mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-01-22 08:51:19 -05:00
* New translations en-US.json (Danish) * New translations en-US.json (German) * New translations en-US.json (German) * New translations en-US.json (Dutch) * New translations en-US.json (Polish) * New translations en-US.json (Turkish) * New translations en-US.json (Dutch) * New translations en-US.json (Polish) * New translations en-US.json (Turkish)
36 lines
1.3 KiB
JSON
36 lines
1.3 KiB
JSON
{
|
||
"generic": {
|
||
"server-error": "Beklenmedik bir hata oluştu"
|
||
},
|
||
"recipe": {
|
||
"unique-name-error": "Tarif adları benzersiz olmalıdır"
|
||
},
|
||
"mealplan": {
|
||
"no-recipes-match-your-rules": "No recipes match your rules"
|
||
},
|
||
"user": {
|
||
"user-updated": "User updated",
|
||
"password-updated": "Password updated",
|
||
"invalid-current-password": "Invalid current password",
|
||
"ldap-update-password-unavailable": "Parola güncellenemiyor, kullanıcı LDAP tarafından kontrol ediliyor"
|
||
},
|
||
"group": {
|
||
"report-deleted": "Rapor silindi."
|
||
},
|
||
"exceptions": {
|
||
"permission_denied": "Bu eylemi gerçekleştirme izniniz yok",
|
||
"no-entry-found": "İstenen kaynak bulunamadı",
|
||
"integrity-error": "Veritabanı bütünlüğü hatası",
|
||
"username-conflict-error": "Bu kullanıcı adı zaten alınmış",
|
||
"email-conflict-error": "Bu e-posta adresi zaten kullanılmakta"
|
||
},
|
||
"notifications": {
|
||
"generic-created": "{name} oluşturuldu",
|
||
"generic-updated": ":{name} güncellendi",
|
||
"generic-created-with-url": "{name} oluşturuldu, {url}",
|
||
"generic-updated-with-url": "{name} güncellendi, {url}",
|
||
"generic-duplicated": "{name} yinelendi",
|
||
"generic-deleted": "{name} silindi"
|
||
}
|
||
}
|