mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
Fix tests
This commit is contained in:
@@ -172,7 +172,7 @@
|
||||
"Widget does not require any permissions.": "Widget does not require any permissions.",
|
||||
"Widget needs to {{read}} the current table.": "Widget needs to {{read}} the current table.",
|
||||
"Widget needs {{fullAccess}} to this document.": "Widget needs {{fullAccess}} to this document.",
|
||||
"{{wrongTypeCount}} non-{{columnType}} columns are not shown_one": "{{wrongTypeCount}} non-{{columnType}} columns are not shown",
|
||||
"{{wrongTypeCount}} non-{{columnType}} columns are not shown_one": "{{wrongTypeCount}} non-{{columnType}} column is not shown",
|
||||
"{{wrongTypeCount}} non-{{columnType}} columns are not shown_other": "{{wrongTypeCount}} non-{{columnType}} columns are not shown"
|
||||
},
|
||||
"DataTables": {
|
||||
@@ -302,12 +302,12 @@
|
||||
"Column options are limited in summary tables.": "Column options are limited in summary tables.",
|
||||
"Convert column to data": "Convert column to data",
|
||||
"Convert to trigger formula": "Convert to trigger formula",
|
||||
"Data Columns_one": "Data Columns",
|
||||
"Data Columns_one": "Data Column",
|
||||
"Data Columns_other": "Data Columns",
|
||||
"Empty Columns_one": "Empty Columns",
|
||||
"Empty Columns_one": "Empty Column",
|
||||
"Empty Columns_other": "Empty Columns",
|
||||
"Enter formula": "Enter formula",
|
||||
"Formula Columns_one": "Formula Columns",
|
||||
"Formula Columns_one": "Formula Column",
|
||||
"Formula Columns_other": "Formula Columns",
|
||||
"Make into data column": "Make into data column",
|
||||
"Mixed Behavior": "Mixed Behavior",
|
||||
@@ -337,35 +337,29 @@
|
||||
"Clear values": "Clear values",
|
||||
"Column Options": "Column Options",
|
||||
"Convert formula to data": "Convert formula to data",
|
||||
"DeleteColumns_one": "DeleteColumns",
|
||||
"DeleteColumns_other": "DeleteColumns",
|
||||
"Delete {{count}} columns_one": "Delete column",
|
||||
"Delete {{count}} columns_other": "Delete {{count}} columns",
|
||||
"Filter Data": "Filter Data",
|
||||
"Freeze {{count}} columns_one": "Freeze {{count}} columns",
|
||||
"Freeze {{count}} columns_other": "Freeze {{count}} columns",
|
||||
"Freeze {{count}} more columns_one": "Freeze {{count}} more columns",
|
||||
"Freeze {{count}} more columns_other": "Freeze {{count}} more columns",
|
||||
"FreezeColumn_one": "FreezeColumn",
|
||||
"FreezeColumn_other": "FreezeColumn",
|
||||
"HideColumns_one": "HideColumns",
|
||||
"HideColumns_other": "HideColumns",
|
||||
"Hide {{count}} columns_one": "Hide column",
|
||||
"Hide {{count}} columns_other": "Hide {{count}} columns",
|
||||
"Insert column to the {{to}}": "Insert column to the {{to}}",
|
||||
"More sort options ...": "More sort options ...",
|
||||
"Rename column": "Rename column",
|
||||
"ResetColumns_one": "ResetColumns",
|
||||
"ResetColumns_other": "ResetColumns",
|
||||
"ResetEntireColumns_one": "ResetEntireColumns",
|
||||
"ResetEntireColumns_other": "ResetEntireColumns",
|
||||
"Reset {{count}} columns_one": "Reset column",
|
||||
"Reset {{count}} columns_other": "Reset {{count}} columns",
|
||||
"Reset {{count}} entire columns_one": "Reset entire column",
|
||||
"Reset {{count}} entire columns_other": "Reset {{count}} entire columns",
|
||||
"Show column {{- label}}": "Show column {{- label}}",
|
||||
"Sort": "Sort",
|
||||
"Sorted (#{{count}})_one": "Sorted (#{{count}})",
|
||||
"Sorted (#{{count}})_other": "Sorted (#{{count}})",
|
||||
"UnFreeze {{count}} columns_one": "UnFreeze {{count}} columns",
|
||||
"UnFreeze {{count}} columns_other": "UnFreeze {{count}} columns",
|
||||
"Unfreeze all columns": "Unfreeze all columns",
|
||||
"Unfreeze {{count}} columns_one": "Unfreeze {{count}} columns",
|
||||
"Unfreeze {{count}} columns_other": "Unfreeze {{count}} columns",
|
||||
"UnfreezeColumn_one": "UnfreezeColumn",
|
||||
"UnfreezeColumn_other": "UnfreezeColumn"
|
||||
"Unfreeze {{count}} columns_other": "Unfreeze {{count}} columns"
|
||||
},
|
||||
"GristDoc": {
|
||||
"Added new linked section to view {{viewName}}": "Added new linked section to view {{viewName}}",
|
||||
@@ -579,7 +573,7 @@
|
||||
"Revert": "Revert",
|
||||
"Save": "Save",
|
||||
"Sort": "Sort",
|
||||
"UpdateSortFilterSettings": "UpdateSortFilterSettings"
|
||||
"Update Sort & Filter settings": "Update Sort & Filter settings"
|
||||
},
|
||||
"ThemeConfig": {
|
||||
"Appearance ": "Appearance ",
|
||||
@@ -616,7 +610,7 @@
|
||||
"Cancel": "Cancel",
|
||||
"Preview": "Preview",
|
||||
"Revise": "Revise",
|
||||
"UpdateFormula": "UpdateFormula"
|
||||
"Update formula (Shift+Enter)": "Update formula (Shift+Enter)"
|
||||
},
|
||||
"UserManagerModel": {
|
||||
"Editor": "Editor",
|
||||
|
||||
Reference in New Issue
Block a user