More localization (#403)

* Translate toolbox tab headers

* Use plural form in recipe organizer header
This commit is contained in:
sephrat 2021-05-11 20:23:31 +02:00 committed by GitHub
parent fc454137ee
commit 5a38589a60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 9 deletions

View File

@ -32,14 +32,14 @@
"uncategorized-count": "Uncategorized {count}" "uncategorized-count": "Uncategorized {count}"
}, },
"events": { "events": {
"notification": "Notification",
"apprise-url": "Apprise URL", "apprise-url": "Apprise URL",
"subscribed-events": "Subscribed Events",
"scheduled": "Scheduled",
"database": "Database", "database": "Database",
"test-message-sent": "Test Message Sent", "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.",
"notification": "Notification",
"scheduled": "Scheduled",
"something-went-wrong": "Something Went Wrong!", "something-went-wrong": "Something Went Wrong!",
"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." "subscribed-events": "Subscribed Events",
"test-message-sent": "Test Message Sent"
}, },
"general": { "general": {
"apply": "Apply", "apply": "Apply",
@ -96,12 +96,12 @@
"success-count": "Success: {count}", "success-count": "Success: {count}",
"sunday": "Sunday", "sunday": "Sunday",
"templates": "Templates:", "templates": "Templates:",
"test": "Test",
"themes": "Themes", "themes": "Themes",
"thursday": "Thursday", "thursday": "Thursday",
"token": "Token", "token": "Token",
"tuesday": "Tuesday", "tuesday": "Tuesday",
"type": "Type", "type": "Type",
"test": "Test",
"update": "Update", "update": "Update",
"updated": "Updated", "updated": "Updated",
"upload": "Upload", "upload": "Upload",
@ -290,6 +290,8 @@
"locale-settings": "Locale settings", "locale-settings": "Locale settings",
"migrations": "Migrations", "migrations": "Migrations",
"new-page": "New Page", "new-page": "New Page",
"notify": "Notify",
"organize": "Organize",
"page-name": "Page Name", "page-name": "Page Name",
"pages": "Pages", "pages": "Pages",
"profile": "Profile", "profile": "Profile",

View File

@ -4,7 +4,7 @@
<v-btn-toggle v-model="filter" mandatory color="primary"> <v-btn-toggle v-model="filter" mandatory color="primary">
<v-btn small value="category"> <v-btn small value="category">
<v-icon>mdi-tag-multiple</v-icon> <v-icon>mdi-tag-multiple</v-icon>
{{ $t("category.category") }} {{ $t("recipe.categories") }}
</v-btn> </v-btn>
<v-btn small value="tag"> <v-btn small value="tag">

View File

@ -5,7 +5,7 @@
<v-tabs-slider></v-tabs-slider> <v-tabs-slider></v-tabs-slider>
<v-tab href="#event-notifications"> <v-tab href="#event-notifications">
Notify {{$t('settings.notify')}}
<v-icon>mdi-bell-alert</v-icon> <v-icon>mdi-bell-alert</v-icon>
</v-tab> </v-tab>
<v-tab href="#category-editor"> <v-tab href="#category-editor">
@ -18,7 +18,7 @@
<v-icon>mdi-tag-multiple-outline</v-icon> <v-icon>mdi-tag-multiple-outline</v-icon>
</v-tab> </v-tab>
<v-tab href="#organize"> <v-tab href="#organize">
Organize {{$t('settings.organize')}}
<v-icon>mdi-broom</v-icon> <v-icon>mdi-broom</v-icon>
</v-tab> </v-tab>
</v-tabs> </v-tabs>