mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-07 14:57:12 -04:00
Translate /locales/it.yml to Italian
Translates the content of `/locales/it.yml` from English to Italian, maintaining the original YAML structure and keys. - **General Content**: Translates all general labels, messages, and titles throughout the file, ensuring a consistent and formal language tone suitable for the application's context. - **Tool Descriptions**: Updates the descriptions of various tools, converting them from English to Italian while keeping the technical terminology accurate. - **Error Messages and UI Elements**: Translates error messages, UI elements like buttons and labels, ensuring the user interface is fully localized for Italian-speaking users. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/Ale1x/it-tools?shareId=bcc8454a-b777-472a-805b-044a6ab3ce77).
This commit is contained in:
parent
b5a1eda0be
commit
0553e6fc76
1 changed files with 213 additions and 213 deletions
426
locales/it.yml
426
locales/it.yml
|
@ -1,393 +1,393 @@
|
||||||
home:
|
home:
|
||||||
categories:
|
categories:
|
||||||
newestTools: Newest tools
|
newestTools: Strumenti più recenti
|
||||||
favoriteTools: 'Your favorite tools'
|
favoriteTools: 'I tuoi strumenti preferiti'
|
||||||
allTools: 'All the tools'
|
allTools: 'Tutti gli strumenti'
|
||||||
subtitle: 'Handy tools for developers'
|
subtitle: 'Strumenti utili per gli sviluppatori'
|
||||||
toggleMenu: 'Toggle menu'
|
toggleMenu: 'Attiva/Disattiva menu'
|
||||||
home: Home
|
home: Home
|
||||||
uiLib: 'UI Lib'
|
uiLib: 'Libreria UI'
|
||||||
support: 'Support IT-Tools development'
|
support: 'Supporta lo sviluppo di IT-Tools'
|
||||||
buyMeACoffee: 'Buy me a coffee'
|
buyMeACoffee: 'Offrimi un caffè'
|
||||||
follow:
|
follow:
|
||||||
title: 'You like it-tools?'
|
title: 'Ti piacciono gli IT-Tools?'
|
||||||
p1: 'Give us a star on'
|
p1: 'Dacci una stella su'
|
||||||
githubRepository: 'IT-Tools GitHub repository'
|
githubRepository: 'Repository GitHub di IT-Tools'
|
||||||
p2: 'or follow us on'
|
p2: 'o seguici su'
|
||||||
twitterAccount: 'IT-Tools Twitter account'
|
twitterAccount: 'Account Twitter di IT-Tools'
|
||||||
thankYou: 'Thank you!'
|
thankYou: 'Grazie!'
|
||||||
nav:
|
nav:
|
||||||
github: 'GitHub repository'
|
github: 'Repository GitHub'
|
||||||
githubRepository: 'IT-Tools GitHub repository'
|
githubRepository: 'Repository GitHub di IT-Tools'
|
||||||
twitter: 'Twitter account'
|
twitter: 'Account Twitter'
|
||||||
twitterAccount: 'IT Tools Twitter account'
|
twitterAccount: 'Account Twitter di IT Tools'
|
||||||
about: 'About IT-Tools'
|
about: 'Informazioni su IT-Tools'
|
||||||
aboutLabel: 'About'
|
aboutLabel: 'Informazioni'
|
||||||
darkMode: 'Dark mode'
|
darkMode: 'Modalità scura'
|
||||||
lightMode: 'Light mode'
|
lightMode: 'Modalità chiara'
|
||||||
mode: 'Toggle dark/light mode'
|
mode: 'Cambia modalità scura/chiara'
|
||||||
about:
|
about:
|
||||||
content: >
|
content: >
|
||||||
# About IT-Tools
|
# Informazioni su IT-Tools
|
||||||
|
|
||||||
This wonderful website, made with ❤ by [Corentin Thomasset](https://github.com/CorentinTh) , aggregates useful tools for developer and people working in IT. If you find it useful, please feel free to share it to people you think may find it useful too and don't forget to bookmark it in your shortcut bar!
|
Questo meraviglioso sito web, realizzato con ❤ da [Corentin Thomasset](https://github.com/CorentinTh), raccoglie strumenti utili per sviluppatori e persone che lavorano nel settore IT. Se lo trovi utile, non esitare a condividerlo con persone che pensi possano trovarlo utile e non dimenticare di aggiungerlo ai tuoi segnalibri!
|
||||||
|
|
||||||
IT Tools is open-source (under the MIT license) and free, and will always be, but it costs me money to host and renew the domain name. If you want to support my work, and encourage me to add more tools, please consider supporting by [sponsoring me](https://www.buymeacoffee.com/cthmsst).
|
IT Tools è open-source (sotto la licenza MIT) e gratuito, e lo sarà sempre, ma mi costa denaro ospitarlo e rinnovare il nome di dominio. Se vuoi supportare il mio lavoro e incoraggiarmi ad aggiungere più strumenti, considera di supportarmi [sponsorizzandomi](https://www.buymeacoffee.com/cthmsst).
|
||||||
|
|
||||||
## Technologies
|
## Tecnologie
|
||||||
|
|
||||||
IT Tools is made in Vue.js (Vue 3) with the the Naive UI component library and is hosted and continuously deployed by Vercel. Third-party open-source libraries are used in some tools, you may find the complete list in the [package.json](https://github.com/CorentinTh/it-tools/blob/main/package.json) file of the repository.
|
IT Tools è realizzato in Vue.js (Vue 3) con la libreria di componenti Naive UI ed è ospitato e distribuito continuamente da Vercel. Alcuni strumenti utilizzano librerie open-source di terze parti, puoi trovare l'elenco completo nel file [package.json](https://github.com/CorentinTh/it-tools/blob/main/package.json) del repository.
|
||||||
|
|
||||||
## Found a bug? A tool is missing?
|
## 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 è presente qui, e pensi possa essere utile, sei il benvenuto per inviare una richiesta di funzionalità nella [sezione problemi](https://github.com/CorentinTh/it-tools/issues/new/choose) nel 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, per favore invia un rapporto di bug nella [sezione problemi](https://github.com/CorentinTh/it-tools/issues/new/choose) nel repository GitHub.
|
||||||
|
|
||||||
404:
|
404:
|
||||||
notFound: '404 Not Found'
|
notFound: '404 Non Trovato'
|
||||||
sorry: 'Sorry, this page does not seem to exist'
|
sorry: 'Spiacente, questa pagina non sembra esistere'
|
||||||
maybe: 'Maybe the cache is doing tricky things, try force-refreshing?'
|
maybe: 'Forse la cache sta facendo cose strane, prova a ricaricare forzatamente?'
|
||||||
backHome: 'Back home'
|
backHome: 'Torna alla home'
|
||||||
favoriteButton:
|
favoriteButton:
|
||||||
remove: 'Remove from favorites'
|
remove: 'Rimuovi dai preferiti'
|
||||||
add: 'Add to favorites'
|
add: 'Aggiungi ai preferiti'
|
||||||
toolCard:
|
toolCard:
|
||||||
new: New
|
new: Nuovo
|
||||||
search:
|
search:
|
||||||
label: Search
|
label: Cerca
|
||||||
tools:
|
tools:
|
||||||
categories:
|
categories:
|
||||||
favorite-tools: 'Your favorite tools'
|
favorite-tools: 'I tuoi strumenti preferiti'
|
||||||
crypto: Crypto
|
crypto: Cripto
|
||||||
converter: Converter
|
converter: Convertitore
|
||||||
web: Web
|
web: Web
|
||||||
images and videos: 'Images & Videos'
|
images and videos: 'Immagini & Video'
|
||||||
development: Development
|
development: Sviluppo
|
||||||
network: Network
|
network: Rete
|
||||||
math: Math
|
math: Matematica
|
||||||
measurement: Measurement
|
measurement: Misurazione
|
||||||
text: Text
|
text: Testo
|
||||||
data: Data
|
data: Dati
|
||||||
|
|
||||||
password-strength-analyser:
|
password-strength-analyser:
|
||||||
title: Password strength analyser
|
title: Analizzatore di forza della password
|
||||||
description: Discover the strength of your password with this client-side-only password strength analyser and crack time estimation tool.
|
description: Scopri la forza della tua password con questo analizzatore di forza della password solo lato client e stima del tempo di cracking.
|
||||||
|
|
||||||
chronometer:
|
chronometer:
|
||||||
title: Chronometer
|
title: Cronometro
|
||||||
description: Monitor the duration of a thing. Basically a chronometer with simple chronometer features.
|
description: Monitora la durata di una cosa. Fondamentalmente un cronometro con funzioni semplici di cronometro.
|
||||||
|
|
||||||
token-generator:
|
token-generator:
|
||||||
title: Token generator
|
title: Generatore di token
|
||||||
description: Generate random string with the chars you want, uppercase or lowercase letters, numbers and/or symbols.
|
description: Genera una stringa casuale con i caratteri che desideri, lettere maiuscole o minuscole, numeri e/o simboli.
|
||||||
|
|
||||||
uppercase: Uppercase (ABC...)
|
uppercase: Maiuscole (ABC...)
|
||||||
lowercase: Lowercase (abc...)
|
lowercase: Minuscole (abc...)
|
||||||
numbers: Numbers (123...)
|
numbers: Numeri (123...)
|
||||||
symbols: Symbols (!-;...)
|
symbols: Simboli (!-;...)
|
||||||
length: Length
|
length: Lunghezza
|
||||||
tokenPlaceholder: 'The token...'
|
tokenPlaceholder: 'Il token...'
|
||||||
copied: Token copied to the clipboard
|
copied: Token copiato negli appunti
|
||||||
button:
|
button:
|
||||||
copy: Copy
|
copy: Copia
|
||||||
refresh: Refresh
|
refresh: Aggiorna
|
||||||
percentage-calculator:
|
percentage-calculator:
|
||||||
title: Percentage calculator
|
title: Calcolatore di percentuali
|
||||||
description: Easily calculate percentages from a value to another value, or from a percentage to a value.
|
description: Calcola facilmente le percentuali da un valore all'altro, o da una percentuale a un valore.
|
||||||
|
|
||||||
svg-placeholder-generator:
|
svg-placeholder-generator:
|
||||||
title: SVG placeholder generator
|
title: Generatore di placeholder SVG
|
||||||
description: Generate svg images to use as a placeholder in your applications.
|
description: Genera immagini svg da utilizzare come placeholder nelle tue applicazioni.
|
||||||
|
|
||||||
json-to-csv:
|
json-to-csv:
|
||||||
title: JSON to CSV
|
title: JSON a CSV
|
||||||
description: Convert JSON to CSV with automatic header detection.
|
description: Converti JSON in CSV con rilevamento automatico dell'intestazione.
|
||||||
|
|
||||||
camera-recorder:
|
camera-recorder:
|
||||||
title: Camera recorder
|
title: Registratore di camera
|
||||||
description: Take a picture or record a video from your webcam or camera.
|
description: Scatta una foto o registra un video dalla tua webcam o fotocamera.
|
||||||
|
|
||||||
keycode-info:
|
keycode-info:
|
||||||
title: Keycode info
|
title: Informazioni sul keycode
|
||||||
description: Find the javascript keycode, code, location and modifiers of any pressed key.
|
description: Trova il keycode javascript, il codice, la posizione e i modificatori di qualsiasi tasto premuto.
|
||||||
|
|
||||||
emoji-picker:
|
emoji-picker:
|
||||||
title: Emoji picker
|
title: Selettore di emoji
|
||||||
description: Copy and paste emojis easily and get the unicode and code points value of each emoji.
|
description: Copia e incolla facilmente le emoji e ottieni il valore unicode e i punti codice di ogni emoji.
|
||||||
|
|
||||||
color-converter:
|
color-converter:
|
||||||
title: Color converter
|
title: Convertitore di colore
|
||||||
description: Convert color between the different formats (hex, rgb, hsl and css name)
|
description: Converti il colore tra i diversi formati (hex, rgb, hsl e nome css)
|
||||||
|
|
||||||
bcrypt:
|
bcrypt:
|
||||||
title: 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 usando bcrypt. Bcrypt è una funzione di hashing della password basata sulla cifra Blowfish.
|
||||||
|
|
||||||
crontab-generator:
|
crontab-generator:
|
||||||
title: Crontab generator
|
title: Generatore di crontab
|
||||||
description: Validate and generate crontab and get the human-readable description of the cron schedule.
|
description: Valida e genera crontab e ottieni la descrizione leggibile dell'orario cron.
|
||||||
|
|
||||||
http-status-codes:
|
http-status-codes:
|
||||||
title: HTTP status codes
|
title: Codici di stato HTTP
|
||||||
description: The list of all HTTP status codes, their name, and their meaning.
|
description: L'elenco di tutti i codici di stato HTTP, il loro nome e il loro significato.
|
||||||
|
|
||||||
sql-prettify:
|
sql-prettify:
|
||||||
title: SQL prettify and format
|
title: SQL abbellire e formattare
|
||||||
description: Format and prettify your SQL queries online (it supports various SQL dialects).
|
description: Formatta e abbellisci le tue query SQL online (supporta vari dialetti SQL).
|
||||||
|
|
||||||
benchmark-builder:
|
benchmark-builder:
|
||||||
title: Benchmark builder
|
title: Costruttore di benchmark
|
||||||
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 costruttore di benchmark online molto semplice.
|
||||||
|
|
||||||
git-memo:
|
git-memo:
|
||||||
title: Git cheatsheet
|
title: Promemoria Git
|
||||||
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 della versione decentralizzato. Con questo promemoria, avrai accesso rapido ai comandi git più comuni.
|
||||||
|
|
||||||
slugify-string:
|
slugify-string:
|
||||||
title: Slugify string
|
title: Trasforma stringa in slug
|
||||||
description: Make a string url, filename and id safe.
|
description: Rendi una stringa sicura per URL, nomi di file e ID.
|
||||||
|
|
||||||
encryption:
|
encryption:
|
||||||
title: Encrypt / decrypt text
|
title: Cripta / decripta testo
|
||||||
description: Encrypt clear text and decrypt ciphertext using crypto algorithms like AES, TripleDES, Rabbit or RC4.
|
description: Cripta il testo chiaro e decripta il testo cifrato utilizzando algoritmi crittografici come AES, TripleDES, Rabbit o RC4.
|
||||||
|
|
||||||
random-port-generator:
|
random-port-generator:
|
||||||
title: Random port generator
|
title: Generatore di porte casuali
|
||||||
description: Generate random port numbers outside of the range of "known" ports (0-1023).
|
description: Genera numeri di porta casuali al di fuori dell'intervallo delle porte "note" (0-1023).
|
||||||
|
|
||||||
yaml-prettify:
|
yaml-prettify:
|
||||||
title: YAML prettify and format
|
title: YAML abbellire e formattare
|
||||||
description: Prettify your YAML string into a friendly, human-readable format.
|
description: Abbellisci la tua stringa YAML in un formato leggibile e amichevole.
|
||||||
|
|
||||||
eta-calculator:
|
eta-calculator:
|
||||||
title: ETA calculator
|
title: Calcolatore ETA
|
||||||
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.
|
description: Un calcolatore ETA (Tempo Stimato di Arrivo) per determinare il tempo di fine approssimativo di un'attività, ad esempio, il tempo di fine e la durata di un download di file.
|
||||||
|
|
||||||
roman-numeral-converter:
|
roman-numeral-converter:
|
||||||
title: Roman numeral converter
|
title: Convertitore di numeri romani
|
||||||
description: Convert Roman numerals to numbers and convert numbers to Roman numerals.
|
description: Converti i numeri romani in numeri e converti i numeri in numeri romani.
|
||||||
|
|
||||||
hmac-generator:
|
hmac-generator:
|
||||||
title: Hmac generator
|
title: Generatore di HMAC
|
||||||
description: Computes a hash-based message authentication code (HMAC) using a secret key and your favorite hashing function.
|
description: Calcola un codice di autenticazione del messaggio basato su hash (HMAC) utilizzando una chiave segreta e la tua funzione di hashing preferita.
|
||||||
|
|
||||||
bip39-generator:
|
bip39-generator:
|
||||||
title: BIP39 passphrase generator
|
title: Generatore di passphrase BIP39
|
||||||
description: Generate a BIP39 passphrase from an existing or random mnemonic, or get the mnemonic from the passphrase.
|
description: Genera una passphrase BIP39 da un mnemonico esistente o casuale, o ottieni il mnemonico dalla passphrase.
|
||||||
|
|
||||||
base64-file-converter:
|
base64-file-converter:
|
||||||
title: Base64 file converter
|
title: Convertitore di file Base64
|
||||||
description: Convert a string, file, or image into its base64 representation.
|
description: Converti una stringa, un file o un'immagine nella sua rappresentazione Base64.
|
||||||
|
|
||||||
list-converter:
|
list-converter:
|
||||||
title: List converter
|
title: Convertitore di liste
|
||||||
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.
|
description: Questo strumento può elaborare dati basati su colonne e applicare varie modifiche (trasporre, aggiungere prefissi e suffissi, invertire l'elenco, ordinare l'elenco, convertire i valori in minuscolo, troncare i valori) a ogni riga.
|
||||||
|
|
||||||
base64-string-converter:
|
base64-string-converter:
|
||||||
title: Base64 string encoder/decoder
|
title: Codificatore/decodificatore di stringhe Base64
|
||||||
description: Simply encode and decode strings into their base64 representation.
|
description: Codifica e decodifica semplicemente le stringhe nella loro rappresentazione Base64.
|
||||||
|
|
||||||
toml-to-yaml:
|
toml-to-yaml:
|
||||||
title: TOML to YAML
|
title: TOML a YAML
|
||||||
description: Parse and convert TOML to YAML.
|
description: Analizza e converti TOML in YAML.
|
||||||
|
|
||||||
math-evaluator:
|
math-evaluator:
|
||||||
title: Math evaluator
|
title: Valutatore matematico
|
||||||
description: A calculator for evaluating mathematical expressions. You can use functions like sqrt, cos, sin, abs, etc.
|
description: Una calcolatrice per valutare espressioni matematiche. Puoi usare funzioni come sqrt, cos, sin, abs, ecc.
|
||||||
|
|
||||||
json-to-yaml-converter:
|
json-to-yaml-converter:
|
||||||
title: JSON to YAML converter
|
title: Convertitore da JSON a YAML
|
||||||
description: Simply convert JSON to YAML with this online live converter.
|
description: Converti semplicemente JSON in YAML con questo convertitore online in tempo reale.
|
||||||
|
|
||||||
url-parser:
|
url-parser:
|
||||||
title: URL parser
|
title: Analizzatore di URL
|
||||||
description: Parse a URL into its separate constituent parts (protocol, origin, params, port, username-password, ...)
|
description: Analizza un URL nelle sue parti costituenti separate (protocollo, origine, parametri, porta, nome utente-password, ...)
|
||||||
|
|
||||||
iban-validator-and-parser:
|
iban-validator-and-parser:
|
||||||
title: IBAN validator and parser
|
title: Validatore e analizzatore di IBAN
|
||||||
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.
|
description: Valida e analizza i numeri IBAN. Verifica se un IBAN è valido e ottieni il paese, BBAN, se è un QR-IBAN e il formato amichevole dell'IBAN.
|
||||||
|
|
||||||
user-agent-parser:
|
user-agent-parser:
|
||||||
title: User-agent parser
|
title: Analizzatore di user-agent
|
||||||
description: Detect and parse Browser, Engine, OS, CPU, and Device type/model from an user-agent string.
|
description: Rileva e analizza Browser, Engine, OS, CPU e tipo/modello di dispositivo da una stringa di user-agent.
|
||||||
|
|
||||||
numeronym-generator:
|
numeronym-generator:
|
||||||
title: Numeronym generator
|
title: Generatore di numeronimi
|
||||||
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.
|
description: Un numeronimo è una parola in cui un numero viene utilizzato per formare un'abbreviazione. Ad esempio, "i18n" è un numeronimo di "internazionalizzazione" dove 18 sta per il numero di lettere tra la prima i e l'ultima n nella parola.
|
||||||
|
|
||||||
case-converter:
|
case-converter:
|
||||||
title: Case converter
|
title: Convertitore di maiuscole/minuscole
|
||||||
description: Transform the case of a string and choose between different formats
|
description: Trasforma il caso di una stringa e scegli tra diversi formati
|
||||||
|
|
||||||
html-entities:
|
html-entities:
|
||||||
title: Escape HTML entities
|
title: Escape delle entità HTML
|
||||||
description: Escape or unescape HTML entities (replace characters like <,>, &, " and \' with their HTML version)
|
description: Escape o unescape delle entità HTML (sostituisci caratteri come <,>, &, " e \' con la loro versione HTML)
|
||||||
|
|
||||||
json-prettify:
|
json-prettify:
|
||||||
title: JSON prettify and format
|
title: JSON abbellire e formattare
|
||||||
description: Prettify your JSON string into a friendly, human-readable format.
|
description: Abbellisci la tua stringa JSON in un formato leggibile e amichevole.
|
||||||
|
|
||||||
docker-run-to-docker-compose-converter:
|
docker-run-to-docker-compose-converter:
|
||||||
title: Docker run to Docker compose converter
|
title: Convertitore da Docker run a Docker compose
|
||||||
description: Transforms "docker run" commands into docker-compose files!
|
description: Trasforma i comandi "docker run" in file docker-compose!
|
||||||
|
|
||||||
mac-address-lookup:
|
mac-address-lookup:
|
||||||
title: MAC address lookup
|
title: Ricerca dell'indirizzo MAC
|
||||||
description: Find the vendor and manufacturer of a device by its MAC address.
|
description: Trova il fornitore e il produttore di un dispositivo tramite il suo indirizzo MAC.
|
||||||
|
|
||||||
mime-types:
|
mime-types:
|
||||||
title: MIME types
|
title: Tipi MIME
|
||||||
description: Convert MIME types to file extensions and vice-versa.
|
description: Converti i tipi MIME in estensioni di file e viceversa.
|
||||||
|
|
||||||
toml-to-json:
|
toml-to-json:
|
||||||
title: TOML to JSON
|
title: TOML a JSON
|
||||||
description: Parse and convert TOML to JSON.
|
description: Analizza e converti TOML in JSON.
|
||||||
|
|
||||||
lorem-ipsum-generator:
|
lorem-ipsum-generator:
|
||||||
title: Lorem ipsum generator
|
title: Generatore di Lorem Ipsum
|
||||||
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
|
description: Lorem ipsum è un testo segnaposto comunemente utilizzato per dimostrare la forma visiva di un documento o di un carattere tipografico senza fare affidamento su contenuti significativi
|
||||||
|
|
||||||
qrcode-generator:
|
qrcode-generator:
|
||||||
title: QR Code generator
|
title: Generatore di codici QR
|
||||||
description: Generate and download a QR code for a URL (or just plain text), and customize the background and foreground colors.
|
description: Genera e scarica un codice QR per un URL (o semplicemente testo normale) e personalizza i colori di sfondo e primo piano.
|
||||||
|
|
||||||
wifi-qrcode-generator:
|
wifi-qrcode-generator:
|
||||||
title: WiFi QR Code generator
|
title: Generatore di codici QR WiFi
|
||||||
description: Generate and download QR codes for quick connections to WiFi networks.
|
description: Genera e scarica codici QR per connessioni rapide a reti WiFi.
|
||||||
|
|
||||||
xml-formatter:
|
xml-formatter:
|
||||||
title: XML formatter
|
title: Formattatore XML
|
||||||
description: Prettify your XML string into a friendly, human-readable format.
|
description: Abbellisci la tua stringa XML in un formato leggibile e amichevole.
|
||||||
|
|
||||||
temperature-converter:
|
temperature-converter:
|
||||||
title: Temperature converter
|
title: Convertitore di temperatura
|
||||||
description: Degrees temperature conversions for Kelvin, Celsius, Fahrenheit, Rankine, Delisle, Newton, Réaumur, and Rømer.
|
description: Conversioni di gradi di temperatura per Kelvin, Celsius, Fahrenheit, Rankine, Delisle, Newton, Réaumur e Rømer.
|
||||||
|
|
||||||
chmod-calculator:
|
chmod-calculator:
|
||||||
title: Chmod calculator
|
title: Calcolatore di chmod
|
||||||
description: Compute your chmod permissions and commands with this online chmod calculator.
|
description: Calcola i tuoi permessi e comandi chmod con questo calcolatore chmod online.
|
||||||
|
|
||||||
rsa-key-pair-generator:
|
rsa-key-pair-generator:
|
||||||
title: RSA key pair generator
|
title: Generatore di coppie di chiavi RSA
|
||||||
description: Generate a new random RSA private and public pem certificate key pair.
|
description: Genera una nuova coppia di chiavi certificate pem private e pubbliche RSA casuali.
|
||||||
|
|
||||||
html-wysiwyg-editor:
|
html-wysiwyg-editor:
|
||||||
title: HTML WYSIWYG editor
|
title: Editor HTML WYSIWYG
|
||||||
description: Online, feature-rich WYSIWYG HTML editor which generates the source code of the content immediately.
|
description: Editor HTML online ricco di funzionalità con editor WYSIWYG che genera immediatamente il codice sorgente del contenuto.
|
||||||
|
|
||||||
yaml-to-toml:
|
yaml-to-toml:
|
||||||
title: YAML to TOML
|
title: YAML a TOML
|
||||||
description: Parse and convert YAML to TOML.
|
description: Analizza e converti YAML in TOML.
|
||||||
|
|
||||||
mac-address-generator:
|
mac-address-generator:
|
||||||
title: MAC address generator
|
title: Generatore di indirizzi MAC
|
||||||
description: Enter the quantity and prefix. MAC addresses will be generated in your chosen case (uppercase or lowercase)
|
description: Inserisci la quantità e il prefisso. Gli indirizzi MAC verranno generati nel caso scelto (maiuscolo o minuscolo)
|
||||||
|
|
||||||
json-diff:
|
json-diff:
|
||||||
title: JSON diff
|
title: Differenza JSON
|
||||||
description: Compare two JSON objects and get the differences between them.
|
description: Confronta due oggetti JSON e ottieni le differenze tra di loro.
|
||||||
|
|
||||||
jwt-parser:
|
jwt-parser:
|
||||||
title: JWT parser
|
title: Analizzatore di JWT
|
||||||
description: Parse and decode your JSON Web Token (jwt) and display its content.
|
description: Analizza e decodifica il tuo JSON Web Token (jwt) e visualizza il suo contenuto.
|
||||||
|
|
||||||
date-converter:
|
date-converter:
|
||||||
title: Date-time converter
|
title: Convertitore di data e ora
|
||||||
description: Convert date and time into the various different formats
|
description: Converti data e ora nei vari formati diversi
|
||||||
|
|
||||||
phone-parser-and-formatter:
|
phone-parser-and-formatter:
|
||||||
title: Phone parser and formatter
|
title: Analizzatore e formattatore di numeri di telefono
|
||||||
description: Parse, validate and format phone numbers. Get information about the phone number, like the country code, type, etc.
|
description: Analizza, valida e formatta i numeri di telefono. Ottieni informazioni sul numero di telefono, come il codice del paese, il tipo, ecc.
|
||||||
|
|
||||||
ipv4-subnet-calculator:
|
ipv4-subnet-calculator:
|
||||||
title: IPv4 subnet calculator
|
title: Calcolatore di sottoreti IPv4
|
||||||
description: Parse your IPv4 CIDR blocks and get all the info you need about your subnet.
|
description: Analizza i tuoi blocchi CIDR IPv4 e ottieni tutte le informazioni di cui hai bisogno sulla tua sottorete.
|
||||||
|
|
||||||
og-meta-generator:
|
og-meta-generator:
|
||||||
title: Open graph meta generator
|
title: Generatore di meta tag Open Graph
|
||||||
description: Generate open-graph and socials HTML meta tags for your website.
|
description: Genera meta tag HTML Open Graph e social per il tuo sito web.
|
||||||
|
|
||||||
ipv6-ula-generator:
|
ipv6-ula-generator:
|
||||||
title: IPv6 ULA generator
|
title: Generatore di IPv6 ULA
|
||||||
description: Generate your own local, non-routable IP addresses for your network according to RFC4193.
|
description: Genera i tuoi indirizzi IP locali non instradabili nella tua rete secondo RFC4193.
|
||||||
|
|
||||||
hash-text:
|
hash-text:
|
||||||
title: Hash text
|
title: Hash del testo
|
||||||
description: 'Hash a text string using the function you need : MD5, SHA1, SHA256, SHA224, SHA512, SHA384, SHA3 or RIPEMD160'
|
description: 'Hasha una stringa di testo utilizzando la funzione di cui hai bisogno: MD5, SHA1, SHA256, SHA224, SHA512, SHA384, SHA3 o RIPEMD160'
|
||||||
|
|
||||||
json-to-toml:
|
json-to-toml:
|
||||||
title: JSON to TOML
|
title: JSON a TOML
|
||||||
description: Parse and convert JSON to TOML.
|
description: Analizza e converti JSON in TOML.
|
||||||
|
|
||||||
device-information:
|
device-information:
|
||||||
title: Device information
|
title: Informazioni sul dispositivo
|
||||||
description: Get information about your current device (screen size, pixel-ratio, user agent, ...)
|
description: Ottieni informazioni sul tuo dispositivo attuale (dimensione dello schermo, rapporto pixel, user agent, ...)
|
||||||
|
|
||||||
pdf-signature-checker:
|
pdf-signature-checker:
|
||||||
title: PDF signature checker
|
title: Verificatore di firme PDF
|
||||||
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.
|
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 da quando è stato firmato.
|
||||||
|
|
||||||
json-minify:
|
json-minify:
|
||||||
title: JSON minify
|
title: Minify JSON
|
||||||
description: Minify and compress your JSON by removing unnecessary whitespace.
|
description: Minimizza e comprimi il tuo JSON rimuovendo spazi bianchi non necessari.
|
||||||
|
|
||||||
ulid-generator:
|
ulid-generator:
|
||||||
title: ULID generator
|
title: Generatore di ULID
|
||||||
description: Generate random Universally Unique Lexicographically Sortable Identifier (ULID).
|
description: Genera identificatori univoci lexicograficamente ordinabili (ULID) casuali.
|
||||||
|
|
||||||
string-obfuscator:
|
string-obfuscator:
|
||||||
title: String obfuscator
|
title: Offuscatore di stringhe
|
||||||
description: Obfuscate a string (like a secret, an IBAN, or a token) to make it shareable and identifiable without revealing its content.
|
description: Offusca una stringa (come un segreto, un IBAN o un token) per renderla condivisibile e identificabile senza rivelarne il contenuto.
|
||||||
|
|
||||||
base-converter:
|
base-converter:
|
||||||
title: Integer base converter
|
title: Convertitore di base per interi
|
||||||
description: Convert a number between different bases (decimal, hexadecimal, binary, octal, base64, ...)
|
description: Converti un numero tra diverse basi (decimale, esadecimale, binario, ottale, base64, ...)
|
||||||
|
|
||||||
yaml-to-json-converter:
|
yaml-to-json-converter:
|
||||||
title: YAML to JSON converter
|
title: Convertitore da YAML a JSON
|
||||||
description: Simply convert YAML to JSON with this online live converter.
|
description: Converti semplicemente YAML in JSON con questo convertitore online in tempo reale.
|
||||||
|
|
||||||
uuid-generator:
|
uuid-generator:
|
||||||
title: UUIDs generator
|
title: Generatore di UUID
|
||||||
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!).
|
description: Un Identificatore Unico Universale (UUID) è un numero di 128 bit utilizzato per identificare le informazioni nei sistemi informatici. Il numero di UUID possibili è 16^32, che è 2^128 o circa 3,4x10^38 (che è molto!).
|
||||||
|
|
||||||
ipv4-address-converter:
|
ipv4-address-converter:
|
||||||
title: IPv4 address converter
|
title: Convertitore di indirizzi IPv4
|
||||||
description: Convert an IP address into decimal, binary, hexadecimal, or even an IPv6 representation of it.
|
description: Converti un indirizzo IP in decimale, binario, esadecimale o addirittura in una rappresentazione IPv6.
|
||||||
|
|
||||||
text-statistics:
|
text-statistics:
|
||||||
title: Text statistics
|
title: Statistiche del testo
|
||||||
description: Get information about a text, the number of characters, the number of words, its size in bytes, ...
|
description: Ottieni informazioni su un testo, il numero di caratteri, il numero di parole, la sua dimensione in byte, ...
|
||||||
|
|
||||||
text-to-nato-alphabet:
|
text-to-nato-alphabet:
|
||||||
title: Text to NATO alphabet
|
title: Testo all'alfabeto NATO
|
||||||
description: Transform text into the NATO phonetic alphabet for oral transmission.
|
description: Trasforma il testo nell'alfabeto fonetico NATO per la trasmissione orale.
|
||||||
|
|
||||||
basic-auth-generator:
|
basic-auth-generator:
|
||||||
title: Basic auth generator
|
title: Generatore di autenticazione di base
|
||||||
description: Generate a base64 basic auth header from a username and password.
|
description: Genera un'intestazione di autenticazione di base base64 da un nome utente e una password.
|
||||||
|
|
||||||
text-to-unicode:
|
text-to-unicode:
|
||||||
title: Text to Unicode
|
title: Testo a Unicode
|
||||||
description: Parse and convert text to unicode and vice-versa
|
description: Analizza e converti il testo in unicode e viceversa
|
||||||
|
|
||||||
ipv4-range-expander:
|
ipv4-range-expander:
|
||||||
title: IPv4 range expander
|
title: Espansore di gamma IPv4
|
||||||
description: Given a start and an end IPv4 address, this tool calculates a valid IPv4 subnet along with its CIDR notation.
|
description: Dato un indirizzo IPv4 di inizio e di fine, questo strumento calcola una sottorete IPv4 valida insieme alla sua notazione CIDR.
|
||||||
|
|
||||||
text-diff:
|
text-diff:
|
||||||
title: Text diff
|
title: Differenza di testo
|
||||||
description: Compare two texts and see the differences between them.
|
description: Confronta due testi e vedi le differenze tra di loro.
|
||||||
|
|
||||||
otp-generator:
|
otp-generator:
|
||||||
title: OTP code generator
|
title: Generatore di codici OTP
|
||||||
description: Generate and validate time-based OTP (one time password) for multi-factor authentication.
|
description: Genera e convalida OTP (password monouso) basati sul tempo per l'autenticazione a più fattori.
|
||||||
|
|
||||||
url-encoder:
|
url-encoder:
|
||||||
title: Encode/decode URL-formatted strings
|
title: Codifica/decodifica stringhe formattate URL
|
||||||
description: Encode text to URL-encoded format (also known as "percent-encoded"), or decode from it.
|
description: Codifica il testo nel formato URL codificato (noto anche come "percent-encoded") o decodificalo.
|
||||||
|
|
||||||
text-to-binary:
|
text-to-binary:
|
||||||
title: Text to ASCII binary
|
title: Testo a binario ASCII
|
||||||
description: Convert text to its ASCII binary representation and vice-versa.
|
description: Converti il testo nella sua rappresentazione binaria ASCII e viceversa.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue