Translations update from Mattermost Weblate (#25815)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
fd3a3081d4
Коммит
81de078e1d
@@ -3371,7 +3371,7 @@
|
||||
},
|
||||
{
|
||||
"id": "interactive_message.decode_trigger_id.expired",
|
||||
"translation": "互动对话框的触发 ID 已过期。触发 ID 最多有效 {{.Seconds}} 秒。"
|
||||
"translation": "互动对话框的触发 ID 已过期。触发 ID 最多有效 {{.Duration}}。"
|
||||
},
|
||||
{
|
||||
"id": "interactive_message.decode_trigger_id.missing_data",
|
||||
@@ -3847,11 +3847,11 @@
|
||||
},
|
||||
{
|
||||
"id": "model.config.is_valid.max_notify_per_channel.app_error",
|
||||
"translation": "无效团队设置中每频道最大通知数。必须是正整数。"
|
||||
"translation": "团队设置中的每频道最大通知数无效。必须是正整数。"
|
||||
},
|
||||
{
|
||||
"id": "model.config.is_valid.max_users.app_error",
|
||||
"translation": "团队设置中每团队的最大用户数无效。必须是正整数。"
|
||||
"translation": "团队设置中的每团队最大用户数无效。必须是正整数。"
|
||||
},
|
||||
{
|
||||
"id": "model.config.is_valid.message_export.batch_size.app_error",
|
||||
@@ -8455,7 +8455,7 @@
|
||||
},
|
||||
{
|
||||
"id": "api.command_share.check_channel_exist.error",
|
||||
"translation": "检查共享频道是否存在时出错:{{.Error}}"
|
||||
"translation": "检查共享频道 {{.ChannelID}} 是否存在时出错:{{.Error}}"
|
||||
},
|
||||
{
|
||||
"id": "api.command_share.channel_status_id",
|
||||
@@ -10088,5 +10088,89 @@
|
||||
{
|
||||
"id": "model.config.is_valid.message_export.global_relay.customer_type_custom.app_error",
|
||||
"translation": "如果 GlobalRelaySettings.CustomerType 为“CUSTOM”,则必须设置 GlobalRelaySettings.CustomSMTPServerName 和 GlobalRelaySettings.CustomSMTPPort。"
|
||||
},
|
||||
{
|
||||
"id": "api.getUsersForReporting.invalid_page_size",
|
||||
"translation": "页面大小无效或过大。"
|
||||
},
|
||||
{
|
||||
"id": "api.custom_status.set_custom_statuses.emoji_not_found",
|
||||
"translation": "更新自定义状态失败。给定名称的表情符号不存在。"
|
||||
},
|
||||
{
|
||||
"id": "api.getUsersForReporting.invalid_active_filter",
|
||||
"translation": "无法同时隐藏活跃和非活跃用户。"
|
||||
},
|
||||
{
|
||||
"id": "api.getUsersForReporting.invalid_team_filter",
|
||||
"translation": "提供的团队ID无效。"
|
||||
},
|
||||
{
|
||||
"id": "app.report.get_user_report.store_error",
|
||||
"translation": "获取用户报告失败。"
|
||||
},
|
||||
{
|
||||
"id": "api.emoji.upload.seek.app_error",
|
||||
"translation": "无法定位到文件开始位置。"
|
||||
},
|
||||
{
|
||||
"id": "app.post.move_thread_command.channel.one_message",
|
||||
"translation": "一条消息已被移动:{{.Link}}\n"
|
||||
},
|
||||
{
|
||||
"id": "app.post.move_thread_command.direct_or_group.one_message",
|
||||
"translation": "一条消息已被移动到私信/群组消息\n"
|
||||
},
|
||||
{
|
||||
"id": "api.command_share.channel_not_shared.error",
|
||||
"translation": "无法邀请远端,因为频道 {{.ChannelID}} 未共享。"
|
||||
},
|
||||
{
|
||||
"id": "api.post.move_thread.disabled.app_error",
|
||||
"translation": "对话移动已禁用"
|
||||
},
|
||||
{
|
||||
"id": "api.post.move_thread.no_permission",
|
||||
"translation": "您没有移动此话题的权限。"
|
||||
},
|
||||
{
|
||||
"id": "api.roles.get_multiple_by_name_too_many.request_error",
|
||||
"translation": "无法通过名称获取过多的角色。每次只能请求 {{.MaxNames}} 个角色。"
|
||||
},
|
||||
{
|
||||
"id": "app.limits.get_user_limits.user_count.store_error",
|
||||
"translation": "获取用户数量失败"
|
||||
},
|
||||
{
|
||||
"id": "app.post.move_thread_command.direct_or_group.multiple_messages",
|
||||
"translation": "一个包含 {{.NumMessages}} 条消息的对话已被移动至私信/群组消息\n"
|
||||
},
|
||||
{
|
||||
"id": "app.post.move_thread_command.error",
|
||||
"translation": "无法移动话题"
|
||||
},
|
||||
{
|
||||
"id": "app.post.move_thread.from_another_channel",
|
||||
"translation": "此对话移动自其他频道"
|
||||
},
|
||||
{
|
||||
"id": "model.config.is_valid.move_thread.domain_invalid.app_error",
|
||||
"translation": "移动话题设置中的域名无效"
|
||||
},
|
||||
{
|
||||
"id": "model.reporting_base_options.is_valid.bad_date_range",
|
||||
"translation": "提供的日期区间无效。"
|
||||
},
|
||||
{
|
||||
"id": "model.user_report_options.is_valid.invalid_sort_column",
|
||||
"translation": "提供的排序列无效。"
|
||||
},
|
||||
{
|
||||
"id": "app.post.move_thread_command.channel.multiple_messages",
|
||||
"translation": "一个包含 {{.NumMessages}} 条消息的对话已被移动:{{.Link}}\n"
|
||||
},
|
||||
{
|
||||
"id": "model.config.is_valid.outgoing_integrations_request_timeout.app_error",
|
||||
"translation": "服务设置中的对外集成请求超时无效。必须是正整数。"
|
||||
}
|
||||
]
|
||||
|
||||
Ссылка в новой задаче
Block a user