Skip to content

Commit 07b9d7e

Browse files
committed
chore: auto update i18n file
1 parent 9964e20 commit 07b9d7e

File tree

1 file changed

+29
-3
lines changed

1 file changed

+29
-3
lines changed

src/lang/en/drivers.json

Lines changed: 29 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,20 @@
410410
"root_folder_path": "Root folder path",
411411
"secret_access_key": "Secret access key",
412412
"session_token": "Session token",
413-
"sign_url_expire": "Sign url expire"
413+
"sign_url_expire": "Sign url expire",
414+
"storage_class": "Storage class",
415+
"storage_class-tips": "Storage class for new objects. AWS and Tencent COS support different subsets (COS uses ARCHIVE/DEEP_ARCHIVE).",
416+
"storage_classs": {
417+
"": "",
418+
"archive": "Archive",
419+
"deep_archive": "Deep archive",
420+
"glacier": "Glacier",
421+
"glacier_ir": "Glacier ir",
422+
"intelligent_tiering": "Intelligent tiering",
423+
"onezone_ia": "Onezone ia",
424+
"standard": "Standard",
425+
"standard_ia": "Standard ia"
426+
}
414427
},
415428
"Doubao": {
416429
"cookie": "Cookie",
@@ -825,7 +838,20 @@
825838
"root_folder_path": "Root folder path",
826839
"secret_access_key": "Secret access key",
827840
"session_token": "Session token",
828-
"sign_url_expire": "Sign url expire"
841+
"sign_url_expire": "Sign url expire",
842+
"storage_class": "Storage class",
843+
"storage_class-tips": "Storage class for new objects. AWS and Tencent COS support different subsets (COS uses ARCHIVE/DEEP_ARCHIVE).",
844+
"storage_classs": {
845+
"": "",
846+
"archive": "Archive",
847+
"deep_archive": "Deep archive",
848+
"glacier": "Glacier",
849+
"glacier_ir": "Glacier ir",
850+
"intelligent_tiering": "Intelligent tiering",
851+
"onezone_ia": "Onezone ia",
852+
"standard": "Standard",
853+
"standard_ia": "Standard ia"
854+
}
829855
},
830856
"SFTP": {
831857
"address": "Address",
@@ -1359,4 +1385,4 @@
13591385
"root_folder_id": "Root folder id",
13601386
"root_folder_id-tips": "Get folder ID from URL like https://my.pcloud.com/#/filemanager?folder=12345678901 (leave empty for root folder)"
13611387
}
1362-
}
1388+
}

0 commit comments

Comments
 (0)