250
250
},
251
251
"delete": "删除",
252
252
"@delete": {},
253
- "loadingText": "加载 ...",
253
+ "loadingText": "加载中 ...",
254
254
"@loadingText": {
255
- "description": "Text to show when entries are being loaded in the background: Loading..."
255
+ "description": "Text to show when entries are being loaded in the background: Loading..., changed from \"加载\" to \"加载中\" "
256
256
},
257
257
"edit": "编辑",
258
258
"@edit": {},
324
324
"@date": {
325
325
"description": "The date of a workout log or body weight entry"
326
326
},
327
- "weight": "重量 ",
327
+ "weight": "体重 ",
328
328
"@weight": {
329
- "description": "The weight of a workout log or body weight entry"
329
+ "description": "The weight of a workout log or body weight entry, changed from \"重量\" to \"体重\""
330
330
},
331
331
"anErrorOccurred": "出错了!",
332
332
"@anErrorOccurred": {},
348
348
"@addMeal": {},
349
349
"save": "保存",
350
350
"@save": {},
351
- "name": "名 ",
351
+ "name": "名称 ",
352
352
"@name": {
353
- "description": "Name for a workout or nutritional plan"
353
+ "description": "Name for a workout or nutritional plan, changed from \"名\" to \"名称\" "
354
354
},
355
355
"description": "描述",
356
356
"@description": {},
670
670
}
671
671
},
672
672
"noMeasurementEntries": "您没有测量条目",
673
- "@noMeasurementEntries": {}
674
- }
673
+ "@noMeasurementEntries": {},
674
+ "overallChangeWeight": "总体变化",
675
+ "@overallChangeWeight": {
676
+ "description": "Overall change in weight"
677
+ },
678
+ "goalTypeMeals": "从饮食出发",
679
+ "goalTypeBasic": "基础",
680
+ "goalTypeAdvanced": "进阶",
681
+ "chartAllTimeTitle": "{name} 历史记录曲线",
682
+ "@chartAllTimeTitle": {
683
+ "description": "All-time chart of 'name' (e.g. 'weight', 'body fat' etc.)",
684
+ "type": "text",
685
+ "placeholders": {
686
+ "name": {}
687
+ }
688
+ },
689
+ "chartDuringPlanTitle": "{chartName} 在计划 \"{planName}\" 期间的改变曲线",
690
+ "@chartDuringPlanTitle": {
691
+ "description": "chart of 'chartName' (e.g. 'weight', 'body fat' etc.) logged during plan",
692
+ "type": "text",
693
+ "placeholders": {
694
+ "chartName": {},
695
+ "planName": {}
696
+ }
697
+ },
698
+ "indicatorRaw": "原始值",
699
+ "indicatorAvg": "平均值",
700
+ "textPromptTitle": "准备就绪?",
701
+ "@textPromptTitle": {
702
+ "description": "Title for the text prompt"
703
+ },
704
+ "textPromptSubheading": "点击右下角按钮开始",
705
+ "@textPromptSubheading": {
706
+ "description": "Subheading for the text prompt"
707
+ }
708
+ }
0 commit comments