This commit is contained in:
Flavio Fois
2026-02-04 19:57:31 +01:00
parent 0d6157b2ff
commit 0cda0a26fc
25 changed files with 1549 additions and 66 deletions

View File

@@ -1,6 +1,7 @@
{
"$schema": "https://inlang.com/schema/inlang-message-format",
"hello_world": "Hello, {name} from en!",
"layout_loading_text": "Loading...",
"error_unexpected": "An unexpected error occurred",
"sidebar_overview": "Mail Viewer",
"sidebar_settings": "Settings",
@@ -29,6 +30,10 @@
"settings_preview_pdf_builtin_label": "Use built-in viewer for PDFs",
"settings_preview_pdf_builtin_hint": "Uses EMLy's built-in viewer for PDF files.",
"settings_preview_pdf_builtin_info": "Info: If disabled, PDF files will be treated as downloads instead of being previewed within the app.",
"settings_msg_converter_title": "MSG Handling",
"settings_msg_converter_description": "Configure how MSG files are processed.",
"settings_msg_converter_label": "Use MSG to EML converter",
"settings_msg_converter_hint": "Uses an external app to convert .MSG files to .EML files. Disable it to use the OSS version (less accurate).",
"settings_danger_zone_title": "Danger Zone",
"settings_danger_zone_description": "Advanced actions. Proceed with caution.",
"settings_danger_devtools_label": "Open DevTools",
@@ -56,9 +61,9 @@
"settings_unsaved_toast_save": "Save changes",
"settings_unsaved_toast_reset": "Reset",
"mail_no_email_selected": "No email selected",
"mail_open_eml_btn": "Open EML File",
"mail_open_eml_btn": "Open EML/MSG File",
"mail_subject_no_subject": "(No Subject)",
"mail_open_btn_label": "Open EML file",
"mail_open_btn_label": "Open EML/MSG file",
"mail_open_btn_title": "Open another file",
"mail_close_btn_label": "Close",
"mail_close_btn_title": "Close",
@@ -72,8 +77,13 @@
"mail_error_image": "Failed to open image file.",
"settings_toast_language_changed": "Language changed successfully!",
"settings_toast_language_change_failed": "Failed to change language.",
"mail_open_btn_text": "Open EML File",
"mail_open_btn_text": "Open EML/MSG File",
"mail_close_btn_text": "Close",
"settings_danger_reset_dialog_description_part1": "This action cannot be undone.",
"settings_danger_reset_dialog_description_part2": "This will permanently delete your current settings and return the app to its default state."
"settings_danger_reset_dialog_description_part2": "This will permanently delete your current settings and return the app to its default state.",
"mail_error_opening": "Failed to open EML file.",
"mail_pec_signed_badge": "Signed mail",
"mail_pec_feature_warning": "PEC detected: some features may be limited.",
"mail_sign_label": "Sign:",
"mail_loading_msg_conversion": "Converting MSG file... This might take a while."
}