pref : i18n

This commit is contained in:
马登山
2025-07-25 11:04:32 +08:00
parent f3f71274aa
commit 74bf54e97a
4 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -353,7 +353,7 @@ const getbucketPolicy = async () => {
}
} catch (error: any) {
// Handle 404 error when no policy exists
console.error("Error fetching bucket policy:", error);
console.error('Error fetching bucket policy:', error);
// Set default values for private policy
bucketPolicy.value = 'private';
policyFormValue.value.policy = 'private';
+1 -1
View File
@@ -371,7 +371,7 @@
"Please enter storage type": "Please enter storage type",
"Add Replication Rule": "Add Replication Rule",
"Click to modify": "Click to modify",
"Please select encryption type": "Please select encryption type",
"Server Configuration": "Server Configuration",
"Please configure your RustFS server address": "Please configure your RustFS server address",
"Server Address": "Server Address",
+1 -1
View File
@@ -409,7 +409,7 @@
"Bucket Configuration": "Bucket Yapılandırması",
"Adding to Upload Queue": "Yükleme Kuyruğuna Ekleniyor",
"Adding to Delete Queue": "Silme Kuyruğuna Ekleniyor",
"Please select encryption type": "Lütfen şifreleme türünü seçin",
"Chinese": "Çince",
"English": "İngilizce",
"Turkish": "Türkçe",
+2 -1
View File
@@ -651,5 +651,6 @@
"Downloading files": "正在下载文件...",
"Download ready": "下载准备就绪",
"Access Key length must be between 3 and 20 characters": "访问密钥长度必须为3到20个字符",
"Secret Key length must be between 8 and 40 characters": "密钥长度必须为8到40个字符"
"Secret Key length must be between 8 and 40 characters": "密钥长度必须为8到40个字符",
"Please select encryption type": "请选择加密类型"
}