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
894 B
JSON
17 lines
894 B
JSON
{
|
|
"tab.title": { "translation": "Beslissingen" },
|
|
"tab.detail.title": { "translation": "Beslissing" },
|
|
"loading": { "translation": "Beslissingen laden..." },
|
|
"error.load": { "translation": "laden van beslissingen mislukt" },
|
|
"empty": { "translation": "Geen beslissingen gevonden.\nVoer `pql decisions sync` uit om te indexeren." },
|
|
"filter.hint": { "translation": "Beslissingen filteren…" },
|
|
"refresh.tooltip": { "translation": "Beslissingen vernieuwen" },
|
|
"section.confirmed": { "translation": "BEVESTIGD" },
|
|
"section.questions": { "translation": "VRAGEN" },
|
|
"section.rejected": { "translation": "AFGEWEZEN" },
|
|
"badge.resolved": { "translation": "opgelost" },
|
|
"detail.loading": { "translation": "Laden…" },
|
|
"detail.empty": { "translation": "Selecteer een beslissing om de details te bekijken." },
|
|
"detail.section.refs": { "translation": "KRUISVERWIJZINGEN" }
|
|
}
|