@opencode-ai/ui 0.0.0-dev-202608040056 → 0.0.0-dev-202608040358

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/src/i18n/pl.ts CHANGED
@@ -7,7 +7,7 @@ export const dict = {
7
7
  "ui.sessionReview.diffStyle.split": "Podzielony",
8
8
  "ui.sessionReview.openFile": "Otwórz plik",
9
9
  "ui.sessionReview.selection.line": "linia {{line}}",
10
- "ui.sessionReview.selection.lines": "linie {{start}}-{{end}}",
10
+ "ui.sessionReview.selection.lines": "linie {{start}}{{end}}",
11
11
  "ui.sessionReview.expandAll": "Rozwiń wszystko",
12
12
  "ui.sessionReview.collapseAll": "Zwiń wszystko",
13
13
 
@@ -16,16 +16,16 @@ export const dict = {
16
16
  "ui.sessionReview.change.modified": "Zmodyfikowano",
17
17
  "ui.sessionReview.image.loading": "Ładowanie...",
18
18
  "ui.sessionReview.image.placeholder": "Obraz",
19
- "ui.sessionReview.largeDiff.title": "Diff jest zbyt duży, aby go wyrenderować",
19
+ "ui.sessionReview.largeDiff.title": "Zmiany zbyt duże, aby je wyświetlić",
20
20
  "ui.sessionReview.largeDiff.meta": "Limit: {{limit}} zmienionych linii. Obecnie: {{current}} zmienionych linii.",
21
- "ui.sessionReview.largeDiff.renderAnyway": "Renderuj mimo to",
22
- "ui.sessionReviewV2.expandMode": "Rozwiń lub zwiń diff",
21
+ "ui.sessionReview.largeDiff.renderAnyway": "Wyświetl mimo to",
22
+ "ui.sessionReviewV2.expandMode": "Rozwiń lub zwiń zmiany",
23
23
  "ui.sessionReviewV2.filterFiles": "Filtruj pliki",
24
24
  "ui.sessionReviewV2.toggleSidebar": "Przełącz drzewo plików",
25
25
  "ui.sessionReviewV2.showAllLines": "Pokaż wszystkie linie",
26
26
  "ui.sessionReviewV2.hideNonDiffLines": "Ukryj linie spoza zmian",
27
- "ui.sessionReviewV2.unifiedDiff": "Ujednolicony diff",
28
- "ui.sessionReviewV2.splitDiff": "Podzielony diff",
27
+ "ui.sessionReviewV2.unifiedDiff": "Ujednolicony widok zmian",
28
+ "ui.sessionReviewV2.splitDiff": "Podzielony widok zmian",
29
29
  "ui.sessionReviewV2.previousFile": "Poprzedni plik",
30
30
  "ui.sessionReviewV2.nextFile": "Następny plik",
31
31
  "ui.sessionReviewV2.diffView": "Widok zmian",
@@ -55,19 +55,19 @@ export const dict = {
55
55
  "ui.sessionTurn.steps.hide": "Ukryj kroki",
56
56
  "ui.sessionTurn.summary.response": "Odpowiedź",
57
57
  "ui.sessionTurn.diff.showMore": "Pokaż więcej zmian ({{count}})",
58
- "ui.sessionTurn.diffs.changed.one": "Zmieniony plik: {{count}}",
59
- "ui.sessionTurn.diffs.changed.other": "Zmienione pliki: {{count}}",
58
+ "ui.sessionTurn.diffs.changed.one": "{{count}} zmieniony plik",
59
+ "ui.sessionTurn.diffs.changed.other": "Liczba zmienionych plików: {{count}}",
60
60
  "ui.sessionTurn.diffs.showAll": "Pokaż wszystkie",
61
61
  "ui.sessionTurn.diffs.showLess": "Pokaż mniej",
62
62
  "ui.sessionTurn.diffs.more": "+{{count}} więcej",
63
63
 
64
64
  "ui.sessionTurn.retry.retrying": "ponawianie",
65
- "ui.sessionTurn.retry.inSeconds": "za {{seconds}}s",
66
- "ui.sessionTurn.retry.attempt": "próba #{{attempt}}",
67
- "ui.sessionTurn.retry.attemptLine": "{{line}} - próba #{{attempt}}",
68
- "ui.sessionTurn.retry.geminiHot": "gemini jest teraz mocno przeciążony",
65
+ "ui.sessionTurn.retry.inSeconds": "za {{seconds}} s",
66
+ "ui.sessionTurn.retry.attempt": "próba nr {{attempt}}",
67
+ "ui.sessionTurn.retry.attemptLine": "{{line}} - próba nr {{attempt}}",
68
+ "ui.sessionTurn.retry.geminiHot": "Gemini jest teraz mocno przeciążony",
69
69
  "ui.sessionTurn.error.freeUsageExceeded": "Przekroczono limit darmowego użytkowania",
70
- "ui.sessionTurn.error.addCredits": "Dodaj kredyty",
70
+ "ui.sessionTurn.error.addCredits": "Dodaj środki",
71
71
 
72
72
  "dialog.usageExceeded.freeTier.title": "Osiągnięto limit darmowy",
73
73
  "dialog.usageExceeded.freeTier.description":
@@ -81,7 +81,7 @@ export const dict = {
81
81
  "ui.sessionTurn.status.delegating": "Delegowanie pracy",
82
82
  "ui.sessionTurn.status.planning": "Planowanie kolejnych kroków",
83
83
  "ui.sessionTurn.status.gatheringContext": "Eksplorowanie",
84
- "ui.sessionTurn.status.gatheredContext": "Wyeksplorowano",
84
+ "ui.sessionTurn.status.gatheredContext": "Eksplorowanie zakończone",
85
85
  "ui.sessionTurn.status.searchingCodebase": "Przeszukiwanie bazy kodu",
86
86
  "ui.sessionTurn.status.searchingWeb": "Przeszukiwanie sieci",
87
87
  "ui.sessionTurn.status.makingEdits": "Wprowadzanie zmian",
@@ -93,12 +93,12 @@ export const dict = {
93
93
 
94
94
  "ui.messagePart.questions.dismissed": "Pytania odrzucone",
95
95
  "ui.messagePart.compaction": "Sesja skompaktowana",
96
- "ui.messagePart.context.read.one": "{{count}} odczyt",
97
- "ui.messagePart.context.read.other": "{{count}} odczyty",
98
- "ui.messagePart.context.search.one": "{{count}} wyszukiwanie",
99
- "ui.messagePart.context.search.other": "{{count}} wyszukiwania",
100
- "ui.messagePart.context.list.one": "{{count}} lista",
101
- "ui.messagePart.context.list.other": "{{count}} listy",
96
+ "ui.messagePart.context.read.one": "Liczba odczytów: {{count}}",
97
+ "ui.messagePart.context.read.other": "Liczba odczytów: {{count}}",
98
+ "ui.messagePart.context.search.one": "Liczba wyszukiwań: {{count}}",
99
+ "ui.messagePart.context.search.other": "Liczba wyszukiwań: {{count}}",
100
+ "ui.messagePart.context.list.one": "Liczba list: {{count}}",
101
+ "ui.messagePart.context.list.other": "Liczba list: {{count}}",
102
102
  "ui.messagePart.diagnostic.error": "Błąd",
103
103
  "ui.messagePart.title.edit": "Edycja",
104
104
  "ui.messagePart.title.write": "Pisanie",
@@ -159,7 +159,7 @@ export const dict = {
159
159
  "ui.message.copy": "Kopiuj",
160
160
  "ui.message.copyMessage": "Kopiuj wiadomość",
161
161
  "ui.message.forkMessage": "Rozwidlij do nowej sesji",
162
- "ui.message.revertMessage": "Zresetuj do tego punktu",
162
+ "ui.message.revertMessage": "Cofnij wiadomość",
163
163
  "ui.message.copyResponse": "Kopiuj odpowiedź",
164
164
  "ui.message.copied": "Skopiowano!",
165
165
  "ui.message.interrupted": "Przerwano",
@@ -171,7 +171,7 @@ export const dict = {
171
171
  "ui.patch.action.moved": "Przeniesiono",
172
172
  "ui.patch.action.patched": "Załatano",
173
173
 
174
- "ui.question.subtitle.answered": "{{count}} odpowiedzi",
174
+ "ui.question.subtitle.answered": "Liczba odpowiedzi: {{count}}",
175
175
  "ui.question.answer.none": "(brak odpowiedzi)",
176
176
  "ui.question.review.notAnswered": "(bez odpowiedzi)",
177
177
  "ui.question.multiHint": "Zaznacz wszystkie pasujące",
@@ -187,6 +187,6 @@ export const dict = {
187
187
  "ui.basicTool.called": "Wywołano `{{tool}}`",
188
188
  "ui.toolErrorCard.failed": "Błąd",
189
189
  "ui.toolErrorCard.copyError": "Kopiuj błąd",
190
- "ui.message.duration.seconds": "{{count}}s",
191
- "ui.message.duration.minutesSeconds": "{{minutes}}m {{seconds}}s",
190
+ "ui.message.duration.seconds": "{{count}} s",
191
+ "ui.message.duration.minutesSeconds": "{{minutes}} min {{seconds}} s",
192
192
  }
package/src/i18n/ru.ts CHANGED
@@ -16,19 +16,19 @@ export const dict = {
16
16
  "ui.sessionReview.change.modified": "Изменено",
17
17
  "ui.sessionReview.image.loading": "Загрузка...",
18
18
  "ui.sessionReview.image.placeholder": "Изображение",
19
- "ui.sessionReview.largeDiff.title": "Diff слишком большой для отображения",
20
- "ui.sessionReview.largeDiff.meta": "Лимит: {{limit}} изменённых строк. Текущий: {{current}} изменённых строк.",
21
- "ui.sessionReview.largeDiff.renderAnyway": "Отобразить всё равно",
22
- "ui.sessionReviewV2.expandMode": "Развернуть или свернуть diff",
19
+ "ui.sessionReview.largeDiff.title": "Список изменений слишком велик для отображения",
20
+ "ui.sessionReview.largeDiff.meta": "Лимит: {{limit}} изменённых строк. Сейчас: {{current}} изменённых строк.",
21
+ "ui.sessionReview.largeDiff.renderAnyway": "Всё равно отобразить",
22
+ "ui.sessionReviewV2.expandMode": "Развернуть или свернуть изменения",
23
23
  "ui.sessionReviewV2.filterFiles": "Фильтровать файлы",
24
24
  "ui.sessionReviewV2.toggleSidebar": "Переключить дерево файлов",
25
25
  "ui.sessionReviewV2.showAllLines": "Показать все строки",
26
26
  "ui.sessionReviewV2.hideNonDiffLines": "Скрыть строки без изменений",
27
- "ui.sessionReviewV2.unifiedDiff": "Объединённый diff",
28
- "ui.sessionReviewV2.splitDiff": "Разделённый diff",
27
+ "ui.sessionReviewV2.unifiedDiff": "Объединённое представление",
28
+ "ui.sessionReviewV2.splitDiff": "Раздельное представление",
29
29
  "ui.sessionReviewV2.previousFile": "Предыдущий файл",
30
30
  "ui.sessionReviewV2.nextFile": "Следующий файл",
31
- "ui.sessionReviewV2.diffView": "Просмотр diff",
31
+ "ui.sessionReviewV2.diffView": "Просмотр изменений",
32
32
  "ui.sessionReviewV2.empty.noGit.title": "Нет отслеживаемых изменений",
33
33
  "ui.sessionReviewV2.empty.noGit.description": "Отслеживайте, просматривайте и отменяйте изменения в этом проекте",
34
34
  "ui.sessionReviewV2.empty.noGit.action": "Создать репозиторий Git",
@@ -41,15 +41,15 @@ export const dict = {
41
41
  "ui.fileMedia.state.loading": "Загружается {{kind}}...",
42
42
  "ui.fileMedia.state.error": "Не удалось загрузить {{kind}}",
43
43
  "ui.fileMedia.state.unavailable": "{{kind}} недоступно",
44
- "ui.fileMedia.binary.title": "Бинарный файл",
45
- "ui.fileMedia.binary.description.path": "Невозможно отобразить {{path}}, так как это бинарный файл.",
46
- "ui.fileMedia.binary.description.default": "Невозможно отобразить этот файл, так как он бинарный.",
44
+ "ui.fileMedia.binary.title": "Двоичный файл",
45
+ "ui.fileMedia.binary.description.path": "Невозможно отобразить {{path}}, так как это двоичный файл.",
46
+ "ui.fileMedia.binary.description.default": "Невозможно отобразить этот файл, так как он двоичный.",
47
47
  "ui.lineComment.label.prefix": "Комментарий к ",
48
48
  "ui.lineComment.label.suffix": "",
49
49
  "ui.lineComment.editorLabel.prefix": "Комментирование: ",
50
50
  "ui.lineComment.editorLabel.suffix": "",
51
51
  "ui.lineComment.placeholder": "Добавить комментарий",
52
- "ui.lineComment.submit": "Комментировать",
52
+ "ui.lineComment.submit": "Добавить комментарий",
53
53
  "ui.lineComment.cancel": "Отмена",
54
54
  "ui.sessionTurn.steps.show": "Показать шаги",
55
55
  "ui.sessionTurn.steps.hide": "Скрыть шаги",
@@ -62,7 +62,7 @@ export const dict = {
62
62
  "ui.sessionTurn.diffs.more": "+ ещё {{count}}",
63
63
 
64
64
  "ui.sessionTurn.retry.retrying": "повтор",
65
- "ui.sessionTurn.retry.inSeconds": "через {{seconds}}с",
65
+ "ui.sessionTurn.retry.inSeconds": "через {{seconds}} с",
66
66
  "ui.sessionTurn.retry.attempt": "попытка №{{attempt}}",
67
67
  "ui.sessionTurn.retry.attemptLine": "{{line}} - попытка №{{attempt}}",
68
68
  "ui.sessionTurn.retry.geminiHot": "gemini сейчас перегружен",
@@ -94,16 +94,16 @@ export const dict = {
94
94
  "ui.messagePart.questions.dismissed": "Вопросы отклонены",
95
95
  "ui.messagePart.compaction": "Сессия сжата",
96
96
  "ui.messagePart.context.read.one": "{{count}} чтение",
97
- "ui.messagePart.context.read.other": "{{count}} чтений",
97
+ "ui.messagePart.context.read.other": "Операций чтения: {{count}}",
98
98
  "ui.messagePart.context.search.one": "{{count}} поиск",
99
- "ui.messagePart.context.search.other": "{{count}} поисков",
99
+ "ui.messagePart.context.search.other": "Операций поиска: {{count}}",
100
100
  "ui.messagePart.context.list.one": "{{count}} список",
101
- "ui.messagePart.context.list.other": "{{count}} списков",
101
+ "ui.messagePart.context.list.other": "Получено списков: {{count}}",
102
102
  "ui.messagePart.diagnostic.error": "Ошибка",
103
103
  "ui.messagePart.title.edit": "Редактировать",
104
104
  "ui.messagePart.title.write": "Написать",
105
105
  "ui.messagePart.option.typeOwnAnswer": "Введите свой ответ",
106
- "ui.messagePart.review.title": "Проверьте ваши ответы",
106
+ "ui.messagePart.review.title": "Проверьте свои ответы",
107
107
 
108
108
  "ui.list.loading": "Загрузка",
109
109
  "ui.list.empty": "Нет результатов",
@@ -118,7 +118,7 @@ export const dict = {
118
118
  "ui.textField.copied": "Скопировано",
119
119
 
120
120
  "ui.imagePreview.alt": "Предпросмотр изображения",
121
- "ui.scrollView.ariaLabel": "прокручиваемый контент",
121
+ "ui.scrollView.ariaLabel": "Прокручиваемое содержимое",
122
122
 
123
123
  "ui.tool.read": "Чтение",
124
124
  "ui.tool.loaded": "Загружено",
@@ -171,22 +171,22 @@ export const dict = {
171
171
  "ui.patch.action.moved": "Перемещено",
172
172
  "ui.patch.action.patched": "Изменено",
173
173
 
174
- "ui.question.subtitle.answered": "{{count}} отвечено",
174
+ "ui.question.subtitle.answered": "Получено ответов: {{count}}",
175
175
  "ui.question.answer.none": "(нет ответа)",
176
176
  "ui.question.review.notAnswered": "(не отвечено)",
177
177
  "ui.question.multiHint": "Выберите все подходящие",
178
178
  "ui.question.singleHint": "Выберите один ответ",
179
- "ui.question.custom.placeholder": "Введите ваш ответ...",
179
+ "ui.question.custom.placeholder": "Введите свой ответ...",
180
180
 
181
181
  "ui.fileSearch.placeholder": "Найти",
182
- "ui.fileSearch.previousMatch": "Предыдущее",
183
- "ui.fileSearch.nextMatch": "Следующее",
182
+ "ui.fileSearch.previousMatch": "Предыдущее совпадение",
183
+ "ui.fileSearch.nextMatch": "Следующее совпадение",
184
184
  "ui.fileSearch.close": "Закрыть поиск",
185
185
  "ui.tool.task": "Задача",
186
186
  "ui.tool.skill": "Навык",
187
187
  "ui.basicTool.called": "Вызван `{{tool}}`",
188
188
  "ui.toolErrorCard.failed": "Ошибка",
189
189
  "ui.toolErrorCard.copyError": "Скопировать ошибку",
190
- "ui.message.duration.seconds": "{{count}}с",
191
- "ui.message.duration.minutesSeconds": "{{minutes}}м {{seconds}}с",
190
+ "ui.message.duration.seconds": "{{count}} с",
191
+ "ui.message.duration.minutesSeconds": "{{minutes}} мин {{seconds}} с",
192
192
  }
package/src/i18n/sv.ts ADDED
@@ -0,0 +1,175 @@
1
+ export const dict: Record<string, string> = {
2
+ "ui.sessionReview.title": "Sessionsändringar",
3
+ "ui.sessionReview.title.git": "Git-ändringar",
4
+ "ui.sessionReview.title.branch": "Grenändringar",
5
+ "ui.sessionReview.title.lastTurn": "Ändringar i senaste turen",
6
+ "ui.sessionReview.diffStyle.unified": "Enhetlig",
7
+ "ui.sessionReview.diffStyle.split": "Delad",
8
+ "ui.sessionReview.expandAll": "Fäll ut alla",
9
+ "ui.sessionReview.collapseAll": "Fäll ihop alla",
10
+ "ui.sessionReview.change.added": "Tillagd",
11
+ "ui.sessionReview.change.removed": "Borttagen",
12
+ "ui.sessionReview.change.modified": "Ändrad",
13
+ "ui.sessionReview.image.loading": "Laddar...",
14
+ "ui.sessionReview.image.placeholder": "Bild",
15
+ "ui.sessionReview.largeDiff.title": "Diff för stor för att återge",
16
+ "ui.sessionReview.largeDiff.meta": "Gräns: {{limit}} ändrade rader. Aktuellt: {{current}} ändrade rader.",
17
+ "ui.sessionReview.largeDiff.renderAnyway": "Visa ändå",
18
+ "ui.sessionReviewV2.expandMode": "Fäll ut eller ihop diffen",
19
+ "ui.sessionReviewV2.filterFiles": "Filtrera filer",
20
+ "ui.sessionReviewV2.toggleSidebar": "Växla filträdet",
21
+ "ui.sessionReviewV2.showAllLines": "Visa alla rader",
22
+ "ui.sessionReviewV2.hideNonDiffLines": "Dölj oförändrade rader",
23
+ "ui.sessionReviewV2.unifiedDiff": "Enhetlig diff",
24
+ "ui.sessionReviewV2.splitDiff": "Delad diff",
25
+ "ui.sessionReviewV2.previousFile": "Föregående fil",
26
+ "ui.sessionReviewV2.nextFile": "Nästa fil",
27
+ "ui.sessionReviewV2.diffView": "Diffvy",
28
+ "ui.sessionReviewV2.empty.noGit.title": "Inga spårade ändringar",
29
+ "ui.sessionReviewV2.empty.noGit.description": "Spåra, granska och ångra ändringar i det här projektet",
30
+ "ui.sessionReviewV2.empty.noGit.action": "Skapa Git-arkiv",
31
+ "ui.sessionReviewV2.empty.noGit.actionLoading": "Skapar Git-arkiv...",
32
+ "ui.sessionReviewV2.empty.changes.title": "Inga filändringar ännu",
33
+ "ui.sessionReviewV2.empty.changes.description": "Projektändringar kommer att visas här",
34
+ "ui.sessionReview.openFile": "Öppna filen",
35
+ "ui.sessionReview.selection.line": "rad {{line}}",
36
+ "ui.sessionReview.selection.lines": "rader {{start}}-{{end}}",
37
+ "ui.fileMedia.kind.image": "bild",
38
+ "ui.fileMedia.kind.audio": "ljud",
39
+ "ui.fileMedia.state.removed": "Filen av typen {{kind}} har tagits bort.",
40
+ "ui.fileMedia.state.loading": "Laddar {{kind}}...",
41
+ "ui.fileMedia.state.error": "Det gick inte att ladda {{kind}}.",
42
+ "ui.fileMedia.state.unavailable": "Förhandsvisning av {{kind}} är inte tillgänglig.",
43
+ "ui.fileMedia.binary.title": "Binär fil",
44
+ "ui.fileMedia.binary.description.path": "{{path}} är binär.",
45
+ "ui.fileMedia.binary.description.default": "Binärt innehåll",
46
+ "ui.lineComment.label.prefix": "Kommentera ",
47
+ "ui.lineComment.label.suffix": "",
48
+ "ui.lineComment.editorLabel.prefix": "Kommenterar ",
49
+ "ui.lineComment.editorLabel.suffix": "",
50
+ "ui.lineComment.placeholder": "Lägg till kommentar",
51
+ "ui.lineComment.submit": "Kommentera",
52
+ "ui.lineComment.cancel": "Avbryt",
53
+ "ui.sessionTurn.steps.show": "Visa steg",
54
+ "ui.sessionTurn.steps.hide": "Dölj steg",
55
+ "ui.sessionTurn.summary.response": "Svar",
56
+ "ui.sessionTurn.diff.showMore": "Visa fler ändringar ({{count}})",
57
+ "ui.sessionTurn.diffs.changed.one": "{{count}} Ändrad fil",
58
+ "ui.sessionTurn.diffs.changed.other": "{{count}} Ändrade filer",
59
+ "ui.sessionTurn.diffs.showAll": "Visa alla",
60
+ "ui.sessionTurn.diffs.showLess": "Visa färre",
61
+ "ui.sessionTurn.diffs.more": "+{{count}} fler filer",
62
+ "ui.sessionTurn.retry.retrying": "försöker igen",
63
+ "ui.sessionTurn.retry.inSeconds": "om {{seconds}} s",
64
+ "ui.sessionTurn.retry.attempt": "försök #{{attempt}}",
65
+ "ui.sessionTurn.retry.attemptLine": "{{line}} - försök #{{attempt}}",
66
+ "ui.sessionTurn.retry.geminiHot": "Gemini är alldeles för belastad just nu",
67
+ "ui.sessionTurn.error.freeUsageExceeded": "Gränsen för kostnadsfri användning har överskridits",
68
+ "ui.sessionTurn.error.addCredits": "Lägg till krediter",
69
+ "dialog.usageExceeded.freeTier.title": "Gratisgränsen nådd",
70
+ "dialog.usageExceeded.freeTier.description":
71
+ "Prenumerera på OpenCode Go för pålitlig tillgång till de bästa modellerna med öppen källkod, från 5 USD/månad.",
72
+ "dialog.usageExceeded.freeTier.actionLabel": "Prenumerera",
73
+ "dialog.usageExceeded.accountRateLimit.title": "Gränsen för Go har nåtts",
74
+ "dialog.usageExceeded.accountRateLimit.description":
75
+ "Användningsgräns nådd. För att fortsätta använda den här modellen nu, aktivera användning från ditt tillgängliga saldo",
76
+ "dialog.usageExceeded.accountRateLimit.actionLabel": "Öppna inställningar",
77
+ "ui.sessionTurn.status.delegating": "Delegerar arbete",
78
+ "ui.sessionTurn.status.planning": "Planerar nästa steg",
79
+ "ui.sessionTurn.status.gatheringContext": "Utforskar",
80
+ "ui.sessionTurn.status.gatheredContext": "Utforskat",
81
+ "ui.sessionTurn.status.searchingCodebase": "Söker i kodbasen",
82
+ "ui.sessionTurn.status.searchingWeb": "Söker på nätet",
83
+ "ui.sessionTurn.status.makingEdits": "Redigerar",
84
+ "ui.sessionTurn.status.runningCommands": "Kör kommandon",
85
+ "ui.sessionTurn.status.thinking": "Tänker",
86
+ "ui.sessionTurn.status.thinkingWithTopic": "Tänker - {{topic}}",
87
+ "ui.sessionTurn.status.gatheringThoughts": "Samlar tankar",
88
+ "ui.sessionTurn.status.consideringNextSteps": "Funderar på nästa steg",
89
+ "ui.messagePart.diagnostic.error": "Fel",
90
+ "ui.messagePart.title.edit": "Redigera",
91
+ "ui.messagePart.title.write": "Skriv",
92
+ "ui.messagePart.option.typeOwnAnswer": "Skriv ditt eget svar",
93
+ "ui.messagePart.review.title": "Granska dina svar",
94
+ "ui.messagePart.questions.dismissed": "Frågorna har avfärdats",
95
+ "ui.messagePart.compaction": "Sessionen har komprimerats",
96
+ "ui.messagePart.context.read.one": "{{count}} läsning",
97
+ "ui.messagePart.context.read.other": "{{count}} läsningar",
98
+ "ui.messagePart.context.search.one": "{{count}} sökning",
99
+ "ui.messagePart.context.search.other": "{{count}} sökningar",
100
+ "ui.messagePart.context.list.one": "{{count}} listning",
101
+ "ui.messagePart.context.list.other": "{{count}} listningar",
102
+ "ui.list.loading": "Laddar",
103
+ "ui.list.empty": "Inga resultat",
104
+ "ui.list.clearFilter": "Rensa filter",
105
+ "ui.list.emptyWithFilter.prefix": "Inga resultat för",
106
+ "ui.list.emptyWithFilter.suffix": "",
107
+ "ui.fileSearch.placeholder": "Hitta",
108
+ "ui.fileSearch.previousMatch": "Föregående match",
109
+ "ui.fileSearch.nextMatch": "Nästa match",
110
+ "ui.fileSearch.close": "Stäng sökning",
111
+ "ui.messageNav.newMessage": "Nytt meddelande",
112
+ "ui.textField.copyToClipboard": "Kopiera till urklipp",
113
+ "ui.textField.copyLink": "Kopiera länk",
114
+ "ui.textField.copied": "Kopierad",
115
+ "ui.imagePreview.alt": "Förhandsgranskning av bild",
116
+ "ui.scrollView.ariaLabel": "rullningsbart innehåll",
117
+ "ui.tool.read": "Läs",
118
+ "ui.tool.loaded": "Inläst",
119
+ "ui.tool.list": "Lista",
120
+ "ui.tool.glob": "Glob",
121
+ "ui.tool.grep": "Grep",
122
+ "ui.tool.task": "Uppgift",
123
+ "ui.tool.webfetch": "Webbhämtning",
124
+ "ui.tool.websearch": "Webbsökning",
125
+ "ui.tool.shell": "Shell",
126
+ "ui.tool.patch": "Patch",
127
+ "ui.tool.todos": "Att göra",
128
+ "ui.tool.todos.read": "Läs att göra-listan",
129
+ "ui.tool.questions": "Frågor",
130
+ "ui.tool.agent": "{{type}}-agent",
131
+ "ui.tool.agent.default": "Agent",
132
+ "ui.tool.skill": "Färdighet",
133
+ "ui.basicTool.called": "Anropade `{{tool}}`",
134
+ "ui.toolErrorCard.failed": "Misslyckades",
135
+ "ui.toolErrorCard.copyError": "Kopiera felet",
136
+ "ui.common.file.one": "fil",
137
+ "ui.common.file.other": "filer",
138
+ "ui.common.question.one": "fråga",
139
+ "ui.common.question.other": "frågor",
140
+ "ui.common.add": "Lägg till",
141
+ "ui.common.back": "Tillbaka",
142
+ "ui.common.cancel": "Avbryt",
143
+ "ui.common.confirm": "Bekräfta",
144
+ "ui.common.dismiss": "Avfärda",
145
+ "ui.common.close": "Stäng",
146
+ "ui.common.next": "Nästa",
147
+ "ui.common.submit": "Skicka",
148
+ "ui.common.showMore": "Visa mer",
149
+ "ui.permission.deny": "Neka",
150
+ "ui.permission.allowAlways": "Tillåt alltid",
151
+ "ui.permission.allowOnce": "Tillåt en gång",
152
+ "ui.message.expand": "Fäll ut meddelandet",
153
+ "ui.message.collapse": "Fäll ihop meddelandet",
154
+ "ui.message.copy": "Kopiera",
155
+ "ui.message.copyMessage": "Kopiera meddelandet",
156
+ "ui.message.forkMessage": "Förgrena meddelandet till en ny session",
157
+ "ui.message.revertMessage": "Återställ meddelandet",
158
+ "ui.message.copyResponse": "Kopiera svaret",
159
+ "ui.message.copied": "Kopierad",
160
+ "ui.message.duration.seconds": "{{count}}s",
161
+ "ui.message.duration.minutesSeconds": "{{minutes}}m {{seconds}}s",
162
+ "ui.message.interrupted": "Avbruten",
163
+ "ui.message.queued": "I kö",
164
+ "ui.message.attachment.alt": "bilaga",
165
+ "ui.patch.action.deleted": "Raderad",
166
+ "ui.patch.action.created": "Skapad",
167
+ "ui.patch.action.moved": "Flyttad",
168
+ "ui.patch.action.patched": "Patchad",
169
+ "ui.question.subtitle.answered": "{{count}} besvarade",
170
+ "ui.question.answer.none": "(inget svar)",
171
+ "ui.question.review.notAnswered": "(ej besvarad)",
172
+ "ui.question.multiHint": "Välj alla svar som gäller",
173
+ "ui.question.singleHint": "Välj ett svar",
174
+ "ui.question.custom.placeholder": "Skriv ditt svar...",
175
+ }
package/src/i18n/th.ts CHANGED
@@ -15,13 +15,13 @@ export const dict = {
15
15
  "ui.sessionReview.change.modified": "แก้ไข",
16
16
  "ui.sessionReview.image.loading": "กำลังโหลด...",
17
17
  "ui.sessionReview.image.placeholder": "รูปภาพ",
18
- "ui.sessionReview.largeDiff.title": "Diff มีขนาดใหญ่เกินไปจนไม่สามารถแสดงผลได้",
18
+ "ui.sessionReview.largeDiff.title": "Diff มีขนาดใหญ่เกินกว่าจะแสดงผลได้",
19
19
  "ui.sessionReview.largeDiff.meta":
20
- "ขีดจำกัด: {{limit}} บรรทัดที่เปลี่ยนแปลง. ปัจจุบัน: {{current}} บรรทัดที่เปลี่ยนแปลง.",
20
+ "ขีดจำกัด: บรรทัดที่เปลี่ยนแปลง {{limit}} บรรทัด ปัจจุบัน: {{current}} บรรทัด",
21
21
  "ui.sessionReview.largeDiff.renderAnyway": "แสดงผลต่อไป",
22
22
  "ui.sessionReviewV2.expandMode": "ขยายหรือย่อ diff",
23
23
  "ui.sessionReviewV2.filterFiles": "กรองไฟล์",
24
- "ui.sessionReviewV2.toggleSidebar": "สลับต้นไม้ไฟล์",
24
+ "ui.sessionReviewV2.toggleSidebar": "สลับแผนผังไฟล์",
25
25
  "ui.sessionReviewV2.showAllLines": "แสดงทุกบรรทัด",
26
26
  "ui.sessionReviewV2.hideNonDiffLines": "ซ่อนบรรทัดที่ไม่มี diff",
27
27
  "ui.sessionReviewV2.unifiedDiff": "diff แบบรวม",
@@ -45,9 +45,9 @@ export const dict = {
45
45
  "ui.fileMedia.binary.description.path": "{{path}} เป็นไฟล์ไบนารีและไม่สามารถแสดงผลได้",
46
46
  "ui.fileMedia.binary.description.default": "ไฟล์ไบนารีไม่สามารถแสดงผลได้",
47
47
 
48
- "ui.lineComment.label.prefix": "แสดงความคิดเห็นบน ",
48
+ "ui.lineComment.label.prefix": "แสดงความคิดเห็นที่ ",
49
49
  "ui.lineComment.label.suffix": "",
50
- "ui.lineComment.editorLabel.prefix": "กำลังแสดงความคิดเห็นบน ",
50
+ "ui.lineComment.editorLabel.prefix": "กำลังแสดงความคิดเห็นที่ ",
51
51
  "ui.lineComment.editorLabel.suffix": "",
52
52
  "ui.lineComment.placeholder": "เพิ่มความคิดเห็น",
53
53
  "ui.lineComment.submit": "แสดงความคิดเห็น",
@@ -55,19 +55,19 @@ export const dict = {
55
55
 
56
56
  "ui.sessionTurn.steps.show": "แสดงขั้นตอน",
57
57
  "ui.sessionTurn.steps.hide": "ซ่อนขั้นตอน",
58
- "ui.sessionTurn.summary.response": "การตอบสนอง",
58
+ "ui.sessionTurn.summary.response": "คำตอบ",
59
59
  "ui.sessionTurn.diff.showMore": "แสดงการเปลี่ยนแปลงเพิ่มเติม ({{count}})",
60
- "ui.sessionTurn.diffs.changed.one": "จำนวนไฟล์ที่เปลี่ยนแปลง: {{count}}",
61
- "ui.sessionTurn.diffs.changed.other": "จำนวนไฟล์ที่เปลี่ยนแปลง: {{count}}",
60
+ "ui.sessionTurn.diffs.changed.one": "มีไฟล์ที่เปลี่ยนแปลง {{count}} ไฟล์",
61
+ "ui.sessionTurn.diffs.changed.other": "มีไฟล์ที่เปลี่ยนแปลง {{count}} ไฟล์",
62
62
  "ui.sessionTurn.diffs.showAll": "แสดงทั้งหมด",
63
63
  "ui.sessionTurn.diffs.showLess": "แสดงน้อยลง",
64
64
  "ui.sessionTurn.diffs.more": "+{{count}} ไฟล์เพิ่มเติม",
65
65
 
66
66
  "ui.sessionTurn.retry.retrying": "กำลังลองใหม่",
67
- "ui.sessionTurn.retry.inSeconds": "ใน {{seconds}}วิ",
67
+ "ui.sessionTurn.retry.inSeconds": "ใน {{seconds}} วินาที",
68
68
  "ui.sessionTurn.retry.attempt": "ครั้งที่ {{attempt}}",
69
69
  "ui.sessionTurn.retry.attemptLine": "{{line}} - ครั้งที่ {{attempt}}",
70
- "ui.sessionTurn.retry.geminiHot": "gemini กำลังใช้งานหนาแน่นมาก",
70
+ "ui.sessionTurn.retry.geminiHot": "ขณะนี้ Gemini มีการใช้งานหนาแน่นมาก",
71
71
  "ui.sessionTurn.error.freeUsageExceeded": "เกินขีดจำกัดการใช้งานฟรี",
72
72
  "ui.sessionTurn.error.addCredits": "เพิ่มเครดิต",
73
73
 
@@ -80,8 +80,8 @@ export const dict = {
80
80
  "ถึงขีดจำกัดการใช้งานแล้ว หากต้องการใช้โมเดลนี้ต่อในตอนนี้ ให้เปิดใช้งานจากยอดคงเหลือที่มี",
81
81
  "dialog.usageExceeded.accountRateLimit.actionLabel": "เปิดการตั้งค่า",
82
82
 
83
- "ui.sessionTurn.status.delegating": "มอบหมายงาน",
84
- "ui.sessionTurn.status.planning": "วางแผนขั้นตอนถัดไป",
83
+ "ui.sessionTurn.status.delegating": "กำลังมอบหมายงาน",
84
+ "ui.sessionTurn.status.planning": "กำลังวางแผนขั้นตอนถัดไป",
85
85
  "ui.sessionTurn.status.gatheringContext": "กำลังสำรวจ",
86
86
  "ui.sessionTurn.status.gatheredContext": "สำรวจแล้ว",
87
87
  "ui.sessionTurn.status.searchingCodebase": "กำลังค้นหาโค้ดเบส",
@@ -90,8 +90,8 @@ export const dict = {
90
90
  "ui.sessionTurn.status.runningCommands": "กำลังเรียกใช้คำสั่ง",
91
91
  "ui.sessionTurn.status.thinking": "กำลังคิด",
92
92
  "ui.sessionTurn.status.thinkingWithTopic": "กำลังคิด - {{topic}}",
93
- "ui.sessionTurn.status.gatheringThoughts": "รวบรวมความคิด",
94
- "ui.sessionTurn.status.consideringNextSteps": "พิจารณาขั้นตอนถัดไป",
93
+ "ui.sessionTurn.status.gatheringThoughts": "กำลังรวบรวมความคิด",
94
+ "ui.sessionTurn.status.consideringNextSteps": "กำลังพิจารณาขั้นตอนถัดไป",
95
95
 
96
96
  "ui.messagePart.questions.dismissed": "ละทิ้งคำถามแล้ว",
97
97
  "ui.messagePart.compaction": "บีบอัดเซสชันแล้ว",
@@ -124,7 +124,7 @@ export const dict = {
124
124
 
125
125
  "ui.tool.read": "อ่าน",
126
126
  "ui.tool.loaded": "โหลดแล้ว",
127
- "ui.tool.list": "รายการ",
127
+ "ui.tool.list": "แสดงรายการ",
128
128
  "ui.tool.glob": "Glob",
129
129
  "ui.tool.grep": "Grep",
130
130
  "ui.tool.webfetch": "ดึงจากเว็บ",
@@ -173,11 +173,11 @@ export const dict = {
173
173
  "ui.patch.action.moved": "ย้าย",
174
174
  "ui.patch.action.patched": "แพตช์",
175
175
 
176
- "ui.question.subtitle.answered": "{{count}} ตอบแล้ว",
176
+ "ui.question.subtitle.answered": "ตอบแล้ว {{count}} ข้อ",
177
177
  "ui.question.answer.none": "(ไม่มีคำตอบ)",
178
178
  "ui.question.review.notAnswered": "(ไม่ได้ตอบ)",
179
- "ui.question.multiHint": "เลือกทั้งหมดที่ใช้",
180
- "ui.question.singleHint": "เลือกหนึ่งคำตอบ",
179
+ "ui.question.multiHint": "เลือกคำตอบที่เกี่ยวข้องทั้งหมด",
180
+ "ui.question.singleHint": "เลือกคำตอบหนึ่งข้อ",
181
181
  "ui.question.custom.placeholder": "พิมพ์คำตอบของคุณ...",
182
182
 
183
183
  "ui.fileSearch.placeholder": "ค้นหา",
@@ -189,6 +189,6 @@ export const dict = {
189
189
  "ui.basicTool.called": "เรียกใช้ `{{tool}}`",
190
190
  "ui.toolErrorCard.failed": "ล้มเหลว",
191
191
  "ui.toolErrorCard.copyError": "คัดลอกข้อผิดพลาด",
192
- "ui.message.duration.seconds": "{{count}}วิ",
193
- "ui.message.duration.minutesSeconds": "{{minutes}}นาที {{seconds}}วิ",
192
+ "ui.message.duration.seconds": "{{count}} วินาที",
193
+ "ui.message.duration.minutesSeconds": "{{minutes}} นาที {{seconds}} วินาที",
194
194
  }