Translations update from Mattermost Weblate (#29219)

Automatic Merge
This commit is contained in:
Weblate (bot) 2024-11-11 15:17:13 +01:00 committed by GitHub
parent 9776c42979
commit 89aba8e899
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 4227 additions and 547 deletions

View file

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

View file

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

View file

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

View file

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

View file

@ -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": "Не удалось создать приглашение на удаленный кластер"
}
]

File diff suppressed because it is too large Load diff

View file

@ -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": "無法排程空白的訊息。排程訊息至少需包含訊息或附件檔案。"
}
]

View file

@ -550,7 +550,7 @@
"admin.compliance.enableDailyTitle": "Разреши дневния отчет:",
"admin.compliance.enableDesc": "Когато е true, Mattermost позволява отчитане на съответствието от раздела <strong>Съответствие и одит</strong>. Вижте <link>документация</link>, за да научите повече.",
"admin.compliance.enableTitle": "Разреши докладите за съответствие:",
"admin.compliance.newComplianceExportBanner": "Тази функция се заменя с новата [Експорт на съответствие] ({siteURL}/admin_console/compliance/export) и ще бъде премахната в бъдеща версия. Препоръчваме да преминете към новата система.",
"admin.compliance.newComplianceExportBanner": "Тази функция се заменя с новата <link>Съвместим експорт</link> и ще бъде премахната в бъдеща версия. Препоръчваме да преминете към новата система.",
"admin.complianceExport.createJob.help": "Инициира незабавно, задание за експорт на съответствие.",
"admin.complianceExport.createJob.title": "Изпълнете задание за експорт на съответствие сега",
"admin.complianceExport.exportFormat.actiance": "Actiance XML",
@ -1713,6 +1713,7 @@
"admin.permissions.permission.playbook_private_create.description": "Създаване на нови частни книги за изпълнение.",
"admin.permissions.permission.playbook_private_create.name": "Създаване на частни книги за изпълнение",
"admin.permissions.permission.playbook_private_make_public.description": "Преобразувайте частни сценарии в публични.",
"admin.permissions.permission.playbook_private_make_public.name": "Преобразуване на стратегии",
"admin.permissions.permission.playbook_private_manage_members.description": "Добавяне и премахване на членове в частни книги за изпълнение.",
"admin.permissions.permission.playbook_private_manage_members.name": "Управление на членовете в книги за изпълнение",
"admin.permissions.permission.playbook_private_manage_properties.description": "Предписвайте контролни списъци, действия и шаблони.",
@ -1731,6 +1732,8 @@
"admin.permissions.permission.read_user_access_token.name": "Четене на маркера за достъп на потребител",
"admin.permissions.permission.remove_user_from_team.description": "Премахване на потребител от екипа",
"admin.permissions.permission.remove_user_from_team.name": "Премахване на потребител от екипа",
"admin.permissions.permission.restore_custom_group.description": "Възстановяване на архивирани потребителски групи.",
"admin.permissions.permission.restore_custom_group.name": "Възстановяване",
"admin.permissions.permission.revoke_user_access_token.description": "Отмяна маркер за достъп на потребител",
"admin.permissions.permission.revoke_user_access_token.name": "Отмяна маркер за достъп на потребител",
"admin.permissions.permission.run_create.description": "Създаване на задачи от книги за изпълнение.",
@ -1761,6 +1764,12 @@
"admin.permissions.roles.system_admin.description": "Достъп за промяна на всичко.",
"admin.permissions.roles.system_admin.name": "Системен администратор",
"admin.permissions.roles.system_admin.type": "Системна роля",
"admin.permissions.roles.system_custom_group_admin.deauthorize_reminder": "Не забравяйте да деактивирате възможността всички други потребители на системата да администрират персонализирани групи, като премахнете отметката от свързаното поле за разрешения в System console (Системна конзола) > User Management (Управление на потребители) > Permissions (Права).",
"admin.permissions.roles.system_custom_group_admin.description": "Управлява всички потребителски групи в системата.",
"admin.permissions.roles.system_custom_group_admin.introduction": "Вградената роля Custom Group Manager (Мениджър на потребителски групи) може да се използва за делегиране на администрирането на <a>Custom Groups (Потребителски групи)</a> на потребители, различни от системния администратор.",
"admin.permissions.roles.system_custom_group_admin.name": "Мениджър на потребителски групи",
"admin.permissions.roles.system_custom_group_admin.permissions_info": "Тази роля има право да създава, редактира и изтрива потребителски групи, като избере <b>User groups (потребителски групи)</b> от менюто Products (Продукти).",
"admin.permissions.roles.system_custom_group_admin.type": "Системна роля",
"admin.permissions.roles.system_manager.description": "Малко по-малко достъп от системния администратор.",
"admin.permissions.roles.system_manager.name": "Управляващ системата",
"admin.permissions.roles.system_manager.type": "Системна роля",
@ -1818,7 +1827,7 @@
"admin.permissions.sysconsole_section_integrations.name": "Интеграции",
"admin.permissions.sysconsole_section_integrations_bot_accounts.name": "Бот профили",
"admin.permissions.sysconsole_section_integrations_cors.name": "CORS",
"admin.permissions.sysconsole_section_integrations_gif.name": "GIF (бета)",
"admin.permissions.sysconsole_section_integrations_gif.name": "GIF",
"admin.permissions.sysconsole_section_integrations_integration_management.name": "Управление на интеграциите",
"admin.permissions.sysconsole_section_plugins.description": "Преглежда инсталираните приставки и тяхната конфигурация.",
"admin.permissions.sysconsole_section_plugins.name": "Приставки",
@ -1829,7 +1838,7 @@
"admin.permissions.sysconsole_section_reporting_team_statistics.name": "Статистики за екипа",
"admin.permissions.sysconsole_section_site.description": "Преглежда конфигурациите, специфични за сайта, като име на сайт, известия по подразбиране и споделяне на файлове.",
"admin.permissions.sysconsole_section_site.name": "Конфигурация на сайта",
"admin.permissions.sysconsole_section_site_announcement_banner.name": "Банер за обявления",
"admin.permissions.sysconsole_section_site_announcement_banner.name": "Известия за цялата система",
"admin.permissions.sysconsole_section_site_customization.name": "Персонализиране",
"admin.permissions.sysconsole_section_site_emoji.name": "Емотикони",
"admin.permissions.sysconsole_section_site_file_sharing_and_downloads.name": "Споделяне на файлове и изтегляния",
@ -1848,7 +1857,7 @@
"admin.permissions.sysconsole_section_user_management_teams.name": "Екипи",
"admin.permissions.sysconsole_section_user_management_users.description": "Неуспешно нулиране на администраторските пароли",
"admin.permissions.sysconsole_section_user_management_users.name": "Потребители",
"admin.permissions.systemRoles": "Роли в системата",
"admin.permissions.systemRoles": "Делегирано подробно управление",
"admin.permissions.systemRolesBannerText": "Управлява различните нива на достъп до системната конзола.",
"admin.permissions.systemRolesBannerTitle": "Администорски роли",
"admin.permissions.systemScheme": "Системна схема",
@ -1909,6 +1918,8 @@
"admin.plugin.backToPlugins": "Върнете се към приставките",
"admin.plugin.choose": "Изберете файл",
"admin.plugin.cluster_instance": "Инстанция на клъстера",
"admin.plugin.customSection.pluginDisabledWarning": "За да видите този раздел, разрешете приставката и натиснете върху Запази.",
"admin.plugin.customSections.pluginDisabledWarning": "За да видите и конфигурирате настройките на приставката, разрешете я и натиснете Запази.",
"admin.plugin.customSetting.pluginDisabledWarning": "За да видите тази настройка, активирайте приставката и щракнете върху запиши.",
"admin.plugin.disable": "Забрани",
"admin.plugin.disabling": "Забраняване...",
@ -1931,6 +1942,7 @@
"admin.plugin.settingsButton": "Настройки",
"admin.plugin.state": "Състояние",
"admin.plugin.state.failed_to_start": "Неуспешно стартиране",
"admin.plugin.state.failed_to_start.check_logs": "Проверете системните журнали за грешки.",
"admin.plugin.state.failed_to_start.description": "Тази приставка не успя да стартира. Проверете системните си дневници за грешки.",
"admin.plugin.state.failed_to_stay_running": "Блокирала",
"admin.plugin.state.failed_to_stay_running.description": "Тази приставка блокира няколко пъти и вече не се изпълнява. Проверете системните си дневници за грешки.",
@ -1967,7 +1979,22 @@
"admin.plugins.settings.marketplaceUrlDesc.empty": " URL адресът на marketplace е задължително поле.",
"admin.plugins.settings.requirePluginSignature": "Изисква се подпис на приставката:",
"admin.plugins.settings.requirePluginSignatureDesc": "Когато е true, качването на приставки е забранено и може да се инсталират само през Marketplace. Приставките винаги се проверяват по време на стартиране и инициализиране на Mattermost сървъра. Вижте <link>документация</link>, за да научите повече.",
"admin.privacy.showEmailDescription": "Когато е false, скрива адреса за ел.поща на членовете от всички, освен от системните администратори.",
"admin.posts.persistentNotifications.desc": "Когато е разрешено, потребителите могат да задействат повтарящи се известия за получателите на спешни съобщения. Научете повече за приоритета на съобщенията и постоянните известия в нашата <link>документация</link> .",
"admin.posts.persistentNotifications.title": "Постоянни известия",
"admin.posts.persistentNotificationsGuests.desc": "Дали даден гост може да изисква постоянни известия. Научете повече за приоритета на съобщенията и постоянните известия в нашата <link>документация</link> .",
"admin.posts.persistentNotificationsGuests.title": "Позволете на гостите да изпращат постоянни известия",
"admin.posts.persistentNotificationsInterval.desc": "Конфигурирайте броя минути между повтарящите се известия за спешни съобщения, изпратени чрез постоянни известия. Научете повече за приоритета на съобщенията и постоянните известия в нашата <link>документация</link>.",
"admin.posts.persistentNotificationsInterval.minValue": "Честотата трябва да бъде най-малко две минути",
"admin.posts.persistentNotificationsInterval.title": "Честота на постоянните известия",
"admin.posts.persistentNotificationsMaxCount.desc": "Конфигурирайте максималния брой пъти, които потребителите могат да получават постоянни известия. Научете повече за приоритета на съобщенията и постоянните известия в нашата <link>документация</link>.",
"admin.posts.persistentNotificationsMaxCount.title": "Общ брой постоянни известия за публикация",
"admin.posts.persistentNotificationsMaxRecipients.desc": "Конфигурирайте максималния брой получатели, до които потребителите могат да изпращат постоянни известия. Повече информация относно приоритета на съобщенията и постоянните известия можете да намерите в нашата <link>документация</link>.",
"admin.posts.persistentNotificationsMaxRecipients.title": "Максимален брой получатели за постоянни известия",
"admin.posts.postPriority.desc": "Ако е разрешено, потребителите могат да задават визуален индикатор за предаване на съобщения, които са важни или спешни. Научете повече за приоритета на съобщенията в нашата <link>документация</link>.",
"admin.posts.postPriority.title": "Приоритет на съобщението",
"admin.posts.scheduledPosts.description": "Когато е разрешено, потребителите могат да планират и изпращат съобщения в бъдеще.",
"admin.posts.scheduledPosts.title": "Планирани публикации",
"admin.privacy.showEmailDescription": "Когато е false, адресът за ел.поща на участниците е скрит от всички, с изключение на системните администратори и системните роли с достъп за четене/запис до секциите Съответствие, Таксуване или Управление на потребителите.",
"admin.privacy.showEmailTitle": "Показване адреса за ел.поща: ",
"admin.privacy.showFullNameDescription": "Когато е false, скрива пълното име на членовете от всички, с изключение на системните администратори. Потребителското име се показва вместо пълното име.",
"admin.privacy.showFullNameTitle": "Показване на пълното име: ",
@ -2005,6 +2032,19 @@
"admin.reload.reloadDescription.featureName": "Презаредете конфигурацията от диск",
"admin.reload.reloadDescription.recycleDatabaseConnections": "Обкръжение > База данни > Рециклиране на връзки към база данни",
"admin.reload.reloadFail": "Презареждането е неуспешно: {error}",
"admin.reporting.workspace_optimization.access.description": "Конфигурацията на уеб сървъра може да повлияе на достъпа до работното Ви пространство в Mattermost.",
"admin.reporting.workspace_optimization.access.descriptionOk": "Достъпът до работното ви пространство изглежда е наличен!",
"admin.reporting.workspace_optimization.access.site_url.cta": "Конфигуриране на уеб сървър",
"admin.reporting.workspace_optimization.access.site_url.description": "Настройките на уеб сървъра Ви не преминават успешно теста в реално време за URL, което означава, че работното Ви пространство може да не е достъпно за потребителите. Препоръчваме ви да актуализирате настройките на уеб сървъра си.",
"admin.reporting.workspace_optimization.access.site_url.title": "Неправилно конфигуриран уеб сървър",
"admin.reporting.workspace_optimization.access.title": "Достъп до работното пространство",
"admin.reporting.workspace_optimization.chip_problems": "Проблеми: {count}",
"admin.reporting.workspace_optimization.chip_suggestions": "Предложения: {count}",
"admin.reporting.workspace_optimization.chip_warnings": "Предупреждения: {count}",
"admin.reporting.workspace_optimization.configuration.description": "Имате проблеми с конфигурацията за разрешаване",
"admin.reporting.workspace_optimization.configuration.descriptionOk": "Изглежда имате добра конфигурация за SSL и дължини на сесиите!",
"admin.reporting.workspace_optimization.configuration.file_storage.cta": "Хранилище за конфигурационен файл",
"admin.reporting.workspace_optimization.configuration.file_storage.description": "Проверете настройките си за съхранение на файлове, за да се уверите, че работното Ви пространство в Mattermost има достъп до конфигурираното хранилище за файлове.",
"admin.requestButton.loading": " Зареждане...",
"admin.requestButton.requestFailure": "Неуспешен тест: {error}",
"admin.requestButton.requestSuccess": "Тестът е успешен",

View file

@ -4261,11 +4261,11 @@
"post.reminder.systemBot": "Dobrý den, zde je vaše připomenutí ohledně této zprávy od uživatele {username}: {permaLink}",
"post_body.check_for_out_of_channel_groups_mentions.message": "nebyli notifikováni tímto zmiňováním, protože nejsou v tomto kanálu. Nemohou být přidáni do kanálu, protože nejsou členy propojených skupin. Pro přidání jich do tohoto kanálu musí být přidáni do jedné z propojených skupin.",
"post_body.check_for_out_of_channel_mentions.link.and": " a ",
"post_body.check_for_out_of_channel_mentions.link.private": "Pozvěte ostatní do tohoto týmu",
"post_body.check_for_out_of_channel_mentions.link.private": "přidejte je k tomuto soukromému kanálu",
"post_body.check_for_out_of_channel_mentions.link.public": "přidat je do kanálu",
"post_body.check_for_out_of_channel_mentions.message.multiple": "nebyli notifikováni tímto zmiňováním, protože nejsou v kanálu. Chcete ",
"post_body.check_for_out_of_channel_mentions.message.one": "nebyl notifikován tímto zmiňováním, protože nejsou v kanálu. Chcete ",
"post_body.check_for_out_of_channel_mentions.message_last": "? Získají přístup k celé historii kanálu.",
"post_body.check_for_out_of_channel_mentions.message_last": "? Získají přístup k celé historii zpráv.",
"post_body.check_for_out_of_channel_mentions.others": "{numOthers} dalších",
"post_body.commentedOn": "Komentoval(a) zprávu od {name}: ",
"post_body.deleted": "(zpráva odstraněna)",
@ -4322,12 +4322,12 @@
"post_pre_header.flagged": "Označeno",
"post_pre_header.pinned": "Připojeno",
"post_priority.acknowledgements.title": "Potvrzení",
"post_priority.button.acknowledge": "Potvrdit",
"post_priority.button.acknowledge": "Uznat",
"post_priority.error.no_mentions": "Příjemci musí být @zmíněni",
"post_priority.error.special_mentions": "{mention} nelze použít s trvalými oznámeními",
"post_priority.persistent_notifications.text": "Odesílat trvalá upozornění",
"post_priority.persistent_notifications.tooltip": "Budou zasílána trvalá upozornění",
"post_priority.picker.apply": "Aplikovat",
"post_priority.picker.apply": "Použít",
"post_priority.picker.cancel": "Zrušit",
"post_priority.picker.header": "Priorita zprávy",
"post_priority.priority.important": "Důležité",
@ -4350,7 +4350,7 @@
"postlist.toast.scrollToUnread": "Přejít na nepřečtené",
"postlist.toast.searchHint": "Tip: Vyzkoušejte {searchShortcut} pro vyhledávání v tomto kanálu",
"posts_view.loadMore": "Načítání více zpráv",
"posts_view.newMsg": "Nové zprávy",
"posts_view.newMsg": "Nové Zprávy",
"postypes.custom_open_plugin_install_post_rendered.app_installation_request_text": "Obdrželi jste následující požadavky na instalaci aplikace:",
"postypes.custom_open_plugin_install_post_rendered.plugin_instructions": "<pluginApp></pluginApp> nebo navštivte <marketplaceLink>Marketplace</marketplaceLink> a zobrazte všechny pluginy.",
"postypes.custom_open_plugin_install_post_rendered.plugin_request": "požádal o instalaci aplikace {pluginRequests}.",
@ -4838,13 +4838,13 @@
"status_dropdown.profile_button_label.offline": "Současný stav: Offline. Výběrem otevřete nabídku profilu a stavu.",
"status_dropdown.profile_button_label.online": "Současný stav: Přítomen. Výběrem otevřete nabídku profilu a stavu.",
"status_dropdown.profile_button_label.ooo": "Současný stav: Mimo kancelář. Výběrem otevřete nabídku profilu a stavu.",
"status_dropdown.set_away": "Nepřítomen",
"status_dropdown.set_away": "Pryč",
"status_dropdown.set_custom": "Nastavit vlastní stav",
"status_dropdown.set_custom_text": "Nastavit vlastní textový stav...",
"status_dropdown.set_dnd": "Nerušit",
"status_dropdown.set_dnd.extra": "Vypne všechna upozornění",
"status_dropdown.set_offline": "Offline",
"status_dropdown.set_online": "Přítomen",
"status_dropdown.set_online": "Online",
"status_dropdown.set_ooo": "Mimo kancelář",
"status_dropdown.set_ooo.extra": "Automatické odpovědi jsou aktivovány",
"success_modal.return_to_workspace": "Návrat na pracovní plochu",
@ -4855,22 +4855,22 @@
"suggestion.emoji": "Emoji",
"suggestion.mention.all": "Upozorní všechny v tomto kanálu",
"suggestion.mention.channel": "Upozorní všechny v tomto kanálu",
"suggestion.mention.channels": "Kanál",
"suggestion.mention.channels": "Moje Kanály",
"suggestion.mention.here": "Upozorní každého v kanálu",
"suggestion.mention.members": "Členové kanálu",
"suggestion.mention.morechannels": "Ostatní kanály",
"suggestion.mention.morechannels": "Ostatní Kanály",
"suggestion.mention.moremembers": "Ostatní členové",
"suggestion.mention.nonmembers": "Ne v Kanálu",
"suggestion.mention.nonmembers": "Ne v Kanálu",
"suggestion.mention.private.channels": "Soukromé kanály",
"suggestion.mention.recent.channels": "Nedávné",
"suggestion.mention.special": "Speciální zmínky",
"suggestion.mention.special": "Speciální Zmínky",
"suggestion.mention.unread": "Nepřečtené",
"suggestion.private": "Soukromé kanály",
"suggestion.public": "Veřejné kanály",
"suggestion.search.direct": "Přímé zprávy",
"suggestion.search.direct": "Přímé Zprávy",
"suggestion.search.group": "Skupinové zmínky",
"suggestion.search.private": "Privátní kanál",
"suggestion.search.public": "Veřejné kanály",
"suggestion.search.private": "Soukromé Kanály",
"suggestion.search.public": "Veřejné Kanály",
"suggestion.user.isCurrent": "(Vy)",
"system_notice.adminVisible": "Viditelné pouze systémovým administrátorům",
"system_notice.adminVisible.icon": "Viditelné pouze systémovým administrátorům",
@ -4881,7 +4881,7 @@
"system_notice.dont_show": "Nezobrazovat Znovu",
"system_notice.remind_me": "Upozornit později",
"system_notice.title": "Oznámení od Mattermostu",
"system_notice.title.gm_as_dm": "Aktualizace skupinových zpráv",
"system_notice.title.gm_as_dm": "Aktualizace Skupinových Zpráv",
"system_noticy.body.gm_as_dm": "Nyní budete upozorňováni na veškerou aktivitu ve zprávách skupiny spolu s oznamovacím odznakem pro každou novou zprávu.{br}{br}To můžete nastavit v předvolbách oznámení pro každou zprávu skupiny.",
"tag.default.beta": "BETA",
"tag.default.bot": "ROBOT",
@ -4919,7 +4919,7 @@
"team_settings_modal.title": "Nastavení týmu",
"team_sidebar.join": "Ostatní týmy, do kterých se můžete připojit",
"terms_of_service.agreeButton": "Souhlasím",
"terms_of_service.api_error": "Nelze dokončit požadavek. Pokud tento problém přetrvává, kontaktujte vašeho systémového administrátora.",
"terms_of_service.api_error": "Nelze dokončit požadavek. Pokud tento problém přetrvává, kontaktujte svého Systémového Administrátora.",
"terms_of_service.disagreeButton": "Nesouhlasím",
"test1": "Pomocný text",
"test2": "Text tlačítka",
@ -5144,7 +5144,7 @@
"user.settings.general.confirmEmail": "Potvrdit e-mail",
"user.settings.general.currentEmail": "Aktuální e-mail",
"user.settings.general.currentPassword": "Aktuální heslo",
"user.settings.general.email": "Email",
"user.settings.general.email": "E-mail",
"user.settings.general.emailGitlabCantUpdate": "Přihlášení probíhá prostřednictvím služby GitLab. E-mail nelze zmněnit. E-mailová adresa používaná pro upozornění je {email}.",
"user.settings.general.emailGoogleCantUpdate": "Přihlášení probíhá prostřednictvím služby GitLab. E-mail nelze zmněnit. E-mailová adresa používaná pro upozornění je {email}.",
"user.settings.general.emailHelp1": "Email se používá pro přihlašování, přijímání oznámení a pro obnovení hesla. Pokud změníte email, budete muset email znovu potvrdit.",
@ -5159,7 +5159,7 @@
"user.settings.general.emptyPassword": "Prosím zadejte své aktuální heslo.",
"user.settings.general.emptyPosition": "Kliknutím na „Upravit“ můžete přidat svůj pracovní titul / pozici.",
"user.settings.general.field_handled_externally": "Toto pole je zpracováno prostřednictvím vašeho poskytovatele přihlášení. Pokud chcete toto změnit, musíte tak učinit prostřednictvím vašeho poskytovatele přihlášení.",
"user.settings.general.firstName": "Křestní jméno",
"user.settings.general.firstName": "Křestní Jméno",
"user.settings.general.fullName": "Celé jméno",
"user.settings.general.imageTooLarge": "Nepodařilo se nahrát profilový obrázek. Soubor je příliš velký.",
"user.settings.general.imageUpdated": "Poslední aktualizace obrázku {date}",

View file

@ -4,6 +4,8 @@
"ONE_HUNDRED_TO_500": "101-500",
"ONE_THOUSAND_TO_2500": "1001-2500",
"ONE_TO_50": "1-50",
"Schedule_post.empty_state.subtitle": "Plane Entwürfe, um Nachrichten zu einem späteren Zeitpunkt zu versenden. Alle geplanten Entwürfe werden hier angezeigt und können nach der Planung geändert werden.",
"Schedule_post.empty_state.title": "Momentan sind keine Entwürfe geplant",
"TWO_THOUSAND_FIVE_HUNDRED_AND_UP": "2501-5000",
"about.buildnumber": "Build-Nummer:",
"about.cloudEdition": "Cloud",
@ -556,7 +558,7 @@
"admin.compliance.enableDailyTitle": "Täglichen Bericht aktivieren:",
"admin.compliance.enableDesc": "Wenn wahr, erlaubt Mattermost Compliance-Reporting über den <strong>Compliance und Prüfung</strong>-Tab. Erfahre mehr in der <link>Dokumentation</link>.",
"admin.compliance.enableTitle": "Aktiviere Compliance-Reporting:",
"admin.compliance.newComplianceExportBanner": "Diese Funktion wird durch eine neue [Compliance-Export]({siteURL}/admin_console/compliance/export)-Funktion ersetzt, und wird in einer zukünftigen Version entfernt werden. Wir empfehlen die Migration auf das neue System.",
"admin.compliance.newComplianceExportBanner": "Diese Funktion wird durch eine neue <link>Compliance-Export</link>-Funktion ersetzt, und wird in einer zukünftigen Version entfernt. Wir empfehlen die Migration auf das neue System.",
"admin.complianceExport.createJob.help": "Initiiert sofort einen Compliance-Export.",
"admin.complianceExport.createJob.title": "Complicance-Exportaufgabe sofort starten",
"admin.complianceExport.exportFormat.actiance": "Actiance XML",
@ -1998,6 +2000,8 @@
"admin.posts.persistentNotificationsMaxRecipients.title": "Maximale Anzahl von Empfängern für dauerhafte Benachrichtigungen",
"admin.posts.postPriority.desc": "Wenn aktiviert, können Benutzer eine sichtbaren Hinweis konfigurieren, um wichtige oder dringende Nachrichten zu übermitteln. Lerne mehr über Nachrichtenprioritäten in unserer <link>Dokumentation</link>.",
"admin.posts.postPriority.title": "Nachrichten Priorität",
"admin.posts.scheduledPosts.description": "Wenn diese Funktion aktiviert ist, können die Benutzer Nachrichten an einem späteren Zeitpunkt senden.",
"admin.posts.scheduledPosts.title": "Geplante, zukünftige Nachrichten",
"admin.privacy.showEmailDescription": "Wenn falsch, wird die E-Mail-Adresse der Mitglieder vor jedem außer den Systemadministratoren versteckt.",
"admin.privacy.showEmailTitle": "Zeige E-Mail-Adresse: ",
"admin.privacy.showFullNameDescription": "Wenn falsch wird der Name der Mitglieder vor jedem außer den Systemadministratoren versteckt. Anstelle des vollen Namens wird der Benutzername angezeigt.",
@ -2886,6 +2890,10 @@
"analytics.team.totalUsers": "Summe aktivierter Benutzer",
"analytics.team.totalUsers.title.tooltip.hint": "Auch registrierte Benutzer genannt",
"analytics.team.totalUsers.title.tooltip.title": "Aktivierte Benutzer auf diesem Server",
"announcementBar.notification.permissionNeverGrantedBar.cta": "Benachrichtigungen einschalten",
"announcementBar.notification.permissionNeverGrantedBar.message": "Wir brauchen deine Erlaubnis, um Benachrichtigungen im Browser anzuzeigen.",
"announcementBar.notification.unsupportedBar.cta": "Aktualisiere deinen Browser",
"announcementBar.notification.unsupportedBar.message": "Dein Browser unterstützt keine Browser-Benachrichtigungen.",
"announcement_bar.error.email_verification_required": "Überprüfe dein E-Mail-Postfach, um die Adresse zu verifizieren.",
"announcement_bar.error.license_expired": "{licenseSku} ist abgelaufen und einige Funktionen könnten deaktiviert werden.",
"announcement_bar.error.license_expiring": "{licenseSku} Lizenz läuft ab am {date, date, long}.",
@ -3219,6 +3227,15 @@
"channel_info_rhs.header.title": "Info",
"channel_info_rhs.menu.files": "Dateien",
"channel_info_rhs.menu.files.filter": "Filter",
"channel_info_rhs.menu.files.filter.all_file_types": "Alle Dateitypen",
"channel_info_rhs.menu.files.filter.audio": "Audio",
"channel_info_rhs.menu.files.filter.code": "Code",
"channel_info_rhs.menu.files.filter.documents": "Dokumente",
"channel_info_rhs.menu.files.filter.file_menu": "Dateimenü",
"channel_info_rhs.menu.files.filter.images": "Bilder",
"channel_info_rhs.menu.files.filter.presentations": "Präsentationen",
"channel_info_rhs.menu.files.filter.spreadsheets": "Tabellen",
"channel_info_rhs.menu.files.filter.videos": "Videos",
"channel_info_rhs.menu.members": "Mitglieder",
"channel_info_rhs.menu.notification_preferences": "Benachrichtigungseinstellungen",
"channel_info_rhs.menu.pinned": "Angeheftete Nachrichten",
@ -3466,6 +3483,13 @@
"create_post.read_only": "Dieser Kanal ist schreibgeschützt. Nur berechtigte Mitglieder können hier schreiben.",
"create_post.shortcutsNotSupported": "Tastaturkürzel werden auf deinem Gerät nicht unterstützt.",
"create_post.write": "In {channelDisplayName} schreiben",
"create_post_button.option.schedule_message": "Geplante Nachricht",
"create_post_button.option.schedule_message.options.choose_custom_time": "Wähle einen Zeitpunkt",
"create_post_button.option.schedule_message.options.header": "Geplante Nachricht",
"create_post_button.option.schedule_message.options.monday": "Montag um {9amTime}",
"create_post_button.option.schedule_message.options.next_monday": "Nächsten Montag um {9amTime}",
"create_post_button.option.schedule_message.options.tomorrow": "Morgen um {9amTime}",
"create_post_button.option.send_now": "Jetzt senden",
"create_team.createTeamRestricted.message": "Dein Arbeitsbereich hat die maximale Anzahl an Teams erreicht. Erstelle unbeschränkt Teams mit einem kostenlosen 30-Tage Test. Kontaktiere deinen System Administrator.",
"create_team.createTeamRestricted.title": "Professional Funktion",
"create_team.display_name.charLength": "Name muss zwischen {min} und {max} Zeichen lang sein. Du kannst eine längere Teambeschreibung später hinzufügen.",
@ -3566,6 +3590,7 @@
"dnd_custom_time_picker_modal.time": "Zeit",
"drafts.actions.delete": "Entwurf löschen",
"drafts.actions.edit": "Entwurf bearbeiten",
"drafts.actions.scheduled": "Senden des Entwurfs planen",
"drafts.actions.send": "Entwurf senden",
"drafts.confirm.delete.button": "Ja, löschen",
"drafts.confirm.delete.text": "Bist du sicher, dass du diesen Entwurf löschen willst <strong>{displayName}</strong> ?",
@ -4828,6 +4853,35 @@
"saveChangesPanel.tryAgain": "Erneut versuchen",
"save_button.save": "Speichern",
"save_button.saving": "Wird gespeichert",
"schedule_post.custom_time_modal.cancel_button_text": "Abbrechen",
"schedule_post.custom_time_modal.confirm_button_text": "Zeitplan",
"schedule_post.custom_time_modal.dm_user_time": "{dmUserTime} für {dmUserName}",
"schedule_post.custom_time_modal.title": "Geplante Nachricht",
"schedule_post.tab.heading": "Geplant",
"scheduled_post.action.delete": "Geplante Nachricht löschen",
"scheduled_post.action.edit": "Geplante Nachricht bearbeiten",
"scheduled_post.action.reschedule": "Nachricht neu planen",
"scheduled_post.action.send_now": "Jetzt senden",
"scheduled_post.channel_indicator.link_to_scheduled_posts.text": "Alle geplanten Nachrichten anzeigen",
"scheduled_post.channel_indicator.multiple": "Du hast {count} geplante Nachrichten.",
"scheduled_post.channel_indicator.single": "Die Nachricht ist für {dateTime} vorgesehen.",
"scheduled_post.channel_indicator.with_other_user_late_time": "Du hast {count, plural, =1 {eine} other {#}} <a>geplante {count, plural, =1 {Nachricht} other {Nachrichten}}</a>.",
"scheduled_post.delete_modal.body": "Bist du sicher, dass du diese geplante Nachricht an <strong>{displayName}</strong> löschen möchtest?",
"scheduled_post.delete_modal.title": "Geplante Nachricht löschen",
"scheduled_post.error_code.channel_archived": "Kanal archiviert",
"scheduled_post.error_code.channel_removed": "Kanal entfernt",
"scheduled_post.error_code.invalid_post": "Ungültige Nachricht",
"scheduled_post.error_code.no_channel_member": "Nicht im Kanal",
"scheduled_post.error_code.no_channel_permission": "Fehlende Erlaubnis",
"scheduled_post.error_code.thread_deleted": "Unterhaltung gelöscht",
"scheduled_post.error_code.unable_to_send": "Senden nicht möglich",
"scheduled_post.error_code.unknown_error": "Unbekannter Fehler",
"scheduled_post.error_code.user_deleted": "Benutzer gelöscht",
"scheduled_post.error_code.user_missing": "Benutzer gelöscht",
"scheduled_post.panel.error_indicator.message": "Einer deiner geplanten Entwürfe kann nicht gesendet werden.",
"scheduled_post.panel.header.time": "Senden {isTodayOrTomorrow, select, true {} other {am}} {scheduledDateTime}",
"scheduled_posts.row_title_channel.placeholder": "In: {icon} Kein Ziel",
"scheduled_posts.row_title_thread.placeholder": "Unterhaltung zu: {icon} Kein Ziel",
"search_bar.channels": "Kanäle",
"search_bar.clear": "Leeren",
"search_bar.file_types": "Dateitypen",
@ -4948,6 +5002,7 @@
"shortcuts.files.upload.mac": "Dateien hochladen:\t⌘|U",
"shortcuts.generic.alt": "Alt",
"shortcuts.generic.ctrl": "Strg",
"shortcuts.generic.enter": "Enter",
"shortcuts.generic.shift": "Umschalt",
"shortcuts.header": "Tastaturkürzel\tStrg|#",
"shortcuts.header.mac": "Tastaturkürzel\t⌘|#",
@ -5596,6 +5651,17 @@
"user.settings.notifications.desktopAndMobile.noneDesktopButMobileMentions": "Nie auf dem Desktop; Erwähnungen, direkte Nachrichten und Gruppennachrichten auf dem Handy",
"user.settings.notifications.desktopAndMobile.noneForDesktopAndMobile": "Nie",
"user.settings.notifications.desktopAndMobile.nothing": "Keine",
"user.settings.notifications.desktopAndMobile.notificationSection.noPermissionIssueTag": "Nicht unterstützt",
"user.settings.notifications.desktopAndMobile.notificationSection.permissionDenied.button": "So aktivierst du Benachrichtigungen",
"user.settings.notifications.desktopAndMobile.notificationSection.permissionDenied.message": "Du verpasst wichtige Nachrichten und Anrufbenachrichtigungen von Mattermost. Um Benachrichtigungen zu erhalten, aktiviere bitte Benachrichtigungen für Mattermost in deinen Browsereinstellungen.",
"user.settings.notifications.desktopAndMobile.notificationSection.permissionDenied.title": "Die Erlaubnis zur Browser-Benachrichtigung wurde verweigert",
"user.settings.notifications.desktopAndMobile.notificationSection.permissionIssueTag": "Erlaubnis erforderlich",
"user.settings.notifications.desktopAndMobile.notificationSection.permissionNeverGranted.button": "Benachrichtigungen einschalten",
"user.settings.notifications.desktopAndMobile.notificationSection.permissionNeverGranted.message": "Du verpasst wichtige Nachrichten und Anrufbenachrichtigungen von Mattermost. Mattermost-Benachrichtigungen sind in diesem Browser deaktiviert.",
"user.settings.notifications.desktopAndMobile.notificationSection.permissionNeverGranted.title": "Browser-Benachrichtigungen sind deaktiviert",
"user.settings.notifications.desktopAndMobile.notificationSection.permissionUnsupported.button": "Aktualisiere deinen Browser",
"user.settings.notifications.desktopAndMobile.notificationSection.permissionUnsupported.message": "Du verpasst wichtige Nachrichten und Anrufbenachrichtigungen von Mattermost. Um Benachrichtigungen zu erhalten, aktualisiere bitte auf einen unterstützten Browser.",
"user.settings.notifications.desktopAndMobile.notificationSection.permissionUnsupported.title": "Browser-Benachrichtigungen werden nicht unterstützt",
"user.settings.notifications.desktopAndMobile.notifyForDesktopthreads": "Benachrichtige mich über Antworten auf Unterhaltungen, denen ich folge",
"user.settings.notifications.desktopAndMobile.notifyForMobilethreads": "Benachrichtige mich auf dem Handy über Antworten auf Unterhaltungen, denen ich folge",
"user.settings.notifications.desktopAndMobile.offline": "Offline",

View file

@ -4,6 +4,8 @@
"ONE_HUNDRED_TO_500": "101-500",
"ONE_THOUSAND_TO_2500": "1001-2500",
"ONE_TO_50": "1-50",
"Schedule_post.empty_state.subtitle": "Schedule drafts to send messages at a later time. Any scheduled drafts will show up here and can be modified after being scheduled.",
"Schedule_post.empty_state.title": "No scheduled drafts at the moment",
"TWO_THOUSAND_FIVE_HUNDRED_AND_UP": "2501-5000",
"about.buildnumber": "Build Number:",
"about.cloudEdition": "Cloud",
@ -96,7 +98,7 @@
"add_command.outgoing_oauth_connections.help_text": "You can connect commands to <link>outgoing OAuth connections</link>.",
"add_command.save": "Save",
"add_command.saving": "Saving...",
"add_command.token": "**Token**: {token}",
"add_command.token": "<b>Token</b>: {token}",
"add_command.trigger": "Command Trigger Word",
"add_command.trigger.help": "Specify a trigger word that is not a built-in command, does not contain spaces, and does not begin with the slash character.",
"add_command.trigger.helpExamples": "Examples: client, employee, patient, weather",
@ -149,13 +151,13 @@
"add_incoming_webhook.icon_url.help": "Enter the URL of a .png or .jpg file for the profile picture of this integration when posting. The file should be at least 128 pixels by 128 pixels. If left blank, the profile picture specified by the webhook creator is used.",
"add_incoming_webhook.save": "Save",
"add_incoming_webhook.saving": "Saving...",
"add_incoming_webhook.url": "**URL**: {url}",
"add_incoming_webhook.url": "<b>URL</b>: {url}",
"add_incoming_webhook.username": "Username",
"add_incoming_webhook.username.help": "Specify the username this integration will post as. Usernames must be in lowercase, be up to 22 characters, and can contain numbers and the symbols '-', '_', and '.' . If left blank, the name specified by the webhook creator is used.",
"add_oauth_app.callbackUrls.help": "Specify the URIs to which the service redirects users after accepting or denying them authorisation to your application, and handles authorisation codes or access tokens. It must start with http:// or https://.",
"add_oauth_app.callbackUrlsRequired": "One or more callback URLs are required",
"add_oauth_app.clientId": "**Client ID**: {id}",
"add_oauth_app.clientSecret": "**Client Secret**: {secret}",
"add_oauth_app.clientId": "<b>Client ID</b>: {id}",
"add_oauth_app.clientSecret": "<b>Client Secret</b>: {secret}",
"add_oauth_app.description.help": "Describe your OAuth 2.0 application.",
"add_oauth_app.descriptionRequired": "Description for the OAuth 2.0 application is required.",
"add_oauth_app.doneHelp": "Your OAuth 2.0 application is set up. Please use the following Client ID and Client Secret when requesting authorisation for your application (details at <link>oAuth 2.0 Applications</link>).",
@ -167,15 +169,15 @@
"add_oauth_app.name.help": "Specify the display name of your OAuth 2.0 application. You can use up to 64 characters.",
"add_oauth_app.nameRequired": "Name for the OAuth 2.0 application is required.",
"add_oauth_app.trusted.help": "If true, the OAuth 2.0 application is considered trusted by the Mattermost server and does not require the user to accept authorisation. If false, a window opens to ask the user to accept or deny the authorisation.",
"add_oauth_app.url": "**URL(s)**: {url}",
"add_oauth_app.url": "<b>URL(s)</b>: {url}",
"add_outgoing_oauth_connection.add": "Add",
"add_outgoing_oauth_connection.audienceUrls.help": "The URLs which will receive requests with the OAuth token, e.g. your custom slash command handler endpoint. Must be a valid URL and start with http:// or https://.",
"add_outgoing_oauth_connection.audienceUrls.label": "Audience URLs (One Per Line)",
"add_outgoing_oauth_connection.audienceUrls.required": "One or more audience URLs are required.",
"add_outgoing_oauth_connection.audience_urls": "**Audience URL(s)**: `{url}`",
"add_outgoing_oauth_connection.audience_urls": "<b>Audience URL(s)</b>: `{url}`",
"add_outgoing_oauth_connection.cancel": "Cancel",
"add_outgoing_oauth_connection.clientId": "**Client ID**: {id}",
"add_outgoing_oauth_connection.clientSecret": "**Client Secret**: \\*\\*\\*\\*\\*\\*\\*\\*",
"add_outgoing_oauth_connection.clientId": "<b>Client ID</b>: {id}",
"add_outgoing_oauth_connection.clientSecret": "<b>Client Secret</b>: \\*\\*\\*\\*\\*\\*\\*\\*",
"add_outgoing_oauth_connection.client_id.help": "Specify the Client ID for your OAuth connection.",
"add_outgoing_oauth_connection.client_id.label": "Client ID",
"add_outgoing_oauth_connection.client_id.required": "Client ID for the OAuth connection is required.",
@ -195,13 +197,13 @@
"add_outgoing_oauth_connection.oauth_token_url.help": "Specify the OAuth Token URL for your OAuth connection.",
"add_outgoing_oauth_connection.oauth_token_url.label": "OAuth Token URL",
"add_outgoing_oauth_connection.oauth_token_url.required": "OAuth Token URL for the OAuth connection is required.",
"add_outgoing_oauth_connection.password": "**Password**: {password}",
"add_outgoing_oauth_connection.password": "<b>Password</b>: {password}",
"add_outgoing_oauth_connection.save": "Save",
"add_outgoing_oauth_connection.save_anyway": "Save anyway",
"add_outgoing_oauth_connection.save_without_validation_warning": "This connection has not been validated, do you want to save anyway?",
"add_outgoing_oauth_connection.saving": "Saving...",
"add_outgoing_oauth_connection.token_url": "**Token URL**: `{url}`",
"add_outgoing_oauth_connection.username": "**Username**: {username}",
"add_outgoing_oauth_connection.token_url": "<b>Token URL</b>: `{url}`",
"add_outgoing_oauth_connection.username": "<b>Username</b>: {username}",
"add_outgoing_oauth_connection.validate": "Validate Connection",
"add_outgoing_oauth_connection.validated_connection": "Validated connection",
"add_outgoing_oauth_connection.validating": "Validating...",
@ -227,7 +229,7 @@
"add_outgoing_webhook.icon_url.help": "Enter the URL of a .png or .jpg file for this integration to use as the profile picture when posting. The file should be at least 128 pixels by 128 pixels. If left blank, the profile picture specified by the webhook creator is used.",
"add_outgoing_webhook.save": "Save",
"add_outgoing_webhook.saving": "Saving...",
"add_outgoing_webhook.token": "**Token**: {token}",
"add_outgoing_webhook.token": "<b>Token</b>: {token}",
"add_outgoing_webhook.token.message": "Make sure to add this bot account to teams and channels you want it to interact in. See <link>documentation</link> to learn more.",
"add_outgoing_webhook.triggerWords": "Trigger Words (One Per Line)",
"add_outgoing_webhook.triggerWords.help": "Specify the trigger words that send an HTTP POST request to your application. The trigger can be for the channel, the outgoing webhook or both. If you select only Channel, trigger words are optional. If you select both, the message must match both values.",
@ -241,6 +243,7 @@
"add_teams_to_scheme.confirmation.accept": "Yes, Move Team",
"add_teams_to_scheme.confirmation.message": "This team is already selected in another team scheme, are you sure you want to move it to this team scheme?",
"add_teams_to_scheme.confirmation.title": "Team Override Scheme Change?",
"add_teams_to_scheme.modalTitle": "Add Teams to Team Selection List",
"add_user_to_channel_modal.add": "Add",
"add_user_to_channel_modal.cancel": "Cancel",
"add_user_to_channel_modal.help": "Type to find a channel. Use ↑↓ to browse, ↵ to select, ESC to dismiss.",
@ -435,6 +438,9 @@
"admin.bleve.purgeIndexesButton.success": "Indexes purged successfully.",
"admin.bleve.purgeIndexesHelpText": "Purging will entirely remove the content of the Bleve index directory. Search results may be incomplete until a bulk index of the existing database is rebuilt.",
"admin.bleve.title": "Bleve",
"admin.channelSettings.channelDetail.channelName": "Name",
"admin.channelSettings.channelDetail.channelTeam": "Team",
"admin.channelSettings.channelDetail.channel_organizations": "Organisations",
"admin.channel_list.archived": "Archived",
"admin.channel_list.group_sync": "Group Sync",
"admin.channel_list.manual_invites": "Manual Invites",
@ -552,13 +558,15 @@
"admin.compliance.enableDailyTitle": "Enable Daily Report:",
"admin.compliance.enableDesc": "When true, Mattermost allows compliance reporting from the <strong>Compliance and Auditing</strong> tab. See <link>documentation</link> to learn more.",
"admin.compliance.enableTitle": "Enable Compliance Reporting:",
"admin.compliance.newComplianceExportBanner": "This feature is replaced by a new [Compliance Export]({siteURL}/admin_console/compliance/export) feature, and will be removed in a future release. We recommend migrating to the new system.",
"admin.compliance.newComplianceExportBanner": "This feature is replaced by a new <link>Compliance Export</link> feature and will be removed in a future release. It is recommended to migrate to the new system.",
"admin.complianceExport.createJob.help": "Initiates a Compliance Export job immediately.",
"admin.complianceExport.createJob.title": "Run Compliance Export Job Now",
"admin.complianceExport.exportFormat.actiance": "Actiance XML",
"admin.complianceExport.exportFormat.csv": "CSV",
"admin.complianceExport.exportFormat.globalrelay": "Global Relay EML",
"admin.complianceExport.exportFormat.title": "Export Format:",
"admin.complianceExport.exportFormatDetail.details": "For Actiance XML, compliance export files are written to the exports subdirectory of the configured <a>Local Storage Directory</a>. For Global Relay EML, they are emailed to the configured email address.",
"admin.complianceExport.exportFormatDetail.intro": "Format of the compliance export. Corresponds to the system that you want to import the data into.",
"admin.complianceExport.exportJobStartTime.description": "Set the start time of the daily scheduled compliance export job. Choose a time when fewer people are using your system. Must be a 24-hour time stamp in the form HH:MM.",
"admin.complianceExport.exportJobStartTime.example": "E.g.: '02:00'",
"admin.complianceExport.exportJobStartTime.title": "Compliance Export time:",
@ -642,6 +650,8 @@
"admin.customization.customUrlSchemesPlaceholder": "E.g.: 'git,smtp'",
"admin.customization.enableCustomEmojiDesc": "Enable users to create custom emoji for use in messages. When enabled, custom emoji settings can be accessed in Channels through the emoji picker.",
"admin.customization.enableCustomEmojiTitle": "Enable Custom Emoji:",
"admin.customization.enableDesktopLandingPageDesc": "Whether or not to prompt a user to use the Desktop App when they first use Mattermost.",
"admin.customization.enableDesktopLandingPageTitle": "Enable Desktop App Landing Page:",
"admin.customization.enableEmojiPickerDesc": "The emoji picker allows users to select emoji to add as reactions or use in messages. Enabling the emoji picker with a large number of custom emoji may slow down performance.",
"admin.customization.enableEmojiPickerTitle": "Enable Emoji Picker:",
"admin.customization.enableGifPickerDesc": "Allows users to select GIFs from the emoji picker.",
@ -1083,6 +1093,7 @@
"admin.group_settings.group_profile.group_teams_and_channels.assignedRoles": "Assigned Roles",
"admin.group_settings.group_profile.group_teams_and_channels.name": "Name",
"admin.group_settings.group_profile.group_teams_and_channels.type": "Type",
"admin.group_settings.group_profile.group_users.ldapConnectorText": "AD/LDAP Connector is configured to sync and manage this group and its users. <a>Click here to view</a>",
"admin.group_settings.group_row.configure": "Configure",
"admin.group_settings.group_row.edit": "Edit",
"admin.group_settings.group_row.link_failed": "Link failed",
@ -1113,6 +1124,7 @@
"admin.guest_access.disableConfirmTitle": "Save and Disable Guest Access?",
"admin.guest_access.disableConfirmWarning": "All current guest account sessions will be revoked, and marked as inactive",
"admin.guest_access.enableTitle": "Enable Guest Access: ",
"admin.guest_access.helpText": "When true, external guests can be invited to channels within teams. Please see <a>Permissions Schemes</a> for which roles can invite guests.",
"admin.guest_access.hideTags": "Hide guest tag",
"admin.guest_access.hideTagsDescription": "When true, the 'guest' tag will not be shown next to the name of all guest users in the Mattermost chat interface.",
"admin.guest_access.mfaDescription": "When true, <link>multi-factor authentication</link> for guests is required for login. New guest users will be required to configure MFA on signup. Logged in guest users without MFA configured are redirected to the MFA setup page until configuration is complete.\n \nIf your system has guest users with login methods other than AD/LDAP and email, MFA must be enforced with the authentication provider outside of Mattermost.",
@ -1383,6 +1395,8 @@
"admin.license.renewalCard.licenseExpired": "Licence expired on {date, date, long}.",
"admin.license.renewalCard.licenseExpiring": "Licence expires in {days} days on {date, date, long}.",
"admin.license.renewalCard.reviewNumbers": "Review your numbers below to ensure you renew for the right number of users.",
"admin.license.renewalCard.usersNumbers_active": "Active Users: ",
"admin.license.renewalCard.usersNumbers_licensed": "Licensed Users: ",
"admin.license.title": "Edition and Licence",
"admin.license.trial-request.accept-terms": "By clicking <strong>Start trial</strong>, I agree to the <linkEvaluation>Mattermost Software and Services Licence Agreement</linkEvaluation>, <linkPrivacy>Privacy Policy</linkPrivacy> and receiving product emails.",
"admin.license.trial-request.embargoed": "We were unable to process the request due to limitations for embargoed countries. <link>Learn more in our documentation</link>, or reach out to legal@mattermost.com for questions around export limitations.",
@ -1392,6 +1406,8 @@
"admin.license.trialCard.contactSales": "Contact sales",
"admin.license.trialCard.licenseExpiring": "You're currently on a free trial of our Mattermost Enterprise licence.",
"admin.license.trialCard.purchase_license": "Purchase a licence",
"admin.license.trialLicenseCard.expiringAfterFewDays": "Your free trial will expire in <b>{daysCount} {daysCount, plural, one {day} other {days}}</b>. Visit the customer portal to purchase a licence now to continue using Mattermost Professional and Enterprise features after the trial ends.",
"admin.license.trialLicenseCard.expiringToday": "Your free trial expires <b>Today at {time}</b>. Visit the customer portal to purchase a licence now to continue using Mattermost Professional and Enterprise features after the trial ends",
"admin.license.trialUpgradeAndRequest.submit": "Upgrade Server And Start Trial",
"admin.license.upgrade-and-trial-request.accept-terms-final-part": "I agree to the terms of the Mattermost {eeModalTerms}. Upgrading will download the binary and update your Team Edition instance.",
"admin.license.upgrade-and-trial-request.accept-terms-initial-part": "By selecting <strong>Upgrade Server and Start Trial</strong>, I agree to the <linkEvaluation>Mattermost Software Evaluation Agreement</linkEvaluation>, <linkPrivacy>Privacy Policy</linkPrivacy>, and receiving product emails. ",
@ -1405,6 +1421,12 @@
"admin.license.upload-modal.successfulUpgradeText": "You have upgraded to the {skuName} plan for {licensedUsersNum, number} seats. This is effective from {startsAt} until {expiresAt}. ",
"admin.license.upload-modal.title": "Upload a Licence Key",
"admin.license.uploadFile": "Upload File",
"admin.licenseSettings.teamEdition.teamEditionRightPanel.acceptTermsFinal": ". Upgrading will download the binary and update your team edition.",
"admin.licenseSettings.teamEdition.teamEditionRightPanel.acceptTermsInitial": "By clicking <b>Upgrade</b>, I agree to the terms of Mattermost ",
"admin.licenseSettings.teamEdition.teamEditionRightPanel.eeLicenseLink": "Enterprise Edition Licence",
"admin.licenseSettings.teamEdition.teamEditionRightPanel.restart": "Restart Server",
"admin.licenseSettings.teamEdition.teamEditionRightPanel.restarting": "Restarting",
"admin.licenseSettings.teamEdition.teamEditionRightPanel.upgradedRestart": "You have upgraded your binary to Mattermost Enterprise, please restart the server to start using the new binary. You can do it right here:",
"admin.lockTeammateNameDisplay": "Lock Teammate Name Display for all users: ",
"admin.lockTeammateNameDisplayHelpText": "When true, disables users' ability to change settings under <strong>Settings > Display > Teammate Name Display</strong>.",
"admin.log.AdvancedLoggingJSONDescription": "The JSON configuration for Advanced Logging. Please see <link>documentation</link> to learn more about Advanced Logging and the JSON format it uses.",
@ -1750,8 +1772,11 @@
"admin.permissions.roles.system_admin.description": "Access to modifying everything.",
"admin.permissions.roles.system_admin.name": "System Admin",
"admin.permissions.roles.system_admin.type": "System Role",
"admin.permissions.roles.system_custom_group_admin.deauthorize_reminder": "Don't forget to deauthorise all other system users from administering Custom Groups by unticking the associated permissions box in System console > User Management > Permissions.",
"admin.permissions.roles.system_custom_group_admin.description": "Administers all Custom Groups across the system.",
"admin.permissions.roles.system_custom_group_admin.introduction": "The built-in Custom Group Manager role can be used to delegate the administration of <a>Custom Groups</a> to users other than the System Admin.",
"admin.permissions.roles.system_custom_group_admin.name": "Custom Group Manager",
"admin.permissions.roles.system_custom_group_admin.permissions_info": "This role has permission to create, edit and delete custom user groups by selecting <b>User groups</b> from the Products menu.",
"admin.permissions.roles.system_custom_group_admin.type": "System Role",
"admin.permissions.roles.system_manager.description": "Slightly less access than system admin.",
"admin.permissions.roles.system_manager.name": "System Manager",
@ -1975,6 +2000,8 @@
"admin.posts.persistentNotificationsMaxRecipients.title": "Maximum number of recipients for persistent notifications",
"admin.posts.postPriority.desc": "When enabled, users can configure a visual indicator to communicate messages that are important or urgent. Learn more about message priority in our <link>documentation</link>.",
"admin.posts.postPriority.title": "Message Priority",
"admin.posts.scheduledPosts.description": "When enabled, users can schedule and send messages in the future.",
"admin.posts.scheduledPosts.title": "Scheduled Posts",
"admin.privacy.showEmailDescription": "When false, hides the email address of members from everyone except System Administrators and the System Roles with read/write access to Compliance, Billing or User Management.",
"admin.privacy.showEmailTitle": "Show Email Address: ",
"admin.privacy.showFullNameDescription": "When false, hides the full name of members from everyone except System Administrators. Username is shown in place of full name.",
@ -2186,6 +2213,78 @@
"admin.saml_feature_discovery.copy": "When you connect Mattermost with your organisation's single sign-on provider, users can access Mattermost without having to re-enter their credentials.",
"admin.saml_feature_discovery.title": "Integrate SAML 2.0 with Mattermost Professional",
"admin.saving": "Saving Config...",
"admin.secure_connection_detail.page_title": "Connection Configuration",
"admin.secure_connection_detail.shared_channels.placeholder.subtitle": "Please add channels to start sharing",
"admin.secure_connection_detail.shared_channels.placeholder.title_home": "You haven't shared any channels",
"admin.secure_connection_detail.shared_channels.placeholder.title_remote": "{remote} hasn't shared any channels",
"admin.secure_connection_detail.shared_channels.table.name": "Name",
"admin.secure_connection_detail.shared_channels.table.remote_actions.remove": "Remove",
"admin.secure_connection_detail.shared_channels.table.team_home": "Current Team",
"admin.secure_connection_detail.shared_channels.table.team_remote": "Destination Team",
"admin.secure_connection_row.menu-button.aria_label": "Connection options for {connection}",
"admin.secure_connection_row.menu.aria_label": "secure connection row menu",
"admin.secure_connection_row.menu.delete": "Delete",
"admin.secure_connection_row.menu.edit": "Edit",
"admin.secure_connection_row.menu.share": "Generate invitation code",
"admin.secure_connections.accept_invite.confirm.done.button": "Accept",
"admin.secure_connections.accept_invite.invite_code": "Encrypted invitation code",
"admin.secure_connections.accept_invite.organization_name": "Organisation name",
"admin.secure_connections.accept_invite.password": "Password",
"admin.secure_connections.accept_invite.prompt": "Accept a secure connection from another server",
"admin.secure_connections.accept_invite.prompt_invite_password": "Enter the encrypted invitation code shared to you by the admin of the server you are connecting with.",
"admin.secure_connections.accept_invite.saving_changes_error": "An error occurred while accepting the invitation.",
"admin.secure_connections.accept_invite.select_team": "Please select the destination team where channels will be placed.",
"admin.secure_connections.accept_invite.select_team.legend": "Select a team",
"admin.secure_connections.accept_invite.share_title": "Accept a connection invite",
"admin.secure_connections.confirm.delete.button": "Yes, delete",
"admin.secure_connections.confirm.delete.text": "Are you sure you want to delete the secure connection <strong>{displayName}</strong>?",
"admin.secure_connections.confirm.delete.title": "Delete secure connection",
"admin.secure_connections.create_invite.confirm.done.button": "Done",
"admin.secure_connections.create_invite.confirm.save.button": "Save",
"admin.secure_connections.create_invite.create_invite.notice.title": "Share these two separately to avoid a security compromise",
"admin.secure_connections.create_invite.create_title": "Create connection",
"admin.secure_connections.create_invite.create_title_done": "Connection created",
"admin.secure_connections.create_invite.share.invite_code": "Encrypted invitation code",
"admin.secure_connections.create_invite.share.label": "Share this code and password",
"admin.secure_connections.create_invite.share.message": "Please share the invitation code and password with the administrator of the server you want to connect with.",
"admin.secure_connections.create_invite.share.password": "Password",
"admin.secure_connections.create_invite.share_title": "Invitation code",
"admin.secure_connections.details.org_name.help": "Giving the connection a recognisable name will help you remember its purpose.",
"admin.secure_connections.details.org_name.label": "Organisation Name",
"admin.secure_connections.details.saving_changes": "Saving secure connection…",
"admin.secure_connections.details.saving_changes_error": "An error occurred while saving secure connection",
"admin.secure_connections.details.shared_channels.add_channels.button": "Add channels",
"admin.secure_connections.details.shared_channels.subtitle": "A list of all the channels shared with your organisation and channels you're sharing externally.",
"admin.secure_connections.details.shared_channels.tabs.home": "Your channels",
"admin.secure_connections.details.shared_channels.title": "Shared Channels",
"admin.secure_connections.details.subtitle": "Connection name and other permissions",
"admin.secure_connections.details.team.help": "Select the default team in which any shared channels will be placed. This can be updated later for specific shared channels.",
"admin.secure_connections.details.team.label": "Destination Team",
"admin.secure_connections.details.title": "Connection Details",
"admin.secure_connections.menu.accept_invitation": "Accept an invitation",
"admin.secure_connections.menu.add_connection": "Add a connection",
"admin.secure_connections.menu.create_connection": "Create a connection",
"admin.secure_connections.menu.dropdownAriaLabel": "Connected workspaces actions menu",
"admin.secure_connections.placeholder.subtitle": "Connecting with an external workspace allows you to share channels with them",
"admin.secure_connections.placeholder.title": "Share channels",
"admin.secure_connections.serviceNotRunning": "Service not running, please restart server.",
"admin.secure_connections.shared_channels.add.close.button": "Close",
"admin.secure_connections.shared_channels.add.confirm.button": "Share",
"admin.secure_connections.shared_channels.add.error.channel_invite_not_home": "{channel} could not be added to this connection because it originates from another connection.",
"admin.secure_connections.shared_channels.add.error.inviting_remote_to_channel": "{channel} could not be added to this connection.",
"admin.secure_connections.shared_channels.add.input_label": "Search and add channels",
"admin.secure_connections.shared_channels.add.input_placeholder": "e.g. {channel_name}",
"admin.secure_connections.shared_channels.add.message": "Please select a team and channels to share",
"admin.secure_connections.shared_channels.add.title": "Select channels",
"admin.secure_connections.shared_channels.confirm.remove.button": "Remove",
"admin.secure_connections.shared_channels.confirm.remove.message": "The channel will be removed from this connection and will no longer be shared with it.",
"admin.secure_connections.shared_channels.confirm.remove.title": "Remove channel",
"admin.secure_connections.status_connected": "Connected",
"admin.secure_connections.status_offline": "Offline",
"admin.secure_connections.status_pending": "Connection Pending",
"admin.secure_connections.status_tooltip": "Last ping: {timestamp}",
"admin.secure_connections.subtitle": "Connected workspaces with this server",
"admin.secure_connections.title": "Connected Workspaces",
"admin.security.password": "Password",
"admin.server_logs.CopyLog": "Copy log",
"admin.server_logs.DataCopied": "Data copied",
@ -2357,6 +2456,7 @@
"admin.sidebar.reporting": "Reporting",
"admin.sidebar.restricted_indicator.tooltip.message.blocked": "This is {article} {minimumPlanRequiredForFeature} feature, available with an upgrade or free {trialLength}-day trial",
"admin.sidebar.saml": "SAML 2.0",
"admin.sidebar.secureConnections": "Connected Workspaces (Beta)",
"admin.sidebar.sessionLengths": "Session Lengths",
"admin.sidebar.signup": "Signup",
"admin.sidebar.site": "Site Configuration",
@ -2413,7 +2513,7 @@
"admin.support.aboutTitle": "About Link:",
"admin.support.enableAskCommunityDesc": "When true, 'Ask the community' link appears on the Mattermost user interface and Help Menu, which allows users to join the Mattermost Community to ask questions and help others troubleshoot issues. When false, the link is hidden from users.",
"admin.support.enableAskCommunityTitle": "Enable Ask Community Link:",
"admin.support.enableTermsOfServiceHelp": "When true, new users must accept the terms of service before accessing any Mattermost teams on desktop, web or mobile. Existing users must accept them after login or a page refresh.\n \nTo update terms of service link displayed in account creation and login pages, go to [Site Configuration > Customisation](../site_config/customization).",
"admin.support.enableTermsOfServiceHelp": "When true, new users must accept the terms of service before accessing any Mattermost teams on desktop, web or mobile. Existing users must accept them after login or a page refresh. To update terms of service link displayed in account creation and login pages, go to <a>Site Configuration > Customisation</a>",
"admin.support.enableTermsOfServiceTitle": "Enable Custom Terms of Service:",
"admin.support.forgotPasswordDesc": "The URL for the Forgot Password link on the Mattermost login page. If this field is empty the Forgot Password link takes users to the Password Reset page.",
"admin.support.forgotPasswordTitle": "Forgot Password Custom Link:",
@ -2488,6 +2588,7 @@
"admin.system_users.list.actions.menu.manageSettings": "Manage user settings",
"admin.system_users.list.actions.menu.manageTeams": "Manage teams",
"admin.system_users.list.actions.menu.manageTokens": "Manage tokens",
"admin.system_users.list.actions.menu.managedByLdap": "(Managed by LDAP)",
"admin.system_users.list.actions.menu.promoteToMember": "Promote to member",
"admin.system_users.list.actions.menu.removeMFA": "Remove MFA",
"admin.system_users.list.actions.menu.removeSessions": "Remove sessions",
@ -2581,6 +2682,9 @@
"admin.team.uploadDesc": "Customise your user experience by adding a custom image to your login screen. Recommended maximum image size is less than 2 MB.",
"admin.team.userCreationDescription": "When false, the ability to create accounts is disabled, and selecting Create Account displays an error. Applies to Email, OpenID Connect and OAuth 2.0 user account authentication.",
"admin.team.userCreationTitle": "Enable Account Creation: ",
"admin.teamChannelSettings.usersToBeRemovedModal.title": "<b>{total, number} {total, plural, one {User} other {Users}}</b> To Be Removed",
"admin.teamSettings.teamDetail.teamDescription": "<b>Team Description</b>:",
"admin.teamSettings.teamDetail.teamName": "<b>Team Name</b>:",
"admin.team_channel_settings.cancel": "Cancel",
"admin.team_channel_settings.channel_users_will_be_removed": "{amount, number} {amount, plural, one {User} other {Users}} will be removed from this channel. They are not in groups linked to this channel.",
"admin.team_channel_settings.convertAndRemoveConfirmModal.cancel": "No, cancel",
@ -2590,8 +2694,12 @@
"admin.team_channel_settings.convertAndRemoveConfirmModal.toPublicTitle": "Convert channel to public and remove {amount, number} {amount, plural, one {user} other {users}}",
"admin.team_channel_settings.convertConfirmModal.cancel": "No, cancel",
"admin.team_channel_settings.convertConfirmModal.toPrivateConfirm": "Yes, convert to private channel",
"admin.team_channel_settings.convertConfirmModal.toPrivateMessageFirstLine": "When you convert {displayName} to a private channel, history and membership are preserved. Publicly shared files remain accessible to anyone with the link. Membership in a private channel is by invitation only.",
"admin.team_channel_settings.convertConfirmModal.toPrivateMessageSecondLine": "Are you sure you want to convert {displayName} to a private channel?",
"admin.team_channel_settings.convertConfirmModal.toPrivateTitle": "Convert {displayName} to a private channel?",
"admin.team_channel_settings.convertConfirmModal.toPublicConfirm": "Yes, convert to public channel",
"admin.team_channel_settings.convertConfirmModal.toPublicMessageFirstLine": "When you convert {displayName} to a public channel, history and membership are preserved. Public channels are discoverable and can be joined by users on the system without invitation.",
"admin.team_channel_settings.convertConfirmModal.toPublicMessageSecondLine": "Are you sure you want to convert {displayName} to a public channel?",
"admin.team_channel_settings.convertConfirmModal.toPublicTitle": "Convert {displayName} to a public channel?",
"admin.team_channel_settings.groupMembers.close": "Close",
"admin.team_channel_settings.group_list.membersHeader": "Member Count",
@ -2610,6 +2718,8 @@
"admin.team_channel_settings.need_groups": "You must add at least one group to manage this team by sync group members.",
"admin.team_channel_settings.need_groups_channel": "You must add at least one group to manage this channel by sync group members.",
"admin.team_channel_settings.removeConfirmModal.messageChannel": "{amount, number} {amount, plural, one {user} other {users}} will be removed. They are not in groups linked to this channel. Are you sure you wish to remove {amount, plural, one {this user} other {these users}}?",
"admin.team_channel_settings.removeConfirmModal.messageChannelFirstLine": "{amount, number} {amount, plural, one {user} other {users}} will be removed. They are not in groups linked to this channel.",
"admin.team_channel_settings.removeConfirmModal.messageChannelSecondLine": "Are you sure you wish to remove these users?",
"admin.team_channel_settings.removeConfirmModal.messageTeam": "{amount, number} {amount, plural, one {user} other {users}} will be removed. They are not in groups linked to this team. Are you sure you wish to remove {amount, plural, one {this user} other {these users}}?",
"admin.team_channel_settings.removeConfirmModal.remove": "Save and remove {amount, plural, one {user} other {users}}",
"admin.team_channel_settings.removeConfirmModal.title": "Save and remove {amount, number} {amount, plural, one {user} other {users}}?",
@ -2684,6 +2794,7 @@
"admin.user_grid.system_admin": "System Admin",
"admin.user_grid.team_admin": "Team Admin",
"admin.user_item.deactivate": "Deactivate",
"admin.user_item.email_title": "<strong>Email:</strong> {email}",
"admin.user_item.guest": "Guest",
"admin.user_item.invalidEmail": "Invalid email address",
"admin.user_item.makeActive": "Activate",
@ -2693,6 +2804,7 @@
"admin.user_item.manageSettings.confirm_dialog.body": "You are about to access {userDisplayName}'s account settings. Any modifications you make will take effect immediately in their account. {userDisplayName} retains the ability to view and modify these settings at any time.<br></br><br></br> Are you sure you want to proceed with managing {userDisplayName}'s settings?",
"admin.user_item.manageSettings.disabled_tooltip": "Please upgrade to Enterprise to manage user settings",
"admin.user_item.manageTeams": "Manage Teams",
"admin.user_item.managedByLdap": "(Managed By LDAP)",
"admin.user_item.member": "Member",
"admin.user_item.menuAriaLabel": "User Actions Menu",
"admin.user_item.remoteUser": "Remote user",
@ -2778,6 +2890,10 @@
"analytics.team.totalUsers": "Total Activated Users",
"analytics.team.totalUsers.title.tooltip.hint": "Also called Registered Users",
"analytics.team.totalUsers.title.tooltip.title": "Activated users on this server",
"announcementBar.notification.permissionNeverGrantedBar.cta": "Enable notifications",
"announcementBar.notification.permissionNeverGrantedBar.message": "Your permission is required to show notifications in the browser.",
"announcementBar.notification.unsupportedBar.cta": "Update your browser",
"announcementBar.notification.unsupportedBar.message": "Your browser does not support browser notifications.",
"announcement_bar.error.email_verification_required": "Check your email inbox to verify the address.",
"announcement_bar.error.license_expired": "{licenseSku} licence is expired and some features may be disabled.",
"announcement_bar.error.license_expiring": "{licenseSku} licence expires on {date, date, long}.",
@ -2790,6 +2906,7 @@
"announcement_bar.error.trial_license_expiring_last_day": "This is the last day of your free trial. Purchase a licence now to continue using Mattermost Professional and Enterprise features.",
"announcement_bar.error.trial_license_expiring_last_day.short": "This is the last day of your free trial.",
"announcement_bar.notification.email_verified": "Email verified",
"announcement_bar.warn.contact_support_email": "<a>Contact support</a>.",
"announcement_bar.warn.contact_support_text": "To renew your licence, contact support at support@mattermost.com.",
"announcement_bar.warn.no_internet_connection": "Looks like you do not have access to the internet.",
"announcement_bar.warn.renew_license_contact_sales": "Contact Sales",
@ -2932,7 +3049,10 @@
"audit_table.userRemoved": "Removed {username} to the {channelName} channel",
"audit_table.verified": "Successfully verified your email address",
"authorize.allow": "Allow",
"authorize.allowAccess": "Allow <b>{appName}</b> access?",
"authorize.connectTitle": "Authorise <b>{appName}</b> to Connect to Your <b>Mattermost</b> User Account",
"authorize.deny": "Deny",
"authorize.modificationAccess": "The app <b>{appName}</b> would like the ability to access and modify your basic information.",
"avatar.alt": "{username} profile image",
"avatars.overflowUnnamedOnly": "{overflowUnnamedCount, plural, =1 {one other} other {# others}}",
"avatars.overflowUsers": "{overflowUnnamedCount, plural, =0 {{names}} =1 {{names} and one other} other {{names} and # others}}",
@ -2979,6 +3099,8 @@
"bots.add.icon": "Bot Icon",
"bots.add.username": "Username",
"bots.disabled": "Disabled",
"bots.emptySearch": "No bot accounts match <b>{searchTerm}</b>",
"bots.help2": "Enable bot account creation in the <a>System Console</a>.",
"bots.image.upload": "Upload Image",
"bots.manage.add": "Add Bot Account",
"bots.manage.add.add": "Add",
@ -3029,6 +3151,9 @@
"channelNotifications.mobileNotification.mention": "Mentions, direct messages and keywords only {optionalDefault}",
"channelNotifications.mobileNotification.newMessages": "All new messages {optionalDefault}",
"channelNotifications.mobileNotification.nothing": "Nothing {optionalDefault}",
"channelSelectorModal.title": "Add Channels to <b>Channel Selection</b> List",
"channelView.archivedChannel": "You are viewing an <b>archived channel</b>. New messages cannot be posted.",
"channelView.archivedChannelWithDeactivatedUser": "You are viewing an archived channel with a <b>deactivated user</b>. New messages cannot be posted.",
"channelView.login.successfull": "Login Successful",
"channel_bookmarks.addBookmark": "Add a bookmark",
"channel_bookmarks.addBookmarkLimitReached": "Cannot add more than {limit} bookmarks",
@ -3045,7 +3170,7 @@
"channel_bookmarks.create.error.generic_save": "An error occurred while attempting to save the bookmark.",
"channel_bookmarks.create.error.invalid_url": "Please enter a valid link. Could not parse: {link}.",
"channel_bookmarks.create.error.invalid_url.continue_anyway": "Could not find: {url}. Please enter a valid link, or <Confirm>continue anyway</Confirm>.",
"channel_bookmarks.create.error.invalid_url.continuing_anyway": "Could not find: {url}. Please enter a valid link.",
"channel_bookmarks.create.error.invalid_url.continuing_anyway": "This may not be a valid link: {url}.",
"channel_bookmarks.create.file_input.edit": "Edit",
"channel_bookmarks.create.file_input.label": "Attachment",
"channel_bookmarks.create.link_info": "Add a link to any post, file or external link",
@ -3102,6 +3227,15 @@
"channel_info_rhs.header.title": "Info",
"channel_info_rhs.menu.files": "Files",
"channel_info_rhs.menu.files.filter": "Filter",
"channel_info_rhs.menu.files.filter.all_file_types": "All file types",
"channel_info_rhs.menu.files.filter.audio": "Audio",
"channel_info_rhs.menu.files.filter.code": "Code",
"channel_info_rhs.menu.files.filter.documents": "Documents",
"channel_info_rhs.menu.files.filter.file_menu": "file menu",
"channel_info_rhs.menu.files.filter.images": "Images",
"channel_info_rhs.menu.files.filter.presentations": "Presentations",
"channel_info_rhs.menu.files.filter.spreadsheets": "Spreadsheets",
"channel_info_rhs.menu.files.filter.videos": "Videos",
"channel_info_rhs.menu.members": "Members",
"channel_info_rhs.menu.notification_preferences": "Notification Preferences",
"channel_info_rhs.menu.pinned": "Pinned messages",
@ -3252,6 +3386,7 @@
"cloud_billing_history_modal.title": "Invoice(s)",
"cloud_signup.signup_consequences": "Your credit card will be charged today. <a>See how billing works.</a>",
"cloud_upgrade.error_min_seats": "Minimum of 10 seats required",
"collapsedReplyThreadsModal.helpText": "Threads have been revamped to help you create organised conversation around specific messages. Now, channels will appear less cluttered as replies are collapsed under the original message and all the conversations you're following are available in your <b>Threads</b> view. Take the tour to see what's new.",
"collapsed_reply_threads_modal.confirm": "Got it",
"collapsed_reply_threads_modal.skip_tour": "Skip Tour",
"collapsed_reply_threads_modal.take_the_tour": "Take the Tour",
@ -3295,12 +3430,17 @@
"combined_system_message.you": "You",
"commercial_support.download_support_packet": "Download Support Packet",
"commercial_support.title": "Commercial Support",
"commercial_support_modal.description": "If you're experiencing issues, <a>submit a support ticket</a>. To help with troubleshooting, it's recommended to download the Support Packet below that includes more details about your Mattermost environment.",
"commercial_support_modal.download_contents": "Select your Support Packet contents to download",
"commercial_support_modal.warning.banner": "Before downloading the Support Packet, set <strong>Output Logs to File</strong> to <strong>true</strong> and set <strong>File Log Level</strong> to <strong>DEBUG</strong> <a>here</a>.",
"confirm_modal.cancel": "Cancel",
"confirm_switch_to_yearly_modal.confirm": "Confirm",
"confirm_switch_to_yearly_modal.contact_sales": "Contact Sales",
"confirm_switch_to_yearly_modal.subtitle": "Changing to the annual plan is irreversible. Are you sure you want to switch from monthly to the annual plan?",
"confirm_switch_to_yearly_modal.subtitle2": "For more information, please contact Sales.",
"confirm_switch_to_yearly_modal.title": "Confirm switch to annual plan",
"convertChannel.question1": "When you convert <b>{display_name}</b> to a private channel, history and membership are preserved. Publicly shared files remain accessible to anyone with the link. Membership in a private channel is by invitation only.",
"convertChannel.question3": "Are you sure you want to convert <b>{display_name}</b> to a private channel?",
"convert_channel.cancel": "No, cancel",
"convert_channel.confirm": "Yes, convert to private channel",
"convert_channel.question2": "The change is permanent and cannot be undone.",
@ -3309,6 +3449,10 @@
"copy.code.message": "Copy code",
"copy.text.message": "Copy text",
"copyTextTooltip.copy": "Copy",
"copy_text.copied": "Copied",
"copy_text.copy": "Copy",
"createComment.threadFromArchivedChannelMessage": "You are viewing a thread from an <b>archived channel</b>. New messages cannot be posted.",
"createComment.threadFromDeactivatedUserMessage": "You are viewing an archived channel with a <b>deactivated user</b>. New messages cannot be posted.",
"create_category_modal.create": "Create",
"create_category_modal.createCategory": "Create New Category",
"create_comment.addComment": "Reply to this thread",
@ -3316,6 +3460,7 @@
"create_group_memberships_modal.create": "Yes",
"create_group_memberships_modal.desc": "You're about to add or re-add {username} to teams and channels based on their LDAP group membership. You can revert this change at any time.",
"create_group_memberships_modal.title": "Re-add {username} to teams and channels",
"create_post.dm_or_gm_remote": "Direct Messages and Group Messages with remote users are not supported.",
"create_post.error_message": "Your message is too long. Character count: {length}/{limit}",
"create_post.fileProcessing": "Processing...",
"create_post.file_limit_sticky_banner.admin_message": "New uploads will automatically archive older files. To view them again, you can delete older files or <a>upgrade to a paid plan.</a>",
@ -3338,6 +3483,13 @@
"create_post.read_only": "This channel is read-only. Only members with permission can post here.",
"create_post.shortcutsNotSupported": "Keyboard shortcuts are not supported on your device.",
"create_post.write": "Write to {channelDisplayName}",
"create_post_button.option.schedule_message": "Schedule message",
"create_post_button.option.schedule_message.options.choose_custom_time": "Choose a custom time",
"create_post_button.option.schedule_message.options.header": "Schedule message",
"create_post_button.option.schedule_message.options.monday": "Monday at {9amTime}",
"create_post_button.option.schedule_message.options.next_monday": "Next Monday at {9amTime}",
"create_post_button.option.schedule_message.options.tomorrow": "Tomorrow at {9amTime}",
"create_post_button.option.send_now": "Send Now",
"create_team.createTeamRestricted.message": "Your workspace plan has reached the limit on the number of teams. Create unlimited teams with a free 30-day trial. Contact your System Administrator.",
"create_team.createTeamRestricted.title": "Professional feature",
"create_team.display_name.charLength": "Name must be {min} or more characters up to a maximum of {max}. You can add a longer team description later.",
@ -3395,9 +3547,12 @@
"deactivate_member_modal.desc.for_users_with_bot_accounts3": "Bot accounts they manage will be disabled along with their integrations. To enable them again, go to <linkBots>Integrations > Bot Accounts</linkBots>. <linkDocumentation>Learn more about bot accounts</linkDocumentation>.",
"deactivate_member_modal.sso_warning": "You must also deactivate this user in the SSO provider or they will be reactivated on next login or sync.",
"deactivate_member_modal.title": "Deactivate {username}",
"deleteChannelModal.canViewArchivedChannelsWarning": "This will archive the channel from the team. Channel contents will still be accessible by channel members.",
"deleteChannelModal.cannotViewArchivedChannelsWarning": "This will archive the channel from the team and remove it from the user interface. Archived channels can be unarchived if needed again.",
"deleteChannelModal.confirmArchive": "Are you sure you wish to archive the <b>{display_name}</b> channel?",
"delete_category_modal.delete": "Delete",
"delete_category_modal.deleteCategory": "Delete this category?",
"delete_category_modal.helpText": "Channels in **{category_name}** will move back to the Channels and Direct messages categories. You're not removed from any channels.",
"delete_category_modal.helpText": "Channels in <b>{category_name}</b> will move back to the Channels and Direct messages categories. You're not removed from any channels.",
"delete_channel.cancel": "Cancel",
"delete_channel.confirm": "Confirm ARCHIVE Channel",
"delete_channel.del": "Archive",
@ -3435,6 +3590,7 @@
"dnd_custom_time_picker_modal.time": "Time",
"drafts.actions.delete": "Delete draft",
"drafts.actions.edit": "Edit draft",
"drafts.actions.scheduled": "Schedule draft",
"drafts.actions.send": "Send draft",
"drafts.confirm.delete.button": "Yes, delete",
"drafts.confirm.delete.text": "Are you sure you want to delete this draft to <strong>{displayName}</strong>?",
@ -3461,6 +3617,7 @@
"drafts.tutorialTip.title": "Drafts",
"drafts.tutorial_tip.notNow": "Not now",
"drafts.tutorial_tip.viewDrafts": "View drafts",
"editPost.timeLimitModal.description": "Setting a time limit <b>applies to all users</b> who have the 'Edit Post' permissions in any permission scheme.",
"edit_category_modal.helpText": "Drag channels into this category to organise your sidebar.",
"edit_category_modal.placeholder": "Name your category",
"edit_channel_header_modal.cancel": "Cancel",
@ -3594,6 +3751,7 @@
"export_user_data_modal.dange_range.previous_month": "You're about to export user data for the previous month. When the export is ready, a CSV file will be sent to you in a Mattermost direct message. This export will take a few minutes.",
"export_user_data_modal.do_not_show": "Do not show this again",
"export_user_data_modal.export_data": "Export data",
"export_user_data_modal.export_data.table_filters_note": "Note: The exported data will use the filters you have set in the users list. To export all data first remove the filters.",
"export_user_data_modal.title": "Export user data",
"feature_restricted_modal.agreement": "By selecting <highlight>Try free for {trialLength} days</highlight>, I agree to the <linkEvaluation>Mattermost Software Evaluation Agreement</linkEvaluation>, <linkPrivacy>Privacy Policy</linkPrivacy>, and receiving product emails.",
"feature_restricted_modal.button.notify": "Contact admin",
@ -3617,6 +3775,17 @@
"file_search_result_item.download": "Download",
"file_search_result_item.more_actions": "More Actions",
"file_search_result_item.open_in_channel": "Open in channel",
"file_type.audio": "Audio",
"file_type.code": "Code file",
"file_type.image": "Image",
"file_type.patch": "Patch file",
"file_type.pdf": "Acrobat",
"file_type.presentation": "Powerpoint Presentation",
"file_type.spreadsheet": "Excel spreadsheet",
"file_type.svg": "Vector graphics",
"file_type.text": "Text file",
"file_type.video": "Video",
"file_type.word": "Word Document",
"file_upload.disabled": "File attachments are disabled.",
"file_upload.drag_folder": "This attachment cannot be uploaded.",
"file_upload.fileAbove": "File above {max}MB cannot be uploaded: {filename}",
@ -3746,6 +3915,7 @@
"generic_icons.warning": "Warning Icon",
"generic_modal.cancel": "Cancel",
"generic_modal.confirm": "Confirm",
"getApp.downloadLinkInBrowser": "Or, <a>open this link in your browser</a>.",
"get_app.continueToBrowser": "View in Browser",
"get_app.dontHaveTheDesktopApp": "Don't have the Desktop App?",
"get_app.dontHaveTheMobileApp": "Don't have the Mobile App?",
@ -3798,6 +3968,7 @@
"installed_commands.help.appDirectory": "App Directory",
"installed_commands.help.buildYourOwn": "Build Your Own",
"installed_commands.search": "Search Slash Commands",
"installed_commands.search.empty": "No slash commands match <b>{searchTerm}</b>",
"installed_commands.unnamed_command": "Unnamed Slash Command",
"installed_incoming_webhooks.add": "Add Incoming Webhook",
"installed_incoming_webhooks.delete.confirm": "This action permanently deletes the incoming webhook and breaks any integrations using it. Are you sure you want to delete it?",
@ -3811,6 +3982,8 @@
"installed_incoming_webhooks.unknown_channel": "A Private Webhook",
"installed_integrations.audience_urls": "Audience URLs: {urls}",
"installed_integrations.callback_urls": "Callback URLs: {urls}",
"installed_integrations.client_id": "Client ID: ",
"installed_integrations.client_secret": "Client Secret: ",
"installed_integrations.content_type": "Content-Type: {contentType}",
"installed_integrations.creation": "Created by {creator} on {createAt, date, full}",
"installed_integrations.delete": "Delete",
@ -3841,6 +4014,7 @@
"installed_oauth_apps.help.oauthApplications": "OAuth 2.0 applications",
"installed_oauth_apps.homepage": "Homepage",
"installed_oauth_apps.iconUrl": "Icon URL",
"installed_oauth_apps.is_trusted": "Is Trusted: ",
"installed_oauth_apps.name": "Display Name",
"installed_oauth_apps.save": "Save",
"installed_oauth_apps.saving": "Saving...",
@ -3859,7 +4033,7 @@
"installed_outgoing_oauth_connections.help.outgoingOauthConnections": "Outgoing OAuth Connections",
"installed_outgoing_oauth_connections.password": "Password: ********",
"installed_outgoing_oauth_connections.search": "Search outgoing OAuth connections",
"installed_outgoing_oauth_connections.username": "Username: **{username}**",
"installed_outgoing_oauth_connections.username": "Username: ",
"installed_outgoing_webhooks.add": "Add Outgoing Webhook",
"installed_outgoing_webhooks.delete.confirm": "This action permanently deletes the outgoing webhook and breaks any integrations using it. Are you sure you want to delete it?",
"installed_outgoing_webhooks.empty": "No outgoing webhooks found",
@ -3868,6 +4042,7 @@
"installed_outgoing_webhooks.help.appDirectory": "App Directory",
"installed_outgoing_webhooks.help.buildYourOwn": "Build your own",
"installed_outgoing_webhooks.search": "Search Outgoing Webhooks",
"installed_outgoing_webhooks.search.empty": "No outgoing webhooks match <b>{searchTerm}</b>",
"installed_outgoing_webhooks.unknown_channel": "A Private Webhook",
"integrations.add": "Add",
"integrations.command.description": "Slash commands send events to external integrations",
@ -3950,6 +4125,8 @@
"invite.members.user-is-not-guest": "This person is already a member of the workspace. Invite them as a member instead of a guest.",
"invite.rate-limit-exceeded": "Invite emails rate limit exceeded.",
"invite_modal.add_channels_title_a": "Add to channels",
"invite_modal.add_channels_title_member": "<b>(optional)</b>",
"invite_modal.add_channels_title_nonmember": "<b>(required)</b>",
"invite_modal.add_invites": "Enter a name or email address",
"invite_modal.as": "Invite as",
"invite_modal.choose_guest_a": "Guest",
@ -3965,7 +4142,7 @@
"invite_modal.invited_guests": "Guests",
"invite_modal.invited_members": "Members",
"invite_modal.no_permissions.description": "You do not have permissions to add users or guests. If this seems like an error, please reach out to your system administrator.",
"invite_modal.no_permissions.title": "Unable to continue",
"invite_modal.no_permissions.title": "Unable to invite people",
"invite_modal.people": "people",
"invite_modal.restricted_invite_guest.post_trial_description": "Collaborate with users outside of your organisation while tightly controlling their access to channels and team members. Upgrade to the Professional plan to create unlimited user groups.",
"invite_modal.restricted_invite_guest.post_trial_title": "Upgrade to invite guest",
@ -3976,6 +4153,7 @@
"joinChannel.JoinButton": "Join",
"joinChannel.joiningButton": "Joining...",
"join_team_group_constrained_denied": "You need to be a member of a linked group to join this team.",
"join_team_group_constrained_denied_adminText": "You need to be a member of a linked group to join this team. You can add a group to this team <a>here</a>.",
"katex.error": "Couldn't compile your LaTeX code. Please review the syntax and try again.",
"last_users_message.added_to_channel.type": "were **added to the channel** by {actor}.",
"last_users_message.added_to_team.type": "were **added to the team** by {actor}.",
@ -4002,9 +4180,15 @@
"leave_private_channel_modal.title": "Leave Private Channel {channel}",
"leave_public_channel_modal.message": "Are you sure you wish to leave the channel {channel}? You can re-join this channel in the future if you change your mind.",
"leave_public_channel_modal.title": "Leave Channel {channel}",
"leave_team_modal.description": "<strong>You will be removed from {num_of_public_channels} public {num_of_public_channels,plural,one {channel} other {channels}} and {num_of_private_channels} private {num_of_private_channels,plural,one {channel} other {channels}} on this team.</strong> If the team is private you won't be able to rejoin it without an invitation from another team member. Are you sure?",
"leave_team_modal.no": "No",
"leave_team_modal.title": "Leave the team?",
"leave_team_modal.yes": "Yes",
"leave_team_modal_guest.description": "<strong>You will be removed from {num_of_public_channels} public {num_of_public_channels,plural,one {channel} other {channels}} and {num_of_private_channels} private {num_of_private_channels,plural,one {channel} other {channels}} on this team.</strong> You won't be able to rejoin it without an invitation from another team member. Are you sure?",
"leave_team_modal_guest_only_private.description": "<strong>You will be removed from {num_of_private_channels} private {num_of_private_channels,plural,one {channel} other {channels}} on this team.</strong> You won't be able to rejoin it without an invitation from another team member. Are you sure?",
"leave_team_modal_guest_only_public.description": "<strong>You will be removed from {num_of_public_channels} public {num_of_public_channels,plural,one {channel} other {channels}} on this team.</strong> You won't be able to rejoin it without an invitation from another team member. Are you sure?",
"leave_team_modal_private.description": "<strong>You will be removed from {num_of_private_channels} private {num_of_private_channels,plural,one {channel} other {channels}} on this team.</strong> If the team is private you won't be able to rejoin it without an invitation from another team member. Are you sure?",
"leave_team_modal_public.description": "<strong>You will be removed from {num_of_public_channels} public {num_of_public_channels,plural,one {channel} other {channels}} on this team.</strong> Are you sure?",
"licensingPage.infoBanner.startTrialTitle": "Free 30 day trial",
"licensingPage.overageUsersBanner.cta": "Contact Sales",
"licensingPage.overageUsersBanner.noticeDescription": "Notify your Customer Success Manager on your next true-up check. <a></a>",
@ -4088,10 +4272,10 @@
"marketplace_modal.list.update_available": "Update available:",
"marketplace_modal.list.update_confirmation.confirm_button": "Update",
"marketplace_modal.list.update_confirmation.message.current": "You currently have {installedVersion} installed.",
"marketplace_modal.list.update_confirmation.message.current_with_release_notes": "You currently have {installedVersion} installed. View the [release notes](!{releaseNotesUrl}) to learn about the changes included in this update.",
"marketplace_modal.list.update_confirmation.message.current_with_release_notes": "You currently have {installedVersion} installed. View the <a>release notes</a> to learn about the changes included in this update.",
"marketplace_modal.list.update_confirmation.message.intro": "Are you sure you want to update the {name} plugin to {version}?",
"marketplace_modal.list.update_confirmation.message.warning_major_version": "This update may contain breaking changes.",
"marketplace_modal.list.update_confirmation.message.warning_major_version_with_release_notes": "This update may contain breaking changes. Consult the [release notes](!{releaseNotesUrl}) before upgrading.",
"marketplace_modal.list.update_confirmation.message.warning_major_version_with_release_notes": "This update may contain breaking changes. Consult the <a>release notes</a> before upgrading.",
"marketplace_modal.list.update_confirmation.title": "Confirm Plugin Update",
"marketplace_modal.no_plugins": "No plugins found",
"marketplace_modal.no_plugins_installed": "You do not have any plugins installed.",
@ -4107,15 +4291,18 @@
"menu.cloudFree.postTrial.tryEnterprise": "Interested in a limitless plan with high-security features? <openModalLink>See plans</openModalLink>",
"message_submit_error.invalidCommand": "Command with a trigger of '{command}' not found. ",
"message_submit_error.sendAsMessageLink": "Click here to send as a message.",
"mfa.confirm.complete": "**Set up complete!**",
"mfa.confirm.complete": "Set up complete!",
"mfa.confirm.okay": "Okay",
"mfa.confirm.secure": "Your account is now secure. Next time you sign in, you will be asked to enter a code from the Google Authenticator app on your phone.",
"mfa.setup.badCode": "Invalid code. If this issue persists, contact your System Administrator.",
"mfa.setup.code": "MFA Code",
"mfa.setup.codeError": "Please enter the code from Google Authenticator.",
"mfa.setup.required_mfa": "<strong>Multi-factor authentication is required on {siteName}.</strong>",
"mfa.setup.save": "Save",
"mfa.setup.secret": "Secret: {secret}",
"mfa.setup.step1": "<strong>Step 1: </strong>On your phone, download Google Authenticator from <linkiTunes>iTunes</linkiTunes> or <linkGooglePlay>Google Play</linkGooglePlay>",
"mfa.setup.step2_secret": "<strong>Step 2: </strong>Use Google Authenticator to scan this QR code, or manually type in the secret key.",
"mfa.setup.step3_code": "<strong>Step 3: </strong>Enter the code generated by Google Authenticator.",
"mfa.setupTitle": "Multi-factor Authentication Setup",
"mobile.set_status.away.icon": "Away Icon",
"mobile.set_status.dnd.icon": "Do Not Disturb Icon",
@ -4282,10 +4469,22 @@
"no_results.user_groups.title": "No groups yet",
"notification.crt": "Reply in {title}",
"notification.dm": "Direct Message",
"notifyAll.question": "By using <b>@all</b> or <b>@channel</b> you are about to send notifications to <b>{totalMembers} people</b>. Are you sure you want to do this?",
"notifyAll.questionTimezone": "By using <b>@all</b> or <b>@channel</b> you are about to send notifications to <b>{totalMembers} people</b> in <b>{timezones, number} {timezones, plural, one {timezone} other {timezones}}</b>. Are you sure you want to do this?",
"notifyAll.question_groups": "By using <b>{mentions}</b> and <b>{finalMention}</b> you are about to send notifications to at least <b>{totalMembers} people</b>. Are you sure you want to do this?",
"notifyAll.question_oneGroup": "By using <b>{mention}</b> you are about to send notifications to at least <b>{totalMembers} people</b>. Are you sure you want to do this?",
"notifyAll.question_timezoneGroups": "By using <b>{mentions}</b> and <b>{finalMention}</b> you are about to send notifications to at least <b>{totalMembers} people</b> in <b>{timezones, number} {timezones, plural, one {timezone} other {timezones}}</b>. Are you sure you want to do this?",
"notifyAll.question_timezone_oneGroup": "By using <b>{mention}</b> you are about to send notifications to at least <b>{totalMembers} people</b> in <b>{timezones, number} {timezones, plural, one {timezone} other {timezones}}</b>. Are you sure you want to do this?",
"notifyHere.question_timezone": "By using <b>@here</b> you are about to send notifications to at least <b>{totalMembers} other people</b> in <b>{timezones, number} {timezones, plural, one {timezone} other {timezones}}</b>. Are you sure you want to do this?",
"notify_admin_to_upgrade_cta.notify-admin.already_notified": "Already notified!",
"notify_admin_to_upgrade_cta.notify-admin.failed": "Try again later!",
"notify_admin_to_upgrade_cta.notify-admin.notified": "Admin notified!",
"notify_admin_to_upgrade_cta.notify-admin.notify": "Notify your admin",
"notify_admin_to_upgrade_cta.notify-admin.notifying": "Notifying...",
"notify_all.confirm": "Confirm",
"notify_all.title.confirm": "Confirm Sending Notifications to Entire Channel",
"notify_all.title.confirm_groups": "Confirm sending notifications to groups",
"notify_here.question": "By using **@here** you are about to send notifications to up to **{totalMembers} other people**. Are you sure you want to do this?",
"notify_here.question": "By using <b>@here</b> you are about to send notifications to at least <b>{totalMembers} other people</b>. Are you sure you want to do this?",
"numMembers": "{num, number} {num, plural, one {member} other {members}}",
"onboardingTask.checklist.completed_subtitle": "We hope Mattermost is more familiar now.",
"onboardingTask.checklist.completed_title": "Well done. Youve completed all of the tasks!",
@ -4424,6 +4623,8 @@
"post_delete.okay": "Okay",
"post_delete.someone": "Someone deleted the message on which you tried to post a comment.",
"post_header.update_status": "Update your status",
"post_info.actions.noActions.first_line": "No Actions currently",
"post_info.actions.noActions.second_line": "configured for this server",
"post_info.actions.tooltip.actions": "Actions",
"post_info.actions.tutorialTip": "Message actions that are provided\nthrough apps, integrations or plugins\n have moved to this menu item.",
"post_info.actions.tutorialTip.title": "Actions for messages",
@ -4578,6 +4779,7 @@
"public_private_selector.private.title": "Private",
"public_private_selector.public.description": "Anyone",
"public_private_selector.public.title": "Public",
"quickSwitchModal.help_no_team": "Type to find a channel. Use <b>UP/DOWN</b> to browse, <b>ENTER</b> to select, <b>ESC</b> to dismiss.",
"quick_switch_modal.help_mobile": "Type to find a channel.",
"quick_switch_modal.input": "quick switch input",
"quick_switch_modal.switchChannels": "Find Channels",
@ -4651,10 +4853,44 @@
"saveChangesPanel.tryAgain": "Try again",
"save_button.save": "Save",
"save_button.saving": "Saving",
"schedule_post.custom_time_modal.cancel_button_text": "Cancel",
"schedule_post.custom_time_modal.confirm_button_text": "Schedule",
"schedule_post.custom_time_modal.dm_user_time": "{dmUserTime} for {dmUserName}",
"schedule_post.custom_time_modal.title": "Schedule message",
"schedule_post.tab.heading": "Scheduled",
"scheduled_post.action.delete": "Delete scheduled post",
"scheduled_post.action.edit": "Edit scheduled post",
"scheduled_post.action.reschedule": "Reschedule post",
"scheduled_post.action.send_now": "Send now",
"scheduled_post.channel_indicator.link_to_scheduled_posts.text": "See all scheduled messages",
"scheduled_post.channel_indicator.multiple": "You have {count} scheduled messages.",
"scheduled_post.channel_indicator.single": "Message scheduled for {dateTime}.",
"scheduled_post.channel_indicator.with_other_user_late_time": "You have {count, plural, =1 {one} other {#}} <a>scheduled {count, plural, =1 {message} other {messages}}</a>.",
"scheduled_post.delete_modal.body": "Are you sure you want to delete this scheduled post to <strong>{displayName}</strong>?",
"scheduled_post.delete_modal.title": "Delete scheduled post",
"scheduled_post.error_code.channel_archived": "Channel Archived",
"scheduled_post.error_code.channel_removed": "Channel Removed",
"scheduled_post.error_code.invalid_post": "Invalid Post",
"scheduled_post.error_code.no_channel_member": "Not In Channel",
"scheduled_post.error_code.no_channel_permission": "Missing Permission",
"scheduled_post.error_code.thread_deleted": "Thread Deleted",
"scheduled_post.error_code.unable_to_send": "Unable to Send",
"scheduled_post.error_code.unknown_error": "Unknown Error",
"scheduled_post.error_code.user_deleted": "User Deleted",
"scheduled_post.error_code.user_missing": "User Deleted",
"scheduled_post.panel.error_indicator.message": "One of your scheduled drafts cannot be sent.",
"scheduled_post.panel.header.time": "Send {isTodayOrTomorrow, select, true {} other {on}} {scheduledDateTime}",
"scheduled_posts.row_title_channel.placeholder": "In: {icon} No Destination",
"scheduled_posts.row_title_thread.placeholder": "Thread to: {icon} No Destination",
"search_bar.channels": "Channels",
"search_bar.clear": "Clear",
"search_bar.file_types": "File types",
"search_bar.files_tab": "Files",
"search_bar.messages_tab": "Messages",
"search_bar.search": "Search",
"search_bar.searchGroupMembers": "Search group members",
"search_bar.search_files": "Search files",
"search_bar.search_messages": "Search messages",
"search_bar.search_types.files": "FILES",
"search_bar.search_types.messages": "MESSAGES",
"search_bar.usage.searchLearn": "<a>Learn about search</a>",
@ -4664,6 +4900,7 @@
"search_bar.usage.title": "Search options",
"search_bar.usage.title_files": "File search options",
"search_bar.usage.title_messages": "Message search options",
"search_bar.users": "Users",
"search_files_list_option.after": "Files after a date",
"search_files_list_option.before": "Files before a date",
"search_files_list_option.exclude": "Exclude search terms",
@ -4681,6 +4918,9 @@
"search_header.title3": "Saved messages",
"search_header.title5": "Extra Information",
"search_header.title_edit.history": "Edit History",
"search_hint.enter_to_search": "Press Enter to search",
"search_hint.enter_to_select": "Press Enter to select",
"search_hint.filter": "Filter your search with:",
"search_item.channelArchived": "Archived",
"search_item.direct": "Direct Message (with {username})",
"search_item.file_tag.direct_message": "Direct Message",
@ -4762,6 +5002,7 @@
"shortcuts.files.upload.mac": "Upload files:\t⌘|U",
"shortcuts.generic.alt": "Alt",
"shortcuts.generic.ctrl": "Ctrl",
"shortcuts.generic.enter": "Enter",
"shortcuts.generic.shift": "Shift",
"shortcuts.header": "Keyboard shortcuts\tCtrl|/",
"shortcuts.header.mac": "Keyboard shortcuts\t⌘|/",
@ -4928,6 +5169,7 @@
"sidebar_right_menu.console": "System Console",
"sidebar_right_menu.flagged": "Saved messages",
"sidebar_right_menu.recentMentions": "Recent Mentions",
"signup.agreement": "By proceeding to create your account and use {siteName}, you agree to our <a1>Terms of Use</a1> and <a2>Privacy Policy</a2>. If you do not agree, you cannot use {siteName}.",
"signup.ldap": "AD/LDAP Credentials",
"signup_team.guest_without_channels": "Your guest account has no channels assigned. Please contact an administrator.",
"signup_team.join_open": "Teams you can join: ",
@ -5030,6 +5272,7 @@
"suggestion.search.private": "Private Channels",
"suggestion.search.public": "Public Channels",
"suggestion.user.isCurrent": "(you)",
"suggestionList.noMatches": "No items match <b>{value}</b>",
"system_notice.adminVisible": "Only visible to System Admins",
"system_notice.adminVisible.icon": "Only visible to System Admins Icon",
"system_notice.body.api3": "If youve created or installed integrations in the last two years, find out how <link>recent changes</link> may have affected them.",
@ -5161,6 +5404,7 @@
"tutorial_tip.ok": "Next",
"tutorial_tip.out": "Opt out of these tips.",
"tutorial_tip.seen": "Seen this before? ",
"unarchiveChannelModal.viewArchived.question": "Are you sure you wish to unarchive the <b>{display_name}</b> channel?",
"unarchive_channel.cancel": "Cancel",
"unarchive_channel.confirm": "Confirm UNARCHIVE Channel",
"unarchive_channel.del": "Unarchive",
@ -5407,6 +5651,17 @@
"user.settings.notifications.desktopAndMobile.noneDesktopButMobileMentions": "Never on desktop; mentions, direct messages and group messages on mobile",
"user.settings.notifications.desktopAndMobile.noneForDesktopAndMobile": "Never",
"user.settings.notifications.desktopAndMobile.nothing": "Nothing",
"user.settings.notifications.desktopAndMobile.notificationSection.noPermissionIssueTag": "Not supported",
"user.settings.notifications.desktopAndMobile.notificationSection.permissionDenied.button": "How to enable notifications",
"user.settings.notifications.desktopAndMobile.notificationSection.permissionDenied.message": "You may be missing important message and call notifications from Mattermost. To start receiving notifications, please enable notifications for Mattermost in your browser settings.",
"user.settings.notifications.desktopAndMobile.notificationSection.permissionDenied.title": "Browser notification permission was denied",
"user.settings.notifications.desktopAndMobile.notificationSection.permissionIssueTag": "Permission required",
"user.settings.notifications.desktopAndMobile.notificationSection.permissionNeverGranted.button": "Enable notifications",
"user.settings.notifications.desktopAndMobile.notificationSection.permissionNeverGranted.message": "You may be missing important message and call notifications from Mattermost. Mattermost notifications are disabled by this browser.",
"user.settings.notifications.desktopAndMobile.notificationSection.permissionNeverGranted.title": "Browser notifications are disabled",
"user.settings.notifications.desktopAndMobile.notificationSection.permissionUnsupported.button": "Update your browser",
"user.settings.notifications.desktopAndMobile.notificationSection.permissionUnsupported.message": "You may be missing important message and call notifications from Mattermost. To start receiving notifications, please update to a supported browser.",
"user.settings.notifications.desktopAndMobile.notificationSection.permissionUnsupported.title": "Browser notifications unsupported",
"user.settings.notifications.desktopAndMobile.notifyForDesktopthreads": "Notify me about replies to threads I'm following",
"user.settings.notifications.desktopAndMobile.notifyForMobilethreads": "Notify me on mobile about replies to threads I'm following",
"user.settings.notifications.desktopAndMobile.offline": "Offline",
@ -5558,6 +5813,8 @@
"user.settings.tokens.confirmCreateButton": "Yes, Create",
"user.settings.tokens.confirmCreateMessage": "You are generating a personal access token with System Admin permissions. Are you sure want to create this token?",
"user.settings.tokens.confirmCreateTitle": "Create System Admin Personal Access Token",
"user.settings.tokens.confirmDelete.confirmation": "Are you sure you want to delete the <b>{description}</b> token?",
"user.settings.tokens.confirmDelete.description": "Any integrations using this token will no longer be able to access the Mattermost API. You cannot undo this action.",
"user.settings.tokens.confirmDeleteButton": "Yes, Delete",
"user.settings.tokens.confirmDeleteTitle": "Delete Token?",
"user.settings.tokens.copy": "Please copy the access token below. You won't be able to see it again!",

View file

@ -372,9 +372,30 @@
"admin.channels.filterBy.team.loading": "Laster inn team",
"admin.channels.filterBy.team.noTeams": "Ingen team funnet",
"admin.channels.filterBy.team.placeholder": "Søk etter og velg team",
"admin.cluster.ClusterNameEx": "F.eks.: \"Produksjon\" eller \"Staging\"",
"admin.cluster.EnableExperimentalGossipEncryption": "Aktiver eksperimentell Gossip kryptering:",
"admin.cluster.EnableExperimentalGossipEncryptionDesc": "Når sann, vil all kommunikasjon gjennom Gossip protokollen være kryptert.",
"admin.cluster.EnableGossipCompression": "Aktiver Gossip komprimering:",
"admin.cluster.EnableGossipCompressionDesc": "Når sann, vil all kommunikasjon gjennom Gossip protokollen bli komprimert. Det anbefales å holde valget deaktivert.",
"admin.cluster.GossipPort": "Gossip port:",
"admin.cluster.GossipPortDesc": "Porten som brukes for Gossip protokollen. Både UDP og TCP bør være tillatt på denne porten.",
"admin.cluster.GossipPortEx": "F.eks.: \"8074\"",
"admin.cluster.UseIPAddress": "Bruk IP-adresse:",
"admin.cluster.UseIPAddressDesc": "Når sann, vil clusteret forsøke å kommunisere via IP-adresse i stedet for å bruke vertsnavnet.",
"admin.cluster.enableTitle": "Aktiver modus for høy tilgjengelighet:",
"admin.cluster.status_table.config_hash": "Konfigurasjonsfil MD5",
"admin.cluster.status_table.hostname": "Vertsnavn",
"admin.cluster.status_table.reload": " Last Cluster Status på nytt",
"admin.cluster.status_table.status": "Status",
"admin.cluster.status_table.version": "Versjon",
"admin.cluster.unknown": "ukjent",
"admin.compliance.complianceMonitoring": "Compliance overvåking",
"admin.compliance.directoryExample": "F.eks.: \"./data/\"",
"admin.compliance.directoryTitle": "Katalog for compliance rapporter:",
"admin.compliance.enableDailyDesc": "Når sann, vil Mattermost generere en daglig compliance rapport.",
"admin.compliance.enableDailyTitle": "Aktiver daglig rapport:",
"admin.compliance.enableTitle": "Aktiver compliance rapportering:",
"admin.complianceExport.createJob.help": "Starter en compliance eksport-jobb umiddelbart.",
"admin.complianceExport.createJob.title": "Kjør compliance eksportjobb nå",
"admin.complianceExport.exportFormat.csv": "CSV",
"admin.complianceExport.exportFormat.globalrelay": "Global Relay EML",
@ -382,11 +403,43 @@
"admin.complianceExport.exportJobStartTime.description": "Angi starttidspunktet for den daglige planlagte compliance eksportjobben. Velg et tidspunkt da færre personer bruker systemet ditt. Må være et 24-timers tidsstempel på formen TT:MM.",
"admin.complianceExport.exportJobStartTime.example": "Eks.: \"02:00\"",
"admin.complianceExport.exportJobStartTime.title": "Compliance eksporttid:",
"admin.complianceExport.globalRelayCustomSMTPPort.example": "F.eks.: \"25\"",
"admin.complianceExport.globalRelayCustomSMTPPort.title": "SMTP serverport:",
"admin.complianceExport.globalRelayCustomSMTPServerName.example": "F.eks.: \"feeds.globalrelay.com\"",
"admin.complianceExport.globalRelayCustomSMTPServerName.title": "SMTP servernavn:",
"admin.complianceExport.globalRelayCustomerType.a10.description": "A10/Type 10",
"admin.complianceExport.globalRelayCustomerType.a9.description": "A9/Type 9",
"admin.complianceExport.globalRelayCustomerType.custom.description": "Egendefinert",
"admin.complianceExport.globalRelayEmailAddress.example": "F.eks.: \"globalrelay@mattermost.com\"",
"admin.complianceExport.globalRelaySMTPPassword.example": "F.eks.: \"globalRelayPassword\"",
"admin.complianceExport.globalRelaySMTPPassword.title": "SMTP passord:",
"admin.complianceExport.globalRelaySMTPUsername.example": "F.eks.: \"globalRelayUser\"",
"admin.complianceExport.globalRelaySMTPUsername.title": "SMTP brukernavn:",
"admin.complianceExport.messagesExportedCount": "{count} meldinger eksportert.",
"admin.compliance_export_feature_discovery.copy": "Kjør daglige compliance rapporter og eksporter dem til en rekke formater som kan brukes av tredjeparts integrasjonsverktøy som Smarsh (Actiance).",
"admin.compliance_export_feature_discovery.title": "Kjør compliance eksport med Mattermost Enterprise",
"admin.compliance_reports.desc_placeholder": "F.eks. \"Audit 445 for HR\"",
"admin.compliance_reports.emails": "E-poster:",
"admin.compliance_reports.emails_placeholder": "F.eks. \"kari@eksempel.no, ola@eksempel.no\"",
"admin.compliance_reports.from": "Fra:",
"admin.compliance_reports.from_placeholder": "F.eks. \"2016-03-11\"",
"admin.compliance_reports.keywords": "Nøkkelord:",
"admin.compliance_reports.reload": "Last inn fullførte compliance rapporter på nytt",
"admin.compliance_reports.run": "Generer compliance rapport",
"admin.compliance_reports.title": "Compliance rapporter",
"admin.compliance_reports.to": "Til:",
"admin.compliance_reports.to_placeholder": "F.eks. \"2016-03-15\"",
"admin.compliance_table.desc": "Beskrivelse",
"admin.compliance_table.download": "Last ned",
"admin.compliance_table.failed": "Feilet",
"admin.compliance_table.files": "Filer",
"admin.compliance_table.pending": "Avventer",
"admin.compliance_table.status": "Status",
"admin.compliance_table.success": "Suksess",
"admin.compliance_table.timestamp": "Tidsstempel",
"admin.compliance_table.type": "Type",
"admin.compliance_table.userId": "Forespurt av",
"admin.connectionSecurityNone": "Ingen",
"admin.connectionSecurityNoneDescription": "Mattermost vil koble til over en usikker tilkobling.",
"admin.connectionSecurityStart": "STARTTLS",
"admin.connectionSecurityStartDescription": "Tar en eksisterende usikker tilkobling og prøver å oppgradere den til en sikker tilkobling ved hjelp av TLS.",
@ -397,14 +450,31 @@
"admin.custom_terms_of_service_feature_discovery.title": "Opprett egendefinerte vilkår for bruk med Mattermost Enterprise",
"admin.customization.allowSyncedDrafts": "Aktiver serversynkronisering av meldingsutkast:",
"admin.customization.allowSyncedDraftsDesc": "Når aktivert, vil brukernes meldingsutkast synkroniseres med serveren slik at de kan nås fra hvilken som helst enhet. Brukere kan denne funksjonaliteten i kontoinnstillingene.",
"admin.customization.androidAppDownloadLinkTitle": "Lenke for nedlasting av Android-appen:",
"admin.customization.customUrlSchemesPlaceholder": "F.eks.: \"git,smtp\"",
"admin.customization.enableCustomEmojiTitle": "Slå på egendefinert emoji:",
"admin.customization.uniqueEmojiReactionLimitPerPost": "Unik Emoji-reaksjonsgrense:",
"admin.customization.uniqueEmojiReactionLimitPerPost.maxValue": "Kan ikke øke grensen til en verdi over 500.",
"admin.customization.uniqueEmojiReactionLimitPerPost.minValue": "Kan ikke redusere grensen til under 0.",
"admin.customization.uniqueEmojiReactionLimitPerPostDesc": "Antall unike emoji-reaksjoner som kan legges til et innlegg. Å øke denne grensen kan føre til dårlig klientytelse. Maksimum er 500.",
"admin.customization.uniqueEmojiReactionLimitPerPostPlaceholder": "F.eks.: 25",
"admin.data_grid.loading": "Laster inn",
"admin.data_grid.paginatorCount": "{startCount, number} - {endCount, number} av {total, number}",
"admin.data_retention.channel_team_counts": "{team_count} {team_count, plural, one {team} other {teams}}, {channel_count} {channel_count, plural, one {channel} other {channels}}",
"admin.data_retention.channel_team_counts_empty": "Ikke tilgjengelig",
"admin.data_retention.createJob.instructions": "Daglig tid til å sjekke policyer og kjøre slettejobb:",
"admin.data_retention.createJob.title": "Kjør slettejobb nå",
"admin.data_retention.customPolicies.addPolicy": "Legg til policy",
"admin.data_retention.customPolicies.subTitle": "Tilpass hvor lenge bestemte team og kanaler skal beholde meldinger.",
"admin.data_retention.customPolicies.title": "Tilpassede oppbevaringsretningslinjer",
"admin.data_retention.customPoliciesTable.appliedTo": "Gjelder for",
"admin.data_retention.customPoliciesTable.channelMessages": "Kanalmeldinger",
"admin.data_retention.customPoliciesTable.description": "Beskrivelse",
"admin.data_retention.customTitle": "Tilpasset oppbevaringspolicy",
"admin.data_retention.custom_policy.cancel": "Avbryt",
"admin.data_retention.custom_policy.channel_selector.addChannels": "Legg til kanaler",
"admin.data_retention.custom_policy.save": "Lagre",
"admin.data_retention.custom_policy.serverError": "Det er feil i skjemaet ovenfor",
"admin.data_retention.custom_policy.team_selector.addTeams": "Legg til teams",
"admin.data_retention.custom_policy.team_selector.subTitle": "Legg til team som følger denne oppbevaringsretningslinjen.",
"admin.data_retention.custom_policy.team_selector.title": "Tilordnede teams",
@ -423,8 +493,13 @@
"admin.data_retention.globalPolicy.title": "Global oppbevaringspolicy",
"admin.data_retention.globalPolicyTitle": "Global oppbevaringspolicy",
"admin.data_retention.global_policy.form.numberError": "Du må legge til et tall som er større enn eller lik 1.",
"admin.data_retention.jobCreation.subTitle": "Daglig logg over meldinger og filer som er fjernet basert på policier definert ovenfor.",
"admin.data_retention.jobCreation.title": "Policy logg",
"admin.data_retention.jobTimeAM": "{time} AM (UTC)",
"admin.data_retention.jobTimePM": "{time} PM (UTC)",
"admin.data_retention.retention_days": "{count} {count, plural, one {day} other {days}}",
"admin.data_retention.retention_hours": "{count} {count, plural, one {hour} other {hours}}",
"admin.data_retention.retention_years": "{count} {count, plural, one {year} other {years}}",
"admin.database.migrations_table.name": "Navn",
"admin.database.migrations_table.version": "Versjon",
"admin.database.title": "Database",
@ -442,10 +517,17 @@
"admin.elasticsearch.connectionUrlDescription": "Adressen til Elasticsearch serveren. {documentationLink}",
"admin.elasticsearch.createJob.title": "Indekser nå",
"admin.elasticsearch.elasticsearch_test_button": "Test forbindelse",
"admin.elasticsearch.enableIndexingTitle": "Aktiver Elasticsearch-indeksering:",
"admin.elasticsearch.enableSearchingTitle": "Aktiver Elasticsearch for søk:",
"admin.elasticsearch.ignoredPurgeIndexesDescription.example": "F.eks.: .opendistro*,.security*",
"admin.elasticsearch.password": "F.eks.: \"dittpassord\"",
"admin.elasticsearch.passwordDescription": "(Valgfritt) Passordet for å autentisere til Elasticsearch serveren.",
"admin.elasticsearch.passwordTitle": "Server passord:",
"admin.elasticsearch.percentComplete": "{percent}% fullført",
"admin.elasticsearch.purgeIndexesButton": "Tøm indekser",
"admin.elasticsearch.purgeIndexesButton.error": "Kunne ikke tømme indekser: {error}",
"admin.elasticsearch.rebuildChannelsIndex.title": "Gjenoppbygg kanalindeks",
"admin.elasticsearch.rebuildChannelsIndexTitle": "Gjenoppbygg kanalindeks",
"admin.elasticsearch.skipTLSVerificationTitle": "Hopp over TLS-verifisering:",
"admin.elasticsearch.testConfigSuccess": "Testen var vellykket. Konfigurasjonen er lagret.",
"admin.elasticsearch.title": "Elasticsearch",
@ -729,6 +811,8 @@
"admin.oauth.off": "Ikke tillat pålogging via en OAuth 2.0-leverandør",
"admin.oauth.office365": "Entra ID",
"admin.oauth.openid": "OpenID Connect (Annet)",
"admin.office365.authTitle": "auth-endepunkt:",
"admin.office365.clientIdDescription": "Applikasjons-/klient-ID-en du mottok da du registrerte din applikasjon hos Microsoft.",
"admin.office365.clientIdExample": "F.eks.: \"adf3sfa2-ag3f-sn4n-ids0-sh1hdax192qq\"",
"admin.office365.clientIdTitle": "Applikasjon ID:",
"admin.office365.clientSecretDescription": "Det hemmelige applikasjonspassordet du genererte da du registrerte applikasjonen din hos Microsoft.",
@ -737,20 +821,41 @@
"admin.office365.directoryIdDescription": "Katalog-IDen (tenant) du mottok da du registrerte applikasjonen din hos Microsoft.",
"admin.office365.directoryIdExample": "F.eks.: \"adf3sfa2-ag3f-sn4n-ids0-sh1hdax192qq\"",
"admin.office365.directoryIdTitle": "Katalog-ID (tenant):",
"admin.office365.tokenTitle": "token-endepunkt:",
"admin.office365.userTitle": "Endepunkt for bruker-API:",
"admin.openIdConvert.help": "Lær mer",
"admin.openIdConvert.message": "Du kan nå konvertere OAuth2.0-konfigurasjonen til OpenID Connect.",
"admin.openIdConvert.text": "Konverter til OpenID Connect",
"admin.openid.buttonTextTitle": "Navn på knapp:",
"admin.openid.clientIdDescription": "Innhenting av klient-ID er forskjellig på tvers av leverandører. Vennligst sjekk din leverandørs dokumentasjon.",
"admin.openid.clientIdExample": "F.eks.: \"adf3sfa2-ag3f-sn4n-ids0-sh1hdax192qq\"",
"admin.openid.clientIdTitle": "Klient ID:",
"admin.openid.clientSecretExample": "F.eks.: \"adf3sfa2-ag3f-sn4n-ids0-sh1hdax192qq\"",
"admin.openid.clientSecretTitle": "Klient hemmelighet:",
"admin.openid.discovery.placeholder": "https://id.mittdomene.com/.vel-kjent/openid-konfigurasjon",
"admin.openid.gitlab": "GitLab",
"admin.openid.google": "Google Apps",
"admin.openid.off": "Ikke tillat pålogging via en OpenID-tilbyder.",
"admin.openid.office365": "Entra ID",
"admin.openid.select": "Velg tjenestetilbyder:",
"admin.openid_custom_feature_discovery.copy": "Bruk OpenID Connect for autentisering og enkel pålogging (SSO) med tjenester som støtter OIDC-spesifikasjonen som Apple, Okta, OneLogin og mer.",
"admin.openid_custom_feature_discovery.title": "Integrer OpenID Connect med Mattermost Professional",
"admin.openid_feature_discovery.title": "Integrer OpenID Connect med Mattermost Professional",
"admin.password.enableForgotLink.title": "Aktiver lenke for glemt passord:",
"admin.password.minimumLength": "Minimum passordlengde:",
"admin.password.minimumLengthExample": "F.eks.: \"5\"",
"admin.password.number": "Minst ett tall",
"admin.password.symbol": "Minst ett spesialtegn (f.eks. \"~!@#$%^&*()\")",
"admin.permissions.group.convert_public_channel_to_private.name": "Konverter kanaler",
"admin.permissions.group.delete_posts.description": "Slett egne og andres innlegg.",
"admin.permissions.group.delete_posts.name": "Slett innlegg",
"admin.permissions.group.edit_posts.description": "Rediger egne og andres innlegg.",
"admin.permissions.group.edit_posts.name": "Rediger innlegg",
"admin.permissions.group.guest_create_post.description": "Tillat brukere å opprette innlegg.",
"admin.permissions.group.guest_create_post.name": "Opprett innlegg",
"admin.permissions.group.guest_create_private_channel.description": "Opprett nye private kanaler.",
"admin.permissions.group.guest_create_private_channel.name": "Opprett kanaler",
"admin.permissions.group.guest_delete_post.description": "Forfatterens egne innlegg kan slettes.",
"admin.permissions.group.guest_delete_post.name": "Slett egne innlegg",
"admin.permissions.group.guest_edit_post.description": "{editTimeLimitButton} etter innlegg, la brukere redigere sine egne innlegg.",
"admin.permissions.group.guest_edit_post.name": "Rediger egne innlegg",
@ -906,10 +1011,18 @@
"admin.permissions.roles.system_admin.description": "Tilgang til å endre alt.",
"admin.permissions.roles.system_admin.name": "Systemadministrator",
"admin.permissions.roles.system_admin.type": "Systemrolle",
"admin.permissions.roles.system_custom_group_admin.description": "Administrerer alle egendefinerte grupper i systemet.",
"admin.permissions.roles.system_custom_group_admin.permissions_info": "Denne rollen har tillatelse til å opprette, redigere og slette egendefinerte brukergrupper ved å velge <b>Brukergrupper</b> fra Produkter-menyen.",
"admin.permissions.roles.system_custom_group_admin.type": "Systemrolle",
"admin.permissions.roles.system_manager.description": "Litt mindre tilganger enn systemadministrator.",
"admin.permissions.roles.system_manager.name": "Systemansvarlig",
"admin.permissions.roles.system_manager.type": "Systemrolle",
"admin.permissions.roles.system_read_only_admin.description": "Skrivebeskyttet tilgang for tilsyn.",
"admin.permissions.roles.system_read_only_admin.type": "Systemrolle",
"admin.permissions.roles.system_user.name": "Systembruker",
"admin.permissions.roles.system_user_manager.description": "Nok tilgang til å hjelpe med brukeradministrasjon.",
"admin.permissions.roles.system_user_manager.name": "Brukeradministrator",
"admin.permissions.roles.system_user_manager.type": "Systemrolle",
"admin.permissions.roles.team_admin.name": "Team administrator",
"admin.permissions.roles.team_user.name": "Team bruker",
"admin.permissions.sysconsole_section_about.description": "Muligheten til å installere eller oppgradere serverens bedriftslisensiering.",
@ -933,6 +1046,7 @@
"admin.permissions.sysconsole_section_compliance_compliance_monitoring.name": "Compliance overvåking",
"admin.permissions.sysconsole_section_compliance_custom_terms_of_service.name": "Egendefinerte vilkår for bruk",
"admin.permissions.sysconsole_section_compliance_data_retention_policy.name": "Policy for data retention",
"admin.permissions.sysconsole_section_environment.description": "Gjennomgå konfigurasjonen av servermiljøet, som f.eks. nettadresser, database og ytelse.",
"admin.permissions.sysconsole_section_environment_database.name": "Database",
"admin.permissions.sysconsole_section_environment_developer.name": "Utvikler",
"admin.permissions.sysconsole_section_environment_elasticsearch.name": "Elasticsearch",
@ -954,10 +1068,12 @@
"admin.permissions.sysconsole_section_integrations_gif.name": "GIF",
"admin.permissions.sysconsole_section_plugins.description": "Se gjennom installerte plugins og deres konfigurasjoner.",
"admin.permissions.sysconsole_section_plugins.name": "Plugins",
"admin.permissions.sysconsole_section_reporting.description": "Gjennomgå sitestatistikk, teamstatistikk og serverlogger.",
"admin.permissions.sysconsole_section_reporting.name": "Rapportering",
"admin.permissions.sysconsole_section_reporting_server_logs.name": "Serverlogger",
"admin.permissions.sysconsole_section_reporting_site_statistics.name": "Site statistikk",
"admin.permissions.sysconsole_section_reporting_team_statistics.name": "Team statistikk",
"admin.permissions.sysconsole_section_site.description": "Gjennomgå nettstedspesifikke konfigurasjoner som sitenavn, standardinnstillinger for varsling og fildeling.",
"admin.permissions.sysconsole_section_site.name": "Site konfigurasjon",
"admin.permissions.sysconsole_section_site_announcement_banner.name": "Systemdekkende varsler",
"admin.permissions.sysconsole_section_site_customization.name": "Tilpassing",
@ -967,6 +1083,7 @@
"admin.permissions.sysconsole_section_site_notices.name": "Merknader",
"admin.permissions.sysconsole_section_site_notifications.name": "Varsler",
"admin.permissions.sysconsole_section_site_posts.name": "Innlegg",
"admin.permissions.sysconsole_section_site_public_links.name": "Offentlige lenker",
"admin.permissions.sysconsole_section_site_users_and_teams.name": "Brukere og team",
"admin.permissions.sysconsole_section_user_management.description": "Gjennomgå brukere, grupper, team, kanaler, tillatelser og systemroller.",
"admin.permissions.sysconsole_section_user_management.name": "Brukeradministrasjon",
@ -977,6 +1094,16 @@
"admin.permissions.sysconsole_section_user_management_teams.name": "Teams",
"admin.permissions.sysconsole_section_user_management_users.description": "Kan ikke tilbakestille administratorpassord",
"admin.permissions.sysconsole_section_user_management_users.name": "Brukere",
"admin.permissions.systemRolesBannerTitle": "Administratorroller",
"admin.permissions.systemScheme.playbookAdminSubtitle": "Tillatelser gitt til administratorer av en playbook.",
"admin.permissions.systemScheme.resetDefaultsButton": "Tilbakestill til standarder",
"admin.permissions.systemScheme.resetDefaultsButtonModalBody": "Dette vil tilbakestille alle valgene på denne siden til standardinnstillingene. Er du sikker på at du vil tilbakestille?",
"admin.permissions.systemScheme.resetDefaultsButtonModalTitle": "Tilbakestille til standard?",
"admin.permissions.systemScheme.resetDefaultsConfirmationButton": "Ja, tilbakestill",
"admin.permissions.systemScheme.systemAdminsDescription": "Full tillatelse gitt til systemadministratorer.",
"admin.permissions.systemScheme.systemAdminsTitle": "Systemadministratorer",
"admin.permissions.systemScheme.teamAdminsDescription": "Tillatelser gitt til oppretterne av team og alle brukere som er oppgradert til teamadministrator.",
"admin.permissions.systemScheme.teamAdminsTitle": "Teamadministratorer",
"admin.permissions.system_role_permissions.no_access.title": "Ingen tilgang",
"admin.permissions.system_role_permissions.read.description": "Kan se denne delen, men kan ikke redigere noe i den",
"admin.permissions.system_role_permissions.read.title": "Lesebeskyttet",
@ -1022,7 +1149,51 @@
"admin.plugins.settings.marketplaceUrlDesc.empty": " nettadresse til Marketplace er et obligatorisk felt.",
"admin.plugins.settings.requirePluginSignature": "Krev plugin-signatur:",
"admin.plugins.settings.requirePluginSignatureDesc": "Når sann, er opplasting av plugins deaktivert og kan bare installeres via Marketplace. Plugins blir alltid verifisert under Mattermost-serveroppstart og initialisering. Se <link>dokumentasjonen</link> for å finne ut mer.",
"admin.reporting.workspace_optimization.chip_problems": "Problemer: {count}",
"admin.reporting.workspace_optimization.chip_suggestions": "Forslag: {count}",
"admin.reporting.workspace_optimization.chip_warnings": "Advarsler: {count}",
"admin.reporting.workspace_optimization.configuration.description": "Du har konfigurasjonsproblemer som må løses",
"admin.reporting.workspace_optimization.configuration.descriptionOk": "Du ser ut til å ha god konfigurasjon for SSL og sesjonslengder!",
"admin.reporting.workspace_optimization.configuration.file_storage.cta": "Konfigurer fillagring",
"admin.reporting.workspace_optimization.configuration.file_storage.title": "Tilgang til fillagring er feil.",
"admin.reporting.workspace_optimization.configuration.root_status.description": "Det anbefales ikke å kjøre Mattermost som root. Vennligst bruk en ikke-rootbruker.",
"admin.reporting.workspace_optimization.configuration.root_status.title": "Mattermost kjører som root",
"admin.reporting.workspace_optimization.configuration.session_length.cta": "Konfigurer sesjonslengde",
"admin.reporting.workspace_optimization.configuration.session_length.title": "Sesjonslengder er satt til standard",
"admin.reporting.workspace_optimization.configuration.ssl.title": "Konfigurer SSL for å gjøre din server sikrere",
"admin.reporting.workspace_optimization.configuration.title": "Konfigurasjon",
"admin.reporting.workspace_optimization.cta.learnMore": "Lær mer",
"admin.reporting.workspace_optimization.cta.startTrial": "Start prøveperiode",
"admin.reporting.workspace_optimization.cta.upgradeLicense": "Kontakt salgsavdeling",
"admin.reporting.workspace_optimization.data_privacy.description": "Få bedre innsikt og kontroll over dine data.",
"admin.reporting.workspace_optimization.data_privacy.title": "Personvern",
"admin.reporting.workspace_optimization.ease_of_management.descriptionOk": "Ditt oppsett for brukerautentisering er passende basert på din nåværende bruk!",
"admin.reporting.workspace_optimization.ease_of_management.ldap.cta": "Prøv AD/LDAP",
"admin.reporting.workspace_optimization.ease_of_management.ldap.description": "Du har nådd over 100 brukere! Vi anbefaler å sette opp AD/LDAP-brukerautentisering for enklere onboarding samt automatiserte deaktiveringer og rolletilordninger.",
"admin.reporting.workspace_optimization.ease_of_management.ldap.title": "AD/LDAP-integrasjon anbefales",
"admin.reporting.workspace_optimization.ease_of_management.title": "Enkel administrasjon",
"admin.reporting.workspace_optimization.overall_workspace_score": "Totalscore",
"admin.requestButton.requestSuccess": "Test vellykket",
"admin.reset_email.cancel": "Avbryt",
"admin.reset_email.currentPassword": "Gjeldende passord",
"admin.reset_email.missing_current_password": "Skriv inn ditt nåværende passord.",
"admin.reset_email.newEmail": "Ny e-post",
"admin.reset_email.reset": "Tilbakestill",
"admin.reset_email.titleReset": "Oppdater e-post",
"admin.reset_password.cancel": "Avbryt",
"admin.reset_password.curentPassword": "Gjeldende passord",
"admin.reset_password.missing_current": "Skriv inn ditt nåværende passord.",
"admin.reset_password.newPassword": "Nytt passord",
"admin.reset_password.reset": "Tilbakestill",
"admin.reset_password.titleReset": "Tilbakestill passord",
"admin.reset_password.titleSwitch": "Bytt konto til e-post/passord",
"admin.revoke_token_button.delete": "Slett",
"admin.s3.connectionS3Test": "Test tilkobling",
"admin.s3.s3Fail": "Tilkobling mislyktes: {error}",
"admin.s3.s3Success": "Tilkoblingen var vellykket",
"admin.s3.testing": "Tester...",
"admin.saml.assertionConsumerServiceURLEx": "F.eks.: \"https://'<your-mattermost-url>'/login/sso/saml\"",
"admin.saml.canonicalAlgorithmDescription.c14": "Spesifiser kanoniseringsalgoritmen (Canonical XML 1.1). Se mer informasjon på http://www.w3.org/2006/12/xml-c14n11",
"admin.saml.removing.certificate": "Fjerner sertifikat...",
"admin.saml.removing.privKey": "Fjerner privat nøkkel...",
"admin.saml.serviceProviderIdentifierEx": "F.eks.: \"https://'<din-mattermost-url>'/login/sso/saml\"",
@ -1536,12 +1707,16 @@
"create_team.display_name.nameHelp": "Gi teamet ditt navn på hvilket som helst språk. Teamnavnet vises i menyer og overskrifter.",
"create_team.display_name.next": "Neste",
"create_team.display_name.required": "Dette feltet er obligatorisk",
"custom_status.expiry.until_tomorrow": "Til i morgen {time}",
"custom_status.expiry_dropdown.dont_clear": "Ikke fjern",
"custom_status.expiry_dropdown.four_hours": "4 timer",
"custom_status.expiry_dropdown.one_hour": "1 time",
"custom_status.expiry_dropdown.thirty_minutes": "30 minutter",
"custom_status.expiry_dropdown.this_week": "Denne uken",
"custom_status.expiry_dropdown.today": "I dag",
"custom_status.modal_cancel": "Fjern status",
"custom_status.modal_confirm": "Angi status",
"custom_status.set_status": "Angi en status",
"custom_status.suggestions.clear": "Tøm",
"custom_status.suggestions.in_a_meeting": "I et møte",
"custom_status.suggestions.on_a_vacation": "På ferie",
@ -1556,9 +1731,11 @@
"datetime.today": "i dag",
"datetime.yesterday": "i går",
"deactivate_member_modal.deactivate": "Deaktiver",
"deactivate_member_modal.desc": "Handlingen deaktiverer {username}. De vil bli logget ut og miste tilgang til team eller kanaler på dette systemet.\n",
"deactivate_member_modal.desc.confirm": "Er du sikker på at du vil deaktivere {username}?",
"deactivate_member_modal.desc.for_users_with_bot_accounts1": "Denne handlingen deaktiverer {username}",
"deactivate_member_modal.desc.for_users_with_bot_accounts2": "De vil bli logget ut og ikke ha tilgang til noen teams eller kanaler på dette systemet.",
"deactivate_member_modal.desc.for_users_with_bot_accounts3": "Bot-kontoer de administrerer vil bli deaktivert sammen med integrasjonene deres. For å aktivere dem igjen, gå til <linkBots>Integrasjoner > Bot-kontoer</linkBots>. <linkDocumentation>Lær mer om bot-kontoer</linkDocumentation>.",
"deactivate_member_modal.title": "Deaktiver {username}",
"deleteChannelModal.canViewArchivedChannelsWarning": "Dette vil arkivere kanalen fra teamet. Kanalinnhold vil fortsatt være tilgjengelig for kanalmedlemmer.",
"deleteChannelModal.confirmArchive": "Er du sikker på at du vil arkivere <b>{display_name}</b>-kanalen?",
@ -1672,29 +1849,69 @@
"feedback.downgradeWorkspace.downgrade": "Nedgrader",
"feedback.downgradeWorkspace.exploringOptions": "Utforsker andre løsninger",
"feedback.downgradeWorkspace.feedbackTitle": "Del gjerne hvorfor du nedgraderer",
"file_preview_modal_main_actions.public_link-copied": "Offentlig lenke er kopiert",
"file_preview_modal_main_nav.file": "{count, number} av {total, number}",
"file_search_result_item.copy_link": "Kopier lenke",
"file_search_result_item.download": "Last ned",
"file_search_result_item.open_in_channel": "Åpne i kanal",
"file_type.code": "Kodefil",
"file_type.image": "Bilde",
"file_type.pdf": "Acrobat",
"file_type.presentation": "Powerpoint presentasjon",
"file_type.spreadsheet": "Excel regneark",
"file_type.svg": "Vektorgrafikk",
"file_type.text": "Tekstfil",
"file_type.video": "Video",
"file_type.word": "Word dokument",
"file_upload.disabled": "Filvedlegg er deaktivert.",
"file_upload.drag_folder": "Dette vedlegget kan ikke lastes opp.",
"file_upload.fileAbove": "Fil over {max} MB kunne ikke lastes opp: {filename}",
"file_upload.filesAbove": "Filer over {max} MB kunne ikke lastes opp: {filenames}",
"file_upload.generic_error": "Det oppsto et problem med å laste opp filene dine.",
"file_upload.generic_error_file": "Det oppsto et problem med å laste opp filen din.",
"file_upload.limited": "Opplastinger er begrenset til maksimalt {count, number} filer. Vennligst bruk flere innlegg for flere filer.",
"file_upload.upload_files": "Last opp filer",
"file_upload.zeroBytesFile": "Du laster opp en tom fil: {filename}",
"file_upload.zeroBytesFiles": "Du laster opp tomme filer: {filenames}",
"filtered_channels_list.search": "Søk etter kanaler",
"filtered_user_list.next": "Neste",
"filtered_user_list.prev": "Forrige",
"filtered_user_list.search": "Søk etter brukere",
"flag_post.flag": "Lagre melding",
"flag_post.unflag": "Fjern fra Lagrer",
"footer_pagination.count": "Viser {startCount, number}-{endCount, number} av {total, number}",
"footer_pagination.next": "Neste",
"footer_pagination.prev": "Forrige",
"forward_post_button.label": "Framover",
"forward_post_modal.button.cancel": "Avbryt",
"forward_post_modal.button.forward": "Framover",
"forward_post_modal.comment.placeholder": "Legg til en kommentar (valgfritt)",
"forward_post_modal.notification.dm_or_gm": "Denne meldingen er fra en privat samtale og kan bare deles med {participants}",
"forward_post_modal.notification.private_channel": "Denne meldingen er fra en privat kanal og kan bare deles med <strong>{channelName}</strong>",
"forward_post_modal.preview.footer_message": "Opprinnelig postet i ~{channel}",
"forward_post_modal.preview.title": "Forhåndsvisning av melding",
"forward_post_modal.title": "Videresend melding",
"free.professional_feature.back": "Tilbake",
"free.professional_feature.upgrade": "Oppgrader",
"full_screen_modal.back": "Tilbake",
"full_screen_modal.close": "Хааx",
"general_button.close": "Lukk",
"general_button.esc": "Esc",
"general_tab.AllowedDomainsInfo": "Når aktivert, kan brukere bare bli med i teamet hvis e-posten deres samsvarer med et spesifikt domene (f.eks. \"mattermost.org\")",
"general_tab.AllowedDomainsTitle": "Brukere med et bestemt e-postdomene",
"general_tab.allowedDomains": "Tillat bare brukere med et spesifikt e-postdomene å bli med i dette teamet",
"general_tab.allowedDomains.ariaLabel": "Tillatte domener",
"general_tab.openInviteTitle": "Tillat enhver bruker med en konto på denne serveren å bli med i dette teamet",
"general_tab.regenerate": "Regenerer",
"general_tab.required": "Dette feltet er obligatorisk",
"general_tab.teamDescription": "Beskrivelse",
"general_tab.teamDescriptionInfo": "Teambeskrivelse gir tilleggsinformasjon for å hjelpe brukere med å velge riktig team. Maks 50 tegn.",
"general_tab.teamIconError": "Det oppsto en feil under valg av bildet.",
"general_tab.teamIconInvalidFileType": "Kun BMP-, JPG- eller PNG-bilder kan brukes for teamikoner",
"general_tab.teamIconTooLarge": "Kan ikke laste opp teamikonet. Filen er for stor.",
"general_tab.teamInfo": "Team info",
"general_tab.teamName": "Navn på team",
"general_tab.teamNameInfo": "Dette navnet vil vises på påloggingsskjermen og øverst i venstre sidefelt.",
"generic.close": "Lukk",
"generic.done": "Ferdig",
"generic.enterprise_feature": "Enterprise-funksjon",
@ -1767,11 +1984,20 @@
"installed_commands.search.empty": "Ingen slash-kommandoer samsvarer med <b>{searchTerm}</b>",
"installed_commands.unnamed_command": "Slash-kommando uten navn",
"installed_incoming_webhooks.add": "Legg til innkommende webhook",
"installed_integrations.client_secret": "Klienthemmelighet: ",
"installed_integrations.content_type": "Innholdstype: {contentType}",
"installed_integrations.creation": "Opprettet av {creator} den {createAt, date, full}",
"installed_integrations.delete": "Slett",
"installed_integrations.edit": "Rediger",
"installed_outgoing_oauth_connections.password": "Passord: ********",
"installed_outgoing_oauth_connections.search": "Søk utgående OAuth-tilkoblinger",
"installed_outgoing_oauth_connections.username": "Brukernavn: ",
"installed_outgoing_webhooks.add": "Legg til utgående webhook",
"installed_outgoing_webhooks.delete.confirm": "Denne handlingen sletter den utgående webhooken permanent og bryter alle integrasjoner som bruker den. Er du sikker på at du vil slette den?",
"installed_outgoing_webhooks.empty": "Ingen utgående webhook funnet",
"installed_outgoing_webhooks.header": "Utgående webhook",
"installed_outgoing_webhooks.help": "Bruk utgående webhooks for å koble eksterne verktøy til Mattermost. {buildYourOwn} eller gå til {appDirectory} for å finne tredjepartsapper og -integrasjoner.",
"installed_outgoing_webhooks.help.appDirectory": "Appkatalog",
"integrations.add": "Нэмэх",
"integrations.copy_client_id": "Kopier klient-ID",
"integrations.copy_client_secret": "Kopier klienthemmeligheten",
@ -1945,6 +2171,7 @@
"navbar.addGroups": "Legg til grupper",
"navbar.addMembers": "Legg til medlemmer",
"navbar.preferences": "Varslingsinnstillinger",
"navbar.viewPinnedPosts": "Se festede innlegg",
"navbar_dropdown.about": "Om {appTitle}",
"navbar_dropdown.accountSettings": "Innstillinger",
"navbar_dropdown.addGroupsToTeam": "Legg til grupper i teamet",
@ -1979,7 +2206,40 @@
"navbar_dropdown.userGroups.modal.titleEndUser": "Brukergrupper er tilgjengelig i betalte planer",
"navbar_dropdown.userGroups.tooltip.cloudFreeTrial": "Under prøveperioden kan du opprette brukergrupper. Disse brukergruppene vil bli arkivert etter prøveperioden.",
"navbar_dropdown.versionText": "Dette er den gratis <link>ikke-støttede</link>-utgaven av Mattermost.",
"navbar_dropdown.viewMembers": "Гишүүдийн жагсаалт",
"navbar_dropdown.viewMembers": "Se medlemmer",
"newsletter_optin.desc": "Registrer deg på <a>{link}</a>.",
"newsletter_optin.title": "Interessert i å motta sikkerhets-, produkt-, kampanjer og bedriftsoppdateringer om Mattermost som nyhetsbrev?",
"next_steps_view.welcomeToMattermost": "Velkommen til Mattermost",
"no_results.Files.subtitle": "Sjekk stavemåten eller prøv et annet søk.",
"no_results.Files.title": "Ingen filresultater for «{searchTerm}»",
"no_results.channel_files.subtitle": "Filer som blir postet i denne kanalen vises her.",
"no_results.channel_files.title": "Foreløpig ingen filer",
"no_results.channel_files_filtered.title": "Ingen filer funnet",
"no_results.channel_search.subtitle": "Sjekk stavemåten eller prøv et annet søk.",
"no_results.channel_search.title": "Ingen resultater for «{channelName}»",
"no_results.flagged_posts.title": "Ingen lagrede meldinger ennå",
"no_results.mentions.title": "Foreløpig ingen omtaler",
"no_results.pinned_messages.title": "Ingen festede meldinger ennå",
"no_results.search.subtitle": "Sjekk stavemåten eller prøv et annet søk.",
"no_results.search.title": "Ingen resultater for «{channelName}»",
"no_results.user_group_members.subtitle": "Det er for øyeblikket ingen medlemmer i denne gruppen, vennligst legg til en.",
"no_results.user_group_members.title": "Ingen medlemmer ennå",
"no_results.user_groups.archived.subtitle": "Grupper som ikke lenger er relevante eller ikke brukes kan arkiveres",
"no_results.user_groups.archived.title": "Ingen arkiverte grupper",
"no_results.user_groups.subtitle": "Grupper er en egendefinert samling av brukere som kan brukes til omtale og invitasjoner.",
"no_results.user_groups.title": "Ingen grupper ennå",
"notification.crt": "Svar i {title}",
"notification.dm": "Direktemelding",
"notify_admin_to_upgrade_cta.notify-admin.already_notified": "Allerede varslet!",
"notify_admin_to_upgrade_cta.notify-admin.failed": "Prøv igjen senere!",
"notify_admin_to_upgrade_cta.notify-admin.notified": "Administrator er varslet!",
"notify_admin_to_upgrade_cta.notify-admin.notify": "Gi beskjed til din administrator",
"notify_admin_to_upgrade_cta.notify-admin.notifying": "Varsler...",
"notify_all.confirm": "Bekreft",
"notify_all.title.confirm": "Bekreft sending av varsler til hele kanalen",
"notify_all.title.confirm_groups": "Bekreft sending av varsler til grupper",
"onboardingTask.checklist.downloads": "Nå som alt er satt opp, <link>last ned appene våre.</link>",
"onboardingTask.checklist.higher_security_features": "Interessert i funksjonene våre med høyere sikkerhet?",
"onboardingTour.ChannelsAndDirectMessagesTour.directMessages": "<b>Direktemeldinger</b> er for private samtaler mellom enkeltpersoner eller små grupper.",
"onboardingTour.ChannelsAndDirectMessagesTour.firstChannel": "Hei se, der er din **{firstChannelName}**-kanal! ",
"onboardingTour.ChannelsAndDirectMessagesTour.title": "Kanaler og direktemeldinger",
@ -1989,6 +2249,12 @@
"onboardingTour.invitePeople.Description": "Inviter medlemmer av din organisasjon din eller eksterne gjester til teamet og begynn å samarbeide med dem.",
"onboardingTour.invitePeople.title": "Inviter personer til teamet",
"onboardingTour.sendMessage.title": "Send meldinger",
"onboarding_wizard.invite_members.description": "Samarbeid er vanskelig alene. Inviter noen teammedlemmer. Skill hver e-postadresse med et mellomrom eller komma.",
"onboarding_wizard.invite_members.description_link": "Samarbeid er vanskelig alene. Inviter noen teammedlemmer med invitasjonslenken nedenfor.",
"onboarding_wizard.invite_members.next": "Send invitasjoner",
"onboarding_wizard.invite_members.next_link": "Fullfør oppsettet",
"onboarding_wizard.invite_members.placeholder": "Skriv inn e-postadresser",
"onboarding_wizard.invite_members.skip": "Hopp over",
"onboarding_wizard.organization.empty": "Du må angi et organisasjonsnavn",
"onboarding_wizard.organization.length": "Organisasjonsnavnet må være mellom {min} og {max} tegn",
"onboarding_wizard.organization.other": "Ugyldig organisasjonsnavn: {reason}",
@ -2015,6 +2281,10 @@
"permalink.show_dialog_warn.description": "Du er i ferd med å bli med i {channel} uten eksplisitt å ha blitt lagt til av kanaladministratoren. Er du sikker på at du vil bli med i denne private kanalen?",
"permalink.show_dialog_warn.join": "Bli med",
"permalink.show_dialog_warn.title": "Bli med på privat kanal",
"plan.cloud": "Sky",
"plan.self_serve": "Selvbetjent",
"pluggable.errorOccurred": "Det oppsto en feil i {pluginId}-pluginen.",
"pluggable.errorRefresh": "Oppdater?",
"post.ariaLabel.attachment": ", 1 vedlegg",
"post.ariaLabel.attachmentMultiple": ", {attachmentCount} vedlegg",
"post.ariaLabel.message": "Klokken {time} {date} skrev {authorName}, {message}",
@ -2028,7 +2298,11 @@
"post_body.check_for_out_of_channel_mentions.link.and": " and ",
"post_body.check_for_out_of_channel_mentions.link.private": "legg dem til denne private kanalen",
"post_body.check_for_out_of_channel_mentions.link.public": "legge dem til kanalen",
"post_body.check_for_out_of_channel_mentions.message.multiple": "ble ikke varslet av denne omtalen da de ikke er i kanalen. Vil du ",
"post_body.check_for_out_of_channel_mentions.message.one": "ble ikke varslet av denne omtalen da de ikke er i kanalen. Vil du ",
"post_body.check_for_out_of_channel_mentions.message_last": "? De vil ha tilgang til all meldingshistorikk.",
"post_body.check_for_out_of_channel_mentions.others": "{numOthers} andre",
"post_body.commentedOn": "Kommenterte {name} sin melding: ",
"post_body.deleted": "(melding slettet)",
"post_delete.notPosted": "Kommentar kunne ikke postes",
"post_delete.okay": "Ok",
@ -2156,9 +2430,67 @@
"pricing_modal.plan_label_trialDays": "{days} DAGER IGJEN AV PRØVEPERIODE",
"pricing_modal.questions": "Spørsmål?",
"public_private_selector.private.title": "Privat",
"quickSwitchModal.help_no_team": "Skriv for å finne en kanal. Bruk <b>OPP/NED</b> for å bla, <b>ENTER</b> for å velge, <b>ESC</b> for å avvise.",
"quick_switch_modal.help_mobile": "Skriv for å finne en kanal.",
"quick_switch_modal.input": "hurtigbryterinngang",
"quick_switch_modal.switchChannels": "Finn kanaler",
"reaction.add.ariaLabel": "Legg til en reaksjon",
"reaction.clickToAdd": "(klikk for å legge til)",
"reaction.clickToRemove": "(klikk for å fjerne)",
"reaction.container.ariaLabel": "reaksjoner",
"reaction.othersReacted": "{otherUsers, number} {otherUsers, plural, one {user} other {users}}",
"reaction.reactWidth.ariaLabel": "reagerte med",
"reaction.reacted": "{users} {reactionVerb} med {emoji}",
"reaction.reactionVerb.user": "reagerte",
"reaction.reactionVerb.users": "reagerte",
"reaction.reactionVerb.you": "reagerte",
"reaction.reactionVerb.youAndUsers": "reagerte",
"reaction.removeReact.ariaLabel": "fjern reaksjon",
"reaction.you": "Deg",
"reaction_limit_reached_modal.body": "Oops! Det ser ut til at vi har truffet et tak for emoji-reaksjoner for denne meldingen. Kontakt systemadministratoren din for justeringer av denne grensen.",
"reaction_limit_reached_modal.body.admin": "Oops! Det ser ut til at vi har truffet et tak for emoji-reaksjoner for denne meldingen. Vi har <link>satt en grense</link> for at ting skal fungere problemfritt på serveren din. Som systemadministrator kan du justere denne grensen fra <linkAdmin>systemkonsollen</linkAdmin>.",
"reaction_limit_reached_modal.title": "Du har nådd reaksjonsgrensen",
"reaction_list.addReactionTooltip": "Legg til en reaksjon",
"removed_channel.channelName": "kanalen",
"removed_channel.from": "Fjernet fra ",
"removed_channel.okay": "Ok",
"removed_channel.remover": "{remover} fjernet deg fra {channel}",
"removed_channel.someone": "Noen",
"rename_category_modal.rename": "Endre navn",
"rename_category_modal.renameCategory": "Gi kategorien nytt navn",
"rename_channel.cancel": "Avbryt",
"rhs_header.backToPinnedTooltip": "Tilbake til festede meldinger",
"rhs_header.backToResultsTooltip": "Tilbake til søkeresultater",
"rhs_header.closeSidebarTooltip": "Хааx",
"rhs_header.closeTooltip.icon": "Lukk sidefeltikon",
"rhs_header.collapseSidebarTooltip": "Skjul høyre sidefelt",
"rhs_header.collapseSidebarTooltip.icon": "Skjul sidefeltikon",
"rhs_header.details": "Tråd",
"rhs_header.expandSidebarTooltip": "Utvid høyre sidefelt",
"rhs_header.expandSidebarTooltip.icon": "Utvid sidefeltikon",
"rhs_root.mobile.add_reaction": "Legg til reaksjon",
"rhs_root.mobile.flag": "Lagre melding",
"rhs_root.mobile.unflag": "Fjern fra Lagret",
"rhs_thread.rootPostDeletedMessage.body": "En del av denne tråden har blitt slettet på grunn av retningslinjer for dataoppbevaring. Du kan ikke lenger svare på denne tråden.",
"rhs_thread.toast.newReplies": "Nye svar",
"saveChangesPanel.cancel": "Angre",
"saveChangesPanel.error": "Det oppsto en feil da innstillingene dine skulle lagres",
"saveChangesPanel.message": "Du har ulagrede endringer",
"saveChangesPanel.save": "Lagre",
"saveChangesPanel.saved": "Innstillinger lagret",
"saveChangesPanel.tryAgain": "Prøv igjen",
"save_button.save": "Lagre",
"save_button.saving": "Lagrer",
"schedule_post.custom_time_modal.cancel_button_text": "Avbryt",
"schedule_post.custom_time_modal.dm_user_time": "{dmUserTime} for {dmUserName}",
"scheduled_post.error_code.invalid_post": "Ugyldig innlegg",
"scheduled_post.error_code.no_channel_member": "Ikke i kanalen",
"scheduled_post.error_code.no_channel_permission": "Manglende tillatelse",
"scheduled_post.error_code.thread_deleted": "Tråd slettet",
"scheduled_post.error_code.unable_to_send": "Kan ikke sende",
"scheduled_post.error_code.unknown_error": "Ukjent feil",
"scheduled_post.error_code.user_deleted": "Bruker er slettet",
"scheduled_post.error_code.user_missing": "Bruker er slettet",
"search_files_list_option.from": "Filer fra en bruker",
"search_files_list_option.in": "Filer i en kanal",
"search_files_list_option.on": "Filer på en bestemt dato",
@ -2480,8 +2812,13 @@
"user.settings.display.messageDisplayClean": "Standard",
"user.settings.display.messageDisplayCleanDes": "Lett å skanne og lese.",
"user.settings.display.messageDisplayCompact": "Kompakt",
"user.settings.display.messageDisplayCompactDes": "Plasser så mange meldinger på skjermen som vi kan.",
"user.settings.display.messageDisplayDescription": "Velg hvordan meldinger i en kanal skal vises.",
"user.settings.display.messageDisplayTitle": "Meldingsvisning",
"user.settings.display.militaryClock": "24-timers klokke (eksempel: 16:00)",
"user.settings.display.normalClock": "12-timers klokke (eksempel: 4:00PM)",
"user.settings.display.preferTime": "Velg hvordan du foretrekker tiden vist.",
"user.settings.display.teammateNameDisplayDescription": "Angi hvordan andre brukers navn skal vises i innlegg og direktemeldingslisten.",
"user.settings.display.teammateNameDisplayFullname": "Vis for- og etternavn",
"user.settings.display.teammateNameDisplayNicknameFullname": "Vis kallenavn hvis det finnes, ellers vis for- og etternavn",
"user.settings.display.teammateNameDisplayUsername": "Vis brukernavn",
@ -2828,5 +3165,6 @@
"workspace_limits.teams_limit_reached.upgrade_to_unarchive": "Oppgrader for å hente tilbake fra arkiv",
"workspace_limits.teams_limit_reached.view_upgrade_options": "Se oppgraderingsalternativer",
"workspace_limits.upgrade": "Oppgrader for å unngå datagrenser for {planName}",
"workspace_limits.upgrade_reasons.free": "{planName} er begrenset til {messagesLimit} meldingshistorikk og {storageLimit} fillagring. Du kan slette elementer for å frigjøre plass eller oppgradere til en betalt plan.",
"yourcomputer": "Din datamaskin"
}

View file

@ -4,6 +4,8 @@
"ONE_HUNDRED_TO_500": "101-500",
"ONE_THOUSAND_TO_2500": "1001-2500",
"ONE_TO_50": "1-50",
"Schedule_post.empty_state.subtitle": "Plan concepten van berichten om op een later tijdstip te versturen. Geplande concepten worden hier weergegeven en kunnen worden gewijzigd nadat ze zijn ingepland.",
"Schedule_post.empty_state.title": "Momenteel geen geplande concepten",
"TWO_THOUSAND_FIVE_HUNDRED_AND_UP": "2501-5000",
"about.buildnumber": "Compilatienummer:",
"about.cloudEdition": "Cloud",
@ -174,8 +176,8 @@
"add_outgoing_oauth_connection.audienceUrls.required": "Een of meer audience URL's zijn vereist.",
"add_outgoing_oauth_connection.audience_urls": "<b>Audience URL(s)</b>: {url}",
"add_outgoing_oauth_connection.cancel": "Annuleren",
"add_outgoing_oauth_connection.clientId": "**Client ID**: {id}",
"add_outgoing_oauth_connection.clientSecret": "**Client Secret**: \\*\\*\\*\\*\\*\\*\\*\\*",
"add_outgoing_oauth_connection.clientId": "<b>Client ID</b>: {id}",
"add_outgoing_oauth_connection.clientSecret": "<b>Client Secret</b>: \\*\\*\\*\\*\\*\\*\\*\\*",
"add_outgoing_oauth_connection.client_id.help": "Geef het Client ID op voor je OAuth-verbinding.",
"add_outgoing_oauth_connection.client_id.label": "Client ID",
"add_outgoing_oauth_connection.client_id.required": "Client ID is vereist voor de OAuth-verbinding.",
@ -195,13 +197,13 @@
"add_outgoing_oauth_connection.oauth_token_url.help": "Geef de OAuth Token URL op voor jouw OAuth-verbinding.",
"add_outgoing_oauth_connection.oauth_token_url.label": "URL OAuth-URL",
"add_outgoing_oauth_connection.oauth_token_url.required": "OAuth Token URL voor de OAuth-verbinding is vereist.",
"add_outgoing_oauth_connection.password": "**Wachtwoord**: {password}",
"add_outgoing_oauth_connection.password": "<b>Wachtwoord</b>: {password}",
"add_outgoing_oauth_connection.save": "Bewaren",
"add_outgoing_oauth_connection.save_anyway": "Toch opslaan",
"add_outgoing_oauth_connection.save_without_validation_warning": "Deze verbinding is nog niet gecontroleerd, Wil je toch opslaan?",
"add_outgoing_oauth_connection.saving": "Bezig met bewaren...",
"add_outgoing_oauth_connection.token_url": "**Token URL**: `{url}`",
"add_outgoing_oauth_connection.username": "**Gebruikersnaam**: {username}",
"add_outgoing_oauth_connection.token_url": "<b>Token URL</b>: `{url}`",
"add_outgoing_oauth_connection.username": "<b>Gebruikersnaam</b>: {username}",
"add_outgoing_oauth_connection.validate": "Verbinding controleren",
"add_outgoing_oauth_connection.validated_connection": "Gecontroleerde verbinding",
"add_outgoing_oauth_connection.validating": "Bezig met controleren...",
@ -227,7 +229,7 @@
"add_outgoing_webhook.icon_url.help": "Voer de URL in van een .png-of .jpg-bestand voor deze integratie om te gebruiken als profielafbeelding bij het posten. Het bestand moet minimaal 128 pixels per 128 pixels zijn. Als je niets opgeeft, wordt de profielafbeelding gebruikt van de webhook-maker.",
"add_outgoing_webhook.save": "Opslaan",
"add_outgoing_webhook.saving": "Bezig met opslaan...",
"add_outgoing_webhook.token": "**Token**: {token}",
"add_outgoing_webhook.token": "<b>Token</b>: {token}",
"add_outgoing_webhook.token.message": "Zorg ervoor dat u deze bot account toevoegt aan teams en kanalen waarmee deze je in interactie wil laten gaan. Zie <link>documentatie</link> om meer te leren.",
"add_outgoing_webhook.triggerWords": "Activeer woorden (één per regel)",
"add_outgoing_webhook.triggerWords.help": "Geef de triggerwoorden op die een HTTP POST-opdracht naar jouw toepassing verzenden. De trigger kan voor het kanaal, de uitgaande webhook, of beide zijn. Als je beide selecteert, moet het bericht overeenkomen met beide waarden.",
@ -556,7 +558,7 @@
"admin.compliance.enableDailyTitle": "Schakel dagenlijkse rapportages in:",
"admin.compliance.enableDesc": "Wanneer het waar is, staat Mattermost nalevingsrapportage toe van het tabblad <strong>Compliance en Auditing</strong> tab. Zie <link>documentatie</link> om meer te weten te komen.",
"admin.compliance.enableTitle": "Inschakelen Nalevingsrapport:",
"admin.compliance.newComplianceExportBanner": "Deze functie wordt vervangen door een nieuwe functie [Compliance Export] ({siteURL}/admin_console/compliance/export) en wordt in een toekomstige release verwijderd. We raden u aan te migreren naar het nieuwe systeem.",
"admin.compliance.newComplianceExportBanner": "Deze functie wordt vervangen door een nieuwe functie <link>Compliance Export</link> en wordt in een toekomstige release verwijderd. We raden u aan te migreren naar het nieuwe systeem.",
"admin.complianceExport.createJob.help": "Hiermee start u onmiddellijk een Nalevingseexporttaak.",
"admin.complianceExport.createJob.title": "Export van nalevingsexporttaak nu uitvoeren",
"admin.complianceExport.exportFormat.actiance": "Actiance-XML",
@ -1998,6 +2000,8 @@
"admin.posts.persistentNotificationsMaxRecipients.title": "Maximum aantal ontvangers voor blijvende meldingen",
"admin.posts.postPriority.desc": "Indien ingeschakeld, kunnen gebruikers een visuele indicatie configureren om berichten aan te duiden die belangrijk of dringend zijn. Meer informatie over berichtprioriteit vindt je in onze <link>documentatie</link>.",
"admin.posts.postPriority.title": "Prioriteit berichten",
"admin.posts.scheduledPosts.description": "Als dit is ingeschakeld, kunnen gebruikers berichten in de toekomst plannen en versturen.",
"admin.posts.scheduledPosts.title": "Geplande berichten",
"admin.privacy.showEmailDescription": "Als dit uitgeschakeld is, verberg je het e-mailadres van leden van iedereen behalve van Systeembeheerders.",
"admin.privacy.showEmailTitle": "Toon e-mail adres: ",
"admin.privacy.showFullNameDescription": "Als dit uitgeschakeld is, verberg je de volledige naam van de leden van iedereen behalve de systeembeheerders. De gebruikersnaam wordt afgebeeld in plaats van volledige naam.",
@ -2230,6 +2234,7 @@
"admin.secure_connections.accept_invite.prompt_invite_password": "Voer de versleutelde uitnodigingscode in die je hebt ontvangen van de beheerder van de server waarmee je verbinding maakt.",
"admin.secure_connections.accept_invite.saving_changes_error": "Er is een fout opgetreden bij het accepteren van de uitnodiging.",
"admin.secure_connections.accept_invite.select_team": "Selecteer het team van bestemming waar de kanalen worden geplaatst.",
"admin.secure_connections.accept_invite.select_team.legend": "Selecteer een team",
"admin.secure_connections.accept_invite.share_title": "Accepteer een uitnodiging voor een verbinding",
"admin.secure_connections.confirm.delete.button": "Ja, verwijderen",
"admin.secure_connections.confirm.delete.text": "Weet je zeker dat je de beveiligde verbinding <strong>{displayName}</strong> wilt verwijderen?",
@ -2690,8 +2695,11 @@
"admin.team_channel_settings.convertConfirmModal.cancel": "Nee, annuleren",
"admin.team_channel_settings.convertConfirmModal.toPrivateConfirm": "Ja, converteren naar privé-kanaal",
"admin.team_channel_settings.convertConfirmModal.toPrivateMessageFirstLine": "Wanneer je {displayName} omzet naar een privé-kanaal blijft de geschiedenis en het lidmaatschap bewaard. Publiek gedeelde bestanden blijven toegankelijk voor iedereen met de link. Het lidmaatschap van een privé-kanaal is alleen op uitnodiging.",
"admin.team_channel_settings.convertConfirmModal.toPrivateMessageSecondLine": "Weet je zeker dat je {displayName} wil omzetten naar een privékanaal?",
"admin.team_channel_settings.convertConfirmModal.toPrivateTitle": "{displayName} converteren naar een privé-kanaal?",
"admin.team_channel_settings.convertConfirmModal.toPublicConfirm": "Ja, converteren naar openbaar kanaal",
"admin.team_channel_settings.convertConfirmModal.toPublicMessageFirstLine": "Als je {displayName} omzet naar een openbaar kanaal, blijft de geschiedenis en het lidmaatschap bewaard. Openbare kanalen zijn vindbaar en gebruikers kunnen lid worden op het systeem zonder uitnodiging.",
"admin.team_channel_settings.convertConfirmModal.toPublicMessageSecondLine": "Weet je zeker dat je {displayName} wilt omzetten naar een openbaar kanaal?",
"admin.team_channel_settings.convertConfirmModal.toPublicTitle": "{displayName} converteren naar een openbaar kanaal?",
"admin.team_channel_settings.groupMembers.close": "Afsluiten",
"admin.team_channel_settings.group_list.membersHeader": "Aantal leden",
@ -2710,6 +2718,8 @@
"admin.team_channel_settings.need_groups": "Je moet ten minste één groep toevoegen om dit team te beheren door syncronisatiegroepsleden.",
"admin.team_channel_settings.need_groups_channel": "Je moet ten minste één groep toevoegen om dit team te beheren door syncronisatiegroepsleden.",
"admin.team_channel_settings.removeConfirmModal.messageChannel": "{amount, number} {amount, plural, one {gebruiker} other {gebruikers}} zullen worden verwijderd. Ze behoren niet tot groepen gelinkt aan dit kanaal. Ben je zeker dat je {amount, plural, one {deze gebruiker} other {deze gebruikers}} wil verwijderen?",
"admin.team_channel_settings.removeConfirmModal.messageChannelFirstLine": "{amount, number} {amount, plural, one {gebruiker wordt} other {gebruiker worden}} verwijderd. Ze zitten niet in groepen die aan dit kanaal zijn gekoppeld.",
"admin.team_channel_settings.removeConfirmModal.messageChannelSecondLine": "Weet je zeker dat je deze gebruikers wil verwijderen?",
"admin.team_channel_settings.removeConfirmModal.messageTeam": "{amount, number} {amount, plural, one {gebruiker} other {gebruikers}} zullen worden verwijderd. Ze behoren niet tot groepen gelinkt aan dit team Ben je zeker dat je deze {amount, plural, one {gebruiker} other {gebruikers}} wil verwijderen?",
"admin.team_channel_settings.removeConfirmModal.remove": "Bewaar en verwijder {amount, plural, one {user} other {users}}",
"admin.team_channel_settings.removeConfirmModal.title": "Bewaar en verwijder {amount, number} {amount, plural, one {user} other {users}}?",
@ -2880,6 +2890,10 @@
"analytics.team.totalUsers": "Totaal aantal geactiveerde gebruikers",
"analytics.team.totalUsers.title.tooltip.hint": "Ook wel geregistreerde gebruikers genoemd",
"analytics.team.totalUsers.title.tooltip.title": "Geactiveerde gebruikers op deze server",
"announcementBar.notification.permissionNeverGrantedBar.cta": "Meldingen inschakelen",
"announcementBar.notification.permissionNeverGrantedBar.message": "We hebben je toestemming nodig om meldingen in de browser te tonen.",
"announcementBar.notification.unsupportedBar.cta": "Update je browser",
"announcementBar.notification.unsupportedBar.message": "Je browser ondersteunt geen browsermeldingen.",
"announcement_bar.error.email_verification_required": "Controleer je e-mail om het adres te controleren.",
"announcement_bar.error.license_expired": "{licenseSku} is verlopen en sommige functies zijn mogelijk uitgeschakeld.",
"announcement_bar.error.license_expiring": "{licenseSku} licentie verloopt op {date, date, long}.",
@ -3213,6 +3227,15 @@
"channel_info_rhs.header.title": "Info",
"channel_info_rhs.menu.files": "Bestanden",
"channel_info_rhs.menu.files.filter": "Filteren",
"channel_info_rhs.menu.files.filter.all_file_types": "Alle bestandstypen",
"channel_info_rhs.menu.files.filter.audio": "Audio",
"channel_info_rhs.menu.files.filter.code": "Code",
"channel_info_rhs.menu.files.filter.documents": "Documenten",
"channel_info_rhs.menu.files.filter.file_menu": "bestandsmenu",
"channel_info_rhs.menu.files.filter.images": "Afbeeldingen",
"channel_info_rhs.menu.files.filter.presentations": "Presentaties",
"channel_info_rhs.menu.files.filter.spreadsheets": "Rekenbladen",
"channel_info_rhs.menu.files.filter.videos": "Video's",
"channel_info_rhs.menu.members": "Leden",
"channel_info_rhs.menu.notification_preferences": "Meldingsvoorkeuren",
"channel_info_rhs.menu.pinned": "Vastgezette berichten",
@ -3460,6 +3483,13 @@
"create_post.read_only": "Dit kanaal is alleen-lezen. Alleen leden met toestemming kunnen hier posten.",
"create_post.shortcutsNotSupported": "Toetsenbord snelkoppelingen worden niet ondersteund op jouw apparaat.",
"create_post.write": "Schrijven naar {channelDisplayName}",
"create_post_button.option.schedule_message": "Bericht plannen",
"create_post_button.option.schedule_message.options.choose_custom_time": "Kies een aangepaste tijd",
"create_post_button.option.schedule_message.options.header": "Bericht plannen",
"create_post_button.option.schedule_message.options.monday": "Maandag om {9amTime}",
"create_post_button.option.schedule_message.options.next_monday": "Volgende week maandag om {9amTime}",
"create_post_button.option.schedule_message.options.tomorrow": "Morgen om {9amTime}",
"create_post_button.option.send_now": "Nu verzenden",
"create_team.createTeamRestricted.message": "Jouw werkruimte plan heeft de limiet bereikt op het aantal teams. Maak een onbeperkt aantal teams aan met een gratis proefperiode van 30 dagen. Neem contact op met je systeembeheerder.",
"create_team.createTeamRestricted.title": "Functie in Professional",
"create_team.display_name.charLength": "Naam moet {min} of meer tekens zijn tot een maximum van {max}. Je kunt een langere teambeschrijving later toevoegen.",
@ -3560,6 +3590,7 @@
"dnd_custom_time_picker_modal.time": "Tijd",
"drafts.actions.delete": "Concept verwijderen",
"drafts.actions.edit": "Concept bewerken",
"drafts.actions.scheduled": "Plan kladje",
"drafts.actions.send": "Concept versturen",
"drafts.confirm.delete.button": "Ja, verwijderen",
"drafts.confirm.delete.text": "Weet je zeker dat je dit concept wilt verwijderen naar <strong>{displayName}</strong> ?",
@ -4241,10 +4272,10 @@
"marketplace_modal.list.update_available": "Update beschikbaar:",
"marketplace_modal.list.update_confirmation.confirm_button": "Bijwerken",
"marketplace_modal.list.update_confirmation.message.current": "Er is momenteel een {installedVersion} geïnstalleerd.",
"marketplace_modal.list.update_confirmation.message.current_with_release_notes": "Momenteel is {installedVersion} geïnstalleerd. Bekijk de [opmerkingen bij de release](!{releaseNotesUrl}) om meer te weten te komen over de wijzigingen die in deze update zijn opgenomen.",
"marketplace_modal.list.update_confirmation.message.current_with_release_notes": "Momenteel is {installedVersion} geïnstalleerd. Bekijk de <a>opmerkingen bij de release</a> om meer te weten te komen over de wijzigingen die in deze update zijn opgenomen.",
"marketplace_modal.list.update_confirmation.message.intro": "Weet u zeker dat u de {name} plugin wilt bijwerken naar {version}?",
"marketplace_modal.list.update_confirmation.message.warning_major_version": "Deze update kan ingrijpende wijzigingen bevatten.",
"marketplace_modal.list.update_confirmation.message.warning_major_version_with_release_notes": "Deze update bevat ingrijpende wijzigingen bevatten . Raadpleeg de [release notities](!{releaseNotesUrl}) voordat je upgrade.",
"marketplace_modal.list.update_confirmation.message.warning_major_version_with_release_notes": "Deze update bevat ingrijpende wijzigingen bevatten . Raadpleeg de <a>release notities</a> voordat je upgrade.",
"marketplace_modal.list.update_confirmation.title": "Bevestig Plugin-update",
"marketplace_modal.no_plugins": "Geen plugins gevonden",
"marketplace_modal.no_plugins_installed": "Geen geïnstalleerde plugins gevonden",
@ -4260,7 +4291,7 @@
"menu.cloudFree.postTrial.tryEnterprise": "Interesse in een onbeperkt plan met hoog beveiligingsniveau? <openModalLink>Bekijk plannen</openModalLink>",
"message_submit_error.invalidCommand": "Opdracht met de trigger ''{command} '' werd niet gevonden. ",
"message_submit_error.sendAsMessageLink": "Klik hier om als bericht te verzenden.",
"mfa.confirm.complete": "**Voltooid! *",
"mfa.confirm.complete": "Voltooid!",
"mfa.confirm.okay": "Oké",
"mfa.confirm.secure": "Je account is nu veilig. De volgende keer dat jij je aanmeldt, wordt je gevraagd om een code in te voeren vanuit de Google Authenticator-app op jouw telefoon.",
"mfa.setup.badCode": "Ongeldige code. Als dit probleem zich blijft voordoen, neem dan contact op met de Systeembeheerder.",
@ -4445,6 +4476,11 @@
"notifyAll.question_timezoneGroups": "Door <b>{mentions}</b> en <b>{finalMention}</b> te gebruiken, ga je meldingen sturen naar ten minste <b>{totalMembers} mensen</b> in <b>{timezones, number} {timezones, plural, one {tijdzone} other {tijdzones}}</b>. Weet je zeker dat je dit wil doen?",
"notifyAll.question_timezone_oneGroup": "Door <b>{mention}</b> te gebruiken, sta je op het punt om meldingen te sturen naar ten minste <b>{totalMembers} mensen</b> in <b>{timezones, number} {timezones, plural, one {tijdzone} other {tijdzones}}</b>. Weet je zeker dat je dit wil doen?",
"notifyHere.question_timezone": "Door <b>@hier</b> te gebruiken, sta je op het punt om meldingen te sturen naar ten minste <b>{totalMembers} andere mensen</b> in <b>{timezones, number} {timezones, plural, one {timezone} other {tijdzones}}</b>. Weet je zeker dat je dit wil doen?",
"notify_admin_to_upgrade_cta.notify-admin.already_notified": "Reeds verwittigd!",
"notify_admin_to_upgrade_cta.notify-admin.failed": "Probeer het later nog eens!",
"notify_admin_to_upgrade_cta.notify-admin.notified": "Beheerder ingelicht!",
"notify_admin_to_upgrade_cta.notify-admin.notify": "Breng je beheerder op de hoogte",
"notify_admin_to_upgrade_cta.notify-admin.notifying": "Op de hoogte aan het brengen...",
"notify_all.confirm": "Bevestigen",
"notify_all.title.confirm": "Bevestig het verzenden van meldingen naar hele kanaal",
"notify_all.title.confirm_groups": "Verzenden van meldingen naar groepen bevestigen",
@ -4817,6 +4853,35 @@
"saveChangesPanel.tryAgain": "Probeer opnieuw",
"save_button.save": "Opslaan",
"save_button.saving": "Opslaan",
"schedule_post.custom_time_modal.cancel_button_text": "Annuleren",
"schedule_post.custom_time_modal.confirm_button_text": "Plannen",
"schedule_post.custom_time_modal.dm_user_time": "{dmUserTime} voor {dmUserName}",
"schedule_post.custom_time_modal.title": "Bericht plannen",
"schedule_post.tab.heading": "Gepland",
"scheduled_post.action.delete": "Gepland bericht verwijderen",
"scheduled_post.action.edit": "Gepland bericht bewerken",
"scheduled_post.action.reschedule": "Bericht opnieuw plannen",
"scheduled_post.action.send_now": "Nu verzenden",
"scheduled_post.channel_indicator.link_to_scheduled_posts.text": "Alle geplande berichten bekijken",
"scheduled_post.channel_indicator.multiple": "Je hebt {count} geplande berichten.",
"scheduled_post.channel_indicator.single": "Bericht gepland voor op {dateTime}.",
"scheduled_post.channel_indicator.with_other_user_late_time": "Je hebt {count, plural, =1 {één} other {#}} <a>geplande {count, plural, =1 {bericht} other {berichten}}</a>.",
"scheduled_post.delete_modal.body": "Weet je zeker dat je dit geplande bericht naar <strong>{displayName}</strong> wil verwijderen?",
"scheduled_post.delete_modal.title": "Gepland bericht verwijderen",
"scheduled_post.error_code.channel_archived": "Kanaal gearchiveerd",
"scheduled_post.error_code.channel_removed": "Kanaal verwijderd",
"scheduled_post.error_code.invalid_post": "Ongeldig bericht",
"scheduled_post.error_code.no_channel_member": "Niet in kanaal",
"scheduled_post.error_code.no_channel_permission": "Ontbrekende machtiging",
"scheduled_post.error_code.thread_deleted": "Draadje verwijderd",
"scheduled_post.error_code.unable_to_send": "Kan niet verzenden",
"scheduled_post.error_code.unknown_error": "Onbekende fout",
"scheduled_post.error_code.user_deleted": "Gebruiker verwijderd",
"scheduled_post.error_code.user_missing": "Gebruiker verwijderd",
"scheduled_post.panel.error_indicator.message": "Een van je geplande concepten kan niet worden verzonden.",
"scheduled_post.panel.header.time": "Verzenden {isTodayOrTomorrow, select, true {} other {op}} {scheduledDateTime}",
"scheduled_posts.row_title_channel.placeholder": "In: {icon} Geen Bestemming",
"scheduled_posts.row_title_thread.placeholder": "Draadje naar: {icon} Geen Bestemming",
"search_bar.channels": "Kanalen",
"search_bar.clear": "Wissen",
"search_bar.file_types": "Bestandstypes",
@ -4937,6 +5002,7 @@
"shortcuts.files.upload.mac": "Bestanden uploaden:\t⌘|U",
"shortcuts.generic.alt": "Alt",
"shortcuts.generic.ctrl": "Ctrl",
"shortcuts.generic.enter": "Enter",
"shortcuts.generic.shift": "Shift",
"shortcuts.header": "Sneltoetscombinaties\tCtrl|/",
"shortcuts.header.mac": "Sneltoetscombinaties\t⌘|/",
@ -5585,6 +5651,17 @@
"user.settings.notifications.desktopAndMobile.noneDesktopButMobileMentions": "Nooit op desktop; vermeldingen, privé-berichten en groepsberichten op mobiel",
"user.settings.notifications.desktopAndMobile.noneForDesktopAndMobile": "Nooit",
"user.settings.notifications.desktopAndMobile.nothing": "Geen",
"user.settings.notifications.desktopAndMobile.notificationSection.noPermissionIssueTag": "Niet ondersteund",
"user.settings.notifications.desktopAndMobile.notificationSection.permissionDenied.button": "Hoe meldingen inschakelen",
"user.settings.notifications.desktopAndMobile.notificationSection.permissionDenied.message": "Je mist belangrijke meldingen over berichten en oproepen van Mattermost. Om te beginnen met het ontvangen van meldingen, moet je meldingen voor Mattermost inschakelen in je browserinstellingen.",
"user.settings.notifications.desktopAndMobile.notificationSection.permissionDenied.title": "Browsernotificatie toestemming was geweigerd",
"user.settings.notifications.desktopAndMobile.notificationSection.permissionIssueTag": "Toestemming vereist",
"user.settings.notifications.desktopAndMobile.notificationSection.permissionNeverGranted.button": "Meldingen inschakelen",
"user.settings.notifications.desktopAndMobile.notificationSection.permissionNeverGranted.message": "Je mist belangrijke meldingen over berichten en oproepen van Mattermost. Mattermost meldingen zijn uitgeschakeld door deze browser.",
"user.settings.notifications.desktopAndMobile.notificationSection.permissionNeverGranted.title": "Browsermeldingen zijn uitgeschakeld",
"user.settings.notifications.desktopAndMobile.notificationSection.permissionUnsupported.button": "Update je browser",
"user.settings.notifications.desktopAndMobile.notificationSection.permissionUnsupported.message": "Je mist belangrijke meldingen over berichten en oproepen van Mattermost. Update naar een ondersteunde browser om meldingen te ontvangen.",
"user.settings.notifications.desktopAndMobile.notificationSection.permissionUnsupported.title": "Browsermeldingen niet ondersteund",
"user.settings.notifications.desktopAndMobile.notifyForDesktopthreads": "Hou me op de hoogte van reacties op draadjes die ik volg",
"user.settings.notifications.desktopAndMobile.notifyForMobilethreads": "Hou me op mijn mobiel toestel op de hoogte van reacties op draadjes die ik volg",
"user.settings.notifications.desktopAndMobile.offline": "Offline",

View file

@ -4,6 +4,8 @@
"ONE_HUNDRED_TO_500": "101-500",
"ONE_THOUSAND_TO_2500": "1001-2500",
"ONE_TO_50": "1-50",
"Schedule_post.empty_state.subtitle": "Zaplanuj wersje robocze, aby wysyłać wiadomości w późniejszym czasie. Wszelkie zaplanowane wersje robocze pojawią się tutaj i mogą być modyfikowane po ich zaplanowaniu.",
"Schedule_post.empty_state.title": "W tej chwili nie ma zaplanowanych wersji roboczych",
"TWO_THOUSAND_FIVE_HUNDRED_AND_UP": "2501-5000",
"about.buildnumber": "Numer Kompilacji:",
"about.cloudEdition": "Chmura",
@ -556,7 +558,7 @@
"admin.compliance.enableDailyTitle": "Włącz dzienny raport:",
"admin.compliance.enableDesc": "Jeśli jest włączone, Mattermost umożliwia raportowanie zgodności z karty <strong>Zgodność i Audyt</strong>. zobacz <link>dokumentację</link> aby dowiedzieć się więcej.",
"admin.compliance.enableTitle": "Włącz raportowanie zgodności:",
"admin.compliance.newComplianceExportBanner": "Ta funkcja została zastąpiona nową funkcją [Zgodności Eksportu]({siteURL}/admin_console/compliance/message_export) i zostanie usunięta w przyszłej wersji. Zalecamy migrację do nowego systemu.",
"admin.compliance.newComplianceExportBanner": "Ta funkcja została zastąpiona nową funkcją <link>Zgodności Eksportu</link> i zostanie usunięta w przyszłej wersji. Zalecamy migrację do nowego systemu.",
"admin.complianceExport.createJob.help": "Natychmiast inicjuje zadanie eksportu zgodności.",
"admin.complianceExport.createJob.title": "Uruchom teraz zadanie eksportu zgodności",
"admin.complianceExport.exportFormat.actiance": "Actiance XML",
@ -1998,6 +2000,8 @@
"admin.posts.persistentNotificationsMaxRecipients.title": "Maksymalna liczba odbiorców powiadomień stałych",
"admin.posts.postPriority.desc": "Po włączeniu użytkownicy mogą skonfigurować wskaźnik wizualny do przekazywania wiadomości, które są ważne lub pilne. Dowiedz się więcej o priorytecie wiadomości w naszej <link>dokumentacji</link> .",
"admin.posts.postPriority.title": "Priorytet Wiadomości",
"admin.posts.scheduledPosts.description": "Po włączeniu tej funkcji użytkownicy mogą planować i wysyłać wiadomości w przyszłości.",
"admin.posts.scheduledPosts.title": "Zaplanowane posty",
"admin.privacy.showEmailDescription": "Kiedy wyłączone, ukrywa adresy e-mail wszystkich użytkowników, z wyjątkiem Administratorów Systemu i Ról Systemowych z dostępem do odczytu/zapisu w Obszarze zgodności, Rozliczeniach i Zarządzaniu użytkownikami.",
"admin.privacy.showEmailTitle": "Pokazuj adresy E-Mail: ",
"admin.privacy.showFullNameDescription": "Gdy wyłączone, ukrywa imię i nazwisko uczestników przed każdym poza Administratorami Systemu. Zamiast tego pokazana jest nazwa użytkownika.",
@ -2886,6 +2890,10 @@
"analytics.team.totalUsers": "Łączna liczba aktywowanych użytkowników",
"analytics.team.totalUsers.title.tooltip.hint": "Zwani również zarejestrowanymi użytkownikami",
"analytics.team.totalUsers.title.tooltip.title": "Aktywowani użytkownicy na tym serwerze",
"announcementBar.notification.permissionNeverGrantedBar.cta": "Włącz powiadomienia",
"announcementBar.notification.permissionNeverGrantedBar.message": "Potrzebujemy Twojej zgody na wyświetlanie powiadomień w przeglądarce.",
"announcementBar.notification.unsupportedBar.cta": "Zaktualizuj przeglądarkę",
"announcementBar.notification.unsupportedBar.message": "Twoja przeglądarka nie obsługuje powiadomień.",
"announcement_bar.error.email_verification_required": "Sprawdź swoją skrzynkę email w celu weryfikacji adresu.",
"announcement_bar.error.license_expired": "{licenseSku} licencja wygasła i niektóre funkcje mogą być wyłączone.",
"announcement_bar.error.license_expiring": "{licenseSku} licencja wygasa {date, date, long}.",
@ -3475,6 +3483,13 @@
"create_post.read_only": "Ten kanał jest tylko-do-odczytu. Tylko użytkownicy z uprawnieniami mogą wysyłać wiadomości tutaj.",
"create_post.shortcutsNotSupported": "Skróty klawiszowe nie są obsługiwane na twoim urządzeniu.",
"create_post.write": "Napisz na {channelDisplayName}",
"create_post_button.option.schedule_message": "Zaplanuj wiadomość",
"create_post_button.option.schedule_message.options.choose_custom_time": "Wybierz niestandardowy czas",
"create_post_button.option.schedule_message.options.header": "Zaplanuj wiadomość",
"create_post_button.option.schedule_message.options.monday": "Poniedziałek o godz. {9amTime}",
"create_post_button.option.schedule_message.options.next_monday": "W następny poniedziałek o godz. {9amTime}",
"create_post_button.option.schedule_message.options.tomorrow": "Jutro o godz. {9amTime}",
"create_post_button.option.send_now": "Wyślij teraz",
"create_team.createTeamRestricted.message": "W Twoim planie przestrzeni roboczej osiągnięto limit liczby zespołów. Utwórz nieograniczoną liczbę zespołów, korzystając z bezpłatnej 30-dniowej wersji próbnej. Skontaktuj się z Administratorem Systemu.",
"create_team.createTeamRestricted.title": "Funkcja w wersji Professional",
"create_team.display_name.charLength": "Nazwa musi zawierać pomiędzy {min} a {max} znaków. Możesz dodać dłuższy opis zespołu później.",
@ -3575,6 +3590,7 @@
"dnd_custom_time_picker_modal.time": "Czas",
"drafts.actions.delete": "Usuń szkic",
"drafts.actions.edit": "Edytuj szkic",
"drafts.actions.scheduled": "Projekt harmonogramu",
"drafts.actions.send": "Wyślij szkic",
"drafts.confirm.delete.button": "Tak, usuń",
"drafts.confirm.delete.text": "Czy na pewno chcesz usunąć ten szkic do <strong>{displayName}</strong> ?",
@ -4837,6 +4853,35 @@
"saveChangesPanel.tryAgain": "Spróbuj ponownie",
"save_button.save": "Zapisz",
"save_button.saving": "Zapisywanie",
"schedule_post.custom_time_modal.cancel_button_text": "Anuluj",
"schedule_post.custom_time_modal.confirm_button_text": "Harmonogram",
"schedule_post.custom_time_modal.dm_user_time": "{dmUserTime} dla {dmUserName}",
"schedule_post.custom_time_modal.title": "Zaplanuj wiadomość",
"schedule_post.tab.heading": "Zaplanowane",
"scheduled_post.action.delete": "Usuń zaplanowany post",
"scheduled_post.action.edit": "Edytuj zaplanowany post",
"scheduled_post.action.reschedule": "Przełóż post",
"scheduled_post.action.send_now": "Wyślij teraz",
"scheduled_post.channel_indicator.link_to_scheduled_posts.text": "Zobacz wszystkie zaplanowane wiadomości",
"scheduled_post.channel_indicator.multiple": "Masz {count} zaplanowane(ych) wiadomości.",
"scheduled_post.channel_indicator.single": "Wiadomość zaplanowana na {dateTime}.",
"scheduled_post.channel_indicator.with_other_user_late_time": "Masz {count, plural, =1 {jedną zaplanowaną} other {#}} <a>{count, plural, =1 {wiadomość} other {zaplanowanych wiadomości}}</a>.",
"scheduled_post.delete_modal.body": "Czy na pewno chcesz usunąć ten zaplanowany post na <strong>{displayName}</strong> ?",
"scheduled_post.delete_modal.title": "Usuń zaplanowany post",
"scheduled_post.error_code.channel_archived": "Kanał Zarchiwizowany",
"scheduled_post.error_code.channel_removed": "Usunięty kanał",
"scheduled_post.error_code.invalid_post": "Nieprawidłowy post",
"scheduled_post.error_code.no_channel_member": "Nie na kanale",
"scheduled_post.error_code.no_channel_permission": "Brakujące uprawnienie",
"scheduled_post.error_code.thread_deleted": "Wątek usunięty",
"scheduled_post.error_code.unable_to_send": "Nie można wysłać",
"scheduled_post.error_code.unknown_error": "Nieznany błąd",
"scheduled_post.error_code.user_deleted": "Użytkownik usunięty",
"scheduled_post.error_code.user_missing": "Użytkownik usunięty",
"scheduled_post.panel.error_indicator.message": "Nie można wysłać jednej z zaplanowanych wersji roboczych.",
"scheduled_post.panel.header.time": "Wyśłij {isTodayOrTomorrow, select, true {} other {o}} {scheduledDateTime}",
"scheduled_posts.row_title_channel.placeholder": "W: {icon} No Destination",
"scheduled_posts.row_title_thread.placeholder": "Wątek do: {icon} No Destination",
"search_bar.channels": "Kanały",
"search_bar.clear": "Wyczyść",
"search_bar.file_types": "Typy plików",
@ -4957,6 +5002,7 @@
"shortcuts.files.upload.mac": "Prześlij pliki:\t⌘|U",
"shortcuts.generic.alt": "Alt",
"shortcuts.generic.ctrl": "Ctrl",
"shortcuts.generic.enter": "Wprowadź",
"shortcuts.generic.shift": "Shift",
"shortcuts.header": "Skróty klawiszowe\tCtrl|/",
"shortcuts.header.mac": "Skróty klawiszowe\t⌘|/",
@ -5605,6 +5651,17 @@
"user.settings.notifications.desktopAndMobile.noneDesktopButMobileMentions": "Nigdy na komputerach stacjonarnych; wzmianki, wiadomości bezpośrednie i wiadomości grupowe na urządzeniach mobilnych",
"user.settings.notifications.desktopAndMobile.noneForDesktopAndMobile": "Nigdy",
"user.settings.notifications.desktopAndMobile.nothing": "Nic",
"user.settings.notifications.desktopAndMobile.notificationSection.noPermissionIssueTag": "Nieobsługiwane",
"user.settings.notifications.desktopAndMobile.notificationSection.permissionDenied.button": "Jak włączyć powiadomienia",
"user.settings.notifications.desktopAndMobile.notificationSection.permissionDenied.message": "Brakuje Ci ważnych powiadomień o wiadomościach i połączeniach od Mattermost. Aby zacząć otrzymywać powiadomienia, włącz powiadomienia dla Mattermost w ustawieniach przeglądarki.",
"user.settings.notifications.desktopAndMobile.notificationSection.permissionDenied.title": "Odmówiono uprawnień do powiadomień w przeglądarce",
"user.settings.notifications.desktopAndMobile.notificationSection.permissionIssueTag": "Wymagana zgoda",
"user.settings.notifications.desktopAndMobile.notificationSection.permissionNeverGranted.button": "Włącz powiadomienia",
"user.settings.notifications.desktopAndMobile.notificationSection.permissionNeverGranted.message": "Brakuje Ci ważnych wiadomości i powiadomień o połączeniach od Mattermost. Powiadomienia Mattermost są wyłączone w tej przeglądarce.",
"user.settings.notifications.desktopAndMobile.notificationSection.permissionNeverGranted.title": "Powiadomienia przeglądarki są wyłączone",
"user.settings.notifications.desktopAndMobile.notificationSection.permissionUnsupported.button": "Zaktualizuj przeglądarkę",
"user.settings.notifications.desktopAndMobile.notificationSection.permissionUnsupported.message": "Brakuje Ci ważnych wiadomości i powiadomień o połączeniach od Mattermost. Aby zacząć otrzymywać powiadomienia, zaktualizuj przeglądarkę do obsługiwanej wersji.",
"user.settings.notifications.desktopAndMobile.notificationSection.permissionUnsupported.title": "Powiadomienia przeglądarki nie są obsługiwane",
"user.settings.notifications.desktopAndMobile.notifyForDesktopthreads": "Powiadamiaj mnie o odpowiedziach na wątki, które obserwuję",
"user.settings.notifications.desktopAndMobile.notifyForMobilethreads": "Powiadamiaj mnie na telefonie komórkowym o odpowiedziach na wątki, które obserwuję",
"user.settings.notifications.desktopAndMobile.offline": "Offline",

View file

@ -375,7 +375,7 @@
"admin.channel_settings.channel_moderation.permissions": "Дозвіл",
"admin.channel_settings.channel_moderation.postReactions": "Поштові реакції",
"admin.channel_settings.channel_row.configure": "Редагувати",
"admin.channel_settings.description": "Керування налаштуваннями каналів",
"admin.channel_settings.description": "Керування налаштуваннями каналів.",
"admin.channel_settings.title": "Канали",
"admin.cluster.ClusterName": "Ім'я кластера:",
"admin.cluster.ClusterNameDesc": "Кластер приєднатися до імені. Тільки вузли з тим же кластерним ім'ям об'єднаються. Це підтримує встановлення Blue-Green або інсталяцію, що вказує на ту саму базу даних.",
@ -405,7 +405,7 @@
"admin.compliance.enableDailyTitle": "Увімкнути щоденний звіт:",
"admin.compliance.enableDesc": "Коли це правда, Mattermost дозволяє звітувати про дотримання <strong>на вкладці</strong> Відповідність та аудит. Щоб дізнатися більше, перегляньте <link>documentation</link> .",
"admin.compliance.enableTitle": "Дозволити звіти про відповідність:",
"admin.compliance.newComplianceExportBanner": "Ця функція замінюється новою функцією [Compliance Export]({siteURL}/admin_console/compliance/message_export) і буде видалена в майбутньому випуску. Ми рекомендуємо перейти на нову систему.",
"admin.compliance.newComplianceExportBanner": "Ця функція замінена новою функцією <link>Експорт відповідності</link> і буде вилучена в наступному випуску. Ми рекомендуємо перейти на нову систему.",
"admin.complianceExport.createJob.help": "Починає негайно виконувати експортну роботу.",
"admin.complianceExport.createJob.title": "Запустити відповідність Експорт завдання",
"admin.complianceExport.exportFormat.actiance": "Активація XML",
@ -429,7 +429,7 @@
"admin.compliance_reports.desc_placeholder": "Наприклад: \"Аудит 445 для HR\"",
"admin.compliance_reports.emails": "Адреса електронної пошти:",
"admin.compliance_reports.emails_placeholder": "Наприклад, \"bill@example.com, bob@example.com\"",
"admin.compliance_reports.from": "Від",
"admin.compliance_reports.from": "Від:",
"admin.compliance_reports.from_placeholder": "Наприклад: \"2016-03-11\"",
"admin.compliance_reports.keywords": "Ключові слова:",
"admin.compliance_reports.keywords_placeholder": "Наприклад: \"короткостроковий запас\"",
@ -485,7 +485,7 @@
"admin.data_retention.createJob.title": "Запустити завдання з видалення зараз",
"admin.data_retention.globalPoliciesTable.files": "Файли",
"admin.data_retention.title": "Політика збереження даних",
"admin.database.title": "База даних:",
"admin.database.title": "База даних",
"admin.developer.title": "Налаштування розробника",
"admin.elasticsearch.bulkIndexingTitle": "Масова індексування:",
"admin.elasticsearch.connectionUrlDescription": "Адреса сервера Elasticsearch. {documentationLink}",
@ -561,7 +561,7 @@
"admin.environment.notifications.pushContents.genericNoChannel": "Надіслати загальний опис тільки з ім'ям відправника",
"admin.environment.notifications.pushContents.label": "Зміст push повідомлення:",
"admin.environment.notifications.replyToAddress.placeholder": "Наприклад: \"mattermost@yourcompany.com\", \"admin@yourcompany.com\"",
"admin.environment.pushNotificationServer": "Сервер push повідомлення:",
"admin.environment.pushNotificationServer": "Сервер push сповіщень",
"admin.environment.smtp": "SMTP",
"admin.environment.smtp.connectionSecurity.option.none": "Ні",
"admin.environment.smtp.connectionSecurity.option.starttls": "STARTTLS",
@ -633,14 +633,14 @@
"admin.google.clientIdTitle": "ID клієнта:",
"admin.google.clientSecretDescription": "Секрет клієнта, отриманий при реєстрації вашої програми в Google.",
"admin.google.clientSecretExample": "Наприклад: \"H8sz0Az-dDs2p15-7QzD231\"",
"admin.google.clientSecretTitle": "Клієнтський ключ",
"admin.google.clientSecretTitle": "Секрет клієнта:",
"admin.google.tokenTitle": "Адреса видачі токена:",
"admin.google.userTitle": "Кінцева точка API користувача:",
"admin.group_settings.group_detail.groupUsersTitle": "Користувачі",
"admin.group_settings.group_detail.invalid_length": "Ім'я повинно складатися з 2 або більше малих літер і цифр",
"admin.group_settings.group_details.add_channel": "Редагувати канал",
"admin.group_settings.group_details.add_team": "Додати команд",
"admin.group_settings.group_details.group_profile.name": "Ім'я",
"admin.group_settings.group_details.group_profile.name": "Ім'я:",
"admin.group_settings.group_details.group_teams_and_channels_row.privateTeam": "Team (Private)",
"admin.group_settings.group_details.group_teams_and_channels_row.publicChannel": "Канал",
"admin.group_settings.group_details.group_teams_and_channels_row.publicTeam": "Команда",
@ -722,7 +722,7 @@
"admin.ldap.baseEx": "Наприклад: \"ou=Unit Name,dc=corp,dc=example,dc=com\"",
"admin.ldap.baseTitle": "База пошуку (BaseDN):",
"admin.ldap.bindPwdDesc": "Пароль користувача, зазначений в розділі \"Користувач для підключення\"",
"admin.ldap.bindPwdTitle": "Пароль користувача для підключення",
"admin.ldap.bindPwdTitle": "Пароль прив’язки:",
"admin.ldap.bindUserDesc": "Ім'я користувача, що використовується для виконання пошуку в AD/LDAP. Зазвичай, це повинен бути обліковий запис, створений спеціально для роботи з Mattermost. Він повинна мати права, обмежені читанням частини дерева AD/LDAP, зазначеної в полі База пошуку (BaseDN).",
"admin.ldap.bindUserTitle": "Користувач для підключення:",
"admin.ldap.emailAttrDesc": "Атрибут на сервері AD/LDAP використовується для заповнення поля адреси електронної пошти в Mattermost.",
@ -741,7 +741,7 @@
"admin.ldap.guestFilterEx": "Наприклад: \"(objectClass=user)\"",
"admin.ldap.idAttrDesc": "Атрибут на сервері AD/LDAP використовується, як унікальний ідентифікатор у Mattermost. Це має бути атрибут AD/LDAP зі значенням, яке не змінюється. Якщо атрибут ідентифікатора користувача змінюється, він створить новий обліковий запис Mattermost, який не пов'язаний зі своїм старим.\n\nЯкщо вам потрібно змінити це поле після того, як користувачі вже увійшли в систему, скористайтеся інструментом CLI <link>найбільш важливим PDAP idmigrate</link>.",
"admin.ldap.idAttrTitle": "Атрибут ID: ",
"admin.ldap.lastnameAttrDesc": "(Необов'язково) Атрибут на сервері AD/LDAP використовується для заповнення прізвища користувачів у Mattermost. Коли встановлено, користувачі не можуть редагувати своє прізвище, оскільки він синхронізується з сервером LDAP. Якщо залишити порожнім, користувачі можуть встановити своє прізвище в налаштуваннях облікового запису.",
"admin.ldap.lastnameAttrDesc": "(Необовязково) Атрибут на сервері AD/LDAP, який використовується для заповнення прізвища користувачів у Mattermost. Якщо встановлено, користувачі не можуть редагувати своє прізвище, оскільки воно синхронізується із сервером LDAP. Якщо залишити порожнім, користувачі можуть встановити своє прізвище в розділі <strong>Профіль > Налаштування профілю</strong>.",
"admin.ldap.lastnameAttrEx": "Наприклад: \"sn\"",
"admin.ldap.lastnameAttrTitle": "Атрибут прізвища:",
"admin.ldap.ldap_test_button": "Тест AD/LDAP",
@ -754,14 +754,14 @@
"admin.ldap.maxPageSizeEx": "Наприклад: \"2000\"",
"admin.ldap.maxPageSizeHelpText": "Максимальна кількість користувачів, яке Mattermost може запросити з AD/LDAP сервера. Вкажіть 0 для відключення обмежень.",
"admin.ldap.maxPageSizeTitle": "Максимальний розмір файлу:",
"admin.ldap.nicknameAttrDesc": "(Необов'язково) Атрибут на сервері AD/LDAP використовується для заповнення псевдоніма користувачів у Mattermost. Коли встановлено, користувачі не можуть редагувати свої псевдоніми, оскільки вони синхронізовані з сервером LDAP. Якщо залишити порожнім, користувачі можуть встановити псевдонім у налаштуваннях облікового запису.",
"admin.ldap.nicknameAttrDesc": "(Необовязково) Атрибут на сервері AD/LDAP, який використовується для заповнення псевдоніма користувачів у Mattermost. Якщо встановлено, користувачі не можуть редагувати своє псевдонім, оскільки воно синхронізується із сервером LDAP. Якщо залишити порожнім, користувачі можуть встановити свій псевдонім в розділі <strong>Профіль > Налаштування профілю</strong>.",
"admin.ldap.nicknameAttrEx": "Наприклад: \"nickname\"",
"admin.ldap.nicknameAttrTitle": "Атрибут прізвиська",
"admin.ldap.nicknameAttrTitle": "Атрибут псевдоніму:",
"admin.ldap.pictureAttrDesc": "(Необов'язково) Атрибут на сервері AD/LDAP, який використовується для заповнення зображення профілю в Mattermost.",
"admin.ldap.portDesc": "Порт, який буде використовувати Mattermost для підключення до сервера AD/LDAP. За умовчанням - 389.",
"admin.ldap.portEx": "Наприклад: \"389\"",
"admin.ldap.portTitle": "Порт сервера AD/LDAP:",
"admin.ldap.positionAttrDesc": "(Необов'язково) Атрибут на сервері AD/LDAP використовується для заповнення поля позиції в Mattermost. Коли встановлено, користувачі не можуть редагувати свою позицію, оскільки вона синхронізована з сервером LDAP. Якщо залишити порожнім, користувачі можуть встановити свою позицію в налаштуваннях облікового запису.",
"admin.ldap.positionAttrDesc": "(Необовязково) Атрибут на сервері AD/LDAP, який використовується для заповнення поля посади у Mattermost. Якщо встановлено, користувачі не можуть редагувати свою посаду, оскільки вона синхронізується із сервером LDAP. Якщо залишити порожнім, користувачі можуть встановити свою посаду в розділі <strong>Профіль > Налаштування профілю</strong>.",
"admin.ldap.positionAttrEx": "Наприклад: \"title\"",
"admin.ldap.positionAttrTitle": "Атрибут позиції:",
"admin.ldap.queryDesc": "Значення тайм-ауту для запитів до сервера AD/LDAP. Збільшите, якщо Ви отримуєте помилки при підключенні, викликані повільним сервером AD/LDAP.",
@ -800,7 +800,7 @@
"admin.license.title": "Редакція і ліцензія",
"admin.log.consoleDescription": "Зазвичай встановлено помилково у виробництві. Розробники можуть встановити це поле в \"true\", щоб вивести журнальні повідомлення для консолі на основі параметра рівня консолі. Якщо це правда, сервер пише повідомлення до стандартного вихідного потоку (stdout). Зміна цього параметра вимагає перезавантаження сервера, перш ніж вступити в силу.",
"admin.log.consoleJsonTitle": "Вихідні консольні журнали як JSON:",
"admin.log.consoleTitle": "Вихідні журнали в консоль:",
"admin.log.consoleTitle": "Вивести логи в консоль: ",
"admin.log.enableDiagnostics": "Включення діагностики та звітів про помилки:",
"admin.log.enableDiagnosticsDescription": "Увімкніть функцію відправки звітів про помилки та діагностичну інформацію для того, щоб ми змогли поліпшити Mattermost. Прочитайте нашу <link>політику безпеки</link> .",
"admin.log.enableWebhookDebugging": "Включити налагодження Webhook-ів:",
@ -809,7 +809,7 @@
"admin.log.fileJsonTitle": "Вихідні файли журналів як JSON:",
"admin.log.fileLevelDescription": "Ця установка визначає рівень деталізації, на якому події записуються в лог-файл. ERROR: Записуються тільки повідомлення про помилки. INFO: Записуються повідомлення про помилки і інформація про процес запуску і ініціалізації. DEBUG: високодеталізований висновок для налагодження розробниками при вирішенні проблем.",
"admin.log.fileLevelTitle": "Файловий рівень логування:",
"admin.log.fileTitle": "Вихідні журнали в файл:",
"admin.log.fileTitle": "Вивести логи у файл: ",
"admin.log.jsonDescription": "Коли це правда, то події записуються у форматі JSON, зручного для машинного читання. В іншому випадку вони друкуються як звичайний текст. Зміна цього параметра вимагає перезавантаження сервера, перш ніж вступити в силу.",
"admin.log.levelDescription": "Ця установка визначає рівень деталізації, на якому події записуються в консоль. ERROR: Записуються тільки повідомлення про помилки. INFO: Записуються повідомлення про помилки і інформація про процес запуску і ініціалізації. DEBUG: високодеталізованими висновок для налагодження розробниками при вирішенні проблем.",
"admin.log.levelTitle": "Рівень логування в консолі:",
@ -833,14 +833,14 @@
"admin.manage_roles.systemAdmin": "Адміністратор системи",
"admin.manage_roles.systemMember": "Учасник",
"admin.manage_tokens.manageTokensTitle": "Увімкнути токени особистого доступу",
"admin.manage_tokens.userAccessTokensDescription": "Токени особистого доступу функціонують аналогічно токенам сеансу і можуть бути використані інтеграцією для <linkAuthtentication>взаємодії з цим сервером Mattermost</linkAuthtentication> . Токени вимикаються, якщо користувач деактивовано. Дізнайтеся більше про <linkPersonalAccessTokens>маркери особистого доступу</linkPersonalAccessTokens> .",
"admin.manage_tokens.userAccessTokensDescription": "Персональні токени доступу функціонують подібно до токенів сесії і можуть використовуватися інтеграціями для <linkAuthentication>взаємодії з цим сервером Mattermost</linkAuthentication>. Токени деактивуються, якщо користувач вимкнений. Дізнайтеся більше про <linkPersonalAccessTokens>персональні токени доступу</linkPersonalAccessTokens>.",
"admin.manage_tokens.userAccessTokensIdLabel": "Токен ID: ",
"admin.manage_tokens.userAccessTokensNameLabel": "Токен опис:",
"admin.manage_tokens.userAccessTokensNameLabel": "Опис токена: ",
"admin.manage_tokens.userAccessTokensNone": "Немає особистих токенів доступу.",
"admin.member_list_group.name": "Ім'я",
"admin.member_list_group.notFound": "Користувачів не знайдено",
"admin.metrics.enableDescription": "Якщо включено, в Mattermost буде включено збір даних про продуктивність і профілювання. Додаткову інформацію по конфігурації моніторингу продуктивності дивіться в <link>документації</link> .",
"admin.metrics.enableTitle": "Включити моніторинг продуктивності",
"admin.metrics.enableTitle": "Увімкнути моніторинг продуктивності:",
"admin.metrics.listenAddressDesc": "Адреса, прослуховується сервером для надання метрик продуктивності",
"admin.metrics.listenAddressEx": "Наприклад: \":8067\"",
"admin.metrics.listenAddressTitle": "Прослуховується адреса:",
@ -911,7 +911,7 @@
"admin.permissions.permission.assign_system_admin_role.name": "Призначити роль адміністратора системи",
"admin.permissions.permission.create_direct_channel.description": "Створіть прямий канал",
"admin.permissions.permission.create_direct_channel.name": "Створіть прямий канал",
"admin.permissions.permission.create_emojis.name": "Увімкнути призначені для користувача смайли:",
"admin.permissions.permission.create_emojis.name": "Створити власні емодзі",
"admin.permissions.permission.create_group_channel.description": "Створити груповий канал",
"admin.permissions.permission.create_group_channel.name": "Створити груповий канал",
"admin.permissions.permission.create_private_channel.description": "Створення нових приватних каналів.",
@ -1024,7 +1024,7 @@
"admin.permissions.teamOverrideSchemesBannerText": "Використовуйте, коли для певних команд потрібні дозволи на винятки з <link>Схема системи</link> .",
"admin.permissions.teamOverrideSchemesInProgress": "Робота з міграцією не відбувається: схеми заміщення команди недоступні, поки сервер роботи не завершить міграцію дозволів. Дізнайтеся більше в {documentationLink}",
"admin.permissions.teamOverrideSchemesNewButton": "Нова схема заміни команди",
"admin.permissions.teamOverrideSchemesNoJobsEnabled": "Робота міграції призупинена: схеми заміщення команди недоступні, поки сервер роботи не зможе виконати міграцію дозволів. Робота буде автоматично запущена при включенні сервера завдань. Дізнайтеся більше в {documentLink}.",
"admin.permissions.teamOverrideSchemesNoJobsEnabled": "Міграцію призупинено: схеми перевизначення команд недоступні, доки сервер завдань не зможе виконати міграцію дозволів. Міграція автоматично розпочнеться, коли сервер завдань буде увімкнено. Докладніше читайте у {documentationLink}.",
"admin.permissions.teamOverrideSchemesNoSchemes": "Ніякі схеми команд перевизначення не створені.",
"admin.permissions.teamOverrideSchemesTitle": "Схеми перебору команди",
"admin.permissions.teamScheme": "Командна схема",
@ -1037,7 +1037,7 @@
"admin.permissions.teamScheme.schemeDetailsDescription": "Встановіть назву та опис цієї схеми.",
"admin.permissions.teamScheme.schemeDetailsTitle": "Схема деталей",
"admin.permissions.teamScheme.schemeNameLabel": "Схема ім'я:",
"admin.permissions.teamScheme.schemeNamePlaceholder": "Схема ім'я:",
"admin.permissions.teamScheme.schemeNamePlaceholder": "Назва схеми",
"admin.permissions.teamScheme.selectTeamsDescription": "Виберіть команди, де потрібні винятки з дозволу.",
"admin.permissions.teamScheme.selectTeamsTitle": "Виберіть команди для перевизначення дозволів",
"admin.plugin.choose": "Вибрати файл",
@ -1045,11 +1045,11 @@
"admin.plugin.disable": "Відключити",
"admin.plugin.disabling": "Вимкнення ...",
"admin.plugin.enable": "Увімкнути",
"admin.plugin.enable_plugin": "Увімкнути плагіни:",
"admin.plugin.enable_plugin": "Увімкнути плагін: ",
"admin.plugin.enabling": "Увімкнення...",
"admin.plugin.error.activate": "Не вдається завантажити плагін. Це може конфліктувати з іншим плагіном на вашому сервері.",
"admin.plugin.error.extract": "Виявлено помилку при вилученні плагіна. Перегляньте вміст файлу плагіна та повторіть спробу.",
"admin.plugin.installedTitle": "Встановлені плагіни:",
"admin.plugin.installedTitle": "Встановлені плагіни: ",
"admin.plugin.multiple_versions_warning": "У вашому кластері встановлено кілька версій цього плагіна. Перевстановіть цей плагін, щоб переконатися, що він працює послідовно.",
"admin.plugin.no_plugins": "Немає встановлених плагінів.",
"admin.plugin.remove": "Видалити",
@ -1058,7 +1058,7 @@
"admin.plugin.settingsButton": "Налаштування",
"admin.plugin.state": "Держава",
"admin.plugin.state.failed_to_start": "Не вдалося запустити",
"admin.plugin.state.failed_to_start.description": "Цей плагін не вдалося запустити. Перевірте свої системні журнали на наявність помилок.",
"admin.plugin.state.failed_to_start.description": "Не вдалось запустити цей плагін. {error}",
"admin.plugin.state.failed_to_stay_running": "Збій",
"admin.plugin.state.failed_to_stay_running.description": "Цей плагін зазнав краху кілька разів і більше не працює. Перевірте свої системні журнали на наявність помилок.",
"admin.plugin.state.not_running": "Не спішіть ",
@ -1073,25 +1073,25 @@
"admin.plugin.upload": "Завантажити",
"admin.plugin.uploadAndPluginDisabledDesc": "Щоб увімкнути плагіни, встановіть <strong>Увімкнути плагіни</strong> на істину. Дивіться <link>documentation</link> , щоб дізнатися більше.",
"admin.plugin.uploadDesc": "Завантажте плагін для вашого Mattermost сервера. Дивіться <link>documentation</link> , щоб дізнатися більше.",
"admin.plugin.uploadDisabledDesc": "Щоб увімкнути завантаження плагінів, перейдіть на сторінку <strong>Плагіни> Конфігурація</strong>. Дивіться <link>documentation</link> , щоб дізнатися більше.",
"admin.plugin.uploadTitle": "Завантажити плагін:",
"admin.plugin.uploadDisabledDesc": "Увімкніть завантаження плагінів у файлі config.json. Дивіться <link>документацію</link>, щоб дізнатися більше.",
"admin.plugin.uploadTitle": "Завантажити плагін: ",
"admin.plugin.uploading": "Завантаження...",
"admin.plugin.version_title": "Версія",
"admin.plugins.settings.enable": "Увімкнути плагіни:",
"admin.plugins.settings.enable": "Увімкнути плагіни: ",
"admin.plugins.settings.enableDesc": "Коли це правда, включаються плагіни на вашому Mattermost сервері. Використовуйте плагіни для інтеграції зі сторонніми системами, розширюйте функціональність або налаштовуйте користувальницький інтерфейс вашого Mattermost сервера. Дивіться <link>documentation</link> , щоб дізнатися більше.",
"admin.privacy.showEmailDescription": "Якщо значення false, приховує адресу електронної пошти користувачів від усіх, окрім системних адміністраторів та системних ролей з доступом на читання/запис до Комплаєнсу, Білінгу або Керування користувачами.",
"admin.privacy.showEmailTitle": "Показати адресу електронної пошти:",
"admin.privacy.showEmailTitle": "Показати електронну адресу: ",
"admin.privacy.showFullNameDescription": "Коли вимкнено, імена і прізвища учасників бачить тільки системний адміністратор. Замість імені та прізвища відображається ім'я користувача.",
"admin.privacy.showFullNameTitle": "Показати повне ім'я:",
"admin.privacy.showFullNameTitle": "Показати повне ім'я: ",
"admin.purge.button": "Очистити всі кеші",
"admin.purge.purgeDescription": "Ця дія призведе до очищення всіх кешей для таких речей, як сесії, акаунти, канали і т. д. Якщо Mattermost розгорнутий в режимі високої доступності, це призведе до очищення кешей на всіх серверах в кластері. Очістка кешей може негативно вплинути на продуктивність.",
"admin.purge.purgeFail": "Очищення не вдалося: {error}",
"admin.rate.enableLimiterDescription": "Якщо ввімкнено, API обмежуються швидкостями, вказаними нижче.\n \nОбмеження швидкості запитів запобігає перевантаженню сервера через занадто велику кількість запитів. Це корисно для запобігання впливу сторонніх додатків або зловмисних атак на ваш сервер.",
"admin.rate.enableLimiterTitle": "Увімкнути режим батьківського контролю швидкості:",
"admin.rate.enableLimiterTitle": "Увімкнути обмеження швидкості: ",
"admin.rate.httpHeaderDescription": "Заповнюючи, змінюйте обмеження швидкості за вказаним полем заголовка HTTP (наприклад, при налаштуванні NGINX, встановленого на \"X-Real-IP\", коли налаштування AmazonELB встановлено на \"X-Forwarded-For\").",
"admin.rate.httpHeaderExample": "Наприклад: \"X-Real-IP\", \"X-Forwarded-For\"",
"admin.rate.httpHeaderTitle": "Змінювати обмеження швидкості по HTTP заголовку",
"admin.rate.maxBurst": "Максимальне перевищення розміру пакета",
"admin.rate.httpHeaderTitle": "Змінюйте обмеження швидкості за допомогою HTTP-заголовка:",
"admin.rate.maxBurst": "Максимальний розмір пакета:",
"admin.rate.maxBurstDescription": "Обмеження максимальної кількості запитів в секунду.",
"admin.rate.maxBurstExample": "Наприклад: \"100\"",
"admin.rate.memoryDescription": "Максимальна кількість сеансів користувачів, підключених до системи, як визначено нижче в налаштуваннях \"Обмеження швидкості передачі за допомогою віддаленої адреси\" та \"Вартість обмеження за HTTP-заголовком\".",
@ -1102,12 +1102,12 @@
"admin.rate.queriesExample": "Наприклад: \"10\"",
"admin.rate.queriesTitle": "Максимальна кількість запитів в секунду:",
"admin.rate.remoteDescription": "Коли правда, API обмеження швидкості доступу за IP адресою.",
"admin.rate.remoteTitle": "Змінювати обмеження швидкості за віддаленою адресою:",
"admin.rate.remoteTitle": "Змінюйте ліміт швидкості за віддаленою адресою: ",
"admin.rate.title": "Обмеження швидкості",
"admin.rate.varyByUser": "Обмежити ставку користувачем:",
"admin.rate.varyByUser": "Змінюйте ліміт швидкості для кожного користувача: ",
"admin.rate.varyByUserDescription": "Коли це правда, обмежує швидкість доступу до API за допомогою токену автентифікації користувача.",
"admin.recycle.button": "Оновити підключення баз даних",
"admin.recycle.recycleDescription": "Варіанти розгортання з використанням декількох баз даних можуть перемикатися з однієї основної бази даних на іншу без перезапуску сервера Mattermost шляхом оновлення файлу \"config.json\" для нової необхідної конфігурації і використання функції {featureName} для завантаження нових налаштувань під час роботи сервера. Після цього, адміністратор повинен використовувати, виконати функцію {recycleDatabaseConnections} для поновлення з'єднання з базою даних на основі нових налаштувань. ",
"admin.recycle.recycleDescription": "Розгортання з використанням декількох баз даних можуть перемикатися з однієї основної бази даних на іншу без перезавантаження сервера Mattermost. Для цього потрібно оновити \"config.json\" з бажаною новою конфігурацією і використати функцію {reloadConfiguration} для завантаження нових налаштувань під час роботи сервера. Після цього адміністратору слід використати функцію {featureName} для оновлення підключень до бази даних відповідно до нових налаштувань.",
"admin.recycle.recycleDescription.featureName": "Оновити підключення баз даних",
"admin.recycle.reloadFail": "Оновлення не вдалося: {error}",
"admin.regenerate": "Відновити",
@ -1177,7 +1177,7 @@
"admin.saml.loginButtonTextTitle": "Текст кнопки входу:",
"admin.saml.nicknameAttrDesc": "(Необов'язково) Атрибут у SAML Assertion, який буде використовуватися для заповнення псевдонімом користувачів у Mattermost.",
"admin.saml.nicknameAttrEx": "Наприклад: \"Nickname\"",
"admin.saml.nicknameAttrTitle": "Атрибут прізвиська",
"admin.saml.nicknameAttrTitle": "Атрибут псевдонім:",
"admin.saml.positionAttrDesc": "(Необов'язково) Атрибут в SAML, який буде використовуватися для заповнення позиції користувачів в Mattermost.",
"admin.saml.positionAttrEx": "Наприклад: \"Роль\"",
"admin.saml.positionAttrTitle": "Атрибут позиції:",
@ -1207,7 +1207,7 @@
"admin.service.attemptExample": "Наприклад: \"10\"",
"admin.service.attemptTitle": "Максимальна кількість спроб входу:",
"admin.service.cmdsDesc": "Коли це правда, вихідні вебхуки будуть дозволені. Див. <link>Документація</link> , щоб дізнатися більше.",
"admin.service.cmdsTitle": "Увімкнути спеціальні Slash-команди:",
"admin.service.cmdsTitle": "Увімкнути користувацькі команди слешу: ",
"admin.service.complianceExportDesc": "Коли це правда, Mattermost буде експортувати всі повідомлення, які були опубліковані протягом останніх 24 годин. Завдання експорту запускається один раз на день. Щоб дізнатися більше, перегляньте <link>документація</link> .",
"admin.service.complianceExportTitle": "Увімкнути відповідність експорту:",
"admin.service.corsAllowCredentialsDescription": "Коли це правда, запити, які пройдуть перевірку, включатимуть заголовок Access-Control-Allow-Credentials.",
@ -1218,22 +1218,22 @@
"admin.service.corsExposedHeadersDescription": "Білий список заголовків, який буде доступний для запитувача.",
"admin.service.corsTitle": "Дозволити крос доменні запити від:",
"admin.service.developerDesc": "Якщо включений, на червоній панелі зверху будуть з'являтися помилки JavaScript. Не рекомендується використовувати на \"бойовому\" сервері.",
"admin.service.developerTitle": "Включити режим розробника:",
"admin.service.enableBotTitle": "Увімкнути створення облікового запису:",
"admin.service.developerTitle": "Увімкнути режим розробника: ",
"admin.service.enableBotTitle": "Увімкнути створення облікового запису бота: ",
"admin.service.enforceMfaDesc": "Якщо це правда, для входу в систему потрібна <link>багатофакторна автентифікація</link> . Нові користувачі повинні налаштувати MFA під час реєстрації. Зареєстровані користувачі, які не налаштовані MFA, перенаправляються на сторінку налаштування MFA до завершення конфігурації.\n\nЯкщо у вашій системі є користувачі, які використовують інші способи входу, крім AD/LDAP та електронної пошти, MFA повинна бути забезпечена постачальником аутентифікації за межами Mattermost.",
"admin.service.enforceMfaTitle": "Забезпечити багатофакторну автентифікацію:",
"admin.service.forward80To443": "Перехідний порт 80 на 443:",
"admin.service.forward80To443Description": "Надсилання всього незахищеного трафіку з порту 80 на захищений порт 443. Не рекомендується використовувати проксі-сервер.",
"admin.service.forward80To443Description.disabled": "Надсилання всього незахищеного трафіку з порту 80 на захищений порт 443. Не рекомендується використовувати проксі-сервер. \n\nЦей параметр не можна ввімкнути, доки ваш сервер не прослуховує (#ServiceSettings.ListenAddress) на порту 443.",
"admin.service.googleDescription": "Встановіть цю клавішу, щоб увімкнути відображення заголовків для вбудованих попередніх переглядів відео YouTube. Без ключа попередній перегляд YouTube буде створено на основі гіперпосилання, що з'являтимуться в повідомленнях або коментарях, але вони не покажуть назву відео. Перегляньте підручник з \"Google Developers\" (!https://www.youtube.com/watch?V=Im69kzhpR3I), щоб отримати інструкції щодо отримання ключа та додавання API даних YouTube v3 як служби для вашого ключа.",
"admin.service.googleDescription": "Встановіть цей ключ, щоб увімкнути відображення заголовків для попереднього перегляду вбудованих відео YouTube. Без ключа попередній перегляд YouTube все одно буде створюватися на основі гіперпосилань у повідомленнях або коментарях, але назва відео не буде відображатися. Перегляньте <link>посібник розробників Google</link> для інструкцій щодо отримання ключа і додавання YouTube Data API v3 як сервісу для вашого ключа.",
"admin.service.googleExample": "Наприклад: \"7rAh6iwQCkV4cA1Gsg3fgGOXJAQ43QV\"",
"admin.service.googleTitle": "Ключ Google API:",
"admin.service.iconDescription": "Якщо це правда, вебхукам, командам і іншим інтеграцій, таким як <link>Zapier</link> , буде дозволено змінювати ім'я користувача, від імені якого вони створюють пости. Примітка: спільно з наданням інтеграцій права перевизначати значки зображень профілю, користувачі можуть отримати можливість виконувати фішингові атаки, намагаючись видати себе за інших користувачів.",
"admin.service.iconTitle": "Увімкніть інтеграцію, щоб перевизначити значки зображення профілю:",
"admin.service.insecureTlsDesc": "Коли це правда, будь-які вихідні запити HTTPS приймуть непідтверджені сертифікати, що самостійно підписувались. Наприклад, буде дозволене вихідний вебхук на сервер з самопідписаним сертифікатом TLS, який використовує будь-який домен. Зверніть увагу, що це робить ці з'єднання чутливими до атак \"man-in-the-middle\".",
"admin.service.insecureTlsTitle": "Увімкнути незабезпечені вихідні підключення:",
"admin.service.insecureTlsTitle": "Увімкнути небезпечні вихідні з'єднання: ",
"admin.service.internalConnectionsEx": "webhooks.internal.example.com 127.0.0.1 10.0.16.0/28",
"admin.service.internalConnectionsTitle": "Дозволити ненадійні внутрішні з'єднання:",
"admin.service.internalConnectionsTitle": "Дозволити ненадійні внутрішні з'єднання: ",
"admin.service.letsEncryptCertificateCacheFile": "Файл кешу сертифіката Let's Encrypt:",
"admin.service.letsEncryptCertificateCacheFileDescription": "Отримані сертифікати і дані від Let's Encrypt будуть зберігатися в цьому файлі.",
"admin.service.listenAddress": "Прослуховується адреса:",
@ -1243,7 +1243,7 @@
"admin.service.mfaTitle": "Увімкнути багатофакторну аутентифікацію:",
"admin.service.minimumHashtagLengthExample": "Наприклад: \"30\"",
"admin.service.minimumHashtagLengthTitle": "Мінімальна довжина пароля:",
"admin.service.outWebhooksDesc": "Коли це правда, вихідні webhooks будуть дозволені. Див. [Документація] (!https://mattermost.com/pl/setup-outgoing-webhooks), щоб дізнатися більше.",
"admin.service.outWebhooksDesc": "Якщо це значення увімкнене, вихідні веб-хуки будуть дозволені. Дивіться <link>документацію</link>, щоб дізнатися більше.",
"admin.service.outWebhooksTitle": "Увімкнути вихідні Webhooks",
"admin.service.overrideDescription": "Якщо це правда, вебхукам, командам і іншим інтеграцій, таким як [Zapier] (!https://developers.mattermost.com/integrate/admin-guide/admin-zapier-integration/), буде дозволено змінювати ім'я користувача, від імені якого вони створюють пости. Примітка: спільно з наданням інтеграцій права перевизначати іконки зображень профілю, користувачі можуть отримати можливість виконувати фішингові атаки, намагаючись видати себе за інших користувачів.",
"admin.service.overrideTitle": "Увімкніть інтеграцію, щоб перевизначити імена користувачів:",
@ -1261,7 +1261,7 @@
"admin.service.testSiteURLFail": "Очищення не вдалося: {error}",
"admin.service.testSiteURLTesting": "Перевірка...",
"admin.service.testingDescription": "Коли це правда, слеш-команда/тест дозволяє завантажувати тестові облікові записи, дані та форматування тексту. Для зміни цього параметра потрібно перезавантажити сервер, перш ніж набуде чинності.",
"admin.service.testingTitle": "Включити команду тестування:",
"admin.service.testingTitle": "Увімкнути команди тестування: ",
"admin.service.tlsCertFile": "Файл сертифіката TLS:",
"admin.service.tlsCertFileDescription": "Файл сертифіката для використання.",
"admin.service.tlsKeyFile": "Файл ключа TLS:",
@ -1270,9 +1270,9 @@
"admin.service.useLetsEncryptDescription": "Увімкніть автоматичне отримання сертифікатів із Let's Encrypt. Сертифікат буде завантажений, коли клієнт намагатиметься з'єднатися з новим доменом. Це буде працювати з декількома доменами.",
"admin.service.useLetsEncryptDescription.disabled": "Увімкніть автоматичне отримання сертифікатів від Let's Encrypt. Сертифікат буде отримано, коли клієнт спробує підключитися з нового домену. Це працюватиме з декількома доменами.\n\nЦей параметр не можна увімкнути, якщо параметр [Перенаправлення порту 80 на 443] (#SystemSettings.Forward80To443) не встановлено у значення true.",
"admin.service.userAccessTokensDescription": "Якщо увімкнено, користувачі можуть створювати <link>токени доступу користувача</link> для інтеграцій у <strong>Профіль > Безпека</strong>. Вони можуть використовуватися для автентифікації через API та надають повний доступ до облікового запису.\n\n Щоб керувати тим, хто може створювати особисті токени доступу, або щоб шукати користувачів за ID токена, перейдіть до <strong>Системна консоль > Керування користувачами > Користувачі</strong>.",
"admin.service.userAccessTokensTitle": "Увімкнути маркери особистого доступу:",
"admin.service.webhooksDescription": "Якщо істина, то вхідні вебхуки будуть дозволені. З метою боротьби з фішинговими атаками, всі пости від імені вебхуков будуть позначені тегом БОТ. Дивіться [документацію] (!https://mattermost.com/pl/setup-incoming-webhooks), щоб дізнатися більше.",
"admin.service.webhooksTitle": "Увімкнути вхідні вебхуки:",
"admin.service.userAccessTokensTitle": "Увімкніть персональні токени доступу: ",
"admin.service.webhooksDescription": "Якщо це значення встановлено, вхідні веб-хуки будуть дозволені. Щоб допомогти боротися з фішинговими атаками, всі повідомлення з веб-хуків будуть позначені тегом BOT. Дивіться <link>документацію</link>, щоб дізнатися більше.",
"admin.service.webhooksTitle": "Увімкнути вхідні веб-хуки: ",
"admin.service.writeTimeout": "Тайм-аут запису:",
"admin.service.writeTimeoutDescription": "Якщо використовується HTTP (незахищений) - це максимальний час, дозволений після закінчення читання заголовків запиту, доки не буде написано відповідь. Якщо використовується HTTPS - це загальний час від часу прийняття з'єднання до написання відповіді.",
"admin.set_by_env": "Цей параметр встановлено через змінну середовища. Його неможливо змінити за допомогою системної консолі.",
@ -1283,10 +1283,10 @@
"admin.sidebar.compliance": "Відповідність",
"admin.sidebar.complianceExport": "Відповідність експорту (Beta)",
"admin.sidebar.cors": "CORS",
"admin.sidebar.customTermsOfService": "Текст користувацьких умов надання послуг (бета-версія):",
"admin.sidebar.customTermsOfService": "Користувацькі умови надання послуг",
"admin.sidebar.customization": "Налаштування",
"admin.sidebar.dataRetentionPolicy": "Політика збереження даних",
"admin.sidebar.database": "База даних:",
"admin.sidebar.database": "База даних",
"admin.sidebar.developer": "Розробник",
"admin.sidebar.elasticsearch": "Еластичний пошук",
"admin.sidebar.email": "Електронна пошта ",
@ -1309,7 +1309,7 @@
"admin.sidebar.plugins": "Плагіни (бета)",
"admin.sidebar.posts": "Повідомлення",
"admin.sidebar.publicLinks": "Публічні посилання",
"admin.sidebar.pushNotificationServer": "Сервер push повідомлення:",
"admin.sidebar.pushNotificationServer": "Сервер push-сповіщень",
"admin.sidebar.rateLimiting": "Обмеження швидкості",
"admin.sidebar.saml": "SAML 2.0",
"admin.sidebar.signup": "Реєстрація",
@ -1347,11 +1347,11 @@
"admin.sql.queryTimeoutExample": "Наприклад: \"30\"",
"admin.sql.queryTimeoutTitle": "Тайм-аут запиту:",
"admin.sql.traceDescription": "(Режим розробника) Якщо включено, то всі виконувані SQL-запити будуть записані в лог.",
"admin.sql.traceTitle": "Запис SQL для журналу:",
"admin.sql.traceTitle": "Ведення журналу SQL-запитів: ",
"admin.support.aboutDesc": "URL сторінки \"Про програму\", який відображається на сторінці входу. Якщо поле не заповнено, посилання \"Про програму\" приховано.",
"admin.support.aboutTitle": "Про програму:",
"admin.support.enableTermsOfServiceHelp": "Якщо увімкнено, нові користувачі повинні прийняти умови обслуговування перед доступом до будь-яких команд Mattermost на комп'ютері, веб-версії або мобільному додатку. Існуючі користувачі повинні прийняти їх після входу в систему або оновлення сторінки. Щоб оновити посилання на умови обслуговування, що відображається на сторінках створення облікового запису та входу, перейдіть до <a>Конфігурація сайту > Налаштування</a>.",
"admin.support.enableTermsOfServiceTitle": "Увімкнути спеціальні умови надання послуги (бета-версія): ",
"admin.support.enableTermsOfServiceTitle": "Увімкнути користувацькі умови надання послуг:",
"admin.support.helpDesc": "Адреса сторінки \"Допомога\", що відображається на сторінці входу, реєстрації, а також в головному меню. Якщо поле не заповнено, посилання на сторінку буде приховано.",
"admin.support.helpTitle": "Посилання на розділ \"Допомога\":",
"admin.support.privacyDesc": "Адреса сторінки \"Політика приватності\", що відображається на сторінці входу і реєстрації. Якщо поле не заповнено, посилання на сторінку буде приховано.",
@ -1363,7 +1363,7 @@
"admin.support.termsOfServiceReAcceptanceTitle": "Період повторного прийому:",
"admin.support.termsOfServiceTextHelp": "Текст, який з'явиться у ваших спеціальних умовах надання послуг. Підтримує текст, відформатований у форматі Markdown.",
"admin.support.termsOfServiceTextTitle": "Текст користувацьких умов надання послуг (бета-версія):",
"admin.support.termsOfServiceTitle": "Текст користувацьких умов надання послуг (бета-версія):",
"admin.support.termsOfServiceTitle": "Користувацькі умови надання послуг",
"admin.support.termsTitle": "Посилання на умови використання:",
"admin.systemUserDetail.teamList.header.name": "Ім'я",
"admin.systemUserDetail.teamList.header.role": "Role",
@ -1373,31 +1373,31 @@
"admin.systemUserDetail.title": "User Configuration",
"admin.system_users.revokeAllSessions": "Скасувати сесії",
"admin.system_users.revoke_all_sessions_button": "Скасувати сесії",
"admin.system_users.revoke_all_sessions_modal_message": "Ця дія скасовує всі сеанси для {username}. Вони будуть виключені з усіх, в тому числі з цього, пристрою . Ви впевнені, що хочете відкликати всі сеанси для {username}?",
"admin.system_users.revoke_all_sessions_modal_message": "Ця дія скасовує всі сесії в системі. Всі користувачі вийдуть з усіх пристроїв, включаючи вашу сесію. Ви впевнені, що хочете відкликати всі сесії?",
"admin.system_users.title": "{siteName} Користувачі",
"admin.team.brandDesc": "Увімкніть фірмовий стиль для показу зображення і супровідного тексту на сторінці входу.",
"admin.team.brandDescriptionHelp": "Опис сервісу з'являється на екранах входу і призначеного для користувача інтерфейсу. Якщо не вказано, то з'являється \"Спілкування всієї команди в одному місці, з можливістю пошуку та доступом звідусіль\".",
"admin.team.brandDescriptionTitle": "Опис об'єкта:",
"admin.team.brandDescriptionTitle": "Опис сайту: ",
"admin.team.brandImageTitle": "Зображення бренду користувача:",
"admin.team.brandTextDescription": "Текст, який з'явиться під призначеним для користувача зображенням бренду на екрані входу в систему. Підтримка Markdown-форматування тексту. Максимум 500 символів.",
"admin.team.brandTextTitle": "Індивідуальний текст бренда:",
"admin.team.brandTitle": "Включити призначений для користувача брендинг:",
"admin.team.brandTitle": "Увімкнути користувацький брендинг: ",
"admin.team.emailInvitationsDescription": "Коли справжні користувачі можуть запросити інших користувачів до системи, використовуючи електронну пошту.",
"admin.team.emailInvitationsTitle": "Включити повідомлення по електронній пошті:",
"admin.team.emailInvitationsTitle": "Увімкнути запрошення на електронну пошту: ",
"admin.team.maxChannelsDescription": "Максимальна загальна кількість каналів на одну команду, включаючи як активні, так і архівовані канали.",
"admin.team.maxChannelsExample": "Наприклад: \"100\"",
"admin.team.maxChannelsTitle": "Max канали за команд:",
"admin.team.maxNotificationsPerChannelDescription": "Максимальна загальна кількість користувачів у каналі, перш ніж користувачі набирають повідомлення, @all, @here та @channel більше не надсилають сповіщення через ефективність.",
"admin.team.maxNotificationsPerChannelExample": "Наприклад: \"1000\"",
"admin.team.maxNotificationsPerChannelTitle": "Максимальна кількість повідомлень на канал",
"admin.team.maxNotificationsPerChannelTitle": "Максимальна кількість сповіщень на канал:",
"admin.team.maxUsersDescription": "Максимальна кількість користувачів на команду.",
"admin.team.maxUsersExample": "Наприклад: \"25\"",
"admin.team.maxUsersTitle": "Макс. користувачів за команду:",
"admin.team.noBrandImage": "Зображення бренду не завантажено",
"admin.team.openServerDescription": "Якщо це значення встановлено - будь-хто може зареєструвати обліковий запис користувача на цьому сервері без запрошення. Застосовується лише до реєстрацій на основі електронної пошти.",
"admin.team.openServerTitle": "Відкритий сервер:",
"admin.team.openServerTitle": "Увімкнути відкритий сервер: ",
"admin.team.restrictDescription": "Команди та облікові записи користувачів можуть бути створені тільки з зазначеного домену (наприклад, \"mattermost.com\"), або з доменів, заданих розділеним комами списком доменів (наприклад, \"corp.mattermost.com, mattermost.com\").",
"admin.team.restrictDirectMessage": "Дозволити користувачам відкривати канали прямих повідомлень за допомогою",
"admin.team.restrictDirectMessage": "Дозвольте користувачам відкривати канали приватних повідомлень:",
"admin.team.restrictDirectMessageDesc": "'Будь-який користувач на сервері Mattermost' дозволяє користувачам відкривати канал прямого повідомлення з будь-яким користувачем на сервері, навіть якщо вони не розташовані в жодній команді. \"Будь-який член команди\" обмежує можливості у меню \"Прямі повідомлення\" \"Більше\", щоб відкрити лише канали прямого повідомлення з користувачами, які знаходяться в тій же команді.\n\nПримітка. Це налаштування впливає лише на інтерфейс користувача, а не на дозволи на сервері.",
"admin.team.restrictExample": "Наприклад: \"corp.mattermost.com, mattermost.com\"",
"admin.team.restrictTitle": "Обмеження створення облікового запису до вказаних доменів електронної пошти:",
@ -1412,7 +1412,7 @@
"admin.team.teammateNameDisplayDesc": "Оберіть спосіб відображення імені користувачів в повідомленнях і в списку вибору особистих повідомлень.",
"admin.team.uploadDesc": "Налаштуйте свій користувальницький інтерфейс, додавши користувацького зображення на екрані входу в систему. Рекомендований максимальний розмір зображення складає менше 2 МБ.",
"admin.team.userCreationDescription": "Якщо відключено, можливість створення облікових записів буде відключена, а при натисканні кнопки \"Створити обліковий запис\" з'явиться помилка. Стосується автентифікації облікових записів Email, OpenID Connect та OAuth 2.0.",
"admin.team.userCreationTitle": "Увімкнути створення облікового запису:",
"admin.team.userCreationTitle": "Увімкнути створення облікового запису: ",
"admin.team_channel_settings.cancel": "Відміна",
"admin.team_channel_settings.convertAndRemoveConfirmModal.cancel": "Ні, скасувати",
"admin.team_channel_settings.convertConfirmModal.cancel": "Ні, скасувати",
@ -1533,6 +1533,8 @@
"app.channel.post_update_channel_purpose_message.removed": "{username} видалив заголовок каналу (було: {old})",
"app.channel.post_update_channel_purpose_message.updated_from": "{username} змінив заголовок каналу з {old} на {new}",
"app.channel.post_update_channel_purpose_message.updated_to": "{username} встановив заголовок каналу: {new}",
"app.post.move_thread.from_another_channel": "Це обговорення було перенесено з іншого каналу",
"app.post.move_thread_command.direct_or_group.one_message": "Повідомлення було переміщено до приватного/групового повідомлення\n",
"apps.error": "Помилка:{error}",
"apps.error.command.field_missing": "Обов'язкові поля відсутні:`{fieldName}`.",
"apps.error.command.same_channel": "Канал повторюється для поля `{fieldName}`: `{option}`.",
@ -2173,7 +2175,7 @@
"marketplace_modal.install_plugins": "Встановлені плагіни",
"marketplace_modal.list.try_again": "Спробуй ще раз ",
"marketplace_modal.list.update": "Оновити",
"marketplace_modal.list.update_available": "Доступне оновлення",
"marketplace_modal.list.update_available": "Доступне оновлення:",
"marketplace_modal.list.update_confirmation.confirm_button": "Оновити",
"message_submit_error.invalidCommand": "Команда з тригером '{command}' не знайдена.",
"message_submit_error.sendAsMessageLink": "Натисніть тут, щоб надіслати як повідомлення.",
@ -2231,7 +2233,7 @@
"multiselect.addPeopleToGroup": "Додати людей",
"multiselect.addTeamsPlaceholder": "Знайти та додати учасників",
"multiselect.go": "Перейти",
"multiselect.list.notFound": "Нічого не знайдено",
"multiselect.list.notFound": "Не знайдено результатів по запиту <b>{searchQuery}</b>",
"multiselect.loading": "Завантаження...",
"multiselect.numGroupsRemaining": "Використовуйте ↑↓ для перегляду, ↵ для вибору. Ви можете додати {num, number} більше {num, plural, one {person} other {people}}.",
"multiselect.numMembers": "{memberOptions, number} учасників {totalCount, number}",
@ -2298,7 +2300,7 @@
"post_body.check_for_out_of_channel_mentions.link.public": "додати їх до каналу",
"post_body.check_for_out_of_channel_mentions.message_last": "? Вони матимуть доступ до всієї історії повідомлень.",
"post_body.check_for_out_of_channel_mentions.others": "{numOthers} інших",
"post_body.commentedOn": "Прокоментував {name} повідомлення:",
"post_body.commentedOn": "Прокоментував(ла) повідомлення {name} : ",
"post_body.deleted": "(повідомлення видалено)",
"post_body.plusMore": " плюс {count, number} інший {count, plural, one {файл} few {файла} other {файли}}",
"post_delete.notPosted": "Коментар не можна опублікувати",
@ -2501,11 +2503,11 @@
"sidebar_right_menu.flagged": "Збережені повідомлення",
"sidebar_right_menu.recentMentions": "Недавні згадки",
"signup.ldap": "Дані AD/LDAP",
"signup_team.join_open": "Команди, до яких ви можете приєднатися:",
"signup_team.join_open": "Команди, до яких ви можете приєднатися: ",
"signup_team.no_open_teams": "Немає команд доступних для входу. Будь-ласка, попросіть свого адміністратора запросити Вас.",
"signup_team.no_open_teams_canCreate": "Немає доступних команд для входу. Створіть нову команду або попросіть свого адміністратора запросити Вас.",
"signup_team_system_console": "Перейдіть до System Console",
"signup_user_completed.chooseUser": "Виберіть своє ім'я користувача:",
"signup_user_completed.chooseUser": "Виберіть ім'я користувача",
"signup_user_completed.create": "Створити обліковий запис",
"signup_user_completed.emailIs": "Ваша електронна пошта **{email}**. Використовуйте її для входу в {siteName}.",
"signup_user_completed.failed_update_user_state": "Будь-ласка, очистіть кеш і спробуйте увійти.",
@ -2545,6 +2547,7 @@
"system_notice.dont_show": "Не показувати знову",
"system_notice.remind_me": "Нагадай мені пізніше",
"system_notice.title": "Повідомлення від Mattermost",
"system_notice.title.gm_as_dm": "Оновлення у групових повідомленнях",
"team.button.ariaLabel": "{teamName} team",
"team_channel_settings.group.group_user_row.numberOfGroups": "{count, number} {count, plural, one {user} other {users}}",
"team_member_modal.members": "{team} Учасники",
@ -2566,7 +2569,7 @@
"team_settings_modal.title": "Налаштування команди",
"team_sidebar.join": "Інші команди, до яких ви можете приєднатися.",
"terms_of_service.agreeButton": "Я згоден",
"terms_of_service.api_error": "Не вдається завантажити умови надання послуг. Якщо ця проблема не зникне, зверніться до свого системного адміністратора.",
"terms_of_service.api_error": "Не вдалося завершити запит. Якщо ця проблема не зникає, зверніться до системного адміністратора.",
"terms_of_service.disagreeButton": "Я не погоджуюсь",
"textbox.bold": "**жирний**",
"textbox.edit": "Редагувати повідомлення",
@ -2865,20 +2868,20 @@
"user.settings.tokens.description": "<linkTokens>Особисті токени доступу</linkTokens> функціонують подібно до токенів сесії і можуть використовуватися інтеграціями для <linkAPI>автентифікації через REST API</linkAPI>.",
"user.settings.tokens.description_mobile": "<linkTokens>Особисті токени доступу</linkTokens> функціонують подібно до токенів сесії і можуть використовуватися інтеграціями для <linkAPI>автентифікації через REST API</linkAPI>. Створіть нові токени на своєму комп'ютері.",
"user.settings.tokens.id": "Токен ID: ",
"user.settings.tokens.name": "Токен опис:",
"user.settings.tokens.name": "Опис токена: ",
"user.settings.tokens.nameHelp": "Введіть назву для токена, щоб запам'ятати для яких він цілей",
"user.settings.tokens.nameRequired": "Будь-ласка, введіть опис",
"user.settings.tokens.save": "Зберегти",
"user.settings.tokens.title": "Увімкнути токени особистого доступу ",
"user.settings.tokens.token": "Токен доступу:",
"user.settings.tokens.tokenDesc": "Токен опис:",
"user.settings.tokens.token": "Токен доступу: ",
"user.settings.tokens.tokenDesc": "Опис токена: ",
"user.settings.tokens.tokenId": "Токен ID: ",
"user.settings.tokens.tokenLoading": "Завантаження...",
"user.settings.tokens.userAccessTokensNone": "Немає особистих токенів доступу.",
"user_groups_modal.addPeople": "Додати людей",
"user_groups_modal.addPeopleTitle": "Додати людей до {group}",
"user_list.notFound": "Користувачів не знайдено",
"user_profile.account.localTime": "Місцевий час:",
"user_profile.account.localTime": "Місцевий час",
"user_profile.add_user_to_channel": "Додати до каналу",
"user_profile.send.dm": "Відправити повідомлення",
"view_image.loading": "Завантаження ",

View file

@ -4,6 +4,8 @@
"ONE_HUNDRED_TO_500": "101-500",
"ONE_THOUSAND_TO_2500": "1001-2500",
"ONE_TO_50": "1-50",
"Schedule_post.empty_state.subtitle": "排程。任何排程的草稿將會顯示於這裡,並且可",
"Schedule_post.empty_state.title": "目前沒有任何排程草稿",
"TWO_THOUSAND_FIVE_HUNDRED_AND_UP": "2501-5000",
"about.buildnumber": "組建編號:",
"about.cloudEdition": "雲端版",
@ -96,7 +98,7 @@
"add_command.outgoing_oauth_connections.help_text": "您可以連接指令到<link>對外 OAuth 連線 </link>。",
"add_command.save": "儲存",
"add_command.saving": "正在儲存…",
"add_command.token": "**代符**{token}",
"add_command.token": "<b>代符</b>{token}",
"add_command.trigger": "命令觸發關鍵字",
"add_command.trigger.help": "設定觸發關鍵字,不得為內建指令、包含空白,或以斜線起始。",
"add_command.trigger.helpExamples": "如client、employee、patient、weather",
@ -149,13 +151,13 @@
"add_incoming_webhook.icon_url.help": "輸入 PNG 或 JPG 檔案的網址,該檔案將作為此外部整合傳訊時的大頭貼使用,檔案必須至少為 128*128 像素點。若未設定,將使用此 Webhook 建立者的大頭貼。",
"add_incoming_webhook.save": "儲存",
"add_incoming_webhook.saving": "正在儲存…",
"add_incoming_webhook.url": "**URL**{url}",
"add_incoming_webhook.url": "<b>URL</b>{url}",
"add_incoming_webhook.username": "使用者名稱",
"add_incoming_webhook.username.help": "設定此整合傳訊發文時要使用的使用者名稱。使用者名稱最多 22 個字元,且只包含小寫字母、數字和「-」、「_」、「.」等符號。若未設定,將使用 Webhook 建立者的使用者名稱。",
"add_oauth_app.callbackUrls.help": "設定使用者同意或拒絕授權您的應用程式之後,將會被重新導向至的網址。它可能負責處理授權代碼或是存取代符。必須以 http:// 或 https:// 開頭。",
"add_oauth_app.callbackUrlsRequired": "必須填入回呼網址",
"add_oauth_app.clientId": "**客戶端 ID**{id}",
"add_oauth_app.clientSecret": "**客戶端金鑰**{secret}",
"add_oauth_app.clientId": "<b>客戶端 ID</b>{id}",
"add_oauth_app.clientSecret": "<b>客戶端金鑰</b>{secret}",
"add_oauth_app.description.help": "OAuth 2.0 應用程式的敘述。",
"add_oauth_app.descriptionRequired": "必須填入 OAuth 2.0 應用程式的敘述。",
"add_oauth_app.doneHelp": "已設定 OAuth 2.0 應用程式。當應用程式要求授權時,請使用下面的用戶端 ID 跟金鑰(詳情請參閱 <link>OAuth 2.0 應用程式</link>)。",
@ -167,15 +169,15 @@
"add_oauth_app.name.help": "設定 OAuth 2.0 應用程式的顯示名稱,最多 64 個字元。",
"add_oauth_app.nameRequired": "必須填入 OAuth 2.0 應用程式的名稱。",
"add_oauth_app.trusted.help": "啟用時,此 OAuth 2.0 應用程式將被 Mattermost 伺服器信任且毋需使用者同意授權。否則,將會彈出新的視窗詢問使用者是否同意授權。",
"add_oauth_app.url": "**URL**{url}",
"add_oauth_app.url": "<b>URL</b>{url}",
"add_outgoing_oauth_connection.add": "新增",
"add_outgoing_oauth_connection.audienceUrls.help": "將接收帶有 OAuth token 的請求之 URL例如您的自訂斜線指令處理端點。必須是有效的 URL並以 http:// 或 https:// 開頭。",
"add_outgoing_oauth_connection.audienceUrls.label": "Audience URL每行一個",
"add_outgoing_oauth_connection.audienceUrls.required": "需要ㄧ個或多個 Audience URL。",
"add_outgoing_oauth_connection.audience_urls": "**Audience URL(s)**: `{url}`",
"add_outgoing_oauth_connection.audience_urls": "<b>Audience URL(s)</b>: `{url}`",
"add_outgoing_oauth_connection.cancel": "取消",
"add_outgoing_oauth_connection.clientId": "**客戶端 ID**: {id}",
"add_outgoing_oauth_connection.clientSecret": "**客戶端金鑰**\\*\\*\\*\\*\\*\\*\\*\\*",
"add_outgoing_oauth_connection.clientId": "<b>客戶端 ID</b>: {id}",
"add_outgoing_oauth_connection.clientSecret": "<b>客戶端金鑰</b>\\*\\*\\*\\*\\*\\*\\*\\*",
"add_outgoing_oauth_connection.client_id.help": "請為您的 OAuth 連線指定 Client ID。",
"add_outgoing_oauth_connection.client_id.label": "客戶端 ID",
"add_outgoing_oauth_connection.client_id.required": "OAuth 連線的客戶端 ID 為必填項目。",
@ -195,13 +197,13 @@
"add_outgoing_oauth_connection.oauth_token_url.help": "為您的 OAuth 連線指定 OAuth Token URL。",
"add_outgoing_oauth_connection.oauth_token_url.label": "OAuth Token URL",
"add_outgoing_oauth_connection.oauth_token_url.required": "OAuth 連線的 OAuth Token URL 是必甜的。",
"add_outgoing_oauth_connection.password": "**密碼**{password}",
"add_outgoing_oauth_connection.password": "<b>密碼</b>{password}",
"add_outgoing_oauth_connection.save": "儲存",
"add_outgoing_oauth_connection.save_anyway": "仍然儲存",
"add_outgoing_oauth_connection.save_without_validation_warning": "此連線尚未驗證,您確定依然要儲存嗎?",
"add_outgoing_oauth_connection.saving": "儲存中...",
"add_outgoing_oauth_connection.token_url": "**Token URL**: `{url}`",
"add_outgoing_oauth_connection.username": "**使用者名稱**{username}",
"add_outgoing_oauth_connection.token_url": "<b>Token URL</b>: `{url}`",
"add_outgoing_oauth_connection.username": "<b>使用者名稱</b>{username}",
"add_outgoing_oauth_connection.validate": "驗證連線",
"add_outgoing_oauth_connection.validated_connection": "連線已驗證",
"add_outgoing_oauth_connection.validating": "驗證中...",
@ -227,7 +229,7 @@
"add_outgoing_webhook.icon_url.help": "輸入 PNG 或 JPG 檔案的網址,該檔案將作為此整合傳訊時的大頭貼使用,檔案必須至少為 128*128 像素。若未設定,將使用此 Webhook 建立者的大頭貼。",
"add_outgoing_webhook.save": "儲存",
"add_outgoing_webhook.saving": "正在儲存…",
"add_outgoing_webhook.token": "**Token**{token}",
"add_outgoing_webhook.token": "<b>Token</b>{token}",
"add_outgoing_webhook.token.message": "請確保將此機器人帳號加入至想要它互動的團隊與頻道。詳情請參閱<link>文件</link>。",
"add_outgoing_webhook.triggerWords": "觸發關鍵字(每行一個)",
"add_outgoing_webhook.triggerWords.help": "(若僅選擇頻道,則非必要)設定傳送 HTTP POST 請求至應用程式的觸發關鍵字。觸發可以針對頻道、寄出的 Webhook 或兩者;若設定為兩者,訊息必須同時符合雙方定義的條件。",
@ -556,7 +558,7 @@
"admin.compliance.enableDailyTitle": "啟用每日報告:",
"admin.compliance.enableDesc": "啟用時Mattermost 將允許自<strong>法遵與稽核</strong>分頁產生法遵報告。詳情請參閱<link>文件</link>。",
"admin.compliance.enableTitle": "啟用法遵報告:",
"admin.compliance.newComplianceExportBanner": "此功能已被新功能[匯出法遵報告]({siteURL}/admin_console/compliance/message_export)取代,未來將被移除。我們建議遷移至新系統。",
"admin.compliance.newComplianceExportBanner": "此功能已被新功能<link>匯出法遵報告</link>取代,未來將被移除。我們建議遷移至新系統。",
"admin.complianceExport.createJob.help": "立刻開始匯出法遵報告。",
"admin.complianceExport.createJob.title": "立刻執行法遵報告匯出工作",
"admin.complianceExport.exportFormat.actiance": "Actiance XML",
@ -1998,6 +2000,8 @@
"admin.posts.persistentNotificationsMaxRecipients.title": "持續性通知的最大受眾數",
"admin.posts.postPriority.desc": "啟用時,使用者可設定視覺指示器來傳達重要或緊急的訊息。詳情請參閱<link>文件</link>。",
"admin.posts.postPriority.title": "訊息優先等級",
"admin.posts.scheduledPosts.description": "啟用時,使用者可於未來排程與寄送訊息。",
"admin.posts.scheduledPosts.title": "排程訊息",
"admin.privacy.showEmailDescription": "停用時,對系統管理員,以及獲得讀寫「合規、帳務或使用者管理」系統地位以外的所有人隱藏成員的電子郵件位址。",
"admin.privacy.showEmailTitle": "顯示電子郵件地址: ",
"admin.privacy.showFullNameDescription": "停用時,對系統管理員以外的所有人隱藏成員的全名。原顯示全名處將改為顯示使用者名稱。",
@ -2690,8 +2694,12 @@
"admin.team_channel_settings.convertAndRemoveConfirmModal.toPublicTitle": "轉換為公開頻道並移除 {amount, number} 位使用者",
"admin.team_channel_settings.convertConfirmModal.cancel": "不,取消",
"admin.team_channel_settings.convertConfirmModal.toPrivateConfirm": "是,變更為私人頻道",
"admin.team_channel_settings.convertConfirmModal.toPrivateMessageFirstLine": "當您將{displayName}轉換成私人頻道,歷史記錄與成員都將被保留。公開分享的文件仍然可被任何有連結的人存取。在私人頻道需透過邀請才能成為會員。",
"admin.team_channel_settings.convertConfirmModal.toPrivateMessageSecondLine": "您確定要將{displayName}轉換為私人頻道嗎?",
"admin.team_channel_settings.convertConfirmModal.toPrivateTitle": "變更 {displayName} 為私人頻道?",
"admin.team_channel_settings.convertConfirmModal.toPublicConfirm": "是,變更為公開頻道",
"admin.team_channel_settings.convertConfirmModal.toPublicMessageFirstLine": "當您將{displayName}轉換為公開頻道時,歷史記錄與所有成員都將被保留。公開頻道是可被搜尋的並不需透過邀請即可成為會員。",
"admin.team_channel_settings.convertConfirmModal.toPublicMessageSecondLine": "您確定要將{displayName}轉換為公開頻道嗎?",
"admin.team_channel_settings.convertConfirmModal.toPublicTitle": "變更 {displayName} 為公開頻道?",
"admin.team_channel_settings.groupMembers.close": "關閉",
"admin.team_channel_settings.group_list.membersHeader": "成員數量",
@ -2710,6 +2718,8 @@
"admin.team_channel_settings.need_groups": "必須增加至少一個群組以使用同步群組成員管理此團隊。",
"admin.team_channel_settings.need_groups_channel": "必須加入至少一個群組以使用同步群組成員管理此團隊。",
"admin.team_channel_settings.removeConfirmModal.messageChannel": "{amount, number} 位使用者將被移除。他們並未加入連結至此頻道的群組。確定移除這些使用者?",
"admin.team_channel_settings.removeConfirmModal.messageChannelFirstLine": "{amount, number} {amount, plural, one {使用者} other {使用者} 將被移除。他們將不在與此頻道關聯的群組中。",
"admin.team_channel_settings.removeConfirmModal.messageChannelSecondLine": "您確定要移除這些使用者嗎?",
"admin.team_channel_settings.removeConfirmModal.messageTeam": "{amount, number} 位使用者將被移除。他們並未加入連結至此團隊的群組。確定移除這些使用者?",
"admin.team_channel_settings.removeConfirmModal.remove": "儲存並移除 {amount, number} 位使用者",
"admin.team_channel_settings.removeConfirmModal.title": "儲存並移除 {amount, number} 位使用者?",
@ -2880,6 +2890,10 @@
"analytics.team.totalUsers": "活躍使用者總數",
"analytics.team.totalUsers.title.tooltip.hint": "亦稱為「已註冊的使用者」",
"analytics.team.totalUsers.title.tooltip.title": "此伺服器已啟用的使用者",
"announcementBar.notification.permissionNeverGrantedBar.cta": "啟用通知",
"announcementBar.notification.permissionNeverGrantedBar.message": "我們需要您的權限於瀏覽器顯示通知。",
"announcementBar.notification.unsupportedBar.cta": "更新您的瀏覽器",
"announcementBar.notification.unsupportedBar.message": "您的瀏覽器不支援瀏覽器通知。",
"announcement_bar.error.email_verification_required": "請到信箱收信,以驗證您的電子郵件地址。",
"announcement_bar.error.license_expired": "{licenseSku} 企業授權已過期,部份功能可能會被停用。",
"announcement_bar.error.license_expiring": "{licenseSku}企業授權將於 {date, date, long} 過期。",
@ -3156,7 +3170,7 @@
"channel_bookmarks.create.error.generic_save": "儲存書籤時發生錯誤。",
"channel_bookmarks.create.error.invalid_url": "請輸入有效的網址。無法解析:{link}。",
"channel_bookmarks.create.error.invalid_url.continue_anyway": "找不到:{url}。請輸入有效的連結,或<Confirm>仍然繼續</Confirm>。",
"channel_bookmarks.create.error.invalid_url.continuing_anyway": "找不到:{url}。請輸入有效的連結。",
"channel_bookmarks.create.error.invalid_url.continuing_anyway": "這不是有效的連結:{url}。",
"channel_bookmarks.create.file_input.edit": "編輯",
"channel_bookmarks.create.file_input.label": "附件",
"channel_bookmarks.create.link_info": "新增連結到任何訊息、檔案或外部連結",
@ -3213,6 +3227,15 @@
"channel_info_rhs.header.title": "資訊",
"channel_info_rhs.menu.files": "檔案",
"channel_info_rhs.menu.files.filter": "過濾器",
"channel_info_rhs.menu.files.filter.all_file_types": "所有檔案類型",
"channel_info_rhs.menu.files.filter.audio": "語音",
"channel_info_rhs.menu.files.filter.code": "程式碼",
"channel_info_rhs.menu.files.filter.documents": "檔案",
"channel_info_rhs.menu.files.filter.file_menu": "檔案目錄",
"channel_info_rhs.menu.files.filter.images": "圖像",
"channel_info_rhs.menu.files.filter.presentations": "簡報",
"channel_info_rhs.menu.files.filter.spreadsheets": "試算表",
"channel_info_rhs.menu.files.filter.videos": "影片",
"channel_info_rhs.menu.members": "成員",
"channel_info_rhs.menu.notification_preferences": "通知喜好設定",
"channel_info_rhs.menu.pinned": "已置頂的訊息",
@ -3460,6 +3483,13 @@
"create_post.read_only": "此為唯讀頻道。僅具有權限的成員能在此傳訊。",
"create_post.shortcutsNotSupported": "此裝置不支援鍵盤快捷鍵。",
"create_post.write": "寫給 {channelDisplayName}",
"create_post_button.option.schedule_message": "排程訊息",
"create_post_button.option.schedule_message.options.choose_custom_time": "選擇自定義時間",
"create_post_button.option.schedule_message.options.header": "排程訊息",
"create_post_button.option.schedule_message.options.monday": "星期一於 {9amTime}",
"create_post_button.option.schedule_message.options.next_monday": "下週一 {9amTime}",
"create_post_button.option.schedule_message.options.tomorrow": "明天 {9amTime}",
"create_post_button.option.send_now": "立即送出",
"create_team.createTeamRestricted.message": "您的工作區計劃已達到團隊數量限制。透過 30 天免費試用創造無限的團隊。請聯絡您的系統管理員。",
"create_team.createTeamRestricted.title": "專業版功能",
"create_team.display_name.charLength": "名稱必須至少有 {min} 個字元、最多 {max} 個字元。您可以之後再加入更長的團隊敘述。",
@ -3560,6 +3590,7 @@
"dnd_custom_time_picker_modal.time": "時間",
"drafts.actions.delete": "刪除草稿",
"drafts.actions.edit": "編輯草稿",
"drafts.actions.scheduled": "排程草稿",
"drafts.actions.send": "傳送草稿",
"drafts.confirm.delete.button": "是的,刪除",
"drafts.confirm.delete.text": "您確定要將此草稿刪除至 <strong>{displayName}</strong> 嗎?",
@ -4241,10 +4272,10 @@
"marketplace_modal.list.update_available": "有更新:",
"marketplace_modal.list.update_confirmation.confirm_button": "更新",
"marketplace_modal.list.update_confirmation.message.current": "目前已安裝 {installedVersion}。",
"marketplace_modal.list.update_confirmation.message.current_with_release_notes": "目前已安裝 {installedVersion}。參閱[版本資訊](!{releaseNotesUrl})以獲悉此次更新的變更。",
"marketplace_modal.list.update_confirmation.message.current_with_release_notes": "目前已安裝 {installedVersion}。參閱<a>版本資訊</a>以獲悉此次更新的變更。",
"marketplace_modal.list.update_confirmation.message.intro": "確定升級擴充程式 {name} 到 {version} 版本?",
"marketplace_modal.list.update_confirmation.message.warning_major_version": "此更新可能含有重大變更。",
"marketplace_modal.list.update_confirmation.message.warning_major_version_with_release_notes": "此更新可能含有重大變更。請在升級前詳閱[版本資訊](!{releaseNotesUrl})。",
"marketplace_modal.list.update_confirmation.message.warning_major_version_with_release_notes": "此更新可能含有重大變更。請在升級前詳閱<a>版本資訊</a>。",
"marketplace_modal.list.update_confirmation.title": "確認擴充程式升級",
"marketplace_modal.no_plugins": "並未找到擴充程式",
"marketplace_modal.no_plugins_installed": "並未安裝任何擴充程式",
@ -4260,7 +4291,7 @@
"menu.cloudFree.postTrial.tryEnterprise": "對擁有高安全性功能的無限制方案感興趣嗎? <openModalLink>檢視方案</openModalLink>",
"message_submit_error.invalidCommand": "找不到以 ''{command}'' 觸發的命令。 ",
"message_submit_error.sendAsMessageLink": "點擊此處以傳送訊息。",
"mfa.confirm.complete": "**完成設定!**",
"mfa.confirm.complete": "完成設定!",
"mfa.confirm.okay": "確定",
"mfa.confirm.secure": "您的帳號現在安全了。下一次登入時,將會被要求輸入手機上 Google Authenticator 所提供的代碼。",
"mfa.setup.badCode": "無效的代碼。如果此問題持續,請聯絡系統管理員。",
@ -4444,6 +4475,12 @@
"notifyAll.question_oneGroup": "使用 <b>{mention}</b> 時,您即將寄送通知給至少 <b>{totalMembers} 人</b>。您確定要這麼做嗎?",
"notifyAll.question_timezoneGroups": "使用 <b>{mentions}</b> 或 <b>{finalMention}</b> 時,您即將寄送通知到給至少 <b>{timezones, number} {timezones, plural, one {個時區} other {個時區}}</b> 共 <b>{totalMembers} 人</b>。您確定要這麼做嗎?",
"notifyAll.question_timezone_oneGroup": "使用 <b>{mention}</b> 時,您即將寄送通知到來自 <b>{timezones, number} {timezones, plural, one {個時區} other {個時區}}</b> 的共 <b>{totalMembers} 人</b>。您確定要這麼做嗎?",
"notifyHere.question_timezone": "透過使用 <b>@here</b>,您將向 <b>{timezones, number} {timezones, plural, one {個時區} other {個時區}}</b>的至少 <b>{totalMembers} 人</b>發送通知。您確定要執行?",
"notify_admin_to_upgrade_cta.notify-admin.already_notified": "已經通知!",
"notify_admin_to_upgrade_cta.notify-admin.failed": "稍後再試!",
"notify_admin_to_upgrade_cta.notify-admin.notified": "管理員已通知!",
"notify_admin_to_upgrade_cta.notify-admin.notify": "通知您的管理員",
"notify_admin_to_upgrade_cta.notify-admin.notifying": "正在通知…",
"notify_all.confirm": "確認",
"notify_all.title.confirm": "確認對整個頻道發送通知",
"notify_all.title.confirm_groups": "確認發送至群組的通知",
@ -4816,6 +4853,35 @@
"saveChangesPanel.tryAgain": "重試",
"save_button.save": "儲存",
"save_button.saving": "儲存中",
"schedule_post.custom_time_modal.cancel_button_text": "取消",
"schedule_post.custom_time_modal.confirm_button_text": "排程",
"schedule_post.custom_time_modal.dm_user_time": "{dmUserTime} 給 {dmUserName}",
"schedule_post.custom_time_modal.title": "排程訊息",
"schedule_post.tab.heading": "排程",
"scheduled_post.action.delete": "刪除排程訊息",
"scheduled_post.action.edit": "編輯排程訊息",
"scheduled_post.action.reschedule": "重新排程訊息",
"scheduled_post.action.send_now": "現在寄送",
"scheduled_post.channel_indicator.link_to_scheduled_posts.text": "查看所有排程訊息",
"scheduled_post.channel_indicator.multiple": "您有{count}則排程訊息。",
"scheduled_post.channel_indicator.single": "{dateTime}排程訊息。",
"scheduled_post.channel_indicator.with_other_user_late_time": "您有 {count, plural, =1 {1} other {#}} <a>個排程 {count, plural, =1 {訊息} other {訊息}}</a>.",
"scheduled_post.delete_modal.body": "您確定要",
"scheduled_post.delete_modal.title": "刪除排程訊息",
"scheduled_post.error_code.channel_archived": "封存的頻道",
"scheduled_post.error_code.channel_removed": "刪除的頻道",
"scheduled_post.error_code.invalid_post": "無效訊息",
"scheduled_post.error_code.no_channel_member": "不在頻道中",
"scheduled_post.error_code.no_channel_permission": "權限不足",
"scheduled_post.error_code.thread_deleted": "對話串刪除",
"scheduled_post.error_code.unable_to_send": "無法送出",
"scheduled_post.error_code.unknown_error": "未知錯誤",
"scheduled_post.error_code.user_deleted": "使用者刪除",
"scheduled_post.error_code.user_missing": "使用者刪除",
"scheduled_post.panel.error_indicator.message": "ㄧ個排程草稿無法寄送。",
"scheduled_post.panel.header.time": "寄送 {isTodayOrTomorrow, select, true {於} other {於}} {scheduledDateTime}",
"scheduled_posts.row_title_channel.placeholder": "內部:{icon} 無目的地",
"scheduled_posts.row_title_thread.placeholder": "討論串至:{icon} 無目的地",
"search_bar.channels": "頻道",
"search_bar.clear": "清除",
"search_bar.file_types": "檔案格式",
@ -4936,6 +5002,7 @@
"shortcuts.files.upload.mac": "上傳檔案:\t⌘|U",
"shortcuts.generic.alt": "Alt",
"shortcuts.generic.ctrl": "Ctrl",
"shortcuts.generic.enter": "進入",
"shortcuts.generic.shift": "Shift",
"shortcuts.header": "快速鍵\tCtrl|/",
"shortcuts.header.mac": "快速鍵\t⌘|/",
@ -5584,6 +5651,17 @@
"user.settings.notifications.desktopAndMobile.noneDesktopButMobileMentions": "不於桌面接收任何訊息;於移動裝置接收顯示提及、私人訊息與群組訊息",
"user.settings.notifications.desktopAndMobile.noneForDesktopAndMobile": "從不",
"user.settings.notifications.desktopAndMobile.nothing": "無",
"user.settings.notifications.desktopAndMobile.notificationSection.noPermissionIssueTag": "不支援",
"user.settings.notifications.desktopAndMobile.notificationSection.permissionDenied.button": "如何啟動通知",
"user.settings.notifications.desktopAndMobile.notificationSection.permissionDenied.message": "您錯過了來自 Mattermost 的重要訊息和通話通知。請在您的瀏覽器設定中啟用 Mattermost 的通知功能,以開始接收通知。",
"user.settings.notifications.desktopAndMobile.notificationSection.permissionDenied.title": "瀏覽器通知權限被拒絕",
"user.settings.notifications.desktopAndMobile.notificationSection.permissionIssueTag": "需要權限",
"user.settings.notifications.desktopAndMobile.notificationSection.permissionNeverGranted.button": "啟用通知",
"user.settings.notifications.desktopAndMobile.notificationSection.permissionNeverGranted.message": "您錯過了來自 Mattermost 的重要訊息和通話通知。Mattermost 通知被瀏覽器停用。",
"user.settings.notifications.desktopAndMobile.notificationSection.permissionNeverGranted.title": "流",
"user.settings.notifications.desktopAndMobile.notificationSection.permissionUnsupported.button": "更新您的瀏覽器",
"user.settings.notifications.desktopAndMobile.notificationSection.permissionUnsupported.message": "您錯過了來自 Mattermost 的重要訊息和通話通知。請更新到最新支援的瀏覽器,以接收通知。",
"user.settings.notifications.desktopAndMobile.notificationSection.permissionUnsupported.title": "不支援瀏覽器通知",
"user.settings.notifications.desktopAndMobile.notifyForDesktopthreads": "我關注的討論串有回覆時請通知我",
"user.settings.notifications.desktopAndMobile.notifyForMobilethreads": "我關注的討論串有回覆時請以行動裝置通知我",
"user.settings.notifications.desktopAndMobile.offline": "離線",