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

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opencode-ai/ui",
3
- "version": "0.0.0-dev-202608040656",
3
+ "version": "0.0.0-dev-202608040714",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "repository": {
package/src/i18n/fr.ts CHANGED
@@ -126,7 +126,8 @@ export const dict = {
126
126
  "ui.promptInput.removeAttachment": "Supprimer la pièce jointe",
127
127
  "ui.promptInput.label": "Invite",
128
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...",
129
+ "ui.promptInput.placeholder.normal":
130
+ "Demandez n'importe quoi, {{slash}} pour les commandes, {{at}} pour le contexte...",
130
131
  "ui.promptInput.add": "Ajouter des images et des fichiers",
131
132
  "ui.promptInput.attachments": "Images et fichiers",
132
133
  "ui.promptInput.context": "Contexte",
package/src/i18n/pl.ts CHANGED
@@ -128,7 +128,8 @@ export const dict = {
128
128
  "ui.promptInput.removeAttachment": "Usuń załącznik",
129
129
  "ui.promptInput.label": "Prompt",
130
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...",
131
+ "ui.promptInput.placeholder.normal":
132
+ "Zapytaj o cokolwiek, {{slash}} aby wyświetlić polecenia, {{at}} aby wyświetlić kontekst...",
132
133
  "ui.promptInput.add": "Dodaj obrazy i pliki",
133
134
  "ui.promptInput.attachments": "Obrazy i pliki",
134
135
  "ui.promptInput.context": "Kontekst",