Skip to content

Commit 6f21caf

Browse files
committed
Merge pull request pterodactyl#7 from jboy1234/development
Added First Implementations of German
2 parents 288ee1a + f6405a2 commit 6f21caf

File tree

7 files changed

+279
-0
lines changed

7 files changed

+279
-0
lines changed

resources/lang/de/auth.php

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<?php
2+
return [
3+
/*
4+
|--------------------------------------------------------------------------
5+
| Authentication Language Lines
6+
|--------------------------------------------------------------------------
7+
|
8+
| The following language lines are used during authentication for various
9+
| messages that we need to display to the user. You are free to modify
10+
| these language lines according to your application's requirements.
11+
|
12+
*/
13+
'failed' => 'Falsches Passwort!', /* "Incorrect Password!" */
14+
'throttle' => 'Zu viele Login-Versuche! Versuchen Sie, in :seconds Sekunde.', /* "Too many login attempts! Try in (number) Seconds" */
15+
'errorencountered' => 'Ein Fehler ist aufgetreten!', /* An error occurred! */
16+
'resetpassword' => 'Passwort zurücksetzen.', /* Reset Password */
17+
'confirmpassword' => 'Bestätige das Passwort.', /* Confirm your password */
18+
'sendlink' => 'Senden Sie Passwort-Reset Link.', /* Send password reset link */
19+
'emailsent' => 'E-Mail gesendet.', /* Email Sent */
20+
'remeberme' => 'Login merken.', /* Remember my Login*/
21+
];
22+
23+
/*
24+
German Translation by Jboy
25+
*/

resources/lang/de/base.php

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
<?php
2+
return [
3+
/*
4+
|--------------------------------------------------------------------------
5+
| Base Pterodactyl Language.
6+
|--------------------------------------------------------------------------
7+
|
8+
| These base strings are used throughout the front-end of Pterodactyl but
9+
| not on pages that are used when viewing a server. Those keys are in server.php
10+
|
11+
*/
12+
'failed' => 'Falsches Passwort!',
13+
'throttle' => 'Zu viele Login-Versuche! Versuchen Sie, in :seconds Sekunde.',
14+
'view_as_admin' => 'Ihr sind ein admin. So können Sie alle Server zu sehen.',
15+
'server_name' => 'Der Server-Name',
16+
'no_servers' => 'Keine Server gefunden.',
17+
'form_error' => 'Diese Fehler traten auf:',
18+
'password_req' => 'Passwörter müssen die folgenden Anforderungen erfüllen: mindestens einen Großbuchstaben, einen Kleinbuchstaben, eine Ziffer und mindestens 8 Zeichen lang sein.',
19+
'account' => [
20+
'totp_header' => 'Zwei-Faktor- Authentifizierung',
21+
'totp_qr' => 'TOTP QR Code', /* TODO */
22+
'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.', /* TODO */
23+
'totp_apps' => 'You must have a TOTP supporting application (e.g Google Authenticator, DUO Mobile, Authy) to use this option.', /* TODO */
24+
'totp_enable' => 'Aktivieren der Zwei-Faktor-Authentifizierung',
25+
'totp_disable' => 'Deaktivieren Zwei-Faktor-Authentisierung',
26+
'totp_token' => 'TOTP Zeichen',
27+
'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.', /* TODO */
28+
'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.', /* TODO */
29+
'totp_enabled' => 'Your account has been enabled with TOTP verification. Please click the close button on this box to finish.', /* TODO */
30+
'totp_enabled_error' => 'The TOTP token provided was unable to be verified. Please try again.', /* TODO */
31+
'update_email' => 'Update per E-Mail',
32+
'new_email' => 'Neue e-mail',
33+
'new_password' => 'Neues Kennwort',
34+
'update_pass' => 'Passwort aktualisieren'
35+
]
36+
];
37+
/*
38+
German Translation by Jboy
39+
*/

resources/lang/de/pagination.php

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<?php
2+
return [
3+
/*
4+
|--------------------------------------------------------------------------
5+
| Pagination Language Lines
6+
|--------------------------------------------------------------------------
7+
|
8+
| The following language lines are used by the paginator library to build
9+
| the simple pagination links. You are free to change them to anything
10+
| you want to customize your views to better match your application.
11+
|
12+
*/
13+
'previous' => '&laquo; Zurück',
14+
'next' => 'Nächster &raquo;',
15+
'sidebar' => [
16+
'account_controls' => 'Konto Kontrollen',
17+
'account_settings' => 'Konto Einstellungen',
18+
'account_security' => 'Konto Sicherheit',
19+
'server_controls' => 'Server Kontrollen',
20+
'servers' => 'Ihr Server',
21+
'overview' => 'Server-Übersicht',
22+
'files' => 'Dateimanager',
23+
'subusers' => 'Verwalten Sub-Benutzer',
24+
'manage' => 'Verwalten Server',
25+
],
26+
];
27+
/*
28+
German Translation by Jboy
29+
*/

resources/lang/de/passwords.php

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<?php
2+
return [
3+
/*
4+
|--------------------------------------------------------------------------
5+
| Password Reminder Language Lines
6+
|--------------------------------------------------------------------------
7+
|
8+
| The following language lines are the default lines which match reasons
9+
| that are given by the password broker for a password update attempt
10+
| has failed, such as for an invalid token or invalid new password.
11+
|
12+
*/
13+
'password' => 'Passwörter müssen mindestens sechs Zeichen lang sein und passen Sie die Bestätigung.',
14+
'reset' => 'Dein Passwort wurde zurückgesetzt!',
15+
'sent' => 'Ihr Passwort zurückzusetzen Link wurde Ihnen zugeschickt',
16+
'token' => 'Es tut uns leid! Dieser Password-Reset-Token ist ungültig.',
17+
'user' => "Keine Benutzer mit dieser E-Mail Adresse gefunden!",
18+
];
19+
/*
20+
German Translation by Jboy
21+
*/

resources/lang/de/server.php

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
<?php
2+
return [
3+
/*
4+
|--------------------------------------------------------------------------
5+
| Pterodactyl Language Strings for /server/{server} Routes
6+
|--------------------------------------------------------------------------
7+
*/
8+
'ajax' => [
9+
'socket_error' => 'Wir waren nicht in der Lage, um zum Haupt Socket.IO Server verbinden <br /><br />Wenn dies Ihr erstes Mal sehen diese Meldung kann es sein, dass Sie brauchen, um diesen Server\'s SSL-Zertifikat zu akzeptieren. Bitte klicken Sie auf diese Meldung und das Zertifikat zu akzeptieren.',
10+
'socket_status' => 'Dieser Server\'s Power-Status hat sich geändert',
11+
'socket_status_crashed' => 'Der Server ist abgestürzt.',
12+
],
13+
'index' => [
14+
'memory_use' => 'RAM Verwendung',
15+
'cpu_use' => 'CPU Verwendung',
16+
'xaxis' => 'Zeit (2s Schritten)',
17+
'server_info' => 'Server Informationen',
18+
'connection' => 'Standardverbindung',
19+
'mem_limit' => 'RAM-Grenze',
20+
'disk_space' => 'Festplattenspeicher',
21+
'control' => 'Steuern Server',
22+
'info_use' => 'Informationen & Verwendung',
23+
'command' => 'Geben Sie Console Command',
24+
],
25+
'files' => [
26+
'loading' => 'Laden...',
27+
'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.', /* TODO */
28+
'back' => 'Zurück zu Dateimanager',
29+
'saved' => 'Datei gespeichert',
30+
],
31+
];
32+
/*
33+
German Translation by Jboy
34+
*/

resources/lang/de/strings.php

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<?php
2+
return [
3+
/*
4+
|--------------------------------------------------------------------------
5+
| Standalone Pterodactyl Language Strings
6+
|--------------------------------------------------------------------------
7+
*/
8+
'login' => 'Anmeldung',
9+
'password' => 'Passwort',
10+
'email' => 'Email',
11+
'whoops' => ' Hoppla',
12+
'success' => 'Erfolg',
13+
'location' => 'Ort',
14+
'node' => 'Node',
15+
'connection' => 'Verbindung',
16+
'language' => 'Sprache',
17+
'close' => 'Schließen',
18+
'start' => 'Anfang',
19+
'stop' => 'Stopp',
20+
'restart' => 'Wiederbeginn',
21+
'save' => 'Sparen',
22+
'enabled' => 'Aktiviert',
23+
'disabled' => 'Behindert',
24+
'submit' => 'Einreichen',
25+
'current_password' => 'Aktuelles Passwort',
26+
'again' => 'Wieder',
27+
];
28+
/*
29+
German Translation by Jboy
30+
*/

resources/lang/de/validation.php

Lines changed: 101 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,101 @@
1+
<?php
2+
return [
3+
/*
4+
|--------------------------------------------------------------------------
5+
| Validation Language Lines.
6+
|--------------------------------------------------------------------------
7+
|
8+
| The following language lines contain the default error messages used by
9+
| the validator class. Some of these rules have multiple versions such
10+
| as the size rules. Feel free to tweak each of these messages here.
11+
|
12+
*/
13+
'accepted' => 'The :attribute must be accepted.',
14+
'active_url' => 'The :attribute is not a valid URL.',
15+
'after' => 'The :attribute must be a date after :date.',
16+
'alpha' => 'The :attribute may only contain letters.',
17+
'alpha_dash' => 'The :attribute may only contain letters, numbers, and dashes.',
18+
'alpha_num' => 'The :attribute may only contain letters and numbers.',
19+
'array' => 'The :attribute must be an array.',
20+
'before' => 'The :attribute must be a date before :date.',
21+
'between' => [
22+
'numeric' => 'The :attribute must be between :min and :max.',
23+
'file' => 'The :attribute must be between :min and :max kilobytes.',
24+
'string' => 'The :attribute must be between :min and :max characters.',
25+
'array' => 'The :attribute must have between :min and :max items.',
26+
],
27+
'boolean' => 'The :attribute field must be true or false.',
28+
'confirmed' => 'The :attribute confirmation does not match.',
29+
'date' => 'The :attribute is not a valid date.',
30+
'date_format' => 'The :attribute does not match the format :format.',
31+
'different' => 'The :attribute and :other must be different.',
32+
'digits' => 'The :attribute must be :digits digits.',
33+
'digits_between' => 'The :attribute must be between :min and :max digits.',
34+
'email' => 'The :attribute must be a valid email address.',
35+
'exists' => 'The selected :attribute is invalid.',
36+
'filled' => 'The :attribute field is required.',
37+
'image' => 'The :attribute must be an image.',
38+
'in' => 'The selected :attribute is invalid.',
39+
'integer' => 'The :attribute must be an integer.',
40+
'ip' => 'The :attribute must be a valid IP address.',
41+
'json' => 'The :attribute must be a valid JSON string.',
42+
'max' => [
43+
'numeric' => 'The :attribute may not be greater than :max.',
44+
'file' => 'The :attribute may not be greater than :max kilobytes.',
45+
'string' => 'The :attribute may not be greater than :max characters.',
46+
'array' => 'The :attribute may not have more than :max items.',
47+
],
48+
'mimes' => 'The :attribute must be a file of type: :values.',
49+
'min' => [
50+
'numeric' => 'The :attribute must be at least :min.',
51+
'file' => 'The :attribute must be at least :min kilobytes.',
52+
'string' => 'The :attribute must be at least :min characters.',
53+
'array' => 'The :attribute must have at least :min items.',
54+
],
55+
'not_in' => 'The selected :attribute is invalid.',
56+
'numeric' => 'The :attribute must be a number.',
57+
'regex' => 'The :attribute format is invalid.',
58+
'required' => 'The :attribute field is required.',
59+
'required_if' => 'The :attribute field is required when :other is :value.',
60+
'required_with' => 'The :attribute field is required when :values is present.',
61+
'required_with_all' => 'The :attribute field is required when :values is present.',
62+
'required_without' => 'The :attribute field is required when :values is not present.',
63+
'required_without_all' => 'The :attribute field is required when none of :values are present.',
64+
'same' => 'The :attribute and :other must match.',
65+
'size' => [
66+
'numeric' => 'The :attribute must be :size.',
67+
'file' => 'The :attribute must be :size kilobytes.',
68+
'string' => 'The :attribute must be :size characters.',
69+
'array' => 'The :attribute must contain :size items.',
70+
],
71+
'string' => 'The :attribute must be a string.',
72+
'timezone' => 'The :attribute must be a valid zone.',
73+
'unique' => 'The :attribute has already been taken.',
74+
'url' => 'The :attribute format is invalid.',
75+
/*
76+
|--------------------------------------------------------------------------
77+
| Custom Validation Language Lines
78+
|--------------------------------------------------------------------------
79+
|
80+
| Here you may specify custom validation messages for attributes using the
81+
| convention "attribute.rule" to name the lines. This makes it quick to
82+
| specify a specific custom language line for a given attribute rule.
83+
|
84+
*/
85+
'custom' => [
86+
'attribute-name' => [
87+
'rule-name' => 'custom-message',
88+
],
89+
],
90+
/*
91+
|--------------------------------------------------------------------------
92+
| Custom Validation Attributes
93+
|--------------------------------------------------------------------------
94+
|
95+
| The following language lines are used to swap attribute place-holders
96+
| with something more reader friendly such as E-Mail Address instead
97+
| of "email". This simply helps us make messages a little cleaner.
98+
|
99+
*/
100+
'attributes' => [],
101+
];

0 commit comments

Comments
 (0)