he-IL translation
This commit is contained in:
48
resources/lang/he-IL/modules.php
Normal file
48
resources/lang/he-IL/modules.php
Normal file
@ -0,0 +1,48 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => 'אסימון API',
|
||||
'api_token' => 'אסימון',
|
||||
'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 ולהתחיל למכור היום!',
|
||||
|
||||
'about' => 'אודות',
|
||||
|
||||
'added' => 'הוסף',
|
||||
'updated' => 'עודכן',
|
||||
'compatibility' => 'תאימות',
|
||||
|
||||
'installed' => ':module הותקן',
|
||||
'uninstalled' => ':module הוסר',
|
||||
//'updated' => ':module updated',
|
||||
'enabled' => ':module פעיל',
|
||||
'disabled' => ':module כבוי',
|
||||
|
||||
'tab' => [
|
||||
'installation' => 'התקנה',
|
||||
'faq' => 'שאלות ותשובות',
|
||||
'changelog' => 'יומן שינויים',
|
||||
],
|
||||
|
||||
'installation' => [
|
||||
'header' => 'התקנת יישום',
|
||||
'download' => 'מוריד קובץ :module.',
|
||||
'unzip' => 'חילוץ קובץ :module.',
|
||||
'install' => 'מתקין קבצים :module.',
|
||||
],
|
||||
|
||||
'button' => [
|
||||
'uninstall' => 'הסרה',
|
||||
'disable' => 'השבת',
|
||||
'enable' => 'אפשר',
|
||||
],
|
||||
];
|
Reference in New Issue
Block a user