Skip to content

Commit 6ab4605

Browse files
committed
feat: add viewAllHistory translation to all language files
1 parent b4cc977 commit 6ab4605

File tree

10 files changed

+20
-10
lines changed

10 files changed

+20
-10
lines changed

webview-ui/src/i18n/locales/de/history.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,6 @@
4747
"mostExpensive": "Teuerste",
4848
"mostTokens": "Meiste Tokens",
4949
"mostRelevant": "Relevanteste"
50-
}
50+
},
51+
"viewAllHistory": "Gesamten Verlauf anzeigen"
5152
}

webview-ui/src/i18n/locales/es/history.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,6 @@
4747
"mostExpensive": "Más costosas",
4848
"mostTokens": "Más tokens",
4949
"mostRelevant": "Más relevantes"
50-
}
50+
},
51+
"viewAllHistory": "Ver todo el historial"
5152
}

webview-ui/src/i18n/locales/fr/history.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,6 @@
4747
"mostExpensive": "Plus coûteuses",
4848
"mostTokens": "Plus de tokens",
4949
"mostRelevant": "Plus pertinentes"
50-
}
50+
},
51+
"viewAllHistory": "Voir tout l'historique"
5152
}

webview-ui/src/i18n/locales/it/history.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,6 @@
4040
"mostExpensive": "Più costose",
4141
"mostTokens": "Più token",
4242
"mostRelevant": "Più rilevanti"
43-
}
43+
},
44+
"viewAllHistory": "Visualizza tutta la cronologia"
4445
}

webview-ui/src/i18n/locales/ja/history.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,6 @@
4040
"mostExpensive": "最も高価",
4141
"mostTokens": "最多トークン",
4242
"mostRelevant": "最も関連性の高い"
43-
}
43+
},
44+
"viewAllHistory": "すべての履歴を表示"
4445
}

webview-ui/src/i18n/locales/ko/history.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,6 @@
4040
"mostExpensive": "가장 비싼순",
4141
"mostTokens": "토큰 많은순",
4242
"mostRelevant": "관련성 높은순"
43-
}
43+
},
44+
"viewAllHistory": "모든 기록 보기"
4445
}

webview-ui/src/i18n/locales/nl/history.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,6 @@
4040
"mostExpensive": "Duurste",
4141
"mostTokens": "Meeste tokens",
4242
"mostRelevant": "Meest relevant"
43-
}
43+
},
44+
"viewAllHistory": "Alle geschiedenis bekijken"
4445
}

webview-ui/src/i18n/locales/pt-BR/history.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,6 @@
4040
"mostExpensive": "Mais caras",
4141
"mostTokens": "Mais tokens",
4242
"mostRelevant": "Mais relevantes"
43-
}
43+
},
44+
"viewAllHistory": "Ver todo o histórico"
4445
}

webview-ui/src/i18n/locales/ru/history.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,6 @@
4040
"mostExpensive": "Самые дорогие",
4141
"mostTokens": "Больше всего токенов",
4242
"mostRelevant": "Наиболее релевантные"
43-
}
43+
},
44+
"viewAllHistory": "Просмотреть всю историю"
4445
}

webview-ui/src/i18n/locales/zh-CN/history.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,6 @@
4040
"mostExpensive": "费用最高",
4141
"mostTokens": "最多 Token",
4242
"mostRelevant": "最相关"
43-
}
43+
},
44+
"viewAllHistory": "查看所有历史记录"
4445
}

0 commit comments

Comments
 (0)