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
1 change: 1 addition & 0 deletions apps/apollo-vertex/locales/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"korean": "Koreanisch",
"portuguese": "Portugiesisch",
"portuguese-br": "Portugiesisch (Brasilien)",
"romanian": "Rumänisch",
"russian": "Russisch",
"turkish": "Türkisch",
"chinese-cn": "Chinesisch (China)",
Expand Down
1 change: 1 addition & 0 deletions apps/apollo-vertex/locales/es-MX.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"korean": "Coreano",
"portuguese": "Portugués",
"portuguese-br": "Portugués (Brasil)",
"romanian": "Rumano",
"russian": "Ruso",
"turkish": "Turco",
"chinese-cn": "Chino (China)",
Expand Down
1 change: 1 addition & 0 deletions apps/apollo-vertex/locales/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"korean": "Koreano",
"portuguese": "Portugués",
"portuguese-br": "Portugués (Brasil)",
"romanian": "Rumano",
"russian": "Ruso",
"turkish": "Turco",
"chinese-cn": "Chino (China)",
Expand Down
1 change: 1 addition & 0 deletions apps/apollo-vertex/locales/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"korean": "Coréen",
"portuguese": "Portugais",
"portuguese-br": "Portugais (Brésil)",
"romanian": "Roumain",
"russian": "Russe",
"turkish": "Turque",
"chinese-cn": "Chinois (Chine)",
Expand Down
1 change: 1 addition & 0 deletions apps/apollo-vertex/locales/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"korean": "韓国語",
"portuguese": "ポルトガル語",
"portuguese-br": "ポルトガル語 (ブラジル)",
"romanian": "ルーマニア語",
"russian": "ロシア語",
"turkish": "トルコ語",
"chinese-cn": "中国語 (中国)",
Expand Down
1 change: 1 addition & 0 deletions apps/apollo-vertex/locales/ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"korean": "한국어",
"portuguese": "포르투갈어",
"portuguese-br": "포르투갈어(브라질)",
"romanian": "루마니아어",
"russian": "러시아어",
"turkish": "터키어",
"chinese-cn": "중국어(중국)",
Expand Down
1 change: 1 addition & 0 deletions apps/apollo-vertex/locales/pt-BR.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"korean": "Coreano",
"portuguese": "Português",
"portuguese-br": "Português (Brasil)",
"romanian": "Romeno",
"russian": "Russo",
"turkish": "Turco",
"chinese-cn": "Chinês (China)",
Expand Down
1 change: 1 addition & 0 deletions apps/apollo-vertex/locales/pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"korean": "Coreano",
"portuguese": "Português",
"portuguese-br": "Português (Brasil)",
"romanian": "Romeno",
"russian": "Russo",
"turkish": "Turco",
"chinese-cn": "Chinês (China)",
Expand Down
1 change: 1 addition & 0 deletions apps/apollo-vertex/locales/ro.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"korean": "Coreeană",
"portuguese": "Portugheză",
"portuguese-br": "Portugheză (Brazilia)",
"romanian": "Română",
"russian": "Rusă",
"turkish": "Turcă",
"chinese-cn": "Chineză (China)",
Expand Down
1 change: 1 addition & 0 deletions apps/apollo-vertex/locales/tr.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"korean": "Korece",
"portuguese": "Portekizce",
"portuguese-br": "Portekizce (Brezilya)",
"romanian": "Romence",
"russian": "Rusça",
"turkish": "Türkçe",
"chinese-cn": "Çince (Çin)",
Expand Down
1 change: 1 addition & 0 deletions apps/apollo-vertex/locales/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"korean": "韩语",
"portuguese": "葡萄牙语",
"portuguese-br": "葡萄牙语 (巴西)",
"romanian": "罗马尼亚语",
"russian": "俄语",
"turkish": "土耳其语",
"chinese-cn": "中文(中国)",
Expand Down
1 change: 1 addition & 0 deletions apps/apollo-vertex/locales/zh-TW.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"korean": "韓語",
"portuguese": "葡萄牙語",
"portuguese-br": "葡萄牙語 (巴西)",
"romanian": "羅馬尼亞文",
"russian": "俄語",
"turkish": "土耳其語",
"chinese-cn": "中文 (中國)",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"tool-call.running": "Rulând {toolName}...",
"tool-call.ran": "A rulat {toolName} ({duration}s)",
"tool-call.input": "Intrare",
"tool-call.input": "Input",
"tool-call.execution": "Execuție",
"tool-call.escalation": "Escaladare",
"tool-call.errors": "Erori",
Expand Down
Loading