[nl] final changes

This commit is contained in:
Andrea Vos 2021-01-29 08:56:07 +01:00
parent d2f05657af
commit d8d4210a8b
3 changed files with 9 additions and 10 deletions

View File

@ -78,7 +78,7 @@ english:
enabled: false enabled: false
faq: faq:
enabled: true enabled: false
route: 'faq' route: 'faq'
links: links:
@ -146,12 +146,11 @@ api:
examples: examples:
pronouns_all: ['/api/pronouns'] pronouns_all: ['/api/pronouns']
pronouns_one: pronouns_one:
- '/api/pronouns/she/her' - '/api/pronouns/zij/haar'
- '/api/pronouns/she/her?examples[]=Did%20you%20ask%20%7Bpronoun_object%7D%20to%20join%20us%3F' - '/api/pronouns/zij/haar?examples[]=Ik%20denk%20dat%20%7Bnominative%7D%20erg%20mooi%20is%3F'
sources_all: ['/api/sources'] sources_all: ['/api/sources']
sources_one: ['/api/sources/01ERQRCV0XGVJ3T07MV9F6XQ83'] sources_one: ['/api/sources/01EX6GDCW730EB5N5HGRMGZ5EK']
nouns_all: ['/api/nouns'] nouns_all: ['/api/nouns']
nouns_search: ['/api/nouns/search/person'] nouns_search: ['/api/nouns/search/meisje']

View File

@ -142,8 +142,8 @@ nouns:
masculineShort: 'mann.' masculineShort: 'mann.'
feminine: 'vrouwelijk' feminine: 'vrouwelijk'
feminineShort: 'vrouw.' feminineShort: 'vrouw.'
neuter: 'onzijdig' neuter: 'neutraal'
neuterShort: 'onzij.' neuterShort: 'neutr.'
singular: 'enkelvoud' singular: 'enkelvoud'
singularShort: 'enkelv.' singularShort: 'enkelv.'
@ -391,7 +391,7 @@ profile:
list: 'Jouw kaarten' list: 'Jouw kaarten'
init: 'Creëer een kaart' init: 'Creëer een kaart'
show: 'Laat zien' show: 'Laat kaart zien'
edit: 'Edit' edit: 'Edit'
delete: 'Verwijder' delete: 'Verwijder'
deleteConfirm: 'Weet je zeker dat je deze kaart wilt verwijderen?' deleteConfirm: 'Weet je zeker dat je deze kaart wilt verwijderen?'

View File

@ -2,7 +2,7 @@ export default [
['de', 'Deutsch', 'https://de.pronouns.page', false], ['de', 'Deutsch', 'https://de.pronouns.page', false],
['es', 'Español', 'https://es.pronouns.page', true], ['es', 'Español', 'https://es.pronouns.page', true],
['en', 'English', 'https://en.pronouns.page', true], ['en', 'English', 'https://en.pronouns.page', true],
['nl', 'Nederlands', 'https://nl.pronouns.page', false], ['nl', 'Nederlands', 'https://nl.pronouns.page', true],
['pl', 'Polski', 'https://zaimki.pl', true], ['pl', 'Polski', 'https://zaimki.pl', true],
['pt', 'Português', 'https://pt.pronouns.page', false], ['pt', 'Português', 'https://pt.pronouns.page', false],
['yi', 'ייִדיש', 'https://yi.pronouns.page', false], ['yi', 'ייִדיש', 'https://yi.pronouns.page', false],