Skip to content

Commit

Permalink
chore(locales): crowdin updates (#3638)
Browse files Browse the repository at this point in the history
* New translations discord.json (Czech)
[skip-tests]

* New translations discord.json (Ukrainian)
[skip-tests]

* New translations discord.json (Russian)
[skip-tests]

* New translations discord.json (German)
[skip-tests]

* New translations discord.json (Czech)
[skip-tests]
  • Loading branch information
sogehige committed May 4, 2020
1 parent b0e8a97 commit 5b6ea7e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
4 changes: 3 additions & 1 deletion locales/cs/ui/integrations/discord.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
"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"
"token": "Token",
"joinToServerBtn": "Kliknutím připojíte bota na váš server",
"cannotJoinToServerBtn": "Nastavte token a clientId, abyste mohli připojit bota na váš server"
}
}
4 changes: 3 additions & 1 deletion locales/de/ui/integrations/discord.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
"sendGeneralAnnounceToChannel": "Allgemeine Benachrichtigung in folgendem Channel (#name oder id)",
"deleteMessagesAfterWhile": "Nach einiger Zeit, Nachrichten löschen",
"clientId": "Client ID",
"token": "Token"
"token": "Token",
"joinToServerBtn": "Click to join bot to your server",
"cannotJoinToServerBtn": "Set token and clientId to be able to join bot to your server"
}
}
4 changes: 3 additions & 1 deletion locales/ru/ui/integrations/discord.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
"sendGeneralAnnounceToChannel": "Отправить общее объявление в этот канал (#name или id)",
"deleteMessagesAfterWhile": "Удалить сообщение через некоторое время",
"clientId": "ClientId",
"token": "Токен"
"token": "Токен",
"joinToServerBtn": "Click to join bot to your server",
"cannotJoinToServerBtn": "Set token and clientId to be able to join bot to your server"
}
}
4 changes: 3 additions & 1 deletion locales/uk/ui/integrations/discord.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
"sendGeneralAnnounceToChannel": "Send general announcement to this channel (#name or id)",
"deleteMessagesAfterWhile": "Delete message after while",
"clientId": "ClientId",
"token": "Token"
"token": "Token",
"joinToServerBtn": "Click to join bot to your server",
"cannotJoinToServerBtn": "Set token and clientId to be able to join bot to your server"
}
}

0 comments on commit 5b6ea7e

Please sign in to comment.