Skip to content

Commit 07ade82

Browse files
committed
Reduce translation message categories
1 parent 645500d commit 07ade82

File tree

100 files changed

+350
-1050
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

100 files changed

+350
-1050
lines changed

docs/CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Changelog
44
0.2.8 - Unreleased
55
----------------------
66
- Enh #24: Use PHP CS Fixer
7+
- Enh #25: Reduce translation message categories
78
-
89
0.2.7 - April 14, 2022
910
----------------------

messages/am/base.php

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
<?php
2-
return array (
2+
return [
33
'<strong>Most</strong> active people' => '',
44
'Back to modules' => '',
5+
'Comments created' => '',
56
'Get a list' => '',
7+
'Likes given' => '',
68
'Most Active Users Module Configuration' => '',
9+
'Posts created' => '',
710
'Save' => 'አስቀምጥ',
811
'The number of most active users that will be shown.' => '',
912
'You may configure the number users to be shown.' => '',
10-
);
13+
];

messages/am/views_mostActiveUsers_list.php

-8
This file was deleted.

messages/an/base.php

+10-24
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,13 @@
11
<?php
2-
/**
3-
* Message translations.
4-
*
5-
* This file is automatically generated by 'yii message' 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-
*/
192
return [
20-
'<strong>Most</strong> active people' => '',
21-
'Get a list' => '',
22-
'Most Active Users Module Configuration' => '',
23-
'The number of most active users that will be shown.' => '',
24-
'You may configure the number users to be shown.' => '',
25-
'Back to modules' => 'Zpět k modulům',
26-
'Save' => 'Uložit',
3+
'<strong>Most</strong> active people' => '',
4+
'Back to modules' => 'Zpět k modulům',
5+
'Comments created' => '',
6+
'Get a list' => '',
7+
'Likes given' => '',
8+
'Most Active Users Module Configuration' => '',
9+
'Posts created' => '',
10+
'Save' => 'Uložit',
11+
'The number of most active users that will be shown.' => '',
12+
'You may configure the number users to be shown.' => '',
2713
];

messages/an/views_mostActiveUsers_list.php

-24
This file was deleted.

messages/ar/base.php

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
<?php
2-
return array (
2+
return [
33
'<strong>Most</strong> active people' => '',
44
'Back to modules' => 'العودة للموديولات',
5+
'Comments created' => '',
56
'Get a list' => '',
7+
'Likes given' => '',
68
'Most Active Users Module Configuration' => '',
9+
'Posts created' => '',
710
'Save' => 'حفظ',
811
'The number of most active users that will be shown.' => '',
912
'You may configure the number users to be shown.' => '',
10-
);
13+
];

messages/ar/views_mostActiveUsers_list.php

-7
This file was deleted.

messages/bg/base.php

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
<?php
2-
return array (
2+
return [
33
'<strong>Most</strong> active people' => '<strong>Най-</strong>активни хора',
44
'Back to modules' => 'Върни се при модулите',
5+
'Comments created' => 'Създадени коментари',
56
'Get a list' => 'Вземи списък',
7+
'Likes given' => 'Дадени харесвания',
68
'Most Active Users Module Configuration' => 'Конфигурация на модула за най-активните потребители',
9+
'Posts created' => 'Създадени публикации',
710
'Save' => 'Запази',
811
'The number of most active users that will be shown.' => 'Броят на най-активните потребители, които ще бъдат показани.',
912
'You may configure the number users to be shown.' => 'Можете да конфигурирате броя потребители, които да се показват.',
10-
);
13+
];

messages/bg/views_mostActiveUsers_list.php

-7
This file was deleted.

messages/br/base.php

+10-8
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
<?php
2-
32
return [
4-
'<strong>Most</strong> active people' => '',
5-
'Back to modules' => '',
6-
'Get a list' => '',
7-
'Most Active Users Module Configuration' => '',
8-
'Save' => '',
9-
'The number of most active users that will be shown.' => '',
10-
'You may configure the number users to be shown.' => '',
3+
'<strong>Most</strong> active people' => '',
4+
'Back to modules' => '',
5+
'Comments created' => '',
6+
'Get a list' => '',
7+
'Likes given' => '',
8+
'Most Active Users Module Configuration' => '',
9+
'Posts created' => '',
10+
'Save' => '',
11+
'The number of most active users that will be shown.' => '',
12+
'You may configure the number users to be shown.' => '',
1113
];

messages/br/views_mostActiveUsers_list.php

-8
This file was deleted.

messages/ca/base.php

+10-24
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,13 @@
11
<?php
2-
/**
3-
* Message translations.
4-
*
5-
* This file is automatically generated by 'yii message' 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-
*/
192
return [
20-
'<strong>Most</strong> active people' => '',
21-
'Get a list' => '',
22-
'Most Active Users Module Configuration' => '',
23-
'The number of most active users that will be shown.' => '',
24-
'You may configure the number users to be shown.' => '',
25-
'Back to modules' => 'Torna al mòduls',
26-
'Save' => 'Desa',
3+
'<strong>Most</strong> active people' => '',
4+
'Back to modules' => 'Torna al mòduls',
5+
'Comments created' => '',
6+
'Get a list' => '',
7+
'Likes given' => '',
8+
'Most Active Users Module Configuration' => '',
9+
'Posts created' => '',
10+
'Save' => 'Desa',
11+
'The number of most active users that will be shown.' => '',
12+
'You may configure the number users to be shown.' => '',
2713
];

messages/ca/views_mostActiveUsers_list.php

-24
This file was deleted.

messages/cs/base.php

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
<?php
2-
return array (
2+
return [
33
'<strong>Most</strong> active people' => '<strong>Nejvíce </strong> aktivní uživatelé',
44
'Back to modules' => 'Zpět na přehled modulů',
5+
'Comments created' => 'Vytvořeny komentáře',
56
'Get a list' => 'Získat seznam',
7+
'Likes given' => 'To se mi líbí',
68
'Most Active Users Module Configuration' => 'Konfigurace modulu nejaktivnějších uživatelů',
9+
'Posts created' => 'Vytvořeny příspěvky',
710
'Save' => 'Uložit',
811
'The number of most active users that will be shown.' => 'Počet nejaktivnějších uživatelů, kteří se zobrazí.',
912
'You may configure the number users to be shown.' => 'Můžete konfigurovat počet uživatelů, kteří mají být zobrazeni.',
10-
);
13+
];

messages/cs/views_mostActiveUsers_list.php

-7
This file was deleted.

messages/cy/base.php

+10-8
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
<?php
2-
32
return [
4-
'<strong>Most</strong> active people' => '',
5-
'Back to modules' => '',
6-
'Get a list' => '',
7-
'Most Active Users Module Configuration' => '',
8-
'Save' => '',
9-
'The number of most active users that will be shown.' => '',
10-
'You may configure the number users to be shown.' => '',
3+
'<strong>Most</strong> active people' => '',
4+
'Back to modules' => '',
5+
'Comments created' => '',
6+
'Get a list' => '',
7+
'Likes given' => '',
8+
'Most Active Users Module Configuration' => '',
9+
'Posts created' => '',
10+
'Save' => '',
11+
'The number of most active users that will be shown.' => '',
12+
'You may configure the number users to be shown.' => '',
1113
];

messages/cy/views_mostActiveUsers_list.php

-8
This file was deleted.

messages/da/base.php

+10-24
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,13 @@
11
<?php
2-
/**
3-
* Message translations.
4-
*
5-
* This file is automatically generated by 'yii message' 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-
*/
192
return [
20-
'<strong>Most</strong> active people' => '<strong>Mest</strong> aktive personer',
21-
'Back to modules' => 'Tilbage til moduler',
22-
'Get a list' => 'Få en liste',
23-
'Most Active Users Module Configuration' => 'Mest Aktive Brugere Modul konfiguration',
24-
'Save' => 'Gem',
25-
'The number of most active users that will be shown.' => 'Antallet af mest aktive brugere som vil blive vist.',
26-
'You may configure the number users to be shown.' => 'Du må gerne konfigurere antal brugere som skal vises.',
3+
'<strong>Most</strong> active people' => '<strong>Mest</strong> aktive personer',
4+
'Back to modules' => 'Tilbage til moduler',
5+
'Comments created' => 'Kommentarer oprettet',
6+
'Get a list' => 'Få en liste',
7+
'Likes given' => 'Syntes godt om givet',
8+
'Most Active Users Module Configuration' => 'Mest Aktive Brugere Modul konfiguration',
9+
'Posts created' => 'Opslag oprettet',
10+
'Save' => 'Gem',
11+
'The number of most active users that will be shown.' => 'Antallet af mest aktive brugere som vil blive vist.',
12+
'You may configure the number users to be shown.' => 'Du må gerne konfigurere antal brugere som skal vises.',
2713
];

messages/da/views_mostActiveUsers_list.php

-7
This file was deleted.

messages/de/base.php

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
<?php
2-
return array (
2+
return [
33
'<strong>Most</strong> active people' => '<strong>Aktivste</strong> Benutzer',
44
'Back to modules' => 'Zurück zu den Modulen',
5+
'Comments created' => 'Erstellte Kommentare',
56
'Get a list' => 'Liste ansehen',
7+
'Likes given' => 'Abgegebene "Gefällt mir"',
68
'Most Active Users Module Configuration' => 'Aktivste-Benutzer-Modul Einstellungen ',
9+
'Posts created' => 'Erstellte Beiträge',
710
'Save' => 'Speichern',
811
'The number of most active users that will be shown.' => 'Die Anzahl der aktivsten Benutzer, die angezeigt werden.',
912
'You may configure the number users to be shown.' => 'Du kannst die Anzahl der anzuzeigenden Benutzer konfigurieren.',
10-
);
13+
];

messages/de/views_mostActiveUsers_list.php

-7
This file was deleted.

messages/el/base.php

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
<?php
2-
return array (
2+
return [
33
'<strong>Most</strong> active people' => '',
44
'Back to modules' => 'Επιστροφή στις ενότητες',
5+
'Comments created' => '',
56
'Get a list' => '',
7+
'Likes given' => '',
68
'Most Active Users Module Configuration' => '',
9+
'Posts created' => '',
710
'Save' => 'Αποθήκευση',
811
'The number of most active users that will be shown.' => 'Ο μέγιστος αριθμός ενεργών χρηστών που θα φαίνεται.',
912
'You may configure the number users to be shown.' => '',
10-
);
13+
];

0 commit comments

Comments
 (0)