Change forwarding setting explaination (#2270)

(cherry picked from commit 35fdd9b66d653c2ddb142ad7589c375c9a94f8f0)
This commit is contained in:
Dat PHAM HOANG
2023-10-23 15:44:11 +07:00
committed by Dat H. Pham
parent e17f9ab4b1
commit 14349927de
8 changed files with 5 additions and 29 deletions
-6
View File
@@ -2169,12 +2169,6 @@
"placeholders_order": [], "placeholders_order": [],
"placeholders": {} "placeholders": {}
}, },
"forwardingSettingExplanation": "يسمح للمستلم الجديد برؤية البريد الإلكتروني المرسل إذا لم يتم تضمينه في الأصل في سلسلة البريد الإلكتروني.",
"@forwardingSettingExplanation": {
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"storageQuotas": "التخزين", "storageQuotas": "التخزين",
"@storageQuotas": { "@storageQuotas": {
"type": "text", "type": "text",
+1 -1
View File
@@ -2435,7 +2435,7 @@
"placeholders_order": [], "placeholders_order": [],
"placeholders": {} "placeholders": {}
}, },
"forwardingSettingExplanation": "Allows a new recipient to see the email sent if they were not originally included in the email chain.", "forwardingSettingExplanation": "Emails addresses listed below will receive your emails.",
"@forwardingSettingExplanation": { "@forwardingSettingExplanation": {
"type": "text", "type": "text",
"placeholders_order": [], "placeholders_order": [],
-6
View File
@@ -2234,12 +2234,6 @@
"placeholders_order": [], "placeholders_order": [],
"placeholders": {} "placeholders": {}
}, },
"forwardingSettingExplanation": "Permet à un nouveau destinataire de voir l'e-mail envoyé s'il n'était pas initialement inclus dans la chaîne d'e-mails.",
"@forwardingSettingExplanation": {
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"privacyPolicy": "Politique de confidentialité", "privacyPolicy": "Politique de confidentialité",
"@privacyPolicy": { "@privacyPolicy": {
"type": "text", "type": "text",
-6
View File
@@ -2345,12 +2345,6 @@
"placeholders_order": [], "placeholders_order": [],
"placeholders": {} "placeholders": {}
}, },
"forwardingSettingExplanation": "Lascia a un nuovo destinatario di vedere l'e-mail inviata se non era originariamente incluso nello scambio di lettere.",
"@forwardingSettingExplanation": {
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"addRecipientButton": "Aggiungi il destinatario", "addRecipientButton": "Aggiungi il destinatario",
"@addRecipientButton": { "@addRecipientButton": {
"type": "text", "type": "text",
+2 -2
View File
@@ -1,5 +1,5 @@
{ {
"@@last_modified": "2023-10-23T14:53:09.230043", "@@last_modified": "2023-10-23T15:41:56.932213",
"initializing_data": "Initializing data...", "initializing_data": "Initializing data...",
"@initializing_data": { "@initializing_data": {
"type": "text", "type": "text",
@@ -2436,7 +2436,7 @@
"placeholders_order": [], "placeholders_order": [],
"placeholders": {} "placeholders": {}
}, },
"forwardingSettingExplanation": "Allows a new recipient to see the email sent if they were not originally included in the email chain.", "forwardingSettingExplanation": "Emails addresses listed below will receive your emails.",
"@forwardingSettingExplanation": { "@forwardingSettingExplanation": {
"type": "text", "type": "text",
"placeholders_order": [], "placeholders_order": [],
-6
View File
@@ -2410,12 +2410,6 @@
"placeholders_order": [], "placeholders_order": [],
"placeholders": {} "placeholders": {}
}, },
"forwardingSettingExplanation": "Позволяет новому получателю увидеть отправленное письмо, если он изначально не был включен в переписку.",
"@forwardingSettingExplanation": {
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"storageQuotas": "Хранилище", "storageQuotas": "Хранилище",
"@storageQuotas": { "@storageQuotas": {
"type": "text", "type": "text",
+1 -1
View File
@@ -2544,7 +2544,7 @@
"placeholders_order": [], "placeholders_order": [],
"placeholders": {} "placeholders": {}
}, },
"forwardingSettingExplanation": "Cho phép người nhận mới xem email đã gửi nếu họ không được bao gồm trong chuỗi email ban đầu.", "forwardingSettingExplanation": "Email của bạn sẽ được chuyển tiếp đến những địa chỉ bên dưới đây.",
"@forwardingSettingExplanation": { "@forwardingSettingExplanation": {
"type": "text", "type": "text",
"placeholders_order": [], "placeholders_order": [],
@@ -2504,7 +2504,7 @@ class AppLocalizations {
String get forwardingSettingExplanation { String get forwardingSettingExplanation {
return Intl.message( return Intl.message(
'Allows a new recipient to see the email sent if they were not originally included in the email chain.', 'Emails addresses listed below will receive your emails.',
name: 'forwardingSettingExplanation'); name: 'forwardingSettingExplanation');
} }