From 6bc01d5ae656a2d0bb885c8c13eb8a8db6a06a6a Mon Sep 17 00:00:00 2001 From: 1Day Date: Mon, 13 Dec 2021 11:14:42 +0100 Subject: [PATCH] All blade files --- resources/lang/de.json | 48 +++++++++++++++++++ .../admin/configurations/editModel.blade.php | 2 +- resources/views/home.blade.php | 16 +++---- resources/views/profile/index.blade.php | 30 +++++------- resources/views/servers/create.blade.php | 16 +++---- resources/views/servers/index.blade.php | 39 ++++++++------- resources/views/store/checkout.blade.php | 46 +++++++++--------- resources/views/store/index.blade.php | 16 +++---- 8 files changed, 127 insertions(+), 86 deletions(-) diff --git a/resources/lang/de.json b/resources/lang/de.json index 1448a3ef..351269fe 100644 --- a/resources/lang/de.json +++ b/resources/lang/de.json @@ -35,6 +35,7 @@ "Resources": "Ressourcen", "Count": "Anzahl", "Locations": "Standorte", + "Node": "Node", "Nodes": "Nodes", "Nests": "Nests", "Eggs": "Eggs", @@ -49,9 +50,12 @@ "Payment_ID": "Zahlungs-ID", "Payer_ID": "Käufer-ID", + "Product": "Produkt", "Products": "Produkte", "Create": "Erstellen", "Product Details": "Produktdetails", + "Server Details": "Serverdetails", + "Product Linking": "Produktbeziehungen", "Name": "Name", "Price in": "Preis in ", @@ -206,7 +210,51 @@ "Due to system settings you are required to verify your discord account!": "Um das System zu benutzten, musst du deinen Discord Account bestätigen", "It looks like this hasnt been set-up correctly! Please contact support.": "Es scheint so, als wäre dies nicht richtig Konfiguriert. Bitte melde dich beim Support", + "Change Password": "Passwort ändern", + "Current Password": "Momentanes Passwort", + "Save Changes": "Änderungen speichern", + "Re-Sync Discord": "Resync Discord", + "You are verified!": "Du bist verifiziert!", + "By verifying your discord account, you receive extra Credits and increased Server amounts": "Wenn du deinen Discordaccount verifizierst, bekommst du extra Credits und ein erhöhtes Server Limit", + "Server configuration": "Server Konfiguration", + "Error!": "Fehler!", + "Make sure to link your products to nodes and eggs.": "Stelle sicher, dass deine Produkte mit Nodes und Eggs verknüpft sind", + "There has to be at least 1 valid product for server creation": "Es muss mindestens 1 aktives Produkt erstellt sein, bevor ein Server erstellt wird", + "No products available!": "Keine Produkte verfügbar!", + "No nodes have been linked!": "Es wurde keine Nodes verknüpft", + "No nests available!": "Keine Nests verfügbar", + "No eggs have been linked!": "Es wurde keine Eggs verknüpft", + "Software / Games": "Software / Spiele", + "Please select software ...": "Bitte Software auswählen", + "Specification": "Spezifikationen", + "No selection": "Keine Auswahl", + "per month": "pro Monat", + "Not enough credits!": "Nicht genug Credits!", + "Please select a configuration ...": "Konfiguration Auswählen!", + "No resources found matching current configuration": "Keine Ressource passt zur momentanen Konfiguration", + "No nodes found matching current configuration": "Kein Node passt zur momentanen Konfiguration", + "Please select a node ...": "Bitte Node auswählen", + "Create server": "Server erstellen", + "Use your servers on our": "Verwalte deine Server mit unserem", + "pterodactyl panel": "Server panel", + "Server limit reached!": "Server Limit erreicht!", + "Create Server": "Server erstellen", + "Manage": "Verwalten", + "Delete server": "Server löschen", + "Price per Hour": "Preis pro Stunde", + "Price per Month": "Preis pro Monat", + "Date": "Datum", + "To": "Zu", + "From": "Von", + "Pending": "Wartend", + "Subtotal": "Zwischensumme", + "Submit Payment": "Zahlung bestätigen", + "Payment Methods": "Zahlungsmethoden", + "By purchasing this product you agree and accept our terms of service": "Mit dem kauf akzeptierst du unsere TOS", + "There are no store products!": "Es gibt keine Produkte", + "The store is not correctly configured!": "Der Laden wurde nicht richtig konfiguriert", + "Out of Credits in": "Keine :credits mehr in" diff --git a/resources/views/admin/configurations/editModel.blade.php b/resources/views/admin/configurations/editModel.blade.php index e2dde89c..d8dc1376 100644 --- a/resources/views/admin/configurations/editModel.blade.php +++ b/resources/views/admin/configurations/editModel.blade.php @@ -33,7 +33,7 @@ diff --git a/resources/views/home.blade.php b/resources/views/home.blade.php index ee44e0e4..72829e34 100644 --- a/resources/views/home.blade.php +++ b/resources/views/home.blade.php @@ -6,11 +6,11 @@
-

Dashboard

+

{{__('Dashboard')}}

@@ -28,7 +28,7 @@
- Servers + {{__('Servers')}} {{Auth::user()->servers()->count()}}
@@ -58,8 +58,8 @@
- {{CREDITS_DISPLAY_NAME}} usage - {{number_format($useage, 2, '.', '')}} per month + {{CREDITS_DISPLAY_NAME}} {{__('Usage')}} + {{number_format($useage, 2, '.', '')}} {{__('per month')}}
@@ -73,7 +73,7 @@
- Out of {{CREDITS_DISPLAY_NAME}} in + {{__('Out of Credits in',["credits"=>CREDITS_DISPLAY_NAME])}} {{$boxText}}{{$unit}}
@@ -93,7 +93,7 @@

- Useful Links + {{__('Useful Links')}}

@@ -121,7 +121,7 @@

- Activity Log + {{__('Activity Logs')}}

diff --git a/resources/views/profile/index.blade.php b/resources/views/profile/index.blade.php index a4bac1ff..80c88b8f 100644 --- a/resources/views/profile/index.blade.php +++ b/resources/views/profile/index.blade.php @@ -109,7 +109,7 @@
-
@@ -124,7 +124,7 @@
-
-
Change Password
+
{{__('Change Password')}}
-
@@ -160,7 +160,7 @@
-
@@ -174,8 +174,7 @@
-
+
@if(is_null(Auth::user()->discordUser)) - Link your discord account! + {{__('Link your discord account!')}}
@if($credits_reward_after_verify_discord) -

By verifying your discord account, you receive an - extra - {{$credits_reward_after_verify_discord}} - {{CREDITS_DISPLAY_NAME}} and increased server - limit +

{{__('By verifying your discord account, you receive extra Credits and increased Server amounts')}}

@endif
- Login with Discord + {{__('Login with Discord')}} @else
-

You are verified!

+

{{__('You are verified!')}}

@@ -233,7 +227,7 @@
@@ -245,7 +239,7 @@
- +
diff --git a/resources/views/servers/create.blade.php b/resources/views/servers/create.blade.php index d36e297a..0b6b67f8 100644 --- a/resources/views/servers/create.blade.php +++ b/resources/views/servers/create.blade.php @@ -6,14 +6,14 @@
-

Servers

+

{{__('Servers')}}

@@ -114,7 +114,7 @@
- +