Skip to content

Commit

Permalink
fix: Update translations
Browse files Browse the repository at this point in the history
  • Loading branch information
cyaiox committed Jun 6, 2024
1 parent 3017bdc commit 998d47e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/modules/translation/languages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@
},
"smart_wearable_too_big": {
"title": "The file is too large and can't be uploaded",
"message": "All files within the Smart Wearable .zip file must be under 3MB."
"message": "The total filesize sum of the uncompressed files from the Smart Wearable .zip file must be under 3MB."
},
"unknown_required_permissions": {
"title": "Smart Wearable {count, plural, one {Permission} other {Permissions}} {wrong_configurations} {count, plural, one {doesn't} other {don't}} exist. Please correct the 'scene.json'.",
Expand Down
2 changes: 1 addition & 1 deletion src/modules/translation/languages/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@
},
"smart_wearable_too_big": {
"title": "El archivo es demasiado grande para cargarlo",
"message": "Todos los archivos dentro del archivo Smart Wearable .zip deben pesar menos de 3MB."
"message": "La suma total del tamaño de los archivos descomprimidos del archivo .zip de Smart Wearable debe ser inferior a 3 MB."
},
"unknown_required_permissions": {
"title": "{count, plural, one {El permiso} other {Los permisos}} {wrong_configurations} de la vestimenta interactiva no {count, plural, one {existe} other {existen}}. Por favor, corrija el archivo 'scene.json'.",
Expand Down
2 changes: 1 addition & 1 deletion src/modules/translation/languages/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@
},
"smart_wearable_too_big": {
"title": "文件太大,无法上传",
"message": "智能穿戴设备 .zip 文件中的所有文件必须小于 3MB。"
"message": "智能可穿戴设备 .zip 文件中的未压缩文件的总文件大小必须低于 3MB。"
},
"unknown_required_permissions": {
"title": "智能穿戴设备{count,plural,一个{权限}其他{权限}}{wrong_configurations}{count,plural,一个{不}其他{不}}存在。请更正' 场景.json'。",
Expand Down

0 comments on commit 998d47e

Please sign in to comment.