diff --git a/resources/lang/de.json b/resources/lang/de.json index 6d4e07a1..952c1364 100644 --- a/resources/lang/de.json +++ b/resources/lang/de.json @@ -1,6 +1,4 @@ { - - "Activity Logs": "Aktivitäts logs", "No recent activity from cronjobs": "Keine neuen aktivitäten von Cronjobs", "Check the docs for it here": "Zur Dokumentation", @@ -20,6 +18,73 @@ "Dashboard": "Dashboard", "Key": "Schlüssel", "Value": "Wert", - "Type": "Typ" + "Type": "Typ", + + "Admin Overview": "Admin Übersicht", + "Support server": "Discord Server", + "Documentation": "Dokumentation", + "Github": "Github", + "Support ControlPanel": "Unterstütze Controlpanel.gg", + "Servers": "Server", + "Users": "Benutzer", + "Total": "Gesamt", + "Payments": "Zahlungen", + "Pterodactyl": "Pterodactyl", + "Sync": "Sync", + "Resources": "Ressourcen", + "Count": "Anzahl", + "Locations": "Standorte", + "Nodes": "Nodes", + "Nests": "Nests", + "Eggs": "Eggs", + "Last updated :date": "Zuletzt aktualisiert :date", + + "ID": "ID", + "User": "Benutzer", + "Amount": "Anzahl", + "Product Price": "Produktpreis", + "Tax": "Steuer", + "Total Price": "Gesamtpreis", + "Payment_ID": "Zahlungs-ID", + "Payer_ID": "Käufer-ID", + + "Products": "Produkte", + "Create": "Erstellen", + "Product Details": "Produktdetails", + "Product Linking": "Produktbeziehungen", + "Name": "Name", + "Price in": "Preis in ", + "Memory": "Arbeitsspeicher", + "Cpu": "Prozessorleistung", + "Swap": "Swap", + "Disk": "Festplatte", + "Minimum": "Mindest", + "IO": "IO", + "Databases": "Datenbanken", + "Backups": "Backups", + "Allocations": "Port Zuweisungen", + "Disabled": "Deaktiviert", + "Submit": "Abschicken", + "This product will only be available for these nodes": "Dieses Produkt wurd nur für die ausgewählten Nodes verfügbar sein", + "This product will only be available for these eggs": "Dieses Produkt wurd nur für die ausgewählten Eggs verfügbar sein", + "Will hide this option from being selected": "Wird dieses Produkt nicht zum Kauf zur Verfügung stellen", + "Link your products to nodes and eggs to create dynamic pricing for each option": "Verbinde deine Produkte mit Nodes und Eggs um ein dynamisches Preismodell zu erstellen", + "Setting to -1 will use the value from configuration.": "Benutzt den Standard, wenn der Wert auf -1 gesetzt wird", + "This is what the users sees": "Das wird der Benutzer sehen", + "Edit": "Bearbeiten", + + "Price": "Preis", + "Are you sure you wish to delete?": "Sicher, dass du dies löschen möchtest?", + "Create new": "Neu erstellen", + "Show": "Zeige", + "Updated at": "Aktualisiert", + "Suspended at": "Suspendiert", + + "Settings": "Einstellungen", + "Dashboard icons": "Dashboard Icons", + "Select panel icon": "Icon auswählen", + "Select panel favicon": "Favicon auswählen" + + } diff --git a/resources/views/admin/nests/index.blade.php b/resources/views/admin/nests/index.blade.php index e29e822a..f49e9594 100644 --- a/resources/views/admin/nests/index.blade.php +++ b/resources/views/admin/nests/index.blade.php @@ -1,3 +1,8 @@ + + + @extends('layouts.main') @section('content') diff --git a/resources/views/admin/nodes/index.blade.php b/resources/views/admin/nodes/index.blade.php index 70836025..ab87e0ba 100644 --- a/resources/views/admin/nodes/index.blade.php +++ b/resources/views/admin/nodes/index.blade.php @@ -1,3 +1,8 @@ + + + @extends('layouts.main') @section('content') diff --git a/resources/views/admin/overview/index.blade.php b/resources/views/admin/overview/index.blade.php index 0c491a55..8da6292d 100644 --- a/resources/views/admin/overview/index.blade.php +++ b/resources/views/admin/overview/index.blade.php @@ -6,13 +6,13 @@
-

Admin Overview

+

{{__('Admin Overview')}}

diff --git a/resources/views/admin/payments/index.blade.php b/resources/views/admin/payments/index.blade.php index b6765901..7b31fc59 100644 --- a/resources/views/admin/payments/index.blade.php +++ b/resources/views/admin/payments/index.blade.php @@ -6,12 +6,12 @@
-

Payments

+

{{__('Payments')}}

@@ -26,24 +26,24 @@
-
Payments
+
{{__('Payments')}}
- - - - - - - - - - - + + + + + + + + + + + diff --git a/resources/views/admin/products/create.blade.php b/resources/views/admin/products/create.blade.php index dcb4e8c0..c809a2ef 100644 --- a/resources/views/admin/products/create.blade.php +++ b/resources/views/admin/products/create.blade.php @@ -6,14 +6,15 @@
-

Products

+

{{__('Products')}}

@@ -31,7 +32,7 @@
-
Product Details
+
{{__('Product Details')}}
@@ -39,9 +40,9 @@
-
@@ -49,7 +50,7 @@
- +
- + - +
- +
- +
- + @error('description') -
- {{ $message }} -
+
+ {{ $message }} +
@enderror
- + + class="form-control @error('disk') is-invalid @enderror" + required="required"> @error('disk') -
- {{ $message }} -
+
+ {{ $message }} +
@enderror
- + name="minimum_credits" type="number" + class="form-control @error('minimum_credits') is-invalid @enderror" + required="required"> @error('minimum_credits') -
- {{ $message }} -
+
+ {{ $message }} +
@enderror
- + + class="form-control @error('io') is-invalid @enderror" + required="required"> @error('io') -
- {{ $message }} -
+
+ {{ $message }} +
@enderror
- + + type="number" + class="form-control @error('databases') is-invalid @enderror" + required="required"> @error('databases') -
- {{ $message }} -
+
+ {{ $message }} +
@enderror
- + + type="number" + class="form-control @error('backups') is-invalid @enderror" + required="required"> @error('backups') -
- {{ $message }} -
+
+ {{ $message }} +
@enderror
- + + name="allocations" type="number" + class="form-control @error('allocations') is-invalid @enderror" + required="required"> @error('allocations') -
- {{ $message }} -
+
+ {{ $message }} +
@enderror
@@ -213,7 +219,7 @@
@@ -224,16 +230,16 @@
-
Product Linking +
{{__('Product Linking')}}
- +
IDUserTypeAmountProduct PriceTaxTax(%)Total PricePayment_IDPayer_IDCreated at{{__('ID')}}{{__('User')}}{{__('Type')}}{{__('Amount')}}{{__('Product Price')}}{{__('Tax')}}{{__('Tax')}}(%){{__('Total Price')}}{{__('Payment_ID')}}{{__('Payer_ID')}}{{__('Created at')}}
- - - - - - - - - - - - - + + + + + + + + + + + + + @@ -71,7 +71,7 @@
ActiveNamePriceMemoryCpuSwapDiskDatabasesBackupsEggsNodesServersCreated at{{__('Active')}}{{__('Name')}}{{__('Price')}}{{__('Memory')}}{{__('Cpu')}}{{__('Swap')}}{{__('Disk')}}{{__('Databases')}}{{__('Backups')}}{{__('Eggs')}}{{__('Nodes')}}{{__('Servers')}}{{__('Created at')}}