This commit is contained in:
steffenrapp 2024-10-27 13:43:36 +00:00
parent 7826797838
commit aca9d13943
2 changed files with 144 additions and 151 deletions

View file

@ -1,16 +1,9 @@
'404':
notFound: 404 Nicht gefunden
sorry: Entschuldigung, diese Seite scheint nicht zu existieren
maybe: >-
Vielleicht macht der Cache etwas Seltsames. Mit einem erzwungenen Neuladen
versuchen?
backHome: Zurück zur Startseite
home: home:
categories: categories:
newestTools: Neueste Tools newestTools: Neueste Tools
favoriteTools: Deine Lieblingstools favoriteTools: Deine Lieblingstools
allTools: Alle Tools allTools: Alle Tools
favoritesDndToolTip: 'Ziehen und Ablegen, um Favoriten neu zu ordnen' favoritesDndToolTip: Drag and Drop, um Favoriten neu zu ordnen
subtitle: Praktische Tools für Entwickler subtitle: Praktische Tools für Entwickler
toggleMenu: Menü umschalten toggleMenu: Menü umschalten
home: Startseite home: Startseite
@ -72,6 +65,13 @@ about:
funktioniert, melde bitte einen Fehler im funktioniert, melde bitte einen Fehler im
[Issues-Bereich](https://github.com/CorentinTh/it-tools/issues/new/choose) [Issues-Bereich](https://github.com/CorentinTh/it-tools/issues/new/choose)
im GitHub-Repository. im GitHub-Repository.
404:
notFound: 404 Nicht gefunden
sorry: Entschuldigung, diese Seite scheint nicht zu existieren
maybe: >-
Vielleicht macht der Cache etwas Seltsames. Mit einem erzwungenen Neuladen
versuchen?
backHome: Zurück zur Startseite
favoriteButton: favoriteButton:
remove: Aus Favoriten entfernen remove: Aus Favoriten entfernen
add: Zu Favoriten hinzufügen add: Zu Favoriten hinzufügen

View file

@ -1,8 +1,3 @@
'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
home: home:
categories: categories:
newestTools: Newest tools newestTools: Newest tools
@ -62,6 +57,12 @@ about:
bug report in the [issues bug report in the [issues
section](https://github.com/CorentinTh/it-tools/issues/new/choose) in the section](https://github.com/CorentinTh/it-tools/issues/new/choose) in the
GitHub repository. 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: favoriteButton:
remove: Remove from favorites remove: Remove from favorites
add: Add to favorites add: Add to favorites
@ -96,202 +97,191 @@ tools:
measurement: Measurement measurement: Measurement
text: Text text: Text
data: Data data: Data
password-strength-analyser: password-strength-analyser:
title: Password strength analyser title: Password strength analyser
description: >- description: Discover the strength of your password with this client-side-only password strength analyser and crack time estimation tool.
Discover the strength of your password with this client-side-only password
strength analyser and crack time estimation tool.
chronometer: chronometer:
title: Chronometer title: Chronometer
description: >- description: Monitor the duration of a thing. Basically a chronometer with simple chronometer features.
Monitor the duration of a thing. Basically a chronometer with simple
chronometer features.
button: button:
start: Start start: Start
stop: Stop stop: Stop
reset: Reset reset: Reset
token-generator: token-generator:
title: Token generator title: Token generator
description: >- description: Generate random string with the chars you want, uppercase or lowercase letters, numbers and/or symbols.
Generate random string with the chars you want, uppercase or lowercase
letters, numbers and/or symbols.
uppercase: Uppercase (ABC...) uppercase: Uppercase (ABC...)
lowercase: Lowercase (abc...) lowercase: Lowercase (abc...)
numbers: Numbers (123...) numbers: Numbers (123...)
symbols: Symbols (!-;...) symbols: Symbols (!-;...)
length: Length length: Length
tokenPlaceholder: The token... tokenPlaceholder: 'The token...'
copied: Token copied to the clipboard copied: Token copied to the clipboard
button: button:
copy: Copy copy: Copy
refresh: Refresh refresh: Refresh
percentage-calculator: percentage-calculator:
title: Percentage calculator title: Percentage calculator
description: >- description: Easily calculate percentages from a value to another value, or from a percentage to a value.
Easily calculate percentages from a value to another value, or from a
percentage to a value.
svg-placeholder-generator: svg-placeholder-generator:
title: SVG placeholder generator title: SVG placeholder generator
description: Generate svg images to use as a placeholder in your applications. description: Generate svg images to use as a placeholder in your applications.
json-to-csv: json-to-csv:
title: JSON to CSV title: JSON to CSV
description: Convert JSON to CSV with automatic header detection. description: Convert JSON to CSV with automatic header detection.
camera-recorder: camera-recorder:
title: Camera recorder title: Camera recorder
description: Take a picture or record a video from your webcam or camera. description: Take a picture or record a video from your webcam or camera.
keycode-info: keycode-info:
title: Keycode info title: Keycode info
description: >- description: Find the javascript keycode, code, location and modifiers of any pressed key.
Find the javascript keycode, code, location and modifiers of any pressed
key.
emoji-picker: emoji-picker:
title: Emoji picker title: Emoji picker
description: >- description: Copy and paste emojis easily and get the unicode and code points value of each emoji.
Copy and paste emojis easily and get the unicode and code points value of
each emoji.
color-converter: color-converter:
title: Color converter title: Color converter
description: Convert color between the different formats (hex, rgb, hsl and css name) description: Convert color between the different formats (hex, rgb, hsl and css name)
bcrypt: bcrypt:
title: Bcrypt title: Bcrypt
description: >- description: Hash and compare text string using bcrypt. Bcrypt is a password-hashing function based on the Blowfish cipher.
Hash and compare text string using bcrypt. Bcrypt is a password-hashing
function based on the Blowfish cipher.
crontab-generator: crontab-generator:
title: Crontab generator title: Crontab generator
description: >- description: Validate and generate crontab and get the human-readable description of the cron schedule.
Validate and generate crontab and get the human-readable description of
the cron schedule.
http-status-codes: http-status-codes:
title: HTTP status codes title: HTTP status codes
description: The list of all HTTP status codes, their name, and their meaning. description: The list of all HTTP status codes, their name, and their meaning.
sql-prettify: sql-prettify:
title: SQL prettify and format title: SQL prettify and format
description: >- description: Format and prettify your SQL queries online (it supports various SQL dialects).
Format and prettify your SQL queries online (it supports various SQL
dialects).
benchmark-builder: benchmark-builder:
title: Benchmark builder title: Benchmark builder
description: >- description: Easily compare execution time of tasks with this very simple online benchmark builder.
Easily compare execution time of tasks with this very simple online
benchmark builder.
git-memo: git-memo:
title: Git cheatsheet title: Git cheatsheet
description: >- description: Git is a decentralized version management software. With this cheatsheet, you will have quick access to the most common git commands.
Git is a decentralized version management software. With this cheatsheet,
you will have quick access to the most common git commands.
slugify-string: slugify-string:
title: Slugify string title: Slugify string
description: Make a string url, filename and id safe. description: Make a string url, filename and id safe.
encryption: encryption:
title: Encrypt / decrypt text title: Encrypt / decrypt text
description: >- description: Encrypt clear text and decrypt ciphertext using crypto algorithms like AES, TripleDES, Rabbit or RC4.
Encrypt clear text and decrypt ciphertext using crypto algorithms like
AES, TripleDES, Rabbit or RC4.
random-port-generator: random-port-generator:
title: Random port generator title: Random port generator
description: >- description: Generate random port numbers outside of the range of "known" ports (0-1023).
Generate random port numbers outside of the range of "known" ports
(0-1023).
yaml-prettify: yaml-prettify:
title: YAML prettify and format title: YAML prettify and format
description: Prettify your YAML string into a friendly, human-readable format. description: Prettify your YAML string into a friendly, human-readable format.
eta-calculator: eta-calculator:
title: ETA calculator title: ETA calculator
description: >- 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.
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: roman-numeral-converter:
title: Roman numeral converter title: Roman numeral converter
description: Convert Roman numerals to numbers and convert numbers to Roman numerals. description: Convert Roman numerals to numbers and convert numbers to Roman numerals.
hmac-generator: hmac-generator:
title: Hmac generator title: Hmac generator
description: >- description: Computes a hash-based message authentication code (HMAC) using a secret key and your favorite hashing function.
Computes a hash-based message authentication code (HMAC) using a secret
key and your favorite hashing function.
bip39-generator: bip39-generator:
title: BIP39 passphrase generator title: BIP39 passphrase generator
description: >- description: Generate a BIP39 passphrase from an existing or random mnemonic, or get the mnemonic from the passphrase.
Generate a BIP39 passphrase from an existing or random mnemonic, or get
the mnemonic from the passphrase.
base64-file-converter: base64-file-converter:
title: Base64 file converter title: Base64 file converter
description: Convert a string, file, or image into its base64 representation. description: Convert a string, file, or image into its base64 representation.
list-converter: list-converter:
title: List converter title: List converter
description: >- 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.
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: base64-string-converter:
title: Base64 string encoder/decoder title: Base64 string encoder/decoder
description: Simply encode and decode strings into their base64 representation. description: Simply encode and decode strings into their base64 representation.
toml-to-yaml: toml-to-yaml:
title: TOML to YAML title: TOML to YAML
description: Parse and convert TOML to YAML. description: Parse and convert TOML to YAML.
math-evaluator: math-evaluator:
title: Math evaluator title: Math evaluator
description: >- description: A calculator for evaluating mathematical expressions. You can use functions like sqrt, cos, sin, abs, etc.
A calculator for evaluating mathematical expressions. You can use
functions like sqrt, cos, sin, abs, etc.
json-to-yaml-converter: json-to-yaml-converter:
title: JSON to YAML converter title: JSON to YAML converter
description: Simply convert JSON to YAML with this online live converter. description: Simply convert JSON to YAML with this online live converter.
url-parser: url-parser:
title: URL parser title: URL parser
description: >- description: Parse a URL into its separate constituent parts (protocol, origin, params, port, username-password, ...)
Parse a URL into its separate constituent parts (protocol, origin, params,
port, username-password, ...)
iban-validator-and-parser: iban-validator-and-parser:
title: IBAN validator and parser title: IBAN validator and parser
description: >- 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.
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: user-agent-parser:
title: User-agent parser title: User-agent parser
description: >- description: Detect and parse Browser, Engine, OS, CPU, and Device type/model from an user-agent string.
Detect and parse Browser, Engine, OS, CPU, and Device type/model from an
user-agent string.
numeronym-generator: numeronym-generator:
title: Numeronym generator title: Numeronym generator
description: >- 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.
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: case-converter:
title: Case converter title: Case converter
description: Transform the case of a string and choose between different formats description: Transform the case of a string and choose between different formats
html-entities: html-entities:
title: Escape HTML entities title: Escape HTML entities
description: >- description: Escape or unescape HTML entities (replace characters like <,>, &, " and \' with their HTML version)
Escape or unescape HTML entities (replace characters like <,>, &, " and \'
with their HTML version)
json-prettify: json-prettify:
title: JSON prettify and format title: JSON prettify and format
description: Prettify your JSON string into a friendly, human-readable format. description: Prettify your JSON string into a friendly, human-readable format.
docker-run-to-docker-compose-converter: docker-run-to-docker-compose-converter:
title: Docker run to Docker compose converter title: Docker run to Docker compose converter
description: Transforms "docker run" commands into docker-compose files! description: Transforms "docker run" commands into docker-compose files!
mac-address-lookup: mac-address-lookup:
title: MAC address lookup title: MAC address lookup
description: Find the vendor and manufacturer of a device by its MAC address. description: Find the vendor and manufacturer of a device by its MAC address.
mime-types: mime-types:
title: MIME types title: MIME types
description: Convert MIME types to file extensions and vice-versa. description: Convert MIME types to file extensions and vice-versa.
toml-to-json: toml-to-json:
title: TOML to JSON title: TOML to JSON
description: Parse and convert TOML to JSON. description: Parse and convert TOML to JSON.
lorem-ipsum-generator: lorem-ipsum-generator:
title: Lorem ipsum generator title: Lorem ipsum generator
description: >- 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
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: qrcode-generator:
title: QR Code generator title: QR Code generator
description: >- description: Generate and download a QR code for a URL (or just plain text), and customize the background and foreground colors.
Generate and download a QR code for a URL (or just plain text), and
customize the background and foreground colors.
error-resistance: 'Error resistance:' error-resistance: 'Error resistance:'
background-color: 'Background color:' background-color: 'Background color:'
foreground-color: 'Foreground color:' foreground-color: 'Foreground color:'
@ -299,129 +289,124 @@ tools:
placeholder: Your link or text... placeholder: Your link or text...
button: button:
download: Download QR code download: Download QR code
wifi-qrcode-generator: wifi-qrcode-generator:
title: WiFi QR Code generator title: WiFi QR Code generator
description: Generate and download QR codes for quick connections to WiFi networks. description: Generate and download QR codes for quick connections to WiFi networks.
xml-formatter: xml-formatter:
title: XML formatter title: XML formatter
description: Prettify your XML string into a friendly, human-readable format. description: Prettify your XML string into a friendly, human-readable format.
temperature-converter: temperature-converter:
title: Temperature converter title: Temperature converter
description: >- description: Degrees temperature conversions for Kelvin, Celsius, Fahrenheit, Rankine, Delisle, Newton, Réaumur, and Rømer.
Degrees temperature conversions for Kelvin, Celsius, Fahrenheit, Rankine,
Delisle, Newton, Réaumur, and Rømer.
chmod-calculator: chmod-calculator:
title: Chmod calculator title: Chmod calculator
description: >- description: Compute your chmod permissions and commands with this online chmod calculator.
Compute your chmod permissions and commands with this online chmod
calculator.
rsa-key-pair-generator: rsa-key-pair-generator:
title: RSA key pair generator title: RSA key pair generator
description: Generate a new random RSA private and public pem certificate key pair. description: Generate a new random RSA private and public pem certificate key pair.
html-wysiwyg-editor: html-wysiwyg-editor:
title: HTML WYSIWYG editor title: HTML WYSIWYG editor
description: >- description: Online, feature-rich WYSIWYG HTML editor which generates the source code of the content immediately.
Online, feature-rich WYSIWYG HTML editor which generates the source code
of the content immediately.
yaml-to-toml: yaml-to-toml:
title: YAML to TOML title: YAML to TOML
description: Parse and convert YAML to TOML. description: Parse and convert YAML to TOML.
mac-address-generator: mac-address-generator:
title: MAC address generator title: MAC address generator
description: >- description: Enter the quantity and prefix. MAC addresses will be generated in your chosen case (uppercase or lowercase)
Enter the quantity and prefix. MAC addresses will be generated in your
chosen case (uppercase or lowercase)
json-diff: json-diff:
title: JSON diff title: JSON diff
description: Compare two JSON objects and get the differences between them. description: Compare two JSON objects and get the differences between them.
jwt-parser: jwt-parser:
title: JWT parser title: JWT parser
description: Parse and decode your JSON Web Token (jwt) and display its content. description: Parse and decode your JSON Web Token (jwt) and display its content.
date-converter: date-converter:
title: Date-time converter title: Date-time converter
description: Convert date and time into the various different formats description: Convert date and time into the various different formats
phone-parser-and-formatter: phone-parser-and-formatter:
title: Phone parser and formatter title: Phone parser and formatter
description: >- description: Parse, validate and format phone numbers. Get information about the phone number, like the country code, type, etc.
Parse, validate and format phone numbers. Get information about the phone
number, like the country code, type, etc.
ipv4-subnet-calculator: ipv4-subnet-calculator:
title: IPv4 subnet calculator title: IPv4 subnet calculator
description: >- description: Parse your IPv4 CIDR blocks and get all the info you need about your subnet.
Parse your IPv4 CIDR blocks and get all the info you need about your
subnet.
og-meta-generator: og-meta-generator:
title: Open graph meta generator title: Open graph meta generator
description: Generate open-graph and socials HTML meta tags for your website. description: Generate open-graph and socials HTML meta tags for your website.
ipv6-ula-generator: ipv6-ula-generator:
title: IPv6 ULA generator title: IPv6 ULA generator
description: >- description: Generate your own local, non-routable IP addresses for your network according to RFC4193.
Generate your own local, non-routable IP addresses for your network
according to RFC4193.
hash-text: hash-text:
title: Hash text title: Hash text
description: >- description: 'Hash a text string using the function you need : MD5, SHA1, SHA256, SHA224, SHA512, SHA384, SHA3 or RIPEMD160'
Hash a text string using the function you need : MD5, SHA1, SHA256,
SHA224, SHA512, SHA384, SHA3 or RIPEMD160
json-to-toml: json-to-toml:
title: JSON to TOML title: JSON to TOML
description: Parse and convert JSON to TOML. description: Parse and convert JSON to TOML.
device-information: device-information:
title: Device information title: Device information
description: >- description: Get information about your current device (screen size, pixel-ratio, user agent, ...)
Get information about your current device (screen size, pixel-ratio, user
agent, ...)
pdf-signature-checker: pdf-signature-checker:
title: PDF signature checker title: PDF signature checker
description: >- 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.
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: json-minify:
title: JSON minify title: JSON minify
description: Minify and compress your JSON by removing unnecessary whitespace. description: Minify and compress your JSON by removing unnecessary whitespace.
ulid-generator: ulid-generator:
title: ULID generator title: ULID generator
description: >- description: Generate random Universally Unique Lexicographically Sortable Identifier (ULID).
Generate random Universally Unique Lexicographically Sortable Identifier
(ULID).
string-obfuscator: string-obfuscator:
title: String obfuscator title: String obfuscator
description: >- description: Obfuscate a string (like a secret, an IBAN, or a token) to make it shareable and identifiable without revealing its content.
Obfuscate a string (like a secret, an IBAN, or a token) to make it
shareable and identifiable without revealing its content.
base-converter: base-converter:
title: Integer base converter title: Integer base converter
description: >- description: Convert a number between different bases (decimal, hexadecimal, binary, octal, base64, ...)
Convert a number between different bases (decimal, hexadecimal, binary,
octal, base64, ...)
yaml-to-json-converter: yaml-to-json-converter:
title: YAML to JSON converter title: YAML to JSON converter
description: Simply convert YAML to JSON with this online live converter. description: Simply convert YAML to JSON with this online live converter.
uuid-generator: uuid-generator:
title: UUIDs generator title: UUIDs generator
description: >- 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!).
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: ipv4-address-converter:
title: IPv4 address converter title: IPv4 address converter
description: >- description: Convert an IP address into decimal, binary, hexadecimal, or even an IPv6 representation of it.
Convert an IP address into decimal, binary, hexadecimal, or even an IPv6
representation of it.
text-statistics: text-statistics:
title: Text statistics title: Text statistics
description: >- description: Get information about a text, the number of characters, the number of words, its size in bytes, ...
Get information about a text, the number of characters, the number of
words, its size in bytes, ...
characters: Character count characters: Character count
words: Word count words: Word count
lines: Line count lines: Line count
bytes: Byte size bytes: Byte size
placeholder: Your text... placeholder: Your text...
text-to-nato-alphabet: text-to-nato-alphabet:
title: Text to NATO alphabet title: Text to NATO alphabet
description: Transform text into the NATO phonetic alphabet for oral transmission. description: Transform text into the NATO phonetic alphabet for oral transmission.
basic-auth-generator: basic-auth-generator:
title: Basic auth generator title: Basic auth generator
description: Generate a base64 basic auth header from a username and password. description: Generate a base64 basic auth header from a username and password.
@ -432,36 +417,38 @@ tools:
password: Password password: Password
yourpassword: Your password... yourpassword: Your password...
copied: Header copied to the clipboard copied: Header copied to the clipboard
text-to-unicode: text-to-unicode:
title: Text to Unicode title: Text to Unicode
description: Parse and convert text to unicode and vice-versa description: Parse and convert text to unicode and vice-versa
ipv4-range-expander: ipv4-range-expander:
title: IPv4 range expander title: IPv4 range expander
description: >- description: Given a start and an end IPv4 address, this tool calculates a valid IPv4 subnet along with its CIDR notation.
Given a start and an end IPv4 address, this tool calculates a valid IPv4
subnet along with its CIDR notation.
text-diff: text-diff:
title: Text diff title: Text diff
description: Compare two texts and see the differences between them. description: Compare two texts and see the differences between them.
otp-generator: otp-generator:
title: OTP code generator title: OTP code generator
description: >- description: Generate and validate time-based OTP (one time password) for multi-factor authentication.
Generate and validate time-based OTP (one time password) for multi-factor
authentication.
url-encoder: url-encoder:
title: Encode/decode URL-formatted strings title: Encode/decode URL-formatted strings
description: >- description: Encode text to URL-encoded format (also known as "percent-encoded"), or decode from it.
Encode text to URL-encoded format (also known as "percent-encoded"), or
decode from it.
text-to-binary: text-to-binary:
title: Text to ASCII binary title: Text to ASCII binary
description: Convert text to its ASCII binary representation and vice-versa. description: Convert text to its ASCII binary representation and vice-versa.
safelink-decoder: safelink-decoder:
title: Outlook Safelink decoder title: Outlook Safelink decoder
description: Decode Outlook SafeLink links description: Decode Outlook SafeLink links
input: 'Your input Outlook SafeLink Url:' input: 'Your input Outlook SafeLink Url:'
input-placeholder: Your input Outlook SafeLink Url... input-placeholder: Your input Outlook SafeLink Url...
output: 'Output decoded URL:' output: 'Output decoded URL:'
ascii-text-drawer: ascii-text-drawer:
title: ASCII Art Text Generator title: ASCII Art Text Generator
description: Create ASCII art text with many fonts and styles. description: Create ASCII art text with many fonts and styles.
@ -472,6 +459,7 @@ tools:
width: 'Width:' width: 'Width:'
loading: Loading font... loading: Loading font...
error: Current settings resulted in error. error: Current settings resulted in error.
json-to-xml: json-to-xml:
title: JSON to XML title: JSON to XML
description: Convert JSON to XML description: Convert JSON to XML
@ -479,6 +467,7 @@ tools:
input-placeholder: Paste your JSON content here... input-placeholder: Paste your JSON content here...
output: Converted XML output: Converted XML
error: Provided JSON is not valid. error: Provided JSON is not valid.
xml-to-json: xml-to-json:
title: XML to JSON title: XML to JSON
description: Convert XML to JSON description: Convert XML to JSON
@ -486,6 +475,7 @@ tools:
input-placeholder: Paste your XML content here... input-placeholder: Paste your XML content here...
output: Converted JSON output: Converted JSON
error: Provided XML is not valid. error: Provided XML is not valid.
email-normalizer: email-normalizer:
title: Email normalizer title: Email normalizer
description: >- description: >-
@ -499,6 +489,7 @@ tools:
clear: Clear emails clear: Clear emails
copy: Copy normalized emails copy: Copy normalized emails
copied: Normalized emails copied to the clipboard copied: Normalized emails copied to the clipboard
markdown-to-html: markdown-to-html:
title: Markdown to HTML title: Markdown to HTML
description: Convert Markdown to HTML and allow to print (as PDF) description: Convert Markdown to HTML and allow to print (as PDF)
@ -507,9 +498,11 @@ tools:
html: 'Output HTML:' html: 'Output HTML:'
button: button:
print: Print as PDF print: Print as PDF
regex-memo: regex-memo:
title: Regex cheatsheet title: Regex cheatsheet
description: Javascript Regex/Regular Expression cheatsheet description: Javascript Regex/Regular Expression cheatsheet
regex-tester: regex-tester:
title: Regex Tester title: Regex Tester
description: Test your regular expressions with sample text. description: Test your regular expressions with sample text.