|
381 | 381 | "@aboutDescription": {
|
382 | 382 | "description": "Text in the about dialog"
|
383 | 383 | },
|
384 |
| - "logMeal": "Diese Mahlzeit protokollieren", |
| 384 | + "logMeal": "Gericht im Ernährungstagebuch protokollieren", |
385 | 385 | "@logMeal": {},
|
386 | 386 | "category": "Kategorie",
|
387 | 387 | "@category": {
|
|
536 | 536 | "@searchIngredient": {
|
537 | 537 | "description": "Label on ingredient search form"
|
538 | 538 | },
|
539 |
| - "logIngredient": "Im Nährwerttagebuch speichern", |
| 539 | + "logIngredient": "Zutat im Ernährungstagebuch protokollieren", |
540 | 540 | "@logIngredient": {},
|
541 | 541 | "close": "Schließen",
|
542 | 542 | "@close": {
|
|
794 | 794 | "done": "Fertig",
|
795 | 795 | "@done": {},
|
796 | 796 | "searchNamesInEnglish": "Namen auch auf English suchen",
|
797 |
| - "@searchNamesInEnglish": {} |
| 797 | + "@searchNamesInEnglish": {}, |
| 798 | + "goalMacro": "Makroziele", |
| 799 | + "@goalMacro": { |
| 800 | + "description": "The goal for macronutrients" |
| 801 | + }, |
| 802 | + "goalFiber": "Ballaststoffziel", |
| 803 | + "@goalFiber": {}, |
| 804 | + "loggedToday": "Heute protokolliert", |
| 805 | + "@loggedToday": {}, |
| 806 | + "onlyLogging": "Nur Kalorien eintragen", |
| 807 | + "@onlyLogging": {}, |
| 808 | + "onlyLoggingHelpText": "Setze das Häkchen, wenn du nur deine Kalorien protokollieren möchtest und keinen detaillierten Ernährungsplan mit spezifischen Mahlzeiten einrichten willst", |
| 809 | + "@onlyLoggingHelpText": {}, |
| 810 | + "goalEnergy": "Energieziel", |
| 811 | + "@goalEnergy": {}, |
| 812 | + "goalProtein": "Eiweißziel", |
| 813 | + "@goalProtein": {}, |
| 814 | + "goalCarbohydrates": "Kohlenhydratziel", |
| 815 | + "@goalCarbohydrates": {}, |
| 816 | + "goalFat": "Fettziel", |
| 817 | + "@goalFat": {}, |
| 818 | + "today": "Heute", |
| 819 | + "@today": {}, |
| 820 | + "log": "Protokollieren", |
| 821 | + "@log": { |
| 822 | + "description": "Log a specific meal (imperative form)" |
| 823 | + }, |
| 824 | + "noIngredientsDefined": "Noch keine Zutaten definiert", |
| 825 | + "@noIngredientsDefined": {}, |
| 826 | + "ingredientLogged": "Zutat im Tagebuch protokolliert", |
| 827 | + "@ingredientLogged": {}, |
| 828 | + "selectMealToLog": "Wähle eine Mahlzeit, um sie im Tagebuch zu protokollieren", |
| 829 | + "@selectMealToLog": {}, |
| 830 | + "chartAllTimeTitle": "{name} aller Zeiten", |
| 831 | + "@chartAllTimeTitle": { |
| 832 | + "description": "All-time chart of 'name' (e.g. 'weight', 'body fat' etc.)", |
| 833 | + "type": "text", |
| 834 | + "placeholders": { |
| 835 | + "name": {} |
| 836 | + } |
| 837 | + }, |
| 838 | + "chart30DaysTitle": "{name} der letzten 30 Tage", |
| 839 | + "@chart30DaysTitle": { |
| 840 | + "description": "last 30 days chart of 'name' (e.g. 'weight', 'body fat' etc.)", |
| 841 | + "type": "text", |
| 842 | + "placeholders": { |
| 843 | + "name": {} |
| 844 | + } |
| 845 | + }, |
| 846 | + "chartDuringPlanTitle": "{chartName} während des Ernährungsplans {planName}", |
| 847 | + "@chartDuringPlanTitle": { |
| 848 | + "description": "chart of 'chartName' (e.g. 'weight', 'body fat' etc.) logged during plan", |
| 849 | + "type": "text", |
| 850 | + "placeholders": { |
| 851 | + "chartName": {}, |
| 852 | + "planName": {} |
| 853 | + } |
| 854 | + }, |
| 855 | + "surplus": "Überschuss", |
| 856 | + "@surplus": { |
| 857 | + "description": "Caloric surplus (either planned or unplanned)" |
| 858 | + }, |
| 859 | + "deficit": "Defizit", |
| 860 | + "@deficit": { |
| 861 | + "description": "Caloric deficit (either planned or unplanned)" |
| 862 | + }, |
| 863 | + "kcalValue": "{value} kcal", |
| 864 | + "@kcalValue": { |
| 865 | + "description": "A value in kcal, e.g. 500 kcal", |
| 866 | + "type": "text", |
| 867 | + "placeholders": { |
| 868 | + "value": {} |
| 869 | + } |
| 870 | + }, |
| 871 | + "gValue": "{value} g", |
| 872 | + "@gValue": { |
| 873 | + "description": "A value in grams, e.g. 5 g", |
| 874 | + "type": "text", |
| 875 | + "placeholders": { |
| 876 | + "value": {} |
| 877 | + } |
| 878 | + }, |
| 879 | + "percentValue": "{value} %", |
| 880 | + "@percentValue": { |
| 881 | + "description": "A value in percent, e.g. 10 %", |
| 882 | + "type": "text", |
| 883 | + "placeholders": { |
| 884 | + "value": {} |
| 885 | + } |
| 886 | + }, |
| 887 | + "settingsIngredientCacheDescription": "Zutaten-Cache", |
| 888 | + "@settingsIngredientCacheDescription": {} |
798 | 889 | }
|
0 commit comments