/** * 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-table': { title: string; selectRange: string; rename: string; updateRange: string; tableRangeWithMergeError: string; tableRangeWithOtherTableError: string; tableRangeSingleRowError: string; updateError: string; tableStyle: string; defaultStyle: string; customStyle: string; customTooMore: string; setTheme: string; removeTable: string; cancel: string; confirm: string; header: string; footer: string; firstLine: string; secondLine: string; columnPrefix: string; tablePrefix: string; tableNameError: string; insert: { main: string; row: string; col: string; }; remove: { main: string; row: string; col: string; }; condition: { string: string; number: string; date: string; empty: string; }; string: { compare: { equal: string; notEqual: string; contains: string; notContains: string; startsWith: string; endsWith: string; }; }; number: { compare: { equal: string; notEqual: string; greaterThan: string; greaterThanOrEqual: string; lessThan: string; lessThanOrEqual: string; between: string; notBetween: string; above: string; below: string; topN: string; }; }; date: { compare: { equal: string; notEqual: string; after: string; afterOrEqual: string; before: string; beforeOrEqual: string; between: string; notBetween: string; today: string; yesterday: string; tomorrow: string; thisWeek: string; lastWeek: string; nextWeek: string; thisMonth: string; lastMonth: string; nextMonth: string; thisQuarter: string; lastQuarter: string; nextQuarter: string; thisYear: string; nextYear: string; lastYear: string; quarter: string; month: string; q1: string; q2: string; q3: string; q4: string; m1: string; m2: string; m3: string; m4: string; m5: string; m6: string; m7: string; m8: string; m9: string; m10: string; m11: string; m12: string; }; }; filter: { 'by-values': string; 'by-conditions': string; 'clear-filter': string; cancel: string; confirm: string; 'search-placeholder': string; 'select-all': string; }; }; }; export default locale;