Files
crm.clientright.ru/languages/ja_jp/Workflow2.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

43 lines
2.4 KiB
PHP

<?php
/**
* Created by JetBrains PhpStorm.
* User: Stefan Warnat <support@stefanwarnat.de>
* Date: 13.02.14 17:51
* You must not use this file without permission.
*/
// require('Settings/Workflow2.php');
$languageStrings = array_merge($languageStrings, array(
'Workflow2' => 'ワークフローデザイナー',
"LBL_INSERT_TEMPLATE_VARIABLE" => "フィールドに変数を入力",
"LBL_ID_OF_CURRENT_RECORD" => "現在のレコードのID",
'LBL_FORCE_EXECUTION' => '次のワークフローの実行',
'BTN_SHOW_ENTITYDATA' => 'エンティティデータ',
'LBL_ENTITYDATA_MODIFYDATE' => '最終更新',
'LBL_START' => '開始',
'HINT_NO_ACTIVE_IMPOR_WORKFLOWS' => '有効なインポートワークフローを構成していない!',
'LBL_PLEASE_CHOOSE_IMPORT_WORKFLOW' => 'あなたが開始したいワークフローを選択してください',
'LBL_PLEASE_CHOOSE_IMPORT_FORMAT' => 'ファイルのフォーマットを選択してください',
'LBL_PLEASE_CHOOSE_IMPORT_FILE' => 'インポートファイルを選択してください(CSV形式のみ)',
'HINT_FILE_IMPORT_PREVIEW' => 'ファイルのプレビュー',
'HINT_FILE_IMPORT_PREVIEW_DESCR' => 'ここではアップロードされたファイルの中身がプレビューされます。この機能は列がうまく表示されない場合に調整するためです。',
'BTN_START_IMPORT' => 'インポートの開始',
'BTN_SET_IMPORT_CONFIG' => 'インポート構成の設定',
'TXT_IMPORT_DONE' => 'インポート完了',
'BTN_BACK_TO_LAST_URL' => '前のページに戻る',
'LBL_UPDATE_WILL_INSTALLED' => '更新がインストールされます ...',
'LBL_MODULE_WILL_INSTALLED' => 'モジュールが初期化されます ...',
'LBL_NEED_USERACCESS' => '次のレコードはユーザからの手動によるアクションを必要とします。',
'LBL_ENTER_VALUES_TO_START' => 'ワークフローを開始するには次の値を入力してください',
'LBL_DO_ACTION' => 'アクション操作を行います',
'Eingestellt' => '以降の要求',
'Bearbeitet' => '実行済',
'Aktionen' => 'アクション',
));
$jsLanguageStrings = array_merge($jsLanguageStrings, array(
));