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>
16 lines
734 B
JSON
16 lines
734 B
JSON
{
|
|
"a11y.log": { "translation": "uitvoerlogboek" },
|
|
"empty": { "translation": "Nog geen uitvoer." },
|
|
"empty.filtered": { "translation": "Geen uitvoer komt overeen met het filter." },
|
|
"filter.hint": { "translation": "Filteren…" },
|
|
"chip.level": { "translation": "Niveau: {level}" },
|
|
"chip.source": { "translation": "Bron: {source}" },
|
|
"chip.clear": { "translation": "Wissen" },
|
|
"source.all": { "translation": "alle" },
|
|
"a11y.jumpToLatest": { "translation": "naar nieuwste springen" },
|
|
"jump.label": { "translation": "Naar nieuwste ↓" },
|
|
"a11y.toggleDock": { "translation": "uitvoerdok aan/uit" },
|
|
"dock.label": { "translation": "Uitvoer" },
|
|
"command.dock.toggle": { "translation": "Uitvoerdok aan/uit" }
|
|
}
|