zhou zhou
2026-01-10 24bee1a669c3f01f4c3ce7c6f4f4e2e37fe3dfe2
rsf-admin/src/i18n/core/chineseMessages.js
@@ -18,12 +18,14 @@
      import: "导入",
      list: "列表",
      refresh: "刷新",
      remove_filter: "Remove this filter",
      remove_filter: "移除这个过滤器",
      remove_all_filters: "移除所有",
      remove: "移除",
      approved: "审核",
      save: "保存",
      search: "搜索",
      select_all_button: "全部选中",
      select_all: "全部选中",
      select_row: "选中一行",
      show: "显示",
      sort: "排序",
@@ -37,7 +39,7 @@
      move_up: "Move up",
      move_down: "Move down",
      open: "Open",
      toggle_theme: "Toggle light/dark mode",
      toggle_theme: "浅色/深色",
      select_columns: "筛选列",
      update_application: "Reload Application",
    },
@@ -85,7 +87,7 @@
      auth_error:
        "An error occurred while validating the authentication token.",
      bulk_delete_content:
        "Are you sure you want to delete this %{name}? |||| Are you sure you want to delete these %{smart_count} items?",
        "确定要删除这个 %{name}? |||| 确认要删除这些 %{smart_count} 明细?",
      bulk_delete_title: "删除 %{name} |||| 删除 %{smart_count} %{name}",
      bulk_update_content:
        "Are you sure you want to update this %{name}? |||| Are you sure you want to update these %{smart_count} items?",
@@ -95,14 +97,15 @@
      delete_title: "删除 %{name} #%{id}",
      details: "Details",
      error: "A client error occurred and your request couldn't be completed.",
      delete_success: '删除成功!',
      delete_fail: '删除失败!',
      invalid_form: "表单无效 请检查是否有错误!",
      loading: "Please wait",
      no: "No",
      not_found: "Either you typed a wrong URL, or you followed a bad link.",
      yes: "Yes",
      unsaved_changes:
        "Some of your changes weren't saved. Are you sure you want to ignore them?",
        "您所做的部分更改尚未保存。确定要忽略这些更改吗?",
    },
    navigation: {
      no_results: "没有找到数据",
@@ -124,9 +127,9 @@
      skip_nav: "Skip to content",
    },
    sort: {
      sort_by: "Sort by %{field} %{order}",
      ASC: "ascending",
      DESC: "descending",
      sort_by: "按照 \"%{field}\" %{order}",
      ASC: "升序排列",
      DESC: "降序排列",
    },
    auth: {
      auth_check_error: "Please login to continue",
@@ -135,7 +138,7 @@
      password: "Password",
      sign_in: "Sign in",
      sign_in_error: "Authentication failed, please retry",
      logout: "Logout",
      logout: "注销",
    },
    notification: {
      updated: "修改成功 |||| %{smart_count} 项 修改成功",