{
    "word-count-title": "Word Count",
    "word-count-description": "Get the word count of a string, as well as the number of characters in it with and without spaces.",
    "word-count-inputPlaceholder": "Enter the text to get the word count stats for...",
    "base64-title": "Encode/Decode Base64",
    "base64-description": "Encode or decode base64.",
    "base64-inputPlaceholder": "Your string to be base64 encoded...",
    "base64-outputPlaceholder": "Your base64 string to be decoded...",
    "base64-library": "https://github.com/dankogai/js-base64",
    "md5-title": "MD5 Hash",
    "md5-description": "Calculate the MD5 hash of a provided string.",
    "md5-inputPlaceholder": "String to be hashed into MD5...",
    "md5-outputPlaceholder": "MD5 hash will appear here when calculated",
    "md5-button": "Calculate MD5 Hash",
    "md5-library": "https://github.com/blueimp/JavaScript-MD5",
    "sha1-title": "SHA-1 Hash",
    "sha1-description": "Calculate the SHA-1 hash of a provided string.",
    "sha1-inputPlaceholder": "String to be hashed into SHA-1...",
    "sha1-outputPlaceholder": "SHA-1 hash will appear here when calculated",
    "sha1-button": "Calculate SHA-1 Hash",
    "sha1-library": "https://github.com/Caligatio/jsSHA/",
    "sha256-title": "SHA-256 Hash",
    "sha256-description": "Calculate the SHA-256 hash of a provided string.",
    "sha256-inputPlaceholder": "String to be hashed into SHA-256...",
    "sha256-outputPlaceholder": "SHA-256 hash will appear here when calculated",
    "sha256-button": "Calculate SHA-256 Hash",
    "sha256-library": "https://github.com/Caligatio/jsSHA/",
    "sha512-title": "SHA-512 Hash",
    "sha512-description": "Calculate the SHA-512 hash of a provided string.",
    "sha512-inputPlaceholder": "String to be hashed into SHA-512...",
    "sha512-outputPlaceholder": "SHA-512 hash will appear here when calculated",
    "sha512-button": "Calculate SHA-512 Hash",
    "sha512-library": "https://github.com/Caligatio/jsSHA/",
    "bcrypt-title": "BCrypt Hash",
    "bcrypt-description": "Calculate the BCrypt hash of a provided string using a randomly generated 10 character salt.",
    "bcrypt-inputPlaceholder": "String to be hashed into BCrypt...",
    "bcrypt-outputPlaceholder": "BCrypt hash will appear here when calculated",
    "bcrypt-button": "Calculate BCrypt Hash",
    "bcrypt-library": "https://github.com/dcodeIO/bcrypt.js",
    "url-encode-title": "Encode/Decode URL",
    "url-encode-description": "Encode or decode URL. This is also known as \"Percent-encoding\". See more information on <a target=\"_blank\" href=\"https://en.wikipedia.org/wiki/Percent-encoding\">Wikipedia</a>.",
    "url-encode-inputPlaceholder": "Your string to be URL encoded...",
    "url-encode-outputPlaceholder": "Your URL string to be decoded...",
    "json-prettify-title": "Prettify JSON",
    "json-prettify-description": "Make JSON easy on the eyes or worse on the eyes, it's up to you.",
    "json-prettify-inputPlaceholder": "Your string to be JSON prettified...",
    "json-prettify-outputPlaceholder": "Your string to be JSON uglified...",
    "json-prettify-input": "JSON Input",
    "json-prettify-output": "Formatted Output",
    "json-prettify-format": "Format",
    "json-prettify-copy": "Copy",
    "json-prettify-error": "Error parsing JSON",
    "json-prettify-minify": "Minify",
    "reverse-string-title": "Reverse String",
    "reverse-string-description": "Reverse a string.",
    "reverse-string-inputPlaceholder": "String to be reversed.",
    "reverse-string-outputPlaceholder": "Reversed string will appear here.",
    "reverse-string-button": "Reverse String",
    "reverse-string-library": "https://github.com/mathiasbynens/esrever",
    "hex-title": "Hexidecimal String",
    "hex-description": "Turn a string into hex, supports unicode items like 🤔.",
    "hex-inputPlaceholder": "String to be hexified.",
    "hex-outputPlaceholder": "Hex to be stringified.",
    "binary-title": "Binary String",
    "binary-description": "Turn a string into binary and from binary into ASCII.",
    "binary-inputPlaceholder": "String to be turned into binary...",
    "binary-outputPlaceholder": "Binary to be turned into ASCII...",
    "colour-picker-title": "Colour picker",
    "colour-picker-library": "https://github.com/bgrins/spectrum",
    "colour-picker-description": "Pick a colour and get the representation for it in RGB and hexidecimal format.",
    "locale.en": "English",
    "locale.nl": "Nederlands",
    "locale.fr": "Français",
    "locale.de": "Deustche",
    "locale.ru": "русский",
    "locale.es": "Español",
    "locale.da": "Dansk",
    "locale.fi": "Suomalainen",
    "locale.hi": "हिंदी",
    "locale.ja": "日本語",
    "locale.no": "Norsk",
    "locale.sv": "Svenska",
    "locale.bn": "বাঙালি",
    "aboutSummary": "This website is a collection of useful tools. We aim to become a one stop shop for tools of this kind with a quick and simple interface and minimal invasive advertising, not to mention high quality tools that, most importantly, do what you want them to do with the minimal effort required.",
    "aboutMissing": "If you would like to see a tool on here that you think would be useful, or you found an issue with one of our tools then please don't hesitate to contact us at <a href=\"mailto:contact@jatochnietdan.com\">contact@jatochnietdan.com</a>. We will get back to you as soon as possible.",
    "translationSummary": "We aim to provide every single tool with their description in a different language. Translations are not an easy task, especially a site like ours that is not made for profit!",
    "translationPage": "If you would like to contribute, please visit the translations page",
    "translationAction": "If you would like to contribute, please download the language file of your choice using the options on the right side of this page and send your changes to <a href=\"mailto:contact@jatochnietdan.com\">contact@jatochnietdan.com</a>. As a token of our appreciation, anyone that contributions a single line of translation will be added to our credits list at the bottom of this page.",
    "html-entities-title": "HTML Entities Encode/Decode",
    "html-entities-description": "Encode or decode HTML entities so that they are safe to put into HTML. See a list of entities that should be encoded here <a href=\"https://dev.w3.org/html5/html-author/charref\" target=\"_blank\">https://dev.w3.org/html5/html-author/charref</a>.",
    "html-entities-inputPlaceholder": "String to be HTML encoded...",
    "html-entities-outputPlaceholder": "HTML encoded string to be decoded...",
    "lorem-ipsum-generator-title": "Lorem Ipsum Generator",
    "lorem-ipsum-generator-description": "Generate lorem ipsum placeholder text for design mockups.",
    "lorem-ipsum-generator-outputPlaceholder": "Generated lorem ipsum text will appear here...",
    "lorem-ipsum-generator-button": "Generate Lorem Ipsum",
    "lorem-ipsum-generator-library": "https://github.com/f/loremjs",
    "qr-code-generator-title": "QR Code Generator",
    "qr-code-generator-description": "Generate a QR code. This can also be used to generate QR codes for various <a href=\"https://en.wikipedia.org/wiki/Cryptocurrency\" target=\"_blank\">cryptocurrencies</a> like <a href=\"https://en.wikipedia.org/wiki/Bitcoin\" target=\"_blank\">Bitcoin</a>.",
    "qr-code-generator-library": "https://github.com/davidshimjs/qrcodejs",
    "siteDescription": "The best place to get all of your tooling needs.",
    "About Us": "About Us",
    "Translations": "Translations",
    "About": "About",
    "Library": "Library",
    "Translation Files": "Translation Files",
    "This is not a valid base64 encoded string!": "This is not a valid base64 encoded string!",
    "Picker": "Picker",
    "Preview": "Preview",
    "Plain Text": "Plain Text",
    "Enter the text that you wish to generate a QR code from.": "Enter the text that you wish to generate a QR code from.",
    "Enter text to generate QR code from...": "Enter text to generate QR code from...",
    "Enter your Bitcoin address below and we will generate a QR code that can be used to send you a payment.": "Enter your Bitcoin address below and we will generate a QR code that can be used to send you a payment.",
    "Bitcoin address...": "Bitcoin address...",
    "QR Code": "QR Code",
    "Invalid Bitcoin address entered": "Invalid Bitcoin address entered",
    "This Bitcoin address is valid!": "This Bitcoin address is valid!",
    "Language": "🌐 Language",
    "here": "here",
    "markdown-preview-title": "Markdown to HTML",
    "markdown-preview-description": "Convert Markdown to HTML.",
    "markdown-preview-inputPlaceholder": "Enter your markdown here...",
    "markdown-preview-outputPlaceholder": "HTML will appear here...",
    "markdown-preview-library": "https://github.com/showdownjs/showdown",
    "utf8-title": "UTF-8 Encode/Decode",
    "utf8-description": "UTF-8 encode or decode a string.",
    "utf8-inputPlaceholder": "Your string to be UTF-8 encoded...",
    "utf8-outputPlaceholder": "Your UTF-8 string to be decoded...",
    "utf16-title": "UTF-16 Encode/Decode",
    "utf16-description": "UTF-16 encode or decode a string.",
    "utf16-inputPlaceholder": "Your string to be UTF-16 encoded...",
    "utf16-outputPlaceholder": "Your UTF-16 string to be decoded...",
    "number-sentences": "Number of sentences per paragraph",
    "number-paragraphs": "Number of paragraphs",
    "quantum-bs-generator-title": "Quantum BS Generator",
    "quantum-bs-generator-description": "Generate realistic sounding but completely meaningless text using quantum reality principles.",
    "quantum-bs-generator-outputPlaceholder": "Generated quantum BS text will appear here...",
    "quantum-bs-generator-button": "Generate Quantum BS",
    "uuid-generator-title": "UUID Generator",
    "uuid-generator-description": "Generate unique universally unique identifiers (UUIDs) using the v4 standard.",
    "uuid-generator-outputPlaceholder": "Generated UUID will appear here...",
    "uuid-generator-button": "Generate UUID",
    "uuid-generator-multiple-button": "Generate Multiple",
    "uuid-generator-modal-title": "Generate Multiple UUIDs",
    "uuid-generator-modal-label": "How many UUIDs do you want to generate?",
    "uuid-generator-modal-close": "Close",
    "uuid-generator-modal-generate": "Generate",
    "uuid-generator-copy": "Copy to Clipboard",
    "uuid-generator-copied": "Copied!",
    "regex-tester-title": "Regex Tester",
    "regex-tester-description": "Test and debug regular expressions with match highlighting and detailed match information.",
    "regex-tester-pattern-placeholder": "Enter your regex pattern (e.g., /\\d+/g)...",
    "regex-tester-text-placeholder": "Enter text to test against...",
    "regex-tester-flags": "Flags",
    "regex-tester-global": "Global (g)",
    "regex-tester-case-insensitive": "Case Insensitive (i)",
    "regex-tester-multiline": "Multiline (m)",
    "regex-tester-matches": "Matches",
    "regex-tester-no-matches": "No matches found",
    "regex-tester-error": "Invalid regex",
    "unix-timestamp-title": "Unix Timestamp Converter",
    "unix-timestamp-description": "Convert between Unix timestamps and human-readable dates with timezone support.",
    "unix-timestamp-timestamp": "Unix Timestamp (seconds)",
    "unix-timestamp-timestamp-ms": "Unix Timestamp (milliseconds)",
    "unix-timestamp-datetime": "Date & Time",
    "unix-timestamp-timezone": "Timezone",
    "unix-timestamp-local": "Local Time",
    "unix-timestamp-utc": "UTC Time",
    "unix-timestamp-now": "Now",
    "unix-timestamp-copy": "Copy",
    "case-converter-title": "Case Converter",
    "case-converter-description": "Convert text between different naming conventions (camelCase, snake_case, PascalCase, kebab-case, CONSTANT_CASE).",
    "case-converter-input": "Enter text to convert",
    "case-converter-input-placeholder": "Enter text (e.g., hello_world or HelloWorld)...",
    "case-converter-camel": "camelCase",
    "case-converter-pascal": "PascalCase",
    "case-converter-snake": "snake_case",
    "case-converter-constant": "CONSTANT_CASE",
    "case-converter-kebab": "kebab-case",
    "case-converter-space": "space case",
    "password-generator-title": "Password Generator",
    "password-generator-description": "Generate strong, random passwords with customizable options.",
    "password-generator-length": "Password Length",
    "password-generator-options": "Options",
    "password-generator-uppercase": "Uppercase (A-Z)",
    "password-generator-lowercase": "Lowercase (a-z)",
    "password-generator-numbers": "Numbers (0-9)",
    "password-generator-symbols": "Symbols (!@#$%^&*)",
    "password-generator-generate": "Generate Password",
    "password-generator-copy": "Copy",
    "password-generator-strength": "Strength",
    "password-generator-password": "Generated Password",
    "jwt-decoder-title": "JWT Decoder",
    "jwt-decoder-description": "Decode and inspect JSON Web Tokens to view claims and expiration.",
    "jwt-decoder-input": "JWT Token",
    "jwt-decoder-header": "Header",
    "jwt-decoder-payload": "Payload",
    "jwt-decoder-signature": "Signature",
    "jwt-decoder-expiration": "Expiration",
    "jwt-decoder-expires-at": "Expires at",
    "jwt-decoder-expired": "Expired",
    "jwt-decoder-valid": "Valid",
    "jwt-decoder-invalid": "Invalid token",
    "jwt-decoder-copy": "Copy",
    "base32-encoder-title": "Base32 Encoder/Decoder",
    "base32-encoder-description": "Encode text to Base32 or decode Base32 back to text.",
    "base32-encoder-input": "Input Text",
    "base32-encoder-output": "Base32 Output",
    "base32-encoder-encode": "Encode to Base32",
    "base32-encoder-decode": "Decode from Base32",
    "base32-encoder-copy": "Copy",
    "base32-encoder-invalid": "Invalid Base32 input",
    "cron-parser-title": "Cron Expression Parser",
    "cron-parser-description": "Parse cron expressions and understand when they run in plain English.",
    "cron-parser-input": "Cron Expression",
    "cron-parser-explanation": "Explanation",
    "cron-parser-minute": "Minute",
    "cron-parser-hour": "Hour",
    "cron-parser-day": "Day of Month",
    "cron-parser-month": "Month",
    "cron-parser-weekday": "Day of Week",
    "cron-parser-invalid": "Invalid cron expression",
    "cron-parser-copy": "Copy",
    "minifier-title": "Code Minifier",
    "minifier-description": "Minify CSS, JavaScript, and HTML to reduce file sizes.",
    "minifier-input": "Input Code",
    "minifier-output": "Minified Output",
    "minify-css": "Minify CSS",
    "minify-js": "Minify JavaScript",
    "minify-html": "Minify HTML",
    "minifier-copy": "Copy",
    "minifier-size-original": "Original size",
    "minifier-size-minified": "Minified size",
    "minifier-size-saved": "Saved",
    "hmac-generator-title": "HMAC Generator",
    "hmac-generator-description": "Generate HMAC signatures using various hash algorithms.",
    "hmac-generator-message": "Message",
    "hmac-generator-secret": "Secret Key",
    "hmac-generator-algorithm": "Algorithm",
    "hmac-generator-output": "HMAC Output",
    "hmac-generator-copy": "Copy",
    "diff-checker-title": "Text Diff Checker",
    "diff-checker-description": "Compare two text blocks and see differences highlighted.",
    "diff-checker-text1": "Text 1",
    "diff-checker-text2": "Text 2",
    "diff-checker-compare": "Compare",
    "diff-checker-result": "Differences",
    "diff-checker-identical": "Texts are identical",
    "diff-checker-added": "Added",
    "diff-checker-removed": "Removed",
    "diff-checker-copy": "Copy",
    "csv-to-json-title": "CSV to JSON Converter",
    "csv-to-json-description": "Convert CSV data to JSON format with automatic header detection.",
    "csv-to-json-input": "CSV Input",
    "csv-to-json-output": "JSON Output",
    "csv-to-json-convert": "Convert",
    "csv-to-json-copy": "Copy",
    "csv-to-json-error": "Error parsing CSV",
    "csv-to-json-formatting": "Pretty Format",
    "yaml-to-json-title": "YAML to JSON Converter",
    "yaml-to-json-description": "Convert YAML to JSON and back with bidirectional support.",
    "yaml-to-json-input": "Input",
    "yaml-to-json-output": "Output",
    "yaml-to-json-convert": "Convert",
    "yaml-to-json-copy": "Copy",
    "yaml-to-json-error": "Error parsing YAML",
    "yaml-to-json-formatting": "Pretty Format",
    "sql-formatter-title": "SQL Formatter",
    "sql-formatter-description": "Format and beautify SQL queries with proper indentation and syntax highlighting.",
    "sql-formatter-input": "SQL Input",
    "sql-formatter-output": "Formatted Output",
    "sql-formatter-format": "Format",
    "sql-formatter-copy": "Copy",
    "sql-formatter-error": "Error formatting SQL",
    "sql-formatter-minify": "Minify",
    "xml-formatter-title": "XML Formatter",
    "xml-formatter-description": "Format and beautify XML with proper indentation and syntax highlighting.",
    "xml-formatter-input": "XML Input",
    "xml-formatter-output": "Formatted Output",
    "xml-formatter-format": "Format",
    "xml-formatter-copy": "Copy",
    "xml-formatter-error": "Error formatting XML",
    "xml-formatter-minify": "Minify",
    "ip-checker-title": "IP Checker",
    "ip-checker-description": "Check your public IPv4 and IPv6 addresses, and verify DNS over TLS (DoT) support.",
    "ip-checker-check": "Check IP",
    "ip-checker-results": "IP Information",
    "ip-checker-checking": "Checking...",
    "ip-checker-error": "Error checking IP",
    "ip-checker-supported": "Supported",
    "ip-checker-notsupported": "Not Supported",
    "ip-checker-unavailable": "Unavailable",
    "ip-checker-map": "Location Map"
}