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>
37 lines
1.9 KiB
JSON
37 lines
1.9 KiB
JSON
{
|
|
"tab.title": { "translation": "Tickets" },
|
|
"tab.detail.title": { "translation": "Ticket" },
|
|
"type.initiative": { "translation": "Initiatief" },
|
|
"type.epic": { "translation": "Epic" },
|
|
"type.story": { "translation": "Story" },
|
|
"type.task": { "translation": "Taak" },
|
|
"type.bug": { "translation": "Bug" },
|
|
"loading": { "translation": "Tickets laden..." },
|
|
"error.load": { "translation": "laden van tickets mislukt" },
|
|
"empty": { "translation": "Geen tickets.\nVoer `pql ticket new` uit om er een aan te maken." },
|
|
"filter.hint": { "translation": "Tickets filteren…" },
|
|
"refresh.tooltip": { "translation": "Tickets vernieuwen" },
|
|
"section.in_progress": { "translation": "IN BEHANDELING" },
|
|
"section.review": { "translation": "BEOORDELING" },
|
|
"section.ready": { "translation": "GEREED" },
|
|
"section.backlog": { "translation": "BACKLOG" },
|
|
"section.done": { "translation": "KLAAR" },
|
|
"section.cancelled": { "translation": "GEANNULEERD" },
|
|
"chip.label": { "translation": "filter op type {type}" },
|
|
"chip.tooltip": { "translation": "Klik om te wisselen · dubbelklik om te isoleren" },
|
|
"badge.wip": { "translation": "WIP" },
|
|
"badge.review": { "translation": "BEOORDELING" },
|
|
"badge.cancelled": { "translation": "GEANNULEERD" },
|
|
"pickUp.tooltip": { "translation": "Oppakken — geef dit ticket door aan het Claude-paneel" },
|
|
"detail.loading": { "translation": "Laden…" },
|
|
"detail.empty": { "translation": "Selecteer een ticket om de details te bekijken." },
|
|
"detail.assigned": { "translation": "toegewezen aan: {name}" },
|
|
"detail.section.parents": { "translation": "BOVENLIGGENDE BOOM" },
|
|
"detail.section.decisions": { "translation": "GEREFEREERDE BESLISSINGEN" },
|
|
"status.backlog": { "translation": "BACKLOG" },
|
|
"status.ready": { "translation": "GEREED" },
|
|
"status.in_progress": { "translation": "WIP" },
|
|
"status.review": { "translation": "BEOORDELING" },
|
|
"status.done": { "translation": "KLAAR" }
|
|
}
|