90 lines
3.0 KiB
JSON
90 lines
3.0 KiB
JSON
|
|
{
|
||
|
|
"lang_name": "English",
|
||
|
|
"lang_code": "en",
|
||
|
|
"app_title": "Readeck Importer",
|
||
|
|
"app_subtitle": "Import local articles to Readeck with translation",
|
||
|
|
"settings": "Settings",
|
||
|
|
"theme_light": "Light theme",
|
||
|
|
"theme_dark": "Dark theme",
|
||
|
|
|
||
|
|
"section_upload": "Upload and Content",
|
||
|
|
"section_metadata": "Metadata",
|
||
|
|
"section_readeck": "Readeck Options",
|
||
|
|
|
||
|
|
"import_url": "Import from URL",
|
||
|
|
"import_url_placeholder": "https://example.com/article",
|
||
|
|
"import_url_button": "⬇️ Download",
|
||
|
|
"import_url_loading": "Loading...",
|
||
|
|
|
||
|
|
"file_upload": "File (.txt, .html, .md)",
|
||
|
|
|
||
|
|
"content_format": "Content Format",
|
||
|
|
"format_html": "HTML",
|
||
|
|
"format_markdown": "Markdown",
|
||
|
|
"format_text": "Text",
|
||
|
|
|
||
|
|
"content_label": "Content",
|
||
|
|
"content_placeholder": "Upload a file, drag it here, paste text, or import from URL...",
|
||
|
|
"content_stats": "chars · {words} words",
|
||
|
|
|
||
|
|
"translation": "Translation:",
|
||
|
|
"translate_button": "🔄 Translate",
|
||
|
|
"translating": "Translating...",
|
||
|
|
|
||
|
|
"preview_button": "👁️ Preview",
|
||
|
|
"preview_title": "Preview",
|
||
|
|
"preview_new_tab": "↗️ Open in new tab",
|
||
|
|
"preview_close": "✕ Close",
|
||
|
|
|
||
|
|
"autofill_button": "✨ Autofill",
|
||
|
|
"autofill_tooltip": "Fill from HTML meta tags",
|
||
|
|
|
||
|
|
"meta_title": "Title *",
|
||
|
|
"meta_title_placeholder": "My article",
|
||
|
|
"meta_authors": "Authors",
|
||
|
|
"meta_authors_placeholder": "John Doe",
|
||
|
|
"meta_date": "Date (ISO)",
|
||
|
|
"meta_date_placeholder": "2023-10-01",
|
||
|
|
"meta_description": "Description",
|
||
|
|
"meta_description_placeholder": "Brief description...",
|
||
|
|
"meta_site_name": "Site Name",
|
||
|
|
"meta_site_name_placeholder": "Local Source",
|
||
|
|
|
||
|
|
"tags_label": "🏷️ Tags",
|
||
|
|
"tags_placeholder": "tech, news, translated",
|
||
|
|
|
||
|
|
"favorite": "⭐ Add to Favorites",
|
||
|
|
"archive": "📦 Archive",
|
||
|
|
|
||
|
|
"submit_button": "🚀 Create Bookmark",
|
||
|
|
"submitting": "⏳ Sending to Readeck...",
|
||
|
|
|
||
|
|
"settings_title": "Settings",
|
||
|
|
"settings_readeck_url": "🌐 Readeck URL",
|
||
|
|
"settings_readeck_url_placeholder": "http://192.168.1.10:8000",
|
||
|
|
"settings_token": "🔑 API Token",
|
||
|
|
"settings_token_placeholder": "rdk_...",
|
||
|
|
"settings_lan_ip": "📡 Your LAN IP",
|
||
|
|
"settings_lan_ip_placeholder": "192.168.x.x",
|
||
|
|
"settings_language": "🌍 Interface Language",
|
||
|
|
"settings_test": "🔌 Test Connection",
|
||
|
|
"settings_testing": "Testing...",
|
||
|
|
"settings_cancel": "Cancel",
|
||
|
|
"settings_save": "💾 Save",
|
||
|
|
|
||
|
|
"error_title_required": "Error: Title and Content are required!",
|
||
|
|
"success_bookmark_created": "Success! Bookmark created (ID: {id})",
|
||
|
|
"success_article_loaded": "✅ Article loaded and metadata filled",
|
||
|
|
"error_loading": "Loading error:\\n{error}",
|
||
|
|
"error_translation": "Translation error:\\n{error}",
|
||
|
|
"error_settings_save": "Failed to save settings:\\n{error}",
|
||
|
|
"error_network": "Network error while saving:\\n{error}",
|
||
|
|
"error_file_read": "Failed to read file:\\n{error}",
|
||
|
|
"error_metadata": "Failed to extract metadata:\\n{error}",
|
||
|
|
"error_preview": "Failed to build preview:\\n{error}",
|
||
|
|
"error_submit": "Error:\\n{error}",
|
||
|
|
|
||
|
|
"test_success": "✅ Connection successful",
|
||
|
|
"test_error": "❌ {error}"
|
||
|
|
}
|