mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
Clean generating script and english translation values
This commit is contained in:
@@ -107,11 +107,11 @@
|
||||
"Clear cell": "Clear cell",
|
||||
"Clear values": "Clear values",
|
||||
"Copy anchor link": "Copy anchor link",
|
||||
"Delete {{count}} columns_one": "Delete {{count}} columns",
|
||||
"Delete {{count}} columns_one": "Delete column",
|
||||
"Delete {{count}} columns_other": "Delete {{count}} columns",
|
||||
"Delete {{count}} rows_one": "Delete {{count}} rows",
|
||||
"Delete {{count}} rows_one": "Delete row",
|
||||
"Delete {{count}} rows_other": "Delete {{count}} rows",
|
||||
"Duplicate rows_one": "Duplicate rows",
|
||||
"Duplicate rows_one": "Duplicate row",
|
||||
"Duplicate rows_other": "Duplicate rows",
|
||||
"Filter by this value": "Filter by this value",
|
||||
"Insert column to the left": "Insert column to the left",
|
||||
@@ -119,9 +119,9 @@
|
||||
"Insert row": "Insert row",
|
||||
"Insert row above": "Insert row above",
|
||||
"Insert row below": "Insert row below",
|
||||
"Reset {{count}} columns_one": "Reset {{count}} columns",
|
||||
"Reset {{count}} columns_one": "Reset column",
|
||||
"Reset {{count}} columns_other": "Reset {{count}} columns",
|
||||
"Reset {{count}} entire columns_one": "Reset {{count}} entire columns",
|
||||
"Reset {{count}} entire columns_one": "Reset entire column",
|
||||
"Reset {{count}} entire columns_other": "Reset {{count}} entire columns"
|
||||
},
|
||||
"ChartView": {
|
||||
@@ -343,9 +343,9 @@
|
||||
"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_one": "Freeze this column",
|
||||
"Freeze {{count}} columns_other": "Freeze {{count}} columns",
|
||||
"Freeze {{count}} more columns_one": "Freeze {{count}} more columns",
|
||||
"Freeze {{count}} more columns_one": "Freeze one more column",
|
||||
"Freeze {{count}} more columns_other": "Freeze {{count}} more columns",
|
||||
"Hide {{count}} columns_one": "Hide column",
|
||||
"Hide {{count}} columns_other": "Hide {{count}} columns",
|
||||
@@ -361,7 +361,7 @@
|
||||
"Sorted (#{{count}})_one": "Sorted (#{{count}})",
|
||||
"Sorted (#{{count}})_other": "Sorted (#{{count}})",
|
||||
"Unfreeze all columns": "Unfreeze all columns",
|
||||
"Unfreeze {{count}} columns_one": "Unfreeze {{count}} columns",
|
||||
"Unfreeze {{count}} columns_one": "Unfreeze this column",
|
||||
"Unfreeze {{count}} columns_other": "Unfreeze {{count}} columns"
|
||||
},
|
||||
"GristDoc": {
|
||||
@@ -467,7 +467,7 @@
|
||||
"Pages": {
|
||||
"Delete": "Delete",
|
||||
"Delete data and this page.": "Delete data and this page.",
|
||||
"The following tables will no longer be visible_one": "The following tables will no longer be visible",
|
||||
"The following tables will no longer be visible_one": "The following table will no longer be visible",
|
||||
"The following tables will no longer be visible_other": "The following tables will no longer be visible"
|
||||
},
|
||||
"PermissionsWidget": {
|
||||
@@ -497,14 +497,14 @@
|
||||
"COLUMN TYPE": "COLUMN TYPE",
|
||||
"CUSTOM": "CUSTOM",
|
||||
"Change Widget": "Change Widget",
|
||||
"Columns_one": "Columns",
|
||||
"Columns_one": "Column",
|
||||
"Columns_other": "Columns",
|
||||
"DATA TABLE": "DATA TABLE",
|
||||
"DATA TABLE NAME": "DATA TABLE NAME",
|
||||
"Data": "Data",
|
||||
"Detach": "Detach",
|
||||
"Edit Data Selection": "Edit Data Selection",
|
||||
"Fields_one": "Fields",
|
||||
"Fields_one": "Field",
|
||||
"Fields_other": "Fields",
|
||||
"GROUPED BY": "GROUPED BY",
|
||||
"ROW STYLE": "ROW STYLE",
|
||||
@@ -514,7 +514,7 @@
|
||||
"SOURCE DATA": "SOURCE DATA",
|
||||
"Save": "Save",
|
||||
"Select Widget": "Select Widget",
|
||||
"Series_one": "Series",
|
||||
"Series_one": "Serie",
|
||||
"Series_other": "Series",
|
||||
"Sort & Filter": "Sort & Filter",
|
||||
"TRANSFORM": "TRANSFORM",
|
||||
@@ -526,7 +526,7 @@
|
||||
"RowContextMenu": {
|
||||
"Copy anchor link": "Copy anchor link",
|
||||
"Delete": "Delete",
|
||||
"Duplicate rows_one": "Duplicate rows",
|
||||
"Duplicate rows_one": "Duplicate row",
|
||||
"Duplicate rows_other": "Duplicate rows",
|
||||
"Insert row": "Insert row",
|
||||
"Insert row above": "Insert row above",
|
||||
@@ -745,4 +745,4 @@
|
||||
"false": "false",
|
||||
"true": "true"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user