updated translations
This commit is contained in:
@ -18,6 +18,8 @@ return [
|
||||
|
||||
',
|
||||
|
||||
'recommended_apps' => 'Recommended Apps',
|
||||
|
||||
'about' => 'За апликацијата',
|
||||
|
||||
'added' => 'Додадено',
|
||||
@ -34,15 +36,28 @@ return [
|
||||
'installation' => 'Инсталација',
|
||||
'faq' => 'ЧПП',
|
||||
'changelog' => 'Лог на промени',
|
||||
'reviews' => 'Reviews',
|
||||
],
|
||||
|
||||
'installation' => [
|
||||
'header' => 'Инсталација',
|
||||
'download' => 'Превземање :module file.',
|
||||
'unzip' => 'Отпакување :module files.',
|
||||
'file_copy' => 'Copying :module files.',
|
||||
'migrate' => 'Applying :module updates.',
|
||||
'finish' => 'The update was successfully installed. You will be redirect Update Center.',
|
||||
'install' => 'Инсталирање :module files.',
|
||||
],
|
||||
|
||||
'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' => 'Инсталирано',
|
||||
],
|
||||
@ -57,4 +72,11 @@ return [
|
||||
'purchased' => 'Купено',
|
||||
'installed' => 'Инсталирано',
|
||||
],
|
||||
|
||||
'reviews' => [
|
||||
'button' => [
|
||||
'add' => 'Add a Review'
|
||||
],
|
||||
'na' => 'There are no reviews.'
|
||||
]
|
||||
];
|
||||
|
Reference in New Issue
Block a user