Files
opensourcepos/app/Language/he/Plugins.php

30 lines
1.7 KiB
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
return [
'actions' => 'פעולות',
'active' => 'פעיל',
'configure' => 'הגדרות',
'description' => 'תיאור',
'disable' => 'השבת',
'disable_failed' => 'השבתת התוסף נכשלה',
'disabled' => 'התוסף הושבת בהצלחה',
'enable' => 'הפעל',
'enable_failed' => 'הפעלת התוסף נכשלה',
'enabled' => 'התוסף הופעל בהצלחה',
'inactive' => 'לא פעיל',
'install' => 'התקנה',
'management' => 'ניהול תוספים',
'name' => 'שם התוסף',
'no_config' => 'לתוסף זה אין אפשרויות תצורה',
'no_plugins_to_display' => 'אין תוספים להצגה',
'not_found' => 'התוסף לא נמצא',
'plugins' => 'תוספים',
'settings_save_failed' => 'שמירת הגדרות התוסף נכשלה',
'settings_saved' => 'הגדרות התוסף נשמרו בהצלחה',
'status' => 'סטטוס',
'uninstall' => 'הסר התקנה',
'uninstall_failed' => 'הסרת התקנת התוסף נכשלה',
'uninstall_warning' => 'הסרת התקנת תוסף זה תמחק את כל הנתונים במסד הנתונים המשויכים לתוסף ולא ניתן יהיה לבטל פעולה זו. האם אתה בטוח שברצונך להסיר את ההתקנה?',
'uninstalled' => 'התוסף הוסר בהצלחה',
'version' => 'גרסה',
];