A full nl_NL catalog set under assets/i18n/nl_nl/ — all 26 namespaces, key-for- key parity with en_us. Proper nouns (clide, Claude, Git, font names) and the Vim mode names stay as-is; everything else is translated. Selectable via Settings → Appearance → Language. The a11y i18n gate now also asserts the Dutch pack covers every Tier-0 key, so a locale switch never falls back to English for a built-in label. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
27 lines
1.4 KiB
JSON
27 lines
1.4 KiB
JSON
{
|
|
"menu.file": { "translation": "Bestand" },
|
|
"menu.view": { "translation": "Beeld" },
|
|
"menu.help": { "translation": "Help" },
|
|
"about.version": { "translation": "Versie" },
|
|
"about.commit": { "translation": "Commit" },
|
|
"about.built": { "translation": "Gebouwd" },
|
|
"about.repository": { "translation": "Repository" },
|
|
"licenses.heading": { "translation": "Meegeleverde afhankelijkheden" },
|
|
"licenses.unavailable": { "translation": "Licenties niet beschikbaar." },
|
|
"licenses.loading": { "translation": "Laden…" },
|
|
"button.close": { "translation": "Sluiten" },
|
|
"button.cancel": { "translation": "Annuleren" },
|
|
"button.open": { "translation": "Openen" },
|
|
"button.opening": { "translation": "Openen…" },
|
|
"button.ok": { "translation": "OK" },
|
|
"dialog.openProject.title": { "translation": "Project openen" },
|
|
"dialog.openProject.body": { "translation": "Voer het pad naar een git-repository in." },
|
|
"dialog.openProject.error": { "translation": "Geen git-repository" },
|
|
"dialog.notRepo.title": { "translation": "Geen git-repo gevonden" },
|
|
"dialog.notRepo.body": { "translation": "Een clide-projecthoofdmap vereist een git-repository." },
|
|
"command.file.openFolder": { "translation": "Bestand: Map openen…" },
|
|
"command.file.newWindow": { "translation": "Bestand: Nieuw venster" },
|
|
"command.file.closeWorkspace": { "translation": "Bestand: Project sluiten" },
|
|
"command.help.about": { "translation": "Help: Over clide" }
|
|
}
|