-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4eaced9
commit 6459f91
Showing
1 changed file
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
{ | ||
"app.name": "ASF Generator Konfiguracije", | ||
"button.advanced": "Prebaci na napredne postavke", | ||
"button.download": "Preuzmi", | ||
"home.topic": "ASF Generator Konfiguracije je mali alat napisan pomoću JavaScript-a, koji vam pomaže da napravite vaše ASF konfiguracijske datoteke. Nakon preuzimanja generirane konfiguracije, premjestite ju u <var>config</var> mapu koja se nalazi unutar ASF glavnog direktorija. Za cijelovitu dokumentaciju idite na naš <a href=\"https://github.com/JustArchi/ArchiSteamFarm/wiki/Configuration\" target=\"_blank\" rel=\"noopener\">wiki</a>. Nadamo se da će vam naš alat biti koristan.", | ||
"link.asf": "ASF", | ||
"link.bot": "Bot", | ||
"link.home": "Početna stranica", | ||
"schema.access": "Pristup", | ||
"schema.advanced": "Napredno", | ||
"schema.basic": "Osnovno", | ||
"schema.bot.SteamLogin.description": "Prijava na vaš Steam računa", | ||
"schema.bot.SteamPassword.description": "Zaporka vašeg Steam računa", | ||
"schema.bot.name": "Naziv", | ||
"schema.bot.name.description": "Naziv bot-a", | ||
"schema.connection": "Veza", | ||
"schema.customization": "Prilagodba", | ||
"schema.farming": "Farmanje", | ||
"schema.generic.steamid64": "Vaš 'SteamID64'", | ||
"schema.performance": "Izvedba", | ||
"schema.remote_access": "Daljinski pristup", | ||
"schema.security": "Sigurnost", | ||
"schema.trading": "Trgovanje", | ||
"schema.updates": "Ažuriranja", | ||
"static.add": "Dodaj", | ||
"validators.required": "Obvezno Polje!", | ||
"validators.number": "Broj nije valjan!", | ||
"validators.number-big": "Broj je prevelik!", | ||
"validators.number-small": "Broj je premali!", | ||
"validators.string": "Tekst nije valjan!", | ||
"validators.string-big": "Tekst predugačak!", | ||
"validators.string-small": "Tekst Prekratak!", | ||
"validators.steamid": "'SteamID' nije valjan!", | ||
"validators.clan": "'ClanID' nije valjan!", | ||
"validators.url": "Poveznica nije valjana!", | ||
"validators.uuid": "UUID nije valjan!" | ||
} |