activeadmin 4.0.0.beta15 → 4.0.0.beta17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
 - data/README.md +1 -1
 - data/UPGRADING.md +14 -5
 - data/app/controllers/active_admin/resource_controller/data_access.rb +1 -1
 - data/app/controllers/active_admin/resource_controller/streaming.rb +3 -3
 - data/app/helpers/active_admin/form_helper.rb +1 -1
 - data/app/views/active_admin/_flash_messages.html.erb +4 -4
 - data/app/views/active_admin/_site_header.html.erb +4 -4
 - data/app/views/active_admin/devise/confirmations/new.html.erb +1 -1
 - data/app/views/active_admin/devise/passwords/edit.html.erb +1 -1
 - data/app/views/active_admin/devise/passwords/new.html.erb +1 -1
 - data/app/views/active_admin/devise/registrations/new.html.erb +1 -1
 - data/app/views/active_admin/devise/sessions/new.html.erb +1 -1
 - data/app/views/active_admin/devise/unlocks/new.html.erb +1 -1
 - data/app/views/active_admin/kaminari/_gap.html.erb +1 -1
 - data/app/views/active_admin/page/index.html.arb +1 -2
 - data/app/views/active_admin/resource/_form.html.arb +0 -1
 - data/app/views/active_admin/resource/_form_default.html.arb +0 -1
 - data/app/views/active_admin/resource/_index_as_table_default.html.arb +0 -1
 - data/app/views/active_admin/resource/_show_default.html.arb +0 -1
 - data/app/views/active_admin/resource/edit.html.arb +0 -1
 - data/app/views/active_admin/resource/index.html.arb +0 -1
 - data/app/views/active_admin/resource/new.html.arb +0 -1
 - data/app/views/active_admin/resource/show.html.arb +0 -1
 - data/app/views/active_admin/shared/_resource_comments.html.erb +1 -1
 - data/app/views/active_admin/shared/_sidebar_section.html.arb +0 -1
 - data/app/views/layouts/active_admin.html.erb +1 -1
 - data/config/importmap.rb +2 -2
 - data/config/locales/ar.yml +135 -133
 - data/config/locales/az.yml +103 -102
 - data/config/locales/bg.yml +91 -90
 - data/config/locales/bs.yml +95 -94
 - data/config/locales/ca.yml +129 -128
 - data/config/locales/cs.yml +82 -81
 - data/config/locales/da.yml +102 -101
 - data/config/locales/de.yml +130 -129
 - data/config/locales/el.yml +94 -93
 - data/config/locales/en-CA.yml +104 -103
 - data/config/locales/en-GB.yml +104 -103
 - data/config/locales/en.yml +134 -132
 - data/config/locales/eo.yml +107 -106
 - data/config/locales/es-MX.yml +70 -69
 - data/config/locales/es.yml +129 -128
 - data/config/locales/fa.yml +91 -90
 - data/config/locales/fi.yml +84 -83
 - data/config/locales/fr.yml +135 -124
 - data/config/locales/he.yml +103 -102
 - data/config/locales/hr.yml +95 -94
 - data/config/locales/hu.yml +76 -75
 - data/config/locales/id.yml +97 -96
 - data/config/locales/it.yml +134 -132
 - data/config/locales/ja.yml +109 -108
 - data/config/locales/ko.yml +134 -132
 - data/config/locales/lt.yml +106 -105
 - data/config/locales/lv.yml +70 -69
 - data/config/locales/mk.yml +100 -99
 - data/config/locales/nb.yml +98 -97
 - data/config/locales/nl.yml +113 -112
 - data/config/locales/pl.yml +137 -136
 - data/config/locales/pt-BR.yml +134 -105
 - data/config/locales/pt-PT.yml +71 -70
 - data/config/locales/ro.yml +74 -73
 - data/config/locales/ru.yml +141 -140
 - data/config/locales/sk.yml +131 -130
 - data/config/locales/sv-SE.yml +126 -125
 - data/config/locales/tr.yml +105 -104
 - data/config/locales/uk.yml +140 -103
 - data/config/locales/vi.yml +125 -124
 - data/config/locales/zh-CN.yml +135 -133
 - data/config/locales/zh-TW.yml +135 -133
 - data/lib/active_admin/application.rb +2 -2
 - data/lib/active_admin/batch_actions/resource_extension.rb +1 -1
 - data/lib/active_admin/csv_builder.rb +1 -1
 - data/lib/active_admin/dsl.rb +1 -1
 - data/lib/active_admin/filters/active.rb +1 -1
 - data/lib/active_admin/filters/active_filter.rb +1 -7
 - data/lib/active_admin/filters/forms.rb +0 -3
 - data/lib/active_admin/filters/resource_extension.rb +1 -1
 - data/lib/active_admin/form_builder.rb +0 -4
 - data/lib/active_admin/helpers/optional_display.rb +1 -1
 - data/lib/active_admin/inputs/filters/base/search_method_select.rb +2 -2
 - data/lib/active_admin/inputs/filters/select_input.rb +1 -3
 - data/lib/active_admin/resource/action_items.rb +2 -2
 - data/lib/active_admin/resource/belongs_to.rb +0 -1
 - data/lib/active_admin/resource/naming.rb +1 -1
 - data/lib/active_admin/resource.rb +1 -1
 - data/lib/active_admin/resource_collection.rb +1 -1
 - data/lib/active_admin/resource_dsl.rb +2 -2
 - data/lib/active_admin/version.rb +1 -1
 - data/lib/active_admin/view_helpers/method_or_proc_helper.rb +1 -1
 - data/lib/active_admin/views/components/attributes_table.rb +8 -3
 - data/lib/active_admin/views/components/table_for.rb +1 -1
 - data/lib/active_admin/views/index_as_table.rb +7 -2
 - data/plugin.js +46 -181
 - data/vendor/javascript/flowbite.js +1 -1
 - metadata +8 -12
 - data/lib/active_admin/views/components/tabs.rb +0 -40
 
    
        data/config/locales/vi.yml
    CHANGED
    
    | 
         @@ -1,138 +1,139 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            ---
         
     | 
| 
       1 
2 
     | 
    
         
             
            vi:
         
     | 
| 
       2 
     | 
    
         
            -
              activerecord:
         
     | 
| 
       3 
     | 
    
         
            -
                models:
         
     | 
| 
       4 
     | 
    
         
            -
                  comment:
         
     | 
| 
       5 
     | 
    
         
            -
                    one: "Bình luận"
         
     | 
| 
       6 
     | 
    
         
            -
                    other: "Các bình luận"
         
     | 
| 
       7 
     | 
    
         
            -
                  active_admin/comment:
         
     | 
| 
       8 
     | 
    
         
            -
                    one: "Bình luận"
         
     | 
| 
       9 
     | 
    
         
            -
                    other: "Các bình luận"
         
     | 
| 
       10 
     | 
    
         
            -
                attributes:
         
     | 
| 
       11 
     | 
    
         
            -
                  active_admin/comment:
         
     | 
| 
       12 
     | 
    
         
            -
                    author_type: "Loại tác giả"
         
     | 
| 
       13 
     | 
    
         
            -
                    body: "Nội dung"
         
     | 
| 
       14 
     | 
    
         
            -
                    created_at: "Đã tạo"
         
     | 
| 
       15 
     | 
    
         
            -
                    namespace: "Namespace"
         
     | 
| 
       16 
     | 
    
         
            -
                    resource_type: "Resource type"
         
     | 
| 
       17 
     | 
    
         
            -
                    updated_at: "Đã cập nhật"
         
     | 
| 
       18 
3 
     | 
    
         
             
              active_admin:
         
     | 
| 
       19 
     | 
    
         
            -
                 
     | 
| 
       20 
     | 
    
         
            -
             
     | 
| 
       21 
     | 
    
         
            -
                 
     | 
| 
       22 
     | 
    
         
            -
                delete: "Xóa"
         
     | 
| 
       23 
     | 
    
         
            -
                delete_confirmation: "Bạn có chắc chắn rằng mình muốn xóa không?"
         
     | 
| 
       24 
     | 
    
         
            -
                new_model: "Tạo mới %{model}"
         
     | 
| 
       25 
     | 
    
         
            -
                edit_model: "Chỉnh sửa %{model}"
         
     | 
| 
       26 
     | 
    
         
            -
                delete_model: "Xóa %{model}"
         
     | 
| 
       27 
     | 
    
         
            -
                create_another: "Tạo thêm %{model}"
         
     | 
| 
       28 
     | 
    
         
            -
                details: "%{model} Chi tiết"
         
     | 
| 
       29 
     | 
    
         
            -
                cancel: "Hủy"
         
     | 
| 
       30 
     | 
    
         
            -
                empty: "Trống"
         
     | 
| 
       31 
     | 
    
         
            -
                previous: "Trước"
         
     | 
| 
       32 
     | 
    
         
            -
                next: "Sau"
         
     | 
| 
       33 
     | 
    
         
            -
                download: "Tải về:"
         
     | 
| 
       34 
     | 
    
         
            -
                has_many_new: "Thêm mới %{model}"
         
     | 
| 
       35 
     | 
    
         
            -
                has_many_delete: "Xóa"
         
     | 
| 
       36 
     | 
    
         
            -
                has_many_remove: "Hủy bỏ"
         
     | 
| 
       37 
     | 
    
         
            -
                move: "Di chuyển"
         
     | 
| 
       38 
     | 
    
         
            -
                filters:
         
     | 
| 
       39 
     | 
    
         
            -
                  buttons:
         
     | 
| 
       40 
     | 
    
         
            -
                    filter: "Lọc"
         
     | 
| 
       41 
     | 
    
         
            -
                    clear: "Xóa dữ liệu lọc"
         
     | 
| 
       42 
     | 
    
         
            -
                  predicates:
         
     | 
| 
       43 
     | 
    
         
            -
                    from: "Từ"
         
     | 
| 
       44 
     | 
    
         
            -
                    to: "Đến"
         
     | 
| 
       45 
     | 
    
         
            -
                scopes:
         
     | 
| 
       46 
     | 
    
         
            -
                  all: "Tất cả"
         
     | 
| 
       47 
     | 
    
         
            -
                search_status:
         
     | 
| 
       48 
     | 
    
         
            -
                  no_current_filters: "Không có"
         
     | 
| 
       49 
     | 
    
         
            -
                status_tag:
         
     | 
| 
       50 
     | 
    
         
            -
                  "yes": "Có"
         
     | 
| 
       51 
     | 
    
         
            -
                  "no": "Không Có"
         
     | 
| 
       52 
     | 
    
         
            -
                  "unset": "Không Có"
         
     | 
| 
       53 
     | 
    
         
            -
                logout: "Đăng xuất"
         
     | 
| 
       54 
     | 
    
         
            -
                powered_by: "Bản quyền bởi %{active_admin} %{version}"
         
     | 
| 
       55 
     | 
    
         
            -
                sidebars:
         
     | 
| 
       56 
     | 
    
         
            -
                  filters: "Bộ Lọc"
         
     | 
| 
       57 
     | 
    
         
            -
                  search_status: "Trạng thái tìm kiếm"
         
     | 
| 
       58 
     | 
    
         
            -
                pagination:
         
     | 
| 
       59 
     | 
    
         
            -
                  empty: "Không có %{model} nào được tìm thấy"
         
     | 
| 
       60 
     | 
    
         
            -
                  one: "Đang hiển thị <b>1</b> %{model}"
         
     | 
| 
       61 
     | 
    
         
            -
                  one_page: "Đang hiển thị <b>tất cả %{n}</b> %{model}"
         
     | 
| 
       62 
     | 
    
         
            -
                  multiple: "Đang hiển thị %{model} <b>%{from} - %{to}</b> of <b>%{total}</b> trong tất cả."
         
     | 
| 
       63 
     | 
    
         
            -
                  multiple_without_total: "Đang hiển thị %{model} <b>%{from} - %{to}</b>."
         
     | 
| 
       64 
     | 
    
         
            -
                  per_page: "Mỗi trang: "
         
     | 
| 
       65 
     | 
    
         
            -
                  entry:
         
     | 
| 
       66 
     | 
    
         
            -
                    one: "entry"
         
     | 
| 
       67 
     | 
    
         
            -
                    other: "entries"
         
     | 
| 
       68 
     | 
    
         
            -
                any: "Bất kỳ"
         
     | 
| 
       69 
     | 
    
         
            -
                blank_slate:
         
     | 
| 
       70 
     | 
    
         
            -
                  content: "Chưa có %{resource_name}."
         
     | 
| 
       71 
     | 
    
         
            -
                  link: "Tạo mới"
         
     | 
| 
      
 4 
     | 
    
         
            +
                access_denied:
         
     | 
| 
      
 5 
     | 
    
         
            +
                  message: Bạn không có quyền thực hiện tính năng này
         
     | 
| 
      
 6 
     | 
    
         
            +
                any: Bất kỳ
         
     | 
| 
       72 
7 
     | 
    
         
             
                batch_actions:
         
     | 
| 
       73 
     | 
    
         
            -
                  button_label: "Hành động hàng loạt"
         
     | 
| 
       74 
     | 
    
         
            -
                  default_confirmation: "Bạn có chắc bạn muốn làm điều này?"
         
     | 
| 
       75 
     | 
    
         
            -
                  delete_confirmation: "Bạn có chắc chắn muốn xóa những %{plural_model}?"
         
     | 
| 
       76 
     | 
    
         
            -
                  succesfully_destroyed:
         
     | 
| 
       77 
     | 
    
         
            -
                    one: "Đã xóa thành công 1 %{model}"
         
     | 
| 
       78 
     | 
    
         
            -
                    other: "Đã xóa thành công %{count} %{plural_model}"
         
     | 
| 
       79 
     | 
    
         
            -
                  selection_toggle_explanation: "(Thay đổi lựa chọn)"
         
     | 
| 
       80 
8 
     | 
    
         
             
                  action_label: "%{title} đã được chọn"
         
     | 
| 
      
 9 
     | 
    
         
            +
                  button_label: Hành động hàng loạt
         
     | 
| 
      
 10 
     | 
    
         
            +
                  default_confirmation: Bạn có chắc bạn muốn làm điều này?
         
     | 
| 
      
 11 
     | 
    
         
            +
                  delete_confirmation: Bạn có chắc chắn muốn xóa những %{plural_model}?
         
     | 
| 
       81 
12 
     | 
    
         
             
                  labels:
         
     | 
| 
       82 
     | 
    
         
            -
                    destroy:  
     | 
| 
      
 13 
     | 
    
         
            +
                    destroy: Xóa
         
     | 
| 
      
 14 
     | 
    
         
            +
                  selection_toggle_explanation: "(Thay đổi lựa chọn)"
         
     | 
| 
      
 15 
     | 
    
         
            +
                  successfully_destroyed:
         
     | 
| 
      
 16 
     | 
    
         
            +
                    one: Đã xóa thành công 1 %{model}
         
     | 
| 
      
 17 
     | 
    
         
            +
                    other: Đã xóa thành công %{count} %{plural_model}
         
     | 
| 
      
 18 
     | 
    
         
            +
                blank_slate:
         
     | 
| 
      
 19 
     | 
    
         
            +
                  content: Chưa có %{resource_name}.
         
     | 
| 
      
 20 
     | 
    
         
            +
                  link: Tạo mới
         
     | 
| 
      
 21 
     | 
    
         
            +
                cancel: Hủy
         
     | 
| 
       83 
22 
     | 
    
         
             
                comments:
         
     | 
| 
       84 
     | 
    
         
            -
                   
     | 
| 
       85 
     | 
    
         
            -
                   
     | 
| 
       86 
     | 
    
         
            -
                   
     | 
| 
       87 
     | 
    
         
            -
                   
     | 
| 
       88 
     | 
    
         
            -
                   
     | 
| 
       89 
     | 
    
         
            -
                   
     | 
| 
       90 
     | 
    
         
            -
                  delete:  
     | 
| 
       91 
     | 
    
         
            -
                  delete_confirmation:  
     | 
| 
       92 
     | 
    
         
            -
                  resource: "Resource"
         
     | 
| 
       93 
     | 
    
         
            -
                  no_comments_yet: "Chưa có bình luận."
         
     | 
| 
       94 
     | 
    
         
            -
                  author_missing: "Vô danh"
         
     | 
| 
       95 
     | 
    
         
            -
                  title_content: "Bình luận (%{count})"
         
     | 
| 
      
 23 
     | 
    
         
            +
                  add: Thêm bình luận
         
     | 
| 
      
 24 
     | 
    
         
            +
                  author: Tác giả
         
     | 
| 
      
 25 
     | 
    
         
            +
                  author_missing: Vô danh
         
     | 
| 
      
 26 
     | 
    
         
            +
                  author_type: Loại tác giả
         
     | 
| 
      
 27 
     | 
    
         
            +
                  body: Nội dung
         
     | 
| 
      
 28 
     | 
    
         
            +
                  created_at: Đã tạo
         
     | 
| 
      
 29 
     | 
    
         
            +
                  delete: Xoá bình luận
         
     | 
| 
      
 30 
     | 
    
         
            +
                  delete_confirmation: Bạn có chắc chắn muốn xóa những bình luận này?
         
     | 
| 
       96 
31 
     | 
    
         
             
                  errors:
         
     | 
| 
       97 
     | 
    
         
            -
                    empty_text:  
     | 
| 
      
 32 
     | 
    
         
            +
                    empty_text: Lời bình luận chưa được lưu, vì nội dung còn trống.
         
     | 
| 
      
 33 
     | 
    
         
            +
                  no_comments_yet: Chưa có bình luận.
         
     | 
| 
      
 34 
     | 
    
         
            +
                  resource: Resource
         
     | 
| 
      
 35 
     | 
    
         
            +
                  resource_type: Resource Type
         
     | 
| 
      
 36 
     | 
    
         
            +
                  title_content: Bình luận (%{count})
         
     | 
| 
      
 37 
     | 
    
         
            +
                create_another: Tạo thêm %{model}
         
     | 
| 
      
 38 
     | 
    
         
            +
                dashboard: Bảng điều khiển
         
     | 
| 
      
 39 
     | 
    
         
            +
                delete: Xóa
         
     | 
| 
      
 40 
     | 
    
         
            +
                delete_confirmation: Bạn có chắc chắn rằng mình muốn xóa không?
         
     | 
| 
      
 41 
     | 
    
         
            +
                delete_model: Xóa %{model}
         
     | 
| 
      
 42 
     | 
    
         
            +
                details: "%{model} Chi tiết"
         
     | 
| 
       98 
43 
     | 
    
         
             
                devise:
         
     | 
| 
       99 
     | 
    
         
            -
                   
     | 
| 
       100 
     | 
    
         
            -
                     
     | 
| 
      
 44 
     | 
    
         
            +
                  change_password:
         
     | 
| 
      
 45 
     | 
    
         
            +
                    submit: Thay đổi mật khẩu của tôi
         
     | 
| 
      
 46 
     | 
    
         
            +
                    title: Thay đổi mật khẩu của bạn
         
     | 
| 
       101 
47 
     | 
    
         
             
                  email:
         
     | 
| 
       102 
     | 
    
         
            -
                    title:  
     | 
| 
       103 
     | 
    
         
            -
                   
     | 
| 
       104 
     | 
    
         
            -
                     
     | 
| 
      
 48 
     | 
    
         
            +
                    title: Email
         
     | 
| 
      
 49 
     | 
    
         
            +
                  links:
         
     | 
| 
      
 50 
     | 
    
         
            +
                    forgot_your_password: Quên mật khẩu của bạn?
         
     | 
| 
      
 51 
     | 
    
         
            +
                    resend_confirmation_instructions: Gửi lại hướng dẫn xác nhận
         
     | 
| 
      
 52 
     | 
    
         
            +
                    resend_unlock_instructions: Gửi lại hướng dẫn mở khoá
         
     | 
| 
      
 53 
     | 
    
         
            +
                    sign_in: Đăng nhập
         
     | 
| 
      
 54 
     | 
    
         
            +
                    sign_in_with_omniauth_provider: Đăng nhập với %{provider}
         
     | 
| 
      
 55 
     | 
    
         
            +
                    sign_up: Đăng ký
         
     | 
| 
      
 56 
     | 
    
         
            +
                  login:
         
     | 
| 
      
 57 
     | 
    
         
            +
                    remember_me: Ghi nhớ tôi
         
     | 
| 
      
 58 
     | 
    
         
            +
                    submit: Đăng nhập
         
     | 
| 
      
 59 
     | 
    
         
            +
                    title: Đăng nhập
         
     | 
| 
       105 
60 
     | 
    
         
             
                  password:
         
     | 
| 
       106 
     | 
    
         
            -
                    title:  
     | 
| 
      
 61 
     | 
    
         
            +
                    title: Mật khẩu
         
     | 
| 
       107 
62 
     | 
    
         
             
                  password_confirmation:
         
     | 
| 
       108 
     | 
    
         
            -
                    title:  
     | 
| 
       109 
     | 
    
         
            -
                   
     | 
| 
       110 
     | 
    
         
            -
                     
     | 
| 
       111 
     | 
    
         
            -
                     
     | 
| 
       112 
     | 
    
         
            -
                  login:
         
     | 
| 
       113 
     | 
    
         
            -
                    title: "Đăng nhập"
         
     | 
| 
       114 
     | 
    
         
            -
                    remember_me: "Ghi nhớ tôi"
         
     | 
| 
       115 
     | 
    
         
            -
                    submit: "Đăng nhập"
         
     | 
| 
      
 63 
     | 
    
         
            +
                    title: Mật khẩu xác nhận
         
     | 
| 
      
 64 
     | 
    
         
            +
                  resend_confirmation_instructions:
         
     | 
| 
      
 65 
     | 
    
         
            +
                    submit: Gửi lại hướng dẫn xác nhận
         
     | 
| 
      
 66 
     | 
    
         
            +
                    title: Gửi lại hướng dẫn xác nhận
         
     | 
| 
       116 
67 
     | 
    
         
             
                  reset_password:
         
     | 
| 
       117 
     | 
    
         
            -
                     
     | 
| 
       118 
     | 
    
         
            -
                     
     | 
| 
       119 
     | 
    
         
            -
                   
     | 
| 
       120 
     | 
    
         
            -
                     
     | 
| 
       121 
     | 
    
         
            -
                     
     | 
| 
      
 68 
     | 
    
         
            +
                    submit: Thiết lập lại mật khẩu của tôi
         
     | 
| 
      
 69 
     | 
    
         
            +
                    title: Quên mật khẩu của bạn?
         
     | 
| 
      
 70 
     | 
    
         
            +
                  sign_up:
         
     | 
| 
      
 71 
     | 
    
         
            +
                    submit: Đăng ký
         
     | 
| 
      
 72 
     | 
    
         
            +
                    title: Đăng ký
         
     | 
| 
      
 73 
     | 
    
         
            +
                  subdomain:
         
     | 
| 
      
 74 
     | 
    
         
            +
                    title: Tên miền phụ
         
     | 
| 
       122 
75 
     | 
    
         
             
                  unlock:
         
     | 
| 
       123 
     | 
    
         
            -
                     
     | 
| 
       124 
     | 
    
         
            -
                     
     | 
| 
       125 
     | 
    
         
            -
                   
     | 
| 
       126 
     | 
    
         
            -
                    title:  
     | 
| 
       127 
     | 
    
         
            -
             
     | 
| 
       128 
     | 
    
         
            -
             
     | 
| 
       129 
     | 
    
         
            -
             
     | 
| 
       130 
     | 
    
         
            -
             
     | 
| 
       131 
     | 
    
         
            -
             
     | 
| 
       132 
     | 
    
         
            -
             
     | 
| 
       133 
     | 
    
         
            -
                     
     | 
| 
       134 
     | 
    
         
            -
                     
     | 
| 
       135 
     | 
    
         
            -
             
     | 
| 
       136 
     | 
    
         
            -
             
     | 
| 
      
 76 
     | 
    
         
            +
                    submit: Gửi lại hướng dẫn mở khoá
         
     | 
| 
      
 77 
     | 
    
         
            +
                    title: Gửi lại hướng dẫn mở khoá
         
     | 
| 
      
 78 
     | 
    
         
            +
                  username:
         
     | 
| 
      
 79 
     | 
    
         
            +
                    title: Tên người dùng
         
     | 
| 
      
 80 
     | 
    
         
            +
                download: 'Tải về:'
         
     | 
| 
      
 81 
     | 
    
         
            +
                edit: Chỉnh sửa
         
     | 
| 
      
 82 
     | 
    
         
            +
                edit_model: Chỉnh sửa %{model}
         
     | 
| 
      
 83 
     | 
    
         
            +
                empty: Trống
         
     | 
| 
      
 84 
     | 
    
         
            +
                filters:
         
     | 
| 
      
 85 
     | 
    
         
            +
                  buttons:
         
     | 
| 
      
 86 
     | 
    
         
            +
                    clear: Xóa dữ liệu lọc
         
     | 
| 
      
 87 
     | 
    
         
            +
                    filter: Lọc
         
     | 
| 
      
 88 
     | 
    
         
            +
                  predicates:
         
     | 
| 
      
 89 
     | 
    
         
            +
                    from: Từ
         
     | 
| 
      
 90 
     | 
    
         
            +
                    to: Đến
         
     | 
| 
      
 91 
     | 
    
         
            +
                has_many_delete: Xóa
         
     | 
| 
      
 92 
     | 
    
         
            +
                has_many_new: Thêm mới %{model}
         
     | 
| 
      
 93 
     | 
    
         
            +
                has_many_remove: Hủy bỏ
         
     | 
| 
       137 
94 
     | 
    
         
             
                index_list:
         
     | 
| 
       138 
     | 
    
         
            -
                  table:  
     | 
| 
      
 95 
     | 
    
         
            +
                  table: Bảng
         
     | 
| 
      
 96 
     | 
    
         
            +
                logout: Đăng xuất
         
     | 
| 
      
 97 
     | 
    
         
            +
                move: Di chuyển
         
     | 
| 
      
 98 
     | 
    
         
            +
                new_model: Tạo mới %{model}
         
     | 
| 
      
 99 
     | 
    
         
            +
                next: Sau
         
     | 
| 
      
 100 
     | 
    
         
            +
                pagination:
         
     | 
| 
      
 101 
     | 
    
         
            +
                  empty: Không có %{model} nào được tìm thấy
         
     | 
| 
      
 102 
     | 
    
         
            +
                  entry:
         
     | 
| 
      
 103 
     | 
    
         
            +
                    one: entry
         
     | 
| 
      
 104 
     | 
    
         
            +
                    other: entries
         
     | 
| 
      
 105 
     | 
    
         
            +
                  multiple: Đang hiển thị %{model} <b>%{from} - %{to}</b> of <b>%{total}</b> trong tất cả.
         
     | 
| 
      
 106 
     | 
    
         
            +
                  multiple_without_total: Đang hiển thị %{model} <b>%{from} - %{to}</b>.
         
     | 
| 
      
 107 
     | 
    
         
            +
                  one: Đang hiển thị <b>1</b> %{model}
         
     | 
| 
      
 108 
     | 
    
         
            +
                  one_page: Đang hiển thị <b>tất cả %{n}</b> %{model}
         
     | 
| 
      
 109 
     | 
    
         
            +
                  per_page: 'Mỗi trang: '
         
     | 
| 
      
 110 
     | 
    
         
            +
                powered_by: Bản quyền bởi %{active_admin} %{version}
         
     | 
| 
      
 111 
     | 
    
         
            +
                previous: Trước
         
     | 
| 
      
 112 
     | 
    
         
            +
                scopes:
         
     | 
| 
      
 113 
     | 
    
         
            +
                  all: Tất cả
         
     | 
| 
      
 114 
     | 
    
         
            +
                search_status:
         
     | 
| 
      
 115 
     | 
    
         
            +
                  no_current_filters: Không có
         
     | 
| 
      
 116 
     | 
    
         
            +
                sidebars:
         
     | 
| 
      
 117 
     | 
    
         
            +
                  filters: Bộ Lọc
         
     | 
| 
      
 118 
     | 
    
         
            +
                  search_status: Trạng thái tìm kiếm
         
     | 
| 
      
 119 
     | 
    
         
            +
                status_tag:
         
     | 
| 
      
 120 
     | 
    
         
            +
                  'no': Không Có
         
     | 
| 
      
 121 
     | 
    
         
            +
                  unset: Không Có
         
     | 
| 
      
 122 
     | 
    
         
            +
                  'yes': Có
         
     | 
| 
      
 123 
     | 
    
         
            +
                view: Xem
         
     | 
| 
      
 124 
     | 
    
         
            +
              activerecord:
         
     | 
| 
      
 125 
     | 
    
         
            +
                attributes:
         
     | 
| 
      
 126 
     | 
    
         
            +
                  active_admin/comment:
         
     | 
| 
      
 127 
     | 
    
         
            +
                    author_type: Loại tác giả
         
     | 
| 
      
 128 
     | 
    
         
            +
                    body: Nội dung
         
     | 
| 
      
 129 
     | 
    
         
            +
                    created_at: Đã tạo
         
     | 
| 
      
 130 
     | 
    
         
            +
                    namespace: Namespace
         
     | 
| 
      
 131 
     | 
    
         
            +
                    resource_type: Resource type
         
     | 
| 
      
 132 
     | 
    
         
            +
                    updated_at: Đã cập nhật
         
     | 
| 
      
 133 
     | 
    
         
            +
                models:
         
     | 
| 
      
 134 
     | 
    
         
            +
                  active_admin/comment:
         
     | 
| 
      
 135 
     | 
    
         
            +
                    one: Bình luận
         
     | 
| 
      
 136 
     | 
    
         
            +
                    other: Các bình luận
         
     | 
| 
      
 137 
     | 
    
         
            +
                  comment:
         
     | 
| 
      
 138 
     | 
    
         
            +
                    one: Bình luận
         
     | 
| 
      
 139 
     | 
    
         
            +
                    other: Các bình luận
         
     | 
    
        data/config/locales/zh-CN.yml
    CHANGED
    
    | 
         @@ -1,146 +1,148 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
             
     | 
| 
       2 
     | 
    
         
            -
             
     | 
| 
       3 
     | 
    
         
            -
                models:
         
     | 
| 
       4 
     | 
    
         
            -
                  comment:
         
     | 
| 
       5 
     | 
    
         
            -
                    one: "评论"
         
     | 
| 
       6 
     | 
    
         
            -
                    other: "评论"
         
     | 
| 
       7 
     | 
    
         
            -
                  active_admin/comment:
         
     | 
| 
       8 
     | 
    
         
            -
                    one: "评论"
         
     | 
| 
       9 
     | 
    
         
            -
                    other: "评论"
         
     | 
| 
       10 
     | 
    
         
            -
                attributes:
         
     | 
| 
       11 
     | 
    
         
            -
                  active_admin/comment:
         
     | 
| 
       12 
     | 
    
         
            -
                    author_type: "作者类型"
         
     | 
| 
       13 
     | 
    
         
            -
                    body: "内容"
         
     | 
| 
       14 
     | 
    
         
            -
                    created_at: "创建"
         
     | 
| 
       15 
     | 
    
         
            -
                    namespace: "Namespace"
         
     | 
| 
       16 
     | 
    
         
            -
                    resource_type: "Resource 类型"
         
     | 
| 
       17 
     | 
    
         
            -
                    updated_at: "更新"
         
     | 
| 
      
 1 
     | 
    
         
            +
            ---
         
     | 
| 
      
 2 
     | 
    
         
            +
            zh-CN:
         
     | 
| 
       18 
3 
     | 
    
         
             
              active_admin:
         
     | 
| 
       19 
     | 
    
         
            -
                 
     | 
| 
       20 
     | 
    
         
            -
             
     | 
| 
       21 
     | 
    
         
            -
                 
     | 
| 
       22 
     | 
    
         
            -
                delete: "删除"
         
     | 
| 
       23 
     | 
    
         
            -
                delete_confirmation: "确定删除?"
         
     | 
| 
       24 
     | 
    
         
            -
                create_another: "新增另一个%{model}"
         
     | 
| 
       25 
     | 
    
         
            -
                new_model: "新增%{model}"
         
     | 
| 
       26 
     | 
    
         
            -
                edit_model: "编辑%{model}"
         
     | 
| 
       27 
     | 
    
         
            -
                delete_model: "删除%{model}"
         
     | 
| 
       28 
     | 
    
         
            -
                details: "%{model}详情"
         
     | 
| 
       29 
     | 
    
         
            -
                cancel: "取消"
         
     | 
| 
       30 
     | 
    
         
            -
                empty: "未定义"
         
     | 
| 
       31 
     | 
    
         
            -
                previous: "上一个"
         
     | 
| 
       32 
     | 
    
         
            -
                next: "下一个"
         
     | 
| 
       33 
     | 
    
         
            -
                download: "下载:"
         
     | 
| 
       34 
     | 
    
         
            -
                has_many_new: "新增一个%{model}"
         
     | 
| 
       35 
     | 
    
         
            -
                has_many_delete: "删除"
         
     | 
| 
       36 
     | 
    
         
            -
                has_many_remove: "清除"
         
     | 
| 
       37 
     | 
    
         
            -
                move: "移动"
         
     | 
| 
       38 
     | 
    
         
            -
                filters:
         
     | 
| 
       39 
     | 
    
         
            -
                  buttons:
         
     | 
| 
       40 
     | 
    
         
            -
                    filter: "过滤"
         
     | 
| 
       41 
     | 
    
         
            -
                    clear: "清除条件"
         
     | 
| 
       42 
     | 
    
         
            -
                  predicates:
         
     | 
| 
       43 
     | 
    
         
            -
                    from: "起"
         
     | 
| 
       44 
     | 
    
         
            -
                    to: "止"
         
     | 
| 
       45 
     | 
    
         
            -
                scopes:
         
     | 
| 
       46 
     | 
    
         
            -
                  all: "所有"
         
     | 
| 
       47 
     | 
    
         
            -
                search_status:
         
     | 
| 
       48 
     | 
    
         
            -
                  title: "搜索条件"
         
     | 
| 
       49 
     | 
    
         
            -
                  title_with_scope: "搜索条件 %{name}"
         
     | 
| 
       50 
     | 
    
         
            -
                  no_current_filters: "无"
         
     | 
| 
       51 
     | 
    
         
            -
                status_tag:
         
     | 
| 
       52 
     | 
    
         
            -
                  "yes": "是"
         
     | 
| 
       53 
     | 
    
         
            -
                  "no": "否"
         
     | 
| 
       54 
     | 
    
         
            -
                  "unset": "否"
         
     | 
| 
       55 
     | 
    
         
            -
                toggle_dark_mode: "切换深色模式"
         
     | 
| 
       56 
     | 
    
         
            -
                toggle_main_navigation_menu: "切换主导航"
         
     | 
| 
       57 
     | 
    
         
            -
                toggle_section: "切换区块"
         
     | 
| 
       58 
     | 
    
         
            -
                toggle_user_menu: "切换用户菜单"
         
     | 
| 
       59 
     | 
    
         
            -
                logout: "退出"
         
     | 
| 
       60 
     | 
    
         
            -
                powered_by: "构建程序为 %{active_admin} %{version}"
         
     | 
| 
       61 
     | 
    
         
            -
                sidebars:
         
     | 
| 
       62 
     | 
    
         
            -
                  filters: "所有条件"
         
     | 
| 
       63 
     | 
    
         
            -
                  search_status: "搜索条件"
         
     | 
| 
       64 
     | 
    
         
            -
                pagination:
         
     | 
| 
       65 
     | 
    
         
            -
                  empty: "暂时没有%{model}"
         
     | 
| 
       66 
     | 
    
         
            -
                  one: "显示 <b>1</b> %{model}"
         
     | 
| 
       67 
     | 
    
         
            -
                  one_page: "显示 <b>所有 %{n}</b> %{model}"
         
     | 
| 
       68 
     | 
    
         
            -
                  multiple: "显示所有 <b>%{total}</b> %{model}中的<b>%{from} - %{to}</b> 条"
         
     | 
| 
       69 
     | 
    
         
            -
                  multiple_without_total: "%{model}中的<b>%{from} - %{to}</b> 条"
         
     | 
| 
       70 
     | 
    
         
            -
                  per_page: "每页:"
         
     | 
| 
       71 
     | 
    
         
            -
                  previous: "上一页"
         
     | 
| 
       72 
     | 
    
         
            -
                  next: "下一页"
         
     | 
| 
       73 
     | 
    
         
            -
                  entry:
         
     | 
| 
       74 
     | 
    
         
            -
                    one: "条目"
         
     | 
| 
       75 
     | 
    
         
            -
                    other: "条目"
         
     | 
| 
       76 
     | 
    
         
            -
                any: "任何"
         
     | 
| 
       77 
     | 
    
         
            -
                blank_slate:
         
     | 
| 
       78 
     | 
    
         
            -
                  content: "暂时还没有%{resource_name}。"
         
     | 
| 
       79 
     | 
    
         
            -
                  link: "新增一个"
         
     | 
| 
      
 4 
     | 
    
         
            +
                access_denied:
         
     | 
| 
      
 5 
     | 
    
         
            +
                  message: 您无权处理此操作
         
     | 
| 
      
 6 
     | 
    
         
            +
                any: 任何
         
     | 
| 
       80 
7 
     | 
    
         
             
                batch_actions:
         
     | 
| 
       81 
     | 
    
         
            -
                  button_label: "批处理"
         
     | 
| 
       82 
     | 
    
         
            -
                  default_confirmation: "你确定要这样做?"
         
     | 
| 
       83 
     | 
    
         
            -
                  delete_confirmation: "你确定要删除这些%{plural_model}?"
         
     | 
| 
       84 
     | 
    
         
            -
                  succesfully_destroyed:
         
     | 
| 
       85 
     | 
    
         
            -
                    one: "成功删除 1 %{model}"
         
     | 
| 
       86 
     | 
    
         
            -
                    other: "成功删除 %{count} %{plural_model}"
         
     | 
| 
       87 
     | 
    
         
            -
                  selection_toggle_explanation: "(切换选择)"
         
     | 
| 
       88 
8 
     | 
    
         
             
                  action_label: "%{title} 被选中"
         
     | 
| 
      
 9 
     | 
    
         
            +
                  button_label: 批处理
         
     | 
| 
      
 10 
     | 
    
         
            +
                  default_confirmation: 你确定要这样做?
         
     | 
| 
      
 11 
     | 
    
         
            +
                  delete_confirmation: 你确定要删除这些%{plural_model}?
         
     | 
| 
       89 
12 
     | 
    
         
             
                  labels:
         
     | 
| 
       90 
     | 
    
         
            -
                    destroy:  
     | 
| 
      
 13 
     | 
    
         
            +
                    destroy: 删除
         
     | 
| 
      
 14 
     | 
    
         
            +
                  selection_toggle_explanation: "(切换选择)"
         
     | 
| 
      
 15 
     | 
    
         
            +
                  successfully_destroyed:
         
     | 
| 
      
 16 
     | 
    
         
            +
                    one: 成功删除 1 %{model}
         
     | 
| 
      
 17 
     | 
    
         
            +
                    other: 成功删除 %{count} %{plural_model}
         
     | 
| 
      
 18 
     | 
    
         
            +
                blank_slate:
         
     | 
| 
      
 19 
     | 
    
         
            +
                  content: 暂时还没有%{resource_name}。
         
     | 
| 
      
 20 
     | 
    
         
            +
                  link: 新增一个
         
     | 
| 
      
 21 
     | 
    
         
            +
                cancel: 取消
         
     | 
| 
       91 
22 
     | 
    
         
             
                comments:
         
     | 
| 
       92 
     | 
    
         
            -
                   
     | 
| 
       93 
     | 
    
         
            -
                   
     | 
| 
       94 
     | 
    
         
            -
                   
     | 
| 
       95 
     | 
    
         
            -
                   
     | 
| 
       96 
     | 
    
         
            -
                   
     | 
| 
       97 
     | 
    
         
            -
                   
     | 
| 
       98 
     | 
    
         
            -
                  delete:  
     | 
| 
       99 
     | 
    
         
            -
                  delete_confirmation:  
     | 
| 
       100 
     | 
    
         
            -
                  resource: "资源"
         
     | 
| 
       101 
     | 
    
         
            -
                  no_comments_yet: "暂时没有评论"
         
     | 
| 
       102 
     | 
    
         
            -
                  author_missing: "匿名"
         
     | 
| 
       103 
     | 
    
         
            -
                  title_content: "(%{count})条评论"
         
     | 
| 
      
 23 
     | 
    
         
            +
                  add: 添加评论
         
     | 
| 
      
 24 
     | 
    
         
            +
                  author: 作者
         
     | 
| 
      
 25 
     | 
    
         
            +
                  author_missing: 匿名
         
     | 
| 
      
 26 
     | 
    
         
            +
                  author_type: 作者类型
         
     | 
| 
      
 27 
     | 
    
         
            +
                  body: 内容
         
     | 
| 
      
 28 
     | 
    
         
            +
                  created_at: 创建于
         
     | 
| 
      
 29 
     | 
    
         
            +
                  delete: 删除评论
         
     | 
| 
      
 30 
     | 
    
         
            +
                  delete_confirmation: 你确定删除这些评论?
         
     | 
| 
       104 
31 
     | 
    
         
             
                  errors:
         
     | 
| 
       105 
     | 
    
         
            -
                    empty_text:  
     | 
| 
      
 32 
     | 
    
         
            +
                    empty_text: 评论保存失败,内空不能为空。
         
     | 
| 
      
 33 
     | 
    
         
            +
                  no_comments_yet: 暂时没有评论
         
     | 
| 
      
 34 
     | 
    
         
            +
                  resource: 资源
         
     | 
| 
      
 35 
     | 
    
         
            +
                  resource_type: 资源类型
         
     | 
| 
      
 36 
     | 
    
         
            +
                  title_content: "(%{count})条评论"
         
     | 
| 
      
 37 
     | 
    
         
            +
                create_another: 新增另一个%{model}
         
     | 
| 
      
 38 
     | 
    
         
            +
                dashboard: 控制面板
         
     | 
| 
      
 39 
     | 
    
         
            +
                delete: 删除
         
     | 
| 
      
 40 
     | 
    
         
            +
                delete_confirmation: 确定删除?
         
     | 
| 
      
 41 
     | 
    
         
            +
                delete_model: 删除%{model}
         
     | 
| 
      
 42 
     | 
    
         
            +
                details: "%{model}详情"
         
     | 
| 
       106 
43 
     | 
    
         
             
                devise:
         
     | 
| 
       107 
     | 
    
         
            -
                   
     | 
| 
       108 
     | 
    
         
            -
                     
     | 
| 
      
 44 
     | 
    
         
            +
                  change_password:
         
     | 
| 
      
 45 
     | 
    
         
            +
                    submit: 修改密码
         
     | 
| 
      
 46 
     | 
    
         
            +
                    title: 修改密码
         
     | 
| 
       109 
47 
     | 
    
         
             
                  email:
         
     | 
| 
       110 
     | 
    
         
            -
                    title:  
     | 
| 
       111 
     | 
    
         
            -
                   
     | 
| 
       112 
     | 
    
         
            -
                     
     | 
| 
      
 48 
     | 
    
         
            +
                    title: 邮箱
         
     | 
| 
      
 49 
     | 
    
         
            +
                  links:
         
     | 
| 
      
 50 
     | 
    
         
            +
                    forgot_your_password: 忘记了密码?
         
     | 
| 
      
 51 
     | 
    
         
            +
                    resend_confirmation_instructions: 重发确认邮件
         
     | 
| 
      
 52 
     | 
    
         
            +
                    resend_unlock_instructions: 重发解锁邮件
         
     | 
| 
      
 53 
     | 
    
         
            +
                    sign_in: 登录
         
     | 
| 
      
 54 
     | 
    
         
            +
                    sign_in_with_omniauth_provider: 通过%{provider}登录
         
     | 
| 
      
 55 
     | 
    
         
            +
                    sign_up: 注册
         
     | 
| 
      
 56 
     | 
    
         
            +
                  login:
         
     | 
| 
      
 57 
     | 
    
         
            +
                    remember_me: 记住我
         
     | 
| 
      
 58 
     | 
    
         
            +
                    submit: 登录
         
     | 
| 
      
 59 
     | 
    
         
            +
                    title: 登录
         
     | 
| 
       113 
60 
     | 
    
         
             
                  password:
         
     | 
| 
       114 
     | 
    
         
            -
                    title:  
     | 
| 
      
 61 
     | 
    
         
            +
                    title: 密码
         
     | 
| 
       115 
62 
     | 
    
         
             
                  password_confirmation:
         
     | 
| 
       116 
     | 
    
         
            -
                    title:  
     | 
| 
       117 
     | 
    
         
            -
                  sign_up:
         
     | 
| 
       118 
     | 
    
         
            -
                    title: "注册"
         
     | 
| 
       119 
     | 
    
         
            -
                    submit: "注册"
         
     | 
| 
       120 
     | 
    
         
            -
                  login:
         
     | 
| 
       121 
     | 
    
         
            -
                    title: "登录"
         
     | 
| 
       122 
     | 
    
         
            -
                    remember_me: "记住我"
         
     | 
| 
       123 
     | 
    
         
            -
                    submit: "登录"
         
     | 
| 
       124 
     | 
    
         
            -
                  reset_password:
         
     | 
| 
       125 
     | 
    
         
            -
                    title: "忘记了密码?"
         
     | 
| 
       126 
     | 
    
         
            -
                    submit: "重置我的密码"
         
     | 
| 
       127 
     | 
    
         
            -
                  change_password:
         
     | 
| 
       128 
     | 
    
         
            -
                    title: "修改密码"
         
     | 
| 
       129 
     | 
    
         
            -
                    submit: "修改密码"
         
     | 
| 
       130 
     | 
    
         
            -
                  unlock:
         
     | 
| 
       131 
     | 
    
         
            -
                    title: "重新发送送解锁命令"
         
     | 
| 
       132 
     | 
    
         
            -
                    submit: "重新发送送解锁命令"
         
     | 
| 
      
 63 
     | 
    
         
            +
                    title: 确认密码
         
     | 
| 
       133 
64 
     | 
    
         
             
                  resend_confirmation_instructions:
         
     | 
| 
       134 
     | 
    
         
            -
                    title: " 重新发送确认说明"
         
     | 
| 
       135 
65 
     | 
    
         
             
                    submit: " 重新发送确认说明"
         
     | 
| 
       136 
     | 
    
         
            -
             
     | 
| 
       137 
     | 
    
         
            -
             
     | 
| 
       138 
     | 
    
         
            -
                     
     | 
| 
       139 
     | 
    
         
            -
                     
     | 
| 
       140 
     | 
    
         
            -
             
     | 
| 
       141 
     | 
    
         
            -
                     
     | 
| 
       142 
     | 
    
         
            -
                     
     | 
| 
       143 
     | 
    
         
            -
             
     | 
| 
       144 
     | 
    
         
            -
             
     | 
| 
      
 66 
     | 
    
         
            +
                    title: " 重新发送确认说明"
         
     | 
| 
      
 67 
     | 
    
         
            +
                  reset_password:
         
     | 
| 
      
 68 
     | 
    
         
            +
                    submit: 重置我的密码
         
     | 
| 
      
 69 
     | 
    
         
            +
                    title: 忘记了密码?
         
     | 
| 
      
 70 
     | 
    
         
            +
                  sign_up:
         
     | 
| 
      
 71 
     | 
    
         
            +
                    submit: 注册
         
     | 
| 
      
 72 
     | 
    
         
            +
                    title: 注册
         
     | 
| 
      
 73 
     | 
    
         
            +
                  subdomain:
         
     | 
| 
      
 74 
     | 
    
         
            +
                    title: 子域
         
     | 
| 
      
 75 
     | 
    
         
            +
                  unlock:
         
     | 
| 
      
 76 
     | 
    
         
            +
                    submit: 重新发送送解锁命令
         
     | 
| 
      
 77 
     | 
    
         
            +
                    title: 重新发送送解锁命令
         
     | 
| 
      
 78 
     | 
    
         
            +
                  username:
         
     | 
| 
      
 79 
     | 
    
         
            +
                    title: 用户名
         
     | 
| 
      
 80 
     | 
    
         
            +
                download: 下载:
         
     | 
| 
      
 81 
     | 
    
         
            +
                edit: 编辑
         
     | 
| 
      
 82 
     | 
    
         
            +
                edit_model: 编辑%{model}
         
     | 
| 
      
 83 
     | 
    
         
            +
                empty: 未定义
         
     | 
| 
      
 84 
     | 
    
         
            +
                filters:
         
     | 
| 
      
 85 
     | 
    
         
            +
                  buttons:
         
     | 
| 
      
 86 
     | 
    
         
            +
                    clear: 清除条件
         
     | 
| 
      
 87 
     | 
    
         
            +
                    filter: 过滤
         
     | 
| 
      
 88 
     | 
    
         
            +
                  predicates:
         
     | 
| 
      
 89 
     | 
    
         
            +
                    from: 起
         
     | 
| 
      
 90 
     | 
    
         
            +
                    to: 止
         
     | 
| 
      
 91 
     | 
    
         
            +
                has_many_delete: 删除
         
     | 
| 
      
 92 
     | 
    
         
            +
                has_many_new: 新增一个%{model}
         
     | 
| 
      
 93 
     | 
    
         
            +
                has_many_remove: 清除
         
     | 
| 
       145 
94 
     | 
    
         
             
                index_list:
         
     | 
| 
       146 
     | 
    
         
            -
                  table:  
     | 
| 
      
 95 
     | 
    
         
            +
                  table: 表格
         
     | 
| 
      
 96 
     | 
    
         
            +
                logout: 退出
         
     | 
| 
      
 97 
     | 
    
         
            +
                move: 移动
         
     | 
| 
      
 98 
     | 
    
         
            +
                new_model: 新增%{model}
         
     | 
| 
      
 99 
     | 
    
         
            +
                next: 下一个
         
     | 
| 
      
 100 
     | 
    
         
            +
                pagination:
         
     | 
| 
      
 101 
     | 
    
         
            +
                  empty: 暂时没有%{model}
         
     | 
| 
      
 102 
     | 
    
         
            +
                  entry:
         
     | 
| 
      
 103 
     | 
    
         
            +
                    one: 条目
         
     | 
| 
      
 104 
     | 
    
         
            +
                    other: 条目
         
     | 
| 
      
 105 
     | 
    
         
            +
                  multiple: 显示所有 <b>%{total}</b> %{model}中的<b>%{from} - %{to}</b> 条
         
     | 
| 
      
 106 
     | 
    
         
            +
                  multiple_without_total: "%{model}中的<b>%{from} - %{to}</b> 条"
         
     | 
| 
      
 107 
     | 
    
         
            +
                  next: 下一页
         
     | 
| 
      
 108 
     | 
    
         
            +
                  one: 显示 <b>1</b> %{model}
         
     | 
| 
      
 109 
     | 
    
         
            +
                  one_page: 显示 <b>所有 %{n}</b> %{model}
         
     | 
| 
      
 110 
     | 
    
         
            +
                  per_page: 每页:
         
     | 
| 
      
 111 
     | 
    
         
            +
                  previous: 上一页
         
     | 
| 
      
 112 
     | 
    
         
            +
                  truncate: "…"
         
     | 
| 
      
 113 
     | 
    
         
            +
                powered_by: 构建程序为 %{active_admin} %{version}
         
     | 
| 
      
 114 
     | 
    
         
            +
                previous: 上一个
         
     | 
| 
      
 115 
     | 
    
         
            +
                scopes:
         
     | 
| 
      
 116 
     | 
    
         
            +
                  all: 所有
         
     | 
| 
      
 117 
     | 
    
         
            +
                search_status:
         
     | 
| 
      
 118 
     | 
    
         
            +
                  no_current_filters: 无
         
     | 
| 
      
 119 
     | 
    
         
            +
                  title: 搜索条件
         
     | 
| 
      
 120 
     | 
    
         
            +
                  title_with_scope: 搜索条件 %{name}
         
     | 
| 
      
 121 
     | 
    
         
            +
                sidebars:
         
     | 
| 
      
 122 
     | 
    
         
            +
                  filters: 所有条件
         
     | 
| 
      
 123 
     | 
    
         
            +
                  search_status: 搜索条件
         
     | 
| 
      
 124 
     | 
    
         
            +
                status_tag:
         
     | 
| 
      
 125 
     | 
    
         
            +
                  'no': 否
         
     | 
| 
      
 126 
     | 
    
         
            +
                  unset: 否
         
     | 
| 
      
 127 
     | 
    
         
            +
                  'yes': 是
         
     | 
| 
      
 128 
     | 
    
         
            +
                toggle_dark_mode: 切换深色模式
         
     | 
| 
      
 129 
     | 
    
         
            +
                toggle_main_navigation_menu: 切换主导航
         
     | 
| 
      
 130 
     | 
    
         
            +
                toggle_section: 切换区块
         
     | 
| 
      
 131 
     | 
    
         
            +
                toggle_user_menu: 切换用户菜单
         
     | 
| 
      
 132 
     | 
    
         
            +
                view: 查看
         
     | 
| 
      
 133 
     | 
    
         
            +
              activerecord:
         
     | 
| 
      
 134 
     | 
    
         
            +
                attributes:
         
     | 
| 
      
 135 
     | 
    
         
            +
                  active_admin/comment:
         
     | 
| 
      
 136 
     | 
    
         
            +
                    author_type: 作者类型
         
     | 
| 
      
 137 
     | 
    
         
            +
                    body: 内容
         
     | 
| 
      
 138 
     | 
    
         
            +
                    created_at: 创建
         
     | 
| 
      
 139 
     | 
    
         
            +
                    namespace: Namespace
         
     | 
| 
      
 140 
     | 
    
         
            +
                    resource_type: Resource 类型
         
     | 
| 
      
 141 
     | 
    
         
            +
                    updated_at: 更新
         
     | 
| 
      
 142 
     | 
    
         
            +
                models:
         
     | 
| 
      
 143 
     | 
    
         
            +
                  active_admin/comment:
         
     | 
| 
      
 144 
     | 
    
         
            +
                    one: 评论
         
     | 
| 
      
 145 
     | 
    
         
            +
                    other: 评论
         
     | 
| 
      
 146 
     | 
    
         
            +
                  comment:
         
     | 
| 
      
 147 
     | 
    
         
            +
                    one: 评论
         
     | 
| 
      
 148 
     | 
    
         
            +
                    other: 评论
         
     |