updated translations

This commit is contained in:
denisdulici
2018-11-08 12:11:42 +03:00
parent 9fbac1d4fa
commit 798fc89797
456 changed files with 4227 additions and 309 deletions

View File

@ -16,6 +16,8 @@ return [
'no_apps' => 'Er zijn nog geen Apps in deze categorie beschikbaar.',
'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!',
'recommended_apps' => 'Recommended Apps',
'about' => 'Over ons',
'added' => 'Toegevoegd',
@ -32,15 +34,28 @@ return [
'installation' => 'Installatie',
'faq' => 'Veelgestelde vragen (FAQ)',
'changelog' => 'Wijzigingslogboek',
'reviews' => 'Reviews',
],
'installation' => [
'header' => 'App installatie',
'download' => ':module bestand aan het downloaden.',
'unzip' => 'Bezig met uitpakken van :module bestanden.',
'file_copy' => 'Copying :module files.',
'migrate' => 'Applying :module updates.',
'finish' => 'The update was successfully installed. You will be redirect Update Center.',
'install' => 'Bezit met installatie van :module bestanden.',
],
'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' => 'Geïnstalleerd',
],
@ -55,4 +70,11 @@ return [
'purchased' => 'Gekocht',
'installed' => 'Geïnstalleerd',
],
'reviews' => [
'button' => [
'add' => 'Add a Review'
],
'na' => 'There are no reviews.'
]
];