-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathen-GB.toml
33 lines (30 loc) · 939 Bytes
/
en-GB.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[locale]
authors = "Joshua Sing"
[generic]
error = "Oops!"
error-description = """
An error occurred. Please try again later.
If the issue persists, please report this to a staff member.
"""
[ticket]
creation-title = "Ticket creation"
channel-created = "Please follow the steps in {{.channel}} to continue."
product-select = "Please select the product you wish to receive support for."
creation-welcome = """
Thank you for creating a ticket. A support team member will be available to assist you shortly. \
While you wait, please provide as much information as possible.\
"""
[command.info]
title = "Information"
version-title = "Version"
version = """
Axolotl v{{.axolotlVersion}} ({{.goVersion}})
Locales v{{.axolotlLangVersion}}
"""
status-title = "Status"
status = """
Uptime: `{{.uptime}}`
Last heartbeat: `{{.lastHeartbeat}}`
"""
supported-locales-title = "Supported Locales"
supported-locale-line = "{{.locale}} by {{.authors}}"