mirror of
https://github.com/hrfee/jfa-go.git
synced 2024-12-22 09:00:10 +00:00
Translated using Weblate (Dutch)
Currently translated at 100.0% (51 of 51 strings) Translation: jfa-go/Common Strings Translate-URL: https://weblate.jfa-go.com/projects/jfa-go/common-strings/nl/
This commit is contained in:
parent
8cb53d1c6f
commit
cf747c1ddb
@ -36,7 +36,12 @@
|
||||
"add": "Voeg toe",
|
||||
"edit": "Bewerken",
|
||||
"delete": "Verwijderen",
|
||||
"inviteRemainingUses": "Resterend aantal keer te gebruiken"
|
||||
"inviteRemainingUses": "Resterend aantal keer te gebruiken",
|
||||
"referrals": "Verwijzingen",
|
||||
"contactMethods": "Contactmethodes",
|
||||
"accountStatus": "Account status",
|
||||
"notSet": "Niet ingesteld",
|
||||
"myAccount": "Mijn account"
|
||||
},
|
||||
"notifications": {
|
||||
"errorLoginBlank": "De gebruikersnaam en/of wachtwoord is leeg.",
|
||||
@ -45,5 +50,18 @@
|
||||
"error401Unauthorized": "Geen toegang. Probeer de pagina te vernieuwen.",
|
||||
"errorSaveSettings": "Opslaan van instellingen mislukt."
|
||||
},
|
||||
"quantityStrings": {}
|
||||
}
|
||||
"quantityStrings": {
|
||||
"year": {
|
||||
"singular": "{n} jaar",
|
||||
"plural": "{n} jaar"
|
||||
},
|
||||
"month": {
|
||||
"singular": "{n} maand",
|
||||
"plural": "{n} maanden"
|
||||
},
|
||||
"day": {
|
||||
"singular": "{n} dag",
|
||||
"plural": "{n} dagen"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user