-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SD-1005]同期のガイドラインを追加する #1515
base: main
Are you sure you want to change the base?
[SD-1005]同期のガイドラインを追加する #1515
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
@@ -244,4 +244,12 @@ ZIPファイルに含まれるファイルを取り出すときのアクショ | |||||||||
「開く」は、特にWindowsの場合、「展開」とは動作が異なる可能性があるため、使用は控えます。 | ||||||||||
### 議事録 | ||||||||||
https://kufuinc.slack.com/archives/CJX59GJFR/p1731573095610129 | ||||||||||
{/* textlint-enable */} | ||||||||||
{/* textlint-enable */} | ||||||||||
|
||||||||||
{<span id="use-synk" />} | ||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||
## 「同期」と表記し、「再取得」の使用は控える | ||||||||||
### 説明 | ||||||||||
データを取り込んで、取得元と同じ状態にすることを「データを同期する」と表記します。 | ||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. どこで使うことを想定しているのかわかっていないんですが、「〜する」まで必要ですか?
Suggested change
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 汎用的な用事用語なら↓でもいいのかも
Suggested change
|
||||||||||
|
||||||||||
### 議事録 | ||||||||||
https://kufuinc.slack.com/archives/C01L7GK9APK/p1740989897873739 |
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -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)| | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| 動作環境 | 推奨環境 | [「動作環境」と表記し、「推奨環境」の使用は控える](/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) | | ||||||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.