Merge pull request #1339 from Stefatorus/patch-1
Translated /authme help in romanian.
This commit is contained in:
commit
774a5b609a
45
src/main/resources/messages/help_ro.yml
Normal file
45
src/main/resources/messages/help_ro.yml
Normal 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 HELP ]=========='
|
||||||
|
optional: 'Optional'
|
||||||
|
hasPermission: 'Tu ai permisiunea'
|
||||||
|
noPermission: 'Fara permisiune'
|
||||||
|
default: 'Default'
|
||||||
|
result: 'Rezultat'
|
||||||
|
defaultPermissions:
|
||||||
|
notAllowed: 'Nu ai permisiune'
|
||||||
|
opOnly: 'Doar pentru operatori'
|
||||||
|
allowed: 'Toata lumea are acces'
|
||||||
|
|
||||||
|
# -------------------------------------------------------
|
||||||
|
# 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: 'comanda'
|
||||||
|
description: 'descriere scurta'
|
||||||
|
detailedDescription: 'descriere detaliata'
|
||||||
|
arguments: 'argumente'
|
||||||
|
permissions: 'permisiuni'
|
||||||
|
alternatives: 'alternative'
|
||||||
|
children: 'comenzi'
|
||||||
|
|
||||||
|
# -------------------------------------------------------
|
||||||
|
# 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: 'Inregistreaza un jucator'
|
||||||
|
detailedDescription: 'Inregistreaza un jucator cu parola specificata.'
|
||||||
|
arg1:
|
||||||
|
label: 'jucator'
|
||||||
|
description: 'Numele jucatorului'
|
||||||
|
arg2:
|
||||||
|
label: 'parola'
|
||||||
|
description: 'Parola'
|
||||||
Loading…
x
Reference in New Issue
Block a user