mirror of
https://github.com/flarum/framework.git
synced 2024-11-29 04:33:47 +08:00
42 lines
1.9 KiB
YAML
Executable File
42 lines
1.9 KiB
YAML
Executable File
sycho-package-manager:
|
|
admin:
|
|
exceptions:
|
|
extension_already_installed: Extension is already installed.
|
|
extension_not_installed: Extension not found.
|
|
|
|
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.
|
|
successful_update: "{extension} was updated successfully, redirecting.."
|
|
update: Update
|
|
|
|
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
|
|
|
|
major_updater:
|
|
description: Major Flarum updates are not backwards compatible, meaning that some of your currently installed extensions, and manually made modifications might not work with this new version.
|
|
dry_run: Dry Run
|
|
dry_run_help: A dry run emulates the update to see if your current setup can safely update, this does not mean that your manual made custom modifications will work in the newer version.
|
|
title: Flarum {version} Major Update Available
|
|
update: Update
|
|
|
|
updater:
|
|
check_for_updates: Check for updates
|
|
flarum: Flarum Core
|
|
global_update_successful: Successfully updated all packages.
|
|
last_update_checked_at: "Last Update Check: "
|
|
run_global_update: Run Global Update
|
|
updater_title: Updates
|
|
updater_help: Runs a check for new extension and Flarum updates.
|
|
|
|
update_successful: Flarum successfully updated.
|