mirror of
https://github.com/flarum/core.git
synced 2025-08-16 21:34:08 +02:00
Add translations for errors messages, log out confirmation
This commit is contained in:
@@ -442,11 +442,24 @@ core:
|
|||||||
next_page_button: => core.ref.next_page
|
next_page_button: => core.ref.next_page
|
||||||
previous_page_button: Previous Page
|
previous_page_button: Previous Page
|
||||||
|
|
||||||
|
# Translations in this namespace are displayed when Flarum encounters an error.
|
||||||
|
error:
|
||||||
|
403_message: You do not have permission to access this page.
|
||||||
|
404_message: The page you requested could not be found.
|
||||||
|
500_message: An error occurred while trying to load this page.
|
||||||
|
503_message: "{forum} is undergoing maintenance. Thanks for your patience!"
|
||||||
|
|
||||||
# Translations in this namespace are displayed by the basic HTML discussion index.
|
# Translations in this namespace are displayed by the basic HTML discussion index.
|
||||||
index:
|
index:
|
||||||
all_discussions_heading: => core.ref.all_discussions
|
all_discussions_heading: => core.ref.all_discussions
|
||||||
next_page_button: => core.ref.next_page
|
next_page_button: => core.ref.next_page
|
||||||
|
|
||||||
|
# Translations in this namespace are displayed by the Log Out confirmation interface.
|
||||||
|
log_out:
|
||||||
|
log_out_button: => core.ref.log_out
|
||||||
|
log_out_confirmation: "Are you sure you want to log out of {forum}?"
|
||||||
|
title: => core.ref.log_out
|
||||||
|
|
||||||
# Translations in this namespace are displayed by the Reset Password interface.
|
# Translations in this namespace are displayed by the Reset Password interface.
|
||||||
reset_password:
|
reset_password:
|
||||||
confirm_password_label: Confirm New Password
|
confirm_password_label: Confirm New Password
|
||||||
|
Reference in New Issue
Block a user