Files
crm.clientright.ru/modules/PDFMaker2/resources/ckeditor/plugins/scayt/lang/ja.js
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

35 lines
1.7 KiB
JavaScript

/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'scayt', 'ja', {
about: 'SCAYTバージョン',
aboutTab: 'バージョン情報',
addWord: '語句追加',
allCaps: '全て大文字の単語を無視',
dic_create: '登録',
dic_delete: '削除',
dic_field_name: '辞書名',
dic_info: '始めユーザーディレクトリは、Cookieに保存されます。但し Cookie はサイズに制限があります。ユーザーディレクトリがCookieに保存できないサイズに到達するとディレクトリはサーバー上に保存されます。個人のディレクトリをサーバー上に保存するには、ディレクトリ名を明示する必要があります。もし既に保存されたディレクトリがある場合、その名前を入力し、元に戻すボタンを押してください。',
dic_rename: '名前変更',
dic_restore: '元に戻す',
dictionariesTab: '辞書',
disable: 'SCAYT無効',
emptyDic: '辞書名は必ず入力してください',
enable: 'SCAYT有効',
ignore: '無視',
ignoreAll: 'すべて無視',
ignoreDomainNames: 'ドメイン名を無視',
langs: '言語',
languagesTab: '言語',
mixedCase: '大文字小文字混在の単語を無視',
mixedWithDigits: '数字付き単語を無視',
moreSuggestions: '他の候補',
opera_title: 'Operaではサポートされません',
options: 'オプション',
optionsTab: 'オプション',
title: 'スペルチェック設定(SCAYT)',
toggle: 'SCAYT切替',
noSuggestions: 'No suggestion'
});