250
250
},
251
251
"delete": "删除",
252
252
"@delete": {},
253
- "loadingText": "加载 ...",
253
+ "loadingText": "加载中 ...",
254
254
"@loadingText": {
255
255
"description": "Text to show when entries are being loaded in the background: Loading..."
256
256
},
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
329
"description": "The weight of a workout log or body weight entry"
330
330
},
348
348
"@addMeal": {},
349
349
"save": "保存",
350
350
"@save": {},
351
- "name": "名 ",
351
+ "name": "名称 ",
352
352
"@name": {
353
353
"description": "Name for a workout or nutritional plan"
354
354
},
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
+ "textPromptSubheading": "点击右下角按钮开始"
702
+ }
0 commit comments