xdam98

New Member
Reaction score
8
Author
xdam98
Contributors
R.I.D.E.R (polish translation)
Quickbar Entry
javascript:$.getScript('https://dl.dropboxusercontent.com/s/mpir3x1wh36z2jn/scriptCriarNotaRelatorio.js?dl=0');void(0);
Public?
Public
The script needs to be run in any offensive or defensive report screen.

Script Loader:
JavaScript:
javascript:$.getScript('https://dl.dropboxusercontent.com/s/mpir3x1wh36z2jn/scriptCriarNotaRelatorio.js?dl=0');void(0);

Description:

The script will automatically create a note in the enemy village that will include information collected from the report as village type and building levels.
 
Changelog
26/06/2021 - Added Polish translation
Upvote 3

princebelve

New Member
Reaction score
4
When someone is available to translate the English strings into specific languages, we can add this translations to the script

Supported languages at the moment:

  • Portuguese (Portugal)
  • English (United States)
  • Polish (Poland)
  • German (Germany)

JavaScript:
        unknown: "Unknown",
        verifyReportPage: "This script can only be run on a report screen.",
        offensive: "Offensive",
        defensive: "Defensive",
        probOffensive: "Probably Offensive",
        probDefensive: "Probably Defensive",
        noSurvivors: "No troops survived",
        watchtower: "Watchtower",
        wall: "Wall",
        firstChurch: "First church",
        church: "Church",
        defensiveNukes: "deffensive nukes",
        noteCreated: "Note created",
        addReportTo: "Add report to which village:"
 

princebelve

New Member
Reaction score
4
We need to wait, script author needs to do progress of script update approv process by innogames and upload the script update.

At the moment, he has not much time to check the update and upload it.

We need to wait.

German is working, when the script is updated.
 

Vondi

New Member
Reaction score
4
How can I change the language of the script?
Or is it recognized automatically? If so, German is not supported.
 

secundum

Active Member
Reaction score
12
@xdam98 if you want you can add this german translation
"de_DE": {
"unknown": "Unbekannt",
"verifyReportPage": "Dieses Skript kann nur auf einer Berichtsseite ausgeführt werden.",
"offensive": "Offensiv",
"defensive": "Defensiv",
"probOffensive": "Wahrscheinlich Offensiv",
"probDefensive": "Wahrscheinlich Defensiv",
"noSurvivors": "Keine Truppen haben überlebt",
"watchtower": "Wachturm",
"wall": "Mauer",
"firstChurch": "Erste Kirche",
"church": "Kirche",
"defensiveNukes": "Verteidigungs-Nukes",
"noteCreated": "Notiz erstellt",
"addReportTo": "Bericht hinzufügen zu welchem Dorf:"
}
 
Last edited:

Vondi

New Member
Reaction score
4
Thank you for the answers. As a translation I would suggest:

"de_DE": {
"unknown": "Unbekannt",
"verifyReportPage": "Dieses Skript kann nur auf einer Berichtsseite ausgeführt werden.",
"offensive": "Off",
"defensive": "Deff",
"probOffensive": "vmtl. Off",
"probDefensive": "vmtl. Deff",
"noSurvivors": "Keine Truppen haben überlebt",
"watchtower": "Wachturm",
"wall": "Wall",
"firstChurch": "Erste Kirche",
"church": "Kirche",
"defensiveNukes": "Deff-Nukes",
"noteCreated": "Notiz erstellt",
"addReportTo": "Bericht hinzufügen zu welchem Dorf:"
}
 
Top