Skip to content

Commit 2b69d42

Browse files
committed
chore: task history id translation
1 parent aa33975 commit 2b69d42

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

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

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,17 @@
3737
"deleteTaskFavoritedWarning": "Tugas ini telah ditandai sebagai favorit. Apakah kamu yakin ingin menghapusnya?",
3838
"deleteTasksFavoritedWarning": "{{count}} tugas yang dipilih telah ditandai sebagai favorit. Apakah kamu yakin ingin menghapusnya?",
3939
"deleteItems": "Hapus {{count}} Item",
40-
"showAllWorkspaces": "Tampilkan tugas dari semua workspace",
41-
"showFavoritesOnly": "Tampilkan hanya favorit"
40+
"workspace": {
41+
"prefix": "Ruang Kerja:",
42+
"current": "Saat Ini",
43+
"all": "Semua"
44+
},
45+
"sort": {
46+
"prefix": "Urutkan:",
47+
"newest": "Terbaru",
48+
"oldest": "Terlama",
49+
"mostExpensive": "Termahal",
50+
"mostTokens": "Token Terbanyak",
51+
"mostRelevant": "Paling Relevan"
52+
}
4253
}

0 commit comments

Comments
 (0)