@bigbinary/neeto-email-delivery-frontend 1.0.14 → 1.0.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/app/javascript/src/translations/ar.json +6 -6
- package/app/javascript/src/translations/bg.json +8 -8
- package/app/javascript/src/translations/ca.json +7 -7
- package/app/javascript/src/translations/cs.json +5 -5
- package/app/javascript/src/translations/da.json +3 -3
- package/app/javascript/src/translations/de.json +2 -2
- package/app/javascript/src/translations/es-MX.json +4 -4
- package/app/javascript/src/translations/es.json +3 -3
- package/app/javascript/src/translations/et.json +6 -6
- package/app/javascript/src/translations/fi.json +6 -6
- package/app/javascript/src/translations/fil.json +5 -5
- package/app/javascript/src/translations/fr.json +8 -8
- package/app/javascript/src/translations/he.json +9 -9
- package/app/javascript/src/translations/hi.json +4 -4
- package/app/javascript/src/translations/hr.json +8 -8
- package/app/javascript/src/translations/id.json +2 -2
- package/app/javascript/src/translations/it.json +5 -5
- package/app/javascript/src/translations/ja.json +7 -7
- package/app/javascript/src/translations/ko.json +6 -6
- package/app/javascript/src/translations/nl.json +4 -4
- package/app/javascript/src/translations/pl.json +4 -4
- package/app/javascript/src/translations/pt-BR.json +3 -3
- package/app/javascript/src/translations/pt.json +8 -8
- package/app/javascript/src/translations/ro.json +8 -8
- package/app/javascript/src/translations/ru.json +3 -3
- package/app/javascript/src/translations/sk.json +5 -5
- package/app/javascript/src/translations/sl.json +7 -7
- package/app/javascript/src/translations/sv.json +5 -5
- package/app/javascript/src/translations/th.json +7 -7
- package/app/javascript/src/translations/tr.json +7 -7
- package/app/javascript/src/translations/uk.json +8 -8
- package/app/javascript/src/translations/vi.json +3 -3
- package/app/javascript/src/translations/zh-CN.json +8 -8
- package/app/javascript/src/translations/zh-TW.json +8 -8
- package/dist/EmailDeliveryScreen.js +1 -1
- package/dist/EmailDeliveryScreen.js.map +1 -1
- package/dist/cjs/EmailDeliveryScreen.js +1 -1
- package/dist/cjs/EmailDeliveryScreen.js.map +1 -1
- package/package.json +11 -11
|
@@ -91,17 +91,17 @@
|
|
|
91
91
|
"setup": {
|
|
92
92
|
"title": "Configurar SMTP para e-mails de saída",
|
|
93
93
|
"saveAndActivate": "Salvar & ativar",
|
|
94
|
-
"note": "
|
|
94
|
+
"note": "Observação: certifique-se de que as credenciais SMTP fornecidas têm permissão para enviar e-mails do e-mail configurado.",
|
|
95
95
|
"hostLabel": "Host SMTP",
|
|
96
96
|
"portLabel": "Porta SMTP",
|
|
97
97
|
"usernameLabel": "Nome de usuário",
|
|
98
98
|
"passwordLabel": "Senha",
|
|
99
99
|
"emailLabel": "E-mail",
|
|
100
100
|
"encryptionLabel": "Criptografia",
|
|
101
|
-
"noneLabel": "
|
|
101
|
+
"noneLabel": "Nenhuma",
|
|
102
102
|
"starttlsLabel": "StartTLS",
|
|
103
103
|
"sslLabel": "SSL",
|
|
104
|
-
"displayNameLabel": "Nome
|
|
104
|
+
"displayNameLabel": "Nome exibido",
|
|
105
105
|
"disconnect": "Desconectar SMTP",
|
|
106
106
|
"requiredField": "{{field}} é obrigatório",
|
|
107
107
|
"emailInvalid": "E-mail inválido"
|
|
@@ -85,26 +85,26 @@
|
|
|
85
85
|
},
|
|
86
86
|
"smtp": {
|
|
87
87
|
"title": "SMTP",
|
|
88
|
-
"description": "Adicione os detalhes do seu servidor SMTP para que todos os
|
|
88
|
+
"description": "Adicione os detalhes do seu servidor SMTP para que todos os e-mails sejam enviados do seu provedor SMTP e não do Neeto.",
|
|
89
89
|
"connectSmtp": "Conectar SMTP",
|
|
90
|
-
"smtpConfigured": "SMTP está configurado para enviar
|
|
90
|
+
"smtpConfigured": "SMTP está configurado para enviar e-mails.",
|
|
91
91
|
"setup": {
|
|
92
|
-
"title": "Configurar SMTP para
|
|
92
|
+
"title": "Configurar SMTP para e-mails de saída",
|
|
93
93
|
"saveAndActivate": "Salvar & ativar",
|
|
94
|
-
"note": "Nota: Certifique-se de que as credenciais SMTP que você
|
|
94
|
+
"note": "Nota: Certifique-se de que as credenciais SMTP que você fornecer tenham permissão para enviar e-mails do e-mail configurado.",
|
|
95
95
|
"hostLabel": "Host SMTP",
|
|
96
96
|
"portLabel": "Porta SMTP",
|
|
97
97
|
"usernameLabel": "Nome de usuário",
|
|
98
98
|
"passwordLabel": "Senha",
|
|
99
|
-
"emailLabel": "
|
|
99
|
+
"emailLabel": "E-mail",
|
|
100
100
|
"encryptionLabel": "Criptografia",
|
|
101
|
-
"noneLabel": "
|
|
101
|
+
"noneLabel": "Nenhum",
|
|
102
102
|
"starttlsLabel": "StartTLS",
|
|
103
103
|
"sslLabel": "SSL",
|
|
104
|
-
"displayNameLabel": "Nome
|
|
104
|
+
"displayNameLabel": "Nome a ser exibido",
|
|
105
105
|
"disconnect": "Desconectar SMTP",
|
|
106
106
|
"requiredField": "{{field}} é obrigatório",
|
|
107
|
-
"emailInvalid": "
|
|
107
|
+
"emailInvalid": "E-mail inválido"
|
|
108
108
|
}
|
|
109
109
|
}
|
|
110
110
|
}
|
|
@@ -85,20 +85,20 @@
|
|
|
85
85
|
},
|
|
86
86
|
"smtp": {
|
|
87
87
|
"title": "SMTP",
|
|
88
|
-
"description": "Adăugați detaliile serverului SMTP astfel încât toate emailurile să fie trimise de la furnizorul dvs. SMTP și nu de la Neeto.",
|
|
89
|
-
"connectSmtp": "
|
|
90
|
-
"smtpConfigured": "SMTP este configurat pentru
|
|
88
|
+
"description": "Adăugați detaliile serverului dvs. SMTP astfel încât toate emailurile să fie trimise de la furnizorul dvs. SMTP și nu de la Neeto.",
|
|
89
|
+
"connectSmtp": "Conectare SMTP",
|
|
90
|
+
"smtpConfigured": "SMTP este configurat pentru a trimite emailuri.",
|
|
91
91
|
"setup": {
|
|
92
|
-
"title": "
|
|
92
|
+
"title": "Configurare SMTP pentru emailuri de ieșire",
|
|
93
93
|
"saveAndActivate": "Salvați & activați",
|
|
94
|
-
"note": "Notă: Asigurați-vă că
|
|
95
|
-
"hostLabel": "
|
|
94
|
+
"note": "Notă: Asigurați-vă că acreditivile SMTP pe care le oferiți au permisiunea de a trimite emailuri de la adresa de email configurată.",
|
|
95
|
+
"hostLabel": "Host SMTP",
|
|
96
96
|
"portLabel": "Port SMTP",
|
|
97
|
-
"usernameLabel": "Nume
|
|
97
|
+
"usernameLabel": "Nume utilizator",
|
|
98
98
|
"passwordLabel": "Parolă",
|
|
99
99
|
"emailLabel": "Email",
|
|
100
100
|
"encryptionLabel": "Criptare",
|
|
101
|
-
"noneLabel": "
|
|
101
|
+
"noneLabel": "Niciuna",
|
|
102
102
|
"starttlsLabel": "StartTLS",
|
|
103
103
|
"sslLabel": "SSL",
|
|
104
104
|
"displayNameLabel": "Nume de afișare",
|
|
@@ -87,11 +87,11 @@
|
|
|
87
87
|
"title": "SMTP",
|
|
88
88
|
"description": "Добавьте данные вашего SMTP-сервера, чтобы все электронные письма отправлялись от вашего SMTP-поставщика, а не от Neeto.",
|
|
89
89
|
"connectSmtp": "Подключить SMTP",
|
|
90
|
-
"smtpConfigured": "SMTP настроен для отправки
|
|
90
|
+
"smtpConfigured": "SMTP настроен для отправки писем.",
|
|
91
91
|
"setup": {
|
|
92
92
|
"title": "Настройка SMTP для исходящих писем",
|
|
93
93
|
"saveAndActivate": "Сохранить & активировать",
|
|
94
|
-
"note": "Примечание: Убедитесь, что предоставленные вами учетные данные SMTP имеют разрешение на отправку писем
|
|
94
|
+
"note": "Примечание: Убедитесь, что предоставленные вами учетные данные SMTP имеют разрешение на отправку писем с указанного электронного адреса.",
|
|
95
95
|
"hostLabel": "SMTP хост",
|
|
96
96
|
"portLabel": "SMTP порт",
|
|
97
97
|
"usernameLabel": "Имя пользователя",
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
"displayNameLabel": "Отображаемое имя",
|
|
105
105
|
"disconnect": "Отключить SMTP",
|
|
106
106
|
"requiredField": "{{field}} обязателен",
|
|
107
|
-
"emailInvalid": "
|
|
107
|
+
"emailInvalid": "Недопустимый адрес электронной почты"
|
|
108
108
|
}
|
|
109
109
|
}
|
|
110
110
|
}
|
|
@@ -85,13 +85,13 @@
|
|
|
85
85
|
},
|
|
86
86
|
"smtp": {
|
|
87
87
|
"title": "SMTP",
|
|
88
|
-
"description": "Pridajte
|
|
88
|
+
"description": "Pridajte údaje o svojom SMTP serveri, aby sa všetky e-maily odosielali z vášho poskytovateľa SMTP, a nie z Neeto.",
|
|
89
89
|
"connectSmtp": "Pripojiť SMTP",
|
|
90
|
-
"smtpConfigured": "SMTP je nakonfigurované na
|
|
90
|
+
"smtpConfigured": "SMTP je nakonfigurované na odosielanie e-mailov.",
|
|
91
91
|
"setup": {
|
|
92
92
|
"title": "Nastavenie SMTP pre odchádzajúce e-maily",
|
|
93
|
-
"saveAndActivate": "Uložiť
|
|
94
|
-
"note": "Poznámka: Uistite sa, že
|
|
93
|
+
"saveAndActivate": "Uložiť & aktivovať",
|
|
94
|
+
"note": "Poznámka: Uistite sa, že poskytnuté SMTP poverenia majú povolenie na odosielanie e-mailov z nakonfigurovanej e-mailovej adresy.",
|
|
95
95
|
"hostLabel": "SMTP hostiteľ",
|
|
96
96
|
"portLabel": "SMTP port",
|
|
97
97
|
"usernameLabel": "Používateľské meno",
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
"noneLabel": "Žiadne",
|
|
102
102
|
"starttlsLabel": "StartTLS",
|
|
103
103
|
"sslLabel": "SSL",
|
|
104
|
-
"displayNameLabel": "
|
|
104
|
+
"displayNameLabel": "Zobrazené meno",
|
|
105
105
|
"disconnect": "Odpojiť SMTP",
|
|
106
106
|
"requiredField": "{{field}} je povinné",
|
|
107
107
|
"emailInvalid": "Neplatný e-mail"
|
|
@@ -85,14 +85,14 @@
|
|
|
85
85
|
},
|
|
86
86
|
"smtp": {
|
|
87
87
|
"title": "SMTP",
|
|
88
|
-
"description": "Dodajte podatke o
|
|
88
|
+
"description": "Dodajte podatke o vašem SMTP strežniku, da se vse e-pošte pošiljajo iz vašega ponudnika SMTP in ne iz Neeta.",
|
|
89
89
|
"connectSmtp": "Poveži SMTP",
|
|
90
|
-
"smtpConfigured": "SMTP je konfiguriran za pošiljanje e-
|
|
90
|
+
"smtpConfigured": "SMTP je konfiguriran za pošiljanje e-pošte.",
|
|
91
91
|
"setup": {
|
|
92
|
-
"title": "
|
|
92
|
+
"title": "Nastavite SMTP za odhodne e-pošte",
|
|
93
93
|
"saveAndActivate": "Shrani & aktiviraj",
|
|
94
|
-
"note": "Opomba:
|
|
95
|
-
"hostLabel": "SMTP
|
|
94
|
+
"note": "Opomba: Poskrbite, da imajo poverilnice SMTP, ki jih posredujete, dovoljenje za pošiljanje e-poštnih sporočil iz konfigurirane e-pošte.",
|
|
95
|
+
"hostLabel": "SMTP gostitelj",
|
|
96
96
|
"portLabel": "SMTP vrata",
|
|
97
97
|
"usernameLabel": "Uporabniško ime",
|
|
98
98
|
"passwordLabel": "Geslo",
|
|
@@ -101,8 +101,8 @@
|
|
|
101
101
|
"noneLabel": "Brez",
|
|
102
102
|
"starttlsLabel": "StartTLS",
|
|
103
103
|
"sslLabel": "SSL",
|
|
104
|
-
"displayNameLabel": "
|
|
105
|
-
"disconnect": "
|
|
104
|
+
"displayNameLabel": "Ime za prikaz",
|
|
105
|
+
"disconnect": "Odklopi SMTP",
|
|
106
106
|
"requiredField": "{{field}} je obvezno",
|
|
107
107
|
"emailInvalid": "Neveljavna e-pošta"
|
|
108
108
|
}
|
|
@@ -85,13 +85,13 @@
|
|
|
85
85
|
},
|
|
86
86
|
"smtp": {
|
|
87
87
|
"title": "SMTP",
|
|
88
|
-
"description": "Lägg till dina SMTP-serveruppgifter så att alla e-
|
|
88
|
+
"description": "Lägg till dina SMTP-serveruppgifter så att alla e-postmeddelanden skickas från din SMTP-leverantör och inte från Neeto.",
|
|
89
89
|
"connectSmtp": "Anslut SMTP",
|
|
90
|
-
"smtpConfigured": "SMTP är
|
|
90
|
+
"smtpConfigured": "SMTP är konfigurerat för att skicka e-post.",
|
|
91
91
|
"setup": {
|
|
92
|
-
"title": "
|
|
92
|
+
"title": "Konfigurera SMTP för utgående e-post",
|
|
93
93
|
"saveAndActivate": "Spara & aktivera",
|
|
94
|
-
"note": "Observera: Se till att de SMTP-uppgifter du anger har
|
|
94
|
+
"note": "Observera: Se till att de SMTP-uppgifter du anger har behörighet att skicka e-post från den konfigurerade avsändaradressen.",
|
|
95
95
|
"hostLabel": "SMTP-värd",
|
|
96
96
|
"portLabel": "SMTP-port",
|
|
97
97
|
"usernameLabel": "Användarnamn",
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
"sslLabel": "SSL",
|
|
104
104
|
"displayNameLabel": "Visningsnamn",
|
|
105
105
|
"disconnect": "Koppla bort SMTP",
|
|
106
|
-
"requiredField": "{{field}}
|
|
106
|
+
"requiredField": "{{field}} krävs",
|
|
107
107
|
"emailInvalid": "Ogiltig e-post"
|
|
108
108
|
}
|
|
109
109
|
}
|
|
@@ -85,13 +85,13 @@
|
|
|
85
85
|
},
|
|
86
86
|
"smtp": {
|
|
87
87
|
"title": "SMTP",
|
|
88
|
-
"description": "เพิ่มรายละเอียดเซิร์ฟเวอร์ SMTP
|
|
88
|
+
"description": "เพิ่มรายละเอียดเซิร์ฟเวอร์ SMTP ของคุณเพื่อให้แน่ใจว่าอีเมลทั้งหมดถูกส่งจากผู้ให้บริการ SMTP ของคุณและไม่ใช่จาก Neeto。",
|
|
89
89
|
"connectSmtp": "เชื่อมต่อ SMTP",
|
|
90
|
-
"smtpConfigured": "SMTP
|
|
90
|
+
"smtpConfigured": "SMTP ได้รับการกำหนดค่าหมายถึงการส่งอีเมล",
|
|
91
91
|
"setup": {
|
|
92
|
-
"title": "ตั้งค่า SMTP
|
|
93
|
-
"saveAndActivate": "
|
|
94
|
-
"note": "หมายเหตุ:
|
|
92
|
+
"title": "ตั้งค่า SMTP สำหรับอีเมลขาออก",
|
|
93
|
+
"saveAndActivate": "บันทึกและเปิดใช้งาน",
|
|
94
|
+
"note": "หมายเหตุ: ตรวจสอบให้แน่ใจว่าชื่อผู้ใช้ SMTP ที่คุณให้มีสิทธิ์ในการส่งอีเมลจากอีเมลที่กำหนด",
|
|
95
95
|
"hostLabel": "โฮสต์ SMTP",
|
|
96
96
|
"portLabel": "พอร์ต SMTP",
|
|
97
97
|
"usernameLabel": "ชื่อผู้ใช้",
|
|
@@ -101,9 +101,9 @@
|
|
|
101
101
|
"noneLabel": "ไม่มี",
|
|
102
102
|
"starttlsLabel": "StartTLS",
|
|
103
103
|
"sslLabel": "SSL",
|
|
104
|
-
"displayNameLabel": "
|
|
104
|
+
"displayNameLabel": "ชื่อการแสดงผล",
|
|
105
105
|
"disconnect": "ตัดการเชื่อมต่อ SMTP",
|
|
106
|
-
"requiredField": "{{field}}
|
|
106
|
+
"requiredField": "{{field}} จำเป็นต้องระบุ",
|
|
107
107
|
"emailInvalid": "อีเมลไม่ถูกต้อง"
|
|
108
108
|
}
|
|
109
109
|
}
|
|
@@ -85,13 +85,13 @@
|
|
|
85
85
|
},
|
|
86
86
|
"smtp": {
|
|
87
87
|
"title": "SMTP",
|
|
88
|
-
"description": "Tüm e-postaların SMTP sağlayıcınızdan gönderilmesi için SMTP sunucu bilgilerinizi ekleyin
|
|
89
|
-
"connectSmtp": "SMTP
|
|
88
|
+
"description": "Tüm e-postaların Neeto'dan değil, SMTP sağlayıcınızdan gönderilmesi için SMTP sunucu bilgilerinizi ekleyin.",
|
|
89
|
+
"connectSmtp": "SMTP Bağlantısı",
|
|
90
90
|
"smtpConfigured": "E-postaları göndermek için SMTP yapılandırıldı.",
|
|
91
91
|
"setup": {
|
|
92
|
-
"title": "Giden e-postalar için SMTP'yi
|
|
93
|
-
"saveAndActivate": "Kaydet
|
|
94
|
-
"note": "Not: Sağladığınız SMTP kimlik
|
|
92
|
+
"title": "Giden e-postalar için SMTP'yi ayarla",
|
|
93
|
+
"saveAndActivate": "Kaydet ve etkinleştir",
|
|
94
|
+
"note": "Not: Sağladığınız SMTP kimlik bilgilerinin yapılandırılan e-posta adresinden e-posta göndermek için izni olduğundan emin olun.",
|
|
95
95
|
"hostLabel": "SMTP sunucusu",
|
|
96
96
|
"portLabel": "SMTP portu",
|
|
97
97
|
"usernameLabel": "Kullanıcı adı",
|
|
@@ -102,8 +102,8 @@
|
|
|
102
102
|
"starttlsLabel": "StartTLS",
|
|
103
103
|
"sslLabel": "SSL",
|
|
104
104
|
"displayNameLabel": "Görünen ad",
|
|
105
|
-
"disconnect": "SMTP'den
|
|
106
|
-
"requiredField": "{{field}}
|
|
105
|
+
"disconnect": "SMTP'den bağlantıyı kes",
|
|
106
|
+
"requiredField": "{{field}} gereklidir",
|
|
107
107
|
"emailInvalid": "Geçersiz e-posta"
|
|
108
108
|
}
|
|
109
109
|
}
|
|
@@ -85,15 +85,15 @@
|
|
|
85
85
|
},
|
|
86
86
|
"smtp": {
|
|
87
87
|
"title": "SMTP",
|
|
88
|
-
"description": "Додайте
|
|
88
|
+
"description": "Додайте відомості про ваш SMTP-сервер, щоб усі електронні листи надсилались з вашого SMTP-постачальника, а не з Neeto.",
|
|
89
89
|
"connectSmtp": "Підключити SMTP",
|
|
90
90
|
"smtpConfigured": "SMTP налаштовано для надсилання електронних листів.",
|
|
91
91
|
"setup": {
|
|
92
92
|
"title": "Налаштування SMTP для вихідних електронних листів",
|
|
93
|
-
"saveAndActivate": "Зберегти
|
|
94
|
-
"note": "Примітка:
|
|
95
|
-
"hostLabel": "SMTP
|
|
96
|
-
"portLabel": "SMTP
|
|
93
|
+
"saveAndActivate": "Зберегти та активувати",
|
|
94
|
+
"note": "Примітка: Переконайтеся, що надані вами облікові дані SMTP мають дозвіл на надсилання електронних листів з вказаної адреси електронної пошти.",
|
|
95
|
+
"hostLabel": "SMTP-хост",
|
|
96
|
+
"portLabel": "Порт SMTP",
|
|
97
97
|
"usernameLabel": "Ім'я користувача",
|
|
98
98
|
"passwordLabel": "Пароль",
|
|
99
99
|
"emailLabel": "Електронна пошта",
|
|
@@ -101,9 +101,9 @@
|
|
|
101
101
|
"noneLabel": "Немає",
|
|
102
102
|
"starttlsLabel": "StartTLS",
|
|
103
103
|
"sslLabel": "SSL",
|
|
104
|
-
"displayNameLabel": "
|
|
105
|
-
"disconnect": "
|
|
106
|
-
"requiredField": "{{field}}
|
|
104
|
+
"displayNameLabel": "Відображуване ім'я",
|
|
105
|
+
"disconnect": "Вимкнути SMTP",
|
|
106
|
+
"requiredField": "{{field}} обов'язковий",
|
|
107
107
|
"emailInvalid": "Недійсна електронна пошта"
|
|
108
108
|
}
|
|
109
109
|
}
|
|
@@ -89,16 +89,16 @@
|
|
|
89
89
|
"connectSmtp": "Kết nối SMTP",
|
|
90
90
|
"smtpConfigured": "SMTP đã được cấu hình để gửi email.",
|
|
91
91
|
"setup": {
|
|
92
|
-
"title": "
|
|
92
|
+
"title": "Cấu hình SMTP cho email đi",
|
|
93
93
|
"saveAndActivate": "Lưu & kích hoạt",
|
|
94
|
-
"note": "Lưu ý: Đảm bảo rằng thông tin xác thực SMTP bạn cung cấp có quyền gửi email từ địa chỉ email đã cấu hình.",
|
|
94
|
+
"note": "Lưu ý: Đảm bảo rằng thông tin xác thực SMTP mà bạn cung cấp có quyền gửi email từ địa chỉ email đã cấu hình.",
|
|
95
95
|
"hostLabel": "Máy chủ SMTP",
|
|
96
96
|
"portLabel": "Cổng SMTP",
|
|
97
97
|
"usernameLabel": "Tên người dùng",
|
|
98
98
|
"passwordLabel": "Mật khẩu",
|
|
99
99
|
"emailLabel": "Email",
|
|
100
100
|
"encryptionLabel": "Mã hóa",
|
|
101
|
-
"noneLabel": "Không",
|
|
101
|
+
"noneLabel": "Không có",
|
|
102
102
|
"starttlsLabel": "StartTLS",
|
|
103
103
|
"sslLabel": "SSL",
|
|
104
104
|
"displayNameLabel": "Tên hiển thị",
|
|
@@ -85,15 +85,15 @@
|
|
|
85
85
|
},
|
|
86
86
|
"smtp": {
|
|
87
87
|
"title": "SMTP",
|
|
88
|
-
"description": "添加您的
|
|
89
|
-
"connectSmtp": "连接
|
|
90
|
-
"smtpConfigured": "SMTP
|
|
88
|
+
"description": "添加您的SMTP服务器详细信息,以便所有电子邮件都通过您的SMTP提供商发送,而不是通过Neeto发送。",
|
|
89
|
+
"connectSmtp": "连接SMTP",
|
|
90
|
+
"smtpConfigured": "SMTP已配置用于发送电子邮件。",
|
|
91
91
|
"setup": {
|
|
92
|
-
"title": "
|
|
92
|
+
"title": "为外发电子邮件设置SMTP",
|
|
93
93
|
"saveAndActivate": "保存并激活",
|
|
94
|
-
"note": "注意:确保您提供的
|
|
95
|
-
"hostLabel": "SMTP
|
|
96
|
-
"portLabel": "SMTP
|
|
94
|
+
"note": "注意:确保您提供的SMTP凭据具有从配置的发件邮箱发送电子邮件的权限。",
|
|
95
|
+
"hostLabel": "SMTP主机",
|
|
96
|
+
"portLabel": "SMTP端口",
|
|
97
97
|
"usernameLabel": "用户名",
|
|
98
98
|
"passwordLabel": "密码",
|
|
99
99
|
"emailLabel": "电子邮件",
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
"starttlsLabel": "StartTLS",
|
|
103
103
|
"sslLabel": "SSL",
|
|
104
104
|
"displayNameLabel": "显示名称",
|
|
105
|
-
"disconnect": "
|
|
105
|
+
"disconnect": "断开SMTP连接",
|
|
106
106
|
"requiredField": "{{field}} 是必填项",
|
|
107
107
|
"emailInvalid": "无效的电子邮件"
|
|
108
108
|
}
|
|
@@ -85,13 +85,13 @@
|
|
|
85
85
|
},
|
|
86
86
|
"smtp": {
|
|
87
87
|
"title": "SMTP",
|
|
88
|
-
"description": "
|
|
88
|
+
"description": "添加您的 SMTP 伺服器詳細資訊,以便所有電子郵件都從您的 SMTP 供應商發送,而不是從 Neeto 發送。",
|
|
89
89
|
"connectSmtp": "連接 SMTP",
|
|
90
|
-
"smtpConfigured": "SMTP
|
|
90
|
+
"smtpConfigured": "SMTP 已配置以發送電子郵件。",
|
|
91
91
|
"setup": {
|
|
92
|
-
"title": "設置 SMTP
|
|
93
|
-
"saveAndActivate": "
|
|
94
|
-
"note": "
|
|
92
|
+
"title": "設置 SMTP 以發送電子郵件",
|
|
93
|
+
"saveAndActivate": "保存並啟用",
|
|
94
|
+
"note": "注意:確保您提供的 SMTP 憑據有權從配置的電子郵件發送電子郵件。",
|
|
95
95
|
"hostLabel": "SMTP 主機",
|
|
96
96
|
"portLabel": "SMTP 埠",
|
|
97
97
|
"usernameLabel": "用戶名",
|
|
@@ -102,9 +102,9 @@
|
|
|
102
102
|
"starttlsLabel": "StartTLS",
|
|
103
103
|
"sslLabel": "SSL",
|
|
104
104
|
"displayNameLabel": "顯示名稱",
|
|
105
|
-
"disconnect": "
|
|
106
|
-
"requiredField": "{{field}}
|
|
107
|
-
"emailInvalid": "
|
|
105
|
+
"disconnect": "斷開連接 SMTP",
|
|
106
|
+
"requiredField": "{{field}} 是必填項",
|
|
107
|
+
"emailInvalid": "無效的電子郵件"
|
|
108
108
|
}
|
|
109
109
|
}
|
|
110
110
|
}
|
|
@@ -47,7 +47,7 @@ var SMTP_ACCOUNT_INITIAL_VALUES = {
|
|
|
47
47
|
password: "",
|
|
48
48
|
email: "",
|
|
49
49
|
encryption: "starttls",
|
|
50
|
-
|
|
50
|
+
displayName: ""
|
|
51
51
|
};
|
|
52
52
|
var SMTP_ACCOUNT_VALIDATION_SCHEMA = yup.object().shape({
|
|
53
53
|
host: yup.string().trim().required(t("neetoEmailDelivery.smtp.setup.requiredField", {
|