@opencode-ai/ui 0.0.0-dev-19174 → 0.0.0-dev-202609060432

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 (298) hide show
  1. package/dist/{data-display/accordion → components}/accordion.d.ts +6 -6
  2. package/dist/components/avatar.d.ts +9 -0
  3. package/dist/components/button.d.ts +9 -0
  4. package/dist/components/card.d.ts +1 -1
  5. package/dist/{forms/checkbox → components}/checkbox.d.ts +2 -2
  6. package/dist/components/dialog.d.ts +12 -0
  7. package/dist/{data-display/diff-changes → components}/diff-changes.d.ts +1 -2
  8. package/dist/components/dropdown-menu.d.ts +80 -0
  9. package/dist/components/icon-button.d.ts +10 -0
  10. package/dist/{icons/icon/additional-icons.d.ts → components/icon.d.ts} +8 -8
  11. package/dist/components/keybind.d.ts +6 -0
  12. package/dist/components/list.d.ts +1 -1
  13. package/dist/{feedback/progress-circle → components}/progress-circle.d.ts +0 -2
  14. package/dist/components/radio-group.d.ts +16 -0
  15. package/dist/components/scroll-view.d.ts +3 -3
  16. package/dist/components/select.d.ts +21 -0
  17. package/dist/{forms/switch → components}/switch.d.ts +2 -4
  18. package/dist/{navigation/tabs → components}/tabs.d.ts +8 -15
  19. package/dist/components/tag.d.ts +5 -0
  20. package/dist/{typography/text-shimmer → components}/text-shimmer.d.ts +0 -1
  21. package/dist/components/toast.d.ts +56 -0
  22. package/dist/components/tooltip.d.ts +17 -0
  23. package/dist/context/i18n.d.ts +7 -10
  24. package/dist/context/marked-parser.d.ts +2 -1
  25. package/dist/hooks/use-filtered-list.d.ts +0 -9
  26. package/dist/i18n/ar.d.ts +2 -0
  27. package/dist/i18n/bg.d.ts +2 -0
  28. package/dist/i18n/br.d.ts +2 -0
  29. package/dist/i18n/bs.d.ts +2 -0
  30. package/dist/i18n/da.d.ts +2 -0
  31. package/dist/i18n/de.d.ts +2 -0
  32. package/dist/i18n/en.d.ts +1 -242
  33. package/dist/i18n/es.d.ts +2 -0
  34. package/dist/i18n/fr.d.ts +2 -0
  35. package/dist/i18n/ja.d.ts +2 -0
  36. package/dist/i18n/km.d.ts +2 -0
  37. package/dist/i18n/ko.d.ts +2 -0
  38. package/dist/i18n/lo.d.ts +2 -0
  39. package/dist/i18n/mk.d.ts +2 -0
  40. package/dist/i18n/mn.d.ts +2 -0
  41. package/dist/i18n/my.d.ts +2 -0
  42. package/dist/i18n/pl.d.ts +2 -0
  43. package/dist/i18n/ru.d.ts +2 -0
  44. package/dist/i18n/sr.d.ts +2 -0
  45. package/dist/i18n/tg.d.ts +2 -0
  46. package/dist/i18n/th.d.ts +2 -0
  47. package/dist/i18n/tr.d.ts +2 -0
  48. package/dist/i18n/zh.d.ts +2 -0
  49. package/dist/i18n/zht.d.ts +2 -0
  50. package/dist/v2/components/accordion-v2.d.ts +26 -0
  51. package/dist/{data-display/avatar/avatar.d.ts → v2/components/avatar-v2.d.ts} +1 -1
  52. package/dist/v2/components/badge-v2.d.ts +6 -0
  53. package/dist/v2/components/button-v2.d.ts +10 -0
  54. package/dist/v2/components/checkbox-v2.d.ts +10 -0
  55. package/dist/{overlays/dialog/dialog.d.ts → v2/components/dialog-v2.d.ts} +2 -1
  56. package/dist/v2/components/diff-changes-v2.d.ts +11 -0
  57. package/dist/v2/components/divider-v2.d.ts +5 -0
  58. package/dist/{forms/field/field.d.ts → v2/components/field-v2.d.ts} +10 -4
  59. package/dist/v2/components/icon-button-v2.d.ts +11 -0
  60. package/dist/{icons/icon → v2/components}/icon.d.ts +1 -44
  61. package/dist/v2/components/inline-input-v2.d.ts +21 -0
  62. package/dist/v2/components/keybind-v2.d.ts +7 -0
  63. package/dist/{data-display/line-comment/line-comment.d.ts → v2/components/line-comment-v2.d.ts} +9 -9
  64. package/dist/v2/components/loader-v2.d.ts +3 -0
  65. package/dist/v2/components/menu-v2.d.ts +52 -0
  66. package/dist/v2/components/progress-circle-v2.d.ts +8 -0
  67. package/dist/{data-display/project-avatar/project-avatar.d.ts → v2/components/project-avatar-v2.d.ts} +1 -1
  68. package/dist/v2/components/radio-v2.d.ts +16 -0
  69. package/dist/{navigation/segmented-control/segmented-control.d.ts → v2/components/segmented-control-v2.d.ts} +5 -5
  70. package/dist/{forms/select/select.d.ts → v2/components/select-v2.d.ts} +6 -4
  71. package/dist/v2/components/split-button-v2.d.ts +5 -0
  72. package/dist/v2/components/switch-v2.d.ts +7 -0
  73. package/dist/v2/components/tabs-v2.d.ts +34 -0
  74. package/dist/{forms/text-input/text-input.d.ts → v2/components/text-input-v2.d.ts} +3 -3
  75. package/dist/v2/components/text-shimmer-v2.d.ts +9 -0
  76. package/dist/v2/components/textarea-v2.d.ts +7 -0
  77. package/dist/v2/components/toast-v2.d.ts +57 -0
  78. package/dist/v2/components/tooltip-v2.d.ts +13 -0
  79. package/dist/v2/components/wordmark-v2.d.ts +2 -0
  80. package/package.json +35 -141
  81. package/src/{data-display/accordion → components}/accordion.css +33 -7
  82. package/src/{data-display/accordion → components}/accordion.tsx +14 -14
  83. package/src/components/animated-number.css +11 -29
  84. package/src/components/animated-number.tsx +2 -2
  85. package/src/components/avatar.css +49 -0
  86. package/src/components/avatar.tsx +55 -0
  87. package/src/components/button.css +194 -0
  88. package/src/{actions/button → components}/button.tsx +11 -19
  89. package/src/components/card.css +23 -2
  90. package/src/components/card.tsx +4 -4
  91. package/src/{forms/checkbox → components}/checkbox.css +7 -1
  92. package/src/{forms/checkbox → components}/checkbox.tsx +13 -13
  93. package/src/components/collapsible.tsx +2 -2
  94. package/src/components/dialog.css +181 -0
  95. package/src/components/dialog.tsx +72 -0
  96. package/src/{data-display/diff-changes → components}/diff-changes.css +19 -22
  97. package/src/components/diff-changes.tsx +115 -0
  98. package/src/components/dock-surface.css +9 -2
  99. package/src/components/dropdown-menu.css +135 -0
  100. package/src/components/dropdown-menu.tsx +308 -0
  101. package/src/components/icon-button.css +181 -0
  102. package/src/components/icon-button.tsx +29 -0
  103. package/src/components/icon.css +39 -0
  104. package/src/{icons/icon/additional-icons.ts → components/icon.tsx} +74 -8
  105. package/src/components/image-preview.tsx +2 -3
  106. package/src/components/keybind.css +18 -0
  107. package/src/components/keybind.tsx +20 -0
  108. package/src/components/list.css +5 -5
  109. package/src/components/list.tsx +5 -7
  110. package/src/components/popover.tsx +2 -3
  111. package/src/components/progress-circle.css +16 -0
  112. package/src/components/progress-circle.tsx +64 -0
  113. package/src/components/radio-group.css +187 -0
  114. package/src/components/radio-group.tsx +83 -0
  115. package/src/components/scroll-view.tsx +20 -5
  116. package/src/components/select.css +201 -0
  117. package/src/components/select.tsx +174 -0
  118. package/src/components/sticky-accordion-header.tsx +1 -1
  119. package/src/components/switch.css +136 -0
  120. package/src/components/switch.tsx +29 -0
  121. package/src/{navigation/tabs → components}/tabs.css +232 -53
  122. package/src/components/tabs.tsx +126 -0
  123. package/src/components/tag.css +37 -0
  124. package/src/components/tag.tsx +22 -0
  125. package/src/components/text-field.tsx +4 -12
  126. package/src/{typography/text-shimmer → components}/text-shimmer.css +1 -2
  127. package/src/{typography/text-shimmer → components}/text-shimmer.tsx +0 -1
  128. package/src/components/toast.css +236 -0
  129. package/src/components/toast.tsx +185 -0
  130. package/src/components/tooltip.css +74 -0
  131. package/src/components/tooltip.tsx +163 -0
  132. package/src/context/dialog.tsx +0 -1
  133. package/src/context/i18n.tsx +14 -17
  134. package/src/context/marked-parser.tsx +13 -3
  135. package/src/hooks/create-auto-scroll.tsx +0 -20
  136. package/src/i18n/am.ts +9 -7
  137. package/src/i18n/ar.ts +9 -7
  138. package/src/i18n/az.ts +9 -7
  139. package/src/i18n/bg.ts +9 -7
  140. package/src/i18n/bn.ts +9 -7
  141. package/src/i18n/br.ts +9 -7
  142. package/src/i18n/bs.ts +9 -7
  143. package/src/i18n/ca.ts +9 -7
  144. package/src/i18n/cs.ts +9 -7
  145. package/src/i18n/da.ts +9 -7
  146. package/src/i18n/de.ts +3 -1
  147. package/src/i18n/dv.ts +9 -7
  148. package/src/i18n/dz.ts +7 -5
  149. package/src/i18n/el.ts +9 -7
  150. package/src/i18n/en.ts +12 -59
  151. package/src/i18n/es.ts +8 -6
  152. package/src/i18n/et.ts +9 -7
  153. package/src/i18n/fa.ts +9 -7
  154. package/src/i18n/fi.ts +9 -7
  155. package/src/i18n/fo.ts +9 -7
  156. package/src/i18n/fr.ts +8 -6
  157. package/src/i18n/hi.ts +9 -7
  158. package/src/i18n/hr.ts +9 -7
  159. package/src/i18n/hu.ts +9 -7
  160. package/src/i18n/hy.ts +9 -7
  161. package/src/i18n/id.ts +9 -7
  162. package/src/i18n/is.ts +9 -7
  163. package/src/i18n/it.ts +9 -7
  164. package/src/i18n/ja.ts +9 -7
  165. package/src/i18n/ka.ts +9 -7
  166. package/src/i18n/km.ts +9 -7
  167. package/src/i18n/ko.ts +9 -7
  168. package/src/i18n/lo.ts +9 -7
  169. package/src/i18n/lt.ts +9 -7
  170. package/src/i18n/lv.ts +9 -7
  171. package/src/i18n/mk.ts +9 -7
  172. package/src/i18n/mn.ts +9 -7
  173. package/src/i18n/ms.ts +9 -7
  174. package/src/i18n/my.ts +9 -7
  175. package/src/i18n/ne.ts +9 -7
  176. package/src/i18n/nl.ts +9 -7
  177. package/src/i18n/no.ts +9 -7
  178. package/src/i18n/pa.ts +9 -7
  179. package/src/i18n/pl.ts +9 -7
  180. package/src/i18n/ro.ts +9 -7
  181. package/src/i18n/ru.ts +9 -7
  182. package/src/i18n/si.ts +9 -7
  183. package/src/i18n/sk.ts +9 -7
  184. package/src/i18n/sl.ts +9 -7
  185. package/src/i18n/sq.ts +9 -7
  186. package/src/i18n/sr.ts +9 -7
  187. package/src/i18n/sv.ts +9 -7
  188. package/src/i18n/tg.ts +9 -7
  189. package/src/i18n/th.ts +9 -7
  190. package/src/i18n/tk.ts +9 -7
  191. package/src/i18n/tr.ts +9 -7
  192. package/src/i18n/uk.ts +9 -7
  193. package/src/i18n/ur.ts +9 -7
  194. package/src/i18n/uz.ts +9 -7
  195. package/src/i18n/vi.ts +9 -7
  196. package/src/i18n/zh.ts +9 -7
  197. package/src/i18n/zht.ts +9 -7
  198. package/src/styles/base.css +0 -5
  199. package/src/styles/index.css +20 -4
  200. package/src/styles/tailwind/colors.css +0 -2
  201. package/src/styles/tailwind/index.css +1 -18
  202. package/src/styles/theme.css +2 -2
  203. package/src/theme/context.tsx +11 -19
  204. package/src/theme/themes/oc-2.json +19 -50
  205. package/src/theme/v2/default-primitives.ts +8 -8
  206. package/src/theme/v2/foreground.ts +0 -1
  207. package/src/theme/v2/mapping.ts +1 -7
  208. package/src/v2/components/accordion-v2.css +139 -0
  209. package/src/v2/components/accordion-v2.tsx +86 -0
  210. package/src/{data-display/avatar/avatar.tsx → v2/components/avatar-v2.tsx} +1 -1
  211. package/src/{data-display/badge/badge.css → v2/components/badge-v2.css} +0 -19
  212. package/src/{data-display/badge/badge.tsx → v2/components/badge-v2.tsx} +4 -6
  213. package/src/{actions/button/button.css → v2/components/button-v2.css} +0 -29
  214. package/src/v2/components/button-v2.tsx +35 -0
  215. package/src/v2/components/checkbox-v2.css +184 -0
  216. package/src/v2/components/checkbox-v2.tsx +65 -0
  217. package/src/{overlays/dialog/dialog.css → v2/components/dialog-v2.css} +0 -3
  218. package/src/{overlays/dialog/dialog.tsx → v2/components/dialog-v2.tsx} +13 -11
  219. package/src/v2/components/diff-changes-v2.css +26 -0
  220. package/src/{data-display/diff-changes/diff-changes.tsx → v2/components/diff-changes-v2.tsx} +2 -7
  221. package/src/{layout/divider/divider.tsx → v2/components/divider-v2.tsx} +3 -3
  222. package/src/{forms/field/field.css → v2/components/field-v2.css} +1 -1
  223. package/src/{forms/field/field.tsx → v2/components/field-v2.tsx} +11 -9
  224. package/src/{actions/icon-button/icon-button.css → v2/components/icon-button-v2.css} +9 -27
  225. package/src/v2/components/icon-button-v2.tsx +37 -0
  226. package/src/{icons/icon → v2/components}/icon.tsx +12 -80
  227. package/src/v2/components/inline-input-v2.css +225 -0
  228. package/src/v2/components/inline-input-v2.tsx +107 -0
  229. package/src/{data-display/keybind/keybind.css → v2/components/keybind-v2.css} +1 -1
  230. package/src/{data-display/keybind/keybind.tsx → v2/components/keybind-v2.tsx} +3 -3
  231. package/src/{data-display/line-comment/line-comment.css → v2/components/line-comment-v2.css} +4 -4
  232. package/src/{data-display/line-comment/line-comment.tsx → v2/components/line-comment-v2.tsx} +15 -17
  233. package/src/{feedback/loader/loader.tsx → v2/components/loader-v2.tsx} +2 -2
  234. package/src/{navigation/menu/menu.css → v2/components/menu-v2.css} +2 -124
  235. package/src/{navigation/menu/menu.tsx → v2/components/menu-v2.tsx} +32 -96
  236. package/src/v2/components/progress-circle-v2.css +13 -0
  237. package/src/v2/components/progress-circle-v2.tsx +52 -0
  238. package/src/{data-display/project-avatar/project-avatar.tsx → v2/components/project-avatar-v2.tsx} +1 -1
  239. package/src/{forms/radio/radio.tsx → v2/components/radio-v2.tsx} +20 -30
  240. package/src/{navigation/segmented-control/segmented-control.css → v2/components/segmented-control-v2.css} +1 -1
  241. package/src/{navigation/segmented-control/segmented-control.tsx → v2/components/segmented-control-v2.tsx} +8 -9
  242. package/src/{forms/select/select.css → v2/components/select-v2.css} +8 -2
  243. package/src/{forms/select/select.tsx → v2/components/select-v2.tsx} +32 -40
  244. package/src/{actions/split-button/split-button.css → v2/components/split-button-v2.css} +6 -2
  245. package/src/{actions/split-button/split-button.tsx → v2/components/split-button-v2.tsx} +4 -4
  246. package/src/{forms/switch/switch.css → v2/components/switch-v2.css} +0 -110
  247. package/src/v2/components/switch-v2.tsx +28 -0
  248. package/src/{navigation/tabs/tabs-current.css → v2/components/tabs-v2.css} +10 -25
  249. package/src/v2/components/tabs-v2.tsx +149 -0
  250. package/src/{forms/text-input/text-input.css → v2/components/text-input-v2.css} +3 -3
  251. package/src/{forms/text-input/text-input.tsx → v2/components/text-input-v2.tsx} +4 -4
  252. package/src/v2/components/text-shimmer-v2.css +125 -0
  253. package/src/v2/components/text-shimmer-v2.tsx +63 -0
  254. package/src/{forms/textarea/textarea.tsx → v2/components/textarea-v2.tsx} +3 -3
  255. package/src/{feedback/toast/toast.tsx → v2/components/toast-v2.tsx} +58 -60
  256. package/src/{overlays/tooltip/tooltip.css → v2/components/tooltip-v2.css} +0 -26
  257. package/src/{overlays/tooltip/tooltip.tsx → v2/components/tooltip-v2.tsx} +17 -24
  258. package/src/v2/components/wordmark-v2.tsx +71 -0
  259. package/src/{styles/tokens → v2/styles}/colors.css +8 -8
  260. package/src/{styles/tokens → v2/styles}/theme.css +16 -23
  261. package/dist/actions/button/button.d.ts +0 -10
  262. package/dist/actions/icon-button/icon-button.d.ts +0 -11
  263. package/dist/actions/split-button/split-button.d.ts +0 -5
  264. package/dist/context/marked-base.d.ts +0 -3
  265. package/dist/data-display/badge/badge.d.ts +0 -7
  266. package/dist/data-display/keybind/keybind.d.ts +0 -7
  267. package/dist/feedback/loader/loader.d.ts +0 -3
  268. package/dist/feedback/toast/toast.d.ts +0 -57
  269. package/dist/forms/radio/radio.d.ts +0 -16
  270. package/dist/forms/textarea/textarea.d.ts +0 -7
  271. package/dist/i18n/he.d.ts +0 -197
  272. package/dist/layout/divider/divider.d.ts +0 -5
  273. package/dist/navigation/menu/menu.d.ts +0 -59
  274. package/dist/overlays/tooltip/tooltip.d.ts +0 -15
  275. package/dist/typography/wordmark/wordmark.d.ts +0 -5
  276. package/src/actions/icon-button/icon-button.tsx +0 -32
  277. package/src/context/marked-base.tsx +0 -27
  278. package/src/feedback/progress-circle/progress-circle.css +0 -28
  279. package/src/feedback/progress-circle/progress-circle.tsx +0 -64
  280. package/src/forms/switch/switch.tsx +0 -34
  281. package/src/i18n/he.ts +0 -199
  282. package/src/icons/icon/icon.css +0 -3
  283. package/src/navigation/tabs/tabs.tsx +0 -194
  284. package/src/typography/wordmark/wordmark.tsx +0 -39
  285. /package/dist/{forms/inline-input → components}/inline-input.d.ts +0 -0
  286. /package/dist/{navigation → v2/components}/tab-state-indicator.d.ts +0 -0
  287. /package/src/{forms/inline-input → components}/inline-input.css +0 -0
  288. /package/src/{forms/inline-input → components}/inline-input.tsx +0 -0
  289. /package/src/{data-display/avatar/avatar.css → v2/components/avatar-v2.css} +0 -0
  290. /package/src/{layout/divider/divider.css → v2/components/divider-v2.css} +0 -0
  291. /package/src/{styles/file-tree.css → v2/components/file-tree-v2.css} +0 -0
  292. /package/src/{feedback/loader/loader.css → v2/components/loader-v2.css} +0 -0
  293. /package/src/{data-display/project-avatar/project-avatar.css → v2/components/project-avatar-v2.css} +0 -0
  294. /package/src/{forms/radio/radio.css → v2/components/radio-v2.css} +0 -0
  295. /package/src/{navigation → v2/components}/tab-state-indicator.tsx +0 -0
  296. /package/src/{forms/textarea/textarea.css → v2/components/textarea-v2.css} +0 -0
  297. /package/src/{feedback/toast/toast.css → v2/components/toast-v2.css} +0 -0
  298. /package/src/{styles/tokens/index.css → v2/styles/tailwind.css} +0 -0
package/src/i18n/cs.ts CHANGED
@@ -10,7 +10,7 @@ export const dict: Record<string, string> = {
10
10
  "ui.sessionReview.change.added": "Přidáno",
11
11
  "ui.sessionReview.change.removed": "Odebráno",
12
12
  "ui.sessionReview.change.modified": "Upraveno",
13
- "ui.sessionReview.image.loading": "Načítání…",
13
+ "ui.sessionReview.image.loading": "Načítání...",
14
14
  "ui.sessionReview.image.placeholder": "Obrázek",
15
15
  "ui.sessionReview.largeDiff.title": "Rozdíl je příliš velký na vykreslení",
16
16
  "ui.sessionReview.largeDiff.meta": "Limit: {{limit}} změněných řádků. Aktuální: {{current}} změněných řádků.",
@@ -28,7 +28,7 @@ export const dict: Record<string, string> = {
28
28
  "ui.sessionReviewV2.empty.noGit.title": "Žádné sledované změny",
29
29
  "ui.sessionReviewV2.empty.noGit.description": "Sledujte, kontrolujte a vracejte změny v tomto projektu",
30
30
  "ui.sessionReviewV2.empty.noGit.action": "Vytvořit Git úložiště",
31
- "ui.sessionReviewV2.empty.noGit.actionLoading": "Vytváření Git úložiště…",
31
+ "ui.sessionReviewV2.empty.noGit.actionLoading": "Vytváření Git úložiště...",
32
32
  "ui.sessionReviewV2.empty.changes.title": "Dosud žádné změny souboru",
33
33
  "ui.sessionReviewV2.empty.changes.description": "Zde se objeví změny projektu",
34
34
  "ui.sessionReview.openFile": "Otevřít soubor",
@@ -37,7 +37,7 @@ export const dict: Record<string, string> = {
37
37
  "ui.fileMedia.kind.image": "obrázek",
38
38
  "ui.fileMedia.kind.audio": "audio",
39
39
  "ui.fileMedia.state.removed": "Byl odstraněn soubor {{kind}}.",
40
- "ui.fileMedia.state.loading": "Načítání {{kind}}",
40
+ "ui.fileMedia.state.loading": "Načítání {{kind}}...",
41
41
  "ui.fileMedia.state.error": "Nelze načíst {{kind}}.",
42
42
  "ui.fileMedia.state.unavailable": "{{kind}} náhled není k dispozici.",
43
43
  "ui.fileMedia.binary.title": "Binární soubor",
@@ -71,7 +71,7 @@ export const dict: Record<string, string> = {
71
71
  "ui.sessionTurn.error.addCredits": "Přidejte kredity",
72
72
  "dialog.usageExceeded.freeTier.title": "Dosažen limit zdarma",
73
73
  "dialog.usageExceeded.freeTier.description":
74
- "Předplaťte si OpenCode Go a získejte spolehlivý přístup k nejlepším modelům s otevřeným zdrojovým kódem již od 5 USD měsíčně.",
74
+ "Předplaťte si OpenCode Go za 10 USD měsíčně a získejte spolehlivý přístup k nejlepším modelům s otevřeným zdrojovým kódem.",
75
75
  "dialog.usageExceeded.freeTier.actionLabel": "Přihlásit se k odběru",
76
76
  "dialog.usageExceeded.accountRateLimit.title": "Dosažen limit služby Go",
77
77
  "dialog.usageExceeded.accountRateLimit.description":
@@ -123,8 +123,8 @@ export const dict: Record<string, string> = {
123
123
  "ui.promptInput.dropFiles": "Přetáhněte soubory, které chcete připojit",
124
124
  "ui.promptInput.removeAttachment": "Odstraňte přílohu",
125
125
  "ui.promptInput.label": "Prompt",
126
- "ui.promptInput.placeholder.shell": "Zadejte příkaz shellu",
127
- "ui.promptInput.placeholder.normal": "Zeptejte se na cokoli, {{slash}} na příkazy, {{at}} na kontext",
126
+ "ui.promptInput.placeholder.shell": "Zadejte příkaz shellu...",
127
+ "ui.promptInput.placeholder.normal": "Zeptejte se na cokoli, {{slash}} na příkazy, {{at}} na kontext...",
128
128
  "ui.promptInput.add": "Přidejte obrázky a soubory",
129
129
  "ui.promptInput.attachments": "Obrázky a soubory",
130
130
  "ui.promptInput.context": "Kontext",
@@ -151,6 +151,8 @@ export const dict: Record<string, string> = {
151
151
  "ui.tool.websearch.provider": "{{provider}} Vyhledávání na webu",
152
152
  "ui.tool.shell": "Shell",
153
153
  "ui.tool.patch": "Patch",
154
+ "ui.tool.todos": "Úkoly",
155
+ "ui.tool.todos.read": "Přečtěte si úkoly",
154
156
  "ui.tool.questions": "Otázky",
155
157
  "ui.tool.questions.numbered": "Otázky {{number}}",
156
158
  "ui.tool.agent": "{{type}} Agent",
@@ -199,5 +201,5 @@ export const dict: Record<string, string> = {
199
201
  "ui.question.review.notAnswered": "(neodpovězeno)",
200
202
  "ui.question.multiHint": "Vyberte všechny platné odpovědi",
201
203
  "ui.question.singleHint": "Vyberte jednu odpověď",
202
- "ui.question.custom.placeholder": "Napište svou odpověď…",
204
+ "ui.question.custom.placeholder": "Napište svou odpověď...",
203
205
  }
package/src/i18n/da.ts CHANGED
@@ -14,7 +14,7 @@ export const dict = {
14
14
  "ui.sessionReview.change.added": "Tilføjet",
15
15
  "ui.sessionReview.change.removed": "Fjernet",
16
16
  "ui.sessionReview.change.modified": "Ændret",
17
- "ui.sessionReview.image.loading": "Indlæser",
17
+ "ui.sessionReview.image.loading": "Indlæser...",
18
18
  "ui.sessionReview.image.placeholder": "Billede",
19
19
  "ui.sessionReview.largeDiff.title": "Diffen er for stor til at blive vist",
20
20
  "ui.sessionReview.largeDiff.meta": "Grænse: {{limit}} ændrede linjer. Nuværende: {{current}} ændrede linjer.",
@@ -32,13 +32,13 @@ export const dict = {
32
32
  "ui.sessionReviewV2.empty.noGit.title": "Ingen sporede ændringer",
33
33
  "ui.sessionReviewV2.empty.noGit.description": "Spor, gennemgå og fortryd ændringer i dette projekt",
34
34
  "ui.sessionReviewV2.empty.noGit.action": "Opret et Git-repository",
35
- "ui.sessionReviewV2.empty.noGit.actionLoading": "Opretter Git-repository",
35
+ "ui.sessionReviewV2.empty.noGit.actionLoading": "Opretter Git-repository...",
36
36
  "ui.sessionReviewV2.empty.changes.title": "Ingen filændringer endnu",
37
37
  "ui.sessionReviewV2.empty.changes.description": "Projektændringer vises her",
38
38
  "ui.fileMedia.kind.image": "billede",
39
39
  "ui.fileMedia.kind.audio": "lyd",
40
40
  "ui.fileMedia.state.removed": "{{kind}} fjernet",
41
- "ui.fileMedia.state.loading": "Indlæser {{kind}}",
41
+ "ui.fileMedia.state.loading": "Indlæser {{kind}}...",
42
42
  "ui.fileMedia.state.error": "Kunne ikke indlæse {{kind}}",
43
43
  "ui.fileMedia.state.unavailable": "Forhåndsvisning af {{kind}} er ikke tilgængelig",
44
44
  "ui.fileMedia.binary.title": "Binær fil",
@@ -71,7 +71,7 @@ export const dict = {
71
71
 
72
72
  "dialog.usageExceeded.freeTier.title": "Gratis grænse nået",
73
73
  "dialog.usageExceeded.freeTier.description":
74
- "Abonnér på OpenCode Go for pålidelig adgang til de bedste open source-modeller fra $5/måned.",
74
+ "Abonnér på OpenCode Go for $10/måned, og få pålidelig adgang til de bedste open source-modeller.",
75
75
  "dialog.usageExceeded.freeTier.actionLabel": "Abonnér",
76
76
  "dialog.usageExceeded.accountRateLimit.title": "Go-grænse nået",
77
77
  "dialog.usageExceeded.accountRateLimit.description":
@@ -130,6 +130,8 @@ export const dict = {
130
130
  "ui.tool.websearch.provider": "{{provider}} Websøgning",
131
131
  "ui.tool.shell": "Shell",
132
132
  "ui.tool.patch": "Patch",
133
+ "ui.tool.todos": "Opgaver",
134
+ "ui.tool.todos.read": "Læs opgaver",
133
135
  "ui.tool.questions": "Spørgsmål",
134
136
  "ui.tool.questions.numbered": "Spørgsmål {{number}}",
135
137
  "ui.tool.agent": "{{type}}-agent",
@@ -178,7 +180,7 @@ export const dict = {
178
180
  "ui.question.review.notAnswered": "(ikke besvaret)",
179
181
  "ui.question.multiHint": "Vælg alle der gælder",
180
182
  "ui.question.singleHint": "Vælg ét svar",
181
- "ui.question.custom.placeholder": "Skriv dit svar",
183
+ "ui.question.custom.placeholder": "Skriv dit svar...",
182
184
 
183
185
  "ui.fileSearch.placeholder": "Find",
184
186
  "ui.fileSearch.previousMatch": "Forrige match",
@@ -198,8 +200,8 @@ export const dict = {
198
200
  "ui.promptInput.dropFiles": "Slip filer for at vedhæfte dem",
199
201
  "ui.promptInput.removeAttachment": "Fjern vedhæftet fil",
200
202
  "ui.promptInput.label": "Prompt",
201
- "ui.promptInput.placeholder.shell": "Indtast shell-kommando",
202
- "ui.promptInput.placeholder.normal": "Spørg om hvad som helst, {{slash}} for kommandoer, {{at}} for kontekst",
203
+ "ui.promptInput.placeholder.shell": "Indtast shell-kommando...",
204
+ "ui.promptInput.placeholder.normal": "Spørg om hvad som helst, {{slash}} for kommandoer, {{at}} for kontekst...",
203
205
  "ui.promptInput.add": "Tilføj billeder og filer",
204
206
  "ui.promptInput.attachments": "Billeder og filer",
205
207
  "ui.promptInput.context": "Kontekst",
package/src/i18n/de.ts CHANGED
@@ -78,7 +78,7 @@ export const dict = {
78
78
 
79
79
  "dialog.usageExceeded.freeTier.title": "Kostenloses Limit erreicht",
80
80
  "dialog.usageExceeded.freeTier.description":
81
- "OpenCode Go abonnieren und zuverlässigen Zugriff auf die besten Open-Source-Modelle erhalten, ab 5 $ pro Monat.",
81
+ "OpenCode Go für 10 $ pro Monat abonnieren und zuverlässigen Zugriff auf die besten Open-Source-Modelle erhalten.",
82
82
  "dialog.usageExceeded.freeTier.actionLabel": "Abonnieren",
83
83
  "dialog.usageExceeded.accountRateLimit.title": "Go-Limit erreicht",
84
84
  "dialog.usageExceeded.accountRateLimit.description":
@@ -137,6 +137,8 @@ export const dict = {
137
137
  "ui.tool.websearch.provider": "{{provider}} Web-Suche",
138
138
  "ui.tool.shell": "Shell",
139
139
  "ui.tool.patch": "Patch",
140
+ "ui.tool.todos": "Aufgaben",
141
+ "ui.tool.todos.read": "Aufgaben lesen",
140
142
  "ui.tool.questions": "Fragen",
141
143
  "ui.tool.questions.numbered": "Fragen {{number}}",
142
144
  "ui.tool.agent": "{{type}}-Agent",
package/src/i18n/dv.ts CHANGED
@@ -10,7 +10,7 @@ export const dict: Record<string, string> = {
10
10
  "ui.sessionReview.change.added": "އިތުރުކޮށްފިއެވެ",
11
11
  "ui.sessionReview.change.removed": "ނައްތާލެވިއްޖެއެވެ",
12
12
  "ui.sessionReview.change.modified": "ބަދަލުކޮށްފައި",
13
- "ui.sessionReview.image.loading": "ލޯޑިންގ…",
13
+ "ui.sessionReview.image.loading": "ލޯޑިންގ...",
14
14
  "ui.sessionReview.image.placeholder": "ފޮޓޯ",
15
15
  "ui.sessionReview.largeDiff.title": "ޑިފް މާ ބޮޑު ރެންޑަރ ކުރަން",
16
16
  "ui.sessionReview.largeDiff.meta":
@@ -29,7 +29,7 @@ export const dict: Record<string, string> = {
29
29
  "ui.sessionReviewV2.empty.noGit.title": "ޓްރެކް ކުރެވިފައިވާ ބަދަލެއް ނެތެވެ",
30
30
  "ui.sessionReviewV2.empty.noGit.description": "މި މަޝްރޫޢަށް އަންނަ ބަދަލުތައް ޓްރެކްކޮށް، ރިވިއުކޮށް، އަންޑޯކުރުން",
31
31
  "ui.sessionReviewV2.empty.noGit.action": "Git ރިޕޮޒިޓަރީ އުފެއްދުން",
32
- "ui.sessionReviewV2.empty.noGit.actionLoading": "Git ރިޕޮޒިޓަރީ އުފެއްދުމުގެ މަސައްކަތް…",
32
+ "ui.sessionReviewV2.empty.noGit.actionLoading": "Git ރިޕޮޒިޓަރީ އުފެއްދުމުގެ މަސައްކަތް...",
33
33
  "ui.sessionReviewV2.empty.changes.title": "އަދި ފައިލަށް ބަދަލެއް ނާދެއެވެ",
34
34
  "ui.sessionReviewV2.empty.changes.description": "މަޝްރޫޢަށް އަންނަ ބަދަލުތައް މިތަނުން ފެންނާނެއެވެ",
35
35
  "ui.sessionReview.openFile": "ފައިލް ހުޅުވާލާށެވެ",
@@ -38,7 +38,7 @@ export const dict: Record<string, string> = {
38
38
  "ui.fileMedia.kind.image": "ފޮޓޯ",
39
39
  "ui.fileMedia.kind.audio": "އޯޑިއޯ އެވެ",
40
40
  "ui.fileMedia.state.removed": "{{kind}} ފައިލް ނައްތާލެވިއްޖެއެވެ.",
41
- "ui.fileMedia.state.loading": "ލޯޑިންގ {{kind}}",
41
+ "ui.fileMedia.state.loading": "ލޯޑިންގ {{kind}}...",
42
42
  "ui.fileMedia.state.error": "{{kind}} ލޯޑް ނުކުރެވޭ.",
43
43
  "ui.fileMedia.state.unavailable": "{{kind}} ޕްރިވިއު ނުލިބެއެވެ.",
44
44
  "ui.fileMedia.binary.title": "ބައިނަރީ ފައިލް އެވެ",
@@ -70,7 +70,7 @@ export const dict: Record<string, string> = {
70
70
  "ui.sessionTurn.error.addCredits": "ކްރެޑިޓްތައް އިތުރުކުރުން",
71
71
  "dialog.usageExceeded.freeTier.title": "ހިލޭ ލިމިޓަށް އާދެވިއްޖެއެވެ",
72
72
  "dialog.usageExceeded.freeTier.description":
73
- "އެންމެ ރަނގަޅު އޮޕަން ސޯސް މޮޑެލްތަކަށް އިތުބާރުހުރި ގޮތެއްގައި އެކްސެސް ހޯދުމަށް OpenCode Go އަށް ސަބްސްކްރައިބް ކޮށްލައްވާ، މަހަކު 5 ޑޮލަރުން ފެށިގެންނެވެ.",
73
+ "އެންމެ ރަނގަޅު އޮޕަން ސޯސް މޮޑެލްތަކަށް އިތުބާރުހުރި ގޮތެއްގައި އެކްސެސް ހޯދުމަށް މަހަކު 10 ޑޮލަރަށް OpenCode Go އަށް ސަބްސްކްރައިބް ކޮށްލައްވާ.",
74
74
  "dialog.usageExceeded.freeTier.actionLabel": "ސަބްސްކްރައިބް ކޮށްލައްވާ",
75
75
  "dialog.usageExceeded.accountRateLimit.title": "ގޯ ލިމިޓް އާދެވުނެވެ",
76
76
  "dialog.usageExceeded.accountRateLimit.description":
@@ -116,8 +116,8 @@ export const dict: Record<string, string> = {
116
116
  "ui.promptInput.dropFiles": "އެޓޭޗް ކުރަން ފައިލްތައް ވައްޓާލާށެވެ",
117
117
  "ui.promptInput.removeAttachment": "އެޓޭޗްމަންޓް ނަގާށެވެ",
118
118
  "ui.promptInput.label": "ޕްރޮމްޕްޓް",
119
- "ui.promptInput.placeholder.shell": "ޝެލް ކޮމާންޑް ލިޔުއްވާ…",
120
- "ui.promptInput.placeholder.normal": "އެއްވެސް އެއްޗެއް އަހާ، ކޮމާންޑްތަކަށް {{slash}}، ކޮންޓެކްސްޓަށް {{at}}",
119
+ "ui.promptInput.placeholder.shell": "ޝެލް ކޮމާންޑް ލިޔުއްވާ...",
120
+ "ui.promptInput.placeholder.normal": "އެއްވެސް އެއްޗެއް އަހާ، ކޮމާންޑްތަކަށް {{slash}}، ކޮންޓެކްސްޓަށް {{at}}...",
121
121
  "ui.promptInput.add": "ތަސްވީރުތަކާއި ފައިލްތައް އިތުރުކުރުން",
122
122
  "ui.promptInput.attachments": "ތަސްވީރުތަކާއި ފައިލްތައް",
123
123
  "ui.promptInput.context": "ކޮންޓެކްސްޓް",
@@ -144,6 +144,8 @@ export const dict: Record<string, string> = {
144
144
  "ui.tool.websearch.provider": "{{provider}} ވެބް ސަރޗް",
145
145
  "ui.tool.shell": "ޝެލް",
146
146
  "ui.tool.patch": "ޕެޗް",
147
+ "ui.tool.todos": "ޓޫ-ޑޯސް",
148
+ "ui.tool.todos.read": "ޓޫ-ޑޯސް ކިޔާށެވެ",
147
149
  "ui.tool.questions": "ސުވާލުތަކެވެ",
148
150
  "ui.tool.questions.numbered": "ސުވާލުތައް {{number}}",
149
151
  "ui.tool.agent": "{{type}} އޭޖެންޓް",
@@ -192,5 +194,5 @@ export const dict: Record<string, string> = {
192
194
  "ui.question.review.notAnswered": "(ޖަވާބެއް ނުލިބޭ)",
193
195
  "ui.question.multiHint": "އެކަމާ ގުޅޭ ހުރިހާ ޖަވާބެއް ހޮވާށެވެ",
194
196
  "ui.question.singleHint": "އެއް ޖަވާބެއް ހޮވާށެވެ",
195
- "ui.question.custom.placeholder": "ޖަވާބު ޓައިޕް ކުރާށެވެ…",
197
+ "ui.question.custom.placeholder": "ޖަވާބު ޓައިޕް ކުރާށެވެ...",
196
198
  }
package/src/i18n/dz.ts CHANGED
@@ -30,7 +30,7 @@ export const dict: Record<string, string> = {
30
30
  "ui.sessionReviewV2.empty.noGit.description":
31
31
  "ལས་འགུལ་འདི་ནང་ བསྒྱུར་བཅོས་ཚུ་ བརྟག་ཞིབ་འབད་ནི་དང་ བསྐྱར་ཞིབ་འབད་ནི་ དེ་ལས་ འབད་བཤོལ་འབད་ནི།",
32
32
  "ui.sessionReviewV2.empty.noGit.action": "Gitམཛོད་ཁང་གསར་བསྐྲུན་འབད།",
33
- "ui.sessionReviewV2.empty.noGit.actionLoading": "Git མཛོད་ཁང་གསར་བསྐྲུན་འབད་དོ།…",
33
+ "ui.sessionReviewV2.empty.noGit.actionLoading": "Git མཛོད་ཁང་གསར་བསྐྲུན་འབད་དོ།...",
34
34
  "ui.sessionReviewV2.empty.changes.title": "ད་ལྟོ་ཡིག་སྣོད་བསྒྱུར་བཅོས་མ་འབད་བས།",
35
35
  "ui.sessionReviewV2.empty.changes.description": "ལས་འགུལ་གྱི་བསྒྱུར་བཅོས་ཚུ་ནཱ་ལུ་འབྱུངམ་ཨིན།",
36
36
  "ui.sessionReview.openFile": "ཡིག་སྣོད་ཁ་ཕྱེ།",
@@ -39,7 +39,7 @@ export const dict: Record<string, string> = {
39
39
  "ui.fileMedia.kind.image": "པར་",
40
40
  "ui.fileMedia.kind.audio": "སྒྲ།",
41
41
  "ui.fileMedia.state.removed": "{{kind}}ཡིག་སྣོད་རྩ་བསྐྲད་གཏང་ཡོདཔ།",
42
- "ui.fileMedia.state.loading": "མངོན་གསལ་འབད་དོ {{kind}}",
42
+ "ui.fileMedia.state.loading": "མངོན་གསལ་འབད་དོ {{kind}}...",
43
43
  "ui.fileMedia.state.error": "{{kind}}མངོན་གསལ་འབད་མ་ཚུགས།",
44
44
  "ui.fileMedia.state.unavailable": "{{kind}} སྔོན་ལྟ་འཐོབ་མི་ཚུགས།",
45
45
  "ui.fileMedia.binary.title": "ཟུང་ལྡན་ཡིག་སྣོད།",
@@ -71,7 +71,7 @@ export const dict: Record<string, string> = {
71
71
  "ui.sessionTurn.error.addCredits": "སྐྱིན་འགྲུལ་ཁ་སྐོང་བརྐྱབ།",
72
72
  "dialog.usageExceeded.freeTier.title": "རིན་མེད་ཚད་ལུ་ལྷོད་ཡོདཔ།",
73
73
  "dialog.usageExceeded.freeTier.description":
74
- "OpenCode ལུ་མཁོ་མངགས་འབད། $5/month ལས་འགོ་བཙུགས་ཏེ་ ཁ་ཕྱེ་ཡོད་པའི་ཐོན་ཁུངས་དཔེ་ཚད་དྲག་ཤོས་ཚུ་ལུ་བློ་གཏད་ཅན་གྱི་འཛུལ་སྤྱོད་ཀྱི་དོན་ལུ་འགྱོ།",
74
+ "OpenCode Go ལུ་ཟླཝ་རེར་ $10 གྱིས་མཁོ་མངགས་འབད་དེ་ ཁ་ཕྱེ་ཡོད་པའི་ཐོན་ཁུངས་དཔེ་ཚད་དྲག་ཤོས་ཚུ་ལུ་བློ་གཏད་ཅན་གྱི་འཛུལ་སྤྱོད་ཐོབ།",
75
75
  "dialog.usageExceeded.freeTier.actionLabel": "མཁོ་མངགས་འབད།",
76
76
  "dialog.usageExceeded.accountRateLimit.title": "འགྱོ་ཚད་ལུ་ལྷོད་ཡོདཔ།",
77
77
  "dialog.usageExceeded.accountRateLimit.description":
@@ -117,8 +117,8 @@ export const dict: Record<string, string> = {
117
117
  "ui.promptInput.dropFiles": "མཉམ་སྦྲགས་འབད་ནིའི་ཡིག་སྣོད་ཚུ་བཀོག་བཞག།",
118
118
  "ui.promptInput.removeAttachment": "མཉམ་སྦྲགས་རྩ་བསྐྲད་གཏང་།",
119
119
  "ui.promptInput.label": "འདི་འཕྲོ་ལས",
120
- "ui.promptInput.placeholder.shell": "ཤལ་བརྡ་བཀོད་བཙུགས།…",
121
- "ui.promptInput.placeholder.normal": "ག་ཅི་རང་འདྲི་ བརྡ་བཀོད་ཀྱི་དོན་ལུ་ {{slash}} སྐབས་དོན་གྱི་དོན་ལུ་ {{at}}",
120
+ "ui.promptInput.placeholder.shell": "ཤལ་བརྡ་བཀོད་བཙུགས།...",
121
+ "ui.promptInput.placeholder.normal": "ག་ཅི་རང་འདྲི་ བརྡ་བཀོད་ཀྱི་དོན་ལུ་ {{slash}} སྐབས་དོན་གྱི་དོན་ལུ་ {{at}}...",
122
122
  "ui.promptInput.add": "གཟུགས་བརྙན་དང་ཡིག་སྣོད་ཚུ་ཁ་སྐོང་རྐྱབས།",
123
123
  "ui.promptInput.attachments": "གཟུགས་བརྙན་དང་ཡིག་སྣོད།",
124
124
  "ui.promptInput.context": "སྐབས་དོན།",
@@ -145,6 +145,8 @@ export const dict: Record<string, string> = {
145
145
  "ui.tool.websearch.provider": "{{provider}} Web Search",
146
146
  "ui.tool.shell": "Shell",
147
147
  "ui.tool.patch": "ལྷནམ",
148
+ "ui.tool.todos": "འབད་དགོཔ་ཚུ།",
149
+ "ui.tool.todos.read": "ལཱ་འབད་དགོཔ་ལྷག།",
148
150
  "ui.tool.questions": "དྲི་བ།",
149
151
  "ui.tool.questions.numbered": "དྲི་བ།{{number}}།",
150
152
  "ui.tool.agent": "{{type}} ལས་ཚན།",
package/src/i18n/el.ts CHANGED
@@ -10,7 +10,7 @@ export const dict: Record<string, string> = {
10
10
  "ui.sessionReview.change.added": "Προστέθηκε",
11
11
  "ui.sessionReview.change.removed": "Καταργήθηκε",
12
12
  "ui.sessionReview.change.modified": "Τροποποιήθηκε",
13
- "ui.sessionReview.image.loading": "Φόρτωση…",
13
+ "ui.sessionReview.image.loading": "Φόρτωση...",
14
14
  "ui.sessionReview.image.placeholder": "Εικόνα",
15
15
  "ui.sessionReview.largeDiff.title": "Η διαφορά είναι πολύ μεγάλη για απόδοση",
16
16
  "ui.sessionReview.largeDiff.meta": "Όριο: {{limit}} αλλαγμένες γραμμές. Τρέχουσα: {{current}} αλλαγμένες γραμμές.",
@@ -28,7 +28,7 @@ export const dict: Record<string, string> = {
28
28
  "ui.sessionReviewV2.empty.noGit.title": "Δεν παρακολουθούνται αλλαγές",
29
29
  "ui.sessionReviewV2.empty.noGit.description": "Παρακολούθηση, έλεγχος και αναίρεση αλλαγών σε αυτό το έργο",
30
30
  "ui.sessionReviewV2.empty.noGit.action": "Δημιουργία αποθετηρίου Git",
31
- "ui.sessionReviewV2.empty.noGit.actionLoading": "Δημιουργία αποθετηρίου Git",
31
+ "ui.sessionReviewV2.empty.noGit.actionLoading": "Δημιουργία αποθετηρίου Git...",
32
32
  "ui.sessionReviewV2.empty.changes.title": "Καμία αλλαγή αρχείου ακόμα",
33
33
  "ui.sessionReviewV2.empty.changes.description": "Οι αλλαγές του έργου θα εμφανιστούν εδώ",
34
34
  "ui.sessionReview.openFile": "Άνοιγμα αρχείου",
@@ -37,7 +37,7 @@ export const dict: Record<string, string> = {
37
37
  "ui.fileMedia.kind.image": "εικόνα",
38
38
  "ui.fileMedia.kind.audio": "ήχος",
39
39
  "ui.fileMedia.state.removed": "Καταργήθηκε {{kind}} αρχείο.",
40
- "ui.fileMedia.state.loading": "Φόρτωση {{kind}}",
40
+ "ui.fileMedia.state.loading": "Φόρτωση {{kind}}...",
41
41
  "ui.fileMedia.state.error": "Δεν είναι δυνατή η φόρτωση του {{kind}}.",
42
42
  "ui.fileMedia.state.unavailable": "{{kind}} μη διαθέσιμη προεπισκόπηση.",
43
43
  "ui.fileMedia.binary.title": "Δυαδικό αρχείο",
@@ -69,7 +69,7 @@ export const dict: Record<string, string> = {
69
69
  "ui.sessionTurn.error.addCredits": "Προσθήκη πιστώσεων",
70
70
  "dialog.usageExceeded.freeTier.title": "Συμπληρώθηκε το δωρεάν όριο",
71
71
  "dialog.usageExceeded.freeTier.description":
72
- "Εγγραφείτε στο OpenCode Μετάβαση για αξιόπιστη πρόσβαση στα καλύτερα μοντέλα ανοιχτού κώδικα, ξεκινώντας από 5 $/μήνα.",
72
+ "Εγγραφείτε στο OpenCode Go για 10 $/μήνα και αποκτήστε αξιόπιστη πρόσβαση στα καλύτερα μοντέλα ανοιχτού κώδικα.",
73
73
  "dialog.usageExceeded.freeTier.actionLabel": "Εγγραφή",
74
74
  "dialog.usageExceeded.accountRateLimit.title": "Συμπληρώθηκε το όριο μετάβασης",
75
75
  "dialog.usageExceeded.accountRateLimit.description":
@@ -115,8 +115,8 @@ export const dict: Record<string, string> = {
115
115
  "ui.promptInput.dropFiles": "Αποθέστε αρχεία για επισύναψη",
116
116
  "ui.promptInput.removeAttachment": "Κατάργηση συνημμένου",
117
117
  "ui.promptInput.label": "Προτροπή",
118
- "ui.promptInput.placeholder.shell": "Εισαγωγή εντολής κελύφους…",
119
- "ui.promptInput.placeholder.normal": "Ρωτήστε οτιδήποτε, {{slash}} για εντολές, {{at}} για περιβάλλον…",
118
+ "ui.promptInput.placeholder.shell": "Εισαγωγή εντολής κελύφους...",
119
+ "ui.promptInput.placeholder.normal": "Ρωτήστε οτιδήποτε, {{slash}} για εντολές, {{at}} για περιβάλλον...",
120
120
  "ui.promptInput.add": "Προσθήκη εικόνων και αρχείων",
121
121
  "ui.promptInput.attachments": "Εικόνες και αρχεία",
122
122
  "ui.promptInput.context": "Πλαίσιο",
@@ -143,6 +143,8 @@ export const dict: Record<string, string> = {
143
143
  "ui.tool.websearch.provider": "{{provider}} Αναζήτηση στον Ιστό",
144
144
  "ui.tool.shell": "Shell",
145
145
  "ui.tool.patch": "Patch",
146
+ "ui.tool.todos": "Εκκρεμότητες",
147
+ "ui.tool.todos.read": "Διαβάστε τις εργασίες",
146
148
  "ui.tool.questions": "Ερωτήσεις",
147
149
  "ui.tool.questions.numbered": "Ερωτήσεις {{number}}",
148
150
  "ui.tool.agent": "Πράκτορας {{type}}",
@@ -191,5 +193,5 @@ export const dict: Record<string, string> = {
191
193
  "ui.question.review.notAnswered": "(δεν απαντήθηκε)",
192
194
  "ui.question.multiHint": "Επιλογή όλων των απαντήσεων που ισχύουν",
193
195
  "ui.question.singleHint": "Επιλέξτε μία απάντηση",
194
- "ui.question.custom.placeholder": "Πληκτρολογήστε την απάντησή σας…",
196
+ "ui.question.custom.placeholder": "Πληκτρολογήστε την απάντησή σας...",
195
197
  }
package/src/i18n/en.ts CHANGED
@@ -1,4 +1,4 @@
1
- const source = {
1
+ export const dict: Record<string, string> = {
2
2
  "ui.sessionReview.title": "Session changes",
3
3
  "ui.sessionReview.title.git": "Git changes",
4
4
  "ui.sessionReview.title.branch": "Branch changes",
@@ -10,7 +10,7 @@ const source = {
10
10
  "ui.sessionReview.change.added": "Added",
11
11
  "ui.sessionReview.change.removed": "Removed",
12
12
  "ui.sessionReview.change.modified": "Modified",
13
- "ui.sessionReview.image.loading": "Loading",
13
+ "ui.sessionReview.image.loading": "Loading...",
14
14
  "ui.sessionReview.image.placeholder": "Image",
15
15
  "ui.sessionReview.largeDiff.title": "Diff too large to render",
16
16
  "ui.sessionReview.largeDiff.meta": "Limit: {{limit}} changed lines. Current: {{current}} changed lines.",
@@ -28,7 +28,7 @@ const source = {
28
28
  "ui.sessionReviewV2.empty.noGit.title": "No tracked changes",
29
29
  "ui.sessionReviewV2.empty.noGit.description": "Track, review, and undo changes in this project",
30
30
  "ui.sessionReviewV2.empty.noGit.action": "Create Git repository",
31
- "ui.sessionReviewV2.empty.noGit.actionLoading": "Creating Git repository",
31
+ "ui.sessionReviewV2.empty.noGit.actionLoading": "Creating Git repository...",
32
32
  "ui.sessionReviewV2.empty.changes.title": "No file changes yet",
33
33
  "ui.sessionReviewV2.empty.changes.description": "Project changes will appear here",
34
34
 
@@ -39,7 +39,7 @@ const source = {
39
39
  "ui.fileMedia.kind.image": "image",
40
40
  "ui.fileMedia.kind.audio": "audio",
41
41
  "ui.fileMedia.state.removed": "Removed {{kind}} file.",
42
- "ui.fileMedia.state.loading": "Loading {{kind}}",
42
+ "ui.fileMedia.state.loading": "Loading {{kind}}...",
43
43
  "ui.fileMedia.state.error": "Unable to load {{kind}}.",
44
44
  "ui.fileMedia.state.unavailable": "{{kind}} preview unavailable.",
45
45
  "ui.fileMedia.binary.title": "Binary file",
@@ -69,15 +69,13 @@ const source = {
69
69
  "ui.sessionTurn.retry.inSeconds": "in {{seconds}}s",
70
70
  "ui.sessionTurn.retry.attempt": "attempt #{{attempt}}",
71
71
  "ui.sessionTurn.retry.attemptLine": "{{line}} - attempt #{{attempt}}",
72
- "ui.sessionTurn.retry.attemptLabel": "Attempt {{attempt}}",
73
- "ui.sessionTurn.retry.attemptRetrying": "Attempt {{attempt}} - {{line}}",
74
72
  "ui.sessionTurn.retry.geminiHot": "gemini is way too hot right now",
75
73
  "ui.sessionTurn.error.freeUsageExceeded": "Free usage exceeded",
76
74
  "ui.sessionTurn.error.addCredits": "Add credits",
77
75
 
78
76
  "dialog.usageExceeded.freeTier.title": "Free limit reached",
79
77
  "dialog.usageExceeded.freeTier.description":
80
- "Subscribe to OpenCode Go for reliable access to the best open-source models, starting at $5/month.",
78
+ "Subscribe to OpenCode Go for reliable access to the best open-source models for $10/month.",
81
79
  "dialog.usageExceeded.freeTier.actionLabel": "Subscribe",
82
80
  "dialog.usageExceeded.accountRateLimit.title": "Go limit reached",
83
81
  "dialog.usageExceeded.accountRateLimit.description":
@@ -104,20 +102,12 @@ const source = {
104
102
  "ui.messagePart.review.title": "Review your answers",
105
103
  "ui.messagePart.questions.dismissed": "Questions dismissed",
106
104
  "ui.messagePart.compaction": "Session compacted",
107
- "ui.messagePart.context.details": "Details",
108
105
  "ui.messagePart.context.read.one": "{{count}} read",
109
106
  "ui.messagePart.context.read.other": "{{count}} reads",
110
107
  "ui.messagePart.context.search.one": "{{count}} search",
111
108
  "ui.messagePart.context.search.other": "{{count}} searches",
112
109
  "ui.messagePart.context.list.one": "{{count}} list",
113
110
  "ui.messagePart.context.list.other": "{{count}} lists",
114
- "ui.messagePart.context.notice.one": "{{count}} Notice",
115
- "ui.messagePart.context.notice.other": "{{count}} Notices",
116
- "ui.messagePart.context.thought.one": "{{count}} Thought",
117
- "ui.messagePart.context.thought.other": "{{count}} Thoughts",
118
- "ui.messagePart.context.match.one": "({{count}} match)",
119
- "ui.messagePart.context.match.other": "({{count}} matches)",
120
- "ui.messagePart.tools.used": "Used {{tools}}",
121
111
 
122
112
  "ui.list.loading": "Loading",
123
113
  "ui.list.empty": "No results",
@@ -134,15 +124,11 @@ const source = {
134
124
 
135
125
  "ui.promptInput.noMatchingItems": "No matching items",
136
126
  "ui.promptInput.commands": "Commands",
137
- "ui.promptInput.dropFiles": "Drop files to add",
138
- "ui.promptInput.dropFiles.image": "Drop images or files to add",
139
- "ui.promptInput.dropFiles.pdf": "Drop PDFs or files to add",
140
- "ui.promptInput.dropFiles.imagePdf": "Drop images, PDFs, or files to add",
127
+ "ui.promptInput.dropFiles": "Drop files to attach",
141
128
  "ui.promptInput.removeAttachment": "Remove attachment",
142
129
  "ui.promptInput.label": "Prompt",
143
- "ui.promptInput.placeholder.shell": "Enter shell command",
144
- "ui.promptInput.placeholder.normal": "Ask anything, {{slash}} for commands, {{at}} for context",
145
- "ui.promptInput.placeholder.followUp": "Add follow-up, {{slash}} for commands, {{at}} for context…",
130
+ "ui.promptInput.placeholder.shell": "Enter shell command...",
131
+ "ui.promptInput.placeholder.normal": "Ask anything, {{slash}} for commands, {{at}} for context...",
146
132
  "ui.promptInput.add": "Add images and files",
147
133
  "ui.promptInput.attachments": "Images and files",
148
134
  "ui.promptInput.context": "Context",
@@ -152,10 +138,6 @@ const source = {
152
138
  "ui.promptInput.chooseVariant": "Choose model variant",
153
139
  "ui.promptInput.send": "Send",
154
140
  "ui.promptInput.stop": "Stop",
155
- "ui.promptInput.exitShell": "Exit",
156
- "ui.promptInput.steer": "Steer",
157
- "ui.promptInput.queue": "Queue",
158
- "ui.promptInput.steerHint": "Send without interrupting",
159
141
 
160
142
  "ui.tabs.close": "Close tab",
161
143
 
@@ -168,10 +150,6 @@ const source = {
168
150
 
169
151
  "ui.tool.read": "Read",
170
152
  "ui.tool.loaded": "Loaded",
171
- "ui.tool.loadedFile": "Loaded {{path}}",
172
- "ui.tool.loadedSkill": "Loaded {{name}} skill",
173
- "ui.tool.loadedSkills.one": "Loaded {{name}} skill",
174
- "ui.tool.loadedSkills.other": "Loaded {{name}} skills",
175
153
  "ui.tool.list": "List",
176
154
  "ui.tool.glob": "Glob",
177
155
  "ui.tool.grep": "Grep",
@@ -180,17 +158,13 @@ const source = {
180
158
  "ui.tool.websearch": "Web Search",
181
159
  "ui.tool.websearch.provider": "{{provider}} Web Search",
182
160
  "ui.tool.shell": "Shell",
183
- "ui.tool.shell.writingCommand": "Writing command…",
184
- "ui.tool.shell.exit": "Command exited with code {{code}}",
185
- "ui.tool.shell.timeout": "Command timed out",
186
- "ui.tool.shell.cancelled": "Command cancelled",
187
- "ui.tool.execute": "Execute",
188
161
  "ui.tool.patch": "Patch",
162
+ "ui.tool.todos": "To-dos",
163
+ "ui.tool.todos.read": "Read to-dos",
189
164
  "ui.tool.questions": "Questions",
190
165
  "ui.tool.questions.numbered": "Questions {{number}}",
191
166
  "ui.tool.agent": "{{type}} Agent",
192
167
  "ui.tool.agent.default": "Agent",
193
- "ui.tool.agent.delegating": "Delegating agent…",
194
168
  "ui.tool.skill": "Skill",
195
169
 
196
170
  "ui.basicTool.called": "Called `{{tool}}`",
@@ -213,8 +187,6 @@ const source = {
213
187
  "ui.common.next": "Next",
214
188
  "ui.common.submit": "Submit",
215
189
  "ui.common.showMore": "Show more",
216
- "ui.common.moreCount.one": "+{{count}} more",
217
- "ui.common.moreCount.other": "+{{count}} more",
218
190
 
219
191
  "ui.permission.deny": "Deny",
220
192
  "ui.permission.allowAlways": "Allow always",
@@ -228,19 +200,9 @@ const source = {
228
200
  "ui.message.revertMessage": "Revert message",
229
201
  "ui.message.copyResponse": "Copy response",
230
202
  "ui.message.copied": "Copied",
231
- "ui.message.thought": "Thought",
232
203
  "ui.message.duration.seconds": "{{count}}s",
233
204
  "ui.message.duration.minutesSeconds": "{{minutes}}m {{seconds}}s",
234
205
  "ui.message.interrupted": "Interrupted",
235
- "ui.sessionTimeline.notice.model": "Model",
236
- "ui.sessionTimeline.notice.modelSwitched": "Switched to {{model}}",
237
- "ui.sessionTimeline.notice.agentChanged": "Agent changed",
238
- "ui.sessionTimeline.notice.movedTo": "Moved to",
239
- "ui.sessionTimeline.notice.movedTooltip": "Session working directory changed",
240
- "ui.sessionTimeline.notice.failed": "{{actor}} failed",
241
- "ui.sessionTimeline.notice.cancelled": "{{actor}} cancelled",
242
- "ui.sessionTimeline.notice.finished": "{{actor}} finished",
243
- "ui.sessionTimeline.notice.instructionsUpdated": "Instructions updated",
244
206
  "ui.message.queued": "Queued",
245
207
  "ui.message.attachment.alt": "attachment",
246
208
 
@@ -254,14 +216,5 @@ const source = {
254
216
  "ui.question.review.notAnswered": "(not answered)",
255
217
  "ui.question.multiHint": "Select all answers that apply",
256
218
  "ui.question.singleHint": "Select one answer",
257
- "ui.question.custom.placeholder": "Type your answer",
258
- } satisfies Record<string, string>
259
-
260
- export type Key = keyof typeof source
261
- export type PluralCategory = "zero" | "one" | "two" | "few" | "many" | "other"
262
- export type PluralKey = {
263
- [Entry in Key]: Entry extends `${infer Base}.other` ? (`${Base}.one` extends Key ? Base : never) : never
264
- }[Key]
265
- export type PluralLookupKey = `${PluralKey}.${PluralCategory}`
266
- export type LocaleKey = Key | PluralLookupKey
267
- export const dict: typeof source & Record<string, string> = source
219
+ "ui.question.custom.placeholder": "Type your answer...",
220
+ }
package/src/i18n/es.ts CHANGED
@@ -13,7 +13,7 @@ export const dict = {
13
13
  "ui.sessionReview.change.added": "Añadido",
14
14
  "ui.sessionReview.change.removed": "Eliminado",
15
15
  "ui.sessionReview.change.modified": "Modificado",
16
- "ui.sessionReview.image.loading": "Cargando",
16
+ "ui.sessionReview.image.loading": "Cargando...",
17
17
  "ui.sessionReview.image.placeholder": "Imagen",
18
18
  "ui.sessionReview.largeDiff.title": "Diff demasiado grande para renderizar",
19
19
  "ui.sessionReview.largeDiff.meta": "Límite: {{limit}} líneas modificadas. Actual: {{current}} líneas modificadas.",
@@ -31,7 +31,7 @@ export const dict = {
31
31
  "ui.sessionReviewV2.empty.noGit.title": "No hay cambios rastreados",
32
32
  "ui.sessionReviewV2.empty.noGit.description": "Rastrea, revisa y deshaz cambios en este proyecto",
33
33
  "ui.sessionReviewV2.empty.noGit.action": "Crear repositorio Git",
34
- "ui.sessionReviewV2.empty.noGit.actionLoading": "Creando repositorio Git",
34
+ "ui.sessionReviewV2.empty.noGit.actionLoading": "Creando repositorio Git...",
35
35
  "ui.sessionReviewV2.empty.changes.title": "Aún no hay cambios en los archivos",
36
36
  "ui.sessionReviewV2.empty.changes.description": "Los cambios del proyecto aparecerán aquí",
37
37
  "ui.fileMedia.kind.image": "imagen",
@@ -74,7 +74,7 @@ export const dict = {
74
74
 
75
75
  "dialog.usageExceeded.freeTier.title": "Límite gratuito alcanzado",
76
76
  "dialog.usageExceeded.freeTier.description":
77
- "Suscríbete a OpenCode Go para acceder de forma fiable a los mejores modelos de código abierto desde 5 USD al mes.",
77
+ "Suscríbete a OpenCode Go por 10 USD al mes para acceder de forma fiable a los mejores modelos de código abierto.",
78
78
  "dialog.usageExceeded.freeTier.actionLabel": "Suscribirse",
79
79
  "dialog.usageExceeded.accountRateLimit.title": "Límite de Go alcanzado",
80
80
  "dialog.usageExceeded.accountRateLimit.description":
@@ -124,8 +124,8 @@ export const dict = {
124
124
  "ui.promptInput.dropFiles": "Suelta los archivos para adjuntarlos",
125
125
  "ui.promptInput.removeAttachment": "Eliminar adjunto",
126
126
  "ui.promptInput.label": "Prompt",
127
- "ui.promptInput.placeholder.shell": "Introduce un comando de shell",
128
- "ui.promptInput.placeholder.normal": "Pregunta lo que quieras, {{slash}} para comandos, {{at}} para contexto",
127
+ "ui.promptInput.placeholder.shell": "Introduce un comando de shell...",
128
+ "ui.promptInput.placeholder.normal": "Pregunta lo que quieras, {{slash}} para comandos, {{at}} para contexto...",
129
129
  "ui.promptInput.add": "Añadir imágenes y archivos",
130
130
  "ui.promptInput.attachments": "Imágenes y archivos",
131
131
  "ui.promptInput.context": "Contexto",
@@ -155,6 +155,8 @@ export const dict = {
155
155
  "ui.tool.websearch.provider": "{{provider}} Búsqueda web",
156
156
  "ui.tool.shell": "Shell",
157
157
  "ui.tool.patch": "Parche",
158
+ "ui.tool.todos": "Tareas",
159
+ "ui.tool.todos.read": "Leer tareas",
158
160
  "ui.tool.questions": "Preguntas",
159
161
  "ui.tool.questions.numbered": "Preguntas {{number}}",
160
162
  "ui.tool.agent": "Agente {{type}}",
@@ -203,7 +205,7 @@ export const dict = {
203
205
  "ui.question.review.notAnswered": "(no respondida)",
204
206
  "ui.question.multiHint": "Selecciona todas las que correspondan",
205
207
  "ui.question.singleHint": "Selecciona una respuesta",
206
- "ui.question.custom.placeholder": "Escribe tu respuesta",
208
+ "ui.question.custom.placeholder": "Escribe tu respuesta...",
207
209
 
208
210
  "ui.fileSearch.placeholder": "Buscar",
209
211
  "ui.fileSearch.previousMatch": "Anterior",
package/src/i18n/et.ts CHANGED
@@ -10,7 +10,7 @@ export const dict: Record<string, string> = {
10
10
  "ui.sessionReview.change.added": "Lisatud",
11
11
  "ui.sessionReview.change.removed": "Eemaldatud",
12
12
  "ui.sessionReview.change.modified": "Muudetud",
13
- "ui.sessionReview.image.loading": "Laadimine",
13
+ "ui.sessionReview.image.loading": "Laadimine...",
14
14
  "ui.sessionReview.image.placeholder": "Pilt",
15
15
  "ui.sessionReview.largeDiff.title": "Diff on renderdamiseks liiga suur",
16
16
  "ui.sessionReview.largeDiff.meta": "Limiit: {{limit}} muudetud rida. Praegune: {{current}} muudetud rida.",
@@ -28,7 +28,7 @@ export const dict: Record<string, string> = {
28
28
  "ui.sessionReviewV2.empty.noGit.title": "Jälgitud muudatusi pole",
29
29
  "ui.sessionReviewV2.empty.noGit.description": "Selle projekti muudatuste jälgimine, ülevaatamine ja tagasivõtmine",
30
30
  "ui.sessionReviewV2.empty.noGit.action": "Loo Git hoidla",
31
- "ui.sessionReviewV2.empty.noGit.actionLoading": "Git hoidla loomine",
31
+ "ui.sessionReviewV2.empty.noGit.actionLoading": "Git hoidla loomine...",
32
32
  "ui.sessionReviewV2.empty.changes.title": "Failis pole veel muudatusi tehtud",
33
33
  "ui.sessionReviewV2.empty.changes.description": "Projekti muudatused kuvatakse siin",
34
34
  "ui.sessionReview.openFile": "Ava fail",
@@ -37,7 +37,7 @@ export const dict: Record<string, string> = {
37
37
  "ui.fileMedia.kind.image": "pilt",
38
38
  "ui.fileMedia.kind.audio": "heli",
39
39
  "ui.fileMedia.state.removed": "Eemaldatud {{kind}} fail.",
40
- "ui.fileMedia.state.loading": "Laadimine {{kind}}",
40
+ "ui.fileMedia.state.loading": "Laadimine {{kind}}...",
41
41
  "ui.fileMedia.state.error": "Ei saa laadida {{kind}}.",
42
42
  "ui.fileMedia.state.unavailable": "{{kind}} eelvaade pole saadaval.",
43
43
  "ui.fileMedia.binary.title": "Binaarne fail",
@@ -69,7 +69,7 @@ export const dict: Record<string, string> = {
69
69
  "ui.sessionTurn.error.addCredits": "Lisa krediite",
70
70
  "dialog.usageExceeded.freeTier.title": "Tasuta limiit on täis",
71
71
  "dialog.usageExceeded.freeTier.description":
72
- "Tellige OpenCode, et saada usaldusväärne juurdepääs parimatele avatud lähtekoodiga mudelitele alates 5 dollarist kuus.",
72
+ "Tellige OpenCode Go 10 dollari eest kuus, et saada usaldusväärne juurdepääs parimatele avatud lähtekoodiga mudelitele.",
73
73
  "dialog.usageExceeded.freeTier.actionLabel": "Telli",
74
74
  "dialog.usageExceeded.accountRateLimit.title": "Go limiit on täis",
75
75
  "dialog.usageExceeded.accountRateLimit.description":
@@ -115,8 +115,8 @@ export const dict: Record<string, string> = {
115
115
  "ui.promptInput.dropFiles": "Manustamiseks pukseerige failid",
116
116
  "ui.promptInput.removeAttachment": "Eemalda manus",
117
117
  "ui.promptInput.label": "Viip",
118
- "ui.promptInput.placeholder.shell": "Sisestage shellikäsk",
119
- "ui.promptInput.placeholder.normal": "Küsi kõike, {{slash}} käske, {{at}} konteksti",
118
+ "ui.promptInput.placeholder.shell": "Sisestage shellikäsk...",
119
+ "ui.promptInput.placeholder.normal": "Küsi kõike, {{slash}} käske, {{at}} konteksti...",
120
120
  "ui.promptInput.add": "Lisage pilte ja faile",
121
121
  "ui.promptInput.attachments": "Pildid ja failid",
122
122
  "ui.promptInput.context": "Kontekst",
@@ -143,6 +143,8 @@ export const dict: Record<string, string> = {
143
143
  "ui.tool.websearch.provider": "{{provider}} Veebiotsing",
144
144
  "ui.tool.shell": "Shell",
145
145
  "ui.tool.patch": "Patch",
146
+ "ui.tool.todos": "Ülesanded",
147
+ "ui.tool.todos.read": "Lugege ülesandeid",
146
148
  "ui.tool.questions": "Küsimused",
147
149
  "ui.tool.questions.numbered": "Küsimused {{number}}",
148
150
  "ui.tool.agent": "{{type}} Agent",
@@ -191,5 +193,5 @@ export const dict: Record<string, string> = {
191
193
  "ui.question.review.notAnswered": "(ei vastanud)",
192
194
  "ui.question.multiHint": "Valige kõik sobivad vastused",
193
195
  "ui.question.singleHint": "Valige üks vastus",
194
- "ui.question.custom.placeholder": "Sisesta oma vastus",
196
+ "ui.question.custom.placeholder": "Sisesta oma vastus...",
195
197
  }