From 8660060a92748167572e7e4667c6919ffaed1c8a Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Mon, 6 Nov 2023 16:28:17 +1300 Subject: [PATCH] TLN Update translations --- lang/en.yml | 17 +++++++++++++++-- lang/eo.yml | 2 +- lang/it.yml | 2 +- lang/pl.yml | 2 +- 4 files changed, 18 insertions(+), 5 deletions(-) diff --git a/lang/en.yml b/lang/en.yml index 3391ae9..c674caa 100644 --- a/lang/en.yml +++ b/lang/en.yml @@ -19,8 +19,16 @@ en: CODE_415: '415 - Unsupported Media Type' CODE_416: '416 - Request Range Not Satisfiable' CODE_417: '417 - Expectation Failed' + CODE_418: '418 - I''m a teapot' + CODE_421: '421 - Misdirected Request' CODE_422: '422 - Unprocessable Entity' + CODE_423: '423 - Locked' + CODE_424: '424 - Failed Dependency' + CODE_425: '425 - Too Early' + CODE_426: '426 - Upgrade Required' + CODE_428: '428 - Precondition Required' CODE_429: '429 - Too Many Requests' + CODE_431: '431 - Request Header Fields Too Large' CODE_451: '451 - Unavailable For Legal Reasons' CODE_500: '500 - Internal Server Error' CODE_501: '501 - Not Implemented' @@ -28,14 +36,19 @@ en: CODE_503: '503 - Service Unavailable' CODE_504: '504 - Gateway Timeout' CODE_505: '505 - HTTP Version Not Supported' + CODE_506: '506 - Variant Also Negotiates' + CODE_507: '507 - Insufficient Storage' + CODE_508: '508 - Loop Detected' + CODE_510: '510 - Not Extended' + CODE_511: '511 - Network Authentication Required' DEFAULTERRORPAGECONTENT: '

Sorry, it seems you were trying to access a page that doesn''t exist.

Please check the spelling of the URL you were trying to access and try again.

' DEFAULTERRORPAGETITLE: 'Page not found' DEFAULTSERVERERRORPAGECONTENT: '

Sorry, there was a problem with handling your request.

' DEFAULTSERVERERRORPAGETITLE: 'Server error' DESCRIPTION: 'Custom content for different error cases (e.g. "Page not found")' - PLURALNAME: 'Base Pages' + PLURALNAME: 'Error Pages' PLURALS: one: 'An Error Page' - other: '{count} Base Pages' + other: '{count} Error Pages' SINGULARNAME: 'Error Page' db_ErrorCode: 'Error code' diff --git a/lang/eo.yml b/lang/eo.yml index 27cdb65..fc4a5c1 100644 --- a/lang/eo.yml +++ b/lang/eo.yml @@ -33,7 +33,7 @@ eo: DEFAULTSERVERERRORPAGECONTENT: '

Bedaŭrinde okazis problemo pri la traktado de via peto.

' DEFAULTSERVERERRORPAGETITLE: 'Servila eraro' DESCRIPTION: 'Propra enhavo por diversaj prieraraj okazoj (ekz-e "Ne trovis la paĝon")' - PLURALNAME: 'Bazaj paĝoj' + PLURALNAME: 'Eraraj paĝoj' PLURALS: one: '1 baza paĝo' other: '{count} bazaj paĝoj' diff --git a/lang/it.yml b/lang/it.yml index 2bc435f..f47453f 100644 --- a/lang/it.yml +++ b/lang/it.yml @@ -33,7 +33,7 @@ it: DEFAULTSERVERERRORPAGECONTENT: '

Spiacente, c''è stato un problema nella gestione della richiesta.

' DEFAULTSERVERERRORPAGETITLE: 'Errore server' DESCRIPTION: 'Contenuto personalizzato per i differenti casi di errore (per esempio "Pagina non trovata")' - PLURALNAME: 'Pagine Base' + PLURALNAME: 'Pagine di Errore' PLURALS: many: '{count} Pagine Errore' one: 'Una Pagina Errore' diff --git a/lang/pl.yml b/lang/pl.yml index da07d4d..937cf86 100644 --- a/lang/pl.yml +++ b/lang/pl.yml @@ -33,7 +33,7 @@ pl: DEFAULTSERVERERRORPAGECONTENT: '

Wystąpił problem z obsługą Twojego żądania.

' DEFAULTSERVERERRORPAGETITLE: 'Błąd serwera' DESCRIPTION: 'Niestandardowa treść dla różnych przypadków błędu (np. "Nie znaleziono strony")' - PLURALNAME: Strony + PLURALNAME: 'Strony błędów' PLURALS: few: 'Stron błędów {count}' many: 'Stron błędów {count}'