Files
Warracker/locales/en/translation.json
sassanix 14cbf75bed Model Number Field, i18n Expansion, Search & UI Enhancements
* Added Model Number field to warranties (backend + frontend integration)
* Expanded localization: added Polish and Hebrew (with RTL), completed warranty claim translations for all locales
* Enhanced search: Model Number now searchable on Home and Status pages
* Improved Status page with Archived warranties filtering and display
* Fixed Global view logic for archived warranties and Model Number visibility
* Corrected missing Model Number translations across all languages
* Improved Add Warranty modal responsiveness on small screens
* Fixed document URL visibility bug and Chrome horizontal scrollbar issue
* Updated major dependencies (Python 3.14, gevent 25.9.1, Flask 3.1.2, etc.)
* Added Reddit community link and localization on About page
* PWA and cache updates for faster rollout and consistent asset refresh
2025-10-25 11:01:35 -03:00

702 lines
36 KiB
JSON

{
"app_title": "Warracker",
"subtitle": "Warranty Tracker",
"nav": {
"home": "Home",
"status": "Status",
"settings": "Settings",
"about": "About"
},
"auth": {
"login": "Login",
"login_title": "Login - Warracker",
"logout": "Logout",
"register": "Register",
"username": "Username",
"password": "Password",
"email": "Email",
"first_name": "First Name",
"last_name": "Last Name",
"forgot_password": "Forgot Password?",
"reset_password": "Reset Password",
"confirm_password": "Confirm Password",
"create_account_title": "Create Your Account",
"first_name_optional": "First Name (Optional)",
"last_name_optional": "Last Name (Optional)",
"username_hint": "Username must be unique and will be used for login.",
"email_address": "Email Address",
"toggle_password": "Show/Hide Password",
"password_hint_simple": "Password must be at least 8 characters and include uppercase, lowercase, and numbers.",
"password_requirements": "Password Requirements:",
"req_length": "At least 8 characters",
"req_uppercase": "At least 1 uppercase letter",
"req_lowercase": "At least 1 lowercase letter",
"req_number": "At least 1 number",
"req_special": "At least 1 special character",
"create_account": "Create Account",
"already_have_account": "Already have an account?",
"reset_password_title": "Warracker - Reset Password",
"reset_your_password": "Reset Your Password",
"reset_password_info": "Enter your email address below and we'll send you a link to reset your password.",
"send_reset_link": "Send Reset Link",
"back_to_login": "Back to Login",
"set_new_password_title": "Warracker - Set New Password",
"set_new_password": "Set New Password",
"new_password": "New Password",
"confirm_new_password": "Confirm New Password",
"invalid_or_expired_link": "Invalid or Expired Link",
"invalid_link_info": "The password reset link you clicked is invalid or has expired.",
"request_new_reset_link": "Request New Reset Link"
},
"warranties": {
"title": "Your Warranties",
"title_global": "All Users' Warranties",
"add_new": "Add New Warranty",
"edit": "Edit Warranty",
"delete": "Delete Warranty",
"product_name": "Product Name",
"purchase_date": "Purchase Date",
"warranty_duration": "Warranty Duration",
"years": "Years",
"months": "Months",
"days": "Days",
"vendor": "Vendor",
"serial_numbers": "Serial Numbers",
"purchase_price": "Purchase Price",
"notes": "Notes",
"tags": "Tags",
"status": "Status",
"expiration_date": "Expiration Date",
"active": "Active",
"expired": "Expired",
"expiring_soon": "Expiring Soon",
"lifetime": "Lifetime",
"no_warranties": "No warranties yet. Add your first warranty to get started.",
"search_placeholder": "Find by name, model, vendors, notes, tag, or serial number...",
"warranty_type": "Warranty Type",
"other_document": "Other Document",
"product": "Product",
"expiration": "Expiration",
"actions": "Actions",
"no_warranties_title": "No warranties yet",
"no_warranties_desc": "Add your first warranty to get started",
"add_warranty": "Add Warranty",
"warranty_entry_method": "Warranty Entry Method",
"warranty_duration_option": "Warranty Duration",
"exact_expiration_option": "Exact Expiration Date",
"warranty_period": "Warranty Period",
"expiration_date_label": "Expiration Date",
"currency": "Currency",
"add_tags": "Add Tags",
"add_tags_desc": "Tags help you organize and filter your warranties",
"save_changes": "Save Changes",
"confirm_delete": "Confirm Delete",
"manage_tags": "Manage Tags",
"add_tag": "Add Tag",
"unknown_status": "Unknown Status",
"expiring_soon_days": "Expiring Soon ({{days}} {{dayText}})",
"days_remaining": "{{days}} {{dayText}} remaining",
"day_one": "day",
"day_other": "days",
"month_one": "month",
"month_other": "months",
"year_one": "year",
"year_other": "years",
"na": "N/A",
"age": "Age",
"warranty": "Warranty",
"warranty_ends": "Warranty Ends",
"price": "Price",
"serial_number": "Serial Number",
"model_number": "Model Number",
"vendor": "Vendor",
"type": "Type",
"owner": "Owner",
"product_website": "Product Website",
"notes": "Notes",
"documents": "Documents",
"summary": "Summary",
"product_url_optional": "Product URL (Optional)",
"enter_serial_number": "Enter serial number",
"vendor_optional": "Vendor (Optional)",
"vendor_placeholder": "e.g. Amazon, Best Buy, etc.",
"lifetime_warranty": "Lifetime Warranty",
"warranty_type_optional": "Warranty Type (Optional)",
"select_warranty_type": "Select warranty type...",
"standard": "Standard",
"extended": "Extended",
"manufacturer": "Manufacturer",
"third_party": "Third Party",
"store": "Store",
"premium": "Premium",
"limited": "Limited",
"full": "Full",
"parts_only": "Parts Only",
"labor_only": "Labor Only",
"international": "International",
"accidental_damage": "Accidental Damage",
"other_custom": "Other (Custom)",
"enter_custom_warranty_type": "Enter custom warranty type",
"purchase_price_optional": "Purchase Price (Optional)",
"notes_optional": "Notes (Optional)",
"add_any_notes": "Add any notes about this warranty...",
"product_photo_optional": "Product Photo (Optional)",
"choose_photo": "Choose Photo",
"invoice_receipt": "Invoice/Receipt",
"store_locally": "Store Locally",
"store_in_paperless": "Store in Paperless-ngx",
"choose_file": "Choose File",
"browse_paperless": "Browse Paperless-ngx Documents",
"product_manual_optional": "Product Manual (Optional)",
"files_zip_rar_optional": "Files (ZIP/RAR, Optional)",
"search_or_add_new_tag": "Search or add new tag...",
"product_information": "Product Information",
"product_url": "Product URL",
"warranty_details": "Warranty Details",
"product_photo": "Product Photo",
"product_manual": "Product Manual",
"files": "Files",
"selected_tags": "Selected Tags",
"previous_tab": "Previous",
"next_tab": "Next",
"delete_photo": "Delete Photo",
"delete_invoice": "Delete Invoice",
"delete_manual": "Delete Manual",
"delete_files": "Delete Files",
"current_photo": "Current photo:",
"current_invoice": "Current invoice:",
"current_manual": "Current manual:",
"current_document": "Current document:",
"upload_new_photo_replace": "(Upload a new photo to replace)",
"no_photo_uploaded": "No photo uploaded",
"no_invoice_uploaded": "No invoice uploaded",
"no_manual_uploaded": "No manual uploaded",
"no_document_uploaded": "No other document uploaded",
"photo_will_be_deleted": "Photo will be deleted on save",
"invoice_will_be_deleted": "Invoice will be deleted on save",
"manual_will_be_deleted": "Manual will be deleted on save",
"document_will_be_deleted": "Other document will be deleted on save",
"confirm_delete_message": "Are you sure you want to delete this warranty? This action cannot be undone.",
"new_tag_name": "New tag name",
"existing_tags": "Existing Tags",
"edit_warranty": "Edit Warranty",
"warranty_type_standard": "Standard",
"warranty_type_extended": "Extended",
"warranty_type_manufacturer": "Manufacturer",
"warranty_type_third_party": "Third Party",
"warranty_type_store": "Store",
"warranty_type_premium": "Premium",
"warranty_type_limited": "Limited",
"warranty_type_full": "Full",
"warranty_type_parts_only": "Parts Only",
"warranty_type_labor_only": "Labor Only",
"warranty_type_international": "International",
"warranty_type_accidental_damage": "Accidental Damage",
"warranty_type_other": "Other (Custom)",
"warranty_type_custom_placeholder": "Enter custom warranty type",
"notes_placeholder": "Additional notes about this warranty...",
"tags_help_text": "Tags help you organize and filter your warranties",
"search_add_tag_placeholder": "Search or add new tag...",
"upload_new_file_replace": "Upload a new file to replace",
"current_other_document": "Current other document",
"no_other_document_uploaded": "No other document uploaded",
"other_document_will_be_deleted": "Other document will be deleted on save",
"files_optional": "Files (ZIP/RAR, Optional)",
"invoice_receipt_short": "Invoice",
"product_manual_short": "Manual",
"files_short": "Files",
"product_manual_short": "Manual",
"files_short": "Files",
"product_url_placeholder": "https://example.com/product",
"years_placeholder": "Years",
"months_placeholder": "Months",
"days_placeholder": "Days",
"add_any_notes_placeholder": "Add any notes about this warranty...",
"add_serial_number": "Add another serial number",
"model_number_optional": "Model Number (Optional)",
"model_number_placeholder": "e.g. SM-G991U1"
},
"settings": {
"title": "Warracker - Settings",
"account_settings": "Account Settings",
"preferences": "Preferences",
"language": "Language",
"select_language": "Select Language",
"dark_mode": "Dark Mode",
"dark_mode_desc": "Switch between light and dark theme",
"currency": "Currency",
"timezone": "Timezone",
"date_format": "Date Format",
"expiring_soon_days": "Expiring Soon Days",
"save_changes": "Save Changes",
"current_user": "Editing Profile for:",
"your_email": "Your email:",
"first_name": "First Name",
"last_name": "Last Name",
"email": "Email",
"save_profile": "Save Changes",
"default_view": "Default View",
"default_view_desc": "Choose your preferred view for warranties",
"grid_view": "Grid View",
"list_view": "List View",
"table_view": "Table View",
"currency_symbol": "Currency Symbol",
"currency_symbol_desc": "Choose the symbol to display for prices",
"currency_position": "Currency Position",
"currency_position_desc": "Choose whether currency symbol appears on the left or right of numbers",
"expiring_soon_days_desc": "Number of days before expiration to show warnings",
"date_format_desc": "Choose how dates are displayed",
"save_preferences": "Save Preferences",
"notification_settings": "Notification Settings",
"notification_channel": "Notification Channel",
"notification_channel_desc": "Choose how you want to receive notifications",
"notification_disabled": "Disabled",
"notification_email": "Email",
"notification_apprise": "Apprise",
"notification_both": "Both",
"email_settings": "Email Settings",
"notification_frequency": "Notification Frequency",
"notification_frequency_desc": "How often to receive email notifications",
"daily": "Daily",
"weekly": "Weekly",
"monthly": "Monthly",
"notification_time": "Notification Time",
"timezone_desc": "Your local timezone for notifications",
"apprise_settings": "Apprise Settings",
"apprise_frequency": "Apprise Notification Frequency",
"apprise_frequency_desc": "How often to receive Apprise notifications",
"apprise_time": "Apprise Notification Time",
"apprise_timezone": "Apprise Timezone",
"apprise_timezone_desc": "Your local timezone for Apprise notifications",
"save_notification_settings": "Save Notification Settings",
"security": "Security",
"change_password": "Change Password",
"change_password_desc": "Update your account password",
"change": "Change",
"current_password": "Current Password",
"new_password": "New Password",
"confirm_password": "Confirm New Password",
"update_password": "Update Password",
"cancel": "Cancel",
"danger_zone": "Danger Zone",
"delete_account": "Delete Account",
"delete_account_desc": "Permanently delete your account and all data",
"admin_settings": "Admin Settings",
"admin_actions": "Admin Actions",
"refresh_data": "Refresh Data",
"check_admin_status": "Check Admin Status",
"show_users_list": "Show Users List",
"test_api": "Test API",
"send_notifications": "Send Warranty Notifications",
"check_scheduler": "Check Scheduler Status",
"site_settings": "Site Settings",
"registration_enabled": "Registration Enabled",
"registration_enabled_desc": "Allow new users to register",
"email_base_url": "Email Base URL",
"global_view_enabled": "Global View Enabled",
"global_view_admin_only": "Global View Admin Only",
"save_site_settings": "Save Site Settings",
"oidc_configuration": "OIDC SSO Configuration",
"enable_oidc": "Enable OIDC SSO",
"oidc_provider_name": "OIDC Provider Name",
"client_id": "Client ID",
"client_secret": "Client Secret",
"issuer_url": "Issuer URL",
"scope": "Scope",
"save_oidc_settings": "Save OIDC Settings",
"oidc_sso_desc": "Allow users to log in via an OIDC provider.",
"oidc_only_mode": "OIDC-Only Login Mode",
"oidc_only_mode_desc": "Hide traditional username/password login form and only allow OIDC login. <strong>Warning:</strong> Ensure OIDC is properly configured before enabling this option.",
"oidc_provider_name_desc": "Internal name for the OIDC client (e.g., 'oidc').",
"client_secret_desc": "Sensitive value. Stored in the database. An application restart is required for changes to take effect.",
"issuer_url_desc": "The base URL of your OIDC provider.",
"scope_desc": "Space-separated OIDC scopes.",
"oidc_restart_message": "Application restart is required for OIDC settings to take full effect.",
"api_token": "API Token",
"view_documents": "View Documents in Warracker",
"connection_testing": "Connection Testing",
"apprise_notifications": "Apprise Notifications",
"enable_apprise": "Enable Apprise Notifications",
"loading": "Loading...",
"time_of_day_notification": "Time of day to receive notifications (in 24-hour format)",
"paperless_ngx_settings": "Paperless-ngx Settings",
"paperless_ngx_about_title": "About Paperless-ngx Integration:",
"paperless_ngx_about_desc": "This optional feature allows you to store warranty documents in your self-hosted Paperless-ngx instance instead of locally. When enabled, users can choose where to store each document: locally or in Paperless-ngx.",
"paperless_ngx_desc": "Configure integration with Paperless-ngx document management system",
"enable_paperless": "Enable Paperless-ngx Integration",
"paperless_url": "Paperless-ngx URL",
"paperless_url_desc": "Base URL of your Paperless-ngx instance",
"paperless_token": "API Token",
"paperless_token_desc": "Your Paperless-ngx API authentication token",
"paperless_token_desc_generate": "Generate an API token from your Paperless-ngx instance (Settings → API Tokens).",
"paperless_view_in_app": "View documents in app",
"paperless_view_in_app_desc": "Open documents within the app instead of in a new tab",
"debug_config": "Debug Config",
"test_upload": "Test Upload",
"save_paperless_settings": "Save Paperless-ngx Settings",
"apprise_desc": "Configure Apprise for advanced notification delivery to multiple services",
"apprise_desc_system_wide": "Enable or disable Apprise notifications system-wide",
"apprise_not_available_title": "Apprise Not Available:",
"apprise_not_available_desc": "The Apprise notification library is not installed or available. Notification features are disabled.",
"apprise_url": "Apprise URL",
"apprise_url_desc": "Your Apprise notification service URL",
"apprise_mode": "Notification Mode",
"apprise_mode_desc": "Choose when to send Apprise notifications",
"apprise_mode_global": "Global Summary",
"apprise_mode_individual": "Per User",
"test_paperless": "Test Paperless Connection",
"test_apprise": "Test Apprise Connection",
"apprise_warranty_scope": "Warranty Scope",
"apprise_warranty_scope_desc": "Choose which warranties to include in notifications",
"all_warranties": "All Warranties",
"personal_warranties": "Personal Warranties Only",
"all_users_warranties": "All Users' Warranties",
"admin_warranties_only": "Admin's Warranties Only",
"apprise_notification_days": "Notification Days",
"apprise_notification_days_desc": "Days before expiration to send notifications (comma-separated, e.g., \"7,30\" for 7 days and 30 days before)",
"apprise_check_frequency": "Check Frequency",
"apprise_check_frequency_desc": "How often the system checks for expiring warranties (global setting)",
"apprise_title_prefix": "Message Title Prefix",
"apprise_title_prefix_desc": "Prefix added to notification titles (e.g., \"[Warracker]\" results in \"[Warracker] Warranties Expiring Soon\")",
"apprise_test_url": "Test URL (Optional)",
"apprise_test_url_desc": "Optional: URL for sending test notifications only (won't be saved to main configuration)",
"save_apprise_settings": "Save Apprise Settings",
"validate_urls": "Validate URLs",
"send_expiration_notifications_now": "Send Expiration Notifications Now",
"apprise_current_status": "Current Status",
"apprise_urls_configured": "URLs Configured:",
"apprise_supported_services": "Supported Services",
"apprise_supported_services_desc": "Apprise supports 80+ notification services including: Discord, Slack, Telegram, Email (Gmail, Outlook), Webhooks, Microsoft Teams, Matrix, Pushover, Ntfy, Gotify, and many more.",
"view_full_list_of_supported_services": "View Full List of Supported Services",
"ownership_management": "Ownership Management",
"transfer_ownership": "Transfer Ownership",
"warning_title": "Warning:",
"transfer_ownership_warning": "Transfer application ownership to another admin user. This action is irreversible.",
"transfer_ownership_desc": "Once ownership is transferred, you will become a regular admin and the new owner will have ultimate control over the application.",
"select_new_owner": "Select New Owner (must be an admin)",
"select_admin_user": "Select an admin user...",
"transfer_ownership_button": "Transfer Ownership",
"transfer_ownership_irreversible": "This action cannot be undone.",
"transfer_ownership_confirmation": "You are about to transfer application ownership to",
"after_this_transfer": "After this transfer:",
"transfer_ownership_consequence_1": "You will become a regular admin",
"transfer_ownership_consequence_2": "The new owner will have ultimate control over the application",
"transfer_ownership_consequence_3": "Only the new owner can transfer ownership again",
"transfer_ownership_type_to_confirm": "To confirm, please type \"TRANSFER\" in the field below:"
},
"actions": {
"save": "Save",
"cancel": "Cancel",
"delete": "Delete",
"edit": "Edit",
"export": "Export",
"import": "Import",
"refresh": "Refresh",
"search": "Search",
"clear": "Clear",
"upload": "Upload",
"download": "Download",
"manage_tags": "Manage Tags",
"close": "Close",
"save_changes": "Save Changes"
},
"filters": {
"all_status": "All Status",
"all_tags": "All Tags",
"all_vendors": "All Vendors",
"all_types": "All Types",
"sort_by": "Sort By",
"sort_expiration": "Expiration Date",
"sort_purchase": "Purchase Date",
"sort_age": "Age",
"sort_name": "Product Name",
"sort_vendor": "Vendor",
"sort_warranty_type": "Warranty Type",
"status": "Status",
"tags": "Tags",
"vendor": "Vendor",
"warranty_type": "Warranty Type",
"view": "View",
"scope": "Scope"
},
"messages": {
"success": "Success",
"error": "Error",
"warning": "Warning",
"loading": "Loading...",
"saved": "Changes saved successfully",
"deleted": "Item deleted successfully",
"confirm_delete": "Are you sure you want to delete this item?",
"no_results": "No results found",
"file_too_large": "File is too large",
"invalid_file_type": "Invalid file type",
"fill_first_last_name": "Please fill in First Name and Last Name",
"email_cannot_be_empty": "Email address cannot be empty.",
"enter_valid_email": "Please enter a valid email address.",
"profile_updated_successfully": "Profile updated successfully",
"preferences_saved_successfully": "Preferences saved successfully.",
"fill_password_fields": "Please fill in all password fields",
"passwords_do_not_match": "New passwords do not match",
"password_min_length": "Password must be at least 8 characters long",
"type_delete_to_confirm": "Please type DELETE to confirm",
"account_deleted_successfully": "Account deleted successfully",
"account_cannot_delete_offline": "Account cannot be deleted in offline mode",
"failed_delete_account": "Failed to delete account. Please try again.",
"user_updated_successfully": "User updated successfully",
"user_deleted_successfully": "User deleted successfully",
"user_id_missing": "User ID is missing",
"failed_load_users": "Failed to load users",
"error_loading_users": "Error loading users",
"select_user_transfer_ownership": "Please select a user to transfer ownership to",
"ownership_transferred_successfully": "Ownership transferred successfully! Refreshing page...",
"failed_load_site_settings": "Failed to load site settings. Please try again.",
"invalid_email_base_url": "Invalid Email Base URL format. It should start with http:// or https://",
"no_site_settings_to_save": "No site settings to save.",
"site_settings_saved_successfully": "Site settings saved successfully",
"failed_save_site_settings": "Failed to save site settings",
"oidc_settings_saved_successfully": "OIDC settings saved successfully.",
"failed_save_oidc_settings": "Failed to save OIDC settings.",
"api_endpoint_accessible": "API endpoint is accessible",
"api_endpoint_not_accessible": "API endpoint is not accessible. Status: ",
"only_admins_send_notifications": "Only administrators can send warranty notifications",
"notifications_triggered_successfully": "Notifications triggered successfully",
"notification_settings_saved_successfully": "Notification settings saved successfully",
"apprise_settings_saved_successfully": "Apprise settings saved successfully",
"test_notification_sent_successfully": "Test notification sent successfully",
"no_urls_to_validate": "No URLs to validate",
"paperless_settings_saved_successfully": "Paperless-ngx settings saved successfully!",
"enter_valid_paperless_url": "Please enter a valid URL (e.g., https://paperless.yourdomain.com)",
"enter_paperless_url_first": "Please enter a Paperless-ngx URL first",
"paperless_connection_test_successful": "Paperless-ngx connection test successful!",
"paperless_connection_test_failed": "Paperless-ngx connection test failed",
"enter_api_token_test_connection": "Please enter an API token to test the connection",
"failed_load_user_data": "Failed to load user data. Please try again.",
"could_not_connect_user_data": "Could not connect to fetch user data. Displaying cached info.",
"preferences_saved_locally_failed_sync": "Preferences saved locally, but failed to sync with server: ",
"preferences_saved_locally": "Preferences saved locally.",
"correct_errors_in_tab": "Please correct the errors in the highlighted tab before continuing.",
"please_fill_out_this_field": "Please fill out this field.",
"warranty_added_successfully": "Warranty added successfully",
"tag_name_required": "Tag name is required",
"tag_creation_function_not_found": "Tag creation function not found",
"tag_created_successfully": "Tag created successfully",
"tag_updated_successfully": "Tag updated successfully",
"tag_deleted_successfully": "Tag deleted successfully",
"failed_to_create_tag": "Failed to create tag",
"failed_to_update_tag": "Failed to update tag",
"failed_to_delete_tag": "Failed to delete tag",
"no_warranties_found": "No warranties found",
"no_warranties_found_add_first": "No warranties yet. Add your first warranty to get started.",
"could_not_load_tags": "Could not load tags. Please try again.",
"no_warranty_selected": "No warranty selected",
"archived_warranties_guidance": "You can find archived warranties by selecting \"Archived\" in Filters.",
"no_file_selected": "No file selected.",
"invalid_csv_file_type": "Invalid file type. Please select a .csv file.",
"auth_error_login_again": "Authentication error. Please log in again.",
"import_failed": "Import failed: {{error}}",
"import_error_details": "An error occurred during import. Check console for details.",
"date_format_updated": "Date format updated.",
"currency_symbol_updated": "Currency symbol updated.",
"no_warranty_for_note_update": "No warranty selected for note update",
"cannot_save_notes_invalid_duration": "Cannot save notes: The warranty has an invalid duration. Please edit the full warranty details to set a valid duration first.",
"note_updated": "Note updated",
"paperless_duplicate_linked": "Duplicate document detected in Paperless-ngx. Linked to existing document.",
"paperless_not_enabled": "Paperless-ngx integration is not enabled",
"paperless_not_configured": "Paperless-ngx is not properly configured. Please check the settings.",
"paperless_connection_failed": "Paperless-ngx connection failed: {{error}}",
"allow_popups": "Please allow popups to view documents",
"opening_document_in_warracker": "Opening document in Warracker...",
"allow_popups_paperless": "Please allow popups to view documents in Paperless-ngx",
"opening_document_in_paperless": "Opening document in Paperless-ngx...",
"error_opening_document": "Error opening document: {{error}}",
"opened_with_fallback_url": "Opened with fallback URL - please check if Paperless-ngx is accessible",
"opened_with_generic_fallback_url": "Opened with generic fallback URL",
"document_linked_refreshing": "Document linked successfully! Refreshing...",
"failed_to_link_document": "Failed to link document: {{message}}",
"error_searching_document": "Error searching for document",
"autolinked_documents": "Automatically linked {{count}} document(s): {{docInfo}}",
"paperless_upload_autolink_failed": "Document uploaded to Paperless-ngx but could not be automatically linked. You can manually link it later.",
"paperless_upload_autolink_failed_errors": "Document uploaded but auto-linking failed due to errors. You can manually link it later.",
"document_linked_successfully": "Document linked successfully: {{documentType}}",
"failed_to_open_claims_modal": "Failed to open claims modal",
"failed_to_save_claim": "Failed to save claim",
"failed_to_delete_claim": "Failed to delete claim",
"authentication_required": "Authentication required",
"warranty_deleted_successfully": "Warranty deleted successfully",
"failed_to_delete_warranty": "Failed to delete warranty",
"warranty_updated_successfully": "Warranty updated successfully",
"failed_to_update_warranty": "Failed to update warranty",
"confirm_delete_tag": "Are you sure you want to delete this tag? It will be removed from all warranties.",
"tag_already_exists": "A tag with this name already exists",
"failed_to_update_tag": "Failed to update tag",
"failed_to_load_fresh_user_data": "Failed to load fresh user data",
"could_not_connect_fetch_user_data": "Could not connect to fetch user data. Displaying cached info.",
"fill_in_first_and_last_name": "Please fill in First Name and Last Name",
"email_address_cannot_be_empty": "Email address cannot be empty.",
"enter_valid_email_address": "Please enter a valid email address.",
"failed_to_update_profile": "Failed to update profile: {{error}}",
"preferences_saved_locally_failed_to_sync": "Preferences saved locally, but failed to sync with server: {{error}}",
"preferences_saved_locally": "Preferences saved locally.",
"fill_in_all_password_fields": "Please fill in all password fields",
"new_passwords_do_not_match": "New passwords do not match",
"password_at_least_8_characters": "Password must be at least 8 characters long",
"failed_to_change_password": "Failed to change password: {{error}}",
"failed_to_update_user": "Failed to update user",
"failed_to_update_user_try_again": "Failed to update user. Please try again.",
"failed_to_delete_user_check_console": "Failed to delete user. Check console for details.",
"error_during_user_deletion": "Error during user deletion: {{error}}",
"trying_direct_api_call_for_user_id": "Trying direct API call for user ID {{userId}}",
"user_id_deleted_successfully_with_direct_api_call": "User ID {{userId}} deleted successfully with direct API call!",
"failed_to_delete_user_with_direct_api_call": "Failed to delete user {{username}} with direct API call.",
"error_with_direct_api_call": "Error with direct API call: {{error}}",
"error_checking_if_user_exists": "Error checking if user exists: {{error}}",
"select_user_to_transfer_ownership": "Please select a user to transfer ownership to",
"transfer_ownership_modal_elements_not_found": "Error: Transfer ownership modal elements not found",
"failed_to_transfer_ownership": "Failed to transfer ownership",
"failed_to_transfer_ownership_try_again": "Failed to transfer ownership. Please try again.",
"checking_user": "Checking user...",
"user_with_id_username_not_found": "User with ID/username \"{{userId}}\" not found",
"deleting_user": "Deleting user {{username}} (ID: {{id}})",
"user_deleted_successfully_username": "User {{username}} deleted successfully!",
"failed_to_delete_user_check_console_username": "Failed to delete user {{username}}. Check console for details.",
"trying_direct_api_call_for_user_username": "Trying direct API call for user {{username}}",
"user_deleted_successfully_with_direct_api_call_username": "User {{username}} deleted successfully with direct API call!",
"failed_to_delete_user_with_direct_api_call_username": "Failed to delete user {{username}} with direct API call.",
"invalid_email_base_url_format": "Invalid Email Base URL format. It should start with http:// or https://",
"failed_to_save_site_settings_try_again": "Failed to save site settings. Please try again.",
"failed_to_save_oidc_settings_try_again": "Failed to save OIDC settings. Please try again.",
"error_checking_api_endpoint": "Error checking API endpoint: {{error}}",
"error_colon": "Error: {{error}}",
"error_checking_scheduler_status": "Error checking scheduler status: {{error}}",
"error_saving_notification_settings": "Error saving notification settings: {{error}}",
"error_saving_apprise_settings": "Error saving Apprise settings: {{error}}",
"failed_to_send_test_notification": "Failed to send test notification: {{message}}",
"error_sending_test_notification": "Error sending test notification: {{error}}",
"error_validating_urls": "Error validating URLs: {{error}}",
"failed_to_trigger_notifications": "Failed to trigger notifications: {{message}}",
"error_triggering_notifications": "Error triggering notifications: {{error}}",
"error_updating_apprise_setting": "Error updating Apprise setting: {{error}}",
"error_loading_paperless_settings": "Error loading Paperless-ngx settings: {{error}}",
"error_saving_paperless_settings": "Error saving Paperless-ngx settings: {{error}}",
"error_testing_connection": "Error testing connection: {{error}}",
"debug_information_logged_to_console": "Debug information logged to console",
"debug_error": "Debug error: {{error}}",
"file_upload_test_successful": "File upload test successful!",
"file_upload_test_failed": "File upload test failed",
"file_upload_test_error": "File upload test error: {{error}}"
},
"languages": {
"en": "English",
"fr": "Français",
"es": "Español",
"de": "Deutsch",
"it": "Italiano",
"cs": "Čeština",
"nl": "Nederlands",
"hi": "हिन्दी",
"fa": "فارسی",
"ar": "العربية",
"ru": "Русский",
"uk": "Українська",
"zh_CN": "简体中文",
"zh_HK": "繁體中文",
"ja": "日本語",
"pt": "Português",
"ko": "한국어",
"tr": "Türkçe",
"pl": "Polski",
"he": "עברית"
},
"status": {
"title": "Status - Warracker",
"dashboard_title": "Warranty Status Dashboard",
"global_dashboard_title": "Global Warranty Status Dashboard",
"overview": "Overview",
"statistics": "Statistics",
"total_warranties": "Total Warranties",
"active_warranties": "Active Warranties",
"expiring_soon": "Expiring Soon",
"expired_warranties": "Expired Warranties",
"warranty_distribution": "Warranty Distribution",
"expiration_timeline": "Expiration Timeline",
"recent_activity": "Recent Activity",
"recent_expirations": "Recently Expired or Expiring Soon",
"recent_expirations_empty": "No recently expired or expiring warranties.",
"system_health": "System Health",
"database_status": "Database Status",
"connected": "Connected",
"version": "Version",
"uptime": "Uptime"
},
"about": {
"title": "About - Warracker",
"description": "A comprehensive warranty management system designed to help you track, organize, and manage all your product warranties in one secure, user-friendly platform.",
"version": "Version",
"update_status": "Update Status",
"checking_updates": "Checking for updates...",
"view_release_notes": "View Release Notes",
"project_info": "Project Information",
"project_description": "Warracker is an open-source warranty management system built with modern web technologies. It provides a secure and intuitive way to manage product warranties, track expiration dates, and organize important documents.",
"github_repository": "GitHub Repository",
"releases": "Releases",
"community_support": "Community & Support",
"community_description": "Join our community for support, discussions, and updates. Report bugs, request features, or get help from other users and contributors.",
"discord_community": "Discord Community",
"reddit_community": "Reddit Community",
"report_issues": "Report Issues",
"developer_info": "Developer Information",
"developer_description": "Warracker is developed and maintained by Sassanix. The project is open-source and welcomes contributions from the community.",
"sassanix": "Sassanix",
"agpl_license": "AGPL-3.0 License",
"support_project": "Support the Project",
"support_description": "If you find Warracker useful, consider supporting its development!",
"new_version_available": "New version {{version}} available!",
"latest_version": "You are using the latest version",
"update_check_failed": "Failed to check for updates",
"features": "Features",
"feature_track": "Track product warranties",
"feature_notifications": "Get expiration notifications",
"feature_documents": "Store warranty documents",
"feature_reports": "Generate warranty reports",
"feature_tags": "Organize with tags",
"feature_export": "Export warranty data",
"support": "Support",
"documentation": "Documentation",
"github": "GitHub Repository",
"license": "License",
"copyright": "Copyright",
"developed_by": "Developed by"
},
"claims": {
"claims": "Claims",
"warranty_claims": "Warranty Claims",
"add_new_claim": "Add New Claim",
"add_claim": "Add Claim",
"edit_claim": "Edit Claim",
"claim_date": "Claim Date",
"status": "Status",
"claim_number": "Claim Number",
"description": "Description",
"resolution": "Resolution",
"resolution_date": "Resolution Date",
"status_submitted": "Submitted",
"status_in_progress": "In Progress",
"status_approved": "Approved",
"status_denied": "Denied",
"status_resolved": "Resolved",
"status_cancelled": "Cancelled",
"description_placeholder": "Describe the issue and reason for the claim...",
"resolution_placeholder": "Resolution details (if any)...",
"no_claims_yet": "No Claims Yet",
"no_claims_message": "Click \"Add New Claim\" to get started",
"claim_deleted_successfully": "Claim deleted successfully",
"claim_created_successfully": "Claim created successfully",
"claim_updated_successfully": "Claim updated successfully",
"confirm_delete_claim": "Are you sure you want to delete this claim?",
"failed_to_load_claims": "Failed to load claims",
"failed_to_save_claim": "Failed to save claim",
"failed_to_delete_claim": "Failed to delete claim",
"warranty_not_found": "Warranty not found"
}
}