Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 21 additions & 4 deletions apps/mail/locales/ar.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,14 @@
"archive": "Archive",
"reply": "Reply",
"moreOptions": "More options",
"moveToSpam": "Move to spam",
"moveToSpam": "Move to Spam",
"replyAll": "Reply all",
"forward": "Forward",
"markAsUnread": "Mark as unread",
"markAsUnread": "Mark as Unread",
"markAsRead": "Mark as Read",
"addLabel": "Add label",
"muteThread": "Mute thread"
"muteThread": "Mute thread",
"favourites": "Favourites"
},
"notes": {
"title": "Notes",
Expand Down Expand Up @@ -184,6 +186,12 @@
"changeColor": "Change color"
}
},
"settings": {
"notFound": "Settings not found",
"saved": "Settings saved",
"failedToSave": "Failed to save settings",
"languageChanged": "Language changed to {locale}"
},
"mail": {
"replies": "{count, plural, =0 {replies} one {# reply} other {# replies}}",
"deselectAll": "Deselected all emails",
Expand All @@ -202,11 +210,18 @@
"archive": "Archive",
"moveToTrash": "Move to Trash",
"markAsUnread": "Mark as Unread",
"markAsRead": "Mark as Read",
"addStar": "Add Star",
"muteThread": "Mute Thread",
"moving": "Moving...",
"moved": "Moved",
"errorMoving": "Error moving"
"errorMoving": "Error moving",
"reply": "Reply",
"replyAll": "Reply All",
"forward": "Forward",
"labels": "Labels",
"createNewLabel": "Create New Label",
"noLabelsAvailable": "No labels available"
}
},
"navigation": {
Expand Down Expand Up @@ -243,7 +258,9 @@
"title": "General",
"description": "Manage settings for your language and email display preferences.",
"language": "Language",
"selectLanguage": "Select a language",
"timezone": "Timezone",
"selectTimezone": "Select a timezone",
"dynamicContent": "Dynamic Content",
"dynamicContentDescription": "Allow emails to display dynamic content.",
"externalImages": "Display External Images",
Expand Down
25 changes: 21 additions & 4 deletions apps/mail/locales/ca.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,14 @@
"archive": "Arxivar",
"reply": "Respondre",
"moreOptions": "Més opcions",
"moveToSpam": "Mou a correu brossa",
"moveToSpam": "Move to Spam",
"replyAll": "Respon a tots",
"forward": "Reenviar",
"markAsUnread": "Marcar com a no llegit",
"markAsUnread": "Mark as Unread",
"markAsRead": "Mark as Read",
"addLabel": "Afegeix una etiqueta",
"muteThread": "Silenciar el fil"
"muteThread": "Silenciar el fil",
"favourites": "Favourites"
},
"notes": {
"title": "Notes",
Expand Down Expand Up @@ -184,6 +186,12 @@
"changeColor": "Change color"
}
},
"settings": {
"notFound": "Settings not found",
"saved": "Settings saved",
"failedToSave": "Failed to save settings",
"languageChanged": "Language changed to {locale}"
},
"mail": {
"replies": "{count, plural, =0 {replies} one {# reply} other {# replies}}",
"deselectAll": "Deselected all emails",
Expand All @@ -202,11 +210,18 @@
"archive": "Archive",
"moveToTrash": "Move to Trash",
"markAsUnread": "Mark as Unread",
"markAsRead": "Mark as Read",
"addStar": "Add Star",
"muteThread": "Mute Thread",
"moving": "Moving...",
"moved": "Moved",
"errorMoving": "Error moving"
"errorMoving": "Error moving",
"reply": "Reply",
"replyAll": "Reply All",
"forward": "Forward",
"labels": "Labels",
"createNewLabel": "Create New Label",
"noLabelsAvailable": "No labels available"
}
},
"navigation": {
Expand Down Expand Up @@ -243,7 +258,9 @@
"title": "General",
"description": "Gestiona la configuració del teu idioma i les preferències de visualització del correu.",
"language": "Idioma",
"selectLanguage": "Select a language",
"timezone": "Zona horària",
"selectTimezone": "Select a timezone",
"dynamicContent": "Contingut dinàmic",
"dynamicContentDescription": "Permet que els correus mostrin contingut dinàmic.",
"externalImages": "Mostrar imatges externes",
Expand Down
Loading