-
-
Notifications
You must be signed in to change notification settings - Fork 532
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
add Traditional Chinese #196
Merged
Merged
Changes from 5 commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
dad0e88
Create tw
nova12324 01cbbc8
Rename tw to tw.json
nova12324 579a753
Update README.md
nova12324 167bcc2
add Traditional Chinese
nova12324 bf00594
Update localize.js
nova12324 947264a
Update tw.json
nova12324 d0222d7
Update tw.json
nova12324 9994eda
Update tw.json
nova12324 0c74997
Create tw.json
nova12324 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
{ | ||
"status": { | ||
"Cleaning": "清掃中", | ||
"Paused": "暫停中", | ||
"Idle": "閒置中", | ||
"Charging": "充電中", | ||
"Returning home": "正在返回充電座", | ||
"docked": "Docked" | ||
}, | ||
"source": { | ||
"Gentle": "拖地", | ||
"Silent": "安靜", | ||
"Standard": "標準", | ||
"Medium": "強力", | ||
"Turbo": "MAX" | ||
}, | ||
"common": { | ||
"name": "Vacuum Card", | ||
"description": "Vacuum Card 可以讓您控制掃地機器人", | ||
"start": "開始清掃", | ||
"continue": "繼續清掃", | ||
"pause": "暫停清掃", | ||
"stop": "停止清掃", | ||
"return_to_base": "返回充電座", | ||
"locate": "定位掃地機器人", | ||
"not_available": "掃地機器人並不支援" | ||
}, | ||
"error": { | ||
"missing_entity": "必須指定一個實體!" | ||
}, | ||
"editor": { | ||
"entity": "實體 (必填)", | ||
"map": "地圖 (選填)", | ||
"image": "圖片 (選填)", | ||
"compact_view": "精簡檢視", | ||
"compact_view_aria_label_on": "開啟精簡檢視", | ||
"compact_view_aria_label_off": "關閉精簡檢視", | ||
"show_name": "顯示名字", | ||
"show_name_aria_label_on": "開啟顯示名字", | ||
"show_name_aria_label_off": "關閉顯示名字", | ||
"show_status": "顯示狀態", | ||
"show_status_aria_label_on": "開啟狀態顯示", | ||
"show_status_aria_label_off": "關閉狀態顯示", | ||
"show_toolbar": "顯示工具欄", | ||
"show_toolbar_aria_label_on": "開啟工具欄顯示", | ||
"show_toolbar_aria_label_off": "關閉工具欄", | ||
"code_only_note": "提醒: 如果要使用 actions 和 stats 選項,請使用編碼編輯器編輯" | ||
} | ||
} |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not translated