Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update translations #181

Merged
merged 1 commit into from
Jan 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions config/locales/client.ar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,5 @@ ar:
web_hooks:
voting_event:
group_name: "حدث التصويت على موضوع"
topic_upvote: "عندما يقوم المستخدم بالتصويت على موضوع"
topic_unvote: "عندما يقوم المستخدم بإلغاء التصويت على موضوع"
4 changes: 3 additions & 1 deletion config/locales/client.de.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,6 @@ de:
admin:
web_hooks:
voting_event:
group_name: "Themenabstimmungsevent"
group_name: "Themenabstimmungsereignis"
topic_upvote: "Wenn ein Benutzer über ein Thema abstimmt"
topic_unvote: "Wenn ein Benutzer seine Stimme für ein Thema zurücknimmt"
2 changes: 2 additions & 0 deletions config/locales/client.es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,5 @@ es:
web_hooks:
voting_event:
group_name: "Evento de votación de tema"
topic_upvote: "Cuando un usuario vota sobre un tema"
topic_unvote: "Cuando un usuario cancela el voto sobre un tema"
2 changes: 2 additions & 0 deletions config/locales/client.fi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,5 @@ fi:
web_hooks:
voting_event:
group_name: "Ketjunäänestystapahtuma"
topic_upvote: "Kun käyttäjä äänestää ketjua"
topic_unvote: "Kun käyttäjä poistaa äänen ketjulta"
2 changes: 1 addition & 1 deletion config/locales/client.fr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ fr:
voting_event:
group_name: "Événement de vote du sujet"
topic_upvote: "Lorsqu'un utilisateur vote sur un sujet"
topic_unvote: "Lorsqu'un utilisateur retire son vote pour un sujet"
topic_unvote: "Lorsqu'un utilisateur retire son vote sur un sujet"
2 changes: 2 additions & 0 deletions config/locales/client.it.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,5 @@ it:
web_hooks:
voting_event:
group_name: "Evento di votazione dell'argomento"
topic_upvote: "Quando un utente vota su un argomento"
topic_unvote: "Quando un utente annulla il voto su un argomento"
2 changes: 2 additions & 0 deletions config/locales/client.ja.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,5 @@ ja:
web_hooks:
voting_event:
group_name: "トピック投票イベント"
topic_upvote: "ユーザーがトピックに投票するとき"
topic_unvote: "ユーザーがトピックへの投票を取り消すとき"
2 changes: 2 additions & 0 deletions config/locales/client.nl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,5 @@ nl:
web_hooks:
voting_event:
group_name: "Topicstemgebeurtenis"
topic_upvote: "Wanneer een gebruiker stemt bij een topic"
topic_unvote: "Wanneer een gebruiker een stem bij een topic intrekt"
2 changes: 2 additions & 0 deletions config/locales/client.ru.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,5 @@ ru:
web_hooks:
voting_event:
group_name: "Событие голосования по теме"
topic_upvote: "Когда пользователь голосует за тему"
topic_unvote: "Когда пользователь отменяет голосование по теме"
2 changes: 2 additions & 0 deletions config/locales/client.tr_TR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,5 @@ tr_TR:
web_hooks:
voting_event:
group_name: "Konu Oylama Etkinliği"
topic_upvote: "Bir kullanıcı bir konuya oy verdiğinde"
topic_unvote: "Bir kullanıcı bir konuya ilişkin oyu iptal ettiğinde"
4 changes: 3 additions & 1 deletion config/locales/client.zh_CN.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,6 @@ zh_CN:
admin:
web_hooks:
voting_event:
group_name: "话题投票活动"
group_name: "话题投票事件"
topic_upvote: "当用户对某个话题投票时"
topic_unvote: "当用户对某个话题取消投票时"