511 lines
21 KiB
JSON
511 lines
21 KiB
JSON
{
|
|
"Organisms": {
|
|
"RoomCommon": {
|
|
"changed_room_name": " changed room name"
|
|
}
|
|
},
|
|
"Auth": {
|
|
"title_login": "Log In",
|
|
"title_register": "Register",
|
|
"title_reset_password": "Reset Password",
|
|
"homeserver": "Homeserver",
|
|
"homeserver_edit": "Edit",
|
|
"homeserver_dialog_title": "Homeserver",
|
|
"homeserver_dialog_desc": "Enter the address of the Matrix homeserver you want to connect to.",
|
|
"homeserver_dialog_placeholder": "example.com",
|
|
"homeserver_dialog_cancel": "Cancel",
|
|
"homeserver_dialog_confirm": "Continue",
|
|
"username_placeholder": "Username",
|
|
"password_placeholder": "Password",
|
|
"forgot_password": "Forgot password?",
|
|
"login_button": "Log In",
|
|
"new_here": "New here?",
|
|
"create_account": "Create account",
|
|
"already_have_account": "Already have an account?",
|
|
"remember_password": "Remember your password?",
|
|
"loading_server": "Looking for server...",
|
|
"loading_connecting": "Connecting to {{url}}...",
|
|
"loading_auth_flows": "Loading...",
|
|
"error_server_not_found": "Failed to find server.",
|
|
"error_server_config_invalid": "Failed to connect. Server configuration for {{host}} is invalid.",
|
|
"error_server_base_url_invalid": "Failed to connect. Invalid server base_url.",
|
|
"error_server_unavailable": "Failed to connect to the server.",
|
|
"error_auth_flows": "Failed to load authorization flows.",
|
|
"error_client_unsupported": "This client does not support authorization on server \"{{server}}\".",
|
|
"error_custom_server_not_allowed": "Login with a custom server is not allowed.",
|
|
"error_matrix_id_server": "Failed to find Matrix ID server.",
|
|
"error_invalid_credentials": "Invalid username or password.",
|
|
"error_account_deactivated": "This account has been deactivated.",
|
|
"error_invalid_request": "Failed to log in. Part of the request data is invalid.",
|
|
"error_rate_limited": "Too many attempts. Please try again later.",
|
|
"error_unknown": "Failed to log in. Unknown error.",
|
|
"register_disabled": "Registration is disabled on this server.",
|
|
"register_rate_limited": "Too many attempts. Please try again later.",
|
|
"register_invalid_request": "Invalid request. Failed to get registration parameters.",
|
|
"register_unsupported": "This application does not support registration on this server.",
|
|
"register_username_label": "Username",
|
|
"register_password_label": "Password",
|
|
"register_confirm_password_label": "Confirm Password",
|
|
"register_button": "Register",
|
|
"register_token_label": "Registration Token",
|
|
"register_token_optional_label": "Registration Token (Optional)",
|
|
"register_email_label": "Email",
|
|
"register_email_optional_label": "Email (Optional)",
|
|
"register_terms": "I accept the server <termsLink>Terms and Conditions</termsLink>.",
|
|
"register_error_user_taken": "This username is already taken.",
|
|
"register_error_user_invalid": "This username contains invalid characters.",
|
|
"register_error_user_exclusive": "This username is reserved.",
|
|
"register_error_password_weak": "Weak password. Password rejected by server, please choose a stronger one.",
|
|
"register_error_password_short": "Short password. Password rejected by server, please choose a longer one.",
|
|
"register_error_rate_limited": "Failed to register. Your request has been rate-limited, please try again later.",
|
|
"register_error_forbidden": "Failed to register. The homeserver does not permit registration.",
|
|
"register_error_invalid_request": "Failed to register. Invalid request.",
|
|
"register_error_unknown": "Failed to register. Unknown reason.",
|
|
"reset_description": "Homeserver <strong>{{server}}</strong> will send you an email to let you reset your password.",
|
|
"reset_email_label": "Email",
|
|
"reset_new_password": "New Password",
|
|
"reset_confirm_password": "Confirm Password",
|
|
"reset_button": "Reset Password",
|
|
"reset_error_fallback": "Failed to reset password.",
|
|
"reset_success_message": "Password has been reset successfully. Please login with your new password.",
|
|
"reset_success_login": "Login"
|
|
},
|
|
"Settings": {
|
|
"title": "Settings",
|
|
"menu_general": "General",
|
|
"menu_account": "Account",
|
|
"menu_notifications": "Notifications",
|
|
"menu_devices": "Devices",
|
|
"menu_emojis_stickers": "Emojis & Stickers",
|
|
"menu_developer_tools": "Developer Tools",
|
|
"menu_about": "About",
|
|
"logout": "Logout",
|
|
|
|
"general_title": "General",
|
|
"appearance": "Appearance",
|
|
"system_theme": "System Theme",
|
|
"system_theme_desc": "Choose between light and dark theme based on system preference.",
|
|
"light_theme": "Light Theme:",
|
|
"dark_theme": "Dark Theme:",
|
|
"theme": "Theme",
|
|
"theme_desc": "Theme to use when system theme is not enabled.",
|
|
"monochrome_mode": "Monochrome Mode",
|
|
"twitter_emoji": "Twitter Emoji",
|
|
"page_zoom": "Page Zoom",
|
|
"date_time": "Date & Time",
|
|
"hour_24": "24-Hour Time Format",
|
|
"date_format": "Date Format",
|
|
"custom": "Custom",
|
|
"formatting": "Formatting",
|
|
"year": "Year",
|
|
"two_digit_year": "Two-digit year",
|
|
"four_digit_year": "Four-digit year",
|
|
"month": "Month",
|
|
"the_month": "The month",
|
|
"two_digit_month": "Two-digit month",
|
|
"short_month_name": "Short month name",
|
|
"full_month_name": "Full month name",
|
|
"day_of_month": "Day of the Month",
|
|
"day_of_month_val": "Day of the month",
|
|
"two_digit_day": "Two-digit day of the month",
|
|
"day_of_week": "Day of the Week",
|
|
"day_of_week_sunday": "Day of the week (Sunday = 0)",
|
|
"two_letter_day": "Two-letter day name",
|
|
"short_day_name": "Short day name",
|
|
"full_day_name": "Full day name",
|
|
"save": "Save",
|
|
"editor": "Editor",
|
|
"enter_newline": "ENTER for Newline",
|
|
"enter_newline_desc": "Use {{key}} + ENTER to send message and ENTER for newline.",
|
|
"markdown": "Markdown Formatting",
|
|
"hide_activity": "Hide Typing & Read Receipts",
|
|
"hide_activity_desc": "Turn off both typing status and read receipts to keep your activity private.",
|
|
"messages": "Messages",
|
|
"message_layout": "Message Layout",
|
|
"message_spacing": "Message Spacing",
|
|
"legacy_username_color": "Legacy Username Color",
|
|
"hide_membership": "Hide Membership Change",
|
|
"hide_profile": "Hide Profile Change",
|
|
"disable_media_auto_load": "Disable Media Auto Load",
|
|
"url_preview": "Url Preview",
|
|
"url_preview_encrypted": "Url Preview in Encrypted Room",
|
|
"show_hidden_events": "Show Hidden Events",
|
|
|
|
"account_title": "Account",
|
|
"profile": "Profile",
|
|
"avatar": "Avatar",
|
|
"upload": "Upload",
|
|
"remove": "Remove",
|
|
"remove_avatar": "Remove Avatar",
|
|
"remove_avatar_confirm": "Are you sure you want to remove profile avatar?",
|
|
"display_name": "Display Name",
|
|
"matrix_id": "Matrix ID",
|
|
"copy": "Copy",
|
|
"contact_info": "Contact Information",
|
|
"email_address": "Email Address",
|
|
"email_address_desc": "Email address attached to your account.",
|
|
"blocked_users": "Blocked Users",
|
|
"select_user": "Select User",
|
|
"select_user_desc": "Prevent receiving messages or invites from user by adding their userId.",
|
|
"block": "Block",
|
|
"users": "Users",
|
|
|
|
"notifications_title": "Notifications",
|
|
"block_messages": "Block Messages",
|
|
"block_messages_moved": "This option has been moved to \"Account > Block Users\" section.",
|
|
"system": "System",
|
|
"desktop_notifications": "Desktop Notifications",
|
|
"notif_permission_blocked": "Notification permission is blocked. Please allow notification permission from browser address bar.",
|
|
"notif_not_supported": "Notifications are not supported by the system.",
|
|
"notif_show_desktop": "Show desktop notifications when a message arrives.",
|
|
"enable": "Enable",
|
|
"notification_sound": "Notification Sound",
|
|
"notification_sound_desc": "Play sound when a new message arrives.",
|
|
"email_notification": "Email Notification",
|
|
"email_no_email": "Your account does not have any email attached.",
|
|
"email_send_notif": "Send notification to your email.",
|
|
"email_send_notif_to": "Send notification to your email. (\"{{email}}\")",
|
|
"unexpected_error": "Unexpected Error!",
|
|
"all_messages": "All Messages",
|
|
"badge": "Badge: ",
|
|
"one_to_one": "1-to-1 Chats",
|
|
"one_to_one_encrypted": "1-to-1 Chats (Encrypted)",
|
|
"rooms": "Rooms",
|
|
"rooms_encrypted": "Rooms (Encrypted)",
|
|
"special_messages": "Special Messages",
|
|
"mention_user_id": "Mention User ID (\"{{userId}}\")",
|
|
"contains_displayname": "Contains Display Name",
|
|
"contains_displayname_value": "Contains Display Name (\"{{displayName}}\")",
|
|
"contains_username": "Contains Username (\"{{username}}\")",
|
|
"mention_room": "Mention @room",
|
|
"contains_room": "Contains @room",
|
|
"keyword_messages": "Keyword Messages",
|
|
"select_keyword": "Select Keyword",
|
|
"select_keyword_desc": "Set a notification preference for message containing given keyword.",
|
|
"notif_disable": "Disable",
|
|
"notif_silent": "Notify Silent",
|
|
"notif_loud": "Notify Loud",
|
|
|
|
"devices_title": "Devices",
|
|
"security": "Security",
|
|
"device_verification": "Device Verification",
|
|
"device_verification_desc": "To verify device identity and grant access to encrypted messages.",
|
|
"current": "Current",
|
|
"last_activity": "Last activity: ",
|
|
"today": "Today",
|
|
"yesterday": "Yesterday",
|
|
"device_id": "Device ID: ",
|
|
"ip_address": "IP Address: ",
|
|
"device_key": "Device Key: ",
|
|
"loading": "loading...",
|
|
"device_name": "Device Name",
|
|
"device_name_public": "Device names are visible to public.",
|
|
"cancel": "Cancel",
|
|
"edit": "Edit",
|
|
"undo": "Undo",
|
|
"others": "Others",
|
|
"device_dashboard": "Device Dashboard",
|
|
"device_dashboard_desc": "Manage your devices on OIDC dashboard.",
|
|
"open": "Open",
|
|
"delete_devices_error": "Failed to logout devices! Please try again. {{message}}",
|
|
"delete_devices_confirm": "Logout from selected devices. ({{count}} selected)",
|
|
"delete_devices_unsupported": "Authentication steps to perform this action are not supported by the client.",
|
|
"unverified": "Unverified",
|
|
"unverified_count": "{{count}} Unverified",
|
|
"verified": "Verified",
|
|
"verify_steps_title": "Steps to verify from another device.",
|
|
"verify_step_1": "Open your other verified device.",
|
|
"verify_step_2_settings": "Settings",
|
|
"verify_step_3_section": "Devices/Sessions",
|
|
"verify_step_4": "Initiate verification.",
|
|
"verify_no_device": "If you do not have any verified device, press the \"Verify Manually\" button.",
|
|
"verify_current_title": "Unverified",
|
|
"verify_current_desc": "Start verification from other device or verify manually.",
|
|
"view_less": "View Less",
|
|
"learn_more": "Learn More",
|
|
"verify_manually": "Verify Manually",
|
|
"verify_other_title": "Unverified",
|
|
"verify_other_desc": "Verify device identity and grant access to encrypted messages.",
|
|
"verify": "Verify",
|
|
"reset": "Reset",
|
|
|
|
"local_backup": "Local Backup",
|
|
"new_password": "New Password",
|
|
"confirm_password": "Confirm Password",
|
|
"password": "Password",
|
|
"export": "Export",
|
|
"export_title": "Export Messages Data",
|
|
"export_desc": "Save password protected copy of encryption data on your device to decrypt messages later.",
|
|
"collapse": "Collapse",
|
|
"expand": "Expand",
|
|
"import_title": "Import Messages Data",
|
|
"import_desc": "Load password protected copy of encryption data from device to decrypt your messages.",
|
|
"import": "Import",
|
|
"decrypt": "Decrypt",
|
|
|
|
"emojis_stickers_title": "Emojis & Stickers",
|
|
"default_pack": "Default Pack",
|
|
"unknown": "Unknown",
|
|
"view": "View",
|
|
"favorite_packs": "Favorite Packs",
|
|
"select_pack": "Select Pack",
|
|
"select_pack_desc": "Pick emoji and sticker packs from rooms to use globally.",
|
|
"select": "Select",
|
|
"room_packs": "Room Packs",
|
|
"close": "Close",
|
|
"select_all": "Select All",
|
|
"unselect_all": "Unselect All",
|
|
"no_packs": "No Packs",
|
|
"no_packs_desc": "Packs from rooms will appear here. You do not have any rooms with packs yet.",
|
|
"apply_error": "Failed to apply changes! Please try again.",
|
|
"apply_ready": "Changes saved! Apply when ready.",
|
|
"apply_changes": "Apply Changes",
|
|
|
|
"about_title": "About",
|
|
"about_tagline": "Yet another matrix client.",
|
|
"options": "Options",
|
|
"clear_cache_title": "Clear Cache & Reload",
|
|
"clear_cache_desc": "Clear all your locally stored data and reload from server.",
|
|
"clear_cache": "Clear Cache",
|
|
"credits": "Credits",
|
|
|
|
"devtools_title": "Developer Tools",
|
|
"enable_devtools": "Enable Developer Tools",
|
|
"access_token": "Access Token",
|
|
"access_token_desc": "Copy access token to clipboard.",
|
|
"account_data": "Account Data",
|
|
"account_data_global": "Global",
|
|
"account_data_desc": "Data stored in your global account data.",
|
|
"events": "Events",
|
|
"total": "Total: {{count}}",
|
|
"add_new": "Add New"
|
|
},
|
|
"Search": {
|
|
"search": "Search",
|
|
"no_match_found": "No Match Found",
|
|
"no_rooms": "No Rooms",
|
|
"no_match_for_query": "No match found for \"{{query}}\".",
|
|
"no_rooms_to_display": "You do not have any rooms to display yet.",
|
|
"help_text": "Type <bold>#</bold> for rooms, <bold>@</bold> for DMs and <bold>*</bold> for spaces. Hotkey: <bold>{{hotkey}}</bold>",
|
|
"message_search": "Message Search",
|
|
"message_search_subtitle": "Find helpful messages in your community by searching with related keywords.",
|
|
"no_results_for": "No results found for <bold>\"{{term}}\"</bold>",
|
|
"results_for": "Results for \"{{term}}\"",
|
|
"search_for_keyword": "Search for keyword",
|
|
"clear": "Clear",
|
|
"enter": "Enter",
|
|
"sort_by": "Sort by",
|
|
"recent": "Recent",
|
|
"relevance": "Relevance",
|
|
"rooms": "Rooms",
|
|
"rooms_for_query": "Rooms for \"{{query}}\"",
|
|
"no_match_found_excl": "No match found!",
|
|
"save": "Save",
|
|
"save_count": "Save ({{count}})",
|
|
"deselect_all": "Deselect All",
|
|
"select_rooms": "Select Rooms",
|
|
"filter": "Filter",
|
|
"global": "Global",
|
|
"room_tombstone": "This room has been replaced.",
|
|
"event": "event",
|
|
"open": "Open",
|
|
"home": "Home"
|
|
},
|
|
"Home": {
|
|
"home": "Home",
|
|
"mark_as_read": "Mark as Read",
|
|
"no_rooms": "No Rooms",
|
|
"no_rooms_desc": "You do not have any rooms yet.",
|
|
"create_room": "Create Room",
|
|
"create_room_subtitle": "Build a room for real-time conversations.",
|
|
"explore_community": "Explore Community Rooms",
|
|
"join_with_address": "Join by Address",
|
|
"join_address_desc": "Enter an address to join a room or space. Addresses look like:",
|
|
"address": "Address",
|
|
"invalid_address": "Invalid Address",
|
|
"message_search": "Message Search",
|
|
"rooms": "Rooms",
|
|
"type": "Type",
|
|
"access": "Access",
|
|
"name": "Name",
|
|
"topic_optional": "Topic (Optional)",
|
|
"options": "Options",
|
|
"advanced_options": "Advanced Options",
|
|
"e2e_encryption": "End-to-End Encryption",
|
|
"e2e_encryption_desc": "Once this feature is enabled, it can't be disabled after the room is created.",
|
|
"knock_to_join": "Knock to Join",
|
|
"knock_to_join_desc": "Anyone can send a request to join this room.",
|
|
"allow_federation": "Allow Federation",
|
|
"allow_federation_desc": "Users from other servers can join.",
|
|
"rate_limited": "Server rate-limited your request for {{minutes}} minutes!",
|
|
"create": "Create",
|
|
"notifications": "Notifications",
|
|
"invite": "Invite",
|
|
"copy_link": "Copy Link",
|
|
"room_settings": "Room Settings",
|
|
"leave_room": "Leave Room",
|
|
"toggle_chat": "Toggle Chat",
|
|
"live_count": "{{count}} Live",
|
|
"open": "Open"
|
|
},
|
|
"Direct": {
|
|
"direct_messages": "Direct Messages",
|
|
"mark_as_read": "Mark as Read",
|
|
"no_direct_messages": "No Direct Messages",
|
|
"no_direct_messages_desc": "You do not have any direct messages yet.",
|
|
"direct_message": "Direct Message",
|
|
"create_chat": "Create Chat",
|
|
"create_chat_subtitle": "Start a private, encrypted chat by entering a user ID.",
|
|
"chats": "Chats",
|
|
"user_id": "User ID",
|
|
"user_id_placeholder": "@username:server",
|
|
"invalid_user_id": "Please enter a valid User ID.",
|
|
"options": "Options",
|
|
"e2e_encryption": "End-to-End Encryption",
|
|
"e2e_encryption_desc": "Once this feature is enabled, it can't be disabled after the room is created.",
|
|
"rate_limited": "Server rate-limited your request for {{minutes}} minutes!",
|
|
"create": "Create"
|
|
},
|
|
"Room": {
|
|
"new_messages": "New Messages",
|
|
"jump_to_unread": "Jump to Unread",
|
|
"mark_as_read": "Mark as Read",
|
|
"jump_to_latest": "Jump to Latest",
|
|
"today": "Today",
|
|
"yesterday": "Yesterday",
|
|
|
|
"view_reactions": "View Reactions",
|
|
"read_receipts": "Read Receipts",
|
|
"view_source": "View Source",
|
|
"source_code": "Source Code",
|
|
"copy_link": "Copy Link",
|
|
"pin_message": "Pin Message",
|
|
"unpin_message": "Unpin Message",
|
|
"add_reaction": "Add Reaction",
|
|
"reply": "Reply",
|
|
"reply_in_thread": "Reply in Thread",
|
|
"edit_message": "Edit Message",
|
|
|
|
"delete_message": "Delete Message",
|
|
"delete_confirm": "This action is irreversible! Are you sure that you want to delete this message?",
|
|
"reason": "Reason",
|
|
"optional": "optional",
|
|
"delete_error": "Failed to delete message! Please try again.",
|
|
"deleting": "Deleting...",
|
|
"delete": "Delete",
|
|
|
|
"report_message": "Report Message",
|
|
"report_desc": "Report this message to server, which may then notify the appropriate people to take action.",
|
|
"report_reason": "Reason",
|
|
"report_error": "Failed to report message! Please try again.",
|
|
"report_success": "Message has been reported to server.",
|
|
"reporting": "Reporting...",
|
|
"report": "Report",
|
|
"no_reason": "No reason provided",
|
|
|
|
"is_typing": " is typing...",
|
|
"and": " and ",
|
|
"are_typing": " are typing...",
|
|
"others_count": "{{count}} others",
|
|
"drop_typing": "Dismiss typing indicator",
|
|
|
|
"members": "Members",
|
|
"members_count": "{{count}} Members",
|
|
"hide_members": "Hide Members",
|
|
"show_members": "Show Members",
|
|
"more_options": "More Options",
|
|
"close": "Close",
|
|
"search": "Search",
|
|
"notifications": "Notifications",
|
|
"invite": "Invite",
|
|
"room_settings": "Room Settings",
|
|
"jump_to_time": "Jump to Time",
|
|
"leave_room": "Leave Room",
|
|
|
|
"send_message": "Send a message...",
|
|
"drop_files": "Drop Files in \"{{name}}\"",
|
|
"drag_drop_desc": "Drag and drop files here or click for selection dialog",
|
|
|
|
"is_following": " is following the conversation.",
|
|
"are_following": " are following the conversation.",
|
|
"others_following_count": "{{count}} others",
|
|
|
|
"pinned_messages": "Pinned Messages",
|
|
"no_pinned_messages": "No Pinned Messages",
|
|
"no_pinned_messages_desc": "Users with sufficient permissions can pin messages from the message context menu.",
|
|
"open": "Open",
|
|
"failed_to_load": "Failed to load message!",
|
|
|
|
"time_label": "Time",
|
|
"date_label": "Date",
|
|
"preset": "Preset",
|
|
"beginning": "Beginning",
|
|
"open_timeline": "Open Timeline",
|
|
|
|
"message_deleted": "This message has been deleted",
|
|
"message_deleted_reason": "This message has been deleted. {{reason}}",
|
|
"unsupported_message": "Unsupported message",
|
|
"failed_to_load_message": "Failed to load message",
|
|
"unable_to_decrypt": "Unable to decrypt message",
|
|
"not_decrypted_yet": "This message is not decrypted yet",
|
|
"broken_message": "Broken message",
|
|
"empty_message": "Empty message",
|
|
"edited": " (edited)"
|
|
},
|
|
"Inbox": {
|
|
"inbox": "Inbox",
|
|
"invites": "Invites",
|
|
"notifications": "Notifications",
|
|
|
|
"notification_messages": "Notifications",
|
|
"filter": "Filter",
|
|
"all_notifications": "All Notifications",
|
|
"highlighted": "Highlighted",
|
|
"mark_as_read": "Mark as Read",
|
|
"open": "Open",
|
|
"no_notifications": "No Notifications",
|
|
"no_notifications_desc": "You don't have any new notifications to display yet.",
|
|
"scroll_to_top": "Scroll to Top",
|
|
|
|
"encrypted": "Encrypted",
|
|
"direct_message": "Direct Message",
|
|
"space": "Space",
|
|
"decline": "Decline",
|
|
"accept": "Accept",
|
|
"from": "From: ",
|
|
"reason_label": "Reason: ",
|
|
|
|
"primary": "Primary",
|
|
"public": "Public",
|
|
"spam": "Spam",
|
|
|
|
"no_invites": "No Invites",
|
|
"no_invites_known_desc": "When someone you share a room with sends you an invite, it'll show up here.",
|
|
"no_invites_unknown_desc": "Invites from people outside your rooms will appear here.",
|
|
"decline_all": "Decline All",
|
|
|
|
"spam_invites_count_one": "{{count}} Spam Invite",
|
|
"spam_invites_count_other": "{{count}} Spam Invites",
|
|
"spam_invites_desc": "Some of the following invites may contain harmful content or have been sent by banned users.",
|
|
"report_all": "Report All",
|
|
"block_all": "Block All",
|
|
"hide_all": "Hide All",
|
|
"view_all": "View All",
|
|
"no_spam_invites": "No Spam Invites",
|
|
"no_spam_invites_desc": "Invites detected as spam appear here.",
|
|
|
|
"invite_title": "Invite",
|
|
"user_id": "User ID",
|
|
"user_id_placeholder": "@username:server",
|
|
"reason_optional": "Reason (Optional)",
|
|
"invite_button": "Invite",
|
|
|
|
"notif_default": "Default",
|
|
"notif_all_messages": "All Messages",
|
|
"notif_mentions_keywords": "Mention & Keywords",
|
|
"notif_mute": "Mute",
|
|
|
|
"unverified_device": "Unverified Device",
|
|
"unverified_devices": "Unverified Devices"
|
|
}
|
|
}
|