From 3efe777e3d2710524f5ad3b50305c1cfb7349a3b Mon Sep 17 00:00:00 2001 From: david Date: Sat, 15 Jun 2024 18:32:19 +0200 Subject: [PATCH] added german and english translations --- src/main/resources/messages.properties | 13 +++++++++++++ src/main/resources/messages_german.properties | 9 +++++++++ 2 files changed, 22 insertions(+) create mode 100644 src/main/resources/messages.properties create mode 100644 src/main/resources/messages_german.properties diff --git a/src/main/resources/messages.properties b/src/main/resources/messages.properties new file mode 100644 index 00000000..06b7394f --- /dev/null +++ b/src/main/resources/messages.properties @@ -0,0 +1,13 @@ +prefix=BetterGoPaint > +command.gopaint.permission= You are lacking the permission bettergopaint.use +command.gopaint.usage= /gp size|toggle|info +command.gopaint.usage.admin= /gp size|toggle|info|reload +command.gopaint.usage.size= /gp size [number] +command.gopaint.brush.disabled= Disabled brush +command.gopaint.brush.enabled= Enabled brush +command.gopaint.brush.size= Brush size set to: +command.gopaint.reloaded= Reloaded +command.gopaint.info.creator= Created by: TheMeinerLP +command.gopaint.info.link= Links: Twitter +brush.disabled= Your brush is disabled, left click to enable the brush. +brush.paint.point.set= Paint brush point # set. diff --git a/src/main/resources/messages_german.properties b/src/main/resources/messages_german.properties new file mode 100644 index 00000000..901b39c0 --- /dev/null +++ b/src/main/resources/messages_german.properties @@ -0,0 +1,9 @@ +command.gopaint.permission= Dir fehlt die Berechtigung bettergopaint.use +command.gopaint.brush.disabled= Der Pinsel wurde deaktiviert +command.gopaint.brush.enabled= Der Pinsel wurde aktiviert +command.gopaint.brush.size= Die Pinselgröße wurde geändert: +command.gopaint.reloaded= Die Konfiguration wurde neu geladen +command.gopaint.info.creator= Erstellt von: TheMeinerLP +command.gopaint.info.link= Links: Twitter +brush.disabled= Dein Pinsel ist deaktiviert, linksklick um den Pinsel zu aktivieren. +brush.paint.point.set= Der Pinselstrich # wurde gesetzt.