This commit is contained in:
2024-04-19 10:27:36 +02:00
parent fcb6bbe566
commit 35c96e715c
7852 changed files with 4815 additions and 8 deletions

View File

@ -0,0 +1,16 @@
<?php
return [
'about_asset_depreciations' => 'על פחת נכסים',
'about_depreciations' => 'ניתן להגדיר פחתונות נכסים כדי לפחת נכסים על בסיס פחת קו ישר.',
'asset_depreciations' => 'פחת נכסים',
'create' => 'יצירת פחת',
'depreciation_name' => 'שם פחת',
'depreciation_min' => 'Floor Value of Depreciation',
'number_of_months' => 'מספר החודשים',
'update' => 'עדכון פחת',
'depreciation_min' => 'Minimum Value after Depreciation',
'no_depreciations_warning' => '<strong>Warning: </strong>
You do not currently have any depreciations set up.
Please set up at least one depreciation to view the depreciation report.',
];

View File

@ -0,0 +1,25 @@
<?php
return array(
'does_not_exist' => 'שיעור פחת אינו קיים.',
'assoc_users' => 'פחת זה משויך כרגע עם דגם אחד או יותר ולא ניתן למחוק אותו. מחק את המודלים ולאחר מכן נסה למחוק שוב.',
'create' => array(
'error' => 'מחלקת הפחת לא נוצרה, נסה שוב. You',
'success' => 'מחלקת הפחת נוצרה בהצלחה. :)'
),
'update' => array(
'error' => 'שיעור הפחת לא עודכן, נסה שוב',
'success' => 'שיעור הפחת עודכן בהצלחה.'
),
'delete' => array(
'confirm' => 'האם אתה בטוח שברצונך למחוק את שיעור הפחת הזה?',
'error' => 'אירעה בעיה במחיקת שיעור הפחת. בבקשה נסה שוב.',
'success' => 'מחלקת הפחת נמחקה בהצלחה.'
)
);

View File

@ -0,0 +1,11 @@
<?php
return [
'id' => 'תְעוּדַת זֶהוּת',
'months' => 'חודשים',
'term' => 'טווח',
'title' => 'שֵׁם',
'depreciation_min' => 'Floor Value',
];