1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-08-02 20:15:24 +02:00

chore: make vue global components and layouts localizable (#1565)

This commit is contained in:
Philipp Fischbeck 2022-08-15 23:55:51 +02:00 committed by GitHub
parent 7af48d51be
commit ba15006bb1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 193 additions and 153 deletions

View file

@ -20,7 +20,8 @@
"portfolio": "Portfolio",
"production": "Production",
"support": "Support",
"version": "Version"
"version": "Version",
"unknown-version": "unknown"
},
"asset": {
"assets": "Assets",
@ -44,7 +45,8 @@
"category-updated": "Category updated",
"uncategorized-count": "Uncategorized {count}",
"create-a-category": "Create a Category",
"category-name": "Category Name"
"category-name": "Category Name",
"category": "Category"
},
"events": {
"apprise-url": "Apprise URL",
@ -65,7 +67,7 @@
"close": "Close",
"confirm": "Confirm",
"confirm-delete-generic": "Are you sure you want to delete this?",
"copied": "Copied",
"copied_message": "Copied!",
"create": "Create",
"created": "Created",
"custom": "Custom",
@ -150,7 +152,10 @@
"delete-with-name": "Delete {name}",
"confirm-delete-generic-with-name": "Are you sure you want to delete this {name}?",
"organizer": "Organizer",
"transfer": "Transfer"
"transfer": "Transfer",
"copy": "Copy",
"color": "Color",
"timestamp": "Timestamp"
},
"group": {
"are-you-sure-you-want-to-delete-the-group": "Are you sure you want to delete <b>{groupName}<b/>?",
@ -241,7 +246,9 @@
"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"
"split-by-numbered-line-description": "Attempts to split a paragraph by matching '1)' or '1.' patterns",
"import-by-url": "Import a recipe by URL",
"create-manually": "Create a recipe manually"
},
"page": {
"404-page-not-found": "404 Page not found",
@ -254,7 +261,9 @@
"page-update-failed": "Page update failed",
"page-updated": "Page updated",
"pages-update-failed": "Pages update failed",
"pages-updated": "Pages updated"
"pages-updated": "Pages updated",
"404-not-found": "404 Not Found",
"an-error-occurred": "An error occurred"
},
"recipe": {
"add-key": "Add Key",
@ -357,7 +366,8 @@
"search": "Search",
"search-mealie": "Search Mealie (press /)",
"search-placeholder": "Search...",
"tag-filter": "Tag Filter"
"tag-filter": "Tag Filter",
"search-hint": "Press '/'"
},
"settings": {
"add-a-new-theme": "Add a New Theme",
@ -425,7 +435,9 @@
"theme-name-is-required": "Theme Name is required.",
"theme-saved": "Theme Saved",
"theme-updated": "Theme updated",
"warning": "Warning"
"warning": "Warning",
"light-mode": "Light Mode",
"dark-mode": "Dark Mode"
},
"token": {
"active-tokens": "ACTIVE TOKENS",
@ -484,7 +496,13 @@
"site-settings": "Site Settings",
"tags": "Tags",
"toolbox": "Toolbox",
"language": "Language"
"language": "Language",
"maintenance": "Maintenance",
"background-tasks": "Background Tasks",
"parser": "Parser",
"developer": "Developer",
"cookbook": "Cookbook",
"create-cookbook": "Create a new cookbook"
},
"signup": {
"error-signing-up": "Error Signing Up",
@ -572,7 +590,8 @@
"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"
"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",
"favorite-recipes": "Favorite Recipes"
},
"language-dialog": {
"translated": "translated",
@ -624,5 +643,21 @@
"default-30-days": "Default 30 Days",
"expires-at": "Expires At",
"recipe-link-copied-message": "Recipe link copied to clipboard"
},
"banner-experimental": {
"title": "Experimental Feature",
"description": "This page contains experimental or still-baking features. Please excuse the mess.",
"issue-link-text": "Track our progress here"
},
"form": {
"quantity-label-abbreviated": "Qty"
},
"markdown-editor": {
"preview-markdown-button-label": "Preview Markdown"
},
"demo": {
"info_message_with_version": "This is a Demo for version: {version}",
"demo_username": "Username: {username}",
"demo_password": "Password: {password}"
}
}