Skip to content

Commit 304ff9c

Browse files
jk-kim0claude
andcommitted
mdx: administrator-manual root 페이지 교정/교열 (EN/JA)
## Description - KO 교정(b9be237) 내용을 EN/JA에 번역 적용합니다. - `_meta.ts`: "Policy Exception logs" → "Policy Exception Logs" 대소문자 수정 (EN/JA) - `audit.mdx`: "~が可能です" → "~できます" 문체 교정 (JA) - `general.mdx`: 불필요한 수식어 제거, 문장 간결화 (EN/JA) - `kubernetes.mdx`: 문장 구조 재배치 (EN/JA) - `web-apps.mdx`: 장황한 표현 간결화 (EN/JA) ## Related tickets & links - #870 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent b9be237 commit 304ff9c

9 files changed

Lines changed: 11 additions & 11 deletions

File tree

src/content/en/administrator-manual/audit/database-logs/_meta.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ export default {
66
'account-lock-history': 'Account Lock History',
77
'access-control-logs': 'Access Control Logs',
88
'policy-audit-logs': 'Policy Audit Logs',
9-
'policy-exception-logs': 'Policy Exception logs',
9+
'policy-exception-logs': 'Policy Exception Logs',
1010
};

src/content/en/administrator-manual/general.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ confluenceUrl: 'https://querypie.atlassian.net/wiki/spaces/QM/pages/544080057/Ge
77

88
### Overview
99

10-
General is the first gateway to the administrator page and a page for managing various general settings across QueryPie, including security settings management, user and group management, workflow approval line management, integration connections, and API token management.
10+
General is the first gateway to the administrator page for managing general settings across QueryPie, including security settings, user and group management, workflow approval lines, integrations, and API token management.
1111

1212
<figure data-layout="center" data-align="center">
1313
<img src="/administrator-manual/general/image-20240724-054109.png" alt="Administrator &gt; General &gt; Company Management &gt; Security" width="760" />

src/content/en/administrator-manual/kubernetes.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import { Callout } from 'nextra/components'
1414
### Overview
1515

1616
QueryPie KAC is a Kubernetes API protection solution for centrally managing cloud infrastructure such as AWS EKS and other on-premises Kubernetes clusters.
17-
With KAC, administrators can perform granular control over user Kubernetes resource API access restrictions and management, as well as audit and monitor Kubernetes APIs requested by users.
17+
With KAC, administrators can granularly restrict and manage user Kubernetes resource API access, and audit and monitor Kubernetes APIs requested by users.
1818

1919

2020
### Recommended KAC Initial Setup Order

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ The detailed features provided by WAC are as follows.
2020

2121
Additionally, the following features are planned to be provided through feature updates.
2222

23-
* Permission Control: Controls actions for major operations of web applications, even for authorized users.
24-
* Sensitive Information Control: Restricts display of important information, even for authorized operations by authorized users.
23+
* Permission Control: Controls major operations of web applications, even for authorized users.
24+
* Sensitive Information Control: Restricts display of sensitive information, even for authorized operations by authorized users.
2525

2626

2727
### Web Apps Sub-features

src/content/ja/administrator-manual/audit.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ QueryPie内で起こるすべての活動は監査ログに記録されます。
1717

1818
* **監査ログ抽出** : **Audit Log Export** メニューで監査ログをファイル形式で抽出して保存できます。
1919
* **レポート出力** : **Report** メニューでQueryPieのデータ現況をレポート形式で出力できます。
20-
* **監査ログ照会** : Auditメニュー下の **個別ログページ** でログのリアルタイム照会、検索およびフィルタリングが可能です
20+
* **監査ログ照会** : Auditメニュー下の**個別ログページ**でログをリアルタイムで照会し、検索およびフィルタリングできます
2121

2222

2323
### 照会可能な監査ログ種類

src/content/ja/administrator-manual/audit/database-logs/_meta.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ export default {
66
'account-lock-history': 'Account Lock History',
77
'access-control-logs': 'Access Control Logs',
88
'policy-audit-logs': 'Policy Audit Logs',
9-
'policy-exception-logs': 'Policy Exception logs',
9+
'policy-exception-logs': 'Policy Exception Logs',
1010
};

src/content/ja/administrator-manual/general.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ confluenceUrl: 'https://querypie.atlassian.net/wiki/spaces/QM/pages/544080057/Ge
77

88
### Overview
99

10-
Generalは管理者ページに移る最初の関門であり、セキュリティ設定管理、ユーザーおよびグループ管理、ワークフロー決裁ライン管理、統合連携およびAPIトークン管理など様々なQueryPie全般の一般設定を管理するためのページです
10+
Generalは管理者ページの最初の関門であり、セキュリティ設定管理、ユーザーおよびグループ管理、ワークフロー決裁ライン管理、統合連携およびAPIトークン管理などQueryPie全般の一般設定を管理するページです
1111

1212
<figure data-layout="center" data-align="center">
1313
<img src="/administrator-manual/general/image-20240724-054109.png" alt="Administrator &gt; General &gt; Company Management &gt; Security" width="760" />

src/content/ja/administrator-manual/kubernetes.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import { Callout } from 'nextra/components'
1414
### Overview
1515

1616
QueryPie KACはAWS EKSやその他のオンプレミスKubernetesクラスターのようなクラウドインフラを中央で管理するためのKubernetes API保護ソリューションです。
17-
KACを使用すると管理者は細かくユーザーのKubernetesリソースAPIアクセス制限および管理を実行し、ユーザーが要求したKubernetes APIを監査およびモニタリングできます
17+
KACを使用すると、管理者はユーザーのKubernetesリソースAPIアクセスをきめ細かく制限・管理でき、ユーザーが要求したKubernetes APIを監査・モニタリングできます
1818

1919

2020
### 推奨するKAC初期設定順序

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ WACで提供する詳細機能は以下の通りです。
2020

2121
また、機能更新を通じて以下のような機能を提供予定です。
2222

23-
* 権限制御:許可されたユーザーであっても、該当ウェブアプリケーションの主要作業に対してはその行為を制御します
24-
* 機密情報制御:許可されたユーザーに許可された作業であっても、重要情報に対しては表示を制限します
23+
* 権限制御:許可されたユーザーであっても、ウェブアプリケーションの主要作業は制御します
24+
* 機密情報制御:許可されたユーザーに許可された作業であっても、重要情報の表示を制限します
2525

2626

2727
### Web Apps下位機能

0 commit comments

Comments
 (0)