Skip to content

Commit e07740b

Browse files
feat: add some translate (#12746)
1 parent d1bedc5 commit e07740b

10 files changed

Lines changed: 40 additions & 10 deletions

File tree

frontend/src/lang/modules/en.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -940,6 +940,10 @@ const message = {
940940
streamIdleTimeoutSeconds: 'Stream Idle Timeout (s)',
941941
maxBodyMb: 'Max Body Size (MB)',
942942
runtimeRefreshSeconds: 'Runtime Refresh Interval (s)',
943+
logRetention: 'Log Retention',
944+
usageRetentionDays: 'Usage Statistics Retention (days)',
945+
contentAuditRetentionDays: 'Content Compliance Audit Retention (days)',
946+
logCleanupIntervalHours: 'Log Cleanup Interval (hours)',
943947
statusTitle: 'AI Gateway Status',
944948
serviceEnabled: 'Service Auto-start',
945949
proxyEnabled: 'Gateway Enabled',
@@ -981,7 +985,6 @@ const message = {
981985
input: 'Input',
982986
output: 'Output',
983987
total: 'Total',
984-
durationMs: 'Duration (ms)',
985988
healthHealthy: 'Healthy',
986989
healthCooldown: 'Cooldown',
987990
healthUnhealthy: 'Unhealthy',

frontend/src/lang/modules/es-es.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -955,6 +955,10 @@ const message = {
955955
streamIdleTimeoutSeconds: 'Timeout de inactividad streaming (s)',
956956
maxBodyMb: 'Tamaño máximo del cuerpo (MB)',
957957
runtimeRefreshSeconds: 'Intervalo de actualización runtime (s)',
958+
logRetention: 'Retención de logs',
959+
usageRetentionDays: 'Retención de estadísticas de uso (días)',
960+
contentAuditRetentionDays: 'Retención de auditoría de cumplimiento de contenido (días)',
961+
logCleanupIntervalHours: 'Intervalo de limpieza de logs (horas)',
958962
statusTitle: 'Estado del gateway de IA',
959963
serviceEnabled: 'Inicio automático del servicio',
960964
proxyEnabled: 'Gateway habilitado',
@@ -995,7 +999,6 @@ const message = {
995999
input: 'Entrada',
9961000
output: 'Salida',
9971001
total: 'Total',
998-
durationMs: 'Duración (ms)',
9991002
healthHealthy: 'Saludable',
10001003
healthCooldown: 'En enfriamiento',
10011004
healthUnhealthy: 'Anómalo',

frontend/src/lang/modules/ja.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -945,6 +945,10 @@ const message = {
945945
streamIdleTimeoutSeconds: 'ストリーミングアイドルタイムアウト(秒)',
946946
maxBodyMb: '最大リクエスト本文(MB)',
947947
runtimeRefreshSeconds: 'Runtime 更新間隔(秒)',
948+
logRetention: 'ログ保持',
949+
usageRetentionDays: '使用統計保持日数',
950+
contentAuditRetentionDays: 'コンテンツコンプライアンス監査ログ保持日数',
951+
logCleanupIntervalHours: 'ログクリーンアップ間隔(時間)',
948952
statusTitle: 'AI ゲートウェイ状態',
949953
serviceEnabled: 'サービス自動起動',
950954
proxyEnabled: 'ゲートウェイ有効',
@@ -985,7 +989,6 @@ const message = {
985989
input: '入力',
986990
output: '出力',
987991
total: '合計',
988-
durationMs: '所要時間(ms)',
989992
healthHealthy: '正常',
990993
healthCooldown: 'クールダウン',
991994
healthUnhealthy: '異常',

frontend/src/lang/modules/ko.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -929,6 +929,10 @@ const message = {
929929
streamIdleTimeoutSeconds: '스트리밍 유휴 시간 초과(초)',
930930
maxBodyMb: '최대 요청 본문(MB)',
931931
runtimeRefreshSeconds: 'Runtime 새로고침 간격(초)',
932+
logRetention: '로그 보관',
933+
usageRetentionDays: '사용 통계 보관 일수',
934+
contentAuditRetentionDays: '콘텐츠 컴플라이언스 감사 로그 보관 일수',
935+
logCleanupIntervalHours: '로그 정리 간격(시간)',
932936
statusTitle: 'AI 게이트웨이 상태',
933937
serviceEnabled: '서비스 자동 시작',
934938
proxyEnabled: '게이트웨이 활성화',
@@ -969,7 +973,6 @@ const message = {
969973
input: '입력',
970974
output: '출력',
971975
total: '합계',
972-
durationMs: '소요 시간(ms)',
973976
healthHealthy: '정상',
974977
healthCooldown: '쿨다운',
975978
healthUnhealthy: '비정상',

frontend/src/lang/modules/ms.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -954,6 +954,10 @@ const message = {
954954
streamIdleTimeoutSeconds: 'Tamat masa melahu penstriman (s)',
955955
maxBodyMb: 'Saiz badan maksimum (MB)',
956956
runtimeRefreshSeconds: 'Selang segar semula runtime (s)',
957+
logRetention: 'Pengekalan Log',
958+
usageRetentionDays: 'Pengekalan Statistik Penggunaan (hari)',
959+
contentAuditRetentionDays: 'Pengekalan Audit Pematuhan Kandungan (hari)',
960+
logCleanupIntervalHours: 'Selang Pembersihan Log (jam)',
957961
statusTitle: 'Status gateway AI',
958962
serviceEnabled: 'Auto mula perkhidmatan',
959963
proxyEnabled: 'Gateway diaktifkan',
@@ -994,7 +998,6 @@ const message = {
994998
input: 'Input',
995999
output: 'Output',
9961000
total: 'Jumlah',
997-
durationMs: 'Tempoh (ms)',
9981001
healthHealthy: 'Sihat',
9991002
healthCooldown: 'Cooldown',
10001003
healthUnhealthy: 'Tidak sihat',

frontend/src/lang/modules/pt-br.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -950,6 +950,10 @@ const message = {
950950
streamIdleTimeoutSeconds: 'Timeout de inatividade do streaming (s)',
951951
maxBodyMb: 'Tamanho máximo do corpo (MB)',
952952
runtimeRefreshSeconds: 'Intervalo de atualização do runtime (s)',
953+
logRetention: 'Retenção de logs',
954+
usageRetentionDays: 'Retenção de estatísticas de uso (dias)',
955+
contentAuditRetentionDays: 'Retenção de auditoria de conformidade de conteúdo (dias)',
956+
logCleanupIntervalHours: 'Intervalo de limpeza de logs (horas)',
953957
statusTitle: 'Status do gateway de IA',
954958
serviceEnabled: 'Inicialização automática do serviço',
955959
proxyEnabled: 'Gateway habilitado',
@@ -990,7 +994,6 @@ const message = {
990994
input: 'Entrada',
991995
output: 'Saída',
992996
total: 'Total',
993-
durationMs: 'Duração (ms)',
994997
healthHealthy: 'Saudável',
995998
healthCooldown: 'Cooldown',
996999
healthUnhealthy: 'Anormal',

frontend/src/lang/modules/ru.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -944,6 +944,10 @@ const message = {
944944
streamIdleTimeoutSeconds: 'Тайм-аут простоя stream (с)',
945945
maxBodyMb: 'Максимальный размер тела (MB)',
946946
runtimeRefreshSeconds: 'Интервал обновления runtime (с)',
947+
logRetention: 'Хранение журналов',
948+
usageRetentionDays: 'Хранение статистики использования (дни)',
949+
contentAuditRetentionDays: 'Хранение аудита соответствия контента (дни)',
950+
logCleanupIntervalHours: 'Интервал очистки журналов (часы)',
947951
statusTitle: 'Статус AI-шлюза',
948952
serviceEnabled: 'Автозапуск сервиса',
949953
proxyEnabled: 'Шлюз включен',
@@ -984,7 +988,6 @@ const message = {
984988
input: 'Вход',
985989
output: 'Выход',
986990
total: 'Итого',
987-
durationMs: 'Длительность (ms)',
988991
healthHealthy: 'Исправен',
989992
healthCooldown: 'Cooldown',
990993
healthUnhealthy: 'Неисправен',

frontend/src/lang/modules/tr.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -952,6 +952,10 @@ const message = {
952952
streamIdleTimeoutSeconds: 'Akış boşta zaman aşımı (sn)',
953953
maxBodyMb: 'Maksimum gövde boyutu (MB)',
954954
runtimeRefreshSeconds: 'Runtime yenileme aralığı (sn)',
955+
logRetention: 'Log Saklama',
956+
usageRetentionDays: 'Kullanım İstatistikleri Saklama (gün)',
957+
contentAuditRetentionDays: 'İçerik Uyumluluğu Denetim Saklama (gün)',
958+
logCleanupIntervalHours: 'Log Temizleme Aralığı (saat)',
955959
statusTitle: 'AI Ağ Geçidi durumu',
956960
serviceEnabled: 'Servis otomatik başlatma',
957961
proxyEnabled: 'Ağ geçidi etkin',
@@ -992,7 +996,6 @@ const message = {
992996
input: 'Girdi',
993997
output: 'Çıktı',
994998
total: 'Toplam',
995-
durationMs: 'Süre (ms)',
996999
healthHealthy: 'Sağlıklı',
9971000
healthCooldown: 'Cooldown',
9981001
healthUnhealthy: 'Sağlıksız',

frontend/src/lang/modules/zh-Hant.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -889,6 +889,10 @@ const message = {
889889
streamIdleTimeoutSeconds: '串流空閒逾時(秒)',
890890
maxBodyMb: '最大請求體(MB)',
891891
runtimeRefreshSeconds: 'Runtime 刷新間隔(秒)',
892+
logRetention: '日誌保留',
893+
usageRetentionDays: '用量統計保留天數',
894+
contentAuditRetentionDays: '內容合規審計日誌保留天數',
895+
logCleanupIntervalHours: '日誌清理間隔(小時)',
892896
statusTitle: 'AI 閘道狀態',
893897
serviceEnabled: '服務自啟',
894898
proxyEnabled: '閘道啟用',
@@ -929,7 +933,6 @@ const message = {
929933
input: '輸入',
930934
output: '輸出',
931935
total: '總計',
932-
durationMs: '耗時(ms)',
933936
healthHealthy: '健康',
934937
healthCooldown: '冷卻',
935938
healthUnhealthy: '異常',

frontend/src/lang/modules/zh.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -882,6 +882,10 @@ const message = {
882882
streamIdleTimeoutSeconds: '流式空闲超时(秒)',
883883
maxBodyMb: '最大请求体(MB)',
884884
runtimeRefreshSeconds: 'Runtime 刷新间隔(秒)',
885+
logRetention: '日志保留',
886+
usageRetentionDays: '用量统计保留天数',
887+
contentAuditRetentionDays: '内容合规审计日志保留天数',
888+
logCleanupIntervalHours: '日志清理间隔(小时)',
885889
statusTitle: 'AI 网关状态',
886890
serviceEnabled: '服务自启',
887891
proxyEnabled: '网关启用',
@@ -923,7 +927,6 @@ const message = {
923927
input: '输入',
924928
output: '输出',
925929
total: '总计',
926-
durationMs: '耗时(ms)',
927930
healthHealthy: '健康',
928931
healthCooldown: '冷却',
929932
healthUnhealthy: '异常',

0 commit comments

Comments
 (0)