84 lines
2.9 KiB
PHP
Raw Normal View History

2018-01-13 15:08:50 +03:00
<?php
return [
'title' => 'API Token',
'api_token' => 'Token',
2018-06-20 18:47:39 +03:00
'my_apps' => 'Aplikasi saya',
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',
'token_link' => '<a href="https://akaunting.com/tokens" target="_blank">Klik disini</a> untuk mendapatkan API token anda.',
'no_apps' => 'Belum ada aplikasi dalam kategori ini.',
'developer' => 'Apakah kamu seorang pengembang<a href="https://akaunting.com/blog/akaunting-app-store" target="_blank">Disini</a> Anda bisa belajar membuat aplikasi dan mulai menjual hari ini!',
2018-11-08 12:11:42 +03:00
'recommended_apps' => 'Recommended Apps',
2018-01-13 15:08:50 +03:00
'about' => 'Tentang',
'added' => 'Menambahkan',
'updated' => 'Mempebarui',
'compatibility' => 'Kesesuaian',
2019-02-04 19:07:34 +03:00
'documentation' => 'Documentation',
'view' => 'View',
'back' => 'Back',
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',
2018-11-08 12:11:42 +03:00
'reviews' => 'Reviews',
2018-01-13 15:08:50 +03:00
],
'installation' => [
'header' => 'Instalasi Aplikasi',
'download' => 'Mengunduh :module file.',
'unzip' => 'Mengekstrak :module file.',
2018-11-08 12:11:42 +03:00
'file_copy' => 'Copying :module files.',
'migrate' => 'Applying :module updates.',
'finish' => 'The update was successfully installed. You will be redirect Update Center.',
2018-03-12 21:28:40 +03:00
'install' => 'Instalasi :module.',
2018-01-13 15:08:50 +03:00
],
2018-11-08 12:11:42 +03:00
'errors' => [
'download' => ':module can not download!',
'upload' => 'Downloaded :module can not saved!',
'unzip' => ':module can not unzip!',
'file_copy' => ':module files can not copy!',
'migrate' => ':module migrate broken!',
'migrate core' => ':module already latest version so then yon can not update.',
],
2018-06-20 18:47:39 +03:00
'badge' => [
'installed' => 'Terpasang',
],
2018-01-13 15:08:50 +03:00
'button' => [
'uninstall' => 'Hapus',
'disable' => 'Nonaktif',
'enable' => 'Aktif',
],
2018-06-20 18:47:39 +03:00
'my' => [
'purchased' => 'Dibeli',
'installed' => 'Terpasang',
],
2018-11-08 12:11:42 +03:00
'reviews' => [
'button' => [
'add' => 'Add a Review'
],
'na' => 'Tidak ada ulasan.'
]
2018-01-13 15:08:50 +03:00
];