updated translations

This commit is contained in:
denisdulici
2018-06-20 18:47:39 +03:00
parent bf3defc78c
commit 73259fd77b
106 changed files with 633 additions and 321 deletions

View File

@@ -4,6 +4,7 @@ return [
'title' => 'API-Token',
'api_token' => 'Token',
'my_apps' => 'My Apps',
'top_paid' => 'Top betaald',
'new' => 'Nieuw',
'top_free' => 'Top gratis',
@@ -35,14 +36,23 @@ return [
'installation' => [
'header' => 'App Installation',
'download' => 'Download: module bestand.',
'unzip' => 'Uitpakken: module bestanden.',
'download' => 'Download :module bestand.',
'unzip' => 'Uitpakken :module bestanden.',
'install' => 'Installing :module files.',
],
'badge' => [
'installed' => 'Installed',
],
'button' => [
'uninstall' => 'Verwijderen',
'disable' => 'Uitgeschakeld',
'enable' => 'Activeren',
],
'my' => [
'purchased' => 'Purchased',
'installed' => 'Installed',
],
];