Skip to content

Commit

Permalink
Updated language list
Browse files Browse the repository at this point in the history
  • Loading branch information
Mnpn committed Oct 6, 2018
1 parent 1b38831 commit e44351b
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions languages.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,10 @@ failed.user.edit=Couldn't edit user data
failed.channel=Could not query channel
failed.guild=Could not query guild
failed.guild.edit=Could not edit guild
failed.channel.create=Could not create channel
failed.channel.delete=Could not delete channel
failed.guild.create=Could not create guild
failed.guild.delete=Could not delete guild
failed.settings=Could not query user settings
failed.timestamp=Couldn't parse timestamp
failed.channel.create=Could not create channel
Expand Down Expand Up @@ -189,8 +192,10 @@ information.give.ownership=This will give server ownership to
information.irreversible=This action is irreversible!
information.confirmation=Are you really sure you want to do this?
information.aborted=Aborted.
information.guild.created=The guild "
information.guild.created2=" was created successfully.
information.guild=Guild "
information.channel=Channel "
information.created.successfully=" was created successfully with ID
information.deleted.successfully=" was deleted successfully.
invalid.yn=Please type either 'y' or 'n'.
invalid.webhook=Webhook format invalid. Format: id/token
Expand Down Expand Up @@ -268,6 +273,9 @@ failed.guild=Kunde inte fråga efter server
failed.guild.edit=Kunde inte skapa servern
failed.timestamp=Kunde inte tolka tidsstämplar
failed.channel.create=Kunde inte skapa kanal
failed.channel.delete=Kunde inte ta bort kanal
failed.guild.create=Kunde inte skapa server
failed.guild.delete=Kunde inte ta bort server
failed.msg.query=Kunde inte ta emot meddelande
failed.msg.send=Kunde inte skicka meddelande
failed.msg.edit=Kunde inte ändra meddelande
Expand Down Expand Up @@ -322,8 +330,10 @@ information.give.ownership=Detta kommer att ge server-ägarskap till
information.irreversible=Denna åtgärd kan inte ångras!
information.confirmation=Vill du verkligen göra detta?
information.aborted=Avbrutet.
information.guild.created=Servern "
information.guild.created2=" skapades.
information.guild=Servern "
information.channel=Kanalen "
information.created.successfully=" skapades med ID
information.deleted.successfully=" togs bort.
invalid.yn=Vänligen skriv antigen 'y' eller 'n'.
invalid.webhook=Webhook-formatet är ogiltit. Format: id/token
Expand Down

0 comments on commit e44351b

Please sign in to comment.