mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-02-13 03:13:12 -05:00
New Crowdin updates (#1618)
* New translations en-US.json (Czech) * New translations en-US.json (Swedish) * New translations en-US.json (Polish) * New translations en-US.json (Portuguese) * New translations en-US.json (Russian) * New translations en-US.json (Slovak) * New translations en-US.json (Slovenian) * New translations en-US.json (Serbian (Cyrillic)) * New translations en-US.json (Turkish) * New translations en-US.json (Dutch) * New translations en-US.json (Ukrainian) * New translations en-US.json (Chinese Simplified) * New translations en-US.json (Chinese Traditional) * New translations en-US.json (Vietnamese) * New translations en-US.json (Portuguese, Brazilian) * New translations en-US.json (English, United Kingdom) * New translations en-US.json (Norwegian) * New translations en-US.json (Lithuanian) * New translations en-US.json (Romanian) * New translations en-US.json (Danish) * New translations en-US.json (French) * New translations en-US.json (Spanish) * New translations en-US.json (Afrikaans) * New translations en-US.json (Arabic) * New translations en-US.json (Bulgarian) * New translations en-US.json (Catalan) * New translations en-US.json (German) * New translations en-US.json (Korean) * New translations en-US.json (Greek) * New translations en-US.json (Finnish) * New translations en-US.json (Hebrew) * New translations en-US.json (Hungarian) * New translations en-US.json (Italian) * New translations en-US.json (Japanese) * New translations en-US.json (French, Canada) * New translations en-US.json (German) * New translations en-US.json (Swedish) * New translations en-US.json (Ukrainian) * New translations en-US.json (Czech) * New translations en-US.json (Catalan) * New translations en-US.json (Catalan) * New translations en-US.json (Czech) * New translations en-US.json (Catalan) * New translations en-US.json (Catalan) * New translations en-US.json (Catalan) * New translations en-US.json (Czech) * New translations en-US.json (Spanish) * New translations en-US.json (Catalan) * New translations en-US.json (Spanish) * New translations en-US.json (Catalan) * New translations en-US.json (Spanish) * New translations en-US.json (Spanish) * New translations en-US.json (Catalan) * New translations en-US.json (Spanish) * New translations en-US.json (Spanish) * New translations en-US.json (Catalan) * New translations en-US.json (Catalan) * New translations en-US.json (Catalan) * New translations en-US.json (Danish) * New translations en-US.json (Catalan) * New translations en-US.json (Spanish) * New translations en-US.json (Spanish) * New translations en-US.json (Spanish) * New translations en-US.json (Turkish) * New translations en-US.json (Turkish) * New translations en-US.json (Turkish)
This commit is contained in:
@@ -1,22 +1,22 @@
|
||||
{
|
||||
"generic": {
|
||||
"server-error": "An unexpected error occurred"
|
||||
"server-error": "S'ha produït un error inesperat"
|
||||
},
|
||||
"recipe": {
|
||||
"unique-name-error": "Recipe names must be unique"
|
||||
"unique-name-error": "El nom de la recepta ha de ser únic"
|
||||
},
|
||||
"exceptions": {
|
||||
"permission_denied": "You do not have permission to perform this action",
|
||||
"no-entry-found": "The requested resource was not found",
|
||||
"integrity-error": "Database integrity error",
|
||||
"username-conflict-error": "This username is already taken",
|
||||
"email-conflict-error": "This email is already in use"
|
||||
"permission_denied": "No teniu autorització per executar aquesta acció",
|
||||
"no-entry-found": "No s'ha trobat el recurs demanat",
|
||||
"integrity-error": "S'ha produït un error en la integritat de la base de dades",
|
||||
"username-conflict-error": "Aquest nom d'usuari ja està en ús",
|
||||
"email-conflict-error": "Aquest correu electrònic ja està en ús"
|
||||
},
|
||||
"notifications": {
|
||||
"generic-created": "{name} was created",
|
||||
"generic-updated": "{name} was updated",
|
||||
"generic-created-with-url": "{name} has been created, {url}",
|
||||
"generic-updated-with-url": "{name} has been updated, {url}",
|
||||
"generic-deleted": "{name} has been deleted"
|
||||
"generic-created": "S'ha creat: {name}",
|
||||
"generic-updated": "S'ha actualitzat: {name}",
|
||||
"generic-created-with-url": "{name} ha estat creat, {url}",
|
||||
"generic-updated-with-url": "{name} ha estat actualitzat, {url}",
|
||||
"generic-deleted": "{name} ha estat eliminat"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,22 +1,22 @@
|
||||
{
|
||||
"generic": {
|
||||
"server-error": "An unexpected error occurred"
|
||||
"server-error": "Se ha producido un error inesperado"
|
||||
},
|
||||
"recipe": {
|
||||
"unique-name-error": "Recipe names must be unique"
|
||||
"unique-name-error": "El nombre de la receta debe ser único"
|
||||
},
|
||||
"exceptions": {
|
||||
"permission_denied": "You do not have permission to perform this action",
|
||||
"no-entry-found": "The requested resource was not found",
|
||||
"integrity-error": "Database integrity error",
|
||||
"username-conflict-error": "This username is already taken",
|
||||
"email-conflict-error": "This email is already in use"
|
||||
"permission_denied": "No tiene permiso para realizar esta acción",
|
||||
"no-entry-found": "No se ha encontrado el recurso solicitado",
|
||||
"integrity-error": "Error de integridad de la base de Datos",
|
||||
"username-conflict-error": "Este nombre de usuario ya está en uso",
|
||||
"email-conflict-error": "Este correo electrónico ya está en uso"
|
||||
},
|
||||
"notifications": {
|
||||
"generic-created": "{name} was created",
|
||||
"generic-updated": "{name} was updated",
|
||||
"generic-created-with-url": "{name} has been created, {url}",
|
||||
"generic-updated-with-url": "{name} has been updated, {url}",
|
||||
"generic-deleted": "{name} has been deleted"
|
||||
"generic-created": "{name} creado/a",
|
||||
"generic-updated": "{name} actualizado/a",
|
||||
"generic-created-with-url": "Se ha creado {name}, {url}",
|
||||
"generic-updated-with-url": "Se ha actualizado {name}, {url}",
|
||||
"generic-deleted": "Se ha eliminado {name}"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
{
|
||||
"generic": {
|
||||
"server-error": "An unexpected error occurred"
|
||||
"server-error": "Beklenmedik bir hata oluştu"
|
||||
},
|
||||
"recipe": {
|
||||
"unique-name-error": "Recipe names must be unique"
|
||||
},
|
||||
"exceptions": {
|
||||
"permission_denied": "You do not have permission to perform this action",
|
||||
"no-entry-found": "The requested resource was not found",
|
||||
"integrity-error": "Database integrity error",
|
||||
"username-conflict-error": "This username is already taken",
|
||||
"email-conflict-error": "This email is already in use"
|
||||
"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} was created",
|
||||
|
||||
Reference in New Issue
Block a user