diff --git a/lib/l10n/app_de.arb b/lib/l10n/app_de.arb index e433641..1b2723a 100644 --- a/lib/l10n/app_de.arb +++ b/lib/l10n/app_de.arb @@ -879,5 +879,38 @@ "ldapNotEnabled": "LDAP-Authentifizierung ist auf diesem Server nicht aktiviert", "ssoPlatformNotSupported": "SSO-Authentifizierung wird auf dieser Plattform nicht unterstützt. Bitte verwenden Sie stattdessen Anmeldedaten oder LDAP-Authentifizierung.", "continueWithProvider": "Weiter mit {provider}", - "or": "oder" + "or": "oder", + "usageInfo": "Info", + "usageInfoTitle": "Antwortstatistiken", + "usageTokenGeneration": "Token-Generierung", + "usagePromptEval": "Prompt-Verarbeitung", + "usageTotalDuration": "Gesamtdauer", + "usageTokensPerSecond": "{speed} t/s", + "@usageTokensPerSecond": { + "placeholders": { + "speed": { + "type": "String" + } + } + }, + "usageTokenCount": "{count} Tokens", + "@usageTokenCount": { + "placeholders": { + "count": { + "type": "int" + } + } + }, + "usageSecondsFormat": "{seconds}s", + "@usageSecondsFormat": { + "placeholders": { + "seconds": { + "type": "String" + } + } + }, + "usageLoadDuration": "Modellladezeit", + "usageQueueTime": "Wartezeit", + "usageReasoningTokens": "Reasoning-Tokens", + "usageTotalTokens": "Gesamte Tokens" } diff --git a/lib/l10n/app_es.arb b/lib/l10n/app_es.arb index e1dfc05..8a0eff4 100644 --- a/lib/l10n/app_es.arb +++ b/lib/l10n/app_es.arb @@ -879,5 +879,38 @@ "ldapNotEnabled": "La autenticación LDAP no está habilitada en este servidor", "ssoPlatformNotSupported": "La autenticación SSO no es compatible con esta plataforma. Por favor, use credenciales o autenticación LDAP en su lugar.", "continueWithProvider": "Continuar con {provider}", - "or": "o" + "or": "o", + "usageInfo": "Info", + "usageInfoTitle": "Estadísticas de respuesta", + "usageTokenGeneration": "Generación de tokens", + "usagePromptEval": "Procesamiento del prompt", + "usageTotalDuration": "Duración total", + "usageTokensPerSecond": "{speed} t/s", + "@usageTokensPerSecond": { + "placeholders": { + "speed": { + "type": "String" + } + } + }, + "usageTokenCount": "{count} tokens", + "@usageTokenCount": { + "placeholders": { + "count": { + "type": "int" + } + } + }, + "usageSecondsFormat": "{seconds}s", + "@usageSecondsFormat": { + "placeholders": { + "seconds": { + "type": "String" + } + } + }, + "usageLoadDuration": "Tiempo de carga del modelo", + "usageQueueTime": "Tiempo en cola", + "usageReasoningTokens": "Tokens de razonamiento", + "usageTotalTokens": "Tokens totales" } diff --git a/lib/l10n/app_fr.arb b/lib/l10n/app_fr.arb index 637aba1..1197ce5 100644 --- a/lib/l10n/app_fr.arb +++ b/lib/l10n/app_fr.arb @@ -879,5 +879,38 @@ "ldapNotEnabled": "L'authentification LDAP n'est pas activée sur ce serveur", "ssoPlatformNotSupported": "L'authentification SSO n'est pas prise en charge sur cette plateforme. Veuillez utiliser les identifiants ou l'authentification LDAP à la place.", "continueWithProvider": "Continuer avec {provider}", - "or": "ou" + "or": "ou", + "usageInfo": "Info", + "usageInfoTitle": "Statistiques de réponse", + "usageTokenGeneration": "Génération de tokens", + "usagePromptEval": "Traitement du prompt", + "usageTotalDuration": "Durée totale", + "usageTokensPerSecond": "{speed} t/s", + "@usageTokensPerSecond": { + "placeholders": { + "speed": { + "type": "String" + } + } + }, + "usageTokenCount": "{count} tokens", + "@usageTokenCount": { + "placeholders": { + "count": { + "type": "int" + } + } + }, + "usageSecondsFormat": "{seconds}s", + "@usageSecondsFormat": { + "placeholders": { + "seconds": { + "type": "String" + } + } + }, + "usageLoadDuration": "Temps de chargement du modèle", + "usageQueueTime": "Temps d'attente", + "usageReasoningTokens": "Tokens de raisonnement", + "usageTotalTokens": "Tokens totaux" } diff --git a/lib/l10n/app_it.arb b/lib/l10n/app_it.arb index 6214e21..f67eecb 100644 --- a/lib/l10n/app_it.arb +++ b/lib/l10n/app_it.arb @@ -879,5 +879,38 @@ "ldapNotEnabled": "L'autenticazione LDAP non è abilitata su questo server", "ssoPlatformNotSupported": "L'autenticazione SSO non è supportata su questa piattaforma. Usa invece le credenziali o l'autenticazione LDAP.", "continueWithProvider": "Continua con {provider}", - "or": "o" + "or": "o", + "usageInfo": "Info", + "usageInfoTitle": "Statistiche risposta", + "usageTokenGeneration": "Generazione token", + "usagePromptEval": "Elaborazione prompt", + "usageTotalDuration": "Durata totale", + "usageTokensPerSecond": "{speed} t/s", + "@usageTokensPerSecond": { + "placeholders": { + "speed": { + "type": "String" + } + } + }, + "usageTokenCount": "{count} token", + "@usageTokenCount": { + "placeholders": { + "count": { + "type": "int" + } + } + }, + "usageSecondsFormat": "{seconds}s", + "@usageSecondsFormat": { + "placeholders": { + "seconds": { + "type": "String" + } + } + }, + "usageLoadDuration": "Tempo di caricamento modello", + "usageQueueTime": "Tempo in coda", + "usageReasoningTokens": "Token di ragionamento", + "usageTotalTokens": "Token totali" } diff --git a/lib/l10n/app_ko.arb b/lib/l10n/app_ko.arb index 9e41f1c..9040a8f 100644 --- a/lib/l10n/app_ko.arb +++ b/lib/l10n/app_ko.arb @@ -657,5 +657,38 @@ "ldapNotEnabled": "이 서버에서 LDAP 인증이 활성화되어 있지 않습니다", "ssoPlatformNotSupported": "이 플랫폼에서는 SSO 인증이 지원되지 않습니다. 대신 자격 증명 또는 LDAP 인증을 사용하세요.", "continueWithProvider": "{provider}(으)로 계속", - "or": "또는" + "or": "또는", + "usageInfo": "정보", + "usageInfoTitle": "응답 통계", + "usageTokenGeneration": "토큰 생성", + "usagePromptEval": "프롬프트 처리", + "usageTotalDuration": "총 소요 시간", + "usageTokensPerSecond": "{speed} t/s", + "@usageTokensPerSecond": { + "placeholders": { + "speed": { + "type": "String" + } + } + }, + "usageTokenCount": "{count}개 토큰", + "@usageTokenCount": { + "placeholders": { + "count": { + "type": "int" + } + } + }, + "usageSecondsFormat": "{seconds}초", + "@usageSecondsFormat": { + "placeholders": { + "seconds": { + "type": "String" + } + } + }, + "usageLoadDuration": "모델 로드 시간", + "usageQueueTime": "대기 시간", + "usageReasoningTokens": "추론 토큰", + "usageTotalTokens": "총 토큰" } diff --git a/lib/l10n/app_nl.arb b/lib/l10n/app_nl.arb index 2869cc6..998abd9 100644 --- a/lib/l10n/app_nl.arb +++ b/lib/l10n/app_nl.arb @@ -879,5 +879,38 @@ "ldapNotEnabled": "LDAP-authenticatie is niet ingeschakeld op deze server", "ssoPlatformNotSupported": "SSO-authenticatie wordt niet ondersteund op dit platform. Gebruik in plaats daarvan inloggegevens of LDAP-authenticatie.", "continueWithProvider": "Doorgaan met {provider}", - "or": "of" + "or": "of", + "usageInfo": "Info", + "usageInfoTitle": "Antwoordstatistieken", + "usageTokenGeneration": "Tokengeneratie", + "usagePromptEval": "Promptverwerking", + "usageTotalDuration": "Totale duur", + "usageTokensPerSecond": "{speed} t/s", + "@usageTokensPerSecond": { + "placeholders": { + "speed": { + "type": "String" + } + } + }, + "usageTokenCount": "{count} tokens", + "@usageTokenCount": { + "placeholders": { + "count": { + "type": "int" + } + } + }, + "usageSecondsFormat": "{seconds}s", + "@usageSecondsFormat": { + "placeholders": { + "seconds": { + "type": "String" + } + } + }, + "usageLoadDuration": "Modellaadtijd", + "usageQueueTime": "Wachttijd", + "usageReasoningTokens": "Redeneertokens", + "usageTotalTokens": "Totaal tokens" } diff --git a/lib/l10n/app_ru.arb b/lib/l10n/app_ru.arb index a43af60..eab81df 100644 --- a/lib/l10n/app_ru.arb +++ b/lib/l10n/app_ru.arb @@ -879,5 +879,38 @@ "ldapNotEnabled": "LDAP-аутентификация не включена на этом сервере", "ssoPlatformNotSupported": "SSO-аутентификация не поддерживается на этой платформе. Пожалуйста, используйте учётные данные или LDAP-аутентификацию.", "continueWithProvider": "Продолжить с {provider}", - "or": "или" + "or": "или", + "usageInfo": "Инфо", + "usageInfoTitle": "Статистика ответа", + "usageTokenGeneration": "Генерация токенов", + "usagePromptEval": "Обработка промпта", + "usageTotalDuration": "Общая длительность", + "usageTokensPerSecond": "{speed} т/с", + "@usageTokensPerSecond": { + "placeholders": { + "speed": { + "type": "String" + } + } + }, + "usageTokenCount": "{count} токенов", + "@usageTokenCount": { + "placeholders": { + "count": { + "type": "int" + } + } + }, + "usageSecondsFormat": "{seconds}с", + "@usageSecondsFormat": { + "placeholders": { + "seconds": { + "type": "String" + } + } + }, + "usageLoadDuration": "Время загрузки модели", + "usageQueueTime": "Время в очереди", + "usageReasoningTokens": "Токены рассуждений", + "usageTotalTokens": "Всего токенов" } diff --git a/lib/l10n/app_zh.arb b/lib/l10n/app_zh.arb index 547e3b8..2ea71de 100644 --- a/lib/l10n/app_zh.arb +++ b/lib/l10n/app_zh.arb @@ -879,5 +879,38 @@ "ldapNotEnabled": "此服务器未启用 LDAP 验证", "ssoPlatformNotSupported": "此平台不支持 SSO 验证。请改用凭据或 LDAP 验证。", "continueWithProvider": "使用 {provider} 继续", - "or": "或" + "or": "或", + "usageInfo": "信息", + "usageInfoTitle": "响应统计", + "usageTokenGeneration": "Token 生成", + "usagePromptEval": "提示处理", + "usageTotalDuration": "总耗时", + "usageTokensPerSecond": "{speed} t/s", + "@usageTokensPerSecond": { + "placeholders": { + "speed": { + "type": "String" + } + } + }, + "usageTokenCount": "{count} 个 token", + "@usageTokenCount": { + "placeholders": { + "count": { + "type": "int" + } + } + }, + "usageSecondsFormat": "{seconds}秒", + "@usageSecondsFormat": { + "placeholders": { + "seconds": { + "type": "String" + } + } + }, + "usageLoadDuration": "模型加载时间", + "usageQueueTime": "排队时间", + "usageReasoningTokens": "推理 token", + "usageTotalTokens": "总 token" } diff --git a/lib/l10n/app_zh_Hant.arb b/lib/l10n/app_zh_Hant.arb index aabaaad..e26a898 100644 --- a/lib/l10n/app_zh_Hant.arb +++ b/lib/l10n/app_zh_Hant.arb @@ -879,5 +879,38 @@ "ldapNotEnabled": "此伺服器未啟用 LDAP 驗證", "ssoPlatformNotSupported": "此平台不支援 SSO 驗證。請改用憑據或 LDAP 驗證。", "continueWithProvider": "使用 {provider} 繼續", - "or": "或" + "or": "或", + "usageInfo": "資訊", + "usageInfoTitle": "回應統計", + "usageTokenGeneration": "Token 生成", + "usagePromptEval": "提示處理", + "usageTotalDuration": "總耗時", + "usageTokensPerSecond": "{speed} t/s", + "@usageTokensPerSecond": { + "placeholders": { + "speed": { + "type": "String" + } + } + }, + "usageTokenCount": "{count} 個 token", + "@usageTokenCount": { + "placeholders": { + "count": { + "type": "int" + } + } + }, + "usageSecondsFormat": "{seconds}秒", + "@usageSecondsFormat": { + "placeholders": { + "seconds": { + "type": "String" + } + } + }, + "usageLoadDuration": "模型載入時間", + "usageQueueTime": "排隊時間", + "usageReasoningTokens": "推理 token", + "usageTotalTokens": "總 token" }