浏览代码

chore: 🌐 localized "dashboard icons string"

IceToast 3 年之前
父节点
当前提交
f056a183c7
共有 2 个文件被更改,包括 11 次插入17 次删除
  1. 8 14
      resources/lang/en.json
  2. 3 3
      resources/views/admin/settings/tabs/dashboard.blade.php

+ 8 - 14
resources/lang/en.json

@@ -89,13 +89,6 @@
     "Token": "Token",
     "Last used": "Last used",
     "Are you sure you wish to delete?": "Are you sure you wish to delete?",
-    "Edit Configuration": "Edit Configuration",
-    "Text Field": "Text Field",
-    "Cancel": "Cancel",
-    "Save": "Save",
-    "Configurations": "Configurations",
-    "Key": "Key",
-    "Value": "Value",
     "Nests": "Nests",
     "Sync": "Sync",
     "Active": "Active",
@@ -151,10 +144,15 @@
     "Config": "Config",
     "Suspended at": "Suspended at",
     "Settings": "Settings",
-    "Dashboard icons": "Dashboard icons",
-    "Invoice Settings": "Invoice Settings",
+    "Key": "Key",
+    "Value": "Value",
+    "Edit Configuration": "Edit Configuration",
+    "Text Field": "Text Field",
+    "Cancel": "Cancel",
+    "Save": "Save",
     "Select panel icon": "Select panel icon",
     "Select panel favicon": "Select panel favicon",
+    "Images and Icons may be cached, reload without cache to see your changes appear": "Images and Icons may be cached, reload without cache to see your changes appear",
     "Download all Invoices": "Download all Invoices",
     "Enter your companys name": "Enter your companys name",
     "Enter your companys address": "Enter your companys address",
@@ -321,9 +319,6 @@
     "Canceled ...": "Canceled ...",
     "Deletion has been canceled.": "Deletion has been canceled.",
     "Date": "Date",
-    "To": "To",
-    "From": "From",
-    "Pending": "Pending",
     "Subtotal": "Subtotal",
     "Payment Methods": "Payment Methods",
     "Amount Due": "Amount Due",
@@ -349,6 +344,5 @@
     "Total amount": "Total amount",
     "Notes": "Notes",
     "Amount in words": "Amount in words",
-    "Please pay until": "Please pay until",
-    "Account already exists on Pterodactyl. Please contact the Support!": "Account already exists on Pterodactyl. Please contact the Support!"
+    "Please pay until": "Please pay until"
 }

+ 3 - 3
resources/views/admin/settings/tabs/dashboard.blade.php

@@ -36,8 +36,8 @@
         <button class="btn btn-primary">{{ __('Submit') }}</button>
     </form>
 
-    <p class="text-muted">Images and Icons may be cached, use <code>CNTRL +
-            F5</code><sup>(google
-            chrome hotkey)</sup> to reload without cache to see your changes appear :)</p>
+    <p class="text-muted">
+        {{ __('Images and Icons may be cached, reload without cache to see your changes appear') }}
+    </p>
 
 </div>