mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-05-24 01:12:54 -04:00
New Crowdin updates (#1214)
* New translations en-US.json (Romanian) * New translations en-US.json (Chinese Traditional) * New translations en-US.json (Vietnamese) * New translations en-US.json (Portuguese, Brazilian) * New translations en-US.json (English, United Kingdom) * New translations en-US.json (French, Canada) * New translations en-US.json (Bulgarian) * New translations en-US.json (Ukrainian) * New translations en-US.json (Chinese Simplified) * New translations en-US.json (Turkish) * New translations en-US.json (French) * New translations en-US.json (Hebrew) * New translations en-US.json (Spanish) * New translations en-US.json (Afrikaans) * New translations en-US.json (Arabic) * New translations en-US.json (Bulgarian) * New translations en-US.json (Catalan) * New translations en-US.json (Czech) * New translations en-US.json (Danish) * New translations en-US.json (German) * New translations en-US.json (Greek) * New translations en-US.json (Finnish) * New translations en-US.json (Hungarian) * New translations en-US.json (Swedish) * New translations en-US.json (Italian) * New translations en-US.json (Japanese) * New translations en-US.json (Korean) * New translations en-US.json (Dutch) * New translations en-US.json (Norwegian) * New translations en-US.json (Polish) * New translations en-US.json (Portuguese) * New translations en-US.json (Russian) * New translations en-US.json (Slovak) * New translations en-US.json (Serbian (Cyrillic)) * New translations en-US.json (Slovak) * New translations en-US.json (French, Canada) * New translations en-US.json (French, Canada) * New translations en-US.json (Bulgarian) * New translations en-US.json (Bulgarian) * New translations en-US.json (French, Canada) * New translations en-US.json (Bulgarian) * New translations en-US.json (French, Canada) * New translations en-US.json (Bulgarian) * New translations en-US.json (Italian) * New translations en-US.json (Italian) * New translations en-US.json (Italian) * New translations en-US.json (French) * New translations en-US.json (French) * New translations en-US.json (Hungarian) * New translations en-US.json (Hungarian) * New translations en-US.json (Romanian) * New translations en-US.json (Dutch) * New translations en-US.json (English, United Kingdom) * New translations en-US.json (Portuguese, Brazilian) * New translations en-US.json (Vietnamese) * New translations en-US.json (Chinese Traditional) * New translations en-US.json (Chinese Simplified) * New translations en-US.json (Ukrainian) * New translations en-US.json (Turkish) * New translations en-US.json (Swedish) * New translations en-US.json (Serbian (Cyrillic)) * New translations en-US.json (Slovak) * New translations en-US.json (Russian) * New translations en-US.json (Portuguese) * New translations en-US.json (Polish) * New translations en-US.json (Norwegian) * New translations en-US.json (Korean) * New translations en-US.json (French) * New translations en-US.json (Japanese) * New translations en-US.json (Italian) * New translations en-US.json (Hungarian) * New translations en-US.json (Hebrew) * New translations en-US.json (Finnish) * New translations en-US.json (Greek) * New translations en-US.json (German) * New translations en-US.json (Danish) * New translations en-US.json (Czech) * New translations en-US.json (Catalan) * New translations en-US.json (Bulgarian) * New translations en-US.json (Arabic) * New translations en-US.json (Afrikaans) * New translations en-US.json (Spanish) * New translations en-US.json (French, Canada) * New translations en-US.json (Ukrainian) * New translations en-US.json (Ukrainian) * New translations en-US.json (Ukrainian) * New translations en-US.json (Ukrainian) * New translations en-US.json (Ukrainian) * New translations en-US.json (Ukrainian) * New translations en-US.json (Danish) * New translations en-US.json (Danish) * New translations en-US.json (Danish) * New translations en-US.json (Danish)
This commit is contained in:
parent
4d3346b727
commit
841b560abc
21
frontend/lang/dateTimeFormats/bg-BG.json
Normal file
21
frontend/lang/dateTimeFormats/bg-BG.json
Normal file
@ -0,0 +1,21 @@
|
||||
{
|
||||
"short": {
|
||||
"month": "short",
|
||||
"day": "numeric",
|
||||
"weekday": "long"
|
||||
},
|
||||
"medium": {
|
||||
"month": "long",
|
||||
"day": "numeric",
|
||||
"weekday": "long",
|
||||
"year": "numeric"
|
||||
},
|
||||
"long": {
|
||||
"year": "numeric",
|
||||
"month": "long",
|
||||
"day": "numeric",
|
||||
"weekday": "long",
|
||||
"hour": "numeric",
|
||||
"minute": "numeric"
|
||||
}
|
||||
}
|
@ -1,21 +1,21 @@
|
||||
{
|
||||
"short": {
|
||||
"month": "short",
|
||||
"day": "numeric",
|
||||
"weekday": "long"
|
||||
"month": "kort",
|
||||
"day": "numerisk",
|
||||
"weekday": "lang"
|
||||
},
|
||||
"medium": {
|
||||
"month": "long",
|
||||
"day": "numeric",
|
||||
"weekday": "long",
|
||||
"year": "numeric"
|
||||
"month": "lang",
|
||||
"day": "numerisk",
|
||||
"weekday": "lang",
|
||||
"year": "numerisk"
|
||||
},
|
||||
"long": {
|
||||
"year": "numeric",
|
||||
"month": "long",
|
||||
"day": "numeric",
|
||||
"weekday": "long",
|
||||
"hour": "numeric",
|
||||
"minute": "numeric"
|
||||
"year": "numerisk",
|
||||
"month": "lang",
|
||||
"day": "numerisk",
|
||||
"weekday": "lang",
|
||||
"hour": "numerisk",
|
||||
"minute": "numerisk"
|
||||
}
|
||||
}
|
21
frontend/lang/dateTimeFormats/fr-CA.json
Normal file
21
frontend/lang/dateTimeFormats/fr-CA.json
Normal file
@ -0,0 +1,21 @@
|
||||
{
|
||||
"short": {
|
||||
"month": "short",
|
||||
"day": "numeric",
|
||||
"weekday": "long"
|
||||
},
|
||||
"medium": {
|
||||
"month": "long",
|
||||
"day": "numeric",
|
||||
"weekday": "long",
|
||||
"year": "numeric"
|
||||
},
|
||||
"long": {
|
||||
"year": "numeric",
|
||||
"month": "long",
|
||||
"day": "numeric",
|
||||
"weekday": "long",
|
||||
"hour": "numeric",
|
||||
"minute": "numeric"
|
||||
}
|
||||
}
|
@ -1,21 +1,21 @@
|
||||
{
|
||||
"short": {
|
||||
"month": "short",
|
||||
"day": "numeric",
|
||||
"weekday": "long"
|
||||
"month": "breve",
|
||||
"day": "numerico",
|
||||
"weekday": "lungo"
|
||||
},
|
||||
"medium": {
|
||||
"month": "long",
|
||||
"day": "numeric",
|
||||
"weekday": "long",
|
||||
"year": "numeric"
|
||||
"month": "lungo",
|
||||
"day": "numerico",
|
||||
"weekday": "lungo",
|
||||
"year": "numerico"
|
||||
},
|
||||
"long": {
|
||||
"year": "numeric",
|
||||
"month": "long",
|
||||
"day": "numeric",
|
||||
"weekday": "long",
|
||||
"hour": "numeric",
|
||||
"minute": "numeric"
|
||||
"month": "lungo",
|
||||
"day": "numerico",
|
||||
"weekday": "lungo",
|
||||
"hour": "numerico",
|
||||
"minute": "numerico"
|
||||
}
|
||||
}
|
21
frontend/lang/dateTimeFormats/sk-SK.json
Normal file
21
frontend/lang/dateTimeFormats/sk-SK.json
Normal file
@ -0,0 +1,21 @@
|
||||
{
|
||||
"short": {
|
||||
"month": "short",
|
||||
"day": "numeric",
|
||||
"weekday": "long"
|
||||
},
|
||||
"medium": {
|
||||
"month": "long",
|
||||
"day": "numeric",
|
||||
"weekday": "long",
|
||||
"year": "numeric"
|
||||
},
|
||||
"long": {
|
||||
"year": "numeric",
|
||||
"month": "long",
|
||||
"day": "numeric",
|
||||
"weekday": "long",
|
||||
"hour": "numeric",
|
||||
"minute": "numeric"
|
||||
}
|
||||
}
|
@ -1,21 +1,21 @@
|
||||
{
|
||||
"short": {
|
||||
"month": "short",
|
||||
"day": "numeric",
|
||||
"day": "числовий",
|
||||
"weekday": "long"
|
||||
},
|
||||
"medium": {
|
||||
"month": "long",
|
||||
"day": "numeric",
|
||||
"day": "числовий",
|
||||
"weekday": "long",
|
||||
"year": "numeric"
|
||||
"year": "числовий"
|
||||
},
|
||||
"long": {
|
||||
"year": "numeric",
|
||||
"year": "числовий",
|
||||
"month": "long",
|
||||
"day": "numeric",
|
||||
"day": "числовий",
|
||||
"weekday": "long",
|
||||
"hour": "numeric",
|
||||
"minute": "numeric"
|
||||
"hour": "числовий",
|
||||
"minute": "числовий"
|
||||
}
|
||||
}
|
@ -33,6 +33,7 @@
|
||||
"show-assets": "Show Assets"
|
||||
},
|
||||
"category": {
|
||||
"categories": "Categories",
|
||||
"category-created": "Category created",
|
||||
"category-creation-failed": "Category creation failed",
|
||||
"category-deleted": "Category Deleted",
|
||||
@ -129,7 +130,11 @@
|
||||
"url": "URL",
|
||||
"view": "View",
|
||||
"wednesday": "Wednesday",
|
||||
"yes": "Yes"
|
||||
"yes": "Yes",
|
||||
"foods": "Foods",
|
||||
"units": "Units",
|
||||
"back": "Back",
|
||||
"next": "Next"
|
||||
},
|
||||
"group": {
|
||||
"are-you-sure-you-want-to-delete-the-group": "Are you sure you want to delete <b>{groupName}<b/>?",
|
||||
@ -149,7 +154,11 @@
|
||||
"manage-groups": "Manage Groups",
|
||||
"user-group": "User Group",
|
||||
"user-group-created": "User Group Created",
|
||||
"user-group-creation-failed": "User Group Creation Failed"
|
||||
"user-group-creation-failed": "User Group Creation Failed",
|
||||
"settings": {
|
||||
"keep-my-recipes-private": "Keep My Recipes Private",
|
||||
"keep-my-recipes-private-description": "Sets your group and all recipes defaults to private. You can always change this later."
|
||||
}
|
||||
},
|
||||
"meal-plan": {
|
||||
"create-a-new-meal-plan": "Create a New Meal Plan",
|
||||
@ -206,7 +215,10 @@
|
||||
"upload-a-recipe": "Upload a Recipe",
|
||||
"upload-individual-zip-file": "Upload an individual .zip file exported from another Mealie instance.",
|
||||
"url-form-hint": "Copy and paste a link from your favorite recipe website",
|
||||
"view-scraped-data": "View Scraped Data"
|
||||
"view-scraped-data": "View Scraped Data",
|
||||
"trim-whitespace-description": "Trim leading and trailing whitespace as well as blank lines",
|
||||
"trim-prefix-description": "Trim first character from each line",
|
||||
"split-by-numbered-line-description": "Attempts to split a paragraph by matching '1)' or '1.' patterns"
|
||||
},
|
||||
"page": {
|
||||
"404-page-not-found": "404 Page not found",
|
||||
@ -278,9 +290,7 @@
|
||||
"sugar-content": "Sugar",
|
||||
"title": "Title",
|
||||
"total-time": "Total Time",
|
||||
"unable-to-delete-recipe": "Unable to Delete Recipe"
|
||||
},
|
||||
"reicpe": {
|
||||
"unable-to-delete-recipe": "Unable to Delete Recipe",
|
||||
"no-recipe": "No Recipe"
|
||||
},
|
||||
"search": {
|
||||
@ -387,7 +397,8 @@
|
||||
"test-webhooks": "Test Webhooks",
|
||||
"the-urls-listed-below-will-recieve-webhooks-containing-the-recipe-data-for-the-meal-plan-on-its-scheduled-day-currently-webhooks-will-execute-at": "The URLs listed below will receive webhooks containing the recipe data for the meal plan on it's scheduled day. Currently Webhooks will execute at",
|
||||
"webhook-url": "Webhook URL",
|
||||
"webhooks-caps": "WEBHOOKS"
|
||||
"webhooks-caps": "WEBHOOKS",
|
||||
"webhooks": "Webhooks"
|
||||
}
|
||||
},
|
||||
"shopping-list": {
|
||||
@ -402,7 +413,9 @@
|
||||
},
|
||||
"sidebar": {
|
||||
"all-recipes": "All Recipes",
|
||||
"backups": "Backups",
|
||||
"categories": "Categories",
|
||||
"cookbooks": "Cookbooks",
|
||||
"dashboard": "Dashboard",
|
||||
"home-page": "Home Page",
|
||||
"manage-users": "Manage Users",
|
||||
@ -411,7 +424,8 @@
|
||||
"search": "Search",
|
||||
"site-settings": "Site Settings",
|
||||
"tags": "Tags",
|
||||
"toolbox": "Toolbox"
|
||||
"toolbox": "Toolbox",
|
||||
"language": "Language"
|
||||
},
|
||||
"signup": {
|
||||
"error-signing-up": "Error Signing Up",
|
||||
@ -433,6 +447,9 @@
|
||||
"tags": "Tags",
|
||||
"untagged-count": "Untagged {count}"
|
||||
},
|
||||
"tool": {
|
||||
"tools": "Tools"
|
||||
},
|
||||
"user": {
|
||||
"admin": "Admin",
|
||||
"are-you-sure-you-want-to-delete-the-link": "Are you sure you want to delete the link <b>{link}<b/>?",
|
||||
@ -450,6 +467,7 @@
|
||||
"error-cannot-delete-super-user": "Error! Cannot Delete Super User",
|
||||
"existing-password-does-not-match": "Existing password does not match",
|
||||
"full-name": "Full Name",
|
||||
"invite-only": "Invite Only",
|
||||
"link-id": "Link ID",
|
||||
"link-name": "Link Name",
|
||||
"login": "Login",
|
||||
@ -457,33 +475,75 @@
|
||||
"manage-users": "Manage Users",
|
||||
"new-password": "New Password",
|
||||
"new-user": "New User",
|
||||
"password": "Password",
|
||||
"password-has-been-reset-to-the-default-password": "Password has been reset to the default password",
|
||||
"password-must-match": "Password must match",
|
||||
"password-reset-failed": "Password reset failed",
|
||||
"password-updated": "Password updated",
|
||||
"password": "Password",
|
||||
"password-strength": "Password is {strength}",
|
||||
"register": "Register",
|
||||
"reset-password": "Reset Password",
|
||||
"sign-in": "Sign in",
|
||||
"total-mealplans": "Total MealPlans",
|
||||
"total-users": "Total Users",
|
||||
"upload-photo": "Upload Photo",
|
||||
"use-8-characters-or-more-for-your-password": "Use 8 characters or more for your password",
|
||||
"user": "User",
|
||||
"user-created": "User created",
|
||||
"user-creation-failed": "User creation failed",
|
||||
"user-deleted": "User deleted",
|
||||
"user-id": "User ID",
|
||||
"user-id-with-value": "User ID: {id}",
|
||||
"user-id": "User ID",
|
||||
"user-password": "User Password",
|
||||
"user-successfully-logged-in": "User Successfully Logged In",
|
||||
"user-update-failed": "User update failed",
|
||||
"user-updated": "User updated",
|
||||
"user": "User",
|
||||
"username": "Username",
|
||||
"users": "Users",
|
||||
"users-header": "USERS",
|
||||
"users": "Users",
|
||||
"webhook-time": "Webhook Time",
|
||||
"webhooks-enabled": "Webhooks Enabled",
|
||||
"you-are-not-allowed-to-create-a-user": "You are not allowed to create a user",
|
||||
"you-are-not-allowed-to-delete-this-user": "You are not allowed to delete this user"
|
||||
"you-are-not-allowed-to-delete-this-user": "You are not allowed to delete this user",
|
||||
"enable-advanced-content": "Enable Advanced Content",
|
||||
"enable-advanced-content-description": "Enables advanced features like Recipe Scaling, API keys, Webhooks, and Data Management. Don't worry, you can always change this later"
|
||||
},
|
||||
"language-dialog": {
|
||||
"translated": "translated",
|
||||
"choose-language": "Choose Language",
|
||||
"select-description": "Choose the language for the Mealie UI. The setting only applies to you, not other users.",
|
||||
"how-to-contribute-description": "Is something not translated yet, mistranslated, or your language missing from the list? {read-the-docs-link} on how to contribute!",
|
||||
"read-the-docs": "Read the docs"
|
||||
},
|
||||
"data-pages": {
|
||||
"seed-data": "Seed Data",
|
||||
"foods": {
|
||||
"merge-dialog-text": "Combining the selected foods will merge the source food and target food into a single food. The source food will be deleted and all of the references to the source food will be updated to point to the target food.",
|
||||
"merge-food-example": "Merging {food1} into {food2}",
|
||||
"seed-dialog-text": "Seed the database with foods based on your local language. This will create 200+ common foods that can be used to organize your database. Foods are translated via a community effort.",
|
||||
"seed-dialog-warning": "You have already have some items in your database. This action will not reconcile duplicates, you will have to manage them manually."
|
||||
},
|
||||
"units": {
|
||||
"seed-dialog-text": "Seed the database with common units based on your local language."
|
||||
},
|
||||
"labels": {
|
||||
"seed-dialog-text": "Seed the database with common labels based on your local language."
|
||||
}
|
||||
},
|
||||
"user-registration": {
|
||||
"user-registration": "User Registration",
|
||||
"join-a-group": "Join a Group",
|
||||
"create-a-new-group": "Create a New Group",
|
||||
"provide-registration-token-description": "Please provide the registration token associated with the group that you'd like to join. You'll need to obtain this from an existing group member.",
|
||||
"group-details": "Group Details",
|
||||
"group-details-description": "Before you create an account you'll need to create a group. Your group will only contain you, but you'll be able to invite others later. Members in your group can share meal plans, shopping lists, recipes, and more!",
|
||||
"use-seed-data": "Use Seed Data",
|
||||
"use-seed-data-description": "Mealie ships with a collection of Foods, Units, and Labels that can be used to populate your group with helpful data for organizing your recipes.",
|
||||
"account-details": "Account Details"
|
||||
},
|
||||
"validation": {
|
||||
"group-name-is-taken": "Group name is taken",
|
||||
"username-is-taken": "Username is taken",
|
||||
"email-is-taken": "Email is taken"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -33,6 +33,7 @@
|
||||
"show-assets": "إظهار الأصول"
|
||||
},
|
||||
"category": {
|
||||
"categories": "Categories",
|
||||
"category-created": "تم انشاء الفئة",
|
||||
"category-creation-failed": "فشل إنشاء الفئة",
|
||||
"category-deleted": "تم حذف الفئة",
|
||||
@ -129,7 +130,11 @@
|
||||
"url": "URL",
|
||||
"view": "View",
|
||||
"wednesday": "Wednesday",
|
||||
"yes": "Yes"
|
||||
"yes": "Yes",
|
||||
"foods": "Foods",
|
||||
"units": "Units",
|
||||
"back": "Back",
|
||||
"next": "Next"
|
||||
},
|
||||
"group": {
|
||||
"are-you-sure-you-want-to-delete-the-group": "Are you sure you want to delete <b>{groupName}<b/>?",
|
||||
@ -149,7 +154,11 @@
|
||||
"manage-groups": "Manage Groups",
|
||||
"user-group": "User Group",
|
||||
"user-group-created": "User Group Created",
|
||||
"user-group-creation-failed": "User Group Creation Failed"
|
||||
"user-group-creation-failed": "User Group Creation Failed",
|
||||
"settings": {
|
||||
"keep-my-recipes-private": "Keep My Recipes Private",
|
||||
"keep-my-recipes-private-description": "Sets your group and all recipes defaults to private. You can always change this later."
|
||||
}
|
||||
},
|
||||
"meal-plan": {
|
||||
"create-a-new-meal-plan": "Create a New Meal Plan",
|
||||
@ -206,7 +215,10 @@
|
||||
"upload-a-recipe": "Upload a Recipe",
|
||||
"upload-individual-zip-file": "Upload an individual .zip file exported from another Mealie instance.",
|
||||
"url-form-hint": "Copy and paste a link from your favorite recipe website",
|
||||
"view-scraped-data": "View Scraped Data"
|
||||
"view-scraped-data": "View Scraped Data",
|
||||
"trim-whitespace-description": "Trim leading and trailing whitespace as well as blank lines",
|
||||
"trim-prefix-description": "Trim first character from each line",
|
||||
"split-by-numbered-line-description": "Attempts to split a paragraph by matching '1)' or '1.' patterns"
|
||||
},
|
||||
"page": {
|
||||
"404-page-not-found": "404 Page not found",
|
||||
@ -278,9 +290,7 @@
|
||||
"sugar-content": "Sugar",
|
||||
"title": "Title",
|
||||
"total-time": "Total Time",
|
||||
"unable-to-delete-recipe": "Unable to Delete Recipe"
|
||||
},
|
||||
"reicpe": {
|
||||
"unable-to-delete-recipe": "Unable to Delete Recipe",
|
||||
"no-recipe": "No Recipe"
|
||||
},
|
||||
"search": {
|
||||
@ -387,7 +397,8 @@
|
||||
"test-webhooks": "Test Webhooks",
|
||||
"the-urls-listed-below-will-recieve-webhooks-containing-the-recipe-data-for-the-meal-plan-on-its-scheduled-day-currently-webhooks-will-execute-at": "The URLs listed below will receive webhooks containing the recipe data for the meal plan on it's scheduled day. Currently Webhooks will execute at",
|
||||
"webhook-url": "Webhook URL",
|
||||
"webhooks-caps": "WEBHOOKS"
|
||||
"webhooks-caps": "WEBHOOKS",
|
||||
"webhooks": "Webhooks"
|
||||
}
|
||||
},
|
||||
"shopping-list": {
|
||||
@ -402,7 +413,9 @@
|
||||
},
|
||||
"sidebar": {
|
||||
"all-recipes": "All Recipes",
|
||||
"backups": "Backups",
|
||||
"categories": "Categories",
|
||||
"cookbooks": "Cookbooks",
|
||||
"dashboard": "Dashboard",
|
||||
"home-page": "Home Page",
|
||||
"manage-users": "Manage Users",
|
||||
@ -411,7 +424,8 @@
|
||||
"search": "Search",
|
||||
"site-settings": "Site Settings",
|
||||
"tags": "Tags",
|
||||
"toolbox": "Toolbox"
|
||||
"toolbox": "Toolbox",
|
||||
"language": "Language"
|
||||
},
|
||||
"signup": {
|
||||
"error-signing-up": "Error Signing Up",
|
||||
@ -433,6 +447,9 @@
|
||||
"tags": "Tags",
|
||||
"untagged-count": "Untagged {count}"
|
||||
},
|
||||
"tool": {
|
||||
"tools": "Tools"
|
||||
},
|
||||
"user": {
|
||||
"admin": "Admin",
|
||||
"are-you-sure-you-want-to-delete-the-link": "Are you sure you want to delete the link <b>{link}<b/>?",
|
||||
@ -450,6 +467,7 @@
|
||||
"error-cannot-delete-super-user": "Error! Cannot Delete Super User",
|
||||
"existing-password-does-not-match": "Existing password does not match",
|
||||
"full-name": "Full Name",
|
||||
"invite-only": "Invite Only",
|
||||
"link-id": "Link ID",
|
||||
"link-name": "Link Name",
|
||||
"login": "Login",
|
||||
@ -457,33 +475,75 @@
|
||||
"manage-users": "Manage Users",
|
||||
"new-password": "New Password",
|
||||
"new-user": "New User",
|
||||
"password": "Password",
|
||||
"password-has-been-reset-to-the-default-password": "Password has been reset to the default password",
|
||||
"password-must-match": "Password must match",
|
||||
"password-reset-failed": "Password reset failed",
|
||||
"password-updated": "Password updated",
|
||||
"password": "Password",
|
||||
"password-strength": "Password is {strength}",
|
||||
"register": "Register",
|
||||
"reset-password": "Reset Password",
|
||||
"sign-in": "Sign in",
|
||||
"total-mealplans": "Total MealPlans",
|
||||
"total-users": "Total Users",
|
||||
"upload-photo": "Upload Photo",
|
||||
"use-8-characters-or-more-for-your-password": "Use 8 characters or more for your password",
|
||||
"user": "User",
|
||||
"user-created": "User created",
|
||||
"user-creation-failed": "User creation failed",
|
||||
"user-deleted": "User deleted",
|
||||
"user-id": "User ID",
|
||||
"user-id-with-value": "User ID: {id}",
|
||||
"user-id": "User ID",
|
||||
"user-password": "User Password",
|
||||
"user-successfully-logged-in": "User Successfully Logged In",
|
||||
"user-update-failed": "User update failed",
|
||||
"user-updated": "User updated",
|
||||
"user": "User",
|
||||
"username": "Username",
|
||||
"users": "Users",
|
||||
"users-header": "USERS",
|
||||
"users": "Users",
|
||||
"webhook-time": "Webhook Time",
|
||||
"webhooks-enabled": "Webhooks Enabled",
|
||||
"you-are-not-allowed-to-create-a-user": "You are not allowed to create a user",
|
||||
"you-are-not-allowed-to-delete-this-user": "You are not allowed to delete this user"
|
||||
"you-are-not-allowed-to-delete-this-user": "You are not allowed to delete this user",
|
||||
"enable-advanced-content": "Enable Advanced Content",
|
||||
"enable-advanced-content-description": "Enables advanced features like Recipe Scaling, API keys, Webhooks, and Data Management. Don't worry, you can always change this later"
|
||||
},
|
||||
"language-dialog": {
|
||||
"translated": "translated",
|
||||
"choose-language": "Choose Language",
|
||||
"select-description": "Choose the language for the Mealie UI. The setting only applies to you, not other users.",
|
||||
"how-to-contribute-description": "Is something not translated yet, mistranslated, or your language missing from the list? {read-the-docs-link} on how to contribute!",
|
||||
"read-the-docs": "Read the docs"
|
||||
},
|
||||
"data-pages": {
|
||||
"seed-data": "Seed Data",
|
||||
"foods": {
|
||||
"merge-dialog-text": "Combining the selected foods will merge the source food and target food into a single food. The source food will be deleted and all of the references to the source food will be updated to point to the target food.",
|
||||
"merge-food-example": "Merging {food1} into {food2}",
|
||||
"seed-dialog-text": "Seed the database with foods based on your local language. This will create 200+ common foods that can be used to organize your database. Foods are translated via a community effort.",
|
||||
"seed-dialog-warning": "You have already have some items in your database. This action will not reconcile duplicates, you will have to manage them manually."
|
||||
},
|
||||
"units": {
|
||||
"seed-dialog-text": "Seed the database with common units based on your local language."
|
||||
},
|
||||
"labels": {
|
||||
"seed-dialog-text": "Seed the database with common labels based on your local language."
|
||||
}
|
||||
},
|
||||
"user-registration": {
|
||||
"user-registration": "User Registration",
|
||||
"join-a-group": "Join a Group",
|
||||
"create-a-new-group": "Create a New Group",
|
||||
"provide-registration-token-description": "Please provide the registration token associated with the group that you'd like to join. You'll need to obtain this from an existing group member.",
|
||||
"group-details": "Group Details",
|
||||
"group-details-description": "Before you create an account you'll need to create a group. Your group will only contain you, but you'll be able to invite others later. Members in your group can share meal plans, shopping lists, recipes, and more!",
|
||||
"use-seed-data": "Use Seed Data",
|
||||
"use-seed-data-description": "Mealie ships with a collection of Foods, Units, and Labels that can be used to populate your group with helpful data for organizing your recipes.",
|
||||
"account-details": "Account Details"
|
||||
},
|
||||
"validation": {
|
||||
"group-name-is-taken": "Group name is taken",
|
||||
"username-is-taken": "Username is taken",
|
||||
"email-is-taken": "Email is taken"
|
||||
}
|
||||
}
|
||||
|
549
frontend/lang/messages/bg-BG.json
Normal file
549
frontend/lang/messages/bg-BG.json
Normal file
@ -0,0 +1,549 @@
|
||||
{
|
||||
"about": {
|
||||
"about": "About",
|
||||
"about-mealie": "About Mealie",
|
||||
"api-docs": "API Docs",
|
||||
"api-port": "API Port",
|
||||
"application-mode": "Application Mode",
|
||||
"database-type": "Database Type",
|
||||
"database-url": "Database URL",
|
||||
"default-group": "Default Group",
|
||||
"demo": "Demo",
|
||||
"demo-status": "Demo Status",
|
||||
"development": "Development",
|
||||
"docs": "Docs",
|
||||
"download-log": "Download Log",
|
||||
"download-recipe-json": "Last Scraped JSON",
|
||||
"github": "Github",
|
||||
"log-lines": "Log Lines",
|
||||
"not-demo": "Not Demo",
|
||||
"portfolio": "Portfolio",
|
||||
"production": "Production",
|
||||
"support": "Support",
|
||||
"version": "Version"
|
||||
},
|
||||
"asset": {
|
||||
"assets": "Assets",
|
||||
"code": "Code",
|
||||
"file": "File",
|
||||
"image": "Image",
|
||||
"new-asset": "New Asset",
|
||||
"pdf": "PDF",
|
||||
"recipe": "Recipe",
|
||||
"show-assets": "Show Assets"
|
||||
},
|
||||
"category": {
|
||||
"categories": "Categories",
|
||||
"category-created": "Category created",
|
||||
"category-creation-failed": "Category creation failed",
|
||||
"category-deleted": "Category Deleted",
|
||||
"category-deletion-failed": "Category deletion failed",
|
||||
"category-filter": "Category Filter",
|
||||
"category-update-failed": "Category update failed",
|
||||
"category-updated": "Category updated",
|
||||
"uncategorized-count": "Uncategorized {count}"
|
||||
},
|
||||
"events": {
|
||||
"apprise-url": "Apprise URL",
|
||||
"database": "Database",
|
||||
"delete-event": "Delete Event",
|
||||
"new-notification-form-description": "Mealie uses the Apprise library to generate notifications. They offer many options for services to use for notifications. Refer to their wiki for a comprehensive guide on how to create the URL for your service. If available, selecting the type of your notification may include extra features.",
|
||||
"new-version": "New version available!",
|
||||
"notification": "Notification",
|
||||
"refresh": "Refresh",
|
||||
"scheduled": "Scheduled",
|
||||
"something-went-wrong": "Something Went Wrong!",
|
||||
"subscribed-events": "Subscribed Events",
|
||||
"test-message-sent": "Test Message Sent"
|
||||
},
|
||||
"general": {
|
||||
"cancel": "Cancel",
|
||||
"clear": "Clear",
|
||||
"close": "Close",
|
||||
"confirm": "Confirm",
|
||||
"confirm-delete-generic": "Are you sure you want to delete this?",
|
||||
"copied": "Copied",
|
||||
"create": "Create",
|
||||
"created": "Created",
|
||||
"custom": "Custom",
|
||||
"dashboard": "Dashboard",
|
||||
"delete": "Delete",
|
||||
"disabled": "Disabled",
|
||||
"download": "Download",
|
||||
"edit": "Edit",
|
||||
"enabled": "Enabled",
|
||||
"exception": "Exception",
|
||||
"failed-count": "Failed: {count}",
|
||||
"failure-uploading-file": "Failure uploading file",
|
||||
"favorites": "Favorites",
|
||||
"field-required": "Field Required",
|
||||
"file-folder-not-found": "File/folder not found",
|
||||
"file-uploaded": "File uploaded",
|
||||
"filter": "Filter",
|
||||
"friday": "Friday",
|
||||
"general": "General",
|
||||
"get": "Get",
|
||||
"home": "Home",
|
||||
"image": "Image",
|
||||
"image-upload-failed": "Image upload failed",
|
||||
"import": "Import",
|
||||
"json": "JSON",
|
||||
"keyword": "Keyword",
|
||||
"link-copied": "Link Copied",
|
||||
"loading-recipes": "Loading Recipes",
|
||||
"monday": "Monday",
|
||||
"name": "Name",
|
||||
"new": "New",
|
||||
"no": "No",
|
||||
"no-recipe-found": "No Recipe Found",
|
||||
"ok": "OK",
|
||||
"options": "Options:",
|
||||
"print": "Print",
|
||||
"random": "Random",
|
||||
"rating": "Rating",
|
||||
"recent": "Recent",
|
||||
"recipe": "Recipe",
|
||||
"recipes": "Recipes",
|
||||
"rename-object": "Rename {0}",
|
||||
"reset": "Reset",
|
||||
"saturday": "Saturday",
|
||||
"save": "Save",
|
||||
"settings": "Settings",
|
||||
"share": "Share",
|
||||
"shuffle": "Shuffle",
|
||||
"sort": "Sort",
|
||||
"sort-alphabetically": "Alphabetical",
|
||||
"status": "Status",
|
||||
"submit": "Submit",
|
||||
"success-count": "Success: {count}",
|
||||
"sunday": "Sunday",
|
||||
"templates": "Templates:",
|
||||
"test": "Test",
|
||||
"themes": "Themes",
|
||||
"thursday": "Thursday",
|
||||
"token": "Token",
|
||||
"tuesday": "Tuesday",
|
||||
"type": "Type",
|
||||
"update": "Update",
|
||||
"updated": "Updated",
|
||||
"upload": "Upload",
|
||||
"url": "URL",
|
||||
"view": "View",
|
||||
"wednesday": "Wednesday",
|
||||
"yes": "Yes",
|
||||
"foods": "Foods",
|
||||
"units": "Units",
|
||||
"back": "Back",
|
||||
"next": "Next"
|
||||
},
|
||||
"group": {
|
||||
"are-you-sure-you-want-to-delete-the-group": "Are you sure you want to delete <b>{groupName}<b/>?",
|
||||
"cannot-delete-default-group": "Cannot delete default group",
|
||||
"cannot-delete-group-with-users": "Cannot delete group with users",
|
||||
"confirm-group-deletion": "Confirm Group Deletion",
|
||||
"create-group": "Create Group",
|
||||
"error-updating-group": "Error updating group",
|
||||
"group": "Group",
|
||||
"group-deleted": "Group deleted",
|
||||
"group-deletion-failed": "Group deletion failed",
|
||||
"group-id-with-value": "Group ID: {groupID}",
|
||||
"group-name": "Group Name",
|
||||
"group-not-found": "Group not found",
|
||||
"group-with-value": "Group: {groupID}",
|
||||
"groups": "Groups",
|
||||
"manage-groups": "Manage Groups",
|
||||
"user-group": "User Group",
|
||||
"user-group-created": "User Group Created",
|
||||
"user-group-creation-failed": "User Group Creation Failed",
|
||||
"settings": {
|
||||
"keep-my-recipes-private": "Keep My Recipes Private",
|
||||
"keep-my-recipes-private-description": "Sets your group and all recipes defaults to private. You can always change this later."
|
||||
}
|
||||
},
|
||||
"meal-plan": {
|
||||
"create-a-new-meal-plan": "Create a New Meal Plan",
|
||||
"dinner-this-week": "Dinner This Week",
|
||||
"dinner-today": "Dinner Today",
|
||||
"dinner-tonight": "DINNER TONIGHT",
|
||||
"edit-meal-plan": "Edit Meal Plan",
|
||||
"end-date": "End Date",
|
||||
"group": "Group (Beta)",
|
||||
"main": "Main",
|
||||
"meal-planner": "Meal Planner",
|
||||
"meal-plans": "Meal Plans",
|
||||
"mealplan-categories": "MEALPLAN CATEGORIES",
|
||||
"mealplan-created": "Mealplan created",
|
||||
"mealplan-creation-failed": "Mealplan creation failed",
|
||||
"mealplan-deleted": "Mealplan Deleted",
|
||||
"mealplan-deletion-failed": "Mealplan deletion failed",
|
||||
"mealplan-settings": "Mealplan Settings",
|
||||
"mealplan-update-failed": "Mealplan update failed",
|
||||
"mealplan-updated": "Mealplan Updated",
|
||||
"no-meal-plan-defined-yet": "No meal plan defined yet",
|
||||
"no-meal-planned-for-today": "No meal planned for today",
|
||||
"only-recipes-with-these-categories-will-be-used-in-meal-plans": "Only recipes with these categories will be used in Meal Plans",
|
||||
"planner": "Planner",
|
||||
"quick-week": "Quick Week",
|
||||
"side": "Side",
|
||||
"sides": "Sides",
|
||||
"start-date": "Start Date"
|
||||
},
|
||||
"migration": {
|
||||
"chowdown": {
|
||||
"description": "Migrate data from Chowdown",
|
||||
"title": "Chowdown"
|
||||
},
|
||||
"migration-data-removed": "Migration data removed",
|
||||
"nextcloud": {
|
||||
"description": "Migrate data from a Nextcloud Cookbook instance",
|
||||
"title": "Nextcloud Cookbook"
|
||||
},
|
||||
"no-migration-data-available": "No Migration Data Available",
|
||||
"recipe-migration": "Recipe Migration"
|
||||
},
|
||||
"new-recipe": {
|
||||
"bulk-add": "Bulk Add",
|
||||
"error-details": "Only websites containing ld+json or microdata can be imported by Mealie. Most major recipe websites support this data structure. If your site cannot be imported but there is json data in the log, please submit a github issue with the URL and data.",
|
||||
"error-title": "Looks Like We Couldn't Find Anything",
|
||||
"from-url": "Import a Recipe",
|
||||
"github-issues": "GitHub Issues",
|
||||
"google-ld-json-info": "Google ld+json Info",
|
||||
"must-be-a-valid-url": "Must be a Valid URL",
|
||||
"paste-in-your-recipe-data-each-line-will-be-treated-as-an-item-in-a-list": "Paste in your recipe data. Each line will be treated as an item in a list",
|
||||
"recipe-markup-specification": "Recipe Markup Specification",
|
||||
"recipe-url": "Recipe URL",
|
||||
"upload-a-recipe": "Upload a Recipe",
|
||||
"upload-individual-zip-file": "Upload an individual .zip file exported from another Mealie instance.",
|
||||
"url-form-hint": "Copy and paste a link from your favorite recipe website",
|
||||
"view-scraped-data": "View Scraped Data",
|
||||
"trim-whitespace-description": "Trim leading and trailing whitespace as well as blank lines",
|
||||
"trim-prefix-description": "Trim first character from each line",
|
||||
"split-by-numbered-line-description": "Attempts to split a paragraph by matching '1)' or '1.' patterns"
|
||||
},
|
||||
"page": {
|
||||
"404-page-not-found": "404 Page not found",
|
||||
"all-recipes": "All Recipes",
|
||||
"new-page-created": "New page created",
|
||||
"page": "Page",
|
||||
"page-creation-failed": "Page creation failed",
|
||||
"page-deleted": "Page deleted",
|
||||
"page-deletion-failed": "Page deletion failed",
|
||||
"page-update-failed": "Page update failed",
|
||||
"page-updated": "Page updated",
|
||||
"pages-update-failed": "Pages update failed",
|
||||
"pages-updated": "Pages updated"
|
||||
},
|
||||
"recipe": {
|
||||
"add-key": "Add Key",
|
||||
"add-to-favorites": "Add to Favorites",
|
||||
"api-extras": "API Extras",
|
||||
"calories": "Calories",
|
||||
"calories-suffix": "calories",
|
||||
"carbohydrate-content": "Carbohydrate",
|
||||
"categories": "Categories",
|
||||
"comment-action": "Comment",
|
||||
"comments": "Comments",
|
||||
"delete-confirmation": "Are you sure you want to delete this recipe?",
|
||||
"delete-recipe": "Delete Recipe",
|
||||
"description": "Description",
|
||||
"disable-amount": "Disable Ingredient Amounts",
|
||||
"disable-comments": "Disable Comments",
|
||||
"fat-content": "Fat",
|
||||
"fiber-content": "Fiber",
|
||||
"grams": "grams",
|
||||
"ingredient": "Ingredient",
|
||||
"ingredients": "Ingredients",
|
||||
"insert-section": "Insert Section",
|
||||
"instructions": "Instructions",
|
||||
"key-name-required": "Key Name Required",
|
||||
"landscape-view-coming-soon": "Landscape View",
|
||||
"milligrams": "milligrams",
|
||||
"new-key-name": "New Key Name",
|
||||
"no-white-space-allowed": "No White Space Allowed",
|
||||
"note": "Note",
|
||||
"nutrition": "Nutrition",
|
||||
"object-key": "Object Key",
|
||||
"object-value": "Object Value",
|
||||
"original-url": "Original URL",
|
||||
"perform-time": "Cook Time",
|
||||
"prep-time": "Prep Time",
|
||||
"protein-content": "Protein",
|
||||
"public-recipe": "Public Recipe",
|
||||
"recipe-created": "Recipe created",
|
||||
"recipe-creation-failed": "Recipe creation failed",
|
||||
"recipe-deleted": "Recipe deleted",
|
||||
"recipe-image": "Recipe Image",
|
||||
"recipe-image-updated": "Recipe image updated",
|
||||
"recipe-name": "Recipe Name",
|
||||
"recipe-settings": "Recipe Settings",
|
||||
"recipe-update-failed": "Recipe update failed",
|
||||
"recipe-updated": "Recipe updated",
|
||||
"remove-from-favorites": "Remove from Favorites",
|
||||
"remove-section": "Remove Section",
|
||||
"save-recipe-before-use": "Save recipe before use",
|
||||
"section-title": "Section Title",
|
||||
"servings": "Servings",
|
||||
"share-recipe-message": "I wanted to share my {0} recipe with you.",
|
||||
"show-nutrition-values": "Show Nutrition Values",
|
||||
"sodium-content": "Sodium",
|
||||
"step-index": "Step: {step}",
|
||||
"sugar-content": "Sugar",
|
||||
"title": "Title",
|
||||
"total-time": "Total Time",
|
||||
"unable-to-delete-recipe": "Unable to Delete Recipe",
|
||||
"no-recipe": "No Recipe"
|
||||
},
|
||||
"search": {
|
||||
"advanced-search": "Advanced Search",
|
||||
"and": "and",
|
||||
"exclude": "Exclude",
|
||||
"include": "Include",
|
||||
"max-results": "Max Results",
|
||||
"or": "Or",
|
||||
"results": "Results",
|
||||
"search": "Search",
|
||||
"search-mealie": "Search Mealie (press /)",
|
||||
"search-placeholder": "Search...",
|
||||
"tag-filter": "Tag Filter"
|
||||
},
|
||||
"settings": {
|
||||
"add-a-new-theme": "Add a New Theme",
|
||||
"admin-settings": "Admin Settings",
|
||||
"backup": {
|
||||
"backup-created-at-response-export_path": "Backup Created at {path}",
|
||||
"backup-deleted": "Backup deleted",
|
||||
"backup-tag": "Backup Tag",
|
||||
"create-heading": "Create A Backup",
|
||||
"delete-backup": "Delete Backup",
|
||||
"error-creating-backup-see-log-file": "Error Creating Backup. See Log File",
|
||||
"full-backup": "Full Backup",
|
||||
"import-summary": "Import Summary",
|
||||
"partial-backup": "Partial Backup",
|
||||
"unable-to-delete-backup": "Unable to Delete Backup."
|
||||
},
|
||||
"backup-and-exports": "Backups",
|
||||
"change-password": "Change Password",
|
||||
"current": "Version:",
|
||||
"custom-pages": "Custom Pages",
|
||||
"edit-page": "Edit Page",
|
||||
"events": "Events",
|
||||
"first-day-of-week": "First day of the week",
|
||||
"group-settings-updated": "Group Settings Updated",
|
||||
"homepage": {
|
||||
"all-categories": "All Categories",
|
||||
"card-per-section": "Card Per Section",
|
||||
"home-page": "Home Page",
|
||||
"home-page-sections": "Home Page Sections",
|
||||
"show-recent": "Show Recent"
|
||||
},
|
||||
"language": "Language",
|
||||
"latest": "Latest",
|
||||
"local-api": "Local API",
|
||||
"locale-settings": "Locale settings",
|
||||
"migrations": "Migrations",
|
||||
"new-page": "New Page",
|
||||
"notify": "Notify",
|
||||
"organize": "Organize",
|
||||
"page-name": "Page Name",
|
||||
"pages": "Pages",
|
||||
"profile": "Profile",
|
||||
"remove-existing-entries-matching-imported-entries": "Remove existing entries matching imported entries",
|
||||
"set-new-time": "Set New Time",
|
||||
"settings-update-failed": "Settings update failed",
|
||||
"settings-updated": "Settings updated",
|
||||
"site-settings": "Site Settings",
|
||||
"theme": {
|
||||
"accent": "Accent",
|
||||
"dark": "Dark",
|
||||
"default-to-system": "Default to system",
|
||||
"error": "Error",
|
||||
"error-creating-theme-see-log-file": "Error creating theme. See log file.",
|
||||
"error-deleting-theme": "Error deleting theme",
|
||||
"error-updating-theme": "Error updating theme",
|
||||
"info": "Info",
|
||||
"light": "Light",
|
||||
"primary": "Primary",
|
||||
"secondary": "Secondary",
|
||||
"success": "Success",
|
||||
"switch-to-dark-mode": "Switch to dark mode",
|
||||
"switch-to-light-mode": "Switch to light mode",
|
||||
"theme-deleted": "Theme deleted",
|
||||
"theme-name": "Theme Name",
|
||||
"theme-name-is-required": "Theme Name is required.",
|
||||
"theme-saved": "Theme Saved",
|
||||
"theme-updated": "Theme updated",
|
||||
"warning": "Warning"
|
||||
},
|
||||
"token": {
|
||||
"active-tokens": "ACTIVE TOKENS",
|
||||
"api-token": "API Token",
|
||||
"api-tokens": "API Tokens",
|
||||
"copy-this-token-for-use-with-an-external-application-this-token-will-not-be-viewable-again": "Copy this token for use with an external application. This token will not be viewable again.",
|
||||
"create-an-api-token": "Create an API Token",
|
||||
"token-name": "Token Name"
|
||||
},
|
||||
"toolbox": {
|
||||
"assign-all": "Assign All",
|
||||
"bulk-assign": "Bulk Assign",
|
||||
"new-name": "New Name",
|
||||
"no-unused-items": "No Unused Items",
|
||||
"recipes-affected": "No Recipes Affected|One Recipe Affected|{count} Recipes Affected",
|
||||
"remove-unused": "Remove Unused",
|
||||
"title-case-all": "Title Case All",
|
||||
"toolbox": "Toolbox",
|
||||
"unorganized": "Unorganized"
|
||||
},
|
||||
"webhooks": {
|
||||
"test-webhooks": "Test Webhooks",
|
||||
"the-urls-listed-below-will-recieve-webhooks-containing-the-recipe-data-for-the-meal-plan-on-its-scheduled-day-currently-webhooks-will-execute-at": "The URLs listed below will receive webhooks containing the recipe data for the meal plan on it's scheduled day. Currently Webhooks will execute at",
|
||||
"webhook-url": "Webhook URL",
|
||||
"webhooks-caps": "WEBHOOKS",
|
||||
"webhooks": "Webhooks"
|
||||
}
|
||||
},
|
||||
"shopping-list": {
|
||||
"all-lists": "All Lists",
|
||||
"create-shopping-list": "Create Shopping List",
|
||||
"from-recipe": "From Recipe",
|
||||
"list-name": "List Name",
|
||||
"new-list": "New List",
|
||||
"quantity": "Quantity: {0}",
|
||||
"shopping-list": "Shopping List",
|
||||
"shopping-lists": "Shopping Lists"
|
||||
},
|
||||
"sidebar": {
|
||||
"all-recipes": "All Recipes",
|
||||
"backups": "Backups",
|
||||
"categories": "Categories",
|
||||
"cookbooks": "Cookbooks",
|
||||
"dashboard": "Dashboard",
|
||||
"home-page": "Home Page",
|
||||
"manage-users": "Manage Users",
|
||||
"migrations": "Migrations",
|
||||
"profile": "Profile",
|
||||
"search": "Search",
|
||||
"site-settings": "Site Settings",
|
||||
"tags": "Tags",
|
||||
"toolbox": "Toolbox",
|
||||
"language": "Language"
|
||||
},
|
||||
"signup": {
|
||||
"error-signing-up": "Error Signing Up",
|
||||
"sign-up": "Sign Up",
|
||||
"sign-up-link-created": "Sign up link created",
|
||||
"sign-up-link-creation-failed": "Sign up link creation failed",
|
||||
"sign-up-links": "Sign Up Links",
|
||||
"sign-up-token-deleted": "Sign Up Token Deleted",
|
||||
"sign-up-token-deletion-failed": "Sign up token deletion failed",
|
||||
"welcome-to-mealie": "Welcome to Mealie! To become a user of this instance you are required to have a valid invitation link. If you haven't recieved an invitation you are unable to sign-up. To recieve a link, contact the sites administrator."
|
||||
},
|
||||
"tag": {
|
||||
"tag-created": "Tag created",
|
||||
"tag-creation-failed": "Tag creation failed",
|
||||
"tag-deleted": "Tag deleted",
|
||||
"tag-deletion-failed": "Tag deletion failed",
|
||||
"tag-update-failed": "Tag update failed",
|
||||
"tag-updated": "Tag updated",
|
||||
"tags": "Tags",
|
||||
"untagged-count": "Untagged {count}"
|
||||
},
|
||||
"tool": {
|
||||
"tools": "Tools"
|
||||
},
|
||||
"user": {
|
||||
"admin": "Admin",
|
||||
"are-you-sure-you-want-to-delete-the-link": "Are you sure you want to delete the link <b>{link}<b/>?",
|
||||
"are-you-sure-you-want-to-delete-the-user": "Are you sure you want to delete the user <b>{activeName} ID: {activeId}<b/>?",
|
||||
"confirm-link-deletion": "Confirm Link Deletion",
|
||||
"confirm-password": "Confirm Password",
|
||||
"confirm-user-deletion": "Confirm User Deletion",
|
||||
"could-not-validate-credentials": "Could Not Validate Credentials",
|
||||
"create-link": "Create Link",
|
||||
"create-user": "Create User",
|
||||
"current-password": "Current Password",
|
||||
"e-mail-must-be-valid": "E-mail must be valid",
|
||||
"edit-user": "Edit User",
|
||||
"email": "Email",
|
||||
"error-cannot-delete-super-user": "Error! Cannot Delete Super User",
|
||||
"existing-password-does-not-match": "Existing password does not match",
|
||||
"full-name": "Full Name",
|
||||
"invite-only": "Invite Only",
|
||||
"link-id": "Link ID",
|
||||
"link-name": "Link Name",
|
||||
"login": "Login",
|
||||
"logout": "Logout",
|
||||
"manage-users": "Manage Users",
|
||||
"new-password": "New Password",
|
||||
"new-user": "New User",
|
||||
"password-has-been-reset-to-the-default-password": "Password has been reset to the default password",
|
||||
"password-must-match": "Password must match",
|
||||
"password-reset-failed": "Password reset failed",
|
||||
"password-updated": "Password updated",
|
||||
"password": "Password",
|
||||
"password-strength": "Password is {strength}",
|
||||
"register": "Register",
|
||||
"reset-password": "Reset Password",
|
||||
"sign-in": "Sign in",
|
||||
"total-mealplans": "Total MealPlans",
|
||||
"total-users": "Total Users",
|
||||
"upload-photo": "Upload Photo",
|
||||
"use-8-characters-or-more-for-your-password": "Use 8 characters or more for your password",
|
||||
"user-created": "User created",
|
||||
"user-creation-failed": "User creation failed",
|
||||
"user-deleted": "User deleted",
|
||||
"user-id-with-value": "User ID: {id}",
|
||||
"user-id": "User ID",
|
||||
"user-password": "User Password",
|
||||
"user-successfully-logged-in": "User Successfully Logged In",
|
||||
"user-update-failed": "User update failed",
|
||||
"user-updated": "User updated",
|
||||
"user": "User",
|
||||
"username": "Username",
|
||||
"users-header": "USERS",
|
||||
"users": "Users",
|
||||
"webhook-time": "Webhook Time",
|
||||
"webhooks-enabled": "Webhooks Enabled",
|
||||
"you-are-not-allowed-to-create-a-user": "You are not allowed to create a user",
|
||||
"you-are-not-allowed-to-delete-this-user": "You are not allowed to delete this user",
|
||||
"enable-advanced-content": "Enable Advanced Content",
|
||||
"enable-advanced-content-description": "Enables advanced features like Recipe Scaling, API keys, Webhooks, and Data Management. Don't worry, you can always change this later"
|
||||
},
|
||||
"language-dialog": {
|
||||
"translated": "translated",
|
||||
"choose-language": "Choose Language",
|
||||
"select-description": "Choose the language for the Mealie UI. The setting only applies to you, not other users.",
|
||||
"how-to-contribute-description": "Is something not translated yet, mistranslated, or your language missing from the list? {read-the-docs-link} on how to contribute!",
|
||||
"read-the-docs": "Read the docs"
|
||||
},
|
||||
"data-pages": {
|
||||
"seed-data": "Seed Data",
|
||||
"foods": {
|
||||
"merge-dialog-text": "Combining the selected foods will merge the source food and target food into a single food. The source food will be deleted and all of the references to the source food will be updated to point to the target food.",
|
||||
"merge-food-example": "Merging {food1} into {food2}",
|
||||
"seed-dialog-text": "Seed the database with foods based on your local language. This will create 200+ common foods that can be used to organize your database. Foods are translated via a community effort.",
|
||||
"seed-dialog-warning": "You have already have some items in your database. This action will not reconcile duplicates, you will have to manage them manually."
|
||||
},
|
||||
"units": {
|
||||
"seed-dialog-text": "Seed the database with common units based on your local language."
|
||||
},
|
||||
"labels": {
|
||||
"seed-dialog-text": "Seed the database with common labels based on your local language."
|
||||
}
|
||||
},
|
||||
"user-registration": {
|
||||
"user-registration": "User Registration",
|
||||
"join-a-group": "Join a Group",
|
||||
"create-a-new-group": "Create a New Group",
|
||||
"provide-registration-token-description": "Please provide the registration token associated with the group that you'd like to join. You'll need to obtain this from an existing group member.",
|
||||
"group-details": "Group Details",
|
||||
"group-details-description": "Before you create an account you'll need to create a group. Your group will only contain you, but you'll be able to invite others later. Members in your group can share meal plans, shopping lists, recipes, and more!",
|
||||
"use-seed-data": "Use Seed Data",
|
||||
"use-seed-data-description": "Mealie ships with a collection of Foods, Units, and Labels that can be used to populate your group with helpful data for organizing your recipes.",
|
||||
"account-details": "Account Details"
|
||||
},
|
||||
"validation": {
|
||||
"group-name-is-taken": "Group name is taken",
|
||||
"username-is-taken": "Username is taken",
|
||||
"email-is-taken": "Email is taken"
|
||||
}
|
||||
}
|
@ -33,6 +33,7 @@
|
||||
"show-assets": "Mostra els adjunts"
|
||||
},
|
||||
"category": {
|
||||
"categories": "Categories",
|
||||
"category-created": "S'ha creat la categoria",
|
||||
"category-creation-failed": "S'ha produït un error al crear la categoria",
|
||||
"category-deleted": "S'ha suprimit la categoria",
|
||||
@ -129,7 +130,11 @@
|
||||
"url": "Adreça",
|
||||
"view": "Mostra",
|
||||
"wednesday": "Dimecres",
|
||||
"yes": "Sí"
|
||||
"yes": "Sí",
|
||||
"foods": "Foods",
|
||||
"units": "Units",
|
||||
"back": "Back",
|
||||
"next": "Next"
|
||||
},
|
||||
"group": {
|
||||
"are-you-sure-you-want-to-delete-the-group": "Esteu segur de voler suprimir el grup <b>{groupName}<b/>?",
|
||||
@ -149,7 +154,11 @@
|
||||
"manage-groups": "Gestiona els grups",
|
||||
"user-group": "Grup",
|
||||
"user-group-created": "S'ha creat el grup de l'usuari",
|
||||
"user-group-creation-failed": "Ha fallat la creación del grup de l'usuari"
|
||||
"user-group-creation-failed": "Ha fallat la creación del grup de l'usuari",
|
||||
"settings": {
|
||||
"keep-my-recipes-private": "Keep My Recipes Private",
|
||||
"keep-my-recipes-private-description": "Sets your group and all recipes defaults to private. You can always change this later."
|
||||
}
|
||||
},
|
||||
"meal-plan": {
|
||||
"create-a-new-meal-plan": "Crea un nou menú",
|
||||
@ -206,7 +215,10 @@
|
||||
"upload-a-recipe": "Puja una recepta",
|
||||
"upload-individual-zip-file": "Puja només un arxiu zip, exportat d'altre Mealie.",
|
||||
"url-form-hint": "Copia i enganxa l'enllaç del teu lloc web de receptes preferit",
|
||||
"view-scraped-data": "Visualitza les dades recuperades"
|
||||
"view-scraped-data": "Visualitza les dades recuperades",
|
||||
"trim-whitespace-description": "Trim leading and trailing whitespace as well as blank lines",
|
||||
"trim-prefix-description": "Trim first character from each line",
|
||||
"split-by-numbered-line-description": "Attempts to split a paragraph by matching '1)' or '1.' patterns"
|
||||
},
|
||||
"page": {
|
||||
"404-page-not-found": "Error 404 - No s'ha trobat la pàgina",
|
||||
@ -278,10 +290,8 @@
|
||||
"sugar-content": "Sucres",
|
||||
"title": "Títol",
|
||||
"total-time": "Temps total",
|
||||
"unable-to-delete-recipe": "No s'ha pogut suprimir la recepta"
|
||||
},
|
||||
"reicpe": {
|
||||
"no-recipe": "Cap recepta"
|
||||
"unable-to-delete-recipe": "No s'ha pogut suprimir la recepta",
|
||||
"no-recipe": "No Recipe"
|
||||
},
|
||||
"search": {
|
||||
"advanced-search": "Cerca avançada",
|
||||
@ -387,7 +397,8 @@
|
||||
"test-webhooks": "Prova els Webhooks",
|
||||
"the-urls-listed-below-will-recieve-webhooks-containing-the-recipe-data-for-the-meal-plan-on-its-scheduled-day-currently-webhooks-will-execute-at": "Les URLs mostrades a continuació rebran webhooks amb les dades de la recepta per al menú del dia programat. Actaualment els webhooks s'executaran a les",
|
||||
"webhook-url": "URL del webhook",
|
||||
"webhooks-caps": "WEBHOOKS"
|
||||
"webhooks-caps": "WEBHOOKS",
|
||||
"webhooks": "Webhooks"
|
||||
}
|
||||
},
|
||||
"shopping-list": {
|
||||
@ -402,7 +413,9 @@
|
||||
},
|
||||
"sidebar": {
|
||||
"all-recipes": "Receptes",
|
||||
"backups": "Backups",
|
||||
"categories": "Categories",
|
||||
"cookbooks": "Cookbooks",
|
||||
"dashboard": "Consola",
|
||||
"home-page": "Inici",
|
||||
"manage-users": "Usuaris",
|
||||
@ -411,7 +424,8 @@
|
||||
"search": "Cerca",
|
||||
"site-settings": "Configuració",
|
||||
"tags": "Etiquetes",
|
||||
"toolbox": "Eines"
|
||||
"toolbox": "Eines",
|
||||
"language": "Language"
|
||||
},
|
||||
"signup": {
|
||||
"error-signing-up": "S'ha produït un error al registrar-se",
|
||||
@ -433,6 +447,9 @@
|
||||
"tags": "Etiquetes",
|
||||
"untagged-count": "{count} sense etiquetar"
|
||||
},
|
||||
"tool": {
|
||||
"tools": "Tools"
|
||||
},
|
||||
"user": {
|
||||
"admin": "Administrador/a",
|
||||
"are-you-sure-you-want-to-delete-the-link": "Esteu segur de voler suprimir l'enllaç <b>{link}<b/>?",
|
||||
@ -450,6 +467,7 @@
|
||||
"error-cannot-delete-super-user": "S'ha produït un error. El Super usuari no es pot suprimir!",
|
||||
"existing-password-does-not-match": "La contrasenya actual no coincideix",
|
||||
"full-name": "Nom sencer",
|
||||
"invite-only": "Invite Only",
|
||||
"link-id": "Id de l'enllaç",
|
||||
"link-name": "Nom de l'enllaç",
|
||||
"login": "Inicieu sessió",
|
||||
@ -457,33 +475,75 @@
|
||||
"manage-users": "Gestionar usuaris",
|
||||
"new-password": "Nova contrasenya",
|
||||
"new-user": "Nou Usuari",
|
||||
"password": "Contrasenya",
|
||||
"password-has-been-reset-to-the-default-password": "S'ha restablert la contrasenya al seu valor per defecte",
|
||||
"password-must-match": "Les contrasenyes han de coincidir",
|
||||
"password-reset-failed": "S'ha produït un error al restablir la contrasenya",
|
||||
"password-updated": "S'ha actualitzat la contrasenya",
|
||||
"password": "Contrasenya",
|
||||
"password-strength": "Password is {strength}",
|
||||
"register": "Register",
|
||||
"reset-password": "Restableix la contrasenya",
|
||||
"sign-in": "Inicia sessió",
|
||||
"total-mealplans": "Menús totals",
|
||||
"total-users": "Usuaris totals",
|
||||
"upload-photo": "Pugeu la foto",
|
||||
"use-8-characters-or-more-for-your-password": "La contrasenya ha de tindre mínim 8 caràcters",
|
||||
"user": "Usuari",
|
||||
"user-created": "S'ha creat l'usuari",
|
||||
"user-creation-failed": "S'ha produït un error al crear l'usuari",
|
||||
"user-deleted": "S'ha suprimit l'usuari",
|
||||
"user-id": "ID d'usuari",
|
||||
"user-id-with-value": "ID d'usuari: {id}",
|
||||
"user-id": "ID d'usuari",
|
||||
"user-password": "Contrasenya",
|
||||
"user-successfully-logged-in": "La sessió s'ha iniciat correctament",
|
||||
"user-update-failed": "S'ha produït un error a l'actualitzar l'usuari",
|
||||
"user-updated": "S'ha actualitzat l'usuari",
|
||||
"user": "Usuari",
|
||||
"username": "Nom d'usuari",
|
||||
"users": "Usuaris",
|
||||
"users-header": "USUARIS",
|
||||
"users": "Usuaris",
|
||||
"webhook-time": "Hora del Webhook",
|
||||
"webhooks-enabled": "Webhooks habilitats",
|
||||
"you-are-not-allowed-to-create-a-user": "Vostè no està autoritzat per a crear un usuari",
|
||||
"you-are-not-allowed-to-delete-this-user": "Vostè no està autoritzat per a suprimir l'usuari"
|
||||
"you-are-not-allowed-to-delete-this-user": "Vostè no està autoritzat per a suprimir l'usuari",
|
||||
"enable-advanced-content": "Enable Advanced Content",
|
||||
"enable-advanced-content-description": "Enables advanced features like Recipe Scaling, API keys, Webhooks, and Data Management. Don't worry, you can always change this later"
|
||||
},
|
||||
"language-dialog": {
|
||||
"translated": "translated",
|
||||
"choose-language": "Choose Language",
|
||||
"select-description": "Choose the language for the Mealie UI. The setting only applies to you, not other users.",
|
||||
"how-to-contribute-description": "Is something not translated yet, mistranslated, or your language missing from the list? {read-the-docs-link} on how to contribute!",
|
||||
"read-the-docs": "Read the docs"
|
||||
},
|
||||
"data-pages": {
|
||||
"seed-data": "Seed Data",
|
||||
"foods": {
|
||||
"merge-dialog-text": "Combining the selected foods will merge the source food and target food into a single food. The source food will be deleted and all of the references to the source food will be updated to point to the target food.",
|
||||
"merge-food-example": "Merging {food1} into {food2}",
|
||||
"seed-dialog-text": "Seed the database with foods based on your local language. This will create 200+ common foods that can be used to organize your database. Foods are translated via a community effort.",
|
||||
"seed-dialog-warning": "You have already have some items in your database. This action will not reconcile duplicates, you will have to manage them manually."
|
||||
},
|
||||
"units": {
|
||||
"seed-dialog-text": "Seed the database with common units based on your local language."
|
||||
},
|
||||
"labels": {
|
||||
"seed-dialog-text": "Seed the database with common labels based on your local language."
|
||||
}
|
||||
},
|
||||
"user-registration": {
|
||||
"user-registration": "User Registration",
|
||||
"join-a-group": "Join a Group",
|
||||
"create-a-new-group": "Create a New Group",
|
||||
"provide-registration-token-description": "Please provide the registration token associated with the group that you'd like to join. You'll need to obtain this from an existing group member.",
|
||||
"group-details": "Group Details",
|
||||
"group-details-description": "Before you create an account you'll need to create a group. Your group will only contain you, but you'll be able to invite others later. Members in your group can share meal plans, shopping lists, recipes, and more!",
|
||||
"use-seed-data": "Use Seed Data",
|
||||
"use-seed-data-description": "Mealie ships with a collection of Foods, Units, and Labels that can be used to populate your group with helpful data for organizing your recipes.",
|
||||
"account-details": "Account Details"
|
||||
},
|
||||
"validation": {
|
||||
"group-name-is-taken": "Group name is taken",
|
||||
"username-is-taken": "Username is taken",
|
||||
"email-is-taken": "Email is taken"
|
||||
}
|
||||
}
|
||||
|
@ -33,6 +33,7 @@
|
||||
"show-assets": "Show Assets"
|
||||
},
|
||||
"category": {
|
||||
"categories": "Categories",
|
||||
"category-created": "Category created",
|
||||
"category-creation-failed": "Category creation failed",
|
||||
"category-deleted": "Category Deleted",
|
||||
@ -129,7 +130,11 @@
|
||||
"url": "URL",
|
||||
"view": "View",
|
||||
"wednesday": "Wednesday",
|
||||
"yes": "Yes"
|
||||
"yes": "Yes",
|
||||
"foods": "Foods",
|
||||
"units": "Units",
|
||||
"back": "Back",
|
||||
"next": "Next"
|
||||
},
|
||||
"group": {
|
||||
"are-you-sure-you-want-to-delete-the-group": "Are you sure you want to delete <b>{groupName}<b/>?",
|
||||
@ -149,7 +154,11 @@
|
||||
"manage-groups": "Manage Groups",
|
||||
"user-group": "User Group",
|
||||
"user-group-created": "User Group Created",
|
||||
"user-group-creation-failed": "User Group Creation Failed"
|
||||
"user-group-creation-failed": "User Group Creation Failed",
|
||||
"settings": {
|
||||
"keep-my-recipes-private": "Keep My Recipes Private",
|
||||
"keep-my-recipes-private-description": "Sets your group and all recipes defaults to private. You can always change this later."
|
||||
}
|
||||
},
|
||||
"meal-plan": {
|
||||
"create-a-new-meal-plan": "Create a New Meal Plan",
|
||||
@ -206,7 +215,10 @@
|
||||
"upload-a-recipe": "Upload a Recipe",
|
||||
"upload-individual-zip-file": "Upload an individual .zip file exported from another Mealie instance.",
|
||||
"url-form-hint": "Copy and paste a link from your favorite recipe website",
|
||||
"view-scraped-data": "View Scraped Data"
|
||||
"view-scraped-data": "View Scraped Data",
|
||||
"trim-whitespace-description": "Trim leading and trailing whitespace as well as blank lines",
|
||||
"trim-prefix-description": "Trim first character from each line",
|
||||
"split-by-numbered-line-description": "Attempts to split a paragraph by matching '1)' or '1.' patterns"
|
||||
},
|
||||
"page": {
|
||||
"404-page-not-found": "404 Page not found",
|
||||
@ -278,9 +290,7 @@
|
||||
"sugar-content": "Sugar",
|
||||
"title": "Title",
|
||||
"total-time": "Total Time",
|
||||
"unable-to-delete-recipe": "Unable to Delete Recipe"
|
||||
},
|
||||
"reicpe": {
|
||||
"unable-to-delete-recipe": "Unable to Delete Recipe",
|
||||
"no-recipe": "No Recipe"
|
||||
},
|
||||
"search": {
|
||||
@ -387,7 +397,8 @@
|
||||
"test-webhooks": "Test Webhooks",
|
||||
"the-urls-listed-below-will-recieve-webhooks-containing-the-recipe-data-for-the-meal-plan-on-its-scheduled-day-currently-webhooks-will-execute-at": "The URLs listed below will receive webhooks containing the recipe data for the meal plan on it's scheduled day. Currently Webhooks will execute at",
|
||||
"webhook-url": "Webhook URL",
|
||||
"webhooks-caps": "WEBHOOKS"
|
||||
"webhooks-caps": "WEBHOOKS",
|
||||
"webhooks": "Webhooks"
|
||||
}
|
||||
},
|
||||
"shopping-list": {
|
||||
@ -402,7 +413,9 @@
|
||||
},
|
||||
"sidebar": {
|
||||
"all-recipes": "All Recipes",
|
||||
"backups": "Backups",
|
||||
"categories": "Categories",
|
||||
"cookbooks": "Cookbooks",
|
||||
"dashboard": "Dashboard",
|
||||
"home-page": "Home Page",
|
||||
"manage-users": "Manage Users",
|
||||
@ -411,7 +424,8 @@
|
||||
"search": "Search",
|
||||
"site-settings": "Site Settings",
|
||||
"tags": "Tags",
|
||||
"toolbox": "Toolbox"
|
||||
"toolbox": "Toolbox",
|
||||
"language": "Language"
|
||||
},
|
||||
"signup": {
|
||||
"error-signing-up": "Error Signing Up",
|
||||
@ -433,6 +447,9 @@
|
||||
"tags": "Tags",
|
||||
"untagged-count": "Untagged {count}"
|
||||
},
|
||||
"tool": {
|
||||
"tools": "Tools"
|
||||
},
|
||||
"user": {
|
||||
"admin": "Admin",
|
||||
"are-you-sure-you-want-to-delete-the-link": "Are you sure you want to delete the link <b>{link}<b/>?",
|
||||
@ -450,6 +467,7 @@
|
||||
"error-cannot-delete-super-user": "Error! Cannot Delete Super User",
|
||||
"existing-password-does-not-match": "Existing password does not match",
|
||||
"full-name": "Full Name",
|
||||
"invite-only": "Invite Only",
|
||||
"link-id": "Link ID",
|
||||
"link-name": "Link Name",
|
||||
"login": "Login",
|
||||
@ -457,33 +475,75 @@
|
||||
"manage-users": "Manage Users",
|
||||
"new-password": "New Password",
|
||||
"new-user": "New User",
|
||||
"password": "Password",
|
||||
"password-has-been-reset-to-the-default-password": "Password has been reset to the default password",
|
||||
"password-must-match": "Password must match",
|
||||
"password-reset-failed": "Password reset failed",
|
||||
"password-updated": "Password updated",
|
||||
"password": "Password",
|
||||
"password-strength": "Password is {strength}",
|
||||
"register": "Register",
|
||||
"reset-password": "Reset Password",
|
||||
"sign-in": "Sign in",
|
||||
"total-mealplans": "Total MealPlans",
|
||||
"total-users": "Total Users",
|
||||
"upload-photo": "Upload Photo",
|
||||
"use-8-characters-or-more-for-your-password": "Use 8 characters or more for your password",
|
||||
"user": "User",
|
||||
"user-created": "User created",
|
||||
"user-creation-failed": "User creation failed",
|
||||
"user-deleted": "User deleted",
|
||||
"user-id": "User ID",
|
||||
"user-id-with-value": "User ID: {id}",
|
||||
"user-id": "User ID",
|
||||
"user-password": "User Password",
|
||||
"user-successfully-logged-in": "User Successfully Logged In",
|
||||
"user-update-failed": "User update failed",
|
||||
"user-updated": "User updated",
|
||||
"user": "User",
|
||||
"username": "Username",
|
||||
"users": "Users",
|
||||
"users-header": "USERS",
|
||||
"users": "Users",
|
||||
"webhook-time": "Webhook Time",
|
||||
"webhooks-enabled": "Webhooks Enabled",
|
||||
"you-are-not-allowed-to-create-a-user": "You are not allowed to create a user",
|
||||
"you-are-not-allowed-to-delete-this-user": "You are not allowed to delete this user"
|
||||
"you-are-not-allowed-to-delete-this-user": "You are not allowed to delete this user",
|
||||
"enable-advanced-content": "Enable Advanced Content",
|
||||
"enable-advanced-content-description": "Enables advanced features like Recipe Scaling, API keys, Webhooks, and Data Management. Don't worry, you can always change this later"
|
||||
},
|
||||
"language-dialog": {
|
||||
"translated": "translated",
|
||||
"choose-language": "Choose Language",
|
||||
"select-description": "Choose the language for the Mealie UI. The setting only applies to you, not other users.",
|
||||
"how-to-contribute-description": "Is something not translated yet, mistranslated, or your language missing from the list? {read-the-docs-link} on how to contribute!",
|
||||
"read-the-docs": "Read the docs"
|
||||
},
|
||||
"data-pages": {
|
||||
"seed-data": "Seed Data",
|
||||
"foods": {
|
||||
"merge-dialog-text": "Combining the selected foods will merge the source food and target food into a single food. The source food will be deleted and all of the references to the source food will be updated to point to the target food.",
|
||||
"merge-food-example": "Merging {food1} into {food2}",
|
||||
"seed-dialog-text": "Seed the database with foods based on your local language. This will create 200+ common foods that can be used to organize your database. Foods are translated via a community effort.",
|
||||
"seed-dialog-warning": "You have already have some items in your database. This action will not reconcile duplicates, you will have to manage them manually."
|
||||
},
|
||||
"units": {
|
||||
"seed-dialog-text": "Seed the database with common units based on your local language."
|
||||
},
|
||||
"labels": {
|
||||
"seed-dialog-text": "Seed the database with common labels based on your local language."
|
||||
}
|
||||
},
|
||||
"user-registration": {
|
||||
"user-registration": "User Registration",
|
||||
"join-a-group": "Join a Group",
|
||||
"create-a-new-group": "Create a New Group",
|
||||
"provide-registration-token-description": "Please provide the registration token associated with the group that you'd like to join. You'll need to obtain this from an existing group member.",
|
||||
"group-details": "Group Details",
|
||||
"group-details-description": "Before you create an account you'll need to create a group. Your group will only contain you, but you'll be able to invite others later. Members in your group can share meal plans, shopping lists, recipes, and more!",
|
||||
"use-seed-data": "Use Seed Data",
|
||||
"use-seed-data-description": "Mealie ships with a collection of Foods, Units, and Labels that can be used to populate your group with helpful data for organizing your recipes.",
|
||||
"account-details": "Account Details"
|
||||
},
|
||||
"validation": {
|
||||
"group-name-is-taken": "Group name is taken",
|
||||
"username-is-taken": "Username is taken",
|
||||
"email-is-taken": "Email is taken"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -17,7 +17,7 @@
|
||||
"github": "Github",
|
||||
"log-lines": "Log linjer",
|
||||
"not-demo": "Ikke demo",
|
||||
"portfolio": "Portfolio",
|
||||
"portfolio": "Portefølje",
|
||||
"production": "Produktion",
|
||||
"support": "Hjælp",
|
||||
"version": "Version"
|
||||
@ -33,6 +33,7 @@
|
||||
"show-assets": "Vis ekstramateriale"
|
||||
},
|
||||
"category": {
|
||||
"categories": "Kategorier",
|
||||
"category-created": "Kategori oprettet",
|
||||
"category-creation-failed": "Oprettelse af kategorien fejlede",
|
||||
"category-deleted": "Kategori slettet",
|
||||
@ -97,7 +98,7 @@
|
||||
"no-recipe-found": "Ingen opskrift fundet",
|
||||
"ok": "Ok",
|
||||
"options": "Valgmuligheder:",
|
||||
"print": "Print",
|
||||
"print": "Udskriv",
|
||||
"random": "Tilfældig",
|
||||
"rating": "Bedømmelse",
|
||||
"recent": "Seneste",
|
||||
@ -129,7 +130,11 @@
|
||||
"url": "URL",
|
||||
"view": "Se",
|
||||
"wednesday": "Onsdag",
|
||||
"yes": "Ja"
|
||||
"yes": "Ja",
|
||||
"foods": "Fødevarer",
|
||||
"units": "Enheder",
|
||||
"back": "Tilbage",
|
||||
"next": "Næste"
|
||||
},
|
||||
"group": {
|
||||
"are-you-sure-you-want-to-delete-the-group": "Er du sikker på, du vil slette <b>{groupName}<b/>?",
|
||||
@ -149,7 +154,11 @@
|
||||
"manage-groups": "Administrer grupper",
|
||||
"user-group": "Brugergruppe",
|
||||
"user-group-created": "Brugergruppe oprettet",
|
||||
"user-group-creation-failed": "Oprettelse af brugergruppe fejlede"
|
||||
"user-group-creation-failed": "Oprettelse af brugergruppe fejlede",
|
||||
"settings": {
|
||||
"keep-my-recipes-private": "Bevar mine opskrifter private",
|
||||
"keep-my-recipes-private-description": "Ændrer din gruppe og alle opskrifter til private. Du kan altid ændre dette senere."
|
||||
}
|
||||
},
|
||||
"meal-plan": {
|
||||
"create-a-new-meal-plan": "Opret en ny madplan",
|
||||
@ -206,7 +215,10 @@
|
||||
"upload-a-recipe": "Upload en opskrift",
|
||||
"upload-individual-zip-file": "Opload en individuel .zip-fil, eksporteret fra en anden Mealie-instans.",
|
||||
"url-form-hint": "Kopiér og indsæt et link fra din foretrukne opskrifts hjemmeside",
|
||||
"view-scraped-data": "Vis skrabet data"
|
||||
"view-scraped-data": "Vis skrabet data",
|
||||
"trim-whitespace-description": "Fjern indledende og efterfølgende mellemrum samt blanke linjer",
|
||||
"trim-prefix-description": "Beskær første tegn fra hver linje",
|
||||
"split-by-numbered-line-description": "Forsøger at opdele et afsnit ved at matche '1)' eller '1.' mønstre"
|
||||
},
|
||||
"page": {
|
||||
"404-page-not-found": "404 Siden blev ikke fundet",
|
||||
@ -237,7 +249,7 @@
|
||||
"disable-amount": "Slå ingrediensmængder fra",
|
||||
"disable-comments": "Slå kommentarer fra",
|
||||
"fat-content": "Fedt",
|
||||
"fiber-content": "Fiber",
|
||||
"fiber-content": "Kostfibre",
|
||||
"grams": "gram",
|
||||
"ingredient": "Ingrediens",
|
||||
"ingredients": "Ingredienser",
|
||||
@ -278,9 +290,7 @@
|
||||
"sugar-content": "Sukker",
|
||||
"title": "Titel",
|
||||
"total-time": "Total tid",
|
||||
"unable-to-delete-recipe": "Kunne ikke slette opskrift"
|
||||
},
|
||||
"reicpe": {
|
||||
"unable-to-delete-recipe": "Kunne ikke slette opskrift",
|
||||
"no-recipe": "Ingen opskrift"
|
||||
},
|
||||
"search": {
|
||||
@ -343,7 +353,7 @@
|
||||
"settings-updated": "Indstillinger ændret",
|
||||
"site-settings": "Sideindstillinger",
|
||||
"theme": {
|
||||
"accent": "Accent",
|
||||
"accent": "Nuance",
|
||||
"dark": "Mørkt",
|
||||
"default-to-system": "Systemstandard",
|
||||
"error": "Fejl",
|
||||
@ -387,7 +397,8 @@
|
||||
"test-webhooks": "Test Webhooks",
|
||||
"the-urls-listed-below-will-recieve-webhooks-containing-the-recipe-data-for-the-meal-plan-on-its-scheduled-day-currently-webhooks-will-execute-at": "Webadresserne, der er anført nedenfor, modtager webhooks, der indeholder opskriftsdataene for måltidsplanen på den planlagte dag. \nWebhooks udføres i øjeblikket på <strong> {time} </strong>",
|
||||
"webhook-url": "Webhook adresse",
|
||||
"webhooks-caps": "WEBHOOKS"
|
||||
"webhooks-caps": "WEBHOOKS",
|
||||
"webhooks": "Webhooks"
|
||||
}
|
||||
},
|
||||
"shopping-list": {
|
||||
@ -402,7 +413,9 @@
|
||||
},
|
||||
"sidebar": {
|
||||
"all-recipes": "Alle opskr.",
|
||||
"backups": "Sikkerhedskopier",
|
||||
"categories": "Kategorier",
|
||||
"cookbooks": "Kogebøger",
|
||||
"dashboard": "Instrumentbræt",
|
||||
"home-page": "Forside",
|
||||
"manage-users": "Adm. brugere",
|
||||
@ -411,7 +424,8 @@
|
||||
"search": "Søg",
|
||||
"site-settings": "Sideindstil.",
|
||||
"tags": "Tags",
|
||||
"toolbox": "Værktøjskasse"
|
||||
"toolbox": "Værktøjskasse",
|
||||
"language": "Sprog"
|
||||
},
|
||||
"signup": {
|
||||
"error-signing-up": "Fejl i forbindelse med oprettelse af bruger",
|
||||
@ -433,6 +447,9 @@
|
||||
"tags": "Tags",
|
||||
"untagged-count": "Ikke-tagget: {count}"
|
||||
},
|
||||
"tool": {
|
||||
"tools": "Værktøjer"
|
||||
},
|
||||
"user": {
|
||||
"admin": "Administrator",
|
||||
"are-you-sure-you-want-to-delete-the-link": "Er du sikker på, at du vil slette linket \"<b>{link}<b/>\"?",
|
||||
@ -450,6 +467,7 @@
|
||||
"error-cannot-delete-super-user": "Fejl! Kan ikke slette super-brugeren",
|
||||
"existing-password-does-not-match": "Nuværende adgangskode matcher ikke",
|
||||
"full-name": "Fulde navn",
|
||||
"invite-only": "Kun inviterede",
|
||||
"link-id": "Link ID",
|
||||
"link-name": "Linknavn",
|
||||
"login": "Log på",
|
||||
@ -457,33 +475,75 @@
|
||||
"manage-users": "Administrer brugere",
|
||||
"new-password": "Ny adgangskode",
|
||||
"new-user": "Ny bruger",
|
||||
"password": "Adgangskode",
|
||||
"password-has-been-reset-to-the-default-password": "Adgangskode er blevet nulstillet til systemstandarden",
|
||||
"password-must-match": "Adgangskode skal matche",
|
||||
"password-reset-failed": "Nulstilling af adgangskode fejlede",
|
||||
"password-updated": "Adgangskoden blev opdateret",
|
||||
"password": "Adgangskode",
|
||||
"password-strength": "Adgangskodestyrken er {strength}",
|
||||
"register": "Registrér",
|
||||
"reset-password": "Nulstil adgangskoden",
|
||||
"sign-in": "Log ind",
|
||||
"total-mealplans": "Antal Madplaner",
|
||||
"total-users": "Antal brugere",
|
||||
"upload-photo": "Upload billede",
|
||||
"use-8-characters-or-more-for-your-password": "Adgangskode skal indeholde 8 tegn eller flere",
|
||||
"user": "Bruger",
|
||||
"user-created": "Brugeren blev oprettet",
|
||||
"user-creation-failed": "Oprettelsen af brugeren fejlede",
|
||||
"user-deleted": "Brugeren blev slettet",
|
||||
"user-id": "Bruger ID",
|
||||
"user-id-with-value": "Bruger ID: {id}",
|
||||
"user-id": "Bruger ID",
|
||||
"user-password": "Adgangskode",
|
||||
"user-successfully-logged-in": "Brugeren blev succesfuld logget ind",
|
||||
"user-update-failed": "Opdatering af bruger fejlede",
|
||||
"user-updated": "Bruger opdateret",
|
||||
"user": "Bruger",
|
||||
"username": "Brugernavn",
|
||||
"users": "Brugere",
|
||||
"users-header": "BRUGERE",
|
||||
"users": "Brugere",
|
||||
"webhook-time": "Webhook Tid",
|
||||
"webhooks-enabled": "Webhooks Aktiveret",
|
||||
"you-are-not-allowed-to-create-a-user": "Du har ikke rettigheder til at oprette en ny bruger",
|
||||
"you-are-not-allowed-to-delete-this-user": "Du har ikke rettigheder til at slette denne bruger"
|
||||
"you-are-not-allowed-to-delete-this-user": "Du har ikke rettigheder til at slette denne bruger",
|
||||
"enable-advanced-content": "Tillad avanceret indhold",
|
||||
"enable-advanced-content-description": "Aktiverer avancerede funktioner som skalering af opskrifter, API-nøgler, Webhooks og data håndtering. Du kan altid ændre dit valgt senere"
|
||||
},
|
||||
"language-dialog": {
|
||||
"translated": "oversat",
|
||||
"choose-language": "Vælg sprog",
|
||||
"select-description": "Vælg sprog for Mealie UI. Indstillingen gælder kun for dig, ikke for andre brugere.",
|
||||
"how-to-contribute-description": "Er noget endnu ikke oversat, forkert oversat, eller mangler dit sprog fra listen? {read-the-docs-link} om, hvordan du bidrager til oversættelser!",
|
||||
"read-the-docs": "Læs dokumentationen"
|
||||
},
|
||||
"data-pages": {
|
||||
"seed-data": "Opret standard data",
|
||||
"foods": {
|
||||
"merge-dialog-text": "Ved at kombinere de udvalgte fødevarer vil de to valgte fødevarer blive til en enkelt fødevare. Kildefødevaren vil blive slettet, og alle henvisninger til kildefødevaren vil blive opdateret til at pege på målfødevaren.",
|
||||
"merge-food-example": "Samler {food1} med {food2}",
|
||||
"seed-dialog-text": "Opret fødevarer i dit sprog. Dette vil oprette 200 + almindelige fødevarer, der kan bruges til i dine opskrifter. Fødevarer er oversat via en fællesskabsindsats.",
|
||||
"seed-dialog-warning": "Du har allerede nogle elementer i din database. Denne handling vil ikke samle dubletter, så du må håndtere dem manuelt efterfølgende."
|
||||
},
|
||||
"units": {
|
||||
"seed-dialog-text": "Opret standard enheder i dit sprog."
|
||||
},
|
||||
"labels": {
|
||||
"seed-dialog-text": "Opret standard etiketter på dit sprog."
|
||||
}
|
||||
},
|
||||
"user-registration": {
|
||||
"user-registration": "Brugerregistrering",
|
||||
"join-a-group": "Deltag i en gruppe",
|
||||
"create-a-new-group": "Opret en ny gruppe",
|
||||
"provide-registration-token-description": "Angiv venligst det registreringstoken, der er knyttet til den gruppe, du gerne vil deltage i. Du skal indhente dette fra et eksisterende gruppemedlem.",
|
||||
"group-details": "Gruppeoplysninger",
|
||||
"group-details-description": "Før du opretter en konto, skal du oprette en gruppe. Din gruppe vil kun indeholde dig, men du vil kunne invitere andre senere. Medlemmer i din gruppe kan dele madplaner, indkøbslister, opskrifter og meget mere!",
|
||||
"use-seed-data": "Anved standard data",
|
||||
"use-seed-data-description": "Mealie indeholder som standard en samling af fødevarer, enheder og etiketter, som du kan bruge til at oprette og organisere dine opskrifter.",
|
||||
"account-details": "Kontodetaljer"
|
||||
},
|
||||
"validation": {
|
||||
"group-name-is-taken": "Gruppenavn er allerede anvendt",
|
||||
"username-is-taken": "Brugernavnet er allerede anvendt",
|
||||
"email-is-taken": "E-mail er allerede anvendt"
|
||||
}
|
||||
}
|
||||
|
@ -33,6 +33,7 @@
|
||||
"show-assets": "Anhänge anzeigen"
|
||||
},
|
||||
"category": {
|
||||
"categories": "Categories",
|
||||
"category-created": "Kategorie angelegt",
|
||||
"category-creation-failed": "Anlegen der Kategorie fehlgeschlagen",
|
||||
"category-deleted": "Kategorie entfernt",
|
||||
@ -129,7 +130,11 @@
|
||||
"url": "URL",
|
||||
"view": "Ansicht",
|
||||
"wednesday": "Mittwoch",
|
||||
"yes": "Ja"
|
||||
"yes": "Ja",
|
||||
"foods": "Foods",
|
||||
"units": "Units",
|
||||
"back": "Back",
|
||||
"next": "Next"
|
||||
},
|
||||
"group": {
|
||||
"are-you-sure-you-want-to-delete-the-group": "Bist du dir sicher, dass du die Gruppe <b>{groupName}<b/> löschen möchtest?",
|
||||
@ -149,7 +154,11 @@
|
||||
"manage-groups": "Gruppen verwalten",
|
||||
"user-group": "Benutzergruppe",
|
||||
"user-group-created": "Benutzergruppe angelegt",
|
||||
"user-group-creation-failed": "Anlegen der Benutzergruppe fehlgeschlagen"
|
||||
"user-group-creation-failed": "Anlegen der Benutzergruppe fehlgeschlagen",
|
||||
"settings": {
|
||||
"keep-my-recipes-private": "Keep My Recipes Private",
|
||||
"keep-my-recipes-private-description": "Sets your group and all recipes defaults to private. You can always change this later."
|
||||
}
|
||||
},
|
||||
"meal-plan": {
|
||||
"create-a-new-meal-plan": "Neuen Essensplan erstellen",
|
||||
@ -206,7 +215,10 @@
|
||||
"upload-a-recipe": "Rezept hochladen",
|
||||
"upload-individual-zip-file": "Lade eine individuelle .zip-Datei hoch, die von einer anderen Mealie-Instanz exportiert wird.",
|
||||
"url-form-hint": "Kopiere einen Link von deiner Lieblingsrezept-Website und füge ihn ein",
|
||||
"view-scraped-data": "Gesammelte Daten anzeigen"
|
||||
"view-scraped-data": "Gesammelte Daten anzeigen",
|
||||
"trim-whitespace-description": "Trim leading and trailing whitespace as well as blank lines",
|
||||
"trim-prefix-description": "Trim first character from each line",
|
||||
"split-by-numbered-line-description": "Attempts to split a paragraph by matching '1)' or '1.' patterns"
|
||||
},
|
||||
"page": {
|
||||
"404-page-not-found": "404 Seite nicht gefunden",
|
||||
@ -278,10 +290,8 @@
|
||||
"sugar-content": "Zucker",
|
||||
"title": "Titel",
|
||||
"total-time": "Gesamtzeit",
|
||||
"unable-to-delete-recipe": "Rezept kann nicht gelöscht werden"
|
||||
},
|
||||
"reicpe": {
|
||||
"no-recipe": "Kein Rezept"
|
||||
"unable-to-delete-recipe": "Rezept kann nicht gelöscht werden",
|
||||
"no-recipe": "No Recipe"
|
||||
},
|
||||
"search": {
|
||||
"advanced-search": "Erweiterte Suche",
|
||||
@ -387,7 +397,8 @@
|
||||
"test-webhooks": "Teste Webhooks",
|
||||
"the-urls-listed-below-will-recieve-webhooks-containing-the-recipe-data-for-the-meal-plan-on-its-scheduled-day-currently-webhooks-will-execute-at": "Die unten stehenden URL's erhalten Webhooks welche die Rezeptdaten für den Menüplan am geplanten Tag enthalten. Derzeit werden die Webhooks ausgeführt um",
|
||||
"webhook-url": "Webhook URL",
|
||||
"webhooks-caps": "WEBHOOKS"
|
||||
"webhooks-caps": "WEBHOOKS",
|
||||
"webhooks": "Webhooks"
|
||||
}
|
||||
},
|
||||
"shopping-list": {
|
||||
@ -402,7 +413,9 @@
|
||||
},
|
||||
"sidebar": {
|
||||
"all-recipes": "Alle Rezepte",
|
||||
"backups": "Backups",
|
||||
"categories": "Kategorien",
|
||||
"cookbooks": "Cookbooks",
|
||||
"dashboard": "Übersicht",
|
||||
"home-page": "Startseite",
|
||||
"manage-users": "Benutzer",
|
||||
@ -411,7 +424,8 @@
|
||||
"search": "Suche",
|
||||
"site-settings": "Einstellungen",
|
||||
"tags": "Schlagworte",
|
||||
"toolbox": "Werkzeuge"
|
||||
"toolbox": "Werkzeuge",
|
||||
"language": "Language"
|
||||
},
|
||||
"signup": {
|
||||
"error-signing-up": "Fehler beim Registrieren",
|
||||
@ -433,6 +447,9 @@
|
||||
"tags": "Schlagworte",
|
||||
"untagged-count": "{count} ohne Schlagworte"
|
||||
},
|
||||
"tool": {
|
||||
"tools": "Tools"
|
||||
},
|
||||
"user": {
|
||||
"admin": "Admin",
|
||||
"are-you-sure-you-want-to-delete-the-link": "Bist du dir sicher, dass du den Link <b>{link}<b/> löschen möchtest?",
|
||||
@ -450,6 +467,7 @@
|
||||
"error-cannot-delete-super-user": "Fehler! Super Benutzer kann nicht gelöscht werden",
|
||||
"existing-password-does-not-match": "Bestehendes Passwort stimmt nicht überein",
|
||||
"full-name": "Vollständiger Name",
|
||||
"invite-only": "Invite Only",
|
||||
"link-id": "Linkkennung",
|
||||
"link-name": "Linkname",
|
||||
"login": "Anmeldung",
|
||||
@ -457,33 +475,75 @@
|
||||
"manage-users": "Benutzer verwalten",
|
||||
"new-password": "Neues Passwort",
|
||||
"new-user": "Neuer Benutzer",
|
||||
"password": "Passwort",
|
||||
"password-has-been-reset-to-the-default-password": "Passwort wurde auf das Standardpasswort zurückgesetzt",
|
||||
"password-must-match": "Passwörter müssen übereinstimmen",
|
||||
"password-reset-failed": "Zurücksetzen des Passworts fehlgeschlagen",
|
||||
"password-updated": "Passwort aktualisiert",
|
||||
"password": "Passwort",
|
||||
"password-strength": "Password is {strength}",
|
||||
"register": "Register",
|
||||
"reset-password": "Passwort zurücksetzen",
|
||||
"sign-in": "Einloggen",
|
||||
"total-mealplans": "Alle Essenspläne",
|
||||
"total-users": "Alle Benutzer",
|
||||
"upload-photo": "Foto hochladen",
|
||||
"use-8-characters-or-more-for-your-password": "Benutze 8 oder mehr Zeichen für das Passwort",
|
||||
"user": "Benutzer",
|
||||
"user-created": "Benutzer angelegt",
|
||||
"user-creation-failed": "Anlegen des Benutzers fehlgeschlagen",
|
||||
"user-deleted": "Benutzer entfernt",
|
||||
"user-id": "Benutzerkennung",
|
||||
"user-id-with-value": "Benutzerkennung: {id}",
|
||||
"user-id": "Benutzerkennung",
|
||||
"user-password": "Benutzerpasswort",
|
||||
"user-successfully-logged-in": "Benutzer erfolgreich angemeldet",
|
||||
"user-update-failed": "Aktualisieren des Benutzers fehlgeschlagen",
|
||||
"user-updated": "Benutzer aktualisiert",
|
||||
"user": "Benutzer",
|
||||
"username": "Benutzername",
|
||||
"users": "Benutzer",
|
||||
"users-header": "BENUTZER",
|
||||
"users": "Benutzer",
|
||||
"webhook-time": "Webhook Zeit",
|
||||
"webhooks-enabled": "Webhooks aktiviert",
|
||||
"you-are-not-allowed-to-create-a-user": "Sie sind nicht berechtigt, einen Benutzer anzulegen",
|
||||
"you-are-not-allowed-to-delete-this-user": "Sie sind nicht berechtigt, diesen Benutzer zu entfernen"
|
||||
"you-are-not-allowed-to-delete-this-user": "Sie sind nicht berechtigt, diesen Benutzer zu entfernen",
|
||||
"enable-advanced-content": "Enable Advanced Content",
|
||||
"enable-advanced-content-description": "Enables advanced features like Recipe Scaling, API keys, Webhooks, and Data Management. Don't worry, you can always change this later"
|
||||
},
|
||||
"language-dialog": {
|
||||
"translated": "translated",
|
||||
"choose-language": "Choose Language",
|
||||
"select-description": "Choose the language for the Mealie UI. The setting only applies to you, not other users.",
|
||||
"how-to-contribute-description": "Is something not translated yet, mistranslated, or your language missing from the list? {read-the-docs-link} on how to contribute!",
|
||||
"read-the-docs": "Read the docs"
|
||||
},
|
||||
"data-pages": {
|
||||
"seed-data": "Seed Data",
|
||||
"foods": {
|
||||
"merge-dialog-text": "Combining the selected foods will merge the source food and target food into a single food. The source food will be deleted and all of the references to the source food will be updated to point to the target food.",
|
||||
"merge-food-example": "Merging {food1} into {food2}",
|
||||
"seed-dialog-text": "Seed the database with foods based on your local language. This will create 200+ common foods that can be used to organize your database. Foods are translated via a community effort.",
|
||||
"seed-dialog-warning": "You have already have some items in your database. This action will not reconcile duplicates, you will have to manage them manually."
|
||||
},
|
||||
"units": {
|
||||
"seed-dialog-text": "Seed the database with common units based on your local language."
|
||||
},
|
||||
"labels": {
|
||||
"seed-dialog-text": "Seed the database with common labels based on your local language."
|
||||
}
|
||||
},
|
||||
"user-registration": {
|
||||
"user-registration": "User Registration",
|
||||
"join-a-group": "Join a Group",
|
||||
"create-a-new-group": "Create a New Group",
|
||||
"provide-registration-token-description": "Please provide the registration token associated with the group that you'd like to join. You'll need to obtain this from an existing group member.",
|
||||
"group-details": "Group Details",
|
||||
"group-details-description": "Before you create an account you'll need to create a group. Your group will only contain you, but you'll be able to invite others later. Members in your group can share meal plans, shopping lists, recipes, and more!",
|
||||
"use-seed-data": "Use Seed Data",
|
||||
"use-seed-data-description": "Mealie ships with a collection of Foods, Units, and Labels that can be used to populate your group with helpful data for organizing your recipes.",
|
||||
"account-details": "Account Details"
|
||||
},
|
||||
"validation": {
|
||||
"group-name-is-taken": "Group name is taken",
|
||||
"username-is-taken": "Username is taken",
|
||||
"email-is-taken": "Email is taken"
|
||||
}
|
||||
}
|
||||
|
@ -33,6 +33,7 @@
|
||||
"show-assets": "Εμφάνιση Στοιχείων"
|
||||
},
|
||||
"category": {
|
||||
"categories": "Categories",
|
||||
"category-created": "Δημιουργήθηκε η κατηγορία",
|
||||
"category-creation-failed": "Η δημιουργία κατηγορίας απέτυχε",
|
||||
"category-deleted": "Κατηγορία Διαγράφηκε",
|
||||
@ -129,7 +130,11 @@
|
||||
"url": "URL",
|
||||
"view": "Προβολη",
|
||||
"wednesday": "Τετάρτη",
|
||||
"yes": "Ναι"
|
||||
"yes": "Ναι",
|
||||
"foods": "Foods",
|
||||
"units": "Units",
|
||||
"back": "Back",
|
||||
"next": "Next"
|
||||
},
|
||||
"group": {
|
||||
"are-you-sure-you-want-to-delete-the-group": "Είστε βέβαιοι ότι θέλετε να διαγράψετε αυτό τον ασφαλή σύνδεσμο <b>{groupName}<b/>;",
|
||||
@ -149,7 +154,11 @@
|
||||
"manage-groups": "Διαχείριση Ομάδων",
|
||||
"user-group": "Ομάδες χρηστών",
|
||||
"user-group-created": "Η Ομάδα Χρηστών Δημιουργήθηκε",
|
||||
"user-group-creation-failed": "Αποτυχία Δημιουργίας Ομάδας Χρηστών"
|
||||
"user-group-creation-failed": "Αποτυχία Δημιουργίας Ομάδας Χρηστών",
|
||||
"settings": {
|
||||
"keep-my-recipes-private": "Keep My Recipes Private",
|
||||
"keep-my-recipes-private-description": "Sets your group and all recipes defaults to private. You can always change this later."
|
||||
}
|
||||
},
|
||||
"meal-plan": {
|
||||
"create-a-new-meal-plan": "Δημιουργία νέου σχεδίου γεύματος",
|
||||
@ -206,7 +215,10 @@
|
||||
"upload-a-recipe": "Ανεβάστε μια συνταγή",
|
||||
"upload-individual-zip-file": "Ανεβάστε ένα μεμονωμένο αρχείο .zip που εξάγεται από μια άλλη περίπτωση Mealie.",
|
||||
"url-form-hint": "Αντιγράψτε και επικολλήστε έναν σύνδεσμο από την αγαπημένη σας ιστοσελίδα συνταγών",
|
||||
"view-scraped-data": "Προβολή Παραγόμενων Δεδομένων"
|
||||
"view-scraped-data": "Προβολή Παραγόμενων Δεδομένων",
|
||||
"trim-whitespace-description": "Trim leading and trailing whitespace as well as blank lines",
|
||||
"trim-prefix-description": "Trim first character from each line",
|
||||
"split-by-numbered-line-description": "Attempts to split a paragraph by matching '1)' or '1.' patterns"
|
||||
},
|
||||
"page": {
|
||||
"404-page-not-found": "404. η σελίδα δεν βρέθηκε",
|
||||
@ -278,10 +290,8 @@
|
||||
"sugar-content": "Ζάχαρη",
|
||||
"title": "Τίτλος",
|
||||
"total-time": "Συνολικός Χρόνος",
|
||||
"unable-to-delete-recipe": "Αδυναμία διαγραφής συνταγής"
|
||||
},
|
||||
"reicpe": {
|
||||
"no-recipe": "Καμία Συνταγή"
|
||||
"unable-to-delete-recipe": "Αδυναμία διαγραφής συνταγής",
|
||||
"no-recipe": "No Recipe"
|
||||
},
|
||||
"search": {
|
||||
"advanced-search": "Σύνθετη Αναζήτηση",
|
||||
@ -387,7 +397,8 @@
|
||||
"test-webhooks": "Δοκιμή Webhooks",
|
||||
"the-urls-listed-below-will-recieve-webhooks-containing-the-recipe-data-for-the-meal-plan-on-its-scheduled-day-currently-webhooks-will-execute-at": "Οι διευθύνσεις URL που παρατίθενται παρακάτω θα λαμβάνουν webhooks που περιέχουν τα δεδομένα συνταγών για το σχέδιο γεύματος την προγραμματισμένη ημέρα του",
|
||||
"webhook-url": "Webhook URL",
|
||||
"webhooks-caps": "WEBHOOKS"
|
||||
"webhooks-caps": "WEBHOOKS",
|
||||
"webhooks": "Webhooks"
|
||||
}
|
||||
},
|
||||
"shopping-list": {
|
||||
@ -402,7 +413,9 @@
|
||||
},
|
||||
"sidebar": {
|
||||
"all-recipes": "Συνταγές όλες",
|
||||
"backups": "Backups",
|
||||
"categories": "Κατηγορίες",
|
||||
"cookbooks": "Cookbooks",
|
||||
"dashboard": "Ταμπλό",
|
||||
"home-page": "Αρχική Σελίδα",
|
||||
"manage-users": "Διαχ. χρηστών",
|
||||
@ -411,7 +424,8 @@
|
||||
"search": "Αναζήτηση",
|
||||
"site-settings": "Ρυθμ. site",
|
||||
"tags": "Ετικέτα",
|
||||
"toolbox": "Εργαλειοθήκη"
|
||||
"toolbox": "Εργαλειοθήκη",
|
||||
"language": "Language"
|
||||
},
|
||||
"signup": {
|
||||
"error-signing-up": "Σφάλμα Στην Υπογραφή",
|
||||
@ -433,6 +447,9 @@
|
||||
"tags": "Ετικέτες",
|
||||
"untagged-count": "Χωρίς ετικέτα {count}"
|
||||
},
|
||||
"tool": {
|
||||
"tools": "Tools"
|
||||
},
|
||||
"user": {
|
||||
"admin": "Διαχειριστής",
|
||||
"are-you-sure-you-want-to-delete-the-link": "Είστε βέβαιοι ότι θέλετε να διαγράψετε αυτό τον ασφαλή σύνδεσμο <b>{link}<b/>;",
|
||||
@ -450,6 +467,7 @@
|
||||
"error-cannot-delete-super-user": "Σφάλμα! Αδυναμία Διαγραφής Υπερχρήστη",
|
||||
"existing-password-does-not-match": "Ο υπάρχων κωδικός πρόσβασης δεν ταιριάζει",
|
||||
"full-name": "Πλήρες όνομα",
|
||||
"invite-only": "Invite Only",
|
||||
"link-id": "Σύνδεσμος ID",
|
||||
"link-name": "Όνομα συνδέσμου",
|
||||
"login": "Σύνδεση",
|
||||
@ -457,33 +475,75 @@
|
||||
"manage-users": "Διαχείριση χρηστών",
|
||||
"new-password": "Νέος Κωδικός",
|
||||
"new-user": "Νέος χρήστης",
|
||||
"password": "Κωδικός",
|
||||
"password-has-been-reset-to-the-default-password": "Ο κωδικός πρόσβασης έχει επαναφερθεί στον προεπιλεγμένο κωδικό",
|
||||
"password-must-match": "Οι κωδικοί πρέπει να είναι ίδιοι",
|
||||
"password-reset-failed": "Αποτυχία επαναφοράς κωδικού πρόσβασης",
|
||||
"password-updated": "Ο κωδικός πρόσβασης ενημερώθηκε",
|
||||
"password": "Κωδικός",
|
||||
"password-strength": "Password is {strength}",
|
||||
"register": "Register",
|
||||
"reset-password": "Επαναφορά Κωδικού",
|
||||
"sign-in": "Είσοδος",
|
||||
"total-mealplans": "Σύνολο Σχεδίων Γεύματος",
|
||||
"total-users": "Σύνολο Χρηστών",
|
||||
"upload-photo": "Ανέβασμα φωτογραφίας",
|
||||
"use-8-characters-or-more-for-your-password": "Χρησιμοποιήστε 8 ή περισσότερους χαρακτήρες για τον κωδικό σας",
|
||||
"user": "Χρήστης",
|
||||
"user-created": "Ο χρήστης δημιουργήθηκε",
|
||||
"user-creation-failed": "Απέτυχε η δημιουργία χρήστη",
|
||||
"user-deleted": "Ο χρήστης διαγράφηκε",
|
||||
"user-id": "ID Χρήστη",
|
||||
"user-id-with-value": "ID χρήστη: {id}",
|
||||
"user-id": "ID Χρήστη",
|
||||
"user-password": "Κωδικός Χρήστη",
|
||||
"user-successfully-logged-in": "Συνδεθήκατε επιτυχώς",
|
||||
"user-update-failed": "Αποτυχία ενημέρωσης χρήστη",
|
||||
"user-updated": "Ο χρήστης ενημερώθηκε",
|
||||
"user": "Χρήστης",
|
||||
"username": "Όνομα Χρήστη",
|
||||
"users": "Χρήστες",
|
||||
"users-header": "ΧΡΗΣΤΕΣ",
|
||||
"users": "Χρήστες",
|
||||
"webhook-time": "Χρόνος Webhook",
|
||||
"webhooks-enabled": "Το webhook είναι ενεργό",
|
||||
"you-are-not-allowed-to-create-a-user": "Δεν επιτρέπεται να δημιουργήσετε ένα χρήστη",
|
||||
"you-are-not-allowed-to-delete-this-user": "Δεν επιτρέπεται να διαγράψετε αυτόν τον χρήστη"
|
||||
"you-are-not-allowed-to-delete-this-user": "Δεν επιτρέπεται να διαγράψετε αυτόν τον χρήστη",
|
||||
"enable-advanced-content": "Enable Advanced Content",
|
||||
"enable-advanced-content-description": "Enables advanced features like Recipe Scaling, API keys, Webhooks, and Data Management. Don't worry, you can always change this later"
|
||||
},
|
||||
"language-dialog": {
|
||||
"translated": "translated",
|
||||
"choose-language": "Choose Language",
|
||||
"select-description": "Choose the language for the Mealie UI. The setting only applies to you, not other users.",
|
||||
"how-to-contribute-description": "Is something not translated yet, mistranslated, or your language missing from the list? {read-the-docs-link} on how to contribute!",
|
||||
"read-the-docs": "Read the docs"
|
||||
},
|
||||
"data-pages": {
|
||||
"seed-data": "Seed Data",
|
||||
"foods": {
|
||||
"merge-dialog-text": "Combining the selected foods will merge the source food and target food into a single food. The source food will be deleted and all of the references to the source food will be updated to point to the target food.",
|
||||
"merge-food-example": "Merging {food1} into {food2}",
|
||||
"seed-dialog-text": "Seed the database with foods based on your local language. This will create 200+ common foods that can be used to organize your database. Foods are translated via a community effort.",
|
||||
"seed-dialog-warning": "You have already have some items in your database. This action will not reconcile duplicates, you will have to manage them manually."
|
||||
},
|
||||
"units": {
|
||||
"seed-dialog-text": "Seed the database with common units based on your local language."
|
||||
},
|
||||
"labels": {
|
||||
"seed-dialog-text": "Seed the database with common labels based on your local language."
|
||||
}
|
||||
},
|
||||
"user-registration": {
|
||||
"user-registration": "User Registration",
|
||||
"join-a-group": "Join a Group",
|
||||
"create-a-new-group": "Create a New Group",
|
||||
"provide-registration-token-description": "Please provide the registration token associated with the group that you'd like to join. You'll need to obtain this from an existing group member.",
|
||||
"group-details": "Group Details",
|
||||
"group-details-description": "Before you create an account you'll need to create a group. Your group will only contain you, but you'll be able to invite others later. Members in your group can share meal plans, shopping lists, recipes, and more!",
|
||||
"use-seed-data": "Use Seed Data",
|
||||
"use-seed-data-description": "Mealie ships with a collection of Foods, Units, and Labels that can be used to populate your group with helpful data for organizing your recipes.",
|
||||
"account-details": "Account Details"
|
||||
},
|
||||
"validation": {
|
||||
"group-name-is-taken": "Group name is taken",
|
||||
"username-is-taken": "Username is taken",
|
||||
"email-is-taken": "Email is taken"
|
||||
}
|
||||
}
|
||||
|
@ -33,6 +33,7 @@
|
||||
"show-assets": "Show Assets"
|
||||
},
|
||||
"category": {
|
||||
"categories": "Categories",
|
||||
"category-created": "Category created",
|
||||
"category-creation-failed": "Category creation failed",
|
||||
"category-deleted": "Category deleted",
|
||||
@ -129,7 +130,11 @@
|
||||
"url": "URL",
|
||||
"view": "View",
|
||||
"wednesday": "Wednesday",
|
||||
"yes": "Yes"
|
||||
"yes": "Yes",
|
||||
"foods": "Foods",
|
||||
"units": "Units",
|
||||
"back": "Back",
|
||||
"next": "Next"
|
||||
},
|
||||
"group": {
|
||||
"are-you-sure-you-want-to-delete-the-group": "Are you sure you want to delete <b>{groupName}<b/>?",
|
||||
@ -149,7 +154,11 @@
|
||||
"manage-groups": "Manage Groups",
|
||||
"user-group": "User Group",
|
||||
"user-group-created": "User Group Created",
|
||||
"user-group-creation-failed": "User Group Creation Failed"
|
||||
"user-group-creation-failed": "User Group Creation Failed",
|
||||
"settings": {
|
||||
"keep-my-recipes-private": "Keep My Recipes Private",
|
||||
"keep-my-recipes-private-description": "Sets your group and all recipes defaults to private. You can always change this later."
|
||||
}
|
||||
},
|
||||
"meal-plan": {
|
||||
"create-a-new-meal-plan": "Create a New Meal Plan",
|
||||
@ -206,7 +215,10 @@
|
||||
"upload-a-recipe": "Upload a Recipe",
|
||||
"upload-individual-zip-file": "Upload an individual .zip file exported from another Mealie instance.",
|
||||
"url-form-hint": "Copy and paste a link from your favourite recipe website",
|
||||
"view-scraped-data": "View Scraped Data"
|
||||
"view-scraped-data": "View Scraped Data",
|
||||
"trim-whitespace-description": "Trim leading and trailing whitespace as well as blank lines",
|
||||
"trim-prefix-description": "Trim first character from each line",
|
||||
"split-by-numbered-line-description": "Attempts to split a paragraph by matching '1)' or '1.' patterns"
|
||||
},
|
||||
"page": {
|
||||
"404-page-not-found": "404 Page not found",
|
||||
@ -278,9 +290,7 @@
|
||||
"sugar-content": "Sugar",
|
||||
"title": "Title",
|
||||
"total-time": "Total Time",
|
||||
"unable-to-delete-recipe": "Unable to Delete Recipe"
|
||||
},
|
||||
"reicpe": {
|
||||
"unable-to-delete-recipe": "Unable to Delete Recipe",
|
||||
"no-recipe": "No Recipe"
|
||||
},
|
||||
"search": {
|
||||
@ -387,7 +397,8 @@
|
||||
"test-webhooks": "Test Webhooks",
|
||||
"the-urls-listed-below-will-recieve-webhooks-containing-the-recipe-data-for-the-meal-plan-on-its-scheduled-day-currently-webhooks-will-execute-at": "The URLs listed below will receive webhooks containing the recipe data for the meal plan on its scheduled day. Currently Webhooks will execute at",
|
||||
"webhook-url": "Webhook URL",
|
||||
"webhooks-caps": "WEBHOOKS"
|
||||
"webhooks-caps": "WEBHOOKS",
|
||||
"webhooks": "Webhooks"
|
||||
}
|
||||
},
|
||||
"shopping-list": {
|
||||
@ -402,7 +413,9 @@
|
||||
},
|
||||
"sidebar": {
|
||||
"all-recipes": "All Recipes",
|
||||
"backups": "Backups",
|
||||
"categories": "Categories",
|
||||
"cookbooks": "Cookbooks",
|
||||
"dashboard": "Dashboard",
|
||||
"home-page": "Home Page",
|
||||
"manage-users": "Manage Users",
|
||||
@ -411,7 +424,8 @@
|
||||
"search": "Search",
|
||||
"site-settings": "Site Settings",
|
||||
"tags": "Tags",
|
||||
"toolbox": "Toolbox"
|
||||
"toolbox": "Toolbox",
|
||||
"language": "Language"
|
||||
},
|
||||
"signup": {
|
||||
"error-signing-up": "Error Signing Up",
|
||||
@ -433,6 +447,9 @@
|
||||
"tags": "Tags",
|
||||
"untagged-count": "Untagged {count}"
|
||||
},
|
||||
"tool": {
|
||||
"tools": "Tools"
|
||||
},
|
||||
"user": {
|
||||
"admin": "Admin",
|
||||
"are-you-sure-you-want-to-delete-the-link": "Are you sure you want to delete the link <b>{link}<b/>?",
|
||||
@ -450,6 +467,7 @@
|
||||
"error-cannot-delete-super-user": "Error! Cannot Delete Super User",
|
||||
"existing-password-does-not-match": "Existing password does not match",
|
||||
"full-name": "Full Name",
|
||||
"invite-only": "Invite Only",
|
||||
"link-id": "Link ID",
|
||||
"link-name": "Link Name",
|
||||
"login": "Login",
|
||||
@ -457,33 +475,75 @@
|
||||
"manage-users": "Manage Users",
|
||||
"new-password": "New Password",
|
||||
"new-user": "New User",
|
||||
"password": "Password",
|
||||
"password-has-been-reset-to-the-default-password": "Password has been reset to the default password",
|
||||
"password-must-match": "Password must match",
|
||||
"password-reset-failed": "Password reset failed",
|
||||
"password-updated": "Password updated",
|
||||
"password": "Password",
|
||||
"password-strength": "Password is {strength}",
|
||||
"register": "Register",
|
||||
"reset-password": "Reset Password",
|
||||
"sign-in": "Sign in",
|
||||
"total-mealplans": "Total MealPlans",
|
||||
"total-users": "Total Users",
|
||||
"upload-photo": "Upload Photo",
|
||||
"use-8-characters-or-more-for-your-password": "Use 8 characters or more for your password",
|
||||
"user": "User",
|
||||
"user-created": "User created",
|
||||
"user-creation-failed": "User creation failed",
|
||||
"user-deleted": "User deleted",
|
||||
"user-id": "User ID",
|
||||
"user-id-with-value": "User ID: {id}",
|
||||
"user-id": "User ID",
|
||||
"user-password": "User Password",
|
||||
"user-successfully-logged-in": "User Successfully Logged In",
|
||||
"user-update-failed": "User update failed",
|
||||
"user-updated": "User updated",
|
||||
"user": "User",
|
||||
"username": "Username",
|
||||
"users": "Users",
|
||||
"users-header": "USERS",
|
||||
"users": "Users",
|
||||
"webhook-time": "Webhook Time",
|
||||
"webhooks-enabled": "Webhooks Enabled",
|
||||
"you-are-not-allowed-to-create-a-user": "You are not allowed to create a user",
|
||||
"you-are-not-allowed-to-delete-this-user": "You are not allowed to delete this user"
|
||||
"you-are-not-allowed-to-delete-this-user": "You are not allowed to delete this user",
|
||||
"enable-advanced-content": "Enable Advanced Content",
|
||||
"enable-advanced-content-description": "Enables advanced features like Recipe Scaling, API keys, Webhooks, and Data Management. Don't worry, you can always change this later"
|
||||
},
|
||||
"language-dialog": {
|
||||
"translated": "translated",
|
||||
"choose-language": "Choose Language",
|
||||
"select-description": "Choose the language for the Mealie UI. The setting only applies to you, not other users.",
|
||||
"how-to-contribute-description": "Is something not translated yet, mistranslated, or your language missing from the list? {read-the-docs-link} on how to contribute!",
|
||||
"read-the-docs": "Read the docs"
|
||||
},
|
||||
"data-pages": {
|
||||
"seed-data": "Seed Data",
|
||||
"foods": {
|
||||
"merge-dialog-text": "Combining the selected foods will merge the source food and target food into a single food. The source food will be deleted and all of the references to the source food will be updated to point to the target food.",
|
||||
"merge-food-example": "Merging {food1} into {food2}",
|
||||
"seed-dialog-text": "Seed the database with foods based on your local language. This will create 200+ common foods that can be used to organize your database. Foods are translated via a community effort.",
|
||||
"seed-dialog-warning": "You have already have some items in your database. This action will not reconcile duplicates, you will have to manage them manually."
|
||||
},
|
||||
"units": {
|
||||
"seed-dialog-text": "Seed the database with common units based on your local language."
|
||||
},
|
||||
"labels": {
|
||||
"seed-dialog-text": "Seed the database with common labels based on your local language."
|
||||
}
|
||||
},
|
||||
"user-registration": {
|
||||
"user-registration": "User Registration",
|
||||
"join-a-group": "Join a Group",
|
||||
"create-a-new-group": "Create a New Group",
|
||||
"provide-registration-token-description": "Please provide the registration token associated with the group that you'd like to join. You'll need to obtain this from an existing group member.",
|
||||
"group-details": "Group Details",
|
||||
"group-details-description": "Before you create an account you'll need to create a group. Your group will only contain you, but you'll be able to invite others later. Members in your group can share meal plans, shopping lists, recipes, and more!",
|
||||
"use-seed-data": "Use Seed Data",
|
||||
"use-seed-data-description": "Mealie ships with a collection of Foods, Units, and Labels that can be used to populate your group with helpful data for organizing your recipes.",
|
||||
"account-details": "Account Details"
|
||||
},
|
||||
"validation": {
|
||||
"group-name-is-taken": "Group name is taken",
|
||||
"username-is-taken": "Username is taken",
|
||||
"email-is-taken": "Email is taken"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -33,6 +33,7 @@
|
||||
"show-assets": "Mostrar recursos"
|
||||
},
|
||||
"category": {
|
||||
"categories": "Categories",
|
||||
"category-created": "Categoría creada",
|
||||
"category-creation-failed": "Error al crear categoría",
|
||||
"category-deleted": "Categoría Eliminada",
|
||||
@ -129,7 +130,11 @@
|
||||
"url": "URL",
|
||||
"view": "Ver",
|
||||
"wednesday": "Miércoles",
|
||||
"yes": "Si"
|
||||
"yes": "Si",
|
||||
"foods": "Foods",
|
||||
"units": "Units",
|
||||
"back": "Back",
|
||||
"next": "Next"
|
||||
},
|
||||
"group": {
|
||||
"are-you-sure-you-want-to-delete-the-group": "Por favor, confirma que deseas eliminar <b>{groupName}<b/>",
|
||||
@ -149,7 +154,11 @@
|
||||
"manage-groups": "Administrar grupos",
|
||||
"user-group": "Grupo de usuarios",
|
||||
"user-group-created": "Grupo de usuarios creado",
|
||||
"user-group-creation-failed": "Creación de grupo fallida"
|
||||
"user-group-creation-failed": "Creación de grupo fallida",
|
||||
"settings": {
|
||||
"keep-my-recipes-private": "Keep My Recipes Private",
|
||||
"keep-my-recipes-private-description": "Sets your group and all recipes defaults to private. You can always change this later."
|
||||
}
|
||||
},
|
||||
"meal-plan": {
|
||||
"create-a-new-meal-plan": "Crear un nuevo menú",
|
||||
@ -206,7 +215,10 @@
|
||||
"upload-a-recipe": "Subir una receta",
|
||||
"upload-individual-zip-file": "Sube un archivo .zip individual exportado desde otra instancia de Mealie.",
|
||||
"url-form-hint": "Copia y pega un enlace desde tu página web favorita",
|
||||
"view-scraped-data": "Ver información recuperada"
|
||||
"view-scraped-data": "Ver información recuperada",
|
||||
"trim-whitespace-description": "Trim leading and trailing whitespace as well as blank lines",
|
||||
"trim-prefix-description": "Trim first character from each line",
|
||||
"split-by-numbered-line-description": "Attempts to split a paragraph by matching '1)' or '1.' patterns"
|
||||
},
|
||||
"page": {
|
||||
"404-page-not-found": "404 Página no encontrada",
|
||||
@ -278,10 +290,8 @@
|
||||
"sugar-content": "Azúcares",
|
||||
"title": "Título",
|
||||
"total-time": "Tiempo total",
|
||||
"unable-to-delete-recipe": "No se puede eliminar la receta"
|
||||
},
|
||||
"reicpe": {
|
||||
"no-recipe": "Sin Receta"
|
||||
"unable-to-delete-recipe": "No se puede eliminar la receta",
|
||||
"no-recipe": "No Recipe"
|
||||
},
|
||||
"search": {
|
||||
"advanced-search": "Búsqueda avanzada",
|
||||
@ -387,7 +397,8 @@
|
||||
"test-webhooks": "Probar Webhooks",
|
||||
"the-urls-listed-below-will-recieve-webhooks-containing-the-recipe-data-for-the-meal-plan-on-its-scheduled-day-currently-webhooks-will-execute-at": "Las URLs que se muestran a continuación recibirán webhooks que contienen los datos de la receta para el menú del día programado. Actualmente los Webhooks se ejecutarán en",
|
||||
"webhook-url": "Dirección URL del Webhook",
|
||||
"webhooks-caps": "WEBHOOKS"
|
||||
"webhooks-caps": "WEBHOOKS",
|
||||
"webhooks": "Webhooks"
|
||||
}
|
||||
},
|
||||
"shopping-list": {
|
||||
@ -402,7 +413,9 @@
|
||||
},
|
||||
"sidebar": {
|
||||
"all-recipes": "Recetas",
|
||||
"backups": "Backups",
|
||||
"categories": "Categorías",
|
||||
"cookbooks": "Cookbooks",
|
||||
"dashboard": "Consola",
|
||||
"home-page": "Inicio",
|
||||
"manage-users": "Usuarios",
|
||||
@ -411,7 +424,8 @@
|
||||
"search": "Buscar",
|
||||
"site-settings": "Ajustes",
|
||||
"tags": "Etiquetas",
|
||||
"toolbox": "Herramientas"
|
||||
"toolbox": "Herramientas",
|
||||
"language": "Language"
|
||||
},
|
||||
"signup": {
|
||||
"error-signing-up": "Error al registrarse",
|
||||
@ -433,6 +447,9 @@
|
||||
"tags": "Etiquetas",
|
||||
"untagged-count": "{count} sin etiquetar"
|
||||
},
|
||||
"tool": {
|
||||
"tools": "Tools"
|
||||
},
|
||||
"user": {
|
||||
"admin": "Admin",
|
||||
"are-you-sure-you-want-to-delete-the-link": "¿Está seguro que desea eliminar el enlace <b>{link}<b/>?",
|
||||
@ -450,6 +467,7 @@
|
||||
"error-cannot-delete-super-user": "¡Error! No se puede eliminar el Super Usuario",
|
||||
"existing-password-does-not-match": "La contraseña actual no coincide",
|
||||
"full-name": "Nombre completo",
|
||||
"invite-only": "Invite Only",
|
||||
"link-id": "ID del enlace",
|
||||
"link-name": "Nombre del enlace",
|
||||
"login": "Iniciar sesión",
|
||||
@ -457,33 +475,75 @@
|
||||
"manage-users": "Administrar usuarios",
|
||||
"new-password": "Nueva contraseña",
|
||||
"new-user": "Nuevo usuario",
|
||||
"password": "Contraseña",
|
||||
"password-has-been-reset-to-the-default-password": "La contraseña se ha restablecido a su valor por defecto",
|
||||
"password-must-match": "La contraseña debe coincidir",
|
||||
"password-reset-failed": "Error al restablecer la contraseña",
|
||||
"password-updated": "Contraseña actualizada",
|
||||
"password": "Contraseña",
|
||||
"password-strength": "Password is {strength}",
|
||||
"register": "Register",
|
||||
"reset-password": "Restablecer contraseña",
|
||||
"sign-in": "Iniciar sesión",
|
||||
"total-mealplans": "Menús totales",
|
||||
"total-users": "Usuarios totales",
|
||||
"upload-photo": "Subir foto",
|
||||
"use-8-characters-or-more-for-your-password": "Usa 8 caracteres o más para tu contraseña",
|
||||
"user": "Usuario",
|
||||
"user-created": "Usuario creado",
|
||||
"user-creation-failed": "Error al crear el usuario",
|
||||
"user-deleted": "Usuario borrado",
|
||||
"user-id": "ID de Usuario",
|
||||
"user-id-with-value": "ID de usuario: {id}",
|
||||
"user-id": "ID de Usuario",
|
||||
"user-password": "Contraseña",
|
||||
"user-successfully-logged-in": "Usuario conectado correctamente",
|
||||
"user-update-failed": "Error al actualizar el usuario",
|
||||
"user-updated": "Usuario actualizado",
|
||||
"user": "Usuario",
|
||||
"username": "Usuario",
|
||||
"users": "Usuarios",
|
||||
"users-header": "USUARIOS",
|
||||
"users": "Usuarios",
|
||||
"webhook-time": "Tiempo de Webhook",
|
||||
"webhooks-enabled": "Webhooks habilitados",
|
||||
"you-are-not-allowed-to-create-a-user": "No tiene permisos para crear usuarios",
|
||||
"you-are-not-allowed-to-delete-this-user": "No tiene permiso para eliminar este usuario"
|
||||
"you-are-not-allowed-to-delete-this-user": "No tiene permiso para eliminar este usuario",
|
||||
"enable-advanced-content": "Enable Advanced Content",
|
||||
"enable-advanced-content-description": "Enables advanced features like Recipe Scaling, API keys, Webhooks, and Data Management. Don't worry, you can always change this later"
|
||||
},
|
||||
"language-dialog": {
|
||||
"translated": "translated",
|
||||
"choose-language": "Choose Language",
|
||||
"select-description": "Choose the language for the Mealie UI. The setting only applies to you, not other users.",
|
||||
"how-to-contribute-description": "Is something not translated yet, mistranslated, or your language missing from the list? {read-the-docs-link} on how to contribute!",
|
||||
"read-the-docs": "Read the docs"
|
||||
},
|
||||
"data-pages": {
|
||||
"seed-data": "Seed Data",
|
||||
"foods": {
|
||||
"merge-dialog-text": "Combining the selected foods will merge the source food and target food into a single food. The source food will be deleted and all of the references to the source food will be updated to point to the target food.",
|
||||
"merge-food-example": "Merging {food1} into {food2}",
|
||||
"seed-dialog-text": "Seed the database with foods based on your local language. This will create 200+ common foods that can be used to organize your database. Foods are translated via a community effort.",
|
||||
"seed-dialog-warning": "You have already have some items in your database. This action will not reconcile duplicates, you will have to manage them manually."
|
||||
},
|
||||
"units": {
|
||||
"seed-dialog-text": "Seed the database with common units based on your local language."
|
||||
},
|
||||
"labels": {
|
||||
"seed-dialog-text": "Seed the database with common labels based on your local language."
|
||||
}
|
||||
},
|
||||
"user-registration": {
|
||||
"user-registration": "User Registration",
|
||||
"join-a-group": "Join a Group",
|
||||
"create-a-new-group": "Create a New Group",
|
||||
"provide-registration-token-description": "Please provide the registration token associated with the group that you'd like to join. You'll need to obtain this from an existing group member.",
|
||||
"group-details": "Group Details",
|
||||
"group-details-description": "Before you create an account you'll need to create a group. Your group will only contain you, but you'll be able to invite others later. Members in your group can share meal plans, shopping lists, recipes, and more!",
|
||||
"use-seed-data": "Use Seed Data",
|
||||
"use-seed-data-description": "Mealie ships with a collection of Foods, Units, and Labels that can be used to populate your group with helpful data for organizing your recipes.",
|
||||
"account-details": "Account Details"
|
||||
},
|
||||
"validation": {
|
||||
"group-name-is-taken": "Group name is taken",
|
||||
"username-is-taken": "Username is taken",
|
||||
"email-is-taken": "Email is taken"
|
||||
}
|
||||
}
|
||||
|
@ -33,6 +33,7 @@
|
||||
"show-assets": "Show Assets"
|
||||
},
|
||||
"category": {
|
||||
"categories": "Categories",
|
||||
"category-created": "Category created",
|
||||
"category-creation-failed": "Category creation failed",
|
||||
"category-deleted": "Category Deleted",
|
||||
@ -129,7 +130,11 @@
|
||||
"url": "URL",
|
||||
"view": "View",
|
||||
"wednesday": "Wednesday",
|
||||
"yes": "Yes"
|
||||
"yes": "Yes",
|
||||
"foods": "Foods",
|
||||
"units": "Units",
|
||||
"back": "Back",
|
||||
"next": "Next"
|
||||
},
|
||||
"group": {
|
||||
"are-you-sure-you-want-to-delete-the-group": "Are you sure you want to delete <b>{groupName}<b/>?",
|
||||
@ -149,7 +154,11 @@
|
||||
"manage-groups": "Manage Groups",
|
||||
"user-group": "User Group",
|
||||
"user-group-created": "User Group Created",
|
||||
"user-group-creation-failed": "User Group Creation Failed"
|
||||
"user-group-creation-failed": "User Group Creation Failed",
|
||||
"settings": {
|
||||
"keep-my-recipes-private": "Keep My Recipes Private",
|
||||
"keep-my-recipes-private-description": "Sets your group and all recipes defaults to private. You can always change this later."
|
||||
}
|
||||
},
|
||||
"meal-plan": {
|
||||
"create-a-new-meal-plan": "Create a New Meal Plan",
|
||||
@ -206,7 +215,10 @@
|
||||
"upload-a-recipe": "Upload a Recipe",
|
||||
"upload-individual-zip-file": "Upload an individual .zip file exported from another Mealie instance.",
|
||||
"url-form-hint": "Copy and paste a link from your favorite recipe website",
|
||||
"view-scraped-data": "View Scraped Data"
|
||||
"view-scraped-data": "View Scraped Data",
|
||||
"trim-whitespace-description": "Trim leading and trailing whitespace as well as blank lines",
|
||||
"trim-prefix-description": "Trim first character from each line",
|
||||
"split-by-numbered-line-description": "Attempts to split a paragraph by matching '1)' or '1.' patterns"
|
||||
},
|
||||
"page": {
|
||||
"404-page-not-found": "404 Page not found",
|
||||
@ -278,9 +290,7 @@
|
||||
"sugar-content": "Sugar",
|
||||
"title": "Title",
|
||||
"total-time": "Total Time",
|
||||
"unable-to-delete-recipe": "Unable to Delete Recipe"
|
||||
},
|
||||
"reicpe": {
|
||||
"unable-to-delete-recipe": "Unable to Delete Recipe",
|
||||
"no-recipe": "No Recipe"
|
||||
},
|
||||
"search": {
|
||||
@ -387,7 +397,8 @@
|
||||
"test-webhooks": "Test Webhooks",
|
||||
"the-urls-listed-below-will-recieve-webhooks-containing-the-recipe-data-for-the-meal-plan-on-its-scheduled-day-currently-webhooks-will-execute-at": "The URLs listed below will receive webhooks containing the recipe data for the meal plan on it's scheduled day. Currently Webhooks will execute at",
|
||||
"webhook-url": "Webhook URL",
|
||||
"webhooks-caps": "WEBHOOKS"
|
||||
"webhooks-caps": "WEBHOOKS",
|
||||
"webhooks": "Webhooks"
|
||||
}
|
||||
},
|
||||
"shopping-list": {
|
||||
@ -402,7 +413,9 @@
|
||||
},
|
||||
"sidebar": {
|
||||
"all-recipes": "All Recipes",
|
||||
"backups": "Backups",
|
||||
"categories": "Categories",
|
||||
"cookbooks": "Cookbooks",
|
||||
"dashboard": "Dashboard",
|
||||
"home-page": "Home Page",
|
||||
"manage-users": "Manage Users",
|
||||
@ -411,7 +424,8 @@
|
||||
"search": "Search",
|
||||
"site-settings": "Site Settings",
|
||||
"tags": "Tags",
|
||||
"toolbox": "Toolbox"
|
||||
"toolbox": "Toolbox",
|
||||
"language": "Language"
|
||||
},
|
||||
"signup": {
|
||||
"error-signing-up": "Error Signing Up",
|
||||
@ -433,6 +447,9 @@
|
||||
"tags": "Tags",
|
||||
"untagged-count": "Untagged {count}"
|
||||
},
|
||||
"tool": {
|
||||
"tools": "Tools"
|
||||
},
|
||||
"user": {
|
||||
"admin": "Admin",
|
||||
"are-you-sure-you-want-to-delete-the-link": "Are you sure you want to delete the link <b>{link}<b/>?",
|
||||
@ -450,6 +467,7 @@
|
||||
"error-cannot-delete-super-user": "Error! Cannot Delete Super User",
|
||||
"existing-password-does-not-match": "Existing password does not match",
|
||||
"full-name": "Full Name",
|
||||
"invite-only": "Invite Only",
|
||||
"link-id": "Link ID",
|
||||
"link-name": "Link Name",
|
||||
"login": "Login",
|
||||
@ -457,33 +475,75 @@
|
||||
"manage-users": "Manage Users",
|
||||
"new-password": "New Password",
|
||||
"new-user": "New User",
|
||||
"password": "Password",
|
||||
"password-has-been-reset-to-the-default-password": "Password has been reset to the default password",
|
||||
"password-must-match": "Password must match",
|
||||
"password-reset-failed": "Password reset failed",
|
||||
"password-updated": "Password updated",
|
||||
"password": "Password",
|
||||
"password-strength": "Password is {strength}",
|
||||
"register": "Register",
|
||||
"reset-password": "Reset Password",
|
||||
"sign-in": "Sign in",
|
||||
"total-mealplans": "Total MealPlans",
|
||||
"total-users": "Total Users",
|
||||
"upload-photo": "Upload Photo",
|
||||
"use-8-characters-or-more-for-your-password": "Use 8 characters or more for your password",
|
||||
"user": "User",
|
||||
"user-created": "User created",
|
||||
"user-creation-failed": "User creation failed",
|
||||
"user-deleted": "User deleted",
|
||||
"user-id": "User ID",
|
||||
"user-id-with-value": "User ID: {id}",
|
||||
"user-id": "User ID",
|
||||
"user-password": "User Password",
|
||||
"user-successfully-logged-in": "User Successfully Logged In",
|
||||
"user-update-failed": "User update failed",
|
||||
"user-updated": "User updated",
|
||||
"user": "User",
|
||||
"username": "Username",
|
||||
"users": "Users",
|
||||
"users-header": "USERS",
|
||||
"users": "Users",
|
||||
"webhook-time": "Webhook Time",
|
||||
"webhooks-enabled": "Webhooks Enabled",
|
||||
"you-are-not-allowed-to-create-a-user": "You are not allowed to create a user",
|
||||
"you-are-not-allowed-to-delete-this-user": "You are not allowed to delete this user"
|
||||
"you-are-not-allowed-to-delete-this-user": "You are not allowed to delete this user",
|
||||
"enable-advanced-content": "Enable Advanced Content",
|
||||
"enable-advanced-content-description": "Enables advanced features like Recipe Scaling, API keys, Webhooks, and Data Management. Don't worry, you can always change this later"
|
||||
},
|
||||
"language-dialog": {
|
||||
"translated": "translated",
|
||||
"choose-language": "Choose Language",
|
||||
"select-description": "Choose the language for the Mealie UI. The setting only applies to you, not other users.",
|
||||
"how-to-contribute-description": "Is something not translated yet, mistranslated, or your language missing from the list? {read-the-docs-link} on how to contribute!",
|
||||
"read-the-docs": "Read the docs"
|
||||
},
|
||||
"data-pages": {
|
||||
"seed-data": "Seed Data",
|
||||
"foods": {
|
||||
"merge-dialog-text": "Combining the selected foods will merge the source food and target food into a single food. The source food will be deleted and all of the references to the source food will be updated to point to the target food.",
|
||||
"merge-food-example": "Merging {food1} into {food2}",
|
||||
"seed-dialog-text": "Seed the database with foods based on your local language. This will create 200+ common foods that can be used to organize your database. Foods are translated via a community effort.",
|
||||
"seed-dialog-warning": "You have already have some items in your database. This action will not reconcile duplicates, you will have to manage them manually."
|
||||
},
|
||||
"units": {
|
||||
"seed-dialog-text": "Seed the database with common units based on your local language."
|
||||
},
|
||||
"labels": {
|
||||
"seed-dialog-text": "Seed the database with common labels based on your local language."
|
||||
}
|
||||
},
|
||||
"user-registration": {
|
||||
"user-registration": "User Registration",
|
||||
"join-a-group": "Join a Group",
|
||||
"create-a-new-group": "Create a New Group",
|
||||
"provide-registration-token-description": "Please provide the registration token associated with the group that you'd like to join. You'll need to obtain this from an existing group member.",
|
||||
"group-details": "Group Details",
|
||||
"group-details-description": "Before you create an account you'll need to create a group. Your group will only contain you, but you'll be able to invite others later. Members in your group can share meal plans, shopping lists, recipes, and more!",
|
||||
"use-seed-data": "Use Seed Data",
|
||||
"use-seed-data-description": "Mealie ships with a collection of Foods, Units, and Labels that can be used to populate your group with helpful data for organizing your recipes.",
|
||||
"account-details": "Account Details"
|
||||
},
|
||||
"validation": {
|
||||
"group-name-is-taken": "Group name is taken",
|
||||
"username-is-taken": "Username is taken",
|
||||
"email-is-taken": "Email is taken"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -33,6 +33,7 @@
|
||||
"show-assets": "Afficher les ressources"
|
||||
},
|
||||
"category": {
|
||||
"categories": "Catégories",
|
||||
"category-created": "Catégorie créée",
|
||||
"category-creation-failed": "La création de la catégorie a échoué",
|
||||
"category-deleted": "Catégorie supprimée",
|
||||
@ -129,7 +130,11 @@
|
||||
"url": "URL",
|
||||
"view": "Afficher",
|
||||
"wednesday": "Mercredi",
|
||||
"yes": "Oui"
|
||||
"yes": "Oui",
|
||||
"foods": "Aliments",
|
||||
"units": "Unités",
|
||||
"back": "Précédent",
|
||||
"next": "Suivant"
|
||||
},
|
||||
"group": {
|
||||
"are-you-sure-you-want-to-delete-the-group": "Êtes-vous certain de vouloir supprimer <b>{groupName}<b/>?",
|
||||
@ -149,7 +154,11 @@
|
||||
"manage-groups": "Gérer les groupes",
|
||||
"user-group": "Groupe d'utilisateurs",
|
||||
"user-group-created": "Groupe d'utilisateurs créé",
|
||||
"user-group-creation-failed": "La création du groupe d'utilisateur a échoué"
|
||||
"user-group-creation-failed": "La création du groupe d'utilisateur a échoué",
|
||||
"settings": {
|
||||
"keep-my-recipes-private": "Garder mes recettes privées",
|
||||
"keep-my-recipes-private-description": "Définit votre groupe et toutes les recettes par défaut sur privé. Vous pouvez toujours changer cela plus tard."
|
||||
}
|
||||
},
|
||||
"meal-plan": {
|
||||
"create-a-new-meal-plan": "Créer un nouveau menu",
|
||||
@ -206,7 +215,10 @@
|
||||
"upload-a-recipe": "Télécharger une recette",
|
||||
"upload-individual-zip-file": "Chargez un fichier .zip exporté depuis une autre instance Mealie.",
|
||||
"url-form-hint": "Copiez et collez un lien depuis votre site de recettes favori",
|
||||
"view-scraped-data": "Voir les données récupérées"
|
||||
"view-scraped-data": "Voir les données récupérées",
|
||||
"trim-whitespace-description": "Trim leading and trailing whitespace as well as blank lines",
|
||||
"trim-prefix-description": "Trim first character from each line",
|
||||
"split-by-numbered-line-description": "Attempts to split a paragraph by matching '1)' or '1.' patterns"
|
||||
},
|
||||
"page": {
|
||||
"404-page-not-found": "404 Page introuvable",
|
||||
@ -278,9 +290,7 @@
|
||||
"sugar-content": "Sucres",
|
||||
"title": "Titre",
|
||||
"total-time": "Temps total",
|
||||
"unable-to-delete-recipe": "Impossible de supprimer la recette"
|
||||
},
|
||||
"reicpe": {
|
||||
"unable-to-delete-recipe": "Impossible de supprimer la recette",
|
||||
"no-recipe": "Pas de recette"
|
||||
},
|
||||
"search": {
|
||||
@ -387,7 +397,8 @@
|
||||
"test-webhooks": "Tester les webhooks",
|
||||
"the-urls-listed-below-will-recieve-webhooks-containing-the-recipe-data-for-the-meal-plan-on-its-scheduled-day-currently-webhooks-will-execute-at": "Les liens dans cette liste recevront les webhooks contenant les recettes pour le menu du jour. Actuellement, les webhooks se lancent à",
|
||||
"webhook-url": "Lien du webhook",
|
||||
"webhooks-caps": "WEBHOOKS"
|
||||
"webhooks-caps": "WEBHOOKS",
|
||||
"webhooks": "Webhooks"
|
||||
}
|
||||
},
|
||||
"shopping-list": {
|
||||
@ -402,7 +413,9 @@
|
||||
},
|
||||
"sidebar": {
|
||||
"all-recipes": "Les recettes",
|
||||
"backups": "Sauvegardes",
|
||||
"categories": "Catégories",
|
||||
"cookbooks": "Cookbooks",
|
||||
"dashboard": "Console",
|
||||
"home-page": "Accueil",
|
||||
"manage-users": "Utilisateurs",
|
||||
@ -411,7 +424,8 @@
|
||||
"search": "Rechercher",
|
||||
"site-settings": "Paramètres",
|
||||
"tags": "Mots-clés",
|
||||
"toolbox": "Boîte à outils"
|
||||
"toolbox": "Boîte à outils",
|
||||
"language": "Langue"
|
||||
},
|
||||
"signup": {
|
||||
"error-signing-up": "Erreur lors de l'inscription",
|
||||
@ -433,6 +447,9 @@
|
||||
"tags": "Mots-clés",
|
||||
"untagged-count": "{count} sans mot-clés"
|
||||
},
|
||||
"tool": {
|
||||
"tools": "Outils"
|
||||
},
|
||||
"user": {
|
||||
"admin": "Administrateur",
|
||||
"are-you-sure-you-want-to-delete-the-link": "Voulez-vous réellement supprimer le lien <b>{link}<b/>?",
|
||||
@ -450,6 +467,7 @@
|
||||
"error-cannot-delete-super-user": "Erreur! Impossible de supprimer le super utilisateur",
|
||||
"existing-password-does-not-match": "Le mot de passe actuel ne correspond pas",
|
||||
"full-name": "Nom",
|
||||
"invite-only": "Invite Only",
|
||||
"link-id": "ID du lien",
|
||||
"link-name": "Nom du lien",
|
||||
"login": "Connexion",
|
||||
@ -457,33 +475,75 @@
|
||||
"manage-users": "Gérer les utilisateurs",
|
||||
"new-password": "Nouveau mot de passe",
|
||||
"new-user": "Nouvel utilisateur",
|
||||
"password": "Mot de passe",
|
||||
"password-has-been-reset-to-the-default-password": "Le mot de passe a été réinitialisé à la valeur par défaut",
|
||||
"password-must-match": "Les mots de passe doivent correspondre",
|
||||
"password-reset-failed": "Échec de la réinitialisation du mot de passe",
|
||||
"password-updated": "Mot de passe mis à jour",
|
||||
"password": "Mot de passe",
|
||||
"password-strength": "Password is {strength}",
|
||||
"register": "S'inscrire",
|
||||
"reset-password": "Réinitialiser le mot de passe",
|
||||
"sign-in": "Se connecter",
|
||||
"total-mealplans": "Nombre de menus",
|
||||
"total-users": "Nombre d'utilisateurs",
|
||||
"upload-photo": "Importer une photo",
|
||||
"use-8-characters-or-more-for-your-password": "Utilisez au moins 8 caractères pour votre mot de passe",
|
||||
"user": "Utilisateur",
|
||||
"user-created": "Utilisateur créé",
|
||||
"user-creation-failed": "La création de l'utilisateur a échoué",
|
||||
"user-deleted": "Utilisateur supprimé",
|
||||
"user-id": "ID utilisateur",
|
||||
"user-id-with-value": "ID utilisateur : {id}",
|
||||
"user-id": "ID utilisateur",
|
||||
"user-password": "Mot de passe de l'utilisateur",
|
||||
"user-successfully-logged-in": "Connexion réussie",
|
||||
"user-update-failed": "La mise à jour de l'utilisateur a échoué",
|
||||
"user-updated": "Utilisateur mis à jour",
|
||||
"user": "Utilisateur",
|
||||
"username": "Nom d'utilisateur",
|
||||
"users": "Utilisateurs",
|
||||
"users-header": "UTILISATEURS",
|
||||
"users": "Utilisateurs",
|
||||
"webhook-time": "Heure du Webhook",
|
||||
"webhooks-enabled": "Webhooks activés",
|
||||
"you-are-not-allowed-to-create-a-user": "Vous n'avez pas le droit de créer un utilisateur",
|
||||
"you-are-not-allowed-to-delete-this-user": "Vous n'avez pas le droit de supprimer cet utilisateur"
|
||||
"you-are-not-allowed-to-delete-this-user": "Vous n'avez pas le droit de supprimer cet utilisateur",
|
||||
"enable-advanced-content": "Enable Advanced Content",
|
||||
"enable-advanced-content-description": "Enables advanced features like Recipe Scaling, API keys, Webhooks, and Data Management. Don't worry, you can always change this later"
|
||||
},
|
||||
"language-dialog": {
|
||||
"translated": "translated",
|
||||
"choose-language": "Choose Language",
|
||||
"select-description": "Choose the language for the Mealie UI. The setting only applies to you, not other users.",
|
||||
"how-to-contribute-description": "Is something not translated yet, mistranslated, or your language missing from the list? {read-the-docs-link} on how to contribute!",
|
||||
"read-the-docs": "Read the docs"
|
||||
},
|
||||
"data-pages": {
|
||||
"seed-data": "Seed Data",
|
||||
"foods": {
|
||||
"merge-dialog-text": "Combining the selected foods will merge the source food and target food into a single food. The source food will be deleted and all of the references to the source food will be updated to point to the target food.",
|
||||
"merge-food-example": "Merging {food1} into {food2}",
|
||||
"seed-dialog-text": "Seed the database with foods based on your local language. This will create 200+ common foods that can be used to organize your database. Foods are translated via a community effort.",
|
||||
"seed-dialog-warning": "You have already have some items in your database. This action will not reconcile duplicates, you will have to manage them manually."
|
||||
},
|
||||
"units": {
|
||||
"seed-dialog-text": "Seed the database with common units based on your local language."
|
||||
},
|
||||
"labels": {
|
||||
"seed-dialog-text": "Seed the database with common labels based on your local language."
|
||||
}
|
||||
},
|
||||
"user-registration": {
|
||||
"user-registration": "User Registration",
|
||||
"join-a-group": "Join a Group",
|
||||
"create-a-new-group": "Create a New Group",
|
||||
"provide-registration-token-description": "Please provide the registration token associated with the group that you'd like to join. You'll need to obtain this from an existing group member.",
|
||||
"group-details": "Group Details",
|
||||
"group-details-description": "Before you create an account you'll need to create a group. Your group will only contain you, but you'll be able to invite others later. Members in your group can share meal plans, shopping lists, recipes, and more!",
|
||||
"use-seed-data": "Use Seed Data",
|
||||
"use-seed-data-description": "Mealie ships with a collection of Foods, Units, and Labels that can be used to populate your group with helpful data for organizing your recipes.",
|
||||
"account-details": "Account Details"
|
||||
},
|
||||
"validation": {
|
||||
"group-name-is-taken": "Group name is taken",
|
||||
"username-is-taken": "Username is taken",
|
||||
"email-is-taken": "Email is taken"
|
||||
}
|
||||
}
|
||||
|
@ -33,6 +33,7 @@
|
||||
"show-assets": "Afficher les ressources"
|
||||
},
|
||||
"category": {
|
||||
"categories": "Catégories",
|
||||
"category-created": "Catégorie créée",
|
||||
"category-creation-failed": "La création de la catégorie a échoué",
|
||||
"category-deleted": "Catégorie supprimée",
|
||||
@ -129,7 +130,11 @@
|
||||
"url": "URL",
|
||||
"view": "Voir",
|
||||
"wednesday": "Mercredi",
|
||||
"yes": "Oui"
|
||||
"yes": "Oui",
|
||||
"foods": "Aliments",
|
||||
"units": "Unités",
|
||||
"back": "Précédent",
|
||||
"next": "Suivant"
|
||||
},
|
||||
"group": {
|
||||
"are-you-sure-you-want-to-delete-the-group": "Êtes-vous certain de vouloir supprimer <b>{groupName}<b/> ?",
|
||||
@ -149,7 +154,11 @@
|
||||
"manage-groups": "Gérer les groupes",
|
||||
"user-group": "Groupe utilisateur",
|
||||
"user-group-created": "Groupe d'utilisateurs créé",
|
||||
"user-group-creation-failed": "La création du groupe d'utilisateur a échoué"
|
||||
"user-group-creation-failed": "La création du groupe d'utilisateur a échoué",
|
||||
"settings": {
|
||||
"keep-my-recipes-private": "Garder mes recettes privées",
|
||||
"keep-my-recipes-private-description": "Définit votre groupe et toutes les recettes par défaut sur privé. Vous pouvez toujours changer cela plus tard."
|
||||
}
|
||||
},
|
||||
"meal-plan": {
|
||||
"create-a-new-meal-plan": "Créer un nouveau menu",
|
||||
@ -206,7 +215,10 @@
|
||||
"upload-a-recipe": "Télécharger une recette",
|
||||
"upload-individual-zip-file": "Chargez un fichier .zip exporté depuis une autre instance Mealie.",
|
||||
"url-form-hint": "Copiez et collez un lien depuis votre site de recettes favori",
|
||||
"view-scraped-data": "Voir les données récupérées"
|
||||
"view-scraped-data": "Voir les données récupérées",
|
||||
"trim-whitespace-description": "Trim leading and trailing whitespace as well as blank lines",
|
||||
"trim-prefix-description": "Trim first character from each line",
|
||||
"split-by-numbered-line-description": "Attempts to split a paragraph by matching '1)' or '1.' patterns"
|
||||
},
|
||||
"page": {
|
||||
"404-page-not-found": "404 Page introuvable",
|
||||
@ -278,9 +290,7 @@
|
||||
"sugar-content": "Sucres",
|
||||
"title": "Titre",
|
||||
"total-time": "Temps total",
|
||||
"unable-to-delete-recipe": "Impossible de supprimer la recette"
|
||||
},
|
||||
"reicpe": {
|
||||
"unable-to-delete-recipe": "Impossible de supprimer la recette",
|
||||
"no-recipe": "Pas de recette"
|
||||
},
|
||||
"search": {
|
||||
@ -387,7 +397,8 @@
|
||||
"test-webhooks": "Tester les webhooks",
|
||||
"the-urls-listed-below-will-recieve-webhooks-containing-the-recipe-data-for-the-meal-plan-on-its-scheduled-day-currently-webhooks-will-execute-at": "Les liens dans cette liste recevront les webhooks contenant les recettes pour le menu du jour. Actuellement, les webhooks se lancent à",
|
||||
"webhook-url": "Lien du webhook",
|
||||
"webhooks-caps": "WEBHOOKS"
|
||||
"webhooks-caps": "WEBHOOKS",
|
||||
"webhooks": "Webhooks"
|
||||
}
|
||||
},
|
||||
"shopping-list": {
|
||||
@ -402,8 +413,10 @@
|
||||
},
|
||||
"sidebar": {
|
||||
"all-recipes": "Les recettes",
|
||||
"backups": "Sauvegardes",
|
||||
"categories": "Catégories",
|
||||
"dashboard": "Dashboard",
|
||||
"cookbooks": "Cookbooks",
|
||||
"dashboard": "Tableau de bord",
|
||||
"home-page": "Accueil",
|
||||
"manage-users": "Utilisateurs",
|
||||
"migrations": "Migrations",
|
||||
@ -411,7 +424,8 @@
|
||||
"search": "Rechercher",
|
||||
"site-settings": "Paramètres",
|
||||
"tags": "Mots-clés",
|
||||
"toolbox": "Boîte à outils"
|
||||
"toolbox": "Boîte à outils",
|
||||
"language": "Langue"
|
||||
},
|
||||
"signup": {
|
||||
"error-signing-up": "Erreur lors de l'inscription",
|
||||
@ -433,6 +447,9 @@
|
||||
"tags": "Mots-clés",
|
||||
"untagged-count": "{count} sans mot-clés"
|
||||
},
|
||||
"tool": {
|
||||
"tools": "Outils"
|
||||
},
|
||||
"user": {
|
||||
"admin": "Admin",
|
||||
"are-you-sure-you-want-to-delete-the-link": "Êtes-vous sûr de vouloir supprimer le lien <b>{link}<b/> ?",
|
||||
@ -450,6 +467,7 @@
|
||||
"error-cannot-delete-super-user": "Erreur ! Impossible de supprimer le super utilisateur",
|
||||
"existing-password-does-not-match": "Le mot de passe actuel ne correspond pas",
|
||||
"full-name": "Nom",
|
||||
"invite-only": "Invite Only",
|
||||
"link-id": "ID du lien",
|
||||
"link-name": "Nom du lien",
|
||||
"login": "Connexion",
|
||||
@ -457,33 +475,75 @@
|
||||
"manage-users": "Gérer les utilisateurs",
|
||||
"new-password": "Nouveau mot de passe",
|
||||
"new-user": "Nouvel utilisateur",
|
||||
"password": "Mot de passe",
|
||||
"password-has-been-reset-to-the-default-password": "Le mot de passe a été réinitialisé à la valeur par défaut",
|
||||
"password-must-match": "Les mots de passe doivent correspondre",
|
||||
"password-reset-failed": "Échec de la réinitialisation du mot de passe",
|
||||
"password-updated": "Mot de passe mis à jour",
|
||||
"password": "Mot de passe",
|
||||
"password-strength": "Password is {strength}",
|
||||
"register": "S'inscrire",
|
||||
"reset-password": "Réinitialiser le mot de passe",
|
||||
"sign-in": "Se connecter",
|
||||
"total-mealplans": "Nombre de menus",
|
||||
"total-users": "Nombre d'utilisateurs",
|
||||
"upload-photo": "Importer une photo",
|
||||
"use-8-characters-or-more-for-your-password": "Utiliser au moins 8 caractères pour votre mot de passe",
|
||||
"user": "Utilisateur",
|
||||
"user-created": "Utilisateur créé",
|
||||
"user-creation-failed": "La création de l'utilisateur a échoué",
|
||||
"user-deleted": "Utilisateur supprimé",
|
||||
"user-id": "ID utilisateur",
|
||||
"user-id-with-value": "ID utilisateur : {id}",
|
||||
"user-id": "ID utilisateur",
|
||||
"user-password": "Mot de passe de l'utilisateur",
|
||||
"user-successfully-logged-in": "Connexion réussie",
|
||||
"user-update-failed": "La mise à jour de l'utilisateur a échoué",
|
||||
"user-updated": "Utilisateur mis à jour",
|
||||
"user": "Utilisateur",
|
||||
"username": "Nom d'utilisateur",
|
||||
"users": "Utilisateurs",
|
||||
"users-header": "UTILISATEURS",
|
||||
"users": "Utilisateurs",
|
||||
"webhook-time": "Heure du Webhook",
|
||||
"webhooks-enabled": "Webhooks activés",
|
||||
"you-are-not-allowed-to-create-a-user": "Vous n'avez pas le droit de créer un utilisateur",
|
||||
"you-are-not-allowed-to-delete-this-user": "Vous n'avez pas le droit de supprimer cet utilisateur"
|
||||
"you-are-not-allowed-to-delete-this-user": "Vous n'avez pas le droit de supprimer cet utilisateur",
|
||||
"enable-advanced-content": "Enable Advanced Content",
|
||||
"enable-advanced-content-description": "Enables advanced features like Recipe Scaling, API keys, Webhooks, and Data Management. Don't worry, you can always change this later"
|
||||
},
|
||||
"language-dialog": {
|
||||
"translated": "translated",
|
||||
"choose-language": "Choose Language",
|
||||
"select-description": "Choose the language for the Mealie UI. The setting only applies to you, not other users.",
|
||||
"how-to-contribute-description": "Is something not translated yet, mistranslated, or your language missing from the list? {read-the-docs-link} on how to contribute!",
|
||||
"read-the-docs": "Read the docs"
|
||||
},
|
||||
"data-pages": {
|
||||
"seed-data": "Seed Data",
|
||||
"foods": {
|
||||
"merge-dialog-text": "Combining the selected foods will merge the source food and target food into a single food. The source food will be deleted and all of the references to the source food will be updated to point to the target food.",
|
||||
"merge-food-example": "Merging {food1} into {food2}",
|
||||
"seed-dialog-text": "Seed the database with foods based on your local language. This will create 200+ common foods that can be used to organize your database. Foods are translated via a community effort.",
|
||||
"seed-dialog-warning": "You have already have some items in your database. This action will not reconcile duplicates, you will have to manage them manually."
|
||||
},
|
||||
"units": {
|
||||
"seed-dialog-text": "Seed the database with common units based on your local language."
|
||||
},
|
||||
"labels": {
|
||||
"seed-dialog-text": "Seed the database with common labels based on your local language."
|
||||
}
|
||||
},
|
||||
"user-registration": {
|
||||
"user-registration": "User Registration",
|
||||
"join-a-group": "Join a Group",
|
||||
"create-a-new-group": "Create a New Group",
|
||||
"provide-registration-token-description": "Please provide the registration token associated with the group that you'd like to join. You'll need to obtain this from an existing group member.",
|
||||
"group-details": "Group Details",
|
||||
"group-details-description": "Before you create an account you'll need to create a group. Your group will only contain you, but you'll be able to invite others later. Members in your group can share meal plans, shopping lists, recipes, and more!",
|
||||
"use-seed-data": "Use Seed Data",
|
||||
"use-seed-data-description": "Mealie ships with a collection of Foods, Units, and Labels that can be used to populate your group with helpful data for organizing your recipes.",
|
||||
"account-details": "Account Details"
|
||||
},
|
||||
"validation": {
|
||||
"group-name-is-taken": "Group name is taken",
|
||||
"username-is-taken": "Username is taken",
|
||||
"email-is-taken": "Email is taken"
|
||||
}
|
||||
}
|
||||
|
@ -33,6 +33,7 @@
|
||||
"show-assets": "Show Assets"
|
||||
},
|
||||
"category": {
|
||||
"categories": "Categories",
|
||||
"category-created": "Category created",
|
||||
"category-creation-failed": "Category creation failed",
|
||||
"category-deleted": "Category Deleted",
|
||||
@ -129,7 +130,11 @@
|
||||
"url": "URL",
|
||||
"view": "View",
|
||||
"wednesday": "Wednesday",
|
||||
"yes": "Yes"
|
||||
"yes": "Yes",
|
||||
"foods": "Foods",
|
||||
"units": "Units",
|
||||
"back": "Back",
|
||||
"next": "Next"
|
||||
},
|
||||
"group": {
|
||||
"are-you-sure-you-want-to-delete-the-group": "Are you sure you want to delete <b>{groupName}<b/>?",
|
||||
@ -149,7 +154,11 @@
|
||||
"manage-groups": "Manage Groups",
|
||||
"user-group": "User Group",
|
||||
"user-group-created": "User Group Created",
|
||||
"user-group-creation-failed": "User Group Creation Failed"
|
||||
"user-group-creation-failed": "User Group Creation Failed",
|
||||
"settings": {
|
||||
"keep-my-recipes-private": "Keep My Recipes Private",
|
||||
"keep-my-recipes-private-description": "Sets your group and all recipes defaults to private. You can always change this later."
|
||||
}
|
||||
},
|
||||
"meal-plan": {
|
||||
"create-a-new-meal-plan": "Create a New Meal Plan",
|
||||
@ -206,7 +215,10 @@
|
||||
"upload-a-recipe": "Upload a Recipe",
|
||||
"upload-individual-zip-file": "Upload an individual .zip file exported from another Mealie instance.",
|
||||
"url-form-hint": "Copy and paste a link from your favorite recipe website",
|
||||
"view-scraped-data": "View Scraped Data"
|
||||
"view-scraped-data": "View Scraped Data",
|
||||
"trim-whitespace-description": "Trim leading and trailing whitespace as well as blank lines",
|
||||
"trim-prefix-description": "Trim first character from each line",
|
||||
"split-by-numbered-line-description": "Attempts to split a paragraph by matching '1)' or '1.' patterns"
|
||||
},
|
||||
"page": {
|
||||
"404-page-not-found": "404 Page not found",
|
||||
@ -278,9 +290,7 @@
|
||||
"sugar-content": "Sugar",
|
||||
"title": "Title",
|
||||
"total-time": "Total Time",
|
||||
"unable-to-delete-recipe": "Unable to Delete Recipe"
|
||||
},
|
||||
"reicpe": {
|
||||
"unable-to-delete-recipe": "Unable to Delete Recipe",
|
||||
"no-recipe": "No Recipe"
|
||||
},
|
||||
"search": {
|
||||
@ -387,7 +397,8 @@
|
||||
"test-webhooks": "Test Webhooks",
|
||||
"the-urls-listed-below-will-recieve-webhooks-containing-the-recipe-data-for-the-meal-plan-on-its-scheduled-day-currently-webhooks-will-execute-at": "The URLs listed below will receive webhooks containing the recipe data for the meal plan on it's scheduled day. Currently Webhooks will execute at",
|
||||
"webhook-url": "Webhook URL",
|
||||
"webhooks-caps": "WEBHOOKS"
|
||||
"webhooks-caps": "WEBHOOKS",
|
||||
"webhooks": "Webhooks"
|
||||
}
|
||||
},
|
||||
"shopping-list": {
|
||||
@ -402,7 +413,9 @@
|
||||
},
|
||||
"sidebar": {
|
||||
"all-recipes": "All Recipes",
|
||||
"backups": "Backups",
|
||||
"categories": "Categories",
|
||||
"cookbooks": "Cookbooks",
|
||||
"dashboard": "Dashboard",
|
||||
"home-page": "Home Page",
|
||||
"manage-users": "Manage Users",
|
||||
@ -411,7 +424,8 @@
|
||||
"search": "Search",
|
||||
"site-settings": "Site Settings",
|
||||
"tags": "Tags",
|
||||
"toolbox": "Toolbox"
|
||||
"toolbox": "Toolbox",
|
||||
"language": "Language"
|
||||
},
|
||||
"signup": {
|
||||
"error-signing-up": "Error Signing Up",
|
||||
@ -433,6 +447,9 @@
|
||||
"tags": "Tags",
|
||||
"untagged-count": "Untagged {count}"
|
||||
},
|
||||
"tool": {
|
||||
"tools": "Tools"
|
||||
},
|
||||
"user": {
|
||||
"admin": "Admin",
|
||||
"are-you-sure-you-want-to-delete-the-link": "Are you sure you want to delete the link <b>{link}<b/>?",
|
||||
@ -450,6 +467,7 @@
|
||||
"error-cannot-delete-super-user": "Error! Cannot Delete Super User",
|
||||
"existing-password-does-not-match": "Existing password does not match",
|
||||
"full-name": "Full Name",
|
||||
"invite-only": "Invite Only",
|
||||
"link-id": "Link ID",
|
||||
"link-name": "Link Name",
|
||||
"login": "Login",
|
||||
@ -457,33 +475,75 @@
|
||||
"manage-users": "Manage Users",
|
||||
"new-password": "New Password",
|
||||
"new-user": "New User",
|
||||
"password": "Password",
|
||||
"password-has-been-reset-to-the-default-password": "Password has been reset to the default password",
|
||||
"password-must-match": "Password must match",
|
||||
"password-reset-failed": "Password reset failed",
|
||||
"password-updated": "Password updated",
|
||||
"password": "Password",
|
||||
"password-strength": "Password is {strength}",
|
||||
"register": "Register",
|
||||
"reset-password": "Reset Password",
|
||||
"sign-in": "Sign in",
|
||||
"total-mealplans": "Total MealPlans",
|
||||
"total-users": "Total Users",
|
||||
"upload-photo": "Upload Photo",
|
||||
"use-8-characters-or-more-for-your-password": "Use 8 characters or more for your password",
|
||||
"user": "User",
|
||||
"user-created": "User created",
|
||||
"user-creation-failed": "User creation failed",
|
||||
"user-deleted": "User deleted",
|
||||
"user-id": "User ID",
|
||||
"user-id-with-value": "User ID: {id}",
|
||||
"user-id": "User ID",
|
||||
"user-password": "User Password",
|
||||
"user-successfully-logged-in": "User Successfully Logged In",
|
||||
"user-update-failed": "User update failed",
|
||||
"user-updated": "User updated",
|
||||
"user": "User",
|
||||
"username": "Username",
|
||||
"users": "Users",
|
||||
"users-header": "USERS",
|
||||
"users": "Users",
|
||||
"webhook-time": "Webhook Time",
|
||||
"webhooks-enabled": "Webhooks Enabled",
|
||||
"you-are-not-allowed-to-create-a-user": "You are not allowed to create a user",
|
||||
"you-are-not-allowed-to-delete-this-user": "You are not allowed to delete this user"
|
||||
"you-are-not-allowed-to-delete-this-user": "You are not allowed to delete this user",
|
||||
"enable-advanced-content": "Enable Advanced Content",
|
||||
"enable-advanced-content-description": "Enables advanced features like Recipe Scaling, API keys, Webhooks, and Data Management. Don't worry, you can always change this later"
|
||||
},
|
||||
"language-dialog": {
|
||||
"translated": "translated",
|
||||
"choose-language": "Choose Language",
|
||||
"select-description": "Choose the language for the Mealie UI. The setting only applies to you, not other users.",
|
||||
"how-to-contribute-description": "Is something not translated yet, mistranslated, or your language missing from the list? {read-the-docs-link} on how to contribute!",
|
||||
"read-the-docs": "Read the docs"
|
||||
},
|
||||
"data-pages": {
|
||||
"seed-data": "Seed Data",
|
||||
"foods": {
|
||||
"merge-dialog-text": "Combining the selected foods will merge the source food and target food into a single food. The source food will be deleted and all of the references to the source food will be updated to point to the target food.",
|
||||
"merge-food-example": "Merging {food1} into {food2}",
|
||||
"seed-dialog-text": "Seed the database with foods based on your local language. This will create 200+ common foods that can be used to organize your database. Foods are translated via a community effort.",
|
||||
"seed-dialog-warning": "You have already have some items in your database. This action will not reconcile duplicates, you will have to manage them manually."
|
||||
},
|
||||
"units": {
|
||||
"seed-dialog-text": "Seed the database with common units based on your local language."
|
||||
},
|
||||
"labels": {
|
||||
"seed-dialog-text": "Seed the database with common labels based on your local language."
|
||||
}
|
||||
},
|
||||
"user-registration": {
|
||||
"user-registration": "User Registration",
|
||||
"join-a-group": "Join a Group",
|
||||
"create-a-new-group": "Create a New Group",
|
||||
"provide-registration-token-description": "Please provide the registration token associated with the group that you'd like to join. You'll need to obtain this from an existing group member.",
|
||||
"group-details": "Group Details",
|
||||
"group-details-description": "Before you create an account you'll need to create a group. Your group will only contain you, but you'll be able to invite others later. Members in your group can share meal plans, shopping lists, recipes, and more!",
|
||||
"use-seed-data": "Use Seed Data",
|
||||
"use-seed-data-description": "Mealie ships with a collection of Foods, Units, and Labels that can be used to populate your group with helpful data for organizing your recipes.",
|
||||
"account-details": "Account Details"
|
||||
},
|
||||
"validation": {
|
||||
"group-name-is-taken": "Group name is taken",
|
||||
"username-is-taken": "Username is taken",
|
||||
"email-is-taken": "Email is taken"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -33,6 +33,7 @@
|
||||
"show-assets": "Eszközök megjelenítése"
|
||||
},
|
||||
"category": {
|
||||
"categories": "Kategóriák",
|
||||
"category-created": "Kategória létrehozva",
|
||||
"category-creation-failed": "Kategória létrehozása sikertelen",
|
||||
"category-deleted": "Kategória törölve",
|
||||
@ -81,7 +82,7 @@
|
||||
"filter": "Szűrő",
|
||||
"friday": "Péntek",
|
||||
"general": "Általános",
|
||||
"get": "Get",
|
||||
"get": "Letöltés",
|
||||
"home": "Kezdőlap",
|
||||
"image": "Kép",
|
||||
"image-upload-failed": "Képfeltöltés sikertelen",
|
||||
@ -129,7 +130,11 @@
|
||||
"url": "URL",
|
||||
"view": "Nézet",
|
||||
"wednesday": "Szerda",
|
||||
"yes": "Igen"
|
||||
"yes": "Igen",
|
||||
"foods": "Élelmiszerek",
|
||||
"units": "Mértékegységek",
|
||||
"back": "Vissza",
|
||||
"next": "Következő"
|
||||
},
|
||||
"group": {
|
||||
"are-you-sure-you-want-to-delete-the-group": "Biztosan törölni szeretnéd ezt: <b>{groupName}<b/>?",
|
||||
@ -149,7 +154,11 @@
|
||||
"manage-groups": "Csoportok kezelése",
|
||||
"user-group": "Felhasználói csoportok",
|
||||
"user-group-created": "Felhasználói csoport létrehozva",
|
||||
"user-group-creation-failed": "Csoport létrehozása sikertelen"
|
||||
"user-group-creation-failed": "Csoport létrehozása sikertelen",
|
||||
"settings": {
|
||||
"keep-my-recipes-private": "Keep My Recipes Private",
|
||||
"keep-my-recipes-private-description": "Sets your group and all recipes defaults to private. You can always change this later."
|
||||
}
|
||||
},
|
||||
"meal-plan": {
|
||||
"create-a-new-meal-plan": "Étkezési terv létrehozása",
|
||||
@ -206,7 +215,10 @@
|
||||
"upload-a-recipe": "Recept feltöltése",
|
||||
"upload-individual-zip-file": "Tölts fel egy .zíp archívumot, ami egy másik Mealie példányból lett exportálva.",
|
||||
"url-form-hint": "Másold be a linket a kedvenc recept weboldaladról",
|
||||
"view-scraped-data": "Letöltött adat megtekintése"
|
||||
"view-scraped-data": "Letöltött adat megtekintése",
|
||||
"trim-whitespace-description": "Trim leading and trailing whitespace as well as blank lines",
|
||||
"trim-prefix-description": "Trim first character from each line",
|
||||
"split-by-numbered-line-description": "Attempts to split a paragraph by matching '1)' or '1.' patterns"
|
||||
},
|
||||
"page": {
|
||||
"404-page-not-found": "404. Az oldal nem található",
|
||||
@ -278,9 +290,7 @@
|
||||
"sugar-content": "Cukor",
|
||||
"title": "Cím",
|
||||
"total-time": "Teljes idő",
|
||||
"unable-to-delete-recipe": "Nem lehet törölni a receptet"
|
||||
},
|
||||
"reicpe": {
|
||||
"unable-to-delete-recipe": "Nem lehet törölni a receptet",
|
||||
"no-recipe": "Nincs recept"
|
||||
},
|
||||
"search": {
|
||||
@ -387,7 +397,8 @@
|
||||
"test-webhooks": "Webhook tesztelése",
|
||||
"the-urls-listed-below-will-recieve-webhooks-containing-the-recipe-data-for-the-meal-plan-on-its-scheduled-day-currently-webhooks-will-execute-at": "A lenti URL egy webhook hivást fog kapni, az étkezési tervhez tartozó recept adataival a megadott napon. Jelenleg a Webook az alábbi időpontban hajtódik végre",
|
||||
"webhook-url": "Webhook URL",
|
||||
"webhooks-caps": "WEBHOOKOK"
|
||||
"webhooks-caps": "WEBHOOKOK",
|
||||
"webhooks": "Webhook-ok"
|
||||
}
|
||||
},
|
||||
"shopping-list": {
|
||||
@ -402,7 +413,9 @@
|
||||
},
|
||||
"sidebar": {
|
||||
"all-recipes": "Minden recept",
|
||||
"backups": "Biztonsági mentések",
|
||||
"categories": "Kategóriák",
|
||||
"cookbooks": "Receptkönyvek",
|
||||
"dashboard": "Vezérlőpult",
|
||||
"home-page": "Főoldal",
|
||||
"manage-users": "Felhasználók",
|
||||
@ -411,7 +424,8 @@
|
||||
"search": "Keresés",
|
||||
"site-settings": "Beállítások",
|
||||
"tags": "Címkék",
|
||||
"toolbox": "Eszközök"
|
||||
"toolbox": "Eszközök",
|
||||
"language": "Nyelv"
|
||||
},
|
||||
"signup": {
|
||||
"error-signing-up": "Regisztráció hiba",
|
||||
@ -433,6 +447,9 @@
|
||||
"tags": "Címkék",
|
||||
"untagged-count": "Címkézetlen {count}"
|
||||
},
|
||||
"tool": {
|
||||
"tools": "Eszközök"
|
||||
},
|
||||
"user": {
|
||||
"admin": "Adminisztrátor",
|
||||
"are-you-sure-you-want-to-delete-the-link": "Biztos hogy törölni akarod a következő hivatkozást: <b>{link}<b/>?",
|
||||
@ -450,6 +467,7 @@
|
||||
"error-cannot-delete-super-user": "Hiba! Adminsztrátor felhasználó nem törölhető",
|
||||
"existing-password-does-not-match": "A jelszavak nem egyeznek",
|
||||
"full-name": "Teljes név",
|
||||
"invite-only": "Csak meghívóval",
|
||||
"link-id": "Hivatkozás ID",
|
||||
"link-name": "Hivatkozás neve",
|
||||
"login": "Bejelentkezés",
|
||||
@ -457,33 +475,75 @@
|
||||
"manage-users": "Felhasználók kezelése",
|
||||
"new-password": "Új jelszó",
|
||||
"new-user": "Új felhasználó",
|
||||
"password": "Jelszó",
|
||||
"password-has-been-reset-to-the-default-password": "Jelsző vissza lett állítva az alapértelmezett jelszóra",
|
||||
"password-must-match": "A jelszavaknak egyezniük kell",
|
||||
"password-reset-failed": "Jelszó visszállítása nem sikerült",
|
||||
"password-updated": "Jelszó megváltoztatva",
|
||||
"password": "Jelszó",
|
||||
"password-strength": "Jelszó erőssége: {strength}",
|
||||
"register": "Regisztráció",
|
||||
"reset-password": "Jelszó visszaállítása",
|
||||
"sign-in": "Bejelentkezés",
|
||||
"total-mealplans": "Összes étkezési terv",
|
||||
"total-users": "Összes Felhasználó",
|
||||
"upload-photo": "Fotó feltöltése",
|
||||
"use-8-characters-or-more-for-your-password": "Használj 8 vagy több karaktert a jelszóhoz",
|
||||
"user": "Felhasználó",
|
||||
"user-created": "Felhasználó létrehozva",
|
||||
"user-creation-failed": "A felhasználó létrehozása nem sikerült",
|
||||
"user-deleted": "Felhasználó törölve",
|
||||
"user-id": "Felhasználó azonosító",
|
||||
"user-id-with-value": "Felhasználó azonosító: {id}",
|
||||
"user-id": "Felhasználó azonosító",
|
||||
"user-password": "Felhasználó jelszava",
|
||||
"user-successfully-logged-in": "Sikeres bejelentkezés",
|
||||
"user-update-failed": "Felhasználó módosítása sikertelen",
|
||||
"user-updated": "Felhasználó frissítve",
|
||||
"user": "Felhasználó",
|
||||
"username": "Felhasználónév",
|
||||
"users": "Felhasználók",
|
||||
"users-header": "FELHASZNÁLÓK",
|
||||
"users": "Felhasználók",
|
||||
"webhook-time": "Webhook ideje",
|
||||
"webhooks-enabled": "Webhookok engedélyezve",
|
||||
"you-are-not-allowed-to-create-a-user": "Nem hozhatsz létre új felhasználót",
|
||||
"you-are-not-allowed-to-delete-this-user": "Nem törölheted ezt a felhasználót"
|
||||
"you-are-not-allowed-to-delete-this-user": "Nem törölheted ezt a felhasználót",
|
||||
"enable-advanced-content": "Haladó beállítások engedélyezése",
|
||||
"enable-advanced-content-description": "Enables advanced features like Recipe Scaling, API keys, Webhooks, and Data Management. Don't worry, you can always change this later"
|
||||
},
|
||||
"language-dialog": {
|
||||
"translated": "translated",
|
||||
"choose-language": "Nyelv kiválasztása",
|
||||
"select-description": "Choose the language for the Mealie UI. The setting only applies to you, not other users.",
|
||||
"how-to-contribute-description": "Is something not translated yet, mistranslated, or your language missing from the list? {read-the-docs-link} on how to contribute!",
|
||||
"read-the-docs": "Olvasd el a dokumentációt"
|
||||
},
|
||||
"data-pages": {
|
||||
"seed-data": "Seed Data",
|
||||
"foods": {
|
||||
"merge-dialog-text": "Combining the selected foods will merge the source food and target food into a single food. The source food will be deleted and all of the references to the source food will be updated to point to the target food.",
|
||||
"merge-food-example": "Merging {food1} into {food2}",
|
||||
"seed-dialog-text": "Seed the database with foods based on your local language. This will create 200+ common foods that can be used to organize your database. Foods are translated via a community effort.",
|
||||
"seed-dialog-warning": "You have already have some items in your database. This action will not reconcile duplicates, you will have to manage them manually."
|
||||
},
|
||||
"units": {
|
||||
"seed-dialog-text": "Seed the database with common units based on your local language."
|
||||
},
|
||||
"labels": {
|
||||
"seed-dialog-text": "Seed the database with common labels based on your local language."
|
||||
}
|
||||
},
|
||||
"user-registration": {
|
||||
"user-registration": "User Registration",
|
||||
"join-a-group": "Join a Group",
|
||||
"create-a-new-group": "Create a New Group",
|
||||
"provide-registration-token-description": "Please provide the registration token associated with the group that you'd like to join. You'll need to obtain this from an existing group member.",
|
||||
"group-details": "Group Details",
|
||||
"group-details-description": "Before you create an account you'll need to create a group. Your group will only contain you, but you'll be able to invite others later. Members in your group can share meal plans, shopping lists, recipes, and more!",
|
||||
"use-seed-data": "Use Seed Data",
|
||||
"use-seed-data-description": "Mealie ships with a collection of Foods, Units, and Labels that can be used to populate your group with helpful data for organizing your recipes.",
|
||||
"account-details": "Account Details"
|
||||
},
|
||||
"validation": {
|
||||
"group-name-is-taken": "Group name is taken",
|
||||
"username-is-taken": "Username is taken",
|
||||
"email-is-taken": "Email is taken"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -14,7 +14,7 @@
|
||||
"docs": "Documentazione",
|
||||
"download-log": "Scarica Log",
|
||||
"download-recipe-json": "Ultimo JSON",
|
||||
"github": "Github",
|
||||
"github": "GitHub",
|
||||
"log-lines": "Log Linee",
|
||||
"not-demo": "Non Demo",
|
||||
"portfolio": "Portfolio",
|
||||
@ -33,6 +33,7 @@
|
||||
"show-assets": "Mostra Risorse"
|
||||
},
|
||||
"category": {
|
||||
"categories": "Categorie",
|
||||
"category-created": "Categoria creata",
|
||||
"category-creation-failed": "Creazione categoria fallita",
|
||||
"category-deleted": "Categoria Eliminata",
|
||||
@ -82,7 +83,7 @@
|
||||
"friday": "Venerdì",
|
||||
"general": "Generale",
|
||||
"get": "Ottieni",
|
||||
"home": "Home",
|
||||
"home": "Pagina iniziale",
|
||||
"image": "Immagine",
|
||||
"image-upload-failed": "Caricamento immagine fallito",
|
||||
"import": "Importa",
|
||||
@ -129,7 +130,11 @@
|
||||
"url": "URL",
|
||||
"view": "Visualizza",
|
||||
"wednesday": "Mercoledì",
|
||||
"yes": "Sì"
|
||||
"yes": "Sì",
|
||||
"foods": "Cibi",
|
||||
"units": "Unità",
|
||||
"back": "Indietro",
|
||||
"next": "Avanti"
|
||||
},
|
||||
"group": {
|
||||
"are-you-sure-you-want-to-delete-the-group": "Sei sicuro di volerlo eliminare <b>{groupName}<b/>'?",
|
||||
@ -149,7 +154,11 @@
|
||||
"manage-groups": "Gestisci Gruppi",
|
||||
"user-group": "Gruppo Utente",
|
||||
"user-group-created": "Gruppo Utente Creato",
|
||||
"user-group-creation-failed": "Creazione Gruppo Utente Fallita"
|
||||
"user-group-creation-failed": "Creazione Gruppo Utente Fallita",
|
||||
"settings": {
|
||||
"keep-my-recipes-private": "Mantieni Le Mie Ricette Private",
|
||||
"keep-my-recipes-private-description": "Imposta il tuo gruppo e tutte le ricette privati di default. Puoi sempre cambiare questa impostazione più tardi."
|
||||
}
|
||||
},
|
||||
"meal-plan": {
|
||||
"create-a-new-meal-plan": "Crea un Nuovo Piano Alimentare",
|
||||
@ -201,12 +210,15 @@
|
||||
"google-ld-json-info": "Google ld+json Info",
|
||||
"must-be-a-valid-url": "Deve essere un URL valido",
|
||||
"paste-in-your-recipe-data-each-line-will-be-treated-as-an-item-in-a-list": "Inserisci i dati della tua ricetta. Ogni riga sarà trattata come uno step della ricetta.",
|
||||
"recipe-markup-specification": "Recipe Markup Specification",
|
||||
"recipe-markup-specification": "Specifiche Markup Ricetta",
|
||||
"recipe-url": "URL Ricetta",
|
||||
"upload-a-recipe": "Carica una Ricetta",
|
||||
"upload-individual-zip-file": "Carica un singolo file .zip esportato da un'altra istanza di Mealie.",
|
||||
"url-form-hint": "Copia e incolla un link dal tuo sito di ricette preferito",
|
||||
"view-scraped-data": "View Scraped Data"
|
||||
"view-scraped-data": "Visualizza Dati Ottenuti dallo Scraping",
|
||||
"trim-whitespace-description": "Trim leading and trailing whitespace as well as blank lines",
|
||||
"trim-prefix-description": "Trim first character from each line",
|
||||
"split-by-numbered-line-description": "Attempts to split a paragraph by matching '1)' or '1.' patterns"
|
||||
},
|
||||
"page": {
|
||||
"404-page-not-found": "404 Pagina non Trovata",
|
||||
@ -224,7 +236,7 @@
|
||||
"recipe": {
|
||||
"add-key": "Aggiungi Chiave",
|
||||
"add-to-favorites": "Aggiungi ai Preferiti",
|
||||
"api-extras": "API Extras",
|
||||
"api-extras": "API Extra",
|
||||
"calories": "Calorie",
|
||||
"calories-suffix": "calorie",
|
||||
"carbohydrate-content": "Carboidrati",
|
||||
@ -278,9 +290,7 @@
|
||||
"sugar-content": "Zuccheri",
|
||||
"title": "Titolo",
|
||||
"total-time": "Tempo Totale",
|
||||
"unable-to-delete-recipe": "Impossibile eliminare ricetta"
|
||||
},
|
||||
"reicpe": {
|
||||
"unable-to-delete-recipe": "Impossibile eliminare ricetta",
|
||||
"no-recipe": "Nessuna Ricetta"
|
||||
},
|
||||
"search": {
|
||||
@ -311,7 +321,7 @@
|
||||
"partial-backup": "Backup Parziale",
|
||||
"unable-to-delete-backup": "Impossibile rimuovere backup."
|
||||
},
|
||||
"backup-and-exports": "Backups",
|
||||
"backup-and-exports": "Backup",
|
||||
"change-password": "Modifica Password",
|
||||
"current": "Versione:",
|
||||
"custom-pages": "Pagine Personalizzate",
|
||||
@ -322,7 +332,7 @@
|
||||
"homepage": {
|
||||
"all-categories": "Tutte le Categorie",
|
||||
"card-per-section": "Scheda Per Sezione",
|
||||
"home-page": "Home Page",
|
||||
"home-page": "Pagina iniziale",
|
||||
"home-page-sections": "Sezioni Home Page",
|
||||
"show-recent": "Mostra Recenti"
|
||||
},
|
||||
@ -387,7 +397,8 @@
|
||||
"test-webhooks": "Testa Webhooks",
|
||||
"the-urls-listed-below-will-recieve-webhooks-containing-the-recipe-data-for-the-meal-plan-on-its-scheduled-day-currently-webhooks-will-execute-at": "Gli URL elencati sotto riceveranno dei webhooks contenenti i dati delle ricette per il piano alimentare nel giorno programmato. I Webhooks correnti verrano eseguiti alle",
|
||||
"webhook-url": "URL Webhook",
|
||||
"webhooks-caps": "WEBHOOKS"
|
||||
"webhooks-caps": "WEBHOOKS",
|
||||
"webhooks": "Webhooks"
|
||||
}
|
||||
},
|
||||
"shopping-list": {
|
||||
@ -402,16 +413,19 @@
|
||||
},
|
||||
"sidebar": {
|
||||
"all-recipes": "Ricette",
|
||||
"backups": "Backup",
|
||||
"categories": "Categorie",
|
||||
"cookbooks": "Llibro di Ricette",
|
||||
"dashboard": "Dashboard",
|
||||
"home-page": "Home Page",
|
||||
"home-page": "Pagina iniziale",
|
||||
"manage-users": "Gestire Utenti",
|
||||
"migrations": "Migrazioni",
|
||||
"profile": "Profilo",
|
||||
"search": "Cerca",
|
||||
"site-settings": "Impostazioni",
|
||||
"tags": "Tags",
|
||||
"toolbox": "Strumenti"
|
||||
"tags": "Tag",
|
||||
"toolbox": "Strumenti",
|
||||
"language": "Lingua"
|
||||
},
|
||||
"signup": {
|
||||
"error-signing-up": "Errore Registrazione",
|
||||
@ -430,9 +444,12 @@
|
||||
"tag-deletion-failed": "Eliminazione tag fallita",
|
||||
"tag-update-failed": "Aggiornamento tag fallito",
|
||||
"tag-updated": "Tag aggiornato",
|
||||
"tags": "Tags",
|
||||
"tags": "Tag",
|
||||
"untagged-count": "Senza Tag {count}"
|
||||
},
|
||||
"tool": {
|
||||
"tools": "Strumenti"
|
||||
},
|
||||
"user": {
|
||||
"admin": "Amministratore",
|
||||
"are-you-sure-you-want-to-delete-the-link": "Sei sicuro di voler eliminare il link <b>{link}<b/>?",
|
||||
@ -450,6 +467,7 @@
|
||||
"error-cannot-delete-super-user": "Errore! Impossibile Eliminare Super User",
|
||||
"existing-password-does-not-match": "La nuova password non corrisponde",
|
||||
"full-name": "Nome",
|
||||
"invite-only": "Solo su invito",
|
||||
"link-id": "Link ID",
|
||||
"link-name": "Link Nome",
|
||||
"login": "Login",
|
||||
@ -457,33 +475,75 @@
|
||||
"manage-users": "Gestisci Utenti",
|
||||
"new-password": "Nuova Password",
|
||||
"new-user": "Nuovo Utente",
|
||||
"password": "Password",
|
||||
"password-has-been-reset-to-the-default-password": "La password è stata reimpostata a quella di default",
|
||||
"password-must-match": "Le password devono essere uguali",
|
||||
"password-reset-failed": "Reimpostazione della password fallita",
|
||||
"password-updated": "Password aggiornata",
|
||||
"password": "Password",
|
||||
"password-strength": "La password è {strength}",
|
||||
"register": "Registrati",
|
||||
"reset-password": "Reimposta Password",
|
||||
"sign-in": "Accedi",
|
||||
"total-mealplans": "Totale Piani Alimentari",
|
||||
"total-users": "Totale Utenti",
|
||||
"upload-photo": "Carica Foto",
|
||||
"use-8-characters-or-more-for-your-password": "Usa 8 caratteri o piú per la password",
|
||||
"user": "Utente",
|
||||
"user-created": "Utente creato",
|
||||
"user-creation-failed": "Creazione utente fallita",
|
||||
"user-deleted": "Utente eliminato",
|
||||
"user-id": "ID Utente",
|
||||
"user-id-with-value": "ID Utente:{id}",
|
||||
"user-id": "ID Utente",
|
||||
"user-password": "Password Utente",
|
||||
"user-successfully-logged-in": "Autenticato Con Successo",
|
||||
"user-update-failed": "Aggiornamento Utenete Fallito",
|
||||
"user-updated": "Utente Aggiornato",
|
||||
"user": "Utente",
|
||||
"username": "Nome Utente",
|
||||
"users": "Utenti",
|
||||
"users-header": "UTENTI",
|
||||
"users": "Utenti",
|
||||
"webhook-time": "Ora Webhook",
|
||||
"webhooks-enabled": "Webhooks Abilitati",
|
||||
"you-are-not-allowed-to-create-a-user": "Non sei autorizzato per la creazione di utenti",
|
||||
"you-are-not-allowed-to-delete-this-user": "Non sei autorizzato per la eliminazione di utenti"
|
||||
"you-are-not-allowed-to-delete-this-user": "Non sei autorizzato per la eliminazione di utenti",
|
||||
"enable-advanced-content": "Abilita Contenuto Avanzato",
|
||||
"enable-advanced-content-description": "Abilita funzionalità avanzate come Scraping Ricette, Chiavi API, Webhooks e Gestione dei Dati. Non ti preoccupare, puoi sempre cambiare questa configurazione in seguito"
|
||||
},
|
||||
"language-dialog": {
|
||||
"translated": "tradotto",
|
||||
"choose-language": "Seleziona la Lingua",
|
||||
"select-description": "Scegli la lingua per l'interfaccia utente Mealie. L'impostazione si applica solo a te, non ad altri utenti.",
|
||||
"how-to-contribute-description": "Qualcosa non è ancora tradotto, tradotto male o la tua lingua mancante dalla lista? {read-the-docs-link} su come contribuire!",
|
||||
"read-the-docs": "Consulta la documentazione"
|
||||
},
|
||||
"data-pages": {
|
||||
"seed-data": "Dati Predefiniti",
|
||||
"foods": {
|
||||
"merge-dialog-text": "Combining the selected foods will merge the source food and target food into a single food. The source food will be deleted and all of the references to the source food will be updated to point to the target food.",
|
||||
"merge-food-example": "Unione di {food1} in {food2}",
|
||||
"seed-dialog-text": "Inizializza il database con alimenti in base alla tua lingua locale. Questo creerà oltre 200 alimenti comuni che possono essere utilizzati per organizzare il tuo database. Gli alimenti sono tradotti grazie al contributo della comunità di utenti.",
|
||||
"seed-dialog-warning": "You have already have some items in your database. This action will not reconcile duplicates, you will have to manage them manually."
|
||||
},
|
||||
"units": {
|
||||
"seed-dialog-text": "Seed the database with common units based on your local language."
|
||||
},
|
||||
"labels": {
|
||||
"seed-dialog-text": "Seed the database with common labels based on your local language."
|
||||
}
|
||||
},
|
||||
"user-registration": {
|
||||
"user-registration": "Registrazione Utente",
|
||||
"join-a-group": "Unisciti a un Gruppo",
|
||||
"create-a-new-group": "Crea un Nuovo Gruppo",
|
||||
"provide-registration-token-description": "Please provide the registration token associated with the group that you'd like to join. You'll need to obtain this from an existing group member.",
|
||||
"group-details": "Dettagli del Guppo",
|
||||
"group-details-description": "Before you create an account you'll need to create a group. Your group will only contain you, but you'll be able to invite others later. Members in your group can share meal plans, shopping lists, recipes, and more!",
|
||||
"use-seed-data": "Use Seed Data",
|
||||
"use-seed-data-description": "Mealie ships with a collection of Foods, Units, and Labels that can be used to populate your group with helpful data for organizing your recipes.",
|
||||
"account-details": "Dettagli dell'Account"
|
||||
},
|
||||
"validation": {
|
||||
"group-name-is-taken": "Il nome del gruppo non è disponibile",
|
||||
"username-is-taken": "Username non disponibile",
|
||||
"email-is-taken": "Email già in uso"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -33,6 +33,7 @@
|
||||
"show-assets": "Show Assets"
|
||||
},
|
||||
"category": {
|
||||
"categories": "Categories",
|
||||
"category-created": "Category created",
|
||||
"category-creation-failed": "Category creation failed",
|
||||
"category-deleted": "Category Deleted",
|
||||
@ -129,7 +130,11 @@
|
||||
"url": "URL",
|
||||
"view": "View",
|
||||
"wednesday": "Wednesday",
|
||||
"yes": "Yes"
|
||||
"yes": "Yes",
|
||||
"foods": "Foods",
|
||||
"units": "Units",
|
||||
"back": "Back",
|
||||
"next": "Next"
|
||||
},
|
||||
"group": {
|
||||
"are-you-sure-you-want-to-delete-the-group": "Are you sure you want to delete <b>{groupName}<b/>?",
|
||||
@ -149,7 +154,11 @@
|
||||
"manage-groups": "Manage Groups",
|
||||
"user-group": "User Group",
|
||||
"user-group-created": "User Group Created",
|
||||
"user-group-creation-failed": "User Group Creation Failed"
|
||||
"user-group-creation-failed": "User Group Creation Failed",
|
||||
"settings": {
|
||||
"keep-my-recipes-private": "Keep My Recipes Private",
|
||||
"keep-my-recipes-private-description": "Sets your group and all recipes defaults to private. You can always change this later."
|
||||
}
|
||||
},
|
||||
"meal-plan": {
|
||||
"create-a-new-meal-plan": "Create a New Meal Plan",
|
||||
@ -206,7 +215,10 @@
|
||||
"upload-a-recipe": "Upload a Recipe",
|
||||
"upload-individual-zip-file": "Upload an individual .zip file exported from another Mealie instance.",
|
||||
"url-form-hint": "Copy and paste a link from your favorite recipe website",
|
||||
"view-scraped-data": "View Scraped Data"
|
||||
"view-scraped-data": "View Scraped Data",
|
||||
"trim-whitespace-description": "Trim leading and trailing whitespace as well as blank lines",
|
||||
"trim-prefix-description": "Trim first character from each line",
|
||||
"split-by-numbered-line-description": "Attempts to split a paragraph by matching '1)' or '1.' patterns"
|
||||
},
|
||||
"page": {
|
||||
"404-page-not-found": "404 Page not found",
|
||||
@ -278,9 +290,7 @@
|
||||
"sugar-content": "Sugar",
|
||||
"title": "Title",
|
||||
"total-time": "Total Time",
|
||||
"unable-to-delete-recipe": "Unable to Delete Recipe"
|
||||
},
|
||||
"reicpe": {
|
||||
"unable-to-delete-recipe": "Unable to Delete Recipe",
|
||||
"no-recipe": "No Recipe"
|
||||
},
|
||||
"search": {
|
||||
@ -387,7 +397,8 @@
|
||||
"test-webhooks": "Test Webhooks",
|
||||
"the-urls-listed-below-will-recieve-webhooks-containing-the-recipe-data-for-the-meal-plan-on-its-scheduled-day-currently-webhooks-will-execute-at": "The URLs listed below will receive webhooks containing the recipe data for the meal plan on it's scheduled day. Currently Webhooks will execute at",
|
||||
"webhook-url": "Webhook URL",
|
||||
"webhooks-caps": "WEBHOOKS"
|
||||
"webhooks-caps": "WEBHOOKS",
|
||||
"webhooks": "Webhooks"
|
||||
}
|
||||
},
|
||||
"shopping-list": {
|
||||
@ -402,7 +413,9 @@
|
||||
},
|
||||
"sidebar": {
|
||||
"all-recipes": "All Recipes",
|
||||
"backups": "Backups",
|
||||
"categories": "Categories",
|
||||
"cookbooks": "Cookbooks",
|
||||
"dashboard": "Dashboard",
|
||||
"home-page": "Home Page",
|
||||
"manage-users": "Manage Users",
|
||||
@ -411,7 +424,8 @@
|
||||
"search": "Search",
|
||||
"site-settings": "Site Settings",
|
||||
"tags": "Tags",
|
||||
"toolbox": "Toolbox"
|
||||
"toolbox": "Toolbox",
|
||||
"language": "Language"
|
||||
},
|
||||
"signup": {
|
||||
"error-signing-up": "Error Signing Up",
|
||||
@ -433,6 +447,9 @@
|
||||
"tags": "Tags",
|
||||
"untagged-count": "Untagged {count}"
|
||||
},
|
||||
"tool": {
|
||||
"tools": "Tools"
|
||||
},
|
||||
"user": {
|
||||
"admin": "Admin",
|
||||
"are-you-sure-you-want-to-delete-the-link": "Are you sure you want to delete the link <b>{link}<b/>?",
|
||||
@ -450,6 +467,7 @@
|
||||
"error-cannot-delete-super-user": "Error! Cannot Delete Super User",
|
||||
"existing-password-does-not-match": "Existing password does not match",
|
||||
"full-name": "Full Name",
|
||||
"invite-only": "Invite Only",
|
||||
"link-id": "Link ID",
|
||||
"link-name": "Link Name",
|
||||
"login": "Login",
|
||||
@ -457,33 +475,75 @@
|
||||
"manage-users": "Manage Users",
|
||||
"new-password": "New Password",
|
||||
"new-user": "New User",
|
||||
"password": "Password",
|
||||
"password-has-been-reset-to-the-default-password": "Password has been reset to the default password",
|
||||
"password-must-match": "Password must match",
|
||||
"password-reset-failed": "Password reset failed",
|
||||
"password-updated": "Password updated",
|
||||
"password": "Password",
|
||||
"password-strength": "Password is {strength}",
|
||||
"register": "Register",
|
||||
"reset-password": "Reset Password",
|
||||
"sign-in": "Sign in",
|
||||
"total-mealplans": "Total MealPlans",
|
||||
"total-users": "Total Users",
|
||||
"upload-photo": "Upload Photo",
|
||||
"use-8-characters-or-more-for-your-password": "Use 8 characters or more for your password",
|
||||
"user": "User",
|
||||
"user-created": "User created",
|
||||
"user-creation-failed": "User creation failed",
|
||||
"user-deleted": "User deleted",
|
||||
"user-id": "User ID",
|
||||
"user-id-with-value": "User ID: {id}",
|
||||
"user-id": "User ID",
|
||||
"user-password": "User Password",
|
||||
"user-successfully-logged-in": "User Successfully Logged In",
|
||||
"user-update-failed": "User update failed",
|
||||
"user-updated": "User updated",
|
||||
"user": "User",
|
||||
"username": "Username",
|
||||
"users": "Users",
|
||||
"users-header": "USERS",
|
||||
"users": "Users",
|
||||
"webhook-time": "Webhook Time",
|
||||
"webhooks-enabled": "Webhooks Enabled",
|
||||
"you-are-not-allowed-to-create-a-user": "You are not allowed to create a user",
|
||||
"you-are-not-allowed-to-delete-this-user": "You are not allowed to delete this user"
|
||||
"you-are-not-allowed-to-delete-this-user": "You are not allowed to delete this user",
|
||||
"enable-advanced-content": "Enable Advanced Content",
|
||||
"enable-advanced-content-description": "Enables advanced features like Recipe Scaling, API keys, Webhooks, and Data Management. Don't worry, you can always change this later"
|
||||
},
|
||||
"language-dialog": {
|
||||
"translated": "translated",
|
||||
"choose-language": "Choose Language",
|
||||
"select-description": "Choose the language for the Mealie UI. The setting only applies to you, not other users.",
|
||||
"how-to-contribute-description": "Is something not translated yet, mistranslated, or your language missing from the list? {read-the-docs-link} on how to contribute!",
|
||||
"read-the-docs": "Read the docs"
|
||||
},
|
||||
"data-pages": {
|
||||
"seed-data": "Seed Data",
|
||||
"foods": {
|
||||
"merge-dialog-text": "Combining the selected foods will merge the source food and target food into a single food. The source food will be deleted and all of the references to the source food will be updated to point to the target food.",
|
||||
"merge-food-example": "Merging {food1} into {food2}",
|
||||
"seed-dialog-text": "Seed the database with foods based on your local language. This will create 200+ common foods that can be used to organize your database. Foods are translated via a community effort.",
|
||||
"seed-dialog-warning": "You have already have some items in your database. This action will not reconcile duplicates, you will have to manage them manually."
|
||||
},
|
||||
"units": {
|
||||
"seed-dialog-text": "Seed the database with common units based on your local language."
|
||||
},
|
||||
"labels": {
|
||||
"seed-dialog-text": "Seed the database with common labels based on your local language."
|
||||
}
|
||||
},
|
||||
"user-registration": {
|
||||
"user-registration": "User Registration",
|
||||
"join-a-group": "Join a Group",
|
||||
"create-a-new-group": "Create a New Group",
|
||||
"provide-registration-token-description": "Please provide the registration token associated with the group that you'd like to join. You'll need to obtain this from an existing group member.",
|
||||
"group-details": "Group Details",
|
||||
"group-details-description": "Before you create an account you'll need to create a group. Your group will only contain you, but you'll be able to invite others later. Members in your group can share meal plans, shopping lists, recipes, and more!",
|
||||
"use-seed-data": "Use Seed Data",
|
||||
"use-seed-data-description": "Mealie ships with a collection of Foods, Units, and Labels that can be used to populate your group with helpful data for organizing your recipes.",
|
||||
"account-details": "Account Details"
|
||||
},
|
||||
"validation": {
|
||||
"group-name-is-taken": "Group name is taken",
|
||||
"username-is-taken": "Username is taken",
|
||||
"email-is-taken": "Email is taken"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -33,6 +33,7 @@
|
||||
"show-assets": "Show Assets"
|
||||
},
|
||||
"category": {
|
||||
"categories": "Categories",
|
||||
"category-created": "Category created",
|
||||
"category-creation-failed": "Category creation failed",
|
||||
"category-deleted": "Category Deleted",
|
||||
@ -129,7 +130,11 @@
|
||||
"url": "URL",
|
||||
"view": "View",
|
||||
"wednesday": "Wednesday",
|
||||
"yes": "Yes"
|
||||
"yes": "Yes",
|
||||
"foods": "Foods",
|
||||
"units": "Units",
|
||||
"back": "Back",
|
||||
"next": "Next"
|
||||
},
|
||||
"group": {
|
||||
"are-you-sure-you-want-to-delete-the-group": "Are you sure you want to delete <b>{groupName}<b/>?",
|
||||
@ -149,7 +154,11 @@
|
||||
"manage-groups": "Manage Groups",
|
||||
"user-group": "User Group",
|
||||
"user-group-created": "User Group Created",
|
||||
"user-group-creation-failed": "User Group Creation Failed"
|
||||
"user-group-creation-failed": "User Group Creation Failed",
|
||||
"settings": {
|
||||
"keep-my-recipes-private": "Keep My Recipes Private",
|
||||
"keep-my-recipes-private-description": "Sets your group and all recipes defaults to private. You can always change this later."
|
||||
}
|
||||
},
|
||||
"meal-plan": {
|
||||
"create-a-new-meal-plan": "Create a New Meal Plan",
|
||||
@ -206,7 +215,10 @@
|
||||
"upload-a-recipe": "Upload a Recipe",
|
||||
"upload-individual-zip-file": "Upload an individual .zip file exported from another Mealie instance.",
|
||||
"url-form-hint": "Copy and paste a link from your favorite recipe website",
|
||||
"view-scraped-data": "View Scraped Data"
|
||||
"view-scraped-data": "View Scraped Data",
|
||||
"trim-whitespace-description": "Trim leading and trailing whitespace as well as blank lines",
|
||||
"trim-prefix-description": "Trim first character from each line",
|
||||
"split-by-numbered-line-description": "Attempts to split a paragraph by matching '1)' or '1.' patterns"
|
||||
},
|
||||
"page": {
|
||||
"404-page-not-found": "404 Page not found",
|
||||
@ -278,9 +290,7 @@
|
||||
"sugar-content": "Sugar",
|
||||
"title": "Title",
|
||||
"total-time": "Total Time",
|
||||
"unable-to-delete-recipe": "Unable to Delete Recipe"
|
||||
},
|
||||
"reicpe": {
|
||||
"unable-to-delete-recipe": "Unable to Delete Recipe",
|
||||
"no-recipe": "No Recipe"
|
||||
},
|
||||
"search": {
|
||||
@ -387,7 +397,8 @@
|
||||
"test-webhooks": "Test Webhooks",
|
||||
"the-urls-listed-below-will-recieve-webhooks-containing-the-recipe-data-for-the-meal-plan-on-its-scheduled-day-currently-webhooks-will-execute-at": "The URLs listed below will receive webhooks containing the recipe data for the meal plan on it's scheduled day. Currently Webhooks will execute at",
|
||||
"webhook-url": "Webhook URL",
|
||||
"webhooks-caps": "WEBHOOKS"
|
||||
"webhooks-caps": "WEBHOOKS",
|
||||
"webhooks": "Webhooks"
|
||||
}
|
||||
},
|
||||
"shopping-list": {
|
||||
@ -402,7 +413,9 @@
|
||||
},
|
||||
"sidebar": {
|
||||
"all-recipes": "All Recipes",
|
||||
"backups": "Backups",
|
||||
"categories": "Categories",
|
||||
"cookbooks": "Cookbooks",
|
||||
"dashboard": "Dashboard",
|
||||
"home-page": "Home Page",
|
||||
"manage-users": "Manage Users",
|
||||
@ -411,7 +424,8 @@
|
||||
"search": "Search",
|
||||
"site-settings": "Site Settings",
|
||||
"tags": "Tags",
|
||||
"toolbox": "Toolbox"
|
||||
"toolbox": "Toolbox",
|
||||
"language": "Language"
|
||||
},
|
||||
"signup": {
|
||||
"error-signing-up": "Error Signing Up",
|
||||
@ -433,6 +447,9 @@
|
||||
"tags": "Tags",
|
||||
"untagged-count": "Untagged {count}"
|
||||
},
|
||||
"tool": {
|
||||
"tools": "Tools"
|
||||
},
|
||||
"user": {
|
||||
"admin": "Admin",
|
||||
"are-you-sure-you-want-to-delete-the-link": "Are you sure you want to delete the link <b>{link}<b/>?",
|
||||
@ -450,6 +467,7 @@
|
||||
"error-cannot-delete-super-user": "Error! Cannot Delete Super User",
|
||||
"existing-password-does-not-match": "Existing password does not match",
|
||||
"full-name": "Full Name",
|
||||
"invite-only": "Invite Only",
|
||||
"link-id": "Link ID",
|
||||
"link-name": "Link Name",
|
||||
"login": "Login",
|
||||
@ -457,33 +475,75 @@
|
||||
"manage-users": "Manage Users",
|
||||
"new-password": "New Password",
|
||||
"new-user": "New User",
|
||||
"password": "Password",
|
||||
"password-has-been-reset-to-the-default-password": "Password has been reset to the default password",
|
||||
"password-must-match": "Password must match",
|
||||
"password-reset-failed": "Password reset failed",
|
||||
"password-updated": "Password updated",
|
||||
"password": "Password",
|
||||
"password-strength": "Password is {strength}",
|
||||
"register": "Register",
|
||||
"reset-password": "Reset Password",
|
||||
"sign-in": "Sign in",
|
||||
"total-mealplans": "Total MealPlans",
|
||||
"total-users": "Total Users",
|
||||
"upload-photo": "Upload Photo",
|
||||
"use-8-characters-or-more-for-your-password": "Use 8 characters or more for your password",
|
||||
"user": "User",
|
||||
"user-created": "User created",
|
||||
"user-creation-failed": "User creation failed",
|
||||
"user-deleted": "User deleted",
|
||||
"user-id": "User ID",
|
||||
"user-id-with-value": "User ID: {id}",
|
||||
"user-id": "User ID",
|
||||
"user-password": "User Password",
|
||||
"user-successfully-logged-in": "User Successfully Logged In",
|
||||
"user-update-failed": "User update failed",
|
||||
"user-updated": "User updated",
|
||||
"user": "User",
|
||||
"username": "Username",
|
||||
"users": "Users",
|
||||
"users-header": "USERS",
|
||||
"users": "Users",
|
||||
"webhook-time": "Webhook Time",
|
||||
"webhooks-enabled": "Webhooks Enabled",
|
||||
"you-are-not-allowed-to-create-a-user": "You are not allowed to create a user",
|
||||
"you-are-not-allowed-to-delete-this-user": "You are not allowed to delete this user"
|
||||
"you-are-not-allowed-to-delete-this-user": "You are not allowed to delete this user",
|
||||
"enable-advanced-content": "Enable Advanced Content",
|
||||
"enable-advanced-content-description": "Enables advanced features like Recipe Scaling, API keys, Webhooks, and Data Management. Don't worry, you can always change this later"
|
||||
},
|
||||
"language-dialog": {
|
||||
"translated": "translated",
|
||||
"choose-language": "Choose Language",
|
||||
"select-description": "Choose the language for the Mealie UI. The setting only applies to you, not other users.",
|
||||
"how-to-contribute-description": "Is something not translated yet, mistranslated, or your language missing from the list? {read-the-docs-link} on how to contribute!",
|
||||
"read-the-docs": "Read the docs"
|
||||
},
|
||||
"data-pages": {
|
||||
"seed-data": "Seed Data",
|
||||
"foods": {
|
||||
"merge-dialog-text": "Combining the selected foods will merge the source food and target food into a single food. The source food will be deleted and all of the references to the source food will be updated to point to the target food.",
|
||||
"merge-food-example": "Merging {food1} into {food2}",
|
||||
"seed-dialog-text": "Seed the database with foods based on your local language. This will create 200+ common foods that can be used to organize your database. Foods are translated via a community effort.",
|
||||
"seed-dialog-warning": "You have already have some items in your database. This action will not reconcile duplicates, you will have to manage them manually."
|
||||
},
|
||||
"units": {
|
||||
"seed-dialog-text": "Seed the database with common units based on your local language."
|
||||
},
|
||||
"labels": {
|
||||
"seed-dialog-text": "Seed the database with common labels based on your local language."
|
||||
}
|
||||
},
|
||||
"user-registration": {
|
||||
"user-registration": "User Registration",
|
||||
"join-a-group": "Join a Group",
|
||||
"create-a-new-group": "Create a New Group",
|
||||
"provide-registration-token-description": "Please provide the registration token associated with the group that you'd like to join. You'll need to obtain this from an existing group member.",
|
||||
"group-details": "Group Details",
|
||||
"group-details-description": "Before you create an account you'll need to create a group. Your group will only contain you, but you'll be able to invite others later. Members in your group can share meal plans, shopping lists, recipes, and more!",
|
||||
"use-seed-data": "Use Seed Data",
|
||||
"use-seed-data-description": "Mealie ships with a collection of Foods, Units, and Labels that can be used to populate your group with helpful data for organizing your recipes.",
|
||||
"account-details": "Account Details"
|
||||
},
|
||||
"validation": {
|
||||
"group-name-is-taken": "Group name is taken",
|
||||
"username-is-taken": "Username is taken",
|
||||
"email-is-taken": "Email is taken"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -33,6 +33,7 @@
|
||||
"show-assets": "Toon Bijlagen"
|
||||
},
|
||||
"category": {
|
||||
"categories": "Categories",
|
||||
"category-created": "Categorie aangemaakt",
|
||||
"category-creation-failed": "Categorie aanmaken mislukt",
|
||||
"category-deleted": "Categorie Verwijderd",
|
||||
@ -129,7 +130,11 @@
|
||||
"url": "URL",
|
||||
"view": "Weergave",
|
||||
"wednesday": "Woensdag",
|
||||
"yes": "Ja"
|
||||
"yes": "Ja",
|
||||
"foods": "Foods",
|
||||
"units": "Units",
|
||||
"back": "Back",
|
||||
"next": "Next"
|
||||
},
|
||||
"group": {
|
||||
"are-you-sure-you-want-to-delete-the-group": "Weet je zeker dat je <b>{groupName}<b/> wilt verwijderen?",
|
||||
@ -149,7 +154,11 @@
|
||||
"manage-groups": "Groepen beheren",
|
||||
"user-group": "Gebruikersgroep",
|
||||
"user-group-created": "Gebruikersgroep aangemaakt",
|
||||
"user-group-creation-failed": "Aanmaken gebruikersgroep is mislukt"
|
||||
"user-group-creation-failed": "Aanmaken gebruikersgroep is mislukt",
|
||||
"settings": {
|
||||
"keep-my-recipes-private": "Keep My Recipes Private",
|
||||
"keep-my-recipes-private-description": "Sets your group and all recipes defaults to private. You can always change this later."
|
||||
}
|
||||
},
|
||||
"meal-plan": {
|
||||
"create-a-new-meal-plan": "Maak een nieuw Maaltijdplan",
|
||||
@ -206,7 +215,10 @@
|
||||
"upload-a-recipe": "Upload een Recept",
|
||||
"upload-individual-zip-file": "Upload een individueel .zip-bestand geëxporteerd vanuit een andere Mealie-instantie.",
|
||||
"url-form-hint": "Kopieer en plak een link vanuit jouw favoriete receptwebsite",
|
||||
"view-scraped-data": "Bekijk Opgehaalde Data"
|
||||
"view-scraped-data": "Bekijk Opgehaalde Data",
|
||||
"trim-whitespace-description": "Trim leading and trailing whitespace as well as blank lines",
|
||||
"trim-prefix-description": "Trim first character from each line",
|
||||
"split-by-numbered-line-description": "Attempts to split a paragraph by matching '1)' or '1.' patterns"
|
||||
},
|
||||
"page": {
|
||||
"404-page-not-found": "404 Pagina niet gevonden",
|
||||
@ -278,10 +290,8 @@
|
||||
"sugar-content": "Suiker",
|
||||
"title": "Titel",
|
||||
"total-time": "Totale Tijd",
|
||||
"unable-to-delete-recipe": "Kan recept niet verwijderen"
|
||||
},
|
||||
"reicpe": {
|
||||
"no-recipe": "Geen Recept"
|
||||
"unable-to-delete-recipe": "Kan recept niet verwijderen",
|
||||
"no-recipe": "No Recipe"
|
||||
},
|
||||
"search": {
|
||||
"advanced-search": "Geavanceerd Zoeken",
|
||||
@ -387,7 +397,8 @@
|
||||
"test-webhooks": "Webhooks testen",
|
||||
"the-urls-listed-below-will-recieve-webhooks-containing-the-recipe-data-for-the-meal-plan-on-its-scheduled-day-currently-webhooks-will-execute-at": "De onderstaande URL's ontvangen webhooks met receptgegevens voor het maaltijdplan op de geplande dag. Momenteel zullen Webhooks uitvoeren op",
|
||||
"webhook-url": "Webhook URL",
|
||||
"webhooks-caps": "WEBHOOKS"
|
||||
"webhooks-caps": "WEBHOOKS",
|
||||
"webhooks": "Webhooks"
|
||||
}
|
||||
},
|
||||
"shopping-list": {
|
||||
@ -402,7 +413,9 @@
|
||||
},
|
||||
"sidebar": {
|
||||
"all-recipes": "Recepten",
|
||||
"backups": "Backups",
|
||||
"categories": "Categorieën",
|
||||
"cookbooks": "Cookbooks",
|
||||
"dashboard": "Dashboard",
|
||||
"home-page": "Home Pagina",
|
||||
"manage-users": "Gebruikers",
|
||||
@ -411,7 +424,8 @@
|
||||
"search": "Zoeken",
|
||||
"site-settings": "Instellingen",
|
||||
"tags": "Labels",
|
||||
"toolbox": "Toolbox"
|
||||
"toolbox": "Toolbox",
|
||||
"language": "Language"
|
||||
},
|
||||
"signup": {
|
||||
"error-signing-up": "Fout bij registreren",
|
||||
@ -433,6 +447,9 @@
|
||||
"tags": "Labels",
|
||||
"untagged-count": "Niet gelabeld {count}"
|
||||
},
|
||||
"tool": {
|
||||
"tools": "Tools"
|
||||
},
|
||||
"user": {
|
||||
"admin": "Beheerder",
|
||||
"are-you-sure-you-want-to-delete-the-link": "Weet je zeker dat je <b>{link}<b/> wilt verwijderen?",
|
||||
@ -450,6 +467,7 @@
|
||||
"error-cannot-delete-super-user": "Fout! Kan supergebruiker niet verwijderen",
|
||||
"existing-password-does-not-match": "Bestaande wachtwoord komt niet overeen",
|
||||
"full-name": "Voor- en achternaam",
|
||||
"invite-only": "Invite Only",
|
||||
"link-id": "Koppeling ID",
|
||||
"link-name": "Koppeling Naam",
|
||||
"login": "Inloggen",
|
||||
@ -457,33 +475,75 @@
|
||||
"manage-users": "Beheer gebruikers",
|
||||
"new-password": "Nieuw Wachtwoord",
|
||||
"new-user": "Nieuwe Gebruiker",
|
||||
"password": "Wachtwoord",
|
||||
"password-has-been-reset-to-the-default-password": "Wachtwoord is gereset naar het standaard wachtwoord",
|
||||
"password-must-match": "Wachtwoorden moeten overeenkomen",
|
||||
"password-reset-failed": "Wachtwoord resetten is mislukt",
|
||||
"password-updated": "Wachtwoord bijgewerkt",
|
||||
"password": "Wachtwoord",
|
||||
"password-strength": "Password is {strength}",
|
||||
"register": "Register",
|
||||
"reset-password": "Wachtwoord Herstellen",
|
||||
"sign-in": "Inloggen",
|
||||
"total-mealplans": "Totaal maaltijdplannen",
|
||||
"total-users": "Totaal Gebruikers",
|
||||
"upload-photo": "Foto uploaden",
|
||||
"use-8-characters-or-more-for-your-password": "Gebruik 8 tekens of meer voor jouw wachtwoord",
|
||||
"user": "Gebruiker",
|
||||
"user-created": "Gebruiker aangemaakt",
|
||||
"user-creation-failed": "Aanmaken van gebruiker mislukt",
|
||||
"user-deleted": "Gebruiker verwijderd",
|
||||
"user-id": "GebruikersID",
|
||||
"user-id-with-value": "Gebruikers-ID: {id}",
|
||||
"user-id": "GebruikersID",
|
||||
"user-password": "Gebruikerswachtwoord",
|
||||
"user-successfully-logged-in": "Gebruiker succesvol ingelogd",
|
||||
"user-update-failed": "Bijwerken van gebruiker mislukt",
|
||||
"user-updated": "Gebruiker is geüpdate",
|
||||
"user": "Gebruiker",
|
||||
"username": "Gebruikersnaam",
|
||||
"users": "Gebruikers",
|
||||
"users-header": "GEBRUIKERS",
|
||||
"users": "Gebruikers",
|
||||
"webhook-time": "Webhook Tijd",
|
||||
"webhooks-enabled": "Webhooks ingeschakeld",
|
||||
"you-are-not-allowed-to-create-a-user": "Je hebt geen toestemming om een gebruiker aan te maken",
|
||||
"you-are-not-allowed-to-delete-this-user": "Je hebt geen toestemming om deze gebruiker te verwijderen"
|
||||
"you-are-not-allowed-to-delete-this-user": "Je hebt geen toestemming om deze gebruiker te verwijderen",
|
||||
"enable-advanced-content": "Enable Advanced Content",
|
||||
"enable-advanced-content-description": "Enables advanced features like Recipe Scaling, API keys, Webhooks, and Data Management. Don't worry, you can always change this later"
|
||||
},
|
||||
"language-dialog": {
|
||||
"translated": "translated",
|
||||
"choose-language": "Choose Language",
|
||||
"select-description": "Choose the language for the Mealie UI. The setting only applies to you, not other users.",
|
||||
"how-to-contribute-description": "Is something not translated yet, mistranslated, or your language missing from the list? {read-the-docs-link} on how to contribute!",
|
||||
"read-the-docs": "Read the docs"
|
||||
},
|
||||
"data-pages": {
|
||||
"seed-data": "Seed Data",
|
||||
"foods": {
|
||||
"merge-dialog-text": "Combining the selected foods will merge the source food and target food into a single food. The source food will be deleted and all of the references to the source food will be updated to point to the target food.",
|
||||
"merge-food-example": "Merging {food1} into {food2}",
|
||||
"seed-dialog-text": "Seed the database with foods based on your local language. This will create 200+ common foods that can be used to organize your database. Foods are translated via a community effort.",
|
||||
"seed-dialog-warning": "You have already have some items in your database. This action will not reconcile duplicates, you will have to manage them manually."
|
||||
},
|
||||
"units": {
|
||||
"seed-dialog-text": "Seed the database with common units based on your local language."
|
||||
},
|
||||
"labels": {
|
||||
"seed-dialog-text": "Seed the database with common labels based on your local language."
|
||||
}
|
||||
},
|
||||
"user-registration": {
|
||||
"user-registration": "User Registration",
|
||||
"join-a-group": "Join a Group",
|
||||
"create-a-new-group": "Create a New Group",
|
||||
"provide-registration-token-description": "Please provide the registration token associated with the group that you'd like to join. You'll need to obtain this from an existing group member.",
|
||||
"group-details": "Group Details",
|
||||
"group-details-description": "Before you create an account you'll need to create a group. Your group will only contain you, but you'll be able to invite others later. Members in your group can share meal plans, shopping lists, recipes, and more!",
|
||||
"use-seed-data": "Use Seed Data",
|
||||
"use-seed-data-description": "Mealie ships with a collection of Foods, Units, and Labels that can be used to populate your group with helpful data for organizing your recipes.",
|
||||
"account-details": "Account Details"
|
||||
},
|
||||
"validation": {
|
||||
"group-name-is-taken": "Group name is taken",
|
||||
"username-is-taken": "Username is taken",
|
||||
"email-is-taken": "Email is taken"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -33,6 +33,7 @@
|
||||
"show-assets": "Vis ressurser"
|
||||
},
|
||||
"category": {
|
||||
"categories": "Categories",
|
||||
"category-created": "Kategori opprettet",
|
||||
"category-creation-failed": "Kategori-opprettelse mislyktes",
|
||||
"category-deleted": "Kategori slettet",
|
||||
@ -129,7 +130,11 @@
|
||||
"url": "URL",
|
||||
"view": "Vis",
|
||||
"wednesday": "Onsdag",
|
||||
"yes": "Ja"
|
||||
"yes": "Ja",
|
||||
"foods": "Foods",
|
||||
"units": "Units",
|
||||
"back": "Back",
|
||||
"next": "Next"
|
||||
},
|
||||
"group": {
|
||||
"are-you-sure-you-want-to-delete-the-group": "Er du sikker på at du vil slette <b>{groupName}<b/>?",
|
||||
@ -149,7 +154,11 @@
|
||||
"manage-groups": "Administrer grupper",
|
||||
"user-group": "Brukergruppe",
|
||||
"user-group-created": "Brukergruppe opprettet",
|
||||
"user-group-creation-failed": "Opprett brukergruppe feilet"
|
||||
"user-group-creation-failed": "Opprett brukergruppe feilet",
|
||||
"settings": {
|
||||
"keep-my-recipes-private": "Keep My Recipes Private",
|
||||
"keep-my-recipes-private-description": "Sets your group and all recipes defaults to private. You can always change this later."
|
||||
}
|
||||
},
|
||||
"meal-plan": {
|
||||
"create-a-new-meal-plan": "Lag en ny måltidsplan",
|
||||
@ -206,7 +215,10 @@
|
||||
"upload-a-recipe": "Last opp oppskrift",
|
||||
"upload-individual-zip-file": "Last opp en individuell .zip-fil eksportert fra en annen Mealie-instans.",
|
||||
"url-form-hint": "Kopier og lim inn en lenke fra ditt favoritt-oppskriftsnettsted",
|
||||
"view-scraped-data": "Vis skrapte data"
|
||||
"view-scraped-data": "Vis skrapte data",
|
||||
"trim-whitespace-description": "Trim leading and trailing whitespace as well as blank lines",
|
||||
"trim-prefix-description": "Trim first character from each line",
|
||||
"split-by-numbered-line-description": "Attempts to split a paragraph by matching '1)' or '1.' patterns"
|
||||
},
|
||||
"page": {
|
||||
"404-page-not-found": "404 Siden ble ikke funnet",
|
||||
@ -278,10 +290,8 @@
|
||||
"sugar-content": "Sukker",
|
||||
"title": "Tittel",
|
||||
"total-time": "Total Tid",
|
||||
"unable-to-delete-recipe": "Kan ikke slette oppskrift"
|
||||
},
|
||||
"reicpe": {
|
||||
"no-recipe": "Ingen oppskrift"
|
||||
"unable-to-delete-recipe": "Kan ikke slette oppskrift",
|
||||
"no-recipe": "No Recipe"
|
||||
},
|
||||
"search": {
|
||||
"advanced-search": "Avansert søk",
|
||||
@ -387,7 +397,8 @@
|
||||
"test-webhooks": "Test Webhooks",
|
||||
"the-urls-listed-below-will-recieve-webhooks-containing-the-recipe-data-for-the-meal-plan-on-its-scheduled-day-currently-webhooks-will-execute-at": "URL-adressene listet nedenfor vil motta webhooks som inneholder oppskriftsdataene for måltidsplanen på den planlagte dagen. For tiden vil Webhooks kjøre på",
|
||||
"webhook-url": "Webhook-URL",
|
||||
"webhooks-caps": "WEBHOOKS"
|
||||
"webhooks-caps": "WEBHOOKS",
|
||||
"webhooks": "Webhooks"
|
||||
}
|
||||
},
|
||||
"shopping-list": {
|
||||
@ -402,7 +413,9 @@
|
||||
},
|
||||
"sidebar": {
|
||||
"all-recipes": "Oppskrifter",
|
||||
"backups": "Backups",
|
||||
"categories": "Kategorier",
|
||||
"cookbooks": "Cookbooks",
|
||||
"dashboard": "Kontrollpanel",
|
||||
"home-page": "Hovedside",
|
||||
"manage-users": "Brukere",
|
||||
@ -411,7 +424,8 @@
|
||||
"search": "Søk",
|
||||
"site-settings": "Innstillinger",
|
||||
"tags": "Etiketter",
|
||||
"toolbox": "Verktøy"
|
||||
"toolbox": "Verktøy",
|
||||
"language": "Language"
|
||||
},
|
||||
"signup": {
|
||||
"error-signing-up": "Feil under pålogging",
|
||||
@ -433,6 +447,9 @@
|
||||
"tags": "Etiketter",
|
||||
"untagged-count": "Umerkede {count}"
|
||||
},
|
||||
"tool": {
|
||||
"tools": "Tools"
|
||||
},
|
||||
"user": {
|
||||
"admin": "Administrator",
|
||||
"are-you-sure-you-want-to-delete-the-link": "Er du sikker på at du vil slette <b>{link}<b/>?",
|
||||
@ -450,6 +467,7 @@
|
||||
"error-cannot-delete-super-user": "Feil! Kan ikke slette superbruker",
|
||||
"existing-password-does-not-match": "Eksisterende passord samsvarer ikke",
|
||||
"full-name": "Fullt navn",
|
||||
"invite-only": "Invite Only",
|
||||
"link-id": "Link-ID",
|
||||
"link-name": "Lenkenavn",
|
||||
"login": "Logg på",
|
||||
@ -457,33 +475,75 @@
|
||||
"manage-users": "Administrere brukere",
|
||||
"new-password": "Nytt passord",
|
||||
"new-user": "Ny bruker",
|
||||
"password": "Passord",
|
||||
"password-has-been-reset-to-the-default-password": "Passordet er blitt tilbakestilt til standard passord",
|
||||
"password-must-match": "Passordene må samsvare",
|
||||
"password-reset-failed": "Nullstilling av passord mislyktes",
|
||||
"password-updated": "Passord oppdatert",
|
||||
"password": "Passord",
|
||||
"password-strength": "Password is {strength}",
|
||||
"register": "Register",
|
||||
"reset-password": "Tilbakestill passord",
|
||||
"sign-in": "Logg inn",
|
||||
"total-mealplans": "Antall Oppskrifter",
|
||||
"total-users": "Totalt antall brukere",
|
||||
"upload-photo": "Last opp bilde",
|
||||
"use-8-characters-or-more-for-your-password": "Bruk 8 tegn eller mer for ditt passord",
|
||||
"user": "Bruker",
|
||||
"user-created": "Bruker opprettet",
|
||||
"user-creation-failed": "Brukeroppretting mislyktes",
|
||||
"user-deleted": "Slettet bruker",
|
||||
"user-id": "Bruker-ID",
|
||||
"user-id-with-value": "Bruker-ID: {id}",
|
||||
"user-id": "Bruker-ID",
|
||||
"user-password": "Brukerpassord",
|
||||
"user-successfully-logged-in": "Innlogging vellykket",
|
||||
"user-update-failed": "Brukeroppdatering mislyktes",
|
||||
"user-updated": "Oppdatert bruker",
|
||||
"user": "Bruker",
|
||||
"username": "Brukernavn",
|
||||
"users": "Brukere",
|
||||
"users-header": "BRUKERE",
|
||||
"users": "Brukere",
|
||||
"webhook-time": "Webhooks Tidsbruk",
|
||||
"webhooks-enabled": "Webhooks aktivert",
|
||||
"you-are-not-allowed-to-create-a-user": "Du har ikke rettigheter til å opprette en bruker",
|
||||
"you-are-not-allowed-to-delete-this-user": "Du har ikke rettigheter til å slette denne brukeren"
|
||||
"you-are-not-allowed-to-delete-this-user": "Du har ikke rettigheter til å slette denne brukeren",
|
||||
"enable-advanced-content": "Enable Advanced Content",
|
||||
"enable-advanced-content-description": "Enables advanced features like Recipe Scaling, API keys, Webhooks, and Data Management. Don't worry, you can always change this later"
|
||||
},
|
||||
"language-dialog": {
|
||||
"translated": "translated",
|
||||
"choose-language": "Choose Language",
|
||||
"select-description": "Choose the language for the Mealie UI. The setting only applies to you, not other users.",
|
||||
"how-to-contribute-description": "Is something not translated yet, mistranslated, or your language missing from the list? {read-the-docs-link} on how to contribute!",
|
||||
"read-the-docs": "Read the docs"
|
||||
},
|
||||
"data-pages": {
|
||||
"seed-data": "Seed Data",
|
||||
"foods": {
|
||||
"merge-dialog-text": "Combining the selected foods will merge the source food and target food into a single food. The source food will be deleted and all of the references to the source food will be updated to point to the target food.",
|
||||
"merge-food-example": "Merging {food1} into {food2}",
|
||||
"seed-dialog-text": "Seed the database with foods based on your local language. This will create 200+ common foods that can be used to organize your database. Foods are translated via a community effort.",
|
||||
"seed-dialog-warning": "You have already have some items in your database. This action will not reconcile duplicates, you will have to manage them manually."
|
||||
},
|
||||
"units": {
|
||||
"seed-dialog-text": "Seed the database with common units based on your local language."
|
||||
},
|
||||
"labels": {
|
||||
"seed-dialog-text": "Seed the database with common labels based on your local language."
|
||||
}
|
||||
},
|
||||
"user-registration": {
|
||||
"user-registration": "User Registration",
|
||||
"join-a-group": "Join a Group",
|
||||
"create-a-new-group": "Create a New Group",
|
||||
"provide-registration-token-description": "Please provide the registration token associated with the group that you'd like to join. You'll need to obtain this from an existing group member.",
|
||||
"group-details": "Group Details",
|
||||
"group-details-description": "Before you create an account you'll need to create a group. Your group will only contain you, but you'll be able to invite others later. Members in your group can share meal plans, shopping lists, recipes, and more!",
|
||||
"use-seed-data": "Use Seed Data",
|
||||
"use-seed-data-description": "Mealie ships with a collection of Foods, Units, and Labels that can be used to populate your group with helpful data for organizing your recipes.",
|
||||
"account-details": "Account Details"
|
||||
},
|
||||
"validation": {
|
||||
"group-name-is-taken": "Group name is taken",
|
||||
"username-is-taken": "Username is taken",
|
||||
"email-is-taken": "Email is taken"
|
||||
}
|
||||
}
|
||||
|
@ -33,6 +33,7 @@
|
||||
"show-assets": "Wyświetl zasoby"
|
||||
},
|
||||
"category": {
|
||||
"categories": "Categories",
|
||||
"category-created": "Kategoria stworzona",
|
||||
"category-creation-failed": "Błąd podczas tworzenia kategorii",
|
||||
"category-deleted": "Usunięto kategorię",
|
||||
@ -129,7 +130,11 @@
|
||||
"url": "URL",
|
||||
"view": "Widok",
|
||||
"wednesday": "Środa",
|
||||
"yes": "Tak"
|
||||
"yes": "Tak",
|
||||
"foods": "Foods",
|
||||
"units": "Units",
|
||||
"back": "Back",
|
||||
"next": "Next"
|
||||
},
|
||||
"group": {
|
||||
"are-you-sure-you-want-to-delete-the-group": "Czy na pewno chcesz usunąć <b>{groupName}<b/>?",
|
||||
@ -149,7 +154,11 @@
|
||||
"manage-groups": "Zarządzaj grupami",
|
||||
"user-group": "Grupa użytkownika",
|
||||
"user-group-created": "Utworzono grupę użytkowników",
|
||||
"user-group-creation-failed": "Tworzenie grupy użytkowników nie powiodło się"
|
||||
"user-group-creation-failed": "Tworzenie grupy użytkowników nie powiodło się",
|
||||
"settings": {
|
||||
"keep-my-recipes-private": "Keep My Recipes Private",
|
||||
"keep-my-recipes-private-description": "Sets your group and all recipes defaults to private. You can always change this later."
|
||||
}
|
||||
},
|
||||
"meal-plan": {
|
||||
"create-a-new-meal-plan": "Utwórz nowy plan posiłku",
|
||||
@ -206,7 +215,10 @@
|
||||
"upload-a-recipe": "Wrzuć przepis",
|
||||
"upload-individual-zip-file": "Prześlij pojedynczy plik .zip wyeksportowany z innej instancji Mealie.",
|
||||
"url-form-hint": "Skopiuj i wklej link ze swojej ulubionej strony z przepisami",
|
||||
"view-scraped-data": "Wyświetl zebrane dane"
|
||||
"view-scraped-data": "Wyświetl zebrane dane",
|
||||
"trim-whitespace-description": "Trim leading and trailing whitespace as well as blank lines",
|
||||
"trim-prefix-description": "Trim first character from each line",
|
||||
"split-by-numbered-line-description": "Attempts to split a paragraph by matching '1)' or '1.' patterns"
|
||||
},
|
||||
"page": {
|
||||
"404-page-not-found": "404. Nie znaleziono strony",
|
||||
@ -278,10 +290,8 @@
|
||||
"sugar-content": "Cukry",
|
||||
"title": "Tytuł",
|
||||
"total-time": "Czas całkowity",
|
||||
"unable-to-delete-recipe": "Nie można usunąć przepisu"
|
||||
},
|
||||
"reicpe": {
|
||||
"no-recipe": "Brak przepisu"
|
||||
"unable-to-delete-recipe": "Nie można usunąć przepisu",
|
||||
"no-recipe": "No Recipe"
|
||||
},
|
||||
"search": {
|
||||
"advanced-search": "Wyszukiwanie zaawansowane",
|
||||
@ -387,7 +397,8 @@
|
||||
"test-webhooks": "Testuj webhooki",
|
||||
"the-urls-listed-below-will-recieve-webhooks-containing-the-recipe-data-for-the-meal-plan-on-its-scheduled-day-currently-webhooks-will-execute-at": "Odnośniki poniżej otrzymają webhook zawierający dane o przepisie dla danego dnia. Aktualnie webhooki zostanę wykonane o",
|
||||
"webhook-url": "URL webhooka",
|
||||
"webhooks-caps": "WEBHOOKI"
|
||||
"webhooks-caps": "WEBHOOKI",
|
||||
"webhooks": "Webhooks"
|
||||
}
|
||||
},
|
||||
"shopping-list": {
|
||||
@ -402,7 +413,9 @@
|
||||
},
|
||||
"sidebar": {
|
||||
"all-recipes": "Wszystkie",
|
||||
"backups": "Backups",
|
||||
"categories": "Kategorie",
|
||||
"cookbooks": "Cookbooks",
|
||||
"dashboard": "Kokpit",
|
||||
"home-page": "Strona główna",
|
||||
"manage-users": "Zarządzanie",
|
||||
@ -411,7 +424,8 @@
|
||||
"search": "Wyszukaj",
|
||||
"site-settings": "Ustawienia",
|
||||
"tags": "Tagi",
|
||||
"toolbox": "Przybornik"
|
||||
"toolbox": "Przybornik",
|
||||
"language": "Language"
|
||||
},
|
||||
"signup": {
|
||||
"error-signing-up": "W trakcie rejestracji wystąpił błąd",
|
||||
@ -433,6 +447,9 @@
|
||||
"tags": "Tagi",
|
||||
"untagged-count": "{count} bez etykiety"
|
||||
},
|
||||
"tool": {
|
||||
"tools": "Tools"
|
||||
},
|
||||
"user": {
|
||||
"admin": "Administrator",
|
||||
"are-you-sure-you-want-to-delete-the-link": "Czy na pewno chcesz usunąć link <b>{link}<b/>?",
|
||||
@ -450,6 +467,7 @@
|
||||
"error-cannot-delete-super-user": "Wystąpił błąd! Nie można usunąć super użytkownika",
|
||||
"existing-password-does-not-match": "Aktualne hasło jest niezgodne",
|
||||
"full-name": "Imię i nazwisko",
|
||||
"invite-only": "Invite Only",
|
||||
"link-id": "ID linku",
|
||||
"link-name": "Nazwa linku",
|
||||
"login": "Login",
|
||||
@ -457,33 +475,75 @@
|
||||
"manage-users": "Zarządzaj użytkownikami",
|
||||
"new-password": "Nowe Hasło",
|
||||
"new-user": "Nowy użytkownik",
|
||||
"password": "Hasło",
|
||||
"password-has-been-reset-to-the-default-password": "Hasło zostało przywrócone do domyślnej wartości",
|
||||
"password-must-match": "Hasła muszą być takie same",
|
||||
"password-reset-failed": "Reset hasła nie powiódł się",
|
||||
"password-updated": "Hasło zostało zaktualizowane",
|
||||
"password": "Hasło",
|
||||
"password-strength": "Password is {strength}",
|
||||
"register": "Register",
|
||||
"reset-password": "Zresetuj hasło",
|
||||
"sign-in": "Zaloguj się",
|
||||
"total-mealplans": "Ilość planów posiłków",
|
||||
"total-users": "Ilość użytkowników",
|
||||
"upload-photo": "Prześlij zdjęcie",
|
||||
"use-8-characters-or-more-for-your-password": "Hasło musi składać się z 8 lub więcej znaków",
|
||||
"user": "Użytkownik",
|
||||
"user-created": "Użytkownik został stworzony",
|
||||
"user-creation-failed": "Tworzenie użytkownika nie powiodło się",
|
||||
"user-deleted": "Użytkownik został usunięty",
|
||||
"user-id": "ID użytkownika",
|
||||
"user-id-with-value": "ID użytkownika: {id}",
|
||||
"user-id": "ID użytkownika",
|
||||
"user-password": "Hasło użytkownika",
|
||||
"user-successfully-logged-in": "Użytkownik został pomyślnie zalogowany",
|
||||
"user-update-failed": "Aktualizacja użytkownika nie powiodła się",
|
||||
"user-updated": "Użytkownik został zaktualizowany",
|
||||
"user": "Użytkownik",
|
||||
"username": "Nazwa użytkownika",
|
||||
"users": "Użytkownicy",
|
||||
"users-header": "UŻYTKOWNICY",
|
||||
"users": "Użytkownicy",
|
||||
"webhook-time": "Czas webhooka",
|
||||
"webhooks-enabled": "Webhooki włączone",
|
||||
"you-are-not-allowed-to-create-a-user": "Nie masz uprawnień do tworzenia użytkowników",
|
||||
"you-are-not-allowed-to-delete-this-user": "Nie masz uprawnień do usuwania użytkowników"
|
||||
"you-are-not-allowed-to-delete-this-user": "Nie masz uprawnień do usuwania użytkowników",
|
||||
"enable-advanced-content": "Enable Advanced Content",
|
||||
"enable-advanced-content-description": "Enables advanced features like Recipe Scaling, API keys, Webhooks, and Data Management. Don't worry, you can always change this later"
|
||||
},
|
||||
"language-dialog": {
|
||||
"translated": "translated",
|
||||
"choose-language": "Choose Language",
|
||||
"select-description": "Choose the language for the Mealie UI. The setting only applies to you, not other users.",
|
||||
"how-to-contribute-description": "Is something not translated yet, mistranslated, or your language missing from the list? {read-the-docs-link} on how to contribute!",
|
||||
"read-the-docs": "Read the docs"
|
||||
},
|
||||
"data-pages": {
|
||||
"seed-data": "Seed Data",
|
||||
"foods": {
|
||||
"merge-dialog-text": "Combining the selected foods will merge the source food and target food into a single food. The source food will be deleted and all of the references to the source food will be updated to point to the target food.",
|
||||
"merge-food-example": "Merging {food1} into {food2}",
|
||||
"seed-dialog-text": "Seed the database with foods based on your local language. This will create 200+ common foods that can be used to organize your database. Foods are translated via a community effort.",
|
||||
"seed-dialog-warning": "You have already have some items in your database. This action will not reconcile duplicates, you will have to manage them manually."
|
||||
},
|
||||
"units": {
|
||||
"seed-dialog-text": "Seed the database with common units based on your local language."
|
||||
},
|
||||
"labels": {
|
||||
"seed-dialog-text": "Seed the database with common labels based on your local language."
|
||||
}
|
||||
},
|
||||
"user-registration": {
|
||||
"user-registration": "User Registration",
|
||||
"join-a-group": "Join a Group",
|
||||
"create-a-new-group": "Create a New Group",
|
||||
"provide-registration-token-description": "Please provide the registration token associated with the group that you'd like to join. You'll need to obtain this from an existing group member.",
|
||||
"group-details": "Group Details",
|
||||
"group-details-description": "Before you create an account you'll need to create a group. Your group will only contain you, but you'll be able to invite others later. Members in your group can share meal plans, shopping lists, recipes, and more!",
|
||||
"use-seed-data": "Use Seed Data",
|
||||
"use-seed-data-description": "Mealie ships with a collection of Foods, Units, and Labels that can be used to populate your group with helpful data for organizing your recipes.",
|
||||
"account-details": "Account Details"
|
||||
},
|
||||
"validation": {
|
||||
"group-name-is-taken": "Group name is taken",
|
||||
"username-is-taken": "Username is taken",
|
||||
"email-is-taken": "Email is taken"
|
||||
}
|
||||
}
|
||||
|
@ -33,6 +33,7 @@
|
||||
"show-assets": "Exibir Arquivos"
|
||||
},
|
||||
"category": {
|
||||
"categories": "Categories",
|
||||
"category-created": "Categoria criada",
|
||||
"category-creation-failed": "Falha ao criar categoria",
|
||||
"category-deleted": "Categoria Excluída",
|
||||
@ -129,7 +130,11 @@
|
||||
"url": "URL",
|
||||
"view": "Visualizar",
|
||||
"wednesday": "Quarta-feira",
|
||||
"yes": "Sim"
|
||||
"yes": "Sim",
|
||||
"foods": "Foods",
|
||||
"units": "Units",
|
||||
"back": "Back",
|
||||
"next": "Next"
|
||||
},
|
||||
"group": {
|
||||
"are-you-sure-you-want-to-delete-the-group": "Tem certeza que deseja excluir o grupo <b>{groupName}<b/>?",
|
||||
@ -149,7 +154,11 @@
|
||||
"manage-groups": "Gerenciar Grupos",
|
||||
"user-group": "Grupo de usuário",
|
||||
"user-group-created": "Grupo de usuários criado",
|
||||
"user-group-creation-failed": "Falha ao criar grupo de usuários"
|
||||
"user-group-creation-failed": "Falha ao criar grupo de usuários",
|
||||
"settings": {
|
||||
"keep-my-recipes-private": "Keep My Recipes Private",
|
||||
"keep-my-recipes-private-description": "Sets your group and all recipes defaults to private. You can always change this later."
|
||||
}
|
||||
},
|
||||
"meal-plan": {
|
||||
"create-a-new-meal-plan": "Criar um novo plano de refeições",
|
||||
@ -206,7 +215,10 @@
|
||||
"upload-a-recipe": "Enviar uma Receita",
|
||||
"upload-individual-zip-file": "Enviar um arquivo .zip individual exportado a partir de outra instância do Mealie.",
|
||||
"url-form-hint": "Copie e cole um link do seu site de receita favorito",
|
||||
"view-scraped-data": "View Scraped Data"
|
||||
"view-scraped-data": "View Scraped Data",
|
||||
"trim-whitespace-description": "Trim leading and trailing whitespace as well as blank lines",
|
||||
"trim-prefix-description": "Trim first character from each line",
|
||||
"split-by-numbered-line-description": "Attempts to split a paragraph by matching '1)' or '1.' patterns"
|
||||
},
|
||||
"page": {
|
||||
"404-page-not-found": "404 Página não encontrada",
|
||||
@ -278,10 +290,8 @@
|
||||
"sugar-content": "Açúcares",
|
||||
"title": "Título",
|
||||
"total-time": "Tempo Total",
|
||||
"unable-to-delete-recipe": "Unable to Delete Recipe"
|
||||
},
|
||||
"reicpe": {
|
||||
"no-recipe": "Nenhuma Receita"
|
||||
"unable-to-delete-recipe": "Unable to Delete Recipe",
|
||||
"no-recipe": "No Recipe"
|
||||
},
|
||||
"search": {
|
||||
"advanced-search": "Pesquisa avançada",
|
||||
@ -387,7 +397,8 @@
|
||||
"test-webhooks": "Testar webhooks",
|
||||
"the-urls-listed-below-will-recieve-webhooks-containing-the-recipe-data-for-the-meal-plan-on-its-scheduled-day-currently-webhooks-will-execute-at": "The URLs listed below will receive webhooks containing the recipe data for the meal plan on it's scheduled day. Currently Webhooks will execute at",
|
||||
"webhook-url": "Webhook URL",
|
||||
"webhooks-caps": "WEBHOOKS"
|
||||
"webhooks-caps": "WEBHOOKS",
|
||||
"webhooks": "Webhooks"
|
||||
}
|
||||
},
|
||||
"shopping-list": {
|
||||
@ -402,7 +413,9 @@
|
||||
},
|
||||
"sidebar": {
|
||||
"all-recipes": "All Recipes",
|
||||
"backups": "Backups",
|
||||
"categories": "Categorias",
|
||||
"cookbooks": "Cookbooks",
|
||||
"dashboard": "Dashboard",
|
||||
"home-page": "Home Page",
|
||||
"manage-users": "Manage Users",
|
||||
@ -411,7 +424,8 @@
|
||||
"search": "Pesquisar",
|
||||
"site-settings": "Site Settings",
|
||||
"tags": "Tags",
|
||||
"toolbox": "Ferramentas"
|
||||
"toolbox": "Ferramentas",
|
||||
"language": "Language"
|
||||
},
|
||||
"signup": {
|
||||
"error-signing-up": "Error Signing Up",
|
||||
@ -433,6 +447,9 @@
|
||||
"tags": "Tags",
|
||||
"untagged-count": "Untagged {count}"
|
||||
},
|
||||
"tool": {
|
||||
"tools": "Tools"
|
||||
},
|
||||
"user": {
|
||||
"admin": "Administrador",
|
||||
"are-you-sure-you-want-to-delete-the-link": "Are you sure you want to delete the link <b>{link}<b/>?",
|
||||
@ -450,6 +467,7 @@
|
||||
"error-cannot-delete-super-user": "Erro! Não é possível excluir Super Usuário",
|
||||
"existing-password-does-not-match": "Existing password does not match",
|
||||
"full-name": "Nome Completo",
|
||||
"invite-only": "Invite Only",
|
||||
"link-id": "Link ID",
|
||||
"link-name": "Link Name",
|
||||
"login": "Login",
|
||||
@ -457,33 +475,75 @@
|
||||
"manage-users": "Gerenciar Usuários",
|
||||
"new-password": "Nova senha",
|
||||
"new-user": "Novo Usuário",
|
||||
"password": "Senha",
|
||||
"password-has-been-reset-to-the-default-password": "A senha foi redefinida para a senha padrão",
|
||||
"password-must-match": "Password must match",
|
||||
"password-reset-failed": "Falha na redefinição da senha",
|
||||
"password-updated": "Senha modificada",
|
||||
"password": "Senha",
|
||||
"password-strength": "Password is {strength}",
|
||||
"register": "Register",
|
||||
"reset-password": "Alterar senha",
|
||||
"sign-in": "Sign in",
|
||||
"total-mealplans": "Total MealPlans",
|
||||
"total-users": "Total de usuários",
|
||||
"upload-photo": "Enviar Foto",
|
||||
"use-8-characters-or-more-for-your-password": "Use 8 caracteres ou mais para sua senha",
|
||||
"user": "Usuário",
|
||||
"user-created": "Usuário criado",
|
||||
"user-creation-failed": "Falha ao criar usuário",
|
||||
"user-deleted": "User deleted",
|
||||
"user-id": "ID do Usuário",
|
||||
"user-id-with-value": "ID do Usuário: {id}",
|
||||
"user-id": "ID do Usuário",
|
||||
"user-password": "Senha do Usuário",
|
||||
"user-successfully-logged-in": "User Successfully Logged In",
|
||||
"user-update-failed": "Falha ao atualizar o usuário",
|
||||
"user-updated": "Usuário atualizado",
|
||||
"user": "Usuário",
|
||||
"username": "Username",
|
||||
"users": "Users",
|
||||
"users-header": "USERS",
|
||||
"users": "Users",
|
||||
"webhook-time": "Webhook Time",
|
||||
"webhooks-enabled": "Webhooks Enabled",
|
||||
"you-are-not-allowed-to-create-a-user": "You are not allowed to create a user",
|
||||
"you-are-not-allowed-to-delete-this-user": "You are not allowed to delete this user"
|
||||
"you-are-not-allowed-to-delete-this-user": "You are not allowed to delete this user",
|
||||
"enable-advanced-content": "Enable Advanced Content",
|
||||
"enable-advanced-content-description": "Enables advanced features like Recipe Scaling, API keys, Webhooks, and Data Management. Don't worry, you can always change this later"
|
||||
},
|
||||
"language-dialog": {
|
||||
"translated": "translated",
|
||||
"choose-language": "Choose Language",
|
||||
"select-description": "Choose the language for the Mealie UI. The setting only applies to you, not other users.",
|
||||
"how-to-contribute-description": "Is something not translated yet, mistranslated, or your language missing from the list? {read-the-docs-link} on how to contribute!",
|
||||
"read-the-docs": "Read the docs"
|
||||
},
|
||||
"data-pages": {
|
||||
"seed-data": "Seed Data",
|
||||
"foods": {
|
||||
"merge-dialog-text": "Combining the selected foods will merge the source food and target food into a single food. The source food will be deleted and all of the references to the source food will be updated to point to the target food.",
|
||||
"merge-food-example": "Merging {food1} into {food2}",
|
||||
"seed-dialog-text": "Seed the database with foods based on your local language. This will create 200+ common foods that can be used to organize your database. Foods are translated via a community effort.",
|
||||
"seed-dialog-warning": "You have already have some items in your database. This action will not reconcile duplicates, you will have to manage them manually."
|
||||
},
|
||||
"units": {
|
||||
"seed-dialog-text": "Seed the database with common units based on your local language."
|
||||
},
|
||||
"labels": {
|
||||
"seed-dialog-text": "Seed the database with common labels based on your local language."
|
||||
}
|
||||
},
|
||||
"user-registration": {
|
||||
"user-registration": "User Registration",
|
||||
"join-a-group": "Join a Group",
|
||||
"create-a-new-group": "Create a New Group",
|
||||
"provide-registration-token-description": "Please provide the registration token associated with the group that you'd like to join. You'll need to obtain this from an existing group member.",
|
||||
"group-details": "Group Details",
|
||||
"group-details-description": "Before you create an account you'll need to create a group. Your group will only contain you, but you'll be able to invite others later. Members in your group can share meal plans, shopping lists, recipes, and more!",
|
||||
"use-seed-data": "Use Seed Data",
|
||||
"use-seed-data-description": "Mealie ships with a collection of Foods, Units, and Labels that can be used to populate your group with helpful data for organizing your recipes.",
|
||||
"account-details": "Account Details"
|
||||
},
|
||||
"validation": {
|
||||
"group-name-is-taken": "Group name is taken",
|
||||
"username-is-taken": "Username is taken",
|
||||
"email-is-taken": "Email is taken"
|
||||
}
|
||||
}
|
||||
|
@ -33,6 +33,7 @@
|
||||
"show-assets": "Show Assets"
|
||||
},
|
||||
"category": {
|
||||
"categories": "Categories",
|
||||
"category-created": "Category created",
|
||||
"category-creation-failed": "Category creation failed",
|
||||
"category-deleted": "Category Deleted",
|
||||
@ -129,7 +130,11 @@
|
||||
"url": "URL",
|
||||
"view": "View",
|
||||
"wednesday": "Quarta-feira",
|
||||
"yes": "Sim"
|
||||
"yes": "Sim",
|
||||
"foods": "Foods",
|
||||
"units": "Units",
|
||||
"back": "Back",
|
||||
"next": "Next"
|
||||
},
|
||||
"group": {
|
||||
"are-you-sure-you-want-to-delete-the-group": "Are you sure you want to delete <b>{groupName}<b/>?",
|
||||
@ -149,7 +154,11 @@
|
||||
"manage-groups": "Manage Groups",
|
||||
"user-group": "User Group",
|
||||
"user-group-created": "User Group Created",
|
||||
"user-group-creation-failed": "User Group Creation Failed"
|
||||
"user-group-creation-failed": "User Group Creation Failed",
|
||||
"settings": {
|
||||
"keep-my-recipes-private": "Keep My Recipes Private",
|
||||
"keep-my-recipes-private-description": "Sets your group and all recipes defaults to private. You can always change this later."
|
||||
}
|
||||
},
|
||||
"meal-plan": {
|
||||
"create-a-new-meal-plan": "Criar novo Plano de Refeições",
|
||||
@ -206,7 +215,10 @@
|
||||
"upload-a-recipe": "Upload a Recipe",
|
||||
"upload-individual-zip-file": "Upload an individual .zip file exported from another Mealie instance.",
|
||||
"url-form-hint": "Copy and paste a link from your favorite recipe website",
|
||||
"view-scraped-data": "View Scraped Data"
|
||||
"view-scraped-data": "View Scraped Data",
|
||||
"trim-whitespace-description": "Trim leading and trailing whitespace as well as blank lines",
|
||||
"trim-prefix-description": "Trim first character from each line",
|
||||
"split-by-numbered-line-description": "Attempts to split a paragraph by matching '1)' or '1.' patterns"
|
||||
},
|
||||
"page": {
|
||||
"404-page-not-found": "404 Page not found",
|
||||
@ -278,9 +290,7 @@
|
||||
"sugar-content": "Sugar",
|
||||
"title": "Título",
|
||||
"total-time": "Tempo Total",
|
||||
"unable-to-delete-recipe": "Unable to Delete Recipe"
|
||||
},
|
||||
"reicpe": {
|
||||
"unable-to-delete-recipe": "Unable to Delete Recipe",
|
||||
"no-recipe": "No Recipe"
|
||||
},
|
||||
"search": {
|
||||
@ -387,7 +397,8 @@
|
||||
"test-webhooks": "Webhooks de Teste",
|
||||
"the-urls-listed-below-will-recieve-webhooks-containing-the-recipe-data-for-the-meal-plan-on-its-scheduled-day-currently-webhooks-will-execute-at": "Os URLs apresentados abaixo receberão webhooks que contêm os dados da receita para o plano de refeições no dia marcado. Atualmente, os webhooks serão executados a ",
|
||||
"webhook-url": "Webhook URL",
|
||||
"webhooks-caps": "WEBHOOKS"
|
||||
"webhooks-caps": "WEBHOOKS",
|
||||
"webhooks": "Webhooks"
|
||||
}
|
||||
},
|
||||
"shopping-list": {
|
||||
@ -402,7 +413,9 @@
|
||||
},
|
||||
"sidebar": {
|
||||
"all-recipes": "All Recipes",
|
||||
"backups": "Backups",
|
||||
"categories": "Categories",
|
||||
"cookbooks": "Cookbooks",
|
||||
"dashboard": "Dashboard",
|
||||
"home-page": "Home Page",
|
||||
"manage-users": "Manage Users",
|
||||
@ -411,7 +424,8 @@
|
||||
"search": "Search",
|
||||
"site-settings": "Site Settings",
|
||||
"tags": "Tags",
|
||||
"toolbox": "Toolbox"
|
||||
"toolbox": "Toolbox",
|
||||
"language": "Language"
|
||||
},
|
||||
"signup": {
|
||||
"error-signing-up": "Error Signing Up",
|
||||
@ -433,6 +447,9 @@
|
||||
"tags": "Tags",
|
||||
"untagged-count": "Untagged {count}"
|
||||
},
|
||||
"tool": {
|
||||
"tools": "Tools"
|
||||
},
|
||||
"user": {
|
||||
"admin": "Admin",
|
||||
"are-you-sure-you-want-to-delete-the-link": "Are you sure you want to delete the link <b>{link}<b/>?",
|
||||
@ -450,6 +467,7 @@
|
||||
"error-cannot-delete-super-user": "Error! Cannot Delete Super User",
|
||||
"existing-password-does-not-match": "Existing password does not match",
|
||||
"full-name": "Full Name",
|
||||
"invite-only": "Invite Only",
|
||||
"link-id": "Link ID",
|
||||
"link-name": "Link Name",
|
||||
"login": "Login",
|
||||
@ -457,33 +475,75 @@
|
||||
"manage-users": "Manage Users",
|
||||
"new-password": "New Password",
|
||||
"new-user": "New User",
|
||||
"password": "Password",
|
||||
"password-has-been-reset-to-the-default-password": "Password has been reset to the default password",
|
||||
"password-must-match": "Password must match",
|
||||
"password-reset-failed": "Password reset failed",
|
||||
"password-updated": "Password updated",
|
||||
"password": "Password",
|
||||
"password-strength": "Password is {strength}",
|
||||
"register": "Register",
|
||||
"reset-password": "Reset Password",
|
||||
"sign-in": "Sign in",
|
||||
"total-mealplans": "Total MealPlans",
|
||||
"total-users": "Total Users",
|
||||
"upload-photo": "Upload Photo",
|
||||
"use-8-characters-or-more-for-your-password": "Use 8 characters or more for your password",
|
||||
"user": "User",
|
||||
"user-created": "User created",
|
||||
"user-creation-failed": "User creation failed",
|
||||
"user-deleted": "User deleted",
|
||||
"user-id": "User ID",
|
||||
"user-id-with-value": "User ID: {id}",
|
||||
"user-id": "User ID",
|
||||
"user-password": "User Password",
|
||||
"user-successfully-logged-in": "User Successfully Logged In",
|
||||
"user-update-failed": "User update failed",
|
||||
"user-updated": "User updated",
|
||||
"user": "User",
|
||||
"username": "Username",
|
||||
"users": "Users",
|
||||
"users-header": "USERS",
|
||||
"users": "Users",
|
||||
"webhook-time": "Webhook Time",
|
||||
"webhooks-enabled": "Webhooks Enabled",
|
||||
"you-are-not-allowed-to-create-a-user": "You are not allowed to create a user",
|
||||
"you-are-not-allowed-to-delete-this-user": "You are not allowed to delete this user"
|
||||
"you-are-not-allowed-to-delete-this-user": "You are not allowed to delete this user",
|
||||
"enable-advanced-content": "Enable Advanced Content",
|
||||
"enable-advanced-content-description": "Enables advanced features like Recipe Scaling, API keys, Webhooks, and Data Management. Don't worry, you can always change this later"
|
||||
},
|
||||
"language-dialog": {
|
||||
"translated": "translated",
|
||||
"choose-language": "Choose Language",
|
||||
"select-description": "Choose the language for the Mealie UI. The setting only applies to you, not other users.",
|
||||
"how-to-contribute-description": "Is something not translated yet, mistranslated, or your language missing from the list? {read-the-docs-link} on how to contribute!",
|
||||
"read-the-docs": "Read the docs"
|
||||
},
|
||||
"data-pages": {
|
||||
"seed-data": "Seed Data",
|
||||
"foods": {
|
||||
"merge-dialog-text": "Combining the selected foods will merge the source food and target food into a single food. The source food will be deleted and all of the references to the source food will be updated to point to the target food.",
|
||||
"merge-food-example": "Merging {food1} into {food2}",
|
||||
"seed-dialog-text": "Seed the database with foods based on your local language. This will create 200+ common foods that can be used to organize your database. Foods are translated via a community effort.",
|
||||
"seed-dialog-warning": "You have already have some items in your database. This action will not reconcile duplicates, you will have to manage them manually."
|
||||
},
|
||||
"units": {
|
||||
"seed-dialog-text": "Seed the database with common units based on your local language."
|
||||
},
|
||||
"labels": {
|
||||
"seed-dialog-text": "Seed the database with common labels based on your local language."
|
||||
}
|
||||
},
|
||||
"user-registration": {
|
||||
"user-registration": "User Registration",
|
||||
"join-a-group": "Join a Group",
|
||||
"create-a-new-group": "Create a New Group",
|
||||
"provide-registration-token-description": "Please provide the registration token associated with the group that you'd like to join. You'll need to obtain this from an existing group member.",
|
||||
"group-details": "Group Details",
|
||||
"group-details-description": "Before you create an account you'll need to create a group. Your group will only contain you, but you'll be able to invite others later. Members in your group can share meal plans, shopping lists, recipes, and more!",
|
||||
"use-seed-data": "Use Seed Data",
|
||||
"use-seed-data-description": "Mealie ships with a collection of Foods, Units, and Labels that can be used to populate your group with helpful data for organizing your recipes.",
|
||||
"account-details": "Account Details"
|
||||
},
|
||||
"validation": {
|
||||
"group-name-is-taken": "Group name is taken",
|
||||
"username-is-taken": "Username is taken",
|
||||
"email-is-taken": "Email is taken"
|
||||
}
|
||||
}
|
||||
|
@ -33,6 +33,7 @@
|
||||
"show-assets": "Show Assets"
|
||||
},
|
||||
"category": {
|
||||
"categories": "Categories",
|
||||
"category-created": "Category created",
|
||||
"category-creation-failed": "Category creation failed",
|
||||
"category-deleted": "Category Deleted",
|
||||
@ -129,7 +130,11 @@
|
||||
"url": "URL",
|
||||
"view": "View",
|
||||
"wednesday": "Wednesday",
|
||||
"yes": "Yes"
|
||||
"yes": "Yes",
|
||||
"foods": "Foods",
|
||||
"units": "Units",
|
||||
"back": "Back",
|
||||
"next": "Next"
|
||||
},
|
||||
"group": {
|
||||
"are-you-sure-you-want-to-delete-the-group": "Are you sure you want to delete <b>{groupName}<b/>?",
|
||||
@ -149,7 +154,11 @@
|
||||
"manage-groups": "Manage Groups",
|
||||
"user-group": "User Group",
|
||||
"user-group-created": "User Group Created",
|
||||
"user-group-creation-failed": "User Group Creation Failed"
|
||||
"user-group-creation-failed": "User Group Creation Failed",
|
||||
"settings": {
|
||||
"keep-my-recipes-private": "Keep My Recipes Private",
|
||||
"keep-my-recipes-private-description": "Sets your group and all recipes defaults to private. You can always change this later."
|
||||
}
|
||||
},
|
||||
"meal-plan": {
|
||||
"create-a-new-meal-plan": "Create a New Meal Plan",
|
||||
@ -206,7 +215,10 @@
|
||||
"upload-a-recipe": "Upload a Recipe",
|
||||
"upload-individual-zip-file": "Upload an individual .zip file exported from another Mealie instance.",
|
||||
"url-form-hint": "Copy and paste a link from your favorite recipe website",
|
||||
"view-scraped-data": "View Scraped Data"
|
||||
"view-scraped-data": "View Scraped Data",
|
||||
"trim-whitespace-description": "Trim leading and trailing whitespace as well as blank lines",
|
||||
"trim-prefix-description": "Trim first character from each line",
|
||||
"split-by-numbered-line-description": "Attempts to split a paragraph by matching '1)' or '1.' patterns"
|
||||
},
|
||||
"page": {
|
||||
"404-page-not-found": "404 Page not found",
|
||||
@ -278,9 +290,7 @@
|
||||
"sugar-content": "Sugar",
|
||||
"title": "Title",
|
||||
"total-time": "Total Time",
|
||||
"unable-to-delete-recipe": "Unable to Delete Recipe"
|
||||
},
|
||||
"reicpe": {
|
||||
"unable-to-delete-recipe": "Unable to Delete Recipe",
|
||||
"no-recipe": "No Recipe"
|
||||
},
|
||||
"search": {
|
||||
@ -387,7 +397,8 @@
|
||||
"test-webhooks": "Test Webhooks",
|
||||
"the-urls-listed-below-will-recieve-webhooks-containing-the-recipe-data-for-the-meal-plan-on-its-scheduled-day-currently-webhooks-will-execute-at": "The URLs listed below will receive webhooks containing the recipe data for the meal plan on it's scheduled day. Currently Webhooks will execute at",
|
||||
"webhook-url": "Webhook URL",
|
||||
"webhooks-caps": "WEBHOOKS"
|
||||
"webhooks-caps": "WEBHOOKS",
|
||||
"webhooks": "Webhooks"
|
||||
}
|
||||
},
|
||||
"shopping-list": {
|
||||
@ -402,7 +413,9 @@
|
||||
},
|
||||
"sidebar": {
|
||||
"all-recipes": "All Recipes",
|
||||
"backups": "Backups",
|
||||
"categories": "Categories",
|
||||
"cookbooks": "Cookbooks",
|
||||
"dashboard": "Dashboard",
|
||||
"home-page": "Home Page",
|
||||
"manage-users": "Manage Users",
|
||||
@ -411,7 +424,8 @@
|
||||
"search": "Search",
|
||||
"site-settings": "Site Settings",
|
||||
"tags": "Tags",
|
||||
"toolbox": "Toolbox"
|
||||
"toolbox": "Toolbox",
|
||||
"language": "Language"
|
||||
},
|
||||
"signup": {
|
||||
"error-signing-up": "Error Signing Up",
|
||||
@ -433,6 +447,9 @@
|
||||
"tags": "Tags",
|
||||
"untagged-count": "Untagged {count}"
|
||||
},
|
||||
"tool": {
|
||||
"tools": "Tools"
|
||||
},
|
||||
"user": {
|
||||
"admin": "Admin",
|
||||
"are-you-sure-you-want-to-delete-the-link": "Are you sure you want to delete the link <b>{link}<b/>?",
|
||||
@ -450,6 +467,7 @@
|
||||
"error-cannot-delete-super-user": "Error! Cannot Delete Super User",
|
||||
"existing-password-does-not-match": "Existing password does not match",
|
||||
"full-name": "Full Name",
|
||||
"invite-only": "Invite Only",
|
||||
"link-id": "Link ID",
|
||||
"link-name": "Link Name",
|
||||
"login": "Login",
|
||||
@ -457,33 +475,75 @@
|
||||
"manage-users": "Manage Users",
|
||||
"new-password": "New Password",
|
||||
"new-user": "New User",
|
||||
"password": "Password",
|
||||
"password-has-been-reset-to-the-default-password": "Password has been reset to the default password",
|
||||
"password-must-match": "Password must match",
|
||||
"password-reset-failed": "Password reset failed",
|
||||
"password-updated": "Password updated",
|
||||
"password": "Password",
|
||||
"password-strength": "Password is {strength}",
|
||||
"register": "Register",
|
||||
"reset-password": "Reset Password",
|
||||
"sign-in": "Sign in",
|
||||
"total-mealplans": "Total MealPlans",
|
||||
"total-users": "Total Users",
|
||||
"upload-photo": "Upload Photo",
|
||||
"use-8-characters-or-more-for-your-password": "Use 8 characters or more for your password",
|
||||
"user": "User",
|
||||
"user-created": "User created",
|
||||
"user-creation-failed": "User creation failed",
|
||||
"user-deleted": "User deleted",
|
||||
"user-id": "User ID",
|
||||
"user-id-with-value": "User ID: {id}",
|
||||
"user-id": "User ID",
|
||||
"user-password": "User Password",
|
||||
"user-successfully-logged-in": "User Successfully Logged In",
|
||||
"user-update-failed": "User update failed",
|
||||
"user-updated": "User updated",
|
||||
"user": "User",
|
||||
"username": "Username",
|
||||
"users": "Users",
|
||||
"users-header": "USERS",
|
||||
"users": "Users",
|
||||
"webhook-time": "Webhook Time",
|
||||
"webhooks-enabled": "Webhooks Enabled",
|
||||
"you-are-not-allowed-to-create-a-user": "You are not allowed to create a user",
|
||||
"you-are-not-allowed-to-delete-this-user": "You are not allowed to delete this user"
|
||||
"you-are-not-allowed-to-delete-this-user": "You are not allowed to delete this user",
|
||||
"enable-advanced-content": "Enable Advanced Content",
|
||||
"enable-advanced-content-description": "Enables advanced features like Recipe Scaling, API keys, Webhooks, and Data Management. Don't worry, you can always change this later"
|
||||
},
|
||||
"language-dialog": {
|
||||
"translated": "translated",
|
||||
"choose-language": "Choose Language",
|
||||
"select-description": "Choose the language for the Mealie UI. The setting only applies to you, not other users.",
|
||||
"how-to-contribute-description": "Is something not translated yet, mistranslated, or your language missing from the list? {read-the-docs-link} on how to contribute!",
|
||||
"read-the-docs": "Read the docs"
|
||||
},
|
||||
"data-pages": {
|
||||
"seed-data": "Seed Data",
|
||||
"foods": {
|
||||
"merge-dialog-text": "Combining the selected foods will merge the source food and target food into a single food. The source food will be deleted and all of the references to the source food will be updated to point to the target food.",
|
||||
"merge-food-example": "Merging {food1} into {food2}",
|
||||
"seed-dialog-text": "Seed the database with foods based on your local language. This will create 200+ common foods that can be used to organize your database. Foods are translated via a community effort.",
|
||||
"seed-dialog-warning": "You have already have some items in your database. This action will not reconcile duplicates, you will have to manage them manually."
|
||||
},
|
||||
"units": {
|
||||
"seed-dialog-text": "Seed the database with common units based on your local language."
|
||||
},
|
||||
"labels": {
|
||||
"seed-dialog-text": "Seed the database with common labels based on your local language."
|
||||
}
|
||||
},
|
||||
"user-registration": {
|
||||
"user-registration": "User Registration",
|
||||
"join-a-group": "Join a Group",
|
||||
"create-a-new-group": "Create a New Group",
|
||||
"provide-registration-token-description": "Please provide the registration token associated with the group that you'd like to join. You'll need to obtain this from an existing group member.",
|
||||
"group-details": "Group Details",
|
||||
"group-details-description": "Before you create an account you'll need to create a group. Your group will only contain you, but you'll be able to invite others later. Members in your group can share meal plans, shopping lists, recipes, and more!",
|
||||
"use-seed-data": "Use Seed Data",
|
||||
"use-seed-data-description": "Mealie ships with a collection of Foods, Units, and Labels that can be used to populate your group with helpful data for organizing your recipes.",
|
||||
"account-details": "Account Details"
|
||||
},
|
||||
"validation": {
|
||||
"group-name-is-taken": "Group name is taken",
|
||||
"username-is-taken": "Username is taken",
|
||||
"email-is-taken": "Email is taken"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -33,6 +33,7 @@
|
||||
"show-assets": "Показать ресурсы"
|
||||
},
|
||||
"category": {
|
||||
"categories": "Categories",
|
||||
"category-created": "Категория создана",
|
||||
"category-creation-failed": "Не удалось создать категорию",
|
||||
"category-deleted": "Категория удалена",
|
||||
@ -129,7 +130,11 @@
|
||||
"url": "URL-адрес",
|
||||
"view": "Просмотр",
|
||||
"wednesday": "Среда",
|
||||
"yes": "Да"
|
||||
"yes": "Да",
|
||||
"foods": "Foods",
|
||||
"units": "Units",
|
||||
"back": "Back",
|
||||
"next": "Next"
|
||||
},
|
||||
"group": {
|
||||
"are-you-sure-you-want-to-delete-the-group": "Вы действительно хотите удалить <b>{groupName}<b/>?",
|
||||
@ -149,7 +154,11 @@
|
||||
"manage-groups": "Управление группами",
|
||||
"user-group": "Пользовательская группа",
|
||||
"user-group-created": "Пользовательская группа создана",
|
||||
"user-group-creation-failed": "Не удалось создать пользовательскую группу"
|
||||
"user-group-creation-failed": "Не удалось создать пользовательскую группу",
|
||||
"settings": {
|
||||
"keep-my-recipes-private": "Keep My Recipes Private",
|
||||
"keep-my-recipes-private-description": "Sets your group and all recipes defaults to private. You can always change this later."
|
||||
}
|
||||
},
|
||||
"meal-plan": {
|
||||
"create-a-new-meal-plan": "Создать новый план питания",
|
||||
@ -206,7 +215,10 @@
|
||||
"upload-a-recipe": "Загрузить рецепт",
|
||||
"upload-individual-zip-file": "Загрузить отдельный .zip файл, экспортированный из другой Mealie.",
|
||||
"url-form-hint": "Скопируйте и вставьте ссылку из вашего любимого сайта рецептов",
|
||||
"view-scraped-data": "Просмотр собранных данных"
|
||||
"view-scraped-data": "Просмотр собранных данных",
|
||||
"trim-whitespace-description": "Trim leading and trailing whitespace as well as blank lines",
|
||||
"trim-prefix-description": "Trim first character from each line",
|
||||
"split-by-numbered-line-description": "Attempts to split a paragraph by matching '1)' or '1.' patterns"
|
||||
},
|
||||
"page": {
|
||||
"404-page-not-found": "404 - страница не найдена",
|
||||
@ -278,10 +290,8 @@
|
||||
"sugar-content": "Сахар",
|
||||
"title": "Заголовок",
|
||||
"total-time": "Общее время",
|
||||
"unable-to-delete-recipe": "Невозможно удалить рецепт"
|
||||
},
|
||||
"reicpe": {
|
||||
"no-recipe": "Нет рецепта"
|
||||
"unable-to-delete-recipe": "Невозможно удалить рецепт",
|
||||
"no-recipe": "No Recipe"
|
||||
},
|
||||
"search": {
|
||||
"advanced-search": "Расширенный поиск",
|
||||
@ -387,7 +397,8 @@
|
||||
"test-webhooks": "Тестировать Webhook",
|
||||
"the-urls-listed-below-will-recieve-webhooks-containing-the-recipe-data-for-the-meal-plan-on-its-scheduled-day-currently-webhooks-will-execute-at": "На перечисленные ниже URL будут отправляться вебхуки, содержащие данные рецептов для плана питания на запланированный день. Сейчас вебхуки будут отправляться в",
|
||||
"webhook-url": "Webhook URL",
|
||||
"webhooks-caps": "WEBHOOKS"
|
||||
"webhooks-caps": "WEBHOOKS",
|
||||
"webhooks": "Webhooks"
|
||||
}
|
||||
},
|
||||
"shopping-list": {
|
||||
@ -402,7 +413,9 @@
|
||||
},
|
||||
"sidebar": {
|
||||
"all-recipes": "Все рецепты",
|
||||
"backups": "Backups",
|
||||
"categories": "Категории",
|
||||
"cookbooks": "Cookbooks",
|
||||
"dashboard": "Рабочая панель",
|
||||
"home-page": "Главная",
|
||||
"manage-users": "Пользователи",
|
||||
@ -411,7 +424,8 @@
|
||||
"search": "Поиск",
|
||||
"site-settings": "Настройки",
|
||||
"tags": "Теги",
|
||||
"toolbox": "Инструменты"
|
||||
"toolbox": "Инструменты",
|
||||
"language": "Language"
|
||||
},
|
||||
"signup": {
|
||||
"error-signing-up": "Ошибка регистрации",
|
||||
@ -433,6 +447,9 @@
|
||||
"tags": "Теги",
|
||||
"untagged-count": "Не помеченные {count}"
|
||||
},
|
||||
"tool": {
|
||||
"tools": "Tools"
|
||||
},
|
||||
"user": {
|
||||
"admin": "Администратор",
|
||||
"are-you-sure-you-want-to-delete-the-link": "Вы действительно хотите удалить <b>{link}<b/>?",
|
||||
@ -450,6 +467,7 @@
|
||||
"error-cannot-delete-super-user": "Ошибка! Невозможно удалить суперпользователя",
|
||||
"existing-password-does-not-match": "Пароли не совпадают",
|
||||
"full-name": "Ф.И.О.",
|
||||
"invite-only": "Invite Only",
|
||||
"link-id": "ID ссылки",
|
||||
"link-name": "Название ссылки",
|
||||
"login": "Вход",
|
||||
@ -457,33 +475,75 @@
|
||||
"manage-users": "Управление пользователями",
|
||||
"new-password": "Новый пароль",
|
||||
"new-user": "Новый пользователь",
|
||||
"password": "Пароль",
|
||||
"password-has-been-reset-to-the-default-password": "Пароль был сброшен по умолчанию",
|
||||
"password-must-match": "Пароли должны совпадать",
|
||||
"password-reset-failed": "Ошибка сброса пароля",
|
||||
"password-updated": "Пароль обновлен",
|
||||
"password": "Пароль",
|
||||
"password-strength": "Password is {strength}",
|
||||
"register": "Register",
|
||||
"reset-password": "Сброс пароля",
|
||||
"sign-in": "Авторизация",
|
||||
"total-mealplans": "Всего планов питания",
|
||||
"total-users": "Всего пользователей",
|
||||
"upload-photo": "Загрузить фотографию",
|
||||
"use-8-characters-or-more-for-your-password": "Используйте 8 символов или более для пароля",
|
||||
"user": "Пользователь",
|
||||
"user-created": "Пользователь создан",
|
||||
"user-creation-failed": "Ошибка создания пользователя",
|
||||
"user-deleted": "Пользователь удален",
|
||||
"user-id": "ID пользователя",
|
||||
"user-id-with-value": "ID пользователя: {id}",
|
||||
"user-id": "ID пользователя",
|
||||
"user-password": "Пароль пользователя",
|
||||
"user-successfully-logged-in": "Пользователь успешно вошел в систему",
|
||||
"user-update-failed": "Ошибка обновления пользователя",
|
||||
"user-updated": "Пользователь обновлен",
|
||||
"user": "Пользователь",
|
||||
"username": "Имя пользователя",
|
||||
"users": "Пользователи",
|
||||
"users-header": "ПОЛЬЗОВАТЕЛИ",
|
||||
"users": "Пользователи",
|
||||
"webhook-time": "Длительность Webhook",
|
||||
"webhooks-enabled": "Webhooks включены",
|
||||
"you-are-not-allowed-to-create-a-user": "Вы не можете создавать пользователей",
|
||||
"you-are-not-allowed-to-delete-this-user": "Вы не можете удалить этого пользователя"
|
||||
"you-are-not-allowed-to-delete-this-user": "Вы не можете удалить этого пользователя",
|
||||
"enable-advanced-content": "Enable Advanced Content",
|
||||
"enable-advanced-content-description": "Enables advanced features like Recipe Scaling, API keys, Webhooks, and Data Management. Don't worry, you can always change this later"
|
||||
},
|
||||
"language-dialog": {
|
||||
"translated": "translated",
|
||||
"choose-language": "Choose Language",
|
||||
"select-description": "Choose the language for the Mealie UI. The setting only applies to you, not other users.",
|
||||
"how-to-contribute-description": "Is something not translated yet, mistranslated, or your language missing from the list? {read-the-docs-link} on how to contribute!",
|
||||
"read-the-docs": "Read the docs"
|
||||
},
|
||||
"data-pages": {
|
||||
"seed-data": "Seed Data",
|
||||
"foods": {
|
||||
"merge-dialog-text": "Combining the selected foods will merge the source food and target food into a single food. The source food will be deleted and all of the references to the source food will be updated to point to the target food.",
|
||||
"merge-food-example": "Merging {food1} into {food2}",
|
||||
"seed-dialog-text": "Seed the database with foods based on your local language. This will create 200+ common foods that can be used to organize your database. Foods are translated via a community effort.",
|
||||
"seed-dialog-warning": "You have already have some items in your database. This action will not reconcile duplicates, you will have to manage them manually."
|
||||
},
|
||||
"units": {
|
||||
"seed-dialog-text": "Seed the database with common units based on your local language."
|
||||
},
|
||||
"labels": {
|
||||
"seed-dialog-text": "Seed the database with common labels based on your local language."
|
||||
}
|
||||
},
|
||||
"user-registration": {
|
||||
"user-registration": "User Registration",
|
||||
"join-a-group": "Join a Group",
|
||||
"create-a-new-group": "Create a New Group",
|
||||
"provide-registration-token-description": "Please provide the registration token associated with the group that you'd like to join. You'll need to obtain this from an existing group member.",
|
||||
"group-details": "Group Details",
|
||||
"group-details-description": "Before you create an account you'll need to create a group. Your group will only contain you, but you'll be able to invite others later. Members in your group can share meal plans, shopping lists, recipes, and more!",
|
||||
"use-seed-data": "Use Seed Data",
|
||||
"use-seed-data-description": "Mealie ships with a collection of Foods, Units, and Labels that can be used to populate your group with helpful data for organizing your recipes.",
|
||||
"account-details": "Account Details"
|
||||
},
|
||||
"validation": {
|
||||
"group-name-is-taken": "Group name is taken",
|
||||
"username-is-taken": "Username is taken",
|
||||
"email-is-taken": "Email is taken"
|
||||
}
|
||||
}
|
||||
|
@ -33,6 +33,7 @@
|
||||
"show-assets": "Ukáž prílohy"
|
||||
},
|
||||
"category": {
|
||||
"categories": "Categories",
|
||||
"category-created": "Kategória vytvorená",
|
||||
"category-creation-failed": "Vytvorenie kategórie zlyhalo",
|
||||
"category-deleted": "Kategória vymazaná",
|
||||
@ -129,7 +130,11 @@
|
||||
"url": "URL",
|
||||
"view": "Zobraziť",
|
||||
"wednesday": "Streda",
|
||||
"yes": "Áno"
|
||||
"yes": "Áno",
|
||||
"foods": "Foods",
|
||||
"units": "Units",
|
||||
"back": "Back",
|
||||
"next": "Next"
|
||||
},
|
||||
"group": {
|
||||
"are-you-sure-you-want-to-delete-the-group": "Naozaj chcete odstrániť <b>{groupName}<b/>?",
|
||||
@ -149,7 +154,11 @@
|
||||
"manage-groups": "Spravovať skupiny",
|
||||
"user-group": "Užívateľské skupiny",
|
||||
"user-group-created": "Užívateľská skupina bola vytvorená",
|
||||
"user-group-creation-failed": "Vytvorenie užívateľskej skupiny zlyhalo"
|
||||
"user-group-creation-failed": "Vytvorenie užívateľskej skupiny zlyhalo",
|
||||
"settings": {
|
||||
"keep-my-recipes-private": "Keep My Recipes Private",
|
||||
"keep-my-recipes-private-description": "Sets your group and all recipes defaults to private. You can always change this later."
|
||||
}
|
||||
},
|
||||
"meal-plan": {
|
||||
"create-a-new-meal-plan": "Vytvoriť nový jedálniček",
|
||||
@ -206,7 +215,10 @@
|
||||
"upload-a-recipe": "Nahrať recept",
|
||||
"upload-individual-zip-file": "Nahrať súbor .zip exportovaný z inej Mealie inštalácie.",
|
||||
"url-form-hint": "Okopírujte a zložte odkaz z vašej obľúbenej webstránky",
|
||||
"view-scraped-data": "Náhľad získaných údajov"
|
||||
"view-scraped-data": "Náhľad získaných údajov",
|
||||
"trim-whitespace-description": "Trim leading and trailing whitespace as well as blank lines",
|
||||
"trim-prefix-description": "Trim first character from each line",
|
||||
"split-by-numbered-line-description": "Attempts to split a paragraph by matching '1)' or '1.' patterns"
|
||||
},
|
||||
"page": {
|
||||
"404-page-not-found": "Chyba 404 - Stránka nenájdená",
|
||||
@ -278,10 +290,8 @@
|
||||
"sugar-content": "Cukry",
|
||||
"title": "Názov",
|
||||
"total-time": "Celkový čas",
|
||||
"unable-to-delete-recipe": "Recept nie je možné odstrániť"
|
||||
},
|
||||
"reicpe": {
|
||||
"no-recipe": "Bez receptu"
|
||||
"unable-to-delete-recipe": "Recept nie je možné odstrániť",
|
||||
"no-recipe": "No Recipe"
|
||||
},
|
||||
"search": {
|
||||
"advanced-search": "Rozšírené vyhľadávanie",
|
||||
@ -387,7 +397,8 @@
|
||||
"test-webhooks": "Otestovať webhook",
|
||||
"the-urls-listed-below-will-recieve-webhooks-containing-the-recipe-data-for-the-meal-plan-on-its-scheduled-day-currently-webhooks-will-execute-at": "URL adresy zobrazené nižšie obdržia webhooky obsahujúce údaje z receptov pre jedálniček v naplánovaný deň. Momentálne webhooky zbiehajú v",
|
||||
"webhook-url": "URL adresa webhooku",
|
||||
"webhooks-caps": "WEBHOOKS"
|
||||
"webhooks-caps": "WEBHOOKS",
|
||||
"webhooks": "Webhooks"
|
||||
}
|
||||
},
|
||||
"shopping-list": {
|
||||
@ -402,7 +413,9 @@
|
||||
},
|
||||
"sidebar": {
|
||||
"all-recipes": "Všetky recepty",
|
||||
"backups": "Backups",
|
||||
"categories": "Kategórie",
|
||||
"cookbooks": "Cookbooks",
|
||||
"dashboard": "Hlavný panel",
|
||||
"home-page": "Úvodná stránka",
|
||||
"manage-users": "Užívatelia",
|
||||
@ -411,7 +424,8 @@
|
||||
"search": "Hľadať",
|
||||
"site-settings": "Nastavenia",
|
||||
"tags": "Štítky",
|
||||
"toolbox": "Nástroje"
|
||||
"toolbox": "Nástroje",
|
||||
"language": "Language"
|
||||
},
|
||||
"signup": {
|
||||
"error-signing-up": "Nastala chyba pri registrácii",
|
||||
@ -433,6 +447,9 @@
|
||||
"tags": "Štítky",
|
||||
"untagged-count": "Neoznačené {count}"
|
||||
},
|
||||
"tool": {
|
||||
"tools": "Tools"
|
||||
},
|
||||
"user": {
|
||||
"admin": "Administrátor",
|
||||
"are-you-sure-you-want-to-delete-the-link": "Ste si istý, že chcete odstrániť odkaz <b>{link}<b/>?",
|
||||
@ -450,6 +467,7 @@
|
||||
"error-cannot-delete-super-user": "Chyba! Superužívateľa nie je možné odstrániť",
|
||||
"existing-password-does-not-match": "Súčasné heslo sa nezhoduje",
|
||||
"full-name": "Celé meno",
|
||||
"invite-only": "Invite Only",
|
||||
"link-id": "ID odkazu",
|
||||
"link-name": "Názov odkazu",
|
||||
"login": "Prihlásiť sa",
|
||||
@ -457,33 +475,75 @@
|
||||
"manage-users": "Správa užívateľov",
|
||||
"new-password": "Nové heslo",
|
||||
"new-user": "Nový užívateľ",
|
||||
"password": "Heslo",
|
||||
"password-has-been-reset-to-the-default-password": "Heslo bolo zresetované na prednastavenú hodnotu",
|
||||
"password-must-match": "Heslá sa musia zhodovať",
|
||||
"password-reset-failed": "Zresetovanie hesla zlyhalo",
|
||||
"password-updated": "Heslo bolo aktualizované",
|
||||
"password": "Heslo",
|
||||
"password-strength": "Password is {strength}",
|
||||
"register": "Register",
|
||||
"reset-password": "Resetovať heslo",
|
||||
"sign-in": "Prihlásiť sa",
|
||||
"total-mealplans": "Počet jedálničkov",
|
||||
"total-users": "Počet užívateľov",
|
||||
"upload-photo": "Nahrať fotografiu",
|
||||
"use-8-characters-or-more-for-your-password": "Heslo musí obsahovať 8 alebo viac písmen",
|
||||
"user": "Užívateľ",
|
||||
"user-created": "Vytvorené užívateľom",
|
||||
"user-creation-failed": "Vytvorenie užívateľa zlyhalo",
|
||||
"user-deleted": "Užívateľ bol odstránený",
|
||||
"user-id": "ID užívateľa",
|
||||
"user-id-with-value": "ID užívateľa: {id}",
|
||||
"user-id": "ID užívateľa",
|
||||
"user-password": "Heslo užívateľa",
|
||||
"user-successfully-logged-in": "Užívateľ bol úspešne prihlásený",
|
||||
"user-update-failed": "Aktualizácia užívateľa zlyhala",
|
||||
"user-updated": "Užívateľ bol aktualizovaný",
|
||||
"user": "Užívateľ",
|
||||
"username": "Užívateľské meno",
|
||||
"users": "Užívatelia",
|
||||
"users-header": "USERS",
|
||||
"users": "Užívatelia",
|
||||
"webhook-time": "Čas webhookov",
|
||||
"webhooks-enabled": "Webhooky povolené",
|
||||
"you-are-not-allowed-to-create-a-user": "Nie Ste oprávnený vytvoriť nového užívateľa",
|
||||
"you-are-not-allowed-to-delete-this-user": "Nie Ste oprávnený odstrániť tohto užívateľa"
|
||||
"you-are-not-allowed-to-delete-this-user": "Nie Ste oprávnený odstrániť tohto užívateľa",
|
||||
"enable-advanced-content": "Enable Advanced Content",
|
||||
"enable-advanced-content-description": "Enables advanced features like Recipe Scaling, API keys, Webhooks, and Data Management. Don't worry, you can always change this later"
|
||||
},
|
||||
"language-dialog": {
|
||||
"translated": "translated",
|
||||
"choose-language": "Choose Language",
|
||||
"select-description": "Choose the language for the Mealie UI. The setting only applies to you, not other users.",
|
||||
"how-to-contribute-description": "Is something not translated yet, mistranslated, or your language missing from the list? {read-the-docs-link} on how to contribute!",
|
||||
"read-the-docs": "Read the docs"
|
||||
},
|
||||
"data-pages": {
|
||||
"seed-data": "Seed Data",
|
||||
"foods": {
|
||||
"merge-dialog-text": "Combining the selected foods will merge the source food and target food into a single food. The source food will be deleted and all of the references to the source food will be updated to point to the target food.",
|
||||
"merge-food-example": "Merging {food1} into {food2}",
|
||||
"seed-dialog-text": "Seed the database with foods based on your local language. This will create 200+ common foods that can be used to organize your database. Foods are translated via a community effort.",
|
||||
"seed-dialog-warning": "You have already have some items in your database. This action will not reconcile duplicates, you will have to manage them manually."
|
||||
},
|
||||
"units": {
|
||||
"seed-dialog-text": "Seed the database with common units based on your local language."
|
||||
},
|
||||
"labels": {
|
||||
"seed-dialog-text": "Seed the database with common labels based on your local language."
|
||||
}
|
||||
},
|
||||
"user-registration": {
|
||||
"user-registration": "User Registration",
|
||||
"join-a-group": "Join a Group",
|
||||
"create-a-new-group": "Create a New Group",
|
||||
"provide-registration-token-description": "Please provide the registration token associated with the group that you'd like to join. You'll need to obtain this from an existing group member.",
|
||||
"group-details": "Group Details",
|
||||
"group-details-description": "Before you create an account you'll need to create a group. Your group will only contain you, but you'll be able to invite others later. Members in your group can share meal plans, shopping lists, recipes, and more!",
|
||||
"use-seed-data": "Use Seed Data",
|
||||
"use-seed-data-description": "Mealie ships with a collection of Foods, Units, and Labels that can be used to populate your group with helpful data for organizing your recipes.",
|
||||
"account-details": "Account Details"
|
||||
},
|
||||
"validation": {
|
||||
"group-name-is-taken": "Group name is taken",
|
||||
"username-is-taken": "Username is taken",
|
||||
"email-is-taken": "Email is taken"
|
||||
}
|
||||
}
|
||||
|
@ -33,6 +33,7 @@
|
||||
"show-assets": "Show Assets"
|
||||
},
|
||||
"category": {
|
||||
"categories": "Categories",
|
||||
"category-created": "Category created",
|
||||
"category-creation-failed": "Category creation failed",
|
||||
"category-deleted": "Category Deleted",
|
||||
@ -129,7 +130,11 @@
|
||||
"url": "URL",
|
||||
"view": "View",
|
||||
"wednesday": "Wednesday",
|
||||
"yes": "Yes"
|
||||
"yes": "Yes",
|
||||
"foods": "Foods",
|
||||
"units": "Units",
|
||||
"back": "Back",
|
||||
"next": "Next"
|
||||
},
|
||||
"group": {
|
||||
"are-you-sure-you-want-to-delete-the-group": "Are you sure you want to delete <b>{groupName}<b/>?",
|
||||
@ -149,7 +154,11 @@
|
||||
"manage-groups": "Manage Groups",
|
||||
"user-group": "User Group",
|
||||
"user-group-created": "User Group Created",
|
||||
"user-group-creation-failed": "User Group Creation Failed"
|
||||
"user-group-creation-failed": "User Group Creation Failed",
|
||||
"settings": {
|
||||
"keep-my-recipes-private": "Keep My Recipes Private",
|
||||
"keep-my-recipes-private-description": "Sets your group and all recipes defaults to private. You can always change this later."
|
||||
}
|
||||
},
|
||||
"meal-plan": {
|
||||
"create-a-new-meal-plan": "Create a New Meal Plan",
|
||||
@ -206,7 +215,10 @@
|
||||
"upload-a-recipe": "Upload a Recipe",
|
||||
"upload-individual-zip-file": "Upload an individual .zip file exported from another Mealie instance.",
|
||||
"url-form-hint": "Copy and paste a link from your favorite recipe website",
|
||||
"view-scraped-data": "View Scraped Data"
|
||||
"view-scraped-data": "View Scraped Data",
|
||||
"trim-whitespace-description": "Trim leading and trailing whitespace as well as blank lines",
|
||||
"trim-prefix-description": "Trim first character from each line",
|
||||
"split-by-numbered-line-description": "Attempts to split a paragraph by matching '1)' or '1.' patterns"
|
||||
},
|
||||
"page": {
|
||||
"404-page-not-found": "404 Page not found",
|
||||
@ -278,9 +290,7 @@
|
||||
"sugar-content": "Sugar",
|
||||
"title": "Title",
|
||||
"total-time": "Total Time",
|
||||
"unable-to-delete-recipe": "Unable to Delete Recipe"
|
||||
},
|
||||
"reicpe": {
|
||||
"unable-to-delete-recipe": "Unable to Delete Recipe",
|
||||
"no-recipe": "No Recipe"
|
||||
},
|
||||
"search": {
|
||||
@ -387,7 +397,8 @@
|
||||
"test-webhooks": "Test Webhooks",
|
||||
"the-urls-listed-below-will-recieve-webhooks-containing-the-recipe-data-for-the-meal-plan-on-its-scheduled-day-currently-webhooks-will-execute-at": "The URLs listed below will receive webhooks containing the recipe data for the meal plan on it's scheduled day. Currently Webhooks will execute at",
|
||||
"webhook-url": "Webhook URL",
|
||||
"webhooks-caps": "WEBHOOKS"
|
||||
"webhooks-caps": "WEBHOOKS",
|
||||
"webhooks": "Webhooks"
|
||||
}
|
||||
},
|
||||
"shopping-list": {
|
||||
@ -402,7 +413,9 @@
|
||||
},
|
||||
"sidebar": {
|
||||
"all-recipes": "All Recipes",
|
||||
"backups": "Backups",
|
||||
"categories": "Categories",
|
||||
"cookbooks": "Cookbooks",
|
||||
"dashboard": "Dashboard",
|
||||
"home-page": "Home Page",
|
||||
"manage-users": "Manage Users",
|
||||
@ -411,7 +424,8 @@
|
||||
"search": "Search",
|
||||
"site-settings": "Site Settings",
|
||||
"tags": "Tags",
|
||||
"toolbox": "Toolbox"
|
||||
"toolbox": "Toolbox",
|
||||
"language": "Language"
|
||||
},
|
||||
"signup": {
|
||||
"error-signing-up": "Error Signing Up",
|
||||
@ -433,6 +447,9 @@
|
||||
"tags": "Tags",
|
||||
"untagged-count": "Untagged {count}"
|
||||
},
|
||||
"tool": {
|
||||
"tools": "Tools"
|
||||
},
|
||||
"user": {
|
||||
"admin": "Admin",
|
||||
"are-you-sure-you-want-to-delete-the-link": "Are you sure you want to delete the link <b>{link}<b/>?",
|
||||
@ -450,6 +467,7 @@
|
||||
"error-cannot-delete-super-user": "Error! Cannot Delete Super User",
|
||||
"existing-password-does-not-match": "Existing password does not match",
|
||||
"full-name": "Full Name",
|
||||
"invite-only": "Invite Only",
|
||||
"link-id": "Link ID",
|
||||
"link-name": "Link Name",
|
||||
"login": "Login",
|
||||
@ -457,33 +475,75 @@
|
||||
"manage-users": "Manage Users",
|
||||
"new-password": "New Password",
|
||||
"new-user": "New User",
|
||||
"password": "Password",
|
||||
"password-has-been-reset-to-the-default-password": "Password has been reset to the default password",
|
||||
"password-must-match": "Password must match",
|
||||
"password-reset-failed": "Password reset failed",
|
||||
"password-updated": "Password updated",
|
||||
"password": "Password",
|
||||
"password-strength": "Password is {strength}",
|
||||
"register": "Register",
|
||||
"reset-password": "Reset Password",
|
||||
"sign-in": "Sign in",
|
||||
"total-mealplans": "Total MealPlans",
|
||||
"total-users": "Total Users",
|
||||
"upload-photo": "Upload Photo",
|
||||
"use-8-characters-or-more-for-your-password": "Use 8 characters or more for your password",
|
||||
"user": "User",
|
||||
"user-created": "User created",
|
||||
"user-creation-failed": "User creation failed",
|
||||
"user-deleted": "User deleted",
|
||||
"user-id": "User ID",
|
||||
"user-id-with-value": "User ID: {id}",
|
||||
"user-id": "User ID",
|
||||
"user-password": "User Password",
|
||||
"user-successfully-logged-in": "User Successfully Logged In",
|
||||
"user-update-failed": "User update failed",
|
||||
"user-updated": "User updated",
|
||||
"user": "User",
|
||||
"username": "Username",
|
||||
"users": "Users",
|
||||
"users-header": "USERS",
|
||||
"users": "Users",
|
||||
"webhook-time": "Webhook Time",
|
||||
"webhooks-enabled": "Webhooks Enabled",
|
||||
"you-are-not-allowed-to-create-a-user": "You are not allowed to create a user",
|
||||
"you-are-not-allowed-to-delete-this-user": "You are not allowed to delete this user"
|
||||
"you-are-not-allowed-to-delete-this-user": "You are not allowed to delete this user",
|
||||
"enable-advanced-content": "Enable Advanced Content",
|
||||
"enable-advanced-content-description": "Enables advanced features like Recipe Scaling, API keys, Webhooks, and Data Management. Don't worry, you can always change this later"
|
||||
},
|
||||
"language-dialog": {
|
||||
"translated": "translated",
|
||||
"choose-language": "Choose Language",
|
||||
"select-description": "Choose the language for the Mealie UI. The setting only applies to you, not other users.",
|
||||
"how-to-contribute-description": "Is something not translated yet, mistranslated, or your language missing from the list? {read-the-docs-link} on how to contribute!",
|
||||
"read-the-docs": "Read the docs"
|
||||
},
|
||||
"data-pages": {
|
||||
"seed-data": "Seed Data",
|
||||
"foods": {
|
||||
"merge-dialog-text": "Combining the selected foods will merge the source food and target food into a single food. The source food will be deleted and all of the references to the source food will be updated to point to the target food.",
|
||||
"merge-food-example": "Merging {food1} into {food2}",
|
||||
"seed-dialog-text": "Seed the database with foods based on your local language. This will create 200+ common foods that can be used to organize your database. Foods are translated via a community effort.",
|
||||
"seed-dialog-warning": "You have already have some items in your database. This action will not reconcile duplicates, you will have to manage them manually."
|
||||
},
|
||||
"units": {
|
||||
"seed-dialog-text": "Seed the database with common units based on your local language."
|
||||
},
|
||||
"labels": {
|
||||
"seed-dialog-text": "Seed the database with common labels based on your local language."
|
||||
}
|
||||
},
|
||||
"user-registration": {
|
||||
"user-registration": "User Registration",
|
||||
"join-a-group": "Join a Group",
|
||||
"create-a-new-group": "Create a New Group",
|
||||
"provide-registration-token-description": "Please provide the registration token associated with the group that you'd like to join. You'll need to obtain this from an existing group member.",
|
||||
"group-details": "Group Details",
|
||||
"group-details-description": "Before you create an account you'll need to create a group. Your group will only contain you, but you'll be able to invite others later. Members in your group can share meal plans, shopping lists, recipes, and more!",
|
||||
"use-seed-data": "Use Seed Data",
|
||||
"use-seed-data-description": "Mealie ships with a collection of Foods, Units, and Labels that can be used to populate your group with helpful data for organizing your recipes.",
|
||||
"account-details": "Account Details"
|
||||
},
|
||||
"validation": {
|
||||
"group-name-is-taken": "Group name is taken",
|
||||
"username-is-taken": "Username is taken",
|
||||
"email-is-taken": "Email is taken"
|
||||
}
|
||||
}
|
||||
|
@ -33,6 +33,7 @@
|
||||
"show-assets": "Visa tillgångar"
|
||||
},
|
||||
"category": {
|
||||
"categories": "Categories",
|
||||
"category-created": "Kategori skapad",
|
||||
"category-creation-failed": "Kategori gick inte att skapa",
|
||||
"category-deleted": "Kategori raderad",
|
||||
@ -129,7 +130,11 @@
|
||||
"url": "URL",
|
||||
"view": "Visa",
|
||||
"wednesday": "Onsdag",
|
||||
"yes": "Ja"
|
||||
"yes": "Ja",
|
||||
"foods": "Foods",
|
||||
"units": "Units",
|
||||
"back": "Back",
|
||||
"next": "Next"
|
||||
},
|
||||
"group": {
|
||||
"are-you-sure-you-want-to-delete-the-group": "Är du säker på att du vill radera <b>{groupName}<b/>?",
|
||||
@ -149,7 +154,11 @@
|
||||
"manage-groups": "Hantera grupper",
|
||||
"user-group": "Användargrupp",
|
||||
"user-group-created": "Användargrupp skapad",
|
||||
"user-group-creation-failed": "Gruppen gick inte att skapa"
|
||||
"user-group-creation-failed": "Gruppen gick inte att skapa",
|
||||
"settings": {
|
||||
"keep-my-recipes-private": "Keep My Recipes Private",
|
||||
"keep-my-recipes-private-description": "Sets your group and all recipes defaults to private. You can always change this later."
|
||||
}
|
||||
},
|
||||
"meal-plan": {
|
||||
"create-a-new-meal-plan": "Skapa en ny måltidsplan",
|
||||
@ -206,7 +215,10 @@
|
||||
"upload-a-recipe": "Ladda upp ett recept",
|
||||
"upload-individual-zip-file": "Ladda upp en individuell .zip-fil som exporteras från en annan Mealie-instans.",
|
||||
"url-form-hint": "Kopiera och klistra in en länk från din favorit recept webbplats",
|
||||
"view-scraped-data": "Visa skrotade data"
|
||||
"view-scraped-data": "Visa skrotade data",
|
||||
"trim-whitespace-description": "Trim leading and trailing whitespace as well as blank lines",
|
||||
"trim-prefix-description": "Trim first character from each line",
|
||||
"split-by-numbered-line-description": "Attempts to split a paragraph by matching '1)' or '1.' patterns"
|
||||
},
|
||||
"page": {
|
||||
"404-page-not-found": "404 sidan hittades inte",
|
||||
@ -278,10 +290,8 @@
|
||||
"sugar-content": "Socker",
|
||||
"title": "Titel",
|
||||
"total-time": "Total tid",
|
||||
"unable-to-delete-recipe": "Gick inte att radera receptet"
|
||||
},
|
||||
"reicpe": {
|
||||
"no-recipe": "Inget recept"
|
||||
"unable-to-delete-recipe": "Gick inte att radera receptet",
|
||||
"no-recipe": "No Recipe"
|
||||
},
|
||||
"search": {
|
||||
"advanced-search": "Avancerad sökning",
|
||||
@ -387,7 +397,8 @@
|
||||
"test-webhooks": "Testa Webhooks",
|
||||
"the-urls-listed-below-will-recieve-webhooks-containing-the-recipe-data-for-the-meal-plan-on-its-scheduled-day-currently-webhooks-will-execute-at": "Följande webbadresser kommer att mottaga webhooks med receptdata för dagens planerade måltid. För närvarande körs webhooks klockan",
|
||||
"webhook-url": "Webhook URL",
|
||||
"webhooks-caps": "WEBHOOKS"
|
||||
"webhooks-caps": "WEBHOOKS",
|
||||
"webhooks": "Webhooks"
|
||||
}
|
||||
},
|
||||
"shopping-list": {
|
||||
@ -402,7 +413,9 @@
|
||||
},
|
||||
"sidebar": {
|
||||
"all-recipes": "Alla recept",
|
||||
"backups": "Backups",
|
||||
"categories": "Kategorier",
|
||||
"cookbooks": "Cookbooks",
|
||||
"dashboard": "Startsida",
|
||||
"home-page": "Startsida",
|
||||
"manage-users": "Användare",
|
||||
@ -411,7 +424,8 @@
|
||||
"search": "Sök",
|
||||
"site-settings": "Inställningar",
|
||||
"tags": "Taggar",
|
||||
"toolbox": "Verktygslåda"
|
||||
"toolbox": "Verktygslåda",
|
||||
"language": "Language"
|
||||
},
|
||||
"signup": {
|
||||
"error-signing-up": "Fel vid registreringen",
|
||||
@ -433,6 +447,9 @@
|
||||
"tags": "Taggar",
|
||||
"untagged-count": "Otaggad {count}"
|
||||
},
|
||||
"tool": {
|
||||
"tools": "Tools"
|
||||
},
|
||||
"user": {
|
||||
"admin": "Administratör",
|
||||
"are-you-sure-you-want-to-delete-the-link": "Är du säker på att du vill ta bort länken <b> {link} <b />?",
|
||||
@ -450,6 +467,7 @@
|
||||
"error-cannot-delete-super-user": "Fel! Det går inte att ta bort superanvändare",
|
||||
"existing-password-does-not-match": "Befintligt lösenord matchar inte",
|
||||
"full-name": "Fullständigt namn",
|
||||
"invite-only": "Invite Only",
|
||||
"link-id": "Länk ID",
|
||||
"link-name": "Länk namn",
|
||||
"login": "Login",
|
||||
@ -457,33 +475,75 @@
|
||||
"manage-users": "Hantera användare",
|
||||
"new-password": "Nytt lösenord",
|
||||
"new-user": "Ny användare",
|
||||
"password": "Lösenord",
|
||||
"password-has-been-reset-to-the-default-password": "Lösenordet har återställts till standardlösenordet",
|
||||
"password-must-match": "Lösenordet måste matcha",
|
||||
"password-reset-failed": "Återställningen av lösenordet misslyckades",
|
||||
"password-updated": "Lösenord uppdaterat",
|
||||
"password": "Lösenord",
|
||||
"password-strength": "Password is {strength}",
|
||||
"register": "Register",
|
||||
"reset-password": "Ändra lösenord",
|
||||
"sign-in": "Logga in",
|
||||
"total-mealplans": "Antal måltidsplaner",
|
||||
"total-users": "Antal användare",
|
||||
"upload-photo": "Ladda upp bild",
|
||||
"use-8-characters-or-more-for-your-password": "Använd 8 tecken eller mer för ditt lösenord",
|
||||
"user": "Användare",
|
||||
"user-created": "Användare skapad",
|
||||
"user-creation-failed": "Det gick inte att skapa användare",
|
||||
"user-deleted": "Användare raderad",
|
||||
"user-id": "Användar ID",
|
||||
"user-id-with-value": "Användar ID: {id}",
|
||||
"user-id": "Användar ID",
|
||||
"user-password": "Användarlösenord",
|
||||
"user-successfully-logged-in": "Användaren inloggad",
|
||||
"user-update-failed": "Gick inte att uppdatera användare",
|
||||
"user-updated": "Användare uppdaterad",
|
||||
"user": "Användare",
|
||||
"username": "Användarnamn",
|
||||
"users": "Användare",
|
||||
"users-header": "ANVÄNDARE",
|
||||
"users": "Användare",
|
||||
"webhook-time": "Webbhook tid",
|
||||
"webhooks-enabled": "Webhooks aktiverat",
|
||||
"you-are-not-allowed-to-create-a-user": "Du har inte behörighet att skapa en användare",
|
||||
"you-are-not-allowed-to-delete-this-user": "Du har inte behörighet att radera denna användare"
|
||||
"you-are-not-allowed-to-delete-this-user": "Du har inte behörighet att radera denna användare",
|
||||
"enable-advanced-content": "Enable Advanced Content",
|
||||
"enable-advanced-content-description": "Enables advanced features like Recipe Scaling, API keys, Webhooks, and Data Management. Don't worry, you can always change this later"
|
||||
},
|
||||
"language-dialog": {
|
||||
"translated": "translated",
|
||||
"choose-language": "Choose Language",
|
||||
"select-description": "Choose the language for the Mealie UI. The setting only applies to you, not other users.",
|
||||
"how-to-contribute-description": "Is something not translated yet, mistranslated, or your language missing from the list? {read-the-docs-link} on how to contribute!",
|
||||
"read-the-docs": "Read the docs"
|
||||
},
|
||||
"data-pages": {
|
||||
"seed-data": "Seed Data",
|
||||
"foods": {
|
||||
"merge-dialog-text": "Combining the selected foods will merge the source food and target food into a single food. The source food will be deleted and all of the references to the source food will be updated to point to the target food.",
|
||||
"merge-food-example": "Merging {food1} into {food2}",
|
||||
"seed-dialog-text": "Seed the database with foods based on your local language. This will create 200+ common foods that can be used to organize your database. Foods are translated via a community effort.",
|
||||
"seed-dialog-warning": "You have already have some items in your database. This action will not reconcile duplicates, you will have to manage them manually."
|
||||
},
|
||||
"units": {
|
||||
"seed-dialog-text": "Seed the database with common units based on your local language."
|
||||
},
|
||||
"labels": {
|
||||
"seed-dialog-text": "Seed the database with common labels based on your local language."
|
||||
}
|
||||
},
|
||||
"user-registration": {
|
||||
"user-registration": "User Registration",
|
||||
"join-a-group": "Join a Group",
|
||||
"create-a-new-group": "Create a New Group",
|
||||
"provide-registration-token-description": "Please provide the registration token associated with the group that you'd like to join. You'll need to obtain this from an existing group member.",
|
||||
"group-details": "Group Details",
|
||||
"group-details-description": "Before you create an account you'll need to create a group. Your group will only contain you, but you'll be able to invite others later. Members in your group can share meal plans, shopping lists, recipes, and more!",
|
||||
"use-seed-data": "Use Seed Data",
|
||||
"use-seed-data-description": "Mealie ships with a collection of Foods, Units, and Labels that can be used to populate your group with helpful data for organizing your recipes.",
|
||||
"account-details": "Account Details"
|
||||
},
|
||||
"validation": {
|
||||
"group-name-is-taken": "Group name is taken",
|
||||
"username-is-taken": "Username is taken",
|
||||
"email-is-taken": "Email is taken"
|
||||
}
|
||||
}
|
||||
|
@ -33,6 +33,7 @@
|
||||
"show-assets": "Show Assets"
|
||||
},
|
||||
"category": {
|
||||
"categories": "Categories",
|
||||
"category-created": "Kategori oluşturuldu",
|
||||
"category-creation-failed": "Kategori oluşturma başarısız",
|
||||
"category-deleted": "Kategori silindi",
|
||||
@ -129,7 +130,11 @@
|
||||
"url": "URL",
|
||||
"view": "View",
|
||||
"wednesday": "Wednesday",
|
||||
"yes": "Yes"
|
||||
"yes": "Yes",
|
||||
"foods": "Foods",
|
||||
"units": "Units",
|
||||
"back": "Back",
|
||||
"next": "Next"
|
||||
},
|
||||
"group": {
|
||||
"are-you-sure-you-want-to-delete-the-group": "Are you sure you want to delete <b>{groupName}<b/>?",
|
||||
@ -149,7 +154,11 @@
|
||||
"manage-groups": "Manage Groups",
|
||||
"user-group": "User Group",
|
||||
"user-group-created": "User Group Created",
|
||||
"user-group-creation-failed": "User Group Creation Failed"
|
||||
"user-group-creation-failed": "User Group Creation Failed",
|
||||
"settings": {
|
||||
"keep-my-recipes-private": "Keep My Recipes Private",
|
||||
"keep-my-recipes-private-description": "Sets your group and all recipes defaults to private. You can always change this later."
|
||||
}
|
||||
},
|
||||
"meal-plan": {
|
||||
"create-a-new-meal-plan": "Create a New Meal Plan",
|
||||
@ -206,7 +215,10 @@
|
||||
"upload-a-recipe": "Upload a Recipe",
|
||||
"upload-individual-zip-file": "Upload an individual .zip file exported from another Mealie instance.",
|
||||
"url-form-hint": "Copy and paste a link from your favorite recipe website",
|
||||
"view-scraped-data": "View Scraped Data"
|
||||
"view-scraped-data": "View Scraped Data",
|
||||
"trim-whitespace-description": "Trim leading and trailing whitespace as well as blank lines",
|
||||
"trim-prefix-description": "Trim first character from each line",
|
||||
"split-by-numbered-line-description": "Attempts to split a paragraph by matching '1)' or '1.' patterns"
|
||||
},
|
||||
"page": {
|
||||
"404-page-not-found": "404 Page not found",
|
||||
@ -278,9 +290,7 @@
|
||||
"sugar-content": "Sugar",
|
||||
"title": "Title",
|
||||
"total-time": "Total Time",
|
||||
"unable-to-delete-recipe": "Unable to Delete Recipe"
|
||||
},
|
||||
"reicpe": {
|
||||
"unable-to-delete-recipe": "Unable to Delete Recipe",
|
||||
"no-recipe": "No Recipe"
|
||||
},
|
||||
"search": {
|
||||
@ -387,7 +397,8 @@
|
||||
"test-webhooks": "Test Webhooks",
|
||||
"the-urls-listed-below-will-recieve-webhooks-containing-the-recipe-data-for-the-meal-plan-on-its-scheduled-day-currently-webhooks-will-execute-at": "The URLs listed below will receive webhooks containing the recipe data for the meal plan on it's scheduled day. Currently Webhooks will execute at",
|
||||
"webhook-url": "Webhook URL",
|
||||
"webhooks-caps": "WEBHOOKS"
|
||||
"webhooks-caps": "WEBHOOKS",
|
||||
"webhooks": "Webhooks"
|
||||
}
|
||||
},
|
||||
"shopping-list": {
|
||||
@ -402,7 +413,9 @@
|
||||
},
|
||||
"sidebar": {
|
||||
"all-recipes": "All Recipes",
|
||||
"backups": "Backups",
|
||||
"categories": "Categories",
|
||||
"cookbooks": "Cookbooks",
|
||||
"dashboard": "Dashboard",
|
||||
"home-page": "Home Page",
|
||||
"manage-users": "Manage Users",
|
||||
@ -411,7 +424,8 @@
|
||||
"search": "Search",
|
||||
"site-settings": "Site Settings",
|
||||
"tags": "Tags",
|
||||
"toolbox": "Toolbox"
|
||||
"toolbox": "Toolbox",
|
||||
"language": "Language"
|
||||
},
|
||||
"signup": {
|
||||
"error-signing-up": "Error Signing Up",
|
||||
@ -433,6 +447,9 @@
|
||||
"tags": "Tags",
|
||||
"untagged-count": "Untagged {count}"
|
||||
},
|
||||
"tool": {
|
||||
"tools": "Tools"
|
||||
},
|
||||
"user": {
|
||||
"admin": "Admin",
|
||||
"are-you-sure-you-want-to-delete-the-link": "Are you sure you want to delete the link <b>{link}<b/>?",
|
||||
@ -450,6 +467,7 @@
|
||||
"error-cannot-delete-super-user": "Error! Cannot Delete Super User",
|
||||
"existing-password-does-not-match": "Existing password does not match",
|
||||
"full-name": "Full Name",
|
||||
"invite-only": "Invite Only",
|
||||
"link-id": "Link ID",
|
||||
"link-name": "Link Name",
|
||||
"login": "Login",
|
||||
@ -457,33 +475,75 @@
|
||||
"manage-users": "Manage Users",
|
||||
"new-password": "New Password",
|
||||
"new-user": "New User",
|
||||
"password": "Password",
|
||||
"password-has-been-reset-to-the-default-password": "Password has been reset to the default password",
|
||||
"password-must-match": "Password must match",
|
||||
"password-reset-failed": "Password reset failed",
|
||||
"password-updated": "Password updated",
|
||||
"password": "Password",
|
||||
"password-strength": "Password is {strength}",
|
||||
"register": "Register",
|
||||
"reset-password": "Reset Password",
|
||||
"sign-in": "Sign in",
|
||||
"total-mealplans": "Total MealPlans",
|
||||
"total-users": "Total Users",
|
||||
"upload-photo": "Upload Photo",
|
||||
"use-8-characters-or-more-for-your-password": "Use 8 characters or more for your password",
|
||||
"user": "User",
|
||||
"user-created": "User created",
|
||||
"user-creation-failed": "User creation failed",
|
||||
"user-deleted": "User deleted",
|
||||
"user-id": "User ID",
|
||||
"user-id-with-value": "User ID: {id}",
|
||||
"user-id": "User ID",
|
||||
"user-password": "User Password",
|
||||
"user-successfully-logged-in": "User Successfully Logged In",
|
||||
"user-update-failed": "User update failed",
|
||||
"user-updated": "User updated",
|
||||
"user": "User",
|
||||
"username": "Username",
|
||||
"users": "Users",
|
||||
"users-header": "USERS",
|
||||
"users": "Users",
|
||||
"webhook-time": "Webhook Time",
|
||||
"webhooks-enabled": "Webhooks Enabled",
|
||||
"you-are-not-allowed-to-create-a-user": "You are not allowed to create a user",
|
||||
"you-are-not-allowed-to-delete-this-user": "You are not allowed to delete this user"
|
||||
"you-are-not-allowed-to-delete-this-user": "You are not allowed to delete this user",
|
||||
"enable-advanced-content": "Enable Advanced Content",
|
||||
"enable-advanced-content-description": "Enables advanced features like Recipe Scaling, API keys, Webhooks, and Data Management. Don't worry, you can always change this later"
|
||||
},
|
||||
"language-dialog": {
|
||||
"translated": "translated",
|
||||
"choose-language": "Choose Language",
|
||||
"select-description": "Choose the language for the Mealie UI. The setting only applies to you, not other users.",
|
||||
"how-to-contribute-description": "Is something not translated yet, mistranslated, or your language missing from the list? {read-the-docs-link} on how to contribute!",
|
||||
"read-the-docs": "Read the docs"
|
||||
},
|
||||
"data-pages": {
|
||||
"seed-data": "Seed Data",
|
||||
"foods": {
|
||||
"merge-dialog-text": "Combining the selected foods will merge the source food and target food into a single food. The source food will be deleted and all of the references to the source food will be updated to point to the target food.",
|
||||
"merge-food-example": "Merging {food1} into {food2}",
|
||||
"seed-dialog-text": "Seed the database with foods based on your local language. This will create 200+ common foods that can be used to organize your database. Foods are translated via a community effort.",
|
||||
"seed-dialog-warning": "You have already have some items in your database. This action will not reconcile duplicates, you will have to manage them manually."
|
||||
},
|
||||
"units": {
|
||||
"seed-dialog-text": "Seed the database with common units based on your local language."
|
||||
},
|
||||
"labels": {
|
||||
"seed-dialog-text": "Seed the database with common labels based on your local language."
|
||||
}
|
||||
},
|
||||
"user-registration": {
|
||||
"user-registration": "User Registration",
|
||||
"join-a-group": "Join a Group",
|
||||
"create-a-new-group": "Create a New Group",
|
||||
"provide-registration-token-description": "Please provide the registration token associated with the group that you'd like to join. You'll need to obtain this from an existing group member.",
|
||||
"group-details": "Group Details",
|
||||
"group-details-description": "Before you create an account you'll need to create a group. Your group will only contain you, but you'll be able to invite others later. Members in your group can share meal plans, shopping lists, recipes, and more!",
|
||||
"use-seed-data": "Use Seed Data",
|
||||
"use-seed-data-description": "Mealie ships with a collection of Foods, Units, and Labels that can be used to populate your group with helpful data for organizing your recipes.",
|
||||
"account-details": "Account Details"
|
||||
},
|
||||
"validation": {
|
||||
"group-name-is-taken": "Group name is taken",
|
||||
"username-is-taken": "Username is taken",
|
||||
"email-is-taken": "Email is taken"
|
||||
}
|
||||
}
|
||||
|
@ -33,6 +33,7 @@
|
||||
"show-assets": "Показати медіа-ресурси"
|
||||
},
|
||||
"category": {
|
||||
"categories": "Категорії",
|
||||
"category-created": "Категорія створена",
|
||||
"category-creation-failed": "Не вдалося створити категорію",
|
||||
"category-deleted": "Категорію видалено",
|
||||
@ -129,7 +130,11 @@
|
||||
"url": "URL-адреса",
|
||||
"view": "Перегляд",
|
||||
"wednesday": "Середа",
|
||||
"yes": "Так"
|
||||
"yes": "Так",
|
||||
"foods": "Страви",
|
||||
"units": "Одиниці виміру",
|
||||
"back": "Назад",
|
||||
"next": "Далі"
|
||||
},
|
||||
"group": {
|
||||
"are-you-sure-you-want-to-delete-the-group": "Ви дійсно бажаєте видалити <b>{groupName}<b/>?",
|
||||
@ -149,7 +154,11 @@
|
||||
"manage-groups": "Керування групами",
|
||||
"user-group": "Група користувача",
|
||||
"user-group-created": "Групу користувача створено",
|
||||
"user-group-creation-failed": "Не вдалося створити групу користувача"
|
||||
"user-group-creation-failed": "Не вдалося створити групу користувача",
|
||||
"settings": {
|
||||
"keep-my-recipes-private": "Тримайте мої рецепти приватними",
|
||||
"keep-my-recipes-private-description": "Встановлює \"приватне\" налаштуванням по замовчування для групи та всіх рецептів. Це завжди можна змінити потім."
|
||||
}
|
||||
},
|
||||
"meal-plan": {
|
||||
"create-a-new-meal-plan": "Створити новий план харчування",
|
||||
@ -206,7 +215,10 @@
|
||||
"upload-a-recipe": "Відвантажити рецепт",
|
||||
"upload-individual-zip-file": "Відвантажити окремий .zip файл, експортований з іншого Mealie.",
|
||||
"url-form-hint": "Скопіюйте та вставте посилання з вашого улюбленого кулінарного веб-сайту",
|
||||
"view-scraped-data": "Переглянути зібрані дані"
|
||||
"view-scraped-data": "Переглянути зібрані дані",
|
||||
"trim-whitespace-description": "Обрізати початкові та кінцеву пробілів і порожні лінії",
|
||||
"trim-prefix-description": "Обрізати перший символ з кожного рядка",
|
||||
"split-by-numbered-line-description": "Пробує розділити абзац по '1)' або '1.' шаблону"
|
||||
},
|
||||
"page": {
|
||||
"404-page-not-found": "404 - Сторінка не знайдена",
|
||||
@ -278,9 +290,7 @@
|
||||
"sugar-content": "Цукор",
|
||||
"title": "Назва",
|
||||
"total-time": "Загальний час",
|
||||
"unable-to-delete-recipe": "Не вдалося видалити рецепт"
|
||||
},
|
||||
"reicpe": {
|
||||
"unable-to-delete-recipe": "Не вдалося видалити рецепт",
|
||||
"no-recipe": "Немає рецепту"
|
||||
},
|
||||
"search": {
|
||||
@ -387,7 +397,8 @@
|
||||
"test-webhooks": "Тестування вебхуків",
|
||||
"the-urls-listed-below-will-recieve-webhooks-containing-the-recipe-data-for-the-meal-plan-on-its-scheduled-day-currently-webhooks-will-execute-at": "URL-адреси, перераховані нижче, будуть отримувати вебхуки, що містять дані рецепта для плану харчування на запланований день. В даний час Вебхуки будуть виконуватися о",
|
||||
"webhook-url": "URL-адреса вебхука",
|
||||
"webhooks-caps": "ВЕБХУКИ"
|
||||
"webhooks-caps": "ВЕБХУКИ",
|
||||
"webhooks": "Вебхуки"
|
||||
}
|
||||
},
|
||||
"shopping-list": {
|
||||
@ -402,7 +413,9 @@
|
||||
},
|
||||
"sidebar": {
|
||||
"all-recipes": "Всі рецепти",
|
||||
"backups": "Резервні копії",
|
||||
"categories": "Категорії",
|
||||
"cookbooks": "Кулінарні книги",
|
||||
"dashboard": "Панель",
|
||||
"home-page": "Головна",
|
||||
"manage-users": "Користувачі",
|
||||
@ -411,7 +424,8 @@
|
||||
"search": "Пошук",
|
||||
"site-settings": "Налаштування",
|
||||
"tags": "Мітки",
|
||||
"toolbox": "Інструменти"
|
||||
"toolbox": "Інструменти",
|
||||
"language": "Мова"
|
||||
},
|
||||
"signup": {
|
||||
"error-signing-up": "Помилка реєстрації",
|
||||
@ -433,6 +447,9 @@
|
||||
"tags": "Мітки",
|
||||
"untagged-count": "Без мітки {count}"
|
||||
},
|
||||
"tool": {
|
||||
"tools": "Інструменти"
|
||||
},
|
||||
"user": {
|
||||
"admin": "Адміністратор",
|
||||
"are-you-sure-you-want-to-delete-the-link": "Ви впевнені, що хочете видалити посилання <b>{link}<b/>?",
|
||||
@ -450,6 +467,7 @@
|
||||
"error-cannot-delete-super-user": "Помилка! Неможливо видалити суперкористувача",
|
||||
"existing-password-does-not-match": "Існуючий пароль не збігається",
|
||||
"full-name": "Повне Ім'я",
|
||||
"invite-only": "Лише за запрошенням",
|
||||
"link-id": "ID посилання",
|
||||
"link-name": "Назва посилання",
|
||||
"login": "Увійти",
|
||||
@ -457,33 +475,75 @@
|
||||
"manage-users": "Керування користувачами",
|
||||
"new-password": "Новий пароль",
|
||||
"new-user": "Новий користувач",
|
||||
"password": "Пароль",
|
||||
"password-has-been-reset-to-the-default-password": "Пароль було скинуто до стандартного",
|
||||
"password-must-match": "Паролі повинні збігатися",
|
||||
"password-reset-failed": "Не вдалося скинути пароль",
|
||||
"password-updated": "Пароль оновлено",
|
||||
"password": "Пароль",
|
||||
"password-strength": "Надійність пароля {strength}",
|
||||
"register": "Зареєструватися",
|
||||
"reset-password": "Скинути пароль",
|
||||
"sign-in": "Увійти",
|
||||
"total-mealplans": "Всього планів харчування",
|
||||
"total-users": "Всього користувачів",
|
||||
"upload-photo": "Відвантажити світлину",
|
||||
"use-8-characters-or-more-for-your-password": "Пароль повинен містити 8 або більше символів",
|
||||
"user": "Користувач",
|
||||
"user-created": "Користувача створено",
|
||||
"user-creation-failed": "Не вдалося створити користувача",
|
||||
"user-deleted": "Користувача видалено",
|
||||
"user-id": "ID Користувача",
|
||||
"user-id-with-value": "ID користувача: {id}",
|
||||
"user-id": "ID Користувача",
|
||||
"user-password": "Пароль користувача",
|
||||
"user-successfully-logged-in": "Користувач успішно увійшов",
|
||||
"user-update-failed": "Не вдалося оновити користувача",
|
||||
"user-updated": "Користувача оновлено",
|
||||
"user": "Користувач",
|
||||
"username": "Ім'я користувача",
|
||||
"users": "Користувачі",
|
||||
"users-header": "КОРИСТУВАЧІ",
|
||||
"users": "Користувачі",
|
||||
"webhook-time": "Час вебхука",
|
||||
"webhooks-enabled": "Веб-хуки увімкнено",
|
||||
"you-are-not-allowed-to-create-a-user": "Вам не дозволено створювати користувача",
|
||||
"you-are-not-allowed-to-delete-this-user": "Вам не дозволено видаляти користувача"
|
||||
"you-are-not-allowed-to-delete-this-user": "Вам не дозволено видаляти користувача",
|
||||
"enable-advanced-content": "Увімкнути розширений контент",
|
||||
"enable-advanced-content-description": "Вмикає розширені функції, такі як масштабування рецептів, ключі API, вебхуки та керування даними. Не хвилюйтесь, завжди можна змінити це пізніше"
|
||||
},
|
||||
"language-dialog": {
|
||||
"translated": "перекладено",
|
||||
"choose-language": "Змінити мову",
|
||||
"select-description": "Виберіть мову для інтерфейсу Mealie. Це налаштування змінить мову тільки для вас, а не для інших користувачів.",
|
||||
"how-to-contribute-description": "Щось не перекладене, перекладено помилкова або ж ваша мова відсутня зі списку? {read-the-docs-link} про те, як зробити свій внесок!",
|
||||
"read-the-docs": "Документація"
|
||||
},
|
||||
"data-pages": {
|
||||
"seed-data": "Seed Data",
|
||||
"foods": {
|
||||
"merge-dialog-text": "Об'єднання вибраних страв об'єднає вихідну страву та цільову страву до однієї страви. Вихідна страва буде видалена і всі посилання на вихідну страву будуть посилатися на цільову страву.",
|
||||
"merge-food-example": "Об'єднання {food1} в {food2}",
|
||||
"seed-dialog-text": "Заповнити базу даних інгредієнтами що відповідають мові. Це додасть 200+ розповсюджених інгредієнтів що можуть бути використані для організації бази даних. Назви перекладені громадськими зусиллями.",
|
||||
"seed-dialog-warning": "У вас вже є деякі елементи в базі даних. Ця дія не зможе об'єднати повторення, вам доведеться зробити це вручну."
|
||||
},
|
||||
"units": {
|
||||
"seed-dialog-text": "Заповнити базу даних розповсюдженими одиницями виміру що відповідають мові."
|
||||
},
|
||||
"labels": {
|
||||
"seed-dialog-text": "Заповнити базу даних розповсюдженими категоріями що відповідають мові."
|
||||
}
|
||||
},
|
||||
"user-registration": {
|
||||
"user-registration": "Реєстрація користувачів",
|
||||
"join-a-group": "Долучитись до групи",
|
||||
"create-a-new-group": "Створити нову групу",
|
||||
"provide-registration-token-description": "Будь ласка, вкажіть реєстраційний ключ, пов'язаний з групою, до якої ви хочете приєднатися. Цей токен потрібно буде отримати від існуючого члена групи.",
|
||||
"group-details": "Деталі групи",
|
||||
"group-details-description": "Перед створенням облікового запису вам потрібно створити групу. Спочатку ваша група буде містити тільки вас, але ви зможете запрошувати інших пізніше. Учасники вашої групи можуть обмінюватися планами харчування, списками покупок, рецептами і багато чим іншим!",
|
||||
"use-seed-data": "Використати початкові дані",
|
||||
"use-seed-data-description": "Mealie має вбудований набір їжі, одиниць виміру, та категорій що можуть бути додані до вашої групи для допомоги в організації рецептів.",
|
||||
"account-details": "Деталі акаунта"
|
||||
},
|
||||
"validation": {
|
||||
"group-name-is-taken": "Ім'я групи зайнято",
|
||||
"username-is-taken": "Логін зайнятий",
|
||||
"email-is-taken": "Електронна пошта зайнята"
|
||||
}
|
||||
}
|
||||
|
@ -33,6 +33,7 @@
|
||||
"show-assets": "Show Assets"
|
||||
},
|
||||
"category": {
|
||||
"categories": "Categories",
|
||||
"category-created": "Category created",
|
||||
"category-creation-failed": "Category creation failed",
|
||||
"category-deleted": "Category Deleted",
|
||||
@ -129,7 +130,11 @@
|
||||
"url": "URL",
|
||||
"view": "View",
|
||||
"wednesday": "Wednesday",
|
||||
"yes": "Yes"
|
||||
"yes": "Yes",
|
||||
"foods": "Foods",
|
||||
"units": "Units",
|
||||
"back": "Back",
|
||||
"next": "Next"
|
||||
},
|
||||
"group": {
|
||||
"are-you-sure-you-want-to-delete-the-group": "Are you sure you want to delete <b>{groupName}<b/>?",
|
||||
@ -149,7 +154,11 @@
|
||||
"manage-groups": "Manage Groups",
|
||||
"user-group": "User Group",
|
||||
"user-group-created": "User Group Created",
|
||||
"user-group-creation-failed": "User Group Creation Failed"
|
||||
"user-group-creation-failed": "User Group Creation Failed",
|
||||
"settings": {
|
||||
"keep-my-recipes-private": "Keep My Recipes Private",
|
||||
"keep-my-recipes-private-description": "Sets your group and all recipes defaults to private. You can always change this later."
|
||||
}
|
||||
},
|
||||
"meal-plan": {
|
||||
"create-a-new-meal-plan": "Create a New Meal Plan",
|
||||
@ -206,7 +215,10 @@
|
||||
"upload-a-recipe": "Upload a Recipe",
|
||||
"upload-individual-zip-file": "Upload an individual .zip file exported from another Mealie instance.",
|
||||
"url-form-hint": "Copy and paste a link from your favorite recipe website",
|
||||
"view-scraped-data": "View Scraped Data"
|
||||
"view-scraped-data": "View Scraped Data",
|
||||
"trim-whitespace-description": "Trim leading and trailing whitespace as well as blank lines",
|
||||
"trim-prefix-description": "Trim first character from each line",
|
||||
"split-by-numbered-line-description": "Attempts to split a paragraph by matching '1)' or '1.' patterns"
|
||||
},
|
||||
"page": {
|
||||
"404-page-not-found": "404 Page not found",
|
||||
@ -278,9 +290,7 @@
|
||||
"sugar-content": "Sugar",
|
||||
"title": "Title",
|
||||
"total-time": "Total Time",
|
||||
"unable-to-delete-recipe": "Unable to Delete Recipe"
|
||||
},
|
||||
"reicpe": {
|
||||
"unable-to-delete-recipe": "Unable to Delete Recipe",
|
||||
"no-recipe": "No Recipe"
|
||||
},
|
||||
"search": {
|
||||
@ -387,7 +397,8 @@
|
||||
"test-webhooks": "Test Webhooks",
|
||||
"the-urls-listed-below-will-recieve-webhooks-containing-the-recipe-data-for-the-meal-plan-on-its-scheduled-day-currently-webhooks-will-execute-at": "The URLs listed below will receive webhooks containing the recipe data for the meal plan on it's scheduled day. Currently Webhooks will execute at",
|
||||
"webhook-url": "Webhook URL",
|
||||
"webhooks-caps": "WEBHOOKS"
|
||||
"webhooks-caps": "WEBHOOKS",
|
||||
"webhooks": "Webhooks"
|
||||
}
|
||||
},
|
||||
"shopping-list": {
|
||||
@ -402,7 +413,9 @@
|
||||
},
|
||||
"sidebar": {
|
||||
"all-recipes": "All Recipes",
|
||||
"backups": "Backups",
|
||||
"categories": "Categories",
|
||||
"cookbooks": "Cookbooks",
|
||||
"dashboard": "Dashboard",
|
||||
"home-page": "Home Page",
|
||||
"manage-users": "Manage Users",
|
||||
@ -411,7 +424,8 @@
|
||||
"search": "Search",
|
||||
"site-settings": "Site Settings",
|
||||
"tags": "Tags",
|
||||
"toolbox": "Toolbox"
|
||||
"toolbox": "Toolbox",
|
||||
"language": "Language"
|
||||
},
|
||||
"signup": {
|
||||
"error-signing-up": "Error Signing Up",
|
||||
@ -433,6 +447,9 @@
|
||||
"tags": "Tags",
|
||||
"untagged-count": "Untagged {count}"
|
||||
},
|
||||
"tool": {
|
||||
"tools": "Tools"
|
||||
},
|
||||
"user": {
|
||||
"admin": "Admin",
|
||||
"are-you-sure-you-want-to-delete-the-link": "Are you sure you want to delete the link <b>{link}<b/>?",
|
||||
@ -450,6 +467,7 @@
|
||||
"error-cannot-delete-super-user": "Error! Cannot Delete Super User",
|
||||
"existing-password-does-not-match": "Existing password does not match",
|
||||
"full-name": "Full Name",
|
||||
"invite-only": "Invite Only",
|
||||
"link-id": "Link ID",
|
||||
"link-name": "Link Name",
|
||||
"login": "Login",
|
||||
@ -457,33 +475,75 @@
|
||||
"manage-users": "Manage Users",
|
||||
"new-password": "New Password",
|
||||
"new-user": "New User",
|
||||
"password": "Password",
|
||||
"password-has-been-reset-to-the-default-password": "Password has been reset to the default password",
|
||||
"password-must-match": "Password must match",
|
||||
"password-reset-failed": "Password reset failed",
|
||||
"password-updated": "Password updated",
|
||||
"password": "Password",
|
||||
"password-strength": "Password is {strength}",
|
||||
"register": "Register",
|
||||
"reset-password": "Reset Password",
|
||||
"sign-in": "Sign in",
|
||||
"total-mealplans": "Total MealPlans",
|
||||
"total-users": "Total Users",
|
||||
"upload-photo": "Upload Photo",
|
||||
"use-8-characters-or-more-for-your-password": "Use 8 characters or more for your password",
|
||||
"user": "User",
|
||||
"user-created": "User created",
|
||||
"user-creation-failed": "User creation failed",
|
||||
"user-deleted": "User deleted",
|
||||
"user-id": "User ID",
|
||||
"user-id-with-value": "User ID: {id}",
|
||||
"user-id": "User ID",
|
||||
"user-password": "User Password",
|
||||
"user-successfully-logged-in": "User Successfully Logged In",
|
||||
"user-update-failed": "User update failed",
|
||||
"user-updated": "User updated",
|
||||
"user": "User",
|
||||
"username": "Username",
|
||||
"users": "Users",
|
||||
"users-header": "USERS",
|
||||
"users": "Users",
|
||||
"webhook-time": "Webhook Time",
|
||||
"webhooks-enabled": "Webhooks Enabled",
|
||||
"you-are-not-allowed-to-create-a-user": "You are not allowed to create a user",
|
||||
"you-are-not-allowed-to-delete-this-user": "You are not allowed to delete this user"
|
||||
"you-are-not-allowed-to-delete-this-user": "You are not allowed to delete this user",
|
||||
"enable-advanced-content": "Enable Advanced Content",
|
||||
"enable-advanced-content-description": "Enables advanced features like Recipe Scaling, API keys, Webhooks, and Data Management. Don't worry, you can always change this later"
|
||||
},
|
||||
"language-dialog": {
|
||||
"translated": "translated",
|
||||
"choose-language": "Choose Language",
|
||||
"select-description": "Choose the language for the Mealie UI. The setting only applies to you, not other users.",
|
||||
"how-to-contribute-description": "Is something not translated yet, mistranslated, or your language missing from the list? {read-the-docs-link} on how to contribute!",
|
||||
"read-the-docs": "Read the docs"
|
||||
},
|
||||
"data-pages": {
|
||||
"seed-data": "Seed Data",
|
||||
"foods": {
|
||||
"merge-dialog-text": "Combining the selected foods will merge the source food and target food into a single food. The source food will be deleted and all of the references to the source food will be updated to point to the target food.",
|
||||
"merge-food-example": "Merging {food1} into {food2}",
|
||||
"seed-dialog-text": "Seed the database with foods based on your local language. This will create 200+ common foods that can be used to organize your database. Foods are translated via a community effort.",
|
||||
"seed-dialog-warning": "You have already have some items in your database. This action will not reconcile duplicates, you will have to manage them manually."
|
||||
},
|
||||
"units": {
|
||||
"seed-dialog-text": "Seed the database with common units based on your local language."
|
||||
},
|
||||
"labels": {
|
||||
"seed-dialog-text": "Seed the database with common labels based on your local language."
|
||||
}
|
||||
},
|
||||
"user-registration": {
|
||||
"user-registration": "User Registration",
|
||||
"join-a-group": "Join a Group",
|
||||
"create-a-new-group": "Create a New Group",
|
||||
"provide-registration-token-description": "Please provide the registration token associated with the group that you'd like to join. You'll need to obtain this from an existing group member.",
|
||||
"group-details": "Group Details",
|
||||
"group-details-description": "Before you create an account you'll need to create a group. Your group will only contain you, but you'll be able to invite others later. Members in your group can share meal plans, shopping lists, recipes, and more!",
|
||||
"use-seed-data": "Use Seed Data",
|
||||
"use-seed-data-description": "Mealie ships with a collection of Foods, Units, and Labels that can be used to populate your group with helpful data for organizing your recipes.",
|
||||
"account-details": "Account Details"
|
||||
},
|
||||
"validation": {
|
||||
"group-name-is-taken": "Group name is taken",
|
||||
"username-is-taken": "Username is taken",
|
||||
"email-is-taken": "Email is taken"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -33,6 +33,7 @@
|
||||
"show-assets": "显示素材"
|
||||
},
|
||||
"category": {
|
||||
"categories": "Categories",
|
||||
"category-created": "类别已创建",
|
||||
"category-creation-failed": "创建类别失败",
|
||||
"category-deleted": "类别已删除",
|
||||
@ -129,7 +130,11 @@
|
||||
"url": "网址链接",
|
||||
"view": "查看",
|
||||
"wednesday": "周三",
|
||||
"yes": "是"
|
||||
"yes": "是",
|
||||
"foods": "Foods",
|
||||
"units": "Units",
|
||||
"back": "Back",
|
||||
"next": "Next"
|
||||
},
|
||||
"group": {
|
||||
"are-you-sure-you-want-to-delete-the-group": "您确定要删除<b>{groupName}<b/>吗?",
|
||||
@ -149,7 +154,11 @@
|
||||
"manage-groups": "管理群组",
|
||||
"user-group": "用户群组",
|
||||
"user-group-created": "已创建用户群组",
|
||||
"user-group-creation-failed": "创建用户群组失败"
|
||||
"user-group-creation-failed": "创建用户群组失败",
|
||||
"settings": {
|
||||
"keep-my-recipes-private": "Keep My Recipes Private",
|
||||
"keep-my-recipes-private-description": "Sets your group and all recipes defaults to private. You can always change this later."
|
||||
}
|
||||
},
|
||||
"meal-plan": {
|
||||
"create-a-new-meal-plan": "创建一个新的用餐计划",
|
||||
@ -206,7 +215,10 @@
|
||||
"upload-a-recipe": "上传食谱",
|
||||
"upload-individual-zip-file": "上传从Mealie导出的.zip文件。",
|
||||
"url-form-hint": "从您最喜爱的食谱网站复制并粘贴链接",
|
||||
"view-scraped-data": "查看爬取的数据"
|
||||
"view-scraped-data": "查看爬取的数据",
|
||||
"trim-whitespace-description": "Trim leading and trailing whitespace as well as blank lines",
|
||||
"trim-prefix-description": "Trim first character from each line",
|
||||
"split-by-numbered-line-description": "Attempts to split a paragraph by matching '1)' or '1.' patterns"
|
||||
},
|
||||
"page": {
|
||||
"404-page-not-found": "404-页面未找到",
|
||||
@ -278,10 +290,8 @@
|
||||
"sugar-content": "糖",
|
||||
"title": "标题",
|
||||
"total-time": "总时间",
|
||||
"unable-to-delete-recipe": "无法删除食谱"
|
||||
},
|
||||
"reicpe": {
|
||||
"no-recipe": "没有食谱"
|
||||
"unable-to-delete-recipe": "无法删除食谱",
|
||||
"no-recipe": "No Recipe"
|
||||
},
|
||||
"search": {
|
||||
"advanced-search": "高级搜索",
|
||||
@ -387,7 +397,8 @@
|
||||
"test-webhooks": "测试Webhooks",
|
||||
"the-urls-listed-below-will-recieve-webhooks-containing-the-recipe-data-for-the-meal-plan-on-its-scheduled-day-currently-webhooks-will-execute-at": "下方列出的网址将在预定日期接收到有关用餐计划的食谱资料。Webhooks执行将在",
|
||||
"webhook-url": "Webhook网址",
|
||||
"webhooks-caps": "WEBHOOKS"
|
||||
"webhooks-caps": "WEBHOOKS",
|
||||
"webhooks": "Webhooks"
|
||||
}
|
||||
},
|
||||
"shopping-list": {
|
||||
@ -402,7 +413,9 @@
|
||||
},
|
||||
"sidebar": {
|
||||
"all-recipes": "全部食谱",
|
||||
"backups": "Backups",
|
||||
"categories": "分类",
|
||||
"cookbooks": "Cookbooks",
|
||||
"dashboard": "仪表盘",
|
||||
"home-page": "首页",
|
||||
"manage-users": "管理用户",
|
||||
@ -411,7 +424,8 @@
|
||||
"search": "搜索",
|
||||
"site-settings": "站点设置",
|
||||
"tags": "标签",
|
||||
"toolbox": "工具箱"
|
||||
"toolbox": "工具箱",
|
||||
"language": "Language"
|
||||
},
|
||||
"signup": {
|
||||
"error-signing-up": "注册时出错",
|
||||
@ -433,6 +447,9 @@
|
||||
"tags": "标签",
|
||||
"untagged-count": "无标签的共 {count} 个"
|
||||
},
|
||||
"tool": {
|
||||
"tools": "Tools"
|
||||
},
|
||||
"user": {
|
||||
"admin": "管理员",
|
||||
"are-you-sure-you-want-to-delete-the-link": "您确定要删除链接<b>{link}<b/>吗?",
|
||||
@ -450,6 +467,7 @@
|
||||
"error-cannot-delete-super-user": "错误!无法删除超级用户",
|
||||
"existing-password-does-not-match": "与现有的密码不匹配",
|
||||
"full-name": "全名",
|
||||
"invite-only": "Invite Only",
|
||||
"link-id": "链接ID",
|
||||
"link-name": "链接名",
|
||||
"login": "登录",
|
||||
@ -457,33 +475,75 @@
|
||||
"manage-users": "管理用户",
|
||||
"new-password": "新密码",
|
||||
"new-user": "新建用户",
|
||||
"password": "密码",
|
||||
"password-has-been-reset-to-the-default-password": "密码已被重置为默认密码",
|
||||
"password-must-match": "密码必须一致",
|
||||
"password-reset-failed": "密码重置失败",
|
||||
"password-updated": "密码已更新",
|
||||
"password": "密码",
|
||||
"password-strength": "Password is {strength}",
|
||||
"register": "Register",
|
||||
"reset-password": "重置密码",
|
||||
"sign-in": "登入",
|
||||
"total-mealplans": "总用餐计划",
|
||||
"total-users": "用户总数",
|
||||
"upload-photo": "上传照片",
|
||||
"use-8-characters-or-more-for-your-password": "请设置密码字符为8个或更多",
|
||||
"user": "用户",
|
||||
"user-created": "用户已创建",
|
||||
"user-creation-failed": "用户创建失败",
|
||||
"user-deleted": "用户已删除",
|
||||
"user-id": "用户ID",
|
||||
"user-id-with-value": "用户ID: {id}",
|
||||
"user-id": "用户ID",
|
||||
"user-password": "用户密码",
|
||||
"user-successfully-logged-in": "用户登录成功",
|
||||
"user-update-failed": "用户更新失败",
|
||||
"user-updated": "用户已更新",
|
||||
"user": "用户",
|
||||
"username": "用户名",
|
||||
"users": "用户",
|
||||
"users-header": "用户",
|
||||
"users": "用户",
|
||||
"webhook-time": "Webhook时间",
|
||||
"webhooks-enabled": "Webhooks 启用",
|
||||
"you-are-not-allowed-to-create-a-user": "您无权创建用户",
|
||||
"you-are-not-allowed-to-delete-this-user": "您无权删除此用户"
|
||||
"you-are-not-allowed-to-delete-this-user": "您无权删除此用户",
|
||||
"enable-advanced-content": "Enable Advanced Content",
|
||||
"enable-advanced-content-description": "Enables advanced features like Recipe Scaling, API keys, Webhooks, and Data Management. Don't worry, you can always change this later"
|
||||
},
|
||||
"language-dialog": {
|
||||
"translated": "translated",
|
||||
"choose-language": "Choose Language",
|
||||
"select-description": "Choose the language for the Mealie UI. The setting only applies to you, not other users.",
|
||||
"how-to-contribute-description": "Is something not translated yet, mistranslated, or your language missing from the list? {read-the-docs-link} on how to contribute!",
|
||||
"read-the-docs": "Read the docs"
|
||||
},
|
||||
"data-pages": {
|
||||
"seed-data": "Seed Data",
|
||||
"foods": {
|
||||
"merge-dialog-text": "Combining the selected foods will merge the source food and target food into a single food. The source food will be deleted and all of the references to the source food will be updated to point to the target food.",
|
||||
"merge-food-example": "Merging {food1} into {food2}",
|
||||
"seed-dialog-text": "Seed the database with foods based on your local language. This will create 200+ common foods that can be used to organize your database. Foods are translated via a community effort.",
|
||||
"seed-dialog-warning": "You have already have some items in your database. This action will not reconcile duplicates, you will have to manage them manually."
|
||||
},
|
||||
"units": {
|
||||
"seed-dialog-text": "Seed the database with common units based on your local language."
|
||||
},
|
||||
"labels": {
|
||||
"seed-dialog-text": "Seed the database with common labels based on your local language."
|
||||
}
|
||||
},
|
||||
"user-registration": {
|
||||
"user-registration": "User Registration",
|
||||
"join-a-group": "Join a Group",
|
||||
"create-a-new-group": "Create a New Group",
|
||||
"provide-registration-token-description": "Please provide the registration token associated with the group that you'd like to join. You'll need to obtain this from an existing group member.",
|
||||
"group-details": "Group Details",
|
||||
"group-details-description": "Before you create an account you'll need to create a group. Your group will only contain you, but you'll be able to invite others later. Members in your group can share meal plans, shopping lists, recipes, and more!",
|
||||
"use-seed-data": "Use Seed Data",
|
||||
"use-seed-data-description": "Mealie ships with a collection of Foods, Units, and Labels that can be used to populate your group with helpful data for organizing your recipes.",
|
||||
"account-details": "Account Details"
|
||||
},
|
||||
"validation": {
|
||||
"group-name-is-taken": "Group name is taken",
|
||||
"username-is-taken": "Username is taken",
|
||||
"email-is-taken": "Email is taken"
|
||||
}
|
||||
}
|
||||
|
@ -33,6 +33,7 @@
|
||||
"show-assets": "顯示資源"
|
||||
},
|
||||
"category": {
|
||||
"categories": "Categories",
|
||||
"category-created": "類別已新增",
|
||||
"category-creation-failed": "新增類別失敗",
|
||||
"category-deleted": "類別已刪除",
|
||||
@ -129,7 +130,11 @@
|
||||
"url": "網址",
|
||||
"view": "檢視",
|
||||
"wednesday": "星期三",
|
||||
"yes": "是"
|
||||
"yes": "是",
|
||||
"foods": "Foods",
|
||||
"units": "Units",
|
||||
"back": "Back",
|
||||
"next": "Next"
|
||||
},
|
||||
"group": {
|
||||
"are-you-sure-you-want-to-delete-the-group": "確定要刪除<b>{groupName}<b/>?",
|
||||
@ -149,7 +154,11 @@
|
||||
"manage-groups": "管理群組",
|
||||
"user-group": "用户群组",
|
||||
"user-group-created": "用戶群組已建立",
|
||||
"user-group-creation-failed": "用戶群組建立失敗"
|
||||
"user-group-creation-failed": "用戶群組建立失敗",
|
||||
"settings": {
|
||||
"keep-my-recipes-private": "Keep My Recipes Private",
|
||||
"keep-my-recipes-private-description": "Sets your group and all recipes defaults to private. You can always change this later."
|
||||
}
|
||||
},
|
||||
"meal-plan": {
|
||||
"create-a-new-meal-plan": "創建一個新的用餐計劃",
|
||||
@ -206,7 +215,10 @@
|
||||
"upload-a-recipe": "上傳食譜",
|
||||
"upload-individual-zip-file": "上傳從另一個Mealie匯出的zip壓縮檔",
|
||||
"url-form-hint": "複製您最喜歡的食譜網站的網址並在此貼上",
|
||||
"view-scraped-data": "查看網頁擷取資料"
|
||||
"view-scraped-data": "查看網頁擷取資料",
|
||||
"trim-whitespace-description": "Trim leading and trailing whitespace as well as blank lines",
|
||||
"trim-prefix-description": "Trim first character from each line",
|
||||
"split-by-numbered-line-description": "Attempts to split a paragraph by matching '1)' or '1.' patterns"
|
||||
},
|
||||
"page": {
|
||||
"404-page-not-found": "404 找不到頁面",
|
||||
@ -278,10 +290,8 @@
|
||||
"sugar-content": "糖",
|
||||
"title": "標題",
|
||||
"total-time": "總時間",
|
||||
"unable-to-delete-recipe": "無法刪除食譜"
|
||||
},
|
||||
"reicpe": {
|
||||
"no-recipe": "無食譜"
|
||||
"unable-to-delete-recipe": "無法刪除食譜",
|
||||
"no-recipe": "No Recipe"
|
||||
},
|
||||
"search": {
|
||||
"advanced-search": "進階搜尋",
|
||||
@ -387,7 +397,8 @@
|
||||
"test-webhooks": "測試Webhooks",
|
||||
"the-urls-listed-below-will-recieve-webhooks-containing-the-recipe-data-for-the-meal-plan-on-its-scheduled-day-currently-webhooks-will-execute-at": "下方列出的網址將在預定日期接收到有關用餐計劃的食譜資料。Webhooks將在<strong>{ time }</strong>執行",
|
||||
"webhook-url": "Webhook網址",
|
||||
"webhooks-caps": "WEBHOOKS"
|
||||
"webhooks-caps": "WEBHOOKS",
|
||||
"webhooks": "Webhooks"
|
||||
}
|
||||
},
|
||||
"shopping-list": {
|
||||
@ -402,7 +413,9 @@
|
||||
},
|
||||
"sidebar": {
|
||||
"all-recipes": "所有食譜",
|
||||
"backups": "Backups",
|
||||
"categories": "類別",
|
||||
"cookbooks": "Cookbooks",
|
||||
"dashboard": "控制面板",
|
||||
"home-page": "首頁",
|
||||
"manage-users": "管理使用者",
|
||||
@ -411,7 +424,8 @@
|
||||
"search": "搜尋",
|
||||
"site-settings": "網站設置",
|
||||
"tags": "標籤",
|
||||
"toolbox": "工具箱"
|
||||
"toolbox": "工具箱",
|
||||
"language": "Language"
|
||||
},
|
||||
"signup": {
|
||||
"error-signing-up": "註冊失敗",
|
||||
@ -433,6 +447,9 @@
|
||||
"tags": "標籤",
|
||||
"untagged-count": "為標記的 {count}"
|
||||
},
|
||||
"tool": {
|
||||
"tools": "Tools"
|
||||
},
|
||||
"user": {
|
||||
"admin": "管理員",
|
||||
"are-you-sure-you-want-to-delete-the-link": "確定要刪除連結<b>{link}<b/>?",
|
||||
@ -450,6 +467,7 @@
|
||||
"error-cannot-delete-super-user": "錯誤!無法刪除管理員帳戶",
|
||||
"existing-password-does-not-match": "舊密碼不正確",
|
||||
"full-name": "全名",
|
||||
"invite-only": "Invite Only",
|
||||
"link-id": "連結ID",
|
||||
"link-name": "連結名稱",
|
||||
"login": "登入",
|
||||
@ -457,33 +475,75 @@
|
||||
"manage-users": "管理使用者",
|
||||
"new-password": "新密碼",
|
||||
"new-user": "新用戶",
|
||||
"password": "密碼",
|
||||
"password-has-been-reset-to-the-default-password": "密碼重設為預設密碼",
|
||||
"password-must-match": "輸入的密碼必須完全相同",
|
||||
"password-reset-failed": "密碼重設失敗",
|
||||
"password-updated": "密碼已更新",
|
||||
"password": "密碼",
|
||||
"password-strength": "Password is {strength}",
|
||||
"register": "Register",
|
||||
"reset-password": "重設密碼",
|
||||
"sign-in": "登入",
|
||||
"total-mealplans": "用餐計畫總數",
|
||||
"total-users": "用戶總數",
|
||||
"upload-photo": "上傳照片",
|
||||
"use-8-characters-or-more-for-your-password": "請使用8個字母以上的密碼",
|
||||
"user": "用戶",
|
||||
"user-created": "用戶已建立",
|
||||
"user-creation-failed": "新增用戶失敗",
|
||||
"user-deleted": "用戶已刪除",
|
||||
"user-id": "用戶 ID",
|
||||
"user-id-with-value": "用戶 ID: {id}",
|
||||
"user-id": "用戶 ID",
|
||||
"user-password": "用戶密碼",
|
||||
"user-successfully-logged-in": "成功登入",
|
||||
"user-update-failed": "用戶更新失敗",
|
||||
"user-updated": "用戶已更新",
|
||||
"user": "用戶",
|
||||
"username": "用戶名",
|
||||
"users": "用戶",
|
||||
"users-header": "用戶",
|
||||
"users": "用戶",
|
||||
"webhook-time": "Webhook時間",
|
||||
"webhooks-enabled": "Webhooks 啟用",
|
||||
"you-are-not-allowed-to-create-a-user": "您沒有權限新增用戶",
|
||||
"you-are-not-allowed-to-delete-this-user": "您沒有權限刪除此用戶"
|
||||
"you-are-not-allowed-to-delete-this-user": "您沒有權限刪除此用戶",
|
||||
"enable-advanced-content": "Enable Advanced Content",
|
||||
"enable-advanced-content-description": "Enables advanced features like Recipe Scaling, API keys, Webhooks, and Data Management. Don't worry, you can always change this later"
|
||||
},
|
||||
"language-dialog": {
|
||||
"translated": "translated",
|
||||
"choose-language": "Choose Language",
|
||||
"select-description": "Choose the language for the Mealie UI. The setting only applies to you, not other users.",
|
||||
"how-to-contribute-description": "Is something not translated yet, mistranslated, or your language missing from the list? {read-the-docs-link} on how to contribute!",
|
||||
"read-the-docs": "Read the docs"
|
||||
},
|
||||
"data-pages": {
|
||||
"seed-data": "Seed Data",
|
||||
"foods": {
|
||||
"merge-dialog-text": "Combining the selected foods will merge the source food and target food into a single food. The source food will be deleted and all of the references to the source food will be updated to point to the target food.",
|
||||
"merge-food-example": "Merging {food1} into {food2}",
|
||||
"seed-dialog-text": "Seed the database with foods based on your local language. This will create 200+ common foods that can be used to organize your database. Foods are translated via a community effort.",
|
||||
"seed-dialog-warning": "You have already have some items in your database. This action will not reconcile duplicates, you will have to manage them manually."
|
||||
},
|
||||
"units": {
|
||||
"seed-dialog-text": "Seed the database with common units based on your local language."
|
||||
},
|
||||
"labels": {
|
||||
"seed-dialog-text": "Seed the database with common labels based on your local language."
|
||||
}
|
||||
},
|
||||
"user-registration": {
|
||||
"user-registration": "User Registration",
|
||||
"join-a-group": "Join a Group",
|
||||
"create-a-new-group": "Create a New Group",
|
||||
"provide-registration-token-description": "Please provide the registration token associated with the group that you'd like to join. You'll need to obtain this from an existing group member.",
|
||||
"group-details": "Group Details",
|
||||
"group-details-description": "Before you create an account you'll need to create a group. Your group will only contain you, but you'll be able to invite others later. Members in your group can share meal plans, shopping lists, recipes, and more!",
|
||||
"use-seed-data": "Use Seed Data",
|
||||
"use-seed-data-description": "Mealie ships with a collection of Foods, Units, and Labels that can be used to populate your group with helpful data for organizing your recipes.",
|
||||
"account-details": "Account Details"
|
||||
},
|
||||
"validation": {
|
||||
"group-name-is-taken": "Group name is taken",
|
||||
"username-is-taken": "Username is taken",
|
||||
"email-is-taken": "Email is taken"
|
||||
}
|
||||
}
|
||||
|
15
mealie/lang/messages/bg-BG.json
Normal file
15
mealie/lang/messages/bg-BG.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"generic": {
|
||||
"server-error": "An unexpected error occurred"
|
||||
},
|
||||
"recipe": {
|
||||
"unique-name-error": "Recipe names must be unique"
|
||||
},
|
||||
"exceptions": {
|
||||
"permission_denied": "You do not have permission to perform this action",
|
||||
"no-entry-found": "The requested resource was not found",
|
||||
"integrity-error": "Database integrity error",
|
||||
"username-conflict-error": "This username is already taken",
|
||||
"email-conflict-error": "This email is already in use"
|
||||
}
|
||||
}
|
@ -1,15 +1,15 @@
|
||||
{
|
||||
"generic": {
|
||||
"server-error": "An unexpected error occurred"
|
||||
"server-error": "Une erreur inattendue s’est produite"
|
||||
},
|
||||
"recipe": {
|
||||
"unique-name-error": "Recipe names must be unique"
|
||||
"unique-name-error": "Les noms de recette doivent être uniques"
|
||||
},
|
||||
"exceptions": {
|
||||
"permission_denied": "You do not have permission to perform this action",
|
||||
"no-entry-found": "The requested resource was not found",
|
||||
"integrity-error": "Database integrity error",
|
||||
"username-conflict-error": "This username is already taken",
|
||||
"email-conflict-error": "This email is already in use"
|
||||
"permission_denied": "Vous n'avez pas la permission d'effectuer cette action",
|
||||
"no-entry-found": "La ressource demandée est introuvable",
|
||||
"integrity-error": "Erreur d'intégrité de la base de données",
|
||||
"username-conflict-error": "Ce nom d'utilisateur est déjà pris",
|
||||
"email-conflict-error": "Cette adresse e-mail est déjà utilisée"
|
||||
}
|
||||
}
|
||||
|
@ -8,8 +8,8 @@
|
||||
"exceptions": {
|
||||
"permission_denied": "You do not have permission to perform this action",
|
||||
"no-entry-found": "The requested resource was not found",
|
||||
"integrity-error": "Database integrity error",
|
||||
"username-conflict-error": "This username is already taken",
|
||||
"email-conflict-error": "This email is already in use"
|
||||
"integrity-error": "Adatbázis integritás hiba",
|
||||
"username-conflict-error": "A felhasználónév már foglalt",
|
||||
"email-conflict-error": "Ez az e-mail cím már használatban van"
|
||||
}
|
||||
}
|
||||
|
222
mealie/repos/seed/resources/foods/locales/bg-BG.json
Normal file
222
mealie/repos/seed/resources/foods/locales/bg-BG.json
Normal file
@ -0,0 +1,222 @@
|
||||
{
|
||||
"acorn-squash": "acorn squash",
|
||||
"alfalfa-sprouts": "alfalfa sprouts",
|
||||
"anchovies": "anchovies",
|
||||
"apples": "apples",
|
||||
"artichoke": "artichoke",
|
||||
"arugula": "arugula",
|
||||
"asparagus": "asparagus",
|
||||
"aubergine": "aubergine",
|
||||
"avocado": "avocado",
|
||||
"bacon": "bacon",
|
||||
"baking-powder": "baking powder",
|
||||
"baking-soda": "baking soda",
|
||||
"baking-sugar": "baking sugar",
|
||||
"bar-sugar": "bar sugar",
|
||||
"basil": "basil",
|
||||
"bell-peppers": "bell peppers",
|
||||
"blackberries": "blackberries",
|
||||
"brassicas": "brassicas",
|
||||
"bok-choy": "bok choy",
|
||||
"broccoflower": "broccoflower",
|
||||
"broccoli": "broccoli",
|
||||
"broccolini": "broccolini",
|
||||
"broccoli-rabe": "broccoli rabe",
|
||||
"brussels-sprouts": "brussels sprouts",
|
||||
"cabbage": "cabbage",
|
||||
"cauliflower": "cauliflower",
|
||||
"chinese-leaves": "chinese leaves",
|
||||
"collard-greens": "collard greens",
|
||||
"kohlrabi": "kohlrabi",
|
||||
"bread": "bread",
|
||||
"breadfruit": "breadfruit",
|
||||
"broad-beans": "broad beans",
|
||||
"brown-sugar": "brown sugar",
|
||||
"butter": "butter",
|
||||
"butternut-pumpkin": "butternut pumpkin",
|
||||
"butternut-squash": "butternut squash",
|
||||
"cactus-edible": "cactus, edible",
|
||||
"calabrese": "calabrese",
|
||||
"cannabis": "cannabis",
|
||||
"capsicum": "capsicum",
|
||||
"caraway": "caraway",
|
||||
"carrot": "carrot",
|
||||
"castor-sugar": "castor sugar",
|
||||
"cayenne-pepper": "cayenne pepper",
|
||||
"celeriac": "celeriac",
|
||||
"celery": "celery",
|
||||
"cereal-grains": "cereal grains",
|
||||
"rice": "rice",
|
||||
"chard": "chard",
|
||||
"cheese": "cheese",
|
||||
"chicory": "chicory",
|
||||
"chilli-peppers": "chilli peppers",
|
||||
"chives": "chives",
|
||||
"chocolate": "chocolate",
|
||||
"cilantro": "cilantro",
|
||||
"cinnamon": "cinnamon",
|
||||
"clarified-butter": "clarified butter",
|
||||
"coconut": "coconut",
|
||||
"coconut-milk": "coconut milk",
|
||||
"coffee": "coffee",
|
||||
"confectioners-sugar": "confectioners' sugar",
|
||||
"coriander": "coriander",
|
||||
"corn": "corn",
|
||||
"corn-syrup": "corn syrup",
|
||||
"cottonseed-oil": "cottonseed oil",
|
||||
"courgette": "courgette",
|
||||
"cream-of-tartar": "cream of tartar",
|
||||
"cucumber": "cucumber",
|
||||
"cumin": "cumin",
|
||||
"daikon": "daikon",
|
||||
"dairy-products-and-dairy-substitutes": "dairy products and dairy substitutes",
|
||||
"eggs": "eggs",
|
||||
"ghee": "ghee",
|
||||
"milk": "milk",
|
||||
"dandelion": "dandelion",
|
||||
"demerara-sugar": "demerara sugar",
|
||||
"dough": "dough",
|
||||
"edible-cactus": "edible cactus",
|
||||
"eggplant": "eggplant",
|
||||
"endive": "endive",
|
||||
"fats": "fats",
|
||||
"speck": "speck",
|
||||
"fava-beans": "fava beans",
|
||||
"fiddlehead": "fiddlehead",
|
||||
"fish": "fish",
|
||||
"catfish": "catfish ",
|
||||
"cod": "cod",
|
||||
"salt-cod": "salt cod",
|
||||
"salmon": "salmon",
|
||||
"skate": "skate",
|
||||
"stockfish": "stockfish",
|
||||
"trout": "trout",
|
||||
"tuna": "tuna",
|
||||
"five-spice-powder": "five spice powder",
|
||||
"flour": "flour",
|
||||
"frisee": "frisee",
|
||||
"fructose": "fructose",
|
||||
"fruit": "fruit",
|
||||
"apple": "apple",
|
||||
"oranges": "oranges",
|
||||
"pear": "pear",
|
||||
"tomato": "tomato ",
|
||||
"fruit-sugar": "fruit sugar",
|
||||
"garam-masala": "garam masala",
|
||||
"garlic": "garlic",
|
||||
"gem-squash": "gem squash",
|
||||
"ginger": "ginger",
|
||||
"giblets": "giblets",
|
||||
"grains": "grains",
|
||||
"maize": "maize",
|
||||
"sweetcorn": "sweetcorn",
|
||||
"teff": "teff",
|
||||
"grape-seed-oil": "grape seed oil",
|
||||
"green-onion": "green onion",
|
||||
"heart-of-palm": "heart of palm",
|
||||
"hemp": "hemp",
|
||||
"herbs": "herbs",
|
||||
"oregano": "oregano",
|
||||
"parsley": "parsley",
|
||||
"honey": "honey",
|
||||
"icing-sugar": "icing sugar",
|
||||
"isomalt": "isomalt",
|
||||
"jackfruit": "jackfruit",
|
||||
"jaggery": "jaggery",
|
||||
"jams": "jams",
|
||||
"jellies": "jellies",
|
||||
"jerusalem-artichoke": "jerusalem artichoke",
|
||||
"jicama": "jicama",
|
||||
"kale": "kale",
|
||||
"kumara": "kumara",
|
||||
"leavening-agents": "leavening agents",
|
||||
"leek": "leek",
|
||||
"legumes": "legumes ",
|
||||
"peas": "peas",
|
||||
"beans": "beans",
|
||||
"lentils": "lentils",
|
||||
"lemongrass": "lemongrass",
|
||||
"lettuce": "lettuce",
|
||||
"liver": "liver",
|
||||
"maple-syrup": "maple syrup",
|
||||
"meat": "meat",
|
||||
"mortadella": "mortadella",
|
||||
"mushroom": "mushroom",
|
||||
"white-mushroom": "white mushroom",
|
||||
"mussels": "mussels",
|
||||
"nori": "nori",
|
||||
"nutmeg": "nutmeg",
|
||||
"nutritional-yeast-flakes": "nutritional yeast flakes",
|
||||
"nuts": "nuts",
|
||||
"nanaimo-bar-mix": "nanaimo bar mix",
|
||||
"octopuses": "octopuses",
|
||||
"oils": "oils",
|
||||
"olive-oil": "olive oil",
|
||||
"okra": "okra",
|
||||
"olive": "olive",
|
||||
"onion-family": "onion family",
|
||||
"onion": "onion",
|
||||
"scallion": "scallion",
|
||||
"shallot": "shallot",
|
||||
"spring-onion": "spring onion",
|
||||
"orange-blossom-water": "orange blossom water",
|
||||
"oysters": "oysters",
|
||||
"panch-puran": "panch puran",
|
||||
"paprika": "paprika",
|
||||
"parsnip": "parsnip",
|
||||
"pepper": "pepper",
|
||||
"peppers": "peppers",
|
||||
"plantain": "plantain",
|
||||
"pineapple": "pineapple",
|
||||
"poppy-seeds": "poppy seeds",
|
||||
"potatoes": "potatoes",
|
||||
"poultry": "poultry",
|
||||
"powdered-sugar": "powdered sugar",
|
||||
"pumpkin": "pumpkin",
|
||||
"pumpkin-seeds": "pumpkin seeds",
|
||||
"radish": "radish",
|
||||
"raw-sugar": "raw sugar",
|
||||
"refined-sugar": "refined sugar",
|
||||
"rice-flour": "rice flour",
|
||||
"rock-sugar": "rock sugar",
|
||||
"rum": "rum",
|
||||
"salt": "salt",
|
||||
"seafood": "seafood",
|
||||
"seeds": "seeds",
|
||||
"sesame-seeds": "sesame seeds",
|
||||
"sunflower-seeds": "sunflower seeds",
|
||||
"soda": "soda",
|
||||
"soda-baking": "soda, baking",
|
||||
"soybean": "soybean",
|
||||
"spaghetti-squash": "spaghetti squash",
|
||||
"spices": "spices",
|
||||
"spinach": "spinach",
|
||||
"squash-family": "squash family",
|
||||
"squash": "squash",
|
||||
"zucchini": "zucchini",
|
||||
"sugar": "sugar",
|
||||
"caster-sugar": "caster sugar",
|
||||
"granulated-sugar": "granulated sugar",
|
||||
"superfine-sugar": "superfine sugar",
|
||||
"turbanado-sugar": "turbanado sugar",
|
||||
"unrefined-sugar": "unrefined sugar",
|
||||
"white-sugar": "white sugar",
|
||||
"sweet-potato": "sweet potato",
|
||||
"sweeteners": "sweeteners",
|
||||
"cane-sugar": "cane sugar",
|
||||
"tahini": "tahini",
|
||||
"tubers": "tubers",
|
||||
"potato": "potato",
|
||||
"sunchoke": "sunchoke",
|
||||
"taro": "taro",
|
||||
"yam": "yam",
|
||||
"turnip": "turnip",
|
||||
"vanilla": "vanilla",
|
||||
"vegetables": "vegetables",
|
||||
"fiddlehead-fern": "fiddlehead fern",
|
||||
"ful": "ful",
|
||||
"watercress": "watercress",
|
||||
"watermelon": "watermelon",
|
||||
"xanthan-gum": "xanthan gum",
|
||||
"yeast": "yeast"
|
||||
}
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"acorn-squash": "acorn squash",
|
||||
"acorn-squash": "agern squash",
|
||||
"alfalfa-sprouts": "lucernespirer",
|
||||
"anchovies": "ansjoser",
|
||||
"apples": "æbler",
|
||||
@ -104,7 +104,7 @@
|
||||
"fruit-sugar": "frugtsukker",
|
||||
"garam-masala": "garam masala",
|
||||
"garlic": "hvidløg",
|
||||
"gem-squash": "gem squash",
|
||||
"gem-squash": "citron squash",
|
||||
"ginger": "ingefær",
|
||||
"giblets": "fugleindmad",
|
||||
"grains": "gryn",
|
||||
|
@ -20,14 +20,14 @@
|
||||
"bok-choy": "bok choy",
|
||||
"broccoflower": "broco-fleur",
|
||||
"broccoli": "brocoli",
|
||||
"broccolini": "broccolini",
|
||||
"broccoli-rabe": "broccoli rabe",
|
||||
"broccolini": "brocolini",
|
||||
"broccoli-rabe": "brocoli-rave",
|
||||
"brussels-sprouts": "choux de Bruxelles",
|
||||
"cabbage": "chou",
|
||||
"cauliflower": "chou-fleur",
|
||||
"chinese-leaves": "feuilles chinoises",
|
||||
"collard-greens": "chou vert",
|
||||
"kohlrabi": "kohlrabi",
|
||||
"kohlrabi": "chou-rave",
|
||||
"bread": "pain",
|
||||
"breadfruit": "fruits de pain",
|
||||
"broad-beans": "fèves",
|
||||
|
@ -36,7 +36,7 @@
|
||||
"butternut-pumpkin": "мускатний гарбуз",
|
||||
"butternut-squash": "мускатний гарбуз",
|
||||
"cactus-edible": "кактус",
|
||||
"calabrese": "calabrese",
|
||||
"calabrese": "броколі",
|
||||
"cannabis": "канабіс",
|
||||
"capsicum": "перці",
|
||||
"caraway": "кмин",
|
||||
|
65
mealie/repos/seed/resources/labels/locales/bg-BG.json
Normal file
65
mealie/repos/seed/resources/labels/locales/bg-BG.json
Normal file
@ -0,0 +1,65 @@
|
||||
[
|
||||
{
|
||||
"name": "Produce"
|
||||
},
|
||||
{
|
||||
"name": "Grains"
|
||||
},
|
||||
{
|
||||
"name": "Fruits"
|
||||
},
|
||||
{
|
||||
"name": "Vegetables"
|
||||
},
|
||||
{
|
||||
"name": "Meat"
|
||||
},
|
||||
{
|
||||
"name": "Seafood"
|
||||
},
|
||||
{
|
||||
"name": "Beverages"
|
||||
},
|
||||
{
|
||||
"name": "Baked Goods"
|
||||
},
|
||||
{
|
||||
"name": "Canned Goods"
|
||||
},
|
||||
{
|
||||
"name": "Condiments"
|
||||
},
|
||||
{
|
||||
"name": "Confectionary"
|
||||
},
|
||||
{
|
||||
"name": "Dairy Products"
|
||||
},
|
||||
{
|
||||
"name": "Frozen Foods"
|
||||
},
|
||||
{
|
||||
"name": "Health Foods"
|
||||
},
|
||||
{
|
||||
"name": "Household"
|
||||
},
|
||||
{
|
||||
"name": "Meat Products"
|
||||
},
|
||||
{
|
||||
"name": "Snacks"
|
||||
},
|
||||
{
|
||||
"name": "Spices"
|
||||
},
|
||||
{
|
||||
"name": "Sweets"
|
||||
},
|
||||
{
|
||||
"name": "Alcohol"
|
||||
},
|
||||
{
|
||||
"name": "Other"
|
||||
}
|
||||
]
|
102
mealie/repos/seed/resources/units/locales/bg-BG.json
Normal file
102
mealie/repos/seed/resources/units/locales/bg-BG.json
Normal file
@ -0,0 +1,102 @@
|
||||
{
|
||||
"teaspoon": {
|
||||
"name": "teaspoon",
|
||||
"description": "",
|
||||
"abbreviation": "tsp"
|
||||
},
|
||||
"tablespoon": {
|
||||
"name": "tablespoon",
|
||||
"description": "",
|
||||
"abbreviation": "tbsp"
|
||||
},
|
||||
"cup": {
|
||||
"name": "cup",
|
||||
"description": "",
|
||||
"abbreviation": "cup"
|
||||
},
|
||||
"fluid-ounce": {
|
||||
"name": "fluid ounce",
|
||||
"description": "",
|
||||
"abbreviation": "fl oz"
|
||||
},
|
||||
"pint": {
|
||||
"name": "pint",
|
||||
"description": "",
|
||||
"abbreviation": "pt"
|
||||
},
|
||||
"quart": {
|
||||
"name": "quart",
|
||||
"description": "",
|
||||
"abbreviation": "qt"
|
||||
},
|
||||
"gallon": {
|
||||
"name": "gallon",
|
||||
"description": "",
|
||||
"abbreviation": "gal"
|
||||
},
|
||||
"milliliter": {
|
||||
"name": "milliliter",
|
||||
"description": "",
|
||||
"abbreviation": "ml"
|
||||
},
|
||||
"liter": {
|
||||
"name": "liter",
|
||||
"description": "",
|
||||
"abbreviation": "l"
|
||||
},
|
||||
"pound": {
|
||||
"name": "pound",
|
||||
"description": "",
|
||||
"abbreviation": "lb"
|
||||
},
|
||||
"ounce": {
|
||||
"name": "ounce",
|
||||
"description": "",
|
||||
"abbreviation": "oz"
|
||||
},
|
||||
"gram": {
|
||||
"name": "gram",
|
||||
"description": "",
|
||||
"abbreviation": "g"
|
||||
},
|
||||
"kilogram": {
|
||||
"name": "kilogram",
|
||||
"description": "",
|
||||
"abbreviation": "kg"
|
||||
},
|
||||
"milligram": {
|
||||
"name": "milligram",
|
||||
"description": "",
|
||||
"abbreviation": "mg"
|
||||
},
|
||||
"splash": {
|
||||
"name": "splash",
|
||||
"description": "",
|
||||
"abbreviation": ""
|
||||
},
|
||||
"dash": {
|
||||
"name": "dash",
|
||||
"description": "",
|
||||
"abbreviation": ""
|
||||
},
|
||||
"serving": {
|
||||
"name": "serving",
|
||||
"description": "",
|
||||
"abbreviation": ""
|
||||
},
|
||||
"head": {
|
||||
"name": "head",
|
||||
"description": "",
|
||||
"abbreviation": ""
|
||||
},
|
||||
"clove": {
|
||||
"name": "clove",
|
||||
"description": "",
|
||||
"abbreviation": ""
|
||||
},
|
||||
"can": {
|
||||
"name": "can",
|
||||
"description": "",
|
||||
"abbreviation": ""
|
||||
}
|
||||
}
|
@ -37,7 +37,7 @@
|
||||
"milliliter": {
|
||||
"name": "mililitre",
|
||||
"description": "",
|
||||
"abbreviation": "ml"
|
||||
"abbreviation": "mL"
|
||||
},
|
||||
"liter": {
|
||||
"name": "litre",
|
||||
|
Loading…
x
Reference in New Issue
Block a user