2021-10-21 17:52:51 +08:00
flarum-package-manager :
2021-09-02 02:49:44 +08:00
admin :
2021-09-29 18:03:13 +08:00
exceptions :
extension_already_installed : Extension is already installed.
extension_not_installed : Extension not found.
2021-11-20 23:31:26 +08:00
guessed_cause :
extension_incompatible_with_instance : The extension is most likely incompatible with your current Flarum instance.
extensions_incompatible_with_new_major : >
Some installed extensions are not compatible with the newest major release.
Please wait until the extensions are updated to be compatible by the authors, or remove them before proceeding.
2021-09-02 02:49:44 +08:00
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.
2021-09-26 01:33:17 +08:00
successful_update : "{extension} was updated successfully, redirecting.."
update : Update
2021-09-02 00:20:06 +08:00
2021-09-23 05:08:51 +08:00
file_permissions : >
The package manager requires read and write permissions on the following files and directories : composer.json, composer.lock, vendor, storage/.composer
2021-09-25 20:59:59 +08:00
2021-10-02 00:52:15 +08:00
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
2021-11-18 22:14:22 +08:00
minor_update_confirmation :
content : This will also update any other extensions/packages with availabe updates.
2021-09-25 20:59:59 +08:00
updater :
check_for_updates : Check for updates
2021-09-27 17:16:01 +08:00
flarum : Flarum Core
2021-09-29 19:07:53 +08:00
global_update_successful : Successfully updated all packages.
2021-09-25 20:59:59 +08:00
last_update_checked_at : "Last Update Check: "
2021-09-29 19:07:53 +08:00
run_global_update : Run Global Update
2021-09-25 20:59:59 +08:00
updater_title : Updates
updater_help : Runs a check for new extension and Flarum updates.
2021-10-03 17:58:17 +08:00
update_successful : Flarum successfully updated.