/** * 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: { toolbar: { heading: { normal: string; title: string; subTitle: string; 1: string; 2: string; 3: string; 4: string; 5: string; 6: string; tooltip: string; }; }; ribbon: { start: string; startDesc: string; insert: string; insertDesc: string; formulas: string; formulasDesc: string; data: string; dataDesc: string; view: string; viewDesc: string; others: string; othersDesc: string; more: string; }; fontFamily: { 'not-supported': string; arial: string; 'times-new-roman': string; tahoma: string; verdana: string; 'microsoft-yahei': string; simsun: string; simhei: string; kaiti: string; fangsong: string; nsimsun: string; stxinwei: string; stxingkai: string; stliti: string; }; 'shortcut-panel': { title: string; }; shortcut: { undo: string; redo: string; cut: string; copy: string; paste: string; 'shortcut-panel': string; }; 'common-edit': string; 'toggle-shortcut-panel': string; clipboard: { authentication: { title: string; content: string; }; }; textEditor: { formulaError: string; rangeError: string; }; rangeSelector: { title: string; addAnotherRange: string; buttonTooltip: string; placeHolder: string; confirm: string; cancel: string; }; 'global-shortcut': string; 'zoom-slider': { resetTo: string; }; }; export default locale;