This commit is contained in:
2024-04-21 14:42:52 +02:00
parent 4b69674ede
commit 8a25f53c99
10700 changed files with 55767 additions and 14201 deletions

View File

@ -0,0 +1,28 @@
<?php
return array(
'deleted' => 'Deleted supplier',
'does_not_exist' => 'הספק אינו קיים.',
'create' => array(
'error' => 'הספק לא נוצר, נסה שוב.',
'success' => 'הספק נוצר בהצלחה.'
),
'update' => array(
'error' => 'הספק לא עודכן, נסה שוב',
'success' => 'הספק עודכן בהצלחה.'
),
'delete' => array(
'confirm' => 'האם אתה בטוח שברצונך למחוק ספק זה?',
'error' => 'היתה בעיה במחיקת הספק. בבקשה נסה שוב.',
'success' => 'הספק נמחק בהצלחה.',
'assoc_assets' => 'This supplier is currently associated with :asset_count asset(s) and cannot be deleted. Please update your assets to no longer reference this supplier and try again. ',
'assoc_licenses' => 'This supplier is currently associated with :licenses_count licences(s) and cannot be deleted. Please update your licenses to no longer reference this supplier and try again. ',
'assoc_maintenances' => 'This supplier is currently associated with :asset_maintenances_count asset maintenances(s) and cannot be deleted. Please update your asset maintenances to no longer reference this supplier and try again. ',
)
);

View File

@ -0,0 +1,26 @@
<?php
return array(
'about_suppliers_title' => 'על הספקים',
'about_suppliers_text' => 'הספקים משמשים כדי לעקוב אחר המקור של פריטים',
'address' => 'כתובת הספק',
'assets' => 'נכסים',
'city' => 'עִיר',
'contact' => 'שם איש קשר',
'country' => 'מדינה',
'create' => 'צור ספק',
'email' => 'אֶלֶקטרוֹנִי',
'fax' => 'פַקס',
'id' => 'תְעוּדַת זֶהוּת',
'licenses' => 'רישיונות',
'name' => 'שם ספק',
'notes' => 'הערות',
'phone' => 'טלפון',
'state' => 'מדינה',
'suppliers' => 'ספקים',
'update' => 'עדכון הספק',
'view' => 'הצג את הספק',
'view_assets_for' => 'הצג נכסים עבור',
'zip' => 'מיקוד',
);