Skip to content

Commit 4ccd6fa

Browse files
authored
Update Indonesian locale files for chat and settings (#4675)
1 parent 206c292 commit 4ccd6fa

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@
162162
"didRead": "Roo membaca file ini:",
163163
"wantsToEdit": "Roo ingin mengedit file ini:",
164164
"wantsToEditOutsideWorkspace": "Roo ingin mengedit file ini di luar workspace:",
165+
"wantsToEditProtected": "Roo ingin mengedit file konfigurasi yang dilindungi:",
165166
"wantsToApplyBatchChanges": "Roo ingin menerapkan perubahan ke beberapa file:",
166167
"wantsToCreate": "Roo ingin membuat file baru:",
167168
"wantsToSearchReplace": "Roo ingin mencari dan mengganti di file ini:",
@@ -178,7 +179,9 @@
178179
"wantsToViewDefinitions": "Roo ingin melihat nama definisi source code yang digunakan di direktori ini:",
179180
"didViewDefinitions": "Roo melihat nama definisi source code yang digunakan di direktori ini:",
180181
"wantsToSearch": "Roo ingin mencari direktori ini untuk <code>{{regex}}</code>:",
181-
"didSearch": "Roo mencari direktori ini untuk <code>{{regex}}</code>:"
182+
"didSearch": "Roo mencari direktori ini untuk <code>{{regex}}</code>:",
183+
"wantsToSearchOutsideWorkspace": "Roo ingin mencari direktori ini (di luar workspace) untuk <code>{{regex}}</code>:",
184+
"didSearchOutsideWorkspace": "Roo mencari direktori ini (di luar workspace) untuk <code>{{regex}}</code>:"
182185
},
183186
"codebaseSearch": {
184187
"wantsToSearch": "Roo ingin mencari codebase untuk <code>{{query}}</code>:",

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,10 @@
8383
"outsideWorkspace": {
8484
"label": "Sertakan file di luar workspace",
8585
"description": "Izinkan Roo membuat dan mengedit file di luar workspace saat ini tanpa memerlukan persetujuan."
86+
},
87+
"protected": {
88+
"label": "Sertakan file yang dilindungi",
89+
"description": "Izinkan Roo membuat dan mengedit file yang dilindungi (seperti .rooignore dan file konfigurasi .roo/) tanpa memerlukan persetujuan."
8690
}
8791
},
8892
"browser": {

0 commit comments

Comments
 (0)