From e8a64b7c1c0465272f276d893036811ba784cbb7 Mon Sep 17 00:00:00 2001 From: Kieran Date: Thu, 19 Sep 2024 10:14:36 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=84=20Sync=20supportpal/addon-language?= =?UTF-8?q?-english=20(#2)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🔄 Sync https://github.com/supportpal/addon-language-english Co-authored-by: github-actions[bot] Co-authored-by: Jay <602425+jshah4517@users.noreply.github.com> --- Lang/sv/actions.php | 17 ++- Lang/sv/conditions.php | 16 ++- Lang/sv/core.php | 99 +++++++++++++++- Lang/sv/events.php | 16 +++ Lang/sv/general.php | 14 +++ Lang/sv/installer.php | 32 +++-- Lang/sv/integrations.php | 59 ++++++++++ Lang/sv/locale.php | 120 ++++++++----------- Lang/sv/log.php | 74 +++++++++++- Lang/sv/messages.php | 20 +++- Lang/sv/notification.php | 9 +- Lang/sv/permission.php | 16 ++- Lang/sv/report.php | 245 ++++++++++++++++++++++++--------------- Lang/sv/selfservice.php | 7 +- Lang/sv/ticket.php | 56 ++++++--- Lang/sv/user.php | 91 ++++++++++----- Lang/sv/validation.php | 20 ++-- 17 files changed, 655 insertions(+), 256 deletions(-) create mode 100644 Lang/sv/integrations.php diff --git a/Lang/sv/actions.php b/Lang/sv/actions.php index 8afe21b..b5f8439 100644 --- a/Lang/sv/actions.php +++ b/Lang/sv/actions.php @@ -26,11 +26,7 @@ /* * 2.2.0 */ - "increase_due_time" => "FörlĂ€ng förfallotiden", "close_and_lock_ticket" => "StĂ€ng och lĂ„s Ă€rendet", - "pause_due_time" => "Pausa förfallotiden", - "reduce_due_time" => "Minska förfallotiden", - "set_due_time" => "SĂ€tt fĂ€rfallotid", "unlock_ticket" => "LĂ„s upp Ă€rendet", "update_sla_plan" => "Uppdatera SLA planen", "update_subject" => "Uppdatera Ă€mnesraden", @@ -74,8 +70,17 @@ "block_user" => "Block user", /* - * 2.6.0 + * 5.0.0 */ - "clear_due_time" => "Clear due time", + "increase_resolve_due_time" => "Increase resolution due time", + "increase_reply_due_time" => "Increase reply due time", + "reduce_resolve_due_time" => "Reduce resolution due time", + "reduce_reply_due_time" => "Reduce reply due time", + "set_resolve_due_time" => "Set resolution due time", + "set_reply_due_time" => "Set reply due time", + "clear_resolve_due_time" => "Clear resolution due time", + "clear_reply_due_time" => "Clear reply due time", + "pause_due_times" => "Pause due times", + "unpause_due_times" => "Unpause due times", ); diff --git a/Lang/sv/conditions.php b/Lang/sv/conditions.php index 01bd6f9..6999fca 100644 --- a/Lang/sv/conditions.php +++ b/Lang/sv/conditions.php @@ -81,11 +81,6 @@ */ "last_message_content" => "Last message content", - /* - * 2.5.0 - */ - "user_email_confirmed" => "User email confirmed", - /* * 3.0.0 */ @@ -112,4 +107,15 @@ * 4.0.0 */ "last_message_content_exc_notes" => "Last message content (excluding notes)", + + /* + * 5.0.0 + */ + "user_email_verified" => "User email verified", + "ticket_has_followup" => "Ticket has follow up", + + /* + * 5.3.0 + */ + "user_registered" => "User registered", ); diff --git a/Lang/sv/core.php b/Lang/sv/core.php index 681c0dd..d1f7a3d 100644 --- a/Lang/sv/core.php +++ b/Lang/sv/core.php @@ -90,7 +90,6 @@ "smtp_username" => "SMTP-anvĂ€ndarnamn", "smtp_password" => "SMTP-lösenord", "ssl" => "SSL", - "tls" => "TLS", "email_content" => "E-postinnehĂ„ll", "email_content_desc" => "Skriv in ett standardĂ€mne och e-postinnehĂ„ll för denna mall. Du kan skriva denna mall i andra sprĂ„k. Om en mall inte har ett annat sprĂ„k sĂ„ kommer den att anvĂ€nda standarddatan.", "outgoing" => "UtgĂ„ende", @@ -174,7 +173,6 @@ "schedule_task_cron" => "Cronjobb", "schedule_task_3" => "Skapa ett cronjobb liknande exemplet nedan pĂ„ din server för att schemalagda aktiviteter ska köras automatiskt.", "ticket_channel_desc" => "Ärendekanaler Ă€r metoder för att skapa Ă€renden. De kan lĂ€tt bli utökade att inkludera dina egna kanaler till exempel Ă€renden öppnade via Instagram.", - "ticket_channel_2" => "Vi tillhandahĂ„ller ett antal standardkanaler. Du kan aktivera och konfigurera Facebook- och Twitter-kanalerna att samla Ă€renden genererade via sociala medier.", "user_desc" => "AnvĂ€ndare som interagerar med ditt system visas hĂ€r.Du kan lĂ€gga till, Ă€ndra och ta bort anvĂ€ndare som du vill.", "organisation_desc" => "AnvĂ€ndare kan bli tilldelade organisationer som ger dem tillgĂ„ng till Ă€renden öppnade av andra anvĂ€ndare inom sin organisation.", "operator_desc" => "Andra personalmedlemmar kan bli tillagda som operatörer hĂ€r tillsammans med att hantera vilka avdelningar de tillhör.", @@ -333,7 +331,6 @@ "reprocess_email_desc" => "We recommend to review what originally blocked the email and make any necessary changes before attempting to reprocess.", "email_blocked_desc" => "The email failed to send several times, it must now be manually sent.", "captcha_type" => "Captcha Type", - "captcha_type_desc" => "Select the Captcha to be used throughout the system. We recommend switching to Google reCAPTCHA, which requires additional configuration.", "default_captcha" => "Default Captcha", "recaptcha_site_key" => "Site Key", "recaptcha_secret_key" => "Secret Key", @@ -361,7 +358,7 @@ */ "enable_ssl_warning" => "If you enable this setting when the page doesn't load correctly, you may be locked out of SupportPal!", "verify_frontend_loads" => "Please verify that the frontend loads correctly below.", - "twig_operator_signature" => "The {{ operator.signature|raw }} merge field will be processed at runtime hence the preview may be incorrect.", + "twig_operator_reply_template" => "The {{ operator.reply_template|raw }} merge field will be processed at runtime hence the preview may be incorrect.", /* * 2.4.1 @@ -591,4 +588,98 @@ "browse_image" => "Browse for an image", "drop_image" => "Drop an image here", + /* + * 4.2.0 + */ + "keyboard_shortcuts" => "Keyboard Shortcuts", + "enable_keyboard_shortcuts" => "Enable keyboard shortcuts", + "shortcut_global" => "Global shortcuts", + "shortcut_toggle" => "Toggle the keyboard shortcuts dialog", + "shortcut_start_search" => "Start search", + "shortcut_goto_new_ticket" => "Go to the open new ticket page", + "shortcut_ticket_view" => "Ticket view shortcuts", + "shortcut_focus_reply" => "Focus the reply form", + "shortcut_focus_notes" => "Focus the notes form", + "shortcut_focus_forward" => "Focus the forward form", + "shortcut_toggle_user_tab" => "Toggle the user details tab in the sidebar", + "shortcut_take_ticket" => "Take ticket", + "shortcut_close_ticket" => "Close ticket", + "shortcut_lock_ticket" => "Close & lock ticket", + "shortcut_unlock_ticket" => "Unlock ticket", + "shortcut_trash_ticket" => "Move ticket to trash", + "shortcut_block_user" => "Block user and move ticket to trash", + "shortcut_watch_ticket" => "Watch ticket", + "shortcut_unwatch_ticket" => "Unwatch ticket", + "shortcut_merge_ticket" => "Merge ticket", + "shortcut_unmerge_ticket" => "Unmerge ticket", + "shortcut_expand_all" => "Expand all messages", + "shortcut_collapse_all" => "Collapse all messages", + "shortcut_print_ticket" => "Print ticket details and messages", + + /* + * 4.3.0 + */ + "db_connection_error" => "Database connection error, please check :path", + + /* + * 5.0.0 + */ + "favicon_dark_mode" => "Dark Mode Favicon", + "favicon_dark_mode_desc" => "If your favicon was designed to only work on a light background, set a different favicon for dark mode. This will only be used if your browser and/or operating system is running in dark mode.", + "template_mode_system_desc" => "Choosing system will synchronise the template mode to light or dark mode depending on your operating system theme settings.", + + /* + * 5.0.1 + */ + "starttls_or_none" => "STARTTLS / None", + + /* + * 5.1.0 + */ + "email_attempt_at_desc" => "The email failed to send. Retrying again :time.", // :time example, "in 5 mins" + "websockets_connection" => "Web Sockets Connection", + "websockets_not_running" => "Unable to connect to web socket server.", + "search_driver_check" => "Search Driver", + "search_driver_not_working" => "The configured search driver is not working correctly.", + + /* + * 5.2.0 + */ + "temporary_path" => "Temporary Path", + "temporary_path_desc" => "The temporary path is used to store files during the update. The system temporary path is used by default. The path must have at least 3GB of free space.", + "background_jobs_desc" => "Below are a list of background jobs that have failed recently.", + "failed_jobs" => "Failed Jobs", + "horizon_dashboard" => "Horizon Dashboard", + "job" => "Job|Jobs", + "job_payload" => "Job Payload", + "job_exception" => "Job Exception", + "failed_at" => "Failed At", + "queue" => "Queue", + "exception" => "Exception", + "data" => "Data", + "failed_background_jobs" => "One or more background jobs have failed and require manual attention.", + + /* + * 5.3.0 + */ + "ticket_channel_2" => "Vi tillhandahĂ„ller ett antal standardkanaler. Du kan aktivera och konfigurera Facebook- och Twitter-kanalerna att samla Ă€renden genererade via sociala medier.", + "incoming_duplicate" => "Incoming (Duplicate)", + + /* + * 5.4.0 + */ + "email_method_overridden" => "The email method has been overridden in the default brand settings.", + "addon_not_found" => "Add-on not found.", + "deactivating_addon" => "Deactivating add-on...", + "addon_already_activated" => "Add-on already activated.", + "addon_already_deactivated" => "Add-on already deactivated.", + "addon_cannot_deactivate" => "Add-on cannot be deactivated.", + "addon_activation_failed" => "Add-on activation failed, check the application log for more information.", + "addon_deactivation_failed" => "Add-on deactivation failed, check the application log for more information.", + "site_key" => "Site Key", + "secret_key" => "Secret Key", + "turnstile_desc" => "Please register a new Turnstile widget at Cloudflare. Copy the site and secret key above.", + "hcaptcha_desc" => "Please register at hCaptcha. Copy the site and secret key above.", + "captcha_type_desc" => "Select the Captcha to be used throughout the system. We recommend switching to Google reCAPTCHA, which requires additional configuration.", + ); diff --git a/Lang/sv/events.php b/Lang/sv/events.php index 35a0ec3..86d3bdb 100644 --- a/Lang/sv/events.php +++ b/Lang/sv/events.php @@ -20,4 +20,20 @@ "update_subject" => "Subject updated", "update_watching" => "Watching operators updated", + /* + * 5.0.0 + */ + "update_custom_field" => "Custom field updated", + "operator_draft" => "Operator draft updated", + "update_cc" => "CC email addresses updated", + "update_due_time" => "Due time updated", + "update_sla_plan" => "SLA plan updated", + "update_locked" => "Ticket locked", + "update_unlocked" => "Ticket unlocked", + + /* + * 5.1.0 + */ + "update_message" => "Message updated", + ); diff --git a/Lang/sv/general.php b/Lang/sv/general.php index 41ab54b..1008cec 100644 --- a/Lang/sv/general.php +++ b/Lang/sv/general.php @@ -415,4 +415,18 @@ "more_information" => "More Information", "details" => "Details", + /* + * 4.1.0 + */ + "merge" => "Merge", + + /* + * 5.0.0 + */ + "invited" => "Invited", + "apply" => "Apply", + "opened" => "Opened", + "week" => "Week|Weeks", + "quarter" => "Quarter|Quarters", + ); diff --git a/Lang/sv/installer.php b/Lang/sv/installer.php index c4e55a8..eb9fedf 100644 --- a/Lang/sv/installer.php +++ b/Lang/sv/installer.php @@ -64,12 +64,6 @@ "help_desc" => "Should you need any help in configuring or using SupportPal, we have two main sources of information:", "submit_a_ticket" => "Submit a Ticket", - /* - * 2.0.1 - */ - - "post_install" => "For the system to function properly, a cron job must be set-up. Please read our post installation steps for details on this and other recommend actions to improve functionality and security.", - /* * 2.0.2 */ @@ -111,15 +105,12 @@ "allow_url_fopen" => "'allow_url_fopen' Enabled", "allow_url_fopen_failure" => "Enable 'allow_url_fopen' in your php.ini file to use Gravatar and other features.", "allowed_methods" => "HTTP Allowed Methods", - "help_allowed_methods" => "Your web server must permit all of the below HTTP methods. Please check our New Installation documentation for more information.", /* * 2.4.0 */ "mysql_server_version" => "Server Version >= :min", "mysql_server_version_desc" => "MySQL :min or greater is required to run SupportPal. Found: ':version'.", - "mysql_client_version" => "Client Version >= :min (:mysqlnd_min for MySQLnd)", - "mysql_client_version_desc" => "MySQL client version :min or greater (:mysqlnd_min for MySQLnd) is required to run SupportPal. Found: ':version'.", "upgrade_step" => "Step :num of :total: ", "accept_eula" => "Accept EULA", @@ -134,7 +125,6 @@ */ "press_to_begin" => "Please press the button below to start.", "locked" => "Install/Upgrade In-Progress", - "locked_desc" => "Detected a lock file (:path).\nPlease check that the installer is not already running.\n\nYou can delete this file when you're certain that another installation or upgrade is not in progress.", "error_and_empty_database" => "There was an error. You may need to empty the database before starting again.", "login_with_details" => "You can login using the details specified earlier.", @@ -192,4 +182,26 @@ * 3.7.0 */ "troubleshooting_tips" => "Get troubleshooting tips", + + /* + * 4.2.0 + */ + "app_manager_version_not_supported" => "App Manager (:version) is not supported.", + "running_upgrade" => "Running app upgrade", + "upgrade_complete_success" => "App upgrade completed successfully.", + "app_manager_requires_update" => "Must update app-manager before running helpdesk update. :command", + + /* + * 5.0.0 + */ + "mysql_client_version" => "Client Version >= :min (:mysqlnd_min for MySQLnd)", + "mysql_client_version_desc" => "MySQL client version :min or greater (:mysqlnd_min for MySQLnd) is required to run SupportPal. Found: ':version'.", + "post_install" => "For the system to function properly, a cron job must be set-up. Please read our post installation steps for details on this and other recommend actions to improve functionality and security.", + "help_allowed_methods" => "Your web server must permit all of the below HTTP methods. Please check our New Installation documentation for more information.", + + /* + * 5.3.0 + */ + "check_file_permissions" => "Checking file permissions...", + ); diff --git a/Lang/sv/integrations.php b/Lang/sv/integrations.php new file mode 100644 index 0000000..c4cf81c --- /dev/null +++ b/Lang/sv/integrations.php @@ -0,0 +1,59 @@ + "App ID", + "app_secret" => "App Secret", + "api_key" => "API Key", + + "algolia_documentation" => "Please read over our documentation for setting up Algolia.", + + "facebook_documentation" => "Please read over our documentation for setting up Facebook.", + "facebook_redirect_url" => "The following URL must be entered for the Facebook Login 'Valid OAuth redirect URIs':", + + "google_documentation" => "Please read over our documentation for setting up Google.", + "google_redirect_url" => "The following URL(s) must be entered for the Google 'Authorized redirect URIs':", + + "microsoft_documentation" => "Please read over our documentation for setting up Microsoft.", + "microsoft_redirect_url" => "The following URL(s) must be entered for the Application 'Redirect URIs':", + + "pusher_hosting" => "Hosting", + "pusher_cloud" => "Cloud (pusher.com)", + "pusher_self_hosted" => "Self-Hosted", + "pusher_key" => "Key", + "pusher_secret" => "Secret", + "pusher_cluster" => "Cluster", + "pusher_internal_host" => "Internal Host", + "pusher_internal_host_desc" => "The internal hostname or IP address of the web socket server.", + "pusher_internal_port_desc" => "The port of the internal web socket server.", + "pusher_external_host" => "External Host", + "pusher_external_host_desc" => "The hostname or IP address of the web socket server that members of the public can access. Please leave blank to default to the hostname of your help desk.", + "pusher_external_port_desc" => "The port of the public web socket server. Please leave blank to default to the same port as your webserver", + "pusher_encryption_desc" => "Enable if you've configured an SSL certificate on the web socket server.", + "pusher_unable_to_receive_updates" => "Unable to receive real-time updates. Please check your internet connection.", + + "steam_documentation" => "Please read over our documentation for setting up Steam.", + + "twilio_account_details" => "Account Details", + "twilio_account_details_desc" => "The account SID and auth token are available on your account console under 'Account Info'.", + "twilio_account_sid" => "Account SID", + "twilio_auth_token" => "Auth Token", + "twilio_api_details" => "API Details", + "twilio_api_details_desc" => "Search for 'API Keys' in the console. Create an API key, and enter the key and secret below.", + "twilio_api_secret" => "API Secret", + "twilio_number_verification" => "Number Verification", + "twilio_number_verification_desc" => "Optional - Enter a verification service SID to enable verification of user phone numbers. This is recommended to avoid a user entering any phone number - the Verify service by Twilio is chargeable.", + "twilio_verify_sid" => "Verification SID", + + "twitter_api_key_secret" => "API Key Secret", + + /* + * 5.3.0 + */ + "twitter_documentation" => "Please read over our documentation for setting up X.", + "twitter_redirect_url" => "The following URL must be entered for the X App 'Callback URL':", + +); diff --git a/Lang/sv/locale.php b/Lang/sv/locale.php index 5e5cc8c..7bfc3d6 100644 --- a/Lang/sv/locale.php +++ b/Lang/sv/locale.php @@ -30,43 +30,38 @@ "BO" => "Bolivia", "BA" => "Bosnia and Herzegovina", "BW" => "Botswana", - "BV" => "Bouvet Island", "BR" => "Brazil", "BQ" => "British Antarctic Territory", - "IO" => "British Indian Ocean Territory", "VG" => "British Virgin Islands", "BN" => "Brunei", "BG" => "Bulgaria", "BF" => "Burkina Faso", "BI" => "Burundi", + "CV" => "Cape Verde", "KH" => "Cambodia", "CM" => "Cameroon", "CA" => "Canada", - "CT" => "Canton and Enderbury Islands", - "CV" => "Cape Verde", "KY" => "Cayman Islands", "CF" => "Central African Republic", "TD" => "Chad", "CL" => "Chile", "CN" => "China", - "CX" => "Christmas Island", - "CC" => "Cocos [Keeling] Islands", "CO" => "Colombia", "KM" => "Comoros", "CG" => "Congo - Brazzaville", - "CD" => "Congo - Kinshasa", "CK" => "Cook Islands", "CR" => "Costa Rica", "HR" => "Croatia", "CU" => "Cuba", + "CW" => "Curaçao", "CY" => "Cyprus", "CZ" => "Czech Republic", "CI" => "CĂŽte d’Ivoire", + "CD" => "Congo - Kinshasa", "DK" => "Denmark", "DJ" => "Djibouti", "DM" => "Dominica", "DO" => "Dominican Republic", - "NQ" => "Dronning Maud Land", "EC" => "Ecuador", "EG" => "Egypt", "SV" => "El Salvador", @@ -79,20 +74,16 @@ "FJ" => "Fiji", "FI" => "Finland", "FR" => "France", - "GF" => "French Guiana", "PF" => "French Polynesia", "TF" => "French Southern Territories", - "FQ" => "French Southern and Antarctic Territories", "GA" => "Gabon", "GM" => "Gambia", "GE" => "Georgia", "DE" => "Germany", "GH" => "Ghana", - "GI" => "Gibraltar", "GR" => "Greece", "GL" => "Greenland", "GD" => "Grenada", - "GP" => "Guadeloupe", "GU" => "Guam", "GT" => "Guatemala", "GG" => "Guernsey", @@ -106,6 +97,7 @@ "HU" => "Hungary", "IS" => "Iceland", "IN" => "India", + "IO" => "British Indian Ocean Territory", "ID" => "Indonesia", "IR" => "Iran", "IQ" => "Iraq", @@ -116,11 +108,11 @@ "JM" => "Jamaica", "JP" => "Japan", "JE" => "Jersey", - "JT" => "Johnston Island", "JO" => "Jordan", "KZ" => "Kazakhstan", "KE" => "Kenya", "KI" => "Kiribati", + "XK" => "Kosovo", "KW" => "Kuwait", "KG" => "Kyrgyzstan", "LA" => "Laos", @@ -141,14 +133,10 @@ "ML" => "Mali", "MT" => "Malta", "MH" => "Marshall Islands", - "MQ" => "Martinique", "MR" => "Mauritania", "MU" => "Mauritius", - "YT" => "Mayotte", - "FX" => "Metropolitan France", "MX" => "Mexico", "FM" => "Micronesia", - "MI" => "Midway Islands", "MD" => "Moldova", "MC" => "Monaco", "MN" => "Mongolia", @@ -161,8 +149,6 @@ "NR" => "Nauru", "NP" => "Nepal", "NL" => "Netherlands", - "AN" => "Netherlands Antilles", - "NT" => "Neutral Zone", "NC" => "New Caledonia", "NZ" => "New Zealand", "NI" => "Nicaragua", @@ -171,19 +157,15 @@ "NU" => "Niue", "NF" => "Norfolk Island", "KP" => "North Korea", - "VD" => "North Vietnam", "MP" => "Northern Mariana Islands", "NO" => "Norway", "OM" => "Oman", - "PC" => "Pacific Islands Trust Territory", "PK" => "Pakistan", "PW" => "Palau", "PS" => "Palestinian Territories", "PA" => "Panama", - "PZ" => "Panama Canal Zone", "PG" => "Papua New Guinea", "PY" => "Paraguay", - "YD" => "People's Democratic Republic of Yemen", "PE" => "Peru", "PH" => "Philippines", "PN" => "Pitcairn Islands", @@ -194,7 +176,6 @@ "RO" => "Romania", "RU" => "Russia", "RW" => "Rwanda", - "RE" => "RĂ©union", "BL" => "Saint BarthĂ©lemy", "SH" => "Saint Helena", "KN" => "Saint Kitts and Nevis", @@ -207,10 +188,10 @@ "SA" => "Saudi Arabia", "SN" => "Senegal", "RS" => "Serbia", - "CS" => "Serbia and Montenegro", "SC" => "Seychelles", "SL" => "Sierra Leone", "SG" => "Singapore", + "SX" => "Sint Maarten", "SK" => "Slovakia", "SI" => "Slovenia", "SB" => "Solomon Islands", @@ -218,11 +199,11 @@ "ZA" => "South Africa", "GS" => "South Georgia and the South Sandwich Islands", "KR" => "South Korea", + "SS" => "South Sudan", "ES" => "Spain", "LK" => "Sri Lanka", "SD" => "Sudan", "SR" => "Suriname", - "SJ" => "Svalbard and Jan Mayen", "SZ" => "Swaziland", "SE" => "Sweden", "CH" => "Switzerland", @@ -234,7 +215,6 @@ "TH" => "Thailand", "TL" => "Timor-Leste", "TG" => "Togo", - "TK" => "Tokelau", "TO" => "Tonga", "TT" => "Trinidad and Tobago", "TN" => "Tunisia", @@ -242,12 +222,9 @@ "TM" => "Turkmenistan", "TC" => "Turks and Caicos Islands", "TV" => "Tuvalu", - "UM" => "U.S. Minor Outlying Islands", - "PU" => "U.S. Miscellaneous Pacific Islands", "VI" => "U.S. Virgin Islands", "UG" => "Uganda", "UA" => "Ukraine", - "SU" => "Union of Soviet Socialist Republics", "AE" => "United Arab Emirates", "GB" => "United Kingdom", "US" => "United States", @@ -257,7 +234,6 @@ "VA" => "Vatican City", "VE" => "Venezuela", "VN" => "Vietnam", - "WK" => "Wake Island", "WF" => "Wallis and Futuna", "EH" => "Western Sahara", "YE" => "Yemen", @@ -273,84 +249,86 @@ "America/Anchorage" => "(GMT-09:00) Alaska", "America/Los_Angeles" => "(GMT-08:00) Pacific Time (US & Canada)", "America/Tijuana" => "(GMT-08:00) Tijuana, Baja California", - "America/Denver" => "(GMT-07:00) Mountain Time (US & Canada)", + "America/Phoenix" => "(GMT-07:00) Arizona", "America/Chihuahua" => "(GMT-07:00) Chihuahua", "America/Mazatlan" => "(GMT-07:00) Mazatlan", - "America/Phoenix" => "(GMT-07:00) Arizona", - "America/Regina" => "(GMT-06:00) Saskatchewan", + "America/Denver" => "(GMT-07:00) Mountain Time (US & Canada)", "America/Tegucigalpa" => "(GMT-06:00) Central America", "America/Chicago" => "(GMT-06:00) Central Time (US & Canada)", "America/Mexico_City" => "(GMT-06:00) Mexico City", "America/Monterrey" => "(GMT-06:00) Monterrey", - "America/New_York" => "(GMT-05:00) Eastern Time (US & Canada)", + "America/Regina" => "(GMT-06:00) Saskatchewan", "America/Bogota" => "(GMT-05:00) Bogota", + "America/New_York" => "(GMT-05:00) Eastern Time (US & Canada)", + "America/Indiana/Indianapolis" => "(GMT-05:00) Indiana (East)", "America/Lima" => "(GMT-05:00) Lima", "America/Rio_Branco" => "(GMT-05:00) Rio Branco", - "America/Indiana/Indianapolis" => "(GMT-05:00) Indiana (East)", "America/Caracas" => "(GMT-04:30) Caracas", "America/Halifax" => "(GMT-04:00) Atlantic Time (Canada)", + "America/La_Paz" => "(GMT-04:00) La Paz", "America/Manaus" => "(GMT-04:00) Manaus", "America/Santiago" => "(GMT-04:00) Santiago", - "America/La_Paz" => "(GMT-04:00) La Paz", "America/St_Johns" => "(GMT-03:30) Newfoundland", - "America/Argentina/Buenos_Aires" => "(GMT-03:00) Georgetown", "America/Sao_Paulo" => "(GMT-03:00) Brasilia", + "America/Argentina/Buenos_Aires" => "(GMT-03:00) Georgetown", "America/Godthab" => "(GMT-03:00) Greenland", "America/Montevideo" => "(GMT-03:00) Montevideo", "Atlantic/South_Georgia" => "(GMT-02:00) Mid-Atlantic", "Atlantic/Azores" => "(GMT-01:00) Azores", "Atlantic/Cape_Verde" => "(GMT-01:00) Cape Verde Is.", + "Africa/Casablanca" => "(GMT) Casablanca", "Europe/Dublin" => "(GMT) Dublin", "Europe/Lisbon" => "(GMT) Lisbon", "Europe/London" => "(GMT) London", "Africa/Monrovia" => "(GMT) Monrovia", "Atlantic/Reykjavik" => "(GMT) Reykjavik", - "Africa/Casablanca" => "(GMT) Casablanca", + "Africa/Algiers" => "(GMT+01:00) West Central Africa", + "Europe/Amsterdam" => "(GMT+01:00) Amsterdam", "Europe/Belgrade" => "(GMT+01:00) Belgrade", + "Europe/Berlin" => "(GMT+01:00) Berlin", "Europe/Bratislava" => "(GMT+01:00) Bratislava", - "Europe/Budapest" => "(GMT+01:00) Budapest", - "Europe/Ljubljana" => "(GMT+01:00) Ljubljana", - "Europe/Prague" => "(GMT+01:00) Prague", - "Europe/Sarajevo" => "(GMT+01:00) Sarajevo", - "Europe/Skopje" => "(GMT+01:00) Skopje", - "Europe/Warsaw" => "(GMT+01:00) Warsaw", - "Europe/Zagreb" => "(GMT+01:00) Zagreb", "Europe/Brussels" => "(GMT+01:00) Brussels", + "Europe/Budapest" => "(GMT+01:00) Budapest", "Europe/Copenhagen" => "(GMT+01:00) Copenhagen", + "Africa/Lagos" => "(GMT+01:00) Lagos", + "Europe/Ljubljana" => "(GMT+01:00) Ljubljana", "Europe/Madrid" => "(GMT+01:00) Madrid", "Europe/Paris" => "(GMT+01:00) Paris", - "Africa/Algiers" => "(GMT+01:00) West Central Africa", - "Europe/Amsterdam" => "(GMT+01:00) Amsterdam", - "Europe/Berlin" => "(GMT+01:00) Berlin", + "Europe/Prague" => "(GMT+01:00) Prague", "Europe/Rome" => "(GMT+01:00) Rome", + "Europe/Sarajevo" => "(GMT+01:00) Sarajevo", + "Europe/Skopje" => "(GMT+01:00) Skopje", "Europe/Stockholm" => "(GMT+01:00) Stockholm", "Europe/Vienna" => "(GMT+01:00) Vienna", + "Europe/Warsaw" => "(GMT+01:00) Warsaw", + "Europe/Zagreb" => "(GMT+01:00) Zagreb", "Europe/Zurich" => "(GMT+01:00) Zurich", - "Europe/Minsk" => "(GMT+02:00) Minsk", + "Asia/Amman" => "(GMT+02:00) Amman", + "Europe/Athens" => "(GMT+02:00) Athens", + "Asia/Beirut" => "(GMT+02:00) Beirut", + "Europe/Bucharest" => "(GMT+02:00) Bucharest", "Africa/Cairo" => "(GMT+02:00) Cairo", + "Africa/Harare" => "(GMT+02:00) Harare", "Europe/Helsinki" => "(GMT+02:00) Helsinki", + "Europe/Istanbul" => "(GMT+02:00) Istanbul", + "Asia/Jerusalem" => "(GMT+02:00) Jerusalem", + "Africa/Johannesburg" => "(GMT+02:00) Johannesburg", + "Europe/Minsk" => "(GMT+02:00) Minsk", "Europe/Riga" => "(GMT+02:00) Riga", "Europe/Sofia" => "(GMT+02:00) Sofia", "Europe/Tallinn" => "(GMT+02:00) Tallinn", "Europe/Vilnius" => "(GMT+02:00) Vilnius", - "Europe/Athens" => "(GMT+02:00) Athens", - "Europe/Bucharest" => "(GMT+02:00) Bucharest", - "Europe/Istanbul" => "(GMT+02:00) Istanbul", - "Asia/Jerusalem" => "(GMT+02:00) Jerusalem", - "Asia/Amman" => "(GMT+02:00) Amman", - "Asia/Beirut" => "(GMT+02:00) Beirut", "Africa/Windhoek" => "(GMT+02:00) Windhoek", - "Africa/Harare" => "(GMT+02:00) Harare", - "Asia/Kuwait" => "(GMT+03:00) Kuwait", - "Asia/Riyadh" => "(GMT+03:00) Riyadh", "Asia/Baghdad" => "(GMT+03:00) Baghdad", + "Asia/Kuwait" => "(GMT+03:00) Kuwait", + "Europe/Moscow" => "(GMT+03:00) Moscow", "Africa/Nairobi" => "(GMT+03:00) Nairobi", + "Asia/Riyadh" => "(GMT+03:00) Riyadh", "Asia/Tbilisi" => "(GMT+03:00) Tbilisi", - "Europe/Moscow" => "(GMT+03:00) Moscow", "Europe/Volgograd" => "(GMT+03:00) Volgograd", "Asia/Tehran" => "(GMT+03:30) Tehran", - "Asia/Muscat" => "(GMT+04:00) Muscat", "Asia/Baku" => "(GMT+04:00) Baku", + "Asia/Muscat" => "(GMT+04:00) Muscat", "Asia/Yerevan" => "(GMT+04:00) Yerevan", "Asia/Yekaterinburg" => "(GMT+05:00) Ekaterinburg", "Asia/Karachi" => "(GMT+05:00) Karachi", @@ -358,40 +336,40 @@ "Asia/Kolkata" => "(GMT+05:30) Calcutta", "Asia/Colombo" => "(GMT+05:30) Sri Jayawardenepura", "Asia/Katmandu" => "(GMT+05:45) Kathmandu", - "Asia/Dhaka" => "(GMT+06:00) Dhaka", "Asia/Almaty" => "(GMT+06:00) Almaty", + "Asia/Dhaka" => "(GMT+06:00) Dhaka", "Asia/Novosibirsk" => "(GMT+06:00) Novosibirsk", "Asia/Rangoon" => "(GMT+06:30) Yangon (Rangoon)", - "Asia/Krasnoyarsk" => "(GMT+07:00) Krasnoyarsk", "Asia/Bangkok" => "(GMT+07:00) Bangkok", "Asia/Jakarta" => "(GMT+07:00) Jakarta", + "Asia/Krasnoyarsk" => "(GMT+07:00) Krasnoyarsk", "Asia/Brunei" => "(GMT+08:00) Beijing", "Asia/Chongqing" => "(GMT+08:00) Chongqing", "Asia/Hong_Kong" => "(GMT+08:00) Hong Kong", - "Asia/Urumqi" => "(GMT+08:00) Urumqi", "Asia/Irkutsk" => "(GMT+08:00) Irkutsk", - "Asia/Ulaanbaatar" => "(GMT+08:00) Ulaan Bataar", "Asia/Kuala_Lumpur" => "(GMT+08:00) Kuala Lumpur", + "Australia/Perth" => "(GMT+08:00) Perth", "Asia/Singapore" => "(GMT+08:00) Singapore", "Asia/Taipei" => "(GMT+08:00) Taipei", - "Australia/Perth" => "(GMT+08:00) Perth", + "Asia/Ulaanbaatar" => "(GMT+08:00) Ulaan Bataar", + "Asia/Urumqi" => "(GMT+08:00) Urumqi", "Asia/Seoul" => "(GMT+09:00) Seoul", "Asia/Tokyo" => "(GMT+09:00) Tokyo", "Asia/Yakutsk" => "(GMT+09:00) Yakutsk", - "Australia/Darwin" => "(GMT+09:30) Darwin", "Australia/Adelaide" => "(GMT+09:30) Adelaide", + "Australia/Darwin" => "(GMT+09:30) Darwin", + "Australia/Brisbane" => "(GMT+10:00) Brisbane", "Australia/Canberra" => "(GMT+10:00) Canberra", + "Pacific/Guam" => "(GMT+10:00) Guam", + "Australia/Hobart" => "(GMT+10:00) Hobart", "Australia/Melbourne" => "(GMT+10:00) Melbourne", "Australia/Sydney" => "(GMT+10:00) Sydney", - "Australia/Brisbane" => "(GMT+10:00) Brisbane", - "Australia/Hobart" => "(GMT+10:00) Hobart", "Asia/Vladivostok" => "(GMT+10:00) Vladivostok", - "Pacific/Guam" => "(GMT+10:00) Guam", "Pacific/Port_Moresby" => "(GMT+10:00) Port Moresby", "Asia/Magadan" => "(GMT+11:00) Magadan", + "Pacific/Auckland" => "(GMT+12:00) Auckland", "Pacific/Fiji" => "(GMT+12:00) Fiji", "Asia/Kamchatka" => "(GMT+12:00) Kamchatka", - "Pacific/Auckland" => "(GMT+12:00) Auckland", "Pacific/Tongatapu" => "(GMT+13:00) Nukualofa" ), ); diff --git a/Lang/sv/log.php b/Lang/sv/log.php index 04230a7..f5dccd8 100644 --- a/Lang/sv/log.php +++ b/Lang/sv/log.php @@ -71,7 +71,6 @@ "ticket_tag_removed" => "Tog bort etiketten :new_value frĂ„n ticket #:rel.", "ticket_slaplan_updated" => "Uppdaterade SLA-planen pĂ„ Ă€rendet #:rel frĂ„n :old_value till :new_value.", "ticket_duetime_updated" => "Uppdaterade sluttiden pĂ„ Ă€rendet #:rel till :new_value.", - "ticket_duetime_paused" => "Pausade sluttiden pĂ„ Ă€rendet #:rel till nĂ€sta anvĂ€ndarsvar.", "ticket_customfield_updated" => "Uppdaterade skrĂ€ddarsydda fĂ€lt pĂ„ Ă€rendet #:rel.", "ticket_converted_user" => "Konverterade interna Ă€rendet #:rel till anvĂ€ndarĂ€rende.", "ticket_converted_internal" => "Konverterade anvĂ€ndarĂ€rendet #:rel till internt Ă€rende.", @@ -114,7 +113,6 @@ */ "ticket_brand_disabled_reply" => "Svar kunde inte lĂ€ggas till pĂ„ Ă€rendet dĂ„ det tillhör ett avaktiverat varumĂ€rke #:rel.", "personal_signatures_updated" => "Uppdaterade personliga signaturer.", - "operator_signatures_updated" => "Uppdaterade :rels signaturer.", "check_email_failed" => "Fel: misslyckades med att ladda ner e-post frĂ„n kontot :old_value: ':rel'.", "ticket_added_cc" => "E-posten :new_value tillagd till CC-adresslistan för Ă€rendet #:rel.", "ticket_removed_cc" => "E-posten :old_value borttagen frĂ„n CC-adresslistan för Ă€rendet #:rel.", @@ -132,7 +130,6 @@ "ticket_macro_applied" => "Makrot ':new_value' kördes pĂ„ Ă€rendet #:rel.", "ticket_macro_automatic" => "Makrot ':new_value' kördes automatiskt pĂ„ Ă€rendet #:rel.", "email_template_not_found" => "E-postmallen med ID ':new_value' hittades inte, avbröt e-postutskicket.", - "ticket_duetime_unset" => "Tog bort förfallotiden frĂ„n Ă€rendet #:rel.", "private_conversation_started" => "Startade en konversation med :rel.", "private_message_sent" => "Skickade ett meddelande till :rel.", "not_imported_replies_disabled" => "E-post :extra_rel1 togs emot för Ă€rendet #:rel men importerades inte dĂ„ e-postsvar Ă€r avaktiverat.", @@ -166,8 +163,6 @@ "email_send_failed" => "Failed to send email.", "ticket_brand_updated" => "Updated the brand on ticket #:rel from :old_value to :new_value.", "export_scheduled" => "An export of user :rel has been scheduled.", - "export_generated" => "Export :new_value of user :rel has been generated and stored on the system.", - "export_deleted" => "Export :old_value of user :rel has been deleted from the system.", "deleted_inactive_records" => "Automatically deleted :old_value inactive :rel.", "deleted_old_records" => "Automatically deleted old :rel records.", "sent_email_to_user_group" => "Queued email to user group ':new_value' for ticket #:rel.", @@ -203,4 +198,73 @@ */ "selfservice_article_neutral" => "Neutrally rated article :rel.", + /* + * 4.1.0 + */ + "user_merged" => "User :old_value merged into user :rel.", + "user_organisation_merged" => "User organisation :old_value merged into user organisation :rel.", + + /* + * 4.2.0 + */ + "operator_reply_templates_updated" => "Updated :rel's reply templates.", + + /* + * 5.0.0 + */ + "addon_activated" => "Activated :item (add-on) :rel.", + "addon_deactivated" => "Deactivated :item (add-on) :rel.", + "addon_installed" => "Installed :item (add-on) :rel.", + "addon_uninstalled" => "Uninstalled :item (add-on) :rel.", + "addon_cancelled" => "Cancelled :item (add-on) :rel.", + "addon_updated" => "Updated :item (add-on) :rel to version :new_value.", + "ticket_reply_duetime_updated" => "Updated the reply due time on ticket #:rel to :new_value.", + "ticket_resolve_duetime_updated" => "Updated the resolve due time on ticket #:rel to :new_value.", + "ticket_duetime_unset" => "Tog bort förfallotiden frĂ„n Ă€rendet #:rel.", + "ticket_reply_duetime_unset" => "Unset the reply due time on ticket #:rel.", + "ticket_resolve_duetime_unset" => "Unset the resolve due time on ticket #:rel.", + "ticket_duetime_paused" => "Pausade sluttiden pĂ„ Ă€rendet #:rel till nĂ€sta anvĂ€ndarsvar.", + "ticket_duetime_unpaused" => "Unpaused the due times on ticket #:rel.", + "user_email_verified" => "Verified their email address.", + "marked_email_as_verified" => "Verified ownership of email address on behalf of user :rel.", + "user_invited_to_organisation" => "User :rel invited to organisation :extra_rel1.", + "user_accepted_organisation_invite" => "User :rel accepted invitation to organisation :extra_rel1.", + "user_additional_email_verified" => "Verified an additional email address (:new_value).", + "export_generated" => "Export :new_value of user :rel has been generated and stored on the system.", + "export_deleted" => "Export :old_value of user :rel has been deleted from the system.", + "user_export_generated" => "Export :new_value of user :rel has been generated and stored on the system.", + + /* + * 5.0.2 + */ + "personal_reply_templates_updated" => "Updated their reply templates.", + + /* + * 5.1.0 + */ + "ticket_deleted_attachment" => "Deleted attachment ':old_value' from ticket #:rel.", + "user_added_to_group" => "User :rel added to user group :new_value.", + "user_removed_from_group" => "User :rel removed from user group :old_value.", + "operator_added_to_group" => "Operator :rel added to operator group :new_value.", + "operator_removed_from_group" => "Operator :rel removed from operator group :old_value.", + + /* + * 5.2.0 + */ + "background_job_deleted" => "Deleted background job :rel.", + "background_job_retried" => "Retried background job :rel.", + + /* + * 5.3.0 + */ + "operator_password_set" => "Set a password for their account.", + "password_reset_sent" => "Reset password link sent to :rel.", + + /* + * 5.4.0 + */ + "ticket_feedback_rating" => "Rated ticket #:rel as :extra_rel1.", // Rated ticket #123 as 'general.good / general.bad / general.neutral'. + "ticket_feedback_saved" => "Saved :extra_rel1 on ticket #:rel.", // Saved (lowercase ticket.feedback) on ticket #123 + "selfservice_feedback_saved" => "Saved :extra_rel1 on article :rel.", // Saved (lowercase ticket.feedback) on article 'Foo bar' + ); diff --git a/Lang/sv/messages.php b/Lang/sv/messages.php index 8cc3e56..1457389 100644 --- a/Lang/sv/messages.php +++ b/Lang/sv/messages.php @@ -9,8 +9,6 @@ "save_order" => "Försöker spara den uppdaterade objektordningen.", - "show_all_results" => "Visa alla resultat »", - "are_you_sure" => "Är du sĂ€ker?", "yes_im_sure" => "Ja, jag Ă€r sĂ€ker", @@ -85,7 +83,6 @@ "missing_extension" => "Saknar förlĂ€ngning", "php_ldap_missing" => "php-ldap-förlĂ€ngningen krĂ€vs för att anvĂ€nda LDAP-utentisering. Aktivera det och ladda om sidan.", - "php_imap_missing" => "php-imap-förlĂ€ngningen krĂ€vs för att ladda ner e-post. Om du vill du ladda ner e-post, aktivera det och ladda om sidan.", /* * 2.0.3 @@ -154,4 +151,21 @@ "popup_blocked" => "Your browser is blocking popup windows. Please enable popups and redirects on this website in order to use the preview feature.", "error_editing_message" => "There was an error while trying to edit this message.", + /* + * 4.1.1 + */ + "brand_not_enabled" => "This action cannot be performed as the brand is not enabled.", + "cannot_reply_to_internal" => "A user cannot reply to an internal ticket.", + + /* + * 4.3.0 + */ + "show_all_results" => "Visa alla resultat »", + + /* + * 5.0.0 + */ + "lock_timeout" => "Lock Timeout", + "lock_timeout_desc" => "The server is currently busy processing other requests. Please try again.", + ); diff --git a/Lang/sv/notification.php b/Lang/sv/notification.php index e099ac7..7801220 100644 --- a/Lang/sv/notification.php +++ b/Lang/sv/notification.php @@ -8,9 +8,6 @@ "new_reply" => "Nytt Ă€rendesvar", "new_reply_text" => "Ett nytt svar har postats av :name i Ă€rende #:item.", - "operator_login" => "Operatör loggade in", - "operator_login_text" => ":name har loggat in i operatörspanelen.", - "failed_logins" => "Misslyckade operatörinloggningar", "new_comments" => "Nya kommentarer", @@ -24,4 +21,10 @@ */ "private_message_text" => ":name har skickat ett nytt private message till dig.", + /* + * 4.2.0 + */ + "new_mention" => "New Mention", + "new_mention_text" => ":name mentioned you in ticket #:number.", + ); diff --git a/Lang/sv/permission.php b/Lang/sv/permission.php index 9592ad1..72faea1 100644 --- a/Lang/sv/permission.php +++ b/Lang/sv/permission.php @@ -56,7 +56,6 @@ // Report "report" => "Visa rapporter", - "reportdashboard" => "Visa instrumentbrĂ€da", // General "tag" => "Hantera etiketter", @@ -77,7 +76,6 @@ // User "usercustomfield" => "Hantera anvĂ€ndarskrĂ€ddarsydda fĂ€lt", "organisationcustomfield" => "Hantera organisationskrĂ€ddarsydda fĂ€lt", - "operatorsignature" => "Hantera operatörssignaturer", /* * 2.1.1 @@ -125,4 +123,18 @@ "addon" => "View and Manage Add-ons", "system_health" => "View System Health", + /* + * 4.2.0 + */ + "operatorreplytemplate" => "Manage Operator Reply Templates", + + /* + * 5.0.0 + */ + "private_messaging" => "View Private Messages", + + /* + * 5.1.0 + */ + "manage_report" => "Manage Reports", ); diff --git a/Lang/sv/report.php b/Lang/sv/report.php index c8fe5a7..2285712 100644 --- a/Lang/sv/report.php +++ b/Lang/sv/report.php @@ -2,114 +2,167 @@ return array( - "report" => "Rapport|Rapportera", + "report" => "Rapport|Rapportera", - "dashboard" => "InstrumentbrĂ€da", - "tickets_opened" => "Ärenden öppnade", - "ticket_messages" => "Ärendemeddelanden", - "confirmed_users" => "BekrĂ€ftade anvĂ€ndare", - "total_users" => "Totalt antal anvĂ€ndare", - "daily_stats" => "Daglig statistik", - - "all_time" => "Alla tider", - "specific_range" => "Specifikt interval", - "filtering" => "Filtrering", - - "chart" => "Diagram", - "table" => "Tabell", - "pie" => "Paj", - "bar" => "Stapel", - "column" => "Kolumn", - "histogram" => "Histogram", - "line" => "Linje", - "area" => "OImrĂ„de", - "stacked" => "Staplade", - "stepped" => "Stegade", - "geo" => "Geo", + "filtering" => "Filtrering", /* - * 2.0.3 + * 5.0.0 */ - "operator_ticket_replies" => "OperatörsĂ€rendesvar", - "operator_replies_desc" => "Antal Ă€rendebesvaringar av en viss operatör under en viss tid.", - "first_response_time" => "Första svarstid", - "first_response_time_desc" => "Tiden det tog för operatörerna att ge ett Ă€rende ett första svar.", - "ticket_count" => "Ärendeantal", - "lt_1_hour" => "<1 timme", - "1-3_hour" => "1-3 timmar", - "3-6_hour" => "3-6 timmar", - "6-12_hour" => "6-12 timmar", - "12-24_hour" => "12-24 timmar", - "24_plus_hour" => "24+ timmar", - "support_channels" => "Supportkanaler", - "support_channels_desc" => "Denna rapport visar antal Ă€renden öppnade i varje supportkanal över en viss tid.", - "ticket_by_department" => "Ärenden efter avdelning", - "ticket_by_department_desc" => "Avdelningen dĂ€r Ă€renden Ă€r öppnade i över en given tidsperiod.", - "ticket_by_priority" => "Ärenden efter prioritet", - "ticket_by_priority_desc" => "Prioriteten av Ă€renden över en viss tidsperiod.", - "ticket_by_status" => "Ärender efter status", - "ticket_by_status_desc" => "Den nuvarande statusen pĂ„ Ă€renden öppnade över en viss tidsperiod.", - "time_to_resolution" => "Tid till avslut", - "time_to_resolution_desc" => "Tiden det tog för ett Ă€rende att bli stĂ€ngd efter att den öppnades. Inkluderar bara Ă€renden som för nĂ€rvarande Ă€r stĂ€ngda.", - "lt_1_day" => "<1 dag", - "1-2_day" => "1-2 dagar", - "2-4_day" => "2-4 dagar", - "4-7_day" => "4-7 dagar", - "7_plus_day" => "7+ dagar", - "user_by_country" => "AnvĂ€ndare efter land", - "user_by_country_desc" => "Denna rapport visar antal anvĂ€ndare per land. InnehĂ„ller bara anvĂ€ndare som har satt ett land.", - "user_count" => "AnvĂ€ndarantal", - "users_registered" => "AnvĂ€ndare registrerade", + "reports_home" => "Reports Home", + "manage_reports" => "Manage Reports", + "no_cards_found" => "No cards found.", + "underlying_data" => "Underlying Data", + "view_underlying_data" => "View Underlying Data", + "no_data_found" => "No data found.", + "adjust_time_range" => "Try adjusting the dashboard time range.", + "resolved_date" => "Resolved Date", + "reopened_date" => "Reopened Date", + "export_csv" => "Export to CSV", + "export_scheduled" => "The export has been scheduled, you will receive an email when it is ready to download.", + "export_error" => "There was an error scheduling the export.", - /* - * 2.1.0 - */ - "reports_dashboard" => "RapportinstrumentbrĂ€da", - "ticket_by_brand" => "Ärenden efter varumĂ€rke", - "ticket_by_brand_desc" => "Det totala antalet Ă€renden per varumĂ€rke över en viss tidsperiod.", - "ticket_by_user" => "Ärenden efter anvĂ€ndare", - "ticket_by_user_desc" => "Denna rapport visar antalet Ă€renden varje anvĂ€ndare har skickat in öven en given tidsperiod. Sorterat efter flest antal Ă€renden.", - "ticket_by_organisation" => "Ärenden efter organisation", - "ticket_by_organisation_desc" => "Denna rapport visar antal Ă€renden varje organisation (anvĂ€ndare inom en viss organisation) har skickat in över en viss tidsperiod, sorterat pĂ„ flest Ă€renden.", - "ticket_by_tag" => "Tickets by Tag", - "ticket_by_tag_desc" => "The total number of tickets per tag over a given time period, only shows tags which are set on at least one ticket in the time period.", + // CannedResponses report. + "canned_responses" => "Canned Responses", + "canned_responses_desc" => "Insights into how canned responses are used.", + "canned_responses_usage" => "Usage", + "most_used_responses" => "Most Used Canned Responses", - /* - * 2.3.1 - */ - "canned_response_usage" => "Canned Response Usage", - "canned_response_usage_desc" => "The number of times a given canned response has been used.", - "busiest_time_of_day" => "Busiest Time Of Day", - "busiest_time_of_day_desc" => "The number of messages received from users during each hour of the day.", - "busiest_day" => "Busiest Day of the Month", - "busiest_day_desc" => "The number of messages received from users across each day of the month.", - "busiest_month" => "Busiest Month of the Year", - "busiest_month_desc" => "The number of messages received from users across each month of the year.", - "busiest_department" => "Busiest Department", - "busiest_department_desc" => "The average number of operator messages per department, tallies all operator replies and divides by the number of assigned operators per department.", + // Feedback report. + "feedback_addon_desc" => "Insights into the answers provided by users when responding to feedback forms.", + "feedback_ticket_overview" => "Ticket Overview", + "feedback_article_overview" => "Article Overview", + "feedback_overview_desc" => "An overview of the feedback provided by users to feedback forms.", + "feedback_ticket_responses" => "Ticket Responses", + "feedback_article_responses" => "Article Responses", + "feedback_responses_desc" => "Analysis of the responses to feedback form questions.", + "feedback_response_rate" => "Response Rate", + "feedback_trend" => "Trend", + "feedback_log" => "Feedback Log", + "feedback_answered" => "Answered", + "feedback_unanswered" => "Unanswered", + "feedback_good_ratings" => "Good Ratings", + "feedback_neutral_ratings" => "Neutral Ratings", + "feedback_bad_ratings" => "Bad Ratings", + "feedback_response_ratings" => ":count of :total responses", + "feedback_user_name_or_ip" => "User / IP Address", + "feedback_responses" => "Responses", + "feedback_field" => "Field - :name", - /* - * 2.5.0 - */ - "total_users_desc" => "This report shows how many users there are in the system, split by how many have confirmed ownership of their email address.", + // TicketPerformance report. + "ticket_performance" => "Ticket Performance", + "ticket_performance_desc" => "Statistics and graphs on various ticket related performance metrics.", + "first_response_time" => "Första svarstid", + "first_response_time_desc" => "Tiden det tog för operatörerna att ge ett Ă€rende ett första svar.", + "first_response_time_average" => "Average First Response Time", + "first_response_time_average_trend" => "Average First Response Time Trend", + "first_response_time_by_priority" => "First Response Time By Priority", + "response_time" => "Response Time", + "0-15_mins" => "0 - 15 minutes", + "15-30_mins" => "15 - 30 minutes", + "30-60_mins" => "30 - 60 minutes", + "1-3_hours" => "1 - 3 hours", + "3-6_hours" => "3 - 6 hours", + "6-12_hours" => "6 - 12 hours", + "12-24_hours" => "12 - 24 hours", + "1-3_days" => "1 - 3 days", + "3_plus_days" => "> 3 days", + "time_to_resolution" => "Tid till avslut", + "time_to_resolution_desc" => "Tiden det tog för ett Ă€rende att bli stĂ€ngd efter att den öppnades. Inkluderar bara Ă€renden som för nĂ€rvarande Ă€r stĂ€ngda.", + "resolution_average" => "Average Time to Resolution", + "resolution_time_trend" => "Average Time To Resolution Trend", + "time_resolution_by_priority" => "Time To Resolution By Priority", + "0-6_hours" => "0 - 6 hours", + "1-2_days" => "1 - 2 days", + "2-4_days" => "2 - 4 days", + "4-7_days" => "4 - 7 days", + "7-14_days" => "7 - 14 days", + "14-30_days" => "14 - 30 days", + "30_plus_days" => "> 30 days", + "sla_performance" => "SLA Performance", + "sla_performance_desc" => "Track SLA targets and due time breaches.", + "sla_first_reply_time" => "SLA First Reply Time", + "sla_first_reply_time_trend" => "SLA First Reply Time Trend", + "sla_first_reply_time_by_priority" => "SLA First Reply Time By Priority", + "first_reply_time_percentage" => "First Reply Time %", + "sla_next_reply_time" => "SLA Next Reply Time", + "sla_next_reply_time_trend" => "SLA Next Reply Time Trend", + "sla_next_reply_time_by_priority" => "SLA Next Reply Time By Priority", + "next_reply_time_percentage" => "Next Reply Time %", + "sla_resolution_time" => "SLA Resolution Time", + "sla_resolution_time_trend" => "SLA Resolution Time Trend", + "sla_resolution_time_by_priority" => "SLA Resolution Time By Priority", + "resolution_time_percentage" => "Resolution Time %", + "due_time_breaches" => "Due Time Breaches", + "sla_target" => "Target", + "target_met" => "Target Met", + "breach_time" => "Breach Time", + "operator_performance" => "Operator Performance", + "operator_performance_desc" => "Ticket related performance metrics per operator.", + "department_performance" => "Department Performance", + "department_performance_desc" => "Ticket related performance metrics per department.", + + // TicketVolume report. + "ticket_volume" => "Ticket Volume", + "ticket_volume_desc" => "A range of reports that track the volume of tickets and break them down into segments.", + "overview" => "Overview", + "overview_desc" => "An overview of the tickets opened, resolved and reopened (after being resolved).", + "tickets_opened" => "Ärenden öppnade", + "tickets_resolved" => "Tickets Resolved", + "tickets_reopened" => "Tickets Reopened", + "ticket_management" => "Ticket Management", + "reopened" => "Reopened", + "by_type" => "Tickets Opened", + "tickets_opened_desc" => "A breakdown of tickets opened in the timeframe.", + "tickets_opened_by_brand" => "Tickets Opened by Brand", + "tickets_opened_by_department" => "Tickets Opened by Department", + "tickets_opened_by_channel" => "Tickets Opened by Channel", + "tickets_opened_by_status" => "Tickets Opened by Status", + "tickets_opened_by_priority" => "Tickets Opened by Priority", + "tickets_opened_by_tag" => "Tickets Opened by Tag", + "workload" => "Workload", + "workload_desc" => "Information about the ticket workload during different periods.", + "busiest_period" => "Busiest Period", + "busiest_hour_of_day" => "Busiest Hour of Day", + "busiest_day_of_week" => "Busiest Day of Week", + "department_workload" => "Department Workload", + "average_messages_to_resolution_per_department" => "Average Messages to Resolution per Department", + "average_messages_to_resolution" => "Average Messages to Resolution", + "no_of_messages" => "Number of Messages", + "hour_of_day" => "Hour of Day", + "user_messages" => "User Messages", + "average_replies_per_assigned" => "Average Replies Posted per Assigned Department Operator", + + // UserStatistics report. + "user_statistics" => "User Statistics", + "user_statistics_desc" => "Insights into the user base.", + "demographics" => "Demographics", + "demographics_desc" => "An overview of users stored in the system.", + "verified_users" => "Verified Email Addresses", + "active_users" => "Active Users", + "2fa_users" => "Users with 2FA Enabled", + "users_by_country" => "Users by Country", + "activity" => "Activity", + "activity_desc" => "An overview of user activity in the system.", + "users_with_most_tickets" => "Users with the Most Tickets", + "organisations_with_most_tickets" => "Organisations with the Most Tickets", /* - * 3.0.0 + * 5.1.0 */ - "user_feedback" => "Feedback", - "user_feedback_desc" => "The written feedback provided by users when answering feedback forms.", - "user_feedback_ratings" => "Feedback Ratings", - "user_feedback_ratings_desc" => "The total number of times each feedback rating has been given.", - "user_feedback_response_rate" => "Feedback Response Rate", - "user_feedback_response_rate_desc" => "The total number of times feedback requests have been responded to.", - "responses" => "Responses", - "answered" => "Answered", - "unanswered" => "Unanswered", + "ticket_messages" => "Ärendemeddelanden", + "ticket_messages_desc" => "A breakdown of ticket messages, notes and forwards posted in the timeframe.", + "messages_by_operators" => "Messages by Operators", + "notes_by_operators" => "Notes by Operators", + "forwards_by_operators" => "Forwards by Operators", + "forwards" => "Forwards", + "messages_by_users" => "Messages by Users", /* - * 3.4.0 + * 5.2.0 */ - "first_response_by_operator" => "First Response Time By Operator", - "first_response_by_operator_desc" => "The amount of time it took each operator to first reply to a ticket, averaged out over the period.", + "times_canned_responses_used" => "Total Times Canned Responses Used", + "total_tickets_canned_responses_used" => "Total Tickets with Canned Responses Used", + "operators_most_used_responses" => "Operators with Most Canned Responses Used", ); diff --git a/Lang/sv/selfservice.php b/Lang/sv/selfservice.php index 4d4cd30..7a811a6 100644 --- a/Lang/sv/selfservice.php +++ b/Lang/sv/selfservice.php @@ -150,7 +150,12 @@ */ "type_protected_desc" => "Toggle to only show content in this type to logged in users.", "article_feedback" => "Article Feedback", - "thank_you_for_feedback" => "Thank you for your feedback on this article.", "frontend_icon_desc" => "Select a FontAwesome regular icon to display on the frontend for your type, you can also search for a custom icon not included in the list (starting with 'fa-').", + "comment_deleted" => "Comment deleted", + + /* + * 5.3.0 + */ + "in_reply_to" => "in reply to", ); diff --git a/Lang/sv/ticket.php b/Lang/sv/ticket.php index e68fab3..64eee0f 100644 --- a/Lang/sv/ticket.php +++ b/Lang/sv/ticket.php @@ -40,8 +40,6 @@ "recent_tickets" => "Nya Ă€renden", "last_message_text" => "Senaste meddelandets text", - "set_due_time" => "SĂ€tt en förfallotid", - "settings" => "ÄrendeinstĂ€llningar", "priority" => "Prioritet|Prioriteringar", @@ -160,7 +158,6 @@ "allowed_files" => "TillĂ„tna bilagsfiltyper", // Drafts - "also_viewing" => ":name tittar ocksĂ„ pĂ„ Ă€rendet.", "draft_saved" => "Utkast sparat :time", "save_draft" => "Spara utkast", "discard_draft" => "Kasta utkast", @@ -188,10 +185,6 @@ "sla_plan" => "SLA-plan|SLA-planer", "specific_schedule" => "Specifika scheman", "calendar_hours_24" => "Kalendertimmar (24 Hours)", - "resolution_time" => "Lösningstider", - "resolution_time_desc" => "Ange tider som ett Ă€rende mĂ„ste vara svarat pĂ„ och löst pĂ„ innan prioritet. Tiden rĂ€knas bara pĂ„ arbetstimmar baserat pĂ„ valda scheman, decimaltal kan anvĂ€ndas.", - "reply_within" => "Svara inom", - "resolve_within" => "Lös inom", "plan" => "Plan", "sla_condition" => "SLA-villkor", "sla_condition_desc" => "Definiera Ă€rendevillkoren för vilken nya Ă€renden kontrolleras för att se om de faller under denna plan. Om ett nytt Ă€rende passar mĂ„nga SLA-planer vĂ€ljs den utifrĂ„n SLA-plan prioritet som kan Ă€ndra genom att gĂ„ till planlistan och Ă€ndra ordningen.", @@ -244,7 +237,6 @@ "ticket_notes_top" => "Enbart i toppen", "ticket_notes_messages" => "Enbart i meddelanden", - "captcha_desc" => "NĂ€r captchan ska visas för anvĂ€ndare som öppnar ett nytt Ă€rende.", "unregistered_only" => "Oregistrerade anvĂ€ndare enbart", "allow_unauth_users" => "TillĂ„t oautentiserade anvĂ€ndare", @@ -259,7 +251,6 @@ // Email Channel Settings "default_priority" => "Standardprioritering", "default_priority_desc" => "Standardprioriteringen satt pĂ„ alla inkommande Ă€renden via denna kanal.", - "verbose_email_log" => "MĂ„ngordige-postlog", "last_reply" => "Senast svaret", "opened_at" => "Öppnad den", @@ -276,7 +267,6 @@ "add_tag" => "LĂ€gg till etikett", "unlock" => "LĂ„s upp", - "merge" => "Sammanfoga", "merged" => "Sammanfogade", "unmerge" => "Separera", "close_and_lock" => "StĂ€ng & lĂ„s", @@ -401,7 +391,6 @@ "email_user_frontend" => "E-posta anvĂ€ndare nĂ€r Ă€renden öppnas pĂ„ framsidan", "email_user_frontend_desc" => "Ange om anvĂ€ndare blir notifierade via e-post om de öppnar ett eget Ă€rende via framsidan.", "department_template_disabled" => "Den relevanta avdelningens e-postmall Ă€r avaktiverad sĂ„ denn e-post kunde inte skickas.", - "verbose_email_log_desc" => "Om e-postsamlingen skall loggas till fil. Rekommenderas att hĂ„lla avaktiverad sĂ„vida man inte blivit instruerad av support för debugging. Fem dagars loggar sparas, Ă€ldre tas bort automatiskt av systemet.", /* * 2.2.0 @@ -421,7 +410,6 @@ */ "registered_users_desc" => "Aktivera för att endast visa avdelningen för inloggade anvĂ€ndare och endast acceptera epost som skickas frĂ„n registrerade anvĂ€ndare. Om akverad kommer ett svarsmail skickas till oregistrerad anvĂ€ndare som skickar epost till denna avdelning, för att Ă€ndra eller avaktivera, se 'Endast Registrerade AnvĂ€ndare' mallen nedan.", "form_fields_desc" => "För att samla in mer information nĂ€r en anvĂ€ndare lĂ€mnar Ă„terkoppling, kan du lĂ€gga till egna fĂ€lt som visas i formulĂ€ret. FĂ€ltet kommer att lĂ„sa nĂ€r avnĂ€ndaren skickar in svaret.", - "feedback_ratings" => "Kundnöjdhetsbetyg (förĂ€ndrar ditt kundnöjdhetspoĂ€ng)", "email_and_other_accounts" => "Epost och andra kanal konton", "delete_message" => "Radera meddelande", "linked_tickets" => "LĂ€nkade Ärenden", @@ -454,7 +442,6 @@ "select_a_department_email" => "Select a department email...", "record_public_desc" => "Toggle to only let the :record be accessible by yourself.", "record_group_desc" => "If you wish to make the :record visible to only certain operator groups. Leave blank to make visible to all operators.", - "ticket_format_desc" => "Can contain alphanumeric characters and special characters -_.+!*,
The following variables may also be used: %S for a sequential number | %N for a random number | %L for a random letter
Use {number} to repeat only after %N or %L, e.g. %N{4} equates to 4 random numbers, %L{3} equates to 3 random letters
The following PHP Date Parameters prefixed with % Y,y,m,d,j,g,G,h,H,i,s", /* * 2.4.0 @@ -507,7 +494,6 @@ * 3.0.0 */ "merge_tickets_into" => "Select ticket to merge into", - "search_number_or_subject" => "Search by ticket number or subject", "im_not_sure" => "I'm not sure", "auto_reply_detected" => "Auto-reply detected - no notification will be sent to the user(s).", "cc_desc" => "You can CC other people on to this ticket by entering email addresses here.", @@ -545,4 +531,46 @@ "on_behalf_of" => "Created on behalf of", "reply_canned_be_posted" => "It is not currently possible to reply to this ticket; the channel or channel account may be disabled.", + /* + * 4.1.0 + */ + "ticket_format_desc" => "Can contain alphanumeric characters and special characters -_.+!*,
The following variables may also be used: %S for a sequential number | %N for a random number | %L for a random letter
Use {number} to repeat only after %N or %L, e.g. %N{4} equates to 4 random numbers, %L{3} equates to 3 random letters
The following PHP Date Parameters prefixed with % Y,y,m,d,j,g,G,h,H,i,s", + "append_ip_address_api_desc" => "Append the user's IP address to the end of their ticket messages (requires user_ip_address data to be provided).", + "check_spam" => "Check Spam Rules", + "check_spam_api_desc" => "Block messages which match spam rules.", + "enable_throttling" => "Enable Throttling", + "enable_throttling_api_desc" => "Limit the number of messages user's can post within a time frame. See Throttling configuration for more details on how to adjust the limits.", + "captcha_desc" => "NÀr captchan ska visas för anvÀndare som öppnar ett nytt Àrende.", + + /* + * 5.0.0 + */ + "also_viewing" => ":name tittar ocksÄ pÄ Àrendet.", + "mark_as_read" => "Mark as Read", + "mark_as_unread" => "Mark as Unread", + "sla_targets" => "SLA Target|SLA Targets", + "sla_targets_desc" => "Set target times that a ticket must be responded to by and resolved by per priority. The time will be counted only during business hours based on the schedule(s) chosen, decimal values can be used. Leave value blank to not set a target for that priority.", + "first_reply_time" => "First Reply Time", + "next_reply_time" => "Next Reply Time", + "resolution_time" => "Lösningstider", + "reply_due_in" => "Reply due :time", + "resolve_in" => "Resolve :time", + "paused_ago" => "Paused :time", + "reply_due_time" => "Reply due time", + "resolution_due_time" => "Resolution due time", + "set_reply_due_time" => "Set reply due time", + "set_resolution_due_time" => "Set resolution due time", + + /* + * 5.2.0 + */ + "block_user_desc" => "The user will be unable to open any further tickets, and the ticket moved to the trash.", + + /* + * 5.3.0 + */ + "reject_duplicate_emails" => "Reject Duplicate Emails", + "reject_duplicate_emails_desc" => "Stop emails being imported more than once, detected based on the Message-ID header.", + "duplicate_email_detected" => "Duplicate email that has already been imported.", + ); diff --git a/Lang/sv/user.php b/Lang/sv/user.php index 19fe728..4ebfdaf 100644 --- a/Lang/sv/user.php +++ b/Lang/sv/user.php @@ -23,7 +23,6 @@ "transfer_ownership_desc" => "Som den nuvarande Àgaren av organisationen kan du inte tas bort som chef och bara du kan ta bort organisationen. Du kan flytta Àgarskapet till nÄgon annan men var uppmÀrksam pÄ att du inte kan Ängra handlingen.", "transfer_ownership_operator" => "Bara Àgaren kan ta bort organisationen och kan inte tas bort frÄn den. AnvÀnd detta val för att ge Àgarskapet till en annan anvÀndare inom organisationen.", "start_typing_name" => "Börja skriva ett namn...", - "organisation_add_user" => "LÀgg till anvÀndare till organisation", "organisation_desc" => "Varje organisation kan ha chefer som kan hantera anvÀndare och lÀsa och svara andras Àrenden och anvÀndare som kan öppna Àrenden men inte lÀsa eller svara pÄ andra Àrenden.", "organisation_operator_desc" => "LÀgg till existerande anvÀndare till denna organisation genomn att klicka pÄ \"LÀgg till anvÀndare\" och sök efter deras namn. Notera att skapandet av en anvÀndare tar bort kopplingar de kan ha med en annan organisation.", "organisation_user_desc" => "Chef - kan hantera andra anvÀndare och lÀsa och svara andra anvÀndares Àrenden.
AnvÀndare - kan bara öppna Àrenden pÄ uppdrag av organisationen och svara pÄ egna Àrenden.", @@ -57,9 +56,6 @@ "avatar" => "Avatar", "confirm_password" => "BekrÀfta lösenord", - "confirmed" => "BekrÀftat", - "unconfirmed" => "ObekrÀftat", - "group" => "AnvÀndargrupp|AnvÀndargrupper", "group_members" => "Gruppmedlemmar", "operator_group" => "Operatörsgrupp|Operatörsgrupper", @@ -137,7 +133,6 @@ "two_fa_secret" => "2FA-hemlighet", "two_fa_secret_desc" => "Förvara detta pÄ en sÀker plats dÄ du kommer att behöva detta för att lÀgga in autentiseringskontot igen om du skulle förlora Ätkomst.", "display_notifications" => "Visa notifikationer", - "display_notifications_desc" => "Systemet kommer polla nya Àrenden, svar och andra operatörer som loggar in medan du har operatörspanel öppen. Du kan vÀlja mellan skrivbordsnotifieringar, webblÀsarnotifieringar och att avaktivera det helt.", "desktop_notifications" => "Skrivbordsnotifikationer", "browser_notifications" => "WebblÀsarnotifikationer", @@ -204,11 +199,6 @@ "op_settings_individual_dept" => "Tilldelade individuellt:", "op_settings_individual_dept_desc" => "Dessa avdelningar Àr extra till eventuella avdelningar operatören Àr tilldelad via sina grupper ovan.", "also_registered_other_brand" => "Denna anvÀndare Àr ocksÄ registrerad i varumÀrket :brands.|Denna anvÀndare Àr ocksÄ registrerad i varumÀrkena :brands.", - "signature" => "Signatur|Signaturer", - "signature_desc" => "Skapa personliga Àrendesignaturer med valmöjligheten att skrÀddarsy beroende pÄ varumÀrket/avdelningen av Àrendet. Standardsignaturen anvÀnds nÀr en signatur för en specifik avdelning och/eller varumÀrke inte kan hittas.", - "operator_signature" => "Operatörssignatur|Operatörssignaturer", - "ticket_signature_desc" => "SÀtt operatörens standardÀrendesignatur.", - "operator_signature_desc" => "Ytterliggare signaturer för specifika avdelningar och/eller varumÀrken kan sÀttas i operatörssignatursektionen.", "view_organisation" => "Visa Organisationer", "new_owner" => "Ny Àgare", "operator_role" => "Operatörsroll|Operatörsroller", @@ -259,7 +249,6 @@ "unlink_account" => "Unlink :record Account", "unlink_account_warning" => "Unlinking the social account will mean it can no longer be used to log in directly to the account.", "failed_login" => "Failed Login|Failed Logins", - "resend_confirmation" => "Click here to be sent a new confirmation email.", /* * 2.4.0 @@ -276,30 +265,15 @@ /* * 2.5.0 */ - "organisation_domain_desc" => "Enter each domain owned by the organisation. Users who register with an email address which belongs to one of those domains will be automatically added to the organisation. We recommend to verify the user is genuinely part of the organisation if they have not confirmed ownership of their email address.", - "changing_email_desc" => "Changing the email address will require the user to confirm ownership of their email address when they next login.", - "unconfirmed_user_desc" => "User has not confirmed ownership of this email address.", - "unregistered_user_desc" => "This account was created automatically without a password. You can send a confirmation email to let them set up their own account or set a password for them below.", - "send_confirmation_email" => "Send Confirmation Email", - "mark_as_confirmed" => "Mark as Confirmed", - "password_reset_already" => "You have already confirmed ownership of this email address, you may proceed to login.", - "unconfirmed_account" => "Please check your email to confirm ownership of this email address.", "success_register_desc" => "Thank you for registering an account. Please check your email to complete the account setup.", - "resend_confirmation_sent" => "A new confirmation email has been sent and should arrive in a few minutes.", - "register_confirm_desc" => "Thank you for confirming ownership of your email, please enter a password below to finish your account set up.", - "thank_you_confirm" => "Thank you for confirming ownership of your email address.", "use_gravatar" => "Use Gravatar", "use_gravatar_desc" => "Gravatar is a service which offers a globally recognised avatar to its registered users. The help desk will automatically send a request to secure.gravatar.com with an MD5 hash of each user email address to assist in displaying an avatar. The MD5 hash may also be publicly visible in the frontend HTML. We recommend to update your privacy policy if enabling this feature.", /* * 2.6.0 */ - "updating_email_address" => "To complete the update of your email address, please click on the link sent to :email to confirm ownership of the new email address.", - "confirmation" => "Confirmation", - "confirmation_email_in_use" => "The email address is already in use by another account.", "continue_to_login" => "Please continue to login.", "reset_request_desc" => "If a matching account was found, an email will be sent to you shortly to allow you to reset your password.", - "password_reset_error" => "The link may have expired. If your link isn't working for any reason, please request a new one.", /* * 3.0.0 @@ -339,7 +313,7 @@ "logged_in" => "Logged In", "revoke_session_desc" => "Revoking a session will log the device out of the operator panel. It will also revoke all remember me tokens for other devices.", - /** + /* * 4.0.0 */ "verify_phone_number" => "Verify Phone Number", @@ -349,4 +323,67 @@ "verify_phone_code_error" => "Code could not be verified.", "logged_in_as" => "Logged in as :name", + /* + * 4.1.0 + */ + "merge_users" => "Merge Users", + "merge_user_into" => "Select user to merge into", + "merge_organisations" => "Merge Organisations", + "merge_organisation_into" => "Select organisation to merge into", + "search_for_organisation" => "Search for organisation...", + + /* + * 4.2.0 + */ + "reply_template" => "Reply Template|Reply Templates", + "reply_template_desc" => "Set a personal reply template that prefills the textarea when starting to compose a reply, with the option to customise based on the brand/department of the ticket. The default reply template is used when a reply template for a specific department and/or brand cannot be found.", + "operator_reply_template" => "Operator Reply Template|Operator Reply Templates", + "ticket_reply_template_desc" => "Set the operator's default ticket reply template.", + "operator_reply_template_desc" => "Further reply templates for specific departments and/or brands can be set in the Operator Reply Templates section.", + + /* + * 5.0.0 + */ + "verified" => "Verified", + "unverified" => "Unverified", + "unverified_email_desc" => "User has not verified ownership of this email address.", + "unverified_account" => "Please check your email to verify ownership of this email address.", + "changing_email_desc" => "Changing the email address will require the user to confirm ownership of their email address when they next login.", + "unregistered_user_desc" => "This account was created automatically without a password. You can send a confirmation email to let them set up their own account or set a password for them below.", + "send_verification_email" => "Send Verification Email", + "mark_as_verified" => "Mark as Verified", + "password_reset_already" => "You have already confirmed ownership of this email address, you may proceed to login.", + "verification_email_resent" => "A new verification email has been sent and should arrive in a few minutes.", + "verified_set_password_desc" => "Thank you for verifying ownership of your email, please enter a password below to finish your account set up.", + "thank_you_for_verifying_email" => "Thank you for verifying ownership of your email address.", + "organisation_domain_desc" => "Enter each domain owned by the organisation. Users who register with an email address which belongs to one of those domains will be automatically added to the organisation. We recommend to verify the user is genuinely part of the organisation if they have not confirmed ownership of their email address.", + "resend_verification_email" => "Resend Verification Email", + "updating_email_address" => "To complete the update of your email address, please click on the link sent to :email to confirm ownership of the new email address.", + "email_verification" => "Email Verification", + "email_verification_already_in_use" => "The email address is already in use by another account.", + "verification_link_expired" => "The verification link may have expired. If your link isn't working for any reason, please request a new one.", + "user_invited_to_organisation" => "The user has been invited to the organisation by email, they must click the link and set up a password to complete their account setup.", + "invite_user" => "Invite User", + "organisation_invite_user" => "Invite user to organisation", + "user_already_in_organisation" => "The user is already part of an organisation.", + "invitations" => "Invitation|Invitations", + "invite_exists" => "The user has already been invited.", + "success_join" => "You are now a member of the organisation :name.", + "error_join" => "The invitation code could not be found, or has expired.", + "verify_to_view_tickets" => "Please verify all additional email addresses or remove unverified email addresses under your account profile.", + + /* + * 5.2.3 + */ + "display_notifications_desc" => "Systemet kommer polla nya Àrenden, svar och andra operatörer som loggar in medan du har operatörspanel öppen. Du kan vÀlja mellan skrivbordsnotifieringar, webblÀsarnotifieringar och att avaktivera det helt.", + + /* + * 5.3.0 + */ + "email_verified" => "Email Verified", + "registered_desc" => "If the user has a password set and is able to login to the frontend.", + "new_operator_account_desc" => "You can send a verification email to let the operator set up their own account or toggle to set a password for them below.", + "operator_set_password_desc" => "Please enter a password below to finish setting up your operator account.", + "password_set_success" => "Password set successfully!", + ); diff --git a/Lang/sv/validation.php b/Lang/sv/validation.php index a313818..d9b2c0f 100644 --- a/Lang/sv/validation.php +++ b/Lang/sv/validation.php @@ -81,11 +81,6 @@ */ "logo" => "Loggan mÄste peka mot en giltig bildfil (URL eller relativ filsökvÀg utifrÄn basmappen).", - /* - * 2.1.1 - */ - "old_password" => ":attributefÀltet Àr ogiltigt.", - /* * 2.2.0 */ @@ -169,14 +164,21 @@ "starts_with" => "The :attribute must start with one of the following: :values.", /* - * 3.4.0 + * 3.5.0 + */ + "phone" => "The supplied phone number is invalid.", + + /* + * 4.3.0 */ - "password" => "The password is incorrect.", + "is_invalid" => "The :attribute is invalid.", /* - * 3.5.0 + * 5.0.0 */ - 'phone' => "The supplied phone number is invalid.", + "current_password" => "The password is incorrect.", + "department_email_per_brand" => "An email account must exist for each brand assigned to this department.", + "department_has_a_priority" => "Department(s) :departments are public and must be assigned to at least one priority.", /* |--------------------------------------------------------------------------