From f1be975d7ab17a7da89ddb3cf6fea2c1b282a89e Mon Sep 17 00:00:00 2001 From: Elias Nahum Date: Thu, 20 Sep 2018 11:53:10 -0300 Subject: translations PR 20180917 (#9428) --- i18n/ko.json | 146 +++++++++++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 113 insertions(+), 33 deletions(-) (limited to 'i18n/ko.json') diff --git a/i18n/ko.json b/i18n/ko.json index 586f89e98..fef803ed6 100644 --- a/i18n/ko.json +++ b/i18n/ko.json @@ -233,7 +233,7 @@ }, { "id": "api.channel.remove_channel_member.type.app_error", - "translation": "Cannot remove user from a channel." + "translation": "Unable to remove user from a channel." }, { "id": "api.channel.remove_member.removed", @@ -1024,6 +1024,10 @@ "id": "api.emoji.upload.large_image.gif_encode_error", "translation": "이모지를 만들 수 없습니다. GIF 인코딩 중 오류가 발생했습니다." }, + { + "id": "api.emoji.upload.large_image.too_large.app_error", + "translation": "Unable to create emoji. Image must be smaller than {{.MaxWidth}} by {{.MaxHeight}}." + }, { "id": "api.emoji.upload.open.app_error", "translation": "이모티콘을 생성할 수 없습니다. 첨부된 이미지를 여는 도중에 문제가 발생하였습니다." @@ -1034,11 +1038,11 @@ }, { "id": "api.file.file_exists.exists_local.app_error", - "translation": "Unable to know if the file exists. An error ocurred when trying to check file existency." + "translation": "Unable to check if the file exists." }, { "id": "api.file.file_exists.s3.app_error", - "translation": "Unable to know if the file exists. An error ocurred when trying to check file existency." + "translation": "Unable to check if the file exists." }, { "id": "api.file.get_file.public_invalid.app_error", @@ -2420,7 +2424,7 @@ }, { "id": "app.channel.move_channel.members_do_not_match.error", - "translation": "Cannot move a channel unless all its members are already members of the destination team." + "translation": "Unable to move a channel unless all its members are already members of the destination team." }, { "id": "app.channel.post_update_channel_purpose_message.post.error", @@ -2446,6 +2450,14 @@ "id": "app.cluster.404.app_error", "translation": "Cluster API endpoint not found." }, + { + "id": "app.export.export_write_line.io_writer.error", + "translation": "An error occurred writing the export data." + }, + { + "id": "app.export.export_write_line.json_marshall.error", + "translation": "An error occured marshalling the JSON data for export." + }, { "id": "app.import.attachment.bad_file.error", "translation": "Error reading the file at: \"{{.FilePath}}\"" @@ -2472,7 +2484,7 @@ }, { "id": "app.import.import_channel.scheme_deleted.error", - "translation": "Cannot set a channel to use a deleted scheme." + "translation": "Unable to set a channel to use a deleted scheme." }, { "id": "app.import.import_channel.scheme_wrong_scope.error", @@ -2576,7 +2588,7 @@ }, { "id": "app.import.import_team.scheme_deleted.error", - "translation": "Cannot set a team to use a deleted scheme." + "translation": "Unable to set a team to use a deleted scheme." }, { "id": "app.import.import_team.scheme_wrong_scope.error", @@ -3424,7 +3436,7 @@ }, { "id": "ent.message_export.global_relay.close_zip_file.app_error", - "translation": "Unable to close properly the zip file." + "translation": "Unable to close the zip file." }, { "id": "ent.message_export.global_relay.create_file_in_zip.app_error", @@ -3624,7 +3636,7 @@ }, { "id": "migrations.worker.run_migration.unknown_key", - "translation": "Cannot run migration job due to unknown migration key." + "translation": "Unable to run migration job due to unknown migration key." }, { "id": "model.access.is_valid.access_token.app_error", @@ -4836,7 +4848,7 @@ }, { "id": "store.sql_channel.get_for_post.app_error", - "translation": "We couldn't get the channel for the given post" + "translation": "Unable to get the channel for the given post" }, { "id": "store.sql_channel.get_member.app_error", @@ -4852,7 +4864,7 @@ }, { "id": "store.sql_channel.get_member_for_post.app_error", - "translation": "We couldn't get the channel member for the given post" + "translation": "Unable to get the channel member for the given post" }, { "id": "store.sql_channel.get_members.app_error", @@ -4872,7 +4884,7 @@ }, { "id": "store.sql_channel.get_unread.app_error", - "translation": "We couldn't get the channel unread messages" + "translation": "Unable to get the channel unread messages" }, { "id": "store.sql_channel.increment_mention_count.app_error", @@ -4902,17 +4914,41 @@ "id": "store.sql_channel.permanent_delete.app_error", "translation": "채널을 삭제하지 못했습니다." }, + { + "id": "store.sql_channel.permanent_delete.commit_transaction.app_error", + "translation": "Unable to commit transaction" + }, + { + "id": "store.sql_channel.permanent_delete.delete_public_channel.app_error", + "translation": "Unable to delete materialized public channel" + }, + { + "id": "store.sql_channel.permanent_delete.open_transaction.app_error", + "translation": "Unable to open transaction" + }, { "id": "store.sql_channel.permanent_delete_by_team.app_error", "translation": "채널을 찾을 수 없습니다" }, + { + "id": "store.sql_channel.permanent_delete_by_team.commit_transaction.app_error", + "translation": "Unable to commit transaction" + }, + { + "id": "store.sql_channel.permanent_delete_by_team.delete_public_channels.app_error", + "translation": "Unable to delete materialized public channels" + }, + { + "id": "store.sql_channel.permanent_delete_by_team.open_transaction.app_error", + "translation": "Unable to open transaction" + }, { "id": "store.sql_channel.permanent_delete_members_by_user.app_error", "translation": "채널을 찾을 수 없습니다" }, { "id": "store.sql_channel.pinned_posts.app_error", - "translation": "We couldn't find the pinned posts" + "translation": "Unable to find the pinned posts" }, { "id": "store.sql_channel.remove_member.app_error", @@ -4922,10 +4958,26 @@ "id": "store.sql_channel.reset_all_channel_schemes.app_error", "translation": "We could not reset the channel schemes" }, + { + "id": "store.sql_channel.reset_all_channel_schemes.commit_transaction.app_error", + "translation": "Unable to commit transaction" + }, + { + "id": "store.sql_channel.reset_all_channel_schemes.open_transaction.app_error", + "translation": "Unable to open transaction" + }, { "id": "store.sql_channel.reset_last_post_at.app_error", "translation": "We could not reset the channel last post at date" }, + { + "id": "store.sql_channel.reset_last_post_at.commit_transaction.app_error", + "translation": "Unable to commit transaction" + }, + { + "id": "store.sql_channel.reset_last_post_at.open_transaction.app_error", + "translation": "Unable to open transaction" + }, { "id": "store.sql_channel.save.archived_channel.app_error", "translation": "You can not modify an archived channel" @@ -4942,6 +4994,10 @@ "id": "store.sql_channel.save.open_transaction.app_error", "translation": "Unable to open transaction" }, + { + "id": "store.sql_channel.save.upsert_public_channel.app_error", + "translation": "Unable to upsert materialized public channel" + }, { "id": "store.sql_channel.save_channel.current_count.app_error", "translation": "Failed to get current channel count" @@ -5002,6 +5058,18 @@ "id": "store.sql_channel.search.app_error", "translation": "We encountered an error updating the channel" }, + { + "id": "store.sql_channel.set_delete_at.commit_transaction.app_error", + "translation": "Unable to commit transaction" + }, + { + "id": "store.sql_channel.set_delete_at.open_transaction.app_error", + "translation": "Unable to open transaction" + }, + { + "id": "store.sql_channel.set_delete_at.update_public_channel.app_error", + "translation": "Unable to update the materialized public channel" + }, { "id": "store.sql_channel.update.app_error", "translation": "채널을 찾을 수 없습니다" @@ -5010,10 +5078,18 @@ "id": "store.sql_channel.update.archived_channel.app_error", "translation": "You can not modify an archived channel" }, + { + "id": "store.sql_channel.update.commit_transaction.app_error", + "translation": "Unable to commit transaction" + }, { "id": "store.sql_channel.update.exists.app_error", "translation": "A channel with that handle already exists" }, + { + "id": "store.sql_channel.update.open_transaction.app_error", + "translation": "Unable to open transaction" + }, { "id": "store.sql_channel.update.previously.app_error", "translation": "A channel with that handle was previously created" @@ -5022,6 +5098,10 @@ "id": "store.sql_channel.update.updating.app_error", "translation": "We encountered an error updating the channel" }, + { + "id": "store.sql_channel.update.upsert_public_channel.app_error", + "translation": "Unable to upsert materialized public channel" + }, { "id": "store.sql_channel.update_last_viewed_at.app_error", "translation": "We couldn't update the last viewed at time" @@ -5164,35 +5244,35 @@ }, { "id": "store.sql_file_info.PermanentDeleteByUser.app_error", - "translation": "We couldn't delete attachments of the user" + "translation": "Unable to delete attachments of the user" }, { "id": "store.sql_file_info.attach_to_post.app_error", - "translation": "We couldn't attach the file info to the post" + "translation": "Unable to attach the file info to the post" }, { "id": "store.sql_file_info.delete_for_post.app_error", - "translation": "We couldn't delete the file info to the post" + "translation": "Unable to delete the file info to the post" }, { "id": "store.sql_file_info.get.app_error", - "translation": "We couldn't get the file info" + "translation": "Unable to get the file info" }, { "id": "store.sql_file_info.get_by_path.app_error", - "translation": "We couldn't get the file info by path" + "translation": "Unable to get the file info by path" }, { "id": "store.sql_file_info.get_for_post.app_error", - "translation": "We couldn't get the file info for the post" + "translation": "Unable to get the file info for the post" }, { "id": "store.sql_file_info.get_for_user_id.app_error", - "translation": "We couldn't get the file info for the user" + "translation": "Unable to get the file info for the user" }, { "id": "store.sql_file_info.permanent_delete.app_error", - "translation": "We couldn't permanently delete the file info" + "translation": "Unable to permanently delete the file info" }, { "id": "store.sql_file_info.permanent_delete_batch.app_error", @@ -5200,7 +5280,7 @@ }, { "id": "store.sql_file_info.save.app_error", - "translation": "We couldn't save the file info" + "translation": "Unable to save the file info" }, { "id": "store.sql_job.delete.app_error", @@ -5216,11 +5296,11 @@ }, { "id": "store.sql_job.get_count_by_status_and_type.app_error", - "translation": "We couldn't get the job count by status and type" + "translation": "Unable to get the job count by status and type" }, { "id": "store.sql_job.get_newest_job_by_status_and_type.app_error", - "translation": "We couldn't get the newest job by status and type" + "translation": "Unable to get the newest job by status and type" }, { "id": "store.sql_job.save.app_error", @@ -5368,7 +5448,7 @@ }, { "id": "store.sql_post.compliance_export.app_error", - "translation": "We couldn't get the compliance export posts." + "translation": "Unable to get the compliance export posts." }, { "id": "store.sql_post.delete.app_error", @@ -5400,7 +5480,7 @@ }, { "id": "store.sql_post.get_posts_batch_for_indexing.get.app_error", - "translation": "We couldn't get the posts batch for indexing" + "translation": "Unable to get the posts batch for indexing" }, { "id": "store.sql_post.get_posts_by_ids.app_error", @@ -5448,7 +5528,7 @@ }, { "id": "store.sql_post.query_max_post_size.error", - "translation": "We couldn't determine the maximum supported post size" + "translation": "Unable to determine the maximum supported post size" }, { "id": "store.sql_post.save.app_error", @@ -5772,7 +5852,7 @@ }, { "id": "store.sql_team.analytics_get_team_count_for_scheme.app_error", - "translation": "We couldn't get the channel count for the scheme." + "translation": "Unable to get the channel count for the scheme." }, { "id": "store.sql_team.analytics_team_count.app_error", @@ -5852,7 +5932,7 @@ }, { "id": "store.sql_team.get_unread.app_error", - "translation": "We couldn't get the teams unread messages" + "translation": "Unable to get the teams unread messages" }, { "id": "store.sql_team.migrate_team_members.commit_transaction.app_error", @@ -5936,11 +6016,11 @@ }, { "id": "store.sql_team.update_last_team_icon_update.app_error", - "translation": "We couldn't update the date of the last team icon update" + "translation": "Unable to update the date of the last team icon update" }, { "id": "store.sql_user.analytics_daily_active_users.app_error", - "translation": "We couldn't get the active users during the requested period" + "translation": "Unable to get the active users during the requested period" }, { "id": "store.sql_user.analytics_get_inactive_users_count.app_error", @@ -5948,7 +6028,7 @@ }, { "id": "store.sql_user.analytics_get_system_admin_count.app_error", - "translation": "We couldn't get the system admin count" + "translation": "Unable to get the system admin count" }, { "id": "store.sql_user.analytics_unique_user_count.app_error", @@ -6080,7 +6160,7 @@ }, { "id": "store.sql_user.search.app_error", - "translation": "We couldn't find any user maching the search parameters" + "translation": "Unable to find any user maching the search parameters" }, { "id": "store.sql_user.update.app_error", @@ -6140,7 +6220,7 @@ }, { "id": "store.sql_user.update_update.app_error", - "translation": "We couldn't update the date of the last update of the user" + "translation": "Unable to update the date of the last update of the user" }, { "id": "store.sql_user.verify_email.app_error", -- cgit v1.2.3-1-g7c22