diff --git a/media/assets/frontend/locales/en/dtable.json b/media/assets/frontend/locales/en/dtable.json index 6774927284..80e08ac6ae 100644 --- a/media/assets/frontend/locales/en/dtable.json +++ b/media/assets/frontend/locales/en/dtable.json @@ -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" } diff --git a/media/assets/frontend/locales/zh-CN/dtable.json b/media/assets/frontend/locales/zh-CN/dtable.json index f367b1fad6..2e2a916cf9 100644 --- a/media/assets/frontend/locales/zh-CN/dtable.json +++ b/media/assets/frontend/locales/zh-CN/dtable.json @@ -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": "空" }