Handy_Cao 7 ماه پیش
والد
کامیت
266de9c71d
5فایلهای تغییر یافته به همراه15 افزوده شده و 5 حذف شده
  1. 3 1
      public/locales/en-US.json
  2. 3 1
      public/locales/th-TH.json
  3. 3 1
      public/locales/vi-VN.json
  4. 3 1
      public/locales/zh-CN.json
  5. 3 1
      public/locales/zh-TW.json

+ 3 - 1
public/locales/en-US.json

@@ -3703,6 +3703,8 @@
         "notice_news_modify": "Modify",
         "notice_news_show": "Show",
         "notice_news_hide": "Do not show",
-        "notice_news_delete": "Delete"
+        "notice_news_delete": "Delete",
+        "NotFound": "系统错误",
+        "NotFoundIndex": "404"
     }
 }

+ 3 - 1
public/locales/th-TH.json

@@ -3703,6 +3703,8 @@
         "notice_news_modify": "แก้ไข",
         "notice_news_show": "แสดง",
         "notice_news_hide": "ไม่แสดง",
-        "notice_news_delete": "ลบ"
+        "notice_news_delete": "ลบ",
+        "NotFound": "系统错误",
+        "NotFoundIndex": "404"
     }
 }

+ 3 - 1
public/locales/vi-VN.json

@@ -3703,6 +3703,8 @@
         "notice_news_modify": "Sửa đổi",
         "notice_news_show": "Hiển thị",
         "notice_news_hide": "Không hiển thị",
-        "notice_news_delete": "Xóa"
+        "notice_news_delete": "Xóa",
+        "NotFound": "系统错误",
+        "NotFoundIndex": "404"
     }
 }

+ 3 - 1
public/locales/zh-CN.json

@@ -3703,6 +3703,8 @@
         "notice_news_modify": "修改",
         "notice_news_show": "展示",
         "notice_news_hide": "不展示",
-        "notice_news_delete": "删除"
+        "notice_news_delete": "删除",
+        "NotFound": "系统错误",
+        "NotFoundIndex": "404"
     }
 }

+ 3 - 1
public/locales/zh-TW.json

@@ -3703,6 +3703,8 @@
         "notice_news_modify": "修改",
         "notice_news_show": "展示",
         "notice_news_hide": "不展示",
-        "notice_news_delete": "刪除"
+        "notice_news_delete": "刪除",
+        "NotFound": "系统错误",
+        "NotFoundIndex": "404"
     }
 }