diff options
author | Tyler Murphy <tylermurphy534@gmail.com> | 2021-12-25 22:46:22 -0600 |
---|---|---|
committer | Tyler Murphy <tylermurphy534@gmail.com> | 2021-12-25 22:46:22 -0600 |
commit | 6e09da9150bb8b178a168f463136759d95a2f8d4 (patch) | |
tree | 9cdb12f385607eac33da25d2edb3d79bf28ef158 /src/main/resources | |
parent | fix @NotNull (diff) | |
download | kenshinshideandseek-6e09da9150bb8b178a168f463136759d95a2f8d4.tar.gz kenshinshideandseek-6e09da9150bb8b178a168f463136759d95a2f8d4.tar.bz2 kenshinshideandseek-6e09da9150bb8b178a168f463136759d95a2f8d4.zip |
1.3.3 beta 2
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/lang/localization_de-DE.yml | 3 | ||||
-rw-r--r-- | src/main/resources/lang/localization_en-US.yml | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/src/main/resources/lang/localization_de-DE.yml b/src/main/resources/lang/localization_de-DE.yml index c5b0b72..c17fafe 100644 --- a/src/main/resources/lang/localization_de-DE.yml +++ b/src/main/resources/lang/localization_de-DE.yml @@ -60,7 +60,8 @@ Localization: BOUNDS_WRONG_WORLD: "Führe diesen Befehl bitte in der Spielwelt aus." BOUNDS: "Grenzen erfolgreich an dieser Position gesetzt. ({AMOUNT}/2)" NOT_AT_ZERO: "Bitte nicht an einer Position setzen, die eine Koordinate bei 0 enthält." - + NO_GAME_INFO: "Der Spieler hat keine Gameplay-Informationen." + INFORMATION_FOR: "Gewinninformationen für {PLAYER}" # DO NOT EDIT IT OR IT MAY BREAK OR RESET FILE version: 2 type: "de-DE" diff --git a/src/main/resources/lang/localization_en-US.yml b/src/main/resources/lang/localization_en-US.yml index af5b80c..977f69b 100644 --- a/src/main/resources/lang/localization_en-US.yml +++ b/src/main/resources/lang/localization_en-US.yml @@ -60,6 +60,8 @@ Localization: BOUNDS_WRONG_WORLD: "Please run this command in the game world." BOUNDS: "Successfully set bounds at this position ({AMOUNT}/2)." NOT_AT_ZERO: "Please do not set at a location containing a coordinate at 0." + NO_GAME_INFO: "Player has no gameplay information." + INFORMATION_FOR: "Win information for {PLAYER}:" # DO NOT EDIT IT OR IT MAY BREAK OR RESET FILE version: 2 |