-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix nixies not updating when seen through Remote View; add German loc…
…alization (#6) * Rename UPSFriendlyNixieTubeDisplay to UPSFriendlyNixieTubeDisplayFixed * Update info.json with bumped version number, new title/name/desc * Update changelog.txt * Fix nixies not updating when seen through remote view * Add German translation while I'm at it * Localization: Use Title Case for item names * Revert info.json changes (made for a fork) for merging back * Updated readme with credits and more unified formatting Formatting changes: - All bullet points uniformly end without a period - "Usage" section is now numbered, matching the mod portal des., as they are consecutive steps - Clarified that there are two technologies that can be researched - Unified single-quote symbols * Update README: Revert Mod Portal link to original mod, fix a line break in credits * Revert name change ("Fixed" suffix) --------- Co-authored-by: Hans van Luttikhuizen-Ross <[email protected]>
- Loading branch information
1 parent
4d417b7
commit be66cda
Showing
5 changed files
with
46 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
[entity-name] | ||
nixie-tube=Nixie-Röhre | ||
classic-nixie-tube=Klassische Nixie-Röhre | ||
classic-nixie-tube-sprite=__ENTITY__classic-nixie-tube__ | ||
reinforced-nixie-tube=Verstärkte Nixie-Röhre | ||
reinforced-nixie-tube-sprite=__ENTITY__reinforced-nixie-tube__ | ||
small-reinforced-nixie-tube=Kleine Verstärkte Nixie-Röhre | ||
small-reinforced-nixie-tube-sprite=__ENTITY__small-reinforced-nixie-tube__ | ||
|
||
[entity-description] | ||
classic-nixie-tube=Zeigt Signalwerte aus dem Schaltungsnetz an. Mehrere können nebeneinander platziert werden, um größere Zahlen darzustellen. | ||
reinforced-nixie-tube=Zeigt Signalwerte aus dem Schaltungsnetz an. Mehrere können nebeneinander platziert werden, um größere Zahlen darzustellen. | ||
small-reinforced-nixie-tube=Zeigt Signalwerte aus dem Schaltungsnetz an. Mehrere können nebeneinander platziert werden, um größere Zahlen darzustellen. | ||
|
||
[technology-name] | ||
classic-nixie-tubes=Klassische Nixie-Röhren | ||
reinforced-nixie-tubes=Verstärkte Nixie-Röhren | ||
|
||
[technology-description] | ||
classic-nixie-tubes=Klassische Nixie-Röhren zum anzeigen von Signalwerten aus dem Schaltungsnetz. Mehrere können nebeneinander platziert werden, um größere Zahlen darzustellen. | ||
reinforced-nixie-tubes=Verstärkte sowie Kleine Verstärkte Nixie-Röhren zum anzeigen von Signalwerten aus dem Schaltungsnetz. Mehrere können nebeneinander platziert werden, um größere Zahlen darzustellen. | ||
|
||
[mod-setting-name] | ||
nixie-tube-group-updates-per-tick=Nixie-Gruppen-Updates pro Tick | ||
|
||
[mod-setting-description] | ||
nixie-tube-group-updates-per-tick=Die maximale Anzahl an Nixie-Gruppen, die pro Tick aktualisiert werden. Eine höhere Zahl führt zu schnelleren Aktualisierungen, erhöht jedoch den Ressourcenverbrauch. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters