Files
Nutrio/frontend/src/locales/en.json
2026-02-14 07:34:04 +01:00

139 lines
3.5 KiB
JSON

{
"app": {
"name": "Nutrio",
"slogan": "Meal planning, nutrition, and daily totals in one place."
},
"auth": {
"title": "Sign in",
"subtitle": "Use your email and password. If the account does not exist, it will be created automatically.",
"emailLabel": "Email",
"emailPlaceholder": "e.g. name{'@'}domain.com",
"passwordLabel": "Password",
"passwordPlaceholder": "Enter password",
"submit": "Sign in",
"submitting": "Processing...",
"helper": "After successful sign-in, the token will be stored in your browser.",
"tokenSaved": "Token was saved.",
"successLoggedIn": "Sign-in was successful.",
"successAutoRegistered": "Account did not exist, it was created and the user is now signed in.",
"themeToggle": "Toggle mode",
"languageLabel": "Language",
"showPassword": "Show password",
"hidePassword": "Hide password",
"errors": {
"invalidEmail": "Enter a valid email address.",
"passwordRequired": "Enter password.",
"invalidCredentials": "Email or password is incorrect.",
"loginFailed": "Sign-in failed. Please try again."
}
},
"theme": {
"light": "Light mode",
"dark": "Dark mode"
},
"locale": {
"sk": "Slovak",
"cs": "Czech",
"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"
}
}