Skip to content

Commit

Permalink
Merge pull request #93 from creative-commoners/pulls/1.13/tx-1699241297
Browse files Browse the repository at this point in the history
TLN Update translations
  • Loading branch information
GuySartorelli authored Nov 6, 2023
2 parents c0062cc + 8660060 commit 898d2d4
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 5 deletions.
17 changes: 15 additions & 2 deletions lang/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,23 +19,36 @@ 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'
CODE_502: '502 - Bad Gateway'
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: '<p>Sorry, it seems you were trying to access a page that doesn''t exist.</p><p>Please check the spelling of the URL you were trying to access and try again.</p>'
DEFAULTERRORPAGETITLE: 'Page not found'
DEFAULTSERVERERRORPAGECONTENT: '<p>Sorry, there was a problem with handling your request.</p>'
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'
2 changes: 1 addition & 1 deletion lang/eo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ eo:
DEFAULTSERVERERRORPAGECONTENT: '<p>Bedaŭrinde okazis problemo pri la traktado de via peto.</p>'
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'
Expand Down
2 changes: 1 addition & 1 deletion lang/it.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ it:
DEFAULTSERVERERRORPAGECONTENT: '<p>Spiacente, c''è stato un problema nella gestione della richiesta.</p>'
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'
Expand Down
2 changes: 1 addition & 1 deletion lang/pl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ pl:
DEFAULTSERVERERRORPAGECONTENT: '<p>Wystąpił problem z obsługą Twojego żądania.</p>'
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}'
Expand Down

0 comments on commit 898d2d4

Please sign in to comment.