Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(locales): add missing dutch translations #689

Merged
merged 1 commit into from
Jan 19, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 15 additions & 14 deletions locales/nl.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,30 @@
{
"language": "Nederlands",
"settings": "Instellingen",
"ui": {
"cancel": "Annuleren",
"close": "Sluiten",
"confirm": "Bevestigen",
"more": "Meer...",
"settings": {
"locale": "Change locale",
"locale_description": "Current language: ${language} (%s)",
"notification_audio": "Notification audio",
"notification_position": "Notification position"
"locale": "Taal wijzigen",
"locale_description": "Huidige taal: ${language} (%s)",
"notification_audio": "Meldingsgeluid",
"notification_position": "Meldingspositie"
},
"position": {
"bottom": "Bottom",
"bottom-left": "Bottom-left",
"bottom-right": "Bottom-right",
"center-left": "Center-left",
"center-right": "Center-right",
"top": "Top",
"top-left": "Top-left",
"top-right": "Top-right"
"bottom": "Onder",
"bottom-left": "Linksonder",
"bottom-right": "Rechtsonder",
"center-left": "Linksmidden",
"center-right": "Rechtsmidden",
"top": "Boven",
"top-left": "Linksboven",
"top-right": "Rechtsboven"
}
},
"open_radial_menu": "Open radial menu",
"cancel_progress": "Cancel current progress bar",
"open_radial_menu": "Radiaal menu openen",
"cancel_progress": "Huidige voortgangsbalk annuleren",
"txadmin_announcement": "Server mededeling door %s",
"txadmin_dm": "Bericht van %s",
"txadmin_warn": "Je hebt een waarschuwing gekregen van %s",
Expand Down