Roo-Code/src/package.nls.id.json
roomote[bot] 09cf6d0996
Remove "(prev Roo Cline)" from extension title in all languages (#6426)
feat: remove "(prev Roo Cline)" from extension title in all languages

- Updated all package.nls.*.json files to remove "(prev Roo Cline)" references from extension display names
- Updated all localized README.md files to remove "(prev Roo Cline)" references from titles
- Updated main README.md to remove "(prev Roo Cline)" reference from title
- Affects 18 language files and 18 README files across all supported locales

Co-authored-by: Roo Code <roomote@roocode.com>
2025-07-30 09:06:44 -04:00

40 lines
3 KiB
JSON

{
"extension.displayName": "Roo Code",
"extension.description": "Tim pengembang AI lengkap di editor kamu.",
"views.contextMenu.label": "Roo Code",
"views.terminalMenu.label": "Roo Code",
"views.activitybar.title": "Roo Code",
"views.sidebar.name": "Roo Code",
"command.newTask.title": "Tugas Baru",
"command.mcpServers.title": "Server MCP",
"command.prompts.title": "Mode",
"command.history.title": "Riwayat",
"command.marketplace.title": "Marketplace",
"command.openInEditor.title": "Buka di Editor",
"command.settings.title": "Pengaturan",
"command.documentation.title": "Dokumentasi",
"command.openInNewTab.title": "Buka di Tab Baru",
"command.explainCode.title": "Jelaskan Kode",
"command.fixCode.title": "Perbaiki Kode",
"command.improveCode.title": "Tingkatkan Kode",
"command.addToContext.title": "Tambahkan ke Konteks",
"command.focusInput.title": "Fokus ke Field Input",
"command.setCustomStoragePath.title": "Atur Path Penyimpanan Kustom",
"command.importSettings.title": "Impor Pengaturan",
"command.terminal.addToContext.title": "Tambahkan Konten Terminal ke Konteks",
"command.terminal.fixCommand.title": "Perbaiki Perintah Ini",
"command.terminal.explainCommand.title": "Jelaskan Perintah Ini",
"command.acceptInput.title": "Terima Input/Saran",
"configuration.title": "Roo Code",
"commands.allowedCommands.description": "Perintah yang dapat dijalankan secara otomatis ketika 'Selalu setujui operasi eksekusi' diaktifkan",
"commands.deniedCommands.description": "Awalan perintah yang akan otomatis ditolak tanpa meminta persetujuan. Jika terjadi konflik dengan perintah yang diizinkan, pencocokan awalan terpanjang akan diprioritaskan. Tambahkan * untuk menolak semua perintah.",
"commands.commandExecutionTimeout.description": "Waktu maksimum dalam detik untuk menunggu eksekusi perintah selesai sebelum timeout (0 = tanpa timeout, 1-600s, default: 0s)",
"commands.commandTimeoutAllowlist.description": "Awalan perintah yang dikecualikan dari timeout eksekusi perintah. Perintah yang cocok dengan awalan ini akan berjalan tanpa batasan timeout.",
"settings.vsCodeLmModelSelector.description": "Pengaturan untuk API Model Bahasa VSCode",
"settings.vsCodeLmModelSelector.vendor.description": "Vendor dari model bahasa (misalnya copilot)",
"settings.vsCodeLmModelSelector.family.description": "Keluarga dari model bahasa (misalnya gpt-4)",
"settings.customStoragePath.description": "Path penyimpanan kustom. Biarkan kosong untuk menggunakan lokasi default. Mendukung path absolut (misalnya 'D:\\RooCodeStorage')",
"settings.enableCodeActions.description": "Aktifkan perbaikan cepat Roo Code.",
"settings.autoImportSettingsPath.description": "Path ke file konfigurasi RooCode untuk diimpor secara otomatis saat ekstensi dimulai. Mendukung path absolut dan path relatif terhadap direktori home (misalnya '~/Documents/roo-code-settings.json'). Biarkan kosong untuk menonaktifkan impor otomatis.",
"settings.useAgentRules.description": "Aktifkan pemuatan file AGENTS.md untuk aturan khusus agen (lihat https://agent-rules.org/)"
}