mirror of
https://github.com/flarum/core.git
synced 2025-08-09 01:46:35 +02:00
Add extension dependency error translations (#172)
This commit is contained in:
committed by
GitHub
parent
a91ec31637
commit
563c03fc07
@@ -435,6 +435,8 @@ core:
|
|||||||
|
|
||||||
# These translations are displayed as error messages.
|
# These translations are displayed as error messages.
|
||||||
error:
|
error:
|
||||||
|
dependent_extensions_message: "Cannot disable {extension} until the following dependent extensions are disabled: {extensions}"
|
||||||
|
missing_dependencies_message: "Cannot enable {extension} until the following dependencies are enabled: {extensions}"
|
||||||
generic_message: "Oops! Something went wrong. Please reload the page and try again."
|
generic_message: "Oops! Something went wrong. Please reload the page and try again."
|
||||||
not_found_message: The requested resource was not found.
|
not_found_message: The requested resource was not found.
|
||||||
permission_denied_message: You do not have permission to do that.
|
permission_denied_message: You do not have permission to do that.
|
||||||
|
Reference in New Issue
Block a user