diff --git a/src/i18n/vi/screens/compose.json b/src/i18n/vi/screens/compose.json index c5473438..6b14f13c 100644 --- a/src/i18n/vi/screens/compose.json +++ b/src/i18n/vi/screens/compose.json @@ -16,7 +16,9 @@ "default": "Đăng", "conversation": "Tin nhắn", "reply": "Trả lời", - "edit": "Sửa" + "deleteEdit": "Tút", + "edit": "Sửa", + "share": "Tút" }, "alert": { "default": { @@ -40,7 +42,13 @@ "placeholder": "Viết nội dung ẩn của bạn ở đây" }, "textInput": { - "placeholder": "Bạn đang nghĩ về điều gì?" + "placeholder": "Bạn đang nghĩ về điều gì?", + "keyboardImage": { + "exceedMaximum": { + "title": "Vượt quá số lượng tập tin cho phép", + "OK": "$t(common:buttons.OK)" + } + } } }, "footer": { @@ -163,7 +171,8 @@ "content": { "accessibilityHint": "Đã lưu nháp, nhấn để tiếp tục viết", "textEmpty": "Chưa có nội dung" - } + }, + "checkAttachment": "Đang kiểm tra tập tin đính kèm trên máy chủ..." } } } \ No newline at end of file