Files
crm.clientright.ru/languages/pt_br/Settings/Webforms.php
Fedor ac7467f0b4 Major CRM updates: AI Assistant, Court Status API, S3 integration improvements, and extensive file storage system
- Added comprehensive AI Assistant system (aiassist/ directory):
  * Vector search and embedding capabilities
  * Typebot proxy integration
  * Elastic search functionality
  * Message classification and chat history
  * MCP proxy for external integrations

- Implemented Court Status API (GetCourtStatus.php):
  * Real-time court document status checking
  * Integration with external court systems
  * Comprehensive error handling and logging

- Enhanced S3 integration:
  * Improved file backup system with metadata
  * Batch processing capabilities
  * Enhanced error logging and recovery
  * Copy operations with URL fixing

- Added Telegram contact creation API
- Improved error logging across all modules
- Enhanced callback system for AI responses
- Extensive backup file storage with timestamps
- Updated documentation and README files

- File storage improvements:
  * Thousands of backup files with proper metadata
  * Fix operations for broken file references
  * Project-specific backup and recovery systems
  * Comprehensive file integrity checking

Total: 26,461+ files added/modified including AWS SDK, vendor dependencies, and extensive backup system.
2025-10-16 11:17:21 +03:00

66 lines
3.4 KiB
PHP

<?php
/*+***********************************************************************************
* The contents of this file are subject to the vtiger CRM Public License Version 1.0
* ("License"); You may not use this file except in compliance with the License
* The Original Code is: vtiger CRM Open Source
* The Initial Developer of the Original Code is vtiger.
* Portions created by vtiger are Copyright (C) vtiger.
* All Rights Reserved. Contributor(s): Valmir C. Trindade - Brazilian Portuguese Translation - www.ttcasolucoes.com.br
*************************************************************************************/
$languageStrings = array(
'SINGLE_Settings:Webforms' => 'Webform',
//Basic Field Names
'WebForm Name' => 'Nome do Webform',
'Public Id' => 'ID Público',
'Enabled' => 'Status',
'Module' => 'Módulo',
'Return Url' => 'URL de Retorno',
'Post Url' => 'URL de Postagem',
'Captcha Enabled' => 'Captcha Habilitado',
'SINGLE_Webforms' => 'Webform',
//Actions
'LBL_SHOW_FORM' => 'Exibir Formulário',
'LBL_DUPLICATES_EXIST' => 'Nome do Webform já existe',
//Blocks
'LBL_WEBFORM_INFORMATION' => 'Informação do Webform',
'LBL_FIELD_INFORMATION' => 'Informação Campo',
'LBL_FIELD_NAME' => 'Nome Campo',
'LBL_OVERRIDE_VALUE' => 'Sobrescrever Valor',
'LBL_MANDATORY' => 'Obrigatório',
'LBL_WEBFORM_REFERENCE_FIELD' => 'Campo de referência de Webforms',
'LBL_SELECT_FIELDS_OF_TARGET_MODULE' => 'Selecionar Campos para Módulo Alvo...',
'LBL_ALLOWS_YOU_TO_MANAGE_WEBFORMS' => 'Permite que você gerencie os Webforms',
'LBL_ADD_FIELDS' => 'Adicionar Campos',
'LBL_EMBED_THE_FOLLOWING_FORM_IN_YOUR_WEBSITE' => 'Insira o seguinte formulário no seu website',
'LBL_SELECT_VALUE' => 'Selecionar Valor',
'LBL_LABEL' => 'rótulo',
'LBL_SAVE_FIELDS_ORDER' => 'Salvar ordem dos campos',
'LBL_HIDDEN' => 'Ocultar',
'LBL_ENABLE_TARGET_MODULES_FOR_WEBFORM' => 'Habilitar módulos Alvo para Webform',
'LBL_ASSIGN_USERS' => 'Usuário Responsável',
'LBL_ASSIGN_ROUND_ROBIN' => 'Designar Usuários no Round Robin',
'LBL_ROUNDROBIN_USERS_LIST' => 'Lista de Usuários do Round Robin',
'LBL_ADD_RECORD' => 'Adicionar Webform',
'LBL_UPLOAD_DOCUMENTS' => 'Carregar Documentos',
'LBL_ADD_FILE_FIELD' => 'Campo de carregamento Arquivo',
'LBL_FIELD_LABEL' => 'Título Documento',
'LBL_FILE_FIELD_INFO' => 'Para cada arquivo carregado a partir do Webform, um novo Documento é criado como o arquivo anexado. O Documento também é vinculado para este %s criado recentemente.',
'LBL_NO_FILE_FIELD' => 'Nenhum arquivo adicionado.',
'LBL_COPY_TO_CLIPBOARD' => 'Copiar para área de transferência',
);
$jsLanguageStrings = array(
'JS_WEBFORM_DELETED_SUCCESSFULLY' => 'O Webform foi apagado com Sucesso',
'JS_LOADING_TARGET_MODULE_FIELDS' => 'Carregando Campos do Módulo Alvo',
'JS_SELECT_AN_OPTION' => 'Selecionar uma Opção',
'JS_LABEL' => 'rótulo',
'JS_MANDATORY_FIELDS_WITHOUT_OVERRIDE_VALUE_CANT_BE_HIDDEN' => 'Campos obrigatórios sem sobrescrever os valores, não podem ser ocultos',
'JS_REFERENCE_FIELDS_CANT_BE_MANDATORY_WITHOUT_OVERRIDE_VALUE' => 'Campos de referência não podem ser obrigatórios sem sobrescrever o valor',
'JS_TYPE_TO_SEARCH' => 'Tipo de pesquisa',
"JS_WEBFORM_WITH_THIS_NAME_ALREADY_EXISTS" => 'Já existe um Webform com este nome',
'JS_MAX_FILE_FIELDS_LIMIT' => 'Maximum you can add %s file fields.',
'JS_COPIED_SUCCESSFULLY' => 'Copied successfully.',
'JS_COPY_FAILED' => 'Copy failed. Please copy manually.',
);