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
3 changes: 2 additions & 1 deletion apps/mail/locales/ar.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,8 @@
"dynamicContent": "Dynamic Content",
"dynamicContentDescription": "Allow emails to display dynamic content.",
"externalImages": "Display External Images",
"externalImagesDescription": "Allow emails to display images from external sources."
"externalImagesDescription": "Allow emails to display images from external sources.",
"languageChangedTo": "Language changed to {language}"
},
"connections": {
"title": "Email Connections",
Expand Down
3 changes: 2 additions & 1 deletion apps/mail/locales/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,8 @@
"dynamicContent": "Dynamic Content",
"dynamicContentDescription": "Allow emails to display dynamic content.",
"externalImages": "Display External Images",
"externalImagesDescription": "Allow emails to display images from external sources."
"externalImagesDescription": "Allow emails to display images from external sources.",
"languageChangedTo": "Language changed to {language}"
},
"connections": {
"title": "Email Connections",
Expand Down
4 changes: 3 additions & 1 deletion apps/mail/locales/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@
"details": "Detalles",
"from": "De",
"to": "Hasta",
"cc": "Cc",
"date": "Fecha",
"mailedBy": "Errores-Por",
"signedBy": "Firmado por",
Expand Down Expand Up @@ -152,7 +153,8 @@
"dynamicContent": "Contenido dinámico",
"dynamicContentDescription": "Permitir que los correos electrónicos muestren contenido dinámico.",
"externalImages": "Mostrar imágenes externas",
"externalImagesDescription": "Permitir que los correos electrónicos muestren imágenes de fuentes externas."
"externalImagesDescription": "Permitir que los correos electrónicos muestren imágenes de fuentes externas.",
"languageChangedTo": "Language changed to {language}"
},
"connections": {
"title": "Conexiones de correo",
Expand Down
11 changes: 7 additions & 4 deletions apps/mail/locales/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@
"important": "Önemli",
"personal": "Kişisel",
"updates": "Güncellemeler",
"promotions": "Tanıtımlar"
"promotions": "Tanıtımlar",
"social": "Social"
},
"replyCompose": {
"replyTo": "Yanıtla",
Expand All @@ -103,7 +104,6 @@
"loadingMailContent": "E-posta içeriği yükleniyor..."
},
"threadDisplay": {
"close": "Kapat",
"exitFullscreen": "Tam ekrandan çık",
"enterFullscreen": "Tam ekrana geç",
"archive": "Arşivle",
Expand Down Expand Up @@ -153,7 +153,8 @@
"dynamicContent": "Dinamik İçerik",
"dynamicContentDescription": "E-postaların dinamik içerik göstermesine izin verin.",
"externalImages": "Harici Görselleri Göster",
"externalImagesDescription": "E-postaların harici kaynaklardan görselleri göstermesine izin verin."
"externalImagesDescription": "E-postaların harici kaynaklardan görselleri göstermesine izin verin.",
"languageChangedTo": "Language changed to {language}"
},
"connections": {
"title": "E-posta Bağlantıları",
Expand Down Expand Up @@ -217,7 +218,9 @@
"example": "zero@0.email",
"attachments": "Ekler",
"dropFilesToAttach": "Eklemek için dosyaları bırakın",
"writeYourMessageHere": "Mesajınızı buraya yazın..."
"writeYourMessageHere": "Mesajınızı buraya yazın...",
"emailSentSuccessfully": "Email sent successfully",
"failedToSendEmail": "Failed to send email. Please try again."
}
}
}
3 changes: 2 additions & 1 deletion apps/mail/locales/pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,8 @@
"dynamicContent": "Dynamic Content",
"dynamicContentDescription": "Allow emails to display dynamic content.",
"externalImages": "Display External Images",
"externalImagesDescription": "Allow emails to display images from external sources."
"externalImagesDescription": "Allow emails to display images from external sources.",
"languageChangedTo": "Language changed to {language}"
},
"connections": {
"title": "Email Connections",
Expand Down
11 changes: 7 additions & 4 deletions apps/mail/locales/tr.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@
"important": "Önemli",
"personal": "Kişisel",
"updates": "Güncellemeler",
"promotions": "Tanıtımlar"
"promotions": "Tanıtımlar",
"social": "Social"
},
"replyCompose": {
"replyTo": "Yanıtla",
Expand All @@ -103,7 +104,6 @@
"loadingMailContent": "E-posta içeriği yükleniyor..."
},
"threadDisplay": {
"close": "Kapat",
"exitFullscreen": "Tam ekrandan çık",
"enterFullscreen": "Tam ekrana geç",
"archive": "Arşivle",
Expand Down Expand Up @@ -153,7 +153,8 @@
"dynamicContent": "Dinamik İçerik",
"dynamicContentDescription": "E-postaların dinamik içerik göstermesine izin verin.",
"externalImages": "Harici Görselleri Göster",
"externalImagesDescription": "E-postaların harici kaynaklardan görselleri göstermesine izin verin."
"externalImagesDescription": "E-postaların harici kaynaklardan görselleri göstermesine izin verin.",
"languageChangedTo": "Language changed to {language}"
},
"connections": {
"title": "E-posta Bağlantıları",
Expand Down Expand Up @@ -217,7 +218,9 @@
"example": "zero@0.email",
"attachments": "Ekler",
"dropFilesToAttach": "Eklemek için dosyaları bırakın",
"writeYourMessageHere": "Mesajınızı buraya yazın..."
"writeYourMessageHere": "Mesajınızı buraya yazın...",
"emailSentSuccessfully": "Email sent successfully",
"failedToSendEmail": "Failed to send email. Please try again."
}
}
}
Loading