mirror of
https://github.com/flarum/framework.git
synced 2024-11-29 04:33:47 +08:00
18 lines
783 B
YAML
18 lines
783 B
YAML
sycho-package-manager:
|
|
admin:
|
|
extensions:
|
|
install: Install a new extension
|
|
install_help: Fill in the extension package name to proceed. Visit {extiverse} to browse extensions.
|
|
proceed: Proceed
|
|
successful_install: "{extension} was installed successfully, redirecting.."
|
|
successful_remove: Extension removed successfully.
|
|
|
|
failure_modal:
|
|
title: Operation Failed
|
|
guessed_cause:
|
|
extension_incompatible_with_instance: The extension is most likely incompatible with your current Flarum instance.
|
|
show_composer_output: Show Advanced Details
|
|
|
|
file_permissions: >
|
|
The package manager requires read and write permissions on the following files and directories: composer.json, composer.lock, vendor, storage/.composer
|