Automatic Merge
Этот коммит содержится в:
Rodrigo Villablanca
2020-08-13 01:35:57 -04:00
коммит произвёл GitHub
родитель 19173ea6ff
Коммит 909cda6d49
11 изменённых файлов: 363 добавлений и 236 удалений

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

@@ -4270,6 +4270,22 @@
"id": "app.plugin.write_file.saving.app_error",
"translation": "An error occurred while saving the file."
},
{
"id": "app.plugin_store.delete.app_error",
"translation": "Could not delete plugin key value."
},
{
"id": "app.plugin_store.get.app_error",
"translation": "Could not get plugin key value."
},
{
"id": "app.plugin_store.list.app_error",
"translation": "Unable to list all the plugin keys."
},
{
"id": "app.plugin_store.save.app_error",
"translation": "Could not save or update plugin key value."
},
{
"id": "app.post.delete.app_error",
"translation": "Unable to delete the post."
@@ -7202,30 +7218,6 @@
"id": "store.sql_job.update.app_error",
"translation": "Unable to update the job."
},
{
"id": "store.sql_plugin_store.compare_and_set.mysql_select.app_error",
"translation": "Failed to query for existing row on MySQL after KVCompareAndSet with unchanged value."
},
{
"id": "store.sql_plugin_store.compare_and_set.too_many_rows.app_error",
"translation": "Found more than 1 row on MySQL after KVCompareAndSet with unchanged value."
},
{
"id": "store.sql_plugin_store.delete.app_error",
"translation": "Could not delete plugin key value."
},
{
"id": "store.sql_plugin_store.get.app_error",
"translation": "Could not get plugin key value."
},
{
"id": "store.sql_plugin_store.list.app_error",
"translation": "Unable to list all the plugin keys."
},
{
"id": "store.sql_plugin_store.save.app_error",
"translation": "Could not save or update plugin key value."
},
{
"id": "store.sql_post.analytics_posts_count.app_error",
"translation": "Unable to get post counts."