0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-05 22:42:07 +08:00
discourse/plugins/discourse-topic-voting/config/locales/client.en.yml
Joffrey JAFFEUX 46baf1c080
FEATURE: adds a topic received vote trigger to workflows (#42086)
<img width="667" height="325" alt="Screenshot 2026-07-28 at 11 57 10"
src="https://github.com/user-attachments/assets/b58efdbb-7158-4c92-a83f-b1a484769993"
/>
<img width="538" height="347" alt="Screenshot 2026-07-28 at 11 57 22"
src="https://github.com/user-attachments/assets/65ffbea6-8e7e-49cd-b49f-599b8a50b7da"
/>
2026-07-28 12:37:46 +02:00

57 lines
2 KiB
YAML
Executable file
Vendored

en:
admin_js:
admin:
site_settings:
categories:
discourse_topic_voting: "Discourse Topic Voting"
js:
category:
sort_options:
votes: "Votes"
topic_voting:
notification_label:
vote_released: "Vote returned"
hot_nav_help: "top recent topics, including those with recent votes"
voted: "You voted on this topic"
vote_title: "Vote"
vote_title_plural: "Votes"
voting_closed_description: "Voting is closed for this topic"
see_votes: "You have %{count}/%{max} votes left"
locked_description: "Increase your trust level to vote"
votes:
one: "%{count} vote"
other: "%{count} votes"
remove_vote: "Remove vote"
watch_topic: "Notify me about new posts"
no_votes_yet: "No one has voted for this yet"
and_more_voters: "and %{count} more..."
show_voters: "Show who voted"
vote_count_thousands: "%{count}k"
no_votes_title_self: "You haven't voted for any topic yet"
no_votes_title_others: "%{username} hasn't voted for any topic yet"
filters:
votes:
title: "Votes"
help: "topics with the all time most votes"
my_votes:
title: "My Votes"
help: "topics you voted on"
search:
most_votes: "Most Votes"
admin:
web_hooks:
voting_event:
group_name: "Topic Voting Event"
topic_upvote: "When a user votes on a topic"
topic_unvote: "When a user unvotes on a topic"
discourse_workflows:
node_unavailable:
requires_topic_voting: "Requires topic voting to be enabled"
nodes:
"trigger:topic_received_vote": "Topic received vote"
node_descriptions:
"trigger:topic_received_vote": "Fires when a user votes on a topic"
topic_received_vote:
category_ids_description: "Only trigger for topics in these categories. Leave empty to match all categories."
tag_names: "Tags"
tag_names_description: "Only trigger for topics that have at least one of these tags"