@opencode-ai/ui 0.0.0-dev-202608040510 → 0.0.0-dev-202608040656

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.
Files changed (53) hide show
  1. package/dist/i18n/ar.d.ts +22 -0
  2. package/dist/i18n/br.d.ts +22 -0
  3. package/dist/i18n/bs.d.ts +22 -0
  4. package/dist/i18n/da.d.ts +22 -0
  5. package/dist/i18n/de.d.ts +22 -0
  6. package/dist/i18n/es.d.ts +22 -0
  7. package/dist/i18n/fr.d.ts +22 -0
  8. package/dist/i18n/ja.d.ts +22 -0
  9. package/dist/i18n/ko.d.ts +22 -0
  10. package/dist/i18n/pl.d.ts +22 -0
  11. package/dist/i18n/ru.d.ts +22 -0
  12. package/dist/i18n/th.d.ts +22 -0
  13. package/dist/i18n/tr.d.ts +22 -0
  14. package/dist/i18n/zh.d.ts +22 -0
  15. package/dist/i18n/zht.d.ts +22 -0
  16. package/package.json +1 -1
  17. package/src/i18n/ar.ts +24 -0
  18. package/src/i18n/az.ts +22 -0
  19. package/src/i18n/br.ts +24 -0
  20. package/src/i18n/bs.ts +24 -0
  21. package/src/i18n/da.ts +24 -0
  22. package/src/i18n/de.ts +22 -0
  23. package/src/i18n/en.ts +24 -0
  24. package/src/i18n/es.ts +24 -0
  25. package/src/i18n/fi.ts +22 -0
  26. package/src/i18n/fr.ts +24 -0
  27. package/src/i18n/hi.ts +23 -0
  28. package/src/i18n/id.ts +24 -0
  29. package/src/i18n/it.ts +22 -0
  30. package/src/i18n/ja.ts +24 -0
  31. package/src/i18n/ko.ts +24 -0
  32. package/src/i18n/nl.ts +22 -0
  33. package/src/i18n/no.ts +24 -0
  34. package/src/i18n/pa.ts +22 -0
  35. package/src/i18n/pl.ts +24 -0
  36. package/src/i18n/ru.ts +24 -0
  37. package/src/i18n/sv.ts +22 -0
  38. package/src/i18n/th.ts +24 -0
  39. package/src/i18n/tr.ts +24 -0
  40. package/src/i18n/uk.ts +24 -0
  41. package/src/i18n/ur.ts +22 -0
  42. package/src/i18n/vi.ts +22 -0
  43. package/src/i18n/zh.ts +24 -0
  44. package/src/i18n/zht.ts +24 -0
  45. package/src/v2/components/dialog-v2.css +2 -2
  46. package/src/v2/components/dialog-v2.tsx +3 -1
  47. package/src/v2/components/inline-input-v2.tsx +3 -1
  48. package/src/v2/components/line-comment-v2.css +1 -1
  49. package/src/v2/components/line-comment-v2.tsx +6 -4
  50. package/src/v2/components/tabs-v2.css +4 -4
  51. package/src/v2/components/tabs-v2.tsx +4 -2
  52. package/src/v2/components/text-input-v2.tsx +7 -1
  53. package/src/v2/components/toast-v2.tsx +5 -2
package/src/i18n/fr.ts CHANGED
@@ -50,6 +50,7 @@ export const dict = {
50
50
  "ui.lineComment.editorLabel.prefix": "Commentaire concernant ",
51
51
  "ui.lineComment.editorLabel.suffix": "",
52
52
  "ui.lineComment.placeholder": "Ajouter un commentaire",
53
+ "ui.lineComment.contextPlaceholder": "Ajouter du contexte à cette modification",
53
54
  "ui.lineComment.submit": "Commenter",
54
55
  "ui.lineComment.cancel": "Annuler",
55
56
 
@@ -119,6 +120,25 @@ export const dict = {
119
120
 
120
121
  "ui.messageNav.newMessage": "Nouveau message",
121
122
 
123
+ "ui.promptInput.noMatchingItems": "Aucun élément correspondant",
124
+ "ui.promptInput.commands": "Commandes",
125
+ "ui.promptInput.dropFiles": "Déposez des fichiers pour les joindre",
126
+ "ui.promptInput.removeAttachment": "Supprimer la pièce jointe",
127
+ "ui.promptInput.label": "Invite",
128
+ "ui.promptInput.placeholder.shell": "Entrez une commande shell...",
129
+ "ui.promptInput.placeholder.normal": "Demandez n'importe quoi, {{slash}} pour les commandes, {{at}} pour le contexte...",
130
+ "ui.promptInput.add": "Ajouter des images et des fichiers",
131
+ "ui.promptInput.attachments": "Images et fichiers",
132
+ "ui.promptInput.context": "Contexte",
133
+ "ui.promptInput.shell": "Commande shell",
134
+ "ui.promptInput.chooseAgent": "Choisir l'agent",
135
+ "ui.promptInput.chooseModel": "Choisir le modèle",
136
+ "ui.promptInput.chooseVariant": "Choisir la variante du modèle",
137
+ "ui.promptInput.send": "Envoyer",
138
+ "ui.promptInput.stop": "Arrêter",
139
+
140
+ "ui.tabs.close": "Fermer l'onglet",
141
+
122
142
  "ui.textField.copyToClipboard": "Copier dans le presse-papiers",
123
143
  "ui.textField.copyLink": "Copier le lien",
124
144
  "ui.textField.copied": "Copié",
@@ -133,11 +153,13 @@ export const dict = {
133
153
  "ui.tool.grep": "Grep",
134
154
  "ui.tool.webfetch": "Webfetch",
135
155
  "ui.tool.websearch": "Recherche Web",
156
+ "ui.tool.websearch.provider": "{{provider}} Recherche Web",
136
157
  "ui.tool.shell": "Shell",
137
158
  "ui.tool.patch": "Patch",
138
159
  "ui.tool.todos": "Tâches",
139
160
  "ui.tool.todos.read": "Lire les tâches",
140
161
  "ui.tool.questions": "Questions",
162
+ "ui.tool.questions.numbered": "Questions {{number}}",
141
163
  "ui.tool.agent": "Agent {{type}}",
142
164
  "ui.tool.agent.default": "Agent",
143
165
 
@@ -147,6 +169,8 @@ export const dict = {
147
169
  "ui.common.question.other": "questions",
148
170
 
149
171
  "ui.common.add": "Ajouter",
172
+ "ui.common.clear": "Effacer",
173
+ "ui.common.file": "Fichier",
150
174
  "ui.common.back": "Retour",
151
175
  "ui.common.cancel": "Annuler",
152
176
  "ui.common.confirm": "Confirmer",
package/src/i18n/hi.ts CHANGED
@@ -49,6 +49,7 @@ export const dict: Record<string, string> = {
49
49
  "ui.lineComment.editorLabel.prefix": "इस पर टिप्पणी की जा रही है: ",
50
50
  "ui.lineComment.editorLabel.suffix": "",
51
51
  "ui.lineComment.placeholder": "टिप्पणी जोड़ें",
52
+ "ui.lineComment.contextPlaceholder": "इस परिवर्तन के लिए संदर्भ जोड़ें",
52
53
  "ui.lineComment.submit": "टिप्पणी",
53
54
  "ui.lineComment.cancel": "रद्द करें",
54
55
  "ui.sessionTurn.steps.show": "चरण दिखाएँ",
@@ -110,6 +111,24 @@ export const dict: Record<string, string> = {
110
111
  "ui.fileSearch.nextMatch": "अगला मिलान",
111
112
  "ui.fileSearch.close": "खोज बंद करें",
112
113
  "ui.messageNav.newMessage": "नया संदेश",
114
+ "ui.promptInput.noMatchingItems": "कोई मेल खाता आइटम नहीं",
115
+ "ui.promptInput.commands": "कमांड",
116
+ "ui.promptInput.dropFiles": "संलग्न करने के लिए फ़ाइलें यहाँ छोड़ें",
117
+ "ui.promptInput.removeAttachment": "अटैचमेंट हटाएँ",
118
+ "ui.promptInput.label": "प्रॉम्प्ट",
119
+ "ui.promptInput.placeholder.shell": "शेल कमांड दर्ज करें...",
120
+ "ui.promptInput.placeholder.normal": "कुछ भी पूछें, {{slash}} कमांड के लिए, {{at}} संदर्भ के लिए...",
121
+ "ui.promptInput.add": "छवियाँ और फ़ाइलें जोड़ें",
122
+ "ui.promptInput.attachments": "छवियाँ और फ़ाइलें",
123
+ "ui.promptInput.context": "संदर्भ",
124
+ "ui.promptInput.shell": "शेल कमांड",
125
+ "ui.promptInput.chooseAgent": "एजेंट चुनें",
126
+ "ui.promptInput.chooseModel": "मॉडल चुनें",
127
+ "ui.promptInput.chooseVariant": "मॉडल वेरिएंट चुनें",
128
+ "ui.promptInput.send": "भेजें",
129
+ "ui.promptInput.stop": "रोकें",
130
+
131
+ "ui.tabs.close": "टैब बंद करें",
113
132
  "ui.textField.copyToClipboard": "क्लिपबोर्ड पर कॉपी करें",
114
133
  "ui.textField.copyLink": "लिंक की प्रतिलिपि करें",
115
134
  "ui.textField.copied": "कॉपी किया गया",
@@ -123,11 +142,13 @@ export const dict: Record<string, string> = {
123
142
  "ui.tool.task": "टास्क",
124
143
  "ui.tool.webfetch": "वेबफ़ेच",
125
144
  "ui.tool.websearch": "वेब खोज",
145
+ "ui.tool.websearch.provider": "{{provider}} वेब खोज",
126
146
  "ui.tool.shell": "शेल",
127
147
  "ui.tool.patch": "पैच",
128
148
  "ui.tool.todos": "कार्य सूची",
129
149
  "ui.tool.todos.read": "कार्य सूची पढ़ें",
130
150
  "ui.tool.questions": "प्रश्न",
151
+ "ui.tool.questions.numbered": "प्रश्न {{number}}",
131
152
  "ui.tool.agent": "{{type}} एजेंट",
132
153
  "ui.tool.agent.default": "एजेंट",
133
154
  "ui.tool.skill": "कौशल",
@@ -139,6 +160,8 @@ export const dict: Record<string, string> = {
139
160
  "ui.common.question.one": "प्रश्न",
140
161
  "ui.common.question.other": "प्रश्न",
141
162
  "ui.common.add": "जोड़ें",
163
+ "ui.common.clear": "साफ़ करें",
164
+ "ui.common.file": "फ़ाइल",
142
165
  "ui.common.back": "पीछे",
143
166
  "ui.common.cancel": "रद्द करें",
144
167
  "ui.common.confirm": "पुष्टि करें",
package/src/i18n/id.ts CHANGED
@@ -50,6 +50,7 @@ export const dict: Record<string, string> = {
50
50
  "ui.lineComment.editorLabel.prefix": "Mengomentari ",
51
51
  "ui.lineComment.editorLabel.suffix": "",
52
52
  "ui.lineComment.placeholder": "Tambah komentar",
53
+ "ui.lineComment.contextPlaceholder": "Tambahkan konteks untuk perubahan ini",
53
54
  "ui.lineComment.submit": "Komentar",
54
55
  "ui.lineComment.cancel": "Batal",
55
56
 
@@ -120,6 +121,25 @@ export const dict: Record<string, string> = {
120
121
 
121
122
  "ui.messageNav.newMessage": "Pesan baru",
122
123
 
124
+ "ui.promptInput.noMatchingItems": "Tidak ada item yang cocok",
125
+ "ui.promptInput.commands": "Perintah",
126
+ "ui.promptInput.dropFiles": "Letakkan berkas untuk dilampirkan",
127
+ "ui.promptInput.removeAttachment": "Hapus lampiran",
128
+ "ui.promptInput.label": "Prompt",
129
+ "ui.promptInput.placeholder.shell": "Masukkan perintah shell...",
130
+ "ui.promptInput.placeholder.normal": "Tanyakan apa saja, {{slash}} untuk perintah, {{at}} untuk konteks...",
131
+ "ui.promptInput.add": "Tambah gambar dan berkas",
132
+ "ui.promptInput.attachments": "Gambar dan berkas",
133
+ "ui.promptInput.context": "Konteks",
134
+ "ui.promptInput.shell": "Perintah shell",
135
+ "ui.promptInput.chooseAgent": "Pilih agen",
136
+ "ui.promptInput.chooseModel": "Pilih model",
137
+ "ui.promptInput.chooseVariant": "Pilih varian model",
138
+ "ui.promptInput.send": "Kirim",
139
+ "ui.promptInput.stop": "Hentikan",
140
+
141
+ "ui.tabs.close": "Tutup tab",
142
+
123
143
  "ui.textField.copyToClipboard": "Salin ke papan klip",
124
144
  "ui.textField.copyLink": "Salin tautan",
125
145
  "ui.textField.copied": "Tersalin",
@@ -135,11 +155,13 @@ export const dict: Record<string, string> = {
135
155
  "ui.tool.task": "Tugas",
136
156
  "ui.tool.webfetch": "Webfetch",
137
157
  "ui.tool.websearch": "Pencarian Web",
158
+ "ui.tool.websearch.provider": "{{provider}} Pencarian Web",
138
159
  "ui.tool.shell": "Shell",
139
160
  "ui.tool.patch": "Patch",
140
161
  "ui.tool.todos": "Tugas",
141
162
  "ui.tool.todos.read": "Baca tugas",
142
163
  "ui.tool.questions": "Pertanyaan",
164
+ "ui.tool.questions.numbered": "Pertanyaan {{number}}",
143
165
  "ui.tool.agent": "Agen {{type}}",
144
166
  "ui.tool.agent.default": "Agen",
145
167
  "ui.tool.skill": "Keahlian",
@@ -154,6 +176,8 @@ export const dict: Record<string, string> = {
154
176
  "ui.common.question.other": "pertanyaan",
155
177
 
156
178
  "ui.common.add": "Tambah",
179
+ "ui.common.clear": "Bersihkan",
180
+ "ui.common.file": "Berkas",
157
181
  "ui.common.back": "Kembali",
158
182
  "ui.common.cancel": "Batal",
159
183
  "ui.common.confirm": "Konfirmasi",
package/src/i18n/it.ts CHANGED
@@ -49,6 +49,7 @@ export const dict: Record<string, string> = {
49
49
  "ui.lineComment.editorLabel.prefix": "Commento su ",
50
50
  "ui.lineComment.editorLabel.suffix": "",
51
51
  "ui.lineComment.placeholder": "Aggiungi commento",
52
+ "ui.lineComment.contextPlaceholder": "Aggiungi contesto per questa modifica",
52
53
  "ui.lineComment.submit": "Commenta",
53
54
  "ui.lineComment.cancel": "Annulla",
54
55
  "ui.sessionTurn.steps.show": "Mostra passaggi",
@@ -114,6 +115,23 @@ export const dict: Record<string, string> = {
114
115
  "ui.fileSearch.nextMatch": "Corrispondenza successiva",
115
116
  "ui.fileSearch.close": "Chiudi la ricerca",
116
117
  "ui.messageNav.newMessage": "Nuovo messaggio",
118
+ "ui.promptInput.noMatchingItems": "Nessun elemento corrispondente",
119
+ "ui.promptInput.commands": "Comandi",
120
+ "ui.promptInput.dropFiles": "Rilascia i file per allegarli",
121
+ "ui.promptInput.removeAttachment": "Rimuovi allegato",
122
+ "ui.promptInput.label": "Prompt",
123
+ "ui.promptInput.placeholder.shell": "Inserisci il comando shell...",
124
+ "ui.promptInput.placeholder.normal": "Chiedi qualsiasi cosa, {{slash}} per i comandi, {{at}} per il contesto...",
125
+ "ui.promptInput.add": "Aggiungi immagini e file",
126
+ "ui.promptInput.attachments": "Immagini e file",
127
+ "ui.promptInput.context": "Contesto",
128
+ "ui.promptInput.shell": "Comando shell",
129
+ "ui.promptInput.chooseAgent": "Scegli agente",
130
+ "ui.promptInput.chooseModel": "Scegli modello",
131
+ "ui.promptInput.chooseVariant": "Scegli variante del modello",
132
+ "ui.promptInput.send": "Invia",
133
+ "ui.promptInput.stop": "Interrompi",
134
+ "ui.tabs.close": "Chiudi scheda",
117
135
  "ui.textField.copyToClipboard": "Copia negli appunti",
118
136
  "ui.textField.copyLink": "Copia collegamento",
119
137
  "ui.textField.copied": "Copiato",
@@ -127,11 +145,13 @@ export const dict: Record<string, string> = {
127
145
  "ui.tool.task": "Attività",
128
146
  "ui.tool.webfetch": "Webfetch",
129
147
  "ui.tool.websearch": "Ricerca sul web",
148
+ "ui.tool.websearch.provider": "{{provider}} Ricerca sul web",
130
149
  "ui.tool.shell": "Shell",
131
150
  "ui.tool.patch": "Patch",
132
151
  "ui.tool.todos": "Attività",
133
152
  "ui.tool.todos.read": "Leggi attività",
134
153
  "ui.tool.questions": "Domande",
154
+ "ui.tool.questions.numbered": "Domande {{number}}",
135
155
  "ui.tool.agent": "Agente {{type}}",
136
156
  "ui.tool.agent.default": "Agente",
137
157
  "ui.tool.skill": "Skill",
@@ -143,6 +163,8 @@ export const dict: Record<string, string> = {
143
163
  "ui.common.question.one": "domanda",
144
164
  "ui.common.question.other": "domande",
145
165
  "ui.common.add": "Aggiungi",
166
+ "ui.common.clear": "Cancella",
167
+ "ui.common.file": "File",
146
168
  "ui.common.back": "Indietro",
147
169
  "ui.common.cancel": "Annulla",
148
170
  "ui.common.confirm": "Conferma",
package/src/i18n/ja.ts CHANGED
@@ -49,6 +49,7 @@ export const dict = {
49
49
  "ui.lineComment.editorLabel.prefix": "",
50
50
  "ui.lineComment.editorLabel.suffix": "へのコメントを作成中",
51
51
  "ui.lineComment.placeholder": "コメントを追加",
52
+ "ui.lineComment.contextPlaceholder": "この変更に関するコンテキストを追加",
52
53
  "ui.lineComment.submit": "コメント",
53
54
  "ui.lineComment.cancel": "キャンセル",
54
55
  "ui.sessionTurn.steps.show": "ステップを表示",
@@ -113,6 +114,25 @@ export const dict = {
113
114
 
114
115
  "ui.messageNav.newMessage": "新しいメッセージ",
115
116
 
117
+ "ui.promptInput.noMatchingItems": "一致する項目がありません",
118
+ "ui.promptInput.commands": "コマンド",
119
+ "ui.promptInput.dropFiles": "ファイルをドロップして添付",
120
+ "ui.promptInput.removeAttachment": "添付ファイルを削除",
121
+ "ui.promptInput.label": "プロンプト",
122
+ "ui.promptInput.placeholder.shell": "シェルコマンドを入力...",
123
+ "ui.promptInput.placeholder.normal": "何でも質問できます。 {{slash}} でコマンド、 {{at}} でコンテキストを追加...",
124
+ "ui.promptInput.add": "画像やファイルを追加",
125
+ "ui.promptInput.attachments": "画像とファイル",
126
+ "ui.promptInput.context": "コンテキスト",
127
+ "ui.promptInput.shell": "シェルコマンド",
128
+ "ui.promptInput.chooseAgent": "エージェントを選択",
129
+ "ui.promptInput.chooseModel": "モデルを選択",
130
+ "ui.promptInput.chooseVariant": "モデルバリアントを選択",
131
+ "ui.promptInput.send": "送信",
132
+ "ui.promptInput.stop": "停止",
133
+
134
+ "ui.tabs.close": "タブを閉じる",
135
+
116
136
  "ui.textField.copyToClipboard": "クリップボードにコピー",
117
137
  "ui.textField.copyLink": "リンクをコピー",
118
138
  "ui.textField.copied": "コピーしました",
@@ -127,11 +147,13 @@ export const dict = {
127
147
  "ui.tool.grep": "Grep",
128
148
  "ui.tool.webfetch": "Webfetch",
129
149
  "ui.tool.websearch": "Web検索",
150
+ "ui.tool.websearch.provider": "{{provider}} Web検索",
130
151
  "ui.tool.shell": "Shell",
131
152
  "ui.tool.patch": "Patch",
132
153
  "ui.tool.todos": "Todo",
133
154
  "ui.tool.todos.read": "Todo読み込み",
134
155
  "ui.tool.questions": "質問",
156
+ "ui.tool.questions.numbered": "質問 {{number}}",
135
157
  "ui.tool.agent": "{{type}}エージェント",
136
158
  "ui.tool.agent.default": "エージェント",
137
159
 
@@ -141,6 +163,8 @@ export const dict = {
141
163
  "ui.common.question.other": "質問",
142
164
 
143
165
  "ui.common.add": "追加",
166
+ "ui.common.clear": "消去",
167
+ "ui.common.file": "ファイル",
144
168
  "ui.common.back": "戻る",
145
169
  "ui.common.cancel": "キャンセル",
146
170
  "ui.common.confirm": "確認",
package/src/i18n/ko.ts CHANGED
@@ -31,6 +31,7 @@ export const dict = {
31
31
  "ui.lineComment.editorLabel.prefix": "",
32
32
  "ui.lineComment.editorLabel.suffix": "에 댓글 작성 중",
33
33
  "ui.lineComment.placeholder": "댓글 추가",
34
+ "ui.lineComment.contextPlaceholder": "이 변경 사항에 대한 컨텍스트 추가",
34
35
  "ui.lineComment.submit": "댓글 달기",
35
36
 
36
37
  "ui.sessionTurn.steps.show": "단계 표시",
@@ -90,6 +91,25 @@ export const dict = {
90
91
 
91
92
  "ui.messageNav.newMessage": "새 메시지",
92
93
 
94
+ "ui.promptInput.noMatchingItems": "일치하는 항목 없음",
95
+ "ui.promptInput.commands": "명령어",
96
+ "ui.promptInput.dropFiles": "첨부할 파일을 놓으세요",
97
+ "ui.promptInput.removeAttachment": "첨부 파일 제거",
98
+ "ui.promptInput.label": "프롬프트",
99
+ "ui.promptInput.placeholder.shell": "셸 명령어 입력...",
100
+ "ui.promptInput.placeholder.normal": "무엇이든 물어보세요. {{slash}} 명령어, {{at}} 컨텍스트...",
101
+ "ui.promptInput.add": "이미지 및 파일 추가",
102
+ "ui.promptInput.attachments": "이미지 및 파일",
103
+ "ui.promptInput.context": "컨텍스트",
104
+ "ui.promptInput.shell": "셸 명령",
105
+ "ui.promptInput.chooseAgent": "에이전트 선택",
106
+ "ui.promptInput.chooseModel": "모델 선택",
107
+ "ui.promptInput.chooseVariant": "모델 변형 선택",
108
+ "ui.promptInput.send": "전송",
109
+ "ui.promptInput.stop": "중지",
110
+
111
+ "ui.tabs.close": "탭 닫기",
112
+
93
113
  "ui.textField.copyToClipboard": "클립보드에 복사",
94
114
  "ui.textField.copyLink": "링크 복사",
95
115
  "ui.textField.copied": "복사됨",
@@ -104,11 +124,13 @@ export const dict = {
104
124
  "ui.tool.grep": "Grep",
105
125
  "ui.tool.webfetch": "웹 가져오기",
106
126
  "ui.tool.websearch": "웹 검색",
127
+ "ui.tool.websearch.provider": "{{provider}} 웹 검색",
107
128
  "ui.tool.shell": "셸",
108
129
  "ui.tool.patch": "패치",
109
130
  "ui.tool.todos": "할 일",
110
131
  "ui.tool.todos.read": "할 일 읽기",
111
132
  "ui.tool.questions": "질문",
133
+ "ui.tool.questions.numbered": "질문 {{number}}",
112
134
  "ui.tool.agent": "{{type}} 에이전트",
113
135
  "ui.tool.agent.default": "에이전트",
114
136
 
@@ -118,6 +140,8 @@ export const dict = {
118
140
  "ui.common.question.other": "질문",
119
141
 
120
142
  "ui.common.add": "추가",
143
+ "ui.common.clear": "지우기",
144
+ "ui.common.file": "파일",
121
145
  "ui.common.back": "뒤로",
122
146
  "ui.common.cancel": "취소",
123
147
  "ui.common.confirm": "확인",
package/src/i18n/nl.ts CHANGED
@@ -48,6 +48,7 @@ export const dict: Record<string, string> = {
48
48
  "ui.lineComment.editorLabel.prefix": "Opmerking bij ",
49
49
  "ui.lineComment.editorLabel.suffix": "",
50
50
  "ui.lineComment.placeholder": "Opmerking toevoegen",
51
+ "ui.lineComment.contextPlaceholder": "Context voor deze wijziging toevoegen",
51
52
  "ui.lineComment.submit": "Opmerking plaatsen",
52
53
  "ui.lineComment.cancel": "Annuleren",
53
54
  "ui.sessionTurn.steps.show": "Toon stappen",
@@ -109,6 +110,23 @@ export const dict: Record<string, string> = {
109
110
  "ui.fileSearch.nextMatch": "Volgende overeenkomst",
110
111
  "ui.fileSearch.close": "Zoekopdracht sluiten",
111
112
  "ui.messageNav.newMessage": "Nieuw bericht",
113
+ "ui.promptInput.noMatchingItems": "Geen overeenkomende items",
114
+ "ui.promptInput.commands": "Opdrachten",
115
+ "ui.promptInput.dropFiles": "Zet bestanden neer om ze bij te voegen",
116
+ "ui.promptInput.removeAttachment": "Bijlage verwijderen",
117
+ "ui.promptInput.label": "Prompt",
118
+ "ui.promptInput.placeholder.shell": "Voer een shell-opdracht in...",
119
+ "ui.promptInput.placeholder.normal": "Vraag wat je wilt, {{slash}} voor opdrachten, {{at}} voor context...",
120
+ "ui.promptInput.add": "Afbeeldingen en bestanden toevoegen",
121
+ "ui.promptInput.attachments": "Afbeeldingen en bestanden",
122
+ "ui.promptInput.context": "Context",
123
+ "ui.promptInput.shell": "Shell-opdracht",
124
+ "ui.promptInput.chooseAgent": "Agent kiezen",
125
+ "ui.promptInput.chooseModel": "Model kiezen",
126
+ "ui.promptInput.chooseVariant": "Modelvariant kiezen",
127
+ "ui.promptInput.send": "Verzenden",
128
+ "ui.promptInput.stop": "Stoppen",
129
+ "ui.tabs.close": "Tabblad sluiten",
112
130
  "ui.textField.copyToClipboard": "Kopiëren naar klembord",
113
131
  "ui.textField.copyLink": "Link kopiëren",
114
132
  "ui.textField.copied": "Gekopieerd",
@@ -122,11 +140,13 @@ export const dict: Record<string, string> = {
122
140
  "ui.tool.task": "Taak",
123
141
  "ui.tool.webfetch": "Webinhoud ophalen",
124
142
  "ui.tool.websearch": "Zoeken op internet",
143
+ "ui.tool.websearch.provider": "{{provider}} Zoeken op internet",
125
144
  "ui.tool.shell": "Shell",
126
145
  "ui.tool.patch": "Patch",
127
146
  "ui.tool.todos": "Taken",
128
147
  "ui.tool.todos.read": "Taken lezen",
129
148
  "ui.tool.questions": "Vragen",
149
+ "ui.tool.questions.numbered": "Vragen {{number}}",
130
150
  "ui.tool.agent": "{{type}}-agent",
131
151
  "ui.tool.agent.default": "Agent",
132
152
  "ui.tool.skill": "Vaardigheid",
@@ -138,6 +158,8 @@ export const dict: Record<string, string> = {
138
158
  "ui.common.question.one": "vraag",
139
159
  "ui.common.question.other": "vragen",
140
160
  "ui.common.add": "Toevoegen",
161
+ "ui.common.clear": "Wissen",
162
+ "ui.common.file": "Bestand",
141
163
  "ui.common.back": "Terug",
142
164
  "ui.common.cancel": "Annuleren",
143
165
  "ui.common.confirm": "Bevestigen",
package/src/i18n/no.ts CHANGED
@@ -34,6 +34,7 @@ export const dict: Record<Keys, string> = {
34
34
  "ui.lineComment.editorLabel.prefix": "Kommentar til ",
35
35
  "ui.lineComment.editorLabel.suffix": "",
36
36
  "ui.lineComment.placeholder": "Legg til kommentar",
37
+ "ui.lineComment.contextPlaceholder": "Legg til kontekst for denne endringen",
37
38
  "ui.lineComment.submit": "Kommenter",
38
39
 
39
40
  "ui.sessionTurn.steps.show": "Vis trinn",
@@ -93,6 +94,25 @@ export const dict: Record<Keys, string> = {
93
94
 
94
95
  "ui.messageNav.newMessage": "Ny melding",
95
96
 
97
+ "ui.promptInput.noMatchingItems": "Ingen treff",
98
+ "ui.promptInput.commands": "Kommandoer",
99
+ "ui.promptInput.dropFiles": "Slipp filer for å legge dem ved",
100
+ "ui.promptInput.removeAttachment": "Fjern vedlegg",
101
+ "ui.promptInput.label": "Prompt",
102
+ "ui.promptInput.placeholder.shell": "Skriv inn shell-kommando...",
103
+ "ui.promptInput.placeholder.normal": "Spør om hva som helst, {{slash}} for kommandoer, {{at}} for kontekst...",
104
+ "ui.promptInput.add": "Legg til bilder og filer",
105
+ "ui.promptInput.attachments": "Bilder og filer",
106
+ "ui.promptInput.context": "Kontekst",
107
+ "ui.promptInput.shell": "Shell-kommando",
108
+ "ui.promptInput.chooseAgent": "Velg agent",
109
+ "ui.promptInput.chooseModel": "Velg modell",
110
+ "ui.promptInput.chooseVariant": "Velg modellvariant",
111
+ "ui.promptInput.send": "Send",
112
+ "ui.promptInput.stop": "Stopp",
113
+
114
+ "ui.tabs.close": "Lukk fane",
115
+
96
116
  "ui.textField.copyToClipboard": "Kopier til utklippstavlen",
97
117
  "ui.textField.copyLink": "Kopier lenke",
98
118
  "ui.textField.copied": "Kopiert",
@@ -107,11 +127,13 @@ export const dict: Record<Keys, string> = {
107
127
  "ui.tool.grep": "Grep",
108
128
  "ui.tool.webfetch": "Webhenting",
109
129
  "ui.tool.websearch": "Nettsøk",
130
+ "ui.tool.websearch.provider": "{{provider}} Nettsøk",
110
131
  "ui.tool.shell": "Shell",
111
132
  "ui.tool.patch": "Patch",
112
133
  "ui.tool.todos": "Gjøremål",
113
134
  "ui.tool.todos.read": "Les gjøremål",
114
135
  "ui.tool.questions": "Spørsmål",
136
+ "ui.tool.questions.numbered": "Spørsmål {{number}}",
115
137
  "ui.tool.agent": "{{type}}-agent",
116
138
  "ui.tool.agent.default": "Agent",
117
139
 
@@ -129,6 +151,8 @@ export const dict: Record<Keys, string> = {
129
151
  "ui.common.next": "Neste",
130
152
  "ui.common.submit": "Send inn",
131
153
  "ui.common.showMore": "Vis mer",
154
+ "ui.common.clear": "Tøm",
155
+ "ui.common.file": "Fil",
132
156
 
133
157
  "ui.permission.deny": "Avslå",
134
158
  "ui.permission.allowAlways": "Tillat alltid",
package/src/i18n/pa.ts CHANGED
@@ -49,6 +49,7 @@ export const dict: Record<string, string> = {
49
49
  "ui.lineComment.editorLabel.prefix": "ایتھے تبصرہ ہو رہیا اے: ",
50
50
  "ui.lineComment.editorLabel.suffix": "",
51
51
  "ui.lineComment.placeholder": "تبصرہ شامل کرو",
52
+ "ui.lineComment.contextPlaceholder": "اس تبدیلی لئی تناظر شامل کرو",
52
53
  "ui.lineComment.submit": "تبصرہ کرو",
53
54
  "ui.lineComment.cancel": "منسوخ کرو",
54
55
  "ui.sessionTurn.steps.show": "اقدامات وکھاؤ",
@@ -110,6 +111,23 @@ export const dict: Record<string, string> = {
110
111
  "ui.fileSearch.nextMatch": "اگلا میل",
111
112
  "ui.fileSearch.close": "تلاش بند کرو",
112
113
  "ui.messageNav.newMessage": "نواں سنیہا",
114
+ "ui.promptInput.noMatchingItems": "کوئی میل کھاندی چیز نئیں",
115
+ "ui.promptInput.commands": "کمانڈاں",
116
+ "ui.promptInput.dropFiles": "نال جوڑن لئی فائلاں ایتھے چھڈو",
117
+ "ui.promptInput.removeAttachment": "منسلکہ ہٹاؤ",
118
+ "ui.promptInput.label": "پرامپٹ",
119
+ "ui.promptInput.placeholder.shell": "شیل کمانڈ درج کرو...",
120
+ "ui.promptInput.placeholder.normal": "کجھ وی پُچھو، {{slash}} کمانڈاں لئی، {{at}} تناظر لئی...",
121
+ "ui.promptInput.add": "تصویراں تے فائلاں شامل کرو",
122
+ "ui.promptInput.attachments": "تصویراں تے فائلاں",
123
+ "ui.promptInput.context": "تناظر",
124
+ "ui.promptInput.shell": "شیل کمانڈ",
125
+ "ui.promptInput.chooseAgent": "ایجنٹ چنو",
126
+ "ui.promptInput.chooseModel": "ماڈل چنو",
127
+ "ui.promptInput.chooseVariant": "ماڈل دی قسم چنو",
128
+ "ui.promptInput.send": "گھلو",
129
+ "ui.promptInput.stop": "روکو",
130
+ "ui.tabs.close": "ٹیب بند کرو",
113
131
  "ui.textField.copyToClipboard": "کلپ بورڈ تے کاپی کرو",
114
132
  "ui.textField.copyLink": "لنک کاپی کرو",
115
133
  "ui.textField.copied": "کاپی کیتا گیا",
@@ -123,11 +141,13 @@ export const dict: Record<string, string> = {
123
141
  "ui.tool.task": "کم",
124
142
  "ui.tool.webfetch": "Webfetch",
125
143
  "ui.tool.websearch": "Web Search",
144
+ "ui.tool.websearch.provider": "{{provider}} Web Search",
126
145
  "ui.tool.shell": "Shell",
127
146
  "ui.tool.patch": "Patch",
128
147
  "ui.tool.todos": "ٹوڈوس",
129
148
  "ui.tool.todos.read": "ٹوڈوس پڑھو",
130
149
  "ui.tool.questions": "سوال",
150
+ "ui.tool.questions.numbered": "سوال {{number}}",
131
151
  "ui.tool.agent": "{{type}} Agent",
132
152
  "ui.tool.agent.default": "Agent",
133
153
  "ui.tool.skill": "Skill",
@@ -139,6 +159,8 @@ export const dict: Record<string, string> = {
139
159
  "ui.common.question.one": "سوال",
140
160
  "ui.common.question.other": "سوال",
141
161
  "ui.common.add": "شامل کرو",
162
+ "ui.common.clear": "صاف کرو",
163
+ "ui.common.file": "فائل",
142
164
  "ui.common.back": "پچھے",
143
165
  "ui.common.cancel": "منسوخ کرو",
144
166
  "ui.common.confirm": "پکا کرو",
package/src/i18n/pl.ts CHANGED
@@ -49,6 +49,7 @@ export const dict = {
49
49
  "ui.lineComment.editorLabel.prefix": "Komentowanie: ",
50
50
  "ui.lineComment.editorLabel.suffix": "",
51
51
  "ui.lineComment.placeholder": "Dodaj komentarz",
52
+ "ui.lineComment.contextPlaceholder": "Dodaj kontekst tej zmiany",
52
53
  "ui.lineComment.submit": "Skomentuj",
53
54
  "ui.lineComment.cancel": "Anuluj",
54
55
  "ui.sessionTurn.steps.show": "Pokaż kroki",
@@ -121,6 +122,25 @@ export const dict = {
121
122
 
122
123
  "ui.messageNav.newMessage": "Nowa wiadomość",
123
124
 
125
+ "ui.promptInput.noMatchingItems": "Brak pasujących elementów",
126
+ "ui.promptInput.commands": "Polecenia",
127
+ "ui.promptInput.dropFiles": "Upuść pliki, aby je załączyć",
128
+ "ui.promptInput.removeAttachment": "Usuń załącznik",
129
+ "ui.promptInput.label": "Prompt",
130
+ "ui.promptInput.placeholder.shell": "Wpisz polecenie powłoki...",
131
+ "ui.promptInput.placeholder.normal": "Zapytaj o cokolwiek, {{slash}} aby wyświetlić polecenia, {{at}} aby wyświetlić kontekst...",
132
+ "ui.promptInput.add": "Dodaj obrazy i pliki",
133
+ "ui.promptInput.attachments": "Obrazy i pliki",
134
+ "ui.promptInput.context": "Kontekst",
135
+ "ui.promptInput.shell": "Polecenie powłoki",
136
+ "ui.promptInput.chooseAgent": "Wybierz agenta",
137
+ "ui.promptInput.chooseModel": "Wybierz model",
138
+ "ui.promptInput.chooseVariant": "Wybierz wariant modelu",
139
+ "ui.promptInput.send": "Wyślij",
140
+ "ui.promptInput.stop": "Zatrzymaj",
141
+
142
+ "ui.tabs.close": "Zamknij kartę",
143
+
124
144
  "ui.textField.copyToClipboard": "Skopiuj do schowka",
125
145
  "ui.textField.copyLink": "Skopiuj link",
126
146
  "ui.textField.copied": "Skopiowano",
@@ -135,11 +155,13 @@ export const dict = {
135
155
  "ui.tool.grep": "Grep",
136
156
  "ui.tool.webfetch": "Pobieranie sieciowe",
137
157
  "ui.tool.websearch": "Wyszukiwanie w sieci",
158
+ "ui.tool.websearch.provider": "{{provider}} Wyszukiwanie w sieci",
138
159
  "ui.tool.shell": "Terminal",
139
160
  "ui.tool.patch": "Patch",
140
161
  "ui.tool.todos": "Zadania",
141
162
  "ui.tool.todos.read": "Czytaj zadania",
142
163
  "ui.tool.questions": "Pytania",
164
+ "ui.tool.questions.numbered": "Pytania {{number}}",
143
165
  "ui.tool.agent": "Agent {{type}}",
144
166
  "ui.tool.agent.default": "Agent",
145
167
 
@@ -157,6 +179,8 @@ export const dict = {
157
179
  "ui.common.next": "Dalej",
158
180
  "ui.common.submit": "Prześlij",
159
181
  "ui.common.showMore": "Pokaż więcej",
182
+ "ui.common.clear": "Wyczyść",
183
+ "ui.common.file": "Plik",
160
184
 
161
185
  "ui.permission.deny": "Odmów",
162
186
  "ui.permission.allowAlways": "Zezwalaj zawsze",
package/src/i18n/ru.ts CHANGED
@@ -49,6 +49,7 @@ export const dict = {
49
49
  "ui.lineComment.editorLabel.prefix": "Комментирование: ",
50
50
  "ui.lineComment.editorLabel.suffix": "",
51
51
  "ui.lineComment.placeholder": "Добавить комментарий",
52
+ "ui.lineComment.contextPlaceholder": "Добавить контекст для этого изменения",
52
53
  "ui.lineComment.submit": "Добавить комментарий",
53
54
  "ui.lineComment.cancel": "Отмена",
54
55
  "ui.sessionTurn.steps.show": "Показать шаги",
@@ -121,6 +122,25 @@ export const dict = {
121
122
 
122
123
  "ui.messageNav.newMessage": "Новое сообщение",
123
124
 
125
+ "ui.promptInput.noMatchingItems": "Нет совпадений",
126
+ "ui.promptInput.commands": "Команды",
127
+ "ui.promptInput.dropFiles": "Перетащите файлы, чтобы прикрепить их",
128
+ "ui.promptInput.removeAttachment": "Удалить вложение",
129
+ "ui.promptInput.label": "Промпт",
130
+ "ui.promptInput.placeholder.shell": "Введите команду оболочки...",
131
+ "ui.promptInput.placeholder.normal": "Спросите что угодно, {{slash}} — команды, {{at}} — контекст...",
132
+ "ui.promptInput.add": "Добавить изображения и файлы",
133
+ "ui.promptInput.attachments": "Изображения и файлы",
134
+ "ui.promptInput.context": "Контекст",
135
+ "ui.promptInput.shell": "Команда оболочки",
136
+ "ui.promptInput.chooseAgent": "Выбрать агента",
137
+ "ui.promptInput.chooseModel": "Выбрать модель",
138
+ "ui.promptInput.chooseVariant": "Выбрать вариант модели",
139
+ "ui.promptInput.send": "Отправить",
140
+ "ui.promptInput.stop": "Остановить",
141
+
142
+ "ui.tabs.close": "Закрыть вкладку",
143
+
124
144
  "ui.textField.copyToClipboard": "Копировать в буфер обмена",
125
145
  "ui.textField.copyLink": "Копировать ссылку",
126
146
  "ui.textField.copied": "Скопировано",
@@ -135,11 +155,13 @@ export const dict = {
135
155
  "ui.tool.grep": "Grep",
136
156
  "ui.tool.webfetch": "Webfetch",
137
157
  "ui.tool.websearch": "Веб-поиск",
158
+ "ui.tool.websearch.provider": "{{provider}} Веб-поиск",
138
159
  "ui.tool.shell": "Оболочка",
139
160
  "ui.tool.patch": "Патч",
140
161
  "ui.tool.todos": "Задачи",
141
162
  "ui.tool.todos.read": "Читать задачи",
142
163
  "ui.tool.questions": "Вопросы",
164
+ "ui.tool.questions.numbered": "Вопросы {{number}}",
143
165
  "ui.tool.agent": "Агент {{type}}",
144
166
  "ui.tool.agent.default": "Агент",
145
167
 
@@ -157,6 +179,8 @@ export const dict = {
157
179
  "ui.common.next": "Далее",
158
180
  "ui.common.submit": "Отправить",
159
181
  "ui.common.showMore": "Показать ещё",
182
+ "ui.common.clear": "Очистить",
183
+ "ui.common.file": "Файл",
160
184
 
161
185
  "ui.permission.deny": "Запретить",
162
186
  "ui.permission.allowAlways": "Разрешить всегда",