| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604 |
- const e = {
- spreadsheetLabel: "Spreadsheet",
- spreadsheetRightLabel: "more Sheets",
- toolbar: {
- undo: "Undo",
- redo: "Redo",
- formatPainter: "Paint format",
- currencyFormat: "Format as currency",
- percentageFormat: "Format as percent",
- numberDecrease: "Decrease decimal places",
- numberIncrease: "Increase decimal places",
- moreFormats: "More formats",
- font: "Font",
- fontSize: "Font size",
- bold: "Bold",
- italic: "Italic",
- strikethrough: "Strikethrough",
- subscript: "Subscript",
- superscript: "Superscript",
- underline: "Underline",
- textColor: {
- main: "Text color",
- right: "Choose color"
- },
- resetColor: "Reset",
- customColor: "CUSTOM",
- alternatingColors: "Alternating colors",
- confirmColor: "OK",
- cancelColor: "Cancel",
- collapse: "Collapse",
- fillColor: {
- main: "Fill color",
- right: "Choose color"
- },
- border: {
- main: "Border",
- right: "Border style"
- },
- mergeCell: {
- main: "Merge cells",
- right: "Choose merge type"
- },
- horizontalAlignMode: {
- main: "Horizontal align",
- right: "Alignment"
- },
- verticalAlignMode: {
- main: "Vertical align",
- right: "Alignment"
- },
- textWrapMode: {
- main: "Text wrap",
- right: "Text wrap mode"
- },
- textRotateMode: {
- main: "Text rotate",
- right: "Text rotate mode"
- },
- freezeTopRow: "Freeze top row",
- sortAndFilter: "Sort and filter",
- findAndReplace: "Find and replace",
- sum: "SUM",
- autoSum: "Auto SUM",
- moreFunction: "More functions",
- conditionalFormatting: "Conditional formatting",
- comment: "Comment",
- pivotTable: "Pivot Table",
- chart: "Chart",
- screenshot: "Screenshot",
- splitColumn: "Split text",
- insertImage: "Insert image",
- insertLink: "Insert link",
- dataValidation: "Data validation",
- protection: "Protect the sheet",
- clearText: "Clear color",
- noColorSelectedText: "No color is selected",
- toolMore: "More",
- toolLess: "Less",
- toolClose: "Close",
- toolMoreTip: "More features",
- moreOptions: "More options",
- cellFormat: "Cell format config",
- print: "Print",
- borderMethod: {
- top: "Upper frame line",
- bottom: "Lower frame line",
- left: "Left frame line",
- right: "Right frame line"
- },
- more: "More",
- hideGridlines: "Hide Gridlines",
- showGridlines: "Show Gridlines",
- toggleGridlines: "Toggle Gridlines"
- },
- defaultFmt: {
- Automatic: {
- text: "Automatic",
- value: "General",
- example: ""
- },
- Number: {
- text: "Number",
- value: "##0.00",
- example: "1000.12"
- },
- Percent: {
- text: "Percent",
- value: "#0.00%",
- example: "12.21%"
- },
- PlainText: {
- text: "Plain text",
- value: "@",
- example: ""
- },
- Scientific: {
- text: "Scientific",
- value: "0.00E+00",
- example: "1.01E+5"
- },
- Accounting: {
- text: "Accounting",
- value: "¥(0.00)",
- example: "¥(1200.09)"
- },
- Thousand: {
- text: "Ten Thousand",
- value: "w",
- example: "1亿2000万2500"
- },
- Currency: {
- text: "Currency",
- value: "¥0.00",
- example: "¥1200.09"
- },
- Digit: {
- text: "万元2位小数",
- value: "w0.00",
- example: "2万2500.55"
- },
- Date: {
- text: "Date",
- value: "yyyy-MM-dd",
- example: "2017-11-29"
- },
- Time: { text: "Time", value: "hh:mm AM/PM", example: "3:00 PM" },
- Time24H: { text: "Time 24H", value: "hh:mm", example: "15:00" },
- DateTime: { text: "Date time", value: "yyyy-MM-dd hh:mm AM/PM", example: "2017-11-29 3:00 PM" },
- DateTime24H: { text: "Date time 24H", value: "yyyy-MM-dd hh:mm", example: "2017-11-29 15:00" },
- CustomFormats: { text: "Custom Formats", value: "fmtOtherSelf", example: "" }
- },
- format: {
- moreCurrency: "More currency formats",
- moreDateTime: "More date and time formats",
- moreNumber: "More number formats",
- titleCurrency: "Currency formats",
- decimalPlaces: "Decimal places",
- titleDateTime: "Date and time formats",
- titleNumber: "Number formats"
- },
- print: {
- normalBtn: "Normal",
- layoutBtn: "Page Layout",
- pageBtn: "Page break preview",
- menuItemPrint: "Print (Ctrl+P)",
- menuItemAreas: "Print areas",
- menuItemRows: "Print title rows",
- menuItemColumns: "Print title columns"
- },
- align: {
- left: "left",
- center: "center",
- right: "right",
- top: "top",
- middle: "middle",
- bottom: "bottom"
- },
- button: {
- confirm: "OK",
- cancel: "Cancel",
- close: "Close",
- update: "Update",
- delete: "Delete",
- insert: "Insert",
- prevPage: "Previous",
- nextPage: "Next",
- total: "total:"
- },
- punctuation: {
- tab: "Tab",
- semicolon: "semicolond",
- comma: "comma",
- space: "space"
- },
- colorPicker: {
- collapse: "Collapse",
- customColor: "CUSTOM",
- change: "Change",
- confirmColor: "OK",
- cancelColor: "Cancel"
- },
- borderLine: {
- borderTop: "borderTop",
- borderBottom: "borderBottom",
- borderLeft: "borderLeft",
- borderRight: "borderRight",
- borderNone: "borderNone",
- borderAll: "borderAll",
- borderOutside: "borderOutside",
- borderInside: "borderInside",
- borderHorizontal: "borderHorizontal",
- borderVertical: "borderVertical",
- borderColor: "borderColor",
- borderSize: "borderSize",
- borderType: "borderType"
- },
- merge: {
- all: "Merge all",
- vertical: "Vertical merge",
- horizontal: "Horizontal merge",
- cancel: "Cancel merge",
- overlappingError: "Cannot merge overlapping areas",
- partiallyError: "Cannot perform this operation on partially merged cells",
- confirm: {
- title: "Continue merging would only keep the upper-left cell value, discard other values. Are you sure to continue?",
- cancel: "Cancel merging",
- confirm: "Continue merging",
- waring: "Waring",
- dismantleMergeCellWaring: "This will cause some merged cells to be split. Do you want to continue?"
- }
- },
- filter: {
- confirm: {
- error: "There was a problem",
- notAllowedToInsertRange: "Not allowed to move cells here until filter is cleared"
- }
- },
- textWrap: {
- overflow: "Overflow",
- wrap: "Wrap",
- clip: "Clip"
- },
- textRotate: {
- none: "None",
- angleUp: "Tilt Up",
- angleDown: "Tilt Down",
- vertical: "Stack Vertically",
- rotationUp: "Rotate Up",
- rotationDown: "Rotate Down"
- },
- sheetConfig: {
- delete: "Delete",
- copy: "Copy",
- rename: "Rename",
- changeColor: "Change color",
- hide: "Hide",
- unhide: "Unhide",
- moveLeft: "Move left",
- moveRight: "Move right",
- resetColor: "Reset color",
- cancelText: "Cancel",
- chooseText: "Confirm color",
- tipNameRepeat: "The name of the tab page cannot be repeated! Please revise",
- noMoreSheet: "The workbook contains at least one visual worksheet. To delete the selected worksheet, please insert a new worksheet or show a hidden worksheet.",
- confirmDelete: "Are you sure to delete",
- redoDelete: "Can be undo by Ctrl+Z",
- noHide: "Can't hide, at least keep one sheet tag",
- chartEditNoOpt: "This operation is not allowed in chart editing mode!",
- sheetNameErrorTitle: "There was a problem",
- sheetNameSpecCharError: "The name cannot exceed 31 characters, cannot start or end with ', and cannot contain: [ ] : \\ ? * /",
- sheetNameCannotIsEmptyError: "The sheet name cannot be empty.",
- sheetNameAlreadyExistsError: "The sheet name already exists. Please enter another name.",
- deleteSheet: "Delete worksheet",
- deleteSheetContent: "Confirm to delete this worksheet. It will not be retrieved after deletion. Are you sure you want to delete it?",
- addProtectSheet: "Protect Worksheet",
- removeProtectSheet: "Unprotect Worksheet",
- changeSheetPermission: "Change Worksheet Permissions",
- viewAllProtectArea: "View All Protection Ranges"
- },
- rightClick: {
- copy: "Copy",
- copyAs: "Copy as",
- cut: "Cut",
- paste: "Paste",
- pasteSpecial: "Paste Special",
- pasteValue: "Paste Value",
- pasteFormat: "Paste Format",
- pasteColWidth: "Paste Column Width",
- pasteBesidesBorder: "Paste Besides Border Styles",
- insert: "Insert",
- insertRow: "Insert Row",
- insertRowBefore: "Insert Row Before",
- insertColumn: "Insert Column",
- insertColumnBefore: "Insert Column Before",
- delete: "Delete",
- deleteCell: "Delete Cell",
- insertCell: "Insert Cell",
- deleteSelected: "Delete Selected ",
- hide: "Hide",
- hideSelected: "Hide Selected ",
- showHide: "Show Hidden",
- toTopAdd: "Towards Top Add",
- toBottomAdd: "Towards Bottom Add",
- toLeftAdd: "Towards Left Add",
- toRightAdd: "Towards Right Add",
- deleteSelectedRow: "Delete Selected row",
- deleteSelectedColumn: "Delete Selected column",
- hideSelectedRow: "Hide Selected Row",
- showHideRow: "Show Selected Row",
- rowHeight: "Row Height",
- hideSelectedColumn: "Hide Selected Column",
- showHideColumn: "Show Hide Column",
- columnWidth: "Column Width",
- to: "Towards",
- left: "Left",
- right: "Right",
- top: "Top",
- bottom: "Bottom",
- moveLeft: "Move Left",
- moveUp: "Move up",
- moveRight: "Move Right",
- moveDown: "Move Down",
- add: "Add",
- row: "Row",
- column: "Column",
- width: "Width",
- height: "Height",
- number: "Number",
- confirm: "Confirm",
- orderAZ: "A-Z order",
- orderZA: "Z-A order",
- clearSelection: "Clear",
- clearContent: "Clear Contents",
- clearFormat: "Clear Formats",
- clearAll: "Clear All",
- matrix: "Matrix operation",
- sortSelection: "Sort",
- filterSelection: "Filter",
- chartGeneration: "Create Chart",
- firstLineTitle: "First Line Title",
- untitled: "Untitled",
- array1: "One-dimensional array",
- array2: "Two-dimensional array",
- array3: "Multidimensional Arrays",
- diagonal: "Diagonal",
- antiDiagonal: "Anti-diagonal",
- diagonalOffset: "Diagonal offset",
- offset: "Offset",
- boolean: "Boolean",
- flip: "Flip",
- upAndDown: "Up and down",
- leftAndRight: "Left and right",
- clockwise: "Clockwise",
- counterclockwise: "Counterclockwise",
- transpose: "Transpose",
- matrixCalculation: "Matrix Calculation",
- plus: "Plus",
- minus: "Minus",
- multiply: "Multiply",
- divided: "Divided",
- power: "Power",
- root: "Root",
- log: "Log",
- delete0: "Delete 0 values at both ends",
- removeDuplicate: "Remove duplicate values",
- byRow: "By row",
- byCol: "By column",
- generateNewMatrix: "Generate new matrix",
- fitContent: "Fit for data",
- freeze: "Freeze",
- freezeCol: "Freeze to this column",
- freezeRow: "Freeze to this row",
- cancelFreeze: "Cancel freeze",
- zenEditor: "Full Screen Editor",
- deleteAllRowsAlert: "You can't delete all the rows on the sheet",
- deleteAllColumnsAlert: "You can't delete all the columns on the sheet",
- hideAllRowsAlert: "You can't hide all the rows on the sheet",
- hideAllColumnsAlert: "You can't hide all the columns on the sheet",
- protectRange: "Protect Rows And Columns",
- editProtectRange: "Set Protection Range",
- removeProtectRange: "Remove Protection Range",
- turnOnProtectRange: "Add Protection Range",
- viewAllProtectArea: "View All Protection Ranges"
- },
- info: {
- tooltip: "Tooltip",
- error: "Error",
- notChangeMerge: "You cannot make partial changes to the merged cells",
- detailUpdate: "New opened",
- detailSave: "Local cache restored",
- row: "",
- column: "",
- loading: "Loading...",
- copy: "Copy",
- return: "Exit",
- rename: "Rename",
- tips: "Rename",
- noName: "Untitled spreadsheet",
- wait: "waiting for update",
- add: "Add",
- addLast: "more rows at bottom",
- backTop: "Back to the top",
- // eslint-disable-next-line no-template-curly-in-string
- pageInfo: "Total ${total}, ${totalPage} page, current ${currentPage}",
- nextPage: "Next",
- tipInputNumber: "Please enter the number",
- tipInputNumberLimit: "The increase range is limited to 1-100",
- tipRowHeightLimit: "Row height must be between 0 ~ 545",
- tipColumnWidthLimit: "The column width must be between 0 ~ 2038",
- // eslint-disable-next-line no-template-curly-in-string
- pageInfoFull: "Total ${total}, ${totalPage} page, All data displayed",
- problem: "There was a problem",
- forceStringInfo: "Number stored as text"
- },
- clipboard: {
- paste: {
- exceedMaxCells: "The number of cells pasted exceeds the maximum number of cells",
- overlappingMergedCells: "The paste area overlaps with merged cells"
- },
- shortCutNotify: {
- title: "Kindly paste using keyboard shortcuts.",
- useShortCutInstead: "Detected Excel content. Use keyboard shortcut to paste."
- }
- },
- statusbar: {
- sum: "Sum",
- average: "Average",
- min: "Min",
- max: "Max",
- count: "Numerical Count",
- countA: "Count",
- clickToCopy: "Click to Copy",
- copied: "Copied"
- },
- autoFill: {
- copy: "Copy Cell",
- series: "Fill Series",
- formatOnly: "Format Only",
- noFormat: "No Format"
- },
- rangeSelector: {
- placeholder: "Select range or input value",
- tooltip: "Select range"
- },
- shortcut: {
- sheet: {
- "zoom-in": "Zoom in",
- "zoom-out": "Zoom out",
- "reset-zoom": "Reset zoom level",
- "select-below-cell": "Select the cell below",
- "select-up-cell": "Select the cell above",
- "select-left-cell": "Select the left cell",
- "select-right-cell": "Select the right cell",
- "select-next-cell": "Select the next cell",
- "select-previous-cell": "Select the previous cell",
- "select-up-value-cell": "Select the cell above that has value",
- "select-below-value-cell": "Select the cell below that has value",
- "select-left-value-cell": "Select the cell left that has value",
- "select-right-value-cell": "Select the cell right that has value",
- "expand-selection-down": "Expand selection down",
- "expand-selection-up": "Expand selection up",
- "expand-selection-left": "Expand selection left",
- "expand-selection-right": "Expand selection right",
- "expand-selection-to-left-gap": "Expand selection to the left gap",
- "expand-selection-to-below-gap": "Expand selection to the below gap",
- "expand-selection-to-right-gap": "Expand selection to the right gap",
- "expand-selection-to-up-gap": "Expand selection to the up gap",
- "select-all": "Select all",
- "toggle-editing": "Toggle editing",
- "delete-and-start-editing": "Clear and start editing",
- "abort-editing": "Abort editing",
- "break-line": "Break line",
- "set-bold": "Toggle bold",
- "start-editing": "Start Editing (Selection into the Editor)",
- "set-italic": "Toggle italic",
- "set-underline": "Toggle underline",
- "set-strike-through": "Toggle strike through"
- }
- },
- "sheet-view": "Sheet View",
- "sheet-edit": "Sheet Edit",
- definedName: {
- managerTitle: "Manager named",
- managerDescription: "Create a defined name by selecting cells or formulas, and entering the desired name into the text box.",
- addButton: "Add a defined name",
- featureTitle: "Defined names",
- ratioRange: "Range",
- ratioFormula: "Formula",
- confirm: "Confirm",
- cancel: "Cancel",
- scopeWorkbook: "Workbook",
- inputNamePlaceholder: "Please enter a name(No space allowed)",
- inputCommentPlaceholder: "Please enter a comment",
- inputRangePlaceholder: "Please input range(No space allowed)",
- inputFormulaPlaceholder: "Please input a formula(No space allowed)",
- nameEmpty: "Name cannot be empty",
- nameDuplicate: "Name already exists",
- formulaOrRefStringEmpty: "Formula or reference string cannot be empty",
- formulaOrRefStringInvalid: "Invalid formula or reference string",
- defaultName: "DefinedName",
- updateButton: "Update",
- deleteButton: "Delete",
- deleteConfirmText: "Are you sure you want to delete this defined name?",
- nameConflict: "The name conflicts with the function name",
- nameInvalid: "The name is invalid",
- nameSheetConflict: "The name conflicts with the sheet name"
- },
- uploadLoading: {
- loading: "Loading..., remaining",
- // 正在上传,当前剩余
- error: "Error"
- // 加载失败
- },
- permission: {
- toolbarMenu: "Protection",
- panel: {
- title: "Protect Rows and Columns",
- name: "Name",
- protectedRange: "Protected Range",
- permissionDirection: "Permission Description",
- permissionDirectionPlaceholder: "Enter permission description",
- editPermission: "Edit Permissions",
- onlyICanEdit: "Only I can edit",
- designedUserCanEdit: "Specified users can edit",
- viewPermission: "View Permissions",
- othersCanView: "Others can view",
- noOneElseCanView: "No one else can view",
- designedPerson: "Specified persons",
- addPerson: "Add person",
- canEdit: "Can edit",
- canView: "Can view",
- delete: "Delete",
- currentSheet: "Current sheet",
- allSheet: "All sheets",
- edit: "Edit",
- Print: "Print",
- Comment: "Comment",
- Copy: "Copy",
- SetCellStyle: "Set cell style",
- SetCellValue: "Set cell value",
- SetHyperLink: "Set hyperlink",
- Sort: "Sort",
- Filter: "Filter",
- PivotTable: "Pivot table",
- FloatImage: "Float image",
- RowHeightColWidth: "Row height and column width",
- RowHeightColWidthReadonly: "Read-only row height and column width",
- FilterReadonly: "Read-only filter",
- nameError: "Name cannot be empty",
- created: "Created",
- iCanEdit: "I can edit",
- iCanNotEdit: "I can't edit",
- iCanView: "I can view",
- iCanNotView: "I can't view",
- emptyRangeError: "Range cannot be empty",
- rangeOverlapError: "Range cannot overlap",
- rangeOverlapOverPermissionError: "Range cannot overlap with the range that has the same permission",
- InsertHyperlink: "Insert hyperlink",
- SetRowStyle: "Set row style",
- SetColumnStyle: "Set column style",
- InsertColumn: "Insert column",
- InsertRow: "Insert row",
- DeleteRow: "Delete row",
- DeleteColumn: "Delete column",
- EditExtraObject: "Edit extra object"
- },
- dialog: {
- allowUserToEdit: "Allow user to edit",
- allowedPermissionType: "Allowed permission types",
- setCellValue: "Set cell value",
- setCellStyle: "Set cell style",
- copy: "Copy",
- alert: "Alert",
- search: "Search",
- alertContent: "This range has been protected and no editing permissions are currently available. If you need to edit, please contact the creator.",
- userEmpty: "no designated person , Share link to invite specific people.",
- listEmpty: "You haven't set up any ranges or sheets as protected.",
- commonErr: "The range is protected, and you do not have permission for this operation. To edit, please contact the creator.",
- editErr: "The range is protected, and you do not have edit permission. To edit, please contact the creator.",
- pasteErr: "The range is protected, and you do not have paste permission. To paste, please contact the creator.",
- setStyleErr: "The range is protected, and you do not have permission to set styles. To set styles, please contact the creator.",
- copyErr: "The range is protected, and you do not have copy permission. To copy, please contact the creator.",
- workbookCopyErr: "The workbook is protected, and you do not have permission to copy. To copy, please contact the creator.",
- setRowColStyleErr: "The range is protected, and you do not have permission to set row and column styles. To set row and column styles, please contact the creator.",
- moveRowColErr: "The range is protected, and you do not have permission to move rows and columns. To move rows and columns, please contact the creator.",
- moveRangeErr: "The range is protected, and you do not have permission to move the selection. To move the selection, please contact the creator.",
- autoFillErr: "The range is protected, and you do not have permission for auto-fill. To use auto-fill, please contact the creator.",
- filterErr: "The range is protected, and you do not have filtering permission. To filter, please contact the creator.",
- operatorSheetErr: "The worksheet is protected, and you do not have permission to operate the worksheet. To operate the worksheet, please contact the creator.",
- insertOrDeleteMoveRangeErr: "The inserted or deleted range intersects with the protected range, and this operation is not supported for now.",
- printErr: "The worksheet is protected, and you do not have permission to print. To print, please contact the creator.",
- formulaErr: "The range or the referenced range is protected, and you do not have edit permission. To edit, please contact the creator.",
- hyperLinkErr: "The range is protected, and you do not have permission to set hyperlinks. To set hyperlinks, please contact the creator."
- },
- button: {
- confirm: "Confirm",
- cancel: "Cancel",
- addNewPermission: "Add new permission"
- }
- }
- };
- export {
- e as default
- };
|