Skip to content

Commit

Permalink
locales update
Browse files Browse the repository at this point in the history
  • Loading branch information
sogehige committed Apr 29, 2020
1 parent 3a151e0 commit 99c81e6
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 2 deletions.
3 changes: 2 additions & 1 deletion locales/cs/ui.menu.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,6 @@
"responsivevoice": "ResponsiveVoice",
"randomizer": "Náhodný výběr",
"tips": "Spropitné",
"bits": "Bity"
"bits": "Bity",
"discord": "Discord"
}
14 changes: 14 additions & 0 deletions locales/cs/ui/integrations/discord.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"settings": {
"enabled": "Status",
"listenAtChannels": {
"title": "Naslouchat v těchto kanálech (#název nebo id)",
"help": "Odděleno čárkami (,)"
},
"sendOnlineAnnounceToChannel": "Posílat online oznámení do tohoto kanálu (#název nebo id)",
"sendGeneralAnnounceToChannel": "Posílat obecné oznámení do tohoto kanálu (#název nebo id)",
"deleteMessagesAfterWhile": "Po chvíli smazat zprávy",
"clientId": "ClientId",
"token": "Token"
}
}
3 changes: 2 additions & 1 deletion locales/en/ui.menu.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,6 @@
"responsivevoice": "ResponsiveVoice",
"randomizer": "Randomizer",
"tips": "Tips",
"bits": "Bits"
"bits": "Bits",
"discord": "Discord"
}
14 changes: 14 additions & 0 deletions locales/en/ui/integrations/discord.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"settings": {
"enabled": "Status",
"listenAtChannels": {
"title": "Listen at these channels (#name or id)",
"help": "Separated by comma (,)"
},
"sendOnlineAnnounceToChannel": "Send online announcement to this channel (#name or id)",
"sendGeneralAnnounceToChannel": "Send general announcement to this channel (#name or id)",
"deleteMessagesAfterWhile": "Delete message after while",
"clientId": "ClientId",
"token": "Token"
}
}

0 comments on commit 99c81e6

Please sign in to comment.