Move changeset created/closed popup/feed strings to changesets locale

This commit is contained in:
Anton Khorev 2024-02-29 12:16:11 +03:00
parent befa654edf
commit 88669ef809
4 changed files with 16 additions and 7 deletions

View file

@ -308,8 +308,6 @@ en:
destroy:
success: "Account Deleted."
browse:
created: "Created"
closed: "Closed"
created_ago_html: "Created %{time_ago}"
closed_ago_html: "Closed %{time_ago}"
created_ago_by_html: "Created %{time_ago} by %{user}"
@ -448,6 +446,8 @@ en:
feed:
title: "Changeset %{id}"
title_comment: "Changeset %{id} - %{comment}"
created: "Created"
closed: "Closed"
belongs_to: "Author"
subscribe:
heading: Subscribe to the following changeset discussion?
@ -464,6 +464,8 @@ en:
body: "Sorry, there is no changeset with the id %{id}. Please check your spelling, or maybe the link you clicked is wrong."
show:
title: "Changeset: %{id}"
created: "Created: %{when}"
closed: "Closed: %{when}"
discussion: Discussion
join_discussion: "Log in to join the discussion"
still_open: "Changeset still open - discussion will open once the changeset is closed."