Skip to content

Commit 5596775

Browse files
committed
zen: display session in usage
1 parent 5712cff commit 5596775

18 files changed

Lines changed: 19 additions & 0 deletions

File tree

packages/console/app/src/i18n/ar.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,7 @@ export const dict = {
337337
"workspace.usage.table.input": "الدخل",
338338
"workspace.usage.table.output": "الخرج",
339339
"workspace.usage.table.cost": "التكلفة",
340+
"workspace.usage.table.session": "الجلسة",
340341
"workspace.usage.breakdown.input": "الدخل",
341342
"workspace.usage.breakdown.cacheRead": "قراءة الكاش",
342343
"workspace.usage.breakdown.cacheWrite": "كتابة الكاش",

packages/console/app/src/i18n/br.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,7 @@ export const dict = {
342342
"workspace.usage.table.input": "Entrada",
343343
"workspace.usage.table.output": "Saída",
344344
"workspace.usage.table.cost": "Custo",
345+
"workspace.usage.table.session": "Sessão",
345346
"workspace.usage.breakdown.input": "Entrada",
346347
"workspace.usage.breakdown.cacheRead": "Leitura de Cache",
347348
"workspace.usage.breakdown.cacheWrite": "Escrita em Cache",

packages/console/app/src/i18n/da.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,7 @@ export const dict = {
340340
"workspace.usage.table.input": "Input",
341341
"workspace.usage.table.output": "Output",
342342
"workspace.usage.table.cost": "Omkostning",
343+
"workspace.usage.table.session": "Session",
343344
"workspace.usage.breakdown.input": "Input",
344345
"workspace.usage.breakdown.cacheRead": "Cache læst",
345346
"workspace.usage.breakdown.cacheWrite": "Cache skriv",

packages/console/app/src/i18n/de.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,7 @@ export const dict = {
342342
"workspace.usage.table.input": "Input",
343343
"workspace.usage.table.output": "Output",
344344
"workspace.usage.table.cost": "Kosten",
345+
"workspace.usage.table.session": "Sitzung",
345346
"workspace.usage.breakdown.input": "Input",
346347
"workspace.usage.breakdown.cacheRead": "Cache Read",
347348
"workspace.usage.breakdown.cacheWrite": "Cache Write",

packages/console/app/src/i18n/en.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,7 @@ export const dict = {
334334
"workspace.usage.table.input": "Input",
335335
"workspace.usage.table.output": "Output",
336336
"workspace.usage.table.cost": "Cost",
337+
"workspace.usage.table.session": "Session",
337338
"workspace.usage.breakdown.input": "Input",
338339
"workspace.usage.breakdown.cacheRead": "Cache Read",
339340
"workspace.usage.breakdown.cacheWrite": "Cache Write",

packages/console/app/src/i18n/es.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,7 @@ export const dict = {
343343
"workspace.usage.table.input": "Entrada",
344344
"workspace.usage.table.output": "Salida",
345345
"workspace.usage.table.cost": "Costo",
346+
"workspace.usage.table.session": "Sesión",
346347
"workspace.usage.breakdown.input": "Entrada",
347348
"workspace.usage.breakdown.cacheRead": "Lectura de Caché",
348349
"workspace.usage.breakdown.cacheWrite": "Escritura de Caché",

packages/console/app/src/i18n/fr.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,7 @@ export const dict = {
348348
"workspace.usage.table.input": "Entrée",
349349
"workspace.usage.table.output": "Sortie",
350350
"workspace.usage.table.cost": "Coût",
351+
"workspace.usage.table.session": "Session",
351352
"workspace.usage.breakdown.input": "Entrée",
352353
"workspace.usage.breakdown.cacheRead": "Lecture cache",
353354
"workspace.usage.breakdown.cacheWrite": "Écriture cache",

packages/console/app/src/i18n/it.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,7 @@ export const dict = {
342342
"workspace.usage.table.input": "Input",
343343
"workspace.usage.table.output": "Output",
344344
"workspace.usage.table.cost": "Costo",
345+
"workspace.usage.table.session": "Sessione",
345346
"workspace.usage.breakdown.input": "Input",
346347
"workspace.usage.breakdown.cacheRead": "Lettura Cache",
347348
"workspace.usage.breakdown.cacheWrite": "Scrittura Cache",

packages/console/app/src/i18n/ja.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,7 @@ export const dict = {
339339
"workspace.usage.table.input": "入力",
340340
"workspace.usage.table.output": "出力",
341341
"workspace.usage.table.cost": "コスト",
342+
"workspace.usage.table.session": "セッション",
342343
"workspace.usage.breakdown.input": "入力",
343344
"workspace.usage.breakdown.cacheRead": "キャッシュ読み取り",
344345
"workspace.usage.breakdown.cacheWrite": "キャッシュ書き込み",

packages/console/app/src/i18n/ko.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,7 @@ export const dict = {
336336
"workspace.usage.table.input": "입력",
337337
"workspace.usage.table.output": "출력",
338338
"workspace.usage.table.cost": "비용",
339+
"workspace.usage.table.session": "세션",
339340
"workspace.usage.breakdown.input": "입력",
340341
"workspace.usage.breakdown.cacheRead": "캐시 읽기",
341342
"workspace.usage.breakdown.cacheWrite": "캐시 쓰기",

0 commit comments

Comments
 (0)