RedAlert

Senior In-Game Staff
Tribal Wars Team
Senior
Team
Script Moderator
Reaction score
608
Author
RedAlert
Contributors
N/A
Quickbar Entry
javascript:$.getScript('https://twscripts.dev/scripts/tribeStatsTool.js');
Public?
Public
Tribe Stats Tools

Approved:
t14211665

tribe-stats-tools.jpg

This is how the script looks in practice:

The script does not necessarily require PA or AM to work.
The script can be run on any page.

What the script does?
It helps you checking on the status of your alliance by giving stats like total alliance points, map positioning between alliances, etc.

For any suggestion, bug or if you need help with the script, feel free to reply to this thread.
 
Last edited:
Upvote 1

tjbh

New Member
Reaction score
0
JavaScript:
pl_PL: {
    'Tribe Stats Tools': 'Tribe Stats Tools',
    Help: 'Pomoc',
    'Script is already loaded and running!': 'Skrypt jest załadowany i działa!',
    Actions: 'Akcje',
    'Error while fetching "ally.txt"!': 'Błąd podczas pobierania "ally.txt"!',
    Rank: 'Rank',
    'Tribe Name': 'Nazwa Plemienia',
    Points: 'Punkty',
    Players: 'Gracze',
    Villages: 'Wioski',
    Actions: 'Akcje',
    Allies: 'Sojusznicy',
    Enemies: 'Przeciwnicy',
    'Add Ally': 'Dodaj Sojusznika',
    'Add Enemy': 'Dodaj Przeciwnika',
    Remove: 'Usuń',
    'Added as Enemy!': 'Dodano jako przeciwnika!',
    'Is already added as Enemy!': 'Jest już dodany jako wróg!',
    'Added as Ally!': 'Dodano jako sojusznika!',
    'Is already added as Ally!': 'Jest już dodany jako sojusznik!',
    'Invalid Action!': 'Nieprawidłowa akcja!',
    'No Allies!': 'Brak Sojuszników!',
    'No Enemies!': 'Brak Przeciwników!',
    'Total Points': 'Suma Punktów',
    'Total Tribes': 'Suma Plemion',
    'Total Players': 'Suma Graczy',
    'Total Villages': 'Suma Wiosek',
    'Points/Player': 'Średnia punktów na gracza',
    'Points/Village': 'Średnia punktów na wioskę',
    Reset: 'Reset',
    'Generate Map': 'Generuj Mapę',
    'Tribes Map': 'Mapa Plemion',
    'Open Image': 'Otwórz obraz',
    'BB Export': 'BB Export',
},
 
Last edited:

RedAlert

Senior In-Game Staff
Tribal Wars Team
Senior
Team
Script Moderator
Reaction score
608
Hello @tjbh ,

Could you help by translating following this format:

JavaScript:
en_DK: {
    'Tribe Stats Tools': 'Tribe Stats Tools',
    Help: 'Help',
    'Script is already loaded and running!': 'Script is already loaded and running!',
    Actions: 'Actions',
    'Error while fetching "ally.txt"!': 'Error while fetching "ally.txt"!',
    Rank: 'Rank',
    'Tribe Name': 'Tribe Name',
    Points: 'Points',
    Players: 'Players',
    Villages: 'Villages',
    Actions: 'Actions',
    Allies: 'Allies',
    Enemies: 'Enemies',
    'Add Ally': 'Add Ally',
    'Add Enemy': 'Add Enemy',
    Remove: 'Remove',
    'Added as Enemy!': 'Added as Enemy!',
    'Is already added as Enemy!': 'Is already added as Enemy!',
    'Added as Ally!': 'Added as Ally!',
    'Is already added as Ally!': 'Is already added as Ally!',
    'Invalid Action!': 'Invalid Action!',
    'No Allies!': 'No Allies!',
    'No Enemies!': 'No Enemies!',
    'Total Points': 'Total Points',
    'Total Tribes': 'Total Tribes',
    'Total Players': 'Total Players',
    'Total Villages': 'Total Villages',
    'Points/Player': 'Points/Player',
    'Points/Village': 'Points/Village',
    Reset: 'Reset',
    'Generate Map': 'Generate Map',
    'Tribes Map': 'Tribes Map',
    'Open Image': 'Open Image',
    'BB Export': 'BB Export',
},

This is the full list of texts to be translated from English into Polish (or whatever other language).
 

RedAlert

Senior In-Game Staff
Tribal Wars Team
Senior
Team
Script Moderator
Reaction score
608
@tjbh , thank you. Script has been updated now and the Polish translation has been added.
 

- Mr. President

Well-Known Member
Reaction score
29
pt_PT: {
'Tribe Stats Tools': 'Ferramenta de estatísticas de tribo',
Help: 'Ajuda',
'Script is already loaded and running!': 'O script já carregou e está a correr!',
Actions: 'Ações',
'Error while fetching "ally.txt"!': 'Erro a procurar "ally.txt"!',
Rank: 'Classificação',
'Tribe Name': 'Nome da tribo',
Points: 'Pontos',
Players: 'Jiogadores',
Villages: 'Aldeias',
Actions: 'Ações',
Allies: 'Aliados',
Enemies: 'Inimigos',
'Add Ally': 'Adicionar aliado',
'Add Enemy': 'Adicionar inimigo',
Remove: 'Remover',
'Added as Enemy!': 'Adicionado como inimigo!',
'Is already added as Enemy!': 'Já está adicionado como inimigo!',
'Added as Ally!': 'Adicionado como aliado!',
'Is already added as Ally!': 'Já está adicionado como aliado!',
'Invalid Action!': 'Ação inválida!',
'No Allies!': 'Sem aliados!',
'No Enemies!': 'Sem inimigos!',
'Total Points': 'Total de pontos',
'Total Tribes': 'Total de tribos',
'Total Players': 'Total de jogadores',
'Total Villages': 'Total de aldeias',
'Points/Player': 'Pontos/Jogador',
'Points/Village': 'Pontos/Aldeia',
Reset: 'Reset',
'Generate Map': 'Gerar mapa',
'Tribes Map': 'Mapa das tribos',
'Open Image': 'Abrir imagem',
'BB Export': 'Exportar código BB',
},
 
Top