Fix typo (alredy -> already), add missing periods (#14631)

Automatic Merge
Этот коммит содержится в:
Jason Blais
2020-05-22 13:44:22 -04:00
коммит произвёл GitHub
родитель a014a71c94
Коммит c1d0faa2e5

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

@@ -3824,7 +3824,7 @@
}, },
{ {
"id": "app.team.rename_team.name_occupied", "id": "app.team.rename_team.name_occupied",
"translation": "Unable to rename the team, the name is already in use" "translation": "Unable to rename the team, the name is already in use."
}, },
{ {
"id": "app.user.complete_switch_with_oauth.blank_email.app_error", "id": "app.user.complete_switch_with_oauth.blank_email.app_error",
@@ -3836,123 +3836,123 @@
}, },
{ {
"id": "app.user_access_token.invalid_or_missing", "id": "app.user_access_token.invalid_or_missing",
"translation": "Invalid or missing token" "translation": "Invalid or missing token."
}, },
{ {
"id": "bleveengine.already_started.error", "id": "bleveengine.already_started.error",
"translation": "Bleve is alredy started." "translation": "Bleve is already started."
}, },
{ {
"id": "bleveengine.create_channel_index.error", "id": "bleveengine.create_channel_index.error",
"translation": "Error creating the bleve channel index" "translation": "Error creating the bleve channel index."
}, },
{ {
"id": "bleveengine.create_post_index.error", "id": "bleveengine.create_post_index.error",
"translation": "Error creating the bleve post index" "translation": "Error creating the bleve post index."
}, },
{ {
"id": "bleveengine.create_user_index.error", "id": "bleveengine.create_user_index.error",
"translation": "Error creating the bleve user index" "translation": "Error creating the bleve user index."
}, },
{ {
"id": "bleveengine.delete_channel.error", "id": "bleveengine.delete_channel.error",
"translation": "Failed to delete the channel" "translation": "Failed to delete the channel."
}, },
{ {
"id": "bleveengine.delete_post.error", "id": "bleveengine.delete_post.error",
"translation": "Failed to delete the post" "translation": "Failed to delete the post."
}, },
{ {
"id": "bleveengine.delete_user.error", "id": "bleveengine.delete_user.error",
"translation": "Failed to delete the user" "translation": "Failed to delete the user."
}, },
{ {
"id": "bleveengine.index_channel.error", "id": "bleveengine.index_channel.error",
"translation": "Failed to index the channel" "translation": "Failed to index the channel."
}, },
{ {
"id": "bleveengine.index_post.error", "id": "bleveengine.index_post.error",
"translation": "Failed to index the post" "translation": "Failed to index the post."
}, },
{ {
"id": "bleveengine.index_user.error", "id": "bleveengine.index_user.error",
"translation": "Failed to index the user" "translation": "Failed to index the user."
}, },
{ {
"id": "bleveengine.indexer.do_job.bulk_index_channels.batch_error", "id": "bleveengine.indexer.do_job.bulk_index_channels.batch_error",
"translation": "Failed to index channel batch" "translation": "Failed to index channel batch."
}, },
{ {
"id": "bleveengine.indexer.do_job.bulk_index_posts.batch_error", "id": "bleveengine.indexer.do_job.bulk_index_posts.batch_error",
"translation": "Failed to index post batch" "translation": "Failed to index post batch."
}, },
{ {
"id": "bleveengine.indexer.do_job.bulk_index_users.batch_error", "id": "bleveengine.indexer.do_job.bulk_index_users.batch_error",
"translation": "Failed to index user batch" "translation": "Failed to index user batch."
}, },
{ {
"id": "bleveengine.indexer.do_job.engine_inactive", "id": "bleveengine.indexer.do_job.engine_inactive",
"translation": "Failed to run Bleve index job: engine is inactive" "translation": "Failed to run Bleve index job: engine is inactive."
}, },
{ {
"id": "bleveengine.indexer.do_job.get_oldest_post.error", "id": "bleveengine.indexer.do_job.get_oldest_post.error",
"translation": "The oldest post could not be retrieved from the database" "translation": "The oldest post could not be retrieved from the database."
}, },
{ {
"id": "bleveengine.indexer.do_job.parse_end_time.error", "id": "bleveengine.indexer.do_job.parse_end_time.error",
"translation": "Bleve indexing worker failed to parse the end time" "translation": "Bleve indexing worker failed to parse the end time."
}, },
{ {
"id": "bleveengine.indexer.do_job.parse_start_time.error", "id": "bleveengine.indexer.do_job.parse_start_time.error",
"translation": "Bleve indexing worker failed to parse the start time" "translation": "Bleve indexing worker failed to parse the start time."
}, },
{ {
"id": "bleveengine.indexer.index_batch.nothing_left_to_index.error", "id": "bleveengine.indexer.index_batch.nothing_left_to_index.error",
"translation": "Trying to index a new batch when all the entities are completed" "translation": "Trying to index a new batch when all the entities are completed."
}, },
{ {
"id": "bleveengine.purge_channel_index.error", "id": "bleveengine.purge_channel_index.error",
"translation": "Failed to purge channel indexes" "translation": "Failed to purge channel indexes."
}, },
{ {
"id": "bleveengine.purge_post_index.error", "id": "bleveengine.purge_post_index.error",
"translation": "Failed to purge post indexes" "translation": "Failed to purge post indexes."
}, },
{ {
"id": "bleveengine.purge_user_index.error", "id": "bleveengine.purge_user_index.error",
"translation": "Failed to purge user indexes" "translation": "Failed to purge user indexes."
}, },
{ {
"id": "bleveengine.search_channels.error", "id": "bleveengine.search_channels.error",
"translation": "Channel search failed to complete" "translation": "Channel search failed to complete."
}, },
{ {
"id": "bleveengine.search_posts.error", "id": "bleveengine.search_posts.error",
"translation": "Post search failed to complete" "translation": "Post search failed to complete."
}, },
{ {
"id": "bleveengine.search_users_in_channel.nuchan.error", "id": "bleveengine.search_users_in_channel.nuchan.error",
"translation": "User search failed to complete" "translation": "User search failed to complete."
}, },
{ {
"id": "bleveengine.search_users_in_channel.uchan.error", "id": "bleveengine.search_users_in_channel.uchan.error",
"translation": "User search failed to complete" "translation": "User search failed to complete."
}, },
{ {
"id": "bleveengine.search_users_in_team.error", "id": "bleveengine.search_users_in_team.error",
"translation": "User search failed to complete" "translation": "User search failed to complete."
}, },
{ {
"id": "bleveengine.stop_channel_index.error", "id": "bleveengine.stop_channel_index.error",
"translation": "Failed to close channel index" "translation": "Failed to close channel index."
}, },
{ {
"id": "bleveengine.stop_post_index.error", "id": "bleveengine.stop_post_index.error",
"translation": "Failed to close post index" "translation": "Failed to close post index."
}, },
{ {
"id": "bleveengine.stop_user_index.error", "id": "bleveengine.stop_user_index.error",
"translation": "Failed to close user index" "translation": "Failed to close user index."
}, },
{ {
"id": "brand.save_brand_image.decode.app_error", "id": "brand.save_brand_image.decode.app_error",