diff --git a/assets/l10n/intl_ar.arb b/assets/l10n/intl_ar.arb index b1848ba5fe..7ab7907186 100644 --- a/assets/l10n/intl_ar.arb +++ b/assets/l10n/intl_ar.arb @@ -2885,5 +2885,14 @@ "pleaseFillOut": "من فضلك قم بتعبئته", "@pleaseFillOut": {}, "unableToJoinChat": "يتعذر الانضمام إلى الدردشة. ربما يكون الطرف الآخر قد أغلق المحادثة بالفعل.", - "@unableToJoinChat": {} + "@unableToJoinChat": {}, + "sendImages": "إرسال {count} صورة", + "@sendImages": { + "type": "text", + "placeholders": { + "count": {} + } + }, + "compress": "ضغط", + "@compress": {} } diff --git a/assets/l10n/intl_vi.arb b/assets/l10n/intl_vi.arb index 0dc49651a9..3543702266 100644 --- a/assets/l10n/intl_vi.arb +++ b/assets/l10n/intl_vi.arb @@ -629,5 +629,25 @@ "stickers": "Nhãn dán", "@stickers": {}, "roomUpgradeDescription": "Cuộc trò chuyện sẽ được tạo lại với phiên bản phòng mới. Tất cả những người tham gia sẽ được thông báo rằng họ cần chuyển sang cuộc trò chuyện mới. Bạn có thể tìm hiểu thêm về các phiên bản phòng tại https://spec.matrix.org/latest/rooms/", - "@roomUpgradeDescription": {} + "@roomUpgradeDescription": {}, + "commandHint_hug": "Gửi một cái ôm", + "@commandHint_hug": {}, + "aboutHomeserver": "Về {homeserver}", + "@aboutHomeserver": { + "type": "text", + "placeholders": { + "homeserver": {} + } + }, + "alwaysUse24HourFormat": "Không", + "@alwaysUse24HourFormat": { + "description": "Set to true to always display time of day in 24 hour format." + }, + "hugContent": "{senderName} ôm bạn", + "@hugContent": { + "type": "text", + "placeholders": { + "senderName": {} + } + } }