// ==UserScript==
// @name Gatinho Github
// @namespace Gatinho Github
// @version 4.57.17
// @author Gatinho
// @description Gatinho é uma pequena extençao para o jogo browser Grepolis. (counter, displays, smilies, trade options, changes to the layout)
// @match http://*.grepolis.com/*
// @match https://*.grepolis.com/*
// @exclude https://*.forum.grepolis.com/*
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js
// @icon https://i.imgur.com/1S9gut4.png
// @icon64 https://i.imgur.com/1S9gut4.png
// @license GPL-3.0
// @grant GM_info
// @grant GM_setValue
// @grant GM_getValue
// @grant GM_deleteValue
// @grant GM_xmlhttpRequest
// @grant GM_getResourceURL
// @downloadURL https://github.com/AligatorJoe/Dio-Tools-2019/raw/master/Gatinho.user.js
// ==/UserScript==
var version = '4.57.17';
/////////////////////////////////////////////////////////////////////////////////////////
// * @license GPL-3.0 //
// //
// This program is free software: you can redistribute it and/or modify //
// it under the terms of the GNU General Public License as published by //
// the Free Software Foundation, either version 3 of the License, or //
// (at your option) any later version. //
// //
// This program is distributed in the hope that it will be useful, //
// but WITHOUT ANY WARRANTY; without even the implied warranty of //
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the //
// GNU General Public License for more details. //
// //
// You should have received a copy of the GNU General Public License //
// along with this program. If not, see . //
/////////////////////////////////////////////////////////////////////////////////////////
//update 11/03/2023 popup #joe_town_popup .god_mini.null change position top: 136px;
//update 12/03/2023 Recruiting Trade modification of caption box positions
//Update 03/03/2023 link help any problems (forum explication) Problem!? Click here!
//Update 17/03/2023 #btn_available_units .ico_available_units (Icon resize units overview)
//Update 29/07/2022 link https://i.imgur.com/8lFunS2.png remplace https://gpall.innogamescdn.com/images/game/res/favor.png
//Update 22/03/2023 Recruiting Trade, Add= (colonize_ship, Wall, demolition_ship)
//Update 15/04/2023 In the calculator (Select and copy time text)
//Update 16/06/2023 joe_help_available_units style=z-index: 10
//Update 17/09/2023 $(".bottom_ornament").css("height", "30px"); - (31px)
var style = document.createElement('style');
style.type = 'text/css';
style.innerHTML =
'.attack_support_window .game_border { border-left: none; border-bottom: 1px solid #575; box-shadow: -10px 2px 3px black; } ' +
'div.game_border { background-color: #0000;} ' +
'#iframe1 { border: 5px ridge #5a9558; -moz-border-radius: 15px; border-radius: 15px; -moz-box-shadow: 4px 4px 14px #000; -webkit-box-shadow: 4px 4px 14px #000; box-shadow: 4px 4px 14px #000;}' +
'#pisca {text-shadow: 0px 0px 10px rgba(0, 0, 0, 1); color: #fff;}' +
'img#version { left: 145px;}' + //deslocacao da caixa versao do innogame para esquerda
'.item.town_group_town.odd.selected {background: #ffefcb;border: 1px solid #28a42f;color: #423515;border-top-left-radius: 13px;border-bottom-left-radius: 13px;border-top-right-radius: 13px;border-bottom-right-radius: 13px;}' + //destaque cidade atual 30/04/2023 (teste) (no groups city no premuim)
'.item.town_group_town.even.selected {background: #ffefcb;border: 1px solid #28a42f;color: #423515;border-top-left-radius: 13px;border-bottom-left-radius: 13px;border-top-right-radius: 13px;border-bottom-right-radius: 13px;}' + //destaque cidade atual 30/04/2023 (teste) (no groups city no premuim)
'.item.town_group_town.odd.selected.ui-draggable.ui-draggable-handle {background: #ffefcb;border: 1px solid #ec8585;color: #423515;border-top-left-radius: 13px;border-bottom-left-radius: 13px;border-top-right-radius: 13px;border-bottom-right-radius: 13px;}' + //destaque cidade atual 30/04/2023 (teste) (premium)
'.item.town_group_town.even.selected.ui-draggable.ui-draggable-handle {background: #ffefcb;border: 1px solid #ec8585;color: #423515;border-top-left-radius: 13px;border-bottom-left-radius: 13px;border-top-right-radius: 13px;border-bottom-right-radius: 13px;}' + //destaque cidade atual 30/04/2023 (teste) (premuim)
'.attack_icon {-moz-animation: blink normal 2s infinite ease-in-out;filter: drop-shadow(0 0 0.20rem #ff0202);}' +//pisca attack 30/04/2023 (teste) (premuim)
'@-moz-keyframes blink { 0% { opacity:1; }50% { opacity:0; } 100% {opacity:1;}} ' +//pisca attack 30/04/2023 (teste) (premuim)
//'#toolbar_activity_commands_list { visibility: visible !important; display: block ! important }' + //block liste ataque def
//'.item.command.unit_movements { visibility: visible !important; display: block ! important }' + //block liste ataque def
document.getElementsByTagName('head')[0].appendChild(style);
var uw = unsafeWindow || window,
$ = uw.jQuery || jQuery,
DATA, GM;
GM = (typeof GM_info === 'object');
console.log('%c|= Gatinho is active =|', 'color: green; font-size: 1em; font-weight: bolder; ');
function loadValue(name, default_val) {
var value;
if (GM) {
value = GM_getValue(name, default_val);
} else {
value = localStorage.getItem(name) || default_val;
}
if (typeof(value) === "string") {
value = JSON.parse(value)
}
return value;
}
if (GM && (uw.location.pathname.indexOf("game") >= 0)) {
var WID = uw.Game.world_id,
MID = uw.Game.market_id,
AID = uw.Game.alliance_id;
DATA = {
options: loadValue("options", "{}"),
user: loadValue("joe_user", "{}"),
count: loadValue("joe_count", "[]"),
notification: loadValue('notif', '0'),
error: loadValue('error', '{}'),
spellbox: loadValue("spellbox", '{ "top":"23%", "left": "-150% !important", "show": false }'),
commandbox: loadValue("commandbox", '{ "top":55, "left": 250 }'),
tradebox: loadValue("tradebox", '{ "top":55, "left": 450 }'),
townTypes: loadValue(WID + "_townTypes", "{}"),
sentUnits: loadValue(WID + "_sentUnits", '{ "attack": {}, "support": {} }'),
biremes: loadValue(WID + "_biremes", "{}"),
bullseyeUnit: loadValue(WID + "_bullseyeUnit", '{ "current_group" : -1 }'),
worldWonder: loadValue(WID + "_wonder", '{ "ratio": {}, "storage": {}, "map": {} }'),
clickCount: loadValue(WID + "_click_count", '{}'),
statistic: loadValue(WID + "_statistic", '{}'),
worldWonderTypes: loadValue(MID + "_wonderTypes", '{}')
};
if (!DATA.worldWonder.map) {
DATA.worldWonder.map = {};
}
if (typeof DATA.options.trd == 'boolean') {
DATA.options.per = DATA.options.rec = DATA.options.trd;
delete DATA.options.trd;
}
if (typeof DATA.options.mov == 'boolean') {
DATA.options.act = DATA.options.mov;
delete DATA.options.mov;
}
if (typeof DATA.options.twn == 'boolean') {
DATA.options.tic = DATA.options.til = DATA.options.tim = DATA.options.twn;
delete DATA.options.twn;
}
if (GM) GM_deleteValue("notification");
}
uw.saveValueGM = function(name, val) {
setTimeout(function() {
GM_setValue(name, val);
}, 0);
};
uw.deleteValueGM = function(name) {
setTimeout(function() {
GM_deleteValue(name);
}, 0);
};
uw.getImageDataFromCanvas = function(x, y) {};
uw.calculateConcaveHull = function() {
var contour = [
new poly2tri.Point(100, 100),
new poly2tri.Point(100, 300),
new poly2tri.Point(300, 300),
new poly2tri.Point(300, 100)
];
var swctx = new poly2tri.SweepContext(contour);
swctx.triangulate();
var triangles = swctx.getTriangles();
return triangles;
};
if (typeof exportFunction == 'function') {
exportFunction(uw.saveValueGM, unsafeWindow, {
defineAs: "saveValueGM"
});
exportFunction(uw.deleteValueGM, unsafeWindow, {
defineAs: "deleteValueGM"
});
exportFunction(uw.calculateConcaveHull, unsafeWindow, {
defineAs: "calculateConcaveHull"
});
exportFunction(uw.getImageDataFromCanvas, unsafeWindow, {
defineAs: "getImageDataFromCanvas"
});
} else {}
var time_a, time_b;
function appendScript() {
if (document.getElementsByTagName('body')[0]) {
var joescript = document.createElement('script');
joescript.type = 'text/javascript';
joescript.id = 'felix';
time_a = uw.Timestamp.client();
joescript.textContent = JOE_GAME.toString().replace(/uw\./g, "") + "\n JOE_GAME('" + version + "', " + GM + ", '" + JSON.stringify(DATA).replace(/'/g, "##") + "', " + time_a + ");";
document.body.appendChild(joescript);
} else {
setTimeout(function() {
appendScript();
}, 500);
}
}
if (location.host === "www.grepotemas.blogspot.com") {
JOE_PAGE();
} else if ((uw.location.pathname.indexOf("game") >= 0) && GM) {
appendScript();
} else {
JOE_FORUM();
}
function JOE_PAGE() {
if (typeof GM_info == 'object') {
setTimeout(function() {
joe_user = JSON.parse(loadValue("joe_user", ""));
console.log(joe_user);
uw.joe_version = parseFloat(version);
}, 0);
} else {
joe_user = localStorage.getItem("joe_user") || "";
joe_version = parseFloat(version);
}
}
function JOE_FORUM() {
var smileyArray = [];
var _isSmileyButtonClicked = false;
smileyArray.standard = [
"DPei3Qp", "bF0eB0f", "UKoHx8d", "U2tkUnL", "ZGd6diZ", "zsPaXt8", "b4yMHCR", "hMXNOWf", "zv3BwBY", "qb8pitw", "SbMOcW9", "6FAaoBZ", "qIxx6MK", "PB3b8gF", "c8q9rca",
"3jYy90T", "kLr9s0f", "YJHTAE3", "biciJ8C", "rYRsXXg", "n3FYkXU", "xfAbFHj", "XXMqg0h", "t7Rmp6H", "jBPovq6", "ap2aCHN", "Yg6IQsU", "ahNHR4q", "Zd2EmoR", "XI4NzYy",
"Q9mCXUA", "mCZqjVB", "1jq12ek", "FbOZeIT", "bTcfr5e", "CpaHDIz", "F3qc6rd", "bDfT0tg", "TrF7R27", "gAtIHDX", "ORz3hPI", "HjxgBNH", "Ke622SY", "DUmEAis", "nilUSGI",
"DdWESJH", "SVbNcMj", "zsSbQlY"
];
smileyArray.grepolis = [
"fZlUp0N", "gd5KESZ", "oeM5qth", "TUQzCP4", "LeA4Ywj", "jQImYnY", "AuNco88", "Bp9YqV5", "UD9cFTA", "i6NxVsa", "AeeeaJd", "tyf31v4", "ogmI6xR", "27BdyyZ", "dXEfuay",
"Iah41x6", "4sC6ypq", "k5tnTFX", "2w3xZnz"
];
var ForumObserver = new MutationObserver(function(mutations) {
mutations.forEach(function(mutation) {
if (mutation.addedNodes[0]) {
if (mutation.addedNodes[0].className === "redactor_box") {
ForumObserver.observe($(".redactor_box").get(0), {
attributes: false,
childList: true,
characterData: false,
subtree: true
});
}
if (_isSmileyButtonClicked === false && mutation.addedNodes[0].className === "redactor_toolbar") {
$(".redactor_btn_smilies").click();
_isSmileyButtonClicked = true;
}
if (mutation.addedNodes[0].className === "redactor_smilies") {
ForumObserver.disconnect();
$(".smilieCategory ul").empty();
for (var smiley in smileyArray.standard) {
if (smileyArray.standard.hasOwnProperty(smiley)) {
$(".smilieCategory ul").append(
'
' +
'' +
'
'
);
}
}
$(".smilieCategory ul").append("
");
for (var smiley in smileyArray.grepolis) {
if (smileyArray.grepolis.hasOwnProperty(smiley)) {
$(".smilieCategory ul").append(
'
' +
'' +
'
'
);
}
}
_isSmileyBarOpened = true;
}
}
});
});
if ($(".redactor_btn_smilies").get(0)) {
$(".redactor_btn_smilies").click();
_isSmileyButtonClicked = true;
}
if ($("#QuickReply").get(0)) {
ForumObserver.observe($("#QuickReply div").get(0), {
attributes: false,
childList: true,
characterData: false,
subtree: true
});
} else if ($("#ThreadReply").get(0)) {
ForumObserver.observe($("#ThreadReply div").get(0), {
attributes: false,
childList: true,
characterData: false,
subtree: true
});
} else if ($("form.Preview").get(0)) {
ForumObserver.observe($("form.Preview .ctrlUnit dd div").get(0), {
attributes: false,
childList: true,
characterData: false
});
} else if (typeof($("form.AutoValidator").get(0)) !== "undefined") {
ForumObserver.observe($("form.AutoValidator .messageContainer div").get(0), {
attributes: false,
childList: true,
characterData: false
});
}
}
function JOE_GAME(version, gm, DATA, time_a) {
var MutationObserver = uw.MutationObserver || window.MutationObserver,
WID, MID, AID, PID, LID, updateversion,
updateversion = version.replace(/\./g, "-");
var joe_sprite = "https://i.imgur.com/HQq4rV1.png"; //"https://i.imgur.com/cILbyDs.png";
var joe_icon = '';
if (uw.location.pathname.indexOf("game") >= 0) {
DATA = JSON.parse(DATA.replace(/##/g, "'"));
WID = uw.Game.world_id;
MID = uw.Game.market_id;
AID = uw.Game.alliance_id;
PID = uw.Game.player_id;
LID = uw.Game.locale_lang.split("_")[0];
Points = uw.Game.player_points; //novo tentar fazer foncionar lista jogadores na ilha
pName = uw.Game.player_name; //novo tentar fazer foncionar lista jogadores na ilha
tName = uw.Game.townName; //novo tentar fazer foncionar lista jogadores na ilha
Game.hasArtemis = true;
}
$.prototype.reverseList = [].reverse;
$.fn.toggleClick = function() {
var methods = arguments;
var count = methods.length;
return this.each(function(i, item) {
var index = 0;
$(item).on('click', function() {
return methods[index++ % count].apply(this, arguments);
});
});
};
function saveValue(name, val) {
if (gm) {
saveValueGM(name, val);
} else {
localStorage.setItem(name, val);
}
}
function deleteValue(name) {
if (gm) {
deleteValueGM(name);
} else {
localStorage.removeItem(name);
}
}
/////////////////////////////////////////
// * Graphic filters * //
/////////////////////////////////////////
if (uw.location.pathname.indexOf("game") >= 0) {
$('').appendTo('#ui_box');
}
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// * Language versions// German/Néerlandais/English/French/Russian/Polish/Spanish/Finnois/Grec/Hongrois/Romanian/Italian * //
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////
// Germany (DE) Translation by JoeMan //
////////////////////////////////////////////
var LANG = {
de: {
link: {
Update: "https://joeman.i234.me/Dio_tools/changelog-en/index.html",
contact: "http://grepotemas.blogspot.com/",
forum: "https://joeman.i234.me",
UnitComparison: "https://wiki.en.grepolis.com/wiki/Units_Portal/"
},
settings: {
dsc: "Gatinho bietet, unter anderem, einige Bildschirme, ein Smiley-Box, Handel mit Optionen und einige Änderungen im Layout.",
prv: "Vorschau mehrere Funktionen:",
act: "Aktivieren / Deaktivieren der Toolkit-Funktionen:",
version_old: "Die Version wird nicht aktualisiert",
version_new: "Version aktualisiert wird",
version_dev: "Entwicklerversion",
version_update: "Aktualisieren",
cat_wonders: "WW",
Update: "Aktuelle Version V" + version,
link_forum: "http://forum.de.grepolis.com/showthread.php?28838&goto=newpost",
link_contact: "http://forum.de.grepolis.com/private.php?do=newpm&u=10548",
link_Excel: "https://docs.zoho.com/file/5y2lva773ddcde22f4ebc8febadec843aaceb",
forum: "Forum",
author: "Autor",
Feature: "Neue Funktion",
cat_units: "Einheiten",
cat_icons: "Icons in den Städten",
cat_forum: "Forum",
cat_trade: "Handel",
cat_wonders: "WW",
cat_layout: "Layout",
cat_other: "Andere",
cat_moi: "Zusätzlich",
cat_nova: "Prämie",
cat_them: "🎨"
},
options: {
Blue: 'Blau',
Red: 'Rot',
Purple: 'Violett',
Yellow: 'Gelb',
Pink: 'Rosa',
Halloween: 'Halloween',
Christmas: 'Weihnachten',
Dead: 'Loch',
Abes: 'Abes',
Groot: 'Groot',
themco: 'Die farbigen',
themgif: 'Die animierten',
test: ["Aktivieren/Deaktivieren Sie die Liste der farbigen Themen ", "Wählen Sie eines der verfügbaren Designs (Farbdesigns)."],
ava: ["Übersicht der Einheiten ", "Zeigt die Einheiten aller Städte"],
sml: ["Smiles", "Erweitert die bbcode mit einer Smiley-Box"],
str: ["Stärke der Truppen", "Fügt Leistungsrahmen Truppen in mehreren Bereichen"],
tra: ["Transportkapazität", "Zeigt die damit beschäftigt Transportkapazität und in dem Antrieb Menü"],
per: ["Handel Prozent", "Erweitert das Handelsfenster mit einem Handelsprozent"],
rec: ["Commerce für die Rekrutierung", "Erweitert das Handelsfenster mit einem Einstellungs Handel"],
// cnt: ["Gegenantrag", "Kontern / Unterstützung bei der Erreichung Fenster"],
way: ["Military Geschwindigkeit", "Displays zeigt die mögliche Truppengeschwindigkeit im Angriff Fenster / support"],
sim: ["Simulator", "Anpassung des Simulators Layouts & Dauerausstellung der erweiterten Befugnis Box"],
spl: ["Cash göttliche Kräfte", "Kleine & bewegliche magnetische Kräfte Gottesfeld (mit Positionsspeicher)"],
pop: ["göttliche Gunst-Box", "Ändert die göttliche Gunst mit einem neuen Layout-Box"],
tsk: ["Taskleiste", "Erhöht die Taskleiste und minimiert tägliche Belohnung Fenster am Anfang"],
for: ["Form Excel", "Excel-Formular für Siege"],
bbc: ["Anwendungsunterstützung ", "Verlängert bbcode Bar mit einer Art und Weise Unterstützung Automatische anfordern"],
com: ["Einheiten Vergleich", "Drive Vergleichstabellen"],
tic: ["Icons in den Städten", "Jede Stadt erhält ein Symbol für die Art der Truppen in der Stadt (automatische Erkennung)", "weitere Symbole sind für die manuelle Auswahl zur Verfügung"],
til: ["Liste der Städte", "Fügt die Symbole in der Liste der Städte der Stadt"],
tim: ["Karte", "Zeigt Symbole der Städte auf der strategischen Karte"],
wwc: ["WW-Rechner", "& Shared Zähler Ressourcenberechnung + vorherige und nächste Schaltflächen Weltwunder (derzeit nicht deaktiviert!)"],
wwr: ["Einstufung", "Die Einstufung der Wunder der Welt neu gestaltet"],
wwi: ["icons", "Fügt Symbole in dem Weltwunder in der strategischen Karte"],
con: ["Kontextmenü", "Austausch „Select City“ und „Übersicht der Städte“ aus dem Kontextmenü"],
sen: ["Sent Einheiten", "Shows Einheiten geschickt im Angriff / support Fenster "],
tov: ["Stadtblick", "Ersetzt das neue Panorama der Stadt mit dem Stil des alten Fensters"],
scr: ["Mausrad", "Änderungen mit moleta Maus, Vision Island / Karte"],
stt: ["statistiques Grepodata", "Fügt eine Schaltfläche, um die statische Welt zu sehen"],
err: ["Senden Sie automatisch Fehlerberichte", "Wenn Sie diese Option aktivieren, können Sie helfen, Fehler zu identifizieren."],
Tti: ["Handel Ressourcen für Festivals", "Klicken Sie auf Ressourcen zu einem Festival schicken"],
Isl: ["island View", "Erhöhen Sie die Höhe der Liste der Städte und Gemeinden."],
Ish: ["Die Ressourcen der Dörfer (aktiv Kapitän)", "(Sammeln Sie alle recussos die Inseln in 1 Klick)"],
Exi: ["Anforderung:", "💰 Aktivieren ->"],
OCC: [" Ozean-Nummer", "Visualisa Ozean numero"],
BBV: [" Stadt in BB-Kodex", "Fügt die aktuelle Stadt BBcodigo"],
CVW: [" Button Stadt / Karte", "Fügt eine Schaltfläche zwischen der Vision und der Stadtkarte zu wechseln."],
Mess: ["Danke für dein Vertrauen", "Zur Verfügung stellt neue Module für falicidar Ihres täglichen Aufgaben im Spiel, geprüft und genehmigt.!."],
Ciw: [" Blick auf die Stadt / Fenster", "Anzeigen Blick auf die Stadt in einem Fenster"],
act: [" Aktivieren Sie im Dropdown-Box und Handel Angriff", "Anzeige Erweiterungen Handel Boxen und Rekrutierung (mit Positionsspeicher)"],
Bjc: [" Button BB-Code", "Hinzufügen einer Schaltfläche BBcode (Spieler und Allianz)"],
SUA: [" Hinzufügen (keine Überlast / Reset)", "Neue Werkzeuge in Angriff und Support-Fenster."],
Mse: [" BB-Kodex menssagens", "Wandelt menssagens in BB-Kodex"],
Cul: [" Überblick über Kultur (Administrator)", "Fügt eine Zählung aller Paraden"],
Hid: [" In den Höhlen", "Fügt Silber in die Höhle, wenn die Lease hat über 15k. "],
Hio: [" Mit Blick auf die Höhlen (Administrator)", "5 Kategorien vorhanden suchen."],
ubv: [" Kapazität Bevölkerung", "Unterstützung Kapazität - von der Insel "],
Arb: ["Schneller Zugang. ", "Um diese Option zu deaktivieren, deaktivieren Sie sie und klicken Sie auf Aktualisieren"],
her: [" Eroberung thrakischen", "Karte Größenreduzierung thrakischen Leistung."]
},
Quack: {
cityfestivals: "urban Festival",
olympicgames: "Olympische Spiele",
triumph: "Victory Parade",
theater: "Theateraufführungen"
},
labels: {
stt: "statistiques Grepodata",
uni: "Übersicht der Einheiten",
total: "weltweit",
available: "Verfügbar",
outer: "aus",
con: "Stadt wählen",
no_overload: "ohne Überlastung",
std: "Standard",
gre: "Grepolis",
nat: "Natürlich",
ppl: "Beliebt",
oth: "Andere",
hal: "Halloween",
xma: "Weihnachten",
ttl: "Anwendungsunterstützung",
inf: "Stadtinfo:",
dev: "Präzision",
det: "detaillierte Einheiten",
prm: "Bonus Premium",
sil: "Silber an der Grotte",
mov: "Bewegungen in der Stadt:",
WaUp: "Wand<25",
Rev2: "Flamme R2",
Def1: "Verteidigung Terre",
Bir1: "Verteidigung Birremes",
OC: "OC",
R1: "Start R1:",
R2: "Start R2:",
FR2: " Ende R2: ",
f_R212: "Aufstand 12H",
f_R210: "Aufstand 10H",
NTS: "Einheiten ohne Details",
fooster: "👆 / 👇 oder nichts",
leg: "WW Wonders",
stg: "Niveau",
tot: "Gesamt",
str: "Power Units",
los: "Verluste",
mod: "Kein Modifikator Einfluss",
dsc: "Vergleichseinheiten",
hck: "Einschlag",
prc: "Schnitt",
dst: "Arremço",
sea: "Marine",
att: "Beleidigend",
def: "Defensive",
spd: "Geschwindigkeit",
bty: "Beute (Ressourcen)",
cap: "Die Fähigkeit, Transport",
res: "Kosten (Ressourcen)",
fav: "Gefallen",
tim: "Zeit Recruitment (n)",
BBV: "BB-Code Stadt",
rat: "Ressourcen-Verhältnis von einer Art von Einheit",
shr: "Aus dem Speicher auf der Zielstadt",
per: " andel Prozent",
lab: "abgeschickt Einheiten",
cityfestivals: "städtische Feste",
improved_movement: "Truppen fahren mit Bonus-Einstellung",
cap_of_invisibility: "Zeitpunkt der Unsichtbarkeit, Zeitpunkt des Wirkungsendes"
},
messages: {
export: "Convert Nachricht an BB-Kodex",
Tol: "Copiar e colar",
copy: "Kopieren",
bbmessages: "BB-Kodex Nachrichten",
copybb: "BB-Kodex wurde kopiert",
},
grepo_mainmenu: {
city_view: "Stadtblick",
island_view: "Blick auf die Insel"
},
buttons: {
sav: "Speichern",
ins: "Speichern",
res: "Reset"
}
},
///////////////////////////////////////////
// Italian (it) Translation by JoeMan //
///////////////////////////////////////////
it: {
link: {
Update: "https://joeman.i234.me/Dio_tools/changelog-en/index.html",
contact: "http://grepotemas.blogspot.com/",
forum: "https://joeman.i234.me",
UnitComparison: "https://wiki.en.grepolis.com/wiki/Units_Portal/"
},
settings: {
dsc: "Gatinho offre, tra le altre cose, alcune schermate, una scatola smiley, trading di opzioni e alcuni cambiamenti nel layout.",
prv: "Anteprima di diverse caratteristiche:",
act: "Abilitare / disabilitare il toolkit dispone di:",
version_old: "La versione non viene aggiornato",
version_new: "La versione viene aggiornato",
version_dev: "versione per sviluppatori",
version_update: "aggiornare",
cat_wonders: "WW",
Update: "Versione corrente V" + version,
link_forum: "https://joeman.i234.me",
link_contact: "https://joeman.i234.me",
link_Excel: "https://docs.zoho.com/file/5y2lva773ddcde22f4ebc8febadec843aaceb",
forum: "Forum",
author: "Autore",
Feature: "Nuova caratteristica",
cat_units: "unità",
cat_icons: "Le icone nelle città",
cat_forum: "Forum",
cat_trade: "Commercio",
cat_wonders: "WW",
cat_layout: "disposizione",
cat_other: "Altri",
cat_moi: "addizionale",
cat_nova: "premio",
cat_them: "🎨"
},
options: {
Blue: 'Blu',
Red: 'Rosso',
Purple: 'Viola',
Yellow: 'Gialo',
Pink: 'Rosa',
Halloween: 'Halloween',
Christmas: 'Natale',
Dead: 'Buco',
Abes: 'Abes',
Groot: 'Groot',
themco: 'Quelli colorati',
themgif: 'Quelli animati',
test: ["Abilita/Disabilita l'elenco dei temi colorati ", "Seleziona uno dei temi disponibili, (Temi colore)."],
ava: ["Panoramica delle unità", "Indica le unità di tutte le città"],
sml: ["faccine", "Estende la bbcode con una scatola di smiley"],
str: ["Forza di truppe", "Aggiunge potenza cornici truppe in diverse aree"],
tra: ["capacità di trasporto", "Mostra la capacità di trasporto occupato e disponibili nel menu di azionamento "],
per: ["percentuale commercio", "Estende la finestra di scambio con una percentuale del commercio"],
rec: ["Commercio per il reclutamento", "Estende la finestra di scambio con un commercio di reclutamento "],
// cnt: ["Contatore movimento", "contrattacchi / supporto nella finestra di realizzazione "],
way: ["Velocità militare", "Display mostrano la velocità possibile truppa nella finestra di attacco / supporto "],
sim: ["Simulatore", "Adattamento del layout simulatore e mostra permanente della scatola poteri estesi "],
spl: ["Cash Powers Divine", "Piccole e mobili Box Magnetic poteri divini (con memoria di posizione) "],
pop: ["favori divini box", "Cambia i favori divini scatola con un nuovo layout"],
tsk: ["barra delle applicazioni", "Aumenta la barra delle applicazioni e riduce al minimo la finestra ricompensa giornaliera all'inizio"],
for: ["modulo Excel", "modulo Excel per Siege"],
bbc: ["Supporto per l'applicazione", "Estende bar bbcode con un modo per richiedere supporto automatico"],
com: ["confronto unità", "Aggiungere tabelle di confronto auto"],
tic: ["Le icone nelle città ", "Ogni città riceve un'icona per il tipo di truppe in città (rilevamento automatico)", "icone aggiuntive sono disponibili per la selezione manuale"],
til: ["Lista delle città", "Aggiunge le icone della città nella lista delle città"],
tim: ["Carta geografica", "Mostra le icone delle città sulla mappa strategica"],
wwc: ["WW Calculator", "E condiviso di risorse di calcolo contatore + pulsanti Indietro e Avanti meraviglie del mondo (attualmente non disattivato!)"],
wwr: ["Classificazione", "Classificazione della meraviglia del mondo ridisegnato"],
wwi: ["icone", "Aggiunge le icone nella meraviglia del mondo nella mappa strategica"],
con: ["Menù contestuale", "Exchange Select City e Panoramica delle città dal menu contestuale"],
sen: ["Apparecchi inviati", "unità Spettacoli inviati nella finestra di attacco / supporto"],
tov: ["Vista della città", "Sostituisce il nuovo panorama della città con lo stile della vecchia finestra"],
scr: ["Rotellina del mouse", "Modifiche con il mouse moleta, visione Island / Mappa"],
stt: ["statistiques Grepodata", "Aggiunge un pulsante per vedere il mondo statico"],
err: ["Invia automaticamente le segnalazioni di errori ", "Se si attiva questa opzione, è possibile aiutare a identificare gli errori."],
Tti: ["risorse commerciali per le feste", "Fare clic per inviare le risorse per una festa"],
Isl: ["island View ", "Aumentare l'altezza della lista di città e paesi."],
Ish: ["Risorse dei villaggi (attivo capitano)", "(Raccogliere tutti recussos le isole in 1 click)"],
Exi: ["Requisiti:", "💰 Attiva ->"],
OCC: ["Ocean Numero", "Visualisa Ocean numero"],
BBV: ["Città in BB-Code", "Aggiunge la città corrente BBcodigo"],
CVW: ["Pulsante Città / Mappa", "Aggiunge un pulsante per passare dalla visione e la mappa della città."],
Mess: ["grazie per la tua fiducia", "Rendere disponibili nuovi moduli per falicidar il vostro giorno per giorno le attività nel gioco, testato e approvato.!"],
Ciw: ["VISTA DELLA CITTÀ / finestra", "Mostra vedute della città in una finestra"],
act: ["Abilita caselle a discesa e attacco Commerciale ", "Display migliorato commercio scatole e reclutamento (con memoria di posizione)"],
Bjc: ["Pulsante BB-code", "L'aggiunta di un pulsante BBcode (giocatore e alleanza)"],
SUA: ["Aggiungere (nessun sovraccarico / Reset)", "Nuovi strumenti in attacco e la finestra di supporto."],
Mse: ["menssagens BB-Code", "Converte menssagens a BB-Code"],
Cul: [" Panoramica della cultura (Administrator)", "Aggiunge un conteggio di tutte le sfilate"],
Hid: [" Aggiungere alla grotta", "Aggiunge l'argento alla grotta nel magazzino hanno più di 15K."],
Hio: [" Vista delle grotte (Administrator)", "5 categorie disponibili di ricerca."],
ubv: [" popolazione di capacità ", "sostenere la capacità - al largo dell'isola "],
Arb: ["Accesso veloce. ", "Per disabilitare questa opzione, deselezionala e fai clic su Aggiorna"],
her: ["conquista della Tracia", "mappa riduzione delle dimensioni raggiungimento della Tracia."]
},
Quack: {
cityfestivals: "urban Festival",
olympicgames: "giochi Olimpici",
triumph: "Victory Parade",
theater: "spettacoli teatrali"
},
labels: {
stt: "statistiques Grepodata",
uni: "Panoramica delle unità",
total: "Globale",
available: "A disposizione",
outer: "Su",
con: "scegli la città",
no_overload: "senza sovraccarico",
std: "Standard",
gre: "Grepolis",
nat: "Naturale",
ppl: "Popolare",
oth: "Altri",
hal: "Halloween",
xma: "Natale",
ttl: "Supporto per l'applicazione",
inf: "Info città:",
dev: "precisione",
det: "unità dettagliate ",
prm: "bonus Premium ",
sil: "Argento alla Grotta",
mov: "I movimenti in città:",
WaUp: "Parete<25",
Rev2: "Fiamma R2",
Def1: "difesa Terre",
Bir1: "difesa Birremes",
OC: "OC",
R1: "Inizio R1:",
R2: "Inizio R2:",
FR2: " Fine R2: ",
f_R212: "Rivolta 12H",
f_R210: "Rivolta 10H",
NTS: "Unità senza dettagli",
fooster: "👆 / 👇 o niente",
leg: "WW Meraviglie",
stg: "Livello",
tot: "Totale",
str: "Alimentatori",
los: "Perdite",
mod: "Nessuna influenza modificatore",
dsc: "unità di confronto",
hck: "urto",
prc: "Taglio",
dst: "Arremço",
sea: "Navale",
att: "Offensivo",
def: "Difensiva",
spd: "velocità",
bty: "Booty (risorse)",
cap: "Capacità di trasporto",
res: "Costo (risorse)",
fav: "favore",
tim: "Time Recruitment (s)",
BBV: "BB-City Code",
rat: "rapporto risorsa di un tipo di unità",
shr: "Dal deposito sulla città di destinazione",
per: "percentuale commercio",
lab: "Apparecchi inviati",
cityfestivals: "festival urbani",
improved_movement: "Le truppe di auto con regolazione bonus",
cap_of_invisibility: "Tempo di invisibilità, tempo di fine effetto"
},
messages: {
export: "messaggio Converti in BB-Code ",
Tol: "Copiar e colar",
copy: "copia",
bbmessages: "messaggi BB-Code",
copybb: "BB-Code è stato copiato",
},
grepo_mainmenu: {
city_view: "Vista della città",
island_view: "Vista dell'isola"
},
buttons: {
sav: "Salvare",
ins: "Inserire",
res: "Ripristina"
}
},
///////////////////////////////////////////
// Greece (EL)GR? Translation by JoeMan //
///////////////////////////////////////////
el: {
link: {
Update: "https://joeman.i234.me/Dio_tools/changelog-en/index.html",
contact: "http://grepotemas.blogspot.com/",
forum: "https://joeman.i234.me",
UnitComparison: "https://wiki.en.grepolis.com/wiki/Units_Portal/"
},
settings: {
dsc: "ΔΗΩ-Εργαλεία προσφορές, μεταξύ άλλων, ορισμένες οθόνες, ένα χαμογελαστό κουτί, τις επιλογές των συναλλαγών και κάποιες αλλαγές στη διάταξη.",
prv: "Προεπισκόπηση πολλά χαρακτηριστικά:",
act: "Ενεργοποίηση / απενεργοποίηση η εργαλειοθήκη χαρακτηριστικά:",
version_old: "Έκδοση δεν ενημερώνεται",
version_new: "Έκδοση ενημερώνεται",
version_dev: "έκδοση του έργου",
version_update: "εκσυγχρονίζω",
cat_wonders: "WW",
Update: "Τρέχουσα έκδοση V" + version,
link_forum: "https://joeman.i234.me",
link_contact: "https://joeman.i234.me",
link_Excel: "https://docs.zoho.com/file/5y2lva773ddcde22f4ebc8febadec843aaceb",
forum: "Δικαστήριο",
author: "Συγγραφέας",
Feature: "νέο χαρακτηριστικό",
cat_units: "μονάδες",
cat_icons: "Εικόνες στις πόλεις",
cat_forum: "Δικαστήριο",
cat_trade: "Εμπορικές συναλλαγές",
cat_wonders: "WW",
cat_layout: "σχέδιο",
cat_other: "Οι υπολοιποι",
cat_moi: "Πρόσθετος",
cat_nova: "Ασφάλιστρο",
cat_them: "🎨"
},
options: {
Blue: 'Μπλε',
Red: 'Το κόκκινο',
Purple: 'Βιολέτα',
Yellow: 'Κίτρινος',
Pink: 'Τριαντάφυλλο',
Halloween: 'Halloween',
Christmas: 'Χριστούγεννα',
Dead: 'Τρύπα',
Abes: 'Abes',
Groot: 'Groot',
themco: 'Τα χρωματιστά',
themgif: 'Τα κινούμενα',
test: ["Ενεργοποίηση/Απενεργοποίηση της λίστας χρωματισμένων θεμάτων ", "Επιλέξτε οποιοδήποτε από τα διαθέσιμα θέματα, (Θέματα χρώματος)."],
ava: ["Επισκόπηση των μονάδων", "Υποδεικνύει τις μονάδες όλων των πόλεων"],
sml: ["smilies ", "Επεκτείνει το BBCode με ένα smiley κουτί"],
str: ["Αντοχή Στρατεύματα", "Προσθέτει δύναμη πλαίσια στρατεύματα σε αρκετές περιοχές"],
tra: ["μεταφορική ικανότητα", "Δείχνει την πολυσύχναστη ικανότητα μεταφοράς και διαθέσιμες στο μενού οδήγησης"],
per: ["εμπορίου ποσοστό", "Επεκτείνει το παράθυρο του εμπορίου με ποσοστό συναλλαγών"],
rec: ["Εμπορίου για την πρόσληψη", "Επεκτείνει το παράθυρο εμπόριο με το εμπόριο προσλήψεις"],
// cnt: ["Μετρητής κίνησης", "επιθέσεις Μετρητής / υποστήριξης στο παράθυρο επίτευξη"],
way: ["Στρατιωτική ταχύτητας", "Εμφανίζει δείχνουν την πιθανή ταχύτητα στρατευμάτων στο παράθυρο επίθεση / ενίσχυση"],
sim: ["Προσομοιωτής", "Προσαρμογή της διάταξης προσομοιωτή και μόνιμη έκθεση του επεκτάθηκε κουτί αρμοδιότητες"],
spl: ["Μετρητά Θεϊκές Δυνάμεις", "Μικρές & κινητό μαγνητικό κουτί θεϊκές δυνάμεις (με μνήμη θέσης)"],
pop: ["θείας χάρες κουτί", "Αλλάζει η θεία ευνοεί κουτί με μια νέα διάταξη"],
tsk: ["γραμμή εργασιών", "Αυξάνει τη γραμμή εργασιών και ελαχιστοποιεί τις καθημερινές παράθυρο ανταμοιβή στην αρχή"],
for: ["μορφή Excel", "μορφή Excel για Siege"],
bbc: ["Υποστήριξη εφαρμογής", "Επεκτείνει μπαρ BBCode με έναν τρόπο για να ζητήσουν υποστήριξη Αυτόματη"],
com: ["σύγκριση μονάδες", "Προσθέστε πίνακες σύγκρισης κίνησης "],
tic: ["Εικόνες στις πόλεις", "Κάθε πόλη δέχεται ένα εικονίδιο για τον τύπο των στρατευμάτων στην πόλη (αυτόματη ανίχνευση)", "επιπλέον εικονίδια είναι διαθέσιμα για χειροκίνητη επιλογή"],
til: ["Κατάλογος των Πόλεων", "Προσθέτει εικόνες της πόλης στον κατάλογο των πόλεων"],
tim: ["Χάρτης", "Εμφανίζει εικονίδια των πόλεων στο στρατηγικό χάρτη"],
wwc: ["Υπολογιστής WW", "Και υπολογισμός κοινόχρηστο μετρητή πόρο + προηγούμενο και επόμενο κουμπιά θαύματα του κόσμου (προς το παρόν δεν απενεργοποιούνται!)"],
wwr: ["Ταξινόμηση", "Η κατάταξη των θαύμα του κόσμου επανασχεδιασμένο"],
wwi: ["εικονίδια", "Προσθέτει εικονίδια στο θαύμα του κόσμου στο στρατηγικό χάρτη"],
con: ["Κατάλογος συμφραζόμενων", "Ανταλλαγή Επιλέξτε πόλη και επισκόπηση των πόλεων στο μενού περιβάλλοντος"],
sen: ["Εστάλη μονάδες", "Εμφανίζει τις μονάδες που αποστέλλονται στο παράθυρο επίθεση / ενίσχυση"],
tov: ["Θέα της πόλης", "Αντικαθιστά το νέο πανόραμα της πόλης με το ύφος του παλιού παραθύρου"],
scr: ["Mouse Wheel", "Αλλαγές με Moleta το ποντίκι, το όραμα Island / Χάρτης"],
stt: ["statistiques Grepodata", "Προσθέτει ένα κουμπί για να δείτε το στατικό κόσμο"],
err: ["Αυτόματη αποστολή αναφορών σφαλμάτων", "Αν ενεργοποιήσετε αυτή την επιλογή, μπορείτε να βοηθήσει στον εντοπισμό σφαλμάτων."],
Tti: ["Εμπόριο πόρους για τα φεστιβάλ", "Κάντε κλικ για να στείλετε πόρους σε ένα φεστιβάλ"],
Isl: ["Island View", "Αυξήστε το ύψος της λίστας των πόλεων και των πόλεων."],
Ish: ["Πόροι από τα χωριά (ενεργό Καπετάν)", "(Συγκεντρώσει όλα recussos τα νησιά σε 1 κλικ)"],
Exi: [" παίτηση:", "💰 Ενεργοποίηση ->"],
OCC: ["Ocean Αριθμός", "Visualisa Ocean numero"],
BBV: ["Πόλη σε BB-Code", "Προσθέτει την τρέχουσα πόλη BBcodigo"],
CVW: ["Κουμπί Πόλη / Χάρτης", "Προσθέτει ένα κουμπί για εναλλαγή μεταξύ του οράματος και χάρτη της πόλης."],
Mess: ["σε ευχαριστώ για την εμπιστοσύνη σου", "Κάντε διαθέσιμες νέες ενότητες για falicidar καθημερινή σας καθήκοντα στο παιχνίδι, δοκιμαστεί και εγκριθεί.!."],
Ciw: ["Προβολή της πόλης / παράθυρο", "Εμφάνιση θέα της πόλης σε ένα παράθυρο"],
act: ["Ενεργοποίηση αναπτυσσόμενα πλαίσια Εμπόριο και την επίθεση", "Βελτιώσεις οθόνη εμπόριο κουτιά και τις προσλήψεις (με μνήμη θέσης)"],
Bjc: ["Κουμπί BB-code", "Προσθέτοντας ένα κουμπί BBcode (παίκτη και συμμαχίας)"],
SUA: ["Προσθέστε (χωρίς υπερφόρτωση / Reset)", "Νέα εργαλεία στην επίθεση και το παράθυρο υποστήριξης."],
Mse: ["menssagens BB-Code", "Μετατρέπει menssagens σε BB-Code"],
Cul: [" Επισκόπηση του πολιτισμού (Διαχειριστής)", "Προσθέτει μια καταμέτρηση του συνόλου των παρελάσεων"],
Hid: [" Προσθήκη στο σπήλαιο", "Προσθέτει ασήμι στο σπήλαιο στην αποθήκη έχουν πάνω από 15K. "],
Hio: [" Προβολή των σπηλαίων (Διαχειριστής) ", "5 κατηγορίες διαθέσιμη αναζήτησης. "],
ubv: [" του πληθυσμού της ικανότητας", "υποστηρίξει την ικανότητα - από το νησί "],
Arb: ["γρήγορη πρόσβαση. ", "Για να απενεργοποιήσετε αυτήν την επιλογή, αποεπιλέξτε την και κάντε κλικ στην ανανέωση"],
her: ["κατάκτηση Θρακικό", "χάρτης μείωση του μεγέθους Θρακικό επίτευγμα."]
},
Quack: {
cityfestivals: "Urban Festival",
olympicgames: "Ολυμπιακοί αγώνες",
triumph: "νίκη Parade",
theater: "θεατρικές παραστάσεις"
},
labels: {
stt: "statistiques Grepodata",
uni: "Επισκόπηση των μονάδων",
total: "Παγκόσμια",
available: "Διαθέσιμος",
outer: "Εξω",
con: "Επιλέξτε πόλη",
no_overload: "χωρίς υπερφόρτωση",
std: "Πρότυπο",
gre: "Grepolis",
nat: "Φυσικός",
ppl: "Δημοφιλής",
oth: "Οι υπολοιποι",
hal: " Απόκριες",
xma: "Χιστούγεννα",
ttl: "Υποστήριξη εφαρμογής",
inf: "Πόλη πληροφορίες:",
dev: "ακρίβεια",
det: "Λεπτομερής μονάδες",
prm: "μπόνους Premium",
sil: "Ασημένιο στο Grotto",
mov: "Κινήσεις στην πόλη:",
WaUp: "Τείχος<25",
Rev2: "φλόγα R2",
Def1: "άμυνας Terre",
Bir1: "άμυνας Birremes",
OC: "OC ",
R1: "Αρχή R1:",
R2: "Αρχή R2:",
FR2: " Τέλος R2: ",
f_R212: "Εξέγερση 12Η",
f_R210: "Εξέγερση 10Η",
NTS: "Μονάδες χωρίς λεπτομέρειες",
fooster: "👆 / 👇 ή τίποτα",
leg: "WW Θαύματα",
stg: "Επίπεδο",
tot: "Σύνολο",
str: "Ισχύς Μονάδων",
los: "απώλειες",
mod: "Δεν τροποποίησης επιρροή",
dsc: "μονάδες σύγκριση",
hck: "Επίπτωση",
prc: "Τομή",
dst: "Arremço",
sea: "Ναυτικός",
att: "Προσβλητικός",
def: "Αμυντικός",
spd: "ταχύτητα",
bty: "Λεία (πόροι)",
cap: "Δυνατότητα μεταφοράς",
res: "Κόστος (πόροι)",
fav: "εύνοια ",
tim: "Χρόνος Πρόσληψη (s)",
BBV: "BB-Code Πόλη",
rat: "αναλογία Resource ενός τύπου μονάδας",
shr: "Από την αποθήκη στην πόλη προορισμού",
per: "εμπορίου ποσοστό ",
lab: "μονάδες αποσταλεί",
cityfestivals: "Αστική φεστιβάλ",
improved_movement: "στρατεύματα οδηγείτε με ρύθμιση μπόνους ",
cap_of_invisibility: "Ώρα αόρατου, Ώρα του τέλους του ξόρκι"
},
messages: {
export: "Μήνυμα Μετατροπή σε BB-Code",
Tol: "Copiar e colar",
copy: "αντίγραφο",
bbmessages: "μηνύματα BB-Code",
copybb: "BB-Code αντιγράφηκε",
},
grepo_mainmenu: {
city_view: "Θέα της πόλης",
island_view: "Προβολή του νησιού"
},
buttons: {
sav: "Να σώσω",
ins: "Εισάγετε",
res: "Επαναφορά"
}
},
///////////////////////////////////////////////////////////
// Néerlandais (Holandais)(NL) Translation by JoeMan //
///////////////////////////////////////////////////////////
dk: {
link: {
Update: "https://joeman.i234.me/Dio_tools/changelog-en/index.html",
contact: "http://grepotemas.blogspot.com/",
forum: "https://joeman.i234.me",
UnitComparison: "https://wiki.en.grepolis.com/wiki/Units_Portal/"
},
settings: {
dsc: "Gatinho biedt, onder andere, sommige schermen, een smiley box, handel in opties en een aantal wijzigingen in de lay-out.",
prv: "Een voorbeeld van een aantal functies:",
act: "Inschakelen / uitschakelen van de toolkit is voorzien van:",
version_old: "Versie wordt niet bijgewerkt",
version_new: "Versie wordt bijgewerkt",
version_dev: "developer versie",
version_update: "bijwerken",
cat_wonders: "WW",
Update: "Huidige versie V" + version,
link_forum: "https://joeman.i234.me",
link_contact: "https://joeman.i234.me",
link_Excel: "https://docs.zoho.com/file/5y2lva773ddcde22f4ebc8febadec843aaceb",
forum: "Forum",
author: "Schrijver",
Feature: "Nieuwe functie",
cat_units: "eenheden",
cat_icons: "Iconen in de steden",
cat_forum: "Forum",
cat_trade: "Handel",
cat_wonders: "WW",
cat_layout: "lay-out",
cat_other: "anderen",
cat_moi: "Extra",
cat_nova: "Premie",
cat_them: "🎨"
},
options: {
Blue: 'Blauw',
Red: 'Rood',
Purple: 'Paars',
Yellow: 'Geel',
Pink: 'Roos',
Halloween: 'Halloween',
Christmas: 'Kerstmis',
Dead: 'Gat',
Abes: 'Abes',
Groot: 'Groot',
themco: 'De gekleurde',
themgif: 'De geanimeerde',
test: ["Schakel de lijst met gekleurde thema's in/uit ", "Selecteer een van de beschikbare thema's, (Kleurthema's)."],
ava: ["Overzicht van de eenheden", "Geeft de eenheden van alle steden"],
sml: ["smilies", "Breidt de bbcode met een lachend doos"],
str: ["Sterkte van Troepen", "Voegt macht frames troepen in verschillende gebieden"],
tra: ["Transportcapaciteit", "Toont de drukke transportcapaciteit en in het menu aandrijving"],
per: ["tradepercentage", "Breidt het raam handel met een tradepercentage"],
rec: ["Commerce voor de aanwerving", "Breidt het raam handel met een recruitment handel"],
// cnt: ["Counter motion", "Tegenaanvallen / support in het bereiken venster"],
way: ["militaire Speed", "Displays geven de mogelijke troep snelheid in de aanval venster / support"],
sim: ["Simulator", "Aanpassing van de simulator layout en permanente tentoonstelling van de uitgebreide bevoegdheden doos"],
spl: ["Cash Divine Powers", "Kleine en beweegbare magnetische box goddelijke krachten (met standgeheugen)"],
pop: ["goddelijke gunsten box", "Verandert de goddelijke gunsten doos met een nieuwe lay-out"],
tsk: ["taakbalk", "Verhoogt de taakbalk en minimaliseert de dagelijkse beloning raam aan het begin"],
for: ["formulier Excel", "Excel formulier voor Siege"],
bbc: ["Application Support", "Breidt bbcode bar met een manier om ondersteuning Automatic vragen"],
com: ["eenheden vergelijking", "Voeg rijden vergelijkingstabellen"],
tic: ["Iconen in de steden", "Elke stad krijgt een icoon voor het type troepen in de stad (automatisch)", "extra iconen zijn beschikbaar voor handmatige selectie"],
til: ["Lijst van Steden", "Voegt iconen van de stad in de lijst van steden"],
tim: ["Kaart", "Shows iconen van steden op de strategische kaart"],
wwc: ["WW Calculator", "& Gedeelde berekening teller resource + vorige en volgende knoppen wonderen van de wereld (op dit moment niet uitgeschakeld!)"],
wwr: ["Classificatie", "Indeling van het wonder van de wereld herontworpen"],
wwi: ["pictogrammen", "Voegt pictogrammen in het wonder van de wereld in de strategische kaart"],
con: ["context Menu", "Exchange Selecteer stad en overzicht van steden in het contextmenu"],
sen: ["verzonden units", "Shows eenheden verzonden in de aanval / support window"],
tov: ["Uitzicht op de stad", "Vervangt de nieuwe panorama van de stad met de stijl van het oude venster"],
scr: ["Muis wiel", "Wijzigingen met Moleta muis, visie Island / kaart"],
stt: ["statistiques Grepodata", "Voegt een knop om de statische wereld te zien"],
err: ["Automatisch verzenden van foutmeldingen", "Als u deze optie inschakelt, kunt u helpen bij het identificeren van fouten."],
Tti: ["Handel bronnen voor festivals", "Klik hier om de middelen te sturen naar een festival"],
Isl: ["Island View", "Verhoging van de hoogte van de lijst van steden en dorpen."],
Ish: ["Middelen van de dorpen (actieve Captain)", "(Verzamel alle recussos de eilanden in 1 klik)"],
Exi: ["eis:", "💰 Activeren ->"],
OCC: ["Ocean Aantal", "Visualisa Ocean numero"],
BBV: ["City in de BB-code", "Voegt de huidige stad BBcodigo"],
CVW: ["Button Stad / kaart", "Voegt een knop om te schakelen tussen de visie en de stadsplattegrond."],
Mess: ["bedankt voor je vertrouwen", "Beschikbaar stellen van nieuwe modules voor falicidar uw dagelijkse taken in het spel, getest en goedgekeurd.!."],
Ciw: ["Bekijk van de stad / raam", "Laat uitzicht op de stad in een venster"],
act: ["Enable drop-down boxen en Commercial aanval", "weergaveverbetering handel dozen en rekrutering (met de positie geheugen)"],
Bjc: ["Button BB-code", "Het toevoegen van een knop BBcode (speler en de alliantie)"],
SUA: ["Voeg (No Overload / Reset)", "Nieuwe instrumenten in de aanval en ondersteuning venster."],
Mse: ["BB-code menssagens", "Bekeerlingen menssagens in BB-code"],
Cul: ["Overzicht van de cultuur (Administrator)", "Voegt een telling van alle parades"],
Hid: ["Voeg toe aan grot", "Voegt zilver naar de grot in het magazijn hebben meer dan 15K."],
Hio: ["Uitzicht op de grotten (Administrator)", "5 categorieën beschikbaar zoeken."],
ubv: ["capaciteit bevolking", "ondersteunen capaciteit - van het eiland"],
Arb: ["Snelle toegang. ", "Om deze optie uit te schakelen, deselecteert u deze en klikt u op vernieuwen"],
her: ["verovering Thracische", "kaart verkleinen Thracische prestatie."]
},
Quack: {
cityfestivals: "Urban Festival",
olympicgames: "Olympische Spelen",
triumph: "Victory Parade",
theater: "theatervoorstellingen"
},
labels: {
stt: "statistiques Grepodata",
uni: "Overzicht van de eenheden",
total: "Globaal",
available: "Beschikbaar",
outer: "Uit",
con: "selecteer stad",
no_overload: "zonder overbelasting",
std: "Standaard",
gre: "Grepolis",
nat: "natuurlijk",
ppl: "Populair",
oth: "anderen",
hal: "Halloween",
xma: "Kerstmis-",
ttl: "Application Support",
inf: "Stad info:",
dev: "precisie",
det: "gedetailleerde units",
prm: "bonus Premium",
sil: "Silver bij de Grot",
mov: "Het verloop van de stad:",
WaUp: "Muur<25",
Rev2: "R2 flame",
Def1: "verdediging Terre",
Bir1: "verdediging Birremes",
OC: "OC",
R1: "Begin R1:",
R2: "Begin R2:",
FR2: " Einde R2: ",
f_R212: "Opstand 12H",
f_R210: "Opstand 10H",
NTS: "Eenheden zonder details",
fooster: "👆 / 👇 of niets",
leg: "WW Wonders",
stg: "Niveau",
tot: "Totaal",
str: "Power Units",
los: "Verliezen",
mod: "Geen modifier invloed",
dsc: "vergelijking units",
hck: "Gevolg",
prc: "Besnoeiing",
dst: "Arremço",
sea: "marine-",
att: "Aanvallend",
def: "defensief",
spd: "snelheid",
bty: "Booty (middelen)",
cap: "De mogelijkheid om het vervoer",
res: "Kosten (middelen)",
fav: "gunst",
tim: "Time Recruitment (s)",
BBV: "BB-code Stad",
rat: "Bron verhouding van diverse eenheden",
shr: "Vanuit de opslag op de plaats van bestemming",
per: "tradepercentage",
lab: "verzonden units",
cityfestivals: "Urban festivals",
improved_movement: "troepen rijden met bonus aanpassing",
cap_of_invisibility: "Tempo de invisibilidade, Hora de término do efeito"
},
messages: {
export: "Convert bericht naar BB-code",
Tol: 'Copiar e colar',
copy: "Kopiëren",
bbmessages: "BB-code berichten",
copybb: "BB-code is gekopieerd",
},
grepo_mainmenu: {
city_view: "Uitzicht op de stad",
island_view: "Gezicht op het eiland"
},
buttons: {
sav: "Opslaan",
ins: "invoegen",
res: "Reset"
}
},
///////////////////////////////////////////
// English (EN) Translation by JoeMan //
///////////////////////////////////////////
en: {
link: {
Update: "https://joeman.i234.me/Dio_tools/changelog-en/index.html",
contact: "http://grepotemas.blogspot.com/",
forum: "https://joeman.i234.me",
UnitComparison: "https://wiki.en.grepolis.com/wiki/Units_Portal/"
},
settings: {
dsc: "Gatinho offers, among other things, some screens, one smiley box, options trading and some changes in the layout.",
prv: "Preview several features:",
act: "Enable / disable the toolkit features:",
version_old: "Version is not updated",
version_new: "Version is updated",
version_dev: "developer version",
version_update: "update",
cat_wonders: "WW",
Update: "Current version V" + version,
link_forum: "https://joeman.i234.me",
link_contact: "https://joeman.i234.me",
link_Excel: "https://docs.zoho.com/file/5y2lva773ddcde22f4ebc8febadec843aaceb",
forum: "Forum",
author: "Author",
Feature: "New Feature",
cat_units: "Units",
cat_icons: "Icons in the Cities",
cat_forum: "Forum",
cat_trade: "Trade",
cat_wonders: "WW",
cat_layout: "layout",
cat_other: "Others",
cat_moi: "Additional",
cat_nova: "Premium",
cat_them: "🎨"
},
options: {
Blue: 'Blue',
Red: 'Red',
Purple: 'Violet',
Yellow: 'Yellow',
Pink: 'Pink',
Halloween: 'Halloween',
Christmas: 'Christmas',
Dead: 'Hole',
Abes: 'Abes',
Groot: 'Groot',
themco: 'The colored ones',
themgif: 'The animated ones',
test: ["AEnable/Disable the list of colored themes ", "Select any of the available themes, (Color Themes)."],
ava: ["Overview of units", "Indicates the units of all cities"],
sml: ["smilies", "Extends the bbcode with a smiley box"],
str: ["Strength of Troops", "Adds power frames troops in several areas"],
tra: ["Transport capacity", "Shows the busy transport capacity and available in the drive menu"],
per: ["trade percentage", "Extends the trade window with a trade percentage"],
rec: ["Commerce for recruitment", "Extends the trade window with a recruitment trade"],
// cnt: ["Counter motion", "Counter attacks / support in the achievement window"],
way: ["Military Speed", "Displays show the possible troop speed in the attack window / support"],
sim: ["Simulator", "Adaptation of the simulator layout & permanent exhibition of the extended powers box"],
spl: ["Cash Divine Powers", "Small & movable magnetic box divine powers (with position memory)"],
pop: ["divine favors box", "Changes the divine favors box with a new layout"],
tsk: ["taskbar", "Increases the taskbar and minimizes daily reward window at the beginning"],
for: ["form Excel", "Excel form for Siege"],
bbc: ["Application Support", "Extends bbcode bar with a way to request Support Automatic"],
com: ["Units comparison", "Add drive comparison tables"],
tic: ["Icons in the Cities", "Each city receives an icon for the type of troops in the city (automatic detection)", "additional icons are available for manual selection"],
til: ["List of Cities", "Adds the city's icons in the list of cities"],
tim: ["Map", "Shows icons of cities on the strategic map"],
wwc: ["WW Calculator", "& shared counter resource calculation + previous and next buttons wonders of the world (currently not deactivated!)"],
wwr: ["Classification", "Classification of the wonder of the world redesigned"],
wwi: ["icons", "Adds icons in the wonder of the world in the strategic map"],
con: ["Context Menu", "Exchange Select city and Overview of Cities in the context menu"],
sen: ["Sent units", "Shows units sent in the attack / support window"],
tov: ["City view", "Replaces the new panorama of the city with the style of the old window"],
scr: ["Mouse Wheel", "Changes with moleta mouse, vision Island / Map"],
stt: ["statistiques Grepodata", "Adds a button to see the static world"],
err: ["Automatically send error reports", "If you enable this option, you can help identify errors."],
Tti: ["Trade resources for festivals", "Click to send resources to a festival"],
Isl: ["Island View", "Increase the height of the list of cities and towns."],
Ish: ["Resources of the villages (active Captain)", "(Collect all recussos the islands in 1 click)"],
Exi: ["Requirement:", "💰 Activate ->"],
OCC: ["Ocean Number", "Visualisa Ocean numero"],
BBV: ["City in BB-Code", "Adds the current city BBcodigo"],
CVW: ["Button City / Map", "Adds a button to switch between the vision and the city map."],
Mess: ["thank you for your trust", "Make available new modules for falicidar your day to day tasks in the game, tested and approved.!."],
Ciw: ["View of the city / window", "Show views of the city in a window"],
act: ["Enable drop-down boxes and Commercial attack", "display enhancements trade boxes and recruitment (with position memory)"],
Bjc: ["Button BB-code", "Adding a button BBcode (player and alliance)"],
SUA: ["Add (No Overload / Reset)", "New tools in attack and support window."],
Mse: ["BB-Code menssagens", "Converts menssagens in BB-Code"],
Cul: ["Overview of culture (Administrator)", "Adds a count of all the parades"],
Hid: ["Add to cave ", "Adds silver to the cave in the warehouse have over 15K."],
Hio: ["View of the caves (Administrator)", "5 categories available search."],
ubv: ["capacity population ", "support capacity - off the island"],
Arb: ["Quick access. ", "To disable this option, select it and click refresh "],
her: ["conquest Thracian", "map size reduction Thracian achievement."]
},
Quack: {
cityfestivals: "Urban Festival",
olympicgames: "Olympic Games",
triumph: "Victory Parade",
theater: "Theater performances"
},
labels: {
stt: "statistiques Grepodata",
uni: "Overview of units",
total: "Global",
available: "Available",
outer: "Out",
con: "select city",
no_overload: "without overload",
std: "Standard",
gre: "Grepolis",
nat: "Natural",
ppl: "Popular",
oth: "Others",
hal: "Halloween",
xma: "Christmas",
ttl: "Application Support",
inf: "City info:",
dev: "precision",
det: "Detailed units",
prm: "bonus Premium",
sil: "Silver at the Grotto",
mov: "Movements in the city:",
WaUp: "Wall<25",
Rev2: "Flame R2",
Def1: "defense Terre",
Bir1: "defense Birremes",
OC: "OC",
R1: "Start R1:",
R2: "Start R2:",
FR2: " End R2: ",
f_R212: "Uprising 12H",
f_R210: "Uprising 10H",
NTS: "Units without Details",
fooster: "👆 / 👇 or nothing",
leg: "WW Wonders",
stg: "Level",
tot: "Total",
str: "Power Units",
los: "Losses",
mod: "No modifier influence",
dsc: "Comparison units",
hck: "Impact",
prc: "Cut",
dst: "Arremço",
sea: "Naval",
att: "Offensive",
def: "Defensive",
spd: "velocity",
bty: "Booty (resources)",
cap: "Ability to transport",
res: "Cost (resources)",
fav: "favor",
tim: "Time Recruitment (s)",
BBV: "BB-Code City",
rat: "Resource ratio of one type of unit",
shr: "From the storage on the destination city",
per: "trade percentage",
lab: "sent units",
cityfestivals: "Urban festivals",
improved_movement: "troops drive with bonus adjustment",
cap_of_invisibility: "Time of invisibility, End time of the effect"
},
messages: {
export: "Convert message to BB-Code",
Tol: "Copy and paste",
copy: "Copy",
bbmessages: "BB-Code messages",
copybb: "BB-Code was copied",
},
grepo_mainmenu: {
city_view: "City view",
island_view: "View of the Island"
},
buttons: {
sav: "To save",
ins: "Insert",
res: "Reset"
}
},
///////////////////////////////////////////////////
// French (FR) Translation by JoeMan //
///////////////////////////////////////////////////
fr: {
link: {
Update: "https://joeman.i234.me/Dio_tools/changelog-en/index.html",
contact: "http://grepotemas.blogspot.com/",
forum: "https://joeman.i234.me",
UnitComparison: "https://wiki.en.grepolis.com/wiki/Units_Portal/"
},
settings: {
dsc: "offres JOE-outils, entre autres, certains écrans, une boîte de smiley, la négociation d'options et quelques changements dans la mise en page.",
prv: "Aperçu de plusieurs caractéristiques:",
act: "Activer / désactiver la boîte à outils comprend:",
version_old: "Version est pas mis à jour",
version_new: "Version mise à jour",
version_dev: "version développeur",
version_update: "mise à jour",
cat_wonders: "WW",
Update: "Version actuelle V" + version,
link_forum: "https://joeman.i234.me",
link_contact: "https://joeman.i234.me",
link_Excel: "https://docs.zoho.com/file/5y2lva773ddcde22f4ebc8febadec843aaceb",
forum: "Forum",
author: "Auteur",
Feature: "Nouvelle fonctionnalité",
cat_units: "Unités",
cat_icons: "Icônes dans les villes",
cat_forum: "Forum",
cat_trade: "Commerce",
cat_wonders: "WW",
cat_layout: "disposition",
cat_other: "Autres",
cat_moi: "Additionnel",
cat_nova: "Prime",
cat_them: "🎨"
},
options: {
Blue: 'Bleu',
Red: 'Rouge',
Purple: 'Violet',
Yellow: 'Jaune',
Pink: 'Rose',
Halloween: 'Halloween',
Christmas: 'Noël',
Dead: 'trou',
Abes: 'Abes',
Groot: 'Groot',
themco: 'Les colorés',
themgif: 'Les animés',
test: ["Activer/Désactiver la liste des thèmes colorés ", "Sélectionnez l'un des thèmes disponibles (Thèmes de couleur)."],
ava: ["Vue d'ensemble des unités", "Indique les unités de toutes les villes"],
sml: ["smileys", "Prolonge le BBcode avec une boîte smiley"],
str: ["Force des troupes", "Ajoute cadres électriques des troupes dans plusieurs domaines"],
tra: ["capacité de transport", "Montre la capacité de transport occupés et disponible dans le menu du lecteur"],
per: ["pourcentage du commerce", "Prolonge la fenêtre du commerce avec un pourcentage de commerce"],
rec: ["Commerce pour le recrutement", "Prolonge la fenêtre commerciale avec un commerce de recrutement"],
// cnt: ["compteur de mouvement", "contre-attaques / support dans la fenêtre de réalisation"],
way: ["Vitesse militaire", "Displays la vitesse de troupes possible dans la fenêtre d'attaque / support"],
sim: ["Simulateur", "Adaptation de la mise en page de simulation et exposition permanente de la boîte de pouvoirs étendus"],
spl: ["Pouvoirs divins en espèces", "Petits et boîte magnétique mobiles pouvoirs divins (avec mémoire de position)"],
pop: ["boîte faveurs divines", "Modifie les faveurs divines boîte avec une nouvelle mise en page"],
tsk: ["barre des tâches", "Augmente la barre des tâches et réduit la fenêtre de récompense par jour au début"],
for: ["formulaire Excel", "forme Excel pour siège"],
bbc: ["Support d'application", "Ajout d'un bouton dans la barre BBCode pour un formulaire de défense automatique"],
com: ["comparaison des unités", "Ajouter des tables de comparaison d'entraînement"],
tic: ["Icônes dans les villes", "Chaque ville reçoit une icône pour le type de troupes dans la ville (détection automatique)", "icônes supplémentaires sont disponibles pour la sélection manuelle"],
til: ["Liste des villes", "Ajoute les icônes de la ville dans la liste des villes"],
tim: ["Carte", "icônes Spectacles des villes sur la carte stratégique"],
wwc: ["WW Calculator", "Et calcul compteur de ressources partagées + boutons précédent et suivant merveilles du monde (actuellement pas désactivé!)"],
wwr: ["Classification", "Classification de la merveille du monde redessinée"],
wwi: ["Icônes", "Ajoute des icônes dans la merveille du monde sur la carte stratégique"],
con: ["Menu contextuel", "Echange Sélectionnez la ville et Vue d'ensemble des villes dans le menu contextuel"],
sen: ["unités envoyées", "unités de Spectacles envoyés dans l'attaque / fenêtre de soutien"],
tov: ["Vue de la ville", "Remplace le nouveau panorama de la ville avec le style de l'ancienne fenêtre"],
scr: ["Roulette de la souris", "Les changements avec la souris moleta, vision Island / Carte"],
stt: ["Grepodata Statistiques", "Ajoute un bouton pour voir le monde statique"],
err: ["envoyer automatiquement des rapports d'erreur", "Si vous activez cette option, vous pouvez aider à identifier les erreurs."],
Tti: ["Ressources commerciales pour les festivals", "Cliquez ici pour envoyer des ressources à un festival"],
Isl: ["Island View", "Augmenter la hauteur de la liste des villes et villages."],
Ish: ["Les ressources des villages (capitaine actif)", "(Collectez toutes les îles recussos en 1 clic)"],
Exi: ["Exigence:", "💰 Activer ->"],
OCC: ["Ocean Nombre", "Visualisa Ocean Nombre"],
BBV: ["Ville en BB-Code", "Ajoute la ville actuelle BBcodigo"],
CVW: ["Bouton Ville / Carte", "Ajoute un bouton pour basculer entre la vision et la carte de la ville."],
Mess: ["Merci pour ta confiance", "Faire de nouveaux modules disponibles pour falicidar journée tâches quotidiennes dans le jeu, testé et approuvé.!."],
Ciw: ["Vue de la ville / fenêtre", "Afficher les vues de la ville dans une fenêtre"],
act: ["Activer boîtes déroulantes et attaque commerciale", "améliorer l'affichage et le commerce des boîtes de recrutement (avec mémoire de position)"],
Bjc: ["Bouton BB code", "Ajout d'un bouton BBcode (joueur et alliance)"],
SUA: ["Ajouter (Pas de surcharge / Reset)", "De nouveaux outils dans l'attaque et la fenêtre de soutien."],
Mse: ["BB-code menssagens", "Menssagens en BB convertis-Code"],
Cul: ["Vue d'ensemble de la culture (Administrateur)", "Ajoute un compteur de tous les défilés"],
Hid: ["Ajouter à la grotte ", "Adds d'argent à la grotte dans l'entrepôt ont plus de 15K."],
Hio: ["Vue des grottes (Administrateur)", "5 catégories de recherche disponibles."],
ubv: ["population des capacités", "capacité de soutenir - de l'île."],
Arb: ["Accès rapide. ", "Pour désactiver cette option, sélectionnez-la et cliquez sur Actualiser "],
her: ["conquête thrace", "carte réduction de la taille réalisation thrace."]
},
Quack: {
cityfestivals: "Urban festival",
olympicgames: "jeux olympiques",
triumph: "Victory Parade",
theater: "Des représentations théâtrales"
},
labels: {
stt: "Grepodata Statistiques",
uni: "Vue d'ensemble des unités",
total: "Global",
available: "Disponible",
outer: "En dehors",
con: "Sélectionnez une ville",
no_overload: "sans surcharge",
std: "la norme",
gre: "Grepolis",
nat: "Naturel",
ppl: "Populaire",
oth: "Autres",
hal: "Halloween",
xma: "Noël",
ttl: "Support d'application",
inf: "Renseignements:",
dev: "précision",
det: "unités détaillées",
prm: "Prime bonus",
sil: "Argent à la Grotte",
mov: "Mouvements de la ville:",
WaUp: "mur<25",
Rev2: "R2 Flame",
Def1: "Terre défense",
Bir1: "défense Birremes",
OC: "OC",
R1: "Debut R1:",
R2: "Debut R2:",
FR2: " Fin R2: ",
f_R212: "Soulèvement 12H",
f_R210: "Soulèvement 10H",
NTS: "Unités sans détails",
fooster: "👆 / 👇 ou rien",
leg: "WW merveilles",
stg: "Niveau",
tot: "Total",
str: "Unités d'alimentation",
los: "Pertes",
mod: "Pas d'influence modificateur",
dsc: "unités de comparaison",
hck: "Impact",
prc: "Couper",
dst: "Arremço",
sea: "Naval",
att: "Offensive",
def: "Défensive",
spd: "rapidité",
bty: "Booty (ressources)",
cap: "Possibilité de transports",
res: "Coût (ressources)",
fav: "favoriser",
tim: "Temps recrutement (s)",
BBV: "Ville BB-Code",
rat: "rapport de la ressource d'un type d'unité",
shr: "Depuis le stockage sur la ville de destination",
per: "pourcentage du commerce",
lab: "unités ENVOYÉ",
cityfestivals: "festivals urbains",
improved_movement: "troupes en voiture avec réglage de bonus",
cap_of_invisibility: "Temps d'invisibilité, Heure de fin de l'effet"
},
messages: {
export: "Convertir un message à BB-Code",
Tol: 'Copiar e colar',
copy: "Copie",
bbmessages: "messages code BB",
copybb: "BB-Code a été copié",
},
grepo_mainmenu: {
city_view: "Vue de la ville",
island_view: "Vue de l'île"
},
buttons: {
sav: "Sauver",
ins: "Insérer",
res: "Réinitialiser"
}
},
///////////////////////////////////////////////////
// Russian (RU) Translation by JoeMan //
///////////////////////////////////////////////////
ru: {
link: {
Update: "https://joeman.i234.me/Dio_tools/changelog-en/index.html",
contact: "http://grepotemas.blogspot.com/",
forum: "https://joeman.i234.me",
UnitComparison: "https://wiki.en.grepolis.com/wiki/Units_Portal/"
},
settings: {
dsc: "Gatinho предлагает, кроме всего прочего, некоторые экраны, один смайлик коробка, торговли опционами и некоторые изменения в макете.",
prv: "Предварительный просмотр несколько функций:",
act: "Включение / выключение инструментарий функции:",
version_old: "Версия не обновляется",
version_new: "Версия обновлена",
version_dev: "версия для разработчиков",
version_update: "Обновить",
cat_wonders: "WW",
Update: "Текущая версия V" + version,
link_forum: "https://joeman.i234.me",
link_contact: "https://joeman.i234.me",
link_Excel: "https://docs.zoho.com/file/5y2lva773ddcde22f4ebc8febadec843aaceb",
forum: "Форум",
author: "автор",
Feature: "Новая особенность",
cat_units: "Единицы",
cat_icons: "Иконки в городах",
cat_forum: "Форум",
cat_trade: "Сделка",
cat_wonders: "WW",
cat_layout: "расположение",
cat_other: "другие",
cat_moi: "дополнительный",
cat_nova: "премия",
cat_them: "🎨"
},
options: {
Blue: 'Синий',
Red: 'Красный',
Purple: 'Фиолетовый',
Yellow: 'Желтый',
Pink: 'Роза',
Halloween: 'Halloween',
Christmas: 'Рождество',
Dead: 'Отверстие',
Abes: 'Abes',
Groot: 'Groot',
themco: 'Цветные',
themgif: 'Анимированные',
test: ["Включение / отключение списка цветных тем. ", "Выберите любую из доступных тем (Цветовые темы)."],
ava: ["Обзор блоков", "Указывает единицы всех городов"],
sml: ["смайлики", "Расширяет с BBCode смайлик коробки"],
str: ["Прочность войск", "Добавляет мощность кадров войск в нескольких районах"],
tra: ["Объем транспорта", "Показывает занятую транспортную емкость и доступны в меню диска"],
per: ["процент торговли", "Расширяет окно торговли с процентом торговли"],
rec: ["Торговля для набора", "Расширяет окно торговли с торговлей набором"],
// cnt: ["Счетчик движения", "Счетчик атаки / поддержки в окне достижения"],
way: ["Военно-Speed", "Дисплеи показывают возможную скорость войск в окне атаки / поддержки"],
sim: ["имитатор", "Адаптация макета имитатора и постоянной экспозиции расширенной коробки полномочий"],
spl: ["Наличный Divine Powers", "Малые и подвижные магнитное окно божественные силы (с памятью положения)"],
pop: ["Божественные благосклонности коробки", "Изменения божественные благосклонности коробки с новой компоновкой"],
tsk: ["Панель задач", "Увеличивает панель задач и минимизирует ежедневные окна вознаграждения в начале"],
for: ["форма Excel", "Форма Excel для Siege"],
bbc: ["Поддержка приложения", "Расширяет BBcode бар с образом просить поддержки Automatic"],
com: ["Сравнение Units", "Добавить таблицы сравнения привода"],
tic: ["Иконки в городах", "Каждый город получает значок типа войск в городе (автоматическое обнаружение)", "дополнительные иконки доступны для ручного выбора"],
til: ["Список городов", "Добавляет иконки городов в списке городов"],
tim: ["карта", "Показывает иконку городов на стратегической карте"],
wwc: ["WW Calculator", "И расчет общий счетчик ресурсов + предыдущие и последующие кнопки чудес света (в настоящее время не отключается!)"],
wwr: ["классификация", "Классификация чуда света переработана"],
wwi: ["иконки", "Добавляет значки в чудо света в стратегической карте"],
con: ["Контекстное меню", "город Обмен Выбор и обзор городов в контекстном меню"],
sen: ["Переданные блоки", "Показывает единицы отправлены в / окне поддержки атаки"],
tov: ["Вид на город", "Заменяет новую панораму города со стилем старого окна"],
scr: ["Колесико мыши", "Изменения с Moleta мыши, видение острова / Карта"],
stt: ["Statistiques Grepodata", "Добавляет кнопку, чтобы увидеть статический мир"],
err: ["Автоматически отправлять отчеты об ошибках", "Если включить эту опцию, вы можете помочь выявить ошибки."],
Tti: ["Торговые ресурсы для праздников", "Нажмите, чтобы отправить ресурсы на фестиваль"],
Isl: ["Island View", "Увеличение высоты списка городов и населенных пунктов."],
Ish: ["Ресурсы сел (активный капитан)", "(Собрать все recussos острова в 1 клик)"],
Exi: ["Требование:", "💰 Активация ->"],
OCC: ["Ocean Number", "Numero Visualisa океана"],
BBV: ["Город в BB-Code", "Добавляет текущий город BBcodigo"],
CVW: ["Кнопка Город / Карта", "Добавляет кнопку для переключения между видением и картой города."],
Mess: ["Спасибо за доверие", "Высвободить новые модули для falicidar ваших повседневных задач в игре, протестированы и одобрены.!."],
Ciw: ["Вид города / окна", "Показать вид на город в окне"],
act: ["Включить раскрывающиеся коробки и коммерческое нападение", "Усовершенствования дисплея торговли коробки и набора (с памятью положения)"],
Bjc: ["Кнопка BB-код", "Добавление кнопки BBcode (игрок и союз)"],
SUA: ["Добавить (без перегрузки / Reset)", "Новые инструменты в атаке и окна поддержки."],
Mse: ["menssagens BB-код", "Преобразует menssagens в BB-коде"],
Cul: ["Обзор культуры (Администратор)", "Добавляет количество всех парадов"],
Hid: [" Добавить в пещеру", "Добавляет серебро в пещеру на складе имеет более 15K."],
Hio: [" Вид из пещеры (Администратор)", "5 доступных категорий поиска."],
ubv: [" население емкости", "поддерживать емкость - от острова."],
Arb: ["быстрый доступ. ", "Чтобы отключить эту опцию, выберите ее и нажмите «Обновить»."],
her: ["завоевание фракийского", "карта уменьшение размера фракийского достижения."]
},
Quack: {
cityfestivals: "фестиваль Urban",
olympicgames: "Олимпийские игры",
triumph: "Парад Победы",
theater: "Театрализованные представления"
},
labels: {
stt: "Statistiques Grepodata",
uni: "Обзор блоков",
total: "Глобальный",
available: "Имеется в наличии",
outer: "Из",
con: "выберите город",
no_overload: "без перегрузки",
std: "стандарт",
gre: "Grepolis",
nat: "натуральный",
ppl: "Популярный",
oth: "другие",
hal: "Хэллоуин",
xma: "рождество",
ttl: "Поддержка приложения",
inf: "Информация о городе:",
dev: "точность",
det: "Подробные единицы",
prm: "бонус Премиум",
sil: "Серебро в гроте",
mov: "Движение в городе:",
WaUp: "стена<25",
Rev2: "Пламя R2",
Def1: "защита Terre",
Bir1: "защита Birremes",
OC: "OC",
R1: "Начинать R1:",
R2: "Начинать R2:",
FR2: " Конец R2: ",
f_R212: "Восстание 12ч",
f_R210: "Восстание 10ч",
NTS: "Единицы без деталей",
fooster: "👆 / 👇 или ничего",
leg: "WW Wonders",
stg: "уровень",
tot: "Всего",
str: "Блоки питания",
los: "потери",
mod: "Нет Модификатор влияния",
dsc: "блоки сравнения",
hck: "Влияние",
prc: "Порез",
dst: "Arremço",
sea: "флотский",
att: "Наступление",
def: "оборонительный",
spd: "скорость",
bty: "Booty (ресурсы)",
cap: "Возможность транспортировки",
res: "Стоимость (ресурсы)",
fav: "одолжение",
tim: "Время Recruitment (s)",
BBV: "BB-код города",
rat: "Соотношение ресурсов одного типа блока",
shr: "Из хранилища на город назначения",
per: "процент торговли",
lab: "Sent единиц",
cityfestivals: "Городские праздники",
improved_movement: "Войска привод с регулировкой бонусной",
cap_of_invisibility: "Время невидимости, Время окончания эффекта"
},
messages: {
export: "Преобразовать сообщение BB-Code",
Tol: "Скопировать и вставить",
copy: "копия",
bbmessages: "Сообщения BB-код",
copybb: "BB-код был скопирован",
},
grepo_mainmenu: {
city_view: "Вид на город",
island_view: "Вид на остров"
},
buttons: {
sav: "Сохранить",
ins: "Вставить",
res: "Сброс"
}
},
/////////////////////////////////////////////////////////////
// Polish (polonais)(PL) Translation by Joeman //
/////////////////////////////////////////////////////////////
pl: {
link: {
Update: "https://joeman.i234.me/Dio_tools/changelog-en/index.html",
contact: "http://grepotemas.blogspot.com/",
forum: "https://joeman.i234.me",
UnitComparison: "https://wiki.en.grepolis.com/wiki/Units_Portal/"
},
settings: {
dsc: "Gatinho oferuje między innymi niektóre ekrany, jeden Smiley pudełko, handel opcje i kilka zmian w układzie.",
prv: "Podgląd kilka funkcji:",
act: "Włączanie / wyłączanie Toolkit cechy:",
version_old: "Wersja nie jest aktualizowana",
version_new: "Wersja jest aktualizowana",
version_dev: "wersja deweloper",
version_update: "aktualizacja",
cat_wonders: "W W",
Update: "Obecna wersja V" + version,
link_forum: "https://joeman.i234.me",
link_contact: "https://joeman.i234.me",
link_Excel: "https://docs.zoho.com/file/5y2lva773ddcde22f4ebc8febadec843aaceb",
forum: "Forum",
author: "Autor",
Feature: "Nowa cecha",
cat_units: "jednostki",
cat_icons: "Ikony w miastach",
cat_forum: "Forum",
cat_trade: "Handel",
cat_wonders: "W W",
cat_layout: "układ",
cat_other: "Pozostałe",
cat_moi: "Dodatkowy",
cat_nova: "Premia",
cat_them: "🎨"
},
options: {
Blue: 'Niebieski',
Red: 'Czerwony',
Purple: 'Fioletowy',
Yellow: 'Żółty',
Pink: 'Róża',
Halloween: 'Halloween',
Christmas: 'Boże Narodzenie',
Dead: 'Otwór',
Abes: 'Abes',
Groot: 'Groot',
themco: 'Kolorowe',
themgif: 'Animowane',
test: ["Włącz/wyłącz listę kolorowych motywów. ", "Wybierz dowolny z dostępnych motywów (Motywy kolorystyczne)."],
ava: ["Przegląd jednostek", "Wskazuje jednostki wszystkich miast"],
sml: ["Emotikony", "Rozszerza bbcode z uśmiechniętą oknie"],
str: ["Siła wojsk", "Dodaje ramki mocy oddziały w kilku obszarach"],
tra: ["przepustowość", "Pokazuje zajęty zdolności przesyłowych i dostępne w menu napędu"],
per: ["handel procent", "Rozszerza okno handlu z procentem handlu"],
rec: ["Handel rekrutacji", "Rozszerza okno handlu z handlu rekrutacji"],
// cnt: ["Licznik ruchu", "kontrataki / wsparcie w oknie osiągnięć"],
way: ["Prędkość wojskowy", "Wyświetlacze pokazują możliwą prędkość wojsk w oknie atak / wsparcia"],
sim: ["Symulator", "Dostosowanie układu symulatora i stałą ekspozycją na rozszerzone uprawnienia oknie"],
spl: ["Gotówka Divine Powers", "Małe i ruchome pole magnetyczne boskie moce (z pamięci położenia)"],
pop: ["boskich łask box", "Zmienia boskich łask pudełko z nowym wyglądem"],
tsk: ["pasek zadań", "Zwiększa pasek zadań i minimalizuje okno codziennie nagrody na początku"],
for: ["Formularz Excel", "Formularz Excel dla Oblężenia"],
bbc: ["Wsparcie aplikacji", "Rozszerza poprzeczkę BBcode z sposób, aby zażądać obsługuje automatycznego"],
com: ["porównanie jednostek", "Dodaj tabele porównawcze jazdy"],
tic: ["Ikony w miastach", "Każde miasto otrzyma ikonę rodzaju wojsk w mieście (automatyczne wykrywanie)", "Dodatkowe ikony są dostępne dla ręcznego wyboru"],
til: ["Lista miast", "Dodaje ikon miasta na liście miast"],
tim: ["Mapa", "Pokazuje ikony miast na mapie strategicznej"],
wwc: ["WW Calculator", "I wspólne obliczanie zasobów licznik + poprzednie i kolejne przyciski cudów świata (obecnie nieaktywne!)"],
wwr: ["Klasyfikacja", "Klasyfikacja cud świata przeprojektowane"],
wwi: ["ikony", "Dodaje ikony w cud świata na mapie strategicznej"],
con: ["Menu kontekstowe", "Wybierz miasto i wymiana Przegląd miast w menu kontekstowym"],
sen: ["wysłane jednostki", "Pokazuje jednostki wysłane w oknie ataku / obsługa"],
tov: ["Widok miasta", "Zastępuje nową panoramę miasta ze stylem starym oknie"],
scr: ["Kółko w myszce", "Zmiany w moleta myszy, wizja Island / mapa"],
stt: ["Statistiques Grepodata", "Dodaje przycisk, aby zobaczyć świat statycznej"],
err: ["Automatyczne wysyłanie raportów o błędach", "Jeśli włączysz tę opcję, możesz pomóc zidentyfikować błędy."],
Tti: ["środki handlowe dla festiwali", "Kliknij, aby wysłać zasobów do festiwalu"],
Isl: ["island View", "Zwiększyć wysokość listy miast i miasteczek."],
Ish: ["Zasoby wsiach (aktywny kapitan)", "(Zbierz wszystkie recussos wysp w 1 kliknięcie)"],
Exi: ["Wymaganie:", "💰 Activate ->"],
OCC: ["Ilość ocean", "Visualisa Ocean numero"],
BBV: ["Miasto w BB-Code", "Dodaje obecnego miasta BBcodigo"],
CVW: ["Przycisk Miasto / mapa", "Dodaje przycisk, aby przełączyć się między wizją i mapy miasta."],
Mess: ["Dziękuję za twoje zaufanie", "Udostępnienie nowych modułów dla falicidar dnia na dzień zadań w grze, przetestowane i zatwierdzone.!."],
Ciw: ["Widok z okna / miasta", "Pokaż widok na miasto w oknie"],
act: ["Włącz pola rozwijanej i atak Komercyjne", "Ulepszenia wyświetlacz handlu pudełka i rekrutację (z pamięci położenia)"],
Bjc: ["Przycisk BB-code", "Dodanie przycisku BBcode (gracz i alliance)"],
SUA: ["Dodaj (Brak Przeciążenie / Reset)", "Nowe narzędzia w oknie ataku i wsparcia."],
Mse: ["BB-Code menssagens", "Konwertuje menssagens w BB-Code"],
Cul: ["Przegląd kultury (Administrator)", "Dodaje rachubę wszystkie parady"],
Hid: [" Dodaj do jaskini", "Dodaje srebrny do jaskini w magazynie mają ponad 15K."],
Hio: [" Widok jaskiniach (Administrator)", "5 kategoriach dostępne wyszukiwania."],
ubv: [" populacja pojemność ", "wspieranie zdolności - od wyspy "],
Arb: ["Szybki dostęp. ", "Aby wyłączyć tę opcję, wybierz ją i kliknij odśwież."],
her: ["podbój tracki", "map rozdrabniania trackiego osiągnięcie."]
},
Quack: {
cityfestivals: "Festiwal miejski",
olympicgames: "Igrzyska Olimpijskie",
triumph: "Victory Parade",
theater: "przedstawienia teatralne"
},
labels: {
stt: "Statistiques Grepodata",
uni: "Przegląd jednostek",
total: "Światowy",
available: "Dostępny",
outer: "Na zewnątrz",
con: "Wybierz miasto",
no_overload: "bez przeciążenia",
std: "Standard",
gre: "Grepolis",
nat: "Naturalny",
ppl: "Popularny",
oth: "Pozostałe",
hal: "Halloween",
xma: "Boże Narodzenie",
ttl: "Wsparcie aplikacji",
inf: "Informacje Miasto:",
dev: "precyzja",
det: "Szczegółowe jednostki",
prm: "premia Premium",
sil: "Srebro w grocie",
mov: "Ruchy w mieście:",
WaUp: "Ściana<25",
Rev2: "płomień R2",
Def1: "obrona Terre",
Bir1: "obrona Birremes",
OC: "OC",
R1: "Początek R1:",
R2: "Początek R2:",
FR2: " Koniec R2: ",
f_R212: "Bunt 12H",
f_R210: "Bunt 10H",
NTS: "Jednostki bez szczegółów",
fooster: "👆 / 👇 lub nic",
leg: "WW Wonders",
stg: "Poziom",
tot: "Całkowity",
str: "Zespoly",
los: "straty",
mod: "Nie modyfikujący wpływ",
dsc: "jednostki porównania",
hck: "Wpływ",
prc: "Skaleczenie",
dst: "Arremço",
sea: "Morski",
att: "Ofensywa",
def: "Obronny",
spd: "prędkość",
bty: "Booty (zasoby)",
cap: "Możliwość transportu",
res: "Koszt (zasoby)",
fav: "przysługa",
tim: "Rekrutacja czas (s)",
BBV: "BB-Code Miasto",
rat: "Wskaźnik zasobów od typu urządzenia",
shr: "Ze składowania na miasta docelowego",
per: "handel procent",
lab: "jednostki wysłany",
cityfestivals: "festiwale miejskie",
improved_movement: "oddziały jazdy z regulacją bonusowej",
cap_of_invisibility: "Czas niewidzialności, Czas zakończenia efektu"
},
messages: {
export: "Konwersja wiadomości do BB-Code",
Tol: "Kopiuj i wklej",
copy: "Kopiuj",
bbmessages: "Komunikaty BB-Code",
copybb: "BB kod został skopiowany",
},
grepo_mainmenu: {
city_view: "Widok miasta",
island_view: "Widok na wyspę"
},
buttons: {
sav: "Zapisać",
ins: "Wstawić",
res: "Resetowanie"
}
},
////////////////////////////////////////////
// Romanian (RO) Translation by Joeman //
////////////////////////////////////////////
ro: {
link: {
Update: "https://joeman.i234.me/Dio_tools/changelog-en/index.html",
contact: "http://grepotemas.blogspot.com/",
forum: "https://joeman.i234.me",
UnitComparison: "https://wiki.en.grepolis.com/wiki/Units_Portal/"
},
settings: {
dsc: "Gatinho ofera, printre alte lucruri, unele ecrane, o cutie zâmbitoare, opțiuni de tranzacționare și unele schimbări în structura.",
prv: "Previzualizați mai multe caracteristici:",
act: "Activarea / dezactivarea setului de instrumente caracteristici:",
version_old: "Versiunea nu este actualizată",
version_new: "Versiunea este actualizată",
version_dev: "versiune dezvoltator",
version_update: "Actualizați",
cat_wonders: "WW",
Update: "Versiune curentă V" + version,
link_forum: "https://joeman.i234.me",
link_contact: "https://joeman.i234.me",
link_Excel: "https://docs.zoho.com/file/5y2lva773ddcde22f4ebc8febadec843aaceb",
forum: "forum",
author: "Autor",
Feature: "Optiune noua",
cat_units: "Unități",
cat_icons: "Icoane în orașe",
cat_forum: "forum",
cat_trade: "comerț",
cat_wonders: "WW",
cat_layout: "schemă",
cat_other: "Alții",
cat_moi: "Adiţional",
cat_nova: "premiu",
cat_them: "🎨"
},
options: {
Blue: 'Albastru',
Red: 'Roșu',
Purple: 'Violet',
Yellow: 'Galben',
Pink: 'Trandafir',
Halloween: 'Halloween',
Christmas: 'Crăciun',
Dead: 'Gaură',
Abes: 'Abes',
Groot: 'Groot',
themco: 'Cele colorate',
themgif: 'Cele animate',
test: ["Activați / dezactivați lista temelor colorate. ", "Selectați oricare dintre temele disponibile, (Teme color)."],
ava: ["Privire de ansamblu asupra unităților", "Indică unitățile tuturor orașelor"],
sml: ["smilies", "Extinde bbcode cu o cutie zâmbitoare"],
str: ["Forța trupelor", "Adaugă cadre de putere trupe în mai multe domenii"],
tra: ["Capacitatea de transport", "Arată capacitatea de transport ocupat și disponibile în meniul unitate"],
per: ["procent de comerț", "Extinde fereastra de comerț cu un procentaj de comerț"],
rec: ["Commerce pentru recrutare", "Extinde fereastra de comerț cu un comerț de recrutare"],
// cnt: ["mișcare Counter", "Atacurile contra / sprijin în fereastra de realizare"],
way: ["Viteza militară", "Afișează arată posibila viteza trupelor în fereastra de atac / suport"],
sim: ["Simulator", "Adaptarea aspectului simulatorului și expoziție permanentă a casetei de puteri extinse"],
spl: ["Cash Puteri Divine", "Mici și mobile cutie magnetice puteri divine (cu memorie de poziție)"],
pop: ["favoruri divine caseta", "Modifică favorurile divine cutie cu un nou aspect"],
tsk: ["bara de activități", "Crește bara de activități și minimizează fereastra de zi cu zi recompensa la început"],
for: ["formularul Excel", "Formularul Excel pentru Siege"],
bbc: ["Suport aplicatie", "Extinde bar cu un mod BB pentru a solicita asistență automată"],
com: ["comparație Unități", "Adăugați tabele de comparație unitate"],
tic: ["Icoane în orașe", "Fiecare oraș primește o pictogramă pentru tipul de trupe în oraș (detectare automată)", "pictograme suplimentare sunt disponibile pentru selectarea manuală"],
til: ["Lista orașelor", "Adaugă pictograme orașului în lista de orașe"],
tim: ["Hartă", "Afișează iconițe ale orașelor pe hartă strategică"],
wwc: ["WW Calculator", "& Calcul partajat resurse contor + butoane anterioare și următoare minuni ale lumii (în prezent, nu dezactivat!)"],
wwr: ["Clasificare", "Clasificarea minune a lumii reproiectat"],
wwi: ["icoane", "Adaugă pictograme în minunea lumii în harta strategică"],
con: ["Meniul contextual", "Exchange Selectați orașul și Prezentare generală a orașelor din meniul contextual"],
sen: ["Unități trimise", "Unități spectacole trimise în fereastra de atac / suport"],
tov: ["Panorama orasului", "Înlocuiește noua panorama orașului cu stilul ferestrei vechi"],
scr: ["Rotița mouse-ului", "Modificări cu mouse-ul moleta, viziune Island / Harta"],
stt: ["Grepodata Statistici", "Adaugă un buton pentru a vedea lumea statică"],
err: ["trimite automat rapoarte de eroare", "Dacă activați această opțiune, puteți ajuta la identificarea erorilor."],
Tti: ["Resurse comerciale pentru festivaluri", "Click aici pentru a trimite resurse la un festival"],
Isl: ["Island View", "Creșterea înălțimea listei orașelor."],
Ish: ["Resursele satelor (activ Captain)", "(Colecta toate recussos insulele din 1 clic)"],
Exi: ["Cerinţă:", "💰 Activare ->"],
OCC: ["Ocean Număr", "Visualisa Ocean Numero"],
BBV: ["City în BB-Code", "Adaugă orașul curent BBcodigo"],
CVW: ["Buton oraș / Harta", "Adaugă un buton pentru a comuta între viziunea și harta orașului."],
Mess: ["multumesc pentru incredere", "Asigurați-vă noi module disponibile pentru falicidar zi la zi sarcini în joc, testat și aprobat.!."],
Ciw: ["Vedere a orașului / fereastra", "Arată vederi ale orașului într-o fereastră"],
act: ["Activați casetele derulante și atac comercial", "Îmbunătățirile de afișare comerciale și cutii de recrutare (cu memorie de poziție)"],
Bjc: ["Butonul BB-cod", "Adăugarea unui buton BBcode (jucător și alianță)"],
SUA: ["Adăugați (nr suprasarcină / Reset)", "Noi instrumente în atac și fereastra de sprijin."],
Mse: ["menssagens BB-Code", "Convertește menssagens în BB-Code"],
Cul: ["Privire de ansamblu asupra culturii (Administrator)", "Adaugă un număr de toate parade"],
Hid: [" Adăugați la peșteră ", "Adăugări de argint la pestera din depozit au peste 15K."],
Hio: [" Vezi pesterilor (Administrator) ", "5 categorii de căutare disponibile."],
ubv: [" populaţia capacitate", "capacitatea de a sprijini - în largul insulei."],
Arb: ["Acces rapid. ", "Pentru a dezactiva această opțiune, selectați-o și faceți clic pe reîmprospătare"],
her: ["cucerirea Traciei", "harta reducerea dimensiunilor realizare tracic."]
},
Quack: {
cityfestivals: "Festivalul urban",
olympicgames: "jocuri Olimpice",
triumph: "parada Victoriei",
theater: "spectacole de teatru"
},
labels: {
stt: "Grepodata Statistici",
uni: "Privire de ansamblu asupra unităților",
total: "Global",
available: "Disponibil",
outer: "afară",
con: "selectați oraș",
no_overload: "fără supraîncărcare",
std: "Standard",
gre: "Grepolis",
nat: "Natural",
ppl: "Popular",
oth: "Alții",
hal: "Halloween",
xma: "Crăciun",
ttl: "Suport aplicatie",
inf: "info Oraș:",
dev: "precizie",
det: "Unități detaliate",
prm: "Premium bonus",
sil: "Argint la Grota",
mov: "Mișcările din oraș:",
WaUp: "Perete<25",
Rev2: "Flame R2",
Def1: "apărare Terre",
Bir1: "apărare Birremes",
OC: "OC",
R1: "Start R1:",
R2: "Start R2:",
FR2: " Sfârșitul R2: ",
f_R212: "Răscoală 12H",
f_R210: "Răscoală 10H",
NTS: "Unități fără detalii",
fooster: "👆 / 👇 sau nimic",
leg: "WW minuni",
stg: "Nivel",
tot: "Total",
str: "Blocuri de alimentare",
los: "pierderi",
mod: "Nici o influență modificator",
dsc: "Unități de comparare",
hck: "efect",
prc: "A tăia",
dst: "Arremço",
sea: "Naval",
att: "Ofensator",
def: "Defensivă",
spd: "viteză",
bty: "Prădarea (resurse)",
cap: "Capacitatea de transport de",
res: "Costul (resurse)",
fav: "favoare",
tim: "Timpul de recrutare (s)",
BBV: "BB-City Code",
rat: "Raportul resursa de un singur tip de unitate",
shr: "Din depozitarea pe orașul de destinație",
per: "procent de comerț",
lab: "Unități SENT",
cityfestivals: "festivaluri urbane",
improved_movement: "Trupele conduce cu reglare bonus",
cap_of_invisibility: "Timpul invizibilității, Ora de încheiere a efectului"
},
messages: {
export: "Mesaj Conversia la BB-Code",
Tol: "Copiaza si lipeste",
copy: "Copie",
bbmessages: "Mesajele BB-Code",
copybb: "BB-Code a fost copiat",
},
grepo_mainmenu: {
city_view: "Panorama orasului",
island_view: "Vezi de Insula"
},
buttons: {
sav: "A salva",
ins: "Introduce",
res: "Resetați"
}
},
//////////////////////////////////////////
// Spanish (es) Translation by Joeman //
//////////////////////////////////////////
es: {
link: {
Update: "https://joeman.i234.me/Dio_tools/changelog-en/index.html",
contact: "http://grepotemas.blogspot.com/",
forum: "https://joeman.i234.me",
UnitComparison: "https://wiki.en.grepolis.com/wiki/Units_Portal/"
},
settings: {
dsc: "Gatinho ofrece, entre otras cosas, algunas pantallas, una caja sonriente, las opciones de comercio y algunos cambios en el diseño.",
prv: "Una vista previa de varias características:",
act: "Activar / desactivar las funciones de la caja de herramientas:",
version_old: "Versión no se actualiza",
version_new: "Versión se actualiza",
version_dev: "versión para desarrolladores",
version_update: "actualizar",
cat_wonders: "WW",
Update: "Versión actual V" + version,
link_forum: "https://joeman.i234.me",
link_contact: "https://joeman.i234.me",
link_Excel: "https://docs.zoho.com/file/5y2lva773ddcde22f4ebc8febadec843aaceb",
forum: "Foro",
author: "Autor",
Feature: "Nueva caracteristica",
cat_units: "Unidades",
cat_icons: "Los iconos en las ciudades",
cat_forum: "Foro",
cat_trade: "Comercio",
cat_wonders: "WW",
cat_layout: "diseño",
cat_other: "Otros",
cat_moi: "Adicional",
cat_nova: "Prima",
cat_them: "🎨"
},
options: {
Blue: 'Azul',
Red: 'Rojo',
Purple: 'Púrpura',
Yellow: 'Amarillo',
Pink: 'Rosa',
Halloween: 'Halloween',
Christmas: 'Navidad',
Dead: 'Agujero',
Abes: 'Abes',
Groot: 'Groot',
themco: 'Los de colores',
themgif: 'Los animados',
test: ["Activar / desactivar la lista de temas de colores. ", "Seleccione cualquiera de los temas disponibles, (Temas de color)"],
ava: ["Descripción general de las unidades", "Indica las unidades de todas las ciudades"],
sml: ["emoticones", "Extiende el BBCode con una caja sonriente"],
str: ["Fuerza de tropas", "Añade potencia marcos de tropas en varias áreas"],
tra: ["la capacidad de transporte", "Muestra la capacidad de transporte ocupados y disponibles en el menú de la unidad"],
per: ["porcentaje del comercio", "Se extiende la ventana de comercio con un porcentaje del comercio"],
rec: ["Comercio para el reclutamiento", "Se extiende la ventana de comercio con un comercio de contratación"],
// cnt: ["contador de movimiento", "contraataques / soporte en la ventana de logro"],
way: ["velocidad militar", "Pantallas muestran la velocidad de tropas posible en la ventana de ataque / apoyo"],
sim: ["Simulador", "Adaptación del diseño del simulador y exposición permanente de la caja poderes extendida"],
spl: ["Efectivo poderes divinos", "Pequeñas y móviles de la caja magnética poderes divinos (con memoria de posición)"],
pop: ["caja favores divinos", "Cambia los favores divinos caja con un nuevo diseño"],
tsk: ["barra de tareas", "Aumenta la barra de tareas y minimiza la ventana de recompensa diaria de inicio"],
for: ["formulario de Excel", "formulario de Excel para Cerco"],
bbc: ["Soporte de aplicaciones", "Se extiende la barra BBCode con una forma de pedir ayuda automática"],
com: ["Comparación de unidades", "Añadir tablas de comparación de unidad"],
tic: ["Los iconos en las ciudades", "Cada ciudad recibe un icono para el tipo de tropas en la ciudad (detección automática)", "iconos adicionales están disponibles para la selección manual"],
til: ["Lista de las ciudades", "Añade iconos de la ciudad en la lista de ciudades"],
tim: ["Mapa", "Muestra los iconos de las ciudades sobre el mapa estratégico"],
wwc: ["WW Calculadora", "Y cálculo de recursos compartidos contador + botones anterior y siguiente maravillas del mundo (actualmente no está desactivada),"],
wwr: ["Clasificación", "Clasificación de la maravilla del mundo rediseñado"],
wwi: ["iconos", "Añade iconos de la maravilla del mundo en el mapa estratégico"],
con: ["Menú de contexto", "Seleccione el intercambio ciudad y visión general de las ciudades en el menú contextual"],
sen: ["unidades enviadas", "unidades muestra enviados en la ventana de ataque / apoyo"],
tov: ["Vista de la ciudad", "Sustituye el nuevo panorama de la ciudad con el estilo de la ventana de edad"],
scr: ["Rueda de ratón", "Los cambios de la moleta del ratón, la visión Island / Mapa"],
stt: ["Estadísticas utilizadas Grepodata", "Añade un botón para ver el mundo estático"],
err: ["Enviar automáticamente informes de errores", "Si habilita esta opción, puede ayudar a identificar errores."],
Tti: ["recursos comerciales para fiestas", "Haga clic para enviar recursos a un festival"],
Isl: ["Island View", "Aumentar la altura de la lista de ciudades y pueblos."],
Ish: ["Los recursos de los pueblos (activo capitán)", "(Recoge todas recussos las islas en 1 clic)"],
Exi: ["Requisito:", "💰 Activar ->"],
OCC: ["Número océano", "Visualisa Océano numero"],
BBV: ["Ciudad de BB-Code", "Añade la ciudad actual BBcodigo"],
CVW: ["Botón Ciudad / Mapa", "Añade un botón para cambiar entre la visión y el mapa de la ciudad."],
Mess: ["gracias por tu confianza", "Hacer nuevos módulos disponibles para falicidar su día a día las tareas en el juego, probado y aprobado.!."],
Ciw: ["Vista de la ciudad / ventana", "Mostrar vistas de la ciudad en una ventana"],
act: ["Activar cuadros desplegables y ataque Comercial", "visualización mejoras cajas y contratación (con memoria de posición) el comercio"],
Bjc: ["Botón de código BB", "La adición de un botón de Bbcode (jugador y alianza)"],
SUA: ["Añadir (No hay sobrecarga / Reset)", "Las nuevas herramientas de ataque y la ventana de ayuda."],
Mse: ["menssagens código BB", "Convierte menssagens en BB-Code"],
Cul: ["Descripción general de la cultura (Administrador)", "Añade un recuento de todos los desfiles"],
Hid: [" Añadir a la cueva", "Añade la plata a la cueva en el almacén tiene más de 15K."],
Hio: [" Vista de las cuevas (Administrador) ", "5 categorías disponibles de búsqueda."],
ubv: [" la capacidad de la población", "apoyar la capacidad - fuera de la isla."],
Arb: ["Acceso rapido. ", "Para deshabilitar esta opción, selecciónela y haga clic en Actualizar."],
her: ["conquista de Tracia", "mapa reducción del tamaño de los logros de Tracia."]
},
Quack: {
cityfestivals: "Festival urbano",
olympicgames: "Juegos Olímpicos",
triumph: "desfile de la victoria",
theater: "Piezas de teatro"
},
labels: {
stt: "Estadísticas utilizadas Grepodata",
uni: "Descripción general de las unidades",
total: "Global",
available: "Disponible",
outer: "Afuera",
con: "Ciudad selecta",
no_overload: "sin sobrecarga",
std: "Estándar",
gre: "Grepolis",
nat: "Natural",
ppl: "Popular",
oth: "Otros",
hal: "Víspera de Todos los Santos",
xma: "Navidad",
ttl: "Soporte de aplicaciones",
inf: "información de la ciudad:",
dev: "precisión",
det: "unidades detalladas",
prm: "bono premium",
sil: "Plata en la Gruta",
mov: "Los movimientos en la ciudad:",
WaUp: "pared<25",
Rev2: "llama R2",
Def1: "defensa Terre",
Bir1: "defensa Birremes",
OC: "jefe",
R1: "Comenzar R1:",
R2: "Comenzar R2:",
FR2: " Final R2: ",
f_R212: "Revuelta 12H",
f_R210: "Revuelta 10H",
NTS: "Unidades sin Detalles",
fooster: "👆 / 👇 ou nada",
leg: "WW Maravillas",
stg: "Nivel",
tot: "Total",
str: "Las unidades de potencia",
los: "Pérdidas",
mod: "Ninguna influencia modificador",
dsc: "unidades de comparación",
hck: "Impacto",
prc: "Cortar",
dst: "Arremço",
sea: "Naval",
att: "Ofensiva",
def: "Defensivo",
spd: "velocidad",
bty: "Botín (recursos)",
cap: "Capacidad de transporte",
res: "Costo (recursos)",
fav: "favor",
tim: "Tiempo de contratación (s)",
BBV: "BB City Code",
rat: "proporción de recursos de un tipo de unidad",
shr: "Desde el almacenamiento en la ciudad de destino",
per: "porcentaje del comercio",
lab: "unidades enviadas",
cityfestivals: "festivales urbanos",
improved_movement: "tropas coche con ajuste de bonificación",
cap_of_invisibility: "Tiempo de invisibilidad, Hora de finalización del efecto"
},
messages: {
export: "mensaje convertido al BB-Code",
Tol: 'Copiar e colar',
copy: "Copiar",
bbmessages: "Mensajes de código BB",
copybb: "Código BB fue copiado",
},
grepo_mainmenu: {
city_view: "Vista de la ciudad",
island_view: "Vista de la isla"
},
buttons: {
sav: "Ahorrar",
ins: "Insertar",
res: "Reiniciar"
}
},
ar: {},
//////////////////////////////////////////////
// Portuguese (BR) Translation by HELL //
//////////////////////////////////////////////
br: {
link: {
Update: "https://joeman.i234.me/Dio_tools/changelog-en/index.html",
contact: "http://grepotemas.blogspot.com/",
forum: "https://joeman.i234.me",
UnitComparison: "https://wiki.en.grepolis.com/wiki/Units_Portal/"
},
settings: {
dsc: "Gatinho oferece, entre outras coisas, algumas telas, uma caixa de smiley, opções de comércio e algumas alterações no layout.",
prv: "Pré-visualização de vários recursos:",
act: "Ativar/desativar recursos do conjunto de ferramentas:",
version_old: "Versão não está atualizada",
version_new: "Versão está atualizada",
version_dev: "Versão do desenvolvedor",
version_update: "Atualização",
cat_wonders: "WW",
Update: "Versão atual V" + version,
link_forum: "https://joeman.i234.me",
link_contact: "https://joeman.i234.me",
link_Excel: "https://docs.zoho.com/file/5y2lva773ddcde22f4ebc8febadec843aaceb",
forum: "Fórum",
author: "Autor",
Feature: "Novo Recurso",
cat_units: "Unidades",
cat_icons: "Ícones nas Cidades",
cat_forum: "Fórum",
cat_trade: "Comércio",
cat_wonders: "WW",
cat_layout: "Layout",
cat_other: "Outros",
cat_moi: "Adicional",
cat_nova: "Premium",
cat_them: "🎨"
},
options: {
Blue: 'Azul',
Red: 'Vermelho',
Purple: 'Purple',
Yellow: 'Yellow',
Pink: 'Pink',
Halloween: 'Halloween',
Christmas: 'Natal',
Dead: 'Buraco',
Abes: 'Abes',
Groot: 'Groot',
themco: 'Os coloridos',
themgif: 'Os animados',
test: ["Ativar/Desativar a lista dos temas coloridos ", "Seleciona qualquer um dos temas disponiveis, (Temas Coloridos)"],
ava: ["Visão Geral das unidades", "Indica as unidades de todas as cidades"], // ?
sml: ["Smilies", "Estende o bbcode com uma caixa de smiley"],
str: ["Força das Tropas", "Adiciona quadros de força das tropas em diversas áreas"],
tra: ["Capacidade de Transporte", "Mostra a capacidade de transporte ocupado e disponível no menu de unidades"],
per: ["Percentual de comércio", "Estende-se a janela de comércio com um percentual de comércio"],
rec: ["Comércio para recrutamento", "Estende-se a janela de comércio com um comércio de recrutamento"],
// cnt: ["Contador de movimentos", "Contador os ataques/apoios na janela de conquista"],
way: ["Velocidade da Tropa", "Mostram a possivél velocidade de tropa na janela de ataque/suporte"],
sim: ["Simulador", "Adaptação do layout simulador & exposição permanente da caixa poderes estendida"],
spl: ["Caixa de Poderes Divinos", "Pequena caixa móvel & magnética de poderes divinos (com memória de posição) "],
pop: ["Caixa de favores divino", "Altera a caixa de favores divino por um novo layout"],
tsk: ["Barra de tarefas", "Aumenta a barra de tarefas e minimiza a janela recompensa diária no inicio"],
for: ["Formulário Excel", "Formulário Excel para Cerco, "],
bbc: ["Pedido de Apoio", "Estende a barra de bbcode com uma forma de Pedido de Apoio Automática"],
com: ["Comparação de Unidades", "Adiciona tabelas de comparação de unidade"],
tic: ["Ícones nas Cidades", "Cada cidade recebe um ícone para o tipo de tropas na cidade (deteção automática) ", " Ícones adicionais estão disponíveis para seleção manual"],
til: ["Lista das Cidades", "Adiciona os ícones da cidade na lista de cidades"],
tim: ["Mapa", "Mostra os ícones das cidades no mapa estratégico"],
wwc: ["Calculadora de WW", "Cálculo compartilhado & contador de recursos + botões anterior e próxima maravilhas do mundo (atualmente não desativável!)"],
wwr: ["Classificação", "Classificação das maravilha do mundo redesenhadas"],
wwi: ["Ícones", 'Adiciona ícones nas maravilha do mundo no mapa estratégico'],
con: ["Menu de Contexto", 'Troca da "Selecione cidade" e "Visão Geral das Cidades" no menu de contexto'],
sen: ["Unidades Enviadas", 'Mostra as unidades enviadas na janela de ataque/suporte'],
tov: ["Visão da Cidade", 'Substitui o novo panorama da cidade, com o estilo da janela antiga'],
scr: ["Roda do Mouse", 'Altera com a moleta do rato, visão Ilha/Mapa'],
stt: ["Statistiques Grepodata", "Adiciona um botão para ver as estatística do mundo"],
err: ["Enviar automaticamente relatórios de erros", "Se você ativar essa opção, você pode ajudar a identificar erros."],
Tti: ["Comércio de recursos para festivais", "Clique para enviar recursos para um festival"],
Isl: ["Visualização da ilha", "Aumentar a altura da lista de cidades e vilas."],
Ish: ["Recursos das aldeias (Capitão ativo)", "(Recolha todos os recussos das ilhas em 1 clic)"],
Exi: ["Exigência:", "💰 Ativem -->"],
OCC: ["Numero do Oceano", "Visualiza o numero Oceano"],
BBV: ["City BBcode", "Adiciona a cidade atual bbcode"],
CVW: ["Botão Cidade/Mapa", "Adiciona um botão para alternar entre a visão da cidade e mapa."],
Mess: ["Thank you for your trust", "Disponibilizem de novos módulos para facilitar as vossas tarefas do dia a dia no jogo, testados e aprovados.!."],
Ciw: ["Vista da cidade/janela", "Mostrar vista para a cidade em uma janela"],
act: ["Ativar caixas suspensas de comércio e recrutamento", "Melhorias da exibição de caixas de comércio e recrutamento (com memória de posição)"],
Bjc: ["Botão BBcode ", " Adição de um botão BBcode (jogador e aliança)"],
SUA: ["Adicionar (Sem sobrecarga / Redefinir) ", " Novas ferramentas na janela de ataque e suporte."],
Mse: ["BB-Code mensagens", "Converte mensagens em BB-Code"],
Cul: ["Visão geral da cultura (Administrador)", "Adiciona um contador de todas os desfiles"],
Hid: ["Adicionar para gruta", "Acrescenta prata para a gruta se no armazém tiver acima dos 15K."],
Hio: ["Vista das grutas (Administrador)", "5 categorias disponíveis de procura."],
ubv: ["Capacidade população", "Capacidade apoio - fora da ilha."],
Arb: ["Acessos rápido. ", "Para desabilitar essa opcao, desseleciona, e clico em refresh"],
her: ["Conquista Thracian", "Redução de tamanho do mapa da conquista Thracian."]
},
Quack: {
cityfestivals: "Festival Urbano",
olympicgames: "Jogos Olímpicos",
triumph: "Desfile da Vitória",
theater: "Peças de Teatro"
},
labels: {
Nav_Exce: "Capacidade total de transporte Navios lentos + Rapidos",
Pop_Inf: "Populacao em falta para completar o cargamento",
Pop_Carg: "População no exterior / Capacidade total dos navios",
coucou: "testeee",
stt: "Estáticas Grepodata",
uni: "Visão Geral das unidades",
total: "Global",
available: "Disponível",
outer: "Fora",
con: "Selecionar cidade",
no_overload: "Sem sobrecarga",
std: "Padrão",
gre: "Grepolis",
nat: "Natural",
ppl: "Popular",
oth: "Outros",
hal: "Halloween",
xma: "Natal",
ttl: "Pedido de Apoio",
inf: "Informação da cidade:",
dev: "Precisão de",
det: "Unidades Detalhadas",
prm: "Bônus Premium",
sil: "Prata na Gruta",
mov: "Movimentos na cidade:",
WaUp: "Muralha <25",
Rev2: "Chama R2",
Def1: "Defesa Terrestre.",
Bir1: "Defesa Bireme.",
OC: "OC",
R1: "Inicio R1:",
R2: "Inicio R2: ",
FR2: " Fim R2: ",
f_R212: "Revolta 12H",
f_R210: "Revolta 10H",
NTS: "Unidades sem Detalhes",
fooster: "👆 / 👇 ou nada",
leg: "WW Maravilhas",
stg: "nível",
tot: "Total",
str: "Força das Unidades",
los: "Perdas",
mod: "Sem modificador de influência",
dsc: "Comparação das unidades",
hck: "Impacto",
prc: "Corte",
dst: "Arremesso",
sea: "Naval",
att: "Ofensivo",
def: "Defensivo",
spd: "Velocidade",
bty: "Saque (recursos)",
cap: "Capacidade de transporte",
res: "Custo (recursos)",
fav: "Favor",
tim: "Tempo de recrutamento (s)",
BBV: "código BB da cidade",
rat: "Proporção de recursos de um tipo de unidade",
shr: "A partir do armazenamento sobre a cidade de destino",
per: "Percentual de comércio",
lab: "Unidades enviadas",
cityfestivals: "Festivais Urbanos",
improved_movement: "Movimento das tropas com ajuste de bónus",
cap_of_invisibility: "Tempo da invisibilidade, Hora do fim do efeito"
},
caves: {
stored_silver: 'Moedas de prata armazenadas',
silver_to_store: 'Moedas de prata para armazenar',
name: 'Nome',
wood: 'Madeira',
stone: 'Pedra',
silver: 'Moedas de prata'
},
messages: {
no_cities: "Nenhuma cidade nesta ilha",//novo
export: 'Converter mensagem em BB-Code',
Tol: 'Copiar e colar',
copy: 'Copiar',
bbmessages: 'Mensagens do BB-Code',
copybb: 'BBCode foi copiado'
},
grepo_mainmenu: {
city_view: 'Vista da cidade',
island_view: 'Vista da ilha'
},
buttons: {
sav: "Salvar",
ins: "Inserir",
res: "Resetar"
}
},
pt: {},
//////////////////////////////////////////////////
// Tcheque (CS) Translation by JoeMan //
//////////////////////////////////////////////////
cz: {
link: {
Update: "https://joeman.i234.me/Dio_tools/changelog-en/index.html",
contact: "http://grepotemas.blogspot.com/",
forum: "https://joeman.i234.me",
UnitComparison: "https://wiki.en.grepolis.com/wiki/Units_Portal/"
},
settings: {
dsc: "GATINNO nabízí mimo jiné několik obrazovek, jeden smajlík box, obchodní možnosti a některé změny v rozložení.",
prv: "Náhled několik funkcí:",
act: "Povolit / zakázat toolkit je k dispozici:",
version_old: "Verze není aktualizován",
version_new: "Verze je aktualizována",
version_dev: "developer version",
version_update: "Aktualizace",
cat_wonders: "WW",
Update: "Současná verze V" + version,
link_forum: "https://joeman.i234.me",
link_contact: "https://joeman.i234.me",
link_Excel: "https://docs.zoho.com/file/5y2lva773ddcde22f4ebc8febadec843aaceb",
forum: "Fórum",
author: "Autor",
Feature: "Nová vlastnost",
cat_units: "Jednotky",
cat_icons: "Ikony ve městech",
cat_forum: "Fórum",
cat_trade: "Obchod",
cat_wonders: "WW",
cat_layout: "dispozice",
cat_other: "jiní",
cat_moi: "Další",
cat_nova: "Pojistné",
cat_them: "🎨"
},
options: {
Blue: 'Modrý',
Red: 'Červené',
Purple: 'nachový',
Yellow: 'Žlutá',
Pink: 'růže',
Halloween: 'Halloween',
Christmas: 'Vánoce',
Dead: 'Otvor',
Abes: 'Abes',
Groot: 'Groot',
themco: 'ty barevné',
themgif: 'ty animované',
test: ["Povolte/zakažte seznam barevných motivů. ", "Vyberte libovolné z dostupných motivů, (Barevné motivy)"],
ava: ["Přehled jednotek", "Označuje jednotky všech městech"],
sml: ["smajlíky", "Rozšiřuje používání značek s smajlík boxu"],
str: ["Síla vojska", "Dodává elektrické rámy vojáků v několika oblastech"],
tra: ["kapacita doprava", "Ukazuje rušné přepravní kapacitu a je k dispozici v menu disku"],
per: ["obchod procento", "Rozšiřuje okna obchodu s ochrannou procentech"],
rec: ["Commerce pro nábor", "Rozšiřuje okna obchodu s obchodem náboru"],
// cnt: ["Counter motion", "Protiútoky / support v okně výkonové"],
way: ["vojenská Speed", "Displeje ukazují možnou rychlost vojáků v útoku okna / support"],
sim: ["simulátor", "Přizpůsobení rozložení simulátoru a stálé expozice rozšířenou působností boxu"],
spl: ["Cash Divine Powers", "Malé a pohyblivé magnetické box božské síly (s pamětí polohy)"],
pop: ["božské laskavosti box", "Změní božské laskavosti box s novým uspořádáním"],
tsk: ["Hlavní panel", "Zvyšuje na hlavním panelu a minimalizuje denní okno odměnu na začátku"],
for: ["formulář Excel", "Excel formulář pro obležení"],
bbc: ["Podpora aplikace", "Rozšiřuje Přímo bar s způsob, jak požádat o pomoc Automatic"],
com: ["srovnání jednotek", "Přidejte srovnávací tabulky drive"],
tic: ["Ikony ve městech", "Každé město obdrží ikonu pro typ vojáků v centru (automatická detekce)", "další ikony jsou k dispozici pro ruční výběr"],
til: ["Seznam měst", "Přidá ikony městským v seznamu měst"],
tim: ["Mapa", "Zobrazuje ikony měst na strategické mapě"],
wwc: ["WW Calculator", "A sdílený výpočet counter zdroj + předchozí a následující tlačítka divů světa (v současné době není deaktivován!)"],
wwr: ["Klasifikace", "Klasifikace divem světa přepracovány"],
wwi: ["ikony", "Přidá ikony v divu světa ve strategické mapy"],
con: ["Kontextová nabídka", "Exchange Vyberte město a přehled měst v kontextovém menu"],
sen: ["odeslané jednotky", "Ukazuje jednotky poslal v okně útoku / podpůrného"],
tov: ["výhled na město", "Nahradí nové panorama města se stylem starého okna"],
scr: ["Kolečko myši", "Změny se moleta myš vidění Island / Mapa"],
stt: ["Statistiques Grepodata", "Přidá tlačítko vidět statický svět"],
err: ["Automaticky odesílat zprávy o chybách", "Máte-li tuto možnost, můžete pomoci identifikovat chyby."],
Tti: ["Obchod zdroje pro festivaly", "Kliknutím odešlete zdroje na festival"],
Isl: ["Island View", "Zvětšit výšku seznamu měst a obcí."],
Ish: ["Zdroje obcí (aktivní kapitán)", "(Shromažďovat všechny recussos ostrovy v 1 kliknutí)"],
Exi: ["Požadavek:", "💰 Aktivovat ->"],
OCC: ["Ocean Number", "Visualisa Ocean numero"],
BBV: ["City v BB-Code", "Přidá aktuální město BBcodigo"],
CVW: ["Tlačítko City / Mapa", "Přidá tlačítko pro přepnutí mezi vizí a mapu města."],
Mess: ["Děkuji za důvěru", "Zpřístupnit nové moduly pro falicidar své každodenní úkoly ve hře, testováno a schváleno.!."],
Ciw: ["Pohled na město / okně", "Ukazují pohledy na město v okně"],
act: ["Umožňují drop-dolů boxy i komerční útoku", "Vylepšení zobrazení obchodovat boxy a nábor (s pamětí polohy)"],
Bjc: ["Tlačítko BB-code", "Přidání tlačítka BBcode (hráč a aliance)"],
SUA: ["Přidejte (Bez přetížení / Reset)", "Nové nástroje v útoku a okna podporu."],
Mse: ["BB-Code menssagens", "Převede menssagens v BB-Code"],
Cul: ["Přehled kultury (Administrator)", "Přidá počet ze všech přehlídek"],
Hid: [" Přidat do jeskyně", "Přidá stříbro do jeskyně ve skladu mají více než 15K."],
Hio: [" Pohled z jeskyně (Administrator)", "5 kategorií k dispozici vyhledávání."],
ubv: [" populace kapacita", "podpoří schopnost - mimo ostrov"],
Arb: ["rychlý přístup. ", "Chcete-li tuto možnost zakázat, vyberte ji a klikněte na tlačítko Obnovit "],
her: ["dobytí Thracian", "Pro zmenšení velikosti thrácké úspěch."]
},
Quack: {
cityfestivals: "Urban Festival",
olympicgames: "olympijské hry",
triumph: "Victory Parade",
theater: "Divadelní představení"
},
labels: {
stt: "Statistiques Grepodata",
uni: "Přehled jednotek",
total: "Globální",
available: "K dispozici",
outer: "Ven",
con: "vyberte si město",
no_overload: "bez přetížení",
std: "Standard",
gre: "Grepolis",
nat: "Přírodní",
ppl: "Oblíbený",
oth: "jiní",
hal: "předvečer Všech svatých",
xma: "Vánoce",
ttl: "Podpora aplikace",
inf: "Město info:",
dev: "přesnost",
det: "Detailní jednotky",
prm: "bonus Premium",
sil: "Silver v jeskyni",
mov: "Pohyby ve městě:",
WaUp: "zeď<25",
Rev2: "plamen R2",
Def1: "obrana Terre",
Bir1: "obrana Birremes",
OC: "OC",
R1: "Start R1:",
R2: "Start R2:",
FR2: " Konec R2: ",
f_R212: "Povstání 12H",
f_R210: "Povstání 10H",
NTS: "Unidades sem Detalhes",
fooster: "👆 / 👇 nebo nic",
leg: "WW Wonders",
stg: "Úroveň",
tot: "Celkový",
str: "Power Units",
los: "Ztráty",
mod: "No modifikátor vliv",
dsc: "Srovnání jednotek",
hck: "Dopad",
prc: "Střih",
dst: "Arremço",
sea: "Námořní",
att: "Urážlivý",
def: "Obranný",
spd: "rychlost",
bty: "Kořist (zdroje)",
cap: "Schopnost dopravě",
res: "Náklady (zdroje)",
fav: "laskavost",
tim: "Doba Recruitment (y)",
BBV: "BB-Code City",
rat: "Poměr zdroj jednoho typu jednotky",
shr: "Ze skladu na cílové město",
per: "obchod procento",
lab: "poslal jednotky",
cityfestivals: "Městské slavnosti",
improved_movement: "vojska pohon s nastavením bonusového",
cap_of_invisibility: "Čas neviditelnosti. Čas ukončení účinku"
},
messages: {
export: "Převést zprávu BB-Code",
Tol: 'Copiar e colar',
copy: "kopírovat",
bbmessages: "Zprávy BB-Code",
copybb: "BB-Code byl zkopírován",
},
grepo_mainmenu: {
city_view: "výhled na město",
island_view: "Výhledem na ostrov"
},
buttons: {
sav: "Zachránit",
ins: "Vložit",
res: "Reset"
}
}
};
LANG.ar = LANG.es;
LANG.pt = LANG.br;
LANG.cs = LANG.cz;
if (!(uw.location.pathname.indexOf("game") >= 0)) {
LID = uw.location.host.split(".")[1];
}
console.debug("SPRACHE", LID);
function getText(category, name) {
var txt = "???";
if (LANG[LID]) {
if (LANG[LID][category]) {
if (LANG[LID][category][name]) {
txt = LANG[LID][category][name];
} else {
if (LANG.en[category]) {
if (LANG.en[category][name]) {
txt = LANG.en[category][name];
}
}
}
} else {
if (LANG.en[category]) {
if (LANG.en[category][name]) {
txt = LANG.en[category][name];
}
}
}
} else {
if (LANG.en[category]) {
if (LANG.en[category][name]) {
txt = LANG.en[category][name];
}
}
}
return txt;
}
/////////////////////////////////////////
// * Settings * //
/////////////////////////////////////////
var options_def = {
bir: true,
ava: true,
sml: false,
str: false,
tra: false,
per: true,
rec: true,
way: false,
//cnt: false,
sim: false,
spl: false,
act: false,
tsk: false,
cha: true,
pop: true,
bbc: true,
com: false,
tic: true,
til: true,
tim: true,
wwc: true,
wwr: true,
wwi: true,
con: true,
sen: false,
tov: false,
scr: true,
stt: false,
err: false,
Tti: false,
OCC: false,
CVW: false,
Ciw: false,
Bjc: false,
SUA: false,
Mse: false,
Isl: false,
Ish: false,
Cul: true,
Hio: false,
Hid: false,
ubv: false,
her: true,
Arb: false,
joe_ta: true,
joe_tb: false,
joe_tc: false,
joe_td: false,
joe_te: false,
joe_tf: false,
joe_tg: false,
joe_th: false,
joe_ti: false,
dio_Isl: true, // islandFarmingVillages //novo tentar fazer foncionar lista jogadores na ilha
joe_tj: false
};
if (uw.location.pathname.indexOf("game") >= 0) {
for (var opt in options_def) {
if (options_def.hasOwnProperty(opt)) {
if (DATA.options[opt] === undefined) {
DATA.options[opt] = options_def[opt];
}
}
}
}
///////////////////////////////////////
// * Version * //
///////////////////////////////////////
var Messageversion = '';
var version_text = '',
version_color = 'black';
$('').appendTo("head");
$('').appendTo("head"); //Image AcceRapide
function getLatestVersion() {
$('').appendTo("head");
var v_info = $('#version_info');
if (version_text === '') {
if (version < latest_version) {
version_text = "
');
},
};
function fixUnitValues() {
uw.GameData.units.militia.resources = {
wood: 0,
stone: 0,
iron: 0
};
}
function getMaxZIndex() {
var maxZ = Math.max.apply(null, $.map($("div[class^='ui-dialog']"), function(e, n) {
if ($(e).css('position') == 'absolute') {
return parseInt($(e).css('z-index'), 10) || 1000;
}
}));
return (maxZ !== -Infinity) ? maxZ + 1 : 1000;
}
function getBrowser() {
var ua = navigator.userAgent,
tem,
M = ua.match(/(opera|maxthon|chrome|safari|firefox|msie|trident(?=\/))\/?\s*(\d+)/i) || [];
if (/trident/i.test(M[1])) {
tem = /\brv[ :]+(\d+)/g.exec(ua) || [];
M[1] = 'IE';
M[2] = tem[1] || '';
}
if (M[1] === 'Chrome') {
tem = ua.match(/\bOPR\/(\d+)/);
if (tem !== null) {
M[1] = 'Opera';
M[2] = tem[1];
}
}
M = M[2] ? [M[1], M[2]] : [navigator.appName, navigator.appVersion, '-?'];
if ((tem = ua.match(/version\/(\d+)/i)) !== null) M.splice(1, 1, tem[1]);
return M.join(' ');
}
function errorHandling(e, fn) {
if (PID === 1538932 || PID === 100144) {
HumanMessage.error("Gatinho(" + version + ")-ERROR: " + e.message);
console.log("Gatinho | Error-Stack | " + [fn] + " | ", e.stack);
} else {
if (!DATA.error[version]) {
DATA.error[version] = {};
}
}
}
function createWindowType(name, title, width, height, minimizable, position) {
$('').appendTo('head');
function WndHandler(wndhandle) {
this.wnd = wndhandle;
}
Function.prototype.inherits.call(WndHandler, WndHandlerDefault);
WndHandler.prototype.getDefaultWindowOptions = function() {
return {
position: position,
width: width,
height: height,
minimizable: minimizable,
title: "" + title + ""
};
};
GPWindowMgr.addWndType(name, "75623", WndHandler, 1);
}
///////////////////////////////////
// * Notification * //
///////////////////////////////////
var Notification = {
init: function() {
NotificationType.GATINHO = "felix";
createWindowType("JOE_Notification", getText("settings", "Update"), 820, 550, true, ["center", "center", 100, 100]);
$('').appendTo('head');
var notif = DATA.notification;
if (notif <= 18) {
Notification.create(18, 'New messages');
var NotifText = '
' +
'' +
'
➫ New Blog Gatinho ' +
' - To start this year 2021 Gatinho created his blog Gatinho, at the moment the description of the modules ' +
' is available with some explanations and the history of Gatinho ➫ (Blog Gatinho) ' +
' - The older versions were obsolete until 28/07/2021. ' +
'
➫ Version Gatinho disponible ici➫ (New version) ' +
'
➫ New toutes les version Dio Tools son disponible ici➫ (Blog Gatinho) ' +
' ' +
' ' +
' ' +
'
";
if (!$.isEmptyObject(units)) {
for (var unit_id in units) {
if (units.hasOwnProperty(unit_id)) {
var classSize = "";
if (units[unit_id] > 1000) {
classSize = "four_digit_number";
}
popup += '
');
function table_resize_handler1() {
$(this).addClass("active");
$("#hides_overview_towns").addClass("joe_resize");
city_boxes.each(function(index) {
var iron_span_class = $(this).find(".box_content.res_box .iron SPAN:first-child").prop("class");
if (iron_span_class == "res_rare") {
$(this).find(".iron_img").append('');
} else if (iron_span_class == "res_plenty") {
$(this).find(".iron_img").append('');
}
});
$(this).one("click", table_resize_handler2);
}
function table_resize_handler2() {
$(this).removeClass("active");
$("#hides_overview_towns").removeClass("joe_resize");
city_boxes.find(".joe_res_plenty, .joe_res_rare").remove();
$(this).one("click", table_resize_handler1);
}
$('#joe_button_table_resize').one("click", table_resize_handler1);
function isNumber(n) {
return !isNaN(parseFloat(n)) && isFinite(n);
}
function setfilter(selection) {
$('#hides_overview_towns>li').show();
if (isNumber($('#joe_sortfilterbox').val())) {
regexpRES = RegExp(/wood|stone|iron/);
regexpInS = RegExp(/eta/);
regexpNoT = RegExp(/gp_town_link/);
numericfilter = parseInt($('#joe_sortfilterbox').val());
$('#hides_overview_towns>li').each(function(i, e) {
if (regexpRES.test(selection)) {
selectedSort = parseInt($(e).find(selection).text()) || 0;
} else if (regexpInS.test(selection)) {
selectedSort = parseInt($(e).find(selection).text().substr(1)) || 0;
} else {
selectedSort = $(e).find(selection).text();
if (!(selectedSort.indexOf(numericfilter) >= 0)) {
$(e).hide();
}
}
if (numericfilter > selectedSort) {
$(e).hide();
}
});
} else {
namefilter = $('#joe_sortfilterbox').val();
$('#hides_overview_towns>li').each(function(i, e) {
townname = $(e).find('a.gp_town_link').text();
if (namefilter.length > 0 && !(townname.indexOf(namefilter) >= 0)) {
$(e).hide();
}
});
}
};
function sort(selection) {
order = !order;
switch (selection) {
case "ironinstore":
selection = 'span.eta';
break;
case "name":
selection = 'a.gp_town_link';
break;
case "wood":
selection = 'span.wood span.count';
break;
case "stone":
selection = 'span.stone span.count';
break;
case "iron":
selection = 'span.iron span.count';
break;
}
setfilter(selection);
var joe_ArrayUnsorted = $('#hides_overview_towns>li').get();
joe_ArrayUnsorted.sort(function(a, b) {
regexpRES = RegExp(/wood|stone|iron/);
regexpInS = RegExp(/eta/);
if (regexpRES.test(selection)) {
a = parseInt($(a).find(selection).text()) || 0;
b = parseInt($(b).find(selection).text()) || 0;
} else if (regexpInS.test(selection)) {
a = parseInt($(a).find(selection).text().substr(1)) || 0;
b = parseInt($(b).find(selection).text().substr(1)) || 0;
} else {
a = $(a).find(selection).text().toLowerCase();
b = $(b).find(selection).text().toLowerCase();
if (order) {
return a.localeCompare(b);
} else {
return b.localeCompare(a);
}
}
if (order) {
return b - a
} else {
return a - b
}
});
for (var i = 0; i < joe_ArrayUnsorted.length; i++) {
joe_ArrayUnsorted[i].parentNode.appendChild(joe_ArrayUnsorted[i]);
}
}
$("#joe_sortinit").click(function() {
sort($("#joe_sort_towns").val());
$(this).toggleClass('active')
});
} catch (error) {
errorHandling(error, "hidesOverview");
}
},
refresh_silver_total: function(xhr) {
var JQ_silver_total = $('#joe_hides_silver_total .silver_amount');
var silver_total = parseInt(JQ_silver_total.text());
var silver_stored = $.parseJSON(xhr.responseText).json.iron_stored;
silver_total += silver_stored;
JQ_silver_total.text(silver_total);
},
grepo_dropdown: function(ID, Options) {
var str = '';
return str;
},
grepo_input: function(Style, ID, Text) {
return $('
');
},
deactivate: function() {
$('#joe_hidesOverview_style').remove();
$('#joe_hides_sort_control').remove();
},
};
///////////////////////////////////
// * culture Overview * //
///////////////////////////////////
var cultureOverview = {
activate: function(e) {
try {
var a = $("ul#cultur_overview_towns");
var b, c, d, e;
e = 0;
b = $('a[class~="confirm"][class~="type_triumph"]');
d = $('a[class~="confirm"][class~="type_triumph"][class~="disabled"]');
if (d.length > 0) {
for (var f = 0; f < b.length; f++) {
if ($(b[f]).attr("class").indexOf("disabled") > 1)
continue;
c = $(b[f]).parents('li[id^="ov_town_"]');
eltext = c[0].previousSibling;
$(c).insertBefore($(d[0]).parents('li[id^="ov_town_"]'));
$(eltext).insertBefore($(d[0]).parents('li[id^="ov_town_"]'))
}
}
e = 0;
b = $('a[class~="confirm"][class~="type_theater"]');
d = $('a[class~="confirm"][class~="type_theater"][class~="disabled"]');
if (d.length > 0) {
for (var f = 0; f < b.length; f++) {
if ($(b[f]).attr("class").indexOf("disabled") > 1)
continue;
c = $(b[f]).parents('li[id^="ov_town_"]');
eltext = c[0].previousSibling;
$(c).insertBefore($(d[0]).parents('li[id^="ov_town_"]'));
$(eltext).insertBefore($(d[0]).parents('li[id^="ov_town_"]'))
}
}
e = 0;
b = $('a[class~="confirm"][class~="type_party"]');
d = $('a[class~="confirm"][class~="type_party"][class~="disabled"]');
if (d.length > 0) {
for (var f = 0; f < b.length; f++) {
if ($(b[f]).attr("class").indexOf("disabled") > 1)
continue;
c = $(b[f]).parents('li[id^="ov_town_"]');
eltext = c[0].previousSibling;
$(c).insertBefore($(d[0]).parents('li[id^="ov_town_"]'));
$(eltext).insertBefore($(d[0]).parents('li[id^="ov_town_"]'))
}
}
var g = $("ul#culture_overview_towns span.eta");
var h = $("#culture_points_overview_bottom #place_culture_count").text();
if (h.indexOf("[") < 1) {
var i = h.split("/");
var j = parseInt(i[0]) + g.length;
var k = parseInt(i[1]) - j;
if (k > 0) {
$("#culture_points_overview_bottom #place_culture_count").append("[-" + k + "]");
} else {
var l = new Array;
for (var f = 0; f < g.length; f++)
l.push($(g[f]).text());
l.sort();
var m = l[l.length + k - 1];
$("#culture_points_overview_bottom #place_culture_count").append(" [] +" + k * -1 + "").find("span#joe_culture").countdown(m);
}
} else {
var i = h.split("/");
var j = parseInt(i[0]) + g.length;
var k = parseInt(i[1]) - j;
if (k > 0) {
$("#joe_culture").text("[-" + k + "]");
} else {
CultureOverview.activate.wnd.reloadContent();
}
}
if ($('#joe_cultureBTN_wrapper').length == 0) {
$("#culture_overview_wrapper").parent().append('