* Migration completed

* Fix i18n

* Fix imports

* Fix typos and improvements

* Add new error handling case

* Fix i18n

* Fix store layers

* Fix shadowing vars

* Lint: remove unnecessary use of sprintf

* Lint: remove unnecessary use of sprint

* Adding the translation message

* trigger CI

Co-authored-by: Rodrigo Villablanca <villa061004@gmail.com>
Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
Этот коммит содержится в:
Agniva De Sarker
2020-08-20 19:36:13 +05:30
коммит произвёл GitHub
родитель 7cc26bf659
Коммит b451b3cf86
12 изменённых файлов: 402 добавлений и 228 удалений

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

@@ -3438,6 +3438,26 @@
"id": "app.export.export_write_line.json_marshall.error",
"translation": "An error occurred marshalling the JSON data for export."
},
{
"id": "app.file_info.get.app_error",
"translation": "Unable to get the file info."
},
{
"id": "app.file_info.get_for_post.app_error",
"translation": "Unable to get the file info for the post."
},
{
"id": "app.file_info.get_with_options.app_error",
"translation": "Unable to get the file info with options"
},
{
"id": "app.file_info.permanent_delete_by_user.app_error",
"translation": "Unable to delete attachments of the user."
},
{
"id": "app.file_info.save.app_error",
"translation": "Unable to save the file info."
},
{
"id": "app.import.attachment.bad_file.error",
"translation": "Error reading the file at: \"{{.FilePath}}\""
@@ -5006,6 +5026,10 @@
"id": "ent.data_retention.channel_member_history_batch.internal_error",
"translation": "Failed to purge records."
},
{
"id": "ent.data_retention.file_infos_batch.internal_error",
"translation": "We encountered an error permanently deleting the batch of file infos."
},
{
"id": "ent.data_retention.flags_batch.internal_error",
"translation": "We encountered an error cleaning up the batch of flags."
@@ -5330,6 +5354,14 @@
"id": "ent.ldap_id_migrate.app_error",
"translation": "unable to migrate."
},
{
"id": "ent.message_export.actiance_export.get_attachment_error",
"translation": "Failed to get file info for a post."
},
{
"id": "ent.message_export.csv_export.get_attachment_error",
"translation": "Failed to get file info for a post."
},
{
"id": "ent.message_export.global_relay.attach_file.app_error",
"translation": "Unable to add attachment to the Global Relay export."
@@ -5382,6 +5414,10 @@
"id": "ent.message_export.global_relay_export.deliver.unable_to_open_zip_file_data.app_error",
"translation": "Unable to open the export temporary file."
},
{
"id": "ent.message_export.global_relay_export.get_attachment_error",
"translation": "Failed to get file info for a post."
},
{
"id": "ent.message_export.run_export.app_error",
"translation": "Failed to select message export data."
@@ -7190,50 +7226,6 @@
"id": "store.sql_command.update.missing.app_error",
"translation": "Command does not exist."
},
{
"id": "store.sql_file_info.PermanentDeleteByUser.app_error",
"translation": "Unable to delete attachments of the user."
},
{
"id": "store.sql_file_info.attach_to_post.app_error",
"translation": "Unable to attach the file info to the post."
},
{
"id": "store.sql_file_info.delete_for_post.app_error",
"translation": "Unable to delete the file info to the post."
},
{
"id": "store.sql_file_info.get.app_error",
"translation": "Unable to get the file info."
},
{
"id": "store.sql_file_info.get_by_path.app_error",
"translation": "Unable to get the file info by path."
},
{
"id": "store.sql_file_info.get_for_post.app_error",
"translation": "Unable to get the file info for the post."
},
{
"id": "store.sql_file_info.get_for_user_id.app_error",
"translation": "Unable to get the file info for the user."
},
{
"id": "store.sql_file_info.get_with_options.app_error",
"translation": "Unable to get the file info with options"
},
{
"id": "store.sql_file_info.permanent_delete.app_error",
"translation": "Unable to permanently delete the file info."
},
{
"id": "store.sql_file_info.permanent_delete_batch.app_error",
"translation": "We encountered an error permanently deleting the batch of file infos."
},
{
"id": "store.sql_file_info.save.app_error",
"translation": "Unable to save the file info."
},
{
"id": "store.sql_group.app_error",
"translation": "failed to build query."