AuthMe/AuthMeReloaded

View on GitHub
src/main/resources/messages/help_lt.yml

Summary

Maintainability
Test Coverage
# 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 PAGALBA ]=========='
    optional: 'Neprivaloma'
    hasPermission: 'Jūs turite leidimą'
    noPermission: 'Jūs neturite leidimo'
    default: 'Numatytas'
    result: 'Rezultatas'
    defaultPermissions:
        notAllowed: 'Nėra leidimo'
        opOnly: 'Tik OP'
        allowed: 'Visiems leistina'

# -------------------------------------------------------
# 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: 'Komanda'
    description: 'Trumpas aprašas'
    detailedDescription: 'Detalus aprašas'
    arguments: 'Argumentai'
    permissions: 'Leidimai'
    alternatives: 'Alternatyvos'
    children: 'Komandos'

# -------------------------------------------------------
# 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: 'Užregistruoti žaidėją'
        detailedDescription: 'Užregistruokite nurodytą žaidėją su nurodytu slaptažodžiu.'
        arg1:
            label: 'žaidėjas'
            description: 'Žaidėjo vardas'
        arg2:
            label: 'slaptažodis'
            description: 'Slaptažodis'