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

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

@@ -3441,7 +3441,7 @@
},
{
"id": "app.plugin.filesystem.app_error",
"translation": "Encountered filesystem error"
"translation": "Es ist ein Dateisystemfehler aufgetreten"
},
{
"id": "app.plugin.get_plugins.app_error",
@@ -3719,6 +3719,14 @@
"id": "ent.elasticsearch.create_index_if_not_exists.index_mapping_failed",
"translation": "Konnte ElasticSearch-Index-Mapping nicht einrichten"
},
{
"id": "ent.elasticsearch.data_retention_delete_indexes.delete_index.error",
"translation": "Konnte ElasticSearch-Index nicht löschen"
},
{
"id": "ent.elasticsearch.data_retention_delete_indexes.get_indexes.error",
"translation": "Konnte ElasticSearch-Index nicht erstellen"
},
{
"id": "ent.elasticsearch.delete_post.error",
"translation": "Löschen der Nachricht fehlgeschlagen"
@@ -3831,6 +3839,14 @@
"id": "ent.ldap.mattermost_user_update",
"translation": "Mattermost-Benutzer durch AD/LDAP-Server aktualisiert."
},
{
"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": "AD/LDAP-Synchronisierung abgeschlossen"
@@ -4025,7 +4041,7 @@
},
{
"id": "mattermost.load_license.find.warn",
"translation": "Lizenzschlüssel von https://mattermost.com benötigt um Enterprise Features freizuschalten."
"translation": "Lizenzschlüssel von https://mattermost.com benötigt um Enterprise-Funktionen freizuschalten."
},
{
"id": "mattermost.security_bulletin.error",
@@ -4353,15 +4369,15 @@
},
{
"id": "model.config.is_valid.data_retention.deletion_job_start_time.app_error",
"translation": "DataRetention DeletionJobStartTime setting must be set to a time in the format \"hh:mm\""
"translation": "Die Einstellung \"DataRetention DeletionJobStartTime\" muss eine Zeit im Format \"hh:mm\" sein"
},
{
"id": "model.config.is_valid.data_retention.file_retention_days_too_low.app_error",
"translation": "DataRetention FileRetentionDays setting must be at least 1"
"translation": "Die Einstellung \"DataRetention FileRetentionDays\" muss mindestens 1 sein"
},
{
"id": "model.config.is_valid.data_retention.message_retention_days_too_low.app_error",
"translation": "DataRetention MessageRetentionDays setting must be at least 1"
"translation": "Die Einstellung \"DataRetention MessageRetentionDays\" muss mindestens 1 sein"
},
{
"id": "model.config.is_valid.elastic_search.aggregate_posts_after_days.app_error",
@@ -5847,6 +5863,10 @@
"id": "store.sql_post.permanent_delete_batch.app_error",
"translation": "We encountered an error permanently deleting the batch of posts"
},
{
"id": "store.sql_post.permanent_delete_batch.app_error",
"translation": "We encountered an error permanently deleting the batch of posts"
},
{
"id": "store.sql_post.permanent_delete_by_channel.app_error",
"translation": "Die Nachrichten nach Kanal konnten nicht gelöscht werden"
@@ -5879,13 +5899,17 @@
"id": "store.sql_post.update.app_error",
"translation": "Die Nachricht konnte nicht aktualisiert werden"
},
{
"id": "store.sql_preference.cleanup_flags_batch.app_error",
"translation": "We encountered an error cleaning up the batch of flags"
},
{
"id": "store.sql_preference.delete.app_error",
"translation": "Es trat ein Fehler beim Löschen der Einstellungen auf"
},
{
"id": "store.sql_preference.delete_unused_features.debug",
"translation": "Lösche alle ungenutzten Pre-Release-Features"
"translation": "Lösche alle ungenutzten Pre-Release-Funktionen"
},
{
"id": "store.sql_preference.get.app_error",
@@ -6547,6 +6571,18 @@
"id": "utils.diagnostic.analytics_not_found.app_error",
"translation": "Analytics nicht initialisiert"
},
{
"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": "Der Dateispeicher ist nicht korrekt konfiguriert. Bitte konfigurieren Sie diesen entweder für S3 oder den Dateispeicher des lokalen Servers."
@@ -6733,11 +6769,11 @@
},
{
"id": "web.error.unsupported_browser.message",
"translation": "Your current browser is not supported. Please upgrade to one of the following browsers:"
"translation": "Ihr aktueller Browser wird nicht unterstützt. Bitte aktualisieren Sie auf einen der folgenden Browser:"
},
{
"id": "web.error.unsupported_browser.title",
"translation": "Unsupported Browser"
"translation": "Nicht unterstützter Browser"
},
{
"id": "web.find_team.title",

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

@@ -3687,14 +3687,6 @@
"id": "ent.compliance.run_started.info",
"translation": "Compliance export started for job '{{.JobName}}' at '{{.FilePath}}'"
},
{
"id": "ent.ldap.sync_worker.create_index_job.error",
"translation": "LDAP sync worker failed to create the sync job"
},
{
"id": "ent.ldap.sync.index_job_failed.error",
"translation": "LDAP sync worker failed due to the sync job failing"
},
{
"id": "ent.elasticsearch.aggregator_worker.create_index_job.error",
"translation": "Elasticsearch aggregator worker failed to create the indexing job"
@@ -3727,14 +3719,14 @@
"id": "ent.elasticsearch.create_index_if_not_exists.index_mapping_failed",
"translation": "Failed to setup Elasticsearch index mapping"
},
{
"id": "ent.elasticsearch.data_retention_delete_indexes.get_indexes.error",
"translation": "Failed to get Elasticsearch indexes"
},
{
"id": "ent.elasticsearch.data_retention_delete_indexes.delete_index.error",
"translation": "Failed to delete Elasticsearch index"
},
{
"id": "ent.elasticsearch.data_retention_delete_indexes.get_indexes.error",
"translation": "Failed to get Elasticsearch indexes"
},
{
"id": "ent.elasticsearch.delete_post.error",
"translation": "Failed to delete the post"
@@ -3847,6 +3839,14 @@
"id": "ent.ldap.mattermost_user_update",
"translation": "Mattermost user was updated by AD/LDAP server."
},
{
"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": "AD/LDAP Synchronization completed"
@@ -5863,6 +5863,10 @@
"id": "store.sql_post.permanent_delete_batch.app_error",
"translation": "We encountered an error permanently deleting the batch of posts"
},
{
"id": "store.sql_post.permanent_delete_batch.app_error",
"translation": "We encountered an error permanently deleting the batch of posts"
},
{
"id": "store.sql_post.permanent_delete_by_channel.app_error",
"translation": "We couldn't delete the posts by channel"
@@ -5895,10 +5899,6 @@
"id": "store.sql_post.update.app_error",
"translation": "We couldn't update the Post"
},
{
"id": "store.sql_post.permanent_delete_batch.app_error",
"translation": "We encountered an error permanently deleting the batch of posts"
},
{
"id": "store.sql_preference.cleanup_flags_batch.app_error",
"translation": "We encountered an error cleaning up the batch of flags"
@@ -6571,18 +6571,6 @@
"id": "utils.diagnostic.analytics_not_found.app_error",
"translation": "Analytics not initialized"
},
{
"id": "utils.file.remove_directory.configured.app_error",
"translation": "File storage not configured properly. Please configure for either S3 or local server file storage."
},
{
"id": "utils.file.remove_directory.local.app_error",
"translation": "Encountered an error removing directory from local server file storage."
},
{
"id": "utils.file.remove_directory.s3.app_error",
"translation": "Encountered an error removing directory from S3."
},
{
"id": "utils.file.list_directory.configured.app_error",
"translation": "File storage not configured properly. Please configure for either S3 or local server file storage."
@@ -6595,6 +6583,18 @@
"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": "File storage not configured properly. Please configure for either S3 or local server file storage."
},
{
"id": "utils.file.remove_directory.local.app_error",
"translation": "Encountered an error removing directory from local server file storage."
},
{
"id": "utils.file.remove_directory.s3.app_error",
"translation": "Encountered an error removing directory from S3."
},
{
"id": "utils.file.remove_file.configured.app_error",
"translation": "File storage not configured properly. Please configure for either S3 or local server file storage."

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

@@ -2725,7 +2725,7 @@
},
{
"id": "api.user.send_user_access_token.error",
"translation": "Error al enviar correo electrónico de token de acceso personal añadido correctamente"
"translation": "Error al enviar el correo electrónico de token de acceso personal añadido correctamente"
},
{
"id": "api.user.send_verify_email_and_forget.failed.error",
@@ -3719,6 +3719,14 @@
"id": "ent.elasticsearch.create_index_if_not_exists.index_mapping_failed",
"translation": "Error al configurar el mapa de índices de Elasticsearch"
},
{
"id": "ent.elasticsearch.data_retention_delete_indexes.delete_index.error",
"translation": "No se pudo borrar el índice de ElasticSearch"
},
{
"id": "ent.elasticsearch.data_retention_delete_indexes.get_indexes.error",
"translation": "No se pudo obtener los índices de Elasticsearch"
},
{
"id": "ent.elasticsearch.delete_post.error",
"translation": "Error al eliminar el mensaje"
@@ -3831,6 +3839,14 @@
"id": "ent.ldap.mattermost_user_update",
"translation": "El usuario de Mattermost fue actualizado por el servidor 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": "Sincronización de AD/LDAP completada"
@@ -5847,6 +5863,10 @@
"id": "store.sql_post.permanent_delete_batch.app_error",
"translation": "Hemos detectado un error al eliminar permanentemente el lote de los mensajes"
},
{
"id": "store.sql_post.permanent_delete_batch.app_error",
"translation": "Hemos detectado un error al eliminar permanentemente el lote de los mensajes"
},
{
"id": "store.sql_post.permanent_delete_by_channel.app_error",
"translation": "No pudimos eliminar los mensajes de canal"
@@ -5879,6 +5899,10 @@
"id": "store.sql_post.update.app_error",
"translation": "No pudimos actualizar el Mensaje"
},
{
"id": "store.sql_preference.cleanup_flags_batch.app_error",
"translation": "Hemos detectado un error al limpiar los lotes para los mensajes marcados"
},
{
"id": "store.sql_preference.delete.app_error",
"translation": "Encontramos un error mientras eliminabamos las preferencias"
@@ -6547,6 +6571,18 @@
"id": "utils.diagnostic.analytics_not_found.app_error",
"translation": "Analytics no se ha inicializado"
},
{
"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": "Almacenamiento de archivos no está correctamente configurado. Por favor, configurar, ya sea para S3 o almacenamiento de archivos en el servidor local."

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

@@ -3719,6 +3719,14 @@
"id": "ent.elasticsearch.create_index_if_not_exists.index_mapping_failed",
"translation": "Impossible de configurer le mappage de l'index d'Elasticsearch"
},
{
"id": "ent.elasticsearch.data_retention_delete_indexes.delete_index.error",
"translation": "Impossible de supprimer l'index d'Elasticsearch"
},
{
"id": "ent.elasticsearch.data_retention_delete_indexes.get_indexes.error",
"translation": "Impossible de créer l'index d'Elasticsearch"
},
{
"id": "ent.elasticsearch.delete_post.error",
"translation": "Impossible de supprimer le message"
@@ -3831,6 +3839,14 @@
"id": "ent.ldap.mattermost_user_update",
"translation": "L'utilisateur Mattermost a été mis à jour par le serveur 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": "Synchronisation AD/LDAP terminé"
@@ -5847,6 +5863,10 @@
"id": "store.sql_post.permanent_delete_batch.app_error",
"translation": "We encountered an error permanently deleting the batch of posts"
},
{
"id": "store.sql_post.permanent_delete_batch.app_error",
"translation": "We encountered an error permanently deleting the batch of posts"
},
{
"id": "store.sql_post.permanent_delete_by_channel.app_error",
"translation": "Impossible de supprimer les messages par canal"
@@ -5879,6 +5899,10 @@
"id": "store.sql_post.update.app_error",
"translation": "Impossible de mettre à jour le message"
},
{
"id": "store.sql_preference.cleanup_flags_batch.app_error",
"translation": "We encountered an error cleaning up the batch of flags"
},
{
"id": "store.sql_preference.delete.app_error",
"translation": "Nous avons rencontré une erreur durant la suppression des préférences"
@@ -6547,6 +6571,18 @@
"id": "utils.diagnostic.analytics_not_found.app_error",
"translation": "Analytics non initialisé"
},
{
"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": "Le stockage de fichier n'est pas configuré correctement. Veuillez le paramétrer soit pour utiliser S3 soit le système de fichier local du serveur."

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

@@ -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."

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

@@ -3417,7 +3417,7 @@
},
{
"id": "app.notification.subject.direct.full",
"translation": "[{{ .SiteName}}] {{.Month}} {{.Day}}, {{.Year}} {{.SenderDisplayName}} からの新しいグループメッセージ"
"translation": "[{{ .SiteName}}] {{.Month}} {{.Day}}, {{.Year}} {{.SenderDisplayName}} からの新しいダイレクトメッセージ"
},
{
"id": "app.notification.subject.notification.full",
@@ -3719,6 +3719,14 @@
"id": "ent.elasticsearch.create_index_if_not_exists.index_mapping_failed",
"translation": "Elasticsearchインデックスのマッピングを設定できませんでした"
},
{
"id": "ent.elasticsearch.data_retention_delete_indexes.delete_index.error",
"translation": "Elasticsearchのインデックスを削除できませんでした"
},
{
"id": "ent.elasticsearch.data_retention_delete_indexes.get_indexes.error",
"translation": "Elasticsearchのインデックスを取得できませんでした"
},
{
"id": "ent.elasticsearch.delete_post.error",
"translation": "投稿を削除できませんでした"
@@ -3831,6 +3839,14 @@
"id": "ent.ldap.mattermost_user_update",
"translation": "Mattermostユーザーは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": "AD/LDAPの同期が完了しました"
@@ -5847,6 +5863,10 @@
"id": "store.sql_post.permanent_delete_batch.app_error",
"translation": "投稿バッチを完全に削除する際にエラーが発生しました"
},
{
"id": "store.sql_post.permanent_delete_batch.app_error",
"translation": "投稿バッチを完全に削除する際にエラーが発生しました"
},
{
"id": "store.sql_post.permanent_delete_by_channel.app_error",
"translation": "チャンネルの投稿を削除できませんでした"
@@ -5879,6 +5899,10 @@
"id": "store.sql_post.update.app_error",
"translation": "投稿を更新できませんでした"
},
{
"id": "store.sql_preference.cleanup_flags_batch.app_error",
"translation": "フラグのバッチ処理をクリーンアップする際にエラーが発生しました"
},
{
"id": "store.sql_preference.delete.app_error",
"translation": "設定を削除する際にエラーが発生しました"
@@ -6547,6 +6571,18 @@
"id": "utils.diagnostic.analytics_not_found.app_error",
"translation": "解析は初期化されていません"
},
{
"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": "ファイルストレージが正しく設定されていません。S3またはローカルサーバーファイルストレージを設定してください。"
@@ -6717,7 +6753,7 @@
},
{
"id": "web.error.unsupported_browser.help2",
"translation": "Mozzilla Firefox 52+"
"translation": "Mozilla Firefox 52+"
},
{
"id": "web.error.unsupported_browser.help3",
@@ -6737,7 +6773,7 @@
},
{
"id": "web.error.unsupported_browser.title",
"translation": "サポートされないブラウザ"
"translation": "サポートされていないブラウザ"
},
{
"id": "web.find_team.title",

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

@@ -3719,6 +3719,14 @@
"id": "ent.elasticsearch.create_index_if_not_exists.index_mapping_failed",
"translation": "Failed to setup Elasticsearch index mapping"
},
{
"id": "ent.elasticsearch.data_retention_delete_indexes.delete_index.error",
"translation": "Failed to delete Elasticsearch index"
},
{
"id": "ent.elasticsearch.data_retention_delete_indexes.get_indexes.error",
"translation": "Failed to get Elasticsearch indexes"
},
{
"id": "ent.elasticsearch.delete_post.error",
"translation": "Failed to delete the post"
@@ -3831,6 +3839,14 @@
"id": "ent.ldap.mattermost_user_update",
"translation": "Mattermost 사용자가 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": "AD/LDAP 동기화 완료"
@@ -5847,6 +5863,10 @@
"id": "store.sql_post.permanent_delete_batch.app_error",
"translation": "We encountered an error permanently deleting the batch of posts"
},
{
"id": "store.sql_post.permanent_delete_batch.app_error",
"translation": "We encountered an error permanently deleting the batch of posts"
},
{
"id": "store.sql_post.permanent_delete_by_channel.app_error",
"translation": "채널을 삭제하지 못했습니다."
@@ -5879,6 +5899,10 @@
"id": "store.sql_post.update.app_error",
"translation": "채널을 찾을 수 없습니다"
},
{
"id": "store.sql_preference.cleanup_flags_batch.app_error",
"translation": "We encountered an error cleaning up the batch of flags"
},
{
"id": "store.sql_preference.delete.app_error",
"translation": "We encountered an error while deleting preferences"
@@ -6547,6 +6571,18 @@
"id": "utils.diagnostic.analytics_not_found.app_error",
"translation": "분석기가 초기화되지 않았습니다"
},
{
"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": "파일 저장소가 제대로 설정되지 않았습니다. S3나 로컬 서버 파일 저장소를 설정해주세요."

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

@@ -3719,6 +3719,14 @@
"id": "ent.elasticsearch.create_index_if_not_exists.index_mapping_failed",
"translation": "Failed to setup Elasticsearch index mapping"
},
{
"id": "ent.elasticsearch.data_retention_delete_indexes.delete_index.error",
"translation": "Failed to delete Elasticsearch index"
},
{
"id": "ent.elasticsearch.data_retention_delete_indexes.get_indexes.error",
"translation": "Failed to get Elasticsearch indexes"
},
{
"id": "ent.elasticsearch.delete_post.error",
"translation": "Failed to delete the post"
@@ -3831,6 +3839,14 @@
"id": "ent.ldap.mattermost_user_update",
"translation": "Mattermost gebruiker is bijgewerkt door de AD/LDAP server."
},
{
"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": "AD/LDAP Synchronisatie voltooid"
@@ -5847,6 +5863,10 @@
"id": "store.sql_post.permanent_delete_batch.app_error",
"translation": "We encountered an error permanently deleting the batch of posts"
},
{
"id": "store.sql_post.permanent_delete_batch.app_error",
"translation": "We encountered an error permanently deleting the batch of posts"
},
{
"id": "store.sql_post.permanent_delete_by_channel.app_error",
"translation": "Het kanaal kan niet verwijderd worden"
@@ -5879,6 +5899,10 @@
"id": "store.sql_post.update.app_error",
"translation": "Het bericht kan niet worden bijgewerkt"
},
{
"id": "store.sql_preference.cleanup_flags_batch.app_error",
"translation": "We encountered an error cleaning up the batch of flags"
},
{
"id": "store.sql_preference.delete.app_error",
"translation": "Er is een probleem opgetreden tijden het verwijderen van voorkeuren"
@@ -6547,6 +6571,18 @@
"id": "utils.diagnostic.analytics_not_found.app_error",
"translation": "Analytics niet geïnitialiseerd"
},
{
"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": "Bestand opslag is niet goed geconfigureerd. Configureer S3 of lokale bestandsopslag."

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

@@ -3719,6 +3719,14 @@
"id": "ent.elasticsearch.create_index_if_not_exists.index_mapping_failed",
"translation": "Nie można ustawić wyświetlanie indeksu elasticsearch"
},
{
"id": "ent.elasticsearch.data_retention_delete_indexes.delete_index.error",
"translation": "Nie udało się utworzyć indeksu ElasticSearch"
},
{
"id": "ent.elasticsearch.data_retention_delete_indexes.get_indexes.error",
"translation": "Nie udało się utworzyć indeksu ElasticSearch"
},
{
"id": "ent.elasticsearch.delete_post.error",
"translation": "Failed to delete the post"
@@ -3831,6 +3839,14 @@
"id": "ent.ldap.mattermost_user_update",
"translation": "Użytkownik Mattermost został zaktualizowany przez serwer 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": "Synchronizacji AD/LDAP zakończona"
@@ -5847,6 +5863,10 @@
"id": "store.sql_post.permanent_delete_batch.app_error",
"translation": "We encountered an error permanently deleting the batch of posts"
},
{
"id": "store.sql_post.permanent_delete_batch.app_error",
"translation": "We encountered an error permanently deleting the batch of posts"
},
{
"id": "store.sql_post.permanent_delete_by_channel.app_error",
"translation": "Nie można usunąć postów według kanału"
@@ -5879,6 +5899,10 @@
"id": "store.sql_post.update.app_error",
"translation": "Nie udało się zaktualizować wiadomości"
},
{
"id": "store.sql_preference.cleanup_flags_batch.app_error",
"translation": "We encountered an error cleaning up the batch of flags"
},
{
"id": "store.sql_preference.delete.app_error",
"translation": "Wystąpił błąd w trakcie kasowania ustawień"
@@ -6547,6 +6571,18 @@
"id": "utils.diagnostic.analytics_not_found.app_error",
"translation": "Analytics nie zainicjowany"
},
{
"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": "Magazyn plików nie został poprawnie skonfigurowany. Proszę skonfigurować usługę S3 lub lokalny magazyn plików."

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

@@ -2725,7 +2725,7 @@
},
{
"id": "api.user.send_user_access_token.error",
"translation": "Falha ao enviar o token de acesso do usuário adicionado e-mail com sucesso"
"translation": "Falha ao enviar e-mail \"Token de acesso do usuário adicionado\""
},
{
"id": "api.user.send_verify_email_and_forget.failed.error",
@@ -3719,6 +3719,14 @@
"id": "ent.elasticsearch.create_index_if_not_exists.index_mapping_failed",
"translation": "Não foi possível configurar o ElasticSearch index mapping"
},
{
"id": "ent.elasticsearch.data_retention_delete_indexes.delete_index.error",
"translation": "Não foi possível remover o índice do ElasticSearch"
},
{
"id": "ent.elasticsearch.data_retention_delete_indexes.get_indexes.error",
"translation": "Não foi possível obter os índices do ElasticSearch"
},
{
"id": "ent.elasticsearch.delete_post.error",
"translation": "Não foi possível apagar o post"
@@ -3831,6 +3839,14 @@
"id": "ent.ldap.mattermost_user_update",
"translation": "Usuário Mattermost foi atualizado pelo servidor 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": "Sincronização AD/LDAP completada"
@@ -4353,15 +4369,15 @@
},
{
"id": "model.config.is_valid.data_retention.deletion_job_start_time.app_error",
"translation": "DataRetention DeletionJobStartTime setting must be set to a time in the format \"hh:mm\""
"translation": "A configuraçao de DataRetention DeletionJobStartTime deve ser ajustado para o formato de hora \"hh:mm\""
},
{
"id": "model.config.is_valid.data_retention.file_retention_days_too_low.app_error",
"translation": "DataRetention FileRetentionDays setting must be at least 1"
"translation": "A configuraçao de DataRetention FileRetentionDays deve ser pelo menos 1"
},
{
"id": "model.config.is_valid.data_retention.message_retention_days_too_low.app_error",
"translation": "DataRetention MessageRetentionDays setting must be at least 1"
"translation": "DataRetention MessageRetentionDays deve ser configurado para pelo menos 1"
},
{
"id": "model.config.is_valid.elastic_search.aggregate_posts_after_days.app_error",
@@ -5269,7 +5285,7 @@
},
{
"id": "store.sql_audit.permanent_delete_batch.app_error",
"translation": "We encountered an error permanently deleting the batch of audits"
"translation": "Encontramos um erro ao apagar o lote de audits"
},
{
"id": "store.sql_audit.permanent_delete_by_user.app_error",
@@ -5633,7 +5649,7 @@
},
{
"id": "store.sql_file_info.permanent_delete_batch.app_error",
"translation": "We encountered an error permanently deleting the batch of file infos"
"translation": "Encontramos um erro ao apagar o lote de arquivos de informações"
},
{
"id": "store.sql_file_info.save.app_error",
@@ -5845,7 +5861,11 @@
},
{
"id": "store.sql_post.permanent_delete_batch.app_error",
"translation": "We encountered an error permanently deleting the batch of posts"
"translation": "Encontramos um erro ao apagar o lote de posts"
},
{
"id": "store.sql_post.permanent_delete_batch.app_error",
"translation": "Encontramos um erro ao apagar o lote de posts"
},
{
"id": "store.sql_post.permanent_delete_by_channel.app_error",
@@ -5879,6 +5899,10 @@
"id": "store.sql_post.update.app_error",
"translation": "Não foi possível deletar o post"
},
{
"id": "store.sql_preference.cleanup_flags_batch.app_error",
"translation": "Encontramos um erro ao limpar o lote de flags"
},
{
"id": "store.sql_preference.delete.app_error",
"translation": "Encontramos um erro enquanto deletava as preferências"
@@ -5969,7 +5993,7 @@
},
{
"id": "store.sql_reaction.permanent_delete_batch.app_error",
"translation": "We encountered an error permanently deleting the batch of reactions"
"translation": "Encontramos um erro ao apagar o lote de reações"
},
{
"id": "store.sql_reaction.save.begin.app_error",
@@ -6547,6 +6571,18 @@
"id": "utils.diagnostic.analytics_not_found.app_error",
"translation": "Análise não inicializada"
},
{
"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": "O armazenamento de arquivos não está configurado corretamente. Por favor, configure o S3 ou o armazenamento de arquivos no servidor local."

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

@@ -3717,7 +3717,15 @@
},
{
"id": "ent.elasticsearch.create_index_if_not_exists.index_mapping_failed",
"translation": "Failed to setup Elasticsearch index mapping"
"translation": "Не удалось создать индекс Elasticsearch"
},
{
"id": "ent.elasticsearch.data_retention_delete_indexes.delete_index.error",
"translation": "Не удалось удалить индекс Elasticsearch"
},
{
"id": "ent.elasticsearch.data_retention_delete_indexes.get_indexes.error",
"translation": "Не удалось создать индекс Elasticsearch"
},
{
"id": "ent.elasticsearch.delete_post.error",
@@ -3761,7 +3769,7 @@
},
{
"id": "ent.elasticsearch.start.index_settings_failed",
"translation": "Failed to set Elasticsearch index settings"
"translation": "Не удалось создать индекс Elasticsearch"
},
{
"id": "ent.elasticsearch.test_config.connect_failed",
@@ -3831,6 +3839,14 @@
"id": "ent.ldap.mattermost_user_update",
"translation": "Пользователь Mattermost был обновлен сервером 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": "Синхронизация AD/LDAP завершена"
@@ -5847,6 +5863,10 @@
"id": "store.sql_post.permanent_delete_batch.app_error",
"translation": "We encountered an error permanently deleting the batch of posts"
},
{
"id": "store.sql_post.permanent_delete_batch.app_error",
"translation": "We encountered an error permanently deleting the batch of posts"
},
{
"id": "store.sql_post.permanent_delete_by_channel.app_error",
"translation": "Не удалось удалить сообщения на канале"
@@ -5879,6 +5899,10 @@
"id": "store.sql_post.update.app_error",
"translation": "Мы не смогли обновить Пост"
},
{
"id": "store.sql_preference.cleanup_flags_batch.app_error",
"translation": "We encountered an error cleaning up the batch of flags"
},
{
"id": "store.sql_preference.delete.app_error",
"translation": "Возникла ошибка при удалении настроек"
@@ -6547,6 +6571,18 @@
"id": "utils.diagnostic.analytics_not_found.app_error",
"translation": "Аналитика не инициализирована"
},
{
"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": "Хранилище файлов не настроено. Пожалуйста, настройте S3 или локальное серверное файловое хранилище."

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

@@ -2725,7 +2725,7 @@
},
{
"id": "api.user.send_user_access_token.error",
"translation": "Kişisel erişim kodu eklendi e-postası gönderilemedi"
"translation": "\"Kişisel erişim kodu eklendi\" e-postası gönderilemedi"
},
{
"id": "api.user.send_verify_email_and_forget.failed.error",
@@ -3719,6 +3719,14 @@
"id": "ent.elasticsearch.create_index_if_not_exists.index_mapping_failed",
"translation": "Elasticsearch dizin eşleştirmesi kurulamadı"
},
{
"id": "ent.elasticsearch.data_retention_delete_indexes.delete_index.error",
"translation": "ElasticSearch dizini silinemedi"
},
{
"id": "ent.elasticsearch.data_retention_delete_indexes.get_indexes.error",
"translation": "Elasticsearch dizinleri oluşturulamadı"
},
{
"id": "ent.elasticsearch.delete_post.error",
"translation": "İleti silinemedi"
@@ -3831,6 +3839,14 @@
"id": "ent.ldap.mattermost_user_update",
"translation": "Mattermost kullanıcısı AD/LDAP sunucusu tarafından güncellendi."
},
{
"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": "AD/LDAP eşitlemesi tamamlandı"
@@ -5847,6 +5863,10 @@
"id": "store.sql_post.permanent_delete_batch.app_error",
"translation": "Toplu iletiler kalıcı olarak silinirken bir sorun çıktı"
},
{
"id": "store.sql_post.permanent_delete_batch.app_error",
"translation": "Toplu iletiler kalıcı olarak silinirken bir sorun çıktı"
},
{
"id": "store.sql_post.permanent_delete_by_channel.app_error",
"translation": "Kanala göre ileti silinemedi"
@@ -5879,6 +5899,10 @@
"id": "store.sql_post.update.app_error",
"translation": "İleti güncellenemedi"
},
{
"id": "store.sql_preference.cleanup_flags_batch.app_error",
"translation": "İşaretler toplu olarak temizlenirken bir sorun çıktı"
},
{
"id": "store.sql_preference.delete.app_error",
"translation": "Ayarlar silinirken bir sorun çıktı"
@@ -6547,6 +6571,18 @@
"id": "utils.diagnostic.analytics_not_found.app_error",
"translation": "Analytics başlatılmadı"
},
{
"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": "Dosya depolaması doğru şekilde yapılandırılmamış. Lütfen S3 ya da yerel sunucusu depolamasını yapılandırın."

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

@@ -2725,7 +2725,7 @@
},
{
"id": "api.user.send_user_access_token.error",
"translation": "发送成功添加个人访问令牌邮件失败"
"translation": "发送邮件 \"已添加个人访问令牌\" 失败"
},
{
"id": "api.user.send_verify_email_and_forget.failed.error",
@@ -3441,7 +3441,7 @@
},
{
"id": "app.plugin.filesystem.app_error",
"translation": "Encountered filesystem error"
"translation": "遇到文件系统错误"
},
{
"id": "app.plugin.get_plugins.app_error",
@@ -3719,6 +3719,14 @@
"id": "ent.elasticsearch.create_index_if_not_exists.index_mapping_failed",
"translation": "无法配置 ElasticSearch 索引映像"
},
{
"id": "ent.elasticsearch.data_retention_delete_indexes.delete_index.error",
"translation": "删除 ElasticSearch 索引失败"
},
{
"id": "ent.elasticsearch.data_retention_delete_indexes.get_indexes.error",
"translation": "创建 ElasticSearch 索引失败"
},
{
"id": "ent.elasticsearch.delete_post.error",
"translation": "删除消息失败"
@@ -3831,6 +3839,14 @@
"id": "ent.ldap.mattermost_user_update",
"translation": "Mattermost 用户已被 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": "AD/LDAP 同步完成"
@@ -4353,15 +4369,15 @@
},
{
"id": "model.config.is_valid.data_retention.deletion_job_start_time.app_error",
"translation": "DataRetention DeletionJobStartTime setting must be set to a time in the format \"hh:mm\""
"translation": "DataRetention DeletionJobStartTime 时间设定格式必须为 \"hh:mm\""
},
{
"id": "model.config.is_valid.data_retention.file_retention_days_too_low.app_error",
"translation": "DataRetention FileRetentionDays setting must be at least 1"
"translation": "DataRetention FileRetentionDays 设定必须至少为 1"
},
{
"id": "model.config.is_valid.data_retention.message_retention_days_too_low.app_error",
"translation": "DataRetention MessageRetentionDays setting must be at least 1"
"translation": "DataRetention MessageRetentionDays 设定必须至少为 1"
},
{
"id": "model.config.is_valid.elastic_search.aggregate_posts_after_days.app_error",
@@ -5847,6 +5863,10 @@
"id": "store.sql_post.permanent_delete_batch.app_error",
"translation": "We encountered an error permanently deleting the batch of posts"
},
{
"id": "store.sql_post.permanent_delete_batch.app_error",
"translation": "We encountered an error permanently deleting the batch of posts"
},
{
"id": "store.sql_post.permanent_delete_by_channel.app_error",
"translation": "我们无法在频道中删除这些消息"
@@ -5879,6 +5899,10 @@
"id": "store.sql_post.update.app_error",
"translation": "我们不能更新这个邮件"
},
{
"id": "store.sql_preference.cleanup_flags_batch.app_error",
"translation": "We encountered an error cleaning up the batch of flags"
},
{
"id": "store.sql_preference.delete.app_error",
"translation": "我们删除偏好设置时出现错误"
@@ -6547,6 +6571,18 @@
"id": "utils.diagnostic.analytics_not_found.app_error",
"translation": "解析未初始化"
},
{
"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": "文件存储没有正确配置。请配置 S3 或本地文件存储服务。"
@@ -6717,7 +6753,7 @@
},
{
"id": "web.error.unsupported_browser.help2",
"translation": "Mozilla Firefox 52+"
"translation": "火狐 52+"
},
{
"id": "web.error.unsupported_browser.help3",
@@ -6733,11 +6769,11 @@
},
{
"id": "web.error.unsupported_browser.message",
"translation": "Your current browser is not supported. Please upgrade to one of the following browsers:"
"translation": "您当前的浏览器不支持。请升级到以下浏览器:"
},
{
"id": "web.error.unsupported_browser.title",
"translation": "Unsupported Browser"
"translation": "不支持的浏览器"
},
{
"id": "web.find_team.title",

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

@@ -3719,6 +3719,14 @@
"id": "ent.elasticsearch.create_index_if_not_exists.index_mapping_failed",
"translation": "設定 Elasticsearch 索引映射時失敗"
},
{
"id": "ent.elasticsearch.data_retention_delete_indexes.delete_index.error",
"translation": "刪除 Elasticsearch 索引時失敗"
},
{
"id": "ent.elasticsearch.data_retention_delete_indexes.get_indexes.error",
"translation": "建立 Elasticsearch 索引時失敗"
},
{
"id": "ent.elasticsearch.delete_post.error",
"translation": "刪除訊息時失敗"
@@ -3831,6 +3839,14 @@
"id": "ent.ldap.mattermost_user_update",
"translation": "Mattermost 使用者已根據 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": "AD/LDAP 同步完成"
@@ -5847,6 +5863,10 @@
"id": "store.sql_post.permanent_delete_batch.app_error",
"translation": "We encountered an error permanently deleting the batch of posts"
},
{
"id": "store.sql_post.permanent_delete_batch.app_error",
"translation": "We encountered an error permanently deleting the batch of posts"
},
{
"id": "store.sql_post.permanent_delete_by_channel.app_error",
"translation": "無法根據頻道刪除訊息"
@@ -5879,6 +5899,10 @@
"id": "store.sql_post.update.app_error",
"translation": "無法更新訊息"
},
{
"id": "store.sql_preference.cleanup_flags_batch.app_error",
"translation": "We encountered an error cleaning up the batch of flags"
},
{
"id": "store.sql_preference.delete.app_error",
"translation": "刪除偏好設定時遇到錯誤"
@@ -6547,6 +6571,18 @@
"id": "utils.diagnostic.analytics_not_found.app_error",
"translation": "分析尚未初始化"
},
{
"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": "檔案儲存位置設定不正確。請設定為 S3 或是本地儲存。"