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>
17 lines
838 B
JSON
17 lines
838 B
JSON
{
|
|
"tab.title": { "translation": "pql" },
|
|
"tab.links.title": { "translation": "Koppelingen" },
|
|
"filter.markdown.hint": { "translation": "Markdown filteren…" },
|
|
"loading": { "translation": "Laden…" },
|
|
"empty.markdown": { "translation": "Geen markdown-bestanden gevonden." },
|
|
"search.vault.hint": { "translation": "Vault doorzoeken…" },
|
|
"search.query.hint": { "translation": "PQL-query…" },
|
|
"backlinks.empty": { "translation": "Open een bestand om de koppelingen te zien." },
|
|
"backlinks.loading": { "translation": "Laden…" },
|
|
"backlinks.semantics": { "translation": "backlinks voor {path}" },
|
|
"group.backlinks": { "translation": "Backlinks" },
|
|
"group.outlinks": { "translation": "Uitgaande koppelingen" },
|
|
"group.label": { "translation": "{label} ({count})" },
|
|
"group.none": { "translation": "Geen" }
|
|
}
|