From c1d0faa2e572415fbe63449895f5da31c28319f4 Mon Sep 17 00:00:00 2001 From: Jason Blais <13119842+jasonblais@users.noreply.github.com> Date: Fri, 22 May 2020 13:44:22 -0400 Subject: [PATCH] Fix typo (alredy -> already), add missing periods (#14631) Automatic Merge --- i18n/en.json | 62 ++++++++++++++++++++++++++-------------------------- 1 file changed, 31 insertions(+), 31 deletions(-) diff --git a/i18n/en.json b/i18n/en.json index 70be081080..bbdd210659 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -3824,7 +3824,7 @@ }, { "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", @@ -3836,123 +3836,123 @@ }, { "id": "app.user_access_token.invalid_or_missing", - "translation": "Invalid or missing token" + "translation": "Invalid or missing token." }, { "id": "bleveengine.already_started.error", - "translation": "Bleve is alredy started." + "translation": "Bleve is already started." }, { "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", - "translation": "Error creating the bleve post index" + "translation": "Error creating the bleve post index." }, { "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", - "translation": "Failed to delete the channel" + "translation": "Failed to delete the channel." }, { "id": "bleveengine.delete_post.error", - "translation": "Failed to delete the post" + "translation": "Failed to delete the post." }, { "id": "bleveengine.delete_user.error", - "translation": "Failed to delete the user" + "translation": "Failed to delete the user." }, { "id": "bleveengine.index_channel.error", - "translation": "Failed to index the channel" + "translation": "Failed to index the channel." }, { "id": "bleveengine.index_post.error", - "translation": "Failed to index the post" + "translation": "Failed to index the post." }, { "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", - "translation": "Failed to index channel batch" + "translation": "Failed to index channel batch." }, { "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", - "translation": "Failed to index user batch" + "translation": "Failed to index user batch." }, { "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", - "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", - "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", - "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", - "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", - "translation": "Failed to purge channel indexes" + "translation": "Failed to purge channel indexes." }, { "id": "bleveengine.purge_post_index.error", - "translation": "Failed to purge post indexes" + "translation": "Failed to purge post indexes." }, { "id": "bleveengine.purge_user_index.error", - "translation": "Failed to purge user indexes" + "translation": "Failed to purge user indexes." }, { "id": "bleveengine.search_channels.error", - "translation": "Channel search failed to complete" + "translation": "Channel search failed to complete." }, { "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", - "translation": "User search failed to complete" + "translation": "User search failed to complete." }, { "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", - "translation": "User search failed to complete" + "translation": "User search failed to complete." }, { "id": "bleveengine.stop_channel_index.error", - "translation": "Failed to close channel index" + "translation": "Failed to close channel index." }, { "id": "bleveengine.stop_post_index.error", - "translation": "Failed to close post index" + "translation": "Failed to close post index." }, { "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",