ajout app
This commit is contained in:
22
SNIPE-IT/resources/lang/he-IL/admin/departments/message.php
Normal file
22
SNIPE-IT/resources/lang/he-IL/admin/departments/message.php
Normal file
@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'does_not_exist' => 'המחלקה לא קיימת.',
|
||||
'department_already_exists' => 'A department already exists with that name at this company location. Or choose a more specific name for this department. ',
|
||||
'assoc_users' => 'מחלקה זו משויכת כרגע למשתמש אחד לפחות ולא ניתן למחוק אותה. עדכן את המשתמשים שלך כדי לא להפנות עוד למחלקה זו ונסה שוב.',
|
||||
'create' => array(
|
||||
'error' => 'המחלקה לא נוצרה, נסה שוב.',
|
||||
'success' => 'המחלקה נוצרה בהצלחה.'
|
||||
),
|
||||
'update' => array(
|
||||
'error' => 'המחלקה לא עודכנה, נסה שוב',
|
||||
'success' => 'המחלקה עודכנה בהצלחה.'
|
||||
),
|
||||
'delete' => array(
|
||||
'confirm' => 'האם אתה בטוח שברצונך למחוק מחלקה זו?',
|
||||
'error' => 'היתה בעיה במחיקת המחלקה. בבקשה נסה שוב.',
|
||||
'success' => 'המחלקה נמחקה בהצלחה.'
|
||||
)
|
||||
|
||||
);
|
Reference in New Issue
Block a user