Commit b658fafee288b590330e1f48be6af1d072935cb4

Authored by 兰染
Committed by GitHub
1 parent fabfcc90

Update locale.constant-zh_CN.json

... ... @@ -1924,6 +1924,68 @@
1924 1924 "sign-in": "登录 ",
1925 1925 "username": "用户名(电子邮件)"
1926 1926 },
  1927 + "ota-update": {
  1928 + "add": "添加包",
  1929 + "assign-firmware": "分配的固件",
  1930 + "assign-firmware-required": "分配的固件必填",
  1931 + "assign-software": "分配的软件",
  1932 + "assign-software-required": "分配的软件必填",
  1933 + "auto-generate-checksum": "自动生成校验和",
  1934 + "checksum": "校验和",
  1935 + "checksum-hint": "如果校验和为空,会自动生成",
  1936 + "checksum-algorithm": "校验和算法",
  1937 + "checksum-copied-message": "包校验和已复制到剪贴板",
  1938 + "change-firmware": "固件的更改可能会导致 { count, plural, 1 {1 个设备} other {# 个设备} } 的更新。",
  1939 + "change-software": "软件的更改可能会导致 { count, plural, 1 {1 个设备} other {# 个设备} } 的更新。",
  1940 + "chose-compatible-device-profile": "上传的包仅适用于具有所选配置文件的设备。",
  1941 + "chose-firmware-distributed-device": "选择将分发到设备的固件",
  1942 + "chose-software-distributed-device": "选择将分发到设备的软件",
  1943 + "content-type": "内容类型",
  1944 + "copy-checksum": "复制校验和",
  1945 + "copy-direct-url": "复制直接URL",
  1946 + "copyId": "复制包ID",
  1947 + "copied": "已复制!",
  1948 + "delete": "删除包",
  1949 + "delete-ota-update-text": "小心,OTA升级确认后不可恢复。",
  1950 + "delete-ota-update-title": "您确定要删除OTA升级'{{title}}'吗?",
  1951 + "delete-ota-updates-text": "小心,确认后所有选中的OTA升级将被删除。",
  1952 + "delete-ota-updates-title": "您确定要删除 { count, plural, 1 {1 OTA升级} other {# OTA升级} } 吗?",
  1953 + "description": "描述",
  1954 + "direct-url": "直接URL",
  1955 + "direct-url-copied-message": "包直接URL已复制到剪贴板",
  1956 + "direct-url-required": "直接URL必填",
  1957 + "download": "下载包",
  1958 + "drop-file": "拖放打包文件或点击选择要上传的文件。",
  1959 + "file-name": "文件名",
  1960 + "file-size": "文件大小",
  1961 + "file-size-bytes": "文件大小(以字节为单位)",
  1962 + "idCopiedMessage": "包ID已被复制到剪贴板",
  1963 + "no-firmware-matching": "没有找到与'{{entity}}'匹配的兼容固件OTA升级包。",
  1964 + "no-firmware-text": "没有提供兼容的固件OTA升级包。",
  1965 + "no-packages-text": "没有找到包",
  1966 + "no-software-matching": "没有找到匹配 '{{entity}}' 的兼容软件OTA升级包。",
  1967 + "no-software-text": "没有提供兼容的软件OTA升级包。",
  1968 + "ota-update": "OTA 升级",
  1969 + "ota-update-details": "OTA 升级详情",
  1970 + "ota-updates": "OTA 升级",
  1971 + "package-type": "包类型",
  1972 + "packages-repository": "包仓库",
  1973 + "search": "搜索包",
  1974 + "selected-package": "{ count, plural, 1 {1 个包} other {# 个包} } 选中",
  1975 + "title": "标题",
  1976 + "title-required": "标题必填。",
  1977 + "types": {
  1978 + "firmware": "固件",
  1979 + "software": "软件"
  1980 + },
  1981 + "upload-binary-file": "上传二进制文件",
  1982 + "use-external-url": "使用外部URL",
  1983 + "version": "版本",
  1984 + "version-required": "版本必填。",
  1985 + "version-tag": "版本标签",
  1986 + "version-tag-hint": "自定义标签应与您设备报告的软件包版本相匹配。",
  1987 + "warning-after-save-no-edit": "上传包后,您将无法修改标题、版本、设备配置文件和包类型。"
  1988 + },
1927 1989 "position": {
1928 1990 "bottom": "底部",
1929 1991 "left": "左侧",
... ...