Skip to content

Commit 9e07f44

Browse files
feat: add some translate
1 parent b3f41ca commit 9e07f44

11 files changed

Lines changed: 41 additions & 11 deletions

File tree

frontend/src/lang/modules/en.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -935,6 +935,10 @@ const message = {
935935
streamIdleTimeoutSeconds: 'Stream Idle Timeout (s)',
936936
maxBodyMb: 'Max Body Size (MB)',
937937
runtimeRefreshSeconds: 'Runtime Refresh Interval (s)',
938+
logRetention: 'Log Retention',
939+
usageRetentionDays: 'Usage Statistics Retention (days)',
940+
contentAuditRetentionDays: 'Content Compliance Audit Retention (days)',
941+
logCleanupIntervalHours: 'Log Cleanup Interval (hours)',
938942
statusTitle: 'AI Gateway Status',
939943
serviceEnabled: 'Service Auto-start',
940944
proxyEnabled: 'Gateway Enabled',
@@ -976,7 +980,6 @@ const message = {
976980
input: 'Input',
977981
output: 'Output',
978982
total: 'Total',
979-
durationMs: 'Duration (ms)',
980983
healthHealthy: 'Healthy',
981984
healthCooldown: 'Cooldown',
982985
healthUnhealthy: 'Unhealthy',

frontend/src/lang/modules/es-es.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 inactividad streaming (s)',
951951
maxBodyMb: 'Tamaño máximo del cuerpo (MB)',
952952
runtimeRefreshSeconds: 'Intervalo de actualización runtime (s)',
953+
logRetention: 'Retención de logs',
954+
usageRetentionDays: 'Retención de estadísticas de uso (días)',
955+
contentAuditRetentionDays: 'Retención de auditoría de cumplimiento de contenido (días)',
956+
logCleanupIntervalHours: 'Intervalo de limpieza de logs (horas)',
953957
statusTitle: 'Estado del gateway de IA',
954958
serviceEnabled: 'Inicio automático del servicio',
955959
proxyEnabled: 'Gateway habilitado',
@@ -990,7 +994,6 @@ const message = {
990994
input: 'Entrada',
991995
output: 'Salida',
992996
total: 'Total',
993-
durationMs: 'Duración (ms)',
994997
healthHealthy: 'Saludable',
995998
healthCooldown: 'En enfriamiento',
996999
healthUnhealthy: 'Anómalo',

frontend/src/lang/modules/ja.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -940,6 +940,10 @@ const message = {
940940
streamIdleTimeoutSeconds: 'ストリーミングアイドルタイムアウト(秒)',
941941
maxBodyMb: '最大リクエスト本文(MB)',
942942
runtimeRefreshSeconds: 'Runtime 更新間隔(秒)',
943+
logRetention: 'ログ保持',
944+
usageRetentionDays: '使用統計保持日数',
945+
contentAuditRetentionDays: 'コンテンツコンプライアンス監査ログ保持日数',
946+
logCleanupIntervalHours: 'ログクリーンアップ間隔(時間)',
943947
statusTitle: 'AI ゲートウェイ状態',
944948
serviceEnabled: 'サービス自動起動',
945949
proxyEnabled: 'ゲートウェイ有効',
@@ -980,7 +984,6 @@ const message = {
980984
input: '入力',
981985
output: '出力',
982986
total: '合計',
983-
durationMs: '所要時間(ms)',
984987
healthHealthy: '正常',
985988
healthCooldown: 'クールダウン',
986989
healthUnhealthy: '異常',

frontend/src/lang/modules/ko.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -924,6 +924,10 @@ const message = {
924924
streamIdleTimeoutSeconds: '스트리밍 유휴 시간 초과(초)',
925925
maxBodyMb: '최대 요청 본문(MB)',
926926
runtimeRefreshSeconds: 'Runtime 새로고침 간격(초)',
927+
logRetention: '로그 보관',
928+
usageRetentionDays: '사용 통계 보관 일수',
929+
contentAuditRetentionDays: '콘텐츠 컴플라이언스 감사 로그 보관 일수',
930+
logCleanupIntervalHours: '로그 정리 간격(시간)',
927931
statusTitle: 'AI 게이트웨이 상태',
928932
serviceEnabled: '서비스 자동 시작',
929933
proxyEnabled: '게이트웨이 활성화',
@@ -964,7 +968,6 @@ const message = {
964968
input: '입력',
965969
output: '출력',
966970
total: '합계',
967-
durationMs: '소요 시간(ms)',
968971
healthHealthy: '정상',
969972
healthCooldown: '쿨다운',
970973
healthUnhealthy: '비정상',

frontend/src/lang/modules/ms.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -949,6 +949,10 @@ const message = {
949949
streamIdleTimeoutSeconds: 'Tamat masa melahu penstriman (s)',
950950
maxBodyMb: 'Saiz badan maksimum (MB)',
951951
runtimeRefreshSeconds: 'Selang segar semula runtime (s)',
952+
logRetention: 'Pengekalan Log',
953+
usageRetentionDays: 'Pengekalan Statistik Penggunaan (hari)',
954+
contentAuditRetentionDays: 'Pengekalan Audit Pematuhan Kandungan (hari)',
955+
logCleanupIntervalHours: 'Selang Pembersihan Log (jam)',
952956
statusTitle: 'Status gateway AI',
953957
serviceEnabled: 'Auto mula perkhidmatan',
954958
proxyEnabled: 'Gateway diaktifkan',
@@ -989,7 +993,6 @@ const message = {
989993
input: 'Input',
990994
output: 'Output',
991995
total: 'Jumlah',
992-
durationMs: 'Tempoh (ms)',
993996
healthHealthy: 'Sihat',
994997
healthCooldown: 'Cooldown',
995998
healthUnhealthy: 'Tidak sihat',

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -945,6 +945,10 @@ const message = {
945945
streamIdleTimeoutSeconds: 'Timeout de inatividade do streaming (s)',
946946
maxBodyMb: 'Tamanho máximo do corpo (MB)',
947947
runtimeRefreshSeconds: 'Intervalo de atualização do runtime (s)',
948+
logRetention: 'Retenção de logs',
949+
usageRetentionDays: 'Retenção de estatísticas de uso (dias)',
950+
contentAuditRetentionDays: 'Retenção de auditoria de conformidade de conteúdo (dias)',
951+
logCleanupIntervalHours: 'Intervalo de limpeza de logs (horas)',
948952
statusTitle: 'Status do gateway de IA',
949953
serviceEnabled: 'Inicialização automática do serviço',
950954
proxyEnabled: 'Gateway habilitado',
@@ -985,7 +989,6 @@ const message = {
985989
input: 'Entrada',
986990
output: 'Saída',
987991
total: 'Total',
988-
durationMs: 'Duração (ms)',
989992
healthHealthy: 'Saudável',
990993
healthCooldown: 'Cooldown',
991994
healthUnhealthy: 'Anormal',

frontend/src/lang/modules/ru.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -939,6 +939,10 @@ const message = {
939939
streamIdleTimeoutSeconds: 'Тайм-аут простоя stream (с)',
940940
maxBodyMb: 'Максимальный размер тела (MB)',
941941
runtimeRefreshSeconds: 'Интервал обновления runtime (с)',
942+
logRetention: 'Хранение журналов',
943+
usageRetentionDays: 'Хранение статистики использования (дни)',
944+
contentAuditRetentionDays: 'Хранение аудита соответствия контента (дни)',
945+
logCleanupIntervalHours: 'Интервал очистки журналов (часы)',
942946
statusTitle: 'Статус AI-шлюза',
943947
serviceEnabled: 'Автозапуск сервиса',
944948
proxyEnabled: 'Шлюз включен',
@@ -979,7 +983,6 @@ const message = {
979983
input: 'Вход',
980984
output: 'Выход',
981985
total: 'Итого',
982-
durationMs: 'Длительность (ms)',
983986
healthHealthy: 'Исправен',
984987
healthCooldown: 'Cooldown',
985988
healthUnhealthy: 'Неисправен',

frontend/src/lang/modules/tr.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -947,6 +947,10 @@ const message = {
947947
streamIdleTimeoutSeconds: 'Akış boşta zaman aşımı (sn)',
948948
maxBodyMb: 'Maksimum gövde boyutu (MB)',
949949
runtimeRefreshSeconds: 'Runtime yenileme aralığı (sn)',
950+
logRetention: 'Log Saklama',
951+
usageRetentionDays: 'Kullanım İstatistikleri Saklama (gün)',
952+
contentAuditRetentionDays: 'İçerik Uyumluluğu Denetim Saklama (gün)',
953+
logCleanupIntervalHours: 'Log Temizleme Aralığı (saat)',
950954
statusTitle: 'AI Ağ Geçidi durumu',
951955
serviceEnabled: 'Servis otomatik başlatma',
952956
proxyEnabled: 'Ağ geçidi etkin',
@@ -987,7 +991,6 @@ const message = {
987991
input: 'Girdi',
988992
output: 'Çıktı',
989993
total: 'Toplam',
990-
durationMs: 'Süre (ms)',
991994
healthHealthy: 'Sağlıklı',
992995
healthCooldown: 'Cooldown',
993996
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
@@ -884,6 +884,10 @@ const message = {
884884
streamIdleTimeoutSeconds: '串流空閒逾時(秒)',
885885
maxBodyMb: '最大請求體(MB)',
886886
runtimeRefreshSeconds: 'Runtime 刷新間隔(秒)',
887+
logRetention: '日誌保留',
888+
usageRetentionDays: '用量統計保留天數',
889+
contentAuditRetentionDays: '內容合規審計日誌保留天數',
890+
logCleanupIntervalHours: '日誌清理間隔(小時)',
887891
statusTitle: 'AI 閘道狀態',
888892
serviceEnabled: '服務自啟',
889893
proxyEnabled: '閘道啟用',
@@ -924,7 +928,6 @@ const message = {
924928
input: '輸入',
925929
output: '輸出',
926930
total: '總計',
927-
durationMs: '耗時(ms)',
928931
healthHealthy: '健康',
929932
healthCooldown: '冷卻',
930933
healthUnhealthy: '異常',

frontend/src/lang/modules/zh.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -877,6 +877,10 @@ const message = {
877877
streamIdleTimeoutSeconds: '流式空闲超时(秒)',
878878
maxBodyMb: '最大请求体(MB)',
879879
runtimeRefreshSeconds: 'Runtime 刷新间隔(秒)',
880+
logRetention: '日志保留',
881+
usageRetentionDays: '用量统计保留天数',
882+
contentAuditRetentionDays: '内容合规审计日志保留天数',
883+
logCleanupIntervalHours: '日志清理间隔(小时)',
880884
statusTitle: 'AI 网关状态',
881885
serviceEnabled: '服务自启',
882886
proxyEnabled: '网关启用',
@@ -918,7 +922,6 @@ const message = {
918922
input: '输入',
919923
output: '输出',
920924
total: '总计',
921-
durationMs: '耗时(ms)',
922925
healthHealthy: '健康',
923926
healthCooldown: '冷却',
924927
healthUnhealthy: '异常',

0 commit comments

Comments
 (0)