Translations update from Mattermost Weblate (#29219)

Automatic Merge
Этот коммит содержится в:
Weblate (bot)
2024-11-11 15:17:13 +01:00
коммит произвёл GitHub
родитель 9776c42979
Коммит 89aba8e899
16 изменённых файлов: 4227 добавлений и 547 удалений

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

@@ -10228,5 +10228,93 @@
{
"id": "model.remote_cluster_invite.is_valid.site_url.app_error",
"translation": "Ungültige URL der Website."
},
{
"id": "api.oauth.get_access_token.bad_request.app_error",
"translation": "invalid_request: Bad request."
},
{
"id": "api.scheduled_posts.feature_disabled",
"translation": "Die Funktion für zeitgesteuerte Beiträge ist deaktiviert"
},
{
"id": "api.scheduled_posts.license_error",
"translation": "Die Funktion \"Zeitgesteuerte Beiträge\" erfordert eine Lizenz"
},
{
"id": "app.bot.update.app_error",
"translation": "Konnte den Bot nicht aktualisieren."
},
{
"id": "app.delete_scheduled_post.existing_scheduled_post.not_exist",
"translation": "Der zeitgesteuerte Beitrag existiert nicht."
},
{
"id": "app.delete_scheduled_post.get_scheduled_post.error",
"translation": "Vorhandene zeitgesteuerte Beiträge können nicht aus der Datenbank geladen werden."
},
{
"id": "app.delete_scheduled_post.delete_error",
"translation": "Der geplante Beitrag konnte nicht aus der Datenbank gelöscht werden."
},
{
"id": "app.delete_scheduled_post.delete_permission.error",
"translation": "Du hast nicht die Erlaubnis, diese Ressource zu löschen."
},
{
"id": "app.get_user_team_scheduled_posts.error",
"translation": "Beim Abrufen der zeitgesteurten Beiträge ist ein Fehler aufgetreten."
},
{
"id": "app.import.import_bot.owner_could_not_found.error",
"translation": "Besitzer des Bots kann nicht gefunden werden"
},
{
"id": "app.import.import_line.null_bot.error",
"translation": "Die Importdatenzeile hat den Typ \"bot\", aber das Bot-Objekt ist null"
},
{
"id": "app.import.validate_bot_import_data.owner_missing.error",
"translation": "Bot-Besitzer fehlt"
},
{
"id": "app.save_scheduled_post.channel_deleted.app_error",
"translation": "Du kannst keinen Beitrag in einem archivierten Channel planen."
},
{
"id": "app.save_scheduled_post.save.app_error",
"translation": "Beim Speichern des zeitgesteuerten Beitrags ist ein Fehler aufgetreten."
},
{
"id": "app.update_scheduled_post.existing_scheduled_post.not_exist",
"translation": "Der zeitgesteuerte Beitrag existiert nicht."
},
{
"id": "app.update_scheduled_post.get_scheduled_post.error",
"translation": "Vorhandene zeitgesteuerte Beiträge können nicht aus der Datenbank geladen werden."
},
{
"id": "app.update_scheduled_post.update.error",
"translation": "Aktualisierter zeitgesteuerter Beitrag konnte nicht in der Datenbank gespeichert werden."
},
{
"id": "app.update_scheduled_post.update_permission.error",
"translation": "Du hast nicht die Erlaubnis, diese Ressource zu aktualisieren."
},
{
"id": "model.scheduled_post.is_valid.empty_post.app_error",
"translation": "Ein leerer Beitrag kann nicht zeitgesteuert werden. Ein zeitgesteuerter Beitrag muss mindestens eine Nachricht oder einen Dateianhang enthalten."
},
{
"id": "model.scheduled_post.is_valid.id.app_error",
"translation": "Zeitgesteuerte Beiträge müssen eine ID haben."
},
{
"id": "model.scheduled_post.is_valid.processed_at.app_error",
"translation": "Invalid processed at time."
},
{
"id": "model.scheduled_post.is_valid.scheduled_at.app_error",
"translation": "Invalid scheduled at time."
}
]

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

@@ -77,11 +77,11 @@
},
{
"id": "web.error.unsupported_browser.min_browser_version.edge",
"translation": "Version 126+"
"translation": "Version 130+"
},
{
"id": "web.error.unsupported_browser.min_browser_version.chrome",
"translation": "Version 126+"
"translation": "Version 130+"
},
{
"id": "web.error.unsupported_browser.learn_more",
@@ -9564,7 +9564,7 @@
},
{
"id": "api.acknowledgement.save.archived_channel.app_error",
"translation": "You cannot acknowledgment in an archived channel."
"translation": "You cannot save an acknowledgment in an archived channel."
},
{
"id": "api.team.update_team_member_roles.guest.app_error",
@@ -10169,5 +10169,149 @@
{
"id": "api.plugin.upload.file_too_large.app_error",
"translation": "Uploaded plugin size exceeds limit. This limit can be changed in the System Console via File Storage > Maximum File Size"
},
{
"id": "api.oauth.get_access_token.bad_request.app_error",
"translation": "invalid_request: Bad request."
},
{
"id": "api.remote_cluster.create_invite_error",
"translation": "Could not create remote cluster invite"
},
{
"id": "api.scheduled_posts.feature_disabled",
"translation": "Scheduled posts feature is disabled"
},
{
"id": "api.scheduled_posts.license_error",
"translation": "Scheduled posts feature requires a licence"
},
{
"id": "app.bot.update.app_error",
"translation": "Unable to update the bot."
},
{
"id": "app.delete_scheduled_post.delete_error",
"translation": "Failed to delete scheduled post from database."
},
{
"id": "app.delete_scheduled_post.delete_permission.error",
"translation": "You do not have permission to delete this resource."
},
{
"id": "app.delete_scheduled_post.existing_scheduled_post.not_exist",
"translation": "Scheduled post does not exist."
},
{
"id": "app.delete_scheduled_post.get_scheduled_post.error",
"translation": "Unable to fetch existing scheduled post from database."
},
{
"id": "app.get_user_team_scheduled_posts.error",
"translation": "An error occurred while fetching scheduled posts."
},
{
"id": "app.import.import_bot.owner_could_not_found.error",
"translation": "Unable to find owner of the bot"
},
{
"id": "app.import.import_line.null_bot.error",
"translation": "Import data line has type 'bot' but the bot object is null"
},
{
"id": "app.import.validate_bot_import_data.owner_missing.error",
"translation": "Bot owner is missing"
},
{
"id": "app.save_scheduled_post.channel_deleted.app_error",
"translation": "Cannot schedule post in an archived channel."
},
{
"id": "app.save_scheduled_post.save.app_error",
"translation": "Error occurred saving the scheduled post."
},
{
"id": "app.update_scheduled_post.existing_scheduled_post.not_exist",
"translation": "Scheduled post does not exist."
},
{
"id": "app.update_scheduled_post.get_scheduled_post.error",
"translation": "Unable to fetch existing scheduled post from database."
},
{
"id": "app.update_scheduled_post.update.error",
"translation": "Failed to save updated scheduled post in database."
},
{
"id": "app.update_scheduled_post.update_permission.error",
"translation": "You do not have permission to update this resource."
},
{
"id": "model.scheduled_post.is_valid.empty_post.app_error",
"translation": "Cannot schedule an empty post. Scheduled post must have at least a message or file attachments."
},
{
"id": "model.scheduled_post.is_valid.id.app_error",
"translation": "Scheduled post must have an ID."
},
{
"id": "model.scheduled_post.is_valid.processed_at.app_error",
"translation": "Invalid processed at time."
},
{
"id": "model.scheduled_post.is_valid.scheduled_at.app_error",
"translation": "Invalid scheduled at time."
},
{
"id": "api.remote_cluster.generate_invite_cluster_is_confirmed",
"translation": "Cannot generate invite code for a confirmed cluster"
},
{
"id": "api.post.delete_post.not_enabled.app_error",
"translation": "Cannot delete post, ServiceSettings.EnableAPIPostDeletion is not enabled."
},
{
"id": "app.file_info.get_by_post_id.app_error",
"translation": "Failed to find files for post."
},
{
"id": "app.file_info.permanent_delete_for_post.app_error",
"translation": "Failed to permanently delete file for post."
},
{
"id": "app.post.permanent_delete_post.error",
"translation": "Failed to permanently delete post."
},
{
"id": "api.channel.create_channel.direct_channel.remote_restricted.app_error",
"translation": "Cannot create a direct channel with a remote user"
},
{
"id": "api.channel.create_group.remote_restricted.app_error",
"translation": "Cannot create a group channel with remote users"
},
{
"id": "api.license.add_license.copy.app_error",
"translation": "Failed to copy licence file content to buffer"
},
{
"id": "api.user.update_active.cannot_modify_status_when_user_is_managed_by_ldap.app_error",
"translation": "You cannot modify user status. User is managed by LDAP"
},
{
"id": "app.post.create_post.shared_dm_or_gm.app_error",
"translation": "Cannot create the post in a DM or GM with remote users"
},
{
"id": "model.remote_cluster_invite.is_valid.remote_id.app_error",
"translation": "Invalid remote ID."
},
{
"id": "model.remote_cluster_invite.is_valid.site_url.app_error",
"translation": "Invalid site URL."
},
{
"id": "model.remote_cluster_invite.is_valid.token.app_error",
"translation": "Invalid token."
}
]

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

@@ -4744,11 +4744,11 @@
},
{
"id": "web.error.unsupported_browser.min_browser_version.edge",
"translation": "Versie 126+"
"translation": "Versie 130+"
},
{
"id": "web.error.unsupported_browser.min_browser_version.chrome",
"translation": "Versie 126+"
"translation": "Versie 130+"
},
{
"id": "web.error.unsupported_browser.learn_more",
@@ -8819,7 +8819,7 @@
},
{
"id": "api.acknowledgement.save.archived_channel.app_error",
"translation": "Je kan niet bevestigen in een gearchiveerd kanaal."
"translation": "Je kan geen bevestig bewaren in een gearchiveerd kanaal."
},
{
"id": "api.acknowledgement.delete.deadline.app_error",
@@ -10219,7 +10219,7 @@
},
{
"id": "api.license.add_license.copy.app_error",
"translation": "Fout bij het kopiëren van de licentie."
"translation": "Fout bij het kopiëren van de licentie naar de buffer."
},
{
"id": "api.remote_cluster.create_invite_error",
@@ -10240,5 +10240,93 @@
{
"id": "model.remote_cluster_invite.is_valid.token.app_error",
"translation": "Ongeldig token."
},
{
"id": "api.oauth.get_access_token.bad_request.app_error",
"translation": "ongeldig_verzoek: Bad request."
},
{
"id": "api.scheduled_posts.feature_disabled",
"translation": "Functie voor geplande berichten is uitgeschakeld"
},
{
"id": "api.scheduled_posts.license_error",
"translation": "Voor de functie Geplande berichten is een licentie nodig"
},
{
"id": "app.bot.update.app_error",
"translation": "Kan de bot niet bijwerken."
},
{
"id": "app.delete_scheduled_post.delete_permission.error",
"translation": "Je hebt geen toestemming om deze resource te verwijderen."
},
{
"id": "app.delete_scheduled_post.delete_error",
"translation": "Fout bij het verwijderen van de gepland bericht uit de database."
},
{
"id": "app.delete_scheduled_post.existing_scheduled_post.not_exist",
"translation": "Geplande post bestaat niet."
},
{
"id": "app.import.import_bot.owner_could_not_found.error",
"translation": "Kan de eigenaar van de bot niet vinden"
},
{
"id": "app.delete_scheduled_post.get_scheduled_post.error",
"translation": "Kan bestaande gepland bericht niet ophalen uit database."
},
{
"id": "app.get_user_team_scheduled_posts.error",
"translation": "Fout opgetreden bij het ophalen van geplande berichten."
},
{
"id": "app.import.import_line.null_bot.error",
"translation": "Regel met importgegevens heeft type \"bot\" maar het botobject is null"
},
{
"id": "app.import.validate_bot_import_data.owner_missing.error",
"translation": "Bot eigenaar ontbreekt"
},
{
"id": "app.save_scheduled_post.channel_deleted.app_error",
"translation": "Kan geen bericht plannen in een gearchiveerd kanaal."
},
{
"id": "app.save_scheduled_post.save.app_error",
"translation": "Er is een fout opgetreden bij het opslaan van het gepland bericht."
},
{
"id": "app.update_scheduled_post.existing_scheduled_post.not_exist",
"translation": "Gepland bericht bestaat niet."
},
{
"id": "app.update_scheduled_post.get_scheduled_post.error",
"translation": "Kan bestaand gepland bericht niet ophalen uit database."
},
{
"id": "app.update_scheduled_post.update.error",
"translation": "Het is niet gelukt om bijgewerkte geplande berichten op te slaan in de database."
},
{
"id": "app.update_scheduled_post.update_permission.error",
"translation": "Je hebt geen toestemming om deze resourcebij te werken."
},
{
"id": "model.scheduled_post.is_valid.empty_post.app_error",
"translation": "Kan geen leeg bericht plannen. Geplande berichten moeten minstens een bericht of bestandsbijlagen hebben."
},
{
"id": "model.scheduled_post.is_valid.id.app_error",
"translation": "Geplande berichten moeten een ID hebben."
},
{
"id": "model.scheduled_post.is_valid.processed_at.app_error",
"translation": "Fout verwerkt op het moment."
},
{
"id": "model.scheduled_post.is_valid.scheduled_at.app_error",
"translation": "Ongeldig gepland op tijdstip."
}
]

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

@@ -10230,5 +10230,93 @@
{
"id": "model.remote_cluster_invite.is_valid.site_url.app_error",
"translation": "Nieprawidłowy adres URL strony."
},
{
"id": "api.oauth.get_access_token.bad_request.app_error",
"translation": "invalid_request: Nieprawidłowe żądanie."
},
{
"id": "api.scheduled_posts.feature_disabled",
"translation": "funkcja zaplanowanych postów jest wyłączona"
},
{
"id": "api.scheduled_posts.license_error",
"translation": "Funkcja zaplanowanych postów wymaga licencji"
},
{
"id": "app.bot.update.app_error",
"translation": "Nie można zaktualizować bota."
},
{
"id": "app.delete_scheduled_post.delete_error",
"translation": "Nie udało się usunąć zaplanowanego postu z bazy danych."
},
{
"id": "app.delete_scheduled_post.delete_permission.error",
"translation": "Nie masz uprawnień do usunięcia tego zasobu."
},
{
"id": "app.delete_scheduled_post.existing_scheduled_post.not_exist",
"translation": "Zaplanowany post nie istnieje."
},
{
"id": "app.delete_scheduled_post.get_scheduled_post.error",
"translation": "Nie można pobrać istniejącego zaplanowanego postu z bazy danych."
},
{
"id": "app.get_user_team_scheduled_posts.error",
"translation": "Wystąpił błąd podczas pobierania zaplanowanych postów."
},
{
"id": "app.import.import_bot.owner_could_not_found.error",
"translation": "Nie można znaleźć właściciela bota"
},
{
"id": "app.import.import_line.null_bot.error",
"translation": "Importowany wiersz danych ma typ \"bot\" ale obiekt bota ma wartość null"
},
{
"id": "app.import.validate_bot_import_data.owner_missing.error",
"translation": "Brakuje właściciela bota"
},
{
"id": "app.save_scheduled_post.channel_deleted.app_error",
"translation": "Nie można zaplanować postu w zarchiwizowanym kanale."
},
{
"id": "app.save_scheduled_post.save.app_error",
"translation": "Wystąpił błąd podczas zapisywania zaplanowanego wpisu."
},
{
"id": "app.update_scheduled_post.existing_scheduled_post.not_exist",
"translation": "Zaplanowany post nie istnieje."
},
{
"id": "app.update_scheduled_post.get_scheduled_post.error",
"translation": "Nie można pobrać istniejącego zaplanowanego postu z bazy danych."
},
{
"id": "app.update_scheduled_post.update.error",
"translation": "Nie udało się zapisać zaktualizowanego zaplanowanego wpisu w bazie danych."
},
{
"id": "app.update_scheduled_post.update_permission.error",
"translation": "Nie masz uprawnień do aktualizacji tego zasobu."
},
{
"id": "model.scheduled_post.is_valid.id.app_error",
"translation": "Zaplanowany post musi mieć identyfikator."
},
{
"id": "model.scheduled_post.is_valid.empty_post.app_error",
"translation": "Nie możesz zaplanować pustego postu. Zaplanowany post musi zawierać przynajmniej wiadomość lub załączniki w postaci plików."
},
{
"id": "model.scheduled_post.is_valid.processed_at.app_error",
"translation": "Nieprawidłowo przetworzone w czasie."
},
{
"id": "model.scheduled_post.is_valid.scheduled_at.app_error",
"translation": "Nieprawidłowy zaplanowany czas."
}
]

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

@@ -5793,11 +5793,11 @@
},
{
"id": "web.error.unsupported_browser.min_browser_version.chrome",
"translation": "Версия 126+"
"translation": "Версия 130+"
},
{
"id": "web.error.unsupported_browser.min_browser_version.edge",
"translation": "Версия 126+"
"translation": "Версия 130+"
},
{
"id": "web.error.unsupported_browser.min_browser_version.firefox",
@@ -8925,7 +8925,7 @@
},
{
"id": "api.acknowledgement.save.archived_channel.app_error",
"translation": "Вы не можете подтвердить в архивированном канале."
"translation": "Вы не можете сохранить подтверждение в архивированном канале."
},
{
"id": "api.acknowledgement.delete.deadline.app_error",
@@ -10142,5 +10142,37 @@
{
"id": "api.shared_channel.has_remote_error",
"translation": "Не удалось определить, является ли канал общим с удаленным"
},
{
"id": "api.oauth.get_access_token.bad_request.app_error",
"translation": "invalid_request: Неверный запрос."
},
{
"id": "api.scheduled_posts.license_error",
"translation": "для функции запланированных сообщений требуется лицензия"
},
{
"id": "api.scheduled_posts.feature_disabled",
"translation": "функция запланированных сообщений отключена"
},
{
"id": "api.post.delete_post.not_enabled.app_error",
"translation": "Невозможно удалить сообщение, ServiceSettings.EnableAPIPostDeletion не включен."
},
{
"id": "api.channel.create_channel.direct_channel.remote_restricted.app_error",
"translation": "Невозможно создать канал личных сообщений с удаленным пользователем"
},
{
"id": "api.channel.create_group.remote_restricted.app_error",
"translation": "Невозможно создать канал в группе с удалёнными пользователями"
},
{
"id": "api.license.add_license.copy.app_error",
"translation": "Не удалось скопировать содержимое файла лицензии в буфер"
},
{
"id": "api.remote_cluster.create_invite_error",
"translation": "Не удалось создать приглашение на удаленный кластер"
}
]

Разница между файлами не показана из-за своего большого размера Загрузить разницу

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

@@ -4713,11 +4713,11 @@
},
{
"id": "web.error.unsupported_browser.min_browser_version.edge",
"translation": "118 版或更新"
"translation": "130 版或更新"
},
{
"id": "web.error.unsupported_browser.min_browser_version.chrome",
"translation": "118 版或更新"
"translation": "130 版或更新"
},
{
"id": "web.error.unsupported_browser.learn_more",
@@ -9001,7 +9001,7 @@
},
{
"id": "api.acknowledgement.save.archived_channel.app_error",
"translation": "您無法在封存頻道中勾選已讀。"
"translation": "您無法在封存頻道中勾選已讀回條。"
},
{
"id": "api.acknowledgement.delete.archived_channel.app_error",
@@ -10197,7 +10197,7 @@
},
{
"id": "api.license.add_license.copy.app_error",
"translation": "複製授權失敗。"
"translation": "複製授權檔案目錄到到緩衝區失敗。"
},
{
"id": "app.post.create_post.shared_dm_or_gm.app_error",
@@ -10218,5 +10218,93 @@
{
"id": "api.remote_cluster.create_invite_error",
"translation": "無法建立遠端叢集邀請"
},
{
"id": "api.oauth.get_access_token.bad_request.app_error",
"translation": "無效的請求:錯誤的請求。"
},
{
"id": "api.scheduled_posts.license_error",
"translation": "排程訊息功能需要授權"
},
{
"id": "api.scheduled_posts.feature_disabled",
"translation": "排程訊息功能已停用。"
},
{
"id": "app.bot.update.app_error",
"translation": "無法更新 Bot。"
},
{
"id": "app.delete_scheduled_post.delete_error",
"translation": "從資料庫刪除排程訊息失敗。"
},
{
"id": "app.delete_scheduled_post.existing_scheduled_post.not_exist",
"translation": "排程訊息不存在。"
},
{
"id": "app.delete_scheduled_post.delete_permission.error",
"translation": "您沒有權限以刪除這則資源。"
},
{
"id": "app.delete_scheduled_post.get_scheduled_post.error",
"translation": "無法於資料庫擷取存在的排程訊息。"
},
{
"id": "app.get_user_team_scheduled_posts.error",
"translation": "取得排程貼文時遇到錯誤"
},
{
"id": "app.import.import_bot.owner_could_not_found.error",
"translation": "無法找到 Bot 的擁有者"
},
{
"id": "app.import.import_line.null_bot.error",
"translation": "匯入資料行資料類型為「機器人」但機器人物件為 Null"
},
{
"id": "app.import.validate_bot_import_data.owner_missing.error",
"translation": "找不到機器人擁有者"
},
{
"id": "app.save_scheduled_post.channel_deleted.app_error",
"translation": "無法於封存頻道中排程訊息。"
},
{
"id": "app.save_scheduled_post.save.app_error",
"translation": "儲存排程訊息時發生錯誤。"
},
{
"id": "app.update_scheduled_post.existing_scheduled_post.not_exist",
"translation": "排程訊息不存在。"
},
{
"id": "app.update_scheduled_post.get_scheduled_post.error",
"translation": "禁止存取在資料庫中存在的排程訊息。"
},
{
"id": "model.scheduled_post.is_valid.scheduled_at.app_error",
"translation": "無效排程的時間。"
},
{
"id": "model.scheduled_post.is_valid.processed_at.app_error",
"translation": "無效"
},
{
"id": "app.update_scheduled_post.update_permission.error",
"translation": "您沒有權限更新這個資源。"
},
{
"id": "app.update_scheduled_post.update.error",
"translation": "儲存更新於資料庫中的排程訊息失敗。"
},
{
"id": "model.scheduled_post.is_valid.id.app_error",
"translation": "排程訊息需要有 ID。"
},
{
"id": "model.scheduled_post.is_valid.empty_post.app_error",
"translation": "無法排程空白的訊息。排程訊息至少需包含訊息或附件檔案。"
}
]