85 lines
2.9 KiB
PHP
Raw Normal View History

2018-08-06 10:37:04 +03:00
<?php
return [
2020-02-18 17:13:54 +03:00
'api_key' => 'API Key',
2018-08-06 10:37:04 +03:00
'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',
2020-02-18 17:13:54 +03:00
'get_api_key' => '<a href=":url" target="_blank">Click here</a> to get your API key.',
2018-08-06 10:37:04 +03:00
'no_apps' => 'Šajā kategorijā programmu vēl nav.',
2020-02-18 17:13:54 +03:00
'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!',
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',
2020-02-18 17:13:54 +03:00
'reviews' => 'Reviews',
2018-08-06 10:37:04 +03:00
],
'installation' => [
'header' => 'Programmas instalācija',
2020-02-18 17:13:54 +03:00
'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',
2018-08-06 10:37:04 +03:00
],
2018-11-08 12:11:42 +03:00
'errors' => [
2020-02-18 17:13:54 +03:00
'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',
2018-11-08 12:11:42 +03:00
],
2018-08-06 10:37:04 +03:00
'badge' => [
2020-02-18 17:13:54 +03:00
'installed' => 'Instalēts',
'pre_sale' => 'Pre-Sale',
2018-08-06 10:37:04 +03:00
],
'button' => [
'uninstall' => 'Atinstalēt',
'disable' => 'Atspējot',
'enable' => 'Iespējot',
],
'my' => [
2020-02-18 17:13:54 +03:00
'purchased' => 'Nopirkts',
'installed' => 'Instalēts',
2018-08-06 10:37:04 +03:00
],
2018-11-08 12:11:42 +03:00
'reviews' => [
'button' => [
2020-02-18 17:13:54 +03:00
'add' => 'Add a Review'
2018-11-08 12:11:42 +03:00
],
2020-02-18 17:13:54 +03:00
'na' => 'There are no reviews.'
],
2018-08-06 10:37:04 +03:00
];