mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
Update Indonesian locale files for chat and settings (#4675)
This commit is contained in:
parent
206c292498
commit
4ccd6fab2d
2 changed files with 8 additions and 1 deletions
|
|
@ -162,6 +162,7 @@
|
|||
"didRead": "Roo membaca file ini:",
|
||||
"wantsToEdit": "Roo ingin mengedit file ini:",
|
||||
"wantsToEditOutsideWorkspace": "Roo ingin mengedit file ini di luar workspace:",
|
||||
"wantsToEditProtected": "Roo ingin mengedit file konfigurasi yang dilindungi:",
|
||||
"wantsToApplyBatchChanges": "Roo ingin menerapkan perubahan ke beberapa file:",
|
||||
"wantsToCreate": "Roo ingin membuat file baru:",
|
||||
"wantsToSearchReplace": "Roo ingin mencari dan mengganti di file ini:",
|
||||
|
|
@ -178,7 +179,9 @@
|
|||
"wantsToViewDefinitions": "Roo ingin melihat nama definisi source code yang digunakan di direktori ini:",
|
||||
"didViewDefinitions": "Roo melihat nama definisi source code yang digunakan di direktori ini:",
|
||||
"wantsToSearch": "Roo ingin mencari direktori ini untuk <code>{{regex}}</code>:",
|
||||
"didSearch": "Roo mencari direktori ini untuk <code>{{regex}}</code>:"
|
||||
"didSearch": "Roo mencari direktori ini untuk <code>{{regex}}</code>:",
|
||||
"wantsToSearchOutsideWorkspace": "Roo ingin mencari direktori ini (di luar workspace) untuk <code>{{regex}}</code>:",
|
||||
"didSearchOutsideWorkspace": "Roo mencari direktori ini (di luar workspace) untuk <code>{{regex}}</code>:"
|
||||
},
|
||||
"codebaseSearch": {
|
||||
"wantsToSearch": "Roo ingin mencari codebase untuk <code>{{query}}</code>:",
|
||||
|
|
|
|||
|
|
@ -83,6 +83,10 @@
|
|||
"outsideWorkspace": {
|
||||
"label": "Sertakan file di luar workspace",
|
||||
"description": "Izinkan Roo membuat dan mengedit file di luar workspace saat ini tanpa memerlukan persetujuan."
|
||||
},
|
||||
"protected": {
|
||||
"label": "Sertakan file yang dilindungi",
|
||||
"description": "Izinkan Roo membuat dan mengedit file yang dilindungi (seperti .rooignore dan file konfigurasi .roo/) tanpa memerlukan persetujuan."
|
||||
}
|
||||
},
|
||||
"browser": {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue