mirror of
https://github.com/Mail-0/Zero.git
synced 2026-07-01 08:16:28 +00:00
@@ -1,18 +1,36 @@
|
||||
{
|
||||
"common": {
|
||||
"actions": {
|
||||
"logout": "Logout",
|
||||
"back": "Back",
|
||||
"create": "Create Email",
|
||||
"saveChanges": "Save changes",
|
||||
"saving": "Saving...",
|
||||
"resetToDefaults": "Reset to Defaults",
|
||||
"close": "Close",
|
||||
"signingOut": "Signing out...",
|
||||
"signedOutSuccess": "Signed out successfully!",
|
||||
"logout": "خروج",
|
||||
"back": "رجوع",
|
||||
"create": "إنشاء بريد إلكتروني",
|
||||
"saveChanges": "حفظ التغييرات",
|
||||
"saving": "جاري الحفظ...",
|
||||
"resetToDefaults": "إعادة التعيين إلى الوضع الافتراضي",
|
||||
"close": "غلق",
|
||||
"signingOut": "تسجيل الخروج...",
|
||||
"signedOutSuccess": "تم تسجيل الخروج بنجاح!",
|
||||
"signOutError": "Error signing out",
|
||||
"refresh": "Refresh",
|
||||
"loading": "Loading..."
|
||||
"loading": "Loading...",
|
||||
"featureNotImplemented": "This feature is not implemented yet",
|
||||
"moving": "Moving...",
|
||||
"movedToInbox": "Moved to inbox",
|
||||
"movingToInbox": "Moving to inbox...",
|
||||
"movedToSpam": "Moved to spam",
|
||||
"movingToSpam": "Moving to spam...",
|
||||
"archiving": "Archiving...",
|
||||
"archived": "Archived",
|
||||
"failedToMove": "Failed to move message",
|
||||
"addingToFavorites": "Adding to favorites...",
|
||||
"removingFromFavorites": "Removing from favorites...",
|
||||
"addedToFavorites": "Added to favorites",
|
||||
"removedFromFavorites": "Removed from favorites",
|
||||
"failedToAddToFavorites": "Failed to add to favorites",
|
||||
"failedToRemoveFromFavorites": "Failed to remove from favorites",
|
||||
"failedToModifyFavorites": "Failed to modify favorites",
|
||||
"markingAsRead": "Marking as read...",
|
||||
"markingAsUnread": "Marking as unread..."
|
||||
},
|
||||
"themes": {
|
||||
"dark": "Dark",
|
||||
@@ -25,9 +43,9 @@
|
||||
"placeholder": "Type a command or search...",
|
||||
"noResults": "No results found",
|
||||
"groups": {
|
||||
"mail": "Mail",
|
||||
"settings": "Settings",
|
||||
"actions": "Actions",
|
||||
"mail": "البريد",
|
||||
"settings": "الإعدادات",
|
||||
"actions": "الإجراءات",
|
||||
"help": "Help",
|
||||
"navigation": "Navigation"
|
||||
},
|
||||
@@ -83,6 +101,7 @@
|
||||
},
|
||||
"mailCategories": {
|
||||
"primary": "Primary",
|
||||
"allMail": "All Mail",
|
||||
"important": "Important",
|
||||
"personal": "Personal",
|
||||
"updates": "Updates",
|
||||
@@ -219,7 +238,8 @@
|
||||
"moveToTrash": "Move to Trash",
|
||||
"markAsUnread": "Mark as Unread",
|
||||
"markAsRead": "Mark as Read",
|
||||
"addStar": "Add Star",
|
||||
"addFavorite": "Favorite",
|
||||
"removeFavorite": "Unfavorite",
|
||||
"muteThread": "Mute Thread",
|
||||
"moving": "Moving...",
|
||||
"moved": "Moved",
|
||||
@@ -242,7 +262,6 @@
|
||||
"archive": "Archive",
|
||||
"bin": "Bin",
|
||||
"feedback": "Feedback",
|
||||
"contact": "Contact",
|
||||
"settings": "Settings"
|
||||
},
|
||||
"settings": {
|
||||
|
||||
@@ -12,7 +12,25 @@
|
||||
"signedOutSuccess": "S'ha tancat la sessió amb èxit!",
|
||||
"signOutError": "Error tancant la sessió",
|
||||
"refresh": "Refresh",
|
||||
"loading": "Loading..."
|
||||
"loading": "Loading...",
|
||||
"featureNotImplemented": "This feature is not implemented yet",
|
||||
"moving": "Moving...",
|
||||
"movedToInbox": "Moved to inbox",
|
||||
"movingToInbox": "Moving to inbox...",
|
||||
"movedToSpam": "Moved to spam",
|
||||
"movingToSpam": "Moving to spam...",
|
||||
"archiving": "Archiving...",
|
||||
"archived": "Archived",
|
||||
"failedToMove": "Failed to move message",
|
||||
"addingToFavorites": "Adding to favorites...",
|
||||
"removingFromFavorites": "Removing from favorites...",
|
||||
"addedToFavorites": "Added to favorites",
|
||||
"removedFromFavorites": "Removed from favorites",
|
||||
"failedToAddToFavorites": "Failed to add to favorites",
|
||||
"failedToRemoveFromFavorites": "Failed to remove from favorites",
|
||||
"failedToModifyFavorites": "Failed to modify favorites",
|
||||
"markingAsRead": "Marking as read...",
|
||||
"markingAsUnread": "Marking as unread..."
|
||||
},
|
||||
"themes": {
|
||||
"dark": "Fosc",
|
||||
@@ -83,6 +101,7 @@
|
||||
},
|
||||
"mailCategories": {
|
||||
"primary": "Primari",
|
||||
"allMail": "All Mail",
|
||||
"important": "Important",
|
||||
"personal": "Personal",
|
||||
"updates": "Actualitzacions",
|
||||
@@ -219,7 +238,8 @@
|
||||
"moveToTrash": "Move to Trash",
|
||||
"markAsUnread": "Mark as Unread",
|
||||
"markAsRead": "Mark as Read",
|
||||
"addStar": "Add Star",
|
||||
"addFavorite": "Favorite",
|
||||
"removeFavorite": "Unfavorite",
|
||||
"muteThread": "Mute Thread",
|
||||
"moving": "Moving...",
|
||||
"moved": "Moved",
|
||||
@@ -242,7 +262,6 @@
|
||||
"archive": "Arxivats",
|
||||
"bin": "Paperera",
|
||||
"feedback": "Feedback",
|
||||
"contact": "Contact",
|
||||
"settings": "Configuració"
|
||||
},
|
||||
"settings": {
|
||||
|
||||
@@ -12,7 +12,25 @@
|
||||
"signedOutSuccess": "Odhlášení proběhlo úspěšně!",
|
||||
"signOutError": "Chyba při odhlášení",
|
||||
"refresh": "Refresh",
|
||||
"loading": "Loading..."
|
||||
"loading": "Loading...",
|
||||
"featureNotImplemented": "This feature is not implemented yet",
|
||||
"moving": "Moving...",
|
||||
"movedToInbox": "Moved to inbox",
|
||||
"movingToInbox": "Moving to inbox...",
|
||||
"movedToSpam": "Moved to spam",
|
||||
"movingToSpam": "Moving to spam...",
|
||||
"archiving": "Archiving...",
|
||||
"archived": "Archived",
|
||||
"failedToMove": "Failed to move message",
|
||||
"addingToFavorites": "Adding to favorites...",
|
||||
"removingFromFavorites": "Removing from favorites...",
|
||||
"addedToFavorites": "Added to favorites",
|
||||
"removedFromFavorites": "Removed from favorites",
|
||||
"failedToAddToFavorites": "Failed to add to favorites",
|
||||
"failedToRemoveFromFavorites": "Failed to remove from favorites",
|
||||
"failedToModifyFavorites": "Failed to modify favorites",
|
||||
"markingAsRead": "Marking as read...",
|
||||
"markingAsUnread": "Marking as unread..."
|
||||
},
|
||||
"themes": {
|
||||
"dark": "Tmavé",
|
||||
@@ -83,6 +101,7 @@
|
||||
},
|
||||
"mailCategories": {
|
||||
"primary": "Hlavní",
|
||||
"allMail": "All Mail",
|
||||
"important": "Důležité",
|
||||
"personal": "Osobní",
|
||||
"updates": "Aktualizace",
|
||||
@@ -219,7 +238,8 @@
|
||||
"moveToTrash": "Přesunout do Odstraněné pošty",
|
||||
"markAsUnread": "Označit jako nepřečtené",
|
||||
"markAsRead": "Označit jako přečtené",
|
||||
"addStar": "Přidat hvězdu",
|
||||
"addFavorite": "Favorite",
|
||||
"removeFavorite": "Unfavorite",
|
||||
"muteThread": "Ztlumit vlákno",
|
||||
"moving": "Přesouvání...",
|
||||
"moved": "Přesunuto",
|
||||
@@ -242,7 +262,6 @@
|
||||
"archive": "Archiv",
|
||||
"bin": "Odstraněná pošta",
|
||||
"feedback": "Zpětná vazba",
|
||||
"contact": "Kontakt",
|
||||
"settings": "Nastavení"
|
||||
},
|
||||
"settings": {
|
||||
|
||||
@@ -12,7 +12,25 @@
|
||||
"signedOutSuccess": "Erfolgreich abgemeldet!",
|
||||
"signOutError": "Fehler beim Abmelden",
|
||||
"refresh": "Aktualisieren",
|
||||
"loading": "Wird geladen..."
|
||||
"loading": "Wird geladen...",
|
||||
"featureNotImplemented": "This feature is not implemented yet",
|
||||
"moving": "Moving...",
|
||||
"movedToInbox": "Moved to inbox",
|
||||
"movingToInbox": "Moving to inbox...",
|
||||
"movedToSpam": "Moved to spam",
|
||||
"movingToSpam": "Moving to spam...",
|
||||
"archiving": "Archiving...",
|
||||
"archived": "Archived",
|
||||
"failedToMove": "Failed to move message",
|
||||
"addingToFavorites": "Adding to favorites...",
|
||||
"removingFromFavorites": "Removing from favorites...",
|
||||
"addedToFavorites": "Added to favorites",
|
||||
"removedFromFavorites": "Removed from favorites",
|
||||
"failedToAddToFavorites": "Failed to add to favorites",
|
||||
"failedToRemoveFromFavorites": "Failed to remove from favorites",
|
||||
"failedToModifyFavorites": "Failed to modify favorites",
|
||||
"markingAsRead": "Marking as read...",
|
||||
"markingAsUnread": "Marking as unread..."
|
||||
},
|
||||
"themes": {
|
||||
"dark": "Dunkel",
|
||||
@@ -83,6 +101,7 @@
|
||||
},
|
||||
"mailCategories": {
|
||||
"primary": "Primär",
|
||||
"allMail": "All Mail",
|
||||
"important": "Wichtig",
|
||||
"personal": "Persönlich",
|
||||
"updates": "Updates",
|
||||
@@ -219,7 +238,8 @@
|
||||
"moveToTrash": "In den Papierkorb verschieben",
|
||||
"markAsUnread": "Als ungelesen markieren",
|
||||
"markAsRead": "Als gelesen markieren",
|
||||
"addStar": "Stern hinzufügen",
|
||||
"addFavorite": "Favorite",
|
||||
"removeFavorite": "Unfavorite",
|
||||
"muteThread": "Thread stummschalten",
|
||||
"moving": "Wird verschoben...",
|
||||
"moved": "Verschoben",
|
||||
@@ -242,7 +262,6 @@
|
||||
"archive": "Archiv",
|
||||
"bin": "Papierkorb",
|
||||
"feedback": "Rückmeldung",
|
||||
"contact": "Kontakt",
|
||||
"settings": "Einstellungen"
|
||||
},
|
||||
"settings": {
|
||||
|
||||
@@ -12,7 +12,25 @@
|
||||
"signedOutSuccess": "Sesión cerrada correctamente",
|
||||
"signOutError": "Error al cerrar sesión",
|
||||
"refresh": "Actualizar",
|
||||
"loading": "Loading..."
|
||||
"loading": "Loading...",
|
||||
"featureNotImplemented": "This feature is not implemented yet",
|
||||
"moving": "Moving...",
|
||||
"movedToInbox": "Moved to inbox",
|
||||
"movingToInbox": "Moving to inbox...",
|
||||
"movedToSpam": "Moved to spam",
|
||||
"movingToSpam": "Moving to spam...",
|
||||
"archiving": "Archiving...",
|
||||
"archived": "Archived",
|
||||
"failedToMove": "Failed to move message",
|
||||
"addingToFavorites": "Adding to favorites...",
|
||||
"removingFromFavorites": "Removing from favorites...",
|
||||
"addedToFavorites": "Added to favorites",
|
||||
"removedFromFavorites": "Removed from favorites",
|
||||
"failedToAddToFavorites": "Failed to add to favorites",
|
||||
"failedToRemoveFromFavorites": "Failed to remove from favorites",
|
||||
"failedToModifyFavorites": "Failed to modify favorites",
|
||||
"markingAsRead": "Marking as read...",
|
||||
"markingAsUnread": "Marking as unread..."
|
||||
},
|
||||
"themes": {
|
||||
"dark": "Oscuro",
|
||||
@@ -83,6 +101,7 @@
|
||||
},
|
||||
"mailCategories": {
|
||||
"primary": "Principal",
|
||||
"allMail": "All Mail",
|
||||
"important": "Importante",
|
||||
"personal": "Personal",
|
||||
"updates": "Actualizaciones",
|
||||
@@ -219,7 +238,8 @@
|
||||
"moveToTrash": "Mover a la papelera",
|
||||
"markAsUnread": "Marcar como no leído",
|
||||
"markAsRead": "Marcar como leído",
|
||||
"addStar": "Destacar",
|
||||
"addFavorite": "Favorite",
|
||||
"removeFavorite": "Unfavorite",
|
||||
"muteThread": "Silencia hilo",
|
||||
"moving": "Moviendo...",
|
||||
"moved": "Movido",
|
||||
@@ -242,7 +262,6 @@
|
||||
"archive": "Archivar",
|
||||
"bin": "Papelera de reciclaje",
|
||||
"feedback": "Sugerencias",
|
||||
"contact": "Contacto",
|
||||
"settings": "Configuración"
|
||||
},
|
||||
"settings": {
|
||||
|
||||
@@ -12,7 +12,25 @@
|
||||
"signedOutSuccess": "Déconnecté avec succès !",
|
||||
"signOutError": "Erreur de déconnexion",
|
||||
"refresh": "Actualiser",
|
||||
"loading": "Loading..."
|
||||
"loading": "Chargement...",
|
||||
"featureNotImplemented": "This feature is not implemented yet",
|
||||
"moving": "Moving...",
|
||||
"movedToInbox": "Moved to inbox",
|
||||
"movingToInbox": "Moving to inbox...",
|
||||
"movedToSpam": "Moved to spam",
|
||||
"movingToSpam": "Moving to spam...",
|
||||
"archiving": "Archiving...",
|
||||
"archived": "Archived",
|
||||
"failedToMove": "Failed to move message",
|
||||
"addingToFavorites": "Adding to favorites...",
|
||||
"removingFromFavorites": "Removing from favorites...",
|
||||
"addedToFavorites": "Added to favorites",
|
||||
"removedFromFavorites": "Removed from favorites",
|
||||
"failedToAddToFavorites": "Failed to add to favorites",
|
||||
"failedToRemoveFromFavorites": "Failed to remove from favorites",
|
||||
"failedToModifyFavorites": "Failed to modify favorites",
|
||||
"markingAsRead": "Marking as read...",
|
||||
"markingAsUnread": "Marking as unread..."
|
||||
},
|
||||
"themes": {
|
||||
"dark": "Sombre",
|
||||
@@ -67,12 +85,12 @@
|
||||
"starred": "Étoilé",
|
||||
"applyFilters": "Appliquer les filtres",
|
||||
"reset": "Réinitialiser",
|
||||
"searching": "Searching...",
|
||||
"aiSuggestions": "AI Suggestions",
|
||||
"aiSearching": "AI is searching...",
|
||||
"aiSearchError": "AI search failed. Please try again.",
|
||||
"aiNoResults": "No AI suggestions found",
|
||||
"aiEnhancedQuery": "Enhanced search query"
|
||||
"searching": "Recherche en cours...",
|
||||
"aiSuggestions": "Suggestions de l'IA",
|
||||
"aiSearching": "L'IA est en cours de recherche...",
|
||||
"aiSearchError": "La recherche de l'IA a échouée. Veuillez réessayer.",
|
||||
"aiNoResults": "Aucune suggestion de l'IA trouvée",
|
||||
"aiEnhancedQuery": "Requête de recherche avancée"
|
||||
},
|
||||
"navUser": {
|
||||
"customerSupport": "Support aux clients",
|
||||
@@ -83,6 +101,7 @@
|
||||
},
|
||||
"mailCategories": {
|
||||
"primary": "Principale",
|
||||
"allMail": "All Mail",
|
||||
"important": "Important",
|
||||
"personal": "Personnel",
|
||||
"updates": "Mises à jour",
|
||||
@@ -91,14 +110,14 @@
|
||||
},
|
||||
"replyCompose": {
|
||||
"replyTo": "Répondre à",
|
||||
"thisEmail": "cet email",
|
||||
"thisEmail": "ce courriel",
|
||||
"dropFiles": "Déposer les fichiers à joindre",
|
||||
"attachments": "Pièces jointes",
|
||||
"attachmentCount": "{count, plural, =0 {pièces jointes} one {pièce jointe} other {pièces jointes}}",
|
||||
"fileCount": "{count, plural, =0 {fichiers} one {fichier} other {fichiers}}",
|
||||
"saveDraft": "Enregistrer le brouillon",
|
||||
"send": "Envoyer",
|
||||
"forward": "Forward"
|
||||
"forward": "Transférer"
|
||||
},
|
||||
"mailDisplay": {
|
||||
"details": "Détails",
|
||||
@@ -106,11 +125,11 @@
|
||||
"to": "À",
|
||||
"cc": "Cc",
|
||||
"date": "Date",
|
||||
"mailedBy": "Expédié par",
|
||||
"mailedBy": "Envoyé par",
|
||||
"signedBy": "Signé par",
|
||||
"security": "Sécurité",
|
||||
"standardEncryption": "Chiffrement standard (TLS)",
|
||||
"loadingMailContent": "Chargement du contenu de l'email...",
|
||||
"standardEncryption": "Encryptage standard (TLS)",
|
||||
"loadingMailContent": "Chargement du contenu du courriel...",
|
||||
"unsubscribe": "Se désabonner",
|
||||
"unsubscribed": "Désabonné",
|
||||
"unsubscribeDescription": "Êtes-vous sûr de vouloir vous désabonner de cette liste de diffusion ?",
|
||||
@@ -125,14 +144,14 @@
|
||||
"archive": "Archiver",
|
||||
"reply": "Répondre",
|
||||
"moreOptions": "Plus d'options",
|
||||
"moveToSpam": "Move to Spam",
|
||||
"moveToSpam": "Déplacer dans les indésirables",
|
||||
"replyAll": "Répondre à tous",
|
||||
"forward": "Transférer",
|
||||
"markAsUnread": "Marquer comme non lu",
|
||||
"markAsRead": "Mark as Read",
|
||||
"addLabel": "Ajouter un label",
|
||||
"markAsRead": "Marquer comme lu",
|
||||
"addLabel": "Ajouter une étiquette",
|
||||
"muteThread": "Mettre en sourdine",
|
||||
"favourites": "Favourites"
|
||||
"favourites": "Favoris"
|
||||
},
|
||||
"notes": {
|
||||
"title": "Notes",
|
||||
@@ -195,10 +214,10 @@
|
||||
}
|
||||
},
|
||||
"settings": {
|
||||
"notFound": "Settings not found",
|
||||
"notFound": "Paramètres introuvables",
|
||||
"saved": "Paramètres enregistrés",
|
||||
"failedToSave": "Failed to save settings",
|
||||
"languageChanged": "Language changed to {locale}"
|
||||
"failedToSave": "Échec de la sauvegarde des paramètres",
|
||||
"languageChanged": "Langue changée en {locale}"
|
||||
},
|
||||
"mail": {
|
||||
"replies": "{count, plural, =0 {réponses} one {# réponse} other {# réponses}}",
|
||||
@@ -218,17 +237,18 @@
|
||||
"archive": "Archiver",
|
||||
"moveToTrash": "Déplacer dans la Corbeille",
|
||||
"markAsUnread": "Marquer comme non lu",
|
||||
"markAsRead": "Mark as Read",
|
||||
"addStar": "Add Star",
|
||||
"markAsRead": "Marquer comme lu",
|
||||
"addFavorite": "Favorite",
|
||||
"removeFavorite": "Unfavorite",
|
||||
"muteThread": "Mettre en sourdine",
|
||||
"moving": "Déplacement...",
|
||||
"moved": "Déplacé",
|
||||
"errorMoving": "Erreur lors du déplacement",
|
||||
"reply": "Reply",
|
||||
"reply": "Répondre",
|
||||
"replyAll": "Répondre à tous",
|
||||
"forward": "Transférer",
|
||||
"labels": "Labels",
|
||||
"createNewLabel": "Create New Label",
|
||||
"labels": "Étiquettes",
|
||||
"createNewLabel": "Créer une nouvelle étiquette",
|
||||
"noLabelsAvailable": "Aucune étiquette disponible",
|
||||
"loadMore": "Charger plus d'éléments"
|
||||
}
|
||||
@@ -242,7 +262,6 @@
|
||||
"archive": "Archives",
|
||||
"bin": "Corbeille",
|
||||
"feedback": "Vos commentaires",
|
||||
"contact": "Contact",
|
||||
"settings": "Paramètres"
|
||||
},
|
||||
"settings": {
|
||||
@@ -265,18 +284,18 @@
|
||||
"settings": {
|
||||
"general": {
|
||||
"title": "Paramètres généraux",
|
||||
"description": "Gérez les paramètres de votre langue et vos préférences d'affichage des courriels.",
|
||||
"description": "Gérez les paramètres de langue et vos préférences d'affichage des courriels.",
|
||||
"language": "Langue",
|
||||
"selectLanguage": "Select a language",
|
||||
"selectLanguage": "Sélectionnez la langue",
|
||||
"timezone": "Fuseau horaire",
|
||||
"selectTimezone": "Select a timezone",
|
||||
"selectTimezone": "Sélectionner un fuseau horaire",
|
||||
"dynamicContent": "Contenu dynamique",
|
||||
"dynamicContentDescription": "Autoriser les courriels à afficher du contenu dynamique.",
|
||||
"externalImages": "Afficher les images externes",
|
||||
"externalImagesDescription": "Autoriser les courriels à afficher des images provenant de sources externes.",
|
||||
"languageChangedTo": "Language changed to {locale}",
|
||||
"customPrompt": "Custom AI Prompt",
|
||||
"customPromptPlaceholder": "",
|
||||
"languageChangedTo": "Langue changée en {locale}",
|
||||
"customPrompt": "Requêtes IA personnalisées",
|
||||
"customPromptPlaceholder": "Entrez votre requête personnalisée pour l'IA...",
|
||||
"customPromptDescription": "Personnalisez la façon dont l'IA écrit vos réponses. Cela sera ajouté à la requête par défaut."
|
||||
},
|
||||
"connections": {
|
||||
@@ -312,8 +331,8 @@
|
||||
"title": "Raccourcis clavier",
|
||||
"description": "Consultez et personnalisez les raccourcis clavier pour des actions rapides.",
|
||||
"actions": {
|
||||
"newEmail": "Nouvel email",
|
||||
"sendEmail": "Envoyer l'email",
|
||||
"newEmail": "Nouveau courriel",
|
||||
"sendEmail": "Envoyer le courriel",
|
||||
"reply": "Répondre",
|
||||
"replyAll": "Répondre à tous",
|
||||
"forward": "Transférer",
|
||||
|
||||
@@ -12,7 +12,25 @@
|
||||
"signedOutSuccess": "सफलतापूर्वक साइन आउट हो गया!",
|
||||
"signOutError": "साइन आउट करने में एरर",
|
||||
"refresh": "Refresh",
|
||||
"loading": "Loading..."
|
||||
"loading": "Loading...",
|
||||
"featureNotImplemented": "This feature is not implemented yet",
|
||||
"moving": "Moving...",
|
||||
"movedToInbox": "Moved to inbox",
|
||||
"movingToInbox": "Moving to inbox...",
|
||||
"movedToSpam": "Moved to spam",
|
||||
"movingToSpam": "Moving to spam...",
|
||||
"archiving": "Archiving...",
|
||||
"archived": "Archived",
|
||||
"failedToMove": "Failed to move message",
|
||||
"addingToFavorites": "Adding to favorites...",
|
||||
"removingFromFavorites": "Removing from favorites...",
|
||||
"addedToFavorites": "Added to favorites",
|
||||
"removedFromFavorites": "Removed from favorites",
|
||||
"failedToAddToFavorites": "Failed to add to favorites",
|
||||
"failedToRemoveFromFavorites": "Failed to remove from favorites",
|
||||
"failedToModifyFavorites": "Failed to modify favorites",
|
||||
"markingAsRead": "Marking as read...",
|
||||
"markingAsUnread": "Marking as unread..."
|
||||
},
|
||||
"themes": {
|
||||
"dark": "काला",
|
||||
@@ -83,6 +101,7 @@
|
||||
},
|
||||
"mailCategories": {
|
||||
"primary": "प्राइमरी",
|
||||
"allMail": "All Mail",
|
||||
"important": "महत्वपूर्ण",
|
||||
"personal": "पर्सनल",
|
||||
"updates": "अपडेट",
|
||||
@@ -219,7 +238,8 @@
|
||||
"moveToTrash": "Move to Trash",
|
||||
"markAsUnread": "Mark as Unread",
|
||||
"markAsRead": "Mark as Read",
|
||||
"addStar": "Add Star",
|
||||
"addFavorite": "Favorite",
|
||||
"removeFavorite": "Unfavorite",
|
||||
"muteThread": "Mute Thread",
|
||||
"moving": "Moving...",
|
||||
"moved": "Moved",
|
||||
@@ -242,7 +262,6 @@
|
||||
"archive": "आर्काइव",
|
||||
"bin": "बिन",
|
||||
"feedback": "Feedback",
|
||||
"contact": "Contact",
|
||||
"settings": "सेटिंग्स"
|
||||
},
|
||||
"settings": {
|
||||
|
||||
@@ -11,8 +11,26 @@
|
||||
"signingOut": "ログアウトしています...",
|
||||
"signedOutSuccess": "正常にログアウトしました!",
|
||||
"signOutError": "サインアウトエラー",
|
||||
"refresh": "Refresh",
|
||||
"loading": "Loading..."
|
||||
"refresh": "更新",
|
||||
"loading": "読み込み中...",
|
||||
"featureNotImplemented": "This feature is not implemented yet",
|
||||
"moving": "Moving...",
|
||||
"movedToInbox": "Moved to inbox",
|
||||
"movingToInbox": "Moving to inbox...",
|
||||
"movedToSpam": "Moved to spam",
|
||||
"movingToSpam": "Moving to spam...",
|
||||
"archiving": "Archiving...",
|
||||
"archived": "Archived",
|
||||
"failedToMove": "Failed to move message",
|
||||
"addingToFavorites": "Adding to favorites...",
|
||||
"removingFromFavorites": "Removing from favorites...",
|
||||
"addedToFavorites": "Added to favorites",
|
||||
"removedFromFavorites": "Removed from favorites",
|
||||
"failedToAddToFavorites": "Failed to add to favorites",
|
||||
"failedToRemoveFromFavorites": "Failed to remove from favorites",
|
||||
"failedToModifyFavorites": "Failed to modify favorites",
|
||||
"markingAsRead": "Marking as read...",
|
||||
"markingAsUnread": "Marking as unread..."
|
||||
},
|
||||
"themes": {
|
||||
"dark": "ダーク",
|
||||
@@ -67,12 +85,12 @@
|
||||
"starred": "スター付き",
|
||||
"applyFilters": "フィルタを適用",
|
||||
"reset": "リセット",
|
||||
"searching": "Searching...",
|
||||
"aiSuggestions": "AI Suggestions",
|
||||
"aiSearching": "AI is searching...",
|
||||
"aiSearchError": "AI search failed. Please try again.",
|
||||
"aiNoResults": "No AI suggestions found",
|
||||
"aiEnhancedQuery": "Enhanced search query"
|
||||
"searching": "検索中...",
|
||||
"aiSuggestions": "AIの提案",
|
||||
"aiSearching": "AIが検索中...",
|
||||
"aiSearchError": "AI検索に失敗しました。もう一度お試しください。",
|
||||
"aiNoResults": "AIの提案が見つかりませんでした",
|
||||
"aiEnhancedQuery": "拡張検索クエリ"
|
||||
},
|
||||
"navUser": {
|
||||
"customerSupport": "カスタマーサポート",
|
||||
@@ -83,6 +101,7 @@
|
||||
},
|
||||
"mailCategories": {
|
||||
"primary": "プライマリ",
|
||||
"allMail": "All Mail",
|
||||
"important": "重要",
|
||||
"personal": "個人用",
|
||||
"updates": "更新",
|
||||
@@ -98,7 +117,7 @@
|
||||
"fileCount": "{count, plural, =0 {files} other {files}}",
|
||||
"saveDraft": "下書きを保存",
|
||||
"send": "送信",
|
||||
"forward": "Forward"
|
||||
"forward": "転送"
|
||||
},
|
||||
"mailDisplay": {
|
||||
"details": "詳細",
|
||||
@@ -219,7 +238,8 @@
|
||||
"moveToTrash": "ゴミ箱へ移動",
|
||||
"markAsUnread": "未読にする",
|
||||
"markAsRead": "既読にする",
|
||||
"addStar": "スターを追加",
|
||||
"addFavorite": "Favorite",
|
||||
"removeFavorite": "Unfavorite",
|
||||
"muteThread": "スレッドをミュート",
|
||||
"moving": "移動中...",
|
||||
"moved": "移動しました",
|
||||
@@ -230,7 +250,7 @@
|
||||
"labels": "ラベル",
|
||||
"createNewLabel": "新しいラベルを作成",
|
||||
"noLabelsAvailable": "利用可能なラベルがありません",
|
||||
"loadMore": "Load more"
|
||||
"loadMore": "さらに読み込む"
|
||||
}
|
||||
},
|
||||
"navigation": {
|
||||
@@ -242,7 +262,6 @@
|
||||
"archive": "アーカイブ",
|
||||
"bin": "ごみ箱",
|
||||
"feedback": "フィードバック",
|
||||
"contact": "コンタクト",
|
||||
"settings": "設定"
|
||||
},
|
||||
"settings": {
|
||||
@@ -274,10 +293,10 @@
|
||||
"dynamicContentDescription": "電子メールの動的なコンテンツの表示を許可します。",
|
||||
"externalImages": "外部画像を表示する",
|
||||
"externalImagesDescription": "電子メールによる外部ソースからの画像の表示を許可します。",
|
||||
"languageChangedTo": "Language changed to {locale}",
|
||||
"customPrompt": "Custom AI Prompt",
|
||||
"customPromptPlaceholder": "Enter your custom prompt for the AI...",
|
||||
"customPromptDescription": "Customize how the AI writes your email replies. This will be added to the base prompt."
|
||||
"languageChangedTo": "言語を {locale}に変更しました",
|
||||
"customPrompt": "カスタムAIプロンプト",
|
||||
"customPromptPlaceholder": "AIのカスタムプロンプトを入力...",
|
||||
"customPromptDescription": "AIがメールの返信を書く方法をカスタマイズします。これはベースプロンプトに追加されます。"
|
||||
},
|
||||
"connections": {
|
||||
"title": "メールの接続",
|
||||
|
||||
@@ -12,7 +12,25 @@
|
||||
"signedOutSuccess": "로그아웃에 성공했습니다!",
|
||||
"signOutError": "로그아웃 오류 발생",
|
||||
"refresh": "Refresh",
|
||||
"loading": "Loading..."
|
||||
"loading": "Loading...",
|
||||
"featureNotImplemented": "This feature is not implemented yet",
|
||||
"moving": "Moving...",
|
||||
"movedToInbox": "Moved to inbox",
|
||||
"movingToInbox": "Moving to inbox...",
|
||||
"movedToSpam": "Moved to spam",
|
||||
"movingToSpam": "Moving to spam...",
|
||||
"archiving": "Archiving...",
|
||||
"archived": "Archived",
|
||||
"failedToMove": "Failed to move message",
|
||||
"addingToFavorites": "Adding to favorites...",
|
||||
"removingFromFavorites": "Removing from favorites...",
|
||||
"addedToFavorites": "Added to favorites",
|
||||
"removedFromFavorites": "Removed from favorites",
|
||||
"failedToAddToFavorites": "Failed to add to favorites",
|
||||
"failedToRemoveFromFavorites": "Failed to remove from favorites",
|
||||
"failedToModifyFavorites": "Failed to modify favorites",
|
||||
"markingAsRead": "Marking as read...",
|
||||
"markingAsUnread": "Marking as unread..."
|
||||
},
|
||||
"themes": {
|
||||
"dark": "다크 모드",
|
||||
@@ -83,6 +101,7 @@
|
||||
},
|
||||
"mailCategories": {
|
||||
"primary": "기본",
|
||||
"allMail": "All Mail",
|
||||
"important": "중요",
|
||||
"personal": "개인",
|
||||
"updates": "업데이트",
|
||||
@@ -219,7 +238,8 @@
|
||||
"moveToTrash": "휴지통으로 이동",
|
||||
"markAsUnread": "읽지 않음으로 표시",
|
||||
"markAsRead": "읽음으로 표시",
|
||||
"addStar": "별표 표시",
|
||||
"addFavorite": "Favorite",
|
||||
"removeFavorite": "Unfavorite",
|
||||
"muteThread": "스레드 음소거",
|
||||
"moving": "이동 중...",
|
||||
"moved": "이동됨",
|
||||
@@ -242,7 +262,6 @@
|
||||
"archive": "보관함",
|
||||
"bin": "휴지통",
|
||||
"feedback": "피드백",
|
||||
"contact": "Contact",
|
||||
"settings": "설정"
|
||||
},
|
||||
"settings": {
|
||||
|
||||
@@ -12,7 +12,25 @@
|
||||
"signedOutSuccess": "Veiksmīgi izrakstījies!",
|
||||
"signOutError": "Kļūda, izrakstoties no sistēmas",
|
||||
"refresh": "Atjaunot",
|
||||
"loading": "Ielādē..."
|
||||
"loading": "Ielādē...",
|
||||
"featureNotImplemented": "This feature is not implemented yet",
|
||||
"moving": "Moving...",
|
||||
"movedToInbox": "Moved to inbox",
|
||||
"movingToInbox": "Moving to inbox...",
|
||||
"movedToSpam": "Moved to spam",
|
||||
"movingToSpam": "Moving to spam...",
|
||||
"archiving": "Archiving...",
|
||||
"archived": "Archived",
|
||||
"failedToMove": "Failed to move message",
|
||||
"addingToFavorites": "Adding to favorites...",
|
||||
"removingFromFavorites": "Removing from favorites...",
|
||||
"addedToFavorites": "Added to favorites",
|
||||
"removedFromFavorites": "Removed from favorites",
|
||||
"failedToAddToFavorites": "Failed to add to favorites",
|
||||
"failedToRemoveFromFavorites": "Failed to remove from favorites",
|
||||
"failedToModifyFavorites": "Failed to modify favorites",
|
||||
"markingAsRead": "Marking as read...",
|
||||
"markingAsUnread": "Marking as unread..."
|
||||
},
|
||||
"themes": {
|
||||
"dark": "Tumšs",
|
||||
@@ -83,6 +101,7 @@
|
||||
},
|
||||
"mailCategories": {
|
||||
"primary": "Galvenā",
|
||||
"allMail": "All Mail",
|
||||
"important": "Svarīgi",
|
||||
"personal": "Personīgi",
|
||||
"updates": "Atjauninājumi",
|
||||
@@ -219,7 +238,8 @@
|
||||
"moveToTrash": "Pārvietot uz Miskasti",
|
||||
"markAsUnread": "Atzīmēt kā nelasītu",
|
||||
"markAsRead": "Atzīmēt kā lasītu",
|
||||
"addStar": "Pievienot Zvaigzni",
|
||||
"addFavorite": "Favorite",
|
||||
"removeFavorite": "Unfavorite",
|
||||
"muteThread": "Apklusināt pavedienu",
|
||||
"moving": "Pārvieto...",
|
||||
"moved": "Pārvietots",
|
||||
@@ -242,7 +262,6 @@
|
||||
"archive": "Arhīvs",
|
||||
"bin": "Miskaste",
|
||||
"feedback": "Atsauksmes",
|
||||
"contact": "Kontakti",
|
||||
"settings": "Iestatījumi"
|
||||
},
|
||||
"settings": {
|
||||
|
||||
@@ -12,7 +12,25 @@
|
||||
"signedOutSuccess": "Signed out successfully!",
|
||||
"signOutError": "Error signing out",
|
||||
"refresh": "Refresh",
|
||||
"loading": "Loading..."
|
||||
"loading": "Loading...",
|
||||
"featureNotImplemented": "This feature is not implemented yet",
|
||||
"moving": "Moving...",
|
||||
"movedToInbox": "Moved to inbox",
|
||||
"movingToInbox": "Moving to inbox...",
|
||||
"movedToSpam": "Moved to spam",
|
||||
"movingToSpam": "Moving to spam...",
|
||||
"archiving": "Archiving...",
|
||||
"archived": "Archived",
|
||||
"failedToMove": "Failed to move message",
|
||||
"addingToFavorites": "Adding to favorites...",
|
||||
"removingFromFavorites": "Removing from favorites...",
|
||||
"addedToFavorites": "Added to favorites",
|
||||
"removedFromFavorites": "Removed from favorites",
|
||||
"failedToAddToFavorites": "Failed to add to favorites",
|
||||
"failedToRemoveFromFavorites": "Failed to remove from favorites",
|
||||
"failedToModifyFavorites": "Failed to modify favorites",
|
||||
"markingAsRead": "Marking as read...",
|
||||
"markingAsUnread": "Marking as unread..."
|
||||
},
|
||||
"themes": {
|
||||
"dark": "Dark",
|
||||
@@ -83,6 +101,7 @@
|
||||
},
|
||||
"mailCategories": {
|
||||
"primary": "Primary",
|
||||
"allMail": "All Mail",
|
||||
"important": "Important",
|
||||
"personal": "Personal",
|
||||
"updates": "Updates",
|
||||
@@ -219,7 +238,8 @@
|
||||
"moveToTrash": "Move to Trash",
|
||||
"markAsUnread": "Mark as Unread",
|
||||
"markAsRead": "Mark as Read",
|
||||
"addStar": "Add Star",
|
||||
"addFavorite": "Favorite",
|
||||
"removeFavorite": "Unfavorite",
|
||||
"muteThread": "Mute Thread",
|
||||
"moving": "Moving...",
|
||||
"moved": "Moved",
|
||||
@@ -242,7 +262,6 @@
|
||||
"archive": "Archive",
|
||||
"bin": "Bin",
|
||||
"feedback": "Feedback",
|
||||
"contact": "Contact",
|
||||
"settings": "Settings"
|
||||
},
|
||||
"settings": {
|
||||
|
||||
@@ -12,7 +12,25 @@
|
||||
"signedOutSuccess": "Sessão terminada com sucesso!",
|
||||
"signOutError": "Erro ao sair",
|
||||
"refresh": "Refresh",
|
||||
"loading": "Loading..."
|
||||
"loading": "Loading...",
|
||||
"featureNotImplemented": "This feature is not implemented yet",
|
||||
"moving": "Moving...",
|
||||
"movedToInbox": "Moved to inbox",
|
||||
"movingToInbox": "Moving to inbox...",
|
||||
"movedToSpam": "Moved to spam",
|
||||
"movingToSpam": "Moving to spam...",
|
||||
"archiving": "Archiving...",
|
||||
"archived": "Archived",
|
||||
"failedToMove": "Failed to move message",
|
||||
"addingToFavorites": "Adding to favorites...",
|
||||
"removingFromFavorites": "Removing from favorites...",
|
||||
"addedToFavorites": "Added to favorites",
|
||||
"removedFromFavorites": "Removed from favorites",
|
||||
"failedToAddToFavorites": "Failed to add to favorites",
|
||||
"failedToRemoveFromFavorites": "Failed to remove from favorites",
|
||||
"failedToModifyFavorites": "Failed to modify favorites",
|
||||
"markingAsRead": "Marking as read...",
|
||||
"markingAsUnread": "Marking as unread..."
|
||||
},
|
||||
"themes": {
|
||||
"dark": "Escuro",
|
||||
@@ -83,6 +101,7 @@
|
||||
},
|
||||
"mailCategories": {
|
||||
"primary": "Principal",
|
||||
"allMail": "All Mail",
|
||||
"important": "Importante",
|
||||
"personal": "Pessoal",
|
||||
"updates": "Atualizações",
|
||||
@@ -219,7 +238,8 @@
|
||||
"moveToTrash": "Mover para o Lixo",
|
||||
"markAsUnread": "Marcar como não lido",
|
||||
"markAsRead": "Mark as Read",
|
||||
"addStar": "Adicionar Estrela",
|
||||
"addFavorite": "Favorite",
|
||||
"removeFavorite": "Unfavorite",
|
||||
"muteThread": "Silenciar esta conversa",
|
||||
"moving": "Movendo...",
|
||||
"moved": "Movido",
|
||||
@@ -242,7 +262,6 @@
|
||||
"archive": "Arquivados",
|
||||
"bin": "Lixeira",
|
||||
"feedback": "Feedback",
|
||||
"contact": "Contact",
|
||||
"settings": "Configurações"
|
||||
},
|
||||
"settings": {
|
||||
|
||||
@@ -11,8 +11,26 @@
|
||||
"signingOut": "Выход...",
|
||||
"signedOutSuccess": "Выход успешен",
|
||||
"signOutError": "Ошибка при выходе",
|
||||
"refresh": "Refresh",
|
||||
"loading": "Loading..."
|
||||
"refresh": "Обновить",
|
||||
"loading": "Загрузка...",
|
||||
"featureNotImplemented": "This feature is not implemented yet",
|
||||
"moving": "Moving...",
|
||||
"movedToInbox": "Moved to inbox",
|
||||
"movingToInbox": "Moving to inbox...",
|
||||
"movedToSpam": "Moved to spam",
|
||||
"movingToSpam": "Moving to spam...",
|
||||
"archiving": "Archiving...",
|
||||
"archived": "Archived",
|
||||
"failedToMove": "Failed to move message",
|
||||
"addingToFavorites": "Adding to favorites...",
|
||||
"removingFromFavorites": "Removing from favorites...",
|
||||
"addedToFavorites": "Added to favorites",
|
||||
"removedFromFavorites": "Removed from favorites",
|
||||
"failedToAddToFavorites": "Failed to add to favorites",
|
||||
"failedToRemoveFromFavorites": "Failed to remove from favorites",
|
||||
"failedToModifyFavorites": "Failed to modify favorites",
|
||||
"markingAsRead": "Marking as read...",
|
||||
"markingAsUnread": "Marking as unread..."
|
||||
},
|
||||
"themes": {
|
||||
"dark": "Тёмный",
|
||||
@@ -21,7 +39,7 @@
|
||||
},
|
||||
"commandPalette": {
|
||||
"title": "Команда",
|
||||
"description": "Быстрый переход и действия для Mail-0",
|
||||
"description": "Выход выполнен успешно",
|
||||
"placeholder": "Введите команду или поиск...",
|
||||
"noResults": "Нет результатов",
|
||||
"groups": {
|
||||
@@ -64,15 +82,15 @@
|
||||
"allMail": "Все Письма",
|
||||
"unread": "Непрочитанные",
|
||||
"hasAttachment": "Есть вложения",
|
||||
"starred": "Звездочечка",
|
||||
"starred": "Отмеченные",
|
||||
"applyFilters": "Применить фильтры",
|
||||
"reset": "Сбросить",
|
||||
"searching": "Searching...",
|
||||
"aiSuggestions": "AI Suggestions",
|
||||
"aiSearching": "AI is searching...",
|
||||
"aiSearchError": "AI search failed. Please try again.",
|
||||
"aiNoResults": "No AI suggestions found",
|
||||
"aiEnhancedQuery": "Enhanced search query"
|
||||
"searching": "Поиск...",
|
||||
"aiSuggestions": "Предложения ИИ",
|
||||
"aiSearching": "ИИ ищет...",
|
||||
"aiSearchError": "Поиск ИИ не удался. Пожалуйста, попробуйте снова.",
|
||||
"aiNoResults": "ИИ предложения не найдены",
|
||||
"aiEnhancedQuery": "Расширенный поиск"
|
||||
},
|
||||
"navUser": {
|
||||
"customerSupport": "Поддержка",
|
||||
@@ -83,8 +101,9 @@
|
||||
},
|
||||
"mailCategories": {
|
||||
"primary": "Основные",
|
||||
"allMail": "All Mail",
|
||||
"important": "Важные",
|
||||
"personal": "Персональные",
|
||||
"personal": "Личные",
|
||||
"updates": "Обновления",
|
||||
"promotions": "Промо",
|
||||
"social": "Социальные"
|
||||
@@ -94,11 +113,11 @@
|
||||
"thisEmail": "это письмо",
|
||||
"dropFiles": "Поместите файлы, чтобы прикрепить",
|
||||
"attachments": "Приложения",
|
||||
"attachmentCount": "{count, plural, =0 {attachments} one {attachment} other {attachments}}",
|
||||
"fileCount": "{count, plural, =0 {files} one {file} other {files}}",
|
||||
"attachmentCount": "{count, plural, =0 {вложений} one {вложение} few {вложения} many {вложений} other {вложений}}",
|
||||
"fileCount": "{count, plural, =0 {файлов} one {файл} few {файла} many {файлов} other {файла}}",
|
||||
"saveDraft": "Сохранить черновик",
|
||||
"send": "Отправить",
|
||||
"forward": "Forward"
|
||||
"forward": "Переслать"
|
||||
},
|
||||
"mailDisplay": {
|
||||
"details": "Подробнее",
|
||||
@@ -125,14 +144,14 @@
|
||||
"archive": "Архив",
|
||||
"reply": "Ответить",
|
||||
"moreOptions": "Больше опций",
|
||||
"moveToSpam": "Move to Spam",
|
||||
"moveToSpam": "Переместить в Спам",
|
||||
"replyAll": "Ответить всем",
|
||||
"forward": "Переслать",
|
||||
"markAsUnread": "Mark as Unread",
|
||||
"markAsRead": "Mark as Read",
|
||||
"markAsUnread": "Отметить как непрочитанное",
|
||||
"markAsRead": "Отметить как прочитанное",
|
||||
"addLabel": "Добавить метку",
|
||||
"muteThread": "Выключить поток",
|
||||
"favourites": "Favourites"
|
||||
"favourites": "Избранное"
|
||||
},
|
||||
"notes": {
|
||||
"title": "Заметки",
|
||||
@@ -195,10 +214,10 @@
|
||||
}
|
||||
},
|
||||
"settings": {
|
||||
"notFound": "Settings not found",
|
||||
"saved": "Settings saved",
|
||||
"failedToSave": "Failed to save settings",
|
||||
"languageChanged": "Language changed to {locale}"
|
||||
"notFound": "Настройки не найдены",
|
||||
"saved": "Настройки сохранены",
|
||||
"failedToSave": "Не удалось сохранить настройки",
|
||||
"languageChanged": "Язык изменен на {locale}"
|
||||
},
|
||||
"mail": {
|
||||
"replies": "{count, plural, =0 {ответы} one {# ответ} few {# ответа} many {# ответов} other {# ответы}}",
|
||||
@@ -218,19 +237,20 @@
|
||||
"archive": "Архивировать",
|
||||
"moveToTrash": "Переместить в Корзину",
|
||||
"markAsUnread": "Отметить как непрочитанное",
|
||||
"markAsRead": "Mark as Read",
|
||||
"addStar": "В избранное",
|
||||
"markAsRead": "Отметить как прочитанное",
|
||||
"addFavorite": "Favorite",
|
||||
"removeFavorite": "Unfavorite",
|
||||
"muteThread": "Заглушить цепочку",
|
||||
"moving": "Перемещение...",
|
||||
"moved": "Перемещено",
|
||||
"errorMoving": "Ошибка при перемещении",
|
||||
"reply": "Reply",
|
||||
"replyAll": "Reply All",
|
||||
"forward": "Forward",
|
||||
"labels": "Labels",
|
||||
"createNewLabel": "Create New Label",
|
||||
"noLabelsAvailable": "No labels available",
|
||||
"loadMore": "Load more"
|
||||
"reply": "Ответить",
|
||||
"replyAll": "Ответить всем",
|
||||
"forward": "Переслать",
|
||||
"labels": "Ярлыки",
|
||||
"createNewLabel": "Создать новый ярлык",
|
||||
"noLabelsAvailable": "Нет доступных ярлыков",
|
||||
"loadMore": "Загрузить ещё"
|
||||
}
|
||||
},
|
||||
"navigation": {
|
||||
@@ -242,7 +262,6 @@
|
||||
"archive": "Архив",
|
||||
"bin": "Корзина",
|
||||
"feedback": "Отзывы",
|
||||
"contact": "Контакты",
|
||||
"settings": "Настройки"
|
||||
},
|
||||
"settings": {
|
||||
@@ -267,17 +286,17 @@
|
||||
"title": "Общие",
|
||||
"description": "Управление настройками языка и отображения электронной почты.",
|
||||
"language": "Язык",
|
||||
"selectLanguage": "Select a language",
|
||||
"selectLanguage": "Выберите язык",
|
||||
"timezone": "Часовой пояс",
|
||||
"selectTimezone": "Select a timezone",
|
||||
"selectTimezone": "Выбрать часовой пояс",
|
||||
"dynamicContent": "Динамический контент",
|
||||
"dynamicContentDescription": "Позволяет электронной почте отображать динамический контент.",
|
||||
"externalImages": "Отображать внешние изображения",
|
||||
"externalImagesDescription": "Позволяет электронной почте отображать изображения из внешних источников.",
|
||||
"languageChangedTo": "Language changed to {locale}",
|
||||
"customPrompt": "Custom AI Prompt",
|
||||
"customPromptPlaceholder": "Enter your custom prompt for the AI...",
|
||||
"customPromptDescription": "Customize how the AI writes your email replies. This will be added to the base prompt."
|
||||
"languageChangedTo": "Язык изменен на {locale}",
|
||||
"customPrompt": "Пользовательский ИИ Запрос",
|
||||
"customPromptPlaceholder": "Введите ваш запрос для ИИ...",
|
||||
"customPromptDescription": "Настройте, как ИИ будет писать ваши ответы на письма. Этот текст будет добавлен к основному запросу."
|
||||
},
|
||||
"connections": {
|
||||
"title": "Подключения",
|
||||
|
||||
@@ -12,7 +12,25 @@
|
||||
"signedOutSuccess": "Çıkış yapıldı!",
|
||||
"signOutError": "Çıkış yapılırken hata oluştu",
|
||||
"refresh": "Refresh",
|
||||
"loading": "Loading..."
|
||||
"loading": "Loading...",
|
||||
"featureNotImplemented": "This feature is not implemented yet",
|
||||
"moving": "Moving...",
|
||||
"movedToInbox": "Moved to inbox",
|
||||
"movingToInbox": "Moving to inbox...",
|
||||
"movedToSpam": "Moved to spam",
|
||||
"movingToSpam": "Moving to spam...",
|
||||
"archiving": "Archiving...",
|
||||
"archived": "Archived",
|
||||
"failedToMove": "Failed to move message",
|
||||
"addingToFavorites": "Adding to favorites...",
|
||||
"removingFromFavorites": "Removing from favorites...",
|
||||
"addedToFavorites": "Added to favorites",
|
||||
"removedFromFavorites": "Removed from favorites",
|
||||
"failedToAddToFavorites": "Failed to add to favorites",
|
||||
"failedToRemoveFromFavorites": "Failed to remove from favorites",
|
||||
"failedToModifyFavorites": "Failed to modify favorites",
|
||||
"markingAsRead": "Marking as read...",
|
||||
"markingAsUnread": "Marking as unread..."
|
||||
},
|
||||
"themes": {
|
||||
"dark": "Koyu",
|
||||
@@ -83,6 +101,7 @@
|
||||
},
|
||||
"mailCategories": {
|
||||
"primary": "Birincil",
|
||||
"allMail": "All Mail",
|
||||
"important": "Önemli",
|
||||
"personal": "Kişisel",
|
||||
"updates": "Güncellemeler",
|
||||
@@ -219,7 +238,8 @@
|
||||
"moveToTrash": "Çöp Kutusuna Taşı",
|
||||
"markAsUnread": "Okunmamış Olarak İşaretle",
|
||||
"markAsRead": "Mark as Read",
|
||||
"addStar": "Yıldız Ekle",
|
||||
"addFavorite": "Favorite",
|
||||
"removeFavorite": "Unfavorite",
|
||||
"muteThread": "Konuyu Sessize Al",
|
||||
"moving": "Taşınıyor...",
|
||||
"moved": "Taşındı",
|
||||
@@ -242,7 +262,6 @@
|
||||
"archive": "Arşiv",
|
||||
"bin": "Çöp",
|
||||
"feedback": "Geribildirim",
|
||||
"contact": "İletişim",
|
||||
"settings": "Ayarlar"
|
||||
},
|
||||
"settings": {
|
||||
|
||||
Reference in New Issue
Block a user