46 lines
1.8 KiB
YAML
46 lines
1.8 KiB
YAML
# 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 ABI ]=========='
|
|
optional: 'Valikuline'
|
|
hasPermission: 'Sul on luba'
|
|
noPermission: 'Pole luba'
|
|
default: 'Vaikimisi'
|
|
result: 'Tulemus'
|
|
defaultPermissions:
|
|
notAllowed: 'Pole luba'
|
|
opOnly: 'Ainult operaatorid'
|
|
allowed: 'Luba kõigil'
|
|
|
|
# -------------------------------------------------------
|
|
# 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: 'Käsklus'
|
|
description: 'Lühike kirjeldus'
|
|
detailedDescription: 'Detailne kirjeldus'
|
|
arguments: 'Argumendid'
|
|
permissions: 'Load'
|
|
alternatives: 'Alternatiivid'
|
|
children: 'Käsklused'
|
|
|
|
# -------------------------------------------------------
|
|
# 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: 'Registreeri mängija'
|
|
detailedDescription: 'Registreeri valitud mängija valitud parooliga.'
|
|
arg1:
|
|
label: 'mängija'
|
|
description: 'Mängija nimi'
|
|
arg2:
|
|
label: 'parool'
|
|
description: 'Parool'
|