Files
ColdBreeze-chat-web/public/locales/en/setting.json
T
2022-12-19 14:36:47 +08:00

184 lines
6.5 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"title": "Settings",
"save_change": "Save Changes",
"reset": "Reset",
"save_tip": "You have unsaved changes!",
"nav": {
"general": "General",
"overview": "Overview",
"members": "Members",
"auto_delete_msg": "Auto-delete Messages",
"user": "User",
"my_account": "My Account",
"config": "Configuration",
"bot": "Bot & Webhook",
"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"
},
"dm": {
"delete": "Delete User",
"delete_desc": "Are you sure want to delete this user?"
},
"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": "日本語"
}
},
"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:"
}
},
"bot": {
"bot_tip_title": "Bots can send messages to channels.",
"bot_tip_desc": "Please note that we do not display a Bots API key again after generation. You can always generate a new API key of a Bot by clicking “Get API key” and this wont nullify the previous API key(s).",
"webhook_tip_title": "Webhooks can receive messages in a channel and should a URL provided by you.",
"webhook_tip_desc": "Please provide a webhook URL that will return 200.",
"manage": "Manage",
"manage_desc": "Disabling your account means you can recover it at any time after taking this action.",
"create_title": "Create Bot",
"create_desc": "Create a bot to extend your chat",
"delete_title": "Delete Bot",
"delete_desc": "Are you sure to delete the Bot?",
"webhook_title": "Update Webhook URL",
"webhook_desc": "Please input a valid URL",
"col_avatar": "Avatar",
"col_name": "Bot Name",
"col_api_key": "Bot API Key",
"col_webhook": "Webhook URL",
"col_opt": "Operations"
},
"auto_delete_msg": {
"title": "Delete messages sent by myself after certain time period. ",
"desc": "This will remove the messages data stored on both the server and client side.",
"off": "Off",
"30_seconds": "30 seconds",
"10_min": "10 minutes",
"1_hour": "1 hour",
"1_day": "1 day",
"1_week": "1 week"
},
"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 <link>doc</link>."
},
"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"
}
}