{ "title": "Settings", "save_change": "Save Changes", "reset": "Reset", "save_tip": "You have unsaved changes!", "nav": { "general": "General", "overview": "Overview", "members": "Members", "user": "User", "my_account": "My Account", "config": "Configuration", "firebase": "Firebase", "agora": "Agora", "smtp": "SMTP", "login_method": "Login Methods", "third_app": "Third-party APP", "widget": "Widget", "license": "License", "about": "About", "api_doc": "API Document", "faq": "FAQ", "terms": "Terms & Privacy", "feedback": "Feedback" }, "channel": { "leave": "Leave Channel", "leave_desc": "Are you sure want to leave this channel?", "transfer_desc": "You need to transfer your channel ownership to someone else before leaving the channel.", "delete": "Delete Channel", "delete_desc": "Are you sure want to delete this channel?", "name": "Channel Name", "topic": "Channel Topic", "topic_placeholder": "Let everyone know how to use this channel.", "visibility": "Channel Visibility", "public": "Public", "private": "Private" }, "overview": { "name": "Server Name", "desc": "Server Description", "upload_desc": "Minimum size is 128x128, We recommend at least 512x512 for the server. Max size limited to 5M.", "sign_up": { "title": "Default Sign Up", "desc": "Who can sign up this server.", "everyone": "Everyone", "invite": "Invitation Link Only" }, "guest_mode": { "title": "Guest Mode", "desc": "If enabled, visitors will see public channels on this server.", "enable": "Enable", "disable": "Disabled" }, "lang": { "title": "Language", "desc": "Setting the language", "en": "English", "zh": "中文", "jp": "Japanese" } }, "license": { "signed": "Signed", "domain": "Domains", "user_limit": "User Limit", "expire": "Expired At", "create": "Created At", "value": "License Value", "renew": "Renew License", "update": "Update Manually", "update_placeholder": "Please Input the new license value", "renew_select": "Please select the price", "tip": { "title": "A chance to get a free license upgrade!", "user_test": "Getting a free license upgrade by joining our User Test Session", "booking": "Book a time here: ", "wechat": "Or, add WeChat for more information:" } }, "firebase": { "enable": "Enable", "token_url": "Token Url", "project_id": "Project ID", "private_key": "Private Key", "client_email": "Client Email" }, "smtp": { "enable": "Enable", "host": "Host", "port": "Port", "from": "From", "username": "Username", "password": "Password", "how_to": "How to setup SMTP?", "send_test_email": "Send Test Email" }, "third_app": { "key": "API Secure Key", "update": "Update Secret", "update_tip": "Are you sure to update API secret? Previous secret will be invalided", "key_tip": "The security key agreed between the server and the third-party app is used to encrypt the communication data." }, "login": { "password": "Password", "password_desc": "Allows members login with password.", "magic_link": "Magic Link", "magic_link_desc": "Allows members login with Magic Link.", "google": "Google", "google_desc": "Allows members login with Google.", "github": "Github", "github_desc": "Allows members login with Github.", "metamask": "Metamask", "metamask_desc": "Allows members login with Metamask.", "oidc": "OIDC", "oidc_desc": "Allows members login with OIDC.", "oidc_custom": "Custom", "more_details": "Need more detail? See our doc." }, "widget": { "tip": "Extending VoceChat by embedding the vocechat widget SDK!", "code": "Code Example", "code_comment": "put this code snippet into your html file", "config": "Configuration Description", "param_key": "Parameter Key", "default_value": "Default Value", "remark": "Remarks", "param_host": "Assign the user chatting with visitor(User ID)", "param_close_width": "The width while widget closed", "param_close_height": "The height while widget closed", "param_open_width": "The width while widget opened", "param_open_height": "The height while widget opened" }, "faq": { "client_version": "Client Version", "server_version": "Server Version", "build_time": "Build Timestamp" }, "api_doc": { "desc": "We have detailed API documentation that you can build your own chat tool based on.", "access": "Access URL:", "use_method": "User Method:", "step_1": "Step One: Change to your own Server", "step_2": "Step Two: Input the login token", "step_2_desc": "You can get the token by access X-API-Key http header or just copy the text below:", "last": "Every API has a 'Try it Out' button, and you can debug the API with it" } }