2018-08-06 10:37:04 +03:00
< ? php
return [
'title' => 'API atslēga' ,
'api_token' => 'Atslēga' ,
'my_apps' => 'Manas programmas' ,
2019-03-07 16:37:05 +03:00
'pre_sale' => 'Pre-Sale' ,
2018-08-06 10:37:04 +03:00
'top_paid' => 'Top maksas' ,
'new' => 'Jaunas' ,
'top_free' => 'Top bezmaksas' ,
'free' => 'BEZMAKSAS' ,
'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.' ,
'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!' ,
2018-11-08 12:11:42 +03:00
'recommended_apps' => 'Recommended Apps' ,
2018-08-06 10:37:04 +03:00
'about' => 'Par' ,
'added' => 'Pievienots' ,
'updated' => 'Atjaunināts' ,
'compatibility' => 'Savietojamība' ,
2019-03-07 16:37:05 +03:00
'documentation' => 'Documentation' ,
'view' => 'View' ,
'back' => 'Back' ,
2018-08-06 10:37:04 +03:00
'installed' => ':module instalēta' ,
'uninstalled' => ':module atinstalēta' ,
//'updated' => ':module updated',
'enabled' => ':module iespējots' ,
'disabled' => ':module atspējots' ,
'tab' => [
'installation' => 'Instalācija' ,
'faq' => 'BUJ' ,
'changelog' => 'Izmaiņas' ,
2018-11-08 12:11:42 +03:00
'reviews' => 'Reviews' ,
2018-08-06 10:37:04 +03:00
],
'installation' => [
'header' => 'Programmas instalācija' ,
'download' => 'Lejupielādēju :module.' ,
'unzip' => 'Atarhivēju :module.' ,
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 10:37:04 +03:00
'install' => 'Instalēju :module.' ,
],
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-08-06 10:37:04 +03:00
'badge' => [
'installed' => 'Instalēts' ,
2019-03-07 16:37:05 +03:00
'pre_sale' => 'Pre-Sale' ,
2018-08-06 10:37:04 +03:00
],
'button' => [
'uninstall' => 'Atinstalēt' ,
'disable' => 'Atspējot' ,
'enable' => 'Iespējot' ,
],
'my' => [
'purchased' => 'Nopirkts' ,
'installed' => 'Instalēts' ,
],
2018-11-08 12:11:42 +03:00
'reviews' => [
'button' => [
'add' => 'Add a Review'
],
'na' => 'There are no reviews.'
]
2018-08-06 10:37:04 +03:00
];