Kaynağa Gözat

Adding work in progres localization file

tobychui 3 yıl önce
ebeveyn
işleme
21ff1bfc91

+ 1 - 1
web/SystemAO/file_system/file_explorer.html

@@ -3714,7 +3714,7 @@
                     data: {path: selectedFile},
                     success: function(data){
                         if (data.error !== undefined){
-                            alert(data.error);
+                            msgbox("remove",data.error);
                         }else{
                             //Build the predicted share endpoint
                             let protocol = "https://";

+ 2 - 0
web/SystemAO/locale/file_explorer.json

@@ -120,6 +120,8 @@
                 "upload/count/uploading": " 上載中",
                 "upload/count/pending": " 等待中",
 
+                "error/Permission Denied: You are not the file owner nor can write to this file": "存取被拒:您不是分享檔案者或有權訪問此檔案",
+
                 "message/rename/success": "重新命名成功",
                 "message/copy/success": " 個檔案已複製",
                 "message/move/success": " 個檔案已移動",