2018-11-08 12:11:42 +03:00

81 lines
2.9 KiB
PHP

<?php
return [
'title' => 'Shenjë API',
'api_token' => 'Shenjë',
'my_apps' => 'Aplikacionet e Mia',
'top_paid' => 'Më të paguarat',
'new' => 'I ri',
'top_free' => 'Më të mirët Falas',
'free' => 'FALAS',
'search' => 'Kërko',
'install' => 'Instalo',
'buy_now' => 'Bli Tani',
'token_link' => '<a href="https://akaunting.com/tokens" target="_blank">Kliko këtu</a>për të marrë shenjën tuaj API.',
'no_apps' => 'Në këtë kategori akoma nuk ka aplikacione.',
'developer' => 'A jeni një zhvillues?<a href="https://akaunting.com/blog/akaunting-app-store" target="_blank">Këtu</a> mund të mësoni si të krijoni një aplikacion dhe të filloni shitjen sot!',
'recommended_apps' => 'Recommended Apps',
'about' => 'Rreth nesh',
'added' => 'Shtuar',
'updated' => 'Përditësuar',
'compatibility' => 'Pajtueshmëri',
'installed' => ':module instaluar',
'uninstalled' => ':module çinstaluar',
//'updated' => ':module updated',
'enabled' => ':module i aktivizuar',
'disabled' => ':module i çaktivizuar',
'tab' => [
'installation' => 'Instalim',
'faq' => 'Pyetësori',
'changelog' => 'Ndryshimet',
'reviews' => 'Reviews',
],
'installation' => [
'header' => 'Instalim Aplikacioni',
'download' => 'Shkarkimi i :module skedarit.',
'unzip' => 'Ekstraktimi i :module skedarit.',
'file_copy' => 'Copying :module files.',
'migrate' => 'Applying :module updates.',
'finish' => 'The update was successfully installed. You will be redirect Update Center.',
'install' => 'Instalim i :module skedareve.',
],
'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.',
],
'badge' => [
'installed' => 'Instaluar',
],
'button' => [
'uninstall' => 'Çinstalo',
'disable' => 'Çaktivizo',
'enable' => 'Aktivizo',
],
'my' => [
'purchased' => 'Blerë',
'installed' => 'Instaluar',
],
'reviews' => [
'button' => [
'add' => 'Add a Review'
],
'na' => 'There are no reviews.'
]
];