Created
July 26, 2019 08:10
-
-
Save Awlter/5b963479d80e3b29688dfaa5fd170d20 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"fieldsList": { | |
"flatHierarchyBox": "选择和安排列", | |
"hierarchyBox": "选择数据", | |
"filterBox": "报表筛选器", | |
"rowBox": "行", | |
"columnBox": "列", | |
"measureBox": "值", | |
"values": "数值", | |
"addCalculatedMeasure": "添加计算措施", | |
"expandAll": "+ 全部展开", | |
"collapseAll": "- 全部折叠", | |
"formulasGroupName": "计算值", | |
"allFields": "所有字段", | |
"rows": "行", | |
"columns": "列", | |
"filters": "过滤器", | |
"dropField": "放在这里", | |
"title": "字段列表", | |
"subtitle": "拖放字段进行" | |
}, | |
"filter": { | |
"all": "全", | |
"multipleItems": "多个项目", | |
"selectAll": "全选", | |
"selectAllResults": "選擇結果", | |
"top": "顶部", | |
"bottom": "底部", | |
"ascSort": "Az", | |
"descSort": "zA", | |
"measuresPrompt": "选择措施", | |
"search": "搜索", | |
"amountSelected": "{0} 的 {1} 选择", | |
"amountFound": "{0} 的 {1} 中选择", | |
"sort": "分類:", | |
"filterBy": "过滤:", | |
"labelsFilter": "标签", | |
"numbersFilter": "标签", | |
"valuesFilter": "值", | |
"datesFilter": "日期", | |
"timeFilter": "时间", | |
"equal": "等于", | |
"notEqual": "不相等", | |
"before": "之前", | |
"beforeEqual": "之前或之前", | |
"after": "后", | |
"afterEqual": "等于或等于", | |
"between": "之间", | |
"notBetween": "不介于", | |
"last": "持续...", | |
"current": "当前...", | |
"next": "下一个...", | |
"begin": "开始", | |
"notBegin": "没有开始", | |
"end": "结束", | |
"notEnd": "没有结束", | |
"contain": "包含", | |
"notContain": "不含", | |
"greater": "大", | |
"greaterEqual": "大于或等于", | |
"less": "减", | |
"lessEqual": "少于或等于", | |
"day": "天", | |
"week": "周", | |
"month": "月", | |
"quarter": "25美分硬币", | |
"year": "年", | |
"seconds": "秒", | |
"minutes": "分钟", | |
"hours": "小时", | |
"days": "天", | |
"clearDateFilter": "清除日期过滤器", | |
"clearLabelFilter": "清除标签过滤器", | |
"clearNumberFilter": "清除标签过滤器", | |
"clearTimeFilter": "清除时间过滤器", | |
"clearValueFilter": "清除值过滤器", | |
"addGroup": "添加組", | |
"groupName": "組 1", | |
"ungroup": "取消組合" | |
}, | |
"drillThrough": { | |
"title": "详情", | |
"row": "行: {0}", | |
"column": "列: {0}", | |
"value": "{0}: {1}" | |
}, | |
"calculatedView": { | |
"title": "計算值", | |
"measureBox": "拖动措施到公式", | |
"measureName": "度量值名称", | |
"formula": "配方", | |
"formulaPrompt": "在此處刪除值並編輯公式", | |
"calculateIndividualValues": "计算个别价值", | |
"removeValue": "去掉", | |
"removeValueTitle": "去掉 {0}?", | |
"removeValueMessage": "您確定要刪除此計算值嗎?", | |
"header": "添加計算值", | |
"allValues": "所有值" | |
}, | |
"grid": { | |
"total": "小计", | |
"totals": "总计", | |
"grandTotal": "汇总", | |
"blankMember": "(blank)", | |
"dateInvalidCaption": "Invalid date", | |
"reportInformation": "Report Information" | |
}, | |
"charts": { | |
"showLegend": "显示图例", | |
"hideLegend": "隐藏图例", | |
"selectMeasures": "选择量度", | |
"rowNumber": "行号", | |
"flatTypesLimitation": "\"堆叠\"和\"柱状-趋势\"图表不适用于平面表。", | |
"noDataTitle": "沒有數據顯示", | |
"noMeasuresTitle": "无法显示的措施。 在“字段列表”中添加至少一个度量。", | |
"bigDataSetWarning": "数据太多。请先筛选数据,才使用图表方式显示。" | |
}, | |
"tooltips": { | |
"row": "行:", | |
"column": "列:", | |
"headerResize": "拖动以调整", | |
"headerFit": "双击以适应", | |
"filterIcon": "点击进行筛选", | |
"filtered": "过滤", | |
"expandIcon": "单击以展开", | |
"collapseIcon": "按一下可折叠", | |
"drillDown": "点击下钻", | |
"drillUp": "点击上钻", | |
"sortIcon": "点击降序排序", | |
"sortedDescIcon": "单击\"升序排序", | |
"sortedAscIcon": "点击降序排序", | |
"close": "点击关闭" | |
}, | |
"aggregations": { | |
"sum": { | |
"caption": "总和", | |
"totalCaption": "{0}的和", | |
"grandTotalCaption": "{0}的总和" | |
}, | |
"count": { | |
"caption": "数值", | |
"totalCaption": "{0}的计数", | |
"grandTotalCaption": "{0}的总计数" | |
}, | |
"distinctCount": { | |
"caption": "不重复计数", | |
"totalCaption": "{0}的不重复计数", | |
"grandTotalCaption": "{0}的总不重复计数" | |
}, | |
"difference": { | |
"caption": "差额", | |
"totalCaption": "{0}的差额", | |
"grandTotalCaption": "{0}的总差额" | |
}, | |
"percentDifference": { | |
"caption": "差额百分比", | |
"totalCaption": "{0}的差额百分比", | |
"grandTotalCaption": "{0}的总差额百分比" | |
}, | |
"average": { | |
"caption": "平均", | |
"totalCaption": "{0}的平均值", | |
"grandTotalCaption": "{0}的总平均值" | |
}, | |
"median": { | |
"caption": "中位数", | |
"totalCaption": "{0}的中位数", | |
"grandTotalCaption": "{0}的总中位数" | |
}, | |
"stdevp": { | |
"caption": "人口StDev", | |
"totalCaption": "{0}人口StDev", | |
"grandTotalCaption": "{0}总人口StDev" | |
}, | |
"stdevs": { | |
"caption": "样品StDev", | |
"totalCaption": "{0}样品StDev", | |
"grandTotalCaption": "{0}总样本StDev" | |
}, | |
"product": { | |
"caption": "物件", | |
"totalCaption": "{0}的物件值", | |
"grandTotalCaption": "{0}的总物件值" | |
}, | |
"min": { | |
"caption": "最低限度", | |
"totalCaption": "{0}的最小值", | |
"grandTotalCaption": "{0}的总最小值" | |
}, | |
"max": { | |
"caption": "最大", | |
"totalCaption": "{0}的最大值", | |
"grandTotalCaption": "{0}的总最大值" | |
}, | |
"percent": { | |
"caption": "百分比", | |
"totalCaption": "{0}的百分比", | |
"grandTotalCaption": "{0}的总百分比" | |
}, | |
"percentOfColumn": { | |
"caption": "列百分比", | |
"totalCaption": "{0}的列百分比", | |
"grandTotalCaption": "{0}的总列百分比" | |
}, | |
"percentOfRow": { | |
"caption": "行百分比", | |
"totalCaption": "{0}的行百分比", | |
"grandTotalCaption": "{0}的总行百分比" | |
}, | |
"runningTotals": { | |
"caption": "运行总计", | |
"totalCaption": "{0}运行总计", | |
"grandTotalCaption": "{0}运行总计" | |
}, | |
"index": { | |
"caption": "指数", | |
"totalCaption": "{0}的指数", | |
"grandTotalCaption": "{0}的总指数" | |
}, | |
"none": { | |
"caption": "原值" | |
} | |
}, | |
"messages": { | |
"error": "错误!", | |
"warning": "警告", | |
"limitation": "限制!", | |
"browse": "浏览", | |
"confirmation": "确认", | |
"reportFileType": "Flexmonster report file", | |
"loading": "载入...", | |
"loadingConfiguration": "载入配置...", | |
"loadingData": "数据加载...", | |
"waiting": "{0} 秒", | |
"progress": "{0} 行", | |
"progressKnown": "加载 {0} KB / {1} KB", | |
"progressUnknown": "加载 {0} КB", | |
"sortingMembers": "排序成员...", | |
"analyzing": "数据分析...", | |
"analyzingProgress": "{0}记录{1} ({2}%)", | |
"analyzingRecords": "{0}% records", | |
"saving": "Saving...", | |
"loadingDimensions": "载入维度...", | |
"loadingHierarchies": "载入结构...", | |
"loadingMeasures": "载入量度...", | |
"loadingKPIs": "Loading KPIs...", | |
"loadingMembers": "载入构件...", | |
"loadingLevels": "载入层次...", | |
"loadingProperties": "Loading properties...", | |
"fullscreen": "打开全屏?", | |
"exportComplete": "数据已生成,请单击\"保存\"按钮保存数据。", | |
"exportProgress": "输出正在进行中...", | |
"exportError": "导出失败。 一个意料之外的问题发生了。", | |
"generatingPDF": "生成PDF", | |
"pleaseWait": "请稍候", | |
"pagesWereGenerated": "网页已生成", | |
"uploading": "上传到服务器...", | |
"cantSaveFile": "错误:无法保存文件。", | |
"cantSaveToClipboard": "错误:无法写入到剪贴板。", | |
"saveReportToFile": "报告可以保存到文件,请单击\"保存\"按钮保存报告。", | |
"loadReportFromFile": "选择要载入的报告", | |
"inputNewName": "输入新的名称", | |
"inputReportName": "请输入报告名称", | |
"invalidDataSource": "用户没有当前多维数据集权限,请联系管理员设定访问权限。", | |
"dataStreamError": "加載時發生流錯誤 '{0}'", | |
"unableToOpenFile": "无法打开文件 {0}.<br/><br/>似乎该文件不存在或请求的资源中不存在“Access-Control-Allow-Origin”标头。<br/><br/><u><a href='https://www.flexmonster.com/doc/typical-errors/#unable-to-open-file' target='_blank'>阅读有关此错误的更多信息</a></u>", | |
"errorTextMessage": "</br>细节: '{0}'", | |
"unableTwoFileBrowsingSessions": "瀏覽文件對話框已打開.", | |
"inappropriateFileFormat": "數據文件格式不合適", | |
"invalidJSONdata": "JSON數據無效", | |
"wrongFormulaFormat": "公式格式錯誤 請檢查", | |
"wrongUniqueName": "未定义<b>'{0}'</ b> uniqueName的字段。", | |
"excelCsvChartsExportError": "图表不能以Excel或CSV格式导出,请选择图像格式导出。", | |
"excelPdfExportLimitation": "当前版本中不提供导出到Microsoft Excel或PDF。", | |
"excelExportLimitation": "当前版本不提供导出功能。", | |
"noDataAvailable": "数据源为空。 请检查CSV文件。", | |
"saveDataToFile": "数据已准备好保存到文件中,请单击“保存”按钮保存文件。", | |
"dataWasUpdated": "数据源已在服务器上更新。 刷新报告?", | |
"cantConnectToAccelerator": "无法连接到数据源。 请检查Flexmonster Accelerator是否正在运行。", | |
"ocsvIncompatible": "无法读取数据源。 似乎OCSV文件是使用较新版本压缩的。 请将组件更新为版本{0}或更高版本。", | |
"unknownError": "發生未知錯誤.", | |
"invalidReportFormat": "報告格式無效或對文件的訪問被拒絕.", | |
"invalidReportFormat2": "Invalid report format. 'dataSource' property is required.", | |
"csvHeaderParsingError": "CSV标头解析错误。", | |
"tooManyColumnsInClassicMode": "經典表格的列數太多 切換佈局緊湊的形式.", | |
"cantExpand": "某些字段无法展开。 请缩小数据集范围。", | |
"cantExpandTitle": "数据集太大", | |
"selectFile": "选择要载入的CSV文件", | |
"flatTableIsNotSupported": "{0}数据源不支持平面表。", | |
"enterGroupNamePrompt": "请输入群组名称:", | |
"loadingSkin": "载入样式... {0}%" | |
}, | |
"kpis": { | |
"kpis": "KPIs", | |
"value": "Value", | |
"goal": "Goal", | |
"trend": "Trend", | |
"status": "Status" | |
}, | |
"buttons": { | |
"ok": "好", | |
"apply": "保存", | |
"cancel": "取消", | |
"save": "保存", | |
"clear": "抹去", | |
"select": "浏览...", | |
"yes": "Yes", | |
"no": "No" | |
}, | |
"contextMenu": { | |
"clearSorting": "清除排序", | |
"collapse": "坍方", | |
"drillThrough": "钻透", | |
"expand": "扩大", | |
"openFilter": "打开过滤器", | |
"sortColumnAsc": "对列asc进行排序", | |
"sortColumnDesc": "对列desc进行排序", | |
"sortRowAsc": "排行asc", | |
"sortRowDesc": "排行desc", | |
"aggregation": "聚合", | |
"properties": "属性", | |
"hideProperty": "隐藏<b>{0}</b>", | |
"groupMembers": "小组成员", | |
"ungroupMembers": "取消组合成员", | |
"conditionalFormatting": "Conditional Formatting", | |
"numberFormatting": "Number Formatting", | |
"filterBy": "Filter by <b>{0}</b>", | |
"removeFiel": "Remove Field", | |
"removeMeasure": "Remove Measure", | |
"showProperty": "显示 <b>{0}</b>", | |
"editFormula": "Edit <b>{0}</b>", | |
"moveToRows": "Move to Rows", | |
"moveToColumns": "Move to Columns", | |
"moveToPages": "Move to Report Filters" | |
}, | |
"date": { | |
"year": "年", | |
"quarter": "季", | |
"month": "月", | |
"day": "日" | |
}, | |
"quarters": { | |
"q1": "第1季度", | |
"q2": "第2季度", | |
"q3": "第3季度", | |
"q4": "第4季度" | |
}, | |
"months": { | |
"january": "一月", | |
"february": "二月", | |
"march": "三月", | |
"april": "四月", | |
"may": "五月", | |
"june": "六月", | |
"july": "七月", | |
"august": "八月", | |
"september": "九月", | |
"october": "十月", | |
"november": "十一月", | |
"december": "十二月" | |
}, | |
"monthsShort": { | |
"january": "Jan", | |
"february": "Feb", | |
"march": "Mar", | |
"april": "Apr", | |
"may": "May", | |
"june": "Jun", | |
"july": "Jul", | |
"august": "Aug", | |
"september": "Sep", | |
"october": "Oct", | |
"november": "Nov", | |
"december": "Dec" | |
}, | |
"weekdays": { | |
"first": "Sunday", | |
"second": "Monday", | |
"third": "Tuesday", | |
"fourth": "Wednesday", | |
"fifth": "Thursday", | |
"sixth": "Friday", | |
"seventh": "Saturday" | |
}, | |
"weekdaysShort": { | |
"first": "Sun", | |
"second": "Mon", | |
"third": "Tue", | |
"fourth": "Wed", | |
"fifth": "Thu", | |
"sixth": "Fri", | |
"seventh": "Sat" | |
}, | |
"toolbar": { | |
"connect": "连接", | |
"connect_local_csv": "本地CSV", | |
"connect_local_ocsv": "本地OCSV", | |
"connect_local_json": "本地JSON", | |
"connect_remote_csv": "远程CSV", | |
"connect_remote_csv_mobile": "CSV", | |
"connect_remote_json": "远程JSON", | |
"connect_remote_json_mobile": "JSON", | |
"connect_olap": "OLAP (XMLA)", | |
"connect_olap_mobile": "OLAP", | |
"connect_elastic": "到Elasticsearch", | |
"connect_elastic_mobile": "Elastic", | |
"open": "打开", | |
"local_report": "本地报告", | |
"remote_report": "远程报告", | |
"remote_report_mobile": "报告", | |
"save": "保存", | |
"load_json": "JSON报告", | |
"grid": "透视图", | |
"grid_flat": "平", | |
"grid_classic": "经典", | |
"grid_compact": "紧凑", | |
"charts": "切换图表", | |
"charts_column": "条形图", | |
"charts_bar_horizontal": "Bar", | |
"charts_line": "折线图", | |
"charts_scatter": "散点图", | |
"charts_pie": "饼形图", | |
"charts_stacked_column": "堆积的列", | |
"charts_column_line": "列线", | |
"charts_multiple": "多个值", | |
"charts_multiple_disabled": "多个值不适用于", | |
"format": "设置格式", | |
"format_cells": "格式化单元格", | |
"format_cells_mobile": "格式", | |
"conditional_formatting": "条件格式", | |
"conditional_formatting_mobile": "有条件", | |
"options": "选项", | |
"fullscreen": "", | |
"minimize": "最小化", | |
"export": "出口", | |
"export_print": "打印", | |
"export_html": "HTML", | |
"export_csv": "CSV", | |
"export_excel": "Excel", | |
"export_image": "Image", | |
"export_pdf": "PDF", | |
"fields": "字段列表", | |
"ok": "好", | |
"apply": "保存", | |
"done": "完成", | |
"cancel": "取消", | |
"value": "筛选条件", | |
"delete": "删除", | |
"if": "如果", | |
"then": "然后", | |
"open_remote_csv": "打开远程CSV", | |
"open_remote_json": "打开远程JSON", | |
"csv": "CSV", | |
"olap_connection_tool": "OLAP连接工具", | |
"select_data_source": "选择数据源", | |
"select_catalog": "选择目录", | |
"select_cube": "选择多维数据集", | |
"proxy_url": "代理URL", | |
"data_source_info": "数据源信息", | |
"catalog": "目录", | |
"cube": "立方体", | |
"credentials": "证书", | |
"username": "用户名", | |
"password": "密码", | |
"connect_elastic_title": "连接到Elasticsearch", | |
"host_url": "主机URL", | |
"index_name": "指数", | |
"select_index": "选择索引", | |
"open_remote_report": "打开远程报告", | |
"choose_value": "選擇價值", | |
"text_align": "文本对齐", | |
"align_left": "剩下", | |
"align_right": "对", | |
"none": "没有", | |
"space": "(空间)", | |
"thousand_separator": "千分离器", | |
"decimal_separator": "小数分隔符", | |
"decimal_places": "小数位", | |
"currency_symbol": "货币符号", | |
"positive_currency_format": "正面货币格式", | |
"negative_currency_format": "负面货币格式", | |
"currency_align": "货币对齐", | |
"null_value": "空值", | |
"is_percent": "格式为百分比", | |
"true_value": "真正", | |
"false_value": "假", | |
"conditional": "有条件", | |
"add_condition": "添加条件", | |
"less_than": "少于", | |
"less_than_or_equal": "小于或等于", | |
"greater_than": "比...更棒", | |
"greater_than_or_equal": "大于或等于", | |
"equal_to": "等于", | |
"not_equal_to": "不等于", | |
"between": "之间", | |
"is_empty": "空", | |
"all_values": "所有值", | |
"and": "和", | |
"and_symbole": "&", | |
"cp_text": "文本", | |
"cp_highlight": "突出", | |
"layout_options": "布局选项", | |
"layout": "布局", | |
"compact_view": "紧凑型", | |
"classic_view": "经典形式", | |
"flat_view": "平面形式", | |
"grand_totals": "总计", | |
"grand_totals_off": "Do not show grand totals", | |
"grand_totals_on": "Show grand totals", | |
"grand_totals_on_rows": "Show for rows only", | |
"grand_totals_on_columns": "Show for columns only", | |
"subtotals": "小计", | |
"subtotals_off": "Do not show subtotals", | |
"subtotals_on": "Show subtotals", | |
"subtotals_on_rows": "Show subtotal rows only", | |
"subtotals_on_columns": "Show subtotal columns only", | |
"choose_page_orientation": "选择页面方向", | |
"landscape": "景观", | |
"portrait": "肖像", | |
"off_for_rows_and_columns": "关闭行和列", | |
"on_for_rows_and_columns": "打开行和列", | |
"on_for_rows": "仅对行", | |
"on_for_columns": "仅对列", | |
"do_not_show_subtotals": "不显示小计", | |
"show_all_subtotals": "显示所有小计" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment