From abba0e67b3cc02afa5c91ea4097cbc365271bef7 Mon Sep 17 00:00:00 2001 From: koji Date: Fri, 2 Sep 2022 00:52:27 -0400 Subject: [PATCH] Update ja-translations.json --- translations/locales/ja/translations.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/translations/locales/ja/translations.json b/translations/locales/ja/translations.json index 0dda043d2c..608bdfe78a 100644 --- a/translations/locales/ja/translations.json +++ b/translations/locales/ja/translations.json @@ -599,5 +599,16 @@ }, "Explorer": { "Files": "ファイル" - } + }, + "Cookies": { + "Header": "Cookies", + "Body": "p5.jsエディターはクッキーを使用しています。 いくつかの項目はウェブサイトの機能に不可欠であり、アカウントとプリファレンスを管理することが可能です。 そのほかの項目は不可欠ではありません—それらは分析され、私たちのコミュニティについてより理解するために利用されます。 私たちがこのデータを販売したり、広告に使用したりすることは決してありません。 あなたはどのcookiesの利用を許可するか決めることができます。詳細については私たちの<0>プライバシーポリシー<0>をご参照ください。", + "AllowAll": "すべて許可", + "AllowEssential": "必須項目を許可" + }, + "Legal": { + "PrivacyPolicy": "プライバシーポリシー", + "TermsOfUse": "利用規約", + "CodeOfConduct": "行動規範" } +}