Skip to content

Commit 552a6d1

Browse files
committed
Added more improvements about i18n
1 parent c9d81b4 commit 552a6d1

10 files changed

Lines changed: 97 additions & 30 deletions

File tree

messages/cs/back.php

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,15 @@
2929
'Child permissions' => '',
3030
'Child roles' => '',
3131
'Code' => '',
32+
'Confirmation Token' => '',
3233
'Create' => '',
3334
'Created' => '',
3435
'Creating permission group' => '',
3536
'Current password' => '',
3637
'Data' => '',
3738
'Delete' => '',
3839
'Description' => '',
40+
'E-mail' => '',
3941
'E-mail confirmed' => '',
4042
'E-mail with activation link has been sent to <b>{email}</b>. This link will expire in {minutes} min.' => '',
4143
'Edit' => '',
@@ -56,20 +58,25 @@
5658
'Permission creation' => '',
5759
'Permission groups' => '',
5860
'Permissions' => '',
59-
'Permissions for role - "{role}"' => '',
6061
'Permissions for role:' => '',
62+
'Refresh routes' => '',
63+
'Refresh routes (and delete unused)' => '',
6164
'Registration IP' => '',
6265
'Repeat password' => '',
6366
'Reset' => '',
6467
'Role creation' => '',
6568
'Roles' => '',
6669
'Roles and permissions' => '',
6770
'Roles and permissions for user:' => '',
71+
'Routes that are not exists in this application will be deleted. Do not recommended for application with "advanced" structure, because frontend and backend have they own set of routes.' => '',
6872
'Rule' => '',
6973
'Save' => '',
7074
'Saved' => '',
7175
'Search' => '',
76+
'Search route' => '',
7277
'Settings for permission' => '',
78+
'Show all' => '',
79+
'Show only selected' => '',
7380
'Status' => '',
7481
'Superadmin' => '',
7582
'Too many attempts' => '',

messages/de/back.php

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Message translations.
44
*
5-
* This file is automatically generated by 'yii message' command.
5+
* This file is automatically generated by 'yii message/extract' command.
66
* It contains the localizable messages extracted from source code.
77
* You may modify this file by translating the extracted messages.
88
*
@@ -17,30 +17,29 @@
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' => '',
2720
'Active' => 'Aktiv',
2821
'Are you sure you want to delete this user?' => 'Wollen Sie diesen Benutzer wirklich löschen?',
22+
'Banned' => '',
2923
'Bind to IP' => 'An IP binden',
24+
'Browser' => '',
3025
'Change own password' => 'Eigenes Passwort ändern',
3126
'Change password' => 'Passwort ändern',
3227
'Changing password' => 'Ändere Passwort',
3328
'Changing password for user: ' => 'Ändere Passwort von Benutzer: ',
3429
'Child permissions' => 'Kind-Berechtigungen',
3530
'Child roles' => 'Kind-Rollen',
31+
'Code' => '',
32+
'Confirmation Token' => '',
3633
'Create' => 'Erstellen',
3734
'Created' => 'Erstellt',
3835
'Creating permission group' => 'Erstelle Berechtigungs-Gruppe',
3936
'Current password' => 'Aktuelles Passwort',
4037
'Data' => 'Daten',
4138
'Delete' => 'Löschen',
4239
'Description' => 'Beschreibung',
40+
'E-mail' => '',
4341
'E-mail confirmed' => 'E-Mail bestätigt',
42+
'E-mail with activation link has been sent to <b>{email}</b>. This link will expire in {minutes} min.' => '',
4443
'Edit' => 'Bearbeiten',
4544
'Editing' => 'Bearbeite',
4645
'Editing permission group' => 'Bearbeite Berechtigungs-Gruppe',
@@ -51,26 +50,34 @@
5150
'Group' => 'Gruppe',
5251
'Inactive' => 'Inaktiv',
5352
'Language' => 'Sprache',
53+
'Login' => '',
54+
'Name' => '',
5455
'OS' => 'Betriebssystem',
5556
'Password' => 'Passwort',
5657
'Password has been changed' => 'Passwort wurde geändert',
5758
'Permission creation' => 'Berechtigungserstellung',
5859
'Permission groups' => 'Berechtigungs-Gruppen',
5960
'Permissions' => 'Berechtigungen',
60-
'Permissions for role - "{role}"' => 'Berechtigungen für Rolle - "{role}"',
6161
'Permissions for role:' => 'Berechtigungen für Rolle',
62+
'Refresh routes' => '',
63+
'Refresh routes (and delete unused)' => '',
6264
'Registration IP' => 'Registrierung IP',
6365
'Repeat password' => 'Passwort wiederholen',
6466
'Reset' => 'Zurücksetzen',
6567
'Role creation' => 'Rollenerstellung',
6668
'Roles' => 'Rollen',
6769
'Roles and permissions' => 'Rollen und Berechtigungen',
6870
'Roles and permissions for user:' => 'Rollen und Berechtigungen von Benutzer:',
71+
'Routes that are not exists in this application will be deleted. Do not recommended for application with "advanced" structure, because frontend and backend have they own set of routes.' => '',
6972
'Rule' => 'Rolle',
7073
'Save' => 'Speichern',
7174
'Saved' => 'Gespeichert',
7275
'Search' => 'Suchen',
76+
'Search route' => '',
7377
'Settings for permission' => 'Einstellungen für Berechtigung',
78+
'Show all' => '',
79+
'Show only selected' => '',
80+
'Status' => '',
7481
'Superadmin' => 'Super-Administrator',
7582
'Too many attempts' => 'Zu viele Versuche',
7683
'Type' => 'Typ',

messages/fr/back.php

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,21 @@
11
<?php
2+
/**
3+
* Message translations.
4+
*
5+
* This file is automatically generated by 'yii message/extract' command.
6+
* It contains the localizable messages extracted from source code.
7+
* You may modify this file by translating the extracted messages.
8+
*
9+
* Each array element represents the translation (value) of a message (key).
10+
* If the value is empty, the message is considered as not translated.
11+
* Messages that no longer need translation will have their translations
12+
* enclosed between a pair of '@@' marks.
13+
*
14+
* Message string can be used with plural forms format. Check i18n section
15+
* of the guide for details.
16+
*
17+
* NOTE: this file must be saved in UTF-8 encoding.
18+
*/
219
return [
320
'Active' => 'Actif',
421
'Are you sure you want to delete this user?' => 'Etes-vous sûre de vouloir supprimer cet utilisateur ?',
@@ -12,13 +29,15 @@
1229
'Child permissions' => 'Sous-permissions ',
1330
'Child roles' => 'Sous-rôles',
1431
'Code' => 'Code',
32+
'Confirmation Token' => '',
1533
'Create' => 'Créer',
1634
'Created' => 'Créé le',
1735
'Creating permission group' => 'Création de groupe de permission ',
1836
'Current password' => 'Mot de passe courant',
1937
'Data' => 'Données',
2038
'Delete' => 'Supprimer',
2139
'Description' => 'Description',
40+
'E-mail' => '',
2241
'E-mail confirmed' => 'Confirmation d\'email',
2342
'E-mail with activation link has been sent to <b>{email}</b>. This link will expire in {minutes} min.' => 'Un email comportant un lien d\'activation a été envoyé à <b>{email}</b>. Ce lien expirera dans {minutes} min.',
2443
'Edit' => 'Modifier',
@@ -39,20 +58,25 @@
3958
'Permission creation' => 'Création de permission',
4059
'Permission groups' => 'Groupes de permission',
4160
'Permissions' => 'Permissions',
42-
'Permissions for role - "{role}"' => 'Permissions pour le rôle - "{role}"',
4361
'Permissions for role:' => 'Permission pour le rôle:',
62+
'Refresh routes' => '',
63+
'Refresh routes (and delete unused)' => '',
4464
'Registration IP' => 'Adresse IP d\'enregistrement',
4565
'Repeat password' => 'Répétez le mot de passe',
4666
'Reset' => 'Remise à zéro',
4767
'Role creation' => 'Création de rôle',
4868
'Roles' => 'Rôles',
4969
'Roles and permissions' => 'Rôles et permissions',
5070
'Roles and permissions for user:' => 'Rôles et permissions pour l\'utilisateur:',
71+
'Routes that are not exists in this application will be deleted. Do not recommended for application with "advanced" structure, because frontend and backend have they own set of routes.' => '',
5172
'Rule' => 'Rêgle',
5273
'Save' => 'Enregistrer',
5374
'Saved' => 'Enregistrement',
5475
'Search' => 'Rechercher',
76+
'Search route' => '',
5577
'Settings for permission' => 'Réglages pour permission',
78+
'Show all' => '',
79+
'Show only selected' => '',
5680
'Status' => 'Statut',
5781
'Superadmin' => 'Superadmin',
5882
'Too many attempts' => 'Trop de tentatives',

messages/ko-KR/back.php

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Message translations.
44
*
5-
* This file is automatically generated by 'yii message' command.
5+
* This file is automatically generated by 'yii message/extract' command.
66
* It contains the localizable messages extracted from source code.
77
* You may modify this file by translating the extracted messages.
88
*
@@ -17,9 +17,9 @@
1717
* NOTE: this file must be saved in UTF-8 encoding.
1818
*/
1919
return [
20-
'Banned' => '',
2120
'Active' => '활성',
2221
'Are you sure you want to delete this user?' => '이 사용자를 삭제하시겠습니까?',
22+
'Banned' => '',
2323
'Bind to IP' => '아이피에 바인드',
2424
'Browser' => '브라우져',
2525
'Change own password' => '자신의 암호를 변경',
@@ -29,13 +29,15 @@
2929
'Child permissions' => '자식 권한',
3030
'Child roles' => '자식 역할',
3131
'Code' => '코드',
32+
'Confirmation Token' => '',
3233
'Create' => '생성',
3334
'Created' => '성됨',
3435
'Creating permission group' => '권한 그룹 생성중',
3536
'Current password' => '현재 암호',
3637
'Data' => '데이터',
3738
'Delete' => '삭제',
3839
'Description' => '설명',
40+
'E-mail' => '',
3941
'E-mail confirmed' => 'E-Mail 승인됨',
4042
'E-mail with activation link has been sent to <b>{email}</b>. This link will expire in {minutes} min.' => '<b>{email}</b> 로 계정 활성화 링크를 보냈습니다. 이 메일은 {minutes}분 동안 유효합니다',
4143
'Edit' => '편집',
@@ -56,20 +58,25 @@
5658
'Permission creation' => '권한 생성',
5759
'Permission groups' => '권한 그룹들',
5860
'Permissions' => '권한들',
59-
'Permissions for role - "{role}"' => '역할을 위한 권한 - "{role}"',
6061
'Permissions for role:' => '역할을 위한 권한',
62+
'Refresh routes' => '',
63+
'Refresh routes (and delete unused)' => '',
6164
'Registration IP' => '등록 IP',
6265
'Repeat password' => '암호 반복',
6366
'Reset' => '재설정',
6467
'Role creation' => '역할 생성',
6568
'Roles' => '역할들',
6669
'Roles and permissions' => '역할과 권한',
6770
'Roles and permissions for user:' => '사용자를 위한역할과 권한:',
71+
'Routes that are not exists in this application will be deleted. Do not recommended for application with "advanced" structure, because frontend and backend have they own set of routes.' => '',
6872
'Rule' => '규칙',
6973
'Save' => '저장',
7074
'Saved' => '저장됨',
7175
'Search' => '검색',
76+
'Search route' => '',
7277
'Settings for permission' => '권한을 위한설정',
78+
'Show all' => '',
79+
'Show only selected' => '',
7380
'Status' => '상태',
7481
'Superadmin' => '슈퍼 관리자',
7582
'Too many attempts' => '너무 많은 시도들',

messages/pl/back.php

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Message translations.
44
*
5-
* This file is automatically generated by 'yii message' command.
5+
* This file is automatically generated by 'yii message/extract' command.
66
* It contains the localizable messages extracted from source code.
77
* You may modify this file by translating the extracted messages.
88
*
@@ -19,6 +19,7 @@
1919
return [
2020
'Active' => 'Aktywny',
2121
'Are you sure you want to delete this user?' => 'Czy na pewno chcesz usunąć tego użytkownika?',
22+
'Banned' => 'Zbanowany',
2223
'Bind to IP' => 'Przypisz do IP',
2324
'Browser' => 'Przeglądarka',
2425
'Change own password' => 'Zmień swoje hasło',
@@ -28,13 +29,15 @@
2829
'Child permissions' => 'Podrzędne uprawnienia',
2930
'Child roles' => 'Podrzędne role',
3031
'Code' => 'Kod',
32+
'Confirmation Token' => '',
3133
'Create' => 'Utwórz',
3234
'Created' => 'Utworzone',
3335
'Creating permission group' => 'Tworzenie grupy uprawnień',
3436
'Current password' => 'Aktualne hasło',
3537
'Data' => 'Dane',
3638
'Delete' => 'Usuń',
3739
'Description' => 'Opis',
40+
'E-mail' => '',
3841
'E-mail confirmed' => 'E-mail potwierdzony',
3942
'E-mail with activation link has been sent to <b>{email}</b>. This link will expire in {minutes} min.' => '',
4043
'Edit' => 'Edytuj',
@@ -46,7 +49,6 @@
4649
'For example: 123.34.56.78, 168.111.192.12' => 'Przykładowo: 123.34.56.78, 168.111.192.12',
4750
'Group' => 'Grupa',
4851
'Inactive' => 'Nieaktywny',
49-
'Banned' => 'Zbanowany',
5052
'Language' => 'Język',
5153
'Login' => 'Login',
5254
'Name' => 'Nazwa',
@@ -56,20 +58,25 @@
5658
'Permission creation' => '',
5759
'Permission groups' => 'Grupy uprawnień',
5860
'Permissions' => 'Uprawnienia',
59-
'Permissions for role - "{role}"' => 'Uprawnienia roli - "{role}"',
6061
'Permissions for role:' => 'Uprawnienia roli: ',
62+
'Refresh routes' => '',
63+
'Refresh routes (and delete unused)' => '',
6164
'Registration IP' => 'Adres IP rejestracji',
6265
'Repeat password' => 'Powtórz hasło',
6366
'Reset' => 'Resetuj',
6467
'Role creation' => 'Tworzenie roli',
6568
'Roles' => 'Role',
6669
'Roles and permissions' => 'Role i uprawnienia',
6770
'Roles and permissions for user:' => 'Role i uprawnienia użytkownika: ',
71+
'Routes that are not exists in this application will be deleted. Do not recommended for application with "advanced" structure, because frontend and backend have they own set of routes.' => '',
6872
'Rule' => 'Reguła',
6973
'Save' => 'Zapisz',
7074
'Saved' => 'Zapisano',
7175
'Search' => 'Szukaj',
76+
'Search route' => '',
7277
'Settings for permission' => 'Ustawienia uprawnień',
78+
'Show all' => '',
79+
'Show only selected' => '',
7380
'Status' => '',
7481
'Superadmin' => 'Superadministrator',
7582
'Too many attempts' => 'Zbyt wiele prób',

messages/pt-BR/back.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Message translations.
44
*
5-
* This file is automatically generated by 'yii message' command.
5+
* This file is automatically generated by 'yii message/extract' command.
66
* It contains the localizable messages extracted from source code.
77
* You may modify this file by translating the extracted messages.
88
*

messages/pt-PT/back.php

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Message translations.
44
*
5-
* This file is automatically generated by 'yii message' command.
5+
* This file is automatically generated by 'yii message/extract' command.
66
* It contains the localizable messages extracted from source code.
77
* You may modify this file by translating the extracted messages.
88
*
@@ -19,6 +19,7 @@
1919
return [
2020
'Active' => 'Ativo',
2121
'Are you sure you want to delete this user?' => 'Você tem certeza de que deseja excluir este utilizador?',
22+
'Banned' => '',
2223
'Bind to IP' => 'Víncular ao IP',
2324
'Browser' => 'Navegador',
2425
'Change own password' => 'Alterar a própria senha',
@@ -28,13 +29,15 @@
2829
'Child permissions' => 'Permissões filhas',
2930
'Child roles' => 'Regras filhas',
3031
'Code' => 'Código',
32+
'Confirmation Token' => '',
3133
'Create' => 'Criar',
3234
'Created' => 'Criado',
3335
'Creating permission group' => 'Criando grupo de permissões',
3436
'Current password' => 'Senha atual',
3537
'Data' => 'Dados',
3638
'Delete' => 'Excluir',
3739
'Description' => 'Descrição',
40+
'E-mail' => '',
3841
'E-mail confirmed' => 'E-mail confirmado',
3942
'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 dentro de {minutes} minutos.',
4043
'Edit' => 'Editar',
@@ -55,20 +58,25 @@
5558
'Permission creation' => 'Criação de permissão',
5659
'Permission groups' => 'Grupos de permissão',
5760
'Permissions' => 'Permissões',
58-
'Permissions for role - "{role}"' => 'Permissões da função - "{role}"',
5961
'Permissions for role:' => 'Permissões da função:',
62+
'Refresh routes' => '',
63+
'Refresh routes (and delete unused)' => '',
6064
'Registration IP' => 'Registo do IP',
6165
'Repeat password' => 'Repetir senha',
6266
'Reset' => 'Redefinir',
6367
'Role creation' => 'Criação de função',
6468
'Roles' => 'Funções',
6569
'Roles and permissions' => 'Funções e permissões',
6670
'Roles and permissions for user:' => 'Funções e permissões do utilizador:',
71+
'Routes that are not exists in this application will be deleted. Do not recommended for application with "advanced" structure, because frontend and backend have they own set of routes.' => '',
6772
'Rule' => 'Regra',
6873
'Save' => 'Salvar',
6974
'Saved' => 'Salvo',
7075
'Search' => 'Buscar',
76+
'Search route' => '',
7177
'Settings for permission' => 'Configurações de permissões',
78+
'Show all' => '',
79+
'Show only selected' => '',
7280
'Status' => 'Estado',
7381
'Superadmin' => 'Superadmin',
7482
'Too many attempts' => 'Demasiadas tentativas',

0 commit comments

Comments
 (0)