- 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.
35 lines
1.6 KiB
JavaScript
35 lines
1.6 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', 'tr', {
|
||
about: 'SCAYT\'ı hakkında',
|
||
aboutTab: 'Hakkında',
|
||
addWord: 'Kelime Ekle',
|
||
allCaps: 'Tüm büyük küçük kelimeleri yoksay',
|
||
dic_create: 'Oluştur',
|
||
dic_delete: 'Sil',
|
||
dic_field_name: 'Sözlük adı',
|
||
dic_info: 'Başlangıçta Kullanıcı Sözlüğü bir çerezde saklanır. Ancak, Çerezler boyutu sınırlıdır. Kullanıcı Sözlüğü, çerezin içinde saklanamayacağı bir noktada, bizim sunucularımızın içindeki sözlükte saklanabilir. Bizim sunucu üzerinde kişisel Sözlük saklamanız için, Sözlüğe bir ad belirtmelisiniz. Eğer zaten bir saklı Sözlük varsa, lütfen adını yazın ve Geri Yükle düğmesini tıklayın.',
|
||
dic_rename: 'Yeniden adlandır',
|
||
dic_restore: 'Geri al',
|
||
dictionariesTab: 'Sözlükler',
|
||
disable: 'SCAYT\'ı pasifleştir',
|
||
emptyDic: 'Sözlük adı boş olamaz.',
|
||
enable: 'SCAYT\'ı etkinleştir',
|
||
ignore: 'Yoksay',
|
||
ignoreAll: 'Tümünü Yoksay',
|
||
ignoreDomainNames: 'Domain adlarını yoksay',
|
||
langs: 'Diller',
|
||
languagesTab: 'Diller',
|
||
mixedCase: 'Karışık büyüklük ile Sözcükler yoksay',
|
||
mixedWithDigits: 'Sayılarla Kelimeler yoksay',
|
||
moreSuggestions: 'Daha fazla öneri',
|
||
opera_title: 'Opera tarafından desteklenmemektedir',
|
||
options: 'Seçenekler',
|
||
optionsTab: 'Seçenekler',
|
||
title: 'Girmiş olduğunuz kelime denetimi',
|
||
toggle: 'SCAYT\'ı değiştir',
|
||
noSuggestions: 'No suggestion'// MISSING
|
||
});
|