diff --git a/components.d.ts b/components.d.ts index 3e65c3cc..87f73674 100644 --- a/components.d.ts +++ b/components.d.ts @@ -42,6 +42,7 @@ declare module '@vue/runtime-core' { CKeyValueList: typeof import('./src/ui/c-key-value-list/c-key-value-list.vue')['default'] CKeyValueListItem: typeof import('./src/ui/c-key-value-list/c-key-value-list-item.vue')['default'] CLabel: typeof import('./src/ui/c-label/c-label.vue')['default'] + CliCommandEditor: typeof import('./src/tools/cli-command-editor/cli-command-editor.vue')['default'] CLink: typeof import('./src/ui/c-link/c-link.vue')['default'] 'CLink.demo': typeof import('./src/ui/c-link/c-link.demo.vue')['default'] CMarkdown: typeof import('./src/ui/c-markdown/c-markdown.vue')['default'] diff --git a/locales/de.yml b/locales/de.yml index 0ccdb71d..d37a1cf6 100644 --- a/locales/de.yml +++ b/locales/de.yml @@ -454,3 +454,10 @@ tools: text-to-binary: title: Text zu ASCII-Binär description: Konvertiere Text in seine ASCII-Binärrepräsentation und umgekehrt. + + cli-command-editor: + title: CLI-Befehlseditor + description: Wandeln Sie CLI-Befehle mit Optionen in eine leicht bearbeitbare Form um und generieren Sie den Befehl mit Eingabewerten. + command: Befehl + placeholder: Befehl hier einfügen + diff --git a/locales/es.yml b/locales/es.yml index 14e2bb66..aec440fa 100644 --- a/locales/es.yml +++ b/locales/es.yml @@ -70,3 +70,8 @@ tools: measurement: Measurement text: Text data: Data + cli-command-editor: + title: editor de comandos CLI + description: Convierta comandos CLI con opciones en un formato fácilmente editable y genere el comando resultante con valores de entrada. + command: Dominio + placeholder: Pegar comando aquí diff --git a/locales/fr.yml b/locales/fr.yml index 86bb47d6..8d83d350 100644 --- a/locales/fr.yml +++ b/locales/fr.yml @@ -80,3 +80,8 @@ tools: copied: Le token a été copié length: Longueur tokenPlaceholder: Le token... + cli-command-editor: + title: Éditeur de commandes CLI + description: Convertissez les commandes CLI avec des options dans un format facilement modifiable et générez la commande résultante avec des valeurs d'entrée. + command: Commande + placeholder: Coller la commande ici diff --git a/locales/no.yml b/locales/no.yml index ba4f9e47..9956682e 100644 --- a/locales/no.yml +++ b/locales/no.yml @@ -392,3 +392,9 @@ tools: text-to-binary: title: Tekst til ASCII binært description: Konverter tekst til sin ASCII binære representasjon og visa-versa. + + cli-command-editor: + title: CLI kommando editor + description: Konverter CLI-kommandoer med alternativer til et enkelt redigerbart format og generer den resulterende kommandoen med inndataverdier. + command: Kommando + placeholder: Lim inn kommando her diff --git a/locales/pt.yml b/locales/pt.yml index 5845eb2f..571f2598 100644 --- a/locales/pt.yml +++ b/locales/pt.yml @@ -70,3 +70,8 @@ tools: measurement: 'Medidas' text: 'Texto' data: 'Dados' + cli-command-editor: + title: Editor de comando CLI + description: Converta comandos CLI com opções em um formato facilmente editável e gere o comando resultante com valores de entrada. + command: Comando + placeholder: Cole o comando aqui diff --git a/locales/uk.yml b/locales/uk.yml index b0086226..400db440 100644 --- a/locales/uk.yml +++ b/locales/uk.yml @@ -70,3 +70,8 @@ tools: measurement: Вимірювання text: Текст data: Дані + cli-command-editor: + title: Редактор команд CLI + description: Перетворіть команди CLI з опціями у форму, яку легко редагувати, та згенеруйте результуючу команду з вхідними значеннями. + command: Команда + placeholder: Вставте команду сюди diff --git a/locales/vi.yml b/locales/vi.yml index 59514cd7..1a4af032 100644 --- a/locales/vi.yml +++ b/locales/vi.yml @@ -381,3 +381,9 @@ tools: text-to-binary: title: Chuyển đổi văn bản thành nhị phân ASCII description: Chuyển đổi văn bản thành biểu diễn nhị phân ASCII của nó và ngược lại. + + cli-command-editor: + title: Trình soạn thảo lệnh CLI + description: Chuyển đổi các lệnh CLI có tùy chọn thành dạng dễ chỉnh sửa và tạo lệnh kết quả với các giá trị đầu vào. + command: Yêu cầu + placeholder: Dán lệnh vào đây diff --git a/locales/zh.yml b/locales/zh.yml index 97968eb5..b5c2b380 100644 --- a/locales/zh.yml +++ b/locales/zh.yml @@ -388,3 +388,9 @@ tools: text-to-binary: title: 文本到 ASCII 二进制 description: 将文本转换为其 ASCII 二进制表示形式,反之亦然。 + + cli-command-editor: + title: CLI 命令编辑器 + description: 将带有选项的 CLI 命令转换为易于编辑的形式,并生成带有输入值的结果命令。 + command: 命令 + placeholder: 将命令粘贴到此处