snipe-it/resources/lang/he/admin/groups/message.php
snipe ddfa5776c5 Updated language strings
This absolutely sucks. Something changed in CrowdIn or something else, which results in this push being *thousands* of files because someone somewhere decided that `return [];` was vastly inferior to `return array();`

I'll try to fix it. :(

FML

Signed-off-by: snipe <snipe@snipe.net>
2022-01-13 21:27:29 -08:00

23 lines
838 B
PHP

<?php
return array(
'group_exists' => 'הקבוצה כבר קיימת!',
'group_not_found' => 'קבוצה [: id] לא קיימת.',
'group_name_required' => 'שדה השדה נדרש',
'success' => array(
'create' => 'הקבוצה נוצרה בהצלחה.',
'update' => 'הקבוצה עודכנה בהצלחה.',
'delete' => 'הקבוצה נמחקה בהצלחה.',
),
'delete' => array(
'confirm' => 'האם אתה בטוח שברצונך למחוק קבוצה זו?',
'create' => 'היתה בעיה ביצירת הקבוצה. בבקשה נסה שוב.',
'update' => 'היתה בעיה בעדכון הקבוצה. בבקשה נסה שוב.',
'delete' => 'הייתה בעיה במחיקת הקבוצה. בבקשה נסה שוב.',
),
);