added transalations for UI texts

This commit is contained in:
2026-02-14 07:34:04 +01:00
parent 3010a66d59
commit 9b2f2c4e91
24 changed files with 681 additions and 118 deletions

View File

@ -37,5 +37,102 @@
"en": "English",
"es": "Spanish",
"de": "German"
},
"nav": {
"today": "Today",
"meals": "Meals",
"ingredients": "Ingredients",
"stats": "Stats",
"settings": "Settings",
"more": "More"
},
"pageTitles": {
"today": "Daily Overview",
"meals": "Meals",
"mealDetail": "Meal Detail",
"ingredients": "Ingredients",
"stats": "Stats",
"settings": "Settings",
"default": "Nutrio"
},
"mealTypes": {
"breakfast": "Breakfast",
"lunch": "Lunch",
"dinner": "Dinner"
},
"common": {
"date": "Date",
"all": "All",
"none": "None",
"save": "Save",
"saving": "Saving...",
"cancel": "Cancel",
"create": "Create",
"edit": "Edit",
"delete": "Delete",
"actions": "Action",
"loading": "Loading...",
"kcalUnit": "kcal"
},
"nutrition": {
"short": {
"protein": "P",
"carbs": "C",
"fat": "F"
},
"labels": {
"protein": "Protein",
"carbs": "Carbs",
"fat": "Fat"
}
},
"today": {
"loadingDay": "Loading day...",
"noMealPlan": "No meal plan",
"noItems": "No items yet.",
"dayTotals": "Day totals",
"mealPickerPlaceholder": "Meal picker will be added later."
},
"meals": {
"mealTypeFilter": "Meal type",
"namePlaceholder": "Meal plan name",
"createButton": "Create",
"libraryTitle": "Meal library",
"empty": "You do not have any meal plans yet.",
"loadingMeal": "Loading meal plan...",
"nameLabel": "Name",
"mealTypeLabel": "Meal type",
"saveChanges": "Save changes",
"deleteMeal": "Delete meal plan",
"notFound": "Meal plan does not exist.",
"itemsTitle": "Meal items",
"selectIngredient": "Select ingredient",
"addItem": "Add",
"noItems": "This meal plan has no items yet.",
"grams": "Grams"
},
"ingredients": {
"newTitle": "New ingredient",
"editTitle": "Edit ingredient",
"databaseTitle": "Ingredient database",
"newButton": "New ingredient",
"empty": "You do not have any saved ingredients yet.",
"name": "Name",
"protein100": "Protein / 100 g",
"carbs100": "Carbs / 100 g",
"sugar100": "Sugar / 100 g",
"fat100": "Fat / 100 g",
"fiber100": "Fiber / 100 g",
"kcal100Auto": "Kcal / 100 g (0 = auto)",
"submitDefault": "Save"
},
"stats": {
"title": "Stats",
"placeholder": "Basic overview will be added in the next iteration."
},
"settings": {
"accountTitle": "Account settings",
"loggedInAs": "Logged in as",
"logout": "Log out"
}
}