generated from LouisMazin/PythonApplicationTemplate
82 lines
3.7 KiB
JSON
82 lines
3.7 KiB
JSON
{
|
|
"lang_name": "English",
|
|
"language": "Language :",
|
|
"theme": "Theme :",
|
|
"dark_theme": "Dark Theme",
|
|
"light_theme": "Light Theme",
|
|
"yes": "Yes",
|
|
"no": "No",
|
|
"confirmation": "Confirmation",
|
|
"information": "Information",
|
|
"close": "Close",
|
|
"suggestion_text": "Do you have a question or an idea to improve this application? Send me a message!",
|
|
"suggestion_placeholder": "Type your message here...",
|
|
"send_suggestion": "Send",
|
|
"sending": "Sending...",
|
|
"success": "Success",
|
|
"error": "Error",
|
|
"suggestion_sent_success": "Your message has been sent successfully!",
|
|
"suggestion_send_error": "Error sending message. Try again later.",
|
|
"email_credentials_error": "Email credentials not or bad configured. Please set your email and password in the .env file.",
|
|
"suggestion_too_short": "The message must be at least 15 characters long.",
|
|
"update_found": "New version available: {latest_tag} \nDo you want to install the update?",
|
|
"choose_update_folder": "Choose destination folder",
|
|
"downloading_update": "Downloading update...",
|
|
"update_downloaded": "Update downloaded to {local_path}",
|
|
"update_download_error": "Error downloading update",
|
|
"update": "Update",
|
|
"version": "Version",
|
|
"details": "Details",
|
|
"update_details": "Update Details",
|
|
"update_aborted": "Update aborted by user",
|
|
"select_image": "Select a File",
|
|
"select_folder": "Select a Folder",
|
|
"import": "Import",
|
|
"drag_drop": "Drag and Drop here",
|
|
"path_placeholder": "Path to file or folder",
|
|
"about": "<p style='text-align:center;'>Image anonymization application.</p> \n<p style='text-align:center;'>Version {v}</p> \n<p style='text-align:center;'>Developed in Python.</p>",
|
|
"export_label": "Export Data",
|
|
"export_button": "Export",
|
|
"export_type_images": "Export Images",
|
|
"export_type_metadata": "Export Metadata",
|
|
"no_dicom_files": "No files loaded",
|
|
"eraser": "Eraser",
|
|
"quit_eraser": "Quit Eraser",
|
|
"rebuild": "Rebuild",
|
|
"dicom_name": "Radio Name",
|
|
"select_dicom_to_export": "Select radios to export",
|
|
"confirm": "Confirm",
|
|
"cancel": "Cancel",
|
|
"group": "Group",
|
|
"importing": "Importing...",
|
|
"import_complete": "Import complete",
|
|
"processing_paths": "Searching for DICOMs...",
|
|
"creating_dicoms": "Creating DICOM objects...",
|
|
"preparing_display": "Preparing display...",
|
|
"validating_files": "Validating files...",
|
|
"no_dicom_found": "No DICOM files found in the selected path.",
|
|
"no_images_found": "No images found.",
|
|
"all_dicoms_already_imported": "Founded DICOM files are already imported.",
|
|
"clear_mask": "Clear mask",
|
|
"load_error": "Error loading DICOM files. If this problem persists, feel free to contact me via the dedicated tab.",
|
|
"preparing_export": "Preparing export...",
|
|
"exporting_pdf": "Exporting to PDF...",
|
|
"exporting_png": "Exporting to PNG...",
|
|
"exporting_json": "Exporting JSON metadata...",
|
|
"exporting_xls": "Exporting XLS metadata...",
|
|
"exporting_dicomdir": "Exporting to DICOMDIR...",
|
|
"exporting_dcm": "Exporting to DCM...",
|
|
"export_complete": "Export complete",
|
|
"export_success": "Export successful!",
|
|
"export_error": "Error during export.",
|
|
"no_data_to_export": "No data selected for export.",
|
|
"error_loading_image": "Error loading image : {x}.",
|
|
"export_metadata_error": "Error exporting metadata. Some files may have been exported.",
|
|
"export_partial_success": "Export partially successful. Some files could not be exported.",
|
|
"choose_export_destination": "Choose export destination folder",
|
|
"loading": "Loading...",
|
|
"checking_updates": "Checking for updates...",
|
|
"initializing": "Initializing interface...",
|
|
"loading_complete": "Loading complete",
|
|
"no_dicoms_to_export": "No DICOM files available for export. Please import DICOM files first."
|
|
} |