Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Translations update from Hosted Weblate #1525

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion assets/l10n/intl_ar.arb
Original file line number Diff line number Diff line change
@@ -2885,5 +2885,14 @@
"pleaseFillOut": "من فضلك قم بتعبئته",
"@pleaseFillOut": {},
"unableToJoinChat": "يتعذر الانضمام إلى الدردشة. ربما يكون الطرف الآخر قد أغلق المحادثة بالفعل.",
"@unableToJoinChat": {}
"@unableToJoinChat": {},
"sendImages": "إرسال {count} صورة",
"@sendImages": {
"type": "text",
"placeholders": {
"count": {}
}
},
"compress": "ضغط",
"@compress": {}
}
22 changes: 21 additions & 1 deletion assets/l10n/intl_vi.arb
Original file line number Diff line number Diff line change
@@ -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": {}
}
}
}