updated translations

This commit is contained in:
denisdulici
2020-02-18 17:13:54 +03:00
parent 147c7327a0
commit c76986f0fe
79 changed files with 1318 additions and 724 deletions

View File

@ -2,8 +2,7 @@
return [
'title' => 'API atslēga',
'api_token' => 'Atslēga',
'api_key' => 'API Key',
'my_apps' => 'Manas programmas',
'pre_sale' => 'Pre-Sale',
'top_paid' => 'Top maksas',
@ -13,10 +12,9 @@ return [
'search' => 'Meklēt',
'install' => 'Instalēt',
'buy_now' => 'Pirkt tagad',
'token_link' => '<a href="https://akaunting.com/tokens" target="_blank">Spied šeit</a>, lai saņemtu savu API atslēgu.',
'get_api_key' => '<a href=":url" target="_blank">Click here</a> to get your API key.',
'no_apps' => 'Šajā kategorijā programmu vēl nav.',
'developer' => 'Vai jūs esat izstrādātājs? <a href="https://akaunting.com/blog/akaunting-app-store" target="_blank">Šeit</a> jūs varat iemācīties, kā veidot programmas un sākt tās pārdot!',
'become_developer' => 'Are you a developer? <a href=":url" target="_blank">Here</a> you can learn how to create an app and start selling today!',
'recommended_apps' => 'Recommended Apps',
'about' => 'Par',
@ -38,31 +36,30 @@ return [
'installation' => 'Instalācija',
'faq' => 'BUJ',
'changelog' => 'Izmaiņas',
'reviews' => 'Reviews',
'reviews' => 'Reviews',
],
'installation' => [
'header' => 'Programmas instalācija',
'download' => 'Lejupielādēju :module.',
'unzip' => 'Atarhivēju :module.',
'file_copy' => 'Copying :module files.',
'migrate' => 'Applying :module updates.',
'finish' => 'The update was successfully installed. You will be redirect Update Center.',
'install' => 'Instalēju :module.',
'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' => ':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.',
'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' => 'Instalēts',
'pre_sale' => 'Pre-Sale',
'installed' => 'Instalēts',
'pre_sale' => 'Pre-Sale',
],
'button' => [
@ -72,14 +69,16 @@ return [
],
'my' => [
'purchased' => 'Nopirkts',
'installed' => 'Instalēts',
'purchased' => 'Nopirkts',
'installed' => 'Instalēts',
],
'reviews' => [
'button' => [
'add' => 'Add a Review'
'add' => 'Add a Review'
],
'na' => 'There are no reviews.'
]
'na' => 'There are no reviews.'
],
];