Add Plus Statistics

Add Plus Statistics
This commit is contained in:
novgorodschi catalin
2026-07-28 08:48:19 +03:00
parent d4a83f3b7b
commit 7642151569
24 changed files with 844 additions and 9 deletions
+31
View File
@@ -1990,6 +1990,11 @@ tz_def('TZ_ARRIVED', 'Arrived:');
tz_def('TZ_ASSIGN_TO_POSITION', 'Assign to position');
tz_def('TZ_AS_SOON_AS_A_PLAYER_YOU_INVITED_FO', 'As soon as a player you invited founds his');
tz_def('TZ_ATTACKS', 'Attacks');
tz_def('TZ_OVERVIEW', 'Overview');
tz_def('TZ_FORUM', 'Forum');
tz_def('TZ_CHAT', 'Chat');
tz_def('TZ_NEWS', 'News');
tz_def('TZ_OPTIONS', 'Options');
tz_def('TZ_BOLD', 'bold');
tz_def('TZ_BUILDING', 'Building');
tz_def('TZ_CATAPULT_TARGET', 'catapult target');
@@ -4245,3 +4250,29 @@ tz_def('ALLYBONUS_RECRUITMENT_DESC', 'Speeds up troop training in every troop-pr
tz_def('ALLYBONUS_PHILOSOPHY_DESC', 'Increases culture point production from buildings and hero helmets. Town hall celebrations are not affected.');
tz_def('ALLYBONUS_METALLURGY_DESC', 'Increases the offensive and defensive strength of your troops, on top of your smithy upgrades.');
tz_def('ALLYBONUS_COMMERCE_DESC', 'Increases how much each merchant can carry. Multiplies with the trade office.');
//////////////////////////////////////////////////////////////////////////////////////////////////////
// STATISTICI GRAFICE (Travian Plus)
//////////////////////////////////////////////////////////////////////////////////////////////////////
tz_def('PLUSSTATS_TITLE', 'Graphical statistics');
tz_def('PLUSSTATS_INTRO', 'The development of your account over time.');
tz_def('PLUSSTATS_RANK', 'Ranking');
tz_def('PLUSSTATS_POP', 'Population');
tz_def('PLUSSTATS_ARMY', 'Army strength (crop upkeep per hour)');
tz_def('PLUSSTATS_VILLAGES', 'Villages');
tz_def('PLUSSTATS_TROOPS', 'Troops');
tz_def('PLUSSTATS_UPKEEP', 'Crop upkeep per hour');
tz_def('PLUSSTATS_METRIC', 'Metric');
tz_def('PLUSSTATS_NOW', 'Now');
tz_def('PLUSSTATS_CHANGE', 'Change');
tz_def('PLUSSTATS_NODATA', 'Not enough data yet');
tz_def('PLUSSTATS_WAIT', 'Your account is being recorded. The graphs appear once at least two snapshots exist.');
tz_def('PLUSSTATS_NEEDPLUS', 'Graphical statistics are a Travian Plus feature. Activate Plus to see the development of your account.');
tz_def('PLUSSTATS_DISABLED', 'Graphical statistics are not enabled on this server.');
tz_def('PLUSSTATS_FOOT', 'Army strength is measured by crop upkeep, which is the game\'s own weighting: it counts a strong unit for more than a weak one. Troops reinforcing other players still count as yours.');
tz_def('ADM_PLUS_STATISTICS', 'Plus graphical statistics');
tz_def('ADM_PLUS_STATISTICS_TIP', 'Records rank, population, villages and army for every player, so Plus players can see how their account developed. The tab is only visible with an active Plus account.');
tz_def('ADM_PLUS_STATISTICS_INTERVAL', 'Statistics snapshot interval (hours)');
tz_def('ADM_PLUS_STATISTICS_INTERVAL_TIP', 'How often a snapshot is taken. On a fast server a day is a lot of play, so a few hours gives a readable curve.');
tz_def('ADM_PLUS_STATISTICS_KEEP', 'Statistics history kept (days)');
tz_def('ADM_PLUS_STATISTICS_KEEP_TIP', '0 keeps everything, so players see the full history of their account since recording began.');
+31
View File
@@ -1996,6 +1996,11 @@ tz_def('TZ_ARRIVED', 'Arrivé :');
tz_def('TZ_ASSIGN_TO_POSITION', 'Assigner à un poste');
tz_def('TZ_AS_SOON_AS_A_PLAYER_YOU_INVITED_FO', 'Dès qu\'un joueur que vous avez invité fonde son');
tz_def('TZ_ATTACKS', 'Attaques');
tz_def('TZ_OVERVIEW', 'Vue d\'ensemble');
tz_def('TZ_FORUM', 'Forum');
tz_def('TZ_CHAT', 'Chat');
tz_def('TZ_NEWS', 'Actualités');
tz_def('TZ_OPTIONS', 'Options');
tz_def('TZ_BOLD', 'gras');
tz_def('TZ_BUILDING', 'Bâtiment');
tz_def('TZ_CATAPULT_TARGET', 'cible de la catapulte');
@@ -4188,3 +4193,29 @@ tz_def('ALLYBONUS_RECRUITMENT_DESC', 'Accélère l\'entraînement des troupes da
tz_def('ALLYBONUS_PHILOSOPHY_DESC', 'Augmente la production de points de culture des bâtiments et des casques du héros. Les fêtes de l\'hôtel de ville ne sont pas affectées.');
tz_def('ALLYBONUS_METALLURGY_DESC', 'Augmente la force d\'attaque et de défense de vos troupes, en plus des améliorations de la forge.');
tz_def('ALLYBONUS_COMMERCE_DESC', 'Augmente la capacité de charge de chaque marchand. Se multiplie avec le bureau de commerce.');
//////////////////////////////////////////////////////////////////////////////////////////////////////
// STATISTICI GRAFICE (Travian Plus)
//////////////////////////////////////////////////////////////////////////////////////////////////////
tz_def('PLUSSTATS_TITLE', 'Statistiques graphiques');
tz_def('PLUSSTATS_INTRO', 'L\'évolution de votre compte au fil du temps.');
tz_def('PLUSSTATS_RANK', 'Classement');
tz_def('PLUSSTATS_POP', 'Population');
tz_def('PLUSSTATS_ARMY', 'Puissance de l\'armée (consommation de céréales par heure)');
tz_def('PLUSSTATS_VILLAGES', 'Villages');
tz_def('PLUSSTATS_TROOPS', 'Troupes');
tz_def('PLUSSTATS_UPKEEP', 'Consommation de céréales par heure');
tz_def('PLUSSTATS_METRIC', 'Indicateur');
tz_def('PLUSSTATS_NOW', 'Maintenant');
tz_def('PLUSSTATS_CHANGE', 'Évolution');
tz_def('PLUSSTATS_NODATA', 'Pas encore assez de données');
tz_def('PLUSSTATS_WAIT', 'Votre compte est en cours d\'enregistrement. Les graphiques apparaîtront dès qu\'il y aura au moins deux relevés.');
tz_def('PLUSSTATS_NEEDPLUS', 'Les statistiques graphiques sont une fonction Travian Plus. Activez Plus pour voir l\'évolution de votre compte.');
tz_def('PLUSSTATS_DISABLED', 'Les statistiques graphiques ne sont pas activées sur ce serveur.');
tz_def('PLUSSTATS_FOOT', 'La puissance de l\'armée se mesure à la consommation de céréales, la pondération propre au jeu : une unité forte compte plus qu\'une faible. Les troupes en renfort chez d\'autres joueurs restent les vôtres.');
tz_def('ADM_PLUS_STATISTICS', 'Statistiques graphiques Plus');
tz_def('ADM_PLUS_STATISTICS_TIP', 'Enregistre le classement, la population, les villages et l\'armée de chaque joueur, afin que les joueurs Plus puissent voir l\'évolution de leur compte. L\'onglet n\'est visible qu\'avec un compte Plus actif.');
tz_def('ADM_PLUS_STATISTICS_INTERVAL', 'Intervalle des relevés (heures)');
tz_def('ADM_PLUS_STATISTICS_INTERVAL_TIP', 'Fréquence des relevés. Sur un serveur rapide, une journée représente beaucoup de jeu ; quelques heures donnent une courbe lisible.');
tz_def('ADM_PLUS_STATISTICS_KEEP', 'Historique conservé (jours)');
tz_def('ADM_PLUS_STATISTICS_KEEP_TIP', '0 conserve tout, afin que les joueurs voient l\'historique complet de leur compte depuis le début de l\'enregistrement.');
+31
View File
@@ -1957,6 +1957,11 @@ tz_def('TZ_ARRIVED', 'Sosit:');
tz_def('TZ_ASSIGN_TO_POSITION', 'Atribuie la poziție');
tz_def('TZ_AS_SOON_AS_A_PLAYER_YOU_INVITED_FO', 'De îndată ce un jucător invitat de tine își întemeiază');
tz_def('TZ_ATTACKS', 'Atacuri');
tz_def('TZ_OVERVIEW', 'Prezentare');
tz_def('TZ_FORUM', 'Forum');
tz_def('TZ_CHAT', 'Chat');
tz_def('TZ_NEWS', 'Noutăți');
tz_def('TZ_OPTIONS', 'Opțiuni');
tz_def('TZ_BOLD', 'îngroșat');
tz_def('TZ_BUILDING', 'Clădire');
tz_def('TZ_CATAPULT_TARGET', 'ținta catapultei');
@@ -3985,3 +3990,29 @@ tz_def('ALLYBONUS_RECRUITMENT_DESC', 'Grabeste instruirea trupelor in toate clad
tz_def('ALLYBONUS_PHILOSOPHY_DESC', 'Creste productia de puncte de cultura de la cladiri si de la coifurile eroului. Serbarile din primarie nu sunt afectate.');
tz_def('ALLYBONUS_METALLURGY_DESC', 'Creste forta de atac si de aparare a trupelor, peste imbunatatirile din fierarie.');
tz_def('ALLYBONUS_COMMERCE_DESC', 'Creste cat poate cara fiecare negustor. Se inmulteste cu biroul comercial.');
//////////////////////////////////////////////////////////////////////////////////////////////////////
// STATISTICI GRAFICE (Travian Plus)
//////////////////////////////////////////////////////////////////////////////////////////////////////
tz_def('PLUSSTATS_TITLE', 'Statistici grafice');
tz_def('PLUSSTATS_INTRO', 'Evolutia contului tau in timp.');
tz_def('PLUSSTATS_RANK', 'Clasament');
tz_def('PLUSSTATS_POP', 'Populatie');
tz_def('PLUSSTATS_ARMY', 'Puterea armatei (cereale consumate pe ora)');
tz_def('PLUSSTATS_VILLAGES', 'Sate');
tz_def('PLUSSTATS_TROOPS', 'Trupe');
tz_def('PLUSSTATS_UPKEEP', 'Cereale consumate pe ora');
tz_def('PLUSSTATS_METRIC', 'Indicator');
tz_def('PLUSSTATS_NOW', 'Acum');
tz_def('PLUSSTATS_CHANGE', 'Evolutie');
tz_def('PLUSSTATS_NODATA', 'Inca nu sunt destule date');
tz_def('PLUSSTATS_WAIT', 'Contul tau se inregistreaza. Graficele apar dupa ce exista cel putin doua masuratori.');
tz_def('PLUSSTATS_NEEDPLUS', 'Statisticile grafice sunt o functie Travian Plus. Activeaza Plus ca sa vezi evolutia contului.');
tz_def('PLUSSTATS_DISABLED', 'Statisticile grafice nu sunt activate pe acest server.');
tz_def('PLUSSTATS_FOOT', 'Puterea armatei se masoara prin cerealele consumate, cantarul propriu al jocului: o unitate puternica valoreaza mai mult decat una slaba. Trupele trimise ca intarire la alti jucatori raman ale tale.');
tz_def('ADM_PLUS_STATISTICS', 'Statistici grafice Plus');
tz_def('ADM_PLUS_STATISTICS_TIP', 'Inregistreaza rangul, populatia, satele si armata fiecarui jucator, ca jucatorii cu Plus sa vada cum a evoluat contul. Tabul se vede doar cu Plus activ.');
tz_def('ADM_PLUS_STATISTICS_INTERVAL', 'Intervalul intre masuratori (ore)');
tz_def('ADM_PLUS_STATISTICS_INTERVAL_TIP', 'Cat de des se ia o masuratoare. Pe un server rapid o zi inseamna mult joc, asa ca cateva ore dau o curba lizibila.');
tz_def('ADM_PLUS_STATISTICS_KEEP', 'Istoric pastrat (zile)');
tz_def('ADM_PLUS_STATISTICS_KEEP_TIP', '0 pastreaza tot, ca jucatorii sa vada istoricul complet al contului de la inceputul inregistrarii.');