diff --git a/chat/en.js b/chat/en.js index 8bb6ad9..f60e0c0 100644 --- a/chat/en.js +++ b/chat/en.js @@ -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", }; \ No newline at end of file diff --git a/chat/ru.js b/chat/ru.js index 46fa886..693cf4d 100644 --- a/chat/ru.js +++ b/chat/ru.js @@ -43,4 +43,11 @@ export default { "Error opening your": "Ошибка подключения:", microphone: "микрофон", camera: "камера", + Size: "Размер", + B: "Б", + KB: "КБ", + MB: "МБ", + GB: "ГБ", + "File size exceeds the limit": "Размер файла превышает допустимый предел", + "File upload error": "Ошибка загрузки файла", }; diff --git a/chat/zh.js b/chat/zh.js index 2cbc750..6406943 100644 --- a/chat/zh.js +++ b/chat/zh.js @@ -43,4 +43,11 @@ export default { "Error opening your": "访问错误", microphone: "麦克风", camera: "摄像头", + Size: "大小", + B: "字节", + KB: "千字节", + MB: "兆字节", + GB: "千兆字节", + "File size exceeds the limit": "文件大小超过限制 ", + "File upload error": "文件上传错误", }; \ No newline at end of file