diff --git a/.project b/.project new file mode 100644 index 0000000000..a6502de7e7 --- /dev/null +++ b/.project @@ -0,0 +1,11 @@ + + + fusionbpx + + + + + + + + diff --git a/app/access_controls/app_config.php b/app/access_controls/app_config.php index 35717833c0..b5dbbb46f2 100644 --- a/app/access_controls/app_config.php +++ b/app/access_controls/app_config.php @@ -69,14 +69,17 @@ $apps[$x]['db'][$y]['fields'][$z]['name'] = 'access_control_name'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the name.'; + $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = 'Insira o nome'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'access_control_default'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Select the default type.'; + $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = 'Selecione o tipo padrão.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'access_control_description'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the description'; + $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = 'Insira com uma descrição'; $y = 1; //table array index $z = 0; //field array index @@ -106,17 +109,21 @@ $apps[$x]['db'][$y]['fields'][$z]['name'] = 'node_type'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Select the type.'; + $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = 'Selecione o tipo.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'node_cidr'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the IP CIDR range.'; + $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = 'Insira o intervalo IP CIDR.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'node_domain'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the domain.'; + $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = 'Insira com o domínio.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'node_description'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the description.'; + $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = 'Insira a descrição.'; $z++; ?> \ No newline at end of file diff --git a/app/access_controls/app_languages.php b/app/access_controls/app_languages.php index b9ee944ce4..eea0708b06 100644 --- a/app/access_controls/app_languages.php +++ b/app/access_controls/app_languages.php @@ -108,7 +108,7 @@ $text['label-deny']['en-us'] = "deny"; $text['label-deny']['es-cl'] = "Negar"; $text['label-deny']['pt-pt'] = "negar"; $text['label-deny']['fr-fr'] = " nier"; -$text['label-deny']['pt-br'] = "Negar"; +$text['label-deny']['pt-br'] = "negar"; $text['label-deny']['he'] = "להכחיש"; $text['label-deny']['de-at'] = " leugnen"; $text['label-deny']['pl'] = "zaprzeczać"; @@ -251,7 +251,7 @@ $text['description-access_control_description']['en-us'] = "Enter the descriptio $text['description-access_control_description']['es-cl'] = "Introduzca la descripción"; $text['description-access_control_description']['pt-pt'] = "Digite a descrição"; $text['description-access_control_description']['fr-fr'] = "Entrez la description."; -$text['description-access_control_description']['pt-br'] = "Digite a descrição"; +$text['description-access_control_description']['pt-br'] = "Digite a descrição."; $text['description-access_control_description']['he'] = " הזן את התיאור"; $text['description-access_control_description']['de-at'] = "Geben Sie die Beschreibung"; $text['description-access_control_description']['pl'] = "Wprowadź opis"; diff --git a/app/adminer/app_menu.php b/app/adminer/app_menu.php index 33a2d3b0f8..312b896494 100644 --- a/app/adminer/app_menu.php +++ b/app/adminer/app_menu.php @@ -9,7 +9,7 @@ $apps[$x]['menu'][0]['title']['fr-ca'] = ""; $apps[$x]['menu'][0]['title']['fr-ch'] = ""; $apps[$x]['menu'][0]['title']['pt-pt'] = "Administrador"; - $apps[$x]['menu'][0]['title']['pt-br'] = ""; + $apps[$x]['menu'][0]['title']['pt-br'] = "Adminer"; $apps[$x]['menu'][0]['uuid'] = "1f59d07b-b4f7-4f9e-bde9-312cf491d66e"; $apps[$x]['menu'][0]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f"; $apps[$x]['menu'][0]['category'] = "external"; diff --git a/app/backup/app_languages.php b/app/backup/app_languages.php index c3cd88b14e..da18faf242 100755 --- a/app/backup/app_languages.php +++ b/app/backup/app_languages.php @@ -34,7 +34,7 @@ $text['message-restore_failed_upload']['en-us'] = "Restore Failed - File Upload $text['message-restore_failed_upload']['es-cl'] = "Falló la recup - Cargar archivo Error"; $text['message-restore_failed_upload']['pt-pt'] = "Falha de restauração - Upload de arquivo falhou"; $text['message-restore_failed_upload']['fr-fr'] = "Echec de la restauration - Echec du téléchargement"; -$text['message-restore_failed_upload']['pt-br'] = "Falha de restauração - Atualização de arquivo falhou "; +$text['message-restore_failed_upload']['pt-br'] = "Falha de restauração - Upload de arquivo falhou "; $text['message-restore_failed_upload']['pl'] = "Przywracanie oraz przesłanie pliku nie powiodło się"; $text['message-restore_failed_upload']['sv-se'] = "Återställning Misslyckades - Filöverföring misslyckades"; $text['message-restore_failed_upload']['uk'] = "Помилка відновлення: неможливо завантажити файл"; @@ -54,7 +54,7 @@ $text['message-restore_completed']['en-us'] = "Restore Completed"; $text['message-restore_completed']['es-cl'] = "Restaurar Completado"; $text['message-restore_completed']['pt-pt'] = "Concluída a Restauração"; $text['message-restore_completed']['fr-fr'] = "Restaurer Terminé"; -$text['message-restore_completed']['pt-br'] = "Concluida a restauração"; +$text['message-restore_completed']['pt-br'] = "Restauração Concluída"; $text['message-restore_completed']['pl'] = "Przywracanie zakończono pomyślnie."; $text['message-restore_completed']['sv-se'] = "Återställning Genomförd"; $text['message-restore_completed']['uk'] = "Відновлено"; @@ -94,7 +94,7 @@ $text['label-source_paths']['en-us'] = "Source Paths"; $text['label-source_paths']['es-cl'] = "Fuente Caminos"; $text['label-source_paths']['pt-pt'] = "Fonte Caminhos"; $text['label-source_paths']['fr-fr'] = "Chemins Source"; -$text['label-source_paths']['pt-br'] = "Destino da fonte"; +$text['label-source_paths']['pt-br'] = "Destino de origem"; $text['label-source_paths']['pl'] = " Ścieżki źródłowe"; $text['label-source_paths']['sv-se'] = "Källa Sökväg"; $text['label-source_paths']['uk'] = "Об’єкти для резервного копіювання"; @@ -104,7 +104,7 @@ $text['label-select_backup']['en-us'] = "Select Backup File"; $text['label-select_backup']['es-cl'] = "Seleccione Copia de Seguridad"; $text['label-select_backup']['pt-pt'] = "Selecione Backup"; $text['label-select_backup']['fr-fr'] = "Sélectionnez le Fichier de Sauvegarde"; -$text['label-select_backup']['pt-br'] = "Selecione o Backup"; +$text['label-select_backup']['pt-br'] = "Selecione o arquivo de Backup"; $text['label-select_backup']['pl'] = "Wybierz plik kopii zapasowej"; $text['label-select_backup']['sv-se'] = "Välj Backup Fil"; $text['label-select_backup']['uk'] = "Виберіть файл резервної копії"; @@ -164,7 +164,7 @@ $text['description-restore']['en-us'] = "To restore a backup from a file on your $text['description-restore']['es-cl'] = "Para restaurar una copia de seguridad de un archivo en el sistema local, haga clic en 'Examinar' y seleccione el archivo de copia de seguridad que desee (por ejemplo, 'backup_[YYMMDD]_[HHMMSS].tgz'), a continuación, haga clic en el botón 'Restaurar'."; $text['description-restore']['pt-pt'] = "Para restaurar um backup de um arquivo em seu sistema local, clique em 'Procurar' e selecione o arquivo de backup desejado (por exemplo, 'backup_[YYMMDD]_[HHMMSS].tgz'), então clique no botão 'Restaurar'."; $text['description-restore']['fr-fr'] = "Pour restaurer une sauvegarde à partir d'un fichier sur votre système local, cliquez sur 'Parcourir' puis sélectionnez le fichier de sauvegarde souhaité (par exemple, 'backup_[YYMMDD]_[HHMMSS].tgz'), puis cliquez sur le bouton 'Restaurer'."; -$text['description-restore']['pt-br'] = "Para restaurar um backup de um arquivo em seu sistema local, clique em 'Procurar' e selecione o arquivo de backup desejado (por exemplo, 'backup_[YYMMDD]_[HHMMSS].tgz'), então clique no botão 'Restaurar'. "; +$text['description-restore']['pt-br'] = "Para restaurar um backup de um arquivo em seu sistema local, clique em 'Procurar' e selecione o arquivo de backup desejado (por exemplo, 'backup_[AAMMDD]_[HHMMSS].tgz'), então clique no botão 'Restaurar'. "; $text['description-restore']['pl'] = "Aby przywrócić kopię zapasową z pliku w systemie lokalnym, kliknij 'Przeglądaj', wybierz żądany plik kopii zapasowej (np. 'Backup_ [ YYMMDD ] _ [ GGMMSS ] .tgz' ), a następnie kliknij przycisk 'Przywróć ustawienia domyślne'."; $text['description-restore']['sv-se'] = "För att återställa en säkerhetskopia från en fil på ditt lokala system, klicka på ' Bläddra ' och välj sedan önskad säkerhetskopia (t.ex. . ' Backup_ [ ÅÅMMDD ] _ [ HHMMSS ] .tgz ' ) och klicka på ' Återställ ' -knappen."; $text['description-restore']['uk'] = "Для відновлення резервної копії з файлу, натисніть кнопку 'Огляд' і виберіть потрібний файл резервної копії, а потім натисніть кнопку 'Відновити '."; @@ -174,7 +174,7 @@ $text['description-backup']['en-us'] = "To create a backup of the Source Paths b $text['description-backup']['es-cl'] = "Para crear una copia de seguridad de las rutas de origen siguientes (definidos en la configuración predeterminada), seleccione el formato de archivo deseado y tipo de destino."; $text['description-backup']['pt-pt'] = "Para criar uma cópia de segurança dos caminhos de origem abaixo (definidos em Default Settings), selecione o formato de arquivo desejado e Target Type."; $text['description-backup']['fr-fr'] = "Pour créer une sauvegarde des chemins source ci-dessous (défini dans les paramètres par défaut), sélectionnez le format de fichier désiré et Type de cible."; -$text['description-backup']['pt-br'] = "Para criar uma cópia de segurança do caminhos de origem abaixo (definidos em Default Settings), selecione o formato de arquivo desejado e Target Type. "; +$text['description-backup']['pt-br'] = "Para criar uma cópia de segurança dos caminhos de origem abaixo (definidos em Configurações Padrão), selecione o formato de arquivo desejado e Tipo de destino. "; $text['description-backup']['pl'] = "Aby utworzyć kopię zapasową scieżki zródłowej zdefiniowanej w ustawieniach domyślnych, wybierz żądany format pliku i typ docelowy."; $text['description-backup']['sv-se'] = "För att skapa en säkerhetskopia av Källa Sökväg nedan (som definieras i standardinställningar), välj önskad Filformat och Mål Typ."; $text['description-backup']['uk'] = "Щоб створити резервну копію вказаних нижче об’єктів (вказано у налаштуваннях за замовчуванням), виберіть потрібний формат і призначення"; diff --git a/app/backup/app_menu.php b/app/backup/app_menu.php index 3434a8cd16..20711c6409 100644 --- a/app/backup/app_menu.php +++ b/app/backup/app_menu.php @@ -3,6 +3,7 @@ $apps[$x]['menu'][0]['title']['en-us'] = "Backup"; $apps[$x]['menu'][0]['title']['fr-fr'] = "Sauvegarde"; $apps[$x]['menu'][0]['title']['pl'] = "Kopie zapasowe"; +$apps[$x]['menu'][0]['title']['pt-br'] = "Backup"; $apps[$x]['menu'][0]['title']['sv-se'] = "Backup"; $apps[$x]['menu'][0]['title']['uk'] = "Резервна копія"; $apps[$x]['menu'][0]['title']['de-at'] = "Sicherung"; diff --git a/app/call_block/app_config.php b/app/call_block/app_config.php index d86ffd5cfc..59250eeadc 100644 --- a/app/call_block/app_config.php +++ b/app/call_block/app_config.php @@ -17,7 +17,7 @@ $apps[$x]['description']['fr-ca'] = ""; $apps[$x]['description']['fr-ch'] = ""; $apps[$x]['description']['pt-pt'] = "Uma ferramenta para bloquear números indesejados"; - $apps[$x]['description']['pt-br'] = ""; + $apps[$x]['description']['pt-br'] = "Uma ferramenta para bloquear números que entram."; //permission details $y = 0; @@ -63,30 +63,36 @@ $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "blocked_caller_name"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "Enter the name."; + $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Insira o nome."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "call_block_number"; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "blocked_caller_number"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "Enter the full phone number."; + $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Insira o número de telefone completo."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "call_block_count"; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "blocked_call_count"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric"; $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "Number of calls."; + $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Número de chamadas."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "call_block_action"; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "blocked_call_action"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "Action for call."; + $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Ação para a chamada."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "date_added"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "Date/Time number was added."; + $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Data/Hora que o número foi adicionado."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "call_block_enabled"; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "block_call_enabled"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "Enable/disable blocking the call."; + $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Habilitar/desabilitar bloqueamento da chamada."; $z++; ?> \ No newline at end of file diff --git a/app/call_block/app_languages.php b/app/call_block/app_languages.php index 009f66d801..2f0f5de895 100644 --- a/app/call_block/app_languages.php +++ b/app/call_block/app_languages.php @@ -19,7 +19,7 @@ $text['prompt-block_recent_name']['es-cl'] = "Bloqueo de llamadas recientes - Ed $text['prompt-block_recent_name']['pt-pt'] = "Bloquear Chamadas Recentes - Edite o nome, se desejar..."; $text['prompt-block_recent_name']['fr-fr'] = "Bloquer appels récents - Modifiez le nom, si vous le souhaitez..."; $text['prompt-block_recent_name']['nl-nl'] = ""; -$text['prompt-block_recent_name']['pt-br'] = "Bloquear chamadas recentes, edite o nome se assim desejar"; +$text['prompt-block_recent_name']['pt-br'] = "Bloquear chamadas recentes, edite o nome se assim desejar..."; $text['prompt-block_recent_name']['pl'] = "Zablokuj ostatnią rozmowę. Edytuj nazwę"; $text['prompt-block_recent_name']['sv-se'] = "Blockera Senaste Samtal, meditera namnet om nödvändigt..."; $text['prompt-block_recent_name']['uk'] = "Блокувати недавній дзвінок. Відредагуйте назву за бажанням"; @@ -33,7 +33,7 @@ $text['label-update-complete']['es-cl'] = "Actualización Completa"; $text['label-update-complete']['pt-pt'] = "Actualização Efectuada"; $text['label-update-complete']['fr-fr'] = "Mise à jour effectuée"; $text['label-update-complete']['nl-nl'] = ""; -$text['label-update-complete']['pt-br'] = "Atualização efetuada"; +$text['label-update-complete']['pt-br'] = "Atualização Completa"; $text['label-update-complete']['pl'] = "Zaktualizowano poprawnie"; $text['label-update-complete']['sv-se'] = "Uppdatering Klar"; $text['label-update-complete']['uk'] = "Оновлено"; @@ -61,7 +61,7 @@ $text['label-provide-number']['es-cl'] = "Por favor agregue: Número"; $text['label-provide-number']['pt-pt'] = "Por favor indique: Número"; $text['label-provide-number']['fr-fr'] = "Merci d'indiquer: Numéro"; $text['label-provide-number']['nl-nl'] = ""; -$text['label-provide-number']['pt-br'] = "Por favor indique um número"; +$text['label-provide-number']['pt-br'] = "Por favor indique: Número"; $text['label-provide-number']['pl'] = " Wprowadź numer"; $text['label-provide-number']['sv-se'] = "Ange: Nummer"; $text['label-provide-number']['uk'] = "Введіть номер"; @@ -75,7 +75,7 @@ $text['label-provide-name']['es-cl'] = "Por favor agregue: Nombre"; $text['label-provide-name']['pt-pt'] = "Por favor indique: Nome"; $text['label-provide-name']['fr-fr'] = "Merci d'indiquer: Nom"; $text['label-provide-name']['nl-nl'] = ""; -$text['label-provide-name']['pt-br'] = "Por favor indique um nome"; +$text['label-provide-name']['pt-br'] = "Por favor indique: Nome"; $text['label-provide-name']['pl'] = " Wprowadź nazwę "; $text['label-provide-name']['sv-se'] = "Ange: Namn"; $text['label-provide-name']['uk'] = "Введіть назву"; @@ -89,7 +89,7 @@ $text['label-provide-enabled']['es-cl'] = "Por favor agregue: Activo"; $text['label-provide-enabled']['pt-pt'] = "Por favor indique: Activado"; $text['label-provide-enabled']['fr-fr'] = "Merci d'indiquer: Actif"; $text['label-provide-enabled']['nl-nl'] = ""; -$text['label-provide-enabled']['pt-br'] = "Por favor indique se esta ativado"; +$text['label-provide-enabled']['pt-br'] = "Por favor indique se está habilitado"; $text['label-provide-enabled']['pl'] = " Wprowadź: Włączony"; $text['label-provide-enabled']['sv-se'] = "Ange: Aktiverad"; $text['label-provide-enabled']['uk'] = "Включити/відключити"; @@ -243,7 +243,7 @@ $text['label-date-added']['es-cl'] = "Fecha de ingreso"; $text['label-date-added']['pt-pt'] = "Data adicionada"; $text['label-date-added']['fr-fr'] = "Date d'ajout"; $text['label-date-added']['nl-nl'] = ""; -$text['label-date-added']['pt-br'] = "Data acionada"; +$text['label-date-added']['pt-br'] = "Data adicionada"; $text['label-date-added']['pl'] = "Dodano datę"; $text['label-date-added']['sv-se'] = "Datum Tillagt"; $text['label-date-added']['uk'] = "Додано"; @@ -299,7 +299,7 @@ $text['label-hold']['es-cl'] = ""; $text['label-hold']['pt-pt'] = ""; $text['label-hold']['fr-fr'] = ""; $text['label-hold']['nl-nl'] = ""; -$text['label-hold']['pt-br'] = ""; +$text['label-hold']['pt-br'] = "Espera"; $text['label-hold']['pl'] = ""; $text['label-hold']['sv-se'] = ""; $text['label-hold']['uk'] = ""; @@ -366,7 +366,7 @@ $text['description-number']['es-cl'] = "Ingrese el nú exacto."; $text['description-number']['pt-pt'] = "Introduza o número exacto."; $text['description-number']['fr-fr'] = "Entrer le numéro exact."; $text['description-number']['nl-nl'] = ""; -$text['description-number']['pt-br'] = "Insira o número exato"; +$text['description-number']['pt-br'] = "Insira o número exato."; $text['description-number']['pl'] = "Wprowadź dokładny numer."; $text['description-number']['sv-se'] = "Ange det exakta numret"; $text['description-number']['uk'] = "Введіть точний номер"; @@ -380,7 +380,7 @@ $text['description-name']['es-cl'] = "Introduzca el nombre."; $text['description-name']['pt-pt'] = "Digite o nome."; $text['description-name']['fr-fr'] = "Entrez le nom."; $text['description-name']['nl-nl'] = ""; -$text['description-name']['pt-br'] = "Insira o nome do menu"; +$text['description-name']['pt-br'] = "Insira o nome."; $text['description-name']['pl'] = "Wprowadź nazwę"; $text['description-name']['sv-se'] = "Skriv in namnet."; $text['description-name']['uk'] = "Введіть назву меню"; @@ -394,7 +394,7 @@ $text['description-enable']['es-cl'] = "Seleccione verdadero para activar el blo $text['description-enable']['pt-pt'] = "Escolha 'sim' para activar o bloqueio de chamadas para este número."; $text['description-enable']['fr-fr'] = "Choisir Oui pour activer le bloquage d'appel."; $text['description-enable']['nl-nl'] = ""; -$text['description-enable']['pt-br'] = "Escolha sim para ativar o bloqueio de chamadas para este número"; +$text['description-enable']['pt-br'] = "Escolha 'sim' para ativar o bloqueio de chamadas para este número."; $text['description-enable']['pl'] = "Ustaw wartość na TAK, aby umożliwić blokowanie tego numeru "; $text['description-enable']['sv-se'] = "Välj Sann för att blockera detta nummer."; $text['description-enable']['uk'] = "Виберіть 'Так', щоб блокувати дзвінки з даного номера."; @@ -422,7 +422,7 @@ $text['description-action']['es-cl'] = "Configurar una acción para llamadas des $text['description-action']['pt-pt'] = "Escolha uma acção para chamadas com origem neste número."; $text['description-action']['fr-fr'] = "Choisir une action pour les appels venant de ce numéro."; $text['description-action']['nl-nl'] = ""; -$text['description-action']['pt-br'] = "Escolha uma ação para chamadas com origem neste número"; +$text['description-action']['pt-br'] = "Escolha uma ação para chamadas reailzadas por este número."; $text['description-action']['pl'] = "Ustaw co zrobić w przypadku polaczeń z tego numeru."; $text['description-action']['sv-se'] = "Välj en aktion för samtal från detta nummer."; $text['description-action']['uk'] = "Встановіть дію для дзвінків з цього номера."; diff --git a/app/call_broadcast/app_config.php b/app/call_broadcast/app_config.php index 921faafaf9..a6d9402a8d 100644 --- a/app/call_broadcast/app_config.php +++ b/app/call_broadcast/app_config.php @@ -17,7 +17,7 @@ $apps[$x]['description']['fr-ca'] = "Il fait d' massive appels vers des extensions, IVR, salles de conferences ou quelqu'autre nom."; $apps[$x]['description']['fr-ch'] = ""; $apps[$x]['description']['pt-pt'] = "Programação para imediatamente fazer várias chamadas para uma extensão, um IVR, Sala de Conferência, ou qualquer outro número."; - $apps[$x]['description']['pt-br'] = ""; + $apps[$x]['description']['pt-br'] = "Programação para imediatamente realizar várias chamadas para uma extensão, um menu IVR, Sala de Conferência ou qualquer outro número."; //permission details $apps[$x]['permissions'][0]['name'] = "call_broadcast_view"; diff --git a/app/call_broadcast/app_languages.php b/app/call_broadcast/app_languages.php index 4532c69041..720b621417 100644 --- a/app/call_broadcast/app_languages.php +++ b/app/call_broadcast/app_languages.php @@ -81,7 +81,7 @@ $text['label-has-been']['en-us'] = "has been started"; $text['label-has-been']['es-cl'] = "iniciada"; $text['label-has-been']['pt-pt'] = "foi inicializada"; $text['label-has-been']['fr-fr'] = "a commencé"; -$text['label-has-been']['pt-br'] = "Foi inicializada"; +$text['label-has-been']['pt-br'] = "foi inicializada"; $text['label-has-been']['pl'] = "rozpoczęto"; $text['label-has-been']['sv-se'] = "har startat"; $text['label-has-been']['uk'] = "було запущено"; @@ -103,7 +103,7 @@ $text['label-concurrent-limit']['en-us'] = "Concurrent Limit"; $text['label-concurrent-limit']['es-cl'] = "Límite de concurrencia"; $text['label-concurrent-limit']['pt-pt'] = "Limite de chamadas concorrentes"; $text['label-concurrent-limit']['fr-fr'] = "Appels Simultanés"; -$text['label-concurrent-limit']['pt-br'] = "Limite de chamadas concorrentes"; +$text['label-concurrent-limit']['pt-br'] = "Limite de chamadas simultâneas"; $text['label-concurrent-limit']['pl'] = "Limit jednoczesnych rozmów"; $text['label-concurrent-limit']['sv-se'] = "Samtidig Gräns"; $text['label-concurrent-limit']['uk'] = "Обмеження одночасної кількості"; @@ -178,7 +178,7 @@ $text['label-accountcode']['he'] = "קוד חשבון"; $text['description-timeout']['en-us'] = ""; $text['description-timeout']['es-cl'] = ""; -$text['description-timeout']['pt-pt'] = ""; +$text['description-timeout']['pt-pt'] = "Limite de tempo (em milissegundos) de espera após reproduzir gravações ou confirmar a macro."; $text['description-timeout']['fr-fr'] = ""; $text['description-timeout']['pt-br'] = ""; $text['description-timeout']['pl'] = "Ilość milisekund oczekiwania po odtworzeniu nagrania lub potwierdzenia makro."; @@ -191,7 +191,7 @@ $text['description-phone']['en-us'] = "Optional, set a list of phone numbers one $text['description-phone']['es-cl'] = "Opcional, definir una lista de números de telefono, uno por línea en el siguiente formato:  123-123-1234 | Apellido, Nombre"; $text['description-phone']['pt-pt'] = "Opcional, definir uma lista de números de telefone, um por linha, no seguinte formato: 210000000 | Apelido, Primeiro Nome"; $text['description-phone']['fr-fr'] = "Optionnel, Insérer une liste de numéros de téléphone, un par ligne, dans le format suivant ; 0123456789 | Nom, Prénom"; -$text['description-phone']['pt-br'] = "Opcional, definir uma lista de números de telefone, um por linha, no seguinte formato: 210000000 | Apelido, Primeiro Nome "; +$text['description-phone']['pt-br'] = "Opcional, definir uma lista de números de telefone, um por linha, no seguinte formato: 210000000 | Apelido, Primeiro Nome."; $text['description-phone']['pl'] = "Opcjonalne - ułóż listę numerów (jeden pod drugim) w formacie: 123-123-1234|Nazwisko, Imię"; $text['description-phone']['sv-se'] = "Frivillig, fyll i en lista med nummer (ett per rad) i följande format: 123-123-1234|Efternamn, Förnamn"; $text['description-phone']['uk'] = "Додатково, задайте список телефонних номерів по одному на рядок в наступному форматі: 123-123-1234 | Прізвище, ім'я"; @@ -202,7 +202,7 @@ $text['description-name']['en-us'] = "Enter the name here."; $text['description-name']['es-cl'] = "Ingrese el nombre aquí."; $text['description-name']['pt-pt'] = "Introduza o nome aqui."; $text['description-name']['fr-fr'] = "Insérer le Nom."; -$text['description-name']['pt-br'] = "Insira o nome do menu"; +$text['description-name']['pt-br'] = "Insira o nome do broadcast."; $text['description-name']['pl'] = "Wprowadź nazwę"; $text['description-name']['sv-se'] = "Skriv in namnet här."; $text['description-name']['uk'] = "Введіть назву"; @@ -235,7 +235,7 @@ $text['description-concurrent-limit']['en-us'] = "Limit the approximate number o $text['description-concurrent-limit']['es-cl'] = "Limitar el número de llamadas simultaneas. Deje en blanco para no establecer un límite."; $text['description-concurrent-limit']['pt-pt'] = "Limitar o número de chamadas concurrentes. Deixe este campo em branco para não ter limite."; $text['description-concurrent-limit']['fr-fr'] = "Limite le nombre d'appels concurrents. Laisser vide pour illimité."; -$text['description-concurrent-limit']['pt-br'] = "Limitar o número de chamadas concorrentes. Deixe este campo em branco para não ter limite. "; +$text['description-concurrent-limit']['pt-br'] = "Limitar o número de chamadas simultâneas. Deixe este campo em branco para não ter limite."; $text['description-concurrent-limit']['pl'] = "Ogranicz liczbę równoczesnych połączeń. Aby nie było limitu zostaw to pole puste."; $text['description-concurrent-limit']['sv-se'] = "Begränsa ungefärliga antalet samtidiga samtal. Lämna det här tomt för ingen gräns."; $text['description-concurrent-limit']['uk'] = "Обмеження приблизної кількості одночасних дзвінків. Якщо пусто - без обмежень"; @@ -245,7 +245,7 @@ $text['description-concurrent-limit']['he'] = ""; $text['description-caller-id-number']['en-us'] = "Applicable if the provider that allow the Caller ID number to be sent. default: 0000000000"; $text['description-caller-id-number']['pt-pt'] = "Aplicável se o provedor permitir o envio do número do originador das chamadas. Omissão: 0000000000"; $text['description-caller-id-number']['fr-fr'] = "Applicable uniquement si le fournisseur d'accès authorise l'acheminement du numéro d'appelant. Par défaut: 0000000000"; -$text['description-caller-id-number']['pt-br'] = "Aplicável se o provedor permitir o envio do número do originador das chamadas. Omissão: 0000000000 "; +$text['description-caller-id-number']['pt-br'] = "Aplicável se o provedor permitir o envio do número do originador das chamadas. Omissão: 0000000000."; $text['description-caller-id-number']['pl'] = "Zastosowane w przypadku jeżeli operator zezwala na prezentację numeru. Standardowo prezentacja jest w formacie: 0000000000"; $text['description-caller-id-number']['sv-se'] = "Gäller om leverantör tillåter att Caller ID nummer skickas. Standard: 0000000000"; $text['description-caller-id-number']['uk'] = "Стосується, якщо постачальник, дозволяє надсилати номер абонента (Caller ID номер). За замовчуванням: 0000000000"; @@ -256,7 +256,7 @@ $text['description-caller-id-name']['en-us'] = "Applicable if the provider allow $text['description-caller-id-name']['es-cl'] = "Applicable si el proveedor permite enviar el número de origen. Por defecto: 0000000000"; $text['description-caller-id-name']['pt-pt'] = "Aplicável se o provedor permitir o envio do nome do originador das chamadas. Omissão: anonymous"; $text['description-caller-id-name']['fr-fr'] = "Applicable uniquement si le fournisseur d'accès authorise l'acheminement du nom d'appelant. Par défaut: anonymous"; -$text['description-caller-id-name']['pt-br'] = "Aplicar se o provedor "; +$text['description-caller-id-name']['pt-br'] = "Aplicável se o provedor de telefônia liberar o nome de quem está discando. Por padrão: anonymous (anônimo)."; $text['description-caller-id-name']['pl'] = "Zastosowane w przypadku jeżeli operator zezwala na prezentację nazwy. Standardowo prezentacja jest w formacie: 0000000000"; $text['description-caller-id-name']['sv-se'] = "Gäller om leverantör tillåter att Caller ID namn skickas. Standard: anonymous"; $text['description-caller-id-name']['uk'] = "Стосується, якщо постачальник, дозволяє надсилати ім’я абонента (Caller ID Ім’я). За замовчуванням: anonymous"; @@ -267,7 +267,7 @@ $text['description-avmd']['en-us'] = "Select whether to enable or disable the de $text['description-avmd']['es-cl'] = "Seleccione si desea activar o desactivar la detección de sistemas de contestador automático de mensajes de correo de voz y."; $text['description-avmd']['pt-pt'] = "Selecione se deseja ativar ou desativar a detecção de mensagens de correio de voz e sistemas de secretária eletrônica."; $text['description-avmd']['fr-fr'] = "Indiquez si vous souhaitez activer ou désactiver la détection de la messagerie vocale et les systèmes de machines de répondeur."; -$text['description-avmd']['pt-br'] = "Selecione se deseja ativar ou desativar a detecção de mensagens de correio de voz e sistemas de secretária eletrônica. "; +$text['description-avmd']['pt-br'] = "Selecione se deseja ativar ou desativar a detecção de mensagens de correio de voz e sistemas de secretária eletrônica."; $text['description-avmd']['pl'] = "Wybierz, czy chcesz włączyć lub wyłączyć wykrywanie wiadomości poczty głosowej lub innych systemów automatycznego odbierania rozmów."; $text['description-avmd']['sv-se'] = "Välj om deteketering av röstbrevlåda skall användas."; $text['description-avmd']['uk'] = "Виберіть, чи слід включити або відключити виявлення повідомлень голосової пошти і систему автовідповідача."; @@ -289,7 +289,7 @@ $text['confirm-name']['en-us'] = "Please provide: Name"; $text['confirm-name']['es-cl'] = "Por favor agregue: Nombre"; $text['confirm-name']['pt-pt'] = "Por favor indique: Nome"; $text['confirm-name']['fr-fr'] = "Merci d'indiquer: Nom"; -$text['confirm-name']['pt-br'] = "Por favor indique: Nome"; +$text['confirm-name']['pt-br'] = "Por favor insira: Nome"; $text['confirm-name']['pl'] = "Wprowadź: Nazwę"; $text['confirm-name']['sv-se'] = "Ange: Namn"; $text['confirm-name']['uk'] = "Введіть назву"; diff --git a/app/call_center_active/app_config.php b/app/call_center_active/app_config.php index 1a5bf45244..004280b289 100644 --- a/app/call_center_active/app_config.php +++ b/app/call_center_active/app_config.php @@ -17,7 +17,7 @@ $apps[$x]['description']['fr-ca'] = "Il montre les appels actives et des agents en queue du centre d'appels."; $apps[$x]['description']['fr-ch'] = ""; $apps[$x]['description']['pt-pt'] = "Mostra as chamadas ativas e agentes na fila do centro de chamadas."; - $apps[$x]['description']['pt-br'] = ""; + $apps[$x]['description']['pt-br'] = "Mostra as chamadas ativas, e os agentes na fila do Call Center."; //permission details $apps[$x]['permissions'][0]['name'] = "call_center_active_view"; diff --git a/app/call_center_active/app_languages.php b/app/call_center_active/app_languages.php index 3969282cad..6fe66f9f3c 100644 --- a/app/call_center_active/app_languages.php +++ b/app/call_center_active/app_languages.php @@ -4,7 +4,7 @@ $text['title-call_center_queue_activity']['en-us'] = "Call Center Queue Activity $text['title-call_center_queue_activity']['es-cl'] = "Actividad de Cola del Centro de Llamados"; $text['title-call_center_queue_activity']['fr-fr'] = "Activité des files d'attente du centre d'appel"; $text['title-call_center_queue_activity']['pt-pt'] = "Actividade das filas do Call Center"; -$text['title-call_center_queue_activity']['pt-br'] = "Atividade das filas do call center"; +$text['title-call_center_queue_activity']['pt-br'] = "Atividade das filas do Call Center"; $text['title-call_center_queue_activity']['pl'] = "Aktywność kolejek w Call Center "; $text['title-call_center_queue_activity']['sv-se'] = "Call Center Grupp Aktivitet"; $text['title-call_center_queue_activity']['de-at'] = "Callcenter Warteschlangen Aktivität"; @@ -15,7 +15,7 @@ $text['title-active_call_center']['en-us'] = "Active Call Center"; $text['title-active_call_center']['es-cl'] = "Centro de Llamados Activo"; $text['title-active_call_center']['fr-fr'] = "Centre d'appel Actif"; $text['title-active_call_center']['pt-pt'] = "Atividade do Call Center"; -$text['title-active_call_center']['pt-br'] = "Atividade do callcenter"; +$text['title-active_call_center']['pt-br'] = "Atividade do Call Center"; $text['title-active_call_center']['pl'] = "Aktywność w Call Center "; $text['title-active_call_center']['sv-se'] = "Aktivt Call Center"; $text['title-active_call_center']['de-at'] = "Aktive Callcenter"; @@ -36,7 +36,7 @@ $text['message-confirm']['he'] = ""; $text['label-waiting']['en-us'] = "Waiting"; $text['label-waiting']['es-cl'] = "Esperando"; $text['label-waiting']['fr-fr'] = "d'attente"; -$text['label-waiting']['pt-pt'] = "Espera"; +$text['label-waiting']['pt-pt'] = "Esperando"; $text['label-waiting']['pt-br'] = "Esperar"; $text['label-waiting']['pl'] = "Oczekiwanie"; $text['label-waiting']['sv-se'] = "Väntar"; @@ -47,7 +47,7 @@ $text['label-waiting']['he'] = ""; $text['label-trying']['en-us'] = "Trying"; $text['label-trying']['es-cl'] = "Intentando"; $text['label-trying']['fr-fr'] = "d'essais"; -$text['label-trying']['pt-pt'] = "Tentar"; +$text['label-trying']['pt-pt'] = "Tentando"; $text['label-trying']['pt-br'] = "Tentando"; $text['label-trying']['pl'] = "Próba"; $text['label-trying']['sv-se'] = "Försöker"; @@ -59,7 +59,7 @@ $text['label-transfer']['en-us'] = "Transfer"; $text['label-transfer']['es-cl'] = "Transferir"; $text['label-transfer']['fr-fr'] = "Transfert"; $text['label-transfer']['pt-pt'] = "Transferir"; -$text['label-transfer']['pt-br'] = "Tranferência"; +$text['label-transfer']['pt-br'] = "Transferir"; $text['label-transfer']['pl'] = "Transferowanie"; $text['label-transfer']['sv-se'] = "Överför"; $text['label-transfer']['de-at'] = "Weiterleiten"; @@ -103,7 +103,7 @@ $text['label-tier_rules_apply']['en-us'] = "Tier Rules Apply"; $text['label-tier_rules_apply']['es-cl'] = "Aplicar Reglas de Nivel"; $text['label-tier_rules_apply']['fr-fr'] = "Appliquer les règles du Niveau"; $text['label-tier_rules_apply']['pt-pt'] = "Aplicar as Regras do Nível"; -$text['label-tier_rules_apply']['pt-br'] = "Aplicar regas de nivel"; +$text['label-tier_rules_apply']['pt-br'] = "Aplicar regas de nível"; $text['label-tier_rules_apply']['pl'] = "Zastosuj zasadę poziomów"; $text['label-tier_rules_apply']['sv-se'] = "Kunskap Regler Gäller"; $text['label-tier_rules_apply']['de-at'] = "Ebenen Regeln werden angewendet"; @@ -114,7 +114,7 @@ $text['label-tier_rule_wait_second']['en-us'] = "Tier Rule Wait Second"; $text['label-tier_rule_wait_second']['es-cl'] = "Regla de nível segundo de espera"; $text['label-tier_rule_wait_second']['fr-fr'] = "Attente en secondes de la règle du Niveau"; $text['label-tier_rule_wait_second']['pt-pt'] = "Regra de nível segundo espera"; -$text['label-tier_rule_wait_second']['pt-br'] = "Regra de segundo nivel de espera"; +$text['label-tier_rule_wait_second']['pt-br'] = "Regra de segundo nível de espera"; $text['label-tier_rule_wait_second']['pl'] = "Poziomowa zasada czekania"; $text['label-tier_rule_wait_second']['sv-se'] = "Kunskap Regel Väntetid i Sekunder"; $text['label-tier_rule_wait_second']['de-at'] = "Ebenen Regel Wartezeit"; @@ -125,7 +125,7 @@ $text['label-tier_rule_wait_multiply_level']['en-us'] = "Tier Rule Wait Multiply $text['label-tier_rule_wait_multiply_level']['es-cl'] = "Regla de nivel multiplicar nivel de espera"; $text['label-tier_rule_wait_multiply_level']['fr-fr'] = "Règle d'attente multipliée par Niveau"; $text['label-tier_rule_wait_multiply_level']['pt-pt'] = "Regra de nível de espera multiplicado pelo nível"; -$text['label-tier_rule_wait_multiply_level']['pt-br'] = "Regra de espera multiplicado pelo nivel"; +$text['label-tier_rule_wait_multiply_level']['pt-br'] = "Regra de espera multiplicado pelo nível"; $text['label-tier_rule_wait_multiply_level']['pl'] = "Poziomowa zasada przemnożenia"; $text['label-tier_rule_wait_multiply_level']['sv-se'] = "Kunskap Regel Väntetid Multipla Värden"; $text['label-tier_rule_wait_multiply_level']['de-at'] = "Ebenen Regel Wartezeit Multiplikator Level"; @@ -136,7 +136,7 @@ $text['label-tier_rule_no_agent_no_wait']['en-us'] = "Tier Rule No Agent No Wait $text['label-tier_rule_no_agent_no_wait']['es-cl'] = "Regla de Nivel sin Agente sin Espera"; $text['label-tier_rule_no_agent_no_wait']['fr-fr'] = "Règle du Niveau Pas d'agent, pas d'attente"; $text['label-tier_rule_no_agent_no_wait']['pt-pt'] = "Regra de Nível Sem Agente Sem Espera"; -$text['label-tier_rule_no_agent_no_wait']['pt-br'] = "Regra de nivel sem espera do agente"; +$text['label-tier_rule_no_agent_no_wait']['pt-br'] = "Regra de nível sem espera do agente"; $text['label-tier_rule_no_agent_no_wait']['pl'] = "Zasada poziomowa - nie ma agentów, nie ma czekania"; $text['label-tier_rule_no_agent_no_wait']['sv-se'] = "Kunskap Regel Ingen Agent Ingen Väntan"; $text['label-tier_rule_no_agent_no_wait']['de-at'] = "Ebenen Regel kein Agent nicht warten"; @@ -224,7 +224,7 @@ $text['label-record_template']['en-us'] = "Record Template"; $text['label-record_template']['es-cl'] = "Plantilla de Grabación"; $text['label-record_template']['fr-fr'] = "Modèle d'enregistrement"; $text['label-record_template']['pt-pt'] = "Gravar template"; -$text['label-record_template']['pt-br'] = "Gravar"; +$text['label-record_template']['pt-br'] = "Modelo de gravação"; $text['label-record_template']['pl'] = "Nagraj"; $text['label-record_template']['sv-se'] = "Spela In Mall"; $text['label-record_template']['de-at'] = "Aufnahme Vorlage"; @@ -301,7 +301,7 @@ $text['label-max_wait_time_with_no_agent']['en-us'] = "Max Wait Time with No Age $text['label-max_wait_time_with_no_agent']['es-cl'] = "Tiempo Máximo de Espera sin Agente"; $text['label-max_wait_time_with_no_agent']['fr-fr'] = "Max d'attente sans Agent"; $text['label-max_wait_time_with_no_agent']['pt-pt'] = "Tempo máximo de espera sem agente"; -$text['label-max_wait_time_with_no_agent']['pt-br'] = "Tempo máximo sem agente"; +$text['label-max_wait_time_with_no_agent']['pt-br'] = "Tempo máximo de esoera sem agente"; $text['label-max_wait_time_with_no_agent']['pl'] = "Maks czas oczekiwania bez agenta"; $text['label-max_wait_time_with_no_agent']['sv-se'] = "Max Vänt Tid (Ingen Agent)"; $text['label-max_wait_time_with_no_agent']['de-at'] = "Maximale Wartezeit ohne Agent"; @@ -389,7 +389,7 @@ $text['label-abandoned_resume_allowed']['en-us'] = "Abandoned Resume Allowed"; $text['label-abandoned_resume_allowed']['es-cl'] = "Permitir Reanudación de Abandono"; $text['label-abandoned_resume_allowed']['fr-fr'] = "Authoriser la reprise des abandonnés"; $text['label-abandoned_resume_allowed']['pt-pt'] = "Resume Autorizado"; -$text['label-abandoned_resume_allowed']['pt-br'] = "Resumo autorizado"; +$text['label-abandoned_resume_allowed']['pt-br'] = "Resumo abandonado permidito"; $text['label-abandoned_resume_allowed']['pl'] = "Odbieranie odrzuconych rozmów jest dozwolone"; $text['label-abandoned_resume_allowed']['sv-se'] = "Återuppta Övergivna Tillåtet"; $text['label-abandoned_resume_allowed']['de-at'] = "Wiederaufnahme nach Zurückweisung erlaubt"; @@ -411,7 +411,7 @@ $text['header-active_call_center']['en-us'] = "Active Call Center"; $text['header-active_call_center']['es-cl'] = "Centro de Llamados Activo"; $text['header-active_call_center']['fr-fr'] = "Centre d'appel Actif"; $text['header-active_call_center']['pt-pt'] = "Atividade do Call Center"; -$text['header-active_call_center']['pt-br'] = "Atividade do call center"; +$text['header-active_call_center']['pt-br'] = "Atividade do Call Center"; $text['header-active_call_center']['pl'] = "Aktywność w Call Center "; $text['header-active_call_center']['sv-se'] = "Aktivt Call Center"; $text['header-active_call_center']['de-at'] = "Aktives Callcenter"; @@ -422,7 +422,7 @@ $text['description-queue']['en-us'] = "A current list of callers in the queue is $text['description-queue']['es-cl'] = "Un listado de los llamantes en cola se muestra a continuación."; $text['description-queue']['fr-fr'] = "Liste des appelants dans la file."; $text['description-queue']['pt-pt'] = "Lista de chamadas na fila."; -$text['description-queue']['pt-br'] = "Lista de chamada na fila"; +$text['description-queue']['pt-br'] = "Lista atual das chamadas em fila abaixo."; $text['description-queue']['pl'] = "Aktualna lista rozmówców w kolejce jest poniżej ."; $text['description-queue']['sv-se'] = "Aktuell lista på köande samtal enligt nedan "; $text['description-queue']['de-at'] = "Eine aktuelle Liste der Anrufer in der Warteschlange sehen sie unten."; @@ -433,7 +433,7 @@ $text['description-agents']['en-us'] = "A current list of agents is below."; $text['description-agents']['es-cl'] = "Un listado de los agentes actuales de muestra a continuación."; $text['description-agents']['fr-fr'] = "Liste des agents"; $text['description-agents']['pt-pt'] = "Lista de agentes."; -$text['description-agents']['pt-br'] = "Lista de agentes"; +$text['description-agents']['pt-br'] = "Lista dos atuais agentes abaixo."; $text['description-agents']['pl'] = "Aktualna lista agentów jest poniżej "; $text['description-agents']['sv-se'] = "Aktuell lista på Agenter enligt nedan"; $text['description-agents']['de-at'] = "Eine aktuelle Liste der Agenten sehen sie unten."; @@ -444,7 +444,7 @@ $text['description-active_call_center']['en-us'] = "Select a Call Center Queue f $text['description-active_call_center']['es-cl'] = "Seleccione la Cola del Centro de Llamados desde el siguiente listado para ver su actividad."; $text['description-active_call_center']['fr-fr'] = "Choisir une file d'attente dans la liste pour voir son activité."; $text['description-active_call_center']['pt-pt'] = "Seleccione uma fila de Call Center a partir da lista em baixo para ver a sua actividade."; -$text['description-active_call_center']['pt-br'] = "Selecione uma fila de call center a partir da lista embaixo para ver a sua atividade"; +$text['description-active_call_center']['pt-br'] = "Selecione uma fila de Call Center a partir da lista abaixo para ver a sua atividade."; $text['description-active_call_center']['pl'] = "Aby zobaczyć aktywność kolejki w Call Center wybierz ja z poniższej listy."; $text['description-active_call_center']['sv-se'] = "Välj en Call Center Grupp från listan nedan för att se dess aktivitet"; $text['description-active_call_center']['de-at'] = "Wählen Sie eine Callcenter Warteschlange aus der Liste unten um die Aktivität zu beobachten."; diff --git a/app/call_center_active/app_menu.php b/app/call_center_active/app_menu.php index f910098830..ab6e3577b8 100644 --- a/app/call_center_active/app_menu.php +++ b/app/call_center_active/app_menu.php @@ -5,7 +5,7 @@ $apps[$x]['menu'][0]['title']['es-cl'] = "Centro de Llamada Activo"; $apps[$x]['menu'][0]['title']['fr-fr'] = "Centre d'Appel Actif"; $apps[$x]['menu'][0]['title']['fr-ca'] = "Centre d'Appels Active"; $apps[$x]['menu'][0]['title']['pt-pt'] = "Centro de Chamadas Activo"; -$apps[$x]['menu'][0]['title']['pt-br'] = "Centro de chamadas ativas"; +$apps[$x]['menu'][0]['title']['pt-br'] = "Call Center ativos"; $apps[$x]['menu'][0]['title']['pl'] = "Aktywność w Call Center "; $apps[$x]['menu'][0]['title']['sv-se'] = "Aktivt Call Center"; $apps[$x]['menu'][0]['title']['de-at'] = "Aktive Callcenter"; diff --git a/app/call_centers/app_config.php b/app/call_centers/app_config.php index a8814098b3..49e3d5f177 100644 --- a/app/call_centers/app_config.php +++ b/app/call_centers/app_config.php @@ -17,7 +17,7 @@ $apps[$x]['description']['fr-ca'] = "Queues pour envoyer les appels entrants vers les agents disponibles."; $apps[$x]['description']['fr-ch'] = ""; $apps[$x]['description']['pt-pt'] = "As filas servem para gerenciamento de chamadas de entrada e encaminhamento das mesmas para os agentes dispon%uFFFDveis."; - $apps[$x]['description']['pt-br'] = ""; + $apps[$x]['description']['pt-br'] = "As filas servem para gerenciar as chamadas que entram e encaminhar as mesmas para os agentes disponíveis."; //destination details $y = 0; diff --git a/app/call_centers/app_languages.php b/app/call_centers/app_languages.php index 2217678647..20fbcc4bca 100644 --- a/app/call_centers/app_languages.php +++ b/app/call_centers/app_languages.php @@ -5,7 +5,7 @@ $text['title-call_centers']['es-cl'] = "Centro de Llamadas"; $text['title-call_centers']['fr-fr'] = "Centre d'appel"; $text['title-call_centers']['fr-ca'] = "Centre d' appels"; $text['title-call_centers']['pt-pt'] = "Centro de Chamadas"; -$text['title-call_centers']['pt-br'] = "Centro de chamadas"; +$text['title-call_centers']['pt-br'] = "Call Center"; $text['title-call_centers']['pl'] = "Call Center "; $text['title-call_centers']['sv-se'] = "Call Center"; $text['title-call_centers']['uk'] = "Кол-центр"; @@ -15,7 +15,7 @@ $text['title-call_center_tier_edit']['en-us'] = "Call Center Tier"; $text['title-call_center_tier_edit']['es-cl'] = "Editar Nivel de Centro de Llamados"; $text['title-call_center_tier_edit']['pt-pt'] = "Editar Nível do Call Center"; $text['title-call_center_tier_edit']['fr-fr'] = "Editer un Niveau du Centre d'Appel"; -$text['title-call_center_tier_edit']['pt-br'] = "Editar nivel do call center"; +$text['title-call_center_tier_edit']['pt-br'] = "Editar nível do Call Center"; $text['title-call_center_tier_edit']['pl'] = "Poziom w Call Center "; $text['title-call_center_tier_edit']['sv-se'] = "Call Center Kunskap"; $text['title-call_center_tier_edit']['uk'] = "Рівень кол-центра"; @@ -24,7 +24,7 @@ $text['title-call_center_tier_edit']['de-at'] = "Callcenter Ebene"; $text['title-call_center_queues_edit']['en-us'] = "Edit Call Center Queue"; $text['title-call_center_queues_edit']['es-cl'] = "Editar Cola de Centro de Llamados"; $text['title-call_center_queues_edit']['pt-pt'] = "Editar Fila de Call Center"; -$text['title-call_center_queues_edit']['pt-br'] = "Editar fila de call center"; +$text['title-call_center_queues_edit']['pt-br'] = "Editar fila de Call Center"; $text['title-call_center_queues_edit']['pl'] = ""; $text['title-call_center_queues_edit']['sv-se'] = ""; $text['title-call_center_queues_edit']['uk'] = ""; @@ -34,7 +34,7 @@ $text['title-call_center_queues_edit']['de-at'] = ""; $text['title-call_center_queues_add']['en-us'] = "Add Call Center Queue"; $text['title-call_center_queues_add']['es-cl'] = "Agregar Cola de Centro de Llamados"; $text['title-call_center_queues_add']['pt-pt'] = "Adicionar Fila de Call Center"; -$text['title-call_center_queues_add']['pt-br'] = "Adicionar fila de call center"; +$text['title-call_center_queues_add']['pt-br'] = "Adicionar filas de Call Center"; $text['title-call_center_queues_add']['pl'] = ""; $text['title-call_center_queues_add']['sv-se'] = ""; $text['title-call_center_queues_add']['uk'] = ""; @@ -45,7 +45,7 @@ $text['title-call_center_queues']['en-us'] = "Call Center Queues"; $text['title-call_center_queues']['es-cl'] = "Colas de Centro de Llamados"; $text['title-call_center_queues']['pt-pt'] = "Filas de Call Center"; $text['title-call_center_queues']['fr-fr'] = "Queues du Centre d'appels"; -$text['title-call_center_queues']['pt-br'] = "Filas de call center"; +$text['title-call_center_queues']['pt-br'] = "Filas de Call Center"; $text['title-call_center_queues']['pl'] = "Kolejki w Call Center "; $text['title-call_center_queues']['sv-se'] = "Call Center Kö:er"; $text['title-call_center_queues']['uk'] = "Черги кол-центра"; @@ -53,7 +53,7 @@ $text['title-call_center_queues']['de-at'] = "Callcenter Warteschlangen"; $text['title-call_center_queue_edit']['en-us'] = "Call Center Queue"; $text['title-call_center_queue_edit']['fr-fr'] = "Editer une Queue"; -$text['title-call_center_queue_edit']['pt-br'] = "Call Center Queue"; +$text['title-call_center_queue_edit']['pt-br'] = "Editar fila de Call Center"; $text['title-call_center_queue_edit']['pl'] = "Kolejka w Call Center "; $text['title-call_center_queue_edit']['sv-se'] = "Call Center Kö"; $text['title-call_center_queue_edit']['uk'] = "Черга кол-центра"; @@ -63,7 +63,7 @@ $text['title-call_center_queue_edit']['de-at'] = "Callcenter Warteschlange"; $text['title-call_center_queue_add']['en-us'] = "Call Center Queue"; $text['title-call_center_queue_add']['fr-fr'] = "Ajouter une Queue"; -$text['title-call_center_queue_add']['pt-br'] = "Call Center Queue"; +$text['title-call_center_queue_add']['pt-br'] = "Adicionar fila ao Call Center"; $text['title-call_center_queue_add']['pl'] = "Kolejka w Call Center "; $text['title-call_center_queue_add']['sv-se'] = "Call Center Kö"; $text['title-call_center_queue_add']['uk'] = "Черга кол-центра"; @@ -85,7 +85,7 @@ $text['title-call_center_agent_status']['en-us'] = "Call Center Agent Status"; $text['title-call_center_agent_status']['es-cl'] = "Estado de Agente de Centro de Llamados"; $text['title-call_center_agent_status']['pt-pt'] = "Estado do Agente do Call Center"; $text['title-call_center_agent_status']['fr-fr'] = "Etat de l'Agent"; -$text['title-call_center_agent_status']['pt-br'] = "Estado do agente call center"; +$text['title-call_center_agent_status']['pt-br'] = "Estado do agente do Call Center"; $text['title-call_center_agent_status']['pl'] = "Status agentów w Call Center"; $text['title-call_center_agent_status']['sv-se'] = "Call Center Agent Status"; $text['title-call_center_agent_status']['uk'] = "Статус оператора кол-центра"; @@ -95,7 +95,7 @@ $text['title-call_center_agent_edit']['en-us'] = "Call Center Agent"; $text['title-call_center_agent_edit']['es-cl'] = "Editar Agente de Centro de Llamados"; $text['title-call_center_agent_edit']['pt-pt'] = "Editar Agente do Call Center"; $text['title-call_center_agent_edit']['fr-fr'] = "Editer un Agent"; -$text['title-call_center_agent_edit']['pt-br'] = "Editar agente do call center"; +$text['title-call_center_agent_edit']['pt-br'] = "Editar agente do Call Center"; $text['title-call_center_agent_edit']['pl'] = "Agent w Call Center"; $text['title-call_center_agent_edit']['sv-se'] = "Call Center Agent"; $text['title-call_center_agent_edit']['uk'] = "Оператор кол-центра"; @@ -105,7 +105,7 @@ $text['title-call_center_agent_add']['en-us'] = "Call Center Agent"; $text['title-call_center_agent_add']['es-cl'] = "Agregar Agente de Centro de Llamados"; $text['title-call_center_agent_add']['pt-pt'] = "Adicionar Agente ao Call Center"; $text['title-call_center_agent_add']['fr-fr'] = "Ajouter un Agent"; -$text['title-call_center_agent_add']['pt-br'] = "Adicionar agente ao call center"; +$text['title-call_center_agent_add']['pt-br'] = "Adicionar agente ao Call Center"; $text['title-call_center_agent_add']['pl'] = "Agent w Call Center"; $text['title-call_center_agent_add']['sv-se'] = "Call Center Agent"; $text['title-call_center_agent_add']['uk'] = "Оператор кол-центра"; @@ -116,7 +116,7 @@ $text['title-call_center']['es-cl'] = "Centro de Llamadas"; $text['title-call_center']['fr-fr'] = "Centre d'appel"; $text['title-call_center']['fr-ca'] = "Centre d' appels"; $text['title-call_center']['pt-pt'] = "Centro de Chamadas"; -$text['title-call_center']['pt-br'] = "Centro de chamadas"; +$text['title-call_center']['pt-br'] = "Call Center"; $text['title-call_center']['pl'] = "Call Center "; $text['title-call_center']['sv-se'] = "Call Center"; $text['title-call_center']['uk'] = "Кол-центр"; @@ -126,7 +126,7 @@ $text['option-usring']['en-us'] = "us-ring"; $text['option-usring']['es-cl'] = "us-ring"; $text['option-usring']['pt-pt'] = "us-ring"; $text['option-usring']['fr-fr'] = "us-ring"; -$text['option-usring']['pt-br'] = "USRing"; +$text['option-usring']['pt-br'] = "us-ring"; $text['option-usring']['pl'] = "us-ring"; $text['option-usring']['sv-se'] = "us-ring"; $text['option-usring']['uk'] = "us-ring "; @@ -136,7 +136,7 @@ $text['option-ukring']['en-us'] = "uk-ring"; $text['option-ukring']['es-cl'] = "uk-ring"; $text['option-ukring']['pt-pt'] = "uk-ring"; $text['option-ukring']['fr-fr'] = "uk-ring"; -$text['option-ukring']['pt-br'] = "UKRing"; +$text['option-ukring']['pt-br'] = "uk-ring"; $text['option-ukring']['pl'] = "uk-ring"; $text['option-ukring']['sv-se'] = "uk-ring"; $text['option-ukring']['uk'] = "uk-ring "; @@ -196,7 +196,7 @@ $text['option-rsring']['en-us'] = "rs-ring"; $text['option-rsring']['es-cl'] = "rs-ring"; $text['option-rsring']['pt-pt'] = "rs-ring"; $text['option-rsring']['fr-fr'] = "rs-ring"; -$text['option-rsring']['pt-br'] = "RSRing"; +$text['option-rsring']['pt-br'] = "rs-ring"; $text['option-rsring']['pl'] = "rs-ring"; $text['option-rsring']['sv-se'] = "rs-ring"; $text['option-rsring']['uk'] = "rs-ring"; @@ -245,7 +245,7 @@ $text['option-queue']['de-at'] = "Warteschlange"; $text['option-ptring']['en-us'] = "pt-ring"; $text['option-ptring']['pt-pt'] = "pt-ring"; $text['option-ptring']['fr-fr'] = "pt-ring"; -$text['option-ptring']['pt-br'] = "PTRing"; +$text['option-ptring']['pt-br'] = "pt-ring"; $text['option-ptring']['pl'] = "pt-ring"; $text['option-ptring']['sv-se'] = "pt-ring"; $text['option-ptring']['uk'] = "pt-ring"; @@ -286,7 +286,7 @@ $text['option-logged_out']['en-us'] = "Logged Out"; $text['option-logged_out']['es-cl'] = "Desconectado"; $text['option-logged_out']['pt-pt'] = "Desconectado"; $text['option-logged_out']['fr-fr'] = "Déconnecté"; -$text['option-logged_out']['pt-br'] = "Desligado"; +$text['option-logged_out']['pt-br'] = "Desconectado"; $text['option-logged_out']['pl'] = "Wylogowany"; $text['option-logged_out']['sv-se'] = "Utloggad"; $text['option-logged_out']['uk'] = "Вийшов"; @@ -296,7 +296,7 @@ $text['option-itring']['en-us'] = "it-ring"; $text['option-itring']['es-cl'] = "it-ring"; $text['option-itring']['pt-pt'] = "it-ring"; $text['option-itring']['fr-fr'] = "it-ring"; -$text['option-itring']['pt-br'] = "ITRing"; +$text['option-itring']['pt-br'] = "it_ring"; $text['option-itring']['pl'] = "it-ring"; $text['option-itring']['sv-se'] = "it-ring"; $text['option-itring']['uk'] = "it-ring "; @@ -306,7 +306,7 @@ $text['option-frring']['en-us'] = "fr-ring"; $text['option-frring']['es-cl'] = "fr-ring"; $text['option-frring']['pt-pt'] = "fr-ring"; $text['option-frring']['fr-fr'] = "fr-ring"; -$text['option-frring']['pt-br'] = "FRRing"; +$text['option-frring']['pt-br'] = "fr-ring"; $text['option-frring']['pl'] = "fr-ring"; $text['option-frring']['sv-se'] = "fr-ring"; $text['option-frring']['uk'] = "fr-ring "; @@ -326,7 +326,7 @@ $text['option-do_not_disturb']['en-us'] = "Do Not Disturb"; $text['option-do_not_disturb']['es-cl'] = "No Molestar"; $text['option-do_not_disturb']['pt-pt'] = "Não incomodar"; $text['option-do_not_disturb']['fr-fr'] = "Ne Pas Derranger"; -$text['option-do_not_disturb']['pt-br'] = "Não perturbe"; +$text['option-do_not_disturb']['pt-br'] = "Não perturbe (DND)"; $text['option-do_not_disturb']['pl'] = "Nie przeszkadzaj (DND)"; $text['option-do_not_disturb']['sv-se'] = "Stör Ej"; $text['option-do_not_disturb']['uk'] = "Не турбувати"; @@ -336,7 +336,7 @@ $text['option-available_on_demand']['en-us'] = "Available (On Demand)"; $text['option-available_on_demand']['es-cl'] = "Disponible (Bajo Demanda)"; $text['option-available_on_demand']['pt-pt'] = "Disponível (On Demand)"; $text['option-available_on_demand']['fr-fr'] = "Disponible (Sur Demande)"; -$text['option-available_on_demand']['pt-br'] = "Disponivel (A pedido)"; +$text['option-available_on_demand']['pt-br'] = "Disponível (Sob demanda)"; $text['option-available_on_demand']['pl'] = "Dostępny (na żądanie)"; $text['option-available_on_demand']['sv-se'] = "Tillgänglig (På Begäran)"; $text['option-available_on_demand']['uk'] = "Доступний (на вимогу)"; @@ -376,7 +376,7 @@ $text['message-maximum_queues']['en-us'] = "Maximum Queues:"; $text['message-maximum_queues']['es-cl'] = "Colas Máximo Permitido:"; $text['message-maximum_queues']['pt-pt'] = "Filas Máximo Permitido:"; $text['message-maximum_queues']['fr-fr'] = "Files d'attente Maximum Autorisé:"; -$text['message-maximum_queues']['pt-br'] = "Máximo de filas permitido"; +$text['message-maximum_queues']['pt-br'] = "Máximo de filas permitido:"; $text['message-maximum_queues']['pl'] = "Maksymalna ilość kolejek:"; $text['message-maximum_queues']['sv-se'] = "Max Antal Kö:er:"; $text['message-maximum_queues']['uk'] = "Максимальна кількість черг:"; @@ -386,7 +386,7 @@ $text['message-duplicate_agent_id']['en-us'] = "Duplicate Agent ID Detected"; $text['message-duplicate_agent_id']['es-cl'] = "Duplicar ID de Agente detectada"; $text['message-duplicate_agent_id']['pt-pt'] = "Duplicar Agent ID Detectado"; $text['message-duplicate_agent_id']['fr-fr'] = "Dupliquer Agent ID détecté"; -$text['message-duplicate_agent_id']['pt-br'] = "Duplicar Agent ID Detectado"; +$text['message-duplicate_agent_id']['pt-br'] = "Duplicar ID do agente detectado"; $text['message-duplicate_agent_id']['pl'] = "Duplikat Wykryto Agenta ID"; $text['message-duplicate_agent_id']['uk'] = "Повторювані Ідентифікатор агента Виявлено"; $text['message-duplicate_agent_id']['sv-se'] = "Duplicate Agent-ID Funnet"; @@ -436,7 +436,7 @@ $text['label-tiers']['en-us'] = "Tiers"; $text['label-tiers']['es-cl'] = "Niveles de Centro de Llamados"; $text['label-tiers']['pt-pt'] = "Níveis do Call Center"; $text['label-tiers']['fr-fr'] = "Niveaux du Centre d'Appel"; -$text['label-tiers']['pt-br'] = "Niveis do call center"; +$text['label-tiers']['pt-br'] = "Niveis do Call Center"; $text['label-tiers']['pl'] = "Poziomy"; $text['label-tiers']['sv-se'] = "Kunskap"; $text['label-tiers']['uk'] = ""; @@ -446,7 +446,7 @@ $text['label-tier_rules_apply']['en-us'] = "Tier Rules Apply"; $text['label-tier_rules_apply']['es-cl'] = "Aplicar Reglas de Nivel"; $text['label-tier_rules_apply']['pt-pt'] = "Aplicar Regras de Nível"; $text['label-tier_rules_apply']['fr-fr'] = "Appliquer la Règle du Niveau"; -$text['label-tier_rules_apply']['pt-br'] = "Aplicar regas de nivel"; +$text['label-tier_rules_apply']['pt-br'] = "Aplicar regas de nível"; $text['label-tier_rules_apply']['pl'] = "Zastosuj zasadę poziomów"; $text['label-tier_rules_apply']['sv-se'] = "Kunskap Regler Gäller"; $text['label-tier_rules_apply']['uk'] = ""; @@ -456,7 +456,7 @@ $text['label-tier_rule_wait_second']['en-us'] = "Tier Rule Wait Second"; $text['label-tier_rule_wait_second']['es-cl'] = "Regla de nível segundo de espera"; $text['label-tier_rule_wait_second']['pt-pt'] = "Regra de nível segundo espera"; $text['label-tier_rule_wait_second']['fr-fr'] = "Attente, en seconde, de la Règle du Tier"; -$text['label-tier_rule_wait_second']['pt-br'] = "Regra de segundo nivel de espera"; +$text['label-tier_rule_wait_second']['pt-br'] = "Regra de segundo nível de espera"; $text['label-tier_rule_wait_second']['pl'] = "Poziomowa zasada czekania"; $text['label-tier_rule_wait_second']['sv-se'] = "Kunskap Regel Väntetid i Sekunder"; $text['label-tier_rule_wait_second']['uk'] = ""; @@ -466,7 +466,7 @@ $text['label-tier_rule_wait_multiply_level']['en-us'] = "Tier Rule Wait Multiply $text['label-tier_rule_wait_multiply_level']['es-cl'] = "Regla de nivel multiplicar nivel de espera"; $text['label-tier_rule_wait_multiply_level']['pt-pt'] = "Regra de nível de espera multiplicado pelo nível"; $text['label-tier_rule_wait_multiply_level']['fr-fr'] = "Règle d'Attente du Niveau Multipliée par Niveau"; -$text['label-tier_rule_wait_multiply_level']['pt-br'] = "Regra de espera multiplicado pelo nivel"; +$text['label-tier_rule_wait_multiply_level']['pt-br'] = "Regra de espera multiplicado pelo nível"; $text['label-tier_rule_wait_multiply_level']['pl'] = "Poziomowa zasada przemnożenia"; $text['label-tier_rule_wait_multiply_level']['sv-se'] = "Kunskap Regel Väntetid Multipla Värden"; $text['label-tier_rule_wait_multiply_level']['uk'] = ""; @@ -476,7 +476,7 @@ $text['label-tier_rule_no_agent_no_wait']['en-us'] = "Tier Rule No Agent No Wait $text['label-tier_rule_no_agent_no_wait']['es-cl'] = "Regla de nivel No espera Sin Agente"; $text['label-tier_rule_no_agent_no_wait']['pt-pt'] = "Regra de Nível Sem agente Sem espera"; $text['label-tier_rule_no_agent_no_wait']['fr-fr'] = "Règle du Niveau Pas d'Agent, Pas d'attente"; -$text['label-tier_rule_no_agent_no_wait']['pt-br'] = "Regra de nivel sem espera do agente"; +$text['label-tier_rule_no_agent_no_wait']['pt-br'] = "Regra de nível sem espera sem agente"; $text['label-tier_rule_no_agent_no_wait']['pl'] = "Zasada poziomowa - nie ma agentów, nie ma czekania"; $text['label-tier_rule_no_agent_no_wait']['sv-se'] = "Kunskap Regel Ingen Agent Ingen Väntan"; $text['label-tier_rule_no_agent_no_wait']['uk'] = ""; @@ -486,7 +486,7 @@ $text['label-tier_position']['en-us'] = "Tier Position"; $text['label-tier_position']['es-cl'] = "Posición de Nivel"; $text['label-tier_position']['pt-pt'] = "Posição no Nível"; $text['label-tier_position']['fr-fr'] = "Position du Niveau"; -$text['label-tier_position']['pt-br'] = "Nivel da posição"; +$text['label-tier_position']['pt-br'] = "Nível da posição"; $text['label-tier_position']['pl'] = "Pozycja poziomu"; $text['label-tier_position']['sv-se'] = "Kunskap Position"; $text['label-tier_position']['uk'] = ""; @@ -496,7 +496,7 @@ $text['label-tier_level']['en-us'] = "Tier Level"; $text['label-tier_level']['es-cl'] = "Nivel"; $text['label-tier_level']['pt-pt'] = "Nível da Camada"; $text['label-tier_level']['fr-fr'] = "Niveau"; -$text['label-tier_level']['pt-br'] = "Nivel da camada"; +$text['label-tier_level']['pt-br'] = "Nível da camada"; $text['label-tier_level']['pl'] = "Tier Level "; $text['label-tier_level']['sv-se'] = "Kunskap Nivå"; $text['label-tier_level']['uk'] = ""; @@ -576,7 +576,7 @@ $text['label-music_on_hold']['en-us'] = "Music on Hold"; $text['label-music_on_hold']['es-cl'] = "Música en Espera"; $text['label-music_on_hold']['pt-pt'] = "Música em Espera"; $text['label-music_on_hold']['fr-fr'] = "Mise de Garde"; -$text['label-music_on_hold']['pt-br'] = "Música de espera"; +$text['label-music_on_hold']['pt-br'] = "Música em espera"; $text['label-music_on_hold']['pl'] = "Muzyka na czekanie"; $text['label-music_on_hold']['sv-se'] = "Väntmusik"; $text['label-music_on_hold']['uk'] = "Мелодія на утримуванні"; @@ -636,7 +636,7 @@ $text['label-discard_abandoned_after']['en-us'] = "Discard Abandoned After"; $text['label-discard_abandoned_after']['es-cl'] = "Descartar Abandono Despues de"; $text['label-discard_abandoned_after']['pt-pt'] = "Rejeição abandonada depois"; $text['label-discard_abandoned_after']['fr-fr'] = "Ecarter les Abandons fait Après"; -$text['label-discard_abandoned_after']['pt-br'] = "Rejeição abandonada depois"; +$text['label-discard_abandoned_after']['pt-br'] = "Descartar depois de abandonado"; $text['label-discard_abandoned_after']['pl'] = "Odrzuć opuszczoną rozmowę po"; $text['label-discard_abandoned_after']['sv-se'] = "Uteslut Ej Besvarat Efter"; $text['label-discard_abandoned_after']['uk'] = ""; @@ -646,7 +646,7 @@ $text['label-default_status']['en-us'] = "Default Status"; $text['label-default_status']['es-cl'] = "Estado Predeterminado"; $text['label-default_status']['pt-pt'] = "Estado Predeterminado"; $text['label-default_status']['fr-fr'] = "Statut Prédéterminée"; -$text['label-default_status']['pt-br'] = "Estado Predeterminado"; +$text['label-default_status']['pt-br'] = "Estado Padrão"; $text['label-default_status']['pl'] = "z góry określony status"; $text['label-default_status']['sv-se'] = "i förväg fastställda status"; $text['label-default_status']['uk'] = "Статус за замовчуванням"; @@ -673,7 +673,7 @@ $text['label-caller_id_name_prefix']['uk'] = ""; $text['label-caller_id_name_prefix']['de-at'] = "Anruferkennung (Name) Prefix"; $text['label-caller_announce_sound']['en-us'] = "Announce Sound"; -$text['label-caller_announce_sound']['pt-br'] = "Som Anuncie"; +$text['label-caller_announce_sound']['pt-br'] = "Som de anuncio"; $text['label-caller_announce_sound']['pl'] = "Zapowiedź głośowa"; $text['label-caller_announce_sound']['sv-se'] = "Meddelande Ljud"; $text['label-caller_announce_sound']['uk'] = ""; @@ -683,7 +683,7 @@ $text['label-caller_announce_sound']['fr-fr'] = "Annoncer Sonore"; $text['label-caller_announce_sound']['de-at'] = "Ankündigung Ton"; $text['label-caller_announce_frequency']['en-us'] = "Announce Frequency"; -$text['label-caller_announce_frequency']['pt-br'] = "o Frequency Anuncie"; +$text['label-caller_announce_frequency']['pt-br'] = "Frequência do anuncio"; $text['label-caller_announce_frequency']['pl'] = "Częstotliwość zapowiedzi"; $text['label-caller_announce_frequency']['sv-se'] = "Meddelande Frekvens"; $text['label-caller_announce_frequency']['uk'] = ""; @@ -694,7 +694,7 @@ $text['label-caller_announce_frequency']['de-at'] = "Ankündigung Häufigkeit"; $text['label-call_timeout']['en-us'] = "Call Timeout"; $text['label-call_timeout']['es-cl'] = "Timeout de Llamada"; -$text['label-call_timeout']['pt-pt'] = "Timeout da chamada"; +$text['label-call_timeout']['pt-pt'] = "Tempo limite da chamada"; $text['label-call_timeout']['fr-fr'] = "Timeout d'appel"; $text['label-call_timeout']['pt-br'] = "Timeout da chamada"; $text['label-call_timeout']['pl'] = "Limit czasu rozmowy"; @@ -716,7 +716,7 @@ $text['label-agent_password']['en-us'] = "Agent Password"; $text['label-agent_password']['es-cl'] = "Agente de Password"; $text['label-agent_password']['pt-pt'] = "Agente Senha"; $text['label-agent_password']['fr-fr'] = "Agent Mot de passe"; -$text['label-agent_password']['pt-br'] = "Agente Senha"; +$text['label-agent_password']['pt-br'] = "Agente de Senha"; $text['label-agent_password']['pl'] = "Środek Hasło"; $text['label-agent_password']['sv-se'] = "Środek Hasło"; $text['label-agent_password']['uk'] = ""; @@ -746,7 +746,7 @@ $text['label-agent_id']['en-us'] = "Agent ID"; $text['label-agent_id']['es-cl'] = "Agente de identidad"; $text['label-agent_id']['pt-pt'] = "Identidade Agent"; $text['label-agent_id']['fr-fr'] = "Identification Agent"; -$text['label-agent_id']['pt-br'] = "Identidade Agent"; +$text['label-agent_id']['pt-br'] = "Identidade do agente"; $text['label-agent_id']['pl'] = "Tożsamość agenta"; $text['label-agent_id']['sv-se'] = "Agent Identitet"; $text['label-agent_id']['uk'] = ""; @@ -766,7 +766,7 @@ $text['label-abandoned_resume_allowed']['en-us'] = "Abandoned Resume Allowed"; $text['label-abandoned_resume_allowed']['es-cl'] = "Permitir Reanudación de Abandono"; $text['label-abandoned_resume_allowed']['pt-pt'] = "Resume Autorizado"; $text['label-abandoned_resume_allowed']['fr-fr'] = "Recupération Permise des Abandons"; -$text['label-abandoned_resume_allowed']['pt-br'] = "Resumo autorizado"; +$text['label-abandoned_resume_allowed']['pt-br'] = "Resumo de abandonos autorizados"; $text['label-abandoned_resume_allowed']['pl'] = "Odbieranie odrzuconych rozmów jest dozwolone"; $text['label-abandoned_resume_allowed']['sv-se'] = "Återuppta Ej Besvarade Tillåtet"; $text['label-abandoned_resume_allowed']['uk'] = ""; @@ -776,7 +776,7 @@ $text['header-call_center_tier_edit']['en-us'] = "Call Center Tier"; $text['header-call_center_tier_edit']['es-cl'] = "Editar Nivel de Centro de Llamados"; $text['header-call_center_tier_edit']['pt-pt'] = "Editar Nível do Call Center"; $text['header-call_center_tier_edit']['fr-fr'] = "Editer un Niveau du Centre d'Appel"; -$text['header-call_center_tier_edit']['pt-br'] = "Editar nivel do call center"; +$text['header-call_center_tier_edit']['pt-br'] = "Editar nível do Call Center"; $text['header-call_center_tier_edit']['pl'] = "Poziom w Call Center "; $text['header-call_center_tier_edit']['sv-se'] = "Call Center Kunskap"; $text['header-call_center_tier_edit']['uk'] = ""; @@ -806,7 +806,7 @@ $text['header-call_center_queue_add']['en-us'] = "Call Center Queue"; $text['header-call_center_queue_add']['es-cl'] = "Agregar Cola de Centro de Llamados"; $text['header-call_center_queue_add']['pt-pt'] = "Adicionar Fila ao Call Center"; $text['header-call_center_queue_add']['fr-fr'] = "Ajouter une Queue"; -$text['header-call_center_queue_add']['pt-br'] = "Adicionar fila ao call center"; +$text['header-call_center_queue_add']['pt-br'] = "Adicionar fila ao Call Center"; $text['header-call_center_queue_add']['pl'] = "Kolejka w Call Center "; $text['header-call_center_queue_add']['sv-se'] = "Call Center Kö"; $text['header-call_center_queue_add']['uk'] = ""; @@ -816,7 +816,7 @@ $text['header-call_center_agents']['en-us'] = "Call Center Agents"; $text['header-call_center_agents']['es-cl'] = "Agentes de Centro de Llamados"; $text['header-call_center_agents']['pt-pt'] = "Agentes do Call Center"; $text['header-call_center_agents']['fr-fr'] = "Agents du Centre d'appels"; -$text['header-call_center_agents']['pt-br'] = "Agentes do call center"; +$text['header-call_center_agents']['pt-br'] = "Agentes do Call Center"; $text['header-call_center_agents']['pl'] = "Agenci w Call Center "; $text['header-call_center_agents']['sv-se'] = "Call Center Agenter"; $text['header-call_center_agents']['uk'] = ""; @@ -826,7 +826,7 @@ $text['header-call_center_agent_status']['en-us'] = "Call Center Agent Status"; $text['header-call_center_agent_status']['es-cl'] = "Estado de Agente de Centro de Llamados"; $text['header-call_center_agent_status']['pt-pt'] = "Estado do Agente do Call Center"; $text['header-call_center_agent_status']['fr-fr'] = "Etat de l'agent du Centre d'Appel"; -$text['header-call_center_agent_status']['pt-br'] = "Estado do agente do call center"; +$text['header-call_center_agent_status']['pt-br'] = "Estado do agente do Call Center"; $text['header-call_center_agent_status']['pl'] = "Status agentów w Call Center "; $text['header-call_center_agent_status']['sv-se'] = "Call Center Agent Status"; $text['header-call_center_agent_status']['uk'] = ""; @@ -836,7 +836,7 @@ $text['header-call_center_agent_edit']['en-us'] = "Call Center Agent"; $text['header-call_center_agent_edit']['es-cl'] = "Editar Agente de Centro de Llamados"; $text['header-call_center_agent_edit']['pt-pt'] = "Editar Agente do Call Center"; $text['header-call_center_agent_edit']['fr-fr'] = "Editer un agent du Centre d'Appel"; -$text['header-call_center_agent_edit']['pt-br'] = "Editar agente do call center"; +$text['header-call_center_agent_edit']['pt-br'] = "Editar agente do Call Center"; $text['header-call_center_agent_edit']['pl'] = "Agent w Call Center "; $text['header-call_center_agent_edit']['sv-se'] = "Call Center Agent"; $text['header-call_center_agent_edit']['uk'] = ""; @@ -846,7 +846,7 @@ $text['header-call_center_agent_add']['en-us'] = "Call Center Agents"; $text['header-call_center_agent_add']['es-cl'] = "Agregar Agente de Centro de Llamados"; $text['header-call_center_agent_add']['pt-pt'] = "Adicionar Agente ao Call Center"; $text['header-call_center_agent_add']['fr-fr'] = "Ajouter un agent du Centre d'Appel"; -$text['header-call_center_agent_add']['pt-br'] = "Adicionar agente ao call center"; +$text['header-call_center_agent_add']['pt-br'] = "Adicionar agente ao Call Center"; $text['header-call_center_agent_add']['pl'] = "Agenci w Call Center "; $text['header-call_center_agent_add']['sv-se'] = "Call Center Agenter"; $text['header-call_center_agent_add']['uk'] = ""; @@ -856,7 +856,7 @@ $text['description-wrap_up_time']['en-us'] = "Enter the wrap up time."; $text['description-wrap_up_time']['es-cl'] = "Introduzca el tiempo de preparación."; $text['description-wrap_up_time']['pt-pt'] = "Introduza o tempo de preparação."; $text['description-wrap_up_time']['fr-fr'] = "choisir le temps de wrap up."; -$text['description-wrap_up_time']['pt-br'] = "Insira o tempo de preparação"; +$text['description-wrap_up_time']['pt-br'] = "Insira o tempo de preparação."; $text['description-wrap_up_time']['pl'] = "Wpisz dostępny czas po zakończeniu rozmowy"; $text['description-wrap_up_time']['sv-se'] = "Ange 'Wrap Up' tid."; $text['description-wrap_up_time']['uk'] = ""; @@ -876,7 +876,7 @@ $text['description-timeout_action']['en-us'] = "Set the action to perform when t $text['description-timeout_action']['es-cl'] = "Defina una acción a realizar cuando el tiempo máximo es alcanzado."; $text['description-timeout_action']['pt-pt'] = "Defina a acção a realizar quando o tempo máximo de espera for atingido."; $text['description-timeout_action']['fr-fr'] = "Choisir l'action à faire quand le temps max d'attente est atteint."; -$text['description-timeout_action']['pt-br'] = "Defina a ação para realizar quando o tempo máximo de espera for atingido"; +$text['description-timeout_action']['pt-br'] = "Defina a ação para realizar quando o tempo máximo de espera for atingido."; $text['description-timeout_action']['pl'] = "Ustaw operację do wykonania po osiągnięciu maks czas oczekiwania."; $text['description-timeout_action']['sv-se'] = "Ange aktion som skall utföras när max vänttid är nådd."; $text['description-timeout_action']['uk'] = ""; @@ -886,7 +886,7 @@ $text['description-time_base_score']['en-us'] = "Select the time base score."; $text['description-time_base_score']['es-cl'] = "Seleccione el tiempo base"; $text['description-time_base_score']['pt-pt'] = "Seleccione o tempo base "; $text['description-time_base_score']['fr-fr'] = "Sélection du score sur base de temps."; -$text['description-time_base_score']['pt-br'] = "Selecione o tempo base"; +$text['description-time_base_score']['pt-br'] = "Selecione o tempo base."; $text['description-time_base_score']['pl'] = "Wybierz wynik oparty na okresie czasowym"; $text['description-time_base_score']['sv-se'] = "Ange tids-baserad poäng."; $text['description-time_base_score']['uk'] = ""; @@ -896,7 +896,7 @@ $text['description-tiers']['en-us'] = "Tiers assign agents to queues."; $text['description-tiers']['es-cl'] = "Lista todos los niveles. Los niveles asignan agentes a las colas."; $text['description-tiers']['pt-pt'] = "Lista todos os níveis. Os níveis atribuem agentes às filas."; $text['description-tiers']['fr-fr'] = "Liste tous les Niveaux. Les Niveaux permettent d'affecter les agents aux queues."; -$text['description-tiers']['pt-br'] = "Listar todos os niveis. Os niveis atribuem agentes na fila"; +$text['description-tiers']['pt-br'] = "Lista todos os níveis. Os níveis atribuem agentes na fila."; $text['description-tiers']['pl'] = "Poziomy przypisują operatorów do usługi kolejkowania polaczeń"; $text['description-tiers']['sv-se'] = "Kunskap tilldelar agenter till kö:er."; $text['description-tiers']['uk'] = ""; @@ -906,7 +906,7 @@ $text['description-tier_rules_apply']['en-us'] = "Set the tier rule rules apply $text['description-tier_rules_apply']['es-cl'] = "Defina las reglas de nivel como verdaero o falso."; $text['description-tier_rules_apply']['pt-pt'] = "Defina a regra de nível a verdadeiro ou falso."; $text['description-tier_rules_apply']['fr-fr'] = "Choisir l'activation de la règle du Niveau à oui ou non."; -$text['description-tier_rules_apply']['pt-br'] = "Defina a regra de nivel verdadeira ou falso"; +$text['description-tier_rules_apply']['pt-br'] = "Defina a regra de nível verdadeira ou falso."; $text['description-tier_rules_apply']['pl'] = "Ustaw regułę poziomów za pomocą zwrotów TAK i NIE"; $text['description-tier_rules_apply']['sv-se'] = "Välj om Kunskap Regler Gäller skall vara sann/falsk."; $text['description-tier_rules_apply']['uk'] = ""; @@ -916,7 +916,7 @@ $text['description-tier_rule_wait_second']['en-us'] = "Enter the tier rule wait $text['description-tier_rule_wait_second']['es-cl'] = "Introduzca los segundos de espera de la regla de nivel."; $text['description-tier_rule_wait_second']['pt-pt'] = "Introduza os segundos de espera da regra de nível."; $text['description-tier_rule_wait_second']['fr-fr'] = "Entrer le temps d'attente du niveau en secondes."; -$text['description-tier_rule_wait_second']['pt-br'] = "Insira os segundos de espera para esse nivel"; +$text['description-tier_rule_wait_second']['pt-br'] = "Insira os segundos de espera para esse nível."; $text['description-tier_rule_wait_second']['pl'] = "Ustaw regułę poziomów – czas oczekiwania w sekundach"; $text['description-tier_rule_wait_second']['sv-se'] = "Ange kunskaps-regel vänt-tid (sekunder)"; $text['description-tier_rule_wait_second']['uk'] = ""; @@ -925,7 +925,7 @@ $text['description-tier_rule_wait_second']['de-at'] = "Geben Sie die Ebenen Rege $text['description-tier_rule_wait_multiply_level']['en-us'] = "Set the tier rule wait multiply level to true or false."; $text['description-tier_rule_wait_multiply_level']['pt-pt'] = "Defina a Regra de nível de espera multiplicado pelo nível."; $text['description-tier_rule_wait_multiply_level']['fr-fr'] = "Choisir la multiplication du temps d'attente par niveau à oui ou non."; -$text['description-tier_rule_wait_multiply_level']['pt-br'] = "Defina a regra de nivel de espera multiplicado pelo nivel"; +$text['description-tier_rule_wait_multiply_level']['pt-br'] = "Defina a regra de nível de espera multiplicado pelo nível."; $text['description-tier_rule_wait_multiply_level']['pl'] = "Ustaw regułę poziomów – czas oczekiwania w wielu poziomach (TAK lub NIE)"; $text['description-tier_rule_wait_multiply_level']['sv-se'] = "Välj om 'kunskaps-regel vänt-tid' multiply nivå skall vara sann eller ej."; $text['description-tier_rule_wait_multiply_level']['uk'] = ""; @@ -936,7 +936,7 @@ $text['description-tier_rule_no_agent_no_wait']['en-us'] = "Enter the tier rule $text['description-tier_rule_no_agent_no_wait']['es-cl'] = "Introduzca la regla de nivel sin agente sin espera."; $text['description-tier_rule_no_agent_no_wait']['pt-pt'] = "Introduza a regra sem agente sem espera."; $text['description-tier_rule_no_agent_no_wait']['fr-fr'] = "Entrer la règle du niveau pas d'agent, pas d'attente."; -$text['description-tier_rule_no_agent_no_wait']['pt-br'] = "Insira a regra sem agente na espera"; +$text['description-tier_rule_no_agent_no_wait']['pt-br'] = "Insira a regra sem agente na espera."; $text['description-tier_rule_no_agent_no_wait']['pl'] = "Ustaw regułę poziomów – brak czasu oczekiwania w przypadku braku operatora."; $text['description-tier_rule_no_agent_no_wait']['sv-se'] = "Välj kunskaps-regel Ingen Agent Vänta Ej."; $text['description-tier_rule_no_agent_no_wait']['uk'] = ""; @@ -946,7 +946,7 @@ $text['description-tier_position']['en-us'] = "Select the tier position."; $text['description-tier_position']['es-cl'] = "Seleccione el nivel de posición."; $text['description-tier_position']['pt-pt'] = "Seleccione a posição no nível."; $text['description-tier_position']['fr-fr'] = "Choisir la position du niveau."; -$text['description-tier_position']['pt-br'] = "Selecione o nivel da posição"; +$text['description-tier_position']['pt-br'] = "Selecione o nível da posição."; $text['description-tier_position']['pl'] = "Wpisz pozycję poziomu"; $text['description-tier_position']['sv-se'] = "Välj Kunskaps position."; $text['description-tier_position']['uk'] = ""; @@ -956,7 +956,7 @@ $text['description-tier_level']['en-us'] = "Select the tier level."; $text['description-tier_level']['es-cl'] = "Seleccione el nivel de llamada."; $text['description-tier_level']['pt-pt'] = "Seleccione o nível da camada."; $text['description-tier_level']['fr-fr'] = "Choisir le niveau de l'appel."; -$text['description-tier_level']['pt-br'] = "Selecione o nivel da camada"; +$text['description-tier_level']['pt-br'] = "Selecione o nível da camada."; $text['description-tier_level']['pl'] = "Wybierz rodzaj poziomu"; $text['description-tier_level']['sv-se'] = "Välj Kunskaps-nivå"; $text['description-tier_level']['uk'] = ""; @@ -966,7 +966,7 @@ $text['description-strategy']['en-us'] = "Select the queue ring strategy."; $text['description-strategy']['es-cl'] = "Seleccione la estratégia de cola anillada."; $text['description-strategy']['pt-pt'] = "Seleccione a estratégia da fila."; $text['description-strategy']['fr-fr'] = "Sélection de la stratégie de sonnerie"; -$text['description-strategy']['pt-br'] = "Selecione a estraétia da fila"; +$text['description-strategy']['pt-br'] = "Selecione a estratégia da fila"; $text['description-strategy']['pl'] = "Wybierz strategię"; $text['description-strategy']['sv-se'] = "Välj strategi för ringflöde i kö:n."; $text['description-strategy']['uk'] = ""; @@ -976,7 +976,7 @@ $text['description-status']['en-us'] = "Select the default agent status."; $text['description-status']['es-cl'] = "Seleccione el estado del agente."; $text['description-status']['pt-pt'] = "Seleccione o estado do agente."; $text['description-status']['fr-fr'] = "Choisir le statut de l'agent."; -$text['description-status']['pt-br'] = "Escolha o estado do usuário."; +$text['description-status']['pt-br'] = "Escolha o padrão do agente."; $text['description-status']['pl'] = "Wybierz status użytkownika"; $text['description-status']['sv-se'] = "Välj agentens status"; $text['description-status']['uk'] = "Виберіть статус користувача"; @@ -986,7 +986,7 @@ $text['description-reject_delay_time']['en-us'] = "Enter the reject delay time." $text['description-reject_delay_time']['es-cl'] = "Introduzca el tiempo de espera de rechazo."; $text['description-reject_delay_time']['pt-pt'] = "Introduza o tempo de atraso de rejeição."; $text['description-reject_delay_time']['fr-fr'] = "Choisir le délais de rejet."; -$text['description-reject_delay_time']['pt-br'] = "Insira o tempo de atraso e rejeição"; +$text['description-reject_delay_time']['pt-br'] = "Insira o tempo de atraso para rejeição."; $text['description-reject_delay_time']['pl'] = "Wpisz opóźnienie czasowe w przypadku odrzucenia rozmowy"; $text['description-reject_delay_time']['sv-se'] = "Ange 'neka' tids-fördröjning."; $text['description-reject_delay_time']['uk'] = ""; @@ -996,7 +996,7 @@ $text['description-record_template']['en-us'] = "Save the recording."; $text['description-record_template']['es-cl'] = "Guardar la grabación."; $text['description-record_template']['pt-pt'] = "Salve a gravação."; $text['description-record_template']['fr-fr'] = "Sauvegarder l'enregistrement."; -$text['description-record_template']['pt-br'] = "Salva a gravação"; +$text['description-record_template']['pt-br'] = "Salva a gravação."; $text['description-record_template']['pl'] = "Zachowaj nagranie"; $text['description-record_template']['sv-se'] = "Spara inspelningen."; $text['description-record_template']['uk'] = ""; @@ -1006,7 +1006,7 @@ $text['description-queue_name']['en-us'] = "Enter the queue name."; $text['description-queue_name']['es-cl'] = "Introduzca el Nombre de Cola."; $text['description-queue_name']['pt-pt'] = "Introduza o nome da fila."; $text['description-queue_name']['fr-fr'] = "Entrer le nom de la queue"; -$text['description-queue_name']['pt-br'] = "Insira o nome da fila"; +$text['description-queue_name']['pt-br'] = "Insira o nome da fila."; $text['description-queue_name']['pl'] = "Wpisz nazwę kolejki"; $text['description-queue_name']['sv-se'] = "Ange kö namn."; $text['description-queue_name']['uk'] = ""; @@ -1016,7 +1016,7 @@ $text['description-options']['en-us'] = "Select the queue name."; $text['description-options']['es-cl'] = "Seleccione el nombre de cola."; $text['description-options']['pt-pt'] = "Seleccione o nome da fila."; $text['description-options']['fr-fr'] = "Choisir le nom de la queue."; -$text['description-options']['pt-br'] = "Selecione o nome da fila"; +$text['description-options']['pt-br'] = "Selecione o nome da fila."; $text['description-options']['pl'] = "Zdefiniuj opcje dzwoniącego w menu IVR"; $text['description-options']['sv-se'] = "Välj kö namn."; $text['description-options']['uk'] = ""; @@ -1026,7 +1026,7 @@ $text['description-no_answer_delay_time']['en-us'] = "Enter the agent no answer $text['description-no_answer_delay_time']['es-cl'] = "Introduzca el tiempo de espera sin responder del agente en segundos."; $text['description-no_answer_delay_time']['pt-pt'] = "Introduza o tempo de atraso em segundos do agente que não atende."; $text['description-no_answer_delay_time']['fr-fr'] = "Choisir le delais de non réponse de l'agent."; -$text['description-no_answer_delay_time']['pt-br'] = "Insira o tempo de resposta em segundos do agente que não atende"; +$text['description-no_answer_delay_time']['pt-br'] = "Insira o tempo sem resposta do agente em segundos."; $text['description-no_answer_delay_time']['pl'] = "Wprowadź maks czas nieodbierania rozmowy (sek)"; $text['description-no_answer_delay_time']['sv-se'] = "Ange 'Inget svar Agent fördröjning' i sekunder."; $text['description-no_answer_delay_time']['uk'] = ""; @@ -1036,7 +1036,7 @@ $text['description-music_on_hold']['en-us'] = "Select the desired hold music."; $text['description-music_on_hold']['es-cl'] = "Seleccione una música de espera."; $text['description-music_on_hold']['pt-pt'] = "Seleccione uma música de espera."; $text['description-music_on_hold']['fr-fr'] = "Sélection de la musique de garde."; -$text['description-music_on_hold']['pt-br'] = "Selecione uma música de espera"; +$text['description-music_on_hold']['pt-br'] = "Selecione uma música de espera."; $text['description-music_on_hold']['pl'] = "Wybierz rodzaj muzyki na czekanie"; $text['description-music_on_hold']['sv-se'] = "Välj önskad vänt-musik."; $text['description-music_on_hold']['uk'] = ""; @@ -1046,7 +1046,7 @@ $text['description-max_wait_time_with_no_agent_time_reached']['en-us'] = "Enter $text['description-max_wait_time_with_no_agent_time_reached']['es-cl'] = "Introduzca el tiempo máximo de espera sin agente alcanzado."; $text['description-max_wait_time_with_no_agent_time_reached']['pt-pt'] = "Introduza o tempo máximo de espera atingido sem agente."; $text['description-max_wait_time_with_no_agent_time_reached']['fr-fr'] = " Entrez le temps d'attente maximum avec un rien de temps de l'agent atteint."; -$text['description-max_wait_time_with_no_agent_time_reached']['pt-br'] = "Insira o tempo máximo de espera atingido sem o agente"; +$text['description-max_wait_time_with_no_agent_time_reached']['pt-br'] = "Insira o tempo máximo de espera atingido sem o agente."; $text['description-max_wait_time_with_no_agent_time_reached']['pl'] = "Wprowadź maks upłyniety czas oczekiwania bez agenta"; $text['description-max_wait_time_with_no_agent_time_reached']['sv-se'] = "Ange max vänt-tid när 'Utan Agent Tids-gräns' är nådd. "; $text['description-max_wait_time_with_no_agent_time_reached']['uk'] = ""; @@ -1056,7 +1056,7 @@ $text['description-max_wait_time_with_no_agent']['en-us'] = "Enter the max wait $text['description-max_wait_time_with_no_agent']['es-cl'] = "Introduzca el tiempo máximo de espera sin agente."; $text['description-max_wait_time_with_no_agent']['pt-pt'] = "Introduza o tempo máximo de espera sem agente."; $text['description-max_wait_time_with_no_agent']['fr-fr'] = "Entrer le temps max d'attente sans agent."; -$text['description-max_wait_time_with_no_agent']['pt-br'] = "Insira o tempo máximo de espera sem agente"; +$text['description-max_wait_time_with_no_agent']['pt-br'] = "Insira o tempo máximo de espera sem agente."; $text['description-max_wait_time_with_no_agent']['pl'] = "Wprowadź maks czas oczekiwania bez agenta"; $text['description-max_wait_time_with_no_agent']['sv-se'] = "Ange max vänt-tid utan agent."; $text['description-max_wait_time_with_no_agent']['uk'] = ""; @@ -1066,7 +1066,7 @@ $text['description-max_wait_time']['en-us'] = "Enter the max wait time."; $text['description-max_wait_time']['es-cl'] = "Introduzca el tiempo máximo de espera."; $text['description-max_wait_time']['pt-pt'] = "Introduzia o tempo máximo de espera."; $text['description-max_wait_time']['fr-fr'] = "Entrer le temps max d'attente."; -$text['description-max_wait_time']['pt-br'] = "Insira o tempo máximo de espera"; +$text['description-max_wait_time']['pt-br'] = "Insira o tempo máximo de espera."; $text['description-max_wait_time']['pl'] = "Wprowadź maks czas oczekiwania"; $text['description-max_wait_time']['sv-se'] = "Ange max vänt-tid."; $text['description-max_wait_time']['uk'] = ""; @@ -1076,7 +1076,7 @@ $text['description-max_no_answer']['en-us'] = "Enter max no answer."; $text['description-max_no_answer']['es-cl'] = "Introduza el máximo de no respuestas."; $text['description-max_no_answer']['pt-pt'] = "Introduza o máximo de não antedidas."; $text['description-max_no_answer']['fr-fr'] = "Choisr le nom max de non réponses."; -$text['description-max_no_answer']['pt-br'] = "Insira o máximo de chamadas não atendidas"; +$text['description-max_no_answer']['pt-br'] = "Insira o máximo de chamadas não atendidas."; $text['description-max_no_answer']['pl'] = "Wprowadź maks czas nieodbierania rozmowy"; $text['description-max_no_answer']['sv-se'] = "Ange max inget svar."; $text['description-max_no_answer']['uk'] = ""; @@ -1086,7 +1086,7 @@ $text['description-extension']['en-us'] = "Enter the extension number."; $text['description-extension']['es-cl'] = "Introduzca el número de extensión."; $text['description-extension']['pt-pt'] = "Introduza o número da extensão."; $text['description-extension']['fr-fr'] = "Entrer un numéro d'extension"; -$text['description-extension']['pt-br'] = "Atribua a extensão e números ao dispositivo"; +$text['description-extension']['pt-br'] = "Atribua um ramal ao dispositivo"; $text['description-extension']['pl'] = "Wprowadź alfanumeryczny numer wewnętrzny. Domyślna konfiguracja pozwala na 2-7 cyfrowe numery wewnętrzne"; $text['description-extension']['sv-se'] = "Ange anknytningsnumret."; $text['description-extension']['uk'] = ""; @@ -1096,7 +1096,7 @@ $text['description-discard_abandoned_after']['en-us'] = "Set the discard abandon $text['description-discard_abandoned_after']['es-cl'] = "Defina la cantidad de segundos para el abandono de descarte."; $text['description-discard_abandoned_after']['pt-pt'] = "Defina a rejeição abandonada segundos depois."; $text['description-discard_abandoned_after']['fr-fr'] = "Choisir d'écartrer les abandons après un nombre de secondes."; -$text['description-discard_abandoned_after']['pt-br'] = "Defina o tempo em segundos"; +$text['description-discard_abandoned_after']['pt-br'] = "Defina o tempo em segundos para descartar após abandonado."; $text['description-discard_abandoned_after']['pl'] = "Ustaw czas po którym opuszczona rozmowa zostanie odrzucona"; $text['description-discard_abandoned_after']['sv-se'] = "Ange uteslut Ej Besvarade efter sekunder."; $text['description-discard_abandoned_after']['uk'] = ""; @@ -1106,7 +1106,7 @@ $text['description-contact']['en-us'] = "Select the contact number."; $text['description-contact']['es-cl'] = "Seleccione el número de contacto."; $text['description-contact']['pt-pt'] = "Seleccione o número de contacto."; $text['description-contact']['fr-fr'] = "Choisir le numéro du contact."; -$text['description-contact']['pt-br'] = "Atribui um contato a esta conta de usuário"; +$text['description-contact']['pt-br'] = "Atribui um contato a esta conta de usuário."; $text['description-contact']['pl'] = "Wybierz numer"; $text['description-contact']['sv-se'] = "Välj kontakt numret."; $text['description-contact']['uk'] = "Призначити контакт в цей обліковий запис користувача."; @@ -1116,24 +1116,24 @@ $text['description-caller_id_name_prefix']['en-us'] = "Set a prefix on the calle $text['description-caller_id_name_prefix']['es-cl'] = "Defina un prefijo para el nombre de quien llama."; $text['description-caller_id_name_prefix']['pt-pt'] = "Defina um prefixo no nome do originador."; $text['description-caller_id_name_prefix']['fr-fr'] = "Choisir un préfixe pour le nom d'appelant."; -$text['description-caller_id_name_prefix']['pt-br'] = "Defina um prefixo no nome do originador"; +$text['description-caller_id_name_prefix']['pt-br'] = "Defina um prefixo no nome do originador da chamada."; $text['description-caller_id_name_prefix']['pl'] = "Ustaw prefiks nazwy abonenta dzwoniącego."; $text['description-caller_id_name_prefix']['sv-se'] = "Ange ett prefix för Caller ID namn."; $text['description-caller_id_name_prefix']['uk'] = ""; $text['description-caller_id_name_prefix']['de-at'] = "Setzen Sie ein Präfix für die Anruferkennung (Name)."; $text['description-caller_announce_sound']['en-us'] = "A sound to play to a caller every announce sound seconds. Needs the full path to the wav file."; -$text['description-caller_announce_sound']['pt-br'] = "Um som para tocar a uma cada vez chamador anunciar segundos de som. Precisa o caminho completo para o arquivo wav. "; +$text['description-caller_announce_sound']['pt-br'] = "Um som tocará para o originador da chamada. Precisa o caminho completo para o arquivo wav."; $text['description-caller_announce_sound']['pl'] = "Dźwięk odtwarzany dzwoniącemu, który zostaje odtworzony cyklicznie. Wymagana jest pełna ścieżka do pliku."; $text['description-caller_announce_sound']['sv-se'] = "Ett ljud som spelas upp efter varje 'meddelande ljud sekunder'. Behöver hela sökvägen till WAV filen."; $text['description-caller_announce_sound']['uk'] = ""; $text['description-caller_announce_sound']['es-cl'] = " Translate from: English Un sonido jugar a un cada persona que llama anunciar segundos de sonido. Necesita la ruta completa al archivo wav."; -$text['description-caller_announce_sound']['pt-pt'] = "Um som para tocar a uma cada vez chamador anunciar segundos de som. Precisa o caminho completo para o arquivo wav."; +$text['description-caller_announce_sound']['pt-pt'] = "Um som para tocar a uma cada vez que o originador da chamada anunciar segundos de som. Precisa o caminho completo para o arquivo wav."; $text['description-caller_announce_sound']['fr-fr'] = " Un son à jouer à un appelant chaque annoncer secondes sonores. Besoins le chemin complet vers le fichier wav."; $text['description-caller_announce_sound']['de-at'] = "Eine Datei, die nach jeder "; $text['description-caller_announce_frequency']['en-us'] = "How often should we play the announce sound. Enter a number in seconds"; -$text['description-caller_announce_frequency']['pt-br'] = "Com que freqüência devemos reproduzir o som anunciar. Digite um número em segundos"; +$text['description-caller_announce_frequency']['pt-br'] = "Com que frequência devemos reproduzir o som ao anunciar. Digite um número em segundos"; $text['description-caller_announce_frequency']['pl'] = "Wprowadź wartość w sekundach jak często ma być odtwarzany dźwięk powitania."; $text['description-caller_announce_frequency']['sv-se'] = "Hur ofta skall meddelandet spelas upp. Ange ett värde i sekunder."; $text['description-caller_announce_frequency']['uk'] = ""; @@ -1146,7 +1146,7 @@ $text['description-call_timeout']['en-us'] = "Enter the call timeout."; $text['description-call_timeout']['es-cl'] = "Introduzca el timeout de la llamada."; $text['description-call_timeout']['pt-pt'] = "Introduza o timeout da chamada."; $text['description-call_timeout']['fr-fr'] = "Choisir le timeout de l'appel."; -$text['description-call_timeout']['pt-br'] = "Insira o tempo final da chamada"; +$text['description-call_timeout']['pt-br'] = "Insira o tempo limite da chamada"; $text['description-call_timeout']['pl'] = "Wpisz limit czasu rozmowy"; $text['description-call_timeout']['sv-se'] = "Ange 'call timeout'"; $text['description-call_timeout']['uk'] = ""; @@ -1156,7 +1156,7 @@ $text['description-call_center_queues']['en-us'] = "List of queues for the call $text['description-call_center_queues']['es-cl'] = "Lista de Colas de Centro de Llamados."; $text['description-call_center_queues']['pt-pt'] = "Lista de Filas do Call Center."; $text['description-call_center_queues']['fr-fr'] = "Liste des Queues du Centre d'Appel"; -$text['description-call_center_queues']['pt-br'] = "Lista de filas do call center"; +$text['description-call_center_queues']['pt-br'] = "Lista de filas para o Call Center"; $text['description-call_center_queues']['pl'] = "Lista kolejek w Call Center"; $text['description-call_center_queues']['sv-se'] = "Lista med kö:er för Call Center"; $text['description-call_center_queues']['uk'] = ""; @@ -1166,7 +1166,7 @@ $text['description-call_center_agents']['en-us'] = "List of call center agents." $text['description-call_center_agents']['es-cl'] = "Lista de Agentes de Centro de Llamados."; $text['description-call_center_agents']['pt-pt'] = "Lista de Agentes do Call Center."; $text['description-call_center_agents']['fr-fr'] = "Liste des agents du Centre d'Appel"; -$text['description-call_center_agents']['pt-br'] = "Lista de agentes do call center"; +$text['description-call_center_agents']['pt-br'] = "Lista de agentes do Call Center"; $text['description-call_center_agents']['pl'] = "Lista agentów w Call Center"; $text['description-call_center_agents']['sv-se'] = "Lista med Call Center Agenter"; $text['description-call_center_agents']['uk'] = ""; @@ -1176,7 +1176,7 @@ $text['description-call_center_agent_status']['en-us'] = "List all the call cent $text['description-call_center_agent_status']['es-cl'] = "Lista todos los agentes del Centro de Llamados con la opción de modificar el estado de uno o más agentes."; $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']['fr-fr'] = "Liste tous les agents du centre d'appel avec la possibilité de modifier l'état d'un ou plusieurs agents."; -$text['description-call_center_agent_status']['pt-br'] = "Listar com 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']['pt-br'] = "Lista todas chamadas do Call Center com a opção de alterar o estado de um ou mais agentes."; $text['description-call_center_agent_status']['pl'] = "Wybierz wszystkich agentów call center, którzy mają uprawnienia do zmiany statusu jednego bądź wielu agentów."; $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']['uk'] = ""; @@ -1186,7 +1186,7 @@ $text['description-busy_delay_time']['en-us'] = "Enter the agent busy delay time $text['description-busy_delay_time']['es-cl'] = "Introduzca el tiempo de espera de agente ocupado."; $text['description-busy_delay_time']['pt-pt'] = "Introduza o tempo de atraso do agente ocupado."; $text['description-busy_delay_time']['fr-fr'] = "Choisir le temps d'attente quand l'agent est occupé."; -$text['description-busy_delay_time']['pt-br'] = "Insira o tempo de resposta do agente ocupado"; +$text['description-busy_delay_time']['pt-br'] = "Insira o tempo para atraso do agente ocupado."; $text['description-busy_delay_time']['pl'] = "Wprowadź wartość czasowego opóźnienia w przypadku, gdy agent jest zajęty."; $text['description-busy_delay_time']['sv-se'] = "Ange Agent Upptagen Fördröjnings-tid."; $text['description-busy_delay_time']['uk'] = ""; @@ -1216,7 +1216,7 @@ $text['description-agent_logout']['en-us'] = "Enter the auto agent logout time i $text['description-agent_logout']['es-cl'] = "Introduzca el tiempo de desconexión automático de agente en formato 00:00. Requiere un servicio para forzar la desconexión."; $text['description-agent_logout']['pt-pt'] = "Introduza o tempo de logou automático do agente no formato 00:00. Isto requere um serviço dedicado para forçar o logout."; $text['description-agent_logout']['fr-fr'] = "Entrer l'heure de déconnexion automatique de l'agent au format 00:00. Nécessite un service pour forcer la déconnexion."; -$text['description-agent_logout']['pt-br'] = "Insira o tempo de login automatico do agente no formato 00:00. Isto requer um serviço dedicado para foçar o logout"; +$text['description-agent_logout']['pt-br'] = "Entre com o tempo automático de logout do agente (utilize o formato 00:00). Isto requer um serviço dedicado para forçar o logout do agente."; $text['description-agent_logout']['pl'] = "Wprowadź czas po, którym agent zostanie automatycznie wylogowany (w formacie 00:00). Wymagany jest serwis który egzekwuje czas wylogowania."; $text['description-agent_logout']['sv-se'] = "Ange Automatisk utläggning av Agent i 00:00 format. Kräver en tjänst för att genomföra utloggningen."; $text['description-agent_logout']['uk'] = ""; @@ -1236,7 +1236,7 @@ $text['description-agent']['en-us'] = "Select the agent name."; $text['description-agent']['es-cl'] = "Seleccione el nombre del agente."; $text['description-agent']['pt-pt'] = "Seleccione o nome do agente."; $text['description-agent']['fr-fr'] = "Choisir le nom de l'agent."; -$text['description-agent']['pt-br'] = "Selecione o nome do agente"; +$text['description-agent']['pt-br'] = "Selecione o nome do agente."; $text['description-agent']['pl'] = "Wybierz nazwe agenta."; $text['description-agent']['sv-se'] = "Välj Agent namnet."; $text['description-agent']['uk'] = "Виберіть ім’я оператора"; @@ -1246,7 +1246,7 @@ $text['description-abandoned_resume_allowed']['en-us'] = "Set the abandoned resu $text['description-abandoned_resume_allowed']['es-cl'] = "Defina el permiso para permitir la continuación de abandono a verdadero o falso."; $text['description-abandoned_resume_allowed']['pt-pt'] = "Defina a permissão para abadono do resume a verdadeiro ou a falso."; $text['description-abandoned_resume_allowed']['fr-fr'] = "choisir l'autorisation de reprise d'abandon à oui ou non."; -$text['description-abandoned_resume_allowed']['pt-br'] = "Defina permissão para desistencia, verdadeira ou falso"; +$text['description-abandoned_resume_allowed']['pt-br'] = "Defina permissão para desistência (SIM/NÃO)."; $text['description-abandoned_resume_allowed']['pl'] = "Ustaw czy odbieranie odrzuconych rozmów jest dozwolone (TAK/NIE)"; $text['description-abandoned_resume_allowed']['sv-se'] = "Välj 'Ej Besvarat Återtagning' till sann/falsk."; $text['description-abandoned_resume_allowed']['uk'] = ""; @@ -1276,7 +1276,7 @@ $text['button-tiers']['en-us'] = "Tiers"; $text['button-tiers']['es-cl'] = "Niveles"; $text['button-tiers']['pt-pt'] = "Níveis"; $text['button-tiers']['fr-fr'] = "Tiers"; -$text['button-tiers']['pt-br'] = "Niveis "; +$text['button-tiers']['pt-br'] = "Níveis "; $text['button-tiers']['pl'] = "Poziomy"; $text['button-tiers']['sv-se'] = "Kunskap"; $text['button-tiers']['uk'] = "Рівні"; diff --git a/app/call_centers/app_menu.php b/app/call_centers/app_menu.php index c179004229..267cd3cb82 100644 --- a/app/call_centers/app_menu.php +++ b/app/call_centers/app_menu.php @@ -5,7 +5,7 @@ $apps[$x]['menu'][0]['title']['es-cl'] = "Centro de Llamadas"; $apps[$x]['menu'][0]['title']['fr-fr'] = "Centre d'appel"; $apps[$x]['menu'][0]['title']['fr-ca'] = "Centre d' appels"; $apps[$x]['menu'][0]['title']['pt-pt'] = "Centro de Chamadas"; -$apps[$x]['menu'][0]['title']['pt-br'] = "Centro de chamadas"; +$apps[$x]['menu'][0]['title']['pt-br'] = "Call Center"; $apps[$x]['menu'][0]['title']['pl'] = "Call Center "; $apps[$x]['menu'][0]['title']['sv-se'] = "Call Center"; $apps[$x]['menu'][0]['title']['uk'] = "Кол-центр"; diff --git a/app/call_flows/app_config.php b/app/call_flows/app_config.php index 4921b68e67..631762c732 100644 --- a/app/call_flows/app_config.php +++ b/app/call_flows/app_config.php @@ -83,64 +83,79 @@ $apps[$x]['db'][$y]['fields'][$z]['name'] = "call_flow_name"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "Enter the name."; + $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Entre com o nome."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "call_flow_extension"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "Enter the extension number."; + $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Entre com o ramal."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "call_flow_feature_code"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "Enter the feature code."; + $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Entre com o código de recurso."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "call_flow_context"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "Enter the context."; + $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Entre com o contexto."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "call_flow_status"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "Select the status."; + $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Selecione o estado."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "call_flow_pin_number"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "Enter the PIN number."; + $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Entre com o número PIN."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "call_flow_label"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "Enter the label."; + $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Entre com uma etiqueta."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "call_flow_sound"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "Select the sound."; + $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Selecione o som."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "call_flow_app"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "Enter the application."; + $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Entre com a aplicação."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "call_flow_data"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "Enter the application data."; + $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Entre com os dados da aplicação."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "call_flow_alternate_label"; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "call_flow_anti_label"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "Enter the alternate label."; + $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Entre com uma etiqueta alternativa."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "call_flow_alternate_sound"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "Select the alternate sound."; + $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Selecione um som alternativo."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "call_flow_alternate_app"; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "call_flow_anti_app"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "Enter the alternate application."; + $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Entre com uma aplicação alternativa."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "call_flow_alternate_data"; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "call_flow_anti_data"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "Enter the alernate application data."; + $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Entre com os dados da aplicação alternativa."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "call_flow_description"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "Enter the description."; + $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Entre com a descrição."; ?> diff --git a/app/call_flows/app_languages.php b/app/call_flows/app_languages.php index 639e125ea9..518ff22f30 100644 --- a/app/call_flows/app_languages.php +++ b/app/call_flows/app_languages.php @@ -74,7 +74,7 @@ $text['label-destination_label']['en-us'] = "Destination Label"; $text['label-destination_label']['es-cl'] = "Etiqueta de Destino"; $text['label-destination_label']['pt-pt'] = "Destino"; $text['label-destination_label']['fr-fr'] = "Label de la destination"; -$text['label-destination_label']['pt-br'] = "Destino"; +$text['label-destination_label']['pt-br'] = "Etiqueta de destino"; $text['label-destination_label']['pl'] = "Etykieta destynacji"; $text['label-destination_label']['sv-se'] = "Destination Etikett"; $text['label-destination_label']['uk'] = "призначення етикетки"; @@ -134,7 +134,7 @@ $text['label-alternate_sound']['en-us'] = "Alternate Sound"; $text['label-alternate_sound']['es-cl'] = "sonido alternativo"; $text['label-alternate_sound']['pt-pt'] = "som alternativo"; $text['label-alternate_sound']['fr-fr'] = "son suppléant"; -$text['label-alternate_sound']['pt-br'] = "som alternativo"; +$text['label-alternate_sound']['pt-br'] = "Som alternativo"; $text['label-alternate_sound']['pl'] = "Alternatywny dźwięk"; $text['label-alternate_sound']['sv-se'] = "alternativt ljud"; $text['label-alternate_sound']['uk'] = "альтернативний звук"; @@ -174,7 +174,7 @@ $text['description-status']['en-us'] = "Select the status."; $text['description-status']['es-cl'] = "Seleccione el estado."; $text['description-status']['pt-pt'] = "Seleccione o estado."; $text['description-status']['fr-fr'] = "Choisir le statut."; -$text['description-status']['pt-br'] = "Escolha o estado do usuário."; +$text['description-status']['pt-br'] = "Escolha o estado."; $text['description-status']['pl'] = "Wybierz status użytkownika"; $text['description-status']['sv-se'] = "Välj Status"; $text['description-status']['uk'] = "Виберіть статус користувача"; @@ -184,7 +184,7 @@ $text['description-pin_number']['en-us'] = "Enter the pin number."; $text['description-pin_number']['es-cl'] = "Ingrese el número PIN."; $text['description-pin_number']['pt-pt'] = "Introduza o código PIN"; $text['description-pin_number']['fr-fr'] = "Choisir le code PIN."; -$text['description-pin_number']['pt-br'] = "Insira o código PIN"; +$text['description-pin_number']['pt-br'] = "Insira o código PIN."; $text['description-pin_number']['pl'] = "Wprowadź numer PIN"; $text['description-pin_number']['sv-se'] = "Ange PIN Kod."; $text['description-pin_number']['uk'] = "Введіть пін - код."; @@ -194,7 +194,7 @@ $text['description-name']['en-us'] = "Enter the name."; $text['description-name']['es-cl'] = "Ingrese el nombre."; $text['description-name']['pt-pt'] = "Introduza o nome."; $text['description-name']['fr-fr'] = "Choisr le nom."; -$text['description-name']['pt-br'] = "Insira o nome do menu"; +$text['description-name']['pt-br'] = "Insira o nome."; $text['description-name']['pl'] = "Wprowadź nazwę"; $text['description-name']['sv-se'] = "Ange Namn."; $text['description-name']['uk'] = "Введіть назву меню"; @@ -204,7 +204,7 @@ $text['description-feature_code']['en-us'] = "Enter the feature code."; $text['description-feature_code']['es-cl'] = "Ingrese el código distintivo."; $text['description-feature_code']['pt-pt'] = "Introduza o código de função."; $text['description-feature_code']['fr-fr'] = "Choisir le code la fonction"; -$text['description-feature_code']['pt-br'] = "Insira o código de função"; +$text['description-feature_code']['pt-br'] = "Insira o código de função."; $text['description-feature_code']['pl'] = "Dodaj specjalny kod"; $text['description-feature_code']['sv-se'] = "Ange Funktionskoden."; $text['description-feature_code']['uk'] = "Введіть код об'єкта."; @@ -214,7 +214,7 @@ $text['description-extension']['en-us'] = "Enter the extension number."; $text['description-extension']['es-cl'] = "Ingrese el número de extensión."; $text['description-extension']['pt-pt'] = "Introduza o número da extensão."; $text['description-extension']['fr-fr'] = "Choisir le numéro d'extension."; -$text['description-extension']['pt-br'] = "Atribua a extensão e números ao dispositivo"; +$text['description-extension']['pt-br'] = "Atribua o número de ramal."; $text['description-extension']['pl'] = "Wprowadź alfanumeryczny numer wewnętrzny. Domyślna konfiguracja pozwala na 2-7 cyfrowe numery wewnętrzne"; $text['description-extension']['sv-se'] = "Ange anknytningsnumret."; $text['description-extension']['uk'] = "Введіть номер розширення."; @@ -224,7 +224,7 @@ $text['description-destination_label']['en-us'] = "Enter the destination label." $text['description-destination_label']['es-cl'] = "Ingrese la etiqueta de destino."; $text['description-destination_label']['pt-pt'] = "Introduza o destino."; $text['description-destination_label']['fr-fr'] = "Choisir le label de la destination."; -$text['description-destination_label']['pt-br'] = "Insira o destino"; +$text['description-destination_label']['pt-br'] = "Insira o destino."; $text['description-destination_label']['pl'] = "Wprowadź opis destynacji"; $text['description-destination_label']['sv-se'] = "Ange Destinations Etiketten."; $text['description-destination_label']['uk'] = "Введіть мітку призначення."; @@ -234,7 +234,7 @@ $text['description-destination']['en-us'] = "Select the destination."; $text['description-destination']['es-cl'] = "Seleccione el destino."; $text['description-destination']['pt-pt'] = "Seleccione o destino."; $text['description-destination']['fr-fr'] = "Choisir la destination."; -$text['description-destination']['pt-br'] = "Enviar a chamada para a extensão de um menu de IVR, Sala de Conferência ou qualquer outro número."; +$text['description-destination']['pt-br'] = "Selecionar o destino da chamada."; $text['description-destination']['pl'] = "Wybierz numer docelowy."; $text['description-destination']['sv-se'] = "Välj destinationen."; $text['description-destination']['uk'] = "Відправити дзвінок на розширення, меню IVR, конференцію, або будь-який інший номер."; @@ -244,7 +244,7 @@ $text['description-context']['en-us'] = "Enter the context."; $text['description-context']['es-cl'] = "Ingrese el contexto."; $text['description-context']['pt-pt'] = "Introduza o contexto"; $text['description-context']['fr-fr'] = "Choisir le contexte."; -$text['description-context']['pt-br'] = "Insira o contexto"; +$text['description-context']['pt-br'] = "Insira o contexto."; $text['description-context']['pl'] = "Wprowadź kontekst"; $text['description-context']['sv-se'] = "Ange Context."; $text['description-context']['uk'] = "Введіть контекст."; @@ -254,7 +254,7 @@ $text['description-call_flows']['en-us'] = "Direct calls between two destination $text['description-call_flows']['es-cl'] = "Llamadas directas entre dos destinatarios llamando a un código distintivo."; $text['description-call_flows']['pt-pt'] = "Chamadas directas entre dois destinos recorrendo a um código de função."; $text['description-call_flows']['fr-fr'] = "Appels directs entre deux destinations en appelant une fonction."; -$text['description-call_flows']['pt-br'] = "Para chamadas direta entre dois destinos utilize um código "; +$text['description-call_flows']['pt-br'] = "Chamadas diretas para dois dispositivos utilizando o código de função."; $text['description-call_flows']['pl'] = "Kieruj rozmowy bezpośrednio pomiędzy dwoma destynacjami poprzez prowadzenie specjalnego kodu."; $text['description-call_flows']['sv-se'] = "Samtal mellan två destinationer genom att ringa en funktionskod."; $text['description-call_flows']['uk'] = "Прямі виклики між двома пунктами шляхом виклику коду функції."; @@ -264,7 +264,7 @@ $text['description-alternate_label']['en-us'] = "Enter the alternate destination $text['description-alternate_label']['es-cl'] = "Ingrese la etiqueta de destino alternativo."; $text['description-alternate_label']['pt-pt'] = "Introduza um destino alternativo."; $text['description-alternate_label']['fr-fr'] = "Choisir le label de la destination alternative."; -$text['description-alternate_label']['pt-br'] = "Insira um destino alternativo"; +$text['description-alternate_label']['pt-br'] = "Insira um destino alternativo."; $text['description-alternate_label']['pl'] = "Wprowadź alternatywny opis destynacji"; $text['description-alternate_label']['sv-se'] = "Ange den alternativa destinations etiketten."; $text['description-alternate_label']['uk'] = "Введіть альтернативний ярлик призначення."; @@ -274,7 +274,7 @@ $text['description-alternate_destination']['en-us'] = "Select the alternate dest $text['description-alternate_destination']['es-cl'] = "Seleccione el destino alternativo."; $text['description-alternate_destination']['pt-pt'] = "Seleccione um destino alternativo."; $text['description-alternate_destination']['fr-fr'] = "Choisir la destination alternative."; -$text['description-alternate_destination']['pt-br'] = "Selecione um destino alternativo"; +$text['description-alternate_destination']['pt-br'] = "Selecione um destino alternativo."; $text['description-alternate_destination']['pl'] = "Wybierz alternatywną destynację"; $text['description-alternate_destination']['sv-se'] = "Välj den alternativa destinationen."; $text['description-alternate_destination']['uk'] = "Виберіть інше розташування."; @@ -284,7 +284,7 @@ $text['description-sound']['en-us'] = "Select the sound to play when the status $text['description-sound']['es-cl'] = "Seleccione el sonido a reproducir cuando el estado se establece en el destino."; $text['description-sound']['pt-pt'] = "Selecione o som para tocar quando o status é definido como o destino."; $text['description-sound']['fr-fr'] = "Sélectionnez le son à jouer lorsque l'état est réglé sur la destination."; -$text['description-sound']['pt-br'] = "Selecione o som para tocar quando o status é definido como o destino."; +$text['description-sound']['pt-br'] = "Selecione o som para tocar quando o status é definido para o destino."; $text['description-sound']['pl'] = "Wybierz dźwięk do odtworzenia, gdy status jest ustawiony do miejsca przeznaczenia."; $text['description-sound']['sv-se'] = "Välj ljud att spela när status är inställd på destinationen."; $text['description-sound']['uk'] = "Виберіть звук для відтворення , коли статус встановлений в пункти призначення."; @@ -294,7 +294,7 @@ $text['description-alternate_sound']['en-us'] = "Select the sound to play when s $text['description-alternate_sound']['es-cl'] = "Seleccione el sonido a reproducir cuando el estado se establece en el destino alternativo."; $text['description-alternate_sound']['pt-pt'] = "Selecione o som para tocar quando o status é definido como o destino alternativo."; $text['description-alternate_sound']['fr-fr'] = "Sélectionnez le son à jouer lorsque l'état est réglé sur la destination alternative."; -$text['description-alternate_sound']['pt-br'] = "Selecione o som para tocar quando o status é definido como o destino alternativo."; +$text['description-alternate_sound']['pt-br'] = "Selecione o som para tocar quando o status é definido para o destino alternativo."; $text['description-alternate_sound']['pl'] = "Wybierz dźwięk do odtworzenia, gdy status jest ustawiony na alternatywnego przeznaczenia."; $text['description-alternate_sound']['sv-se'] = "Välj ljud att spela när status är inställd på den alternativa destinationen."; $text['description-alternate_sound']['uk'] = "Виберіть звук для відтворення , коли встановлено стан альтернативного призначення."; @@ -304,7 +304,7 @@ $text['recordings']['en-us'] = "Recordings"; $text['recordings']['es-cl'] = "grabaciones"; $text['recordings']['pt-pt'] = "gravações"; $text['recordings']['fr-fr'] = "Recordings"; -$text['recordings']['pt-br'] = "gravações"; +$text['recordings']['pt-br'] = "Gravações"; $text['recordings']['pl'] = "nagrania"; $text['recordings']['sv-se'] = "inspelningar"; $text['recordings']['uk'] = "записи"; @@ -314,7 +314,7 @@ $text['miscellaneous']['en-us'] = "Miscellaneous"; $text['miscellaneous']['es-cl'] = "Diverso"; $text['miscellaneous']['pt-pt'] = "Variado"; $text['miscellaneous']['fr-fr'] = "Divers"; -$text['miscellaneous']['pt-br'] = "Variado"; +$text['miscellaneous']['pt-br'] = "Diversos"; $text['miscellaneous']['pl'] = "Różne"; $text['miscellaneous']['sv-se'] = "Diverse"; $text['miscellaneous']['uk'] = "Різне"; diff --git a/app/call_flows/app_menu.php b/app/call_flows/app_menu.php index 7c1edec79c..9f66d0c04a 100644 --- a/app/call_flows/app_menu.php +++ b/app/call_flows/app_menu.php @@ -1,6 +1,7 @@ diff --git a/app/conference_centers/app_config.php b/app/conference_centers/app_config.php index 063076cda0..2f1938a7e2 100644 --- a/app/conference_centers/app_config.php +++ b/app/conference_centers/app_config.php @@ -17,7 +17,7 @@ $apps[$x]['description']['fr-ca'] = ""; $apps[$x]['description']['fr-ch'] = ""; $apps[$x]['description']['pt-pt'] = "O centro de conferências permite gerir uma ou mais salas de conferência, audio e vídeo."; - $apps[$x]['description']['pt-br'] = ""; + $apps[$x]['description']['pt-br'] = "O centro de conferências permite gerir uma ou mais salas de conferência de audio e vídeo."; //destination details $y = 0; @@ -196,26 +196,32 @@ $apps[$x]['db'][$y]['fields'][$z]['name'] = "conference_center_name"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the conference center name."; + $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Entre com o nome do centro de conferência."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "conference_center_extension"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the conference center extension number."; + $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Entre com o ramal do centro de conferência."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "conference_center_pin_length"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the pin length."; + $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Informe o tamanho do código PIN."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "conference_center_greeting"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the conference greeting."; + $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Entre com as boas-vindas da conferência."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "conference_center_description"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the center description."; + $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Entre com a descrição do centro de conferência."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "conference_center_enabled"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enable or disable the conference center."; + $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Habilite ou desabilite o centro de conferência."; $y = 1; //table array index $z = 0; //field array index @@ -242,6 +248,7 @@ $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = "v_conference_centers"; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = "conference_center_uuid"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Conference UUID"; + $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Identificador universal único do centro de conferência."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "meeting_uuid"; $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "uuid"; @@ -251,63 +258,79 @@ $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = "v_meetings"; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = "meeting_uuid"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Meeting UUID"; + $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Identificador universal único do encontro/reunião."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "conference_room_name"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the conference room name."; + $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Entre com o nome da sala de conferência."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "profile"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Select the conference profile."; + $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Selecione o perfil da conferência."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "record"; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "recording"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Select whether to record the conference."; + $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Selecione se deseja gravar a conferência."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "max_members"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Limit number of people in the conference."; + $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Número máximo de pessoas na conferência."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "start_datetime"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Open the conference room at the start time."; + $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Abra a sala de conferência na hora de início."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "stop_datetime"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Close the conference room at the stop time."; + $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Fecha a sala de conferência na hora do término."; + $z++; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "wait_mod"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Wait for the moderator to join before starting the conference."; + $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Esperar pelo moderador se juntar antes de começar a conferência."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "announce"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Introduce participants as they enter the conference."; + $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Anunciar os participantes a medida que entram na conferência."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "sounds"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Play sound when someone enters or exists the conference."; + $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Tocar um som quando alguém entrar ou sair da conferência."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "mute"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Mute participants on entering the conference."; + $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Silenciar participantes ao entrar na conferência."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "created"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Date when the conference was created."; + $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Data de quando a conferência foi criada."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "created_by"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "The user that created the conference session."; + $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Usuário que criou está conferência."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "enabled"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Select to enable or disable the session."; + $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Habilitar ou desabilitar a sessão de conferência."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "description"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Description.for the conference session."; + $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Descrição para a sessão de conferência."; $z++; $y = 2; //table array index @@ -335,22 +358,27 @@ $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = "v_meetings"; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = "meeting_uuid"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "meeting_uuid"; + $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "meeting_uuid (identificador de reunião)"; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "profile"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Select the conference profile."; + $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Selecione o perfil da conferência."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "recording"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Conference Recording"; + $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Gravações da conferência."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "start_epoch"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "start_epoch"; + $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Início do período."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "end_epoch"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "end_epoch"; + $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Fim do período."; $z++; $y = 3; //table array index @@ -386,40 +414,49 @@ $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = "v_meetings"; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = "meeting_uuid"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "meeting_uuid"; + $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "meeting_uuid"; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "username"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Extension number."; + $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Ramal."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "caller_id_name"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "caller_id_name"; + $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Nome da pessoa que liga"; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "caller_id_number"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "caller_id_number"; + $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Nome da pessoa que liga"; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "uuid"; $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "uuid"; $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "char(36)"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Call UUID"; + $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Identificador único da chamada."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "moderator"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Moderator"; + $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Moderador"; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "network_addr"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "network address"; + $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Endereço de rede"; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "start_epoch"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "start_epoch"; + $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Início do período"; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "end_epoch"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "end_epoch"; + $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Fim do período"; $z++; ?> \ No newline at end of file diff --git a/app/conference_centers/app_languages.php b/app/conference_centers/app_languages.php index 6b7526bbaa..84f6d2d52c 100644 --- a/app/conference_centers/app_languages.php +++ b/app/conference_centers/app_languages.php @@ -44,7 +44,7 @@ $text['title-conference_centers']['en-us'] = "Conference Centers"; $text['title-conference_centers']['es-cl'] = "Centro de Conferencias"; $text['title-conference_centers']['pt-pt'] = "Centro de Conferências"; $text['title-conference_centers']['fr-fr'] = "Conférences"; -$text['title-conference_centers']['pt-br'] = "Centro de conferências "; +$text['title-conference_centers']['pt-br'] = "Centros de conferência"; $text['title-conference_centers']['pl'] = "Centra Konferencyjne"; $text['title-conference_centers']['sv-se'] = "Konferenscenter"; $text['title-conference_centers']['uk'] = "Конференц-центри"; @@ -64,7 +64,7 @@ $text['message-unique_participant_pin']['en-us'] = "Please provide a unique Part $text['message-unique_participant_pin']['es-cl'] = "Por favor ingrese su número PIN participante único."; $text['message-unique_participant_pin']['pt-pt'] = "Por favor, forneça um número PIN Participante único."; $text['message-unique_participant_pin']['fr-fr'] = "Se il vous plaît fournir un numéro unique PIN de participant."; -$text['message-unique_participant_pin']['pt-br'] = "Por favor, forneça um número PIN para participar da conferência"; +$text['message-unique_participant_pin']['pt-br'] = "Por favor, forneça um PIN único de participante."; $text['message-unique_participant_pin']['pl'] = "Wprowadź unikalny numer PIN uczestnika"; $text['message-unique_participant_pin']['sv-se'] = "Ange en unik PIN kod för deltagare."; $text['message-unique_participant_pin']['uk'] = "Будь ласка, надайте унікальний PIN-код для учасника"; @@ -84,7 +84,7 @@ $text['message-non_unique_pin']['en-us'] = "Moderator and Participant PIN number $text['message-non_unique_pin']['es-cl'] = "Moderador números PIN y participante deben ser únicos."; $text['message-non_unique_pin']['pt-pt'] = "Moderador números e PIN Participante deve ser exclusivo."; $text['message-non_unique_pin']['fr-fr'] = "Numéros de modérateur et de PIN de participant doivent être uniques."; -$text['message-non_unique_pin']['pt-br'] = "O número do PIN de participante deve ser exclusivo"; +$text['message-non_unique_pin']['pt-br'] = "O número do PIN de participante deve ser único"; $text['message-non_unique_pin']['pl'] = "Numery PIN uczestnika i moderatora muszą buć unikalne."; $text['message-non_unique_pin']['sv-se'] = "Moderator och Deltagar PIN koder måste vara unika."; $text['message-non_unique_pin']['uk'] = "PIN-коди модератора і учасника повинні бути унікальними."; @@ -94,7 +94,7 @@ $text['message-minimum_pin_length']['en-us'] = "Minimum PIN length required:"; $text['message-minimum_pin_length']['es-cl'] = "Longitud PIN mínima requerida:"; $text['message-minimum_pin_length']['pt-pt'] = "Comprimento PIN Requisitos mínimos:"; $text['message-minimum_pin_length']['fr-fr'] = "Longueur de PIN minimum requis:"; -$text['message-minimum_pin_length']['pt-br'] = "Tamanho minimo do PIN"; +$text['message-minimum_pin_length']['pt-br'] = "Tamanho mínimo do PIN:"; $text['message-minimum_pin_length']['pl'] = "Minimalna długość kodu PIN:"; $text['message-minimum_pin_length']['sv-se'] = "Minimum läng på PIN:"; $text['message-minimum_pin_length']['uk'] = "Мінімальна довжина PIN-коду:"; @@ -104,7 +104,7 @@ $text['label-wait_moderator']['en-us'] = "Secure"; $text['label-wait_moderator']['es-cl'] = "Seguro"; $text['label-wait_moderator']['pt-pt'] = "Proteger"; $text['label-wait_moderator']['fr-fr'] = "Assurer"; -$text['label-wait_moderator']['pt-br'] = "Proteger"; +$text['label-wait_moderator']['pt-br'] = "Seguro"; $text['label-wait_moderator']['pl'] = "Zabezpieczenie"; $text['label-wait_moderator']['sv-se'] = "Säker"; $text['label-wait_moderator']['uk'] = "Захищено"; @@ -114,7 +114,7 @@ $text['label-wait_for_moderator']['en-us'] = "Wait for Moderator"; $text['label-wait_for_moderator']['es-cl'] = "Esperar un Moderador"; $text['label-wait_for_moderator']['pt-pt'] = "Esperar pelo Moderador"; $text['label-wait_for_moderator']['fr-fr'] = "Attente du Modérateur"; -$text['label-wait_for_moderator']['pt-br'] = "Esperar pelo administrador"; +$text['label-wait_for_moderator']['pt-br'] = "Esperar pelo moderador"; $text['label-wait_for_moderator']['pl'] = "Zaczekaj na moderatora"; $text['label-wait_for_moderator']['sv-se'] = "Vänta på Moderator"; $text['label-wait_for_moderator']['uk'] = "Очікування на модератора"; @@ -134,7 +134,7 @@ $text['label-uuid']['en-us'] = "UUID"; $text['label-uuid']['es-cl'] = "UUID"; $text['label-uuid']['pt-pt'] = "UUID"; $text['label-uuid']['fr-fr'] = "UUID"; -$text['label-uuid']['pt-br'] = "UUID"; +$text['label-uuid']['pt-br'] = "UUID (Identificador único)"; $text['label-uuid']['pl'] = "UUID"; $text['label-uuid']['sv-se'] = "UUID"; $text['label-uuid']['uk'] = "UUID"; @@ -174,7 +174,7 @@ $text['label-to']['en-us'] = "To"; $text['label-to']['es-cl'] = "Final"; $text['label-to']['pt-pt'] = "Final"; $text['label-to']['fr-fr'] = "Fin"; -$text['label-to']['pt-br'] = "Final"; +$text['label-to']['pt-br'] = "Até"; $text['label-to']['pl'] = "Do"; $text['label-to']['sv-se'] = "Till"; $text['label-to']['uk'] = "До"; @@ -184,7 +184,7 @@ $text['label-time']['en-us'] = "Time"; $text['label-time']['es-cl'] = "Hora"; $text['label-time']['pt-pt'] = "Hora"; $text['label-time']['fr-fr'] = "Heure"; -$text['label-time']['pt-br'] = "Fuso Horário"; +$text['label-time']['pt-br'] = "Hora"; $text['label-time']['pl'] = "Strefa czasowa"; $text['label-time']['sv-se'] = "Tid"; $text['label-time']['uk'] = "Час"; @@ -224,7 +224,7 @@ $text['label-schedule']['en-us'] = "Schedule"; $text['label-schedule']['es-cl'] = "Horario"; $text['label-schedule']['pt-pt'] = "Horário"; $text['label-schedule']['fr-fr'] = "Calendrier"; -$text['label-schedule']['pt-br'] = "Horário"; +$text['label-schedule']['pt-br'] = "Cronograma"; $text['label-schedule']['pl'] = "Harmonogram"; $text['label-schedule']['sv-se'] = "Schema"; $text['label-schedule']['uk'] = "Розклад"; @@ -254,7 +254,7 @@ $text['label-record']['en-us'] = "Record"; $text['label-record']['es-cl'] = "Grabar"; $text['label-record']['pt-pt'] = "Gravar"; $text['label-record']['fr-fr'] = "Enregistrer"; -$text['label-record']['pt-br'] = "Registro"; +$text['label-record']['pt-br'] = "Gravar"; $text['label-record']['pl'] = "Nagraj"; $text['label-record']['sv-se'] = "Spela In"; $text['label-record']['uk'] = "Запис"; @@ -274,7 +274,7 @@ $text['label-play']['en-us'] = "Play"; $text['label-play']['es-cl'] = "Reproducir"; $text['label-play']['pt-pt'] = "Tocar"; $text['label-play']['fr-fr'] = "Jouer"; -$text['label-play']['pt-br'] = "Tocar"; +$text['label-play']['pt-br'] = "Reproduzir"; $text['label-play']['pl'] = "Odtwórz"; $text['label-play']['sv-se'] = "Spela Upp"; $text['label-play']['uk'] = "Відтворити"; @@ -374,7 +374,7 @@ $text['label-member-pin']['en-us'] = "PIN Numbers"; $text['label-member-pin']['es-cl'] = "Números PIN"; $text['label-member-pin']['pt-pt'] = "Números PIN"; $text['label-member-pin']['fr-fr'] = "Code Membre"; -$text['label-member-pin']['pt-br'] = "Número PIUN"; +$text['label-member-pin']['pt-br'] = "Número PIN"; $text['label-member-pin']['pl'] = "Numery PIN"; $text['label-member-pin']['sv-se'] = "PIN Kod"; $text['label-member-pin']['uk'] = "PIN "; @@ -404,7 +404,7 @@ $text['label-from']['en-us'] = "From"; $text['label-from']['es-cl'] = "Desde"; $text['label-from']['pt-pt'] = "A Partir De"; $text['label-from']['fr-fr'] = "A Partir De"; -$text['label-from']['pt-br'] = "Começo"; +$text['label-from']['pt-br'] = "De"; $text['label-from']['pl'] = "Od"; $text['label-from']['sv-se'] = "Från"; $text['label-from']['uk'] = "Від"; @@ -424,7 +424,7 @@ $text['label-exit-sound']['en-us'] = "Exit Sound"; $text['label-exit-sound']['es-cl'] = "Sonido de salida"; $text['label-exit-sound']['pt-pt'] = "Desligar Som"; $text['label-exit-sound']['fr-fr'] = "Sons de sortie"; -$text['label-exit-sound']['pt-br'] = "Desligar som"; +$text['label-exit-sound']['pt-br'] = "Som de saída"; $text['label-exit-sound']['pl'] = "Dźwięk przy wyjściu"; $text['label-exit-sound']['sv-se'] = "Avslutningsljud"; $text['label-exit-sound']['uk'] = "Мелодія при виході"; @@ -504,7 +504,7 @@ $text['label-caller-id-number']['en-us'] = "Caller ID Number"; $text['label-caller-id-number']['es-cl'] = "Número de Caller ID"; $text['label-caller-id-number']['pt-pt'] = "Número do Chamador"; $text['label-caller-id-number']['fr-fr'] = "Numéro d'appelant"; -$text['label-caller-id-number']['pt-br'] = "Número da pessoa que chama"; +$text['label-caller-id-number']['pt-br'] = "Número (ID) da pessoa que chama"; $text['label-caller-id-number']['pl'] = "Prezentacja numeru dzwoniącego"; $text['label-caller-id-number']['sv-se'] = "Nummerpresentation"; $text['label-caller-id-number']['uk'] = "Caller ID Номер"; @@ -514,7 +514,7 @@ $text['label-caller-id-name']['en-us'] = "Caller ID Name"; $text['label-caller-id-name']['es-cl'] = "Nombre de Caller ID"; $text['label-caller-id-name']['pt-pt'] = "Nome do Chamador"; $text['label-caller-id-name']['fr-fr'] = "Nom d'appelant"; -$text['label-caller-id-name']['pt-br'] = "Nome do discador"; +$text['label-caller-id-name']['pt-br'] = "Nome de quem chama"; $text['label-caller-id-name']['pl'] = "Prezentacja nazwy dzwoniącego"; $text['label-caller-id-name']['sv-se'] = "Namnpresentation"; $text['label-caller-id-name']['uk'] = "Caller ID Ім’я"; @@ -534,7 +534,7 @@ $text['description-users']['en-us'] = "Assign additional users as administrators $text['description-users']['es-cl'] = "Asignar usuarios adicionales como administradores de esta sala de conferencia."; $text['description-users']['pt-pt'] = "Atribuir utilizadores adicionais como administradores da sala de conferência."; $text['description-users']['fr-fr'] = "Ajouter des utilisateurs comme administrateurs des cette salle de conférence."; -$text['description-users']['pt-br'] = "Atribuir usuários adicionais como administradores da sala de conferência. "; +$text['description-users']['pt-br'] = "Atribuir usuários adicionais como administradores da sala de conferência."; $text['description-users']['pl'] = "'Dodaj dodatkowych użytkowników jako administratorów tego pokoju konferencyjnego."; $text['description-users']['sv-se'] = "Lägg till ytterligare användare som administratörer för detta konferensrum."; $text['description-users']['uk'] = "Зв'язати додаткових користувачів як адміністраторів цього конференц-залу."; @@ -544,7 +544,7 @@ $text['description-schedule']['en-us'] = "Set a start and stop date/time for thi $text['description-schedule']['es-cl'] = "Establezca un inicio y parada de fecha/hora para esta sala."; $text['description-schedule']['pt-pt'] = "Definir uma partida e parada de data/hora para este quarto."; $text['description-schedule']['fr-fr'] = "Définir un démarrage et d'arrêt de date/heure pour cette chambre."; -$text['description-schedule']['pt-br'] = "Defnir inicio e fim (Data/Hora) para este quarto"; +$text['description-schedule']['pt-br'] = "Defnir inicio e fim (Data/Hora) para esta sala."; $text['description-schedule']['pl'] = "Ustaw czas i datę rozpoczęcia i zakończenia rozmowy w tym pokoju."; $text['description-schedule']['sv-se'] = "Sätt en start och stopp datum/tid för detta rum."; $text['description-schedule']['uk'] = "Встановіть час початку/завершення для цієї кімнати."; @@ -564,7 +564,7 @@ $text['description-profile']['en-us'] = "Conference Profile is a collection of s $text['description-profile']['es-cl'] = "El Perfil de Conferencia es una colección de ajustes para el centro de conferencia."; $text['description-profile']['pt-pt'] = "Perfil da Conferência é um conjunto de definições para o centro de conferência."; $text['description-profile']['fr-fr'] = "Le profile de conférence est une liste de configuration pour les conférences. "; -$text['description-profile']['pt-br'] = "Defina as configurações para este perfil"; +$text['description-profile']['pt-br'] = "Perfil de conferência é uma coleção de configurações para o centro de conferência."; $text['description-profile']['pl'] = "Zdefiniuj ustawienia tego profilu"; $text['description-profile']['sv-se'] = "Konferensprofil är en samling av inställningar för konferens centret."; $text['description-profile']['uk'] = "Профіль конференції є колекція налаштувань для конференц-центру."; @@ -574,7 +574,7 @@ $text['description-pin-length']['en-us'] = "Enter the minimum PIN length."; $text['description-pin-length']['es-cl'] = "Ingrese el largo de PIN requerido."; $text['description-pin-length']['pt-pt'] = "Introduza o tamanho do código PIN"; $text['description-pin-length']['fr-fr'] = "Choisir la longueur requise pour le code d'authentification."; -$text['description-pin-length']['pt-br'] = "Insira o tamanho do código PIN"; +$text['description-pin-length']['pt-br'] = "Insira o tamanho mínimo do código PIN."; $text['description-pin-length']['pl'] = "Wprowadź minimalną długość numeru PIN"; $text['description-pin-length']['sv-se'] = "Ange minimum PIN längd."; $text['description-pin-length']['uk'] = "Введіть мінімальну довжину PIN-коду."; @@ -584,7 +584,7 @@ $text['description-participant-pin']['en-us'] = "Pin number for the participants $text['description-participant-pin']['es-cl'] = "Número PIN para participantes"; $text['description-participant-pin']['pt-pt'] = "Número PIN para os participantes."; $text['description-participant-pin']['fr-fr'] = "Code PIN des participants."; -$text['description-participant-pin']['pt-br'] = "Número PIN"; +$text['description-participant-pin']['pt-br'] = "Número PIN para os participantes."; $text['description-participant-pin']['pl'] = "Numer PIN dla uczestników"; $text['description-participant-pin']['sv-se'] = "PIN kod för deltagare"; $text['description-participant-pin']['uk'] = "PIN-код для учасників."; @@ -594,7 +594,7 @@ $text['description-name']['en-us'] = "Enter the conference center name."; $text['description-name']['es-cl'] = "Ingrese el nombre del centro de conferencia"; $text['description-name']['pt-pt'] = "Introduza o nome do centro de conferência"; $text['description-name']['fr-fr'] = "Choisir le nom de la conférence."; -$text['description-name']['pt-br'] = "Insira o nome do menu"; +$text['description-name']['pt-br'] = "Insira o nome do centro de conferência."; $text['description-name']['pl'] = "Wprowadź nazwę"; $text['description-name']['sv-se'] = "Ange namn på konferenscenter."; $text['description-name']['uk'] = "Введіть назву конференц-ценру"; @@ -604,7 +604,7 @@ $text['description-moderator_pin']['en-us'] = "Pin number for the moderators."; $text['description-moderator_pin']['es-cl'] = "Número PIN para moderadores"; $text['description-moderator_pin']['pt-pt'] = "Número PIN para os moderadores."; $text['description-moderator_pin']['fr-fr'] = "Code PIN des modérateurs."; -$text['description-moderator_pin']['pt-br'] = "Número PIN para os usuários"; +$text['description-moderator_pin']['pt-br'] = "Número PIN para os moderadores."; $text['description-moderator_pin']['pl'] = "Numer PIN dla moderatorów"; $text['description-moderator_pin']['sv-se'] = "PIN kod för moderator."; $text['description-moderator_pin']['uk'] = "PIN-код для модераторів."; @@ -614,7 +614,7 @@ $text['description-greeting']['en-us'] = "Select the greeting that is played bef $text['description-greeting']['es-cl'] = "Seleccione el saludo que se juega antes de unirse a la sala de conferencias."; $text['description-greeting']['pt-pt'] = "Selecione a saudação que é jogado antes de entrar para a sala de conferência."; $text['description-greeting']['fr-fr'] = "Sélectionnez le message qui a joué avant de rejoindre la salle de conférence."; -$text['description-greeting']['pt-br'] = "Selecione a mensagem que será exibida antes de entrar na sala de conferência"; +$text['description-greeting']['pt-br'] = "Selecione a mensagem de boas-vindas que será exibida antes de entrar na sala de conferência."; $text['description-greeting']['pl'] = "Wybierz powitanie odtwarzane przed wejściem do pokoju konferencyjnego."; $text['description-greeting']['sv-se'] = "Välj hälsningsmeddelande som skall spelas upp före anslutning till konferensrummet."; $text['description-greeting']['uk'] = "Виберіть привітання, яке грає до вступу в конференц-зал."; @@ -624,7 +624,7 @@ $text['description-extension']['en-us'] = "Enter the conference center extension $text['description-extension']['es-cl'] = "Ingrese el número de extensión del centro de conferencia"; $text['description-extension']['pt-pt'] = "Introduza o número da extensão do centro de conferência."; $text['description-extension']['fr-fr'] = "Choisir le numéro de la conférence. "; -$text['description-extension']['pt-br'] = "Atribua a extensão e números ao dispositivo"; +$text['description-extension']['pt-br'] = "Entre com o ramal do centro de conferência."; $text['description-extension']['pl'] = "Wprowadź alfanumeryczny numer wewnętrzny. Domyślna konfiguracja pozwala na 2-7 cyfrowe numery wewnętrzne"; $text['description-extension']['sv-se'] = "Ange konferenscenter anknytningsnummer."; $text['description-extension']['uk'] = "Введіть номер розширення конференц-центру."; @@ -634,7 +634,7 @@ $text['description-enabled']['en-us'] = "Select whether to enable or disable the $text['description-enabled']['es-cl'] = "Indique si desea activar o desactivar el centro de conferencia."; $text['description-enabled']['pt-pt'] = "Active ou Desactive o centro de conferência"; $text['description-enabled']['fr-fr'] = "Choisir d'activer ou non la conférence."; -$text['description-enabled']['pt-br'] = "Escolha o estado desta definição"; +$text['description-enabled']['pt-br'] = "Escolhe se deseja habilitar ou desabilitar o centro de conferência."; $text['description-enabled']['pl'] = "Ustaw status numeru wewnętrznego."; $text['description-enabled']['sv-se'] = "Välj om konferenscenter skall vara aktiv eller ej."; $text['description-enabled']['uk'] = "Виберіть, щоб включити або відключити конференц-центр."; @@ -654,7 +654,7 @@ $text['description-conference_session_details']['en-us'] = "Conference Sessions $text['description-conference_session_details']['es-cl'] = "Las Sesiones de Conferencia son un registro detallado de las llamadas de conferencia"; $text['description-conference_session_details']['pt-pt'] = "As sessões das conferências representam os detalhes dos logs das chamadas."; $text['description-conference_session_details']['fr-fr'] = "Sessions de conférences sont les détails des logs sur les conférences."; -$text['description-conference_session_details']['pt-br'] = "Logs das sessões de camada"; +$text['description-conference_session_details']['pt-br'] = "Logs das sessões de chamada das conferências"; $text['description-conference_session_details']['pl'] = "Sesje Konferencyjne są to logi o rozmowach konferencyjnych."; $text['description-conference_session_details']['sv-se'] = "Konferenssessioner är detaljerad log om konferenserna."; $text['description-conference_session_details']['uk'] = "Сесії конференції є відомості з журналу викликів конференцій."; @@ -664,7 +664,7 @@ $text['description-conference_centers']['en-us'] = "Conference Centers are a gro $text['description-conference_centers']['es-cl'] = "Los Centros de Conferencias son un grupo de salas de conferencias. Estas se organizan por centro de costo, geográficamente u otro criterio."; $text['description-conference_centers']['pt-pt'] = "Centros de Conferência são um grupo de salas de conferência. Podem ser organizadas por custo, por localização ou por outro critétio."; $text['description-conference_centers']['fr-fr'] = "Ce sont des groupes de salles de conférences. Pouvant être organisés par centre de coût, lieu géographique, ou tout autre critère."; -$text['description-conference_centers']['pt-br'] = "Centros de conferência são um grupo de salas de conferência. Podem ser organizadas por custo, por localização ou por outro critétio. "; +$text['description-conference_centers']['pt-br'] = "Centros de conferência são um grupo de salas de conferência. Podem ser organizadas por custo, por localização ou por outro critétio."; $text['description-conference_centers']['pl'] = "'Centra konferencyjne składają się z pokoi konferencyjnych. Mogą one być przypisane do konkretnych centrów kosztów, rejonów geograficznych lub do innych grup."; $text['description-conference_centers']['sv-se'] = "Konferenscenter är en grupp med konferensrum. De kan sorteras på kostnadscenter, geografisk placering eller andra kriterier."; $text['description-conference_centers']['uk'] = "Конференц-центри є група конференц-залів. Вони можуть бути організовані МВЗ, географічно або інших критеріїв."; @@ -674,7 +674,7 @@ $text['description-conference_center']['en-us'] = "Conference Center is used to $text['description-conference_center']['es-cl'] = "El Centro de Conferencia se usa para configurar una o más salas con un nombre, número de extensión, un largo de número pin requerido y una descripción."; $text['description-conference_center']['pt-pt'] = "Centro de Conferência é usado para configurar uma ou mais salas de conferência com um nome, número de extensão, tamanho do código pin e uma descrição."; $text['description-conference_center']['fr-fr'] = "Il est possible de configurer une ou plusieures salles de conférence avec un nom, un neméro, une taille de code d'identification et une description."; -$text['description-conference_center']['pt-br'] = "Centro de conferência é usado para configurar uma ou mais salas de conferência com um nome, número de extensão, tamanho do código pin e uma descrição. "; +$text['description-conference_center']['pt-br'] = "Centro de conferência é usado para configurar uma ou mais salas de conferência com um nome, número de ramal, tamanho do código PIN e uma descrição."; $text['description-conference_center']['pl'] = "Centrum Konferencyjne jest używane do tworzenia pokoi konferencyjnych. Każdy z nich otrzymuje numer wewnętrzny, nazwę, numer PIN oraz opis."; $text['description-conference_center']['sv-se'] = "Konferenscenter används för att sätt aupp en eller fler konferensrum med ett namn, anknytningsnummer, PIN kod och en beskrivning."; $text['description-conference_center']['uk'] = "Конференц-центр використовується для установки одного або декількох конференц-залів з ім'ям, додатковий номер, в необхідної довжини контактний номер та опис."; diff --git a/app/conference_centers/app_menu.php b/app/conference_centers/app_menu.php index 21cb6ca950..ee6885f6e4 100644 --- a/app/conference_centers/app_menu.php +++ b/app/conference_centers/app_menu.php @@ -4,7 +4,7 @@ $apps[$x]['menu'][0]['title']['en-us'] = "Conference Center"; $apps[$x]['menu'][0]['title']['es-cl'] = "Cent. de Conferencias"; $apps[$x]['menu'][0]['title']['fr-fr'] = "Centre de Conférences"; $apps[$x]['menu'][0]['title']['pt-pt'] = "Conferencias"; -$apps[$x]['menu'][0]['title']['pt-br'] = "Conferência"; +$apps[$x]['menu'][0]['title']['pt-br'] = "Centro de Conferência"; $apps[$x]['menu'][0]['title']['pl'] = "Centrum Konferencyjne"; $apps[$x]['menu'][0]['title']['sv-se'] = "Konferenscenter"; $apps[$x]['menu'][0]['title']['uk'] = "Конференц-центр"; diff --git a/app/conference_controls/app_config.php b/app/conference_controls/app_config.php index 3529565d8c..f6e5a64a2c 100644 --- a/app/conference_controls/app_config.php +++ b/app/conference_controls/app_config.php @@ -62,14 +62,17 @@ $apps[$x]['db'][$y]['fields'][$z]['name'] = 'control_name'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the conference control name.'; + $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = 'Entre com o nome para o controle de conferência.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'control_enabled'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Set the statsu of the control.'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Set the stats of the control.'; + $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = 'Estabelece o estado do controle.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'control_description'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the description.'; + $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = 'Entre com a descrição.'; $y = 1; //table array index $z = 0; //field array index @@ -91,17 +94,21 @@ $apps[$x]['db'][$y]['fields'][$z]['name'] = 'control_digits'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the digits.'; + $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = 'Entre com os digitos.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'control_action'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the action.'; + $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = 'Entre com a ação.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'control_data'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the data.'; + $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = 'Entre com os dados.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'control_enabled'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Set the status of the control.'; + $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = 'Estababelece o estado do controle.'; $z++; ?> \ No newline at end of file diff --git a/app/conference_controls/app_languages.php b/app/conference_controls/app_languages.php index a13fbbaff5..cc7dc4ea6b 100644 --- a/app/conference_controls/app_languages.php +++ b/app/conference_controls/app_languages.php @@ -4,122 +4,146 @@ $text['title-conference_controls']['en-us'] = 'Conference Controls'; $text['title-conference_controls']['es-cl'] = ''; $text['title-conference_controls']['pt-pt'] = ''; + $text['title-conference_controls']['pt-br'] = 'Controles de conferência'; $text['title-conference_controls']['fr-fr'] = ''; $text['title-conference_control']['en-us'] = 'Conference Control'; $text['title-conference_control']['es-cl'] = ''; $text['title-conference_control']['pt-pt'] = ''; + $text['title-conference_control']['pt-br'] = 'Controle de conferência'; $text['title-conference_control']['fr-fr'] = ''; $text['title_description-conference_control']['en-us'] = 'Call controls enable ability to assign digits to actions. They can be used to mute, unmute, or other actions during the conference call.'; $text['title_description-conference_control']['es-cl'] = ''; $text['title_description-conference_control']['pt-pt'] = ''; + $text['title_description-conference_control']['pt-br'] = 'Controle de chamadas habilita atribuir ações aos números. Podem ser usadas para silenciar, ou outras ações durante a conferência.'; $text['title_description-conference_control']['fr-fr'] = ''; $text['label-control_name']['en-us'] = 'Name'; $text['label-control_name']['es-cl'] = ''; $text['label-control_name']['pt-pt'] = ''; + $text['label-control_name']['pt-br'] = 'Nome'; $text['label-control_name']['fr-fr'] = ''; $text['description-control_name']['en-us'] = 'Enter the conference control name.'; $text['description-control_name']['es-cl'] = ''; $text['description-control_name']['pt-pt'] = ''; + $text['description-control_name']['pt-br'] = 'Entre com o nome do controle de conferência.'; $text['description-control_name']['fr-fr'] = ''; $text['label-control_enabled']['en-us'] = 'Enabled'; $text['label-control_enabled']['es-cl'] = ''; $text['label-control_enabled']['pt-pt'] = ''; + $text['label-control_enabled']['pt-br'] = 'Habilitado'; $text['label-control_enabled']['fr-fr'] = ''; - $text['description-control_enabled']['en-us'] = 'Set the statsu of the control.'; + $text['description-control_enabled']['en-us'] = 'Set the stats of the control.'; $text['description-control_enabled']['es-cl'] = ''; $text['description-control_enabled']['pt-pt'] = ''; + $text['description-control_enabled']['pt-br'] = 'Atribua o estado do controle.'; $text['description-control_enabled']['fr-fr'] = ''; $text['label-control_description']['en-us'] = 'Description'; $text['label-control_description']['es-cl'] = ''; $text['label-control_description']['pt-pt'] = ''; + $text['label-control_description']['pt-br'] = 'Descrição'; $text['label-control_description']['fr-fr'] = ''; $text['description-control_description']['en-us'] = 'Enter the description.'; $text['description-control_description']['es-cl'] = ''; $text['description-control_description']['pt-pt'] = ''; + $text['description-control_description']['pt-br'] = 'Entre com a descrição.'; $text['description-control_description']['fr-fr'] = ''; $text['label-true']['en-us'] = 'true'; $text['label-true']['es-cl'] = ''; $text['label-true']['pt-pt'] = ''; + $text['label-true']['pt-br'] = 'Sim'; $text['label-true']['fr-fr'] = ''; $text['label-false']['en-us'] = 'false'; $text['label-false']['es-cl'] = 'falso'; $text['label-false']['pt-pt'] = 'falso'; + $text['label-false']['pt-br'] = 'Não'; $text['label-false']['fr-fr'] = 'falso'; $text['button-add']['en-us'] = 'Add'; $text['button-add']['es-cl'] = ''; $text['button-add']['pt-pt'] = ''; + $text['button-add']['pt-br'] = 'Adicionar'; $text['button-add']['fr-fr'] = ''; $text['button-edit']['en-us'] = 'Edit'; $text['button-edit']['es-cl'] = ''; $text['button-edit']['pt-pt'] = ''; + $text['button-edit']['pt-br'] = 'Editar'; $text['button-edit']['fr-fr'] = ''; $text['button-delete']['en-us'] = 'Delete'; $text['button-delete']['es-cl'] = ''; $text['button-delete']['pt-pt'] = ''; + $text['button-delete']['pt-br'] = 'Deletar'; $text['button-delete']['fr-fr'] = ''; $text['button-save']['en-us'] = 'Save'; $text['button-save']['es-cl'] = ''; $text['button-save']['pt-pt'] = 'Guardar'; + $text['button-save']['pt-br'] = 'Salvar'; $text['button-save']['fr-fr'] = ''; $text['button-view']['en-us'] = 'View'; $text['button-view']['es-cl'] = ''; $text['button-view']['pt-pt'] = ''; + $text['button-view']['pt-br'] = 'Visualizar'; $text['button-view']['fr-fr'] = ''; $text['button-back']['en-us'] = 'Back'; $text['button-back']['es-cl'] = ''; $text['button-back']['pt-pt'] = 'Voltar'; + $text['button-back']['pt-br'] = 'Voltar'; $text['button-back']['fr-fr'] = ''; $text['confirm-delete']['en-us'] = 'Do you really want to delete this?'; $text['confirm-delete']['es-cl'] = ''; $text['confirm-delete']['pt-pt'] = ''; + $text['confirm-delete']['pt-br'] = 'Você realmente deseja excluir?'; $text['confirm-delete']['fr-fr'] = ''; $text['message-add']['en-us'] = 'Add Completed'; $text['message-add']['es-cl'] = ''; $text['message-add']['pt-pt'] = ''; + $text['message-add']['pt-br'] = 'Adicionar concluído'; $text['message-add']['fr-fr'] = ''; $text['message-update']['en-us'] = 'Update Completed'; $text['message-update']['es-cl'] = ''; $text['message-update']['pt-pt'] = ''; + $text['message-update']['pt-br'] = 'Atualização concluída'; $text['message-update']['fr-fr'] = ''; $text['message-delete']['en-us'] = 'Delete Completed'; $text['message-delete']['es-cl'] = ''; $text['message-delete']['pt-pt'] = ''; + $text['message-delete']['pt-br'] = 'Exclusão concluída'; $text['message-delete']['fr-fr'] = ''; $text['message-required']['en-us'] = 'Please provide: '; $text['message-required']['es-cl'] = ''; $text['message-required']['pt-pt'] = ''; + $text['message-required']['pt-br'] = 'Por favor, informe: '; $text['message-required']['fr-fr'] = ''; //Controls $text['title-conference_control_details']['en-us'] = 'Controls'; $text['title-conference_control_details']['es-cl'] = ''; $text['title-conference_control_details']['pt-pt'] = ''; + $text['title-conference_control_details']['pt-br'] = 'Controles'; $text['title-conference_control_details']['fr-fr'] = ''; $text['title-conference_control_detail']['en-us'] = 'Control'; $text['title-conference_control_detail']['es-cl'] = ''; $text['title-conference_control_detail']['pt-pt'] = ''; + $text['title-conference_control_detail']['pt-br'] = 'Controle'; $text['title-conference_control_detail']['fr-fr'] = ''; $text['title_description-conference_control_detail']['en-us'] = ''; @@ -130,41 +154,49 @@ $text['label-control_digits']['en-us'] = 'Digits'; $text['label-control_digits']['es-cl'] = ''; $text['label-control_digits']['pt-pt'] = ''; + $text['label-control_digits']['pt-br'] = 'Digitos'; $text['label-control_digits']['fr-fr'] = ''; $text['description-control_digits']['en-us'] = 'Enter the digits.'; $text['description-control_digits']['es-cl'] = ''; $text['description-control_digits']['pt-pt'] = ''; + $text['description-control_digits']['pt-br'] = 'Entre com os digitos'; $text['description-control_digits']['fr-fr'] = ''; $text['label-control_action']['en-us'] = 'Action'; $text['label-control_action']['es-cl'] = ''; $text['label-control_action']['pt-pt'] = ''; + $text['label-control_action']['pt-br'] = 'Ação'; $text['label-control_action']['fr-fr'] = ''; $text['description-control_action']['en-us'] = 'Enter the action.'; $text['description-control_action']['es-cl'] = ''; $text['description-control_action']['pt-pt'] = ''; + $text['description-control_action']['pt-br'] = 'Informe uma ação.'; $text['description-control_action']['fr-fr'] = ''; $text['label-control_data']['en-us'] = 'Data'; $text['label-control_data']['es-cl'] = ''; $text['label-control_data']['pt-pt'] = ''; + $text['label-control_data']['pt-br'] = 'Dados'; $text['label-control_data']['fr-fr'] = ''; $text['description-control_data']['en-us'] = 'Enter the data.'; $text['description-control_data']['es-cl'] = ''; $text['description-control_data']['pt-pt'] = ''; + $text['description-control_data']['pt-br'] = 'Informe os dados.'; $text['description-control_data']['fr-fr'] = ''; $text['label-control_enabled']['en-us'] = 'Enabled'; $text['label-control_enabled']['es-cl'] = ''; $text['label-control_enabled']['pt-pt'] = ''; + $text['label-control_enabled']['pt-br'] = 'Habilitado'; $text['label-control_enabled']['fr-fr'] = ''; $text['description-control_enabled']['en-us'] = 'Set the status of the control.'; $text['description-control_enabled']['es-cl'] = ''; $text['description-control_enabled']['pt-pt'] = ''; + $text['description-control_enabled']['pt-br'] = 'Atribua o estado do controle.'; $text['description-control_enabled']['fr-fr'] = ''; ?> \ No newline at end of file diff --git a/app/conference_controls/app_menu.php b/app/conference_controls/app_menu.php index bf282b7c82..0f9f711882 100644 --- a/app/conference_controls/app_menu.php +++ b/app/conference_controls/app_menu.php @@ -2,6 +2,7 @@ $apps[$x]['menu'][0]['title']['en-us'] = 'Conference Controls'; $apps[$x]['menu'][0]['title']['es-cl'] = ''; +$apps[$x]['menu'][0]['title']['pt-br'] = 'Controles de conferência'; $apps[$x]['menu'][0]['title']['fr-fr'] = ''; $apps[$x]['menu'][0]['title']['fr-ca'] = ''; $apps[$x]['menu'][0]['title']['pl'] = '';