mirror of
https://github.com/OpenNebula/one.git
synced 2025-01-24 02:03:52 +03:00
Add new languages
This commit is contained in:
parent
02083b75e4
commit
66045506fe
12
install.sh
12
install.sh
@ -319,6 +319,8 @@ SUNSTONE_DIRS="$SUNSTONE_LOCATION/routes \
|
||||
$SUNSTONE_LOCATION/public/locale/fa_IR \
|
||||
$SUNSTONE_LOCATION/public/locale/fr_FR \
|
||||
$SUNSTONE_LOCATION/public/locale/it_IT \
|
||||
$SUNSTONE_LOCATION/public/locale/ja \
|
||||
$SUNSTONE_LOCATION/public/locale/lt_LT \
|
||||
$SUNSTONE_LOCATION/public/locale/nl_NL \
|
||||
$SUNSTONE_LOCATION/public/locale/pl \
|
||||
$SUNSTONE_LOCATION/public/locale/pt_BR \
|
||||
@ -540,6 +542,8 @@ INSTALL_SUNSTONE_FILES=(
|
||||
SUNSTONE_PUBLIC_LOCALE_FA_IR:$SUNSTONE_LOCATION/public/locale/fa_IR
|
||||
SUNSTONE_PUBLIC_LOCALE_FR_FR:$SUNSTONE_LOCATION/public/locale/fr_FR
|
||||
SUNSTONE_PUBLIC_LOCALE_IT_IT:$SUNSTONE_LOCATION/public/locale/it_IT
|
||||
SUNSTONE_PUBLIC_LOCALE_JA:$SUNSTONE_LOCATION/public/locale/ja
|
||||
SUNSTONE_PUBLIC_LOCALE_LT_LT:$SUNSTONE_LOCATION/public/locale/lt_LT
|
||||
SUNSTONE_PUBLIC_LOCALE_NL_NL:$SUNSTONE_LOCATION/public/locale/nl_NL
|
||||
SUNSTONE_PUBLIC_LOCALE_PL:$SUNSTONE_LOCATION/public/locale/pl
|
||||
SUNSTONE_PUBLIC_LOCALE_PT_PT:$SUNSTONE_LOCATION/public/locale/pt_PT
|
||||
@ -1807,6 +1811,14 @@ SUNSTONE_PUBLIC_LOCALE_IT_IT="\
|
||||
src/sunstone/locale/languages/it_IT.js \
|
||||
src/sunstone/locale/languages/it_datatable.txt"
|
||||
|
||||
SUNSTONE_PUBLIC_LOCALE_JA="\
|
||||
src/sunstone/locale/languages/ja.js \
|
||||
src/sunstone/locale/languages/it_datatable.txt"
|
||||
|
||||
SUNSTONE_PUBLIC_LOCALE_LT_LT="\
|
||||
src/sunstone/locale/languages/lt_LT.js \
|
||||
src/sunstone/locale/languages/it_datatable.txt"
|
||||
|
||||
SUNSTONE_PUBLIC_LOCALE_NL_NL="\
|
||||
src/sunstone/locale/languages/nl_NL.js \
|
||||
src/sunstone/locale/languages/nl_datatable.txt"
|
||||
|
@ -34,6 +34,8 @@ env.Po('es_ES.po')
|
||||
env.Po('fa_IR.po')
|
||||
env.Po('fr_FR.po')
|
||||
env.Po('it_IT.po')
|
||||
env.Po('ja.po')
|
||||
env.Po('lt_LT.po')
|
||||
env.Po('nl_NL.po')
|
||||
env.Po('pl.po')
|
||||
env.Po('pt_PT.po')
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
17
src/sunstone/locale/languages/ja_datatable.txt
Normal file
17
src/sunstone/locale/languages/ja_datatable.txt
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"sProcessing": "処理中...",
|
||||
"sLengthMenu": "_MENU_ 件表示",
|
||||
"sZeroRecords": "データはありません。",
|
||||
"sInfo": " _TOTAL_ 件中 _START_ から _END_ まで表示",
|
||||
"sInfoEmpty": " 0 件中 0 から 0 まで表示",
|
||||
"sInfoFiltered": "(全 _MAX_ 件より抽出)",
|
||||
"sInfoPostFix": "",
|
||||
"sSearch": "検索:",
|
||||
"sUrl": "",
|
||||
"oPaginate": {
|
||||
"sFirst": "先頭",
|
||||
"sPrevious": "前",
|
||||
"sNext": "次",
|
||||
"sLast": "最終"
|
||||
}
|
||||
}
|
File diff suppressed because it is too large
Load Diff
22
src/sunstone/locale/languages/lt_datatable.txt
Normal file
22
src/sunstone/locale/languages/lt_datatable.txt
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"sEmptyTable": "Lentelėje nėra duomenų",
|
||||
"sInfo": "Rodomi įrašai nuo _START_ iki _END_ iš _TOTAL_ įrašų",
|
||||
"sInfoEmpty": "Rodomi įrašai nuo 0 iki 0 iš 0",
|
||||
"sInfoFiltered": "(atrinkta iš _MAX_ įrašų)",
|
||||
"sInfoPostFix": "",
|
||||
"sInfoThousands": " ",
|
||||
"sLengthMenu": "Rodyti _MENU_ įrašus",
|
||||
"sLoadingRecords": "Įkeliama...",
|
||||
"sProcessing": "Apdorojama...",
|
||||
"sSearch": "Ieškoti:",
|
||||
"sThousands": " ",
|
||||
"sUrl": "",
|
||||
"sZeroRecords": "Įrašų nerasta",
|
||||
|
||||
"oPaginate": {
|
||||
"sFirst": "Pirmas",
|
||||
"sPrevious": "Ankstesnis",
|
||||
"sNext": "Tolimesnis",
|
||||
"sLast": "Paskutinis"
|
||||
}
|
||||
}
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user