mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2025-12-31 05:30:46 +00:00
Compare commits
11 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c1e5d64fd5 | ||
|
|
89af8c5fdf | ||
|
|
4b57a36749 | ||
|
|
61fa89bd36 | ||
|
|
d3e8ae862a | ||
|
|
e8bebab53b | ||
|
|
18df7aae70 | ||
|
|
de91a1c1e2 | ||
|
|
9cba5073db | ||
|
|
16c22930f6 | ||
|
|
3d3ea707dd |
@@ -40,7 +40,7 @@ script:
|
||||
- |
|
||||
set -e
|
||||
|
||||
dotnet build ArchiSteamFarm -c "$CONFIGURATION" -o 'out/source' /nologo
|
||||
dotnet build ArchiSteamFarm -c "$CONFIGURATION" -o 'out/source' /nologo "/p:ASFVariant=generic"
|
||||
dotnet test ArchiSteamFarm.Tests -c "$CONFIGURATION" -o 'out/source' /nologo
|
||||
|
||||
publish() {
|
||||
|
||||
@@ -28,8 +28,8 @@
|
||||
<ItemGroup>
|
||||
<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="1.0.1" />
|
||||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.8.0-preview-20180510-03" />
|
||||
<PackageReference Include="MSTest.TestAdapter" Version="1.3.0" />
|
||||
<PackageReference Include="MSTest.TestFramework" Version="1.3.0" />
|
||||
<PackageReference Include="MSTest.TestAdapter" Version="1.3.1" />
|
||||
<PackageReference Include="MSTest.TestFramework" Version="1.3.1" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
||||
@@ -2,14 +2,14 @@
|
||||
|
||||
<PropertyGroup>
|
||||
<ApplicationIcon>ASF.ico</ApplicationIcon>
|
||||
<AssemblyVersion>3.1.3.2</AssemblyVersion>
|
||||
<AssemblyVersion>3.1.3.3</AssemblyVersion>
|
||||
<Authors>JustArchi</Authors>
|
||||
<Company>JustArchi</Company>
|
||||
<ConcurrentGarbageCollection>true</ConcurrentGarbageCollection>
|
||||
<Copyright>Copyright © ArchiSteamFarm 2015-2018</Copyright>
|
||||
<Description>ASF is an application that allows you to farm steam cards using multiple steam accounts simultaneously.</Description>
|
||||
<ErrorReport>none</ErrorReport>
|
||||
<FileVersion>3.1.3.2</FileVersion>
|
||||
<FileVersion>3.1.3.3</FileVersion>
|
||||
<LangVersion>7.2</LangVersion>
|
||||
<NoWarn />
|
||||
<OutputType>Exe</OutputType>
|
||||
@@ -40,7 +40,7 @@
|
||||
<PackageReference Include="Humanizer" Version="2.2.0" />
|
||||
<PackageReference Include="ILLink.Tasks" Version="0.1.5-preview-1461378" />
|
||||
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
|
||||
<PackageReference Include="NLog" Version="4.5.4" />
|
||||
<PackageReference Include="NLog" Version="4.5.5" />
|
||||
<PackageReference Include="protobuf-net" Version="2.3.8-alpha1" />
|
||||
<PackageReference Include="System.Security.Cryptography.ProtectedData" Version="4.5.0-rc1" />
|
||||
</ItemGroup>
|
||||
|
||||
@@ -977,6 +977,8 @@ namespace ArchiSteamFarm {
|
||||
return ResponseRestart(steamID);
|
||||
case "SA":
|
||||
return await ResponseStatus(steamID, SharedInfo.ASF).ConfigureAwait(false);
|
||||
case "START":
|
||||
return ResponseStart(steamID);
|
||||
case "STATS":
|
||||
return ResponseStats(steamID);
|
||||
case "STATUS":
|
||||
|
||||
@@ -506,7 +506,7 @@ Trazo de pila:
|
||||
<comment>{0} will be replaced by game's ID (number), {1} will be replaced by game's name</comment>
|
||||
</data>
|
||||
<data name="BotRateLimitExceeded" xml:space="preserve">
|
||||
<value>Cuota excedida; se reintentará en {0} luego del tiempo de espera...</value>
|
||||
<value>Cuota excedida, se reintentará tras {0} de tiempo de espera...</value>
|
||||
<comment>{0} will be replaced by translated TimeSpan string (such as "25 minutes")</comment>
|
||||
</data>
|
||||
<data name="BotReconnecting" xml:space="preserve">
|
||||
@@ -554,20 +554,20 @@ Trazo de pila:
|
||||
<comment>{0} will be replaced by list of cd-keys (strings), separated by a comma</comment>
|
||||
</data>
|
||||
<data name="WarningFailedWithError" xml:space="preserve">
|
||||
<value>Fallo debido a un error: {0}</value>
|
||||
<value>Fallo debido al error: {0}</value>
|
||||
<comment>{0} will be replaced by failure reason (string)</comment>
|
||||
</data>
|
||||
<data name="BotConnectionLost" xml:space="preserve">
|
||||
<value>Conexión con la red de Steam perdida. Reconectando...</value>
|
||||
</data>
|
||||
<data name="BotAccountFree" xml:space="preserve">
|
||||
<value>La cuenta ya no está ocupada, ¡se ha reanudado el proceso de recolección!</value>
|
||||
<value>La cuenta ya no está ocupada: ¡se ha reanudado el proceso de recolección!</value>
|
||||
</data>
|
||||
<data name="BotAccountOccupied" xml:space="preserve">
|
||||
<value>La cuenta se está utilizando: ASF reanudará la recolección cuando esté disponible...</value>
|
||||
</data>
|
||||
<data name="BotAutomaticIdlingPauseTimeout" xml:space="preserve">
|
||||
<value>La biblioteca compartida no ha sido iniciada en el tiempo especificado. ¡El proceso de recolección se ha reanudado!</value>
|
||||
<value>La biblioteca compartida no ha sido iniciada en el tiempo especificado. ¡Proceso de recolección reanudado!</value>
|
||||
</data>
|
||||
<data name="BotConnecting" xml:space="preserve">
|
||||
<value>Conectando...</value>
|
||||
@@ -586,7 +586,7 @@ Trazo de pila:
|
||||
<comment>{0} will be replaced by file's path</comment>
|
||||
</data>
|
||||
<data name="ErrorDatabaseInvalid" xml:space="preserve">
|
||||
<value>La base de datos persistente no se pudo cargar, si el problema persiste, por favor quite {0} para recrear la base de datos!</value>
|
||||
<value>La base de datos persistente no se pudo cargar, si el problema persiste, ¡por favor quite {0} para recrear la base de datos!</value>
|
||||
<comment>{0} will be replaced by file's path</comment>
|
||||
</data>
|
||||
<data name="Initializing" xml:space="preserve">
|
||||
@@ -607,7 +607,7 @@ Trazo de pila:
|
||||
<comment>{0} will be replaced by culture code, such as "en-US", {1} will be replaced by completeness percentage, such as "78.5%"</comment>
|
||||
</data>
|
||||
<data name="IdlingGameNotPossible" xml:space="preserve">
|
||||
<value>La recolección de {0} ({1}) está temporalmente desactivada, ya que ASF no es capaz de jugar ese juego en el momento.</value>
|
||||
<value>La recolección de {0} ({1}) está temporalmente desactivada, ya que ASF no es capaz de jugar ese juego en este momento.</value>
|
||||
<comment>{0} will be replaced by game's ID (number), {1} will be replaced by game's name</comment>
|
||||
</data>
|
||||
<data name="WarningIdlingGameMismatch" xml:space="preserve">
|
||||
@@ -619,7 +619,7 @@ Trazo de pila:
|
||||
<comment>{0} will be replaced by program's name (e.g. "ASF"), {1} will be replaced by program's version (e.g. "1.0.0.0"). This string typically has nothing to translate and you should leave it as it is, unless you need to change the format, e.g. in RTL languages.</comment>
|
||||
</data>
|
||||
<data name="BotAccountLocked" xml:space="preserve">
|
||||
<value>¡Esta cuenta está bloqueada, el proceso de recolección está permanentemente no disponible!</value>
|
||||
<value>¡Esta cuenta está bloqueada, ¡el proceso de recolección está permanentemente no disponible!</value>
|
||||
</data>
|
||||
<data name="BotStatusLocked" xml:space="preserve">
|
||||
<value>El bot esta bloqueado y no puede conseguir ningún cromo a través de la recolección.</value>
|
||||
@@ -635,7 +635,7 @@ Trazo de pila:
|
||||
<value>¡Acceso denegado!</value>
|
||||
</data>
|
||||
<data name="WarningPreReleaseVersion" xml:space="preserve">
|
||||
<value>Está utilizando una versión que es más reciente que la última versión liberada para su canal de actualización. Por favor, tenga en cuenta que las versiones preliminares están dedicadas a usuarios que saben cómo reportar errores, tratar con problemas y dar sus comentarios - no se dará soporte técnico.</value>
|
||||
<value>Está utilizando una versión más reciente que la última versión publicada para su canal de actualización. Por favor, tenga en cuenta que las versiones preliminares están dedicadas a usuarios que saben cómo reportar errores, tratar con problemas y dar sus comentarios - no se dará soporte técnico.</value>
|
||||
</data>
|
||||
<data name="BotStats" xml:space="preserve">
|
||||
<value>Uso de memoria actual: {0} MB.</value>
|
||||
@@ -657,12 +657,15 @@ Trazo de pila:
|
||||
<value>Actualizando datos de los paquetes...</value>
|
||||
</data>
|
||||
<data name="WarningDeprecated" xml:space="preserve">
|
||||
<value>Uso de {0} está desaprobado y se quitará en versiones futuras del programa. Utilice en su lugar {1}.</value>
|
||||
<value>Uso de {0} está obsoleto y se quitará en versiones futuras del programa. Utilice {1} en su lugar.</value>
|
||||
<comment>{0} will be replaced by the name of deprecated property (such as argument, config property or likewise), {1} will be replaced by the name of valid replacement (such as another argument or config property)</comment>
|
||||
</data>
|
||||
<data name="BotAcceptedDonationTrade" xml:space="preserve">
|
||||
<value>Aceptar Intercambios de donación: {0}</value>
|
||||
<comment>{0} will be replaced by trade's ID (number)</comment>
|
||||
</data>
|
||||
|
||||
<data name="WarningWorkaroundTriggered" xml:space="preserve">
|
||||
<value>La solución para el error {0} se está llevando a cabo.</value>
|
||||
<comment>{0} will be replaced by the bug's name provided by ASF</comment>
|
||||
</data>
|
||||
</root>
|
||||
|
||||
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 6.5 KiB After Width: | Height: | Size: 6.5 KiB |
@@ -1,86 +1,42 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>ASF | Authentication</title>
|
||||
<title data-i18n="auth-title">ASF | Authentication</title>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
|
||||
<script defer src="https://use.fontawesome.com/releases/v5.0.6/js/all.js"></script> <!--Change to cdnjs once available-->
|
||||
<link rel="icon" href="../favicon.png" type="image/png">
|
||||
<link rel="shortcut icon" href="../favicon.ico" type="img/x-icon">
|
||||
<link rel="icon" href="img/favicon.png" type="image/png">
|
||||
<link rel="shortcut icon" href="img/favicon.ico" type="img/x-icon">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-sweetalert/1.0.1/sweetalert.min.css">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/admin-lte/2.4.2/css/AdminLTE.min.css">
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic">
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
|
||||
<script>
|
||||
'use strict';
|
||||
|
||||
var tmpIsAuthorized = get('IsAuthorized'),
|
||||
tmpLastPage = get('CurrentPage'),
|
||||
redirectPage = 'pages/commands.html';
|
||||
|
||||
if (tmpLastPage) {
|
||||
redirectPage = tmpLastPage;
|
||||
}
|
||||
|
||||
function store(name, val) {
|
||||
if (typeof Storage !== 'undefined') {
|
||||
localStorage.setItem(name, val);
|
||||
} else {
|
||||
window.alert('Please use a modern browser to properly view ASF GUI!');
|
||||
}
|
||||
}
|
||||
|
||||
function get(name) {
|
||||
if (typeof Storage !== 'undefined') {
|
||||
return localStorage.getItem(name);
|
||||
} else {
|
||||
window.alert('Please use a modern browser to properly view ASF GUI!');
|
||||
}
|
||||
}
|
||||
|
||||
if (tmpIsAuthorized === 'true') {
|
||||
window.location.replace(redirectPage);
|
||||
} else {
|
||||
$.ajax({
|
||||
url: '/Api/ASF',
|
||||
type: 'GET',
|
||||
statusCode: {
|
||||
401: function () {
|
||||
store('IsAuthorized', false);
|
||||
store('IPCPassword', '');
|
||||
},
|
||||
403: function () {
|
||||
store('IsAuthorized', false);
|
||||
store('IPCPassword', '');
|
||||
$('.lockscreen-name').remove();
|
||||
$('.lockscreen-item').remove();
|
||||
$('.help-block').text('You failed to authenticate properly too many times, try again in an hour.');
|
||||
},
|
||||
200: function () {
|
||||
store('IsAuthorized', true);
|
||||
window.location.replace(redirectPage);
|
||||
}
|
||||
}
|
||||
});
|
||||
}
|
||||
</script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.i18n/1.0.4/jquery.i18n.min.js"></script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.i18n/1.0.4/jquery.i18n.messagestore.min.js"></script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.i18n/1.0.4/jquery.i18n.fallbacks.min.js"></script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.i18n/1.0.4/jquery.i18n.language.min.js"></script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.i18n/1.0.4/jquery.i18n.parser.min.js"></script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.i18n/1.0.4/jquery.i18n.emitter.min.js"></script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.i18n/1.0.4/jquery.i18n.emitter.bidi.min.js"></script>
|
||||
<script src="../js/utils.js"></script>
|
||||
<script src="../js/i18n.js"></script>
|
||||
</head>
|
||||
<body class="hold-transition lockscreen">
|
||||
<div class="lockscreen-wrapper">
|
||||
<div class="lockscreen-logo">
|
||||
<a href="index.html"><b>Archi</b>SteamFarm</a>
|
||||
</div>
|
||||
<div class="lockscreen-name">IPC password required</div>
|
||||
<div class="lockscreen-name" data-i18n="auth-ipc-header">IPC password required</div>
|
||||
|
||||
<div class="lockscreen-item">
|
||||
<div class="lockscreen-image">
|
||||
<img src="favicon.png" alt="User Image">
|
||||
<img src="img/favicon.png" alt="ASF">
|
||||
</div>
|
||||
<form class="lockscreen-credentials">
|
||||
<div class="input-group">
|
||||
<input type="password" id="IPCPassword" class="form-control" placeholder="Type your password">
|
||||
<input type="password" id="IPCPassword" class="form-control" data-i18n="placeholder-auth" placeholder="Type your password...">
|
||||
|
||||
<div class="input-group-btn">
|
||||
<button type="button" id="TryToAuth" class="btn"><i class="fa fa-arrow-right text-muted"></i></button>
|
||||
@@ -89,7 +45,7 @@
|
||||
</form>
|
||||
</div>
|
||||
<div class="help-block text-center">
|
||||
Please enter the correct IPC password
|
||||
<span data-i18n="auth-ipc-text">Please enter the correct IPC password</span>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/js/bootstrap.min.js"></script>
|
||||
@@ -99,6 +55,40 @@
|
||||
$(function () {
|
||||
'use strict';
|
||||
|
||||
var tmpIsAuthorized = get('IsAuthorized'),
|
||||
tmpLastPage = get('CurrentPage'),
|
||||
redirectPage = 'pages/commands.html';
|
||||
|
||||
if (tmpLastPage) {
|
||||
redirectPage = tmpLastPage;
|
||||
}
|
||||
|
||||
if (tmpIsAuthorized === 'true') {
|
||||
window.location.replace(redirectPage);
|
||||
} else {
|
||||
$.ajax({
|
||||
url: '/Api/ASF',
|
||||
type: 'GET',
|
||||
statusCode: {
|
||||
401: function () {
|
||||
store('IsAuthorized', false);
|
||||
store('IPCPassword', '');
|
||||
},
|
||||
403: function () {
|
||||
store('IsAuthorized', false);
|
||||
store('IPCPassword', '');
|
||||
$('.lockscreen-name, .lockscreen-item').remove();
|
||||
var res = $.i18n('auth-ipc-403');
|
||||
$('.help-block').text(res);
|
||||
},
|
||||
200: function () {
|
||||
store('IsAuthorized', true);
|
||||
window.location.replace(redirectPage);
|
||||
}
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
$(document).keypress(function (e) {
|
||||
var keyCode = e.keyCode || e.which;
|
||||
|
||||
@@ -115,8 +105,8 @@
|
||||
|
||||
if (newPwd === '') {
|
||||
swal({
|
||||
title: 'Error!',
|
||||
text: 'You need to enter a valid password!',
|
||||
title: $.i18n('global-error-title'),
|
||||
text: $.i18n('global-error-invalid-pw'),
|
||||
type: 'error'
|
||||
}, function () { swal.close(); });
|
||||
return false;
|
||||
@@ -133,24 +123,23 @@
|
||||
store('IsAuthorized', false);
|
||||
|
||||
swal({
|
||||
title: 'Error!',
|
||||
text: 'Your IPC password seems to be wrong, try again!',
|
||||
title: $.i18n('global-error-title'),
|
||||
text: $.i18n('auth-ipc-pw-wrong'),
|
||||
type: 'error'
|
||||
}, function () { swal.close(); });
|
||||
},
|
||||
403: function () {
|
||||
store('IsAuthorized', false);
|
||||
$('.lockscreen-name').remove();
|
||||
$('.lockscreen-item').remove();
|
||||
$('.help-block').text('You failed to authenticate properly too many times, try again in an hour.');
|
||||
$('.lockscreen-name, .lockscreen-item').remove();
|
||||
$('.help-block').text($.i18n('auth-ipc-403'));
|
||||
},
|
||||
200: function () {
|
||||
store('IsAuthorized', true);
|
||||
store('IPCPassword', newPwd);
|
||||
|
||||
swal({
|
||||
title: 'Success!',
|
||||
text: 'Your IPC password has been saved.',
|
||||
title: $.i18n('global-success-title'),
|
||||
text: $.i18n('auth-ipc-pw-saved'),
|
||||
type: 'success'
|
||||
}, function () { window.location.replace(redirectPage); });
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
//#region Utils
|
||||
//#region Setup
|
||||
const tmpIPCPassword = get('IPCPassword');
|
||||
|
||||
if (tmpIPCPassword) {
|
||||
@@ -23,74 +23,54 @@ $.ajaxSetup({
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
function get(name) {
|
||||
if (typeof Storage !== 'undefined') {
|
||||
return localStorage.getItem(name);
|
||||
} else {
|
||||
window.alert('Please use a modern browser to properly view ASF GUI!');
|
||||
}
|
||||
}
|
||||
|
||||
function store(name, val) {
|
||||
if (typeof Storage !== 'undefined') {
|
||||
localStorage.setItem(name, val);
|
||||
} else {
|
||||
window.alert('Please use a modern browser to properly view ASF GUI!');
|
||||
}
|
||||
}
|
||||
//#endregion Utils
|
||||
//#endregion Setup
|
||||
|
||||
//#region Footer
|
||||
$('.main-footer').ready(function () {
|
||||
$.ajax({
|
||||
url: '/Api/ASF',
|
||||
type: 'GET',
|
||||
success: function (data) {
|
||||
var version = data['Result'].Version,
|
||||
versionNr = version.Major + '.' + version.Minor + '.' + version.Build + '.' + version.Revision;
|
||||
$.ajax({
|
||||
url: '/Api/ASF',
|
||||
type: 'GET',
|
||||
success: function (data) {
|
||||
var ver = data['Result'].Version,
|
||||
verNr = ver.Major + '.' + ver.Minor + '.' + ver.Build + '.' + ver.Revision;
|
||||
|
||||
$('#version').text(versionNr);
|
||||
$('#changelog').attr('href', 'https://github.com/JustArchi/ArchiSteamFarm/releases/tag/' + versionNr);
|
||||
}
|
||||
});
|
||||
$('#version').text(verNr);
|
||||
$('#changelog').attr('href', 'https://github.com/JustArchi/ArchiSteamFarm/releases/tag/' + verNr);
|
||||
}
|
||||
});
|
||||
//#endregion Footer
|
||||
|
||||
//#region Bot Status Buttons
|
||||
function displayBotStatus() {
|
||||
$('.bot-status').ready(function () {
|
||||
var activeBots = 0,
|
||||
idleBots = 0,
|
||||
offlineBots = 0;
|
||||
var offline = 0,
|
||||
online = 0,
|
||||
farming = 0;
|
||||
|
||||
$.ajax({
|
||||
url: '/Api/Bot/ASF',
|
||||
type: 'GET',
|
||||
success: function (data) {
|
||||
var json = data['Result'];
|
||||
$.ajax({
|
||||
url: '/Api/Bot/ASF',
|
||||
type: 'GET',
|
||||
success: function (data) {
|
||||
var json = data['Result'];
|
||||
|
||||
for (var i = 0; i < json.length; i++) {
|
||||
var obj = json[i],
|
||||
KeepRunning = obj.KeepRunning,
|
||||
TimeRemaining = obj.CardsFarmer.TimeRemaining;
|
||||
for (var i = 0; i < json.length; i++) {
|
||||
var obj = json[i],
|
||||
KeepRunning = obj.KeepRunning,
|
||||
TimeRemaining = obj.CardsFarmer.TimeRemaining;
|
||||
|
||||
if (KeepRunning === false) {
|
||||
offlineBots++;
|
||||
if (KeepRunning === false) {
|
||||
offline++;
|
||||
} else {
|
||||
if (TimeRemaining === '00:00:00') {
|
||||
online++;
|
||||
} else {
|
||||
if (TimeRemaining === '00:00:00') {
|
||||
idleBots++;
|
||||
} else {
|
||||
activeBots++;
|
||||
}
|
||||
farming++;
|
||||
}
|
||||
}
|
||||
|
||||
$('#offlineBots').text(offlineBots);
|
||||
$('#idleBots').text(idleBots);
|
||||
$('#activeBots').text(activeBots);
|
||||
}
|
||||
});
|
||||
|
||||
$('#offlineBots').text(offline);
|
||||
$('#onlineBots').text(online);
|
||||
$('#farmingBots').text(farming);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
@@ -100,12 +80,15 @@ window.setInterval(function () { displayBotStatus(); }, 5000);
|
||||
|
||||
//#region ASF Information
|
||||
function displayRAMUsage() {
|
||||
$('.info-overview').ready(function () {
|
||||
$.ajax({
|
||||
url: '/Api/ASF',
|
||||
type: 'GET',
|
||||
success: function (data) { $('#ramUsage').html((data['Result'].MemoryUsage / 1024).toFixed(2) + ' MB'); }
|
||||
});
|
||||
$.ajax({
|
||||
url: '/Api/ASF',
|
||||
type: 'GET',
|
||||
success: function (data) {
|
||||
var mem = data['Result'].MemoryUsage,
|
||||
memMB = (mem / 1024).toFixed(2);
|
||||
|
||||
$('#ramUsage').html(memMB + ' MB');
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
@@ -113,36 +96,35 @@ displayRAMUsage();
|
||||
window.setInterval(function () { displayRAMUsage(); }, 10000);
|
||||
|
||||
function displayUptime() {
|
||||
$('.info-overview').ready(function () {
|
||||
$.ajax({
|
||||
url: '/Api/ASF',
|
||||
type: 'GET',
|
||||
success: function (data) { $('#uptime').html(uptimeToString(data['Result'].ProcessStartTime)); }
|
||||
});
|
||||
$.ajax({
|
||||
url: '/Api/ASF',
|
||||
type: 'GET',
|
||||
success: function (data) {
|
||||
var pst = data['Result'].ProcessStartTime,
|
||||
start = new Date(pst),
|
||||
now = new Date(),
|
||||
diff = now.getTime() - start.getTime();
|
||||
|
||||
var d = Math.floor(diff / (1000 * 60 * 60 * 24));
|
||||
diff -= d * (1000 * 60 * 60 * 24);
|
||||
|
||||
var h = Math.floor(diff / (1000 * 60 * 60));
|
||||
diff -= h * (1000 * 60 * 60);
|
||||
|
||||
var m = Math.floor(diff / (1000 * 60));
|
||||
|
||||
h = (h < 10 ? '0' : '') + h;
|
||||
m = (m < 10 ? '0' : '') + m;
|
||||
|
||||
up = d + 'd ' + h + 'h ' + m + 'm';
|
||||
|
||||
$('#uptime').html(up);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
displayUptime();
|
||||
window.setInterval(function () { displayUptime(); }, 60000);
|
||||
|
||||
function uptimeToString(startTime) {
|
||||
var processStartTime = new Date(startTime),
|
||||
currentDate = new Date(),
|
||||
diff = currentDate.getTime() - processStartTime.getTime();
|
||||
|
||||
var days = Math.floor(diff / (1000 * 60 * 60 * 24));
|
||||
diff -= days * (1000 * 60 * 60 * 24);
|
||||
|
||||
var hours = Math.floor(diff / (1000 * 60 * 60));
|
||||
diff -= hours * (1000 * 60 * 60);
|
||||
|
||||
var mins = Math.floor(diff / (1000 * 60));
|
||||
|
||||
hours = (hours < 10 ? '0' : '') + hours;
|
||||
mins = (mins < 10 ? '0' : '') + mins;
|
||||
|
||||
return days + 'd ' + hours + 'h ' + mins + 'm';
|
||||
}
|
||||
//#endregion ASF Information
|
||||
|
||||
//#region Commands Page
|
||||
@@ -151,26 +133,29 @@ function fillCommand(cmd) { $cmdInput.val(cmd + ' '); }
|
||||
function fillBots(bot) { $cmdInput.val($cmdInput.val() + bot); }
|
||||
|
||||
function getDateAndTime() {
|
||||
var currentdate = new Date();
|
||||
return ('0' + currentdate.getDate()).slice(-2) + '.'
|
||||
+ ('0' + (currentdate.getMonth() + 1)).slice(-2) + '.'
|
||||
+ currentdate.getFullYear() + ' @ '
|
||||
+ ('0' + currentdate.getHours()).slice(-2) + ':'
|
||||
+ ('0' + currentdate.getMinutes()).slice(-2) + ':'
|
||||
+ ('0' + currentdate.getSeconds()).slice(-2);
|
||||
var date = new Date();
|
||||
return ('0' + date.getDate()).slice(-2) + '.'
|
||||
+ ('0' + (date.getMonth() + 1)).slice(-2) + '.'
|
||||
+ date.getFullYear() + ' @ '
|
||||
+ ('0' + date.getHours()).slice(-2) + ':'
|
||||
+ ('0' + date.getMinutes()).slice(-2) + ':'
|
||||
+ ('0' + date.getSeconds()).slice(-2);
|
||||
}
|
||||
|
||||
function logCommand(state, cmd) {
|
||||
var tmpAutoClear = get('autoClear');
|
||||
|
||||
if (state) {
|
||||
$('#commandSent').val(getDateAndTime() + ' Command sent: ' + cmd);
|
||||
$('#commandSent').val($.i18n('commands-sent', getDateAndTime(), cmd));
|
||||
return;
|
||||
}
|
||||
|
||||
var response = $.i18n('commands-response', getDateAndTime(), cmd);
|
||||
|
||||
if (tmpAutoClear === 'false') {
|
||||
$('.box-content-commands').append('\n' + response + '\n');
|
||||
} else {
|
||||
if (tmpAutoClear === 'false') {
|
||||
$('.box-content-commands').append('\n' + getDateAndTime() + ' Response received: ' + cmd + '\n');
|
||||
} else {
|
||||
$('.box-content-commands').text(getDateAndTime() + ' Response received: ' + cmd);
|
||||
}
|
||||
$('.box-content-commands').text(response);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -183,15 +168,16 @@ function sendCommand() {
|
||||
|
||||
logCommand(true, command);
|
||||
|
||||
var response = $.i18n('commands-waiting', getDateAndTime());
|
||||
|
||||
if (tmpAutoClear === 'false') {
|
||||
if ($('.box-content-commands').text() === '') {
|
||||
$('.box-content-commands').append(getDateAndTime() + ' Waiting for response...' + '\n');
|
||||
$('.box-content-commands').append(response + '\n');
|
||||
} else {
|
||||
$('.box-content-commands').append('\n' + getDateAndTime() + ' Waiting for response...' + '\n');
|
||||
$('.box-content-commands').append('\n' + response + '\n');
|
||||
}
|
||||
|
||||
} else {
|
||||
$('.box-content-commands').text(getDateAndTime() + ' Waiting for response...');
|
||||
$('.box-content-commands').text(response);
|
||||
}
|
||||
|
||||
$('.box-content-commands').append('<div class="overlay"><i class="fas fa-sync fa-spin" style="color:white"></i></div>');
|
||||
@@ -214,113 +200,6 @@ function sendCommand() {
|
||||
//#endregion Commands Page
|
||||
|
||||
//#region Global Config Utils
|
||||
//#region Spicy parsing helper by Mole
|
||||
//const cachedTypeDefinitions = new Map();
|
||||
//const cachedStructureDefinitions = new Map();
|
||||
|
||||
//function request(method, url, data) {
|
||||
// return new Promise((resolve, reject) => {
|
||||
// $.ajax(url, { method, data })
|
||||
// .done(resolve)
|
||||
// .fail(reject);
|
||||
// });
|
||||
//}
|
||||
|
||||
//function extract(key) {
|
||||
// return obj => obj[key];
|
||||
//}
|
||||
|
||||
//const API = {
|
||||
// get: (endpoint, data) => request('GET', `/Api/${endpoint}`, data).then(extract('Result')),
|
||||
// post: (endpoint, data) => request('POST', `/Api/${endpoint}`, data).then(extract('Result'))
|
||||
//};
|
||||
|
||||
//const subtypeRegex = /\[[^\]]+\]/g;
|
||||
|
||||
//function resolveSubtypes(type) {
|
||||
// return type.match(subtypeRegex).map(subtype => subtype.slice(1, subtype.length - 1));
|
||||
//}
|
||||
|
||||
//async function getStructureDefinition(type) {
|
||||
// if (cachedStructureDefinitions.has(type)) return cachedStructureDefinitions.get(type);
|
||||
|
||||
// const structureDefinition = API.get(`Structure/${encodeURIComponent(type)}`);
|
||||
// cachedStructureDefinitions.set(type, structureDefinition);
|
||||
|
||||
// return structureDefinition;
|
||||
//}
|
||||
|
||||
//async function getTypeDefinition(type) {
|
||||
// if (cachedTypeDefinitions.has(type)) return cachedTypeDefinitions.get(type);
|
||||
|
||||
// const typeDefinition = API.get(`Type/${encodeURIComponent(type)}`);
|
||||
// cachedTypeDefinitions.set(type, typeDefinition);
|
||||
|
||||
// return typeDefinition;
|
||||
//}
|
||||
|
||||
//async function resolveType(type) {
|
||||
// switch (type.split('`')[0]) {
|
||||
// case 'System.Boolean':
|
||||
// return { type: 'boolean' };
|
||||
// case 'System.String':
|
||||
// return { type: 'string' };
|
||||
// case 'System.Byte':
|
||||
// return { type: 'smallNumber' };
|
||||
// case 'System.UInt32':
|
||||
// return { type: 'number' };
|
||||
// case 'System.Collections.Generic.HashSet':
|
||||
// const [subtype] = resolveSubtypes(type);
|
||||
// return { type: 'hashSet', values: await resolveType(subtype) };
|
||||
// case 'System.UInt64':
|
||||
// return { type: 'bigNumber' };
|
||||
// case 'System.Collections.Generic.Dictionary':
|
||||
// const subtypes = resolveSubtypes(type);
|
||||
// return { type: 'dictionary', key: await resolveType(subtypes[0]), value: await resolveType(subtypes[1]) };
|
||||
// default: // Complex type
|
||||
// return unwindType(type);
|
||||
// }
|
||||
//}
|
||||
|
||||
//async function unwindObject(type, typeDefinition) {
|
||||
// const resolvedStructure = {
|
||||
// type: 'object',
|
||||
// body: {}
|
||||
// };
|
||||
|
||||
// const [structureDefinition, resolvedTypes] = await Promise.all([
|
||||
// getStructureDefinition(type),
|
||||
// Promise.all(Object.keys(typeDefinition.Body).map(async param => ({ param, type: await resolveType(typeDefinition.Body[param]) })))
|
||||
// ]);
|
||||
|
||||
// for (const { param, type } of resolvedTypes) {
|
||||
// const paramName = typeDefinition.Body[param] !== 'System.UInt64' ? param : `s_${param}`;
|
||||
|
||||
// resolvedStructure.body[param] = {
|
||||
// defaultValue: structureDefinition[param],
|
||||
// paramName,
|
||||
// ...type
|
||||
// };
|
||||
// }
|
||||
|
||||
// return resolvedStructure;
|
||||
//}
|
||||
|
||||
//async function unwindType(type) {
|
||||
// if (type === 'ArchiSteamFarm.BotConfig') getStructureDefinition(type); // Dirty trick, but 30% is 30%
|
||||
// const typeDefinition = await getTypeDefinition(type);
|
||||
|
||||
// switch (typeDefinition.Properties.BaseType) {
|
||||
// case 'System.Object':
|
||||
// return unwindObject(type, typeDefinition);
|
||||
// case 'System.Enum':
|
||||
// return { type: (typeDefinition.Properties.CustomAttributes || []).includes('System.FlagsAttribute') ? 'flag' : 'enum', values: typeDefinition.Body };
|
||||
// default:
|
||||
// const structureDefinition = await getStructureDefinition(type);
|
||||
// return { type: 'unknown', typeDefinition, structureDefinition };
|
||||
// }
|
||||
//}
|
||||
//#endregion Spicy parsing helper by Mole
|
||||
function generateConfigHTML(mode) {
|
||||
var namespace = mode === 'ASF' ? 'ArchiSteamFarm.GlobalConfig' : 'ArchiSteamFarm.BotConfig';
|
||||
$('.box-content-config').empty(); // Clear page content first
|
||||
@@ -440,12 +319,12 @@ function loadPageContentEditor(botName) {
|
||||
$("#saveButton").unbind();
|
||||
$("#saveButton").click(function (e) {
|
||||
swal({
|
||||
title: 'Are you sure?',
|
||||
text: 'The config will be updated and <' + botName + '> will be restarted!',
|
||||
title: $.i18n('global-question-title'),
|
||||
text: $.i18n('editor-update', botName),
|
||||
type: 'warning',
|
||||
showCancelButton: true,
|
||||
confirmButtonClass: 'btn-danger',
|
||||
confirmButtonText: 'Yes, update config!',
|
||||
confirmButtonText: $.i18n('editor-update-confirm'),
|
||||
closeOnConfirm: false,
|
||||
showLoaderOnConfirm: true
|
||||
}, function () { prepareConfigForSaving(botName); });
|
||||
@@ -544,7 +423,7 @@ function loadValuesForBotsDropDown(botName) {
|
||||
botsDropDownHTML += '<li><a href="javascript:void(0)" onclick="loadPageContentEditor(\'' + currentBotName + '\')">' + currentBotName + '</a></li>';
|
||||
}
|
||||
|
||||
$('.box-title').html('Currently editing: <b>' + botName + '</b>');
|
||||
$('.box-title').html($.i18n('editor-current-bot', botName));
|
||||
$('#saveButton').data('BotName', botName);
|
||||
$('#botsDropDown').html(botsDropDownHTML);
|
||||
}
|
||||
@@ -654,14 +533,14 @@ function saveConfig(botName, config) {
|
||||
contentType: 'application/json',
|
||||
success: function (data) {
|
||||
swal({
|
||||
title: 'Success!',
|
||||
text: '<' + botName + '> and its config file got updated.',
|
||||
title: $.i18n('global-success-title'),
|
||||
text: $.i18n('editor-save-confirm', botName),
|
||||
type: 'success'
|
||||
}, function () { location.reload(); });
|
||||
},
|
||||
error: function (jqXHR, textStatus, errorThrown) {
|
||||
swal({
|
||||
title: 'Error!',
|
||||
title: $.i18n('global-error-title'),
|
||||
text: jqXHR.status + ' - ' + errorThrown,
|
||||
type: 'error'
|
||||
}, function () { location.reload(); });
|
||||
@@ -758,7 +637,7 @@ function loadValuesForModeDropDown(mode) {
|
||||
botsDropDownHTML = '<li><a href="javascript:void(0)" onclick="loadPageContentGenerator(\'ASF\');">ASF</a></li>';
|
||||
}
|
||||
|
||||
$('.box-title').html('Current mode: <b>' + mode + '</b>');
|
||||
$('.box-title').html($.i18n('generator-current-bot', mode));
|
||||
$('#modeDropDown').html(botsDropDownHTML);
|
||||
}
|
||||
|
||||
@@ -770,8 +649,8 @@ function prepareConfigForDownload(mode) {
|
||||
|
||||
if (botName === '') {
|
||||
swal({
|
||||
title: 'Error!',
|
||||
text: 'You need to enter a name',
|
||||
title: $.i18n('global-error-title'),
|
||||
text: $.i18n('generator-name'),
|
||||
type: 'error'
|
||||
});
|
||||
return false;
|
||||
@@ -962,100 +841,36 @@ $(function () {
|
||||
}
|
||||
}
|
||||
|
||||
function loadLocales(language) {
|
||||
var i18n = $.i18n(),
|
||||
langCode = (language === 'strings') ? 'us' : language.substr(language.length - 2).toLowerCase(),
|
||||
translationFile;
|
||||
function loadLanguageHTML() {
|
||||
var tmpLangCode = get('langCode'),
|
||||
tmpLangMissing = get('langMissing'),
|
||||
tmpLangTotal = get('langTotal');
|
||||
|
||||
i18n.locale = language;
|
||||
translationFile = '../locale/' + i18n.locale + '.json';
|
||||
i18n.load(translationFile, i18n.locale).done(
|
||||
function () {
|
||||
var missing = 0,
|
||||
totalSize = 0;
|
||||
|
||||
$.getJSON(translationFile, function (obj) {
|
||||
for (var prop in obj) {
|
||||
if (obj.hasOwnProperty(prop)) {
|
||||
totalSize++;
|
||||
if (obj[prop]) {
|
||||
$('[data-i18n="' + prop + '"]').i18n();
|
||||
} else {
|
||||
missing++;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (missing > 0) {
|
||||
var percentage = missing * 100 / totalSize;
|
||||
$('#languageInfo').html('<div class="alert alert-warning alert-dismissible">'
|
||||
+ '<button title="Never show again" type="button" class="close" data-dismiss="alert" aria-hidden="true">x</button>'
|
||||
+ percentage.toFixed(0) + '% of this language is not translated! Help us <a href="https://github.com/JustArchi/ArchiSteamFarm/wiki/Localization">here</a>.'
|
||||
+ '</div>');
|
||||
} else {
|
||||
$('#languageInfo').text('');
|
||||
}
|
||||
|
||||
$('#languages').collapse('hide');
|
||||
});
|
||||
}
|
||||
);
|
||||
|
||||
store('language', language);
|
||||
$('#currentLanguage').attr({
|
||||
alt: langCode,
|
||||
src: '../img/flags/' + langCode + '.gif'
|
||||
alt: tmpLangCode,
|
||||
src: '../img/flags/' + tmpLangCode + '.gif'
|
||||
});
|
||||
|
||||
if (tmpLangMissing > 0) {
|
||||
var percentage = (tmpLangMissing * 100 / tmpLangTotal).toFixed(0),
|
||||
//infoText = $.i18n('global-language-info', percentage); //Fix this
|
||||
infoText = percentage + "% of this language is not translated!";
|
||||
$('#languageInfo').html('<div class="alert alert-warning alert-dismissible">'
|
||||
+ '<button data-i18n="title-global-never" title="Never show again" type="button" class="close" data-dismiss="alert" aria-hidden="true">x</button>'
|
||||
+ infoText
|
||||
+ '</div>');
|
||||
} else {
|
||||
$('#languageInfo').text('');
|
||||
}
|
||||
|
||||
$('#languages').collapse('hide');
|
||||
}
|
||||
|
||||
const defaultLocale = 'strings';
|
||||
const nameRegex = /\.\/(\S+)\.json/i;
|
||||
|
||||
function getLocale(validLocales) {
|
||||
const language = navigator.language || navigator.userLanguage; // If the browser doesn't support this, it will not support other page elements as well
|
||||
if (!language) return defaultLocale; // If the browser doesn't provide the language - return default locale
|
||||
if (language.length !== 2) return validLocales.includes(language) ? language : defaultLocale; // If the language is in `xx-XX` format, check if it's valid
|
||||
if (validLocales.includes(`${language}-${language.toUpperCase()}`)) return `${language}-${language.toUpperCase()}`; // If the language is two letter code, check if corresponding 5 letter code is a valid locale
|
||||
|
||||
const languageRegex = new RegExp(`${language}\-\\\S\\\S`); // Create a regex to match `xx-**` where `*` is a wildcard
|
||||
|
||||
for (const validLocale of validLocales) {
|
||||
if (languageRegex.test(validLocale)) return validLocale; // Check if the locale matches the regex, if so, return it
|
||||
}
|
||||
|
||||
return defaultLocale; // If no match found, return default locale
|
||||
}
|
||||
|
||||
var availableLanguages = [];
|
||||
|
||||
function loadAllLanguages() {
|
||||
$.ajax({
|
||||
url: '/Api/WWW/Directory/locale',
|
||||
type: 'GET',
|
||||
async: false,
|
||||
success: function (data) {
|
||||
var obj = data['Result'];
|
||||
const languageRegex = new RegExp("strings(.[a-z]{2}-[A-Z]{2})?.json");
|
||||
|
||||
availableLanguages = [];
|
||||
|
||||
for (var prop in obj) {
|
||||
if (obj.hasOwnProperty(prop)) {
|
||||
var language = obj[prop];
|
||||
if (languageRegex.test(language))
|
||||
availableLanguages.push(language.substr(0, language.length - 5));
|
||||
}
|
||||
}
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
function setup() {
|
||||
function loadLayout() {
|
||||
var tmpSkin = get('skin'),
|
||||
tmpLayoutState = get('layoutState'),
|
||||
tmpNightmodeState = get('nightmodeState'),
|
||||
tmpLeftSidebarState = get('leftSidebarState'),
|
||||
tmpLanguage = get('language');
|
||||
tmpLeftSidebarState = get('leftSidebarState');
|
||||
|
||||
if (tmpSkin && $.inArray(tmpSkin, mySkins)) changeSkin(tmpSkin);
|
||||
if (tmpLeftSidebarState === 'sidebar-collapse') {
|
||||
@@ -1064,8 +879,7 @@ $(function () {
|
||||
if (tmpLayoutState) changeBoxed(tmpLayoutState);
|
||||
if (tmpNightmodeState) changeNightmode(tmpNightmodeState);
|
||||
|
||||
var myLocal = (tmpLanguage) ? tmpLanguage : getLocale(availableLanguages);
|
||||
loadLocales(myLocal);
|
||||
loadLanguageHTML();
|
||||
|
||||
$('[data-skin]').on('click', function (e) {
|
||||
e.preventDefault();
|
||||
@@ -1091,6 +905,7 @@ $(function () {
|
||||
$('.language').on('click', function (e) {
|
||||
e.preventDefault();
|
||||
loadLocales($(this).data('locale'));
|
||||
loadLanguageHTML();
|
||||
});
|
||||
}
|
||||
|
||||
@@ -1103,7 +918,7 @@ $(function () {
|
||||
// Boxed Layout
|
||||
+ '<div class="form-group hidden-xs hidden-sm">'
|
||||
+ '<label class="control-sidebar-subheading">'
|
||||
+ '<button title="Toggle boxed layout" type="button" class="btn btn-box-tool pull-right text-grey" id="toggleBoxed"><i id="iconBoxed" class="fas fa-toggle-on fa-2x fa-rotate-180"></i></button>'
|
||||
+ '<button data-i18n="title-global-boxed" title="Toggle boxed layout" type="button" class="btn btn-box-tool pull-right text-grey" id="toggleBoxed"><i id="iconBoxed" class="fas fa-toggle-on fa-2x fa-rotate-180"></i></button>'
|
||||
+ '<i class="far fa-square fa-fw"></i> <span data-i18n="global-boxed">Boxed Layout</span>'
|
||||
+ '</label>'
|
||||
+ '<p data-i18n="global-boxed-description">Toggle the boxed layout</p>'
|
||||
@@ -1111,7 +926,7 @@ $(function () {
|
||||
// Nightmode
|
||||
+ '<div class="form-group">'
|
||||
+ '<label class="control-sidebar-subheading">'
|
||||
+ '<button title="Toggle nightmode" type="button" class="btn btn-box-tool pull-right text-grey" id="toggleNightmode"><i id="iconNightmode" class="fas fa-toggle-on fa-2x fa-rotate-180"></i></button>'
|
||||
+ '<button data-i18n="title-global-nightmode" title="Toggle nightmode" type="button" class="btn btn-box-tool pull-right text-grey" id="toggleNightmode"><i id="iconNightmode" class="fas fa-toggle-on fa-2x fa-rotate-180"></i></button>'
|
||||
+ '<i class="fas fa-moon fa-fw"></i> <span data-i18n="global-nightmode">Nightmode</span>'
|
||||
+ '</label>'
|
||||
+ '<p data-i18n="global-nightmode-description">Toggle the nightmode</p>'
|
||||
@@ -1153,14 +968,14 @@ $(function () {
|
||||
var language = availableLanguages[i],
|
||||
langCode = (language === 'strings') ? 'us' : language.substr(language.length - 2).toLowerCase();
|
||||
|
||||
$languagesList.append('<button title="Change language" type="button" class="btn btn-box-tool language" data-locale="' + language + '"><img src="../img/flags/' + langCode + '.gif" alt="' + langCode + '"></button>');
|
||||
$languagesList.append('<button data-i18n="title-global-language" title="Change language" type="button" class="btn btn-box-tool language" data-locale="' + language + '"><img src="../img/flags/' + langCode + '.gif" alt="' + langCode + '"></button>');
|
||||
}
|
||||
|
||||
$layoutSettings.append('<h4 class="control-sidebar-heading" data-i18n="global-language">Language</h4>'
|
||||
+ '<div id="languageInfo"></div>'
|
||||
+ '<div class="form-group">'
|
||||
+ '<label class="control-sidebar-subheading">'
|
||||
+ '<button title="Change language" type="button" class="btn btn-box-tool pull-right" data-toggle="collapse" data-target="#languages"><span data-i18n="global-change">Change</span> <i class="fas fa-caret-down"></i></button>'
|
||||
+ '<button data-i18n="title-global-language" title="Change language" type="button" class="btn btn-box-tool pull-right" data-toggle="collapse" data-target="#languages"><span data-i18n="global-change">Change</span> <i class="fas fa-caret-down"></i></button>'
|
||||
+ '<img id="currentLanguage" src="../img/flags/us.gif" alt="us">'
|
||||
+ '</label>'
|
||||
+ '</div>'
|
||||
@@ -1170,6 +985,6 @@ $(function () {
|
||||
|
||||
$('#control-right-sidebar').after($layoutSettings);
|
||||
|
||||
setup();
|
||||
loadLayout();
|
||||
});
|
||||
//#endregion Right Sidebar
|
||||
|
||||
84
ArchiSteamFarm/www/js/i18n.js
Normal file
84
ArchiSteamFarm/www/js/i18n.js
Normal file
@@ -0,0 +1,84 @@
|
||||
const defaultLocale = 'strings',
|
||||
nameRegex = /\.\/(\S+)\.json/i;
|
||||
var availableLanguages = [],
|
||||
tmpLanguage = get('language'),
|
||||
myLocal = (tmpLanguage) ? tmpLanguage : getLocale(availableLanguages);
|
||||
|
||||
function getLocale(validLocales) {
|
||||
const language = navigator.language || navigator.userLanguage; // If the browser doesn't support this, it will not support other page elements as well
|
||||
if (!language) return defaultLocale; // If the browser doesn't provide the language - return default locale
|
||||
if (language.length !== 2) return validLocales.includes(language) ? language : defaultLocale; // If the language is in `xx-XX` format, check if it's valid
|
||||
if (validLocales.includes(`${language}-${language.toUpperCase()}`)) return `${language}-${language.toUpperCase()}`; // If the language is two letter code, check if corresponding 5 letter code is a valid locale
|
||||
|
||||
const languageRegex = new RegExp(`${language}\-\\\S\\\S`); // Create a regex to match `xx-**` where `*` is a wildcard
|
||||
|
||||
for (const validLocale of validLocales) {
|
||||
if (languageRegex.test(validLocale)) return validLocale; // Check if the locale matches the regex, if so, return it
|
||||
}
|
||||
|
||||
return defaultLocale; // If no match found, return default locale
|
||||
}
|
||||
|
||||
function loadLocales(language) {
|
||||
var i18n = $.i18n(),
|
||||
langCode = (language === 'strings') ? 'us' : language.substr(language.length - 2).toLowerCase(),
|
||||
translationFile,
|
||||
missing = 0,
|
||||
totalSize = 0;
|
||||
|
||||
i18n.locale = language;
|
||||
translationFile = '../locale/' + i18n.locale + '.json';
|
||||
i18n.load(translationFile, i18n.locale).done(
|
||||
function () {
|
||||
$.getJSON(translationFile, function (obj) {
|
||||
for (var prop in obj) {
|
||||
if (obj.hasOwnProperty(prop)) {
|
||||
totalSize++;
|
||||
if (obj[prop]) {
|
||||
if (prop.substring(0, 12) === 'placeholder-') {
|
||||
$('[data-i18n="' + prop + '"]').attr("placeholder", $.i18n(prop));
|
||||
} else if (prop.substring(0, 6) === 'title-') {
|
||||
$('[data-i18n="' + prop + '"]').attr("title", $.i18n(prop));
|
||||
} else {
|
||||
$('[data-i18n="' + prop + '"]').i18n();
|
||||
}
|
||||
|
||||
} else {
|
||||
missing++;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
store('langMissing', missing);
|
||||
store('langTotal', totalSize);
|
||||
});
|
||||
}
|
||||
);
|
||||
|
||||
store('language', language);
|
||||
store('langCode', langCode);
|
||||
}
|
||||
|
||||
function loadAllLanguages() {
|
||||
$.ajax({
|
||||
url: '/Api/WWW/Directory/locale',
|
||||
type: 'GET',
|
||||
async: false,
|
||||
success: function (data) {
|
||||
var obj = data['Result'];
|
||||
const languageRegex = new RegExp("strings(.[a-z]{2}-[A-Z]{2})?.json");
|
||||
|
||||
availableLanguages = [];
|
||||
|
||||
for (var prop in obj) {
|
||||
if (obj.hasOwnProperty(prop)) {
|
||||
var language = obj[prop];
|
||||
if (languageRegex.test(language))
|
||||
availableLanguages.push(language.substr(0, language.length - 5));
|
||||
}
|
||||
}
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
loadLocales(myLocal);
|
||||
10
ArchiSteamFarm/www/js/utils.js
Normal file
10
ArchiSteamFarm/www/js/utils.js
Normal file
@@ -0,0 +1,10 @@
|
||||
if (typeof Storage === 'undefined')
|
||||
window.alert('Please use a modern browser to properly view ASF GUI!');
|
||||
|
||||
function get(name) {
|
||||
return localStorage.getItem(name);
|
||||
}
|
||||
|
||||
function store(name, val) {
|
||||
localStorage.setItem(name, val);
|
||||
}
|
||||
@@ -1,20 +1,52 @@
|
||||
{
|
||||
"auth-ipc-403": "",
|
||||
"auth-ipc-header": "",
|
||||
"auth-ipc-pw-saved": "",
|
||||
"auth-ipc-pw-wrong": "",
|
||||
"auth-ipc-text": "",
|
||||
"auth-title": "",
|
||||
"bots-confirm-delete": "",
|
||||
"bots-delete": "",
|
||||
"bots-delete-success": "",
|
||||
"bots-delimeter": "",
|
||||
"bots-hide": "",
|
||||
"bots-hide-offline": "",
|
||||
"bots-hide-online": "",
|
||||
"bots-infobox-cards": "",
|
||||
"bots-infobox-games": "",
|
||||
"bots-infobox-time": "",
|
||||
"bots-in-use": "",
|
||||
"bots-key": "",
|
||||
"bots-paused": "",
|
||||
"bots-pause-success": "",
|
||||
"bots-recover-files": "",
|
||||
"bots-redeem-button": "",
|
||||
"bots-redeem-confirm": "",
|
||||
"bots-redeem-title": "",
|
||||
"bots-resume-success": "",
|
||||
"bots-simple": "",
|
||||
"bots-start-success": "",
|
||||
"bots-stop-success": "",
|
||||
"bots-syntax": "",
|
||||
"bots-title": "",
|
||||
"command-auto-clear": "",
|
||||
"commands-auto-clear": "",
|
||||
"commands-response": "",
|
||||
"commands-sent": "",
|
||||
"commands-title": "",
|
||||
"commands-waiting": "",
|
||||
"editor-change": "",
|
||||
"editor-current": "",
|
||||
"editor-current-bot": "",
|
||||
"editor-save": "",
|
||||
"editor-save-confirm": "",
|
||||
"editor-title": "",
|
||||
"editor-update": "",
|
||||
"editor-update-confirm": "",
|
||||
"generator-change": "",
|
||||
"generator-current": "",
|
||||
"generator-current-bot": "",
|
||||
"generator-download": "",
|
||||
"generator-name": "",
|
||||
"generator-title": "",
|
||||
"global-bots": "",
|
||||
"global-boxed": "",
|
||||
@@ -25,19 +57,46 @@
|
||||
"global-config": "",
|
||||
"global-control-panel": "",
|
||||
"global-editor": "",
|
||||
"global-error-invalid-pw": "",
|
||||
"global-error-title": "",
|
||||
"global-generator": "",
|
||||
"global-home": "",
|
||||
"global-information": "",
|
||||
"global-language": "",
|
||||
"global-language-info": "",
|
||||
"global-layout": "",
|
||||
"global-log": "",
|
||||
"global-navigation": "",
|
||||
"global-nightmode": "",
|
||||
"global-nightmode-description": "",
|
||||
"global-question-title": "",
|
||||
"global-ram-usage": "",
|
||||
"global-skins": "",
|
||||
"global-success-title": "تم بنجاح!",
|
||||
"global-uptime": "",
|
||||
"global-version": "",
|
||||
"global-wiki": "",
|
||||
"log-title": ""
|
||||
"log-event-code": "",
|
||||
"log-title": "",
|
||||
"placeholder-auth": "",
|
||||
"placeholder-commands": "",
|
||||
"placeholder-generator": "",
|
||||
"title-bots-delete": "",
|
||||
"title-bots-delete-this": "",
|
||||
"title-bots-games": "",
|
||||
"title-bots-key": "",
|
||||
"title-bots-more": "",
|
||||
"title-bots-offline": "",
|
||||
"title-bots-online": "",
|
||||
"title-bots-refresh": "",
|
||||
"title-bots-simple": "",
|
||||
"title-commands-auto-clear": "",
|
||||
"title-commands-send": "",
|
||||
"title-commands-show-all-bots": "",
|
||||
"title-commands-show-all-commands": "",
|
||||
"title-global-boxed": "",
|
||||
"title-global-language": "",
|
||||
"title-global-never": "",
|
||||
"title-global-nightmode": "",
|
||||
"title-log-auto-scroll": ""
|
||||
}
|
||||
@@ -1,20 +1,52 @@
|
||||
{
|
||||
"auth-ipc-403": "",
|
||||
"auth-ipc-header": "",
|
||||
"auth-ipc-pw-saved": "",
|
||||
"auth-ipc-pw-wrong": "",
|
||||
"auth-ipc-text": "",
|
||||
"auth-title": "",
|
||||
"bots-confirm-delete": "",
|
||||
"bots-delete": "Покажи бутон за изтриване",
|
||||
"bots-delete-success": "",
|
||||
"bots-delimeter": "",
|
||||
"bots-hide": "Скрий ботовете",
|
||||
"bots-hide-offline": "Офлайн ботове",
|
||||
"bots-hide-online": "Онлайн ботове",
|
||||
"bots-infobox-cards": "",
|
||||
"bots-infobox-games": "",
|
||||
"bots-infobox-time": "",
|
||||
"bots-in-use": "В момента се ползва бот.",
|
||||
"bots-key": "Покажи бутон за ключ",
|
||||
"bots-paused": "",
|
||||
"bots-pause-success": "",
|
||||
"bots-recover-files": "",
|
||||
"bots-redeem-button": "",
|
||||
"bots-redeem-confirm": "",
|
||||
"bots-redeem-title": "",
|
||||
"bots-resume-success": "",
|
||||
"bots-simple": "Проста информация за вадене на картите",
|
||||
"bots-start-success": "",
|
||||
"bots-stop-success": "",
|
||||
"bots-syntax": "",
|
||||
"bots-title": "ASF | Ботове",
|
||||
"command-auto-clear": "Автоматично изчистване",
|
||||
"commands-auto-clear": "",
|
||||
"commands-response": "",
|
||||
"commands-sent": "",
|
||||
"commands-title": "ASF | Команди",
|
||||
"commands-waiting": "",
|
||||
"editor-change": "Промяна на бот",
|
||||
"editor-current": "В момента се редактира:",
|
||||
"editor-current-bot": "",
|
||||
"editor-save": "Запази",
|
||||
"editor-save-confirm": "",
|
||||
"editor-title": "ASF | Редактор на настройките",
|
||||
"editor-update": "",
|
||||
"editor-update-confirm": "",
|
||||
"generator-change": "Промяна на режима",
|
||||
"generator-current": "Текущ режим:",
|
||||
"generator-current-bot": "",
|
||||
"generator-download": "Изтегляне",
|
||||
"generator-name": "",
|
||||
"generator-title": "ASF | Генератор на настройките",
|
||||
"global-bots": "Ботове",
|
||||
"global-boxed": "Затворено оформление",
|
||||
@@ -25,19 +57,46 @@
|
||||
"global-config": "Конфигурация",
|
||||
"global-control-panel": "Контролен панел",
|
||||
"global-editor": "Редактор",
|
||||
"global-error-invalid-pw": "",
|
||||
"global-error-title": "",
|
||||
"global-generator": "Генератор",
|
||||
"global-home": "Начало",
|
||||
"global-information": "Информация",
|
||||
"global-language": "Език",
|
||||
"global-language-info": "",
|
||||
"global-layout": "Оформление",
|
||||
"global-log": "Регистър",
|
||||
"global-navigation": "Превключване на навигация",
|
||||
"global-nightmode": "Нощен режим",
|
||||
"global-nightmode-description": "Превключване на нощен режим",
|
||||
"global-question-title": "",
|
||||
"global-ram-usage": "Употреба на RAM",
|
||||
"global-skins": "Скинове",
|
||||
"global-success-title": "Успешно!",
|
||||
"global-uptime": "Продължителност на работа",
|
||||
"global-version": "Версия",
|
||||
"global-wiki": "Wiki",
|
||||
"log-title": "ASF | Регистър"
|
||||
"log-event-code": "",
|
||||
"log-title": "ASF | Регистър",
|
||||
"placeholder-auth": "",
|
||||
"placeholder-commands": "",
|
||||
"placeholder-generator": "Име",
|
||||
"title-bots-delete": "",
|
||||
"title-bots-delete-this": "",
|
||||
"title-bots-games": "",
|
||||
"title-bots-key": "",
|
||||
"title-bots-more": "",
|
||||
"title-bots-offline": "",
|
||||
"title-bots-online": "",
|
||||
"title-bots-refresh": "",
|
||||
"title-bots-simple": "",
|
||||
"title-commands-auto-clear": "",
|
||||
"title-commands-send": "",
|
||||
"title-commands-show-all-bots": "",
|
||||
"title-commands-show-all-commands": "",
|
||||
"title-global-boxed": "",
|
||||
"title-global-language": "",
|
||||
"title-global-never": "",
|
||||
"title-global-nightmode": "",
|
||||
"title-log-auto-scroll": ""
|
||||
}
|
||||
@@ -1,20 +1,52 @@
|
||||
{
|
||||
"auth-ipc-403": "",
|
||||
"auth-ipc-header": "",
|
||||
"auth-ipc-pw-saved": "",
|
||||
"auth-ipc-pw-wrong": "",
|
||||
"auth-ipc-text": "",
|
||||
"auth-title": "",
|
||||
"bots-confirm-delete": "",
|
||||
"bots-delete": "",
|
||||
"bots-delete-success": "",
|
||||
"bots-delimeter": "",
|
||||
"bots-hide": "",
|
||||
"bots-hide-offline": "",
|
||||
"bots-hide-online": "",
|
||||
"bots-infobox-cards": "",
|
||||
"bots-infobox-games": "",
|
||||
"bots-infobox-time": "",
|
||||
"bots-in-use": "Bot je právě použiván.",
|
||||
"bots-key": "",
|
||||
"bots-paused": "",
|
||||
"bots-pause-success": "",
|
||||
"bots-recover-files": "",
|
||||
"bots-redeem-button": "",
|
||||
"bots-redeem-confirm": "",
|
||||
"bots-redeem-title": "",
|
||||
"bots-resume-success": "",
|
||||
"bots-simple": "",
|
||||
"bots-start-success": "",
|
||||
"bots-stop-success": "",
|
||||
"bots-syntax": "",
|
||||
"bots-title": "",
|
||||
"command-auto-clear": "",
|
||||
"commands-auto-clear": "",
|
||||
"commands-response": "",
|
||||
"commands-sent": "",
|
||||
"commands-title": "",
|
||||
"commands-waiting": "",
|
||||
"editor-change": "",
|
||||
"editor-current": "",
|
||||
"editor-current-bot": "",
|
||||
"editor-save": "",
|
||||
"editor-save-confirm": "",
|
||||
"editor-title": "",
|
||||
"editor-update": "",
|
||||
"editor-update-confirm": "",
|
||||
"generator-change": "",
|
||||
"generator-current": "",
|
||||
"generator-current-bot": "",
|
||||
"generator-download": "Stáhnout",
|
||||
"generator-name": "",
|
||||
"generator-title": "",
|
||||
"global-bots": "",
|
||||
"global-boxed": "",
|
||||
@@ -25,19 +57,46 @@
|
||||
"global-config": "",
|
||||
"global-control-panel": "",
|
||||
"global-editor": "",
|
||||
"global-error-invalid-pw": "",
|
||||
"global-error-title": "",
|
||||
"global-generator": "",
|
||||
"global-home": "Domovská stránka",
|
||||
"global-information": "",
|
||||
"global-language": "",
|
||||
"global-language-info": "",
|
||||
"global-layout": "",
|
||||
"global-log": "",
|
||||
"global-navigation": "",
|
||||
"global-nightmode": "",
|
||||
"global-nightmode-description": "",
|
||||
"global-question-title": "",
|
||||
"global-ram-usage": "",
|
||||
"global-skins": "",
|
||||
"global-success-title": "Hotovo.",
|
||||
"global-uptime": "",
|
||||
"global-version": "",
|
||||
"global-wiki": "",
|
||||
"log-title": ""
|
||||
"log-event-code": "",
|
||||
"log-title": "",
|
||||
"placeholder-auth": "",
|
||||
"placeholder-commands": "",
|
||||
"placeholder-generator": "Jméno",
|
||||
"title-bots-delete": "",
|
||||
"title-bots-delete-this": "",
|
||||
"title-bots-games": "",
|
||||
"title-bots-key": "",
|
||||
"title-bots-more": "",
|
||||
"title-bots-offline": "",
|
||||
"title-bots-online": "",
|
||||
"title-bots-refresh": "",
|
||||
"title-bots-simple": "",
|
||||
"title-commands-auto-clear": "",
|
||||
"title-commands-send": "",
|
||||
"title-commands-show-all-bots": "",
|
||||
"title-commands-show-all-commands": "",
|
||||
"title-global-boxed": "",
|
||||
"title-global-language": "",
|
||||
"title-global-never": "",
|
||||
"title-global-nightmode": "",
|
||||
"title-log-auto-scroll": ""
|
||||
}
|
||||
@@ -1,43 +1,102 @@
|
||||
{
|
||||
"auth-ipc-403": "",
|
||||
"auth-ipc-header": "",
|
||||
"auth-ipc-pw-saved": "",
|
||||
"auth-ipc-pw-wrong": "",
|
||||
"auth-ipc-text": "",
|
||||
"auth-title": "",
|
||||
"bots-confirm-delete": "",
|
||||
"bots-delete": "Vis sletknap",
|
||||
"bots-delete-success": "",
|
||||
"bots-delimeter": "",
|
||||
"bots-hide": "Skjul bots",
|
||||
"bots-hide-offline": "Offline bots",
|
||||
"bots-hide-online": "Online bots",
|
||||
"bots-infobox-cards": "",
|
||||
"bots-infobox-games": "",
|
||||
"bots-infobox-time": "",
|
||||
"bots-in-use": "Botten bruges i øjeblikket.",
|
||||
"bots-key": "Vis nøgleknap",
|
||||
"bots-paused": "",
|
||||
"bots-pause-success": "",
|
||||
"bots-recover-files": "",
|
||||
"bots-redeem-button": "",
|
||||
"bots-redeem-confirm": "",
|
||||
"bots-redeem-title": "",
|
||||
"bots-resume-success": "",
|
||||
"bots-simple": "Simpel farminginformation",
|
||||
"bots-start-success": "",
|
||||
"bots-stop-success": "",
|
||||
"bots-syntax": "",
|
||||
"bots-title": "ASF | Bots",
|
||||
"command-auto-clear": "Autoslet",
|
||||
"commands-auto-clear": "",
|
||||
"commands-response": "",
|
||||
"commands-sent": "",
|
||||
"commands-title": "ASF | Kommandoer",
|
||||
"commands-waiting": "",
|
||||
"editor-change": "Skift bot",
|
||||
"editor-current": "I øjeblikket redigeres:",
|
||||
"editor-current-bot": "",
|
||||
"editor-save": "Gem",
|
||||
"editor-save-confirm": "",
|
||||
"editor-title": "ASF | Konfigurations Editor",
|
||||
"editor-update": "",
|
||||
"editor-update-confirm": "",
|
||||
"generator-change": "Ændr modus",
|
||||
"generator-current": "Nuværende modus:",
|
||||
"generator-current-bot": "",
|
||||
"generator-download": "Download",
|
||||
"generator-name": "",
|
||||
"generator-title": "ASF | Konfigurationsgenerator",
|
||||
"global-bots": "Bots",
|
||||
"global-boxed": "Boxed Layout",
|
||||
"global-boxed-description": "Vis\/Skjul boxed layout",
|
||||
"global-boxed-description": "Vis/Skjul boxed layout",
|
||||
"global-change": "Ændr",
|
||||
"global-changelog": "Ændringslog",
|
||||
"global-commands": "Kommandoer",
|
||||
"global-config": "Konfiguration",
|
||||
"global-control-panel": "Kontrolpanel",
|
||||
"global-editor": "Redigeringsværktøj",
|
||||
"global-error-invalid-pw": "",
|
||||
"global-error-title": "",
|
||||
"global-generator": "Generator",
|
||||
"global-home": "Hjem",
|
||||
"global-information": "Information",
|
||||
"global-language": "Sprog",
|
||||
"global-language-info": "",
|
||||
"global-layout": "Layout",
|
||||
"global-log": "Log",
|
||||
"global-navigation": "Vis\/Skjul navigation",
|
||||
"global-navigation": "Vis/Skjul navigation",
|
||||
"global-nightmode": "Nattilstand",
|
||||
"global-nightmode-description": "Vis\/Skjul nattilstand",
|
||||
"global-nightmode-description": "Vis/Skjul nattilstand",
|
||||
"global-question-title": "",
|
||||
"global-ram-usage": "RAM-forbrug",
|
||||
"global-skins": "Udseende",
|
||||
"global-success-title": "Success!",
|
||||
"global-uptime": "Oppetid",
|
||||
"global-version": "Version",
|
||||
"global-wiki": "Wiki",
|
||||
"log-title": "ASF | Log"
|
||||
"log-event-code": "",
|
||||
"log-title": "ASF | Log",
|
||||
"placeholder-auth": "",
|
||||
"placeholder-commands": "",
|
||||
"placeholder-generator": "Navn",
|
||||
"title-bots-delete": "",
|
||||
"title-bots-delete-this": "",
|
||||
"title-bots-games": "",
|
||||
"title-bots-key": "",
|
||||
"title-bots-more": "",
|
||||
"title-bots-offline": "",
|
||||
"title-bots-online": "",
|
||||
"title-bots-refresh": "",
|
||||
"title-bots-simple": "",
|
||||
"title-commands-auto-clear": "",
|
||||
"title-commands-send": "",
|
||||
"title-commands-show-all-bots": "",
|
||||
"title-commands-show-all-commands": "",
|
||||
"title-global-boxed": "",
|
||||
"title-global-language": "",
|
||||
"title-global-never": "",
|
||||
"title-global-nightmode": "",
|
||||
"title-log-auto-scroll": ""
|
||||
}
|
||||
@@ -1,43 +1,102 @@
|
||||
{
|
||||
"bots-delete": "Entfernen-Schaltfläche anzeigen",
|
||||
"auth-ipc-403": "",
|
||||
"auth-ipc-header": "",
|
||||
"auth-ipc-pw-saved": "",
|
||||
"auth-ipc-pw-wrong": "",
|
||||
"auth-ipc-text": "",
|
||||
"auth-title": "",
|
||||
"bots-confirm-delete": "",
|
||||
"bots-delete": "Schaltfläche \"Löschen\" anzeigen",
|
||||
"bots-delete-success": "",
|
||||
"bots-delimeter": "",
|
||||
"bots-hide": "Bots ausblenden",
|
||||
"bots-hide-offline": "Offline Bots",
|
||||
"bots-hide-online": "Verbundene Bots",
|
||||
"bots-hide-online": "Online Bots",
|
||||
"bots-infobox-cards": "",
|
||||
"bots-infobox-games": "",
|
||||
"bots-infobox-time": "",
|
||||
"bots-in-use": "Der Bot wird zurzeit benutzt.",
|
||||
"bots-key": "Schlüssel-Schaltfläche anzeigen",
|
||||
"bots-paused": "",
|
||||
"bots-pause-success": "",
|
||||
"bots-recover-files": "",
|
||||
"bots-redeem-button": "",
|
||||
"bots-redeem-confirm": "",
|
||||
"bots-redeem-title": "",
|
||||
"bots-resume-success": "",
|
||||
"bots-simple": "Einfache Sammel-Information",
|
||||
"bots-start-success": "",
|
||||
"bots-stop-success": "",
|
||||
"bots-syntax": "",
|
||||
"bots-title": "ASF | Bots",
|
||||
"command-auto-clear": "Automatisches Leeren",
|
||||
"commands-auto-clear": "",
|
||||
"commands-response": "",
|
||||
"commands-sent": "",
|
||||
"commands-title": "ASF | Befehle",
|
||||
"commands-waiting": "",
|
||||
"editor-change": "Bot wechseln",
|
||||
"editor-current": "Derzeit in Bearbeitung:",
|
||||
"editor-current-bot": "",
|
||||
"editor-save": "Speichern",
|
||||
"editor-save-confirm": "",
|
||||
"editor-title": "ASF | Config Editor",
|
||||
"editor-update": "",
|
||||
"editor-update-confirm": "",
|
||||
"generator-change": "Modus wechseln",
|
||||
"generator-current": "Aktueller Modus:",
|
||||
"generator-current-bot": "",
|
||||
"generator-download": "Herunterladen",
|
||||
"generator-name": "",
|
||||
"generator-title": "ASF | Config Generator",
|
||||
"global-bots": "Bots",
|
||||
"global-boxed": "Kombinierte Anordnung",
|
||||
"global-boxed-description": "Kombinierte Anordnung umschalten",
|
||||
"global-boxed": "Kompakte Anordnung",
|
||||
"global-boxed-description": "Kompakte Anordnung umschalten",
|
||||
"global-change": "Änderung",
|
||||
"global-changelog": "Änderungsprotokoll",
|
||||
"global-commands": "Befehle",
|
||||
"global-config": "Konfiguration",
|
||||
"global-control-panel": "Einstellungen",
|
||||
"global-editor": "Editor",
|
||||
"global-error-invalid-pw": "",
|
||||
"global-error-title": "",
|
||||
"global-generator": "Generator",
|
||||
"global-home": "Startseite",
|
||||
"global-information": "Informationen",
|
||||
"global-language": "Sprache",
|
||||
"global-language-info": "",
|
||||
"global-layout": "Anordnung",
|
||||
"global-log": "Protokoll",
|
||||
"global-navigation": "Navigation umschalten",
|
||||
"global-nightmode": "Nachtmodus",
|
||||
"global-nightmode-description": "Nachtmodus umschalten",
|
||||
"global-question-title": "",
|
||||
"global-ram-usage": "RAM-Nutzung",
|
||||
"global-skins": "Oberflächen",
|
||||
"global-uptime": "Laufzeit",
|
||||
"global-skins": "Designs",
|
||||
"global-success-title": "Erfolgreich!",
|
||||
"global-uptime": "Betriebszeit",
|
||||
"global-version": "Version",
|
||||
"global-wiki": "Wiki",
|
||||
"log-title": "ASF | Verlauf"
|
||||
"log-event-code": "",
|
||||
"log-title": "ASF | Protokoll",
|
||||
"placeholder-auth": "",
|
||||
"placeholder-commands": "",
|
||||
"placeholder-generator": "Name",
|
||||
"title-bots-delete": "",
|
||||
"title-bots-delete-this": "",
|
||||
"title-bots-games": "",
|
||||
"title-bots-key": "",
|
||||
"title-bots-more": "",
|
||||
"title-bots-offline": "",
|
||||
"title-bots-online": "",
|
||||
"title-bots-refresh": "",
|
||||
"title-bots-simple": "",
|
||||
"title-commands-auto-clear": "",
|
||||
"title-commands-send": "",
|
||||
"title-commands-show-all-bots": "",
|
||||
"title-commands-show-all-commands": "",
|
||||
"title-global-boxed": "",
|
||||
"title-global-language": "",
|
||||
"title-global-never": "",
|
||||
"title-global-nightmode": "",
|
||||
"title-log-auto-scroll": ""
|
||||
}
|
||||
@@ -1,43 +1,102 @@
|
||||
{
|
||||
"bots-delete": "Entfernen-Schaltfläche anzeigen",
|
||||
"auth-ipc-403": "",
|
||||
"auth-ipc-header": "",
|
||||
"auth-ipc-pw-saved": "",
|
||||
"auth-ipc-pw-wrong": "",
|
||||
"auth-ipc-text": "",
|
||||
"auth-title": "",
|
||||
"bots-confirm-delete": "",
|
||||
"bots-delete": "Schaltfläche \"Löschen\" anzeigen",
|
||||
"bots-delete-success": "",
|
||||
"bots-delimeter": "",
|
||||
"bots-hide": "Bots ausblenden",
|
||||
"bots-hide-offline": "Offline Bots",
|
||||
"bots-hide-online": "Verbundene Bots",
|
||||
"bots-hide-online": "Online Bots",
|
||||
"bots-infobox-cards": "",
|
||||
"bots-infobox-games": "",
|
||||
"bots-infobox-time": "",
|
||||
"bots-in-use": "Bot wird zurzeit benutzt.",
|
||||
"bots-key": "Schlüssel-Schaltfläche anzeigen",
|
||||
"bots-paused": "",
|
||||
"bots-pause-success": "",
|
||||
"bots-recover-files": "",
|
||||
"bots-redeem-button": "",
|
||||
"bots-redeem-confirm": "",
|
||||
"bots-redeem-title": "",
|
||||
"bots-resume-success": "",
|
||||
"bots-simple": "Einfache Sammel-Information",
|
||||
"bots-start-success": "",
|
||||
"bots-stop-success": "",
|
||||
"bots-syntax": "",
|
||||
"bots-title": "ASF | Bots",
|
||||
"command-auto-clear": "Automatisches Leeren",
|
||||
"commands-auto-clear": "",
|
||||
"commands-response": "",
|
||||
"commands-sent": "",
|
||||
"commands-title": "ASF | Befehle",
|
||||
"commands-waiting": "",
|
||||
"editor-change": "Bot wechseln",
|
||||
"editor-current": "Derzeit in Bearbeitung:",
|
||||
"editor-current-bot": "",
|
||||
"editor-save": "Speichern",
|
||||
"editor-save-confirm": "",
|
||||
"editor-title": "ASF | Config Editor",
|
||||
"editor-update": "",
|
||||
"editor-update-confirm": "",
|
||||
"generator-change": "Modus wechseln",
|
||||
"generator-current": "Aktueller Modus:",
|
||||
"generator-current-bot": "",
|
||||
"generator-download": "Herunterladen",
|
||||
"generator-name": "",
|
||||
"generator-title": "ASF | Config Generator",
|
||||
"global-bots": "Bots",
|
||||
"global-boxed": "Kombinierte Anordnung",
|
||||
"global-boxed-description": "Kombinierte Anordnung umschalten",
|
||||
"global-boxed": "Kompakte Anordnung",
|
||||
"global-boxed-description": "Kompakte Anordnung umschalten",
|
||||
"global-change": "Änderung",
|
||||
"global-changelog": "Änderungsprotokoll",
|
||||
"global-commands": "Befehle",
|
||||
"global-config": "Konfiguration",
|
||||
"global-control-panel": "Einstellungen",
|
||||
"global-editor": "Editor",
|
||||
"global-error-invalid-pw": "",
|
||||
"global-error-title": "",
|
||||
"global-generator": "Generator",
|
||||
"global-home": "Startseite",
|
||||
"global-information": "Informationen",
|
||||
"global-language": "Sprache",
|
||||
"global-language-info": "",
|
||||
"global-layout": "Anordnung",
|
||||
"global-log": "Protokoll",
|
||||
"global-navigation": "Navigation umschalten",
|
||||
"global-nightmode": "Nachtmodus",
|
||||
"global-nightmode-description": "Nachtmodus umschalten",
|
||||
"global-question-title": "",
|
||||
"global-ram-usage": "RAM-Nutzung",
|
||||
"global-skins": "Oberflächen",
|
||||
"global-uptime": "Laufzeit",
|
||||
"global-skins": "Designs",
|
||||
"global-success-title": "Erfolgreich!",
|
||||
"global-uptime": "Betriebszeit",
|
||||
"global-version": "Version",
|
||||
"global-wiki": "Wiki",
|
||||
"log-title": "ASF | Verlauf"
|
||||
"log-event-code": "",
|
||||
"log-title": "ASF | Protokoll",
|
||||
"placeholder-auth": "",
|
||||
"placeholder-commands": "",
|
||||
"placeholder-generator": "Name",
|
||||
"title-bots-delete": "",
|
||||
"title-bots-delete-this": "",
|
||||
"title-bots-games": "",
|
||||
"title-bots-key": "",
|
||||
"title-bots-more": "",
|
||||
"title-bots-offline": "",
|
||||
"title-bots-online": "",
|
||||
"title-bots-refresh": "",
|
||||
"title-bots-simple": "",
|
||||
"title-commands-auto-clear": "",
|
||||
"title-commands-send": "",
|
||||
"title-commands-show-all-bots": "",
|
||||
"title-commands-show-all-commands": "",
|
||||
"title-global-boxed": "",
|
||||
"title-global-language": "",
|
||||
"title-global-never": "",
|
||||
"title-global-nightmode": "",
|
||||
"title-log-auto-scroll": ""
|
||||
}
|
||||
@@ -1,20 +1,52 @@
|
||||
{
|
||||
"auth-ipc-403": "",
|
||||
"auth-ipc-header": "",
|
||||
"auth-ipc-pw-saved": "",
|
||||
"auth-ipc-pw-wrong": "",
|
||||
"auth-ipc-text": "",
|
||||
"auth-title": "",
|
||||
"bots-confirm-delete": "",
|
||||
"bots-delete": "Εμφάνιση κουμπιού διαγραφής",
|
||||
"bots-delete-success": "",
|
||||
"bots-delimeter": "",
|
||||
"bots-hide": "Απόκρυψη bot",
|
||||
"bots-hide-offline": "Αποσυνδεδεμένα bot",
|
||||
"bots-hide-online": "Συνδεδεμένα bot",
|
||||
"bots-infobox-cards": "",
|
||||
"bots-infobox-games": "",
|
||||
"bots-infobox-time": "",
|
||||
"bots-in-use": "Το bot χρησιμοποιείται αυτή τη στιγμή.",
|
||||
"bots-key": "Εμφάνιση κουμπιού κλειδιού",
|
||||
"bots-paused": "",
|
||||
"bots-pause-success": "",
|
||||
"bots-recover-files": "",
|
||||
"bots-redeem-button": "",
|
||||
"bots-redeem-confirm": "",
|
||||
"bots-redeem-title": "",
|
||||
"bots-resume-success": "",
|
||||
"bots-simple": "",
|
||||
"bots-start-success": "",
|
||||
"bots-stop-success": "",
|
||||
"bots-syntax": "",
|
||||
"bots-title": "ASF | Bot",
|
||||
"command-auto-clear": "Αυτόματη εκκαθάριση",
|
||||
"commands-auto-clear": "",
|
||||
"commands-response": "",
|
||||
"commands-sent": "",
|
||||
"commands-title": "ASF | Εντολές",
|
||||
"commands-waiting": "",
|
||||
"editor-change": "Αλλαγή bot",
|
||||
"editor-current": "Επεξεργάζεστε το:",
|
||||
"editor-current-bot": "",
|
||||
"editor-save": "Αποθήκευση",
|
||||
"editor-save-confirm": "",
|
||||
"editor-title": "ASF | Επεξεργαστής ρυθμίσεων",
|
||||
"editor-update": "",
|
||||
"editor-update-confirm": "",
|
||||
"generator-change": "Αλλαγή λειτουργίας",
|
||||
"generator-current": "Τρέχουσα λειτουργία:",
|
||||
"generator-current-bot": "",
|
||||
"generator-download": "Λήψη",
|
||||
"generator-name": "",
|
||||
"generator-title": "ASF | Δημιουργός ρυθμίσεων",
|
||||
"global-bots": "Bot",
|
||||
"global-boxed": "Διάταξη πλαισίου",
|
||||
@@ -25,19 +57,46 @@
|
||||
"global-config": "Ρυθμίσεις",
|
||||
"global-control-panel": "Πίνακας ελέγχου",
|
||||
"global-editor": "Επεξεργαστής",
|
||||
"global-error-invalid-pw": "",
|
||||
"global-error-title": "",
|
||||
"global-generator": "Δημιουργός",
|
||||
"global-home": "Αρχική",
|
||||
"global-information": "Πληροφορίες",
|
||||
"global-language": "Γλώσσα",
|
||||
"global-language-info": "",
|
||||
"global-layout": "Διάταξη",
|
||||
"global-log": "Αρχείο καταγραφής",
|
||||
"global-navigation": "Εναλλαγή πλοήγησης",
|
||||
"global-nightmode": "Νυχτερινή λειτουργία",
|
||||
"global-nightmode-description": "Εναλλαγή νυχτερινής λειτουργίας",
|
||||
"global-question-title": "",
|
||||
"global-ram-usage": "Χρήση RAM",
|
||||
"global-skins": "Θέματα",
|
||||
"global-success-title": "Επιτυχία!",
|
||||
"global-uptime": "Χρόνος σε λειτουργία",
|
||||
"global-version": "Έκδοση",
|
||||
"global-wiki": "Wiki",
|
||||
"log-title": "ASF | Αρχείο καταγραφής"
|
||||
"log-event-code": "",
|
||||
"log-title": "ASF | Αρχείο καταγραφής",
|
||||
"placeholder-auth": "",
|
||||
"placeholder-commands": "",
|
||||
"placeholder-generator": "Όνομα",
|
||||
"title-bots-delete": "",
|
||||
"title-bots-delete-this": "",
|
||||
"title-bots-games": "",
|
||||
"title-bots-key": "",
|
||||
"title-bots-more": "",
|
||||
"title-bots-offline": "",
|
||||
"title-bots-online": "",
|
||||
"title-bots-refresh": "",
|
||||
"title-bots-simple": "",
|
||||
"title-commands-auto-clear": "",
|
||||
"title-commands-send": "",
|
||||
"title-commands-show-all-bots": "",
|
||||
"title-commands-show-all-commands": "",
|
||||
"title-global-boxed": "",
|
||||
"title-global-language": "",
|
||||
"title-global-never": "",
|
||||
"title-global-nightmode": "",
|
||||
"title-log-auto-scroll": ""
|
||||
}
|
||||
@@ -1,23 +1,55 @@
|
||||
{
|
||||
"bots-delete": "Mostrar el botón Borrar",
|
||||
"bots-hide": "Ocultar Bots",
|
||||
"bots-hide-offline": "Bots Apagados",
|
||||
"bots-hide-online": "Bots En Línea",
|
||||
"auth-ipc-403": "",
|
||||
"auth-ipc-header": "",
|
||||
"auth-ipc-pw-saved": "",
|
||||
"auth-ipc-pw-wrong": "",
|
||||
"auth-ipc-text": "",
|
||||
"auth-title": "",
|
||||
"bots-confirm-delete": "",
|
||||
"bots-delete": "Mostrar el botón borrar",
|
||||
"bots-delete-success": "",
|
||||
"bots-delimeter": "",
|
||||
"bots-hide": "Ocultar bots",
|
||||
"bots-hide-offline": "Bots sin conexion",
|
||||
"bots-hide-online": "Bots en línea",
|
||||
"bots-infobox-cards": "",
|
||||
"bots-infobox-games": "",
|
||||
"bots-infobox-time": "",
|
||||
"bots-in-use": "El bot se está utilizando actualmente.",
|
||||
"bots-key": "Mostrar botón de clave",
|
||||
"bots-simple": "Información de Recolección Simple",
|
||||
"bots-paused": "",
|
||||
"bots-pause-success": "",
|
||||
"bots-recover-files": "",
|
||||
"bots-redeem-button": "",
|
||||
"bots-redeem-confirm": "",
|
||||
"bots-redeem-title": "",
|
||||
"bots-resume-success": "",
|
||||
"bots-simple": "Información de recolección simple",
|
||||
"bots-start-success": "",
|
||||
"bots-stop-success": "",
|
||||
"bots-syntax": "",
|
||||
"bots-title": "ASF | Bots",
|
||||
"command-auto-clear": "Auto Limpiar",
|
||||
"commands-auto-clear": "",
|
||||
"commands-response": "",
|
||||
"commands-sent": "",
|
||||
"commands-title": "ASF | Comandos",
|
||||
"editor-change": "Cambiar Bot",
|
||||
"editor-current": "Editando:",
|
||||
"commands-waiting": "",
|
||||
"editor-change": "Cambiar bot",
|
||||
"editor-current": "Actualmente editando:",
|
||||
"editor-current-bot": "",
|
||||
"editor-save": "Guardar",
|
||||
"editor-save-confirm": "",
|
||||
"editor-title": "ASF | Editor de configuración",
|
||||
"editor-update": "",
|
||||
"editor-update-confirm": "",
|
||||
"generator-change": "Cambiar modo",
|
||||
"generator-current": "Modo actual:",
|
||||
"generator-current-bot": "",
|
||||
"generator-download": "Descarga",
|
||||
"generator-name": "",
|
||||
"generator-title": "ASF | Generador de configuración",
|
||||
"global-bots": "Bots",
|
||||
"global-boxed": "Diseño Encajonado",
|
||||
"global-boxed": "Diseño encajonado",
|
||||
"global-boxed-description": "Alternar el diseño encajonado",
|
||||
"global-change": "Modificar",
|
||||
"global-changelog": "Registro de cambios",
|
||||
@@ -25,19 +57,46 @@
|
||||
"global-config": "Ajustes",
|
||||
"global-control-panel": "Panel de control",
|
||||
"global-editor": "Editor",
|
||||
"global-error-invalid-pw": "",
|
||||
"global-error-title": "",
|
||||
"global-generator": "Generador",
|
||||
"global-home": "Inicio",
|
||||
"global-information": "Información",
|
||||
"global-language": "Idioma",
|
||||
"global-language-info": "",
|
||||
"global-layout": "Diseño",
|
||||
"global-log": "Registro",
|
||||
"global-navigation": "Cambiar modo de navegación",
|
||||
"global-nightmode": "Modo Nocturno",
|
||||
"global-nightmode-description": "Alternar al Modo Nocturno",
|
||||
"global-nightmode": "Modo nocturno",
|
||||
"global-nightmode-description": "Alternar modo nocturno",
|
||||
"global-question-title": "",
|
||||
"global-ram-usage": "Consumo de RAM",
|
||||
"global-skins": "Temas",
|
||||
"global-success-title": "¡Éxito!",
|
||||
"global-uptime": "Tiempo en funcionamiento",
|
||||
"global-version": "Versión",
|
||||
"global-wiki": "Wiki",
|
||||
"log-title": "ASF | Registro"
|
||||
"log-event-code": "",
|
||||
"log-title": "ASF | Registro",
|
||||
"placeholder-auth": "",
|
||||
"placeholder-commands": "",
|
||||
"placeholder-generator": "Nombre",
|
||||
"title-bots-delete": "",
|
||||
"title-bots-delete-this": "",
|
||||
"title-bots-games": "",
|
||||
"title-bots-key": "",
|
||||
"title-bots-more": "",
|
||||
"title-bots-offline": "",
|
||||
"title-bots-online": "",
|
||||
"title-bots-refresh": "",
|
||||
"title-bots-simple": "",
|
||||
"title-commands-auto-clear": "",
|
||||
"title-commands-send": "",
|
||||
"title-commands-show-all-bots": "",
|
||||
"title-commands-show-all-commands": "",
|
||||
"title-global-boxed": "",
|
||||
"title-global-language": "",
|
||||
"title-global-never": "",
|
||||
"title-global-nightmode": "",
|
||||
"title-log-auto-scroll": ""
|
||||
}
|
||||
@@ -1,20 +1,52 @@
|
||||
{
|
||||
"auth-ipc-403": "",
|
||||
"auth-ipc-header": "",
|
||||
"auth-ipc-pw-saved": "",
|
||||
"auth-ipc-pw-wrong": "",
|
||||
"auth-ipc-text": "",
|
||||
"auth-title": "",
|
||||
"bots-confirm-delete": "",
|
||||
"bots-delete": "Näytä poisto painike",
|
||||
"bots-delete-success": "",
|
||||
"bots-delimeter": "",
|
||||
"bots-hide": "Piilota botit",
|
||||
"bots-hide-offline": "Offline botit",
|
||||
"bots-hide-online": "Online botit",
|
||||
"bots-infobox-cards": "",
|
||||
"bots-infobox-games": "",
|
||||
"bots-infobox-time": "",
|
||||
"bots-in-use": "Botti ei ole tällä hetkellä käytössä.",
|
||||
"bots-key": "Näytä avain painike",
|
||||
"bots-paused": "",
|
||||
"bots-pause-success": "",
|
||||
"bots-recover-files": "",
|
||||
"bots-redeem-button": "",
|
||||
"bots-redeem-confirm": "",
|
||||
"bots-redeem-title": "",
|
||||
"bots-resume-success": "",
|
||||
"bots-simple": "Simppeli farmaus info",
|
||||
"bots-start-success": "",
|
||||
"bots-stop-success": "",
|
||||
"bots-syntax": "",
|
||||
"bots-title": "ASF |Botit",
|
||||
"command-auto-clear": "Automaattinen tyhjennys",
|
||||
"commands-auto-clear": "",
|
||||
"commands-response": "",
|
||||
"commands-sent": "",
|
||||
"commands-title": "ASF | Komennot",
|
||||
"commands-waiting": "",
|
||||
"editor-change": "Vaihda bottia",
|
||||
"editor-current": "Tällä hetkellä muokataan:",
|
||||
"editor-current-bot": "",
|
||||
"editor-save": "Tallenna",
|
||||
"editor-save-confirm": "",
|
||||
"editor-title": "ASF |Asetus editori",
|
||||
"editor-update": "",
|
||||
"editor-update-confirm": "",
|
||||
"generator-change": "Vaihda tilaa",
|
||||
"generator-current": "Tämänhetkinen tila:",
|
||||
"generator-current-bot": "",
|
||||
"generator-download": "Lataa",
|
||||
"generator-name": "",
|
||||
"generator-title": "ASF |Asetus generaattori",
|
||||
"global-bots": "Botit",
|
||||
"global-boxed": "",
|
||||
@@ -25,19 +57,46 @@
|
||||
"global-config": "Asetukset",
|
||||
"global-control-panel": "Ohjauspaneli",
|
||||
"global-editor": "Editori",
|
||||
"global-error-invalid-pw": "",
|
||||
"global-error-title": "",
|
||||
"global-generator": "Generaattori",
|
||||
"global-home": "Aloitus",
|
||||
"global-information": "Tiedot",
|
||||
"global-language": "Kieli",
|
||||
"global-language-info": "",
|
||||
"global-layout": "Asettelu",
|
||||
"global-log": "Loki",
|
||||
"global-navigation": "Näytä\/piilota navigointi",
|
||||
"global-navigation": "Näytä/piilota navigointi",
|
||||
"global-nightmode": "Yötila",
|
||||
"global-nightmode-description": "Vaihda yötilaa",
|
||||
"global-question-title": "",
|
||||
"global-ram-usage": "RAM:in käyttö",
|
||||
"global-skins": "Skinit",
|
||||
"global-success-title": "Valmis!",
|
||||
"global-uptime": "Käynnissäoloaika",
|
||||
"global-version": "Versio",
|
||||
"global-wiki": "Wiki",
|
||||
"log-title": "ASF | Loki"
|
||||
"log-event-code": "",
|
||||
"log-title": "ASF | Loki",
|
||||
"placeholder-auth": "",
|
||||
"placeholder-commands": "",
|
||||
"placeholder-generator": "Nimi",
|
||||
"title-bots-delete": "",
|
||||
"title-bots-delete-this": "",
|
||||
"title-bots-games": "",
|
||||
"title-bots-key": "",
|
||||
"title-bots-more": "",
|
||||
"title-bots-offline": "",
|
||||
"title-bots-online": "",
|
||||
"title-bots-refresh": "",
|
||||
"title-bots-simple": "",
|
||||
"title-commands-auto-clear": "",
|
||||
"title-commands-send": "",
|
||||
"title-commands-show-all-bots": "",
|
||||
"title-commands-show-all-commands": "",
|
||||
"title-global-boxed": "",
|
||||
"title-global-language": "",
|
||||
"title-global-never": "",
|
||||
"title-global-nightmode": "",
|
||||
"title-log-auto-scroll": ""
|
||||
}
|
||||
@@ -1,43 +1,102 @@
|
||||
{
|
||||
"auth-ipc-403": "",
|
||||
"auth-ipc-header": "",
|
||||
"auth-ipc-pw-saved": "",
|
||||
"auth-ipc-pw-wrong": "",
|
||||
"auth-ipc-text": "",
|
||||
"auth-title": "",
|
||||
"bots-confirm-delete": "",
|
||||
"bots-delete": "Afficher le bouton Supprimer",
|
||||
"bots-delete-success": "",
|
||||
"bots-delimeter": "",
|
||||
"bots-hide": "Masquer les bots",
|
||||
"bots-hide-offline": "Bots hors-ligne",
|
||||
"bots-hide-online": "Bots en ligne",
|
||||
"bots-infobox-cards": "",
|
||||
"bots-infobox-games": "",
|
||||
"bots-infobox-time": "",
|
||||
"bots-in-use": "Le bot est actuellement utilisé.",
|
||||
"bots-key": "Voir la touche",
|
||||
"bots-paused": "",
|
||||
"bots-pause-success": "",
|
||||
"bots-recover-files": "",
|
||||
"bots-redeem-button": "",
|
||||
"bots-redeem-confirm": "",
|
||||
"bots-redeem-title": "",
|
||||
"bots-resume-success": "",
|
||||
"bots-simple": "Information de base concernant le farming",
|
||||
"bots-start-success": "",
|
||||
"bots-stop-success": "",
|
||||
"bots-syntax": "",
|
||||
"bots-title": "ASF | Bots",
|
||||
"command-auto-clear": "Effacer automatiquement",
|
||||
"commands-auto-clear": "",
|
||||
"commands-response": "",
|
||||
"commands-sent": "",
|
||||
"commands-title": "ASF | Commandes",
|
||||
"commands-waiting": "",
|
||||
"editor-change": "Changer de bot",
|
||||
"editor-current": "En train d'éditer :",
|
||||
"editor-current-bot": "",
|
||||
"editor-save": "Sauvegarder",
|
||||
"editor-save-confirm": "",
|
||||
"editor-title": "ASF | Éditeur de configuration",
|
||||
"editor-update": "",
|
||||
"editor-update-confirm": "",
|
||||
"generator-change": "Changer de mode",
|
||||
"generator-current": "Mode actuel :",
|
||||
"generator-current-bot": "",
|
||||
"generator-download": "Téléchargement",
|
||||
"generator-name": "",
|
||||
"generator-title": "ASF | Générateur de config",
|
||||
"global-bots": "Bots",
|
||||
"global-boxed": "Mise en page en boîtes",
|
||||
"global-boxed-description": "Activer\/désactiver la mise en page en boîtes",
|
||||
"global-boxed-description": "Activer/désactiver la mise en page en boîtes",
|
||||
"global-change": "Modifier",
|
||||
"global-changelog": "Liste des changements",
|
||||
"global-commands": "Commandes",
|
||||
"global-config": "Configuration",
|
||||
"global-control-panel": "Panneau de Configuration",
|
||||
"global-editor": "Editeur",
|
||||
"global-error-invalid-pw": "",
|
||||
"global-error-title": "",
|
||||
"global-generator": "Générateur",
|
||||
"global-home": "Accueil",
|
||||
"global-information": "Information",
|
||||
"global-language": "Langue",
|
||||
"global-language-info": "",
|
||||
"global-layout": "Mise en page",
|
||||
"global-log": "Log",
|
||||
"global-navigation": "Activer navigation",
|
||||
"global-nightmode": "Mode nuit",
|
||||
"global-nightmode-description": "Activer\/désactiver le nightmode",
|
||||
"global-nightmode-description": "Activer/désactiver le nightmode",
|
||||
"global-question-title": "",
|
||||
"global-ram-usage": "Utilisation de la RAM",
|
||||
"global-skins": "Thèmes",
|
||||
"global-success-title": "Succès !",
|
||||
"global-uptime": "Temps d'activité",
|
||||
"global-version": "Version",
|
||||
"global-wiki": "Wiki",
|
||||
"log-title": "ASF | Log"
|
||||
"log-event-code": "",
|
||||
"log-title": "ASF | Log",
|
||||
"placeholder-auth": "",
|
||||
"placeholder-commands": "",
|
||||
"placeholder-generator": "Nom",
|
||||
"title-bots-delete": "",
|
||||
"title-bots-delete-this": "",
|
||||
"title-bots-games": "",
|
||||
"title-bots-key": "",
|
||||
"title-bots-more": "",
|
||||
"title-bots-offline": "",
|
||||
"title-bots-online": "",
|
||||
"title-bots-refresh": "",
|
||||
"title-bots-simple": "",
|
||||
"title-commands-auto-clear": "",
|
||||
"title-commands-send": "",
|
||||
"title-commands-show-all-bots": "",
|
||||
"title-commands-show-all-commands": "",
|
||||
"title-global-boxed": "",
|
||||
"title-global-language": "",
|
||||
"title-global-never": "",
|
||||
"title-global-nightmode": "",
|
||||
"title-log-auto-scroll": ""
|
||||
}
|
||||
@@ -1,43 +1,102 @@
|
||||
{
|
||||
"auth-ipc-403": "",
|
||||
"auth-ipc-header": "",
|
||||
"auth-ipc-pw-saved": "",
|
||||
"auth-ipc-pw-wrong": "",
|
||||
"auth-ipc-text": "",
|
||||
"auth-title": "",
|
||||
"bots-confirm-delete": "",
|
||||
"bots-delete": "Afficher le bouton Supprimer",
|
||||
"bots-delete-success": "",
|
||||
"bots-delimeter": "",
|
||||
"bots-hide": "Masquer les bots",
|
||||
"bots-hide-offline": "Bots hors-ligne",
|
||||
"bots-hide-online": "Bots en ligne",
|
||||
"bots-infobox-cards": "",
|
||||
"bots-infobox-games": "",
|
||||
"bots-infobox-time": "",
|
||||
"bots-in-use": "Le bot est actuellement utilisé.",
|
||||
"bots-key": "Voir la touche",
|
||||
"bots-paused": "",
|
||||
"bots-pause-success": "",
|
||||
"bots-recover-files": "",
|
||||
"bots-redeem-button": "",
|
||||
"bots-redeem-confirm": "",
|
||||
"bots-redeem-title": "",
|
||||
"bots-resume-success": "",
|
||||
"bots-simple": "Information de base concernant le farming",
|
||||
"bots-start-success": "",
|
||||
"bots-stop-success": "",
|
||||
"bots-syntax": "",
|
||||
"bots-title": "ASF | Bots",
|
||||
"command-auto-clear": "Effacer automatiquement",
|
||||
"commands-auto-clear": "",
|
||||
"commands-response": "",
|
||||
"commands-sent": "",
|
||||
"commands-title": "ASF | Commandes",
|
||||
"commands-waiting": "",
|
||||
"editor-change": "Changer de bot",
|
||||
"editor-current": "En train d'éditer :",
|
||||
"editor-current-bot": "",
|
||||
"editor-save": "Sauvegarder",
|
||||
"editor-save-confirm": "",
|
||||
"editor-title": "ASF | Éditeur de configuration",
|
||||
"editor-update": "",
|
||||
"editor-update-confirm": "",
|
||||
"generator-change": "Changer de mode",
|
||||
"generator-current": "Mode actuel :",
|
||||
"generator-current-bot": "",
|
||||
"generator-download": "Téléchargement",
|
||||
"generator-name": "",
|
||||
"generator-title": "ASF | Générateur de config",
|
||||
"global-bots": "Bots",
|
||||
"global-boxed": "Mise en page en boîtes",
|
||||
"global-boxed-description": "Activer\/désactiver la mise en page en boîtes",
|
||||
"global-boxed-description": "Activer/désactiver la mise en page en boîtes",
|
||||
"global-change": "Modifier",
|
||||
"global-changelog": "Liste des changements",
|
||||
"global-commands": "Commandes",
|
||||
"global-config": "Configuration",
|
||||
"global-control-panel": "Panneau de Configuration",
|
||||
"global-editor": "Editeur",
|
||||
"global-error-invalid-pw": "",
|
||||
"global-error-title": "",
|
||||
"global-generator": "Générateur",
|
||||
"global-home": "Accueil",
|
||||
"global-information": "Information",
|
||||
"global-language": "Langue",
|
||||
"global-language-info": "",
|
||||
"global-layout": "Mise en page",
|
||||
"global-log": "Log",
|
||||
"global-navigation": "Activer navigation",
|
||||
"global-nightmode": "Mode nuit",
|
||||
"global-nightmode-description": "Activer\/désactiver le nightmode",
|
||||
"global-nightmode-description": "Activer/désactiver le nightmode",
|
||||
"global-question-title": "",
|
||||
"global-ram-usage": "Utilisation de la RAM",
|
||||
"global-skins": "Thèmes",
|
||||
"global-success-title": "Succès !",
|
||||
"global-uptime": "Temps d'activité",
|
||||
"global-version": "Version",
|
||||
"global-wiki": "Wiki",
|
||||
"log-title": "ASF | Log"
|
||||
"log-event-code": "",
|
||||
"log-title": "ASF | Log",
|
||||
"placeholder-auth": "",
|
||||
"placeholder-commands": "",
|
||||
"placeholder-generator": "Nom",
|
||||
"title-bots-delete": "",
|
||||
"title-bots-delete-this": "",
|
||||
"title-bots-games": "",
|
||||
"title-bots-key": "",
|
||||
"title-bots-more": "",
|
||||
"title-bots-offline": "",
|
||||
"title-bots-online": "",
|
||||
"title-bots-refresh": "",
|
||||
"title-bots-simple": "",
|
||||
"title-commands-auto-clear": "",
|
||||
"title-commands-send": "",
|
||||
"title-commands-show-all-bots": "",
|
||||
"title-commands-show-all-commands": "",
|
||||
"title-global-boxed": "",
|
||||
"title-global-language": "",
|
||||
"title-global-never": "",
|
||||
"title-global-nightmode": "",
|
||||
"title-log-auto-scroll": ""
|
||||
}
|
||||
@@ -1,20 +1,52 @@
|
||||
{
|
||||
"auth-ipc-403": "",
|
||||
"auth-ipc-header": "",
|
||||
"auth-ipc-pw-saved": "",
|
||||
"auth-ipc-pw-wrong": "",
|
||||
"auth-ipc-text": "",
|
||||
"auth-title": "",
|
||||
"bots-confirm-delete": "",
|
||||
"bots-delete": "הצג לחצן מחיקה",
|
||||
"bots-delete-success": "",
|
||||
"bots-delimeter": "",
|
||||
"bots-hide": "להחביא בוטים",
|
||||
"bots-hide-offline": "בוטים לא מקוונים",
|
||||
"bots-hide-online": "בוטים מופעלים",
|
||||
"bots-infobox-cards": "",
|
||||
"bots-infobox-games": "",
|
||||
"bots-infobox-time": "",
|
||||
"bots-in-use": "הבוט נמצא בשימוש.",
|
||||
"bots-key": "הצג לחצן מפתח",
|
||||
"bots-paused": "",
|
||||
"bots-pause-success": "",
|
||||
"bots-recover-files": "",
|
||||
"bots-redeem-button": "",
|
||||
"bots-redeem-confirm": "",
|
||||
"bots-redeem-title": "",
|
||||
"bots-resume-success": "",
|
||||
"bots-simple": "מידע פשוט על חקלאות קלפים",
|
||||
"bots-start-success": "",
|
||||
"bots-stop-success": "",
|
||||
"bots-syntax": "",
|
||||
"bots-title": "ASF | בוטים",
|
||||
"command-auto-clear": "מחיקה אוטומטית",
|
||||
"commands-auto-clear": "",
|
||||
"commands-response": "",
|
||||
"commands-sent": "",
|
||||
"commands-title": "ASF | פקודות",
|
||||
"commands-waiting": "",
|
||||
"editor-change": "שינוי בוט",
|
||||
"editor-current": "כעת עריכה:",
|
||||
"editor-current-bot": "",
|
||||
"editor-save": "שמירה",
|
||||
"editor-save-confirm": "",
|
||||
"editor-title": "ASF | שינוי הגדרות",
|
||||
"editor-update": "",
|
||||
"editor-update-confirm": "",
|
||||
"generator-change": "שינוי מצב",
|
||||
"generator-current": "מצב נוכחי:",
|
||||
"generator-current-bot": "",
|
||||
"generator-download": "הורדה",
|
||||
"generator-name": "",
|
||||
"generator-title": "ASF | יוצר הגדרות",
|
||||
"global-bots": "בוטים",
|
||||
"global-boxed": "פריסת מסגרת",
|
||||
@@ -25,19 +57,46 @@
|
||||
"global-config": "הגדרות",
|
||||
"global-control-panel": "לוח הבקרה",
|
||||
"global-editor": "עורך",
|
||||
"global-error-invalid-pw": "",
|
||||
"global-error-title": "",
|
||||
"global-generator": "יוצר",
|
||||
"global-home": "דף בית",
|
||||
"global-information": "מידע",
|
||||
"global-language": "שפה",
|
||||
"global-language-info": "",
|
||||
"global-layout": "פריסה",
|
||||
"global-log": "יומן",
|
||||
"global-navigation": "הפעלה\/כיבוי ניווט",
|
||||
"global-navigation": "הפעלה/כיבוי ניווט",
|
||||
"global-nightmode": "מצב לילה",
|
||||
"global-nightmode-description": "החלף את מצב הלילה",
|
||||
"global-question-title": "",
|
||||
"global-ram-usage": "שימוש בזיכרון",
|
||||
"global-skins": "סקינים (מעטפות)",
|
||||
"global-success-title": "הצלחה!",
|
||||
"global-uptime": "זמן פעולה תקינה",
|
||||
"global-version": "גירסה",
|
||||
"global-wiki": "Wiki",
|
||||
"log-title": "ASF | יומן"
|
||||
"log-event-code": "",
|
||||
"log-title": "ASF | יומן",
|
||||
"placeholder-auth": "",
|
||||
"placeholder-commands": "",
|
||||
"placeholder-generator": "שם",
|
||||
"title-bots-delete": "",
|
||||
"title-bots-delete-this": "",
|
||||
"title-bots-games": "",
|
||||
"title-bots-key": "",
|
||||
"title-bots-more": "",
|
||||
"title-bots-offline": "",
|
||||
"title-bots-online": "",
|
||||
"title-bots-refresh": "",
|
||||
"title-bots-simple": "",
|
||||
"title-commands-auto-clear": "",
|
||||
"title-commands-send": "",
|
||||
"title-commands-show-all-bots": "",
|
||||
"title-commands-show-all-commands": "",
|
||||
"title-global-boxed": "",
|
||||
"title-global-language": "",
|
||||
"title-global-never": "",
|
||||
"title-global-nightmode": "",
|
||||
"title-log-auto-scroll": ""
|
||||
}
|
||||
@@ -1,20 +1,52 @@
|
||||
{
|
||||
"auth-ipc-403": "",
|
||||
"auth-ipc-header": "",
|
||||
"auth-ipc-pw-saved": "",
|
||||
"auth-ipc-pw-wrong": "",
|
||||
"auth-ipc-text": "",
|
||||
"auth-title": "",
|
||||
"bots-confirm-delete": "",
|
||||
"bots-delete": "",
|
||||
"bots-delete-success": "",
|
||||
"bots-delimeter": "",
|
||||
"bots-hide": "",
|
||||
"bots-hide-offline": "",
|
||||
"bots-hide-online": "",
|
||||
"bots-infobox-cards": "",
|
||||
"bots-infobox-games": "",
|
||||
"bots-infobox-time": "",
|
||||
"bots-in-use": "",
|
||||
"bots-key": "",
|
||||
"bots-paused": "",
|
||||
"bots-pause-success": "",
|
||||
"bots-recover-files": "",
|
||||
"bots-redeem-button": "",
|
||||
"bots-redeem-confirm": "",
|
||||
"bots-redeem-title": "",
|
||||
"bots-resume-success": "",
|
||||
"bots-simple": "",
|
||||
"bots-start-success": "",
|
||||
"bots-stop-success": "",
|
||||
"bots-syntax": "",
|
||||
"bots-title": "",
|
||||
"command-auto-clear": "",
|
||||
"commands-auto-clear": "",
|
||||
"commands-response": "",
|
||||
"commands-sent": "",
|
||||
"commands-title": "",
|
||||
"commands-waiting": "",
|
||||
"editor-change": "",
|
||||
"editor-current": "",
|
||||
"editor-current-bot": "",
|
||||
"editor-save": "",
|
||||
"editor-save-confirm": "",
|
||||
"editor-title": "",
|
||||
"editor-update": "",
|
||||
"editor-update-confirm": "",
|
||||
"generator-change": "",
|
||||
"generator-current": "",
|
||||
"generator-current-bot": "",
|
||||
"generator-download": "",
|
||||
"generator-name": "",
|
||||
"generator-title": "",
|
||||
"global-bots": "",
|
||||
"global-boxed": "",
|
||||
@@ -25,19 +57,46 @@
|
||||
"global-config": "",
|
||||
"global-control-panel": "",
|
||||
"global-editor": "",
|
||||
"global-error-invalid-pw": "",
|
||||
"global-error-title": "",
|
||||
"global-generator": "",
|
||||
"global-home": "",
|
||||
"global-information": "",
|
||||
"global-language": "",
|
||||
"global-language-info": "",
|
||||
"global-layout": "",
|
||||
"global-log": "",
|
||||
"global-navigation": "",
|
||||
"global-nightmode": "",
|
||||
"global-nightmode-description": "",
|
||||
"global-question-title": "",
|
||||
"global-ram-usage": "",
|
||||
"global-skins": "",
|
||||
"global-success-title": "",
|
||||
"global-uptime": "",
|
||||
"global-version": "",
|
||||
"global-wiki": "",
|
||||
"log-title": ""
|
||||
"log-event-code": "",
|
||||
"log-title": "",
|
||||
"placeholder-auth": "",
|
||||
"placeholder-commands": "",
|
||||
"placeholder-generator": "",
|
||||
"title-bots-delete": "",
|
||||
"title-bots-delete-this": "",
|
||||
"title-bots-games": "",
|
||||
"title-bots-key": "",
|
||||
"title-bots-more": "",
|
||||
"title-bots-offline": "",
|
||||
"title-bots-online": "",
|
||||
"title-bots-refresh": "",
|
||||
"title-bots-simple": "",
|
||||
"title-commands-auto-clear": "",
|
||||
"title-commands-send": "",
|
||||
"title-commands-show-all-bots": "",
|
||||
"title-commands-show-all-commands": "",
|
||||
"title-global-boxed": "",
|
||||
"title-global-language": "",
|
||||
"title-global-never": "",
|
||||
"title-global-nightmode": "",
|
||||
"title-log-auto-scroll": ""
|
||||
}
|
||||
@@ -1,43 +1,102 @@
|
||||
{
|
||||
"auth-ipc-403": "",
|
||||
"auth-ipc-header": "",
|
||||
"auth-ipc-pw-saved": "",
|
||||
"auth-ipc-pw-wrong": "",
|
||||
"auth-ipc-text": "",
|
||||
"auth-title": "",
|
||||
"bots-confirm-delete": "",
|
||||
"bots-delete": "Törlés gomb megjelenítése",
|
||||
"bots-delete-success": "",
|
||||
"bots-delimeter": "",
|
||||
"bots-hide": "Botok elrejtése",
|
||||
"bots-hide-offline": "Offline botok",
|
||||
"bots-hide-online": "Online botok",
|
||||
"bots-infobox-cards": "",
|
||||
"bots-infobox-games": "",
|
||||
"bots-infobox-time": "",
|
||||
"bots-in-use": "A bot jelenleg használatban van.",
|
||||
"bots-key": "Kulcsgomb mutatása",
|
||||
"bots-paused": "",
|
||||
"bots-pause-success": "",
|
||||
"bots-recover-files": "",
|
||||
"bots-redeem-button": "",
|
||||
"bots-redeem-confirm": "",
|
||||
"bots-redeem-title": "",
|
||||
"bots-resume-success": "",
|
||||
"bots-simple": "Egyszerű farmolási információ",
|
||||
"bots-start-success": "",
|
||||
"bots-stop-success": "",
|
||||
"bots-syntax": "",
|
||||
"bots-title": "ASF | Botok",
|
||||
"command-auto-clear": "Automatikus tisztítás",
|
||||
"commands-auto-clear": "",
|
||||
"commands-response": "",
|
||||
"commands-sent": "",
|
||||
"commands-title": "ASF | Parancsok",
|
||||
"commands-waiting": "",
|
||||
"editor-change": "Bot váltása",
|
||||
"editor-current": "Jelenleg szerkesztett:",
|
||||
"editor-current-bot": "",
|
||||
"editor-save": "Mentés",
|
||||
"editor-save-confirm": "",
|
||||
"editor-title": "ASF | Konfigurációszerkesztő",
|
||||
"editor-update": "",
|
||||
"editor-update-confirm": "",
|
||||
"generator-change": "Mód váltása",
|
||||
"generator-current": "Jelenlegi mód:",
|
||||
"generator-current-bot": "",
|
||||
"generator-download": "Letöltés",
|
||||
"generator-name": "",
|
||||
"generator-title": "ASF | Konfiguráció generátor",
|
||||
"global-bots": "Botok",
|
||||
"global-boxed": "Tömör megjelenés",
|
||||
"global-boxed-description": "Tömör megjelenés ki\/bekapcsolása",
|
||||
"global-boxed-description": "Tömör megjelenés ki/bekapcsolása",
|
||||
"global-change": "Váltás",
|
||||
"global-changelog": "Változási napló",
|
||||
"global-commands": "Parancsok",
|
||||
"global-config": "Konfiguráció",
|
||||
"global-control-panel": "Vezérlőpult",
|
||||
"global-editor": "Szerkesztő",
|
||||
"global-error-invalid-pw": "",
|
||||
"global-error-title": "",
|
||||
"global-generator": "Generátor",
|
||||
"global-home": "Főoldal",
|
||||
"global-information": "Információ",
|
||||
"global-language": "Nyelv",
|
||||
"global-language-info": "",
|
||||
"global-layout": "Elrendezés",
|
||||
"global-log": "Napló",
|
||||
"global-navigation": "Navigáció váltása",
|
||||
"global-nightmode": "Éjszakai mód",
|
||||
"global-nightmode-description": "Éjszakai mód ki\/bekapcsolása",
|
||||
"global-nightmode-description": "Éjszakai mód ki/bekapcsolása",
|
||||
"global-question-title": "",
|
||||
"global-ram-usage": "Memóriahasználat",
|
||||
"global-skins": "Kinézetek",
|
||||
"global-success-title": "Kész!",
|
||||
"global-uptime": "Üzemidő",
|
||||
"global-version": "Verzió",
|
||||
"global-wiki": "Wiki",
|
||||
"log-title": "ASF | Napló"
|
||||
"log-event-code": "",
|
||||
"log-title": "ASF | Napló",
|
||||
"placeholder-auth": "",
|
||||
"placeholder-commands": "",
|
||||
"placeholder-generator": "Név",
|
||||
"title-bots-delete": "",
|
||||
"title-bots-delete-this": "",
|
||||
"title-bots-games": "",
|
||||
"title-bots-key": "",
|
||||
"title-bots-more": "",
|
||||
"title-bots-offline": "",
|
||||
"title-bots-online": "",
|
||||
"title-bots-refresh": "",
|
||||
"title-bots-simple": "",
|
||||
"title-commands-auto-clear": "",
|
||||
"title-commands-send": "",
|
||||
"title-commands-show-all-bots": "",
|
||||
"title-commands-show-all-commands": "",
|
||||
"title-global-boxed": "",
|
||||
"title-global-language": "",
|
||||
"title-global-never": "",
|
||||
"title-global-nightmode": "",
|
||||
"title-log-auto-scroll": ""
|
||||
}
|
||||
@@ -1,20 +1,52 @@
|
||||
{
|
||||
"auth-ipc-403": "",
|
||||
"auth-ipc-header": "",
|
||||
"auth-ipc-pw-saved": "",
|
||||
"auth-ipc-pw-wrong": "",
|
||||
"auth-ipc-text": "",
|
||||
"auth-title": "",
|
||||
"bots-confirm-delete": "",
|
||||
"bots-delete": "",
|
||||
"bots-delete-success": "",
|
||||
"bots-delimeter": "",
|
||||
"bots-hide": "",
|
||||
"bots-hide-offline": "",
|
||||
"bots-hide-online": "",
|
||||
"bots-infobox-cards": "",
|
||||
"bots-infobox-games": "",
|
||||
"bots-infobox-time": "",
|
||||
"bots-in-use": "Bot saat ini sedang digunakan.",
|
||||
"bots-key": "",
|
||||
"bots-paused": "",
|
||||
"bots-pause-success": "",
|
||||
"bots-recover-files": "",
|
||||
"bots-redeem-button": "",
|
||||
"bots-redeem-confirm": "",
|
||||
"bots-redeem-title": "",
|
||||
"bots-resume-success": "",
|
||||
"bots-simple": "",
|
||||
"bots-start-success": "",
|
||||
"bots-stop-success": "",
|
||||
"bots-syntax": "",
|
||||
"bots-title": "",
|
||||
"command-auto-clear": "",
|
||||
"commands-auto-clear": "",
|
||||
"commands-response": "",
|
||||
"commands-sent": "",
|
||||
"commands-title": "",
|
||||
"commands-waiting": "",
|
||||
"editor-change": "",
|
||||
"editor-current": "",
|
||||
"editor-current-bot": "",
|
||||
"editor-save": "",
|
||||
"editor-save-confirm": "",
|
||||
"editor-title": "",
|
||||
"editor-update": "",
|
||||
"editor-update-confirm": "",
|
||||
"generator-change": "",
|
||||
"generator-current": "",
|
||||
"generator-current-bot": "",
|
||||
"generator-download": "Unduhan",
|
||||
"generator-name": "",
|
||||
"generator-title": "",
|
||||
"global-bots": "",
|
||||
"global-boxed": "",
|
||||
@@ -25,19 +57,46 @@
|
||||
"global-config": "",
|
||||
"global-control-panel": "",
|
||||
"global-editor": "",
|
||||
"global-error-invalid-pw": "",
|
||||
"global-error-title": "",
|
||||
"global-generator": "",
|
||||
"global-home": "Rumah",
|
||||
"global-information": "",
|
||||
"global-language": "",
|
||||
"global-language-info": "",
|
||||
"global-layout": "",
|
||||
"global-log": "",
|
||||
"global-navigation": "",
|
||||
"global-nightmode": "",
|
||||
"global-nightmode-description": "",
|
||||
"global-question-title": "",
|
||||
"global-ram-usage": "",
|
||||
"global-skins": "",
|
||||
"global-success-title": "Sukses!",
|
||||
"global-uptime": "",
|
||||
"global-version": "",
|
||||
"global-wiki": "",
|
||||
"log-title": ""
|
||||
"log-event-code": "",
|
||||
"log-title": "",
|
||||
"placeholder-auth": "",
|
||||
"placeholder-commands": "",
|
||||
"placeholder-generator": "Nama",
|
||||
"title-bots-delete": "",
|
||||
"title-bots-delete-this": "",
|
||||
"title-bots-games": "",
|
||||
"title-bots-key": "",
|
||||
"title-bots-more": "",
|
||||
"title-bots-offline": "",
|
||||
"title-bots-online": "",
|
||||
"title-bots-refresh": "",
|
||||
"title-bots-simple": "",
|
||||
"title-commands-auto-clear": "",
|
||||
"title-commands-send": "",
|
||||
"title-commands-show-all-bots": "",
|
||||
"title-commands-show-all-commands": "",
|
||||
"title-global-boxed": "",
|
||||
"title-global-language": "",
|
||||
"title-global-never": "",
|
||||
"title-global-nightmode": "",
|
||||
"title-log-auto-scroll": ""
|
||||
}
|
||||
@@ -1,20 +1,52 @@
|
||||
{
|
||||
"auth-ipc-403": "",
|
||||
"auth-ipc-header": "",
|
||||
"auth-ipc-pw-saved": "",
|
||||
"auth-ipc-pw-wrong": "",
|
||||
"auth-ipc-text": "",
|
||||
"auth-title": "",
|
||||
"bots-confirm-delete": "",
|
||||
"bots-delete": "Visualizza il pulsante elimina",
|
||||
"bots-delete-success": "",
|
||||
"bots-delimeter": "",
|
||||
"bots-hide": "Nascondi bot",
|
||||
"bots-hide-offline": "Bot offline",
|
||||
"bots-hide-online": "Bot online",
|
||||
"bots-infobox-cards": "",
|
||||
"bots-infobox-games": "",
|
||||
"bots-infobox-time": "",
|
||||
"bots-in-use": "Il bot è attualmente in uso.",
|
||||
"bots-key": "Mostra il pulsante chiave",
|
||||
"bots-paused": "",
|
||||
"bots-pause-success": "",
|
||||
"bots-recover-files": "",
|
||||
"bots-redeem-button": "",
|
||||
"bots-redeem-confirm": "",
|
||||
"bots-redeem-title": "",
|
||||
"bots-resume-success": "",
|
||||
"bots-simple": "",
|
||||
"bots-start-success": "",
|
||||
"bots-stop-success": "",
|
||||
"bots-syntax": "",
|
||||
"bots-title": "ASF | Bot",
|
||||
"command-auto-clear": "Cancellazione automatica",
|
||||
"commands-auto-clear": "",
|
||||
"commands-response": "",
|
||||
"commands-sent": "",
|
||||
"commands-title": "ASF | Comandi",
|
||||
"commands-waiting": "",
|
||||
"editor-change": "Cambia bot",
|
||||
"editor-current": "",
|
||||
"editor-current-bot": "",
|
||||
"editor-save": "Salva",
|
||||
"editor-save-confirm": "",
|
||||
"editor-title": "ASF | Editor di configurazione",
|
||||
"editor-update": "",
|
||||
"editor-update-confirm": "",
|
||||
"generator-change": "Cambia modalità",
|
||||
"generator-current": "Modalità attuale:",
|
||||
"generator-current-bot": "",
|
||||
"generator-download": "Scarica",
|
||||
"generator-name": "",
|
||||
"generator-title": "ASF | Generatore di configurazione",
|
||||
"global-bots": "Bot",
|
||||
"global-boxed": "",
|
||||
@@ -25,19 +57,46 @@
|
||||
"global-config": "Configurazione",
|
||||
"global-control-panel": "Pannello di controllo",
|
||||
"global-editor": "Editor",
|
||||
"global-error-invalid-pw": "",
|
||||
"global-error-title": "",
|
||||
"global-generator": "Generatore",
|
||||
"global-home": "Homepage",
|
||||
"global-information": "Informazioni",
|
||||
"global-language": "Lingua",
|
||||
"global-language-info": "",
|
||||
"global-layout": "",
|
||||
"global-log": "Log",
|
||||
"global-navigation": "",
|
||||
"global-nightmode": "Modalità notturna",
|
||||
"global-nightmode-description": "Attiva\/disattiva la modalità notturna",
|
||||
"global-nightmode-description": "Attiva/disattiva la modalità notturna",
|
||||
"global-question-title": "",
|
||||
"global-ram-usage": "RAM utilizzata",
|
||||
"global-skins": "Temi",
|
||||
"global-success-title": "Operazione riuscita!",
|
||||
"global-uptime": "",
|
||||
"global-version": "Versione",
|
||||
"global-wiki": "Wiki",
|
||||
"log-title": "ASF | Log"
|
||||
"log-event-code": "",
|
||||
"log-title": "ASF | Log",
|
||||
"placeholder-auth": "",
|
||||
"placeholder-commands": "",
|
||||
"placeholder-generator": "Nome",
|
||||
"title-bots-delete": "",
|
||||
"title-bots-delete-this": "",
|
||||
"title-bots-games": "",
|
||||
"title-bots-key": "",
|
||||
"title-bots-more": "",
|
||||
"title-bots-offline": "",
|
||||
"title-bots-online": "",
|
||||
"title-bots-refresh": "",
|
||||
"title-bots-simple": "",
|
||||
"title-commands-auto-clear": "",
|
||||
"title-commands-send": "",
|
||||
"title-commands-show-all-bots": "",
|
||||
"title-commands-show-all-commands": "",
|
||||
"title-global-boxed": "",
|
||||
"title-global-language": "",
|
||||
"title-global-never": "",
|
||||
"title-global-nightmode": "",
|
||||
"title-log-auto-scroll": ""
|
||||
}
|
||||
@@ -1,20 +1,52 @@
|
||||
{
|
||||
"auth-ipc-403": "",
|
||||
"auth-ipc-header": "",
|
||||
"auth-ipc-pw-saved": "",
|
||||
"auth-ipc-pw-wrong": "",
|
||||
"auth-ipc-text": "",
|
||||
"auth-title": "",
|
||||
"bots-confirm-delete": "",
|
||||
"bots-delete": "削除ボタンを表示",
|
||||
"bots-delete-success": "",
|
||||
"bots-delimeter": "",
|
||||
"bots-hide": "Botを非表示",
|
||||
"bots-hide-offline": "オフラインのBot",
|
||||
"bots-hide-online": "オンラインのBot",
|
||||
"bots-infobox-cards": "",
|
||||
"bots-infobox-games": "",
|
||||
"bots-infobox-time": "",
|
||||
"bots-in-use": "Botは現在使用されています。",
|
||||
"bots-key": "キーボタンを表示",
|
||||
"bots-paused": "",
|
||||
"bots-pause-success": "",
|
||||
"bots-recover-files": "",
|
||||
"bots-redeem-button": "",
|
||||
"bots-redeem-confirm": "",
|
||||
"bots-redeem-title": "",
|
||||
"bots-resume-success": "",
|
||||
"bots-simple": "シンプルなファーム情報",
|
||||
"bots-start-success": "",
|
||||
"bots-stop-success": "",
|
||||
"bots-syntax": "",
|
||||
"bots-title": "ASF | Bots",
|
||||
"command-auto-clear": "自動クリア",
|
||||
"commands-auto-clear": "",
|
||||
"commands-response": "",
|
||||
"commands-sent": "",
|
||||
"commands-title": "",
|
||||
"commands-waiting": "",
|
||||
"editor-change": "",
|
||||
"editor-current": "編集中:",
|
||||
"editor-current-bot": "",
|
||||
"editor-save": "保存",
|
||||
"editor-save-confirm": "",
|
||||
"editor-title": "",
|
||||
"editor-update": "",
|
||||
"editor-update-confirm": "",
|
||||
"generator-change": "モード変更",
|
||||
"generator-current": "現在のモード:",
|
||||
"generator-current-bot": "",
|
||||
"generator-download": "ダウンロード",
|
||||
"generator-name": "",
|
||||
"generator-title": "",
|
||||
"global-bots": "",
|
||||
"global-boxed": "ボックスレイアウト",
|
||||
@@ -25,19 +57,46 @@
|
||||
"global-config": "設定",
|
||||
"global-control-panel": "コントロールパネル",
|
||||
"global-editor": "",
|
||||
"global-error-invalid-pw": "",
|
||||
"global-error-title": "",
|
||||
"global-generator": "ジェネレーター",
|
||||
"global-home": "ホーム",
|
||||
"global-information": "インフォメーション",
|
||||
"global-language": "言語",
|
||||
"global-language-info": "",
|
||||
"global-layout": "レイアウト",
|
||||
"global-log": "ログ",
|
||||
"global-navigation": "ナビゲーションの切り替え",
|
||||
"global-nightmode": "ナイトモード",
|
||||
"global-nightmode-description": "ナイトモードの切り替え",
|
||||
"global-question-title": "",
|
||||
"global-ram-usage": "RAMの使用量",
|
||||
"global-skins": "スキン",
|
||||
"global-success-title": "成功!",
|
||||
"global-uptime": "稼働時間",
|
||||
"global-version": "バージョン",
|
||||
"global-wiki": "Wiki",
|
||||
"log-title": ""
|
||||
"log-event-code": "",
|
||||
"log-title": "",
|
||||
"placeholder-auth": "",
|
||||
"placeholder-commands": "",
|
||||
"placeholder-generator": "名前",
|
||||
"title-bots-delete": "",
|
||||
"title-bots-delete-this": "",
|
||||
"title-bots-games": "",
|
||||
"title-bots-key": "",
|
||||
"title-bots-more": "",
|
||||
"title-bots-offline": "",
|
||||
"title-bots-online": "",
|
||||
"title-bots-refresh": "",
|
||||
"title-bots-simple": "",
|
||||
"title-commands-auto-clear": "",
|
||||
"title-commands-send": "",
|
||||
"title-commands-show-all-bots": "",
|
||||
"title-commands-show-all-commands": "",
|
||||
"title-global-boxed": "",
|
||||
"title-global-language": "",
|
||||
"title-global-never": "",
|
||||
"title-global-nightmode": "",
|
||||
"title-log-auto-scroll": ""
|
||||
}
|
||||
@@ -1,20 +1,52 @@
|
||||
{
|
||||
"auth-ipc-403": "You failed to authenticate properly too many times, try again in an hour.",
|
||||
"auth-ipc-header": "IPC password required",
|
||||
"auth-ipc-pw-saved": "Your IPC password has been saved.",
|
||||
"auth-ipc-pw-wrong": "Your IPC password seems to be wrong, try again!",
|
||||
"auth-ipc-text": "Please enter the correct IPC password",
|
||||
"auth-title": "ASF | Authentication",
|
||||
"bots-confirm-delete": "Yes, delete bot!",
|
||||
"bots-delete": "Show delete button",
|
||||
"bots-delete-success": "<$1> and all related files have been deleted.",
|
||||
"bots-delimeter": "Delimeter",
|
||||
"bots-hide": "Hide bots",
|
||||
"bots-hide-offline": "Offline bots",
|
||||
"bots-hide-online": "Online bots",
|
||||
"bots-infobox-cards": "Cards Remaining",
|
||||
"bots-infobox-games": "Games Remaining",
|
||||
"bots-infobox-time": "Time Remaining",
|
||||
"bots-in-use": "Bot is currently being used.",
|
||||
"bots-key": "Show key button",
|
||||
"bots-paused": "Bot is paused.",
|
||||
"bots-pause-success": "<$1> has been paused.",
|
||||
"bots-recover-files": "You will not be able to recover any bot files!",
|
||||
"bots-redeem-button": "Add keys!",
|
||||
"bots-redeem-confirm": "$1 {{PLURAL:$1|Key|Keys}} have been added to <$2> background redeemer.",
|
||||
"bots-redeem-title": "Enter keys!",
|
||||
"bots-resume-success": "<$1> has been resumed.",
|
||||
"bots-simple": "Simple farming info",
|
||||
"bots-start-success": "<$1> has been started.",
|
||||
"bots-stop-success": "<$1> has been stopped.",
|
||||
"bots-syntax": "Syntax: gameName{Delimeter}cd-key",
|
||||
"bots-title": "ASF | Bots",
|
||||
"command-auto-clear": "Auto clear",
|
||||
"commands-auto-clear": "Auto clear",
|
||||
"commands-response": "$1 Response received: $2",
|
||||
"commands-sent": "$1 Command sent: $2",
|
||||
"commands-title": "ASF | Commands",
|
||||
"commands-waiting": "$1 Waiting for response...",
|
||||
"editor-change": "Change bot",
|
||||
"editor-current": "Currently editing:",
|
||||
"editor-current-bot": "Currently editing: <b>$1</b>",
|
||||
"editor-save": "Save",
|
||||
"editor-save-confirm": "$1 and its config file got updated.",
|
||||
"editor-title": "ASF | Config Editor",
|
||||
"editor-update": "The config will be updated and <$1> will be restarted!",
|
||||
"editor-update-confirm": "Yes, update config!",
|
||||
"generator-change": "Change mode",
|
||||
"generator-current": "Current mode:",
|
||||
"generator-current-bot": "Current mode: <b>$1</b>",
|
||||
"generator-download": "Download",
|
||||
"generator-name": "You need to enter a name!",
|
||||
"generator-title": "ASF | Config Generator",
|
||||
"global-bots": "Bots",
|
||||
"global-boxed": "Boxed Layout",
|
||||
@@ -25,19 +57,46 @@
|
||||
"global-config": "Config",
|
||||
"global-control-panel": "Control Panel",
|
||||
"global-editor": "Editor",
|
||||
"global-error-invalid-pw": "You need to enter a valid password!",
|
||||
"global-error-title": "Error!",
|
||||
"global-generator": "Generator",
|
||||
"global-home": "Home",
|
||||
"global-information": "Information",
|
||||
"global-language": "Language",
|
||||
"global-language-info": "$1% of this language is not translated! Help us <a href=\"https://github.com/JustArchi/ArchiSteamFarm/wiki/Localization\">here</a>.",
|
||||
"global-layout": "Layout",
|
||||
"global-log": "Log",
|
||||
"global-navigation": "Toggle navigation",
|
||||
"global-nightmode": "Nightmode",
|
||||
"global-nightmode-description": "Toggle the nightmode",
|
||||
"global-question-title": "Are you sure?",
|
||||
"global-ram-usage": "RAM Usage",
|
||||
"global-skins": "Skins",
|
||||
"global-success-title": "Success!",
|
||||
"global-uptime": "Uptime",
|
||||
"global-version": "Version",
|
||||
"global-wiki": "Wiki",
|
||||
"log-title": "ASF | Log"
|
||||
}
|
||||
"log-event-code": "Event code: $1",
|
||||
"log-title": "ASF | Log",
|
||||
"placeholder-auth": "Type your password...",
|
||||
"placeholder-commands": "Type command...",
|
||||
"placeholder-generator": "Name",
|
||||
"title-bots-delete": "Toggle delete button",
|
||||
"title-bots-delete-this": "Delete this bot",
|
||||
"title-bots-games": "Add keys to GamesToRedeemInBackground",
|
||||
"title-bots-key": "Toggle key button",
|
||||
"title-bots-more": "Show more infos",
|
||||
"title-bots-offline": "Toggle offline bots",
|
||||
"title-bots-online": "Toggle online bots",
|
||||
"title-bots-refresh": "Refresh content",
|
||||
"title-bots-simple": "Toggle simple farming info",
|
||||
"title-commands-auto-clear": "Toggle auto clear",
|
||||
"title-commands-send": "Send command",
|
||||
"title-commands-show-all-bots": "Show all bots",
|
||||
"title-commands-show-all-commands": "Show all commands",
|
||||
"title-global-boxed": "Toggle boxed layout",
|
||||
"title-global-language": "Change language",
|
||||
"title-global-never": "Never show again",
|
||||
"title-global-nightmode": "Toggle nightmode",
|
||||
"title-log-auto-scroll": "Toggle auto scroll"
|
||||
}
|
||||
@@ -1,20 +1,52 @@
|
||||
{
|
||||
"auth-ipc-403": "",
|
||||
"auth-ipc-header": "",
|
||||
"auth-ipc-pw-saved": "",
|
||||
"auth-ipc-pw-wrong": "",
|
||||
"auth-ipc-text": "",
|
||||
"auth-title": "",
|
||||
"bots-confirm-delete": "",
|
||||
"bots-delete": "삭제 버튼 표시",
|
||||
"bots-delete-success": "",
|
||||
"bots-delimeter": "",
|
||||
"bots-hide": "봇 숨기기",
|
||||
"bots-hide-offline": "오프라인 봇",
|
||||
"bots-hide-online": "온라인 봇",
|
||||
"bots-infobox-cards": "",
|
||||
"bots-infobox-games": "",
|
||||
"bots-infobox-time": "",
|
||||
"bots-in-use": "봇 - 현재 사용 중.",
|
||||
"bots-key": "키 버튼 펴시",
|
||||
"bots-paused": "",
|
||||
"bots-pause-success": "",
|
||||
"bots-recover-files": "",
|
||||
"bots-redeem-button": "",
|
||||
"bots-redeem-confirm": "",
|
||||
"bots-redeem-title": "",
|
||||
"bots-resume-success": "",
|
||||
"bots-simple": "단순 농사 요약",
|
||||
"bots-start-success": "",
|
||||
"bots-stop-success": "",
|
||||
"bots-syntax": "",
|
||||
"bots-title": "ASF | 봇",
|
||||
"command-auto-clear": "자동 초기화",
|
||||
"commands-auto-clear": "",
|
||||
"commands-response": "",
|
||||
"commands-sent": "",
|
||||
"commands-title": "ASF | 명령어",
|
||||
"commands-waiting": "",
|
||||
"editor-change": "봇 수정",
|
||||
"editor-current": "현재 수정중:",
|
||||
"editor-current-bot": "",
|
||||
"editor-save": "저장",
|
||||
"editor-save-confirm": "",
|
||||
"editor-title": "ASF | 설정 편집기",
|
||||
"editor-update": "",
|
||||
"editor-update-confirm": "",
|
||||
"generator-change": "모드 변경",
|
||||
"generator-current": "현재 모드:",
|
||||
"generator-current-bot": "",
|
||||
"generator-download": "다운로드",
|
||||
"generator-name": "",
|
||||
"generator-title": "ASF | 설정 생성기",
|
||||
"global-bots": "봇",
|
||||
"global-boxed": "박스 레이아웃",
|
||||
@@ -25,19 +57,46 @@
|
||||
"global-config": "설정",
|
||||
"global-control-panel": "제어판",
|
||||
"global-editor": "편집기",
|
||||
"global-error-invalid-pw": "",
|
||||
"global-error-title": "",
|
||||
"global-generator": "생성기",
|
||||
"global-home": "홈",
|
||||
"global-information": "정보",
|
||||
"global-language": "언어",
|
||||
"global-language-info": "",
|
||||
"global-layout": "레이아웃",
|
||||
"global-log": "로그",
|
||||
"global-navigation": "네이게이션 전환",
|
||||
"global-nightmode": "야간모드",
|
||||
"global-nightmode-description": "야간모드 전환",
|
||||
"global-question-title": "",
|
||||
"global-ram-usage": "RAM 사용량",
|
||||
"global-skins": "스킨",
|
||||
"global-success-title": "성공!",
|
||||
"global-uptime": "가동시간",
|
||||
"global-version": "버전",
|
||||
"global-wiki": "위키",
|
||||
"log-title": "ASF | 로그"
|
||||
"log-event-code": "",
|
||||
"log-title": "ASF | 로그",
|
||||
"placeholder-auth": "",
|
||||
"placeholder-commands": "",
|
||||
"placeholder-generator": "이름",
|
||||
"title-bots-delete": "",
|
||||
"title-bots-delete-this": "",
|
||||
"title-bots-games": "",
|
||||
"title-bots-key": "",
|
||||
"title-bots-more": "",
|
||||
"title-bots-offline": "",
|
||||
"title-bots-online": "",
|
||||
"title-bots-refresh": "",
|
||||
"title-bots-simple": "",
|
||||
"title-commands-auto-clear": "",
|
||||
"title-commands-send": "",
|
||||
"title-commands-show-all-bots": "",
|
||||
"title-commands-show-all-commands": "",
|
||||
"title-global-boxed": "",
|
||||
"title-global-language": "",
|
||||
"title-global-never": "",
|
||||
"title-global-nightmode": "",
|
||||
"title-log-auto-scroll": ""
|
||||
}
|
||||
@@ -1,20 +1,52 @@
|
||||
{
|
||||
"auth-ipc-403": "",
|
||||
"auth-ipc-header": "",
|
||||
"auth-ipc-pw-saved": "",
|
||||
"auth-ipc-pw-wrong": "",
|
||||
"auth-ipc-text": "",
|
||||
"auth-title": "",
|
||||
"bots-confirm-delete": "",
|
||||
"bots-delete": "Rodyti ištrynimo mygtuką",
|
||||
"bots-delete-success": "",
|
||||
"bots-delimeter": "",
|
||||
"bots-hide": "Slėpti botus",
|
||||
"bots-hide-offline": "Atsijungę botai",
|
||||
"bots-hide-online": "Prisijungę botai",
|
||||
"bots-infobox-cards": "",
|
||||
"bots-infobox-games": "",
|
||||
"bots-infobox-time": "",
|
||||
"bots-in-use": "Botas šiuo metu yra naudojamas.",
|
||||
"bots-key": "Rodyti raktinį mygtuką",
|
||||
"bots-paused": "",
|
||||
"bots-pause-success": "",
|
||||
"bots-recover-files": "",
|
||||
"bots-redeem-button": "",
|
||||
"bots-redeem-confirm": "",
|
||||
"bots-redeem-title": "",
|
||||
"bots-resume-success": "",
|
||||
"bots-simple": "Paprasta rinkimo info",
|
||||
"bots-start-success": "",
|
||||
"bots-stop-success": "",
|
||||
"bots-syntax": "",
|
||||
"bots-title": "ASF | Botai",
|
||||
"command-auto-clear": "Automatiškai išvalyti",
|
||||
"commands-auto-clear": "",
|
||||
"commands-response": "",
|
||||
"commands-sent": "",
|
||||
"commands-title": "ASF | Komandos",
|
||||
"commands-waiting": "",
|
||||
"editor-change": "Keisti botą",
|
||||
"editor-current": "Šiuo metu redaguojama:",
|
||||
"editor-current-bot": "",
|
||||
"editor-save": "Išsaugoti",
|
||||
"editor-save-confirm": "",
|
||||
"editor-title": "ASF | Nustatymų redaktorius",
|
||||
"editor-update": "",
|
||||
"editor-update-confirm": "",
|
||||
"generator-change": "Pakeisti režimą",
|
||||
"generator-current": "Dabartinis režimas:",
|
||||
"generator-current-bot": "",
|
||||
"generator-download": "Parsisiųsti",
|
||||
"generator-name": "",
|
||||
"generator-title": "ASF | Nustatymų generatorius",
|
||||
"global-bots": "Botai",
|
||||
"global-boxed": "Dėžinis išdėstymas",
|
||||
@@ -25,19 +57,46 @@
|
||||
"global-config": "Nustatymai",
|
||||
"global-control-panel": "Valdymo skydas",
|
||||
"global-editor": "Redaktorius",
|
||||
"global-error-invalid-pw": "",
|
||||
"global-error-title": "",
|
||||
"global-generator": "Generatorius",
|
||||
"global-home": "Pradžia",
|
||||
"global-information": "Informacija",
|
||||
"global-language": "Kalba",
|
||||
"global-language-info": "",
|
||||
"global-layout": "Išdėstymas",
|
||||
"global-log": "Žurnalas",
|
||||
"global-navigation": "Įjungti naršymo režimą",
|
||||
"global-nightmode": "Naktinis rėžimas",
|
||||
"global-nightmode-description": "Įjungti naktinį rėžimą",
|
||||
"global-question-title": "",
|
||||
"global-ram-usage": "RAM naudojimas",
|
||||
"global-skins": "Išvaizda",
|
||||
"global-success-title": "Sėkmingai!",
|
||||
"global-uptime": "Veikimo laikas",
|
||||
"global-version": "Versija",
|
||||
"global-wiki": "Vikipedija",
|
||||
"log-title": "ASF | Žurnalas"
|
||||
"log-event-code": "",
|
||||
"log-title": "ASF | Žurnalas",
|
||||
"placeholder-auth": "",
|
||||
"placeholder-commands": "",
|
||||
"placeholder-generator": "Pavadinimas",
|
||||
"title-bots-delete": "",
|
||||
"title-bots-delete-this": "",
|
||||
"title-bots-games": "",
|
||||
"title-bots-key": "",
|
||||
"title-bots-more": "",
|
||||
"title-bots-offline": "",
|
||||
"title-bots-online": "",
|
||||
"title-bots-refresh": "",
|
||||
"title-bots-simple": "",
|
||||
"title-commands-auto-clear": "",
|
||||
"title-commands-send": "",
|
||||
"title-commands-show-all-bots": "",
|
||||
"title-commands-show-all-commands": "",
|
||||
"title-global-boxed": "",
|
||||
"title-global-language": "",
|
||||
"title-global-never": "",
|
||||
"title-global-nightmode": "",
|
||||
"title-log-auto-scroll": ""
|
||||
}
|
||||
@@ -1,43 +1,102 @@
|
||||
{
|
||||
"auth-ipc-403": "",
|
||||
"auth-ipc-header": "",
|
||||
"auth-ipc-pw-saved": "",
|
||||
"auth-ipc-pw-wrong": "",
|
||||
"auth-ipc-text": "",
|
||||
"auth-title": "",
|
||||
"bots-confirm-delete": "",
|
||||
"bots-delete": "Toon verwijder knop",
|
||||
"bots-delete-success": "",
|
||||
"bots-delimeter": "",
|
||||
"bots-hide": "Verberg bots",
|
||||
"bots-hide-offline": "Offline bots",
|
||||
"bots-hide-online": "Online bots",
|
||||
"bots-infobox-cards": "",
|
||||
"bots-infobox-games": "",
|
||||
"bots-infobox-time": "",
|
||||
"bots-in-use": "Bot is momenteel in gebruik.",
|
||||
"bots-key": "Toon activeringscode knop",
|
||||
"bots-paused": "",
|
||||
"bots-pause-success": "",
|
||||
"bots-recover-files": "",
|
||||
"bots-redeem-button": "",
|
||||
"bots-redeem-confirm": "",
|
||||
"bots-redeem-title": "",
|
||||
"bots-resume-success": "",
|
||||
"bots-simple": "Compacte farming info",
|
||||
"bots-start-success": "",
|
||||
"bots-stop-success": "",
|
||||
"bots-syntax": "",
|
||||
"bots-title": "ASF | Bots",
|
||||
"command-auto-clear": "Automatisch wissen",
|
||||
"commands-auto-clear": "",
|
||||
"commands-response": "",
|
||||
"commands-sent": "",
|
||||
"commands-title": "ASF | Commando's",
|
||||
"commands-waiting": "",
|
||||
"editor-change": "Switch bot",
|
||||
"editor-current": "Nu aan het bewerken:",
|
||||
"editor-current-bot": "",
|
||||
"editor-save": "Opslaan",
|
||||
"editor-save-confirm": "",
|
||||
"editor-title": "ASF | Config Editor",
|
||||
"editor-update": "",
|
||||
"editor-update-confirm": "",
|
||||
"generator-change": "Modus wijzigen",
|
||||
"generator-current": "Huidige modus:",
|
||||
"generator-current-bot": "",
|
||||
"generator-download": "Download",
|
||||
"generator-name": "",
|
||||
"generator-title": "ASF | Config Generator",
|
||||
"global-bots": "Bots",
|
||||
"global-boxed": "Boxed lay-out",
|
||||
"global-boxed-description": "Boxed lay-out in-\/ uitschakelen",
|
||||
"global-boxed-description": "Boxed lay-out in-/ uitschakelen",
|
||||
"global-change": "Aanpassen",
|
||||
"global-changelog": "Versiegeschiedenis",
|
||||
"global-commands": "Commando's",
|
||||
"global-config": "Configuratie",
|
||||
"global-control-panel": "Configuratiescherm",
|
||||
"global-editor": "Editor",
|
||||
"global-error-invalid-pw": "",
|
||||
"global-error-title": "",
|
||||
"global-generator": "Generator",
|
||||
"global-home": "Homepagina",
|
||||
"global-information": "Informatie",
|
||||
"global-language": "Taal",
|
||||
"global-language-info": "",
|
||||
"global-layout": "Lay-out",
|
||||
"global-log": "Log",
|
||||
"global-navigation": "Switch navigatie",
|
||||
"global-nightmode": "Nachtmodus",
|
||||
"global-nightmode-description": "De nachtmodus in-\/ uitschakelen",
|
||||
"global-nightmode-description": "De nachtmodus in-/ uitschakelen",
|
||||
"global-question-title": "",
|
||||
"global-ram-usage": "RAM-gebruik",
|
||||
"global-skins": "Uiterlijk",
|
||||
"global-success-title": "Succesvol!",
|
||||
"global-uptime": "Actief",
|
||||
"global-version": "Versie",
|
||||
"global-wiki": "Wiki",
|
||||
"log-title": "ASF | Log"
|
||||
"log-event-code": "",
|
||||
"log-title": "ASF | Log",
|
||||
"placeholder-auth": "",
|
||||
"placeholder-commands": "",
|
||||
"placeholder-generator": "Naam",
|
||||
"title-bots-delete": "",
|
||||
"title-bots-delete-this": "",
|
||||
"title-bots-games": "",
|
||||
"title-bots-key": "",
|
||||
"title-bots-more": "",
|
||||
"title-bots-offline": "",
|
||||
"title-bots-online": "",
|
||||
"title-bots-refresh": "",
|
||||
"title-bots-simple": "",
|
||||
"title-commands-auto-clear": "",
|
||||
"title-commands-send": "",
|
||||
"title-commands-show-all-bots": "",
|
||||
"title-commands-show-all-commands": "",
|
||||
"title-global-boxed": "",
|
||||
"title-global-language": "",
|
||||
"title-global-never": "",
|
||||
"title-global-nightmode": "",
|
||||
"title-log-auto-scroll": ""
|
||||
}
|
||||
@@ -1,43 +1,102 @@
|
||||
{
|
||||
"auth-ipc-403": "",
|
||||
"auth-ipc-header": "",
|
||||
"auth-ipc-pw-saved": "",
|
||||
"auth-ipc-pw-wrong": "",
|
||||
"auth-ipc-text": "",
|
||||
"auth-title": "",
|
||||
"bots-confirm-delete": "",
|
||||
"bots-delete": "Toon verwijder knop",
|
||||
"bots-delete-success": "",
|
||||
"bots-delimeter": "",
|
||||
"bots-hide": "Verberg bots",
|
||||
"bots-hide-offline": "Offline bots",
|
||||
"bots-hide-online": "Online bots",
|
||||
"bots-infobox-cards": "",
|
||||
"bots-infobox-games": "",
|
||||
"bots-infobox-time": "",
|
||||
"bots-in-use": "Bot is momenteel in gebruik.",
|
||||
"bots-key": "Toon activeringscode knop",
|
||||
"bots-paused": "",
|
||||
"bots-pause-success": "",
|
||||
"bots-recover-files": "",
|
||||
"bots-redeem-button": "",
|
||||
"bots-redeem-confirm": "",
|
||||
"bots-redeem-title": "",
|
||||
"bots-resume-success": "",
|
||||
"bots-simple": "Compacte farming info",
|
||||
"bots-start-success": "",
|
||||
"bots-stop-success": "",
|
||||
"bots-syntax": "",
|
||||
"bots-title": "ASF | Bots",
|
||||
"command-auto-clear": "Automatisch wissen",
|
||||
"commands-auto-clear": "",
|
||||
"commands-response": "",
|
||||
"commands-sent": "",
|
||||
"commands-title": "ASF | Commando's",
|
||||
"commands-waiting": "",
|
||||
"editor-change": "Switch bot",
|
||||
"editor-current": "Nu aan het bewerken:",
|
||||
"editor-current-bot": "",
|
||||
"editor-save": "Opslaan",
|
||||
"editor-save-confirm": "",
|
||||
"editor-title": "ASF | Config Editor",
|
||||
"editor-update": "",
|
||||
"editor-update-confirm": "",
|
||||
"generator-change": "Modus wijzigen",
|
||||
"generator-current": "Huidige modus:",
|
||||
"generator-current-bot": "",
|
||||
"generator-download": "Download",
|
||||
"generator-name": "",
|
||||
"generator-title": "ASF | Config Generator",
|
||||
"global-bots": "Bots",
|
||||
"global-boxed": "Boxed lay-out",
|
||||
"global-boxed-description": "Boxed lay-out in-\/ uitschakelen",
|
||||
"global-boxed-description": "Boxed lay-out in-/ uitschakelen",
|
||||
"global-change": "Aanpassen",
|
||||
"global-changelog": "Versiegeschiedenis",
|
||||
"global-commands": "Commando's",
|
||||
"global-config": "Configuratie",
|
||||
"global-control-panel": "Configuratiescherm",
|
||||
"global-editor": "Editor",
|
||||
"global-error-invalid-pw": "",
|
||||
"global-error-title": "",
|
||||
"global-generator": "Generator",
|
||||
"global-home": "Homepagina",
|
||||
"global-information": "Informatie",
|
||||
"global-language": "Taal",
|
||||
"global-language-info": "",
|
||||
"global-layout": "Lay-out",
|
||||
"global-log": "Log",
|
||||
"global-navigation": "Switch navigatie",
|
||||
"global-nightmode": "Nachtmodus",
|
||||
"global-nightmode-description": "De nachtmodus in-\/ uitschakelen",
|
||||
"global-nightmode-description": "De nachtmodus in-/ uitschakelen",
|
||||
"global-question-title": "",
|
||||
"global-ram-usage": "RAM-gebruik",
|
||||
"global-skins": "Uiterlijk",
|
||||
"global-success-title": "Succesvol!",
|
||||
"global-uptime": "Actief",
|
||||
"global-version": "Versie",
|
||||
"global-wiki": "Wiki",
|
||||
"log-title": "ASF | Log"
|
||||
"log-event-code": "",
|
||||
"log-title": "ASF | Log",
|
||||
"placeholder-auth": "",
|
||||
"placeholder-commands": "",
|
||||
"placeholder-generator": "Naam",
|
||||
"title-bots-delete": "",
|
||||
"title-bots-delete-this": "",
|
||||
"title-bots-games": "",
|
||||
"title-bots-key": "",
|
||||
"title-bots-more": "",
|
||||
"title-bots-offline": "",
|
||||
"title-bots-online": "",
|
||||
"title-bots-refresh": "",
|
||||
"title-bots-simple": "",
|
||||
"title-commands-auto-clear": "",
|
||||
"title-commands-send": "",
|
||||
"title-commands-show-all-bots": "",
|
||||
"title-commands-show-all-commands": "",
|
||||
"title-global-boxed": "",
|
||||
"title-global-language": "",
|
||||
"title-global-never": "",
|
||||
"title-global-nightmode": "",
|
||||
"title-log-auto-scroll": ""
|
||||
}
|
||||
@@ -1,20 +1,52 @@
|
||||
{
|
||||
"auth-ipc-403": "",
|
||||
"auth-ipc-header": "",
|
||||
"auth-ipc-pw-saved": "",
|
||||
"auth-ipc-pw-wrong": "",
|
||||
"auth-ipc-text": "",
|
||||
"auth-title": "",
|
||||
"bots-confirm-delete": "",
|
||||
"bots-delete": "",
|
||||
"bots-delete-success": "",
|
||||
"bots-delimeter": "",
|
||||
"bots-hide": "",
|
||||
"bots-hide-offline": "",
|
||||
"bots-hide-online": "",
|
||||
"bots-infobox-cards": "",
|
||||
"bots-infobox-games": "",
|
||||
"bots-infobox-time": "",
|
||||
"bots-in-use": "",
|
||||
"bots-key": "",
|
||||
"bots-paused": "",
|
||||
"bots-pause-success": "",
|
||||
"bots-recover-files": "",
|
||||
"bots-redeem-button": "",
|
||||
"bots-redeem-confirm": "",
|
||||
"bots-redeem-title": "",
|
||||
"bots-resume-success": "",
|
||||
"bots-simple": "",
|
||||
"bots-start-success": "",
|
||||
"bots-stop-success": "",
|
||||
"bots-syntax": "",
|
||||
"bots-title": "",
|
||||
"command-auto-clear": "",
|
||||
"commands-auto-clear": "",
|
||||
"commands-response": "",
|
||||
"commands-sent": "",
|
||||
"commands-title": "",
|
||||
"commands-waiting": "",
|
||||
"editor-change": "",
|
||||
"editor-current": "",
|
||||
"editor-current-bot": "",
|
||||
"editor-save": "",
|
||||
"editor-save-confirm": "",
|
||||
"editor-title": "",
|
||||
"editor-update": "",
|
||||
"editor-update-confirm": "",
|
||||
"generator-change": "",
|
||||
"generator-current": "",
|
||||
"generator-current-bot": "",
|
||||
"generator-download": "",
|
||||
"generator-name": "",
|
||||
"generator-title": "",
|
||||
"global-bots": "",
|
||||
"global-boxed": "",
|
||||
@@ -25,19 +57,46 @@
|
||||
"global-config": "",
|
||||
"global-control-panel": "",
|
||||
"global-editor": "",
|
||||
"global-error-invalid-pw": "",
|
||||
"global-error-title": "",
|
||||
"global-generator": "",
|
||||
"global-home": "",
|
||||
"global-information": "",
|
||||
"global-language": "",
|
||||
"global-language-info": "",
|
||||
"global-layout": "",
|
||||
"global-log": "",
|
||||
"global-navigation": "",
|
||||
"global-nightmode": "",
|
||||
"global-nightmode-description": "",
|
||||
"global-question-title": "",
|
||||
"global-ram-usage": "",
|
||||
"global-skins": "",
|
||||
"global-success-title": "Suksess!",
|
||||
"global-uptime": "",
|
||||
"global-version": "",
|
||||
"global-wiki": "",
|
||||
"log-title": ""
|
||||
"log-event-code": "",
|
||||
"log-title": "",
|
||||
"placeholder-auth": "",
|
||||
"placeholder-commands": "",
|
||||
"placeholder-generator": "",
|
||||
"title-bots-delete": "",
|
||||
"title-bots-delete-this": "",
|
||||
"title-bots-games": "",
|
||||
"title-bots-key": "",
|
||||
"title-bots-more": "",
|
||||
"title-bots-offline": "",
|
||||
"title-bots-online": "",
|
||||
"title-bots-refresh": "",
|
||||
"title-bots-simple": "",
|
||||
"title-commands-auto-clear": "",
|
||||
"title-commands-send": "",
|
||||
"title-commands-show-all-bots": "",
|
||||
"title-commands-show-all-commands": "",
|
||||
"title-global-boxed": "",
|
||||
"title-global-language": "",
|
||||
"title-global-never": "",
|
||||
"title-global-nightmode": "",
|
||||
"title-log-auto-scroll": ""
|
||||
}
|
||||
@@ -1,20 +1,52 @@
|
||||
{
|
||||
"auth-ipc-403": "",
|
||||
"auth-ipc-header": "",
|
||||
"auth-ipc-pw-saved": "",
|
||||
"auth-ipc-pw-wrong": "",
|
||||
"auth-ipc-text": "",
|
||||
"auth-title": "",
|
||||
"bots-confirm-delete": "",
|
||||
"bots-delete": "Pokaż przycisk usunięcia",
|
||||
"bots-delete-success": "",
|
||||
"bots-delimeter": "",
|
||||
"bots-hide": "Ukryj boty",
|
||||
"bots-hide-offline": "Boty w trybie offline",
|
||||
"bots-hide-online": "Boty w trybie online",
|
||||
"bots-infobox-cards": "",
|
||||
"bots-infobox-games": "",
|
||||
"bots-infobox-time": "",
|
||||
"bots-in-use": "Bot jest aktualnie używany.",
|
||||
"bots-key": "Pokaż przycisk kluczy",
|
||||
"bots-paused": "",
|
||||
"bots-pause-success": "",
|
||||
"bots-recover-files": "",
|
||||
"bots-redeem-button": "",
|
||||
"bots-redeem-confirm": "",
|
||||
"bots-redeem-title": "",
|
||||
"bots-resume-success": "",
|
||||
"bots-simple": "Proste informacje o farmieniu",
|
||||
"bots-start-success": "",
|
||||
"bots-stop-success": "",
|
||||
"bots-syntax": "",
|
||||
"bots-title": "ASF | Boty",
|
||||
"command-auto-clear": "Automatyczne czyszczenie",
|
||||
"commands-auto-clear": "",
|
||||
"commands-response": "",
|
||||
"commands-sent": "",
|
||||
"commands-title": "ASF | Komendy",
|
||||
"commands-waiting": "",
|
||||
"editor-change": "Zmień bota",
|
||||
"editor-current": "Aktualnie edytujesz:",
|
||||
"editor-current-bot": "",
|
||||
"editor-save": "Zapisz",
|
||||
"editor-save-confirm": "",
|
||||
"editor-title": "ASF | Edytor ustawień",
|
||||
"editor-update": "",
|
||||
"editor-update-confirm": "",
|
||||
"generator-change": "Zmień tryb",
|
||||
"generator-current": "Bieżący tryb:",
|
||||
"generator-current-bot": "",
|
||||
"generator-download": "Pobierz",
|
||||
"generator-name": "",
|
||||
"generator-title": "ASF | Generator ustawień",
|
||||
"global-bots": "Boty",
|
||||
"global-boxed": "Układ boxed",
|
||||
@@ -25,19 +57,46 @@
|
||||
"global-config": "Konfiguracja",
|
||||
"global-control-panel": "Panel sterowania",
|
||||
"global-editor": "Edytor",
|
||||
"global-error-invalid-pw": "",
|
||||
"global-error-title": "",
|
||||
"global-generator": "Generator",
|
||||
"global-home": "Strona główna",
|
||||
"global-information": "Informacje",
|
||||
"global-language": "Język",
|
||||
"global-language-info": "",
|
||||
"global-layout": "Układ",
|
||||
"global-log": "Dziennik",
|
||||
"global-navigation": "Przełącz nawigację",
|
||||
"global-nightmode": "Tryb nocny",
|
||||
"global-nightmode-description": "Przełącz tryb nocny",
|
||||
"global-question-title": "",
|
||||
"global-ram-usage": "Użycie pamięci RAM",
|
||||
"global-skins": "Skórki",
|
||||
"global-success-title": "Sukces!",
|
||||
"global-uptime": "Czas działania",
|
||||
"global-version": "Wersja",
|
||||
"global-wiki": "Wiki",
|
||||
"log-title": "ASF | Dziennik"
|
||||
"log-event-code": "",
|
||||
"log-title": "ASF | Dziennik",
|
||||
"placeholder-auth": "",
|
||||
"placeholder-commands": "",
|
||||
"placeholder-generator": "Nazwa",
|
||||
"title-bots-delete": "",
|
||||
"title-bots-delete-this": "",
|
||||
"title-bots-games": "",
|
||||
"title-bots-key": "",
|
||||
"title-bots-more": "",
|
||||
"title-bots-offline": "",
|
||||
"title-bots-online": "",
|
||||
"title-bots-refresh": "",
|
||||
"title-bots-simple": "",
|
||||
"title-commands-auto-clear": "",
|
||||
"title-commands-send": "",
|
||||
"title-commands-show-all-bots": "",
|
||||
"title-commands-show-all-commands": "",
|
||||
"title-global-boxed": "",
|
||||
"title-global-language": "",
|
||||
"title-global-never": "",
|
||||
"title-global-nightmode": "",
|
||||
"title-log-auto-scroll": ""
|
||||
}
|
||||
@@ -1,20 +1,52 @@
|
||||
{
|
||||
"auth-ipc-403": "",
|
||||
"auth-ipc-header": "",
|
||||
"auth-ipc-pw-saved": "",
|
||||
"auth-ipc-pw-wrong": "",
|
||||
"auth-ipc-text": "",
|
||||
"auth-title": "",
|
||||
"bots-confirm-delete": "",
|
||||
"bots-delete": "Exibir botão de excluir",
|
||||
"bots-delete-success": "",
|
||||
"bots-delimeter": "",
|
||||
"bots-hide": "Ocultar bots",
|
||||
"bots-hide-offline": "Bots offline",
|
||||
"bots-hide-online": "Bots online",
|
||||
"bots-infobox-cards": "",
|
||||
"bots-infobox-games": "",
|
||||
"bots-infobox-time": "",
|
||||
"bots-in-use": "Bot está sendo usado.",
|
||||
"bots-key": "Mostrar botão de chave",
|
||||
"bots-paused": "",
|
||||
"bots-pause-success": "",
|
||||
"bots-recover-files": "",
|
||||
"bots-redeem-button": "",
|
||||
"bots-redeem-confirm": "",
|
||||
"bots-redeem-title": "",
|
||||
"bots-resume-success": "",
|
||||
"bots-simple": "Informações Simples de Coleta",
|
||||
"bots-start-success": "",
|
||||
"bots-stop-success": "",
|
||||
"bots-syntax": "",
|
||||
"bots-title": "ASF | Bots",
|
||||
"command-auto-clear": "Limpar automaticamente",
|
||||
"commands-auto-clear": "",
|
||||
"commands-response": "",
|
||||
"commands-sent": "",
|
||||
"commands-title": "ASF | Comandos",
|
||||
"commands-waiting": "",
|
||||
"editor-change": "Alterar bot",
|
||||
"editor-current": "Editando:",
|
||||
"editor-current-bot": "",
|
||||
"editor-save": "Salvar",
|
||||
"editor-save-confirm": "",
|
||||
"editor-title": "ASF | Editor de configuração",
|
||||
"editor-update": "",
|
||||
"editor-update-confirm": "",
|
||||
"generator-change": "Alterar modo",
|
||||
"generator-current": "Modo atual:",
|
||||
"generator-current-bot": "",
|
||||
"generator-download": "Baixar",
|
||||
"generator-name": "",
|
||||
"generator-title": "ASF | Gerador de configuração",
|
||||
"global-bots": "Bots",
|
||||
"global-boxed": "Layout de caixa",
|
||||
@@ -25,19 +57,46 @@
|
||||
"global-config": "Configurações",
|
||||
"global-control-panel": "Painel de controle",
|
||||
"global-editor": "Editor",
|
||||
"global-error-invalid-pw": "",
|
||||
"global-error-title": "",
|
||||
"global-generator": "Gerador",
|
||||
"global-home": "Início",
|
||||
"global-information": "Informações",
|
||||
"global-language": "Idioma",
|
||||
"global-language-info": "",
|
||||
"global-layout": "Interface",
|
||||
"global-log": "Registro",
|
||||
"global-navigation": "Alternar navegação",
|
||||
"global-nightmode": "Modo noturno",
|
||||
"global-nightmode-description": "Alternar modo noturno",
|
||||
"global-question-title": "",
|
||||
"global-ram-usage": "Uso de RAM",
|
||||
"global-skins": "Visuais",
|
||||
"global-success-title": "Sucesso!",
|
||||
"global-uptime": "Tempo de atividade",
|
||||
"global-version": "Versão",
|
||||
"global-wiki": "Wiki",
|
||||
"log-title": "ASF | Registro"
|
||||
"log-event-code": "",
|
||||
"log-title": "ASF | Registro",
|
||||
"placeholder-auth": "",
|
||||
"placeholder-commands": "",
|
||||
"placeholder-generator": "Nome",
|
||||
"title-bots-delete": "",
|
||||
"title-bots-delete-this": "",
|
||||
"title-bots-games": "",
|
||||
"title-bots-key": "",
|
||||
"title-bots-more": "",
|
||||
"title-bots-offline": "",
|
||||
"title-bots-online": "",
|
||||
"title-bots-refresh": "",
|
||||
"title-bots-simple": "",
|
||||
"title-commands-auto-clear": "",
|
||||
"title-commands-send": "",
|
||||
"title-commands-show-all-bots": "",
|
||||
"title-commands-show-all-commands": "",
|
||||
"title-global-boxed": "",
|
||||
"title-global-language": "",
|
||||
"title-global-never": "",
|
||||
"title-global-nightmode": "",
|
||||
"title-log-auto-scroll": ""
|
||||
}
|
||||
@@ -1,20 +1,52 @@
|
||||
{
|
||||
"auth-ipc-403": "",
|
||||
"auth-ipc-header": "",
|
||||
"auth-ipc-pw-saved": "",
|
||||
"auth-ipc-pw-wrong": "",
|
||||
"auth-ipc-text": "",
|
||||
"auth-title": "",
|
||||
"bots-confirm-delete": "",
|
||||
"bots-delete": "",
|
||||
"bots-delete-success": "",
|
||||
"bots-delimeter": "",
|
||||
"bots-hide": "",
|
||||
"bots-hide-offline": "",
|
||||
"bots-hide-online": "",
|
||||
"bots-infobox-cards": "",
|
||||
"bots-infobox-games": "",
|
||||
"bots-infobox-time": "",
|
||||
"bots-in-use": "O Bot está a ser usado atualmente.",
|
||||
"bots-key": "",
|
||||
"bots-paused": "",
|
||||
"bots-pause-success": "",
|
||||
"bots-recover-files": "",
|
||||
"bots-redeem-button": "",
|
||||
"bots-redeem-confirm": "",
|
||||
"bots-redeem-title": "",
|
||||
"bots-resume-success": "",
|
||||
"bots-simple": "",
|
||||
"bots-start-success": "",
|
||||
"bots-stop-success": "",
|
||||
"bots-syntax": "",
|
||||
"bots-title": "",
|
||||
"command-auto-clear": "",
|
||||
"commands-auto-clear": "",
|
||||
"commands-response": "",
|
||||
"commands-sent": "",
|
||||
"commands-title": "",
|
||||
"commands-waiting": "",
|
||||
"editor-change": "",
|
||||
"editor-current": "",
|
||||
"editor-current-bot": "",
|
||||
"editor-save": "",
|
||||
"editor-save-confirm": "",
|
||||
"editor-title": "",
|
||||
"editor-update": "",
|
||||
"editor-update-confirm": "",
|
||||
"generator-change": "",
|
||||
"generator-current": "",
|
||||
"generator-current-bot": "",
|
||||
"generator-download": "",
|
||||
"generator-name": "",
|
||||
"generator-title": "",
|
||||
"global-bots": "",
|
||||
"global-boxed": "",
|
||||
@@ -25,19 +57,46 @@
|
||||
"global-config": "",
|
||||
"global-control-panel": "",
|
||||
"global-editor": "",
|
||||
"global-error-invalid-pw": "",
|
||||
"global-error-title": "",
|
||||
"global-generator": "",
|
||||
"global-home": "",
|
||||
"global-information": "",
|
||||
"global-language": "",
|
||||
"global-language-info": "",
|
||||
"global-layout": "",
|
||||
"global-log": "",
|
||||
"global-navigation": "",
|
||||
"global-nightmode": "",
|
||||
"global-nightmode-description": "",
|
||||
"global-question-title": "",
|
||||
"global-ram-usage": "",
|
||||
"global-skins": "",
|
||||
"global-success-title": "Sucesso!",
|
||||
"global-uptime": "",
|
||||
"global-version": "",
|
||||
"global-wiki": "",
|
||||
"log-title": ""
|
||||
"log-event-code": "",
|
||||
"log-title": "",
|
||||
"placeholder-auth": "",
|
||||
"placeholder-commands": "",
|
||||
"placeholder-generator": "",
|
||||
"title-bots-delete": "",
|
||||
"title-bots-delete-this": "",
|
||||
"title-bots-games": "",
|
||||
"title-bots-key": "",
|
||||
"title-bots-more": "",
|
||||
"title-bots-offline": "",
|
||||
"title-bots-online": "",
|
||||
"title-bots-refresh": "",
|
||||
"title-bots-simple": "",
|
||||
"title-commands-auto-clear": "",
|
||||
"title-commands-send": "",
|
||||
"title-commands-show-all-bots": "",
|
||||
"title-commands-show-all-commands": "",
|
||||
"title-global-boxed": "",
|
||||
"title-global-language": "",
|
||||
"title-global-never": "",
|
||||
"title-global-nightmode": "",
|
||||
"title-log-auto-scroll": ""
|
||||
}
|
||||
@@ -1,20 +1,52 @@
|
||||
{
|
||||
"auth-ipc-403": "",
|
||||
"auth-ipc-header": "",
|
||||
"auth-ipc-pw-saved": "",
|
||||
"auth-ipc-pw-wrong": "",
|
||||
"auth-ipc-text": "",
|
||||
"auth-title": "",
|
||||
"bots-confirm-delete": "",
|
||||
"bots-delete": "Afișează butonul de ștergere",
|
||||
"bots-delete-success": "",
|
||||
"bots-delimeter": "",
|
||||
"bots-hide": "Ascunde boții",
|
||||
"bots-hide-offline": "Boți offline",
|
||||
"bots-hide-online": "Boți offline",
|
||||
"bots-infobox-cards": "",
|
||||
"bots-infobox-games": "",
|
||||
"bots-infobox-time": "",
|
||||
"bots-in-use": "Botul este folosit în prezent.",
|
||||
"bots-key": "Afișează tasta",
|
||||
"bots-paused": "",
|
||||
"bots-pause-success": "",
|
||||
"bots-recover-files": "",
|
||||
"bots-redeem-button": "",
|
||||
"bots-redeem-confirm": "",
|
||||
"bots-redeem-title": "",
|
||||
"bots-resume-success": "",
|
||||
"bots-simple": "Informații simple privind farmarea",
|
||||
"bots-start-success": "",
|
||||
"bots-stop-success": "",
|
||||
"bots-syntax": "",
|
||||
"bots-title": "ASF | Boți",
|
||||
"command-auto-clear": "Șterge automat",
|
||||
"commands-auto-clear": "",
|
||||
"commands-response": "",
|
||||
"commands-sent": "",
|
||||
"commands-title": "ASF | Comenzi",
|
||||
"commands-waiting": "",
|
||||
"editor-change": "Schimbă botul",
|
||||
"editor-current": "Se editează în prezent:",
|
||||
"editor-current-bot": "",
|
||||
"editor-save": "Salvează",
|
||||
"editor-save-confirm": "",
|
||||
"editor-title": "ASF | Editor de configurații",
|
||||
"editor-update": "",
|
||||
"editor-update-confirm": "",
|
||||
"generator-change": "Modifică modul",
|
||||
"generator-current": "Modul actual:",
|
||||
"generator-current-bot": "",
|
||||
"generator-download": "Descarcă",
|
||||
"generator-name": "",
|
||||
"generator-title": "ASF | Generator de configurații",
|
||||
"global-bots": "Boți",
|
||||
"global-boxed": "Aspect tip cutie",
|
||||
@@ -25,19 +57,46 @@
|
||||
"global-config": "Configurație",
|
||||
"global-control-panel": "Panoul de control",
|
||||
"global-editor": "Editor",
|
||||
"global-error-invalid-pw": "",
|
||||
"global-error-title": "",
|
||||
"global-generator": "Generator",
|
||||
"global-home": "Pagina principală",
|
||||
"global-information": "Informații",
|
||||
"global-language": "Limbă",
|
||||
"global-language-info": "",
|
||||
"global-layout": "Aspect",
|
||||
"global-log": "Log",
|
||||
"global-navigation": "Comută navigarea",
|
||||
"global-nightmode": "Mod nocturn",
|
||||
"global-nightmode-description": "Comută modul nocturn",
|
||||
"global-question-title": "",
|
||||
"global-ram-usage": "Utilizare RAM",
|
||||
"global-skins": "Skinuri",
|
||||
"global-success-title": "Succes!",
|
||||
"global-uptime": "Timp de funcționare",
|
||||
"global-version": "Versiune",
|
||||
"global-wiki": "Wiki",
|
||||
"log-title": "ASF | Log"
|
||||
"log-event-code": "",
|
||||
"log-title": "ASF | Log",
|
||||
"placeholder-auth": "",
|
||||
"placeholder-commands": "",
|
||||
"placeholder-generator": "Nume",
|
||||
"title-bots-delete": "",
|
||||
"title-bots-delete-this": "",
|
||||
"title-bots-games": "",
|
||||
"title-bots-key": "",
|
||||
"title-bots-more": "",
|
||||
"title-bots-offline": "",
|
||||
"title-bots-online": "",
|
||||
"title-bots-refresh": "",
|
||||
"title-bots-simple": "",
|
||||
"title-commands-auto-clear": "",
|
||||
"title-commands-send": "",
|
||||
"title-commands-show-all-bots": "",
|
||||
"title-commands-show-all-commands": "",
|
||||
"title-global-boxed": "",
|
||||
"title-global-language": "",
|
||||
"title-global-never": "",
|
||||
"title-global-nightmode": "",
|
||||
"title-log-auto-scroll": ""
|
||||
}
|
||||
@@ -1,20 +1,52 @@
|
||||
{
|
||||
"auth-ipc-403": "",
|
||||
"auth-ipc-header": "",
|
||||
"auth-ipc-pw-saved": "",
|
||||
"auth-ipc-pw-wrong": "",
|
||||
"auth-ipc-text": "",
|
||||
"auth-title": "",
|
||||
"bots-confirm-delete": "",
|
||||
"bots-delete": "Показать кнопку удаления",
|
||||
"bots-delete-success": "",
|
||||
"bots-delimeter": "",
|
||||
"bots-hide": "Скрыть ботов",
|
||||
"bots-hide-offline": "Оффлайн боты",
|
||||
"bots-hide-online": "Онлайн боты",
|
||||
"bots-infobox-cards": "",
|
||||
"bots-infobox-games": "",
|
||||
"bots-infobox-time": "",
|
||||
"bots-in-use": "Бот сейчас используется.",
|
||||
"bots-key": "Показать кнопку активации",
|
||||
"bots-paused": "",
|
||||
"bots-pause-success": "",
|
||||
"bots-recover-files": "",
|
||||
"bots-redeem-button": "",
|
||||
"bots-redeem-confirm": "",
|
||||
"bots-redeem-title": "",
|
||||
"bots-resume-success": "",
|
||||
"bots-simple": "Упрощённый статус фарма",
|
||||
"bots-start-success": "",
|
||||
"bots-stop-success": "",
|
||||
"bots-syntax": "",
|
||||
"bots-title": "ASF | Боты",
|
||||
"command-auto-clear": "Автоочистка",
|
||||
"commands-auto-clear": "",
|
||||
"commands-response": "",
|
||||
"commands-sent": "",
|
||||
"commands-title": "ASF | Команды",
|
||||
"commands-waiting": "",
|
||||
"editor-change": "Сменить бота",
|
||||
"editor-current": "Сейчас редактируется:",
|
||||
"editor-current-bot": "",
|
||||
"editor-save": "Сохранить",
|
||||
"editor-save-confirm": "",
|
||||
"editor-title": "ASF | Редактор конфигураций",
|
||||
"editor-update": "",
|
||||
"editor-update-confirm": "",
|
||||
"generator-change": "Изменить режим",
|
||||
"generator-current": "Текущий режим:",
|
||||
"generator-current-bot": "",
|
||||
"generator-download": "Скачать",
|
||||
"generator-name": "",
|
||||
"generator-title": "ASF | Генератор конфигураций",
|
||||
"global-bots": "Боты",
|
||||
"global-boxed": "Фиксированная разметка",
|
||||
@@ -25,19 +57,46 @@
|
||||
"global-config": "Конфигурация",
|
||||
"global-control-panel": "Панель управления",
|
||||
"global-editor": "Редактор",
|
||||
"global-error-invalid-pw": "",
|
||||
"global-error-title": "",
|
||||
"global-generator": "Генератор",
|
||||
"global-home": "Главная",
|
||||
"global-information": "Информация",
|
||||
"global-language": "Язык",
|
||||
"global-language-info": "",
|
||||
"global-layout": "Разметка",
|
||||
"global-log": "Журнал",
|
||||
"global-navigation": "Переключатель панели навигации",
|
||||
"global-nightmode": "Ночной режим",
|
||||
"global-nightmode-description": "Переключатель ночного режима",
|
||||
"global-question-title": "",
|
||||
"global-ram-usage": "Занято ОЗУ",
|
||||
"global-skins": "Оформление",
|
||||
"global-success-title": "Успешно!",
|
||||
"global-uptime": "Время работы",
|
||||
"global-version": "Версия",
|
||||
"global-wiki": "Вики",
|
||||
"log-title": "ASF | Журнал"
|
||||
"log-event-code": "",
|
||||
"log-title": "ASF | Журнал",
|
||||
"placeholder-auth": "",
|
||||
"placeholder-commands": "",
|
||||
"placeholder-generator": "Имя",
|
||||
"title-bots-delete": "",
|
||||
"title-bots-delete-this": "",
|
||||
"title-bots-games": "",
|
||||
"title-bots-key": "",
|
||||
"title-bots-more": "",
|
||||
"title-bots-offline": "",
|
||||
"title-bots-online": "",
|
||||
"title-bots-refresh": "",
|
||||
"title-bots-simple": "",
|
||||
"title-commands-auto-clear": "",
|
||||
"title-commands-send": "",
|
||||
"title-commands-show-all-bots": "",
|
||||
"title-commands-show-all-commands": "",
|
||||
"title-global-boxed": "",
|
||||
"title-global-language": "",
|
||||
"title-global-never": "",
|
||||
"title-global-nightmode": "",
|
||||
"title-log-auto-scroll": ""
|
||||
}
|
||||
@@ -1,20 +1,52 @@
|
||||
{
|
||||
"auth-ipc-403": "",
|
||||
"auth-ipc-header": "",
|
||||
"auth-ipc-pw-saved": "",
|
||||
"auth-ipc-pw-wrong": "",
|
||||
"auth-ipc-text": "",
|
||||
"auth-title": "",
|
||||
"bots-confirm-delete": "",
|
||||
"bots-delete": "Zobraz tlačidlo odstrániť",
|
||||
"bots-delete-success": "",
|
||||
"bots-delimeter": "",
|
||||
"bots-hide": "Skryť botov",
|
||||
"bots-hide-offline": "Offline boti",
|
||||
"bots-hide-online": "Online boti",
|
||||
"bots-infobox-cards": "",
|
||||
"bots-infobox-games": "",
|
||||
"bots-infobox-time": "",
|
||||
"bots-in-use": "Bot je práve používaný.",
|
||||
"bots-key": "Zobraz tlačidlo kľúča",
|
||||
"bots-paused": "",
|
||||
"bots-pause-success": "",
|
||||
"bots-recover-files": "",
|
||||
"bots-redeem-button": "",
|
||||
"bots-redeem-confirm": "",
|
||||
"bots-redeem-title": "",
|
||||
"bots-resume-success": "",
|
||||
"bots-simple": "Jednoduché informácie o farmení",
|
||||
"bots-start-success": "",
|
||||
"bots-stop-success": "",
|
||||
"bots-syntax": "",
|
||||
"bots-title": "ASF | Boti",
|
||||
"command-auto-clear": "Automatické vyčistenie",
|
||||
"commands-auto-clear": "",
|
||||
"commands-response": "",
|
||||
"commands-sent": "",
|
||||
"commands-title": "ASF | Príkazy",
|
||||
"commands-waiting": "",
|
||||
"editor-change": "Zmeniť bota",
|
||||
"editor-current": "Aktuálne sa mení:",
|
||||
"editor-current-bot": "",
|
||||
"editor-save": "Uložiť",
|
||||
"editor-save-confirm": "",
|
||||
"editor-title": "ASF | Editor konfigurácie",
|
||||
"editor-update": "",
|
||||
"editor-update-confirm": "",
|
||||
"generator-change": "Zmeniť mód",
|
||||
"generator-current": "Aktuálny mód:",
|
||||
"generator-current-bot": "",
|
||||
"generator-download": "Stiahnuť",
|
||||
"generator-name": "",
|
||||
"generator-title": "ASF | Generátor konfigurácie",
|
||||
"global-bots": "Boti",
|
||||
"global-boxed": "Štvorcové rozloženie",
|
||||
@@ -25,19 +57,46 @@
|
||||
"global-config": "Konfigurácia",
|
||||
"global-control-panel": "Ovládací panel",
|
||||
"global-editor": "Editor",
|
||||
"global-error-invalid-pw": "",
|
||||
"global-error-title": "",
|
||||
"global-generator": "Generátor",
|
||||
"global-home": "Domovská stránka",
|
||||
"global-information": "Informácie",
|
||||
"global-language": "Jazyk",
|
||||
"global-language-info": "",
|
||||
"global-layout": "Rozloženie",
|
||||
"global-log": "Log",
|
||||
"global-navigation": "Zmena navigácie",
|
||||
"global-nightmode": "Nočný mód",
|
||||
"global-nightmode-description": "Zmeniť nočný mód",
|
||||
"global-question-title": "",
|
||||
"global-ram-usage": "Využitie RAM pamäte",
|
||||
"global-skins": "Skiny",
|
||||
"global-success-title": "Úspech!",
|
||||
"global-uptime": "Čas behu",
|
||||
"global-version": "Verzia",
|
||||
"global-wiki": "Wiki",
|
||||
"log-title": "ASF | Log"
|
||||
"log-event-code": "",
|
||||
"log-title": "ASF | Log",
|
||||
"placeholder-auth": "",
|
||||
"placeholder-commands": "",
|
||||
"placeholder-generator": "Meno",
|
||||
"title-bots-delete": "",
|
||||
"title-bots-delete-this": "",
|
||||
"title-bots-games": "",
|
||||
"title-bots-key": "",
|
||||
"title-bots-more": "",
|
||||
"title-bots-offline": "",
|
||||
"title-bots-online": "",
|
||||
"title-bots-refresh": "",
|
||||
"title-bots-simple": "",
|
||||
"title-commands-auto-clear": "",
|
||||
"title-commands-send": "",
|
||||
"title-commands-show-all-bots": "",
|
||||
"title-commands-show-all-commands": "",
|
||||
"title-global-boxed": "",
|
||||
"title-global-language": "",
|
||||
"title-global-never": "",
|
||||
"title-global-nightmode": "",
|
||||
"title-log-auto-scroll": ""
|
||||
}
|
||||
@@ -1,20 +1,52 @@
|
||||
{
|
||||
"auth-ipc-403": "",
|
||||
"auth-ipc-header": "",
|
||||
"auth-ipc-pw-saved": "",
|
||||
"auth-ipc-pw-wrong": "",
|
||||
"auth-ipc-text": "",
|
||||
"auth-title": "",
|
||||
"bots-confirm-delete": "",
|
||||
"bots-delete": "",
|
||||
"bots-delete-success": "",
|
||||
"bots-delimeter": "",
|
||||
"bots-hide": "",
|
||||
"bots-hide-offline": "",
|
||||
"bots-hide-online": "",
|
||||
"bots-infobox-cards": "",
|
||||
"bots-infobox-games": "",
|
||||
"bots-infobox-time": "",
|
||||
"bots-in-use": "",
|
||||
"bots-key": "",
|
||||
"bots-paused": "",
|
||||
"bots-pause-success": "",
|
||||
"bots-recover-files": "",
|
||||
"bots-redeem-button": "",
|
||||
"bots-redeem-confirm": "",
|
||||
"bots-redeem-title": "",
|
||||
"bots-resume-success": "",
|
||||
"bots-simple": "",
|
||||
"bots-start-success": "",
|
||||
"bots-stop-success": "",
|
||||
"bots-syntax": "",
|
||||
"bots-title": "",
|
||||
"command-auto-clear": "",
|
||||
"commands-auto-clear": "",
|
||||
"commands-response": "",
|
||||
"commands-sent": "",
|
||||
"commands-title": "",
|
||||
"commands-waiting": "",
|
||||
"editor-change": "",
|
||||
"editor-current": "",
|
||||
"editor-current-bot": "",
|
||||
"editor-save": "",
|
||||
"editor-save-confirm": "",
|
||||
"editor-title": "",
|
||||
"editor-update": "",
|
||||
"editor-update-confirm": "",
|
||||
"generator-change": "",
|
||||
"generator-current": "",
|
||||
"generator-current-bot": "",
|
||||
"generator-download": "",
|
||||
"generator-name": "",
|
||||
"generator-title": "",
|
||||
"global-bots": "",
|
||||
"global-boxed": "",
|
||||
@@ -25,19 +57,46 @@
|
||||
"global-config": "",
|
||||
"global-control-panel": "",
|
||||
"global-editor": "",
|
||||
"global-error-invalid-pw": "",
|
||||
"global-error-title": "",
|
||||
"global-generator": "",
|
||||
"global-home": "",
|
||||
"global-information": "",
|
||||
"global-language": "",
|
||||
"global-language-info": "",
|
||||
"global-layout": "",
|
||||
"global-log": "",
|
||||
"global-navigation": "",
|
||||
"global-nightmode": "",
|
||||
"global-nightmode-description": "",
|
||||
"global-question-title": "",
|
||||
"global-ram-usage": "",
|
||||
"global-skins": "",
|
||||
"global-success-title": "Uspeh!",
|
||||
"global-uptime": "",
|
||||
"global-version": "",
|
||||
"global-wiki": "",
|
||||
"log-title": ""
|
||||
"log-event-code": "",
|
||||
"log-title": "",
|
||||
"placeholder-auth": "",
|
||||
"placeholder-commands": "",
|
||||
"placeholder-generator": "",
|
||||
"title-bots-delete": "",
|
||||
"title-bots-delete-this": "",
|
||||
"title-bots-games": "",
|
||||
"title-bots-key": "",
|
||||
"title-bots-more": "",
|
||||
"title-bots-offline": "",
|
||||
"title-bots-online": "",
|
||||
"title-bots-refresh": "",
|
||||
"title-bots-simple": "",
|
||||
"title-commands-auto-clear": "",
|
||||
"title-commands-send": "",
|
||||
"title-commands-show-all-bots": "",
|
||||
"title-commands-show-all-commands": "",
|
||||
"title-global-boxed": "",
|
||||
"title-global-language": "",
|
||||
"title-global-never": "",
|
||||
"title-global-nightmode": "",
|
||||
"title-log-auto-scroll": ""
|
||||
}
|
||||
@@ -1,20 +1,52 @@
|
||||
{
|
||||
"auth-ipc-403": "",
|
||||
"auth-ipc-header": "",
|
||||
"auth-ipc-pw-saved": "",
|
||||
"auth-ipc-pw-wrong": "",
|
||||
"auth-ipc-text": "",
|
||||
"auth-title": "",
|
||||
"bots-confirm-delete": "",
|
||||
"bots-delete": "",
|
||||
"bots-delete-success": "",
|
||||
"bots-delimeter": "",
|
||||
"bots-hide": "",
|
||||
"bots-hide-offline": "",
|
||||
"bots-hide-online": "",
|
||||
"bots-infobox-cards": "",
|
||||
"bots-infobox-games": "",
|
||||
"bots-infobox-time": "",
|
||||
"bots-in-use": "Bot används för närvarande.",
|
||||
"bots-key": "",
|
||||
"bots-paused": "",
|
||||
"bots-pause-success": "",
|
||||
"bots-recover-files": "",
|
||||
"bots-redeem-button": "",
|
||||
"bots-redeem-confirm": "",
|
||||
"bots-redeem-title": "",
|
||||
"bots-resume-success": "",
|
||||
"bots-simple": "",
|
||||
"bots-start-success": "",
|
||||
"bots-stop-success": "",
|
||||
"bots-syntax": "",
|
||||
"bots-title": "",
|
||||
"command-auto-clear": "",
|
||||
"commands-auto-clear": "",
|
||||
"commands-response": "",
|
||||
"commands-sent": "",
|
||||
"commands-title": "",
|
||||
"commands-waiting": "",
|
||||
"editor-change": "",
|
||||
"editor-current": "",
|
||||
"editor-current-bot": "",
|
||||
"editor-save": "",
|
||||
"editor-save-confirm": "",
|
||||
"editor-title": "",
|
||||
"editor-update": "",
|
||||
"editor-update-confirm": "",
|
||||
"generator-change": "",
|
||||
"generator-current": "",
|
||||
"generator-current-bot": "",
|
||||
"generator-download": "",
|
||||
"generator-name": "",
|
||||
"generator-title": "",
|
||||
"global-bots": "",
|
||||
"global-boxed": "",
|
||||
@@ -25,19 +57,46 @@
|
||||
"global-config": "",
|
||||
"global-control-panel": "",
|
||||
"global-editor": "",
|
||||
"global-error-invalid-pw": "",
|
||||
"global-error-title": "",
|
||||
"global-generator": "",
|
||||
"global-home": "",
|
||||
"global-information": "",
|
||||
"global-language": "",
|
||||
"global-language-info": "",
|
||||
"global-layout": "",
|
||||
"global-log": "",
|
||||
"global-navigation": "",
|
||||
"global-nightmode": "",
|
||||
"global-nightmode-description": "",
|
||||
"global-question-title": "",
|
||||
"global-ram-usage": "",
|
||||
"global-skins": "",
|
||||
"global-success-title": "Framgång!",
|
||||
"global-uptime": "",
|
||||
"global-version": "",
|
||||
"global-wiki": "",
|
||||
"log-title": ""
|
||||
"log-event-code": "",
|
||||
"log-title": "",
|
||||
"placeholder-auth": "",
|
||||
"placeholder-commands": "",
|
||||
"placeholder-generator": "",
|
||||
"title-bots-delete": "",
|
||||
"title-bots-delete-this": "",
|
||||
"title-bots-games": "",
|
||||
"title-bots-key": "",
|
||||
"title-bots-more": "",
|
||||
"title-bots-offline": "",
|
||||
"title-bots-online": "",
|
||||
"title-bots-refresh": "",
|
||||
"title-bots-simple": "",
|
||||
"title-commands-auto-clear": "",
|
||||
"title-commands-send": "",
|
||||
"title-commands-show-all-bots": "",
|
||||
"title-commands-show-all-commands": "",
|
||||
"title-global-boxed": "",
|
||||
"title-global-language": "",
|
||||
"title-global-never": "",
|
||||
"title-global-nightmode": "",
|
||||
"title-log-auto-scroll": ""
|
||||
}
|
||||
@@ -1,43 +1,102 @@
|
||||
{
|
||||
"auth-ipc-403": "",
|
||||
"auth-ipc-header": "",
|
||||
"auth-ipc-pw-saved": "",
|
||||
"auth-ipc-pw-wrong": "",
|
||||
"auth-ipc-text": "",
|
||||
"auth-title": "",
|
||||
"bots-confirm-delete": "",
|
||||
"bots-delete": "Sil düğmesini göster",
|
||||
"bots-delete-success": "",
|
||||
"bots-delimeter": "",
|
||||
"bots-hide": "Botları gizle",
|
||||
"bots-hide-offline": "Çevrimdışı botlar",
|
||||
"bots-hide-online": "Çevrimiçi botlar",
|
||||
"bots-infobox-cards": "",
|
||||
"bots-infobox-games": "",
|
||||
"bots-infobox-time": "",
|
||||
"bots-in-use": "Bot şu anda kullanılıyor.",
|
||||
"bots-key": "Anahtar düğmesini göster",
|
||||
"bots-paused": "",
|
||||
"bots-pause-success": "",
|
||||
"bots-recover-files": "",
|
||||
"bots-redeem-button": "",
|
||||
"bots-redeem-confirm": "",
|
||||
"bots-redeem-title": "",
|
||||
"bots-resume-success": "",
|
||||
"bots-simple": "Basit işleme bilgisi",
|
||||
"bots-start-success": "",
|
||||
"bots-stop-success": "",
|
||||
"bots-syntax": "",
|
||||
"bots-title": "ASF | Botlar",
|
||||
"command-auto-clear": "Otomatik temizle",
|
||||
"commands-auto-clear": "",
|
||||
"commands-response": "",
|
||||
"commands-sent": "",
|
||||
"commands-title": "ASF | Komutlar",
|
||||
"commands-waiting": "",
|
||||
"editor-change": "Botu değiştir",
|
||||
"editor-current": "Şu anda düzenlenen:",
|
||||
"editor-current-bot": "",
|
||||
"editor-save": "Kaydet",
|
||||
"editor-save-confirm": "",
|
||||
"editor-title": "ASF | Yapılandırma Düzenleyici",
|
||||
"editor-update": "",
|
||||
"editor-update-confirm": "",
|
||||
"generator-change": "Modu değiştir",
|
||||
"generator-current": "Geçerli mod:",
|
||||
"generator-current-bot": "",
|
||||
"generator-download": "İndir",
|
||||
"generator-name": "",
|
||||
"generator-title": "ASF | Yapılandırma Oluşturucu",
|
||||
"global-bots": "Botlar",
|
||||
"global-boxed": "Kutu Düzeni",
|
||||
"global-boxed-description": "Kutu düzenini aç\/kapat",
|
||||
"global-boxed-description": "Kutu düzenini aç/kapat",
|
||||
"global-change": "Değiştir",
|
||||
"global-changelog": "Değişim günlüğü",
|
||||
"global-commands": "Komutlar",
|
||||
"global-config": "Yapılandırma",
|
||||
"global-control-panel": "Denetim Masası",
|
||||
"global-editor": "Düzenleyici",
|
||||
"global-error-invalid-pw": "",
|
||||
"global-error-title": "",
|
||||
"global-generator": "Oluşturucu",
|
||||
"global-home": "Ana sayfa",
|
||||
"global-information": "Bilgi",
|
||||
"global-language": "Dil",
|
||||
"global-language-info": "",
|
||||
"global-layout": "Düzen",
|
||||
"global-log": "Günlük",
|
||||
"global-navigation": "Gezintiyi aç\/kapat",
|
||||
"global-navigation": "Gezintiyi aç/kapat",
|
||||
"global-nightmode": "Gece modu",
|
||||
"global-nightmode-description": "Gece modunu aç\/kapat",
|
||||
"global-nightmode-description": "Gece modunu aç/kapat",
|
||||
"global-question-title": "",
|
||||
"global-ram-usage": "RAM Kullanımı",
|
||||
"global-skins": "Temalar",
|
||||
"global-success-title": "Başarılı!",
|
||||
"global-uptime": "Çalışma süresi",
|
||||
"global-version": "Sürüm",
|
||||
"global-wiki": "Viki",
|
||||
"log-title": "ASF | Günlük"
|
||||
"log-event-code": "",
|
||||
"log-title": "ASF | Günlük",
|
||||
"placeholder-auth": "",
|
||||
"placeholder-commands": "",
|
||||
"placeholder-generator": "İsim",
|
||||
"title-bots-delete": "",
|
||||
"title-bots-delete-this": "",
|
||||
"title-bots-games": "",
|
||||
"title-bots-key": "",
|
||||
"title-bots-more": "",
|
||||
"title-bots-offline": "",
|
||||
"title-bots-online": "",
|
||||
"title-bots-refresh": "",
|
||||
"title-bots-simple": "",
|
||||
"title-commands-auto-clear": "",
|
||||
"title-commands-send": "",
|
||||
"title-commands-show-all-bots": "",
|
||||
"title-commands-show-all-commands": "",
|
||||
"title-global-boxed": "",
|
||||
"title-global-language": "",
|
||||
"title-global-never": "",
|
||||
"title-global-nightmode": "",
|
||||
"title-log-auto-scroll": ""
|
||||
}
|
||||
@@ -1,20 +1,52 @@
|
||||
{
|
||||
"auth-ipc-403": "",
|
||||
"auth-ipc-header": "",
|
||||
"auth-ipc-pw-saved": "",
|
||||
"auth-ipc-pw-wrong": "",
|
||||
"auth-ipc-text": "",
|
||||
"auth-title": "",
|
||||
"bots-confirm-delete": "",
|
||||
"bots-delete": "Відображати кнопку \"Видалити\"",
|
||||
"bots-delete-success": "",
|
||||
"bots-delimeter": "",
|
||||
"bots-hide": "Приховати ботів",
|
||||
"bots-hide-offline": "Боти що офлайн",
|
||||
"bots-hide-online": "Боти що онлайн",
|
||||
"bots-infobox-cards": "",
|
||||
"bots-infobox-games": "",
|
||||
"bots-infobox-time": "",
|
||||
"bots-in-use": "Бот зараз використовується.",
|
||||
"bots-key": "Показувати кнопку активації ключів",
|
||||
"bots-paused": "",
|
||||
"bots-pause-success": "",
|
||||
"bots-recover-files": "",
|
||||
"bots-redeem-button": "",
|
||||
"bots-redeem-confirm": "",
|
||||
"bots-redeem-title": "",
|
||||
"bots-resume-success": "",
|
||||
"bots-simple": "Спрощений статус",
|
||||
"bots-start-success": "",
|
||||
"bots-stop-success": "",
|
||||
"bots-syntax": "",
|
||||
"bots-title": "ASF | Боти",
|
||||
"command-auto-clear": "Автоматична очистка",
|
||||
"commands-auto-clear": "",
|
||||
"commands-response": "",
|
||||
"commands-sent": "",
|
||||
"commands-title": "ASF | Команди",
|
||||
"commands-waiting": "",
|
||||
"editor-change": "Змінити бота",
|
||||
"editor-current": "Зараз редагується:",
|
||||
"editor-current-bot": "",
|
||||
"editor-save": "Зберегти",
|
||||
"editor-save-confirm": "",
|
||||
"editor-title": "ASF | Редактор конфігурацій",
|
||||
"editor-update": "",
|
||||
"editor-update-confirm": "",
|
||||
"generator-change": "Змінити режим",
|
||||
"generator-current": "Поточний режим:",
|
||||
"generator-current-bot": "",
|
||||
"generator-download": "Скачати",
|
||||
"generator-name": "",
|
||||
"generator-title": "ASF | Генератор конфігурацій",
|
||||
"global-bots": "Боти",
|
||||
"global-boxed": "Фіксована розмітка",
|
||||
@@ -25,19 +57,46 @@
|
||||
"global-config": "Конфігурація",
|
||||
"global-control-panel": "Панель управління",
|
||||
"global-editor": "Редактор",
|
||||
"global-error-invalid-pw": "",
|
||||
"global-error-title": "",
|
||||
"global-generator": "Генератор",
|
||||
"global-home": "Головна",
|
||||
"global-information": "Інформація",
|
||||
"global-language": "Мова",
|
||||
"global-language-info": "",
|
||||
"global-layout": "Розмітка",
|
||||
"global-log": "Журнал",
|
||||
"global-navigation": "Перемикач панелі навігації",
|
||||
"global-nightmode": "Нічний режим",
|
||||
"global-nightmode-description": "Перемикач нічного режиму",
|
||||
"global-question-title": "",
|
||||
"global-ram-usage": "Зайнято пам'яті",
|
||||
"global-skins": "Теми оформлення",
|
||||
"global-success-title": "Успіх!",
|
||||
"global-uptime": "Час роботи",
|
||||
"global-version": "Версія",
|
||||
"global-wiki": "Wiki",
|
||||
"log-title": "ASF | Журнал"
|
||||
"log-event-code": "",
|
||||
"log-title": "ASF | Журнал",
|
||||
"placeholder-auth": "",
|
||||
"placeholder-commands": "",
|
||||
"placeholder-generator": "Ім'я",
|
||||
"title-bots-delete": "",
|
||||
"title-bots-delete-this": "",
|
||||
"title-bots-games": "",
|
||||
"title-bots-key": "",
|
||||
"title-bots-more": "",
|
||||
"title-bots-offline": "",
|
||||
"title-bots-online": "",
|
||||
"title-bots-refresh": "",
|
||||
"title-bots-simple": "",
|
||||
"title-commands-auto-clear": "",
|
||||
"title-commands-send": "",
|
||||
"title-commands-show-all-bots": "",
|
||||
"title-commands-show-all-commands": "",
|
||||
"title-global-boxed": "",
|
||||
"title-global-language": "",
|
||||
"title-global-never": "",
|
||||
"title-global-nightmode": "",
|
||||
"title-log-auto-scroll": ""
|
||||
}
|
||||
@@ -1,20 +1,52 @@
|
||||
{
|
||||
"auth-ipc-403": "",
|
||||
"auth-ipc-header": "",
|
||||
"auth-ipc-pw-saved": "",
|
||||
"auth-ipc-pw-wrong": "",
|
||||
"auth-ipc-text": "",
|
||||
"auth-title": "",
|
||||
"bots-confirm-delete": "",
|
||||
"bots-delete": "Hiện nút xoá",
|
||||
"bots-delete-success": "",
|
||||
"bots-delimeter": "",
|
||||
"bots-hide": "Ẩn bot",
|
||||
"bots-hide-offline": "",
|
||||
"bots-hide-online": "",
|
||||
"bots-infobox-cards": "",
|
||||
"bots-infobox-games": "",
|
||||
"bots-infobox-time": "",
|
||||
"bots-in-use": "Bot hiện đang được sử dụng.",
|
||||
"bots-key": "",
|
||||
"bots-paused": "",
|
||||
"bots-pause-success": "",
|
||||
"bots-recover-files": "",
|
||||
"bots-redeem-button": "",
|
||||
"bots-redeem-confirm": "",
|
||||
"bots-redeem-title": "",
|
||||
"bots-resume-success": "",
|
||||
"bots-simple": "",
|
||||
"bots-start-success": "",
|
||||
"bots-stop-success": "",
|
||||
"bots-syntax": "",
|
||||
"bots-title": "ASF | Bot",
|
||||
"command-auto-clear": "Tự động xóa",
|
||||
"commands-auto-clear": "",
|
||||
"commands-response": "",
|
||||
"commands-sent": "",
|
||||
"commands-title": "ASF | Lệnh",
|
||||
"commands-waiting": "",
|
||||
"editor-change": "Thay đổi bot",
|
||||
"editor-current": "Hiện đang chỉnh sửa:",
|
||||
"editor-current-bot": "",
|
||||
"editor-save": "Lưu",
|
||||
"editor-save-confirm": "",
|
||||
"editor-title": "",
|
||||
"editor-update": "",
|
||||
"editor-update-confirm": "",
|
||||
"generator-change": "Chuyển chế độ",
|
||||
"generator-current": "Chế độ hiện tại:",
|
||||
"generator-current-bot": "",
|
||||
"generator-download": "Tải về",
|
||||
"generator-name": "",
|
||||
"generator-title": "",
|
||||
"global-bots": "Bot",
|
||||
"global-boxed": "",
|
||||
@@ -25,19 +57,46 @@
|
||||
"global-config": "Cấu hình",
|
||||
"global-control-panel": "Bảng điều khiển trung tâm",
|
||||
"global-editor": "Trình biên tập",
|
||||
"global-error-invalid-pw": "",
|
||||
"global-error-title": "",
|
||||
"global-generator": "Tạo",
|
||||
"global-home": "Trang chủ",
|
||||
"global-information": "Thông tin",
|
||||
"global-language": "Ngôn ngữ",
|
||||
"global-language-info": "",
|
||||
"global-layout": "Bố cục",
|
||||
"global-log": "Nhật ký",
|
||||
"global-navigation": "Chuyển đổi điều hướng",
|
||||
"global-nightmode": "Chế độ ban đêm",
|
||||
"global-nightmode-description": "Chuyển đổi chế độ ban đêm",
|
||||
"global-question-title": "",
|
||||
"global-ram-usage": "Bộ nhớ RAM dùng",
|
||||
"global-skins": "Giao diện",
|
||||
"global-success-title": "Hoàn tất!",
|
||||
"global-uptime": "Thời gian hoạt động",
|
||||
"global-version": "Phiên bản",
|
||||
"global-wiki": "Wiki",
|
||||
"log-title": "ASF | Nhật ký"
|
||||
"log-event-code": "",
|
||||
"log-title": "ASF | Nhật ký",
|
||||
"placeholder-auth": "",
|
||||
"placeholder-commands": "",
|
||||
"placeholder-generator": "Tên",
|
||||
"title-bots-delete": "",
|
||||
"title-bots-delete-this": "",
|
||||
"title-bots-games": "",
|
||||
"title-bots-key": "",
|
||||
"title-bots-more": "",
|
||||
"title-bots-offline": "",
|
||||
"title-bots-online": "",
|
||||
"title-bots-refresh": "",
|
||||
"title-bots-simple": "",
|
||||
"title-commands-auto-clear": "",
|
||||
"title-commands-send": "",
|
||||
"title-commands-show-all-bots": "",
|
||||
"title-commands-show-all-commands": "",
|
||||
"title-global-boxed": "",
|
||||
"title-global-language": "",
|
||||
"title-global-never": "",
|
||||
"title-global-nightmode": "",
|
||||
"title-log-auto-scroll": ""
|
||||
}
|
||||
@@ -1,20 +1,52 @@
|
||||
{
|
||||
"auth-ipc-403": "",
|
||||
"auth-ipc-header": "",
|
||||
"auth-ipc-pw-saved": "",
|
||||
"auth-ipc-pw-wrong": "",
|
||||
"auth-ipc-text": "",
|
||||
"auth-title": "",
|
||||
"bots-confirm-delete": "",
|
||||
"bots-delete": "显示删除按钮",
|
||||
"bots-delete-success": "",
|
||||
"bots-delimeter": "",
|
||||
"bots-hide": "隐藏机器人",
|
||||
"bots-hide-offline": "离线机器人",
|
||||
"bots-hide-online": "在线机器人",
|
||||
"bots-infobox-cards": "",
|
||||
"bots-infobox-games": "",
|
||||
"bots-infobox-time": "",
|
||||
"bots-in-use": "当前帐号正在使用。",
|
||||
"bots-key": "显示键按钮",
|
||||
"bots-paused": "",
|
||||
"bots-pause-success": "",
|
||||
"bots-recover-files": "",
|
||||
"bots-redeem-button": "",
|
||||
"bots-redeem-confirm": "",
|
||||
"bots-redeem-title": "",
|
||||
"bots-resume-success": "",
|
||||
"bots-simple": "简单挂卡信息",
|
||||
"bots-start-success": "",
|
||||
"bots-stop-success": "",
|
||||
"bots-syntax": "",
|
||||
"bots-title": "ASF | 机器人",
|
||||
"command-auto-clear": "自动清除",
|
||||
"commands-auto-clear": "",
|
||||
"commands-response": "",
|
||||
"commands-sent": "",
|
||||
"commands-title": "ASF | 命令",
|
||||
"commands-waiting": "",
|
||||
"editor-change": "更改机器人",
|
||||
"editor-current": "正在编辑:",
|
||||
"editor-current-bot": "",
|
||||
"editor-save": "保存",
|
||||
"editor-save-confirm": "",
|
||||
"editor-title": "ASF | 配置编辑器",
|
||||
"editor-update": "",
|
||||
"editor-update-confirm": "",
|
||||
"generator-change": "更改模式",
|
||||
"generator-current": "当前模式:",
|
||||
"generator-current-bot": "",
|
||||
"generator-download": "下载",
|
||||
"generator-name": "",
|
||||
"generator-title": "ASF | 配置文件生成器",
|
||||
"global-bots": "机器人",
|
||||
"global-boxed": "框式布局",
|
||||
@@ -25,19 +57,46 @@
|
||||
"global-config": "配置",
|
||||
"global-control-panel": "控制面板",
|
||||
"global-editor": "编辑器",
|
||||
"global-error-invalid-pw": "",
|
||||
"global-error-title": "",
|
||||
"global-generator": "生成器",
|
||||
"global-home": "首页",
|
||||
"global-information": "信息",
|
||||
"global-language": "语言",
|
||||
"global-language-info": "",
|
||||
"global-layout": "布局",
|
||||
"global-log": "日志",
|
||||
"global-navigation": "切换导航",
|
||||
"global-nightmode": "夜晚模式",
|
||||
"global-nightmode-description": "夜晚模式开关",
|
||||
"global-question-title": "",
|
||||
"global-ram-usage": "内存用量",
|
||||
"global-skins": "皮肤",
|
||||
"global-success-title": "成功!",
|
||||
"global-uptime": "在线时长",
|
||||
"global-version": "版本",
|
||||
"global-wiki": "Wiki",
|
||||
"log-title": "ASF | 日志"
|
||||
"log-event-code": "",
|
||||
"log-title": "ASF | 日志",
|
||||
"placeholder-auth": "",
|
||||
"placeholder-commands": "",
|
||||
"placeholder-generator": "名称",
|
||||
"title-bots-delete": "",
|
||||
"title-bots-delete-this": "",
|
||||
"title-bots-games": "",
|
||||
"title-bots-key": "",
|
||||
"title-bots-more": "",
|
||||
"title-bots-offline": "",
|
||||
"title-bots-online": "",
|
||||
"title-bots-refresh": "",
|
||||
"title-bots-simple": "",
|
||||
"title-commands-auto-clear": "",
|
||||
"title-commands-send": "",
|
||||
"title-commands-show-all-bots": "",
|
||||
"title-commands-show-all-commands": "",
|
||||
"title-global-boxed": "",
|
||||
"title-global-language": "",
|
||||
"title-global-never": "",
|
||||
"title-global-nightmode": "",
|
||||
"title-log-auto-scroll": ""
|
||||
}
|
||||
@@ -1,20 +1,52 @@
|
||||
{
|
||||
"auth-ipc-403": "",
|
||||
"auth-ipc-header": "",
|
||||
"auth-ipc-pw-saved": "",
|
||||
"auth-ipc-pw-wrong": "",
|
||||
"auth-ipc-text": "",
|
||||
"auth-title": "",
|
||||
"bots-confirm-delete": "",
|
||||
"bots-delete": "顯示刪除按鈕",
|
||||
"bots-delete-success": "",
|
||||
"bots-delimeter": "",
|
||||
"bots-hide": "隱藏 bots",
|
||||
"bots-hide-offline": "Bots 離線",
|
||||
"bots-hide-online": "Bots 在線上",
|
||||
"bots-infobox-cards": "",
|
||||
"bots-infobox-games": "",
|
||||
"bots-infobox-time": "",
|
||||
"bots-in-use": "BOT 目前正被使用。",
|
||||
"bots-key": "顯示兌換序號按鈕",
|
||||
"bots-paused": "",
|
||||
"bots-pause-success": "",
|
||||
"bots-recover-files": "",
|
||||
"bots-redeem-button": "",
|
||||
"bots-redeem-confirm": "",
|
||||
"bots-redeem-title": "",
|
||||
"bots-resume-success": "",
|
||||
"bots-simple": "簡單掛卡資訊",
|
||||
"bots-start-success": "",
|
||||
"bots-stop-success": "",
|
||||
"bots-syntax": "",
|
||||
"bots-title": "ASF | Bots",
|
||||
"command-auto-clear": "自動清除",
|
||||
"commands-auto-clear": "",
|
||||
"commands-response": "",
|
||||
"commands-sent": "",
|
||||
"commands-title": "ASF | 指令",
|
||||
"commands-waiting": "",
|
||||
"editor-change": "更改 Bot",
|
||||
"editor-current": "正在編輯:",
|
||||
"editor-current-bot": "",
|
||||
"editor-save": "儲存",
|
||||
"editor-save-confirm": "",
|
||||
"editor-title": "ASF | 設定檔編輯",
|
||||
"editor-update": "",
|
||||
"editor-update-confirm": "",
|
||||
"generator-change": "更改模式",
|
||||
"generator-current": "目前模式:",
|
||||
"generator-current-bot": "",
|
||||
"generator-download": "下載",
|
||||
"generator-name": "",
|
||||
"generator-title": "ASF | 設定檔產生器",
|
||||
"global-bots": "Bots",
|
||||
"global-boxed": "窄版布局",
|
||||
@@ -25,19 +57,46 @@
|
||||
"global-config": "設定",
|
||||
"global-control-panel": "控制台",
|
||||
"global-editor": "編輯器",
|
||||
"global-error-invalid-pw": "",
|
||||
"global-error-title": "",
|
||||
"global-generator": "產生器",
|
||||
"global-home": "首頁",
|
||||
"global-information": "資訊",
|
||||
"global-language": "語言",
|
||||
"global-language-info": "",
|
||||
"global-layout": "佈局",
|
||||
"global-log": "紀錄",
|
||||
"global-navigation": "切換導航欄",
|
||||
"global-nightmode": "夜間模式",
|
||||
"global-nightmode-description": "切換夜間模式",
|
||||
"global-question-title": "",
|
||||
"global-ram-usage": "RAM 使用率",
|
||||
"global-skins": "外觀",
|
||||
"global-success-title": "成功!",
|
||||
"global-uptime": "執行時間",
|
||||
"global-version": "版本",
|
||||
"global-wiki": "Wiki",
|
||||
"log-title": "ASF | 紀錄"
|
||||
"log-event-code": "",
|
||||
"log-title": "ASF | 紀錄",
|
||||
"placeholder-auth": "",
|
||||
"placeholder-commands": "",
|
||||
"placeholder-generator": "名稱",
|
||||
"title-bots-delete": "",
|
||||
"title-bots-delete-this": "",
|
||||
"title-bots-games": "",
|
||||
"title-bots-key": "",
|
||||
"title-bots-more": "",
|
||||
"title-bots-offline": "",
|
||||
"title-bots-online": "",
|
||||
"title-bots-refresh": "",
|
||||
"title-bots-simple": "",
|
||||
"title-commands-auto-clear": "",
|
||||
"title-commands-send": "",
|
||||
"title-commands-show-all-bots": "",
|
||||
"title-commands-show-all-commands": "",
|
||||
"title-global-boxed": "",
|
||||
"title-global-language": "",
|
||||
"title-global-never": "",
|
||||
"title-global-nightmode": "",
|
||||
"title-log-auto-scroll": ""
|
||||
}
|
||||
@@ -6,13 +6,12 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
|
||||
<script defer src="https://use.fontawesome.com/releases/v5.0.6/js/all.js"></script> <!--Change to cdnjs once available-->
|
||||
<link rel="icon" href="../favicon.png" type="image/png">
|
||||
<link rel="shortcut icon" href="../favicon.ico" type="img/x-icon">
|
||||
<link rel="icon" href="../img/favicon.png" type="image/png">
|
||||
<link rel="shortcut icon" href="../img/favicon.ico" type="img/x-icon">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-sweetalert/1.0.1/sweetalert.min.css">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/admin-lte/2.4.2/css/AdminLTE.min.css">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.css">
|
||||
<!--<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.css">--> <!--Implement properly-->
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic">
|
||||
<link rel="stylesheet" href="../css/_all-skins.min.css">
|
||||
<link rel="stylesheet" href="../css/app.css">
|
||||
@@ -54,8 +53,8 @@
|
||||
<i class="fas fa-users fa-fw"></i> <span data-i18n="global-bots">Bots</span>
|
||||
<span class="pull-right-container bot-status">
|
||||
<small class="label pull-right bg-gray" id="offlineBots">0</small>
|
||||
<small class="label pull-right bg-yellow" id="idleBots">0</small>
|
||||
<small class="label pull-right bg-olive" id="activeBots">0</small>
|
||||
<small class="label pull-right bg-yellow" id="onlineBots">0</small>
|
||||
<small class="label pull-right bg-olive" id="farmingBots">0</small>
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
@@ -111,30 +110,23 @@
|
||||
<span data-i18n="bots-hide">Hide bots</span> <span class="fas fa-caret-down"></span>
|
||||
</button>
|
||||
<ul class="dropdown-menu" role="menu">
|
||||
<li><button title="Toggle online bots" type="button" class="btn btn-box-tool text-grey" id="chkHideOnlineBots"><i id="iconHideOnlineBots" class="fas fa-toggle-on fa-2x fa-rotate-180"></i></button><span data-i18n="bots-hide-online">Online bots</span></li>
|
||||
<li><button title="Toggle offline bots" type="button" class="btn btn-box-tool text-grey" id="chkHideOfflineBots"><i id="iconHideOfflineBots" class="fas fa-toggle-on fa-2x fa-rotate-180"></i></button><span data-i18n="bots-hide-offline">Offline bots</span></li>
|
||||
<li><button data-i18n="title-bots-online" title="Toggle online bots" type="button" class="btn btn-box-tool text-grey" id="chkHideOnlineBots"><i id="iconHideOnlineBots" class="fas fa-toggle-on fa-2x fa-rotate-180"></i></button><span data-i18n="bots-hide-online">Online bots</span></li>
|
||||
<li><button data-i18n="title-bots-offline" title="Toggle offline bots" type="button" class="btn btn-box-tool text-grey" id="chkHideOfflineBots"><i id="iconHideOfflineBots" class="fas fa-toggle-on fa-2x fa-rotate-180"></i></button><span data-i18n="bots-hide-offline">Offline bots</span></li>
|
||||
</ul>
|
||||
</div>
|
||||
<!--Implement properly-->
|
||||
<!--<button title="Toggle multi select" type="button" class="btn btn-box-tool" id="chkMultiSelect" data-widget="collapse"><i id="iconMultiSelect" class="far fa-square"></i></button>-->
|
||||
<button title="Refresh content" type="button" class="btn btn-box-tool" id="btnRefreshContent"><i class="fas fa-sync"></i></button>
|
||||
<button data-i18n="title-bots-refresh" title="Refresh content" type="button" class="btn btn-box-tool" id="btnRefreshContent"><i class="fas fa-sync"></i></button>
|
||||
<div class="btn-group">
|
||||
<button type="button" class="btn btn-box-tool dropdown-toggle" data-toggle="dropdown">
|
||||
<i class="fas fa-wrench"></i>
|
||||
</button>
|
||||
<ul class="dropdown-menu" role="menu">
|
||||
<li><button title="Toggle key button" type="button" class="btn btn-box-tool text-grey" id="chkShowKeyButton"><i id="iconShowKeyButton" class="fas fa-toggle-on fa-2x fa-rotate-180"></i></button><span data-i18n="bots-key">Show key button</span></li>
|
||||
<li><button title="Toggle delete button" type="button" class="btn btn-box-tool text-grey" id="chkShowDeleteButton"><i id="iconShowDeleteButton" class="fas fa-toggle-on fa-2x fa-rotate-180"></i></button><span data-i18n="bots-delete">Show delete button</span></li>
|
||||
<li><button title="Toggle simple farming info" type="button" class="btn btn-box-tool text-grey" id="chkSimpleFarmingInfo"><i id="iconSimpleFarmingInfo" class="fas fa-toggle-on fa-2x fa-rotate-180"></i></button><span data-i18n="bots-simple">Simple farming info</span></li>
|
||||
<li><button data-i18n="title-bots-key" title="Toggle key button" type="button" class="btn btn-box-tool text-grey" id="chkShowKeyButton"><i id="iconShowKeyButton" class="fas fa-toggle-on fa-2x fa-rotate-180"></i></button><span data-i18n="bots-key">Show key button</span></li>
|
||||
<li><button data-i18n="title-bots-delete" title="Toggle delete button" type="button" class="btn btn-box-tool text-grey" id="chkShowDeleteButton"><i id="iconShowDeleteButton" class="fas fa-toggle-on fa-2x fa-rotate-180"></i></button><span data-i18n="bots-delete">Show delete button</span></li>
|
||||
<li><button data-i18n="title-bots-simple" title="Toggle simple farming info" type="button" class="btn btn-box-tool text-grey" id="chkSimpleFarmingInfo"><i id="iconSimpleFarmingInfo" class="fas fa-toggle-on fa-2x fa-rotate-180"></i></button><span data-i18n="bots-simple">Simple farming info</span></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!--Implement properly-->
|
||||
<!--<div class="box-body">
|
||||
<button title="Select all bots" type="button" class="btn btn-default" id="selectAllBots"><i class="fas fa-th"></i> Select all</button>
|
||||
<button title="Deselect all bots" type="button" class="btn btn-default" id="deselectAllBots"><i class="fas fa-th"></i> Deselect all</button>
|
||||
</div>-->
|
||||
</div>
|
||||
<div class="row" id="totalBotOverview"></div>
|
||||
<div class="row" id="botRow"></div>
|
||||
@@ -145,9 +137,9 @@
|
||||
<footer class="main-footer">
|
||||
<div class="pull-right"><strong data-i18n="global-version">Version</strong> <span id="version">0.0.0.0</span></div>
|
||||
<strong>
|
||||
<a href="https://github.com/JustArchi/ArchiSteamFarm">GitHub</a> -
|
||||
<a href="https://github.com/JustArchi/ArchiSteamFarm/wiki"><span data-i18n="global-wiki">Wiki</span></a> -
|
||||
<a href="https://github.com/JustArchi/ArchiSteamFarm/commits/master" id="changelog"><span data-i18n="global-changelog">Changelog</span></a>
|
||||
<a target="_blank" href="https://github.com/JustArchi/ArchiSteamFarm">GitHub</a> -
|
||||
<a target="_blank" href="https://github.com/JustArchi/ArchiSteamFarm/wiki"><span data-i18n="global-wiki">Wiki</span></a> -
|
||||
<a target="_blank" href="https://github.com/JustArchi/ArchiSteamFarm/commits/master" id="changelog"><span data-i18n="global-changelog">Changelog</span></a>
|
||||
</strong>
|
||||
</footer>
|
||||
|
||||
@@ -165,7 +157,6 @@
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-sweetalert/1.0.1/sweetalert.min.js"></script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/admin-lte/2.4.2/js/adminlte.min.js"></script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.js"></script>
|
||||
<!--<script src="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js"></script>--> <!--Implement properly-->
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/humanize-duration/3.12.1/humanize-duration.min.js"></script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.20.1/moment.min.js"></script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.i18n/1.0.4/jquery.i18n.min.js"></script>
|
||||
@@ -175,6 +166,8 @@
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.i18n/1.0.4/jquery.i18n.parser.min.js"></script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.i18n/1.0.4/jquery.i18n.emitter.min.js"></script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.i18n/1.0.4/jquery.i18n.emitter.bidi.min.js"></script>
|
||||
<script src="../js/utils.js"></script>
|
||||
<script src="../js/i18n.js"></script>
|
||||
<script src="../js/app.js"></script>
|
||||
<script>
|
||||
$(function () {
|
||||
@@ -187,7 +180,6 @@
|
||||
tmpShowDeleteButton = get('showDeleteButton'),
|
||||
tmpShowKeyButton = get('showKeyButton'),
|
||||
tmpSimpleFarmingInfo = get('simpleFarmingInfo'),
|
||||
//tmpMultiSelect = get('multiSelect'), // Implement properly
|
||||
currentlySelectedBots = [];
|
||||
|
||||
$(document).delegate('#gamesToRedeemInBackground', 'keydown', function (e) {
|
||||
@@ -262,15 +254,6 @@
|
||||
$('#chkSimpleFarmingInfo').addClass('text-olive');
|
||||
$('#iconSimpleFarmingInfo').removeClass('fa-rotate-180');
|
||||
}
|
||||
|
||||
// Implement properly
|
||||
//if (tmpMultiSelect === 'true') {
|
||||
// $('#iconMultiSelect').removeClass('fa-square');
|
||||
// $('#iconMultiSelect').addClass('fa-check-square');
|
||||
// $('#headerBox').removeClass('collapsed-box');
|
||||
// $('#headerBox').removeClass('expanded-box');
|
||||
// $('#botRow').selectable();
|
||||
//}
|
||||
});
|
||||
|
||||
$('#chkSimpleFarmingInfo').click(function () {
|
||||
@@ -318,35 +301,6 @@
|
||||
loadPageContent();
|
||||
});
|
||||
|
||||
//Implement properly
|
||||
|
||||
//$('#chkMultiSelect').click(function () {
|
||||
// if ($('#iconMultiSelect').hasClass('fa-square')) {
|
||||
// $('#iconMultiSelect').removeClass('fa-square');
|
||||
// $('#iconMultiSelect').addClass('fa-check-square');
|
||||
// $('#botRow').selectable();
|
||||
// store('multiSelect', true);
|
||||
// } else {
|
||||
// $('#iconMultiSelect').removeClass('fa-check-square');
|
||||
// $('#iconMultiSelect').addClass('fa-square');
|
||||
// $('#botRow').selectable('destroy');
|
||||
// store('multiSelect', false);
|
||||
// }
|
||||
// $('#chkMultiSelect').blur();
|
||||
//});
|
||||
|
||||
//$('#selectAllBots').click(function () {
|
||||
// $(".ui-widget-content").each(function () {
|
||||
// $(this).addClass('ui-selected');
|
||||
// });
|
||||
//});
|
||||
|
||||
//$('#deselectAllBots').click(function () {
|
||||
// $(".ui-selected").each(function () {
|
||||
// $(this).removeClass('ui-selected');
|
||||
// });
|
||||
//});
|
||||
|
||||
$('#btnRefreshContent').click(function () {
|
||||
$('#btnRefreshContent').blur();
|
||||
loadPageContent();
|
||||
@@ -409,8 +363,8 @@
|
||||
totalCardsRemaining = 0,
|
||||
farmingIsActive = false;
|
||||
|
||||
var deleteBotHTML = tmpShowDeleteButton === 'true' ? '<button title="Delete this bot" type="button" class="btn btn-box-tool" data-command="deleteBot"><i class="far fa-trash-alt"></i></button>' : '';
|
||||
var redeemGamesHTML = tmpShowKeyButton === 'true' ? '<button title="Add keys to GamesToRedeemInBackground" type="button" class="btn btn-box-tool" data-command="redeemGames"><i class="fas fa-key"></i></button>' : '';
|
||||
var deleteBotHTML = tmpShowDeleteButton === 'true' ? '<button data-i18n="title-bots-delete-this" title="Delete this bot" type="button" class="btn btn-box-tool" data-command="deleteBot"><i class="far fa-trash-alt"></i></button>' : '';
|
||||
var redeemGamesHTML = tmpShowKeyButton === 'true' ? '<button data-i18n="title-bots-games" title="Add keys to GamesToRedeemInBackground" type="button" class="btn btn-box-tool" data-command="redeemGames"><i class="fas fa-key"></i></button>' : '';
|
||||
|
||||
for (var i = 0; i < json.length; i++) {
|
||||
var obj = json[i],
|
||||
@@ -422,6 +376,7 @@
|
||||
Paused = obj.CardsFarmer.Paused,
|
||||
boxColorHTML = '',
|
||||
avatarHTML = '',
|
||||
profileHTML = '',
|
||||
startOrStopHTML = '',
|
||||
pauseOrResumeHTML = '',
|
||||
expandBoxHTML = '',
|
||||
@@ -437,6 +392,7 @@
|
||||
|
||||
if (KeepRunning === false) { // Bot is offline
|
||||
if (tmpHideOfflineBots === 'true') continue;
|
||||
profileHTML = '<img src="' + avatarHTML + '">';
|
||||
boxColorHTML = 'box-gray';
|
||||
startOrStopHTML = '<button title="Start <' + BotName + '>" type="button" class="btn btn-box-tool bot-stopped" data-command="startBot"><i class="fas fa-power-off"></i></button>';
|
||||
} else { // Bot is idling
|
||||
@@ -449,6 +405,10 @@
|
||||
if (SteamID === 0) { // Bot is not connected to steam
|
||||
boxColorHTML = 'box-danger';
|
||||
} else { // Bot is connected to steam
|
||||
profileHTML = '<a href="https://steamcommunity.com/profiles/' + obj.s_SteamID + '" target="_blank">'
|
||||
+ '<img src="' + avatarHTML + '">'
|
||||
+ '</a>';
|
||||
|
||||
if (TimeRemaining !== '00:00:00') { // Bot is farming
|
||||
var GamesToFarm = obj.CardsFarmer.GamesToFarm,
|
||||
CurrentGamesFarming = obj.CardsFarmer.CurrentGamesFarming,
|
||||
@@ -473,11 +433,11 @@
|
||||
|
||||
totalGamesRemaining += GamesToFarm.length;
|
||||
|
||||
expandBoxHTML = '<button title="Show more infos" type="button" class="btn btn-box-tool" data-widget="collapse" id="collapse-trigger"><i class="fas fa-plus"></i></button>'
|
||||
expandBoxHTML = '<button data-i18n="title-bots-more" title="Show more infos" type="button" class="btn btn-box-tool" data-widget="collapse" id="collapse-trigger"><i class="fas fa-plus"></i></button>'
|
||||
|
||||
if (IsPlayingPossible) {
|
||||
if (Paused) {
|
||||
allGamesHTML = '<p class="text-center no-margin">Bot is paused.</p>';
|
||||
allGamesHTML = '<p class="text-center no-margin">' + $.i18n('bots-paused') + '</p>';
|
||||
} else {
|
||||
if (tmpSimpleFarmingInfo === 'true') {
|
||||
allGamesHTML = '<p class="text-center no-margin">' + allGamesFarmingName.join(", ") + '</p>';
|
||||
@@ -498,7 +458,7 @@
|
||||
}
|
||||
}
|
||||
} else {
|
||||
allGamesHTML = '<p class="text-center no-margin">Bot is currently being used.</p>';
|
||||
allGamesHTML = '<p class="text-center no-margin">' + $.i18n('bots-in-use') + '</p>';
|
||||
}
|
||||
|
||||
TimeRemaining = moment.duration(TimeRemaining).asMilliseconds();
|
||||
@@ -527,7 +487,7 @@
|
||||
$('#botRow').append('<div class="col-lg-3 col-md-4 col-sm-6 col-xs-12">'
|
||||
+ '<div class="box ' + boxColorHTML + ' collapsed-box" id="bot-box-' + BotName + '">'
|
||||
+ '<div class="box-header with-border botHeader ui-widget-content">'
|
||||
+ '<img src="' + avatarHTML + '">'
|
||||
+ profileHTML
|
||||
+ '<h3 class="box-title botTitle">' + BotName + '</h3>'
|
||||
+ '<div class="box-tools pull-right botTools" id="' + BotName + '">'
|
||||
+ startOrStopHTML
|
||||
@@ -573,18 +533,22 @@
|
||||
cmd = $(this).data('command'),
|
||||
$botBox = $('#bot-box-' + BotName);
|
||||
|
||||
if (typeof cmd === 'undefined') {
|
||||
return;
|
||||
}
|
||||
|
||||
$botBox.append('<div class="overlay bot-box-loading"><i class="fas fa-sync fa-spin"></i></div>');
|
||||
|
||||
switch (cmd) {
|
||||
case 'startBot':
|
||||
$botBox.append('<div class="overlay bot-box-loading"><i class="fas fa-sync fa-spin"></i></div>');
|
||||
|
||||
$.ajax({
|
||||
url: '/Api/Command/start ' + encodeURIComponent(BotName),
|
||||
type: 'POST',
|
||||
success: function (data) {
|
||||
$('.overlay').remove();
|
||||
swal({
|
||||
title: 'Success!',
|
||||
text: '<' + BotName + '> has been started.',
|
||||
title: $.i18n('global-success-title'),
|
||||
text: $.i18n('bots-start-success', BotName),
|
||||
type: 'success'
|
||||
}, function () { location.reload(); });
|
||||
}
|
||||
@@ -592,16 +556,14 @@
|
||||
break;
|
||||
|
||||
case 'stopBot':
|
||||
$botBox.append('<div class="overlay bot-box-loading"><i class="fas fa-sync fa-spin"></i></div>');
|
||||
|
||||
$.ajax({
|
||||
url: '/Api/Command/stop ' + encodeURIComponent(BotName),
|
||||
type: 'POST',
|
||||
success: function (data) {
|
||||
$('.overlay').remove();
|
||||
swal({
|
||||
title: 'Success!',
|
||||
text: '<' + BotName + '> has been stopped.',
|
||||
title: $.i18n('global-success-title'),
|
||||
text: $.i18n('bots-stop-success', BotName),
|
||||
type: 'success'
|
||||
}, function () { location.reload(); });
|
||||
}
|
||||
@@ -609,16 +571,14 @@
|
||||
break;
|
||||
|
||||
case 'pauseBot':
|
||||
$botBox.append('<div class="overlay bot-box-loading"><i class="fas fa-sync fa-spin"></i></div>');
|
||||
|
||||
$.ajax({
|
||||
url: '/Api/Command/pause ' + encodeURIComponent(BotName),
|
||||
type: 'POST',
|
||||
success: function (data) {
|
||||
$('.overlay').remove();
|
||||
swal({
|
||||
title: 'Success!',
|
||||
text: '<' + BotName + '> has been paused.',
|
||||
title: $.i18n('global-success-title'),
|
||||
text: $.i18n('bots-pause-success', BotName),
|
||||
type: 'success'
|
||||
}, function () { location.reload(); });
|
||||
}
|
||||
@@ -626,16 +586,14 @@
|
||||
break;
|
||||
|
||||
case 'resumeBot':
|
||||
$botBox.append('<div class="overlay bot-box-loading"><i class="fas fa-sync fa-spin"></i></div>');
|
||||
|
||||
$.ajax({
|
||||
url: '/Api/Command/resume ' + encodeURIComponent(BotName),
|
||||
type: 'POST',
|
||||
success: function (data) {
|
||||
$('.overlay').remove();
|
||||
swal({
|
||||
title: 'Success!',
|
||||
text: '<' + BotName + '> has been resumed.',
|
||||
title: $.i18n('global-success-title'),
|
||||
text: $.i18n('bots-resume-success', BotName),
|
||||
type: 'success'
|
||||
}, function () { location.reload(); });
|
||||
}
|
||||
@@ -643,14 +601,13 @@
|
||||
break;
|
||||
|
||||
case 'deleteBot':
|
||||
$botBox.append('<div class="overlay bot-box-loading"><i class="fas fa-sync fa-spin"></i></div>');
|
||||
swal({
|
||||
title: 'Are you sure?',
|
||||
text: 'You will not be able to recover any bot files!',
|
||||
title: $.i18n('global-question-title'),
|
||||
text: $.i18n('bots-recover-files'),
|
||||
type: 'warning',
|
||||
showCancelButton: true,
|
||||
confirmButtonClass: 'btn-danger',
|
||||
confirmButtonText: 'Yes, delete bot!',
|
||||
confirmButtonText: $.i18n('bots-confirm-delete'),
|
||||
closeOnConfirm: false,
|
||||
showLoaderOnConfirm: true
|
||||
}, function (isConfirm) {
|
||||
@@ -661,8 +618,8 @@
|
||||
success: function (data) {
|
||||
$('.overlay').remove();
|
||||
swal({
|
||||
title: 'Success!',
|
||||
text: '<' + BotName + '> and all related files have been deleted.',
|
||||
title: $.i18n('global-success-title'),
|
||||
text: $.i18n('bots-delete-success', BotName),
|
||||
type: 'success'
|
||||
}, function () { location.reload(); });
|
||||
}
|
||||
@@ -674,20 +631,19 @@
|
||||
break;
|
||||
|
||||
case 'redeemGames':
|
||||
$botBox.append('<div class="overlay bot-box-loading"><i class="fas fa-sync fa-spin"></i></div>');
|
||||
swal({
|
||||
title: 'Enter keys!',
|
||||
text: '<p class="lead text-muted" style="display: block;">Syntax: gameName{Delimeter}cd-key</p>'
|
||||
title: $.i18n('bots-redeem-title'),
|
||||
text: '<p class="lead text-muted" style="display: block;">' + $.i18n('bots-syntax') + '</p>'
|
||||
+ '<textarea id="gamesToRedeemInBackground"></textarea>'
|
||||
+ '<div class="input-group">'
|
||||
+ '<span class="input-group-addon" id="delimeter-text">Delimeter</span>'
|
||||
+ '<span class="input-group-addon" id="delimeter-text">' + $.i18n('bots-delimeter') + '</span>'
|
||||
+ '<input type="text" class="form-control" id="delimeter" value="' + tmpDelimeter + '" aria-describedby="delimeter-text">'
|
||||
+ '</div>',
|
||||
html: true,
|
||||
customClass: 'swal-wide',
|
||||
showCancelButton: true,
|
||||
confirmButtonClass: 'btn-success',
|
||||
confirmButtonText: 'Add keys!',
|
||||
confirmButtonText: $.i18n('bots-redeem-button'),
|
||||
closeOnConfirm: false,
|
||||
showLoaderOnConfirm: true
|
||||
}, function (isConfirm) {
|
||||
@@ -725,14 +681,14 @@
|
||||
gamesAdded = Object.keys(obj).length;
|
||||
|
||||
swal({
|
||||
title: 'Success!',
|
||||
text: gamesAdded + ' Keys have been added to <' + BotName + '> background redeemer.',
|
||||
title: $.i18n('global-success-title'),
|
||||
text: $.i18n('bots-redeem-confirm', gamesAdded, BotName),
|
||||
type: 'success'
|
||||
}, function () { location.reload(); });
|
||||
},
|
||||
error: function (jqXHR, textStatus, errorThrown) {
|
||||
swal({
|
||||
title: 'Error!',
|
||||
title: $.i18n('global-error-title'),
|
||||
text: jqXHR.status + ' - ' + errorThrown,
|
||||
type: 'error'
|
||||
}, function () { location.reload(); });
|
||||
@@ -751,7 +707,7 @@
|
||||
+ '<div class="info-box bot-info-box">'
|
||||
+ '<span class="info-box-icon bg-purple bots-info-box-icon"><i class="fas fa-gamepad"></i></span>'
|
||||
+ '<div class="info-box-content bot-info-box-content">'
|
||||
+ '<span class="info-box-text">Games Remaining</span>'
|
||||
+ '<span class="info-box-text">' + $.i18n('bots-infobox-games') + '</span>'
|
||||
+ '<span class="info-box-number" id="totalGamesRemaining"></span>'
|
||||
+ '</div>'
|
||||
+ '</div>'
|
||||
@@ -760,7 +716,7 @@
|
||||
+ '<div class="info-box bot-info-box">'
|
||||
+ '<span class="info-box-icon bg-green bots-info-box-icon"><i class="far fa-clock"></i></span>'
|
||||
+ '<div class="info-box-content bot-info-box-content">'
|
||||
+ '<span class="info-box-text">Time Remaining</span>'
|
||||
+ '<span class="info-box-text">' + $.i18n('bots-infobox-time') + '</span>'
|
||||
+ '<span class="info-box-number" id="totalTimeRemaining"></span>'
|
||||
+ '</div>'
|
||||
+ '</div>'
|
||||
@@ -769,7 +725,7 @@
|
||||
+ '<div class="info-box bot-info-box">'
|
||||
+ '<span class="info-box-icon bg-aqua bots-info-box-icon"><i class="far fa-clone"></i></span>'
|
||||
+ '<div class="info-box-content bot-info-box-content">'
|
||||
+ '<span class="info-box-text">Cards Remaining</span>'
|
||||
+ '<span class="info-box-text">' + $.i18n('bots-infobox-cards') + '</span>'
|
||||
+ '<span class="info-box-number" id="totalCardsRemaining"></span>'
|
||||
+ '</div>'
|
||||
+ '</div>'
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
|
||||
<script defer src="https://use.fontawesome.com/releases/v5.0.6/js/all.js"></script> <!--Change to cdnjs once available-->
|
||||
<link rel="icon" href="../favicon.png" type="image/png">
|
||||
<link rel="shortcut icon" href="../favicon.ico" type="img/x-icon">
|
||||
<link rel="icon" href="../img/favicon.png" type="image/png">
|
||||
<link rel="shortcut icon" href="../img/favicon.ico" type="img/x-icon">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-sweetalert/1.0.1/sweetalert.min.css">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/admin-lte/2.4.2/css/AdminLTE.min.css">
|
||||
@@ -52,8 +52,8 @@
|
||||
<i class="fas fa-users fa-fw"></i> <span data-i18n="global-bots">Bots</span>
|
||||
<span class="pull-right-container bot-status">
|
||||
<small class="label pull-right bg-gray" id="offlineBots">0</small>
|
||||
<small class="label pull-right bg-yellow" id="idleBots">0</small>
|
||||
<small class="label pull-right bg-olive" id="activeBots">0</small>
|
||||
<small class="label pull-right bg-yellow" id="onlineBots">0</small>
|
||||
<small class="label pull-right bg-olive" id="farmingBots">0</small>
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
@@ -109,7 +109,7 @@
|
||||
<i class="fas fa-wrench"></i>
|
||||
</button>
|
||||
<ul class="dropdown-menu" role="menu">
|
||||
<li><button title="Toggle auto clear" type="button" class="btn btn-box-tool text-olive" id="chkAutoClear"><i id="iconAutoClear" class="fas fa-toggle-on fa-2x"></i></button><span data-i18n="command-auto-clear">Auto clear</span></li>
|
||||
<li><button data-i18n="title-commands-auto-clear" title="Toggle auto clear" type="button" class="btn btn-box-tool text-olive" id="chkAutoClear"><i id="iconAutoClear" class="fas fa-toggle-on fa-2x"></i></button><span data-i18n="commands-auto-clear">Auto clear</span></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
@@ -121,22 +121,22 @@
|
||||
<div class="box-footer">
|
||||
<div class="input-group">
|
||||
<div class="input-group-btn hidden-xs" id="cmdsDropDownBox">
|
||||
<button title="Show all commands" type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">
|
||||
<button data-i18n="title-commands-show-all-commands" title="Show all commands" type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">
|
||||
<span data-i18n="global-commands">Commands</span>
|
||||
<span class="fas fa-caret-down" id="iconCmdsDropDownBox"></span>
|
||||
</button>
|
||||
<ul class="dropdown-menu scrollable-menu" id="commandsDropDown"></ul>
|
||||
</div>
|
||||
<div class="input-group-btn hidden-xs" id="botsDropDownBox">
|
||||
<button title="Show all bots" type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">
|
||||
<button data-i18n="title-commands-show-all-bots" title="Show all bots" type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">
|
||||
<span data-i18n="global-bots">Bots</span>
|
||||
<span class="fas fa-caret-down" id="iconBotsDropDownBox"></span>
|
||||
</button>
|
||||
<ul class="dropdown-menu scrollable-menu" id="botsDropDown"></ul>
|
||||
</div>
|
||||
<input id="commandInput" type="text" class="form-control" placeholder="Type command...">
|
||||
<input id="commandInput" type="text" class="form-control" data-i18n="placeholder-commands" placeholder="Type command...">
|
||||
<div class="input-group-btn">
|
||||
<button title="Send command" type="button" class="btn btn-default" id="sendCommand"><i class="far fa-paper-plane"></i></button>
|
||||
<button data-i18n="title-commands-send" title="Send command" type="button" class="btn btn-default" id="sendCommand"><i class="far fa-paper-plane"></i></button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -148,9 +148,9 @@
|
||||
<footer class="main-footer">
|
||||
<div class="pull-right"><strong data-i18n="global-version">Version</strong> <span id="version">0.0.0.0</span></div>
|
||||
<strong>
|
||||
<a href="https://github.com/JustArchi/ArchiSteamFarm">GitHub</a> -
|
||||
<a href="https://github.com/JustArchi/ArchiSteamFarm/wiki"><span data-i18n="global-wiki">Wiki</span></a> -
|
||||
<a href="https://github.com/JustArchi/ArchiSteamFarm/commits/master" id="changelog"><span data-i18n="global-changelog">Changelog</span></a>
|
||||
<a target="_blank" href="https://github.com/JustArchi/ArchiSteamFarm">GitHub</a> -
|
||||
<a target="_blank" href="https://github.com/JustArchi/ArchiSteamFarm/wiki"><span data-i18n="global-wiki">Wiki</span></a> -
|
||||
<a target="_blank" href="https://github.com/JustArchi/ArchiSteamFarm/commits/master" id="changelog"><span data-i18n="global-changelog">Changelog</span></a>
|
||||
</strong>
|
||||
</footer>
|
||||
|
||||
@@ -175,6 +175,8 @@
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.i18n/1.0.4/jquery.i18n.parser.min.js"></script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.i18n/1.0.4/jquery.i18n.emitter.min.js"></script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.i18n/1.0.4/jquery.i18n.emitter.bidi.min.js"></script>
|
||||
<script src="../js/utils.js"></script>
|
||||
<script src="../js/i18n.js"></script>
|
||||
<script src="../js/app.js"></script>
|
||||
<script>
|
||||
$(function () {
|
||||
@@ -345,7 +347,7 @@
|
||||
$commandInput.attr('placeholder', myCommands[this.id]); // ToDo: Find a better solution for where to display description
|
||||
})
|
||||
.mouseleave(function () {
|
||||
$commandInput.attr('placeholder', 'Type command...');
|
||||
$commandInput.attr('placeholder', $.i18n('placeholder-commands'));
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
|
||||
<script defer src="https://use.fontawesome.com/releases/v5.0.6/js/all.js"></script> <!--Change to cdnjs once available-->
|
||||
<link rel="icon" href="../favicon.png" type="image/png">
|
||||
<link rel="shortcut icon" href="../favicon.ico" type="img/x-icon">
|
||||
<link rel="icon" href="../img/favicon.png" type="image/png">
|
||||
<link rel="shortcut icon" href="../img/favicon.ico" type="img/x-icon">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-sweetalert/1.0.1/sweetalert.min.css">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/admin-lte/2.4.2/css/AdminLTE.min.css">
|
||||
@@ -52,8 +52,8 @@
|
||||
<i class="fas fa-users fa-fw"></i> <span data-i18n="global-bots">Bots</span>
|
||||
<span class="pull-right-container bot-status">
|
||||
<small class="label pull-right bg-gray" id="offlineBots">0</small>
|
||||
<small class="label pull-right bg-yellow" id="idleBots">0</small>
|
||||
<small class="label pull-right bg-olive" id="activeBots">0</small>
|
||||
<small class="label pull-right bg-yellow" id="onlineBots">0</small>
|
||||
<small class="label pull-right bg-olive" id="farmingBots">0</small>
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
@@ -131,9 +131,9 @@
|
||||
<footer class="main-footer">
|
||||
<div class="pull-right"><strong data-i18n="global-version">Version</strong> <span id="version">0.0.0.0</span></div>
|
||||
<strong>
|
||||
<a href="https://github.com/JustArchi/ArchiSteamFarm">GitHub</a> -
|
||||
<a href="https://github.com/JustArchi/ArchiSteamFarm/wiki"><span data-i18n="global-wiki">Wiki</span></a> -
|
||||
<a href="https://github.com/JustArchi/ArchiSteamFarm/commits/master" id="changelog"><span data-i18n="global-changelog">Changelog</span></a>
|
||||
<a target="_blank" href="https://github.com/JustArchi/ArchiSteamFarm">GitHub</a> -
|
||||
<a target="_blank" href="https://github.com/JustArchi/ArchiSteamFarm/wiki"><span data-i18n="global-wiki">Wiki</span></a> -
|
||||
<a target="_blank" href="https://github.com/JustArchi/ArchiSteamFarm/commits/master" id="changelog"><span data-i18n="global-changelog">Changelog</span></a>
|
||||
</strong>
|
||||
</footer>
|
||||
|
||||
@@ -157,6 +157,8 @@
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.i18n/1.0.4/jquery.i18n.parser.min.js"></script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.i18n/1.0.4/jquery.i18n.emitter.min.js"></script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.i18n/1.0.4/jquery.i18n.emitter.bidi.min.js"></script>
|
||||
<script src="../js/utils.js"></script>
|
||||
<script src="../js/i18n.js"></script>
|
||||
<script src="../js/app.js"></script>
|
||||
<script>
|
||||
$(function () {
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
|
||||
<script defer src="https://use.fontawesome.com/releases/v5.0.6/js/all.js"></script> <!--Change to cdnjs once available-->
|
||||
<link rel="icon" href="../favicon.png" type="image/png">
|
||||
<link rel="shortcut icon" href="../favicon.ico" type="img/x-icon">
|
||||
<link rel="icon" href="../img/favicon.png" type="image/png">
|
||||
<link rel="shortcut icon" href="../img/favicon.ico" type="img/x-icon">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-sweetalert/1.0.1/sweetalert.min.css">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/admin-lte/2.4.2/css/AdminLTE.min.css">
|
||||
@@ -52,8 +52,8 @@
|
||||
<i class="fas fa-users fa-fw"></i> <span data-i18n="global-bots">Bots</span>
|
||||
<span class="pull-right-container bot-status">
|
||||
<small class="label pull-right bg-gray" id="offlineBots">0</small>
|
||||
<small class="label pull-right bg-yellow" id="idleBots">0</small>
|
||||
<small class="label pull-right bg-olive" id="activeBots">0</small>
|
||||
<small class="label pull-right bg-yellow" id="onlineBots">0</small>
|
||||
<small class="label pull-right bg-olive" id="farmingBots">0</small>
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
@@ -119,7 +119,7 @@
|
||||
<div class="box-footer">
|
||||
<div class="input-group pull-right">
|
||||
<div class="input-group">
|
||||
<input type="text" class="form-control" placeholder="Name" id="GeneratorName">
|
||||
<input type="text" class="form-control" data-i18n="placeholder-generator" placeholder="Name" id="GeneratorName">
|
||||
<span class="input-group-btn">
|
||||
<button class="btn btn-default" type="button" id="downloadButton">
|
||||
<i class="fas fa-cloud-download-alt"></i> <span data-i18n="generator-download">Download</span>
|
||||
@@ -136,9 +136,9 @@
|
||||
<footer class="main-footer">
|
||||
<div class="pull-right"><strong data-i18n="global-version">Version</strong> <span id="version">0.0.0.0</span></div>
|
||||
<strong>
|
||||
<a href="https://github.com/JustArchi/ArchiSteamFarm">GitHub</a> -
|
||||
<a href="https://github.com/JustArchi/ArchiSteamFarm/wiki"><span data-i18n="global-wiki">Wiki</span></a> -
|
||||
<a href="https://github.com/JustArchi/ArchiSteamFarm/commits/master" id="changelog"><span data-i18n="global-changelog">Changelog</span></a>
|
||||
<a target="_blank" href="https://github.com/JustArchi/ArchiSteamFarm">GitHub</a> -
|
||||
<a target="_blank" href="https://github.com/JustArchi/ArchiSteamFarm/wiki"><span data-i18n="global-wiki">Wiki</span></a> -
|
||||
<a target="_blank" href="https://github.com/JustArchi/ArchiSteamFarm/commits/master" id="changelog"><span data-i18n="global-changelog">Changelog</span></a>
|
||||
</strong>
|
||||
</footer>
|
||||
|
||||
@@ -162,6 +162,8 @@
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.i18n/1.0.4/jquery.i18n.parser.min.js"></script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.i18n/1.0.4/jquery.i18n.emitter.min.js"></script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.i18n/1.0.4/jquery.i18n.emitter.bidi.min.js"></script>
|
||||
<script src="../js/utils.js"></script>
|
||||
<script src="../js/i18n.js"></script>
|
||||
<script src="../js/app.js"></script>
|
||||
<script>
|
||||
$(function () {
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
|
||||
<script defer src="https://use.fontawesome.com/releases/v5.0.6/js/all.js"></script> <!--Change to cdnjs once available-->
|
||||
<link rel="icon" href="../favicon.png" type="image/png">
|
||||
<link rel="shortcut icon" href="../favicon.ico" type="img/x-icon">
|
||||
<link rel="icon" href="../img/favicon.png" type="image/png">
|
||||
<link rel="shortcut icon" href="../img/favicon.ico" type="img/x-icon">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-sweetalert/1.0.1/sweetalert.min.css">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/admin-lte/2.4.2/css/AdminLTE.min.css">
|
||||
@@ -52,8 +52,8 @@
|
||||
<i class="fas fa-users fa-fw"></i> <span data-i18n="global-bots">Bots</span>
|
||||
<span class="pull-right-container bot-status">
|
||||
<small class="label pull-right bg-gray" id="offlineBots">0</small>
|
||||
<small class="label pull-right bg-yellow" id="idleBots">0</small>
|
||||
<small class="label pull-right bg-olive" id="activeBots">0</small>
|
||||
<small class="label pull-right bg-yellow" id="onlineBots">0</small>
|
||||
<small class="label pull-right bg-olive" id="farmingBots">0</small>
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
@@ -104,7 +104,7 @@
|
||||
<i class="far fa-file-alt"></i>
|
||||
<h3 class="box-title" data-i18n="global-log">Log</h3>
|
||||
<div class="box-tools pull-right">
|
||||
<button title="Toggle auto scroll" type="button" class="btn btn-box-tool text-olive" id="toggleAutoScroll"><i class="fas fa-toggle-on fa-2x"></i></button>
|
||||
<button data-i18n="title-log-auto-scroll" title="Toggle auto scroll" type="button" class="btn btn-box-tool text-olive" id="toggleAutoScroll"><i class="fas fa-toggle-on fa-2x"></i></button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="box-body">
|
||||
@@ -120,9 +120,9 @@
|
||||
<footer class="main-footer">
|
||||
<div class="pull-right"><strong data-i18n="global-version">Version</strong> <span id="version">0.0.0.0</span></div>
|
||||
<strong>
|
||||
<a href="https://github.com/JustArchi/ArchiSteamFarm">GitHub</a> -
|
||||
<a href="https://github.com/JustArchi/ArchiSteamFarm/wiki"><span data-i18n="global-wiki">Wiki</span></a> -
|
||||
<a href="https://github.com/JustArchi/ArchiSteamFarm/commits/master" id="changelog"><span data-i18n="global-changelog">Changelog</span></a>
|
||||
<a target="_blank" href="https://github.com/JustArchi/ArchiSteamFarm">GitHub</a> -
|
||||
<a target="_blank" href="https://github.com/JustArchi/ArchiSteamFarm/wiki"><span data-i18n="global-wiki">Wiki</span></a> -
|
||||
<a target="_blank" href="https://github.com/JustArchi/ArchiSteamFarm/commits/master" id="changelog"><span data-i18n="global-changelog">Changelog</span></a>
|
||||
</strong>
|
||||
</footer>
|
||||
|
||||
@@ -147,6 +147,8 @@
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.i18n/1.0.4/jquery.i18n.parser.min.js"></script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.i18n/1.0.4/jquery.i18n.emitter.min.js"></script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.i18n/1.0.4/jquery.i18n.emitter.bidi.min.js"></script>
|
||||
<script src="../js/utils.js"></script>
|
||||
<script src="../js/i18n.js"></script>
|
||||
<script src="../js/app.js"></script>
|
||||
<script>
|
||||
$(function () {
|
||||
@@ -182,8 +184,8 @@
|
||||
ws.onclose = function (event) {
|
||||
if (event.code !== 1000) { // Code 1000 means that the connection was closed normally
|
||||
swal({
|
||||
title: 'Error!',
|
||||
text: 'Event code: ' + event.code,
|
||||
title: $.i18n('global-error-title'),
|
||||
text: $.i18n('log-event-code', event.code),
|
||||
type: 'error'
|
||||
}, function () { swal.close(); });
|
||||
}
|
||||
|
||||
@@ -42,7 +42,7 @@ build_script:
|
||||
$ProgressPreference = 'SilentlyContinue'
|
||||
|
||||
|
||||
dotnet build ArchiSteamFarm -c "$env:CONFIGURATION" -o 'out\source' /nologo
|
||||
dotnet build ArchiSteamFarm -c "$env:CONFIGURATION" -o 'out\source' /nologo "/p:ASFVariant=generic"
|
||||
|
||||
if ($LastExitCode -ne 0) {
|
||||
throw "Command failed."
|
||||
|
||||
2
wiki
2
wiki
Submodule wiki updated: aa52423a48...5ada86b880
Reference in New Issue
Block a user