85 lines
		
	
	
		
			3.0 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			85 lines
		
	
	
		
			3.0 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
| 
 | |
|     'api_key'               => 'API Key',
 | |
|     'my_apps'               => 'Aplikasi saya',
 | |
|     'pre_sale'              => 'Pra Penjualan',
 | |
|     'top_paid'              => 'Dibayar atas',
 | |
|     'new'                   => 'Baru',
 | |
|     'top_free'              => 'Gratis Teratas',
 | |
|     'free'                  => 'GRATIS',
 | |
|     'search'                => 'Cari',
 | |
|     'install'               => 'Pasang',
 | |
|     'buy_now'               => 'Beli Sekarang',
 | |
|     'api_key_link'          => '<a class="text-red" href="https://akaunting.com/profile" target="_blank">Click here</a> to get your API key.',
 | |
|     'no_apps'               => 'Belum ada aplikasi dalam kategori ini.',
 | |
|     '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!',
 | |
| 
 | |
|     'recommended_apps'      => 'Aplikasi yang direkomendasikan',
 | |
| 
 | |
|     'about'                 => 'Tentang',
 | |
| 
 | |
|     'added'                 => 'Menambahkan',
 | |
|     'updated'               => 'Mempebarui',
 | |
|     'compatibility'         => 'Kesesuaian',
 | |
|     'documentation'         => 'Dokumentasi',
 | |
|     'view'                  => 'Tampilan',
 | |
|     'back'                  => 'Kembali',
 | |
| 
 | |
|     'installed'             => ':module terpasang',
 | |
|     'uninstalled'           => ':module dihapus',
 | |
|     //'updated'               => ':module updated',
 | |
|     'enabled'               => ':module diaktifkan',
 | |
|     'disabled'              => ':module dinonaktifkan',
 | |
| 
 | |
|     'tab' => [
 | |
|         'installation'      => 'Instalasi',
 | |
|         'faq'               => 'FAQ',
 | |
|         'changelog'         => 'Perubahan Catatan',
 | |
|         'reviews'           => 'Ulasan',
 | |
|     ],
 | |
| 
 | |
|     'installation' => [
 | |
|         'header'            => 'Instalasi Aplikasi',
 | |
|         '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',
 | |
|     ],
 | |
| 
 | |
|     'errors' => [
 | |
|         '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',
 | |
|     ],
 | |
| 
 | |
|     'badge' => [
 | |
|         'installed'         => 'Terpasang',
 | |
|         'pre_sale'          => 'Pra-Penjualan',
 | |
|     ],
 | |
| 
 | |
|     'button' => [
 | |
|         'uninstall'         => 'Hapus',
 | |
|         'disable'           => 'Nonaktif',
 | |
|         'enable'            => 'Aktif',
 | |
|     ],
 | |
| 
 | |
|     'my' => [
 | |
|         'purchased'         => 'Dibeli',
 | |
|         'installed'         => 'Terpasang',
 | |
|     ],
 | |
| 
 | |
|     'reviews' => [
 | |
|         'button' => [
 | |
|             'add'           => 'Tambah Ulasan'
 | |
|         ],
 | |
| 
 | |
|         'na'                => 'Tidak ada ulasan.'
 | |
|     ]
 | |
| ];
 |