Skip to content

Commit 523cb3a

Browse files
committed
Bring back history:recentTasks translations
1 parent f155ef3 commit 523cb3a

File tree

13 files changed

+13
-0
lines changed

13 files changed

+13
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"recentTasks": "Recent Tasks",
23
"history": "History",
34
"exitSelectionMode": "Exit Selection Mode",
45
"enterSelectionMode": "Enter Selection Mode",

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"recentTasks": "हाल के कार्य",
23
"history": "इतिहास",
34
"exitSelectionMode": "चयन मोड से बाहर निकलें",
45
"enterSelectionMode": "चयन मोड में प्रवेश करें",

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"recentTasks": "Attività recenti",
23
"history": "Cronologia",
34
"exitSelectionMode": "Esci dalla modalità selezione",
45
"enterSelectionMode": "Entra in modalità selezione",

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"recentTasks": "最近のタスク",
23
"history": "履歴",
34
"exitSelectionMode": "選択モードを終了",
45
"enterSelectionMode": "選択モードに入る",

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"recentTasks": "최근 작업",
23
"history": "기록",
34
"exitSelectionMode": "선택 모드 종료",
45
"enterSelectionMode": "선택 모드 진입",

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"recentTasks": "Recente taken",
23
"history": "Geschiedenis",
34
"exitSelectionMode": "Selectiemodus verlaten",
45
"enterSelectionMode": "Selectiemodus starten",

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"recentTasks": "Ostatnie zadania",
23
"history": "Historia",
34
"exitSelectionMode": "Wyłącz tryb wyboru",
45
"enterSelectionMode": "Włącz tryb wyboru",

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"recentTasks": "Tarefas recentes",
23
"history": "Histórico",
34
"exitSelectionMode": "Sair do modo de seleção",
45
"enterSelectionMode": "Entrar no modo de seleção",

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"recentTasks": "Недавние задачи",
23
"history": "История",
34
"exitSelectionMode": "Выйти из режима выбора",
45
"enterSelectionMode": "Войти в режим выбора",

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"recentTasks": "Son görevler",
23
"history": "Geçmiş",
34
"exitSelectionMode": "Seçim Modundan Çık",
45
"enterSelectionMode": "Seçim Moduna Gir",

0 commit comments

Comments
 (0)