mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-18 00:04:26 +00:00
Adding Nl translation
This commit is contained in:
parent
9b52fa562e
commit
b3fb1ba662
77
Resources/translations/messages.nl.yml
Normal file
77
Resources/translations/messages.nl.yml
Normal file
@ -0,0 +1,77 @@
|
|||||||
|
#General
|
||||||
|
'Edit': Wijzigen
|
||||||
|
'First name': Voornaam
|
||||||
|
'Last name': Familienaam
|
||||||
|
'Name': Naam
|
||||||
|
'Date of birth': Geboortedatum
|
||||||
|
'Unknown date of birth': Geboortedatum onbekend
|
||||||
|
'Nationality': Nationaliteit
|
||||||
|
'Without nationality': Zonder nationaliteit
|
||||||
|
'Gender': Geslacht
|
||||||
|
'Creation date': Opmaakdatum
|
||||||
|
'Not given': Niet gegeven
|
||||||
|
'Place of birth': Geboorteplaats
|
||||||
|
'Country of birth': Geboorteland
|
||||||
|
'Unknown country of birth': Geboorteland onbekend
|
||||||
|
'Marital status': Burgerlijke staat
|
||||||
|
'Number of children': Aantal kinderen
|
||||||
|
'{0} No child|{1} One child | ]1,Inf] %nb% children': '{0} geen kinderen|{1} 1 kind | ]1,Inf] %nb% kinderen'
|
||||||
|
'National number': Nationale nummer
|
||||||
|
'Email': Emailadres
|
||||||
|
'Address': Adres
|
||||||
|
'Memo': Memo
|
||||||
|
'Phonenumber': Telefoonnummer
|
||||||
|
'{0} Born the %date% | {1} Born the %date%': '{0} Gebooren te %date% | {1} Gebooren te %date%'
|
||||||
|
'Spoken languages': Spreektalen
|
||||||
|
|
||||||
|
#Gender
|
||||||
|
'Male': Man
|
||||||
|
'Female': Vrouw
|
||||||
|
'man': Man
|
||||||
|
'woman': Vrouw
|
||||||
|
|
||||||
|
#Marital Status
|
||||||
|
'Divorced': Officieel gescheiden
|
||||||
|
'Separated': Feitelijk gescheiden
|
||||||
|
'Widow': Weduwschap
|
||||||
|
'Unknow marital status': Onbekend
|
||||||
|
'Legal cohabitant': Wettige samenwoonst
|
||||||
|
'Single': Alleenstaand
|
||||||
|
'Married': Gehuwd
|
||||||
|
|
||||||
|
#Heading
|
||||||
|
'General information': Algemene informatie
|
||||||
|
'Birth information': Geboorte
|
||||||
|
'Family information': Familie
|
||||||
|
'Contact information': Contactgegevens
|
||||||
|
'Administrative information': Administratieve gegevens
|
||||||
|
|
||||||
|
#Title
|
||||||
|
'Alreay existing person': Geregistreerd dossier
|
||||||
|
|
||||||
|
#Action
|
||||||
|
'Add the person': Maak nieuw personendossier aan
|
||||||
|
'Confirm the creation': Bevestig de aanmaak
|
||||||
|
'You will create this person': U hebt volgend dossier aangemaakt
|
||||||
|
'Return': Vorige
|
||||||
|
'Submit': Opslaan
|
||||||
|
'Reset': Delete
|
||||||
|
|
||||||
|
#Validation
|
||||||
|
'The person data has been updated': De persoongegevens zijn aangepast
|
||||||
|
|
||||||
|
#Creation
|
||||||
|
'Add a person': "Voeg een person toe"
|
||||||
|
|
||||||
|
#Navigation
|
||||||
|
'Person Menu': "Personenmenu"
|
||||||
|
|
||||||
|
#Person Controller
|
||||||
|
'Your query is empty. Be more explicive': Er ontbreekt informatie. Gelieve meer informatie in te vullen.
|
||||||
|
|
||||||
|
'The person data are not valid': De gegevens zijn niet correct
|
||||||
|
'%nb% person with similar name. Please verify that this is a new person': %nb% meerdere personen met dezelfde naam. Check of dit echt een nieuw dossier is.
|
||||||
|
'The person has been created': Dossier is aangemaakt
|
||||||
|
|
||||||
|
#Menu
|
||||||
|
'Person details': Details van de persoon
|
13
Resources/translations/validators.nl.yml
Normal file
13
Resources/translations/validators.nl.yml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
'This name is too short. It must containt {{ limit }} chars': 'De naam is te kort. Er moeten minstens {{ limit }} karakters in voor komen.'
|
||||||
|
'This name is too long. It must containt {{ limit }} chars': 'De naam is te lang. Er kunnen maximum {{ limit }} karakters in voor komen.'
|
||||||
|
'This number is negative. It must have at least 0 child': 'Fout getal, er moet minstens 0 kinderen ingevuld worden.'
|
||||||
|
'This number is too high. It can not be superior of {{ limit }}': 'Getal is fout ingegeven: kan niet hoger zijn dan {{ limit }}.'
|
||||||
|
'This is not a number': 'Je moet hier een cijfer invullen.'
|
||||||
|
'Birthdate not valid': 'Geboortedatum is foutief ingevuld'
|
||||||
|
'Periods are collapsing': 'De periodes van openen en sluiten van het dossier is foutief. Verifieer de data.'
|
||||||
|
"History not closed is before the new line": "U probeert een dossier te starten in het verleden, dit is onmogelijk!"
|
||||||
|
'Closing date can not be before opening date': 'Dossier kan niet gesloten worden voor datum van openen dossier.'
|
||||||
|
'Opening date is not valid': 'Startdatum is ongeldig'
|
||||||
|
'Opening date can not be null': 'Startdatum kan niet nul zijn'
|
||||||
|
'Closing date is not valid': 'De datum van afsluiten is niet correct'
|
||||||
|
'Closing date can not be null': 'De datum van afsluiten kan niet nul zijn'
|
Loading…
x
Reference in New Issue
Block a user