mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
Update MailSettings for new Laravel mail config structure. (#522)
Requires wintercms/storm#79 Removed the following drivers configs not native in Laravel: - Mailgun - Mailchimp (Mandrill) - Postmark - SparkPost - Amazon SES Credit to @mjauvin
This commit is contained in:
parent
09e80e9e6c
commit
9e1a02cad0
@ -52,6 +52,9 @@ return [
|
||||
'postmark' => [
|
||||
'transport' => 'postmark',
|
||||
],
|
||||
'mail' => [
|
||||
'transport' => 'mail',
|
||||
],
|
||||
'sendmail' => [
|
||||
'path' => env('MAIL_SENDMAIL_PATH', '/usr/sbin/sendmail -t -i'),
|
||||
'transport' => 'sendmail',
|
||||
|
@ -133,23 +133,6 @@ return [
|
||||
'sendmail' => "Sendmail",
|
||||
'sendmail_path' => "Шлях sendmail",
|
||||
'sendmail_path_comment' => "Калі ласка, укажыце шлях дла праграмы sendmail",
|
||||
'mailgun' => "Mailgun",
|
||||
'mailgun_domain' => "Дамен Mailgun",
|
||||
'mailgun_domain_comment' => "Калі ласка, укажыце імя дамена Mailgun",
|
||||
'mailgun_secret' => "Сакрэт Mailgun",
|
||||
'mailgun_secret_comment' => "Увядзіце ключ Mailgun API",
|
||||
'mandrill' => "Mandrill",
|
||||
'mandrill_secret' => "Сакрэт Mandrill",
|
||||
'mandrill_secret_comment' => "Увядзіце ключ Mandrill API",
|
||||
'ses' => "SES",
|
||||
'ses_key' => "Ключ SES",
|
||||
'ses_key_comment' => "Увядзіце ключ SES API",
|
||||
'ses_secret' => "Сакрэт SES",
|
||||
'ses_secret_comment' => "Увядзіце сакрэтны ключ SES API",
|
||||
'ses_region' => "Рэгіён SES",
|
||||
'ses_region_comment' => "Увядзіце рэгіён SES (e.g. us-east-1)",
|
||||
'drivers_hint_header' => "Драйверы не ўсталяваныя",
|
||||
'drivers_hint_content' => "Гэты метад пошты патрабуе, каб \":plugin\" быў усталяваны да таго, як Вы зможаце адпраўляць пошту"
|
||||
],
|
||||
'mail_templates' => [
|
||||
'menu_label' => "Шаблоны пошты",
|
||||
|
@ -132,16 +132,6 @@ return [
|
||||
'sendmail' => 'Sendmail',
|
||||
'sendmail_path' => 'Sendmail директория',
|
||||
'sendmail_path_comment' => 'Моля, посочете директория на Sendmail програмата.',
|
||||
'mailgun' => 'Mailgun',
|
||||
'mailgun_domain' => 'Mailgun домейн',
|
||||
'mailgun_domain_comment' => 'Моля, посочете домейна за Mailgun.',
|
||||
'mailgun_secret' => 'Mailgun тайна',
|
||||
'mailgun_secret_comment' => 'Въведете своя Mailgun API ключ.',
|
||||
'mandrill' => 'Mandrill',
|
||||
'mandrill_secret' => 'Mandrill тайна',
|
||||
'mandrill_secret_comment' => 'Въведете своя Mandrill API ключ.',
|
||||
'drivers_hint_header' => 'Няма инсталирани драйвъри.',
|
||||
'drivers_hint_content' => 'Този имейл метод изисква добавката ":plugin" да се инсталира преди да можете да изпращате имейл.'
|
||||
],
|
||||
'mail_templates' => [
|
||||
'menu_label' => 'Имейл шаблони',
|
||||
|
@ -141,23 +141,6 @@ return [
|
||||
'sendmail' => 'Sendmail',
|
||||
'sendmail_path' => 'Ruta de sendmail',
|
||||
'sendmail_path_comment' => "Si us plau especifica una ruta per l'executable de sendmail.",
|
||||
'mailgun' => 'Mailgun',
|
||||
'mailgun_domain' => 'Domini de Mailgun',
|
||||
'mailgun_domain_comment' => 'Si us plau especifica el nom de domini de Mailgun.',
|
||||
'mailgun_secret' => 'Secret de Mailgun',
|
||||
'mailgun_secret_comment' => 'Introdueix la teva clau API de Mailgun.',
|
||||
'mandrill' => 'Mandrill',
|
||||
'mandrill_secret' => 'Secret de Mandrill',
|
||||
'mandrill_secret_comment' => 'Introdueix la teva clau API de Mandrill.',
|
||||
'ses' => 'SES',
|
||||
'ses_key' => 'Clau de SES',
|
||||
'ses_key_comment' => 'Introdueix la teva clau API de SES',
|
||||
'ses_secret' => 'Secret de SES',
|
||||
'ses_secret_comment' => "Introdueix el teu secret d'API de SES",
|
||||
'ses_region' => 'Regió de SES',
|
||||
'ses_region_comment' => 'Introdueix la teva regió de SES (e.g. us-east-1)',
|
||||
'drivers_hint_header' => 'Drivers no instal·lats',
|
||||
'drivers_hint_content' => 'Aquest mètode de correu requereix instal·lar el plugin ":plugin" abans de que puguis enviar correu.'
|
||||
],
|
||||
'mail_templates' => [
|
||||
'menu_label' => 'Plantilles de correu',
|
||||
|
@ -136,23 +136,6 @@ return [
|
||||
'sendmail' => 'Sendmail',
|
||||
'sendmail_path' => 'Sendmail cesta',
|
||||
'sendmail_path_comment' => 'Zadejte prosím cestu k sendmail programu.',
|
||||
'mailgun' => 'Mailgun',
|
||||
'mailgun_domain' => 'Mailgun doména (domain)',
|
||||
'mailgun_domain_comment' => 'Zadejte doménové jméno (domain name) pro Mailgun.',
|
||||
'mailgun_secret' => 'Mailgun tajný klíč (secret)',
|
||||
'mailgun_secret_comment' => 'Zadejte váš Mailgun API klíč.',
|
||||
'mandrill' => 'Mandrill',
|
||||
'mandrill_secret' => 'Mandrill tajný klíč (secret)',
|
||||
'mandrill_secret_comment' => 'Zadejte váš Mandrill API klíč.',
|
||||
'ses' => 'SES',
|
||||
'ses_key' => 'Klíč SES',
|
||||
'ses_key_comment' => 'Zadejte váš SES API klíč',
|
||||
'ses_secret' => 'SES tajný klíč (secret)',
|
||||
'ses_secret_comment' => 'Zadejte váš SES API tajný klíč (secret key)',
|
||||
'ses_region' => 'SES oblast (region)',
|
||||
'ses_region_comment' => 'Zadejte region SES (např. us-east-1)',
|
||||
'drivers_hint_header' => 'Ovladač není nainstalovaný',
|
||||
'drivers_hint_content' => 'Tato metoda posílání e-mailů vyžaduje nainstalovaný plugin ":plugin" ještě před odesláním první zprávy.'
|
||||
],
|
||||
'mail_templates' => [
|
||||
'menu_label' => 'E-mailové šablony',
|
||||
|
@ -133,23 +133,6 @@ return [
|
||||
'sendmail' => 'Sendmail',
|
||||
'sendmail_path' => 'Sendmail sti',
|
||||
'sendmail_path_comment' => 'Angiv venligst stien til sendmail programmet.',
|
||||
'mailgun' => 'Mailgun',
|
||||
'mailgun_domain' => 'Mailgun domæne',
|
||||
'mailgun_domain_comment' => 'Angiv venligst Mailgun domænenavnet.',
|
||||
'mailgun_secret' => 'Mailgun hemmelighed',
|
||||
'mailgun_secret_comment' => 'Angiv din Mailgun API key.',
|
||||
'mandrill' => 'Mandrill',
|
||||
'mandrill_secret' => 'Mandrill hemmelighed',
|
||||
'mandrill_secret_comment' => 'Angiv din Mandrill API key.',
|
||||
'ses' => 'SES',
|
||||
'ses_key' => 'SES key',
|
||||
'ses_key_comment' => 'Angiv din SES API key',
|
||||
'ses_secret' => 'SES hemmelighed',
|
||||
'ses_secret_comment' => 'Angiv din SES API hemmelige nøgle',
|
||||
'ses_region' => 'SES region',
|
||||
'ses_region_comment' => 'Angiv din SES region (feks. us-east-1)',
|
||||
'drivers_hint_header' => 'Drivere ikke installerede',
|
||||
'drivers_hint_content' => 'Denne mail metode kræver at pluginet ":plugin" er installeret, før du kan sende mail.'
|
||||
],
|
||||
'mail_templates' => [
|
||||
'menu_label' => 'Mail skabeloner',
|
||||
|
@ -89,16 +89,6 @@ return [
|
||||
'sendmail' => 'Sendmail',
|
||||
'sendmail_path' => 'Sendmail Pfad',
|
||||
'sendmail_path_comment' => 'Bitte gib den (absoluten) Pfad zum Sendmail Programm an.',
|
||||
'mailgun' => 'Mailgun',
|
||||
'mailgun_domain' => 'Mailgun-Domain',
|
||||
'mailgun_domain_comment' => 'Bitte gib die Mailgun-Domain an.',
|
||||
'mailgun_secret' => 'Mailgun-Schlüssel',
|
||||
'mailgun_secret_comment' => 'Gib Deinen Mailgun-API-Schlüssel an.',
|
||||
'mandrill' => 'Mandrill',
|
||||
'mandrill_secret' => 'Mandrill-Schlüssel',
|
||||
'mandrill_secret_comment' => 'Gib Deinen Mandrill-API-Schlüssel an.',
|
||||
'drivers_hint_header' => 'Treiber nicht installiert.',
|
||||
'drivers_hint_content' => 'Für diese Mail-Methode muss das Plugin ":plugin" installiert werden, bevor Du Mails verschicken kannst.'
|
||||
],
|
||||
'mail_templates' => [
|
||||
'menu_label' => 'Mail-Vorlagen',
|
||||
|
@ -133,23 +133,6 @@ return [
|
||||
'sendmail' => 'Sendmail',
|
||||
'sendmail_path' => 'Διαδρομή Sendmail',
|
||||
'sendmail_path_comment' => 'Παρακαλούμε καθορίστε την διαδρομή του λογισμικού Sendmail.',
|
||||
'mailgun' => 'Mailgun',
|
||||
'mailgun_domain' => 'Mailgun Domain',
|
||||
'mailgun_domain_comment' => 'Παρακαλούμε καθορίστε το Domain Name του Mailgun.',
|
||||
'mailgun_secret' => 'Mailgun Secret',
|
||||
'mailgun_secret_comment' => 'Συμπληρώστε το API κλειδί του Mailgun.',
|
||||
'mandrill' => 'Mandrill',
|
||||
'mandrill_secret' => 'Mandrill Secret',
|
||||
'mandrill_secret_comment' => 'Συμπληρώστε το API κλειδί του Mandrill.',
|
||||
'ses' => 'SES',
|
||||
'ses_key' => 'Κλειδί SES',
|
||||
'ses_key_comment' => 'Συμπληρώστε το API κλειδί του SES',
|
||||
'ses_secret' => 'Απόρρητο SES',
|
||||
'ses_secret_comment' => 'Συμπληρώστε το API απόρρητο κλειδί του SES',
|
||||
'ses_region' => 'Περιοχή SES',
|
||||
'ses_region_comment' => 'Συμπληρώστε την περιοχή SES (π.χ. us-east-1)',
|
||||
'drivers_hint_header' => 'Οι οδηγοί δεν είναι εγκατεστημένοι',
|
||||
'drivers_hint_content' => 'Αυτή η μέθοδος ταχυδρομείου απαιτεί να είναι εγκατεστημένο το πρόσθετο ":plugin" πριν μπορέσετε να αποστείλετε ένα ηλεκτρονικό ταχυδρομείο.',
|
||||
],
|
||||
'mail_templates' => [
|
||||
'menu_label' => 'Πρότυπα',
|
||||
|
@ -190,26 +190,7 @@ return [
|
||||
'sendmail' => 'Sendmail',
|
||||
'sendmail_path' => 'Sendmail path',
|
||||
'sendmail_path_comment' => 'Please specify the path of the sendmail program.',
|
||||
'mailgun' => 'Mailgun',
|
||||
'mailgun_domain' => 'Mailgun domain',
|
||||
'mailgun_domain_comment' => 'Please specify the Mailgun domain name.',
|
||||
'mailgun_secret' => 'Mailgun secret',
|
||||
'mailgun_secret_comment' => 'Enter your Mailgun API key.',
|
||||
'mandrill' => 'Mandrill',
|
||||
'mandrill_secret' => 'Mandrill secret',
|
||||
'mandrill_secret_comment' => 'Enter your Mandrill API key.',
|
||||
'ses' => 'SES',
|
||||
'ses_key' => 'SES key',
|
||||
'ses_key_comment' => 'Enter your SES API key',
|
||||
'ses_secret' => 'SES secret',
|
||||
'ses_secret_comment' => 'Enter your SES API secret key',
|
||||
'ses_region' => 'SES region',
|
||||
'ses_region_comment' => 'Enter your SES region (e.g. us-east-1)',
|
||||
'sparkpost' => 'SparkPost',
|
||||
'sparkpost_secret' => 'SparkPost secret',
|
||||
'sparkpost_secret_comment' => 'Enter your SparkPost API secret key',
|
||||
'drivers_hint_header' => 'Drivers not installed',
|
||||
'drivers_hint_content' => 'This mail method requires the plugin ":plugin" be installed before you can send mail.',
|
||||
'drivers_hint_content' => 'Please see the <a href=":url" target="_blank">documentation</a> for installing other Mail methods.',
|
||||
],
|
||||
'mail_templates' => [
|
||||
'menu_label' => 'Mail templates',
|
||||
|
@ -134,23 +134,6 @@ return [
|
||||
'sendmail' => 'Sendmail',
|
||||
'sendmail_path' => 'Directorio de Sendmail',
|
||||
'sendmail_path_comment' => 'Por favor, especifique la ruta de acceso del programa sendmail.',
|
||||
'mailgun' => 'Mailgun',
|
||||
'mailgun_domain' => 'Dominio Mailgun',
|
||||
'mailgun_domain_comment' => 'Por favor, especifique el nombre de dominio Mailgun.',
|
||||
'mailgun_secret' => 'Mailgun secret',
|
||||
'mailgun_secret_comment' => 'Introduzca su key de Mailgun API.',
|
||||
'mandrill' => 'Mandrill',
|
||||
'mandrill_secret' => 'Mandrill secret',
|
||||
'mandrill_secret_comment' => 'Introduzca su key de Mandrill API.',
|
||||
'ses' => 'SES',
|
||||
'ses_key' => 'SES key',
|
||||
'ses_key_comment' => 'Introduzca su key de SES API',
|
||||
'ses_secret' => 'SES secret',
|
||||
'ses_secret_comment' => 'Introduzca su key de SES API',
|
||||
'ses_region' => 'Región SES',
|
||||
'ses_region_comment' => 'Introduzca su región SES (e.g. us-east-1)',
|
||||
'drivers_hint_header' => 'Drivers no instalados',
|
||||
'drivers_hint_content' => 'Este método de correo electrónico requiere que el plugin ":plugin" este instalado antes de poder enviar correo.'
|
||||
],
|
||||
'mail_templates' => [
|
||||
'menu_label' => 'Plantillas de Correo',
|
||||
|
@ -172,23 +172,6 @@ return [
|
||||
'sendmail' => 'Sendmail',
|
||||
'sendmail_path' => 'Sendmaili asukoht',
|
||||
'sendmail_path_comment' => 'Palun sisesta sendmail programmi asukoht.',
|
||||
'mailgun' => 'Mailgun',
|
||||
'mailgun_domain' => 'Mailgun domeen',
|
||||
'mailgun_domain_comment' => 'Palun sisesta Mailgun domeeni nimi.',
|
||||
'mailgun_secret' => 'Mailgun võti',
|
||||
'mailgun_secret_comment' => 'Palun sisesta Mailgun API salajane võti.',
|
||||
'mandrill' => 'Mandrill',
|
||||
'mandrill_secret' => 'Mandrill võti',
|
||||
'mandrill_secret_comment' => 'Palun sisesta Mandrill API salajane võti.',
|
||||
'ses' => 'Amazon SES',
|
||||
'ses_key' => 'SES avalik võti',
|
||||
'ses_key_comment' => 'Palun sisesta SES avalik võti',
|
||||
'ses_secret' => 'SES salajane võti',
|
||||
'ses_secret_comment' => 'Palun sisesta SES saljane võti',
|
||||
'ses_region' => 'SES regioon',
|
||||
'ses_region_comment' => 'Palun sisesta SES regiooni nimi (nt eu-west-1)',
|
||||
'drivers_hint_header' => 'Draivereid pole paigaldatud',
|
||||
'drivers_hint_content' => 'See e-posti saatmise meetod nõuab plugina ":plugin" paigaldamist.'
|
||||
],
|
||||
'mail_templates' => [
|
||||
'menu_label' => 'Kirja mallid',
|
||||
|
@ -190,26 +190,6 @@ return [
|
||||
'sendmail' => 'Sendmail',
|
||||
'sendmail_path' => 'آدرس برنامه Sendmail',
|
||||
'sendmail_path_comment' => 'لطفا محل ذخیره نرم افزار sendmail را مشخص نمایید.',
|
||||
'mailgun' => 'Mailgun',
|
||||
'mailgun_domain' => 'دامنه ی Mailgun',
|
||||
'mailgun_domain_comment' => 'لطفا نام دامنه ی Mailgun را وارد نمایید.',
|
||||
'mailgun_secret' => 'امنیت Mailgun',
|
||||
'mailgun_secret_comment' => 'کلید API ی مربوط به Mailgun را وارد نمایید.',
|
||||
'mandrill' => 'Mandrill',
|
||||
'mandrill_secret' => 'کلمه عبور Mandrill',
|
||||
'mandrill_secret_comment' => 'کلید API ی Mandrill را وارد نمایید.',
|
||||
'ses' => 'SES',
|
||||
'ses_key' => 'کلید SES',
|
||||
'ses_key_comment' => 'کلید Api SES را وارد نمایید',
|
||||
'ses_secret' => 'کلمه عبور SES',
|
||||
'ses_secret_comment' => 'کلمه عبور API SES را وارد نمایید',
|
||||
'ses_region' => 'منطفه SES',
|
||||
'ses_region_comment' => 'منطقه خود را برای SES وارد نمایید (برای مثال: us-east-1)',
|
||||
'sparkpost' => 'SparkPost',
|
||||
'sparkpost_secret' => 'SparkPost رمز ',
|
||||
'sparkpost_secret_comment' => 'کلید رمز SparkPost API را وارد کنید',
|
||||
'drivers_hint_header' => 'درایور ها نصب نشده اند',
|
||||
'drivers_hint_content' => 'این روش برای ارسال پست الکترونیکی به افزونه ":plugin" نیاز دارد. جهت استفاده از این روش لطفا افزونه مورد نیاز را نصب نمایید.'
|
||||
],
|
||||
'mail_templates' => [
|
||||
'menu_label' => 'قالب های نامه الکترونیکی',
|
||||
|
@ -177,23 +177,6 @@ return [
|
||||
'sendmail' => 'Sendmail',
|
||||
'sendmail_path' => 'Sendmail-polku',
|
||||
'sendmail_path_comment' => 'Määritä polku sendmail-ohjelmaan.',
|
||||
'mailgun' => 'Mailgun',
|
||||
'mailgun_domain' => 'Mailgun domain',
|
||||
'mailgun_domain_comment' => 'Määritä Mailgun domain nimi.',
|
||||
'mailgun_secret' => 'Mailgun sala-avain',
|
||||
'mailgun_secret_comment' => 'Syötä sinun Mailgun API sala-avain.',
|
||||
'mandrill' => 'Mandrill',
|
||||
'mandrill_secret' => 'Mandrill sala-avain',
|
||||
'mandrill_secret_comment' => 'Syötä sinun Mandrill API sala-avain.',
|
||||
'ses' => 'SES',
|
||||
'ses_key' => 'SES key',
|
||||
'ses_key_comment' => 'Syötä sinun SES API avain.',
|
||||
'ses_secret' => 'SES sala-avain',
|
||||
'ses_secret_comment' => 'Syötä sinun SES API sala-avain.',
|
||||
'ses_region' => 'SES alue',
|
||||
'ses_region_comment' => 'Syötä sinun SES alue (esim: us-east-1)',
|
||||
'drivers_hint_header' => 'Ajureita ei asennettu',
|
||||
'drivers_hint_content' => 'Tämä sähköpostimenetelmä vaatii lisäosan ":plugin" asennettavaksi ennen kuin voit lähettää sähköpostia.'
|
||||
],
|
||||
'mail_templates' => [
|
||||
'menu_label' => 'Sähköpostipohjat',
|
||||
|
@ -149,26 +149,7 @@ return [
|
||||
'sendmail' => 'Sendmail',
|
||||
'sendmail_path' => 'Chemin vers Sendmail',
|
||||
'sendmail_path_comment' => 'Saisir le chemin du programme sendmail.',
|
||||
'mailgun' => 'Mailgun',
|
||||
'mailgun_domain' => 'Domaine Mailgun',
|
||||
'mailgun_domain_comment' => 'Saisir le nom de domaine Mailgun.',
|
||||
'mailgun_secret' => 'Clé secrète Mailgun',
|
||||
'mailgun_secret_comment' => 'Saisir votre clé API Mailgun.',
|
||||
'mandrill' => 'Mandrill',
|
||||
'mandrill_secret' => 'Clé secrète Mandrill',
|
||||
'mandrill_secret_comment' => 'Saisir votre clé API Mandrill.',
|
||||
'ses' => 'SES',
|
||||
'ses_key' => 'Clé SES',
|
||||
'ses_key_comment' => 'Saisir votre clé API SES',
|
||||
'ses_secret' => 'Clé secrète SES',
|
||||
'ses_secret_comment' => 'Saisir votre clé secrète de l\'API SES',
|
||||
'sparkpost' => 'SparkPost',
|
||||
'sparkpost_secret' => 'Clé secrète SparkPost',
|
||||
'sparkpost_secret_comment' => 'Entrez votre clé secrète de l\'API SparkPost',
|
||||
'ses_region' => 'Région SES',
|
||||
'ses_region_comment' => 'Saisir votre région SES (e.g. us-east-1)',
|
||||
'drivers_hint_header' => 'Les drivers ne sont pas installés',
|
||||
'drivers_hint_content' => 'Cette méthode d\'envoi d\'e-mails nécessite que le plugin ":plugin" soit installé avant de pouvoir envoyer des e-mails.'
|
||||
'drivers_hint_content' => 'Veuillez lire la <a href=":url" target="_blank">documentation</a> pour des méthodes alternatives.',
|
||||
],
|
||||
'mail_templates' => [
|
||||
'menu_label' => 'Modèles des e-mails',
|
||||
|
@ -142,26 +142,6 @@ return [
|
||||
'sendmail' => 'Sendmail',
|
||||
'sendmail_path' => 'Elérési út',
|
||||
'sendmail_path_comment' => 'Adja meg a Sendmail elérését.',
|
||||
'mailgun' => 'Mailgun',
|
||||
'mailgun_domain' => 'Mailgun tartomány',
|
||||
'mailgun_domain_comment' => 'Adja meg a Mailgun tartománynevét.',
|
||||
'mailgun_secret' => 'Titkos jelszó',
|
||||
'mailgun_secret_comment' => 'Adja meg a Mailgun API kulcsát.',
|
||||
'mandrill' => 'Mandrill',
|
||||
'mandrill_secret' => 'Titkos jelszó',
|
||||
'mandrill_secret_comment' => 'Adja meg Mandrill API kulcsát.',
|
||||
'ses' => 'SES',
|
||||
'ses_key' => 'SES kulcs',
|
||||
'ses_key_comment' => 'Adja meg az API kulcsot',
|
||||
'ses_secret' => 'SES kód',
|
||||
'ses_secret_comment' => 'Adja meg az API titkos kulcsot',
|
||||
'sparkpost' => 'SparkPost',
|
||||
'sparkpost_secret' => 'SparkPost kód',
|
||||
'sparkpost_secret_comment' => 'Adja meg az API titkos kulcsot',
|
||||
'ses_region' => 'SES régió',
|
||||
'ses_region_comment' => 'Adja meg a régiót (pl. us-east-1)',
|
||||
'drivers_hint_header' => 'Hiányzó komponens',
|
||||
'drivers_hint_content' => 'A levél kiküldéséhez szükséges, hogy telepítve legyen az ":plugin" nevű bővítmény.'
|
||||
],
|
||||
'mail_templates' => [
|
||||
'menu_label' => 'Sablonok',
|
||||
|
@ -99,14 +99,6 @@ return [
|
||||
'sendmail' => 'Sendmail',
|
||||
'sendmail_path' => 'Jalur Sendmail',
|
||||
'sendmail_path_comment' => 'Silakan tentukan jalur ke program sendmail.',
|
||||
'mailgun' => 'Mailgun',
|
||||
'mailgun_domain' => 'Ranah Mailgun',
|
||||
'mailgun_domain_comment' => 'Silakan tentukan nama ranah Mailgun.',
|
||||
'mailgun_secret' => 'Mailgun Secret',
|
||||
'mailgun_secret_comment' => 'Masukan kunci API Mailgun.',
|
||||
'mandrill' => 'Mandrill',
|
||||
'mandrill_secret' => 'Mandrill Secret',
|
||||
'mandrill_secret_comment' => 'Masukan kunci API Mandrill.'
|
||||
],
|
||||
'mail_templates' => [
|
||||
'menu_label' => 'Acuan Surat',
|
||||
|
@ -133,23 +133,6 @@ return [
|
||||
'sendmail' => 'Sendmail',
|
||||
'sendmail_path' => 'Percorso Sendmail',
|
||||
'sendmail_path_comment' => 'Inserisci il percorso al servizio sendmail.',
|
||||
'mailgun' => 'Mailgun',
|
||||
'mailgun_domain' => 'Dominio Mailgun',
|
||||
'mailgun_domain_comment' => 'Inserisci il nome dominio Mailgun.',
|
||||
'mailgun_secret' => 'Chiave Mailgun',
|
||||
'mailgun_secret_comment' => 'Inserisci la tua chiave per l\'utilizzo delle API Mailgun.',
|
||||
'mandrill' => 'Mandrill',
|
||||
'mandrill_secret' => 'Chiave Mandrill',
|
||||
'mandrill_secret_comment' => 'Inserisci la tua chiave per l\'utilizzo delle API Mandrill.',
|
||||
'ses' => 'SES',
|
||||
'ses_key' => 'Chiave SES',
|
||||
'ses_key_comment' => 'Inserisci la chiave per l\'utilizzo delle API SES',
|
||||
'ses_secret' => 'Chiave privata SES',
|
||||
'ses_secret_comment' => 'Inserisci la chiave privata per l\'utilizzo delle API SES',
|
||||
'ses_region' => 'Regione SES',
|
||||
'ses_region_comment' => 'Inserisci la tua regione SES (ad es. us-east-1)',
|
||||
'drivers_hint_header' => 'Driver non installati',
|
||||
'drivers_hint_content' => 'Questa modalità di invio richiede che il plugin ":plugin" sia installato prima che tu possa inviare messaggi.'
|
||||
],
|
||||
'mail_templates' => [
|
||||
'menu_label' => 'Modelli di e-mail',
|
||||
|
@ -154,10 +154,6 @@ return [
|
||||
'sendmail' => 'Sendmail',
|
||||
'sendmail_path' => 'Sendmailパス',
|
||||
'sendmail_path_comment' => 'Sendmailプログラムへのパスを指定してください。',
|
||||
'mailgun' => 'Mailgun',
|
||||
'mailgun_domain' => 'Mailgunドメイン',
|
||||
'mailgun_domain_comment' => 'Mailgunドメイン名を指定してください。',
|
||||
'mailgun_secret' => 'Mailgun APIキー',
|
||||
],
|
||||
'mail_templates' => [
|
||||
'menu_label' => 'メールテンプレート',
|
||||
|
@ -134,20 +134,6 @@ return [
|
||||
'sendmail' => 'Sendmail',
|
||||
'sendmail_path' => 'Sendmail 경로',
|
||||
'sendmail_path_comment' => 'Sendmail프로그램의 경로를 설정해주세요.',
|
||||
'mailgun' => 'Mailgun',
|
||||
'mailgun_domain' => 'Mailgun도메인',
|
||||
'mailgun_domain_comment' => 'Mailgun도메인명을 설정해주세요.',
|
||||
'mailgun_secret' => 'Mailgun API키',
|
||||
'mailgun_secret_comment' => 'Mailgun API키를 설정해주세요.',
|
||||
'ses' => 'SES',
|
||||
'ses_key' => 'SES 키',
|
||||
'ses_key_comment' => 'SES API 키를 입력해주세요.',
|
||||
'ses_secret' => 'SES 비밀키',
|
||||
'ses_secret_comment' => 'SES API 비밀키를 입력해주세요.',
|
||||
'ses_region' => 'SES 지역',
|
||||
'ses_region_comment' => 'SES 지역 (예: us-east-1)',
|
||||
'drivers_hint_header' => '드라이버가 설치되지 않았습니다',
|
||||
'drivers_hint_content' => '이 전송방법은 ":plugin" 플러그인을 필요로 합니다.'
|
||||
],
|
||||
'mail_templates' => [
|
||||
'menu_label' => '이메일 템플릿',
|
||||
|
@ -170,23 +170,6 @@ return [
|
||||
'sendmail' => 'Sendmail',
|
||||
'sendmail_path' => 'Sendmail kelias',
|
||||
'sendmail_path_comment' => 'Nurodykite kelią į sendmail programą.',
|
||||
'mailgun' => 'Mailgun',
|
||||
'mailgun_domain' => 'Mailgun domenas',
|
||||
'mailgun_domain_comment' => 'Nurodykite Mailgun domeno vardą.',
|
||||
'mailgun_secret' => 'Mailgun slapukas',
|
||||
'mailgun_secret_comment' => 'Įveskite savo Mailgun API raktą.',
|
||||
'mandrill' => 'Mandrill',
|
||||
'mandrill_secret' => 'Mandrill slapukas',
|
||||
'mandrill_secret_comment' => 'Įveskite savo Mandrill API raktą.',
|
||||
'ses' => 'SES',
|
||||
'ses_key' => 'SES raktas',
|
||||
'ses_key_comment' => 'Įveskite savo SES API raktą.',
|
||||
'ses_secret' => 'SES slapukas',
|
||||
'ses_secret_comment' => 'Įveskite savo SES API slaptą raktą',
|
||||
'ses_region' => 'SES regionas',
|
||||
'ses_region_comment' => 'Įveskite savo SES regioną (pvz. us-east-1)',
|
||||
'drivers_hint_header' => 'Valdikliai neįdiegti',
|
||||
'drivers_hint_content' => 'Šis metodas reikalauja, kad būtų įdiegtas ":plugin" įskiepis. Kitokiu atveju paštas nebus siunčiamas.'
|
||||
],
|
||||
'mail_templates' => [
|
||||
'menu_label' => 'Pašto šablonai',
|
||||
|
@ -145,26 +145,6 @@ return [
|
||||
'sendmail' => 'Sendmail',
|
||||
'sendmail_path' => 'Sendmail ceļs',
|
||||
'sendmail_path_comment' => 'Lūdzu, norādiet ceļu uz sendmail programmu.',
|
||||
'mailgun' => 'Mailgun',
|
||||
'mailgun_domain' => 'Mailgun domēns',
|
||||
'mailgun_domain_comment' => 'Lūdzu, norādiet Mailgun domēna vārdu.',
|
||||
'mailgun_secret' => 'Mailgun piekļuves atslēga',
|
||||
'mailgun_secret_comment' => 'Ievadiet savu Mailgun API atslēgu.',
|
||||
'mandrill' => 'Mandrill',
|
||||
'mandrill_secret' => 'Mandrill piekļuves atslēga',
|
||||
'mandrill_secret_comment' => 'Ievadiet savu Mandrill API atslēgu.',
|
||||
'ses' => 'SES',
|
||||
'ses_key' => 'SES atslēga',
|
||||
'ses_key_comment' => 'Ievadiet savu SES API atslēgu',
|
||||
'ses_secret' => 'SES piekļuves atslēga',
|
||||
'ses_secret_comment' => 'Ievadiet savu SES API piekļuves atslēgu',
|
||||
'ses_region' => 'SES reģions',
|
||||
'ses_region_comment' => 'Ievadiet savu SES reģionu (piemēram, us-east-1)',
|
||||
'sparkpost' => 'SparkPost',
|
||||
'sparkpost_secret' => 'SparkPost piekļuves atslēga',
|
||||
'sparkpost_secret_comment' => 'Ievadiet savu SparkPost API piekļuves atslēgu',
|
||||
'drivers_hint_header' => 'Dziņi nav instalēti',
|
||||
'drivers_hint_content' => 'Šai pasta metodei nepieciešams instalēt spraudni ":plugin", pirms varat veikt pasta sūtīšanu.',
|
||||
],
|
||||
'mail_templates' => [
|
||||
'menu_label' => 'E-pasta veidnes',
|
||||
|
@ -133,23 +133,6 @@ return [
|
||||
'sendmail' => 'Sendmail',
|
||||
'sendmail_path' => 'Sendmail-sti',
|
||||
'sendmail_path_comment' => 'Vennligst oppgi stien til sendmail-programmet.',
|
||||
'mailgun' => 'Mailgun',
|
||||
'mailgun_domain' => 'Mailgun-domene',
|
||||
'mailgun_domain_comment' => 'Vennligst oppgi Mailgun-domenenavnet.',
|
||||
'mailgun_secret' => 'Mailgun Secret',
|
||||
'mailgun_secret_comment' => 'Oppgi din Mailgun-API-nøkkel.',
|
||||
'mandrill' => 'Mandrill',
|
||||
'mandrill_secret' => 'Mandrill Secret',
|
||||
'mandrill_secret_comment' => 'Oppgi din Mandrill API-nøkkel.',
|
||||
'ses' => 'SES',
|
||||
'ses_key' => 'SES nøkkel',
|
||||
'ses_key_comment' => 'Oppgi din SES API-nøkkel',
|
||||
'ses_secret' => 'SES secret',
|
||||
'ses_secret_comment' => 'Oppgi din hemmelige SES API-nøkkel',
|
||||
'ses_region' => 'SES region',
|
||||
'ses_region_comment' => 'Legg inn din SES region (feks. us-east-1)',
|
||||
'drivers_hint_header' => 'Drivere ikke installert',
|
||||
'drivers_hint_content' => 'Denne mailmetoden krever at plugin ":plugin" er installert før du kan sende mail.'
|
||||
],
|
||||
'mail_templates' => [
|
||||
'menu_label' => 'E-postmaler',
|
||||
|
@ -187,26 +187,6 @@ return [
|
||||
'sendmail' => 'Sendmail',
|
||||
'sendmail_path' => 'Pad naar Sendmail',
|
||||
'sendmail_path_comment' => 'Geef hier het volledige pad op naar de Sendmail-applicatie.',
|
||||
'mailgun' => 'Mailgun',
|
||||
'mailgun_domain' => 'Mailgun domein',
|
||||
'mailgun_domain_comment' => 'Geef hier het Mailgun domeinnaam op.',
|
||||
'mailgun_secret' => 'Mailgun secret',
|
||||
'mailgun_secret_comment' => 'Geef hier de Mailgun API key op.',
|
||||
'mandrill' => 'Mandrill',
|
||||
'mandrill_secret' => 'Mandrill secret',
|
||||
'mandrill_secret_comment' => 'Geef hier de Mandrill API key op.',
|
||||
'ses' => 'SES',
|
||||
'ses_key' => 'SES key',
|
||||
'ses_key_comment' => 'Voer SES API key in',
|
||||
'ses_secret' => 'SES secret',
|
||||
'ses_secret_comment' => 'Voer SES API secret key in',
|
||||
'ses_region' => 'SES regio',
|
||||
'ses_region_comment' => 'Voer SES regio in (bijv. us-east-1)',
|
||||
'sparkpost' => 'SparkPost',
|
||||
'sparkpost_secret' => 'SparkPost secret',
|
||||
'sparkpost_secret_comment' => 'Voer SparkPost API secret key in',
|
||||
'drivers_hint_header' => 'Stuurprogramma\'s niet geïnstalleerd',
|
||||
'drivers_hint_content' => 'Om deze e-mail methode te gebruiken moet de plugin ":plugin" zijn geïnstalleerd.',
|
||||
],
|
||||
'mail_templates' => [
|
||||
'menu_label' => 'E-mail sjablonen',
|
||||
|
@ -151,23 +151,6 @@ return [
|
||||
'sendmail' => 'Sendmail',
|
||||
'sendmail_path' => 'Ścieżka Sendmail',
|
||||
'sendmail_path_comment' => 'Proszę podać ścieżkę programu sendmail.',
|
||||
'mailgun' => 'Mailgun',
|
||||
'mailgun_domain' => 'Domena Mailgun',
|
||||
'mailgun_domain_comment' => 'Proszę podać nazwę domeny Mailgun.',
|
||||
'mailgun_secret' => 'Mailgun Secret',
|
||||
'mailgun_secret_comment' => 'Podaj swój klucz API Mailgun.',
|
||||
'mandrill' => 'Mandrill',
|
||||
'mandrill_secret' => 'Mandrill secret',
|
||||
'mandrill_secret_comment' => 'Podaj swój klucz API Mandrill.',
|
||||
'ses' => 'SES',
|
||||
'ses_key' => 'SES key',
|
||||
'ses_key_comment' => 'Podaj swój klucz API SES',
|
||||
'ses_secret' => 'SES secret',
|
||||
'ses_secret_comment' => 'Podaj swój sekretny klucz API SES',
|
||||
'ses_region' => 'Region SES',
|
||||
'ses_region_comment' => 'Podaj swój region SES (e.g. us-east-1)',
|
||||
'drivers_hint_header' => 'Nie zainstalowano sterowników',
|
||||
'drivers_hint_content' => 'Ta opcja wysyłki wiadomości wymaga zainstalowania wtyczki ":plugin".',
|
||||
],
|
||||
'mail_templates' => [
|
||||
'menu_label' => 'Szablony wiadomości email',
|
||||
|
@ -187,26 +187,6 @@ return [
|
||||
'sendmail' => 'Sendmail',
|
||||
'sendmail_path' => 'Caminho do Sendmail',
|
||||
'sendmail_path_comment' => 'Por favor, especifique o caminho do programa Sendmail.',
|
||||
'mailgun' => 'Mailgun',
|
||||
'mailgun_domain' => 'Domínio do Mailgun',
|
||||
'mailgun_domain_comment' => 'Por favor, forneça o domínio do Mailgun.',
|
||||
'mailgun_secret' => 'Mailgun Secret',
|
||||
'mailgun_secret_comment' => 'Forneça sua chave de API do Mailgun.',
|
||||
'mandrill' => 'Mandrill',
|
||||
'mandrill_secret' => 'Mandrill Secret',
|
||||
'mandrill_secret_comment' => 'Forneça sua chave de API do Mandrill',
|
||||
'ses' => 'SES',
|
||||
'ses_key' => 'Chave SES',
|
||||
'ses_key_comment' => 'Forneça sua chave do SES',
|
||||
'ses_secret' => 'SES Secret',
|
||||
'ses_secret_comment' => 'Forneça sua chave de API do SES.',
|
||||
'ses_region' => 'Região SES',
|
||||
'ses_region_comment' => 'Entre com sua região SES (exemplo: us-east-1)',
|
||||
'sparkpost' => 'SparkPost',
|
||||
'sparkpost_secret' => 'SparkPost chave secreta',
|
||||
'sparkpost_secret_comment' => 'Insira sua chave secreta da API SparkPost',
|
||||
'drivers_hint_header' => 'Drivers não instalados',
|
||||
'drivers_hint_content' => 'Este método requer que o plugin ":plugin" esteja instalado.'
|
||||
],
|
||||
'mail_templates' => [
|
||||
'menu_label' => 'Modelos de E-mail',
|
||||
|
@ -170,23 +170,6 @@ return [
|
||||
'sendmail' => 'Sendmail',
|
||||
'sendmail_path' => 'Caminho do Sendmail',
|
||||
'sendmail_path_comment' => 'Por favor, especifique o caminho do programa Sendmail.',
|
||||
'mailgun' => 'Mailgun',
|
||||
'mailgun_domain' => 'Domínio do Mailgun',
|
||||
'mailgun_domain_comment' => 'Por favor, forneça o domínio do Mailgun.',
|
||||
'mailgun_secret' => 'Mailgun Secret',
|
||||
'mailgun_secret_comment' => 'Forneça sua chave de API do Mailgun.',
|
||||
'mandrill' => 'Mandrill',
|
||||
'mandrill_secret' => 'Mandrill Secret',
|
||||
'mandrill_secret_comment' => 'Forneça sua chave de API do Mandrill',
|
||||
'ses' => 'SES',
|
||||
'ses_key' => 'Chave SES',
|
||||
'ses_key_comment' => 'Forneça sua chave do SES',
|
||||
'ses_secret' => 'SES Secret',
|
||||
'ses_secret_comment' => 'Forneça sua chave de API do SES.',
|
||||
'ses_region' => 'Região SES',
|
||||
'ses_region_comment' => 'Entre com sua região SES (exemplo: us-east-1)',
|
||||
'drivers_hint_header' => 'Drivers não instalados',
|
||||
'drivers_hint_content' => 'Este método requer que a extensão ":plugin" esteja instalada.'
|
||||
],
|
||||
'mail_templates' => [
|
||||
'menu_label' => 'Modelos de E-mail',
|
||||
|
@ -190,26 +190,6 @@ return [
|
||||
'sendmail' => 'Sendmail',
|
||||
'sendmail_path' => 'Calea către Sendmail',
|
||||
'sendmail_path_comment' => 'Vă rugăm să specificați calea programului Sendmail.',
|
||||
'mailgun' => 'Mailgun',
|
||||
'mailgun_domain' => 'Domeniu Mailgun',
|
||||
'mailgun_domain_comment' => 'Vă rugăm să specificați numele domeniului Mailgun.',
|
||||
'mailgun_secret' => 'Cheie secretă pentru Mailgun ',
|
||||
'mailgun_secret_comment' => 'Introduceți cheia API Mailgun.',
|
||||
'mandrill' => 'Mandrill',
|
||||
'mandrill_secret' => 'Cheie secretă pentru Mandrill',
|
||||
'mandrill_secret_comment' => 'Introduceți cheia API Mandrill.',
|
||||
'ses' => 'SES',
|
||||
'ses_key' => 'Cheia SES',
|
||||
'ses_key_comment' => 'Introduceți cheia API SES',
|
||||
'ses_secret' => 'Cheie secretă pentru SES',
|
||||
'ses_secret_comment' => 'Introduceți cheia secretă a API-ului SES',
|
||||
'ses_region' => 'Regiunea SES',
|
||||
'ses_region_comment' => 'Introduceți regiunea SES (de ex. us-est-1)',
|
||||
'sparkpost' => 'SparkPost',
|
||||
'sparkpost_secret' => 'Cheie secretă pentru SparkPost',
|
||||
'sparkpost_secret_comment' => 'Introduceți cheia secretă API SparkPost',
|
||||
'drivers_hint_header' => 'Drivere neinstalate',
|
||||
'drivers_hint_content' => 'Această metodă de e-mail necesită instalarea pluginului ":plugin" înainte de a putea trimite e-mail.',
|
||||
],
|
||||
'mail_templates' => [
|
||||
'menu_label' => 'Șabloane de e-mail',
|
||||
|
@ -187,26 +187,6 @@ return [
|
||||
'sendmail' => 'Sendmail',
|
||||
'sendmail_path' => 'Sendmail putanja',
|
||||
'sendmail_path_comment' => 'Specificiraj putanju Sendmail programa.',
|
||||
'mailgun' => 'Mailgun',
|
||||
'mailgun_domain' => 'Mailgun domen',
|
||||
'mailgun_domain_comment' => 'Specificiraj Mailgun domen.',
|
||||
'mailgun_secret' => 'Mailgun tajna',
|
||||
'mailgun_secret_comment' => 'Unesi svoj Mailgun API ključ.',
|
||||
'mandrill' => 'Mandrill',
|
||||
'mandrill_secret' => 'Mandrill tajna',
|
||||
'mandrill_secret_comment' => 'Unesi svoj Mandrill API ključ.',
|
||||
'ses' => 'SES',
|
||||
'ses_key' => 'SES ključ',
|
||||
'ses_key_comment' => 'Unesi svoj SES API ključ.',
|
||||
'ses_secret' => 'SES tajna',
|
||||
'ses_secret_comment' => 'Unesi svoju SES API tajnu.',
|
||||
'sparkpost' => 'SparkPost',
|
||||
'sparkpost_secret' => 'SparkPost tajna',
|
||||
'sparkpost_secret_comment' => 'Unesi svoju SparkPost API tajnu.',
|
||||
'ses_region' => 'SES region',
|
||||
'ses_region_comment' => 'Unesi svoj SES region. (e.g. us-east-1)',
|
||||
'drivers_hint_header' => 'Drajveri nisu instalirani.',
|
||||
'drivers_hint_content' => 'Ovaj metod pošte zahteva instaliranje ":plugin" priključka.',
|
||||
],
|
||||
'mail_templates' => [
|
||||
'menu_label' => 'Šabloni pošte',
|
||||
|
@ -190,26 +190,6 @@ return [
|
||||
'sendmail' => 'Sendmail',
|
||||
'sendmail_path' => 'Путь к Sendmail',
|
||||
'sendmail_path_comment' => 'Пожалуйста, укажите путь к sendmail.',
|
||||
'mailgun' => 'Mailgun',
|
||||
'mailgun_domain' => 'Домен Mailgun',
|
||||
'mailgun_domain_comment' => 'Пожалуйста, укажите домен Mailgun.',
|
||||
'mailgun_secret' => 'Секретный API-ключ',
|
||||
'mailgun_secret_comment' => 'Введите ваш Mailgun API-ключ.',
|
||||
'mandrill' => 'Mandrill',
|
||||
'mandrill_secret' => 'Секретный ключ Mandrill',
|
||||
'mandrill_secret_comment' => 'Введите ваш Mandrill API-ключ.',
|
||||
'ses' => 'SES',
|
||||
'ses_key' => 'SES API-ключ',
|
||||
'ses_key_comment' => 'Введите ваш SES API-ключ',
|
||||
'ses_secret' => 'SES секретный API-ключ',
|
||||
'ses_secret_comment' => 'Введите ваш секретный SES API-ключ',
|
||||
'sparkpost' => 'SparkPost',
|
||||
'sparkpost_secret' => 'SparkPost secret',
|
||||
'sparkpost_secret_comment' => 'Введите ваш SparkPost API secret key',
|
||||
'ses_region' => 'SES регион',
|
||||
'ses_region_comment' => 'Введите ваш SES регион (например, us-east-1)',
|
||||
'drivers_hint_header' => 'Драйвера не установлены',
|
||||
'drivers_hint_content' => 'Этот почтовый метод требует плагин ":plugin", установленный прежде, чем можно будет отправлять почту.',
|
||||
],
|
||||
'mail_templates' => [
|
||||
'menu_label' => 'Шаблоны почты',
|
||||
|
@ -188,23 +188,6 @@ return [
|
||||
'sendmail' => 'Sendmail',
|
||||
'sendmail_path' => 'Sendmail cest',
|
||||
'sendmail_path_comment' => 'Prosím zadajte cestu k sendmail programu.',
|
||||
'mailgun' => 'Mailgun',
|
||||
'mailgun_domain' => 'Mailgun doména',
|
||||
'mailgun_domain_comment' => 'Prosím zadajte názov Mailgun domény.',
|
||||
'mailgun_secret' => 'Mailgun tajný kľúč (secret)',
|
||||
'mailgun_secret_comment' => 'Zadajta váš Mailgun API kľúč.',
|
||||
'mandrill' => 'Mandrill',
|
||||
'mandrill_secret' => 'Mandrill tajný kľúč (secret)',
|
||||
'mandrill_secret_comment' => 'Zadajta váš Mandrill API kľúč.',
|
||||
'ses' => 'SES',
|
||||
'ses_key' => 'SES kľúč',
|
||||
'ses_key_comment' => 'Zadajta váš SES API kľúč.',
|
||||
'ses_secret' => 'SES tajný kľúč (secret)',
|
||||
'ses_secret_comment' => 'Zadajta váš SES API tajný kľúč.',
|
||||
'ses_region' => 'SES región',
|
||||
'ses_region_comment' => 'Zadajta váš SES región (napríiklad us-east-1)',
|
||||
'drivers_hint_header' => 'Ovládače nie sú nainštalované',
|
||||
'drivers_hint_content' => 'Táto metóda posielania e-mailov vyžaduje nainštalovaný plugin ":plugin" predtým ako môžete posielať e-maily.'
|
||||
],
|
||||
'mail_templates' => [
|
||||
'menu_label' => 'E-mailové šablóny',
|
||||
|
@ -187,26 +187,6 @@ return [
|
||||
'sendmail' => 'Sendmail',
|
||||
'sendmail_path' => 'Sendmail lokacija',
|
||||
'sendmail_path_comment' => 'Določite lokacijo Sendmail programa.',
|
||||
'mailgun' => 'Mailgun',
|
||||
'mailgun_domain' => 'Mailgun domena',
|
||||
'mailgun_domain_comment' => 'Določite domensko ime za Mailgun (Mailgun domain name).',
|
||||
'mailgun_secret' => 'Mailgun geslo',
|
||||
'mailgun_secret_comment' => 'Vnesite API ključ za Mailgun (Mailgun API key).',
|
||||
'mandrill' => 'Mandrill',
|
||||
'mandrill_secret' => 'Mandrill geslo',
|
||||
'mandrill_secret_comment' => 'Vnesite API ključ za Mandrill (Mandrill API key).',
|
||||
'ses' => 'SES',
|
||||
'ses_key' => 'SES ključ',
|
||||
'ses_key_comment' => 'Vnesite API ključ za SES.',
|
||||
'ses_secret' => 'SES geslo',
|
||||
'ses_secret_comment' => 'Vnesite API ključ za SES (SES API secret key).',
|
||||
'sparkpost' => 'SparkPost',
|
||||
'sparkpost_secret' => 'SparkPost geslo',
|
||||
'sparkpost_secret_comment' => 'Vnesite skrivni API ključ za SparkPost (SparkPost API secret key).',
|
||||
'ses_region' => 'SES regija',
|
||||
'ses_region_comment' => 'Vnesite SES regijo (SES region, npr. us-east-1).',
|
||||
'drivers_hint_header' => 'Gonilniki niso nameščeni',
|
||||
'drivers_hint_content' => 'Ta način pošiljanja potrebuje namestitev vtičnika ":plugin".',
|
||||
],
|
||||
'mail_templates' => [
|
||||
'menu_label' => 'E-poštne predloge',
|
||||
|
@ -133,16 +133,6 @@ return [
|
||||
'sendmail' => 'Sendmail',
|
||||
'sendmail_path' => 'Sendmail-sökväg',
|
||||
'sendmail_path_comment' => 'Vänligen ange sökvägen till sendmail',
|
||||
'mailgun' => 'Mailgun',
|
||||
'mailgun_domain' => 'Mailgun domän',
|
||||
'mailgun_domain_comment' => 'Vänligen ange Mailgun domännamnet.',
|
||||
'mailgun_secret' => 'Mailgun hemlighet',
|
||||
'mailgun_secret_comment' => 'Ange din Mailgun API-nyckel.',
|
||||
'mandrill' => 'Mandrill',
|
||||
'mandrill_secret' => 'Mandrill hemlighet',
|
||||
'mandrill_secret_comment' => 'Ange din API-nyckel.',
|
||||
'drivers_hint_header' => 'Drivrutiner är inte installerade',
|
||||
'drivers_hint_content' => 'Den här e-postmetoden kräver att tillägget ":plugin" är installerat innan du kan skicka e-post.'
|
||||
],
|
||||
'mail_templates' => [
|
||||
'menu_label' => 'E-postmall',
|
||||
|
@ -141,23 +141,6 @@ return [
|
||||
'sendmail' => 'Sendmail',
|
||||
'sendmail_path' => 'Sendmail path',
|
||||
'sendmail_path_comment' => 'กรุณากำหนด path ของโปรแกรม sendmail',
|
||||
'mailgun' => 'Mailgun',
|
||||
'mailgun_domain' => 'โดเมน Mailgun',
|
||||
'mailgun_domain_comment' => 'กรุณากำหนดโดเมนเนมของ Mailgun',
|
||||
'mailgun_secret' => 'Mailgun secret',
|
||||
'mailgun_secret_comment' => 'ใส่ Mailgun API key ของท่าน',
|
||||
'mandrill' => 'Mandrill',
|
||||
'mandrill_secret' => 'Mandrill secret',
|
||||
'mandrill_secret_comment' => 'ใส่ Mandrill API key ของท่าน',
|
||||
'ses' => 'SES',
|
||||
'ses_key' => 'SES key',
|
||||
'ses_key_comment' => 'ใส่ SES API key ของท่าน',
|
||||
'ses_secret' => 'SES secret',
|
||||
'ses_secret_comment' => 'ใส่ SES API secret key ของท่าน',
|
||||
'ses_region' => 'SES region',
|
||||
'ses_region_comment' => 'ใส่ SES region ของท่าน (เช่น us-east-1)',
|
||||
'drivers_hint_header' => 'ยังไม่ได้ติดตั้งไดรเวอร์',
|
||||
'drivers_hint_content' => 'วิธีการส่งอีเมลนี้ต้องมีการติดตั้งปลั๊กอิน ":plugin" ก่อนถึงจะส่งอีเมลได้',
|
||||
],
|
||||
'mail_templates' => [
|
||||
'menu_label' => 'แม่แบบอีเมล (template)',
|
||||
|
@ -191,23 +191,6 @@ return [
|
||||
'sendmail' => 'Sendmail',
|
||||
'sendmail_path' => 'Sendmail Yolu',
|
||||
'sendmail_path_comment' => 'Sendmail programının yolunu belirtin.',
|
||||
'mailgun' => 'Mailgun',
|
||||
'mailgun_domain' => 'Mailgun Domain',
|
||||
'mailgun_domain_comment' => 'Mailgun domain belirtin.',
|
||||
'mailgun_secret' => 'Mailgun Gizli Anahtarı',
|
||||
'mailgun_secret_comment' => 'Mailgun API anahtarını girin.',
|
||||
'mandrill' => 'Mandrill',
|
||||
'mandrill_secret' => 'Mandrill Gizli Anahtarı',
|
||||
'mandrill_secret_comment' => 'Mandrill API anahtarını girin.',
|
||||
'ses' => 'SES',
|
||||
'ses_key' => 'SES key',
|
||||
'ses_key_comment' => 'SES API keyi girin',
|
||||
'ses_secret' => 'SES secret',
|
||||
'ses_secret_comment' => 'SES API secret keyi girin',
|
||||
'ses_region' => 'SES bölgesi',
|
||||
'ses_region_comment' => 'SES bölgenizi girin (örnek: us-east-1)',
|
||||
'drivers_hint_header' => 'Sürücüler yüklenmemiş',
|
||||
'drivers_hint_content' => 'Bu eposta yöntemiyle eposta gönderebilmeniz için ":plugin" eklentisinin kurulmuş olması gerekir.',
|
||||
],
|
||||
'mail_templates' => [
|
||||
'menu_label' => 'Mail şablonları',
|
||||
|
@ -190,26 +190,6 @@ return [
|
||||
'sendmail' => 'Sendmail',
|
||||
'sendmail_path' => 'Sendmail шлях',
|
||||
'sendmail_path_comment' => 'Будь ласка, вкажіть шлях до sendmail.',
|
||||
'mailgun' => 'Mailgun',
|
||||
'mailgun_domain' => 'Mailgun домен',
|
||||
'mailgun_domain_comment' => 'Будь ласка, вкажіть Mailgun домен.',
|
||||
'mailgun_secret' => 'Секретний API-ключ',
|
||||
'mailgun_secret_comment' => 'Введіть ваш Mailgun API-ключ.',
|
||||
'mandrill' => 'Mandrill',
|
||||
'mandrill_secret' => 'Секретний ключ Mandrill',
|
||||
'mandrill_secret_comment' => 'Введіть ваш Mandrill API-ключ.',
|
||||
'ses' => 'SES',
|
||||
'ses_key' => 'SES API-ключ',
|
||||
'ses_key_comment' => 'Введіть ваш SES API-ключ',
|
||||
'ses_secret' => 'SES секретний API-ключ',
|
||||
'ses_secret_comment' => 'Введіть ваш секретний SES API-ключ',
|
||||
'sparkpost' => 'SparkPost',
|
||||
'sparkpost_secret' => 'SparkPost secret',
|
||||
'sparkpost_secret_comment' => 'Введіть ваш SparkPost API secret key',
|
||||
'ses_region' => 'SES регіон',
|
||||
'ses_region_comment' => 'Введіть ваш SES регіон (наприклад, us-east-1)',
|
||||
'drivers_hint_header' => 'Драйвера не встановлені',
|
||||
'drivers_hint_content' => "Необхідно встановити плагін ':plugin', перш ніж можна буде відправляти пошту.",
|
||||
],
|
||||
'mail_templates' => [
|
||||
'menu_label' => 'Шаблони пошти',
|
||||
|
@ -178,23 +178,6 @@ return [
|
||||
'sendmail' => 'Gửi mail',
|
||||
'sendmail_path' => 'Đường dẫn gửi mail',
|
||||
'sendmail_path_comment' => 'Please specify the path of the sendmail program.',
|
||||
'mailgun' => 'Mailgun',
|
||||
'mailgun_domain' => 'Tên miền trên Mailgun',
|
||||
'mailgun_domain_comment' => 'Điền tên miền trên Mailgun',
|
||||
'mailgun_secret' => 'Mã bí mật trên Mailgun(secret key)',
|
||||
'mailgun_secret_comment' => 'Điền vào mã Mailgun API của bạn',
|
||||
'mandrill' => 'Mandrill',
|
||||
'mandrill_secret' => 'Mã bí mật trên Mandrill (secret key)',
|
||||
'mandrill_secret_comment' => 'Điền vào mã Mandrill API của bạn.',
|
||||
'ses' => 'SES',
|
||||
'ses_key' => 'Mã SES',
|
||||
'ses_key_comment' => 'Điền vào mã SES API của bạn',
|
||||
'ses_secret' => 'Mã bí mật trên SES (secret key)',
|
||||
'ses_secret_comment' => 'Điền vào mã bí mật trên SES API của bạn (secret key)',
|
||||
'ses_region' => 'Ku vực SES',
|
||||
'ses_region_comment' => 'Điền vào khu vực SES (ví dụ us-east-1)',
|
||||
'drivers_hint_header' => 'Trình điều khiển chưa được cài đặt',
|
||||
'drivers_hint_content' => 'Phương thức gửi mail này cần phải cài ":plugin" plugin, bạn cần phải cài đặt nó trước mới gửi được mail'
|
||||
],
|
||||
'mail_templates' => [
|
||||
'menu_label' => 'Các mẫu mail',
|
||||
|
@ -127,16 +127,6 @@ return [
|
||||
'sendmail' => 'Sendmail',
|
||||
'sendmail_path' => 'Sendmail 路径',
|
||||
'sendmail_path_comment' => '请确认 Sendmail 路径.',
|
||||
'mailgun' => 'Mailgun',
|
||||
'mailgun_domain' => 'Mailgun 域名',
|
||||
'mailgun_domain_comment' => '请确认 Mailgun 域名.',
|
||||
'mailgun_secret' => 'Mailgun Secret',
|
||||
'mailgun_secret_comment' => '输入你的 Mailgun API key.',
|
||||
'mandrill' => 'Mandrill',
|
||||
'mandrill_secret' => 'Mandrill Secret',
|
||||
'mandrill_secret_comment' => '输入你的 Mandrill API key.',
|
||||
'drivers_hint_header' => '驱动未安装',
|
||||
'drivers_hint_content' => '这个邮件发送方法需要安装插件":plugin"。'
|
||||
],
|
||||
'mail_templates' => [
|
||||
'menu_label' => '邮件模板',
|
||||
|
@ -120,14 +120,6 @@ return [
|
||||
'sendmail' => 'Sendmail',
|
||||
'sendmail_path' => 'Sendmail 路徑',
|
||||
'sendmail_path_comment' => '請確認 Sendmail 路徑.',
|
||||
'mailgun' => 'Mailgun',
|
||||
'mailgun_domain' => 'Mailgun 域名',
|
||||
'mailgun_domain_comment' => '請確認 Mailgun 域名.',
|
||||
'mailgun_secret' => 'Mailgun Secret',
|
||||
'mailgun_secret_comment' => '輸入您的 Mailgun API key.',
|
||||
'mandrill' => 'Mandrill',
|
||||
'mandrill_secret' => 'Mandrill Secret',
|
||||
'mandrill_secret_comment' => '輸入您的 Mandrill API key.'
|
||||
],
|
||||
'mail_templates' => [
|
||||
'menu_label' => '郵件模板',
|
||||
|
@ -17,10 +17,6 @@ class MailSetting extends Model
|
||||
const MODE_MAIL = 'mail';
|
||||
const MODE_SENDMAIL = 'sendmail';
|
||||
const MODE_SMTP = 'smtp';
|
||||
const MODE_MAILGUN = 'mailgun';
|
||||
const MODE_MANDRILL = 'mandrill';
|
||||
const MODE_SES = 'ses';
|
||||
const MODE_SPARKPOST = 'sparkpost';
|
||||
|
||||
/**
|
||||
* @var array Behaviors implemented by this model.
|
||||
@ -84,10 +80,6 @@ class MailSetting extends Model
|
||||
static::MODE_MAIL => 'system::lang.mail.php_mail',
|
||||
static::MODE_SENDMAIL => 'system::lang.mail.sendmail',
|
||||
static::MODE_SMTP => 'system::lang.mail.smtp',
|
||||
static::MODE_MAILGUN => 'system::lang.mail.mailgun',
|
||||
static::MODE_MANDRILL => 'system::lang.mail.mandrill',
|
||||
static::MODE_SES => 'system::lang.mail.ses',
|
||||
static::MODE_SPARKPOST => 'system::lang.mail.sparkpost',
|
||||
];
|
||||
}
|
||||
|
||||
@ -95,51 +87,32 @@ class MailSetting extends Model
|
||||
{
|
||||
$config = App::make('config');
|
||||
$settings = self::instance();
|
||||
$config->set('mail.driver', $settings->send_mode);
|
||||
$config->set('mail.default', $settings->send_mode);
|
||||
$config->set('mail.from.name', $settings->sender_name);
|
||||
$config->set('mail.from.address', $settings->sender_email);
|
||||
|
||||
switch ($settings->send_mode) {
|
||||
case self::MODE_SMTP:
|
||||
$config->set('mail.host', $settings->smtp_address);
|
||||
$config->set('mail.port', $settings->smtp_port);
|
||||
$config->set('mail.mailers.smtp.host', $settings->smtp_address);
|
||||
$config->set('mail.mailers.smtp.port', $settings->smtp_port);
|
||||
if ($settings->smtp_authorization) {
|
||||
$config->set('mail.username', $settings->smtp_user);
|
||||
$config->set('mail.password', $settings->smtp_password);
|
||||
$config->set('mail.mailers.smtp.username', $settings->smtp_user);
|
||||
$config->set('mail.mailers.smtp.password', $settings->smtp_password);
|
||||
}
|
||||
else {
|
||||
$config->set('mail.username', null);
|
||||
$config->set('mail.password', null);
|
||||
$config->set('mail.mailers.smtp.username', null);
|
||||
$config->set('mail.mailers.smtp.password', null);
|
||||
}
|
||||
if ($settings->smtp_encryption) {
|
||||
$config->set('mail.encryption', $settings->smtp_encryption);
|
||||
$config->set('mail.mailers.smtp.encryption', $settings->smtp_encryption);
|
||||
}
|
||||
else {
|
||||
$config->set('mail.encryption', null);
|
||||
$config->set('mail.mailers.smtp.encryption', null);
|
||||
}
|
||||
break;
|
||||
|
||||
case self::MODE_SENDMAIL:
|
||||
$config->set('mail.sendmail', $settings->sendmail_path);
|
||||
break;
|
||||
|
||||
case self::MODE_MAILGUN:
|
||||
$config->set('services.mailgun.domain', $settings->mailgun_domain);
|
||||
$config->set('services.mailgun.secret', $settings->mailgun_secret);
|
||||
break;
|
||||
|
||||
case self::MODE_MANDRILL:
|
||||
$config->set('services.mandrill.secret', $settings->mandrill_secret);
|
||||
break;
|
||||
|
||||
case self::MODE_SES:
|
||||
$config->set('services.ses.key', $settings->ses_key);
|
||||
$config->set('services.ses.secret', $settings->ses_secret);
|
||||
$config->set('services.ses.region', $settings->ses_region);
|
||||
break;
|
||||
|
||||
case self::MODE_SPARKPOST:
|
||||
$config->set('services.sparkpost.secret', $settings->sparkpost_secret);
|
||||
$config->set('mail.mailers.sendmail.path', $settings->sendmail_path);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
@ -1,11 +1,4 @@
|
||||
<?php if (!System\Classes\PluginManager::instance()->hasPlugin('Winter.Drivers')): ?>
|
||||
<div class="callout callout-warning fade in no-subheader">
|
||||
<div class="header">
|
||||
<i class="icon-exclamation-circle"></i>
|
||||
<h3><?= e(trans('system::lang.mail.drivers_hint_header')) ?></h3>
|
||||
</div>
|
||||
<div class="content">
|
||||
<p><?= e(trans('system::lang.mail.drivers_hint_content', ['plugin' => 'Winter.Drivers'])) ?></p>
|
||||
</div>
|
||||
</div>
|
||||
<?php endif ?>
|
||||
<?php
|
||||
|
||||
$docUrl = 'https://wintercms.com/docs/services/mail#drivers';
|
||||
echo trans('system::lang.mail.drivers_hint_content', ['url'=>$docUrl]);
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
tabs:
|
||||
fields:
|
||||
|
||||
sender_name:
|
||||
label: system::lang.mail.sender_name
|
||||
span: auto
|
||||
@ -16,20 +15,16 @@ tabs:
|
||||
type: email
|
||||
tab: system::lang.mail.general
|
||||
|
||||
driver_hint:
|
||||
type: hint
|
||||
path: ~/modules/system/models/mailsetting/_drivers_hint.htm
|
||||
tab: system::lang.mail.general
|
||||
|
||||
send_mode:
|
||||
label: system::lang.mail.method
|
||||
type: dropdown
|
||||
tab: system::lang.mail.general
|
||||
|
||||
drivers_hint:
|
||||
type: partial
|
||||
path: ~/modules/system/models/mailsetting/_drivers_hint.htm
|
||||
tab: system::lang.mail.general
|
||||
trigger:
|
||||
action: show
|
||||
field: send_mode
|
||||
condition: value[mandrill][mailgun][ses]
|
||||
|
||||
smtp_address:
|
||||
label: system::lang.mail.smtp_address
|
||||
tab: system::lang.mail.general
|
||||
@ -96,35 +91,6 @@ tabs:
|
||||
field: send_mode
|
||||
condition: value[sendmail]
|
||||
|
||||
mailgun_domain:
|
||||
label: system::lang.mail.mailgun_domain
|
||||
commentAbove: system::lang.mail.mailgun_domain_comment
|
||||
tab: system::lang.mail.general
|
||||
trigger:
|
||||
action: show
|
||||
field: send_mode
|
||||
condition: value[mailgun]
|
||||
|
||||
mailgun_secret:
|
||||
label: system::lang.mail.mailgun_secret
|
||||
commentAbove: system::lang.mail.mailgun_secret_comment
|
||||
tab: system::lang.mail.general
|
||||
type: sensitive
|
||||
trigger:
|
||||
action: show
|
||||
field: send_mode
|
||||
condition: value[mailgun]
|
||||
|
||||
mandrill_secret:
|
||||
label: system::lang.mail.mandrill_secret
|
||||
commentAbove: system::lang.mail.mandrill_secret_comment
|
||||
tab: system::lang.mail.general
|
||||
type: sensitive
|
||||
trigger:
|
||||
action: show
|
||||
field: send_mode
|
||||
condition: value[mandrill]
|
||||
|
||||
ses_key:
|
||||
label: system::lang.mail.ses_key
|
||||
commentAbove: system::lang.mail.ses_key_comment
|
||||
@ -155,13 +121,3 @@ tabs:
|
||||
action: show
|
||||
field: send_mode
|
||||
condition: value[ses]
|
||||
|
||||
sparkpost_secret:
|
||||
label: system::lang.mail.sparkpost_secret
|
||||
commentAbove: system::lang.mail.sparkpost_secret_comment
|
||||
type: sensitive
|
||||
tab: system::lang.mail.general
|
||||
trigger:
|
||||
action: show
|
||||
field: send_mode
|
||||
condition: value[sparkpost]
|
||||
|
Loading…
x
Reference in New Issue
Block a user