-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add dutch π³π± * update dutch types from spec * remove stopgap, fix test
- Loading branch information
1 parent
07f9ded
commit 3b54d89
Showing
8 changed files
with
111 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,90 @@ | ||
import { getTypesForLanguage } from '@code4recovery/spec'; | ||
|
||
export const nl = { | ||
add_to_calendar: 'Toevoegen aan agenda', | ||
address: 'Addres', | ||
appointment: 'Afspraak', | ||
back_to_meetings: 'Terug naar Meetings', | ||
contact_call: 'Bel %contact%', | ||
contact_email: 'E-mail %contact%', | ||
contribute_with: 'Bijdragen aan %service%', | ||
days: { | ||
friday: 'Vrijdag', | ||
monday: 'Maandag', | ||
saturday: 'Zaterdag', | ||
sunday: 'Zondag', | ||
thursday: 'Donderdag', | ||
tuesday: 'Dinsdag', | ||
wednesday: 'Woensdag', | ||
}, | ||
distance: 'Afstand', | ||
distance_any: 'Elke Afstand', | ||
distance_km: '%distance% km', | ||
distance_mi: '%distance% mi', | ||
email_edit_url: 'Wijzig URL: %url%', | ||
email_public_url: 'Publieke URL: %url%', | ||
email_subject: 'Meeting Feedback: %name%', | ||
evening: 'Avond', | ||
feedback: 'Update Meeting Info', | ||
get_directions: 'Krijg Routebeschrijving', | ||
in_progress_single: '1 meeting bezig', | ||
in_progress_multiple: '%count% meetings bezig', | ||
km: 'km', | ||
location: 'Locatie', | ||
location_group: 'Locatie / Groep', | ||
match_single: '1 resultaat', | ||
match_multiple: '%count% resultaten', | ||
meeting_information: 'Meeting Informatie', | ||
meetings: 'Meetings', | ||
mi: 'mi', | ||
midday: 'Middag', | ||
'modes': { | ||
location: 'Vlakbij Locatie', | ||
me: 'Vlakbij Me', | ||
search: 'Zoeken', | ||
}, | ||
morning: 'Ochtend', | ||
name: 'Naam', | ||
no_results: | ||
'Er zijn geen meetings gevonden die aan de geselecteerde criteria voldoen.', | ||
not_found: 'Meeting niet gevonden.', | ||
night: 'Nacht', | ||
phone: 'Telefoon', | ||
region: 'Plaats', | ||
region_any: 'Overal', | ||
remove: 'Verwijder %filter%', | ||
seventh_tradition: 'Zevende Traditie', | ||
share: 'Deel', | ||
time: 'Tijd', | ||
time_any: 'Elke Tijd', | ||
title: { | ||
weekday: '%weekday%', | ||
time: '%time%', | ||
type: '%type%', | ||
meetings: '%meetings%', | ||
region: 'in %region%', | ||
search_with: 'met %search%', | ||
search_near: 'vlakbij %search%', | ||
distance: 'binnen %distance%', | ||
}, | ||
type_any: 'Elk Type', | ||
type_descriptions: { | ||
C: 'Besloten vergaderingen zijn voor A.A. alleen voor leden, of voor degenen die een drankprobleem hebben en βhet verlangen hebben om te stoppen met drinkenβ.', | ||
O: 'Er zijn open bijeenkomsten beschikbaar voor iedereen die geΓ―nteresseerd is in het herstelprogramma van de Anonieme Alcoholisten van alcoholisme. Niet-alcoholisten kunnen als waarnemer open bijeenkomsten bijwonen.', | ||
}, | ||
types: { | ||
...getTypesForLanguage('nl'), | ||
active: 'Actief', | ||
inactive: 'Inactief', | ||
'in-person': 'Fysiek', | ||
online: 'Online', | ||
SPD: 'Spreker/Discussie', | ||
}, | ||
unnamed_meeting: 'Naamloze meeting', | ||
updated: 'Bijgewerkt %updated%', | ||
views: { | ||
table: 'Lijst', | ||
map: 'Kaart', | ||
}, | ||
weekday_any: 'Elke Dag', | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters