Procházet zdrojové kódy

Added translations

Taichi Masuyama před 4 roky
rodič
revize
2fcdfd23e3

+ 5 - 1
packages/app/resource/locales/en_US/admin/admin.json

@@ -504,7 +504,11 @@
       "transfer_pages": "Transfer to another group"
     },
     "update_parent_confirm_modal": {
-      "header": "グループの親が変更されます"
+      "header": "The parent of the group will be changed",
+      "caution_change_parent": "This operation will change the parent of the group \"{{groupName}}\".",
+      "danger_message": "Note that this affects the permissions to view all pages associated with this group.",
+      "force_update_parents_label": "Forcibly add missing users",
+      "force_update_parents_description": "Enable this option to force the addition of missing users to the ancestor groups if they exist after changing a parent group."
     }
   }
 }

+ 5 - 1
packages/app/resource/locales/zh_CN/admin/admin.json

@@ -513,7 +513,11 @@
       "transfer_pages": "转移到另一组"
     },
     "update_parent_confirm_modal": {
-      "header": "グループの親が変更されます"
+      "header": "该组的父组被改变",
+      "caution_change_parent": "该操作改变了组的父级,即 \"{{groupName}}\" 。",
+      "danger_message": "注意,查看与该组相关的所有页面的权限会受到影响。",
+      "force_update_parents_label": "强行添加失踪的用户",
+      "force_update_parents_description": "激活这个选项,如果在父组改变后,在祖先组中有缺失的用户,可以强制添加这些用户"
     }
   }
 }