0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-09 21:45:25 +08:00
discourse/plugins/discourse-topic-voting/config/locales/client.en.yml
Kris 31f6e44980
FEATURE: when vote limits are disabled, adjust the closed notification to suit it (#42448)
Previously topic voting always had limits, so when a topic was closed a
vote was returned to the voter and we notified them

<img width="320" height="69" alt="image"
src="https://github.com/user-attachments/assets/09674ac6-cb78-49d2-952b-0602d730fe19"
/>

Recently we added the ability to disable vote limits, and this
notification no longer makes much sense. In this case, it would be
better to simply notify the voter that voting has closed — which is the
feature I'm adding here:

<img width="392" alt="image"
src="https://github.com/user-attachments/assets/a889a809-280c-4531-9c1c-1355269380dc"
/>

The icon is given the alias `topic_voting.voting_closed` so it can be
replaced independently of the lock icon used elsewhere.

I also removed a translation that no longer seems to be used anywhere.
2026-08-07 16:47:01 -04:00

58 lines
2.1 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"
voting_closed: "Voting closed"
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"