Skip to content

Commit

Permalink
add code send lang
Browse files Browse the repository at this point in the history
  • Loading branch information
xxl4 committed Jun 26, 2024
1 parent 13d8f2d commit 5648544
Show file tree
Hide file tree
Showing 16 changed files with 112 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Resources/lang/ar/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -473,4 +473,11 @@
],
],
],
"email" => [
"customers" => [
"sendcode" => [
"subject" => "رمز التحقق الخاص بك",
]
]
],
];
7 changes: 7 additions & 0 deletions src/Resources/lang/de/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -467,4 +467,11 @@
],
],
],
"email" => [
"customers" => [
"sendcode" => [
"subject" => "Bestätigungscode senden"
]
]
],
];
7 changes: 7 additions & 0 deletions src/Resources/lang/es/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -473,4 +473,11 @@
],
],
],
"email" => [
"customers" => [
"sendcode" => [
"subject" => "Código de verificación de la cuenta",
]
]
],
];
7 changes: 7 additions & 0 deletions src/Resources/lang/fa/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -473,4 +473,11 @@
],
],
],
"email" => [
"customers" => [
"sendcode" => [
"subject" => "کد تأیید حساب شما",
]
]
],
];
7 changes: 7 additions & 0 deletions src/Resources/lang/fr/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -472,4 +472,11 @@
],
],
],
"email" => [
"customers" => [
"sendcode" => [
"subject" => "Code de vérification de l'email",
]
]
],
];
7 changes: 7 additions & 0 deletions src/Resources/lang/he/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -473,4 +473,11 @@
],
],
],
"email" => [
"customers" => [
"sendcode" => [
"subject" => "קוד אימות חדש",
]
]
],
];
7 changes: 7 additions & 0 deletions src/Resources/lang/hi_IN/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -473,4 +473,11 @@
],
],
],
"email" => [
"customers" => [
"sendcode" => [
"subject" => "आपका ईमेल सत्यापित करें",
]
]
],
];
7 changes: 7 additions & 0 deletions src/Resources/lang/it/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -473,4 +473,11 @@
],
],
],
"email" => [
"customers" => [
"sendcode" => [
"subject" => "Codice di verifica dell'email",
]
]
],
];
7 changes: 7 additions & 0 deletions src/Resources/lang/ja/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -473,4 +473,11 @@
],
],
],
"email" => [
"customers" => [
"sendcode" => [
"subject" => "コードの確認",
]
]
],
];
7 changes: 7 additions & 0 deletions src/Resources/lang/nl/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -473,4 +473,11 @@
],
],
],
"email" => [
"customers" => [
"sendcode" => [
"subject" => "Verificatiecode",
]
]
],
];
7 changes: 7 additions & 0 deletions src/Resources/lang/pl/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -473,4 +473,11 @@
],
],
],
"email" => [
"customers" => [
"sendcode" => [
"subject" => "Kod weryfikacyjny Twojego konta",
]
]
],
];
7 changes: 7 additions & 0 deletions src/Resources/lang/pt_BR/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -473,4 +473,11 @@
],
],
],
"email" => [
"customers" => [
"sendcode" => [
"subject" => "Código de verificação de e-mail",
]
]
],
];
7 changes: 7 additions & 0 deletions src/Resources/lang/ru/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -473,4 +473,11 @@
],
],
],
"email" => [
"customers" => [
"sendcode" => [
"subject" => "Код подтверждения"
]
]
],
];
7 changes: 7 additions & 0 deletions src/Resources/lang/sin/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -473,4 +473,11 @@
],
],
],
"email" => [
"customers" => [
"sendcode" => [
"subject" => "ඔබගේ ගිණුම සත්‍යාපනය කිරීම",
]
]
],
];
7 changes: 7 additions & 0 deletions src/Resources/lang/tr/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -473,4 +473,11 @@
],
],
],
"email" => [
"customers" => [
"sendcode" => [
"subject" => "Doğrulama Kodu",
]
]
],
];
7 changes: 7 additions & 0 deletions src/Resources/lang/zh_CN/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -473,4 +473,11 @@
],
],
],
"email" => [
"customers" => [
"sendcode" => [
"subject" => "您的验证码",
]
]
],
];

0 comments on commit 5648544

Please sign in to comment.