@oxyhq/core 12.10.2 → 12.10.4

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.
Files changed (59) hide show
  1. package/dist/cjs/.tsbuildinfo +1 -1
  2. package/dist/cjs/i18n/locales/ar-SA.json +20 -2
  3. package/dist/cjs/i18n/locales/ca-ES.json +20 -2
  4. package/dist/cjs/i18n/locales/de-DE.json +20 -2
  5. package/dist/cjs/i18n/locales/en-US.json +6 -1
  6. package/dist/cjs/i18n/locales/es-ES.json +6 -1
  7. package/dist/cjs/i18n/locales/fr-FR.json +20 -2
  8. package/dist/cjs/i18n/locales/it-IT.json +20 -2
  9. package/dist/cjs/i18n/locales/ja-JP.json +20 -2
  10. package/dist/cjs/i18n/locales/ko-KR.json +20 -2
  11. package/dist/cjs/i18n/locales/locales/ar-SA.json +20 -2
  12. package/dist/cjs/i18n/locales/locales/ca-ES.json +20 -2
  13. package/dist/cjs/i18n/locales/locales/de-DE.json +20 -2
  14. package/dist/cjs/i18n/locales/locales/en-US.json +7 -2
  15. package/dist/cjs/i18n/locales/locales/es-ES.json +7 -2
  16. package/dist/cjs/i18n/locales/locales/fr-FR.json +20 -2
  17. package/dist/cjs/i18n/locales/locales/it-IT.json +20 -2
  18. package/dist/cjs/i18n/locales/locales/ja-JP.json +20 -2
  19. package/dist/cjs/i18n/locales/locales/ko-KR.json +20 -2
  20. package/dist/cjs/i18n/locales/locales/pt-PT.json +20 -2
  21. package/dist/cjs/i18n/locales/locales/zh-CN.json +20 -2
  22. package/dist/cjs/i18n/locales/pt-PT.json +20 -2
  23. package/dist/cjs/i18n/locales/zh-CN.json +20 -2
  24. package/dist/esm/.tsbuildinfo +1 -1
  25. package/dist/esm/i18n/locales/ar-SA.json +20 -2
  26. package/dist/esm/i18n/locales/ca-ES.json +20 -2
  27. package/dist/esm/i18n/locales/de-DE.json +20 -2
  28. package/dist/esm/i18n/locales/en-US.json +6 -1
  29. package/dist/esm/i18n/locales/es-ES.json +6 -1
  30. package/dist/esm/i18n/locales/fr-FR.json +20 -2
  31. package/dist/esm/i18n/locales/it-IT.json +20 -2
  32. package/dist/esm/i18n/locales/ja-JP.json +20 -2
  33. package/dist/esm/i18n/locales/ko-KR.json +20 -2
  34. package/dist/esm/i18n/locales/locales/ar-SA.json +20 -2
  35. package/dist/esm/i18n/locales/locales/ca-ES.json +20 -2
  36. package/dist/esm/i18n/locales/locales/de-DE.json +20 -2
  37. package/dist/esm/i18n/locales/locales/en-US.json +7 -2
  38. package/dist/esm/i18n/locales/locales/es-ES.json +7 -2
  39. package/dist/esm/i18n/locales/locales/fr-FR.json +20 -2
  40. package/dist/esm/i18n/locales/locales/it-IT.json +20 -2
  41. package/dist/esm/i18n/locales/locales/ja-JP.json +20 -2
  42. package/dist/esm/i18n/locales/locales/ko-KR.json +20 -2
  43. package/dist/esm/i18n/locales/locales/pt-PT.json +20 -2
  44. package/dist/esm/i18n/locales/locales/zh-CN.json +20 -2
  45. package/dist/esm/i18n/locales/pt-PT.json +20 -2
  46. package/dist/esm/i18n/locales/zh-CN.json +20 -2
  47. package/dist/types/.tsbuildinfo +1 -1
  48. package/package.json +2 -2
  49. package/src/i18n/locales/ar-SA.json +20 -2
  50. package/src/i18n/locales/ca-ES.json +20 -2
  51. package/src/i18n/locales/de-DE.json +20 -2
  52. package/src/i18n/locales/en-US.json +7 -2
  53. package/src/i18n/locales/es-ES.json +7 -2
  54. package/src/i18n/locales/fr-FR.json +20 -2
  55. package/src/i18n/locales/it-IT.json +20 -2
  56. package/src/i18n/locales/ja-JP.json +20 -2
  57. package/src/i18n/locales/ko-KR.json +20 -2
  58. package/src/i18n/locales/pt-PT.json +20 -2
  59. package/src/i18n/locales/zh-CN.json +20 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oxyhq/core",
3
- "version": "12.10.2",
3
+ "version": "12.10.4",
4
4
  "description": "OxyHQ SDK Foundation — API client, authentication, cryptographic identity, and shared utilities",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -94,7 +94,7 @@
94
94
  "typescript": "tsc --noEmit",
95
95
  "test": "jest --passWithNoTests",
96
96
  "lint": "biome lint --error-on-warnings ./src",
97
- "prepublishOnly": "bun run clean && bun run build",
97
+ "prepublishOnly": "node ../../scripts/assert-bun-publish.mjs && bun run clean && bun run build",
98
98
  "release": "rm -rf dist && bun run build && release-it",
99
99
  "generate:display-name-policy": "node scripts/generateDisplayNamePolicyRanges.mjs"
100
100
  },
@@ -123,7 +123,8 @@
123
123
  "getCommons": "احصل على Commons",
124
124
  "commonsNotInstalled": "لا تملك Commons؟ احصل على التطبيق لتسجيل الدخول بمعرّف Oxy الخاص بك.",
125
125
  "showQrAnyway": "لدي Commons على جهاز آخر",
126
- "switchWhileSignedInAs": "تبديل الحساب، مسجّل الدخول باسم {{name}}"
126
+ "switchWhileSignedInAs": "تبديل الحساب، مسجّل الدخول باسم {{name}}",
127
+ "manageOnDevice": "إدارة الحسابات على هذا الجهاز"
127
128
  },
128
129
  "common": {
129
130
  "actions": {
@@ -247,6 +248,23 @@
247
248
  "openHint": "يفتح قائمة الحساب",
248
249
  "openWithUser": "قائمة حساب {{name}}",
249
250
  "switching": "جارٍ تبديل الحساب…",
250
- "signOutAccount": "تسجيل خروج {{name}}"
251
+ "signOutAccount": "تسجيل خروج {{name}}",
252
+ "greeting": "مرحبًا، {{name}}!",
253
+ "switchAccount": "تبديل الحساب",
254
+ "storage": {
255
+ "title": "تخزين Oxy",
256
+ "usage": "{{used}} من {{total}} مستخدم",
257
+ "used": "مستخدم",
258
+ "free": "متاح",
259
+ "unavailable": "تفاصيل الاستخدام غير متاحة",
260
+ "upgrade": "ترقية الخطة",
261
+ "manage": "إدارة التخزين"
262
+ },
263
+ "data": "بياناتك في Oxy",
264
+ "settings": "إعدادات Oxy",
265
+ "help": "المساعدة والملاحظات",
266
+ "signOut": "تسجيل الخروج",
267
+ "privacy": "سياسة الخصوصية",
268
+ "terms": "شروط الخدمة"
251
269
  }
252
270
  }
@@ -123,7 +123,8 @@
123
123
  "getCommons": "Descarrega Commons",
124
124
  "commonsNotInstalled": "No tens Commons? Descarrega l'app per iniciar sessió amb el teu Oxy ID.",
125
125
  "showQrAnyway": "Tinc Commons en un altre dispositiu",
126
- "switchWhileSignedInAs": "Canvia de compte, amb la sessió iniciada com a {{name}}"
126
+ "switchWhileSignedInAs": "Canvia de compte, amb la sessió iniciada com a {{name}}",
127
+ "manageOnDevice": "Gestionar comptes en aquest dispositiu"
127
128
  },
128
129
  "common": {
129
130
  "actions": {
@@ -247,6 +248,23 @@
247
248
  "openHint": "Obre el menú del compte",
248
249
  "openWithUser": "Menú del compte de {{name}}",
249
250
  "switching": "Canviant de compte…",
250
- "signOutAccount": "Tanca la sessió de {{name}}"
251
+ "signOutAccount": "Tanca la sessió de {{name}}",
252
+ "greeting": "Hola, {{name}}!",
253
+ "switchAccount": "Canviar de compte",
254
+ "storage": {
255
+ "title": "Emmagatzematge d'Oxy",
256
+ "usage": "{{used}} de {{total}} en ús",
257
+ "used": "En ús",
258
+ "free": "Lliure",
259
+ "unavailable": "Detalls d'ús no disponibles",
260
+ "upgrade": "Millorar el pla",
261
+ "manage": "Gestionar l'emmagatzematge"
262
+ },
263
+ "data": "Les teves dades a Oxy",
264
+ "settings": "Configuració d'Oxy",
265
+ "help": "Ajuda i comentaris",
266
+ "signOut": "Tancar sessió",
267
+ "privacy": "Política de privacitat",
268
+ "terms": "Condicions del servei"
251
269
  }
252
270
  }
@@ -123,7 +123,8 @@
123
123
  "getCommons": "Commons herunterladen",
124
124
  "commonsNotInstalled": "Kein Commons? Holen Sie sich die App, um sich mit Ihrer Oxy-ID anzumelden.",
125
125
  "showQrAnyway": "Ich habe Commons auf einem anderen Gerät",
126
- "switchWhileSignedInAs": "Konto wechseln, angemeldet als {{name}}"
126
+ "switchWhileSignedInAs": "Konto wechseln, angemeldet als {{name}}",
127
+ "manageOnDevice": "Konten auf diesem Gerät verwalten"
127
128
  },
128
129
  "common": {
129
130
  "actions": {
@@ -247,6 +248,23 @@
247
248
  "openHint": "Öffnet das Kontomenü",
248
249
  "openWithUser": "Kontomenü für {{name}}",
249
250
  "switching": "Konto wird gewechselt…",
250
- "signOutAccount": "{{name}} abmelden"
251
+ "signOutAccount": "{{name}} abmelden",
252
+ "greeting": "Hallo, {{name}}!",
253
+ "switchAccount": "Konto wechseln",
254
+ "storage": {
255
+ "title": "Oxy-Speicher",
256
+ "usage": "{{used}} von {{total}} belegt",
257
+ "used": "Belegt",
258
+ "free": "Frei",
259
+ "unavailable": "Nutzungsdetails nicht verfügbar",
260
+ "upgrade": "Plan upgraden",
261
+ "manage": "Speicher verwalten"
262
+ },
263
+ "data": "Deine Daten bei Oxy",
264
+ "settings": "Oxy-Einstellungen",
265
+ "help": "Hilfe & Feedback",
266
+ "signOut": "Abmelden",
267
+ "privacy": "Datenschutzerklärung",
268
+ "terms": "Nutzungsbedingungen"
251
269
  }
252
270
  }
@@ -130,6 +130,7 @@
130
130
  }
131
131
  },
132
132
  "welcomeNew": {
133
+ "navTitle": "Welcome",
133
134
  "welcome": {
134
135
  "titleWithName": "Welcome, {{username}} 👋",
135
136
  "title": "Welcome 👋",
@@ -200,6 +201,7 @@
200
201
  "search": "Search languages"
201
202
  },
202
203
  "profile": {
204
+ "title": "Profile",
203
205
  "edit": "Edit Profile",
204
206
  "noBio": "This user has no bio yet.",
205
207
  "joinedOn": "Joined {{date}}",
@@ -1361,6 +1363,7 @@
1361
1363
  "footer": "Need more help? Visit our Help Center for additional information."
1362
1364
  },
1363
1365
  "payment": {
1366
+ "title": "Payment",
1364
1367
  "summary": {
1365
1368
  "title": "Payment Summary",
1366
1369
  "orderSummary": "Order Summary",
@@ -1758,7 +1761,9 @@
1758
1761
  "toasts": {
1759
1762
  "success": "Account created",
1760
1763
  "failed": "Failed to create account"
1761
- }
1764
+ },
1765
+ "typeSection": "Account type",
1766
+ "detailsSection": "Details"
1762
1767
  },
1763
1768
  "manage": {
1764
1769
  "create": {
@@ -2068,4 +2073,4 @@
2068
2073
  "deny": "Cancel",
2069
2074
  "disclaimer": "By continuing, {{app}} will be able to sign in with your Oxy account. You can manage connected apps anytime in your Oxy account settings."
2070
2075
  }
2071
- }
2076
+ }
@@ -130,6 +130,7 @@
130
130
  }
131
131
  },
132
132
  "profile": {
133
+ "title": "Perfil",
133
134
  "edit": "Editar perfil",
134
135
  "noBio": "Este usuario aún no tiene biografía.",
135
136
  "joinedOn": "Se unió el {{date}}",
@@ -947,6 +948,7 @@
947
948
  }
948
949
  },
949
950
  "welcomeNew": {
951
+ "navTitle": "Bienvenida",
950
952
  "welcome": {
951
953
  "titleWithName": "Te damos la bienvenida, {{username}} 👋",
952
954
  "title": "Te damos la bienvenida 👋",
@@ -1361,6 +1363,7 @@
1361
1363
  "footer": "¿Necesitas más ayuda? Visita nuestro Centro de Ayuda para información adicional."
1362
1364
  },
1363
1365
  "payment": {
1366
+ "title": "Pago",
1364
1367
  "summary": {
1365
1368
  "title": "Resumen del pago",
1366
1369
  "orderSummary": "Resumen del pedido",
@@ -1758,7 +1761,9 @@
1758
1761
  "toasts": {
1759
1762
  "success": "Cuenta creada",
1760
1763
  "failed": "No se pudo crear la cuenta"
1761
- }
1764
+ },
1765
+ "typeSection": "Tipo de cuenta",
1766
+ "detailsSection": "Detalles"
1762
1767
  },
1763
1768
  "manage": {
1764
1769
  "create": {
@@ -2068,4 +2073,4 @@
2068
2073
  "deny": "Cancelar",
2069
2074
  "disclaimer": "Al continuar, {{app}} podrá iniciar sesión con tu cuenta de Oxy. Puedes gestionar las apps conectadas cuando quieras en los ajustes de tu cuenta de Oxy."
2070
2075
  }
2071
- }
2076
+ }
@@ -123,7 +123,8 @@
123
123
  "getCommons": "Obtenir Commons",
124
124
  "commonsNotInstalled": "Pas de Commons ? Téléchargez l'app pour vous connecter avec votre Oxy ID.",
125
125
  "showQrAnyway": "J'ai Commons sur un autre appareil",
126
- "switchWhileSignedInAs": "Changer de compte, connecté en tant que {{name}}"
126
+ "switchWhileSignedInAs": "Changer de compte, connecté en tant que {{name}}",
127
+ "manageOnDevice": "Gérer les comptes sur cet appareil"
127
128
  },
128
129
  "common": {
129
130
  "actions": {
@@ -247,6 +248,23 @@
247
248
  "openHint": "Ouvre le menu du compte",
248
249
  "openWithUser": "Menu du compte de {{name}}",
249
250
  "switching": "Changement de compte…",
250
- "signOutAccount": "Déconnecter {{name}}"
251
+ "signOutAccount": "Déconnecter {{name}}",
252
+ "greeting": "Bonjour, {{name}} !",
253
+ "switchAccount": "Changer de compte",
254
+ "storage": {
255
+ "title": "Stockage Oxy",
256
+ "usage": "{{used}} sur {{total}} utilisés",
257
+ "used": "Utilisé",
258
+ "free": "Libre",
259
+ "unavailable": "Détails d'utilisation indisponibles",
260
+ "upgrade": "Améliorer l'offre",
261
+ "manage": "Gérer le stockage"
262
+ },
263
+ "data": "Vos données dans Oxy",
264
+ "settings": "Paramètres Oxy",
265
+ "help": "Aide et commentaires",
266
+ "signOut": "Se déconnecter",
267
+ "privacy": "Politique de confidentialité",
268
+ "terms": "Conditions d'utilisation"
251
269
  }
252
270
  }
@@ -123,7 +123,8 @@
123
123
  "getCommons": "Ottieni Commons",
124
124
  "commonsNotInstalled": "Non hai Commons? Scarica l'app per accedere con il tuo Oxy ID.",
125
125
  "showQrAnyway": "Ho Commons su un altro dispositivo",
126
- "switchWhileSignedInAs": "Cambia account, connesso come {{name}}"
126
+ "switchWhileSignedInAs": "Cambia account, connesso come {{name}}",
127
+ "manageOnDevice": "Gestisci account su questo dispositivo"
127
128
  },
128
129
  "common": {
129
130
  "actions": {
@@ -247,6 +248,23 @@
247
248
  "openHint": "Apre il menu dell'account",
248
249
  "openWithUser": "Menu dell'account di {{name}}",
249
250
  "switching": "Cambio account in corso…",
250
- "signOutAccount": "Esci da {{name}}"
251
+ "signOutAccount": "Esci da {{name}}",
252
+ "greeting": "Ciao, {{name}}!",
253
+ "switchAccount": "Cambia account",
254
+ "storage": {
255
+ "title": "Archiviazione Oxy",
256
+ "usage": "{{used}} di {{total}} utilizzati",
257
+ "used": "Utilizzato",
258
+ "free": "Libero",
259
+ "unavailable": "Dettagli di utilizzo non disponibili",
260
+ "upgrade": "Aggiorna piano",
261
+ "manage": "Gestisci archiviazione"
262
+ },
263
+ "data": "I tuoi dati in Oxy",
264
+ "settings": "Impostazioni Oxy",
265
+ "help": "Aiuto e feedback",
266
+ "signOut": "Esci",
267
+ "privacy": "Informativa sulla privacy",
268
+ "terms": "Termini di servizio"
251
269
  }
252
270
  }
@@ -123,7 +123,8 @@
123
123
  "getCommons": "Commonsを入手",
124
124
  "commonsNotInstalled": "Commonsがありませんか?アプリを入手してOxy IDでサインインしましょう。",
125
125
  "showQrAnyway": "別のデバイスにCommonsがあります",
126
- "switchWhileSignedInAs": "アカウントを切り替え({{name}} としてログイン中)"
126
+ "switchWhileSignedInAs": "アカウントを切り替え({{name}} としてログイン中)",
127
+ "manageOnDevice": "このデバイスのアカウントを管理"
127
128
  },
128
129
  "common": {
129
130
  "actions": {
@@ -247,6 +248,23 @@
247
248
  "openHint": "アカウントメニューを開きます",
248
249
  "openWithUser": "{{name}} のアカウントメニュー",
249
250
  "switching": "アカウントを切り替えています…",
250
- "signOutAccount": "{{name}} をログアウト"
251
+ "signOutAccount": "{{name}} をログアウト",
252
+ "greeting": "こんにちは、{{name}}さん!",
253
+ "switchAccount": "アカウントを切り替え",
254
+ "storage": {
255
+ "title": "Oxyストレージ",
256
+ "usage": "{{total}}中{{used}}を使用中",
257
+ "used": "使用中",
258
+ "free": "空き",
259
+ "unavailable": "使用状況を取得できません",
260
+ "upgrade": "プランをアップグレード",
261
+ "manage": "ストレージを管理"
262
+ },
263
+ "data": "Oxyのデータ",
264
+ "settings": "Oxyの設定",
265
+ "help": "ヘルプとフィードバック",
266
+ "signOut": "サインアウト",
267
+ "privacy": "プライバシーポリシー",
268
+ "terms": "利用規約"
251
269
  }
252
270
  }
@@ -123,7 +123,8 @@
123
123
  "getCommons": "Commons 다운로드",
124
124
  "commonsNotInstalled": "Commons가 없으신가요? 앱을 다운로드하여 Oxy ID로 로그인하세요.",
125
125
  "showQrAnyway": "다른 기기에 Commons가 있습니다",
126
- "switchWhileSignedInAs": "계정 전환, {{name}}(으)로 로그인됨"
126
+ "switchWhileSignedInAs": "계정 전환, {{name}}(으)로 로그인됨",
127
+ "manageOnDevice": "이 기기의 계정 관리"
127
128
  },
128
129
  "common": {
129
130
  "actions": {
@@ -247,6 +248,23 @@
247
248
  "openHint": "계정 메뉴를 엽니다",
248
249
  "openWithUser": "{{name}}의 계정 메뉴",
249
250
  "switching": "계정 전환 중…",
250
- "signOutAccount": "{{name}} 로그아웃"
251
+ "signOutAccount": "{{name}} 로그아웃",
252
+ "greeting": "안녕하세요, {{name}}님!",
253
+ "switchAccount": "계정 전환",
254
+ "storage": {
255
+ "title": "Oxy 저장소",
256
+ "usage": "{{total}} 중 {{used}} 사용",
257
+ "used": "사용됨",
258
+ "free": "여유",
259
+ "unavailable": "사용량 정보를 사용할 수 없음",
260
+ "upgrade": "플랜 업그레이드",
261
+ "manage": "저장소 관리"
262
+ },
263
+ "data": "Oxy의 데이터",
264
+ "settings": "Oxy 설정",
265
+ "help": "도움말 및 피드백",
266
+ "signOut": "로그아웃",
267
+ "privacy": "개인정보 처리방침",
268
+ "terms": "서비스 약관"
251
269
  }
252
270
  }
@@ -123,7 +123,8 @@
123
123
  "getCommons": "Obter o Commons",
124
124
  "commonsNotInstalled": "Não tem o Commons? Obtenha a app para iniciar sessão com o seu Oxy ID.",
125
125
  "showQrAnyway": "Tenho o Commons noutro dispositivo",
126
- "switchWhileSignedInAs": "Mudar de conta, com sessão iniciada como {{name}}"
126
+ "switchWhileSignedInAs": "Mudar de conta, com sessão iniciada como {{name}}",
127
+ "manageOnDevice": "Gerir contas neste dispositivo"
127
128
  },
128
129
  "common": {
129
130
  "actions": {
@@ -247,6 +248,23 @@
247
248
  "openHint": "Abre o menu da conta",
248
249
  "openWithUser": "Menu da conta de {{name}}",
249
250
  "switching": "A mudar de conta…",
250
- "signOutAccount": "Terminar sessão de {{name}}"
251
+ "signOutAccount": "Terminar sessão de {{name}}",
252
+ "greeting": "Olá, {{name}}!",
253
+ "switchAccount": "Mudar de conta",
254
+ "storage": {
255
+ "title": "Armazenamento Oxy",
256
+ "usage": "{{used}} de {{total}} em uso",
257
+ "used": "Em uso",
258
+ "free": "Livre",
259
+ "unavailable": "Detalhes de utilização indisponíveis",
260
+ "upgrade": "Atualizar plano",
261
+ "manage": "Gerir armazenamento"
262
+ },
263
+ "data": "Os seus dados no Oxy",
264
+ "settings": "Definições do Oxy",
265
+ "help": "Ajuda e feedback",
266
+ "signOut": "Terminar sessão",
267
+ "privacy": "Política de privacidade",
268
+ "terms": "Termos de serviço"
251
269
  }
252
270
  }
@@ -123,7 +123,8 @@
123
123
  "getCommons": "获取 Commons",
124
124
  "commonsNotInstalled": "没有 Commons?获取应用以使用您的 Oxy ID 登录。",
125
125
  "showQrAnyway": "我在另一台设备上有 Commons",
126
- "switchWhileSignedInAs": "切换账号,当前登录为 {{name}}"
126
+ "switchWhileSignedInAs": "切换账号,当前登录为 {{name}}",
127
+ "manageOnDevice": "管理此设备上的账号"
127
128
  },
128
129
  "common": {
129
130
  "actions": {
@@ -247,6 +248,23 @@
247
248
  "openHint": "打开账户菜单",
248
249
  "openWithUser": "{{name}} 的账户菜单",
249
250
  "switching": "正在切换账户…",
250
- "signOutAccount": "退出 {{name}}"
251
+ "signOutAccount": "退出 {{name}}",
252
+ "greeting": "你好,{{name}}!",
253
+ "switchAccount": "切换账号",
254
+ "storage": {
255
+ "title": "Oxy 存储",
256
+ "usage": "已使用 {{used}} / {{total}}",
257
+ "used": "已用",
258
+ "free": "可用",
259
+ "unavailable": "无法获取用量详情",
260
+ "upgrade": "升级方案",
261
+ "manage": "管理存储"
262
+ },
263
+ "data": "你在 Oxy 中的数据",
264
+ "settings": "Oxy 设置",
265
+ "help": "帮助与反馈",
266
+ "signOut": "退出登录",
267
+ "privacy": "隐私政策",
268
+ "terms": "服务条款"
251
269
  }
252
270
  }