From 9c6b12225e5e18a92442a079ff1f4776f14db188 Mon Sep 17 00:00:00 2001 From: QingFeng <39724019+lemon8866@users.noreply.github.com> Date: Mon, 5 Feb 2024 18:06:36 +0800 Subject: [PATCH 01/23] feat(i18n): added zh tools translations (#874) --- src/tools/base64-file-converter/locales/zh.yml | 4 ++++ src/tools/base64-string-converter/locales/zh.yml | 4 ++++ src/tools/basic-auth-generator/locales/zh.yml | 4 ++++ src/tools/bcrypt/locales/zh.yml | 4 ++++ src/tools/benchmark-builder/locales/zh.yml | 4 ++++ src/tools/bip39-generator/locales/zh.yml | 4 ++++ src/tools/camera-recorder/locales/zh.yml | 4 ++++ src/tools/case-converter/locales/zh.yml | 4 ++++ src/tools/chmod-calculator/locales/zh.yml | 4 ++++ src/tools/chronometer/locales/zh.yml | 4 ++++ src/tools/color-converter/locales/zh.yml | 4 ++++ src/tools/crontab-generator/locales/zh.yml | 4 ++++ src/tools/date-time-converter/locales/zh.yml | 4 ++++ src/tools/device-information/locales/zh.yml | 4 ++++ .../locales/zh.yml | 4 ++++ src/tools/emoji-picker/locales/zh.yml | 4 ++++ src/tools/encryption/locales/zh.yml | 4 ++++ src/tools/eta-calculator/locales/zh.yml | 4 ++++ src/tools/git-memo/locales/zh.yml | 4 ++++ src/tools/hash-text/locales/zh.yml | 4 ++++ src/tools/hmac-generator/locales/zh.yml | 4 ++++ src/tools/html-entities/locales/zh.yml | 4 ++++ src/tools/html-wysiwyg-editor/locales/zh.yml | 4 ++++ src/tools/http-status-codes/locales/zh.yml | 4 ++++ .../iban-validator-and-parser/locales/zh.yml | 4 ++++ src/tools/integer-base-converter/locales/zh.yml | 4 ++++ src/tools/ipv4-address-converter/locales/zh.yml | 4 ++++ src/tools/ipv4-range-expander/locales/zh.yml | 4 ++++ src/tools/ipv4-subnet-calculator/locales/zh.yml | 4 ++++ src/tools/ipv6-ula-generator/locales/zh.yml | 4 ++++ src/tools/json-diff/locales/zh.yml | 4 ++++ src/tools/json-minify/locales/zh.yml | 4 ++++ src/tools/json-to-csv/locales/zh.yml | 4 ++++ src/tools/json-to-toml/locales/zh.yml | 4 ++++ src/tools/json-to-yaml-converter/locales/zh.yml | 4 ++++ src/tools/json-viewer/locales/zh.yml | 4 ++++ src/tools/jwt-parser/locales/zh.yml | 4 ++++ src/tools/keycode-info/locales/zh.yml | 4 ++++ src/tools/list-converter/locales/zh.yml | 4 ++++ src/tools/lorem-ipsum-generator/locales/zh.yml | 4 ++++ src/tools/mac-address-generator/locales/zh.yml | 4 ++++ src/tools/mac-address-lookup/locales/zh.yml | 4 ++++ src/tools/math-evaluator/locales/zh.yml | 4 ++++ src/tools/meta-tag-generator/locales/zh.yml | 4 ++++ src/tools/mime-types/locales/zh.yml | 4 ++++ src/tools/numeronym-generator/locales/zh.yml | 4 ++++ .../locales/zh.yml | 4 ++++ .../password-strength-analyser/locales/zh.yml | 4 ++++ src/tools/pdf-signature-checker/locales/zh.yml | 4 ++++ src/tools/percentage-calculator/locales/zh.yml | 4 ++++ .../phone-parser-and-formatter/locales/zh.yml | 4 ++++ src/tools/qr-code-generator/locales/zh.yml | 4 ++++ src/tools/random-port-generator/locales/zh.yml | 4 ++++ src/tools/roman-numeral-converter/locales/zh.yml | 4 ++++ src/tools/rsa-key-pair-generator/locales/zh.yml | 4 ++++ src/tools/slugify-string/locales/zh.yml | 4 ++++ src/tools/sql-prettify/locales/zh.yml | 4 ++++ src/tools/string-obfuscator/locales/zh.yml | 4 ++++ .../svg-placeholder-generator/locales/zh.yml | 4 ++++ src/tools/temperature-converter/locales/zh.yml | 4 ++++ src/tools/text-diff/locales/zh.yml | 4 ++++ src/tools/text-statistics/locales/zh.yml | 4 ++++ src/tools/text-to-binary/locales/zh.yml | 4 ++++ src/tools/text-to-nato-alphabet/locales/zh.yml | 4 ++++ src/tools/text-to-unicode/locales/zh.yml | 4 ++++ src/tools/token-generator/locales/zh.yml | 15 +++++++++++++++ src/tools/toml-to-json/locales/zh.yml | 4 ++++ src/tools/toml-to-yaml/locales/zh.yml | 4 ++++ src/tools/ulid-generator/locales/zh.yml | 4 ++++ src/tools/url-encoder/locales/zh.yml | 4 ++++ src/tools/url-parser/locales/zh.yml | 4 ++++ src/tools/user-agent-parser/locales/zh.yml | 4 ++++ src/tools/uuid-generator/locales/zh.yml | 4 ++++ src/tools/wifi-qr-code-generator/locales/zh.yml | 4 ++++ src/tools/xml-formatter/locales/zh.yml | 4 ++++ src/tools/yaml-to-json-converter/locales/zh.yml | 4 ++++ src/tools/yaml-to-toml/locales/zh.yml | 4 ++++ src/tools/yaml-viewer/locales/zh.yml | 4 ++++ 78 files changed, 323 insertions(+) diff --git a/src/tools/base64-file-converter/locales/zh.yml b/src/tools/base64-file-converter/locales/zh.yml index e69de29b..6d89f778 100644 --- a/src/tools/base64-file-converter/locales/zh.yml +++ b/src/tools/base64-file-converter/locales/zh.yml @@ -0,0 +1,4 @@ +tools: + base64-file-converter: + title: Base64 文件转换器 + description: 将字符串、文件或图像转换为其 Base64 表示形式。 \ No newline at end of file diff --git a/src/tools/base64-string-converter/locales/zh.yml b/src/tools/base64-string-converter/locales/zh.yml index e69de29b..397926b7 100644 --- a/src/tools/base64-string-converter/locales/zh.yml +++ b/src/tools/base64-string-converter/locales/zh.yml @@ -0,0 +1,4 @@ +tools: + base64-string-converter: + title: Base64 字符串编码/解码 + description: 将字符串编码和解码为其 Base64 格式表示形式即可。 diff --git a/src/tools/basic-auth-generator/locales/zh.yml b/src/tools/basic-auth-generator/locales/zh.yml index e69de29b..8b4de613 100644 --- a/src/tools/basic-auth-generator/locales/zh.yml +++ b/src/tools/basic-auth-generator/locales/zh.yml @@ -0,0 +1,4 @@ +tools: + basic-auth-generator: + title: 基本身份验证生成器 + description: 从用户名和密码生成 base64 基本身份验证标头。 diff --git a/src/tools/bcrypt/locales/zh.yml b/src/tools/bcrypt/locales/zh.yml index e69de29b..8a36022e 100644 --- a/src/tools/bcrypt/locales/zh.yml +++ b/src/tools/bcrypt/locales/zh.yml @@ -0,0 +1,4 @@ +tools: + bcrypt: + title: 加密 + description: 使用bcrypt对文本字符串进行哈希和比较。Bcrypt是一个基于Blowfish密码的密码哈希函数。 diff --git a/src/tools/benchmark-builder/locales/zh.yml b/src/tools/benchmark-builder/locales/zh.yml index e69de29b..4cdcfe8f 100644 --- a/src/tools/benchmark-builder/locales/zh.yml +++ b/src/tools/benchmark-builder/locales/zh.yml @@ -0,0 +1,4 @@ +tools: + benchmark-builder: + title: 基准生成器 + description: 简单的在线基准构建器可以轻松比较任务的执行时间。 diff --git a/src/tools/bip39-generator/locales/zh.yml b/src/tools/bip39-generator/locales/zh.yml index e69de29b..457fc65f 100644 --- a/src/tools/bip39-generator/locales/zh.yml +++ b/src/tools/bip39-generator/locales/zh.yml @@ -0,0 +1,4 @@ +tools: + bip39-generator: + title: BIP39密码生成器 + description: 从现有或随机助记符生成BIP39密码短语,或从密码短语获取助记符。 diff --git a/src/tools/camera-recorder/locales/zh.yml b/src/tools/camera-recorder/locales/zh.yml index e69de29b..5bdc431b 100644 --- a/src/tools/camera-recorder/locales/zh.yml +++ b/src/tools/camera-recorder/locales/zh.yml @@ -0,0 +1,4 @@ +tools: + camera-recorder: + title: 摄像机记录器 + description: 从网络摄像头或照相机拍摄照片或录制视频。 diff --git a/src/tools/case-converter/locales/zh.yml b/src/tools/case-converter/locales/zh.yml index e69de29b..98b1fa18 100644 --- a/src/tools/case-converter/locales/zh.yml +++ b/src/tools/case-converter/locales/zh.yml @@ -0,0 +1,4 @@ +tools: + case-converter: + title: 大小写转换 + description: 更改字符串的大小写并在不同格式之间进行选择 diff --git a/src/tools/chmod-calculator/locales/zh.yml b/src/tools/chmod-calculator/locales/zh.yml index e69de29b..03207a82 100644 --- a/src/tools/chmod-calculator/locales/zh.yml +++ b/src/tools/chmod-calculator/locales/zh.yml @@ -0,0 +1,4 @@ +tools: + chmod-calculator: + title: Chmod 计算器 + description: 使用此在线的chmod计算器计算chmod权限和命令。 diff --git a/src/tools/chronometer/locales/zh.yml b/src/tools/chronometer/locales/zh.yml index e69de29b..371de13e 100644 --- a/src/tools/chronometer/locales/zh.yml +++ b/src/tools/chronometer/locales/zh.yml @@ -0,0 +1,4 @@ +tools: + chronometer: + title: 计时器 + description: 监控事物的持续时间。基本上是一种具有简单计时器功能的计时器。 \ No newline at end of file diff --git a/src/tools/color-converter/locales/zh.yml b/src/tools/color-converter/locales/zh.yml index e69de29b..9f71d99e 100644 --- a/src/tools/color-converter/locales/zh.yml +++ b/src/tools/color-converter/locales/zh.yml @@ -0,0 +1,4 @@ +tools: + color-converter: + title: Color 选择器 + description: 在不同格式(十六进制、rgb、hsl和css名称)之间转换颜色 \ No newline at end of file diff --git a/src/tools/crontab-generator/locales/zh.yml b/src/tools/crontab-generator/locales/zh.yml index e69de29b..282db409 100644 --- a/src/tools/crontab-generator/locales/zh.yml +++ b/src/tools/crontab-generator/locales/zh.yml @@ -0,0 +1,4 @@ +tools: + crontab-generator: + title: Crontab 表达式生成 + description: 验证并生成crontab,并获取cron调度的可读描述。 diff --git a/src/tools/date-time-converter/locales/zh.yml b/src/tools/date-time-converter/locales/zh.yml index e69de29b..f5d98b1b 100644 --- a/src/tools/date-time-converter/locales/zh.yml +++ b/src/tools/date-time-converter/locales/zh.yml @@ -0,0 +1,4 @@ +tools: + date-converter: + title: 日期时间转换器 + description: 将日期和时间转换为各种不同的格式 diff --git a/src/tools/device-information/locales/zh.yml b/src/tools/device-information/locales/zh.yml index e69de29b..05e129b1 100644 --- a/src/tools/device-information/locales/zh.yml +++ b/src/tools/device-information/locales/zh.yml @@ -0,0 +1,4 @@ +tools: + device-information: + title: 设备信息 + description: 获取有关当前设备的信息(屏幕大小、像素比率、用户代理…) diff --git a/src/tools/docker-run-to-docker-compose-converter/locales/zh.yml b/src/tools/docker-run-to-docker-compose-converter/locales/zh.yml index e69de29b..afa6fa4a 100644 --- a/src/tools/docker-run-to-docker-compose-converter/locales/zh.yml +++ b/src/tools/docker-run-to-docker-compose-converter/locales/zh.yml @@ -0,0 +1,4 @@ +tools: + docker-run-to-docker-compose-converter: + title: Docker Run 到 docker-compose 转换器 + description: 将 docker run 命令行转换为 docker-compose 文件! diff --git a/src/tools/emoji-picker/locales/zh.yml b/src/tools/emoji-picker/locales/zh.yml index e69de29b..fb01ad70 100644 --- a/src/tools/emoji-picker/locales/zh.yml +++ b/src/tools/emoji-picker/locales/zh.yml @@ -0,0 +1,4 @@ +tools: + emoji-picker: + title: Emoji 选择器 + description: 轻松复制和粘贴Emoji表情符号,并获得每个表情符号的unicode和code points值. diff --git a/src/tools/encryption/locales/zh.yml b/src/tools/encryption/locales/zh.yml index e69de29b..14464249 100644 --- a/src/tools/encryption/locales/zh.yml +++ b/src/tools/encryption/locales/zh.yml @@ -0,0 +1,4 @@ +tools: + encryption: + title: 加密/解密文本 + description: 使用加密算法(如AES、TripleDES、Rabbit或RC4)加密和解密文本明文。 diff --git a/src/tools/eta-calculator/locales/zh.yml b/src/tools/eta-calculator/locales/zh.yml index e69de29b..275127dc 100644 --- a/src/tools/eta-calculator/locales/zh.yml +++ b/src/tools/eta-calculator/locales/zh.yml @@ -0,0 +1,4 @@ +tools: + eta-calculator: + title: ETA 计算器 + description: ETA(估计到达时间)计算器,用于知道任务的近似结束时间,例如下载的结束时刻。 diff --git a/src/tools/git-memo/locales/zh.yml b/src/tools/git-memo/locales/zh.yml index e69de29b..8c0d7e87 100644 --- a/src/tools/git-memo/locales/zh.yml +++ b/src/tools/git-memo/locales/zh.yml @@ -0,0 +1,4 @@ +tools: + git-memo: + title: Git 备忘录 + description: Git是一种去中心化的版本管理软件。使用此备忘单,您可以快速访问最常见的git命令. diff --git a/src/tools/hash-text/locales/zh.yml b/src/tools/hash-text/locales/zh.yml index e69de29b..1b45d0d9 100644 --- a/src/tools/hash-text/locales/zh.yml +++ b/src/tools/hash-text/locales/zh.yml @@ -0,0 +1,4 @@ +tools: + hash-text: + title: Hash 文本 + description: '使用所需的函数哈希文本字符串:MD5、SHA1、SHA256、SHA224、SHA512、SHA384、SHA3或RIPEMD160' diff --git a/src/tools/hmac-generator/locales/zh.yml b/src/tools/hmac-generator/locales/zh.yml index e69de29b..19a749e4 100644 --- a/src/tools/hmac-generator/locales/zh.yml +++ b/src/tools/hmac-generator/locales/zh.yml @@ -0,0 +1,4 @@ +tools: + hmac-generator: + title: Hmac 生成器 + description: 使用密钥和您喜欢的哈希函数计算基于哈希的消息身份验证代码(HMAC)。 diff --git a/src/tools/html-entities/locales/zh.yml b/src/tools/html-entities/locales/zh.yml index e69de29b..9c7205bf 100644 --- a/src/tools/html-entities/locales/zh.yml +++ b/src/tools/html-entities/locales/zh.yml @@ -0,0 +1,4 @@ +tools: + html-entities: + title: 转义html实体 + description: 转义或unescape html实体(将<、>、&、“和\'替换为其html版本) diff --git a/src/tools/html-wysiwyg-editor/locales/zh.yml b/src/tools/html-wysiwyg-editor/locales/zh.yml index e69de29b..b60fea9f 100644 --- a/src/tools/html-wysiwyg-editor/locales/zh.yml +++ b/src/tools/html-wysiwyg-editor/locales/zh.yml @@ -0,0 +1,4 @@ +tools: + html-wysiwyg-editor: + title: HTML所见即所得编辑器 + description: 在线HTML编辑器具有功能丰富的所见即所得编辑器,立即获得内容的源代码。 diff --git a/src/tools/http-status-codes/locales/zh.yml b/src/tools/http-status-codes/locales/zh.yml index e69de29b..2d91b370 100644 --- a/src/tools/http-status-codes/locales/zh.yml +++ b/src/tools/http-status-codes/locales/zh.yml @@ -0,0 +1,4 @@ +tools: + http-status-codes: + title: HTTP 状态码 + description: 所有HTTP状态的列表对其名称和含义解释。 diff --git a/src/tools/iban-validator-and-parser/locales/zh.yml b/src/tools/iban-validator-and-parser/locales/zh.yml index e69de29b..62a35c47 100644 --- a/src/tools/iban-validator-and-parser/locales/zh.yml +++ b/src/tools/iban-validator-and-parser/locales/zh.yml @@ -0,0 +1,4 @@ +tools: + iban-validator-and-parser: + title: IBAN验证器和解析器 + description: 验证和分析IBAN编号。检查IBAN是否有效,并获取国家BBAN,如果它是QR-IBAN和IBAN友好格式。 diff --git a/src/tools/integer-base-converter/locales/zh.yml b/src/tools/integer-base-converter/locales/zh.yml index e69de29b..0173487a 100644 --- a/src/tools/integer-base-converter/locales/zh.yml +++ b/src/tools/integer-base-converter/locales/zh.yml @@ -0,0 +1,4 @@ +tools: + base-converter: + title: 整数基转换器 + description: 在不同的基数(十进制、十六进制、二进制、八进制、base64…)之间转换数字 diff --git a/src/tools/ipv4-address-converter/locales/zh.yml b/src/tools/ipv4-address-converter/locales/zh.yml index e69de29b..47d500bf 100644 --- a/src/tools/ipv4-address-converter/locales/zh.yml +++ b/src/tools/ipv4-address-converter/locales/zh.yml @@ -0,0 +1,4 @@ +tools: + ipv4-address-converter: + title: Ipv4地址转换器 + description: 在ipv6中,将ip地址转换为十进制、二进制、十六进制或事件 diff --git a/src/tools/ipv4-range-expander/locales/zh.yml b/src/tools/ipv4-range-expander/locales/zh.yml index e69de29b..5b0ad140 100644 --- a/src/tools/ipv4-range-expander/locales/zh.yml +++ b/src/tools/ipv4-range-expander/locales/zh.yml @@ -0,0 +1,4 @@ +tools: + ipv4-range-expander: + title: IPv4范围扩展器 + description: 给定起始和结束IPv4地址,此工具使用其CIDR表示法计算有效的IPv4网络。 diff --git a/src/tools/ipv4-subnet-calculator/locales/zh.yml b/src/tools/ipv4-subnet-calculator/locales/zh.yml index e69de29b..56ec5c65 100644 --- a/src/tools/ipv4-subnet-calculator/locales/zh.yml +++ b/src/tools/ipv4-subnet-calculator/locales/zh.yml @@ -0,0 +1,4 @@ +tools: + ipv4-subnet-calculator: + title: IPv4子网计算器 + description: 解析IPv4 CIDR块,并获取有关子网络的所有所需信息。 diff --git a/src/tools/ipv6-ula-generator/locales/zh.yml b/src/tools/ipv6-ula-generator/locales/zh.yml index e69de29b..b1a9342c 100644 --- a/src/tools/ipv6-ula-generator/locales/zh.yml +++ b/src/tools/ipv6-ula-generator/locales/zh.yml @@ -0,0 +1,4 @@ +tools: + ipv6-ula-generator: + title: IPv6 ULA生成器 + description: 根据RFC4193在网络上生成您自己的本地不可路由IP地址。 diff --git a/src/tools/json-diff/locales/zh.yml b/src/tools/json-diff/locales/zh.yml index e69de29b..9a550337 100644 --- a/src/tools/json-diff/locales/zh.yml +++ b/src/tools/json-diff/locales/zh.yml @@ -0,0 +1,4 @@ +tools: + json-diff: + title: JSON 差异比较 + description: 比较两个JSON对象并获得它们之间的差异。 \ No newline at end of file diff --git a/src/tools/json-minify/locales/zh.yml b/src/tools/json-minify/locales/zh.yml index e69de29b..389f2de0 100644 --- a/src/tools/json-minify/locales/zh.yml +++ b/src/tools/json-minify/locales/zh.yml @@ -0,0 +1,4 @@ +tools: + json-minify: + title: JSON 压缩 + description: 通过删除不必要的空白来缩小和压缩JSON。 diff --git a/src/tools/json-to-csv/locales/zh.yml b/src/tools/json-to-csv/locales/zh.yml index e69de29b..9b95a785 100644 --- a/src/tools/json-to-csv/locales/zh.yml +++ b/src/tools/json-to-csv/locales/zh.yml @@ -0,0 +1,4 @@ +tools: + json-to-csv: + title: JSON 转 CSV + description: 使用自动标头检测将JSON转换为CSV。 diff --git a/src/tools/json-to-toml/locales/zh.yml b/src/tools/json-to-toml/locales/zh.yml index e69de29b..21cff48b 100644 --- a/src/tools/json-to-toml/locales/zh.yml +++ b/src/tools/json-to-toml/locales/zh.yml @@ -0,0 +1,4 @@ +tools: + json-to-toml: + title: JSON 转 TOML + description: 解析JSON并将其转换为TOML。 diff --git a/src/tools/json-to-yaml-converter/locales/zh.yml b/src/tools/json-to-yaml-converter/locales/zh.yml index e69de29b..7be7eff2 100644 --- a/src/tools/json-to-yaml-converter/locales/zh.yml +++ b/src/tools/json-to-yaml-converter/locales/zh.yml @@ -0,0 +1,4 @@ +tools: + json-to-yaml-converter: + title: JSON到YAML转换器 + description: 在线转换将JSON转换为YAML。 diff --git a/src/tools/json-viewer/locales/zh.yml b/src/tools/json-viewer/locales/zh.yml index e69de29b..e58a1b7d 100644 --- a/src/tools/json-viewer/locales/zh.yml +++ b/src/tools/json-viewer/locales/zh.yml @@ -0,0 +1,4 @@ +tools: + json-prettify: + title: JSON美化和格式化 + description: 将JSON字符串修饰为友好的可读格式。 diff --git a/src/tools/jwt-parser/locales/zh.yml b/src/tools/jwt-parser/locales/zh.yml index e69de29b..dafa8017 100644 --- a/src/tools/jwt-parser/locales/zh.yml +++ b/src/tools/jwt-parser/locales/zh.yml @@ -0,0 +1,4 @@ +tools: + jwt-parser: + title: JWT 解析器 + description: 解析和解码JSON Web Token(jwt)并显示其内容。 diff --git a/src/tools/keycode-info/locales/zh.yml b/src/tools/keycode-info/locales/zh.yml index e69de29b..58be86db 100644 --- a/src/tools/keycode-info/locales/zh.yml +++ b/src/tools/keycode-info/locales/zh.yml @@ -0,0 +1,4 @@ +tools: + keycode-info: + title: Keycode 信息 + description: 查找任何按下的键的javascript键代码、代码、位置和修饰符。 diff --git a/src/tools/list-converter/locales/zh.yml b/src/tools/list-converter/locales/zh.yml index e69de29b..959b1626 100644 --- a/src/tools/list-converter/locales/zh.yml +++ b/src/tools/list-converter/locales/zh.yml @@ -0,0 +1,4 @@ +tools: + list-converter: + title: List 转换器 + description: 该工具可以处理基于数组的数据,并将各种更改(转置、添加前缀和后缀、反向列表、排序列表、小写值、截断值)应用于每一行。 diff --git a/src/tools/lorem-ipsum-generator/locales/zh.yml b/src/tools/lorem-ipsum-generator/locales/zh.yml index e69de29b..58c8e144 100644 --- a/src/tools/lorem-ipsum-generator/locales/zh.yml +++ b/src/tools/lorem-ipsum-generator/locales/zh.yml @@ -0,0 +1,4 @@ +tools: + lorem-ipsum-generator: + title: Lorem ipsum生成器 + description: Lorem ipsum是一种占位符文本,通常用于演示文档或字体的视觉形式,而不依赖于有意义的内容 diff --git a/src/tools/mac-address-generator/locales/zh.yml b/src/tools/mac-address-generator/locales/zh.yml index e69de29b..7cd2b0f9 100644 --- a/src/tools/mac-address-generator/locales/zh.yml +++ b/src/tools/mac-address-generator/locales/zh.yml @@ -0,0 +1,4 @@ +tools: + mac-address-generator: + title: MAC 地址生成器 + description: 输入数量和前缀。MAC地址将以您选择的大小写(大写或小写)生成 diff --git a/src/tools/mac-address-lookup/locales/zh.yml b/src/tools/mac-address-lookup/locales/zh.yml index e69de29b..545bf78e 100644 --- a/src/tools/mac-address-lookup/locales/zh.yml +++ b/src/tools/mac-address-lookup/locales/zh.yml @@ -0,0 +1,4 @@ +tools: + mac-address-lookup: + title: MAC地址查找 + description: 通过设备的MAC地址查找设备的供应商和制造商。 diff --git a/src/tools/math-evaluator/locales/zh.yml b/src/tools/math-evaluator/locales/zh.yml index e69de29b..b59517cf 100644 --- a/src/tools/math-evaluator/locales/zh.yml +++ b/src/tools/math-evaluator/locales/zh.yml @@ -0,0 +1,4 @@ +tools: + math-evaluator: + title: 数学计算器 + description: 计算数学表达式的计算器。您可以使用sqrt、cos、sin、abs等函数。 diff --git a/src/tools/meta-tag-generator/locales/zh.yml b/src/tools/meta-tag-generator/locales/zh.yml index e69de29b..655df7d2 100644 --- a/src/tools/meta-tag-generator/locales/zh.yml +++ b/src/tools/meta-tag-generator/locales/zh.yml @@ -0,0 +1,4 @@ +tools: + og-meta-generator: + title: 开放式图形元生成器 + description: 为您的网站生成开放式图形和社交html元标记。 diff --git a/src/tools/mime-types/locales/zh.yml b/src/tools/mime-types/locales/zh.yml index e69de29b..1fa4cdbd 100644 --- a/src/tools/mime-types/locales/zh.yml +++ b/src/tools/mime-types/locales/zh.yml @@ -0,0 +1,4 @@ +tools: + mime-types: + title: mime类型 + description: 将mime类型转换为扩展,反之亦然。 diff --git a/src/tools/numeronym-generator/locales/zh.yml b/src/tools/numeronym-generator/locales/zh.yml index e69de29b..b2c514db 100644 --- a/src/tools/numeronym-generator/locales/zh.yml +++ b/src/tools/numeronym-generator/locales/zh.yml @@ -0,0 +1,4 @@ +tools: + numeronym-generator: + title: 数字名称生成器 + description: 数字名是一个用数字构成缩写的词。例如,“i18n”是“国际化”的名词,其中18表示单词中第一个i和最后一个n之间的字母数。 diff --git a/src/tools/otp-code-generator-and-validator/locales/zh.yml b/src/tools/otp-code-generator-and-validator/locales/zh.yml index e69de29b..22a4bb69 100644 --- a/src/tools/otp-code-generator-and-validator/locales/zh.yml +++ b/src/tools/otp-code-generator-and-validator/locales/zh.yml @@ -0,0 +1,4 @@ +tools: + otp-generator: + title: OTP代码生成器 + description: 为多因素身份验证生成和验证基于时间的OTP(一次性密码)。 diff --git a/src/tools/password-strength-analyser/locales/zh.yml b/src/tools/password-strength-analyser/locales/zh.yml index e69de29b..d3b4abef 100644 --- a/src/tools/password-strength-analyser/locales/zh.yml +++ b/src/tools/password-strength-analyser/locales/zh.yml @@ -0,0 +1,4 @@ +tools: + password-strength-analyser: + title: 密码强度分析仪 + description: 使用此密码强度分析器和破解时间估计工具来发现密码的强度。 diff --git a/src/tools/pdf-signature-checker/locales/zh.yml b/src/tools/pdf-signature-checker/locales/zh.yml index e69de29b..f43abbd5 100644 --- a/src/tools/pdf-signature-checker/locales/zh.yml +++ b/src/tools/pdf-signature-checker/locales/zh.yml @@ -0,0 +1,4 @@ +tools: + pdf-signature-checker: + title: PDF签名检查器 + description: '验证PDF文件的签名。签名的PDF文件包含一个或多个签名,可用于确定文件的内容在签名后是否已被更改。' diff --git a/src/tools/percentage-calculator/locales/zh.yml b/src/tools/percentage-calculator/locales/zh.yml index e69de29b..4489f184 100644 --- a/src/tools/percentage-calculator/locales/zh.yml +++ b/src/tools/percentage-calculator/locales/zh.yml @@ -0,0 +1,4 @@ +tools: + percentage-calculator: + title: 百分比计算器 + description: 轻松计算从一个值到另一个值的百分比,或从百分比到值的百分比。 diff --git a/src/tools/phone-parser-and-formatter/locales/zh.yml b/src/tools/phone-parser-and-formatter/locales/zh.yml index e69de29b..400a2e9a 100644 --- a/src/tools/phone-parser-and-formatter/locales/zh.yml +++ b/src/tools/phone-parser-and-formatter/locales/zh.yml @@ -0,0 +1,4 @@ +tools: + phone-parser-and-formatter: + title: 电话分析器和格式化程序 + description: 解析、验证和格式化电话号码。获取有关电话号码的信息,如国家/地区代码、类型等。 diff --git a/src/tools/qr-code-generator/locales/zh.yml b/src/tools/qr-code-generator/locales/zh.yml index e69de29b..d29677b1 100644 --- a/src/tools/qr-code-generator/locales/zh.yml +++ b/src/tools/qr-code-generator/locales/zh.yml @@ -0,0 +1,4 @@ +tools: + qrcode-generator: + title: 二维码生成器 + description: 生成并下载url或文本的QR代码,并自定义背景和前景颜色。 diff --git a/src/tools/random-port-generator/locales/zh.yml b/src/tools/random-port-generator/locales/zh.yml index e69de29b..351d8f9f 100644 --- a/src/tools/random-port-generator/locales/zh.yml +++ b/src/tools/random-port-generator/locales/zh.yml @@ -0,0 +1,4 @@ +tools: + random-port-generator: + title: 随机端口生成 + description: 生成“已知”端口范围(0-1023)之外的随机端口号。 diff --git a/src/tools/roman-numeral-converter/locales/zh.yml b/src/tools/roman-numeral-converter/locales/zh.yml index e69de29b..6efb280a 100644 --- a/src/tools/roman-numeral-converter/locales/zh.yml +++ b/src/tools/roman-numeral-converter/locales/zh.yml @@ -0,0 +1,4 @@ +tools: + roman-numeral-converter: + title: 罗马数字转换器 + description: 将罗马数字转换为数字,并将数字转换为罗马数字。 diff --git a/src/tools/rsa-key-pair-generator/locales/zh.yml b/src/tools/rsa-key-pair-generator/locales/zh.yml index e69de29b..06dfa08c 100644 --- a/src/tools/rsa-key-pair-generator/locales/zh.yml +++ b/src/tools/rsa-key-pair-generator/locales/zh.yml @@ -0,0 +1,4 @@ +tools: + rsa-key-pair-generator: + title: RSA密钥对生成器 + description: 生成新的随机RSA私钥和公钥pem证书。 diff --git a/src/tools/slugify-string/locales/zh.yml b/src/tools/slugify-string/locales/zh.yml index e69de29b..a22c628b 100644 --- a/src/tools/slugify-string/locales/zh.yml +++ b/src/tools/slugify-string/locales/zh.yml @@ -0,0 +1,4 @@ +tools: + slugify-string: + title: 打乱字符串 + description: 确保字符串 url、文件名和 id 安全。 diff --git a/src/tools/sql-prettify/locales/zh.yml b/src/tools/sql-prettify/locales/zh.yml index e69de29b..a2c8ae46 100644 --- a/src/tools/sql-prettify/locales/zh.yml +++ b/src/tools/sql-prettify/locales/zh.yml @@ -0,0 +1,4 @@ +tools: + sql-prettify: + title: SQL 美化和格式化 + description: 在线格式化和美化您的 SQL 查询(它支持各种 SQL 方言)。 diff --git a/src/tools/string-obfuscator/locales/zh.yml b/src/tools/string-obfuscator/locales/zh.yml index e69de29b..8b4df668 100644 --- a/src/tools/string-obfuscator/locales/zh.yml +++ b/src/tools/string-obfuscator/locales/zh.yml @@ -0,0 +1,4 @@ +tools: + string-obfuscator: + title: 字符串混淆器 + description: 混淆字符串(如秘密、IBAN 或令牌),使其可共享和可识别,而不泄露其内容。 diff --git a/src/tools/svg-placeholder-generator/locales/zh.yml b/src/tools/svg-placeholder-generator/locales/zh.yml index e69de29b..0d9d0476 100644 --- a/src/tools/svg-placeholder-generator/locales/zh.yml +++ b/src/tools/svg-placeholder-generator/locales/zh.yml @@ -0,0 +1,4 @@ +tools: + svg-placeholder-generator: + title: SVG 占位符生成器 + description: 生成 svg 图像以用作应用程序中的占位符。 diff --git a/src/tools/temperature-converter/locales/zh.yml b/src/tools/temperature-converter/locales/zh.yml index e69de29b..571c3fb5 100644 --- a/src/tools/temperature-converter/locales/zh.yml +++ b/src/tools/temperature-converter/locales/zh.yml @@ -0,0 +1,4 @@ +tools: + temperature-converter: + title: 温度转换器 + description: 开尔文、摄氏度、华氏度、兰金、德莱尔、牛顿、雷奥穆尔和罗默温度度数转换。 diff --git a/src/tools/text-diff/locales/zh.yml b/src/tools/text-diff/locales/zh.yml index e69de29b..7e37bfb2 100644 --- a/src/tools/text-diff/locales/zh.yml +++ b/src/tools/text-diff/locales/zh.yml @@ -0,0 +1,4 @@ +tools: + text-diff: + title: 文本比较 + description: 比较两个文本并查看它们之间的差异。 diff --git a/src/tools/text-statistics/locales/zh.yml b/src/tools/text-statistics/locales/zh.yml index e69de29b..e9d39578 100644 --- a/src/tools/text-statistics/locales/zh.yml +++ b/src/tools/text-statistics/locales/zh.yml @@ -0,0 +1,4 @@ +tools: + text-statistics: + title: 文本统计 + description: 获取有关文本、字符数、字数、大小等的信息 diff --git a/src/tools/text-to-binary/locales/zh.yml b/src/tools/text-to-binary/locales/zh.yml index e69de29b..a30f9426 100644 --- a/src/tools/text-to-binary/locales/zh.yml +++ b/src/tools/text-to-binary/locales/zh.yml @@ -0,0 +1,4 @@ +tools: + text-to-binary: + title: 文本到 ASCII 二进制 + description: 将文本转换为其 ASCII 二进制表示形式,反之亦然。 diff --git a/src/tools/text-to-nato-alphabet/locales/zh.yml b/src/tools/text-to-nato-alphabet/locales/zh.yml index e69de29b..e074b60a 100644 --- a/src/tools/text-to-nato-alphabet/locales/zh.yml +++ b/src/tools/text-to-nato-alphabet/locales/zh.yml @@ -0,0 +1,4 @@ +tools: + text-to-nato-alphabet: + title: 文本转北约字母表 + description: 将文本转换为北约拼音字母以进行口头传播。 diff --git a/src/tools/text-to-unicode/locales/zh.yml b/src/tools/text-to-unicode/locales/zh.yml index e69de29b..83c132f9 100644 --- a/src/tools/text-to-unicode/locales/zh.yml +++ b/src/tools/text-to-unicode/locales/zh.yml @@ -0,0 +1,4 @@ +tools: + text-to-unicode: + title: 文本转 Unicode + description: 解析文本并将其转换为 unicode,反之亦然 diff --git a/src/tools/token-generator/locales/zh.yml b/src/tools/token-generator/locales/zh.yml index e69de29b..54a53f9f 100644 --- a/src/tools/token-generator/locales/zh.yml +++ b/src/tools/token-generator/locales/zh.yml @@ -0,0 +1,15 @@ +tools: + token-generator: + title: Token 生成器 + description: 使用您想要的字符、大写或小写字母、数字和/或符号生成随机字符串。 + + uppercase: '大写 (ABC...)' + lowercase: '小写 (abc...)' + numbers: '数字 (123...)' + symbols: '符号 (!-;...)' + length: '长度' + tokenPlaceholder: '令牌...' + copied: 复制到剪贴板 + button: + copy: 复制 + refresh: 刷新 \ No newline at end of file diff --git a/src/tools/toml-to-json/locales/zh.yml b/src/tools/toml-to-json/locales/zh.yml index e69de29b..b171f4bf 100644 --- a/src/tools/toml-to-json/locales/zh.yml +++ b/src/tools/toml-to-json/locales/zh.yml @@ -0,0 +1,4 @@ +tools: + toml-to-json: + title: TOML 到 JSON + description: 解析TOML并将其转换为JSON。 diff --git a/src/tools/toml-to-yaml/locales/zh.yml b/src/tools/toml-to-yaml/locales/zh.yml index e69de29b..c5be1e65 100644 --- a/src/tools/toml-to-yaml/locales/zh.yml +++ b/src/tools/toml-to-yaml/locales/zh.yml @@ -0,0 +1,4 @@ +tools: + toml-to-yaml: + title: TOML 到 YAML + description: Parse and convert TOML to YAML. diff --git a/src/tools/ulid-generator/locales/zh.yml b/src/tools/ulid-generator/locales/zh.yml index e69de29b..06247f88 100644 --- a/src/tools/ulid-generator/locales/zh.yml +++ b/src/tools/ulid-generator/locales/zh.yml @@ -0,0 +1,4 @@ +tools: + ulid-generator: + title: ULID 生成器 + description: 生成随机的通用唯一词典可排序标识符(ULID)。 diff --git a/src/tools/url-encoder/locales/zh.yml b/src/tools/url-encoder/locales/zh.yml index e69de29b..0898c531 100644 --- a/src/tools/url-encoder/locales/zh.yml +++ b/src/tools/url-encoder/locales/zh.yml @@ -0,0 +1,4 @@ +tools: + url-encoder: + title: 编码/解码url格式的字符串 + description: 编码为url编码格式(也称为“百分比编码”)或从中解码。 diff --git a/src/tools/url-parser/locales/zh.yml b/src/tools/url-parser/locales/zh.yml index e69de29b..241f13cf 100644 --- a/src/tools/url-parser/locales/zh.yml +++ b/src/tools/url-parser/locales/zh.yml @@ -0,0 +1,4 @@ +tools: + url-parser: + title: Url分析器 + description: 解析url字符串以获取所有不同的部分(协议、来源、参数、端口、用户名密码…) diff --git a/src/tools/user-agent-parser/locales/zh.yml b/src/tools/user-agent-parser/locales/zh.yml index e69de29b..1d37d063 100644 --- a/src/tools/user-agent-parser/locales/zh.yml +++ b/src/tools/user-agent-parser/locales/zh.yml @@ -0,0 +1,4 @@ +tools: + user-agent-parser: + title: 用户代理分析器 + description: 从用户代理字符串中检测和分析浏览器、引擎、操作系统、CPU和设备类型/型号。 diff --git a/src/tools/uuid-generator/locales/zh.yml b/src/tools/uuid-generator/locales/zh.yml index e69de29b..5958f576 100644 --- a/src/tools/uuid-generator/locales/zh.yml +++ b/src/tools/uuid-generator/locales/zh.yml @@ -0,0 +1,4 @@ +tools: + uuid-generator: + title: UUIDs 生成器 + description: 通用唯一标识符(UUID)是一个128位数字,用于标识计算机系统中的信息。可能的UUID数量为16^32,即2^128或约3.4x10^38(这是一个很大的数字!)。 diff --git a/src/tools/wifi-qr-code-generator/locales/zh.yml b/src/tools/wifi-qr-code-generator/locales/zh.yml index e69de29b..f2bf6e5c 100644 --- a/src/tools/wifi-qr-code-generator/locales/zh.yml +++ b/src/tools/wifi-qr-code-generator/locales/zh.yml @@ -0,0 +1,4 @@ +tools: + wifi-qrcode-generator: + title: WiFi 二维码生成器 + description: 生成和下载QR码以快速连接到WiFi网络。 diff --git a/src/tools/xml-formatter/locales/zh.yml b/src/tools/xml-formatter/locales/zh.yml index e69de29b..eadc328b 100644 --- a/src/tools/xml-formatter/locales/zh.yml +++ b/src/tools/xml-formatter/locales/zh.yml @@ -0,0 +1,4 @@ +tools: + xml-formatter: + title: XML 格式化 + description: 将XML字符串修饰为友好的可读格式。 diff --git a/src/tools/yaml-to-json-converter/locales/zh.yml b/src/tools/yaml-to-json-converter/locales/zh.yml index e69de29b..23e2ee5e 100644 --- a/src/tools/yaml-to-json-converter/locales/zh.yml +++ b/src/tools/yaml-to-json-converter/locales/zh.yml @@ -0,0 +1,4 @@ +tools: + yaml-to-json-converter: + title: YAML到JSON转换器 + description: 使用此在线转换器将YAML转换为JSON。 diff --git a/src/tools/yaml-to-toml/locales/zh.yml b/src/tools/yaml-to-toml/locales/zh.yml index e69de29b..47224672 100644 --- a/src/tools/yaml-to-toml/locales/zh.yml +++ b/src/tools/yaml-to-toml/locales/zh.yml @@ -0,0 +1,4 @@ +tools: + yaml-to-toml: + title: YAML 到 TOML + description: 解析YAML并将其转换为TOML。 diff --git a/src/tools/yaml-viewer/locales/zh.yml b/src/tools/yaml-viewer/locales/zh.yml index e69de29b..087f5639 100644 --- a/src/tools/yaml-viewer/locales/zh.yml +++ b/src/tools/yaml-viewer/locales/zh.yml @@ -0,0 +1,4 @@ +tools: + yaml-prettify: + title: YAML美化和格式化 + description: 将YAML字符串修饰为友好的可读格式。 From 079aa2164c3836fce38ddeab7e79c2d51e0595b3 Mon Sep 17 00:00:00 2001 From: David Nguyen Date: Mon, 5 Feb 2024 17:09:07 +0700 Subject: [PATCH 02/23] feat(i18n): added vi tools translations (#876) * Update Vietnamese translations in vi.yml file * Add Vietnamese translations for various tools --- locales/vi.yml | 6 +++--- src/tools/base64-file-converter/locales/vi.yml | 4 ++++ src/tools/base64-string-converter/locales/vi.yml | 4 ++++ src/tools/basic-auth-generator/locales/vi.yml | 4 ++++ src/tools/bcrypt/locales/vi.yml | 4 ++++ src/tools/benchmark-builder/locales/vi.yml | 4 ++++ src/tools/bip39-generator/locales/vi.yml | 4 ++++ src/tools/camera-recorder/locales/vi.yml | 4 ++++ src/tools/case-converter/locales/vi.yml | 4 ++++ src/tools/chmod-calculator/locales/vi.yml | 4 ++++ src/tools/chronometer/locales/vi.yml | 4 ++++ src/tools/color-converter/locales/vi.yml | 4 ++++ src/tools/crontab-generator/locales/vi.yml | 4 ++++ src/tools/date-time-converter/locales/vi.yml | 4 ++++ src/tools/device-information/locales/vi.yml | 4 ++++ .../locales/vi.yml | 4 ++++ src/tools/emoji-picker/locales/vi.yml | 4 ++++ src/tools/encryption/locales/vi.yml | 4 ++++ src/tools/eta-calculator/locales/vi.yml | 4 ++++ src/tools/git-memo/locales/vi.yml | 4 ++++ src/tools/hash-text/locales/vi.yml | 4 ++++ src/tools/hmac-generator/locales/vi.yml | 4 ++++ src/tools/html-entities/locales/vi.yml | 4 ++++ src/tools/html-wysiwyg-editor/locales/vi.yml | 4 ++++ src/tools/http-status-codes/locales/vi.yml | 4 ++++ .../iban-validator-and-parser/locales/vi.yml | 4 ++++ src/tools/integer-base-converter/locales/vi.yml | 4 ++++ src/tools/ipv4-address-converter/locales/vi.yml | 4 ++++ src/tools/ipv4-range-expander/locales/vi.yml | 4 ++++ src/tools/ipv4-subnet-calculator/locales/vi.yml | 4 ++++ src/tools/ipv6-ula-generator/locales/vi.yml | 4 ++++ src/tools/json-diff/locales/vi.yml | 4 ++++ src/tools/json-minify/locales/vi.yml | 4 ++++ src/tools/json-to-csv/locales/vi.yml | 4 ++++ src/tools/json-to-toml/locales/vi.yml | 4 ++++ src/tools/json-to-yaml-converter/locales/vi.yml | 4 ++++ src/tools/json-viewer/locales/vi.yml | 4 ++++ src/tools/jwt-parser/locales/vi.yml | 4 ++++ src/tools/keycode-info/locales/vi.yml | 4 ++++ src/tools/list-converter/locales/vi.yml | 4 ++++ src/tools/lorem-ipsum-generator/locales/vi.yml | 4 ++++ src/tools/mac-address-generator/locales/vi.yml | 4 ++++ src/tools/mac-address-lookup/locales/vi.yml | 4 ++++ src/tools/math-evaluator/locales/vi.yml | 4 ++++ src/tools/meta-tag-generator/locales/vi.yml | 4 ++++ src/tools/mime-types/locales/vi.yml | 4 ++++ src/tools/numeronym-generator/locales/vi.yml | 4 ++++ .../locales/vi.yml | 4 ++++ .../password-strength-analyser/locales/vi.yml | 4 ++++ src/tools/pdf-signature-checker/locales/vi.yml | 4 ++++ src/tools/percentage-calculator/locales/vi.yml | 4 ++++ .../phone-parser-and-formatter/locales/vi.yml | 4 ++++ src/tools/qr-code-generator/locales/vi.yml | 4 ++++ src/tools/random-port-generator/locales/vi.yml | 4 ++++ src/tools/roman-numeral-converter/locales/vi.yml | 4 ++++ src/tools/rsa-key-pair-generator/locales/vi.yml | 4 ++++ src/tools/slugify-string/locales/vi.yml | 4 ++++ src/tools/sql-prettify/locales/vi.yml | 4 ++++ src/tools/string-obfuscator/locales/vi.yml | 4 ++++ .../svg-placeholder-generator/locales/vi.yml | 4 ++++ src/tools/temperature-converter/locales/vi.yml | 4 ++++ src/tools/text-diff/locales/vi.yml | 4 ++++ src/tools/text-statistics/locales/vi.yml | 4 ++++ src/tools/text-to-binary/locales/vi.yml | 4 ++++ src/tools/text-to-nato-alphabet/locales/vi.yml | 4 ++++ src/tools/text-to-unicode/locales/vi.yml | 4 ++++ src/tools/token-generator/locales/vi.yml | 15 +++++++++++++++ src/tools/toml-to-json/locales/vi.yml | 4 ++++ src/tools/toml-to-yaml/locales/vi.yml | 4 ++++ src/tools/ulid-generator/locales/vi.yml | 4 ++++ src/tools/url-encoder/locales/vi.yml | 4 ++++ src/tools/url-parser/locales/vi.yml | 4 ++++ src/tools/user-agent-parser/locales/vi.yml | 4 ++++ src/tools/uuid-generator/locales/vi.yml | 4 ++++ src/tools/wifi-qr-code-generator/locales/vi.yml | 4 ++++ src/tools/xml-formatter/locales/vi.yml | 4 ++++ src/tools/yaml-to-json-converter/locales/vi.yml | 4 ++++ src/tools/yaml-to-toml/locales/vi.yml | 4 ++++ src/tools/yaml-viewer/locales/vi.yml | 4 ++++ 79 files changed, 326 insertions(+), 3 deletions(-) create mode 100644 src/tools/base64-file-converter/locales/vi.yml create mode 100644 src/tools/base64-string-converter/locales/vi.yml create mode 100644 src/tools/basic-auth-generator/locales/vi.yml create mode 100644 src/tools/bcrypt/locales/vi.yml create mode 100644 src/tools/benchmark-builder/locales/vi.yml create mode 100644 src/tools/bip39-generator/locales/vi.yml create mode 100644 src/tools/camera-recorder/locales/vi.yml create mode 100644 src/tools/case-converter/locales/vi.yml create mode 100644 src/tools/chmod-calculator/locales/vi.yml create mode 100644 src/tools/chronometer/locales/vi.yml create mode 100644 src/tools/color-converter/locales/vi.yml create mode 100644 src/tools/crontab-generator/locales/vi.yml create mode 100644 src/tools/date-time-converter/locales/vi.yml create mode 100644 src/tools/device-information/locales/vi.yml create mode 100644 src/tools/docker-run-to-docker-compose-converter/locales/vi.yml create mode 100644 src/tools/emoji-picker/locales/vi.yml create mode 100644 src/tools/encryption/locales/vi.yml create mode 100644 src/tools/eta-calculator/locales/vi.yml create mode 100644 src/tools/git-memo/locales/vi.yml create mode 100644 src/tools/hash-text/locales/vi.yml create mode 100644 src/tools/hmac-generator/locales/vi.yml create mode 100644 src/tools/html-entities/locales/vi.yml create mode 100644 src/tools/html-wysiwyg-editor/locales/vi.yml create mode 100644 src/tools/http-status-codes/locales/vi.yml create mode 100644 src/tools/iban-validator-and-parser/locales/vi.yml create mode 100644 src/tools/integer-base-converter/locales/vi.yml create mode 100644 src/tools/ipv4-address-converter/locales/vi.yml create mode 100644 src/tools/ipv4-range-expander/locales/vi.yml create mode 100644 src/tools/ipv4-subnet-calculator/locales/vi.yml create mode 100644 src/tools/ipv6-ula-generator/locales/vi.yml create mode 100644 src/tools/json-diff/locales/vi.yml create mode 100644 src/tools/json-minify/locales/vi.yml create mode 100644 src/tools/json-to-csv/locales/vi.yml create mode 100644 src/tools/json-to-toml/locales/vi.yml create mode 100644 src/tools/json-to-yaml-converter/locales/vi.yml create mode 100644 src/tools/json-viewer/locales/vi.yml create mode 100644 src/tools/jwt-parser/locales/vi.yml create mode 100644 src/tools/keycode-info/locales/vi.yml create mode 100644 src/tools/list-converter/locales/vi.yml create mode 100644 src/tools/lorem-ipsum-generator/locales/vi.yml create mode 100644 src/tools/mac-address-generator/locales/vi.yml create mode 100644 src/tools/mac-address-lookup/locales/vi.yml create mode 100644 src/tools/math-evaluator/locales/vi.yml create mode 100644 src/tools/meta-tag-generator/locales/vi.yml create mode 100644 src/tools/mime-types/locales/vi.yml create mode 100644 src/tools/numeronym-generator/locales/vi.yml create mode 100644 src/tools/otp-code-generator-and-validator/locales/vi.yml create mode 100644 src/tools/password-strength-analyser/locales/vi.yml create mode 100644 src/tools/pdf-signature-checker/locales/vi.yml create mode 100644 src/tools/percentage-calculator/locales/vi.yml create mode 100644 src/tools/phone-parser-and-formatter/locales/vi.yml create mode 100644 src/tools/qr-code-generator/locales/vi.yml create mode 100644 src/tools/random-port-generator/locales/vi.yml create mode 100644 src/tools/roman-numeral-converter/locales/vi.yml create mode 100644 src/tools/rsa-key-pair-generator/locales/vi.yml create mode 100644 src/tools/slugify-string/locales/vi.yml create mode 100644 src/tools/sql-prettify/locales/vi.yml create mode 100644 src/tools/string-obfuscator/locales/vi.yml create mode 100644 src/tools/svg-placeholder-generator/locales/vi.yml create mode 100644 src/tools/temperature-converter/locales/vi.yml create mode 100644 src/tools/text-diff/locales/vi.yml create mode 100644 src/tools/text-statistics/locales/vi.yml create mode 100644 src/tools/text-to-binary/locales/vi.yml create mode 100644 src/tools/text-to-nato-alphabet/locales/vi.yml create mode 100644 src/tools/text-to-unicode/locales/vi.yml create mode 100644 src/tools/token-generator/locales/vi.yml create mode 100644 src/tools/toml-to-json/locales/vi.yml create mode 100644 src/tools/toml-to-yaml/locales/vi.yml create mode 100644 src/tools/ulid-generator/locales/vi.yml create mode 100644 src/tools/url-encoder/locales/vi.yml create mode 100644 src/tools/url-parser/locales/vi.yml create mode 100644 src/tools/user-agent-parser/locales/vi.yml create mode 100644 src/tools/uuid-generator/locales/vi.yml create mode 100644 src/tools/wifi-qr-code-generator/locales/vi.yml create mode 100644 src/tools/xml-formatter/locales/vi.yml create mode 100644 src/tools/yaml-to-json-converter/locales/vi.yml create mode 100644 src/tools/yaml-to-toml/locales/vi.yml create mode 100644 src/tools/yaml-viewer/locales/vi.yml diff --git a/locales/vi.yml b/locales/vi.yml index d3569353..efcaf8d4 100644 --- a/locales/vi.yml +++ b/locales/vi.yml @@ -3,7 +3,7 @@ home: newestTools: Công cụ mới nhất favoriteTools: 'Công cụ yêu thích của bạn' allTools: 'Tất cả công cụ' - subtitle: 'Công cụ tiện ích cho nhà phát triển' + subtitle: 'Công cụ cho nhà phát triển.' toggleMenu: 'Chuyển đổi menu' home: Trang chủ uiLib: 'Thư viện UI' @@ -47,7 +47,7 @@ about: 404: notFound: '404 Không Tìm Thấy' sorry: 'Xin lỗi, trang này dường như không tồn tại' - maybe: 'Có thể bộ nhớ đệm đang làm những điều kỳ lạ, thử làm mới cưỡng bức?' + maybe: 'Lỗi xảy ra có thể do bộ nhớ đệm, hãy (CTRL + F5) để tải lại trang?' backHome: 'Quay về trang chủ' favoriteButton: remove: 'Xóa khỏi mục yêu thích' @@ -59,7 +59,7 @@ search: tools: categories: favorite-tools: 'Công cụ yêu thích của bạn' - crypto: Crypto + crypto: Mã hóa converter: Chuyển đổi web: Web images and videos: 'Hình ảnh & Video' diff --git a/src/tools/base64-file-converter/locales/vi.yml b/src/tools/base64-file-converter/locales/vi.yml new file mode 100644 index 00000000..c077d6b6 --- /dev/null +++ b/src/tools/base64-file-converter/locales/vi.yml @@ -0,0 +1,4 @@ +tools: + base64-file-converter: + title: Trình chuyển đổi tệp Base64 + description: Chuyển đổi chuỗi, tệp hoặc hình ảnh thành mã Base64. \ No newline at end of file diff --git a/src/tools/base64-string-converter/locales/vi.yml b/src/tools/base64-string-converter/locales/vi.yml new file mode 100644 index 00000000..85ebfb60 --- /dev/null +++ b/src/tools/base64-string-converter/locales/vi.yml @@ -0,0 +1,4 @@ +tools: + base64-string-converter: + title: Trình mã hóa/giải mã chuỗi Base64 + description: Đơn giản mã hóa và giải mã chuỗi thành mã Base64. \ No newline at end of file diff --git a/src/tools/basic-auth-generator/locales/vi.yml b/src/tools/basic-auth-generator/locales/vi.yml new file mode 100644 index 00000000..bfac240c --- /dev/null +++ b/src/tools/basic-auth-generator/locales/vi.yml @@ -0,0 +1,4 @@ +tools: + basic-auth-generator: + title: Tạo mã xác thực cơ bản + description: Tạo một tiêu đề xác thực cơ bản base64 từ tên người dùng và mật khẩu. \ No newline at end of file diff --git a/src/tools/bcrypt/locales/vi.yml b/src/tools/bcrypt/locales/vi.yml new file mode 100644 index 00000000..2858e97d --- /dev/null +++ b/src/tools/bcrypt/locales/vi.yml @@ -0,0 +1,4 @@ +tools: + bcrypt: + title: Bcrypt + description: Mã hóa và so sánh chuỗi văn bản sử dụng bcrypt. Bcrypt là một hàm mã hóa mật khẩu dựa trên thuật toán Blowfish. \ No newline at end of file diff --git a/src/tools/benchmark-builder/locales/vi.yml b/src/tools/benchmark-builder/locales/vi.yml new file mode 100644 index 00000000..e86c7054 --- /dev/null +++ b/src/tools/benchmark-builder/locales/vi.yml @@ -0,0 +1,4 @@ +tools: + benchmark-builder: + title: Trình tạo bảng đánh giá + description: Dễ dàng so sánh thời gian thực thi của các nhiệm vụ với trình tạo bảng đánh giá trực tuyến đơn giản này. \ No newline at end of file diff --git a/src/tools/bip39-generator/locales/vi.yml b/src/tools/bip39-generator/locales/vi.yml new file mode 100644 index 00000000..4a33f247 --- /dev/null +++ b/src/tools/bip39-generator/locales/vi.yml @@ -0,0 +1,4 @@ +tools: + bip39-generator: + title: Trình tạo BIP39 passphrase + description: Tạo BIP39 passphrase từ mnemonic hiện có hoặc ngẫu nhiên, hoặc lấy mnemonic từ passphrase. \ No newline at end of file diff --git a/src/tools/camera-recorder/locales/vi.yml b/src/tools/camera-recorder/locales/vi.yml new file mode 100644 index 00000000..42b2c32f --- /dev/null +++ b/src/tools/camera-recorder/locales/vi.yml @@ -0,0 +1,4 @@ +tools: + camera-recorder: + title: Ghi lại camera + description: Chụp ảnh hoặc quay video từ webcam hoặc máy ảnh của bạn. \ No newline at end of file diff --git a/src/tools/case-converter/locales/vi.yml b/src/tools/case-converter/locales/vi.yml new file mode 100644 index 00000000..6d76646a --- /dev/null +++ b/src/tools/case-converter/locales/vi.yml @@ -0,0 +1,4 @@ +tools: + case-converter: + title: Chuyển đổi chữ hoa/chữ thường + description: Thay đổi kiểu chữ của một chuỗi và chọn giữa các định dạng khác nhau \ No newline at end of file diff --git a/src/tools/chmod-calculator/locales/vi.yml b/src/tools/chmod-calculator/locales/vi.yml new file mode 100644 index 00000000..c49e1b4c --- /dev/null +++ b/src/tools/chmod-calculator/locales/vi.yml @@ -0,0 +1,4 @@ +tools: + chmod-calculator: + title: Máy tính Chmod + description: Tính toán quyền và lệnh chmod của bạn với máy tính Chmod trực tuyến này. \ No newline at end of file diff --git a/src/tools/chronometer/locales/vi.yml b/src/tools/chronometer/locales/vi.yml new file mode 100644 index 00000000..d198b3d3 --- /dev/null +++ b/src/tools/chronometer/locales/vi.yml @@ -0,0 +1,4 @@ +tools: + chronometer: + title: Đồng hồ bấm giờ + description: Giám sát thời gian của một sự việc. Cơ bản là một đồng hồ bấm giờ với các tính năng đơn giản. diff --git a/src/tools/color-converter/locales/vi.yml b/src/tools/color-converter/locales/vi.yml new file mode 100644 index 00000000..18af261a --- /dev/null +++ b/src/tools/color-converter/locales/vi.yml @@ -0,0 +1,4 @@ +tools: + color-converter: + title: Trình chuyển đổi màu + description: Chuyển đổi màu giữa các định dạng khác nhau (hex, rgb, hsl và tên css) diff --git a/src/tools/crontab-generator/locales/vi.yml b/src/tools/crontab-generator/locales/vi.yml new file mode 100644 index 00000000..a4cda26b --- /dev/null +++ b/src/tools/crontab-generator/locales/vi.yml @@ -0,0 +1,4 @@ +tools: + crontab-generator: + title: Trình tạo Crontab + description: Xác thực và tạo crontab và lấy mô tả đọc được của lịch trình cron. \ No newline at end of file diff --git a/src/tools/date-time-converter/locales/vi.yml b/src/tools/date-time-converter/locales/vi.yml new file mode 100644 index 00000000..18be848f --- /dev/null +++ b/src/tools/date-time-converter/locales/vi.yml @@ -0,0 +1,4 @@ +tools: + date-converter: + title: Chuyển đổi ngày-tháng + description: Chuyển đổi ngày và thời gian sang các định dạng khác nhau diff --git a/src/tools/device-information/locales/vi.yml b/src/tools/device-information/locales/vi.yml new file mode 100644 index 00000000..e25ceda0 --- /dev/null +++ b/src/tools/device-information/locales/vi.yml @@ -0,0 +1,4 @@ +tools: + device-information: + title: Thông tin thiết bị + description: Lấy thông tin về thiết bị hiện tại của bạn (kích thước màn hình, tỷ lệ pixel, user agent, ...) diff --git a/src/tools/docker-run-to-docker-compose-converter/locales/vi.yml b/src/tools/docker-run-to-docker-compose-converter/locales/vi.yml new file mode 100644 index 00000000..725ba92b --- /dev/null +++ b/src/tools/docker-run-to-docker-compose-converter/locales/vi.yml @@ -0,0 +1,4 @@ +tools: + docker-run-to-docker-compose-converter: + title: Chuyển đổi lệnh docker run thành tệp docker-compose + description: Chuyển đổi các lệnh docker run thành tệp docker-compose! diff --git a/src/tools/emoji-picker/locales/vi.yml b/src/tools/emoji-picker/locales/vi.yml new file mode 100644 index 00000000..7ace6757 --- /dev/null +++ b/src/tools/emoji-picker/locales/vi.yml @@ -0,0 +1,4 @@ +tools: + emoji-picker: + title: Bộ chọn biểu tượng cảm xúc + description: Sao chép và dán biểu tượng cảm xúc một cách dễ dàng và nhận giá trị unicode và mã điểm của mỗi biểu tượng cảm xúc. diff --git a/src/tools/encryption/locales/vi.yml b/src/tools/encryption/locales/vi.yml new file mode 100644 index 00000000..05a6fe94 --- /dev/null +++ b/src/tools/encryption/locales/vi.yml @@ -0,0 +1,4 @@ +tools: + encryption: + title: Mã hóa / giải mã văn bản + description: Mã hóa và giải mã văn bản rõ bằng cách sử dụng thuật toán mã hóa như AES, TripleDES, Rabbit hoặc RC4. diff --git a/src/tools/eta-calculator/locales/vi.yml b/src/tools/eta-calculator/locales/vi.yml new file mode 100644 index 00000000..d3371bdc --- /dev/null +++ b/src/tools/eta-calculator/locales/vi.yml @@ -0,0 +1,4 @@ +tools: + eta-calculator: + title: Máy tính ETA + description: Một máy tính ETA (Thời gian dự kiến đến) để biết thời gian kết thúc xấp xỉ của một nhiệm vụ, ví dụ như thời điểm kết thúc của một quá trình tải xuống. diff --git a/src/tools/git-memo/locales/vi.yml b/src/tools/git-memo/locales/vi.yml new file mode 100644 index 00000000..3469b201 --- /dev/null +++ b/src/tools/git-memo/locales/vi.yml @@ -0,0 +1,4 @@ +tools: + git-memo: + title: Lệnh Git + description: Git là một phần mềm quản lý phiên bản phân tán. Với bảng ghi chú này, bạn sẽ có thể truy cập nhanh vào các lệnh Git phổ biến nhất. diff --git a/src/tools/hash-text/locales/vi.yml b/src/tools/hash-text/locales/vi.yml new file mode 100644 index 00000000..2aae1d39 --- /dev/null +++ b/src/tools/hash-text/locales/vi.yml @@ -0,0 +1,4 @@ +tools: + hash-text: + title: Mã hóa văn bản + description: 'Mã hóa một chuỗi văn bản bằng cách sử dụng các hàm bạn cần: MD5, SHA1, SHA256, SHA224, SHA512, SHA384, SHA3 hoặc RIPEMD160' \ No newline at end of file diff --git a/src/tools/hmac-generator/locales/vi.yml b/src/tools/hmac-generator/locales/vi.yml new file mode 100644 index 00000000..6bd9be09 --- /dev/null +++ b/src/tools/hmac-generator/locales/vi.yml @@ -0,0 +1,4 @@ +tools: + hmac-generator: + title: Máy tạo HMAC + description: Tính toán mã xác thực thông điệp dựa trên hash (HMAC) sử dụng một khóa bí mật và hàm băm yêu thích của bạn. diff --git a/src/tools/html-entities/locales/vi.yml b/src/tools/html-entities/locales/vi.yml new file mode 100644 index 00000000..8b560d83 --- /dev/null +++ b/src/tools/html-entities/locales/vi.yml @@ -0,0 +1,4 @@ +tools: + html-entities: + title: Thay thế các ký tự HTML + description: Thay thế hoặc bỏ thẻ các ký tự HTML (thay thế <,>, &, " và \' thành phiên bản HTML tương ứng) diff --git a/src/tools/html-wysiwyg-editor/locales/vi.yml b/src/tools/html-wysiwyg-editor/locales/vi.yml new file mode 100644 index 00000000..34653351 --- /dev/null +++ b/src/tools/html-wysiwyg-editor/locales/vi.yml @@ -0,0 +1,4 @@ +tools: + html-wysiwyg-editor: + title: Trình soạn thảo HTML WYSIWYG + description: Trình soạn thảo HTML trực tuyến với trình soạn thảo WYSIWYG đa chức năng, lấy mã nguồn của nội dung ngay lập tức. diff --git a/src/tools/http-status-codes/locales/vi.yml b/src/tools/http-status-codes/locales/vi.yml new file mode 100644 index 00000000..4eb17b32 --- /dev/null +++ b/src/tools/http-status-codes/locales/vi.yml @@ -0,0 +1,4 @@ +tools: + http-status-codes: + title: Mã trạng thái HTTP + description: Danh sách tất cả các mã trạng thái HTTP, tên và ý nghĩa của chúng. diff --git a/src/tools/iban-validator-and-parser/locales/vi.yml b/src/tools/iban-validator-and-parser/locales/vi.yml new file mode 100644 index 00000000..eedc6e01 --- /dev/null +++ b/src/tools/iban-validator-and-parser/locales/vi.yml @@ -0,0 +1,4 @@ +tools: + iban-validator-and-parser: + title: Kiểm tra và phân tích số IBAN + description: Xác thực và phân tích số IBAN. Kiểm tra tính hợp lệ của IBAN và lấy thông tin về quốc gia, BBAN, xem có phải là QR-IBAN và định dạng thân thiện của IBAN. diff --git a/src/tools/integer-base-converter/locales/vi.yml b/src/tools/integer-base-converter/locales/vi.yml new file mode 100644 index 00000000..d3fb7e21 --- /dev/null +++ b/src/tools/integer-base-converter/locales/vi.yml @@ -0,0 +1,4 @@ +tools: + base-converter: + title: Chuyển đổi cơ số số nguyên + description: Chuyển đổi số giữa các cơ số khác nhau (thập phân, thập lục phân, nhị phân, bát phân, base64, ...) diff --git a/src/tools/ipv4-address-converter/locales/vi.yml b/src/tools/ipv4-address-converter/locales/vi.yml new file mode 100644 index 00000000..4770cdb0 --- /dev/null +++ b/src/tools/ipv4-address-converter/locales/vi.yml @@ -0,0 +1,4 @@ +tools: + ipv4-address-converter: + title: Chuyển đổi địa chỉ Ipv4 + description: Chuyển đổi địa chỉ ip thành số thập phân, nhị phân, thập lục phân hoặc thậm chí thành ipv6 diff --git a/src/tools/ipv4-range-expander/locales/vi.yml b/src/tools/ipv4-range-expander/locales/vi.yml new file mode 100644 index 00000000..ad0c9f60 --- /dev/null +++ b/src/tools/ipv4-range-expander/locales/vi.yml @@ -0,0 +1,4 @@ +tools: + ipv4-range-expander: + title: Mở rộng dải IPv4 + description: Cho một địa chỉ IPv4 bắt đầu và kết thúc, công cụ này tính toán một mạng IPv4 hợp lệ với ký hiệu CIDR của nó. diff --git a/src/tools/ipv4-subnet-calculator/locales/vi.yml b/src/tools/ipv4-subnet-calculator/locales/vi.yml new file mode 100644 index 00000000..638409a0 --- /dev/null +++ b/src/tools/ipv4-subnet-calculator/locales/vi.yml @@ -0,0 +1,4 @@ +tools: + ipv4-subnet-calculator: + title: Máy tính mạng con IPv4 + description: Phân tích các khối CIDR IPv4 của bạn và nhận thông tin về mạng con của bạn. diff --git a/src/tools/ipv6-ula-generator/locales/vi.yml b/src/tools/ipv6-ula-generator/locales/vi.yml new file mode 100644 index 00000000..04dd98bb --- /dev/null +++ b/src/tools/ipv6-ula-generator/locales/vi.yml @@ -0,0 +1,4 @@ +tools: + ipv6-ula-generator: + title: Trình tạo địa chỉ IPv6 ULA + description: Tạo địa chỉ IP cục bộ, không thể định tuyến trên mạng của bạn theo RFC4193. diff --git a/src/tools/json-diff/locales/vi.yml b/src/tools/json-diff/locales/vi.yml new file mode 100644 index 00000000..128afb79 --- /dev/null +++ b/src/tools/json-diff/locales/vi.yml @@ -0,0 +1,4 @@ +tools: + json-diff: + title: So sánh JSON + description: So sánh hai đối tượng JSON và lấy ra sự khác biệt giữa chúng. diff --git a/src/tools/json-minify/locales/vi.yml b/src/tools/json-minify/locales/vi.yml new file mode 100644 index 00000000..63d67201 --- /dev/null +++ b/src/tools/json-minify/locales/vi.yml @@ -0,0 +1,4 @@ +tools: + json-minify: + title: Giảm kích thước JSON + description: Giảm kích thước và nén JSON của bạn bằng cách loại bỏ khoảng trắng không cần thiết. diff --git a/src/tools/json-to-csv/locales/vi.yml b/src/tools/json-to-csv/locales/vi.yml new file mode 100644 index 00000000..9a995c6a --- /dev/null +++ b/src/tools/json-to-csv/locales/vi.yml @@ -0,0 +1,4 @@ +tools: + json-to-csv: + title: Chuyển đổi JSON thành CSV + description: Chuyển đổi JSON thành CSV với việc tự động phát hiện tiêu đề. diff --git a/src/tools/json-to-toml/locales/vi.yml b/src/tools/json-to-toml/locales/vi.yml new file mode 100644 index 00000000..d7639a38 --- /dev/null +++ b/src/tools/json-to-toml/locales/vi.yml @@ -0,0 +1,4 @@ +tools: + json-to-toml: + title: Chuyển đổi JSON sang TOML + description: Phân tích và chuyển đổi JSON sang TOML. diff --git a/src/tools/json-to-yaml-converter/locales/vi.yml b/src/tools/json-to-yaml-converter/locales/vi.yml new file mode 100644 index 00000000..a40cde26 --- /dev/null +++ b/src/tools/json-to-yaml-converter/locales/vi.yml @@ -0,0 +1,4 @@ +tools: + json-to-yaml-converter: + title: Chuyển đổi JSON sang YAML + description: Chuyển đổi đơn giản JSON sang YAML với công cụ chuyển đổi trực tuyến này. diff --git a/src/tools/json-viewer/locales/vi.yml b/src/tools/json-viewer/locales/vi.yml new file mode 100644 index 00000000..a078ff5f --- /dev/null +++ b/src/tools/json-viewer/locales/vi.yml @@ -0,0 +1,4 @@ +tools: + json-prettify: + title: Định dạng và làm đẹp JSON + description: Định dạng chuỗi JSON của bạn thành một định dạng dễ đọc và thân thiện với con người. diff --git a/src/tools/jwt-parser/locales/vi.yml b/src/tools/jwt-parser/locales/vi.yml new file mode 100644 index 00000000..2a529a84 --- /dev/null +++ b/src/tools/jwt-parser/locales/vi.yml @@ -0,0 +1,4 @@ +tools: + jwt-parser: + title: Giải mã JWT + description: Giải mã và hiển thị nội dung của JSON Web Token (jwt). diff --git a/src/tools/keycode-info/locales/vi.yml b/src/tools/keycode-info/locales/vi.yml new file mode 100644 index 00000000..9b559cac --- /dev/null +++ b/src/tools/keycode-info/locales/vi.yml @@ -0,0 +1,4 @@ +tools: + keycode-info: + title: Thông tin Keycode + description: Tìm mã keycode, mã, vị trí và các phím điều khiển của bất kỳ phím nào được nhấn. diff --git a/src/tools/list-converter/locales/vi.yml b/src/tools/list-converter/locales/vi.yml new file mode 100644 index 00000000..bbb7093c --- /dev/null +++ b/src/tools/list-converter/locales/vi.yml @@ -0,0 +1,4 @@ +tools: + list-converter: + title: Trình chuyển đổi danh sách + description: Công cụ này có thể xử lý dữ liệu dựa trên cột và áp dụng các thay đổi khác nhau (đảo ngược, thêm tiền tố và hậu tố, đảo danh sách, sắp xếp danh sách, giảm giá trị thành chữ thường, cắt giá trị) cho mỗi hàng. diff --git a/src/tools/lorem-ipsum-generator/locales/vi.yml b/src/tools/lorem-ipsum-generator/locales/vi.yml new file mode 100644 index 00000000..e42b1a32 --- /dev/null +++ b/src/tools/lorem-ipsum-generator/locales/vi.yml @@ -0,0 +1,4 @@ +tools: + lorem-ipsum-generator: + title: Máy tạo văn bản Lorem ipsum + description: Lorem ipsum là một đoạn văn bản giả được sử dụng phổ biến để thể hiện hình thức của một tài liệu hoặc một kiểu chữ mà không cần dựa vào nội dung có ý nghĩa diff --git a/src/tools/mac-address-generator/locales/vi.yml b/src/tools/mac-address-generator/locales/vi.yml new file mode 100644 index 00000000..f29e8619 --- /dev/null +++ b/src/tools/mac-address-generator/locales/vi.yml @@ -0,0 +1,4 @@ +tools: + mac-address-generator: + title: Trình tạo địa chỉ MAC + description: Nhập số lượng và tiền tố. Địa chỉ MAC sẽ được tạo ra theo kiểu chữ hoa hoặc chữ thường theo lựa chọn của bạn diff --git a/src/tools/mac-address-lookup/locales/vi.yml b/src/tools/mac-address-lookup/locales/vi.yml new file mode 100644 index 00000000..f9bc224a --- /dev/null +++ b/src/tools/mac-address-lookup/locales/vi.yml @@ -0,0 +1,4 @@ +tools: + mac-address-lookup: + title: Tra cứu địa chỉ MAC + description: Tìm nhà sản xuất và nhà cung cấp của thiết bị dựa trên địa chỉ MAC. diff --git a/src/tools/math-evaluator/locales/vi.yml b/src/tools/math-evaluator/locales/vi.yml new file mode 100644 index 00000000..778f24fb --- /dev/null +++ b/src/tools/math-evaluator/locales/vi.yml @@ -0,0 +1,4 @@ +tools: + math-evaluator: + title: Trình đánh giá toán học + description: Một máy tính để tính toán biểu thức toán học. Bạn có thể sử dụng các hàm như sqrt, cos, sin, abs, v.v. diff --git a/src/tools/meta-tag-generator/locales/vi.yml b/src/tools/meta-tag-generator/locales/vi.yml new file mode 100644 index 00000000..b91a1ac6 --- /dev/null +++ b/src/tools/meta-tag-generator/locales/vi.yml @@ -0,0 +1,4 @@ +tools: + og-meta-generator: + title: Trình tạo meta Open Graph + description: Tạo các thẻ meta HTML Open Graph và mạng xã hội cho trang web của bạn. diff --git a/src/tools/mime-types/locales/vi.yml b/src/tools/mime-types/locales/vi.yml new file mode 100644 index 00000000..2a18bb31 --- /dev/null +++ b/src/tools/mime-types/locales/vi.yml @@ -0,0 +1,4 @@ +tools: + mime-types: + title: Loại Mime + description: Chuyển đổi loại mime thành phần mở rộng và ngược lại. diff --git a/src/tools/numeronym-generator/locales/vi.yml b/src/tools/numeronym-generator/locales/vi.yml new file mode 100644 index 00000000..ac9d239a --- /dev/null +++ b/src/tools/numeronym-generator/locales/vi.yml @@ -0,0 +1,4 @@ +tools: + numeronym-generator: + title: Trình tạo Numeronym + description: Numeronym là một từ mà một số được sử dụng để tạo thành một từ viết tắt. Ví dụ, "i18n" là một numeronym của "internationalization" trong đó số 18 đại diện cho số chữ cái giữa chữ i đầu tiên và chữ n cuối cùng trong từ. diff --git a/src/tools/otp-code-generator-and-validator/locales/vi.yml b/src/tools/otp-code-generator-and-validator/locales/vi.yml new file mode 100644 index 00000000..fa9cab7b --- /dev/null +++ b/src/tools/otp-code-generator-and-validator/locales/vi.yml @@ -0,0 +1,4 @@ +tools: + otp-generator: + title: Tạo mã OTP + description: Tạo và xác thực mã OTP (mật khẩu một lần) dựa trên thời gian cho xác thực đa yếu tố. diff --git a/src/tools/password-strength-analyser/locales/vi.yml b/src/tools/password-strength-analyser/locales/vi.yml new file mode 100644 index 00000000..b1a10ebf --- /dev/null +++ b/src/tools/password-strength-analyser/locales/vi.yml @@ -0,0 +1,4 @@ +tools: + password-strength-analyser: + title: Bộ phân tích độ mạnh mật khẩu + description: Khám phá độ mạnh của mật khẩu của bạn với công cụ phân tích độ mạnh mật khẩu chỉ chạy trên phía máy khách và ước tính thời gian phá mật khẩu. diff --git a/src/tools/pdf-signature-checker/locales/vi.yml b/src/tools/pdf-signature-checker/locales/vi.yml new file mode 100644 index 00000000..909b9e0f --- /dev/null +++ b/src/tools/pdf-signature-checker/locales/vi.yml @@ -0,0 +1,4 @@ +tools: + pdf-signature-checker: + title: Kiểm tra chữ ký PDF + description: Xác minh chữ ký của một tệp PDF. Một tệp PDF đã được ký có chứa một hoặc nhiều chữ ký có thể được sử dụng để xác định xem nội dung của tệp đã được thay đổi kể từ khi tệp được ký. diff --git a/src/tools/percentage-calculator/locales/vi.yml b/src/tools/percentage-calculator/locales/vi.yml new file mode 100644 index 00000000..a14dd354 --- /dev/null +++ b/src/tools/percentage-calculator/locales/vi.yml @@ -0,0 +1,4 @@ +tools: + percentage-calculator: + title: Máy tính phần trăm + description: Dễ dàng tính toán phần trăm từ một giá trị đến giá trị khác, hoặc từ một phần trăm đến một giá trị. diff --git a/src/tools/phone-parser-and-formatter/locales/vi.yml b/src/tools/phone-parser-and-formatter/locales/vi.yml new file mode 100644 index 00000000..dd2a44c2 --- /dev/null +++ b/src/tools/phone-parser-and-formatter/locales/vi.yml @@ -0,0 +1,4 @@ +tools: + phone-parser-and-formatter: + title: Trình phân tích và định dạng số điện thoại + description: Phân tích, xác thực và định dạng số điện thoại. Lấy thông tin về số điện thoại, như mã quốc gia, loại, v.v. diff --git a/src/tools/qr-code-generator/locales/vi.yml b/src/tools/qr-code-generator/locales/vi.yml new file mode 100644 index 00000000..b7af908a --- /dev/null +++ b/src/tools/qr-code-generator/locales/vi.yml @@ -0,0 +1,4 @@ +tools: + qrcode-generator: + title: Tạo mã QR + description: Tạo và tải xuống mã QR cho một URL hoặc chỉ một đoạn văn bản và tùy chỉnh màu nền và màu chữ. diff --git a/src/tools/random-port-generator/locales/vi.yml b/src/tools/random-port-generator/locales/vi.yml new file mode 100644 index 00000000..b6251321 --- /dev/null +++ b/src/tools/random-port-generator/locales/vi.yml @@ -0,0 +1,4 @@ +tools: + random-port-generator: + title: Trình tạo số cổng ngẫu nhiên + description: Tạo số cổng ngẫu nhiên nằm ngoài phạm vi của các cổng "biết được" (0-1023). diff --git a/src/tools/roman-numeral-converter/locales/vi.yml b/src/tools/roman-numeral-converter/locales/vi.yml new file mode 100644 index 00000000..2110aa0e --- /dev/null +++ b/src/tools/roman-numeral-converter/locales/vi.yml @@ -0,0 +1,4 @@ +tools: + roman-numeral-converter: + title: Bộ chuyển đổi số La Mã + description: Chuyển đổi số La Mã thành số và chuyển đổi số thành số La Mã. diff --git a/src/tools/rsa-key-pair-generator/locales/vi.yml b/src/tools/rsa-key-pair-generator/locales/vi.yml new file mode 100644 index 00000000..c8d044e2 --- /dev/null +++ b/src/tools/rsa-key-pair-generator/locales/vi.yml @@ -0,0 +1,4 @@ +tools: + rsa-key-pair-generator: + title: Trình tạo cặp khóa RSA + description: Tạo các chứng chỉ pem khóa riêng tư và khóa công khai RSA ngẫu nhiên mới. diff --git a/src/tools/slugify-string/locales/vi.yml b/src/tools/slugify-string/locales/vi.yml new file mode 100644 index 00000000..a2eb3626 --- /dev/null +++ b/src/tools/slugify-string/locales/vi.yml @@ -0,0 +1,4 @@ +tools: + slugify-string: + title: Chuyển đổi chuỗi thành slug + description: Biến đổi chuỗi thành dạng an toàn để sử dụng trong URL, tên file và ID. diff --git a/src/tools/sql-prettify/locales/vi.yml b/src/tools/sql-prettify/locales/vi.yml new file mode 100644 index 00000000..ec6ea9de --- /dev/null +++ b/src/tools/sql-prettify/locales/vi.yml @@ -0,0 +1,4 @@ +tools: + sql-prettify: + title: Định dạng và làm đẹp SQL + description: Định dạng và làm đẹp các truy vấn SQL của bạn trực tuyến (hỗ trợ nhiều ngôn ngữ SQL khác nhau). diff --git a/src/tools/string-obfuscator/locales/vi.yml b/src/tools/string-obfuscator/locales/vi.yml new file mode 100644 index 00000000..534c0103 --- /dev/null +++ b/src/tools/string-obfuscator/locales/vi.yml @@ -0,0 +1,4 @@ +tools: + string-obfuscator: + title: Mã hóa chuỗi + description: Mã hóa một chuỗi (như một bí mật, một IBAN hoặc một mã thông báo) để có thể chia sẻ và nhận dạng mà không tiết lộ nội dung. diff --git a/src/tools/svg-placeholder-generator/locales/vi.yml b/src/tools/svg-placeholder-generator/locales/vi.yml new file mode 100644 index 00000000..59ac633a --- /dev/null +++ b/src/tools/svg-placeholder-generator/locales/vi.yml @@ -0,0 +1,4 @@ +tools: + svg-placeholder-generator: + title: Trình tạo hình ảnh SVG giả định + description: Tạo hình ảnh svg để sử dụng làm giả định trong ứng dụng của bạn. diff --git a/src/tools/temperature-converter/locales/vi.yml b/src/tools/temperature-converter/locales/vi.yml new file mode 100644 index 00000000..e301ad5f --- /dev/null +++ b/src/tools/temperature-converter/locales/vi.yml @@ -0,0 +1,4 @@ +tools: + temperature-converter: + title: Bộ chuyển đổi nhiệt độ + description: Chuyển đổi độ nhiệt độ cho Kelvin, Celsius, Fahrenheit, Rankine, Delisle, Newton, Réaumur và Rømer. diff --git a/src/tools/text-diff/locales/vi.yml b/src/tools/text-diff/locales/vi.yml new file mode 100644 index 00000000..330cf248 --- /dev/null +++ b/src/tools/text-diff/locales/vi.yml @@ -0,0 +1,4 @@ +tools: + text-diff: + title: So sánh văn bản + description: So sánh hai văn bản và xem sự khác biệt giữa chúng. diff --git a/src/tools/text-statistics/locales/vi.yml b/src/tools/text-statistics/locales/vi.yml new file mode 100644 index 00000000..f66a47e5 --- /dev/null +++ b/src/tools/text-statistics/locales/vi.yml @@ -0,0 +1,4 @@ +tools: + text-statistics: + title: Thống kê văn bản + description: Lấy thông tin về một văn bản, số ký tự, số từ, kích thước của nó, ... diff --git a/src/tools/text-to-binary/locales/vi.yml b/src/tools/text-to-binary/locales/vi.yml new file mode 100644 index 00000000..2fc68bec --- /dev/null +++ b/src/tools/text-to-binary/locales/vi.yml @@ -0,0 +1,4 @@ +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. diff --git a/src/tools/text-to-nato-alphabet/locales/vi.yml b/src/tools/text-to-nato-alphabet/locales/vi.yml new file mode 100644 index 00000000..e6340124 --- /dev/null +++ b/src/tools/text-to-nato-alphabet/locales/vi.yml @@ -0,0 +1,4 @@ +tools: + text-to-nato-alphabet: + title: Chuyển đổi văn bản thành bảng chữ cái NATO + description: Chuyển đổi văn bản thành bảng chữ cái phiên âm NATO để truyền tải bằng miệng. diff --git a/src/tools/text-to-unicode/locales/vi.yml b/src/tools/text-to-unicode/locales/vi.yml new file mode 100644 index 00000000..0158c169 --- /dev/null +++ b/src/tools/text-to-unicode/locales/vi.yml @@ -0,0 +1,4 @@ +tools: + text-to-unicode: + title: Chuyển đổi văn bản thành Unicode + description: Phân tích và chuyển đổi văn bản thành Unicode và ngược lại diff --git a/src/tools/token-generator/locales/vi.yml b/src/tools/token-generator/locales/vi.yml new file mode 100644 index 00000000..d3d29b18 --- /dev/null +++ b/src/tools/token-generator/locales/vi.yml @@ -0,0 +1,15 @@ +tools: + token-generator: + title: Trình tạo mã thông báo + description: Tạo chuỗi ngẫu nhiên với các ký tự bạn muốn, chữ hoa hoặc chữ thường, số và/hoặc ký tự đặc biệt. + + uppercase: Chữ hoa (ABC...) + lowercase: Chữ thường (abc...) + numbers: Số (123...) + symbols: Ký tự đặc biệt (!-;...) + length: Độ dài + tokenPlaceholder: 'Mã thông báo...' + copied: Mã thông báo đã được sao chép vào clipboard + button: + copy: Sao chép + refresh: Làm mới diff --git a/src/tools/toml-to-json/locales/vi.yml b/src/tools/toml-to-json/locales/vi.yml new file mode 100644 index 00000000..1556000b --- /dev/null +++ b/src/tools/toml-to-json/locales/vi.yml @@ -0,0 +1,4 @@ +tools: + toml-to-json: + title: Chuyển đổi TOML thành JSON + description: Phân tích và chuyển đổi TOML thành JSON. diff --git a/src/tools/toml-to-yaml/locales/vi.yml b/src/tools/toml-to-yaml/locales/vi.yml new file mode 100644 index 00000000..99e3d668 --- /dev/null +++ b/src/tools/toml-to-yaml/locales/vi.yml @@ -0,0 +1,4 @@ +tools: + toml-to-yaml: + title: Chuyển đổi TOML thành YAML + description: Phân tích và chuyển đổi TOML thành YAML. diff --git a/src/tools/ulid-generator/locales/vi.yml b/src/tools/ulid-generator/locales/vi.yml new file mode 100644 index 00000000..96bb9dfa --- /dev/null +++ b/src/tools/ulid-generator/locales/vi.yml @@ -0,0 +1,4 @@ +tools: + ulid-generator: + title: Tạo ULID + description: Tạo ngẫu nhiên mã định danh duy nhất có thể sắp xếp theo thứ tự từ điển (ULID). \ No newline at end of file diff --git a/src/tools/url-encoder/locales/vi.yml b/src/tools/url-encoder/locales/vi.yml new file mode 100644 index 00000000..e065060d --- /dev/null +++ b/src/tools/url-encoder/locales/vi.yml @@ -0,0 +1,4 @@ +tools: + url-encoder: + title: Mã hóa/giải mã chuỗi định dạng URL + description: Mã hóa thành định dạng URL (còn được gọi là "percent-encoded") hoặc giải mã từ đó. diff --git a/src/tools/url-parser/locales/vi.yml b/src/tools/url-parser/locales/vi.yml new file mode 100644 index 00000000..8e31452a --- /dev/null +++ b/src/tools/url-parser/locales/vi.yml @@ -0,0 +1,4 @@ +tools: + url-parser: + title: Trình phân tích URL + description: Phân tích một chuỗi URL để lấy tất cả các phần khác nhau (giao thức, nguồn gốc, tham số, cổng, tên người dùng-mật khẩu, ...) diff --git a/src/tools/user-agent-parser/locales/vi.yml b/src/tools/user-agent-parser/locales/vi.yml new file mode 100644 index 00000000..7092f487 --- /dev/null +++ b/src/tools/user-agent-parser/locales/vi.yml @@ -0,0 +1,4 @@ +tools: + user-agent-parser: + title: Trình phân tích User-agent + description: Phát hiện và phân tích trình duyệt, engine, hệ điều hành, CPU và kiểu/mô hình thiết bị từ chuỗi user-agent. diff --git a/src/tools/uuid-generator/locales/vi.yml b/src/tools/uuid-generator/locales/vi.yml new file mode 100644 index 00000000..a1759f06 --- /dev/null +++ b/src/tools/uuid-generator/locales/vi.yml @@ -0,0 +1,4 @@ +tools: + uuid-generator: + title: Trình tạo UUID + description: Một UUID (Universally Unique Identifier) là một số 128 bit được sử dụng để xác định thông tin trong hệ thống máy tính. Số lượng UUID có thể có là 16^32, tương đương với 2^128 hoặc khoảng 3.4x10^38 (rất lớn!). diff --git a/src/tools/wifi-qr-code-generator/locales/vi.yml b/src/tools/wifi-qr-code-generator/locales/vi.yml new file mode 100644 index 00000000..7f8a3481 --- /dev/null +++ b/src/tools/wifi-qr-code-generator/locales/vi.yml @@ -0,0 +1,4 @@ +tools: + wifi-qrcode-generator: + title: Tạo mã QR WiFi + description: Tạo và tải xuống mã QR để kết nối nhanh đến mạng WiFi. diff --git a/src/tools/xml-formatter/locales/vi.yml b/src/tools/xml-formatter/locales/vi.yml new file mode 100644 index 00000000..43e780f0 --- /dev/null +++ b/src/tools/xml-formatter/locales/vi.yml @@ -0,0 +1,4 @@ +tools: + xml-formatter: + title: Định dạng XML + description: Định dạng chuỗi XML của bạn thành một định dạng dễ đọc và thân thiện với con người. diff --git a/src/tools/yaml-to-json-converter/locales/vi.yml b/src/tools/yaml-to-json-converter/locales/vi.yml new file mode 100644 index 00000000..2bb7974c --- /dev/null +++ b/src/tools/yaml-to-json-converter/locales/vi.yml @@ -0,0 +1,4 @@ +tools: + yaml-to-json-converter: + title: Trình chuyển đổi YAML sang JSON + description: Chuyển đổi YAML sang JSON một cách đơn giản với công cụ chuyển đổi trực tuyến này. diff --git a/src/tools/yaml-to-toml/locales/vi.yml b/src/tools/yaml-to-toml/locales/vi.yml new file mode 100644 index 00000000..8ce4b4bc --- /dev/null +++ b/src/tools/yaml-to-toml/locales/vi.yml @@ -0,0 +1,4 @@ +tools: + yaml-to-toml: + title: YAML sang TOML + description: Phân tích và chuyển đổi YAML sang TOML. diff --git a/src/tools/yaml-viewer/locales/vi.yml b/src/tools/yaml-viewer/locales/vi.yml new file mode 100644 index 00000000..2bd805a0 --- /dev/null +++ b/src/tools/yaml-viewer/locales/vi.yml @@ -0,0 +1,4 @@ +tools: + yaml-prettify: + title: Định dạng và làm đẹp YAML + description: Định dạng chuỗi YAML của bạn thành một định dạng dễ đọc và thân thiện với con người. From dc0461595f1c3de0c475424a9f6e1a72fe4f11aa Mon Sep 17 00:00:00 2001 From: Corentin THOMASSET Date: Sun, 11 Feb 2024 00:33:52 +0100 Subject: [PATCH 03/23] feat(i18n): get locales on build (#880) --- locales/en.yml | 322 ++++++++++++++++++ locales/{es.yaml => es.yml} | 0 locales/fr.yml | 16 + locales/vi.yml | 311 +++++++++++++++++ locales/zh.yml | 318 +++++++++++++++++ package.json | 4 +- pnpm-lock.yaml | 155 +++------ src/plugins/i18n.plugin.ts | 22 +- .../base64-file-converter/locales/en.yml | 4 - .../base64-file-converter/locales/fr.yml | 0 .../base64-file-converter/locales/pt.yml | 0 .../base64-file-converter/locales/uk.yml | 0 .../base64-file-converter/locales/vi.yml | 4 - .../base64-file-converter/locales/zh.yml | 4 - .../base64-string-converter/locales/en.yml | 4 - .../base64-string-converter/locales/fr.yml | 0 .../base64-string-converter/locales/pt.yml | 0 .../base64-string-converter/locales/uk.yml | 0 .../base64-string-converter/locales/vi.yml | 4 - .../base64-string-converter/locales/zh.yml | 4 - src/tools/basic-auth-generator/locales/en.yml | 4 - src/tools/basic-auth-generator/locales/fr.yml | 0 src/tools/basic-auth-generator/locales/pt.yml | 0 src/tools/basic-auth-generator/locales/uk.yml | 0 src/tools/basic-auth-generator/locales/vi.yml | 4 - src/tools/basic-auth-generator/locales/zh.yml | 4 - src/tools/bcrypt/locales/en.yml | 4 - src/tools/bcrypt/locales/fr.yml | 0 src/tools/bcrypt/locales/pt.yml | 0 src/tools/bcrypt/locales/uk.yml | 0 src/tools/bcrypt/locales/vi.yml | 4 - src/tools/bcrypt/locales/zh.yml | 4 - src/tools/benchmark-builder/locales/en.yml | 4 - src/tools/benchmark-builder/locales/fr.yml | 0 src/tools/benchmark-builder/locales/pt.yml | 0 src/tools/benchmark-builder/locales/uk.yml | 0 src/tools/benchmark-builder/locales/vi.yml | 4 - src/tools/benchmark-builder/locales/zh.yml | 4 - src/tools/bip39-generator/locales/en.yml | 4 - src/tools/bip39-generator/locales/fr.yml | 0 src/tools/bip39-generator/locales/pt.yml | 0 src/tools/bip39-generator/locales/uk.yml | 0 src/tools/bip39-generator/locales/vi.yml | 4 - src/tools/bip39-generator/locales/zh.yml | 4 - src/tools/camera-recorder/locales/en.yml | 4 - src/tools/camera-recorder/locales/fr.yml | 0 src/tools/camera-recorder/locales/pt.yml | 0 src/tools/camera-recorder/locales/uk.yml | 0 src/tools/camera-recorder/locales/vi.yml | 4 - src/tools/camera-recorder/locales/zh.yml | 4 - src/tools/case-converter/locales/en.yml | 4 - src/tools/case-converter/locales/fr.yml | 0 src/tools/case-converter/locales/pt.yml | 0 src/tools/case-converter/locales/uk.yml | 0 src/tools/case-converter/locales/vi.yml | 4 - src/tools/case-converter/locales/zh.yml | 4 - src/tools/chmod-calculator/locales/en.yml | 4 - src/tools/chmod-calculator/locales/fr.yml | 0 src/tools/chmod-calculator/locales/pt.yml | 0 src/tools/chmod-calculator/locales/uk.yml | 0 src/tools/chmod-calculator/locales/vi.yml | 4 - src/tools/chmod-calculator/locales/zh.yml | 4 - src/tools/chronometer/locales/en.yml | 4 - src/tools/chronometer/locales/fr.yml | 0 src/tools/chronometer/locales/pt.yml | 0 src/tools/chronometer/locales/uk.yml | 0 src/tools/chronometer/locales/vi.yml | 4 - src/tools/chronometer/locales/zh.yml | 4 - src/tools/color-converter/locales/en.yml | 4 - src/tools/color-converter/locales/fr.yml | 0 src/tools/color-converter/locales/pt.yml | 0 src/tools/color-converter/locales/uk.yml | 0 src/tools/color-converter/locales/vi.yml | 4 - src/tools/color-converter/locales/zh.yml | 4 - src/tools/crontab-generator/locales/en.yml | 4 - src/tools/crontab-generator/locales/fr.yml | 0 src/tools/crontab-generator/locales/pt.yml | 0 src/tools/crontab-generator/locales/uk.yml | 0 src/tools/crontab-generator/locales/vi.yml | 4 - src/tools/crontab-generator/locales/zh.yml | 4 - src/tools/date-time-converter/locales/en.yml | 4 - src/tools/date-time-converter/locales/fr.yml | 0 src/tools/date-time-converter/locales/pt.yml | 0 src/tools/date-time-converter/locales/uk.yml | 0 src/tools/date-time-converter/locales/vi.yml | 4 - src/tools/date-time-converter/locales/zh.yml | 4 - src/tools/device-information/locales/en.yml | 4 - src/tools/device-information/locales/fr.yml | 0 src/tools/device-information/locales/pt.yml | 0 src/tools/device-information/locales/uk.yml | 0 src/tools/device-information/locales/vi.yml | 4 - src/tools/device-information/locales/zh.yml | 4 - .../locales/en.yml | 4 - .../locales/fr.yml | 0 .../locales/pt.yml | 0 .../locales/uk.yml | 0 .../locales/vi.yml | 4 - .../locales/zh.yml | 4 - src/tools/emoji-picker/locales/en.yml | 4 - src/tools/emoji-picker/locales/fr.yml | 0 src/tools/emoji-picker/locales/pt.yml | 0 src/tools/emoji-picker/locales/uk.yml | 0 src/tools/emoji-picker/locales/vi.yml | 4 - src/tools/emoji-picker/locales/zh.yml | 4 - src/tools/encryption/locales/en.yml | 4 - src/tools/encryption/locales/fr.yml | 0 src/tools/encryption/locales/pt.yml | 0 src/tools/encryption/locales/uk.yml | 0 src/tools/encryption/locales/vi.yml | 4 - src/tools/encryption/locales/zh.yml | 4 - src/tools/eta-calculator/locales/en.yml | 4 - src/tools/eta-calculator/locales/fr.yml | 0 src/tools/eta-calculator/locales/pt.yml | 0 src/tools/eta-calculator/locales/uk.yml | 0 src/tools/eta-calculator/locales/vi.yml | 4 - src/tools/eta-calculator/locales/zh.yml | 4 - src/tools/git-memo/locales/en.yml | 4 - src/tools/git-memo/locales/fr.yml | 0 src/tools/git-memo/locales/pt.yml | 0 src/tools/git-memo/locales/uk.yml | 0 src/tools/git-memo/locales/vi.yml | 4 - src/tools/git-memo/locales/zh.yml | 4 - src/tools/hash-text/locales/en.yml | 4 - src/tools/hash-text/locales/fr.yml | 0 src/tools/hash-text/locales/pt.yml | 0 src/tools/hash-text/locales/uk.yml | 0 src/tools/hash-text/locales/vi.yml | 4 - src/tools/hash-text/locales/zh.yml | 4 - src/tools/hmac-generator/locales/en.yml | 4 - src/tools/hmac-generator/locales/fr.yml | 0 src/tools/hmac-generator/locales/pt.yml | 0 src/tools/hmac-generator/locales/uk.yml | 0 src/tools/hmac-generator/locales/vi.yml | 4 - src/tools/hmac-generator/locales/zh.yml | 4 - src/tools/html-entities/locales/en.yml | 4 - src/tools/html-entities/locales/fr.yml | 0 src/tools/html-entities/locales/pt.yml | 0 src/tools/html-entities/locales/uk.yml | 0 src/tools/html-entities/locales/vi.yml | 4 - src/tools/html-entities/locales/zh.yml | 4 - src/tools/html-wysiwyg-editor/locales/en.yml | 4 - src/tools/html-wysiwyg-editor/locales/fr.yml | 0 src/tools/html-wysiwyg-editor/locales/pt.yml | 0 src/tools/html-wysiwyg-editor/locales/uk.yml | 0 src/tools/html-wysiwyg-editor/locales/vi.yml | 4 - src/tools/html-wysiwyg-editor/locales/zh.yml | 4 - src/tools/http-status-codes/locales/en.yml | 4 - src/tools/http-status-codes/locales/fr.yml | 0 src/tools/http-status-codes/locales/pt.yml | 0 src/tools/http-status-codes/locales/uk.yml | 0 src/tools/http-status-codes/locales/vi.yml | 4 - src/tools/http-status-codes/locales/zh.yml | 4 - .../iban-validator-and-parser/locales/en.yml | 4 - .../iban-validator-and-parser/locales/fr.yml | 0 .../iban-validator-and-parser/locales/pt.yml | 0 .../iban-validator-and-parser/locales/uk.yml | 0 .../iban-validator-and-parser/locales/vi.yml | 4 - .../iban-validator-and-parser/locales/zh.yml | 4 - .../integer-base-converter/locales/en.yml | 4 - .../integer-base-converter/locales/fr.yml | 0 .../integer-base-converter/locales/pt.yml | 0 .../integer-base-converter/locales/uk.yml | 0 .../integer-base-converter/locales/vi.yml | 4 - .../integer-base-converter/locales/zh.yml | 4 - .../ipv4-address-converter/locales/en.yml | 4 - .../ipv4-address-converter/locales/fr.yml | 0 .../ipv4-address-converter/locales/pt.yml | 0 .../ipv4-address-converter/locales/uk.yml | 0 .../ipv4-address-converter/locales/vi.yml | 4 - .../ipv4-address-converter/locales/zh.yml | 4 - src/tools/ipv4-range-expander/locales/en.yml | 4 - src/tools/ipv4-range-expander/locales/fr.yml | 0 src/tools/ipv4-range-expander/locales/pt.yml | 0 src/tools/ipv4-range-expander/locales/uk.yml | 0 src/tools/ipv4-range-expander/locales/vi.yml | 4 - src/tools/ipv4-range-expander/locales/zh.yml | 4 - .../ipv4-subnet-calculator/locales/en.yml | 4 - .../ipv4-subnet-calculator/locales/fr.yml | 0 .../ipv4-subnet-calculator/locales/pt.yml | 0 .../ipv4-subnet-calculator/locales/uk.yml | 0 .../ipv4-subnet-calculator/locales/vi.yml | 4 - .../ipv4-subnet-calculator/locales/zh.yml | 4 - src/tools/ipv6-ula-generator/locales/en.yml | 4 - src/tools/ipv6-ula-generator/locales/fr.yml | 0 src/tools/ipv6-ula-generator/locales/pt.yml | 0 src/tools/ipv6-ula-generator/locales/uk.yml | 0 src/tools/ipv6-ula-generator/locales/vi.yml | 4 - src/tools/ipv6-ula-generator/locales/zh.yml | 4 - src/tools/json-diff/locales/en.yml | 4 - src/tools/json-diff/locales/fr.yml | 0 src/tools/json-diff/locales/pt.yml | 0 src/tools/json-diff/locales/uk.yml | 0 src/tools/json-diff/locales/vi.yml | 4 - src/tools/json-diff/locales/zh.yml | 4 - src/tools/json-minify/locales/en.yml | 4 - src/tools/json-minify/locales/fr.yml | 0 src/tools/json-minify/locales/pt.yml | 0 src/tools/json-minify/locales/uk.yml | 0 src/tools/json-minify/locales/vi.yml | 4 - src/tools/json-minify/locales/zh.yml | 4 - src/tools/json-to-csv/locales/en.yml | 4 - src/tools/json-to-csv/locales/fr.yml | 0 src/tools/json-to-csv/locales/pt.yml | 0 src/tools/json-to-csv/locales/uk.yml | 0 src/tools/json-to-csv/locales/vi.yml | 4 - src/tools/json-to-csv/locales/zh.yml | 4 - src/tools/json-to-toml/locales/en.yml | 4 - src/tools/json-to-toml/locales/fr.yml | 0 src/tools/json-to-toml/locales/pt.yml | 0 src/tools/json-to-toml/locales/uk.yml | 0 src/tools/json-to-toml/locales/vi.yml | 4 - src/tools/json-to-toml/locales/zh.yml | 4 - .../json-to-yaml-converter/locales/en.yml | 4 - .../json-to-yaml-converter/locales/fr.yml | 0 .../json-to-yaml-converter/locales/pt.yml | 0 .../json-to-yaml-converter/locales/uk.yml | 0 .../json-to-yaml-converter/locales/vi.yml | 4 - .../json-to-yaml-converter/locales/zh.yml | 4 - src/tools/json-viewer/locales/en.yml | 4 - src/tools/json-viewer/locales/fr.yml | 0 src/tools/json-viewer/locales/pt.yml | 0 src/tools/json-viewer/locales/uk.yml | 0 src/tools/json-viewer/locales/vi.yml | 4 - src/tools/json-viewer/locales/zh.yml | 4 - src/tools/jwt-parser/locales/en.yml | 4 - src/tools/jwt-parser/locales/fr.yml | 0 src/tools/jwt-parser/locales/pt.yml | 0 src/tools/jwt-parser/locales/uk.yml | 0 src/tools/jwt-parser/locales/vi.yml | 4 - src/tools/jwt-parser/locales/zh.yml | 4 - src/tools/keycode-info/locales/en.yml | 4 - src/tools/keycode-info/locales/fr.yml | 0 src/tools/keycode-info/locales/pt.yml | 0 src/tools/keycode-info/locales/uk.yml | 0 src/tools/keycode-info/locales/vi.yml | 4 - src/tools/keycode-info/locales/zh.yml | 4 - src/tools/list-converter/locales/en.yml | 4 - src/tools/list-converter/locales/fr.yml | 0 src/tools/list-converter/locales/pt.yml | 0 src/tools/list-converter/locales/uk.yml | 0 src/tools/list-converter/locales/vi.yml | 4 - src/tools/list-converter/locales/zh.yml | 4 - .../lorem-ipsum-generator/locales/en.yml | 4 - .../lorem-ipsum-generator/locales/fr.yml | 0 .../lorem-ipsum-generator/locales/pt.yml | 0 .../lorem-ipsum-generator/locales/uk.yml | 0 .../lorem-ipsum-generator/locales/vi.yml | 4 - .../lorem-ipsum-generator/locales/zh.yml | 4 - .../mac-address-generator/locales/en.yml | 4 - .../mac-address-generator/locales/fr.yml | 0 .../mac-address-generator/locales/pt.yml | 0 .../mac-address-generator/locales/uk.yml | 0 .../mac-address-generator/locales/vi.yml | 4 - .../mac-address-generator/locales/zh.yml | 4 - src/tools/mac-address-lookup/locales/en.yml | 4 - src/tools/mac-address-lookup/locales/fr.yml | 0 src/tools/mac-address-lookup/locales/pt.yml | 0 src/tools/mac-address-lookup/locales/uk.yml | 0 src/tools/mac-address-lookup/locales/vi.yml | 4 - src/tools/mac-address-lookup/locales/zh.yml | 4 - src/tools/math-evaluator/locales/en.yml | 4 - src/tools/math-evaluator/locales/fr.yml | 0 src/tools/math-evaluator/locales/pt.yml | 0 src/tools/math-evaluator/locales/uk.yml | 0 src/tools/math-evaluator/locales/vi.yml | 4 - src/tools/math-evaluator/locales/zh.yml | 4 - src/tools/meta-tag-generator/locales/en.yml | 4 - src/tools/meta-tag-generator/locales/fr.yml | 0 src/tools/meta-tag-generator/locales/pt.yml | 0 src/tools/meta-tag-generator/locales/uk.yml | 0 src/tools/meta-tag-generator/locales/vi.yml | 4 - src/tools/meta-tag-generator/locales/zh.yml | 4 - src/tools/mime-types/locales/en.yml | 4 - src/tools/mime-types/locales/fr.yml | 0 src/tools/mime-types/locales/pt.yml | 0 src/tools/mime-types/locales/uk.yml | 0 src/tools/mime-types/locales/vi.yml | 4 - src/tools/mime-types/locales/zh.yml | 4 - src/tools/numeronym-generator/locales/en.yml | 4 - src/tools/numeronym-generator/locales/fr.yml | 0 src/tools/numeronym-generator/locales/pt.yml | 0 src/tools/numeronym-generator/locales/uk.yml | 0 src/tools/numeronym-generator/locales/vi.yml | 4 - src/tools/numeronym-generator/locales/zh.yml | 4 - .../locales/en.yml | 4 - .../locales/fr.yml | 0 .../locales/pt.yml | 0 .../locales/uk.yml | 0 .../locales/vi.yml | 4 - .../locales/zh.yml | 4 - .../password-strength-analyser/locales/en.yml | 4 - .../password-strength-analyser/locales/fr.yml | 0 .../password-strength-analyser/locales/pt.yml | 0 .../password-strength-analyser/locales/uk.yml | 0 .../password-strength-analyser/locales/vi.yml | 4 - .../password-strength-analyser/locales/zh.yml | 4 - .../pdf-signature-checker/locales/en.yml | 4 - .../pdf-signature-checker/locales/fr.yml | 0 .../pdf-signature-checker/locales/pt.yml | 0 .../pdf-signature-checker/locales/uk.yml | 0 .../pdf-signature-checker/locales/vi.yml | 4 - .../pdf-signature-checker/locales/zh.yml | 4 - .../percentage-calculator/locales/en.yml | 4 - .../percentage-calculator/locales/fr.yml | 0 .../percentage-calculator/locales/pt.yml | 0 .../percentage-calculator/locales/uk.yml | 0 .../percentage-calculator/locales/vi.yml | 4 - .../percentage-calculator/locales/zh.yml | 4 - .../phone-parser-and-formatter/locales/en.yml | 4 - .../phone-parser-and-formatter/locales/fr.yml | 0 .../phone-parser-and-formatter/locales/pt.yml | 0 .../phone-parser-and-formatter/locales/uk.yml | 0 .../phone-parser-and-formatter/locales/vi.yml | 4 - .../phone-parser-and-formatter/locales/zh.yml | 4 - src/tools/qr-code-generator/locales/en.yml | 4 - src/tools/qr-code-generator/locales/fr.yml | 0 src/tools/qr-code-generator/locales/pt.yml | 0 src/tools/qr-code-generator/locales/uk.yml | 0 src/tools/qr-code-generator/locales/vi.yml | 4 - src/tools/qr-code-generator/locales/zh.yml | 4 - .../random-port-generator/locales/en.yml | 4 - .../random-port-generator/locales/fr.yml | 0 .../random-port-generator/locales/pt.yml | 0 .../random-port-generator/locales/uk.yml | 0 .../random-port-generator/locales/vi.yml | 4 - .../random-port-generator/locales/zh.yml | 4 - .../roman-numeral-converter/locales/en.yml | 4 - .../roman-numeral-converter/locales/fr.yml | 0 .../roman-numeral-converter/locales/pt.yml | 0 .../roman-numeral-converter/locales/uk.yml | 0 .../roman-numeral-converter/locales/vi.yml | 4 - .../roman-numeral-converter/locales/zh.yml | 4 - .../rsa-key-pair-generator/locales/en.yml | 4 - .../rsa-key-pair-generator/locales/fr.yml | 0 .../rsa-key-pair-generator/locales/pt.yml | 0 .../rsa-key-pair-generator/locales/uk.yml | 0 .../rsa-key-pair-generator/locales/vi.yml | 4 - .../rsa-key-pair-generator/locales/zh.yml | 4 - src/tools/slugify-string/locales/en.yml | 4 - src/tools/slugify-string/locales/fr.yml | 0 src/tools/slugify-string/locales/pt.yml | 0 src/tools/slugify-string/locales/uk.yml | 0 src/tools/slugify-string/locales/vi.yml | 4 - src/tools/slugify-string/locales/zh.yml | 4 - src/tools/sql-prettify/locales/en.yml | 4 - src/tools/sql-prettify/locales/fr.yml | 0 src/tools/sql-prettify/locales/pt.yml | 0 src/tools/sql-prettify/locales/uk.yml | 0 src/tools/sql-prettify/locales/vi.yml | 4 - src/tools/sql-prettify/locales/zh.yml | 4 - src/tools/string-obfuscator/locales/en.yml | 4 - src/tools/string-obfuscator/locales/fr.yml | 0 src/tools/string-obfuscator/locales/pt.yml | 0 src/tools/string-obfuscator/locales/uk.yml | 0 src/tools/string-obfuscator/locales/vi.yml | 4 - src/tools/string-obfuscator/locales/zh.yml | 4 - .../svg-placeholder-generator/locales/en.yml | 4 - .../svg-placeholder-generator/locales/fr.yml | 0 .../svg-placeholder-generator/locales/pt.yml | 0 .../svg-placeholder-generator/locales/uk.yml | 0 .../svg-placeholder-generator/locales/vi.yml | 4 - .../svg-placeholder-generator/locales/zh.yml | 4 - .../temperature-converter/locales/en.yml | 4 - .../temperature-converter/locales/fr.yml | 0 .../temperature-converter/locales/pt.yml | 0 .../temperature-converter/locales/uk.yml | 0 .../temperature-converter/locales/vi.yml | 4 - .../temperature-converter/locales/zh.yml | 4 - src/tools/text-diff/locales/en.yml | 4 - src/tools/text-diff/locales/fr.yml | 0 src/tools/text-diff/locales/pt.yml | 0 src/tools/text-diff/locales/uk.yml | 0 src/tools/text-diff/locales/vi.yml | 4 - src/tools/text-diff/locales/zh.yml | 4 - src/tools/text-statistics/locales/en.yml | 4 - src/tools/text-statistics/locales/fr.yml | 0 src/tools/text-statistics/locales/pt.yml | 0 src/tools/text-statistics/locales/uk.yml | 0 src/tools/text-statistics/locales/vi.yml | 4 - src/tools/text-statistics/locales/zh.yml | 4 - src/tools/text-to-binary/locales/en.yml | 4 - src/tools/text-to-binary/locales/fr.yml | 0 src/tools/text-to-binary/locales/pt.yml | 0 src/tools/text-to-binary/locales/uk.yml | 0 src/tools/text-to-binary/locales/vi.yml | 4 - src/tools/text-to-binary/locales/zh.yml | 4 - .../text-to-nato-alphabet/locales/en.yml | 4 - .../text-to-nato-alphabet/locales/fr.yml | 0 .../text-to-nato-alphabet/locales/pt.yml | 0 .../text-to-nato-alphabet/locales/uk.yml | 0 .../text-to-nato-alphabet/locales/vi.yml | 4 - .../text-to-nato-alphabet/locales/zh.yml | 4 - src/tools/text-to-unicode/locales/en.yml | 4 - src/tools/text-to-unicode/locales/fr.yml | 0 src/tools/text-to-unicode/locales/pt.yml | 0 src/tools/text-to-unicode/locales/uk.yml | 0 src/tools/text-to-unicode/locales/vi.yml | 4 - src/tools/text-to-unicode/locales/zh.yml | 4 - src/tools/token-generator/locales/en.yml | 15 - src/tools/token-generator/locales/es.yaml | 15 - src/tools/token-generator/locales/fr.yml | 16 - src/tools/token-generator/locales/pt.yml | 0 src/tools/token-generator/locales/uk.yml | 0 src/tools/token-generator/locales/vi.yml | 15 - src/tools/token-generator/locales/zh.yml | 15 - src/tools/toml-to-json/locales/en.yml | 4 - src/tools/toml-to-json/locales/fr.yml | 0 src/tools/toml-to-json/locales/pt.yml | 0 src/tools/toml-to-json/locales/uk.yml | 0 src/tools/toml-to-json/locales/vi.yml | 4 - src/tools/toml-to-json/locales/zh.yml | 4 - src/tools/toml-to-yaml/locales/en.yml | 4 - src/tools/toml-to-yaml/locales/fr.yml | 0 src/tools/toml-to-yaml/locales/pt.yml | 0 src/tools/toml-to-yaml/locales/uk.yml | 0 src/tools/toml-to-yaml/locales/vi.yml | 4 - src/tools/toml-to-yaml/locales/zh.yml | 4 - src/tools/ulid-generator/locales/en.yml | 4 - src/tools/ulid-generator/locales/fr.yml | 0 src/tools/ulid-generator/locales/pt.yml | 0 src/tools/ulid-generator/locales/uk.yml | 0 src/tools/ulid-generator/locales/vi.yml | 4 - src/tools/ulid-generator/locales/zh.yml | 4 - src/tools/url-encoder/locales/en.yml | 4 - src/tools/url-encoder/locales/fr.yml | 0 src/tools/url-encoder/locales/pt.yml | 0 src/tools/url-encoder/locales/uk.yml | 0 src/tools/url-encoder/locales/vi.yml | 4 - src/tools/url-encoder/locales/zh.yml | 4 - src/tools/url-parser/locales/en.yml | 4 - src/tools/url-parser/locales/fr.yml | 0 src/tools/url-parser/locales/pt.yml | 0 src/tools/url-parser/locales/uk.yml | 0 src/tools/url-parser/locales/vi.yml | 4 - src/tools/url-parser/locales/zh.yml | 4 - src/tools/user-agent-parser/locales/en.yml | 4 - src/tools/user-agent-parser/locales/fr.yml | 0 src/tools/user-agent-parser/locales/pt.yml | 0 src/tools/user-agent-parser/locales/uk.yml | 0 src/tools/user-agent-parser/locales/vi.yml | 4 - src/tools/user-agent-parser/locales/zh.yml | 4 - src/tools/uuid-generator/locales/en.yml | 4 - src/tools/uuid-generator/locales/fr.yml | 0 src/tools/uuid-generator/locales/pt.yml | 0 src/tools/uuid-generator/locales/uk.yml | 0 src/tools/uuid-generator/locales/vi.yml | 4 - src/tools/uuid-generator/locales/zh.yml | 4 - .../wifi-qr-code-generator/locales/en.yml | 4 - .../wifi-qr-code-generator/locales/fr.yml | 0 .../wifi-qr-code-generator/locales/pt.yml | 0 .../wifi-qr-code-generator/locales/uk.yml | 0 .../wifi-qr-code-generator/locales/vi.yml | 4 - .../wifi-qr-code-generator/locales/zh.yml | 4 - src/tools/xml-formatter/locales/en.yml | 4 - src/tools/xml-formatter/locales/fr.yml | 0 src/tools/xml-formatter/locales/pt.yml | 0 src/tools/xml-formatter/locales/uk.yml | 0 src/tools/xml-formatter/locales/vi.yml | 4 - src/tools/xml-formatter/locales/zh.yml | 4 - .../yaml-to-json-converter/locales/en.yml | 4 - .../yaml-to-json-converter/locales/fr.yml | 0 .../yaml-to-json-converter/locales/pt.yml | 0 .../yaml-to-json-converter/locales/uk.yml | 0 .../yaml-to-json-converter/locales/vi.yml | 4 - .../yaml-to-json-converter/locales/zh.yml | 4 - src/tools/yaml-to-toml/locales/en.yml | 4 - src/tools/yaml-to-toml/locales/fr.yml | 0 src/tools/yaml-to-toml/locales/pt.yml | 0 src/tools/yaml-to-toml/locales/uk.yml | 0 src/tools/yaml-to-toml/locales/vi.yml | 4 - src/tools/yaml-to-toml/locales/zh.yml | 4 - src/tools/yaml-viewer/locales/en.yml | 4 - src/tools/yaml-viewer/locales/fr.yml | 0 src/tools/yaml-viewer/locales/pt.yml | 0 src/tools/yaml-viewer/locales/uk.yml | 0 src/tools/yaml-viewer/locales/vi.yml | 4 - src/tools/yaml-viewer/locales/zh.yml | 4 - vite.config.ts | 26 +- 478 files changed, 1029 insertions(+), 1145 deletions(-) rename locales/{es.yaml => es.yml} (100%) delete mode 100644 src/tools/base64-file-converter/locales/en.yml delete mode 100644 src/tools/base64-file-converter/locales/fr.yml delete mode 100644 src/tools/base64-file-converter/locales/pt.yml delete mode 100644 src/tools/base64-file-converter/locales/uk.yml delete mode 100644 src/tools/base64-file-converter/locales/vi.yml delete mode 100644 src/tools/base64-file-converter/locales/zh.yml delete mode 100644 src/tools/base64-string-converter/locales/en.yml delete mode 100644 src/tools/base64-string-converter/locales/fr.yml delete mode 100644 src/tools/base64-string-converter/locales/pt.yml delete mode 100644 src/tools/base64-string-converter/locales/uk.yml delete mode 100644 src/tools/base64-string-converter/locales/vi.yml delete mode 100644 src/tools/base64-string-converter/locales/zh.yml delete mode 100644 src/tools/basic-auth-generator/locales/en.yml delete mode 100644 src/tools/basic-auth-generator/locales/fr.yml delete mode 100644 src/tools/basic-auth-generator/locales/pt.yml delete mode 100644 src/tools/basic-auth-generator/locales/uk.yml delete mode 100644 src/tools/basic-auth-generator/locales/vi.yml delete mode 100644 src/tools/basic-auth-generator/locales/zh.yml delete mode 100644 src/tools/bcrypt/locales/en.yml delete mode 100644 src/tools/bcrypt/locales/fr.yml delete mode 100644 src/tools/bcrypt/locales/pt.yml delete mode 100644 src/tools/bcrypt/locales/uk.yml delete mode 100644 src/tools/bcrypt/locales/vi.yml delete mode 100644 src/tools/bcrypt/locales/zh.yml delete mode 100644 src/tools/benchmark-builder/locales/en.yml delete mode 100644 src/tools/benchmark-builder/locales/fr.yml delete mode 100644 src/tools/benchmark-builder/locales/pt.yml delete mode 100644 src/tools/benchmark-builder/locales/uk.yml delete mode 100644 src/tools/benchmark-builder/locales/vi.yml delete mode 100644 src/tools/benchmark-builder/locales/zh.yml delete mode 100644 src/tools/bip39-generator/locales/en.yml delete mode 100644 src/tools/bip39-generator/locales/fr.yml delete mode 100644 src/tools/bip39-generator/locales/pt.yml delete mode 100644 src/tools/bip39-generator/locales/uk.yml delete mode 100644 src/tools/bip39-generator/locales/vi.yml delete mode 100644 src/tools/bip39-generator/locales/zh.yml delete mode 100644 src/tools/camera-recorder/locales/en.yml delete mode 100644 src/tools/camera-recorder/locales/fr.yml delete mode 100644 src/tools/camera-recorder/locales/pt.yml delete mode 100644 src/tools/camera-recorder/locales/uk.yml delete mode 100644 src/tools/camera-recorder/locales/vi.yml delete mode 100644 src/tools/camera-recorder/locales/zh.yml delete mode 100644 src/tools/case-converter/locales/en.yml delete mode 100644 src/tools/case-converter/locales/fr.yml delete mode 100644 src/tools/case-converter/locales/pt.yml delete mode 100644 src/tools/case-converter/locales/uk.yml delete mode 100644 src/tools/case-converter/locales/vi.yml delete mode 100644 src/tools/case-converter/locales/zh.yml delete mode 100644 src/tools/chmod-calculator/locales/en.yml delete mode 100644 src/tools/chmod-calculator/locales/fr.yml delete mode 100644 src/tools/chmod-calculator/locales/pt.yml delete mode 100644 src/tools/chmod-calculator/locales/uk.yml delete mode 100644 src/tools/chmod-calculator/locales/vi.yml delete mode 100644 src/tools/chmod-calculator/locales/zh.yml delete mode 100644 src/tools/chronometer/locales/en.yml delete mode 100644 src/tools/chronometer/locales/fr.yml delete mode 100644 src/tools/chronometer/locales/pt.yml delete mode 100644 src/tools/chronometer/locales/uk.yml delete mode 100644 src/tools/chronometer/locales/vi.yml delete mode 100644 src/tools/chronometer/locales/zh.yml delete mode 100644 src/tools/color-converter/locales/en.yml delete mode 100644 src/tools/color-converter/locales/fr.yml delete mode 100644 src/tools/color-converter/locales/pt.yml delete mode 100644 src/tools/color-converter/locales/uk.yml delete mode 100644 src/tools/color-converter/locales/vi.yml delete mode 100644 src/tools/color-converter/locales/zh.yml delete mode 100644 src/tools/crontab-generator/locales/en.yml delete mode 100644 src/tools/crontab-generator/locales/fr.yml delete mode 100644 src/tools/crontab-generator/locales/pt.yml delete mode 100644 src/tools/crontab-generator/locales/uk.yml delete mode 100644 src/tools/crontab-generator/locales/vi.yml delete mode 100644 src/tools/crontab-generator/locales/zh.yml delete mode 100644 src/tools/date-time-converter/locales/en.yml delete mode 100644 src/tools/date-time-converter/locales/fr.yml delete mode 100644 src/tools/date-time-converter/locales/pt.yml delete mode 100644 src/tools/date-time-converter/locales/uk.yml delete mode 100644 src/tools/date-time-converter/locales/vi.yml delete mode 100644 src/tools/date-time-converter/locales/zh.yml delete mode 100644 src/tools/device-information/locales/en.yml delete mode 100644 src/tools/device-information/locales/fr.yml delete mode 100644 src/tools/device-information/locales/pt.yml delete mode 100644 src/tools/device-information/locales/uk.yml delete mode 100644 src/tools/device-information/locales/vi.yml delete mode 100644 src/tools/device-information/locales/zh.yml delete mode 100644 src/tools/docker-run-to-docker-compose-converter/locales/en.yml delete mode 100644 src/tools/docker-run-to-docker-compose-converter/locales/fr.yml delete mode 100644 src/tools/docker-run-to-docker-compose-converter/locales/pt.yml delete mode 100644 src/tools/docker-run-to-docker-compose-converter/locales/uk.yml delete mode 100644 src/tools/docker-run-to-docker-compose-converter/locales/vi.yml delete mode 100644 src/tools/docker-run-to-docker-compose-converter/locales/zh.yml delete mode 100644 src/tools/emoji-picker/locales/en.yml delete mode 100644 src/tools/emoji-picker/locales/fr.yml delete mode 100644 src/tools/emoji-picker/locales/pt.yml delete mode 100644 src/tools/emoji-picker/locales/uk.yml delete mode 100644 src/tools/emoji-picker/locales/vi.yml delete mode 100644 src/tools/emoji-picker/locales/zh.yml delete mode 100644 src/tools/encryption/locales/en.yml delete mode 100644 src/tools/encryption/locales/fr.yml delete mode 100644 src/tools/encryption/locales/pt.yml delete mode 100644 src/tools/encryption/locales/uk.yml delete mode 100644 src/tools/encryption/locales/vi.yml delete mode 100644 src/tools/encryption/locales/zh.yml delete mode 100644 src/tools/eta-calculator/locales/en.yml delete mode 100644 src/tools/eta-calculator/locales/fr.yml delete mode 100644 src/tools/eta-calculator/locales/pt.yml delete mode 100644 src/tools/eta-calculator/locales/uk.yml delete mode 100644 src/tools/eta-calculator/locales/vi.yml delete mode 100644 src/tools/eta-calculator/locales/zh.yml delete mode 100644 src/tools/git-memo/locales/en.yml delete mode 100644 src/tools/git-memo/locales/fr.yml delete mode 100644 src/tools/git-memo/locales/pt.yml delete mode 100644 src/tools/git-memo/locales/uk.yml delete mode 100644 src/tools/git-memo/locales/vi.yml delete mode 100644 src/tools/git-memo/locales/zh.yml delete mode 100644 src/tools/hash-text/locales/en.yml delete mode 100644 src/tools/hash-text/locales/fr.yml delete mode 100644 src/tools/hash-text/locales/pt.yml delete mode 100644 src/tools/hash-text/locales/uk.yml delete mode 100644 src/tools/hash-text/locales/vi.yml delete mode 100644 src/tools/hash-text/locales/zh.yml delete mode 100644 src/tools/hmac-generator/locales/en.yml delete mode 100644 src/tools/hmac-generator/locales/fr.yml delete mode 100644 src/tools/hmac-generator/locales/pt.yml delete mode 100644 src/tools/hmac-generator/locales/uk.yml delete mode 100644 src/tools/hmac-generator/locales/vi.yml delete mode 100644 src/tools/hmac-generator/locales/zh.yml delete mode 100644 src/tools/html-entities/locales/en.yml delete mode 100644 src/tools/html-entities/locales/fr.yml delete mode 100644 src/tools/html-entities/locales/pt.yml delete mode 100644 src/tools/html-entities/locales/uk.yml delete mode 100644 src/tools/html-entities/locales/vi.yml delete mode 100644 src/tools/html-entities/locales/zh.yml delete mode 100644 src/tools/html-wysiwyg-editor/locales/en.yml delete mode 100644 src/tools/html-wysiwyg-editor/locales/fr.yml delete mode 100644 src/tools/html-wysiwyg-editor/locales/pt.yml delete mode 100644 src/tools/html-wysiwyg-editor/locales/uk.yml delete mode 100644 src/tools/html-wysiwyg-editor/locales/vi.yml delete mode 100644 src/tools/html-wysiwyg-editor/locales/zh.yml delete mode 100644 src/tools/http-status-codes/locales/en.yml delete mode 100644 src/tools/http-status-codes/locales/fr.yml delete mode 100644 src/tools/http-status-codes/locales/pt.yml delete mode 100644 src/tools/http-status-codes/locales/uk.yml delete mode 100644 src/tools/http-status-codes/locales/vi.yml delete mode 100644 src/tools/http-status-codes/locales/zh.yml delete mode 100644 src/tools/iban-validator-and-parser/locales/en.yml delete mode 100644 src/tools/iban-validator-and-parser/locales/fr.yml delete mode 100644 src/tools/iban-validator-and-parser/locales/pt.yml delete mode 100644 src/tools/iban-validator-and-parser/locales/uk.yml delete mode 100644 src/tools/iban-validator-and-parser/locales/vi.yml delete mode 100644 src/tools/iban-validator-and-parser/locales/zh.yml delete mode 100644 src/tools/integer-base-converter/locales/en.yml delete mode 100644 src/tools/integer-base-converter/locales/fr.yml delete mode 100644 src/tools/integer-base-converter/locales/pt.yml delete mode 100644 src/tools/integer-base-converter/locales/uk.yml delete mode 100644 src/tools/integer-base-converter/locales/vi.yml delete mode 100644 src/tools/integer-base-converter/locales/zh.yml delete mode 100644 src/tools/ipv4-address-converter/locales/en.yml delete mode 100644 src/tools/ipv4-address-converter/locales/fr.yml delete mode 100644 src/tools/ipv4-address-converter/locales/pt.yml delete mode 100644 src/tools/ipv4-address-converter/locales/uk.yml delete mode 100644 src/tools/ipv4-address-converter/locales/vi.yml delete mode 100644 src/tools/ipv4-address-converter/locales/zh.yml delete mode 100644 src/tools/ipv4-range-expander/locales/en.yml delete mode 100644 src/tools/ipv4-range-expander/locales/fr.yml delete mode 100644 src/tools/ipv4-range-expander/locales/pt.yml delete mode 100644 src/tools/ipv4-range-expander/locales/uk.yml delete mode 100644 src/tools/ipv4-range-expander/locales/vi.yml delete mode 100644 src/tools/ipv4-range-expander/locales/zh.yml delete mode 100644 src/tools/ipv4-subnet-calculator/locales/en.yml delete mode 100644 src/tools/ipv4-subnet-calculator/locales/fr.yml delete mode 100644 src/tools/ipv4-subnet-calculator/locales/pt.yml delete mode 100644 src/tools/ipv4-subnet-calculator/locales/uk.yml delete mode 100644 src/tools/ipv4-subnet-calculator/locales/vi.yml delete mode 100644 src/tools/ipv4-subnet-calculator/locales/zh.yml delete mode 100644 src/tools/ipv6-ula-generator/locales/en.yml delete mode 100644 src/tools/ipv6-ula-generator/locales/fr.yml delete mode 100644 src/tools/ipv6-ula-generator/locales/pt.yml delete mode 100644 src/tools/ipv6-ula-generator/locales/uk.yml delete mode 100644 src/tools/ipv6-ula-generator/locales/vi.yml delete mode 100644 src/tools/ipv6-ula-generator/locales/zh.yml delete mode 100644 src/tools/json-diff/locales/en.yml delete mode 100644 src/tools/json-diff/locales/fr.yml delete mode 100644 src/tools/json-diff/locales/pt.yml delete mode 100644 src/tools/json-diff/locales/uk.yml delete mode 100644 src/tools/json-diff/locales/vi.yml delete mode 100644 src/tools/json-diff/locales/zh.yml delete mode 100644 src/tools/json-minify/locales/en.yml delete mode 100644 src/tools/json-minify/locales/fr.yml delete mode 100644 src/tools/json-minify/locales/pt.yml delete mode 100644 src/tools/json-minify/locales/uk.yml delete mode 100644 src/tools/json-minify/locales/vi.yml delete mode 100644 src/tools/json-minify/locales/zh.yml delete mode 100644 src/tools/json-to-csv/locales/en.yml delete mode 100644 src/tools/json-to-csv/locales/fr.yml delete mode 100644 src/tools/json-to-csv/locales/pt.yml delete mode 100644 src/tools/json-to-csv/locales/uk.yml delete mode 100644 src/tools/json-to-csv/locales/vi.yml delete mode 100644 src/tools/json-to-csv/locales/zh.yml delete mode 100644 src/tools/json-to-toml/locales/en.yml delete mode 100644 src/tools/json-to-toml/locales/fr.yml delete mode 100644 src/tools/json-to-toml/locales/pt.yml delete mode 100644 src/tools/json-to-toml/locales/uk.yml delete mode 100644 src/tools/json-to-toml/locales/vi.yml delete mode 100644 src/tools/json-to-toml/locales/zh.yml delete mode 100644 src/tools/json-to-yaml-converter/locales/en.yml delete mode 100644 src/tools/json-to-yaml-converter/locales/fr.yml delete mode 100644 src/tools/json-to-yaml-converter/locales/pt.yml delete mode 100644 src/tools/json-to-yaml-converter/locales/uk.yml delete mode 100644 src/tools/json-to-yaml-converter/locales/vi.yml delete mode 100644 src/tools/json-to-yaml-converter/locales/zh.yml delete mode 100644 src/tools/json-viewer/locales/en.yml delete mode 100644 src/tools/json-viewer/locales/fr.yml delete mode 100644 src/tools/json-viewer/locales/pt.yml delete mode 100644 src/tools/json-viewer/locales/uk.yml delete mode 100644 src/tools/json-viewer/locales/vi.yml delete mode 100644 src/tools/json-viewer/locales/zh.yml delete mode 100644 src/tools/jwt-parser/locales/en.yml delete mode 100644 src/tools/jwt-parser/locales/fr.yml delete mode 100644 src/tools/jwt-parser/locales/pt.yml delete mode 100644 src/tools/jwt-parser/locales/uk.yml delete mode 100644 src/tools/jwt-parser/locales/vi.yml delete mode 100644 src/tools/jwt-parser/locales/zh.yml delete mode 100644 src/tools/keycode-info/locales/en.yml delete mode 100644 src/tools/keycode-info/locales/fr.yml delete mode 100644 src/tools/keycode-info/locales/pt.yml delete mode 100644 src/tools/keycode-info/locales/uk.yml delete mode 100644 src/tools/keycode-info/locales/vi.yml delete mode 100644 src/tools/keycode-info/locales/zh.yml delete mode 100644 src/tools/list-converter/locales/en.yml delete mode 100644 src/tools/list-converter/locales/fr.yml delete mode 100644 src/tools/list-converter/locales/pt.yml delete mode 100644 src/tools/list-converter/locales/uk.yml delete mode 100644 src/tools/list-converter/locales/vi.yml delete mode 100644 src/tools/list-converter/locales/zh.yml delete mode 100644 src/tools/lorem-ipsum-generator/locales/en.yml delete mode 100644 src/tools/lorem-ipsum-generator/locales/fr.yml delete mode 100644 src/tools/lorem-ipsum-generator/locales/pt.yml delete mode 100644 src/tools/lorem-ipsum-generator/locales/uk.yml delete mode 100644 src/tools/lorem-ipsum-generator/locales/vi.yml delete mode 100644 src/tools/lorem-ipsum-generator/locales/zh.yml delete mode 100644 src/tools/mac-address-generator/locales/en.yml delete mode 100644 src/tools/mac-address-generator/locales/fr.yml delete mode 100644 src/tools/mac-address-generator/locales/pt.yml delete mode 100644 src/tools/mac-address-generator/locales/uk.yml delete mode 100644 src/tools/mac-address-generator/locales/vi.yml delete mode 100644 src/tools/mac-address-generator/locales/zh.yml delete mode 100644 src/tools/mac-address-lookup/locales/en.yml delete mode 100644 src/tools/mac-address-lookup/locales/fr.yml delete mode 100644 src/tools/mac-address-lookup/locales/pt.yml delete mode 100644 src/tools/mac-address-lookup/locales/uk.yml delete mode 100644 src/tools/mac-address-lookup/locales/vi.yml delete mode 100644 src/tools/mac-address-lookup/locales/zh.yml delete mode 100644 src/tools/math-evaluator/locales/en.yml delete mode 100644 src/tools/math-evaluator/locales/fr.yml delete mode 100644 src/tools/math-evaluator/locales/pt.yml delete mode 100644 src/tools/math-evaluator/locales/uk.yml delete mode 100644 src/tools/math-evaluator/locales/vi.yml delete mode 100644 src/tools/math-evaluator/locales/zh.yml delete mode 100644 src/tools/meta-tag-generator/locales/en.yml delete mode 100644 src/tools/meta-tag-generator/locales/fr.yml delete mode 100644 src/tools/meta-tag-generator/locales/pt.yml delete mode 100644 src/tools/meta-tag-generator/locales/uk.yml delete mode 100644 src/tools/meta-tag-generator/locales/vi.yml delete mode 100644 src/tools/meta-tag-generator/locales/zh.yml delete mode 100644 src/tools/mime-types/locales/en.yml delete mode 100644 src/tools/mime-types/locales/fr.yml delete mode 100644 src/tools/mime-types/locales/pt.yml delete mode 100644 src/tools/mime-types/locales/uk.yml delete mode 100644 src/tools/mime-types/locales/vi.yml delete mode 100644 src/tools/mime-types/locales/zh.yml delete mode 100644 src/tools/numeronym-generator/locales/en.yml delete mode 100644 src/tools/numeronym-generator/locales/fr.yml delete mode 100644 src/tools/numeronym-generator/locales/pt.yml delete mode 100644 src/tools/numeronym-generator/locales/uk.yml delete mode 100644 src/tools/numeronym-generator/locales/vi.yml delete mode 100644 src/tools/numeronym-generator/locales/zh.yml delete mode 100644 src/tools/otp-code-generator-and-validator/locales/en.yml delete mode 100644 src/tools/otp-code-generator-and-validator/locales/fr.yml delete mode 100644 src/tools/otp-code-generator-and-validator/locales/pt.yml delete mode 100644 src/tools/otp-code-generator-and-validator/locales/uk.yml delete mode 100644 src/tools/otp-code-generator-and-validator/locales/vi.yml delete mode 100644 src/tools/otp-code-generator-and-validator/locales/zh.yml delete mode 100644 src/tools/password-strength-analyser/locales/en.yml delete mode 100644 src/tools/password-strength-analyser/locales/fr.yml delete mode 100644 src/tools/password-strength-analyser/locales/pt.yml delete mode 100644 src/tools/password-strength-analyser/locales/uk.yml delete mode 100644 src/tools/password-strength-analyser/locales/vi.yml delete mode 100644 src/tools/password-strength-analyser/locales/zh.yml delete mode 100644 src/tools/pdf-signature-checker/locales/en.yml delete mode 100644 src/tools/pdf-signature-checker/locales/fr.yml delete mode 100644 src/tools/pdf-signature-checker/locales/pt.yml delete mode 100644 src/tools/pdf-signature-checker/locales/uk.yml delete mode 100644 src/tools/pdf-signature-checker/locales/vi.yml delete mode 100644 src/tools/pdf-signature-checker/locales/zh.yml delete mode 100644 src/tools/percentage-calculator/locales/en.yml delete mode 100644 src/tools/percentage-calculator/locales/fr.yml delete mode 100644 src/tools/percentage-calculator/locales/pt.yml delete mode 100644 src/tools/percentage-calculator/locales/uk.yml delete mode 100644 src/tools/percentage-calculator/locales/vi.yml delete mode 100644 src/tools/percentage-calculator/locales/zh.yml delete mode 100644 src/tools/phone-parser-and-formatter/locales/en.yml delete mode 100644 src/tools/phone-parser-and-formatter/locales/fr.yml delete mode 100644 src/tools/phone-parser-and-formatter/locales/pt.yml delete mode 100644 src/tools/phone-parser-and-formatter/locales/uk.yml delete mode 100644 src/tools/phone-parser-and-formatter/locales/vi.yml delete mode 100644 src/tools/phone-parser-and-formatter/locales/zh.yml delete mode 100644 src/tools/qr-code-generator/locales/en.yml delete mode 100644 src/tools/qr-code-generator/locales/fr.yml delete mode 100644 src/tools/qr-code-generator/locales/pt.yml delete mode 100644 src/tools/qr-code-generator/locales/uk.yml delete mode 100644 src/tools/qr-code-generator/locales/vi.yml delete mode 100644 src/tools/qr-code-generator/locales/zh.yml delete mode 100644 src/tools/random-port-generator/locales/en.yml delete mode 100644 src/tools/random-port-generator/locales/fr.yml delete mode 100644 src/tools/random-port-generator/locales/pt.yml delete mode 100644 src/tools/random-port-generator/locales/uk.yml delete mode 100644 src/tools/random-port-generator/locales/vi.yml delete mode 100644 src/tools/random-port-generator/locales/zh.yml delete mode 100644 src/tools/roman-numeral-converter/locales/en.yml delete mode 100644 src/tools/roman-numeral-converter/locales/fr.yml delete mode 100644 src/tools/roman-numeral-converter/locales/pt.yml delete mode 100644 src/tools/roman-numeral-converter/locales/uk.yml delete mode 100644 src/tools/roman-numeral-converter/locales/vi.yml delete mode 100644 src/tools/roman-numeral-converter/locales/zh.yml delete mode 100644 src/tools/rsa-key-pair-generator/locales/en.yml delete mode 100644 src/tools/rsa-key-pair-generator/locales/fr.yml delete mode 100644 src/tools/rsa-key-pair-generator/locales/pt.yml delete mode 100644 src/tools/rsa-key-pair-generator/locales/uk.yml delete mode 100644 src/tools/rsa-key-pair-generator/locales/vi.yml delete mode 100644 src/tools/rsa-key-pair-generator/locales/zh.yml delete mode 100644 src/tools/slugify-string/locales/en.yml delete mode 100644 src/tools/slugify-string/locales/fr.yml delete mode 100644 src/tools/slugify-string/locales/pt.yml delete mode 100644 src/tools/slugify-string/locales/uk.yml delete mode 100644 src/tools/slugify-string/locales/vi.yml delete mode 100644 src/tools/slugify-string/locales/zh.yml delete mode 100644 src/tools/sql-prettify/locales/en.yml delete mode 100644 src/tools/sql-prettify/locales/fr.yml delete mode 100644 src/tools/sql-prettify/locales/pt.yml delete mode 100644 src/tools/sql-prettify/locales/uk.yml delete mode 100644 src/tools/sql-prettify/locales/vi.yml delete mode 100644 src/tools/sql-prettify/locales/zh.yml delete mode 100644 src/tools/string-obfuscator/locales/en.yml delete mode 100644 src/tools/string-obfuscator/locales/fr.yml delete mode 100644 src/tools/string-obfuscator/locales/pt.yml delete mode 100644 src/tools/string-obfuscator/locales/uk.yml delete mode 100644 src/tools/string-obfuscator/locales/vi.yml delete mode 100644 src/tools/string-obfuscator/locales/zh.yml delete mode 100644 src/tools/svg-placeholder-generator/locales/en.yml delete mode 100644 src/tools/svg-placeholder-generator/locales/fr.yml delete mode 100644 src/tools/svg-placeholder-generator/locales/pt.yml delete mode 100644 src/tools/svg-placeholder-generator/locales/uk.yml delete mode 100644 src/tools/svg-placeholder-generator/locales/vi.yml delete mode 100644 src/tools/svg-placeholder-generator/locales/zh.yml delete mode 100644 src/tools/temperature-converter/locales/en.yml delete mode 100644 src/tools/temperature-converter/locales/fr.yml delete mode 100644 src/tools/temperature-converter/locales/pt.yml delete mode 100644 src/tools/temperature-converter/locales/uk.yml delete mode 100644 src/tools/temperature-converter/locales/vi.yml delete mode 100644 src/tools/temperature-converter/locales/zh.yml delete mode 100644 src/tools/text-diff/locales/en.yml delete mode 100644 src/tools/text-diff/locales/fr.yml delete mode 100644 src/tools/text-diff/locales/pt.yml delete mode 100644 src/tools/text-diff/locales/uk.yml delete mode 100644 src/tools/text-diff/locales/vi.yml delete mode 100644 src/tools/text-diff/locales/zh.yml delete mode 100644 src/tools/text-statistics/locales/en.yml delete mode 100644 src/tools/text-statistics/locales/fr.yml delete mode 100644 src/tools/text-statistics/locales/pt.yml delete mode 100644 src/tools/text-statistics/locales/uk.yml delete mode 100644 src/tools/text-statistics/locales/vi.yml delete mode 100644 src/tools/text-statistics/locales/zh.yml delete mode 100644 src/tools/text-to-binary/locales/en.yml delete mode 100644 src/tools/text-to-binary/locales/fr.yml delete mode 100644 src/tools/text-to-binary/locales/pt.yml delete mode 100644 src/tools/text-to-binary/locales/uk.yml delete mode 100644 src/tools/text-to-binary/locales/vi.yml delete mode 100644 src/tools/text-to-binary/locales/zh.yml delete mode 100644 src/tools/text-to-nato-alphabet/locales/en.yml delete mode 100644 src/tools/text-to-nato-alphabet/locales/fr.yml delete mode 100644 src/tools/text-to-nato-alphabet/locales/pt.yml delete mode 100644 src/tools/text-to-nato-alphabet/locales/uk.yml delete mode 100644 src/tools/text-to-nato-alphabet/locales/vi.yml delete mode 100644 src/tools/text-to-nato-alphabet/locales/zh.yml delete mode 100644 src/tools/text-to-unicode/locales/en.yml delete mode 100644 src/tools/text-to-unicode/locales/fr.yml delete mode 100644 src/tools/text-to-unicode/locales/pt.yml delete mode 100644 src/tools/text-to-unicode/locales/uk.yml delete mode 100644 src/tools/text-to-unicode/locales/vi.yml delete mode 100644 src/tools/text-to-unicode/locales/zh.yml delete mode 100644 src/tools/token-generator/locales/en.yml delete mode 100644 src/tools/token-generator/locales/es.yaml delete mode 100644 src/tools/token-generator/locales/fr.yml delete mode 100644 src/tools/token-generator/locales/pt.yml delete mode 100644 src/tools/token-generator/locales/uk.yml delete mode 100644 src/tools/token-generator/locales/vi.yml delete mode 100644 src/tools/token-generator/locales/zh.yml delete mode 100644 src/tools/toml-to-json/locales/en.yml delete mode 100644 src/tools/toml-to-json/locales/fr.yml delete mode 100644 src/tools/toml-to-json/locales/pt.yml delete mode 100644 src/tools/toml-to-json/locales/uk.yml delete mode 100644 src/tools/toml-to-json/locales/vi.yml delete mode 100644 src/tools/toml-to-json/locales/zh.yml delete mode 100644 src/tools/toml-to-yaml/locales/en.yml delete mode 100644 src/tools/toml-to-yaml/locales/fr.yml delete mode 100644 src/tools/toml-to-yaml/locales/pt.yml delete mode 100644 src/tools/toml-to-yaml/locales/uk.yml delete mode 100644 src/tools/toml-to-yaml/locales/vi.yml delete mode 100644 src/tools/toml-to-yaml/locales/zh.yml delete mode 100644 src/tools/ulid-generator/locales/en.yml delete mode 100644 src/tools/ulid-generator/locales/fr.yml delete mode 100644 src/tools/ulid-generator/locales/pt.yml delete mode 100644 src/tools/ulid-generator/locales/uk.yml delete mode 100644 src/tools/ulid-generator/locales/vi.yml delete mode 100644 src/tools/ulid-generator/locales/zh.yml delete mode 100644 src/tools/url-encoder/locales/en.yml delete mode 100644 src/tools/url-encoder/locales/fr.yml delete mode 100644 src/tools/url-encoder/locales/pt.yml delete mode 100644 src/tools/url-encoder/locales/uk.yml delete mode 100644 src/tools/url-encoder/locales/vi.yml delete mode 100644 src/tools/url-encoder/locales/zh.yml delete mode 100644 src/tools/url-parser/locales/en.yml delete mode 100644 src/tools/url-parser/locales/fr.yml delete mode 100644 src/tools/url-parser/locales/pt.yml delete mode 100644 src/tools/url-parser/locales/uk.yml delete mode 100644 src/tools/url-parser/locales/vi.yml delete mode 100644 src/tools/url-parser/locales/zh.yml delete mode 100644 src/tools/user-agent-parser/locales/en.yml delete mode 100644 src/tools/user-agent-parser/locales/fr.yml delete mode 100644 src/tools/user-agent-parser/locales/pt.yml delete mode 100644 src/tools/user-agent-parser/locales/uk.yml delete mode 100644 src/tools/user-agent-parser/locales/vi.yml delete mode 100644 src/tools/user-agent-parser/locales/zh.yml delete mode 100644 src/tools/uuid-generator/locales/en.yml delete mode 100644 src/tools/uuid-generator/locales/fr.yml delete mode 100644 src/tools/uuid-generator/locales/pt.yml delete mode 100644 src/tools/uuid-generator/locales/uk.yml delete mode 100644 src/tools/uuid-generator/locales/vi.yml delete mode 100644 src/tools/uuid-generator/locales/zh.yml delete mode 100644 src/tools/wifi-qr-code-generator/locales/en.yml delete mode 100644 src/tools/wifi-qr-code-generator/locales/fr.yml delete mode 100644 src/tools/wifi-qr-code-generator/locales/pt.yml delete mode 100644 src/tools/wifi-qr-code-generator/locales/uk.yml delete mode 100644 src/tools/wifi-qr-code-generator/locales/vi.yml delete mode 100644 src/tools/wifi-qr-code-generator/locales/zh.yml delete mode 100644 src/tools/xml-formatter/locales/en.yml delete mode 100644 src/tools/xml-formatter/locales/fr.yml delete mode 100644 src/tools/xml-formatter/locales/pt.yml delete mode 100644 src/tools/xml-formatter/locales/uk.yml delete mode 100644 src/tools/xml-formatter/locales/vi.yml delete mode 100644 src/tools/xml-formatter/locales/zh.yml delete mode 100644 src/tools/yaml-to-json-converter/locales/en.yml delete mode 100644 src/tools/yaml-to-json-converter/locales/fr.yml delete mode 100644 src/tools/yaml-to-json-converter/locales/pt.yml delete mode 100644 src/tools/yaml-to-json-converter/locales/uk.yml delete mode 100644 src/tools/yaml-to-json-converter/locales/vi.yml delete mode 100644 src/tools/yaml-to-json-converter/locales/zh.yml delete mode 100644 src/tools/yaml-to-toml/locales/en.yml delete mode 100644 src/tools/yaml-to-toml/locales/fr.yml delete mode 100644 src/tools/yaml-to-toml/locales/pt.yml delete mode 100644 src/tools/yaml-to-toml/locales/uk.yml delete mode 100644 src/tools/yaml-to-toml/locales/vi.yml delete mode 100644 src/tools/yaml-to-toml/locales/zh.yml delete mode 100644 src/tools/yaml-viewer/locales/en.yml delete mode 100644 src/tools/yaml-viewer/locales/fr.yml delete mode 100644 src/tools/yaml-viewer/locales/pt.yml delete mode 100644 src/tools/yaml-viewer/locales/uk.yml delete mode 100644 src/tools/yaml-viewer/locales/vi.yml delete mode 100644 src/tools/yaml-viewer/locales/zh.yml diff --git a/locales/en.yml b/locales/en.yml index ef5c4beb..50d48af9 100644 --- a/locales/en.yml +++ b/locales/en.yml @@ -69,3 +69,325 @@ tools: measurement: Measurement text: Text data: Data + + password-strength-analyser: + title: Password strength analyser + description: Discover the strength of your password with this client side only password strength analyser and crack time estimation tool. + + chronometer: + title: Chronometer + description: Monitor the duration of a thing. Basically a chronometer with simple chronometer features. + + token-generator: + title: Token generator + description: Generate random string with the chars you want, uppercase or lowercase letters, numbers and/or symbols. + + uppercase: Uppercase (ABC...) + lowercase: Lowercase (abc...) + numbers: Numbers (123...) + symbols: Symbols (!-;...) + length: Length + tokenPlaceholder: 'The token...' + copied: Token copied to the clipboard + button: + copy: Copy + refresh: Refresh + percentage-calculator: + title: Percentage calculator + description: Easily calculate percentages from a value to another value, or from a percentage to a value. + + svg-placeholder-generator: + title: SVG placeholder generator + description: Generate svg images to use as placeholder in your applications. + + json-to-csv: + title: JSON to CSV + description: Convert JSON to CSV with automatic header detection. + + camera-recorder: + title: Camera recorder + description: Take a picture or record a video from your webcam or camera. + + keycode-info: + title: Keycode info + description: Find the javascript keycode, code, location and modifiers of any pressed key. + + emoji-picker: + title: Emoji picker + description: Copy and paste emojis easily and get the unicode and code points value of each emoji. + + color-converter: + title: Color converter + description: Convert color between the different formats (hex, rgb, hsl and css name) + + bcrypt: + title: Bcrypt + description: Hash and compare text string using bcrypt. Bcrypt is a password-hashing function based on the Blowfish cipher. + + crontab-generator: + title: Crontab generator + description: Validate and generate crontab and get the human readable description of the cron schedule. + + http-status-codes: + title: HTTP status codes + description: The list of all HTTP status codes their name and their meaning. + + sql-prettify: + title: SQL prettify and format + description: Format and prettify your SQL queries online (it supports various SQL dialects). + + benchmark-builder: + title: Benchmark builder + description: Easily compare execution time of tasks with this very simple online benchmark builder. + + git-memo: + title: Git cheatsheet + description: Git is a decentralized version management software. With this cheatsheet you will have a quick access to the most common git commands. + + slugify-string: + title: Slugify string + description: Make a string url, filename and id safe. + + encryption: + title: Encrypt / decrypt text + description: Encrypt and decrypt text clear text using crypto algorithm like AES, TripleDES, Rabbit or RC4. + + random-port-generator: + title: Random port generator + description: Generate random port numbers outside of the range of "known" ports (0-1023). + + yaml-prettify: + title: YAML prettify and format + description: Prettify your YAML string to a human friendly readable format. + + eta-calculator: + title: ETA calculator + description: An ETA (Estimated Time of Arrival) calculator to know the approximate end time of a task, for example the moment of ending of a download. + + roman-numeral-converter: + title: Roman numeral converter + description: Convert Roman numerals to numbers and convert numbers to Roman numerals. + + hmac-generator: + title: Hmac generator + description: Computes a hash-based message authentication code (HMAC) using a secret key and your favorite hashing function. + + bip39-generator: + title: BIP39 passphrase generator + description: Generate BIP39 passphrase from existing or random mnemonic, or get the mnemonic from the passphrase. + + base64-file-converter: + title: Base64 file converter + description: Convert string, files or images into a it\'s base64 representation. + + list-converter: + title: List converter + description: This tool can process column-based data and apply various changes (transpose, add prefix and suffix, reverse list, sort list, lowercase values, truncate values) to each row. + + base64-string-converter: + title: Base64 string encoder/decoder + description: Simply encode and decode string into a their base64 representation. + + toml-to-yaml: + title: TOML to YAML + description: Parse and convert TOML to YAML. + + math-evaluator: + title: Math evaluator + description: A calculator for evaluating mathematical expressions. You can use functions like sqrt, cos, sin, abs, etc. + + json-to-yaml-converter: + title: JSON to YAML converter + description: Simply convert JSON to YAML with this live online converter. + + url-parser: + title: Url parser + description: Parse an url string to get all the different parts (protocol, origin, params, port, username-password, ...) + + iban-validator-and-parser: + title: IBAN validator and parser + description: Validate and parse IBAN numbers. Check if IBAN is valid and get the country, BBAN, if it is a QR-IBAN and the IBAN friendly format. + + user-agent-parser: + title: User-agent parser + description: Detect and parse Browser, Engine, OS, CPU, and Device type/model from an user-agent string. + + numeronym-generator: + title: Numeronym generator + description: A numeronym is a word where a number is used to form an abbreviation. For example, "i18n" is a numeronym of "internationalization" where 18 stands for the number of letters between the first i and the last n in the word. + + case-converter: + title: Case converter + description: Change the case of a string and chose between different formats + + html-entities: + title: Escape html entities + description: Escape or unescape html entities (replace <,>, &, " and \' to their html version) + + json-prettify: + title: JSON prettify and format + description: Prettify your JSON string to a human friendly readable format. + + docker-run-to-docker-compose-converter: + title: Docker run to Docker compose converter + description: Turns docker run commands into docker-compose files! + + mac-address-lookup: + title: MAC address lookup + description: Find the vendor and manufacturer of a device by its MAC address. + + mime-types: + title: Mime types + description: Convert mime types to extensions and vice-versa. + + toml-to-json: + title: TOML to JSON + description: Parse and convert TOML to JSON. + + lorem-ipsum-generator: + title: Lorem ipsum generator + description: Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content + + qrcode-generator: + title: QR Code generator + description: Generate and download QR-code for an url or just a text and customize the background and foreground colors. + + wifi-qrcode-generator: + title: WiFi QR Code generator + description: Generate and download QR-codes for quick connections to WiFi networks. + + xml-formatter: + title: XML formatter + description: Prettify your XML string to a human friendly readable format. + + temperature-converter: + title: Temperature converter + description: Temperature degrees conversions for Kelvin, Celsius, Fahrenheit, Rankine, Delisle, Newton, Réaumur and Rømer. + + chmod-calculator: + title: Chmod calculator + description: Compute your chmod permissions and commands with this online chmod calculator. + + rsa-key-pair-generator: + title: RSA key pair generator + description: Generate new random RSA private and public key pem certificates. + + html-wysiwyg-editor: + title: HTML WYSIWYG editor + description: Online HTML editor with feature-rich WYSIWYG editor, get the source code of the content immediately. + + yaml-to-toml: + title: YAML to TOML + description: Parse and convert YAML to TOML. + + mac-address-generator: + title: MAC address generator + description: Enter the quantity and prefix. MAC addresses will be generated in your chosen case (uppercase or lowercase) + + json-diff: + title: JSON diff + description: Compare two JSON objects and get the differences between them. + + jwt-parser: + title: JWT parser + description: Parse and decode your JSON Web Token (jwt) and display its content. + + date-converter: + title: Date-time converter + description: Convert date and time into the various different formats + + phone-parser-and-formatter: + title: Phone parser and formatter + description: Parse, validate and format phone numbers. Get information about the phone number, like the country code, type, etc. + + ipv4-subnet-calculator: + title: IPv4 subnet calculator + description: Parse your IPv4 CIDR blocks and get all the info you need about your sub network. + + og-meta-generator: + title: Open graph meta generator + description: Generate open-graph and socials html meta tags for your website. + + ipv6-ula-generator: + title: IPv6 ULA generator + description: Generate your own local, non-routable IP addresses on your network according to RFC4193. + + hash-text: + title: Hash text + description: 'Hash a text string using the function you need : MD5, SHA1, SHA256, SHA224, SHA512, SHA384, SHA3 or RIPEMD160' + + json-to-toml: + title: JSON to TOML + description: Parse and convert JSON to TOML. + + device-information: + title: Device information + description: Get information about your current device (screen size, pixel-ratio, user agent, ...) + + pdf-signature-checker: + title: PDF signature checker + description: Verify the signatures of a PDF file. A signed PDF file contains one or more signatures that may be used to determine whether the contents of the file have been altered since the file was signed. + + json-minify: + title: JSON minify + description: Minify and compress your JSON by removing unnecessary white spaces. + + ulid-generator: + title: ULID generator + description: Generate random Universally Unique Lexicographically Sortable Identifier (ULID). + + string-obfuscator: + title: String obfuscator + description: Obfuscate a string (like a secret, an IBAN, or a token) to make it shareable and identifiable without revealing its content. + + base-converter: + title: Integer base converter + description: Convert number between different bases (decimal, hexadecimal, binary, octal, base64, ...) + + yaml-to-json-converter: + title: YAML to JSON converter + description: Simply convert YAML to JSON with this live online converter. + + uuid-generator: + title: UUIDs generator + description: A Universally Unique Identifier (UUID) is a 128-bit number used to identify information in computer systems. The number of possible UUIDs is 16^32, which is 2^128 or about 3.4x10^38 (which is a lot!). + + ipv4-address-converter: + title: Ipv4 address converter + description: Convert an ip address into decimal, binary, hexadecimal or event in ipv6 + + text-statistics: + title: Text statistics + description: Get information about a text, the amount of characters, the amount of words, it\'s size, ... + + text-to-nato-alphabet: + title: Text to NATO alphabet + description: Transform text into NATO phonetic alphabet for oral transmission. + + basic-auth-generator: + title: Basic auth generator + description: Generate a base64 basic auth header from an username and a password. + + text-to-unicode: + title: Text to Unicode + description: Parse and convert text to unicode and vice-versa + + ipv4-range-expander: + title: IPv4 range expander + description: Given a start and an end IPv4 address this tool calculates a valid IPv4 network with its CIDR notation. + + text-diff: + title: Text diff + description: Compare two texts and see the differences between them. + + otp-generator: + title: OTP code generator + description: Generate and validate time-based OTP (one time password) for multi-factor authentication. + + url-encoder: + title: Encode/decode url formatted strings + description: Encode to url-encoded format (also known as "percent-encoded") or decode from it. + + text-to-binary: + title: Text to ASCII binary + description: Convert text to its ASCII binary representation and vice versa. diff --git a/locales/es.yaml b/locales/es.yml similarity index 100% rename from locales/es.yaml rename to locales/es.yml diff --git a/locales/fr.yml b/locales/fr.yml index ff128461..35c7df2e 100644 --- a/locales/fr.yml +++ b/locales/fr.yml @@ -63,3 +63,19 @@ tools: measurement: Mesure text: Texte data: Données + + token-generator: + title: Générateur de token + description: >- + Génère une chaîne aléatoire avec les caractères que vous voulez, lettres + majuscules ou minuscules, chiffres et/ou symboles. + uppercase: Majuscules (ABC...) + lowercase: Minuscules (abc...) + numbers: Chiffres (123...) + symbols: Symboles (!-;...) + button: + copy: Copier + refresh: Rafraichir + copied: Le token a été copié + length: Longueur + tokenPlaceholder: Le token... diff --git a/locales/vi.yml b/locales/vi.yml index efcaf8d4..9eb16bf0 100644 --- a/locales/vi.yml +++ b/locales/vi.yml @@ -69,3 +69,314 @@ tools: measurement: Đo lường text: Văn bản data: Dữ liệu + + password-strength-analyser: + title: Bộ phân tích độ mạnh mật khẩu + description: Khám phá độ mạnh của mật khẩu của bạn với công cụ phân tích độ mạnh mật khẩu chỉ chạy trên phía máy khách và ước tính thời gian phá mật khẩu. + + chronometer: + title: Đồng hồ bấm giờ + description: Giám sát thời gian của một sự việc. Cơ bản là một đồng hồ bấm giờ với các tính năng đơn giản. + + token-generator: + title: Trình tạo mã thông báo + description: Tạo chuỗi ngẫu nhiên với các ký tự bạn muốn, chữ hoa hoặc chữ thường, số và/hoặc ký tự đặc biệt. + + uppercase: Chữ hoa (ABC...) + lowercase: Chữ thường (abc...) + numbers: Số (123...) + symbols: Ký tự đặc biệt (!-;...) + length: Độ dài + tokenPlaceholder: 'Mã thông báo...' + copied: Mã thông báo đã được sao chép vào clipboard + button: + copy: Sao chép + refresh: Làm mới + + percentage-calculator: + title: Máy tính phần trăm + description: Dễ dàng tính toán phần trăm từ một giá trị đến giá trị khác, hoặc từ một phần trăm đến một giá trị. + + svg-placeholder-generator: + title: Trình tạo hình ảnh SVG giả định + description: Tạo hình ảnh svg để sử dụng làm giả định trong ứng dụng của bạn. + + json-to-csv: + title: Chuyển đổi JSON thành CSV + description: Chuyển đổi JSON thành CSV với việc tự động phát hiện tiêu đề. + + camera-recorder: + title: Ghi lại camera + description: Chụp ảnh hoặc quay video từ webcam hoặc máy ảnh của bạn. + keycode-info: + title: Thông tin Keycode + description: Tìm mã keycode, mã, vị trí và các phím điều khiển của bất kỳ phím nào được nhấn. + + emoji-picker: + title: Bộ chọn biểu tượng cảm xúc + description: Sao chép và dán biểu tượng cảm xúc một cách dễ dàng và nhận giá trị unicode và mã điểm của mỗi biểu tượng cảm xúc. + + color-converter: + title: Trình chuyển đổi màu + description: Chuyển đổi màu giữa các định dạng khác nhau (hex, rgb, hsl và tên css) + + bcrypt: + title: Bcrypt + description: Mã hóa và so sánh chuỗi văn bản sử dụng bcrypt. Bcrypt là một hàm mã hóa mật khẩu dựa trên thuật toán Blowfish. + crontab-generator: + title: Trình tạo Crontab + description: Xác thực và tạo crontab và lấy mô tả đọc được của lịch trình cron. + http-status-codes: + title: Mã trạng thái HTTP + description: Danh sách tất cả các mã trạng thái HTTP, tên và ý nghĩa của chúng. + + sql-prettify: + title: Định dạng và làm đẹp SQL + description: Định dạng và làm đẹp các truy vấn SQL của bạn trực tuyến (hỗ trợ nhiều ngôn ngữ SQL khác nhau). + + benchmark-builder: + title: Trình tạo bảng đánh giá + description: Dễ dàng so sánh thời gian thực thi của các nhiệm vụ với trình tạo bảng đánh giá trực tuyến đơn giản này. + git-memo: + title: Lệnh Git + description: Git là một phần mềm quản lý phiên bản phân tán. Với bảng ghi chú này, bạn sẽ có thể truy cập nhanh vào các lệnh Git phổ biến nhất. + + slugify-string: + title: Chuyển đổi chuỗi thành slug + description: Biến đổi chuỗi thành dạng an toàn để sử dụng trong URL, tên file và ID. + + encryption: + title: Mã hóa / giải mã văn bản + description: Mã hóa và giải mã văn bản rõ bằng cách sử dụng thuật toán mã hóa như AES, TripleDES, Rabbit hoặc RC4. + + random-port-generator: + title: Trình tạo số cổng ngẫu nhiên + description: Tạo số cổng ngẫu nhiên nằm ngoài phạm vi của các cổng "biết được" (0-1023). + + yaml-prettify: + title: Định dạng và làm đẹp YAML + description: Định dạng chuỗi YAML của bạn thành một định dạng dễ đọc và thân thiện với con người. + + eta-calculator: + title: Máy tính ETA + description: Một máy tính ETA (Thời gian dự kiến đến) để biết thời gian kết thúc xấp xỉ của một nhiệm vụ, ví dụ như thời điểm kết thúc của một quá trình tải xuống. + + roman-numeral-converter: + title: Bộ chuyển đổi số La Mã + description: Chuyển đổi số La Mã thành số và chuyển đổi số thành số La Mã. + + hmac-generator: + title: Máy tạo HMAC + description: Tính toán mã xác thực thông điệp dựa trên hash (HMAC) sử dụng một khóa bí mật và hàm băm yêu thích của bạn. + + bip39-generator: + title: Trình tạo BIP39 passphrase + description: Tạo BIP39 passphrase từ mnemonic hiện có hoặc ngẫu nhiên, hoặc lấy mnemonic từ passphrase. + base64-file-converter: + title: Trình chuyển đổi tệp Base64 + description: Chuyển đổi chuỗi, tệp hoặc hình ảnh thành mã Base64. + list-converter: + title: Trình chuyển đổi danh sách + description: Công cụ này có thể xử lý dữ liệu dựa trên cột và áp dụng các thay đổi khác nhau (đảo ngược, thêm tiền tố và hậu tố, đảo danh sách, sắp xếp danh sách, giảm giá trị thành chữ thường, cắt giá trị) cho mỗi hàng. + + base64-string-converter: + title: Trình mã hóa/giải mã chuỗi Base64 + description: Đơn giản mã hóa và giải mã chuỗi thành mã Base64. + toml-to-yaml: + title: Chuyển đổi TOML thành YAML + description: Phân tích và chuyển đổi TOML thành YAML. + + math-evaluator: + title: Trình đánh giá toán học + description: Một máy tính để tính toán biểu thức toán học. Bạn có thể sử dụng các hàm như sqrt, cos, sin, abs, v.v. + + json-to-yaml-converter: + title: Chuyển đổi JSON sang YAML + description: Chuyển đổi đơn giản JSON sang YAML với công cụ chuyển đổi trực tuyến này. + + url-parser: + title: Trình phân tích URL + description: Phân tích một chuỗi URL để lấy tất cả các phần khác nhau (giao thức, nguồn gốc, tham số, cổng, tên người dùng-mật khẩu, ...) + + iban-validator-and-parser: + title: Kiểm tra và phân tích số IBAN + description: Xác thực và phân tích số IBAN. Kiểm tra tính hợp lệ của IBAN và lấy thông tin về quốc gia, BBAN, xem có phải là QR-IBAN và định dạng thân thiện của IBAN. + + user-agent-parser: + title: Trình phân tích User-agent + description: Phát hiện và phân tích trình duyệt, engine, hệ điều hành, CPU và kiểu/mô hình thiết bị từ chuỗi user-agent. + + numeronym-generator: + title: Trình tạo Numeronym + description: Numeronym là một từ mà một số được sử dụng để tạo thành một từ viết tắt. Ví dụ, "i18n" là một numeronym của "internationalization" trong đó số 18 đại diện cho số chữ cái giữa chữ i đầu tiên và chữ n cuối cùng trong từ. + + case-converter: + title: Chuyển đổi chữ hoa/chữ thường + description: Thay đổi kiểu chữ của một chuỗi và chọn giữa các định dạng khác nhau + html-entities: + title: Thay thế các ký tự HTML + description: Thay thế hoặc bỏ thẻ các ký tự HTML (thay thế <,>, &, " và \' thành phiên bản HTML tương ứng) + + json-prettify: + title: Định dạng và làm đẹp JSON + description: Định dạng chuỗi JSON của bạn thành một định dạng dễ đọc và thân thiện với con người. + + docker-run-to-docker-compose-converter: + title: Chuyển đổi lệnh docker run thành tệp docker-compose + description: Chuyển đổi các lệnh docker run thành tệp docker-compose! + + mac-address-lookup: + title: Tra cứu địa chỉ MAC + description: Tìm nhà sản xuất và nhà cung cấp của thiết bị dựa trên địa chỉ MAC. + + mime-types: + title: Loại Mime + description: Chuyển đổi loại mime thành phần mở rộng và ngược lại. + + toml-to-json: + title: Chuyển đổi TOML thành JSON + description: Phân tích và chuyển đổi TOML thành JSON. + + lorem-ipsum-generator: + title: Máy tạo văn bản Lorem ipsum + description: Lorem ipsum là một đoạn văn bản giả được sử dụng phổ biến để thể hiện hình thức của một tài liệu hoặc một kiểu chữ mà không cần dựa vào nội dung có ý nghĩa + + qrcode-generator: + title: Tạo mã QR + description: Tạo và tải xuống mã QR cho một URL hoặc chỉ một đoạn văn bản và tùy chỉnh màu nền và màu chữ. + + wifi-qrcode-generator: + title: Tạo mã QR WiFi + description: Tạo và tải xuống mã QR để kết nối nhanh đến mạng WiFi. + + xml-formatter: + title: Định dạng XML + description: Định dạng chuỗi XML của bạn thành một định dạng dễ đọc và thân thiện với con người. + + temperature-converter: + title: Bộ chuyển đổi nhiệt độ + description: Chuyển đổi độ nhiệt độ cho Kelvin, Celsius, Fahrenheit, Rankine, Delisle, Newton, Réaumur và Rømer. + + chmod-calculator: + title: Máy tính Chmod + description: Tính toán quyền và lệnh chmod của bạn với máy tính Chmod trực tuyến này. + rsa-key-pair-generator: + title: Trình tạo cặp khóa RSA + description: Tạo các chứng chỉ pem khóa riêng tư và khóa công khai RSA ngẫu nhiên mới. + + html-wysiwyg-editor: + title: Trình soạn thảo HTML WYSIWYG + description: Trình soạn thảo HTML trực tuyến với trình soạn thảo WYSIWYG đa chức năng, lấy mã nguồn của nội dung ngay lập tức. + + yaml-to-toml: + title: YAML sang TOML + description: Phân tích và chuyển đổi YAML sang TOML. + + mac-address-generator: + title: Trình tạo địa chỉ MAC + description: Nhập số lượng và tiền tố. Địa chỉ MAC sẽ được tạo ra theo kiểu chữ hoa hoặc chữ thường theo lựa chọn của bạn + + json-diff: + title: So sánh JSON + description: So sánh hai đối tượng JSON và lấy ra sự khác biệt giữa chúng. + + jwt-parser: + title: Giải mã JWT + description: Giải mã và hiển thị nội dung của JSON Web Token (jwt). + + date-converter: + title: Chuyển đổi ngày-tháng + description: Chuyển đổi ngày và thời gian sang các định dạng khác nhau + + phone-parser-and-formatter: + title: Trình phân tích và định dạng số điện thoại + description: Phân tích, xác thực và định dạng số điện thoại. Lấy thông tin về số điện thoại, như mã quốc gia, loại, v.v. + + ipv4-subnet-calculator: + title: Máy tính mạng con IPv4 + description: Phân tích các khối CIDR IPv4 của bạn và nhận thông tin về mạng con của bạn. + + og-meta-generator: + title: Trình tạo meta Open Graph + description: Tạo các thẻ meta HTML Open Graph và mạng xã hội cho trang web của bạn. + + ipv6-ula-generator: + title: Trình tạo địa chỉ IPv6 ULA + description: Tạo địa chỉ IP cục bộ, không thể định tuyến trên mạng của bạn theo RFC4193. + + hash-text: + title: Mã hóa văn bản + description: 'Mã hóa một chuỗi văn bản bằng cách sử dụng các hàm bạn cần: MD5, SHA1, SHA256, SHA224, SHA512, SHA384, SHA3 hoặc RIPEMD160' + json-to-toml: + title: Chuyển đổi JSON sang TOML + description: Phân tích và chuyển đổi JSON sang TOML. + + device-information: + title: Thông tin thiết bị + description: Lấy thông tin về thiết bị hiện tại của bạn (kích thước màn hình, tỷ lệ pixel, user agent, ...) + + pdf-signature-checker: + title: Kiểm tra chữ ký PDF + description: Xác minh chữ ký của một tệp PDF. Một tệp PDF đã được ký có chứa một hoặc nhiều chữ ký có thể được sử dụng để xác định xem nội dung của tệp đã được thay đổi kể từ khi tệp được ký. + + json-minify: + title: Giảm kích thước JSON + description: Giảm kích thước và nén JSON của bạn bằng cách loại bỏ khoảng trắng không cần thiết. + + ulid-generator: + title: Tạo ULID + description: Tạo ngẫu nhiên mã định danh duy nhất có thể sắp xếp theo thứ tự từ điển (ULID). + string-obfuscator: + title: Mã hóa chuỗi + description: Mã hóa một chuỗi (như một bí mật, một IBAN hoặc một mã thông báo) để có thể chia sẻ và nhận dạng mà không tiết lộ nội dung. + + base-converter: + title: Chuyển đổi cơ số số nguyên + description: Chuyển đổi số giữa các cơ số khác nhau (thập phân, thập lục phân, nhị phân, bát phân, base64, ...) + + yaml-to-json-converter: + title: Trình chuyển đổi YAML sang JSON + description: Chuyển đổi YAML sang JSON một cách đơn giản với công cụ chuyển đổi trực tuyến này. + + uuid-generator: + title: Trình tạo UUID + description: Một UUID (Universally Unique Identifier) là một số 128 bit được sử dụng để xác định thông tin trong hệ thống máy tính. Số lượng UUID có thể có là 16^32, tương đương với 2^128 hoặc khoảng 3.4x10^38 (rất lớn!). + + ipv4-address-converter: + title: Chuyển đổi địa chỉ Ipv4 + description: Chuyển đổi địa chỉ ip thành số thập phân, nhị phân, thập lục phân hoặc thậm chí thành ipv6 + + text-statistics: + title: Thống kê văn bản + description: Lấy thông tin về một văn bản, số ký tự, số từ, kích thước của nó, ... + + text-to-nato-alphabet: + title: Chuyển đổi văn bản thành bảng chữ cái NATO + description: Chuyển đổi văn bản thành bảng chữ cái phiên âm NATO để truyền tải bằng miệng. + + basic-auth-generator: + title: Tạo mã xác thực cơ bản + description: Tạo một tiêu đề xác thực cơ bản base64 từ tên người dùng và mật khẩu. + text-to-unicode: + title: Chuyển đổi văn bản thành Unicode + description: Phân tích và chuyển đổi văn bản thành Unicode và ngược lại + + ipv4-range-expander: + title: Mở rộng dải IPv4 + description: Cho một địa chỉ IPv4 bắt đầu và kết thúc, công cụ này tính toán một mạng IPv4 hợp lệ với ký hiệu CIDR của nó. + + text-diff: + title: So sánh văn bản + description: So sánh hai văn bản và xem sự khác biệt giữa chúng. + + otp-generator: + title: Tạo mã OTP + description: Tạo và xác thực mã OTP (mật khẩu một lần) dựa trên thời gian cho xác thực đa yếu tố. + + url-encoder: + title: Mã hóa/giải mã chuỗi định dạng URL + description: Mã hóa thành định dạng URL (còn được gọi là "percent-encoded") hoặc giải mã từ đó. + + 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. diff --git a/locales/zh.yml b/locales/zh.yml index d16a9ac8..160fe1fa 100644 --- a/locales/zh.yml +++ b/locales/zh.yml @@ -69,3 +69,321 @@ tools: measurement: '测量' text: '文本' data: '数据' + + password-strength-analyser: + title: 密码强度分析仪 + description: 使用此密码强度分析器和破解时间估计工具来发现密码的强度。 + + chronometer: + title: 计时器 + description: 监控事物的持续时间。基本上是一种具有简单计时器功能的计时器。 + token-generator: + title: Token 生成器 + description: 使用您想要的字符、大写或小写字母、数字和/或符号生成随机字符串。 + + uppercase: '大写 (ABC...)' + lowercase: '小写 (abc...)' + numbers: '数字 (123...)' + symbols: '符号 (!-;...)' + length: '长度' + tokenPlaceholder: '令牌...' + copied: 复制到剪贴板 + button: + copy: 复制 + refresh: 刷新 + percentage-calculator: + title: 百分比计算器 + description: 轻松计算从一个值到另一个值的百分比,或从百分比到值的百分比。 + + svg-placeholder-generator: + title: SVG 占位符生成器 + description: 生成 svg 图像以用作应用程序中的占位符。 + + json-to-csv: + title: JSON 转 CSV + description: 使用自动标头检测将JSON转换为CSV。 + + camera-recorder: + title: 摄像机记录器 + description: 从网络摄像头或照相机拍摄照片或录制视频。 + + keycode-info: + title: Keycode 信息 + description: 查找任何按下的键的javascript键代码、代码、位置和修饰符。 + + emoji-picker: + title: Emoji 选择器 + description: 轻松复制和粘贴Emoji表情符号,并获得每个表情符号的unicode和code points值. + + color-converter: + title: Color 选择器 + description: 在不同格式(十六进制、rgb、hsl和css名称)之间转换颜色 + bcrypt: + title: 加密 + description: 使用bcrypt对文本字符串进行哈希和比较。Bcrypt是一个基于Blowfish密码的密码哈希函数。 + + crontab-generator: + title: Crontab 表达式生成 + description: 验证并生成crontab,并获取cron调度的可读描述。 + + http-status-codes: + title: HTTP 状态码 + description: 所有HTTP状态的列表对其名称和含义解释。 + + sql-prettify: + title: SQL 美化和格式化 + description: 在线格式化和美化您的 SQL 查询(它支持各种 SQL 方言)。 + + benchmark-builder: + title: 基准生成器 + description: 简单的在线基准构建器可以轻松比较任务的执行时间。 + + git-memo: + title: Git 备忘录 + description: Git是一种去中心化的版本管理软件。使用此备忘单,您可以快速访问最常见的git命令. + + slugify-string: + title: 打乱字符串 + description: 确保字符串 url、文件名和 id 安全。 + + encryption: + title: 加密/解密文本 + description: 使用加密算法(如AES、TripleDES、Rabbit或RC4)加密和解密文本明文。 + + random-port-generator: + title: 随机端口生成 + description: 生成“已知”端口范围(0-1023)之外的随机端口号。 + + yaml-prettify: + title: YAML美化和格式化 + description: 将YAML字符串修饰为友好的可读格式。 + + eta-calculator: + title: ETA 计算器 + description: ETA(估计到达时间)计算器,用于知道任务的近似结束时间,例如下载的结束时刻。 + + roman-numeral-converter: + title: 罗马数字转换器 + description: 将罗马数字转换为数字,并将数字转换为罗马数字。 + + hmac-generator: + title: Hmac 生成器 + description: 使用密钥和您喜欢的哈希函数计算基于哈希的消息身份验证代码(HMAC)。 + + bip39-generator: + title: BIP39密码生成器 + description: 从现有或随机助记符生成BIP39密码短语,或从密码短语获取助记符。 + + base64-file-converter: + title: Base64 文件转换器 + description: 将字符串、文件或图像转换为其 Base64 表示形式。 + list-converter: + title: List 转换器 + description: 该工具可以处理基于数组的数据,并将各种更改(转置、添加前缀和后缀、反向列表、排序列表、小写值、截断值)应用于每一行。 + + base64-string-converter: + title: Base64 字符串编码/解码 + description: 将字符串编码和解码为其 Base64 格式表示形式即可。 + + toml-to-yaml: + title: TOML 到 YAML + description: Parse and convert TOML to YAML. + + math-evaluator: + title: 数学计算器 + description: 计算数学表达式的计算器。您可以使用sqrt、cos、sin、abs等函数。 + + json-to-yaml-converter: + title: JSON到YAML转换器 + description: 在线转换将JSON转换为YAML。 + + url-parser: + title: Url分析器 + description: 解析url字符串以获取所有不同的部分(协议、来源、参数、端口、用户名密码…) + + iban-validator-and-parser: + title: IBAN验证器和解析器 + description: 验证和分析IBAN编号。检查IBAN是否有效,并获取国家BBAN,如果它是QR-IBAN和IBAN友好格式。 + + user-agent-parser: + title: 用户代理分析器 + description: 从用户代理字符串中检测和分析浏览器、引擎、操作系统、CPU和设备类型/型号。 + + numeronym-generator: + title: 数字名称生成器 + description: 数字名是一个用数字构成缩写的词。例如,“i18n”是“国际化”的名词,其中18表示单词中第一个i和最后一个n之间的字母数。 + + case-converter: + title: 大小写转换 + description: 更改字符串的大小写并在不同格式之间进行选择 + + html-entities: + title: 转义html实体 + description: 转义或unescape html实体(将<、>、&、“和\'替换为其html版本) + + json-prettify: + title: JSON美化和格式化 + description: 将JSON字符串修饰为友好的可读格式。 + + docker-run-to-docker-compose-converter: + title: Docker Run 到 docker-compose 转换器 + description: 将 docker run 命令行转换为 docker-compose 文件! + + mac-address-lookup: + title: MAC地址查找 + description: 通过设备的MAC地址查找设备的供应商和制造商。 + + mime-types: + title: mime类型 + description: 将mime类型转换为扩展,反之亦然。 + + toml-to-json: + title: TOML 到 JSON + description: 解析TOML并将其转换为JSON。 + + lorem-ipsum-generator: + title: Lorem ipsum生成器 + description: Lorem ipsum是一种占位符文本,通常用于演示文档或字体的视觉形式,而不依赖于有意义的内容 + + qrcode-generator: + title: 二维码生成器 + description: 生成并下载url或文本的QR代码,并自定义背景和前景颜色。 + + wifi-qrcode-generator: + title: WiFi 二维码生成器 + description: 生成和下载QR码以快速连接到WiFi网络。 + + xml-formatter: + title: XML 格式化 + description: 将XML字符串修饰为友好的可读格式。 + + temperature-converter: + title: 温度转换器 + description: 开尔文、摄氏度、华氏度、兰金、德莱尔、牛顿、雷奥穆尔和罗默温度度数转换。 + + chmod-calculator: + title: Chmod 计算器 + description: 使用此在线的chmod计算器计算chmod权限和命令。 + + rsa-key-pair-generator: + title: RSA密钥对生成器 + description: 生成新的随机RSA私钥和公钥pem证书。 + + html-wysiwyg-editor: + title: HTML所见即所得编辑器 + description: 在线HTML编辑器具有功能丰富的所见即所得编辑器,立即获得内容的源代码。 + + yaml-to-toml: + title: YAML 到 TOML + description: 解析YAML并将其转换为TOML。 + + mac-address-generator: + title: MAC 地址生成器 + description: 输入数量和前缀。MAC地址将以您选择的大小写(大写或小写)生成 + + json-diff: + title: JSON 差异比较 + description: 比较两个JSON对象并获得它们之间的差异。 + jwt-parser: + title: JWT 解析器 + description: 解析和解码JSON Web Token(jwt)并显示其内容。 + + date-converter: + title: 日期时间转换器 + description: 将日期和时间转换为各种不同的格式 + + phone-parser-and-formatter: + title: 电话分析器和格式化程序 + description: 解析、验证和格式化电话号码。获取有关电话号码的信息,如国家/地区代码、类型等。 + + ipv4-subnet-calculator: + title: IPv4子网计算器 + description: 解析IPv4 CIDR块,并获取有关子网络的所有所需信息。 + + og-meta-generator: + title: 开放式图形元生成器 + description: 为您的网站生成开放式图形和社交html元标记。 + + ipv6-ula-generator: + title: IPv6 ULA生成器 + description: 根据RFC4193在网络上生成您自己的本地不可路由IP地址。 + + hash-text: + title: Hash 文本 + description: '使用所需的函数哈希文本字符串:MD5、SHA1、SHA256、SHA224、SHA512、SHA384、SHA3或RIPEMD160' + + json-to-toml: + title: JSON 转 TOML + description: 解析JSON并将其转换为TOML。 + + device-information: + title: 设备信息 + description: 获取有关当前设备的信息(屏幕大小、像素比率、用户代理…) + + pdf-signature-checker: + title: PDF签名检查器 + description: '验证PDF文件的签名。签名的PDF文件包含一个或多个签名,可用于确定文件的内容在签名后是否已被更改。' + + json-minify: + title: JSON 压缩 + description: 通过删除不必要的空白来缩小和压缩JSON。 + + ulid-generator: + title: ULID 生成器 + description: 生成随机的通用唯一词典可排序标识符(ULID)。 + + string-obfuscator: + title: 字符串混淆器 + description: 混淆字符串(如秘密、IBAN 或令牌),使其可共享和可识别,而不泄露其内容。 + + base-converter: + title: 整数基转换器 + description: 在不同的基数(十进制、十六进制、二进制、八进制、base64…)之间转换数字 + + yaml-to-json-converter: + title: YAML到JSON转换器 + description: 使用此在线转换器将YAML转换为JSON。 + + uuid-generator: + title: UUIDs 生成器 + description: 通用唯一标识符(UUID)是一个128位数字,用于标识计算机系统中的信息。可能的UUID数量为16^32,即2^128或约3.4x10^38(这是一个很大的数字!)。 + + ipv4-address-converter: + title: Ipv4地址转换器 + description: 在ipv6中,将ip地址转换为十进制、二进制、十六进制或事件 + + text-statistics: + title: 文本统计 + description: 获取有关文本、字符数、字数、大小等的信息 + + text-to-nato-alphabet: + title: 文本转北约字母表 + description: 将文本转换为北约拼音字母以进行口头传播。 + + basic-auth-generator: + title: 基本身份验证生成器 + description: 从用户名和密码生成 base64 基本身份验证标头。 + + text-to-unicode: + title: 文本转 Unicode + description: 解析文本并将其转换为 unicode,反之亦然 + + ipv4-range-expander: + title: IPv4范围扩展器 + description: 给定起始和结束IPv4地址,此工具使用其CIDR表示法计算有效的IPv4网络。 + + text-diff: + title: 文本比较 + description: 比较两个文本并查看它们之间的差异。 + + otp-generator: + title: OTP代码生成器 + description: 为多因素身份验证生成和验证基于时间的OTP(一次性密码)。 + + url-encoder: + title: 编码/解码url格式的字符串 + description: 编码为url编码格式(也称为“百分比编码”)或从中解码。 + + text-to-binary: + title: 文本到 ASCII 二进制 + description: 将文本转换为其 ASCII 二进制表示形式,反之亦然。 diff --git a/package.json b/package.json index e0148f87..65f29dbd 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "unplugin-auto-import": "^0.16.4", "uuid": "^9.0.0", "vue": "^3.3.4", - "vue-i18n": "^9.2.2", + "vue-i18n": "^9.9.1", "vue-router": "^4.1.6", "vue-tsc": "^1.8.1", "xml-formatter": "^3.3.2", @@ -94,7 +94,7 @@ "devDependencies": { "@antfu/eslint-config": "^0.41.0", "@iconify-json/mdi": "^1.1.50", - "@intlify/unplugin-vue-i18n": "^0.13.0", + "@intlify/unplugin-vue-i18n": "^2.0.0", "@playwright/test": "^1.32.3", "@rushstack/eslint-patch": "^1.2.0", "@tsconfig/node18": "^18.2.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index dfacabd4..a6f7c32f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -156,8 +156,8 @@ dependencies: specifier: ^3.3.4 version: 3.3.4 vue-i18n: - specifier: ^9.2.2 - version: 9.2.2(vue@3.3.4) + specifier: ^9.9.1 + version: 9.9.1(vue@3.3.4) vue-router: specifier: ^4.1.6 version: 4.1.6(vue@3.3.4) @@ -179,8 +179,8 @@ devDependencies: specifier: ^1.1.50 version: 1.1.50 '@intlify/unplugin-vue-i18n': - specifier: ^0.13.0 - version: 0.13.0(rollup@2.79.1)(vue-i18n@9.2.2) + specifier: ^2.0.0 + version: 2.0.0(rollup@2.79.1)(vue-i18n@9.9.1) '@playwright/test': specifier: ^1.32.3 version: 1.32.3 @@ -2200,8 +2200,8 @@ packages: - supports-color dev: true - /@intlify/bundle-utils@7.1.0(vue-i18n@9.2.2): - resolution: {integrity: sha512-Q88Wl2T8oaRXls8Yr6l807jZM88mceJvK7QS6gKdU8/pf3gTpU9XmcYORDgAv6h5WKQMoaFjNVf5+SWLfTAysA==} + /@intlify/bundle-utils@7.5.0(vue-i18n@9.9.1): + resolution: {integrity: sha512-6DymqusddBQ8kVtVBsVFFF7arNfIhuLacOmmsqayT2vl427j9m0VX12mMC+cgoVIodSpRfzYPaPTdPuJq7mK0Q==} engines: {node: '>= 14.16'} peerDependencies: petite-vue-i18n: '*' @@ -2212,65 +2212,39 @@ packages: vue-i18n: optional: true dependencies: - '@intlify/message-compiler': 9.3.0-beta.27 - '@intlify/shared': 9.3.0-beta.27 - acorn: 8.10.0 - escodegen: 2.0.0 + '@intlify/message-compiler': 9.9.1 + '@intlify/shared': 9.9.1 + acorn: 8.11.2 + escodegen: 2.1.0 estree-walker: 2.0.2 jsonc-eslint-parser: 2.3.0 - magic-string: 0.30.2 - mlly: 1.4.0 + magic-string: 0.30.5 + mlly: 1.4.2 source-map-js: 1.0.2 - vue-i18n: 9.2.2(vue@3.3.4) + vue-i18n: 9.9.1(vue@3.3.4) yaml-eslint-parser: 1.2.2 dev: true - /@intlify/core-base@9.2.2: - resolution: {integrity: sha512-JjUpQtNfn+joMbrXvpR4hTF8iJQ2sEFzzK3KIESOx+f+uwIjgw20igOyaIdhfsVVBCds8ZM64MoeNSx+PHQMkA==} - engines: {node: '>= 14'} - dependencies: - '@intlify/devtools-if': 9.2.2 - '@intlify/message-compiler': 9.2.2 - '@intlify/shared': 9.2.2 - '@intlify/vue-devtools': 9.2.2 - - /@intlify/devtools-if@9.2.2: - resolution: {integrity: sha512-4ttr/FNO29w+kBbU7HZ/U0Lzuh2cRDhP8UlWOtV9ERcjHzuyXVZmjyleESK6eVP60tGC9QtQW9yZE+JeRhDHkg==} - engines: {node: '>= 14'} - dependencies: - '@intlify/shared': 9.2.2 - - /@intlify/message-compiler@9.2.2: - resolution: {integrity: sha512-IUrQW7byAKN2fMBe8z6sK6riG1pue95e5jfokn8hA5Q3Bqy4MBJ5lJAofUsawQJYHeoPJ7svMDyBaVJ4d0GTtA==} - engines: {node: '>= 14'} - dependencies: - '@intlify/shared': 9.2.2 - source-map: 0.6.1 - - /@intlify/message-compiler@9.3.0-beta.27: - resolution: {integrity: sha512-GC8rSbd7V67Zu+a9Z0bpV4riBek11YCURJU50YaEhV4Ub2JHEPtoYxK5r2eIsq/kp+M2hJyGLiC4NJUrGa2VwQ==} + /@intlify/core-base@9.9.1: + resolution: {integrity: sha512-qsV15dg7jNX2faBRyKMgZS8UcFJViWEUPLdzZ9UR0kQZpFVeIpc0AG7ZOfeP7pX2T9SQ5jSiorq/tii9nkkafA==} engines: {node: '>= 16'} dependencies: - '@intlify/shared': 9.3.0-beta.27 + '@intlify/message-compiler': 9.9.1 + '@intlify/shared': 9.9.1 + + /@intlify/message-compiler@9.9.1: + resolution: {integrity: sha512-zTvP6X6HeumHOXuAE1CMMsV6tTX+opKMOxO1OHTCg5N5Sm/F7d8o2jdT6W6L5oHUsJ/vvkGefHIs7Q3hfowmsA==} + engines: {node: '>= 16'} + dependencies: + '@intlify/shared': 9.9.1 source-map-js: 1.0.2 - dev: true - /@intlify/shared@9.2.2: - resolution: {integrity: sha512-wRwTpsslgZS5HNyM7uDQYZtxnbI12aGiBZURX3BTR9RFIKKRWpllTsgzHWvj3HKm3Y2Sh5LPC1r0PDCKEhVn9Q==} - engines: {node: '>= 14'} - - /@intlify/shared@9.3.0-beta.14-77e850b: - resolution: {integrity: sha512-aHZYRM0sJN+YSUnoC5Dv4L1TFYtP23kdTkrK5cHSEqUbI5UXc8FbnXPal0lJliMhO0ED7Ic7aEOeQX84BM3xCQ==} - engines: {node: '>= 14'} - dev: true - - /@intlify/shared@9.3.0-beta.27: - resolution: {integrity: sha512-hPMsmVCs+ZUVHHU5VORG6LopzXZT7zmyVNqc9OQG80YpA/N4lT/pkJ4B6DTNIsv2C7mwfGM7RdK+0qPki43YgA==} + /@intlify/shared@9.9.1: + resolution: {integrity: sha512-b3Pta1nwkz5rGq434v0psHwEwHGy1pYCttfcM22IE//K9owbpkEvFptx9VcuRAxjQdrO2If249cmDDjBu5wMDA==} engines: {node: '>= 16'} - dev: true - /@intlify/unplugin-vue-i18n@0.13.0(rollup@2.79.1)(vue-i18n@9.2.2): - resolution: {integrity: sha512-Mm9NhcvbsSZ5FXXnCpL/XFCk1hPp809hxErNmnwqGp21JjYOKGp3wpQSrpvGk33ZrHZbhPqAu70IEVEAxVZ5+A==} + /@intlify/unplugin-vue-i18n@2.0.0(rollup@2.79.1)(vue-i18n@9.9.1): + resolution: {integrity: sha512-1oKvm92L9l2od2H9wKx2ZvR4tzn7gUtd7bPLI7AWUmm7U9H1iEypndt5d985ypxGsEs0gToDaKTrytbBIJwwSg==} engines: {node: '>= 14.16'} peerDependencies: petite-vue-i18n: '*' @@ -2284,9 +2258,9 @@ packages: vue-i18n-bridge: optional: true dependencies: - '@intlify/bundle-utils': 7.1.0(vue-i18n@9.2.2) - '@intlify/shared': 9.3.0-beta.14-77e850b - '@rollup/pluginutils': 5.0.2(rollup@2.79.1) + '@intlify/bundle-utils': 7.5.0(vue-i18n@9.9.1) + '@intlify/shared': 9.9.1 + '@rollup/pluginutils': 5.0.5(rollup@2.79.1) '@vue/compiler-sfc': 3.3.4 debug: 4.3.4 fast-glob: 3.3.1 @@ -2296,19 +2270,12 @@ packages: picocolors: 1.0.0 source-map-js: 1.0.2 unplugin: 1.4.0 - vue-i18n: 9.2.2(vue@3.3.4) + vue-i18n: 9.9.1(vue@3.3.4) transitivePeerDependencies: - rollup - supports-color dev: true - /@intlify/vue-devtools@9.2.2: - resolution: {integrity: sha512-+dUyqyCHWHb/UcvY1MlIpO87munedm3Gn6E9WWYdWrMuYLcoIoOEVDWSS8xSwtlPU+kA+MEQTP6Q1iI/ocusJg==} - engines: {node: '>= 14'} - dependencies: - '@intlify/core-base': 9.2.2 - '@intlify/shared': 9.2.2 - /@it-tools/bip39@0.0.4: resolution: {integrity: sha512-0PWO7VKi6VALiFcm8z2WgxzSZ5wAko0OctBZ0I5+jjtSIXm3t1d54yrrHfgFOZDTyMpCXi638oLpzqexcfRtbA==} dependencies: @@ -3374,7 +3341,7 @@ packages: dependencies: '@unhead/dom': 0.5.1 '@unhead/schema': 0.5.1 - '@vueuse/shared': 10.6.1(vue@3.3.4) + '@vueuse/shared': 10.7.2(vue@3.3.4) unhead: 0.5.1 vue: 3.3.4 transitivePeerDependencies: @@ -4016,8 +3983,8 @@ packages: - vue dev: false - /@vueuse/shared@10.6.1(vue@3.3.4): - resolution: {integrity: sha512-TECVDTIedFlL0NUfHWncf3zF9Gc4VfdxfQc8JFwoVZQmxpONhLxFrlm0eHQeidHj4rdTPL3KXJa0TZCk1wnc5Q==} + /@vueuse/shared@10.7.2(vue@3.3.4): + resolution: {integrity: sha512-qFbXoxS44pi2FkgFjPvF4h7c9oMDutpyBdcJdMYIMg9XyXli2meFMuaKn+UMgsClo//Th6+beeCgqweT/79BVA==} dependencies: vue-demi: 0.14.6(vue@3.3.4) transitivePeerDependencies: @@ -5153,15 +5120,14 @@ packages: engines: {node: '>=12'} dev: false - /escodegen@2.0.0: - resolution: {integrity: sha512-mmHKys/C8BFUGI+MAWNcSYoORYLMdPzjrknd2Vc+bUsjN5bXcr8EhrNB+UTqfL1y3I9c4fw2ihgtMPQLBRiQxw==} + /escodegen@2.1.0: + resolution: {integrity: sha512-2NlIDTwUWJN0mRPQOdtQBzbUHvdGY2P1VXSyU83Q3xKxM7WHX2Ql8dKq782Q9TgQUNOLEzEYu9bzLNj1q88I5w==} engines: {node: '>=6.0'} hasBin: true dependencies: esprima: 4.0.1 estraverse: 5.3.0 esutils: 2.0.3 - optionator: 0.8.3 optionalDependencies: source-map: 0.6.1 dev: true @@ -6666,14 +6632,6 @@ packages: engines: {node: '>=6'} dev: true - /levn@0.3.0: - resolution: {integrity: sha512-0OO4y2iOHix2W6ujICbKIaEQXvFQHue65vUG3pb5EUomzPI90z9hsA1VsO/dbIIpC53J8gxM9Q4Oho0jrCM/yA==} - engines: {node: '>= 0.8.0'} - dependencies: - prelude-ls: 1.1.2 - type-check: 0.3.2 - dev: true - /levn@0.4.1: resolution: {integrity: sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==} engines: {node: '>= 0.8.0'} @@ -7198,18 +7156,6 @@ packages: is-wsl: 2.2.0 dev: true - /optionator@0.8.3: - resolution: {integrity: sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==} - engines: {node: '>= 0.8.0'} - dependencies: - deep-is: 0.1.4 - fast-levenshtein: 2.0.6 - levn: 0.3.0 - prelude-ls: 1.1.2 - type-check: 0.3.2 - word-wrap: 1.2.3 - dev: true - /optionator@0.9.3: resolution: {integrity: sha512-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg==} engines: {node: '>= 0.8.0'} @@ -7501,11 +7447,6 @@ packages: source-map-js: 1.0.2 dev: true - /prelude-ls@1.1.2: - resolution: {integrity: sha512-ESF23V4SKG6lVSGZgYNpbsiaAkdab6ZgOxe52p7+Kid3W3u3bxR4Vfd/o21dmN7jSt0IwgZ4v5MUd26FEtXE9w==} - engines: {node: '>= 0.8.0'} - dev: true - /prelude-ls@1.2.1: resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==} engines: {node: '>= 0.8.0'} @@ -8178,6 +8119,7 @@ packages: /source-map@0.6.1: resolution: {integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==} engines: {node: '>=0.10.0'} + dev: true /source-map@0.8.0-beta.0: resolution: {integrity: sha512-2ymg6oRBpebeZi9UUNsgQ89bhx01TcTkmNTGnNO88imTmbSgy4nfujrgVEFKWpMTEGA11EDkTt7mqObTPdigIA==} @@ -8553,13 +8495,6 @@ packages: typescript: 5.2.2 dev: true - /type-check@0.3.2: - resolution: {integrity: sha512-ZCmOJdvOWDBYJlzAoFkC+Q0+bUyEOS1ltgp1MGU03fqHG+dbi9tBFU2Rd9QKiDZFAYrhPh2JUf7rZRIuHRKtOg==} - engines: {node: '>= 0.8.0'} - dependencies: - prelude-ls: 1.1.2 - dev: true - /type-check@0.4.0: resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==} engines: {node: '>= 0.8.0'} @@ -9233,15 +9168,14 @@ packages: - supports-color dev: true - /vue-i18n@9.2.2(vue@3.3.4): - resolution: {integrity: sha512-yswpwtj89rTBhegUAv9Mu37LNznyu3NpyLQmozF3i1hYOhwpG8RjcjIFIIfnu+2MDZJGSZPXaKWvnQA71Yv9TQ==} - engines: {node: '>= 14'} + /vue-i18n@9.9.1(vue@3.3.4): + resolution: {integrity: sha512-xyQ4VspLdNSPTKBFBPWa1tvtj+9HuockZwgFeD2OhxxXuC2CWeNvV4seu2o9+vbQOyQbhAM5Ez56oxUrrnTWdw==} + engines: {node: '>= 16'} peerDependencies: vue: ^3.0.0 dependencies: - '@intlify/core-base': 9.2.2 - '@intlify/shared': 9.2.2 - '@intlify/vue-devtools': 9.2.2 + '@intlify/core-base': 9.9.1 + '@intlify/shared': 9.9.1 '@vue/devtools-api': 6.5.0 vue: 3.3.4 @@ -9414,11 +9348,6 @@ packages: stackback: 0.0.2 dev: true - /word-wrap@1.2.3: - resolution: {integrity: sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==} - engines: {node: '>=0.10.0'} - dev: true - /workbox-background-sync@7.0.0: resolution: {integrity: sha512-S+m1+84gjdueM+jIKZ+I0Lx0BDHkk5Nu6a3kTVxP4fdj3gKouRNmhO8H290ybnJTOPfBDtTMXSQA/QLTvr7PeA==} dependencies: diff --git a/src/plugins/i18n.plugin.ts b/src/plugins/i18n.plugin.ts index 7ef2c98f..f3e8f0e5 100644 --- a/src/plugins/i18n.plugin.ts +++ b/src/plugins/i18n.plugin.ts @@ -1,22 +1,7 @@ +import messages from '@intlify/unplugin-vue-i18n/messages'; +import { get } from '@vueuse/core'; import type { Plugin } from 'vue'; import { createI18n } from 'vue-i18n'; -import baseMessages from '@intlify/unplugin-vue-i18n/messages'; -import _ from 'lodash'; -import { parse as parseYaml } from 'yaml'; - -const i18nFiles = import.meta.glob('../tools/*/locales/**.yml', { as: 'raw' }); - -const messagesByTools = await Promise.all(_.map(i18nFiles, async (fileDescriptor, path) => { - const [, locale] = path.match(/\.\/tools\/.*?\/locales\/(.*)\.ya?ml$/i) ?? []; - const content = parseYaml(await fileDescriptor()); - - return { [locale]: content }; -})); - -const messages = _.merge( - baseMessages, - _.merge({}, ...messagesByTools), -); const i18n = createI18n({ legacy: false, @@ -31,7 +16,6 @@ export const i18nPlugin: Plugin = { }; export const translate = function (localeKey: string) { - // @ts-expect-error global - const hasKey = i18n.global.te(localeKey, i18n.global.locale); + const hasKey = i18n.global.te(localeKey, get(i18n.global.locale)); return hasKey ? i18n.global.t(localeKey) : localeKey; }; diff --git a/src/tools/base64-file-converter/locales/en.yml b/src/tools/base64-file-converter/locales/en.yml deleted file mode 100644 index 501e535e..00000000 --- a/src/tools/base64-file-converter/locales/en.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - base64-file-converter: - title: Base64 file converter - description: Convert string, files or images into a it\'s base64 representation. diff --git a/src/tools/base64-file-converter/locales/fr.yml b/src/tools/base64-file-converter/locales/fr.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/base64-file-converter/locales/pt.yml b/src/tools/base64-file-converter/locales/pt.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/base64-file-converter/locales/uk.yml b/src/tools/base64-file-converter/locales/uk.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/base64-file-converter/locales/vi.yml b/src/tools/base64-file-converter/locales/vi.yml deleted file mode 100644 index c077d6b6..00000000 --- a/src/tools/base64-file-converter/locales/vi.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - base64-file-converter: - title: Trình chuyển đổi tệp Base64 - description: Chuyển đổi chuỗi, tệp hoặc hình ảnh thành mã Base64. \ No newline at end of file diff --git a/src/tools/base64-file-converter/locales/zh.yml b/src/tools/base64-file-converter/locales/zh.yml deleted file mode 100644 index 6d89f778..00000000 --- a/src/tools/base64-file-converter/locales/zh.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - base64-file-converter: - title: Base64 文件转换器 - description: 将字符串、文件或图像转换为其 Base64 表示形式。 \ No newline at end of file diff --git a/src/tools/base64-string-converter/locales/en.yml b/src/tools/base64-string-converter/locales/en.yml deleted file mode 100644 index 19396bfb..00000000 --- a/src/tools/base64-string-converter/locales/en.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - base64-string-converter: - title: Base64 string encoder/decoder - description: Simply encode and decode string into a their base64 representation. diff --git a/src/tools/base64-string-converter/locales/fr.yml b/src/tools/base64-string-converter/locales/fr.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/base64-string-converter/locales/pt.yml b/src/tools/base64-string-converter/locales/pt.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/base64-string-converter/locales/uk.yml b/src/tools/base64-string-converter/locales/uk.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/base64-string-converter/locales/vi.yml b/src/tools/base64-string-converter/locales/vi.yml deleted file mode 100644 index 85ebfb60..00000000 --- a/src/tools/base64-string-converter/locales/vi.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - base64-string-converter: - title: Trình mã hóa/giải mã chuỗi Base64 - description: Đơn giản mã hóa và giải mã chuỗi thành mã Base64. \ No newline at end of file diff --git a/src/tools/base64-string-converter/locales/zh.yml b/src/tools/base64-string-converter/locales/zh.yml deleted file mode 100644 index 397926b7..00000000 --- a/src/tools/base64-string-converter/locales/zh.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - base64-string-converter: - title: Base64 字符串编码/解码 - description: 将字符串编码和解码为其 Base64 格式表示形式即可。 diff --git a/src/tools/basic-auth-generator/locales/en.yml b/src/tools/basic-auth-generator/locales/en.yml deleted file mode 100644 index 41476191..00000000 --- a/src/tools/basic-auth-generator/locales/en.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - basic-auth-generator: - title: Basic auth generator - description: Generate a base64 basic auth header from an username and a password. diff --git a/src/tools/basic-auth-generator/locales/fr.yml b/src/tools/basic-auth-generator/locales/fr.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/basic-auth-generator/locales/pt.yml b/src/tools/basic-auth-generator/locales/pt.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/basic-auth-generator/locales/uk.yml b/src/tools/basic-auth-generator/locales/uk.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/basic-auth-generator/locales/vi.yml b/src/tools/basic-auth-generator/locales/vi.yml deleted file mode 100644 index bfac240c..00000000 --- a/src/tools/basic-auth-generator/locales/vi.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - basic-auth-generator: - title: Tạo mã xác thực cơ bản - description: Tạo một tiêu đề xác thực cơ bản base64 từ tên người dùng và mật khẩu. \ No newline at end of file diff --git a/src/tools/basic-auth-generator/locales/zh.yml b/src/tools/basic-auth-generator/locales/zh.yml deleted file mode 100644 index 8b4de613..00000000 --- a/src/tools/basic-auth-generator/locales/zh.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - basic-auth-generator: - title: 基本身份验证生成器 - description: 从用户名和密码生成 base64 基本身份验证标头。 diff --git a/src/tools/bcrypt/locales/en.yml b/src/tools/bcrypt/locales/en.yml deleted file mode 100644 index 03629afb..00000000 --- a/src/tools/bcrypt/locales/en.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - bcrypt: - title: Bcrypt - description: Hash and compare text string using bcrypt. Bcrypt is a password-hashing function based on the Blowfish cipher. diff --git a/src/tools/bcrypt/locales/fr.yml b/src/tools/bcrypt/locales/fr.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/bcrypt/locales/pt.yml b/src/tools/bcrypt/locales/pt.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/bcrypt/locales/uk.yml b/src/tools/bcrypt/locales/uk.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/bcrypt/locales/vi.yml b/src/tools/bcrypt/locales/vi.yml deleted file mode 100644 index 2858e97d..00000000 --- a/src/tools/bcrypt/locales/vi.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - bcrypt: - title: Bcrypt - description: Mã hóa và so sánh chuỗi văn bản sử dụng bcrypt. Bcrypt là một hàm mã hóa mật khẩu dựa trên thuật toán Blowfish. \ No newline at end of file diff --git a/src/tools/bcrypt/locales/zh.yml b/src/tools/bcrypt/locales/zh.yml deleted file mode 100644 index 8a36022e..00000000 --- a/src/tools/bcrypt/locales/zh.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - bcrypt: - title: 加密 - description: 使用bcrypt对文本字符串进行哈希和比较。Bcrypt是一个基于Blowfish密码的密码哈希函数。 diff --git a/src/tools/benchmark-builder/locales/en.yml b/src/tools/benchmark-builder/locales/en.yml deleted file mode 100644 index 67364693..00000000 --- a/src/tools/benchmark-builder/locales/en.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - benchmark-builder: - title: Benchmark builder - description: Easily compare execution time of tasks with this very simple online benchmark builder. diff --git a/src/tools/benchmark-builder/locales/fr.yml b/src/tools/benchmark-builder/locales/fr.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/benchmark-builder/locales/pt.yml b/src/tools/benchmark-builder/locales/pt.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/benchmark-builder/locales/uk.yml b/src/tools/benchmark-builder/locales/uk.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/benchmark-builder/locales/vi.yml b/src/tools/benchmark-builder/locales/vi.yml deleted file mode 100644 index e86c7054..00000000 --- a/src/tools/benchmark-builder/locales/vi.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - benchmark-builder: - title: Trình tạo bảng đánh giá - description: Dễ dàng so sánh thời gian thực thi của các nhiệm vụ với trình tạo bảng đánh giá trực tuyến đơn giản này. \ No newline at end of file diff --git a/src/tools/benchmark-builder/locales/zh.yml b/src/tools/benchmark-builder/locales/zh.yml deleted file mode 100644 index 4cdcfe8f..00000000 --- a/src/tools/benchmark-builder/locales/zh.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - benchmark-builder: - title: 基准生成器 - description: 简单的在线基准构建器可以轻松比较任务的执行时间。 diff --git a/src/tools/bip39-generator/locales/en.yml b/src/tools/bip39-generator/locales/en.yml deleted file mode 100644 index 6f81e614..00000000 --- a/src/tools/bip39-generator/locales/en.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - bip39-generator: - title: BIP39 passphrase generator - description: Generate BIP39 passphrase from existing or random mnemonic, or get the mnemonic from the passphrase. diff --git a/src/tools/bip39-generator/locales/fr.yml b/src/tools/bip39-generator/locales/fr.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/bip39-generator/locales/pt.yml b/src/tools/bip39-generator/locales/pt.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/bip39-generator/locales/uk.yml b/src/tools/bip39-generator/locales/uk.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/bip39-generator/locales/vi.yml b/src/tools/bip39-generator/locales/vi.yml deleted file mode 100644 index 4a33f247..00000000 --- a/src/tools/bip39-generator/locales/vi.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - bip39-generator: - title: Trình tạo BIP39 passphrase - description: Tạo BIP39 passphrase từ mnemonic hiện có hoặc ngẫu nhiên, hoặc lấy mnemonic từ passphrase. \ No newline at end of file diff --git a/src/tools/bip39-generator/locales/zh.yml b/src/tools/bip39-generator/locales/zh.yml deleted file mode 100644 index 457fc65f..00000000 --- a/src/tools/bip39-generator/locales/zh.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - bip39-generator: - title: BIP39密码生成器 - description: 从现有或随机助记符生成BIP39密码短语,或从密码短语获取助记符。 diff --git a/src/tools/camera-recorder/locales/en.yml b/src/tools/camera-recorder/locales/en.yml deleted file mode 100644 index dfc8cfd2..00000000 --- a/src/tools/camera-recorder/locales/en.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - camera-recorder: - title: Camera recorder - description: Take a picture or record a video from your webcam or camera. diff --git a/src/tools/camera-recorder/locales/fr.yml b/src/tools/camera-recorder/locales/fr.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/camera-recorder/locales/pt.yml b/src/tools/camera-recorder/locales/pt.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/camera-recorder/locales/uk.yml b/src/tools/camera-recorder/locales/uk.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/camera-recorder/locales/vi.yml b/src/tools/camera-recorder/locales/vi.yml deleted file mode 100644 index 42b2c32f..00000000 --- a/src/tools/camera-recorder/locales/vi.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - camera-recorder: - title: Ghi lại camera - description: Chụp ảnh hoặc quay video từ webcam hoặc máy ảnh của bạn. \ No newline at end of file diff --git a/src/tools/camera-recorder/locales/zh.yml b/src/tools/camera-recorder/locales/zh.yml deleted file mode 100644 index 5bdc431b..00000000 --- a/src/tools/camera-recorder/locales/zh.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - camera-recorder: - title: 摄像机记录器 - description: 从网络摄像头或照相机拍摄照片或录制视频。 diff --git a/src/tools/case-converter/locales/en.yml b/src/tools/case-converter/locales/en.yml deleted file mode 100644 index fd4e4d4c..00000000 --- a/src/tools/case-converter/locales/en.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - case-converter: - title: Case converter - description: Change the case of a string and chose between different formats diff --git a/src/tools/case-converter/locales/fr.yml b/src/tools/case-converter/locales/fr.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/case-converter/locales/pt.yml b/src/tools/case-converter/locales/pt.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/case-converter/locales/uk.yml b/src/tools/case-converter/locales/uk.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/case-converter/locales/vi.yml b/src/tools/case-converter/locales/vi.yml deleted file mode 100644 index 6d76646a..00000000 --- a/src/tools/case-converter/locales/vi.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - case-converter: - title: Chuyển đổi chữ hoa/chữ thường - description: Thay đổi kiểu chữ của một chuỗi và chọn giữa các định dạng khác nhau \ No newline at end of file diff --git a/src/tools/case-converter/locales/zh.yml b/src/tools/case-converter/locales/zh.yml deleted file mode 100644 index 98b1fa18..00000000 --- a/src/tools/case-converter/locales/zh.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - case-converter: - title: 大小写转换 - description: 更改字符串的大小写并在不同格式之间进行选择 diff --git a/src/tools/chmod-calculator/locales/en.yml b/src/tools/chmod-calculator/locales/en.yml deleted file mode 100644 index 02a2f93b..00000000 --- a/src/tools/chmod-calculator/locales/en.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - chmod-calculator: - title: Chmod calculator - description: Compute your chmod permissions and commands with this online chmod calculator. diff --git a/src/tools/chmod-calculator/locales/fr.yml b/src/tools/chmod-calculator/locales/fr.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/chmod-calculator/locales/pt.yml b/src/tools/chmod-calculator/locales/pt.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/chmod-calculator/locales/uk.yml b/src/tools/chmod-calculator/locales/uk.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/chmod-calculator/locales/vi.yml b/src/tools/chmod-calculator/locales/vi.yml deleted file mode 100644 index c49e1b4c..00000000 --- a/src/tools/chmod-calculator/locales/vi.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - chmod-calculator: - title: Máy tính Chmod - description: Tính toán quyền và lệnh chmod của bạn với máy tính Chmod trực tuyến này. \ No newline at end of file diff --git a/src/tools/chmod-calculator/locales/zh.yml b/src/tools/chmod-calculator/locales/zh.yml deleted file mode 100644 index 03207a82..00000000 --- a/src/tools/chmod-calculator/locales/zh.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - chmod-calculator: - title: Chmod 计算器 - description: 使用此在线的chmod计算器计算chmod权限和命令。 diff --git a/src/tools/chronometer/locales/en.yml b/src/tools/chronometer/locales/en.yml deleted file mode 100644 index e3dda4af..00000000 --- a/src/tools/chronometer/locales/en.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - chronometer: - title: Chronometer - description: Monitor the duration of a thing. Basically a chronometer with simple chronometer features. diff --git a/src/tools/chronometer/locales/fr.yml b/src/tools/chronometer/locales/fr.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/chronometer/locales/pt.yml b/src/tools/chronometer/locales/pt.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/chronometer/locales/uk.yml b/src/tools/chronometer/locales/uk.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/chronometer/locales/vi.yml b/src/tools/chronometer/locales/vi.yml deleted file mode 100644 index d198b3d3..00000000 --- a/src/tools/chronometer/locales/vi.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - chronometer: - title: Đồng hồ bấm giờ - description: Giám sát thời gian của một sự việc. Cơ bản là một đồng hồ bấm giờ với các tính năng đơn giản. diff --git a/src/tools/chronometer/locales/zh.yml b/src/tools/chronometer/locales/zh.yml deleted file mode 100644 index 371de13e..00000000 --- a/src/tools/chronometer/locales/zh.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - chronometer: - title: 计时器 - description: 监控事物的持续时间。基本上是一种具有简单计时器功能的计时器。 \ No newline at end of file diff --git a/src/tools/color-converter/locales/en.yml b/src/tools/color-converter/locales/en.yml deleted file mode 100644 index 55a41783..00000000 --- a/src/tools/color-converter/locales/en.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - color-converter: - title: Color converter - description: Convert color between the different formats (hex, rgb, hsl and css name) diff --git a/src/tools/color-converter/locales/fr.yml b/src/tools/color-converter/locales/fr.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/color-converter/locales/pt.yml b/src/tools/color-converter/locales/pt.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/color-converter/locales/uk.yml b/src/tools/color-converter/locales/uk.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/color-converter/locales/vi.yml b/src/tools/color-converter/locales/vi.yml deleted file mode 100644 index 18af261a..00000000 --- a/src/tools/color-converter/locales/vi.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - color-converter: - title: Trình chuyển đổi màu - description: Chuyển đổi màu giữa các định dạng khác nhau (hex, rgb, hsl và tên css) diff --git a/src/tools/color-converter/locales/zh.yml b/src/tools/color-converter/locales/zh.yml deleted file mode 100644 index 9f71d99e..00000000 --- a/src/tools/color-converter/locales/zh.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - color-converter: - title: Color 选择器 - description: 在不同格式(十六进制、rgb、hsl和css名称)之间转换颜色 \ No newline at end of file diff --git a/src/tools/crontab-generator/locales/en.yml b/src/tools/crontab-generator/locales/en.yml deleted file mode 100644 index b8363312..00000000 --- a/src/tools/crontab-generator/locales/en.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - crontab-generator: - title: Crontab generator - description: Validate and generate crontab and get the human readable description of the cron schedule. diff --git a/src/tools/crontab-generator/locales/fr.yml b/src/tools/crontab-generator/locales/fr.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/crontab-generator/locales/pt.yml b/src/tools/crontab-generator/locales/pt.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/crontab-generator/locales/uk.yml b/src/tools/crontab-generator/locales/uk.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/crontab-generator/locales/vi.yml b/src/tools/crontab-generator/locales/vi.yml deleted file mode 100644 index a4cda26b..00000000 --- a/src/tools/crontab-generator/locales/vi.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - crontab-generator: - title: Trình tạo Crontab - description: Xác thực và tạo crontab và lấy mô tả đọc được của lịch trình cron. \ No newline at end of file diff --git a/src/tools/crontab-generator/locales/zh.yml b/src/tools/crontab-generator/locales/zh.yml deleted file mode 100644 index 282db409..00000000 --- a/src/tools/crontab-generator/locales/zh.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - crontab-generator: - title: Crontab 表达式生成 - description: 验证并生成crontab,并获取cron调度的可读描述。 diff --git a/src/tools/date-time-converter/locales/en.yml b/src/tools/date-time-converter/locales/en.yml deleted file mode 100644 index a689eafe..00000000 --- a/src/tools/date-time-converter/locales/en.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - date-converter: - title: Date-time converter - description: Convert date and time into the various different formats diff --git a/src/tools/date-time-converter/locales/fr.yml b/src/tools/date-time-converter/locales/fr.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/date-time-converter/locales/pt.yml b/src/tools/date-time-converter/locales/pt.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/date-time-converter/locales/uk.yml b/src/tools/date-time-converter/locales/uk.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/date-time-converter/locales/vi.yml b/src/tools/date-time-converter/locales/vi.yml deleted file mode 100644 index 18be848f..00000000 --- a/src/tools/date-time-converter/locales/vi.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - date-converter: - title: Chuyển đổi ngày-tháng - description: Chuyển đổi ngày và thời gian sang các định dạng khác nhau diff --git a/src/tools/date-time-converter/locales/zh.yml b/src/tools/date-time-converter/locales/zh.yml deleted file mode 100644 index f5d98b1b..00000000 --- a/src/tools/date-time-converter/locales/zh.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - date-converter: - title: 日期时间转换器 - description: 将日期和时间转换为各种不同的格式 diff --git a/src/tools/device-information/locales/en.yml b/src/tools/device-information/locales/en.yml deleted file mode 100644 index 42a9248c..00000000 --- a/src/tools/device-information/locales/en.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - device-information: - title: Device information - description: Get information about your current device (screen size, pixel-ratio, user agent, ...) diff --git a/src/tools/device-information/locales/fr.yml b/src/tools/device-information/locales/fr.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/device-information/locales/pt.yml b/src/tools/device-information/locales/pt.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/device-information/locales/uk.yml b/src/tools/device-information/locales/uk.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/device-information/locales/vi.yml b/src/tools/device-information/locales/vi.yml deleted file mode 100644 index e25ceda0..00000000 --- a/src/tools/device-information/locales/vi.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - device-information: - title: Thông tin thiết bị - description: Lấy thông tin về thiết bị hiện tại của bạn (kích thước màn hình, tỷ lệ pixel, user agent, ...) diff --git a/src/tools/device-information/locales/zh.yml b/src/tools/device-information/locales/zh.yml deleted file mode 100644 index 05e129b1..00000000 --- a/src/tools/device-information/locales/zh.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - device-information: - title: 设备信息 - description: 获取有关当前设备的信息(屏幕大小、像素比率、用户代理…) diff --git a/src/tools/docker-run-to-docker-compose-converter/locales/en.yml b/src/tools/docker-run-to-docker-compose-converter/locales/en.yml deleted file mode 100644 index ebe0db75..00000000 --- a/src/tools/docker-run-to-docker-compose-converter/locales/en.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - docker-run-to-docker-compose-converter: - title: Docker run to Docker compose converter - description: Turns docker run commands into docker-compose files! diff --git a/src/tools/docker-run-to-docker-compose-converter/locales/fr.yml b/src/tools/docker-run-to-docker-compose-converter/locales/fr.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/docker-run-to-docker-compose-converter/locales/pt.yml b/src/tools/docker-run-to-docker-compose-converter/locales/pt.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/docker-run-to-docker-compose-converter/locales/uk.yml b/src/tools/docker-run-to-docker-compose-converter/locales/uk.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/docker-run-to-docker-compose-converter/locales/vi.yml b/src/tools/docker-run-to-docker-compose-converter/locales/vi.yml deleted file mode 100644 index 725ba92b..00000000 --- a/src/tools/docker-run-to-docker-compose-converter/locales/vi.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - docker-run-to-docker-compose-converter: - title: Chuyển đổi lệnh docker run thành tệp docker-compose - description: Chuyển đổi các lệnh docker run thành tệp docker-compose! diff --git a/src/tools/docker-run-to-docker-compose-converter/locales/zh.yml b/src/tools/docker-run-to-docker-compose-converter/locales/zh.yml deleted file mode 100644 index afa6fa4a..00000000 --- a/src/tools/docker-run-to-docker-compose-converter/locales/zh.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - docker-run-to-docker-compose-converter: - title: Docker Run 到 docker-compose 转换器 - description: 将 docker run 命令行转换为 docker-compose 文件! diff --git a/src/tools/emoji-picker/locales/en.yml b/src/tools/emoji-picker/locales/en.yml deleted file mode 100644 index 8766e662..00000000 --- a/src/tools/emoji-picker/locales/en.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - emoji-picker: - title: Emoji picker - description: Copy and paste emojis easily and get the unicode and code points value of each emoji. diff --git a/src/tools/emoji-picker/locales/fr.yml b/src/tools/emoji-picker/locales/fr.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/emoji-picker/locales/pt.yml b/src/tools/emoji-picker/locales/pt.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/emoji-picker/locales/uk.yml b/src/tools/emoji-picker/locales/uk.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/emoji-picker/locales/vi.yml b/src/tools/emoji-picker/locales/vi.yml deleted file mode 100644 index 7ace6757..00000000 --- a/src/tools/emoji-picker/locales/vi.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - emoji-picker: - title: Bộ chọn biểu tượng cảm xúc - description: Sao chép và dán biểu tượng cảm xúc một cách dễ dàng và nhận giá trị unicode và mã điểm của mỗi biểu tượng cảm xúc. diff --git a/src/tools/emoji-picker/locales/zh.yml b/src/tools/emoji-picker/locales/zh.yml deleted file mode 100644 index fb01ad70..00000000 --- a/src/tools/emoji-picker/locales/zh.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - emoji-picker: - title: Emoji 选择器 - description: 轻松复制和粘贴Emoji表情符号,并获得每个表情符号的unicode和code points值. diff --git a/src/tools/encryption/locales/en.yml b/src/tools/encryption/locales/en.yml deleted file mode 100644 index 6be962b5..00000000 --- a/src/tools/encryption/locales/en.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - encryption: - title: Encrypt / decrypt text - description: Encrypt and decrypt text clear text using crypto algorithm like AES, TripleDES, Rabbit or RC4. diff --git a/src/tools/encryption/locales/fr.yml b/src/tools/encryption/locales/fr.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/encryption/locales/pt.yml b/src/tools/encryption/locales/pt.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/encryption/locales/uk.yml b/src/tools/encryption/locales/uk.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/encryption/locales/vi.yml b/src/tools/encryption/locales/vi.yml deleted file mode 100644 index 05a6fe94..00000000 --- a/src/tools/encryption/locales/vi.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - encryption: - title: Mã hóa / giải mã văn bản - description: Mã hóa và giải mã văn bản rõ bằng cách sử dụng thuật toán mã hóa như AES, TripleDES, Rabbit hoặc RC4. diff --git a/src/tools/encryption/locales/zh.yml b/src/tools/encryption/locales/zh.yml deleted file mode 100644 index 14464249..00000000 --- a/src/tools/encryption/locales/zh.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - encryption: - title: 加密/解密文本 - description: 使用加密算法(如AES、TripleDES、Rabbit或RC4)加密和解密文本明文。 diff --git a/src/tools/eta-calculator/locales/en.yml b/src/tools/eta-calculator/locales/en.yml deleted file mode 100644 index c4d006e2..00000000 --- a/src/tools/eta-calculator/locales/en.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - eta-calculator: - title: ETA calculator - description: An ETA (Estimated Time of Arrival) calculator to know the approximate end time of a task, for example the moment of ending of a download. diff --git a/src/tools/eta-calculator/locales/fr.yml b/src/tools/eta-calculator/locales/fr.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/eta-calculator/locales/pt.yml b/src/tools/eta-calculator/locales/pt.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/eta-calculator/locales/uk.yml b/src/tools/eta-calculator/locales/uk.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/eta-calculator/locales/vi.yml b/src/tools/eta-calculator/locales/vi.yml deleted file mode 100644 index d3371bdc..00000000 --- a/src/tools/eta-calculator/locales/vi.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - eta-calculator: - title: Máy tính ETA - description: Một máy tính ETA (Thời gian dự kiến đến) để biết thời gian kết thúc xấp xỉ của một nhiệm vụ, ví dụ như thời điểm kết thúc của một quá trình tải xuống. diff --git a/src/tools/eta-calculator/locales/zh.yml b/src/tools/eta-calculator/locales/zh.yml deleted file mode 100644 index 275127dc..00000000 --- a/src/tools/eta-calculator/locales/zh.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - eta-calculator: - title: ETA 计算器 - description: ETA(估计到达时间)计算器,用于知道任务的近似结束时间,例如下载的结束时刻。 diff --git a/src/tools/git-memo/locales/en.yml b/src/tools/git-memo/locales/en.yml deleted file mode 100644 index f435a3e1..00000000 --- a/src/tools/git-memo/locales/en.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - git-memo: - title: Git cheatsheet - description: Git is a decentralized version management software. With this cheatsheet you will have a quick access to the most common git commands. diff --git a/src/tools/git-memo/locales/fr.yml b/src/tools/git-memo/locales/fr.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/git-memo/locales/pt.yml b/src/tools/git-memo/locales/pt.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/git-memo/locales/uk.yml b/src/tools/git-memo/locales/uk.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/git-memo/locales/vi.yml b/src/tools/git-memo/locales/vi.yml deleted file mode 100644 index 3469b201..00000000 --- a/src/tools/git-memo/locales/vi.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - git-memo: - title: Lệnh Git - description: Git là một phần mềm quản lý phiên bản phân tán. Với bảng ghi chú này, bạn sẽ có thể truy cập nhanh vào các lệnh Git phổ biến nhất. diff --git a/src/tools/git-memo/locales/zh.yml b/src/tools/git-memo/locales/zh.yml deleted file mode 100644 index 8c0d7e87..00000000 --- a/src/tools/git-memo/locales/zh.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - git-memo: - title: Git 备忘录 - description: Git是一种去中心化的版本管理软件。使用此备忘单,您可以快速访问最常见的git命令. diff --git a/src/tools/hash-text/locales/en.yml b/src/tools/hash-text/locales/en.yml deleted file mode 100644 index 909ba8da..00000000 --- a/src/tools/hash-text/locales/en.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - hash-text: - title: Hash text - description: 'Hash a text string using the function you need : MD5, SHA1, SHA256, SHA224, SHA512, SHA384, SHA3 or RIPEMD160' diff --git a/src/tools/hash-text/locales/fr.yml b/src/tools/hash-text/locales/fr.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/hash-text/locales/pt.yml b/src/tools/hash-text/locales/pt.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/hash-text/locales/uk.yml b/src/tools/hash-text/locales/uk.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/hash-text/locales/vi.yml b/src/tools/hash-text/locales/vi.yml deleted file mode 100644 index 2aae1d39..00000000 --- a/src/tools/hash-text/locales/vi.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - hash-text: - title: Mã hóa văn bản - description: 'Mã hóa một chuỗi văn bản bằng cách sử dụng các hàm bạn cần: MD5, SHA1, SHA256, SHA224, SHA512, SHA384, SHA3 hoặc RIPEMD160' \ No newline at end of file diff --git a/src/tools/hash-text/locales/zh.yml b/src/tools/hash-text/locales/zh.yml deleted file mode 100644 index 1b45d0d9..00000000 --- a/src/tools/hash-text/locales/zh.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - hash-text: - title: Hash 文本 - description: '使用所需的函数哈希文本字符串:MD5、SHA1、SHA256、SHA224、SHA512、SHA384、SHA3或RIPEMD160' diff --git a/src/tools/hmac-generator/locales/en.yml b/src/tools/hmac-generator/locales/en.yml deleted file mode 100644 index 9e834958..00000000 --- a/src/tools/hmac-generator/locales/en.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - hmac-generator: - title: Hmac generator - description: Computes a hash-based message authentication code (HMAC) using a secret key and your favorite hashing function. diff --git a/src/tools/hmac-generator/locales/fr.yml b/src/tools/hmac-generator/locales/fr.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/hmac-generator/locales/pt.yml b/src/tools/hmac-generator/locales/pt.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/hmac-generator/locales/uk.yml b/src/tools/hmac-generator/locales/uk.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/hmac-generator/locales/vi.yml b/src/tools/hmac-generator/locales/vi.yml deleted file mode 100644 index 6bd9be09..00000000 --- a/src/tools/hmac-generator/locales/vi.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - hmac-generator: - title: Máy tạo HMAC - description: Tính toán mã xác thực thông điệp dựa trên hash (HMAC) sử dụng một khóa bí mật và hàm băm yêu thích của bạn. diff --git a/src/tools/hmac-generator/locales/zh.yml b/src/tools/hmac-generator/locales/zh.yml deleted file mode 100644 index 19a749e4..00000000 --- a/src/tools/hmac-generator/locales/zh.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - hmac-generator: - title: Hmac 生成器 - description: 使用密钥和您喜欢的哈希函数计算基于哈希的消息身份验证代码(HMAC)。 diff --git a/src/tools/html-entities/locales/en.yml b/src/tools/html-entities/locales/en.yml deleted file mode 100644 index e9dd6972..00000000 --- a/src/tools/html-entities/locales/en.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - html-entities: - title: Escape html entities - description: Escape or unescape html entities (replace <,>, &, " and \' to their html version) diff --git a/src/tools/html-entities/locales/fr.yml b/src/tools/html-entities/locales/fr.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/html-entities/locales/pt.yml b/src/tools/html-entities/locales/pt.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/html-entities/locales/uk.yml b/src/tools/html-entities/locales/uk.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/html-entities/locales/vi.yml b/src/tools/html-entities/locales/vi.yml deleted file mode 100644 index 8b560d83..00000000 --- a/src/tools/html-entities/locales/vi.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - html-entities: - title: Thay thế các ký tự HTML - description: Thay thế hoặc bỏ thẻ các ký tự HTML (thay thế <,>, &, " và \' thành phiên bản HTML tương ứng) diff --git a/src/tools/html-entities/locales/zh.yml b/src/tools/html-entities/locales/zh.yml deleted file mode 100644 index 9c7205bf..00000000 --- a/src/tools/html-entities/locales/zh.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - html-entities: - title: 转义html实体 - description: 转义或unescape html实体(将<、>、&、“和\'替换为其html版本) diff --git a/src/tools/html-wysiwyg-editor/locales/en.yml b/src/tools/html-wysiwyg-editor/locales/en.yml deleted file mode 100644 index 03e5e503..00000000 --- a/src/tools/html-wysiwyg-editor/locales/en.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - html-wysiwyg-editor: - title: HTML WYSIWYG editor - description: Online HTML editor with feature-rich WYSIWYG editor, get the source code of the content immediately. diff --git a/src/tools/html-wysiwyg-editor/locales/fr.yml b/src/tools/html-wysiwyg-editor/locales/fr.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/html-wysiwyg-editor/locales/pt.yml b/src/tools/html-wysiwyg-editor/locales/pt.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/html-wysiwyg-editor/locales/uk.yml b/src/tools/html-wysiwyg-editor/locales/uk.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/html-wysiwyg-editor/locales/vi.yml b/src/tools/html-wysiwyg-editor/locales/vi.yml deleted file mode 100644 index 34653351..00000000 --- a/src/tools/html-wysiwyg-editor/locales/vi.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - html-wysiwyg-editor: - title: Trình soạn thảo HTML WYSIWYG - description: Trình soạn thảo HTML trực tuyến với trình soạn thảo WYSIWYG đa chức năng, lấy mã nguồn của nội dung ngay lập tức. diff --git a/src/tools/html-wysiwyg-editor/locales/zh.yml b/src/tools/html-wysiwyg-editor/locales/zh.yml deleted file mode 100644 index b60fea9f..00000000 --- a/src/tools/html-wysiwyg-editor/locales/zh.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - html-wysiwyg-editor: - title: HTML所见即所得编辑器 - description: 在线HTML编辑器具有功能丰富的所见即所得编辑器,立即获得内容的源代码。 diff --git a/src/tools/http-status-codes/locales/en.yml b/src/tools/http-status-codes/locales/en.yml deleted file mode 100644 index 07f2a168..00000000 --- a/src/tools/http-status-codes/locales/en.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - http-status-codes: - title: HTTP status codes - description: The list of all HTTP status codes their name and their meaning. diff --git a/src/tools/http-status-codes/locales/fr.yml b/src/tools/http-status-codes/locales/fr.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/http-status-codes/locales/pt.yml b/src/tools/http-status-codes/locales/pt.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/http-status-codes/locales/uk.yml b/src/tools/http-status-codes/locales/uk.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/http-status-codes/locales/vi.yml b/src/tools/http-status-codes/locales/vi.yml deleted file mode 100644 index 4eb17b32..00000000 --- a/src/tools/http-status-codes/locales/vi.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - http-status-codes: - title: Mã trạng thái HTTP - description: Danh sách tất cả các mã trạng thái HTTP, tên và ý nghĩa của chúng. diff --git a/src/tools/http-status-codes/locales/zh.yml b/src/tools/http-status-codes/locales/zh.yml deleted file mode 100644 index 2d91b370..00000000 --- a/src/tools/http-status-codes/locales/zh.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - http-status-codes: - title: HTTP 状态码 - description: 所有HTTP状态的列表对其名称和含义解释。 diff --git a/src/tools/iban-validator-and-parser/locales/en.yml b/src/tools/iban-validator-and-parser/locales/en.yml deleted file mode 100644 index ab38c2f2..00000000 --- a/src/tools/iban-validator-and-parser/locales/en.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - iban-validator-and-parser: - title: IBAN validator and parser - description: Validate and parse IBAN numbers. Check if IBAN is valid and get the country, BBAN, if it is a QR-IBAN and the IBAN friendly format. diff --git a/src/tools/iban-validator-and-parser/locales/fr.yml b/src/tools/iban-validator-and-parser/locales/fr.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/iban-validator-and-parser/locales/pt.yml b/src/tools/iban-validator-and-parser/locales/pt.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/iban-validator-and-parser/locales/uk.yml b/src/tools/iban-validator-and-parser/locales/uk.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/iban-validator-and-parser/locales/vi.yml b/src/tools/iban-validator-and-parser/locales/vi.yml deleted file mode 100644 index eedc6e01..00000000 --- a/src/tools/iban-validator-and-parser/locales/vi.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - iban-validator-and-parser: - title: Kiểm tra và phân tích số IBAN - description: Xác thực và phân tích số IBAN. Kiểm tra tính hợp lệ của IBAN và lấy thông tin về quốc gia, BBAN, xem có phải là QR-IBAN và định dạng thân thiện của IBAN. diff --git a/src/tools/iban-validator-and-parser/locales/zh.yml b/src/tools/iban-validator-and-parser/locales/zh.yml deleted file mode 100644 index 62a35c47..00000000 --- a/src/tools/iban-validator-and-parser/locales/zh.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - iban-validator-and-parser: - title: IBAN验证器和解析器 - description: 验证和分析IBAN编号。检查IBAN是否有效,并获取国家BBAN,如果它是QR-IBAN和IBAN友好格式。 diff --git a/src/tools/integer-base-converter/locales/en.yml b/src/tools/integer-base-converter/locales/en.yml deleted file mode 100644 index dc3e99f6..00000000 --- a/src/tools/integer-base-converter/locales/en.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - base-converter: - title: Integer base converter - description: Convert number between different bases (decimal, hexadecimal, binary, octal, base64, ...) diff --git a/src/tools/integer-base-converter/locales/fr.yml b/src/tools/integer-base-converter/locales/fr.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/integer-base-converter/locales/pt.yml b/src/tools/integer-base-converter/locales/pt.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/integer-base-converter/locales/uk.yml b/src/tools/integer-base-converter/locales/uk.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/integer-base-converter/locales/vi.yml b/src/tools/integer-base-converter/locales/vi.yml deleted file mode 100644 index d3fb7e21..00000000 --- a/src/tools/integer-base-converter/locales/vi.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - base-converter: - title: Chuyển đổi cơ số số nguyên - description: Chuyển đổi số giữa các cơ số khác nhau (thập phân, thập lục phân, nhị phân, bát phân, base64, ...) diff --git a/src/tools/integer-base-converter/locales/zh.yml b/src/tools/integer-base-converter/locales/zh.yml deleted file mode 100644 index 0173487a..00000000 --- a/src/tools/integer-base-converter/locales/zh.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - base-converter: - title: 整数基转换器 - description: 在不同的基数(十进制、十六进制、二进制、八进制、base64…)之间转换数字 diff --git a/src/tools/ipv4-address-converter/locales/en.yml b/src/tools/ipv4-address-converter/locales/en.yml deleted file mode 100644 index f12db205..00000000 --- a/src/tools/ipv4-address-converter/locales/en.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - ipv4-address-converter: - title: Ipv4 address converter - description: Convert an ip address into decimal, binary, hexadecimal or event in ipv6 diff --git a/src/tools/ipv4-address-converter/locales/fr.yml b/src/tools/ipv4-address-converter/locales/fr.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/ipv4-address-converter/locales/pt.yml b/src/tools/ipv4-address-converter/locales/pt.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/ipv4-address-converter/locales/uk.yml b/src/tools/ipv4-address-converter/locales/uk.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/ipv4-address-converter/locales/vi.yml b/src/tools/ipv4-address-converter/locales/vi.yml deleted file mode 100644 index 4770cdb0..00000000 --- a/src/tools/ipv4-address-converter/locales/vi.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - ipv4-address-converter: - title: Chuyển đổi địa chỉ Ipv4 - description: Chuyển đổi địa chỉ ip thành số thập phân, nhị phân, thập lục phân hoặc thậm chí thành ipv6 diff --git a/src/tools/ipv4-address-converter/locales/zh.yml b/src/tools/ipv4-address-converter/locales/zh.yml deleted file mode 100644 index 47d500bf..00000000 --- a/src/tools/ipv4-address-converter/locales/zh.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - ipv4-address-converter: - title: Ipv4地址转换器 - description: 在ipv6中,将ip地址转换为十进制、二进制、十六进制或事件 diff --git a/src/tools/ipv4-range-expander/locales/en.yml b/src/tools/ipv4-range-expander/locales/en.yml deleted file mode 100644 index 53d42fe0..00000000 --- a/src/tools/ipv4-range-expander/locales/en.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - ipv4-range-expander: - title: IPv4 range expander - description: Given a start and an end IPv4 address this tool calculates a valid IPv4 network with its CIDR notation. diff --git a/src/tools/ipv4-range-expander/locales/fr.yml b/src/tools/ipv4-range-expander/locales/fr.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/ipv4-range-expander/locales/pt.yml b/src/tools/ipv4-range-expander/locales/pt.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/ipv4-range-expander/locales/uk.yml b/src/tools/ipv4-range-expander/locales/uk.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/ipv4-range-expander/locales/vi.yml b/src/tools/ipv4-range-expander/locales/vi.yml deleted file mode 100644 index ad0c9f60..00000000 --- a/src/tools/ipv4-range-expander/locales/vi.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - ipv4-range-expander: - title: Mở rộng dải IPv4 - description: Cho một địa chỉ IPv4 bắt đầu và kết thúc, công cụ này tính toán một mạng IPv4 hợp lệ với ký hiệu CIDR của nó. diff --git a/src/tools/ipv4-range-expander/locales/zh.yml b/src/tools/ipv4-range-expander/locales/zh.yml deleted file mode 100644 index 5b0ad140..00000000 --- a/src/tools/ipv4-range-expander/locales/zh.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - ipv4-range-expander: - title: IPv4范围扩展器 - description: 给定起始和结束IPv4地址,此工具使用其CIDR表示法计算有效的IPv4网络。 diff --git a/src/tools/ipv4-subnet-calculator/locales/en.yml b/src/tools/ipv4-subnet-calculator/locales/en.yml deleted file mode 100644 index 34d27f8d..00000000 --- a/src/tools/ipv4-subnet-calculator/locales/en.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - ipv4-subnet-calculator: - title: IPv4 subnet calculator - description: Parse your IPv4 CIDR blocks and get all the info you need about your sub network. diff --git a/src/tools/ipv4-subnet-calculator/locales/fr.yml b/src/tools/ipv4-subnet-calculator/locales/fr.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/ipv4-subnet-calculator/locales/pt.yml b/src/tools/ipv4-subnet-calculator/locales/pt.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/ipv4-subnet-calculator/locales/uk.yml b/src/tools/ipv4-subnet-calculator/locales/uk.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/ipv4-subnet-calculator/locales/vi.yml b/src/tools/ipv4-subnet-calculator/locales/vi.yml deleted file mode 100644 index 638409a0..00000000 --- a/src/tools/ipv4-subnet-calculator/locales/vi.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - ipv4-subnet-calculator: - title: Máy tính mạng con IPv4 - description: Phân tích các khối CIDR IPv4 của bạn và nhận thông tin về mạng con của bạn. diff --git a/src/tools/ipv4-subnet-calculator/locales/zh.yml b/src/tools/ipv4-subnet-calculator/locales/zh.yml deleted file mode 100644 index 56ec5c65..00000000 --- a/src/tools/ipv4-subnet-calculator/locales/zh.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - ipv4-subnet-calculator: - title: IPv4子网计算器 - description: 解析IPv4 CIDR块,并获取有关子网络的所有所需信息。 diff --git a/src/tools/ipv6-ula-generator/locales/en.yml b/src/tools/ipv6-ula-generator/locales/en.yml deleted file mode 100644 index 2be89b8d..00000000 --- a/src/tools/ipv6-ula-generator/locales/en.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - ipv6-ula-generator: - title: IPv6 ULA generator - description: Generate your own local, non-routable IP addresses on your network according to RFC4193. diff --git a/src/tools/ipv6-ula-generator/locales/fr.yml b/src/tools/ipv6-ula-generator/locales/fr.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/ipv6-ula-generator/locales/pt.yml b/src/tools/ipv6-ula-generator/locales/pt.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/ipv6-ula-generator/locales/uk.yml b/src/tools/ipv6-ula-generator/locales/uk.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/ipv6-ula-generator/locales/vi.yml b/src/tools/ipv6-ula-generator/locales/vi.yml deleted file mode 100644 index 04dd98bb..00000000 --- a/src/tools/ipv6-ula-generator/locales/vi.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - ipv6-ula-generator: - title: Trình tạo địa chỉ IPv6 ULA - description: Tạo địa chỉ IP cục bộ, không thể định tuyến trên mạng của bạn theo RFC4193. diff --git a/src/tools/ipv6-ula-generator/locales/zh.yml b/src/tools/ipv6-ula-generator/locales/zh.yml deleted file mode 100644 index b1a9342c..00000000 --- a/src/tools/ipv6-ula-generator/locales/zh.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - ipv6-ula-generator: - title: IPv6 ULA生成器 - description: 根据RFC4193在网络上生成您自己的本地不可路由IP地址。 diff --git a/src/tools/json-diff/locales/en.yml b/src/tools/json-diff/locales/en.yml deleted file mode 100644 index 6962461f..00000000 --- a/src/tools/json-diff/locales/en.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - json-diff: - title: JSON diff - description: Compare two JSON objects and get the differences between them. diff --git a/src/tools/json-diff/locales/fr.yml b/src/tools/json-diff/locales/fr.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/json-diff/locales/pt.yml b/src/tools/json-diff/locales/pt.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/json-diff/locales/uk.yml b/src/tools/json-diff/locales/uk.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/json-diff/locales/vi.yml b/src/tools/json-diff/locales/vi.yml deleted file mode 100644 index 128afb79..00000000 --- a/src/tools/json-diff/locales/vi.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - json-diff: - title: So sánh JSON - description: So sánh hai đối tượng JSON và lấy ra sự khác biệt giữa chúng. diff --git a/src/tools/json-diff/locales/zh.yml b/src/tools/json-diff/locales/zh.yml deleted file mode 100644 index 9a550337..00000000 --- a/src/tools/json-diff/locales/zh.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - json-diff: - title: JSON 差异比较 - description: 比较两个JSON对象并获得它们之间的差异。 \ No newline at end of file diff --git a/src/tools/json-minify/locales/en.yml b/src/tools/json-minify/locales/en.yml deleted file mode 100644 index c0343a6b..00000000 --- a/src/tools/json-minify/locales/en.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - json-minify: - title: JSON minify - description: Minify and compress your JSON by removing unnecessary white spaces. diff --git a/src/tools/json-minify/locales/fr.yml b/src/tools/json-minify/locales/fr.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/json-minify/locales/pt.yml b/src/tools/json-minify/locales/pt.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/json-minify/locales/uk.yml b/src/tools/json-minify/locales/uk.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/json-minify/locales/vi.yml b/src/tools/json-minify/locales/vi.yml deleted file mode 100644 index 63d67201..00000000 --- a/src/tools/json-minify/locales/vi.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - json-minify: - title: Giảm kích thước JSON - description: Giảm kích thước và nén JSON của bạn bằng cách loại bỏ khoảng trắng không cần thiết. diff --git a/src/tools/json-minify/locales/zh.yml b/src/tools/json-minify/locales/zh.yml deleted file mode 100644 index 389f2de0..00000000 --- a/src/tools/json-minify/locales/zh.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - json-minify: - title: JSON 压缩 - description: 通过删除不必要的空白来缩小和压缩JSON。 diff --git a/src/tools/json-to-csv/locales/en.yml b/src/tools/json-to-csv/locales/en.yml deleted file mode 100644 index 60d9ccff..00000000 --- a/src/tools/json-to-csv/locales/en.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - json-to-csv: - title: JSON to CSV - description: Convert JSON to CSV with automatic header detection. diff --git a/src/tools/json-to-csv/locales/fr.yml b/src/tools/json-to-csv/locales/fr.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/json-to-csv/locales/pt.yml b/src/tools/json-to-csv/locales/pt.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/json-to-csv/locales/uk.yml b/src/tools/json-to-csv/locales/uk.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/json-to-csv/locales/vi.yml b/src/tools/json-to-csv/locales/vi.yml deleted file mode 100644 index 9a995c6a..00000000 --- a/src/tools/json-to-csv/locales/vi.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - json-to-csv: - title: Chuyển đổi JSON thành CSV - description: Chuyển đổi JSON thành CSV với việc tự động phát hiện tiêu đề. diff --git a/src/tools/json-to-csv/locales/zh.yml b/src/tools/json-to-csv/locales/zh.yml deleted file mode 100644 index 9b95a785..00000000 --- a/src/tools/json-to-csv/locales/zh.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - json-to-csv: - title: JSON 转 CSV - description: 使用自动标头检测将JSON转换为CSV。 diff --git a/src/tools/json-to-toml/locales/en.yml b/src/tools/json-to-toml/locales/en.yml deleted file mode 100644 index d397a3c0..00000000 --- a/src/tools/json-to-toml/locales/en.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - json-to-toml: - title: JSON to TOML - description: Parse and convert JSON to TOML. diff --git a/src/tools/json-to-toml/locales/fr.yml b/src/tools/json-to-toml/locales/fr.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/json-to-toml/locales/pt.yml b/src/tools/json-to-toml/locales/pt.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/json-to-toml/locales/uk.yml b/src/tools/json-to-toml/locales/uk.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/json-to-toml/locales/vi.yml b/src/tools/json-to-toml/locales/vi.yml deleted file mode 100644 index d7639a38..00000000 --- a/src/tools/json-to-toml/locales/vi.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - json-to-toml: - title: Chuyển đổi JSON sang TOML - description: Phân tích và chuyển đổi JSON sang TOML. diff --git a/src/tools/json-to-toml/locales/zh.yml b/src/tools/json-to-toml/locales/zh.yml deleted file mode 100644 index 21cff48b..00000000 --- a/src/tools/json-to-toml/locales/zh.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - json-to-toml: - title: JSON 转 TOML - description: 解析JSON并将其转换为TOML。 diff --git a/src/tools/json-to-yaml-converter/locales/en.yml b/src/tools/json-to-yaml-converter/locales/en.yml deleted file mode 100644 index 225e85f6..00000000 --- a/src/tools/json-to-yaml-converter/locales/en.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - json-to-yaml-converter: - title: JSON to YAML converter - description: Simply convert JSON to YAML with this live online converter. diff --git a/src/tools/json-to-yaml-converter/locales/fr.yml b/src/tools/json-to-yaml-converter/locales/fr.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/json-to-yaml-converter/locales/pt.yml b/src/tools/json-to-yaml-converter/locales/pt.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/json-to-yaml-converter/locales/uk.yml b/src/tools/json-to-yaml-converter/locales/uk.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/json-to-yaml-converter/locales/vi.yml b/src/tools/json-to-yaml-converter/locales/vi.yml deleted file mode 100644 index a40cde26..00000000 --- a/src/tools/json-to-yaml-converter/locales/vi.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - json-to-yaml-converter: - title: Chuyển đổi JSON sang YAML - description: Chuyển đổi đơn giản JSON sang YAML với công cụ chuyển đổi trực tuyến này. diff --git a/src/tools/json-to-yaml-converter/locales/zh.yml b/src/tools/json-to-yaml-converter/locales/zh.yml deleted file mode 100644 index 7be7eff2..00000000 --- a/src/tools/json-to-yaml-converter/locales/zh.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - json-to-yaml-converter: - title: JSON到YAML转换器 - description: 在线转换将JSON转换为YAML。 diff --git a/src/tools/json-viewer/locales/en.yml b/src/tools/json-viewer/locales/en.yml deleted file mode 100644 index 7f0a303d..00000000 --- a/src/tools/json-viewer/locales/en.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - json-prettify: - title: JSON prettify and format - description: Prettify your JSON string to a human friendly readable format. diff --git a/src/tools/json-viewer/locales/fr.yml b/src/tools/json-viewer/locales/fr.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/json-viewer/locales/pt.yml b/src/tools/json-viewer/locales/pt.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/json-viewer/locales/uk.yml b/src/tools/json-viewer/locales/uk.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/json-viewer/locales/vi.yml b/src/tools/json-viewer/locales/vi.yml deleted file mode 100644 index a078ff5f..00000000 --- a/src/tools/json-viewer/locales/vi.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - json-prettify: - title: Định dạng và làm đẹp JSON - description: Định dạng chuỗi JSON của bạn thành một định dạng dễ đọc và thân thiện với con người. diff --git a/src/tools/json-viewer/locales/zh.yml b/src/tools/json-viewer/locales/zh.yml deleted file mode 100644 index e58a1b7d..00000000 --- a/src/tools/json-viewer/locales/zh.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - json-prettify: - title: JSON美化和格式化 - description: 将JSON字符串修饰为友好的可读格式。 diff --git a/src/tools/jwt-parser/locales/en.yml b/src/tools/jwt-parser/locales/en.yml deleted file mode 100644 index 956f9239..00000000 --- a/src/tools/jwt-parser/locales/en.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - jwt-parser: - title: JWT parser - description: Parse and decode your JSON Web Token (jwt) and display its content. diff --git a/src/tools/jwt-parser/locales/fr.yml b/src/tools/jwt-parser/locales/fr.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/jwt-parser/locales/pt.yml b/src/tools/jwt-parser/locales/pt.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/jwt-parser/locales/uk.yml b/src/tools/jwt-parser/locales/uk.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/jwt-parser/locales/vi.yml b/src/tools/jwt-parser/locales/vi.yml deleted file mode 100644 index 2a529a84..00000000 --- a/src/tools/jwt-parser/locales/vi.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - jwt-parser: - title: Giải mã JWT - description: Giải mã và hiển thị nội dung của JSON Web Token (jwt). diff --git a/src/tools/jwt-parser/locales/zh.yml b/src/tools/jwt-parser/locales/zh.yml deleted file mode 100644 index dafa8017..00000000 --- a/src/tools/jwt-parser/locales/zh.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - jwt-parser: - title: JWT 解析器 - description: 解析和解码JSON Web Token(jwt)并显示其内容。 diff --git a/src/tools/keycode-info/locales/en.yml b/src/tools/keycode-info/locales/en.yml deleted file mode 100644 index 98322a55..00000000 --- a/src/tools/keycode-info/locales/en.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - keycode-info: - title: Keycode info - description: Find the javascript keycode, code, location and modifiers of any pressed key. diff --git a/src/tools/keycode-info/locales/fr.yml b/src/tools/keycode-info/locales/fr.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/keycode-info/locales/pt.yml b/src/tools/keycode-info/locales/pt.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/keycode-info/locales/uk.yml b/src/tools/keycode-info/locales/uk.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/keycode-info/locales/vi.yml b/src/tools/keycode-info/locales/vi.yml deleted file mode 100644 index 9b559cac..00000000 --- a/src/tools/keycode-info/locales/vi.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - keycode-info: - title: Thông tin Keycode - description: Tìm mã keycode, mã, vị trí và các phím điều khiển của bất kỳ phím nào được nhấn. diff --git a/src/tools/keycode-info/locales/zh.yml b/src/tools/keycode-info/locales/zh.yml deleted file mode 100644 index 58be86db..00000000 --- a/src/tools/keycode-info/locales/zh.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - keycode-info: - title: Keycode 信息 - description: 查找任何按下的键的javascript键代码、代码、位置和修饰符。 diff --git a/src/tools/list-converter/locales/en.yml b/src/tools/list-converter/locales/en.yml deleted file mode 100644 index 4b1c1999..00000000 --- a/src/tools/list-converter/locales/en.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - list-converter: - title: List converter - description: This tool can process column-based data and apply various changes (transpose, add prefix and suffix, reverse list, sort list, lowercase values, truncate values) to each row. diff --git a/src/tools/list-converter/locales/fr.yml b/src/tools/list-converter/locales/fr.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/list-converter/locales/pt.yml b/src/tools/list-converter/locales/pt.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/list-converter/locales/uk.yml b/src/tools/list-converter/locales/uk.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/list-converter/locales/vi.yml b/src/tools/list-converter/locales/vi.yml deleted file mode 100644 index bbb7093c..00000000 --- a/src/tools/list-converter/locales/vi.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - list-converter: - title: Trình chuyển đổi danh sách - description: Công cụ này có thể xử lý dữ liệu dựa trên cột và áp dụng các thay đổi khác nhau (đảo ngược, thêm tiền tố và hậu tố, đảo danh sách, sắp xếp danh sách, giảm giá trị thành chữ thường, cắt giá trị) cho mỗi hàng. diff --git a/src/tools/list-converter/locales/zh.yml b/src/tools/list-converter/locales/zh.yml deleted file mode 100644 index 959b1626..00000000 --- a/src/tools/list-converter/locales/zh.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - list-converter: - title: List 转换器 - description: 该工具可以处理基于数组的数据,并将各种更改(转置、添加前缀和后缀、反向列表、排序列表、小写值、截断值)应用于每一行。 diff --git a/src/tools/lorem-ipsum-generator/locales/en.yml b/src/tools/lorem-ipsum-generator/locales/en.yml deleted file mode 100644 index 9f4aa605..00000000 --- a/src/tools/lorem-ipsum-generator/locales/en.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - lorem-ipsum-generator: - title: Lorem ipsum generator - description: Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content diff --git a/src/tools/lorem-ipsum-generator/locales/fr.yml b/src/tools/lorem-ipsum-generator/locales/fr.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/lorem-ipsum-generator/locales/pt.yml b/src/tools/lorem-ipsum-generator/locales/pt.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/lorem-ipsum-generator/locales/uk.yml b/src/tools/lorem-ipsum-generator/locales/uk.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/lorem-ipsum-generator/locales/vi.yml b/src/tools/lorem-ipsum-generator/locales/vi.yml deleted file mode 100644 index e42b1a32..00000000 --- a/src/tools/lorem-ipsum-generator/locales/vi.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - lorem-ipsum-generator: - title: Máy tạo văn bản Lorem ipsum - description: Lorem ipsum là một đoạn văn bản giả được sử dụng phổ biến để thể hiện hình thức của một tài liệu hoặc một kiểu chữ mà không cần dựa vào nội dung có ý nghĩa diff --git a/src/tools/lorem-ipsum-generator/locales/zh.yml b/src/tools/lorem-ipsum-generator/locales/zh.yml deleted file mode 100644 index 58c8e144..00000000 --- a/src/tools/lorem-ipsum-generator/locales/zh.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - lorem-ipsum-generator: - title: Lorem ipsum生成器 - description: Lorem ipsum是一种占位符文本,通常用于演示文档或字体的视觉形式,而不依赖于有意义的内容 diff --git a/src/tools/mac-address-generator/locales/en.yml b/src/tools/mac-address-generator/locales/en.yml deleted file mode 100644 index c24d7337..00000000 --- a/src/tools/mac-address-generator/locales/en.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - mac-address-generator: - title: MAC address generator - description: Enter the quantity and prefix. MAC addresses will be generated in your chosen case (uppercase or lowercase) diff --git a/src/tools/mac-address-generator/locales/fr.yml b/src/tools/mac-address-generator/locales/fr.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/mac-address-generator/locales/pt.yml b/src/tools/mac-address-generator/locales/pt.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/mac-address-generator/locales/uk.yml b/src/tools/mac-address-generator/locales/uk.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/mac-address-generator/locales/vi.yml b/src/tools/mac-address-generator/locales/vi.yml deleted file mode 100644 index f29e8619..00000000 --- a/src/tools/mac-address-generator/locales/vi.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - mac-address-generator: - title: Trình tạo địa chỉ MAC - description: Nhập số lượng và tiền tố. Địa chỉ MAC sẽ được tạo ra theo kiểu chữ hoa hoặc chữ thường theo lựa chọn của bạn diff --git a/src/tools/mac-address-generator/locales/zh.yml b/src/tools/mac-address-generator/locales/zh.yml deleted file mode 100644 index 7cd2b0f9..00000000 --- a/src/tools/mac-address-generator/locales/zh.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - mac-address-generator: - title: MAC 地址生成器 - description: 输入数量和前缀。MAC地址将以您选择的大小写(大写或小写)生成 diff --git a/src/tools/mac-address-lookup/locales/en.yml b/src/tools/mac-address-lookup/locales/en.yml deleted file mode 100644 index 761b739e..00000000 --- a/src/tools/mac-address-lookup/locales/en.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - mac-address-lookup: - title: MAC address lookup - description: Find the vendor and manufacturer of a device by its MAC address. diff --git a/src/tools/mac-address-lookup/locales/fr.yml b/src/tools/mac-address-lookup/locales/fr.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/mac-address-lookup/locales/pt.yml b/src/tools/mac-address-lookup/locales/pt.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/mac-address-lookup/locales/uk.yml b/src/tools/mac-address-lookup/locales/uk.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/mac-address-lookup/locales/vi.yml b/src/tools/mac-address-lookup/locales/vi.yml deleted file mode 100644 index f9bc224a..00000000 --- a/src/tools/mac-address-lookup/locales/vi.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - mac-address-lookup: - title: Tra cứu địa chỉ MAC - description: Tìm nhà sản xuất và nhà cung cấp của thiết bị dựa trên địa chỉ MAC. diff --git a/src/tools/mac-address-lookup/locales/zh.yml b/src/tools/mac-address-lookup/locales/zh.yml deleted file mode 100644 index 545bf78e..00000000 --- a/src/tools/mac-address-lookup/locales/zh.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - mac-address-lookup: - title: MAC地址查找 - description: 通过设备的MAC地址查找设备的供应商和制造商。 diff --git a/src/tools/math-evaluator/locales/en.yml b/src/tools/math-evaluator/locales/en.yml deleted file mode 100644 index 3c27f469..00000000 --- a/src/tools/math-evaluator/locales/en.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - math-evaluator: - title: Math evaluator - description: A calculator for evaluating mathematical expressions. You can use functions like sqrt, cos, sin, abs, etc. diff --git a/src/tools/math-evaluator/locales/fr.yml b/src/tools/math-evaluator/locales/fr.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/math-evaluator/locales/pt.yml b/src/tools/math-evaluator/locales/pt.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/math-evaluator/locales/uk.yml b/src/tools/math-evaluator/locales/uk.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/math-evaluator/locales/vi.yml b/src/tools/math-evaluator/locales/vi.yml deleted file mode 100644 index 778f24fb..00000000 --- a/src/tools/math-evaluator/locales/vi.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - math-evaluator: - title: Trình đánh giá toán học - description: Một máy tính để tính toán biểu thức toán học. Bạn có thể sử dụng các hàm như sqrt, cos, sin, abs, v.v. diff --git a/src/tools/math-evaluator/locales/zh.yml b/src/tools/math-evaluator/locales/zh.yml deleted file mode 100644 index b59517cf..00000000 --- a/src/tools/math-evaluator/locales/zh.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - math-evaluator: - title: 数学计算器 - description: 计算数学表达式的计算器。您可以使用sqrt、cos、sin、abs等函数。 diff --git a/src/tools/meta-tag-generator/locales/en.yml b/src/tools/meta-tag-generator/locales/en.yml deleted file mode 100644 index 532d8a6f..00000000 --- a/src/tools/meta-tag-generator/locales/en.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - og-meta-generator: - title: Open graph meta generator - description: Generate open-graph and socials html meta tags for your website. diff --git a/src/tools/meta-tag-generator/locales/fr.yml b/src/tools/meta-tag-generator/locales/fr.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/meta-tag-generator/locales/pt.yml b/src/tools/meta-tag-generator/locales/pt.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/meta-tag-generator/locales/uk.yml b/src/tools/meta-tag-generator/locales/uk.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/meta-tag-generator/locales/vi.yml b/src/tools/meta-tag-generator/locales/vi.yml deleted file mode 100644 index b91a1ac6..00000000 --- a/src/tools/meta-tag-generator/locales/vi.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - og-meta-generator: - title: Trình tạo meta Open Graph - description: Tạo các thẻ meta HTML Open Graph và mạng xã hội cho trang web của bạn. diff --git a/src/tools/meta-tag-generator/locales/zh.yml b/src/tools/meta-tag-generator/locales/zh.yml deleted file mode 100644 index 655df7d2..00000000 --- a/src/tools/meta-tag-generator/locales/zh.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - og-meta-generator: - title: 开放式图形元生成器 - description: 为您的网站生成开放式图形和社交html元标记。 diff --git a/src/tools/mime-types/locales/en.yml b/src/tools/mime-types/locales/en.yml deleted file mode 100644 index 357af31e..00000000 --- a/src/tools/mime-types/locales/en.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - mime-types: - title: Mime types - description: Convert mime types to extensions and vice-versa. diff --git a/src/tools/mime-types/locales/fr.yml b/src/tools/mime-types/locales/fr.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/mime-types/locales/pt.yml b/src/tools/mime-types/locales/pt.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/mime-types/locales/uk.yml b/src/tools/mime-types/locales/uk.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/mime-types/locales/vi.yml b/src/tools/mime-types/locales/vi.yml deleted file mode 100644 index 2a18bb31..00000000 --- a/src/tools/mime-types/locales/vi.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - mime-types: - title: Loại Mime - description: Chuyển đổi loại mime thành phần mở rộng và ngược lại. diff --git a/src/tools/mime-types/locales/zh.yml b/src/tools/mime-types/locales/zh.yml deleted file mode 100644 index 1fa4cdbd..00000000 --- a/src/tools/mime-types/locales/zh.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - mime-types: - title: mime类型 - description: 将mime类型转换为扩展,反之亦然。 diff --git a/src/tools/numeronym-generator/locales/en.yml b/src/tools/numeronym-generator/locales/en.yml deleted file mode 100644 index ee1a3278..00000000 --- a/src/tools/numeronym-generator/locales/en.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - numeronym-generator: - title: Numeronym generator - description: A numeronym is a word where a number is used to form an abbreviation. For example, "i18n" is a numeronym of "internationalization" where 18 stands for the number of letters between the first i and the last n in the word. diff --git a/src/tools/numeronym-generator/locales/fr.yml b/src/tools/numeronym-generator/locales/fr.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/numeronym-generator/locales/pt.yml b/src/tools/numeronym-generator/locales/pt.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/numeronym-generator/locales/uk.yml b/src/tools/numeronym-generator/locales/uk.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/numeronym-generator/locales/vi.yml b/src/tools/numeronym-generator/locales/vi.yml deleted file mode 100644 index ac9d239a..00000000 --- a/src/tools/numeronym-generator/locales/vi.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - numeronym-generator: - title: Trình tạo Numeronym - description: Numeronym là một từ mà một số được sử dụng để tạo thành một từ viết tắt. Ví dụ, "i18n" là một numeronym của "internationalization" trong đó số 18 đại diện cho số chữ cái giữa chữ i đầu tiên và chữ n cuối cùng trong từ. diff --git a/src/tools/numeronym-generator/locales/zh.yml b/src/tools/numeronym-generator/locales/zh.yml deleted file mode 100644 index b2c514db..00000000 --- a/src/tools/numeronym-generator/locales/zh.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - numeronym-generator: - title: 数字名称生成器 - description: 数字名是一个用数字构成缩写的词。例如,“i18n”是“国际化”的名词,其中18表示单词中第一个i和最后一个n之间的字母数。 diff --git a/src/tools/otp-code-generator-and-validator/locales/en.yml b/src/tools/otp-code-generator-and-validator/locales/en.yml deleted file mode 100644 index e6db4d49..00000000 --- a/src/tools/otp-code-generator-and-validator/locales/en.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - otp-generator: - title: OTP code generator - description: Generate and validate time-based OTP (one time password) for multi-factor authentication. diff --git a/src/tools/otp-code-generator-and-validator/locales/fr.yml b/src/tools/otp-code-generator-and-validator/locales/fr.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/otp-code-generator-and-validator/locales/pt.yml b/src/tools/otp-code-generator-and-validator/locales/pt.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/otp-code-generator-and-validator/locales/uk.yml b/src/tools/otp-code-generator-and-validator/locales/uk.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/otp-code-generator-and-validator/locales/vi.yml b/src/tools/otp-code-generator-and-validator/locales/vi.yml deleted file mode 100644 index fa9cab7b..00000000 --- a/src/tools/otp-code-generator-and-validator/locales/vi.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - otp-generator: - title: Tạo mã OTP - description: Tạo và xác thực mã OTP (mật khẩu một lần) dựa trên thời gian cho xác thực đa yếu tố. diff --git a/src/tools/otp-code-generator-and-validator/locales/zh.yml b/src/tools/otp-code-generator-and-validator/locales/zh.yml deleted file mode 100644 index 22a4bb69..00000000 --- a/src/tools/otp-code-generator-and-validator/locales/zh.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - otp-generator: - title: OTP代码生成器 - description: 为多因素身份验证生成和验证基于时间的OTP(一次性密码)。 diff --git a/src/tools/password-strength-analyser/locales/en.yml b/src/tools/password-strength-analyser/locales/en.yml deleted file mode 100644 index 306bf182..00000000 --- a/src/tools/password-strength-analyser/locales/en.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - password-strength-analyser: - title: Password strength analyser - description: Discover the strength of your password with this client side only password strength analyser and crack time estimation tool. diff --git a/src/tools/password-strength-analyser/locales/fr.yml b/src/tools/password-strength-analyser/locales/fr.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/password-strength-analyser/locales/pt.yml b/src/tools/password-strength-analyser/locales/pt.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/password-strength-analyser/locales/uk.yml b/src/tools/password-strength-analyser/locales/uk.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/password-strength-analyser/locales/vi.yml b/src/tools/password-strength-analyser/locales/vi.yml deleted file mode 100644 index b1a10ebf..00000000 --- a/src/tools/password-strength-analyser/locales/vi.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - password-strength-analyser: - title: Bộ phân tích độ mạnh mật khẩu - description: Khám phá độ mạnh của mật khẩu của bạn với công cụ phân tích độ mạnh mật khẩu chỉ chạy trên phía máy khách và ước tính thời gian phá mật khẩu. diff --git a/src/tools/password-strength-analyser/locales/zh.yml b/src/tools/password-strength-analyser/locales/zh.yml deleted file mode 100644 index d3b4abef..00000000 --- a/src/tools/password-strength-analyser/locales/zh.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - password-strength-analyser: - title: 密码强度分析仪 - description: 使用此密码强度分析器和破解时间估计工具来发现密码的强度。 diff --git a/src/tools/pdf-signature-checker/locales/en.yml b/src/tools/pdf-signature-checker/locales/en.yml deleted file mode 100644 index e856db11..00000000 --- a/src/tools/pdf-signature-checker/locales/en.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - pdf-signature-checker: - title: PDF signature checker - description: Verify the signatures of a PDF file. A signed PDF file contains one or more signatures that may be used to determine whether the contents of the file have been altered since the file was signed. diff --git a/src/tools/pdf-signature-checker/locales/fr.yml b/src/tools/pdf-signature-checker/locales/fr.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/pdf-signature-checker/locales/pt.yml b/src/tools/pdf-signature-checker/locales/pt.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/pdf-signature-checker/locales/uk.yml b/src/tools/pdf-signature-checker/locales/uk.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/pdf-signature-checker/locales/vi.yml b/src/tools/pdf-signature-checker/locales/vi.yml deleted file mode 100644 index 909b9e0f..00000000 --- a/src/tools/pdf-signature-checker/locales/vi.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - pdf-signature-checker: - title: Kiểm tra chữ ký PDF - description: Xác minh chữ ký của một tệp PDF. Một tệp PDF đã được ký có chứa một hoặc nhiều chữ ký có thể được sử dụng để xác định xem nội dung của tệp đã được thay đổi kể từ khi tệp được ký. diff --git a/src/tools/pdf-signature-checker/locales/zh.yml b/src/tools/pdf-signature-checker/locales/zh.yml deleted file mode 100644 index f43abbd5..00000000 --- a/src/tools/pdf-signature-checker/locales/zh.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - pdf-signature-checker: - title: PDF签名检查器 - description: '验证PDF文件的签名。签名的PDF文件包含一个或多个签名,可用于确定文件的内容在签名后是否已被更改。' diff --git a/src/tools/percentage-calculator/locales/en.yml b/src/tools/percentage-calculator/locales/en.yml deleted file mode 100644 index e46e69f6..00000000 --- a/src/tools/percentage-calculator/locales/en.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - percentage-calculator: - title: Percentage calculator - description: Easily calculate percentages from a value to another value, or from a percentage to a value. diff --git a/src/tools/percentage-calculator/locales/fr.yml b/src/tools/percentage-calculator/locales/fr.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/percentage-calculator/locales/pt.yml b/src/tools/percentage-calculator/locales/pt.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/percentage-calculator/locales/uk.yml b/src/tools/percentage-calculator/locales/uk.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/percentage-calculator/locales/vi.yml b/src/tools/percentage-calculator/locales/vi.yml deleted file mode 100644 index a14dd354..00000000 --- a/src/tools/percentage-calculator/locales/vi.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - percentage-calculator: - title: Máy tính phần trăm - description: Dễ dàng tính toán phần trăm từ một giá trị đến giá trị khác, hoặc từ một phần trăm đến một giá trị. diff --git a/src/tools/percentage-calculator/locales/zh.yml b/src/tools/percentage-calculator/locales/zh.yml deleted file mode 100644 index 4489f184..00000000 --- a/src/tools/percentage-calculator/locales/zh.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - percentage-calculator: - title: 百分比计算器 - description: 轻松计算从一个值到另一个值的百分比,或从百分比到值的百分比。 diff --git a/src/tools/phone-parser-and-formatter/locales/en.yml b/src/tools/phone-parser-and-formatter/locales/en.yml deleted file mode 100644 index c45b1859..00000000 --- a/src/tools/phone-parser-and-formatter/locales/en.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - phone-parser-and-formatter: - title: Phone parser and formatter - description: Parse, validate and format phone numbers. Get information about the phone number, like the country code, type, etc. diff --git a/src/tools/phone-parser-and-formatter/locales/fr.yml b/src/tools/phone-parser-and-formatter/locales/fr.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/phone-parser-and-formatter/locales/pt.yml b/src/tools/phone-parser-and-formatter/locales/pt.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/phone-parser-and-formatter/locales/uk.yml b/src/tools/phone-parser-and-formatter/locales/uk.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/phone-parser-and-formatter/locales/vi.yml b/src/tools/phone-parser-and-formatter/locales/vi.yml deleted file mode 100644 index dd2a44c2..00000000 --- a/src/tools/phone-parser-and-formatter/locales/vi.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - phone-parser-and-formatter: - title: Trình phân tích và định dạng số điện thoại - description: Phân tích, xác thực và định dạng số điện thoại. Lấy thông tin về số điện thoại, như mã quốc gia, loại, v.v. diff --git a/src/tools/phone-parser-and-formatter/locales/zh.yml b/src/tools/phone-parser-and-formatter/locales/zh.yml deleted file mode 100644 index 400a2e9a..00000000 --- a/src/tools/phone-parser-and-formatter/locales/zh.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - phone-parser-and-formatter: - title: 电话分析器和格式化程序 - description: 解析、验证和格式化电话号码。获取有关电话号码的信息,如国家/地区代码、类型等。 diff --git a/src/tools/qr-code-generator/locales/en.yml b/src/tools/qr-code-generator/locales/en.yml deleted file mode 100644 index aefd6b0a..00000000 --- a/src/tools/qr-code-generator/locales/en.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - qrcode-generator: - title: QR Code generator - description: Generate and download QR-code for an url or just a text and customize the background and foreground colors. diff --git a/src/tools/qr-code-generator/locales/fr.yml b/src/tools/qr-code-generator/locales/fr.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/qr-code-generator/locales/pt.yml b/src/tools/qr-code-generator/locales/pt.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/qr-code-generator/locales/uk.yml b/src/tools/qr-code-generator/locales/uk.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/qr-code-generator/locales/vi.yml b/src/tools/qr-code-generator/locales/vi.yml deleted file mode 100644 index b7af908a..00000000 --- a/src/tools/qr-code-generator/locales/vi.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - qrcode-generator: - title: Tạo mã QR - description: Tạo và tải xuống mã QR cho một URL hoặc chỉ một đoạn văn bản và tùy chỉnh màu nền và màu chữ. diff --git a/src/tools/qr-code-generator/locales/zh.yml b/src/tools/qr-code-generator/locales/zh.yml deleted file mode 100644 index d29677b1..00000000 --- a/src/tools/qr-code-generator/locales/zh.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - qrcode-generator: - title: 二维码生成器 - description: 生成并下载url或文本的QR代码,并自定义背景和前景颜色。 diff --git a/src/tools/random-port-generator/locales/en.yml b/src/tools/random-port-generator/locales/en.yml deleted file mode 100644 index 7cf57142..00000000 --- a/src/tools/random-port-generator/locales/en.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - random-port-generator: - title: Random port generator - description: Generate random port numbers outside of the range of "known" ports (0-1023). diff --git a/src/tools/random-port-generator/locales/fr.yml b/src/tools/random-port-generator/locales/fr.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/random-port-generator/locales/pt.yml b/src/tools/random-port-generator/locales/pt.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/random-port-generator/locales/uk.yml b/src/tools/random-port-generator/locales/uk.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/random-port-generator/locales/vi.yml b/src/tools/random-port-generator/locales/vi.yml deleted file mode 100644 index b6251321..00000000 --- a/src/tools/random-port-generator/locales/vi.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - random-port-generator: - title: Trình tạo số cổng ngẫu nhiên - description: Tạo số cổng ngẫu nhiên nằm ngoài phạm vi của các cổng "biết được" (0-1023). diff --git a/src/tools/random-port-generator/locales/zh.yml b/src/tools/random-port-generator/locales/zh.yml deleted file mode 100644 index 351d8f9f..00000000 --- a/src/tools/random-port-generator/locales/zh.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - random-port-generator: - title: 随机端口生成 - description: 生成“已知”端口范围(0-1023)之外的随机端口号。 diff --git a/src/tools/roman-numeral-converter/locales/en.yml b/src/tools/roman-numeral-converter/locales/en.yml deleted file mode 100644 index 85c7bed9..00000000 --- a/src/tools/roman-numeral-converter/locales/en.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - roman-numeral-converter: - title: Roman numeral converter - description: Convert Roman numerals to numbers and convert numbers to Roman numerals. diff --git a/src/tools/roman-numeral-converter/locales/fr.yml b/src/tools/roman-numeral-converter/locales/fr.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/roman-numeral-converter/locales/pt.yml b/src/tools/roman-numeral-converter/locales/pt.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/roman-numeral-converter/locales/uk.yml b/src/tools/roman-numeral-converter/locales/uk.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/roman-numeral-converter/locales/vi.yml b/src/tools/roman-numeral-converter/locales/vi.yml deleted file mode 100644 index 2110aa0e..00000000 --- a/src/tools/roman-numeral-converter/locales/vi.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - roman-numeral-converter: - title: Bộ chuyển đổi số La Mã - description: Chuyển đổi số La Mã thành số và chuyển đổi số thành số La Mã. diff --git a/src/tools/roman-numeral-converter/locales/zh.yml b/src/tools/roman-numeral-converter/locales/zh.yml deleted file mode 100644 index 6efb280a..00000000 --- a/src/tools/roman-numeral-converter/locales/zh.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - roman-numeral-converter: - title: 罗马数字转换器 - description: 将罗马数字转换为数字,并将数字转换为罗马数字。 diff --git a/src/tools/rsa-key-pair-generator/locales/en.yml b/src/tools/rsa-key-pair-generator/locales/en.yml deleted file mode 100644 index a6c7056a..00000000 --- a/src/tools/rsa-key-pair-generator/locales/en.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - rsa-key-pair-generator: - title: RSA key pair generator - description: Generate new random RSA private and public key pem certificates. diff --git a/src/tools/rsa-key-pair-generator/locales/fr.yml b/src/tools/rsa-key-pair-generator/locales/fr.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/rsa-key-pair-generator/locales/pt.yml b/src/tools/rsa-key-pair-generator/locales/pt.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/rsa-key-pair-generator/locales/uk.yml b/src/tools/rsa-key-pair-generator/locales/uk.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/rsa-key-pair-generator/locales/vi.yml b/src/tools/rsa-key-pair-generator/locales/vi.yml deleted file mode 100644 index c8d044e2..00000000 --- a/src/tools/rsa-key-pair-generator/locales/vi.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - rsa-key-pair-generator: - title: Trình tạo cặp khóa RSA - description: Tạo các chứng chỉ pem khóa riêng tư và khóa công khai RSA ngẫu nhiên mới. diff --git a/src/tools/rsa-key-pair-generator/locales/zh.yml b/src/tools/rsa-key-pair-generator/locales/zh.yml deleted file mode 100644 index 06dfa08c..00000000 --- a/src/tools/rsa-key-pair-generator/locales/zh.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - rsa-key-pair-generator: - title: RSA密钥对生成器 - description: 生成新的随机RSA私钥和公钥pem证书。 diff --git a/src/tools/slugify-string/locales/en.yml b/src/tools/slugify-string/locales/en.yml deleted file mode 100644 index 7161b20d..00000000 --- a/src/tools/slugify-string/locales/en.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - slugify-string: - title: Slugify string - description: Make a string url, filename and id safe. diff --git a/src/tools/slugify-string/locales/fr.yml b/src/tools/slugify-string/locales/fr.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/slugify-string/locales/pt.yml b/src/tools/slugify-string/locales/pt.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/slugify-string/locales/uk.yml b/src/tools/slugify-string/locales/uk.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/slugify-string/locales/vi.yml b/src/tools/slugify-string/locales/vi.yml deleted file mode 100644 index a2eb3626..00000000 --- a/src/tools/slugify-string/locales/vi.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - slugify-string: - title: Chuyển đổi chuỗi thành slug - description: Biến đổi chuỗi thành dạng an toàn để sử dụng trong URL, tên file và ID. diff --git a/src/tools/slugify-string/locales/zh.yml b/src/tools/slugify-string/locales/zh.yml deleted file mode 100644 index a22c628b..00000000 --- a/src/tools/slugify-string/locales/zh.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - slugify-string: - title: 打乱字符串 - description: 确保字符串 url、文件名和 id 安全。 diff --git a/src/tools/sql-prettify/locales/en.yml b/src/tools/sql-prettify/locales/en.yml deleted file mode 100644 index 70847404..00000000 --- a/src/tools/sql-prettify/locales/en.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - sql-prettify: - title: SQL prettify and format - description: Format and prettify your SQL queries online (it supports various SQL dialects). diff --git a/src/tools/sql-prettify/locales/fr.yml b/src/tools/sql-prettify/locales/fr.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/sql-prettify/locales/pt.yml b/src/tools/sql-prettify/locales/pt.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/sql-prettify/locales/uk.yml b/src/tools/sql-prettify/locales/uk.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/sql-prettify/locales/vi.yml b/src/tools/sql-prettify/locales/vi.yml deleted file mode 100644 index ec6ea9de..00000000 --- a/src/tools/sql-prettify/locales/vi.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - sql-prettify: - title: Định dạng và làm đẹp SQL - description: Định dạng và làm đẹp các truy vấn SQL của bạn trực tuyến (hỗ trợ nhiều ngôn ngữ SQL khác nhau). diff --git a/src/tools/sql-prettify/locales/zh.yml b/src/tools/sql-prettify/locales/zh.yml deleted file mode 100644 index a2c8ae46..00000000 --- a/src/tools/sql-prettify/locales/zh.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - sql-prettify: - title: SQL 美化和格式化 - description: 在线格式化和美化您的 SQL 查询(它支持各种 SQL 方言)。 diff --git a/src/tools/string-obfuscator/locales/en.yml b/src/tools/string-obfuscator/locales/en.yml deleted file mode 100644 index d26e0840..00000000 --- a/src/tools/string-obfuscator/locales/en.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - string-obfuscator: - title: String obfuscator - description: Obfuscate a string (like a secret, an IBAN, or a token) to make it shareable and identifiable without revealing its content. diff --git a/src/tools/string-obfuscator/locales/fr.yml b/src/tools/string-obfuscator/locales/fr.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/string-obfuscator/locales/pt.yml b/src/tools/string-obfuscator/locales/pt.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/string-obfuscator/locales/uk.yml b/src/tools/string-obfuscator/locales/uk.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/string-obfuscator/locales/vi.yml b/src/tools/string-obfuscator/locales/vi.yml deleted file mode 100644 index 534c0103..00000000 --- a/src/tools/string-obfuscator/locales/vi.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - string-obfuscator: - title: Mã hóa chuỗi - description: Mã hóa một chuỗi (như một bí mật, một IBAN hoặc một mã thông báo) để có thể chia sẻ và nhận dạng mà không tiết lộ nội dung. diff --git a/src/tools/string-obfuscator/locales/zh.yml b/src/tools/string-obfuscator/locales/zh.yml deleted file mode 100644 index 8b4df668..00000000 --- a/src/tools/string-obfuscator/locales/zh.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - string-obfuscator: - title: 字符串混淆器 - description: 混淆字符串(如秘密、IBAN 或令牌),使其可共享和可识别,而不泄露其内容。 diff --git a/src/tools/svg-placeholder-generator/locales/en.yml b/src/tools/svg-placeholder-generator/locales/en.yml deleted file mode 100644 index 7884cb61..00000000 --- a/src/tools/svg-placeholder-generator/locales/en.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - svg-placeholder-generator: - title: SVG placeholder generator - description: Generate svg images to use as placeholder in your applications. diff --git a/src/tools/svg-placeholder-generator/locales/fr.yml b/src/tools/svg-placeholder-generator/locales/fr.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/svg-placeholder-generator/locales/pt.yml b/src/tools/svg-placeholder-generator/locales/pt.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/svg-placeholder-generator/locales/uk.yml b/src/tools/svg-placeholder-generator/locales/uk.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/svg-placeholder-generator/locales/vi.yml b/src/tools/svg-placeholder-generator/locales/vi.yml deleted file mode 100644 index 59ac633a..00000000 --- a/src/tools/svg-placeholder-generator/locales/vi.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - svg-placeholder-generator: - title: Trình tạo hình ảnh SVG giả định - description: Tạo hình ảnh svg để sử dụng làm giả định trong ứng dụng của bạn. diff --git a/src/tools/svg-placeholder-generator/locales/zh.yml b/src/tools/svg-placeholder-generator/locales/zh.yml deleted file mode 100644 index 0d9d0476..00000000 --- a/src/tools/svg-placeholder-generator/locales/zh.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - svg-placeholder-generator: - title: SVG 占位符生成器 - description: 生成 svg 图像以用作应用程序中的占位符。 diff --git a/src/tools/temperature-converter/locales/en.yml b/src/tools/temperature-converter/locales/en.yml deleted file mode 100644 index 8b3ae991..00000000 --- a/src/tools/temperature-converter/locales/en.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - temperature-converter: - title: Temperature converter - description: Temperature degrees conversions for Kelvin, Celsius, Fahrenheit, Rankine, Delisle, Newton, Réaumur and Rømer. diff --git a/src/tools/temperature-converter/locales/fr.yml b/src/tools/temperature-converter/locales/fr.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/temperature-converter/locales/pt.yml b/src/tools/temperature-converter/locales/pt.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/temperature-converter/locales/uk.yml b/src/tools/temperature-converter/locales/uk.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/temperature-converter/locales/vi.yml b/src/tools/temperature-converter/locales/vi.yml deleted file mode 100644 index e301ad5f..00000000 --- a/src/tools/temperature-converter/locales/vi.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - temperature-converter: - title: Bộ chuyển đổi nhiệt độ - description: Chuyển đổi độ nhiệt độ cho Kelvin, Celsius, Fahrenheit, Rankine, Delisle, Newton, Réaumur và Rømer. diff --git a/src/tools/temperature-converter/locales/zh.yml b/src/tools/temperature-converter/locales/zh.yml deleted file mode 100644 index 571c3fb5..00000000 --- a/src/tools/temperature-converter/locales/zh.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - temperature-converter: - title: 温度转换器 - description: 开尔文、摄氏度、华氏度、兰金、德莱尔、牛顿、雷奥穆尔和罗默温度度数转换。 diff --git a/src/tools/text-diff/locales/en.yml b/src/tools/text-diff/locales/en.yml deleted file mode 100644 index 3fe95732..00000000 --- a/src/tools/text-diff/locales/en.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - text-diff: - title: Text diff - description: Compare two texts and see the differences between them. diff --git a/src/tools/text-diff/locales/fr.yml b/src/tools/text-diff/locales/fr.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/text-diff/locales/pt.yml b/src/tools/text-diff/locales/pt.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/text-diff/locales/uk.yml b/src/tools/text-diff/locales/uk.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/text-diff/locales/vi.yml b/src/tools/text-diff/locales/vi.yml deleted file mode 100644 index 330cf248..00000000 --- a/src/tools/text-diff/locales/vi.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - text-diff: - title: So sánh văn bản - description: So sánh hai văn bản và xem sự khác biệt giữa chúng. diff --git a/src/tools/text-diff/locales/zh.yml b/src/tools/text-diff/locales/zh.yml deleted file mode 100644 index 7e37bfb2..00000000 --- a/src/tools/text-diff/locales/zh.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - text-diff: - title: 文本比较 - description: 比较两个文本并查看它们之间的差异。 diff --git a/src/tools/text-statistics/locales/en.yml b/src/tools/text-statistics/locales/en.yml deleted file mode 100644 index cc9d3e58..00000000 --- a/src/tools/text-statistics/locales/en.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - text-statistics: - title: Text statistics - description: Get information about a text, the amount of characters, the amount of words, it\'s size, ... diff --git a/src/tools/text-statistics/locales/fr.yml b/src/tools/text-statistics/locales/fr.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/text-statistics/locales/pt.yml b/src/tools/text-statistics/locales/pt.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/text-statistics/locales/uk.yml b/src/tools/text-statistics/locales/uk.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/text-statistics/locales/vi.yml b/src/tools/text-statistics/locales/vi.yml deleted file mode 100644 index f66a47e5..00000000 --- a/src/tools/text-statistics/locales/vi.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - text-statistics: - title: Thống kê văn bản - description: Lấy thông tin về một văn bản, số ký tự, số từ, kích thước của nó, ... diff --git a/src/tools/text-statistics/locales/zh.yml b/src/tools/text-statistics/locales/zh.yml deleted file mode 100644 index e9d39578..00000000 --- a/src/tools/text-statistics/locales/zh.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - text-statistics: - title: 文本统计 - description: 获取有关文本、字符数、字数、大小等的信息 diff --git a/src/tools/text-to-binary/locales/en.yml b/src/tools/text-to-binary/locales/en.yml deleted file mode 100644 index 7650b945..00000000 --- a/src/tools/text-to-binary/locales/en.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - text-to-binary: - title: Text to ASCII binary - description: Convert text to its ASCII binary representation and vice versa. diff --git a/src/tools/text-to-binary/locales/fr.yml b/src/tools/text-to-binary/locales/fr.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/text-to-binary/locales/pt.yml b/src/tools/text-to-binary/locales/pt.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/text-to-binary/locales/uk.yml b/src/tools/text-to-binary/locales/uk.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/text-to-binary/locales/vi.yml b/src/tools/text-to-binary/locales/vi.yml deleted file mode 100644 index 2fc68bec..00000000 --- a/src/tools/text-to-binary/locales/vi.yml +++ /dev/null @@ -1,4 +0,0 @@ -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. diff --git a/src/tools/text-to-binary/locales/zh.yml b/src/tools/text-to-binary/locales/zh.yml deleted file mode 100644 index a30f9426..00000000 --- a/src/tools/text-to-binary/locales/zh.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - text-to-binary: - title: 文本到 ASCII 二进制 - description: 将文本转换为其 ASCII 二进制表示形式,反之亦然。 diff --git a/src/tools/text-to-nato-alphabet/locales/en.yml b/src/tools/text-to-nato-alphabet/locales/en.yml deleted file mode 100644 index 90ee1642..00000000 --- a/src/tools/text-to-nato-alphabet/locales/en.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - text-to-nato-alphabet: - title: Text to NATO alphabet - description: Transform text into NATO phonetic alphabet for oral transmission. diff --git a/src/tools/text-to-nato-alphabet/locales/fr.yml b/src/tools/text-to-nato-alphabet/locales/fr.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/text-to-nato-alphabet/locales/pt.yml b/src/tools/text-to-nato-alphabet/locales/pt.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/text-to-nato-alphabet/locales/uk.yml b/src/tools/text-to-nato-alphabet/locales/uk.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/text-to-nato-alphabet/locales/vi.yml b/src/tools/text-to-nato-alphabet/locales/vi.yml deleted file mode 100644 index e6340124..00000000 --- a/src/tools/text-to-nato-alphabet/locales/vi.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - text-to-nato-alphabet: - title: Chuyển đổi văn bản thành bảng chữ cái NATO - description: Chuyển đổi văn bản thành bảng chữ cái phiên âm NATO để truyền tải bằng miệng. diff --git a/src/tools/text-to-nato-alphabet/locales/zh.yml b/src/tools/text-to-nato-alphabet/locales/zh.yml deleted file mode 100644 index e074b60a..00000000 --- a/src/tools/text-to-nato-alphabet/locales/zh.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - text-to-nato-alphabet: - title: 文本转北约字母表 - description: 将文本转换为北约拼音字母以进行口头传播。 diff --git a/src/tools/text-to-unicode/locales/en.yml b/src/tools/text-to-unicode/locales/en.yml deleted file mode 100644 index a5a90494..00000000 --- a/src/tools/text-to-unicode/locales/en.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - text-to-unicode: - title: Text to Unicode - description: Parse and convert text to unicode and vice-versa diff --git a/src/tools/text-to-unicode/locales/fr.yml b/src/tools/text-to-unicode/locales/fr.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/text-to-unicode/locales/pt.yml b/src/tools/text-to-unicode/locales/pt.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/text-to-unicode/locales/uk.yml b/src/tools/text-to-unicode/locales/uk.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/text-to-unicode/locales/vi.yml b/src/tools/text-to-unicode/locales/vi.yml deleted file mode 100644 index 0158c169..00000000 --- a/src/tools/text-to-unicode/locales/vi.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - text-to-unicode: - title: Chuyển đổi văn bản thành Unicode - description: Phân tích và chuyển đổi văn bản thành Unicode và ngược lại diff --git a/src/tools/text-to-unicode/locales/zh.yml b/src/tools/text-to-unicode/locales/zh.yml deleted file mode 100644 index 83c132f9..00000000 --- a/src/tools/text-to-unicode/locales/zh.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - text-to-unicode: - title: 文本转 Unicode - description: 解析文本并将其转换为 unicode,反之亦然 diff --git a/src/tools/token-generator/locales/en.yml b/src/tools/token-generator/locales/en.yml deleted file mode 100644 index 7a06f3dd..00000000 --- a/src/tools/token-generator/locales/en.yml +++ /dev/null @@ -1,15 +0,0 @@ -tools: - token-generator: - title: Token generator - description: Generate random string with the chars you want, uppercase or lowercase letters, numbers and/or symbols. - - uppercase: Uppercase (ABC...) - lowercase: Lowercase (abc...) - numbers: Numbers (123...) - symbols: Symbols (!-;...) - length: Length - tokenPlaceholder: 'The token...' - copied: Token copied to the clipboard - button: - copy: Copy - refresh: Refresh \ No newline at end of file diff --git a/src/tools/token-generator/locales/es.yaml b/src/tools/token-generator/locales/es.yaml deleted file mode 100644 index d96d95b1..00000000 --- a/src/tools/token-generator/locales/es.yaml +++ /dev/null @@ -1,15 +0,0 @@ -tools: - token-generator: - title: Token generator - description: Genera una cadena aleatoria con los caracteres que desees, letras mayúsculas o minúsculas, números y/o símbolos. - - uppercase: Mayúsculas (ABC...) - lowercase: Minúsculas (abc...) - numbers: Números (123...) - symbols: Símbolos (!-;...) - length: Longitud - tokenPlaceholder: 'The token...' - copied: Token copiado al portapapeles - button: - copy: Copiar - refresh: Actualizar \ No newline at end of file diff --git a/src/tools/token-generator/locales/fr.yml b/src/tools/token-generator/locales/fr.yml deleted file mode 100644 index e9605567..00000000 --- a/src/tools/token-generator/locales/fr.yml +++ /dev/null @@ -1,16 +0,0 @@ -tools: - token-generator: - title: Générateur de token - description: >- - Génère une chaîne aléatoire avec les caractères que vous voulez, lettres - majuscules ou minuscules, chiffres et/ou symboles. - uppercase: Majuscules (ABC...) - lowercase: Minuscules (abc...) - numbers: Chiffres (123...) - symbols: Symboles (!-;...) - button: - copy: Copier - refresh: Rafraichir - copied: Le token a été copié - length: Longueur - tokenPlaceholder: Le token... diff --git a/src/tools/token-generator/locales/pt.yml b/src/tools/token-generator/locales/pt.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/token-generator/locales/uk.yml b/src/tools/token-generator/locales/uk.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/token-generator/locales/vi.yml b/src/tools/token-generator/locales/vi.yml deleted file mode 100644 index d3d29b18..00000000 --- a/src/tools/token-generator/locales/vi.yml +++ /dev/null @@ -1,15 +0,0 @@ -tools: - token-generator: - title: Trình tạo mã thông báo - description: Tạo chuỗi ngẫu nhiên với các ký tự bạn muốn, chữ hoa hoặc chữ thường, số và/hoặc ký tự đặc biệt. - - uppercase: Chữ hoa (ABC...) - lowercase: Chữ thường (abc...) - numbers: Số (123...) - symbols: Ký tự đặc biệt (!-;...) - length: Độ dài - tokenPlaceholder: 'Mã thông báo...' - copied: Mã thông báo đã được sao chép vào clipboard - button: - copy: Sao chép - refresh: Làm mới diff --git a/src/tools/token-generator/locales/zh.yml b/src/tools/token-generator/locales/zh.yml deleted file mode 100644 index 54a53f9f..00000000 --- a/src/tools/token-generator/locales/zh.yml +++ /dev/null @@ -1,15 +0,0 @@ -tools: - token-generator: - title: Token 生成器 - description: 使用您想要的字符、大写或小写字母、数字和/或符号生成随机字符串。 - - uppercase: '大写 (ABC...)' - lowercase: '小写 (abc...)' - numbers: '数字 (123...)' - symbols: '符号 (!-;...)' - length: '长度' - tokenPlaceholder: '令牌...' - copied: 复制到剪贴板 - button: - copy: 复制 - refresh: 刷新 \ No newline at end of file diff --git a/src/tools/toml-to-json/locales/en.yml b/src/tools/toml-to-json/locales/en.yml deleted file mode 100644 index 87f635dc..00000000 --- a/src/tools/toml-to-json/locales/en.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - toml-to-json: - title: TOML to JSON - description: Parse and convert TOML to JSON. diff --git a/src/tools/toml-to-json/locales/fr.yml b/src/tools/toml-to-json/locales/fr.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/toml-to-json/locales/pt.yml b/src/tools/toml-to-json/locales/pt.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/toml-to-json/locales/uk.yml b/src/tools/toml-to-json/locales/uk.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/toml-to-json/locales/vi.yml b/src/tools/toml-to-json/locales/vi.yml deleted file mode 100644 index 1556000b..00000000 --- a/src/tools/toml-to-json/locales/vi.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - toml-to-json: - title: Chuyển đổi TOML thành JSON - description: Phân tích và chuyển đổi TOML thành JSON. diff --git a/src/tools/toml-to-json/locales/zh.yml b/src/tools/toml-to-json/locales/zh.yml deleted file mode 100644 index b171f4bf..00000000 --- a/src/tools/toml-to-json/locales/zh.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - toml-to-json: - title: TOML 到 JSON - description: 解析TOML并将其转换为JSON。 diff --git a/src/tools/toml-to-yaml/locales/en.yml b/src/tools/toml-to-yaml/locales/en.yml deleted file mode 100644 index f66679b3..00000000 --- a/src/tools/toml-to-yaml/locales/en.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - toml-to-yaml: - title: TOML to YAML - description: Parse and convert TOML to YAML. diff --git a/src/tools/toml-to-yaml/locales/fr.yml b/src/tools/toml-to-yaml/locales/fr.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/toml-to-yaml/locales/pt.yml b/src/tools/toml-to-yaml/locales/pt.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/toml-to-yaml/locales/uk.yml b/src/tools/toml-to-yaml/locales/uk.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/toml-to-yaml/locales/vi.yml b/src/tools/toml-to-yaml/locales/vi.yml deleted file mode 100644 index 99e3d668..00000000 --- a/src/tools/toml-to-yaml/locales/vi.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - toml-to-yaml: - title: Chuyển đổi TOML thành YAML - description: Phân tích và chuyển đổi TOML thành YAML. diff --git a/src/tools/toml-to-yaml/locales/zh.yml b/src/tools/toml-to-yaml/locales/zh.yml deleted file mode 100644 index c5be1e65..00000000 --- a/src/tools/toml-to-yaml/locales/zh.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - toml-to-yaml: - title: TOML 到 YAML - description: Parse and convert TOML to YAML. diff --git a/src/tools/ulid-generator/locales/en.yml b/src/tools/ulid-generator/locales/en.yml deleted file mode 100644 index 182998e6..00000000 --- a/src/tools/ulid-generator/locales/en.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - ulid-generator: - title: ULID generator - description: Generate random Universally Unique Lexicographically Sortable Identifier (ULID). diff --git a/src/tools/ulid-generator/locales/fr.yml b/src/tools/ulid-generator/locales/fr.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/ulid-generator/locales/pt.yml b/src/tools/ulid-generator/locales/pt.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/ulid-generator/locales/uk.yml b/src/tools/ulid-generator/locales/uk.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/ulid-generator/locales/vi.yml b/src/tools/ulid-generator/locales/vi.yml deleted file mode 100644 index 96bb9dfa..00000000 --- a/src/tools/ulid-generator/locales/vi.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - ulid-generator: - title: Tạo ULID - description: Tạo ngẫu nhiên mã định danh duy nhất có thể sắp xếp theo thứ tự từ điển (ULID). \ No newline at end of file diff --git a/src/tools/ulid-generator/locales/zh.yml b/src/tools/ulid-generator/locales/zh.yml deleted file mode 100644 index 06247f88..00000000 --- a/src/tools/ulid-generator/locales/zh.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - ulid-generator: - title: ULID 生成器 - description: 生成随机的通用唯一词典可排序标识符(ULID)。 diff --git a/src/tools/url-encoder/locales/en.yml b/src/tools/url-encoder/locales/en.yml deleted file mode 100644 index bbeca37e..00000000 --- a/src/tools/url-encoder/locales/en.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - url-encoder: - title: Encode/decode url formatted strings - description: Encode to url-encoded format (also known as "percent-encoded") or decode from it. diff --git a/src/tools/url-encoder/locales/fr.yml b/src/tools/url-encoder/locales/fr.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/url-encoder/locales/pt.yml b/src/tools/url-encoder/locales/pt.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/url-encoder/locales/uk.yml b/src/tools/url-encoder/locales/uk.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/url-encoder/locales/vi.yml b/src/tools/url-encoder/locales/vi.yml deleted file mode 100644 index e065060d..00000000 --- a/src/tools/url-encoder/locales/vi.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - url-encoder: - title: Mã hóa/giải mã chuỗi định dạng URL - description: Mã hóa thành định dạng URL (còn được gọi là "percent-encoded") hoặc giải mã từ đó. diff --git a/src/tools/url-encoder/locales/zh.yml b/src/tools/url-encoder/locales/zh.yml deleted file mode 100644 index 0898c531..00000000 --- a/src/tools/url-encoder/locales/zh.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - url-encoder: - title: 编码/解码url格式的字符串 - description: 编码为url编码格式(也称为“百分比编码”)或从中解码。 diff --git a/src/tools/url-parser/locales/en.yml b/src/tools/url-parser/locales/en.yml deleted file mode 100644 index 1ebc0e9c..00000000 --- a/src/tools/url-parser/locales/en.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - url-parser: - title: Url parser - description: Parse an url string to get all the different parts (protocol, origin, params, port, username-password, ...) diff --git a/src/tools/url-parser/locales/fr.yml b/src/tools/url-parser/locales/fr.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/url-parser/locales/pt.yml b/src/tools/url-parser/locales/pt.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/url-parser/locales/uk.yml b/src/tools/url-parser/locales/uk.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/url-parser/locales/vi.yml b/src/tools/url-parser/locales/vi.yml deleted file mode 100644 index 8e31452a..00000000 --- a/src/tools/url-parser/locales/vi.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - url-parser: - title: Trình phân tích URL - description: Phân tích một chuỗi URL để lấy tất cả các phần khác nhau (giao thức, nguồn gốc, tham số, cổng, tên người dùng-mật khẩu, ...) diff --git a/src/tools/url-parser/locales/zh.yml b/src/tools/url-parser/locales/zh.yml deleted file mode 100644 index 241f13cf..00000000 --- a/src/tools/url-parser/locales/zh.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - url-parser: - title: Url分析器 - description: 解析url字符串以获取所有不同的部分(协议、来源、参数、端口、用户名密码…) diff --git a/src/tools/user-agent-parser/locales/en.yml b/src/tools/user-agent-parser/locales/en.yml deleted file mode 100644 index 8116a38c..00000000 --- a/src/tools/user-agent-parser/locales/en.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - user-agent-parser: - title: User-agent parser - description: Detect and parse Browser, Engine, OS, CPU, and Device type/model from an user-agent string. diff --git a/src/tools/user-agent-parser/locales/fr.yml b/src/tools/user-agent-parser/locales/fr.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/user-agent-parser/locales/pt.yml b/src/tools/user-agent-parser/locales/pt.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/user-agent-parser/locales/uk.yml b/src/tools/user-agent-parser/locales/uk.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/user-agent-parser/locales/vi.yml b/src/tools/user-agent-parser/locales/vi.yml deleted file mode 100644 index 7092f487..00000000 --- a/src/tools/user-agent-parser/locales/vi.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - user-agent-parser: - title: Trình phân tích User-agent - description: Phát hiện và phân tích trình duyệt, engine, hệ điều hành, CPU và kiểu/mô hình thiết bị từ chuỗi user-agent. diff --git a/src/tools/user-agent-parser/locales/zh.yml b/src/tools/user-agent-parser/locales/zh.yml deleted file mode 100644 index 1d37d063..00000000 --- a/src/tools/user-agent-parser/locales/zh.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - user-agent-parser: - title: 用户代理分析器 - description: 从用户代理字符串中检测和分析浏览器、引擎、操作系统、CPU和设备类型/型号。 diff --git a/src/tools/uuid-generator/locales/en.yml b/src/tools/uuid-generator/locales/en.yml deleted file mode 100644 index b71a71b2..00000000 --- a/src/tools/uuid-generator/locales/en.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - uuid-generator: - title: UUIDs generator - description: A Universally Unique Identifier (UUID) is a 128-bit number used to identify information in computer systems. The number of possible UUIDs is 16^32, which is 2^128 or about 3.4x10^38 (which is a lot!). diff --git a/src/tools/uuid-generator/locales/fr.yml b/src/tools/uuid-generator/locales/fr.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/uuid-generator/locales/pt.yml b/src/tools/uuid-generator/locales/pt.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/uuid-generator/locales/uk.yml b/src/tools/uuid-generator/locales/uk.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/uuid-generator/locales/vi.yml b/src/tools/uuid-generator/locales/vi.yml deleted file mode 100644 index a1759f06..00000000 --- a/src/tools/uuid-generator/locales/vi.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - uuid-generator: - title: Trình tạo UUID - description: Một UUID (Universally Unique Identifier) là một số 128 bit được sử dụng để xác định thông tin trong hệ thống máy tính. Số lượng UUID có thể có là 16^32, tương đương với 2^128 hoặc khoảng 3.4x10^38 (rất lớn!). diff --git a/src/tools/uuid-generator/locales/zh.yml b/src/tools/uuid-generator/locales/zh.yml deleted file mode 100644 index 5958f576..00000000 --- a/src/tools/uuid-generator/locales/zh.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - uuid-generator: - title: UUIDs 生成器 - description: 通用唯一标识符(UUID)是一个128位数字,用于标识计算机系统中的信息。可能的UUID数量为16^32,即2^128或约3.4x10^38(这是一个很大的数字!)。 diff --git a/src/tools/wifi-qr-code-generator/locales/en.yml b/src/tools/wifi-qr-code-generator/locales/en.yml deleted file mode 100644 index 7355c85d..00000000 --- a/src/tools/wifi-qr-code-generator/locales/en.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - wifi-qrcode-generator: - title: WiFi QR Code generator - description: Generate and download QR-codes for quick connections to WiFi networks. diff --git a/src/tools/wifi-qr-code-generator/locales/fr.yml b/src/tools/wifi-qr-code-generator/locales/fr.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/wifi-qr-code-generator/locales/pt.yml b/src/tools/wifi-qr-code-generator/locales/pt.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/wifi-qr-code-generator/locales/uk.yml b/src/tools/wifi-qr-code-generator/locales/uk.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/wifi-qr-code-generator/locales/vi.yml b/src/tools/wifi-qr-code-generator/locales/vi.yml deleted file mode 100644 index 7f8a3481..00000000 --- a/src/tools/wifi-qr-code-generator/locales/vi.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - wifi-qrcode-generator: - title: Tạo mã QR WiFi - description: Tạo và tải xuống mã QR để kết nối nhanh đến mạng WiFi. diff --git a/src/tools/wifi-qr-code-generator/locales/zh.yml b/src/tools/wifi-qr-code-generator/locales/zh.yml deleted file mode 100644 index f2bf6e5c..00000000 --- a/src/tools/wifi-qr-code-generator/locales/zh.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - wifi-qrcode-generator: - title: WiFi 二维码生成器 - description: 生成和下载QR码以快速连接到WiFi网络。 diff --git a/src/tools/xml-formatter/locales/en.yml b/src/tools/xml-formatter/locales/en.yml deleted file mode 100644 index a217f66e..00000000 --- a/src/tools/xml-formatter/locales/en.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - xml-formatter: - title: XML formatter - description: Prettify your XML string to a human friendly readable format. diff --git a/src/tools/xml-formatter/locales/fr.yml b/src/tools/xml-formatter/locales/fr.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/xml-formatter/locales/pt.yml b/src/tools/xml-formatter/locales/pt.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/xml-formatter/locales/uk.yml b/src/tools/xml-formatter/locales/uk.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/xml-formatter/locales/vi.yml b/src/tools/xml-formatter/locales/vi.yml deleted file mode 100644 index 43e780f0..00000000 --- a/src/tools/xml-formatter/locales/vi.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - xml-formatter: - title: Định dạng XML - description: Định dạng chuỗi XML của bạn thành một định dạng dễ đọc và thân thiện với con người. diff --git a/src/tools/xml-formatter/locales/zh.yml b/src/tools/xml-formatter/locales/zh.yml deleted file mode 100644 index eadc328b..00000000 --- a/src/tools/xml-formatter/locales/zh.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - xml-formatter: - title: XML 格式化 - description: 将XML字符串修饰为友好的可读格式。 diff --git a/src/tools/yaml-to-json-converter/locales/en.yml b/src/tools/yaml-to-json-converter/locales/en.yml deleted file mode 100644 index 2a42303f..00000000 --- a/src/tools/yaml-to-json-converter/locales/en.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - yaml-to-json-converter: - title: YAML to JSON converter - description: Simply convert YAML to JSON with this live online converter. diff --git a/src/tools/yaml-to-json-converter/locales/fr.yml b/src/tools/yaml-to-json-converter/locales/fr.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/yaml-to-json-converter/locales/pt.yml b/src/tools/yaml-to-json-converter/locales/pt.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/yaml-to-json-converter/locales/uk.yml b/src/tools/yaml-to-json-converter/locales/uk.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/yaml-to-json-converter/locales/vi.yml b/src/tools/yaml-to-json-converter/locales/vi.yml deleted file mode 100644 index 2bb7974c..00000000 --- a/src/tools/yaml-to-json-converter/locales/vi.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - yaml-to-json-converter: - title: Trình chuyển đổi YAML sang JSON - description: Chuyển đổi YAML sang JSON một cách đơn giản với công cụ chuyển đổi trực tuyến này. diff --git a/src/tools/yaml-to-json-converter/locales/zh.yml b/src/tools/yaml-to-json-converter/locales/zh.yml deleted file mode 100644 index 23e2ee5e..00000000 --- a/src/tools/yaml-to-json-converter/locales/zh.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - yaml-to-json-converter: - title: YAML到JSON转换器 - description: 使用此在线转换器将YAML转换为JSON。 diff --git a/src/tools/yaml-to-toml/locales/en.yml b/src/tools/yaml-to-toml/locales/en.yml deleted file mode 100644 index 32fd92be..00000000 --- a/src/tools/yaml-to-toml/locales/en.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - yaml-to-toml: - title: YAML to TOML - description: Parse and convert YAML to TOML. diff --git a/src/tools/yaml-to-toml/locales/fr.yml b/src/tools/yaml-to-toml/locales/fr.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/yaml-to-toml/locales/pt.yml b/src/tools/yaml-to-toml/locales/pt.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/yaml-to-toml/locales/uk.yml b/src/tools/yaml-to-toml/locales/uk.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/yaml-to-toml/locales/vi.yml b/src/tools/yaml-to-toml/locales/vi.yml deleted file mode 100644 index 8ce4b4bc..00000000 --- a/src/tools/yaml-to-toml/locales/vi.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - yaml-to-toml: - title: YAML sang TOML - description: Phân tích và chuyển đổi YAML sang TOML. diff --git a/src/tools/yaml-to-toml/locales/zh.yml b/src/tools/yaml-to-toml/locales/zh.yml deleted file mode 100644 index 47224672..00000000 --- a/src/tools/yaml-to-toml/locales/zh.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - yaml-to-toml: - title: YAML 到 TOML - description: 解析YAML并将其转换为TOML。 diff --git a/src/tools/yaml-viewer/locales/en.yml b/src/tools/yaml-viewer/locales/en.yml deleted file mode 100644 index e03db090..00000000 --- a/src/tools/yaml-viewer/locales/en.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - yaml-prettify: - title: YAML prettify and format - description: Prettify your YAML string to a human friendly readable format. diff --git a/src/tools/yaml-viewer/locales/fr.yml b/src/tools/yaml-viewer/locales/fr.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/yaml-viewer/locales/pt.yml b/src/tools/yaml-viewer/locales/pt.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/yaml-viewer/locales/uk.yml b/src/tools/yaml-viewer/locales/uk.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/tools/yaml-viewer/locales/vi.yml b/src/tools/yaml-viewer/locales/vi.yml deleted file mode 100644 index 2bd805a0..00000000 --- a/src/tools/yaml-viewer/locales/vi.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - yaml-prettify: - title: Định dạng và làm đẹp YAML - description: Định dạng chuỗi YAML của bạn thành một định dạng dễ đọc và thân thiện với con người. diff --git a/src/tools/yaml-viewer/locales/zh.yml b/src/tools/yaml-viewer/locales/zh.yml deleted file mode 100644 index 087f5639..00000000 --- a/src/tools/yaml-viewer/locales/zh.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - yaml-prettify: - title: YAML美化和格式化 - description: 将YAML字符串修饰为友好的可读格式。 diff --git a/vite.config.ts b/vite.config.ts index 00f90c33..42a2cb29 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -1,20 +1,20 @@ -import { URL, fileURLToPath } from 'node:url'; import { resolve } from 'node:path'; +import { URL, fileURLToPath } from 'node:url'; -import { defineConfig } from 'vite'; +import VueI18n from '@intlify/unplugin-vue-i18n/vite'; import vue from '@vitejs/plugin-vue'; import vueJsx from '@vitejs/plugin-vue-jsx'; +import Unocss from 'unocss/vite'; +import AutoImport from 'unplugin-auto-import/vite'; +import IconsResolver from 'unplugin-icons/resolver'; +import Icons from 'unplugin-icons/vite'; +import { NaiveUiResolver } from 'unplugin-vue-components/resolvers'; +import Components from 'unplugin-vue-components/vite'; +import { defineConfig } from 'vite'; +import { VitePWA } from 'vite-plugin-pwa'; import markdown from 'vite-plugin-vue-markdown'; import svgLoader from 'vite-svg-loader'; -import { VitePWA } from 'vite-plugin-pwa'; -import AutoImport from 'unplugin-auto-import/vite'; -import Components from 'unplugin-vue-components/vite'; -import { NaiveUiResolver } from 'unplugin-vue-components/resolvers'; -import Unocss from 'unocss/vite'; import { configDefaults } from 'vitest/config'; -import Icons from 'unplugin-icons/vite'; -import IconsResolver from 'unplugin-icons/resolver'; -import VueI18n from '@intlify/unplugin-vue-i18n/vite'; const baseUrl = process.env.BASE_URL ?? '/'; @@ -23,9 +23,13 @@ export default defineConfig({ plugins: [ VueI18n({ runtimeOnly: true, + jitCompilation: true, compositionOnly: true, fullInstall: true, - include: [resolve(__dirname, 'locales/**')], + strictMessage: false, + include: [ + resolve(__dirname, 'locales/**'), + ], }), AutoImport({ imports: [ From 10e56b35bb1bb96549be6ea2ad120525ed373e01 Mon Sep 17 00:00:00 2001 From: Corentin THOMASSET Date: Mon, 12 Feb 2024 10:30:41 +0100 Subject: [PATCH 04/23] refactor(home): removed n-grid to prevent layout shift (#881) --- src/pages/Home.page.vue | 94 +++++++++++++++++------------------------ 1 file changed, 39 insertions(+), 55 deletions(-) diff --git a/src/pages/Home.page.vue b/src/pages/Home.page.vue index 859418ef..dfd12b60 100644 --- a/src/pages/Home.page.vue +++ b/src/pages/Home.page.vue @@ -13,76 +13,60 @@ const { t } = useI18n(); From fe349ad69b6a14e0f4b56bef12a6d800c7e6fa1f Mon Sep 17 00:00:00 2001 From: sharevb Date: Sun, 3 Mar 2024 11:37:09 +0100 Subject: [PATCH 06/23] feat(new tool): ascii art generator (#886) * feat(new tool): ascii art generator Fix #829 ; Text ASCII Art Generator (using figlet) * fix: make fonts list searchable * refactor(ascii-generator): updated tool definition * refactor(ascii-generator): equilibrate ui --------- Co-authored-by: Corentin Thomasset --- components.d.ts | 30 +----- package.json | 2 + pnpm-lock.yaml | 16 ++++ .../ascii-text-drawer/ascii-text-drawer.vue | 93 +++++++++++++++++++ src/tools/ascii-text-drawer/index.ts | 12 +++ src/tools/index.ts | 14 ++- 6 files changed, 139 insertions(+), 28 deletions(-) create mode 100644 src/tools/ascii-text-drawer/ascii-text-drawer.vue create mode 100644 src/tools/ascii-text-drawer/index.ts diff --git a/components.d.ts b/components.d.ts index fabbe793..e31119b3 100644 --- a/components.d.ts +++ b/components.d.ts @@ -12,6 +12,7 @@ declare module '@vue/runtime-core' { '404.page': typeof import('./src/pages/404.page.vue')['default'] About: typeof import('./src/pages/About.vue')['default'] App: typeof import('./src/App.vue')['default'] + AsciiTextDrawer: typeof import('./src/tools/ascii-text-drawer/ascii-text-drawer.vue')['default'] 'Base.layout': typeof import('./src/layouts/base.layout.vue')['default'] Base64FileConverter: typeof import('./src/tools/base64-file-converter/base64-file-converter.vue')['default'] Base64StringConverter: typeof import('./src/tools/base64-string-converter/base64-string-converter.vue')['default'] @@ -88,28 +89,17 @@ declare module '@vue/runtime-core' { HttpStatusCodes: typeof import('./src/tools/http-status-codes/http-status-codes.vue')['default'] IbanValidatorAndParser: typeof import('./src/tools/iban-validator-and-parser/iban-validator-and-parser.vue')['default'] 'IconMdi:brushVariant': typeof import('~icons/mdi/brush-variant')['default'] - 'IconMdi:contentCopy': typeof import('~icons/mdi/content-copy')['default'] 'IconMdi:kettleSteamOutline': typeof import('~icons/mdi/kettle-steam-outline')['default'] - IconMdiArrowDown: typeof import('~icons/mdi/arrow-down')['default'] - IconMdiArrowRightBottom: typeof import('~icons/mdi/arrow-right-bottom')['default'] - IconMdiCamera: typeof import('~icons/mdi/camera')['default'] IconMdiChevronDown: typeof import('~icons/mdi/chevron-down')['default'] IconMdiChevronRight: typeof import('~icons/mdi/chevron-right')['default'] IconMdiClose: typeof import('~icons/mdi/close')['default'] IconMdiContentCopy: typeof import('~icons/mdi/content-copy')['default'] - IconMdiDeleteOutline: typeof import('~icons/mdi/delete-outline')['default'] - IconMdiDownload: typeof import('~icons/mdi/download')['default'] IconMdiEye: typeof import('~icons/mdi/eye')['default'] IconMdiEyeOff: typeof import('~icons/mdi/eye-off')['default'] IconMdiHeart: typeof import('~icons/mdi/heart')['default'] - IconMdiPause: typeof import('~icons/mdi/pause')['default'] - IconMdiPlay: typeof import('~icons/mdi/play')['default'] - IconMdiRecord: typeof import('~icons/mdi/record')['default'] - IconMdiRefresh: typeof import('~icons/mdi/refresh')['default'] IconMdiSearch: typeof import('~icons/mdi/search')['default'] IconMdiTranslate: typeof import('~icons/mdi/translate')['default'] IconMdiTriangleDown: typeof import('~icons/mdi/triangle-down')['default'] - IconMdiVideo: typeof import('~icons/mdi/video')['default'] InputCopyable: typeof import('./src/components/InputCopyable.vue')['default'] IntegerBaseConverter: typeof import('./src/tools/integer-base-converter/integer-base-converter.vue')['default'] Ipv4AddressConverter: typeof import('./src/tools/ipv4-address-converter/ipv4-address-converter.vue')['default'] @@ -136,39 +126,25 @@ declare module '@vue/runtime-core' { MenuLayout: typeof import('./src/components/MenuLayout.vue')['default'] MetaTagGenerator: typeof import('./src/tools/meta-tag-generator/meta-tag-generator.vue')['default'] MimeTypes: typeof import('./src/tools/mime-types/mime-types.vue')['default'] - NAlert: typeof import('naive-ui')['NAlert'] NavbarButtons: typeof import('./src/components/NavbarButtons.vue')['default'] - NCheckbox: typeof import('naive-ui')['NCheckbox'] NCode: typeof import('naive-ui')['NCode'] NCollapseTransition: typeof import('naive-ui')['NCollapseTransition'] - NColorPicker: typeof import('naive-ui')['NColorPicker'] NConfigProvider: typeof import('naive-ui')['NConfigProvider'] - NDatePicker: typeof import('naive-ui')['NDatePicker'] NDivider: typeof import('naive-ui')['NDivider'] - NDynamicInput: typeof import('naive-ui')['NDynamicInput'] NEllipsis: typeof import('naive-ui')['NEllipsis'] - NForm: typeof import('naive-ui')['NForm'] NFormItem: typeof import('naive-ui')['NFormItem'] NGi: typeof import('naive-ui')['NGi'] NGrid: typeof import('naive-ui')['NGrid'] NH1: typeof import('naive-ui')['NH1'] - NH2: typeof import('naive-ui')['NH2'] NH3: typeof import('naive-ui')['NH3'] NIcon: typeof import('naive-ui')['NIcon'] - NImage: typeof import('naive-ui')['NImage'] - NInputGroup: typeof import('naive-ui')['NInputGroup'] - NInputGroupLabel: typeof import('naive-ui')['NInputGroupLabel'] NInputNumber: typeof import('naive-ui')['NInputNumber'] + NLabel: typeof import('naive-ui')['NLabel'] NLayout: typeof import('naive-ui')['NLayout'] NLayoutSider: typeof import('naive-ui')['NLayoutSider'] NMenu: typeof import('naive-ui')['NMenu'] - NProgress: typeof import('naive-ui')['NProgress'] NScrollbar: typeof import('naive-ui')['NScrollbar'] - NSlider: typeof import('naive-ui')['NSlider'] - NStatistic: typeof import('naive-ui')['NStatistic'] - NSwitch: typeof import('naive-ui')['NSwitch'] - NTable: typeof import('naive-ui')['NTable'] - NTag: typeof import('naive-ui')['NTag'] + NSpin: typeof import('naive-ui')['NSpin'] NumeronymGenerator: typeof import('./src/tools/numeronym-generator/numeronym-generator.vue')['default'] OtpCodeGeneratorAndValidator: typeof import('./src/tools/otp-code-generator-and-validator/otp-code-generator-and-validator.vue')['default'] PasswordStrengthAnalyser: typeof import('./src/tools/password-strength-analyser/password-strength-analyser.vue')['default'] diff --git a/package.json b/package.json index 65f29dbd..fd6c02e6 100644 --- a/package.json +++ b/package.json @@ -41,6 +41,7 @@ "@tiptap/pm": "2.1.6", "@tiptap/starter-kit": "2.1.6", "@tiptap/vue-3": "2.0.3", + "@types/figlet": "^1.5.8", "@vicons/material": "^0.12.0", "@vicons/tabler": "^0.12.0", "@vueuse/core": "^10.3.0", @@ -57,6 +58,7 @@ "date-fns": "^2.29.3", "dompurify": "^3.0.6", "emojilib": "^3.0.10", + "figlet": "^1.7.0", "figue": "^1.2.0", "fuse.js": "^6.6.2", "highlight.js": "^11.7.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a6f7c32f..bd6c38c9 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -23,6 +23,9 @@ dependencies: '@tiptap/vue-3': specifier: 2.0.3 version: 2.0.3(@tiptap/core@2.1.12)(@tiptap/pm@2.1.6)(vue@3.3.4) + '@types/figlet': + specifier: ^1.5.8 + version: 1.5.8 '@vicons/material': specifier: ^0.12.0 version: 0.12.0 @@ -71,6 +74,9 @@ dependencies: emojilib: specifier: ^3.0.10 version: 3.0.10 + figlet: + specifier: ^1.7.0 + version: 1.7.0 figue: specifier: ^1.2.0 version: 1.2.0 @@ -2902,6 +2908,10 @@ packages: /@types/estree@1.0.0: resolution: {integrity: sha512-WulqXMDUTYAXCjZnk6JtIHPigp55cVtDgDrO2gHRwhyJto21+1zbVCtOYB2L1F9w4qCQ0rOGWBnBe0FNTiEJIQ==} + /@types/figlet@1.5.8: + resolution: {integrity: sha512-G22AUvy4Tl95XLE7jmUM8s8mKcoz+Hr+Xm9W90gJsppJq9f9tHvOGkrpn4gRX0q/cLtBdNkWtWCKDg2UDZoZvQ==} + dev: false + /@types/fs-extra@11.0.1: resolution: {integrity: sha512-MxObHvNl4A69ofaTRU8DFqvgzzv8s9yRtaPPm5gud9HDNvpB3GPQFvNuTWAI59B9huVGV5jXYJwbCsmBsOGYWA==} dependencies: @@ -5585,6 +5595,12 @@ packages: web-streams-polyfill: 3.2.1 dev: true + /figlet@1.7.0: + resolution: {integrity: sha512-gO8l3wvqo0V7wEFLXPbkX83b7MVjRrk1oRLfYlZXol8nEpb/ON9pcKLI4qpBv5YtOTfrINtqb7b40iYY2FTWFg==} + engines: {node: '>= 0.4.0'} + hasBin: true + dev: false + /figue@1.2.0: resolution: {integrity: sha512-CXKr12kiNWjKtUK3X+YHeXKepn80s9Rg6pgZXoLQYEybgwaGJ9uGW4DrBrVK30ZWZf1mcvTbXF56AcovG7gLVw==} dependencies: diff --git a/src/tools/ascii-text-drawer/ascii-text-drawer.vue b/src/tools/ascii-text-drawer/ascii-text-drawer.vue new file mode 100644 index 00000000..9a6520a4 --- /dev/null +++ b/src/tools/ascii-text-drawer/ascii-text-drawer.vue @@ -0,0 +1,93 @@ + + + diff --git a/src/tools/ascii-text-drawer/index.ts b/src/tools/ascii-text-drawer/index.ts new file mode 100644 index 00000000..cc1ba86c --- /dev/null +++ b/src/tools/ascii-text-drawer/index.ts @@ -0,0 +1,12 @@ +import { Artboard } from '@vicons/tabler'; +import { defineTool } from '../tool'; + +export const tool = defineTool({ + name: 'ASCII Art Text Generator', + path: '/ascii-text-drawer', + description: 'Create ASCII art text with many fonts and styles.', + keywords: ['ascii', 'asciiart', 'text', 'drawer'], + component: () => import('./ascii-text-drawer.vue'), + icon: Artboard, + createdAt: new Date('2024-03-03'), +}); diff --git a/src/tools/index.ts b/src/tools/index.ts index 2a477ed2..492ec6f5 100644 --- a/src/tools/index.ts +++ b/src/tools/index.ts @@ -1,7 +1,11 @@ import { tool as base64FileConverter } from './base64-file-converter'; import { tool as base64StringConverter } from './base64-string-converter'; import { tool as basicAuthGenerator } from './basic-auth-generator'; + +import { tool as asciiTextDrawer } from './ascii-text-drawer'; + import { tool as textToUnicode } from './text-to-unicode'; + import { tool as pdfSignatureChecker } from './pdf-signature-checker'; import { tool as numeronymGenerator } from './numeronym-generator'; import { tool as macAddressGenerator } from './mac-address-generator'; @@ -159,7 +163,15 @@ export const toolsByCategory: ToolCategory[] = [ }, { name: 'Text', - components: [loremIpsumGenerator, textStatistics, emojiPicker, stringObfuscator, textDiff, numeronymGenerator], + components: [ + loremIpsumGenerator, + textStatistics, + emojiPicker, + stringObfuscator, + textDiff, + numeronymGenerator, + asciiTextDrawer, + ], }, { name: 'Data', From d3b32cc14ee127f2a996c5ab0957e20ddc36dd5e Mon Sep 17 00:00:00 2001 From: sharevb Date: Mon, 11 Mar 2024 11:19:32 +0100 Subject: [PATCH 07/23] feat(new tool): Outlook Safelink Decoder (#911) * feat(new tool): Outlook Safelink Decoder Fix #897 * Use native URL parsing Co-authored-by: Corentin THOMASSET * Update src/tools/safelink-decoder/index.ts --------- Co-authored-by: Corentin THOMASSET --- src/tools/index.ts | 3 +- src/tools/safelink-decoder/index.ts | 12 +++++++ .../safelink-decoder.service.test.ts | 21 ++++++++++++ .../safelink-decoder.service.ts | 7 ++++ .../safelink-decoder/safelink-decoder.vue | 32 +++++++++++++++++++ 5 files changed, 74 insertions(+), 1 deletion(-) create mode 100644 src/tools/safelink-decoder/index.ts create mode 100644 src/tools/safelink-decoder/safelink-decoder.service.test.ts create mode 100644 src/tools/safelink-decoder/safelink-decoder.service.ts create mode 100644 src/tools/safelink-decoder/safelink-decoder.vue diff --git a/src/tools/index.ts b/src/tools/index.ts index 492ec6f5..aa861c93 100644 --- a/src/tools/index.ts +++ b/src/tools/index.ts @@ -5,7 +5,7 @@ import { tool as basicAuthGenerator } from './basic-auth-generator'; import { tool as asciiTextDrawer } from './ascii-text-drawer'; import { tool as textToUnicode } from './text-to-unicode'; - +import { tool as safelinkDecoder } from './safelink-decoder'; import { tool as pdfSignatureChecker } from './pdf-signature-checker'; import { tool as numeronymGenerator } from './numeronym-generator'; import { tool as macAddressGenerator } from './mac-address-generator'; @@ -127,6 +127,7 @@ export const toolsByCategory: ToolCategory[] = [ userAgentParser, httpStatusCodes, jsonDiff, + safelinkDecoder, ], }, { diff --git a/src/tools/safelink-decoder/index.ts b/src/tools/safelink-decoder/index.ts new file mode 100644 index 00000000..ef865108 --- /dev/null +++ b/src/tools/safelink-decoder/index.ts @@ -0,0 +1,12 @@ +import { Mailbox } from '@vicons/tabler'; +import { defineTool } from '../tool'; + +export const tool = defineTool({ + name: 'Outlook Safelink decoder', + path: '/safelink-decoder', + description: 'Decode Outlook SafeLink links', + keywords: ['outlook', 'safelink', 'decoder'], + component: () => import('./safelink-decoder.vue'), + icon: Mailbox, + createdAt: new Date('2024-03-11'), +}); diff --git a/src/tools/safelink-decoder/safelink-decoder.service.test.ts b/src/tools/safelink-decoder/safelink-decoder.service.test.ts new file mode 100644 index 00000000..b601f01e --- /dev/null +++ b/src/tools/safelink-decoder/safelink-decoder.service.test.ts @@ -0,0 +1,21 @@ +import { describe, expect, it } from 'vitest'; +import { decodeSafeLinksURL } from './safelink-decoder.service'; + +describe('safelink-decoder', () => { + describe('decodeSafeLinksURL', () => { + describe('decode outlook safelink urls', () => { + it('should decode basic safelink urls', () => { + expect(decodeSafeLinksURL('https://aus01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.google.com%2Fsearch%3Fq%3Dsafelink%26rlz%3D1&data=05%7C02%7C%7C1ed07253975b46da1d1508dc3443752a%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C638442711583216725%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&sdata=%2BQY0HBnnxfI7pzZoxzlhZdDvYu80LwQB0zUUjrffVnk%3D&reserved=0')) + .toBe('https://www.google.com/search?q=safelink&rlz=1'); + }); + it('should decode encoded safelink urls', () => { + expect(decodeSafeLinksURL('https://aus01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.google.com%2Fsearch%3Fq%3Dsafelink%26rlz%3D1&data=05%7C02%7C%7C1ed07253975b46da1d1508dc3443752a%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C638442711583216725%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&sdata=%2BQY0HBnnxfI7pzZoxzlhZdDvYu80LwQB0zUUjrffVnk%3D&reserved=0')) + .toBe('https://www.google.com/search?q=safelink&rlz=1'); + }); + it('throw on not outlook safelink urls', () => { + expect(() => decodeSafeLinksURL('https://google.com')) + .toThrow('Invalid SafeLinks URL provided'); + }); + }); + }); +}); diff --git a/src/tools/safelink-decoder/safelink-decoder.service.ts b/src/tools/safelink-decoder/safelink-decoder.service.ts new file mode 100644 index 00000000..96be00ab --- /dev/null +++ b/src/tools/safelink-decoder/safelink-decoder.service.ts @@ -0,0 +1,7 @@ +export function decodeSafeLinksURL(safeLinksUrl: string) { + if (!safeLinksUrl.match(/\.safelinks\.protection\.outlook\.com/)) { + throw new Error('Invalid SafeLinks URL provided'); + } + + return new URL(safeLinksUrl).searchParams.get('url'); +} diff --git a/src/tools/safelink-decoder/safelink-decoder.vue b/src/tools/safelink-decoder/safelink-decoder.vue new file mode 100644 index 00000000..01337eb2 --- /dev/null +++ b/src/tools/safelink-decoder/safelink-decoder.vue @@ -0,0 +1,32 @@ + + + From 23f82d956a8af21e176f7268c9414244168bd4eb Mon Sep 17 00:00:00 2001 From: sharevb Date: Mon, 15 Apr 2024 09:43:12 +0200 Subject: [PATCH 08/23] fix(bcrypt tool): allow salt rounds up to 100 (#987) * fix(bcrypt tool): allow salt rounds up to 100 Previously max salt rounds was 10 * chore(github workflows): ci and e2e tests: try updating to node 20 --- .github/workflows/ci.yml | 2 +- .github/workflows/e2e-tests.yml | 2 +- playwright.config.ts | 4 ++-- src/tools/bcrypt/bcrypt.vue | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d5c67208..4dd9ffb7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: - run: corepack enable - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 20 cache: 'pnpm' - name: Install dependencies diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index b5b04096..13b787ef 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 20 cache: 'pnpm' - name: Get Playwright version diff --git a/playwright.config.ts b/playwright.config.ts index 3caa0612..5257c526 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -9,7 +9,7 @@ const useWebServer = process.env.NO_WEB_SERVER !== 'true'; */ export default defineConfig({ testDir: './src', - testMatch: /.*\.e2e\.(spec\.)?ts/, + testMatch: /\.e2e\.(spec\.)?ts$/, /* Run tests in files in parallel */ fullyParallel: true, /* Fail the build on CI if you accidentally left test.only in the source code. */ @@ -57,7 +57,7 @@ export default defineConfig({ && { webServer: { command: 'npm run preview', - url: 'http://127.0.0.1:5050', + url: 'http://localhost:5050', reuseExistingServer: !isCI, }, } diff --git a/src/tools/bcrypt/bcrypt.vue b/src/tools/bcrypt/bcrypt.vue index c28c20bf..d4881299 100644 --- a/src/tools/bcrypt/bcrypt.vue +++ b/src/tools/bcrypt/bcrypt.vue @@ -28,7 +28,7 @@ const compareMatch = computed(() => compareSync(compareString.value, compareHash mb-2 /> - + From 9eac9cb2a9d23619b0d3c044f1bc1385aab427e4 Mon Sep 17 00:00:00 2001 From: sharevb Date: Mon, 22 Apr 2024 08:45:51 +0200 Subject: [PATCH 09/23] fix(integer base converter): support bigint (#872) --- .../integer-base-converter.model.test.ts | 3 +++ .../integer-base-converter.model.ts | 10 +++++----- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/src/tools/integer-base-converter/integer-base-converter.model.test.ts b/src/tools/integer-base-converter/integer-base-converter.model.test.ts index d0387b64..c7d7db79 100644 --- a/src/tools/integer-base-converter/integer-base-converter.model.test.ts +++ b/src/tools/integer-base-converter/integer-base-converter.model.test.ts @@ -11,6 +11,9 @@ describe('integer-base-converter', () => { expect(convertBase({ value: '10100101', fromBase: 2, toBase: 16 })).toEqual('a5'); expect(convertBase({ value: '192654', fromBase: 10, toBase: 8 })).toEqual('570216'); expect(convertBase({ value: 'zz', fromBase: 64, toBase: 10 })).toEqual('2275'); + expect(convertBase({ value: '42540766411283223938465490632011909384', fromBase: 10, toBase: 10 })).toEqual('42540766411283223938465490632011909384'); + expect(convertBase({ value: '42540766411283223938465490632011909384', fromBase: 10, toBase: 16 })).toEqual('20010db8000085a300000000ac1f8908'); + expect(convertBase({ value: '20010db8000085a300000000ac1f8908', fromBase: 16, toBase: 10 })).toEqual('42540766411283223938465490632011909384'); }); }); }); diff --git a/src/tools/integer-base-converter/integer-base-converter.model.ts b/src/tools/integer-base-converter/integer-base-converter.model.ts index b4470e57..da0fe77f 100644 --- a/src/tools/integer-base-converter/integer-base-converter.model.ts +++ b/src/tools/integer-base-converter/integer-base-converter.model.ts @@ -5,16 +5,16 @@ export function convertBase({ value, fromBase, toBase }: { value: string; fromBa let decValue = value .split('') .reverse() - .reduce((carry: number, digit: string, index: number) => { + .reduce((carry: bigint, digit: string, index: number) => { if (!fromRange.includes(digit)) { throw new Error(`Invalid digit "${digit}" for base ${fromBase}.`); } - return (carry += fromRange.indexOf(digit) * fromBase ** index); - }, 0); + return (carry += BigInt(fromRange.indexOf(digit)) * BigInt(fromBase) ** BigInt(index)); + }, 0n); let newValue = ''; while (decValue > 0) { - newValue = toRange[decValue % toBase] + newValue; - decValue = (decValue - (decValue % toBase)) / toBase; + newValue = toRange[Number(decValue % BigInt(toBase))] + newValue; + decValue = (decValue - (decValue % BigInt(toBase))) / BigInt(toBase); } return newValue || '0'; } From cb5b462e119d4231b5c07b4ef0ca24ec84ceee8b Mon Sep 17 00:00:00 2001 From: Pavel Gordon Date: Mon, 29 Apr 2024 11:58:08 +0200 Subject: [PATCH 10/23] fix(url-encoder, validation): typo in validation of url-encoder.vue #1024 --- src/tools/url-encoder/url-encoder.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/url-encoder/url-encoder.vue b/src/tools/url-encoder/url-encoder.vue index c43f8193..19025190 100644 --- a/src/tools/url-encoder/url-encoder.vue +++ b/src/tools/url-encoder/url-encoder.vue @@ -23,7 +23,7 @@ const decodeInput = ref('Hello%20world%20%3A)'); const decodeOutput = computed(() => withDefaultOnError(() => decodeURIComponent(decodeInput.value), '')); const decodeValidation = useValidation({ - source: encodeInput, + source: decodeInput, rules: [ { validator: value => isNotThrowing(() => decodeURIComponent(value)), From 221ddfa75c5731d7a5dc1f0b03663ba4fd9e7965 Mon Sep 17 00:00:00 2001 From: Christopher Conley Date: Sun, 5 May 2024 12:49:31 -0400 Subject: [PATCH 11/23] fix(language): English language cleanup (#1036) Fix possessive vs. contraction form of "it," clarification, and some general cleanup --- locales/en.yml | 90 +++++++++++++++++++++++++------------------------- 1 file changed, 45 insertions(+), 45 deletions(-) diff --git a/locales/en.yml b/locales/en.yml index 50d48af9..d09d435a 100644 --- a/locales/en.yml +++ b/locales/en.yml @@ -7,7 +7,7 @@ home: toggleMenu: 'Toggle menu' home: Home uiLib: 'UI Lib' - support: 'Support IT Tools development' + support: 'Support IT-Tools development' buyMeACoffee: 'Buy me a coffee' follow: title: 'You like it-tools?' @@ -15,7 +15,7 @@ home: githubRepository: 'IT-Tools GitHub repository' p2: 'or follow us on' twitterAccount: 'IT-Tools Twitter account' - thankYou: 'Thank you !' + thankYou: 'Thank you!' nav: github: 'GitHub repository' githubRepository: 'IT-Tools GitHub repository' @@ -72,7 +72,7 @@ tools: password-strength-analyser: title: Password strength analyser - description: Discover the strength of your password with this client side only password strength analyser and crack time estimation tool. + description: Discover the strength of your password with this client-side-only password strength analyser and crack time estimation tool. chronometer: title: Chronometer @@ -98,7 +98,7 @@ tools: svg-placeholder-generator: title: SVG placeholder generator - description: Generate svg images to use as placeholder in your applications. + description: Generate svg images to use as a placeholder in your applications. json-to-csv: title: JSON to CSV @@ -126,11 +126,11 @@ tools: crontab-generator: title: Crontab generator - description: Validate and generate crontab and get the human readable description of the cron schedule. + description: Validate and generate crontab and get the human-readable description of the cron schedule. http-status-codes: title: HTTP status codes - description: The list of all HTTP status codes their name and their meaning. + description: The list of all HTTP status codes, their name, and their meaning. sql-prettify: title: SQL prettify and format @@ -142,7 +142,7 @@ tools: git-memo: title: Git cheatsheet - description: Git is a decentralized version management software. With this cheatsheet you will have a quick access to the most common git commands. + description: Git is a decentralized version management software. With this cheatsheet, you will have quick access to the most common git commands. slugify-string: title: Slugify string @@ -150,7 +150,7 @@ tools: encryption: title: Encrypt / decrypt text - description: Encrypt and decrypt text clear text using crypto algorithm like AES, TripleDES, Rabbit or RC4. + description: Encrypt clear text and decrypt ciphertext using crypto algorithms like AES, TripleDES, Rabbit or RC4. random-port-generator: title: Random port generator @@ -158,11 +158,11 @@ tools: yaml-prettify: title: YAML prettify and format - description: Prettify your YAML string to a human friendly readable format. + description: Prettify your YAML string into a friendly, human-readable format. eta-calculator: title: ETA calculator - description: An ETA (Estimated Time of Arrival) calculator to know the approximate end time of a task, for example the moment of ending of a download. + description: An ETA (Estimated Time of Arrival) calculator to determine the approximate end time of a task, for example, the end time and duration of a file download. roman-numeral-converter: title: Roman numeral converter @@ -174,11 +174,11 @@ tools: bip39-generator: title: BIP39 passphrase generator - description: Generate BIP39 passphrase from existing or random mnemonic, or get the mnemonic from the passphrase. + description: Generate a BIP39 passphrase from an existing or random mnemonic, or get the mnemonic from the passphrase. base64-file-converter: title: Base64 file converter - description: Convert string, files or images into a it\'s base64 representation. + description: Convert a string, file, or image into its base64 representation. list-converter: title: List converter @@ -186,7 +186,7 @@ tools: base64-string-converter: title: Base64 string encoder/decoder - description: Simply encode and decode string into a their base64 representation. + description: Simply encode and decode strings into their base64 representation. toml-to-yaml: title: TOML to YAML @@ -198,15 +198,15 @@ tools: json-to-yaml-converter: title: JSON to YAML converter - description: Simply convert JSON to YAML with this live online converter. + description: Simply convert JSON to YAML with this online live converter. url-parser: - title: Url parser - description: Parse an url string to get all the different parts (protocol, origin, params, port, username-password, ...) + title: URL parser + description: Parse a URL into its separate constituent parts (protocol, origin, params, port, username-password, ...) iban-validator-and-parser: title: IBAN validator and parser - description: Validate and parse IBAN numbers. Check if IBAN is valid and get the country, BBAN, if it is a QR-IBAN and the IBAN friendly format. + description: Validate and parse IBAN numbers. Check if an IBAN is valid and get the country, BBAN, if it is a QR-IBAN and the IBAN friendly format. user-agent-parser: title: User-agent parser @@ -218,27 +218,27 @@ tools: case-converter: title: Case converter - description: Change the case of a string and chose between different formats + description: Transform the case of a string and choose between different formats html-entities: - title: Escape html entities - description: Escape or unescape html entities (replace <,>, &, " and \' to their html version) + title: Escape HTML entities + description: Escape or unescape HTML entities (replace characters like <,>, &, " and \' with their HTML version) json-prettify: title: JSON prettify and format - description: Prettify your JSON string to a human friendly readable format. + description: Prettify your JSON string into a friendly, human-readable format. docker-run-to-docker-compose-converter: title: Docker run to Docker compose converter - description: Turns docker run commands into docker-compose files! + description: Transforms "docker run" commands into docker-compose files! mac-address-lookup: title: MAC address lookup description: Find the vendor and manufacturer of a device by its MAC address. mime-types: - title: Mime types - description: Convert mime types to extensions and vice-versa. + title: MIME types + description: Convert MIME types to file extensions and vice-versa. toml-to-json: title: TOML to JSON @@ -250,19 +250,19 @@ tools: qrcode-generator: title: QR Code generator - description: Generate and download QR-code for an url or just a text and customize the background and foreground colors. + description: Generate and download a QR code for a URL (or just plain text), and customize the background and foreground colors. wifi-qrcode-generator: title: WiFi QR Code generator - description: Generate and download QR-codes for quick connections to WiFi networks. + description: Generate and download QR codes for quick connections to WiFi networks. xml-formatter: title: XML formatter - description: Prettify your XML string to a human friendly readable format. + description: Prettify your XML string into a friendly, human-readable format. temperature-converter: title: Temperature converter - description: Temperature degrees conversions for Kelvin, Celsius, Fahrenheit, Rankine, Delisle, Newton, Réaumur and Rømer. + description: Degrees temperature conversions for Kelvin, Celsius, Fahrenheit, Rankine, Delisle, Newton, Réaumur, and Rømer. chmod-calculator: title: Chmod calculator @@ -270,11 +270,11 @@ tools: rsa-key-pair-generator: title: RSA key pair generator - description: Generate new random RSA private and public key pem certificates. + description: Generate a new random RSA private and public pem certificate key pair. html-wysiwyg-editor: title: HTML WYSIWYG editor - description: Online HTML editor with feature-rich WYSIWYG editor, get the source code of the content immediately. + description: Online, feature-rich WYSIWYG HTML editor which generates the source code of the content immediately. yaml-to-toml: title: YAML to TOML @@ -302,15 +302,15 @@ tools: ipv4-subnet-calculator: title: IPv4 subnet calculator - description: Parse your IPv4 CIDR blocks and get all the info you need about your sub network. + description: Parse your IPv4 CIDR blocks and get all the info you need about your subnet. og-meta-generator: title: Open graph meta generator - description: Generate open-graph and socials html meta tags for your website. + description: Generate open-graph and socials HTML meta tags for your website. ipv6-ula-generator: title: IPv6 ULA generator - description: Generate your own local, non-routable IP addresses on your network according to RFC4193. + description: Generate your own local, non-routable IP addresses for your network according to RFC4193. hash-text: title: Hash text @@ -330,7 +330,7 @@ tools: json-minify: title: JSON minify - description: Minify and compress your JSON by removing unnecessary white spaces. + description: Minify and compress your JSON by removing unnecessary whitespace. ulid-generator: title: ULID generator @@ -342,31 +342,31 @@ tools: base-converter: title: Integer base converter - description: Convert number between different bases (decimal, hexadecimal, binary, octal, base64, ...) + description: Convert a number between different bases (decimal, hexadecimal, binary, octal, base64, ...) yaml-to-json-converter: title: YAML to JSON converter - description: Simply convert YAML to JSON with this live online converter. + description: Simply convert YAML to JSON with this online live converter. uuid-generator: title: UUIDs generator description: A Universally Unique Identifier (UUID) is a 128-bit number used to identify information in computer systems. The number of possible UUIDs is 16^32, which is 2^128 or about 3.4x10^38 (which is a lot!). ipv4-address-converter: - title: Ipv4 address converter - description: Convert an ip address into decimal, binary, hexadecimal or event in ipv6 + title: IPv4 address converter + description: Convert an IP address into decimal, binary, hexadecimal, or even an IPv6 representation of it. text-statistics: title: Text statistics - description: Get information about a text, the amount of characters, the amount of words, it\'s size, ... + description: Get information about a text, the number of characters, the number of words, its size in bytes, ... text-to-nato-alphabet: title: Text to NATO alphabet - description: Transform text into NATO phonetic alphabet for oral transmission. + description: Transform text into the NATO phonetic alphabet for oral transmission. basic-auth-generator: title: Basic auth generator - description: Generate a base64 basic auth header from an username and a password. + description: Generate a base64 basic auth header from a username and password. text-to-unicode: title: Text to Unicode @@ -374,7 +374,7 @@ tools: ipv4-range-expander: title: IPv4 range expander - description: Given a start and an end IPv4 address this tool calculates a valid IPv4 network with its CIDR notation. + description: Given a start and an end IPv4 address, this tool calculates a valid IPv4 subnet along with its CIDR notation. text-diff: title: Text diff @@ -385,9 +385,9 @@ tools: description: Generate and validate time-based OTP (one time password) for multi-factor authentication. url-encoder: - title: Encode/decode url formatted strings - description: Encode to url-encoded format (also known as "percent-encoded") or decode from it. + title: Encode/decode URL-formatted strings + description: Encode text to URL-encoded format (also known as "percent-encoded"), or decode from it. text-to-binary: title: Text to ASCII binary - description: Convert text to its ASCII binary representation and vice versa. + description: Convert text to its ASCII binary representation and vice-versa. From 2c2fb216e36e5c4be0a6f6e2977da7a7363535f7 Mon Sep 17 00:00:00 2001 From: steffenrapp <88974099+steffenrapp@users.noreply.github.com> Date: Fri, 10 May 2024 10:57:42 +0200 Subject: [PATCH 12/23] feat(i18n): added German translation (#1038) * feat(i18n): German translation * more * more * more * rest --- locales/de.yml | 455 ++++++++++++++++++ .../i18n/components/locale-selector.vue | 1 + 2 files changed, 456 insertions(+) create mode 100644 locales/de.yml diff --git a/locales/de.yml b/locales/de.yml new file mode 100644 index 00000000..5a47c85d --- /dev/null +++ b/locales/de.yml @@ -0,0 +1,455 @@ +'404': + notFound: 404 Nicht gefunden + sorry: Entschuldigung, diese Seite scheint nicht zu existieren + maybe: >- + Vielleicht macht der Cache etwas Seltsames. Mit einem erzwungenen Neuladen + versuchen? + backHome: Zurück zur Startseite +home: + categories: + newestTools: Neueste Tools + favoriteTools: Deine Lieblingstools + allTools: Alle Tools + subtitle: Praktische Tools für Entwickler + toggleMenu: Menü umschalten + home: Startseite + uiLib: UI-Bibliothek + support: Unterstütze die Entwicklung von IT-Tools + buyMeACoffee: Kauf mir einen Kaffee + follow: + title: Magst du IT-Tools? + p1: Gib uns einen Stern auf + githubRepository: IT-Tools GitHub-Repository + p2: oder folge uns auf + twitterAccount: IT-Tools Twitter-Konto + thankYou: Vielen Dank! + nav: + github: GitHub-Repository + githubRepository: IT-Tools GitHub-Repository + twitter: Twitter-Konto + twitterAccount: IT-Tools Twitter-Konto + about: Über IT-Tools + aboutLabel: Über + darkMode: Dunkelmodus + lightMode: Hellmodus + mode: Wechseln zwischen dunklem/hellem Modus +about: + content: > + # Über IT-Tools + + Diese wunderbare Website, erstellt mit ❤ von [Corentin + Thomasset](https://github.com/CorentinTh), sammelt nützliche Tools für + Entwickler und Menschen, die in der IT arbeiten. Wenn du sie nützlich + findest, teile sie gerne mit Personen, von denen du denkst, dass sie sie + ebenfalls nützlich finden könnten, und vergiss nicht, sie in deiner + Lesezeichenleiste zu speichern! + + IT-Tools ist Open Source (unter der MIT-Lizenz) und kostenlos und wird es + immer sein, aber es kostet mich Geld, die Website zu hosten und den + Domainnamen zu erneuern. Wenn du meine Arbeit unterstützen möchtest und mich + ermutigen möchtest, mehr Tools hinzuzufügen, überlege bitte, mich durch + [Sponsoring](https://www.buymeacoffee.com/cthmsst) zu unterstützen. + + ## Technologien + + IT-Tools wurde mit Vue.js (Vue 3) und der Naive UI-Komponentenbibliothek + erstellt und wird von Vercel gehostet und kontinuierlich bereitgestellt. In + einigen Tools werden Drittanbieter-Open-Source-Bibliotheken verwendet. Du + findest die vollständige Liste in der + [package.json](https://github.com/CorentinTh/it-tools/blob/main/package.json)-Datei + des Repositorys. + + ## Einen Fehler gefunden? Ein Tool fehlt? + + Wenn du ein Tool benötigst, das hier noch nicht vorhanden ist, und du + denkst, dass es nützlich sein könnte, bist du herzlich eingeladen, einen + Feature-Request im + [Issues-Bereich](https://github.com/CorentinTh/it-tools/issues/new/choose) + im GitHub-Repository einzureichen. + + Und wenn du einen Fehler gefunden hast oder etwas nicht wie erwartet + funktioniert, melde bitte einen Fehler im + [Issues-Bereich](https://github.com/CorentinTh/it-tools/issues/new/choose) + im GitHub-Repository. +favoriteButton: + remove: Aus Favoriten entfernen + add: Zu Favoriten hinzufügen +toolCard: + new: Neu +search: + label: Suche +tools: + categories: + favorite-tools: Deine Lieblingstools + crypto: Krypto + converter: Konverter + web: Web + images and videos: Bilder & Videos + development: Entwicklung + network: Netzwerk + math: Mathematik + measurement: Messung + text: Text + data: Daten + password-strength-analyser: + title: Passwortstärken-Analysator + description: >- + Ermittle die Stärke deines Passworts mit diesem Client-seitigen + Passwortstärken-Analysator und Tool zur Schätzung der Knackzeit. + chronometer: + title: Chronometer + description: >- + Überwache die Dauer einer Sache. Im Grunde ein Chronometer mit einfachen + Chronometerfunktionen. + token-generator: + title: Token-Generator + description: >- + Generiere eine zufällige Zeichenfolge mit den von dir gewünschten Zeichen, + Groß- oder Kleinbuchstaben, Zahlen und/oder Symbolen. + uppercase: Großbuchstaben (ABC...) + lowercase: Kleinbuchstaben (abc...) + numbers: Zahlen (123...) + symbols: Symbole (!-;...) + length: Länge + tokenPlaceholder: Der Token ... + copied: Token in die Zwischenablage kopiert + button: + copy: Kopieren + refresh: Aktualisieren + percentage-calculator: + title: Prozentrechner + description: >- + Berechne einfach Prozentsätze von einem Wert zu einem anderen Wert oder + von einem Prozentsatz zu einem Wert. + svg-placeholder-generator: + title: SVG-Platzhalter-Generator + description: >- + Generiere SVG-Bilder, die als Platzhalter in deinen Anwendungen verwendet + werden können. + json-to-csv: + title: JSON zu CSV + description: Konvertiere JSON mit automatischer Headererkennung in CSV. + camera-recorder: + title: Kamera-Rekorder + description: Mache ein Foto oder nimm ein Video von deiner Webcam oder Kamera auf. + keycode-info: + title: Keycode-Info + description: >- + Finde den JavaScript-Keycode, den Code, den Standort und die Modifikatoren + einer beliebigen gedrückten Taste. + emoji-picker: + title: Emoji-Picker + description: >- + Einfaches Kopieren und Einfügen von Emojis. Erhalte außerdem den Unicode- + und Codepunkt-Wert jedes Emojis. + color-converter: + title: Farbkonverter + description: >- + Konvertiere Farben zwischen den verschiedenen Formaten (Hex, RGB, HSL und + CSS-Name). + bcrypt: + title: Bcrypt + description: >- + Hashen und Vergleichen von Strings mit bcrypt. Bcrypt ist eine auf der + Blowfish-Chiffre basierende Hash-Funktion. + crontab-generator: + title: Crontab-Generator + description: >- + Überprüfe und generiere Crontab und erhalte die menschenlesbare + Beschreibung des Cron-Zeitplans. + http-status-codes: + title: HTTP-Statuscodes + description: Liste aller HTTP-Statuscodes, ihrer Namen und ihrer Bedeutung. + sql-prettify: + title: SQL verschönern und formatieren + description: >- + Formatiere und verschönere deine SQL-Abfragen online (unterstützt + verschiedene SQL-Dialekte). + benchmark-builder: + title: Benchmark-Builder + description: >- + Vergleiche ganz einfach die Ausführungszeit von Aufgaben mit diesem sehr + einfachen Online-Benchmark-Builder. + git-memo: + title: Git-Spickzettel + description: >- + Git ist eine dezentrale Versionsverwaltungssoftware. Mit diesem + Spickzettel hast du schnellen Zugriff auf die gängigsten Git-Befehle. + slugify-string: + title: Slugify String + description: Mache einen String URL-, Dateinamen- und ID-sicher. + encryption: + title: Text verschlüsseln / entschlüsseln + description: >- + Verschlüssele und entschlüssele Klartext mithilfe von Kryptoalgorithmen + wie AES, TripleDES, Rabbit oder RC4. + random-port-generator: + title: Zufälliger Port-Generator + description: >- + Generiere zufällige Portnummern außerhalb des Bereichs der "bekannten" + Ports (0-1023). + yaml-prettify: + title: YAML verschönern und formatieren + description: Verschönere deinen YAML-String in ein menschenlesbares Format. + eta-calculator: + title: ETA-Rechner + description: >- + Ein ETA (Estimated Time of Arrival)-Rechner, um die ungefähre Endzeit + einer Aufgabe zu erfahren, z. B. den Zeitpunkt des Endes eines Downloads. + roman-numeral-converter: + title: Römische Zahlen Konverter + description: >- + Konvertiere römische Zahlen in Dezimalzahlen und Dezimalzahlen in römische + Zahlen. + hmac-generator: + title: HMAC-Generator + description: >- + Berechnet einen hashbasierten Nachrichtenauthentifizierungscode (HMAC) + unter Verwendung eines geheimen Schlüssels und deiner bevorzugten + Hash-Funktion. + bip39-generator: + title: BIP39-Passphrasengenerator + description: >- + Generiere BIP39-Passphrasen aus vorhandener oder zufälliger Mnemonik oder + erhalte die Mnemonik aus der Passphrase. + base64-file-converter: + title: Base64-Dateikonverter + description: Konvertiere Strings, Dateien oder Bilder in ihre Base64-Repräsentation. + list-converter: + title: Listenkonverter + description: >- + Dieses Tool kann spaltenbasierte Daten verarbeiten und verschiedene + Änderungen (transponieren, Präfix und Suffix hinzufügen, Liste umkehren, + Liste sortieren, Werte in Kleinbuchstaben umwandeln, Werte abschneiden) + auf jede Zeile anwenden. + base64-string-converter: + title: Base64-String-Encoder/Decoder + description: Codiere und decodiere Strings einfach in ihre Base64-Repräsentation. + toml-to-yaml: + title: TOML zu YAML + description: Parse und konvertiere TOML zu YAML. + math-evaluator: + title: Mathematischer Auswerter + description: >- + Ein Taschenrechner zum Auswerten mathematischer Ausdrücke. Du kannst + Funktionen wie sqrt, cos, sin, abs usw. verwenden. + json-to-yaml-converter: + title: JSON zu YAML + description: Konvertiere JSON einfach in YAML mit diesem Live-Online-Konverter. + url-parser: + title: URL-Parser + description: >- + Parse eine URL-Zeichenfolge, um alle verschiedenen Teile (Protokoll, + Ursprung, Parameter, Port, Benutzername-Passwort usw.) zu erhalten. + iban-validator-and-parser: + title: IBAN-Validator und -Parser + description: >- + Validiere und parse IBAN-Nummern. Überprüfe, ob die IBAN gültig ist, und + erhalte das Land, BBAN, ob es sich um eine QR-IBAN handelt und das + IBAN-freundliche Format. + user-agent-parser: + title: User-Agent-Parser + description: >- + Erkenne und parse Browser, Engine, Betriebssystem, CPU und + Gerätetyp/-modell aus einer User-Agent-Zeichenfolge. + numeronym-generator: + title: Numeronym-Generator + description: >- + Ein Numeronym ist ein Wort, bei dem eine Zahl verwendet wird, um eine + Abkürzung zu bilden. Zum Beispiel ist "i18n" ein Numeronym für + "internationalization", wobei 18 für die Anzahl der Buchstaben zwischen + dem ersten "i" und dem letzten "n" im Wort steht. + case-converter: + title: Fall-Konverter + description: >- + Ändere den Fall eines Strings und wähle zwischen verschiedenen Formaten + aus. + html-entities: + title: HTML-Entity-Escape + description: >- + Escape oder unescape HTML-Entitäten (ersetze <, >, &, " und ' durch ihre + HTML-Version). + json-prettify: + title: JSON verschönern und formatieren + description: Verschönere deinen JSON-String in ein menschenlesbares Format. + docker-run-to-docker-compose-converter: + title: Docker run zu Docker compose Konverter + description: Wandle docker run-Befehle in docker-compose-Dateien um! + mac-address-lookup: + title: MAC-Adressensuche + description: Finde den Anbieter und Hersteller eines Geräts anhand seiner MAC-Adresse. + mime-types: + title: MIME-Typen + description: Konvertiere MIME-Typen in Erweiterungen und umgekehrt. + toml-to-json: + title: TOML zu JSON + description: Parse und konvertiere TOML zu JSON. + lorem-ipsum-generator: + title: Lorem Ipsum Generator + description: >- + Lorem Ipsum ist ein Platzhaltertext, der häufig verwendet wird, um die + visuelle Form eines Dokuments oder einer Schriftart ohne Verwendung von + bedeutendem Inhalt zu demonstrieren. + qrcode-generator: + title: QR-Code-Generator + description: >- + Generiere und downloade QR-Codes für eine URL oder einfach einen Text und + passe die Hintergrund- und Vordergrundfarben an. + wifi-qrcode-generator: + title: WLAN-QR-Code-Generator + description: >- + Generiere und lade QR-Codes für schnelle Verbindungen zu WLAN-Netzwerken + herunter. + xml-formatter: + title: XML-Formatter + description: Verschönere deinen XML-String in ein menschenlesbares Format. + temperature-converter: + title: Temperaturkonverter + description: >- + Temperaturgradumrechnungen für Kelvin, Celsius, Fahrenheit, Rankine, + Delisle, Newton, Réaumur und Rømer. + chmod-calculator: + title: Chmod-Rechner + description: >- + Berechne deine Chmod-Berechtigungen und -Befehle mit diesem + Online-Chmod-Rechner. + rsa-key-pair-generator: + title: RSA-Schlüsselpaar-Generator + description: Generiere neue zufällige RSA-Private- und Public-Key-PEM-Zertifikate. + html-wysiwyg-editor: + title: HTML-WYSIWYG-Editor + description: >- + Online-HTML-Editor mit funktionsreichem WYSIWYG-Editor, erhalte sofort den + Quellcode des Inhalts. + yaml-to-toml: + title: YAML zu TOML + description: Parse und konvertiere YAML zu TOML. + mac-address-generator: + title: MAC-Adressen-Generator + description: >- + Gebe die Menge und das Präfix ein. MAC-Adressen werden in deiner gewählten + Schreibweise (Groß- oder Kleinbuchstaben) generiert. + json-diff: + title: JSON-Unterschied + description: Vergleiche zwei JSON-Objekte und erhalte die Unterschiede zwischen ihnen. + jwt-parser: + title: JWT-Parser + description: >- + Parse und decodiere deinen JSON-Web-Token (JWT) und zeige dessen Inhalt + an. + date-converter: + title: Datum-Uhrzeit-Konverter + description: Konvertiere Datum und Uhrzeit in verschiedene Formate. + phone-parser-and-formatter: + title: Telefonnummer-Parser und -Formatter + description: >- + Parse, validiere und formatiere Telefonnummern. Erhalte Informationen zur + Telefonnummer, wie z. B. die Landesvorwahl, den Typ usw. + ipv4-subnet-calculator: + title: IPv4-Subnetzrechner + description: >- + Parse deine IPv4-CIDR-Blöcke und erhalte alle Informationen, die du über + dein Subnetz benötigst. + og-meta-generator: + title: Open Graph Meta-Generator + description: Generiere Open Graph- und Social-HTML-Metatags für deine Website. + ipv6-ula-generator: + title: IPv6-ULA-Generator + description: >- + Generiere deine eigenen lokalen, nicht routbaren IP-Adressen in deinem + Netzwerk gemäß RFC4193. + hash-text: + title: Text hashen + description: >- + Hashe einen Text-String mit der von dir benötigten Funktion: MD5, SHA1, + SHA256, SHA224, SHA512, SHA384, SHA3 oder RIPEMD160 + json-to-toml: + title: JSON zu TOML + description: Parse und konvertiere JSON zu TOML. + device-information: + title: Geräteinformationen + description: >- + Informationen zu deinem aktuellen Gerät (Bildschirmgröße, Pixelverhältnis, + Benutzeragent, ...) erhalten. + pdf-signature-checker: + title: PDF-Signaturprüfer + description: >- + Überprüfe die Signaturen einer PDF-Datei. Eine signierte PDF-Datei enthält + eine oder mehrere Signaturen, die verwendet werden können, um + festzustellen, ob der Inhalt der Datei seit dem Zeitpunkt der Signierung + geändert wurde. + json-minify: + title: JSON minifizieren + description: >- + Minifiziere und komprimiere dein JSON, indem unnötige Leerzeichen entfernt + werden. + ulid-generator: + title: ULID-Generator + description: >- + Generiere zufällige Universally Unique Lexicographically Sortable + Identifier (ULID). + string-obfuscator: + title: String-Verschleierer + description: >- + Verschleiere einen String (wie ein Secret, eine IBAN oder ein Token), um + ihn weitergeben zu können und identifizierbar zu machen, ohne seinen + Inhalt preiszugeben. + base-converter: + title: Ganzzahl-Basiskonverter + description: >- + Konvertiere Zahlen zwischen verschiedenen Basen (Dezimal, Hexadezimal, + Binär, Oktal, Base64, ...). + yaml-to-json-converter: + title: YAML zu JSON + description: Konvertiere YAML einfach in JSON mit diesem Live-Online-Konverter. + uuid-generator: + title: UUID-Generator + description: >- + Ein Universally Unique Identifier (UUID) ist eine 128-Bit-Nummer, die zur + Identifizierung von Informationen in Computersystemen verwendet wird. Die + Anzahl der möglichen UUIDs beträgt 16^32, was 2^128 oder etwa 3,4x10^38 + entspricht (was ziemlich viel ist!). + ipv4-address-converter: + title: IPv4-Adresskonverter + description: >- + Konvertiere eine IP-Adresse in Dezimal, Binär, Hexadezimal oder sogar in + IPv6. + text-statistics: + title: Textstatistiken + description: >- + Informationen zu einem Text erhalten, wie die Anzahl der Zeichen, die + Anzahl der Wörter, die Größe usw. + text-to-nato-alphabet: + title: Text zu NATO-Alphabet + description: >- + Wandle Text in das NATO-Phonetik-Alphabet für die mündliche Übermittlung + um. + basic-auth-generator: + title: Basic-Auth-Generator + description: >- + Generiere einen Base64-Basic-Auth-Header aus einem Benutzernamen und einem + Passwort. + text-to-unicode: + title: Text zu Unicode + description: Parse und konvertiere Text in Unicode und umgekehrt. + ipv4-range-expander: + title: IPv4-Bereichserweiterer + description: >- + Bei Angabe einer Start- und End-IPv4-Adresse berechnet dieses Tool ein + gültiges IPv4-Netzwerk mit seiner CIDR-Notation. + text-diff: + title: Textunterschied + description: Vergleiche zwei Texte und sieh die Unterschiede zwischen ihnen. + otp-generator: + title: OTP-Code-Generator + description: >- + Generiere und validiere zeitbasierte OTPs (Einmalpasswörter) für + Multi-Faktor-Authentifizierung. + url-encoder: + title: Kodieren/Decodieren von URL-formatierten Zeichenfolgen + description: >- + Kodiere zum URL-kodierten Format (auch als "prozentkodiert" bekannt) oder + decodiere es. + text-to-binary: + title: Text zu ASCII-Binär + description: Konvertiere Text in seine ASCII-Binärrepräsentation und umgekehrt. diff --git a/src/modules/i18n/components/locale-selector.vue b/src/modules/i18n/components/locale-selector.vue index 3f0c461c..45732bf9 100644 --- a/src/modules/i18n/components/locale-selector.vue +++ b/src/modules/i18n/components/locale-selector.vue @@ -3,6 +3,7 @@ const { availableLocales, locale } = useI18n(); const localesLong: Record = { en: 'English', + de: 'Deutsch', es: 'Español', fr: 'Français', pt: 'Português', From a7992340f7059bda743d3b0458038b229cb63a35 Mon Sep 17 00:00:00 2001 From: Corentin THOMASSET Date: Fri, 10 May 2024 11:28:45 +0200 Subject: [PATCH 13/23] chore(issues): improved bug issue template (#1046) --- .github/ISSUE_TEMPLATE/bug-report.md | 34 ------------------- .github/ISSUE_TEMPLATE/bug-report.yml | 48 +++++++++++++++++++++++++++ 2 files changed, 48 insertions(+), 34 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug-report.md create mode 100644 .github/ISSUE_TEMPLATE/bug-report.yml diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md deleted file mode 100644 index c4bf532b..00000000 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve our tools -title: '[BUG] ' -labels: bug -assignees: CorentinTh ---- - -**Which tool is impacted?** -Example: the token generator - -**To Reproduce** -Steps to reproduce the behavior: - -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error - -**Expected behavior** -A clear and concise description of what you expected to happen. - -**Screenshots** -If applicable, add screenshots to help explain your problem. - -**Configuration (please complete the following information):** - -- Device: [e.g. iPhone6, ] -- OS: [e.g. iOS] -- Browser [e.g. chrome, safari] -- Version [e.g. 22] - -**Additional context** -Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml new file mode 100644 index 00000000..fb9964d1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -0,0 +1,48 @@ +name: Bug Report +description: File a bug report. +labels: ['bug', 'triage'] +assignees: + - CorentinTh +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this bug report! + + - type: textarea + id: bug-description + attributes: + label: Describe the bug + description: A clear and concise description of what the bug is. If you intend to submit a PR for this issue, tell us in the description. Thanks! + placeholder: Bug description + validations: + required: true + + - type: textarea + id: what-happened + attributes: + label: What happened? + description: Also tell us, what did you expect to happen? If you have a screenshot, you can paste it here. + placeholder: Tell us what you see! + value: 'A bug happened!' + validations: + required: true + + - type: textarea + id: version + attributes: + label: System information + description: What is you environment? You can use the `npx envinfo --system --browsers` command to get this information. + validations: + required: true + + - type: dropdown + id: app-type + attributes: + label: Where did you encounter the bug? + options: + - Public app (it-tools.tech) + - Self hosting + - Other (installations, docker, etc.) + validations: + required: true From 124284278f0b2e66a96cd8c12b416a3f574a6c2b Mon Sep 17 00:00:00 2001 From: Corentin Thomasset Date: Fri, 10 May 2024 11:36:49 +0200 Subject: [PATCH 14/23] refactor(auto-imports): regen auto imports --- components.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/components.d.ts b/components.d.ts index e31119b3..f2c3146f 100644 --- a/components.d.ts +++ b/components.d.ts @@ -159,6 +159,7 @@ declare module '@vue/runtime-core' { RouterLink: typeof import('vue-router')['RouterLink'] RouterView: typeof import('vue-router')['RouterView'] RsaKeyPairGenerator: typeof import('./src/tools/rsa-key-pair-generator/rsa-key-pair-generator.vue')['default'] + SafelinkDecoder: typeof import('./src/tools/safelink-decoder/safelink-decoder.vue')['default'] SlugifyString: typeof import('./src/tools/slugify-string/slugify-string.vue')['default'] SpanCopyable: typeof import('./src/components/SpanCopyable.vue')['default'] SqlPrettify: typeof import('./src/tools/sql-prettify/sql-prettify.vue')['default'] From 2852c30e1f9e5b0f1c4ce2c6f4bf039dda68f96a Mon Sep 17 00:00:00 2001 From: Corentin Thomasset Date: Fri, 10 May 2024 11:37:14 +0200 Subject: [PATCH 15/23] chore(issues): improved issues template --- .github/ISSUE_TEMPLATE/bug-report.yml | 4 +- .github/ISSUE_TEMPLATE/feature-request.yml | 56 ++++++++++++++++++++++ 2 files changed, 58 insertions(+), 2 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/feature-request.yml diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index fb9964d1..d338fa3f 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -1,4 +1,4 @@ -name: Bug Report +name: 🐞 Bug Report description: File a bug report. labels: ['bug', 'triage'] assignees: @@ -42,7 +42,7 @@ body: label: Where did you encounter the bug? options: - Public app (it-tools.tech) - - Self hosting + - A self hosted - Other (installations, docker, etc.) validations: required: true diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml new file mode 100644 index 00000000..ed666db9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -0,0 +1,56 @@ +name: 🚀 New feature proposal +description: Propose a new feature to be added to IT-Tools. +labels: ['enhancement', 'triage'] + +body: + - type: markdown + attributes: + value: | + Thanks for your interest in the project and taking the time to fill out this feature report! + + - type: dropdown + id: request-type + attributes: + label: What type of request is this? + options: + - New tool idea + - New feature for an existing tool + - Deployment or CI/CD improvement + - Self-hosting improvement + - Other + validations: + required: true + + - type: textarea + id: feature-description + attributes: + label: Clear and concise description of the feature you are proposing + description: A clear and concise description of what the feature is. + placeholder: 'Example: a token generator tool' + validations: + required: true + + - type: textarea + id: alternative + attributes: + label: Is their example of this tool in the wild? + description: Provide link to already existing tool (like websites, apps, cli, ...) or npm packages that could be used or provide inspiration for the feature. + + - type: textarea + id: additional-context + attributes: + label: Additional context + description: Any other context or screenshots about the feature request here. + + - type: checkboxes + id: checkboxes + attributes: + label: Validations + description: Before submitting the issue, please make sure you do the following + options: + - label: Check the feature is not already implemented in the project. + required: true + - label: Check that there isn't already an issue that request the same feature to avoid creating a duplicate. + required: true + - label: Check that the feature can be implemented in a client side only app (IT-Tools is client side only, no server). + required: true From 33e5294a948dbea05cdc3e123cc275f5e5b93b69 Mon Sep 17 00:00:00 2001 From: Corentin Thomasset Date: Fri, 10 May 2024 12:07:50 +0200 Subject: [PATCH 16/23] refactor(lint): removed extra semi --- src/tools/token-generator/token-generator.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/token-generator/token-generator.service.ts b/src/tools/token-generator/token-generator.service.ts index 3733a884..f928a415 100644 --- a/src/tools/token-generator/token-generator.service.ts +++ b/src/tools/token-generator/token-generator.service.ts @@ -20,7 +20,7 @@ export function createToken({ withLowercase ? 'abcdefghijklmopqrstuvwxyz' : '', withNumbers ? '0123456789' : '', withSymbols ? '.,;:!?./-"\'#{([-|\\@)]=}*+' : '', - ].join(''); ; + ].join(''); return shuffleString(allAlphabet.repeat(length)).substring(0, length); } From 9dfd347edfc36eb181baea7768cc85d65974cc86 Mon Sep 17 00:00:00 2001 From: Corentin Thomasset Date: Fri, 10 May 2024 12:08:15 +0200 Subject: [PATCH 17/23] docs(changelog): update changelog for 2024.05.10-33e5294 --- CHANGELOG.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c12c11c..7d908d43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,40 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## Version 2024.05.10-33e5294 + +### Features +- **i18n**: added German translation (#1038) (2c2fb21) +- **new tool**: Outlook Safelink Decoder (#911) (d3b32cc) +- **new tool**: ascii art generator (#886) (fe349ad) +- **i18n**: get locales on build (#880) (dc04615) +- **i18n**: added vi tools translations (#876) (079aa21) +- **i18n**: added zh tools translations (#874) (9c6b122) +- **i18n**: added missing locale files in tools (#863) (7f5fa00) +- **i18n**: added vietnamese language (#859) (1334bff) +- **i18n**: added spanish language (#854) (85b50bb) +- **i18n**: added portuguese language (#813) (c65ffb6) +- **i18n**: added ukrainian language (#827) (693f362) +- **new-tool**: yaml formater (#779) (fc06f01) +- **new-tool**: added unicode conversion utilities (#858) (c46207f) + +### Bug fixes +- **language**: English language cleanup (#1036) (221ddfa) +- **url-encoder, validation**: typo in validation of url-encoder.vue #1024 (cb5b462) +- **integer base converter**: support bigint (#872) (9eac9cb) +- **bcrypt tool**: allow salt rounds up to 100 (#987) (23f82d9) + +### Refactoring +- **lint**: removed extra semi (33e5294) +- **auto-imports**: regen auto imports (1242842) +- **home**: lightened tool cards (#882) (a07806c) +- **home**: removed n-grid to prevent layout shift (#881) (10e56b3) +- **i18n**: added locales per tool (#861) (95698cb) + +### Chores +- **issues**: improved issues template (2852c30) +- **issues**: improved bug issue template (#1046) (a799234) + ## Version 2023.12.21-5ed3693 ### Features From 38d568798c6de5e8968349f1e1f1ec079d3bb3b6 Mon Sep 17 00:00:00 2001 From: Corentin Thomasset Date: Fri, 10 May 2024 12:08:16 +0200 Subject: [PATCH 18/23] chore(version): release 2024.05.10-33e5294 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fd6c02e6..b8b1eeee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "it-tools", - "version": "2023.12.21-5ed3693", + "version": "2024.5.10-33e5294", "description": "Collection of handy online tools for developers, with great UX. ", "keywords": [ "productivity", From b59942ad9ff793b16d8d497d7f35f34a00e95469 Mon Sep 17 00:00:00 2001 From: Corentin Thomasset Date: Fri, 10 May 2024 13:26:36 +0200 Subject: [PATCH 19/23] chore(node): upgraded node version in CI workflows --- .github/workflows/codeql-analysis.yml | 69 -------------------- .github/workflows/docker-nightly-release.yml | 2 +- .github/workflows/releases.yml | 2 +- 3 files changed, 2 insertions(+), 71 deletions(-) delete mode 100644 .github/workflows/codeql-analysis.yml diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml deleted file mode 100644 index 6d11e825..00000000 --- a/.github/workflows/codeql-analysis.yml +++ /dev/null @@ -1,69 +0,0 @@ -# For most projects, this workflow file will not need changing; you simply need -# to commit it to your repository. -# -# You may wish to alter this file to override the set of languages analyzed, -# or to provide custom queries or build logic. -# -# ******** NOTE ******** -# We have attempted to detect the languages in your repository. Please check -# the `language` matrix defined below to confirm you have the correct set of -# supported CodeQL languages. -# -name: "CodeQL" - -on: - push: - branches: [ dev ] - pull_request: - # The branches below must be a subset of the branches above - branches: [ dev ] - -jobs: - analyze: - name: Analyze - runs-on: ubuntu-latest - permissions: - actions: read - contents: read - security-events: write - - strategy: - fail-fast: false - matrix: - language: [ 'javascript' ] - # CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python' ] - # Learn more: - # https://docs.github.com/en/free-pro-team@latest/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#changing-the-languages-that-are-analyzed - - steps: - - name: Checkout repository - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 - - # Initializes the CodeQL tools for scanning. - - name: Initialize CodeQL - uses: github/codeql-action/init@v2 - with: - languages: ${{ matrix.language }} - # If you wish to specify custom queries, you can do so here or in a config file. - # By default, queries listed here will override any specified in a config file. - # Prefix the list here with "+" to use these queries and those in the config file. - # queries: ./path/to/local/query, your-org/your-repo/queries@main - - # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). - # If this step fails, then you should remove it and run the build manually (see below) - - name: Autobuild - uses: github/codeql-action/autobuild@v2 - - # ℹ️ Command-line programs to run using the OS shell. - # 📚 https://git.io/JvXDl - - # ✏️ If the Autobuild fails above, remove it and uncomment the following three lines - # and modify them (or add more) to build your code if your project - # uses a compiled language - - #- run: | - # make bootstrap - # make release - - - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v2 diff --git a/.github/workflows/docker-nightly-release.yml b/.github/workflows/docker-nightly-release.yml index 81a0898c..41dbb155 100644 --- a/.github/workflows/docker-nightly-release.yml +++ b/.github/workflows/docker-nightly-release.yml @@ -32,7 +32,7 @@ jobs: - run: corepack enable - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 20 cache: 'pnpm' - name: Install dependencies diff --git a/.github/workflows/releases.yml b/.github/workflows/releases.yml index 8ed4099d..d0d3febd 100644 --- a/.github/workflows/releases.yml +++ b/.github/workflows/releases.yml @@ -61,7 +61,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 20 cache: 'pnpm' - name: Install dependencies From 5a7b0f9636de45f71296165a47cb12931ea02097 Mon Sep 17 00:00:00 2001 From: Corentin THOMASSET Date: Mon, 13 May 2024 10:11:47 +0200 Subject: [PATCH 20/23] chore(issues): removed old issue templates (#1077) --- .github/ISSUE_TEMPLATE/feature-request.yml | 2 +- .github/ISSUE_TEMPLATE/new-tool-request.md | 19 ------------------- .github/ISSUE_TEMPLATE/other-request.md | 13 ------------- .github/ISSUE_TEMPLATE/tool-improvement.md | 13 ------------- 4 files changed, 1 insertion(+), 46 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/new-tool-request.md delete mode 100644 .github/ISSUE_TEMPLATE/other-request.md delete mode 100644 .github/ISSUE_TEMPLATE/tool-improvement.md diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index ed666db9..edae822e 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -1,5 +1,5 @@ name: 🚀 New feature proposal -description: Propose a new feature to be added to IT-Tools. +description: Propose a new feature/enhancement or tool idea for IT-Tools labels: ['enhancement', 'triage'] body: diff --git a/.github/ISSUE_TEMPLATE/new-tool-request.md b/.github/ISSUE_TEMPLATE/new-tool-request.md deleted file mode 100644 index a67a9cd0..00000000 --- a/.github/ISSUE_TEMPLATE/new-tool-request.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -name: New tool request -about: Suggest a new tool idea -title: '[NEW TOOL]' -labels: new tool -assignees: CorentinTh ---- - -**What tool do you want?** -Example: a token generator - -**Describe the solution you'd like** -A clear and concise description of what you want to happen. - -**Is their example of this tool in the wild?** -Provide link to already existing tool or npm packages if any exists - -**Additional context** -Add any other context about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/other-request.md b/.github/ISSUE_TEMPLATE/other-request.md deleted file mode 100644 index b4901ed4..00000000 --- a/.github/ISSUE_TEMPLATE/other-request.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -name: Other request -about: Any request that does not concern a tool creation, a new feature request on a tool or a bug -title: '[OTHER] ' -labels: -assignees: CorentinTh ---- - -**Describe the solution you'd like** -A clear and concise description of what you want. - -**Additional context** -Add any other context about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/tool-improvement.md b/.github/ISSUE_TEMPLATE/tool-improvement.md deleted file mode 100644 index 8ff8bb6c..00000000 --- a/.github/ISSUE_TEMPLATE/tool-improvement.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -name: Tool improvement -about: Improvement on an existing tool -title: '[TOOL IMPROVEMENT]' -labels: enhancement -assignees: CorentinTh ---- - -**Describe the solution you'd like** -A clear and concise description of what you want to happen. - -**Additional context** -Add any other context about the feature request here. From a0bc3468b256739d83b08ef25fb5709281260f69 Mon Sep 17 00:00:00 2001 From: Corentin THOMASSET Date: Mon, 13 May 2024 10:44:04 +0200 Subject: [PATCH 21/23] chore(issues): prevent empty issues (#1078) --- .github/ISSUE_TEMPLATE/config.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..3ba13e0c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false From 81cf6b54835499952ee39c5cb9bb20a196adc625 Mon Sep 17 00:00:00 2001 From: Corentin Thomasset Date: Mon, 13 May 2024 10:54:18 +0200 Subject: [PATCH 22/23] docs(changelog): update changelog for 2024.05.13-a0bc346 --- CHANGELOG.md | 51 ++++++++++++++++++++++++++++++++++++++++++++++++++- package.json | 2 +- 2 files changed, 51 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d908d43..984fa58e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. -## Version 2024.05.10-33e5294 +## Version 2024.05.13-a0bc346 ### Features - **i18n**: added German translation (#1038) (2c2fb21) @@ -33,12 +33,20 @@ All notable changes to this project will be documented in this file. See [standa - **i18n**: added locales per tool (#861) (95698cb) ### Chores +- **issues**: prevent empty issues (#1078) (a0bc346) +- **issues**: removed old issue templates (#1077) (5a7b0f9) +- **node**: upgraded node version in CI workflows (b59942a) +- **version**: release 2024.05.10-33e5294 (38d5687) - **issues**: improved issues template (2852c30) - **issues**: improved bug issue template (#1046) (a799234) +### Documentation +- **changelog**: update changelog for 2024.05.10-33e5294 (9dfd347) + ## Version 2023.12.21-5ed3693 ### Features + - **i18n**: improve chinese i18n (#757) (2e56641) - **i18n**: add tooltip and favoriteButton i18n (#756) (a1037cf) - **i18n**: add Chinese translation base (#718) (8f99eb6) @@ -46,6 +54,7 @@ All notable changes to this project will be documented in this file. See [standa - **new tool**: numeronym generator (#729) (e07e2ae) ### Bug fixes + - **jwt-parser**: jwt claim array support (#799) (5ed3693) - **camera-recorder**: stop camera on navigation (#782) (80e46c9) - **doc**: updated create new tool command in readme (#762) (7a70dbb) @@ -54,6 +63,7 @@ All notable changes to this project will be documented in this file. See [standa - **eta**: corrected example (#737) (821cbea) ### Refactoring + - **about, i18n**: improved i18n dx with markdown (#753) (bd3edcb) - **token, i18n**: complete fr translation (#752) (de1ee69) - **uuid generator**: uuid version picker (#751) (38586ca) @@ -63,6 +73,7 @@ All notable changes to this project will be documented in this file. See [standa - **bcrypt**: fix input label align (#721) (093ff31) ### Chores + - **deps**: switched from oui to oui-data for mac address lookup (#693) (0fe9a20) - **deps**: update unocss monorepo to ^0.57.0 (#638) (2e396d8) - **docker**: added armv7 plateform for docker releases (#722) (fe1de8c) @@ -70,19 +81,23 @@ All notable changes to this project will be documented in this file. See [standa ## Version 2023.11.02-7d94e11 ### Features + - **i18n**: language selector (#710) (e86fd96) ### Bug fixes + - **dockerfile**: revert replacement of nginx image with non-privileged one (#716) (7d94e11) - **encryption**: alert on decryption error (#711) (02b0d0d) ### Refactoring + - **math-evaluator**: improved description (e87f4b1) - **math-evaluator**: improved search and UX (#713) (58de897) ## Version 2023.11.01-e164afb ### Features + - **command-palette**: clear prompt on palette close (#708) (d013696) - **command-palette**: added about page in command palette (99b1eb9) - **new tool**: random MAC address generator (#657) (cc3425d) @@ -101,11 +116,13 @@ All notable changes to this project will be documented in this file. See [standa - **new tool**: text diff and comparator (#588) (81bfe57) ### Bug fixes + - **deps**: fix issue on slugify (#593) (#673) (720201a) - **deps**: update dependency monaco-editor to ^0.43.0 (#620) (e371ef7) - **deps**: update dependency sql-formatter to v13 (#606) (c7d4562) ### Refactoring + - **ui**: better ui demo preview menu (#664) (015c673) - **color-converter**: improved color-converter UX (#701) (abb8335) - **docker**: improved docker config (#700) (020e9cb) @@ -122,6 +139,7 @@ All notable changes to this project will be documented in this file. See [standa - **bcrypt**: fix typo (#604) (e18bae1) ### Chores + - **deps**: clean unused dependencies (#709) (e164afb) - **deps**: update docker/setup-qemu-action action to v3 (#627) (4365226) - **deps**: update docker/setup-buildx-action action to v3 (#626) (57ecda1) @@ -136,19 +154,23 @@ All notable changes to this project will be documented in this file. See [standa - **deps**: update dependency typescript to ~5.2.0 (#587) (f3e14fc) ### Doc + - **readme**: added contributors list (#622) (557b304) - **hosting**: added cloudron in the other hosting solutions section (#589) (06c3547) ## Version 2023.08.21-6f93cba ### Features + - **copy**: support legacy copy to clipboard for older browser (#581) (6f93cba) - **new tool**: string obfuscator (#575) (c58d6e3) ### Bug fixes + - **deps**: update dependency sql-formatter to v12 (#520) (2bcb77a) ### Chores + - **deps**: switched to fucking typescript v5 (#501) (76b2761) - **deps**: update dependency @antfu/eslint-config to ^0.40.0 (#552) (6ff9a01) - **deps**: update dependency prettier to v3 (#564) (a2b9b15) @@ -158,6 +180,7 @@ All notable changes to this project will be documented in this file. See [standa ## Version 2023.08.16-9bd4ad4 ### Features + - **Case Converter**: Add lowercase and uppercase (#534) (7b6232a) - **new tool**: emoji picker (#551) (93f7cf0) - **ui**: added c-select in the ui lib (#550) (dfa1ba8) @@ -178,6 +201,7 @@ All notable changes to this project will be documented in this file. See [standa - **base64-string-converter**: switch to encode and decode url safe base64 strings (#392) (0b20f1c) ### Bug fixes + - **deps**: update dependency uuid to v9 (#566) (5e12991) - **deps**: update dependency mathjs to v11 (#519) (7924456) - **deps**: update dependency @vueuse/router to v10 (#516) (ea0f27c) @@ -197,6 +221,7 @@ All notable changes to this project will be documented in this file. See [standa - **ipv4-converter**: removed readonly on input (7aed9c5) ### Refactoring + - **navbar**: consistent spacing in navbar buttons (#507) (30f88fc) - **ui**: remove n-text (#506) (72c98a3) - **ui**: replaced some n-input to c-input (#505) (05ea545) @@ -209,6 +234,7 @@ All notable changes to this project will be documented in this file. See [standa - **ui**: replaced some n-input with c-input-text (f7fc779) ### Chores + - **deps**: update dependency vitest to ^0.34.0 (#562) (9bd4ad4) - **deps**: update dependency node to v18.17.1 (#560) (65a9474) - **deps**: update dependency unocss to ^0.55.0 (#561) (85cc7a8) @@ -249,47 +275,58 @@ All notable changes to this project will be documented in this file. See [standa - **lint**: switched to a better lint config (33c9b66) ### Refacor + - **transformers**: use monospace font for JSON and SQL text areas (#476) (ba4876d) ### Documentation + - **ide**: updated vscode extensions settings (#472) (847323c) ### Chors + - **deps**: updated vueuse dependency version (8515c24) ## Version 2023.05.14-77f2efc ### Features + - **list-converter**: a small converter who deals with column based data and do some stuff with it (#387) (83a7b3b) - **new tool**: phone parser and normalizer (ce3150c) ### Bug fixes + - **phone-parser**: use default country code (a43c546) - **home**: prevent weird blue border on card (3f6c8f0) ### Refactoring + - **ui**: replaced some n-input with c-input-text (77f2efc) ### Chores + - **issues**: updated new tool request issue template (edae4c6) ### Ui-lib + - **new-component**: added text input component in the c-lib (aad8d84) - **button**: size variants (401f13f) ## Version 2023.04.23-92bd835 ### Features + - **ui-lib**: demo pages for c-lib components (92bd835) - **new-tool**: diff of two json objects (362f2fa) - **ipv4-range-expander**: expands a given IPv4 start and end address to a valid IPv4 subnet (#366) (df989e2) - **date converter**: auto focus main input (6d22025) ### Bug fixes + - **ts**: cleaned legacy typechecking warning (e88c1d5) - **mac-address-lookup**: added copy handler on button click (c311e38) ### Refactoring + - **ui-lib**: prevent c-button to shrink (61ece23) - **ui**: replaced naive ui cards with custom ones (f080933) - **clean**: removed unused lodash import (bb32513) @@ -299,48 +336,60 @@ All notable changes to this project will be documented in this file. See [standa ## Version 2023.04.14-dbad773 ### Features + - **new-tool**: http status codes (8355bd2) ### Refactoring + - **uuid-generator**: prevent NaN in quantity (6fb4994) ### Chores + - **release**: create a github release on new version (dbad773) - **version**: reset CHANGELOG content to support new format (85cb0ff) ## Version 2023.04.14-f9b77b7 ### Features + - **new-tool**: http status codes (8355bd2) ### Refactoring + - **uuid-generator**: prevent NaN in quantity (6fb4994) ### Chores + - **release**: create a github release on new version (f9b77b7) - **version**: reset CHANGELOG content to support new format (85cb0ff) ## Version 2023.04.14-2f0d239 ### Features + - **new-tool**: http status codes (8355bd2) ### Refactoring + - **uuid-generator**: prevent NaN in quantity (6fb4994) ### Chores + - **release**: create a github release on new version (2f0d239) - **version**: reset CHANGELOG content to support new format (85cb0ff) ## Version 2023.04.14-474cae4 ### Features + - **new-tool**: http status codes (8355bd2) ### Refactoring + - **uuid-generator**: prevent NaN in quantity (6fb4994) ### Chores + - **release**: create a github release on new version (474cae4) - **version**: reset CHANGELOG content to support new format (85cb0ff) diff --git a/package.json b/package.json index b8b1eeee..801f5c0f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "it-tools", - "version": "2024.5.10-33e5294", + "version": "2024.5.13-b62e12f", "description": "Collection of handy online tools for developers, with great UX. ", "keywords": [ "productivity", From e876d0360812eab1255e414102a44d65f7c1bfaf Mon Sep 17 00:00:00 2001 From: Corentin Thomasset Date: Mon, 13 May 2024 10:54:18 +0200 Subject: [PATCH 23/23] chore(version): release 2024.05.13-a0bc346 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 801f5c0f..9f39ff1d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "it-tools", - "version": "2024.5.13-b62e12f", + "version": "2024.5.13-a0bc346", "description": "Collection of handy online tools for developers, with great UX. ", "keywords": [ "productivity",