2019-02-04 19:07:34 +03:00

84 lines
2.9 KiB
PHP

<?php
return [
'title' => 'API Token',
'api_token' => 'Token',
'my_apps' => 'Aplikasi saya',
'top_paid' => 'Dibayar atas',
'new' => 'Baru',
'top_free' => 'Gratis Teratas',
'free' => 'GRATIS',
'search' => 'Cari',
'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!',
'recommended_apps' => 'Recommended Apps',
'about' => 'Tentang',
'added' => 'Menambahkan',
'updated' => 'Mempebarui',
'compatibility' => 'Kesesuaian',
'documentation' => 'Documentation',
'view' => 'View',
'back' => 'Back',
'installed' => ':module terpasang',
'uninstalled' => ':module dihapus',
//'updated' => ':module updated',
'enabled' => ':module diaktifkan',
'disabled' => ':module dinonaktifkan',
'tab' => [
'installation' => 'Instalasi',
'faq' => 'FAQ',
'changelog' => 'Perubahan Catatan',
'reviews' => 'Reviews',
],
'installation' => [
'header' => 'Instalasi Aplikasi',
'download' => 'Mengunduh :module file.',
'unzip' => 'Mengekstrak :module file.',
'file_copy' => 'Copying :module files.',
'migrate' => 'Applying :module updates.',
'finish' => 'The update was successfully installed. You will be redirect Update Center.',
'install' => 'Instalasi :module.',
],
'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.',
],
'badge' => [
'installed' => 'Terpasang',
],
'button' => [
'uninstall' => 'Hapus',
'disable' => 'Nonaktif',
'enable' => 'Aktif',
],
'my' => [
'purchased' => 'Dibeli',
'installed' => 'Terpasang',
],
'reviews' => [
'button' => [
'add' => 'Add a Review'
],
'na' => 'Tidak ada ulasan.'
]
];