diff --git a/app/locales/ms.json b/app/locales/ms.json new file mode 100644 index 0000000..2c9bbf2 --- /dev/null +++ b/app/locales/ms.json @@ -0,0 +1,109 @@ +{ + "": "", + "Run code": "Jalankan Kod", + "Clear": "Bersihkan", + "Settings": "Tetapan", + "About": "Mengenai", + "Save": "Simpan", + "Cancel": "Batal", + "General": "Umum", + "Editor": "Penyunting", + "PHP": "PHP", + "Language": "Bahasa", + "Font size": "Ukuran font", + "Binary path": "Lokasi binari", + "Theme": "Tema", + "Import from file": "Import dari fail", + "Error": "Kesilapan", + "Could not import from file.": "Tidak boleh mengimport dari fail.", + "An error has occurred.": "Sebuah kesilapan telah berlaku.", + "Word wrapping": "Pembalutan kata", + "Yes": "Ya", + "No": "Tidak", + "Highlight active line": "Menonjolkan baris aktif", + "Close": "Tutup", + "This software is free and open source.": "Perisian ini adalah percuma dan open source", + "The source is available at": "sumber ini boleh didapati di", + "Created by Rafael Jaques (rafael@phpit.com.br) with": "Dibuat oleh Rafael Jaques (rafael@phpit.com.br) dengan", + "Quit": "Keluar", + "Mode": "Mod", + "Regular aplication": "Aplikasi yang biasa", + "Tray only": "Tray sahaja", + "Requires restart": "Perlu restart", + "Edit": "Sunting", + "Undo": "Kembali asal", + "Redo": "Buat semula", + "Cut": "Potong", + "Copy": "Salin", + "Paste": "Paste", + "Select All": "Pilih Semua", + "View": "Pandangan", + "Toggle Full Screen": "Toggle Skrin Penuh", + "Window": "Window", + "Minimize": "Perkecilkan", + "Help": "Bantuan", + "on GitHub": "di GitHub", + "Submit an issue": "Kemukakan satu isu", + "Services": "Perkhidmatan", + "Hide": "Sembunyikan", + "Hide Others": "Sembunyikan yang lain", + "Show All": "Tunjukkkan Semua", + "Bring All to Front": "Bawa semua ke hadapan", + "Toggle mode": "Tunjukkan mod", + "Preferences": "Pengutamaan", + "PHP binary found!": "Binari PHP ditemukan!", + "Starting app...": "Memulakan aplikasi...", + "PHP Assistant: First run check...": "PHP Assistant: Semakan untuk kali pertama...", + "Preparing to start app for the first time...": "Persiapan untuk menjalankan aplikasi untuk kali pertama...", + "Type PHP binary location": "Taip lokasi binari PHP", + "Browse to PHP binary": "Semak imbas binari PHP", + "Done": "Selesai", + "Could not find PHP binary!": "Tidak dapat menemukan binari PHP!", + "Find PHP binary": "Cari binari PHP", + "Oops! Invalid binary or the file doesn't exists.": "Oops! Binari tidak sah atau fail tidak wujud.", + "Auto run code": "Jalankan kod secara auto", + "Presentation mode": "Mod Penyampaian", + "Output": "Keluaran", + "Increase font size": "Tingkatkan ukuran font", + "Decrease font size": "Kurangkan ukuran font", + "Presentation": "Penyampaian", + "Try to open secondary window in another display": "Cuba untuk membuka window di paparan lain", + "Single Display Mode": "Mod Paparan Tunggal", + "Multi Display Mode": "Mod Paparan Multi", + "Invalid PHP binary": "Binari PHP tidak sah", + "Version": "Versi", + "Are you sure?": "Adakah Anda yakin?", + "Removing {{version}} version. Are you sure?": "Mengbuang versi {{version}}. Apakah Anda yakin?", + "OK": "Baiklah", + "You don't have any PHP binary. Add one using the settings screen and try again.": "Anda tidak memiliki satupun binari PHP. Tambahkan satu melalui tetapan kemudian cuba lagi.", + "Full screen": "Paparan Penuh", + "Exit presentation mode": "Keluar dari mod penyampaian", + "Working path": "Lokasi pekerjaan", + "Current working path": "Lokasi pekerjaan sekarang", + "Change working path": "Tukar lokasi pekerjaan", + "Reset working path": "Kosongkan lokasi pekerjaan", + "Be careful! This is not a sandbox. The indiscriminate use of some functions may damage the system.": "Hati-hati! Ini bukan sebuah sandbox. Penggunaan fungsi yang tidak sesuai akan merosakkan sistem.", + "None": "Kosong", + "Add binary": "Tambah binari", + "When a working path is set, your code will be executed in that directory context.": "Ketika lokasi pekerjaan telah di atur, kod anda akan di dilaksanakan pada lokasi tersebut.", + "Update available": "Wujud kemaskini", + "Check for updates automatically": "Semak kemas kini secara automatik", + "Check for updates now": "Semak kemas kini sekarang", + "Default font size": "Saiz fon piawai", + "File": "Fail", + "Don't change": "Jangan ubah", + "Updates": "Kemas kini", + "Update presentation code as you type": "Kemas kini kod persembahan semasa anda menaip", + "Welcome": "Selamat Datang", + "Welcome to PHP Assistant. Here are the usage instructions.": "Selamat datang ke PHP Assistant. Berikut adalah arahan penggunaan PHP Assistant.", + "This application comes with a bundled PHP version.": "Aplikasi ini datang dengan versi PHP dibundel.", + "If you have any other version, the application will attempt to automatically discover where PHP is. If not possible, you should indicate where the PHP executable\/binary is located.": "Jika anda memiliki versi PHP yang lain, aplikasi ini akan mencuba untuk mencari dan menggunakan versi PHP tersebut. Jika hal tersebut tidak memungkinkan, Anda harus mendefinisikan lokasi PHP.", + "If you installed tools such as XAMPP, you can use PHP that came along.": "Jika anda telah memasang alat seperti XMPP, anda dapat menggunakan PHP yang ada pada alat tersebut.", + "Once you are ready, click the button below to proceed.": "Kalau anda telah bersedia, klik butang dibawah ini untuk teruskan.", + "Next": "Seterusnya", + "Choose mode": "Pilih Mod", + "PHP Assistant works in two ways: as a common application and as an application of the notification bar. You can change this later.": "PHP Assistant bekerja dengan dua cara: sebagai aplikasi umum dan sebagai aplikasi pada menu pemberitahuan. Anda dapat mengubahnya nanti.", + "Depending on the Linux distribution, status bar mode may not work.": "Bergantung pada pengagihan Linux, mod bar status mungkin tidak berfungsi.", + "Tray application": "Aplikasi Tray", + "Start application": "Mula aplikasi" +} diff --git a/app/main.js b/app/main.js index 1f93810..a7f4753 100755 --- a/app/main.js +++ b/app/main.js @@ -43,6 +43,7 @@ const locales = { hi: 'हिन्दी', it: 'Italiano', id: 'Indonesia', + ms: 'Malay', nl: 'Nederlands', pl: 'Polski', 'pt-BR': 'Português (Brasil)',