Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update chinese translations #984

Open
wants to merge 19 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
2c28a2f
Update chinese translations by hj
hjjoe1213123 May 10, 2020
70a4843
Message: Added some tips for i18N conversion and update chinese trans…
hjjoe1213123 May 13, 2020
19e2a58
Message: Format Code Style Added some tips for i18N conversion and up…
hjjoe1213123 May 13, 2020
bc7ab7c
Merge remote-tracking branch 'remotes/fork-inav-configurator/master' …
hjjoe1213123 Jun 15, 2020
1dfc4cc
Message: Format Code Style Added some tips for i18N conversion and up…
hjjoe1213123 Jun 15, 2020
531de16
Message: Format Code Style Added some tips for i18N conversion and up…
hjjoe1213123 Jun 15, 2020
e48c795
Message: Format Code Style Added some tips for i18N conversion and up…
hjjoe1213123 Jun 15, 2020
48e7305
Message: Added some tips for i18N conversion and update chinese trans…
hjjoe1213123 Jun 15, 2020
9216d41
Added some tips for i18N conversion and update chinese translations
hjjoe1213123 Jun 16, 2020
75960bd
Added some tips for i18N conversion and update chinese translations
hjjoe1213123 Jun 17, 2020
55c8181
Merge remote-tracking branch 'remotes/fork-inav-configurator/master' …
hjjoe1213123 Aug 1, 2020
7b9403e
Merge remote-tracking branch 'remotes/fork-inav-configurator/master' …
hjjoe1213123 Oct 18, 2020
42e1fba
Added some tips for i18N conversion and update chinese translations
hjjoe1213123 Jan 17, 2021
4d5f758
Added some tips for i18N conversion and update chinese translations
hjjoe1213123 Jan 17, 2021
61843eb
Added some tips for i18N conversion and update chinese translations
hjjoe1213123 Jan 17, 2021
cbbbbaf
Merge remote-tracking branch 'remotes/fork-inav-configurator/master' …
hjjoe1213123 Apr 12, 2021
76cff60
Added some tips for i18N conversion and update chinese translations
hjjoe1213123 Apr 12, 2021
5029032
Added some tips for i18N conversion and update chinese translations
hjjoe1213123 May 16, 2021
6c2d058
Merge remote-tracking branch 'remotes/fork-inav-configurator/master' …
hjjoe1213123 Jun 12, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions _locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -3805,6 +3805,21 @@
"WaypointOptionP2": {
"message": "P2"
},
"defaultsQuadTitle": {
"message": "Mini Quad with 3'-7' propellers"
},
"defaultsAirplaneWithoutaTailTitle": {
"message": "Airplane without a Tail (Wing, Delta, etc)"
},
"defaultsRoversBoatsTitle": {
"message": "Rovers & Boats"
},
"defaultsCustomUAVTitle": {
"message": "Custom UAV - INAV legacy defaults (Not recommended)"
},
"defaultsKeepCurrentTitle": {
"message": "Keep current settings (Not recommended)"
},
"rollPitchAdjustmentsMoved": {
"message": "Roll & Pitch board orientation is available only in the CLI. Do not use it to trim the airplane for the level flight! Use Fixed Wing Level Trim on the PID tuning tab under Mechanics instead (<strong>fw_level_pitch_trim</strong>)."
},
Expand Down Expand Up @@ -3834,5 +3849,29 @@
},
"pidOutput": {
"message": "Output"
},
"presets3Quad": {
"message": "Generic 3\" Quadcopter"
},
"presets5Quad": {
"message": "Generic 5\" Quadcopter"
},
"presets7Quad": {
"message": "Generic 7\" Quadcopter"
},
"presets10Quad": {
"message": "Generic 10\" Multirotor"
},
"presets5FreestyleQuad": {
"message": "5\" Freestyle Quadcopter, 2208 2450kV motors"
},
"presets6FreestyleQuad": {
"message": "6\" Freestyle Quadcopter, 2207 1700kV motors"
},
"presetsAirplaneTail": {
"message": "Airplane with a tail"
},
"presetsAirplaneOutTail": {
"message": "Airplane without tail"
}
}
Loading