From 70828b6d48d88e454c3e9b3fe77485914a6c6b7f Mon Sep 17 00:00:00 2001 From: 1Day Date: Mon, 13 Dec 2021 10:12:32 +0100 Subject: [PATCH] fully translateable backend --- resources/lang/de.json | 47 ++- .../views/admin/usefullinks/create.blade.php | 44 +-- .../views/admin/usefullinks/edit.blade.php | 45 +-- .../views/admin/usefullinks/index.blade.php | 22 +- resources/views/admin/users/edit.blade.php | 58 ++-- resources/views/admin/users/index.blade.php | 24 +- .../views/admin/users/notifications.blade.php | 28 +- resources/views/admin/users/show.blade.php | 36 +-- .../views/admin/vouchers/create.blade.php | 290 ++++++++++-------- resources/views/admin/vouchers/edit.blade.php | 287 +++++++++-------- .../views/admin/vouchers/index.blade.php | 22 +- .../views/admin/vouchers/users.blade.php | 18 +- 12 files changed, 507 insertions(+), 414 deletions(-) diff --git a/resources/lang/de.json b/resources/lang/de.json index e0629000..d96d4318 100644 --- a/resources/lang/de.json +++ b/resources/lang/de.json @@ -61,6 +61,7 @@ "Minimum": "Mindest", "IO": "IO", "Databases": "Datenbanken", + "Database": "Datenbank", "Backups": "Backups", "Allocations": "Port Zuweisungen", "Disabled": "Deaktiviert", @@ -97,8 +98,52 @@ "Active": "Aktiv", "Paypal is not configured.": "Paypal ist nicht konfiguriert!", - "To configure PayPal, head to the .env and add your PayPal’s client id and secret.": "Um Paypal zu konfigurieren, füge deine Paypal client ID und Secretkey in deine .env-Datei hinzu" + "To configure PayPal, head to the .env and add your PayPal’s client id and secret.": "Um Paypal zu konfigurieren, füge deine Paypal client ID und Secretkey in deine .env-Datei hinzu", + "Useful Links": "Nützliche Links", + "Icon class name": "Icon Klassen-Name", + "You can find available free icons": "Hier gibt es kostenlose Icons", + "Title": "Titel", + "Link": "Link", + + "Username": "Username", + "Email": "E-Mail", + "Pterodactly ID": "Pterodactyl ID", + "Server Limit": "Serverlimit", + "Role": "Rolle", + "Administrator": "Administrator", + "Client": "Client", + "Member": "Member", + "New Password": "Neues Passwort", + "Confirm Password": "Passwort bestätigen", + "This ID refers to the user account created on pterodactyls panel.": "Die ist die Pterodactyl-ID des Users", + "Only edit this if you know what youre doing :)": "Bearbeite dies nur, wenn du weißt, was du tust :)", + + "Verified": "Verifiziert", + "Last seen": "Zuletzt online", + "Notify": "Benachrichtigen", + + "All": "Alle", + "Send via": "Senden via", + "Content": "Inhalt", + "Notifications": "Benachrichtigungen", + + "Usage": "Nutzung", + + "Config": "Konfiguration", + + "Vouchers": "Gutscheine", + "Voucher details": "Gutschein details", + "Memo": "Name", + "Code": "Code", + "Uses": "Benutzungen", + "Expires at": "Läuft ab am", + "Max": "Max", + "Random": "Zufällig", + + "Status": "Status", + "Used / Uses": "Benutzungen", + "Expires": "Ablauf" } diff --git a/resources/views/admin/usefullinks/create.blade.php b/resources/views/admin/usefullinks/create.blade.php index 32b2f9f5..53f68509 100644 --- a/resources/views/admin/usefullinks/create.blade.php +++ b/resources/views/admin/usefullinks/create.blade.php @@ -6,13 +6,15 @@
-

Useful Links

+

{{__('Useful Links')}}

@@ -34,15 +36,15 @@
- +
- You can find available free icons here + {{__('You can find available free icons')}} here
@error('icon')
@@ -52,7 +54,7 @@
- +
- +
- +