From f4378bea9823bc9387f9d5a3dfc9baf94c028022 Mon Sep 17 00:00:00 2001 From: OskarFranck <70700002+OskarFranck@users.noreply.github.com> Date: Mon, 1 Sep 2025 16:07:37 +0200 Subject: [PATCH] Improved Swedish translations (#7477) Co-authored-by: oskfra --- app/active_calls/app_languages.php | 4 +- app/basic_operator_panel/app_languages.php | 2 +- app/bridges/app_languages.php | 4 +- app/bridges/app_menu.php | 2 +- app/call_block/app_languages.php | 8 ++-- app/call_block/app_menu.php | 2 +- app/call_broadcast/app_languages.php | 6 +-- app/call_center_active/app_menu.php | 2 +- app/call_centers/app_languages.php | 50 +++++++++++----------- app/call_centers/app_menu.php | 4 +- app/call_forward/app_languages.php | 10 ++--- app/calls_active/app_languages.php | 4 +- app/conference_centers/app_languages.php | 2 +- app/conferences_active/app_languages.php | 2 +- app/devices/app_languages.php | 2 +- app/dialplan_inbound/app_languages.php | 2 +- app/dialplan_outbound/app_languages.php | 4 +- app/dialplan_outbound/app_menu.php | 2 +- app/dialplans/app_languages.php | 22 +++++----- app/dialplans/app_menu.php | 2 +- app/emergency/app_menu.php | 2 +- app/extensions/app_languages.php | 8 ++-- app/fax/app_languages.php | 4 +- app/fifo_list/app_languages.php | 2 +- app/gateways/app_languages.php | 8 ++-- app/ivr_menus/app_languages.php | 40 ++++++++--------- app/ivr_menus/app_menu.php | 2 +- app/time_conditions/app_languages.php | 2 +- app/xml_cdr/app_languages.php | 14 +++--- core/contacts/app_languages.php | 10 ++--- core/groups/app_languages.php | 8 ++-- core/upgrade/app_languages.php | 4 +- core/user_settings/app_languages.php | 8 ++-- core/users/app_languages.php | 10 ++--- core/users/app_menu.php | 2 +- resources/app_languages.php | 12 +++--- 36 files changed, 136 insertions(+), 136 deletions(-) diff --git a/app/active_calls/app_languages.php b/app/active_calls/app_languages.php index 9fb68a29ca..4dec946e63 100644 --- a/app/active_calls/app_languages.php +++ b/app/active_calls/app_languages.php @@ -644,7 +644,7 @@ $text['label-app']['pt-br'] = "Aplicação"; $text['label-app']['pt-pt'] = "Aplicação"; $text['label-app']['ro-ro'] = "Aplicație"; $text['label-app']['ru-ru'] = "Приложение"; -$text['label-app']['sv-se'] = "Ansökan"; +$text['label-app']['sv-se'] = "Applikation"; $text['label-app']['uk-ua'] = "Додаток"; $text['label-app']['zh-cn'] = "应用"; $text['label-app']['ja-jp'] = "応用"; @@ -957,7 +957,7 @@ $text['check-do-not-disturb-status']['pt-br'] = "Não Pertube"; $text['check-do-not-disturb-status']['pt-pt'] = "Não Perturbar"; $text['check-do-not-disturb-status']['ro-ro'] = "Nu deranjați"; $text['check-do-not-disturb-status']['ru-ru'] = "Не беспокоить (DND)"; -$text['check-do-not-disturb-status']['sv-se'] = "Stör Ej"; +$text['check-do-not-disturb-status']['sv-se'] = "Stör ej"; $text['check-do-not-disturb-status']['uk-ua'] = "Не турбувати"; $text['check-do-not-disturb-status']['zh-cn'] = "请勿打扰"; $text['check-do-not-disturb-status']['ja-jp'] = "邪魔しないでください"; diff --git a/app/basic_operator_panel/app_languages.php b/app/basic_operator_panel/app_languages.php index a5b5c17bd3..abb38c83f4 100644 --- a/app/basic_operator_panel/app_languages.php +++ b/app/basic_operator_panel/app_languages.php @@ -155,7 +155,7 @@ $text['label-status_do_not_disturb']['pt-br'] = "Não perturbe"; $text['label-status_do_not_disturb']['pt-pt'] = "Não perturbe (DND)"; $text['label-status_do_not_disturb']['ro-ro'] = "Nu deranjați"; $text['label-status_do_not_disturb']['ru-ru'] = "Просьба не беспокоить"; -$text['label-status_do_not_disturb']['sv-se'] = "Stör Ej"; +$text['label-status_do_not_disturb']['sv-se'] = "Stör ej"; $text['label-status_do_not_disturb']['uk-ua'] = "Не турбувати"; $text['label-status_do_not_disturb']['tr-tr'] = "Rahatsız etmeyin"; $text['label-status_do_not_disturb']['zh-cn'] = "请勿打扰"; diff --git a/app/bridges/app_languages.php b/app/bridges/app_languages.php index 717134570e..15ff51cae5 100644 --- a/app/bridges/app_languages.php +++ b/app/bridges/app_languages.php @@ -20,7 +20,7 @@ $text['title-bridges']['pt-br'] = "pontes"; $text['title-bridges']['pt-pt'] = "pontes"; $text['title-bridges']['ro-ro'] = "Poduri"; $text['title-bridges']['ru-ru'] = "Мосты"; -$text['title-bridges']['sv-se'] = "Broar"; +$text['title-bridges']['sv-se'] = "Bryggor"; $text['title-bridges']['uk-ua'] = "Мости"; $text['title-bridges']['tr-tr'] = "Köprüler"; $text['title-bridges']['zh-cn'] = "桥梁"; @@ -47,7 +47,7 @@ $text['title-bridge']['pt-br'] = "Ponte"; $text['title-bridge']['pt-pt'] = "Ponte"; $text['title-bridge']['ro-ro'] = "Pod"; $text['title-bridge']['ru-ru'] = "Мост"; -$text['title-bridge']['sv-se'] = "Bro"; +$text['title-bridge']['sv-se'] = "Brygga"; $text['title-bridge']['uk-ua'] = "Міст"; $text['title-bridge']['tr-tr'] = "Köprü"; $text['title-bridge']['zh-cn'] = "桥"; diff --git a/app/bridges/app_menu.php b/app/bridges/app_menu.php index f57068eb69..833fac8f64 100644 --- a/app/bridges/app_menu.php +++ b/app/bridges/app_menu.php @@ -20,7 +20,7 @@ $apps[$x]['menu'][$y]['title']['pt-pt'] = "pontes"; $apps[$x]['menu'][$y]['title']['ro-ro'] = "Poduri"; $apps[$x]['menu'][$y]['title']['ru-ru'] = "Мосты"; - $apps[$x]['menu'][$y]['title']['sv-se'] = "Broar"; + $apps[$x]['menu'][$y]['title']['sv-se'] = "Bryggor"; $apps[$x]['menu'][$y]['title']['uk-ua'] = "Міста"; $apps[$x]['menu'][$y]['title']['zh-cn'] = "桥梁"; $apps[$x]['menu'][$y]['title']['ja-jp'] = "ブリッジ"; diff --git a/app/call_block/app_languages.php b/app/call_block/app_languages.php index 16933bd925..b8d4bcdaad 100644 --- a/app/call_block/app_languages.php +++ b/app/call_block/app_languages.php @@ -20,7 +20,7 @@ $text['title-call_block']['pt-br'] = "Bloqueio de chamadas"; $text['title-call_block']['pt-pt'] = "Bloqueio de Chamadas"; $text['title-call_block']['ro-ro'] = "Blocare apel"; $text['title-call_block']['ru-ru'] = "Черный список"; -$text['title-call_block']['sv-se'] = "Blockera Samtal"; +$text['title-call_block']['sv-se'] = "Blockera samtal"; $text['title-call_block']['uk-ua'] = "Блокування дзвінків"; $text['title-call_block']['tr-tr'] = "Çağrı Engelleme"; $text['title-call_block']['zh-cn'] = "呼叫块"; @@ -315,7 +315,7 @@ $text['label-ivr_menus']['pt-br'] = "Menus de IVR"; $text['label-ivr_menus']['pt-pt'] = "Menus de IVR"; $text['label-ivr_menus']['ro-ro'] = "Meniuri IVR"; $text['label-ivr_menus']['ru-ru'] = "Голосовые Меню (IVR)"; -$text['label-ivr_menus']['sv-se'] = "IVR Menyer"; +$text['label-ivr_menus']['sv-se'] = "Knappvalsmenyer"; $text['label-ivr_menus']['uk-ua'] = "Меню IVR"; $text['label-ivr_menus']['tr-tr'] = "IVR Menüleri"; $text['label-ivr_menus']['zh-cn'] = "IVR 菜单"; @@ -553,7 +553,7 @@ $text['label-edit-edit']['pt-br'] = "Bloqueio de chamadas"; $text['label-edit-edit']['pt-pt'] = "Bloqueio de Chamadas"; $text['label-edit-edit']['ro-ro'] = "Blocare apel"; $text['label-edit-edit']['ru-ru'] = "Черный список"; -$text['label-edit-edit']['sv-se'] = "Blockera Samtal"; +$text['label-edit-edit']['sv-se'] = "Blockera samtal"; $text['label-edit-edit']['uk-ua'] = "Блокування дзвінків"; $text['label-edit-edit']['tr-tr'] = "Çağrı Engelleme"; $text['label-edit-edit']['zh-cn'] = "呼叫块"; @@ -580,7 +580,7 @@ $text['label-edit-add']['pt-br'] = "Adicionar bloqueio de chamadas"; $text['label-edit-add']['pt-pt'] = "Adicionar Bloqueio de Chamadas"; $text['label-edit-add']['ro-ro'] = "Blocare apel"; $text['label-edit-add']['ru-ru'] = "Черный список"; -$text['label-edit-add']['sv-se'] = "Blockera Samtal"; +$text['label-edit-add']['sv-se'] = "Blockera samtal"; $text['label-edit-add']['uk-ua'] = "Блокування дзвінків"; $text['label-edit-add']['tr-tr'] = "Çağrı Engelleme"; $text['label-edit-add']['zh-cn'] = "呼叫块"; diff --git a/app/call_block/app_menu.php b/app/call_block/app_menu.php index 164eca8163..fd31e09909 100644 --- a/app/call_block/app_menu.php +++ b/app/call_block/app_menu.php @@ -21,7 +21,7 @@ $apps[$x]['menu'][$y]['title']['pt-pt'] = "Bloqueio de Chamadas"; $apps[$x]['menu'][$y]['title']['ro-ro'] = "Blocare apel"; $apps[$x]['menu'][$y]['title']['ru-ru'] = "Черный список"; - $apps[$x]['menu'][$y]['title']['sv-se'] = "Blockera Samtal"; + $apps[$x]['menu'][$y]['title']['sv-se'] = "Blockera samtal"; $apps[$x]['menu'][$y]['title']['uk-ua'] = "Блокування дзвінків"; $apps[$x]['menu'][$y]['title']['zh-cn'] = "呼叫块"; $apps[$x]['menu'][$y]['title']['ja-jp'] = "コール ブロック"; diff --git a/app/call_broadcast/app_languages.php b/app/call_broadcast/app_languages.php index ed42a7d4b7..6ad23c7104 100644 --- a/app/call_broadcast/app_languages.php +++ b/app/call_broadcast/app_languages.php @@ -101,7 +101,7 @@ $text['option-true']['pt-br'] = "Sim"; $text['option-true']['pt-pt'] = "Sim"; $text['option-true']['ro-ro'] = "Adevărat"; $text['option-true']['ru-ru'] = "Да"; -$text['option-true']['sv-se'] = "Sann"; +$text['option-true']['sv-se'] = "Ja"; $text['option-true']['uk-ua'] = "Так"; $text['option-true']['tr-tr'] = "Doğru"; $text['option-true']['zh-cn'] = "真的"; @@ -128,7 +128,7 @@ $text['option-false']['pt-br'] = "Não"; $text['option-false']['pt-pt'] = "Não"; $text['option-false']['ro-ro'] = "Fals"; $text['option-false']['ru-ru'] = "Нет"; -$text['option-false']['sv-se'] = "Falsk"; +$text['option-false']['sv-se'] = "Nej"; $text['option-false']['uk-ua'] = "помилковий"; $text['option-false']['tr-tr'] = "YANLIŞ"; $text['option-false']['zh-cn'] = "错误的"; @@ -776,7 +776,7 @@ $text['description-destination']['pt-br'] = "Enviar a chamada para a extensão d $text['description-destination']['pt-pt'] = "Enviar a chamada para a extensão de um menu de IVR, Sala de Conferência ou qualquer outro número."; $text['description-destination']['ro-ro'] = "Trimiteți apelul către o extensie, un meniu IVR, o sală de conferințe sau orice alt număr."; $text['description-destination']['ru-ru'] = "Отправить вызов на внутренний номер, IVR, конференцию или любой другой номер."; -$text['description-destination']['sv-se'] = "Skicka samtalet till en anknytning, IVR Meny, Konferens Rum eller något annat nummer."; +$text['description-destination']['sv-se'] = "Skicka samtalet till en anknytning, knappvalsmeny, Konferens Rum eller något annat nummer."; $text['description-destination']['uk-ua'] = "Відправити дзвінок на розширення, меню IVR, конференцію, або будь-який інший номер."; $text['description-destination']['tr-tr'] = "Aramayı bir dahili numaraya, IVR Menüsüne, Konferans Odasına veya başka bir numaraya gönderin."; $text['description-destination']['zh-cn'] = "将呼叫发送到分机、IVR 菜单、会议室或任何其他号码。"; diff --git a/app/call_center_active/app_menu.php b/app/call_center_active/app_menu.php index 93ce49b41b..a067aa64f3 100644 --- a/app/call_center_active/app_menu.php +++ b/app/call_center_active/app_menu.php @@ -20,7 +20,7 @@ $apps[$x]['menu'][$y]['title']['pt-pt'] = "Centro de Chamadas Activo"; $apps[$x]['menu'][$y]['title']['ro-ro'] = "Centru de apeluri activ"; $apps[$x]['menu'][$y]['title']['ru-ru'] = "Активные Колл-центры"; - $apps[$x]['menu'][$y]['title']['sv-se'] = "Aktivt Call Center"; + $apps[$x]['menu'][$y]['title']['sv-se'] = "Aktivt callcenter"; $apps[$x]['menu'][$y]['title']['uk-ua'] = "Центр активного виклику"; $apps[$x]['menu'][$y]['title']['zh-cn'] = "主动呼叫中心"; $apps[$x]['menu'][$y]['title']['ja-jp'] = "アクティブコールセンター"; diff --git a/app/call_centers/app_languages.php b/app/call_centers/app_languages.php index 70712d846e..bab0b65ba9 100644 --- a/app/call_centers/app_languages.php +++ b/app/call_centers/app_languages.php @@ -20,7 +20,7 @@ $text['title-call_centers']['pt-br'] = "Call Center"; $text['title-call_centers']['pt-pt'] = "Centro de Chamadas"; $text['title-call_centers']['ro-ro'] = "Call Center"; $text['title-call_centers']['ru-ru'] = "Колл-центр"; -$text['title-call_centers']['sv-se'] = "Call Center"; +$text['title-call_centers']['sv-se'] = "Callcenter"; $text['title-call_centers']['uk-ua'] = "Кол-центр"; $text['title-call_centers']['zh-cn'] = "呼叫中心"; $text['title-call_centers']['ja-jp'] = "コールセンター"; @@ -46,7 +46,7 @@ $text['title-call_center_tier_edit']['pt-br'] = "Editar nível do Call Center"; $text['title-call_center_tier_edit']['pt-pt'] = "Editar Nível do Call Center"; $text['title-call_center_tier_edit']['ro-ro'] = "Nivelul Call Center"; $text['title-call_center_tier_edit']['ru-ru'] = "Компетенция Колл-центра"; -$text['title-call_center_tier_edit']['sv-se'] = "Call Center Nivå"; +$text['title-call_center_tier_edit']['sv-se'] = "Callcenter Nivå"; $text['title-call_center_tier_edit']['uk-ua'] = "Рівень кол-центра"; $text['title-call_center_tier_edit']['zh-cn'] = "呼叫中心层"; $text['title-call_center_tier_edit']['ja-jp'] = "コールセンター層"; @@ -72,7 +72,7 @@ $text['title-call_center_queues_edit']['pt-br'] = "Editar fila de Call Center"; $text['title-call_center_queues_edit']['pt-pt'] = "Editar Fila de Call Center"; $text['title-call_center_queues_edit']['ro-ro'] = "Editați coada centrului de apeluri"; $text['title-call_center_queues_edit']['ru-ru'] = "Редактировать очередь Колл-центра"; -$text['title-call_center_queues_edit']['sv-se'] = "Ändra Call Center Kö"; +$text['title-call_center_queues_edit']['sv-se'] = "Ändra callcenter Kö"; $text['title-call_center_queues_edit']['uk-ua'] = "Редагувати чергу кол-центру"; $text['title-call_center_queues_edit']['zh-cn'] = "编辑呼叫中心队列"; $text['title-call_center_queues_edit']['ja-jp'] = "コール センター キューの編集"; @@ -98,7 +98,7 @@ $text['title-call_center_queues_add']['pt-br'] = "Adicionar filas de Call Center $text['title-call_center_queues_add']['pt-pt'] = "Adicionar Fila de Call Center"; $text['title-call_center_queues_add']['ro-ro'] = "Adăugați o coadă la centrul de apeluri"; $text['title-call_center_queues_add']['ru-ru'] = "Добавить очередь Колл-центра"; -$text['title-call_center_queues_add']['sv-se'] = "Lägg till Call Center Kö"; +$text['title-call_center_queues_add']['sv-se'] = "Lägg till callcenter Kö"; $text['title-call_center_queues_add']['uk-ua'] = "Додати чергу кол-центру"; $text['title-call_center_queues_add']['zh-cn'] = "添加呼叫中心队列"; $text['title-call_center_queues_add']['ja-jp'] = "コール センター キューを追加"; @@ -124,7 +124,7 @@ $text['title-call_center_queues']['pt-br'] = "Filas de Call Center"; $text['title-call_center_queues']['pt-pt'] = "Filas de Call Center"; $text['title-call_center_queues']['ro-ro'] = "Cozi la Call Center"; $text['title-call_center_queues']['ru-ru'] = "Очереди Колл-центра"; -$text['title-call_center_queues']['sv-se'] = "Call Center Kö:er"; +$text['title-call_center_queues']['sv-se'] = "Callcenter Kö:er"; $text['title-call_center_queues']['uk-ua'] = "Черги кол-центра"; $text['title-call_center_queues']['zh-cn'] = "呼叫中心队列"; $text['title-call_center_queues']['ja-jp'] = "コールセンターの待ち行列"; @@ -150,7 +150,7 @@ $text['title-call_center_queue_edit']['pt-br'] = "Editar fila de Call Center"; $text['title-call_center_queue_edit']['pt-pt'] = "Call Center Queue"; $text['title-call_center_queue_edit']['ro-ro'] = "Coada centrului de apeluri"; $text['title-call_center_queue_edit']['ru-ru'] = "Очередь Колл-центра"; -$text['title-call_center_queue_edit']['sv-se'] = "Call Center Kö"; +$text['title-call_center_queue_edit']['sv-se'] = "Callcenter Kö"; $text['title-call_center_queue_edit']['uk-ua'] = "Черга кол-центра"; $text['title-call_center_queue_edit']['zh-cn'] = "呼叫中心队列"; $text['title-call_center_queue_edit']['ja-jp'] = "コール センター キュー"; @@ -176,7 +176,7 @@ $text['title-call_center_queue_add']['pt-br'] = "Adicionar fila ao Call Center"; $text['title-call_center_queue_add']['pt-pt'] = "Call Center Queue"; $text['title-call_center_queue_add']['ro-ro'] = "Coada centrului de apeluri"; $text['title-call_center_queue_add']['ru-ru'] = "Очередь Колл-центра"; -$text['title-call_center_queue_add']['sv-se'] = "Call Center Kö"; +$text['title-call_center_queue_add']['sv-se'] = "Callcenter Kö"; $text['title-call_center_queue_add']['uk-ua'] = "Черга кол-центра"; $text['title-call_center_queue_add']['zh-cn'] = "呼叫中心队列"; $text['title-call_center_queue_add']['ja-jp'] = "コール センター キュー"; @@ -202,7 +202,7 @@ $text['title-call_center_agents']['pt-br'] = "Agentes do call center"; $text['title-call_center_agents']['pt-pt'] = "Agentes do Call Center"; $text['title-call_center_agents']['ro-ro'] = "Agenți call center"; $text['title-call_center_agents']['ru-ru'] = "Операторы Колл-центра"; -$text['title-call_center_agents']['sv-se'] = "Call Center Agenter"; +$text['title-call_center_agents']['sv-se'] = "Callcenter Agenter"; $text['title-call_center_agents']['uk-ua'] = "Оператори кол-центра"; $text['title-call_center_agents']['zh-cn'] = "呼叫中心代理"; $text['title-call_center_agents']['ja-jp'] = "コールセンターのエージェント"; @@ -306,7 +306,7 @@ $text['title-call_center']['pt-br'] = "Call Center"; $text['title-call_center']['pt-pt'] = "Centro de Chamadas"; $text['title-call_center']['ro-ro'] = "Call Center"; $text['title-call_center']['ru-ru'] = "Колл-центр"; -$text['title-call_center']['sv-se'] = "Call Center"; +$text['title-call_center']['sv-se'] = "Callcenter"; $text['title-call_center']['uk-ua'] = "Кол-центр"; $text['title-call_center']['zh-cn'] = "呼叫中心"; $text['title-call_center']['ja-jp'] = "コールセンター"; @@ -384,7 +384,7 @@ $text['option-true']['pt-br'] = "Sim"; $text['option-true']['pt-pt'] = "Sim"; $text['option-true']['ro-ro'] = "Adevărat"; $text['option-true']['ru-ru'] = "Да"; -$text['option-true']['sv-se'] = "Sann"; +$text['option-true']['sv-se'] = "Ja"; $text['option-true']['uk-ua'] = "Так"; $text['option-true']['zh-cn'] = "真的"; $text['option-true']['ja-jp'] = "真実"; @@ -852,7 +852,7 @@ $text['option-false']['pt-br'] = "Não"; $text['option-false']['pt-pt'] = "Não"; $text['option-false']['ro-ro'] = "Fals"; $text['option-false']['ru-ru'] = "Нет"; -$text['option-false']['sv-se'] = "Falsk"; +$text['option-false']['sv-se'] = "Nej"; $text['option-false']['uk-ua'] = "Ні"; $text['option-false']['zh-cn'] = "错误的"; $text['option-false']['ja-jp'] = "間違い"; @@ -878,7 +878,7 @@ $text['option-do_not_disturb']['pt-br'] = "Não perturbe (DND)"; $text['option-do_not_disturb']['pt-pt'] = "Não incomodar"; $text['option-do_not_disturb']['ro-ro'] = "Nu deranjați"; $text['option-do_not_disturb']['ru-ru'] = "Не беспокоить"; -$text['option-do_not_disturb']['sv-se'] = "Stör Ej"; +$text['option-do_not_disturb']['sv-se'] = "Stör ej"; $text['option-do_not_disturb']['uk-ua'] = "Не турбувати"; $text['option-do_not_disturb']['zh-cn'] = "请勿打扰"; $text['option-do_not_disturb']['ja-jp'] = "邪魔しないでください"; @@ -1892,7 +1892,7 @@ $text['label-outbound_caller_id_name']['pt-br'] = "Nome de ID de Saída"; $text['label-outbound_caller_id_name']['pt-pt'] = "Nome público"; $text['label-outbound_caller_id_name']['ro-ro'] = "Nume ID apelant de ieșire"; $text['label-outbound_caller_id_name']['ru-ru'] = "Идентификатор (Caller ID) имени вызывающего абонента"; -$text['label-outbound_caller_id_name']['sv-se'] = "Utgående Namnpresentation"; +$text['label-outbound_caller_id_name']['sv-se'] = "Utgående namnpresentation"; $text['label-outbound_caller_id_name']['uk-ua'] = "Ім'я ідентифікатора абонента вихідної пошти"; $text['label-outbound_caller_id_name']['zh-cn'] = "出站来电显示名称"; $text['label-outbound_caller_id_name']['ja-jp'] = "発信者 ID 名"; @@ -1918,7 +1918,7 @@ $text['label-outbound_caller_id_number']['pt-br'] = "Número de ID de Saída"; $text['label-outbound_caller_id_number']['pt-pt'] = "Número público"; $text['label-outbound_caller_id_number']['ro-ro'] = "Număr ID apelant de ieșire"; $text['label-outbound_caller_id_number']['ru-ru'] = "Идентификатор (Caller ID) номера вызывающего абонента"; -$text['label-outbound_caller_id_number']['sv-se'] = "Utgående Nummerpresentation"; +$text['label-outbound_caller_id_number']['sv-se'] = "Utgående nummerpresentation"; $text['label-outbound_caller_id_number']['uk-ua'] = "Ідентифікаційний номер абонента вихідної пошти"; $text['label-outbound_caller_id_number']['zh-cn'] = "外拨来电显示号码"; $text['label-outbound_caller_id_number']['ja-jp'] = "発信者番号"; @@ -2360,7 +2360,7 @@ $text['header-call_center_tier_edit']['pt-br'] = "Editar nível do Call Center"; $text['header-call_center_tier_edit']['pt-pt'] = "Editar Nível do Call Center"; $text['header-call_center_tier_edit']['ro-ro'] = "Nivelul Call Center"; $text['header-call_center_tier_edit']['ru-ru'] = "Компетенция Колл-центра"; -$text['header-call_center_tier_edit']['sv-se'] = "Call Center Nivå"; +$text['header-call_center_tier_edit']['sv-se'] = "Callcenter Nivå"; $text['header-call_center_tier_edit']['uk-ua'] = "Рівень кол-центру"; $text['header-call_center_tier_edit']['zh-cn'] = "呼叫中心层"; $text['header-call_center_tier_edit']['ja-jp'] = "コールセンター層"; @@ -2386,7 +2386,7 @@ $text['header-call_center_queues']['pt-br'] = "Filas do call center"; $text['header-call_center_queues']['pt-pt'] = "Filas do Call Center"; $text['header-call_center_queues']['ro-ro'] = "Cozi la Call Center"; $text['header-call_center_queues']['ru-ru'] = "Очереди Колл-центра"; -$text['header-call_center_queues']['sv-se'] = "Call Center Kö:er"; +$text['header-call_center_queues']['sv-se'] = "Callcenter Kö:er"; $text['header-call_center_queues']['uk-ua'] = "Черги кол-центру"; $text['header-call_center_queues']['zh-cn'] = "呼叫中心队列"; $text['header-call_center_queues']['ja-jp'] = "コールセンターの待ち行列"; @@ -2412,7 +2412,7 @@ $text['header-call_center_queue_edit']['pt-br'] = "Edutar fila do call center"; $text['header-call_center_queue_edit']['pt-pt'] = "Editar Fila do Call Center"; $text['header-call_center_queue_edit']['ro-ro'] = "Coada centrului de apeluri"; $text['header-call_center_queue_edit']['ru-ru'] = "Очередь Колл-центра"; -$text['header-call_center_queue_edit']['sv-se'] = "Call Center Kö"; +$text['header-call_center_queue_edit']['sv-se'] = "Callcenter Kö"; $text['header-call_center_queue_edit']['uk-ua'] = "Черга кол-центру"; $text['header-call_center_queue_edit']['zh-cn'] = "呼叫中心队列"; $text['header-call_center_queue_edit']['ja-jp'] = "コール センター キュー"; @@ -2438,7 +2438,7 @@ $text['header-call_center_queue_add']['pt-br'] = "Adicionar fila ao Call Center" $text['header-call_center_queue_add']['pt-pt'] = "Adicionar Fila ao Call Center"; $text['header-call_center_queue_add']['ro-ro'] = "Coada centrului de apeluri"; $text['header-call_center_queue_add']['ru-ru'] = "Очередь Колл-центра"; -$text['header-call_center_queue_add']['sv-se'] = "Call Center Kö"; +$text['header-call_center_queue_add']['sv-se'] = "Callcenter Kö"; $text['header-call_center_queue_add']['uk-ua'] = "Черга кол-центру"; $text['header-call_center_queue_add']['zh-cn'] = "呼叫中心队列"; $text['header-call_center_queue_add']['ja-jp'] = "コール センター キュー"; @@ -2464,7 +2464,7 @@ $text['header-call_center_agents']['pt-br'] = "Agentes do Call Center"; $text['header-call_center_agents']['pt-pt'] = "Agentes do Call Center"; $text['header-call_center_agents']['ro-ro'] = "Agenti call center"; $text['header-call_center_agents']['ru-ru'] = "Операторы Колл-центра"; -$text['header-call_center_agents']['sv-se'] = "Call Center Agenter"; +$text['header-call_center_agents']['sv-se'] = "Callcenter Agenter"; $text['header-call_center_agents']['uk-ua'] = "Агенти кол-центру"; $text['header-call_center_agents']['zh-cn'] = "呼叫中心代理"; $text['header-call_center_agents']['ja-jp'] = "コールセンターのエージェント"; @@ -2490,7 +2490,7 @@ $text['header-call_center_agent_status']['pt-br'] = "Estado do agente do Call Ce $text['header-call_center_agent_status']['pt-pt'] = "Estado do Agente do Call Center"; $text['header-call_center_agent_status']['ro-ro'] = "Starea agentului Call Center"; $text['header-call_center_agent_status']['ru-ru'] = "Статус оператора Колл-центра"; -$text['header-call_center_agent_status']['sv-se'] = "Call Center Agent Status"; +$text['header-call_center_agent_status']['sv-se'] = "Callcenter Agentstatus"; $text['header-call_center_agent_status']['uk-ua'] = "Статус агента кол-центру"; $text['header-call_center_agent_status']['zh-cn'] = "呼叫中心座席状态"; $text['header-call_center_agent_status']['ja-jp'] = "コール センター エージェントのステータス"; @@ -2516,7 +2516,7 @@ $text['header-call_center_agent_edit']['pt-br'] = "Editar agente do Call Center" $text['header-call_center_agent_edit']['pt-pt'] = "Editar Agente do Call Center"; $text['header-call_center_agent_edit']['ro-ro'] = "Agent call center"; $text['header-call_center_agent_edit']['ru-ru'] = "Оператор Колл-центра"; -$text['header-call_center_agent_edit']['sv-se'] = "Call Center Agent"; +$text['header-call_center_agent_edit']['sv-se'] = "Callcenter Agent"; $text['header-call_center_agent_edit']['uk-ua'] = "Агент кол-центру"; $text['header-call_center_agent_edit']['zh-cn'] = "呼叫中心代理"; $text['header-call_center_agent_edit']['ja-jp'] = "コールセンターエージェント"; @@ -2542,7 +2542,7 @@ $text['header-call_center_agent_add']['pt-br'] = "Adicionar agente ao Call Cente $text['header-call_center_agent_add']['pt-pt'] = "Adicionar Agente ao Call Center"; $text['header-call_center_agent_add']['ro-ro'] = "Agenti call center"; $text['header-call_center_agent_add']['ru-ru'] = "Операторы Колл-центра"; -$text['header-call_center_agent_add']['sv-se'] = "Call Center Agenter"; +$text['header-call_center_agent_add']['sv-se'] = "Callcenter Agenter"; $text['header-call_center_agent_add']['uk-ua'] = "Агенти кол-центру"; $text['header-call_center_agent_add']['zh-cn'] = "呼叫中心代理"; $text['header-call_center_agent_add']['ja-jp'] = "コールセンターのエージェント"; @@ -3478,7 +3478,7 @@ $text['description-call_center_queues']['pt-br'] = "Lista de filas para o Call C $text['description-call_center_queues']['pt-pt'] = "Lista de Filas do Call Center."; $text['description-call_center_queues']['ro-ro'] = "Lista de cozi pentru call center."; $text['description-call_center_queues']['ru-ru'] = "Список очередей в Колл-центре"; -$text['description-call_center_queues']['sv-se'] = "Lista med kö:er för Call Center"; +$text['description-call_center_queues']['sv-se'] = "Lista med kö:er för callcenter"; $text['description-call_center_queues']['uk-ua'] = "Список черг до кол-центру."; $text['description-call_center_queues']['zh-cn'] = "呼叫中心的队列列表。"; $text['description-call_center_queues']['ja-jp'] = "コール センターのキューのリスト。"; @@ -3504,7 +3504,7 @@ $text['description-call_center_agents']['pt-br'] = "Lista de agentes do Call Cen $text['description-call_center_agents']['pt-pt'] = "Lista de Agentes do Call Center."; $text['description-call_center_agents']['ro-ro'] = "Lista agenților de call center."; $text['description-call_center_agents']['ru-ru'] = "Список операторов Колл-центра"; -$text['description-call_center_agents']['sv-se'] = "Lista med Call Center Agenter"; +$text['description-call_center_agents']['sv-se'] = "Lista med callcenter Agenter"; $text['description-call_center_agents']['uk-ua'] = "Список операторів кол-центру."; $text['description-call_center_agents']['zh-cn'] = "呼叫中心代理列表。"; $text['description-call_center_agents']['ja-jp'] = "コール センター エージェントのリスト。"; @@ -3530,7 +3530,7 @@ $text['description-call_center_agent_status']['pt-br'] = "Lista todas chamadas d $text['description-call_center_agent_status']['pt-pt'] = "Lista todas as chamadas do Call Center com a opção de alterar o estado de um ou mais agentes."; $text['description-call_center_agent_status']['ro-ro'] = "Listați toți agenții call center cu opțiunea de a schimba starea unuia sau mai multor agenți."; $text['description-call_center_agent_status']['ru-ru'] = "Полный список операторов Колл-центра с возможностью изменить статус одного или нескольких операторов."; -$text['description-call_center_agent_status']['sv-se'] = "Lista med alla Call Center Agenter med möjlighet att ändra status på en eller flera agenter."; +$text['description-call_center_agent_status']['sv-se'] = "Lista med alla callcenter Agenter med möjlighet att ändra status på en eller flera agenter."; $text['description-call_center_agent_status']['uk-ua'] = "Перелічіть усіх агентів кол-центру з можливістю змінити статус одного чи кількох агентів."; $text['description-call_center_agent_status']['zh-cn'] = "列出所有呼叫中心代理,并可选择更改一个或多个代理的状态。"; $text['description-call_center_agent_status']['ja-jp'] = "1 人以上のエージェントのステータスを変更するオプションを使用して、すべてのコール センター エージェントを一覧表示します。"; diff --git a/app/call_centers/app_menu.php b/app/call_centers/app_menu.php index efacd95a3a..07f1bad652 100644 --- a/app/call_centers/app_menu.php +++ b/app/call_centers/app_menu.php @@ -20,7 +20,7 @@ $apps[$x]['menu'][$y]['title']['pt-pt'] = "Centro de Chamadas"; $apps[$x]['menu'][$y]['title']['ro-ro'] = "Centre de apeluri"; $apps[$x]['menu'][$y]['title']['ru-ru'] = "Колл-центр"; - $apps[$x]['menu'][$y]['title']['sv-se'] = "Call Center"; + $apps[$x]['menu'][$y]['title']['sv-se'] = "Callcenter"; $apps[$x]['menu'][$y]['title']['uk-ua'] = "Кол-центр"; $apps[$x]['menu'][$y]['title']['zh-cn'] = "呼叫中心"; $apps[$x]['menu'][$y]['title']['ja-jp'] = "コールセンター"; @@ -53,7 +53,7 @@ $apps[$x]['menu'][$y]['title']['pt-pt'] = "Estado do Agente"; $apps[$x]['menu'][$y]['title']['ro-ro'] = "Statutul agentului"; $apps[$x]['menu'][$y]['title']['ru-ru'] = "Статус агента"; - $apps[$x]['menu'][$y]['title']['sv-se'] = "Agent Status"; + $apps[$x]['menu'][$y]['title']['sv-se'] = "Agentstatus"; $apps[$x]['menu'][$y]['title']['uk-ua'] = "Статус оператора"; $apps[$x]['menu'][$y]['title']['zh-cn'] = "代理状态"; $apps[$x]['menu'][$y]['title']['ja-jp'] = "エージェントステータス"; diff --git a/app/call_forward/app_languages.php b/app/call_forward/app_languages.php index 898d75beaa..ac3061e9c3 100644 --- a/app/call_forward/app_languages.php +++ b/app/call_forward/app_languages.php @@ -46,7 +46,7 @@ $text['title-follow_me']['pt-br'] = "Siga-me"; $text['title-follow_me']['pt-pt'] = "Segue-me"; $text['title-follow_me']['ro-ro'] = "Urmați-mă"; $text['title-follow_me']['ru-ru'] = "Перенаправление"; -$text['title-follow_me']['sv-se'] = "Följ Mig"; +$text['title-follow_me']['sv-se'] = "Följ mig"; $text['title-follow_me']['uk-ua'] = "Слідуй за мною"; $text['title-follow_me']['zh-cn'] = "跟我来"; $text['title-follow_me']['ja-jp'] = "フォローしてください"; @@ -410,7 +410,7 @@ $text['label-follow_me']['pt-br'] = "Siga-me"; $text['label-follow_me']['pt-pt'] = "Segue-me"; $text['label-follow_me']['ro-ro'] = "Urmați-mă"; $text['label-follow_me']['ru-ru'] = "Перенаправление"; -$text['label-follow_me']['sv-se'] = "Följ Mig"; +$text['label-follow_me']['sv-se'] = "Följ mig"; $text['label-follow_me']['uk-ua'] = "Слідуй за мною"; $text['label-follow_me']['zh-cn'] = "跟我来"; $text['label-follow_me']['ja-jp'] = "フォローしてください"; @@ -436,7 +436,7 @@ $text['label-dnd']['pt-br'] = "Não Pertube (DND)"; $text['label-dnd']['pt-pt'] = "Não Perturbar"; $text['label-dnd']['ro-ro'] = "Nu deranjați"; $text['label-dnd']['ru-ru'] = "Не беспокоить"; -$text['label-dnd']['sv-se'] = "Stör Ej"; +$text['label-dnd']['sv-se'] = "Stör ej"; $text['label-dnd']['uk-ua'] = "Не турбувати"; $text['label-dnd']['zh-cn'] = "请勿打扰"; $text['label-dnd']['ja-jp'] = "邪魔しないでください"; @@ -1139,7 +1139,7 @@ $text['check-true']['pt-br'] = "Sim"; $text['check-true']['pt-pt'] = "Sim"; $text['check-true']['ro-ro'] = "Adevărat"; $text['check-true']['ru-ru'] = "Да"; -$text['check-true']['sv-se'] = "Sann"; +$text['check-true']['sv-se'] = "Ja"; $text['check-true']['uk-ua'] = "Так"; $text['check-true']['zh-cn'] = "真的"; $text['check-true']['ja-jp'] = "真実"; @@ -1217,7 +1217,7 @@ $text['check-false']['pt-br'] = "Não"; $text['check-false']['pt-pt'] = "Não"; $text['check-false']['ro-ro'] = "Fals"; $text['check-false']['ru-ru'] = "Нет"; -$text['check-false']['sv-se'] = "Falsk"; +$text['check-false']['sv-se'] = "Nej"; $text['check-false']['uk-ua'] = "Ні"; $text['check-false']['zh-cn'] = "错误的"; $text['check-false']['ja-jp'] = "間違い"; diff --git a/app/calls_active/app_languages.php b/app/calls_active/app_languages.php index 83d93f15a6..1427ad4aae 100644 --- a/app/calls_active/app_languages.php +++ b/app/calls_active/app_languages.php @@ -618,7 +618,7 @@ $text['label-app']['pt-br'] = "Aplicação"; $text['label-app']['pt-pt'] = "Aplicação"; $text['label-app']['ro-ro'] = "Aplicație"; $text['label-app']['ru-ru'] = "Приложение"; -$text['label-app']['sv-se'] = "Ansökan"; +$text['label-app']['sv-se'] = "Applikation"; $text['label-app']['uk-ua'] = "Додаток"; $text['label-app']['zh-cn'] = "应用"; $text['label-app']['ja-jp'] = "応用"; @@ -931,7 +931,7 @@ $text['check-do-not-disturb-status']['pt-br'] = "Não Pertube"; $text['check-do-not-disturb-status']['pt-pt'] = "Não Perturbar"; $text['check-do-not-disturb-status']['ro-ro'] = "Nu deranjați"; $text['check-do-not-disturb-status']['ru-ru'] = "Не беспокоить (DND)"; -$text['check-do-not-disturb-status']['sv-se'] = "Stör Ej"; +$text['check-do-not-disturb-status']['sv-se'] = "Stör ej"; $text['check-do-not-disturb-status']['uk-ua'] = "Не турбувати"; $text['check-do-not-disturb-status']['zh-cn'] = "请勿打扰"; $text['check-do-not-disturb-status']['ja-jp'] = "邪魔しないでください"; diff --git a/app/conference_centers/app_languages.php b/app/conference_centers/app_languages.php index 5a515961d9..1ec69aa4b9 100644 --- a/app/conference_centers/app_languages.php +++ b/app/conference_centers/app_languages.php @@ -228,7 +228,7 @@ $text['label-conference_center_pin_length']['pt-br'] = "Tamanho do PIN"; $text['label-conference_center_pin_length']['pt-pt'] = "Tamanho do PIN"; $text['label-conference_center_pin_length']['ro-ro'] = "Lungimea PIN-ului"; $text['label-conference_center_pin_length']['ru-ru'] = "Длина PIN кода"; -$text['label-conference_center_pin_length']['sv-se'] = "Pinkod Längd"; +$text['label-conference_center_pin_length']['sv-se'] = "Pinkod längd"; $text['label-conference_center_pin_length']['uk-ua'] = "Довжина PIN-коду "; $text['label-conference_center_pin_length']['zh-cn'] = "胎体长度"; $text['label-conference_center_pin_length']['ja-jp'] = "PINの長さ"; diff --git a/app/conferences_active/app_languages.php b/app/conferences_active/app_languages.php index 61f63547e1..83bee95d18 100644 --- a/app/conferences_active/app_languages.php +++ b/app/conferences_active/app_languages.php @@ -533,7 +533,7 @@ $text['label-participant-pin']['pt-br'] = "Participante"; $text['label-participant-pin']['pt-pt'] = "Participante PIN"; $text['label-participant-pin']['ro-ro'] = "PIN participant"; $text['label-participant-pin']['ru-ru'] = "PIN участника"; -$text['label-participant-pin']['sv-se'] = "Pinkod Deltagare"; +$text['label-participant-pin']['sv-se'] = "Pinkod deltagare"; $text['label-participant-pin']['uk-ua'] = "PIN учасника"; $text['label-participant-pin']['tr-tr'] = "Katılımcı PIN'i"; $text['label-participant-pin']['zh-cn'] = "参与者密码"; diff --git a/app/devices/app_languages.php b/app/devices/app_languages.php index cf32a9c5b8..ab4ff2d6c3 100644 --- a/app/devices/app_languages.php +++ b/app/devices/app_languages.php @@ -3062,7 +3062,7 @@ $text['label-dnd']['pt-br'] = "Não Pertube (DND)"; $text['label-dnd']['pt-pt'] = "não perturbe"; $text['label-dnd']['ro-ro'] = "Nu deranjați"; $text['label-dnd']['ru-ru'] = "просьба не беспокоить"; -$text['label-dnd']['sv-se'] = "Stör Ej"; +$text['label-dnd']['sv-se'] = "Stör ej"; $text['label-dnd']['uk-ua'] = "Не турбувати"; $text['label-dnd']['zh-cn'] = "请勿打扰"; $text['label-dnd']['ja-jp'] = "邪魔しないでください"; diff --git a/app/dialplan_inbound/app_languages.php b/app/dialplan_inbound/app_languages.php index 6f420bd586..389c8d9cc8 100644 --- a/app/dialplan_inbound/app_languages.php +++ b/app/dialplan_inbound/app_languages.php @@ -20,7 +20,7 @@ $text['title-dialplan-inbound-add']['pt-br'] = "Encaminhamento de chamadas de en $text['title-dialplan-inbound-add']['pt-pt'] = "Encaminhamento de chamadas de entrada"; $text['title-dialplan-inbound-add']['ro-ro'] = "Dirijarea apelurilor de intrare"; $text['title-dialplan-inbound-add']['ru-ru'] = "Маршрутизация входящих вызовов"; -$text['title-dialplan-inbound-add']['sv-se'] = "Inkommande Call Routing"; +$text['title-dialplan-inbound-add']['sv-se'] = "Inkommande samtalsrutt"; $text['title-dialplan-inbound-add']['uk-ua'] = "Маршрутизація вхідних дзвінків"; $text['title-dialplan-inbound-add']['tr-tr'] = "Gelen Çağrı Yönlendirme"; $text['title-dialplan-inbound-add']['zh-cn'] = "入站呼叫路由"; diff --git a/app/dialplan_outbound/app_languages.php b/app/dialplan_outbound/app_languages.php index f9eacc573d..8acf3b2beb 100644 --- a/app/dialplan_outbound/app_languages.php +++ b/app/dialplan_outbound/app_languages.php @@ -20,7 +20,7 @@ $text['title-dialplan-outbound-add']['pt-br'] = "Encaminhamento de chamadas de s $text['title-dialplan-outbound-add']['pt-pt'] = "Encaminhamento de chamadas de saída"; $text['title-dialplan-outbound-add']['ro-ro'] = "Dirijarea apelurilor de ieșire"; $text['title-dialplan-outbound-add']['ru-ru'] = "Маршрутизация Исходящих Вызовов"; -$text['title-dialplan-outbound-add']['sv-se'] = "Utgående Call Routing"; +$text['title-dialplan-outbound-add']['sv-se'] = "Utgående samtalsrutt"; $text['title-dialplan-outbound-add']['uk-ua'] = "Маршрутизація вихідних дзвінків"; $text['title-dialplan-outbound-add']['tr-tr'] = "Giden Çağrı Yönlendirme"; $text['title-dialplan-outbound-add']['zh-cn'] = "出站呼叫路由"; @@ -263,7 +263,7 @@ $text['label-outbound-routes']['pt-br'] = "Rotas de Saída"; $text['label-outbound-routes']['pt-pt'] = "Rotas de Saída"; $text['label-outbound-routes']['ro-ro'] = "Rute de ieșire"; $text['label-outbound-routes']['ru-ru'] = "Исходящие маршруты"; -$text['label-outbound-routes']['sv-se'] = "Utgående Route"; +$text['label-outbound-routes']['sv-se'] = "Utgående rutt"; $text['label-outbound-routes']['uk-ua'] = "Вихідні маршрути"; $text['label-outbound-routes']['tr-tr'] = "Giden Rotalar"; $text['label-outbound-routes']['zh-cn'] = "出境航线"; diff --git a/app/dialplan_outbound/app_menu.php b/app/dialplan_outbound/app_menu.php index 6e248ff6f9..60c484587f 100644 --- a/app/dialplan_outbound/app_menu.php +++ b/app/dialplan_outbound/app_menu.php @@ -20,7 +20,7 @@ $apps[$x]['menu'][$y]['title']['pt-pt'] = "Rotas de Saída"; $apps[$x]['menu'][$y]['title']['ro-ro'] = "Rute de ieșire"; $apps[$x]['menu'][$y]['title']['ru-ru'] = "Маршрутизация исходящих"; - $apps[$x]['menu'][$y]['title']['sv-se'] = "Outbound Routes"; + $apps[$x]['menu'][$y]['title']['sv-se'] = "Utgående rutter"; $apps[$x]['menu'][$y]['title']['uk-ua'] = "Вихідні маршрути"; $apps[$x]['menu'][$y]['title']['zh-cn'] = "出境航线"; $apps[$x]['menu'][$y]['title']['ja-jp'] = "アウトバウンドルート"; diff --git a/app/dialplans/app_languages.php b/app/dialplans/app_languages.php index 729870030c..bd9d48e515 100644 --- a/app/dialplans/app_languages.php +++ b/app/dialplans/app_languages.php @@ -20,7 +20,7 @@ $text['title-dialplan_manager']['pt-br'] = "Gerenciar Dialplan"; $text['title-dialplan_manager']['pt-pt'] = "Gestor de Dialplans"; $text['title-dialplan_manager']['ro-ro'] = "Manager Dialplan"; $text['title-dialplan_manager']['ru-ru'] = "Управление Планом Нумерации"; -$text['title-dialplan_manager']['sv-se'] = "Nummerplan Inställningar"; +$text['title-dialplan_manager']['sv-se'] = "Inställningar för nummerplan"; $text['title-dialplan_manager']['uk-ua'] = "Керування маршрутизацією"; $text['title-dialplan_manager']['tr-tr'] = "Arama Planı Yöneticisi"; $text['title-dialplan_manager']['zh-cn'] = "拨号方案管理器"; @@ -209,7 +209,7 @@ $text['title-outbound_routes']['pt-br'] = "Rotas de saída"; $text['title-outbound_routes']['pt-pt'] = "Rotas de Saídas"; $text['title-outbound_routes']['ro-ro'] = "Rute de ieșire"; $text['title-outbound_routes']['ru-ru'] = "Исходящие маршруты"; -$text['title-outbound_routes']['sv-se'] = "Utgående Router"; +$text['title-outbound_routes']['sv-se'] = "Utgående rutter"; $text['title-outbound_routes']['uk-ua'] = "Маршрути вихідних дзвінків"; $text['title-outbound_routes']['tr-tr'] = "Giden Rotalar"; $text['title-outbound_routes']['zh-cn'] = "出境航线"; @@ -236,7 +236,7 @@ $text['title-inbound_routes']['pt-br'] = "Rotas de entrada"; $text['title-inbound_routes']['pt-pt'] = "Rotas de Entrada"; $text['title-inbound_routes']['ro-ro'] = "Rute de intrare"; $text['title-inbound_routes']['ru-ru'] = "Входящие маршруты"; -$text['title-inbound_routes']['sv-se'] = "Inkommande Router"; +$text['title-inbound_routes']['sv-se'] = "Inkommande rutter"; $text['title-inbound_routes']['uk-ua'] = "Маршрути вхідних дзвінків"; $text['title-inbound_routes']['tr-tr'] = "Gelen Rotalar"; $text['title-inbound_routes']['zh-cn'] = "入境航线"; @@ -587,7 +587,7 @@ $text['option-true']['pt-br'] = "Sim"; $text['option-true']['pt-pt'] = "Sim"; $text['option-true']['ro-ro'] = "Adevărat"; $text['option-true']['ru-ru'] = "Да"; -$text['option-true']['sv-se'] = "Sann"; +$text['option-true']['sv-se'] = "Ja"; $text['option-true']['uk-ua'] = "Так"; $text['option-true']['tr-tr'] = "Doğru"; $text['option-true']['zh-cn'] = "真的"; @@ -938,7 +938,7 @@ $text['option-false']['pt-br'] = "Não"; $text['option-false']['pt-pt'] = "Não"; $text['option-false']['ro-ro'] = "Fals"; $text['option-false']['ru-ru'] = "Нет"; -$text['option-false']['sv-se'] = "Falsk"; +$text['option-false']['sv-se'] = "Nej"; $text['option-false']['uk-ua'] = "Неправда"; $text['option-false']['tr-tr'] = "YANLIŞ"; $text['option-false']['zh-cn'] = "错误的"; @@ -1964,7 +1964,7 @@ $text['header-outbound_routes']['pt-br'] = "Rotas de saída"; $text['header-outbound_routes']['pt-pt'] = "Rotas de Saída"; $text['header-outbound_routes']['ro-ro'] = "Rute de ieșire"; $text['header-outbound_routes']['ru-ru'] = "Исходящий Маршрут"; -$text['header-outbound_routes']['sv-se'] = "Utgående Router"; +$text['header-outbound_routes']['sv-se'] = "Utgående rutter"; $text['header-outbound_routes']['uk-ua'] = "Вихідні маршрути"; $text['header-outbound_routes']['tr-tr'] = "Giden Rotalar"; $text['header-outbound_routes']['zh-cn'] = "出境航线"; @@ -1991,7 +1991,7 @@ $text['header-inbound_routes']['pt-br'] = "Rotas de entrada"; $text['header-inbound_routes']['pt-pt'] = "Rotas de Entrada"; $text['header-inbound_routes']['ro-ro'] = "Rute de intrare"; $text['header-inbound_routes']['ru-ru'] = "Входящий Маршрут"; -$text['header-inbound_routes']['sv-se'] = "Inkommande Router"; +$text['header-inbound_routes']['sv-se'] = "Inkommande rutter"; $text['header-inbound_routes']['uk-ua'] = "Маршрути вхідних дзвінків"; $text['header-inbound_routes']['tr-tr'] = "Gelen Rotalar"; $text['header-inbound_routes']['zh-cn'] = "入境航线"; @@ -2018,7 +2018,7 @@ $text['header-dialplan_manager']['pt-br'] = "Gerenciador de dialplans"; $text['header-dialplan_manager']['pt-pt'] = "Gestor de Dialplans"; $text['header-dialplan_manager']['ro-ro'] = "Manager plan de apelare"; $text['header-dialplan_manager']['ru-ru'] = "Управление Планом Нумерации"; -$text['header-dialplan_manager']['sv-se'] = "Nummerplan Inställningar"; +$text['header-dialplan_manager']['sv-se'] = "Inställningar för nummerplan"; $text['header-dialplan_manager']['uk-ua'] = "Керування маршрутизацією"; $text['header-dialplan_manager']['tr-tr'] = "Dialplan Yöneticisi"; $text['header-dialplan_manager']['zh-cn'] = "拨号方案管理器"; @@ -2180,7 +2180,7 @@ $text['description-time_conditions']['pt-br'] = "As condições temporárias enc $text['description-time_conditions']['pt-pt'] = "As Condições Temporais encaminham as chamadas com base no tempo. Podem ser usadas para enviar chamadas para menus de IVR, números externos, scripts ou outros destinos."; $text['description-time_conditions']['ro-ro'] = "Condițiile de timp direcționează apelurile în funcție de condițiile de timp. Puteți utiliza condițiile de timp pentru a trimite apeluri către un meniu IVR, numere externe, scripturi sau alte destinații."; $text['description-time_conditions']['ru-ru'] = "Временные условия маршрутизации вызовов. Вы можете использовать временные условия для отправки вызовов в меню IVR, на внешние номера, сценарии или на другие адресаты."; -$text['description-time_conditions']['sv-se'] = "Tidsvillkor styr samtal baserat på tidsvillkor. Du kan använda Tidsvillkor för att skicka samtal till IVR Meny, Externa nummer, Script eller andra destinationer."; +$text['description-time_conditions']['sv-se'] = "Tidsvillkor styr samtal baserat på tidsvillkor. Du kan använda Tidsvillkor för att skicka samtal till knappvalsmeny, Externa nummer, Script eller andra destinationer."; $text['description-time_conditions']['uk-ua'] = "Маршрут дзвінків буде залежати від часу. Можна використовувати для переадресації на голосове меню (IVR), на зовнішні номери, сценарії, або інші напрямки."; $text['description-time_conditions']['tr-tr'] = "Zaman koşulları, aramaları zaman koşullarına göre yönlendirir. Aramaları bir IVR Menüsüne, Harici numaralara, Komut Dosyalarına veya diğer hedeflere göndermek için zaman koşullarını kullanabilirsiniz."; $text['description-time_conditions']['zh-cn'] = "时间条件根据时间条件路由呼叫。 您可以使用时间条件将呼叫发送到 IVR 菜单、外部号码、脚本或其他目的地。"; @@ -2261,7 +2261,7 @@ $text['description-inbound_routes']['pt-br'] = "Encaminhamento de chamadas de en $text['description-inbound_routes']['pt-pt'] = "Encaminhamento de chamadas de entrada para os respectivos destinos baseados em uma ou mais condições. As chamadas internas podem ser enviadas para menus de IVR, grupos, extensões, números externos, scripts. A ordem é importante quando é utilizada uma anti-acção ou quando existem múltiplas condições que funcionam."; $text['description-inbound_routes']['ro-ro'] = "Dirijați apelurile primite către destinații în funcție de una sau mai multe condiții. Poate trimite apeluri primite către un meniu IVR, grup de apeluri, extensie, număr extern, script. Ordinea este importantă atunci când se folosește o anti-acțiune sau când există mai multe condiții care se potrivesc."; $text['description-inbound_routes']['ru-ru'] = "Маршрутизация входящих вызовы в пункты назначения на основе одного или нескольких условий. Он может отправлять входящие вызовы в Голосовое Меню (IVR), Группу Вызовов, внутренний или внешний номер, скрипт. Порядок важен, когда используется противодействие или когда есть несколько условий, которые соответствуют."; -$text['description-inbound_routes']['sv-se'] = "Styr inkommande samtal till destinationer baserat på ett eller fler villkor. Den kan styra samtal till IVR Meny, Ring Grupp, Anknytning, Externt Nummer, Script. Ordningen är viktig när en anti-aktion används eller när flera villkor matchar."; +$text['description-inbound_routes']['sv-se'] = "Styr inkommande samtal till destinationer baserat på ett eller fler villkor. Den kan styra samtal till knappvalsmeny, Ring Grupp, Anknytning, Externt Nummer, Script. Ordningen är viktig när en anti-aktion används eller när flera villkor matchar."; $text['description-inbound_routes']['uk-ua'] = "Направляє вхідні дзвінки відповідно до умов. Можна спрямувати вхідні дзвінки на голосове меню (IVR), групу, розширення, зовнішній номер, сценарій. Порядок важливий якщо використовується анти-дія або за наявності декількох умов, які співпадають."; $text['description-inbound_routes']['tr-tr'] = "Gelen çağrıları bir veya daha fazla koşula göre hedeflere yönlendirin. Gelen çağrıları bir IVR Menüsüne, Çağrı Grubuna, Dahili Numaraya, Harici Numaraya, Komut Dosyasına gönderebilir. Bir anti-eylem kullanıldığında veya eşleşen birden fazla koşul olduğunda sıra önemlidir."; $text['description-inbound_routes']['zh-cn'] = "根据一个或多个条件将传入呼叫路由到目的地。 它可以将来电发送到 IVR 菜单、呼叫组、分机、外部号码、脚本。 当使用反操作或有多个条件匹配时,顺序很重要。"; @@ -2315,7 +2315,7 @@ $text['description-dialplan_manager']['pt-br'] = "O Dialplan fornece uma perspec $text['description-dialplan_manager']['pt-pt'] = "O Dialplan fornece uma perspectiva de alguns dos feature codes, bem como dos menus de IVR, Conferências, Filas e outros destinos."; $text['description-dialplan_manager']['ro-ro'] = "Planul de apelare oferă o vizualizare a unora dintre codurile de caracteristică, precum și meniul IVR, conferințe, cozi și alte destinații."; $text['description-dialplan_manager']['ru-ru'] = "В Плане Нумерации представлены некоторые коды функций, а также Голосовые Меню (IVR), Конференции, Очереди и другие пункты назначения."; -$text['description-dialplan_manager']['sv-se'] = "Nummerplanen ger en vy över några av funktionskoderna samt IVR Meny, Konferenser, Kö:er och andra destinationer."; +$text['description-dialplan_manager']['sv-se'] = "Nummerplanen ger en vy över några av funktionskoderna samt knappvalsmeny, Konferenser, Kö:er och andra destinationer."; $text['description-dialplan_manager']['uk-ua'] = "В маршрутизації можна побачити деякі особливості, такі як голосові меню (IVR), конференції, черги і інші напрямки."; $text['description-dialplan_manager']['tr-tr'] = "Arama planı, bazı özellik kodlarının yanı sıra IVR Menüsü, Konferanslar, Kuyruklar ve diğer hedeflerin görünümünü sağlar."; $text['description-dialplan_manager']['zh-cn'] = "拨号方案提供了一些功能代码的视图,以及 IVR 菜单、会议、队列和其他目的地。"; diff --git a/app/dialplans/app_menu.php b/app/dialplans/app_menu.php index 70afafacf3..625250ffd9 100644 --- a/app/dialplans/app_menu.php +++ b/app/dialplans/app_menu.php @@ -53,7 +53,7 @@ $apps[$x]['menu'][$y]['title']['pt-pt'] = "Gestor de Dialplan"; $apps[$x]['menu'][$y]['title']['ro-ro'] = "Manager Dialplan"; $apps[$x]['menu'][$y]['title']['ru-ru'] = "Управление планом нумерации"; - $apps[$x]['menu'][$y]['title']['sv-se'] = "Nummerplan Inställningar"; + $apps[$x]['menu'][$y]['title']['sv-se'] = "Inställningar för nummerplan"; $apps[$x]['menu'][$y]['title']['uk-ua'] = "Керування маршрутизацією"; $apps[$x]['menu'][$y]['title']['zh-cn'] = "拨号方案管理器"; $apps[$x]['menu'][$y]['title']['ja-jp'] = "ダイヤルプラン マネージャー"; diff --git a/app/emergency/app_menu.php b/app/emergency/app_menu.php index 6a4de6bdcd..a034962666 100644 --- a/app/emergency/app_menu.php +++ b/app/emergency/app_menu.php @@ -20,7 +20,7 @@ $apps[$x]['menu'][$y]['title']['pt-pt'] = "Registos de Emergência"; $apps[$x]['menu'][$y]['title']['ro-ro'] = "Jurnale de Urgență"; $apps[$x]['menu'][$y]['title']['ru-ru'] = "Журналы Aварийных Cитуаций"; - $apps[$x]['menu'][$y]['title']['sv-se'] = "Dnevniki za Nujne Primere"; + $apps[$x]['menu'][$y]['title']['sv-se'] = "Nödsamtalsloggar"; $apps[$x]['menu'][$y]['title']['uk-ua'] = "Журнали Aварійних Cитуацій"; $apps[$x]['menu'][$y]['title']['zh-cn'] = "紧急日志"; $apps[$x]['menu'][$y]['title']['ja-jp'] = "緊急ログ"; diff --git a/app/extensions/app_languages.php b/app/extensions/app_languages.php index 36b623abf6..4658983fb5 100644 --- a/app/extensions/app_languages.php +++ b/app/extensions/app_languages.php @@ -1235,7 +1235,7 @@ $text['label-outbound_caller_id_number']['pt-br'] = "Número de ID de Saída"; $text['label-outbound_caller_id_number']['pt-pt'] = "Número público"; $text['label-outbound_caller_id_number']['ro-ro'] = "Număr ID apelant de ieșire"; $text['label-outbound_caller_id_number']['ru-ru'] = "Идентификатор (Caller ID) номера вызывающего абонента"; -$text['label-outbound_caller_id_number']['sv-se'] = "Utgående Nummerpresentation"; +$text['label-outbound_caller_id_number']['sv-se'] = "Utgående nummerpresentation"; $text['label-outbound_caller_id_number']['uk-ua'] = "Вихідний номер ідентифікатора абонента"; $text['label-outbound_caller_id_number']['tr-tr'] = "Giden Arayanın Kimlik Numarası"; $text['label-outbound_caller_id_number']['zh-cn'] = "外拨来电显示号码"; @@ -1262,7 +1262,7 @@ $text['label-outbound_caller_id_name']['pt-br'] = "Nome de ID de Saída"; $text['label-outbound_caller_id_name']['pt-pt'] = "Nome público"; $text['label-outbound_caller_id_name']['ro-ro'] = "Nume ID apelant de ieșire"; $text['label-outbound_caller_id_name']['ru-ru'] = "Идентификатор (Caller ID) имени вызывающего абонента"; -$text['label-outbound_caller_id_name']['sv-se'] = "Utgående Namnpresentation"; +$text['label-outbound_caller_id_name']['sv-se'] = "Utgående namnpresentation"; $text['label-outbound_caller_id_name']['uk-ua'] = "Ім'я користувача"; $text['label-outbound_caller_id_name']['tr-tr'] = "Giden Arayan Kimliği Adı"; $text['label-outbound_caller_id_name']['zh-cn'] = "出站来电显示名称"; @@ -1289,7 +1289,7 @@ $text['label-outbound_cid_name']['pt-br'] = "Nome do ID de Saída"; $text['label-outbound_cid_name']['pt-pt'] = "Nome público"; $text['label-outbound_cid_name']['ro-ro'] = "Nume CID de ieșire"; $text['label-outbound_cid_name']['ru-ru'] = "Идентификатор (Caller ID) имени вызывающего абонента"; -$text['label-outbound_cid_name']['sv-se'] = "Utgående Namnpresentation"; +$text['label-outbound_cid_name']['sv-se'] = "Utgående namnpresentation"; $text['label-outbound_cid_name']['uk-ua'] = "Вихідний CID Ім'я"; $text['label-outbound_cid_name']['tr-tr'] = "Giden Adı"; $text['label-outbound_cid_name']['zh-cn'] = "出站 CID 名称"; @@ -1316,7 +1316,7 @@ $text['label-outbound_cid_number']['pt-br'] = "Nome do ID de Saída"; $text['label-outbound_cid_number']['pt-pt'] = "Nome público"; $text['label-outbound_cid_number']['ro-ro'] = "Nume CID de ieșire"; $text['label-outbound_cid_number']['ru-ru'] = "Идентификатор (Caller ID) имени вызывающего абонента"; -$text['label-outbound_cid_number']['sv-se'] = "Utgående Namnpresentation"; +$text['label-outbound_cid_number']['sv-se'] = "Utgående namnpresentation"; $text['label-outbound_cid_number']['uk-ua'] = "Вихідний CID Ім'я"; $text['label-outbound_cid_number']['tr-tr'] = "Giden Numara"; $text['label-outbound_cid_number']['zh-cn'] = "出站 CID 名称"; diff --git a/app/fax/app_languages.php b/app/fax/app_languages.php index 747867983c..af0a7ce6bb 100644 --- a/app/fax/app_languages.php +++ b/app/fax/app_languages.php @@ -371,7 +371,7 @@ $text['option-true']['pt-br'] = "Sim"; $text['option-true']['pt-pt'] = "Sim"; $text['option-true']['ro-ro'] = "Adevărat"; $text['option-true']['ru-ru'] = "Активно"; -$text['option-true']['sv-se'] = "Sann"; +$text['option-true']['sv-se'] = "Ja"; $text['option-true']['uk-ua'] = "Про нас"; $text['option-true']['tr-tr'] = "Doğru"; $text['option-true']['zh-cn'] = "真的"; @@ -479,7 +479,7 @@ $text['option-false']['pt-br'] = "Não"; $text['option-false']['pt-pt'] = "Não"; $text['option-false']['ro-ro'] = "Fals"; $text['option-false']['ru-ru'] = "Ошибка"; -$text['option-false']['sv-se'] = "Falsk"; +$text['option-false']['sv-se'] = "Nej"; $text['option-false']['uk-ua'] = "Фальзе"; $text['option-false']['tr-tr'] = "YANLIŞ"; $text['option-false']['zh-cn'] = "错误的"; diff --git a/app/fifo_list/app_languages.php b/app/fifo_list/app_languages.php index a6ee8deeda..8ad6888116 100644 --- a/app/fifo_list/app_languages.php +++ b/app/fifo_list/app_languages.php @@ -74,7 +74,7 @@ $text['label-waiting_count']['pt-br'] = "Total em espera"; $text['label-waiting_count']['pt-pt'] = "Total em Espera"; $text['label-waiting_count']['ro-ro'] = "Număr de așteptări"; $text['label-waiting_count']['ru-ru'] = "Счетчик ожиданий"; -$text['label-waiting_count']['sv-se'] = "Antal Väntande"; +$text['label-waiting_count']['sv-se'] = "Antal väntande"; $text['label-waiting_count']['uk-ua'] = "Кількість в очікуванні"; $text['label-waiting_count']['tr-tr'] = "Bekleme Sayısı"; $text['label-waiting_count']['zh-cn'] = "等待计数"; diff --git a/app/gateways/app_languages.php b/app/gateways/app_languages.php index ec9db78661..96af3b7488 100644 --- a/app/gateways/app_languages.php +++ b/app/gateways/app_languages.php @@ -722,7 +722,7 @@ $text['label-contact_in_ping']['pt-br'] = "Contato em Ping"; $text['label-contact_in_ping']['pt-pt'] = "Contato em Ping"; $text['label-contact_in_ping']['ro-ro'] = "Contact în Ping"; $text['label-contact_in_ping']['ru-ru'] = "Контакты в Пинг"; -$text['label-contact_in_ping']['sv-se'] = "Kontakt i Ping"; +$text['label-contact_in_ping']['sv-se'] = "Kontakt i ping"; $text['label-contact_in_ping']['uk-ua'] = "Контакти"; $text['label-contact_in_ping']['tr-tr'] = "Ping'de iletişim"; $text['label-contact_in_ping']['zh-cn'] = "联系人在平"; @@ -830,7 +830,7 @@ $text['label-from_user']['pt-br'] = "A partir do Usuário (from user)"; $text['label-from_user']['pt-pt'] = "From User"; $text['label-from_user']['ro-ro'] = "de la utilizator"; $text['label-from_user']['ru-ru'] = "От пользователя"; -$text['label-from_user']['sv-se'] = "Från Användare"; +$text['label-from_user']['sv-se'] = "Från användare"; $text['label-from_user']['uk-ua'] = "Від користувача"; $text['label-from_user']['tr-tr'] = "Kullanıcıdan"; $text['label-from_user']['zh-cn'] = "来自用户"; @@ -884,7 +884,7 @@ $text['label-extension_in_contact']['pt-br'] = "Ramal em Contato"; $text['label-extension_in_contact']['pt-pt'] = "Extensão no Contacto"; $text['label-extension_in_contact']['ro-ro'] = "Extensie Contact"; $text['label-extension_in_contact']['ru-ru'] = "Внутренний нмер для Контакта"; -$text['label-extension_in_contact']['sv-se'] = "Anknytning In Contact"; +$text['label-extension_in_contact']['sv-se'] = "Anknytning i kontakt"; $text['label-extension_in_contact']['uk-ua'] = "Розширення у контакта"; $text['label-extension_in_contact']['tr-tr'] = "Uzantı İletişimde"; $text['label-extension_in_contact']['zh-cn'] = "联系分机"; @@ -938,7 +938,7 @@ $text['label-expire_seconds']['pt-br'] = "Segundos para expiração"; $text['label-expire_seconds']['pt-pt'] = "Tempo de validade"; $text['label-expire_seconds']['ro-ro'] = "Expira secunde"; $text['label-expire_seconds']['ru-ru'] = "Время жизни регистрации"; -$text['label-expire_seconds']['sv-se'] = "Utgår Sekunder"; +$text['label-expire_seconds']['sv-se'] = "Utgår sekunder"; $text['label-expire_seconds']['uk-ua'] = "Термін дії секунд"; $text['label-expire_seconds']['tr-tr'] = "Saniye Sonu"; $text['label-expire_seconds']['zh-cn'] = "过期秒数"; diff --git a/app/ivr_menus/app_languages.php b/app/ivr_menus/app_languages.php index caf34f913d..dba38d87f2 100644 --- a/app/ivr_menus/app_languages.php +++ b/app/ivr_menus/app_languages.php @@ -20,7 +20,7 @@ $text['title-option_edit']['pt-br'] = "Edição de opções do menu IVR"; $text['title-option_edit']['pt-pt'] = "IVR Editar uma Opção"; $text['title-option_edit']['ro-ro'] = "Editare opțiune de meniu IVR"; $text['title-option_edit']['ru-ru'] = "Редактор параметров Голосового Меню (IVR)"; -$text['title-option_edit']['sv-se'] = "Ändra IVR Meny Val"; +$text['title-option_edit']['sv-se'] = "Ändra knappvalsmeny Val"; $text['title-option_edit']['uk-ua'] = "Відео Параметри меню Редагування"; $text['title-option_edit']['tr-tr'] = "IVR Menü Seçeneği Düzenle"; $text['title-option_edit']['zh-cn'] = "页: 1 Menu Alternative Edit"; @@ -47,7 +47,7 @@ $text['title-option_add']['pt-br'] = "Adicionar IVR"; $text['title-option_add']['pt-pt'] = "IVR Adicionar uma Opção"; $text['title-option_add']['ro-ro'] = "IVR Menu Option Add"; $text['title-option_add']['ru-ru'] = "Добавить опции Голосового Меню (IVR)"; -$text['title-option_add']['sv-se'] = "Lägg Till IVR Meny Val"; +$text['title-option_add']['sv-se'] = "Lägg Till knappvalsmeny Val"; $text['title-option_add']['uk-ua'] = "Параметри меню IVR Додати"; $text['title-option_add']['tr-tr'] = "IVR Menü Seçenek Ekle"; $text['title-option_add']['zh-cn'] = "IVR 菜单选项 添加"; @@ -74,7 +74,7 @@ $text['title-ivr_menus']['pt-br'] = "Menus de IVR"; $text['title-ivr_menus']['pt-pt'] = "Menus de IVR"; $text['title-ivr_menus']['ro-ro'] = "Meniuri IVR"; $text['title-ivr_menus']['ru-ru'] = "Голосовые Меню (IVR)"; -$text['title-ivr_menus']['sv-se'] = "IVR Menyer"; +$text['title-ivr_menus']['sv-se'] = "Knappvalsmenyer"; $text['title-ivr_menus']['uk-ua'] = "Відео Кошик"; $text['title-ivr_menus']['tr-tr'] = "IVR Menüleri"; $text['title-ivr_menus']['zh-cn'] = "IVR 菜单"; @@ -101,7 +101,7 @@ $text['title-ivr_menu']['pt-br'] = "Menus de IVR"; $text['title-ivr_menu']['pt-pt'] = "Menu de IVR"; $text['title-ivr_menu']['ro-ro'] = "Meniul IVR"; $text['title-ivr_menu']['ru-ru'] = "Голосовое Меню (IVR)"; -$text['title-ivr_menu']['sv-se'] = "IVR Meny"; +$text['title-ivr_menu']['sv-se'] = "Knappvalsmeny"; $text['title-ivr_menu']['uk-ua'] = "IVR меню"; $text['title-ivr_menu']['tr-tr'] = "IVR Menüsü"; $text['title-ivr_menu']['zh-cn'] = "IVR 菜单"; @@ -128,7 +128,7 @@ $text['title-ivr_menus_sub']['pt-br'] = "Menus de IVR - Sub"; $text['title-ivr_menus_sub']['pt-pt'] = "Menus de IVR - Sub"; $text['title-ivr_menus_sub']['ro-ro'] = "Meniuri IVR - Sub"; $text['title-ivr_menus_sub']['ru-ru'] = "Суб-опции Голосового Меню (IVR)"; -$text['title-ivr_menus_sub']['sv-se'] = "IVR Menyer - Sub"; +$text['title-ivr_menus_sub']['sv-se'] = "Knappvalsmenyer - Sub"; $text['title-ivr_menus_sub']['uk-ua'] = "IVR меню - суб"; $text['title-ivr_menus_sub']['tr-tr'] = "IVR Menüleri - Alt"; $text['title-ivr_menus_sub']['zh-cn'] = "IVR 菜单 - 子"; @@ -155,7 +155,7 @@ $text['title-ivr_menus_other']['pt-br'] = "Menus de IVR - Other"; $text['title-ivr_menus_other']['pt-pt'] = "Menus de IVR - Other"; $text['title-ivr_menus_other']['ro-ro'] = "Meniuri IVR - Altele"; $text['title-ivr_menus_other']['ru-ru'] = "Суб-опции Голосового Меню (IVR)"; -$text['title-ivr_menus_other']['sv-se'] = "IVR Menyer - Other"; +$text['title-ivr_menus_other']['sv-se'] = "Knappvalsmenyer - Other"; $text['title-ivr_menus_other']['uk-ua'] = "Відео Кошик Інше"; $text['title-ivr_menus_other']['tr-tr'] = "IVR Menüleri - Diğer"; $text['title-ivr_menus_other']['zh-cn'] = "IVR 菜单 - 其他"; @@ -263,7 +263,7 @@ $text['message-maximum_ivr_menus']['pt-br'] = "Menu máximo IVR"; $text['message-maximum_ivr_menus']['pt-pt'] = "Menus Máxima IVR de Estimação:"; $text['message-maximum_ivr_menus']['ro-ro'] = "Meniuri IVR maxime:"; $text['message-maximum_ivr_menus']['ru-ru'] = "Максимальное Голосовое Меню (IVR):"; -$text['message-maximum_ivr_menus']['sv-se'] = "Max Antal IVR Menyer: "; +$text['message-maximum_ivr_menus']['sv-se'] = "Max Antal knappvalsmenyer: "; $text['message-maximum_ivr_menus']['uk-ua'] = "Максимальний IVR Меню:"; $text['message-maximum_ivr_menus']['tr-tr'] = "Maksimum IVR Menüleri:"; $text['message-maximum_ivr_menus']['zh-cn'] = "最大 IVR 菜单:"; @@ -992,7 +992,7 @@ $text['header-option_edit']['pt-br'] = "Editar opção de IVR"; $text['header-option_edit']['pt-pt'] = "IVR Editar uma Opção"; $text['header-option_edit']['ro-ro'] = "Editare opțiune de meniu IVR"; $text['header-option_edit']['ru-ru'] = "Редактирование Опций Голосового Меню (IVR)"; -$text['header-option_edit']['sv-se'] = "Ändra IVR Meny Val"; +$text['header-option_edit']['sv-se'] = "Ändra knappvalsmeny Val"; $text['header-option_edit']['uk-ua'] = "Відео Параметри меню Редагування"; $text['header-option_edit']['tr-tr'] = "IVR Menü Seçeneği Düzenle"; $text['header-option_edit']['zh-cn'] = "页: 1 Menu Alternative Edit"; @@ -1019,7 +1019,7 @@ $text['header-option_add']['pt-br'] = "Adicionar opção de IVR"; $text['header-option_add']['pt-pt'] = "IVR Adicionar uma Opção"; $text['header-option_add']['ro-ro'] = "Opțiune de meniu IVR Adaugă"; $text['header-option_add']['ru-ru'] = "Добавление Опций Голосового меню (IVR)"; -$text['header-option_add']['sv-se'] = "Lägg Till IVR Meny Val"; +$text['header-option_add']['sv-se'] = "Lägg Till knappvalsmeny Val"; $text['header-option_add']['uk-ua'] = "Параметри меню IVR Додати"; $text['header-option_add']['tr-tr'] = "IVR Menü Seçenek Ekle"; $text['header-option_add']['zh-cn'] = "IVR 菜单选项 添加"; @@ -1046,7 +1046,7 @@ $text['header-ivr_menus']['pt-br'] = "Menus de IVR"; $text['header-ivr_menus']['pt-pt'] = "IVR Menus"; $text['header-ivr_menus']['ro-ro'] = "Meniuri IVR"; $text['header-ivr_menus']['ru-ru'] = "Голосовых Меню (IVR)"; -$text['header-ivr_menus']['sv-se'] = "IVR Menyer"; +$text['header-ivr_menus']['sv-se'] = "Knappvalsmenyer"; $text['header-ivr_menus']['uk-ua'] = "Відео Кошик"; $text['header-ivr_menus']['tr-tr'] = "IVR Menüleri"; $text['header-ivr_menus']['zh-cn'] = "IVR 菜单"; @@ -1073,7 +1073,7 @@ $text['header-ivr_menu']['pt-br'] = "Menu IVR"; $text['header-ivr_menu']['pt-pt'] = "IVR Menu"; $text['header-ivr_menu']['ro-ro'] = "Meniul IVR"; $text['header-ivr_menu']['ru-ru'] = "Голосового Меню (IVR)"; -$text['header-ivr_menu']['sv-se'] = "IVR Meny"; +$text['header-ivr_menu']['sv-se'] = "Knappvalsmeny"; $text['header-ivr_menu']['uk-ua'] = "IVR меню"; $text['header-ivr_menu']['tr-tr'] = "IVR Menüsü"; $text['header-ivr_menu']['zh-cn'] = "IVR 菜单"; @@ -1235,7 +1235,7 @@ $text['description-options']['pt-br'] = "Selecione o nome da fila"; $text['description-options']['pt-pt'] = "Definir opções de chamadas para o menu IVR."; $text['description-options']['ro-ro'] = "Definiți opțiunile pentru apelant pentru meniul IVR."; $text['description-options']['ru-ru'] = "Определите параметры вызывающего абонента для Голосового Меню (IVR)."; -$text['description-options']['sv-se'] = "Definiera inringandes val i IVR Meny."; +$text['description-options']['sv-se'] = "Definiera inringandes val i knappvalsmeny."; $text['description-options']['uk-ua'] = "Варіанти запобіжника для меню IVR."; $text['description-options']['tr-tr'] = "IVR menüsü için arayan seçeneklerini tanımlayın."; $text['description-options']['zh-cn'] = "为 IVR 菜单定义呼叫者选项。"; @@ -1343,7 +1343,7 @@ $text['description-name']['pt-br'] = "Insira o nome do menu"; $text['description-name']['pt-pt'] = "Introduza um nome para o menu de IVR."; $text['description-name']['ro-ro'] = "Introduceți un nume pentru meniul IVR."; $text['description-name']['ru-ru'] = "Введите имя для Голосового Меню (IVR)."; -$text['description-name']['sv-se'] = "Skriv in namnet på IVR Menyn."; +$text['description-name']['sv-se'] = "Skriv in namnet på knappvalsmenyn."; $text['description-name']['uk-ua'] = "Введіть ім'я для меню IVR."; $text['description-name']['tr-tr'] = "IVR menüsü için bir ad girin."; $text['description-name']['zh-cn'] = "输入 IVR 菜单的名称。"; @@ -1424,7 +1424,7 @@ $text['description-ivr_menus']['pt-br'] = "O IVR toca uma gravação ou uma fras $text['description-ivr_menus']['pt-pt'] = "O IVR toca uma gravação ou uma frase pré-definidos que são apresentados ao chamador na forma de opções que pode escolher. Cada opção tem um destino correspondente. Os destinos podem ser extensões, correio de voz, outros IVRs, grupos, extensões de FAX, etc."; $text['description-ivr_menus']['ro-ro'] = "The IVR Menu plays a recording or a pre-defined phrase that presents the caller with options to choose from. Each option has a corresponding destination. The destinations can be extensions, voicemail, other IVR menus, call groups, FAX extensions, and more."; $text['description-ivr_menus']['ru-ru'] = "Голосовые Меню (IVR) воспроизводит запись или предопределенную фразу, предоставляющую абоненту варианты выбора. Каждая опция имеет соответствующий пункт назначения. Направления могут быть расширениями, Голосовой Почтой, другими Голосовыми Меню (IVR), Группами Вызовов, Сервером FAX и т.д."; -$text['description-ivr_menus']['sv-se'] = "IVR Menyn spelar upp en inspelning eller en fördefinierad fras som ger uppringaren alternativ att välja mellan. Varje val har en motsvarande destination. Destinationerna kan vara anknytningar, röstbrevlåda, andra IVR menyer , samtalsgrupper, FAX anknytningar mm."; +$text['description-ivr_menus']['sv-se'] = "Knappvalsmenyn spelar upp en inspelning eller en fördefinierad fras som ger uppringaren alternativ att välja mellan. Varje val har en motsvarande destination. Destinationerna kan vara anknytningar, röstbrevlåda, andra knappvalsmenyer , samtalsgrupper, FAX anknytningar mm."; $text['description-ivr_menus']['uk-ua'] = "Відео Меню грає запис або задану фразу, яка представляє абонент з варіантами, щоб вибрати з. Кожен варіант має відповідне призначення. Напрямки можуть бути розширення, голосова пошта, інші меню IVR, групи дзвінків, розширення FAX і багато іншого."; $text['description-ivr_menus']['tr-tr'] = "IVR Menüsü, arayan kişiye aralarından seçim yapabileceği seçenekler sunan bir kaydı veya önceden tanımlanmış bir cümleyi oynatır. Her seçeneğin karşılık gelen bir hedefi vardır. Hedefler dahili hatlar, sesli posta, diğer IVR menüleri, çağrı grupları, FAKS dahili numaraları ve daha fazlası olabilir."; $text['description-ivr_menus']['zh-cn'] = "IVR 菜单播放录音或预定义的短语,为呼叫者提供可供选择的选项。 每个选项都有相应的目的地。 目的地可以是分机、语音邮件、其他 IVR 菜单、呼叫组、传真分机等。"; @@ -1451,7 +1451,7 @@ $text['description-ivr_menu']['pt-br'] = "O IVR toca uma gravação ou uma frase $text['description-ivr_menu']['pt-pt'] = "O IVR toca uma gravação ou uma frase pré-definidos que são apresentados ao chamador na forma de opções que pode escolher. Cada opção tem um destino correspondente. Os destinos podem ser extensões, correio de voz, outros IVRs, grupos, extensões de FAX, etc."; $text['description-ivr_menu']['ro-ro'] = "Meniul IVR redă o înregistrare sau o frază predefinită care prezintă apelantului opțiuni dintre care să aleagă. Fiecare opțiune are o destinație corespunzătoare. Destinațiile pot fi extensii, mesagerie vocală, alte meniuri IVR, grupuri de apeluri, extensii FAX și multe altele."; $text['description-ivr_menu']['ru-ru'] = "Голосовое Меню (IVR) воспроизводит запись или предопределенную фразу, предоставляющую абоненту варианты выбора. Каждая опция имеет соответствующий пункт назначения. Направления могут быть расширениями, Голосовой Почтой, другими Голосовыми Меню (IVR), Группами Вызовов, Сервером FAX и т.д."; -$text['description-ivr_menu']['sv-se'] = "IVR Menyn spelar upp en inspelning eller en fördefinierad fras som ger uppringaren alternativ att välja mellan. Varje val har en motsvarande destination. Destinationerna kan vara anknytningar, röstbrevlåda, andra IVR menyer , samtalsgrupper, FAX anknytningar mm."; +$text['description-ivr_menu']['sv-se'] = "Knappvalsmenyn spelar upp en inspelning eller en fördefinierad fras som ger uppringaren alternativ att välja mellan. Varje val har en motsvarande destination. Destinationerna kan vara anknytningar, röstbrevlåda, andra knappvalsmenyer , samtalsgrupper, FAX anknytningar mm."; $text['description-ivr_menu']['uk-ua'] = "Відео Меню грає запис або задану фразу, яка представляє абонент з варіантами, щоб вибрати з. Кожен варіант має відповідне призначення. Напрямки можуть бути розширення, голосова пошта, інші меню IVR, групи дзвінків, розширення FAX і багато іншого."; $text['description-ivr_menu']['tr-tr'] = ""; $text['description-ivr_menu']['zh-cn'] = "IVR 菜单播放录音或预定义的短语,为呼叫者提供可供选择的选项。 每个选项都有相应的目的地。 目的地可以是分机、语音邮件、其他 IVR 菜单、呼叫组、传真分机等。"; @@ -1532,7 +1532,7 @@ $text['description-greet_short']['pt-br'] = "A saudação curta é tocada ao ret $text['description-greet_short']['pt-pt'] = "A saudação curta é tocada ao retornar ao menu."; $text['description-greet_short']['ro-ro'] = "Salutul scurt este redat la întoarcerea la meniu."; $text['description-greet_short']['ru-ru'] = "Кратковременное приветствие воспроизводимое при возврате в меню."; -$text['description-greet_short']['sv-se'] = "Den korta hälsningen spelas upp när man kommer tillbaka till IVR Menyn."; +$text['description-greet_short']['sv-se'] = "Den korta hälsningen spelas upp när man kommer tillbaka till knappvalsmenyn."; $text['description-greet_short']['uk-ua'] = "При поверненні в меню коротке привітання."; $text['description-greet_short']['tr-tr'] = "Menüye döndüğünüzde kısa bir karşılama sesi duyulur."; $text['description-greet_short']['zh-cn'] = "返回菜单时播放简短的问候语。"; @@ -1559,7 +1559,7 @@ $text['description-greet_long']['pt-br'] = "A saudação longa é tocada quando $text['description-greet_long']['pt-pt'] = "A saudação longa é tocada quando se entra no menu."; $text['description-greet_long']['ro-ro'] = "Salutul lung este redat la intrarea în meniu."; $text['description-greet_long']['ru-ru'] = "Длительное приветствие воспроизводимое при входе в меню."; -$text['description-greet_long']['sv-se'] = "Den långa hälsningen spelas upp när man kommer till IVR Menyn."; +$text['description-greet_long']['sv-se'] = "Den långa hälsningen spelas upp när man kommer till knappvalsmenyn."; $text['description-greet_long']['uk-ua'] = "При вході в меню відігралось довгого привітання."; $text['description-greet_long']['tr-tr'] = "Menüye girerken uzun selamlama çalınır."; $text['description-greet_long']['zh-cn'] = "进入菜单时播放长问候语。"; @@ -1613,7 +1613,7 @@ $text['description-exit_sound']['pt-br'] = "É tocado quando se abandona o menu" $text['description-exit_sound']['pt-pt'] = "É tocado quando se abandona o menu."; $text['description-exit_sound']['ro-ro'] = "Jucat la ieșirea din meniu."; $text['description-exit_sound']['ru-ru'] = "Проиграется при выходе из меню."; -$text['description-exit_sound']['sv-se'] = "Spelas när man lämnar IVR Menyn."; +$text['description-exit_sound']['sv-se'] = "Spelas när man lämnar knappvalsmenyn."; $text['description-exit_sound']['uk-ua'] = "Зіграно при виході з меню."; $text['description-exit_sound']['tr-tr'] = "Menüden çıkarken oynatılır."; $text['description-exit_sound']['zh-cn'] = "离开菜单时播放。"; @@ -1640,7 +1640,7 @@ $text['description-exit_action']['pt-br'] = "Escolher a ação de saída a reali $text['description-exit_action']['pt-pt'] = "Escolher a acção de saída a realizar se o IVR existir."; $text['description-exit_action']['ro-ro'] = "Selectați acțiunea de ieșire care trebuie efectuată dacă IVR iese."; $text['description-exit_action']['ru-ru'] = "Выберите действие выхода, которое необходимо выполнить, если Голосовое Меню (IVR) завершает работу."; -$text['description-exit_action']['sv-se'] = "Välj en åtgärd som skall utföras när IVR Menyn är 'slut'"; +$text['description-exit_action']['sv-se'] = "Välj en åtgärd som skall utföras när knappvalsmenyn är 'slut'"; $text['description-exit_action']['uk-ua'] = "Виберіть вихідну дію для виконання, якщо виходи IVR."; $text['description-exit_action']['tr-tr'] = "IVR'nin çıkması durumunda gerçekleştirilecek çıkış eylemini seçin."; $text['description-exit_action']['zh-cn'] = "选择 IVR 退出时要执行的退出操作。"; @@ -1667,7 +1667,7 @@ $text['description-enabled']['pt-br'] = "Escolha o estado desta definição"; $text['description-enabled']['pt-pt'] = "Escolha o estado deste menu de IVR."; $text['description-enabled']['ro-ro'] = "Setați starea acestui meniu IVR."; $text['description-enabled']['ru-ru'] = "Установите статус этого Голосового Меню (IVR)."; -$text['description-enabled']['sv-se'] = "Välj status på denna IVR Meny."; +$text['description-enabled']['sv-se'] = "Välj status på denna knappvalsmeny."; $text['description-enabled']['uk-ua'] = "Встановіть статус цього меню IVR."; $text['description-enabled']['tr-tr'] = "Bu IVR Menüsünün durumunu ayarlayın."; $text['description-enabled']['zh-cn'] = "设置此 IVR 菜单的状态。"; diff --git a/app/ivr_menus/app_menu.php b/app/ivr_menus/app_menu.php index 0f01c28fb5..3fa7e2cad6 100644 --- a/app/ivr_menus/app_menu.php +++ b/app/ivr_menus/app_menu.php @@ -21,7 +21,7 @@ $apps[$x]['menu'][$y]['title']['pt-pt'] = "Menu de IVR"; $apps[$x]['menu'][$y]['title']['ro-ro'] = "Meniuri IVR"; $apps[$x]['menu'][$y]['title']['ru-ru'] = "Голосовые меню (IVR)"; - $apps[$x]['menu'][$y]['title']['sv-se'] = "IVR Meny"; + $apps[$x]['menu'][$y]['title']['sv-se'] = "Knappvalsmeny"; $apps[$x]['menu'][$y]['title']['uk-ua'] = "Відео Кошик"; $apps[$x]['menu'][$y]['title']['tr-tr'] = "IVR Menüleri"; $apps[$x]['menu'][$y]['title']['zh-cn'] = "IVR 菜单"; diff --git a/app/time_conditions/app_languages.php b/app/time_conditions/app_languages.php index 2567092a3d..13b00b9301 100644 --- a/app/time_conditions/app_languages.php +++ b/app/time_conditions/app_languages.php @@ -1316,7 +1316,7 @@ $text['description-time_conditions']['pt-br'] = "As condições temporárias enc $text['description-time_conditions']['pt-pt'] = "Rota dinamicamente as chamadas para um menu IVR, números externos, scripts ou outros destinos com base nas condições de tempo."; $text['description-time_conditions']['ro-ro'] = "Direcționați în mod dinamic apelurile către un meniu IVR, numere externe, scripturi sau alte destinații în funcție de condițiile de timp."; $text['description-time_conditions']['ru-ru'] = "Динамически направлять вызовы в меню IVR, внешние номера, сценарии или другие пункты назначения в зависимости от временных условий."; -$text['description-time_conditions']['sv-se'] = "Styr samtal dynamiskt till IVR Meny, externa nummer, script eller andra destinationer baserat på tidsvillkor."; +$text['description-time_conditions']['sv-se'] = "Styr samtal dynamiskt till knappvalsmeny, externa nummer, script eller andra destinationer baserat på tidsvillkor."; $text['description-time_conditions']['uk-ua'] = "Маршрут дзвінків буде залежати від часу. Можна використовувати для переадресації на голосове меню (IVR), на зовнішні номери, сценарії, або інші напрямки."; $text['description-time_conditions']['tr-tr'] = "Aramaları zaman koşullarına göre dinamik olarak bir IVR menüsüne, harici numaralara, komut dosyalarına veya diğer hedeflere yönlendirin."; $text['description-time_conditions']['zh-cn'] = "根据时间条件将呼叫动态路由到 IVR 菜单、外部号码、脚本或其他目的地。"; diff --git a/app/xml_cdr/app_languages.php b/app/xml_cdr/app_languages.php index 2ae396a834..e8221a63c3 100644 --- a/app/xml_cdr/app_languages.php +++ b/app/xml_cdr/app_languages.php @@ -1477,7 +1477,7 @@ $text['label-outbound_duration']['pt-br'] = "Duração Outbound"; $text['label-outbound_duration']['pt-pt'] = "Outbound Duração"; $text['label-outbound_duration']['ro-ro'] = "Durata de ieșire"; $text['label-outbound_duration']['ru-ru'] = "Продолжительность исходящих"; -$text['label-outbound_duration']['sv-se'] = "Utgående Samtalstid"; +$text['label-outbound_duration']['sv-se'] = "Utgående samtalstid"; $text['label-outbound_duration']['uk-ua'] = "Вихідна тривалість"; $text['label-outbound_duration']['tr-tr'] = "Giden Süre"; $text['label-outbound_duration']['zh-cn'] = "出境时长"; @@ -1504,7 +1504,7 @@ $text['label-outbound_calls']['pt-br'] = "Chamada de saída"; $text['label-outbound_calls']['pt-pt'] = "Chamadas de Saída"; $text['label-outbound_calls']['ro-ro'] = "Apeluri de ieșire"; $text['label-outbound_calls']['ru-ru'] = "Исходящих вызовов"; -$text['label-outbound_calls']['sv-se'] = "Utgående Samtal"; +$text['label-outbound_calls']['sv-se'] = "Utgående samtal"; $text['label-outbound_calls']['uk-ua'] = "Вихідні дзвінки"; $text['label-outbound_calls']['tr-tr'] = "Giden aramalar"; $text['label-outbound_calls']['zh-cn'] = "外呼"; @@ -1909,7 +1909,7 @@ $text['label-inbound_duration']['pt-br'] = "Duração inbound"; $text['label-inbound_duration']['pt-pt'] = "Inbound Duração"; $text['label-inbound_duration']['ro-ro'] = "Durata de intrare"; $text['label-inbound_duration']['ru-ru'] = "Продолжительность входящих"; -$text['label-inbound_duration']['sv-se'] = "Inkommande Samtalstid"; +$text['label-inbound_duration']['sv-se'] = "Inkommande samtalstid"; $text['label-inbound_duration']['uk-ua'] = "Тривалість входу"; $text['label-inbound_duration']['tr-tr'] = "Gelen Süre"; $text['label-inbound_duration']['zh-cn'] = "入境时长"; @@ -1936,7 +1936,7 @@ $text['label-inbound_calls']['pt-br'] = "Chamadas de entrada"; $text['label-inbound_calls']['pt-pt'] = "Chamadas de Entrada"; $text['label-inbound_calls']['ro-ro'] = "Inkomende oproepen"; $text['label-inbound_calls']['ru-ru'] = "Входящих вызовов"; -$text['label-inbound_calls']['sv-se'] = "Inkommande Samtal"; +$text['label-inbound_calls']['sv-se'] = "Inkommande samtal"; $text['label-inbound_calls']['uk-ua'] = "Вхідні дзвінки"; $text['label-inbound_calls']['tr-tr'] = "Gelen çağrılar"; $text['label-inbound_calls']['zh-cn'] = "来电"; @@ -2557,7 +2557,7 @@ $text['label-outbound_caller_id_number']['pt-br'] = "Número de ID de Saída"; $text['label-outbound_caller_id_number']['pt-pt'] = "Número público"; $text['label-outbound_caller_id_number']['ro-ro'] = "Număr ID apelant de ieșire"; $text['label-outbound_caller_id_number']['ru-ru'] = "Идентификатор (Caller ID) номера вызывающего абонента"; -$text['label-outbound_caller_id_number']['sv-se'] = "Utgående Nummerpresentation"; +$text['label-outbound_caller_id_number']['sv-se'] = "Utgående nummerpresentation"; $text['label-outbound_caller_id_number']['uk-ua'] = "Вихідний номер ідентифікатора абонента"; $text['label-outbound_caller_id_number']['tr-tr'] = "Giden Arayanın Kimlik Numarası"; $text['label-outbound_caller_id_number']['zh-cn'] = "外拨来电显示号码"; @@ -2584,7 +2584,7 @@ $text['label-outbound_caller_id_name']['pt-br'] = "Nome de ID de Saída"; $text['label-outbound_caller_id_name']['pt-pt'] = "Nome público"; $text['label-outbound_caller_id_name']['ro-ro'] = "Nume ID apelant de ieșire"; $text['label-outbound_caller_id_name']['ru-ru'] = "Идентификатор (Caller ID) имени вызывающего абонента"; -$text['label-outbound_caller_id_name']['sv-se'] = "Utgående Namnpresentation"; +$text['label-outbound_caller_id_name']['sv-se'] = "Utgående namnpresentation"; $text['label-outbound_caller_id_name']['uk-ua'] = "Ім'я користувача"; $text['label-outbound_caller_id_name']['tr-tr'] = "Giden Arayan Kimliği Adı"; $text['label-outbound_caller_id_name']['zh-cn'] = "出站来电显示名称"; @@ -4196,7 +4196,7 @@ $text['label-ivr_menu']['pt-br'] = "Menus de IVR"; $text['label-ivr_menu']['pt-pt'] = "Menu de IVR"; $text['label-ivr_menu']['ro-ro'] = "Meniul IVR"; $text['label-ivr_menu']['ru-ru'] = "Голосовое Меню (IVR)"; -$text['label-ivr_menu']['sv-se'] = "IVR Meny"; +$text['label-ivr_menu']['sv-se'] = "Knappvalsmeny"; $text['label-ivr_menu']['uk-ua'] = "IVR меню"; $text['label-ivr_menu']['tr-tr'] = "IVR Menüsü"; $text['label-ivr_menu']['zh-cn'] = "IVR 菜单"; diff --git a/core/contacts/app_languages.php b/core/contacts/app_languages.php index 0a86f3826a..02afe78117 100644 --- a/core/contacts/app_languages.php +++ b/core/contacts/app_languages.php @@ -670,7 +670,7 @@ $text['option-true']['pt-br'] = "Sim"; $text['option-true']['pt-pt'] = "Sim"; $text['option-true']['ro-ro'] = "Adevărat"; $text['option-true']['ru-ru'] = "Да"; -$text['option-true']['sv-se'] = "Sann"; +$text['option-true']['sv-se'] = "Ja"; $text['option-true']['uk-ua'] = "Так"; $text['option-true']['zh-cn'] = "真的"; $text['option-true']['ja-jp'] = "真実"; @@ -1138,7 +1138,7 @@ $text['option-false']['pt-br'] = "Não"; $text['option-false']['pt-pt'] = "Não"; $text['option-false']['ro-ro'] = "Fals"; $text['option-false']['ru-ru'] = "Нет"; -$text['option-false']['sv-se'] = "Falsk"; +$text['option-false']['sv-se'] = "Nej"; $text['option-false']['uk-ua'] = "Ні"; $text['option-false']['zh-cn'] = "错误的"; $text['option-false']['ja-jp'] = "間違い"; @@ -1994,7 +1994,7 @@ $text['label-true']['pt-br'] = "Sim"; $text['label-true']['pt-pt'] = "Sim"; $text['label-true']['ro-ro'] = "Adevărat"; $text['label-true']['ru-ru'] = "Да"; -$text['label-true']['sv-se'] = "Sann"; +$text['label-true']['sv-se'] = "Ja"; $text['label-true']['uk-ua'] = "Так"; $text['label-true']['zh-cn'] = "真的"; $text['label-true']['ja-jp'] = "真実"; @@ -2332,7 +2332,7 @@ $text['label-phone_speed_dial']['pt-br'] = "Discagem rápida"; $text['label-phone_speed_dial']['pt-pt'] = "Discagem rápida"; $text['label-phone_speed_dial']['ro-ro'] = "Apelare rapida"; $text['label-phone_speed_dial']['ru-ru'] = "Быстрый Набор"; -$text['label-phone_speed_dial']['sv-se'] = "Snabb Nummer"; +$text['label-phone_speed_dial']['sv-se'] = "Snabbnummer"; $text['label-phone_speed_dial']['uk-ua'] = "Швидкий набір"; $text['label-phone_speed_dial']['zh-cn'] = "快速拨号"; $text['label-phone_speed_dial']['ja-jp'] = "短縮ダイヤル"; @@ -2904,7 +2904,7 @@ $text['label-false']['pt-br'] = "Não"; $text['label-false']['pt-pt'] = "Não"; $text['label-false']['ro-ro'] = "Fals"; $text['label-false']['ru-ru'] = "Нет"; -$text['label-false']['sv-se'] = "Falsk"; +$text['label-false']['sv-se'] = "Nej"; $text['label-false']['uk-ua'] = "Ні"; $text['label-false']['zh-cn'] = "错误的"; $text['label-false']['ja-jp'] = "間違い"; diff --git a/core/groups/app_languages.php b/core/groups/app_languages.php index db0b572964..eb8e267657 100644 --- a/core/groups/app_languages.php +++ b/core/groups/app_languages.php @@ -155,7 +155,7 @@ $text['title-user_manager']['pt-br'] = "Gerenciar Usuários"; $text['title-user_manager']['pt-pt'] = "Gestão de Utilizadores"; $text['title-user_manager']['ro-ro'] = "Manager de utilizatori"; $text['title-user_manager']['ru-ru'] = "Менеджер пользователей"; -$text['title-user_manager']['sv-se'] = "Användar Inställningar"; +$text['title-user_manager']['sv-se'] = "Användare"; $text['title-user_manager']['uk-ua'] = "Менеджер користувачів"; $text['title-user_manager']['tr-tr'] = "Kullanıcı yönetici"; $text['title-user_manager']['zh-cn'] = "用户经理"; @@ -344,7 +344,7 @@ $text['option-true']['pt-br'] = "Verdadeiro"; $text['option-true']['pt-pt'] = "Sim"; $text['option-true']['ro-ro'] = "Adevărat"; $text['option-true']['ru-ru'] = "Истинный"; -$text['option-true']['sv-se'] = "Sann"; +$text['option-true']['sv-se'] = "Ja"; $text['option-true']['uk-ua'] = "правда"; $text['option-true']['tr-tr'] = "Doğru"; $text['option-true']['zh-cn'] = "真的"; @@ -452,7 +452,7 @@ $text['option-false']['pt-br'] = "Falso"; $text['option-false']['pt-pt'] = "Não"; $text['option-false']['ro-ro'] = "Fals"; $text['option-false']['ru-ru'] = "ЛОЖЬ"; -$text['option-false']['sv-se'] = "Falsk"; +$text['option-false']['sv-se'] = "Nej"; $text['option-false']['uk-ua'] = "помилковий"; $text['option-false']['tr-tr'] = "YANLIŞ"; $text['option-false']['zh-cn'] = "错误的"; @@ -479,7 +479,7 @@ $text['option-do_not_disturb']['pt-br'] = "Não Perturbe"; $text['option-do_not_disturb']['pt-pt'] = "Não Perturbar"; $text['option-do_not_disturb']['ro-ro'] = "Nu deranjați"; $text['option-do_not_disturb']['ru-ru'] = "Просьба не беспокоить"; -$text['option-do_not_disturb']['sv-se'] = "Stör Ej"; +$text['option-do_not_disturb']['sv-se'] = "Stör ej"; $text['option-do_not_disturb']['uk-ua'] = "Не турбувати"; $text['option-do_not_disturb']['tr-tr'] = "Rahatsız etmeyin"; $text['option-do_not_disturb']['zh-cn'] = "请勿打扰"; diff --git a/core/upgrade/app_languages.php b/core/upgrade/app_languages.php index d1279ff955..8e383e2b19 100644 --- a/core/upgrade/app_languages.php +++ b/core/upgrade/app_languages.php @@ -101,7 +101,7 @@ $text['option-true']['pt-br'] = "Verdeiro"; $text['option-true']['pt-pt'] = "Verdeiro"; $text['option-true']['ro-ro'] = "Adevărat"; $text['option-true']['ru-ru'] = "Истинный"; -$text['option-true']['sv-se'] = "Sann"; +$text['option-true']['sv-se'] = "Ja"; $text['option-true']['uk-ua'] = "правда"; $text['option-true']['tr-tr'] = "Doğru"; $text['option-true']['zh-cn'] = "真的"; @@ -128,7 +128,7 @@ $text['option-false']['pt-br'] = "Falso"; $text['option-false']['pt-pt'] = "Falso"; $text['option-false']['ro-ro'] = "Fals"; $text['option-false']['ru-ru'] = "ЛОЖЬ"; -$text['option-false']['sv-se'] = "Falsk"; +$text['option-false']['sv-se'] = "Nej"; $text['option-false']['uk-ua'] = "помилковий"; $text['option-false']['tr-tr'] = "YANLIŞ"; $text['option-false']['zh-cn'] = "错误的"; diff --git a/core/user_settings/app_languages.php b/core/user_settings/app_languages.php index bf3defed93..ab049c295f 100644 --- a/core/user_settings/app_languages.php +++ b/core/user_settings/app_languages.php @@ -1830,7 +1830,7 @@ $text['label-ivr_menus']['pt-br'] = "Menus de URA"; $text['label-ivr_menus']['pt-pt'] = "Menus de IVR"; $text['label-ivr_menus']['ro-ro'] = "Meniuri IVR"; $text['label-ivr_menus']['ru-ru'] = "Голосовые меню (IVR)"; -$text['label-ivr_menus']['sv-se'] = "IVR Menyer"; +$text['label-ivr_menus']['sv-se'] = "Knappvalsmenyer"; $text['label-ivr_menus']['tr-tr'] = "IVR Menüleri"; $text['label-ivr_menus']['uk-ua'] = "Відео Кошик"; $text['label-ivr_menus']['zh-cn'] = "IVR菜单"; @@ -1938,7 +1938,7 @@ $text['label-followme']['pt-br'] = "Siga-me"; $text['label-followme']['pt-pt'] = "Segue-me"; $text['label-followme']['ro-ro'] = "Urmează-mă"; $text['label-followme']['ru-ru'] = "Следуй за мной"; -$text['label-followme']['sv-se'] = "Följ Mig"; +$text['label-followme']['sv-se'] = "Följ mig"; $text['label-followme']['tr-tr'] = "Beni takip et"; $text['label-followme']['uk-ua'] = "Слідуй за мною"; $text['label-followme']['zh-cn'] = "跟我来"; @@ -2181,7 +2181,7 @@ $text['label-dnd']['pt-br'] = "Não Pertube"; $text['label-dnd']['pt-pt'] = "Não Perturbar"; $text['label-dnd']['ro-ro'] = "Nu deranjați"; $text['label-dnd']['ru-ru'] = "Не беспокоить (DND)"; -$text['label-dnd']['sv-se'] = "Stör Ej"; +$text['label-dnd']['sv-se'] = "Stör ej"; $text['label-dnd']['tr-tr'] = "Rahatsız etmeyin"; $text['label-dnd']['uk-ua'] = "Не турбувати"; $text['label-dnd']['zh-cn'] = "请勿打扰"; @@ -3152,7 +3152,7 @@ $text['check-do-not-disturb-status']['pt-br'] = "Não Pertube"; $text['check-do-not-disturb-status']['pt-pt'] = "Não Perturbar"; $text['check-do-not-disturb-status']['ro-ro'] = "Nu deranjați"; $text['check-do-not-disturb-status']['ru-ru'] = "Не беспокоить (DND)"; -$text['check-do-not-disturb-status']['sv-se'] = "Stör Ej"; +$text['check-do-not-disturb-status']['sv-se'] = "Stör ej"; $text['check-do-not-disturb-status']['tr-tr'] = "Rahatsız etmeyin"; $text['check-do-not-disturb-status']['uk-ua'] = "Не турбувати"; $text['check-do-not-disturb-status']['zh-cn'] = "请勿打扰"; diff --git a/core/users/app_languages.php b/core/users/app_languages.php index 27cdb13300..dac4cfbbe7 100644 --- a/core/users/app_languages.php +++ b/core/users/app_languages.php @@ -129,7 +129,7 @@ $text['title-user_manager']['pt-br'] = "Gestão de Utilizadores"; $text['title-user_manager']['pt-pt'] = "Gestão de Utilizadores"; $text['title-user_manager']['ro-ro'] = "Manager de utilizatori"; $text['title-user_manager']['ru-ru'] = "Управление пользователями"; -$text['title-user_manager']['sv-se'] = "Användar Inställningar"; +$text['title-user_manager']['sv-se'] = "Användare"; $text['title-user_manager']['uk-ua'] = "Користувачі"; $text['title-user_manager']['tr-tr'] = "Kullanıcı yönetici"; $text['title-user_manager']['zh-cn'] = "用户管理人"; @@ -183,7 +183,7 @@ $text['option-true']['pt-br'] = "Sim"; $text['option-true']['pt-pt'] = "Sim"; $text['option-true']['ro-ro'] = "Adevărat"; $text['option-true']['ru-ru'] = "Да"; -$text['option-true']['sv-se'] = "Sann"; +$text['option-true']['sv-se'] = "Ja"; $text['option-true']['uk-ua'] = "Так"; $text['option-true']['tr-tr'] = "Doğru"; $text['option-true']['zh-cn'] = "真"; @@ -291,7 +291,7 @@ $text['option-false']['pt-br'] = "Não"; $text['option-false']['pt-pt'] = "Não"; $text['option-false']['ro-ro'] = "Fals"; $text['option-false']['ru-ru'] = "ЛОЖЬ"; -$text['option-false']['sv-se'] = "Falsk"; +$text['option-false']['sv-se'] = "Nej"; $text['option-false']['uk-ua'] = "помилковий"; $text['option-false']['tr-tr'] = "YANLIŞ"; $text['option-false']['zh-cn'] = "错误的"; @@ -318,7 +318,7 @@ $text['option-do_not_disturb']['pt-br'] = "Não Perturbar"; $text['option-do_not_disturb']['pt-pt'] = "Não Perturbar"; $text['option-do_not_disturb']['ro-ro'] = "Nu deranjați"; $text['option-do_not_disturb']['ru-ru'] = "Не беспокоить (DND)"; -$text['option-do_not_disturb']['sv-se'] = "Stör Ej"; +$text['option-do_not_disturb']['sv-se'] = "Stör ej"; $text['option-do_not_disturb']['uk-ua'] = "Не турбувати"; $text['option-do_not_disturb']['tr-tr'] = "Rahatsız etmeyin"; $text['option-do_not_disturb']['zh-cn'] = "请勿打扰"; @@ -2892,4 +2892,4 @@ $text['button-permissions']['zh-cn'] = "权限"; $text['button-permissions']['ja-jp'] = "パーミッション"; $text['button-permissions']['ko-kr'] = "권한"; -?> \ No newline at end of file +?> diff --git a/core/users/app_menu.php b/core/users/app_menu.php index a908fdfcbb..a912474782 100644 --- a/core/users/app_menu.php +++ b/core/users/app_menu.php @@ -19,7 +19,7 @@ $y=0; $apps[$x]['menu'][$y]['title']['pt-pt'] = "Gestão de Utilizadores"; $apps[$x]['menu'][$y]['title']['ro-ro'] = "Utilizatori"; $apps[$x]['menu'][$y]['title']['ru-ru'] = "Пользователи"; - $apps[$x]['menu'][$y]['title']['sv-se'] = "Användar Inställningar"; + $apps[$x]['menu'][$y]['title']['sv-se'] = "Användare"; $apps[$x]['menu'][$y]['title']['uk-ua'] = "Користувачі"; $apps[$x]['menu'][$y]['title']['zh-cn'] = "用户"; $apps[$x]['menu'][$y]['title']['ja-jp'] = "ユーザ名"; diff --git a/resources/app_languages.php b/resources/app_languages.php index 4e9a2cd4e7..7870fa0e91 100644 --- a/resources/app_languages.php +++ b/resources/app_languages.php @@ -3582,7 +3582,7 @@ $text['label-true']['pt-br'] = "Verdadeiro"; $text['label-true']['pt-pt'] = "Sim"; $text['label-true']['ro-ro'] = "Adevărat"; $text['label-true']['ru-ru'] = "Да"; -$text['label-true']['sv-se'] = "Sann"; +$text['label-true']['sv-se'] = "Ja"; $text['label-true']['uk-ua'] = "Так"; $text['label-true']['tr-tr'] = "Doğru"; $text['label-true']['zh-cn'] = "真的"; @@ -3609,7 +3609,7 @@ $text['label-false']['pt-br'] = "Falso"; $text['label-false']['pt-pt'] = "Falso"; $text['label-false']['ro-ro'] = "Fals"; $text['label-false']['ru-ru'] = "Нет"; -$text['label-false']['sv-se'] = "Falsk"; +$text['label-false']['sv-se'] = "Nej"; $text['label-false']['uk-ua'] = "помилковий"; $text['label-false']['tr-tr'] = "Yanlış"; $text['label-false']['zh-cn'] = "错误的"; @@ -4688,7 +4688,7 @@ $text['option-true']['pt-br'] = "Verdadeiro"; $text['option-true']['pt-pt'] = "Sim"; $text['option-true']['ro-ro'] = "Adevărat"; $text['option-true']['ru-ru'] = "Да"; -$text['option-true']['sv-se'] = "Sann"; +$text['option-true']['sv-se'] = "Ja"; $text['option-true']['uk-ua'] = "правда"; $text['option-true']['tr-tr'] = "Doğru"; $text['option-true']['zh-cn'] = "真的"; @@ -4715,7 +4715,7 @@ $text['option-false']['pt-br'] = "Falso"; $text['option-false']['pt-pt'] = "Não"; $text['option-false']['ro-ro'] = "Fals"; $text['option-false']['ru-ru'] = "Нет"; -$text['option-false']['sv-se'] = "Falsk"; +$text['option-false']['sv-se'] = "Nej"; $text['option-false']['uk-ua'] = "помилковий"; $text['option-false']['tr-tr'] = "Yanlış"; $text['option-false']['zh-cn'] = "错误的"; @@ -5255,7 +5255,7 @@ $text['label-bridges']['pt-br'] = "Bridges"; $text['label-bridges']['pt-pt'] = "Pontes"; $text['label-bridges']['ro-ro'] = "Poduri"; $text['label-bridges']['ru-ru'] = "Мосты"; -$text['label-bridges']['sv-se'] = "Broar"; +$text['label-bridges']['sv-se'] = "Bryggor"; $text['label-bridges']['uk-ua'] = "Мости"; $text['label-bridges']['tr-tr'] = "köprüler"; $text['label-bridges']['zh-cn'] = "桥梁"; @@ -7057,4 +7057,4 @@ $text['label-primary-contact-attachment-image']['zh-cn'] = "主要指定联系 $text['label-primary-contact-attachment-image']['ja-jp'] = "主な連絡先の添付ファイル画像"; $text['label-primary-contact-attachment-image']['ko-kr'] = "기본 할당된 연락처 첨부 이미지"; -?> \ No newline at end of file +?>