AuthMe/AuthMeReloaded

View on GitHub
src/main/resources/messages/help_ja.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 ヘルプ ]=========='
    optional: 'オプション'
    hasPermission: '権限を持っています'
    noPermission: '権限がありません'
    default: 'デフォルト'
    result: '結果'
    defaultPermissions:
        notAllowed: '権限がありません'
        opOnly: 'OPのみ'
        allowed: '全員に許可'

# -------------------------------------------------------
# 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: 'コマンド'
    description: '簡単な説明'
    detailedDescription: '詳細な説明'
    arguments: '引数'
    permissions: '権限'
    alternatives: '代替'
    children: 'コマンド'

# -------------------------------------------------------
# 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: 'プレイヤーを登録します'
        detailedDescription: '指定されたプレイヤーを指定されたパスワードで登録します。'
        arg1:
            label: 'プレイヤー名'
            description: 'プレイヤー名'
        arg2:
            label: 'パスワード'
            description: 'パスワード'