-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from waltfe/master
添加繁体中文翻译
- Loading branch information
Showing
2 changed files
with
18 additions
and
3 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"RTC_DS1307.DateTime|block": "設置 年 %year| 月 %month| 日 %day| 時 %hour| 分 %minute| 秒 %second", | ||
"RTC_DS1307.TimeType.YEAR|block": "年", | ||
"{id:category}RTC_DS1307": "即時時鐘", | ||
"RTC_DS1307.getTime|block": "%data", | ||
"RTC_DS1307.TimeType.HOUR|block": "時", | ||
"RTC_DS1307.TimeType.MINUTE|block": "分", | ||
"RTC_DS1307.TimeType.DAY|block": "日", | ||
"RTC_DS1307.TimeType.MONTH|block": "月", | ||
"RTC_DS1307.setTime|block": "設置 %datatype |為 %data", | ||
"RTC_DS1307.TimeType.SECOND|block": "秒", | ||
"RTC_DS1307.getWeekday|block": "星期", | ||
"RTC_DS1307|block": "即時時鐘" | ||
} |
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