diff --git a/i18n/bg.json b/i18n/bg.json index 99e318adc6..ff01e19ed8 100644 --- a/i18n/bg.json +++ b/i18n/bg.json @@ -143,46 +143,6 @@ "id": "web.command_webhook.command.app_error", "translation": "Не можах да намеря командата." }, - { - "id": "utils.mail.send_mail.to_address.app_error", - "translation": "Грешка при настройка „До адрес“." - }, - { - "id": "utils.mail.send_mail.msg_data.app_error", - "translation": "Неуспешно добавяне на данни за съобщения по ел.поща." - }, - { - "id": "utils.mail.send_mail.msg.app_error", - "translation": "Неуспешно писане на съобщение за ел.поща." - }, - { - "id": "utils.mail.send_mail.from_address.app_error", - "translation": "Грешка при настройка „От адрес“" - }, - { - "id": "utils.mail.send_mail.close.app_error", - "translation": "Неуспешна връзка с SMTP сървъра." - }, - { - "id": "utils.mail.sendMail.attachments.write_error", - "translation": "Неуспешен запис на прикачен файл към ел.поща" - }, - { - "id": "utils.mail.new_client.auth.app_error", - "translation": "Неуспешно удостоверяване на SMTP сървър." - }, - { - "id": "utils.mail.connect_smtp.open_tls.app_error", - "translation": "Връзката с TLS не бе успешна." - }, - { - "id": "utils.mail.connect_smtp.open.app_error", - "translation": "Неуспешно отваряне на връзката." - }, - { - "id": "utils.mail.connect_smtp.helo.app_error", - "translation": "Неуспешно задаване на HELO." - }, { "id": "system.message.name", "translation": "Система" @@ -1637,7 +1597,7 @@ }, { "id": "model.post.is_valid.file_ids.app_error", - "translation": "Невалидни id на файлове. Обърнете внимание, че качванията са ограничени до 10 файла максимум. Моля, използвайте допълнителни публикации за повече файлове." + "translation": "Невалидни id на файлове. Обърнете внимание, че качванията са ограничени до 5 файла максимум. Моля, използвайте допълнителни публикации за повече файлове." }, { "id": "model.post.is_valid.create_at.app_error", @@ -8522,10 +8482,6 @@ "id": "api.getThreadsForUser.bad_params", "translation": "Параметрите Преди и След за getThreadsForUser се изключват взаимно" }, - { - "id": "api.unable_write_file_response", - "translation": "Грешка при изтеглянето на пакетен файл за поддръжка." - }, { "id": "api.unable_to_read_file_from_backend", "translation": "Грешка при четене на файл от сървъра" @@ -8537,5 +8493,53 @@ { "id": "api.no_license", "translation": "Нужен е E10 или E20 лиценз за използване на тази крайна точка." + }, + { + "id": "model.config.is_valid.export.retention_days_too_low.app_error", + "translation": "Невалидна стойност за RetentionDays. Трябва да е по-голяма от 0" + }, + { + "id": "model.config.is_valid.export.directory.app_error", + "translation": "Стойността за Директория не може да е празна." + }, + { + "id": "ent.message_export.global_relay_export.deliver.unable_to_connect_smtp_server.app_error", + "translation": "Неуспешно свързване с smtp сървър" + }, + { + "id": "app.import.attachment.read_file_data.error", + "translation": "Неуспешно четене на прикачения файл при вноса." + }, + { + "id": "app.export.zip_create.error", + "translation": "Неуспешно добавяне на файл в zip архива при износа." + }, + { + "id": "app.export.marshal.app_error", + "translation": "Неуспешно построяване на заявката." + }, + { + "id": "app.export.export_attachment.zip_create_header.error", + "translation": "Неуспешно създаване на zip заглавка при износа." + }, + { + "id": "app.export.export_attachment.mkdirall.error", + "translation": "Неуспешно създаване на директория при износа." + }, + { + "id": "app.export.export_attachment.create_file.error", + "translation": "Неуспешно създаване на файла при износа." + }, + { + "id": "app.export.export_attachment.copy_file.error", + "translation": "Неуспешно копиране на файла при износа." + }, + { + "id": "api.export.export_not_found.app_error", + "translation": "Неуспешно търсене на износния файл." + }, + { + "id": "api.web_socket.connect.check_origin.app_error", + "translation": "Невалидна Origin заглавка при обновяване на websocket." } ] diff --git a/i18n/de.json b/i18n/de.json index 146054b2f0..4cbf6e31cf 100644 --- a/i18n/de.json +++ b/i18n/de.json @@ -4894,46 +4894,6 @@ "id": "system.message.name", "translation": "System" }, - { - "id": "utils.mail.connect_smtp.helo.app_error", - "translation": "Fehler beim Setzen von HELO" - }, - { - "id": "utils.mail.connect_smtp.open.app_error", - "translation": "Fehler beim Öffnen der Verbindung" - }, - { - "id": "utils.mail.connect_smtp.open_tls.app_error", - "translation": "Fehler beim Öffnen der TLS Verbindung" - }, - { - "id": "utils.mail.new_client.auth.app_error", - "translation": "Fehler beim Authentifizieren am SMTP-Server" - }, - { - "id": "utils.mail.sendMail.attachments.write_error", - "translation": "Fehler beim Hinzufügen des Mailanhanges" - }, - { - "id": "utils.mail.send_mail.close.app_error", - "translation": "Fehler beim Schließen der Verbindung zum SMTP-Server" - }, - { - "id": "utils.mail.send_mail.from_address.app_error", - "translation": "Fehler beim Setzen von \"Absenderadresse\"" - }, - { - "id": "utils.mail.send_mail.msg.app_error", - "translation": "Fehler bei Schreiben der E-Mail" - }, - { - "id": "utils.mail.send_mail.msg_data.app_error", - "translation": "Fehler bei Hinzufügen der E-Mail Daten" - }, - { - "id": "utils.mail.send_mail.to_address.app_error", - "translation": "Fehler beim Setzen von \"Empfängeradresse\"" - }, { "id": "web.command_webhook.command.app_error", "translation": "Der Befehl konnte nicht gefunden werden" diff --git a/i18n/es.json b/i18n/es.json index 78da0b795a..d18dfa0b78 100644 --- a/i18n/es.json +++ b/i18n/es.json @@ -4894,46 +4894,6 @@ "id": "system.message.name", "translation": "Sistema" }, - { - "id": "utils.mail.connect_smtp.helo.app_error", - "translation": "Falla a establecer HELO." - }, - { - "id": "utils.mail.connect_smtp.open.app_error", - "translation": "Falla al abrir conexión." - }, - { - "id": "utils.mail.connect_smtp.open_tls.app_error", - "translation": "Falla al abrir una conexión TLS." - }, - { - "id": "utils.mail.new_client.auth.app_error", - "translation": "Falla autenticando contra el servidor SMTP." - }, - { - "id": "utils.mail.sendMail.attachments.write_error", - "translation": "Error al escribir el archivo adjunto al correo electrónico" - }, - { - "id": "utils.mail.send_mail.close.app_error", - "translation": "Falla al cerrar la conexión al servidor SMTP." - }, - { - "id": "utils.mail.send_mail.from_address.app_error", - "translation": "Error ajuste \"Dirección Desde\"" - }, - { - "id": "utils.mail.send_mail.msg.app_error", - "translation": "Falla al escribir el mensaje del correo electrónico." - }, - { - "id": "utils.mail.send_mail.msg_data.app_error", - "translation": "Falla al agregar los datos al mensaje del correo electrónico." - }, - { - "id": "utils.mail.send_mail.to_address.app_error", - "translation": "Error ajuste \"Dirección Para\"." - }, { "id": "web.command_webhook.command.app_error", "translation": "No se encontró el comando." diff --git a/i18n/fr.json b/i18n/fr.json index 67663369de..d913f6cd9d 100644 --- a/i18n/fr.json +++ b/i18n/fr.json @@ -4894,46 +4894,6 @@ "id": "system.message.name", "translation": "Système" }, - { - "id": "utils.mail.connect_smtp.helo.app_error", - "translation": "Impossible de définir le HELO" - }, - { - "id": "utils.mail.connect_smtp.open.app_error", - "translation": "Échec de l'ouverture de la connexion sql" - }, - { - "id": "utils.mail.connect_smtp.open_tls.app_error", - "translation": "Échec de l'ouverture de la connexion TLS" - }, - { - "id": "utils.mail.new_client.auth.app_error", - "translation": "Échec de l'authentification auprès du serveur SMTP" - }, - { - "id": "utils.mail.sendMail.attachments.write_error", - "translation": "Impossible d'attacher le fichier joint à l'e-mail" - }, - { - "id": "utils.mail.send_mail.close.app_error", - "translation": "Échec de fermeture de connexion auprès du serveur SMTP" - }, - { - "id": "utils.mail.send_mail.from_address.app_error", - "translation": "Une erreur s'est produite lors de la définition de l'adresse source" - }, - { - "id": "utils.mail.send_mail.msg.app_error", - "translation": "Échec d'écriture de l'e-mail" - }, - { - "id": "utils.mail.send_mail.msg_data.app_error", - "translation": "Impossible d'ajouter les données du message à l'e-mail" - }, - { - "id": "utils.mail.send_mail.to_address.app_error", - "translation": "Une erreur s'est produite lors de la définition de l'adresse de destination" - }, { "id": "web.command_webhook.command.app_error", "translation": "Impossible de trouver la commande" diff --git a/i18n/it.json b/i18n/it.json index 1d607cab44..89c77c65a9 100644 --- a/i18n/it.json +++ b/i18n/it.json @@ -4894,46 +4894,6 @@ "id": "system.message.name", "translation": "Sistema" }, - { - "id": "utils.mail.connect_smtp.helo.app_error", - "translation": "Impossibile impostare HELO." - }, - { - "id": "utils.mail.connect_smtp.open.app_error", - "translation": "Apertura di una connesione fallita." - }, - { - "id": "utils.mail.connect_smtp.open_tls.app_error", - "translation": "Apertura di una connesione TLS fallita." - }, - { - "id": "utils.mail.new_client.auth.app_error", - "translation": "Impossibile autenticarsi sul server SMTP." - }, - { - "id": "utils.mail.sendMail.attachments.write_error", - "translation": "Impossibile aggiungere l'allegato all'email" - }, - { - "id": "utils.mail.send_mail.close.app_error", - "translation": "Impossibile chiudere la connessione al server SMTP." - }, - { - "id": "utils.mail.send_mail.from_address.app_error", - "translation": "Errore durante l'impostazione del campo \"Indirizzo Mittente\"" - }, - { - "id": "utils.mail.send_mail.msg.app_error", - "translation": "Impossibile scrivere il messaggio email." - }, - { - "id": "utils.mail.send_mail.msg_data.app_error", - "translation": "Impossibile aggiungere informazioni al messaggio email." - }, - { - "id": "utils.mail.send_mail.to_address.app_error", - "translation": "Errore durante l'impostazione del campo \"Indirizzo Destinatario\"." - }, { "id": "web.command_webhook.command.app_error", "translation": "Impossibile trovare il comando." diff --git a/i18n/ja.json b/i18n/ja.json index e321547b97..93c056fff9 100644 --- a/i18n/ja.json +++ b/i18n/ja.json @@ -4889,46 +4889,6 @@ "id": "system.message.name", "translation": "システム" }, - { - "id": "utils.mail.connect_smtp.helo.app_error", - "translation": "HELOを設定できませんでした。" - }, - { - "id": "utils.mail.connect_smtp.open.app_error", - "translation": "接続できませんでした。" - }, - { - "id": "utils.mail.connect_smtp.open_tls.app_error", - "translation": "TLSで接続できませんでした。" - }, - { - "id": "utils.mail.new_client.auth.app_error", - "translation": "SMTPサーバーの認証に失敗しました。" - }, - { - "id": "utils.mail.sendMail.attachments.write_error", - "translation": "電子メールへ添付を書き込むことができませんでした" - }, - { - "id": "utils.mail.send_mail.close.app_error", - "translation": "SMTPサーバーへの接続を終了できませんでした。" - }, - { - "id": "utils.mail.send_mail.from_address.app_error", - "translation": "設定エラー \"送信元電子メールアドレス\"" - }, - { - "id": "utils.mail.send_mail.msg.app_error", - "translation": "電子メールメッセージを書けませんでした。" - }, - { - "id": "utils.mail.send_mail.msg_data.app_error", - "translation": "電子メールメッセージデータを追加できませんでした。" - }, - { - "id": "utils.mail.send_mail.to_address.app_error", - "translation": "設定エラー \"宛先電子メールアドレス\"。" - }, { "id": "web.command_webhook.command.app_error", "translation": "コマンドが見付かりません。" @@ -8517,10 +8477,6 @@ "id": "api.getThreadsForUser.bad_params", "translation": "getThreadsForUser に対する Before と After のパラメータが矛盾しています" }, - { - "id": "api.unable_write_file_response", - "translation": "サポートパケットファイルをダウンロードする際にエラーが発生しました。" - }, { "id": "api.unable_to_read_file_from_backend", "translation": "バックエンドからファイルを読み出す際にエラーが発生しました" diff --git a/i18n/ko.json b/i18n/ko.json index e2639528b8..711764bd78 100644 --- a/i18n/ko.json +++ b/i18n/ko.json @@ -4889,46 +4889,6 @@ "id": "system.message.name", "translation": "시스템" }, - { - "id": "utils.mail.connect_smtp.helo.app_error", - "translation": "Failed to set HELO" - }, - { - "id": "utils.mail.connect_smtp.open.app_error", - "translation": "Failed to open connection" - }, - { - "id": "utils.mail.connect_smtp.open_tls.app_error", - "translation": "Failed to open TLS connection" - }, - { - "id": "utils.mail.new_client.auth.app_error", - "translation": "Failed to authenticate on SMTP server" - }, - { - "id": "utils.mail.sendMail.attachments.write_error", - "translation": "Failed to write attachment to email" - }, - { - "id": "utils.mail.send_mail.close.app_error", - "translation": "Failed to close connection to SMTP server" - }, - { - "id": "utils.mail.send_mail.from_address.app_error", - "translation": "Error setting \"From Address\"" - }, - { - "id": "utils.mail.send_mail.msg.app_error", - "translation": "Failed to write email message" - }, - { - "id": "utils.mail.send_mail.msg_data.app_error", - "translation": "Failed to add email messsage data" - }, - { - "id": "utils.mail.send_mail.to_address.app_error", - "translation": "Error setting \"To Address\"" - }, { "id": "web.command_webhook.command.app_error", "translation": "채널을 찾을 수 없습니다" diff --git a/i18n/nl.json b/i18n/nl.json index 2c665ee30f..05799527a8 100644 --- a/i18n/nl.json +++ b/i18n/nl.json @@ -1964,7 +1964,7 @@ }, { "id": "api.templates.user_access_token_body.title", - "translation": "Persoonlijk toegangstoken is toegevoegd aan je account." + "translation": "Persoonlijk toegangstoken is toegevoegd aan je account" }, { "id": "api.templates.user_access_token_subject", @@ -2116,7 +2116,7 @@ }, { "id": "api.user.create_user.disabled.app_error", - "translation": "User creation is disabled." + "translation": "Aanmaken van gebruikers is uitgeschakeld." }, { "id": "api.user.create_user.no_open_server", @@ -2128,31 +2128,31 @@ }, { "id": "api.user.create_user.signup_link_expired.app_error", - "translation": "De aanmeld link is verlopen" + "translation": "De aanmeldlink is verlopen." }, { "id": "api.user.create_user.signup_link_invalid.app_error", - "translation": "De aanmeld link is niet geldig" + "translation": "De aanmeldlink is niet geldig." }, { "id": "api.user.email_to_ldap.not_available.app_error", - "translation": "AD/LDAP is niet beschikbaar op deze server" + "translation": "AD/LDAP is niet beschikbaar op deze server." }, { "id": "api.user.email_to_oauth.not_available.app_error", - "translation": "Authentication Transfer not configured or available on this server." + "translation": "Authenticatieoverdracht is niet geconfigureerd of beschikbaar op deze server." }, { "id": "api.user.get_user_by_email.permissions.app_error", - "translation": "Unable to get user by email." + "translation": "Kan gebruiker niet ophalen via e-mail." }, { "id": "api.user.ldap_to_email.not_available.app_error", - "translation": "AS/LDAP is niet beschikbaar op deze server" + "translation": "AD/LDAP is niet beschikbaar op deze server." }, { "id": "api.user.ldap_to_email.not_ldap_account.app_error", - "translation": "Dit gebruikers account gebruikt geen AD/LDAP" + "translation": "Dit gebruikersaccount gebruikt geen AD/LDAP." }, { "id": "api.user.login.blank_pwd.app_error", @@ -2160,7 +2160,7 @@ }, { "id": "api.user.login.bot_login_forbidden.app_error", - "translation": "Bot login is forbidden" + "translation": "Het is verboden voor Bots om in te loggen." }, { "id": "api.user.login.client_side_cert.certificate.app_error", @@ -4894,46 +4894,6 @@ "id": "system.message.name", "translation": "Systeem" }, - { - "id": "utils.mail.connect_smtp.helo.app_error", - "translation": "Failed to set HELO" - }, - { - "id": "utils.mail.connect_smtp.open.app_error", - "translation": "Fout bij het openen van de sql verbinding" - }, - { - "id": "utils.mail.connect_smtp.open_tls.app_error", - "translation": "Fout bij het openen van TLS verbinding" - }, - { - "id": "utils.mail.new_client.auth.app_error", - "translation": "Kan niet authenticeren bij de SMTP server" - }, - { - "id": "utils.mail.sendMail.attachments.write_error", - "translation": "Failed to write attachment to email" - }, - { - "id": "utils.mail.send_mail.close.app_error", - "translation": "Er is een probleem opgetreden bij het afsluiten van de verbinding naar de SMTP server" - }, - { - "id": "utils.mail.send_mail.from_address.app_error", - "translation": "Error setting \"From Address\"" - }, - { - "id": "utils.mail.send_mail.msg.app_error", - "translation": "Kan het e-mail bericht niet schrijven" - }, - { - "id": "utils.mail.send_mail.msg_data.app_error", - "translation": "Kan geen e-mail bericht toevoegen" - }, - { - "id": "utils.mail.send_mail.to_address.app_error", - "translation": "Error setting \"To Address\"" - }, { "id": "web.command_webhook.command.app_error", "translation": "Het kanaal kan niet gevonden worden" @@ -5856,7 +5816,7 @@ }, { "id": "api.user.create_user.guest_accounts.license.app_error", - "translation": "Je licentie ondersteunt geen gastaccounts" + "translation": "Je licentie ondersteunt geen gastaccounts." }, { "id": "api.user.create_user.guest_accounts.disabled.app_error", @@ -8522,10 +8482,6 @@ "id": "api.getThreadsForUser.bad_params", "translation": "Voor en Na parameters voor getThreadsForUser sluiten elkaar uit" }, - { - "id": "api.unable_write_file_response", - "translation": "Fout bij het downloaden van het ondersteuningspakketbestand." - }, { "id": "api.unable_to_read_file_from_backend", "translation": "Fout bij het lezen van het bestand vanuit backend" @@ -8537,5 +8493,53 @@ { "id": "api.no_license", "translation": "E10 of E20 licentie vereist om dit eindpunt te gebruiken." + }, + { + "id": "app.export.export_attachment.copy_file.error", + "translation": "Bestand niet gekopieerd tijdens export." + }, + { + "id": "api.export.export_not_found.app_error", + "translation": "Kan exportbestand niet vinden." + }, + { + "id": "model.config.is_valid.export.retention_days_too_low.app_error", + "translation": "Ongeldige waarde voor RetentionDays. Waarde moet groter zijn dan 0" + }, + { + "id": "model.config.is_valid.export.directory.app_error", + "translation": "De waarde voor Directory mag niet leeg zijn." + }, + { + "id": "ent.message_export.global_relay_export.deliver.unable_to_connect_smtp_server.app_error", + "translation": "Kan geen verbinding maken met de smtp server" + }, + { + "id": "app.import.attachment.read_file_data.error", + "translation": "Fout bij het lezen van de bestandsbijlage tijdens het importeren." + }, + { + "id": "app.export.zip_create.error", + "translation": "Kan bestand niet toevoegen aan zip-archief tijdens export." + }, + { + "id": "app.export.marshal.app_error", + "translation": "Kan het antwoord niet verwerken." + }, + { + "id": "app.export.export_attachment.zip_create_header.error", + "translation": "Kon geen zip-header aanmaken tijdens export." + }, + { + "id": "app.export.export_attachment.mkdirall.error", + "translation": "Kan geen map aanmaken tijdens export." + }, + { + "id": "app.export.export_attachment.create_file.error", + "translation": "Kan geen bestand aanmaken tijdens export." + }, + { + "id": "api.web_socket.connect.check_origin.app_error", + "translation": "Ongeldige Origin header was ingesteld tijdens websocket upgrade." } ] diff --git a/i18n/pl.json b/i18n/pl.json index 39676e1609..e3ad968515 100644 --- a/i18n/pl.json +++ b/i18n/pl.json @@ -4899,46 +4899,6 @@ "id": "system.message.name", "translation": "System" }, - { - "id": "utils.mail.connect_smtp.helo.app_error", - "translation": "Nie udało się ustawić HELO" - }, - { - "id": "utils.mail.connect_smtp.open.app_error", - "translation": "Nie można otworzyć połączenia" - }, - { - "id": "utils.mail.connect_smtp.open_tls.app_error", - "translation": "Nie można otworzyć połączenia TLS" - }, - { - "id": "utils.mail.new_client.auth.app_error", - "translation": "Uwierzytelnienie na serwerze SMTP nie powiodło się." - }, - { - "id": "utils.mail.sendMail.attachments.write_error", - "translation": "Nie udało się dodać załącznika do e-maila" - }, - { - "id": "utils.mail.send_mail.close.app_error", - "translation": "Nie można zamknąć połączenia z serwerem SMTP" - }, - { - "id": "utils.mail.send_mail.from_address.app_error", - "translation": "Błąd podczas ustawiania \"Z adresu\"" - }, - { - "id": "utils.mail.send_mail.msg.app_error", - "translation": "Nie można napisać wiadomość" - }, - { - "id": "utils.mail.send_mail.msg_data.app_error", - "translation": "Błąd podczas dodawania danych wiadomości e-mail" - }, - { - "id": "utils.mail.send_mail.to_address.app_error", - "translation": "Błąd podczas ustawiania \"Do adresu\"" - }, { "id": "web.command_webhook.command.app_error", "translation": "Nie można znaleźć polecenia" diff --git a/i18n/pt-BR.json b/i18n/pt-BR.json index a402e77fba..a4a50a3fb1 100644 --- a/i18n/pt-BR.json +++ b/i18n/pt-BR.json @@ -4894,46 +4894,6 @@ "id": "system.message.name", "translation": "Sistema" }, - { - "id": "utils.mail.connect_smtp.helo.app_error", - "translation": "Falha ao definir HELO" - }, - { - "id": "utils.mail.connect_smtp.open.app_error", - "translation": "Falha ao abrir conexão" - }, - { - "id": "utils.mail.connect_smtp.open_tls.app_error", - "translation": "Falha ao abrir a conexão TLS" - }, - { - "id": "utils.mail.new_client.auth.app_error", - "translation": "Falha ao autenticar no servidor de SMTP" - }, - { - "id": "utils.mail.sendMail.attachments.write_error", - "translation": "Falha ao escrever o anexo para o e-mail" - }, - { - "id": "utils.mail.send_mail.close.app_error", - "translation": "Falha ao fechar a conexão com servidor SMTP" - }, - { - "id": "utils.mail.send_mail.from_address.app_error", - "translation": "Erro em configurar \"From Address\"" - }, - { - "id": "utils.mail.send_mail.msg.app_error", - "translation": "Falha ao escrever a mensagem de email" - }, - { - "id": "utils.mail.send_mail.msg_data.app_error", - "translation": "Falha ao adicionar os dados a mensagem de email" - }, - { - "id": "utils.mail.send_mail.to_address.app_error", - "translation": "Erro em configurar \"To Address\"" - }, { "id": "web.command_webhook.command.app_error", "translation": "Não foi possível encontrar o comando" @@ -5848,11 +5808,11 @@ }, { "id": "api.templates.remove_expired_license.body.title", - "translation": "A licença corporativa expirou e alguns recursos podem ser desativados.Por favor renovar." + "translation": "Sua licença Enterprise Edition expirou e alguns recursos podem ser desativados. Por favor renove usa licença agora." }, { "id": "api.templates.remove_expired_license.body.renew_button", - "translation": "Renovar Licença" + "translation": "Renovar Licença Agora" }, { "id": "api.templates.invite_guest_subject", @@ -8333,5 +8293,105 @@ { "id": "api.license.request_renewal_link.app_error", "translation": "Erro ao obter o link de renovação da licença" + }, + { + "id": "api.back_to_app", + "translation": "Voltar para {{.SiteName}}" + }, + { + "id": "api.unable_to_read_file_from_backend", + "translation": "Erro ao ler o arquivo do backend" + }, + { + "id": "api.unable_to_create_zip_file", + "translation": "Erro ao criar arquivo zip." + }, + { + "id": "api.oauth.redirecting_back", + "translation": "Redirecionando você de volta para o aplicativo." + }, + { + "id": "api.oauth.close_browser", + "translation": "Você pode fechar esta guia do navegador agora." + }, + { + "id": "api.oauth.auth_complete", + "translation": "Autenticação completa" + }, + { + "id": "api.no_license", + "translation": "Licença E10 ou E20 necessária para usar este endpoint." + }, + { + "id": "api.job.unable_to_download_job.incorrect_job_type", + "translation": "O tipo de trabalho que você está tentando baixar não é compatível no momento" + }, + { + "id": "api.invalid_redirect_url", + "translation": "URL de redirecionamento fornecido é inválido" + }, + { + "id": "api.invalid_custom_url_scheme", + "translation": "Esquema de URL personalizado fornecido é inválido" + }, + { + "id": "api.getThreadsForUser.bad_params", + "translation": "Os parâmetros Antes e Depois de getThreadsForUser são mutuamente exclusivos" + }, + { + "id": "api.file.write_file.app_error", + "translation": "Não foi possível gravar o arquivo." + }, + { + "id": "api.file.test_connection.app_error", + "translation": "Não é possível acessar o armazenamento de arquivos." + }, + { + "id": "api.file.remove_file.app_error", + "translation": "Não foi possível remover o arquivo." + }, + { + "id": "api.file.remove_directory.app_error", + "translation": "Não foi possível remover o diretório." + }, + { + "id": "api.file.read_file.app_error", + "translation": "Não é possível ler o arquivo." + }, + { + "id": "api.file.move_file.app_error", + "translation": "Não é possível mover arquivos." + }, + { + "id": "api.file.list_directory.app_error", + "translation": "Não foi possível listar o diretório." + }, + { + "id": "api.file.file_size.app_error", + "translation": "Não foi possível obter o tamanho do arquivo." + }, + { + "id": "api.file.file_reader.app_error", + "translation": "Não é possível obter um leitor de arquivos." + }, + { + "id": "api.file.file_mod_time.app_error", + "translation": "Não é possível obter última modificação para o arquivo." + }, + { + "id": "api.file.file_exists.app_error", + "translation": "Não foi possível verificar se o arquivo existe." + }, + { + "id": "api.file.append_file.app_error", + "translation": "Não foi possível anexar dados ao arquivo." + }, + { + "id": "api.export.export_not_found.app_error", + "translation": "Não foi possível encontrar o arquivo de exportação." + }, + { + "id": "api.config.update_config.not_allowed_security.app_error", + "translation": "A alteração de {{.Name}} não é permitida por motivos de segurança." } ] diff --git a/i18n/ro.json b/i18n/ro.json index 5592bbccf3..7662b1ee63 100644 --- a/i18n/ro.json +++ b/i18n/ro.json @@ -4899,46 +4899,6 @@ "id": "system.message.name", "translation": "Sistem" }, - { - "id": "utils.mail.connect_smtp.helo.app_error", - "translation": "Setarea HELO nu a reușit." - }, - { - "id": "utils.mail.connect_smtp.open.app_error", - "translation": "Nu s-a putut deschide conexiunea." - }, - { - "id": "utils.mail.connect_smtp.open_tls.app_error", - "translation": "Deschiderea conexiunii TLS nu a reușit." - }, - { - "id": "utils.mail.new_client.auth.app_error", - "translation": "Autentificarea nu a reușit pe serverul SMTP." - }, - { - "id": "utils.mail.sendMail.attachments.write_error", - "translation": "Nu a reuşit să scrie ataşament la e-mail" - }, - { - "id": "utils.mail.send_mail.close.app_error", - "translation": "Nu s-a putut închide conexiunea la serverul SMTP." - }, - { - "id": "utils.mail.send_mail.from_address.app_error", - "translation": "Eroare setarea \"De La adresa\"" - }, - { - "id": "utils.mail.send_mail.msg.app_error", - "translation": "Nu s-a putut scrie mesajul de e-mail." - }, - { - "id": "utils.mail.send_mail.msg_data.app_error", - "translation": "Nu a reușit să adauge date de mesaj email." - }, - { - "id": "utils.mail.send_mail.to_address.app_error", - "translation": "Eroare setarea \"La adresa\"." - }, { "id": "web.command_webhook.command.app_error", "translation": "Nu am putut găsi comanda." diff --git a/i18n/ru.json b/i18n/ru.json index ab3f858e7d..1240af3103 100644 --- a/i18n/ru.json +++ b/i18n/ru.json @@ -4899,46 +4899,6 @@ "id": "system.message.name", "translation": "Система" }, - { - "id": "utils.mail.connect_smtp.helo.app_error", - "translation": "Не удалось установить HELO." - }, - { - "id": "utils.mail.connect_smtp.open.app_error", - "translation": "Не удалось открыть соединение." - }, - { - "id": "utils.mail.connect_smtp.open_tls.app_error", - "translation": "Не удалось открыть TLS соединение." - }, - { - "id": "utils.mail.new_client.auth.app_error", - "translation": "Не удалось авторизоваться на SMTP сервере." - }, - { - "id": "utils.mail.sendMail.attachments.write_error", - "translation": "Не удалось записать вложение в электронное письмо" - }, - { - "id": "utils.mail.send_mail.close.app_error", - "translation": "Не удалось закрыть соединение с SMTP сервером." - }, - { - "id": "utils.mail.send_mail.from_address.app_error", - "translation": "Ошибка установки адреса «От кого»" - }, - { - "id": "utils.mail.send_mail.msg.app_error", - "translation": "Не удалось записать почтовое сообщение." - }, - { - "id": "utils.mail.send_mail.msg_data.app_error", - "translation": "Не удалось добавить данные почтового сообщения." - }, - { - "id": "utils.mail.send_mail.to_address.app_error", - "translation": "Ошибка настройки адреса «Кому»." - }, { "id": "web.command_webhook.command.app_error", "translation": "Не удалось найти команду." @@ -7674,5 +7634,77 @@ { "id": "api.server.warn_metric.mfa.notification_body", "translation": "В вашей системе Mattermost включена многофакторная аутентификация, что дает пользователям возможность защитить свои учетные записи с помощью дополнительных средств аутентификации помимо пароля. Для повышения безопасности всей системы вы можете потребовать, чтобы все учетные записи Mattermost использовали многофакторную аутентификацию.\n\n[Подробнее о принудительной многофакторной аутентификации](https://www.mattermost.com/docs-multi-factor-authentication/?utm_medium=product&utm_source=mattermost-advisor-bot&utm_content=multi-factor-authentication).\n\nНажав «Связаться с нами», вы поделитесь своей информацией с Mattermost, Inc. [Подробнее](https://mattermost.com/pl/default-admin-advisory)" + }, + { + "id": "api.oauth.close_browser", + "translation": "Теперь Вы можете закрыть эту вкладку браузера." + }, + { + "id": "api.oauth.auth_complete", + "translation": "Авторизация завершена" + }, + { + "id": "api.license.request_renewal_link.app_error", + "translation": "Ошибка получения ссылки обновления лицензии" + }, + { + "id": "api.getThreadsForUser.bad_params", + "translation": "Параметры Before и After запроса getThreadsForUser являются взаимоисключающими" + }, + { + "id": "api.file.write_file.app_error", + "translation": "Невозможно записать файл." + }, + { + "id": "api.file.test_connection.app_error", + "translation": "Нет доступа к файловому хранилищу." + }, + { + "id": "api.file.remove_file.app_error", + "translation": "Невозможно удалить файл." + }, + { + "id": "api.file.remove_directory.app_error", + "translation": "Невозможно удалить каталог." + }, + { + "id": "api.file.read_file.app_error", + "translation": "Невозможно прочитать файл." + }, + { + "id": "api.file.move_file.app_error", + "translation": "Невозможно перенести файл." + }, + { + "id": "api.file.list_directory.app_error", + "translation": "Невозможно отобразить каталог." + }, + { + "id": "api.file.file_size.app_error", + "translation": "Невозможно получить размер файла." + }, + { + "id": "api.file.file_mod_time.app_error", + "translation": "Невозможно получить время последнего изменения файла." + }, + { + "id": "api.file.file_exists.app_error", + "translation": "Невозможно проверить существование файла." + }, + { + "id": "api.file.append_file.app_error", + "translation": "Невозможно добавить данные к файлу." + }, + { + "id": "api.export.export_not_found.app_error", + "translation": "Невозможно найти файл экспорта." + }, + { + "id": "api.config.update_config.not_allowed_security.app_error", + "translation": "Изменение {{.Name}} не разрешено по соображениям безопасности." + }, + { + "id": "api.back_to_app", + "translation": "Обратно к {{.SiteName}}" } ] diff --git a/i18n/sv.json b/i18n/sv.json index 04321397e4..6a75445494 100644 --- a/i18n/sv.json +++ b/i18n/sv.json @@ -143,46 +143,6 @@ "id": "web.command_webhook.command.app_error", "translation": "Kan inte hitta kommandot." }, - { - "id": "utils.mail.send_mail.to_address.app_error", - "translation": "Fel när \"To Address\" skulle sättas." - }, - { - "id": "utils.mail.send_mail.msg_data.app_error", - "translation": "Misslyckades att tillföra meddelandedatat till mejlet." - }, - { - "id": "utils.mail.send_mail.msg.app_error", - "translation": "Misslyckades skriva mejl-meddelandet." - }, - { - "id": "utils.mail.send_mail.from_address.app_error", - "translation": "Fel då \"From Address\" skulle anges" - }, - { - "id": "utils.mail.send_mail.close.app_error", - "translation": "Misslyckades avsluta kommunikationen med SMTP-servern." - }, - { - "id": "utils.mail.sendMail.attachments.write_error", - "translation": "Misslyckades att bifoga fil till e-postmeddelandet" - }, - { - "id": "utils.mail.new_client.auth.app_error", - "translation": "Misslyckad autentisering på SMTP-servern." - }, - { - "id": "utils.mail.connect_smtp.open_tls.app_error", - "translation": "Misslyckades att starta TLS-kommunikationen." - }, - { - "id": "utils.mail.connect_smtp.open.app_error", - "translation": "Misslyckades att starta kommunikationen." - }, - { - "id": "utils.mail.connect_smtp.helo.app_error", - "translation": "Misslyckades sätta HELO." - }, { "id": "system.message.name", "translation": "System" @@ -1825,7 +1785,7 @@ }, { "id": "model.post.is_valid.file_ids.app_error", - "translation": "Ogiltiga fil-id. Notera begränsningen av maximalt 10 filer. För att ladda upp fler filer, posta fler meddelanden." + "translation": "Ogiltiga fil-id. Notera begränsningen av maximalt 5 filer. För att ladda upp fler filer, posta fler meddelanden." }, { "id": "model.post.is_valid.create_at.app_error", @@ -5545,7 +5505,7 @@ }, { "id": "app.export.export_write_line.json_marshall.error", - "translation": "Ett fel uppkom under kontroll av JSON-data vid export." + "translation": "Ett fel uppkom vid rangering av JSON-data vid export." }, { "id": "app.export.export_write_line.io_writer.error", @@ -8522,10 +8482,6 @@ "id": "api.getThreadsForUser.bad_params", "translation": "Använd endast en av parametrarna Before eller After för getThreadsForUser" }, - { - "id": "api.unable_write_file_response", - "translation": "Fel vid nedladdning av supportinformationsfilen." - }, { "id": "api.unable_to_read_file_from_backend", "translation": "Fel när filen lästes från servern" @@ -8537,5 +8493,53 @@ { "id": "api.no_license", "translation": "För att använda denna endpoint behövs en E10 eller E20-licens." + }, + { + "id": "app.export.export_attachment.copy_file.error", + "translation": "Misslyckades kopiera fil vid export." + }, + { + "id": "app.export.marshal.app_error", + "translation": "Kunde inte rangera svaret." + }, + { + "id": "model.config.is_valid.export.retention_days_too_low.app_error", + "translation": "Ogiltigt värde för RetentionDays. Värdet ska vara större än 0" + }, + { + "id": "model.config.is_valid.export.directory.app_error", + "translation": "Värdet för Directory ska inte vara tomt." + }, + { + "id": "ent.message_export.global_relay_export.deliver.unable_to_connect_smtp_server.app_error", + "translation": "Det gick inte att ansluta till SMTP-servern" + }, + { + "id": "app.import.attachment.read_file_data.error", + "translation": "Misslyckades att läsa bifogade filer vid export." + }, + { + "id": "app.export.export_attachment.zip_create_header.error", + "translation": "Misslyckades att skapa zip-arkivet vid export." + }, + { + "id": "app.export.zip_create.error", + "translation": "Misslyckades att lägga till filen i zip-arkivet vid export." + }, + { + "id": "app.export.export_attachment.mkdirall.error", + "translation": "Misslyckades skapa katalogen vid export." + }, + { + "id": "app.export.export_attachment.create_file.error", + "translation": "Misslyckades skapa filen vid export." + }, + { + "id": "api.export.export_not_found.app_error", + "translation": "Det gick inte hitta export-filen." + }, + { + "id": "api.web_socket.connect.check_origin.app_error", + "translation": "Ogiltig Origin header vid websocket-uppgraderingen." } ] diff --git a/i18n/tr.json b/i18n/tr.json index e5e870286c..7e72c5b918 100644 --- a/i18n/tr.json +++ b/i18n/tr.json @@ -4894,46 +4894,6 @@ "id": "system.message.name", "translation": "Sistem" }, - { - "id": "utils.mail.connect_smtp.helo.app_error", - "translation": "HELO ayarlanamadı." - }, - { - "id": "utils.mail.connect_smtp.open.app_error", - "translation": "Bağlantı açılamadı." - }, - { - "id": "utils.mail.connect_smtp.open_tls.app_error", - "translation": "TLS bağlantısı açılamadı." - }, - { - "id": "utils.mail.new_client.auth.app_error", - "translation": "SMTP sunucusu üzerinde kimlik doğrulanamadı." - }, - { - "id": "utils.mail.sendMail.attachments.write_error", - "translation": "Ek dosya e-postaya eklenemedi" - }, - { - "id": "utils.mail.send_mail.close.app_error", - "translation": "SMTP sunucu bağlantısı kapatılamadı." - }, - { - "id": "utils.mail.send_mail.from_address.app_error", - "translation": "\"Kimden\" adresi ayarlanırken sorun çıktı" - }, - { - "id": "utils.mail.send_mail.msg.app_error", - "translation": "E-posta iletisi yazılamadı." - }, - { - "id": "utils.mail.send_mail.msg_data.app_error", - "translation": "E-posta ileti verileri eklenemedi." - }, - { - "id": "utils.mail.send_mail.to_address.app_error", - "translation": "\"Kime\" adresi ayarlanırken sorun çıktı." - }, { "id": "web.command_webhook.command.app_error", "translation": "Komut bulunamadı." @@ -8529,5 +8489,57 @@ { "id": "api.no_license", "translation": "Bu uç noktayı kullanabilmek için E10 ya da E20 lisansı gereklidir." + }, + { + "id": "api.getThreadsForUser.bad_params", + "translation": "getThreadsForUser için Before ve After parametreleri birbirini dışlar" + }, + { + "id": "model.config.is_valid.export.retention_days_too_low.app_error", + "translation": "RetentionDays değeri geçersiz. 0 değerinden büyük olmalı" + }, + { + "id": "model.config.is_valid.export.directory.app_error", + "translation": "Klasör değeri boş olamaz." + }, + { + "id": "ent.message_export.global_relay_export.deliver.unable_to_connect_smtp_server.app_error", + "translation": "SMTP sunucusu ile bağlantı kurulamadı" + }, + { + "id": "app.import.attachment.read_file_data.error", + "translation": "İçe aktarma sırasında ek dosya okunamadı." + }, + { + "id": "app.export.zip_create.error", + "translation": "Dışa aktarma sırasında dosya zip arşivine eklenemedi." + }, + { + "id": "app.export.marshal.app_error", + "translation": "Yanıt iletilemedi." + }, + { + "id": "app.export.export_attachment.zip_create_header.error", + "translation": "Dışa aktarma sırasında zip üst bilgisi oluşturulamadı." + }, + { + "id": "app.export.export_attachment.mkdirall.error", + "translation": "Dışa aktarma sırasında klasör oluşturulamadı." + }, + { + "id": "app.export.export_attachment.create_file.error", + "translation": "Dışa aktarma sırasında dosya oluşturulamadı." + }, + { + "id": "app.export.export_attachment.copy_file.error", + "translation": "Dışa aktarma sırasında dosya kopyalanamadı." + }, + { + "id": "api.export.export_not_found.app_error", + "translation": "Dışa aktarma dosyası bulunamadı." + }, + { + "id": "api.web_socket.connect.check_origin.app_error", + "translation": "Web soketi güncellenirken Origin üst bilgi kümesi geçersiz." } ] diff --git a/i18n/uk.json b/i18n/uk.json index f137bb338f..950f37894a 100644 --- a/i18n/uk.json +++ b/i18n/uk.json @@ -4899,46 +4899,6 @@ "id": "system.message.name", "translation": "Система" }, - { - "id": "utils.mail.connect_smtp.helo.app_error", - "translation": "Не вдалося встановити HELO" - }, - { - "id": "utils.mail.connect_smtp.open.app_error", - "translation": "Не вдалося відкрити з'єднання." - }, - { - "id": "utils.mail.connect_smtp.open_tls.app_error", - "translation": "Не вдалося відкрити TLS з'єднання." - }, - { - "id": "utils.mail.new_client.auth.app_error", - "translation": "Не вдалося авторизуватися на SMTP сервері" - }, - { - "id": "utils.mail.sendMail.attachments.write_error", - "translation": "Не вдалося надіслати вкладення електронною поштою" - }, - { - "id": "utils.mail.send_mail.close.app_error", - "translation": "Не вдалося закрити з'єднання з SMTP сервером" - }, - { - "id": "utils.mail.send_mail.from_address.app_error", - "translation": "Помилка встановлення \"Від адреси\"" - }, - { - "id": "utils.mail.send_mail.msg.app_error", - "translation": "Не вдалося записати поштове повідомлення" - }, - { - "id": "utils.mail.send_mail.msg_data.app_error", - "translation": "Не вдалося додати дані поштового повідомлення" - }, - { - "id": "utils.mail.send_mail.to_address.app_error", - "translation": "Помилка встановлення \"Для адреси\"" - }, { "id": "web.command_webhook.command.app_error", "translation": "Не вдалося знайти команду" diff --git a/i18n/zh-CN.json b/i18n/zh-CN.json index e17d3904eb..a419b44d87 100644 --- a/i18n/zh-CN.json +++ b/i18n/zh-CN.json @@ -4889,46 +4889,6 @@ "id": "system.message.name", "translation": "系统" }, - { - "id": "utils.mail.connect_smtp.helo.app_error", - "translation": "设置 HELO 失败。" - }, - { - "id": "utils.mail.connect_smtp.open.app_error", - "translation": "打开连接失败。" - }, - { - "id": "utils.mail.connect_smtp.open_tls.app_error", - "translation": "未能打开 TLS 连接。" - }, - { - "id": "utils.mail.new_client.auth.app_error", - "translation": "无法验证 SMTP 服务器。" - }, - { - "id": "utils.mail.sendMail.attachments.write_error", - "translation": "给邮件添加附件失败" - }, - { - "id": "utils.mail.send_mail.close.app_error", - "translation": "未能关闭 SMTP 服务器的连接。" - }, - { - "id": "utils.mail.send_mail.from_address.app_error", - "translation": "设定 \"From Address\" 错误" - }, - { - "id": "utils.mail.send_mail.msg.app_error", - "translation": "撰写电子邮件失败。" - }, - { - "id": "utils.mail.send_mail.msg_data.app_error", - "translation": "添加电子邮件消息数据失败。" - }, - { - "id": "utils.mail.send_mail.to_address.app_error", - "translation": "设定收件人地址错误。" - }, { "id": "web.command_webhook.command.app_error", "translation": "找不到该命令。" @@ -8412,5 +8372,29 @@ { "id": "api.back_to_app", "translation": "回到{{.SiteName}}" + }, + { + "id": "api.unable_to_read_file_from_backend", + "translation": "从后端读取文件时出错" + }, + { + "id": "api.unable_to_create_zip_file", + "translation": "创建 zip 文件出错。" + }, + { + "id": "api.no_license", + "translation": "使用此终结点需要 E10 或 E20 许可证。" + }, + { + "id": "api.invalid_redirect_url", + "translation": "无效的重定向网址" + }, + { + "id": "api.invalid_custom_url_scheme", + "translation": "无效的自定义网址方案" + }, + { + "id": "api.getThreadsForUser.bad_params", + "translation": "getThreadsForUser 的 Before 和 After 参数是互斥的" } ] diff --git a/i18n/zh-TW.json b/i18n/zh-TW.json index 0d9b89f8d7..8bf3441c71 100644 --- a/i18n/zh-TW.json +++ b/i18n/zh-TW.json @@ -4889,46 +4889,6 @@ "id": "system.message.name", "translation": "系統" }, - { - "id": "utils.mail.connect_smtp.helo.app_error", - "translation": "設定 HELO 時失敗" - }, - { - "id": "utils.mail.connect_smtp.open.app_error", - "translation": "開啟連線失敗" - }, - { - "id": "utils.mail.connect_smtp.open_tls.app_error", - "translation": "開啟 TLS 連線失敗" - }, - { - "id": "utils.mail.new_client.auth.app_error", - "translation": "SMTP 伺服器驗證失敗" - }, - { - "id": "utils.mail.sendMail.attachments.write_error", - "translation": "無法寫入附加檔案到電子郵件" - }, - { - "id": "utils.mail.send_mail.close.app_error", - "translation": "關閉對 SMTP 伺服器的連線失敗" - }, - { - "id": "utils.mail.send_mail.from_address.app_error", - "translation": "無法設定寄件人地址" - }, - { - "id": "utils.mail.send_mail.msg.app_error", - "translation": "撰寫電子郵件訊息失敗" - }, - { - "id": "utils.mail.send_mail.msg_data.app_error", - "translation": "新增電子郵件訊息失敗" - }, - { - "id": "utils.mail.send_mail.to_address.app_error", - "translation": "無法設定收件人地址" - }, { "id": "web.command_webhook.command.app_error", "translation": "找不到命令"