Removed icons from buttons
This commit is contained in:
		| @@ -2,7 +2,7 @@ | ||||
|  | ||||
| return [ | ||||
|  | ||||
|     'api_key'               => 'Kunci API', | ||||
|     'api_key'               => 'API Key', | ||||
|     'my_apps'               => 'Aplikasi saya', | ||||
|     'pre_sale'              => 'Pra Penjualan', | ||||
|     'top_paid'              => 'Dibayar atas', | ||||
| @@ -12,9 +12,10 @@ return [ | ||||
|     'search'                => 'Cari', | ||||
|     'install'               => 'Pasang', | ||||
|     'buy_now'               => 'Beli Sekarang', | ||||
|     'get_api_key'           => '<a href=":url" target="_blank">Klik disini</a> untuk mendapatkan Kunci API.', | ||||
|     '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.', | ||||
|     'become_developer'      => 'Apakah Anda seorang pengembang? <a href=":url" target="_blank"> Di Sini </a> Anda dapat belajar cara membuat aplikasi dan mulai menjual hari 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', | ||||
| @@ -41,20 +42,20 @@ return [ | ||||
|  | ||||
|     'installation' => [ | ||||
|         'header'            => 'Instalasi Aplikasi', | ||||
|         'download'          => 'Mengunduh :module', | ||||
|         'unzip'             => 'Mengekstrak :module file.', | ||||
|         'file_copy'         => 'Menyalin file :module.', | ||||
|         'finish'            => 'Finalisasi: pemasangan modul', | ||||
|         'redirect'          => ': modul terpasang, mengarahkan ke halaman pembaruan', | ||||
|         'install'           => 'Memasang: modul', | ||||
|         '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'          => 'Tidak dapat mengunduh: modul', | ||||
|         'zip'               => 'Tidak dapat membuat: file zip modul', | ||||
|         'unzip'             => 'Tidak dapat unzip: modul', | ||||
|         'file_copy'         => 'Tidak dapat menyalin: file modul', | ||||
|         'finish'            => 'Tidak dapat menyelesaikan: pemasangan modul', | ||||
|         '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' => [ | ||||
| @@ -79,6 +80,5 @@ return [ | ||||
|         ], | ||||
|  | ||||
|         'na'                => 'Tidak ada ulasan.' | ||||
|     ], | ||||
|  | ||||
|     ] | ||||
| ]; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user