Skip to content

Commit 28eea1a

Browse files
jk-kim0claudeAtlas
authored
mdx: administrator-manual/web-apps 교정/교열 (ko/en/ja) (#876)
## 변경 내용 `src/content/{ko,en,ja}/administrator-manual/web-apps/` 하위 문서 교정/교열 ### KO — 16개 파일 **용어 통일** - `웹앱` → `웹 앱` (띄어쓰기 통일) - `웹브라우저` → `웹 브라우저` - `다운로드 받다` → `다운로드받다` (복합어 붙여쓰기) - `기본 값` → `기본값` - `캡쳐` → `캡처` **문장 표현 개선** - `~이 가능합니다` → `~할 수 있습니다` - `~를 통해서` → `~를 통해` - `열려있던` → `열려 있던` - `~에 대해서는` → `~은` **구조 수정** - `web-app-configurations.mdx`: Proxy Host / Proxy Port를 각각 별도 항목으로 분리 **서식 수정** - `web-apps.mdx`: `DELETE`, `Delete` 버튼 텍스트에 코드 포맷(백틱) 적용 - `wac-faq.mdx`: 이모지(😂) 제거 ### EN — 4개 파일 - `web-app-configurations.mdx`: Proxy Host / Proxy Port 항목 분리 - `web-apps.mdx`: `DELETE`, `Delete` 백틱 적용 - `wac-quickstart.mdx`: 파일 끝 빈 줄 제거 - `wac-faq.mdx`: 이모지 제거 및 문장 표현 개선 ### JA — 10개 파일 - `web-app-configurations.mdx`: Proxy Host / Proxy Port 항목 분리 - `web-apps.mdx`: `DELETE`, `Delete` 백틱 적용 / `検索が可能` → `検索できます` 통일 - `wac-quickstart.mdx`: Callout 문장 개선 / 파일 끝 빈 줄 제거 - `1028-wac-rbac-guide.mdx`: 인라인 코드 뒤 조사 공백 제거 - `1030-wac-jit-permission-acquisition-guide.mdx`: 조사 추가 - `wac-faq.mdx`: 이모지 제거 및 문장 표현 개선 - `wac-troubleshooting-guide.mdx`: 문장 표현 개선 - `access-control.mdx` / `policies.mdx` / `roles.mdx`: `検索/照会が可能` → `できます` 통일 ### 검증 Skeleton MDX 비교 — 16개 파일 KO/EN/JA 구조 완전 일치 ✓ 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Atlas <atlas@jk.agent> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com> Co-authored-by: Atlas <atlas@jk.agent>
1 parent 8199e72 commit 28eea1a

30 files changed

Lines changed: 60 additions & 60 deletions

src/content/en/administrator-manual/web-apps/connection-management/web-app-configurations.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ Administrator &gt; Web Apps &gt; Connection Management &gt; Web App Configuratio
2222
* **Just-in-time Access Request Configurations :** Manage settings for temporary access requests.
2323
* **Maximum Access Duration (minutes)** : Set the maximum allowed time for temporary access requests in minutes. The default value is 60 minutes.
2424
* **WAC Proxy Configurations :** Manage QueryPie WAC proxy information.
25-
* **Proxy Host** : Displays the host address of the WAC proxy server. **Proxy Port** : Displays the port number of the WAC proxy server.
25+
* **Proxy Host** : Displays the host address of the WAC proxy server.
26+
* **Proxy Port** : Displays the port number of the WAC proxy server.
2627
* **QueryPie Web Secure (Extension) Configurations :** Manage files and version information for QueryPie Web Secure extension deployment.
2728
* **Extension File** : Displays the download URL of the Chrome extension file.
2829
* **Current Version** : Displays the version of the currently installed extension.

src/content/en/administrator-manual/web-apps/connection-management/web-apps.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ In the modal window, only users with Status Active are displayed, and you can se
8787
1. Navigate to Administrator &gt; Web Apps &gt; Connection Management &gt; Web Apps menu.
8888
2. Check the checkbox on the left of the target web app to delete in the table.
8989
3. Click the Delete button that appears on the table column line.
90-
4. When a popup appears, enter the DELETE text and click the Delete button to proceed with deletion.
90+
4. When a popup appears, enter the `DELETE` text and click the `Delete` button to proceed with deletion.
9191

9292
<Callout type="important">
9393
When deleting a Web App, all access permissions for that web app granted to users/groups are deleted in bulk.

src/content/en/administrator-manual/web-apps/wac-quickstart.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,4 +298,3 @@ Admin &gt; Audit &gt; Web Apps &gt; User Activity Recordings &gt; Details
298298
2. URL (page URL being accessed)
299299
3. Tab ID (tab ID used)
300300
4. Screenshots of pages users were actually viewing are saved for each event.
301-

src/content/en/administrator-manual/web-apps/wac-quickstart/wac-faq.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ If you have any other questions, please contact us through QueryPie Support.
1212

1313
#### The extension update notification modal appeared. When is an update necessary?
1414

15-
The update notification modal appears when extension updates are essential due to WAC feature updates.
15+
The update notification modal appears when an extension update is required due to WAC feature updates.
1616

1717
By comparing the currently used extension version with the minimum required version according to the QueryPie Host version, if the currently used version is lower than the minimum required version, you must proceed with the update.
1818

@@ -39,9 +39,9 @@ Event recording has a certain debouncing time, so if multiple types of events oc
3939

4040
#### I opened a link in the web app with "Open in new tab" but Event Snapshot wasn't recorded.
4141

42-
When opening a link in a new tab, the Extension cannot know the screen loaded in the newly opened tab, so Navigated event screenshots are not captured. 😂
42+
When opening a link in a new tab, the Extension cannot know the screen loaded in the newly opened tab, so Navigated event screenshots are not captured.
4343

44-
However, if other events (such as mouse clicks) occur, screenshots are immediately recorded. Please keep this in mind.
44+
However, if other events (such as mouse clicks) occur, screenshots are immediately recorded.
4545

4646

4747
#### The extension's user information shows N/A and doesn't change even after refreshing.

src/content/ja/administrator-manual/web-apps/connection-management/web-app-configurations.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ Administrator &gt; Web Apps &gt; Connection Management &gt; Web App Configuratio
2222
* **Just-in-time Access Request Configurations :** 一時アクセス要求に対する設定を管理します。
2323
* **Maximum Access Duration (minutes)** : 一時アクセス要求時最大許可時間を分単位で設定します。デフォルト値は60分です。
2424
* **WAC Proxy Configurations :** QueryPie WACプロキシ情報を管理します。
25-
* **Proxy Host** : WACプロキシサーバーのホストアドレスが表示されます。 **Proxy Port** : WACプロキシサーバーのポート番号が表示されます。
25+
* **Proxy Host** : WACプロキシサーバーのホストアドレスが表示されます。
26+
* **Proxy Port** : WACプロキシサーバーのポート番号が表示されます。
2627
* **QueryPie Web Secure (Extension) Configurations :** QueryPie Web Secure拡張プログラム配布のためのファイルとバージョン情報を管理します。
2728
* **Extension File** : クローム拡張プログラムファイルのダウンロードURLが表示されます。
2829
* **Current Version** : 現在インストールされた拡張プログラムのバージョンが表示されます。

src/content/ja/administrator-manual/web-apps/connection-management/web-apps.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Administrator &gt; Web Apps &gt; Connection Management &gt; Web Apps
2222
### Web App照会
2323

2424
1. Administrator &gt; Web Apps &gt; Connection Management &gt; Web Appsメニューに移動します。
25-
2. テーブル左上の検索窓を通じてウェブアプリ名を条件に検索が可能です
25+
2. テーブル左上の検索窓を通じてウェブアプリ名を条件に検索できます
2626
3. テーブル右上のリフレッシュボタンを通じてウェブアプリリストを最新化できます。
2727
4. テーブルで以下のカラム情報を提供します:
2828
1. Name:ウェブアプリ名
@@ -32,7 +32,7 @@ Administrator &gt; Web Apps &gt; Connection Management &gt; Web Apps
3232
5. User Activity Recording:ユーザー活動記録可否(ウェブアプリアクセスと使用記録追跡設定)
3333
6. Created At:ウェブアプリ生成日時
3434
7. Updated At:ウェブアプリ最後修正日時
35-
5. 各行をクリックするとウェブアプリ詳細情報照会が可能です
35+
5. 各行をクリックするとウェブアプリ詳細情報を照会できます
3636

3737
### Web App生成
3838

@@ -87,7 +87,7 @@ Web App生成時または詳細情報画面でOwner/Memberを設定できます
8787
1. Administrator &gt; Web Apps &gt; Connection Management &gt; Web Appsメニューに移動します。
8888
2. テーブル内削除対象ウェブアプリ左側のチェックボックスをチェックします。
8989
3. テーブルカラムラインに現れたDeleteボタンをクリックします。
90-
4. ポップアップが現れたらDELETE文句を記入してDeleteボタンをクリックして削除を進行します
90+
4. ポップアップが現れたら`DELETE`文句を入力して`Delete`ボタンをクリックして削除を進行します
9191

9292
<Callout type="important">
9393
Web App削除時、ユーザー/グループに付与された該当ウェブアプリに対するアクセス権限すべて一括削除されます。

src/content/ja/administrator-manual/web-apps/wac-quickstart.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ Admin &gt; Web Apps &gt; Web App Access Control &gt; Access Control &gt; List De
212212
<Callout type="important">
213213
**注意**
214214

215-
WAC拡張機能インストール前に開いていたタブについては管理が保証されません
215+
WAC拡張機能インストール前に開いていたタブは管理が保証されません
216216
アクセスポリシーの適用と監査ログに問題が生じる可能性があります。
217217

218218
既に開いていたすべてのブラウザタブとウィンドウを閉じてから拡張機能をインストールしてください。
@@ -298,4 +298,3 @@ Admin &gt; Audit &gt; Web Apps &gt; User Activity Recordings &gt; Details
298298
2. URL (アクセスしていたページURL)
299299
3. Tab ID (使用したタブID)
300300
4. イベント別にユーザーが実際に見ていたページのスクリーンショットを残しています。
301-

src/content/ja/administrator-manual/web-apps/wac-quickstart/1028-wac-rbac-guide.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,8 +223,8 @@ spec:
223223
* 開始と終了はアルファベット大文字小文字または数字に制限
224224
* 重複不可
225225

226-
Webアプリのサブパスレベルでアクセス制御ポリシーを運用するためには、`webApp` 配下に `urlPaths` または `urlPathTags` を入力できます。
227-
1つのポリシー内で、1つのWebアプリに対して `urlPaths``urlPathTags` を同時に指定することは **不可能** です。
226+
Webアプリのサブパスレベルでアクセス制御ポリシーを運用するためには、`webApp` 配下に `urlPaths` または `urlPathTags`を入力できます。
227+
1つのポリシー内で、1つのWebアプリに対して `urlPaths``urlPathTags`を同時に指定することは **不可能** です。
228228

229229
#### urlPaths <Badge color="green">OPTIONAL</Badge>
230230

src/content/ja/administrator-manual/web-apps/wac-quickstart/1030-wac-jit-permission-acquisition-guide.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ JIT権限取得Guideは `10.3.0` バージョンを基準に説明します。
6161
</figure>
6262

6363
1. Webアプリ詳細ページにアクセスします
64-
2. 右上「Owner/Member」ボタンをクリックします。
64+
2. 右上の「Owner/Member」ボタンをクリックします。
6565
3. 右側のドロワーウィンドウが開き、対象者を検索して「Assign as」列で左側Ownerと右側Memberボタンを選択して役割を付与します。
6666

6767
<Callout type="info">

src/content/ja/administrator-manual/web-apps/wac-quickstart/wac-faq.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ confluenceUrl: 'https://querypie.atlassian.net/wiki/spaces/QM/pages/927629410/WA
1212

1313
#### エクステンション更新案内モーダルが表示されたが、どのような場合に更新が必要ですか?
1414

15-
WAC機能更新に従ってエクステンション更新が必須的な場合に更新案内モーダルが表示されています
15+
WAC機能更新に従ってエクステンション更新が必須の場合に更新案内モーダルが表示されます
1616

1717
現在使用中のエクステンションバージョンと、QueryPie Hostバージョンによる最低要求バージョンを比較して、現在使用中のバージョンが最低要求バージョンより低い場合は更新を必ず進行しなければなりません。
1818

@@ -39,9 +39,9 @@ WebアプリでUser Activity Recordingがオンになっており、スクロー
3939

4040
#### Webアプリ内のリンクを「新しいタブで開く」したらEvent Snapshotが残りません。
4141

42-
新しいタブでリンクを開く場合、新しく開いたタブで読み込まれた画面をExtensionで知ることができず、Navigatedイベント上のスクリーンショットキャプチャがされません。😂
42+
新しいタブでリンクを開く場合、新しく開いたタブで読み込まれた画面をExtensionで知ることができず、Navigatedイベント上のスクリーンショットキャプチャがされません。
4343

44-
ただし他のイベント(マウスクリックなど)が発生した場合はスクリーンショットがすぐに残る点を参考にお願いします
44+
ただし他のイベント(マウスクリックなど)が発生した場合はスクリーンショットがすぐに残ります
4545

4646

4747
#### エクステンションのユーザー情報がN/Aで表示され、リフレッシュしても変化がありません。

0 commit comments

Comments
 (0)