diff --git a/components.d.ts b/components.d.ts index e31119b36..c172b2bd0 100644 --- a/components.d.ts +++ b/components.d.ts @@ -81,6 +81,8 @@ declare module '@vue/runtime-core' { FormatTransformer: typeof import('./src/components/FormatTransformer.vue')['default'] GitMemo: typeof import('./src/tools/git-memo/git-memo.vue')['default'] 'GitMemo.content': typeof import('./src/tools/git-memo/git-memo.content.md')['default'] + 'GitMemo.content.fr': typeof import('./src/tools/git-memo/git-memo.content.fr.md')['default'] + 'GitMemo.content.zh': typeof import('./src/tools/git-memo/git-memo.content.zh.md')['default'] HashText: typeof import('./src/tools/hash-text/hash-text.vue')['default'] HmacGenerator: typeof import('./src/tools/hmac-generator/hmac-generator.vue')['default'] 'Home.page': typeof import('./src/pages/Home.page.vue')['default'] @@ -90,16 +92,23 @@ declare module '@vue/runtime-core' { 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:kettleSteamOutline': typeof import('~icons/mdi/kettle-steam-outline')['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'] 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,6 +145,7 @@ declare module '@vue/runtime-core' { 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'] NInputNumber: typeof import('naive-ui')['NInputNumber'] @@ -145,6 +155,8 @@ declare module '@vue/runtime-core' { NMenu: typeof import('naive-ui')['NMenu'] NScrollbar: typeof import('naive-ui')['NScrollbar'] NSpin: typeof import('naive-ui')['NSpin'] + NTable: typeof import('naive-ui')['NTable'] + NTag: typeof import('naive-ui')['NTag'] 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'] @@ -159,6 +171,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'] diff --git a/locales/en.yml b/locales/en.yml index 50d48af92..bc676dd3a 100644 --- a/locales/en.yml +++ b/locales/en.yml @@ -56,6 +56,41 @@ toolCard: new: New search: label: Search + placeholder: Type to search a tool or a command... +ui: + fileUpload: + tips: Drag and drop files here, or click to select files + or: or + browseFileBtn: Browse files + inputText: + placeholder: Input text + modalValue: + copied: Copied! + copy: Copy + select: + placeholder: Select an option + empty: No results found + table: + description: Data table + textCopyable: + copied: Copied! + copyToClipboard: Copy to clipboard + color: + invalidHexColor: Invalid hex color +components: + formatTransformer: + inputLabel: Input + inputPlaceholder: Input... + outputLabel: Output + inputCopyable: + copied: Copied! + copyToClipboard: Copy to clipboard + spanCopyable: + copyToClipboard: Copy to clipboard + copied: Copied! + textareaCopyable: + copyToClipboard: Copy to clipboard + copied: Copied! tools: categories: favorite-tools: 'Your favorite tools' @@ -69,325 +104,3 @@ 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/fr.yml b/locales/fr.yml index 35c7df2ef..c4f117a0d 100644 --- a/locales/fr.yml +++ b/locales/fr.yml @@ -50,6 +50,41 @@ toolCard: new: Nouveau search: label: Rechercher + placeholder: 'Tapez pour rechercher un outil ou une commande...' +ui: + fileUpload: + tips: 'Glissez-déposez des fichiers ici, ou cliquez pour sélectionner des fichiers' + or: ou + browseFileBtn: 'Parcourir les fichiers' + inputText: + placeholder: "Texte d'entrée" + modalValue: + copied: 'Copié !' + copy: Copier + select: + placeholder: 'Sélectionnez une option' + empty: Aucun résultat trouvé + table: + description: Table de données + textCopyable: + copied: 'Copié !' + copyToClipboard: Copier dans le presse-papiers + color: + invalidHexColor: Couleur hexadécimale invalide +components: + formatTransformer: + inputLabel: Entrée + inputPlaceholder: Entrée... + outputLabel: Sortie + inputCopyable: + copied: 'Copié !' + copyToClipboard: Copier dans le presse-papiers + spanCopyable: + copyToClipboard: Copier dans le presse-papiers + copied: 'Copié !' + textareaCopyable: + copyToClipboard: Copier dans le presse-papiers + copied: 'Copié !' tools: categories: favorite-tools: 'Vos outils favoris' @@ -63,19 +98,3 @@ 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 9eb16bf0f..efcaf8d42 100644 --- a/locales/vi.yml +++ b/locales/vi.yml @@ -69,314 +69,3 @@ 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 160fe1fad..1f37f94c6 100644 --- a/locales/zh.yml +++ b/locales/zh.yml @@ -56,6 +56,41 @@ toolCard: new: '新' search: label: '搜索' + placeholder: '搜索工具或指令...' +ui: + fileUpload: + tips: 拖放文件到此处,或点击选择文件 + or: 或 + browseFileBtn: 浏览文件 + inputText: + placeholder: 输入文本 + modalValue: + copied: 已复制! + copy: 复制 + select: + placeholder: 选择一个选项 + empty: 未找到结果 + table: + description: 数据表格 + textCopyable: + copied: 已复制! + copyToClipboard: 复制到剪贴板 + color: + invalidHexColor: 无效的十六进制颜色 +components: + formatTransformer: + inputLabel: 输入 + inputPlaceholder: 输入... + outputLabel: 输出 + inputCopyable: + copied: 已复制! + copyToClipboard: 复制到剪贴板 + spanCopyable: + copyToClipboard: 复制到剪贴板 + copied: 已复制! + textareaCopyable: + copyToClipboard: 复制到剪贴板 + copied: 已复制! tools: categories: favorite-tools: '我的收藏' @@ -69,321 +104,3 @@ 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/src/components/FormatTransformer.vue b/src/components/FormatTransformer.vue index 677fc25aa..7a88fc7be 100644 --- a/src/components/FormatTransformer.vue +++ b/src/components/FormatTransformer.vue @@ -2,6 +2,7 @@ import _ from 'lodash'; import type { UseValidationRule } from '@/composable/validation'; import CInputText from '@/ui/c-input-text/c-input-text.vue'; +import { translate as t } from '@/plugins/i18n.plugin'; const props = withDefaults( defineProps<{ @@ -16,10 +17,10 @@ const props = withDefaults( { transformer: _.identity, inputValidationRules: () => [], - inputLabel: 'Input', + inputLabel: t('components.formatTransformer.inputLabel'), inputDefault: '', - inputPlaceholder: 'Input...', - outputLabel: 'Output', + inputPlaceholder: t('components.formatTransformer.inputPlaceholder'), + outputLabel: t('components.formatTransformer.outputLabel'), outputLanguage: '', }, ); diff --git a/src/components/InputCopyable.vue b/src/components/InputCopyable.vue index a69a039a4..1c4f3dfe9 100644 --- a/src/components/InputCopyable.vue +++ b/src/components/InputCopyable.vue @@ -1,13 +1,14 @@