mirror of
https://github.com/flarum/framework.git
synced 2024-11-25 17:57:04 +08:00
Translate new "Previous page" button on discussion list
This commit is contained in:
parent
80132f086c
commit
31bc5effe3
|
@ -442,7 +442,7 @@ core:
|
|||
# Translations in this namespace are displayed in the basic HTML discussion view.
|
||||
discussion:
|
||||
next_page_button: => core.ref.next_page
|
||||
previous_page_button: Previous Page
|
||||
previous_page_button: => core.ref.previous_page
|
||||
|
||||
# Translations in this namespace are displayed when Flarum encounters an error.
|
||||
error:
|
||||
|
@ -456,6 +456,7 @@ core:
|
|||
index:
|
||||
all_discussions_heading: => core.ref.all_discussions
|
||||
next_page_button: => core.ref.next_page
|
||||
previous_page_button: => core.ref.previous_page
|
||||
|
||||
# Translations in this namespace are displayed by the Log Out confirmation interface.
|
||||
log_out:
|
||||
|
@ -541,6 +542,7 @@ core:
|
|||
okay: OK # Referenced by flarum-tags.yml
|
||||
password: Password
|
||||
posts: Posts # Referenced by flarum-statistics.yml
|
||||
previous_page: Previous Page
|
||||
rename: Rename
|
||||
reply: Reply # Referenced by flarum-mentions.yml
|
||||
reset_your_password: Reset Your Password
|
||||
|
|
Loading…
Reference in New Issue
Block a user