mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-08 23:15:27 +02:00
Feature/improve localization (#1147)
* use locale to set language header * rewrite i18n provider and drop dependency * rename file * rename CrudMixin to HttpRepo * refactor: code-cleanup * add crowdin source * remove unused translations * grab translations from dev branch * add translation support for foods, units, and labels * remove rich import
This commit is contained in:
parent
db095656e1
commit
7866f0f46e
71 changed files with 4736 additions and 3642 deletions
|
@ -1,63 +1,63 @@
|
|||
{
|
||||
"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",
|
||||
"about": "Hakkında",
|
||||
"about-mealie": "Mealie hakkında",
|
||||
"api-docs": "API Dökümentasyonu",
|
||||
"api-port": "API port",
|
||||
"application-mode": "Uygulama Modu",
|
||||
"database-type": "Veritabanı Türü",
|
||||
"database-url": "Veritabanı Sunucu URL'si",
|
||||
"default-group": "Varsayılan Grup",
|
||||
"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"
|
||||
"demo-status": "Demo durumu",
|
||||
"development": "Geliştirme",
|
||||
"docs": "Dökümanlar",
|
||||
"download-log": "Logu indir",
|
||||
"download-recipe-json": "Son Kazınmış JSON",
|
||||
"github": "GitHub",
|
||||
"log-lines": "Log satırlar",
|
||||
"not-demo": "Demo Değil",
|
||||
"portfolio": "Portföy",
|
||||
"production": "Üretim",
|
||||
"support": "Destek",
|
||||
"version": "Versiyon"
|
||||
},
|
||||
"asset": {
|
||||
"assets": "Assets",
|
||||
"code": "Code",
|
||||
"file": "File",
|
||||
"image": "Image",
|
||||
"new-asset": "New Asset",
|
||||
"assets": "Varlıklar",
|
||||
"code": "Kod",
|
||||
"file": "Dosya",
|
||||
"image": "Resim",
|
||||
"new-asset": "Yeni Varlık",
|
||||
"pdf": "PDF",
|
||||
"recipe": "Recipe",
|
||||
"recipe": "Tarif",
|
||||
"show-assets": "Show Assets"
|
||||
},
|
||||
"category": {
|
||||
"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}"
|
||||
"category-created": "Kategori oluşturuldu",
|
||||
"category-creation-failed": "Kategori oluşturma başarısız",
|
||||
"category-deleted": "Kategori silindi",
|
||||
"category-deletion-failed": "Kategori silinme başarısız",
|
||||
"category-filter": "Kategori Filteri",
|
||||
"category-update-failed": "Kategori güncellemesi başarısız oldu",
|
||||
"category-updated": "Kategori güncellendi",
|
||||
"uncategorized-count": "{count} Kategorize edilmemiş"
|
||||
},
|
||||
"events": {
|
||||
"apprise-url": "Apprise URL",
|
||||
"database": "Database",
|
||||
"delete-event": "Delete Event",
|
||||
"apprise-url": "Url'yi bildir",
|
||||
"database": "Veritabanı",
|
||||
"delete-event": "Etkinlik Sil",
|
||||
"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"
|
||||
"new-version": "Yeni bir sürüm var!",
|
||||
"notification": "Bildirimler",
|
||||
"refresh": "Yenile",
|
||||
"scheduled": "Planlandı",
|
||||
"something-went-wrong": "Bir sorun oluştu!",
|
||||
"subscribed-events": "Abone Olunan Etkinlikler",
|
||||
"test-message-sent": "Test Mesajı Gönderildi"
|
||||
},
|
||||
"general": {
|
||||
"cancel": "Cancel",
|
||||
"clear": "Clear",
|
||||
"cancel": "İptal",
|
||||
"clear": "Temizle",
|
||||
"close": "Close",
|
||||
"confirm": "Confirm",
|
||||
"confirm-delete-generic": "Are you sure you want to delete this?",
|
||||
|
@ -486,4 +486,4 @@
|
|||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue