Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion client/src/i18n/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,16 @@
"recentCalls": "Recent calls",
"clientIp": "Client IP",
"clientAgent": "Client app",
"requestedModelHint": "Requested {model}, served by fallback"
"requestedModelHint": "Requested {model}, served by fallback",
"searchAriaLabel": "Filter tables",
"searchScopeAriaLabel": "Filter scope",
"searchScopeAll": "All",
"searchScopeModels": "Models",
"searchScopeCalls": "Calls",
"searchScopeErrors": "Errors",
"searchScopeKeys": "Keys",
"matchedCount": "{shown} of {total}",
"noMatches": "No matches"
},
"playground": {
"title": "Playground",
Expand Down
11 changes: 10 additions & 1 deletion client/src/i18n/locales/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,16 @@
"recentCalls": "Llamadas recientes",
"clientIp": "IP del cliente",
"clientAgent": "Aplicación cliente",
"requestedModelHint": "Se solicitó {model}, servido por respaldo"
"requestedModelHint": "Se solicitó {model}, servido por respaldo",
"searchAriaLabel": "Filtrar tablas",
"searchScopeAriaLabel": "Alcance del filtro",
"searchScopeAll": "Todo",
"searchScopeModels": "Modelos",
"searchScopeCalls": "Llamadas",
"searchScopeErrors": "Errores",
"searchScopeKeys": "Claves",
"matchedCount": "{shown} de {total}",
"noMatches": "Sin coincidencias"
},
"playground": {
"title": "Entorno de pruebas",
Expand Down
11 changes: 10 additions & 1 deletion client/src/i18n/locales/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,16 @@
"recentCalls": "Appels récents",
"clientIp": "IP du client",
"clientAgent": "Application cliente",
"requestedModelHint": "{model} demandé, servi par repli"
"requestedModelHint": "{model} demandé, servi par repli",
"searchAriaLabel": "Filtrer les tableaux",
"searchScopeAriaLabel": "Portée du filtre",
"searchScopeAll": "Tous",
"searchScopeModels": "Modèles",
"searchScopeCalls": "Appels",
"searchScopeErrors": "Erreurs",
"searchScopeKeys": "Clés",
"matchedCount": "{shown} sur {total}",
"noMatches": "Aucun résultat"
},
"playground": {
"title": "Bac à sable",
Expand Down
11 changes: 10 additions & 1 deletion client/src/i18n/locales/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,16 @@
"recentCalls": "Chiamate recenti",
"clientIp": "IP del client",
"clientAgent": "App client",
"requestedModelHint": "Richiesto {model}, servito dal fallback"
"requestedModelHint": "Richiesto {model}, servito dal fallback",
"searchAriaLabel": "Filtra tabelle",
"searchScopeAriaLabel": "Ambito del filtro",
"searchScopeAll": "Tutto",
"searchScopeModels": "Modelli",
"searchScopeCalls": "Chiamate",
"searchScopeErrors": "Errori",
"searchScopeKeys": "Chiavi",
"matchedCount": "{shown} di {total}",
"noMatches": "Nessun risultato"
},
"playground": {
"title": "Playground",
Expand Down
11 changes: 10 additions & 1 deletion client/src/i18n/locales/pt-BR.json
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,16 @@
"recentCalls": "Chamadas recentes",
"clientIp": "IP do cliente",
"clientAgent": "Aplicativo cliente",
"requestedModelHint": "Solicitado {model}, servido por fallback"
"requestedModelHint": "Solicitado {model}, servido por fallback",
"searchAriaLabel": "Filtrar tabelas",
"searchScopeAriaLabel": "Escopo do filtro",
"searchScopeAll": "Todos",
"searchScopeModels": "Modelos",
"searchScopeCalls": "Chamadas",
"searchScopeErrors": "Erros",
"searchScopeKeys": "Chaves",
"matchedCount": "{shown} de {total}",
"noMatches": "Nenhum resultado"
},
"playground": {
"title": "Playground",
Expand Down
11 changes: 10 additions & 1 deletion client/src/i18n/locales/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,16 @@
"recentCalls": "最近调用",
"clientIp": "客户端 IP",
"clientAgent": "客户端应用",
"requestedModelHint": "请求了 {model},由回退模型提供"
"requestedModelHint": "请求了 {model},由回退模型提供",
"searchAriaLabel": "筛选表格",
"searchScopeAriaLabel": "筛选范围",
"searchScopeAll": "全部",
"searchScopeModels": "模型",
"searchScopeCalls": "调用",
"searchScopeErrors": "错误",
"searchScopeKeys": "密钥",
"matchedCount": "{shown} / {total}",
"noMatches": "无匹配项"
},
"playground": {
"title": "试玩台",
Expand Down
Loading
Loading