|
Name |
|
Date |
Size |
#Lines |
LOC |
| .. | | 03-May-2022 | - |
| bg/LC_MESSAGES/ | H | 06-May-2020 | - | 16,697 | 13,495 |
| ca/LC_MESSAGES/ | H | 06-May-2020 | - | | |
| cs/LC_MESSAGES/ | H | 06-May-2020 | - | 16,751 | 13,549 |
| de/LC_MESSAGES/ | H | 06-May-2020 | - | 16,722 | 13,520 |
| el/LC_MESSAGES/ | H | 06-May-2020 | - | 16,676 | 13,474 |
| en_US/LC_MESSAGES/ | H | 06-May-2020 | - | 16,657 | 13,455 |
| es/LC_MESSAGES/ | H | 06-May-2020 | - | 16,665 | 13,463 |
| fa/LC_MESSAGES/ | H | 06-May-2020 | - | 16,550 | 13,348 |
| fi/LC_MESSAGES/ | H | 06-May-2020 | - | 16,649 | 13,447 |
| fr/LC_MESSAGES/ | H | 06-May-2020 | - | 16,659 | 13,457 |
| he/LC_MESSAGES/ | H | 06-May-2020 | - | | |
| hu/LC_MESSAGES/ | H | 06-May-2020 | - | 16,652 | 13,450 |
| id/LC_MESSAGES/ | H | 06-May-2020 | - | 16,573 | 13,371 |
| it/LC_MESSAGES/ | H | 06-May-2020 | - | 16,658 | 13,456 |
| ja/LC_MESSAGES/ | H | 06-May-2020 | - | 16,565 | 13,363 |
| ka/LC_MESSAGES/ | H | 06-May-2020 | - | 16,559 | 13,357 |
| ko/LC_MESSAGES/ | H | 06-May-2020 | - | 16,567 | 13,365 |
| lt/LC_MESSAGES/ | H | 06-May-2020 | - | 16,744 | 13,542 |
| lv/LC_MESSAGES/ | H | 06-May-2020 | - | 16,745 | 13,543 |
| nb/LC_MESSAGES/ | H | 06-May-2020 | - | | |
| nl/LC_MESSAGES/ | H | 06-May-2020 | - | 16,661 | 13,459 |
| pl/LC_MESSAGES/ | H | 06-May-2020 | - | 16,752 | 13,550 |
| pt_BR/LC_MESSAGES/ | H | 06-May-2020 | - | 16,686 | 13,484 |
| pt_PT/LC_MESSAGES/ | H | 06-May-2020 | - | 16,667 | 13,465 |
| ro/LC_MESSAGES/ | H | 06-May-2020 | - | 16,769 | 13,567 |
| ru/LC_MESSAGES/ | H | 06-May-2020 | - | 16,752 | 13,550 |
| sk/LC_MESSAGES/ | H | 06-May-2020 | - | 16,753 | 13,551 |
| sv/LC_MESSAGES/ | H | 06-May-2020 | - | 16,648 | 13,446 |
| tr/LC_MESSAGES/ | H | 06-May-2020 | - | 16,665 | 13,463 |
| uk/LC_MESSAGES/ | H | 06-May-2020 | - | 16,751 | 13,549 |
| vi/LC_MESSAGES/ | H | 06-May-2020 | - | 16,565 | 13,363 |
| zh_CN/LC_MESSAGES/ | H | 06-May-2020 | - | 16,569 | 13,367 |
| zh_TW/LC_MESSAGES/ | H | 06-May-2020 | - | 16,577 | 13,375 |
| README | H A D | 08-Mar-2021 | 957 | 25 | 16 |
| add_new_language.sh | H A D | 08-Mar-2021 | 386 | 20 | 15 |
| make_mo.sh | H A D | 08-Mar-2021 | 175 | 6 | 3 |
| update_po.sh | H A D | 08-Mar-2021 | 1.4 KiB | 43 | 22 |
README
1This directory holds Zabbix translations and helper scripts to work with them.
2
3If you have checked out this copy of frontend from svn and want to access
4 translations, run make_mo.sh .
5
6Working msgfmt and find are required. This script will generate mo files for all
7 translations.
8
9If you want to update po files with new strings in the sourcefile, run
10 update_po.sh . It will gather translatable strings from all files that end with
11 ".php"
12
13If you want to start translating in a new language, run add_new_language.sh and
14 pass language code as the only argument, for example:
15
16 $ ./add_new_language.sh et
17
18It's important to check and make sure that "Plural-Forms" value is set correctly.
19
20For this script language template is needed. Running update_po.sh will generate
21 one as frontend.pot (which add_new_language.sh requires).
22
23After new language po file has been created, need to add the language codes to
24 PHP code in include/locales.inc.php file.
25