Created the en.json locale

This commit is contained in:
Mathias Wagner 2024-02-15 01:11:50 +01:00
parent 4c6dbffde7
commit 56618e5bd9
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

View File

@ -0,0 +1,31 @@
{
"coming_soon": "Coming soon...",
"common": {
"cancel": "Cancel",
"create": "Create"
},
"nav": {
"server": "Server",
"ports": "Shares"
},
"server": {
"creation": {
"error": {
"name": "Server name cannot be empty",
"eula": "You must accept the EULA"
},
"title": "Create a new server",
"name": "Server name",
"description": "Server description",
"eula": "I accept the <Link>EULA</Link>",
"creating": "Creating..."
},
"not_connected": "Not connected",
"loading": "Loading",
"share": "Share",
"start": "Start",
"stop": "Stop",
"create": "Create Server",
"overview": "Server Overview"
}
}