From 079aa2164c3836fce38ddeab7e79c2d51e0595b3 Mon Sep 17 00:00:00 2001 From: David Nguyen Date: Mon, 5 Feb 2024 17:09:07 +0700 Subject: [PATCH] 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.