/** * Copyright 2023-present DreamNum Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ declare const locale: { 'sheets-formula-ui': { shortcut: { 'quick-sum': string; }; insert: { tooltip: string; common: string; }; prompt: { helpExample: string; helpAbstract: string; required: string; optional: string; }; error: { title: string; divByZero: string; name: string; value: string; num: string; na: string; cycle: string; ref: string; spill: string; calc: string; error: string; connect: string; null: string; }; functionType: { financial: string; date: string; math: string; statistical: string; lookup: string; database: string; text: string; logical: string; information: string; engineering: string; cube: string; compatibility: string; web: string; array: string; univer: string; user: string; definedname: string; }; moreFunctions: { confirm: string; prev: string; next: string; searchFunctionPlaceholder: string; allFunctions: string; syntax: string; }; operation: { copyFormulaOnly: string; pasteFormula: string; }; rangeSelector: { title: string; addAnotherRange: string; buttonTooltip: string; placeHolder: string; confirm: string; cancel: string; }; }; }; export default locale;