translations PR 20180319 (#8479)
Этот коммит содержится в:
коммит произвёл
Saturnino Abril
родитель
4b675b347b
Коммит
6e4c9b1db2
84
i18n/it.json
84
i18n/it.json
@@ -107,6 +107,18 @@
|
||||
"id": "api.admin.test_email.subject",
|
||||
"translation": "Mattermost - Test delle impostazioni Email"
|
||||
},
|
||||
{
|
||||
"id": "api.admin.test_s3.missing_s3_bucket",
|
||||
"translation": "Bucket S3 richiesto"
|
||||
},
|
||||
{
|
||||
"id": "api.admin.test_s3.missing_s3_endpoint",
|
||||
"translation": "Endpoint S3 richiesto"
|
||||
},
|
||||
{
|
||||
"id": "api.admin.test_s3.missing_s3_region",
|
||||
"translation": "Region S3 richiesta"
|
||||
},
|
||||
{
|
||||
"id": "api.admin.upload_brand_image.array.app_error",
|
||||
"translation": "Lista vuota per il campo 'image' nella richiesta"
|
||||
@@ -2330,6 +2342,50 @@
|
||||
"id": "api.team.remove_user_from_team.removed",
|
||||
"translation": "%v è stato rimosso dal gruppo."
|
||||
},
|
||||
{
|
||||
"id": "api.team.set_team_icon.array.app_error",
|
||||
"translation": "La richiesta contiene una lista vuota nel campo 'image'"
|
||||
},
|
||||
{
|
||||
"id": "api.team.set_team_icon.decode.app_error",
|
||||
"translation": "Impossibile decodificare l'icona del gruppo"
|
||||
},
|
||||
{
|
||||
"id": "api.team.set_team_icon.decode_config.app_error",
|
||||
"translation": "Impossibile decodificare i metadati dell'icona del gruppo"
|
||||
},
|
||||
{
|
||||
"id": "api.team.set_team_icon.encode.app_error",
|
||||
"translation": "Impossibile codificare l'icona del gruppo"
|
||||
},
|
||||
{
|
||||
"id": "api.team.set_team_icon.get_team.app_error",
|
||||
"translation": "Si è verificato un errore recuperando il gruppo"
|
||||
},
|
||||
{
|
||||
"id": "api.team.set_team_icon.no_file.app_error",
|
||||
"translation": "La richiesta non contiene file nel campo 'image'"
|
||||
},
|
||||
{
|
||||
"id": "api.team.set_team_icon.open.app_error",
|
||||
"translation": "Impossibile aprire il file immagine"
|
||||
},
|
||||
{
|
||||
"id": "api.team.set_team_icon.parse.app_error",
|
||||
"translation": "Errore durante l'analisi della form multipart"
|
||||
},
|
||||
{
|
||||
"id": "api.team.set_team_icon.storage.app_error",
|
||||
"translation": "Impossibile caricare l'icona del gruppo. Lo spazio di archiviazione delle immagini non è configurato."
|
||||
},
|
||||
{
|
||||
"id": "api.team.set_team_icon.too_large.app_error",
|
||||
"translation": "Impossibile caricare l'icona del gruppo. Il file è troppo grande."
|
||||
},
|
||||
{
|
||||
"id": "api.team.set_team_icon.write_file.app_error",
|
||||
"translation": "Impossibile salvare l'icona del gruppo"
|
||||
},
|
||||
{
|
||||
"id": "api.team.signup_team.email_disabled.app_error",
|
||||
"translation": "L'iscrizione al gruppo con email è disabilitata."
|
||||
@@ -3646,6 +3702,10 @@
|
||||
"id": "app.plugin.activate.app_error",
|
||||
"translation": "Impossibile attivare il plugin estratto. Il plugin può essere già disponibile e dev'essere attivato."
|
||||
},
|
||||
{
|
||||
"id": "app.plugin.cluster.save_config.app_error",
|
||||
"translation": "The plugin configuration in your config.json file must be updated manually when using ReadOnlyConfig with clustering enabled."
|
||||
},
|
||||
{
|
||||
"id": "app.plugin.config.app_error",
|
||||
"translation": "Errore durante il salvataggio della configurazione del plugin"
|
||||
@@ -4906,6 +4966,10 @@
|
||||
"id": "model.config.is_valid.message_export.export_type.app_error",
|
||||
"translation": "ExportFormat del lavoro di esportazione messaggi deve essere 'actianve' oppure 'globalrelay'"
|
||||
},
|
||||
{
|
||||
"id": "model.config.is_valid.message_export.export_type.app_error",
|
||||
"translation": "ExportFormat del lavoro di esportazione messaggi deve essere 'actianve' oppure 'globalrelay'"
|
||||
},
|
||||
{
|
||||
"id": "model.config.is_valid.message_export.file_location.app_error",
|
||||
"translation": "Lavoro esportazione messaggi il valore FileLocation deve essere una cartella accessibile in scrittura in cui verranno salvati i dati esportati"
|
||||
@@ -4914,6 +4978,26 @@
|
||||
"id": "model.config.is_valid.message_export.file_location.relative",
|
||||
"translation": "Lavoro esportazione messaggi il valore FileLocation deve essere una sottocartella di FileSettings.Directory"
|
||||
},
|
||||
{
|
||||
"id": "model.config.is_valid.message_export.global_relay.config_missing.app_error",
|
||||
"translation": "Message export job ExportFormat is set to 'globalrelay', but GlobalRelaySettings are missing"
|
||||
},
|
||||
{
|
||||
"id": "model.config.is_valid.message_export.global_relay.customer_type.app_error",
|
||||
"translation": "Message export GlobalRelaySettings.CustomerType must be set to one of either 'A9' or 'A10'"
|
||||
},
|
||||
{
|
||||
"id": "model.config.is_valid.message_export.global_relay.email_address.app_error",
|
||||
"translation": "GlobalRelayEmailAddress del lavoro di esportazione messaggi deve essere un indirizzo email valido"
|
||||
},
|
||||
{
|
||||
"id": "model.config.is_valid.message_export.global_relay.smtp_password.app_error",
|
||||
"translation": "Message export job GlobalRelaySettings.SmtpPassword must be set"
|
||||
},
|
||||
{
|
||||
"id": "model.config.is_valid.message_export.global_relay.smtp_username.app_error",
|
||||
"translation": "Message export job GlobalRelaySettings.SmtpUsername must be set"
|
||||
},
|
||||
{
|
||||
"id": "model.config.is_valid.message_export.global_relay_email_address.app_error",
|
||||
"translation": "GlobalRelayEmailAddress del lavoro di esportazione messaggi deve essere un indirizzo email valido"
|
||||
|
||||
Ссылка в новой задаче
Block a user