@clerk/localizations 3.16.6-canary.v20250617171815 → 3.16.6-canary.v20250617180443
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -3
- package/dist/index.mjs.map +1 -1
- package/dist/ja-JP.js +3 -3
- package/dist/ja-JP.js.map +1 -1
- package/dist/ja-JP.mjs +3 -3
- package/dist/ja-JP.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
@@ -23496,9 +23496,9 @@ var jaJP = {
|
|
23496
23496
|
},
|
23497
23497
|
legalConsent: {
|
23498
23498
|
checkbox: {
|
23499
|
-
label__onlyPrivacyPolicy:
|
23500
|
-
label__onlyTermsOfService:
|
23501
|
-
label__termsOfServiceAndPrivacyPolicy:
|
23499
|
+
label__onlyPrivacyPolicy: '{{privacyPolicyLink || link("\u500B\u4EBA\u60C5\u5831\u4FDD\u8B77\u65B9\u91DD")}}\u306B\u540C\u610F\u3057\u307E\u3059',
|
23500
|
+
label__onlyTermsOfService: '{{termsOfServiceLink || link("\u5229\u7528\u898F\u7D04")}}\u306B\u540C\u610F\u3057\u307E\u3059',
|
23501
|
+
label__termsOfServiceAndPrivacyPolicy: '{{termsOfServiceLink || link("\u5229\u7528\u898F\u7D04")}}\u3068{{privacyPolicyLink || link("\u500B\u4EBA\u60C5\u5831\u4FDD\u8B77\u65B9\u91DD")}}\u306B\u540C\u610F\u3057\u307E\u3059'
|
23502
23502
|
},
|
23503
23503
|
continue: {
|
23504
23504
|
subtitle: void 0,
|