refactor: Update arb file types

This commit is contained in:
Krille 2025-02-14 08:28:47 +01:00
commit 25872eeb26
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
55 changed files with 43340 additions and 31747 deletions

View file

@ -2,431 +2,495 @@
"@@last_modified": "2021-08-14 12:41:09.781172",
"about": "Giới thiệu",
"@about": {
"type": "text",
"type": "String",
"placeholders": {}
},
"accept": "Đồng ý",
"@accept": {
"type": "text",
"type": "String",
"placeholders": {}
},
"acceptedTheInvitation": "{username} đã đồng ý lời mời",
"@acceptedTheInvitation": {
"type": "text",
"type": "String",
"placeholders": {
"username": {}
"username": {
"type": "String"
}
}
},
"account": "Tài khoản",
"@account": {
"type": "text",
"type": "String",
"placeholders": {}
},
"activatedEndToEndEncryption": "{username} đã kích hoạt mã hóa đầu cuối 2 chiều",
"@activatedEndToEndEncryption": {
"type": "text",
"type": "String",
"placeholders": {
"username": {}
"username": {
"type": "String"
}
}
},
"admin": "Quản trị viên",
"@admin": {
"type": "text",
"type": "String",
"placeholders": {}
},
"alias": "bí danh",
"@alias": {
"type": "text",
"type": "String",
"placeholders": {}
},
"answeredTheCall": "{senderName} đã trả lời cuộc gọi",
"@answeredTheCall": {
"type": "text",
"type": "String",
"placeholders": {
"senderName": {}
"senderName": {
"type": "String"
}
}
},
"anyoneCanJoin": "Mọi người đều có thể gia nhập",
"@anyoneCanJoin": {
"type": "text",
"type": "String",
"placeholders": {}
},
"archive": "Lưu trữ",
"@archive": {
"type": "text",
"type": "String",
"placeholders": {}
},
"areGuestsAllowedToJoin": "Khách vãng lai có được tham gia không",
"@areGuestsAllowedToJoin": {
"type": "text",
"type": "String",
"placeholders": {}
},
"areYouSure": "Bạn chắc chứ?",
"@areYouSure": {
"type": "text",
"type": "String",
"placeholders": {}
},
"blockDevice": "Thiết bị bị chặn",
"@blockDevice": {
"type": "text",
"type": "String",
"placeholders": {}
},
"verified": "Đã xác thực",
"@verified": {
"type": "text",
"type": "String",
"placeholders": {}
},
"transferFromAnotherDevice": "Chuyển từ thiết bị khác",
"@transferFromAnotherDevice": {
"type": "text",
"type": "String",
"placeholders": {}
},
"showPassword": "Hiển thị mật khẩu",
"@showPassword": {
"type": "text",
"type": "String",
"placeholders": {}
},
"pleaseFollowInstructionsOnWeb": "Vui lòng làm theo hướng dẫn trên trang web và bấm tiếp",
"@pleaseFollowInstructionsOnWeb": {
"type": "text",
"type": "String",
"placeholders": {}
},
"noEncryptionForPublicRooms": "Bạn chỉ có thể kích hoạt mã hoá khi phòng này không mở",
"@noEncryptionForPublicRooms": {
"type": "text",
"type": "String",
"placeholders": {}
},
"next": "Tiếp",
"@next": {
"type": "text",
"type": "String",
"placeholders": {}
},
"everythingReady": "Mọi thứ đã sẵn sàng!",
"@everythingReady": {
"type": "text",
"type": "String",
"placeholders": {}
},
"emoteSettings": "Cài đặt biểu tượng cảm xúc",
"@emoteSettings": {
"type": "text",
"type": "String",
"placeholders": {}
},
"editDisplayname": "Sửa tên hiển thị",
"@editDisplayname": {
"type": "text",
"type": "String",
"placeholders": {}
},
"downloadFile": "Tải ảnh xuống",
"@downloadFile": {
"type": "text",
"type": "String",
"placeholders": {}
},
"displaynameHasBeenChanged": "Tên hiển thị đã được thay đổi",
"@displaynameHasBeenChanged": {
"type": "text",
"type": "String",
"placeholders": {}
},
"devices": "Các thiết bị",
"@devices": {
"type": "text",
"type": "String",
"placeholders": {}
},
"deviceId": "Mã xác định thiết bị",
"@deviceId": {
"type": "text",
"type": "String",
"placeholders": {}
},
"device": "Thiết bị",
"@device": {
"type": "text",
"type": "String",
"placeholders": {}
},
"deleteMessage": "Xoá tin nhắn",
"@deleteMessage": {
"type": "text",
"type": "String",
"placeholders": {}
},
"deleteAccount": "Xoá tài khoản",
"@deleteAccount": {
"type": "text",
"type": "String",
"placeholders": {}
},
"delete": "Xoá",
"@delete": {
"type": "text",
"type": "String",
"placeholders": {}
},
"deactivateAccountWarning": "Việc này sẽ vô hiệu hoá tài khoản của bạn. Điều này không thể đảo ngược được! Bạn chắc là vẫn muốn tiếp tục chứ?",
"@deactivateAccountWarning": {
"type": "text",
"type": "String",
"placeholders": {}
},
"dateWithYear": "{day}/{month}/{year}",
"@dateWithYear": {
"type": "text",
"type": "String",
"placeholders": {
"year": {},
"month": {},
"day": {}
"year": {
"type": "String"
},
"month": {
"type": "String"
},
"day": {
"type": "String"
}
}
},
"dateWithoutYear": "{day}/{month}",
"@dateWithoutYear": {
"type": "text",
"type": "String",
"placeholders": {
"month": {},
"day": {}
"month": {
"type": "String"
},
"day": {
"type": "String"
}
}
},
"dateAndTimeOfDay": "{date}, {timeOfDay}",
"@dateAndTimeOfDay": {
"type": "text",
"type": "String",
"placeholders": {
"date": {},
"timeOfDay": {}
"date": {
"type": "String"
},
"timeOfDay": {
"type": "String"
}
}
},
"currentlyActive": "Đang hoạt động",
"@currentlyActive": {
"type": "text",
"type": "String",
"placeholders": {}
},
"createdTheChat": "{username} đã tạo cuộc trò chuyện",
"@createdTheChat": {
"type": "text",
"type": "String",
"placeholders": {
"username": {}
"username": {
"type": "String"
}
}
},
"create": "Tạo",
"@create": {
"type": "text",
"type": "String",
"placeholders": {}
},
"countParticipants": "{count} thành viên",
"@countParticipants": {
"type": "text",
"type": "String",
"placeholders": {
"count": {}
"count": {
"type": "int"
}
}
},
"couldNotDecryptMessage": "Không thể giải mã tin nhắn: {error}",
"@couldNotDecryptMessage": {
"type": "text",
"type": "String",
"placeholders": {
"error": {}
"error": {
"type": "String"
}
}
},
"copy": "Sao chép",
"@copy": {
"type": "text",
"type": "String",
"placeholders": {}
},
"contactHasBeenInvitedToTheGroup": "Liên hệ đã được mời vào nhóm",
"@contactHasBeenInvitedToTheGroup": {
"type": "text",
"type": "String",
"placeholders": {}
},
"connect": "Kết nối",
"@connect": {
"type": "text",
"type": "String",
"placeholders": {}
},
"confirm": "Xác nhận",
"@confirm": {
"type": "text",
"type": "String",
"placeholders": {}
},
"compareNumbersMatch": "So sánh và đảm bảo các số sau đây giống trên máy còn lại",
"@compareNumbersMatch": {
"type": "text",
"type": "String",
"placeholders": {}
},
"compareEmojiMatch": "So sánh và đảm bảo các biểu tượng cảm xúc sau đây giống với các biểu tượng trên máy còn lại",
"@compareEmojiMatch": {
"type": "text",
"type": "String",
"placeholders": {}
},
"close": "Đóng",
"@close": {
"type": "text",
"type": "String",
"placeholders": {}
},
"chooseAStrongPassword": "Chọn một mật khẩu mạnh",
"@chooseAStrongPassword": {
"type": "text",
"type": "String",
"placeholders": {}
},
"chatDetails": "Chi tiết cuộc trò chuyện",
"@chatDetails": {
"type": "text",
"type": "String",
"placeholders": {}
},
"chatBackupDescription": "Bản sao lưu cuộc trò chuyện của bạn được bảo mật bằng một khoá bảo mật. Bạn đừng làm mất nó.",
"@chatBackupDescription": {
"type": "text",
"type": "String",
"placeholders": {}
},
"chatBackup": "Sao lưu cuộc trò chuyện",
"@chatBackup": {
"type": "text",
"type": "String",
"placeholders": {}
},
"chat": "Chat",
"@chat": {
"type": "text",
"type": "String",
"placeholders": {}
},
"changeTheNameOfTheGroup": "Thay đổi tên nhóm",
"@changeTheNameOfTheGroup": {
"type": "text",
"type": "String",
"placeholders": {}
},
"changeTheHomeserver": "Thay đổi máy chủ nhà",
"@changeTheHomeserver": {
"type": "text",
"type": "String",
"placeholders": {}
},
"changePassword": "Thay đổi mật khẩu",
"@changePassword": {
"type": "text",
"type": "String",
"placeholders": {}
},
"changedTheRoomInvitationLink": "{username} đã thay đổi đường dẫn mời",
"@changedTheRoomInvitationLink": {
"type": "text",
"type": "String",
"placeholders": {
"username": {}
"username": {
"type": "String"
}
}
},
"changedTheRoomAliases": "{username} đã đổi địa chỉ phòng chat",
"@changedTheRoomAliases": {
"type": "text",
"type": "String",
"placeholders": {
"username": {}
"username": {
"type": "String"
}
}
},
"changedTheProfileAvatar": "{username} đã thay đổi ảnh đại diện của mình",
"@changedTheProfileAvatar": {
"type": "text",
"type": "String",
"placeholders": {
"username": {}
"username": {
"type": "String"
}
}
},
"changedTheGuestAccessRulesTo": "{username} đã thay đổi quy tắc truy cập đối với khách thành: {rules}",
"@changedTheGuestAccessRulesTo": {
"type": "text",
"type": "String",
"placeholders": {
"username": {},
"rules": {}
"username": {
"type": "String"
},
"rules": {
"type": "String"
}
}
},
"changedTheGuestAccessRules": "{username} đã thay đổi quy tắc truy cập đối với khách",
"@changedTheGuestAccessRules": {
"type": "text",
"type": "String",
"placeholders": {
"username": {}
"username": {
"type": "String"
}
}
},
"changedTheChatPermissions": "{username} đã thay đổi quyền trong phòng chat",
"@changedTheChatPermissions": {
"type": "text",
"type": "String",
"placeholders": {
"username": {}
"username": {
"type": "String"
}
}
},
"changedTheChatNameTo": "{username} đã thay đổi tên phòng chat thành: '{chatname}'",
"@changedTheChatNameTo": {
"type": "text",
"type": "String",
"placeholders": {
"username": {},
"chatname": {}
"username": {
"type": "String"
},
"chatname": {
"type": "String"
}
}
},
"changedTheChatDescriptionTo": "{username} đã thay đổi mô tả phòng chat thành: '{description}'",
"@changedTheChatDescriptionTo": {
"type": "text",
"type": "String",
"placeholders": {
"username": {},
"description": {}
"username": {
"type": "String"
},
"description": {
"type": "String"
}
}
},
"changedTheChatAvatar": "{username} đã thay đổi ảnh phòng chat",
"@changedTheChatAvatar": {
"type": "text",
"type": "String",
"placeholders": {
"username": {}
"username": {
"type": "String"
}
}
},
"changeDeviceName": "Thay đổi tên thiết bị",
"@changeDeviceName": {
"type": "text",
"type": "String",
"placeholders": {}
},
"cancel": "Hủy",
"@cancel": {
"type": "text",
"type": "String",
"placeholders": {}
},
"blocked": "Đã chặn",
"@blocked": {
"type": "text",
"type": "String",
"placeholders": {}
},
"bannedUser": "{username} đã cấm {targetName}",
"@bannedUser": {
"type": "text",
"type": "String",
"placeholders": {
"username": {},
"targetName": {}
"username": {
"type": "String"
},
"targetName": {
"type": "String"
}
}
},
"banned": "Đã bị cấm",
"@banned": {
"type": "text",
"type": "String",
"placeholders": {}
},
"banFromChat": "Cấm khỏi cuộc trò chuyện",
"@banFromChat": {
"type": "text",
"type": "String",
"placeholders": {}
},
"badServerVersionsException": "Máy chủ nhà hỗ trợ Spec phiên bản:\n{serverVerions}\nNhưng ứng dụng này chỉ hỗ trợ {supportedVersions}",
"@badServerVersionsException": {
"type": "text",
"type": "String",
"placeholders": {
"serverVersions": {},
"supportedVersions": {}
"serverVersions": {
"type": "String"
},
"supportedVersions": {
"type": "String"
}
}
},
"badServerLoginTypesException": "Máy chủ nhà hỗ trợ kiểu đăng nhập:\n{serverVersions}\nNhưng ứng dụng này chỉ hỗ trợ:\n{supportedVersions}",
"@badServerLoginTypesException": {
"type": "text",
"type": "String",
"placeholders": {
"serverVersions": {},
"supportedVersions": {}
"serverVersions": {
"type": "String"
},
"supportedVersions": {
"type": "String"
}
}
},
"askVerificationRequest": "Bạn có đồng ý yêu cầu chứng thực từ {username} không?",
"@askVerificationRequest": {
"type": "text",
"type": "String",
"placeholders": {
"username": {}
"username": {
"type": "String"
}
}
},
"areYouSureYouWantToLogout": "Bạn có chắc bạn muốn đăng xuất không?",
"@areYouSureYouWantToLogout": {
"type": "text",
"type": "String",
"placeholders": {}
},
"addEmail": "Thêm email",
"@addEmail": {
"type": "text",
"type": "String",
"placeholders": {}
},
"notifications": "Thông báo",
"@notifications": {
"type": "text",
"type": "String",
"placeholders": {}
},
"newGroup": "Nhóm mới",
@ -469,7 +533,7 @@
"@report": {},
"remove": "Loại bỏ",
"@remove": {
"type": "text",
"type": "String",
"placeholders": {}
},
"restricted": "Bị hạn chế",
@ -482,17 +546,17 @@
"@signInWithPassword": {},
"all": "Tất cả",
"@all": {
"type": "text",
"type": "String",
"placeholders": {}
},
"appLock": "Khoá ứng dụng",
"@appLock": {
"type": "text",
"type": "String",
"placeholders": {}
},
"allChats": "Tất cả hội thoại",
"@allChats": {
"type": "text",
"type": "String",
"placeholders": {}
},
"repeatPassword": "Nhập lại mật khẩu",
@ -501,9 +565,11 @@
"@confirmMatrixId": {},
"supposedMxid": "Đây nên là {mxid}",
"@supposedMxid": {
"type": "text",
"type": "String",
"placeholders": {
"mxid": {}
"mxid": {
"type": "String"
}
}
},
"noBackupWarning": "Cẩn thận! Nếu không bật sao lưu trò chuyện, bạn sẽ mất quyền truy cập vào tin nhắn được mã hóa của mình. Chúng tôi khuyên bạn nên bật sao lưu trò chuyện trước khi đăng xuất.",
@ -512,9 +578,11 @@
"@doNotShowAgain": {},
"wasDirectChatDisplayName": "Hội thoại trống (từng là {oldDisplayName})",
"@wasDirectChatDisplayName": {
"type": "text",
"type": "String",
"placeholders": {
"oldDisplayName": {}
"oldDisplayName": {
"type": "String"
}
}
},
"reportErrorDescription": "😭 Ôi. Có lỗi xảy ra. Bạn có thể báo cáo lỗi tới nhà phát triển nếu muốn.",
@ -535,9 +603,11 @@
"@fileIsTooBigForServer": {},
"signInWith": "Đăng nhập với {provider}",
"@signInWith": {
"type": "text",
"type": "String",
"placeholders": {
"provider": {}
"provider": {
"type": "String"
}
}
},
"notAnImage": "Không phải tệp ảnh.",
@ -560,19 +630,21 @@
"@notifyMeFor": {},
"settings": "Cài đặt",
"@settings": {
"type": "text",
"type": "String",
"placeholders": {}
},
"sendSticker": "Gửi nhãn dán",
"@sendSticker": {
"type": "text",
"type": "String",
"placeholders": {}
},
"fileHasBeenSavedAt": "Tệp đã được lưu tại {path}",
"@fileHasBeenSavedAt": {
"type": "text",
"type": "String",
"placeholders": {
"path": {}
"path": {
"type": "String"
}
}
},
"readUpToHere": "Đọc tới đây",
@ -585,7 +657,9 @@
"@numChats": {
"type": "number",
"placeholders": {
"number": {}
"number": {
"type": "String"
}
}
},
"hidePresences": "Ẩn danh sách trạng thái?",
@ -596,9 +670,11 @@
"@reopenChat": {},
"wrongPinEntered": "Nhập sai mã pin! Thử lại sau {seconds} giây...",
"@wrongPinEntered": {
"type": "text",
"type": "String",
"placeholders": {
"seconds": {}
"seconds": {
"type": "int"
}
}
},
"archiveRoomDescription": "Cuộc trò chuyện sẽ được chuyển tới mục lưu trữ. Người dùng khác sẽ thấy được bạn đã rời khỏi cuộc trò chuyện.",
@ -617,9 +693,11 @@
"@removeDevicesDescription": {},
"noUsersFoundWithQuery": "Không tìm thấy người dùng nào với \"{query}\". Hãy kiểm tra xem bạn có nhập nhầm không.",
"@noUsersFoundWithQuery": {
"type": "text",
"type": "String",
"placeholders": {
"query": {}
"query": {
"type": "String"
}
}
},
"commandHint_unignore": "Bỏ phớt lờ matrix ID này",
@ -634,9 +712,11 @@
"@commandHint_hug": {},
"aboutHomeserver": "Về {homeserver}",
"@aboutHomeserver": {
"type": "text",
"type": "String",
"placeholders": {
"homeserver": {}
"homeserver": {
"type": "String"
}
}
},
"alwaysUse24HourFormat": "Không",
@ -645,9 +725,11 @@
},
"hugContent": "{senderName} ôm bạn",
"@hugContent": {
"type": "text",
"type": "String",
"placeholders": {
"senderName": {}
"senderName": {
"type": "String"
}
}
}
}