mirror of
https://github.com/flarum/framework.git
synced 2024-11-29 04:33:47 +08:00
Add/fix error message for authentic-/authorization
Refs flarum/core#1641.
This commit is contained in:
parent
405cd8764e
commit
94a892f2c2
|
@ -463,10 +463,11 @@ core:
|
||||||
error:
|
error:
|
||||||
csrf_token_mismatch: You have been inactive for too long.
|
csrf_token_mismatch: You have been inactive for too long.
|
||||||
csrf_token_mismatch_return_link: Go back, to try again
|
csrf_token_mismatch_return_link: Go back, to try again
|
||||||
forbidden: You do not have permission to access this page.
|
|
||||||
invalid_confirmation_token: This confirmation link has already been used or is invalid.
|
invalid_confirmation_token: This confirmation link has already been used or is invalid.
|
||||||
|
not_authenticated: You do not have permission to access this page. Try again after logging in.
|
||||||
not_found: The page you requested could not be found.
|
not_found: The page you requested could not be found.
|
||||||
not_found_return_link: "Return to {forum}"
|
not_found_return_link: "Return to {forum}"
|
||||||
|
permission_denied: You do not have permission to access this page.
|
||||||
unknown: An error occurred while trying to load this page.
|
unknown: An error occurred while trying to load this page.
|
||||||
|
|
||||||
# Translations in this namespace are displayed by the basic HTML discussion index.
|
# Translations in this namespace are displayed by the basic HTML discussion index.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user