2018-01-13 15:08:50 +03:00
< ? php
return [
2019-12-25 14:32:47 +03:00
'api_key' => 'API Key' ,
2018-06-20 18:47:39 +03:00
'my_apps' => 'Aplikasi saya' ,
2019-12-25 14:32:47 +03:00
'pre_sale' => 'Pra Penjualan' ,
2018-01-13 15:08:50 +03:00
'top_paid' => 'Dibayar atas' ,
'new' => 'Baru' ,
'top_free' => 'Gratis Teratas' ,
'free' => 'GRATIS' ,
2018-06-20 18:47:39 +03:00
'search' => 'Cari' ,
2018-01-13 15:08:50 +03:00
'install' => 'Pasang' ,
'buy_now' => 'Beli Sekarang' ,
2019-12-25 14:32:47 +03:00
'api_key_link' => '<a class="text-red" href="https://akaunting.com/profile" target="_blank">Click here</a> to get your API key.' ,
2018-01-13 15:08:50 +03:00
'no_apps' => 'Belum ada aplikasi dalam kategori ini.' ,
2019-12-25 14:32:47 +03:00
'developer' => 'Are you a developer? <a href="https://akaunting.com/developers" target="_blank">Here</a> you can learn how to create an app and start selling today!' ,
2018-01-13 15:08:50 +03:00
2019-12-25 14:32:47 +03:00
'recommended_apps' => 'Aplikasi yang direkomendasikan' ,
2018-11-08 12:11:42 +03:00
2018-01-13 15:08:50 +03:00
'about' => 'Tentang' ,
'added' => 'Menambahkan' ,
'updated' => 'Mempebarui' ,
'compatibility' => 'Kesesuaian' ,
2019-12-25 14:32:47 +03:00
'documentation' => 'Dokumentasi' ,
'view' => 'Tampilan' ,
'back' => 'Kembali' ,
2018-01-13 15:08:50 +03:00
2018-03-12 21:28:40 +03:00
'installed' => ':module terpasang' ,
'uninstalled' => ':module dihapus' ,
2018-01-13 15:08:50 +03:00
//'updated' => ':module updated',
2018-03-12 21:28:40 +03:00
'enabled' => ':module diaktifkan' ,
'disabled' => ':module dinonaktifkan' ,
2018-01-13 15:08:50 +03:00
'tab' => [
'installation' => 'Instalasi' ,
'faq' => 'FAQ' ,
'changelog' => 'Perubahan Catatan' ,
2019-12-25 14:32:47 +03:00
'reviews' => 'Ulasan' ,
2018-01-13 15:08:50 +03:00
],
'installation' => [
'header' => 'Instalasi Aplikasi' ,
2019-12-25 14:32:47 +03:00
'download' => 'Downloading :module' ,
'unzip' => 'Extracting :module files' ,
'file_copy' => 'Copying :module files' ,
'finish' => 'Finalizing :module installation' ,
'redirect' => ':module installed, redirecting to updates page' ,
'install' => 'Installing :module' ,
2018-01-13 15:08:50 +03:00
],
2018-11-08 12:11:42 +03:00
'errors' => [
2019-12-25 14:32:47 +03:00
'download' => 'Not able to download :module' ,
'zip' => 'Not able to create :module zip file' ,
'unzip' => 'Not able to unzip :module' ,
'file_copy' => 'Not able to copy :module files' ,
'finish' => 'Not able to finalize :module installation' ,
2018-11-08 12:11:42 +03:00
],
2018-06-20 18:47:39 +03:00
'badge' => [
2019-12-25 14:32:47 +03:00
'installed' => 'Terpasang' ,
'pre_sale' => 'Pra-Penjualan' ,
2018-06-20 18:47:39 +03:00
],
2018-01-13 15:08:50 +03:00
'button' => [
'uninstall' => 'Hapus' ,
'disable' => 'Nonaktif' ,
'enable' => 'Aktif' ,
],
2018-06-20 18:47:39 +03:00
'my' => [
2019-12-25 14:32:47 +03:00
'purchased' => 'Dibeli' ,
'installed' => 'Terpasang' ,
2018-06-20 18:47:39 +03:00
],
2018-11-08 12:11:42 +03:00
'reviews' => [
'button' => [
2019-12-25 14:32:47 +03:00
'add' => 'Tambah Ulasan'
2018-11-08 12:11:42 +03:00
],
2019-12-25 14:32:47 +03:00
'na' => 'Tidak ada ulasan.'
2018-11-08 12:11:42 +03:00
]
2018-01-13 15:08:50 +03:00
];