fix: vscode i18n

This commit is contained in:
Catriel Müller
2026-04-10 16:24:02 -03:00
parent 10c3f0f9a6
commit 41d7172cc8
3 changed files with 30 additions and 2 deletions
+2 -2
View File
@@ -8,9 +8,9 @@ on:
workflow_dispatch:
concurrency:
# Keep every run on dev so cancelled checks do not pollute the default branch
# Keep every run on main so cancelled checks do not pollute the default branch
# commit history. PRs and other branches still share a group and cancel stale runs.
group: ${{ case(github.ref == 'refs/heads/dev', format('{0}-{1}', github.workflow, github.run_id), format('{0}-{1}', github.workflow, github.event.pull_request.number || github.ref)) }}
group: ${{ case(github.ref == 'refs/heads/main', format('{0}-{1}', github.workflow, github.run_id), format('{0}-{1}', github.workflow, github.event.pull_request.number || github.ref)) }}
cancel-in-progress: true
permissions:
+14
View File
@@ -91,6 +91,16 @@ export const dict: Record<string, string> = {
"ui.imagePreview.alt": "Afbeeldingsvoorbeeld",
"ui.scrollView.ariaLabel": "scrollbare inhoud",
"ui.fileSearch.placeholder": "Zoeken",
"ui.fileSearch.previousMatch": "Vorige overeenkomst",
"ui.fileSearch.nextMatch": "Volgende overeenkomst",
"ui.fileSearch.close": "Zoekopdracht sluiten",
"ui.basicTool.called": "Aangeroepen `{{tool}}`",
"ui.toolErrorCard.failed": "Mislukt",
"ui.toolErrorCard.copyError": "Fout kopiëren",
"ui.tool.read": "Lezen",
"ui.tool.loaded": "Geladen",
"ui.tool.list": "Lijst",
@@ -104,6 +114,8 @@ export const dict: Record<string, string> = {
"ui.tool.todos": "To-do's",
"ui.tool.todos.read": "To-do's lezen",
"ui.tool.questions": "Vragen",
"ui.tool.task": "Taak",
"ui.tool.skill": "Vaardigheid",
"ui.tool.agent": "{{type}} Agent",
"ui.tool.agent.default": "Agent",
@@ -137,6 +149,8 @@ export const dict: Record<string, string> = {
"ui.message.interrupted": "Onderbroken",
"ui.message.queued": "In wachtrij",
"ui.message.attachment.alt": "bijlage",
"ui.message.duration.seconds": "{{count}}s",
"ui.message.duration.minutesSeconds": "{{minutes}}m {{seconds}}s",
"ui.patch.action.deleted": "Verwijderd",
"ui.patch.action.created": "Aangemaakt",
+14
View File
@@ -96,6 +96,16 @@ export const dict = {
"ui.imagePreview.alt": "Попередній перегляд зображення",
"ui.scrollView.ariaLabel": "вміст з прокруткою",
"ui.fileSearch.placeholder": "Знайти",
"ui.fileSearch.previousMatch": "Попередній збіг",
"ui.fileSearch.nextMatch": "Наступний збіг",
"ui.fileSearch.close": "Закрити пошук",
"ui.basicTool.called": "Викликано `{{tool}}`",
"ui.toolErrorCard.failed": "Помилка",
"ui.toolErrorCard.copyError": "Скопіювати помилку",
"ui.tool.read": "Читати",
"ui.tool.loaded": "Завантажено",
"ui.tool.list": "Список",
@@ -109,6 +119,8 @@ export const dict = {
"ui.tool.todos": "Завдання",
"ui.tool.todos.read": "Читати завдання",
"ui.tool.questions": "Питання",
"ui.tool.task": "Завдання",
"ui.tool.skill": "Навичка",
"ui.tool.agent": "{{type}} Агент",
"ui.tool.agent.default": "Агент",
@@ -142,6 +154,8 @@ export const dict = {
"ui.message.interrupted": "Перервано",
"ui.message.queued": "В черзі",
"ui.message.attachment.alt": "вкладення",
"ui.message.duration.seconds": "{{count}}с",
"ui.message.duration.minutesSeconds": "{{minutes}}хв {{seconds}}с",
"ui.patch.action.deleted": "Видалено",
"ui.patch.action.created": "Створено",