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 #11126

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
2 changes: 2 additions & 0 deletions lang/de.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,8 @@ de:
VALIDATEMAXLENGTH: 'Der für {name} eingegebene Wert darf nicht mehr als {maxLength} Zeichen lang sein'
SilverStripe\Forms\TimeField:
VALIDATEFORMAT: 'Bitte geben Sie die Uhrzeit im korrekten Format ein ({format})'
SilverStripe\Forms\UrlField:
INVALID: 'Bitte geben Sie eine gültige URL ein'
SilverStripe\ORM\DataObject:
PLURALNAME: DatenObjekte
PLURALS:
Expand Down
24 changes: 22 additions & 2 deletions lang/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,22 @@ en:
SilverStripe\Control\RequestProcessor:
INVALID_REQUEST: 'Invalid request'
REQUEST_ABORTED: 'Request aborted'
SilverStripe\Dev\DevBuildController:
CAN_DEV_BUILD_DESCRIPTION: 'Can execute /dev/build'
CAN_DEV_BUILD_HELP: 'Can execute the build command (/dev/build).'
SilverStripe\Dev\DevConfigController:
CAN_DEV_CONFIG_DESCRIPTION: 'Can view /dev/config'
CAN_DEV_CONFIG_HELP: 'Can view all application configuration (/dev/config).'
SilverStripe\Dev\DevConfirmationController:
INFO_DESCRIPTION: 'Confirm potentially dangerous operation'
INFO_TITLE: 'Security Confirmation'
SilverStripe\Dev\DevelopmentAdmin:
ALL_DEV_ADMIN_DESCRIPTION: 'Can view and execute all /dev endpoints'
ALL_DEV_ADMIN_HELP: 'Can view and execute all /dev endpoints'
PERMISSIONS_CATEGORY: 'Dev permissions'
SilverStripe\Dev\TaskRunner:
BUILDTASK_CAN_RUN_DESCRIPTION: 'Can view and execute all /dev/tasks'
BUILDTASK_CAN_RUN_HELP: 'Can view and execute all Build Tasks (/dev/tasks). This may still be overriden by individual task view permissions'
SilverStripe\Forms\CheckboxField:
NOANSWER: 'No'
YESANSWER: 'Yes'
Expand Down Expand Up @@ -111,9 +124,9 @@ en:
NEW: 'Add new record'
NEXT: 'Go to next record'
PREVIOUS: 'Go to previous record'
ViewPermissionsFailure: 'It seems you don''t have the necessary permissions to view "{ObjectTitle}"'
SAVETOASTMESSAGE: 'Saved {type} "{title}" successfully.'
SAVEDUP: 'Saved successfully.'
SAVETOASTMESSAGE: 'Saved {type} "{title}" successfully.'
ViewPermissionsFailure: 'It seems you don''t have the necessary permissions to view "{ObjectTitle}"'
SilverStripe\Forms\GridField\GridFieldEditButton:
EDIT: Edit
SilverStripe\Forms\GridField\GridFieldFilterHeader:
Expand Down Expand Up @@ -141,10 +154,16 @@ en:
IsNullLabel: 'Is Null'
SilverStripe\Forms\NumericField:
VALIDATION: '''{value}'' is not a number, only numbers can be accepted for this field'
SilverStripe\Forms\SearchableDropdownTrait:
SELECT: Select...
SELECT_OR_TYPE_TO_SEARCH: 'Select or type to search...'
TYPE_TO_SEARCH: 'Type to search...'
SilverStripe\Forms\TextField:
VALIDATEMAXLENGTH: 'The value for {name} must not exceed {maxLength} characters in length'
SilverStripe\Forms\TimeField:
VALIDATEFORMAT: 'Please enter a valid time format ({format})'
SilverStripe\Forms\UrlField:
INVALID: 'Please enter a valid URL'
SilverStripe\ORM\DataObject:
GENERALSEARCH: 'General Search'
PLURALNAME: 'Data Objects'
Expand Down Expand Up @@ -290,6 +309,7 @@ en:
CURRENT_PASSWORD: 'Current Password'
EDIT_PASSWORD: 'New Password'
EMAIL: Email
EMAIL_FAILED: 'There was an error when trying to email you a password reset link.'
EMPTYNEWPASSWORD: 'The new password can''t be empty, please try again'
ENTEREMAIL: 'Please enter an email address to get a password reset link.'
ERRORLOCKEDOUT2: 'Your account has been temporarily disabled because of too many failed attempts at logging in. Please try again in {count} minutes.'
Expand Down
5 changes: 5 additions & 0 deletions lang/eo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ eo:
CURRENT_PASSWORD_MISSING: 'Vi devas enigi vian aktualan pasvorton.'
LOGGED_IN_ERROR: 'Vi devas ensaluti por ŝanĝi vian pasvorton.'
MAXIMUM: 'Pasvorto devas esti ne pli ol {min} signojn longa.'
RANDOM_IF_EMPTY: 'Se ĉi tiu estas vaka, tiam aŭtomate generiĝos hazarda pasvorto.'
SHOWONCLICKTITLE: 'Ŝangi Pasvorton'
SilverStripe\Forms\DateField:
NOTSET: 'ne sendita'
Expand Down Expand Up @@ -144,6 +145,8 @@ eo:
VALIDATEMAXLENGTH: 'La valoro por {name} devas ne havi longon pli ol {maxLength} signoj'
SilverStripe\Forms\TimeField:
VALIDATEFORMAT: 'Bonvole enigu validan horan formaton ({format})'
SilverStripe\Forms\UrlField:
INVALID: 'Bonvole enigu validan URL-on'
SilverStripe\ORM\DataObject:
GENERALSEARCH: 'Ĝenerala serĉo'
PLURALNAME: 'Datumaj Objektoj'
Expand Down Expand Up @@ -260,7 +263,9 @@ eo:
db_CanEditType: 'Povas redakti tipon'
db_CanViewType: 'Povas vidi tipon'
many_many_EditorGroups: 'Grupoj de redaktantoj'
many_many_EditorMembers: 'Redaktantaj membroj'
many_many_ViewerGroups: 'Grupoj de vidantoj'
many_many_ViewerMembers: 'Vidantaj membroj'
SilverStripe\Security\LoginAttempt:
Email: 'Retpoŝta adreso'
EmailHashed: 'Retpoŝta adreso (haketa)'
Expand Down
2 changes: 2 additions & 0 deletions lang/es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ es:
VALIDATEMAXLENGTH: 'El valor para {name} no puede exceder los {maxLength} caracteres de longitud'
SilverStripe\Forms\TimeField:
VALIDATEFORMAT: 'Por favor, introduzca un formato de tiempo válido ({format})'
SilverStripe\Forms\UrlField:
INVALID: 'Por favor, ingrese una URL válida'
SilverStripe\ORM\DataObject:
PLURALNAME: 'Objetos de Datos'
PLURALS:
Expand Down
2 changes: 2 additions & 0 deletions lang/fa_IR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ fa_IR:
IsNullLabel: 'خالی است'
SilverStripe\Forms\TimeField:
VALIDATEFORMAT: 'لطفاً یک قالب زمان معتبر وارد نمایید ({format})'
SilverStripe\Forms\UrlField:
INVALID: 'لطفاً نشانی اینترنتی معتبر وارد نمایید'
SilverStripe\ORM\DataObject:
PLURALNAME: 'داده‌های اشیاء'
SINGULARNAME: 'داده اشیاء'
Expand Down
2 changes: 2 additions & 0 deletions lang/fi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ fi:
VALIDATEMAXLENGTH: '{name}-arvo ei voi ylittää {maxLength} merkin määrää.'
SilverStripe\Forms\TimeField:
VALIDATEFORMAT: 'Ole hyvä ja kirjaa päivämäärä sallitussa muodossa ({format})'
SilverStripe\Forms\UrlField:
INVALID: 'URL-osoitteen on oltava kelvollinen'
SilverStripe\ORM\DataObject:
PLURALNAME: Dataobjektit
PLURALS:
Expand Down
2 changes: 2 additions & 0 deletions lang/fr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ fr:
VALIDATION: "«\_{value}\_» n’est pas un nombre, seul type de donnée acceptée dans ce champ "
SilverStripe\Forms\TimeField:
VALIDATEFORMAT: 'Merci de saisir un format de date valide ({format})'
SilverStripe\Forms\UrlField:
INVALID: 'Saisissez une URl valide'
SilverStripe\ORM\DataObject:
PLURALNAME: 'Modèles de donnée'
PLURALS:
Expand Down
2 changes: 2 additions & 0 deletions lang/hr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ hr:
VIEW: Pregled
SilverStripe\Forms\MoneyField:
FIELDLABELCURRENCY: Valuta
SilverStripe\Forms\UrlField:
INVALID: 'Molimo unesite ispravan link'
SilverStripe\ORM\DataObject:
PLURALNAME: 'Podatkovni objekti'
SINGULARNAME: 'Podatkovni objekt'
Expand Down
2 changes: 2 additions & 0 deletions lang/hu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ hu:
View: View
SilverStripe\Forms\GridField\GridFieldViewButton:
VIEW: View
SilverStripe\Forms\UrlField:
INVALID: 'Kérjük adjon meg egy működő linket'
SilverStripe\ORM\FieldType\DBBoolean:
ANY: Bármely
SilverStripe\ORM\FieldType\DBEnum:
Expand Down
2 changes: 2 additions & 0 deletions lang/id.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ id:
VALIDATION: '''{value}'' bukan angka, hanya angka yang dapat diterima isian ini'
SilverStripe\Forms\TimeField:
VALIDATEFORMAT: 'Isikan format waktu yang benar ({format})'
SilverStripe\Forms\UrlField:
INVALID: 'Isikan URL yang valid'
SilverStripe\ORM\DataObject:
PLURALNAME: 'Obyek Data'
SINGULARNAME: 'Obyek Data'
Expand Down
2 changes: 2 additions & 0 deletions lang/lt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ lt:
VALIDATEMAXLENGTH: '''{name}'' reikšmė negali būti ilgesnė nei {maxLength} simbolių ilgio.'
SilverStripe\Forms\TimeField:
VALIDATEFORMAT: 'Prašome suvesti laiką teisingu formatu ({format})'
SilverStripe\Forms\UrlField:
INVALID: 'Prašome įvesti teisingą URL adresą'
SilverStripe\ORM\DataObject:
PLURALNAME: 'Duomenų objektai'
SINGULARNAME: 'Duomenų objektas'
Expand Down
23 changes: 13 additions & 10 deletions lang/nl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ nl:
REMOVE: Verwijder
SilverStripe\Control\ChangePasswordEmail_ss:
CHANGEPASSWORDFOREMAIL: 'Het wachtwoord voor het account met e-mailadres {email} is zojuist aangepast. Heb je geen wachtwoord aangepast, gebruik van onderstaande knop om uit veiligheidsoverwegingen je wachtwoord opnieuw in te stellen.'
CHANGEPASSWORDTEXT1: 'U heeft het wachtwoord veranderd voor'
CHANGEPASSWORDTEXT1: 'Je hebt het wachtwoord veranderd voor'
CHANGEPASSWORDTEXT3: 'Wachtwoord opnieuw instellen'
HELLO: Hallo
SilverStripe\Control\Email\ForgotPasswordEmail_ss:
HELLO: Hallo
TEXT1: 'Je hebt aangegeven je wachtwoord te zijn vergeten. Klik op de knop '
TEXT2: 'herstel wachtwoord'
TEXT2: 'reset wachtwoord'
TEXT3: ', om je wachtwoord opnieuw in te stellen voor '
SilverStripe\Control\Middleware\ConfirmationMiddleware\GetParameter:
CONFIRMATION_NAME: '"{key}" GET parameter'
Expand All @@ -38,10 +38,11 @@ nl:
SilverStripe\Forms\ConfirmedPasswordField:
ATLEAST: 'Een wachtwoord moet tenminste {min} karakters hebben.'
BETWEEN: 'Een wachtwoord moet tussen de {min} en {max} karakters hebben'
CURRENT_PASSWORD_ERROR: 'Het wachtwoord dat u heeft ingevoerd is niet juist.'
CURRENT_PASSWORD_ERROR: 'Het wachtwoord dat je ingevoerd hebt is onjuist.'
CURRENT_PASSWORD_MISSING: 'Voer je huidige wachtwoord in.'
LOGGED_IN_ERROR: 'Je moet ingelogd zijn om je wachtwoord te kunnen veranderen!'
MAXIMUM: 'Een wachtwoord mag maximaal {max} karakters hebben.'
RANDOM_IF_EMPTY: 'Als je dit veld leeg laat, wordt er automatisch een willekeurig wachtwoord gegenereerd.'
SHOWONCLICKTITLE: 'Verander wachtwoord'
SilverStripe\Forms\DateField:
NOTSET: 'niet ingesteld'
Expand Down Expand Up @@ -119,7 +120,7 @@ nl:
Search: 'Zoek naar "{name}"'
SearchFormFaliure: 'Er kon geen zoekformulier worden aangemaakt'
SilverStripe\Forms\GridField\GridFieldGroupDeleteAction:
UnlinkSelfFailure: 'U kunt uzelf niet verwijderen van deze groep, omdat u dan geen admin-rechten meer heeft.'
UnlinkSelfFailure: 'Je kan jezelf niet verwijderen van deze groep, omdat je dan geen admin-rechten meer hebt.'
SilverStripe\Forms\GridField\GridFieldPaginator:
OF: van
Page: Pagina
Expand All @@ -144,6 +145,8 @@ nl:
VALIDATEMAXLENGTH: 'De waarde voor {name} mag niet langer zijn dan {maxLength} tekens.'
SilverStripe\Forms\TimeField:
VALIDATEFORMAT: 'Vul een geldig datumformaat in ({format})'
SilverStripe\Forms\UrlField:
INVALID: 'Vul een geldige URL in'
SilverStripe\ORM\DataObject:
GENERALSEARCH: 'Alles doorzoeken'
PLURALNAME: 'Data objecten'
Expand Down Expand Up @@ -221,7 +224,7 @@ nl:
Description: 'Omschrijving '
GROUPNAME: 'Groep naam'
GroupReminder: 'Als u de bovenliggende groep selecteert, neemt deze groep alle rollen over'
HierarchyPermsError: 'U moet (ADMIN) rechten hebben om de bovenliggende groep "{group}" toe te kennen'
HierarchyPermsError: 'Je moet (ADMIN) rechten hebben om de bovenliggende groep "{group}" toe te kennen'
Locked: 'Gesloten?'
MEMBERS: Leden
NEWGROUP: 'Nieuwe groep'
Expand Down Expand Up @@ -290,7 +293,7 @@ nl:
INTERFACELANG: 'Interface taal'
KEEP_ME_SIGNED_IN: 'Ingelogd blijven gedurende {count} dagen'
KEEP_ME_SIGNED_IN_TOOLTIP: 'Onthoud gedurende {count} dagen de inloggegevens op dit apparaat. Gebruik dit alleen op vertrouwde apparaten.'
LOGGEDINAS: 'U bent ingelogd als {name}.'
LOGGEDINAS: 'Je bent ingelogd als {name}.'
NEWPASSWORD: 'Nieuw wachtwoord'
PASSWORD: Wachtwoord
PASSWORDEXPIRED: 'Je wachtwoord is verlopen. Kies een nieuw wachtwoord.'
Expand All @@ -301,7 +304,7 @@ nl:
RequiresPasswordChangeOnNextLogin: 'Vereist wachtwoordwijziging bij volgende aanmelding'
SINGULARNAME: Lid
SUBJECTPASSWORDCHANGED: 'Je wachtwoord is aangepast'
SUBJECTPASSWORDRESET: 'Je wachtwoord opnieuw instellen'
SUBJECTPASSWORDRESET: 'Wachtwoord opnieuw instellen'
SURNAME: Achternaam
VALIDATIONADMINLOSTACCESS: 'Niet mogelijk om alle admin-groepen te verwijderen van je profiel'
VALIDATIONMEMBEREXISTS: 'Er bestaat al een gebruiker met dezelfde {identifier}'
Expand Down Expand Up @@ -379,7 +382,7 @@ nl:
PLURALS:
one: 'Een permissiecode'
other: '{count} permissiecodes'
PermsError: 'U moet (ADMIN) rechten hebben om de code "{code}" toe te kennen'
PermsError: 'Je moet (ADMIN) rechten hebben om de code "{code}" toe te kennen'
SINGULARNAME: Permissiecode
db_Code: Code
has_one_Role: Rol
Expand All @@ -392,7 +395,7 @@ nl:
has_one_LoginSession: inlogsessie
has_one_Member: Lid
SilverStripe\Security\Security:
ALREADYLOGGEDIN: 'U hebt geen toegang tot deze pagina. Als u een andere account met de nodige rechten hebt, kan u hieronder opnieuw inloggen.'
ALREADYLOGGEDIN: 'Je hebt geen toegang tot deze pagina. Als je een ander account met de nodige rechten hebt, kun je hieronder opnieuw inloggen.'
BUTTONSEND: 'Nieuw wachtwoord aanmaken'
CHANGEPASSWORDBELOW: 'Je kan hieronder het wachtwoord veranderen.'
CHANGEPASSWORDHEADER: 'Wachtwoord veranderen'
Expand All @@ -402,7 +405,7 @@ nl:
LOGIN: Inloggen
LOGOUT: Uitloggen
LOSTPASSWORDHEADER: 'Wachtwoord vergeten'
NOTEPAGESECURED: 'Deze pagina is beveiligd. Voer uw gegevens in en u wordt automatisch doorgestuurd.'
NOTEPAGESECURED: 'Deze pagina is beveiligd. Voer je gegevens in en je wordt automatisch doorgestuurd.'
NOTERESETLINKINVALID: '<p>De reset link is ongeldig of verlopen.</p><p>Je kan <a href="{link1}">hier</a> een nieuwe link aanvragen of het wachtwoord veranderen nadat je bent <a href="{link2}">ingelogd</a>.</p>'
NOTERESETPASSWORD: 'Voer je e-mailadres in en we sturen een link waarmee je een nieuw wachtwoord kunt instellen.'
PASSWORDRESETSENTHEADER: Verzonden
Expand Down
2 changes: 2 additions & 0 deletions lang/pl_PL.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ pl_PL:
View: View
SilverStripe\Forms\GridField\GridFieldViewButton:
VIEW: View
SilverStripe\Forms\UrlField:
INVALID: 'Wprowadź poprawny adres URL'
SilverStripe\ORM\FieldType\DBBoolean:
ANY: Jakikolwiek
NOANSWER: Nie
Expand Down
2 changes: 2 additions & 0 deletions lang/ro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ ro:
View: View
SilverStripe\Forms\GridField\GridFieldViewButton:
VIEW: View
SilverStripe\Forms\UrlField:
INVALID: 'Vă rugăm să introduceți un URL valid'
SilverStripe\ORM\DataObject:
PLURALNAME: 'Obiecte Data'
SINGULARNAME: 'Obiect Data'
Expand Down
2 changes: 2 additions & 0 deletions lang/ru.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ ru:
VALIDATEMAXLENGTH: 'Значение для {name} не должно превышать {maxLength} символов'
SilverStripe\Forms\TimeField:
VALIDATEFORMAT: 'Пожалуйста, задайте верный формат времени {format})'
SilverStripe\Forms\UrlField:
INVALID: 'Пожалуйста, задайте действительный URL-адрес'
SilverStripe\ORM\DataObject:
PLURALNAME: Объекты
PLURALS:
Expand Down
Loading
Loading