@djangocfg/i18n 2.1.541 → 2.1.543

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/src/locales/fr.ts CHANGED
@@ -470,61 +470,6 @@ export const fr: I18nTranslations = {
470
470
  },
471
471
  },
472
472
 
473
- centrifugo: {
474
- monitor: {
475
- title: 'Moniteur Centrifugo',
476
- description: 'Surveillance et débogage WebSocket en temps réel',
477
- openMonitor: 'Ouvrir le moniteur Centrifugo',
478
- openDebugPanel: 'Ouvrir le panneau de débogage Centrifugo',
479
- widgetTitle: 'Moniteur WebSocket',
480
- },
481
- tabs: {
482
- connection: 'Connexion',
483
- messages: 'Messages',
484
- subscriptions: 'Abonnements',
485
- },
486
- subscriptionsList: {
487
- title: 'Abonnements actifs',
488
- notConnected: 'Non connecté à Centrifugo',
489
- noActiveSubscriptions: 'Aucun abonnement actif',
490
- },
491
- status: {
492
- connected: 'Connecté',
493
- disconnected: 'Déconnecté',
494
- connecting: 'Connexion...',
495
- connect: 'Connecter',
496
- uptime: 'Temps de fonctionnement:',
497
- subscriptions: 'Abonnements:',
498
- realtimeUnavailable: 'Fonctionnalités temps réel indisponibles',
499
- },
500
- feed: {
501
- title: 'Flux de messages',
502
- noMessages: 'Aucun message pour le moment',
503
- pausedClickToResume: 'En pause - Cliquez sur lecture pour reprendre',
504
- autoScrollOn: 'Défilement auto: ACTIVÉ',
505
- autoScrollOff: 'Défilement auto: DÉSACTIVÉ',
506
- viewData: 'Voir les données',
507
- },
508
- filters: {
509
- title: 'Filtres',
510
- active: 'Actif',
511
- clear: 'Effacer',
512
- searchMessages: 'Rechercher des messages...',
513
- level: 'Niveau:',
514
- type: 'Type:',
515
- source: 'Source',
516
- autoScrollToLatest: 'Défilement auto vers le plus récent',
517
- },
518
- debug: {
519
- title: 'Débogage Centrifugo',
520
- description: 'État de connexion WebSocket, journaux et abonnements',
521
- openDebugPanel: 'Ouvrir le panneau de débogage Centrifugo',
522
- tabConnection: 'Connexion',
523
- tabLogs: 'Journaux',
524
- tabSubscriptions: 'Abonnements',
525
- },
526
- },
527
-
528
473
  tools: {
529
474
  code: {
530
475
  copyCode: 'Copier le code',
package/src/locales/it.ts CHANGED
@@ -470,61 +470,6 @@ export const it: I18nTranslations = {
470
470
  },
471
471
  },
472
472
 
473
- centrifugo: {
474
- monitor: {
475
- title: 'Monitor Centrifugo',
476
- description: 'Monitoraggio e debug WebSocket in tempo reale',
477
- openMonitor: 'Apri Monitor Centrifugo',
478
- openDebugPanel: 'Apri Pannello Debug Centrifugo',
479
- widgetTitle: 'Monitor WebSocket',
480
- },
481
- tabs: {
482
- connection: 'Connessione',
483
- messages: 'Messaggi',
484
- subscriptions: 'Sottoscrizioni',
485
- },
486
- subscriptionsList: {
487
- title: 'Sottoscrizioni attive',
488
- notConnected: 'Non connesso a Centrifugo',
489
- noActiveSubscriptions: 'Nessuna sottoscrizione attiva',
490
- },
491
- status: {
492
- connected: 'Connesso',
493
- disconnected: 'Disconnesso',
494
- connecting: 'Connessione...',
495
- connect: 'Connetti',
496
- uptime: 'Tempo attivo:',
497
- subscriptions: 'Sottoscrizioni:',
498
- realtimeUnavailable: 'Funzionalità in tempo reale non disponibili',
499
- },
500
- feed: {
501
- title: 'Feed messaggi',
502
- noMessages: 'Nessun messaggio ancora',
503
- pausedClickToResume: 'In pausa - Clicca play per riprendere',
504
- autoScrollOn: 'Auto-scroll: ON',
505
- autoScrollOff: 'Auto-scroll: OFF',
506
- viewData: 'Visualizza dati',
507
- },
508
- filters: {
509
- title: 'Filtri',
510
- active: 'Attivo',
511
- clear: 'Cancella',
512
- searchMessages: 'Cerca messaggi...',
513
- level: 'Livello:',
514
- type: 'Tipo:',
515
- source: 'Fonte',
516
- autoScrollToLatest: 'Auto-scroll agli ultimi',
517
- },
518
- debug: {
519
- title: 'Debug Centrifugo',
520
- description: 'Stato connessione WebSocket, log e sottoscrizioni',
521
- openDebugPanel: 'Apri Pannello Debug Centrifugo',
522
- tabConnection: 'Connessione',
523
- tabLogs: 'Log',
524
- tabSubscriptions: 'Sottoscrizioni',
525
- },
526
- },
527
-
528
473
  tools: {
529
474
  code: {
530
475
  copyCode: 'Copia codice',
package/src/locales/ja.ts CHANGED
@@ -470,61 +470,6 @@ export const ja: I18nTranslations = {
470
470
  },
471
471
  },
472
472
 
473
- centrifugo: {
474
- monitor: {
475
- title: 'Centrifugoモニター',
476
- description: 'リアルタイムWebSocketモニタリングとデバッグ',
477
- openMonitor: 'Centrifugoモニターを開く',
478
- openDebugPanel: 'Centrifugoデバッグパネルを開く',
479
- widgetTitle: 'WebSocketモニター',
480
- },
481
- tabs: {
482
- connection: '接続',
483
- messages: 'メッセージ',
484
- subscriptions: 'サブスクリプション',
485
- },
486
- subscriptionsList: {
487
- title: 'アクティブなサブスクリプション',
488
- notConnected: 'Centrifugoに接続されていません',
489
- noActiveSubscriptions: 'アクティブなサブスクリプションはありません',
490
- },
491
- status: {
492
- connected: '接続済み',
493
- disconnected: '切断',
494
- connecting: '接続中...',
495
- connect: '接続',
496
- uptime: '稼働時間:',
497
- subscriptions: 'サブスクリプション:',
498
- realtimeUnavailable: 'リアルタイム機能は利用できません',
499
- },
500
- feed: {
501
- title: 'メッセージフィード',
502
- noMessages: 'メッセージはまだありません',
503
- pausedClickToResume: '一時停止中 - 再生をクリックして再開',
504
- autoScrollOn: '自動スクロール: オン',
505
- autoScrollOff: '自動スクロール: オフ',
506
- viewData: 'データを表示',
507
- },
508
- filters: {
509
- title: 'フィルター',
510
- active: 'アクティブ',
511
- clear: 'クリア',
512
- searchMessages: 'メッセージを検索...',
513
- level: 'レベル:',
514
- type: 'タイプ:',
515
- source: 'ソース',
516
- autoScrollToLatest: '最新に自動スクロール',
517
- },
518
- debug: {
519
- title: 'Centrifugoデバッグ',
520
- description: 'WebSocket接続ステータス、ログ、サブスクリプション',
521
- openDebugPanel: 'Centrifugoデバッグパネルを開く',
522
- tabConnection: '接続',
523
- tabLogs: 'ログ',
524
- tabSubscriptions: 'サブスクリプション',
525
- },
526
- },
527
-
528
473
  tools: {
529
474
  code: {
530
475
  copyCode: 'コードをコピー',
package/src/locales/ko.ts CHANGED
@@ -476,61 +476,6 @@ export const ko: I18nTranslations = {
476
476
  },
477
477
  },
478
478
 
479
- centrifugo: {
480
- monitor: {
481
- title: 'Centrifugo 모니터',
482
- description: '실시간 WebSocket 모니터링 및 디버깅',
483
- openMonitor: 'Centrifugo 모니터 열기',
484
- openDebugPanel: 'Centrifugo 디버그 패널 열기',
485
- widgetTitle: 'WebSocket 모니터',
486
- },
487
- tabs: {
488
- connection: '연결',
489
- messages: '메시지',
490
- subscriptions: '구독',
491
- },
492
- subscriptionsList: {
493
- title: '활성 구독',
494
- notConnected: 'Centrifugo에 연결되지 않음',
495
- noActiveSubscriptions: '활성 구독 없음',
496
- },
497
- status: {
498
- connected: '연결됨',
499
- disconnected: '연결 끊김',
500
- connecting: '연결 중...',
501
- connect: '연결',
502
- uptime: '가동 시간:',
503
- subscriptions: '구독:',
504
- realtimeUnavailable: '실시간 기능을 사용할 수 없습니다',
505
- },
506
- feed: {
507
- title: '메시지 피드',
508
- noMessages: '메시지 없음',
509
- pausedClickToResume: '일시 중지됨 - 재생하려면 클릭',
510
- autoScrollOn: '자동 스크롤: 켜짐',
511
- autoScrollOff: '자동 스크롤: 꺼짐',
512
- viewData: '데이터 보기',
513
- },
514
- filters: {
515
- title: '필터',
516
- active: '활성',
517
- clear: '지우기',
518
- searchMessages: '메시지 검색...',
519
- level: '레벨:',
520
- type: '유형:',
521
- source: '소스',
522
- autoScrollToLatest: '최신 항목으로 자동 스크롤',
523
- },
524
- debug: {
525
- title: 'Centrifugo 디버그',
526
- description: 'WebSocket 연결 상태, 로그 및 구독',
527
- openDebugPanel: 'Centrifugo 디버그 패널 열기',
528
- tabConnection: '연결',
529
- tabLogs: '로그',
530
- tabSubscriptions: '구독',
531
- },
532
- },
533
-
534
479
  tools: {
535
480
  code: {
536
481
  copyCode: '코드 복사',
package/src/locales/nl.ts CHANGED
@@ -470,61 +470,6 @@ export const nl: I18nTranslations = {
470
470
  },
471
471
  },
472
472
 
473
- centrifugo: {
474
- monitor: {
475
- title: 'Centrifugo Monitor',
476
- description: 'Realtime WebSocket-monitoring en debugging',
477
- openMonitor: 'Centrifugo Monitor openen',
478
- openDebugPanel: 'Centrifugo Debug Panel openen',
479
- widgetTitle: 'WebSocket Monitor',
480
- },
481
- tabs: {
482
- connection: 'Verbinding',
483
- messages: 'Berichten',
484
- subscriptions: 'Abonnementen',
485
- },
486
- subscriptionsList: {
487
- title: 'Actieve abonnementen',
488
- notConnected: 'Niet verbonden met Centrifugo',
489
- noActiveSubscriptions: 'Geen actieve abonnementen',
490
- },
491
- status: {
492
- connected: 'Verbonden',
493
- disconnected: 'Niet verbonden',
494
- connecting: 'Verbinden...',
495
- connect: 'Verbinden',
496
- uptime: 'Uptime:',
497
- subscriptions: 'Abonnementen:',
498
- realtimeUnavailable: 'Realtime functies niet beschikbaar',
499
- },
500
- feed: {
501
- title: 'Berichten feed',
502
- noMessages: 'Nog geen berichten',
503
- pausedClickToResume: 'Gepauzeerd - Klik op afspelen om te hervatten',
504
- autoScrollOn: 'Auto-scroll: AAN',
505
- autoScrollOff: 'Auto-scroll: UIT',
506
- viewData: 'Data bekijken',
507
- },
508
- filters: {
509
- title: 'Filters',
510
- active: 'Actief',
511
- clear: 'Wissen',
512
- searchMessages: 'Berichten zoeken...',
513
- level: 'Niveau:',
514
- type: 'Type:',
515
- source: 'Bron',
516
- autoScrollToLatest: 'Auto-scroll naar nieuwste',
517
- },
518
- debug: {
519
- title: 'Centrifugo Debug',
520
- description: 'WebSocket-verbindingsstatus, logs en abonnementen',
521
- openDebugPanel: 'Centrifugo Debug Panel openen',
522
- tabConnection: 'Verbinding',
523
- tabLogs: 'Logs',
524
- tabSubscriptions: 'Abonnementen',
525
- },
526
- },
527
-
528
473
  tools: {
529
474
  code: {
530
475
  copyCode: 'Code kopiëren',
package/src/locales/no.ts CHANGED
@@ -470,61 +470,6 @@ export const no: I18nTranslations = {
470
470
  },
471
471
  },
472
472
 
473
- centrifugo: {
474
- monitor: {
475
- title: 'Centrifugo-monitor',
476
- description: 'Sanntids WebSocket-overvåking og feilsøking',
477
- openMonitor: 'Åpne Centrifugo-monitor',
478
- openDebugPanel: 'Åpne Centrifugo-feilsøkingspanel',
479
- widgetTitle: 'WebSocket-monitor',
480
- },
481
- tabs: {
482
- connection: 'Tilkobling',
483
- messages: 'Meldinger',
484
- subscriptions: 'Abonnementer',
485
- },
486
- subscriptionsList: {
487
- title: 'Aktive abonnementer',
488
- notConnected: 'Ikke koblet til Centrifugo',
489
- noActiveSubscriptions: 'Ingen aktive abonnementer',
490
- },
491
- status: {
492
- connected: 'Tilkoblet',
493
- disconnected: 'Frakoblet',
494
- connecting: 'Kobler til...',
495
- connect: 'Koble til',
496
- uptime: 'Oppetid:',
497
- subscriptions: 'Abonnementer:',
498
- realtimeUnavailable: 'Sanntidsfunksjoner utilgjengelige',
499
- },
500
- feed: {
501
- title: 'Meldingsstrøm',
502
- noMessages: 'Ingen meldinger ennå',
503
- pausedClickToResume: 'Pauset - Klikk på spill av for å fortsette',
504
- autoScrollOn: 'Automatisk rulling: PÅ',
505
- autoScrollOff: 'Automatisk rulling: AV',
506
- viewData: 'Vis data',
507
- },
508
- filters: {
509
- title: 'Filtre',
510
- active: 'Aktiv',
511
- clear: 'Tøm',
512
- searchMessages: 'Søk i meldinger...',
513
- level: 'Nivå:',
514
- type: 'Type:',
515
- source: 'Kilde',
516
- autoScrollToLatest: 'Automatisk rull til nyeste',
517
- },
518
- debug: {
519
- title: 'Centrifugo-feilsøking',
520
- description: 'WebSocket-tilkoblingsstatus, logger og abonnementer',
521
- openDebugPanel: 'Åpne Centrifugo-feilsøkingspanel',
522
- tabConnection: 'Tilkobling',
523
- tabLogs: 'Logger',
524
- tabSubscriptions: 'Abonnementer',
525
- },
526
- },
527
-
528
473
  tools: {
529
474
  code: {
530
475
  copyCode: 'Kopier kode',
package/src/locales/pl.ts CHANGED
@@ -470,61 +470,6 @@ export const pl: I18nTranslations = {
470
470
  },
471
471
  },
472
472
 
473
- centrifugo: {
474
- monitor: {
475
- title: 'Monitor Centrifugo',
476
- description: 'Monitorowanie i debugowanie WebSocket w czasie rzeczywistym',
477
- openMonitor: 'Otwórz Monitor Centrifugo',
478
- openDebugPanel: 'Otwórz Panel Debugowania Centrifugo',
479
- widgetTitle: 'Monitor WebSocket',
480
- },
481
- tabs: {
482
- connection: 'Połączenie',
483
- messages: 'Wiadomości',
484
- subscriptions: 'Subskrypcje',
485
- },
486
- subscriptionsList: {
487
- title: 'Aktywne subskrypcje',
488
- notConnected: 'Nie połączono z Centrifugo',
489
- noActiveSubscriptions: 'Brak aktywnych subskrypcji',
490
- },
491
- status: {
492
- connected: 'Połączono',
493
- disconnected: 'Rozłączono',
494
- connecting: 'Łączenie...',
495
- connect: 'Połącz',
496
- uptime: 'Czas działania:',
497
- subscriptions: 'Subskrypcje:',
498
- realtimeUnavailable: 'Funkcje czasu rzeczywistego niedostępne',
499
- },
500
- feed: {
501
- title: 'Kanał wiadomości',
502
- noMessages: 'Brak wiadomości',
503
- pausedClickToResume: 'Wstrzymano - Kliknij odtwórz, aby wznowić',
504
- autoScrollOn: 'Auto-przewijanie: WŁ',
505
- autoScrollOff: 'Auto-przewijanie: WYŁ',
506
- viewData: 'Wyświetl dane',
507
- },
508
- filters: {
509
- title: 'Filtry',
510
- active: 'Aktywne',
511
- clear: 'Wyczyść',
512
- searchMessages: 'Szukaj wiadomości...',
513
- level: 'Poziom:',
514
- type: 'Typ:',
515
- source: 'Źródło',
516
- autoScrollToLatest: 'Auto-przewijanie do najnowszych',
517
- },
518
- debug: {
519
- title: 'Debugowanie Centrifugo',
520
- description: 'Status połączenia WebSocket, logi i subskrypcje',
521
- openDebugPanel: 'Otwórz Panel Debugowania Centrifugo',
522
- tabConnection: 'Połączenie',
523
- tabLogs: 'Logi',
524
- tabSubscriptions: 'Subskrypcje',
525
- },
526
- },
527
-
528
473
  tools: {
529
474
  code: {
530
475
  copyCode: 'Kopiuj kod',
@@ -470,61 +470,6 @@ export const ptBR: I18nTranslations = {
470
470
  },
471
471
  },
472
472
 
473
- centrifugo: {
474
- monitor: {
475
- title: 'Monitor Centrifugo',
476
- description: 'Monitoramento e depuração de WebSocket em tempo real',
477
- openMonitor: 'Abrir Monitor Centrifugo',
478
- openDebugPanel: 'Abrir Painel de Depuração Centrifugo',
479
- widgetTitle: 'Monitor WebSocket',
480
- },
481
- tabs: {
482
- connection: 'Conexão',
483
- messages: 'Mensagens',
484
- subscriptions: 'Assinaturas',
485
- },
486
- subscriptionsList: {
487
- title: 'Assinaturas ativas',
488
- notConnected: 'Não conectado ao Centrifugo',
489
- noActiveSubscriptions: 'Nenhuma assinatura ativa',
490
- },
491
- status: {
492
- connected: 'Conectado',
493
- disconnected: 'Desconectado',
494
- connecting: 'Conectando...',
495
- connect: 'Conectar',
496
- uptime: 'Tempo ativo:',
497
- subscriptions: 'Assinaturas:',
498
- realtimeUnavailable: 'Recursos em tempo real indisponíveis',
499
- },
500
- feed: {
501
- title: 'Feed de mensagens',
502
- noMessages: 'Nenhuma mensagem ainda',
503
- pausedClickToResume: 'Pausado - Clique em reproduzir para continuar',
504
- autoScrollOn: 'Auto-scroll: ATIVADO',
505
- autoScrollOff: 'Auto-scroll: DESATIVADO',
506
- viewData: 'Ver dados',
507
- },
508
- filters: {
509
- title: 'Filtros',
510
- active: 'Ativo',
511
- clear: 'Limpar',
512
- searchMessages: 'Pesquisar mensagens...',
513
- level: 'Nível:',
514
- type: 'Tipo:',
515
- source: 'Fonte',
516
- autoScrollToLatest: 'Auto-scroll para o mais recente',
517
- },
518
- debug: {
519
- title: 'Depuração Centrifugo',
520
- description: 'Status de conexão WebSocket, logs e assinaturas',
521
- openDebugPanel: 'Abrir Painel de Depuração Centrifugo',
522
- tabConnection: 'Conexão',
523
- tabLogs: 'Logs',
524
- tabSubscriptions: 'Assinaturas',
525
- },
526
- },
527
-
528
473
  tools: {
529
474
  code: {
530
475
  copyCode: 'Copiar código',
package/src/locales/ru.ts CHANGED
@@ -479,61 +479,6 @@ export const ru: I18nTranslations = {
479
479
  },
480
480
  },
481
481
 
482
- centrifugo: {
483
- monitor: {
484
- title: 'Монитор Centrifugo',
485
- description: 'Мониторинг и отладка WebSocket в реальном времени',
486
- openMonitor: 'Открыть монитор Centrifugo',
487
- openDebugPanel: 'Открыть панель отладки Centrifugo',
488
- widgetTitle: 'Монитор WebSocket',
489
- },
490
- tabs: {
491
- connection: 'Соединение',
492
- messages: 'Сообщения',
493
- subscriptions: 'Подписки',
494
- },
495
- subscriptionsList: {
496
- title: 'Активные подписки',
497
- notConnected: 'Нет подключения к Centrifugo',
498
- noActiveSubscriptions: 'Нет активных подписок',
499
- },
500
- status: {
501
- connected: 'Подключено',
502
- disconnected: 'Отключено',
503
- connecting: 'Подключение...',
504
- connect: 'Подключить',
505
- uptime: 'Время работы:',
506
- subscriptions: 'Подписки:',
507
- realtimeUnavailable: 'Функции реального времени недоступны',
508
- },
509
- feed: {
510
- title: 'Лента сообщений',
511
- noMessages: 'Нет сообщений',
512
- pausedClickToResume: 'Приостановлено - нажмите для продолжения',
513
- autoScrollOn: 'Автопрокрутка: ВКЛ',
514
- autoScrollOff: 'Автопрокрутка: ВЫКЛ',
515
- viewData: 'Показать данные',
516
- },
517
- filters: {
518
- title: 'Фильтры',
519
- active: 'Активно',
520
- clear: 'Очистить',
521
- searchMessages: 'Поиск сообщений...',
522
- level: 'Уровень:',
523
- type: 'Тип:',
524
- source: 'Источник',
525
- autoScrollToLatest: 'Автопрокрутка к последним',
526
- },
527
- debug: {
528
- title: 'Отладка Centrifugo',
529
- description: 'Статус WebSocket соединения, логи и подписки',
530
- openDebugPanel: 'Открыть панель отладки Centrifugo',
531
- tabConnection: 'Соединение',
532
- tabLogs: 'Логи',
533
- tabSubscriptions: 'Подписки',
534
- },
535
- },
536
-
537
482
  tools: {
538
483
  code: {
539
484
  copyCode: 'Копировать код',
package/src/locales/sv.ts CHANGED
@@ -470,61 +470,6 @@ export const sv: I18nTranslations = {
470
470
  },
471
471
  },
472
472
 
473
- centrifugo: {
474
- monitor: {
475
- title: 'Centrifugo-monitor',
476
- description: 'WebSocket-övervakning och felsökning i realtid',
477
- openMonitor: 'Öppna Centrifugo-monitor',
478
- openDebugPanel: 'Öppna Centrifugo-felsökningspanel',
479
- widgetTitle: 'WebSocket-monitor',
480
- },
481
- tabs: {
482
- connection: 'Anslutning',
483
- messages: 'Meddelanden',
484
- subscriptions: 'Prenumerationer',
485
- },
486
- subscriptionsList: {
487
- title: 'Aktiva prenumerationer',
488
- notConnected: 'Inte ansluten till Centrifugo',
489
- noActiveSubscriptions: 'Inga aktiva prenumerationer',
490
- },
491
- status: {
492
- connected: 'Ansluten',
493
- disconnected: 'Frånkopplad',
494
- connecting: 'Ansluter...',
495
- connect: 'Anslut',
496
- uptime: 'Drifttid:',
497
- subscriptions: 'Prenumerationer:',
498
- realtimeUnavailable: 'Realtidsfunktioner otillgängliga',
499
- },
500
- feed: {
501
- title: 'Meddelandeflöde',
502
- noMessages: 'Inga meddelanden ännu',
503
- pausedClickToResume: 'Pausad - Klicka på spela för att fortsätta',
504
- autoScrollOn: 'Autoscroll: PÅ',
505
- autoScrollOff: 'Autoscroll: AV',
506
- viewData: 'Visa data',
507
- },
508
- filters: {
509
- title: 'Filter',
510
- active: 'Aktiv',
511
- clear: 'Rensa',
512
- searchMessages: 'Sök meddelanden...',
513
- level: 'Nivå:',
514
- type: 'Typ:',
515
- source: 'Källa',
516
- autoScrollToLatest: 'Autoscroll till senaste',
517
- },
518
- debug: {
519
- title: 'Centrifugo-felsökning',
520
- description: 'WebSocket-anslutningsstatus, loggar och prenumerationer',
521
- openDebugPanel: 'Öppna Centrifugo-felsökningspanel',
522
- tabConnection: 'Anslutning',
523
- tabLogs: 'Loggar',
524
- tabSubscriptions: 'Prenumerationer',
525
- },
526
- },
527
-
528
473
  tools: {
529
474
  code: {
530
475
  copyCode: 'Kopiera kod',
package/src/locales/tr.ts CHANGED
@@ -470,61 +470,6 @@ export const tr: I18nTranslations = {
470
470
  },
471
471
  },
472
472
 
473
- centrifugo: {
474
- monitor: {
475
- title: 'Centrifugo İzleyici',
476
- description: 'Gerçek zamanlı WebSocket izleme ve hata ayıklama',
477
- openMonitor: 'Centrifugo İzleyiciyi Aç',
478
- openDebugPanel: 'Centrifugo Hata Ayıklama Panelini Aç',
479
- widgetTitle: 'WebSocket İzleyici',
480
- },
481
- tabs: {
482
- connection: 'Bağlantı',
483
- messages: 'Mesajlar',
484
- subscriptions: 'Abonelikler',
485
- },
486
- subscriptionsList: {
487
- title: 'Aktif abonelikler',
488
- notConnected: 'Centrifugo\'ya bağlı değil',
489
- noActiveSubscriptions: 'Aktif abonelik yok',
490
- },
491
- status: {
492
- connected: 'Bağlı',
493
- disconnected: 'Bağlantı kesildi',
494
- connecting: 'Bağlanıyor...',
495
- connect: 'Bağlan',
496
- uptime: 'Çalışma süresi:',
497
- subscriptions: 'Abonelikler:',
498
- realtimeUnavailable: 'Gerçek zamanlı özellikler kullanılamıyor',
499
- },
500
- feed: {
501
- title: 'Mesaj akışı',
502
- noMessages: 'Henüz mesaj yok',
503
- pausedClickToResume: 'Duraklatıldı - Devam etmek için oynat\'a tıklayın',
504
- autoScrollOn: 'Otomatik kaydırma: AÇIK',
505
- autoScrollOff: 'Otomatik kaydırma: KAPALI',
506
- viewData: 'Verileri görüntüle',
507
- },
508
- filters: {
509
- title: 'Filtreler',
510
- active: 'Aktif',
511
- clear: 'Temizle',
512
- searchMessages: 'Mesajlarda ara...',
513
- level: 'Seviye:',
514
- type: 'Tür:',
515
- source: 'Kaynak',
516
- autoScrollToLatest: 'En yeniye otomatik kaydır',
517
- },
518
- debug: {
519
- title: 'Centrifugo Hata Ayıklama',
520
- description: 'WebSocket bağlantı durumu, günlükler ve abonelikler',
521
- openDebugPanel: 'Centrifugo Hata Ayıklama Panelini Aç',
522
- tabConnection: 'Bağlantı',
523
- tabLogs: 'Günlükler',
524
- tabSubscriptions: 'Abonelikler',
525
- },
526
- },
527
-
528
473
  tools: {
529
474
  code: {
530
475
  copyCode: 'Kodu kopyala',