Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TLN Update translations #93

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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