1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-04-27 19:05:16 +00:00

update dtable translation (#4073)

This commit is contained in:
Michael An 2019-09-10 10:47:59 +08:00 committed by Daniel Pan
parent baaed836c6
commit c1ead65a6f
2 changed files with 56 additions and 2 deletions

View File

@ -174,5 +174,32 @@
"Or": "Or",
"And": "And",
"Up": "Up",
"Down": "Down"
"Down": "Down",
"Format": "Format",
"Format_Settings": "Format Settings",
"Number_With_Commas": "Number With Commas",
"Percent": "Percent",
"Yuan": "Yuan",
"Dollar": "Dollar",
"Euro": "Euro",
"Failed_to_execute_operation_on_server": "Failed to execute operation on server: ",
"Statistics": "Statistics",
"Create_a_new_statistic": "Create a new statistic",
"Find_an_option": "Find an option",
"No_options_available": "No options available.",
"Table": "Table",
"Views": "Views",
"Group_By": "Group By",
"Summarize_Method": "Summarize Method",
"Summarized_Field": "Summarized Field",
"Calculation_Method": "Calculation Method",
"There_are_no_columns_that_can_be_counted_under_this_table": "There are no columns that can be counted under this table.",
"Add_Statistic": "Add Statistic",
"All_Statistics": "All Statistics",
"Chart_settings": "Chart settings",
"Simple_counting": "Simple counting",
"Advanced_count": "Advanced count",
"This_method_is_not_supported_for_the_time_being": "This method is not supported for the time being.",
"Amount": "Amount",
"null": "null"
}

View File

@ -174,5 +174,32 @@
"Or": "或",
"And": "和",
"Up": "升序",
"Down": "降序"
"Down": "降序",
"Format": "格式",
"Format_Settings": "格式设置",
"Number_With_Commas": "数字(逗号分隔)",
"Percent": "百分比",
"Yuan": "人民币",
"Dollar": "美元",
"Euro": "欧元",
"Failed_to_execute_operation_on_server": "无法在服务器上执行操作: ",
"Statistics": "统计",
"Create_a_new_statistic": "创建一张新的统计表",
"Find_an_option": "查找标签",
"No_options_available": "没有找到标签。",
"Table": "表格",
"Views": "视图",
"Group_By": "分类字段",
"Summarize_Method": "归总方法",
"Summarized_Field": "归总字段",
"Calculation_Method": "计算方式",
"There_are_no_columns_that_can_be_counted_under_this_table": "本表格下没有可以被统计的列.",
"Add_Statistic": "添加统计表",
"All_Statistics": "所有统计表",
"Chart_settings": "参数设置",
"Simple_counting": "简单计数",
"Advanced_count": "高级计数",
"This_method_is_not_supported_for_the_time_being": "暂不支持该方法的统计.",
"Amount": "数量",
"null": "空"
}