84 lines
2.9 KiB
PHP
Raw Permalink Normal View History

2018-10-25 17:13:29 +03:00
<?php
return [
2020-05-02 16:45:35 +03:00
'api_key' => 'API Raktas',
2018-10-25 17:13:29 +03:00
'my_apps' => 'Mano programėlės',
2020-05-02 16:45:35 +03:00
'pre_sale' => 'Pre-Sale',
2018-10-25 17:13:29 +03:00
'top_paid' => 'Geriausios mokamos',
'new' => 'Nauji',
'top_free' => 'Geriausios nemokamos',
'free' => 'NEMOKAMOS',
'install' => 'Įrašyti',
'buy_now' => 'Pirkti dabar',
2020-05-02 16:45:35 +03:00
'get_api_key' => 'Norėdami gauti API Raktą <a href=":url" target="_blank">spauskite čia</a>.',
2018-10-25 17:13:29 +03:00
'no_apps' => 'Nėra programėlių šioje kategorijoje.',
2020-05-02 16:45:35 +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' => 'Rekomenduojamos programėlės',
2018-10-25 17:13:29 +03:00
'about' => 'Apie',
'added' => 'Pridėta',
'updated' => 'Atnaujinta',
'compatibility' => 'Suderinamumas',
2019-01-10 12:53:37 +03:00
'documentation' => 'Dokumentacija',
'view' => 'Rodyti',
'back' => 'Atgal',
2018-10-25 17:13:29 +03:00
'installed' => ':module įrašytas',
'uninstalled' => ':module ištrintas',
//'updated' => ':module updated',
'enabled' => ':module įjungtas',
'disabled' => ':module įšjungtas',
'tab' => [
'installation' => 'Įrašymas',
'faq' => 'DUK',
'changelog' => 'Pakeitimų sąrašas',
2020-05-02 16:45:35 +03:00
'reviews' => 'Atsiliepimai',
2018-10-25 17:13:29 +03:00
],
'installation' => [
'header' => 'Įrašymas',
2020-05-02 16:45:35 +03:00
'download' => 'Parsisiunčiamas :module',
2018-10-25 17:13:29 +03:00
'unzip' => 'Išskleidžiami :module failai.',
2018-11-08 12:11:42 +03:00
'file_copy' => 'Kopijuojami :module failai.',
2020-05-02 16:45:35 +03:00
'finish' => 'Užbaigiamas :module įrašymas',
'redirect' => ':module įrašytas, nukreipiam į atnuajinimų puslapį',
'install' => 'Įrašomas :module',
2018-10-25 17:13:29 +03:00
],
2018-11-08 12:11:42 +03:00
'errors' => [
2020-05-02 16:45:35 +03:00
'download' => 'Negalima parsisiųsti :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-10-25 17:13:29 +03:00
'badge' => [
2020-05-02 16:45:35 +03:00
'installed' => 'Įrašytas',
'pre_sale' => 'Pre-Sale',
2018-10-25 17:13:29 +03:00
],
'button' => [
'uninstall' => 'Ištrinti',
'disable' => 'Išjungti',
'enable' => 'Įjungti',
],
'my' => [
2020-05-02 16:45:35 +03:00
'purchased' => 'Nupirkta',
'installed' => 'Įrašyta',
2018-10-25 17:13:29 +03:00
],
2018-11-08 12:11:42 +03:00
'reviews' => [
'button' => [
2020-05-02 16:45:35 +03:00
'add' => 'Pridėti apžvalgą'
2018-11-08 12:11:42 +03:00
],
2020-05-02 16:45:35 +03:00
'na' => 'Nėra apžvalgų.'
],
2018-10-25 17:13:29 +03:00
];