mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-19 08:12:07 +08:00
Multilang: add Japanese to UI (#25339)
* Add Japanese to UI * Add Enlish and Japanese badges old-commit-hash: 1cf2f9fc1316738f72e85052b0f9ffd74c369b1f
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
# Multilanguage
|
||||
|
||||
[](https://github.com/commaai/openpilot/blob/master/selfdrive/ui/translations/main_en.ts)
|
||||
[](https://github.com/commaai/openpilot/blob/master/selfdrive/ui/translations/main_zh-CHT.ts)
|
||||
[](https://github.com/commaai/openpilot/blob/master/selfdrive/ui/translations/main_zh-CHS.ts)
|
||||
[](https://github.com/commaai/openpilot/blob/master/selfdrive/ui/translations/main_ko.ts)
|
||||
[](https://github.com/commaai/openpilot/blob/master/selfdrive/ui/translations/main_ja.ts)
|
||||
|
||||
## Contributing
|
||||
|
||||
|
||||
@@ -2,5 +2,6 @@
|
||||
"English": "main_en",
|
||||
"中文(繁體)": "main_zh-CHT",
|
||||
"中文(简体)": "main_zh-CHS",
|
||||
"한국어": "main_ko"
|
||||
"한국어": "main_ko",
|
||||
"日本語": "main_ja"
|
||||
}
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
<message>
|
||||
<location filename="../qt/offroad/networking.cc" line="136"/>
|
||||
<source>Enter new tethering password</source>
|
||||
<translation>新しいテザリングパスワードを入力してください</translation>
|
||||
<translation>新しいテザリングパスワードを入力</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qt/offroad/networking.cc" line="144"/>
|
||||
@@ -310,7 +310,7 @@
|
||||
<location filename="../qt/widgets/input.cc" line="168"/>
|
||||
<source>Need at least %n character(s)!</source>
|
||||
<translation>
|
||||
<numerusform>パスワードは%%n文字以上で入力してください!</numerusform>
|
||||
<numerusform>%n文字以上でお願いします!</numerusform>
|
||||
</translation>
|
||||
</message>
|
||||
</context>
|
||||
|
||||
Reference in New Issue
Block a user