chore(i18n): fallback strings for new resources: nodebb.admin-settings-email

This commit is contained in:
Misty Release Bot
2026-02-02 18:37:04 +00:00
parent c848801268
commit c26698d68f
49 changed files with 345 additions and 51 deletions

View File

@@ -30,14 +30,20 @@
"smtp-transport.pool-help": "Pooling connections prevents NodeBB from creating a new connection for every email. This option only applies if SMTP Transport is enabled.",
"smtp-transport.allow-self-signed": "Allow self-signed certificates",
"smtp-transport.allow-self-signed-help": "Enabling this setting will allow you to use self-signed or invalid TLS certificates.",
"smtp-transport.test-success": "SMTP Test email sent successfully.",
"template": "Edit Email Template",
"template.select": "Select Email Template",
"template.revert": "Revert to Original",
"test-smtp-settings": "Test SMTP Settings",
"testing": "Email Testing",
"testing.success": "Test Email Sent.",
"testing.select": "Select Email Template",
"testing.send": "Send Test Email",
"testing.send-help": "The test email will be sent to the currently logged in user's email address.",
"testing.send-help-plugin": "<strong>\"%1\"</strong> will be used to send test emails.",
"testing.send-help-smtp": "SMTP transport is enabled and will be used to send emails.",
"testing.send-help-no-plugin": "No emailer plugin is installed to send emails, nodemailer will be used by default.",
"testing.send-help": "The test email will be sent to the currently logged in user's email address using the saved settings on this page. ",
"subscriptions": "Email Digests",
"subscriptions.disable": "Disable email digests",
"subscriptions.hour": "Digest Hour",

View File

@@ -30,14 +30,20 @@
"smtp-transport.pool-help": "Əlaqələrin birləşdirilməsi NodeBB-nin hər e-poçt üçün yeni əlaqə yaratmasının qarşısını alır. Bu seçim yalnız SMTP Nəqliyyatı aktiv olduqda tətbiq edilir.",
"smtp-transport.allow-self-signed": "Özünü imzalayan sertifikatlara icazə verin",
"smtp-transport.allow-self-signed-help": "Bu parametri aktivləşdirərək siz öz imzalı və ya etibarsız TLS sertifikatlarından istifadə etmək imkanı əldə edəcəksiniz.",
"smtp-transport.test-success": "SMTP Test email sent successfully.",
"template": "E-poçt şablonunu redaktə et",
"template.select": "E-poçt şablonunu seç",
"template.revert": "Orijinala qayıt",
"test-smtp-settings": "Test SMTP Settings",
"testing": "Elektron poçt testi",
"testing.success": "Test Email Sent.",
"testing.select": "E-poçt şablonunu seç",
"testing.send": "Test məktubu göndər",
"testing.send-help": "Test məktubu hazırda daxil olmuş istifadəçinin e-poçt ünvanına göndəriləcək.",
"testing.send-help-plugin": "<strong>\"%1\"</strong> will be used to send test emails.",
"testing.send-help-smtp": "SMTP transport is enabled and will be used to send emails.",
"testing.send-help-no-plugin": "No emailer plugin is installed to send emails, nodemailer will be used by default.",
"testing.send-help": "The test email will be sent to the currently logged in user's email address using the saved settings on this page. ",
"subscriptions": "E-poçt həzmləri",
"subscriptions.disable": "E-poçt həzmlərini deaktiv edin",
"subscriptions.hour": "Digest saatı",

View File

@@ -30,14 +30,20 @@
"smtp-transport.pool-help": "Групирането на връзките предотвратява създаването на нова връзка за всяко е-писмо. Тази настройка има ефект, само ако е включено „Транспорт чрез SMTP“.",
"smtp-transport.allow-self-signed": "Разрешаване на самоподписаните сертификатите",
"smtp-transport.allow-self-signed-help": "Включването на тази настройка ще позволи ползването на самоподписани и невалидни сертификати TLS.",
"smtp-transport.test-success": "SMTP Test email sent successfully.",
"template": "Редактирана не шаблона за е-писма",
"template.select": "Изберете шаблон за е-писма",
"template.revert": "Връщане на оригинала",
"test-smtp-settings": "Test SMTP Settings",
"testing": "Проба на е-писмата",
"testing.success": "Test Email Sent.",
"testing.select": "Изберете шаблон за е-писма",
"testing.send": "Изпращане на пробно е-писмо",
"testing.send-help": "Пробното е-писмо ще бъде изпратено до е-пощата на текущо вписания потребител.",
"testing.send-help-plugin": "<strong>\"%1\"</strong> will be used to send test emails.",
"testing.send-help-smtp": "SMTP transport is enabled and will be used to send emails.",
"testing.send-help-no-plugin": "No emailer plugin is installed to send emails, nodemailer will be used by default.",
"testing.send-help": "The test email will be sent to the currently logged in user's email address using the saved settings on this page. ",
"subscriptions": "Резюмета по е-поща",
"subscriptions.disable": "Изключване на резюметата по е-пощата",
"subscriptions.hour": "Време за разпращане",

View File

@@ -30,14 +30,20 @@
"smtp-transport.pool-help": "Pooling connections prevents NodeBB from creating a new connection for every email. This option only applies if SMTP Transport is enabled.",
"smtp-transport.allow-self-signed": "Allow self-signed certificates",
"smtp-transport.allow-self-signed-help": "Enabling this setting will allow you to use self-signed or invalid TLS certificates.",
"smtp-transport.test-success": "SMTP Test email sent successfully.",
"template": "Edit Email Template",
"template.select": "Select Email Template",
"template.revert": "Revert to Original",
"test-smtp-settings": "Test SMTP Settings",
"testing": "Email Testing",
"testing.success": "Test Email Sent.",
"testing.select": "Select Email Template",
"testing.send": "Send Test Email",
"testing.send-help": "The test email will be sent to the currently logged in user's email address.",
"testing.send-help-plugin": "<strong>\"%1\"</strong> will be used to send test emails.",
"testing.send-help-smtp": "SMTP transport is enabled and will be used to send emails.",
"testing.send-help-no-plugin": "No emailer plugin is installed to send emails, nodemailer will be used by default.",
"testing.send-help": "The test email will be sent to the currently logged in user's email address using the saved settings on this page. ",
"subscriptions": "ইমেইল ডাইজেস্ট",
"subscriptions.disable": "ইমেইল ডাইজেস্ট নিষ্ক্রিয়",
"subscriptions.hour": "Digest Hour",

View File

@@ -28,16 +28,22 @@
"smtp-transport.password": "Heslo",
"smtp-transport.pool": "Enable pooled connections",
"smtp-transport.pool-help": "Pooling connections prevents NodeBB from creating a new connection for every email. This option only applies if SMTP Transport is enabled.",
"smtp-transport.allow-self-signed": "Allow self-signed certificates",
"smtp-transport.allow-self-signed-help": "Enabling this setting will allow you to use self-signed or invalid TLS certificates.",
"smtp-transport.allow-self-signed": "Povolit self-signed certifikáty",
"smtp-transport.allow-self-signed-help": "Povolením tohoto nastavení budete moci používat self-signed nebo neplatné TLS certifikáty.",
"smtp-transport.test-success": "SMTP Test email sent successfully.",
"template": "Upravit šablonu e-mailu",
"template.select": "Vybrat šablonu e-mailu",
"template.revert": "Zpět k původnímu",
"test-smtp-settings": "Test SMTP Settings",
"testing": "Test e-mailu",
"testing.success": "Test Email Sent.",
"testing.select": "Vyberte šablonu e-mailu",
"testing.send": "Odeslat testovací e-mail",
"testing.send-help": "Testovací e-mail bude odeslán aktuálně přihlášenému uživateli na jeho e-mailovou adresu z registrace.",
"testing.send-help-plugin": "<strong>\"%1\"</strong> will be used to send test emails.",
"testing.send-help-smtp": "SMTP transport is enabled and will be used to send emails.",
"testing.send-help-no-plugin": "No emailer plugin is installed to send emails, nodemailer will be used by default.",
"testing.send-help": "The test email will be sent to the currently logged in user's email address using the saved settings on this page. ",
"subscriptions": "E-mailové odběry",
"subscriptions.disable": "Zakázat e-mailové odběry",
"subscriptions.hour": "Hodina přehledu",

View File

@@ -30,14 +30,20 @@
"smtp-transport.pool-help": "Pooling connections prevents NodeBB from creating a new connection for every email. This option only applies if SMTP Transport is enabled.",
"smtp-transport.allow-self-signed": "Allow self-signed certificates",
"smtp-transport.allow-self-signed-help": "Enabling this setting will allow you to use self-signed or invalid TLS certificates.",
"smtp-transport.test-success": "SMTP Test email sent successfully.",
"template": "Edit Email Template",
"template.select": "Select Email Template",
"template.revert": "Revert to Original",
"test-smtp-settings": "Test SMTP Settings",
"testing": "Email Testing",
"testing.success": "Test Email Sent.",
"testing.select": "Select Email Template",
"testing.send": "Send Test Email",
"testing.send-help": "The test email will be sent to the currently logged in user's email address.",
"testing.send-help-plugin": "<strong>\"%1\"</strong> will be used to send test emails.",
"testing.send-help-smtp": "SMTP transport is enabled and will be used to send emails.",
"testing.send-help-no-plugin": "No emailer plugin is installed to send emails, nodemailer will be used by default.",
"testing.send-help": "The test email will be sent to the currently logged in user's email address using the saved settings on this page. ",
"subscriptions": "Email Digests",
"subscriptions.disable": "Disable email digests",
"subscriptions.hour": "Digest Hour",

View File

@@ -30,14 +30,20 @@
"smtp-transport.pool-help": "Das Poolen von Verbindungen hindert NodeBB daran für jede neu erstellte E-Mail eine eigene Verbindung aufzubauen. Diese Option ist nur zutreffend, wenn SMTP aktiviert ist.",
"smtp-transport.allow-self-signed": "Allow self-signed certificates",
"smtp-transport.allow-self-signed-help": "Enabling this setting will allow you to use self-signed or invalid TLS certificates.",
"smtp-transport.test-success": "SMTP Test email sent successfully.",
"template": "E-Mail Vorlage bearbeiten",
"template.select": "E-Mail Vorlage auswählen",
"template.revert": "Original wiederherstellen",
"test-smtp-settings": "Test SMTP Settings",
"testing": "E-Mail Test",
"testing.success": "Test Email Sent.",
"testing.select": "E-Mail-Vorlage auswählen",
"testing.send": "Test-E-Mail versenden",
"testing.send-help": "Die Test-E-Mail wird an die E-Mail Adresse des momentan eingeloggten Nutzers geschickt.",
"testing.send-help-plugin": "<strong>\"%1\"</strong> will be used to send test emails.",
"testing.send-help-smtp": "SMTP transport is enabled and will be used to send emails.",
"testing.send-help-no-plugin": "No emailer plugin is installed to send emails, nodemailer will be used by default.",
"testing.send-help": "The test email will be sent to the currently logged in user's email address using the saved settings on this page. ",
"subscriptions": "Email Zusammenfassungen",
"subscriptions.disable": "Deaktivierung der Email Zusammenfassungen",
"subscriptions.hour": "Sende Zeit",

View File

@@ -30,14 +30,20 @@
"smtp-transport.pool-help": "Pooling connections prevents NodeBB from creating a new connection for every email. This option only applies if SMTP Transport is enabled.",
"smtp-transport.allow-self-signed": "Allow self-signed certificates",
"smtp-transport.allow-self-signed-help": "Enabling this setting will allow you to use self-signed or invalid TLS certificates.",
"smtp-transport.test-success": "SMTP Test email sent successfully.",
"template": "Edit Email Template",
"template.select": "Select Email Template",
"template.revert": "Revert to Original",
"test-smtp-settings": "Test SMTP Settings",
"testing": "Email Testing",
"testing.success": "Test Email Sent.",
"testing.select": "Select Email Template",
"testing.send": "Send Test Email",
"testing.send-help": "The test email will be sent to the currently logged in user's email address.",
"testing.send-help-plugin": "<strong>\"%1\"</strong> will be used to send test emails.",
"testing.send-help-smtp": "SMTP transport is enabled and will be used to send emails.",
"testing.send-help-no-plugin": "No emailer plugin is installed to send emails, nodemailer will be used by default.",
"testing.send-help": "The test email will be sent to the currently logged in user's email address using the saved settings on this page. ",
"subscriptions": "Email Digests",
"subscriptions.disable": "Disable email digests",
"subscriptions.hour": "Digest Hour",

View File

@@ -30,14 +30,20 @@
"smtp-transport.pool-help": "Pooling connections prevents NodeBB from creating a new connection for every email. This option only applies if SMTP Transport is enabled.",
"smtp-transport.allow-self-signed": "Allow self-signed certificates",
"smtp-transport.allow-self-signed-help": "Enabling this setting will allow you to use self-signed or invalid TLS certificates.",
"smtp-transport.test-success": "SMTP Test email sent successfully.",
"template": "Edit Email Template",
"template.select": "Select Email Template",
"template.revert": "Revert to Original",
"test-smtp-settings": "Test SMTP Settings",
"testing": "Email Testing",
"testing.success": "Test Email Sent.",
"testing.select": "Select Email Template",
"testing.send": "Send Test Email",
"testing.send-help": "The test email will be sent to the currently logged in user's email address.",
"testing.send-help-plugin": "<strong>\"%1\"</strong> will be used to send test emails.",
"testing.send-help-smtp": "SMTP transport is enabled and will be used to send emails.",
"testing.send-help-no-plugin": "No emailer plugin is installed to send emails, nodemailer will be used by default.",
"testing.send-help": "The test email will be sent to the currently logged in user's email address using the saved settings on this page. ",
"subscriptions": "Email Digests",
"subscriptions.disable": "Disable email digests",
"subscriptions.hour": "Digest Hour",

View File

@@ -30,14 +30,20 @@
"smtp-transport.pool-help": "Pooling connections prevents NodeBB from creating a new connection for every email. This option only applies if SMTP Transport is enabled.",
"smtp-transport.allow-self-signed": "Allow self-signed certificates",
"smtp-transport.allow-self-signed-help": "Enabling this setting will allow you to use self-signed or invalid TLS certificates.",
"smtp-transport.test-success": "SMTP Test email sent successfully.",
"template": "Edit Email Template",
"template.select": "Select Email Template",
"template.revert": "Revert to Original",
"test-smtp-settings": "Test SMTP Settings",
"testing": "Email Testing",
"testing.success": "Test Email Sent.",
"testing.select": "Select Email Template",
"testing.send": "Send Test Email",
"testing.send-help": "The test email will be sent to the currently logged in user's email address.",
"testing.send-help-plugin": "<strong>\"%1\"</strong> will be used to send test emails.",
"testing.send-help-smtp": "SMTP transport is enabled and will be used to send emails.",
"testing.send-help-no-plugin": "No emailer plugin is installed to send emails, nodemailer will be used by default.",
"testing.send-help": "The test email will be sent to the currently logged in user's email address using the saved settings on this page. ",
"subscriptions": "Email Digests",
"subscriptions.disable": "Disable email digests",
"subscriptions.hour": "Digest Hour",

View File

@@ -30,14 +30,20 @@
"smtp-transport.pool-help": "Pooling connections prevents NodeBB from creating a new connection for every email. This option only applies if SMTP Transport is enabled.",
"smtp-transport.allow-self-signed": "Allow self-signed certificates",
"smtp-transport.allow-self-signed-help": "Enabling this setting will allow you to use self-signed or invalid TLS certificates.",
"smtp-transport.test-success": "SMTP Test email sent successfully.",
"template": "Edit Email Template",
"template.select": "Select Email Template",
"template.revert": "Revert to Original",
"test-smtp-settings": "Test SMTP Settings",
"testing": "Email Testing",
"testing.success": "Test Email Sent.",
"testing.select": "Select Email Template",
"testing.send": "Send Test Email",
"testing.send-help": "The test email will be sent to the currently logged in user's email address.",
"testing.send-help-plugin": "<strong>\"%1\"</strong> will be used to send test emails.",
"testing.send-help-smtp": "SMTP transport is enabled and will be used to send emails.",
"testing.send-help-no-plugin": "No emailer plugin is installed to send emails, nodemailer will be used by default.",
"testing.send-help": "The test email will be sent to the currently logged in user's email address using the saved settings on this page. ",
"subscriptions": "Email Digests",
"subscriptions.disable": "Disable email digests",
"subscriptions.hour": "Digest Hour",

View File

@@ -30,14 +30,20 @@
"smtp-transport.pool-help": "Pooling connections prevents NodeBB from creating a new connection for every email. This option only applies if SMTP Transport is enabled.",
"smtp-transport.allow-self-signed": "Allow self-signed certificates",
"smtp-transport.allow-self-signed-help": "Enabling this setting will allow you to use self-signed or invalid TLS certificates.",
"smtp-transport.test-success": "SMTP Test email sent successfully.",
"template": "Edit Email Template",
"template.select": "Select Email Template",
"template.revert": "Revert to Original",
"test-smtp-settings": "Test SMTP Settings",
"testing": "Email Testing",
"testing.success": "Test Email Sent.",
"testing.select": "Select Email Template",
"testing.send": "Send Test Email",
"testing.send-help": "The test email will be sent to the currently logged in user's email address.",
"testing.send-help-plugin": "<strong>\"%1\"</strong> will be used to send test emails.",
"testing.send-help-smtp": "SMTP transport is enabled and will be used to send emails.",
"testing.send-help-no-plugin": "No emailer plugin is installed to send emails, nodemailer will be used by default.",
"testing.send-help": "The test email will be sent to the currently logged in user's email address using the saved settings on this page. ",
"subscriptions": "Email Digests",
"subscriptions.disable": "Disable email digests",
"subscriptions.hour": "Digest Hour",

View File

@@ -30,14 +30,20 @@
"smtp-transport.pool-help": "Pooling connections prevents NodeBB from creating a new connection for every email. This option only applies if SMTP Transport is enabled.",
"smtp-transport.allow-self-signed": "Allow self-signed certificates",
"smtp-transport.allow-self-signed-help": "Enabling this setting will allow you to use self-signed or invalid TLS certificates.",
"smtp-transport.test-success": "SMTP Test email sent successfully.",
"template": "Edit Email Template",
"template.select": "Select Email Template",
"template.revert": "Revert to Original",
"test-smtp-settings": "Test SMTP Settings",
"testing": "Email Testing",
"testing.success": "Test Email Sent.",
"testing.select": "Select Email Template",
"testing.send": "Send Test Email",
"testing.send-help": "The test email will be sent to the currently logged in user's email address.",
"testing.send-help-plugin": "<strong>\"%1\"</strong> will be used to send test emails.",
"testing.send-help-smtp": "SMTP transport is enabled and will be used to send emails.",
"testing.send-help-no-plugin": "No emailer plugin is installed to send emails, nodemailer will be used by default.",
"testing.send-help": "The test email will be sent to the currently logged in user's email address using the saved settings on this page. ",
"subscriptions": "Email Digests",
"subscriptions.disable": "Disable email digests",
"subscriptions.hour": "Digest Hour",

View File

@@ -30,14 +30,20 @@
"smtp-transport.pool-help": "Pooling connections prevents NodeBB from creating a new connection for every email. This option only applies if SMTP Transport is enabled.",
"smtp-transport.allow-self-signed": "Allow self-signed certificates",
"smtp-transport.allow-self-signed-help": "Enabling this setting will allow you to use self-signed or invalid TLS certificates.",
"smtp-transport.test-success": "SMTP Test email sent successfully.",
"template": "Muokkaa sähköpostimallia",
"template.select": "Valitse sähköpostimalli",
"template.revert": "Revert to Original",
"test-smtp-settings": "Test SMTP Settings",
"testing": "Sähköpostin testaus",
"testing.success": "Test Email Sent.",
"testing.select": "Valitse sähköpostimalli",
"testing.send": "Lähetä testiviesti",
"testing.send-help": "The test email will be sent to the currently logged in user's email address.",
"testing.send-help-plugin": "<strong>\"%1\"</strong> will be used to send test emails.",
"testing.send-help-smtp": "SMTP transport is enabled and will be used to send emails.",
"testing.send-help-no-plugin": "No emailer plugin is installed to send emails, nodemailer will be used by default.",
"testing.send-help": "The test email will be sent to the currently logged in user's email address using the saved settings on this page. ",
"subscriptions": "Sähköpostikoosteet",
"subscriptions.disable": "Poista sähköpostikoosteet käytöstä",
"subscriptions.hour": "Digest Hour",

View File

@@ -30,14 +30,20 @@
"smtp-transport.pool-help": "Le regroupement des connexions empêche NodeBB de créer une nouvelle connexion pour chaque e-mail. Cette option s'applique uniquement si le transport SMTP est activé.",
"smtp-transport.allow-self-signed": "Allow self-signed certificates",
"smtp-transport.allow-self-signed-help": "Enabling this setting will allow you to use self-signed or invalid TLS certificates.",
"smtp-transport.test-success": "SMTP Test email sent successfully.",
"template": "Modifier le modèle d'e-mail",
"template.select": "Sélectionner un modèle d'e-mail ",
"template.revert": "Retourner à l'original",
"test-smtp-settings": "Test SMTP Settings",
"testing": "Test d'e-mail",
"testing.success": "Test Email Sent.",
"testing.select": "Sélectionner un modèle d'e-mail ",
"testing.send": "Envoyer un e-mail de test",
"testing.send-help": "Le test d'envoi sera envoyé à l'adresse e-mail de l'utilisateur actuellement connecté.",
"testing.send-help-plugin": "<strong>\"%1\"</strong> will be used to send test emails.",
"testing.send-help-smtp": "SMTP transport is enabled and will be used to send emails.",
"testing.send-help-no-plugin": "No emailer plugin is installed to send emails, nodemailer will be used by default.",
"testing.send-help": "The test email will be sent to the currently logged in user's email address using the saved settings on this page. ",
"subscriptions": "Actualités du forum ",
"subscriptions.disable": "Désactiver les actualités du forum ",
"subscriptions.hour": "Heure d'envoi",

View File

@@ -30,14 +30,20 @@
"smtp-transport.pool-help": "Pooling connections prevents NodeBB from creating a new connection for every email. This option only applies if SMTP Transport is enabled.",
"smtp-transport.allow-self-signed": "Allow self-signed certificates",
"smtp-transport.allow-self-signed-help": "Enabling this setting will allow you to use self-signed or invalid TLS certificates.",
"smtp-transport.test-success": "SMTP Test email sent successfully.",
"template": "Edit Email Template",
"template.select": "Select Email Template",
"template.revert": "Revert to Original",
"test-smtp-settings": "Test SMTP Settings",
"testing": "Email Testing",
"testing.success": "Test Email Sent.",
"testing.select": "Select Email Template",
"testing.send": "Send Test Email",
"testing.send-help": "The test email will be sent to the currently logged in user's email address.",
"testing.send-help-plugin": "<strong>\"%1\"</strong> will be used to send test emails.",
"testing.send-help-smtp": "SMTP transport is enabled and will be used to send emails.",
"testing.send-help-no-plugin": "No emailer plugin is installed to send emails, nodemailer will be used by default.",
"testing.send-help": "The test email will be sent to the currently logged in user's email address using the saved settings on this page. ",
"subscriptions": "Email Digests",
"subscriptions.disable": "Disable email digests",
"subscriptions.hour": "Digest Hour",

View File

@@ -30,14 +30,20 @@
"smtp-transport.pool-help": "איחוד חיבורים מונע מ- NodeBB ליצור חיבור חדש לכל דואר אלקטרוני. אפשרות זו חלה רק אם SMTP תחבורה מופעלת.",
"smtp-transport.allow-self-signed": "אפשר אישורים עם חתימה עצמית - self-signed",
"smtp-transport.allow-self-signed-help": "הפעלת הגדרה זו תאפשר לכם להשתמש בתעודות TLS עם חתימה עצמית או לא חוקית.",
"smtp-transport.test-success": "SMTP Test email sent successfully.",
"template": "עריכת תבנית דוא\"ל",
"template.select": "בחירת תבנית דוא\"ל",
"template.revert": "החזרה למקור",
"test-smtp-settings": "Test SMTP Settings",
"testing": "דוא\"ל בדיקה",
"testing.success": "Test Email Sent.",
"testing.select": "בחרו תבנית דוא\"ל",
"testing.send": "שלח דוא\"ל בדיקה",
"testing.send-help": "דוא\"ל הבדיקה יישלח לכתובת הדוא\"ל של המשתמש המחובר כעת.",
"testing.send-help-plugin": "<strong>\"%1\"</strong> will be used to send test emails.",
"testing.send-help-smtp": "SMTP transport is enabled and will be used to send emails.",
"testing.send-help-no-plugin": "No emailer plugin is installed to send emails, nodemailer will be used by default.",
"testing.send-help": "The test email will be sent to the currently logged in user's email address using the saved settings on this page. ",
"subscriptions": "תקצירי דואר אלקטרוני",
"subscriptions.disable": "הפיכת תקצירי דואר אלקטרוני ללא זמינים",
"subscriptions.hour": "שעת תקציר",

View File

@@ -30,14 +30,20 @@
"smtp-transport.pool-help": "Pooling connections prevents NodeBB from creating a new connection for every email. This option only applies if SMTP Transport is enabled.",
"smtp-transport.allow-self-signed": "Allow self-signed certificates",
"smtp-transport.allow-self-signed-help": "Enabling this setting will allow you to use self-signed or invalid TLS certificates.",
"smtp-transport.test-success": "SMTP Test email sent successfully.",
"template": "Uredi predložak emaila",
"template.select": "Odaberi predložak emaila",
"template.revert": "Povrati na original ",
"test-smtp-settings": "Test SMTP Settings",
"testing": "Testiranje emaila",
"testing.success": "Test Email Sent.",
"testing.select": "Odaberi email predložak ",
"testing.send": "Pošalji testni email",
"testing.send-help": "Ovaj test mail će biti poslan svim trenutačno prijavljenim korisnicima na njihovu email adresu.",
"testing.send-help-plugin": "<strong>\"%1\"</strong> will be used to send test emails.",
"testing.send-help-smtp": "SMTP transport is enabled and will be used to send emails.",
"testing.send-help-no-plugin": "No emailer plugin is installed to send emails, nodemailer will be used by default.",
"testing.send-help": "The test email will be sent to the currently logged in user's email address using the saved settings on this page. ",
"subscriptions": "Email Digests",
"subscriptions.disable": "Disable email digests",
"subscriptions.hour": "Pregled Sati.",

View File

@@ -30,14 +30,20 @@
"smtp-transport.pool-help": "A kapcsolat megőrzés megakadályozza a NodeBB-t abban, hogy minden email-hez új kapcsolatot nyisson. Ez a beállítás csak akkor érvényesül, ha az SMTP engedélyezett.",
"smtp-transport.allow-self-signed": "Allow self-signed certificates",
"smtp-transport.allow-self-signed-help": "Enabling this setting will allow you to use self-signed or invalid TLS certificates.",
"smtp-transport.test-success": "SMTP Test email sent successfully.",
"template": "Email sablon szerkesztése",
"template.select": "Válassz email sablont",
"template.revert": "Eredeti visszaálítása",
"test-smtp-settings": "Test SMTP Settings",
"testing": "Email tesztelés",
"testing.success": "Test Email Sent.",
"testing.select": "Válassz email sablont",
"testing.send": "Teszt email küldése",
"testing.send-help": "A teszt email a most használt felhasználó email címére fog megérkezni.",
"testing.send-help-plugin": "<strong>\"%1\"</strong> will be used to send test emails.",
"testing.send-help-smtp": "SMTP transport is enabled and will be used to send emails.",
"testing.send-help-no-plugin": "No emailer plugin is installed to send emails, nodemailer will be used by default.",
"testing.send-help": "The test email will be sent to the currently logged in user's email address using the saved settings on this page. ",
"subscriptions": "Email összefoglalások",
"subscriptions.disable": "Minden email összefoglalás letiltása",
"subscriptions.hour": "Összefoglalások küldési időpontja",

View File

@@ -30,14 +30,20 @@
"smtp-transport.pool-help": "Կապերի միավորումը թույլ չի տալիս NodeBB-ին նոր կապ ստեղծել յուրաքանչյուր էլփոստի համար: Այս տարբերակը կիրառվում է միայն այն դեպքում, եթե SMTP Transport-ը միացված է:",
"smtp-transport.allow-self-signed": "Allow self-signed certificates",
"smtp-transport.allow-self-signed-help": "Enabling this setting will allow you to use self-signed or invalid TLS certificates.",
"smtp-transport.test-success": "SMTP Test email sent successfully.",
"template": "Խմբագրել էլփոստի ձևանմուշը",
"template.select": "Ընտրեք էլփոստի ձևանմուշ",
"template.revert": "Վերադառնալ բնօրինակին",
"test-smtp-settings": "Test SMTP Settings",
"testing": "Էլփոստի փորձարկում",
"testing.success": "Test Email Sent.",
"testing.select": "Ընտրեք էլփոստի ձևանմուշ",
"testing.send": "Ուղարկեք փորձնական էլ.նամակ",
"testing.send-help": "Փորձնական նամակը կուղարկվի տվյալ պահին մուտք գործած օգտատերի էլ.փոստի հասցեին:",
"testing.send-help-plugin": "<strong>\"%1\"</strong> will be used to send test emails.",
"testing.send-help-smtp": "SMTP transport is enabled and will be used to send emails.",
"testing.send-help-no-plugin": "No emailer plugin is installed to send emails, nodemailer will be used by default.",
"testing.send-help": "The test email will be sent to the currently logged in user's email address using the saved settings on this page. ",
"subscriptions": "Էլփոստի ամփոփագրեր",
"subscriptions.disable": "Անջատել էլփոստի ամփոփումները",
"subscriptions.hour": "Digest Ժամ",

View File

@@ -30,14 +30,20 @@
"smtp-transport.pool-help": "Pooling connections prevents NodeBB from creating a new connection for every email. This option only applies if SMTP Transport is enabled.",
"smtp-transport.allow-self-signed": "Allow self-signed certificates",
"smtp-transport.allow-self-signed-help": "Enabling this setting will allow you to use self-signed or invalid TLS certificates.",
"smtp-transport.test-success": "SMTP Test email sent successfully.",
"template": "Edit Email Template",
"template.select": "Select Email Template",
"template.revert": "Revert to Original",
"test-smtp-settings": "Test SMTP Settings",
"testing": "Email Testing",
"testing.success": "Test Email Sent.",
"testing.select": "Select Email Template",
"testing.send": "Send Test Email",
"testing.send-help": "The test email will be sent to the currently logged in user's email address.",
"testing.send-help-plugin": "<strong>\"%1\"</strong> will be used to send test emails.",
"testing.send-help-smtp": "SMTP transport is enabled and will be used to send emails.",
"testing.send-help-no-plugin": "No emailer plugin is installed to send emails, nodemailer will be used by default.",
"testing.send-help": "The test email will be sent to the currently logged in user's email address using the saved settings on this page. ",
"subscriptions": "Email Digests",
"subscriptions.disable": "Disable email digests",
"subscriptions.hour": "Digest Hour",

View File

@@ -30,14 +30,20 @@
"smtp-transport.pool-help": "Il pooling delle connessioni impedisce a NodeBB di creare una nuova connessione per ogni email. Questa opzione si applica solo se è abilitato il trasporto SMTP.",
"smtp-transport.allow-self-signed": "Consenti certificati autofirmati",
"smtp-transport.allow-self-signed-help": "L'attivazione di questa impostazione consente di utilizzare certificati TLS autofirmati o non validi.",
"smtp-transport.test-success": "SMTP Test email sent successfully.",
"template": "Modifica Modello Email",
"template.select": "Seleziona Modello Email",
"template.revert": "Torna all'originale",
"test-smtp-settings": "Test SMTP Settings",
"testing": "Prova Email",
"testing.success": "Test Email Sent.",
"testing.select": "Seleziona Modello Email",
"testing.send": "Invia Email di prova",
"testing.send-help": "L'email di prova sarà inviata all'indirizzo email dell'utente attualmente connesso.",
"testing.send-help-plugin": "<strong>\"%1\"</strong> will be used to send test emails.",
"testing.send-help-smtp": "SMTP transport is enabled and will be used to send emails.",
"testing.send-help-no-plugin": "No emailer plugin is installed to send emails, nodemailer will be used by default.",
"testing.send-help": "The test email will be sent to the currently logged in user's email address using the saved settings on this page. ",
"subscriptions": "Email riepilogo",
"subscriptions.disable": "Disabilita email riepilogo",
"subscriptions.hour": "Orario riepilogo",

View File

@@ -30,14 +30,20 @@
"smtp-transport.pool-help": "Pooling connections prevents NodeBB from creating a new connection for every email. This option only applies if SMTP Transport is enabled.",
"smtp-transport.allow-self-signed": "Allow self-signed certificates",
"smtp-transport.allow-self-signed-help": "Enabling this setting will allow you to use self-signed or invalid TLS certificates.",
"smtp-transport.test-success": "SMTP Test email sent successfully.",
"template": "電子メールテンプレートの編集",
"template.select": "電子メールテンプレートを選択",
"template.revert": "オリジナルに戻す",
"test-smtp-settings": "Test SMTP Settings",
"testing": "Eメールテスト",
"testing.success": "Test Email Sent.",
"testing.select": "電子メールテンプレートを選択",
"testing.send": "テスト電子メールを送信する",
"testing.send-help": "テスト電子メールは、現在ログインしているユーザーの電子メールアドレスに送信されます。",
"testing.send-help-plugin": "<strong>\"%1\"</strong> will be used to send test emails.",
"testing.send-help-smtp": "SMTP transport is enabled and will be used to send emails.",
"testing.send-help-no-plugin": "No emailer plugin is installed to send emails, nodemailer will be used by default.",
"testing.send-help": "The test email will be sent to the currently logged in user's email address using the saved settings on this page. ",
"subscriptions": "Email Digests",
"subscriptions.disable": "Disable email digests",
"subscriptions.hour": "ダイジェストアワー",

View File

@@ -30,14 +30,20 @@
"smtp-transport.pool-help": "연결을 풀링하면 모든 이메일마다 새로운 연결을 생성하지 않습니다. 이 옵션은 SMTP 전송이 활성화된 경우에만 적용됩니다.",
"smtp-transport.allow-self-signed": "Allow self-signed certificates",
"smtp-transport.allow-self-signed-help": "Enabling this setting will allow you to use self-signed or invalid TLS certificates.",
"smtp-transport.test-success": "SMTP Test email sent successfully.",
"template": "이메일 템플릿 수정",
"template.select": "이메일 템플릿 선택",
"template.revert": "원본으로 되돌리기",
"test-smtp-settings": "Test SMTP Settings",
"testing": "이메일 발신 테스트",
"testing.success": "Test Email Sent.",
"testing.select": "이메일 템플릿 선택",
"testing.send": "테스트 이메일 보내기",
"testing.send-help": "현재 로그인 중인 사용자의 이메일로 테스트 이메일을 보냅니다.",
"testing.send-help-plugin": "<strong>\"%1\"</strong> will be used to send test emails.",
"testing.send-help-smtp": "SMTP transport is enabled and will be used to send emails.",
"testing.send-help-no-plugin": "No emailer plugin is installed to send emails, nodemailer will be used by default.",
"testing.send-help": "The test email will be sent to the currently logged in user's email address using the saved settings on this page. ",
"subscriptions": "이메일 다이제스트",
"subscriptions.disable": "이메일 다이제스트 비활성화",
"subscriptions.hour": "다이제스트 시간",

View File

@@ -30,14 +30,20 @@
"smtp-transport.pool-help": "Pooling connections prevents NodeBB from creating a new connection for every email. This option only applies if SMTP Transport is enabled.",
"smtp-transport.allow-self-signed": "Allow self-signed certificates",
"smtp-transport.allow-self-signed-help": "Enabling this setting will allow you to use self-signed or invalid TLS certificates.",
"smtp-transport.test-success": "SMTP Test email sent successfully.",
"template": "Edit Email Template",
"template.select": "Select Email Template",
"template.revert": "Revert to Original",
"test-smtp-settings": "Test SMTP Settings",
"testing": "Email Testing",
"testing.success": "Test Email Sent.",
"testing.select": "Select Email Template",
"testing.send": "Send Test Email",
"testing.send-help": "The test email will be sent to the currently logged in user's email address.",
"testing.send-help-plugin": "<strong>\"%1\"</strong> will be used to send test emails.",
"testing.send-help-smtp": "SMTP transport is enabled and will be used to send emails.",
"testing.send-help-no-plugin": "No emailer plugin is installed to send emails, nodemailer will be used by default.",
"testing.send-help": "The test email will be sent to the currently logged in user's email address using the saved settings on this page. ",
"subscriptions": "Email Digests",
"subscriptions.disable": "Disable email digests",
"subscriptions.hour": "Digest Hour",

View File

@@ -30,14 +30,20 @@
"smtp-transport.pool-help": "Pooling connections prevents NodeBB from creating a new connection for every email. This option only applies if SMTP Transport is enabled.",
"smtp-transport.allow-self-signed": "Allow self-signed certificates",
"smtp-transport.allow-self-signed-help": "Enabling this setting will allow you to use self-signed or invalid TLS certificates.",
"smtp-transport.test-success": "SMTP Test email sent successfully.",
"template": "Rediģēt e-pasta veidni",
"template.select": "Atlasīt e-pasta veidni",
"template.revert": "Atgriezt uz oriģinālo",
"test-smtp-settings": "Test SMTP Settings",
"testing": "E-pasta testēšana",
"testing.success": "Test Email Sent.",
"testing.select": "Atlasīt e-pasta veidni",
"testing.send": "Sūtīt parauga e-pastu",
"testing.send-help": "Testa e-pasts tiks nosūtīts uz pašlaik ielogojušā lietotāja e-pasta adresi.",
"testing.send-help-plugin": "<strong>\"%1\"</strong> will be used to send test emails.",
"testing.send-help-smtp": "SMTP transport is enabled and will be used to send emails.",
"testing.send-help-no-plugin": "No emailer plugin is installed to send emails, nodemailer will be used by default.",
"testing.send-help": "The test email will be sent to the currently logged in user's email address using the saved settings on this page. ",
"subscriptions": "Email Digests",
"subscriptions.disable": "Disable email digests",
"subscriptions.hour": "Kopsavilkumu nosūtīšanas stunda",

View File

@@ -30,14 +30,20 @@
"smtp-transport.pool-help": "Pooling connections prevents NodeBB from creating a new connection for every email. This option only applies if SMTP Transport is enabled.",
"smtp-transport.allow-self-signed": "Allow self-signed certificates",
"smtp-transport.allow-self-signed-help": "Enabling this setting will allow you to use self-signed or invalid TLS certificates.",
"smtp-transport.test-success": "SMTP Test email sent successfully.",
"template": "Edit Email Template",
"template.select": "Select Email Template",
"template.revert": "Revert to Original",
"test-smtp-settings": "Test SMTP Settings",
"testing": "Email Testing",
"testing.success": "Test Email Sent.",
"testing.select": "Select Email Template",
"testing.send": "Send Test Email",
"testing.send-help": "The test email will be sent to the currently logged in user's email address.",
"testing.send-help-plugin": "<strong>\"%1\"</strong> will be used to send test emails.",
"testing.send-help-smtp": "SMTP transport is enabled and will be used to send emails.",
"testing.send-help-no-plugin": "No emailer plugin is installed to send emails, nodemailer will be used by default.",
"testing.send-help": "The test email will be sent to the currently logged in user's email address using the saved settings on this page. ",
"subscriptions": "Email Digests",
"subscriptions.disable": "Disable email digests",
"subscriptions.hour": "Digest Hour",

View File

@@ -30,14 +30,20 @@
"smtp-transport.pool-help": "Pooling forhindrer NodeBB fra å opprette en ny tilkobling for hver e-post. Dette gjelder bare hvis SMTP Transport er aktivert.",
"smtp-transport.allow-self-signed": "Allow self-signed certificates",
"smtp-transport.allow-self-signed-help": "Enabling this setting will allow you to use self-signed or invalid TLS certificates.",
"smtp-transport.test-success": "SMTP Test email sent successfully.",
"template": "Endre e-postmal",
"template.select": "Velg e-postmal",
"template.revert": "Gjenopprett til original",
"test-smtp-settings": "Test SMTP Settings",
"testing": "E-posttesting",
"testing.success": "Test Email Sent.",
"testing.select": "Velg e-postmal",
"testing.send": "Send test-e-post",
"testing.send-help": "Test-e-posten vil bli sendt til e-postadressen til den påloggede brukeren.",
"testing.send-help-plugin": "<strong>\"%1\"</strong> will be used to send test emails.",
"testing.send-help-smtp": "SMTP transport is enabled and will be used to send emails.",
"testing.send-help-no-plugin": "No emailer plugin is installed to send emails, nodemailer will be used by default.",
"testing.send-help": "The test email will be sent to the currently logged in user's email address using the saved settings on this page. ",
"subscriptions": "E-postsammendrag",
"subscriptions.disable": "Deaktiver e-postsammendrag",
"subscriptions.hour": "Tidspunkt for sammendrag",

View File

@@ -30,14 +30,20 @@
"smtp-transport.pool-help": "Pooling connections prevents NodeBB from creating a new connection for every email. This option only applies if SMTP Transport is enabled.",
"smtp-transport.allow-self-signed": "Allow self-signed certificates",
"smtp-transport.allow-self-signed-help": "Enabling this setting will allow you to use self-signed or invalid TLS certificates.",
"smtp-transport.test-success": "SMTP Test email sent successfully.",
"template": "Aanpassen E-mail Template",
"template.select": "Selecteer E-mail Template",
"template.revert": "Veranderingen ongedaan maken",
"test-smtp-settings": "Test SMTP Settings",
"testing": "E-mail Testen",
"testing.success": "Test Email Sent.",
"testing.select": "Selecteer E-mail Template",
"testing.send": "Verzend Test E-mail",
"testing.send-help": "De test mail zal worden verstuurd naar het email adres van de op dit moment ingelogde gebruiker.",
"testing.send-help-plugin": "<strong>\"%1\"</strong> will be used to send test emails.",
"testing.send-help-smtp": "SMTP transport is enabled and will be used to send emails.",
"testing.send-help-no-plugin": "No emailer plugin is installed to send emails, nodemailer will be used by default.",
"testing.send-help": "The test email will be sent to the currently logged in user's email address using the saved settings on this page. ",
"subscriptions": "E-mail digests",
"subscriptions.disable": "Schakel e-mail digests uit",
"subscriptions.hour": "Uur van Digest",

View File

@@ -30,14 +30,20 @@
"smtp-transport.pool-help": "Bruk pool for å redusere oppstartstid ved fleire e-postutsendingar.",
"smtp-transport.allow-self-signed": "Allow self-signed certificates",
"smtp-transport.allow-self-signed-help": "Enabling this setting will allow you to use self-signed or invalid TLS certificates.",
"smtp-transport.test-success": "SMTP Test email sent successfully.",
"template": "Mal",
"template.select": "Vel mal",
"template.revert": "Tilbakestill til standard",
"test-smtp-settings": "Test SMTP Settings",
"testing": "Testing",
"testing.success": "Test Email Sent.",
"testing.select": "Vel ein e-post for testing",
"testing.send": "Send test-e-post",
"testing.send-help": "Skriv inn e-posten for å sende ein test.",
"testing.send-help-plugin": "<strong>\"%1\"</strong> will be used to send test emails.",
"testing.send-help-smtp": "SMTP transport is enabled and will be used to send emails.",
"testing.send-help-no-plugin": "No emailer plugin is installed to send emails, nodemailer will be used by default.",
"testing.send-help": "The test email will be sent to the currently logged in user's email address using the saved settings on this page. ",
"subscriptions": "Abonnement",
"subscriptions.disable": "Deaktiver abonnement",
"subscriptions.hour": "Timar mellom utsendingar",

View File

@@ -30,14 +30,20 @@
"smtp-transport.pool-help": "Pooling połączeń sprawia, że NodeBB nie będzie tworzył nowego połączenia dla każdego maila. Ta opcja ma zastosowanie tylko, jeśli transport SMTP jest włączony.",
"smtp-transport.allow-self-signed": "Zezwól na własnoręcznie podpisane certyfikaty",
"smtp-transport.allow-self-signed-help": "Kiedy włączone będzie przyjmować lokalne i błędne certyfikaty TLS.",
"smtp-transport.test-success": "SMTP Test email sent successfully.",
"template": "Edytuj szablon e-maila",
"template.select": "Wybierz szablon e-maila",
"template.revert": "Przywróć oryginalny szablon",
"test-smtp-settings": "Test SMTP Settings",
"testing": "Testowanie e-maila",
"testing.success": "Test Email Sent.",
"testing.select": "Wybierz szablon e-maila",
"testing.send": "Wyślij testowy e-mail",
"testing.send-help": "Testowy e-mail zostanie wysłany na adres aktualnie zalogowanego użytkownika.",
"testing.send-help-plugin": "<strong>\"%1\"</strong> will be used to send test emails.",
"testing.send-help-smtp": "SMTP transport is enabled and will be used to send emails.",
"testing.send-help-no-plugin": "No emailer plugin is installed to send emails, nodemailer will be used by default.",
"testing.send-help": "The test email will be sent to the currently logged in user's email address using the saved settings on this page. ",
"subscriptions": "Podsumowania e-mail",
"subscriptions.disable": "Wyłącz podsumowania e-maili",
"subscriptions.hour": "Godzina podsumowania",

View File

@@ -30,14 +30,20 @@
"smtp-transport.pool-help": "O pool de conexões evita que o NodeBB crie uma nova conexão para cada e-mail. Esta opção se aplica apenas se o Transporte SMTP estiver habilitado.",
"smtp-transport.allow-self-signed": "Allow self-signed certificates",
"smtp-transport.allow-self-signed-help": "Enabling this setting will allow you to use self-signed or invalid TLS certificates.",
"smtp-transport.test-success": "SMTP Test email sent successfully.",
"template": "Editar Modelo do E-mail",
"template.select": "Escolher Modelo do E-mail",
"template.revert": "Reverter ao Original",
"test-smtp-settings": "Test SMTP Settings",
"testing": "Teste de E-mail",
"testing.success": "Test Email Sent.",
"testing.select": "Escolher Modelo do E-mail",
"testing.send": "Enviar E-mail de Teste",
"testing.send-help": "O e-mail de teste será enviado para o seu endereço de e-mail.",
"testing.send-help-plugin": "<strong>\"%1\"</strong> will be used to send test emails.",
"testing.send-help-smtp": "SMTP transport is enabled and will be used to send emails.",
"testing.send-help-no-plugin": "No emailer plugin is installed to send emails, nodemailer will be used by default.",
"testing.send-help": "The test email will be sent to the currently logged in user's email address using the saved settings on this page. ",
"subscriptions": "Resumos por Email",
"subscriptions.disable": "Desabilitar resumos por email",
"subscriptions.hour": "Hora de Envio dos Resumos",

View File

@@ -30,14 +30,20 @@
"smtp-transport.pool-help": "Pooling connections prevents NodeBB from creating a new connection for every email. This option only applies if SMTP Transport is enabled.",
"smtp-transport.allow-self-signed": "Allow self-signed certificates",
"smtp-transport.allow-self-signed-help": "Enabling this setting will allow you to use self-signed or invalid TLS certificates.",
"smtp-transport.test-success": "SMTP Test email sent successfully.",
"template": "Editar Modelo de E-mail",
"template.select": "Escolher Modelo de E-mail",
"template.revert": "Reverter para o Original",
"test-smtp-settings": "Test SMTP Settings",
"testing": "Teste de E-mail",
"testing.success": "Test Email Sent.",
"testing.select": "Escolher Modelo de E-mail",
"testing.send": "Enviar E-mail de Teste",
"testing.send-help": "The test email will be sent to the currently logged in user's email address.",
"testing.send-help-plugin": "<strong>\"%1\"</strong> will be used to send test emails.",
"testing.send-help-smtp": "SMTP transport is enabled and will be used to send emails.",
"testing.send-help-no-plugin": "No emailer plugin is installed to send emails, nodemailer will be used by default.",
"testing.send-help": "The test email will be sent to the currently logged in user's email address using the saved settings on this page. ",
"subscriptions": "Resumos por E-mail",
"subscriptions.disable": "Desativar resumos por e-mail",
"subscriptions.hour": "Hora do Resumo",

View File

@@ -30,14 +30,20 @@
"smtp-transport.pool-help": "Pooling connections prevents NodeBB from creating a new connection for every email. This option only applies if SMTP Transport is enabled.",
"smtp-transport.allow-self-signed": "Permite certificate self-signed",
"smtp-transport.allow-self-signed-help": "Activarea acestei setări vă va permite să utilizați certificate TLS self-signed sau invalide.",
"smtp-transport.test-success": "SMTP Test email sent successfully.",
"template": "Edit Email Template",
"template.select": "Select Email Template",
"template.revert": "Revert to Original",
"test-smtp-settings": "Test SMTP Settings",
"testing": "Email Testing",
"testing.success": "Test Email Sent.",
"testing.select": "Select Email Template",
"testing.send": "Send Test Email",
"testing.send-help": "The test email will be sent to the currently logged in user's email address.",
"testing.send-help-plugin": "<strong>\"%1\"</strong> will be used to send test emails.",
"testing.send-help-smtp": "SMTP transport is enabled and will be used to send emails.",
"testing.send-help-no-plugin": "No emailer plugin is installed to send emails, nodemailer will be used by default.",
"testing.send-help": "The test email will be sent to the currently logged in user's email address using the saved settings on this page. ",
"subscriptions": "Email Digests",
"subscriptions.disable": "Disable email digests",
"subscriptions.hour": "Digest Hour",

View File

@@ -30,14 +30,20 @@
"smtp-transport.pool-help": "Объединение соединений не позволяет NodeBB создавать новое соединение для каждой электронной почты. Этот параметр применяется только в том случае, если включен транспортный протокол SMTP.",
"smtp-transport.allow-self-signed": "Allow self-signed certificates",
"smtp-transport.allow-self-signed-help": "Enabling this setting will allow you to use self-signed or invalid TLS certificates.",
"smtp-transport.test-success": "SMTP Test email sent successfully.",
"template": "Шаблоны писем",
"template.select": "Выберите шаблон письма",
"template.revert": "Вернуть стандартный",
"test-smtp-settings": "Test SMTP Settings",
"testing": "Проверка отправки",
"testing.success": "Test Email Sent.",
"testing.select": "Выберите шаблон письма",
"testing.send": "Отправить проверочное письмо",
"testing.send-help": "Проверочное письмо будет отправлено на электронную почту пользователя, который сейчас пользуется панелью администратора.",
"testing.send-help-plugin": "<strong>\"%1\"</strong> will be used to send test emails.",
"testing.send-help-smtp": "SMTP transport is enabled and will be used to send emails.",
"testing.send-help-no-plugin": "No emailer plugin is installed to send emails, nodemailer will be used by default.",
"testing.send-help": "The test email will be sent to the currently logged in user's email address using the saved settings on this page. ",
"subscriptions": "Новостные рассылки",
"subscriptions.disable": "Отключить новостные рассылки",
"subscriptions.hour": "Час отправки",

View File

@@ -30,14 +30,20 @@
"smtp-transport.pool-help": "Pooling connections prevents NodeBB from creating a new connection for every email. This option only applies if SMTP Transport is enabled.",
"smtp-transport.allow-self-signed": "Allow self-signed certificates",
"smtp-transport.allow-self-signed-help": "Enabling this setting will allow you to use self-signed or invalid TLS certificates.",
"smtp-transport.test-success": "SMTP Test email sent successfully.",
"template": "Edit Email Template",
"template.select": "Select Email Template",
"template.revert": "Revert to Original",
"test-smtp-settings": "Test SMTP Settings",
"testing": "Email Testing",
"testing.success": "Test Email Sent.",
"testing.select": "Select Email Template",
"testing.send": "Send Test Email",
"testing.send-help": "The test email will be sent to the currently logged in user's email address.",
"testing.send-help-plugin": "<strong>\"%1\"</strong> will be used to send test emails.",
"testing.send-help-smtp": "SMTP transport is enabled and will be used to send emails.",
"testing.send-help-no-plugin": "No emailer plugin is installed to send emails, nodemailer will be used by default.",
"testing.send-help": "The test email will be sent to the currently logged in user's email address using the saved settings on this page. ",
"subscriptions": "Email Digests",
"subscriptions.disable": "Disable email digests",
"subscriptions.hour": "Digest Hour",

View File

@@ -30,14 +30,20 @@
"smtp-transport.pool-help": "Pooling connections prevents NodeBB from creating a new connection for every email. This option only applies if SMTP Transport is enabled.",
"smtp-transport.allow-self-signed": "Allow self-signed certificates",
"smtp-transport.allow-self-signed-help": "Enabling this setting will allow you to use self-signed or invalid TLS certificates.",
"smtp-transport.test-success": "SMTP Test email sent successfully.",
"template": "Edit Email Template",
"template.select": "Select Email Template",
"template.revert": "Revert to Original",
"test-smtp-settings": "Test SMTP Settings",
"testing": "Email Testing",
"testing.success": "Test Email Sent.",
"testing.select": "Select Email Template",
"testing.send": "Send Test Email",
"testing.send-help": "The test email will be sent to the currently logged in user's email address.",
"testing.send-help-plugin": "<strong>\"%1\"</strong> will be used to send test emails.",
"testing.send-help-smtp": "SMTP transport is enabled and will be used to send emails.",
"testing.send-help-no-plugin": "No emailer plugin is installed to send emails, nodemailer will be used by default.",
"testing.send-help": "The test email will be sent to the currently logged in user's email address using the saved settings on this page. ",
"subscriptions": "Email Digests",
"subscriptions.disable": "Disable email digests",
"subscriptions.hour": "Digest Hour",

View File

@@ -30,14 +30,20 @@
"smtp-transport.pool-help": "Pooling connections prevents NodeBB from creating a new connection for every email. This option only applies if SMTP Transport is enabled.",
"smtp-transport.allow-self-signed": "Allow self-signed certificates",
"smtp-transport.allow-self-signed-help": "Enabling this setting will allow you to use self-signed or invalid TLS certificates.",
"smtp-transport.test-success": "SMTP Test email sent successfully.",
"template": "Upraviť šablónu e-mailu",
"template.select": "Vybrať šablónu e-mailu",
"template.revert": "Späť k pôvodnému",
"test-smtp-settings": "Test SMTP Settings",
"testing": "Skúška e-mailu",
"testing.success": "Test Email Sent.",
"testing.select": "Vyberte šablónu e-mailu",
"testing.send": "Odoslať skúšobný e-mail",
"testing.send-help": "Skúšobný e-mail bude odoslaný aktuálne prihlásenému používateľovi na jeho e-mailovú adresu z registrácie.",
"testing.send-help-plugin": "<strong>\"%1\"</strong> will be used to send test emails.",
"testing.send-help-smtp": "SMTP transport is enabled and will be used to send emails.",
"testing.send-help-no-plugin": "No emailer plugin is installed to send emails, nodemailer will be used by default.",
"testing.send-help": "The test email will be sent to the currently logged in user's email address using the saved settings on this page. ",
"subscriptions": "Email Digests",
"subscriptions.disable": "Disable email digests",
"subscriptions.hour": "Digest Hour",

View File

@@ -30,14 +30,20 @@
"smtp-transport.pool-help": "Pooling connections prevents NodeBB from creating a new connection for every email. This option only applies if SMTP Transport is enabled.",
"smtp-transport.allow-self-signed": "Allow self-signed certificates",
"smtp-transport.allow-self-signed-help": "Enabling this setting will allow you to use self-signed or invalid TLS certificates.",
"smtp-transport.test-success": "SMTP Test email sent successfully.",
"template": "Edit Email Template",
"template.select": "Select Email Template",
"template.revert": "Revert to Original",
"test-smtp-settings": "Test SMTP Settings",
"testing": "Email Testing",
"testing.success": "Test Email Sent.",
"testing.select": "Select Email Template",
"testing.send": "Send Test Email",
"testing.send-help": "The test email will be sent to the currently logged in user's email address.",
"testing.send-help-plugin": "<strong>\"%1\"</strong> will be used to send test emails.",
"testing.send-help-smtp": "SMTP transport is enabled and will be used to send emails.",
"testing.send-help-no-plugin": "No emailer plugin is installed to send emails, nodemailer will be used by default.",
"testing.send-help": "The test email will be sent to the currently logged in user's email address using the saved settings on this page. ",
"subscriptions": "Email Digests",
"subscriptions.disable": "Disable email digests",
"subscriptions.hour": "Digest Hour",

View File

@@ -30,14 +30,20 @@
"smtp-transport.pool-help": "Pooling connections prevents NodeBB from creating a new connection for every email. This option only applies if SMTP Transport is enabled.",
"smtp-transport.allow-self-signed": "Allow self-signed certificates",
"smtp-transport.allow-self-signed-help": "Enabling this setting will allow you to use self-signed or invalid TLS certificates.",
"smtp-transport.test-success": "SMTP Test email sent successfully.",
"template": "Edit Email Template",
"template.select": "Select Email Template",
"template.revert": "Revert to Original",
"test-smtp-settings": "Test SMTP Settings",
"testing": "Email Testing",
"testing.success": "Test Email Sent.",
"testing.select": "Select Email Template",
"testing.send": "Send Test Email",
"testing.send-help": "The test email will be sent to the currently logged in user's email address.",
"testing.send-help-plugin": "<strong>\"%1\"</strong> will be used to send test emails.",
"testing.send-help-smtp": "SMTP transport is enabled and will be used to send emails.",
"testing.send-help-no-plugin": "No emailer plugin is installed to send emails, nodemailer will be used by default.",
"testing.send-help": "The test email will be sent to the currently logged in user's email address using the saved settings on this page. ",
"subscriptions": "Email Digests",
"subscriptions.disable": "Disable email digests",
"subscriptions.hour": "Digest Hour",

View File

@@ -30,14 +30,20 @@
"smtp-transport.pool-help": "Pooling connections prevents NodeBB from creating a new connection for every email. This option only applies if SMTP Transport is enabled.",
"smtp-transport.allow-self-signed": "Allow self-signed certificates",
"smtp-transport.allow-self-signed-help": "Enabling this setting will allow you to use self-signed or invalid TLS certificates.",
"smtp-transport.test-success": "SMTP Test email sent successfully.",
"template": "Promeni šablon Email-a",
"template.select": "Izaberi šablon Email-a",
"template.revert": "Vrati na Originalno podešavanje.",
"test-smtp-settings": "Test SMTP Settings",
"testing": "Testiranje Email-a",
"testing.success": "Test Email Sent.",
"testing.select": "Izaberi šablon Email-a",
"testing.send": "Pošalji probni Email",
"testing.send-help": "Probni email će biti poslat na adresu trenutno ulogovanog korisnika",
"testing.send-help-plugin": "<strong>\"%1\"</strong> will be used to send test emails.",
"testing.send-help-smtp": "SMTP transport is enabled and will be used to send emails.",
"testing.send-help-no-plugin": "No emailer plugin is installed to send emails, nodemailer will be used by default.",
"testing.send-help": "The test email will be sent to the currently logged in user's email address using the saved settings on this page. ",
"subscriptions": "Email Digests",
"subscriptions.disable": "Disable email digests",
"subscriptions.hour": "Digest Hour",

View File

@@ -30,14 +30,20 @@
"smtp-transport.pool-help": "Pooling connections prevents NodeBB from creating a new connection for every email. This option only applies if SMTP Transport is enabled.",
"smtp-transport.allow-self-signed": "Allow self-signed certificates",
"smtp-transport.allow-self-signed-help": "Enabling this setting will allow you to use self-signed or invalid TLS certificates.",
"smtp-transport.test-success": "SMTP Test email sent successfully.",
"template": "Edit Email Template",
"template.select": "Select Email Template",
"template.revert": "Revert to Original",
"test-smtp-settings": "Test SMTP Settings",
"testing": "Email Testing",
"testing.success": "Test Email Sent.",
"testing.select": "Select Email Template",
"testing.send": "Send Test Email",
"testing.send-help": "The test email will be sent to the currently logged in user's email address.",
"testing.send-help-plugin": "<strong>\"%1\"</strong> will be used to send test emails.",
"testing.send-help-smtp": "SMTP transport is enabled and will be used to send emails.",
"testing.send-help-no-plugin": "No emailer plugin is installed to send emails, nodemailer will be used by default.",
"testing.send-help": "The test email will be sent to the currently logged in user's email address using the saved settings on this page. ",
"subscriptions": "Epostsammandrag",
"subscriptions.disable": "Avaktivera epostsammandrag",
"subscriptions.hour": "Digest Hour",

View File

@@ -30,14 +30,20 @@
"smtp-transport.pool-help": "Pooling connections prevents NodeBB from creating a new connection for every email. This option only applies if SMTP Transport is enabled.",
"smtp-transport.allow-self-signed": "Allow self-signed certificates",
"smtp-transport.allow-self-signed-help": "Enabling this setting will allow you to use self-signed or invalid TLS certificates.",
"smtp-transport.test-success": "SMTP Test email sent successfully.",
"template": "Edit Email Template",
"template.select": "Select Email Template",
"template.revert": "Revert to Original",
"test-smtp-settings": "Test SMTP Settings",
"testing": "Email Testing",
"testing.success": "Test Email Sent.",
"testing.select": "Select Email Template",
"testing.send": "Send Test Email",
"testing.send-help": "The test email will be sent to the currently logged in user's email address.",
"testing.send-help-plugin": "<strong>\"%1\"</strong> will be used to send test emails.",
"testing.send-help-smtp": "SMTP transport is enabled and will be used to send emails.",
"testing.send-help-no-plugin": "No emailer plugin is installed to send emails, nodemailer will be used by default.",
"testing.send-help": "The test email will be sent to the currently logged in user's email address using the saved settings on this page. ",
"subscriptions": "Email Digests",
"subscriptions.disable": "Disable email digests",
"subscriptions.hour": "Digest Hour",

View File

@@ -30,14 +30,20 @@
"smtp-transport.pool-help": "Toplu bağlantılar NodeBB'nin her e-posta için yeni bir bağlantı oluşturmasını engeller. Bu seçenek sadece SMTP Transport aktif ise geçerlidir.",
"smtp-transport.allow-self-signed": "Allow self-signed certificates",
"smtp-transport.allow-self-signed-help": "Enabling this setting will allow you to use self-signed or invalid TLS certificates.",
"smtp-transport.test-success": "SMTP Test email sent successfully.",
"template": "E-posta Kalıbını Düzenle",
"template.select": "E-posta Kalıbını Seç",
"template.revert": "Revert to Original",
"test-smtp-settings": "Test SMTP Settings",
"testing": "Email Testing",
"testing.success": "Test Email Sent.",
"testing.select": "E-posta Kalıbını Seç",
"testing.send": "Test E-postası Gönder",
"testing.send-help": "The test email will be sent to the currently logged in user's email address.",
"testing.send-help-plugin": "<strong>\"%1\"</strong> will be used to send test emails.",
"testing.send-help-smtp": "SMTP transport is enabled and will be used to send emails.",
"testing.send-help-no-plugin": "No emailer plugin is installed to send emails, nodemailer will be used by default.",
"testing.send-help": "The test email will be sent to the currently logged in user's email address using the saved settings on this page. ",
"subscriptions": "Özet E-postaları",
"subscriptions.disable": "Özet e-postalarını kapat",
"subscriptions.hour": "Digest Hour",

View File

@@ -30,14 +30,20 @@
"smtp-transport.pool-help": "Pooling connections prevents NodeBB from creating a new connection for every email. This option only applies if SMTP Transport is enabled.",
"smtp-transport.allow-self-signed": "Allow self-signed certificates",
"smtp-transport.allow-self-signed-help": "Enabling this setting will allow you to use self-signed or invalid TLS certificates.",
"smtp-transport.test-success": "SMTP Test email sent successfully.",
"template": "Редагувати шаблон листа",
"template.select": "Обрати шаблон листа",
"template.revert": "Повернути до оригіналу",
"test-smtp-settings": "Test SMTP Settings",
"testing": "Тестування листа",
"testing.success": "Test Email Sent.",
"testing.select": "Оберіть шаблон листа",
"testing.send": "Надіслати тестового листа",
"testing.send-help": "Тестовий лист було направлено на адресу поточного користувача.",
"testing.send-help-plugin": "<strong>\"%1\"</strong> will be used to send test emails.",
"testing.send-help-smtp": "SMTP transport is enabled and will be used to send emails.",
"testing.send-help-no-plugin": "No emailer plugin is installed to send emails, nodemailer will be used by default.",
"testing.send-help": "The test email will be sent to the currently logged in user's email address using the saved settings on this page. ",
"subscriptions": "Email Digests",
"subscriptions.disable": "Disable email digests",
"subscriptions.hour": "Година дайджесту",

View File

@@ -30,14 +30,20 @@
"smtp-transport.pool-help": "پولڈ کنکشنز ہر ای میل کے لیے نیا کنکشن بنانے سے روکتے ہیں۔ یہ ترتیب صرف اس وقت اثر کرتی ہے جب 'SMTP ٹرانسپورٹ' فعال ہو۔",
"smtp-transport.allow-self-signed": "خود دستخط شدہ سرٹیفکیٹس کی اجازت دیں",
"smtp-transport.allow-self-signed-help": "اس ترتیب کو فعال کرنے سے خود دستخط شدہ اور غیر درست TLS سرٹیفکیٹس استعمال کرنے کی اجازت ملے گی۔",
"smtp-transport.test-success": "SMTP Test email sent successfully.",
"template": "ای میل ٹیمپلیٹ میں ترمیم کریں",
"template.select": "ای میل ٹیمپلیٹ منتخب کریں",
"template.revert": "اصل پر واپس جائیں",
"test-smtp-settings": "Test SMTP Settings",
"testing": "ای میل ٹیسٹنگ",
"testing.success": "Test Email Sent.",
"testing.select": "ای میل ٹیمپلیٹ منتخب کریں",
"testing.send": "ٹیسٹ ای میل بھیجیں",
"testing.send-help": "ٹیسٹ ای میل موجودہ لاگ ان صارف کے ای میل پر بھیجا جائے گا۔",
"testing.send-help-plugin": "<strong>\"%1\"</strong> will be used to send test emails.",
"testing.send-help-smtp": "SMTP transport is enabled and will be used to send emails.",
"testing.send-help-no-plugin": "No emailer plugin is installed to send emails, nodemailer will be used by default.",
"testing.send-help": "The test email will be sent to the currently logged in user's email address using the saved settings on this page. ",
"subscriptions": "ای میل ڈائجسٹ",
"subscriptions.disable": "ای میل ڈائجسٹ غیر فعال کریں",
"subscriptions.hour": "بھیجنے کا وقت",

View File

@@ -30,14 +30,20 @@
"smtp-transport.pool-help": "Việc gộp các kết nối ngăn NodeBB tạo kết nối mới cho mọi email. Tùy chọn này chỉ áp dụng nếu Truyền tải SMTP được bật.",
"smtp-transport.allow-self-signed": "Cho phép chứng chỉ tự ký",
"smtp-transport.allow-self-signed-help": "Kích hoạt cài đặt này sẽ cho phép bạn sử dụng các chứng chỉ TLS tự ký hoặc không hợp lệ.",
"smtp-transport.test-success": "SMTP Test email sent successfully.",
"template": "Sửa Mẫu Email",
"template.select": "Chọn Mẫu Email",
"template.revert": "Hoàn Nguyên về Bản Gốc",
"test-smtp-settings": "Test SMTP Settings",
"testing": "Email Kiểm Tra",
"testing.success": "Test Email Sent.",
"testing.select": "Chọn Mẫu Email",
"testing.send": "Gửi Email Kiểm Tra",
"testing.send-help": "Email kiểm tra sẽ được gửi đến địa chỉ email của người dùng hiện đang đăng nhập.",
"testing.send-help-plugin": "<strong>\"%1\"</strong> will be used to send test emails.",
"testing.send-help-smtp": "SMTP transport is enabled and will be used to send emails.",
"testing.send-help-no-plugin": "No emailer plugin is installed to send emails, nodemailer will be used by default.",
"testing.send-help": "The test email will be sent to the currently logged in user's email address using the saved settings on this page. ",
"subscriptions": "Email Bản Tóm Tắt",
"subscriptions.disable": "Tắt email bản tóm tắt",
"subscriptions.hour": "Giờ Tóm Tắt",

View File

@@ -30,14 +30,20 @@
"smtp-transport.pool-help": "池式连接可防止 NodeBB 为每封邮件创建新的连接。此选项仅适用于启用SMTP传输的情况下。",
"smtp-transport.allow-self-signed": "允许自签名证书",
"smtp-transport.allow-self-signed-help": "启用此设置可允许您使用自签名或无效的 TLS 证书。",
"smtp-transport.test-success": "SMTP Test email sent successfully.",
"template": "编辑电子邮件模板",
"template.select": "选择电子邮件模板",
"template.revert": "还原为初始模板",
"test-smtp-settings": "Test SMTP Settings",
"testing": "电子邮件测试",
"testing.success": "Test Email Sent.",
"testing.select": "选择电子邮件模板",
"testing.send": "发送测试电子邮件",
"testing.send-help": "测试电子邮件将被发送到当前已登录的用户的电子邮件地址。",
"testing.send-help-plugin": "<strong>\"%1\"</strong> will be used to send test emails.",
"testing.send-help-smtp": "SMTP transport is enabled and will be used to send emails.",
"testing.send-help-no-plugin": "No emailer plugin is installed to send emails, nodemailer will be used by default.",
"testing.send-help": "The test email will be sent to the currently logged in user's email address using the saved settings on this page. ",
"subscriptions": "电子邮件摘要",
"subscriptions.disable": "禁用电子邮件摘要",
"subscriptions.hour": "摘要小时",

View File

@@ -30,14 +30,20 @@
"smtp-transport.pool-help": "Pooling connections prevents NodeBB from creating a new connection for every email. This option only applies if SMTP Transport is enabled.",
"smtp-transport.allow-self-signed": "Allow self-signed certificates",
"smtp-transport.allow-self-signed-help": "Enabling this setting will allow you to use self-signed or invalid TLS certificates.",
"smtp-transport.test-success": "SMTP Test email sent successfully.",
"template": "編輯電子郵件樣板",
"template.select": "選擇電子郵件樣板",
"template.revert": "還原為初始樣板",
"test-smtp-settings": "Test SMTP Settings",
"testing": "電子郵件測試",
"testing.success": "Test Email Sent.",
"testing.select": "選擇電子郵件樣板",
"testing.send": "發送測試電子郵件",
"testing.send-help": "測試電子郵件將被發送到當前已登入的使用者的電郵地址。",
"testing.send-help-plugin": "<strong>\"%1\"</strong> will be used to send test emails.",
"testing.send-help-smtp": "SMTP transport is enabled and will be used to send emails.",
"testing.send-help-no-plugin": "No emailer plugin is installed to send emails, nodemailer will be used by default.",
"testing.send-help": "The test email will be sent to the currently logged in user's email address using the saved settings on this page. ",
"subscriptions": "電子郵件摘要",
"subscriptions.disable": "禁用電子郵件摘要",
"subscriptions.hour": "摘要小時",