mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
manifestv2: fix i18n
This commit is contained in:
parent
0d2cb690b3
commit
dd59a85554
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,6 @@
|
|||
"app_remove_after_failed_install": "Removing the app following the installation failure...",
|
||||
"app_removed": "{app} uninstalled",
|
||||
"app_requirements_checking": "Checking requirements for {app}...",
|
||||
"app_requirements_unmeet": "Requirements are not met for {app}, the package {pkgname} ({version}) must be {spec}",
|
||||
"app_restore_failed": "Could not restore {app}: {error}",
|
||||
"app_restore_script_failed": "An error occured inside the app restore script",
|
||||
"app_sources_fetch_failed": "Could not fetch sources files, is the URL correct?",
|
||||
|
@ -463,6 +462,7 @@
|
|||
"log_regen_conf": "Regenerate system configurations '{}'",
|
||||
"log_remove_on_failed_install": "Remove '{}' after a failed installation",
|
||||
"log_remove_on_failed_restore": "Remove '{}' after a failed restore from a backup archive",
|
||||
"log_resource_snippet": "Provisioning/deprovisioning/updating a resource",
|
||||
"log_selfsigned_cert_install": "Install self-signed certificate on '{}' domain",
|
||||
"log_tools_migrations_migrate_forward": "Run migrations",
|
||||
"log_tools_postinstall": "Postinstall your YunoHost server",
|
||||
|
|
Loading…
Add table
Reference in a new issue