mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
741 lines
33 KiB
PHP
741 lines
33 KiB
PHP
<?php
|
|
return [
|
|
// LANGUAGES
|
|
"lang_en" => "English",
|
|
"lang_es" => "Spanish",
|
|
"lang_pt" => "Portuguese",
|
|
|
|
// GLOBAL
|
|
"global_minute" => "Minute",
|
|
"global_minutes" => "Minutes",
|
|
"global_hour" => "Hour",
|
|
"global_hours" => "Hours",
|
|
"global_day" => "Day",
|
|
"global_days" => "Days",
|
|
"global_week" => "Week",
|
|
"global_weeks" => "Weeks",
|
|
"global_month" => "Month",
|
|
"global_months" => "Months",
|
|
"global_come_back" => "Come back",
|
|
"global_save" => "Save",
|
|
"global_alert_save_success" => "Saved successfully!",
|
|
"global_alert_save_error" => "Oops, error saving!",
|
|
"global_activate" => "Activate",
|
|
"global_disable" => "Disable",
|
|
"global_active" => "Active",
|
|
"global_inactive" => "Inactive",
|
|
"global_copy" => "Copy",
|
|
"global_print" => "Print",
|
|
"global_excel" => "Excel",
|
|
"global_pdf" => "PDF",
|
|
|
|
// LOGIN - Index
|
|
"login_title" => "Sign in to your account",
|
|
"login_email" => "Email",
|
|
"login_email_ph" => "Type your email",
|
|
"login_password" => "Password",
|
|
"login_password_ph" => "Type your password",
|
|
"login_remember_me" => "Remember Me?",
|
|
"login_forgot_password" => "I forgot my password",
|
|
"login_access" => "Sign in",
|
|
"login_signup" => "Sign up",
|
|
"login_signup_desc" => "Don't have an account?",
|
|
|
|
// LOGIN - forgot_password
|
|
"login_title_forgot_password" => "Recover Password",
|
|
"login_request" => "Request",
|
|
"login_come_back" => "Come back",
|
|
"login_wait" => "Wait...",
|
|
|
|
// LOGIN - authentication
|
|
"login_title_otp" => "2FA Authentication",
|
|
"login_otp_code" => "OTP Code",
|
|
"login_otp_span" => "Open Google Authenticator and enter the code generated below:",
|
|
|
|
// LOGIN - recovery
|
|
"login_title_recovery" => "New password",
|
|
"login_new_password" => "New password",
|
|
"login_btn_recovery" => "Change Password",
|
|
|
|
// LOGIN - signup
|
|
"login_title_signup" => "New Account",
|
|
"login_first_name" => "First Name",
|
|
"login_first_name_ph" => "Type your first name",
|
|
"login_last_name" => "Last Name",
|
|
"login_last_name_ph" => "Type your last name",
|
|
"login_accept_terms" => "I accept the terms",
|
|
"login_read_terms" => "Read the terms",
|
|
"login_terms_use" => "Terms of use",
|
|
"login_accept" => "Accepted",
|
|
"login_closed" => "Closed",
|
|
"login_register" => "Register",
|
|
|
|
// LOGIN - notification
|
|
"login_alert" => "Attention!",
|
|
"login_alert_success" => "Congratulations!",
|
|
"login_alert_send" => "Sent!",
|
|
"login_alert_terms" => "You must accept the terms.",
|
|
"login_alert_captcha_invalid" => "Captcha code is invalid.",
|
|
"login_alert_captcha_not_found" => "Captcha not found.",
|
|
"login_alert_user_blocked" => "User temporarily blocked by ",
|
|
"login_alert_pass_invalid" => "Invalid password.",
|
|
"login_alert_pass_invalid_2" => "Invalid password, ",
|
|
"login_alert_pass_attempt" => " attempt to ",
|
|
"login_alert_disabled_access" => "Access temporarily disabled.",
|
|
"login_alert_user_not_found" => "User not found.",
|
|
"login_alert_code_invalid" => "Code is invalid.",
|
|
"login_alert_parameter_invalid" => "Invalid parameter.",
|
|
"login_alert_success_register" => "Registration successfully Complete!",
|
|
"login_alert_success_recovery" => "Password changed successfully!",
|
|
"login_alert_send_pass" => "Password recovery link, sent by email.",
|
|
"login_alert_error_email" => "Error trying to send email.",
|
|
"login_alert_error_pass" => "Error trying to recover password.",
|
|
"login_alert_empty_token" => "Missing token!",
|
|
"login_alert_invalid_token" => "Invalid token!",
|
|
"login_alert_success_confirmation" => "Confirmed successfully!",
|
|
|
|
// LOGIN - rules
|
|
"login_rules_first_name_r" => "The first name field is required!",
|
|
"login_rules_last_name_r" => "The last name field is mandatory!",
|
|
"login_rules_email_r" => "The email field is mandatory!",
|
|
"login_rules_email_i" => "The email {value} has already been registered!",
|
|
"login_rules_email_v" => "The email must be valid!",
|
|
"login_rules_password_r" => "The password field is required!",
|
|
"login_rules_password_m" => "The password must be at least 8 characters long!",
|
|
|
|
// DASHBOARD - admin
|
|
"dashboard_title" => "Panel",
|
|
"dashboard_user_total" => "General",
|
|
"dashboard_user_new" => "New",
|
|
"dashboard_user_enabled" => "Active",
|
|
"dashboard_user_disabled" => "Inactive",
|
|
"dashboard_grid_user" => "Latest Registrations",
|
|
"dashboard_grid_access" => "Latest Access",
|
|
"dashboard_chart_history" => "Registration History",
|
|
"dashboard_chart_months" => "Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec",
|
|
"dashboard_hello" => "Hello, ",
|
|
"dashboard_good_morning" => "good morning",
|
|
"dashboard_good_afternoon" => "good afternoon",
|
|
"dashboard_good_night" => "good night",
|
|
"dashboard_indicators" => "Below are some indicators for today!",
|
|
"dashboard_user" => "User",
|
|
"dashboard_email" => "Email",
|
|
"dashboard_created_at" => "Last Acess",
|
|
"dashboard_alert_rules" => "Access denied!<br>do not have permission",
|
|
|
|
// PROFILE - form
|
|
"profile_title" => "My Profile",
|
|
"profile_subtitle" => "My Informations",
|
|
"profile_subtitle_image" => "Profile Image",
|
|
"profile_subtitle_tfa" => "Two-Factor Authentication (2FA)",
|
|
"profile_first_name" => "First Name",
|
|
"profile_first_name_ph" => "Type your first name",
|
|
"profile_last_name" => "Last Name",
|
|
"profile_last_name_ph" => "Type your last name",
|
|
"profile_email" => "Email",
|
|
"profile_email_ph" => "Type your email",
|
|
"profile_mobile" => "Cell Phone",
|
|
"profile_mobile_ph" => "Type your mobile number",
|
|
"profile_password" => "Change Password",
|
|
"profile_password_ph" => "Type your password",
|
|
"profile_confirm_password" => "Confirm Password",
|
|
"profile_confirm_password_ph" => "Confirm your previous password",
|
|
"profile_date_birth" => "Birth Date",
|
|
"profile_date_birth_ph" => "Select birth date",
|
|
"profile_address" => "Address",
|
|
"profile_address_ph" => "Type your address",
|
|
"profile_city" => "City",
|
|
"profile_city_ph" => "Type your city",
|
|
"profile_state" => "State/Province",
|
|
"profile_state_ph" => "Type your state/province",
|
|
"profile_country" => "Country",
|
|
"profile_zip_code" => "Zip Code",
|
|
"profile_zip_code_ph" => "Type your zip code",
|
|
"profile_language" => "Language",
|
|
"profile_msg_desc_1" => "Define your information below:",
|
|
"profile_msg_desc_2" => "Define your location below:",
|
|
"profile_change_photo" => "Change Photo",
|
|
"profile_qrcode" => "Google Authenticator QR Code:",
|
|
"profile_backup_code" => "Backup Codes:",
|
|
"profile_change_image" => "Choose one of the options below:",
|
|
"profile_upload_msg" => "Upload",
|
|
"profile_no_image_msg" => "No photo",
|
|
"profile_gravatar_msg" => "Gravatar",
|
|
"profile_tfa_msg" => "Use 2FA Authentication",
|
|
"profile_tfa_secret" => "Secret Key:",
|
|
"profile_tfa_download" => "Download Information",
|
|
|
|
// PROFILE - rules
|
|
"profile_rules_first_name_r" => "The first name field is required!",
|
|
"profile_rules_last_name_r" => "The last name field is mandatory!",
|
|
"profile_rules_email_r" => "The email field is mandatory!",
|
|
"profile_rules_email_i" => "The email {value} has already been registered!",
|
|
"profile_rules_email_v" => "The email must be valid!",
|
|
"profile_rules_password_r" => "The password field is required!",
|
|
"profile_rules_password_m" => "The password must be at least 8 characters long!",
|
|
"profile_rules_password_confirm_m" => "The password field is different from the confirm password field.",
|
|
|
|
// ACTIVITY - form
|
|
"activity_title" => "Activities",
|
|
"activity_subtitle" => "Access Activities",
|
|
"activity_grid_user" => "USer",
|
|
"activity_grid_level" => "Alert",
|
|
"activity_grid_event" => "Event",
|
|
"activity_grid_ip" => "IP Address",
|
|
"activity_grid_os" => "System",
|
|
"activity_grid_browser" => "Browser",
|
|
"activity_grid_created" => "Created In",
|
|
"activity_alert_information" => "Information",
|
|
"activity_alert_throttling" => "Access Attempt",
|
|
"activity_alert_recovery" => "Password Recovery",
|
|
"activity_alert_error" => "Error",
|
|
"activity_alert_login_auth" => "Authentication",
|
|
"activity_top_windows" => "Windows",
|
|
"activity_top_mac" => "Apple OS",
|
|
"activity_top_linux" => "Linux",
|
|
"activity_top_mobile" => "Android / IOS",
|
|
"activity_top_chrome" => "Chrome",
|
|
"activity_top_firefox" => "FireFox",
|
|
"activity_top_safari" => "Safari",
|
|
"activity_top_edge" => "EDGE / IE",
|
|
"activity_all_btn" => "View All",
|
|
|
|
// USER - index
|
|
"user_title" => "Users",
|
|
"user_subtitle" => "User List",
|
|
"user_btn_add" => "Add New",
|
|
"user_btn_edit" => "Edit",
|
|
"user_btn_delete" => "Delete",
|
|
"user_grid_name" => "Name",
|
|
"user_grid_email" => "Email",
|
|
"user_grid_group" => "Group",
|
|
"user_grid_last_access" => "Last Access",
|
|
"user_grid_last_ip" => "Last IP",
|
|
"user_grid_created" => "Date Created",
|
|
"user_grid_options" => "Options",
|
|
"user_delete_title" => "Are you sure you want to delete?",
|
|
"user_delete_subtitle" => "You will not be able to retrieve this information!",
|
|
"user_delete_btn_ok" => "Yes, Delete!",
|
|
"user_delete_btn_cancel" => "Cancel",
|
|
"user_alert_add" => "Added successfully!",
|
|
"user_alert_edit" => "Successfully edited!",
|
|
"user_alert_delete" => "Successfully deleted!",
|
|
|
|
// USER - form
|
|
"user_add_title" => "New User",
|
|
"user_add_subtitle" => "Add New Users",
|
|
"user_edit_title" => "Edit User",
|
|
"user_edit_subtitle" => "Edit User",
|
|
"user_field_first_name" => "First Name",
|
|
"user_field_first_name_ph" => "Type your first name",
|
|
"user_field_last_name" => "Last Name",
|
|
"user_field_last_name_ph" => "Type your last name",
|
|
"user_field_email" => "Email",
|
|
"user_field_email_ph" => "Type your email",
|
|
"user_field_cell" => "Cell Phone",
|
|
"user_field_cell_ph" => "Type your mobile number",
|
|
"user_field_group" => "Permission Group",
|
|
"user_field_password" => "Password",
|
|
"user_field_password_ph" => "Type your password",
|
|
"user_field_password_confirm" => "Confirm Password",
|
|
"user_field_password_confirm_ph" => "Confirm your previous password",
|
|
"user_field_status" => "Registration Status",
|
|
"user_field_date_birth" => "Birth Date",
|
|
"user_field_date_birth_ph" => "Select birth date",
|
|
"user_field_address" => "Address",
|
|
"user_field_address_ph" => "Type your address",
|
|
"user_field_city" => "City",
|
|
"user_field_city_ph" => "Type your city",
|
|
"user_field_state" => "State/Province",
|
|
"user_field_state_ph" => "Type your state/province",
|
|
"user_field_country" => "Country",
|
|
"user_field_zip_code" => "Zip Code",
|
|
"user_field_zip_code_ph" => "Type your zip code",
|
|
"user_field_language" => "Language",
|
|
"user_msg_desc_1" => "Define the user information below:",
|
|
"user_msg_desc_2" => "Define the user's location information below:",
|
|
"user_grid_mobile" => "Mobile",
|
|
"user_field_email_confirmed" => "Email Status",
|
|
"user_alert_confirmed" => "Confirmed",
|
|
"user_alert_not_confirmed" => "Not Confirmed",
|
|
"user_alert_email_confirmed" => "Please confirm your email.",
|
|
|
|
// USER - rules
|
|
"user_rules_first_name_r" => "The first name field is required!",
|
|
"user_rules_last_name_r" => "The last name field is mandatory!",
|
|
"user_rules_email_r" => "The email field is mandatory!",
|
|
"user_rules_email_i" => "The email {value} has already been registered!",
|
|
"user_rules_email_v" => "The email must be valid!",
|
|
"user_rules_password_r" => "The password field is required!",
|
|
"user_rules_password_m" => "The password must be at least 8 characters long!",
|
|
"user_rules_password_confirm_m" => "The password field is different from the confirm password field.",
|
|
|
|
// GROUP - index
|
|
"group_title" => "Permission Group",
|
|
"group_subtitle" => "Permissions Group List",
|
|
"group_btn_add" => "Add New",
|
|
"group_btn_edit" => "Edit",
|
|
"group_btn_delete" => "Delete",
|
|
"group_grid_title" => "Title",
|
|
"group_grid_dashboard" => "Dashboard",
|
|
"group_grid_created" => "Date Created",
|
|
"group_grid_updated" => "Updated Date",
|
|
"group_grid_options" => "Options",
|
|
"group_delete_title" => "Are you sure you want to delete?",
|
|
"group_delete_subtitle" => "You will not be able to retrieve this information!",
|
|
"group_delete_btn_ok" => "Yes, Delete!",
|
|
"group_delete_btn_cancel" => "Cancel",
|
|
"group_alert_add" => "Added successfully!",
|
|
"group_alert_edit" => "Successfully edited!",
|
|
"group_alert_delete" => "Successfully deleted!",
|
|
"group_alert_error" => "It has users linked to this group!",
|
|
|
|
// GROUP - form
|
|
"group_add_title" => "New Group",
|
|
"group_add_subtitle" => "Add New Permission Group",
|
|
"group_edit_title" => "Edit Group",
|
|
"group_edit_subtitle" => "Edit Permission Group",
|
|
"group_field_title" => "Group's name",
|
|
"group_field_dashboard" => "Dashboard (Overview)",
|
|
"group_btn_select" => "Select all",
|
|
"group_btn_remove" => "Remove all",
|
|
"group_label_user" => "User",
|
|
"group_label_admin" => "Administrator",
|
|
|
|
// GROUP - rules
|
|
"group_rules_title_r" => "The group name field is mandatory!",
|
|
"group_rules_dashboard_r" => "The panel field is mandatory!",
|
|
|
|
// GROUP - Rules Name
|
|
/* JJO
|
|
"group_rules_label_group" => "Group Permission",
|
|
"group_rules_label_user" => "User",
|
|
"group_rules_label_settings" => "Settings",
|
|
"group_rules_label_index" => "List",
|
|
"group_rules_label_add" => "Add",
|
|
"group_rules_label_edit" => "Edit",
|
|
"group_rules_label_delete" => "Delete",
|
|
"group_rules_label_store" => "Save",
|
|
"group_rules_label_oauth" => "Authentications",
|
|
"group_rules_label_template" => "Templates",
|
|
"group_rules_label_all" => "View All",
|
|
"group_rules_label_my" => "My Notifications",
|
|
"group_rules_label_view" => "View Notification",
|
|
"group_rules_label_oauth_store" => "Save oAuth",
|
|
"group_rules_label_template_store" => "Save Templates",
|
|
*/
|
|
|
|
// AUTH - index
|
|
"oauth_title" => "oAuth Authentication",
|
|
"oauth_subtitle" => "Social Network Authentication Settings",
|
|
"oauth_label_id" => "Account ID",
|
|
"oauth_label_id_ph" => "Type your account id",
|
|
"oauth_label_key" => "Account Key",
|
|
"oauth_label_key_ph" => "Type your account key",
|
|
"oauth_label_secret" => "Secret Key",
|
|
"oauth_label_secret_ph" => "Type your secret key",
|
|
"oauth_label_view" => "Show Text",
|
|
"oauth_label_active" => "Activate Social Network",
|
|
"oauth_alert_add" => "Saved successfully!",
|
|
"oauth_alert_error" => "Error saving!",
|
|
|
|
// TEMPLATE - index
|
|
"template_title" => "Templates",
|
|
"template_subtitle" => "Template Settings",
|
|
"template_subtitle_email" => "Email Templates",
|
|
"template_label_title" => "Title",
|
|
"template_label_title_ph" => "Type your title",
|
|
"template_label_message" => "Message",
|
|
"template_label_forgot_pass" => "Forgot password",
|
|
"template_label_welcome" => "Welcome",
|
|
"template_label_tfa" => "Two-Factor Authentication (2FA)",
|
|
"template_label_tag" => "View Keywords",
|
|
"template_alert_add" => "Saved successfully!",
|
|
"template_alert_error" => "Error saving!",
|
|
"template_modal_title" => "Key words",
|
|
"template_modal_subtitle" => "Below are some keywords that can be incorporated into the text:",
|
|
"template_modal_btn_1" => "Close",
|
|
"template_modal_copy" => "Copied!",
|
|
"template_modal_copy_msg" => "Successfully copied!",
|
|
"template_label_confirmation_email" => "Email Confirmation",
|
|
"template_label_notification" => "New Accounts Notification",
|
|
|
|
// SETTINGS - index
|
|
"settings_title" => "Settings",
|
|
"settings_subtitle" => "General Settings",
|
|
"settings_label_general" => "General",
|
|
"settings_label_general_title" => "General Settings",
|
|
"settings_label_general_subtitle_1" => "Set page settings below:",
|
|
"settings_label_general_subtitle_2" => "Set the default initial settings below:",
|
|
"settings_label_email" => "Email",
|
|
"settings_label_email_title" => "Email Settings",
|
|
"settings_label_email_subtitle_1" => "Set the email sending settings below:",
|
|
"settings_label_captcha" => "Captcha",
|
|
"settings_label_captcha_title" => "Captcha Settings",
|
|
"settings_label_captcha_subtitle_1" => "Set the captcha usage settings below:",
|
|
"settings_label_captcha_subtitle_2" => "Set the captcha display location below:",
|
|
"settings_label_auth" => "Authentication",
|
|
"settings_label_auth_title" => "Authentication Settings",
|
|
"settings_label_auth_subtitle_1" => "Define below whether you want to enable two-factor authentication:",
|
|
"settings_label_auth_subtitle_2" => "Define below whether you want to block access attempts:",
|
|
"settings_label_storage" => "Storage",
|
|
"settings_label_storage_title" => "Storage Settings",
|
|
"settings_label_storage_subtitle_1" => "Set the default storage gateway below:",
|
|
"settings_label_storage_subtitle_2" => "Set your Amazon S3 or MinIO storage settings below:",
|
|
"settings_label_backup" => "MySql Backup",
|
|
"settings_label_backup_title" => "Data Backup Settings",
|
|
"settings_label_backup_subtitle_1" => "Set the backup settings below:",
|
|
"settings_label_backup_btn_1" => "Generate and Download Backup",
|
|
"settings_label_register" => "Records",
|
|
"settings_label_register_title" => "Registration and Login Settings",
|
|
"settings_label_register_subtitle_1" => "Set registration and login settings for new users below:",
|
|
"settings_label_notification" => "Notifications",
|
|
"settings_label_notification_title" => "Notifications Settings",
|
|
"settings_label_notification_subtitle_1" => "Set below if you want to receive notifications from new users by:",
|
|
"settings_label_api" => "API",
|
|
"settings_label_api_title" => "API Settings",
|
|
"settings_label_api_subtitle_1" => "Set below if you want to enable API usage:",
|
|
"settings_label_logs" => "Logs",
|
|
"settings_label_logs_title" => "Logs Settings",
|
|
"settings_label_logs_subtitle_1" => "Define below whether you want to clear access logs frequently:",
|
|
"settings_field_title" => "Page Title",
|
|
"settings_field_title_ph" => "Enter page title",
|
|
"settings_field_logo" => "",
|
|
"settings_field_icon" => "",
|
|
"settings_field_default_language" => "Language",
|
|
"settings_field_default_role" => "Group User Permission",
|
|
"settings_field_default_date_format" => "Date Format",
|
|
"settings_field_default_hour_format" => "Time Format",
|
|
"settings_field_default_currency" => "Currency",
|
|
"settings_field_default_currency_position" => "Currency Symbol",
|
|
"settings_field_default_currency_position_left" => "Left",
|
|
"settings_field_default_currency_position_right" => "On the Right",
|
|
"settings_field_default_currency_separation" => "Currency Separation",
|
|
"settings_field_default_currency_separation_dot" => "Per Point 0.00",
|
|
"settings_field_default_currency_separation_coma" => "Per Comma 0.00",
|
|
"settings_field_default_country" => "Country",
|
|
"settings_field_default_theme" => "Layout Backend",
|
|
"settings_field_default_theme_front" => "Layout Frontend",
|
|
"settings_field_frontend" => "Activate Frontend",
|
|
"settings_field_default_timezone" => "Timezone",
|
|
"settings_field_seo_description" => "Description (SEO)",
|
|
"settings_field_seo_keywords" => "Keywords (SEO)",
|
|
"settings_field_test_send" => "Please do a test submission to verify that the above settings are correct.",
|
|
"settings_field_test_send_btn" => "Send",
|
|
"settings_field_email_gateway" => "Email Gateway",
|
|
"settings_field_email_gateway_smtp" => "SMTP",
|
|
"settings_field_email_name" => "Name in Email",
|
|
"settings_field_email_name_ph" => "Enter name in email",
|
|
"settings_field_email_address" => "Email Address",
|
|
"settings_field_email_address_ph" => "Enter email address",
|
|
"settings_field_email_smtp" => "Server (Host)",
|
|
"settings_field_email_smtp_ph" => "Enter the host address",
|
|
"settings_field_email_port" => "Port (Host)",
|
|
"settings_field_email_port_ph" => "Enter the host port",
|
|
"settings_field_email_pass" => "Email Password",
|
|
"settings_field_email_pass_ph" => "Enter email password",
|
|
"settings_field_email_cert" => "Authentication",
|
|
"settings_field_email_cert_none" => "None",
|
|
"settings_field_email_cert_ssl" => "SSL",
|
|
"settings_field_email_cert_tls" => "TLS",
|
|
"settings_field_email_account_id" => "Account ID",
|
|
"settings_field_email_account_id_ph" => "Enter Account ID",
|
|
"settings_field_email_auth_token" => "Token Auth",
|
|
"settings_field_email_auth_token_ph" => "Enter Authentication Token",
|
|
"settings_field_email_info_add" => "Additional Information",
|
|
"settings_field_email_info_add_ph" => "Enter information",
|
|
"settings_field_captcha_gateway" => "Gateway Captcha",
|
|
"settings_field_captcha_gateway_recaptcha" => "reCaptcha",
|
|
"settings_field_captcha_gateway_hcaptcha" => "hCaptcha",
|
|
"settings_field_captcha_site_key" => "Site Key",
|
|
"settings_field_captcha_site_key_ph" => "Enter site key",
|
|
"settings_field_captcha_secret_key" => "Secret Key",
|
|
"settings_field_captcha_secret_key_ph" => "Enter secret key",
|
|
"settings_field_captcha_register" => "Captcha Registration Screen",
|
|
"settings_field_captcha_login" => "Captcha Login Screen",
|
|
"settings_field_captcha_recovery" => "Captcha Password Recovery",
|
|
"settings_field_registration" => "Registration Screen",
|
|
"settings_field_terms_conditions" => "Terms and Conditions",
|
|
"settings_field_terms_conditions_text" => "Terms and Conditions",
|
|
"settings_field_email_confirmation" => "Email confirmation",
|
|
"settings_field_send_welcome_message" => "Welcome Email",
|
|
"settings_field_remember_me" => "Remember Me",
|
|
"settings_field_forgot_password" => "Forgot Password",
|
|
"settings_field_send_email_register" => "Email",
|
|
"settings_field_send_notification_register" => "Panel Notification",
|
|
"settings_field_two_factor_auth" => "Two Factor (2FA)",
|
|
"settings_field_throttle_auth" => "Authentication of Attempts",
|
|
"settings_field_throttle_auth_max_attempts" => "Numbers of Attempts",
|
|
"settings_field_throttle_auth_max_attempts_ph" => "Enter the number of attempts",
|
|
"settings_field_throttle_auth_lockour_time" => "Lockout Time",
|
|
"settings_field_throttle_auth_lockour_time_ph" => "Enter time interval",
|
|
"settings_field_jwt_token_lifetime" => "JWT Token Time",
|
|
"settings_field_jwt_token_lifetime_ph" => "Enter token renewal time",
|
|
"settings_field_jwt_private_key" => "JWT Private Key",
|
|
"settings_field_jwt_private_key_ph" => "Enter private key",
|
|
"settings_field_enable_api" => "API RestFul",
|
|
"settings_field_remove_log" => "Remove Logs",
|
|
"settings_field_remove_log_time" => "Clear every",
|
|
"settings_field_remove_log_time_ph" => "Enter the number of days to clear",
|
|
"settings_field_remove_log_last_date" => "Last Cleanup",
|
|
"settings_field_storage_gateway" => "Storage Gateway",
|
|
"settings_field_storage_gateway_local" => "Local",
|
|
"settings_field_storage_gateway_aws" => "Amazon S3",
|
|
"settings_field_storage_gateway_minio" => "MinIO",
|
|
"settings_field_backup_storage" => "Storage",
|
|
"settings_field_backup_table" => "Table",
|
|
"settings_field_backup_table_all" => "All",
|
|
"settings_field_backup_table_user" => "Users",
|
|
"settings_field_backup_table_settings" => "Settings",
|
|
"settings_field_backup_email" => "Email Notification",
|
|
"settings_field_backup_email_ph" => "Enter notification email",
|
|
"settings_field_backup_notification_email" => "Notify by Email",
|
|
"settings_field_backup_automatic" => "Automatic Backup (Cron)",
|
|
"settings_field_backup_time" => "Time",
|
|
"settings_alert_add" => "Successfully saved!",
|
|
"settings_alert_error" => "Error saving!",
|
|
"settings_label_cron" => "Cron Tasks",
|
|
"settings_label_cron_title" => "Cron Tasks Settings",
|
|
"settings_label_cron_subtitle_1" => "Below is shown how to configure cron tasks on your hosting.",
|
|
"settings_label_cron_subtitle_2" => "The latest error records in crontab are listed below.",
|
|
"settings_label_cron_timer" => "CronTab Timer:",
|
|
"settings_label_cron_timer_time" => "Every 5 minutes (*/5 * * * *)",
|
|
"settings_field_aws_endpoint" => "endpoint (MinIO)",
|
|
"settings_field_aws_endpoint_ph" => "Enter endpoint for MinIO",
|
|
"settings_field_aws_key" => "Key",
|
|
"settings_field_aws_key_ph" => "Enter key",
|
|
"settings_field_aws_secret" => "Secret Key",
|
|
"settings_field_aws_secret_ph" => "Enter secret key",
|
|
"settings_field_aws_region" => "Region",
|
|
"settings_field_aws_region_ph" => "Enter region",
|
|
"settings_field_aws_bucket" => "Bucket",
|
|
"settings_field_aws_bucket_ph" => "Bucket name",
|
|
"settings_field_send_user_register" => "User who will receive notifications",
|
|
"settings_label_api_subtitle_2" => "Below all calls to APIRest are listed.",
|
|
"settings_label_api_users" => "Users",
|
|
"settings_label_api_auth" => "Authentication and Status Service",
|
|
"settings_label_api_download" => "Download Postman Collection",
|
|
"settings_field_group_api" => "Group Access Allowed",
|
|
"settings_field_block_api" => "Block External Access",
|
|
"settings_field_ip_api" => "Allowed IP Address",
|
|
"settings_field_ip_api_ph" => "Set an IP address if you set external blocking.",
|
|
"settings_grid_routine" => "Cron Routine",
|
|
"settings_group_grid_error" => "Error Message",
|
|
"settings_group_grid_created_at" => "Registration Date",
|
|
"settings_alert_email_test_send" => "Sent with success!",
|
|
"settings_alert_email_test_error" => "Error sending!",
|
|
|
|
// NOTIFICATION - index
|
|
"notification_title" => "Notifications",
|
|
"notification_subtitle" => "Notification List",
|
|
"notification_btn_add" => "Add New",
|
|
"notification_btn_edit" => "Edit",
|
|
"notification_btn_delete" => "Delete",
|
|
"notification_grid_sender" => "Sender",
|
|
"notification_grid_recipient" => "Recipient",
|
|
"notification_grid_title" => "Title",
|
|
"notification_grid_dashboard" => "Dashboard",
|
|
"notification_grid_created" => "Date Created",
|
|
"notification_grid_updated" => "Date Updated",
|
|
"notification_grid_email" => "Email Sent?",
|
|
"notification_grid_view" => "Read?",
|
|
"notification_grid_options" => "Options",
|
|
"notification_grid_yes" => "Yes",
|
|
"notification_grid_no" => "No",
|
|
"notification_delete_title" => "Are you sure you want to delete?",
|
|
"notification_delete_subtitle" => "You will not be able to retrieve this information!",
|
|
"notification_delete_btn_ok" => "Yes, Delete!",
|
|
"notification_delete_btn_cancel" => "Cancel",
|
|
"notification_alert_add" => "Successfully added!",
|
|
"notification_alert_edit" => "Edited successfully!",
|
|
"notification_alert_delete" => "Successfully deleted!",
|
|
|
|
// NOTIFICATION - form
|
|
"notification_add_title" => "New Notification",
|
|
"notification_add_subtitle" => "Add New Notification",
|
|
"notification_edit_title" => "Edit Notification",
|
|
"notification_edit_subtitle" => "Edit Notification",
|
|
"notification_field_title" => "Title",
|
|
"notification_field_title_ph" => "Enter title",
|
|
"notification_field_user" => "User",
|
|
"notification_field_user_all" => "All",
|
|
"notification_field_body" => "Message",
|
|
"notification_field_send_msg" => "Would you like to send the notification also by:",
|
|
"notification_field_send_email" => "Send by email?",
|
|
"notification_field_send_label" => "Send",
|
|
|
|
// NOTIFICATION - rules
|
|
"notification_rules_title_r" => "The title field is required!",
|
|
"notification_rules_body_r" => "Message field is required!",
|
|
|
|
// NOTIFICATION - Bell Header
|
|
"notification_title_my" => "My Notifications",
|
|
"notification_subtitle_my" => "Notification List",
|
|
"notification_subtitle_view" => "View My Notification",
|
|
"notification_bell_btn" => "See all notifications",
|
|
"notification_view_btn" => "View",
|
|
"notification_grid_view_my" => "Viewed",
|
|
"notification_grid_created_my" => "Received",
|
|
|
|
// CronTab and Demo Mode
|
|
"crontab_backup_success" => "Backup successfully generated on: ",
|
|
"crontab_backup_error" => "Error generating backup!",
|
|
"crontab_email_error" => "An error occurred while trying to send email.",
|
|
"general_demo_mode" => "System in Demo Mode!",
|
|
|
|
// v1.2.1
|
|
"global_select" => "Select an item",
|
|
|
|
/**
|
|
*
|
|
* SAFEKAT
|
|
*
|
|
*/
|
|
|
|
// NOMBRES DE LOS PERMISOS
|
|
"permisos_index" => "List",
|
|
"permisos_view" => "View",
|
|
"permisos_add" => "Add",
|
|
"permisos_editar" => "Edit",
|
|
"permisos_save" => "Save",
|
|
"permisos_del" => "Delete",
|
|
"permisos_export" => "Export",
|
|
"permisos_import" => "Import",
|
|
|
|
"permisos_general" => "General",
|
|
"permisos_perfil" => "Profile",
|
|
"permisos_actividad" => "Activity",
|
|
"permisos_configuracion" => "Configuration",
|
|
"permisos_my" => "My",
|
|
"permisos_notificacion" => "Notification",
|
|
|
|
"permisos_usuarios" => "Users",
|
|
"permisos_usuario" => "User",
|
|
"permisos_roles" => "Roles",
|
|
|
|
"permisos_logistica" => "Logistics",
|
|
|
|
"permisos_tarifas" => "Rates",
|
|
"permisos_tarifapreimpresion" => "Preprinting",
|
|
"permisos_tarifamanipulado" => "Handling",
|
|
"permisos_tarifapapelcompra" => "Paper",
|
|
"permisos_tarifaacabado" => "Finish",
|
|
"permisos_tarifapapeldefecto" => "Default paper",
|
|
"permisos_tarifaenvio" => "Shipping",
|
|
"permisos_tarifaimpresion" => "Printing",
|
|
|
|
"permisos_configuracion" => "Configuration",
|
|
"permisos_tareasservicio" => "Service tasks",
|
|
"permisos_formaspago" => "Payment methods",
|
|
"permisos_papelgenerico" => "Generic paper",
|
|
"permisos_tiposimpresion" => "Printing types",
|
|
"permisos_trabajo" => "Work",
|
|
"permisos_maquina" => "Machine",
|
|
"permisos_tamaniolibros" => "Books size",
|
|
"permisos_imposiciones" => "Impositions",
|
|
"permisos_seriefactura" => "Billing series",
|
|
"permisos_tamanioformatos" => "Format size",
|
|
"permisos_serviciocliente" => "Customer service",
|
|
"permisos_calendario" => "Calendar",
|
|
"permisos_correo" => "Mail",
|
|
"permisos_paises" => "Countries",
|
|
"permisos_tipologias" => "Tipologies",
|
|
|
|
"permisos_presupuestos" => "Budgets",
|
|
"permisos_presupuestomaquetacion" => "Layout",
|
|
|
|
"permisos_catalogo" => "Catalogue",
|
|
|
|
"permisos_clientes" => "Customers",
|
|
"permisos_tarifacliente" => "Customer fee",
|
|
|
|
"permisos_proveedores" => "Providers",
|
|
|
|
"permisos_informes" => "Reports",
|
|
|
|
"permisos_facturación" => "Billing",
|
|
"permisos_albaran" => "Delivery notes",
|
|
"permisos_facturas" => "Invoices",
|
|
|
|
"permisos_pedidos" => "Orders",
|
|
|
|
"permisos_digitalización" => "Digitalisation",
|
|
|
|
"permisos_produccion" => "Production",
|
|
"permisos_ordentrabajomaquetacion" => "Layout work order",
|
|
"permisos_ordenmaquina" => "Machine order",
|
|
"permisos_pedidoproduccion" => "Orders",
|
|
"permisos_ordentrabajo" => "Work order",
|
|
|
|
|
|
// MENUS
|
|
"menu_dashboard" => "Dashboard",
|
|
|
|
"menu_clientes" => "Customers",
|
|
"menu_tarifacliente" => "Customer Fee",
|
|
|
|
"menu_configuration" => "Settings",
|
|
"menu_calendario" => "Calendar",
|
|
"menu_paises" => "Countries",
|
|
"menu_correo" => "Mail",
|
|
"menu_formaspago" => "Payment methods",
|
|
"menu_imposiciones" => "Impositions",
|
|
"menu_maquina" => "Machines",
|
|
"menu_papelgenerico" => "Generic paper",
|
|
"menu_papelimpresion" => "Printing paper",
|
|
"menu_seriefactura" => "Billing series",
|
|
"menu_serviciocliente" => "Customer service",
|
|
"menu_tamanioformatos" => "Format size",
|
|
"menu_tamaniolibros" => "Books size",
|
|
"menu_tareasservicio" => "Service tasks",
|
|
"menu_tiposimpresion" => "Printing types",
|
|
"menu_trabajo" => "Works",
|
|
"menu_trabajo" => "Tipologies",
|
|
|
|
"menu_digitalizacion" => "Digitalisation",
|
|
|
|
"menu_logistica" => "Logistics",
|
|
|
|
"menu_facturación" => "Billing",
|
|
"menu_albaran" => "Delivery notes",
|
|
"menu_facturas" => "Invoices",
|
|
|
|
"menu_informes" => "Reports",
|
|
|
|
"menu_pedidos" => "Orders",
|
|
|
|
"menu_presupuestos" => "Budgets",
|
|
"menu_presupuestomaquetacion" => "Layout budgets",
|
|
|
|
"menu_produccion" => "Production",
|
|
"menu_ordentrabajomaquetacion" => "Layout work order",
|
|
"menu_ordenmaquina" => "Machine order",
|
|
"menu_pedidoproduccion" => "Orders",
|
|
"menu_ordentrabajo" => "Work order",
|
|
|
|
"menu_proveedores" => "Providers",
|
|
|
|
"menu_tarifas" => "Rates",
|
|
"menu_tarifapreimpresion" => "Preprinting",
|
|
"menu_tarifamanipulado" => "Handling",
|
|
"menu_tarifapapelcompra" => "Paper",
|
|
"menu_tarifaacabado" => "Finish",
|
|
"menu_tarifapapeldefecto" => "Default paper",
|
|
"menu_tarifaenvio" => "Shipping",
|
|
"menu_tarifaimpresion" => "Printing",
|
|
|
|
"menu_users" => "Users",
|
|
"menu_permission_group" => "Roles and permissions",
|
|
|
|
"menu_registration" => "Registration",
|
|
"menu_settings" => "Settings",
|
|
"menu_general" => "General",
|
|
"menu_logout" => "Logout",
|
|
"menu_profile" => "My Profile",
|
|
"menu_activity" => "Activities",
|
|
"menu_notification" => "Notifications",
|
|
"menu_list" => "List",
|
|
"menu_add" => "Add",
|
|
"menu_oauth" => "Authentications",
|
|
"menu_template" => "Templates",
|
|
]; |