X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/2e4d29e0621c9c764beebcc91271760981c16e56..refs/pull/3918/head:/resources/lang/ja/settings.php diff --git a/resources/lang/ja/settings.php b/resources/lang/ja/settings.php index 976beb6e5..a36271949 100644 --- a/resources/lang/ja/settings.php +++ b/resources/lang/ja/settings.php @@ -133,6 +133,11 @@ return [ // Role Settings 'roles' => '役割', 'role_user_roles' => '役割', + 'roles_index_desc' => 'Roles are used to group users & provide system permission to their members. When a user is a member of multiple roles the privileges granted will stack and the user will inherit all abilities.', + 'roles_x_users_assigned' => '1 user assigned|:count users assigned', + 'roles_x_permissions_provided' => '1 permission|:count permissions', + 'roles_assigned_users' => 'Assigned Users', + 'roles_permissions_provided' => 'Provided Permissions', 'role_create' => '役割を作成', 'role_create_success' => '役割を作成しました', 'role_delete' => '役割を削除', @@ -172,6 +177,7 @@ return [ // Users 'users' => 'ユーザー', + 'users_index_desc' => 'Create & manage individual user accounts within the system. User accounts are used for login and attribution of content & activity. Access permissions are primarily role-based but user content ownership, among other factors, may also affect permissions & access.', 'user_profile' => 'ユーザプロフィール', 'users_add_new' => 'ユーザーを追加', 'users_search' => 'ユーザー検索', @@ -241,6 +247,8 @@ return [ // Webhooks 'webhooks' => 'Webhook', + 'webhooks_index_desc' => 'Webhooks are a way to send data to external URLs when certain actions and events occur within the system which allows event-based integration with external platforms such as messaging or notification systems.', + 'webhooks_x_trigger_events' => '1 trigger event|:count trigger events', 'webhooks_create' => 'Webhookを作成', 'webhooks_none_created' => 'Webhookはまだ作成されていません。', 'webhooks_edit' => 'Webhookを編集', @@ -280,6 +288,7 @@ return [ 'da' => 'Dansk', 'de' => 'Deutsch (Sie)', 'de_informal' => 'Deutsch (Du)', + 'el' => 'ελληνικά', 'es' => 'Español', 'es_AR' => 'Español Argentina', 'et' => 'Eesti keel',