New Crowdin updates (#110)

This commit is contained in:
Lance Pioch 2024-04-19 22:31:46 -04:00 committed by GitHub
parent 716d298b75
commit 807a6f02fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
212 changed files with 4761 additions and 4761 deletions

View File

@ -8,79 +8,79 @@
*/
return [
'auth' => [
'fail' => 'Failed log in',
'success' => 'Logged in',
'password-reset' => 'Password reset',
'reset-password' => 'Requested password reset',
'checkpoint' => 'Two-factor authentication requested',
'recovery-token' => 'Used two-factor recovery token',
'token' => 'Solved two-factor challenge',
'ip-blocked' => 'Blocked request from unlisted IP address for :identifier',
'fail' => 'Kon nie aanmeld nie',
'success' => 'Aangemeld',
'password-reset' => 'Wagwoord herstel',
'reset-password' => 'Versoek wagwoordterugstelling',
'checkpoint' => 'Twee-faktor-stawing versoek',
'recovery-token' => 'Gebruik twee-faktor-hersteltoken',
'token' => 'Twee-faktor uitdaging opgelos',
'ip-blocked' => 'Geblokkeerde versoek van ongelyste IP-adres vir :identifier',
'sftp' => [
'fail' => 'Failed SFTP log in',
'fail' => 'Kon nie SFTP aanmeld nie',
],
],
'user' => [
'account' => [
'email-changed' => 'Changed email from :old to :new',
'password-changed' => 'Changed password',
'email-changed' => 'E-pos verander van :oud na :nuut',
'password-changed' => 'Verander wagwoord',
],
'api-key' => [
'create' => 'Created new API key :identifier',
'delete' => 'Deleted API key :identifier',
'create' => 'Skep nuwe API-sleutel:identifiseerder',
'delete' => 'Geskrap API-sleutel:identifiseerder',
],
'ssh-key' => [
'create' => 'Added SSH key :fingerprint to account',
'delete' => 'Removed SSH key :fingerprint from account',
'create' => 'SSH-sleutel :vingerafdruk by rekening gevoeg',
'delete' => 'SSH-sleutel :vingerafdruk van rekening verwyder',
],
'two-factor' => [
'create' => 'Enabled two-factor auth',
'delete' => 'Disabled two-factor auth',
'create' => 'Geaktiveerde twee-faktor-autagtiging',
'delete' => 'Gedeaktiveerde twee-faktor-aut',
],
],
'server' => [
'reinstall' => 'Reinstalled server',
'reinstall' => 'Herinstalleer bediener',
'console' => [
'command' => 'Executed ":command" on the server',
'command' => '":opdrag" op die bediener uitgevoer',
],
'power' => [
'start' => 'Started the server',
'stop' => 'Stopped the server',
'restart' => 'Restarted the server',
'kill' => 'Killed the server process',
'start' => 'Het die bediener begin',
'stop' => 'Het die bediener gestop',
'restart' => 'Het die bediener herbegin',
'kill' => 'Het die bedienerproses doodgemaak',
],
'backup' => [
'download' => 'Downloaded the :name backup',
'delete' => 'Deleted the :name backup',
'restore' => 'Restored the :name backup (deleted files: :truncate)',
'restore-complete' => 'Completed restoration of the :name backup',
'restore-failed' => 'Failed to complete restoration of the :name backup',
'start' => 'Started a new backup :name',
'complete' => 'Marked the :name backup as complete',
'fail' => 'Marked the :name backup as failed',
'lock' => 'Locked the :name backup',
'unlock' => 'Unlocked the :name backup',
'download' => 'Het die :name rugsteun afgelaai',
'delete' => 'Het die :name rugsteun uitgevee',
'restore' => 'Het die :name-rugsteun herstel (geskrap lêers: :truncate)',
'restore-complete' => 'Voltooide herstel van die :name rugsteun',
'restore-failed' => 'Kon nie die herstel van die :name rugsteun voltooi nie',
'start' => 'Het \'n nuwe rugsteun :name begin',
'complete' => 'Het die :name-rugsteun as voltooi gemerk',
'fail' => 'Het die :name-rugsteun as voltooi gemerk',
'lock' => 'Het die :name rugsteun uitgevee',
'unlock' => 'Het die :name rugsteun afgelaai',
],
'database' => [
'create' => 'Created new database :name',
'rotate-password' => 'Password rotated for database :name',
'delete' => 'Deleted database :name',
'create' => 'Create new database file',
'rotate-password' => 'Wagwoord geroteer vir databasis :naam',
'delete' => 'Geskrap databasis :naam',
],
'file' => [
'compress_one' => 'Compressed :directory:file',
'compress_other' => 'Compressed :count files in :directory',
'read' => 'Viewed the contents of :file',
'copy' => 'Created a copy of :file',
'create-directory' => 'Created directory :directory:name',
'decompress' => 'Decompressed :files in :directory',
'delete_one' => 'Deleted :directory:files.0',
'delete_other' => 'Deleted :count files in :directory',
'download' => 'Downloaded :file',
'pull' => 'Downloaded a remote file from :url to :directory',
'rename_one' => 'Renamed :directory:files.0.from to :directory:files.0.to',
'rename_other' => 'Renamed :count files in :directory',
'write' => 'Wrote new content to :file',
'upload' => 'Began a file upload',
'compress_one' => 'Saamgeperste :directory:lêer',
'compress_other' => 'Saamgeperste :count lêers in :directory',
'read' => 'Het die inhoud van :file bekyk',
'copy' => 'Het \'n kopie van :file geskep',
'create-directory' => 'Geskep gids :gids:naam',
'decompress' => 'Gedekomprimeerde :lêers in :directory',
'delete_one' => 'Geskrap :gids:lêers.0',
'delete_other' => 'Saamgeperste :count lêers in :directory',
'download' => 'Afgelaai: lêer',
'pull' => 'Het \'n afstandlêer afgelaai vanaf :url na :directory',
'rename_one' => 'Hernoem :gids:lêers.0.van na :gids:lêers.0.na',
'rename_other' => 'Hernoem :count lêers in :directory',
'write' => 'Het nuwe inhoud na :file geskryf',
'upload' => 'Het \'n lêeroplaai begin',
'uploaded' => 'Uploaded :directory:file',
],
'sftp' => [

View File

@ -8,123 +8,123 @@
*/
return [
'auth' => [
'fail' => 'Failed log in',
'success' => 'Logged in',
'password-reset' => 'Password reset',
'reset-password' => 'Requested password reset',
'checkpoint' => 'Two-factor authentication requested',
'recovery-token' => 'Used two-factor recovery token',
'token' => 'Solved two-factor challenge',
'ip-blocked' => 'Blocked request from unlisted IP address for :identifier',
'fail' => 'فشل تسجيل الدخول',
'success' => 'تم تسجيل الدخول',
'password-reset' => 'تم إعادة تعيين كلمة المرور',
'reset-password' => 'طلب إعادة تعيين كلمة المرور',
'checkpoint' => 'طلب التحقق ذو العاملين',
'recovery-token' => 'استخدم رمز الاسترداد ذو العاملين',
'token' => 'تم حل تحدي ذو العاملين',
'ip-blocked' => 'تم حظر الطلب من عنوان IP غير مدرج لـ :identifier',
'sftp' => [
'fail' => 'Failed SFTP log in',
'fail' => 'فشل تسجيل الدخول عبر SFTP',
],
],
'user' => [
'account' => [
'email-changed' => 'Changed email from :old to :new',
'password-changed' => 'Changed password',
'email-changed' => 'تغيير البريد الإلكتروني من :old إلى :new',
'password-changed' => 'تم تغيير كلمة المرور',
],
'api-key' => [
'create' => 'Created new API key :identifier',
'delete' => 'Deleted API key :identifier',
'create' => 'تم إنشاء مفتاح API جديد :identifier',
'delete' => 'تم حذف مفتاح API :identifier',
],
'ssh-key' => [
'create' => 'Added SSH key :fingerprint to account',
'delete' => 'Removed SSH key :fingerprint from account',
'create' => 'تم إضافة مفتاح SSH :fingerprint إلى الحساب',
'delete' => 'تم إزالة مفتاح SSH :fingerprint من الحساب',
],
'two-factor' => [
'create' => 'Enabled two-factor auth',
'delete' => 'Disabled two-factor auth',
'create' => 'تم تفعيل التحقق ذو العاملين',
'delete' => 'تم تعطيل التحقق ذو العاملين',
],
],
'server' => [
'reinstall' => 'Reinstalled server',
'reinstall' => 'تم إعادة تثبيت الخادم',
'console' => [
'command' => 'Executed ":command" on the server',
'command' => 'تنفيذ الأمر ":command" على الخادم',
],
'power' => [
'start' => 'Started the server',
'stop' => 'Stopped the server',
'restart' => 'Restarted the server',
'kill' => 'Killed the server process',
'start' => 'تم تشغيل الخادم',
'stop' => 'تم إيقاف الخادم',
'restart' => 'تم إعادة تشغيل الخادم',
'kill' => 'تم إنهاء عملية الخادم',
],
'backup' => [
'download' => 'Downloaded the :name backup',
'delete' => 'Deleted the :name backup',
'restore' => 'Restored the :name backup (deleted files: :truncate)',
'restore-complete' => 'Completed restoration of the :name backup',
'restore-failed' => 'Failed to complete restoration of the :name backup',
'start' => 'Started a new backup :name',
'complete' => 'Marked the :name backup as complete',
'fail' => 'Marked the :name backup as failed',
'lock' => 'Locked the :name backup',
'unlock' => 'Unlocked the :name backup',
'download' => 'تم تنزيل النسخة الاحتياطية :name',
'delete' => 'تم حذف النسخة الاحتياطية :name',
'restore' => 'تم استعادة النسخة الاحتياطية :name (تم حذف الملفات: :truncate)',
'restore-complete' => 'تم إكمال استعادة النسخة الاحتياطية :name',
'restore-failed' => 'فشل في إكمال استعادة النسخة الاحتياطية :name',
'start' => 'تم بدء نسخة احتياطية جديدة :name',
'complete' => 'تم وضع علامة على النسخة الاحتياطية :name كمكتملة',
'fail' => 'تم وضع علامة على النسخة الاحتياطية :name كفاشلة',
'lock' => 'تم قفل النسخة الاحتياطية :name',
'unlock' => 'تم فتح قفل النسخة الاحتياطية :name',
],
'database' => [
'create' => 'Created new database :name',
'rotate-password' => 'Password rotated for database :name',
'delete' => 'Deleted database :name',
'create' => 'تم إنشاء قاعدة بيانات جديدة :name',
'rotate-password' => 'تم تغيير كلمة المرور لقاعدة البيانات :name',
'delete' => 'تم حذف قاعدة البيانات :name',
],
'file' => [
'compress_one' => 'Compressed :directory:file',
'compress_other' => 'Compressed :count files in :directory',
'read' => 'Viewed the contents of :file',
'copy' => 'Created a copy of :file',
'create-directory' => 'Created directory :directory:name',
'decompress' => 'Decompressed :files in :directory',
'delete_one' => 'Deleted :directory:files.0',
'delete_other' => 'Deleted :count files in :directory',
'download' => 'Downloaded :file',
'pull' => 'Downloaded a remote file from :url to :directory',
'rename_one' => 'Renamed :directory:files.0.from to :directory:files.0.to',
'rename_other' => 'Renamed :count files in :directory',
'write' => 'Wrote new content to :file',
'upload' => 'Began a file upload',
'uploaded' => 'Uploaded :directory:file',
'compress_one' => 'تم ضغط :directory:file',
'compress_other' => 'تم ضغط :count ملف في :directory',
'read' => 'تم عرض محتويات :file',
'copy' => 'تم إنشاء نسخة من :file',
'create-directory' => 'تم إنشاء الدليل :directory:name',
'decompress' => 'تم فك ضغط :files في :directory',
'delete_one' => 'تم حذف :directory:files.0',
'delete_other' => 'تم حذف :count ملف في :directory',
'download' => 'تم تنزيل :file',
'pull' => 'تم تنزيل ملف من بعد من :url إلى :directory',
'rename_one' => 'تم تغيير اسم :directory:files.0.from إلى :directory:files.0.to',
'rename_other' => 'تم تغيير اسم :count ملف في :directory',
'write' => 'تم كتابة محتوى جديد في :file',
'upload' => 'بدء تحميل ملف',
'uploaded' => 'تم رفع :directory:file',
],
'sftp' => [
'denied' => 'Blocked SFTP access due to permissions',
'create_one' => 'Created :files.0',
'create_other' => 'Created :count new files',
'write_one' => 'Modified the contents of :files.0',
'write_other' => 'Modified the contents of :count files',
'delete_one' => 'Deleted :files.0',
'delete_other' => 'Deleted :count files',
'create-directory_one' => 'Created the :files.0 directory',
'create-directory_other' => 'Created :count directories',
'rename_one' => 'Renamed :files.0.from to :files.0.to',
'rename_other' => 'Renamed or moved :count files',
'denied' => 'تم حظر الوصول عبر SFTP بسبب الأذونات',
'create_one' => 'تم إنشاء :files.0',
'create_other' => 'تم إنشاء :count ملف جديد',
'write_one' => 'تم تعديل محتويات :files.0',
'write_other' => 'تم تعديل محتويات :count ملف',
'delete_one' => 'تم حذف :files.0',
'delete_other' => 'تم حذف :count ملف',
'create-directory_one' => 'تم إنشاء دليل :files.0',
'create-directory_other' => 'تم إنشاء :count مجلد',
'rename_one' => 'تم تغيير اسم :files.0.from إلى :files.0.to',
'rename_other' => 'تم تغيير اسم أو نقل :count ملف',
],
'allocation' => [
'create' => 'Added :allocation to the server',
'notes' => 'Updated the notes for :allocation from ":old" to ":new"',
'primary' => 'Set :allocation as the primary server allocation',
'delete' => 'Deleted the :allocation allocation',
'create' => 'تم إضافة :allocation إلى الخادم',
'notes' => 'تم تحديث الملاحظات لـ :allocation من ":old" إلى ":new"',
'primary' => 'تم تعيين :allocation كتخصيص أساسي للخادم',
'delete' => 'تم حذف التخصيص :allocation',
],
'schedule' => [
'create' => 'Created the :name schedule',
'update' => 'Updated the :name schedule',
'execute' => 'Manually executed the :name schedule',
'delete' => 'Deleted the :name schedule',
'create' => 'تم إنشاء جدول :name',
'update' => 'تم تحديث جدول :name',
'execute' => 'تم تنفيذ جدول :name يدويًا',
'delete' => 'تم حذف جدول :name',
],
'task' => [
'create' => 'Created a new ":action" task for the :name schedule',
'update' => 'Updated the ":action" task for the :name schedule',
'delete' => 'Deleted a task for the :name schedule',
'create' => 'تم إنشاء مهمة ":action" جديدة لجدول :name',
'update' => 'تم تحديث مهمة ":action" لجدول :name',
'delete' => 'تم حذف مهمة لجدول :name',
],
'settings' => [
'rename' => 'Renamed the server from :old to :new',
'description' => 'Changed the server description from :old to :new',
'rename' => 'تم تغيير اسم الخادم من :old إلى :new',
'description' => 'تم تغيير وصف الخادم من :old إلى :new',
],
'startup' => [
'edit' => 'Changed the :variable variable from ":old" to ":new"',
'image' => 'Updated the Docker Image for the server from :old to :new',
'edit' => 'تم تغيير متغير :variable من ":old" إلى ":new"',
'image' => 'تم تحديث صورة Docker للخادم من :old إلى :new',
],
'subuser' => [
'create' => 'Added :email as a subuser',
'update' => 'Updated the subuser permissions for :email',
'delete' => 'Removed :email as a subuser',
'create' => 'تم إضافة :email كمستخدم فرعي',
'update' => 'تم تحديث أذونات المستخدم الفرعي لـ :email',
'delete' => 'تم إزالة :email كمستخدم فرعي',
],
],
];

View File

@ -2,18 +2,18 @@
return [
'notices' => [
'imported' => 'Successfully imported this Egg and its associated variables.',
'updated_via_import' => 'This Egg has been updated using the file provided.',
'deleted' => 'Successfully deleted the requested egg from the Panel.',
'updated' => 'Egg configuration has been updated successfully.',
'script_updated' => 'Egg install script has been updated and will run whenever servers are installed.',
'egg_created' => 'A new egg was laid successfully. You will need to restart any running daemons to apply this new egg.',
'imported' => 'تم استيراد هذا البيض والمتغيرات المرتبطة به بنجاح.',
'updated_via_import' => 'تم تحديث هذا البيض باستخدام الملف المقدم.',
'deleted' => 'تم حذف البيض المطلوب بنجاح من اللوحة.',
'updated' => 'تم تحديث تكوين البيض بنجاح.',
'script_updated' => 'تم تحديث سكريبت تثبيت البيض وسيتم تشغيله كلما تم تثبيت خوادم.',
'egg_created' => 'تم وضع بيضة جديدة بنجاح. ستحتاج إلى إعادة تشغيل أي دايمونات جارية لتطبيق هذا البيض الجديد.',
],
'variables' => [
'notices' => [
'variable_deleted' => 'The variable ":variable" has been deleted and will no longer be available to servers once rebuilt.',
'variable_updated' => 'The variable ":variable" has been updated. You will need to rebuild any servers using this variable in order to apply changes.',
'variable_created' => 'New variable has successfully been created and assigned to this egg.',
'variable_deleted' => 'تم حذف المتغير ":variable" ولن يكون متاحًا بعد الآن للخوادم بمجرد إعادة بنائها.',
'variable_updated' => 'تم تحديث المتغير ":variable". ستحتاج إلى إعادة بناء أي خوادم تستخدم هذا المتغير لتطبيق التغييرات.',
'variable_created' => 'تم إنشاء متغير جديد بنجاح وتعيينه لهذا البيض.',
],
],
];

View File

@ -2,14 +2,14 @@
return [
'validation' => [
'fqdn_not_resolvable' => 'The FQDN or IP address provided does not resolve to a valid IP address.',
'fqdn_required_for_ssl' => 'A fully qualified domain name that resolves to a public IP address is required in order to use SSL for this node.',
'fqdn_not_resolvable' => 'النطاق (FQDN) أو عنوان IP المقدم لا يُحل إلى عنوان IP صالح.',
'fqdn_required_for_ssl' => 'يتطلب اسم نطاق كامل يُحل إلى عنوان IP عام لاستخدام SSL لهذه العقدة.',
],
'notices' => [
'allocations_added' => 'Allocations have successfully been added to this node.',
'node_deleted' => 'Node has been successfully removed from the panel.',
'node_created' => 'Successfully created new node. You can automatically configure the daemon on this machine by visiting the \'Configuration\' tab. <strong>Before you can add any servers you must first allocate at least one IP address and port.</strong>',
'node_updated' => 'Node information has been updated. If any daemon settings were changed you will need to reboot it for those changes to take effect.',
'unallocated_deleted' => 'Deleted all un-allocated ports for <code>:ip</code>.',
'allocations_added' => 'تم إضافة التخصيصات بنجاح إلى هذه العقدة.',
'node_deleted' => 'تم إزالة العقدة بنجاح من اللوحة.',
'node_created' => 'تم إنشاء عقدة جديدة بنجاح. يمكنك تكوين الدايمون تلقائيًا على هذه الآلة بزيارة علامة التبويب "التكوين". <strong>قبل أن تتمكن من إضافة أي خوادم يجب عليك أولاً تخصيص عنوان IP واحد على الأقل ومنفذ.</strong>',
'node_updated' => 'تم تحديث معلومات العقدة. إذا تم تغيير أي إعدادات دايمون ستحتاج إلى إعادة تشغيله لكي تصبح هذه التغييرات فعالة.',
'unallocated_deleted' => 'تم حذف جميع المنافذ غير المخصصة لـ <code>:ip</code>.',
],
];

View File

@ -2,26 +2,26 @@
return [
'exceptions' => [
'no_new_default_allocation' => 'You are attempting to delete the default allocation for this server but there is no fallback allocation to use.',
'marked_as_failed' => 'This server was marked as having failed a previous installation. Current status cannot be toggled in this state.',
'bad_variable' => 'There was a validation error with the :name variable.',
'daemon_exception' => 'There was an exception while attempting to communicate with the daemon resulting in a HTTP/:code response code. This exception has been logged. (request id: :request_id)',
'default_allocation_not_found' => 'The requested default allocation was not found in this server\'s allocations.',
'no_new_default_allocation' => 'أنت تحاول حذف التخصيص الافتراضي لهذا الخادم ولكن لا يوجد تخصيص بديل لاستخدامه.',
'marked_as_failed' => 'تم تعليم هذا الخادم على أنه فشل في تثبيت سابق. لا يمكن تغيير الحالة الحالية في هذه الحالة.',
'bad_variable' => 'كان هناك خطأ في التحقق من المتغير :name.',
'daemon_exception' => 'حدث استثناء أثناء محاولة التواصل مع الدايمون مما أدى إلى رمز استجابة HTTP/:code. تم تسجيل هذا الاستثناء. (معرف الطلب: :request_id)',
'default_allocation_not_found' => 'لم يتم العثور على التخصيص الافتراضي المطلوب في تخصيصات هذا الخادم.',
],
'alerts' => [
'startup_changed' => 'The startup configuration for this server has been updated. If this server\'s egg was changed a reinstall will be occurring now.',
'server_deleted' => 'Server has successfully been deleted from the system.',
'server_created' => 'Server was successfully created on the panel. Please allow the daemon a few minutes to completely install this server.',
'build_updated' => 'The build details for this server have been updated. Some changes may require a restart to take effect.',
'suspension_toggled' => 'Server suspension status has been changed to :status.',
'rebuild_on_boot' => 'This server has been marked as requiring a Docker Container rebuild. This will happen the next time the server is started.',
'install_toggled' => 'The installation status for this server has been toggled.',
'server_reinstalled' => 'This server has been queued for a reinstallation beginning now.',
'details_updated' => 'Server details have been successfully updated.',
'docker_image_updated' => 'Successfully changed the default Docker image to use for this server. A reboot is required to apply this change.',
'node_required' => 'You must have at least one node configured before you can add a server to this panel.',
'transfer_nodes_required' => 'You must have at least two nodes configured before you can transfer servers.',
'transfer_started' => 'Server transfer has been started.',
'transfer_not_viable' => 'The node you selected does not have the required disk space or memory available to accommodate this server.',
'startup_changed' => 'تم تحديث تكوين البدء لهذا الخادم. إذا تم تغيير بيضة هذا الخادم، فسيحدث إعادة تثبيت الآن.',
'server_deleted' => 'تم حذف الخادم بنجاح من النظام.',
'server_created' => 'تم إنشاء الخادم بنجاح على اللوحة. الرجاء السماح للدايمون ببضع دقائق لإكمال تثبيت هذا الخادم.',
'build_updated' => 'تم تحديث تفاصيل بناء هذا الخادم. قد تتطلب بعض التغييرات إعادة التشغيل لتصبح فعالة.',
'suspension_toggled' => 'تم تغيير حالة تعليق الخادم إلى :status.',
'rebuild_on_boot' => 'تم تعليم هذا الخادم على أنه يتطلب إعادة بناء حاوية Docker. سيحدث هذا عند التشغيل التالي للخادم.',
'install_toggled' => 'تم تغيير حالة التثبيت لهذا الخادم.',
'server_reinstalled' => 'تم وضع هذا الخادم في قائمة الانتظار لإعادة التثبيت التي تبدأ الآن.',
'details_updated' => 'تم تحديث تفاصيل الخادم بنجاح.',
'docker_image_updated' => 'تم تغيير صورة Docker الافتراضية المستخدمة لهذا الخادم بنجاح. يلزم إعادة التشغيل لتطبيق هذا التغيير.',
'node_required' => 'يجب أن يكون لديك عقدة واحدة على الأقل مكونة قبل أن تتمكن من إضافة خادم إلى هذه اللوحة.',
'transfer_nodes_required' => 'يجب أن يكون لديك عقدتين على الأقل مكونتين قبل أن تتمكن من نقل الخوادم.',
'transfer_started' => 'تم بدء نقل الخادم.',
'transfer_not_viable' => 'العقدة التي اخترتها لا تملك مساحة القرص أو الذاكرة المطلوبة لاستيعاب هذا الخادم.',
],
];

View File

@ -2,11 +2,11 @@
return [
'exceptions' => [
'user_has_servers' => 'Cannot delete a user with active servers attached to their account. Please delete their servers before continuing.',
'user_is_self' => 'Cannot delete your own user account.',
'user_has_servers' => 'لا يمكن حذف مستخدم لديه خوادم نشطة مرتبطة بحسابه. يرجى حذف خوادمهم قبل المتابعة.',
'user_is_self' => 'لا يمكنك حذف حساب المستخدم الخاص بك.',
],
'notices' => [
'account_created' => 'Account has been created successfully.',
'account_updated' => 'Account has been successfully updated.',
'account_created' => 'تم إنشاء الحساب بنجاح.',
'account_updated' => 'تم تحديث الحساب بنجاح.',
],
];

View File

@ -1,27 +1,27 @@
<?php
return [
'sign_in' => 'Sign In',
'go_to_login' => 'Go to Login',
'failed' => 'No account matching those credentials could be found.',
'sign_in' => 'تسجيل الدخول',
'go_to_login' => 'الذهاب إلى صفحة الدخول',
'failed' => 'لم يتم العثور على حساب يتطابق مع هذه البيانات.',
'forgot_password' => [
'label' => 'Forgot Password?',
'label_help' => 'Enter your account email address to receive instructions on resetting your password.',
'button' => 'Recover Account',
'label' => 'نسيت كلمة المرور؟',
'label_help' => 'أدخل عنوان بريدك الإلكتروني لتتلقى تعليمات حول إعادة تعيين كلمة المرور.',
'button' => 'استعادة الحساب',
],
'reset_password' => [
'button' => 'Reset and Sign In',
'button' => 'إعادة تعيين وتسجيل الدخول',
],
'two_factor' => [
'label' => '2-Factor Token',
'label_help' => 'This account requires a second layer of authentication in order to continue. Please enter the code generated by your device to complete this login.',
'checkpoint_failed' => 'The two-factor authentication token was invalid.',
'label' => 'رمز التحقق ذو العاملين',
'label_help' => 'هذا الحساب يتطلب طبقة ثانية من التحقق للمتابعة. الرجاء إدخال الرمز المولد على جهازك لإكمال هذا التسجيل.',
'checkpoint_failed' => 'رمز التحقق ذو العاملين كان غير صالح.',
],
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
'password_requirements' => 'Password must be at least 8 characters in length and should be unique to this site.',
'2fa_must_be_enabled' => 'The administrator has required that 2-Factor Authentication be enabled for your account in order to use the Panel.',
'throttle' => 'عدد محاولات تسجيل الدخول كثيرة جداً. يرجى المحاولة مجدداً بعد :seconds ثوانٍ.',
'password_requirements' => 'يجب أن تكون كلمة المرور بطول 8 أحرف على الأقل وأن تكون فريدة لهذا الموقع.',
'2fa_must_be_enabled' => 'يتطلب المدير تفعيل التحقق ذو العاملين لحسابك لاستخدام اللوحة.',
];

View File

@ -2,58 +2,58 @@
return [
'user' => [
'search_users' => 'Enter a Username, User ID, or Email Address',
'select_search_user' => 'ID of user to delete (Enter \'0\' to re-search)',
'deleted' => 'User successfully deleted from the Panel.',
'confirm_delete' => 'Are you sure you want to delete this user from the Panel?',
'no_users_found' => 'No users were found for the search term provided.',
'multiple_found' => 'Multiple accounts were found for the user provided, unable to delete a user because of the --no-interaction flag.',
'ask_admin' => 'Is this user an administrator?',
'ask_email' => 'Email Address',
'ask_username' => 'Username',
'ask_name_first' => 'First Name',
'ask_name_last' => 'Last Name',
'ask_password' => 'Password',
'ask_password_tip' => 'If you would like to create an account with a random password emailed to the user, re-run this command (CTRL+C) and pass the `--no-password` flag.',
'ask_password_help' => 'Passwords must be at least 8 characters in length and contain at least one capital letter and number.',
'search_users' => 'أدخل اسم المستخدم، معرّف المستخدم، أو عنوان البريد الإلكتروني',
'select_search_user' => 'معرّف المستخدم الذي سيتم حذفه (أدخل \'0\' لإعادة البحث)',
'deleted' => 'تم حذف المستخدم بنجاح من اللوحة.',
'confirm_delete' => 'هل أنت متأكد من أنك تريد حذف هذا المستخدم من اللوحة؟',
'no_users_found' => 'لم يتم العثور على مستخدمين لمصطلح البحث المقدم.',
'multiple_found' => 'تم العثور على عدة حسابات للمستخدم المقدم، لا يمكن حذف المستخدم بسبب علامة --no-interaction.',
'ask_admin' => 'هل هذا المستخدم مدير؟',
'ask_email' => 'عنوان البريد الإلكتروني',
'ask_username' => 'اسم المستخدم',
'ask_name_first' => 'الاسم الأول',
'ask_name_last' => 'الاسم الأخير',
'ask_password' => 'كلمة المرور',
'ask_password_tip' => 'إذا كنت ترغب في إنشاء حساب بكلمة مرور عشوائية يتم إرسالها بالبريد الإلكتروني للمستخدم، أعد تشغيل هذا الأمر (CTRL+C) ومرر علامة `--no-password`.',
'ask_password_help' => 'يجب أن تكون كلمات المرور بطول 8 أحرف على الأقل وتحتوي على حرف كبير ورقم على الأقل.',
'2fa_help_text' => [
'This command will disable 2-factor authentication for a user\'s account if it is enabled. This should only be used as an account recovery command if the user is locked out of their account.',
'If this is not what you wanted to do, press CTRL+C to exit this process.',
'هذا الأمر سيعطل التوثيق الثنائي لحساب المستخدم إذا كان مفعلاً. يجب استخدام هذا فقط كأمر استرداد حساب إذا كان المستخدم محظورًا من حسابه.',
'إذا لم يكن هذا ما تريد القيام به، اضغط CTRL+C للخروج من هذه العملية.',
],
'2fa_disabled' => '2-Factor authentication has been disabled for :email.',
'2fa_disabled' => 'تم تعطيل التوثيق الثنائي لـ :email.',
],
'schedule' => [
'output_line' => 'Dispatching job for first task in `:schedule` (:hash).',
'output_line' => 'جاري إرسال العمل للمهمة الأولى في `:schedule` (:hash).',
],
'maintenance' => [
'deleting_service_backup' => 'Deleting service backup file :file.',
'deleting_service_backup' => 'جاري حذف ملف النسخ الاحتياطي للخدمة :file.',
],
'server' => [
'rebuild_failed' => 'Rebuild request for ":name" (#:id) on node ":node" failed with error: :message',
'rebuild_failed' => 'فشل طلب إعادة بناء ":name" (#:id) على العقدة ":node" مع الخطأ: :message',
'reinstall' => [
'failed' => 'Reinstall request for ":name" (#:id) on node ":node" failed with error: :message',
'confirm' => 'You are about to reinstall against a group of servers. Do you wish to continue?',
'failed' => 'فشل طلب إعادة تثبيت ":name" (#:id) على العقدة ":node" مع الخطأ: :message',
'confirm' => 'أنت على وشك إعادة تثبيت مجموعة من الخوادم. هل ترغب في المتابعة؟',
],
'power' => [
'confirm' => 'You are about to perform a :action against :count servers. Do you wish to continue?',
'action_failed' => 'Power action request for ":name" (#:id) on node ":node" failed with error: :message',
'confirm' => 'أنت على وشك تنفيذ :action ضد :count خوادم. هل ترغب في المتابعة؟',
'action_failed' => 'فشل طلب تنفيذ الطاقة لـ ":name" (#:id) على العقدة ":node" مع الخطأ: :message',
],
],
'environment' => [
'mail' => [
'ask_smtp_host' => 'SMTP Host (e.g. smtp.gmail.com)',
'ask_smtp_port' => 'SMTP Port',
'ask_smtp_username' => 'SMTP Username',
'ask_smtp_password' => 'SMTP Password',
'ask_mailgun_domain' => 'Mailgun Domain',
'ask_mailgun_endpoint' => 'Mailgun Endpoint',
'ask_mailgun_secret' => 'Mailgun Secret',
'ask_mandrill_secret' => 'Mandrill Secret',
'ask_postmark_username' => 'Postmark API Key',
'ask_driver' => 'Which driver should be used for sending emails?',
'ask_mail_from' => 'Email address emails should originate from',
'ask_mail_name' => 'Name that emails should appear from',
'ask_encryption' => 'Encryption method to use',
'ask_smtp_host' => 'مضيف SMTP (مثل smtp.gmail.com)',
'ask_smtp_port' => 'منفذ SMTP',
'ask_smtp_username' => 'اسم مستخدم SMTP',
'ask_smtp_password' => 'كلمة مرور SMTP',
'ask_mailgun_domain' => 'نطاق Mailgun',
'ask_mailgun_endpoint' => 'نقطة نهاية Mailgun',
'ask_mailgun_secret' => 'سر Mailgun',
'ask_mandrill_secret' => 'سر Mandrill',
'ask_postmark_username' => 'مفتاح API Postmark',
'ask_driver' => 'أي برنامج يجب استخدامه لإرسال الرسائل البريدية؟',
'ask_mail_from' => 'عنوان البريد الإلكتروني الذي يجب أن تنشأ منه الرسائل',
'ask_mail_name' => 'الاسم الذي يجب أن تظهر منه الرسائل',
'ask_encryption' => 'طريقة التشفير المستخدمة',
],
],
];

View File

@ -2,27 +2,27 @@
return [
'email' => [
'title' => 'Update your email',
'updated' => 'Your email address has been updated.',
'title' => 'تحديث بريدك الإلكتروني',
'updated' => 'تم تحديث عنوان بريدك الإلكتروني.',
],
'password' => [
'title' => 'Change your password',
'requirements' => 'Your new password should be at least 8 characters in length.',
'updated' => 'Your password has been updated.',
'title' => 'تغيير كلمة مرورك',
'requirements' => 'يجب أن تكون كلمة المرور الجديدة مكونة من 8 أحرف على الأقل.',
'updated' => 'تم تحديث كلمة المرور الخاصة بك.',
],
'two_factor' => [
'button' => 'Configure 2-Factor Authentication',
'disabled' => 'Two-factor authentication has been disabled on your account. You will no longer be prompted to provide a token when logging in.',
'enabled' => 'Two-factor authentication has been enabled on your account! From now on, when logging in, you will be required to provide the code generated by your device.',
'invalid' => 'The token provided was invalid.',
'button' => 'إعداد التوثيق الثنائي',
'disabled' => 'تم تعطيل التوثيق الثنائي في حسابك. لن يُطلب منك تقديم رمز عند تسجيل الدخول.',
'enabled' => 'تم تفعيل التوثيق الثنائي في حسابك! من الآن فصاعدًا، عند تسجيل الدخول، سيُطلب منك تقديم الرمز الذي يُنتجه جهازك.',
'invalid' => 'الرمز المقدم غير صالح.',
'setup' => [
'title' => 'Setup two-factor authentication',
'help' => 'Can\'t scan the code? Enter the code below into your application:',
'field' => 'Enter token',
'title' => 'إعداد التوثيق الثنائي',
'help' => 'لا يمكن مسح الرمز؟ أدخل الرمز أدناه في تطبيقك:',
'field' => 'أدخل الرمز',
],
'disable' => [
'title' => 'Disable two-factor authentication',
'field' => 'Enter token',
'title' => 'تعطيل التوثيق الثنائي',
'field' => 'أدخل الرمز',
],
],
];

View File

@ -1,8 +1,8 @@
<?php
return [
'search' => 'Search for servers...',
'no_matches' => 'There were no servers found matching the search criteria provided.',
'cpu_title' => 'CPU',
'memory_title' => 'Memory',
'search' => 'ابحث عن الخوادم...',
'no_matches' => 'لم يتم العثور على خوادم تطابق معايير البحث المقدمة.',
'cpu_title' => 'المعالج',
'memory_title' => 'الذاكرة',
];

View File

@ -1,55 +1,55 @@
<?php
return [
'daemon_connection_failed' => 'There was an exception while attempting to communicate with the daemon resulting in a HTTP/:code response code. This exception has been logged.',
'daemon_connection_failed' => 'حدث استثناء أثناء محاولة التواصل مع الدايمون مما أدى إلى رمز استجابة HTTP/:code. تم تسجيل هذا الاستثناء.',
'node' => [
'servers_attached' => 'A node must have no servers linked to it in order to be deleted.',
'daemon_off_config_updated' => 'The daemon configuration <strong>has been updated</strong>, however there was an error encountered while attempting to automatically update the configuration file on the Daemon. You will need to manually update the configuration file (config.yml) for the daemon to apply these changes.',
'servers_attached' => 'يجب ألا يكون هناك أي خوادم مرتبطة بالعقدة لكي يتم حذفها.',
'daemon_off_config_updated' => 'تم تحديث تكوين الدايمون <strong>لكن</strong>، واجهت مشكلة أثناء محاولة تحديث ملف التكوين تلقائيًا على الدايمون. ستحتاج إلى تحديث ملف التكوين (config.yml) يدويًا لتطبيق هذه التغييرات.',
],
'allocations' => [
'server_using' => 'A server is currently assigned to this allocation. An allocation can only be deleted if no server is currently assigned.',
'too_many_ports' => 'Adding more than 1000 ports in a single range at once is not supported.',
'invalid_mapping' => 'The mapping provided for :port was invalid and could not be processed.',
'cidr_out_of_range' => 'CIDR notation only allows masks between /25 and /32.',
'port_out_of_range' => 'Ports in an allocation must be greater than 1024 and less than or equal to 65535.',
'server_using' => 'تم تعيين خادم حاليًا لهذا التخصيص. لا يمكن حذف التخصيص إلا إذا لم يكن هناك خادم معين حاليًا.',
'too_many_ports' => 'لا يتم دعم إضافة أكثر من 1000 منفذ في نطاق واحد دفعة واحدة.',
'invalid_mapping' => 'التعيين المقدم للمنفذ :port كان غير صالح ولا يمكن معالجته.',
'cidr_out_of_range' => 'تسمح ترميزات CIDR فقط بالأقنعة بين /25 و /32.',
'port_out_of_range' => 'يجب أن تكون المنافذ في التخصيص أكبر من 1024 وأقل من أو يساوي 65535.',
],
'egg' => [
'delete_has_servers' => 'An Egg with active servers attached to it cannot be deleted from the Panel.',
'invalid_copy_id' => 'The Egg selected for copying a script from either does not exist, or is copying a script itself.',
'has_children' => 'This Egg is a parent to one or more other Eggs. Please delete those Eggs before deleting this Egg.',
'delete_has_servers' => 'لا يمكن حذف بيضة تحتوي على خوادم نشطة مرتبطة بها من اللوحة.',
'invalid_copy_id' => 'البيضة المختارة لنسخ سكربت منها إما أنها غير موجودة، أو أنها تقوم بنسخ سكربت نفسها.',
'has_children' => 'هذه البيضة هي الوالد لواحدة أو أكثر من البيض الأخرى. يرجى حذف تلك البيض قبل حذف هذه البيضة.',
],
'variables' => [
'env_not_unique' => 'The environment variable :name must be unique to this Egg.',
'reserved_name' => 'The environment variable :name is protected and cannot be assigned to a variable.',
'bad_validation_rule' => 'The validation rule ":rule" is not a valid rule for this application.',
'env_not_unique' => 'يجب أن تكون المتغيرات البيئية :name فريدة لهذه البيضة.',
'reserved_name' => 'المتغير البيئي :name محمي ولا يمكن تخصيصه لمتغير.',
'bad_validation_rule' => 'قاعدة التحقق ":rule" ليست صالحة لهذا التطبيق.',
],
'importer' => [
'json_error' => 'There was an error while attempting to parse the JSON file: :error.',
'file_error' => 'The JSON file provided was not valid.',
'invalid_json_provided' => 'The JSON file provided is not in a format that can be recognized.',
'json_error' => 'حدث خطأ أثناء محاولة تحليل ملف JSON: :error.',
'file_error' => 'ملف JSON المقدم لم يكن صالحًا.',
'invalid_json_provided' => 'الملف JSON المقدم ليس بتنسيق يمكن التعرف عليه.',
],
'subusers' => [
'editing_self' => 'Editing your own subuser account is not permitted.',
'user_is_owner' => 'You cannot add the server owner as a subuser for this server.',
'subuser_exists' => 'A user with that email address is already assigned as a subuser for this server.',
'editing_self' => 'لا يُسمح بتعديل حساب المستخدم الفرعي الخاص بك.',
'user_is_owner' => 'لا يمكنك إضافة مالك الخادم كمستخدم فرعي لهذا الخادم.',
'subuser_exists' => 'المستخدم ذو البريد الإلكتروني هذا مُعين بالفعل كمستخدم فرعي لهذا الخادم.',
],
'databases' => [
'delete_has_databases' => 'Cannot delete a database host server that has active databases linked to it.',
'delete_has_databases' => 'لا يمكن حذف مضيف قاعدة البيانات الذي يحتوي على قواعد بيانات نشطة مرتبطة به.',
],
'tasks' => [
'chain_interval_too_long' => 'The maximum interval time for a chained task is 15 minutes.',
'chain_interval_too_long' => 'أقصى فترة زمنية لمهمة متسلسلة هي 15 دقيقة.',
],
'locations' => [
'has_nodes' => 'Cannot delete a location that has active nodes attached to it.',
'has_nodes' => 'لا يمكن حذف موقع يحتوي على عقد نشطة مرتبطة به.',
],
'users' => [
'node_revocation_failed' => 'Failed to revoke keys on <a href=":link">Node #:node</a>. :error',
'node_revocation_failed' => 'فشل في إلغاء المفاتيح على <a href=":link">العقدة #:node</a>. :error',
],
'deployment' => [
'no_viable_nodes' => 'No nodes satisfying the requirements specified for automatic deployment could be found.',
'no_viable_allocations' => 'No allocations satisfying the requirements for automatic deployment were found.',
'no_viable_nodes' => 'لم يتم العثور على عقد تلبي المتطلبات المحددة للنشر التلقائي.',
'no_viable_allocations' => 'لم يتم العثور على تخصيصات تلبي المتطلبات للنشر التلقائي.',
],
'api' => [
'resource_not_found' => 'The requested resource does not exist on this server.',
'resource_not_found' => 'المورد المطلوب غير موجود على هذا الخادم.',
],
];

View File

@ -12,6 +12,6 @@ return [
|
*/
'previous' => '&laquo; Previous',
'next' => 'Next &raquo;',
'previous' => '&laquo; السابق',
'next' => 'التالي &raquo;',
];

View File

@ -11,9 +11,9 @@ return [
| has failed, such as for an invalid token or invalid new password.
|
*/
'password' => 'Passwords must be at least six characters and match the confirmation.',
'reset' => 'Your password has been reset!',
'sent' => 'We have e-mailed your password reset link!',
'token' => 'This password reset token is invalid.',
'user' => 'We can\'t find a user with that e-mail address.',
'password' => 'يجب أن تكون كلمات المرور ستة أحرف على الأقل وأن تتطابق مع التأكيد.',
'reset' => 'تم إعادة تعيين كلمة مرورك!',
'sent' => 'لقد أرسلنا رابط إعادة تعيين كلمة المرور إلى بريدك الإلكتروني!',
'token' => 'رمز إعادة تعيين كلمة المرور هذا غير صالح.',
'user' => 'لا يمكننا العثور على مستخدم بهذا العنوان البريدي الإلكتروني.',
];

View File

@ -2,32 +2,32 @@
return [
'permissions' => [
'websocket_*' => 'Allows access to the websocket for this server.',
'control_console' => 'Allows the user to send data to the server console.',
'control_start' => 'Allows the user to start the server instance.',
'control_stop' => 'Allows the user to stop the server instance.',
'control_restart' => 'Allows the user to restart the server instance.',
'control_kill' => 'Allows the user to kill the server instance.',
'user_create' => 'Allows the user to create new user accounts for the server.',
'user_read' => 'Allows the user permission to view users associated with this server.',
'user_update' => 'Allows the user to modify other users associated with this server.',
'user_delete' => 'Allows the user to delete other users associated with this server.',
'file_create' => 'Allows the user permission to create new files and directories.',
'file_read' => 'Allows the user to see files and folders associated with this server instance, as well as view their contents.',
'file_update' => 'Allows the user to update files and folders associated with the server.',
'file_delete' => 'Allows the user to delete files and directories.',
'file_archive' => 'Allows the user to create file archives and decompress existing archives.',
'file_sftp' => 'Allows the user to perform the above file actions using a SFTP client.',
'allocation_read' => 'Allows access to the server allocation management pages.',
'allocation_update' => 'Allows user permission to make modifications to the server\'s allocations.',
'database_create' => 'Allows user permission to create a new database for the server.',
'database_read' => 'Allows user permission to view the server databases.',
'database_update' => 'Allows a user permission to make modifications to a database. If the user does not have the "View Password" permission as well they will not be able to modify the password.',
'database_delete' => 'Allows a user permission to delete a database instance.',
'database_view_password' => 'Allows a user permission to view a database password in the system.',
'schedule_create' => 'Allows a user to create a new schedule for the server.',
'schedule_read' => 'Allows a user permission to view schedules for a server.',
'schedule_update' => 'Allows a user permission to make modifications to an existing server schedule.',
'schedule_delete' => 'Allows a user to delete a schedule for the server.',
'websocket_*' => 'يتيح الوصول إلى الويب سوكيت لهذا الخادم.',
'control_console' => 'يسمح للمستخدم بإرسال بيانات إلى وحدة تحكم الخادم.',
'control_start' => 'يسمح للمستخدم بتشغيل نموذج الخادم.',
'control_stop' => 'يسمح للمستخدم بإيقاف نموذج الخادم.',
'control_restart' => 'يسمح للمستخدم بإعادة تشغيل نموذج الخادم.',
'control_kill' => 'يسمح للمستخدم بإنهاء نموذج الخادم.',
'user_create' => 'يسمح للمستخدم بإنشاء حسابات مستخدمين جديدة للخادم.',
'user_read' => 'يمنح المستخدم إذنًا لعرض المستخدمين المرتبطين بهذا الخادم.',
'user_update' => 'يسمح للمستخدم بتعديل المستخدمين الآخرين المرتبطين بهذا الخادم.',
'user_delete' => 'يسمح للمستخدم بحذف المستخدمين الآخرين المرتبطين بهذا الخادم.',
'file_create' => 'يمنح المستخدم إذنًا بإنشاء ملفات ودلائل جديدة.',
'file_read' => 'يسمح للمستخدم برؤية الملفات والمجلدات المرتبطة بهذا نموذج الخادم، بالإضافة إلى عرض محتوياتها.',
'file_update' => 'يسمح للمستخدم بتحديث الملفات والمجلدات المرتبطة بالخادم.',
'file_delete' => 'يسمح للمستخدم بحذف الملفات والدلائل.',
'file_archive' => 'يسمح للمستخدم بإنشاء أرشيفات الملفات وفك ضغط الأرشيفات الموجودة.',
'file_sftp' => 'يسمح للمستخدم بتنفيذ الإجراءات المذكورة أعلاه للملفات باستخدام عميل SFTP.',
'allocation_read' => 'يتيح الوصول إلى صفحات إدارة تخصيص الخادم.',
'allocation_update' => 'يمنح المستخدم إذنًا بإجراء تعديلات على تخصيصات الخادم.',
'database_create' => 'يمنح المستخدم إذنًا لإنشاء قاعدة بيانات جديدة للخادم.',
'database_read' => 'يمنح المستخدم إذنًا لعرض قواعد البيانات الخاصة بالخادم.',
'database_update' => 'يمنح المستخدم إذنًا لإجراء تعديلات على قاعدة بيانات. إذا لم يمتلك المستخدم إذن "عرض كلمة المرور" أيضًا، فلن يتمكن من تعديل كلمة المرور.',
'database_delete' => 'يمنح المستخدم إذنًا بحذف نموذج قاعدة البيانات.',
'database_view_password' => 'يمنح المستخدم إذنًا لعرض كلمة مرور قاعدة البيانات في النظام.',
'schedule_create' => 'يسمح للمستخدم بإنشاء جدول زمني جديد للخادم.',
'schedule_read' => 'يمنح المستخدم إذنًا لعرض جداول الخادم.',
'schedule_update' => 'يمنح المستخدم إذنًا لإجراء تعديلات على جدول الخادم الحالي.',
'schedule_delete' => 'يسمح للمستخدم بحذف جدول الخادم.',
],
];

View File

@ -1,95 +1,95 @@
<?php
return [
'email' => 'Email',
'email_address' => 'Email address',
'user_identifier' => 'Username or Email',
'password' => 'Password',
'new_password' => 'New password',
'confirm_password' => 'Confirm new password',
'login' => 'Login',
'home' => 'Home',
'servers' => 'Servers',
'id' => 'ID',
'name' => 'Name',
'node' => 'Node',
'connection' => 'Connection',
'memory' => 'Memory',
'cpu' => 'CPU',
'disk' => 'Disk',
'status' => 'Status',
'search' => 'Search',
'suspended' => 'Suspended',
'account' => 'Account',
'security' => 'Security',
'ip' => 'IP Address',
'last_activity' => 'Last Activity',
'revoke' => 'Revoke',
'2fa_token' => 'Authentication Token',
'submit' => 'Submit',
'close' => 'Close',
'settings' => 'Settings',
'configuration' => 'Configuration',
'sftp' => 'SFTP',
'databases' => 'Databases',
'memo' => 'Memo',
'created' => 'Created',
'expires' => 'Expires',
'public_key' => 'Token',
'api_access' => 'Api Access',
'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',
'email' => 'البريد الإلكتروني',
'email_address' => 'عنوان البريد الإلكتروني',
'user_identifier' => 'اسم المستخدم أو البريد الإلكتروني',
'password' => 'كلمة المرور',
'new_password' => 'كلمة المرور الجديدة',
'confirm_password' => 'تأكيد كلمة المرور الجديدة',
'login' => 'تسجيل الدخول',
'home' => 'الرئيسية',
'servers' => 'الخوادم',
'id' => 'الهوية',
'name' => 'الاسم',
'node' => 'العقدة',
'connection' => 'الاتصال',
'memory' => 'الذاكرة',
'cpu' => 'المعالج',
'disk' => 'القرص',
'status' => 'الحالة',
'search' => 'بحث',
'suspended' => 'معلق',
'account' => 'الحساب',
'security' => 'الأمان',
'ip' => 'عنوان IP',
'last_activity' => 'آخر نشاط',
'revoke' => 'سحب',
'2fa_token' => 'رمز التوثيق',
'submit' => 'إرسال',
'close' => 'إغلاق',
'settings' => 'الإعدادات',
'configuration' => 'التكوين',
'sftp' => 'اتصال FTP محمى',
'databases' => 'قواعد البيانات',
'memo' => 'مذكرة',
'created' => 'تم إنشاؤه',
'expires' => 'تنتهي',
'public_key' => 'مفتاح عام',
'api_access' => 'وصول API',
'never' => 'أبداً',
'sign_out' => 'تسجيل الخروج',
'admin_control' => 'التحكم الإداري',
'required' => 'مطلوب',
'port' => 'المنفذ',
'username' => 'اسم المستخدم',
'database' => 'قاعدة البيانات',
'new' => 'جديد',
'danger' => 'خطر',
'create' => 'إنشاء',
'select_all' => 'تحديد الكل',
'select_none' => 'إلغاء تحديد الكل',
'alias' => 'الاسم المستعار',
'primary' => 'أساسي',
'make_primary' => 'جعله أساسي',
'none' => 'لا شيء',
'cancel' => 'إلغاء',
'created_at' => 'أُنشئ في',
'action' => 'عمل',
'data' => 'بيانات',
'queued' => 'في قائمة الانتظار',
'last_run' => 'آخر تشغيل',
'next_run' => 'التشغيل التالي',
'not_run_yet' => 'لم يتم التشغيل بعد',
'yes' => 'نعم',
'no' => 'لا',
'delete' => 'حذف',
'2fa' => 'المصادقة الثنائية',
'logout' => 'تسجيل الخروج',
'admin_cp' => 'لوحة التحكم الإدارية',
'optional' => 'اختياري',
'read_only' => 'للقراءة فقط',
'relation' => 'علاقة',
'owner' => 'المالك',
'admin' => 'المدير',
'subuser' => 'المستخدم الفرعي',
'captcha_invalid' => 'الكابتشا المقدمة غير صالحة.',
'tasks' => 'المهام',
'seconds' => 'ثواني',
'minutes' => 'دقائق',
'under_maintenance' => 'تحت الصيانة',
'days' => [
'sun' => 'Sunday',
'mon' => 'Monday',
'tues' => 'Tuesday',
'wed' => 'Wednesday',
'thurs' => 'Thursday',
'fri' => 'Friday',
'sat' => 'Saturday',
'sun' => 'الأحد',
'mon' => 'الاثنين',
'tues' => 'الثلاثاء',
'wed' => 'الأربعاء',
'thurs' => 'الخميس',
'fri' => 'الجمعة',
'sat' => 'السبت',
],
'last_used' => 'Last Used',
'enable' => 'Enable',
'disable' => 'Disable',
'save' => 'Save',
'copyright' => '&reg; 2024 - :year Pelican',
'last_used' => 'آخر استخدام',
'enable' => 'تمكين',
'disable' => 'تعطيل',
'save' => 'حفظ',
'copyright' => '&reg; 2024 - بيليكان سنة',
];

View File

@ -12,78 +12,78 @@ return [
|
*/
'accepted' => 'The :attribute must be accepted.',
'active_url' => 'The :attribute is not a valid URL.',
'after' => 'The :attribute must be a date after :date.',
'after_or_equal' => 'The :attribute must be a date after or equal to :date.',
'alpha' => 'The :attribute may only contain letters.',
'alpha_dash' => 'The :attribute may only contain letters, numbers, and dashes.',
'alpha_num' => 'The :attribute may only contain letters and numbers.',
'array' => 'The :attribute must be an array.',
'before' => 'The :attribute must be a date before :date.',
'before_or_equal' => 'The :attribute must be a date before or equal to :date.',
'accepted' => 'يجب قبول :attribute.',
'active_url' => ':attribute ليس عنوان URL صالحًا.',
'after' => 'يجب أن يكون :attribute تاريخًا بعد :date.',
'after_or_equal' => 'يجب أن يكون :attribute تاريخًا لاحقًا أو مساويًا لتاريخ :date.',
'alpha' => 'يجب أن يحتوي :attribute على حروف فقط.',
'alpha_dash' => 'يجب أن يحتوي :attribute على حروف، أرقام، وشرطات.',
'alpha_num' => 'يجب أن يحتوي :attribute على حروف وأرقام فقط.',
'array' => 'يجب أن يكون :attribute مصفوفة.',
'before' => 'يجب أن يكون :attribute تاريخًا قبل :date.',
'before_or_equal' => 'يجب أن يكون :attribute تاريخًا قبل أو يساوي :date.',
'between' => [
'numeric' => 'The :attribute must be between :min and :max.',
'file' => 'The :attribute must be between :min and :max kilobytes.',
'string' => 'The :attribute must be between :min and :max characters.',
'array' => 'The :attribute must have between :min and :max items.',
'numeric' => 'يجب أن يكون :attribute بين :min و :max.',
'file' => 'يجب أن يكون حجم :attribute بين :min و :max كيلوبايت.',
'string' => 'يجب أن يكون طول :attribute بين :min و :max حرفًا.',
'array' => 'يجب أن يحتوي :attribute على :min إلى :max عناصر.',
],
'boolean' => 'The :attribute field must be true or false.',
'confirmed' => 'The :attribute confirmation does not match.',
'date' => 'The :attribute is not a valid date.',
'date_format' => 'The :attribute does not match the format :format.',
'different' => 'The :attribute and :other must be different.',
'digits' => 'The :attribute must be :digits digits.',
'digits_between' => 'The :attribute must be between :min and :max digits.',
'dimensions' => 'The :attribute has invalid image dimensions.',
'distinct' => 'The :attribute field has a duplicate value.',
'email' => 'The :attribute must be a valid email address.',
'exists' => 'The selected :attribute is invalid.',
'file' => 'The :attribute must be a file.',
'filled' => 'The :attribute field is required.',
'image' => 'The :attribute must be an image.',
'in' => 'The selected :attribute is invalid.',
'in_array' => 'The :attribute field does not exist in :other.',
'integer' => 'The :attribute must be an integer.',
'ip' => 'The :attribute must be a valid IP address.',
'json' => 'The :attribute must be a valid JSON string.',
'boolean' => 'يجب أن يكون :attribute صحيحًا أو خاطئًا.',
'confirmed' => 'تأكيد :attribute غير متطابق.',
'date' => ':attribute ليس تاريخًا صالحًا.',
'date_format' => ':attribute لا يتطابق مع الشكل :format.',
'different' => 'يجب أن يكون :attribute و :other مختلفين.',
'digits' => 'يجب أن يكون :attribute :digits أرقام.',
'digits_between' => 'يجب أن يكون :attribute بين :min و :max رقمًا.',
'dimensions' => ':attribute يحتوي على أبعاد صورة غير صالحة.',
'distinct' => 'الحقل :attribute يحتوي على قيمة مكررة.',
'email' => 'يجب أن يكون :attribute عنوان بريد إلكتروني صالحًا.',
'exists' => 'ال:attribute المحدد غير صالح.',
'file' => 'يجب أن يكون :attribute ملفًا.',
'filled' => 'حقل :attribute إلزامي.',
'image' => 'يجب أن يكون :attribute صورة.',
'in' => ':attribute المحدد غير صالح.',
'in_array' => 'حقل :attribute غير موجود في :other.',
'integer' => 'يجب أن يكون :attribute عددًا صحيحًا.',
'ip' => 'يجب أن يكون :attribute عنوان IP صالحًا.',
'json' => 'يجب أن يكون :attribute نصًا من نوع JSON صالحًا.',
'max' => [
'numeric' => 'The :attribute may not be greater than :max.',
'file' => 'The :attribute may not be greater than :max kilobytes.',
'string' => 'The :attribute may not be greater than :max characters.',
'array' => 'The :attribute may not have more than :max items.',
'numeric' => 'قد لا يكون :attribute أكبر من :max.',
'file' => 'قد لا يكون حجم :attribute أكبر من :max كيلوبايت.',
'string' => 'قد لا يكون طول :attribute أكثر من :max حرفًا.',
'array' => 'قد لا يحتوي :attribute على أكثر من :max عناصر.',
],
'mimes' => 'The :attribute must be a file of type: :values.',
'mimetypes' => 'The :attribute must be a file of type: :values.',
'mimes' => 'يجب أن يكون :attribute ملفًا من نوع: :values.',
'mimetypes' => 'يجب أن يكون :attribute ملفًا من نوع: :values.',
'min' => [
'numeric' => 'The :attribute must be at least :min.',
'file' => 'The :attribute must be at least :min kilobytes.',
'string' => 'The :attribute must be at least :min characters.',
'array' => 'The :attribute must have at least :min items.',
'numeric' => 'يجب أن يكون :attribute على الأقل :min.',
'file' => 'يجب أن يكون حجم :attribute على الأقل :min كيلوبايت.',
'string' => 'يجب أن يكون طول :attribute على الأقل :min حرفًا.',
'array' => 'يجب أن يحتوي :attribute على الأقل :min عناصر.',
],
'not_in' => 'The selected :attribute is invalid.',
'numeric' => 'The :attribute must be a number.',
'present' => 'The :attribute field must be present.',
'regex' => 'The :attribute format is invalid.',
'required' => 'The :attribute field is required.',
'required_if' => 'The :attribute field is required when :other is :value.',
'required_unless' => 'The :attribute field is required unless :other is in :values.',
'required_with' => 'The :attribute field is required when :values is present.',
'required_with_all' => 'The :attribute field is required when :values is present.',
'required_without' => 'The :attribute field is required when :values is not present.',
'required_without_all' => 'The :attribute field is required when none of :values are present.',
'same' => 'The :attribute and :other must match.',
'not_in' => ':attribute المحدد غير صالح.',
'numeric' => 'يجب أن يكون :attribute رقمًا.',
'present' => 'يجب تقديم حقل :attribute.',
'regex' => 'تنسيق :attribute غير صالح.',
'required' => 'حقل :attribute مطلوب.',
'required_if' => 'حقل :attribute مطلوب عندما يكون :other هو :value.',
'required_unless' => 'حقل :attribute مطلوب ما لم يكن :other في :values.',
'required_with' => 'حقل :attribute مطلوب عند توفر :values.',
'required_with_all' => 'حقل :attribute مطلوب عند توفر كل من :values.',
'required_without' => 'حقل :attribute مطلوب عند عدم توفر :values.',
'required_without_all' => 'حقل :attribute مطلوب عند عدم توفر أي من :values.',
'same' => 'يجب أن يتطابق :attribute و :other.',
'size' => [
'numeric' => 'The :attribute must be :size.',
'file' => 'The :attribute must be :size kilobytes.',
'string' => 'The :attribute must be :size characters.',
'array' => 'The :attribute must contain :size items.',
'numeric' => 'يجب أن يكون :attribute :size.',
'file' => 'يجب أن يكون حجم :attribute :size كيلوبايت.',
'string' => 'يجب أن يكون طول :attribute :size حرفًا.',
'array' => 'يجب أن يحتوي :attribute على :size عناصر.',
],
'string' => 'The :attribute must be a string.',
'timezone' => 'The :attribute must be a valid zone.',
'unique' => 'The :attribute has already been taken.',
'uploaded' => 'The :attribute failed to upload.',
'url' => 'The :attribute format is invalid.',
'string' => 'يجب أن يكون :attribute نصًا.',
'timezone' => 'يجب أن تكون :attribute منطقة زمنية صالحة.',
'unique' => 'تم أخذ :attribute بالفعل.',
'uploaded' => 'فشل في تحميل :attribute.',
'url' => 'تنسيق :attribute غير صالح.',
/*
|--------------------------------------------------------------------------
@ -100,7 +100,7 @@ return [
// Internal validation logic for Panel
'internal' => [
'variable_value' => ':env variable',
'invalid_password' => 'The password provided was invalid for this account.',
'variable_value' => 'متغير :env',
'invalid_password' => 'كلمة المرور التي تم تقديمها غير صالحة لهذا الحساب.',
],
];

View File

@ -2,18 +2,18 @@
return [
'notices' => [
'imported' => 'Successfully imported this Egg and its associated variables.',
'updated_via_import' => 'This Egg has been updated using the file provided.',
'deleted' => 'Successfully deleted the requested egg from the Panel.',
'updated' => 'Egg configuration has been updated successfully.',
'script_updated' => 'Egg install script has been updated and will run whenever servers are installed.',
'egg_created' => 'A new egg was laid successfully. You will need to restart any running daemons to apply this new egg.',
'imported' => 'S\'ha importat amb èxit aquest Egg i les seves variables associades.',
'updated_via_import' => 'Aquest Egg s\'ha actualitzat utilitzant el fitxer proporcionat.',
'deleted' => 'S\'ha eliminat amb èxit l\'egg sol·licitat del Panell.',
'updated' => 'La configuració de l\'Egg s\'ha actualitzat correctament.',
'script_updated' => 'El script d\'instal·lació de l\'Egg s\'ha actualitzat i s\'executarà sempre que s\'instal·lin els servidors.',
'egg_created' => 'S\'ha posat amb èxit un nou egg. Necessitarà reiniciar qualsevol daemon en execució per aplicar aquest nou egg.',
],
'variables' => [
'notices' => [
'variable_deleted' => 'The variable ":variable" has been deleted and will no longer be available to servers once rebuilt.',
'variable_updated' => 'The variable ":variable" has been updated. You will need to rebuild any servers using this variable in order to apply changes.',
'variable_created' => 'New variable has successfully been created and assigned to this egg.',
'variable_deleted' => 'La variable ":variable" s\'ha eliminat i ja no estarà disponible per als servidors una vegada es reconstrueixin.',
'variable_updated' => 'S\'ha actualitzat la variable ":variable". Hauràs de reconstruir qualsevol servidor que utilitzi aquesta variable per aplicar els canvis.',
'variable_created' => 'S\'ha creat amb èxit una nova variable i s\'ha assignat a aquest egg.',
],
],
];

View File

@ -8,123 +8,123 @@
*/
return [
'auth' => [
'fail' => 'Failed log in',
'success' => 'Logged in',
'password-reset' => 'Password reset',
'reset-password' => 'Requested password reset',
'checkpoint' => 'Two-factor authentication requested',
'recovery-token' => 'Used two-factor recovery token',
'token' => 'Solved two-factor challenge',
'ip-blocked' => 'Blocked request from unlisted IP address for :identifier',
'fail' => 'Přihlášení se nezdařilo',
'success' => 'Přihlášen',
'password-reset' => 'Obnovit heslo',
'reset-password' => 'Požádáno o změnu hesla',
'checkpoint' => 'Požadováno dvoufaktorové ověření',
'recovery-token' => 'Použitý dvoufázový obnovovací token',
'token' => 'Vyřešená dvoufázová výzva',
'ip-blocked' => 'Blokovaný požadavek z neuvedené IP adresy pro :identifier',
'sftp' => [
'fail' => 'Failed SFTP log in',
'fail' => 'Selhalo přihlášení k SFTP',
],
],
'user' => [
'account' => [
'email-changed' => 'Changed email from :old to :new',
'password-changed' => 'Changed password',
'email-changed' => 'Změněn e-mail z :old na :new',
'password-changed' => 'Změněno heslo',
],
'api-key' => [
'create' => 'Created new API key :identifier',
'delete' => 'Deleted API key :identifier',
'create' => 'Vytvořen nový API klíč :identifier',
'delete' => 'Odstraněný API klíč :identifier',
],
'ssh-key' => [
'create' => 'Added SSH key :fingerprint to account',
'delete' => 'Removed SSH key :fingerprint from account',
'create' => 'Přidán SSH klíč :fingerprint k účtu',
'delete' => 'Odstraněný SSH klíč :fingerprint z účtu',
],
'two-factor' => [
'create' => 'Enabled two-factor auth',
'delete' => 'Disabled two-factor auth',
'create' => 'Povolené doufázové ověření',
'delete' => 'Vypnuté dvoufázové ověření',
],
],
'server' => [
'reinstall' => 'Reinstalled server',
'reinstall' => 'Přeinstalovaný server',
'console' => [
'command' => 'Executed ":command" on the server',
'command' => 'Proveden příkaz „:command“ na serveru',
],
'power' => [
'start' => 'Started the server',
'stop' => 'Stopped the server',
'restart' => 'Restarted the server',
'kill' => 'Killed the server process',
'start' => 'Server byl spuštěn',
'stop' => 'Server byl vypnut',
'restart' => 'Server byl restartován',
'kill' => 'Ukončen proces serveru',
],
'backup' => [
'download' => 'Downloaded the :name backup',
'delete' => 'Deleted the :name backup',
'restore' => 'Restored the :name backup (deleted files: :truncate)',
'restore-complete' => 'Completed restoration of the :name backup',
'restore-failed' => 'Failed to complete restoration of the :name backup',
'start' => 'Started a new backup :name',
'complete' => 'Marked the :name backup as complete',
'fail' => 'Marked the :name backup as failed',
'lock' => 'Locked the :name backup',
'unlock' => 'Unlocked the :name backup',
'download' => 'Záloha :name stažena',
'delete' => 'Záloha :name smazána',
'restore' => 'Obnovena záloha :name (smazané soubory: :truncate)',
'restore-complete' => 'Dokončená obnova zálohy :name',
'restore-failed' => 'Nepodařilo se dokončit obnovení zálohy :name',
'start' => 'Zahájeno zálohování :name',
'complete' => 'Označit zálohu :name jako dokončená',
'fail' => 'Záloha :name označena jako neúspěšná',
'lock' => 'Záloha :name uzamčena',
'unlock' => 'Záloha :name odemčena',
],
'database' => [
'create' => 'Created new database :name',
'rotate-password' => 'Password rotated for database :name',
'delete' => 'Deleted database :name',
'create' => 'Vytvořena nová databáze :name',
'rotate-password' => 'Heslo pro databázi :name změněno',
'delete' => 'Smazána databáze :name',
],
'file' => [
'compress_one' => 'Compressed :directory:file',
'compress_other' => 'Compressed :count files in :directory',
'read' => 'Viewed the contents of :file',
'copy' => 'Created a copy of :file',
'create-directory' => 'Created directory :directory:name',
'decompress' => 'Decompressed :files in :directory',
'delete_one' => 'Deleted :directory:files.0',
'delete_other' => 'Deleted :count files in :directory',
'download' => 'Downloaded :file',
'pull' => 'Downloaded a remote file from :url to :directory',
'rename_one' => 'Renamed :directory:files.0.from to :directory:files.0.to',
'rename_other' => 'Renamed :count files in :directory',
'write' => 'Wrote new content to :file',
'upload' => 'Began a file upload',
'uploaded' => 'Uploaded :directory:file',
'compress_one' => 'Komprimováno :directory:file',
'compress_other' => 'Komprimováno :count souborů v :directory',
'read' => 'Zobrazen obsah :file',
'copy' => 'Vytvořena kopie :file',
'create-directory' => 'Vytvořen adresář :directory:name',
'decompress' => 'Dekomprimováno :files souborů v :directory',
'delete_one' => 'Smazáno :directory:files.0',
'delete_other' => ':count souborů v :directory bylo smazáno',
'download' => 'Staženo :file',
'pull' => 'Stažen vzdálený soubor z :url do :directory',
'rename_one' => 'Přejmenováno :directory:files.0.from na :directory:files.0.to',
'rename_other' => 'Přejmenováno :count souborů v :directory',
'write' => 'Přepsaný nový obsah v :file',
'upload' => 'Zahájeno nahrávání souboru',
'uploaded' => 'Nahráno :directory:file',
],
'sftp' => [
'denied' => 'Blocked SFTP access due to permissions',
'create_one' => 'Created :files.0',
'create_other' => 'Created :count new files',
'write_one' => 'Modified the contents of :files.0',
'write_other' => 'Modified the contents of :count files',
'delete_one' => 'Deleted :files.0',
'delete_other' => 'Deleted :count files',
'create-directory_one' => 'Created the :files.0 directory',
'create-directory_other' => 'Created :count directories',
'rename_one' => 'Renamed :files.0.from to :files.0.to',
'rename_other' => 'Renamed or moved :count files',
'denied' => 'Zablokován SFTP přístup z důvodu nedostatku oprávnění',
'create_one' => 'Vytvořeno :files.0',
'create_other' => 'Vytvořeno :count nových souborů',
'write_one' => 'Změněn obsah :files.0',
'write_other' => 'Změněn obsah :count souborů',
'delete_one' => 'Smazáno :files.0',
'delete_other' => 'Smazáno :count souborů',
'create-directory_one' => 'Vytvořen adresář :files.0',
'create-directory_other' => 'Vytvořeno :count adresářů',
'rename_one' => 'Přejmenováno :files.0.from na :files.0.to',
'rename_other' => 'Přejmenováno nebo přesunuto :count souborů',
],
'allocation' => [
'create' => 'Added :allocation to the server',
'notes' => 'Updated the notes for :allocation from ":old" to ":new"',
'primary' => 'Set :allocation as the primary server allocation',
'delete' => 'Deleted the :allocation allocation',
'create' => 'Přidáno :alokace k serveru',
'notes' => 'Aktualizovány poznámky pro :allocation z „:old“ na „:new“',
'primary' => 'Nastavit :allocation jako primární alokaci serveru',
'delete' => 'Odstraněno :allocation',
],
'schedule' => [
'create' => 'Created the :name schedule',
'update' => 'Updated the :name schedule',
'execute' => 'Manually executed the :name schedule',
'delete' => 'Deleted the :name schedule',
'create' => 'Vytvořen plán :name',
'update' => 'Aktualizován plán :name',
'execute' => 'Manuálně proveden plán :name',
'delete' => 'Odstraněn plán :name',
],
'task' => [
'create' => 'Created a new ":action" task for the :name schedule',
'update' => 'Updated the ":action" task for the :name schedule',
'delete' => 'Deleted a task for the :name schedule',
'create' => 'Vytvořen nový úkol „:action“ pro plán :name',
'update' => 'Aktualizován úkol „:action“ pro plán :name',
'delete' => 'Odstraněn úkol pro plán :name',
],
'settings' => [
'rename' => 'Renamed the server from :old to :new',
'description' => 'Changed the server description from :old to :new',
'rename' => 'Přejmenován server z :old na :new',
'description' => 'Změněn popis serveru z :old na :new',
],
'startup' => [
'edit' => 'Changed the :variable variable from ":old" to ":new"',
'image' => 'Updated the Docker Image for the server from :old to :new',
'edit' => ':variable byla změněna z „:old“ na „:new“',
'image' => 'Aktualizoval Docker Image pro server z :old na :new',
],
'subuser' => [
'create' => 'Added :email as a subuser',
'update' => 'Updated the subuser permissions for :email',
'delete' => 'Removed :email as a subuser',
'create' => ':email přidán jako poduživatel',
'update' => 'Aktualizována oprávnění poduživatele pro :email',
'delete' => ':email odebrán jako poduživatel',
],
],
];

View File

@ -2,18 +2,18 @@
return [
'notices' => [
'imported' => 'Successfully imported this Egg and its associated variables.',
'updated_via_import' => 'This Egg has been updated using the file provided.',
'deleted' => 'Successfully deleted the requested egg from the Panel.',
'updated' => 'Egg configuration has been updated successfully.',
'script_updated' => 'Egg install script has been updated and will run whenever servers are installed.',
'egg_created' => 'A new egg was laid successfully. You will need to restart any running daemons to apply this new egg.',
'imported' => 'Úspěšně importováno toto vejce a jeho související proměnné.',
'updated_via_import' => 'Toto vejce bylo aktualizováno pomocí poskytnutého souboru.',
'deleted' => 'Požadované vejce bylo úspěšně smazáno z panelu.',
'updated' => 'Konfigurace vejce byla úspěšně aktualizována.',
'script_updated' => 'Instalační skript vejce byl aktualizován a bude spuštěn vždy, když budou nainstalovány servery.',
'egg_created' => 'Nové vejce bylo úspěšně přidáno. Abyste mohli použít toto nové vejce, budete muset restartovat všechny spuštěné daemony.',
],
'variables' => [
'notices' => [
'variable_deleted' => 'The variable ":variable" has been deleted and will no longer be available to servers once rebuilt.',
'variable_updated' => 'The variable ":variable" has been updated. You will need to rebuild any servers using this variable in order to apply changes.',
'variable_created' => 'New variable has successfully been created and assigned to this egg.',
'variable_deleted' => 'Proměnná „:variable“ byla odstraněna a nebude serverům po rekonstrukci k dispozici.',
'variable_updated' => 'Proměnná „:variable“ byla aktualizována. Budete muset obnovit všechny servery používající tuto proměnnou pro použití změn.',
'variable_created' => 'Nová proměnná byla úspěšně vytvořena a přiřazena k tomuto vejci.',
],
],
];

View File

@ -2,14 +2,14 @@
return [
'validation' => [
'fqdn_not_resolvable' => 'The FQDN or IP address provided does not resolve to a valid IP address.',
'fqdn_required_for_ssl' => 'A fully qualified domain name that resolves to a public IP address is required in order to use SSL for this node.',
'fqdn_not_resolvable' => 'Poskytnutá FQDN neodpovídá platné IP adrese.',
'fqdn_required_for_ssl' => 'Pro použití SSL pro tento uzel je vyžadován plně kvalifikovaný název domény, který odpovídá veřejné IP adrese',
],
'notices' => [
'allocations_added' => 'Allocations have successfully been added to this node.',
'node_deleted' => 'Node has been successfully removed from the panel.',
'node_created' => 'Successfully created new node. You can automatically configure the daemon on this machine by visiting the \'Configuration\' tab. <strong>Before you can add any servers you must first allocate at least one IP address and port.</strong>',
'node_updated' => 'Node information has been updated. If any daemon settings were changed you will need to reboot it for those changes to take effect.',
'unallocated_deleted' => 'Deleted all un-allocated ports for <code>:ip</code>.',
'allocations_added' => 'Alokace byly úspěšně přidány do tohoto uzlu.',
'node_deleted' => 'Uzel byl úspěšně odebrán z panelu.',
'node_created' => 'Nový uzel byl úspěšně vytvořen. Daemon na tomto uzlu můžete automaticky nakonfigurovat na kartě Konfigurace. <strong>Před přidáním všech serverů musíte nejprve přidělit alespoň jednu IP adresu a port.</strong>',
'node_updated' => 'Informace o uzlu byly aktualizovány. Pokud bylo změněno nastavení daemonu, budete jej muset restartovat, aby se tyto změny projevily.',
'unallocated_deleted' => 'Smazány všechny nepřidělené porty pro <code>:ip</code>.',
],
];

View File

@ -2,26 +2,26 @@
return [
'exceptions' => [
'no_new_default_allocation' => 'You are attempting to delete the default allocation for this server but there is no fallback allocation to use.',
'marked_as_failed' => 'This server was marked as having failed a previous installation. Current status cannot be toggled in this state.',
'bad_variable' => 'There was a validation error with the :name variable.',
'daemon_exception' => 'There was an exception while attempting to communicate with the daemon resulting in a HTTP/:code response code. This exception has been logged. (request id: :request_id)',
'default_allocation_not_found' => 'The requested default allocation was not found in this server\'s allocations.',
'no_new_default_allocation' => 'Pokoušíte se odstranit výchozí alokaci pro tento server, ale není k dispozici žádná záložní alokace.',
'marked_as_failed' => 'Tento server byl označen jako neúspěšný předchozí instalace. Aktuální stav nelze v tomto stavu přepnout.',
'bad_variable' => 'Došlo k chybě ověření proměnné :name.',
'daemon_exception' => 'Při pokusu o komunikaci s daemonem došlo k výjimce, která vedla k HTTP/:code kódu odpovědi. Tato výjimka byla zaznamenána. (požadavek id: :request_id)',
'default_allocation_not_found' => 'Požadovaná výchozí alokace nebyla nalezena v alokaci tohoto serveru.',
],
'alerts' => [
'startup_changed' => 'The startup configuration for this server has been updated. If this server\'s egg was changed a reinstall will be occurring now.',
'server_deleted' => 'Server has successfully been deleted from the system.',
'server_created' => 'Server was successfully created on the panel. Please allow the daemon a few minutes to completely install this server.',
'build_updated' => 'The build details for this server have been updated. Some changes may require a restart to take effect.',
'suspension_toggled' => 'Server suspension status has been changed to :status.',
'rebuild_on_boot' => 'This server has been marked as requiring a Docker Container rebuild. This will happen the next time the server is started.',
'install_toggled' => 'The installation status for this server has been toggled.',
'server_reinstalled' => 'This server has been queued for a reinstallation beginning now.',
'details_updated' => 'Server details have been successfully updated.',
'docker_image_updated' => 'Successfully changed the default Docker image to use for this server. A reboot is required to apply this change.',
'node_required' => 'You must have at least one node configured before you can add a server to this panel.',
'transfer_nodes_required' => 'You must have at least two nodes configured before you can transfer servers.',
'transfer_started' => 'Server transfer has been started.',
'transfer_not_viable' => 'The node you selected does not have the required disk space or memory available to accommodate this server.',
'startup_changed' => 'Konfigurace spouštění pro tento server byla aktualizována. Pokud bylo vejce tohoto serveru změněno, přeinstalování se nyní bude opakovat.',
'server_deleted' => 'Server byl ze systému úspěšně odstraněn.',
'server_created' => 'Server byl úspěšně vytvořen v panelu. Povolte prosím démonovi několik minut pro úplnou instalaci tohoto serveru.',
'build_updated' => 'Detaily sestavení tohoto serveru byly aktualizovány. Některé změny mohou vyžadovat restartování.',
'suspension_toggled' => 'Stav pozastavení serveru byl změněn na :status.',
'rebuild_on_boot' => 'Tento server byl označen jako server vyžadující přesestavení kontejneru Docker. To se stane při příštím spuštění serveru.',
'install_toggled' => 'Stav instalace pro tento server byl přepnut.',
'server_reinstalled' => 'Tento server byl zařazen do fronty pro reinstalaci, která je nyní zahájena.',
'details_updated' => 'Podrobnosti o serveru byly úspěšně aktualizovány.',
'docker_image_updated' => 'Úspěšně změněn výchozí obraz Dockeru, který má být použit pro tento server. Pro tuto změnu je nutný restart.',
'node_required' => 'Před přidáním serveru do tohoto panelu musíte mít nakonfigurován alespoň jeden uzel.',
'transfer_nodes_required' => 'Před přenosem serverů musíte mít nakonfigurovány alespoň dva uzly.',
'transfer_started' => 'Přenos serveru byl zahájen.',
'transfer_not_viable' => 'Vybraný uzel nemá k dispozici požadovaný prostor na disku nebo paměť pro uložení tohoto serveru.',
],
];

View File

@ -2,11 +2,11 @@
return [
'exceptions' => [
'user_has_servers' => 'Cannot delete a user with active servers attached to their account. Please delete their servers before continuing.',
'user_is_self' => 'Cannot delete your own user account.',
'user_has_servers' => 'Nelze odstranit uživatele s aktivními servery připojenými k jeho účtu. Před pokračováním prosím odstraňte jeho servery.',
'user_is_self' => 'Nemůžete smazat svůj vlastní uživatelský účet!',
],
'notices' => [
'account_created' => 'Account has been created successfully.',
'account_updated' => 'Account has been successfully updated.',
'account_created' => 'Účet byl úspěšně vytvořen',
'account_updated' => 'Účet byl úspěšně aktualizován.',
],
];

View File

@ -1,27 +1,27 @@
<?php
return [
'sign_in' => 'Sign In',
'go_to_login' => 'Go to Login',
'failed' => 'No account matching those credentials could be found.',
'sign_in' => 'Přihlásit se',
'go_to_login' => 'Přejít na přihlášení',
'failed' => 'Nebyl nalezen žádný účet odpovídající těmto přihlašovacím údajům.',
'forgot_password' => [
'label' => 'Forgot Password?',
'label_help' => 'Enter your account email address to receive instructions on resetting your password.',
'button' => 'Recover Account',
'label' => 'Zapomněli jste heslo?',
'label_help' => 'Zadejte e-mailovou adresu vašeho účtu pro příjem pokynů k obnovení hesla.',
'button' => 'Obnovit účet',
],
'reset_password' => [
'button' => 'Reset and Sign In',
'button' => 'Obnovit a přihlásit se',
],
'two_factor' => [
'label' => '2-Factor Token',
'label_help' => 'This account requires a second layer of authentication in order to continue. Please enter the code generated by your device to complete this login.',
'checkpoint_failed' => 'The two-factor authentication token was invalid.',
'label' => 'Dvoufázový token',
'label_help' => 'Tento účet vyžaduje druhou vrstvu ověřování, abyste mohli pokračovat. Pro dokončení přihlášení zadejte kód generovaný zařízením.',
'checkpoint_failed' => 'Dvoufaktorový ověřovací token je neplatný.',
],
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
'password_requirements' => 'Password must be at least 8 characters in length and should be unique to this site.',
'2fa_must_be_enabled' => 'The administrator has required that 2-Factor Authentication be enabled for your account in order to use the Panel.',
'throttle' => 'Příliš mnoho pokusů o přihlášení. Zkuste to prosím znovu za :seconds sekund.',
'password_requirements' => 'Heslo musí mít délku nejméně 8 znaků a mělo by být pro tento web jedinečné.',
'2fa_must_be_enabled' => 'Správce požaduje, aby bylo dvoufázové ověření povoleno pro váš účet, aby jste mohl použit panel.',
];

View File

@ -2,58 +2,58 @@
return [
'user' => [
'search_users' => 'Enter a Username, User ID, or Email Address',
'select_search_user' => 'ID of user to delete (Enter \'0\' to re-search)',
'deleted' => 'User successfully deleted from the Panel.',
'confirm_delete' => 'Are you sure you want to delete this user from the Panel?',
'no_users_found' => 'No users were found for the search term provided.',
'multiple_found' => 'Multiple accounts were found for the user provided, unable to delete a user because of the --no-interaction flag.',
'ask_admin' => 'Is this user an administrator?',
'ask_email' => 'Email Address',
'ask_username' => 'Username',
'ask_name_first' => 'First Name',
'ask_name_last' => 'Last Name',
'ask_password' => 'Password',
'ask_password_tip' => 'If you would like to create an account with a random password emailed to the user, re-run this command (CTRL+C) and pass the `--no-password` flag.',
'ask_password_help' => 'Passwords must be at least 8 characters in length and contain at least one capital letter and number.',
'search_users' => 'Zadejte uživatelské jméno, ID uživatele nebo e-mailovou adresu',
'select_search_user' => 'ID uživatele k odstranění (Zadejte \'0\' k opětovnému vyhledávání)',
'deleted' => 'Uživatel byl úspěšně odstraněn z panelu.',
'confirm_delete' => 'Opravdu chcete odstranit tohoto uživatele z panelu?',
'no_users_found' => 'Pro hledaný výraz nebyl nalezen žádný uživatel.',
'multiple_found' => 'Pro uživatele bylo nalezeno více účtů, není možné odstranit uživatele z důvodu vlajky --no-interaction.',
'ask_admin' => 'Je tento uživatel správcem?',
'ask_email' => 'Emailová adresa',
'ask_username' => 'Uživatelské jméno',
'ask_name_first' => 'Jméno',
'ask_name_last' => 'Příjmení',
'ask_password' => 'Heslo',
'ask_password_tip' => 'Pokud chcete vytvořit účet s náhodným heslem zaslaným uživateli, spusťte znovu tento příkaz (CTRL+C) a přejděte do proměnné `--no-password`.',
'ask_password_help' => 'Heslo musí mít délku nejméně 8 znaků a obsahovat alespoň jedno velké písmeno a číslo.',
'2fa_help_text' => [
'This command will disable 2-factor authentication for a user\'s account if it is enabled. This should only be used as an account recovery command if the user is locked out of their account.',
'If this is not what you wanted to do, press CTRL+C to exit this process.',
'Tento příkaz zakáže dvoufázové ověření pro uživatelský účet, pokud je povoleno. Toto by mělo být použito jako příkaz k obnovení účtu pouze v případě, že je uživatel uzamčen mimo jeho účet.',
'Pokud toto nechcete udělat, stiskněte CTRL + C pro ukončení tohoto procesu.',
],
'2fa_disabled' => '2-Factor authentication has been disabled for :email.',
'2fa_disabled' => 'Dvoufázové ověření bylo vypnuto pro :email.',
],
'schedule' => [
'output_line' => 'Dispatching job for first task in `:schedule` (:hash).',
'output_line' => 'Odesílání první úlohy v `:schedule` (:hash).',
],
'maintenance' => [
'deleting_service_backup' => 'Deleting service backup file :file.',
'deleting_service_backup' => 'Odstraňování záložního souboru služby :file.',
],
'server' => [
'rebuild_failed' => 'Rebuild request for ":name" (#:id) on node ":node" failed with error: :message',
'rebuild_failed' => 'Žádost o obnovení „:name“ (#:id) v uzlu „:node“ selhala s chybou: :message',
'reinstall' => [
'failed' => 'Reinstall request for ":name" (#:id) on node ":node" failed with error: :message',
'confirm' => 'You are about to reinstall against a group of servers. Do you wish to continue?',
'failed' => 'Žádost o přeinstalaci „:name“ (#:id) v uzlu „:node“ selhala s chybou: :message',
'confirm' => 'Chystáte se přeinstalovat skupinu serverů. Chcete pokračovat?',
],
'power' => [
'confirm' => 'You are about to perform a :action against :count servers. Do you wish to continue?',
'action_failed' => 'Power action request for ":name" (#:id) on node ":node" failed with error: :message',
'confirm' => 'Chystáte se provést :action proti :count serverům. Přejete si pokračovat?',
'action_failed' => 'Požadavek na výkonovou akci „:name“ (#:id) v uzlu „:node“ selhal s chybou: :message',
],
],
'environment' => [
'mail' => [
'ask_smtp_host' => 'SMTP Host (e.g. smtp.gmail.com)',
'ask_smtp_host' => 'SMTP hostitel (např. smtp.gmail.com)',
'ask_smtp_port' => 'SMTP Port',
'ask_smtp_username' => 'SMTP Username',
'ask_smtp_password' => 'SMTP Password',
'ask_mailgun_domain' => 'Mailgun Domain',
'ask_smtp_username' => 'SMTP Uživatelské jméno',
'ask_smtp_password' => 'SMTP heslo',
'ask_mailgun_domain' => 'Mailgun doména',
'ask_mailgun_endpoint' => 'Mailgun Endpoint',
'ask_mailgun_secret' => 'Mailgun Secret',
'ask_mandrill_secret' => 'Mandrill Secret',
'ask_postmark_username' => 'Postmark API Key',
'ask_driver' => 'Which driver should be used for sending emails?',
'ask_mail_from' => 'Email address emails should originate from',
'ask_mail_name' => 'Name that emails should appear from',
'ask_encryption' => 'Encryption method to use',
'ask_postmark_username' => 'Postmark API klíč',
'ask_driver' => 'Který ovladač by měl být použit pro odesílání e-mailů?',
'ask_mail_from' => 'E-mailové adresy by měly pocházet z',
'ask_mail_name' => 'Název, ze kterého by se měly zobrazit e-maily',
'ask_encryption' => 'Šifrovací metoda',
],
],
];

View File

@ -2,27 +2,27 @@
return [
'email' => [
'title' => 'Update your email',
'updated' => 'Your email address has been updated.',
'title' => 'Aktualizovat e-mail',
'updated' => 'E-mailová adresa byla úspěšně změněna.',
],
'password' => [
'title' => 'Change your password',
'requirements' => 'Your new password should be at least 8 characters in length.',
'updated' => 'Your password has been updated.',
'title' => 'Změnit heslo',
'requirements' => 'Vaše heslo by mělo mít délku alespoň 8 znaků.',
'updated' => 'Vaše heslo bylo změněno.',
],
'two_factor' => [
'button' => 'Configure 2-Factor Authentication',
'disabled' => 'Two-factor authentication has been disabled on your account. You will no longer be prompted to provide a token when logging in.',
'enabled' => 'Two-factor authentication has been enabled on your account! From now on, when logging in, you will be required to provide the code generated by your device.',
'invalid' => 'The token provided was invalid.',
'button' => 'Nastavení dvoufázového ověření',
'disabled' => 'Dvoufázové ověřování bylo na vašem účtu zakázáno. Po přihlášení již nebudete vyzváni k poskytnutí tokenu.',
'enabled' => 'Dvoufázové ověřování bylo na vašem účtu povoleno! Od nynějška při přihlášení budete muset zadat kód vygenerovaný vaším zařízením.',
'invalid' => 'Zadaný token není platný.',
'setup' => [
'title' => 'Setup two-factor authentication',
'help' => 'Can\'t scan the code? Enter the code below into your application:',
'field' => 'Enter token',
'title' => 'Nastavit dvoufázové ověřování',
'help' => 'Nelze naskenovat kód? Zadejte kód níže do vaší aplikace:',
'field' => 'Zadejte token',
],
'disable' => [
'title' => 'Disable two-factor authentication',
'field' => 'Enter token',
'title' => 'Zakázat dvoufázové ověření',
'field' => 'Zadejte token',
],
],
];

View File

@ -1,8 +1,8 @@
<?php
return [
'search' => 'Search for servers...',
'no_matches' => 'There were no servers found matching the search criteria provided.',
'search' => 'Vyhledat servery...',
'no_matches' => 'Nebyly nalezeny žádné servery, které odpovídají zadaným kritériím.',
'cpu_title' => 'CPU',
'memory_title' => 'Memory',
'memory_title' => 'Paměť',
];

View File

@ -1,55 +1,55 @@
<?php
return [
'daemon_connection_failed' => 'There was an exception while attempting to communicate with the daemon resulting in a HTTP/:code response code. This exception has been logged.',
'daemon_connection_failed' => 'Byla zaznamenána nečekaná vyjímka při pokusu komunikovat s daemonem vyusaťující v chybu HTTP/:code. Tahle vyjímka byla logována.',
'node' => [
'servers_attached' => 'A node must have no servers linked to it in order to be deleted.',
'daemon_off_config_updated' => 'The daemon configuration <strong>has been updated</strong>, however there was an error encountered while attempting to automatically update the configuration file on the Daemon. You will need to manually update the configuration file (config.yml) for the daemon to apply these changes.',
'servers_attached' => 'Uzel nesmí mít žádné s ním spojené servery, aby mohl být smazán',
'daemon_off_config_updated' => 'Konfigurace daemonu <strong>byla aktualizována</strong>, ale byla zde chyba při automatické aktualizaci souborů konfigurace Daemonu. Je třeba soubory konfigurace Daemonu aktualizovat manuálně (config.yml), aby změny damemonu byly aplikovány.',
],
'allocations' => [
'server_using' => 'A server is currently assigned to this allocation. An allocation can only be deleted if no server is currently assigned.',
'too_many_ports' => 'Adding more than 1000 ports in a single range at once is not supported.',
'invalid_mapping' => 'The mapping provided for :port was invalid and could not be processed.',
'cidr_out_of_range' => 'CIDR notation only allows masks between /25 and /32.',
'port_out_of_range' => 'Ports in an allocation must be greater than 1024 and less than or equal to 65535.',
'server_using' => 'Server již využívá tuhle alokaci. Pro odstranění alokace, nesmí být žádný server spojen s alokací.',
'too_many_ports' => 'Přidání více než 1000 portů v jednom rozsahu najednou není podporováno.',
'invalid_mapping' => 'Mapování poskytnuto pro :port bylo nesprávné a nebylo možné ho zpracovat.',
'cidr_out_of_range' => 'CIDR zápis je možný jen pro masky /25 až /32 subnetu.',
'port_out_of_range' => 'Porty v alokacích musí být vyšší než 1024 a nížší nebo se rovnat 65535.',
],
'egg' => [
'delete_has_servers' => 'An Egg with active servers attached to it cannot be deleted from the Panel.',
'invalid_copy_id' => 'The Egg selected for copying a script from either does not exist, or is copying a script itself.',
'has_children' => 'This Egg is a parent to one or more other Eggs. Please delete those Eggs before deleting this Egg.',
'delete_has_servers' => 'Vejce s aktivními servery není možné smazat z panelu.',
'invalid_copy_id' => 'Zvolený vejce na kopii skriptu buď neexistuje nebo neobsahuje samotný skript.',
'has_children' => 'Toto vejce je nadřazeno jednomu či více vajec. Prosím vymažte tyto vejce předtím než smažete toto.',
],
'variables' => [
'env_not_unique' => 'The environment variable :name must be unique to this Egg.',
'reserved_name' => 'The environment variable :name is protected and cannot be assigned to a variable.',
'bad_validation_rule' => 'The validation rule ":rule" is not a valid rule for this application.',
'env_not_unique' => 'Proměnná prostředí :name musí mít unikátní pro toto vejce.',
'reserved_name' => 'Proměnná prostředí :name je chráněna a nemůže být přidělena k této proměnné',
'bad_validation_rule' => 'Pravidlo pro ověření „:rule“ není platné pravidlo pro tuto aplikaci.',
],
'importer' => [
'json_error' => 'There was an error while attempting to parse the JSON file: :error.',
'file_error' => 'The JSON file provided was not valid.',
'invalid_json_provided' => 'The JSON file provided is not in a format that can be recognized.',
'json_error' => 'Při pokusu o analyzování souboru JSON došlo k chybě: :error.',
'file_error' => 'Poskytnutý JSON soubor není platný.',
'invalid_json_provided' => 'Formát poskytnutého JSON souboru nebylo možné rozeznat',
],
'subusers' => [
'editing_self' => 'Editing your own subuser account is not permitted.',
'user_is_owner' => 'You cannot add the server owner as a subuser for this server.',
'subuser_exists' => 'A user with that email address is already assigned as a subuser for this server.',
'editing_self' => 'Úprava tvého vlastního podúčtu není dovolena.',
'user_is_owner' => 'Nemůžete přidat vlastníka serveru jako poduživatele pro tento server.',
'subuser_exists' => 'Uživatel s touto emailovou adresou je již poduživatel na tomto serveru.',
],
'databases' => [
'delete_has_databases' => 'Cannot delete a database host server that has active databases linked to it.',
'delete_has_databases' => 'Nelze odstranit hostitelský server databáze, který má s ním spojené aktivní databáze.',
],
'tasks' => [
'chain_interval_too_long' => 'The maximum interval time for a chained task is 15 minutes.',
'chain_interval_too_long' => 'Maximální čas intervalu pro tuto řetězovou úlohu je 15 minut.',
],
'locations' => [
'has_nodes' => 'Cannot delete a location that has active nodes attached to it.',
'has_nodes' => 'Nelze smazat lokaci, která má s ní spojené aktivní uzly.',
],
'users' => [
'node_revocation_failed' => 'Failed to revoke keys on <a href=":link">Node #:node</a>. :error',
'node_revocation_failed' => 'Odstranění klíču pro uzel <a href=":link">Uzel #:node</a> nevyšlo: :error.',
],
'deployment' => [
'no_viable_nodes' => 'No nodes satisfying the requirements specified for automatic deployment could be found.',
'no_viable_allocations' => 'No allocations satisfying the requirements for automatic deployment were found.',
'no_viable_nodes' => 'Žadné uzly nesplňují specifikované požadavky pro automatické aplikování.',
'no_viable_allocations' => 'Žádné alokace nesplňující požadavky pro automatickou aplikaci nebyly nalezeny.',
],
'api' => [
'resource_not_found' => 'The requested resource does not exist on this server.',
'resource_not_found' => 'Požadovaný dokument neexistuje na tomto serveru.',
],
];

View File

@ -12,6 +12,6 @@ return [
|
*/
'previous' => '&laquo; Previous',
'next' => 'Next &raquo;',
'previous' => '&laquo; Předchozí',
'next' => 'Další &raquo;',
];

View File

@ -11,9 +11,9 @@ return [
| has failed, such as for an invalid token or invalid new password.
|
*/
'password' => 'Passwords must be at least six characters and match the confirmation.',
'reset' => 'Your password has been reset!',
'sent' => 'We have e-mailed your password reset link!',
'token' => 'This password reset token is invalid.',
'user' => 'We can\'t find a user with that e-mail address.',
'password' => 'Heslo musí obsahovat alespoň 6 znaků a musí se shodovat s ověřením.',
'reset' => 'Vaše heslo bylo obnoveno!',
'sent' => 'Na váš e-mal byl odeslán link pro obnovu hesla!',
'token' => 'Tento klíč pro obnovu hesla je neplatný.',
'user' => 'Nelze najít uživatele s touto e-mailovou adresou.',
];

View File

@ -2,32 +2,32 @@
return [
'permissions' => [
'websocket_*' => 'Allows access to the websocket for this server.',
'control_console' => 'Allows the user to send data to the server console.',
'control_start' => 'Allows the user to start the server instance.',
'control_stop' => 'Allows the user to stop the server instance.',
'control_restart' => 'Allows the user to restart the server instance.',
'control_kill' => 'Allows the user to kill the server instance.',
'user_create' => 'Allows the user to create new user accounts for the server.',
'user_read' => 'Allows the user permission to view users associated with this server.',
'user_update' => 'Allows the user to modify other users associated with this server.',
'user_delete' => 'Allows the user to delete other users associated with this server.',
'file_create' => 'Allows the user permission to create new files and directories.',
'file_read' => 'Allows the user to see files and folders associated with this server instance, as well as view their contents.',
'file_update' => 'Allows the user to update files and folders associated with the server.',
'file_delete' => 'Allows the user to delete files and directories.',
'file_archive' => 'Allows the user to create file archives and decompress existing archives.',
'file_sftp' => 'Allows the user to perform the above file actions using a SFTP client.',
'allocation_read' => 'Allows access to the server allocation management pages.',
'allocation_update' => 'Allows user permission to make modifications to the server\'s allocations.',
'database_create' => 'Allows user permission to create a new database for the server.',
'database_read' => 'Allows user permission to view the server databases.',
'database_update' => 'Allows a user permission to make modifications to a database. If the user does not have the "View Password" permission as well they will not be able to modify the password.',
'database_delete' => 'Allows a user permission to delete a database instance.',
'database_view_password' => 'Allows a user permission to view a database password in the system.',
'schedule_create' => 'Allows a user to create a new schedule for the server.',
'schedule_read' => 'Allows a user permission to view schedules for a server.',
'schedule_update' => 'Allows a user permission to make modifications to an existing server schedule.',
'schedule_delete' => 'Allows a user to delete a schedule for the server.',
'websocket_*' => 'Umožňuje přístup do websocketu pro tento server.',
'control_console' => 'Umožňuje uživateli odesílat data do konzole serveru.',
'control_start' => 'Umožňuje uživateli spustit instanci serveru.',
'control_stop' => 'Umožňuje uživateli zastavit instanci serveru.',
'control_restart' => 'Umožňuje uživateli restartovat instanci serveru.',
'control_kill' => 'Umožňuje uživateli ukončit instanci serveru.',
'user_create' => 'Umožňuje uživateli vytvářet nové uživatelské účty pro server.',
'user_read' => 'Umožňuje uživateli zobrazit oprávnění uživatele asociované s tímto serverem.',
'user_update' => 'Umožňuje uživateli upravovat ostatní oprávnění uživatelů spojené s tímto serverem.',
'user_delete' => 'Umožňuje uživateli odstranit ostatní uživatele přidružené k tomuto serveru.',
'file_create' => 'Umožňuje uživateli oprávnění vytvářet nové soubory a adresáře.',
'file_read' => 'Umožňuje uživateli vidět soubory a složky spojené s touto instancí serveru a také zobrazit jejich obsah.',
'file_update' => 'Umožňuje uživateli aktualizovat soubory a složky spojené se serverem.',
'file_delete' => 'Umožňuje uživateli odstranit soubory a adresáře.',
'file_archive' => 'Umožňuje uživateli vytvářet archivy souborů a dekomprimovat existující archivy.',
'file_sftp' => 'Umožňuje uživateli provést výše uvedené akce souborů pomocí SFTP klienta.',
'allocation_read' => 'Umožňuje přístup ke stránkám správy alokace serveru.',
'allocation_update' => 'Umožňuje uživateli oprávnění provádět změny alokací serveru.',
'database_create' => 'Umožňuje uživateli oprávnění k vytvoření nové databáze pro server.',
'database_read' => 'Umožňuje uživateli oprávnění zobrazit databáze serverů.',
'database_update' => 'Umožňuje uživateli oprávnění provádět změny v databázi. Pokud uživatel nemá také oprávnění "Zobrazit heslo", nebude moci heslo upravit.',
'database_delete' => 'Umožňuje uživateli oprávnění odstranit instanci databáze.',
'database_view_password' => 'Umožňuje uživateli oprávnění zobrazit heslo do databáze.',
'schedule_create' => 'Umožňuje uživateli vytvořit nový plán pro server.',
'schedule_read' => 'Umožňuje uživateli oprávnění k prohlížení plánů serveru.',
'schedule_update' => 'Umožňuje uživateli oprávnění provádět změny plánu existujícího serveru.',
'schedule_delete' => 'Umožňuje uživateli odstranit plán pro server.',
],
];

View File

@ -2,94 +2,94 @@
return [
'email' => 'Email',
'email_address' => 'Email address',
'user_identifier' => 'Username or Email',
'password' => 'Password',
'new_password' => 'New password',
'confirm_password' => 'Confirm new password',
'login' => 'Login',
'home' => 'Home',
'servers' => 'Servers',
'email_address' => 'E-mailová adresa',
'user_identifier' => 'Uživatelské jméno nebo e-mail',
'password' => 'Heslo',
'new_password' => 'Nové heslo',
'confirm_password' => 'Potvrdit nové heslo',
'login' => 'Přihlášení',
'home' => 'Domovská stránka',
'servers' => 'Servery',
'id' => 'ID',
'name' => 'Name',
'node' => 'Node',
'connection' => 'Connection',
'memory' => 'Memory',
'name' => 'Název',
'node' => 'Uzel',
'connection' => 'Připojení',
'memory' => 'Paměť',
'cpu' => 'CPU',
'disk' => 'Disk',
'status' => 'Status',
'search' => 'Search',
'suspended' => 'Suspended',
'account' => 'Account',
'security' => 'Security',
'ip' => 'IP Address',
'last_activity' => 'Last Activity',
'revoke' => 'Revoke',
'2fa_token' => 'Authentication Token',
'submit' => 'Submit',
'close' => 'Close',
'settings' => 'Settings',
'configuration' => 'Configuration',
'status' => 'Stav',
'search' => 'Hledat',
'suspended' => 'Pozastaveno',
'account' => 'Účet',
'security' => 'Zabezpečení',
'ip' => 'IP adresa',
'last_activity' => 'Poslední aktivita',
'revoke' => 'Odvolat',
'2fa_token' => 'Ověřovací Token',
'submit' => 'Odeslat',
'close' => 'Zavřít',
'settings' => 'Nastavení',
'configuration' => 'Nastavení',
'sftp' => 'SFTP',
'databases' => 'Databases',
'memo' => 'Memo',
'created' => 'Created',
'expires' => 'Expires',
'databases' => 'Databáze',
'memo' => 'Poznámka',
'created' => 'Vytvořeno',
'expires' => 'Expirace',
'public_key' => 'Token',
'api_access' => 'Api Access',
'never' => 'never',
'sign_out' => 'Sign out',
'admin_control' => 'Admin Control',
'required' => 'Required',
'api_access' => 'Api Přístup',
'never' => 'nikdy',
'sign_out' => 'Odhlásit se',
'admin_control' => 'Administrace',
'required' => 'Povinné pole',
'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',
'username' => 'Uživatelské jméno',
'database' => 'Databáze',
'new' => 'Nový',
'danger' => 'Nebezpečí',
'create' => 'Vytořit',
'select_all' => 'Vybrat vše',
'select_none' => 'Zrušit výběr',
'alias' => 'Přezdívka',
'primary' => 'Primární',
'make_primary' => 'Nastavit jako výchozí',
'none' => 'Žádný',
'cancel' => 'Zrušit',
'created_at' => 'Vytvořeno v',
'action' => 'Akce',
'data' => 'Data',
'queued' => 'Queued',
'last_run' => 'Last Run',
'next_run' => 'Next Run',
'not_run_yet' => 'Not Run Yet',
'yes' => 'Yes',
'no' => 'No',
'delete' => 'Delete',
'queued' => 'Ve frontě',
'last_run' => 'Poslední spuštění',
'next_run' => 'Další spuštění',
'not_run_yet' => 'Zatím nespustěno',
'yes' => 'Ano',
'no' => 'Ne',
'delete' => 'Smazat',
'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',
'logout' => 'Odhlásit se',
'admin_cp' => 'Administrace',
'optional' => 'Volitelné',
'read_only' => 'Pouze pro čtení',
'relation' => 'Souvislost',
'owner' => 'Vlastník',
'admin' => 'Administrátor',
'subuser' => 'Poduživatel',
'captcha_invalid' => 'Zadaný captcha je neplatný.',
'tasks' => 'Úkoly',
'seconds' => 'Sekund',
'minutes' => 'Minut',
'under_maintenance' => 'Probíhá údržba',
'days' => [
'sun' => 'Sunday',
'mon' => 'Monday',
'tues' => 'Tuesday',
'wed' => 'Wednesday',
'thurs' => 'Thursday',
'fri' => 'Friday',
'sat' => 'Saturday',
'sun' => 'Neděle',
'mon' => 'Pondělí',
'tues' => 'Úterý',
'wed' => 'Středa',
'thurs' => 'Čtvrtek',
'fri' => 'Pátek',
'sat' => 'Sobota',
],
'last_used' => 'Last Used',
'enable' => 'Enable',
'disable' => 'Disable',
'save' => 'Save',
'last_used' => 'Naposledy použito',
'enable' => 'Povolit',
'disable' => 'Zakázat',
'save' => 'Uložit',
'copyright' => '&reg; 2024 - :year Pelican',
];

View File

@ -12,78 +12,78 @@ return [
|
*/
'accepted' => 'The :attribute must be accepted.',
'active_url' => 'The :attribute is not a valid URL.',
'after' => 'The :attribute must be a date after :date.',
'after_or_equal' => 'The :attribute must be a date after or equal to :date.',
'alpha' => 'The :attribute may only contain letters.',
'alpha_dash' => 'The :attribute may only contain letters, numbers, and dashes.',
'alpha_num' => 'The :attribute may only contain letters and numbers.',
'array' => 'The :attribute must be an array.',
'before' => 'The :attribute must be a date before :date.',
'before_or_equal' => 'The :attribute must be a date before or equal to :date.',
'accepted' => ':attribute musí být přijat.',
'active_url' => ':attribute není platná URL adresa.',
'after' => ':attribute musí být po datu :date.',
'after_or_equal' => ':attribute musí být datum :date nebo pozdější.',
'alpha' => ':attribute může obsahovat pouze písmena.',
'alpha_dash' => ':attribute může obsahovat pouze písmena, čísla, a pomlčky.',
'alpha_num' => ':attribute může obsahovat pouze písmena a čísla.',
'array' => ':attribute musí být seznam.',
'before' => ':attribute musí být datum před :date.',
'before_or_equal' => ':attribute musí být datum před nebo rovné :date.',
'between' => [
'numeric' => 'The :attribute must be between :min and :max.',
'file' => 'The :attribute must be between :min and :max kilobytes.',
'string' => 'The :attribute must be between :min and :max characters.',
'array' => 'The :attribute must have between :min and :max items.',
'numeric' => ':attribute musí být mezi :min a :max.',
'file' => ':attribute musí být v rozmezí :min a :max kilobajtů.',
'string' => ':attribute musí mít délku v rozmezí :min a :max znaků.',
'array' => ':attribute musí mít mezi :min a :max položkami.',
],
'boolean' => 'The :attribute field must be true or false.',
'confirmed' => 'The :attribute confirmation does not match.',
'date' => 'The :attribute is not a valid date.',
'date_format' => 'The :attribute does not match the format :format.',
'different' => 'The :attribute and :other must be different.',
'digits' => 'The :attribute must be :digits digits.',
'digits_between' => 'The :attribute must be between :min and :max digits.',
'dimensions' => 'The :attribute has invalid image dimensions.',
'distinct' => 'The :attribute field has a duplicate value.',
'email' => 'The :attribute must be a valid email address.',
'exists' => 'The selected :attribute is invalid.',
'file' => 'The :attribute must be a file.',
'filled' => 'The :attribute field is required.',
'image' => 'The :attribute must be an image.',
'in' => 'The selected :attribute is invalid.',
'in_array' => 'The :attribute field does not exist in :other.',
'integer' => 'The :attribute must be an integer.',
'ip' => 'The :attribute must be a valid IP address.',
'json' => 'The :attribute must be a valid JSON string.',
'boolean' => ':attribute musí být true nebo false',
'confirmed' => 'Potvrzení :attribute se neshoduje.',
'date' => ':attribute není platné datum.',
'date_format' => ':attribute se neshoduje se správným formátem :format.',
'different' => ':attribute a :other se musí lišit.',
'digits' => 'Atribut :attribute musí mít :digits číslic.',
'digits_between' => ':attribute musí být dlouhé nejméně :min a nejvíce :max číslic.',
'dimensions' => ':attribute nemá platné rozměry obrázku.',
'distinct' => ':attribute má duplicitní hodnotu.',
'email' => ':attribute musí být platná e-mailová adresa.',
'exists' => 'Vybraný :attribute je neplatný.',
'file' => ':attribute musí být soubor.',
'filled' => 'Pole :attribute je povinné.',
'image' => ':attribute musí být obrázek.',
'in' => 'Vybraný :attribute je neplatný.',
'in_array' => 'Pole :attribute neexistuje v :other.',
'integer' => ':attribute musí být celé číslo.',
'ip' => ':attribute musí být platná IP adresa.',
'json' => ':attribute musí být platný řetězec JSON.',
'max' => [
'numeric' => 'The :attribute may not be greater than :max.',
'file' => 'The :attribute may not be greater than :max kilobytes.',
'string' => 'The :attribute may not be greater than :max characters.',
'array' => 'The :attribute may not have more than :max items.',
'numeric' => ':attribute nemůže být větší než :max.',
'file' => ':attribute nesmí být větší než :max kilobajtů.',
'string' => ':attribute nesmí být delší než :max znaků.',
'array' => ':attribute nesmí obsahovat více než: max položek.',
],
'mimes' => 'The :attribute must be a file of type: :values.',
'mimetypes' => 'The :attribute must be a file of type: :values.',
'mimes' => 'Atribut: musí být soubor typu: :values.',
'mimetypes' => 'Atribut :attribute musí být soubor o typu: :values.',
'min' => [
'numeric' => 'The :attribute must be at least :min.',
'file' => 'The :attribute must be at least :min kilobytes.',
'string' => 'The :attribute must be at least :min characters.',
'array' => 'The :attribute must have at least :min items.',
'numeric' => 'Atribut :attribute musí být alepoň :min místný.',
'file' => 'Atribut :attribute musí mít alapoň :min kilobajtů.',
'string' => 'Atribut :attribute musí mít alespoň :min znaků.',
'array' => 'Atribut :attribute musí mít alespoň :min položek.',
],
'not_in' => 'The selected :attribute is invalid.',
'numeric' => 'The :attribute must be a number.',
'present' => 'The :attribute field must be present.',
'regex' => 'The :attribute format is invalid.',
'required' => 'The :attribute field is required.',
'required_if' => 'The :attribute field is required when :other is :value.',
'required_unless' => 'The :attribute field is required unless :other is in :values.',
'required_with' => 'The :attribute field is required when :values is present.',
'required_with_all' => 'The :attribute field is required when :values is present.',
'required_without' => 'The :attribute field is required when :values is not present.',
'required_without_all' => 'The :attribute field is required when none of :values are present.',
'same' => 'The :attribute and :other must match.',
'not_in' => 'Zvolený atribut :attribute je neplatný.',
'numeric' => 'Atribut :attribute musí být číslo.',
'present' => 'Pole atributu :attribute musí být přítomno.',
'regex' => 'Formát atributu :attribute je neplatný.',
'required' => 'Pole atributu :attribute je povinné.',
'required_if' => 'Pole atributu :attribute je povinné když :other je :values.',
'required_unless' => 'Pole atributu :attribute je povinné pokud není :other :values.',
'required_with' => 'Pole atributu :attribute je povinné pokud :values je přitomná.',
'required_with_all' => 'Pole atributu :attribute je povinné pokud :values nejsou přítomny.',
'required_without' => 'Pole atributu :attribute je povinné pokud :values není přitomna.',
'required_without_all' => 'Pole atributu :attribute pokud žádná z :values není přítomna.',
'same' => 'Atribut :attribute a :other se musí shodovat.',
'size' => [
'numeric' => 'The :attribute must be :size.',
'file' => 'The :attribute must be :size kilobytes.',
'string' => 'The :attribute must be :size characters.',
'array' => 'The :attribute must contain :size items.',
'numeric' => 'Atribut :attribute musí být :size místný.',
'file' => ':attribute musí mít velikost :size Kb.Atribut :attribute musí mít :size kilobajtů.',
'string' => ':attribute musí mít :size znaků.',
'array' => ':attribute musí obsahovat :size položek.',
],
'string' => 'The :attribute must be a string.',
'timezone' => 'The :attribute must be a valid zone.',
'unique' => 'The :attribute has already been taken.',
'uploaded' => 'The :attribute failed to upload.',
'url' => 'The :attribute format is invalid.',
'string' => ':attribute musí být text.',
'timezone' => ':attribute musí být platná zóna.',
'unique' => ':attribute byl již použit.',
'uploaded' => 'Nahrávání :attribute se nezdařilo.',
'url' => 'Formát :attribute není platný.',
/*
|--------------------------------------------------------------------------
@ -100,7 +100,7 @@ return [
// Internal validation logic for Panel
'internal' => [
'variable_value' => ':env variable',
'invalid_password' => 'The password provided was invalid for this account.',
'variable_value' => ':env proměnná',
'invalid_password' => 'Zadané heslo pro tento účet je neplatné.',
],
];

View File

@ -8,123 +8,123 @@
*/
return [
'auth' => [
'fail' => 'Failed log in',
'success' => 'Logged in',
'password-reset' => 'Password reset',
'reset-password' => 'Requested password reset',
'checkpoint' => 'Two-factor authentication requested',
'recovery-token' => 'Used two-factor recovery token',
'token' => 'Solved two-factor challenge',
'ip-blocked' => 'Blocked request from unlisted IP address for :identifier',
'fail' => 'Log ind mislykkedes',
'success' => 'Logget ind',
'password-reset' => 'Nulstil adgangskode',
'reset-password' => 'Anmodet om nulstilling af adgangskode',
'checkpoint' => '2-factor godkendelse anmodet',
'recovery-token' => '2-factor gendannelses-token brugt',
'token' => 'Løst 2-factor udfordring',
'ip-blocked' => 'Blokeret anmodning fra ikke-listet IP-adresse for :identifier',
'sftp' => [
'fail' => 'Failed SFTP log in',
'fail' => 'SFTP log ind mislykkedes',
],
],
'user' => [
'account' => [
'email-changed' => 'Changed email from :old to :new',
'password-changed' => 'Changed password',
'email-changed' => 'Skiftede e-mail fra :old til :new',
'password-changed' => 'Adgangskode ændret',
],
'api-key' => [
'create' => 'Created new API key :identifier',
'delete' => 'Deleted API key :identifier',
'create' => 'Ny API-nøgle oprettet :identifier',
'delete' => 'API-nøgle slettet :identifier',
],
'ssh-key' => [
'create' => 'Added SSH key :fingerprint to account',
'delete' => 'Removed SSH key :fingerprint from account',
'create' => 'SSH-nøgle :fingerprint tilføjet til konto',
'delete' => 'SSH-nøgle :fingerprint fjernet fra konto',
],
'two-factor' => [
'create' => 'Enabled two-factor auth',
'delete' => 'Disabled two-factor auth',
'create' => '2-factor godkendelse aktiveret',
'delete' => '2-factor godkendelse deaktiveret',
],
],
'server' => [
'reinstall' => 'Reinstalled server',
'reinstall' => 'Server geninstalleret',
'console' => [
'command' => 'Executed ":command" on the server',
'command' => 'Udført ":command" på serveren',
],
'power' => [
'start' => 'Started the server',
'stop' => 'Stopped the server',
'restart' => 'Restarted the server',
'kill' => 'Killed the server process',
'start' => 'Server startet',
'stop' => 'Server stoppet',
'restart' => 'Server genstartet',
'kill' => 'Dræbte serverprocessen',
],
'backup' => [
'download' => 'Downloaded the :name backup',
'delete' => 'Deleted the :name backup',
'restore' => 'Restored the :name backup (deleted files: :truncate)',
'restore-complete' => 'Completed restoration of the :name backup',
'restore-failed' => 'Failed to complete restoration of the :name backup',
'start' => 'Started a new backup :name',
'complete' => 'Marked the :name backup as complete',
'fail' => 'Marked the :name backup as failed',
'lock' => 'Locked the :name backup',
'unlock' => 'Unlocked the :name backup',
'download' => 'Hentede :name backup',
'delete' => 'Slettede :name backup',
'restore' => 'Gendannede :name backup (slettede filer: :truncate)',
'restore-complete' => 'Genoprettelse af :name backup fuldført',
'restore-failed' => 'Genoprettelse af :name backup mislykkedes',
'start' => 'Startede en ny backup :name',
'complete' => 'Backup :name markeret som fuldført',
'fail' => 'Markeret :name backup som mislykket',
'lock' => 'Låst :name backup',
'unlock' => 'Oplåst :name backup',
],
'database' => [
'create' => 'Created new database :name',
'rotate-password' => 'Password rotated for database :name',
'delete' => 'Deleted database :name',
'create' => 'Oprettet ny database :name',
'rotate-password' => 'Adgangskode roteret for database :name',
'delete' => 'Slettet database :name',
],
'file' => [
'compress_one' => 'Compressed :directory:file',
'compress_other' => 'Compressed :count files in :directory',
'read' => 'Viewed the contents of :file',
'copy' => 'Created a copy of :file',
'create-directory' => 'Created directory :directory:name',
'decompress' => 'Decompressed :files in :directory',
'delete_one' => 'Deleted :directory:files.0',
'delete_other' => 'Deleted :count files in :directory',
'download' => 'Downloaded :file',
'pull' => 'Downloaded a remote file from :url to :directory',
'rename_one' => 'Renamed :directory:files.0.from to :directory:files.0.to',
'rename_other' => 'Renamed :count files in :directory',
'write' => 'Wrote new content to :file',
'upload' => 'Began a file upload',
'uploaded' => 'Uploaded :directory:file',
'compress_one' => 'Komprimeret :directory:file',
'compress_other' => 'Komprimeret :count filer i :directory',
'read' => 'Indholdet af :file blev set',
'copy' => 'Kopi af :file oprettet',
'create-directory' => 'Mappen :directory:name oprettet',
'decompress' => 'Dekomprimeret :files i :directory',
'delete_one' => 'Slettede :directory:files.0',
'delete_other' => 'Slettede :count filer i :directory',
'download' => 'Hentede :file',
'pull' => 'Hentede en fjernfil fra :url til :directory',
'rename_one' => 'Omdøbte :directory:files.0.from til :directory:files.0.to',
'rename_other' => 'Omdøbte :count filer i :directory',
'write' => 'Skrev nyt indhold til :file',
'upload' => 'Begyndte en filoverførsel',
'uploaded' => 'Uploadet :directory:file',
],
'sftp' => [
'denied' => 'Blocked SFTP access due to permissions',
'create_one' => 'Created :files.0',
'create_other' => 'Created :count new files',
'write_one' => 'Modified the contents of :files.0',
'write_other' => 'Modified the contents of :count files',
'delete_one' => 'Deleted :files.0',
'delete_other' => 'Deleted :count files',
'create-directory_one' => 'Created the :files.0 directory',
'create-directory_other' => 'Created :count directories',
'rename_one' => 'Renamed :files.0.from to :files.0.to',
'rename_other' => 'Renamed or moved :count files',
'denied' => 'Blokeret SFTP adgang på grund af tilladelser',
'create_one' => 'Oprettede :files.0',
'create_other' => 'Oprettede :count nye filer',
'write_one' => 'Ændrede indholdet af :files.0',
'write_other' => 'Ændrede indholdet af :count filer',
'delete_one' => 'Slettede :files.0',
'delete_other' => 'Slettede :count filer',
'create-directory_one' => 'Oprettede mappen :files.0',
'create-directory_other' => 'Oprettede :count mapper',
'rename_one' => 'Omdøbte :files.0.from til :files.0.to',
'rename_other' => 'Omdøbte eller flyttede :count filer',
],
'allocation' => [
'create' => 'Added :allocation to the server',
'notes' => 'Updated the notes for :allocation from ":old" to ":new"',
'primary' => 'Set :allocation as the primary server allocation',
'delete' => 'Deleted the :allocation allocation',
'create' => 'Tilføjede :allocation til serveren',
'notes' => 'Opdaterede noterne for :allocation fra ":old" til ":new"',
'primary' => 'Satte :allocation som primær servertildeling',
'delete' => 'Slettede :allocation tildeling',
],
'schedule' => [
'create' => 'Created the :name schedule',
'update' => 'Updated the :name schedule',
'execute' => 'Manually executed the :name schedule',
'delete' => 'Deleted the :name schedule',
'create' => 'Oprettede :name tidsplan',
'update' => 'Opdaterede :name tidsplan',
'execute' => 'Manuelt udført :name tidsplan',
'delete' => 'Slettede :name tidsplan',
],
'task' => [
'create' => 'Created a new ":action" task for the :name schedule',
'update' => 'Updated the ":action" task for the :name schedule',
'delete' => 'Deleted a task for the :name schedule',
'create' => 'Oprettede en ny ":action" opgave for :name tidsplan',
'update' => 'Opdaterede ":action" opgaven for :name tidsplan',
'delete' => 'Slettede en opgave for :name tidsplan',
],
'settings' => [
'rename' => 'Renamed the server from :old to :new',
'description' => 'Changed the server description from :old to :new',
'rename' => 'Omdøbte serveren fra :old til :new',
'description' => 'Skiftede server beskrivelse fra :old til :new',
],
'startup' => [
'edit' => 'Changed the :variable variable from ":old" to ":new"',
'image' => 'Updated the Docker Image for the server from :old to :new',
'edit' => 'Skiftede :variable variabel fra ":old" til ":new"',
'image' => 'Opdaterede Docker Image for serveren fra :old til :new',
],
'subuser' => [
'create' => 'Added :email as a subuser',
'update' => 'Updated the subuser permissions for :email',
'delete' => 'Removed :email as a subuser',
'create' => 'Tilføjede :email som en underbruger',
'update' => 'Opdaterede underbruger rettighederne for :email',
'delete' => 'Fjernede :email som underbruger',
],
],
];

View File

@ -2,18 +2,18 @@
return [
'notices' => [
'imported' => 'Successfully imported this Egg and its associated variables.',
'updated_via_import' => 'This Egg has been updated using the file provided.',
'deleted' => 'Successfully deleted the requested egg from the Panel.',
'updated' => 'Egg configuration has been updated successfully.',
'script_updated' => 'Egg install script has been updated and will run whenever servers are installed.',
'egg_created' => 'A new egg was laid successfully. You will need to restart any running daemons to apply this new egg.',
'imported' => 'Dette Egg og dets tilknyttede variabler blev importeret med succes.',
'updated_via_import' => 'Dette Egg er blevet opdateret ved hjælp af den givne fil.',
'deleted' => 'Egget blev slettet fra panelet.',
'updated' => 'Egget blev opdateret med succes.',
'script_updated' => 'Eggets installationsscript er blevet opdateret, og vil blive kørt når servere installeres.',
'egg_created' => 'Et nyt egg blev lagt med succes. Du skal genstarte eventuelle kørende daemons for at anvende dette nye egg.',
],
'variables' => [
'notices' => [
'variable_deleted' => 'The variable ":variable" has been deleted and will no longer be available to servers once rebuilt.',
'variable_updated' => 'The variable ":variable" has been updated. You will need to rebuild any servers using this variable in order to apply changes.',
'variable_created' => 'New variable has successfully been created and assigned to this egg.',
'variable_deleted' => 'Variablen :variable er blevet slettet og vil ikke længere være tilgængelig for servere der er blevet genstartet.',
'variable_updated' => 'Variablen :variable er blevet opdateret. Du skal genstarte eventuelle servere, der bruger denne variabel for at anvende ændringer.',
'variable_created' => 'Ny variabel er blevet oprettet og tildelt dette egg.',
],
],
];

View File

@ -2,14 +2,14 @@
return [
'validation' => [
'fqdn_not_resolvable' => 'The FQDN or IP address provided does not resolve to a valid IP address.',
'fqdn_required_for_ssl' => 'A fully qualified domain name that resolves to a public IP address is required in order to use SSL for this node.',
'fqdn_not_resolvable' => 'FQDN eller IP-adressen, der er angivet, resulterer ikke i en gyldig IP-adresse.',
'fqdn_required_for_ssl' => 'Et fuldt kvalificeret domænenavn, der resulterer i en offentlig IP-adresse, er påkrævet for at bruge SSL til denne node.',
],
'notices' => [
'allocations_added' => 'Allocations have successfully been added to this node.',
'node_deleted' => 'Node has been successfully removed from the panel.',
'node_created' => 'Successfully created new node. You can automatically configure the daemon on this machine by visiting the \'Configuration\' tab. <strong>Before you can add any servers you must first allocate at least one IP address and port.</strong>',
'node_updated' => 'Node information has been updated. If any daemon settings were changed you will need to reboot it for those changes to take effect.',
'unallocated_deleted' => 'Deleted all un-allocated ports for <code>:ip</code>.',
'allocations_added' => 'Tildelinger er blevet tilføjet til denne node.',
'node_deleted' => 'Node er blevet slettet fra panelet.',
'node_created' => 'Ny node blev oprettet. Du kan automatisk konfigurere daemonen på denne maskine ved at besøge \'Configuration\' fanen for denne node. <strong>Før du kan tilføje nogen servere, skal du først tildele mindst en IP-adresse og port.</strong>',
'node_updated' => 'Node information er blevet opdateret. Hvis nogen daemon indstillinger blev ændret, skal du genstarte den for at anvende disse ændringer.',
'unallocated_deleted' => 'Slettede alle ikke-tildelte porte for <code>:ip</code>.',
],
];

View File

@ -2,26 +2,26 @@
return [
'exceptions' => [
'no_new_default_allocation' => 'You are attempting to delete the default allocation for this server but there is no fallback allocation to use.',
'marked_as_failed' => 'This server was marked as having failed a previous installation. Current status cannot be toggled in this state.',
'bad_variable' => 'There was a validation error with the :name variable.',
'daemon_exception' => 'There was an exception while attempting to communicate with the daemon resulting in a HTTP/:code response code. This exception has been logged. (request id: :request_id)',
'default_allocation_not_found' => 'The requested default allocation was not found in this server\'s allocations.',
'no_new_default_allocation' => 'Du forsøger at slette standard allokeringen for denne server, men der er ingen reserve allokeringer at bruge.',
'marked_as_failed' => 'Denne server blev markeret som fejlet under en tidligere installationen. Nuværende status kan ikke ændres i denne tilstand.',
'bad_variable' => 'Der opstod en valideringsfejl med :name variablen.',
'daemon_exception' => 'Der opstod en fejl under forsøget på at kommunikere med daemonen, hvilket resulterede i en HTTP/:code responskode. Denne fejl er gemt i loggen. (request id: :request_id)',
'default_allocation_not_found' => 'Den efterspurgte standard allokering blev ikke fundet i denne servers allokeringer.',
],
'alerts' => [
'startup_changed' => 'The startup configuration for this server has been updated. If this server\'s egg was changed a reinstall will be occurring now.',
'server_deleted' => 'Server has successfully been deleted from the system.',
'server_created' => 'Server was successfully created on the panel. Please allow the daemon a few minutes to completely install this server.',
'build_updated' => 'The build details for this server have been updated. Some changes may require a restart to take effect.',
'suspension_toggled' => 'Server suspension status has been changed to :status.',
'rebuild_on_boot' => 'This server has been marked as requiring a Docker Container rebuild. This will happen the next time the server is started.',
'install_toggled' => 'The installation status for this server has been toggled.',
'server_reinstalled' => 'This server has been queued for a reinstallation beginning now.',
'details_updated' => 'Server details have been successfully updated.',
'docker_image_updated' => 'Successfully changed the default Docker image to use for this server. A reboot is required to apply this change.',
'node_required' => 'You must have at least one node configured before you can add a server to this panel.',
'transfer_nodes_required' => 'You must have at least two nodes configured before you can transfer servers.',
'transfer_started' => 'Server transfer has been started.',
'transfer_not_viable' => 'The node you selected does not have the required disk space or memory available to accommodate this server.',
'startup_changed' => 'Startup konfigurationen for denne server er blevet opdateret. Hvis serverens egg blev ændret, vil en geninstallation starte nu.',
'server_deleted' => 'Serveren er blevet slettet fra systemet.',
'server_created' => 'Serveren blev oprettet på panelet. Det kan tage et par minutter at installere serveren.',
'build_updated' => 'Serveren er blevet opdateret. Nogle ændringer kan kræve et genstart for at træde i kraft.',
'suspension_toggled' => 'Server suspenderings status er blevet ændret til :status.',
'rebuild_on_boot' => 'Denne server er blevet markeret til at kræve en geninstallation af Docker Container. Dette vil ske næste gang serveren startes.',
'install_toggled' => 'Installations status for denne server er blevet ændret.',
'server_reinstalled' => 'Denne server er blevet sat i kø til en geninstallation, der begynder nu.',
'details_updated' => 'Server detaljerne er blevet opdateret.',
'docker_image_updated' => 'Standard Docker container image er blevet opdateret. For at anvende dette skal du genstarte serveren.',
'node_required' => 'Du skal have mindst en node konfigureret, før du kan tilføje en server til panelet.',
'transfer_nodes_required' => 'Du skal have mindst to noder konfigureret for at starte en serveroverførsel.',
'transfer_started' => 'Server flytning er blevet startet.',
'transfer_not_viable' => 'Noden du har valgt har ikke nok disk plads eller hukommelse til at rumme denne server.',
],
];

View File

@ -2,11 +2,11 @@
return [
'exceptions' => [
'user_has_servers' => 'Cannot delete a user with active servers attached to their account. Please delete their servers before continuing.',
'user_is_self' => 'Cannot delete your own user account.',
'user_has_servers' => 'Kan ikke slette en bruger med aktive servere knyttet til deres konto. Slet deres servere før du fortsætter.',
'user_is_self' => 'Kan ikke slette din egen konto.',
],
'notices' => [
'account_created' => 'Account has been created successfully.',
'account_updated' => 'Account has been successfully updated.',
'account_created' => 'Kontoen er blevet oprettet.',
'account_updated' => 'Kontoen er blevet opdateret.',
],
];

View File

@ -1,27 +1,27 @@
<?php
return [
'sign_in' => 'Sign In',
'go_to_login' => 'Go to Login',
'failed' => 'No account matching those credentials could be found.',
'sign_in' => 'Log ind',
'go_to_login' => 'Gå til log ind',
'failed' => 'Ingen konto fundet med de angivne oplysninger.',
'forgot_password' => [
'label' => 'Forgot Password?',
'label_help' => 'Enter your account email address to receive instructions on resetting your password.',
'button' => 'Recover Account',
'label' => 'Glemt adgangskode?',
'label_help' => 'Indtast din kontos e-mailadresse for at modtage instruktioner om nulstilling af din adgangskode.',
'button' => 'Gendan konto',
],
'reset_password' => [
'button' => 'Reset and Sign In',
'button' => 'Nulstil adgangskode og log ind',
],
'two_factor' => [
'label' => '2-Factor Token',
'label_help' => 'This account requires a second layer of authentication in order to continue. Please enter the code generated by your device to complete this login.',
'checkpoint_failed' => 'The two-factor authentication token was invalid.',
'label_help' => 'Denne konto kræver en anden form for godkendelse for at fortsætte. Indtast venligst koden genereret af din enhed for at fuldføre dette login.',
'checkpoint_failed' => '2-factor godkendelses-token var ugyldig.',
],
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
'password_requirements' => 'Password must be at least 8 characters in length and should be unique to this site.',
'2fa_must_be_enabled' => 'The administrator has required that 2-Factor Authentication be enabled for your account in order to use the Panel.',
'throttle' => 'For mange login forsøg. Prøv igen om :sekunder sekunder.',
'password_requirements' => 'Adgangskoden skal være mindst 8 tegn lang og bør være unik for dette website.',
'2fa_must_be_enabled' => 'Administratoren har krævet, at 2-factor godkendelse skal være aktiveret for din konto for at bruge panelet.',
];

View File

@ -2,58 +2,58 @@
return [
'user' => [
'search_users' => 'Enter a Username, User ID, or Email Address',
'select_search_user' => 'ID of user to delete (Enter \'0\' to re-search)',
'deleted' => 'User successfully deleted from the Panel.',
'confirm_delete' => 'Are you sure you want to delete this user from the Panel?',
'no_users_found' => 'No users were found for the search term provided.',
'multiple_found' => 'Multiple accounts were found for the user provided, unable to delete a user because of the --no-interaction flag.',
'ask_admin' => 'Is this user an administrator?',
'ask_email' => 'Email Address',
'ask_username' => 'Username',
'ask_name_first' => 'First Name',
'ask_name_last' => 'Last Name',
'ask_password' => 'Password',
'ask_password_tip' => 'If you would like to create an account with a random password emailed to the user, re-run this command (CTRL+C) and pass the `--no-password` flag.',
'ask_password_help' => 'Passwords must be at least 8 characters in length and contain at least one capital letter and number.',
'search_users' => 'Indtast et brugernavn, bruger ID eller e-mailadresse',
'select_search_user' => 'ID på brugeren der skal slettes (Indtast \'0\' for at søge igen)',
'deleted' => 'Brugeren blev slettet fra panelet.',
'confirm_delete' => 'Er du sikker på at du vil slette denne bruger fra panelet?',
'no_users_found' => 'Ingen brugere blev fundet for det angivne søgeord.',
'multiple_found' => 'Der blev fundet flere konti for den angivne bruger, det er ikke muligt at slette en bruger på grund af --no-interaction flaget.',
'ask_admin' => 'Er denne bruger en administrator?',
'ask_email' => 'E-mailadresse',
'ask_username' => 'Brugernavn',
'ask_name_first' => 'Fornavn',
'ask_name_last' => 'Efternavn',
'ask_password' => 'Adgangskode',
'ask_password_tip' => 'Hvis du vil oprette en konto med en tilfældig adgangskode sendt til brugeren, skal du køre denne kommando igen (CTRL+C) og tilføje `--no-password` flaget.',
'ask_password_help' => 'Adgangskoder skal være mindst 8 tegn og indeholde mindst et stort bogstav og et tal.',
'2fa_help_text' => [
'This command will disable 2-factor authentication for a user\'s account if it is enabled. This should only be used as an account recovery command if the user is locked out of their account.',
'If this is not what you wanted to do, press CTRL+C to exit this process.',
'Denne kommando vil deaktivere 2-faktor godkendelse for en brugers konto, hvis det er aktiveret. Dette bør kun bruges som en konto recovery kommando, hvis brugeren er låst ude af deres konto.',
'Hvis dette ikke er det du ønskede at gøre, tryk CTRL+C for at afslutte denne proces.',
],
'2fa_disabled' => '2-Factor authentication has been disabled for :email.',
'2fa_disabled' => '2-Factor godkendelse er blevet deaktiveret for :email.',
],
'schedule' => [
'output_line' => 'Dispatching job for first task in `:schedule` (:hash).',
'output_line' => 'Udsender job for første opgave i `:schedule` (:hash).',
],
'maintenance' => [
'deleting_service_backup' => 'Deleting service backup file :file.',
'deleting_service_backup' => 'Sletter service backup fil :file.',
],
'server' => [
'rebuild_failed' => 'Rebuild request for ":name" (#:id) on node ":node" failed with error: :message',
'rebuild_failed' => 'Genopbygnings anmodning for ":name" (#:id) på node ":node" mislykkedes med fejl: :message',
'reinstall' => [
'failed' => 'Reinstall request for ":name" (#:id) on node ":node" failed with error: :message',
'confirm' => 'You are about to reinstall against a group of servers. Do you wish to continue?',
'failed' => 'Geninstallation anmodning for ":name" (#:id) på node ":node" mislykkedes med fejl: :message',
'confirm' => 'Du er ved at geninstallere en gruppe servere. Ønsker du at fortsætte?',
],
'power' => [
'confirm' => 'You are about to perform a :action against :count servers. Do you wish to continue?',
'action_failed' => 'Power action request for ":name" (#:id) on node ":node" failed with error: :message',
'confirm' => 'Du er ved at udføre en :action mod :count servere. Ønsker du at fortsætte?',
'action_failed' => 'Power handling anmodning for ":name" (#:id) på node ":node" mislykkedes med fejl: :message',
],
],
'environment' => [
'mail' => [
'ask_smtp_host' => 'SMTP Host (e.g. smtp.gmail.com)',
'ask_smtp_host' => 'SMTP Host (f.eks. smtp.gmail.com)',
'ask_smtp_port' => 'SMTP Port',
'ask_smtp_username' => 'SMTP Username',
'ask_smtp_password' => 'SMTP Password',
'ask_mailgun_domain' => 'Mailgun Domain',
'ask_smtp_username' => 'SMTP Brugernavn',
'ask_smtp_password' => 'SMTP Adgangskode',
'ask_mailgun_domain' => 'Mailgun Domæne',
'ask_mailgun_endpoint' => 'Mailgun Endpoint',
'ask_mailgun_secret' => 'Mailgun Secret',
'ask_mandrill_secret' => 'Mandrill Secret',
'ask_postmark_username' => 'Postmark API Key',
'ask_driver' => 'Which driver should be used for sending emails?',
'ask_mail_from' => 'Email address emails should originate from',
'ask_mail_name' => 'Name that emails should appear from',
'ask_encryption' => 'Encryption method to use',
'ask_postmark_username' => 'Postmark API nøgle',
'ask_driver' => 'Hvilken driver skal bruges til at sende e-mails?',
'ask_mail_from' => 'E-mail skal sendes fra',
'ask_mail_name' => 'Navn som e-mails skal vises fra',
'ask_encryption' => 'Krypterings metode der skal bruges',
],
],
];

View File

@ -2,27 +2,27 @@
return [
'email' => [
'title' => 'Update your email',
'updated' => 'Your email address has been updated.',
'title' => 'Opdater din e-mail',
'updated' => 'Din e-mailadresse er blevet opdateret.',
],
'password' => [
'title' => 'Change your password',
'requirements' => 'Your new password should be at least 8 characters in length.',
'updated' => 'Your password has been updated.',
'title' => 'Skift din adgangskode',
'requirements' => 'Din nye adgangskode skal være mindst 8 tegn lang.',
'updated' => 'Din adgangskode er blevet opdateret.',
],
'two_factor' => [
'button' => 'Configure 2-Factor Authentication',
'disabled' => 'Two-factor authentication has been disabled on your account. You will no longer be prompted to provide a token when logging in.',
'enabled' => 'Two-factor authentication has been enabled on your account! From now on, when logging in, you will be required to provide the code generated by your device.',
'invalid' => 'The token provided was invalid.',
'button' => 'Konfigurer 2-Factor godkendelse',
'disabled' => '2-factor godkendelse er blevet deaktiveret på din konto. Du vil ikke længere blive bedt om at angive en token ved login.',
'enabled' => '2-factor godkendelse er blevet aktiveret på din konto! Fra nu af, når du logger ind, vil du blive bedt om at angive koden genereret af din enhed.',
'invalid' => 'Den angivne token var ugyldig.',
'setup' => [
'title' => 'Setup two-factor authentication',
'help' => 'Can\'t scan the code? Enter the code below into your application:',
'field' => 'Enter token',
'title' => 'Opsætning af 2-factor godkendelse',
'help' => 'Kan ikke scanne koden? Indtast koden nedenfor i din applikation:',
'field' => 'Indtast token',
],
'disable' => [
'title' => 'Disable two-factor authentication',
'field' => 'Enter token',
'title' => 'Deaktiver 2-factor godkendelse',
'field' => 'Indtast token',
],
],
];

View File

@ -1,8 +1,8 @@
<?php
return [
'search' => 'Search for servers...',
'no_matches' => 'There were no servers found matching the search criteria provided.',
'search' => 'Søg efter servere...',
'no_matches' => 'Der blev ikke fundet nogen servere, der matcher de angivne søgekriterier.',
'cpu_title' => 'CPU',
'memory_title' => 'Memory',
'memory_title' => 'Hukommelse',
];

View File

@ -1,55 +1,55 @@
<?php
return [
'daemon_connection_failed' => 'There was an exception while attempting to communicate with the daemon resulting in a HTTP/:code response code. This exception has been logged.',
'daemon_connection_failed' => 'Der opstod en fejl under forsøget på at kommunikere med daemonen, hvilket resulterede i en HTTP/:code responskode. Denne fejl er blevet logget.',
'node' => [
'servers_attached' => 'A node must have no servers linked to it in order to be deleted.',
'daemon_off_config_updated' => 'The daemon configuration <strong>has been updated</strong>, however there was an error encountered while attempting to automatically update the configuration file on the Daemon. You will need to manually update the configuration file (config.yml) for the daemon to apply these changes.',
'servers_attached' => 'En node må ikke have nogen servere tilknyttet for at kunne slettes.',
'daemon_off_config_updated' => 'Daemon konfiguration <strong>er blevet opdateret</strong>, men der opstod en fejl under forsøget på automatisk at opdatere konfigurationsfilen på daemonen. Du skal manuelt opdatere konfigurationsfilen (config.yml) for at daemonen kan anvende disse ændringer.',
],
'allocations' => [
'server_using' => 'A server is currently assigned to this allocation. An allocation can only be deleted if no server is currently assigned.',
'too_many_ports' => 'Adding more than 1000 ports in a single range at once is not supported.',
'invalid_mapping' => 'The mapping provided for :port was invalid and could not be processed.',
'cidr_out_of_range' => 'CIDR notation only allows masks between /25 and /32.',
'port_out_of_range' => 'Ports in an allocation must be greater than 1024 and less than or equal to 65535.',
'server_using' => 'En server er i øjeblikket tildelt denne tildeling. En tildeling kan kun slettes, hvis ingen server i øjeblikket er tildelt.',
'too_many_ports' => 'Tilføjede af flere end 1000 porte i en enkelt række ad gangen understøttes ikke.',
'invalid_mapping' => 'Den angivne kortlægning for :port var ugyldig og kunne ikke behandles.',
'cidr_out_of_range' => 'CIDR notation tillader kun masker mellem /25 og /32.',
'port_out_of_range' => 'Portene i en tildeling skal være større end 1024 og mindre end eller lig med 65535.',
],
'egg' => [
'delete_has_servers' => 'An Egg with active servers attached to it cannot be deleted from the Panel.',
'invalid_copy_id' => 'The Egg selected for copying a script from either does not exist, or is copying a script itself.',
'has_children' => 'This Egg is a parent to one or more other Eggs. Please delete those Eggs before deleting this Egg.',
'delete_has_servers' => 'Et æg med aktive servere tilknyttet kan ikke slettes fra panelet.',
'invalid_copy_id' => 'Ægget valgt til kopiering af et script fra eksisterer ikke, eller kopierer et script selv.',
'has_children' => 'Dette æg er forælder til et eller flere andre æg. Slet disse æg, før du sletter dette æg.',
],
'variables' => [
'env_not_unique' => 'The environment variable :name must be unique to this Egg.',
'reserved_name' => 'The environment variable :name is protected and cannot be assigned to a variable.',
'bad_validation_rule' => 'The validation rule ":rule" is not a valid rule for this application.',
'env_not_unique' => 'Environment variable :name skal være unik for dette æg.',
'reserved_name' => 'Environment variable :name er beskyttet og kan ikke bruges som en variabel.',
'bad_validation_rule' => 'Valideringsreglen ":rule" er ikke en gyldig regel for denne applikation.',
],
'importer' => [
'json_error' => 'There was an error while attempting to parse the JSON file: :error.',
'file_error' => 'The JSON file provided was not valid.',
'invalid_json_provided' => 'The JSON file provided is not in a format that can be recognized.',
'json_error' => 'Der skete en fejl under forsøget på at parse JSON-filen: :error.',
'file_error' => 'JSON filen var ikke gyldig.',
'invalid_json_provided' => 'JSON filen er ikke i et format, der kan genkendes.',
],
'subusers' => [
'editing_self' => 'Editing your own subuser account is not permitted.',
'user_is_owner' => 'You cannot add the server owner as a subuser for this server.',
'subuser_exists' => 'A user with that email address is already assigned as a subuser for this server.',
'editing_self' => 'Ændring af din egen subbrugerkonto er ikke tilladt.',
'user_is_owner' => 'Du kan ikke tilføje server ejeren som en subbruger til denne server.',
'subuser_exists' => 'En bruger med denne e-mailadresse er allerede tildelt som en subbruger til denne server.',
],
'databases' => [
'delete_has_databases' => 'Cannot delete a database host server that has active databases linked to it.',
'delete_has_databases' => 'Du kan ikke slette en database host server, der har aktive databaser tilknyttet.',
],
'tasks' => [
'chain_interval_too_long' => 'The maximum interval time for a chained task is 15 minutes.',
'chain_interval_too_long' => 'Det maksimale interval for en kædet opgave er 15 minutter.',
],
'locations' => [
'has_nodes' => 'Cannot delete a location that has active nodes attached to it.',
'has_nodes' => 'Kan ikke slette en lokation, der har aktive noder tilknyttet.',
],
'users' => [
'node_revocation_failed' => 'Failed to revoke keys on <a href=":link">Node #:node</a>. :error',
'node_revocation_failed' => 'Kunne ikke tilbagekalde nøgler på <a href=":link">Node #:node</a>. :error',
],
'deployment' => [
'no_viable_nodes' => 'No nodes satisfying the requirements specified for automatic deployment could be found.',
'no_viable_allocations' => 'No allocations satisfying the requirements for automatic deployment were found.',
'no_viable_nodes' => 'Kunne ikke finde nogle noder, der opfylder kravene for automatisk implementering.',
'no_viable_allocations' => 'Ingen tildeling, der opfylder kravene for automatisk implementering, blev fundet.',
],
'api' => [
'resource_not_found' => 'The requested resource does not exist on this server.',
'resource_not_found' => 'Den anmodede ressource findes ikke på denne server.',
],
];

View File

@ -12,6 +12,6 @@ return [
|
*/
'previous' => '&laquo; Previous',
'next' => 'Next &raquo;',
'previous' => '&laquo; Forrige',
'next' => 'Næste &raquo;',
];

View File

@ -11,9 +11,9 @@ return [
| has failed, such as for an invalid token or invalid new password.
|
*/
'password' => 'Passwords must be at least six characters and match the confirmation.',
'reset' => 'Your password has been reset!',
'sent' => 'We have e-mailed your password reset link!',
'token' => 'This password reset token is invalid.',
'user' => 'We can\'t find a user with that e-mail address.',
'password' => 'Adgangskode skal være mindst seks tegn lang og matche bekræftelsen.',
'reset' => 'Din adgangskode er blevet nulstillet!',
'sent' => 'Vi har sendt dig en e-mail med et link til at nulstille din adgangskode!',
'token' => 'Denne adgangskode nulstillings token er ugyldig.',
'user' => 'Vi kan ikke finde en bruger med den e-mailadresse.',
];

View File

@ -2,32 +2,32 @@
return [
'permissions' => [
'websocket_*' => 'Allows access to the websocket for this server.',
'control_console' => 'Allows the user to send data to the server console.',
'control_start' => 'Allows the user to start the server instance.',
'control_stop' => 'Allows the user to stop the server instance.',
'control_restart' => 'Allows the user to restart the server instance.',
'control_kill' => 'Allows the user to kill the server instance.',
'user_create' => 'Allows the user to create new user accounts for the server.',
'user_read' => 'Allows the user permission to view users associated with this server.',
'user_update' => 'Allows the user to modify other users associated with this server.',
'user_delete' => 'Allows the user to delete other users associated with this server.',
'file_create' => 'Allows the user permission to create new files and directories.',
'file_read' => 'Allows the user to see files and folders associated with this server instance, as well as view their contents.',
'file_update' => 'Allows the user to update files and folders associated with the server.',
'file_delete' => 'Allows the user to delete files and directories.',
'file_archive' => 'Allows the user to create file archives and decompress existing archives.',
'file_sftp' => 'Allows the user to perform the above file actions using a SFTP client.',
'allocation_read' => 'Allows access to the server allocation management pages.',
'allocation_update' => 'Allows user permission to make modifications to the server\'s allocations.',
'database_create' => 'Allows user permission to create a new database for the server.',
'database_read' => 'Allows user permission to view the server databases.',
'database_update' => 'Allows a user permission to make modifications to a database. If the user does not have the "View Password" permission as well they will not be able to modify the password.',
'database_delete' => 'Allows a user permission to delete a database instance.',
'database_view_password' => 'Allows a user permission to view a database password in the system.',
'schedule_create' => 'Allows a user to create a new schedule for the server.',
'schedule_read' => 'Allows a user permission to view schedules for a server.',
'schedule_update' => 'Allows a user permission to make modifications to an existing server schedule.',
'schedule_delete' => 'Allows a user to delete a schedule for the server.',
'websocket_*' => 'Tillader adgang til websocket for denne server.',
'control_console' => 'Tillader brugeren at sende data til serverkonsollen.',
'control_start' => 'Tillader brugeren at starte serveren',
'control_stop' => 'Tillader brugeren at stoppe serveren.',
'control_restart' => 'Tillader brugeren at genstarte serveren.',
'control_kill' => 'Tillader brugeren at dræbe serveren.',
'user_create' => 'Tillader brugeren at oprette nye brugerkonti til serveren.',
'user_read' => 'Tillader brugeren tilladelse til at se brugere, der er tilknyttet denne server.',
'user_update' => 'Tillader brugeren at ændre andre brugere, der er tilknyttet denne server.',
'user_delete' => 'Tillader brugeren at slette andre brugere, der er tilknyttet denne server.',
'file_create' => 'Tillader brugeren tilladelse til at oprette nye filer og mapper.',
'file_read' => 'Tillader brugeren at se filer og mapper, der er tilknyttet denne serverinstans, samt se deres indhold.',
'file_update' => 'Tillader brugeren at opdatere filer og mapper, der er tilknyttet serveren.',
'file_delete' => 'Tillader brugeren at slette filer og mapper.',
'file_archive' => 'Tillader brugeren at oprette filarkiver og udpakke eksisterende arkiver.',
'file_sftp' => 'Tillader brugeren at udføre de ovennævnte filhandlinger ved hjælp af en SFTP-klient.',
'allocation_read' => 'Tillader adgang til serverens styringssider for tildelinger.',
'allocation_update' => 'Tillader brugeren tilladelse til at foretage ændringer i serverens tildelinger.',
'database_create' => 'Tillader brugeren tilladelse til at oprette en ny database til serveren.',
'database_read' => 'Tillader brugeren tilladelse til at se server databaser.',
'database_update' => 'Tillader en bruger tilladelse til at foretage ændringer i en database. Hvis brugeren ikke har tilladelsen "Vis adgangskode" vil de heller ikke kunne ændre adgangskoden.',
'database_delete' => 'Tillader en bruger tilladelse til at slette en database instans.',
'database_view_password' => 'Tillader en bruger tilladelse til at se en database adgangskode i systemet.',
'schedule_create' => 'Tillader en bruger at oprette en ny tidsplan for serveren.',
'schedule_read' => 'Tillader en bruger tilladelse til at se tidsplaner for en server.',
'schedule_update' => 'Tillader en bruger tilladelse til at foretage ændringer i en eksisterende server tidsplan.',
'schedule_delete' => 'Tillader en bruger at slette en tidsplan for serveren.',
],
];

View File

@ -2,94 +2,94 @@
return [
'email' => 'Email',
'email_address' => 'Email address',
'user_identifier' => 'Username or Email',
'password' => 'Password',
'new_password' => 'New password',
'confirm_password' => 'Confirm new password',
'login' => 'Login',
'home' => 'Home',
'servers' => 'Servers',
'email_address' => 'Email addresse',
'user_identifier' => 'Brugernavn eller Email',
'password' => 'Adgangskode',
'new_password' => 'Ny adgangskode',
'confirm_password' => 'Bekræft adgangskode',
'login' => 'Log ind',
'home' => 'Hjem',
'servers' => 'Servere',
'id' => 'ID',
'name' => 'Name',
'name' => 'Navn',
'node' => 'Node',
'connection' => 'Connection',
'memory' => 'Memory',
'connection' => 'Forbindelse',
'memory' => 'Hukommelse',
'cpu' => 'CPU',
'disk' => 'Disk',
'status' => 'Status',
'search' => 'Search',
'suspended' => 'Suspended',
'account' => 'Account',
'security' => 'Security',
'ip' => 'IP Address',
'last_activity' => 'Last Activity',
'revoke' => 'Revoke',
'2fa_token' => 'Authentication Token',
'submit' => 'Submit',
'close' => 'Close',
'settings' => 'Settings',
'configuration' => 'Configuration',
'search' => 'Søg',
'suspended' => 'Suspenderet',
'account' => 'Konto',
'security' => 'Sikkerhed',
'ip' => 'IP Adresse',
'last_activity' => 'Sidste aktivitet',
'revoke' => 'Tilbagekald',
'2fa_token' => 'Godkendelses Token',
'submit' => 'Send',
'close' => 'Luk',
'settings' => 'Indstillinger',
'configuration' => 'Konfiguration',
'sftp' => 'SFTP',
'databases' => 'Databases',
'databases' => 'Databaser',
'memo' => 'Memo',
'created' => 'Created',
'expires' => 'Expires',
'created' => 'Oprettet',
'expires' => 'Udløber',
'public_key' => 'Token',
'api_access' => 'Api Access',
'never' => 'never',
'sign_out' => 'Sign out',
'admin_control' => 'Admin Control',
'required' => 'Required',
'api_access' => 'Api Adgang',
'never' => 'aldrig',
'sign_out' => 'Log ud',
'admin_control' => 'Admin Kontrol',
'required' => 'Påkrævet',
'port' => 'Port',
'username' => 'Username',
'username' => 'Brugernavn',
'database' => 'Database',
'new' => 'New',
'danger' => 'Danger',
'create' => 'Create',
'select_all' => 'Select All',
'select_none' => 'Select None',
'new' => 'Ny',
'danger' => 'Fare',
'create' => 'Opret',
'select_all' => 'Vælg Alle',
'select_none' => 'Vælg Ingen',
'alias' => 'Alias',
'primary' => 'Primary',
'make_primary' => 'Make Primary',
'none' => 'None',
'cancel' => 'Cancel',
'created_at' => 'Created At',
'action' => 'Action',
'primary' => 'Primær',
'make_primary' => 'Gør til primær',
'none' => 'Ingen',
'cancel' => 'Annuller',
'created_at' => 'Oprettet den',
'action' => 'Handling',
'data' => 'Data',
'queued' => 'Queued',
'last_run' => 'Last Run',
'next_run' => 'Next Run',
'not_run_yet' => 'Not Run Yet',
'yes' => 'Yes',
'no' => 'No',
'delete' => 'Delete',
'queued' => 'I kø',
'last_run' => 'Sidste Kørsel',
'next_run' => 'Næste Kørsel',
'not_run_yet' => 'Ikke Kørt Endnu',
'yes' => 'Ja',
'no' => 'Nej',
'delete' => 'Slet',
'2fa' => '2FA',
'logout' => 'Logout',
'admin_cp' => 'Admin Control Panel',
'optional' => 'Optional',
'read_only' => 'Read Only',
'logout' => 'Log ud',
'admin_cp' => 'Admin Kontrolpanel',
'optional' => 'Valgfri',
'read_only' => 'Skrivebeskyttet',
'relation' => 'Relation',
'owner' => 'Owner',
'owner' => 'Ejer',
'admin' => 'Admin',
'subuser' => 'Subuser',
'captcha_invalid' => 'The provided captcha is invalid.',
'tasks' => 'Tasks',
'seconds' => 'Seconds',
'minutes' => 'Minutes',
'under_maintenance' => 'Under Maintenance',
'subuser' => 'Underbruger',
'captcha_invalid' => 'Den givne captcha var ugyldig.',
'tasks' => 'Opgaver',
'seconds' => 'Sekunder',
'minutes' => 'Minutter',
'under_maintenance' => 'Under vedligeholdelse',
'days' => [
'sun' => 'Sunday',
'mon' => 'Monday',
'tues' => 'Tuesday',
'wed' => 'Wednesday',
'thurs' => 'Thursday',
'fri' => 'Friday',
'sat' => 'Saturday',
'sun' => 'Søndag',
'mon' => 'Mandag',
'tues' => 'Tirsdag',
'wed' => 'Onsdag',
'thurs' => 'Torsdag',
'fri' => 'Fredag',
'sat' => 'Lørdag',
],
'last_used' => 'Last Used',
'enable' => 'Enable',
'disable' => 'Disable',
'save' => 'Save',
'last_used' => 'Sidst brugt',
'enable' => 'Aktiver',
'disable' => 'Deaktiver',
'save' => 'Gem',
'copyright' => '&reg; 2024 - :year Pelican',
];

View File

@ -12,78 +12,78 @@ return [
|
*/
'accepted' => 'The :attribute must be accepted.',
'active_url' => 'The :attribute is not a valid URL.',
'after' => 'The :attribute must be a date after :date.',
'after_or_equal' => 'The :attribute must be a date after or equal to :date.',
'alpha' => 'The :attribute may only contain letters.',
'alpha_dash' => 'The :attribute may only contain letters, numbers, and dashes.',
'alpha_num' => 'The :attribute may only contain letters and numbers.',
'array' => 'The :attribute must be an array.',
'before' => 'The :attribute must be a date before :date.',
'before_or_equal' => 'The :attribute must be a date before or equal to :date.',
'accepted' => ':attribute skal accepteres.',
'active_url' => ':attribute er ikke en gyldig URL.',
'after' => ':attribute skal være en dato efter :date.',
'after_or_equal' => ':attribute skal være en dato efter eller lig med :date.',
'alpha' => ':attribute må kun indeholde bogstaver.',
'alpha_dash' => ':attribute må kun indeholde bogstaver, tal og bindestreger.',
'alpha_num' => ':attribute må kun indeholde bogstaver og tal.',
'array' => ':attribute skal være et array.',
'before' => ':attribute skal være en dato før :date.',
'before_or_equal' => ':attribute skal være en dato før eller lig med :date.',
'between' => [
'numeric' => 'The :attribute must be between :min and :max.',
'file' => 'The :attribute must be between :min and :max kilobytes.',
'string' => 'The :attribute must be between :min and :max characters.',
'array' => 'The :attribute must have between :min and :max items.',
'numeric' => ':attribute skal være mellem :min og :max.',
'file' => ':attribute skal være mellem :min og :max kilobytes.',
'string' => ':attribute skal være mellem :min og :max tegn.',
'array' => ':attribute skal have mellem :min og :max elementer.',
],
'boolean' => 'The :attribute field must be true or false.',
'confirmed' => 'The :attribute confirmation does not match.',
'date' => 'The :attribute is not a valid date.',
'date_format' => 'The :attribute does not match the format :format.',
'different' => 'The :attribute and :other must be different.',
'digits' => 'The :attribute must be :digits digits.',
'digits_between' => 'The :attribute must be between :min and :max digits.',
'dimensions' => 'The :attribute has invalid image dimensions.',
'distinct' => 'The :attribute field has a duplicate value.',
'email' => 'The :attribute must be a valid email address.',
'exists' => 'The selected :attribute is invalid.',
'file' => 'The :attribute must be a file.',
'filled' => 'The :attribute field is required.',
'image' => 'The :attribute must be an image.',
'in' => 'The selected :attribute is invalid.',
'in_array' => 'The :attribute field does not exist in :other.',
'integer' => 'The :attribute must be an integer.',
'ip' => 'The :attribute must be a valid IP address.',
'json' => 'The :attribute must be a valid JSON string.',
'boolean' => ':attribute skal være sandt eller falsk.',
'confirmed' => ':attribute bekræftelse stemmer ikke overens.',
'date' => ':attribute er ikke en gyldig dato.',
'date_format' => ':attribute stemmer ikke overens med formatet :format.',
'different' => ':attribute og :other skal være forskellige.',
'digits' => ':attribute skal være :digits cifre.',
'digits_between' => ':attribute skal være mellem :min og :max cifre.',
'dimensions' => ':attribute har ugyldige billeddimensioner.',
'distinct' => ':attribute feltet har en duplikeret værdi.',
'email' => ':attribute skal være en gyldig emailadresse.',
'exists' => 'Den valgte :attribute er ugyldig.',
'file' => ':attribute skal være en fil.',
'filled' => ':attribute skal udfyldes.',
'image' => ':attribute skal være et billede.',
'in' => 'Den valgte :attribute er ugyldig.',
'in_array' => ':attribute feltet findes ikke i :other.',
'integer' => ':attribute skal være et heltal.',
'ip' => ':attribute skal være en gyldig IP-adresse.',
'json' => ':attribute skal være en gyldig JSON-streng.',
'max' => [
'numeric' => 'The :attribute may not be greater than :max.',
'file' => 'The :attribute may not be greater than :max kilobytes.',
'string' => 'The :attribute may not be greater than :max characters.',
'array' => 'The :attribute may not have more than :max items.',
'numeric' => ':attribute må ikke være større end :max.',
'file' => ':attribute må ikke være større end :max kilobytes.',
'string' => ':attribute må ikke være større end :max tegn.',
'array' => ':attribute må ikke have mere end :max elementer.',
],
'mimes' => 'The :attribute must be a file of type: :values.',
'mimetypes' => 'The :attribute must be a file of type: :values.',
'mimes' => ':attribute skal være en fil af typen: :values.',
'mimetypes' => ':attribute skal være en fil af typen: :values.',
'min' => [
'numeric' => 'The :attribute must be at least :min.',
'file' => 'The :attribute must be at least :min kilobytes.',
'string' => 'The :attribute must be at least :min characters.',
'array' => 'The :attribute must have at least :min items.',
'numeric' => ':attribute skal være mindst :min.',
'file' => ':attribute skal være mindst :min kilobytes.',
'string' => ':attribute skal være mindst :min tegn.',
'array' => ':attribute skal have mindst :min elementer.',
],
'not_in' => 'The selected :attribute is invalid.',
'numeric' => 'The :attribute must be a number.',
'present' => 'The :attribute field must be present.',
'regex' => 'The :attribute format is invalid.',
'required' => 'The :attribute field is required.',
'required_if' => 'The :attribute field is required when :other is :value.',
'required_unless' => 'The :attribute field is required unless :other is in :values.',
'required_with' => 'The :attribute field is required when :values is present.',
'required_with_all' => 'The :attribute field is required when :values is present.',
'required_without' => 'The :attribute field is required when :values is not present.',
'required_without_all' => 'The :attribute field is required when none of :values are present.',
'same' => 'The :attribute and :other must match.',
'not_in' => 'Den valgte :attribute er ugyldig.',
'numeric' => ':attribute skal være et tal.',
'present' => ':attribute feltet skal være til stede.',
'regex' => ':attribute formatet er ugyldigt.',
'required' => ':attribute skal udfyldes.',
'required_if' => ':attribute skal udfyldes når :other er :value.',
'required_unless' => ':attribute skal udfyldes medmindre :other findes i :values.',
'required_with' => ':attribute skal udfyldes når :values er til stede.',
'required_with_all' => ':attribute skal udfyldes når :values er til stede.',
'required_without' => ':attribute skal udfyldes når :values ikke er til stede.',
'required_without_all' => ':attribute skal udfyldes når ingen af :values er til stede.',
'same' => ':attribute og :other skal matche.',
'size' => [
'numeric' => 'The :attribute must be :size.',
'file' => 'The :attribute must be :size kilobytes.',
'string' => 'The :attribute must be :size characters.',
'array' => 'The :attribute must contain :size items.',
'numeric' => ':attribute skal være :size.',
'file' => ':attribute skal være :size kilobytes.',
'string' => ':attribute skal være :size tegn.',
'array' => ':attribute skal indeholde :size elementer.',
],
'string' => 'The :attribute must be a string.',
'timezone' => 'The :attribute must be a valid zone.',
'unique' => 'The :attribute has already been taken.',
'uploaded' => 'The :attribute failed to upload.',
'url' => 'The :attribute format is invalid.',
'string' => ':attribute skal være en streng.',
'timezone' => ':attribute skal være en gyldig tidszone.',
'unique' => ':attribute er allerede taget.',
'uploaded' => ':attribute fejlede uploade.',
'url' => ':attribute formatet er ugyldigt.',
/*
|--------------------------------------------------------------------------
@ -100,7 +100,7 @@ return [
// Internal validation logic for Panel
'internal' => [
'variable_value' => ':env variable',
'invalid_password' => 'The password provided was invalid for this account.',
'variable_value' => ':env variabel',
'invalid_password' => 'Den angivne adgangskode var ugyldig for denne konto.',
],
];

View File

@ -8,123 +8,123 @@
*/
return [
'auth' => [
'fail' => 'Failed log in',
'success' => 'Logged in',
'password-reset' => 'Password reset',
'reset-password' => 'Requested password reset',
'checkpoint' => 'Two-factor authentication requested',
'recovery-token' => 'Used two-factor recovery token',
'token' => 'Solved two-factor challenge',
'ip-blocked' => 'Blocked request from unlisted IP address for :identifier',
'fail' => 'Fehler beim Anmelden',
'success' => 'Angemeldet',
'password-reset' => 'Passwort zurücksetzen',
'reset-password' => 'Angefordertes Passwort zurücksetzen',
'checkpoint' => 'Zwei-Faktor-Authentifizierung angefordert',
'recovery-token' => 'Zwei-Faktor-Wiederherstellungs-Token verwendet',
'token' => '2FA Überprüfung abgeschlossen',
'ip-blocked' => 'Blockierte Anfrage von nicht gelisteter IP-Adresse für :identifier',
'sftp' => [
'fail' => 'Failed SFTP log in',
'fail' => 'Fehlgeschlagener SFTP Login',
],
],
'user' => [
'account' => [
'email-changed' => 'Changed email from :old to :new',
'password-changed' => 'Changed password',
'email-changed' => 'E-Mail von :old auf :new geändert',
'password-changed' => 'Passwort geändert',
],
'api-key' => [
'create' => 'Created new API key :identifier',
'delete' => 'Deleted API key :identifier',
'create' => 'Neuer API-Schlüssel :identifier erstellt',
'delete' => 'API-Schlüssel :identifier gelöscht',
],
'ssh-key' => [
'create' => 'Added SSH key :fingerprint to account',
'delete' => 'Removed SSH key :fingerprint from account',
'create' => 'SSH-Schlüssel :fingerprint zum Konto hinzugefügt',
'delete' => 'SSH-Schlüssel :fingerprint aus dem Konto entfernt',
],
'two-factor' => [
'create' => 'Enabled two-factor auth',
'delete' => 'Disabled two-factor auth',
'create' => 'Zwei-Faktor-Authentifizierung aktiviert',
'delete' => 'Zwei-Faktor-Authentifizierung deaktiviert',
],
],
'server' => [
'reinstall' => 'Reinstalled server',
'reinstall' => 'Server neuinstalliert',
'console' => [
'command' => 'Executed ":command" on the server',
'command' => '":command" auf dem Server ausgeführt',
],
'power' => [
'start' => 'Started the server',
'stop' => 'Stopped the server',
'restart' => 'Restarted the server',
'kill' => 'Killed the server process',
'start' => 'Server gestartet',
'stop' => 'Server gestoppt',
'restart' => 'Server neu gestartet',
'kill' => 'Serverprozess beendet',
],
'backup' => [
'download' => 'Downloaded the :name backup',
'delete' => 'Deleted the :name backup',
'restore' => 'Restored the :name backup (deleted files: :truncate)',
'restore-complete' => 'Completed restoration of the :name backup',
'restore-failed' => 'Failed to complete restoration of the :name backup',
'start' => 'Started a new backup :name',
'complete' => 'Marked the :name backup as complete',
'fail' => 'Marked the :name backup as failed',
'lock' => 'Locked the :name backup',
'unlock' => 'Unlocked the :name backup',
'download' => 'Backup :name heruntergeladen',
'delete' => 'Backup :name gelöscht',
'restore' => 'Backup :name wiederhergestellt (gelöschte Dateien: :truncate)',
'restore-complete' => 'Wiederherstellen des Backups :name abgeschlossen',
'restore-failed' => 'Wiederherstellen des Backups :name fehlgeschlagen',
'start' => 'Ein neues Backup :name gestartet',
'complete' => 'Backup :name als abgeschlossen markiert',
'fail' => 'Backup :name als fehlgeschlagen markiert',
'lock' => 'Backup :name gesperrt',
'unlock' => 'Backup :name entsperrt',
],
'database' => [
'create' => 'Created new database :name',
'rotate-password' => 'Password rotated for database :name',
'delete' => 'Deleted database :name',
'create' => 'Datenbank :name erstellt',
'rotate-password' => 'Passwort für Datenbank :name zurückgesetzt',
'delete' => 'Datenbank :name gelöscht',
],
'file' => [
'compress_one' => 'Compressed :directory:file',
'compress_other' => 'Compressed :count files in :directory',
'read' => 'Viewed the contents of :file',
'copy' => 'Created a copy of :file',
'create-directory' => 'Created directory :directory:name',
'decompress' => 'Decompressed :files in :directory',
'delete_one' => 'Deleted :directory:files.0',
'delete_other' => 'Deleted :count files in :directory',
'download' => 'Downloaded :file',
'pull' => 'Downloaded a remote file from :url to :directory',
'rename_one' => 'Renamed :directory:files.0.from to :directory:files.0.to',
'rename_other' => 'Renamed :count files in :directory',
'write' => 'Wrote new content to :file',
'upload' => 'Began a file upload',
'uploaded' => 'Uploaded :directory:file',
'compress_one' => ':directory:file komprimiert',
'compress_other' => ':count Dateien in :directory komprimiert',
'read' => 'Inhalt von :file angesehen',
'copy' => 'Kopie von :file erstellt',
'create-directory' => 'Verzeichnis :directory:name erstellt',
'decompress' => ':files in :directory entpackt',
'delete_one' => ':directory:files.0 gelöscht',
'delete_other' => ':count Dateien in :directory gelöscht',
'download' => ':file heruntergeladen',
'pull' => 'Remote-Datei von :url nach :directory heruntergeladen',
'rename_one' => ':directory:files.0.from nach :directory:files.0.to umbenannt',
'rename_other' => ':count Dateien in :directory umbenannt',
'write' => 'Neuen Inhalt in :file geschrieben',
'upload' => 'Datei-Upload begonnen',
'uploaded' => ':directory:file hochgeladen',
],
'sftp' => [
'denied' => 'Blocked SFTP access due to permissions',
'create_one' => 'Created :files.0',
'create_other' => 'Created :count new files',
'write_one' => 'Modified the contents of :files.0',
'write_other' => 'Modified the contents of :count files',
'delete_one' => 'Deleted :files.0',
'delete_other' => 'Deleted :count files',
'create-directory_one' => 'Created the :files.0 directory',
'create-directory_other' => 'Created :count directories',
'rename_one' => 'Renamed :files.0.from to :files.0.to',
'rename_other' => 'Renamed or moved :count files',
'denied' => 'SFTP-Zugriff aufgrund von fehlenden Berechtigungen blockiert',
'create_one' => ':files.0 erstellt',
'create_other' => ':count Dateien erstellt',
'write_one' => 'Inhalt von :files.0 geändert',
'write_other' => 'Inhalt von :count Dateien geändert',
'delete_one' => ':files.0 gelöscht',
'delete_other' => ':count Dateien gelöscht',
'create-directory_one' => 'Verzeichnis :files.0 erstellt',
'create-directory_other' => ':count Verzeichnisse erstellt',
'rename_one' => ':files.0.from zu :files.0.to umbenannt',
'rename_other' => ':count Dateien umbenannt oder verschoben',
],
'allocation' => [
'create' => 'Added :allocation to the server',
'notes' => 'Updated the notes for :allocation from ":old" to ":new"',
'primary' => 'Set :allocation as the primary server allocation',
'delete' => 'Deleted the :allocation allocation',
'create' => ':allocation zum Server hinzugefügt',
'notes' => 'Notizen für :allocation von ":old" auf ":new" aktualisiert',
'primary' => ':allocation als primäre Server-Zuweisung festgelegt',
'delete' => ':allocation gelöscht',
],
'schedule' => [
'create' => 'Created the :name schedule',
'update' => 'Updated the :name schedule',
'execute' => 'Manually executed the :name schedule',
'delete' => 'Deleted the :name schedule',
'create' => 'Zeitplan :name erstellt',
'update' => 'Zeitplan :name aktualisiert',
'execute' => 'Zeitplan :name manuell ausgeführt',
'delete' => 'Zeitplan :name gelöscht',
],
'task' => [
'create' => 'Created a new ":action" task for the :name schedule',
'update' => 'Updated the ":action" task for the :name schedule',
'delete' => 'Deleted a task for the :name schedule',
'create' => 'Erstellte eine neue ":action"-Aufgabe für den :name Zeitplan',
'update' => 'Aktualisierte die ":action" Aufgabe für den :name Zeitplan',
'delete' => 'Aufgabe für den Zeitplan :name gelöscht',
],
'settings' => [
'rename' => 'Renamed the server from :old to :new',
'description' => 'Changed the server description from :old to :new',
'rename' => 'Server von :old zu :new umbenannt',
'description' => 'Serverbeschreibung von :old zu :new geändert',
],
'startup' => [
'edit' => 'Changed the :variable variable from ":old" to ":new"',
'image' => 'Updated the Docker Image for the server from :old to :new',
'edit' => 'Die Variable :variable von ":old" zu ":new" geändert',
'image' => 'Das Docker-Image für den Server von :old auf :new aktualisiert',
],
'subuser' => [
'create' => 'Added :email as a subuser',
'update' => 'Updated the subuser permissions for :email',
'delete' => 'Removed :email as a subuser',
'create' => ':email als Unterbenutzer hinzugefügt',
'update' => 'Die Unterbenutzer-Berechtigungen für :email aktualisiert',
'delete' => 'Unterbenutzer :email entfernt',
],
],
];

View File

@ -2,18 +2,18 @@
return [
'notices' => [
'imported' => 'Successfully imported this Egg and its associated variables.',
'updated_via_import' => 'This Egg has been updated using the file provided.',
'deleted' => 'Successfully deleted the requested egg from the Panel.',
'updated' => 'Egg configuration has been updated successfully.',
'script_updated' => 'Egg install script has been updated and will run whenever servers are installed.',
'egg_created' => 'A new egg was laid successfully. You will need to restart any running daemons to apply this new egg.',
'imported' => 'Das Egg und die zugehörigen Variablen wurden erfolgreich importiert.',
'updated_via_import' => 'Dieses Egg wurde mit der angegebenen Datei aktualisiert.',
'deleted' => 'Das angeforderte Egg wurde erfolgreich aus dem Panel gelöscht.',
'updated' => 'Egg Konfiguration wurde erfolgreich aktualisiert.',
'script_updated' => 'Das Egg-Installationsskript wurde aktualisiert und wird bei der Installation von Servern ausgeführt.',
'egg_created' => 'Ein neues Egg wurde erfolgreich erstellt.',
],
'variables' => [
'notices' => [
'variable_deleted' => 'The variable ":variable" has been deleted and will no longer be available to servers once rebuilt.',
'variable_updated' => 'The variable ":variable" has been updated. You will need to rebuild any servers using this variable in order to apply changes.',
'variable_created' => 'New variable has successfully been created and assigned to this egg.',
'variable_deleted' => 'Die Variable ":variable" wurde gelöscht und wird nach einem Serverneustart nicht mehr verfügbar sein.',
'variable_updated' => 'Die Variable ":variable" wurde aktualisiert. Du musst alle Server neustarten, die diese Variable verwenden, um die Änderungen zu übernehmen.',
'variable_created' => 'Neue Variable wurde erfolgreich erstellt und diesem Egg zugewiesen.',
],
],
];

View File

@ -2,14 +2,14 @@
return [
'validation' => [
'fqdn_not_resolvable' => 'The FQDN or IP address provided does not resolve to a valid IP address.',
'fqdn_required_for_ssl' => 'A fully qualified domain name that resolves to a public IP address is required in order to use SSL for this node.',
'fqdn_not_resolvable' => 'Der angegebene FQDN oder die IP-Adresse wird nicht mit einer gültigen IP-Adresse aufgelöst.',
'fqdn_required_for_ssl' => 'Um SSL für diese Node nutzen zu können, ist ein FQDN erforderlich, welcher eine öffentliche IP besitzt.',
],
'notices' => [
'allocations_added' => 'Allocations have successfully been added to this node.',
'node_deleted' => 'Node has been successfully removed from the panel.',
'node_created' => 'Successfully created new node. You can automatically configure the daemon on this machine by visiting the \'Configuration\' tab. <strong>Before you can add any servers you must first allocate at least one IP address and port.</strong>',
'node_updated' => 'Node information has been updated. If any daemon settings were changed you will need to reboot it for those changes to take effect.',
'unallocated_deleted' => 'Deleted all un-allocated ports for <code>:ip</code>.',
'allocations_added' => 'Zuweisungen wurden erfolgreich zu dieser Node hinzugefügt.',
'node_deleted' => 'Node wurde erfolgreich aus dem Panel entfernt.',
'node_created' => 'Neue Node erfolgreich erstellt. Du kannst den Daemon auf dieser Maschine automatisch konfigurieren, indem du die Registerkarte "Konfiguration" aufrufst. <strong>Bevor du Server hinzufügen kannst, musst du zuerst mindestens eine IP-Adresse und einen Port zuweisen.</strong>',
'node_updated' => 'Nodeinformationen wurden aktualisiert. Wenn irgendwelche Daemon-Einstellungen geändert wurden, musst du den Node neu starten, damit diese Änderungen wirksam werden.',
'unallocated_deleted' => 'Alle nicht zugewiesenen Ports für <code>:ip</code> gelöscht.',
],
];

View File

@ -2,26 +2,26 @@
return [
'exceptions' => [
'no_new_default_allocation' => 'You are attempting to delete the default allocation for this server but there is no fallback allocation to use.',
'marked_as_failed' => 'This server was marked as having failed a previous installation. Current status cannot be toggled in this state.',
'bad_variable' => 'There was a validation error with the :name variable.',
'daemon_exception' => 'There was an exception while attempting to communicate with the daemon resulting in a HTTP/:code response code. This exception has been logged. (request id: :request_id)',
'default_allocation_not_found' => 'The requested default allocation was not found in this server\'s allocations.',
'no_new_default_allocation' => 'Du versuchst die Standard-Zuweisung für diesen Server zu löschen, es gibt aber keine Fallback-Zuweisung.',
'marked_as_failed' => 'Dieser Server wurde als fehlgeschlagen einer vorherigen Installation markiert. Der aktuelle Status kann in diesem Zustand nicht umgestellt werden.',
'bad_variable' => 'Es gab einen Validierungsfehler mit der Variable :name',
'daemon_exception' => 'Es gab einen Fehler beim Versuch mit dem Daemon zu kommunizieren, was zu einem HTTP/:code Antwortcode führte. Diese Ausnahme wurde protokolliert. (Anfrage-Id: :request_id)',
'default_allocation_not_found' => 'Die angeforderte Standard-Zuweisung wurde in den Zuweisungen dieses Servers nicht gefunden.',
],
'alerts' => [
'startup_changed' => 'The startup configuration for this server has been updated. If this server\'s egg was changed a reinstall will be occurring now.',
'server_deleted' => 'Server has successfully been deleted from the system.',
'server_created' => 'Server was successfully created on the panel. Please allow the daemon a few minutes to completely install this server.',
'build_updated' => 'The build details for this server have been updated. Some changes may require a restart to take effect.',
'suspension_toggled' => 'Server suspension status has been changed to :status.',
'rebuild_on_boot' => 'This server has been marked as requiring a Docker Container rebuild. This will happen the next time the server is started.',
'install_toggled' => 'The installation status for this server has been toggled.',
'server_reinstalled' => 'This server has been queued for a reinstallation beginning now.',
'details_updated' => 'Server details have been successfully updated.',
'docker_image_updated' => 'Successfully changed the default Docker image to use for this server. A reboot is required to apply this change.',
'node_required' => 'You must have at least one node configured before you can add a server to this panel.',
'transfer_nodes_required' => 'You must have at least two nodes configured before you can transfer servers.',
'transfer_started' => 'Server transfer has been started.',
'transfer_not_viable' => 'The node you selected does not have the required disk space or memory available to accommodate this server.',
'startup_changed' => 'Die Start-Konfiguration für diesen Server wurde aktualisiert. Wenn das Egg dieses Servers geändert wurde, wird jetzt eine Neuinstallation durchgeführt.',
'server_deleted' => 'Der Server wurde erfolgreich aus dem System gelöscht.',
'server_created' => 'Server wurde erfolgreich im Panel erstellt. Bitte gib dem Daemon ein paar Minuten, um diesen Server zu installieren.',
'build_updated' => 'Die Build-Details für diesen Server wurden aktualisiert. Einige Änderungen erfordern möglicherweise einen Neustart, um wirksam zu werden.',
'suspension_toggled' => 'Serversperrung wurde auf :status gesetzt.',
'rebuild_on_boot' => 'Dieser Server benötigt einen Container-Rebuild. Dieser wird beim nächsten Start des Servers durchgeführt.',
'install_toggled' => 'Der Installationsstatus für diesen Server wurde umgestellt.',
'server_reinstalled' => 'Dieser Server steht für eine Neuinstallation in der Warteschlange.',
'details_updated' => 'Serverdetails wurden erfolgreich aktualisiert.',
'docker_image_updated' => 'Das Standard-Docker-Image für diesen Server wurde erfolgreich geändert. Um diese Änderung zu übernehmen, muss ein Neustart durchgeführt werden.',
'node_required' => 'Du musst mindestens eine Node konfiguriert haben, bevor Du einen Server zu diesem Panel hinzufügen kannst.',
'transfer_nodes_required' => 'Du musst mindestens zwei Nodes konfiguriert haben, bevor Du Server übertragen kannst.',
'transfer_started' => 'Server-Übertragung wurde gestartet.',
'transfer_not_viable' => 'Die ausgewählte Node verfügt nicht über den benötigten Arbeitsspeicher oder Speicherplatz, um diesen Server unterzubringen.',
],
];

View File

@ -2,11 +2,11 @@
return [
'exceptions' => [
'user_has_servers' => 'Cannot delete a user with active servers attached to their account. Please delete their servers before continuing.',
'user_is_self' => 'Cannot delete your own user account.',
'user_has_servers' => 'Ein Benutzer mit aktiven Servern, die mit seinem Konto verbunden sind, kann nicht gelöscht werden. Bitte lösche seine Server, bevor du fortfährst.',
'user_is_self' => 'Du kannst dein eigenes Benutzerkonto nicht löschen.',
],
'notices' => [
'account_created' => 'Account has been created successfully.',
'account_updated' => 'Account has been successfully updated.',
'account_created' => 'Konto wurde erfolgreich erstellt.',
'account_updated' => 'Konto wurde erfolgreich aktualisiert.',
],
];

View File

@ -1,27 +1,27 @@
<?php
return [
'sign_in' => 'Sign In',
'go_to_login' => 'Go to Login',
'failed' => 'No account matching those credentials could be found.',
'sign_in' => 'Anmelden',
'go_to_login' => 'Zum Login',
'failed' => 'Es wurde kein Konto mit diesen Zugangsdaten gefunden.',
'forgot_password' => [
'label' => 'Forgot Password?',
'label_help' => 'Enter your account email address to receive instructions on resetting your password.',
'button' => 'Recover Account',
'label' => 'Passwort vergessen?',
'label_help' => 'Geben Sie Ihre E-Mail Adresse ein, um Anweisungen zum Zurücksetzen Ihres Passworts zu erhalten.',
'button' => 'Konto wiederherstellen',
],
'reset_password' => [
'button' => 'Reset and Sign In',
'button' => 'Zurücksetzen und Anmelden',
],
'two_factor' => [
'label' => '2-Factor Token',
'label_help' => 'This account requires a second layer of authentication in order to continue. Please enter the code generated by your device to complete this login.',
'checkpoint_failed' => 'The two-factor authentication token was invalid.',
'label' => '2-Faktor Token',
'label_help' => 'Dieses Konto benötigt eine zweite Authentifizierungsebene, um fortzufahren. Bitte geben Sie den von Ihrem Gerät generierten Code ein, um diesen Login abzuschließen.',
'checkpoint_failed' => 'Der Zwei-Faktor-Authentifizierungstoken war ungültig.',
],
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
'password_requirements' => 'Password must be at least 8 characters in length and should be unique to this site.',
'2fa_must_be_enabled' => 'The administrator has required that 2-Factor Authentication be enabled for your account in order to use the Panel.',
'throttle' => 'Zu viele Anmeldeversuche. Bitte versuche es in :seconds Sekunden erneut.',
'password_requirements' => 'Das Passwort muss mindestens 8 Zeichen lang sein und sollte auf dieser Seite eindeutig sein.',
'2fa_must_be_enabled' => 'Der Administrator hat festgelegt, dass die 2-Faktor-Authentifizierung für deinen Account angeschaltet sein muss, damit du dieses Panel nutzen kannst.',
];

View File

@ -2,58 +2,58 @@
return [
'user' => [
'search_users' => 'Enter a Username, User ID, or Email Address',
'select_search_user' => 'ID of user to delete (Enter \'0\' to re-search)',
'deleted' => 'User successfully deleted from the Panel.',
'confirm_delete' => 'Are you sure you want to delete this user from the Panel?',
'no_users_found' => 'No users were found for the search term provided.',
'multiple_found' => 'Multiple accounts were found for the user provided, unable to delete a user because of the --no-interaction flag.',
'ask_admin' => 'Is this user an administrator?',
'ask_email' => 'Email Address',
'ask_username' => 'Username',
'ask_name_first' => 'First Name',
'ask_name_last' => 'Last Name',
'ask_password' => 'Password',
'ask_password_tip' => 'If you would like to create an account with a random password emailed to the user, re-run this command (CTRL+C) and pass the `--no-password` flag.',
'ask_password_help' => 'Passwords must be at least 8 characters in length and contain at least one capital letter and number.',
'search_users' => 'Gib einen Benutzernamen, eine Benutzer-ID oder eine E-Mail Adresse ein',
'select_search_user' => 'ID des zu löschenden Benutzers (Gib \'0\' ein, um erneut zu suchen)',
'deleted' => 'Benutzerkonto erfolgreich aus dem Panel gelöscht.',
'confirm_delete' => 'Bist du sicher, dass du dieses Benutzerkonto aus dem Panel löschen möchtest?',
'no_users_found' => 'Für den angegebenen Suchbegriff wurden keine Benutzerkonten gefunden.',
'multiple_found' => 'Mehrere Konten für den angegebenen Benutzer wurden gefunden, ein Benutzer konnte wegen der --no-interaction Flag nicht gelöscht werden.',
'ask_admin' => 'Ist dieses Benutzerkonto ein Administratorkonto?',
'ask_email' => 'E-Mail Adresse',
'ask_username' => 'Benutzername',
'ask_name_first' => 'Vorname',
'ask_name_last' => 'Nachname',
'ask_password' => 'Passwort',
'ask_password_tip' => 'Wenn du ein Benutzerkonto mit einem zufälligen Passwort erstellen möchtest, führe diesen Befehl (CTRL+C) erneut aus und gebe die `--no-password` Flag an.',
'ask_password_help' => 'Passwörter müssen mindestens 8 Zeichen lang sein und mindestens einen Großbuchstaben und eine Zahl enthalten.',
'2fa_help_text' => [
'This command will disable 2-factor authentication for a user\'s account if it is enabled. This should only be used as an account recovery command if the user is locked out of their account.',
'If this is not what you wanted to do, press CTRL+C to exit this process.',
'Dieser Befehl wird die 2-Faktor-Authentifizierung für das Benutzerkonto deaktivieren, wenn sie aktiviert ist. Dies sollte nur als Wiederherstellungsbefehl verwendet werden, wenn der Benutzer aus seinem Konto ausgeschlossen ist.',
'Wenn das nicht das ist, was Sie tun wollten, drücken Sie STRG+C, um diesen Prozess zu beenden.',
],
'2fa_disabled' => '2-Factor authentication has been disabled for :email.',
'2fa_disabled' => '2-Faktor-Authentifizierung wurde für :email deaktiviert.',
],
'schedule' => [
'output_line' => 'Dispatching job for first task in `:schedule` (:hash).',
'output_line' => 'Versenden des Auftrags für die erste Aufgabe in `:schedule` (:hash).',
],
'maintenance' => [
'deleting_service_backup' => 'Deleting service backup file :file.',
'deleting_service_backup' => 'Service-Backup-Datei :file wird gelöscht.',
],
'server' => [
'rebuild_failed' => 'Rebuild request for ":name" (#:id) on node ":node" failed with error: :message',
'rebuild_failed' => 'Rebuild Anfrage für ":name" (#:id) im Node ":node" fehlgeschlagen mit Fehler: :message',
'reinstall' => [
'failed' => 'Reinstall request for ":name" (#:id) on node ":node" failed with error: :message',
'confirm' => 'You are about to reinstall against a group of servers. Do you wish to continue?',
'failed' => 'Neustart der Anfrage für ":name" (#:id) im Node ":node" fehlgeschlagen mit Fehler: :message',
'confirm' => 'Du bist dabei, eine Gruppe von Servern neu zu installieren. Möchtest du fortfahren?',
],
'power' => [
'confirm' => 'You are about to perform a :action against :count servers. Do you wish to continue?',
'action_failed' => 'Power action request for ":name" (#:id) on node ":node" failed with error: :message',
'confirm' => 'Du bist dabei, eine :action auf :count Servern auszuführen. Möchtest du fortfahren?',
'action_failed' => 'Power-Aktion für ":name" (#:id) auf Node ":node" fehlgeschlagen mit Fehler: :message',
],
],
'environment' => [
'mail' => [
'ask_smtp_host' => 'SMTP Host (e.g. smtp.gmail.com)',
'ask_smtp_host' => 'SMTP Host (z.B. smtp.gmail.com)',
'ask_smtp_port' => 'SMTP Port',
'ask_smtp_username' => 'SMTP Username',
'ask_smtp_password' => 'SMTP Password',
'ask_smtp_username' => 'SMTP Benutzername',
'ask_smtp_password' => 'SMTP Passwort',
'ask_mailgun_domain' => 'Mailgun Domain',
'ask_mailgun_endpoint' => 'Mailgun Endpoint',
'ask_mailgun_endpoint' => 'Mailgun Endpunkt',
'ask_mailgun_secret' => 'Mailgun Secret',
'ask_mandrill_secret' => 'Mandrill Secret',
'ask_postmark_username' => 'Postmark API Key',
'ask_driver' => 'Which driver should be used for sending emails?',
'ask_mail_from' => 'Email address emails should originate from',
'ask_mail_name' => 'Name that emails should appear from',
'ask_encryption' => 'Encryption method to use',
'ask_postmark_username' => 'Postmark API Schlüssel',
'ask_driver' => 'Welcher Treiber soll für das Versenden von E-Mails verwendet werden?',
'ask_mail_from' => 'E-Mail Adresse, von der die E-Mails stammen sollten',
'ask_mail_name' => 'Name, von denen E-Mails erscheinen sollen',
'ask_encryption' => 'Zu verwendende Verschlüsselungsmethode',
],
],
];

View File

@ -2,27 +2,27 @@
return [
'email' => [
'title' => 'Update your email',
'updated' => 'Your email address has been updated.',
'title' => 'Aktualisiere deine E-Mail',
'updated' => 'Deine E-Mail-Adresse wurde aktualisiert.',
],
'password' => [
'title' => 'Change your password',
'requirements' => 'Your new password should be at least 8 characters in length.',
'updated' => 'Your password has been updated.',
'title' => 'Ändere dein Passwort',
'requirements' => 'Dein neues Passwort sollte mindestens 8 Zeichen lang sein.',
'updated' => 'Dein Passwort wurde aktualisiert.',
],
'two_factor' => [
'button' => 'Configure 2-Factor Authentication',
'disabled' => 'Two-factor authentication has been disabled on your account. You will no longer be prompted to provide a token when logging in.',
'enabled' => 'Two-factor authentication has been enabled on your account! From now on, when logging in, you will be required to provide the code generated by your device.',
'invalid' => 'The token provided was invalid.',
'button' => '2-Faktor-Authentifizierung konfigurieren',
'disabled' => 'Zwei-Faktor-Authentifizierung wurde auf deinem Konto deaktiviert. Du wirst beim Anmelden nicht mehr aufgefordert, einen Token anzugeben.',
'enabled' => 'Zwei-Faktor-Authentifizierung wurde auf deinem Konto aktiviert! Ab sofort musst du beim Einloggen den von deinem Gerät generierten Code zur Verfügung stellen.',
'invalid' => 'Der angegebene Token ist ungültig.',
'setup' => [
'title' => 'Setup two-factor authentication',
'help' => 'Can\'t scan the code? Enter the code below into your application:',
'field' => 'Enter token',
'title' => 'Zwei-Faktor-Authentifizierung einrichten',
'help' => 'Code kann nicht gescannt werden? Gebe den unteren Code in deine Anwendung ein:',
'field' => 'Token eingeben',
],
'disable' => [
'title' => 'Disable two-factor authentication',
'field' => 'Enter token',
'title' => 'Zwei-Faktor-Authentifizierung deaktivieren',
'field' => 'Token eingeben',
],
],
];

View File

@ -1,8 +1,8 @@
<?php
return [
'search' => 'Search for servers...',
'no_matches' => 'There were no servers found matching the search criteria provided.',
'search' => 'Nach Servern suchen...',
'no_matches' => 'Es wurden keine Server gefunden, die den angegebenen Suchkriterien entsprechen.',
'cpu_title' => 'CPU',
'memory_title' => 'Memory',
'memory_title' => 'Arbeitsspeicher',
];

View File

@ -1,55 +1,55 @@
<?php
return [
'daemon_connection_failed' => 'There was an exception while attempting to communicate with the daemon resulting in a HTTP/:code response code. This exception has been logged.',
'daemon_connection_failed' => 'Beim Versuch, mit dem Daemon zu kommunizieren, gab es einen Fehler, was zu einem HTTP/:code Antwortcode führte. Dieser Fehler wurde protokolliert.',
'node' => [
'servers_attached' => 'A node must have no servers linked to it in order to be deleted.',
'daemon_off_config_updated' => 'The daemon configuration <strong>has been updated</strong>, however there was an error encountered while attempting to automatically update the configuration file on the Daemon. You will need to manually update the configuration file (config.yml) for the daemon to apply these changes.',
'servers_attached' => 'Ein Node darf keine Server haben, die mit ihm verknüpft sind, um gelöscht zu werden.',
'daemon_off_config_updated' => 'Die Daemon Konfiguration <strong>wurde aktualisiert</strong>, jedoch gab es einen Fehler bei dem Versuch, die Konfigurationsdatei des Daemon automatisch zu aktualisieren. Du musst die Konfigurationsdatei (config.yml) manuell anpassen, damit die Änderungen übernommen werden.',
],
'allocations' => [
'server_using' => 'A server is currently assigned to this allocation. An allocation can only be deleted if no server is currently assigned.',
'too_many_ports' => 'Adding more than 1000 ports in a single range at once is not supported.',
'invalid_mapping' => 'The mapping provided for :port was invalid and could not be processed.',
'cidr_out_of_range' => 'CIDR notation only allows masks between /25 and /32.',
'port_out_of_range' => 'Ports in an allocation must be greater than 1024 and less than or equal to 65535.',
'server_using' => 'Derzeit ist ein Server dieser Zuweisung zugewiesen. Eine Zuordnung kann nur gelöscht werden, wenn derzeit kein Server zugewiesen ist.',
'too_many_ports' => 'Das Hinzufügen von mehr als 1000 Ports in einem einzigen Bereich wird nicht unterstützt.',
'invalid_mapping' => 'Das für :port angegebene Mapping war ungültig und konnte nicht verarbeitet werden.',
'cidr_out_of_range' => 'CIDR-Notation erlaubt nur Masken zwischen /25 und /32.',
'port_out_of_range' => 'Ports in einer Zuteilung müssen größer als 1024 und kleiner oder gleich 65535 sein.',
],
'egg' => [
'delete_has_servers' => 'An Egg with active servers attached to it cannot be deleted from the Panel.',
'invalid_copy_id' => 'The Egg selected for copying a script from either does not exist, or is copying a script itself.',
'has_children' => 'This Egg is a parent to one or more other Eggs. Please delete those Eggs before deleting this Egg.',
'delete_has_servers' => 'Ein Egg mit aktiven Servern kann nicht aus dem Panel gelöscht werden.',
'invalid_copy_id' => 'Das Egg, das für das Kopieren eines Skripts ausgewählt wurde, existiert entweder nicht oder kopiert ein Skript selbst.',
'has_children' => 'Dieses Egg ist ein Eltern-Ei für ein oder mehreren anderen Eiern. Bitte löschen Sie diese Eier bevor Sie dieses Ei löschen.',
],
'variables' => [
'env_not_unique' => 'The environment variable :name must be unique to this Egg.',
'reserved_name' => 'The environment variable :name is protected and cannot be assigned to a variable.',
'bad_validation_rule' => 'The validation rule ":rule" is not a valid rule for this application.',
'env_not_unique' => 'Die Umgebungsvariable :name muss für dieses Egg eindeutig sein.',
'reserved_name' => 'Die Umgebungsvariable :name ist geschützt und kann nicht einer Variable zugewiesen werden.',
'bad_validation_rule' => 'Die Validierungsregel ":rule" ist keine gültige Regel für diese Anwendung.',
],
'importer' => [
'json_error' => 'There was an error while attempting to parse the JSON file: :error.',
'file_error' => 'The JSON file provided was not valid.',
'invalid_json_provided' => 'The JSON file provided is not in a format that can be recognized.',
'json_error' => 'Beim Verarbeiten der JSON-Datei ist ein Fehler aufgetreten: :error.',
'file_error' => 'Die angegebene JSON-Datei war ungültig.',
'invalid_json_provided' => 'Die angegebene JSON-Datei ist nicht in einem Format, das erkannt werden kann.',
],
'subusers' => [
'editing_self' => 'Editing your own subuser account is not permitted.',
'user_is_owner' => 'You cannot add the server owner as a subuser for this server.',
'subuser_exists' => 'A user with that email address is already assigned as a subuser for this server.',
'editing_self' => 'Das Bearbeiten Ihres eigenen Unterbenutzerkontos ist nicht zulässig.',
'user_is_owner' => 'Du kannst den Serverbesitzer nicht als Unterbenutzer für diesen Server hinzufügen.',
'subuser_exists' => 'Ein Benutzer mit dieser E-Mail Adresse ist bereits als Unterbenutzer für diesen Server zugewiesen.',
],
'databases' => [
'delete_has_databases' => 'Cannot delete a database host server that has active databases linked to it.',
'delete_has_databases' => 'Ein Datenbank Host kann nicht gelöscht werden, der aktive Datenbanken enthält.',
],
'tasks' => [
'chain_interval_too_long' => 'The maximum interval time for a chained task is 15 minutes.',
'chain_interval_too_long' => 'Die maximale Intervallzeit einer verketteten Aufgabe beträgt 15 Minuten.',
],
'locations' => [
'has_nodes' => 'Cannot delete a location that has active nodes attached to it.',
'has_nodes' => 'Ein Standort, der aktive Nodes hat, kann nicht gelöscht werden.',
],
'users' => [
'node_revocation_failed' => 'Failed to revoke keys on <a href=":link">Node #:node</a>. :error',
'node_revocation_failed' => 'Fehler beim Widerrufen der Schlüssel auf <a href=":link">Node #:node</a>. :error',
],
'deployment' => [
'no_viable_nodes' => 'No nodes satisfying the requirements specified for automatic deployment could be found.',
'no_viable_allocations' => 'No allocations satisfying the requirements for automatic deployment were found.',
'no_viable_nodes' => 'Es konnten keine Nodes gefunden werden, die die für den automatischen Einsatz angegebenen Anforderungen erfüllen.',
'no_viable_allocations' => 'Es wurden keine Zuweisungen gefunden, die die Anforderungen für den automatischen Einsatz erfüllen.',
],
'api' => [
'resource_not_found' => 'The requested resource does not exist on this server.',
'resource_not_found' => 'Die angeforderte Ressource existiert nicht auf diesem Server.',
],
];

View File

@ -12,6 +12,6 @@ return [
|
*/
'previous' => '&laquo; Previous',
'next' => 'Next &raquo;',
'previous' => '&laquo; Zurück',
'next' => 'Weiter &raquo;',
];

View File

@ -11,9 +11,9 @@ return [
| has failed, such as for an invalid token or invalid new password.
|
*/
'password' => 'Passwords must be at least six characters and match the confirmation.',
'reset' => 'Your password has been reset!',
'sent' => 'We have e-mailed your password reset link!',
'token' => 'This password reset token is invalid.',
'user' => 'We can\'t find a user with that e-mail address.',
'password' => 'Passwörter müssen aus mindestens 6 Zeichen bestehen und übereinstimmen.',
'reset' => 'Dein Passwort wurde zurückgesetzt!',
'sent' => 'Wir haben dir einen Link zum Zurücksetzen des Passworts per E-Mail zugesendet!',
'token' => 'Das Passwort Reset Token ist ungültig.',
'user' => 'Es konnte kein Benutzer mit dieser E-Mail-Adresse gefunden werden.',
];

View File

@ -2,32 +2,32 @@
return [
'permissions' => [
'websocket_*' => 'Allows access to the websocket for this server.',
'control_console' => 'Allows the user to send data to the server console.',
'control_start' => 'Allows the user to start the server instance.',
'control_stop' => 'Allows the user to stop the server instance.',
'control_restart' => 'Allows the user to restart the server instance.',
'control_kill' => 'Allows the user to kill the server instance.',
'user_create' => 'Allows the user to create new user accounts for the server.',
'user_read' => 'Allows the user permission to view users associated with this server.',
'user_update' => 'Allows the user to modify other users associated with this server.',
'user_delete' => 'Allows the user to delete other users associated with this server.',
'file_create' => 'Allows the user permission to create new files and directories.',
'file_read' => 'Allows the user to see files and folders associated with this server instance, as well as view their contents.',
'file_update' => 'Allows the user to update files and folders associated with the server.',
'file_delete' => 'Allows the user to delete files and directories.',
'file_archive' => 'Allows the user to create file archives and decompress existing archives.',
'file_sftp' => 'Allows the user to perform the above file actions using a SFTP client.',
'allocation_read' => 'Allows access to the server allocation management pages.',
'allocation_update' => 'Allows user permission to make modifications to the server\'s allocations.',
'database_create' => 'Allows user permission to create a new database for the server.',
'database_read' => 'Allows user permission to view the server databases.',
'database_update' => 'Allows a user permission to make modifications to a database. If the user does not have the "View Password" permission as well they will not be able to modify the password.',
'database_delete' => 'Allows a user permission to delete a database instance.',
'database_view_password' => 'Allows a user permission to view a database password in the system.',
'schedule_create' => 'Allows a user to create a new schedule for the server.',
'schedule_read' => 'Allows a user permission to view schedules for a server.',
'schedule_update' => 'Allows a user permission to make modifications to an existing server schedule.',
'schedule_delete' => 'Allows a user to delete a schedule for the server.',
'websocket_*' => 'Erlaubt den Zugriff auf den Websocket für diesen Server.',
'control_console' => 'Erlaubt dem Benutzer, Daten an die Server-Konsole zu senden.',
'control_start' => 'Erlaubt dem Benutzer, die Serverinstanz zu starten.',
'control_stop' => 'Erlaubt dem Benutzer, die Serverinstanz zu stoppen.',
'control_restart' => 'Erlaubt dem Benutzer, die Serverinstanz neu zu starten.',
'control_kill' => 'Ermöglicht dem Benutzer, die Server-Instanz zu beenden.',
'user_create' => 'Erlaubt dem Benutzer, neue Benutzerkonten für den Server zu erstellen.',
'user_read' => 'Ermöglicht dem Benutzer, die mit diesem Server verbundenen Benutzer anzuzeigen.',
'user_update' => 'Ermöglicht dem Benutzer, andere mit diesem Server verbundene Benutzer zu ändern.',
'user_delete' => 'Ermöglicht dem Benutzer, andere mit diesem Server verbundene Benutzer zu löschen.',
'file_create' => 'Ermöglicht dem Benutzer, neue Dateien und Verzeichnisse zu erstellen.',
'file_read' => 'Ermöglicht dem Benutzer, Dateien und Ordner zu sehen, die dieser Serverinstanz zugeordnet sind, sowie deren Inhalt anzuzeigen.',
'file_update' => 'Ermöglicht dem Benutzer, Dateien und Ordner zu aktualisieren, die dem Server zugeordnet sind.',
'file_delete' => 'Ermöglicht dem Benutzer, Dateien und Verzeichnisse zu löschen.',
'file_archive' => 'Ermöglicht dem Benutzer, Datei-Archive zu erstellen und bestehende Archive zu dekomprimieren.',
'file_sftp' => 'Ermöglicht dem Benutzer, die obigen Dateiaktionen mit einem SFTP-Client auszuführen.',
'allocation_read' => 'Ermöglicht den Zugriff auf die Seiten zur Verwaltung der Server-Zuordnung.',
'allocation_update' => 'Ermöglicht dem Benutzer, die Zuweisungen des Servers zu modifizieren.',
'database_create' => 'Ermöglicht dem Benutzer die Berechtigung zum Erstellen einer neuen Datenbank für den Server.',
'database_read' => 'Ermöglicht dem Benutzer, die Serverdatenbanken anzuzeigen.',
'database_update' => 'Ermöglicht einem Benutzer, Änderungen an einer Datenbank vorzunehmen. Wenn der Benutzer nicht über die "Passwort anzeigen" Berechtigung verfügt, kann er das Passwort nicht ändern.',
'database_delete' => 'Ermöglicht einem Benutzer, eine Datenbankinstanz zu löschen.',
'database_view_password' => 'Ermöglicht einem Benutzer, ein Datenbankpasswort im System anzuzeigen.',
'schedule_create' => 'Ermöglicht einem Benutzer, einen neuen Zeitplan für den Server zu erstellen.',
'schedule_read' => 'Ermöglicht der Benutzer-Berechtigung, Zeitpläne für einen Server anzuzeigen.',
'schedule_update' => 'Ermöglicht einem Benutzer, Änderungen an einem bestehenden Serverplan vorzunehmen.',
'schedule_delete' => 'Ermöglicht einem Benutzer, einen Zeitplan für den Server zu löschen.',
],
];

View File

@ -1,95 +1,95 @@
<?php
return [
'email' => 'Email',
'email_address' => 'Email address',
'user_identifier' => 'Username or Email',
'password' => 'Password',
'new_password' => 'New password',
'confirm_password' => 'Confirm new password',
'login' => 'Login',
'home' => 'Home',
'servers' => 'Servers',
'email' => 'E-Mail',
'email_address' => 'E-Mail Adresse',
'user_identifier' => 'Benutzername oder E-Mail',
'password' => 'Passwort',
'new_password' => 'Neues Passwort',
'confirm_password' => 'Neues Passwort bestätigen',
'login' => 'Anmelden',
'home' => 'Startseite',
'servers' => 'Server',
'id' => 'ID',
'name' => 'Name',
'node' => 'Node',
'connection' => 'Connection',
'memory' => 'Memory',
'connection' => 'Verbindung',
'memory' => 'Arbeitsspeicher',
'cpu' => 'CPU',
'disk' => 'Disk',
'disk' => 'Festplatte',
'status' => 'Status',
'search' => 'Search',
'suspended' => 'Suspended',
'account' => 'Account',
'security' => 'Security',
'ip' => 'IP Address',
'last_activity' => 'Last Activity',
'revoke' => 'Revoke',
'2fa_token' => 'Authentication Token',
'submit' => 'Submit',
'close' => 'Close',
'settings' => 'Settings',
'configuration' => 'Configuration',
'search' => 'Suchen',
'suspended' => 'Gesperrt',
'account' => 'Konto',
'security' => 'Sicherheit',
'ip' => 'IP-Adresse',
'last_activity' => 'Letzte Aktivität',
'revoke' => 'Widerrufen',
'2fa_token' => 'Authentifizierungs-Token',
'submit' => 'Bestätigen',
'close' => 'Schließen',
'settings' => 'Einstellungen',
'configuration' => 'Konfiguration',
'sftp' => 'SFTP',
'databases' => 'Databases',
'memo' => 'Memo',
'created' => 'Created',
'expires' => 'Expires',
'databases' => 'Datenbanken',
'memo' => 'Notiz',
'created' => 'Erstellt',
'expires' => 'Gültig bis',
'public_key' => 'Token',
'api_access' => 'Api Access',
'never' => 'never',
'sign_out' => 'Sign out',
'admin_control' => 'Admin Control',
'required' => 'Required',
'api_access' => 'Api-Zugriff',
'never' => 'niemals',
'sign_out' => 'Abmelden',
'admin_control' => 'Admin Verwaltung',
'required' => 'Erforderlich',
'port' => 'Port',
'username' => 'Username',
'database' => 'Database',
'new' => 'New',
'danger' => 'Danger',
'create' => 'Create',
'select_all' => 'Select All',
'select_none' => 'Select None',
'username' => 'Benutzername',
'database' => 'Datenbank',
'new' => 'Neu',
'danger' => 'Achtung',
'create' => 'Erstellen',
'select_all' => 'Alle auswählen',
'select_none' => 'Nichts auswählen',
'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',
'primary' => 'Primär',
'make_primary' => 'Als Primär festlegen',
'none' => 'Keine',
'cancel' => 'Abbrechen',
'created_at' => 'Erstellt am',
'action' => 'Aktion',
'data' => 'Daten',
'queued' => 'In der Warteschlange',
'last_run' => 'Zuletzt ausgeführt',
'next_run' => 'Nächste Ausführung',
'not_run_yet' => 'Noch nicht ausgeführt',
'yes' => 'Ja',
'no' => 'Nein',
'delete' => 'Löschen',
'2fa' => '2FA',
'logout' => 'Logout',
'admin_cp' => 'Admin Control Panel',
'logout' => 'Abmelden',
'admin_cp' => 'Admin Verwaltung',
'optional' => 'Optional',
'read_only' => 'Read Only',
'relation' => 'Relation',
'owner' => 'Owner',
'read_only' => 'Nur lesen',
'relation' => 'Beziehung',
'owner' => 'Besitzer',
'admin' => 'Admin',
'subuser' => 'Subuser',
'captcha_invalid' => 'The provided captcha is invalid.',
'tasks' => 'Tasks',
'seconds' => 'Seconds',
'minutes' => 'Minutes',
'under_maintenance' => 'Under Maintenance',
'subuser' => 'Unterbenutzer',
'captcha_invalid' => 'Das angegebene Captcha ist ungültig.',
'tasks' => 'Aufgaben',
'seconds' => 'Sekunden',
'minutes' => 'Minuten',
'under_maintenance' => 'Wartungsarbeiten',
'days' => [
'sun' => 'Sunday',
'mon' => 'Monday',
'tues' => 'Tuesday',
'wed' => 'Wednesday',
'thurs' => 'Thursday',
'fri' => 'Friday',
'sat' => 'Saturday',
'sun' => 'Sonntag',
'mon' => 'Montag',
'tues' => 'Dienstag',
'wed' => 'Mittwoch',
'thurs' => 'Donnerstag',
'fri' => 'Freitag',
'sat' => 'Samstag',
],
'last_used' => 'Last Used',
'enable' => 'Enable',
'disable' => 'Disable',
'save' => 'Save',
'last_used' => 'Zuletzt verwendet',
'enable' => 'Aktivieren',
'disable' => 'Deaktivieren',
'save' => 'Speichern',
'copyright' => '&reg; 2024 - :year Pelican',
];

View File

@ -12,78 +12,78 @@ return [
|
*/
'accepted' => 'The :attribute must be accepted.',
'active_url' => 'The :attribute is not a valid URL.',
'after' => 'The :attribute must be a date after :date.',
'after_or_equal' => 'The :attribute must be a date after or equal to :date.',
'alpha' => 'The :attribute may only contain letters.',
'alpha_dash' => 'The :attribute may only contain letters, numbers, and dashes.',
'alpha_num' => 'The :attribute may only contain letters and numbers.',
'array' => 'The :attribute must be an array.',
'before' => 'The :attribute must be a date before :date.',
'before_or_equal' => 'The :attribute must be a date before or equal to :date.',
'accepted' => ':attribute muss akzeptiert werden.',
'active_url' => ':attribute ist keine gültige URL.',
'after' => ':attribute muss ein Datum nach :date sein.',
'after_or_equal' => ':attribute muss ein Datum nach oder gleich :date sein.',
'alpha' => ':attribute darf nur Buchstaben enthalten.',
'alpha_dash' => ':attribute darf nur Buchstaben, Zahlen und Bindestriche enthalten.',
'alpha_num' => ':attribute darf nur Buchstaben und Zahlen enthalten.',
'array' => ':attribute muss ein Array sein.',
'before' => ':attribute muss ein Datum vor :date sein.',
'before_or_equal' => ':attribute muss ein Datum vor oder gleich :date sein.',
'between' => [
'numeric' => 'The :attribute must be between :min and :max.',
'file' => 'The :attribute must be between :min and :max kilobytes.',
'string' => 'The :attribute must be between :min and :max characters.',
'array' => 'The :attribute must have between :min and :max items.',
'numeric' => ':attribute muss zwischen :min und :max liegen.',
'file' => ':attribute muss zwischen :min und :max Kilobytes liegen.',
'string' => ':attribute muss zwischen :min und :max Zeichen haben.',
'array' => ':attribute muss zwischen :min und :max Elemente haben.',
],
'boolean' => 'The :attribute field must be true or false.',
'confirmed' => 'The :attribute confirmation does not match.',
'date' => 'The :attribute is not a valid date.',
'date_format' => 'The :attribute does not match the format :format.',
'different' => 'The :attribute and :other must be different.',
'digits' => 'The :attribute must be :digits digits.',
'digits_between' => 'The :attribute must be between :min and :max digits.',
'dimensions' => 'The :attribute has invalid image dimensions.',
'distinct' => 'The :attribute field has a duplicate value.',
'email' => 'The :attribute must be a valid email address.',
'exists' => 'The selected :attribute is invalid.',
'file' => 'The :attribute must be a file.',
'filled' => 'The :attribute field is required.',
'image' => 'The :attribute must be an image.',
'in' => 'The selected :attribute is invalid.',
'in_array' => 'The :attribute field does not exist in :other.',
'integer' => 'The :attribute must be an integer.',
'ip' => 'The :attribute must be a valid IP address.',
'json' => 'The :attribute must be a valid JSON string.',
'boolean' => ':attribute muss wahr oder falsch sein.',
'confirmed' => 'Die :attribute Bestätigung stimmt nicht überein.',
'date' => ':attribute ist kein gültiges Datum.',
'date_format' => ':attribute entspricht nicht dem Format :format.',
'different' => ':attribute und :other müssen unterschiedlich sein.',
'digits' => ':attribute muss :digits Zeichen enthalten.',
'digits_between' => ':attribute muss zwischen :min und :max Zeichen haben.',
'dimensions' => ':attribute hat ungültige Bildabmessungen.',
'distinct' => ':attribute Feld hat einen doppelten Wert.',
'email' => ':attribute muss eine gültige E-Mail Adresse sein.',
'exists' => ':attribute ist ungültig.',
'file' => ':attribute muss eine Datei sein.',
'filled' => ':attribute Feld ist erforderlich.',
'image' => ':attribute muss ein Bild sein.',
'in' => 'Das ausgewählte :attribute ist ungültig.',
'in_array' => ':attribute Feld existiert nicht in :other.',
'integer' => ':attribute muss eine ganze Zahl sein.',
'ip' => ':attribute muss eine gültige IP-Adresse sein.',
'json' => ':attribute muss ein gültiger JSON-String sein.',
'max' => [
'numeric' => 'The :attribute may not be greater than :max.',
'file' => 'The :attribute may not be greater than :max kilobytes.',
'string' => 'The :attribute may not be greater than :max characters.',
'array' => 'The :attribute may not have more than :max items.',
'numeric' => ':attribute darf nicht größer als :max sein.',
'file' => ':attribute darf nicht größer als :max Kilobytes sein.',
'string' => ':attribute darf nicht größer als :max Zeichen sein.',
'array' => ':attribute darf nicht mehr als :max Elemente haben.',
],
'mimes' => 'The :attribute must be a file of type: :values.',
'mimetypes' => 'The :attribute must be a file of type: :values.',
'mimes' => ':attribute muss den Dateityp :values haben.',
'mimetypes' => ':attribute muss den Dateityp :values haben.',
'min' => [
'numeric' => 'The :attribute must be at least :min.',
'file' => 'The :attribute must be at least :min kilobytes.',
'string' => 'The :attribute must be at least :min characters.',
'array' => 'The :attribute must have at least :min items.',
'numeric' => ':attribute muss mindestens :min sein.',
'file' => ':attribute muss mindestens :min Kilobytes groß sein.',
'string' => ':attribute muss mindestens :min Zeichen enthalten.',
'array' => ':attribute muss mindestens :min Elemente haben.',
],
'not_in' => 'The selected :attribute is invalid.',
'numeric' => 'The :attribute must be a number.',
'present' => 'The :attribute field must be present.',
'regex' => 'The :attribute format is invalid.',
'required' => 'The :attribute field is required.',
'required_if' => 'The :attribute field is required when :other is :value.',
'required_unless' => 'The :attribute field is required unless :other is in :values.',
'required_with' => 'The :attribute field is required when :values is present.',
'required_with_all' => 'The :attribute field is required when :values is present.',
'required_without' => 'The :attribute field is required when :values is not present.',
'required_without_all' => 'The :attribute field is required when none of :values are present.',
'same' => 'The :attribute and :other must match.',
'not_in' => 'Das ausgewählte :attribute ist ungültig.',
'numeric' => ':attribute muss eine Zahl sein.',
'present' => ':attribute Feld muss vorhanden sein.',
'regex' => ':attribute Format ist ungültig.',
'required' => ':attribute Feld ist erforderlich.',
'required_if' => ':attribute muss angegeben werden, wenn :other :value ist.',
'required_unless' => ':attribute Feld ist erforderlich, sofern :other nicht in :values ist.',
'required_with' => ':attribute muss angegeben werden, wenn :values vorhanden ist.',
'required_with_all' => ':attribute muss angegeben werden, wenn :values vorhanden ist.',
'required_without' => ':attribute muss angegeben werden, wenn :values nicht vorhanden sind.',
'required_without_all' => ':attribute muss angegeben werden, wenn keine :values vorhanden sind.',
'same' => ':attribute und :other müssen übereinstimmen.',
'size' => [
'numeric' => 'The :attribute must be :size.',
'file' => 'The :attribute must be :size kilobytes.',
'string' => 'The :attribute must be :size characters.',
'array' => 'The :attribute must contain :size items.',
'numeric' => ':attribute muss :size sein.',
'file' => ':attribute muss :size Kilobyte groß sein.',
'string' => ':attribute muss :size Zeichen haben.',
'array' => ':attribute muss :size Elemente enthalten.',
],
'string' => 'The :attribute must be a string.',
'timezone' => 'The :attribute must be a valid zone.',
'unique' => 'The :attribute has already been taken.',
'uploaded' => 'The :attribute failed to upload.',
'url' => 'The :attribute format is invalid.',
'string' => ':attribute muss ein String sein.',
'timezone' => ':attribute muss eine gültige Zone sein.',
'unique' => ':attribute ist bereits vergeben.',
'uploaded' => ':attribute konnte nicht hochgeladen werden.',
'url' => ':attribute Format ist ungültig.',
/*
|--------------------------------------------------------------------------
@ -100,7 +100,7 @@ return [
// Internal validation logic for Panel
'internal' => [
'variable_value' => ':env variable',
'invalid_password' => 'The password provided was invalid for this account.',
'variable_value' => ':env Variable',
'invalid_password' => 'Das angegebene Passwort war für dieses Konto ungültig.',
],
];

View File

@ -3,6 +3,6 @@
return [
'search' => 'Buscar servidores...',
'no_matches' => 'No se encontraron servidores que coincidan con los criterios de búsqueda proporcionados.',
'cpu_title' => 'CPU',
'cpu_title' => 'UPC',
'memory_title' => 'Memoria',
];

View File

@ -8,123 +8,123 @@
*/
return [
'auth' => [
'fail' => 'Failed log in',
'success' => 'Logged in',
'password-reset' => 'Password reset',
'reset-password' => 'Requested password reset',
'checkpoint' => 'Two-factor authentication requested',
'recovery-token' => 'Used two-factor recovery token',
'token' => 'Solved two-factor challenge',
'ip-blocked' => 'Blocked request from unlisted IP address for :identifier',
'fail' => 'Échec de la connexion',
'success' => 'Connecté',
'password-reset' => 'Réinitialisation du mot de passe',
'reset-password' => 'Demande de réinitialisation de mot de passe',
'checkpoint' => 'Authentification à deux facteurs demandée',
'recovery-token' => 'Jeton de récupération à deux facteurs utilisé',
'token' => 'Défi à deux facteurs résolu',
'ip-blocked' => 'Demande bloquée provenant d\'une adresse IP non répertoriée pour :identifier',
'sftp' => [
'fail' => 'Failed SFTP log in',
'fail' => 'Échec de la connexion SFTP',
],
],
'user' => [
'account' => [
'email-changed' => 'Changed email from :old to :new',
'password-changed' => 'Changed password',
'email-changed' => 'Changement d\'adresse électronique de :old à :new',
'password-changed' => 'Mot de passe modifié',
],
'api-key' => [
'create' => 'Created new API key :identifier',
'delete' => 'Deleted API key :identifier',
'create' => 'Création d\'une nouvelle clé API :identifiant',
'delete' => 'Clé API supprimée :identifiant',
],
'ssh-key' => [
'create' => 'Added SSH key :fingerprint to account',
'delete' => 'Removed SSH key :fingerprint from account',
'create' => 'Ajout de la clé SSH :fingerprint au compte',
'delete' => 'Suppression de la clé SSH :fingerprint du compte',
],
'two-factor' => [
'create' => 'Enabled two-factor auth',
'delete' => 'Disabled two-factor auth',
'create' => 'Activation de l\'authentification à deux facteurs',
'delete' => 'Authentification à deux facteurs désactivée',
],
],
'server' => [
'reinstall' => 'Reinstalled server',
'reinstall' => 'Serveur réinstallé',
'console' => [
'command' => 'Executed ":command" on the server',
'command' => '":command" exécutée sur le serveur',
],
'power' => [
'start' => 'Started the server',
'stop' => 'Stopped the server',
'restart' => 'Restarted the server',
'kill' => 'Killed the server process',
'start' => 'Le serveur a été démarré',
'stop' => 'Le serveur a été arrêté',
'restart' => 'Le serveur a été redémarré',
'kill' => 'Processus du serveur tué',
],
'backup' => [
'download' => 'Downloaded the :name backup',
'delete' => 'Deleted the :name backup',
'restore' => 'Restored the :name backup (deleted files: :truncate)',
'restore-complete' => 'Completed restoration of the :name backup',
'restore-failed' => 'Failed to complete restoration of the :name backup',
'start' => 'Started a new backup :name',
'complete' => 'Marked the :name backup as complete',
'fail' => 'Marked the :name backup as failed',
'lock' => 'Locked the :name backup',
'unlock' => 'Unlocked the :name backup',
'download' => 'Sauvegarde :name téléchargée',
'delete' => 'Sauvegarde :name supprimée',
'restore' => 'Sauvegarde :name restaurée (fichiers supprimés: :truncate)',
'restore-complete' => 'Restauration de la sauvegarde :name terminée',
'restore-failed' => 'Échec de la restauration de la sauvegarde :name',
'start' => 'Lancement d\'une nouvelle sauvegarde :name',
'complete' => 'La sauvegarde :name a été marquée comme terminée',
'fail' => 'La sauvegarde :name a échoué',
'lock' => 'La sauvegarde :name est verrouillée',
'unlock' => 'La sauvegarde :name a été déverrouillée',
],
'database' => [
'create' => 'Created new database :name',
'rotate-password' => 'Password rotated for database :name',
'delete' => 'Deleted database :name',
'create' => 'Nouvelle base de données créée :name',
'rotate-password' => 'Mot de passe renouvelé pour la base de données :name',
'delete' => 'Base de données :name supprimée',
],
'file' => [
'compress_one' => 'Compressed :directory:file',
'compress_other' => 'Compressed :count files in :directory',
'read' => 'Viewed the contents of :file',
'copy' => 'Created a copy of :file',
'create-directory' => 'Created directory :directory:name',
'decompress' => 'Decompressed :files in :directory',
'delete_one' => 'Deleted :directory:files.0',
'delete_other' => 'Deleted :count files in :directory',
'download' => 'Downloaded :file',
'pull' => 'Downloaded a remote file from :url to :directory',
'rename_one' => 'Renamed :directory:files.0.from to :directory:files.0.to',
'rename_other' => 'Renamed :count files in :directory',
'write' => 'Wrote new content to :file',
'upload' => 'Began a file upload',
'uploaded' => 'Uploaded :directory:file',
'compress_one' => ':directory:file compressé',
'compress_other' => ':count fichiers compressés dans :directory',
'read' => 'Consulté le contenu de :file',
'copy' => 'Copie de :file créée',
'create-directory' => 'Répertoire :directory:name créé',
'decompress' => 'Décompressé :files dans :directory',
'delete_one' => 'Supprimé :directory:files.0',
'delete_other' => ':count fichiers supprimés dans :directory',
'download' => ':file téléchargé',
'pull' => 'Téléchargé un fichier distant depuis :url vers :directory',
'rename_one' => ':directory:files.0.from renommé en :directory:files.0.to',
'rename_other' => ':count fichiers renommés dans :directory',
'write' => 'Nouveau contenu :file écrit',
'upload' => 'Début du téléversement',
'uploaded' => 'Ajouté (upload) :directory:file',
],
'sftp' => [
'denied' => 'Blocked SFTP access due to permissions',
'create_one' => 'Created :files.0',
'create_other' => 'Created :count new files',
'write_one' => 'Modified the contents of :files.0',
'write_other' => 'Modified the contents of :count files',
'delete_one' => 'Deleted :files.0',
'delete_other' => 'Deleted :count files',
'create-directory_one' => 'Created the :files.0 directory',
'create-directory_other' => 'Created :count directories',
'rename_one' => 'Renamed :files.0.from to :files.0.to',
'rename_other' => 'Renamed or moved :count files',
'denied' => 'Accès SFTP bloqué en raison d\'autorisations',
'create_one' => ':files.0 créés',
'create_other' => ':count nouveaux fichiers ont été créés',
'write_one' => 'Modification du contenu de :files.0',
'write_other' => ':count fichiers ont été modifiés',
'delete_one' => 'Suppression de :files.0',
'delete_other' => 'Suppression de :count fichiers',
'create-directory_one' => 'Création du dossier :files.0',
'create-directory_other' => ':count dossier ont été créé',
'rename_one' => 'Le fichier a été renommé de :files.0.from à :files.0.to',
'rename_other' => ':count fichiers ont été renommés ou déplacés',
],
'allocation' => [
'create' => 'Added :allocation to the server',
'notes' => 'Updated the notes for :allocation from ":old" to ":new"',
'primary' => 'Set :allocation as the primary server allocation',
'delete' => 'Deleted the :allocation allocation',
'create' => ':allocation a été ajoutée au serveur',
'notes' => 'Mise à jour des notes pour :allocation de ":old" à ":new"',
'primary' => 'Changement de :allocation en tant qu\'allocation principale du serveur',
'delete' => 'Suppression de l\'allocation :allocation',
],
'schedule' => [
'create' => 'Created the :name schedule',
'update' => 'Updated the :name schedule',
'execute' => 'Manually executed the :name schedule',
'delete' => 'Deleted the :name schedule',
'create' => 'Création de la planification :name',
'update' => 'Modification de la planification :name',
'execute' => 'Exécution manuelle de la planification :name',
'delete' => 'Suppression de la planification :name',
],
'task' => [
'create' => 'Created a new ":action" task for the :name schedule',
'update' => 'Updated the ":action" task for the :name schedule',
'delete' => 'Deleted a task for the :name schedule',
'create' => 'Création d\'une nouvelle tâche ":action" pour la planification :name',
'update' => 'Modification de la tâche ":action" pour la planification :name',
'delete' => 'Suppression de la planification :name',
],
'settings' => [
'rename' => 'Renamed the server from :old to :new',
'description' => 'Changed the server description from :old to :new',
'rename' => 'Le serveur a été renommé de :old à :new',
'description' => 'La description du serveur a été changée de :old à :new',
],
'startup' => [
'edit' => 'Changed the :variable variable from ":old" to ":new"',
'image' => 'Updated the Docker Image for the server from :old to :new',
'edit' => 'La variable ":variable" a été changée de ":old" à ":new"',
'image' => 'L\'image Docker a été changée de :old à :new',
],
'subuser' => [
'create' => 'Added :email as a subuser',
'update' => 'Updated the subuser permissions for :email',
'delete' => 'Removed :email as a subuser',
'create' => 'Ajout de :email en tant que sous-utilisateur',
'update' => 'Modification des permissions du sous-utilisateur :email',
'delete' => 'Suppression du sous-utilisateur :email',
],
],
];

View File

@ -2,18 +2,18 @@
return [
'notices' => [
'imported' => 'Successfully imported this Egg and its associated variables.',
'updated_via_import' => 'This Egg has been updated using the file provided.',
'deleted' => 'Successfully deleted the requested egg from the Panel.',
'updated' => 'Egg configuration has been updated successfully.',
'script_updated' => 'Egg install script has been updated and will run whenever servers are installed.',
'egg_created' => 'A new egg was laid successfully. You will need to restart any running daemons to apply this new egg.',
'imported' => 'Cet Œuf et ses variables ont été importés avec succès.',
'updated_via_import' => 'Cet Œuf a été mis à jour en utilisant le fichier fourni.',
'deleted' => 'L\'Œuf demandé a été supprimé du panneau.',
'updated' => 'La configuration de l\'œuf a été mise à jour avec succès.',
'script_updated' => 'Le script d\'installation d\'oeuf a été mis à jour et s\'exécutera chaque fois que les serveurs sont installés.',
'egg_created' => 'Un nouvel œuf a été créé avec succès. Vous devrez redémarrer tous les démons en cours d\'exécution pour appliquer ce nouvel œuf.',
],
'variables' => [
'notices' => [
'variable_deleted' => 'The variable ":variable" has been deleted and will no longer be available to servers once rebuilt.',
'variable_updated' => 'The variable ":variable" has been updated. You will need to rebuild any servers using this variable in order to apply changes.',
'variable_created' => 'New variable has successfully been created and assigned to this egg.',
'variable_deleted' => 'La variable ":variable" a été supprimée et ne sera plus disponible pour les serveurs une fois reconstruits.',
'variable_updated' => 'La variable ":variable" a été mise à jour. Vous devrez reconstruire tous les serveurs utilisant cette variable pour appliquer les modifications.',
'variable_created' => 'La nouvelle variable a été créée et affectée à cet œuf.',
],
],
];

View File

@ -2,14 +2,14 @@
return [
'validation' => [
'fqdn_not_resolvable' => 'The FQDN or IP address provided does not resolve to a valid IP address.',
'fqdn_required_for_ssl' => 'A fully qualified domain name that resolves to a public IP address is required in order to use SSL for this node.',
'fqdn_not_resolvable' => 'Le nom de domaine ou l\'adresse IP fournie ne correspond pas à une adresse IP valide.',
'fqdn_required_for_ssl' => 'Un nom de domaine qui pointe vers une adresse IP publique est nécessaire pour utiliser SSL sur ce nœud.',
],
'notices' => [
'allocations_added' => 'Allocations have successfully been added to this node.',
'node_deleted' => 'Node has been successfully removed from the panel.',
'node_created' => 'Successfully created new node. You can automatically configure the daemon on this machine by visiting the \'Configuration\' tab. <strong>Before you can add any servers you must first allocate at least one IP address and port.</strong>',
'node_updated' => 'Node information has been updated. If any daemon settings were changed you will need to reboot it for those changes to take effect.',
'unallocated_deleted' => 'Deleted all un-allocated ports for <code>:ip</code>.',
'allocations_added' => 'Les allocations ont été ajoutées à ce nœud.',
'node_deleted' => 'Le nœud a été supprimé du panneau avec succès.',
'node_created' => 'Nouveau nœud créé avec succès. Vous pouvez configurer automatiquement ce dernier sur cette machine en allant dans l\'onglet \'Configuration\'. <strong>Avant de pouvoir ajouter des serveurs, vous devez d\'abord allouer au moins une adresse IP et un port.</strong>',
'node_updated' => 'Les informations sur le nœud ont été mises à jour. Si des paramètres ont été modifiés, vous devrez le redémarrer le wings pour que ces modifications prennent effet.',
'unallocated_deleted' => 'Suppression de tous les ports non alloués pour <code>:ip</code>.',
],
];

View File

@ -2,26 +2,26 @@
return [
'exceptions' => [
'no_new_default_allocation' => 'You are attempting to delete the default allocation for this server but there is no fallback allocation to use.',
'marked_as_failed' => 'This server was marked as having failed a previous installation. Current status cannot be toggled in this state.',
'bad_variable' => 'There was a validation error with the :name variable.',
'daemon_exception' => 'There was an exception while attempting to communicate with the daemon resulting in a HTTP/:code response code. This exception has been logged. (request id: :request_id)',
'default_allocation_not_found' => 'The requested default allocation was not found in this server\'s allocations.',
'no_new_default_allocation' => 'Vous essayez de supprimer l\'allocation par défaut pour ce serveur, mais il n\'y a pas d\'allocation de secours à utiliser.',
'marked_as_failed' => 'Ce serveur a été marqué comme ayant échoué à l\'installation précédente. Le statut actuel ne peut pas être basculé dans cet état.',
'bad_variable' => 'Il y a eu une erreur de validation avec la variable :name.',
'daemon_exception' => 'Une erreur est survenue lors de la tentative de communication avec le démon, entraînant un code de réponse HTTP/:code. Cette exception a été enregistrée. (request id: :request_id)',
'default_allocation_not_found' => 'L\'allocation par défaut demandée n\'a pas été trouvée dans les allocations de ce serveur.',
],
'alerts' => [
'startup_changed' => 'The startup configuration for this server has been updated. If this server\'s egg was changed a reinstall will be occurring now.',
'server_deleted' => 'Server has successfully been deleted from the system.',
'server_created' => 'Server was successfully created on the panel. Please allow the daemon a few minutes to completely install this server.',
'build_updated' => 'The build details for this server have been updated. Some changes may require a restart to take effect.',
'suspension_toggled' => 'Server suspension status has been changed to :status.',
'rebuild_on_boot' => 'This server has been marked as requiring a Docker Container rebuild. This will happen the next time the server is started.',
'install_toggled' => 'The installation status for this server has been toggled.',
'server_reinstalled' => 'This server has been queued for a reinstallation beginning now.',
'details_updated' => 'Server details have been successfully updated.',
'docker_image_updated' => 'Successfully changed the default Docker image to use for this server. A reboot is required to apply this change.',
'node_required' => 'You must have at least one node configured before you can add a server to this panel.',
'transfer_nodes_required' => 'You must have at least two nodes configured before you can transfer servers.',
'transfer_started' => 'Server transfer has been started.',
'transfer_not_viable' => 'The node you selected does not have the required disk space or memory available to accommodate this server.',
'startup_changed' => 'La configuration de démarrage de ce serveur a été mise à jour. Si l\'œuf de ce serveur a été modifié, une réinstallation aura lieu maintenant.',
'server_deleted' => 'Le serveur a été supprimé du système avec succès.',
'server_created' => 'Le serveur a été créé avec succès. Veuillez patienter quelques minutes avant l\'installation complète du serveur.',
'build_updated' => 'Les détails du build de ce serveur ont été mis à jour. Certains changements peuvent nécessiter un redémarrage pour prendre effet.',
'suspension_toggled' => 'Le statut de suspension du serveur a été changé à :status.',
'rebuild_on_boot' => 'Ce serveur a été marqué comme nécessitant une reconstruction du conteneur Docker. Cela se produira la prochaine fois que le serveur sera démarré.',
'install_toggled' => 'Le status d\'installation de ce serveur à bien été basculé',
'server_reinstalled' => 'Ce serveur a été mis en file d\'attente pour le début de la réinstallation.',
'details_updated' => 'Les détails du serveur ont été mis à jour avec succès.',
'docker_image_updated' => 'L\'image Docker par défaut a été modifiée avec succès pour ce serveur. Un redémarrage est nécessaire pour appliquer cette modification.',
'node_required' => 'Vous devez avoir au moins un nœud configuré avant de pouvoir ajouter des serveurs à ce panel.',
'transfer_nodes_required' => 'Vous devez avoir au moins deux nœuds configurés avant de pouvoir transférer des serveurs.',
'transfer_started' => 'Le transfert du serveur a été démarré.',
'transfer_not_viable' => 'Le nœud que vous avez sélectionné ne dispose pas de l\'espace disque ou de la mémoire nécessaire pour accueillir ce serveur.',
],
];

View File

@ -2,11 +2,11 @@
return [
'exceptions' => [
'user_has_servers' => 'Cannot delete a user with active servers attached to their account. Please delete their servers before continuing.',
'user_is_self' => 'Cannot delete your own user account.',
'user_has_servers' => 'Impossible de supprimer un utilisateur avec des serveurs actifs attachés à son compte. Veuillez supprimer ses serveurs avant de continuer.',
'user_is_self' => 'Vous ne pouvez pas supprimer votre propre compte.',
],
'notices' => [
'account_created' => 'Account has been created successfully.',
'account_updated' => 'Account has been successfully updated.',
'account_created' => 'Compte créé avec succès.',
'account_updated' => 'Compte mis à jour avec succès.',
],
];

View File

@ -1,27 +1,27 @@
<?php
return [
'sign_in' => 'Sign In',
'go_to_login' => 'Go to Login',
'failed' => 'No account matching those credentials could be found.',
'sign_in' => 'Se connecter',
'go_to_login' => 'Aller à la connexion',
'failed' => 'Aucun compte correspondant à ces identifiants n\'a été trouvé.',
'forgot_password' => [
'label' => 'Forgot Password?',
'label_help' => 'Enter your account email address to receive instructions on resetting your password.',
'button' => 'Recover Account',
'label' => 'Mot de passe oublié ?',
'label_help' => 'Entrez votre adresse e-mail pour recevoir des instructions sur la réinitialisation de votre mot de passe.',
'button' => 'Récupérer un compte',
],
'reset_password' => [
'button' => 'Reset and Sign In',
'button' => 'Réinitialiser et se connecter',
],
'two_factor' => [
'label' => '2-Factor Token',
'label_help' => 'This account requires a second layer of authentication in order to continue. Please enter the code generated by your device to complete this login.',
'checkpoint_failed' => 'The two-factor authentication token was invalid.',
'label' => 'Jeton 2-Factor',
'label_help' => 'Ce compte nécessite une deuxième authentification pour continuer. Veuillez entrer le code généré par votre appareil pour terminer cette connexion.',
'checkpoint_failed' => 'Le jeton d\'authentification à deux facteurs (2-factor) est invalide.',
],
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
'password_requirements' => 'Password must be at least 8 characters in length and should be unique to this site.',
'2fa_must_be_enabled' => 'The administrator has required that 2-Factor Authentication be enabled for your account in order to use the Panel.',
'throttle' => 'Trop de tentatives de connexion. Merci de réessayer dans :seconds secondes.',
'password_requirements' => 'Le mot de passe doit contenir au moins 8 caractères et doit être unique à ce site.',
'2fa_must_be_enabled' => 'L\'administrateur a demandé que soit activé une double authentification pour votre compte, afin d\'utiliser le Panel',
];

View File

@ -2,58 +2,58 @@
return [
'user' => [
'search_users' => 'Enter a Username, User ID, or Email Address',
'select_search_user' => 'ID of user to delete (Enter \'0\' to re-search)',
'deleted' => 'User successfully deleted from the Panel.',
'confirm_delete' => 'Are you sure you want to delete this user from the Panel?',
'no_users_found' => 'No users were found for the search term provided.',
'multiple_found' => 'Multiple accounts were found for the user provided, unable to delete a user because of the --no-interaction flag.',
'ask_admin' => 'Is this user an administrator?',
'ask_email' => 'Email Address',
'ask_username' => 'Username',
'ask_name_first' => 'First Name',
'ask_name_last' => 'Last Name',
'ask_password' => 'Password',
'ask_password_tip' => 'If you would like to create an account with a random password emailed to the user, re-run this command (CTRL+C) and pass the `--no-password` flag.',
'ask_password_help' => 'Passwords must be at least 8 characters in length and contain at least one capital letter and number.',
'search_users' => 'Entrez un nom d\'utilisateur, un ID ou une adresse e-mail',
'select_search_user' => 'ID de l\'utilisateur à supprimer (entrez \'0\' pour rechercher)',
'deleted' => 'L\'utilisateur a bien été supprimé du panel',
'confirm_delete' => 'Êtes-vous sûr de vouloir supprimer cet utilisateur du panel ?',
'no_users_found' => 'Aucun utilisateur n\'a été trouvé pour le terme de recherche fourni.',
'multiple_found' => 'Plusieurs comptes ont été trouvés pour l\'utilisateur fourni, impossible de supprimer un utilisateur à cause de l\'option --no-Interaction.',
'ask_admin' => 'Cet utilisateur est-il un administrateur ?',
'ask_email' => 'Adresse e-mail',
'ask_username' => 'Nom d\'utilisateur',
'ask_name_first' => 'Prénom',
'ask_name_last' => 'Nom',
'ask_password' => 'Mot de passe',
'ask_password_tip' => 'Si vous souhaitez créer un compte avec un mot de passe aléatoire envoyé à l\'utilisateur, ré-exécutez cette commande (CTRL+C) et passez le paramètre `--no-password`.',
'ask_password_help' => 'Les mots de passe doivent comporter au moins 8 caractères et contenir au moins une lettre majuscule et un chiffre.',
'2fa_help_text' => [
'This command will disable 2-factor authentication for a user\'s account if it is enabled. This should only be used as an account recovery command if the user is locked out of their account.',
'If this is not what you wanted to do, press CTRL+C to exit this process.',
'Cette commande désactivera la double authentification pour le compte d\'un utilisateur s\'il est activé. Ceci ne devrait être utilisé comme une commande de récupération de compte que si l\'utilisateur est bloqué sur son compte.',
'Si ce n\'étais pas ce que vous vouliez faire, appuyez sur CTRL + C pour quitter le processus.',
],
'2fa_disabled' => '2-Factor authentication has been disabled for :email.',
'2fa_disabled' => 'L\'authentification à 2 facteurs a été désactivée pour :email.',
],
'schedule' => [
'output_line' => 'Dispatching job for first task in `:schedule` (:hash).',
'output_line' => 'Envoi du travail pour la première tâche `:schedule` (:hash).',
],
'maintenance' => [
'deleting_service_backup' => 'Deleting service backup file :file.',
'deleting_service_backup' => 'Suppression du fichier de sauvegarde :file.',
],
'server' => [
'rebuild_failed' => 'Rebuild request for ":name" (#:id) on node ":node" failed with error: :message',
'rebuild_failed' => 'Demande de Rebuild ":name" (#:id) sur le nœud ":node" échoué avec l\'erreur :message',
'reinstall' => [
'failed' => 'Reinstall request for ":name" (#:id) on node ":node" failed with error: :message',
'confirm' => 'You are about to reinstall against a group of servers. Do you wish to continue?',
'failed' => 'La demande de réinstallation pour ":name" (#:id) sur le nœud ":node" a échoué avec l\'erreur : :message',
'confirm' => 'Vous êtes sur le point de procéder à une réinstallation sur un groupe de serveurs. Voulez-vous continuer ?',
],
'power' => [
'confirm' => 'You are about to perform a :action against :count servers. Do you wish to continue?',
'action_failed' => 'Power action request for ":name" (#:id) on node ":node" failed with error: :message',
'confirm' => 'Vous êtes sur le point d\'effectuer l\'action :action sur :count serveurs. Souhaitez-vous continuer ?',
'action_failed' => 'Demande d\'action d\'alimentation pour ":name" (#:id) sur le noeud ":node" à échoué avec l\'erreur: :message',
],
],
'environment' => [
'mail' => [
'ask_smtp_host' => 'SMTP Host (e.g. smtp.gmail.com)',
'ask_smtp_port' => 'SMTP Port',
'ask_smtp_username' => 'SMTP Username',
'ask_smtp_password' => 'SMTP Password',
'ask_mailgun_domain' => 'Mailgun Domain',
'ask_mailgun_endpoint' => 'Mailgun Endpoint',
'ask_mailgun_secret' => 'Mailgun Secret',
'ask_mandrill_secret' => 'Mandrill Secret',
'ask_postmark_username' => 'Postmark API Key',
'ask_driver' => 'Which driver should be used for sending emails?',
'ask_mail_from' => 'Email address emails should originate from',
'ask_mail_name' => 'Name that emails should appear from',
'ask_encryption' => 'Encryption method to use',
'ask_smtp_host' => 'Hôte SMTP (ex: smtp.gmail.com)',
'ask_smtp_port' => 'Port SMTP',
'ask_smtp_username' => 'Nom d\'utilisateur SMTP',
'ask_smtp_password' => 'Mot de passe SMTP',
'ask_mailgun_domain' => 'Domaine Mailgun',
'ask_mailgun_endpoint' => 'Url Mailgun',
'ask_mailgun_secret' => 'Secret Mailgun',
'ask_mandrill_secret' => 'Secret Mandrill',
'ask_postmark_username' => 'Clé API Postmark',
'ask_driver' => 'Quel pilote doit être utilisé pour envoyer des emails?',
'ask_mail_from' => 'Les courriels de l\'adresse e-mail devraient provenir de',
'ask_mail_name' => 'Nom à partir duquel les e-mails devraient apparaître',
'ask_encryption' => 'Méthode de chiffrement à utiliser',
],
],
];

View File

@ -2,27 +2,27 @@
return [
'email' => [
'title' => 'Update your email',
'updated' => 'Your email address has been updated.',
'title' => 'Mettre à jour votre adresse e-mail',
'updated' => 'Votre adresse e-mail a été mise à jour.',
],
'password' => [
'title' => 'Change your password',
'requirements' => 'Your new password should be at least 8 characters in length.',
'updated' => 'Your password has been updated.',
'title' => 'Modifier votre mot de passe',
'requirements' => 'Votre nouveau mot de passe doit comporter au moins 8 caractères.',
'updated' => 'Votre mot de passe a été mis à jour.',
],
'two_factor' => [
'button' => 'Configure 2-Factor Authentication',
'disabled' => 'Two-factor authentication has been disabled on your account. You will no longer be prompted to provide a token when logging in.',
'enabled' => 'Two-factor authentication has been enabled on your account! From now on, when logging in, you will be required to provide the code generated by your device.',
'invalid' => 'The token provided was invalid.',
'button' => 'Configurer l\'authentificateur à deux facteurs',
'disabled' => 'L\'authentification à deux facteurs a été désactivée sur votre compte. Vous ne serez plus invité à fournir le code généré par votre appareil lors de votre connexion.',
'enabled' => 'L\'authentification à deux facteurs a été activée sur votre compte ! Désormais, lorsque vous vous connectez, vous devrez fournir le code généré par votre appareil.',
'invalid' => 'Le jeton fourni est invalide.',
'setup' => [
'title' => 'Setup two-factor authentication',
'help' => 'Can\'t scan the code? Enter the code below into your application:',
'field' => 'Enter token',
'title' => 'Configurer l\'authentification à deux facteurs',
'help' => 'Impossible de scanner le code QR ? Entrez le code ci-dessous dans votre application :',
'field' => 'Saisir un jeton',
],
'disable' => [
'title' => 'Disable two-factor authentication',
'field' => 'Enter token',
'title' => 'Désactiver l\'authentification à deux facteurs',
'field' => 'Saisir un jeton',
],
],
];

View File

@ -1,8 +1,8 @@
<?php
return [
'search' => 'Search for servers...',
'no_matches' => 'There were no servers found matching the search criteria provided.',
'search' => 'Rechercher des serveurs...',
'no_matches' => 'Aucun serveur correspondant aux critères de recherche fournis n\'a été trouvé.',
'cpu_title' => 'CPU',
'memory_title' => 'Memory',
'memory_title' => 'Mémoire',
];

View File

@ -1,55 +1,55 @@
<?php
return [
'daemon_connection_failed' => 'There was an exception while attempting to communicate with the daemon resulting in a HTTP/:code response code. This exception has been logged.',
'daemon_connection_failed' => 'Une erreur est survenue lors de la tentative de communication avec le démon, entraînant un code de réponse HTTP/:code. Cette exception a été enregistrée.',
'node' => [
'servers_attached' => 'A node must have no servers linked to it in order to be deleted.',
'daemon_off_config_updated' => 'The daemon configuration <strong>has been updated</strong>, however there was an error encountered while attempting to automatically update the configuration file on the Daemon. You will need to manually update the configuration file (config.yml) for the daemon to apply these changes.',
'servers_attached' => 'Un nœud ne doit avoir aucun serveur lié à lui pour être supprimé.',
'daemon_off_config_updated' => 'La configuration du daemon <strong>a été mis à jour</strong>, cependant, une erreur s\'est produite lors de la tentative de mise à jour automatique du fichier de configuration sur le daemon. Vous devrez mettre à jour manuellement le fichier de configuration (core.json) pour qu\'il puisse appliquer ces modifications.',
],
'allocations' => [
'server_using' => 'A server is currently assigned to this allocation. An allocation can only be deleted if no server is currently assigned.',
'too_many_ports' => 'Adding more than 1000 ports in a single range at once is not supported.',
'invalid_mapping' => 'The mapping provided for :port was invalid and could not be processed.',
'cidr_out_of_range' => 'CIDR notation only allows masks between /25 and /32.',
'port_out_of_range' => 'Ports in an allocation must be greater than 1024 and less than or equal to 65535.',
'server_using' => 'Un serveur est actuellement affecté à cette allocation. Une allocation ne peut être supprimée que si aucun serveur n\'utilise cette dernière.',
'too_many_ports' => 'L\'ajout de plus de 1000 ports dans une seule plage à la fois n\'est pas supporté.',
'invalid_mapping' => 'Le mappage fourni pour :port est invalide et n\'a pas pu être traitée.',
'cidr_out_of_range' => 'La notation CIDR permet uniquement les masques entre /25 et /32.',
'port_out_of_range' => 'Les ports d\'une allocation doivent être supérieurs à 1024 et inférieurs ou égaux à 65535.',
],
'egg' => [
'delete_has_servers' => 'An Egg with active servers attached to it cannot be deleted from the Panel.',
'invalid_copy_id' => 'The Egg selected for copying a script from either does not exist, or is copying a script itself.',
'has_children' => 'This Egg is a parent to one or more other Eggs. Please delete those Eggs before deleting this Egg.',
'delete_has_servers' => 'Un egg avec des serveurs actifs qui y sont attachés ne peuvent pas être supprimés du Panel.',
'invalid_copy_id' => 'L\'Egg sélectionné pour la copie n\'existe pas ou n\'a aucune différence avec l\'original.',
'has_children' => 'Cet Egg est un parent pour un ou plusieurs autres Egg. Veuillez supprimer ces Egg avant de supprimer celui-ci.',
],
'variables' => [
'env_not_unique' => 'The environment variable :name must be unique to this Egg.',
'reserved_name' => 'The environment variable :name is protected and cannot be assigned to a variable.',
'bad_validation_rule' => 'The validation rule ":rule" is not a valid rule for this application.',
'env_not_unique' => 'La variable d\'environnement :name doit être unique à cet Egg',
'reserved_name' => 'La variable d\'environnement :name est protégée et ne peut pas être assignée à une variable.',
'bad_validation_rule' => 'La règle de validation ":rule" n\'est pas une règle valide pour cette application.',
],
'importer' => [
'json_error' => 'There was an error while attempting to parse the JSON file: :error.',
'file_error' => 'The JSON file provided was not valid.',
'invalid_json_provided' => 'The JSON file provided is not in a format that can be recognized.',
'json_error' => 'Une erreur s\'est produite lors de l\'analyse du fichier JSON: :error.',
'file_error' => 'Le fichier JSON fourni n\'est pas valide.',
'invalid_json_provided' => 'Le fichier JSON fourni n\'est pas dans un format qui peut être reconnu.',
],
'subusers' => [
'editing_self' => 'Editing your own subuser account is not permitted.',
'user_is_owner' => 'You cannot add the server owner as a subuser for this server.',
'subuser_exists' => 'A user with that email address is already assigned as a subuser for this server.',
'editing_self' => 'Vous n\'êtes pas autorisé à modifier votre propre compte de sous-utilisateur',
'user_is_owner' => 'Vous ne pouvez pas ajouter le propriétaire du serveur en tant que sous-utilisateur pour ce serveur.',
'subuser_exists' => 'Un utilisateur avec cette adresse e-mail est déjà assigné en tant que sous-utilisateur pour ce serveur.',
],
'databases' => [
'delete_has_databases' => 'Cannot delete a database host server that has active databases linked to it.',
'delete_has_databases' => 'Impossible de supprimer un serveur hôte de base de données sur lequel des bases de données actives sont liées.',
],
'tasks' => [
'chain_interval_too_long' => 'The maximum interval time for a chained task is 15 minutes.',
'chain_interval_too_long' => 'L\'intervalle maximum pour une tâche chaînée est de 15 minutes.',
],
'locations' => [
'has_nodes' => 'Cannot delete a location that has active nodes attached to it.',
'has_nodes' => 'Impossible de supprimer un emplacement auquel sont associés des nœuds actifs.',
],
'users' => [
'node_revocation_failed' => 'Failed to revoke keys on <a href=":link">Node #:node</a>. :error',
'node_revocation_failed' => 'Échec de la révocation des clés <a href=":link">Node #:node</a>. :error',
],
'deployment' => [
'no_viable_nodes' => 'No nodes satisfying the requirements specified for automatic deployment could be found.',
'no_viable_allocations' => 'No allocations satisfying the requirements for automatic deployment were found.',
'no_viable_nodes' => 'Aucun nœud satisfaisant les exigences spécifiées pour le déploiement automatique n\'a pu être trouvé.',
'no_viable_allocations' => 'Aucun nœud satisfaisant les exigences spécifiées pour le déploiement automatique n\'a pu être trouvé.',
],
'api' => [
'resource_not_found' => 'The requested resource does not exist on this server.',
'resource_not_found' => 'La ressource demandée n\'existe pas sur ce serveur.',
],
];

View File

@ -12,6 +12,6 @@ return [
|
*/
'previous' => '&laquo; Previous',
'next' => 'Next &raquo;',
'previous' => '&laquo; Précédent',
'next' => 'Suivant &raquo;',
];

View File

@ -11,9 +11,9 @@ return [
| has failed, such as for an invalid token or invalid new password.
|
*/
'password' => 'Passwords must be at least six characters and match the confirmation.',
'reset' => 'Your password has been reset!',
'sent' => 'We have e-mailed your password reset link!',
'token' => 'This password reset token is invalid.',
'user' => 'We can\'t find a user with that e-mail address.',
'password' => 'Les mots de passe doivent contenir au moins six caractères et doivent être identiques.',
'reset' => 'Votre mot de passe a été réinitialisé !',
'sent' => 'Nous avons envoyé par e-mail le lien de réinitialisation de votre mot de passe !',
'token' => 'Ce jeton de réinitialisation de mot de passe est invalide.',
'user' => 'Nous n\'avons pas trouvé d\'utilisateur avec cette adresse email.',
];

View File

@ -2,32 +2,32 @@
return [
'permissions' => [
'websocket_*' => 'Allows access to the websocket for this server.',
'control_console' => 'Allows the user to send data to the server console.',
'control_start' => 'Allows the user to start the server instance.',
'control_stop' => 'Allows the user to stop the server instance.',
'control_restart' => 'Allows the user to restart the server instance.',
'control_kill' => 'Allows the user to kill the server instance.',
'user_create' => 'Allows the user to create new user accounts for the server.',
'user_read' => 'Allows the user permission to view users associated with this server.',
'user_update' => 'Allows the user to modify other users associated with this server.',
'user_delete' => 'Allows the user to delete other users associated with this server.',
'file_create' => 'Allows the user permission to create new files and directories.',
'file_read' => 'Allows the user to see files and folders associated with this server instance, as well as view their contents.',
'file_update' => 'Allows the user to update files and folders associated with the server.',
'file_delete' => 'Allows the user to delete files and directories.',
'file_archive' => 'Allows the user to create file archives and decompress existing archives.',
'file_sftp' => 'Allows the user to perform the above file actions using a SFTP client.',
'allocation_read' => 'Allows access to the server allocation management pages.',
'allocation_update' => 'Allows user permission to make modifications to the server\'s allocations.',
'database_create' => 'Allows user permission to create a new database for the server.',
'database_read' => 'Allows user permission to view the server databases.',
'database_update' => 'Allows a user permission to make modifications to a database. If the user does not have the "View Password" permission as well they will not be able to modify the password.',
'database_delete' => 'Allows a user permission to delete a database instance.',
'database_view_password' => 'Allows a user permission to view a database password in the system.',
'schedule_create' => 'Allows a user to create a new schedule for the server.',
'schedule_read' => 'Allows a user permission to view schedules for a server.',
'schedule_update' => 'Allows a user permission to make modifications to an existing server schedule.',
'schedule_delete' => 'Allows a user to delete a schedule for the server.',
'websocket_*' => 'Autorise l\'accès au Websocket pour ce serveur.',
'control_console' => 'Permet à l\'utilisateur d\'envoyer des commandes à la console du serveur.',
'control_start' => 'Autorise l\'utilisateur à démarrer l\'instance du serveur.',
'control_stop' => 'Autorise l\'utilisateur à arrêter l\'instance du serveur.',
'control_restart' => 'Autorise l\'utilisateur à redémarrer l\'instance du serveur.',
'control_kill' => 'Autorise l\'utilisateur à tuer l\'instance du serveur.',
'user_create' => 'Permet à l\'utilisateur de créer de nouveaux comptes utilisateur pour le serveur.',
'user_read' => 'Autorise l\'utilisateur à voir les utilisateurs associés à ce serveur.',
'user_update' => 'Autorise l\'utilisateur à modifier les autres utilisateurs associés à ce serveur.',
'user_delete' => 'Autorise l\'utilisateur à supprimer les autres utilisateurs associés à ce serveur.',
'file_create' => 'Autorise l\'utilisateur à créer de nouveaux fichiers et dossiers.',
'file_read' => 'Permet à l\'utilisateur de voir les fichiers et dossiers associés à cette instance de serveur, ainsi que de voir leur contenu.',
'file_update' => 'Autorise l\'utilisateur à modifier les autres utilisateurs associés à ce serveur.',
'file_delete' => 'Autorise l\'utilisateur à supprimer des fichiers et des dossiers.',
'file_archive' => 'Autorise l\'utilisateur à créer des archives de fichiers et décompresser des archives existantes.',
'file_sftp' => 'Autorise l\'utilisateur à effectuer les actions de fichier ci-dessus en utilisant un client SFTP.',
'allocation_read' => 'Autorise l\'accès aux pages de gestion d\'allocation du serveur.',
'allocation_update' => 'Autorise l\'utilisateur à apporter des modifications aux allocations du serveur.',
'database_create' => 'Autorise l\'utilisateur à créer une nouvelle base de données pour le serveur.',
'database_read' => 'Autorise l\'utilisateur à voir les bases de données du serveur.',
'database_update' => 'Autorise un utilisateur à modifier une base de données. Si l\'utilisateur n\'a pas la permission "Voir le mot de passe", il ne sera pas en mesure de modifier le mot de passe.',
'database_delete' => 'Autorise un utilisateur à supprimer une base de données.',
'database_view_password' => 'Autorise un utilisateur à visualiser un mot de passe de base de données.',
'schedule_create' => 'Autorise un utilisateur à créer une planification pour le serveur.',
'schedule_read' => 'Autorise un utilisateur à voir les planifications d\'un serveur.',
'schedule_update' => 'Autorise un utilisateur à apporter des modifications à une planification d\'un serveur existant.',
'schedule_delete' => 'Autorise un utilisateur à supprimer une planification pour le serveur.',
],
];

View File

@ -1,95 +1,95 @@
<?php
return [
'email' => 'Email',
'email_address' => 'Email address',
'user_identifier' => 'Username or Email',
'password' => 'Password',
'new_password' => 'New password',
'confirm_password' => 'Confirm new password',
'login' => 'Login',
'home' => 'Home',
'servers' => 'Servers',
'email' => 'E-mail',
'email_address' => 'Adresse e-mail',
'user_identifier' => 'Nom d\'utilisateur ou e-mail',
'password' => 'Mot de passe',
'new_password' => 'Nouveau mot de passe',
'confirm_password' => 'Confirmer le nouveau mot de passe',
'login' => 'Connexion',
'home' => 'Accueil',
'servers' => 'Serveurs',
'id' => 'ID',
'name' => 'Name',
'node' => 'Node',
'connection' => 'Connection',
'memory' => 'Memory',
'name' => 'Nom',
'node' => 'Nœud',
'connection' => 'Connexion',
'memory' => 'Mémoire',
'cpu' => 'CPU',
'disk' => 'Disk',
'status' => 'Status',
'search' => 'Search',
'suspended' => 'Suspended',
'account' => 'Account',
'security' => 'Security',
'ip' => 'IP Address',
'last_activity' => 'Last Activity',
'revoke' => 'Revoke',
'2fa_token' => 'Authentication Token',
'submit' => 'Submit',
'close' => 'Close',
'settings' => 'Settings',
'disk' => 'Disque',
'status' => 'Statut',
'search' => 'Rechercher',
'suspended' => 'Suspendu',
'account' => 'Compte',
'security' => 'Sécurité',
'ip' => 'Adresse IP',
'last_activity' => 'Dernière activité',
'revoke' => 'Révoquer',
'2fa_token' => 'Jeton d\'authentification',
'submit' => 'Soumettre',
'close' => 'Fermer',
'settings' => 'Paramètres',
'configuration' => 'Configuration',
'sftp' => 'SFTP',
'databases' => 'Databases',
'memo' => 'Memo',
'created' => 'Created',
'expires' => 'Expires',
'public_key' => 'Token',
'api_access' => 'Api Access',
'never' => 'never',
'sign_out' => 'Sign out',
'admin_control' => 'Admin Control',
'required' => 'Required',
'databases' => 'Bases de données',
'memo' => 'Note',
'created' => 'Créé(e)',
'expires' => 'Expire le',
'public_key' => 'Jeton',
'api_access' => 'Accès API',
'never' => 'jamais',
'sign_out' => 'Déconnexion',
'admin_control' => 'Panneau d\'administration',
'required' => 'Requis',
'port' => 'Port',
'username' => 'Username',
'database' => 'Database',
'new' => 'New',
'username' => 'Nom d\'utilisateur',
'database' => 'Base de données',
'new' => 'Nouveau',
'danger' => 'Danger',
'create' => 'Create',
'select_all' => 'Select All',
'select_none' => 'Select None',
'create' => 'Créer',
'select_all' => 'Tout sélectionner',
'select_none' => 'Annuler la sélection',
'alias' => 'Alias',
'primary' => 'Primary',
'make_primary' => 'Make Primary',
'none' => 'None',
'cancel' => 'Cancel',
'created_at' => 'Created At',
'primary' => 'Principal',
'make_primary' => 'Définir comme principale',
'none' => 'Aucun',
'cancel' => 'Annuler',
'created_at' => 'Créé à',
'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',
'data' => 'Données',
'queued' => 'Ajouté à la file d\'attente',
'last_run' => 'Dernière exécution',
'next_run' => 'Prochaine exécution',
'not_run_yet' => 'Pas encore exécuté',
'yes' => 'Oui',
'no' => 'Non',
'delete' => 'Supprimer',
'2fa' => 'A2F',
'logout' => 'Déconnexion',
'admin_cp' => 'Panel d\'administration',
'optional' => 'Facultatif',
'read_only' => 'Lecture seule',
'relation' => 'Relation',
'owner' => 'Owner',
'owner' => 'Propriétaire',
'admin' => 'Admin',
'subuser' => 'Subuser',
'captcha_invalid' => 'The provided captcha is invalid.',
'tasks' => 'Tasks',
'seconds' => 'Seconds',
'subuser' => 'Sous-utilisateur',
'captcha_invalid' => 'Le captcha fourni est invalide.',
'tasks' => 'Tâches',
'seconds' => 'Secondes',
'minutes' => 'Minutes',
'under_maintenance' => 'Under Maintenance',
'under_maintenance' => 'En maintenance',
'days' => [
'sun' => 'Sunday',
'mon' => 'Monday',
'tues' => 'Tuesday',
'wed' => 'Wednesday',
'thurs' => 'Thursday',
'fri' => 'Friday',
'sat' => 'Saturday',
'sun' => 'Dimanche',
'mon' => 'Lundi',
'tues' => 'Mardi',
'wed' => 'Mercredi',
'thurs' => 'Jeudi',
'fri' => 'Vendredi',
'sat' => 'Samedi',
],
'last_used' => 'Last Used',
'enable' => 'Enable',
'disable' => 'Disable',
'save' => 'Save',
'last_used' => 'Dernière utilisation',
'enable' => 'Activer',
'disable' => 'Désactiver',
'save' => 'Enregistrer',
'copyright' => '&reg; 2024 - :year Pelican',
];

View File

@ -12,78 +12,78 @@ return [
|
*/
'accepted' => 'The :attribute must be accepted.',
'active_url' => 'The :attribute is not a valid URL.',
'after' => 'The :attribute must be a date after :date.',
'after_or_equal' => 'The :attribute must be a date after or equal to :date.',
'alpha' => 'The :attribute may only contain letters.',
'alpha_dash' => 'The :attribute may only contain letters, numbers, and dashes.',
'alpha_num' => 'The :attribute may only contain letters and numbers.',
'array' => 'The :attribute must be an array.',
'before' => 'The :attribute must be a date before :date.',
'before_or_equal' => 'The :attribute must be a date before or equal to :date.',
'accepted' => 'Le champ :attribute doit être accepté.',
'active_url' => 'Le champ :attribute n\'est pas une URL valide.',
'after' => 'Le champ :attribute doit être une date supérieure au :date.',
'after_or_equal' => 'Le champ :attribute doit être une date supérieure ou égale à :date.',
'alpha' => 'Le champ :attribute doit seulement contenir des lettres.',
'alpha_dash' => 'Le champ :attribute doit seulement contenir des lettres, des chiffres et des tirets.',
'alpha_num' => 'Le champ :attribute doit contenir uniquement des chiffres et des lettres.',
'array' => 'Le champ :attribute doit être un tableau.',
'before' => 'Le champ :attribute doit être une date inférieure au :date.',
'before_or_equal' => 'Le champ :attribute doit être une date inférieure ou égale à :date.',
'between' => [
'numeric' => 'The :attribute must be between :min and :max.',
'file' => 'The :attribute must be between :min and :max kilobytes.',
'string' => 'The :attribute must be between :min and :max characters.',
'array' => 'The :attribute must have between :min and :max items.',
'numeric' => 'Le champ :attribute doit être entre :min et :max.',
'file' => 'Le champ :attribute doit représenter un fichier dont le poids est entre :min et :max kilo-octets.',
'string' => 'Le champ :attribute doit contenir entre :min et :max caractères.',
'array' => 'Le champ :attribute doit avoir entre :min et :max éléments.',
],
'boolean' => 'The :attribute field must be true or false.',
'confirmed' => 'The :attribute confirmation does not match.',
'date' => 'The :attribute is not a valid date.',
'date_format' => 'The :attribute does not match the format :format.',
'different' => 'The :attribute and :other must be different.',
'digits' => 'The :attribute must be :digits digits.',
'digits_between' => 'The :attribute must be between :min and :max digits.',
'dimensions' => 'The :attribute has invalid image dimensions.',
'distinct' => 'The :attribute field has a duplicate value.',
'email' => 'The :attribute must be a valid email address.',
'exists' => 'The selected :attribute is invalid.',
'file' => 'The :attribute must be a file.',
'filled' => 'The :attribute field is required.',
'image' => 'The :attribute must be an image.',
'in' => 'The selected :attribute is invalid.',
'in_array' => 'The :attribute field does not exist in :other.',
'integer' => 'The :attribute must be an integer.',
'ip' => 'The :attribute must be a valid IP address.',
'json' => 'The :attribute must be a valid JSON string.',
'boolean' => 'Le champ :attribute doit être vrai ou faux.',
'confirmed' => 'La confirmation :attribute ne correspond pas.',
'date' => 'Le champ :attribute n\'est pas une date valide.',
'date_format' => 'Le champ :attribute ne correspond pas au format :format.',
'different' => 'Les champs :attribute et :other doivent être différents.',
'digits' => 'Le champ :attribute doit avoir :digits chiffres.',
'digits_between' => 'Le champ :attribute doit contenir entre :min et :max chiffres.',
'dimensions' => 'Les dimensions de l\'image pour le champ :attribute sont invalides.',
'distinct' => 'Le champ :attribute a une valeur en double.',
'email' => 'Le champ :attribute doit être une adresse e-mail valide.',
'exists' => 'Le champ :attribute sélectionné n\'est pas valide.',
'file' => 'Le champ :attribute doit être un fichier.',
'filled' => 'Le champ :attribute est requis.',
'image' => 'Le champ :attribute doit être une image.',
'in' => 'Le champ :attribute sélectionné n\'est pas valide.',
'in_array' => 'Le champ :attribute n\'existe pas dans :other.',
'integer' => 'Le champ :attribute doit être un entier.',
'ip' => 'Le champ :attribute doit être une adresse IP valide.',
'json' => 'Le champ :attribute doit être une chaîne JSON valide.',
'max' => [
'numeric' => 'The :attribute may not be greater than :max.',
'file' => 'The :attribute may not be greater than :max kilobytes.',
'string' => 'The :attribute may not be greater than :max characters.',
'array' => 'The :attribute may not have more than :max items.',
'numeric' => 'Le champ ":attribute" ne peut pas être plus grand que :max.',
'file' => 'Le champ ":attribute" ne peut pas être plus grand que :max kilo-octets.',
'string' => 'Le champ :attribute ne peut pas être plus grand que :max caractères.',
'array' => 'Le champ :attribute ne peut pas avoir plus de :max éléments.',
],
'mimes' => 'The :attribute must be a file of type: :values.',
'mimetypes' => 'The :attribute must be a file of type: :values.',
'mimes' => 'Le champ :attribute doit être un fichier de type : :values.',
'mimetypes' => 'Le champ :attribute doit être un fichier de type : :values.',
'min' => [
'numeric' => 'The :attribute must be at least :min.',
'file' => 'The :attribute must be at least :min kilobytes.',
'string' => 'The :attribute must be at least :min characters.',
'array' => 'The :attribute must have at least :min items.',
'numeric' => 'Le champ :attribute doit être supérieur ou égale à :min.',
'file' => 'Le champ :attribute doit être d\'au moins :min kilo-octets.',
'string' => 'Le champ :attribute doit contenir au moins :min caractères.',
'array' => 'Le champ :attribute doit avoir au moins :min éléments.',
],
'not_in' => 'The selected :attribute is invalid.',
'numeric' => 'The :attribute must be a number.',
'present' => 'The :attribute field must be present.',
'regex' => 'The :attribute format is invalid.',
'required' => 'The :attribute field is required.',
'required_if' => 'The :attribute field is required when :other is :value.',
'required_unless' => 'The :attribute field is required unless :other is in :values.',
'required_with' => 'The :attribute field is required when :values is present.',
'required_with_all' => 'The :attribute field is required when :values is present.',
'required_without' => 'The :attribute field is required when :values is not present.',
'required_without_all' => 'The :attribute field is required when none of :values are present.',
'same' => 'The :attribute and :other must match.',
'not_in' => 'Le champ :attribute sélectionné n\'est pas valide.',
'numeric' => 'Le champ :attribute doit être un nombre.',
'present' => 'Le champ :attribute doit être présent.',
'regex' => 'Le format du champ :attribute est invalide.',
'required' => 'Le champ :attribute est requis.',
'required_if' => 'Le champ :attribute est requis lorsque :other est :value.',
'required_unless' => 'Le champ :attribute est requis sauf si :other est dans :values.',
'required_with' => 'Le champ :attribute est requis lorsque :values est présent.',
'required_with_all' => 'Le champ :attribute est requis lorsque :values est présent.',
'required_without' => 'Le champ :attribute est obligatoire quand :values n\'est pas présent.',
'required_without_all' => 'Le champ :attribute est requis quand aucune des :values n\'est présente.',
'same' => 'Les champs :attribute et :other doivent être identiques.',
'size' => [
'numeric' => 'The :attribute must be :size.',
'file' => 'The :attribute must be :size kilobytes.',
'string' => 'The :attribute must be :size characters.',
'array' => 'The :attribute must contain :size items.',
'numeric' => 'Le champ :attribute doit être :size.',
'file' => 'Le champ :attribute doit être de :size kilo-octets.',
'string' => 'Le champ :attribute doit être de :size caractères.',
'array' => 'Le champ :attribute doit contenir :size éléments.',
],
'string' => 'The :attribute must be a string.',
'timezone' => 'The :attribute must be a valid zone.',
'unique' => 'The :attribute has already been taken.',
'uploaded' => 'The :attribute failed to upload.',
'url' => 'The :attribute format is invalid.',
'string' => 'Le champ :attribute doit être une chaîne de caractères.',
'timezone' => 'Le champ :attribute doit être un fuseau horaire valide.',
'unique' => 'Le champ :attribute a déjà été pris.',
'uploaded' => 'Le fichier du champ :attribute n\'a pu être téléversé.',
'url' => 'Le format du champ :attribute est invalide.',
/*
|--------------------------------------------------------------------------
@ -100,7 +100,7 @@ return [
// Internal validation logic for Panel
'internal' => [
'variable_value' => ':env variable',
'invalid_password' => 'The password provided was invalid for this account.',
'variable_value' => 'variable :env',
'invalid_password' => 'Le mot de passe fourni n\'est pas valide pour ce compte.',
],
];

View File

@ -2,18 +2,18 @@
return [
'notices' => [
'imported' => 'Successfully imported this Egg and its associated variables.',
'updated_via_import' => 'This Egg has been updated using the file provided.',
'deleted' => 'Successfully deleted the requested egg from the Panel.',
'updated' => 'Egg configuration has been updated successfully.',
'script_updated' => 'Egg install script has been updated and will run whenever servers are installed.',
'egg_created' => 'A new egg was laid successfully. You will need to restart any running daemons to apply this new egg.',
'imported' => 'ביצה זו והמשתנים הקשורים לה יובאו בהצלחה.',
'updated_via_import' => 'ביצה זו עודכנה באמצעות הקובץ שסופק.',
'deleted' => 'נמחקה בהצלחה הביצה המבוקשת מהחלונית.',
'updated' => 'תצורת הביצה עודכנה בהצלחה.',
'script_updated' => 'סקריפט התקנת הביצה עודכן ויפעל בכל פעם שיותקנו שרתים.',
'egg_created' => 'ביצה חדשה הוטלה בהצלחה. תצטרך להפעיל מחדש את כל הדמונים הפועלים כדי להחיל את התיקון החדש הזה.',
],
'variables' => [
'notices' => [
'variable_deleted' => 'The variable ":variable" has been deleted and will no longer be available to servers once rebuilt.',
'variable_updated' => 'The variable ":variable" has been updated. You will need to rebuild any servers using this variable in order to apply changes.',
'variable_created' => 'New variable has successfully been created and assigned to this egg.',
'variable_deleted' => 'המשתנה ":variable" נמחק ולא יהיה זמין יותר לשרתים לאחר הבנייה מחדש.',
'variable_updated' => 'המשתנה ":variable" עודכן. תצטרך לבנות מחדש את כל השרתים המשתמשים במשתנה זה כדי להחיל שינויים.',
'variable_created' => 'משתנה חדש נוצר בהצלחה והוקצה לביצה זו.',
],
],
];

View File

@ -2,14 +2,14 @@
return [
'validation' => [
'fqdn_not_resolvable' => 'The FQDN or IP address provided does not resolve to a valid IP address.',
'fqdn_required_for_ssl' => 'A fully qualified domain name that resolves to a public IP address is required in order to use SSL for this node.',
'fqdn_not_resolvable' => 'כתובת ה-FQDN או ה-IP שסופקו אינם פונים לכתובת IP חוקית.',
'fqdn_required_for_ssl' => 'דרוש שם דומיין מוסמך במלואו שמגיע לכתובת IP ציבורית כדי להשתמש ב-SSL עבור צומת זה.',
],
'notices' => [
'allocations_added' => 'Allocations have successfully been added to this node.',
'node_deleted' => 'Node has been successfully removed from the panel.',
'node_created' => 'Successfully created new node. You can automatically configure the daemon on this machine by visiting the \'Configuration\' tab. <strong>Before you can add any servers you must first allocate at least one IP address and port.</strong>',
'node_updated' => 'Node information has been updated. If any daemon settings were changed you will need to reboot it for those changes to take effect.',
'unallocated_deleted' => 'Deleted all un-allocated ports for <code>:ip</code>.',
'allocations_added' => 'הקצאות נוספו בהצלחה לצומת זה.',
'node_deleted' => 'הצומת הוסר מהחלונית בהצלחה.',
'node_created' => 'צומת חדש נוצר בהצלחה. אתה יכול להגדיר באופן אוטומטי את הדמון במחשב זה על ידי ביקור בכרטיסייה \'תצורה\'. <strong>לפני שתוכל להוסיף שרתים, תחילה עליך להקצות לפחות כתובת IP אחת ויציאה אחת.</strong>',
'node_updated' => 'מידע הצומת עודכן. אם הגדרות דמון כלשהן שונו, תצטרך לאתחל אותה כדי שהשינויים האלה ייכנסו לתוקף.',
'unallocated_deleted' => 'מחק את כל היציאות שלא הוקצו עבור <code>:ip</code>.',
],
];

View File

@ -2,26 +2,26 @@
return [
'exceptions' => [
'no_new_default_allocation' => 'You are attempting to delete the default allocation for this server but there is no fallback allocation to use.',
'marked_as_failed' => 'This server was marked as having failed a previous installation. Current status cannot be toggled in this state.',
'bad_variable' => 'There was a validation error with the :name variable.',
'daemon_exception' => 'There was an exception while attempting to communicate with the daemon resulting in a HTTP/:code response code. This exception has been logged. (request id: :request_id)',
'default_allocation_not_found' => 'The requested default allocation was not found in this server\'s allocations.',
'no_new_default_allocation' => 'אתה מנסה למחוק את הקצאת ברירת המחדל עבור שרת זה, אך אין הקצאה חוזרת לשימוש.',
'marked_as_failed' => 'שרת זה סומן כנכשל בהתקנה קודמת. לא ניתן לשנות את המצב הנוכחי במצב זה.',
'bad_variable' => 'אירעה שגיאת אימות עם המשתנה :name.',
'daemon_exception' => 'היה חריג בעת ניסיון לתקשר עם הדמון וכתוצאה מכך קוד תגובה של HTTP/:code. חריג זה נרשם. (מזהה בקשה: :request_id)',
'default_allocation_not_found' => 'הקצאת ברירת המחדל המבוקשת לא נמצאה בהקצאות של שרת זה.',
],
'alerts' => [
'startup_changed' => 'The startup configuration for this server has been updated. If this server\'s egg was changed a reinstall will be occurring now.',
'server_deleted' => 'Server has successfully been deleted from the system.',
'server_created' => 'Server was successfully created on the panel. Please allow the daemon a few minutes to completely install this server.',
'build_updated' => 'The build details for this server have been updated. Some changes may require a restart to take effect.',
'suspension_toggled' => 'Server suspension status has been changed to :status.',
'rebuild_on_boot' => 'This server has been marked as requiring a Docker Container rebuild. This will happen the next time the server is started.',
'install_toggled' => 'The installation status for this server has been toggled.',
'server_reinstalled' => 'This server has been queued for a reinstallation beginning now.',
'details_updated' => 'Server details have been successfully updated.',
'docker_image_updated' => 'Successfully changed the default Docker image to use for this server. A reboot is required to apply this change.',
'node_required' => 'You must have at least one node configured before you can add a server to this panel.',
'transfer_nodes_required' => 'You must have at least two nodes configured before you can transfer servers.',
'transfer_started' => 'Server transfer has been started.',
'transfer_not_viable' => 'The node you selected does not have the required disk space or memory available to accommodate this server.',
'startup_changed' => 'תצורת האתחול של שרת זה עודכנה. אם הביצה של שרת זה שונתה, תתבצע התקנה מחדש כעת.',
'server_deleted' => 'השרת נמחק בהצלחה מהמערכת.',
'server_created' => 'השרת נוצר בהצלחה בחלונית. אנא אפשר לדמון כמה דקות להתקין את השרת הזה לחלוטין.',
'build_updated' => 'פרטי הבנייה של שרת זה עודכנו. שינויים מסוימים עשויים לדרוש הפעלה מחדש כדי להיכנס לתוקף.',
'suspension_toggled' => 'סטטוס השעיית השרת שונה ל-:status.',
'rebuild_on_boot' => 'שרת זה סומן כמי שדורש בנייה מחדש של קונטיינר Docker. זה יקרה בפעם הבאה שהשרת יופעל.',
'install_toggled' => 'סטטוס ההתקנה של שרת זה השתנה.',
'server_reinstalled' => 'שרת זה עמד בתור להתקנה מחדש שמתחילה כעת.',
'details_updated' => 'פרטי השרת עודכנו בהצלחה.',
'docker_image_updated' => 'שינה בהצלחה את תמונת ברירת המחדל של Docker לשימוש עבור שרת זה. נדרש אתחול כדי להחיל שינוי זה.',
'node_required' => 'עליך להגדיר לפחות צומת אחד לפני שתוכל להוסיף שרת ללוח זה.',
'transfer_nodes_required' => 'עליך להגדיר לפחות שני צמתים לפני שתוכל להעביר שרתים.',
'transfer_started' => 'העברת השרת החלה.',
'transfer_not_viable' => 'לצומת שבחרת אין את שטח הדיסק או הזיכרון הנדרשים כדי להכיל שרת זה.',
],
];

View File

@ -2,11 +2,11 @@
return [
'exceptions' => [
'user_has_servers' => 'Cannot delete a user with active servers attached to their account. Please delete their servers before continuing.',
'user_is_self' => 'Cannot delete your own user account.',
'user_has_servers' => 'לא ניתן למחוק משתמש עם שרתים פעילים המחוברים לחשבון שלו. נא למחוק את השרתים שלהם לפני שתמשיך.',
'user_is_self' => 'לא ניתן למחוק את חשבון המשתמש שלך.',
],
'notices' => [
'account_created' => 'Account has been created successfully.',
'account_updated' => 'Account has been successfully updated.',
'account_created' => 'החשבון נוצר בהצלחה.',
'account_updated' => 'החשבון עודכן בהצלחה.',
],
];

View File

@ -2,52 +2,52 @@
return [
'user' => [
'search_users' => 'Enter a Username, User ID, or Email Address',
'select_search_user' => 'ID of user to delete (Enter \'0\' to re-search)',
'deleted' => 'User successfully deleted from the Panel.',
'confirm_delete' => 'Are you sure you want to delete this user from the Panel?',
'no_users_found' => 'No users were found for the search term provided.',
'multiple_found' => 'Multiple accounts were found for the user provided, unable to delete a user because of the --no-interaction flag.',
'ask_admin' => 'Is this user an administrator?',
'ask_email' => 'Email Address',
'ask_username' => 'Username',
'ask_name_first' => 'First Name',
'ask_name_last' => 'Last Name',
'ask_password' => 'Password',
'ask_password_tip' => 'If you would like to create an account with a random password emailed to the user, re-run this command (CTRL+C) and pass the `--no-password` flag.',
'ask_password_help' => 'Passwords must be at least 8 characters in length and contain at least one capital letter and number.',
'search_users' => 'הזן שם משתמש, מזהה משתמש או כתובת דואר אלקטרוני',
'select_search_user' => 'מזהה המשתמש שיש למחוק (הזן \'0\' כדי לחפש מחדש)',
'deleted' => 'המשתמש נמחק בהצלחה מהחלונית.',
'confirm_delete' => 'האם אתה בטוח שברצונך למחוק את המשתמש הזה מהחלונית?',
'no_users_found' => 'לא נמצאו משתמשים עבור מונח החיפוש שסופק.',
'multiple_found' => 'נמצאו חשבונות מרובים עבור המשתמש שסופק, לא ניתן למחוק משתמש בגלל הדגל --no-interaction.',
'ask_admin' => 'האם משתמש זה הוא מנהל מערכת?',
'ask_email' => 'כתובת דוא"ל',
'ask_username' => 'שם משתמש',
'ask_name_first' => 'שם פרטי',
'ask_name_last' => 'שם משפחה',
'ask_password' => 'סיסמה',
'ask_password_tip' => 'אם ברצונך ליצור חשבון עם סיסמה אקראית שנשלחת באימייל למשתמש, הפעל מחדש את הפקודה הזו (CTRL+C) והעביר את הדגל `--no-password`.',
'ask_password_help' => 'סיסמאות חייבות להיות באורך של לפחות 8 תווים ולהכיל לפחות אות גדולה ומספר אחד.',
'2fa_help_text' => [
'This command will disable 2-factor authentication for a user\'s account if it is enabled. This should only be used as an account recovery command if the user is locked out of their account.',
'If this is not what you wanted to do, press CTRL+C to exit this process.',
'פקודה זו תשבית אימות דו-שלבי עבור חשבון משתמש אם היא מופעלת. זה אמור לשמש כפקודה לשחזור חשבון רק אם המשתמש ננעל מחוץ לחשבון שלו.',
'אם זה לא מה שרצית לעשות, הקש CTRL+C כדי לצאת מהתהליך הזה.',
],
'2fa_disabled' => '2-Factor authentication has been disabled for :email.',
'2fa_disabled' => 'אימות דו-שלבי הושבת עבור :email.',
],
'schedule' => [
'output_line' => 'Dispatching job for first task in `:schedule` (:hash).',
'output_line' => 'שולח עבודה למשימה ראשונה ב-`:schedule` (:hash).',
],
'maintenance' => [
'deleting_service_backup' => 'Deleting service backup file :file.',
'deleting_service_backup' => 'מחיקת קובץ גיבוי שירות: :file.',
],
'server' => [
'rebuild_failed' => 'Rebuild request for ":name" (#:id) on node ":node" failed with error: :message',
'rebuild_failed' => 'בקשת בנייה מחדש עבור ":name" (#:id) בצומת ":node" נכשלה עם שגיאה: :message',
'reinstall' => [
'failed' => 'Reinstall request for ":name" (#:id) on node ":node" failed with error: :message',
'confirm' => 'You are about to reinstall against a group of servers. Do you wish to continue?',
'failed' => 'בקשת התקנה מחדש עבור ":name" (#:id) בצומת ":node" נכשלה עם שגיאה: :message',
'confirm' => 'אתה עומד להתקין מחדש מול קבוצת שרתים. האם אתה מקווה להמשיך?',
],
'power' => [
'confirm' => 'You are about to perform a :action against :count servers. Do you wish to continue?',
'action_failed' => 'Power action request for ":name" (#:id) on node ":node" failed with error: :message',
'confirm' => 'אתה עומד לבצע :פעולה נגד :count שרתים האם ברצונך להמשיך?',
'action_failed' => 'בקשת פעולת הפעלה עבור ":name" (#:id) בצומת ":node" נכשלה עם שגיאה: :message',
],
],
'environment' => [
'mail' => [
'ask_smtp_host' => 'SMTP Host (e.g. smtp.gmail.com)',
'ask_smtp_port' => 'SMTP Port',
'ask_smtp_username' => 'SMTP Username',
'ask_smtp_password' => 'SMTP Password',
'ask_mailgun_domain' => 'Mailgun Domain',
'ask_mailgun_endpoint' => 'Mailgun Endpoint',
'ask_mailgun_secret' => 'Mailgun Secret',
'ask_smtp_host' => 'מארח SMTP (למשל smtp.gmail.com)',
'ask_smtp_port' => 'יציאת SMTP',
'ask_smtp_username' => 'שם משתמש SMTP',
'ask_smtp_password' => 'סיסמאת SMTP',
'ask_mailgun_domain' => 'דומיין Mailgun',
'ask_mailgun_endpoint' => 'נקודת קצה של Mailgun',
'ask_mailgun_secret' => 'הסוד של Mailgun',
'ask_mandrill_secret' => 'Mandrill Secret',
'ask_postmark_username' => 'Postmark API Key',
'ask_driver' => 'Which driver should be used for sending emails?',

View File

@ -2,27 +2,27 @@
return [
'email' => [
'title' => 'Update your email',
'updated' => 'Your email address has been updated.',
'title' => 'עדכנו את הדואר האלקטרוני שלכם',
'updated' => 'כתובת הדוא"ל התעדכנה.',
],
'password' => [
'title' => 'Change your password',
'requirements' => 'Your new password should be at least 8 characters in length.',
'updated' => 'Your password has been updated.',
'title' => 'שנה את סיסמתך',
'requirements' => 'הסיסמה החדשה שלך צריכה להיות באורך של לפחות 8 תווים.',
'updated' => 'הסיסמא שלך עודכנה.',
],
'two_factor' => [
'button' => 'Configure 2-Factor Authentication',
'disabled' => 'Two-factor authentication has been disabled on your account. You will no longer be prompted to provide a token when logging in.',
'enabled' => 'Two-factor authentication has been enabled on your account! From now on, when logging in, you will be required to provide the code generated by your device.',
'invalid' => 'The token provided was invalid.',
'button' => 'הגדר אימות דו-שלבי',
'disabled' => 'אימות דו-שלבי הושבת בחשבונך. לא תתבקש יותר לספק אסימון בעת הכניסה.',
'enabled' => 'אימות דו-שלבי הופעל בחשבון שלך! מעתה, בעת הכניסה, תידרש לספק את הקוד שנוצר על ידי המכשיר שלך.',
'invalid' => 'הטוקן שסופק היה לא חוקי.',
'setup' => [
'title' => 'Setup two-factor authentication',
'help' => 'Can\'t scan the code? Enter the code below into your application:',
'field' => 'Enter token',
'title' => 'הגדר אימות דו-שלבי',
'help' => 'לא מצליחים לסרוק את הקוד? הזן את הקוד למטה באפליקציה שלך:',
'field' => 'הזן טוקן',
],
'disable' => [
'title' => 'Disable two-factor authentication',
'field' => 'Enter token',
'title' => 'השבת אימות דו-שלבי',
'field' => 'הזן טוקן',
],
],
];

View File

@ -1,8 +1,8 @@
<?php
return [
'search' => 'Search for servers...',
'no_matches' => 'There were no servers found matching the search criteria provided.',
'cpu_title' => 'CPU',
'memory_title' => 'Memory',
'search' => 'חפש שרתים...',
'no_matches' => 'לא נמצאו שרתים התואמים לקריטריוני החיפוש שסופקו.',
'cpu_title' => 'מעבד',
'memory_title' => 'זיכרון',
];

View File

@ -12,6 +12,6 @@ return [
|
*/
'previous' => '&laquo; Previous',
'next' => 'Next &raquo;',
'previous' => '&laquo; קודם',
'next' => 'הבא &raquo;',
];

View File

@ -11,9 +11,9 @@ return [
| has failed, such as for an invalid token or invalid new password.
|
*/
'password' => 'Passwords must be at least six characters and match the confirmation.',
'reset' => 'Your password has been reset!',
'sent' => 'We have e-mailed your password reset link!',
'token' => 'This password reset token is invalid.',
'user' => 'We can\'t find a user with that e-mail address.',
'password' => 'סיסמאות חייבות להיות לפחות שישה תווים ולהתאים לאישור.',
'reset' => 'הסיסמה שלך אופסה!',
'sent' => 'שלחנו באימייל קישור לאיפוס הסיסמה שלך!',
'token' => 'טוקן איפוס סיסמה זה אינו חוקי.',
'user' => 'אנחנו לא יכולים למצוא משתמש עם כתובת האימייל הזו.',
];

View File

@ -1,42 +1,42 @@
<?php
return [
'email' => 'Email',
'email_address' => 'Email address',
'user_identifier' => 'Username or Email',
'password' => 'Password',
'new_password' => 'New password',
'confirm_password' => 'Confirm new password',
'login' => 'Login',
'email' => 'דוא"ל',
'email_address' => 'כתובת דוא"ל',
'user_identifier' => 'שם משתשמש או דואר אלקטרוני',
'password' => 'סיסמה',
'new_password' => 'סיסמה חדשה',
'confirm_password' => 'תאשר סיסמא חדשה',
'login' => 'התחברות',
'home' => 'Home',
'servers' => 'Servers',
'id' => 'ID',
'name' => 'Name',
'node' => 'Node',
'connection' => 'Connection',
'memory' => 'Memory',
'cpu' => 'CPU',
'disk' => 'Disk',
'status' => 'Status',
'search' => 'Search',
'suspended' => 'Suspended',
'account' => 'Account',
'security' => 'Security',
'ip' => 'IP Address',
'last_activity' => 'Last Activity',
'servers' => 'שרתים',
'id' => 'מספר מזהה',
'name' => 'שם',
'node' => 'צומת',
'connection' => 'חיבור',
'memory' => 'זיכרון',
'cpu' => 'מעבד',
'disk' => 'דיסק',
'status' => 'סטטוס',
'search' => 'חיפוש',
'suspended' => 'מושעה',
'account' => 'חשבון',
'security' => 'אבטחה',
'ip' => '‏כתובת IP',
'last_activity' => 'פעילות אחרונה',
'revoke' => 'Revoke',
'2fa_token' => 'Authentication Token',
'2fa_token' => 'טוקן אימות',
'submit' => 'Submit',
'close' => 'Close',
'settings' => 'Settings',
'configuration' => 'Configuration',
'close' => 'סגור',
'settings' => 'הגדרות',
'configuration' => 'תצורה',
'sftp' => 'SFTP',
'databases' => 'Databases',
'databases' => 'מסדי נתונים',
'memo' => 'Memo',
'created' => 'Created',
'expires' => 'Expires',
'public_key' => 'Token',
'api_access' => 'Api Access',
'api_access' => 'גישה ל- API',
'never' => 'never',
'sign_out' => 'Sign out',
'admin_control' => 'Admin Control',

View File

@ -1,8 +1,8 @@
<?php
return [
'search' => 'Search for servers...',
'no_matches' => 'There were no servers found matching the search criteria provided.',
'cpu_title' => 'CPU',
'memory_title' => 'Memory',
'search' => 'सर्वर्स की खोज करें...',
'no_matches' => 'प्रदान किए गए खोज मानदंडों से मेल खाने वाला कोई सर्वर नहीं मिला।',
'cpu_title' => 'सीपीयू',
'memory_title' => 'मेमोरी',
];

View File

@ -2,10 +2,10 @@
return [
'permissions' => [
'websocket_*' => 'Allows access to the websocket for this server.',
'control_console' => 'Allows the user to send data to the server console.',
'control_start' => 'Allows the user to start the server instance.',
'control_stop' => 'Allows the user to stop the server instance.',
'websocket_*' => 'इस सर्वर के लिए वेबसॉकेट तक पहुँच देता है।',
'control_console' => 'उपयोगकर्ता को सर्वर कंसोल में डेटा भेजने की अनुमति देता है।',
'control_start' => 'उपयोगकर्ता को सर्वर उदाहरण को प्रारंभ करने की अनुमति देता है।',
'control_stop' => 'उपयोगकर्ता को सर्वर उदाहरण को प्रारंभ करने की अनुमति देता है।',
'control_restart' => 'Allows the user to restart the server instance.',
'control_kill' => 'Allows the user to kill the server instance.',
'user_create' => 'Allows the user to create new user accounts for the server.',

View File

@ -1,27 +1,27 @@
<?php
return [
'sign_in' => 'Sign In',
'go_to_login' => 'Go to Login',
'failed' => 'No account matching those credentials could be found.',
'sign_in' => 'Prijavi se',
'go_to_login' => 'Idi na prijavu',
'failed' => 'Nema računa sa tim podatcima.',
'forgot_password' => [
'label' => 'Forgot Password?',
'label_help' => 'Enter your account email address to receive instructions on resetting your password.',
'button' => 'Recover Account',
'label' => 'Zaboravio lozinku?',
'label_help' => 'Napiši svoju email adresu računa kako bi dobio instrukcije da promjeniš lozinku.',
'button' => 'Oporavi račun',
],
'reset_password' => [
'button' => 'Reset and Sign In',
'button' => 'Promjeni i prijavi se',
],
'two_factor' => [
'label' => '2-Factor Token',
'label_help' => 'This account requires a second layer of authentication in order to continue. Please enter the code generated by your device to complete this login.',
'checkpoint_failed' => 'The two-factor authentication token was invalid.',
'label' => '2 Faktor Token',
'label_help' => 'Ovaj račun ima 2 sloja provjere sigurnosti. Kako bi ste nastavili napišite kod koji je generiran od vašeg uređaja.',
'checkpoint_failed' => '2 Faktor Token nije točan.',
],
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
'password_requirements' => 'Password must be at least 8 characters in length and should be unique to this site.',
'2fa_must_be_enabled' => 'The administrator has required that 2-Factor Authentication be enabled for your account in order to use the Panel.',
'throttle' => 'Previše pokušaja prijave. Pokušajte ponovno za :seconds sekundi.',
'password_requirements' => 'Lozinka mora imati makar 8 karaktera i biti samo za ovu stranicu.',
'2fa_must_be_enabled' => 'Administrator je odabrao da morate imate 2 Faktor kako bi ste koristli ovu stranicu.',
];

View File

@ -2,27 +2,27 @@
return [
'email' => [
'title' => 'Update your email',
'updated' => 'Your email address has been updated.',
'title' => 'Promjeni svoj email',
'updated' => 'Vaša e-mail adresa je ažurirana.',
],
'password' => [
'title' => 'Change your password',
'requirements' => 'Your new password should be at least 8 characters in length.',
'updated' => 'Your password has been updated.',
'title' => 'Promijeni lozinku',
'requirements' => 'Vaša nova lozinka treba imati makar 8 karaktera.',
'updated' => 'Vaša lozinka je ažurirana.',
],
'two_factor' => [
'button' => 'Configure 2-Factor Authentication',
'disabled' => 'Two-factor authentication has been disabled on your account. You will no longer be prompted to provide a token when logging in.',
'enabled' => 'Two-factor authentication has been enabled on your account! From now on, when logging in, you will be required to provide the code generated by your device.',
'invalid' => 'The token provided was invalid.',
'button' => 'Konfiguriraj 2 Faktor authentikaciju.',
'disabled' => '2 Faktor authentikacija je isključena na vašem računu. Više vas nećemo pitati za token kada se prijavljate.',
'enabled' => '2 Faktor authentikacija je uključena na vašem računu. Od sada kada se prijavljate morate upisati kod koji je vaš uređaj generirio.',
'invalid' => 'Token je netočan.',
'setup' => [
'title' => 'Setup two-factor authentication',
'help' => 'Can\'t scan the code? Enter the code below into your application:',
'field' => 'Enter token',
'title' => 'Postavi 2 faktor autentikaciju.',
'help' => 'Ne možeš skenirati kod? Napiši ovaj kod u svoju aplikaciju:',
'field' => 'Upiši token',
],
'disable' => [
'title' => 'Disable two-factor authentication',
'field' => 'Enter token',
'title' => 'Isključi dva faktor autentikaciju',
'field' => 'Upiši token',
],
],
];

View File

@ -1,8 +1,8 @@
<?php
return [
'search' => 'Search for servers...',
'no_matches' => 'There were no servers found matching the search criteria provided.',
'search' => 'Pretraži servere...',
'no_matches' => 'Nisu pronađeni serveri koji odgovaraju navedenim kriterijima pretraživanja.',
'cpu_title' => 'CPU',
'memory_title' => 'Memory',
'memory_title' => 'Memorija',
];

View File

@ -2,62 +2,62 @@
return [
'email' => 'Email',
'email_address' => 'Email address',
'user_identifier' => 'Username or Email',
'password' => 'Password',
'new_password' => 'New password',
'confirm_password' => 'Confirm new password',
'login' => 'Login',
'home' => 'Home',
'servers' => 'Servers',
'email_address' => 'Email adresa',
'user_identifier' => 'Korisničko ime ili Email',
'password' => 'Lozinka',
'new_password' => 'Nova lozinka',
'confirm_password' => 'Potvrdi novu lozinku',
'login' => 'Prijava',
'home' => 'Početna',
'servers' => 'Serveri',
'id' => 'ID',
'name' => 'Name',
'name' => 'Ime',
'node' => 'Node',
'connection' => 'Connection',
'memory' => 'Memory',
'connection' => 'Veza',
'memory' => 'Memorija',
'cpu' => 'CPU',
'disk' => 'Disk',
'status' => 'Status',
'search' => 'Search',
'suspended' => 'Suspended',
'account' => 'Account',
'security' => 'Security',
'ip' => 'IP Address',
'last_activity' => 'Last Activity',
'revoke' => 'Revoke',
'2fa_token' => 'Authentication Token',
'submit' => 'Submit',
'close' => 'Close',
'settings' => 'Settings',
'configuration' => 'Configuration',
'status' => 'Stanje',
'search' => 'Pretraživanje',
'suspended' => 'Suspendiran',
'account' => 'Račun',
'security' => 'Sigurnost',
'ip' => 'IP Adresa',
'last_activity' => 'Posljednja aktivnost',
'revoke' => 'Ukloni',
'2fa_token' => '2 Faktor Token',
'submit' => 'Potvrdi',
'close' => 'Zatvori',
'settings' => 'Postavke',
'configuration' => 'Postavke',
'sftp' => 'SFTP',
'databases' => 'Databases',
'databases' => 'Databaze',
'memo' => 'Memo',
'created' => 'Created',
'expires' => 'Expires',
'created' => 'Kreirano',
'expires' => 'Istječe',
'public_key' => 'Token',
'api_access' => 'Api Access',
'never' => 'never',
'sign_out' => 'Sign out',
'admin_control' => 'Admin Control',
'required' => 'Required',
'api_access' => 'Api pristup',
'never' => 'nikad',
'sign_out' => 'Odjava',
'admin_control' => 'Administrator Kontrola',
'required' => 'Potrebno',
'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',
'username' => 'Ime',
'database' => 'Databaza',
'new' => 'Novo',
'danger' => 'Opasno',
'create' => 'Kreiraj',
'select_all' => 'Odaberi sve',
'select_none' => 'Odaberi ništa',
'alias' => 'Drugo ime',
'primary' => 'Glavni',
'make_primary' => 'Označi kao glavni',
'none' => 'Ništa',
'cancel' => 'Odustani',
'created_at' => 'Stvoreno',
'action' => 'Akcija',
'data' => 'Podaci',
'queued' => 'U redu čekanja',
'last_run' => 'Last Run',
'next_run' => 'Next Run',
'not_run_yet' => 'Not Run Yet',

View File

@ -8,123 +8,123 @@
*/
return [
'auth' => [
'fail' => 'Failed log in',
'success' => 'Logged in',
'password-reset' => 'Password reset',
'reset-password' => 'Requested password reset',
'checkpoint' => 'Two-factor authentication requested',
'recovery-token' => 'Used two-factor recovery token',
'token' => 'Solved two-factor challenge',
'ip-blocked' => 'Blocked request from unlisted IP address for :identifier',
'fail' => 'Sikertelen bejelenzkezés',
'success' => 'Bejelentkezve',
'password-reset' => 'Jelszó helyreállítás',
'reset-password' => 'Jelszó helyreállítási kérelem',
'checkpoint' => 'Két-faktoros hitelesítési kérelem',
'recovery-token' => 'Két-faktoros helyreállítási kulcs használata',
'token' => 'Sikeres két-faktoros hitelesítés',
'ip-blocked' => 'Blokkolt kérés a következő nem listázott IP-címről: :identifier',
'sftp' => [
'fail' => 'Failed SFTP log in',
'fail' => 'Sikertelen SFTP bejelentkezés',
],
],
'user' => [
'account' => [
'email-changed' => 'Changed email from :old to :new',
'password-changed' => 'Changed password',
'email-changed' => 'Email cím megváltoztatva :old -ról :new -ra',
'password-changed' => 'Jelszó megváltoztatva',
],
'api-key' => [
'create' => 'Created new API key :identifier',
'delete' => 'Deleted API key :identifier',
'create' => 'Új API kulcs létrehozva :identifier',
'delete' => 'API kulcs törölve :identifier',
],
'ssh-key' => [
'create' => 'Added SSH key :fingerprint to account',
'delete' => 'Removed SSH key :fingerprint from account',
'create' => 'SSH kulcs :fingerprint hozzáadva a fiókhoz',
'delete' => 'SSH kulcs :fingerprint törölve a fiókból',
],
'two-factor' => [
'create' => 'Enabled two-factor auth',
'delete' => 'Disabled two-factor auth',
'create' => 'Két-faktoros hitelesítés bekapcsolva',
'delete' => 'Két-faktoros hitelesítés kikapcsolva',
],
],
'server' => [
'reinstall' => 'Reinstalled server',
'reinstall' => 'Szerver újratelepítve',
'console' => [
'command' => 'Executed ":command" on the server',
'command' => 'Végrehajtott ":command" parancs a szerveren',
],
'power' => [
'start' => 'Started the server',
'stop' => 'Stopped the server',
'restart' => 'Restarted the server',
'kill' => 'Killed the server process',
'start' => 'Szerver elindítva',
'stop' => 'Szerver leállítva',
'restart' => 'Szerver újraindítva',
'kill' => 'Szerver folyamat leállítva',
],
'backup' => [
'download' => 'Downloaded the :name backup',
'delete' => 'Deleted the :name backup',
'restore' => 'Restored the :name backup (deleted files: :truncate)',
'restore-complete' => 'Completed restoration of the :name backup',
'restore-failed' => 'Failed to complete restoration of the :name backup',
'start' => 'Started a new backup :name',
'complete' => 'Marked the :name backup as complete',
'fail' => 'Marked the :name backup as failed',
'lock' => 'Locked the :name backup',
'unlock' => 'Unlocked the :name backup',
'download' => ':name biztonsági mentés letöltve',
'delete' => ':name biztonsági mentés törölve',
'restore' => ':name biztonsági mentés helyreállítva. (törölt fájlok :truncate)',
'restore-complete' => ':name biztonsági mentés helyreállítása befejezve',
'restore-failed' => 'Nem sikerült visszaállítani a :name biztonsági mentést',
'start' => 'Új biztonsági mentés :name',
'complete' => ':name biztonsági mentés megjelölve befejezettként',
'fail' => ':name biztonsági mentés sikertelennek jelölve',
'lock' => ':name biztonsági mentés zárolva',
'unlock' => ':name biztonsági mentés zárolása feloldva',
],
'database' => [
'create' => 'Created new database :name',
'rotate-password' => 'Password rotated for database :name',
'delete' => 'Deleted database :name',
'create' => 'Új adatbázis létrehozva :name',
'rotate-password' => 'Új jelszó létrehozva a(z) :name adatbázishoz',
'delete' => ':name adatbázis törölve',
],
'file' => [
'compress_one' => 'Compressed :directory:file',
'compress_other' => 'Compressed :count files in :directory',
'read' => 'Viewed the contents of :file',
'copy' => 'Created a copy of :file',
'create-directory' => 'Created directory :directory:name',
'decompress' => 'Decompressed :files in :directory',
'delete_one' => 'Deleted :directory:files.0',
'delete_other' => 'Deleted :count files in :directory',
'download' => 'Downloaded :file',
'pull' => 'Downloaded a remote file from :url to :directory',
'rename_one' => 'Renamed :directory:files.0.from to :directory:files.0.to',
'rename_other' => 'Renamed :count files in :directory',
'write' => 'Wrote new content to :file',
'upload' => 'Began a file upload',
'uploaded' => 'Uploaded :directory:file',
'compress_one' => ':directory:file tömörítve',
'compress_other' => ':count tömörített fájl a :directory könyvtárban',
'read' => 'Megtekintette a :file tartalmát',
'copy' => 'Másolatot készített a :file -ról',
'create-directory' => 'Könyvtár létrehozva :directory:name',
'decompress' => 'Kicsomagolva :files a :directory könyvtárban',
'delete_one' => ':directory:files.0 törölve',
'delete_other' => ':count fájl törölve a :directory könyvtárban',
'download' => ':file letölve',
'pull' => 'Egy távoli fájl letöltve a :url -ról a :directory könyvtárba',
'rename_one' => ':directory:files.0 átnevezve :directory:files.0.to -ra',
'rename_other' => ':count fájl átnevezve a :directory könyvtárban',
'write' => 'Új tartalom hozzáadva a :file -hoz',
'upload' => 'Elkezdte egy fájl feltöltését',
'uploaded' => ':direcotry:file feltöltve',
],
'sftp' => [
'denied' => 'Blocked SFTP access due to permissions',
'create_one' => 'Created :files.0',
'create_other' => 'Created :count new files',
'write_one' => 'Modified the contents of :files.0',
'write_other' => 'Modified the contents of :count files',
'delete_one' => 'Deleted :files.0',
'delete_other' => 'Deleted :count files',
'create-directory_one' => 'Created the :files.0 directory',
'create-directory_other' => 'Created :count directories',
'rename_one' => 'Renamed :files.0.from to :files.0.to',
'rename_other' => 'Renamed or moved :count files',
'denied' => 'SFTP hozzáférés megtagadva hiányzó jogosultságok miatt',
'create_one' => 'Létrehozva :files.0',
'create_other' => 'Létrehozva :count új fájl',
'write_one' => ':files.0 tartalma módosítva',
'write_other' => ':count fájl tartalma módosítva',
'delete_one' => 'Törölve :files.0',
'delete_other' => 'Törölve :count db fájl',
'create-directory_one' => ':files.0 könyvtár létrehozva',
'create-directory_other' => ':count darab könyvtár létrehozva',
'rename_one' => 'Átnevezve :files.0.from -ról :files.0.to -ra',
'rename_other' => 'Átnevezett vagy áthelyezett :count darab fájlt',
],
'allocation' => [
'create' => 'Added :allocation to the server',
'notes' => 'Updated the notes for :allocation from ":old" to ":new"',
'primary' => 'Set :allocation as the primary server allocation',
'delete' => 'Deleted the :allocation allocation',
'create' => ':allocation allokáció hozzáadva a szerverhez',
'notes' => 'Jegyzet frissítve :allocation -ról :new -ra',
'primary' => ':allocation beállítása elsődlegesként',
'delete' => ':allocation allokáció törölve',
],
'schedule' => [
'create' => 'Created the :name schedule',
'update' => 'Updated the :name schedule',
'execute' => 'Manually executed the :name schedule',
'delete' => 'Deleted the :name schedule',
'create' => ':name ütemezés létrehozva',
'update' => ':name ütemezés frissítve',
'execute' => ':name ütemezés manuálisan futtatva',
'delete' => ':name ütemezés törölve',
],
'task' => [
'create' => 'Created a new ":action" task for the :name schedule',
'update' => 'Updated the ":action" task for the :name schedule',
'delete' => 'Deleted a task for the :name schedule',
'create' => 'Új ":action" feladat létrehozva a :name ütemezéshez',
'update' => '":action" feladat frissítve a :name ütemezésnél',
'delete' => '":action" feladat törölve a :name ütemezésnél',
],
'settings' => [
'rename' => 'Renamed the server from :old to :new',
'description' => 'Changed the server description from :old to :new',
'rename' => 'Szerver átnevezve :old -ról :new -ra',
'description' => 'Szerver leírás módosítva :old -ról :new -ra',
],
'startup' => [
'edit' => 'Changed the :variable variable from ":old" to ":new"',
'image' => 'Updated the Docker Image for the server from :old to :new',
'edit' => ':variable módosítva :old -ról :new -ra',
'image' => 'Docker image frissítve ennél a szervernél :old -ról :new -ra',
],
'subuser' => [
'create' => 'Added :email as a subuser',
'update' => 'Updated the subuser permissions for :email',
'delete' => 'Removed :email as a subuser',
'create' => ':email hozzáadva al- felhasználóként',
'update' => ':email al-fiók jogosultságai frissítve',
'delete' => ':email al-fiók eltávolítva',
],
],
];

View File

@ -2,18 +2,18 @@
return [
'notices' => [
'imported' => 'Successfully imported this Egg and its associated variables.',
'updated_via_import' => 'This Egg has been updated using the file provided.',
'deleted' => 'Successfully deleted the requested egg from the Panel.',
'updated' => 'Egg configuration has been updated successfully.',
'script_updated' => 'Egg install script has been updated and will run whenever servers are installed.',
'egg_created' => 'A new egg was laid successfully. You will need to restart any running daemons to apply this new egg.',
'imported' => 'Sikeresen importáltad ezt az Egg-et és a hozzátartozó változókat.',
'updated_via_import' => 'Ez az Egg frissítve lett a megadott fájl segítségével.',
'deleted' => 'Sikeresen törölted a kívánt Egg-et a panelből.',
'updated' => 'Az Egg konfigurációja sikeresen frissítve lett.',
'script_updated' => 'Az Egg telepítési scriptje frissítve lett, és szerver telepítésekor lefut.',
'egg_created' => 'Sikeresen tojtál egy új tojást. Újra kell indítanod minden futó daemon-t az Egg alkalmazásához.',
],
'variables' => [
'notices' => [
'variable_deleted' => 'The variable ":variable" has been deleted and will no longer be available to servers once rebuilt.',
'variable_updated' => 'The variable ":variable" has been updated. You will need to rebuild any servers using this variable in order to apply changes.',
'variable_created' => 'New variable has successfully been created and assigned to this egg.',
'variable_deleted' => 'A ":változó" változó törlésre került, és az újratelepítés után már nem lesz elérhető a szerverek számára.',
'variable_updated' => 'A ":változó" változót frissítettük. A változások alkalmazásához újra kell telepítenie az ezt a változót használó szervereket.',
'variable_created' => 'Az új változót sikeresen létrehoztuk és hozzárendeltük ehhez az Egg-hez..',
],
],
];

View File

@ -2,14 +2,14 @@
return [
'validation' => [
'fqdn_not_resolvable' => 'The FQDN or IP address provided does not resolve to a valid IP address.',
'fqdn_required_for_ssl' => 'A fully qualified domain name that resolves to a public IP address is required in order to use SSL for this node.',
'fqdn_not_resolvable' => 'A megadott FQDN vagy IP-cím nem felel meg érvényes IP-címnek.',
'fqdn_required_for_ssl' => 'Az SSL használatához ehhez a csomóponthoz egy teljesen minősített tartománynévre van szükség, amely nyilvános IP-címet eredményez.',
],
'notices' => [
'allocations_added' => 'Allocations have successfully been added to this node.',
'node_deleted' => 'Node has been successfully removed from the panel.',
'node_created' => 'Successfully created new node. You can automatically configure the daemon on this machine by visiting the \'Configuration\' tab. <strong>Before you can add any servers you must first allocate at least one IP address and port.</strong>',
'node_updated' => 'Node information has been updated. If any daemon settings were changed you will need to reboot it for those changes to take effect.',
'unallocated_deleted' => 'Deleted all un-allocated ports for <code>:ip</code>.',
'allocations_added' => 'Sikeresen hozzáadtad a allokációkat ehhez a node-hoz.',
'node_deleted' => 'Sikeresen törölted a node-ot.',
'node_created' => 'Sikeresen létrehoztál egy új node-ot. A daemon-t automatikusan konfigurálhatod a "Konfiguráció" fülön. <strong>Mielőtt új szervert készítenél, legalább egy IP címet és portot kell allokálnod.</strong>',
'node_updated' => 'Node információk frissítve. Ha a daemon beállításait módosítottad, újra kell indítani a daemont a módosítások érvénybe léptetéséhez.',
'unallocated_deleted' => 'Törölted a <code>:ip</code> összes ki nem osztott portját.',
],
];

View File

@ -2,7 +2,7 @@
return [
'exceptions' => [
'no_new_default_allocation' => 'You are attempting to delete the default allocation for this server but there is no fallback allocation to use.',
'no_new_default_allocation' => 'Megpróbáltad törölni az allokációt, de nincs másik alapértelmezett allokáció hozzáadva a szerverhez.',
'marked_as_failed' => 'This server was marked as having failed a previous installation. Current status cannot be toggled in this state.',
'bad_variable' => 'There was a validation error with the :name variable.',
'daemon_exception' => 'There was an exception while attempting to communicate with the daemon resulting in a HTTP/:code response code. This exception has been logged. (request id: :request_id)',
@ -10,8 +10,8 @@ return [
],
'alerts' => [
'startup_changed' => 'The startup configuration for this server has been updated. If this server\'s egg was changed a reinstall will be occurring now.',
'server_deleted' => 'Server has successfully been deleted from the system.',
'server_created' => 'Server was successfully created on the panel. Please allow the daemon a few minutes to completely install this server.',
'server_deleted' => 'Szerver sikeresen eltávolítva.',
'server_created' => 'Szerver sikeresen létrehozva. Várj néhány percet, amíg a daemon teljesen feltelepíti a szervert.',
'build_updated' => 'The build details for this server have been updated. Some changes may require a restart to take effect.',
'suspension_toggled' => 'Server suspension status has been changed to :status.',
'rebuild_on_boot' => 'This server has been marked as requiring a Docker Container rebuild. This will happen the next time the server is started.',
@ -19,9 +19,9 @@ return [
'server_reinstalled' => 'This server has been queued for a reinstallation beginning now.',
'details_updated' => 'Server details have been successfully updated.',
'docker_image_updated' => 'Successfully changed the default Docker image to use for this server. A reboot is required to apply this change.',
'node_required' => 'You must have at least one node configured before you can add a server to this panel.',
'transfer_nodes_required' => 'You must have at least two nodes configured before you can transfer servers.',
'transfer_started' => 'Server transfer has been started.',
'node_required' => 'Legalább egy node-ot konfigurálni kell szerverek hozzáadásához.',
'transfer_nodes_required' => 'Legalább két node-nak kell lennie szerverek költöztetéséhez.',
'transfer_started' => 'Szerver költöztetés elindítva.',
'transfer_not_viable' => 'The node you selected does not have the required disk space or memory available to accommodate this server.',
],
];

View File

@ -2,11 +2,11 @@
return [
'exceptions' => [
'user_has_servers' => 'Cannot delete a user with active servers attached to their account. Please delete their servers before continuing.',
'user_is_self' => 'Cannot delete your own user account.',
'user_has_servers' => 'Nem törölhető olyan felhasználó, amihez aktív szerver van társítva. Kérlek előbb töröld a szerverét a folytatáshoz.',
'user_is_self' => 'A saját felhasználói fiókod nem törölheted.',
],
'notices' => [
'account_created' => 'Account has been created successfully.',
'account_updated' => 'Account has been successfully updated.',
'account_created' => 'Felhasználói fiók sikeresen létrehozva.',
'account_updated' => 'Felhasználói fiók sikeresen frissítve.',
],
];

View File

@ -1,27 +1,27 @@
<?php
return [
'sign_in' => 'Sign In',
'go_to_login' => 'Go to Login',
'failed' => 'No account matching those credentials could be found.',
'sign_in' => 'Bejelentkezés',
'go_to_login' => 'Ugrás a bejelentkezéshez',
'failed' => 'A megadott adatokkal nem található felhasználó.',
'forgot_password' => [
'label' => 'Forgot Password?',
'label_help' => 'Enter your account email address to receive instructions on resetting your password.',
'button' => 'Recover Account',
'label' => 'Elfelejtetted a jelszavad?',
'label_help' => 'Add meg az email címed a jelszavad visszaállításához.',
'button' => 'Fiók visszaállítása',
],
'reset_password' => [
'button' => 'Reset and Sign In',
'button' => 'Visszaállítás és bejelentkezés',
],
'two_factor' => [
'label' => '2-Factor Token',
'label_help' => 'This account requires a second layer of authentication in order to continue. Please enter the code generated by your device to complete this login.',
'checkpoint_failed' => 'The two-factor authentication token was invalid.',
'label' => '2-Faktoros kulcs',
'label_help' => 'Ez a fiók egy második szintű hitelesítést igényel a folytatáshoz. Kérjük, add meg a hitelesítő alkalmazásod által generált kódot a bejelentkezés befejezéséhez.',
'checkpoint_failed' => 'A két-faktoros hitelesítés kulcsa érvénytelen.',
],
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
'password_requirements' => 'Password must be at least 8 characters in length and should be unique to this site.',
'2fa_must_be_enabled' => 'The administrator has required that 2-Factor Authentication be enabled for your account in order to use the Panel.',
'throttle' => 'Túl sok bejelentkezési próbálkozás. Kérlek próbáld újra :seconds másodperc múlva.',
'password_requirements' => 'A jelszónak legalább 8 karakter hosszúnak kell lennie.',
'2fa_must_be_enabled' => 'A panel használatához két-faktoros hitelesítés engedélyezése szükséges.',
];

Some files were not shown because too many files have changed in this diff Show More