mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] Missing description keys
This commit is contained in:
parent
f3db1c99aa
commit
dec4b25275
1 changed files with 2 additions and 0 deletions
|
@ -418,6 +418,7 @@
|
||||||
"migration_description_0017_postgresql_9p6_to_11": "Migrate databases from PostgreSQL 9.6 to 11",
|
"migration_description_0017_postgresql_9p6_to_11": "Migrate databases from PostgreSQL 9.6 to 11",
|
||||||
"migration_description_0018_xtable_to_nftable": "Migrate old network traffic rules to the new nftable system",
|
"migration_description_0018_xtable_to_nftable": "Migrate old network traffic rules to the new nftable system",
|
||||||
"migration_description_0019_extend_permissions_features": "Extend/rework the app permission management system",
|
"migration_description_0019_extend_permissions_features": "Extend/rework the app permission management system",
|
||||||
|
"migration_description_0020_ssh_sftp_permissions": "Add SSH and SFTP permissions support",
|
||||||
"migration_0011_create_group": "Creating a group for each user...",
|
"migration_0011_create_group": "Creating a group for each user...",
|
||||||
"migration_0011_LDAP_update_failed": "Unable to update LDAP. Error: {error:s}",
|
"migration_0011_LDAP_update_failed": "Unable to update LDAP. Error: {error:s}",
|
||||||
"migration_0011_migrate_permission": "Migrating permissions from apps settings to LDAP...",
|
"migration_0011_migrate_permission": "Migrating permissions from apps settings to LDAP...",
|
||||||
|
@ -449,6 +450,7 @@
|
||||||
"migration_0019_migration_failed_trying_to_rollback": "Could not migrate... trying to roll back the system.",
|
"migration_0019_migration_failed_trying_to_rollback": "Could not migrate... trying to roll back the system.",
|
||||||
"migration_0019_rollback_success": "System rolled back.",
|
"migration_0019_rollback_success": "System rolled back.",
|
||||||
"migration_0019_slapd_config_will_be_overwritten": "It looks like you manually edited the slapd configuration. For this critical migration, YunoHost needs to force the update of the slapd configuration. The original files will be backuped in {conf_backup_folder}.",
|
"migration_0019_slapd_config_will_be_overwritten": "It looks like you manually edited the slapd configuration. For this critical migration, YunoHost needs to force the update of the slapd configuration. The original files will be backuped in {conf_backup_folder}.",
|
||||||
|
"migration_0020_ssh_sftp_permissions": "SSH/SFTP permissions",
|
||||||
"migrations_already_ran": "Those migrations are already done: {ids}",
|
"migrations_already_ran": "Those migrations are already done: {ids}",
|
||||||
"migrations_cant_reach_migration_file": "Could not access migrations files at the path '%s'",
|
"migrations_cant_reach_migration_file": "Could not access migrations files at the path '%s'",
|
||||||
"migrations_dependencies_not_satisfied": "Run these migrations: '{dependencies_id}', before migration {id}.",
|
"migrations_dependencies_not_satisfied": "Run these migrations: '{dependencies_id}', before migration {id}.",
|
||||||
|
|
Loading…
Add table
Reference in a new issue