|
597 | 597 | "@pull_up_bar": {
|
598 | 598 | "description": "Generated entry for translation for server strings"
|
599 | 599 | },
|
600 |
| - "exerciseList": "锻炼清單", |
| 600 | + "exerciseList": "锻炼清单", |
601 | 601 | "@exerciseList": {},
|
602 | 602 | "exercises": "锻炼项目",
|
603 | 603 | "@exercises": {
|
|
608 | 608 | "description": "Message returned if no exercises match the searched string"
|
609 | 609 | },
|
610 | 610 | "searchNamesInEnglish": "同时搜索英文名称",
|
611 |
| - "@searchNamesInEnglish": {} |
| 611 | + "@searchNamesInEnglish": {}, |
| 612 | + "goalFiber": "纤维素目标", |
| 613 | + "@goalFiber": {}, |
| 614 | + "onlyLoggingHelpText": "如果你只想记录你的卡路里,而不想为特定的膳食制定详细的营养计划,请勾选此复选框", |
| 615 | + "@onlyLoggingHelpText": {}, |
| 616 | + "onlyLogging": "只记录卡路里", |
| 617 | + "@onlyLogging": {}, |
| 618 | + "goalEnergy": "能量目标", |
| 619 | + "@goalEnergy": {}, |
| 620 | + "goalProtein": "蛋白质目标", |
| 621 | + "@goalProtein": {}, |
| 622 | + "goalCarbohydrates": "碳水化合物目标", |
| 623 | + "@goalCarbohydrates": {}, |
| 624 | + "goalFat": "脂肪目标", |
| 625 | + "@goalFat": {}, |
| 626 | + "today": "今天", |
| 627 | + "@today": {}, |
| 628 | + "loggedToday": "今天的记录", |
| 629 | + "@loggedToday": {}, |
| 630 | + "surplus": "剩余", |
| 631 | + "@surplus": { |
| 632 | + "description": "Caloric surplus (either planned or unplanned)" |
| 633 | + }, |
| 634 | + "noIngredientsDefined": "还没有定义配料", |
| 635 | + "@noIngredientsDefined": {}, |
| 636 | + "ingredientLogged": "记录在日记中的成分", |
| 637 | + "@ingredientLogged": {}, |
| 638 | + "goalMacro": "宏观目标", |
| 639 | + "@goalMacro": { |
| 640 | + "description": "The goal for macronutrients" |
| 641 | + }, |
| 642 | + "selectMealToLog": "选择一顿饭记在日记里", |
| 643 | + "@selectMealToLog": {}, |
| 644 | + "deficit": "不足额", |
| 645 | + "@deficit": { |
| 646 | + "description": "Caloric deficit (either planned or unplanned)" |
| 647 | + }, |
| 648 | + "kcalValue": "{value} 千卡", |
| 649 | + "@kcalValue": { |
| 650 | + "description": "A value in kcal, e.g. 500 kcal", |
| 651 | + "type": "text", |
| 652 | + "placeholders": { |
| 653 | + "value": {} |
| 654 | + } |
| 655 | + }, |
| 656 | + "gValue": "{value} g", |
| 657 | + "@gValue": { |
| 658 | + "description": "A value in grams, e.g. 5 g", |
| 659 | + "type": "text", |
| 660 | + "placeholders": { |
| 661 | + "value": {} |
| 662 | + } |
| 663 | + }, |
| 664 | + "percentValue": "{value} %", |
| 665 | + "@percentValue": { |
| 666 | + "description": "A value in percent, e.g. 10 %", |
| 667 | + "type": "text", |
| 668 | + "placeholders": { |
| 669 | + "value": {} |
| 670 | + } |
| 671 | + }, |
| 672 | + "noMeasurementEntries": "您没有测量条目", |
| 673 | + "@noMeasurementEntries": {} |
612 | 674 | }
|
0 commit comments