@clerk/localizations 3.16.6-canary.v20250617162417 → 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.mjs
CHANGED
@@ -23431,9 +23431,9 @@ var jaJP = {
|
|
23431
23431
|
},
|
23432
23432
|
legalConsent: {
|
23433
23433
|
checkbox: {
|
23434
|
-
label__onlyPrivacyPolicy:
|
23435
|
-
label__onlyTermsOfService:
|
23436
|
-
label__termsOfServiceAndPrivacyPolicy:
|
23434
|
+
label__onlyPrivacyPolicy: '{{privacyPolicyLink || link("\u500B\u4EBA\u60C5\u5831\u4FDD\u8B77\u65B9\u91DD")}}\u306B\u540C\u610F\u3057\u307E\u3059',
|
23435
|
+
label__onlyTermsOfService: '{{termsOfServiceLink || link("\u5229\u7528\u898F\u7D04")}}\u306B\u540C\u610F\u3057\u307E\u3059',
|
23436
|
+
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'
|
23437
23437
|
},
|
23438
23438
|
continue: {
|
23439
23439
|
subtitle: void 0,
|