/** * 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: { 'slides-ui': { append: string; text: { insert: { title: string; }; }; shape: { insert: { title: string; rectangle: string; ellipse: string; }; }; image: { insert: { title: string; float: string; }; }; popup: { edit: string; delete: string; }; sidebar: { text: string; shape: string; image: string; }; 'image-panel': { arrange: { title: string; forward: string; backward: string; front: string; back: string; }; transform: { title: string; width: string; height: string; x: string; y: string; rotate: string; }; }; panel: { fill: { title: string; }; }; }; }; export default locale;