|
|
@@ -1,4 +1,269 @@
|
|
|
{
|
|
|
+ "wiki_management_home_page": "Wiki管理トップ",
|
|
|
+ "app_settings": "アプリ設定",
|
|
|
+ "security_settings": {
|
|
|
+ "security_settings": "セキュリティ設定",
|
|
|
+ "Guest Users Access":"ゲストユーザーのアクセス",
|
|
|
+ "always_hidden": "非表示 (固定)",
|
|
|
+ "always_displayed": "表示 (固定)",
|
|
|
+ "displayed_or_hidden": "表示 / 非表示",
|
|
|
+ "Fixed by env var": "環境変数 <code>{{forcewikimode}}={{wikimode}}</code> により固定されています。",
|
|
|
+ "Register limitation": "登録の制限",
|
|
|
+ "Register limitation desc": "新しいユーザーを登録する方法を制限します.",
|
|
|
+ "The whitelist of registration permission E-mail address": "登録許可メールアドレスの<br>ホワイトリスト",
|
|
|
+ "users_without_account": "アカウントを持たないユーザーはアクセス不可",
|
|
|
+ "example": "例",
|
|
|
+ "restrict_emails": "登録可能なメールアドレスを制限することができます。",
|
|
|
+ "for_example": "例えば、",
|
|
|
+ "in_this_case": "と記載することで、そのドメインのメールアドレスを持っている人のみ登録可能になります。",
|
|
|
+ "insert_single": "1行に1メールアドレス入力してください。",
|
|
|
+ "page_list_and_search_results": "ページリスト・検索結果",
|
|
|
+ "page_listing_1": "ページのリスト表示と検索<br>'自分のみ'に閲覧制限しているページ",
|
|
|
+ "page_listing_1_desc": "ページのリスト表示や検索結果において、'自分のみ'に閲覧制限をしているページをアクセス権のないユーザーにも表示します。",
|
|
|
+ "page_listing_2": "ページのリスト表示と検索<br>特定グループに閲覧制限しているページ",
|
|
|
+ "page_listing_2_desc": "ページのリスト表示や検索結果において、特定グループにのみ閲覧制限をしているページをアクセス権のないユーザーにも表示します。",
|
|
|
+ "page_access_rights": "ページの閲覧権限",
|
|
|
+ "page_delete_rights": "ページの削除権限",
|
|
|
+ "page_delete": "ゴミ箱に入れる",
|
|
|
+ "page_delete_completely": "完全に削除する",
|
|
|
+ "other_options": "その他のオプション",
|
|
|
+ "deletion_explain": "ページをゴミ箱に入れることができるユーザーを制限します。",
|
|
|
+ "complete_deletion_explain": "ページを完全削除することができるユーザーを制限します。",
|
|
|
+ "recursive_deletion_explain": "子孫を含めたページをゴミ箱に入れることができるユーザーを制限します。",
|
|
|
+ "recursive_complete_deletion_explain": "子孫を含めたページを完全削除することができるユーザーを制限します。",
|
|
|
+ "inherit": "単体のみと同じ",
|
|
|
+ "admin_only": "管理者のみ可能",
|
|
|
+ "admin_and_author": "管理者とページ作者が可能",
|
|
|
+ "anyone": "誰でも可能",
|
|
|
+ "session": "セッション",
|
|
|
+ "max_age": "有効期間 (ミリ秒)",
|
|
|
+ "max_age_desc": "ユーザーのセッション情報の有効期間をミリ秒で指定できます。<br>デフォルト値: 2592000000 (30日間)",
|
|
|
+ "max_age_caution": "この値を変更した後は、サーバーを再起動する必要があります。",
|
|
|
+ "forced_update_desc": "設定が強制変更されました。前回の設定: ",
|
|
|
+ "page_delete_rights_caution": "「(子孫ページを含む)ゴミ箱に入れる操作 / 完全に削除する」の権限は、「ゴミ箱に入れる操作 / 完全に削除する」よりも強い権限になるように強制されます。 <br><br> 管理者のみ可能 > 管理者とページ作者が可能 > 誰でも可能",
|
|
|
+ "Authentication mechanism settings": "認証機構設定",
|
|
|
+ "setup_is_not_yet_complete":"セットアップはまだ完了してません",
|
|
|
+ "alert_siteUrl_is_not_set": "'サイトURL' が設定されていません。{{link}} から設定してください。",
|
|
|
+ "xss_prevent_setting": "XSS(Cross Site Scripting)対策設定",
|
|
|
+ "xss_prevent_setting_link": "マークダウン設定ページに移動",
|
|
|
+ "callback_URL": "コールバックURL",
|
|
|
+ "desc_of_callback_URL": "{{AuthName}} プロバイダ側の設定で利用してください。",
|
|
|
+ "authorization_endpoint": "認可エンドポイント",
|
|
|
+ "token_endpoint": "トークンエンドポイント",
|
|
|
+ "revocation_endpoint": "失効エンドポイント",
|
|
|
+ "introspection_endpoint": "検証エンドポイント",
|
|
|
+ "userinfo_endpoint": "ユーザ情報エンドポイント",
|
|
|
+ "end_session_endpoint": "セッション終了エンドポイント",
|
|
|
+ "registration_endpoint": "登録エンドポイント",
|
|
|
+ "jwks_uri": "JSON Web Key Set URL",
|
|
|
+ "clientID": "クライアントID",
|
|
|
+ "client_secret": "クライアントシークレット",
|
|
|
+ "updated_general_security_setting": "セキュリティ設定を更新しました。",
|
|
|
+ "setup_not_completed_yet": "まだセットアップは完了していません。",
|
|
|
+ "guest_mode": {
|
|
|
+ "deny": "拒否 (アカウントを持つユーザーのみ利用可能)",
|
|
|
+ "readonly": "許可 (ゲストユーザーも閲覧のみ可能)"
|
|
|
+ },
|
|
|
+ "registration_mode": {
|
|
|
+ "open": "公開 (だれでも登録可能)",
|
|
|
+ "restricted": "制限 (登録完了には管理者の承認が必要)",
|
|
|
+ "closed": "非公開 (登録には管理者による招待が必要)"
|
|
|
+ },
|
|
|
+ "share_link_rights": "シェアリンクの権限",
|
|
|
+ "enable_link_sharing": "リンクのシェアを許可",
|
|
|
+ "all_share_links": "全てのシェアリンク",
|
|
|
+ "configuration": "設定",
|
|
|
+ "optional": "オプション",
|
|
|
+ "Treat username matching as identical": "新規ログイン時、<code>username</code> が一致したローカルアカウントが存在した場合は自動的に紐付ける",
|
|
|
+ "Treat username matching as identical_warn": "警告: <code>username</code> の一致を以て同一ユーザーであるとみなすので、セキュリティに注意してください",
|
|
|
+ "Treat email matching as identical": "新規ログイン時、<code>email</code> が一致したローカルアカウントが存在した場合は自動的に紐付ける",
|
|
|
+ "Treat email matching as identical_warn": "警告: <code>email</code> の一致を以て同一ユーザーであるとみなすので、セキュリティに注意してください",
|
|
|
+ "Use env var if empty": "空の場合、環境変数 <code>{{env}}</code> を利用します",
|
|
|
+ "Use default if both are empty": "どちらの値も空の場合、デフォルト値 <code>{{target}}</code> を利用します",
|
|
|
+ "missing mandatory configs": "以下の必須項目の値がデータベースと環境変数のどちらにも設定されていません",
|
|
|
+ "Local": {
|
|
|
+ "name": "ID/Password",
|
|
|
+ "note for the only env option": "現在LOCAL認証のON/OFFは環境変数の値によって制限されています<br>この設定を変更する場合は環境変数 <code>{{env}}</code> の値をfalseに変更もしくは削除してください",
|
|
|
+ "enable_local": "ID/Password を有効にする",
|
|
|
+ "password_reset_by_users": "ユーザーによるパスワード再設定",
|
|
|
+ "enable_password_reset_by_users": "ユーザーによるパスワード再設定を有効にする",
|
|
|
+ "password_reset_desc": "ログイン時のパスワードを忘れた際に、ユーザー自身がパスワードを再設定できます。",
|
|
|
+ "email_authentication": "ユーザー登録時のメール認証",
|
|
|
+ "enable_email_authentication": "メール認証を有効にする",
|
|
|
+ "enable_email_authentication_desc": "ユーザー登録時にメール認証を行います。",
|
|
|
+ "please_enable_mailer": "メール認証を有効にするには、メール設定を完了させてください。",
|
|
|
+ "need_complete_mail_setting_warning": "以下の機能を使えるようにするには、メール設定を完了させてください。"
|
|
|
+ },
|
|
|
+ "ldap": {
|
|
|
+ "enable_ldap": "LDAP を有効にする",
|
|
|
+ "server_url_detail": "LDAP URLを <code>ldap://host:port/DN</code> または <code>ldaps://host:port/DN</code> の形式で入力してください。",
|
|
|
+ "bind_mode": "Bind モード",
|
|
|
+ "bind_manager": "管理者 Bind",
|
|
|
+ "bind_user": "ユーザー Bind",
|
|
|
+ "bind_DN_manager_detail": "ディレクトリーサービスに認証する際のアカウント DN",
|
|
|
+ "bind_DN_user_detail1": "ディレクトリーサービスに Bind するアカウント DN を決定するためのクエリ",
|
|
|
+ "bind_DN_user_detail2": "ログイン時に入力されるユーザー名を使用するには <code>{{username}}</code> の形式を使用してください。",
|
|
|
+ "bind_DN_password": "Bind DN パスワード",
|
|
|
+ "bind_DN_password_manager_detail": "Bind DN アカウントのパスワード",
|
|
|
+ "bind_DN_password_user_detail": "ログイン時のパスワードが使用されます。",
|
|
|
+ "search_filter": "検索フィルター",
|
|
|
+ "search_filter_detail1": "認証されるユーザーを一意に決定するための LDAP フィルタ",
|
|
|
+ "search_filter_detail2": "ログイン時のユーザー名を使用するには <code>{{username}}</code> の形式を使用してください。",
|
|
|
+ "search_filter_detail3": "空欄の場合 <code>(uid={{username}})</code> が使用されます。",
|
|
|
+ "search_filter_example1": "'uid' または 'mail' に一致",
|
|
|
+ "search_filter_example2": "'sAMAccountName' に一致 (Active Directory)",
|
|
|
+ "username_detail": "新規ユーザーのアカウント名(<code>username</code>)に関連付ける属性",
|
|
|
+ "name_detail": "新規ユーザーの表示名に関連付ける属性",
|
|
|
+ "mail_detail": "新規ユーザーのメールアドレスに関連付ける属性",
|
|
|
+ "group_search_base_DN": "グループ検索ベース DN",
|
|
|
+ "group_search_base_DN_detail": "グループ検索を実行するベース DN。利用する場合は <code>グループ検索フィルター</code> も入力する必要があります。",
|
|
|
+ "group_search_filter": "グループ検索フィルター",
|
|
|
+ "group_search_filter_detail1": "グループフィルターに用いるクエリ",
|
|
|
+ "group_search_filter_detail2": "このクエリにヒットするグループがあったときのみ、LDAPでのログインが成功します。",
|
|
|
+ "group_search_filter_detail3": "ログイン対象ユーザーオブジェクトのプロパティーで置換する場合は <code>{{dn}}</code> を用いてください。",
|
|
|
+ "group_search_filter_detail4": "<code>(&(cn=group1)(memberUid={{dn}}))</code> は <code>cn=group1</code> と、ユーザーの <code>uid</code> を含む <code>memberUid</code> を持つグループにヒットします(<code>ユーザーの DN プロパティー</code> がデフォルトから変更されていない場合)",
|
|
|
+ "group_search_user_DN_property": "ユーザーの DN プロパティー",
|
|
|
+ "group_search_user_DN_property_detail": "<code>グループ検索フィルター</code> 内の <code>{{dn}}</code> で置換される、ユーザーオブジェクトのプロパティー",
|
|
|
+ "test_config": "ログインテスト",
|
|
|
+ "updated_ldap": "LDAP設定 を更新しました"
|
|
|
+ },
|
|
|
+ "SAML": {
|
|
|
+ "name": "SAML",
|
|
|
+ "enable_saml": "SAML を有効にする",
|
|
|
+ "id_detail": "SAML Identity プロバイダ内で一意に識別可能な値を格納している属性",
|
|
|
+ "username_detail": "新規ユーザーのアカウント名(<code>username</code>)に関連付ける属性",
|
|
|
+ "mapping_detail": "新規ユーザーの{{target}}に関連付ける属性",
|
|
|
+ "cert_detail": "IdP からのレスポンスの validation を行うためのPEMエンコードされた X.509 証明書",
|
|
|
+ "Use env var if empty": "データベース側の値が空の場合、環境変数 <code>{{env}}</code> の値を利用します",
|
|
|
+ "note for the only env option": "現在SAML認証のON/OFFの設定値及びハイライトされている設定値は環境変数の値のみを使用するようになっています<br>この設定を変更する場合は環境変数 <code>{{env}}</code> の値をfalseに変更もしくは削除してください",
|
|
|
+ "attr_based_login_control_detail": "SAMLの <code><saml:AttributeStatement></code> 要素に含まれる <code><saml:Attribute></code> 要素と、その子要素 <code><saml:AttributeValue></code> を利用してログインの可否を制御します。",
|
|
|
+ "attr_based_login_control_rule_help": "<h5>利用可能なクエリ:</h5><ul><li>Terms</li><li>Fields</li><li>AND/NOT/OR Operator</li><li>Grouping</li></ul><h5>利用不可なクエリ:</h5><ul><li>Wildcard, Fuzzy, Proximity, Range and Boosting</li><li>+/- Operator</li><li>Field Grouping</li></ul><h5>特殊文字のエスケープ</h5>次の特殊文字はエスケープする必要があります。<code>+ - && || ! ( ) { } [ ] ^ " ˜ * ? : \</code> and <code>/</code>",
|
|
|
+ "attr_based_login_control_rule_example1": "<h5>条件式の例</h5>ルールに <code>(Department: A || Department: B) && Position: Leader</code> を指定した場合, <code>Department: A</code> または <code>Department: B</code> のどちらかに該当し、かつ <code>Position: Leader</code> を持つユーザーにログインを<strong>許可</strong>します。",
|
|
|
+ "attr_based_login_control_rule_exampl2": "<h5>エスケープの例</h5>ルールに URL を利用したい場合は、次のようにエスケープしてください:<br><code>http\:\/\/schemas.example.com\/ws\/2005\/05\/identity\/claims\/emailaddress: "myname@example.com"</code>",
|
|
|
+ "updated_saml": "Succeeded to update SAML setting"
|
|
|
+ },
|
|
|
+ "Basic": {
|
|
|
+ "enable_basic": "Basic を有効にする",
|
|
|
+ "name": "Basic 認証",
|
|
|
+ "desc_1": "Authorization ヘッダに格納されている <code>username</code> でログインします。",
|
|
|
+ "desc_2": "ユーザーが存在しなかった場合は自動生成します。",
|
|
|
+ "updated_basic": "Basic認証 を更新しました"
|
|
|
+ },
|
|
|
+ "OAuth": {
|
|
|
+ "enable_oidc": "OIDC を有効にする",
|
|
|
+ "register": "%sに登録",
|
|
|
+ "change_redirect_url": "承認済みのリダイレクトURLに、 <code>%s</code> を入力",
|
|
|
+ "Google": {
|
|
|
+ "enable_google": "Google OAuth を有効にする",
|
|
|
+ "name": "Google OAuth",
|
|
|
+ "register_1": "{{link}}へアクセス",
|
|
|
+ "register_2": "プロジェクトがない場合はプロジェクトを作成",
|
|
|
+ "register_3": "認証情報を作成 → OAuthクライアントID → ウェブアプリケーションを選択",
|
|
|
+ "register_4": "承認済みのリダイレクトURIを<code>{{url}}</code>としてGrowiを登録",
|
|
|
+ "register_5": "上記フォームにクライアントIDとクライアントシークレットを入力",
|
|
|
+ "updated_google": "Google OAuth を更新しました"
|
|
|
+ },
|
|
|
+ "Facebook": {
|
|
|
+ "name": "Facebook OAuth"
|
|
|
+ },
|
|
|
+ "Twitter": {
|
|
|
+ "enable_twitter": "Twitter OAuth を有効にする",
|
|
|
+ "name": "Twitter OAuth",
|
|
|
+ "register_1": "{{link}} へアクセス",
|
|
|
+ "register_2": "Twitterにサインイン",
|
|
|
+ "register_3": "Create New Appをクリック → Application Detailsの各項目を入力",
|
|
|
+ "register_4": "Create your Twitter Applicationで作成",
|
|
|
+ "register_5": "上記フォームにクライアントIDとクライアントシークレットを入力",
|
|
|
+ "updated_twitter": "Twitter OAuth を更新しました"
|
|
|
+ },
|
|
|
+ "GitHub": {
|
|
|
+ "enable_github": "GitHub OAuth を有効にする",
|
|
|
+ "name": "GitHub OAuth",
|
|
|
+ "register_1": "{{link}} へアクセス",
|
|
|
+ "register_2": "\"Authorization callback URL\"を<code>{{url}}</code>としてGrowiを登録",
|
|
|
+ "register_3": "上記フォームにクライアントIDとクライアントシークレットを入力",
|
|
|
+ "updated_github": "GitHub OAuth を更新しました"
|
|
|
+ },
|
|
|
+ "OIDC": {
|
|
|
+ "name": "OpenID Connect",
|
|
|
+ "id_detail": "OIDC claims で一意に識別可能な値を格納している属性",
|
|
|
+ "username_detail": "新規ユーザーのアカウント名(<code>username</code>)に関連付ける属性",
|
|
|
+ "name_detail": "新規ユーザー名(<code>name</code>)に関連付ける属性",
|
|
|
+ "mapping_detail": "新規ユーザーの{{target}}に関連付ける属性",
|
|
|
+ "updated_oidc": "OpenID Connect を更新しました",
|
|
|
+ "Use discovered URL if empty": "データベース側の値が空の場合、\"Issuer Host\"から検出した値を利用します。"
|
|
|
+ },
|
|
|
+ "how_to": {
|
|
|
+ "google": "Google OAuth の設定方法",
|
|
|
+ "github": "GitHub OAuth の設定方法",
|
|
|
+ "twitter": "Twitter OAuth の設定方法"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "form_item_name": {
|
|
|
+ "entryPoint": "エントリーポイント",
|
|
|
+ "issuer": "発行者",
|
|
|
+ "cert": "証明書",
|
|
|
+ "attrMapId": "ID",
|
|
|
+ "attrMapUsername": "ユーザー名",
|
|
|
+ "attrMapMail": "メールアドレス",
|
|
|
+ "attrMapFirstName": "姓",
|
|
|
+ "attrMapLastName": "名",
|
|
|
+ "ABLCRule": "ルール"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "markdown_settings": "マークダウン設定",
|
|
|
+ "notification_settings": {
|
|
|
+ "notification_settings": "通知設定",
|
|
|
+ "slack_incoming_configuration": "Slack Incoming Webhooks 設定",
|
|
|
+ "prioritize_webhook": "Slack アプリより Incoming Webhook を優先する",
|
|
|
+ "prioritize_webhook_desc": "このオプションをオンにすると、 Slack App が有効になっていても GROWI は Incoming Webhook を使用します。",
|
|
|
+ "slack_app_configuration": "Slack App 設定",
|
|
|
+ "slack_app_configuration_desc": "Crowi 互換の機能です。<br /> <strong>設定が複雑すぎる</strong>のでオススメしません。",
|
|
|
+ "use_instead": "代わりに Slack Incoming Webhooks 設定を使用してください。",
|
|
|
+ "how_to": {
|
|
|
+ "header": "Incoming Webhooks の設定方法",
|
|
|
+ "workspace": "ワークスペースで Webhook を追加します。",
|
|
|
+ "workspace_desc1": "<a href='https://slack.com/services/new/incoming-webhook'>Incoming Webhooks Configuration page</a> にアクセスします。",
|
|
|
+ "workspace_desc2": "投稿するチャンネルを選びます。",
|
|
|
+ "workspace_desc3": "追加します。",
|
|
|
+ "at_growi": "GROWI 管理画面で Webhook URL を設定します。",
|
|
|
+ "at_growi_desc": "このページで ”Webhook URL” を入力して送信します。"
|
|
|
+ },
|
|
|
+ "user_trigger_notification_header": "デフォルトパターンの通知設定",
|
|
|
+ "pattern": "パターン",
|
|
|
+ "channel": "チャンネル名",
|
|
|
+ "pattern_desc": "Wiki のパス名。 パスには <code>*</code> を使用できます。",
|
|
|
+ "channel_desc": "<code>#</code> を除いた Slack チャンネル名",
|
|
|
+ "valid_page": "通知の有効 / 無効",
|
|
|
+ "link_notification_help": "<strong>linkを知っている人のみ閲覧できるページ</strong>は常に通知されません。",
|
|
|
+ "just_me_notification_help": "<strong>'自分のみ'に閲覧制限をしているページ</strong>に変更を加えた際に通知する",
|
|
|
+ "group_notification_help": "<strong>'特定グループにのみ'に閲覧制限をしているページ</strong>に変更を加えた際に通知する",
|
|
|
+ "notification_list": "通知設定の一覧",
|
|
|
+ "add_notification": "通知設定の追加",
|
|
|
+ "trigger_path": "トリガーパス",
|
|
|
+ "trigger_path_help": "(<code>*</code>が使用できます)",
|
|
|
+ "trigger_events": "トリガーイベント",
|
|
|
+ "notify_to": "通知先",
|
|
|
+ "back_to_list": "通知設定一覧に戻る",
|
|
|
+ "notification_detail": "通知詳細設定",
|
|
|
+ "event_pageCreate": "ページが新規作成されたとき",
|
|
|
+ "event_pageEdit": "ページが編集されたとき",
|
|
|
+ "event_pageDelete": "ページが削除されたとき",
|
|
|
+ "event_pageMove": "ページが移動(名前が変更)されたとき",
|
|
|
+ "event_pageLike": "ページに「いいね」がついたとき",
|
|
|
+ "event_comment": "コメントが投稿されたとき",
|
|
|
+ "email": {
|
|
|
+ "ifttt_link": "IFTTT でメールトリガの新しいアプレットを作る"
|
|
|
+ },
|
|
|
+ "updated_slackApp": "SlackApp設定を更新しました",
|
|
|
+ "add_notification_pattern": "通知パターンを追加しました。",
|
|
|
+ "delete_notification_pattern": "通知パターンを削除しました。",
|
|
|
+ "delete_notification_pattern_desc1": "Path: {{path}} を削除します。",
|
|
|
+ "delete_notification_pattern_desc2": "Once deleted, it cannot be recovered",
|
|
|
+ "toggle_notification": "{{path}}の通知設定を変更しました"
|
|
|
+ },
|
|
|
+ "customize": "カスタマイズ",
|
|
|
+ "full_text_search_management": "Full Text Search Management",
|
|
|
"mailer_setup_required": "送信するには <a href='/admin/app'>メールの設定</a> が必要です。",
|
|
|
"admin_top": {
|
|
|
"management_wiki": "Wiki管理",
|
|
|
@@ -305,12 +570,14 @@
|
|
|
"Directory_hierarchy_tag": "ディレクトリ階層タグ"
|
|
|
},
|
|
|
"external_notification": {
|
|
|
+ "external_notification": "外部ツールへの通知",
|
|
|
"enabled": "有効",
|
|
|
"disabled": "無効",
|
|
|
"header_status": "Slack 連携の状態",
|
|
|
"caution_enabled": "CAUTION: このページで設定される通知は、Primary として設定された Slack ワークスペースにのみ送信されます。 "
|
|
|
},
|
|
|
"slack_integration": {
|
|
|
+ "slack_integration": "Slack連携",
|
|
|
"selecting_bot_types": {
|
|
|
"slack_bot": "Slack bot",
|
|
|
"detailed_explanation": "詳しい説明はこちら",
|
|
|
@@ -421,10 +688,12 @@
|
|
|
}
|
|
|
},
|
|
|
"slack_integration_legacy": {
|
|
|
+ "slack_integration_legacy": "Slack連携 (レガシー)",
|
|
|
"alert_disabled": "<a href='/admin/slack-integration'>新しい設定</a>が有効になっているため、この 'Slack連携 (レガシー)' は現在無効になっています。",
|
|
|
"alert_deplicated": "この 'Slack連携 (レガシー)' は将来廃止されます。代わりに<a href='/admin/slack-integration'>新しいSlack連携機能</a>を利用してください。"
|
|
|
},
|
|
|
"user_management": {
|
|
|
+ "user_management": "ユーザー管理",
|
|
|
"invite_users": "新規ユーザーの仮発行",
|
|
|
"click_twice_same_checkbox": "少なくとも一つはチェックしてください。",
|
|
|
"invite_modal": {
|
|
|
@@ -482,6 +751,7 @@
|
|
|
"current_users": "現在のユーザー数:"
|
|
|
},
|
|
|
"user_group_management": {
|
|
|
+ "user_group_management": "グループ管理",
|
|
|
"create_group": "新規グループの作成",
|
|
|
"add_child_group": "子グループの追加",
|
|
|
"remove_child_group": "解除",
|
|
|
@@ -528,6 +798,8 @@
|
|
|
}
|
|
|
},
|
|
|
"audit_log_management": {
|
|
|
+ "audit_log": "監査ログ",
|
|
|
+ "audit_log_settings": "監査ログ設定",
|
|
|
"user": "ユーザー",
|
|
|
"username": "ユーザー名",
|
|
|
"date": "日付",
|