Fix i18n issue

This commit is contained in:
Gucheng Wang
2023-03-18 19:05:58 +08:00
parent 31e4813df9
commit 3dec2fdc18
11 changed files with 29 additions and 29 deletions

View File

@ -48,7 +48,7 @@ export const PasswordModal = (props) => {
UserBackend.setPassword(user.owner, user.name, oldPassword, newPassword).then((res) => { UserBackend.setPassword(user.owner, user.name, oldPassword, newPassword).then((res) => {
setConfirmLoading(false); setConfirmLoading(false);
if (res.status === "ok") { if (res.status === "ok") {
Setting.showMessage("success", i18next.t("user:Password Set")); Setting.showMessage("success", i18next.t("user:Password set successfully"));
setVisible(false); setVisible(false);
} else {Setting.showMessage("error", i18next.t(`user:${res.msg}`));} } else {Setting.showMessage("error", i18next.t(`user:${res.msg}`));}
}); });

View File

@ -51,7 +51,7 @@ export const ResetModal = (props) => {
setConfirmLoading(true); setConfirmLoading(true);
UserBackend.resetEmailOrPhone(dest, destType, code).then(res => { UserBackend.resetEmailOrPhone(dest, destType, code).then(res => {
if (res.status === "ok") { if (res.status === "ok") {
Setting.showMessage("success", i18next.t("user:" + destType + " reset")); Setting.showMessage("success", i18next.t("user:Email/phone reset successfully"));
window.location.reload(); window.location.reload();
} else { } else {
Setting.showMessage("error", i18next.t("user:" + res.msg)); Setting.showMessage("error", i18next.t("user:" + res.msg));

View File

@ -456,9 +456,9 @@
"Image - Tooltip": "Image - Tooltip", "Image - Tooltip": "Image - Tooltip",
"New Product": "New Product", "New Product": "New Product",
"Pay": "Pay", "Pay": "Pay",
"PayPal": "PayPal",
"Payment providers": "Payment providers", "Payment providers": "Payment providers",
"Payment providers - Tooltip": "Payment providers - Tooltip", "Payment providers - Tooltip": "Payment providers - Tooltip",
"PayPal": "PayPal",
"Placing order...": "Placing order...", "Placing order...": "Placing order...",
"Please provide your username in the remark": "Please provide your username in the remark", "Please provide your username in the remark": "Please provide your username in the remark",
"Please scan the QR code to pay": "Please scan the QR code to pay", "Please scan the QR code to pay": "Please scan the QR code to pay",
@ -720,7 +720,6 @@
"Token type": "Token-Typ" "Token type": "Token-Typ"
}, },
"user": { "user": {
"\" + destType + \" reset": "\" + destType + \" Reset",
"3rd-party logins": "3rd-Party-Logins", "3rd-party logins": "3rd-Party-Logins",
"3rd-party logins - Tooltip": "Use third-party apps to log in", "3rd-party logins - Tooltip": "Use third-party apps to log in",
"Address": "Adresse", "Address": "Adresse",
@ -736,6 +735,7 @@
"Country/Region - Tooltip": "Country/Region", "Country/Region - Tooltip": "Country/Region",
"Edit User": "Benutzer bearbeiten", "Edit User": "Benutzer bearbeiten",
"Email cannot be empty": "Email cannot be empty", "Email cannot be empty": "Email cannot be empty",
"Email/phone reset successfully": "Email/phone reset successfully",
"Empty input!": "Empty input!", "Empty input!": "Empty input!",
"Homepage": "Homepage", "Homepage": "Homepage",
"Homepage - Tooltip": "Startseite - Tooltip", "Homepage - Tooltip": "Startseite - Tooltip",
@ -762,7 +762,7 @@
"New phone": "Neues Telefon", "New phone": "Neues Telefon",
"Old Password": "Altes Passwort", "Old Password": "Altes Passwort",
"Password": "Passwort", "Password": "Passwort",
"Password Set": "Passwort setzen", "Password set successfully": "Passwort setzen",
"Phone cannot be empty": "Phone cannot be empty", "Phone cannot be empty": "Phone cannot be empty",
"Please select avatar from resources": "Please select avatar from resources", "Please select avatar from resources": "Please select avatar from resources",
"Properties": "Eigenschaften", "Properties": "Eigenschaften",

View File

@ -456,9 +456,9 @@
"Image - Tooltip": "Image of product", "Image - Tooltip": "Image of product",
"New Product": "New Product", "New Product": "New Product",
"Pay": "Pay", "Pay": "Pay",
"PayPal": "PayPal",
"Payment providers": "Payment providers", "Payment providers": "Payment providers",
"Payment providers - Tooltip": "Providers of payment services", "Payment providers - Tooltip": "Providers of payment services",
"PayPal": "PayPal",
"Placing order...": "Placing order...", "Placing order...": "Placing order...",
"Please provide your username in the remark": "Please provide your username in the remark", "Please provide your username in the remark": "Please provide your username in the remark",
"Please scan the QR code to pay": "Please scan the QR code to pay", "Please scan the QR code to pay": "Please scan the QR code to pay",
@ -720,7 +720,6 @@
"Token type": "Token type" "Token type": "Token type"
}, },
"user": { "user": {
"\" + destType + \" reset": "\" + destType + \" reset",
"3rd-party logins": "3rd-party logins", "3rd-party logins": "3rd-party logins",
"3rd-party logins - Tooltip": "Social logins linked by the user", "3rd-party logins - Tooltip": "Social logins linked by the user",
"Address": "Address", "Address": "Address",
@ -736,6 +735,7 @@
"Country/Region - Tooltip": "Country or region", "Country/Region - Tooltip": "Country or region",
"Edit User": "Edit User", "Edit User": "Edit User",
"Email cannot be empty": "Email cannot be empty", "Email cannot be empty": "Email cannot be empty",
"Email/phone reset successfully": "Email/phone reset successfully",
"Empty input!": "Empty input!", "Empty input!": "Empty input!",
"Homepage": "Homepage of the user", "Homepage": "Homepage of the user",
"Homepage - Tooltip": "Homepage URL of the user", "Homepage - Tooltip": "Homepage URL of the user",
@ -762,7 +762,7 @@
"New phone": "New phone", "New phone": "New phone",
"Old Password": "Old Password", "Old Password": "Old Password",
"Password": "Password", "Password": "Password",
"Password Set": "Password Set", "Password set successfully": "Password set successfully",
"Phone cannot be empty": "Phone cannot be empty", "Phone cannot be empty": "Phone cannot be empty",
"Please select avatar from resources": "Please select avatar from resources", "Please select avatar from resources": "Please select avatar from resources",
"Properties": "Properties", "Properties": "Properties",

View File

@ -456,9 +456,9 @@
"Image - Tooltip": "Imagen del producto", "Image - Tooltip": "Imagen del producto",
"New Product": "Nuevo producto", "New Product": "Nuevo producto",
"Pay": "Pagar", "Pay": "Pagar",
"PayPal": "PayPal",
"Payment providers": "Proveedores de pago", "Payment providers": "Proveedores de pago",
"Payment providers - Tooltip": "Proveedores de servicios de pago", "Payment providers - Tooltip": "Proveedores de servicios de pago",
"PayPal": "PayPal",
"Placing order...": "Haciendo un pedido...", "Placing order...": "Haciendo un pedido...",
"Please provide your username in the remark": "Por favor proporcione su nombre de usuario en el comentario", "Please provide your username in the remark": "Por favor proporcione su nombre de usuario en el comentario",
"Please scan the QR code to pay": "Por favor, escanee el código QR para pagar", "Please scan the QR code to pay": "Por favor, escanee el código QR para pagar",
@ -720,7 +720,6 @@
"Token type": "Tipo de token" "Token type": "Tipo de token"
}, },
"user": { "user": {
"\" + destType + \" reset": "\" + destType + \" reinicio",
"3rd-party logins": "Inicio de sesión de terceros", "3rd-party logins": "Inicio de sesión de terceros",
"3rd-party logins - Tooltip": "Accesos sociales ligados por el usuario", "3rd-party logins - Tooltip": "Accesos sociales ligados por el usuario",
"Address": "Dirección", "Address": "Dirección",
@ -736,6 +735,7 @@
"Country/Region - Tooltip": "País o región", "Country/Region - Tooltip": "País o región",
"Edit User": "Editar usuario", "Edit User": "Editar usuario",
"Email cannot be empty": "El correo electrónico no puede estar vacío", "Email cannot be empty": "El correo electrónico no puede estar vacío",
"Email/phone reset successfully": "Restablecimiento de correo electrónico/teléfono exitoso",
"Empty input!": "¡Entrada vacía!", "Empty input!": "¡Entrada vacía!",
"Homepage": "Página de inicio del usuario", "Homepage": "Página de inicio del usuario",
"Homepage - Tooltip": "URL de la página de inicio del usuario", "Homepage - Tooltip": "URL de la página de inicio del usuario",
@ -762,7 +762,7 @@
"New phone": "Nuevo teléfono", "New phone": "Nuevo teléfono",
"Old Password": "Contraseña antigua", "Old Password": "Contraseña antigua",
"Password": "Contraseña", "Password": "Contraseña",
"Password Set": "Contraseña establecida", "Password set successfully": "Contraseña establecida exitosamente",
"Phone cannot be empty": "El teléfono no puede estar vacío", "Phone cannot be empty": "El teléfono no puede estar vacío",
"Please select avatar from resources": "Por favor, selecciona un avatar de los recursos disponibles", "Please select avatar from resources": "Por favor, selecciona un avatar de los recursos disponibles",
"Properties": "Propiedades", "Properties": "Propiedades",

View File

@ -456,9 +456,9 @@
"Image - Tooltip": "Image du produit", "Image - Tooltip": "Image du produit",
"New Product": "Nouveau produit", "New Product": "Nouveau produit",
"Pay": "Payer", "Pay": "Payer",
"PayPal": "PayPal",
"Payment providers": "Fournisseurs de paiement", "Payment providers": "Fournisseurs de paiement",
"Payment providers - Tooltip": "Fournisseurs de services de paiement", "Payment providers - Tooltip": "Fournisseurs de services de paiement",
"PayPal": "PayPal",
"Placing order...": "Passer une commande...", "Placing order...": "Passer une commande...",
"Please provide your username in the remark": "Veuillez indiquer votre nom d'utilisateur dans la remarque", "Please provide your username in the remark": "Veuillez indiquer votre nom d'utilisateur dans la remarque",
"Please scan the QR code to pay": "Veuillez scanner le code QR pour effectuer le paiement", "Please scan the QR code to pay": "Veuillez scanner le code QR pour effectuer le paiement",
@ -720,7 +720,6 @@
"Token type": "Type de jeton" "Token type": "Type de jeton"
}, },
"user": { "user": {
"\" + destType + \" reset": "\"Réinitialisation de \" + destType",
"3rd-party logins": "Connexions tierces", "3rd-party logins": "Connexions tierces",
"3rd-party logins - Tooltip": "Connexions sociales liées par l'utilisateur", "3rd-party logins - Tooltip": "Connexions sociales liées par l'utilisateur",
"Address": "Adresse", "Address": "Adresse",
@ -736,6 +735,7 @@
"Country/Region - Tooltip": "Pays ou région", "Country/Region - Tooltip": "Pays ou région",
"Edit User": "Modifier l'utilisateur", "Edit User": "Modifier l'utilisateur",
"Email cannot be empty": "L'e-mail ne peut pas être vide", "Email cannot be empty": "L'e-mail ne peut pas être vide",
"Email/phone reset successfully": "Réinitialisation de l'email/du téléphone réussie",
"Empty input!": "Entrée vide !", "Empty input!": "Entrée vide !",
"Homepage": "Page d'accueil de l'utilisateur", "Homepage": "Page d'accueil de l'utilisateur",
"Homepage - Tooltip": "Adresse URL de la page d'accueil de l'utilisateur", "Homepage - Tooltip": "Adresse URL de la page d'accueil de l'utilisateur",
@ -762,7 +762,7 @@
"New phone": "Nouveau téléphone", "New phone": "Nouveau téléphone",
"Old Password": "Ancien mot de passe", "Old Password": "Ancien mot de passe",
"Password": "Mot de passe", "Password": "Mot de passe",
"Password Set": "Mot de passe défini", "Password set successfully": "Mot de passe créé avec succès",
"Phone cannot be empty": "Téléphone ne peut pas être vide", "Phone cannot be empty": "Téléphone ne peut pas être vide",
"Please select avatar from resources": "Veuillez sélectionner un avatar à partir des ressources", "Please select avatar from resources": "Veuillez sélectionner un avatar à partir des ressources",
"Properties": "Propriétés", "Properties": "Propriétés",

View File

@ -456,9 +456,9 @@
"Image - Tooltip": "Image - Tooltip", "Image - Tooltip": "Image - Tooltip",
"New Product": "New Product", "New Product": "New Product",
"Pay": "Pay", "Pay": "Pay",
"PayPal": "PayPal",
"Payment providers": "Payment providers", "Payment providers": "Payment providers",
"Payment providers - Tooltip": "Payment providers - Tooltip", "Payment providers - Tooltip": "Payment providers - Tooltip",
"PayPal": "PayPal",
"Placing order...": "Placing order...", "Placing order...": "Placing order...",
"Please provide your username in the remark": "Please provide your username in the remark", "Please provide your username in the remark": "Please provide your username in the remark",
"Please scan the QR code to pay": "Please scan the QR code to pay", "Please scan the QR code to pay": "Please scan the QR code to pay",
@ -720,7 +720,6 @@
"Token type": "トークンの種類" "Token type": "トークンの種類"
}, },
"user": { "user": {
"\" + destType + \" reset": "\" + destType + \" reset",
"3rd-party logins": "サードパーティーのログイン", "3rd-party logins": "サードパーティーのログイン",
"3rd-party logins - Tooltip": "Use third-party apps to log in", "3rd-party logins - Tooltip": "Use third-party apps to log in",
"Address": "住所", "Address": "住所",
@ -736,6 +735,7 @@
"Country/Region - Tooltip": "Country/Region", "Country/Region - Tooltip": "Country/Region",
"Edit User": "ユーザーを編集", "Edit User": "ユーザーを編集",
"Email cannot be empty": "Email cannot be empty", "Email cannot be empty": "Email cannot be empty",
"Email/phone reset successfully": "Email/phone reset successfully",
"Empty input!": "Empty input!", "Empty input!": "Empty input!",
"Homepage": "ホームページ", "Homepage": "ホームページ",
"Homepage - Tooltip": "ホームページ - ツールチップ", "Homepage - Tooltip": "ホームページ - ツールチップ",
@ -762,7 +762,7 @@
"New phone": "新しい電話番号", "New phone": "新しい電話番号",
"Old Password": "古いパスワード", "Old Password": "古いパスワード",
"Password": "パスワード", "Password": "パスワード",
"Password Set": "パスワード設定", "Password set successfully": "パスワード設定",
"Phone cannot be empty": "Phone cannot be empty", "Phone cannot be empty": "Phone cannot be empty",
"Please select avatar from resources": "Please select avatar from resources", "Please select avatar from resources": "Please select avatar from resources",
"Properties": "プロパティー", "Properties": "プロパティー",

View File

@ -456,9 +456,9 @@
"Image - Tooltip": "Image - Tooltip", "Image - Tooltip": "Image - Tooltip",
"New Product": "New Product", "New Product": "New Product",
"Pay": "Pay", "Pay": "Pay",
"PayPal": "PayPal",
"Payment providers": "Payment providers", "Payment providers": "Payment providers",
"Payment providers - Tooltip": "Payment providers - Tooltip", "Payment providers - Tooltip": "Payment providers - Tooltip",
"PayPal": "PayPal",
"Placing order...": "Placing order...", "Placing order...": "Placing order...",
"Please provide your username in the remark": "Please provide your username in the remark", "Please provide your username in the remark": "Please provide your username in the remark",
"Please scan the QR code to pay": "Please scan the QR code to pay", "Please scan the QR code to pay": "Please scan the QR code to pay",
@ -720,7 +720,6 @@
"Token type": "Token type" "Token type": "Token type"
}, },
"user": { "user": {
"\" + destType + \" reset": "\" + destType + \" reset",
"3rd-party logins": "3rd-party logins", "3rd-party logins": "3rd-party logins",
"3rd-party logins - Tooltip": "Use third-party apps to log in", "3rd-party logins - Tooltip": "Use third-party apps to log in",
"Address": "Address", "Address": "Address",
@ -736,6 +735,7 @@
"Country/Region - Tooltip": "Country/Region", "Country/Region - Tooltip": "Country/Region",
"Edit User": "Edit User", "Edit User": "Edit User",
"Email cannot be empty": "Email cannot be empty", "Email cannot be empty": "Email cannot be empty",
"Email/phone reset successfully": "Email/phone reset successfully",
"Empty input!": "Empty input!", "Empty input!": "Empty input!",
"Homepage": "Homepage", "Homepage": "Homepage",
"Homepage - Tooltip": "Homepage - Tooltip", "Homepage - Tooltip": "Homepage - Tooltip",
@ -762,7 +762,7 @@
"New phone": "New phone", "New phone": "New phone",
"Old Password": "Old Password", "Old Password": "Old Password",
"Password": "Password", "Password": "Password",
"Password Set": "Password Set", "Password set successfully": "Password set successfully",
"Phone cannot be empty": "Phone cannot be empty", "Phone cannot be empty": "Phone cannot be empty",
"Please select avatar from resources": "Please select avatar from resources", "Please select avatar from resources": "Please select avatar from resources",
"Properties": "Properties", "Properties": "Properties",

View File

@ -456,9 +456,9 @@
"Image - Tooltip": "Image - Tooltip", "Image - Tooltip": "Image - Tooltip",
"New Product": "Новый продукт", "New Product": "Новый продукт",
"Pay": "Оплатить", "Pay": "Оплатить",
"PayPal": "PayPal",
"Payment providers": "Платежные системы", "Payment providers": "Платежные системы",
"Payment providers - Tooltip": "Payment providers - Tooltip", "Payment providers - Tooltip": "Payment providers - Tooltip",
"PayPal": "PayPal",
"Placing order...": "Placing order...", "Placing order...": "Placing order...",
"Please provide your username in the remark": "Please provide your username in the remark", "Please provide your username in the remark": "Please provide your username in the remark",
"Please scan the QR code to pay": "Please scan the QR code to pay", "Please scan the QR code to pay": "Please scan the QR code to pay",
@ -720,7 +720,6 @@
"Token type": "Тип токена" "Token type": "Тип токена"
}, },
"user": { "user": {
"\" + destType + \" reset": "\" + destType + \" сброс",
"3rd-party logins": "Сторонние логины", "3rd-party logins": "Сторонние логины",
"3rd-party logins - Tooltip": "Use third-party apps to log in", "3rd-party logins - Tooltip": "Use third-party apps to log in",
"Address": "Адрес", "Address": "Адрес",
@ -736,6 +735,7 @@
"Country/Region - Tooltip": "Country/Region", "Country/Region - Tooltip": "Country/Region",
"Edit User": "Изменить пользователя", "Edit User": "Изменить пользователя",
"Email cannot be empty": "Email cannot be empty", "Email cannot be empty": "Email cannot be empty",
"Email/phone reset successfully": "Email/phone reset successfully",
"Empty input!": "Empty input!", "Empty input!": "Empty input!",
"Homepage": "Главная страница", "Homepage": "Главная страница",
"Homepage - Tooltip": "Главная страница - Подсказки", "Homepage - Tooltip": "Главная страница - Подсказки",
@ -762,7 +762,7 @@
"New phone": "Новый телефон", "New phone": "Новый телефон",
"Old Password": "Старый пароль", "Old Password": "Старый пароль",
"Password": "Пароль", "Password": "Пароль",
"Password Set": "Пароль установлен", "Password set successfully": "Пароль установлен",
"Phone cannot be empty": "Phone cannot be empty", "Phone cannot be empty": "Phone cannot be empty",
"Please select avatar from resources": "Please select avatar from resources", "Please select avatar from resources": "Please select avatar from resources",
"Properties": "Свойства", "Properties": "Свойства",

View File

@ -456,9 +456,9 @@
"Image - Tooltip": "Image - Tooltip", "Image - Tooltip": "Image - Tooltip",
"New Product": "New Product", "New Product": "New Product",
"Pay": "Pay", "Pay": "Pay",
"PayPal": "PayPal",
"Payment providers": "Payment providers", "Payment providers": "Payment providers",
"Payment providers - Tooltip": "Payment providers - Tooltip", "Payment providers - Tooltip": "Payment providers - Tooltip",
"PayPal": "PayPal",
"Placing order...": "Placing order...", "Placing order...": "Placing order...",
"Please provide your username in the remark": "Please provide your username in the remark", "Please provide your username in the remark": "Please provide your username in the remark",
"Please scan the QR code to pay": "Please scan the QR code to pay", "Please scan the QR code to pay": "Please scan the QR code to pay",
@ -720,7 +720,6 @@
"Token type": "Token type" "Token type": "Token type"
}, },
"user": { "user": {
"\" + destType + \" reset": "\" + destType + \" reset",
"3rd-party logins": "3rd-party logins", "3rd-party logins": "3rd-party logins",
"3rd-party logins - Tooltip": "3rd-party logins - Tooltip", "3rd-party logins - Tooltip": "3rd-party logins - Tooltip",
"Address": "Address", "Address": "Address",
@ -736,6 +735,7 @@
"Country/Region - Tooltip": "Country/Region - Tooltip", "Country/Region - Tooltip": "Country/Region - Tooltip",
"Edit User": "Edit User", "Edit User": "Edit User",
"Email cannot be empty": "Email cannot be empty", "Email cannot be empty": "Email cannot be empty",
"Email/phone reset successfully": "Email/phone reset successfully",
"Empty input!": "Empty input!", "Empty input!": "Empty input!",
"Homepage": "Homepage", "Homepage": "Homepage",
"Homepage - Tooltip": "Homepage - Tooltip", "Homepage - Tooltip": "Homepage - Tooltip",
@ -762,7 +762,7 @@
"New phone": "New phone", "New phone": "New phone",
"Old Password": "Old Password", "Old Password": "Old Password",
"Password": "Password", "Password": "Password",
"Password Set": "Password Set", "Password set successfully": "Password set successfully",
"Phone cannot be empty": "Phone cannot be empty", "Phone cannot be empty": "Phone cannot be empty",
"Please select avatar from resources": "Please select avatar from resources", "Please select avatar from resources": "Please select avatar from resources",
"Properties": "Properties", "Properties": "Properties",

View File

@ -456,9 +456,9 @@
"Image - Tooltip": "商品图片", "Image - Tooltip": "商品图片",
"New Product": "添加商品", "New Product": "添加商品",
"Pay": "支付方式", "Pay": "支付方式",
"PayPal": "PayPal",
"Payment providers": "支付提供商", "Payment providers": "支付提供商",
"Payment providers - Tooltip": "支持的支付提供商包括PayPal、支付宝、微信支付等", "Payment providers - Tooltip": "支持的支付提供商包括PayPal、支付宝、微信支付等",
"PayPal": "PayPal",
"Placing order...": "正在下单...", "Placing order...": "正在下单...",
"Please provide your username in the remark": "请在备注中提供您的用户名", "Please provide your username in the remark": "请在备注中提供您的用户名",
"Please scan the QR code to pay": "请扫描二维码支付", "Please scan the QR code to pay": "请扫描二维码支付",
@ -720,7 +720,6 @@
"Token type": "令牌类型" "Token type": "令牌类型"
}, },
"user": { "user": {
"\" + destType + \" reset": "重设\" + destType + \"",
"3rd-party logins": "第三方登录", "3rd-party logins": "第三方登录",
"3rd-party logins - Tooltip": "用户所绑定的社会化登录", "3rd-party logins - Tooltip": "用户所绑定的社会化登录",
"Address": "地址", "Address": "地址",
@ -736,6 +735,7 @@
"Country/Region - Tooltip": "国家或地区", "Country/Region - Tooltip": "国家或地区",
"Edit User": "编辑用户", "Edit User": "编辑用户",
"Email cannot be empty": "邮箱不能为空", "Email cannot be empty": "邮箱不能为空",
"Email/phone reset successfully": "邮箱或手机号重置成功",
"Empty input!": "输入为空!", "Empty input!": "输入为空!",
"Homepage": "个人主页", "Homepage": "个人主页",
"Homepage - Tooltip": "个人主页链接", "Homepage - Tooltip": "个人主页链接",
@ -762,7 +762,7 @@
"New phone": "新手机号", "New phone": "新手机号",
"Old Password": "旧密码", "Old Password": "旧密码",
"Password": "密码", "Password": "密码",
"Password Set": "密码设置", "Password set successfully": "密码设置成功",
"Phone cannot be empty": "手机号不能为空", "Phone cannot be empty": "手机号不能为空",
"Please select avatar from resources": "从资源中选择...", "Please select avatar from resources": "从资源中选择...",
"Properties": "属性", "Properties": "属性",