mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-05-06 22:12:23 +08:00
* Fix image paths and enhance Japanese translations I'm a native Japanese speaker and made some small corrections where the wording felt unnatural. Feel free to ignore any changes if the original wording was intentional. * Fix typo in README-ja_JP.md * Update Japanese translation in i18n.json
17 lines
252 B
JSON
17 lines
252 B
JSON
{
|
|
"en": "En",
|
|
"zh_CN": "简",
|
|
"zh_TW": "繁",
|
|
"fr_FR": "Fr",
|
|
"es": "Es",
|
|
"de_DE": "De",
|
|
"ru_RU": "Ru",
|
|
"vi_VN": "Vi",
|
|
"ko_KR": "한글",
|
|
"tr_TR": "Tr",
|
|
"ar": "عَرَبِيّ",
|
|
"uk_UA": "Uk",
|
|
"ja_JP": "Ja",
|
|
"pt_PT": "Pt"
|
|
}
|