diff --git a/src/main/resources/locales/de.yml b/src/main/resources/locales/de.yml new file mode 100644 index 0000000..e5b24dd --- /dev/null +++ b/src/main/resources/locales/de.yml @@ -0,0 +1,30 @@ +# +# This is a YML file. Be careful when editing. Check your edits in a YAML checker like # +# the one at http://yaml-online-parser.appspot.com # +warp: + help: + description: Warpt dich zu dem Warp Schild von dem Spieler + parameters: +warps: + deactivate: '&c Altes Warp Schild deaktiviert!' + error: + does-not-exist: '&c Oh nein! Dieser Warp existiert nicht mehr!' + no-permission: '&c Hierfür hast du keine Rechte!' + no-remove: '&c Du kannst dieses Schild nicht entfernen!' + no-warps-yet: '&c Es sind noch keine Warps verfügbar' + not-enough-level: '&c Dein Insel-Level ist nicht hoch gneug!' + not-on-island: '&c Dafür musst du auf deiner Insel sein!' + not-safe: '&c Dieser Warp ist nicht sicher!' + your-level-is: '&c Dein Insel-Level ist erst [level] und muss höher als [required] sein. + Nutze das Level Kommando.' + help: + description: Öffnet das Warps Panel + next: '&6 Nächste Seite' + player-warped: '&2 [name] hat sich zu deinem Warp Schild gewarpt!' + previous: '&6 Vorherige Seite' + random: '&4 Zufälliger Warp' + sign-removed: '&c Warp Schild entfernt!' + success: '&a Erfolg!' + title: Warp Schilder + warpTip: '&6 Platziere ein Warp Schild mit [text] in der ersten Zeile' + warpToPlayersSign: '&6 Warpe zu [player]''s Schild' diff --git a/src/main/resources/locales/pl.yml b/src/main/resources/locales/pl.yml new file mode 100644 index 0000000..9840a95 --- /dev/null +++ b/src/main/resources/locales/pl.yml @@ -0,0 +1,27 @@ +warp: + help: + description: teleportuje cię do tabliczki innego gracza + parameters: +warps: + deactivate: '&c Stary teleport zdezaktywowany!' + error: + does-not-exist: '&c Ten teleport nie istnieje.' + no-permission: '&c Brak uprawnień!' + no-remove: '&c Nie możesz usunąć tej tabliczki!' + no-warps-yet: '&c Nie ma jeszcze teleportów.' + not-enough-level: '&c Twój poziom wyspy nie jest wystarczająco wysoki!' + not-on-island: '&c Musisz być na wyspie, by to zrobić.' + not-safe: '&c Ten teleport nie jest bezpieczny!' + your-level-is: '&c Twój poziom wyspy to [level], a musi wynosić co namniej [required]. + Użyj komendy /is level.' + help: + description: otwiera panel warpów + next: '&6 Następna strona' + player-warped: '&2 [name] teleportował się do twojej tabliczki!' + previous: '&6 Poprzednia strona' + random: '&4 Losowy teleport' + sign-removed: '&c Usunięto tabliczkę!' + success: '&a Sukces!' + title: Tabliczki teleportacyjne + warpTip: '&6 Postaw tabliczkę z napisem [text]' + warpToPlayersSign: '&6 Teleportowanie do tabliczki gracza [player]'