D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
local
/
psa
/
admin
/
plib
/
modules
/
ntp-timesync
/
resources
/
locales
/
Filename :
ar.php
back
Copy
<?php // Copyright 1999-2024. WebPros International GmbH. All rights reserved. $messages = [ 'cli' => [ 'add-server' => [ 'success' => 'Server %%server%% successfully added. Currently active servers:', ], 'remove-server' => [ 'success' => 'Server %%server%% successfully removed. Currently active servers:', ], 'switch-service' => [ 'success' => 'NTP service was successfully switched to %%service%%.', 'missing-param' => 'No "-service" command option was provided. Use command --supported-servers to see all supported servers.', ], 'detect-service' => [ 'success' => 'NTP service detection has completed. Currently selected service: %%service%%', ], 'enable' => [ 'success' => 'NTP syncing was successfully enabled.', ], 'disable' => [ 'success' => 'NTP syncing was successfully disabled.', ], 'supported-services' => [ 'hint' => 'Following services are supported on current platform: %%services%%', ], 'status' => [ 'service' => 'NTP Service: %%service%%', 'servers' => 'NTP Servers:', 'sync' => 'Sync status: %%status%%', 'sync-enabled' => 'Enabled', 'sync-disabled' => 'Disabled', ], 'commands' => [ 'add-server' => 'Adds a new NTP service for syncing.', 'detect-service' => 'Detects currently installed NTP service.', 'remove-server' => 'Removes an existing NTP service from syncing.', 'switch-service' => 'Switches NTP service for syncing (use command --supported-servers to see all supported servers).', 'enable' => 'Enables NTP synchronization.', 'disable' => 'Disables NTP synchronization.', 'supported-services' => 'Lists NTP services supported in current environment.', 'status' => 'Displays current NTP synchronization.', ], 'options' => [ 'server' => 'NTP server host name.', 'service' => 'NET service name.', 'json' => 'Encode results in JSON format.', ], ], 'validator' => [ 'resolves-or-ip' => '"%%ip%%" ليس عنوان IP صالحًا، أو اسم مضيف لا يمكن حله', 'server-exists' => 'لم يُحدَّد الخادم "%%server%%" في تكوين خدمة NTP', ], 'exception' => [ 'server-exists' => 'خادم NTP "%%server%%" مُستخدَّم بالفعل للمزامنة', 'server-not-exists' => 'خادم NTP "%%server%%" غير مُستخدَّم للمزامنة', 'server-not-resolved' => '"%%host%%" ليس عنوان IP صالحًا، أو اسم مضيف لا يمكن حله', 'service-undefined' => 'لم تُعيَّن خدمة NTP، ولا يمكن مزامنة الخادم', 'package-not-supported' => 'الحزمة "%%package%%" غير مدعومة على هذا النظام الأساسي', 'service-not-set' => 'يتعذر تمكين مزامنة NTP: لم تُحدَّد خدمة NTP', 'service-already-set' => 'خدمة NTP هي "%%service%%" بالفعل', 'service-unknown' => 'خدمة "%%service%%" غير مدعومة بهذا الملحق', 'unsupported-virtualization' => 'لا يدعم هذا الملحق حاويات Virtuozzo وOpenVZ', 'service-not-detected' => 'يتعذر اكتشاف خدمة NTP عبر واجهة systemd DBus', ], 'services' => [ 'none-service' => [ 'display-name' => 'لا شيء', ], ], 'app' => [ 'NtpTimesync' => [ 'title' => 'مزامنة الوقت على الخادم عبر NTP', 'Loading' => [ 'Failed' => 'فشل تحميل حالة الملحق: %%error%%', 'InProcess' => 'تحميل البيانات من الخادم', ], 'Update' => [ 'SuccessMessage' => 'تم تحديث التكوين بنجاح', ], ], 'Button' => [ 'ToolsSettings' => [ 'Title' => 'مزامنة وقت الشبكة', ], ], 'Config' => [ 'Form' => [ 'Button' => [ 'AddMore' => 'إضافة واحد آخر', 'Apply' => 'تطبيق', 'Default' => 'تعيين خوادم OS NTP الافتراضية', 'Remove' => 'إزالة', ], 'Service' => [ 'Description' => 'تعيين إلى "لا شيء" لتعطيل مزامنة NTP.', 'Label' => 'خدمة NTP', 'IsRecommended' => 'موصى بها', ], 'Servers' => [ 'Label' => 'خوادم NTP', ], 'SyncStatus' => [ 'Inactive' => 'لم تتم المزامنة بعد', 'Label' => 'حالة المزامنة', 'Success' => 'متزامن', ], ], ], ], ];