mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
Compare commits
2 Commits
c06cd368df
...
578586e51f
Author | SHA1 | Date | |
---|---|---|---|
|
578586e51f | ||
|
2e8508592f |
@ -138,10 +138,10 @@ return [
|
||||
'roles' => '役割',
|
||||
'role_user_roles' => '役割',
|
||||
'roles_index_desc' => '役割は、ユーザーをグループ化しメンバーにシステム権限を与えるために使用されます。ユーザーが複数の役割のメンバーである場合、与えられた権限は積み重なり、ユーザーはすべての能力を継承します。',
|
||||
'roles_x_users_assigned' => '1人のユーザーに割り当て|:count人のユーザーに割り当て',
|
||||
'roles_x_permissions_provided' => '1件の権限|:count件の権限',
|
||||
'roles_assigned_users' => 'Assigned Users',
|
||||
'roles_permissions_provided' => 'Provided Permissions',
|
||||
'roles_x_users_assigned' => ':count人のユーザーに割り当て|:count人のユーザーに割り当て',
|
||||
'roles_x_permissions_provided' => ':count件の権限|:count件の権限',
|
||||
'roles_assigned_users' => '割り当てユーザ数',
|
||||
'roles_permissions_provided' => '提供される権限数',
|
||||
'role_create' => '役割を作成',
|
||||
'role_create_success' => '役割を作成しました',
|
||||
'role_delete' => '役割を削除',
|
||||
|
Loading…
Reference in New Issue
Block a user