8912423aeb
Review flagged that wrapping only the buttons left the dialog body copy
hardcoded (mixed-language dialogs once a non-en locale ships). Wrap the
remaining body/waiting strings ("Please accept…", "Confirm the emoji…",
"Do not Match", "Your device is verified.", etc.) and the PasswordStage
prompt, adding hooks to the sub-components that lacked one. Keys added to
en.json; all t() keys verified to resolve.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
59 lines
1.8 KiB
JSON
59 lines
1.8 KiB
JSON
{
|
|
"Organisms": {
|
|
"RoomCommon": {
|
|
"changed_room_name": " changed room name"
|
|
},
|
|
"CreateRoom": {
|
|
"chat_room": "Chat Room",
|
|
"chat_room_desc": "Messages, photos, and videos.",
|
|
"voice_room": "Voice Room",
|
|
"voice_room_desc": "Live audio and video conversations."
|
|
},
|
|
"ImageViewer": {
|
|
"download": "Download"
|
|
},
|
|
"Message": {
|
|
"open_location": "Open Location",
|
|
"thread": "Thread"
|
|
},
|
|
"ImageContent": {
|
|
"view": "View",
|
|
"spoiler": "Spoiler",
|
|
"retry": "Retry"
|
|
},
|
|
"DeviceVerification": {
|
|
"close": "Close",
|
|
"accept": "Accept",
|
|
"they_match": "They Match",
|
|
"okay": "Okay",
|
|
"do_not_match": "Do not Match",
|
|
"please_accept": "Please accept the request from other device.",
|
|
"waiting_accept": "Waiting for request to be accepted...",
|
|
"click_accept": "Click accept to start the verification process.",
|
|
"request_accepted": "Verification request has been accepted.",
|
|
"waiting_response": "Waiting for the response from other device...",
|
|
"starting_emoji": "Starting verification using emoji comparison...",
|
|
"confirm_emoji": "Confirm the emoji below are displayed on both devices, in the same order:",
|
|
"device_verified": "Your device is verified.",
|
|
"verification_canceled": "Verification has been canceled."
|
|
},
|
|
"UrlPreview": {
|
|
"join_server": "Join Server"
|
|
},
|
|
"InviteUser": {
|
|
"invite": "Invite"
|
|
},
|
|
"UploadBoard": {
|
|
"files": "Files",
|
|
"send": "Send",
|
|
"upload_failed": "Upload Failed"
|
|
},
|
|
"PasswordStage": {
|
|
"account_password": "Account Password",
|
|
"password": "Password",
|
|
"invalid_password": "Invalid Password!",
|
|
"authenticate_prompt": "To perform this action you need to authenticate yourself by entering you account password."
|
|
}
|
|
}
|
|
}
|