Этот коммит содержится в:
enahum
2017-09-27 07:45:50 -03:00
коммит произвёл GitHub
родитель e8ca3d64f4
Коммит 62e54a09e6
14 изменённых файлов: 527 добавлений и 59 удалений

Просмотреть файл

@@ -3719,6 +3719,14 @@
"id": "ent.elasticsearch.create_index_if_not_exists.index_mapping_failed",
"translation": "Impossibile impostare la mappe degli indici di Elasticsearch"
},
{
"id": "ent.elasticsearch.data_retention_delete_indexes.delete_index.error",
"translation": "Impossibile cancellare l'indice ElasticSearch"
},
{
"id": "ent.elasticsearch.data_retention_delete_indexes.get_indexes.error",
"translation": "Impossibile trovare gli indici Elasticsearch"
},
{
"id": "ent.elasticsearch.delete_post.error",
"translation": "Impossibile cancellare la pubblicazione"
@@ -3831,6 +3839,14 @@
"id": "ent.ldap.mattermost_user_update",
"translation": "L'utente Mattermost è stato aggiornato dal server AD/LDAP."
},
{
"id": "ent.ldap.sync.index_job_failed.error",
"translation": "LDAP sync worker failed due to the sync job failing"
},
{
"id": "ent.ldap.sync_worker.create_index_job.error",
"translation": "LDAP sync worker failed to create the sync job"
},
{
"id": "ent.ldap.syncdone.info",
"translation": "Sincronizzazione AD/LDAP completata"
@@ -5847,6 +5863,10 @@
"id": "store.sql_post.permanent_delete_batch.app_error",
"translation": "Si è verifcato un errore durante la cancellazione delle pubblicazioni"
},
{
"id": "store.sql_post.permanent_delete_batch.app_error",
"translation": "Si è verifcato un errore durante la cancellazione delle pubblicazioni"
},
{
"id": "store.sql_post.permanent_delete_by_channel.app_error",
"translation": "Non è stato possibile eliminare le pubblicazioni del canale"
@@ -5879,6 +5899,10 @@
"id": "store.sql_post.update.app_error",
"translation": "Non è stato possibile aggiornare la pubblicazione"
},
{
"id": "store.sql_preference.cleanup_flags_batch.app_error",
"translation": "Si è verificato un errore pulendo i flag"
},
{
"id": "store.sql_preference.delete.app_error",
"translation": "Errore riscontrato durante l'eliminazione delle preferenze"
@@ -6547,6 +6571,18 @@
"id": "utils.diagnostic.analytics_not_found.app_error",
"translation": "Metriche non inizializzate"
},
{
"id": "utils.file.list_directory.configured.app_error",
"translation": "File storage not configured properly. Please configure for either S3 or local server file storage."
},
{
"id": "utils.file.list_directory.local.app_error",
"translation": "Encountered an error listing directory from local server file storage."
},
{
"id": "utils.file.list_directory.s3.app_error",
"translation": "Encountered an error listing directory from S3."
},
{
"id": "utils.file.remove_directory.configured.app_error",
"translation": "Spazio di archiviazione non configurato correttamente. Configura S3 o il server locale."