mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-19 23:19:15 +08:00
parent
1a5116cba0
commit
4b262cae58
@ -119,7 +119,11 @@ const translation = {
|
|||||||
tokenPS: 'Token/s',
|
tokenPS: 'Token/s',
|
||||||
totalMessages: {
|
totalMessages: {
|
||||||
title: 'Gesamtnachrichten',
|
title: 'Gesamtnachrichten',
|
||||||
explanation: 'Tägliche AI-Interaktionszählung; Prompt-Engineering/Debugging ausgenommen.',
|
explanation: 'Tägliche Anzahl der KI-Interaktionen.',
|
||||||
|
},
|
||||||
|
totalConversations: {
|
||||||
|
title: 'Gesamte Konversationen',
|
||||||
|
explanation: 'Tägliche Anzahl der KI-Konversationen; Prompt-Engineering/Debugging ausgeschlossen.',
|
||||||
},
|
},
|
||||||
activeUsers: {
|
activeUsers: {
|
||||||
title: 'Aktive Benutzer',
|
title: 'Aktive Benutzer',
|
||||||
|
@ -119,7 +119,11 @@ const translation = {
|
|||||||
tokenPS: 'Token/s',
|
tokenPS: 'Token/s',
|
||||||
totalMessages: {
|
totalMessages: {
|
||||||
title: 'Mensajes totales',
|
title: 'Mensajes totales',
|
||||||
explanation: 'Recuento diario de interacciones de IA; excluye la ingeniería/depuración de prompts.',
|
explanation: 'Recuento diario de interacciones con IA.',
|
||||||
|
},
|
||||||
|
totalConversations: {
|
||||||
|
title: 'Conversaciones totales',
|
||||||
|
explanation: 'Recuento diario de conversaciones con IA; ingeniería/depuración de prompts excluida.',
|
||||||
},
|
},
|
||||||
activeUsers: {
|
activeUsers: {
|
||||||
title: 'Usuarios activos',
|
title: 'Usuarios activos',
|
||||||
|
@ -119,7 +119,11 @@ const translation = {
|
|||||||
tokenPS: 'توکن/ثانیه',
|
tokenPS: 'توکن/ثانیه',
|
||||||
totalMessages: {
|
totalMessages: {
|
||||||
title: 'کل پیامها',
|
title: 'کل پیامها',
|
||||||
explanation: 'تعداد تعاملات روزانه با AI؛ مهندسی/اشکالزدایی دستورات مستثنی هستند.',
|
explanation: 'تعداد تعاملات روزانه با هوش مصنوعی.',
|
||||||
|
},
|
||||||
|
totalConversations: {
|
||||||
|
title: 'کل مکالمات',
|
||||||
|
explanation: 'تعداد مکالمات روزانه با هوش مصنوعی؛ مهندسی/اشکالزدایی پرامپت مستثنی است.',
|
||||||
},
|
},
|
||||||
activeUsers: {
|
activeUsers: {
|
||||||
title: 'کاربران فعال',
|
title: 'کاربران فعال',
|
||||||
|
@ -119,7 +119,11 @@ const translation = {
|
|||||||
tokenPS: 'Token/s',
|
tokenPS: 'Token/s',
|
||||||
totalMessages: {
|
totalMessages: {
|
||||||
title: 'Total des messages',
|
title: 'Total des messages',
|
||||||
explanation: 'Nombre d\'interactions quotidiennes avec l\'IA ; l\'ingénierie/le débogage des prompts sont exclus.',
|
explanation: 'Nombre d\'interactions quotidiennes avec l\'IA.',
|
||||||
|
},
|
||||||
|
totalConversations: {
|
||||||
|
title: 'Conversations totales',
|
||||||
|
explanation: 'Nombre de conversations quotidiennes avec l\'IA ; ingénierie/débogage des prompts exclus.',
|
||||||
},
|
},
|
||||||
activeUsers: {
|
activeUsers: {
|
||||||
title: 'Utilisateurs actifs',
|
title: 'Utilisateurs actifs',
|
||||||
|
@ -130,8 +130,11 @@ const translation = {
|
|||||||
tokenPS: 'टोकन/से.',
|
tokenPS: 'टोकन/से.',
|
||||||
totalMessages: {
|
totalMessages: {
|
||||||
title: 'कुल संदेश',
|
title: 'कुल संदेश',
|
||||||
explanation:
|
explanation: 'दैनिक AI इंटरैक्शन की गिनती।',
|
||||||
'दैनिक एआई इंटरैक्शन की गिनती; प्रॉम्प्ट इंजीनियरिंग/डीबगिंग को शामिल नहीं किया गया।',
|
},
|
||||||
|
totalConversations: {
|
||||||
|
title: 'कुल वार्तालाप',
|
||||||
|
explanation: 'दैनिक AI वार्तालाप की गिनती; प्रॉम्प्ट इंजीनियरिंग/डीबगिंग शामिल नहीं।',
|
||||||
},
|
},
|
||||||
activeUsers: {
|
activeUsers: {
|
||||||
title: 'सक्रिय उपयोगकर्ता',
|
title: 'सक्रिय उपयोगकर्ता',
|
||||||
|
@ -132,8 +132,11 @@ const translation = {
|
|||||||
tokenPS: 'Token/s',
|
tokenPS: 'Token/s',
|
||||||
totalMessages: {
|
totalMessages: {
|
||||||
title: 'Totale Messaggi',
|
title: 'Totale Messaggi',
|
||||||
explanation:
|
explanation: 'Conteggio delle interazioni giornaliere con l\'IA.',
|
||||||
'Conteggio delle interazioni giornaliere con l\'AI; ingegneria dei prompt/debug esclusi.',
|
},
|
||||||
|
totalConversations: {
|
||||||
|
title: 'Conversazioni totali',
|
||||||
|
explanation: 'Conteggio delle conversazioni giornaliere con l\'IA; ingegneria/debug dei prompt esclusi.',
|
||||||
},
|
},
|
||||||
activeUsers: {
|
activeUsers: {
|
||||||
title: 'Utenti Attivi',
|
title: 'Utenti Attivi',
|
||||||
|
@ -119,7 +119,11 @@ const translation = {
|
|||||||
tokenPS: 'トークン/秒',
|
tokenPS: 'トークン/秒',
|
||||||
totalMessages: {
|
totalMessages: {
|
||||||
title: 'トータルメッセージ数',
|
title: 'トータルメッセージ数',
|
||||||
explanation: '日次AIインタラクション数;工学的/デバッグ目的のプロンプトは除外されます。',
|
explanation: '日次AIインタラクション数。',
|
||||||
|
},
|
||||||
|
totalConversations: {
|
||||||
|
title: '総会話数',
|
||||||
|
explanation: '日次AI会話数;プロンプトエンジニアリング/デバッグは除外。',
|
||||||
},
|
},
|
||||||
activeUsers: {
|
activeUsers: {
|
||||||
title: 'アクティブユーザー数',
|
title: 'アクティブユーザー数',
|
||||||
|
@ -116,7 +116,11 @@ const translation = {
|
|||||||
tokenPS: '토큰/초',
|
tokenPS: '토큰/초',
|
||||||
totalMessages: {
|
totalMessages: {
|
||||||
title: '총 메시지 수',
|
title: '총 메시지 수',
|
||||||
explanation: '일일 AI 상호작용 수; 엔지니어링/디버깅 목적의 프롬프트는 제외됩니다.',
|
explanation: '일일 AI 상호작용 수.',
|
||||||
|
},
|
||||||
|
totalConversations: {
|
||||||
|
title: '총 대화 수',
|
||||||
|
explanation: '일일 AI 대화 수; 프롬프트 엔지니어링/디버깅 제외.',
|
||||||
},
|
},
|
||||||
activeUsers: {
|
activeUsers: {
|
||||||
title: '활성 사용자 수',
|
title: '활성 사용자 수',
|
||||||
|
@ -130,8 +130,11 @@ const translation = {
|
|||||||
tokenPS: 'Tokeny/s',
|
tokenPS: 'Tokeny/s',
|
||||||
totalMessages: {
|
totalMessages: {
|
||||||
title: 'Łączna liczba wiadomości',
|
title: 'Łączna liczba wiadomości',
|
||||||
explanation:
|
explanation: 'Liczba dziennych interakcji z AI.',
|
||||||
'Dzienna liczba interakcji z AI; inżynieria i debugowanie monitów wykluczone.',
|
},
|
||||||
|
totalConversations: {
|
||||||
|
title: 'Całkowita liczba rozmów',
|
||||||
|
explanation: 'Liczba dziennych rozmów z AI; inżynieria/debugowanie promptów wykluczone.',
|
||||||
},
|
},
|
||||||
activeUsers: {
|
activeUsers: {
|
||||||
title: 'Aktywni użytkownicy',
|
title: 'Aktywni użytkownicy',
|
||||||
|
@ -119,7 +119,11 @@ const translation = {
|
|||||||
tokenPS: 'Token/s',
|
tokenPS: 'Token/s',
|
||||||
totalMessages: {
|
totalMessages: {
|
||||||
title: 'Total de Mensagens',
|
title: 'Total de Mensagens',
|
||||||
explanation: 'Contagem diária de interações AI; engenharia/de depuração excluída.',
|
explanation: 'Contagem diária de interações com IA.',
|
||||||
|
},
|
||||||
|
totalConversations: {
|
||||||
|
title: 'Total de Conversas',
|
||||||
|
explanation: 'Contagem diária de conversas com IA; engenharia/depuração de prompts excluída.',
|
||||||
},
|
},
|
||||||
activeUsers: {
|
activeUsers: {
|
||||||
title: 'Usuários Ativos',
|
title: 'Usuários Ativos',
|
||||||
|
@ -116,7 +116,11 @@ const translation = {
|
|||||||
tokenPS: 'Token/s',
|
tokenPS: 'Token/s',
|
||||||
totalMessages: {
|
totalMessages: {
|
||||||
title: 'Mesaje totale',
|
title: 'Mesaje totale',
|
||||||
explanation: 'Număr de interacțiuni AI zilnice; exclud proiectarea și depanarea promptelor.',
|
explanation: 'Numărul de interacțiuni zilnice cu IA.',
|
||||||
|
},
|
||||||
|
totalConversations: {
|
||||||
|
title: 'Total Conversații',
|
||||||
|
explanation: 'Numărul de conversații zilnice cu IA; ingineria/depanarea prompturilor exclusă.',
|
||||||
},
|
},
|
||||||
activeUsers: {
|
activeUsers: {
|
||||||
title: 'Utilizatori activi',
|
title: 'Utilizatori activi',
|
||||||
|
@ -119,7 +119,11 @@ const translation = {
|
|||||||
tokenPS: 'Token/s',
|
tokenPS: 'Token/s',
|
||||||
totalMessages: {
|
totalMessages: {
|
||||||
title: 'Toplam Mesajlar',
|
title: 'Toplam Mesajlar',
|
||||||
explanation: 'Günlük AI etkileşim sayısı; prompt mühendisliği/hata ayıklama hariç.',
|
explanation: 'Günlük AI etkileşimi sayısı.',
|
||||||
|
},
|
||||||
|
totalConversations: {
|
||||||
|
title: 'Toplam Konuşmalar',
|
||||||
|
explanation: 'Günlük AI konuşmaları sayısı; prompt mühendisliği/hata ayıklama hariç.',
|
||||||
},
|
},
|
||||||
activeUsers: {
|
activeUsers: {
|
||||||
title: 'Aktif Kullanıcılar',
|
title: 'Aktif Kullanıcılar',
|
||||||
|
@ -119,7 +119,11 @@ const translation = {
|
|||||||
tokenPS: 'Токени/с',
|
tokenPS: 'Токени/с',
|
||||||
totalMessages: {
|
totalMessages: {
|
||||||
title: 'Загальна кількість повідомлень',
|
title: 'Загальна кількість повідомлень',
|
||||||
explanation: 'Щоденна кількість взаємодій з штучним інтелектом; інженерія/налагодження запитів виключено.',
|
explanation: 'Кількість щоденних взаємодій з ШІ.',
|
||||||
|
},
|
||||||
|
totalConversations: {
|
||||||
|
title: 'Загальна кількість розмов',
|
||||||
|
explanation: 'Кількість щоденних розмов з ШІ; інженерія/налагодження промптів виключено.',
|
||||||
},
|
},
|
||||||
activeUsers: {
|
activeUsers: {
|
||||||
title: 'Активні користувачі',
|
title: 'Активні користувачі',
|
||||||
|
@ -119,7 +119,11 @@ const translation = {
|
|||||||
tokenPS: 'Token/giây',
|
tokenPS: 'Token/giây',
|
||||||
totalMessages: {
|
totalMessages: {
|
||||||
title: 'Tổng số tin nhắn',
|
title: 'Tổng số tin nhắn',
|
||||||
explanation: 'Số lần tương tác AI hàng ngày; không tính việc tạo lại/lặp lại câu hỏi.',
|
explanation: 'Số lượng tương tác AI hàng ngày.',
|
||||||
|
},
|
||||||
|
totalConversations: {
|
||||||
|
title: 'Tổng số cuộc hội thoại',
|
||||||
|
explanation: 'Số lượng cuộc hội thoại AI hàng ngày; không bao gồm kỹ thuật/gỡ lỗi prompt.',
|
||||||
},
|
},
|
||||||
activeUsers: {
|
activeUsers: {
|
||||||
title: 'Người dùng hoạt động',
|
title: 'Người dùng hoạt động',
|
||||||
|
@ -123,7 +123,11 @@ const translation = {
|
|||||||
},
|
},
|
||||||
activeUsers: {
|
activeUsers: {
|
||||||
title: '活躍使用者數',
|
title: '活躍使用者數',
|
||||||
explanation: '與 AI 有效互動,即有一問一答以上的唯一使用者數。提示詞編排和除錯的會話不計入。',
|
explanation: '每日AI互動次數。',
|
||||||
|
},
|
||||||
|
totalConversations: {
|
||||||
|
title: '總對話數',
|
||||||
|
explanation: '每日AI對話次數;不包括提示工程/調試。',
|
||||||
},
|
},
|
||||||
tokenUsage: {
|
tokenUsage: {
|
||||||
title: '費用消耗',
|
title: '費用消耗',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user