mirror of
https://github.com/flarum/core.git
synced 2025-08-08 09:26:34 +02:00
Inform the user that their edit has been made (#163)
This commit is contained in:
@@ -228,8 +228,10 @@ core:
|
|||||||
# These translations are used by the composer when editing a post.
|
# These translations are used by the composer when editing a post.
|
||||||
composer_edit:
|
composer_edit:
|
||||||
discard_confirmation: "You have not saved your changes. Do you wish to discard them?"
|
discard_confirmation: "You have not saved your changes. Do you wish to discard them?"
|
||||||
|
edited_message: Your edit was made.
|
||||||
post_link: "Post #{number} in {discussion}"
|
post_link: "Post #{number} in {discussion}"
|
||||||
submit_button: => core.ref.save_changes
|
submit_button: => core.ref.save_changes
|
||||||
|
view_button: => core.ref.view
|
||||||
|
|
||||||
# These translations are used by the composer when replying to a discussion.
|
# These translations are used by the composer when replying to a discussion.
|
||||||
composer_reply:
|
composer_reply:
|
||||||
@@ -237,7 +239,7 @@ core:
|
|||||||
discard_confirmation: "You have not posted your reply. Do you wish to discard it?"
|
discard_confirmation: "You have not posted your reply. Do you wish to discard it?"
|
||||||
posted_message: Your reply was posted.
|
posted_message: Your reply was posted.
|
||||||
submit_button: Post Reply
|
submit_button: Post Reply
|
||||||
view_button: View
|
view_button: => core.ref.view
|
||||||
|
|
||||||
# These translations are used by the discussion control buttons.
|
# These translations are used by the discussion control buttons.
|
||||||
discussion_controls:
|
discussion_controls:
|
||||||
@@ -604,6 +606,7 @@ core:
|
|||||||
start_a_discussion: Start a Discussion
|
start_a_discussion: Start a Discussion
|
||||||
username: Username
|
username: Username
|
||||||
users: Users # Referenced by flarum-statistics.yml
|
users: Users # Referenced by flarum-statistics.yml
|
||||||
|
view: View
|
||||||
write_a_reply: Write a Reply...
|
write_a_reply: Write a Reply...
|
||||||
you: You # Referenced by flarum-likes.yml, flarum-mentions.yml
|
you: You # Referenced by flarum-likes.yml, flarum-mentions.yml
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user