Initial change of theme.

Only themed pages currently are login and reset password pages.
This commit is contained in:
Dane Everitt 2017-01-14 21:32:33 -05:00
parent 16a3514abf
commit 457ed28b0b
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
119 changed files with 758 additions and 1703 deletions

View file

@ -9,18 +9,18 @@ phraseapp:
- file: ./resources/lang/<locale_code>/auth.php
params:
tag: "auth"
- file: ./resources/lang/<locale_code>/base.php
params:
tag: "base"
# - file: ./resources/lang/<locale_code>/base.php
# params:
# tag: "base"
- file: ./resources/lang/<locale_code>/pagination.php
params:
tag: "pagination"
- file: ./resources/lang/<locale_code>/passwords.php
params:
tag: "passwords"
- file: ./resources/lang/<locale_code>/server.php
params:
tag: "server"
# - file: ./resources/lang/<locale_code>/server.php
# params:
# tag: "server"
- file: ./resources/lang/<locale_code>/strings.php
params:
tag: "strings"

View file

@ -75,6 +75,7 @@ class AuthRoutes
// Handle Verification
$router->post('password/reset', [
'as' => 'auth.reset.post',
'uses' => 'Auth\ResetPasswordController@reset',
]);
});

View file

@ -12,5 +12,10 @@ return [
'views-path' => 'default',
'asset-path' => 'themes/default',
],
'pterodactyl' => [
'extends' => null,
'views-path' => 'pterodactyl',
'asset-path' => 'themes/pterodactyl',
],
],
];

View file

@ -0,0 +1,38 @@
/**
* Pterodactyl - Panel
* Copyright (c) 2015 - 2017 Dane Everitt <dane@daneeveritt.com>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in all
* copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
.login-box, .register-box {
width: 460px;
}
.weight-100 {
font-weight: 100;
}
.weight-300 {
font-weight: 300;
}
.btn-clear {
background: transparent;
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1,13 +0,0 @@
<?php
return [
'confirmpassword' => 'Passwort bestätigen',
'emailsent' => 'Die E-Mail mit dem Rücksetzungslink ist unterwegs.',
'errorencountered' => 'Während der Anfrage ist ein Fehler aufgetreten.',
'failed' => 'Die Zugangsdaten sind ungültig.',
'remeberme' => 'Angemeldet bleiben',
'resetpassword' => 'Passwort zurücksetzen',
'sendlink' => 'Passwort Rücksetzungslink anfordern.',
'throttle' => 'Zu viele Loginversuche. Bitte in :seconds Sekunden erneut versuchen.',
'totp_failed' => 'Das TOTP Token ist ungültig. Bitte stelle sicher dass das generierte Token gültig ist.',
];

View file

@ -1,31 +0,0 @@
<?php
return [
'account' => [
'delete_user' => 'Benutzer löschen',
'email_password' => 'Email Passwort',
'new_email' => 'Neue Email',
'new_password' => 'Neues Passwort',
'totp_apps' => 'Du benötigst eine TOTP unterstützende App (z.B. Google Authenticator, DUO Mobile, Authy, Enpass) um diese Option zu nutzen.',
'totp_checkpoint_help' => 'Bitte verifiziere deine TOTP Einstellungen indem du den QR Code mit einer App auf deinem Smartphone scannst und gebe die 6 Stellige Nummer im Eingabefeld unten ein. Drücke die Eingabetaste wenn du fertig bist.',
'totp_disable' => 'Deaktiviere Zwei-Faktor Authentifizierung',
'totp_disable_help' => 'Um Zwei-Faktor Authentifizierung zu deaktiveren musst du ein gültiges TOTP Token eingeben. Danach wird Zwei-Faktor Authentifizierung deaktivert.',
'totp_enable' => 'Aktiviere Zwei-Faktor Authentifizierung',
'totp_enabled' => 'Zwei-Faktor Authentifizierung wurde erfolgreich aktiviert. Bitte schließe dieses Popup um den Vorgang abzuschließen.',
'totp_enabled_error' => 'Das angegebene TOTP Token konnte nicht verifiziert werden. Bitte versuche es noch einmal.',
'totp_enable_help' => 'Anscheinend hast du Zwei-Faktor Authentifizierung deaktiviert. Diese Authentifizierungsmethode schützt dein Konto zusätzlich vor unauthorisierten Zugriffen. Wenn du es aktivierst wirst du bei jedem Login dazu aufgefordert ein TOTP Token einzugeben bevor du dich einloggen kannst. Dieses Token kann mit einem Smartphone oder anderen TOTP unterstützenden Gerät erzeugt werden.',
'totp_header' => 'Zwei-Faktor Authentifizierung',
'totp_qr' => 'TOTP QR Code',
'totp_token' => 'TOTP Token',
'update_email' => 'Email aktualisieren',
'update_pass' => 'Passwort aktualisieren',
'update_user' => 'Benutzer aktualisieren',
],
'confirm' => 'Bist du sicher?',
'form_error' => 'Folgende Fehler wurden beim Verarbeiten der Anfrage festgestellt.',
'no_servers' => 'Aktuell hast du keinen Zugriff auf irgendwelche server.',
'password_req' => 'Passwörter müssen folgende Anforderungen erfüllen: mindestens ein Klein- und Großbuchstabe, eine Ziffer und eine Länge von mindestens 8 Zeichen.',
'server_name' => 'Server Name',
'validation_error' => 'Beim validieren der Daten ist ein Fehler aufgetreten:',
'view_as_admin' => 'Du siehst die Serverliste als Administrator. Daher werden alle registrierten Server angezeigt. Server deren Eigentümer du bist sind mit einem blauen Punkt links neben dem Namen markiert.',
];

View file

@ -1,17 +0,0 @@
<?php
return [
'next' => 'Nächste &raquo;',
'previous' => '&laquo; Vorherige',
'sidebar' => [
'account_controls' => 'Account Verwaltung',
'account_security' => 'Account Sicherheit',
'account_settings' => 'Account Einstellungen',
'files' => 'Datei Manager',
'manage' => 'Server verwalten',
'overview' => 'Server Übersicht',
'servers' => 'Deine Server',
'server_controls' => 'Server Verwaltung',
'subusers' => 'Sub-Benutzer verwalten',
],
];

View file

@ -1,9 +0,0 @@
<?php
return [
'password' => 'Dein Passwort muss länger als 6 Zeichen sein und mit der Wiederolung übereinstimmen.',
'reset' => 'Dein Passwort wurde zurückgesetzt!',
'sent' => 'Du erhältst eine E-Mail mit dem Zurücksetzungslink!',
'token' => 'Dieses Paswortrücksetzungstoken ist ungültig.',
'user' => 'Wir können keinen Nutzer mit dieser Email Adresse finden.',
];

View file

@ -1,29 +0,0 @@
<?php
return [
'ajax' => [
'socket_error' => 'Wir konnten uns nicht zum Socket.IO server verbinden. Möglicherweise bestehen Netzwerkprobleme. Das Panel funktioniert unter Umständen nicht wie erwartet.',
'socket_status' => 'Der status dieses Servers hat sich geändert zu:',
'socket_status_crashed' => 'Dieser Server wurde als ABGESTÜRZT erkannt.',
],
'files' => [
'back' => 'Zurück zum Dateimanager',
'loading' => 'Lade Dateibaum, das könnte ein paar Sekunden dauern...',
'saved' => 'Datei erfolgreich gespeichert.',
'yaml_notice' => 'Du bearbeitest gearde eine YAML Datei. Diese Dateien benötigen Leerzeichen. Wir haben dafür gesorgt dass Tabs automatisch durch :dropdown Leerzeichen ersetzt werden.',
],
'index' => [
'add_new' => 'Neuen Server hinzufügen',
'allocation' => 'Zuweisung',
'command' => 'Konsolenbefehl eingeben',
'connection' => 'Standardverbindung',
'control' => 'Systemsteuerung',
'cpu_use' => 'CPU Verbrauch',
'disk_space' => 'Festplattenspeicher',
'memory_use' => 'Speicherverbrauch',
'mem_limit' => 'Speichergrenze',
'server_info' => 'Server Information',
'usage' => 'Verbrauch',
'xaxis' => 'Zeit (2s Abstand)',
],
];

View file

@ -1,30 +0,0 @@
<?php
return [
'again' => 'wiederholen',
'close' => 'Schließen',
'connection' => 'Verbindung',
'cpu' => 'CPU',
'current_password' => 'Aktuelles Passwort',
'disabled' => 'Deaktiviert',
'email' => 'Email',
'enabled' => 'Aktiviert',
'language' => 'Sprache',
'location' => 'Ort',
'login' => 'Login',
'memory' => 'Arbeitsspeicher',
'no' => 'Nein',
'node' => 'Node',
'players' => 'Spieler',
'registered' => 'Registriert',
'restart' => 'Neustart',
'root_administrator' => 'Root Administrator',
'save' => 'Speichern',
'start' => 'Start',
'status' => 'Status',
'stop' => 'Stop',
'submit' => 'Absenden',
'success' => 'Erfolgreich',
'whoops' => 'Uuups',
'yes' => 'Ja',
];

View file

@ -1,71 +0,0 @@
<?php
return [
'accepted' => ':attribute muss akzeptiert werden.',
'active_url' => ':attribute ist keine gültige URL.',
'after' => ':attribute muss ein Datum in diesem Format sein: :date',
'alpha' => ':attribute darf nur Buchstaben enthalten.',
'alpha_dash' => ':attribute darf nur Buchstaben, Ziffern und Bindestriche enthalten.',
'alpha_num' => ':attribute darf nur Zahlen und Buchstaben enthalten.',
'array' => ':attribute muss ein Array sein.',
'before' => ':attribute muss ein Datum in diesem Format sein: :date',
'between' => [
'array' => ':attribute muss aus :min bis :max Elemente bestehen.',
'file' => ':attribute muss zwischen :min und :max Kilobyte liegen.',
'numeric' => ':attribute muss zwischen :min und :max liegen.',
'string' => ':attribute muss aus :min bis :max Zeichen bestehen.',
],
'boolean' => ':attribute muss wahr oder falsch sein.',
'confirmed' => ':attribute wiederholung stimmt nicht überein.',
'custom' => [
'attribute-name' => [
'rule-name' => 'custom-message',
],
],
'date' => ':attribute ist kein gültiges Datum.',
'date_format' => ':attribute entspricht nicht dem Format: :format',
'different' => ':attribute und :other muss verschieden sein.',
'digits' => ':attribute muss aus :digits Ziffern bestehen.',
'digits_between' => ':attribute muss aus :min bis :max Ziffern bestehen.',
'exists' => 'das ausgewählte Attribut :attribute ist ungültig.',
'filled' => ':attribute ist erforderlich.',
'image' => ':attribute muss ein Bild sein.',
'in' => 'Das ausgewählte Attribut :attribute ist ungültig.',
'integer' => ':attribute muss eine Zahl sein.',
'ip' => ':attribute muss eine gültige IP Adresse sein.',
'json' => ':attribute muss ein gültiger JSON String sein.',
'max' => [
'array' => ':attribute darf nicht aus mehr als :max Elementen bestehen.',
'file' => ':attribute darf nicht größer als :max Kilobytes sein.',
'numeric' => ':attribute darf nicht größer als :max sein.',
'string' => ':attribute darf nicht mehr als :max Zeichen lang sein.',
],
'mimes' => ':attribute muss eine Datei des Typs :values sein.',
'min' => [
'array' => ':attribute muss aus mindestens :min Elementen bestehen.',
'file' => ':attribute muss mindestens :min Kilobytes sein.',
'numeric' => ':attribute muss mindestens :min sein.',
'string' => ':attribute muss mindestens :min Zeichen lang sein.',
],
'not_in' => 'Das ausgewählte Attribut :attribute ist ungültig.',
'numeric' => ':attribute muss eine Zahl sein.',
'regex' => ':attribute Format ungültig.',
'required' => ':attribute ist erforderlich.',
'required_if' => ':attribute ist erforderlich wenn :other gleich :value ist.',
'required_with' => ':attribute ist erforderlich wenn eines von :values gesetzt ist.',
'required_without' => ':attribute ist erforderlich wenn :values nicht gesetzt ist.',
'required_without_all' => ':attribute ist erforderlich wenn keines von :values gesetzt ist.',
'required_with_all' => ':attribute ist erforderlich wenn :values gesetzt ist.',
'same' => ':attribute und :other müssen übereinstimmen.',
'size' => [
'array' => ':attribute muss mindestens :size Elemente enthalten.',
'file' => ':attribute muss :size Kilobytes groß sein.',
'numeric' => ':attribute muss :size groß sein.',
'string' => ':attribute muss :size Zeichen lang sein.',
],
'string' => ':attribute muss eine Zeichenkette sein.',
'timezone' => ':attribute muss eine gültige Zeitzone sein.',
'totp' => 'totp Token ist ungültig. Ist es abgelaufen?',
'unique' => ':attribute wurde bereits verwendet.',
'url' => ':attribute Format ungültig.',
];

View file

@ -1,5 +0,0 @@
<?php
return [
'resetpassword' => 'Reset Password',
];

View file

@ -1,4 +0,0 @@
<?php
return [
];

View file

@ -1,4 +0,0 @@
<?php
return [
];

View file

@ -1,4 +0,0 @@
<?php
return [
];

View file

@ -1,4 +0,0 @@
<?php
return [
];

View file

@ -1,4 +0,0 @@
<?php
return [
];

View file

@ -1,4 +0,0 @@
<?php
return [
];

View file

@ -1,13 +1,17 @@
<?php
return [
'confirmpassword' => 'Confirm Password',
'emailsent' => 'Your password reset email is on its way.',
'errorencountered' => 'There was an error encountered while attempting to process this request.',
'auth_error' => 'There was an error while attempting to login.',
'authentication_required' => 'Authentication is required in order to continue.',
'remember_me' => 'Remember Me',
'sign_in' => 'Sign In',
'forgot_password' => 'I\'ve forgotten my password!',
'request_reset_text' => 'Forgotten your account password? It is not the end of the world, just provide your email below.',
'reset_password_text' => 'Reset your account password.',
'reset_password' => 'Reset Account Password',
'email_sent' => 'An email has been sent to you with further instructions for resetting your password.',
'failed' => 'These credentials do not match our records.',
'remeberme' => 'Remember Me',
'resetpassword' => 'Reset Password',
'sendlink' => 'Send Password Reset Link',
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
'totp_failed' => 'The TOTP token provided was invalid. Please ensure that the token generated by your device was valid.',
'password_requirements' => 'Passwords must contain at least one uppercase, lowecase, and numeric character and must be at least 8 characters in length.',
'request_reset' => 'Locate Account'
];

View file

@ -1,31 +0,0 @@
<?php
return [
'account' => [
'delete_user' => 'Delete User',
'email_password' => 'Email Password',
'new_email' => 'New Email',
'new_password' => 'New Password',
'totp_apps' => 'You must have a TOTP supporting application (e.g Google Authenticator, DUO Mobile, Authy, Enpass) to use this option.',
'totp_checkpoint_help' => "Please verify your TOTP settings by scanning the QR Code to the right with your phone's authenticator application, and then enter the 6 number code generated by the application in the box below. Press the enter key when finished.",
'totp_disable' => 'Disable Two-Factor Authentication',
'totp_disable_help' => 'In order to disable TOTP on this account you will need to provide a valid TOTP token. Once validated TOTP protection on this account will be disabled.',
'totp_enable' => 'Enable Two-Factor Authentication',
'totp_enabled' => 'Your account has been enabled with TOTP verification. Please click the close button on this box to finish.',
'totp_enabled_error' => 'The TOTP token provided was unable to be verified. Please try again.',
'totp_enable_help' => 'It appears that you do not have Two-Factor authentication enabled. This method of authentication adds an additional barrier preventing unauthorized entry to your account. If you enable it you will be required to input a code generated on your phone or other TOTP supporting device before finishing your login.',
'totp_header' => 'Two-Factor Authentication',
'totp_qr' => 'TOTP QR Code',
'totp_token' => 'TOTP Token',
'update_email' => 'Update Email',
'update_pass' => 'Update Password',
'update_user' => 'Update User',
],
'confirm' => 'Are you sure?',
'form_error' => 'The following errors were encountered while trying to process this request.',
'no_servers' => 'You do not currently have any servers listed on your account.',
'password_req' => 'Passwords must meet the following requirements: at least one uppercase character, one lowercase character, one digit, and be at least 8 characters in length.',
'server_name' => 'Server Name',
'validation_error' => 'An error occured while validating the data you submitted:',
'view_as_admin' => 'You are viewing this server listing as an admin. As such, all servers installed on the system are displayed. Any servers that you are set as the owner of are marked with a blue dot to the left of their name.',
];

View file

@ -1,17 +1,19 @@
<?php
return [
'next' => 'Next &raquo;',
/*
|--------------------------------------------------------------------------
| Pagination Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used by the paginator library to build
| the simple pagination links. You are free to change them to anything
| you want to customize your views to better match your application.
|
*/
'previous' => '&laquo; Previous',
'sidebar' => [
'account_controls' => 'Account Controls',
'account_security' => 'Account Security',
'account_settings' => 'Account Settings',
'files' => 'File Manager',
'manage' => 'Manage Server',
'overview' => 'Server Overview',
'servers' => 'Your Servers',
'server_controls' => 'Server Controls',
'subusers' => 'Manage Sub-Users',
],
'next' => 'Next &raquo;',
];

View file

@ -1,6 +1,15 @@
<?php
return [
/*
|--------------------------------------------------------------------------
| Password Reset Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are the default lines which match reasons
| that are given by the password broker for a password update attempt
| 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!',

View file

@ -1,29 +0,0 @@
<?php
return [
'ajax' => [
'socket_error' => 'We were unable to connect to the main Socket.IO server, there may be network issues currently. The panel may not work as expected.',
'socket_status' => "This server's power status has changed to",
'socket_status_crashed' => 'This server has been detected as CRASHED.',
],
'files' => [
'back' => 'Back to File Manager',
'loading' => 'Loading file listing, this might take a few seconds...',
'saved' => 'File has successfully been saved.',
'yaml_notice' => "You are currently editing a YAML file. These files do not accept tabs, they must use spaces. We've gone ahead and made it so that hitting tab will insert :dropdown spaces.",
],
'index' => [
'add_new' => 'Add New Server',
'allocation' => 'Allocation',
'command' => 'Enter Console Command',
'connection' => 'Default Connection',
'control' => 'Control Server',
'cpu_use' => 'CPU Usage',
'disk_space' => 'Disk Space',
'memory_use' => 'Memory Usage',
'mem_limit' => 'Memory Limit',
'server_info' => 'Server Information',
'usage' => 'Usage',
'xaxis' => 'Time (2s Increments)',
],
];

View file

@ -1,31 +1,8 @@
<?php
return [
'again' => 'Again',
'close' => 'Close',
'connection' => 'Connection',
'cpu' => 'CPU',
'current_password' => 'Current Password',
'disabled' => 'Disabled',
'email' => 'Email',
'enabled' => 'Enabled',
'language' => 'Language',
'location' => 'Location',
'login' => 'Login',
'memory' => 'Memory',
'no' => 'No',
'node' => 'Node',
'password' => 'Password',
'players' => 'Players',
'registered' => 'Registered',
'restart' => 'Restart',
'root_administrator' => 'Root Administrator',
'save' => 'Save',
'start' => 'Start',
'status' => 'Status',
'stop' => 'Stop',
'submit' => 'Submit',
'success' => 'Success',
'whoops' => 'Whoops',
'yes' => 'Yes',
'confirm_password' => 'Confirm Password',
'login' => 'Login',
];

View file

@ -1,71 +1,119 @@
<?php
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.',
'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.',
'between' => [
'array' => 'The :attribute must have between :min and :max items.',
'file' => 'The :attribute must be between :min and :max kilobytes.',
/*
|--------------------------------------------------------------------------
| Validation Language Lines
|--------------------------------------------------------------------------
|
| The following language lines contain the default error messages used by
| the validator class. Some of these rules have multiple versions such
| as the size rules. Feel free to tweak each of these messages here.
|
*/
'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.',
'between' => [
'numeric' => 'The :attribute must be between :min and :max.',
'string' => 'The :attribute must be between :min and :max characters.',
'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.',
],
'boolean' => 'The :attribute field must be true or false.',
'confirmed' => 'The :attribute confirmation does not match.',
'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.',
'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.',
],
'mimes' => 'The :attribute must be a file of type: :values.',
'mimetypes' => 'The :attribute must be a file of 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.',
],
'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.',
'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.',
],
'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.',
/*
|--------------------------------------------------------------------------
| Custom Validation Language Lines
|--------------------------------------------------------------------------
|
| Here you may specify custom validation messages for attributes using the
| convention "attribute.rule" to name the lines. This makes it quick to
| specify a specific custom language line for a given attribute rule.
|
*/
'custom' => [
'attribute-name' => [
'rule-name' => 'custom-message',
],
],
'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.',
'exists' => 'The selected :attribute is invalid.',
'filled' => 'The :attribute field is required.',
'image' => 'The :attribute must be an image.',
'in' => 'The selected :attribute is invalid.',
'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.',
'max' => [
'array' => 'The :attribute may not have more than :max items.',
'file' => 'The :attribute may not be greater than :max kilobytes.',
'numeric' => 'The :attribute may not be greater than :max.',
'string' => 'The :attribute may not be greater than :max characters.',
],
'mimes' => 'The :attribute must be a file of type: :values.',
'min' => [
'array' => 'The :attribute must have at least :min items.',
'file' => 'The :attribute must be at least :min kilobytes.',
'numeric' => 'The :attribute must be at least :min.',
'string' => 'The :attribute must be at least :min characters.',
],
'not_in' => 'The selected :attribute is invalid.',
'numeric' => 'The :attribute must be a number.',
'regex' => 'The :attribute format is invalid.',
'required' => 'The :attribute field is required.',
'required_if' => 'The :attribute field is required when :other is :value.',
'required_with' => '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.',
'required_with_all' => 'The :attribute field is required when :values is present.',
'same' => 'The :attribute and :other must match.',
'size' => [
'array' => 'The :attribute must contain :size items.',
'file' => 'The :attribute must be :size kilobytes.',
'numeric' => 'The :attribute must be :size.',
'string' => 'The :attribute must be :size characters.',
],
'string' => 'The :attribute must be a string.',
'timezone' => 'The :attribute must be a valid zone.',
'totp' => 'The totp token is invalid. Did it expire?',
'unique' => 'The :attribute has already been taken.',
'url' => 'The :attribute format is invalid.',
/*
|--------------------------------------------------------------------------
| Custom Validation Attributes
|--------------------------------------------------------------------------
|
| The following language lines are used to swap attribute place-holders
| with something more reader friendly such as E-Mail Address instead
| of "email". This simply helps us make messages a little cleaner.
|
*/
'attributes' => [],
];

View file

@ -1,4 +0,0 @@
<?php
return [
];

View file

@ -1,4 +0,0 @@
<?php
return [
];

View file

@ -1,4 +0,0 @@
<?php
return [
];

View file

@ -1,4 +0,0 @@
<?php
return [
];

View file

@ -1,4 +0,0 @@
<?php
return [
];

View file

@ -1,4 +0,0 @@
<?php
return [
];

View file

@ -1,4 +0,0 @@
<?php
return [
];

View file

@ -1,13 +0,0 @@
<?php
return [
'confirmpassword' => 'Kinnita salasõna',
'emailsent' => 'Teie salasõna algväärtustus link on teel',
'errorencountered' => 'Selle protsessi toimumisel toimus viga',
'failed' => 'Sisestus ei klapi meie andmetega',
'remeberme' => 'Mäleta mind',
'resetpassword' => 'Algväärtusta salasõna',
'sendlink' => 'Saada salasõna algväärtustamise link',
'throttle' => 'Liiga palju sisselogimiskatseid. Palun proovi uuesti :seconds sekundi pärast',
'totp_failed' => 'Sinu Kahe-kihilise autentimise tooken oli väär. Palun veendu, et genereeritud tooken on õige.',
];

View file

@ -1,32 +0,0 @@
<?php
return [
'account' => [
'delete_user' => 'Kustuta kasutaja',
'email_password' => 'Email Salasõna',
'new_email' => 'Uus Email',
'new_password' => 'Uus salasõna',
'totp_apps' => 'Teil peab olema Kahe-kihilise autentimeerimine (Google Authenticator, DUO Mobile, Authy, Enpass) olema lubatud, et kasutada seda valikut',
'totp_checkpoint_help' => 'Palun kinnita oma Kahe-kihilise autentiseerimise seaded üle, kas skännides QR kood või sisestades 6 numbriline kood ',
'totp_disable' => 'Keela Kahe-kihiline autentimine',
'totp_disable_help' => 'Selleks, et keelata Kahe-kihiline autenteerimine sellel kasutajal sisesta õige tooken. ',
'totp_enable' => 'Luba Kahe-kihiline autentimine
',
'totp_enabled' => 'Teie kontol on aktiveeritud Kahe-kihiline autentimine. Palun sulge see kast, et lõpetada',
'totp_enabled_error' => 'Sisestatud Kahe-kihilse autentimise tookenit ei olnud võimalik kinnitada. Palun proovi uuesti',
'totp_enable_help' => 'Paistab, et Teil pole Kahe-kihiline autentimine lubatud. See autentimise meetod lisab kaitsva kihi teie konto peale võimalikude rünnakute eest. Lubamisel on teil vaja sisestada kood, enne kui saate sisselogitud',
'totp_header' => 'Kahe-kihiline autenteerimine',
'totp_qr' => 'Kahe-kihilse autentimissüsteemi QR kood',
'totp_token' => 'Kahe-kihilise autentimise tooken',
'update_email' => 'Uuenda Emaili',
'update_pass' => 'Uuenda salasõna',
'update_user' => 'Uuenda kasutajat',
],
'confirm' => 'Oled kindel?',
'form_error' => 'Järgmised errorid tekkisid proovides täita seda protsessi',
'no_servers' => 'Teil ei ole hetkel ühtegi serverit ühendatud kontoga.',
'password_req' => 'Salasõna peab koosnema järgmisest: Üks suuretäht, üks väiketäht, üks number ja vähemalt 8 tähemärki pikk',
'server_name' => 'Serveri nimi',
'validation_error' => 'Andmete valideerimisel tekkis viga',
'view_as_admin' => 'Te vaatate seda serverit, kui admin. Seetõttu kõik serverid, mis on installitud on nähtaval. Iga server, mida Te omate on märgitud siniselt nime kõrval.',
];

View file

@ -1,17 +0,0 @@
<?php
return [
'next' => 'Järgmine &raquo;',
'previous' => '&laquo; Eelmine',
'sidebar' => [
'account_controls' => 'Kasutaja seaded',
'account_security' => 'Kasutaja turvalisus',
'account_settings' => 'Kasutaja seaded',
'files' => 'Faili haldur',
'manage' => 'Halda serverit',
'overview' => 'Serveri ülevaade',
'servers' => 'Teie serverid',
'server_controls' => 'Serveri seaded',
'subusers' => 'Halda kasutajaid',
],
];

View file

@ -1,9 +0,0 @@
<?php
return [
'password' => 'Salasõna peab olema vähemalt 6 tähte ja peab klappima kinnitusega',
'reset' => 'Teie salasõna on algväärtustatud',
'sent' => 'Me oleme meilinud sulle salasõna algväärtustamise lingi',
'token' => 'Salasõna algväärtustamise tooken on väär',
'user' => 'Me ei leia kasutaja selle Emailiga',
];

View file

@ -1,29 +0,0 @@
<?php
return [
'ajax' => [
'socket_error' => 'Me ei saanud ühendust peamise Socket.IO serveriga, selle tõttu võib olla internetiga probleeme. Paneel võib toimida valesti.',
'socket_status' => 'Selle serveri staatus on muutunud - ',
'socket_status_crashed' => 'Serveri staatuseks on märgitud: hävinud',
],
'files' => [
'back' => 'Tagasi faili haldurisse',
'loading' => 'Faili listi laadimine võib võtta mõned sekundid',
'saved' => 'Fail on edukalt salvestatud',
'yaml_notice' => 'Praegu sa muudad YAML faili. Need failid ei aksepteeri TABi, nad peavad kasutama tühikut. Seetõttu muutsime me TABi vajutamisel :dropdown tühikut',
],
'index' => [
'add_new' => 'Lisa uus server',
'allocation' => 'Jaotus',
'command' => 'Sisesta konsooli käsk',
'connection' => 'Vaikimisi ühendus',
'control' => 'Kontrolli serverit',
'cpu_use' => 'CPU kasutus',
'disk_space' => 'Kõvaketta ruum',
'memory_use' => 'Mälu kasutus',
'mem_limit' => 'Mälu limiit',
'server_info' => 'Serveri informatsioon',
'usage' => 'Kasutus',
'xaxis' => 'Aeg (2s vahedega)',
],
];

View file

@ -1,30 +0,0 @@
<?php
return [
'again' => 'Uuesti',
'close' => 'Sulge',
'connection' => 'Ühendus',
'cpu' => 'CPU',
'current_password' => 'Praegune salasõna',
'disabled' => 'Välja lülitatud',
'email' => 'Email',
'enabled' => 'Lubatud',
'language' => 'Keel',
'location' => 'Asukoht',
'login' => 'Logi sisse',
'memory' => 'Mälu',
'no' => 'Ei',
'node' => 'Node',
'players' => 'Mängijad',
'registered' => 'Registreeritud',
'restart' => 'Taaskäivita',
'root_administrator' => 'Juur Administraator',
'save' => 'Salvesta',
'start' => 'Start',
'status' => 'Staatus',
'stop' => 'Peata',
'submit' => 'Sisesta',
'success' => 'Õnnestus',
'whoops' => 'Oihhh',
'yes' => 'Jah',
];

View file

@ -1,71 +0,0 @@
<?php
return [
'accepted' => ':attribute oeab olema aksepteeritud',
'active_url' => ':attribute ei ole õige URL',
'after' => ':attribute peab olema kuupäev pärast :date',
'alpha' => ':attribute tohib sisaldada ainult numbreid',
'alpha_dash' => ':attribute tohib sisaldada ainult tähti, numbreid ja sidekriipse',
'alpha_num' => ':attribute tohib ainult sisaldada tähti ja numbreid',
'array' => ':attribute peab olema massiiv',
'before' => ':attribute peab olema kuupäev enne :date',
'between' => [
'array' => ':attribute peab jääma :min ja :max eseme vahele',
'file' => ':attribute peab jääma :min ja :max kilobaidi vahele',
'numeric' => ':attribute peab olema vahemikus :min ja :max',
'string' => ':attribute peab jääma :min ja :max vahele',
],
'boolean' => ':attribute peab olema kas tõene või väär',
'confirmed' => ':attribute kinnitus ei klapi',
'custom' => [
'attribute-name' => [
'rule-name' => 'Kohandatud-sõnum',
],
],
'date' => ':attribute ei ole õige kuupäeva formaat',
'date_format' => ':attribute ei klapi formaadiga :format',
'different' => ':attribute ja :other peavad olema erinevad',
'digits' => ':attribute peab olema :digits numbrit',
'digits_between' => ':attribute peab olema :min ja :max numbrit',
'exists' => 'Valitud :attribute on väär',
'filled' => ':attribute väli on kohustuslik',
'image' => ':attribute peab olema pilt',
'in' => ':attribute on vale valik',
'integer' => ':attribute peab olema täisarv',
'ip' => ':attribute peab olema õige IP aadress',
'json' => ':attribute peab olema lubatud JSON vektor',
'max' => [
'array' => ':attribute ei tohi sisaldada rohkem, kui :max eset',
'file' => ':attribute ei tohi olla suurem, kui :max kilobaiti',
'numeric' => ':attribute ei tohi olla suurem, kui :max',
'string' => ':attribute ei tohi olla suurem, kui :max tähte',
],
'mimes' => ':attribute peab olema :values tüüpi fail',
'min' => [
'array' => ':attribute peab sisaldama vähemalt :min eset',
'file' => ':attribute peab olema vähemalt :min kilobaiti',
'numeric' => ':attribute peab olema vähemalt :min',
'string' => ':attribute peab olema vähemalt :min tähemärgi pikkusega',
],
'not_in' => ':attribute on väär valik',
'numeric' => ':attribute peab olema number',
'regex' => ':attribute formaat on vale',
'required' => ':attribute väli on kohustuslik',
'required_if' => ':attribute on vajalik, kui :other on :value',
'required_with' => ':attribute väli peab olema täidetud, kui :values on olemas',
'required_without' => ':attribute väli peab olema täidetud, kui :values puudub',
'required_without_all' => ':attribute on vajalik, kui ükski :values ei ole olemas',
'required_with_all' => ':attribute väli on vajalik, kui :attribute on olemas',
'same' => ':attribute ja :other peavad klappima',
'size' => [
'array' => ':attribute peab sisaldama :size esemet',
'file' => ':attribute peab olema :size kilobaiti',
'numeric' => ':attribute peab olema :size suurusa',
'string' => ':attribute peab olema :size märki',
],
'string' => ':attribute peab olema vektor',
'timezone' => ':attribute peab olema õige ala',
'totp' => 'Kahe-kihilise autentimisesüsteemi tooken on väär, kas see aegus?',
'unique' => ':attribute on juba võetud.',
'url' => ':attribute on vale formaat',
];

View file

@ -1,4 +0,0 @@
<?php
return [
];

View file

@ -1,7 +0,0 @@
<?php
return [
'account' => [
'totp_header' => 'Authentification à deux facteurs',
],
];

View file

@ -1,4 +0,0 @@
<?php
return [
];

View file

@ -1,4 +0,0 @@
<?php
return [
];

View file

@ -1,4 +0,0 @@
<?php
return [
];

View file

@ -1,7 +0,0 @@
<?php
return [
'language' => 'Langage',
'save' => 'Sauvegarder',
'status' => 'Status',
];

View file

@ -1,6 +0,0 @@
<?php
return [
'before' => ':attribute doit être une date antérieur a :date.',
'ip' => ':attribute doit être une adresse IP valide.',
];

View file

@ -1,11 +0,0 @@
<?php
return [
'confirmpassword' => 'Bekreft passord',
'emailsent' => 'Din epost om å endre passord er på vei.',
'errorencountered' => 'Det skjedde en feil under forsøket på utføre denne oppgaven.',
'failed' => 'Denne påloggingsinformasjonen samsvarer ikke med våre opplysninger.',
'remeberme' => 'Husk meg',
'resetpassword' => 'Tilbakestill passord',
'sendlink' => 'Send link for tilbakestilling av passord',
];

View file

@ -1,27 +0,0 @@
<?php
return [
'account' => [
'delete_user' => 'Slett bruker',
'email_password' => 'Epost passord',
'new_email' => 'Ny epost',
'new_password' => 'Nytt passord',
'totp_apps' => 'Du må ha en TOTP støttet applikasjon (F.eks. Google Authenticator, DUO Mobile, Authy, Enpass) for å benytte dette alternativet.',
'totp_checkpoint_help' => 'Vennligst bekreft dine TOTP instillinger ved å skanne QR-Koden til høyre med din telefons autenitseringsapplikasjon, og skriv inn den 6 sifrede koden generert av applikasjonen i boksen under. Trykk enter når du er ferdig.',
'totp_disable' => 'Deaktiver to-faktor autentisering',
'totp_enable' => 'Aktiver to-faktor autentisering',
'totp_enabled' => 'Din konto har blitt aktivert med TOTP verifikasjon. Vennligst trykk på lukk knappen for å fullføre.',
'totp_enabled_error' => 'TOTP nøkkelen kunne ikke verifiseres. Vennligst prøv igjen.',
'totp_enable_help' => 'Det ser ut til at du ikke har slått på to-faktor autentisering. Denne autentiseringsmetoden legger til ett ekstra lag, som forhindrer uatorisert tilgang til din konto. Hvis du aktiverer dette, vil det kreves en kode generert på telefonen din, eller en annen TOTP støttet enhet før du fullfører innlogging.',
'totp_header' => 'To-faktor autentisering',
'totp_qr' => 'TOTP QR-Kode',
'totp_token' => 'TOTP nøkkel',
'update_email' => 'Oppdater epost',
'update_pass' => 'Oppdater passord',
'update_user' => 'Oppdater bruker',
],
'confirm' => 'Er du sikker?',
'form_error' => 'Følgende feilmeldinger dukket opp da forspørselen ble behandlet.',
'no_servers' => 'Du har for øyeblikket ingen servere registrert på din konto.',
'server_name' => 'Servernavn',
];

View file

@ -1,17 +0,0 @@
<?php
return [
'next' => 'Neste &raquo;',
'previous' => '&laquo; Forrige',
'sidebar' => [
'account_controls' => 'Kontokontroll',
'account_security' => 'Kontosikkerhet',
'account_settings' => 'Kontoinstillinger',
'files' => 'Filbehandling',
'manage' => 'Administrer server',
'overview' => 'Serveroversikt',
'servers' => 'Dine servere',
'server_controls' => 'Serverkontroll',
'subusers' => 'Administrer underbrukere',
],
];

View file

@ -1,8 +0,0 @@
<?php
return [
'password' => 'Passordet må ha minimum 6 tegn, og matche bekreftelsen.',
'reset' => 'Passordet ditt har blitt tilbakestilt!',
'sent' => 'Vi har sendt deg en epost med link til å tilbakestille passord!',
'user' => 'Vi kan ikke finne noen bruker med denne epost adressen.',
];

View file

@ -1,27 +0,0 @@
<?php
return [
'ajax' => [
'socket_status' => 'Serverens strømstatus er endret til',
'socket_status_crashed' => 'Serveren har blitt oppdaget som kræsjet.',
],
'files' => [
'back' => 'Tilbake til filbehandling',
'loading' => 'Laster filliste, dette kan ta et par sekunder...',
'saved' => 'Filen har blitt lagret!',
],
'index' => [
'add_new' => 'Legg til ny server',
'allocation' => 'Tildeling',
'command' => 'Skriv inn konsollkommando',
'connection' => 'Standard tilkobling',
'control' => 'Serverkontroll',
'cpu_use' => 'Prosessorbruk',
'disk_space' => 'Diskplass',
'memory_use' => 'Minnebruk',
'mem_limit' => 'Minnegrense',
'server_info' => 'Serverinformasjon',
'usage' => 'Bruk',
'xaxis' => 'Tid (2s intervaller)',
],
];

View file

@ -1,29 +0,0 @@
<?php
return [
'close' => 'Lukk',
'connection' => 'Tilkobling',
'cpu' => 'Prosessor',
'current_password' => 'Nåværende passord',
'disabled' => 'Deaktivert',
'email' => 'Epost',
'enabled' => 'Aktivert',
'language' => 'Språk',
'location' => 'Plassering',
'login' => 'Logg inn',
'memory' => 'Minne',
'no' => 'Nei',
'node' => 'Node',
'players' => 'Spillere',
'registered' => 'Registrert',
'restart' => 'Omstart',
'root_administrator' => 'Hovedadministrator',
'save' => 'Lagre',
'start' => 'Start',
'status' => 'Status',
'stop' => 'Stopp',
'submit' => 'Send inn',
'success' => 'Suksess',
'whoops' => 'Ooops',
'yes' => 'Ja',
];

View file

@ -1,29 +0,0 @@
<?php
return [
'after' => ':attribute må være en dato etter :date.',
'between' => [
'file' => ':attribute må være mellom :min og :max kilobyte.',
],
'custom' => [
'attribute-name' => [
'rule-name' => 'egendefinert melding',
],
],
'date' => ':attribute er ikke en gyldig dato.',
'different' => ':attribute og :other må være forskjellige.',
'image' => ':attribute må være et bilde.',
'max' => [
'string' => ':attribute må være større enn :max tegn.',
],
'min' => [
'string' => ':attribute må være minst :min tegn.',
],
'numeric' => ':attribute må være et tall.',
'required_with_all' => ':attribute feltet er på krevd nå :values er til stede.',
'size' => [
'array' => ':attribute må inneholde :size elementer.',
],
'totp' => 'TOTP nøkkelen er ugyldig. Har den gått ut på dato?',
'url' => ':attribute fomatet er ikke gyldig.',
];

View file

@ -1,13 +0,0 @@
<?php
return [
'confirmpassword' => 'Bevestig wachtwoord',
'emailsent' => 'Jouw wachtwoord herstel e-mail is onderweg.',
'errorencountered' => 'Er was een probleem tijdens het verwerken van dit verzoek.',
'failed' => 'De ingevulde gegevens komen niet overeen met onze gegevens.',
'remeberme' => 'Onthoud mij',
'resetpassword' => 'Wachtwoord herstellen',
'sendlink' => 'Verstuur wachtwoord herstel link',
'throttle' => 'Te veel inlog pogingen. Probeer het opnieuw in :seconds seconden.',
'totp_failed' => 'De TOTP token verstrekt is ongeldig. Controleer alsjeblieft of de token die door jouw apparaat is gegenereerd geldig is.',
];

View file

@ -1,31 +0,0 @@
<?php
return [
'account' => [
'delete_user' => 'Verwijder gebruiker',
'email_password' => 'Email wachtwoord',
'new_email' => 'Nieuw e-mail adres',
'new_password' => 'Nieuw wachtwoord',
'totp_apps' => 'Je moet een TOTP ondersteunende applicatie (bv. Google Authenticator, DUO Mobile, Authy, Enpass) hebben om deze optie te gebruiken.',
'totp_checkpoint_help' => 'Verifieer alsjeblieft jouw TOTP instellingen door de QR Code aan de rechterkant te scannen met de authenticatie applicatie van jouw telefoon. Vul daarna de door de applicatie gegenereerde 6 cijferige code in het vak hier onder in. Druk op enter wanneer je klaar bent.',
'totp_disable' => 'Schakel Two-Factor Authenticatie uit',
'totp_disable_help' => 'Om TOTP uit te schakelen is een geldige TOTP token nodig. Zodra deze is bevestigd zal TOTP beveiliging worden uitgeschakeld op dit account.',
'totp_enable' => 'Schakel Two-Factor Authenticatie in',
'totp_enabled' => 'TOTP verificatie is geactiveerd op jouw account. Klik alsjeblieft op de sluiten knop.',
'totp_enabled_error' => 'De verstrekt TOTP token kon niet worden geverifeerd. Probeer het alsjeblieft nog een keer.',
'totp_enable_help' => 'Het lijkt er op dat je Two-Factor authenticatie niet aan hebt staan. Deze methode van authenticatie voegt een extra barrière toe en voorkomt daarmee ongeautoriseerde toegang tot jouw account. Indien je het inschakelt zal je een code gegenereerd vanaf jouw telefoon of ander TOTP ondersteunend apparaat moeten ingeven om succesvol te kunnen inloggen.',
'totp_header' => 'Two-Factor Authenticatie',
'totp_qr' => 'TOTP QR Code',
'totp_token' => 'TOTP Token',
'update_email' => 'E-mail updaten',
'update_pass' => 'Wachtwoord updaten',
'update_user' => 'Gebruikers updaten',
],
'confirm' => 'Weet je het zeker?',
'form_error' => 'Tijdens het verwerken van dit verzoek zijn we de volgende problemen tegen gekomen:',
'no_servers' => 'Je hebt op dit moment geen servers gekoppeld aan jouw account.',
'password_req' => 'Wachtwoorden moeten voldoen aan de volgende eisen: minimaal één hoofdletter, één kleine letter, één getal, en minimaal 8 karakters lang.',
'server_name' => 'Server naam',
'validation_error' => 'Er is een probleem opgetreden tijdens het valideren van de data die je verzond:',
'view_as_admin' => 'Je bekijkt deze server als administrator. Hierdoor zie je alle servers geïnstalleerd op het systeem. Servers waarvan jij de eigenaar bent hebben een blauw rondje aan de linkerkant van hun naam.',
];

View file

@ -1,17 +0,0 @@
<?php
return [
'next' => 'Volgende',
'previous' => 'Vorige',
'sidebar' => [
'account_controls' => 'Account beheer',
'account_security' => 'Account beveiliging',
'account_settings' => 'Account instellingen',
'files' => 'Bestanden beheerder',
'manage' => 'Beheer server',
'overview' => 'Server overzicht',
'servers' => 'Jouw servers',
'server_controls' => 'Server Bediening',
'subusers' => 'Beheer sub-gebruiker',
],
];

View file

@ -1,9 +0,0 @@
<?php
return [
'password' => 'Wachtwoord moet minimaal zes karakters lang zijn en de bevestiging moet overeenkomen.',
'reset' => 'Jouw wachtwoord is hersteld!',
'sent' => 'We hebben jouw wachtwoord reset link naar je gemaild!',
'token' => 'Deze token wachtwoord reset token is ongeldig.',
'user' => 'We kunnen geen gebruiker vinden met dat e-mail adres.',
];

View file

@ -1,29 +0,0 @@
<?php
return [
'ajax' => [
'socket_error' => 'Het was niet mogelijk om met de hoofd Socket.IO server te verbinden. Er is mogelijk op het moment een netwerk probleem. Het panel werkt mogelijk niet zoals verwacht.',
'socket_status' => 'De status van deze server is veranderd naar',
'socket_status_crashed' => 'Deze server is gedetecteerd als gecrasht.',
],
'files' => [
'back' => 'Terug naar Bestanden Beheer',
'loading' => 'Bestandenlijst wordt geladen, dit kan even duren...',
'saved' => 'Bestand is succesvol opgeslagen.',
'yaml_notice' => "Je bent bezig met het bewerken van een YAML bestand. Zo'n bestand accepteer geen tabs, er moeten spaties worden gebruikt. We hebben er voor gezorgd dat als je op tab drukt, er automatisch spaties worden toegevoegd.",
],
'index' => [
'add_new' => 'Nieuwe server toevoegen',
'allocation' => 'Allocatie',
'command' => 'Vul een console commando in',
'connection' => 'Standaard verbinding',
'control' => 'Beheer server',
'cpu_use' => 'CPU gebruik',
'disk_space' => 'Schijfruimte',
'memory_use' => 'Geheugen gebruik',
'mem_limit' => 'Geheugen limiet',
'server_info' => 'Server informatie',
'usage' => 'Gebruik',
'xaxis' => 'Tijd (neemt elke 2 seconden toe)',
],
];

View file

@ -1,30 +0,0 @@
<?php
return [
'again' => 'Opnieuw',
'close' => 'Sluiten',
'connection' => 'Connectie',
'cpu' => 'CPU',
'current_password' => 'Huidig wachtwoord',
'disabled' => 'Uitgeschakeld',
'email' => 'E-mail',
'enabled' => 'Ingeschakeld',
'language' => 'Taal',
'location' => 'Locatie',
'login' => 'Inloggen',
'memory' => 'Geheugen',
'no' => 'Nee',
'node' => 'Node',
'players' => 'Spelers',
'registered' => 'Geregistreerd',
'restart' => 'Herstarten',
'root_administrator' => 'Root Administrator',
'save' => 'Opslaan',
'start' => 'Start',
'status' => 'Status',
'stop' => 'Stop',
'submit' => 'Verzenden',
'success' => 'Succes',
'whoops' => 'Oeps',
'yes' => 'Ja',
];

View file

@ -1,71 +0,0 @@
<?php
return [
'accepted' => ':attribute moet worden geaccepteerd.',
'active_url' => ':attribute is geen geldige URL.',
'after' => ':attribute moet een datum zijn na :date.',
'alpha' => ':attribute mag alleen letters bevatten.',
'alpha_dash' => ':attribute mag alleen letters, cijfers, en streepjes bevatten.',
'alpha_num' => ':attribute mag alleen letters en cijfers bevatten.',
'array' => ':attribute moet een reeks zijn.',
'before' => ':attribute moet een datum zijn voor :date.',
'between' => [
'array' => ':attribute moet tussen minimaal :min en maximaal :max delen hebben.',
'file' => ':attribute moet tussen :min en :max kilobytes groot zijn.',
'numeric' => ':attribute moet tussen :min en :max zijn.',
'string' => ':attribute moet minimaal :min en maximaal :max karakters lang zijn.',
],
'boolean' => 'Het :attribute veld moet waar of niet waar zijn.',
'confirmed' => ':attribute bevestiging komt niet overeen.',
'custom' => [
'attribute-name' => [
'rule-name' => 'aangepast-bericht',
],
],
'date' => ':attribute is geen geldige datum.',
'date_format' => ':attribute komt niet overeen met het formaat :format.',
'different' => ':attribute en :other moeten verschillend zijn.',
'digits' => ':attribute moet :digits cijfers lang zijn.',
'digits_between' => ':attribute moet tussen :min en :max cijfers zijn.',
'exists' => 'Geselecteerde :attribute is ongeldig.',
'filled' => 'Het :attribute veld is verplicht.',
'image' => ':attribute moet een afbeelding zijn.',
'in' => 'Geselecteerde :attribute is ongeldig.',
'integer' => ':attribute moet een integer zijn.',
'ip' => ':attribute moet een geldig IP adres zijn.',
'json' => ':attribute moet ene geldige JSON string zijn.',
'max' => [
'array' => ':attribute mag niet langer zijn dan maximaal :max delen.',
'file' => ':attribute mag niet groter zijn dan :max kilobytes.',
'numeric' => ':attribute mag niet groter zijn dan :max.',
'string' => ':attribute mag niet groter zijn dan :max karakters.',
],
'mimes' => ':attribute moet een bestand van het type: :values zijn.',
'min' => [
'array' => ':attribute moet minimaal :min delen hebben.',
'file' => ':attribute moet minimaal :min kilobytes groot zijn.',
'numeric' => ':attribute moet minimaal :min zijn.',
'string' => ':attribute moet minimaal :min karakters lang zijn.',
],
'not_in' => 'Geselecteerd :attribute is ongeldig.',
'numeric' => ':attribute moet een cijfer zijn.',
'regex' => 'Het formaat van :attribute is ongeldig.',
'required' => 'Het veld :attribute is verplicht.',
'required_if' => 'Het :attribute veld is verplicht wanneer :other :value is',
'required_with' => 'Het :attribute veld is verplicht wanneer :values aanwezig is.',
'required_without' => 'Het :attribute veld is verplicht wanneer :values niet aanwezig is.',
'required_without_all' => 'Het :attribute veld is verplicht wanneer geen :values aanwezig zijn.',
'required_with_all' => 'Het :attribute veld is verplicht wanneer :values aanwezig is.',
'same' => ':attribute en :other moeten overeenkomen.',
'size' => [
'array' => ':attribute moet :size delen bevatten.',
'file' => ':attribute moet :size kilobytes zijn.',
'numeric' => ':attribute moet :size zijn.',
'string' => ':attribute moet :size karakters zijn.',
],
'string' => ':attribute moet een string zijn.',
'timezone' => ':attribute moet een geldige zone zijn.',
'totp' => 'De TOTP token is ongeldig. Is hij verlopen?',
'unique' => ':attribute is al in gebruik.',
'url' => 'Het :attribute formaat is ongeldig.',
];

View file

@ -1,4 +0,0 @@
<?php
return [
];

View file

@ -1,4 +0,0 @@
<?php
return [
];

View file

@ -1,4 +0,0 @@
<?php
return [
];

View file

@ -1,4 +0,0 @@
<?php
return [
];

View file

@ -1,4 +0,0 @@
<?php
return [
];

View file

@ -1,4 +0,0 @@
<?php
return [
];

View file

@ -1,4 +0,0 @@
<?php
return [
];

View file

@ -1,13 +0,0 @@
<?php
return [
'confirmpassword' => 'Confirmar senha',
'emailsent' => 'O seu email para trocar de senha está a caminho.',
'errorencountered' => 'Ocorreu um erro durante a tentativa de processar esse pedido.',
'failed' => 'Estas credenciais não estão de acordo com os nossos registros.',
'remeberme' => 'Lembre-me',
'resetpassword' => 'Trocar senha',
'sendlink' => 'Enviar link de troca de senha',
'throttle' => 'Muitas tentativas de login. Por favor tente novamente em :seconds segundos.',
'totp_failed' => 'O token TOTP dado é inválido. Por favor tenha certeza que o token gerado pelo seu dispositivo era correto.',
];

View file

@ -1,31 +0,0 @@
<?php
return [
'account' => [
'delete_user' => 'Deletar Usuário',
'email_password' => 'Senha do Email',
'new_email' => 'Novo Email',
'new_password' => 'Nova Senha',
'totp_apps' => 'Você precisa ter uma aplicação com suporte a TOTP (exemplo: Google Authenticator, DUO Mobile, Authy) para usar essa opção.',
'totp_checkpoint_help' => 'Por favor verifique suas configurações de TOTP escanenando o QR Code à direita com o seu aplicativo de TOTP, e então forneça o código de 6 digitos dado pleo aplicativo na caixa abaixo. Aperte a tecla Enter quando tiver acabado.',
'totp_disable' => 'Desativar Autenticação em Duas Etapas',
'totp_disable_help' => 'Para desativar o TOTP nesta conta será necessário fornecer um código TOTP válido. Uma vez validado, a autenticação em duas etapas nesta conta será desativada.',
'totp_enable' => 'Ativar Autenticação em Duas Etapas',
'totp_enabled' => 'Sua conta foi ativada com autenticação TOTP. Por favor clique no botão de fechar desta caixa para finalizar.',
'totp_enabled_error' => 'O código TOTP fornecido não foi autenticado. Por favor tente novamente.',
'totp_enable_help' => 'Você não parece ter a autenticação em duas etapas ativada. Esse método de autenticação adiciona uma barreira adicional prevenindo acesso não autorizado à sua conta. Se você ativar, será necessário fornecer um código gerado no seu celular ou outro dispositivo com suporte a TOTP antes de terminar o login.',
'totp_header' => 'Autenticação em Duas Etapas',
'totp_qr' => 'QR Code TOTP',
'totp_token' => 'Token TOTP',
'update_email' => 'Atualizar Email',
'update_pass' => 'Atualizar Senha',
'update_user' => 'Atualizar Usuário',
],
'confirm' => 'Você tem certeza?',
'form_error' => 'Os seguintes erros ocorreram durante o processo do seu pedido.',
'no_servers' => 'Você não tem nenhum servidor na sua conta atualmente.',
'password_req' => 'Senhas devem cumprir o seguinte requiriso: pelo menos uma letra maiúscula, um minúscula, um dígito, e ter 8 caracteres no total.',
'server_name' => 'Nome do Servidor',
'validation_error' => 'Um erro ocorreu durante a validação de suas informações:',
'view_as_admin' => 'Você está vendo a lista de servidores como administrador. Assim, todos os servidores no sistema são mostrados. Qualquer servidor em que você esteja marcado como dono será mostrado com um ponto azul à esquerda de seu nome.',
];

View file

@ -1,17 +0,0 @@
<?php
return [
'next' => 'Próximo &raquo;',
'previous' => '&laquo; Anteriro',
'sidebar' => [
'account_controls' => 'Controle de Conta',
'account_security' => 'Segurança da conta',
'account_settings' => 'Configuração da Conta',
'files' => 'Gerenciador de Arquivos',
'manage' => 'Configurar Server',
'overview' => 'Visão Geral dos Servidores',
'servers' => 'Seus Servidores',
'server_controls' => 'Controles do Servidor',
'subusers' => 'Configurar Sub-Usuários',
],
];

View file

@ -1,9 +0,0 @@
<?php
return [
'password' => 'Senhas precisam ter ao menos 6 caracteres e combinar com a confirmação.',
'reset' => 'Sua senha foi resetada!',
'sent' => 'Nós te enviamos um email com o link para resetar sua senha!',
'token' => 'O token para resetar esta senha é inválido.',
'user' => 'Nós não pudemos achar um usuário com este endereço de email.',
];

View file

@ -1,29 +0,0 @@
<?php
return [
'ajax' => [
'socket_error' => 'Nós não conseguimos se conectar ao servidor principal do Socket.IO, talvez tenha problemas de conexão acontecendo. O painel pode não funcionar como esperado.',
'socket_status' => 'O estado desse servidor foi alterado para',
'socket_status_crashed' => 'Esse server foi detectado como CRASHED.',
],
'files' => [
'back' => 'Voltar ao Gerenciador de Arquivos',
'loading' => 'Carregando lista de arquivos, isso pode levar alguns segundos...',
'saved' => 'Arquivo salvo com sucesso.',
'yaml_notice' => 'Você está atualmente editando um arquivo YAML. Esses arquivos não aceitam tabs, eles precisam usar espaços. Nós fomos além disso e quando você aprtar tab :dropdown espaços serão colocados.',
],
'index' => [
'add_new' => 'Adicionar novo servidor',
'allocation' => 'Alocação',
'command' => 'Enviar Comando de Console',
'connection' => 'Conexão Padrão',
'control' => 'Controlar Servidor',
'cpu_use' => 'Uso de CPU',
'disk_space' => 'Espaço em Disco',
'memory_use' => 'Uso de Memória',
'mem_limit' => 'Limite de Memória',
'server_info' => 'Informações do Servidor',
'usage' => 'Uso',
'xaxis' => 'Tempo (Incremento de 2s)',
],
];

View file

@ -1,30 +0,0 @@
<?php
return [
'again' => 'Novamente',
'close' => 'Fechar',
'connection' => 'Conexão',
'cpu' => 'CPU',
'current_password' => 'Senha Atual',
'disabled' => 'Desativado',
'email' => 'O :attribute precisa ser um endereço de email válido.',
'enabled' => 'Ativado',
'language' => 'Língua',
'location' => 'Localização',
'login' => 'Login',
'memory' => 'Memória',
'no' => 'Não',
'node' => 'Node',
'players' => 'Jogadores',
'registered' => 'Registrado',
'restart' => 'Reiniciar',
'root_administrator' => 'Mudar isso para "Sim" dará ao usuário permissões completas administrativas ao PufferPanel.',
'save' => 'Salvar',
'start' => 'Iniciar',
'status' => 'Status',
'stop' => 'Parar',
'submit' => 'Enviar',
'success' => 'Sucesso',
'whoops' => 'Opa',
'yes' => 'Sim',
];

View file

@ -1,71 +0,0 @@
<?php
return [
'accepted' => 'O :attribute precisa ser aceito.',
'active_url' => 'O :attribute não é uma URL válida.',
'after' => 'O :attribute precisa ser uma data após :date.',
'alpha' => 'O :attribute só pode conter letras.',
'alpha_dash' => 'O :attribute pode apenas conter letras, números, e hífens.',
'alpha_num' => 'O :attribute pode apenas conter letras e números.',
'array' => 'O :attribute precisa ser uma lista.',
'before' => 'O :attribute precisa ser uma data antes de :date.',
'between' => [
'array' => 'O :attribute precisa estar entre :min e :max itens.',
'file' => 'O :attribute precisa estar entre :min e :max kilobytes.',
'numeric' => 'O :attribute precisa estar entre :min e :max.',
'string' => 'O :attribute precisa estar entre :min e :max caracteres.',
],
'boolean' => 'O :attribute precisa ser falso ou verdadeiro.',
'confirmed' => 'O :attribute de confirmação não combina.',
'custom' => [
'attribute-name' => [
'rule-name' => 'custom-message',
],
],
'date' => 'O :attribute não é uma data válida.',
'date_format' => 'O :attribute não combina com o formato :format.',
'different' => 'O :attribute e :other precisam ser diferentes.',
'digits' => 'O :attribute precisa ter :digits dígitos.',
'digits_between' => 'O :attribute precisa estar entre :min e :max dígitos.',
'exists' => 'O :attribute selecionado é inválido.',
'filled' => 'O campo :attribute é obrigatório.',
'image' => 'O :attribute precisa ser uma imagem.',
'in' => 'O :attribute é inválido.',
'integer' => 'O :attribute precisa ser um número inteiro.',
'ip' => 'O :attribute precisa ser um endereço IP válido.',
'json' => 'O :attribute precia ser um texto JSON válido.',
'max' => [
'array' => 'O :attribute não pode ter mais do que :max itens.',
'file' => 'O :attribute não pode ser maior que :max kilobytes.',
'numeric' => 'O :attribute não pode ser maior que :max.',
'string' => 'O :attribute não pode ter mais do que :max caracteres.',
],
'mimes' => 'O :attribute precisa ser um arquivo do tipo: :values.',
'min' => [
'array' => 'O :attribute precisa ter ao menos :min itens.',
'file' => 'O :attribute precisa ser ao menos :min kilobytes.',
'numeric' => 'O :attribute precisa ser ao menos :min.',
'string' => 'O :attribute precisa ter ao menos :min caracteres.',
],
'not_in' => 'O :attribute selecionado é inválido.',
'numeric' => 'O :attribute precisa ser um número.',
'regex' => 'O formato de :attribute é inválido.',
'required' => 'O campo :attribute é obrigatório.',
'required_if' => 'O campo :attribute é obrigatório quando :other é :value.',
'required_with' => 'O campo :attribute é obrigatório quando :values está presente.',
'required_without' => 'O campo :attribute é obrigatório quando :values não estão presentes.',
'required_without_all' => 'O campo :attribute é obrigatório quando nenhum de :values estão presentes.',
'required_with_all' => 'O campo :attribute é obrigatório quando :values estão presentes.',
'same' => 'O campo :attribute e :other precisam combinar.',
'size' => [
'array' => 'O :attribute precisa conter :size itens.',
'file' => 'O :attribute precisa ser :size kilobytes.',
'numeric' => 'O :attribute precisa ser :size.',
'string' => 'O :attribute precisa ser :size caracteres.',
],
'string' => 'O :attribute precisa ser um texto.',
'timezone' => 'O :attribute precisa ser um fuso horário válido.',
'totp' => 'O token TOTP é inválido. Ele expirou?',
'unique' => 'O :attribute já foi pego.',
'url' => 'O formato de :attribute é inválido.',
];

View file

@ -1,13 +0,0 @@
<?php
return [
'confirmpassword' => 'Confirmă Parola',
'emailsent' => 'Emailul de resetare al parolei va fi trimis.',
'errorencountered' => 'S-a întâmpinat o problema la procesarea cererii tale.',
'failed' => 'Aceste detalii nu corespund valorilor noastre.',
'remeberme' => 'Reține-mă',
'resetpassword' => 'Resetează Parola',
'sendlink' => 'Trimite Link de Resetare al Parolei',
'throttle' => 'Prea multe încercări de logare. Încearcă iar în :seconds secunde.',
'totp_failed' => 'Codul TOTP introdus nu este valid. Asigură-te că ai introdus corect codul generat de dispozitiv.',
];

View file

@ -1,31 +0,0 @@
<?php
return [
'account' => [
'delete_user' => 'Șterge Utilizatorul',
'email_password' => 'Trimite Parola prin Email',
'new_email' => 'Email Nou',
'new_password' => 'Parola Nouă',
'totp_apps' => 'Trebuie să ai o aplicație care suportă TOTP (ex. Google Authentificator, DUO Mobile, Authy, Enpass) să folosești această funcție.',
'totp_checkpoint_help' => 'Te rog verifică setările tale TOTP scanând Codul QR cu aplicația ta de autentificare de pe telefon, și după introdu codul de 6 cifre generat de aplicație în spațiul următor. Apasă butonul trimite când ai terminat.',
'totp_disable' => 'Dezactivează Autentificarea în 2 Pași',
'totp_disable_help' => 'Ca să dezactivezi TOTP pe acest cont, trebuie să introduci un Cod TOTP valid. O dată validat, protecția TOTP pe acest cont va fi dezactivată.',
'totp_enable' => 'Activează Autentificarea prin 2 Pași',
'totp_enabled' => 'Verificarea TOTP a fost activată pe contul tău. Te rog apasă să închizi această fereastră pentru a finaliza.',
'totp_enabled_error' => 'Codul introdus nu a putut fi verificat. Te rog încearcă iar.',
'totp_enable_help' => 'Nu ai Autentificarea prin 2 Pași activată. Această modalitate de autentificare adaugă un plus de protecție contului tău. Dacă ai activat asta, va fi necesar să introduci un Cod generat de aplicația de pe telefonul tău înainte de a te loga.',
'totp_header' => 'Autentificare prin 2 Pași',
'totp_qr' => 'Codul QR TOTP',
'totp_token' => 'Codul TOTP',
'update_email' => 'Actualizează Emailul',
'update_pass' => 'Actualizează Parola',
'update_user' => 'Actualizează Utilizatorul',
],
'confirm' => 'Ești sigur?',
'form_error' => 'S-au întâmpinat următoarele erori la validarea cererii trimise.',
'no_servers' => 'Nu există nici un server atribuit contului tău.',
'password_req' => 'Parola trebuie să respecte următoarele cerințe: cel puțin o literă mare, o literă mică, o cifră, și să fie în total din cel puțin 8 caractere.',
'server_name' => 'Numele Serverului',
'validation_error' => 'S-a întâmpinat o problema la validarea datelor introduse:',
'view_as_admin' => 'Vezi acestă listă cu servere deoarece ești admin. De asemenea, vezi toate serverele instalate în sistem. Orice Server la care ești setat proprietar o să apare un punct albastru în fața numelui.',
];

View file

@ -1,17 +0,0 @@
<?php
return [
'next' => 'Următorul &raquo;',
'previous' => '&laquo; Precedent',
'sidebar' => [
'account_controls' => 'Setările Contului',
'account_security' => 'Securitatea Contului',
'account_settings' => 'Setările Contului',
'files' => 'Manager de Fișiere',
'manage' => 'Controlează Serverul',
'overview' => 'Interfața Serverului',
'servers' => 'Serverele Tale',
'server_controls' => 'Controlează Serverul',
'subusers' => 'Setează Sub-Utilizatorii',
],
];

View file

@ -1,9 +0,0 @@
<?php
return [
'password' => 'Parola trebuie să conțină cel puțin 6 caractere și să o confirmi corect.',
'reset' => 'Parola ta a fost resetată!',
'sent' => 'Ți-am trimis pe e-mail linkul de resetare al parolei!',
'token' => 'Acest cod de resetare al parolei este invalid.',
'user' => 'Nu s-a găsit nici un utilizator cu acestă adresă de e-mail.',
];

View file

@ -1,29 +0,0 @@
<?php
return [
'ajax' => [
'socket_error' => 'Nu s-a putut conecta la Serverul Socket.IO, pot exista probleme de conectivitate. Panoul poate să nu funcționeze corect.',
'socket_status' => 'Statusul acestui server a fost schimbat în: ',
'socket_status_crashed' => 'Serverul a fost detectat ca CRASHED.',
],
'files' => [
'back' => 'Înapoi la Managerul de Fișiere',
'loading' => 'Se încarcă lista de fișiere, poate dura câteva secunde...',
'saved' => 'Fișierul a fost salvat cu succes.',
'yaml_notice' => 'Editezi un fișier YAML. Aceste fișiere nu acceptă taburi, ele trebuie să folosească spații. De aceea, dacă vei apasă tab se vor insera :dropdown spații.',
],
'index' => [
'add_new' => 'Adaugă un Server Nou',
'allocation' => 'Alocarea',
'command' => 'Introdu Comanda',
'connection' => 'Conexiune de bază',
'control' => 'Controlează Serverul',
'cpu_use' => 'Utilizarea CPU',
'disk_space' => 'Spațiu pe Disc',
'memory_use' => 'Utilizarea Memoriei',
'mem_limit' => 'Limita Memoriei',
'server_info' => 'Informațiile Serverului',
'usage' => 'Utilizare',
'xaxis' => 'Timp (2s adăugate)',
],
];

View file

@ -1,30 +0,0 @@
<?php
return [
'again' => 'Iar',
'close' => 'Închide',
'connection' => 'Conexiunea',
'cpu' => 'CPU',
'current_password' => 'Parola Curentă',
'disabled' => 'Dezactivat',
'email' => 'Email',
'enabled' => 'Activat',
'language' => 'Limba',
'location' => 'Locația',
'login' => 'Loghează-te',
'memory' => 'Memorie',
'no' => 'Nu',
'node' => 'Nod',
'players' => 'Jucători',
'registered' => 'Înregistrat',
'restart' => 'Repornește',
'root_administrator' => 'Administrator cu Acces Total',
'save' => 'Salvează',
'start' => 'Pornește',
'status' => 'Status',
'stop' => 'Oprește',
'submit' => 'Trimite',
'success' => 'Succes',
'whoops' => 'Ups',
'yes' => 'Da',
];

View file

@ -1,71 +0,0 @@
<?php
return [
'accepted' => ':attribute trebuie să fie acceptat.',
'active_url' => ':attribute nu e un URL valid.',
'after' => ':attribute trebuie să fie o dată după :date.',
'alpha' => ':attribute trebuie să conțină doar litere.',
'alpha_dash' => ':attribute trebuie să conțină doar litere, cifre și spații.',
'alpha_num' => ':attribute trebuie să conțină doar litere și numere.',
'array' => ':attribute trebuie să fie mai multe.',
'before' => ':attribute trebuie să fie o dată după :date.',
'between' => [
'array' => ':attribute trebuie să aibă între :min și :max elemente.',
'file' => ':attribute trebuie să fie între :min și :max kilobytes.',
'numeric' => ':attribute trebuie să fie între :min și :max.',
'string' => ':attribute trebuie să fie între :min și :max caractere.',
],
'boolean' => 'Câmpul :attribute trebuie să fie true sau false.',
'confirmed' => 'Confirmarea :attribute nu corespunde.',
'custom' => [
'attribute-name' => [
'rule-name' => 'custom-message',
],
],
'date' => ':attribute nu e o dată validă.',
'date_format' => ':attribute nu respectă formatul :format.',
'different' => ':attribute și :other trebuie să difere.',
'digits' => ':attribute trebuie să fie din :digits cifre.',
'digits_between' => ':attribute trebuie să între :min și :max caractere.',
'exists' => ':attribute selectat este invalid.',
'filled' => 'Câmpul :attribute este necesar să fie completat.',
'image' => ':attribute trebuie să fie o imagine.',
'in' => ':attibute selectat este invalid.',
'integer' => ':attribute trebuie să fie un întreg.',
'ip' => ':attribute trebuie să fie o adresă IP validă.',
'json' => ':attribute trebuie să fie un șir JSON validă.',
'max' => [
'array' => ':attribute nu trebuie să aibă mai mult de :max elemente.',
'file' => ':attribute nu trebuie să fie mai mare de :max kilobytes.',
'numeric' => ':attribute nu trebuie să fie mai mare de :max.',
'string' => ':attribute nu trebuie să fie mai mare de :max caractere.',
],
'mimes' => ':attribute trebuie să fie un fișier de tip: :values.',
'min' => [
'array' => ':attribute trebuie să aibă cel puțin :min elemente.',
'file' => ':attribute trebuie să fie mai mic de :min kilobytes.',
'numeric' => ':attribute trebuie să fie cel puțin :min.',
'string' => ':attribute trebuie să fie cel puțin din :min caractere.',
],
'not_in' => ':attribute selectat nu este valid.',
'numeric' => ':attribute nu e un număr.',
'regex' => 'Formatul :attribute este invalid.',
'required' => 'Câmpul :attribute este necesar să fie completat.',
'required_if' => 'Câmpul :attribute este necesar să fie completat când :other este :value.',
'required_with' => 'Câmpul :attribute e necesar să fie completat când :values este prezent.',
'required_without' => 'Câmpul :attribute este necesar să fie completat când :values nu este prezent.',
'required_without_all' => 'Câmpul :attribute este necesar să fie completat când niciunul din :values este prezent.',
'required_with_all' => 'Câmpul :attribute este necesar să fie completat când :values este prezent.',
'same' => ':attribute și :other nu corespund.',
'size' => [
'array' => ':attribute trebuie să conțină :size elemente.',
'file' => ':attribute trebuie să aibă :size kilobytes.',
'numeric' => ':attribute trebuie să fie din :size.',
'string' => ':attribute trebuie să fie din :size caractere.',
],
'string' => ':attribute trebuie să fie un șir/serie.',
'timezone' => ':attribute trebuie să fie o zonă validă.',
'totp' => 'Codul TOTP este invalid. Verifică dacă a expirat.',
'unique' => ':attribute este deja folosit.',
'url' => 'Formatul :attribute este invalid.',
];

View file

@ -1,13 +0,0 @@
<?php
return [
'confirmpassword' => 'Подтвердить пароль',
'emailsent' => 'Письмо со сбросом пароля Вам отправлено.',
'errorencountered' => 'Произошла ошибка при попытке обработать этот запрос.',
'failed' => 'Эти учетные данные не соответствуют нашим записям.',
'remeberme' => 'Запомнить меня',
'resetpassword' => 'Сброс пароля',
'sendlink' => 'Выслать ссылку для сброса пароля',
'throttle' => 'Слишком много попыток входа. Попробуйте снова через :seconds секунд.',
'totp_failed' => 'TOTP токен недействителен. Пожалуйста, убедитесь, что токен, сформированный устройством является действительным.',
];

View file

@ -1,31 +0,0 @@
<?php
return [
'account' => [
'delete_user' => 'Удалить пользователя',
'email_password' => 'Пароль Email',
'new_email' => 'Новое письмо',
'new_password' => 'Новый пароль',
'totp_apps' => 'Вы должны воспользоваться TOTP приложением (т.е. Google Authenticator, DUO Mobile, Authy, Enpass) для использования этой опции.',
'totp_checkpoint_help' => 'Пожалуйста, проверьте настройки TOTP путем сканирования QR-код приложением аутентификатором, введите код из 6 цифр, которые сгенерированы приложением.',
'totp_disable' => 'Отключить двухфакторную аутентификацию',
'totp_disable_help' => 'Для того, чтобы отключить TOTP на этот аккаунте Вам необходимо предоставить действительный токен TOTP.',
'totp_enable' => 'Включить двухфакторную аутентификацию',
'totp_enabled' => 'К Вашей учетной записи подключена проверка TOTP. Пожалуйста, нажмите на кнопку закрыть.',
'totp_enabled_error' => 'TOTP токен невозможно проверить. Пожалуйста, попробуйте снова.',
'totp_enable_help' => 'У Вас ещё не включена функция двухфакторной проверки подлинности. Этот метод аутентификации добавляет дополнительный условие, предотвращающий несанкционированный доступ к вашей учетной записи. Если вы включите его - вам потребуется ввести код, сформированный на вашем телефоне или другом устройстве с поддержкой TOTP.',
'totp_header' => 'Двухфакторная аутентификация',
'totp_qr' => 'TOTP QR Код',
'totp_token' => 'TOTP Токен',
'update_email' => 'Обновить Email',
'update_pass' => 'Обновить пароль',
'update_user' => 'Обновить пользователя',
],
'confirm' => 'Вы уверены?',
'form_error' => 'Следующие ошибки были обнаружены при попытке обработать этот запрос.',
'no_servers' => 'На этом аккаунте в настоящее время нет серверов.',
'password_req' => 'Пароли должны отвечать следующим требованиям: по крайней мере, один символ верхнего регистра, один символ нижнего регистра, одна цифра, и быть не менее 8 символов в длину.',
'server_name' => 'Имя сервера',
'validation_error' => 'Произошла ошибка при проверке Ваших данных:',
'view_as_admin' => 'Вы просматриваете список серверов как администратор. Отображаются все установленные сервера. Сервер, помеченный синей точкой, принадлежит этому владельцу.',
];

View file

@ -1,17 +0,0 @@
<?php
return [
'next' => 'туда &raquo;',
'previous' => '&laquo; сюда',
'sidebar' => [
'account_controls' => 'Управление аккаунтом',
'account_security' => 'Безопасность аккаунта',
'account_settings' => 'Настройка аккаунта',
'files' => 'Файл Менеджер',
'manage' => 'Управление сервером',
'overview' => 'Обзор сервера',
'servers' => 'Ваши сервера',
'server_controls' => 'Управление сервером',
'subusers' => 'Управление суб-пользователями',
],
];

View file

@ -1,9 +0,0 @@
<?php
return [
'password' => 'Пароли должны быть не менее шести символов.',
'reset' => 'Ваш пароль был сброшен!',
'sent' => 'Мы отправили ссылку сброса пароля!',
'token' => 'Токен сброса пароля недействителен.',
'user' => 'Мы не можем найти пользователя с таким email.',
];

View file

@ -1,29 +0,0 @@
<?php
return [
'ajax' => [
'socket_error' => 'Нам не удалось подключиться к Socket.IO сервера, из за проблемы сети. Панель может работать не так, как ожидалось.',
'socket_status' => 'Этот сервер изменил статус на',
'socket_status_crashed' => 'Этот сервер определен как CRASHED.',
],
'files' => [
'back' => 'Обратно в Файлменеджер',
'loading' => 'Загружается список файлов, подождите несколько секунд...',
'saved' => 'Файл успешно сохранен.',
'yaml_notice' => 'Вы редактируете YAML файл. Вместо символов табуляции используйте :dropdown пробелы.',
],
'index' => [
'add_new' => 'Добавить новый сервер',
'allocation' => 'Распределение',
'command' => 'Введите команду консоли',
'connection' => 'Соединение по умолчанию',
'control' => 'Управление сервером',
'cpu_use' => 'Использование процессора',
'disk_space' => 'Дисковое пространство',
'memory_use' => 'Использование памяти',
'mem_limit' => 'Лимит памяти',
'server_info' => 'Информация о сервере',
'usage' => 'Использование',
'xaxis' => 'Время (2с интервал)',
],
];

View file

@ -1,30 +0,0 @@
<?php
return [
'again' => 'Снова',
'close' => 'Закрыть',
'connection' => 'Соединение',
'cpu' => 'CPU',
'current_password' => 'Текущий пароль',
'disabled' => 'Отключено',
'email' => 'Email',
'enabled' => 'Включено',
'language' => 'Язык',
'location' => 'Местоположение',
'login' => 'Логин',
'memory' => 'Память',
'no' => 'Нет',
'node' => 'Нода',
'players' => 'Игроков',
'registered' => 'Зарегистрирован',
'restart' => 'Рестарт',
'root_administrator' => 'Главный администратор',
'save' => 'Сохранить',
'start' => 'Старт',
'status' => 'Статус',
'stop' => 'Стоп',
'submit' => 'Отправить',
'success' => 'Успешно',
'whoops' => 'Whoops',
'yes' => 'Да',
];

View file

@ -1,71 +0,0 @@
<?php
return [
'accepted' => ':attribute должен быть принят.',
'active_url' => ':attribute неверный URL.',
'after' => ':attribute должно быть после даты :date.',
'alpha' => ':attribute может содержать только буквы.',
'alpha_dash' => ':attribute может содержать буквы, числа и тире.',
'alpha_num' => ':attribute может содержать буквы и цифры.',
'array' => ':attribute должен быть массивом.',
'before' => ':attribute должен быть перед датой :date.',
'between' => [
'array' => ':attribute должен быть между :min и :max.',
'file' => ':attribute должен быть между :min и :max килобайт.',
'numeric' => ':attribute должен быть между :min и :max.',
'string' => ':attribute должен быть между :min и :max символов.',
],
'boolean' => ':attribute поле должно быть true или false.',
'confirmed' => ':attribute подтверждение не совпадает.',
'custom' => [
'attribute-name' => [
'rule-name' => 'custom-message',
],
],
'date' => ':attribute неправильная дата.',
'date_format' => ':attribute не соответствует формату :format.',
'different' => ':attribute и :other должны бить различными.',
'digits' => ':attributeдолжны быть :digits цифрами.',
'digits_between' => ':attribute должны быть между :min и :max цифрами.',
'exists' => 'Выбран недопустимый :attribute.',
'filled' => ':attribute поле, обязательное для заполнения.',
'image' => ':attribute должен быть изображением.',
'in' => 'Выбран недопустимый :attribute.',
'integer' => ':attribute должен быть целым числом.',
'ip' => ':attribute должен быть IP адресом.',
'json' => ':attribute должен быть JSON строкой.',
'max' => [
'array' => ':attribute не может иметь более :max позиций.',
'file' => ':attribute не может быть больше, чем :max килобайт.',
'numeric' => ':attribute не может быть больше, чем :max.',
'string' => ':attribute не может быть больше, че :max символов.',
],
'mimes' => ':attribute должен быть файлом: :values.',
'min' => [
'array' => ':attribute должны иметь по крайней мере :min позиций.',
'file' => ':attribute должен быть не менее :min килобайт.',
'numeric' => ':attribute должен быть не менее :min.',
'string' => ':attribute должен быть не менее :min символов.',
],
'not_in' => 'Выбран недопустимый :attribute.',
'numeric' => ':attribute должен быть числом.',
'regex' => ':attribute недопустимый формат.',
'required' => ':attribute обязательно к заполнению.',
'required_if' => ':attribute должно быть заполнено когда :other в :value.',
'required_with' => ':attribute поле должно быть заполнено когда :values присутствует.',
'required_without' => ':attribute должно быть заполнено когда :values не присутствует.',
'required_without_all' => ':attribute должно быть заполнено когда пустое значение :values.',
'required_with_all' => ':attribute должно быть заполнено когда :values присутствует.',
'same' => ':attribute и :other должны совпадать.',
'size' => [
'array' => ':attribute должен содержать :size позиций.',
'file' => ':attribute должен быть :size килобайт.',
'numeric' => ':attribute должен быть :size.',
'string' => ':attribute должен быть :size символов.',
],
'string' => ':attribute должен быть строкой.',
'timezone' => ':attribute должен быть часовым поясом.',
'totp' => 'Тotp токен недействителен. Просрочен?',
'unique' => ':attribute уже использован.',
'url' => ':attribute недопустимый формат.',
];

View file

@ -1,6 +0,0 @@
<?php
return [
'resetpassword' => 'Återställ lösenord',
'sendlink' => 'SendSkicka återställningslänk för att återställa dittt lösenord',
];

View file

@ -1,8 +0,0 @@
<?php
return [
'account' => [
'totp_header' => 'Två-faktors autentisering',
],
'view_as_admin' => 'Du visar den här serverlistan som admin, därför är alla servrar installerade synliga. Serverar som du äger är markerade med en blå cirkel till vänster om servern.',
];

View file

@ -1,4 +0,0 @@
<?php
return [
];

View file

@ -1,4 +0,0 @@
<?php
return [
];

View file

@ -1,4 +0,0 @@
<?php
return [
];

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