1
0
mirror of https://github.com/privacyguides/i18n.git synced 2025-11-17 05:42:39 +00:00

New Crowdin translations by GitHub Action

This commit is contained in:
Crowdin Bot
2023-10-22 07:33:06 +00:00
parent fd1a63ec9e
commit 4866f835ca
11 changed files with 88 additions and 88 deletions

View File

@@ -2,7 +2,7 @@
title: ブランドガイドライン
---
ウェブサイトの名前は **Privacy Guides** であり、次のように変更**しない**でください:
ウェブサイトの名前は**Privacy Guides**です。次のように変更**しないでください**
<div class="pg-red" markdown>
- PrivacyGuides
@@ -11,9 +11,9 @@ title: ブランドガイドライン
- PG.org
</div>
サブレディットの名前は **r/PrivacyGuides** または **the Privacy Guides Subreddit** です。
Subredditの名前は**r/PrivacyGuides**または**the Privacy Guides Subreddit**です。
その他のブランドガイドラインについては、次のサイトを参照してください。 [github.com/privacyguides/brand](https://github.com/privacyguides/brand)
その他のブランドガイドラインについては、[github.com/privacyguides/brand](https://github.com/privacyguides/brand)を参照してください。
## 商標

View File

@@ -2,11 +2,11 @@
title: Gitの推奨事項
---
GitHub.comのウェブエディターでこのウェブサイトに直接変更を加える場合は、この心配する必要はありません。 ローカルで開発している場合、および/または長期的なウェブサイトエディタ(おそらくローカルで開発しているはずです!)である場合は、これらの推奨事項を検討してください。
GitHub.comのウェブエディターでこのウェブサイトに直接変更を加える場合は、このことを心配する必要はありません。 ローカルで開発している場合や、ウェブサイトを長期的に編集している(おそらくローカルで開発しているはずです!)場合は、以下の推奨事項を検討してください。
## SSHキーのコミット署名を有効にする
署名に既存の SSH キーを使用することも、[新しいSSH キーを作成することもできます](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent)
署名に既存の SSH キーを使用することも、[新しいSSH キーを作成することもできます](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent)
1. デフォルトでコミットとタグに署名するように Git クライアントを設定する (remove `--global` to only sign by default for this repo):
```