@antv/s2
Version:
effective spreadsheet render core lib
78 lines • 2.43 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.EN_US = void 0;
exports.EN_US = {
选择分析信息: 'Select Analysis Information',
切换指标: 'Switch indicator',
确定: 'Ok',
取消: 'Cancel',
重置: 'Reset',
请输入关键字搜索: 'Please enter a keyword search',
搜索: 'Search',
恢复: 'Recover',
'已选 {} 项': 'selected {} item',
所选项: 'selected items',
选择下钻维度: 'Select drill down dimension',
恢复默认: 'Restore default',
搜索字段: 'Search field',
// switcher
行列切换: 'Switch Dimensions',
行头: 'Rows',
列头: 'Cols',
值: 'Values',
展开子项: 'Expand Children',
// sort
首字母: 'Alphabetical order',
手动排序: 'Custom order',
其他字段: 'Other field',
高级排序: 'Advanced order',
设置顺序: 'SetManual',
可选字段: 'Fields',
'按以下规则进行排序(优先级由低到高)': 'Order according to the following rules (from low to high priority)',
按: 'By',
说明: 'Description: ',
// export
复制原始数据: 'Copy raw data',
复制格式化数据: 'Copy formatted data',
下载原始数据: 'Download raw data',
下载格式化数据: 'Download formatted data',
操作成功: 'Operation successful',
操作失败: 'Operation failed',
// strategy
时间: 'Date',
指标: 'Measure',
目标值: 'Target Value',
// components
自定义颜色: 'Custom color',
平铺: 'Grid',
树状: 'Tree',
默认: 'Default',
多彩风: 'Colorful',
简约风: 'Normal',
极简风: 'Basic',
斑马纹风: 'Zebra',
主题风格: 'Thematic style',
类型: 'Theme type',
主题: 'Theme color',
主色系: 'Primary color',
深色主题: 'Dark theme',
浅色主题: 'Light theme',
灰色: 'Gray',
自定义: 'Custom',
文字对齐: 'Text align',
左对齐: 'Align left',
居中: 'Align center',
右对齐: 'Align right',
表头: 'Header',
'表身 (维度)': 'Body(dimension)',
'表身 (指标)': 'Body(measure)',
冻结行列头: 'Frozen header',
行: 'Row',
列: 'Column',
冻结行: 'Frozen row',
冻结列: 'Frozen column',
冻结: 'Frozen',
冻结前: 'Freeze the first',
冻结后: 'Freeze the last',
};
//# sourceMappingURL=en_US.js.map