1
0
Fork 0
mirror of https://github.com/CorentinTh/it-tools.git synced 2025-08-06 14:05:18 +02:00

feat(i18n): added localization for cli-command-editor

This commit is contained in:
Dhwanik Panchal 2025-06-28 13:49:00 +05:30
parent 3e2e1efd77
commit e1de43e469
9 changed files with 46 additions and 0 deletions

1
components.d.ts vendored
View file

@ -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']

View file

@ -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

View file

@ -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í

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -70,3 +70,8 @@ tools:
measurement: Вимірювання
text: Текст
data: Дані
cli-command-editor:
title: Редактор команд CLI
description: Перетворіть команди CLI з опціями у форму, яку легко редагувати, та згенеруйте результуючу команду з вхідними значеннями.
command: Команда
placeholder: Вставте команду сюди

View file

@ -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

View file

@ -388,3 +388,9 @@ tools:
text-to-binary:
title: 文本到 ASCII 二进制
description: 将文本转换为其 ASCII 二进制表示形式,反之亦然。
cli-command-editor:
title: CLI 命令编辑器
description: 将带有选项的 CLI 命令转换为易于编辑的形式,并生成带有输入值的结果命令。
command: 命令
placeholder: 将命令粘贴到此处