New translations Translations_en.properties (Spanish)
New Spanish translation
This commit is contained in:
parent
1305a6069e
commit
48321fd6a0
1 changed files with 9 additions and 8 deletions
|
|
@ -2,21 +2,19 @@
|
||||||
# @author Skidder / GregTCLTK
|
# @author Skidder / GregTCLTK
|
||||||
#
|
#
|
||||||
|
|
||||||
#
|
|
||||||
# @author Skidder / GregTCLTK
|
|
||||||
#
|
|
||||||
|
|
||||||
Hadder = Hadder
|
Hadder = Hadder
|
||||||
|
|
||||||
|
user = <@User>
|
||||||
searchterm = <SearchTerm>
|
searchterm = <SearchTerm>
|
||||||
username = <Username>
|
username = <Username>
|
||||||
number = <Number>/all
|
number = <Number>/all
|
||||||
guildprefix = <New Guild-Prefix>
|
|
||||||
prefix = <New Prefix>
|
prefix = <New Prefix>
|
||||||
|
userprefix = <New User-Prefix>
|
||||||
vc-name/id = <VoiceChannelID|VoiceChannelName>
|
vc-name/id = <VoiceChannelID|VoiceChannelName>
|
||||||
user+nickname = <@user> <New Nickname>
|
user+nickname = <@user> <New Nickname>
|
||||||
region = <region>
|
region = <region>
|
||||||
guildid = <Guild-ID>
|
guildid = <Guild-ID>
|
||||||
|
content = <Message-content>
|
||||||
|
|
||||||
error = Error
|
error = Error
|
||||||
none = None
|
none = None
|
||||||
|
|
@ -29,6 +27,7 @@ commands.fun.gif.help.description = Look for a GIF on Giphy
|
||||||
commands.fun.meme.success.title = Your random meme
|
commands.fun.meme.success.title = Your random meme
|
||||||
commands.fun.meme.api.error = The request to the meme API could not be processed. Please try it again later.
|
commands.fun.meme.api.error = The request to the meme API could not be processed. Please try it again later.
|
||||||
commands.fun.meme.help.description = Sends you a random meme.
|
commands.fun.meme.help.description = Sends you a random meme.
|
||||||
|
commands.fun.clyde.help.description = Send a message as a webhook named Clyde.
|
||||||
|
|
||||||
commands.general.about.success.title = Hadder - About
|
commands.general.about.success.title = Hadder - About
|
||||||
commands.general.about.success.description = Hadder is an open source Discord bot.
|
commands.general.about.success.description = Hadder is an open source Discord bot.
|
||||||
|
|
@ -98,7 +97,7 @@ commands.moderation.clear.message.error.title = No messages\!
|
||||||
commands.moderation.clear.message.error.description = There are no messages in this channel.
|
commands.moderation.clear.message.error.description = There are no messages in this channel.
|
||||||
commands.moderation.clear.help.description = Deletes the specified number of messages.
|
commands.moderation.clear.help.description = Deletes the specified number of messages.
|
||||||
commands.moderation.prefix.success.title = %extra% Successfully set %extra%
|
commands.moderation.prefix.success.title = %extra% Successfully set %extra%
|
||||||
commands.moderation.prefix.success.description = I successfully set the new prefix for the guild to %extra%
|
commands.moderation.prefix.success.description = I successfully set the new prefix for the guild to `%extra%`.
|
||||||
commands.moderation.prefix.error.description = The prefix must not contain **"**
|
commands.moderation.prefix.error.description = The prefix must not contain **"**
|
||||||
commands.moderation.prefix.help.description = Sets the Guild-Prefix.
|
commands.moderation.prefix.help.description = Sets the Guild-Prefix.
|
||||||
commands.moderation.invitedetect.activate.success.title = Successfully activated
|
commands.moderation.invitedetect.activate.success.title = Successfully activated
|
||||||
|
|
@ -206,6 +205,8 @@ commands.owner.eval.help.description = Execute the given code
|
||||||
commands.owner.eval.help.usage = <Code to execute>
|
commands.owner.eval.help.usage = <Code to execute>
|
||||||
commands.owner.guildleave.success.title = Successfully left
|
commands.owner.guildleave.success.title = Successfully left
|
||||||
commands.owner.guildleave.success.description = I successfully left %extra%.
|
commands.owner.guildleave.success.description = I successfully left %extra%.
|
||||||
|
commands.owner.guildleave.error.title = Can not leave
|
||||||
|
commands.owner.guildleave.error.description = I can not leave from this guild. Maybe this isn't a ID?
|
||||||
commands.owner.guildleave.help.description = Quit from a guild
|
commands.owner.guildleave.help.description = Quit from a guild
|
||||||
commands.owner.reboot.help.description = Restart the bot
|
commands.owner.reboot.help.description = Restart the bot
|
||||||
commands.owner.shutdown.success.title = Shutdown
|
commands.owner.shutdown.success.title = Shutdown
|
||||||
|
|
@ -214,9 +215,9 @@ commands.owner.test.success = TEST my friends
|
||||||
commands.owner.test.help.description = Just a little Test Command
|
commands.owner.test.help.description = Just a little Test Command
|
||||||
|
|
||||||
commands.settings.language.success.title = Language set
|
commands.settings.language.success.title = Language set
|
||||||
commands.settings.language.success.description = %extra% is your new language now.
|
commands.settings.language.success.description = `%extra%` is your new language now.
|
||||||
commands.settings.language.help.description = Sets the new primary language for a user.
|
commands.settings.language.help.description = Sets the new primary language for a user.
|
||||||
commands.settings.language.help.usage = <Language code>
|
commands.settings.language.help.usage = <Language code>
|
||||||
commands.settings.prefix.success.title = %extra% Successfully set %extra%
|
commands.settings.prefix.success.title = %extra% Successfully set %extra%
|
||||||
commands.settings.prefix.success.description = I successfully set the new prefix for you to %extra%.
|
commands.settings.prefix.success.description = I successfully set the new prefix for you to `%extra%`.
|
||||||
commands.settings.prefix.help.description = Sets a new Prefix
|
commands.settings.prefix.help.description = Sets a new Prefix
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue