2024-04-19 22:31:46 -04:00

96 lines
2.7 KiB
PHP
Raw 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 [
'email' => 'דוא"ל',
'email_address' => 'כתובת דוא"ל',
'user_identifier' => 'שם משתשמש או דואר אלקטרוני',
'password' => 'סיסמה',
'new_password' => 'סיסמה חדשה',
'confirm_password' => 'תאשר סיסמא חדשה',
'login' => 'התחברות',
'home' => 'Home',
'servers' => 'שרתים',
'id' => 'מספר מזהה',
'name' => 'שם',
'node' => 'צומת',
'connection' => 'חיבור',
'memory' => 'זיכרון',
'cpu' => 'מעבד',
'disk' => 'דיסק',
'status' => 'סטטוס',
'search' => 'חיפוש',
'suspended' => 'מושעה',
'account' => 'חשבון',
'security' => 'אבטחה',
'ip' => '‏כתובת IP',
'last_activity' => 'פעילות אחרונה',
'revoke' => 'Revoke',
'2fa_token' => 'טוקן אימות',
'submit' => 'Submit',
'close' => 'סגור',
'settings' => 'הגדרות',
'configuration' => 'תצורה',
'sftp' => 'SFTP',
'databases' => 'מסדי נתונים',
'memo' => 'Memo',
'created' => 'Created',
'expires' => 'Expires',
'public_key' => 'Token',
'api_access' => 'גישה ל- API',
'never' => 'never',
'sign_out' => 'Sign out',
'admin_control' => 'Admin Control',
'required' => 'Required',
'port' => 'Port',
'username' => 'Username',
'database' => 'Database',
'new' => 'New',
'danger' => 'Danger',
'create' => 'Create',
'select_all' => 'Select All',
'select_none' => 'Select None',
'alias' => 'Alias',
'primary' => 'Primary',
'make_primary' => 'Make Primary',
'none' => 'None',
'cancel' => 'Cancel',
'created_at' => 'Created At',
'action' => 'Action',
'data' => 'Data',
'queued' => 'Queued',
'last_run' => 'Last Run',
'next_run' => 'Next Run',
'not_run_yet' => 'Not Run Yet',
'yes' => 'Yes',
'no' => 'No',
'delete' => 'Delete',
'2fa' => '2FA',
'logout' => 'Logout',
'admin_cp' => 'Admin Control Panel',
'optional' => 'Optional',
'read_only' => 'Read Only',
'relation' => 'Relation',
'owner' => 'Owner',
'admin' => 'Admin',
'subuser' => 'Subuser',
'captcha_invalid' => 'The provided captcha is invalid.',
'tasks' => 'Tasks',
'seconds' => 'Seconds',
'minutes' => 'Minutes',
'under_maintenance' => 'Under Maintenance',
'days' => [
'sun' => 'Sunday',
'mon' => 'Monday',
'tues' => 'Tuesday',
'wed' => 'Wednesday',
'thurs' => 'Thursday',
'fri' => 'Friday',
'sat' => 'Saturday',
],
'last_used' => 'Last Used',
'enable' => 'Enable',
'disable' => 'Disable',
'save' => 'Save',
'copyright' => '&reg; 2024 - :year Pelican',
];