From 3c27c8949cc23488a2ead7d31a15aeea7d67bf7a Mon Sep 17 00:00:00 2001 From: Simone Baptiste Date: Fri, 10 May 2024 14:34:05 +0200 Subject: [PATCH 1/4] first --- locales/it.yml | 393 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 393 insertions(+) create mode 100644 locales/it.yml diff --git a/locales/it.yml b/locales/it.yml new file mode 100644 index 00000000..bea192b3 --- /dev/null +++ b/locales/it.yml @@ -0,0 +1,393 @@ +home: + categories: + newestTools: Nuovi strumenti + favoriteTools: 'Strumenti preferiti' + allTools: 'Tutti gli strumenti' + subtitle: 'Strumenti utili per gli sviluppatori' + toggleMenu: 'Toggle menu' + home: Home + uiLib: 'UI Lib' + support: 'Supporta lo sviluppo di IT-Tools' + buyMeACoffee: 'Comprami un caffè' + follow: + title: 'Ti piace it-tools?' + p1: 'Lascia una stella su' + githubRepository: 'IT-Tools GitHub repository' + p2: 'oppure seguici su' + twitterAccount: 'IT-Tools Twitter account' + thankYou: 'Grazie!' + nav: + github: 'GitHub repository' + githubRepository: 'IT-Tools GitHub repository' + twitter: 'Twitter account' + twitterAccount: 'IT Tools Twitter account' + about: 'Informazioni su IT-Tools' + aboutLabel: 'Informazioni' + darkMode: 'Modalità scura' + lightMode: 'Modalità chiara' + mode: 'Cambia modalità chiara/scura' +about: + content: > + # Informazioni su IT-Tools + + Questo fantastico sito, fatto con ❤ da [Corentin Thomasset](https://github.com/CorentinTh) , unisce strumenti utili per sviluppatori e persone che lavorano nel campo IT. Se lo trovi utili, sentiti libero di condividerlo con altre persone che pensi potrebbero trovarlo utile e non dimenticarti di salvarlo nella tua barra rapida! + + IT Tools è open-source (sotto licenza MIT) e gratuito, e lo sarà sempre, ma per me ha un costo mantenere e rinnovare il dominio. Se vuoi supportare il mio lavoro, e incoraggiarmi ad aggiungere altri strumenti, considera di supportarmi su [sponsoring me](https://www.buymeacoffee.com/cthmsst). + + ## Tecnologie + + IT Tools è sviluppato con Vue.js (Vue 3) con la libreria di componenti nativa ed è hostato e continuamente sviluppato su Vercel. In alcuni strumenti vengono utilizzate librerie di terze parti, puoi trovare la lista completa nel [package.json](https://github.com/CorentinTh/it-tools/blob/main/package.json) file del repository. + + ## Hai trovato un bug? Uno strumento che manca? + + If you need a tool that is currently not present here, and you think can be useful, you are welcome to submit a feature request in the [issues section](https://github.com/CorentinTh/it-tools/issues/new/choose) in the GitHub repository. + + And if you found a bug, or something doesn't work as expected, please file a bug report in the [issues section](https://github.com/CorentinTh/it-tools/issues/new/choose) in the GitHub repository. + +404: + notFound: '404 Not Found' + sorry: 'Sorry, this page does not seem to exist' + maybe: 'Maybe the cache is doing tricky things, try force-refreshing?' + backHome: 'Back home' +favoriteButton: + remove: 'Remove from favorites' + add: 'Add to favorites' +toolCard: + new: New +search: + label: Search +tools: + categories: + favorite-tools: 'Your favorite tools' + crypto: Crypto + converter: Converter + web: Web + images and videos: 'Images & Videos' + development: Development + network: Network + math: Math + 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 a 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 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 clear text and decrypt ciphertext using crypto algorithms 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 into a friendly, human-readable format. + + eta-calculator: + title: ETA calculator + 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 + 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 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 a string, file, or image into its 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 strings into 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 online live converter. + + url-parser: + 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 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 + 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: Transform the case of a string and choose between different formats + + html-entities: + 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 into a friendly, human-readable format. + + docker-run-to-docker-compose-converter: + title: Docker run to Docker compose converter + 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 file 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 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. + + xml-formatter: + title: XML formatter + description: Prettify your XML string into a friendly, human-readable format. + + temperature-converter: + title: Temperature converter + description: Degrees temperature 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 a new random RSA private and public pem certificate key pair. + + html-wysiwyg-editor: + title: HTML WYSIWYG editor + description: Online, feature-rich WYSIWYG HTML editor which generates 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 subnet. + + 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 for 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 whitespace. + + 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 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 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 even an IPv6 representation of it. + + text-statistics: + title: Text statistics + 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 the NATO phonetic alphabet for oral transmission. + + basic-auth-generator: + title: Basic auth generator + description: Generate a base64 basic auth header from a username and 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 subnet along 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 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. From 17730f58af7f51c434f184026e8fc4d430ea5b1f Mon Sep 17 00:00:00 2001 From: Simone Baptiste Date: Fri, 10 May 2024 14:55:42 +0200 Subject: [PATCH 2/4] Italian translation --- locales/it.yml | 368 +++++++++--------- .../i18n/components/locale-selector.vue | 3 + 2 files changed, 187 insertions(+), 184 deletions(-) diff --git a/locales/it.yml b/locales/it.yml index bea192b3..e98a3d36 100644 --- a/locales/it.yml +++ b/locales/it.yml @@ -4,377 +4,377 @@ home: favoriteTools: 'Strumenti preferiti' allTools: 'Tutti gli strumenti' subtitle: 'Strumenti utili per gli sviluppatori' - toggleMenu: 'Toggle menu' + toggleMenu: 'Attiva/disattiva menu' home: Home - uiLib: 'UI Lib' + uiLib: 'Libreria UI' support: 'Supporta lo sviluppo di IT-Tools' - buyMeACoffee: 'Comprami un caffè' + buyMeACoffee: 'Offrimi un caffè' follow: - title: 'Ti piace it-tools?' + title: 'Ti piace IT-Tools?' p1: 'Lascia una stella su' - githubRepository: 'IT-Tools GitHub repository' - p2: 'oppure seguici su' - twitterAccount: 'IT-Tools Twitter account' + githubRepository: 'Repository GitHub di IT-Tools' + p2: 'o seguici su' + twitterAccount: 'Account Twitter di IT-Tools' thankYou: 'Grazie!' nav: - github: 'GitHub repository' - githubRepository: 'IT-Tools GitHub repository' - twitter: 'Twitter account' - twitterAccount: 'IT Tools Twitter account' + github: 'Repository GitHub' + githubRepository: 'Repository GitHub di IT-Tools' + twitter: 'Account Twitter' + twitterAccount: 'Account Twitter di IT-Tools' about: 'Informazioni su IT-Tools' aboutLabel: 'Informazioni' darkMode: 'Modalità scura' lightMode: 'Modalità chiara' - mode: 'Cambia modalità chiara/scura' + mode: 'Cambia modalità chiaro/scuro' about: content: > # Informazioni su IT-Tools - Questo fantastico sito, fatto con ❤ da [Corentin Thomasset](https://github.com/CorentinTh) , unisce strumenti utili per sviluppatori e persone che lavorano nel campo IT. Se lo trovi utili, sentiti libero di condividerlo con altre persone che pensi potrebbero trovarlo utile e non dimenticarti di salvarlo nella tua barra rapida! + Questo fantastico sito web, realizzato con ❤ da [Corentin Thomasset](https://github.com/CorentinTh), riunisce strumenti utili per sviluppatori e professionisti IT. Se lo trovi utile, sentiti libero di condividerlo con altre persone che potrebbero trovarlo utile e non dimenticare di aggiungerlo ai preferiti! - IT Tools è open-source (sotto licenza MIT) e gratuito, e lo sarà sempre, ma per me ha un costo mantenere e rinnovare il dominio. Se vuoi supportare il mio lavoro, e incoraggiarmi ad aggiungere altri strumenti, considera di supportarmi su [sponsoring me](https://www.buymeacoffee.com/cthmsst). + IT Tools è open-source (sotto licenza MIT) e gratuito, e lo sarà sempre. Tuttavia, mi costa mantenere e rinnovare il dominio. Se vuoi supportare il mio lavoro e incoraggiarmi ad aggiungere più strumenti, considera di [sostenere me](https://www.buymeacoffee.com/cthmsst). ## Tecnologie - IT Tools è sviluppato con Vue.js (Vue 3) con la libreria di componenti nativa ed è hostato e continuamente sviluppato su Vercel. In alcuni strumenti vengono utilizzate librerie di terze parti, puoi trovare la lista completa nel [package.json](https://github.com/CorentinTh/it-tools/blob/main/package.json) file del repository. + IT Tools è sviluppato con Vue.js (Vue 3) con la libreria di componenti nativi ed è ospitato e sviluppato continuamente su Vercel. Alcuni strumenti utilizzano librerie di terze parti e puoi trovare l'elenco completo nel file [package.json](https://github.com/CorentinTh/it-tools/blob/main/package.json) del repository. - ## Hai trovato un bug? Uno strumento che manca? + ## Hai trovato un bug? Manca uno strumento? - If you need a tool that is currently not present here, and you think can be useful, you are welcome to submit a feature request in the [issues section](https://github.com/CorentinTh/it-tools/issues/new/choose) in the GitHub repository. + Se hai bisogno di uno strumento che attualmente non è disponibile qui e pensi che potrebbe essere utile, sei invitato a inviare una richiesta di funzionalità nella [sezione delle issue](https://github.com/CorentinTh/it-tools/issues/new/choose) del repository GitHub. - And if you found a bug, or something doesn't work as expected, please file a bug report in the [issues section](https://github.com/CorentinTh/it-tools/issues/new/choose) in the GitHub repository. + E se hai trovato un bug o qualcosa non funziona come previsto, segnala il problema nella [sezione delle issue](https://github.com/CorentinTh/it-tools/issues/new/choose) del repository GitHub. 404: - notFound: '404 Not Found' - sorry: 'Sorry, this page does not seem to exist' - maybe: 'Maybe the cache is doing tricky things, try force-refreshing?' - backHome: 'Back home' + notFound: '404 Non trovato' + sorry: 'Spiacente, questa pagina sembra non esistere' + maybe: 'Forse la cache sta facendo cose strane, prova a forzare il refresh?' + backHome: 'Torna alla home' favoriteButton: - remove: 'Remove from favorites' - add: 'Add to favorites' + remove: 'Rimuovi dai preferiti' + add: 'Aggiungi ai preferiti' toolCard: - new: New + new: Nuovo search: - label: Search + label: Cerca tools: categories: - favorite-tools: 'Your favorite tools' + favorite-tools: 'I tuoi strumenti preferiti' crypto: Crypto - converter: Converter + converter: Convertitore web: Web - images and videos: 'Images & Videos' - development: Development - network: Network - math: Math - measurement: Measurement - text: Text - data: Data + images and videos: 'Immagini e Video' + development: Sviluppo + network: Rete + math: Matematica + measurement: Misurazione + text: Testo + data: Dati 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. + title: Analizzatore di forza della password + description: Scopri la forza della tua password con questo strumento di analisi della forza della password e stima del tempo di crack. chronometer: - title: Chronometer - description: Monitor the duration of a thing. Basically a chronometer with simple chronometer features. + title: Cronometro + description: Monitora la durata di una cosa. Fondamentalmente un cronometro con funzionalità cronometro semplici. token-generator: - title: Token generator - description: Generate random string with the chars you want, uppercase or lowercase letters, numbers and/or symbols. + title: Generatore di token + description: Genera una stringa casuale con i caratteri che desideri, lettere maiuscole o minuscole, numeri e/o simboli. - uppercase: Uppercase (ABC...) - lowercase: Lowercase (abc...) - numbers: Numbers (123...) - symbols: Symbols (!-;...) - length: Length - tokenPlaceholder: 'The token...' - copied: Token copied to the clipboard + uppercase: Maiuscole (ABC...) + lowercase: Minuscole (abc...) + numbers: Numeri (123...) + symbols: Simboli (!-;...) + length: Lunghezza + tokenPlaceholder: 'Il token...' + copied: Token copiato negli appunti button: - copy: Copy - refresh: Refresh + copy: Copia + refresh: Aggiorna percentage-calculator: - title: Percentage calculator - description: Easily calculate percentages from a value to another value, or from a percentage to a value. + title: Calcolatore di percentuale + description: Calcola facilmente le percentuali da un valore a un altro valore o da una percentuale a un valore. svg-placeholder-generator: - title: SVG placeholder generator - description: Generate svg images to use as a placeholder in your applications. + title: Generatore di segnaposto SVG + description: Genera immagini SVG da utilizzare come segnaposto nelle tue applicazioni. json-to-csv: title: JSON to CSV - description: Convert JSON to CSV with automatic header detection. + description: Converti JSON in CSV con rilevamento automatico dell'intestazione. camera-recorder: - title: Camera recorder - description: Take a picture or record a video from your webcam or camera. + title: Registratore di telecamera + description: Scatta una foto o registra un video dalla tua webcam o fotocamera. keycode-info: - title: Keycode info - description: Find the javascript keycode, code, location and modifiers of any pressed key. + title: Informazioni sul codice tasto + description: Trova il codice tasto JavaScript, il codice, la posizione e i modificatori di qualsiasi tasto premuto. emoji-picker: - title: Emoji picker - description: Copy and paste emojis easily and get the unicode and code points value of each emoji. + title: Selettore di emoji + description: Copia e incolla facilmente le emoji e ottieni il valore unicode e i punti di codice di ciascuna emoji. color-converter: - title: Color converter - description: Convert color between the different formats (hex, rgb, hsl and css name) + title: Convertitore di colore + description: Converti il colore tra i diversi formati (esadecimale, rgb, hsl e nome css) bcrypt: title: Bcrypt - description: Hash and compare text string using bcrypt. Bcrypt is a password-hashing function based on the Blowfish cipher. + description: Hash e confronta stringhe di testo utilizzando bcrypt. Bcrypt è una funzione di hash delle password basata sul cifrario Blowfish. crontab-generator: - title: Crontab generator - description: Validate and generate crontab and get the human-readable description of the cron schedule. + title: Generatore di crontab + description: Convalida e genera crontab e ottieni la descrizione leggibile dall'uomo dello schedule cron. http-status-codes: - title: HTTP status codes - description: The list of all HTTP status codes, their name, and their meaning. + title: Codici di stato HTTP + description: Elenco di tutti i codici di stato HTTP, il loro nome e il loro significato. sql-prettify: - title: SQL prettify and format - description: Format and prettify your SQL queries online (it supports various SQL dialects). + title: SQL prettify e format + description: Formatta e rendi più leggibili le tue query SQL online (supporta vari dialetti SQL). benchmark-builder: title: Benchmark builder - description: Easily compare execution time of tasks with this very simple online benchmark builder. + description: Confronta facilmente il tempo di esecuzione delle attività con questo semplice costruttore di benchmark online. git-memo: title: Git cheatsheet - description: Git is a decentralized version management software. With this cheatsheet, you will have quick access to the most common git commands. + description: Git è un software di gestione delle versioni decentralizzato. Con questa cheatsheet, avrai accesso rapido ai comandi git più comuni. slugify-string: title: Slugify string - description: Make a string url, filename and id safe. + description: Rendi una stringa sicura per URL, nome file e ID. encryption: - title: Encrypt / decrypt text - description: Encrypt clear text and decrypt ciphertext using crypto algorithms like AES, TripleDES, Rabbit or RC4. + title: Crittografa / decrittografa testo + description: Crittografa testo in chiaro e decrittografa testo cifrato utilizzando algoritmi crittografici come AES, TripleDES, Rabbit o RC4. random-port-generator: - title: Random port generator - description: Generate random port numbers outside of the range of "known" ports (0-1023). + title: Generatore di porte casuali + description: Genera numeri di porta casuali al di fuori dell'intervallo delle porte "conosciute" (0-1023). yaml-prettify: - title: YAML prettify and format - description: Prettify your YAML string into a friendly, human-readable format. + title: YAML prettify e format + description: Rendi più leggibile la tua stringa YAML in un formato amichevole e leggibile dall'uomo. eta-calculator: - title: ETA calculator - 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. + title: Calcolatore ETA + description: Un calcolatore ETA (Estimated Time of Arrival) per determinare l'ora approssimativa di fine di un'attività, ad esempio l'ora di fine e la durata di un download di un file. roman-numeral-converter: - title: Roman numeral converter - description: Convert Roman numerals to numbers and convert numbers to Roman numerals. + title: Convertitore di numeri romani + description: Converti numeri romani in numeri e converti numeri in numeri romani. hmac-generator: - title: Hmac generator - description: Computes a hash-based message authentication code (HMAC) using a secret key and your favorite hashing function. + title: Generatore HMAC + description: Calcola un codice di autenticazione del messaggio basato su hash (HMAC) utilizzando una chiave segreta e la tua funzione di hash preferita. bip39-generator: - title: BIP39 passphrase generator - description: Generate a BIP39 passphrase from an existing or random mnemonic, or get the mnemonic from the passphrase. + title: Generatore di frase BIP39 + description: Genera una frase BIP39 da un mnemonico esistente o casuale, o ottieni il mnemonico dalla frase. base64-file-converter: - title: Base64 file converter - description: Convert a string, file, or image into its base64 representation. + title: Convertitore di file Base64 + description: Converti una stringa, un file o un'immagine nella sua rappresentazione Base64. 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. + title: Convertitore di liste + description: Questo strumento può elaborare dati basati su colonne e applicare varie modifiche (trasposizione, aggiunta di prefisso e suffisso, inverti lista, ordina lista, valori in minuscolo, tronca valori) a ogni riga. base64-string-converter: - title: Base64 string encoder/decoder - description: Simply encode and decode strings into their base64 representation. + title: Codificatore/decodificatore di stringhe Base64 + description: Semplicemente codifica e decodifica stringhe nella loro rappresentazione Base64. toml-to-yaml: title: TOML to YAML - description: Parse and convert TOML to YAML. + description: Analizza e converti TOML in YAML. math-evaluator: - title: Math evaluator - description: A calculator for evaluating mathematical expressions. You can use functions like sqrt, cos, sin, abs, etc. + title: Valutatore matematico + description: Una calcolatrice per valutare espressioni matematiche. Puoi utilizzare funzioni come sqrt, cos, sin, abs, ecc. json-to-yaml-converter: - title: JSON to YAML converter - description: Simply convert JSON to YAML with this online live converter. + title: Convertitore JSON to YAML + description: Semplicemente converti JSON in YAML con questo convertitore live online. url-parser: - title: URL parser - description: Parse a URL into its separate constituent parts (protocol, origin, params, port, username-password, ...) + title: Parser URL + description: Analizza un URL nelle sue parti costituenti separate (protocollo, origine, parametri, porta, nome utente-password, ...) iban-validator-and-parser: - title: IBAN validator and parser - 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. + title: Validatore e parser IBAN + description: Convalida e analizza i numeri IBAN. Verifica se un IBAN è valido e ottieni il paese, il BBAN, se è un QR-IBAN e il formato amichevole dell'IBAN. user-agent-parser: - title: User-agent parser - description: Detect and parse Browser, Engine, OS, CPU, and Device type/model from an user-agent string. + title: Parser user-agent + description: Rileva e analizza il browser, il motore, il sistema operativo, la CPU e il tipo/modello del dispositivo da una stringa user-agent. 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. + title: Generatore numeronym + description: Un numeronym è una parola in cui viene utilizzato un numero per formare un'abbreviazione. Ad esempio, "i18n" è un numeronymo di "internazionalizzazione" in cui 18 indica il numero di lettere tra la prima i e l'ultima n nella parola. case-converter: - title: Case converter - description: Transform the case of a string and choose between different formats + title: Convertitore di maiuscole/minuscole + description: Trasforma il caso di una stringa e scegli tra diversi formati. html-entities: - title: Escape HTML entities - description: Escape or unescape HTML entities (replace characters like <,>, &, " and \' with their HTML version) + title: Escape delle entità HTML + description: Esci o desesci le entità HTML (sostituisci caratteri come <,>, &, " e \' con la loro versione HTML) json-prettify: - title: JSON prettify and format - description: Prettify your JSON string into a friendly, human-readable format. + title: JSON prettify e format + description: Rendi più leggibile la tua stringa JSON in un formato amichevole e leggibile dall'uomo. docker-run-to-docker-compose-converter: - title: Docker run to Docker compose converter - description: Transforms "docker run" commands into docker-compose files! + title: Convertitore da "docker run" a Docker compose + description: Trasforma i comandi "docker run" in file docker-compose! mac-address-lookup: - title: MAC address lookup - description: Find the vendor and manufacturer of a device by its MAC address. + title: Ricerca indirizzo MAC + description: Trova il produttore e il fabbricante di un dispositivo dal suo indirizzo MAC. mime-types: - title: MIME types - description: Convert MIME types to file extensions and vice-versa. + title: Tipi MIME + description: Converti i tipi MIME in estensioni di file e viceversa. toml-to-json: title: TOML to JSON - description: Parse and convert TOML to JSON. + description: Analizza e converti TOML in 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 + title: Generatore di Lorem ipsum + description: Lorem ipsum è un testo segnaposto comunemente utilizzato per dimostrare la forma visiva di un documento o un carattere senza fare affidamento su contenuti significativi qrcode-generator: - title: QR Code generator - description: Generate and download a QR code for a URL (or just plain text), and customize the background and foreground colors. + title: Generatore di codice QR + description: Genera e scarica un codice QR per un URL (o solo testo normale) e personalizza i colori di sfondo e primo piano. wifi-qrcode-generator: - title: WiFi QR Code generator - description: Generate and download QR codes for quick connections to WiFi networks. + title: Generatore di codice QR WiFi + description: Genera e scarica codici QR per connessioni rapide a reti WiFi. xml-formatter: - title: XML formatter - description: Prettify your XML string into a friendly, human-readable format. + title: Formattatore XML + description: Rendi più leggibile la tua stringa XML in un formato amichevole e leggibile dall'uomo. temperature-converter: - title: Temperature converter - description: Degrees temperature conversions for Kelvin, Celsius, Fahrenheit, Rankine, Delisle, Newton, Réaumur, and Rømer. + title: Convertitore di temperatura + description: Conversioni di gradi di temperatura per Kelvin, Celsius, Fahrenheit, Rankine, Delisle, Newton, Réaumur e Rømer. chmod-calculator: - title: Chmod calculator - description: Compute your chmod permissions and commands with this online chmod calculator. + title: Calcolatore chmod + description: Calcola i permessi e i comandi chmod con questo calcolatore chmod online. rsa-key-pair-generator: - title: RSA key pair generator - description: Generate a new random RSA private and public pem certificate key pair. + title: Generatore di coppie di chiavi RSA + description: Genera una nuova coppia di chiavi privata e pubblica RSA casuali in formato pem. html-wysiwyg-editor: - title: HTML WYSIWYG editor - description: Online, feature-rich WYSIWYG HTML editor which generates the source code of the content immediately. + title: Editor HTML WYSIWYG + description: Editor HTML online, ricco di funzionalità, che genera immediatamente il codice sorgente del contenuto. yaml-to-toml: title: YAML to TOML - description: Parse and convert YAML to TOML. + description: Analizza e converti YAML in 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) + title: Generatore di indirizzi MAC + description: Inserisci la quantità e il prefisso. Gli indirizzi MAC verranno generati nel caso scelto (maiuscolo o minuscolo) json-diff: - title: JSON diff - description: Compare two JSON objects and get the differences between them. + title: Differenza JSON + description: Confronta due oggetti JSON e ottieni le differenze tra di loro. jwt-parser: - title: JWT parser - description: Parse and decode your JSON Web Token (jwt) and display its content. + title: Parser JWT + description: Analizza e decodifica il tuo JSON Web Token (jwt) e visualizza il suo contenuto. date-converter: - title: Date-time converter - description: Convert date and time into the various different formats + title: Convertitore data-ora + description: Converti data e ora nei vari formati diversi 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. + title: Parser e formattatore di numeri di telefono + description: Analizza, convalida e formatta i numeri di telefono. Ottieni informazioni sul numero di telefono, come il codice del paese, il tipo, ecc. ipv4-subnet-calculator: - title: IPv4 subnet calculator - description: Parse your IPv4 CIDR blocks and get all the info you need about your subnet. + title: Calcolatore di sottoreti IPv4 + description: Analizza i tuoi blocchi CIDR IPv4 e ottieni tutte le informazioni di cui hai bisogno sulla tua sottorete. og-meta-generator: - title: Open graph meta generator - description: Generate open-graph and socials HTML meta tags for your website. + title: Generatore di meta Open Graph + description: Genera tag meta HTML per open-graph e social per il tuo sito web. ipv6-ula-generator: - title: IPv6 ULA generator - description: Generate your own local, non-routable IP addresses for your network according to RFC4193. + title: Generatore ULA IPv6 + description: Genera i tuoi indirizzi IP locali e non instradabili per la tua rete secondo 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' + title: Hash del testo + description: 'Esegui l''hash di una stringa di testo utilizzando la funzione di cui hai bisogno: MD5, SHA1, SHA256, SHA224, SHA512, SHA384, SHA3 o RIPEMD160' json-to-toml: - title: JSON to TOML - description: Parse and convert JSON to TOML. + title: Convertitore JSON to TOML + description: Analizza e converti JSON in TOML. device-information: - title: Device information - description: Get information about your current device (screen size, pixel-ratio, user agent, ...) + title: Informazioni sul dispositivo + description: Ottieni informazioni sul tuo dispositivo attuale (dimensioni dello schermo, rapporto pixel, 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. + title: Verificatore firme PDF + description: Verifica le firme di un file PDF. Un file PDF firmato contiene una o più firme che possono essere utilizzate per determinare se il contenuto del file è stato modificato dopo la firma del file. json-minify: - title: JSON minify - description: Minify and compress your JSON by removing unnecessary whitespace. + title: Minify JSON + description: Riduci le dimensioni e comprimi il tuo JSON rimuovendo gli spazi vuoti non necessari. ulid-generator: - title: ULID generator - description: Generate random Universally Unique Lexicographically Sortable Identifier (ULID). + title: Generatore ULID + description: Genera identificatori univoci lexicograficamente ordinabili (ULID) casuali. 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. + title: Obfuscator di stringhe + description: Oscura una stringa (come un segreto, un IBAN o un token) per renderla condivisibile e identificabile senza rivelarne il contenuto. base-converter: - title: Integer base converter - description: Convert a number between different bases (decimal, hexadecimal, binary, octal, base64, ...) + title: Convertitore di base intera + description: Converti un numero tra diverse basi (decimale, esadecimale, binaria, ottale, base64, ...) yaml-to-json-converter: - title: YAML to JSON converter - description: Simply convert YAML to JSON with this online live converter. + title: Convertitore YAML to JSON + description: Semplicemente converti YAML in JSON con questo convertitore live online. 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!). + title: Generatore UUID + description: Un Universally Unique Identifier (UUID) è un numero di 128 bit utilizzato per identificare informazioni nei sistemi informatici. Il numero di UUID possibili è 16^32, che è 2^128 o circa 3,4x10^38 (che è molto!). ipv4-address-converter: - title: IPv4 address converter - description: Convert an IP address into decimal, binary, hexadecimal, or even an IPv6 representation of it. + title: Convertitore di indirizzi IPv4 + description: Converti un indirizzo IP in formato decimale, binario, esadecimale o addirittura in una rappresentazione IPv6. text-statistics: - title: Text statistics - description: Get information about a text, the number of characters, the number of words, its size in bytes, ... + title: Statistiche del testo + description: Ottieni informazioni su un testo, il numero di caratteri, il numero di parole, la dimensione in byte, ... text-to-nato-alphabet: - title: Text to NATO alphabet - description: Transform text into the NATO phonetic alphabet for oral transmission. + title: Testo all'alfabeto NATO + description: Trasforma il testo nell'alfabeto fonetico NATO per la trasmissione orale. basic-auth-generator: - title: Basic auth generator - description: Generate a base64 basic auth header from a username and password. + title: Generatore di autenticazione di base + description: Genera un'intestazione di autenticazione di base in base64 da un nome utente e una password. text-to-unicode: - title: Text to Unicode - description: Parse and convert text to unicode and vice-versa + title: Testo a Unicode + description: Analizza e converte il testo in Unicode e viceversa ipv4-range-expander: - title: IPv4 range expander - description: Given a start and an end IPv4 address, this tool calculates a valid IPv4 subnet along with its CIDR notation. + title: Espansore di intervallo IPv4 + description: Dato un indirizzo IPv4 di inizio e fine, questo strumento calcola una sottorete IPv4 valida insieme alla sua notazione CIDR. text-diff: title: Text diff diff --git a/src/modules/i18n/components/locale-selector.vue b/src/modules/i18n/components/locale-selector.vue index 45732bf9..aaf9f3c6 100644 --- a/src/modules/i18n/components/locale-selector.vue +++ b/src/modules/i18n/components/locale-selector.vue @@ -1,8 +1,11 @@