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

View File

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

View File

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