{ "formatTitle": "JSON Formatter", "formatSubtitle": "Beautify and format JSON data", "inputPlaceholder": "Enter JSON to format...", "formatButton": "Format", "clearButton": "Clear", "sortKeys": "Sort Keys", "sortKeysTooltip": "Sort JSON object keys in alphabetical order", "indentSize": "Indent", "indentSpaces": "{{count}} spaces", "outputLabel": "Formatted Result", "copySuccess": "Copied", "copyFail": "Copy failed", "noContent": "Nothing to copy", "invalidJson": "Invalid JSON format", "emptyHint": "Enter JSON and click Format", "fixErrorHint": "Fix the JSON syntax errors above to enable live formatting", "originalSize": "Original size", "formattedSize": "Formatted size", "diffMode": "Diff", "formatMode": "Format", "yamlMode": "YAML", "tomlMode": "TOML", "minifyMode": "Minify", "yamlTitle": "JSON to YAML", "yamlSubtitle": "Convert JSON data to YAML format", "yamlModeInputPlaceholder": "Enter JSON to convert...", "yamlModeOutputLabel": "YAML Result", "yamlModeEmptyHint": "Enter JSON and click Convert", "convertButton": "Convert", "tomlTitle": "JSON to TOML", "tomlSubtitle": "Convert JSON data to TOML format", "tomlModeInputPlaceholder": "Enter JSON to convert...", "tomlModeOutputLabel": "TOML Result", "tomlModeEmptyHint": "Enter JSON and click Convert", "minifyTitle": "JSON Minifier", "minifySubtitle": "Compress JSON into a compact single-line format", "minifyModeInputPlaceholder": "Enter JSON to minify...", "minifyModeOutputLabel": "Minified Result", "minifyModeEmptyHint": "Enter JSON and click Minify", "minifyButton": "Minify" }