component.ts 654 B

12345678910111213141516171819202122
  1. const component = {
  2. "取消": "Cancel",
  3. "完成": "Done",
  4. "已选中": "Selected",
  5. "人": "",
  6. "保存": "Save",
  7. "请输入userID": "Enter a userID",
  8. "请输入groupID": "Enter a groupID",
  9. "确定": "submit",
  10. "全选": "All",
  11. "已在群聊中": "exists",
  12. "查看更多": "More",
  13. "图片 url 不存在": "Image url does not exist",
  14. "已取消": "Cancelled",
  15. "获取权限失败": "Failed to obtain permission",
  16. "已保存至相册": "Saved to album",
  17. "图片下载失败": "Image download failed",
  18. "暂不支持下载此类型图片": "Downloading this type of pictures is not supported yet",
  19. }
  20. export default component;