mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-01-05 00:21:21 -05:00
* New translations en-US.json (Romanian) * New translations en-US.json (Norwegian) * New translations en-US.json (English, United Kingdom) * New translations en-US.json (Portuguese, Brazilian) * New translations en-US.json (Vietnamese) * New translations en-US.json (Chinese Traditional) * New translations en-US.json (Chinese Simplified) * New translations en-US.json (Ukrainian) * New translations en-US.json (Turkish) * New translations en-US.json (Swedish) * New translations en-US.json (Serbian (Cyrillic)) * New translations en-US.json (Slovak) * New translations en-US.json (Russian) * New translations en-US.json (Portuguese) * New translations en-US.json (Polish) * New translations en-US.json (Dutch) * New translations en-US.json (French) * New translations en-US.json (Korean) * New translations en-US.json (Japanese) * New translations en-US.json (Italian) * New translations en-US.json (Hungarian) * New translations en-US.json (Hebrew) * New translations en-US.json (Finnish) * New translations en-US.json (Greek) * New translations en-US.json (German) * New translations en-US.json (Danish) * New translations en-US.json (Czech) * New translations en-US.json (Catalan) * New translations en-US.json (Arabic) * New translations en-US.json (Afrikaans) * New translations en-US.json (Spanish) * New translations en-US.json (French, Canada)
14 lines
393 B
JSON
14 lines
393 B
JSON
{
|
|
"generic": {
|
|
"server-error": "An unexpected error occurred"
|
|
},
|
|
"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"
|
|
}
|
|
}
|