* Finished!

* Typos

* Fix error

* Fix layers

* Lint: remove unnecessary use of sprint

* Fix shadowing err
Этот коммит содержится в:
Rodrigo Villablanca
2020-08-13 01:42:08 -04:00
коммит произвёл GitHub
родитель 909cda6d49
Коммит 32b7d2b5f1
10 изменённых файлов: 187 добавлений и 134 удалений

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

@@ -4458,6 +4458,14 @@
"id": "app.session.update_device_id.app_error",
"translation": "Unable to update the device id."
},
{
"id": "app.status.get.app_error",
"translation": "Encountered an error retrieving the status."
},
{
"id": "app.status.get.missing.app_error",
"translation": "No entry for that status exists."
},
{
"id": "app.submit_interactive_dialog.json_error",
"translation": "Encountered an error encoding JSON for the interactive dialog."
@@ -7302,34 +7310,6 @@
"id": "store.sql_post.search.disabled",
"translation": "Searching has been disabled on this server. Please contact your System Administrator."
},
{
"id": "store.sql_status.get.app_error",
"translation": "Encountered an error retrieving the status."
},
{
"id": "store.sql_status.get.missing.app_error",
"translation": "No entry for that status exists."
},
{
"id": "store.sql_status.get_total_active_users_count.app_error",
"translation": "We could not count the active users."
},
{
"id": "store.sql_status.reset_all.app_error",
"translation": "Encountered an error resetting all the statuses."
},
{
"id": "store.sql_status.save.app_error",
"translation": "Encountered an error saving the status."
},
{
"id": "store.sql_status.update.app_error",
"translation": "Encountered an error updating the status."
},
{
"id": "store.sql_status.update_last_activity_at.app_error",
"translation": "Unable to update the last activity date and time of the user."
},
{
"id": "store.sql_system.get.app_error",
"translation": "We encountered an error finding the system properties."