Skip to content

Commit

Permalink
Merge pull request #20 from webix-hub/9.1-update
Browse files Browse the repository at this point in the history
[update] 9.1: chat (ability to send files)
  • Loading branch information
HelgaListopad authored Nov 12, 2021
2 parents 65d6f75 + b71c8cd commit c4db4a8
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
7 changes: 7 additions & 0 deletions chat/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,11 @@ export default {
"Error opening your": "Error opening your",
microphone: "microphone",
camera: "camera",
Size: "Size",
B: "B",
KB: "KB",
MB: "MB",
GB: "GB",
"File size exceeds the limit": "File size exceeds the limit",
"File upload error": "File upload error",
};
7 changes: 7 additions & 0 deletions chat/ru.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,11 @@ export default {
"Error opening your": "Ошибка подключения:",
microphone: "микрофон",
camera: "камера",
Size: "Размер",
B: "Б",
KB: "КБ",
MB: "МБ",
GB: "ГБ",
"File size exceeds the limit": "Размер файла превышает допустимый предел",
"File upload error": "Ошибка загрузки файла",
};
7 changes: 7 additions & 0 deletions chat/zh.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,11 @@ export default {
"Error opening your": "访问错误",
microphone: "麦克风",
camera: "摄像头",
Size: "大小",
B: "字节",
KB: "千字节",
MB: "兆字节",
GB: "千兆字节",
"File size exceeds the limit": "文件大小超过限制 ",
"File upload error": "文件上传错误",
};

0 comments on commit c4db4a8

Please sign in to comment.