preferencestore (#15018)
* Starting migration * Migration finished * Fix i18n * Fix some tests * Fix typos * Remove overwite of http status * Add i18n string * Fix i18n * fix breakages * fix tests Co-authored-by: Rodrigo Villablanca <villa061004@gmail.com>
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
8f42177870
Коммит
83974d8a8d
80
i18n/en.json
80
i18n/en.json
@@ -4246,6 +4246,30 @@
|
||||
"id": "app.plugin.write_file.saving.app_error",
|
||||
"translation": "An error occurred while saving the file."
|
||||
},
|
||||
{
|
||||
"id": "app.preference.delete.app_error",
|
||||
"translation": "We encountered an error while deleting preferences."
|
||||
},
|
||||
{
|
||||
"id": "app.preference.get.app_error",
|
||||
"translation": "We encountered an error while finding preferences."
|
||||
},
|
||||
{
|
||||
"id": "app.preference.get_all.app_error",
|
||||
"translation": "We encountered an error while finding preferences."
|
||||
},
|
||||
{
|
||||
"id": "app.preference.get_category.app_error",
|
||||
"translation": "We encountered an error while finding preferences."
|
||||
},
|
||||
{
|
||||
"id": "app.preference.permanent_delete_by_user.app_error",
|
||||
"translation": "We encountered an error while deleteing preferences."
|
||||
},
|
||||
{
|
||||
"id": "app.preference.save.updating.app_error",
|
||||
"translation": "We encountered an error while updating preferences."
|
||||
},
|
||||
{
|
||||
"id": "app.reaction.bulk_get_for_post_ids.app_error",
|
||||
"translation": "Unable to get reactions for post."
|
||||
@@ -4738,6 +4762,10 @@
|
||||
"id": "ent.data_retention.channel_member_history_batch.internal_error",
|
||||
"translation": "Failed to purge records."
|
||||
},
|
||||
{
|
||||
"id": "ent.data_retention.flags_batch.internal_error",
|
||||
"translation": "We encountered an error cleaning up the batch of flags."
|
||||
},
|
||||
{
|
||||
"id": "ent.data_retention.generic.license.error",
|
||||
"translation": "Your license does not support Data Retention."
|
||||
@@ -7138,58 +7166,6 @@
|
||||
"id": "store.sql_post.update.app_error",
|
||||
"translation": "Unable to update the Post."
|
||||
},
|
||||
{
|
||||
"id": "store.sql_preference.cleanup_flags_batch.app_error",
|
||||
"translation": "We encountered an error cleaning up the batch of flags."
|
||||
},
|
||||
{
|
||||
"id": "store.sql_preference.delete.app_error",
|
||||
"translation": "We encountered an error while deleting preferences."
|
||||
},
|
||||
{
|
||||
"id": "store.sql_preference.get.app_error",
|
||||
"translation": "We encountered an error while finding preferences."
|
||||
},
|
||||
{
|
||||
"id": "store.sql_preference.get_all.app_error",
|
||||
"translation": "We encountered an error while finding preferences."
|
||||
},
|
||||
{
|
||||
"id": "store.sql_preference.get_category.app_error",
|
||||
"translation": "We encountered an error while finding preferences."
|
||||
},
|
||||
{
|
||||
"id": "store.sql_preference.insert.exists.app_error",
|
||||
"translation": "A preference with that user id, category, and name already exists."
|
||||
},
|
||||
{
|
||||
"id": "store.sql_preference.insert.save.app_error",
|
||||
"translation": "Unable to save the preference."
|
||||
},
|
||||
{
|
||||
"id": "store.sql_preference.permanent_delete_by_user.app_error",
|
||||
"translation": "We encountered an error while deleteing preferences."
|
||||
},
|
||||
{
|
||||
"id": "store.sql_preference.save.commit_transaction.app_error",
|
||||
"translation": "Unable to commit transaction to save preferences."
|
||||
},
|
||||
{
|
||||
"id": "store.sql_preference.save.missing_driver.app_error",
|
||||
"translation": "We encountered an error while updating preferences."
|
||||
},
|
||||
{
|
||||
"id": "store.sql_preference.save.open_transaction.app_error",
|
||||
"translation": "Unable to open transaction to save preferences."
|
||||
},
|
||||
{
|
||||
"id": "store.sql_preference.save.updating.app_error",
|
||||
"translation": "We encountered an error while updating preferences."
|
||||
},
|
||||
{
|
||||
"id": "store.sql_preference.update.app_error",
|
||||
"translation": "Unable to update the preference."
|
||||
},
|
||||
{
|
||||
"id": "store.sql_role.delete.update.app_error",
|
||||
"translation": "Unable to delete the role."
|
||||
|
||||
Ссылка в новой задаче
Block a user