From 56780c4a9189ad34c4c4f209456370c65b53bd1b Mon Sep 17 00:00:00 2001 From: hebiko Date: Tue, 11 Mar 2025 12:43:12 +0900 Subject: [PATCH 1/3] =?UTF-8?q?SD=3D1005:=20=E5=90=8C=E6=9C=9F=E3=81=AE?= =?UTF-8?q?=E3=82=AC=E3=82=A4=E3=83=89=E3=83=A9=E3=82=A4=E3=83=B3=E3=82=92?= =?UTF-8?q?=E8=BF=BD=E5=8A=A0=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../articles/products/components/app-header/index.mdx | 3 +++ .../products/contents/idiomatic-usage/action.mdx | 10 +++++++++- .../products/contents/idiomatic-usage/ichiran.mdx | 1 + 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/src/content/articles/products/components/app-header/index.mdx b/src/content/articles/products/components/app-header/index.mdx index 3436d257a..1ee289064 100644 --- a/src/content/articles/products/components/app-header/index.mdx +++ b/src/content/articles/products/components/app-header/index.mdx @@ -113,6 +113,9 @@ AppNaviは以下の要素で構成されています。 `desktopNavigationAdditionalContent`propsを利用して表示します。 +##### 関連リンク +- [「同期」と表記し、「再取得」の使用は控える](/products/contents/idiomatic-usage/action/#use-synk) + #### 4. リリースノートボタン(任意) 現在アクセスしているアプリケーションのリリースノートを確認するためのボタンです。 diff --git a/src/content/articles/products/contents/idiomatic-usage/action.mdx b/src/content/articles/products/contents/idiomatic-usage/action.mdx index 19b2c72c5..aebc74852 100644 --- a/src/content/articles/products/contents/idiomatic-usage/action.mdx +++ b/src/content/articles/products/contents/idiomatic-usage/action.mdx @@ -244,4 +244,12 @@ ZIPファイルに含まれるファイルを取り出すときのアクショ 「開く」は、特にWindowsの場合、「展開」とは動作が異なる可能性があるため、使用は控えます。 ### 議事録 https://kufuinc.slack.com/archives/CJX59GJFR/p1731573095610129 -{/* textlint-enable */} \ No newline at end of file +{/* textlint-enable */} + +{} +## 「同期」と表記し、「再取得」の使用は控える +### 説明 +データを取り込んで、取得元と同じ状態にすることを「データを同期する」と表記します。 + +### 議事録 +https://kufuinc.slack.com/archives/C01L7GK9APK/p1740989897873739 diff --git a/src/content/articles/products/contents/idiomatic-usage/ichiran.mdx b/src/content/articles/products/contents/idiomatic-usage/ichiran.mdx index 0a0788140..511f4cd1c 100644 --- a/src/content/articles/products/contents/idiomatic-usage/ichiran.mdx +++ b/src/content/articles/products/contents/idiomatic-usage/ichiran.mdx @@ -127,6 +127,7 @@ ignoreH3Nav: true | 展開 | 解凍, 開く | [ZIPファイルの「展開」と表記し、「解凍」または「開く」の使用は控える](/products/contents/idiomatic-usage/action/#use-extract-for-zip-files) | | テンプレート | フォーマット | [「テンプレート」と「フォーマット」の使い分け](/products/contents/idiomatic-usage/other/#use-template-and-avoid-format) | | 問い合わせ | 問合せ | [送りがなをつけて表記する](/products/contents/idiomatic-usage/hiragana/#attach-okurigana) | +| 同期 | 再取得 | [「同期」と表記し、「再取得」の使用は控える](/products/contents/idiomatic-usage/action/#use-synk)| | 動作環境 | 推奨環境 | [「動作環境」と表記し、「推奨環境」の使用は控える](/products/contents/idiomatic-usage/other/#use-operating-environment-and-avoid-recommended-environment)| | とおり | 通り | [平仮名にしたほうが読みやすい漢字は平仮名にする](/products/contents/idiomatic-usage/hiragana/#use-hiragana-for-kanji-that-is-easier-to-read-as-hiragana) | | とき | 時 | [平仮名にしたほうが読みやすい漢字は平仮名にする](/products/contents/idiomatic-usage/hiragana/#use-hiragana-for-kanji-that-is-easier-to-read-as-hiragana) | From f267fd418adfdc936695c219034e2010c45ad7cb Mon Sep 17 00:00:00 2001 From: hebiko Date: Tue, 11 Mar 2025 12:46:38 +0900 Subject: [PATCH 2/3] =?UTF-8?q?index.mdx=E3=81=AE=E5=A4=89=E6=9B=B4?= =?UTF-8?q?=E3=82=92=E3=81=84=E3=81=A3=E3=81=9F=E3=82=93=E5=89=8A=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/content/articles/products/components/app-header/index.mdx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/content/articles/products/components/app-header/index.mdx b/src/content/articles/products/components/app-header/index.mdx index 1ee289064..3436d257a 100644 --- a/src/content/articles/products/components/app-header/index.mdx +++ b/src/content/articles/products/components/app-header/index.mdx @@ -113,9 +113,6 @@ AppNaviは以下の要素で構成されています。 `desktopNavigationAdditionalContent`propsを利用して表示します。 -##### 関連リンク -- [「同期」と表記し、「再取得」の使用は控える](/products/contents/idiomatic-usage/action/#use-synk) - #### 4. リリースノートボタン(任意) 現在アクセスしているアプリケーションのリリースノートを確認するためのボタンです。 From eec92378baf5e5962d175478102fe841d25e9bc3 Mon Sep 17 00:00:00 2001 From: hebiko Date: Tue, 11 Mar 2025 13:56:04 +0900 Subject: [PATCH 3/3] =?UTF-8?q?index.md=E3=81=AB=E3=83=AA=E3=83=B3?= =?UTF-8?q?=E3=82=AF=E3=82=92=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/content/articles/products/components/app-header/index.mdx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/content/articles/products/components/app-header/index.mdx b/src/content/articles/products/components/app-header/index.mdx index 3436d257a..7e82e9754 100644 --- a/src/content/articles/products/components/app-header/index.mdx +++ b/src/content/articles/products/components/app-header/index.mdx @@ -113,6 +113,9 @@ AppNaviは以下の要素で構成されています。 `desktopNavigationAdditionalContent`propsを利用して表示します。 +##### 関連ページ +- [「同期」と表記し、「再取得」の使用は控える](/products/contents/idiomatic-usage/action/#use-synk) + #### 4. リリースノートボタン(任意) 現在アクセスしているアプリケーションのリリースノートを確認するためのボタンです。