mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-11 14:14:22 +00:00
Re-organize webcfg structure
This commit is contained in:
26
WebConfigGenerator/src/locale/strings.json
Normal file
26
WebConfigGenerator/src/locale/strings.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"app.name": "ASF Config Generator",
|
||||
"button.advanced": "Toggle advanced settings",
|
||||
"button.download": "Download",
|
||||
"home.topic": "ASF Config Generator is a small utility tool written in JavaScript, that helps you create your ASF configuration files. After downloading the generated config, move it to <var>config</var> folder inside ASF main directory. For full documentation refer to our <a href=\"https://github.com/JustArchi/ArchiSteamFarm/wiki/Configuration\" target=\"_blank\" rel=\"noopener\">wiki</a>. We hope that our tool will be useful for you.",
|
||||
"link.asf": "ASF",
|
||||
"link.bot": "Bot",
|
||||
"link.home": "Home",
|
||||
"schema.access": "Access",
|
||||
"schema.advanced": "Advanced",
|
||||
"schema.basic": "Basic",
|
||||
"schema.bot.SteamLogin.description": "Your Steam account login",
|
||||
"schema.bot.SteamPassword.description": "Your Steam account password",
|
||||
"schema.bot.name": "Name",
|
||||
"schema.bot.name.description": "Name of the bot",
|
||||
"schema.connection": "Connection",
|
||||
"schema.customization": "Customization",
|
||||
"schema.farming": "Farming",
|
||||
"schema.generic.steamid64": "Your SteamID64",
|
||||
"schema.performance": "Performance",
|
||||
"schema.remote_access": "Remote access",
|
||||
"schema.security": "Security",
|
||||
"schema.trading": "Trading",
|
||||
"schema.updates": "Updates",
|
||||
"static.add": "Add"
|
||||
}
|
||||
Reference in New Issue
Block a user