Translate the support view
This commit is contained in:
@@ -290,7 +290,33 @@
|
||||
"title": "Settings"
|
||||
},
|
||||
"support": {
|
||||
"title": "Support"
|
||||
"title": "Support",
|
||||
"ticket": {
|
||||
"title": "Ticket",
|
||||
"subscriptionRequired": "Support tickets are only available in the paid plans.",
|
||||
"subscriptionRequiredDescription": "You may find answers in our <a href=\"{{ supportViewLink }}\" target=\"_blank\">documentation</a> or ask on the <a href=\"{{ forumLink }}\" target=\"_blank\">Forum</a>.",
|
||||
"type": "Type",
|
||||
"typeApp": "App Error",
|
||||
"typeBug": "Bug Report",
|
||||
"typeEmail": "Email Error",
|
||||
"selectApp": "Select App",
|
||||
"topic": "Topic",
|
||||
"report": "Report",
|
||||
"email": "Email",
|
||||
"emailInfo": "(Subscription email is {{ email }})",
|
||||
"sshCheckbox": "Allow support engineers to connect to this server via SSH",
|
||||
"submitAction": "Submit",
|
||||
"reportPlaceholder": "Describe your issue",
|
||||
"emailPlaceholder": "If needed, provide an email address different from above to reach you"
|
||||
},
|
||||
"remoteSupport": {
|
||||
"title": "Remote Support",
|
||||
"subscriptionRequired": "Remote support is only available in the paid plans.",
|
||||
"description": "Enable this option to allow support engineers to connect to this server via SSH.",
|
||||
"warning": "Do not enable this option unless requested by the Cloudron support team.",
|
||||
"disableAction": "Disable SSH support access",
|
||||
"enableAction": "Enable SSH support access"
|
||||
}
|
||||
},
|
||||
"system": {
|
||||
"title": "System Info",
|
||||
|
||||
Reference in New Issue
Block a user