@shelchin/svelte-i18n
Version:
The last Svelte i18n library you'll ever need. Type-safe, AI-powered, zero-config.
55 lines (54 loc) • 1.38 kB
JSON
{
"_meta": {
"name": "English",
"englishName": "English",
"direction": "ltr",
"flag": "🇬🇧",
"code": "en"
},
"validationPopup": {
"header": {
"title": "Translation Validation Report",
"issues": "{count} issues",
"languages": "{count} languages",
"close": "Close"
},
"controls": {
"languageLabel": "Language:",
"languageOption": "{flag} {name} ({count} errors)",
"export": "Export"
},
"exportMenu": {
"downloadJSON": "Download JSON",
"downloadText": "Download Text Report",
"copyJSON": "Copy JSON to Clipboard",
"copied": "Copied to clipboard!"
},
"pagination": {
"page": "Page {current} / {total}",
"previous": "Previous",
"next": "Next"
},
"emptyState": {
"selectLanguage": "Please select a language from the dropdown above",
"noErrors": "No validation errors for this language"
},
"floatingIndicator": {
"translationIssues": "Translation Issues"
},
"report": {
"title": "Missing Translations Report",
"language": "Language: {name} ({code})",
"totalMissing": "Total missing keys: {count}",
"details": "Details:",
"generatedAt": "Generated at: {date}",
"todoTranslate": "[TODO: Translate to {language}]"
}
},
"demo": {
"clickToCollapse": "Click to collapse",
"clickToViewCode": "Click to view code",
"codeCopied": "Copied!",
"copyCode": "Copy code"
}
}