Localize ChatViewModel runtime messages
Some checks failed
Android CI / android (push) Failing after 4m52s
Android Release / release (push) Has started running
CI / test (push) Has been cancelled

This commit is contained in:
2026-03-11 06:35:24 +03:00
parent 3f9aa83110
commit 43c3fd0169
3 changed files with 66 additions and 25 deletions

View File

@@ -114,6 +114,22 @@
<string name="chat_member_dialog_ban_body">Ban %1$s?</string>
<string name="chat_member_dialog_kick_title">Kick member</string>
<string name="chat_member_dialog_kick_body">Kick %1$s from chat?</string>
<string name="chat_error_voice_too_short">Voice message is too short.</string>
<string name="chat_error_delete_for_all_single">Delete for all is available only for single message selection.</string>
<string name="chat_error_delete_for_all_own">Delete for all is available only for your own messages.</string>
<string name="chat_info_history_cleared">Chat history cleared.</string>
<string name="chat_error_edit_expired">This message can no longer be edited.</string>
<string name="chat_error_send_restricted">Sending is restricted in this chat.</string>
<string name="chat_restriction_owner_admin">Only channel owner/admin can send messages.</string>
<string name="chat_error_action_self">You cannot apply this action to yourself.</string>
<string name="chat_error_permissions">You don\'t have enough permissions.</string>
<string name="chat_error_owner_only">Only owner can perform this action.</string>
<string name="chat_error_manage_owner">You cannot manage owner account.</string>
<string name="chat_error_admin_manage_admin_owner">Admin cannot manage admins or owner.</string>
<string name="chat_error_transfer_choose_another">Choose another member for ownership transfer.</string>
<string name="chat_voice_hint_slide">Slide up to lock, slide left to cancel</string>
<string name="chat_voice_hint_locked">Recording locked</string>
<string name="chat_title_fallback">Chat #%1$d</string>
<string name="settings_user_fallback">User</string>
<string name="settings_accounts_header">ACCOUNTS</string>