Merge branch 'master' into MM-47853-true-up-review-telemetry-off-non-air-gapped

Этот коммит содержится в:
Mattermod
2023-01-05 23:27:31 +02:00
коммит произвёл GitHub
родитель 8d604f715a 8685101d20
Коммит 425c6a673d
25 изменённых файлов: 501 добавлений и 276 удалений

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

@@ -900,15 +900,15 @@
},
{
"id": "api.command_invite.hint",
"translation": "@[username] ~[channel]"
"translation": "@[username]... ~[channel]..."
},
{
"id": "api.command_invite.missing_message.app_error",
"translation": "Missing Username and Channel."
"translation": "Missing Username and/or Channel."
},
{
"id": "api.command_invite.missing_user.app_error",
"translation": "We couldn't find the user. They may have been deactivated by the System Administrator."
"translation": "We couldn't find the user {{.User}}. They may have been deactivated by the System Administrator."
},
{
"id": "api.command_invite.name",
@@ -920,7 +920,7 @@
},
{
"id": "api.command_invite.private_channel.app_error",
"translation": "Could not find the channel {{.Channel}}. Please use the channel handle to identify channels."
"translation": "Could not find the channel {{.Channel}}. Please use the [channel handle](https://docs.mattermost.com/messaging/managing-channels.html#naming-a-channel) to identify channels."
},
{
"id": "api.command_invite.success",
@@ -1719,7 +1719,7 @@
},
{
"id": "api.emoji.create.too_large.app_error",
"translation": "Unable to create emoji. Image must be less than 1 MB in size."
"translation": "Unable to create emoji. Image must be less than 512 KiB in size."
},
{
"id": "api.emoji.disabled.app_error",
@@ -2055,7 +2055,7 @@
},
{
"id": "api.license.request-trial.can-start-trial.not-allowed",
"translation": "This trial license key for Mattermost Enterprise Edition has expired and is no longer valid. If you would like to extend your trial period please [contact our sales team](https://mattermost.com/contact-us/)."
"translation": "Failed to apply new trial license. You have previously applied a trial license to this Mattermost instance.. If you would like to extend your trial period please [contact our sales team](https://mattermost.com/contact-us/)."
},
{
"id": "api.license.request_renewal_link.app_error",

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

@@ -9362,5 +9362,9 @@
{
"id": "model.group.name.reserved_name.app_error",
"translation": "csoport név létezik mint lefoglalt név"
},
{
"id": "api.acknowledgement.delete.archived_channel.app_error",
"translation": "Nem lehet eltávolítani egy archivált csatornában lévő jóváhagyást."
}
]

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

@@ -1369,11 +1369,11 @@
},
{
"id": "api.post.send_notification_and_forget.push_comment_on_post",
"translation": " 당신의 게시글에 글이 달렸습니다."
"translation": " 당신의 게시글에 글이 달렸습니다."
},
{
"id": "api.post.send_notification_and_forget.push_comment_on_thread",
"translation": " 당신이 참여한 글타래에 글이 달렸습니다."
"translation": " 당신이 참여한 글타래에 글이 달렸습니다."
},
{
"id": "api.post.send_notifications_and_forget.push_explicit_mention",
@@ -4565,7 +4565,7 @@
},
{
"id": "oauth.gitlab.tos.error",
"translation": "GitLab's Terms of Service have updated. Please go to gitlab.com to accept them and then try logging into Mattermost again."
"translation": "GitLab 서비스 약관이 업데이트되었습니다. {{.URL}}으로 이동하여 수락한 다음 Mattermost에 다시 로그인해주세요."
},
{
"id": "plugin.api.update_user_status.bad_status",
@@ -4741,7 +4741,7 @@
},
{
"id": "web.error.unsupported_browser.min_os_version.mac",
"translation": "macOS 10.14 이상"
"translation": "macOS 11 버전 이상"
},
{
"id": "web.error.unsupported_browser.min_browser_version.safari",
@@ -4753,11 +4753,11 @@
},
{
"id": "web.error.unsupported_browser.min_browser_version.edge",
"translation": "44버전 이상"
"translation": "95 버전 이상"
},
{
"id": "web.error.unsupported_browser.min_browser_version.chrome",
"translation": "100 버전 이상"
"translation": "106 버전 이상"
},
{
"id": "web.error.unsupported_browser.learn_more",
@@ -7241,11 +7241,11 @@
},
{
"id": "api.post.send_notification_and_forget.push_comment_on_crt_thread",
"translation": " 지켜보는 중인 글타래에 글을 남겼습니다."
"translation": " 지켜보는 글타래에 글을 남겼습니다."
},
{
"id": "api.post.send_notification_and_forget.push_comment_on_crt_thread_dm",
"translation": " 글타래에 글을 남겼습니다."
"translation": " 글타래에 글을 남겼습니다."
},
{
"id": "api.command_remote.missing_command",
@@ -8034,5 +8034,9 @@
{
"id": "app.user.update_threads_read_for_user.app_error",
"translation": "모든 사용자 글타래들을 읽음 상태로 변경할 수 없습니다"
},
{
"id": "api.admin.syncables_error",
"translation": "구성원을 그룹-팀 및 그룹-채널에 추가하지 못했습니다"
}
]