mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-09 03:04:54 -04:00
Remove unmaintained languages + minor localization tasks (#587)
* Fix missing string * Localize "loading recipes" * Remove unmaintained languages Remove support for Danish, Portuguese and Chinese Traditional, since their current translation state is <20%
This commit is contained in:
parent
c463ef279a
commit
2e8c50e4ba
@ -2,7 +2,7 @@
|
|||||||
<div>
|
<div>
|
||||||
<v-card-title>
|
<v-card-title>
|
||||||
<slot>
|
<slot>
|
||||||
<h1 class="mx-auto">{{ $t("404.page-not-found") }}</h1>
|
<h1 class="mx-auto">{{ $t('page.404-page-not-found') }}</h1>
|
||||||
</slot>
|
</slot>
|
||||||
</v-card-title>
|
</v-card-title>
|
||||||
<div class="d-flex justify-space-around">
|
<div class="d-flex justify-space-around">
|
||||||
|
@ -7,14 +7,14 @@
|
|||||||
</v-icon>
|
</v-icon>
|
||||||
<div v-if="large" class="text-small">
|
<div v-if="large" class="text-small">
|
||||||
<slot>
|
<slot>
|
||||||
{{ small ? "" : "Loading Recipes" }}
|
{{ small ? "" : waitingText }}
|
||||||
</slot>
|
</slot>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</v-progress-circular>
|
</v-progress-circular>
|
||||||
<div v-if="!large" class="text-small">
|
<div v-if="!large" class="text-small">
|
||||||
<slot>
|
<slot>
|
||||||
{{ small ? "" : "Loading Recipes" }}
|
{{ small ? "" : waitingText }}
|
||||||
</slot>
|
</slot>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -60,6 +60,9 @@ export default {
|
|||||||
size: 125,
|
size: 125,
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
waitingText() {
|
||||||
|
return this.$t("general.loading-recipes");
|
||||||
|
}
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
@ -36,15 +36,15 @@
|
|||||||
"events": {
|
"events": {
|
||||||
"apprise-url": "Apprise URL",
|
"apprise-url": "Apprise URL",
|
||||||
"database": "Database",
|
"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-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",
|
"notification": "Notification",
|
||||||
|
"refresh": "Refresh",
|
||||||
"scheduled": "Scheduled",
|
"scheduled": "Scheduled",
|
||||||
"something-went-wrong": "Something Went Wrong!",
|
"something-went-wrong": "Something Went Wrong!",
|
||||||
"subscribed-events": "Subscribed Events",
|
"subscribed-events": "Subscribed Events",
|
||||||
"test-message-sent": "Test Message Sent",
|
"test-message-sent": "Test Message Sent"
|
||||||
"refresh": "Refresh",
|
|
||||||
"new-version": "New version available!",
|
|
||||||
"delete-event": "Delete Event"
|
|
||||||
},
|
},
|
||||||
"general": {
|
"general": {
|
||||||
"cancel": "Cancel",
|
"cancel": "Cancel",
|
||||||
@ -81,10 +81,12 @@
|
|||||||
"json": "JSON",
|
"json": "JSON",
|
||||||
"keyword": "Keyword",
|
"keyword": "Keyword",
|
||||||
"link-copied": "Link Copied",
|
"link-copied": "Link Copied",
|
||||||
|
"loading-recipes": "Loading Recipes",
|
||||||
"monday": "Monday",
|
"monday": "Monday",
|
||||||
"name": "Name",
|
"name": "Name",
|
||||||
"new": "New",
|
"new": "New",
|
||||||
"no": "No",
|
"no": "No",
|
||||||
|
"no-recipe-found": "No Recipe Found",
|
||||||
"ok": "OK",
|
"ok": "OK",
|
||||||
"options": "Options:",
|
"options": "Options:",
|
||||||
"print": "Print",
|
"print": "Print",
|
||||||
@ -119,8 +121,7 @@
|
|||||||
"url": "URL",
|
"url": "URL",
|
||||||
"view": "View",
|
"view": "View",
|
||||||
"wednesday": "Wednesday",
|
"wednesday": "Wednesday",
|
||||||
"yes": "Yes",
|
"yes": "Yes"
|
||||||
"no-recipe-found": "No Recipe Found"
|
|
||||||
},
|
},
|
||||||
"group": {
|
"group": {
|
||||||
"are-you-sure-you-want-to-delete-the-group": "Are you sure you want to delete <b>{groupName}<b/>?",
|
"are-you-sure-you-want-to-delete-the-group": "Are you sure you want to delete <b>{groupName}<b/>?",
|
||||||
@ -193,6 +194,7 @@
|
|||||||
"url-form-hint": "Copy and paste a link from your favorite recipe website"
|
"url-form-hint": "Copy and paste a link from your favorite recipe website"
|
||||||
},
|
},
|
||||||
"page": {
|
"page": {
|
||||||
|
"404-page-not-found": "404 Page not found",
|
||||||
"all-recipes": "All Recipes",
|
"all-recipes": "All Recipes",
|
||||||
"home-page": "Home Page",
|
"home-page": "Home Page",
|
||||||
"new-page-created": "New page created",
|
"new-page-created": "New page created",
|
||||||
@ -291,12 +293,12 @@
|
|||||||
"backup-deleted": "Backup deleted",
|
"backup-deleted": "Backup deleted",
|
||||||
"backup-tag": "Backup Tag",
|
"backup-tag": "Backup Tag",
|
||||||
"create-heading": "Create a Backup",
|
"create-heading": "Create a Backup",
|
||||||
|
"delete-backup": "Delete Backup",
|
||||||
"error-creating-backup-see-log-file": "Error Creating Backup. See Log File",
|
"error-creating-backup-see-log-file": "Error Creating Backup. See Log File",
|
||||||
"full-backup": "Full Backup",
|
"full-backup": "Full Backup",
|
||||||
"import-summary": "Import Summary",
|
"import-summary": "Import Summary",
|
||||||
"partial-backup": "Partial Backup",
|
"partial-backup": "Partial Backup",
|
||||||
"unable-to-delete-backup": "Unable to Delete Backup.",
|
"unable-to-delete-backup": "Unable to Delete Backup."
|
||||||
"delete-backup": "Delete Backup"
|
|
||||||
},
|
},
|
||||||
"backup-and-exports": "Backups",
|
"backup-and-exports": "Backups",
|
||||||
"change-password": "Change Password",
|
"change-password": "Change Password",
|
||||||
|
@ -9,10 +9,8 @@ import es from "vuetify/es5/locale/es";
|
|||||||
import fr from "vuetify/es5/locale/fr";
|
import fr from "vuetify/es5/locale/fr";
|
||||||
import nl from "vuetify/es5/locale/nl";
|
import nl from "vuetify/es5/locale/nl";
|
||||||
import pl from "vuetify/es5/locale/pl";
|
import pl from "vuetify/es5/locale/pl";
|
||||||
import pt from "vuetify/es5/locale/pt";
|
|
||||||
import sv from "vuetify/es5/locale/sv";
|
import sv from "vuetify/es5/locale/sv";
|
||||||
import zhHans from "vuetify/es5/locale/zh-Hans";
|
import zhHans from "vuetify/es5/locale/zh-Hans";
|
||||||
import zhHant from "vuetify/es5/locale/zh-Hant";
|
|
||||||
|
|
||||||
const vuetify = new Vuetify({
|
const vuetify = new Vuetify({
|
||||||
theme: {
|
theme: {
|
||||||
@ -48,10 +46,8 @@ const vuetify = new Vuetify({
|
|||||||
"fr-FR": fr,
|
"fr-FR": fr,
|
||||||
"nl-NL": nl,
|
"nl-NL": nl,
|
||||||
"pl-PL": pl,
|
"pl-PL": pl,
|
||||||
"pt-PT": pt,
|
|
||||||
"sv-SE": sv,
|
"sv-SE": sv,
|
||||||
"zh-CN": zhHans,
|
"zh-CN": zhHans,
|
||||||
"zh-TW": zhHant,
|
|
||||||
},
|
},
|
||||||
current: "en-US",
|
current: "en-US",
|
||||||
},
|
},
|
||||||
|
@ -5,10 +5,6 @@ const state = {
|
|||||||
name: "English",
|
name: "English",
|
||||||
value: "en-US",
|
value: "en-US",
|
||||||
},
|
},
|
||||||
{
|
|
||||||
name: "Dansk (Danish)",
|
|
||||||
value: "da-DK",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Deutsch (German)",
|
name: "Deutsch (German)",
|
||||||
value: "de-DE",
|
value: "de-DE",
|
||||||
@ -29,10 +25,6 @@ const state = {
|
|||||||
name: "Polski (Polish)",
|
name: "Polski (Polish)",
|
||||||
value: "pl-PL",
|
value: "pl-PL",
|
||||||
},
|
},
|
||||||
{
|
|
||||||
name: "Português (Portuguese)",
|
|
||||||
value: "pt-PT",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Svenska (Swedish)",
|
name: "Svenska (Swedish)",
|
||||||
value: "sv-SE",
|
value: "sv-SE",
|
||||||
@ -41,10 +33,6 @@ const state = {
|
|||||||
name: "简体中文 (Chinese simplified)",
|
name: "简体中文 (Chinese simplified)",
|
||||||
value: "zh-CN",
|
value: "zh-CN",
|
||||||
},
|
},
|
||||||
{
|
|
||||||
name: "繁體中文 (Chinese traditional)",
|
|
||||||
value: "zh-TW",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user