Localize more dates and texts (#341)

* Localize more dates and texts

* Adapt source language to 4-letter code for VS code

* Make page titles more reactive to language change

* Translate missing text + fix missed refactoring

* Fix missed page titles refactoring

* Translate nutrition view

* Translate Image upload vue

* Fix default text being defined twice in upload btn
This commit is contained in:
sephrat
2021-04-23 08:13:00 +02:00
committed by GitHub
parent 048d3d5469
commit 80f8806604
18 changed files with 65 additions and 125 deletions

View File

@@ -3,5 +3,11 @@
"month": "short",
"day": "numeric",
"weekday": "long"
},
"medium": {
"month": "long",
"day": "numeric",
"weekday": "long",
"year": "numeric"
}
}

View File

@@ -56,7 +56,9 @@
"thursday": "Thursday",
"friday": "Friday",
"saturday": "Saturday",
"about": "About"
"about": "About",
"get": "Get",
"url": "URL"
},
"page": {
"home-page": "Home Page",
@@ -122,7 +124,9 @@
"create-a-new-meal-plan": "Create a New Meal Plan",
"start-date": "Start Date",
"end-date": "End Date",
"only-recipes-with-these-categories-will-be-used-in-meal-plans": "Only recipes with these categories will be used in Meal Plans"
"only-recipes-with-these-categories-will-be-used-in-meal-plans": "Only recipes with these categories will be used in Meal Plans",
"quick-week": "Quick Week",
"group": "Group (Beta)"
},
"recipe": {
"description": "Description",
@@ -150,7 +154,19 @@
"key-name-required": "Key Name Required",
"no-white-space-allowed": "No White Space Allowed",
"delete-recipe": "Delete Recipe",
"delete-confirmation": "Are you sure you want to delete this recipe?"
"delete-confirmation": "Are you sure you want to delete this recipe?",
"nutrition": "Nutrition",
"calories": "Calories",
"calories-suffix": "calories",
"fat-content": "Fat Content",
"fiber-content": "Fiber Content",
"protein-content": "Protein Content",
"sodium-content": "Sodium Content",
"sugar-content": "Sugar Content",
"grams": "grams",
"milligrams": "milligrams",
"recipe-image": "Recipe Image",
"image": "Image"
},
"search": {
"search-mealie": "Search Mealie",
@@ -238,7 +254,8 @@
"custom-pages": "Custom Pages",
"new-page": "New Page",
"edit-page": "Edit Page",
"page-name": "Page Name"
"page-name": "Page Name",
"remove-existing-entries-matching-imported-entries": "Remove existing entries matching imported entries"
},
"migration": {
"recipe-migration": "Recipe Migration",