коммит произвёл
GitHub
родитель
9776c42979
Коммит
89aba8e899
@@ -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."
|
||||
}
|
||||
]
|
||||
|
||||
Ссылка в новой задаче
Block a user