From 0693ab6802600489531486fad13b1c8e96d4b7ac Mon Sep 17 00:00:00 2001 From: Vexatos Date: Fri, 3 Jan 2014 08:09:37 +0000 Subject: [PATCH 1/3] de_DE.properties edited --- .../languages/de_DE.properties | 64 +++++++++++++++---- 1 file changed, 53 insertions(+), 11 deletions(-) diff --git a/src/main/resources/assets/resonantinduction/languages/de_DE.properties b/src/main/resources/assets/resonantinduction/languages/de_DE.properties index 17ec662cf..d96ab4c50 100644 --- a/src/main/resources/assets/resonantinduction/languages/de_DE.properties +++ b/src/main/resources/assets/resonantinduction/languages/de_DE.properties @@ -1,22 +1,64 @@ # German @author Vexatos +# If a localization includes %v it is some data that is calculated. Such as attributes on a cable. +# The %v may be followed by a number if there are multiple pieces of calculated data, but it will be explained in a comment. +# A % followed by a number is used for colors. The exact usage will be outlined in the comment above the localization. itemGroup.resonantinduction=Resonant Induction +meta.resonantinduction.description=Resonant Induction ist eine Minecraft-Mod, die sich auf die Manipulation von Elektrizit\u00E4t und kabelloser Technologie spezialisiert. Wolltest du schon immer flammende elektrische Schocks durch deine Basis fliegen sehen? Dann bist du hier richtig! +meta.resonantinduction.credits=Dank an Archadia f\u00FCr die tollen assets! ## Blocks tile.resonantinduction\:tesla.name=Teslaspule -tile.resonantinduction\:multimeter.name=Multimeter tile.resonantinduction\:contractor.name=Elektromagnetischer Kontraktor tile.resonantinduction\:battery.name=Modulare Batterie -tile.resonantinduction\:wire.copper.name=Kupferkabel -tile.resonantinduction\:wire.tin.name=Zinnkabel -tile.resonantinduction\:wire.iron.name=Eisenkabel -tile.resonantinduction\:wire.aluminum.name=Aluminiumkabel -tile.resonantinduction\:wire.silver.name=Silberkabel -tile.resonantinduction\:wire.superconductor.name=Supraleitungskabel - ## Items item.resonantinduction\:quantumEntangler.name=Quantenverschr\u00e4nker -item.resonantinduction\:capacitor.name=Kondensatorenzelle -item.resonantinduction\:infiniteCapacitor.name=Unendliche Kondensatorenzelle -item.resonantinduction\:linker.name=Elektrostatischer Verbinder \ No newline at end of file +item.resonantinduction\:linker.name=Elektrostatischer Verbinder + +item.resonantinduction\:transformer.name=Transformator +item.resonantinduction\:multimeter.name=Multimeter +item.resonantinduction\:ioPanel.name=IO-Panel + +item.resonantinduction\:wire.copper.name=Kupferkabel +item.resonantinduction\:wire.tin.name=Zinnkabel +item.resonantinduction\:wire.iron.name=Eisenkabel +item.resonantinduction\:wire.aluminum.name=Aluminiumkabel +item.resonantinduction\:wire.silver.name=Silberkabel +item.resonantinduction\:wire.superconductor.name=Supraleitkabel + +## Tool-tips +tooltip.transformer.stepUp=Aufwärts +tooltip.transformer.stepDown=Abwärts +tooltip.wire.resistance=Widerstand: %v +tooltip.wire.current=Stromstärke: %v +tooltip.wire.damage=Schaden: %v +tooltip.wire.helpText=Die Energietransferrate kann erhöht sowie der Energieverlust reduziert werden, wenn eine höhere Spannung verwendet wird. +# %0 goes before the localized name of the shift key, %1 goes after +tooltip.noShift=Halte %0Shift %1für mehr Information" +# %0 is the color for the charge level, %1 is grey to reset it back to normal (optional), %v0 is the current charge, %v1 is the max charge +tooltip.battery.energy=Energie: %0%v0 / %v1 +tooltip.multimeter.line1=Shift-reschtsklicke zum Platzieren, +tooltip.multimeter.line2=Rechtsklicke, um Daten zu scannen. +tooltip.multimeter.noSave=Keine Ermittlung gespeichert. +tooltip.multimeter.lastSave=Letzte Ermittlung: %v KJ + +## GUI Strings that can't be any other localization +gui.resonantinduction.multimeter.toggle=Wechseln +gui.resonantinduction.multimeter.averageEnergy=Energiedurchschnitt: +gui.resonantinduction.multimeter.energy=Energie: +gui.resonantinduction.multimeter.redstone=Versende Redstone, wenn... + +gui.resonantinduction.multimeter.none=Nie +gui.resonantinduction.multimeter.lessThan=Unter +gui.resonantinduction.multimeter.lessThanOrEqual=Unter oder Gleich Wie +gui.resonantinduction.multimeter.equal=Gleich Wie +gui.resonantinduction.multimeter.greaterThanOrEqual=Über oder Gleich Wie +gui.resonantinduction.multimeter.greaterThan=Über + +## Messages to players +message.multimeter.onUse=Energie: %v J +message.tesla.toggleAttack=Ändere Energieangriff auf: %v +# %v0 is the tile that's linking to the other (usually %v0 is a tesla), the others are coordinates in the standard [x, y, z] +message.tesla.pair=%v0 mit [%v1, %v2, %v3] verbunden +message.tesla.mode=Tesla-Empfangsmodus ist nun %v From 0261df938897e9c6997d42bc225c3e992d88a96c Mon Sep 17 00:00:00 2001 From: Vexatos Date: Fri, 3 Jan 2014 08:10:16 +0000 Subject: [PATCH 2/3] en_US.properties edited --- .../assets/resonantinduction/languages/en_US.properties | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/resources/assets/resonantinduction/languages/en_US.properties b/src/main/resources/assets/resonantinduction/languages/en_US.properties index 71c190fe4..41b316e34 100644 --- a/src/main/resources/assets/resonantinduction/languages/en_US.properties +++ b/src/main/resources/assets/resonantinduction/languages/en_US.properties @@ -27,7 +27,6 @@ item.resonantinduction\:wire.aluminum.name=Aluminum Wire item.resonantinduction\:wire.silver.name=Silver Wire item.resonantinduction\:wire.superconductor.name=Superconductor Wire - ## Tool-tips tooltip.transformer.stepUp=Step Up tooltip.transformer.stepDown=Step Down From 16c9be1833f4f2d057fb01e9bbe9f3317cd458ad Mon Sep 17 00:00:00 2001 From: Vexatos Date: Fri, 3 Jan 2014 08:13:40 +0000 Subject: [PATCH 3/3] de_DE.properties edited --- .../resonantinduction/languages/de_DE.properties | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/main/resources/assets/resonantinduction/languages/de_DE.properties b/src/main/resources/assets/resonantinduction/languages/de_DE.properties index d96ab4c50..2953bbb55 100644 --- a/src/main/resources/assets/resonantinduction/languages/de_DE.properties +++ b/src/main/resources/assets/resonantinduction/languages/de_DE.properties @@ -28,14 +28,14 @@ item.resonantinduction\:wire.silver.name=Silberkabel item.resonantinduction\:wire.superconductor.name=Supraleitkabel ## Tool-tips -tooltip.transformer.stepUp=Aufwärts -tooltip.transformer.stepDown=Abwärts +tooltip.transformer.stepUp=Aufw\u00E4rts +tooltip.transformer.stepDown=Abw\u00E4rts tooltip.wire.resistance=Widerstand: %v -tooltip.wire.current=Stromstärke: %v +tooltip.wire.current=Stromst\u00E4rke: %v tooltip.wire.damage=Schaden: %v -tooltip.wire.helpText=Die Energietransferrate kann erhöht sowie der Energieverlust reduziert werden, wenn eine höhere Spannung verwendet wird. +tooltip.wire.helpText=Die Energietransferrate kann erh\u00F6ht sowie der Energieverlust reduziert werden, wenn eine h\u00F6here Spannung verwendet wird. # %0 goes before the localized name of the shift key, %1 goes after -tooltip.noShift=Halte %0Shift %1für mehr Information" +tooltip.noShift=Halte %0Shift %1f\u00FCr mehr Information" # %0 is the color for the charge level, %1 is grey to reset it back to normal (optional), %v0 is the current charge, %v1 is the max charge tooltip.battery.energy=Energie: %0%v0 / %v1 tooltip.multimeter.line1=Shift-reschtsklicke zum Platzieren, @@ -53,12 +53,12 @@ gui.resonantinduction.multimeter.none=Nie gui.resonantinduction.multimeter.lessThan=Unter gui.resonantinduction.multimeter.lessThanOrEqual=Unter oder Gleich Wie gui.resonantinduction.multimeter.equal=Gleich Wie -gui.resonantinduction.multimeter.greaterThanOrEqual=Über oder Gleich Wie -gui.resonantinduction.multimeter.greaterThan=Über +gui.resonantinduction.multimeter.greaterThanOrEqual=\u00DCber oder Gleich Wie +gui.resonantinduction.multimeter.greaterThan=\u00DCber ## Messages to players message.multimeter.onUse=Energie: %v J -message.tesla.toggleAttack=Ändere Energieangriff auf: %v +message.tesla.toggleAttack=\u00C4ndere Energieangriff auf: %v # %v0 is the tile that's linking to the other (usually %v0 is a tesla), the others are coordinates in the standard [x, y, z] message.tesla.pair=%v0 mit [%v1, %v2, %v3] verbunden message.tesla.mode=Tesla-Empfangsmodus ist nun %v