84 lines
3.0 KiB
PHP
Raw Normal View History

2017-10-09 14:56:08 +03:00
<?php
return [
2020-02-05 13:43:29 +03:00
'api_key' => 'Çelësi API',
2018-06-20 18:47:39 +03:00
'my_apps' => 'Aplikacionet e Mia',
2019-03-07 16:37:05 +03:00
'pre_sale' => 'Para Shitjet',
2017-10-09 14:56:08 +03:00
'top_paid' => 'Më të paguarat',
'new' => 'I ri',
'top_free' => 'Më të mirët Falas',
'free' => 'FALAS',
'install' => 'Instalo',
'buy_now' => 'Bli Tani',
2020-02-05 13:43:29 +03:00
'get_api_key' => '<a href=":url" target="_blank">Klikoni këtu</a> për të marrë çelësin tuaj API.',
2017-12-18 18:13:02 +03:00
'no_apps' => 'Në këtë kategori akoma nuk ka aplikacione.',
2020-02-05 13:43:29 +03:00
'become_developer' => 'A jeni një zhvillues? <a href=":url" target="_blank">Këtu</a> mund të mësoni se si të krijoni një aplikacion dhe të filloni shitjen sot!',
2018-11-16 16:02:06 +03:00
'recommended_apps' => 'Aplikacionet e Rekomanduara',
2018-11-08 12:11:42 +03:00
2017-12-18 18:13:02 +03:00
'about' => 'Rreth nesh',
'added' => 'Shtuar',
'updated' => 'Përditësuar',
'compatibility' => 'Pajtueshmëri',
2018-12-11 16:47:45 +03:00
'documentation' => 'Dokumentacioni',
'view' => 'Pamje',
'back' => 'Mbrapa',
2017-12-18 18:13:02 +03:00
'installed' => ':module instaluar',
'uninstalled' => ':module çinstaluar',
//'updated' => ':module updated',
'enabled' => ':module i aktivizuar',
'disabled' => ':module i çaktivizuar',
2017-10-09 14:56:08 +03:00
2017-12-18 18:13:02 +03:00
'tab' => [
'installation' => 'Instalim',
'faq' => 'Pyetësori',
'changelog' => 'Ndryshimet',
2019-12-25 14:32:47 +03:00
'reviews' => 'Shqyrtimet',
2017-12-18 18:13:02 +03:00
],
2017-10-09 14:56:08 +03:00
'installation' => [
2017-12-18 18:13:02 +03:00
'header' => 'Instalim Aplikacioni',
2020-02-05 13:43:29 +03:00
'download' => 'Duke shkarkuar :module',
'unzip' => 'Duke ekstraktuar :module skedaret',
'file_copy' => 'Duke kopjuar :module skedaret',
'finish' => 'Finalizimi :module instalimit',
'redirect' => ':module e instaluar, ridrejtimi tek faqja e azhurnimeve',
'install' => 'Duke instaluar :module',
2017-10-09 14:56:08 +03:00
],
2018-11-08 12:11:42 +03:00
'errors' => [
2020-02-05 13:43:29 +03:00
'download' => 'Nuk mund të shkarkohet :module',
'zip' => 'Nuk mund të krijojë :module skedar zip',
'unzip' => 'Nuk mund të hiqet nga zipi :module',
'file_copy' => 'Nuk mund të kopjohen :module skedaret',
'finish' => 'Nuk mund të finalizohet :module instalimi',
2018-11-08 12:11:42 +03:00
],
2018-06-20 18:47:39 +03:00
'badge' => [
2019-12-25 14:32:47 +03:00
'installed' => 'Instaluar',
'pre_sale' => 'Para Shitjet',
2018-06-20 18:47:39 +03:00
],
2017-10-09 14:56:08 +03:00
'button' => [
'uninstall' => 'Çinstalo',
'disable' => 'Çaktivizo',
'enable' => 'Aktivizo',
],
2018-06-20 18:47:39 +03:00
'my' => [
2019-12-25 14:32:47 +03:00
'purchased' => 'Blerë',
'installed' => 'Instaluar',
2018-06-20 18:47:39 +03:00
],
2018-11-08 12:11:42 +03:00
'reviews' => [
'button' => [
2019-12-25 14:32:47 +03:00
'add' => 'Shto një Shqyrtim'
2018-11-08 12:11:42 +03:00
],
2019-12-25 14:32:47 +03:00
'na' => 'Nuk ka shqyrtime.'
2020-02-05 13:43:29 +03:00
],
2017-10-09 14:56:08 +03:00
];