Update translations (#293)
This commit is contained in:
parent
c19fca4060
commit
f9299d8ee1
|
@ -26,7 +26,14 @@ cs:
|
||||||
delete: "Smazat"
|
delete: "Smazat"
|
||||||
download_json: "JSON"
|
download_json: "JSON"
|
||||||
download_csv: "CSV"
|
download_csv: "CSV"
|
||||||
|
result_count:
|
||||||
|
one: "%{count} výsledek."
|
||||||
|
few: "%{count} výsledky."
|
||||||
|
many: "%{count} výsledky."
|
||||||
|
other: "%{count} výsledků."
|
||||||
query_groups: "Skupiny"
|
query_groups: "Skupiny"
|
||||||
query_description: "Popis"
|
query_description: "Popis"
|
||||||
reset_params: "obnovit výchozí"
|
reset_params: "obnovit výchozí"
|
||||||
search_placeholder: "Hledat..."
|
search_placeholder: "Hledat..."
|
||||||
|
group:
|
||||||
|
reports: "Přehledy"
|
||||||
|
|
|
@ -5,3 +5,6 @@
|
||||||
# https://translate.discourse.org/
|
# https://translate.discourse.org/
|
||||||
|
|
||||||
en_GB:
|
en_GB:
|
||||||
|
js:
|
||||||
|
explorer:
|
||||||
|
query_description: "Description"
|
||||||
|
|
|
@ -21,5 +21,6 @@ id:
|
||||||
edit: "Ubah"
|
edit: "Ubah"
|
||||||
delete: "Hapus"
|
delete: "Hapus"
|
||||||
query_groups: "Grup"
|
query_groups: "Grup"
|
||||||
|
query_description: "Deskripsi"
|
||||||
reset_params: "Reset"
|
reset_params: "Reset"
|
||||||
search_placeholder: "Cari..."
|
search_placeholder: "Cari..."
|
||||||
|
|
|
@ -26,3 +26,5 @@ ro:
|
||||||
query_description: "Descriere"
|
query_description: "Descriere"
|
||||||
reset_params: "Resetează"
|
reset_params: "Resetează"
|
||||||
search_placeholder: "Caută..."
|
search_placeholder: "Caută..."
|
||||||
|
group:
|
||||||
|
reports: "Rapoarte"
|
||||||
|
|
|
@ -27,7 +27,16 @@ sk:
|
||||||
delete: "Zmazať"
|
delete: "Zmazať"
|
||||||
download_json: "JSON"
|
download_json: "JSON"
|
||||||
download_csv: "CSV"
|
download_csv: "CSV"
|
||||||
|
result_count:
|
||||||
|
one: "%{count} výsledok."
|
||||||
|
few: "%{count} výsledkov."
|
||||||
|
many: "%{count} výsledky."
|
||||||
|
other: "%{count} výsledky."
|
||||||
query_groups: "Skupiny"
|
query_groups: "Skupiny"
|
||||||
query_description: "Popis"
|
query_description: "Popis"
|
||||||
|
query_user: "Vytvoril"
|
||||||
save_params: "Predvolené"
|
save_params: "Predvolené"
|
||||||
|
reset_params: "Resetovať"
|
||||||
search_placeholder: "Hľadať"
|
search_placeholder: "Hľadať"
|
||||||
|
group:
|
||||||
|
reports: "Hlásenia"
|
||||||
|
|
|
@ -20,3 +20,7 @@ te:
|
||||||
delete: "తొలగించు"
|
delete: "తొలగించు"
|
||||||
query_groups: "గుంపులు"
|
query_groups: "గుంపులు"
|
||||||
query_description: "వివరణ"
|
query_description: "వివరణ"
|
||||||
|
query_user: "సృష్టికర్త"
|
||||||
|
reset_params: "రీసెట్ చేయండి"
|
||||||
|
group:
|
||||||
|
reports: "నివేదికలు"
|
||||||
|
|
|
@ -0,0 +1,29 @@
|
||||||
|
# WARNING: Never edit this file.
|
||||||
|
# It will be overwritten when translations are pulled from Crowdin.
|
||||||
|
#
|
||||||
|
# To work with us on translations, join this project:
|
||||||
|
# https://translate.discourse.org/
|
||||||
|
|
||||||
|
ug:
|
||||||
|
js:
|
||||||
|
explorer:
|
||||||
|
or: "ياكى"
|
||||||
|
help:
|
||||||
|
label: "ياردەم"
|
||||||
|
types:
|
||||||
|
bool:
|
||||||
|
yes: "ھەئە"
|
||||||
|
no: "ياق"
|
||||||
|
export: "چىقار"
|
||||||
|
save: "ئۆزگەرتىشنى ساقلا"
|
||||||
|
edit: "تەھرىر"
|
||||||
|
delete: "ئۆچۈر"
|
||||||
|
result_count:
|
||||||
|
one: "%{count} نەتىجە."
|
||||||
|
other: "%{count} نەتىجە."
|
||||||
|
query_groups: "گۇرۇپپا"
|
||||||
|
query_description: "چۈشەندۈرۈش"
|
||||||
|
query_user: "قۇرغۇچى"
|
||||||
|
reset_params: "ئەسلىگە قايتۇر"
|
||||||
|
group:
|
||||||
|
reports: "دوكلات"
|
|
@ -0,0 +1,7 @@
|
||||||
|
# WARNING: Never edit this file.
|
||||||
|
# It will be overwritten when translations are pulled from Crowdin.
|
||||||
|
#
|
||||||
|
# To work with us on translations, join this project:
|
||||||
|
# https://translate.discourse.org/
|
||||||
|
|
||||||
|
ug:
|
Loading…
Reference in New Issue