From 90a7b47217fd81efb415b3e0d39605c0c7ae294d Mon Sep 17 00:00:00 2001 From: Kacper Duras Date: Sun, 22 Oct 2017 22:48:14 +0200 Subject: [PATCH] Improve Polish translation in help messages. (#1376) * Improve Polish translation in help messages. * Typo, `rerejestracja` -> `rejestracja`. --- src/main/resources/messages/help_pl.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/main/resources/messages/help_pl.yml b/src/main/resources/messages/help_pl.yml index a5f59a2e..38ca8975 100644 --- a/src/main/resources/messages/help_pl.yml +++ b/src/main/resources/messages/help_pl.yml @@ -5,13 +5,13 @@ common: header: '==========[ AuthMeReloaded - Pomoc ]==========' optional: 'Opcjonalnie' - hasPermission: 'Nie posidasz permisji' - noPermission: 'Brak permisji' - default: 'Domyslnie' + hasPermission: 'Nie posidasz uprawnień' + noPermission: 'Brak uprawnień' + default: 'Domyślnie' result: 'Wynik' defaultPermissions: - notAllowed: 'Nie posiadasz permisji' - opOnly: 'Tylko OP' + notAllowed: 'Nie posiadasz uprawnień' + opOnly: 'Tylko dla OP' allowed: 'Dozwolone dla wszyskich' # ------------------------------------------------------- @@ -20,11 +20,11 @@ common: # alternatives: '' section: command: 'Komenda' - description: 'Krotki opis' - detailedDescription: 'Dlugi opis' + description: 'Opis' + detailedDescription: 'Szczegółowy opis' arguments: 'Argumenty' - permissions: 'Permisje' - alternatives: 'Alternatywy' + permissions: 'Uprawnienia' + alternatives: 'Aliasy' children: 'Komendy' # ------------------------------------------------------- @@ -36,10 +36,10 @@ section: commands: authme.register: description: 'Rejestracja gracza' - detailedDescription: 'Rerejestracja gracza z okreslonym haslem' + detailedDescription: 'Rejestracja gracza z okreslonym hasłem' arg1: label: 'player' description: 'Nazwa gracza' arg2: label: 'password' - description: 'Haslo' + description: 'Hasło gracza'