Private
Public Access
1
0

Added english locale

This commit is contained in:
Jan Grießhaber
2026-01-02 10:03:18 +01:00
parent d803bce9d3
commit 0966b41c80
5 changed files with 47 additions and 8 deletions

View File

@@ -0,0 +1,26 @@
[mod-setting-name]
factorio-prometheus-exporter-enable=Enable Mod
factorio-prometheus-exporter-tick-interval=Tick Interval
factorio-prometheus-exporter-udp-address=UDP Port
factorio-prometheus-exporter-export_production_stats=Enable Production
factorio-prometheus-exporter-export_fluid_stats=Enable Fluids
factorio-prometheus-exporter-export_logistic_stats=Enable Logistics
factorio-prometheus-exporter-export_pollution_stats=Enable Pollution
factorio-prometheus-exporter-export_kill_stats=Enable Kills
factorio-prometheus-exporter-export_research_stats=Enable Research
factorio-prometheus-exporter-export_power_stats=Enable Power
factorio-prometheus-exporter-export_player_stats=Enable Player
factorio-prometheus-exporter-export_train_stats=Enable Train
[mod-setting-description]
factorio-prometheus-exporter-export_production_stats=Enables sending of the production statistics per surface. Not very expensive
factorio-prometheus-exporter-enable=Enable sending of the UDP packets
factorio-prometheus-exporter-tick-interval=Set the tick interval at which metrics are collected
factorio-prometheus-exporter-udp-address=Choose a udp port to send the data to, must be enable with --enable-lua-udp <sending_port> when starting factorio. It is important to use a different port the target port!
factorio-prometheus-exporter-export_fluid_stats=Enables the sending of fluid production statistics. Not very expensive
factorio-prometheus-exporter-export_logistic_stats=Enables sending of logistic network statistics. Moderatly expensive
factorio-prometheus-exporter-export_pollution_stats=Enable sending of Pollution related statistics. Not very expensive
factorio-prometheus-exporter-export_kill_stats=Enable sending of kill statistics. Not very expensive
factorio-prometheus-exporter-export_research_stats=Enable sending of research statistics. Moderatly expensive
factorio-prometheus-exporter-export_power_stats=Enable Power. Not yet implemented!
factorio-prometheus-exporter-export_player_stats=Enable sending of player statistics
factorio-prometheus-exporter-export_train_stats=Enable sending of train statistics. Not yet implemented!