2018-04-29 01:04:19 +03:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
|
|
|
'title' => 'אסימון API',
|
|
|
|
'api_token' => 'אסימון',
|
2018-08-29 16:47:58 +03:00
|
|
|
'my_apps' => 'My Apps',
|
2018-04-29 01:04:19 +03:00
|
|
|
'top_paid' => 'תשלומים מובילים',
|
|
|
|
'new' => 'חדש',
|
|
|
|
'top_free' => 'מובילים חינם',
|
|
|
|
'free' => 'חינם',
|
|
|
|
'search' => 'חיפוש',
|
|
|
|
'install' => 'התקנה',
|
|
|
|
'buy_now' => 'קנה עכשיו',
|
|
|
|
'token_link' => '<a href="https://akaunting.com/tokens" target="_blank">לחץ כאן</a> כדי לקבל את ה-API אסימון.',
|
|
|
|
'no_apps' => 'אין עדיין יישומים בקטגוריה זאת.',
|
|
|
|
'developer' => 'האם אתה מפתח? <a href="https://akaunting.com/blog/akaunting-app-store" target="_blank">כאן</a> תלמד כיצד ליצור app ולהתחיל למכור היום!',
|
|
|
|
|
2018-11-08 12:11:42 +03:00
|
|
|
'recommended_apps' => 'Recommended Apps',
|
|
|
|
|
2018-04-29 01:04:19 +03:00
|
|
|
'about' => 'אודות',
|
|
|
|
|
|
|
|
'added' => 'הוסף',
|
|
|
|
'updated' => 'עודכן',
|
|
|
|
'compatibility' => 'תאימות',
|
|
|
|
|
|
|
|
'installed' => ':module הותקן',
|
|
|
|
'uninstalled' => ':module הוסר',
|
|
|
|
//'updated' => ':module updated',
|
|
|
|
'enabled' => ':module פעיל',
|
|
|
|
'disabled' => ':module כבוי',
|
|
|
|
|
|
|
|
'tab' => [
|
|
|
|
'installation' => 'התקנה',
|
|
|
|
'faq' => 'שאלות ותשובות',
|
|
|
|
'changelog' => 'יומן שינויים',
|
2018-11-08 12:11:42 +03:00
|
|
|
'reviews' => 'Reviews',
|
2018-04-29 01:04:19 +03:00
|
|
|
],
|
|
|
|
|
|
|
|
'installation' => [
|
|
|
|
'header' => 'התקנת יישום',
|
|
|
|
'download' => 'מוריד קובץ :module.',
|
|
|
|
'unzip' => 'חילוץ קובץ :module.',
|
2018-11-08 12:11:42 +03:00
|
|
|
'file_copy' => 'Copying :module files.',
|
|
|
|
'migrate' => 'Applying :module updates.',
|
|
|
|
'finish' => 'The update was successfully installed. You will be redirect Update Center.',
|
2018-04-29 01:04:19 +03:00
|
|
|
'install' => 'מתקין קבצים :module.',
|
|
|
|
],
|
|
|
|
|
2018-11-08 12:11:42 +03:00
|
|
|
'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.',
|
|
|
|
],
|
|
|
|
|
2018-08-29 16:47:58 +03:00
|
|
|
'badge' => [
|
|
|
|
'installed' => 'Installed',
|
|
|
|
],
|
|
|
|
|
2018-04-29 01:04:19 +03:00
|
|
|
'button' => [
|
|
|
|
'uninstall' => 'הסרה',
|
|
|
|
'disable' => 'השבת',
|
|
|
|
'enable' => 'אפשר',
|
|
|
|
],
|
2018-08-29 16:47:58 +03:00
|
|
|
|
|
|
|
'my' => [
|
|
|
|
'purchased' => 'Purchased',
|
|
|
|
'installed' => 'Installed',
|
|
|
|
],
|
2018-11-08 12:11:42 +03:00
|
|
|
|
|
|
|
'reviews' => [
|
|
|
|
'button' => [
|
|
|
|
'add' => 'Add a Review'
|
|
|
|
],
|
|
|
|
'na' => 'There are no reviews.'
|
|
|
|
]
|
2018-04-29 01:04:19 +03:00
|
|
|
];
|