-
Notifications
You must be signed in to change notification settings - Fork 7
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 #8 from aerowolf/main
Add Simplified Chinese Language File
- Loading branch information
Showing
1 changed file
with
63 additions
and
0 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,63 @@ | ||
{ | ||
"no": "否", | ||
"yes": "是", | ||
"mainNoCares": "哎呀!还没有什么植物需要养护哟", | ||
"mainNoPlants": "花园是空的,种点什么吗?", | ||
"buttonGarden": "花园", | ||
"buttonToday": "今天", | ||
"tooltipCareAll": "养护所有植物", | ||
"tooltipShowCalendar": "显示日历", | ||
"tooltipSettings": "设置", | ||
"tooltipNewPlant": "新增植物", | ||
"selectDays": "选择日期", | ||
"ok": "确定", | ||
"every": "每", | ||
"days": "天", | ||
"never": "从不", | ||
"titleEditPlant": "编辑", | ||
"titleNewPlant": "新增", | ||
"tooltipCameraImage": "相机拍照", | ||
"tooltipNextAvatar": "换个头像", | ||
"tooltipGalleryImage": "相册选图", | ||
"emptyError": "请输入文字", | ||
"conflictError": "同名植物已经存在", | ||
"labelName": "名称", | ||
"exampleName": "例如:鸢尾", | ||
"labelDescription": "详情", | ||
"labelLocation": "位置", | ||
"exampleLocation": "例如:庭院", | ||
"labelDayPlanted": "种植日期", | ||
"saveButton": "保存", | ||
"careAll": "养护所有植物吗?", | ||
"careAllBody": "此操作会将所有植物标记为“本周期已养护”。", | ||
"water": "浇水", | ||
"spray": "喷水", | ||
"rotate": "转向", | ||
"prune": "修剪", | ||
"fertilise": "施肥", | ||
"transplant": "移植", | ||
"clean": "清理", | ||
"now": "现在", | ||
"daysLeft": "天到期", | ||
"daysLate": "从", | ||
"tooltipEdit": "编辑此植物", | ||
"deleteButton": "删除", | ||
"noCaresError": "请至少选择一种养护项目", | ||
"careButton": "养护", | ||
"selectHours": "选择小时", | ||
"notifyEvery": "提醒,每", | ||
"hours": "小时", | ||
"testNotificationButton": "测试提醒", | ||
"testNotificationTitle": "Florae测试提醒", | ||
"testNotificationBody": "这是一条测试信息", | ||
"aboutFloraeButton": "关于Florae", | ||
"notificationInfo": "输入后,提醒时间将会重新开始计算。\n\n请注意,有些设备进行了非常激进的电池优化,可能会导致无法正确发出提醒。", | ||
"careNotificationTitle": "植物需要养护", | ||
"careNotificationName": "养护提醒", | ||
"careNotificationDescription": "接收植物养护提醒", | ||
"deletePlantTitle": "删除植物", | ||
"deletePlantBody": "您将彻底删除此植物,此操作无法撤销。", | ||
"@helloWorld": { | ||
"description": "传统的新生儿程序员问候语" | ||
} | ||
} |