2017-11-30 12:27:54 +03:00
< ? php
return [
'title' => 'API-Token' ,
'api_token' => 'Token' ,
2018-08-06 10:25:41 +03:00
'my_apps' => 'Mijn Apps' ,
2017-11-30 12:27:54 +03:00
'top_paid' => 'Top betaald' ,
'new' => 'Nieuw' ,
'top_free' => 'Top gratis' ,
'free' => 'GRATIS' ,
2018-08-06 10:25:41 +03:00
'search' => 'Zoeken' ,
'install' => 'Installeer' ,
2018-08-06 17:44:49 +03:00
'buy_now' => 'Nu kopen' ,
'token_link' => '<a href="https://akaunting.com/tokens" target="_blank">Klik hier</a> om uw API-token te bemachtigen.' ,
'no_apps' => 'Er zijn nog geen Apps in deze categorie beschikbaar.' ,
2018-08-06 10:25:41 +03:00
'developer' => 'Bent u een ontwikkelaar? <a href="https://akaunting.com/blog/akaunting-app-store" target="_blank">Hier</a> kunt u lezen hoe u vandaag nog een app kan ontwikkelen en verkopen!' ,
2017-11-30 12:27:54 +03:00
2018-11-08 12:11:42 +03:00
'recommended_apps' => 'Recommended Apps' ,
2018-08-06 10:25:41 +03:00
'about' => 'Over ons' ,
2018-03-06 17:05:58 +03:00
2018-08-06 10:25:41 +03:00
'added' => 'Toegevoegd' ,
'updated' => 'Bijgewerkt' ,
'compatibility' => 'Compatibiliteit' ,
2018-12-11 16:47:45 +03:00
'documentation' => 'Documentation' ,
'view' => 'View' ,
'back' => 'Back' ,
2018-03-06 17:05:58 +03:00
2018-08-06 10:25:41 +03:00
'installed' => ':module geïnstalleerd' ,
'uninstalled' => ':module verwijderd' ,
2018-03-06 17:05:58 +03:00
//'updated' => ':module updated',
2018-08-06 10:25:41 +03:00
'enabled' => ':module ingeschakeld' ,
'disabled' => ':module uitgeschakeld' ,
2018-03-06 17:05:58 +03:00
'tab' => [
2018-08-06 10:25:41 +03:00
'installation' => 'Installatie' ,
2018-08-06 17:44:49 +03:00
'faq' => 'Veelgestelde vragen (FAQ)' ,
2018-08-06 10:25:41 +03:00
'changelog' => 'Wijzigingslogboek' ,
2018-11-30 17:30:49 +03:00
'reviews' => 'Beoordelingen' ,
2018-03-06 17:05:58 +03:00
],
2017-11-30 12:27:54 +03:00
'installation' => [
2018-08-06 10:25:41 +03:00
'header' => 'App installatie' ,
'download' => ':module bestand aan het downloaden.' ,
2018-08-06 17:44:49 +03:00
'unzip' => 'Bezig met uitpakken van :module bestanden.' ,
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-08-06 17:44:49 +03:00
'install' => 'Bezit met installatie van :module bestanden.' ,
2017-11-30 12:27:54 +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' => [
2018-08-06 10:25:41 +03:00
'installed' => 'Geïnstalleerd' ,
2018-06-20 18:47:39 +03:00
],
2017-11-30 12:27:54 +03:00
'button' => [
'uninstall' => 'Verwijderen' ,
2018-08-06 10:25:41 +03:00
'disable' => 'Uitschakelen' ,
2017-11-30 12:27:54 +03:00
'enable' => 'Activeren' ,
],
2018-06-20 18:47:39 +03:00
'my' => [
2018-08-06 10:25:41 +03:00
'purchased' => 'Gekocht' ,
'installed' => 'Geïnstalleerd' ,
2018-06-20 18:47:39 +03:00
],
2018-11-08 12:11:42 +03:00
'reviews' => [
'button' => [
'add' => 'Add a Review'
],
'na' => 'There are no reviews.'
]
2017-11-30 12:27:54 +03:00
];