mirror of
https://github.com/rustfs/console.git
synced 2026-08-31 01:37:52 +08:00
pref : i18n
This commit is contained in:
@@ -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';
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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": "请选择加密类型"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user