Inital dutch model translations
This commit is contained in:
parent
9b4c0fb98f
commit
fd818f45d5
105
config/locales/models/nl.yml
Normal file
105
config/locales/models/nl.yml
Normal file
@ -0,0 +1,105 @@
|
|||||||
|
nl:
|
||||||
|
'true': Ja
|
||||||
|
'false': Neen
|
||||||
|
attributes:
|
||||||
|
id: ID
|
||||||
|
name: Naam
|
||||||
|
email: Email
|
||||||
|
locality_0: Lokaal
|
||||||
|
locality_1: Nationaal
|
||||||
|
created_at: Gecreërd op de
|
||||||
|
updated_at: Gewijzigd op de
|
||||||
|
created: gecreëerd sinds %{date}
|
||||||
|
updated: geupdate sinds %{date}
|
||||||
|
|
||||||
|
# Base de données
|
||||||
|
activerecord:
|
||||||
|
models:
|
||||||
|
event: Evenement/Gebeurtenis
|
||||||
|
user: Moderator
|
||||||
|
orga: Organisatie
|
||||||
|
kind: Type
|
||||||
|
city: Stad
|
||||||
|
region: Provincie/Regio
|
||||||
|
admin_user: Admin
|
||||||
|
comment: Commentaar
|
||||||
|
i18n/backend/active_record/translation: Inhoud
|
||||||
|
attributes:
|
||||||
|
user:
|
||||||
|
login: Login
|
||||||
|
password: Wachtwoord/Password
|
||||||
|
lastname: Naam
|
||||||
|
firstname: Voornaam
|
||||||
|
city:
|
||||||
|
majname: Stadsnaam in hoofdletters
|
||||||
|
postalcode: Postcode
|
||||||
|
inseecode: INSEE code (alleen voor Frankrijk)
|
||||||
|
regioncode: Regio code
|
||||||
|
orga:
|
||||||
|
kind: Type
|
||||||
|
name: Naam
|
||||||
|
description: Beschrijving
|
||||||
|
place_name: Plaatsnaam
|
||||||
|
address: Adres
|
||||||
|
city: Stad
|
||||||
|
department: Departement (alleen voor Frankrijk)
|
||||||
|
region: Regio(België)/Provincie(Nederland)
|
||||||
|
url: Web adres
|
||||||
|
diaspora: diaspora
|
||||||
|
feed: Syndicatie
|
||||||
|
contact: Contact
|
||||||
|
submitter: Indiener
|
||||||
|
submission_time: In afwachting sinds
|
||||||
|
tag_list: Trefwoorden (Tags)
|
||||||
|
active: Active
|
||||||
|
kind:
|
||||||
|
name_association: Vereniging
|
||||||
|
name_enterprise: Bedrijfsnaam/Maatschappij/Onderneming
|
||||||
|
name_glug: LUG
|
||||||
|
name_provider: ISP (Internet)
|
||||||
|
name_institution: Institutie/Instelling
|
||||||
|
name_thirdPlace: Derde plaats (sociale omgeving)
|
||||||
|
event:
|
||||||
|
title: Evenement naam
|
||||||
|
start_time: Begintijd
|
||||||
|
end_time: Eindtijd
|
||||||
|
repeat: Evenement dupliceren/vermenigvuldigen
|
||||||
|
rule: Regel
|
||||||
|
rule_values:
|
||||||
|
daily: Dagelijks
|
||||||
|
weekly: Wekelijks
|
||||||
|
monthly: Maandelijks
|
||||||
|
monthly_day: Zoveelste dag van de maand
|
||||||
|
yearly: Jaarlijks
|
||||||
|
description: Beschrijving
|
||||||
|
place_name: Plaatsnaam
|
||||||
|
address: Adres
|
||||||
|
city: Stad
|
||||||
|
region: Regio
|
||||||
|
locality: Reikwijdte van het evenement
|
||||||
|
url: Web adres
|
||||||
|
contact: Contact
|
||||||
|
submitter: Indiener
|
||||||
|
submission_time: In afwachting sinds
|
||||||
|
tag_list: Trefwoorden (Tags)
|
||||||
|
reason: Reden
|
||||||
|
region:
|
||||||
|
region: Hoofd regio
|
||||||
|
url: Web adres
|
||||||
|
code: Code
|
||||||
|
name_values:
|
||||||
|
all: Alle regio's
|
||||||
|
note:
|
||||||
|
contents: Uw commentaar
|
||||||
|
i18n/backend/active_record/translation:
|
||||||
|
locale: Taal
|
||||||
|
key: Trefwoord
|
||||||
|
value: Waarde
|
||||||
|
interpolations: Interpolaties
|
||||||
|
is_proc: Procedure?
|
||||||
|
errors:
|
||||||
|
models:
|
||||||
|
event:
|
||||||
|
attributes:
|
||||||
|
end_time:
|
||||||
|
before_start: mag niet gecreëerd worden voor het begin van
|
Loading…
Reference in New Issue
Block a user