Skip to content

Commit 5480eb2

Browse files
committed
translations and return url for account activation
1 parent 9229c1f commit 5480eb2

13 files changed

Lines changed: 46 additions & 27 deletions

File tree

messages/config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
'sourcePath' => __DIR__ . '/../',
66
// array, required, list of language codes that the extracted messages
77
// should be translated to. For example, ['zh-CN', 'de'].
8-
'languages' => ['cz', 'de', 'ru','pt-BR','ko-KR'],
8+
'languages' => ['cs', 'de', 'ru','pt-BR','ko-KR'],
99
// string, the name of the function for translating messages.
1010
// Defaults to 'Yii::t'. This is used as a mark to find the messages to be
1111
// translated. You may use a string for single function name or an array for
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
return [
2020
'Active' => '',
2121
'Are you sure you want to delete this user?' => '',
22+
'Banned' => '',
2223
'Bind to IP' => '',
2324
'Browser' => '',
2425
'Change own password' => '',
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
'Check your e-mail {email} for instructions to activate account' => '',
2424
'Confirm' => '',
2525
'Confirm E-mail' => '',
26+
'Continue' => '',
2627
'Could not send confirmation email' => '',
2728
'E-mail confirmation for' => '',
2829
'E-mail confirmed' => '',

messages/de/back.php

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,22 @@
1717
* NOTE: this file must be saved in UTF-8 encoding.
1818
*/
1919
return [
20+
'Banned' => '',
21+
'Browser' => '',
22+
'Code' => '',
23+
'E-mail with activation link has been sent to <b>{email}</b>. This link will expire in {minutes} min.' => '',
24+
'Login' => '',
25+
'Name' => '',
26+
'Status' => '',
2027
'Active' => 'Aktiv',
2128
'Are you sure you want to delete this user?' => 'Wollen Sie diesen Benutzer wirklich löschen?',
2229
'Bind to IP' => 'An IP binden',
23-
'Browser' => '',
2430
'Change own password' => 'Eigenes Passwort ändern',
2531
'Change password' => 'Passwort ändern',
2632
'Changing password' => 'Ändere Passwort',
2733
'Changing password for user: ' => 'Ändere Passwort von Benutzer: ',
2834
'Child permissions' => 'Kind-Berechtigungen',
2935
'Child roles' => 'Kind-Rollen',
30-
'Code' => '',
3136
'Create' => 'Erstellen',
3237
'Created' => 'Erstellt',
3338
'Creating permission group' => 'Erstelle Berechtigungs-Gruppe',
@@ -36,7 +41,6 @@
3641
'Delete' => 'Löschen',
3742
'Description' => 'Beschreibung',
3843
'E-mail confirmed' => 'E-Mail bestätigt',
39-
'E-mail with activation link has been sent to <b>{email}</b>. This link will expire in {minutes} min.' => '',
4044
'Edit' => 'Bearbeiten',
4145
'Editing' => 'Bearbeite',
4246
'Editing permission group' => 'Bearbeite Berechtigungs-Gruppe',
@@ -47,8 +51,6 @@
4751
'Group' => 'Gruppe',
4852
'Inactive' => 'Inaktiv',
4953
'Language' => 'Sprache',
50-
'Login' => '',
51-
'Name' => '',
5254
'OS' => 'Betriebssystem',
5355
'Password' => 'Passwort',
5456
'Password has been changed' => 'Passwort wurde geändert',
@@ -69,7 +71,6 @@
6971
'Saved' => 'Gespeichert',
7072
'Search' => 'Suchen',
7173
'Settings for permission' => 'Einstellungen für Berechtigung',
72-
'Status' => '',
7374
'Superadmin' => 'Super-Administrator',
7475
'Too many attempts' => 'Zu viele Versuche',
7576
'Type' => 'Typ',

messages/de/front.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@
1818
*/
1919
return [
2020
'Captcha' => '',
21-
'Check your e-mail {email} for instructions to activate account' => 'Überprüfen Sie Ihre E-Mail-Adresse {email} für weitere Anweisungen zur Kontoaktivierung',
22-
'Could not send confirmation email' => 'E-Mail zur Kontoaktivierung konnte nicht versandt werden',
21+
'Continue' => 'Fortsetzen',
2322
'Login' => '',
24-
'Registration - confirm your e-mail' => 'Registrierung - bestätigen Sie Ihre E-Mail-Adresse',
2523
'Authorization' => 'Autorisierung',
2624
'Check your E-mail for further instructions' => 'Überprüfen Sie Ihre E-Mail-Adresse für weitere Anweisungen',
25+
'Check your e-mail {email} for instructions to activate account' => 'Überprüfen Sie Ihre E-Mail-Adresse {email} für weitere Anweisungen zur Kontoaktivierung',
2726
'Confirm' => 'Bestätigen',
2827
'Confirm E-mail' => 'E-Mail bestätigen',
28+
'Could not send confirmation email' => 'E-Mail zur Kontoaktivierung konnte nicht versandt werden',
2929
'E-mail confirmation for' => 'E-Mail-Bestätigung für',
3030
'E-mail confirmed' => 'E-Mail bestätigt',
3131
'E-mail is invalid' => 'E-Mail ist ungültig',
@@ -38,6 +38,7 @@
3838
'Recover' => 'Wiederherstellen',
3939
'Register' => 'Registrieren',
4040
'Registration' => 'Registrierung',
41+
'Registration - confirm your e-mail' => 'Registrierung - bestätigen Sie Ihre E-Mail-Adresse',
4142
'Remember me' => 'Login merken',
4243
'Repeat password' => 'Passwort wiederholen',
4344
'This E-mail already exists' => 'Diese E-Mail existiert bereits',

messages/ko-KR/back.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
* NOTE: this file must be saved in UTF-8 encoding.
1818
*/
1919
return [
20+
'Banned' => '',
2021
'Active' => '활성',
2122
'Are you sure you want to delete this user?' => '이 사용자를 삭제하시겠습니까?',
2223
'Bind to IP' => '아이피에 바인드',

messages/ko-KR/front.php

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,13 @@
1717
* NOTE: this file must be saved in UTF-8 encoding.
1818
*/
1919
return [
20-
'Captcha' => '',
21-
'Check your e-mail {email} for instructions to activate account' => '',
22-
'Could not send confirmation email' => '',
23-
'Login' => '',
24-
'Registration - confirm your e-mail' => '',
25-
'Authorization' => 'Authorisierung',
20+
'Captcha' => '보안 문자',
21+
'Check your e-mail {email} for instructions to activate account' => '계정을 활성화 하기위한 지침은 전자 메일 { 이메일을 확인 }',
22+
'Continue' => '계속',
23+
'Could not send confirmation email' => '확인 이메일을 보낼 수 없습니다',
24+
'Login' => '로그인',
25+
'Registration - confirm your e-mail' => '등록 - 귀하의 E-mail 확인',
26+
'Authorization' => '권한 부여',
2627
'Check your E-mail for further instructions' => '다음에 따라 이메일을 체크해주세요',
2728
'Confirm' => '확인',
2829
'Confirm E-mail' => 'E-Mail 확인',

messages/pt-BR/back.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
* NOTE: this file must be saved in UTF-8 encoding.
1818
*/
1919
return [
20+
'Banned' => '',
21+
'Superadmin' => '',
2022
'Active' => 'Ativo',
2123
'Are you sure you want to delete this user?' => 'Você tem certeza de que deseja excluir este usuário?',
2224
'Bind to IP' => 'Vincular a IP',
@@ -36,7 +38,7 @@
3638
'Delete' => 'Excluir',
3739
'Description' => 'Descrição',
3840
'E-mail confirmed' => 'E-mail confirmado',
39-
'E-mail with activation link has been sent to <b>{email}</b>. This link will expire in {minutes} min.' =>'Um e-mail com o link de ativação foi enviado para <b>{email}</b>. Este link irá expirar em {minutes} minutos.',
41+
'E-mail with activation link has been sent to <b>{email}</b>. This link will expire in {minutes} min.' => 'Um e-mail com o link de ativação foi enviado para <b>{email}</b>. Este link irá expirar em {minutes} minutos.',
4042
'Edit' => 'Editar',
4143
'Editing' => 'Editando',
4244
'Editing permission group' => 'Editando grupo de permissões',
@@ -70,7 +72,6 @@
7072
'Search' => 'Buscar',
7173
'Settings for permission' => 'Configurações de permissões',
7274
'Status' => 'Status',
73-
'Superadmin' => '',
7475
'Too many attempts' => 'Muitas tentativas',
7576
'Type' => 'Tipo',
7677
'Updated' => 'Atualizado',

messages/pt-BR/front.php

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,26 +18,27 @@
1818
*/
1919
return [
2020
'Captcha' => '',
21-
'Check your e-mail {email} for instructions to activate account' => 'Verifique seu e-mail {mail} para obter instruções para ativar a conta',
22-
'Could not send confirmation email' => 'Não foi possível enviar email de confirmação',
23-
'Login' => 'Usuário',
24-
'Registration - confirm your e-mail' => 'Registro - Confirmar seu e-mail',
21+
'Continue' => 'Continuar',
2522
'Authorization' => 'Autorização',
2623
'Check your E-mail for further instructions' => 'Verifique seu e-mail para maiores instruções',
24+
'Check your e-mail {email} for instructions to activate account' => 'Verifique seu e-mail {mail} para obter instruções para ativar a conta',
2725
'Confirm' => 'Confirmar',
2826
'Confirm E-mail' => 'Confirmar E-mail',
27+
'Could not send confirmation email' => 'Não foi possível enviar email de confirmação',
2928
'E-mail confirmation for' => 'Confirmação de e-mail para',
3029
'E-mail confirmed' => 'E-mail confirmado',
3130
'E-mail is invalid' => 'E-mail inválido',
3231
'Forgot password ?' => 'Esqueceu a senha?',
3332
'Incorrect username or password.' => 'Nome do usuário ou senha incorreta.',
33+
'Login' => 'Usuário',
3434
'Login has been taken' => 'Este login já existe',
3535
'Password' => 'Senha',
3636
'Password recovery' => 'Recuperação de senha',
3737
'Password reset for' => 'Redefinição de senha para',
3838
'Recover' => 'Recuperar',
3939
'Register' => 'Registrar',
4040
'Registration' => 'Registro',
41+
'Registration - confirm your e-mail' => 'Registro - Confirmar seu e-mail',
4142
'Remember me' => 'Lembrar',
4243
'Repeat password' => 'Repita a senha',
4344
'This E-mail already exists' => 'Este E-mail já existe',

messages/ru/back.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* NOTE: this file must be saved in UTF-8 encoding.
1818
*/
1919
return [
20-
'Saved' => 'Сохранено',
20+
'Banned' => '',
2121
'Active' => 'Активен',
2222
'Are you sure you want to delete this user?' => 'Вы уверены, что хотите удалить этого пользователя ?',
2323
'Bind to IP' => 'Привязать к IP',
@@ -67,6 +67,7 @@
6767
'Roles and permissions for user:' => 'Роли и права для пользователя',
6868
'Rule' => 'Правило',
6969
'Save' => 'Сохранить',
70+
'Saved' => 'Сохранено',
7071
'Search' => 'Поиск',
7172
'Settings for permission' => 'Настройки для права',
7273
'Status' => 'Статус',

0 commit comments

Comments
 (0)