#836 Update HU translations by @rErEaT

This commit is contained in:
ljacqu
2017-04-29 09:28:58 +02:00
parent b7c35cb3a7
commit a75150e7bf
3 changed files with 62 additions and 18 deletions
+45
View File
@@ -0,0 +1,45 @@
# Translation config for the AuthMe help, e.g. when /authme help or /authme help register is called
# -------------------------------------------------------
# List of texts used in the help section
common:
header: '==========[ AuthMeReloaded Segítség ]=========='
optional: 'Opcionális'
hasPermission: 'Van ehhez jogod'
noPermission: 'Nincs jogod ehhez'
default: 'Alapértelmezett'
result: 'Eredmény'
defaultPermissions:
notAllowed: 'Nincs jogod ehhez'
opOnly: 'OP jog szükséges'
allowed: 'Mindenkinek elérhető'
# -------------------------------------------------------
# Titles of the individual help sections
# Set the translation text to empty text to disable the section, e.g. to hide alternatives:
# alternatives: ''
section:
command: 'Parancs'
description: 'Rövid leírás'
detailedDescription: 'Hosszabb leírás'
arguments: 'Argumentum (változó)'
permissions: 'Jogok'
alternatives: 'Alternatívák'
children: 'Parancsok'
# -------------------------------------------------------
# You can translate the data for all commands using the below pattern.
# For example to translate /authme reload, create a section "authme.reload", or "login" for /login
# If the command has arguments, you can use arg1 as below to translate the first argument, and so forth
# Translations don't need to be complete; any missing section will be taken from the default silently
# Important: Put main commands like "authme" before their children (e.g. "authme.reload")
commands:
authme.register:
description: 'Játékos regisztrálása'
detailedDescription: 'Megadott játékos regisztrálása egy megadott jelszóval.'
arg1:
label: 'Játékos'
description: 'Játékos neve'
arg2:
label: 'jelszó'
description: 'Jelszó'