Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(localizations): Sync missing keys for all locales #5281

Merged
merged 1 commit into from
Mar 4, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/olive-kings-retire.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@clerk/localizations': patch
---

Add `userProfile.start.passkeysSection.primaryButton` as `undefined` to all locales.
1 change: 1 addition & 0 deletions packages/localizations/src/ar-SA.ts
Original file line number Diff line number Diff line change
Expand Up @@ -863,6 +863,7 @@ export const arSA: LocalizationResource = {
passkeysSection: {
menuAction__destructive: 'إزالة',
menuAction__rename: 'إعادة تسمية',
primaryButton: undefined,
title: 'مفاتيح المرور',
},
passwordSection: {
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/be-BY.ts
Original file line number Diff line number Diff line change
Expand Up @@ -878,6 +878,7 @@ export const beBY: LocalizationResource = {
passkeysSection: {
menuAction__destructive: 'Выдаліць passkey',
menuAction__rename: 'Перайменаваць passkey',
primaryButton: undefined,
title: 'Passkeys',
},
passwordSection: {
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/bg-BG.ts
Original file line number Diff line number Diff line change
Expand Up @@ -868,6 +868,7 @@ export const bgBG: LocalizationResource = {
passkeysSection: {
menuAction__destructive: undefined,
menuAction__rename: undefined,
primaryButton: undefined,
title: undefined,
},
passwordSection: {
Expand Down
2 changes: 2 additions & 0 deletions packages/localizations/src/ca-ES.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ export const caES: LocalizationResource = {
},
membersPage: {
action__invite: 'Convida',
action__search: undefined,
activeMembersTab: {
menuAction__remove: 'Elimina membre',
tableHeader__actions: undefined,
Expand Down Expand Up @@ -874,6 +875,7 @@ export const caES: LocalizationResource = {
passkeysSection: {
menuAction__destructive: undefined,
menuAction__rename: undefined,
primaryButton: undefined,
title: undefined,
},
passwordSection: {
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/cs-CZ.ts
Original file line number Diff line number Diff line change
Expand Up @@ -866,6 +866,7 @@ export const csCZ: LocalizationResource = {
passkeysSection: {
menuAction__destructive: 'Odstranit',
menuAction__rename: 'Přejmenovat',
primaryButton: undefined,
title: 'Správa klíčů',
},
passwordSection: {
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/da-DK.ts
Original file line number Diff line number Diff line change
Expand Up @@ -868,6 +868,7 @@ export const daDK: LocalizationResource = {
passkeysSection: {
menuAction__destructive: 'Fjern adgangsnøgle',
menuAction__rename: 'Omdøb adgangsnøgle',
primaryButton: undefined,
title: 'Adgangsnøgler',
},
passwordSection: {
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/de-DE.ts
Original file line number Diff line number Diff line change
Expand Up @@ -883,6 +883,7 @@ export const deDE: LocalizationResource = {
passkeysSection: {
menuAction__destructive: 'Entfernen',
menuAction__rename: 'Umbenennen',
primaryButton: undefined,
title: 'Passkeys',
},
passwordSection: {
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/el-GR.ts
Original file line number Diff line number Diff line change
Expand Up @@ -879,6 +879,7 @@ export const elGR: LocalizationResource = {
passkeysSection: {
menuAction__destructive: undefined,
menuAction__rename: undefined,
primaryButton: undefined,
title: undefined,
},
passwordSection: {
Expand Down
2 changes: 2 additions & 0 deletions packages/localizations/src/en-GB.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ export const enGB: LocalizationResource = {
},
membersPage: {
action__invite: 'Invite',
action__search: undefined,
activeMembersTab: {
menuAction__remove: 'Remove member',
tableHeader__actions: 'Actions',
Expand Down Expand Up @@ -877,6 +878,7 @@ export const enGB: LocalizationResource = {
passkeysSection: {
menuAction__destructive: 'Remove',
menuAction__rename: 'Rename',
primaryButton: undefined,
title: 'Passkeys',
},
passwordSection: {
Expand Down
2 changes: 1 addition & 1 deletion packages/localizations/src/en-US.ts
Original file line number Diff line number Diff line change
Expand Up @@ -864,9 +864,9 @@ export const enUS: LocalizationResource = {
},
},
passkeysSection: {
primaryButton: 'Add a passkey',
menuAction__destructive: 'Remove',
menuAction__rename: 'Rename',
primaryButton: 'Add a passkey',
title: 'Passkeys',
},
passwordSection: {
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/es-ES.ts
Original file line number Diff line number Diff line change
Expand Up @@ -875,6 +875,7 @@ export const esES: LocalizationResource = {
passkeysSection: {
menuAction__destructive: 'Eliminar Clave de Acceso',
menuAction__rename: 'Renombrar Clave de Acceso',
primaryButton: undefined,
title: 'Sección de Claves de Acceso',
},
passwordSection: {
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/es-MX.ts
Original file line number Diff line number Diff line change
Expand Up @@ -876,6 +876,7 @@ export const esMX: LocalizationResource = {
passkeysSection: {
menuAction__destructive: 'Eliminar',
menuAction__rename: 'Renombrar',
primaryButton: undefined,
title: 'Llaves de acceso',
},
passwordSection: {
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/fi-FI.ts
Original file line number Diff line number Diff line change
Expand Up @@ -873,6 +873,7 @@ export const fiFI: LocalizationResource = {
passkeysSection: {
menuAction__destructive: 'Poista',
menuAction__rename: 'Nimeä uudelleen',
primaryButton: undefined,
title: 'Pääsyavaimet',
},
passwordSection: {
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/fr-FR.ts
Original file line number Diff line number Diff line change
Expand Up @@ -878,6 +878,7 @@ export const frFR: LocalizationResource = {
passkeysSection: {
menuAction__destructive: 'Supprimer',
menuAction__rename: 'Renommer',
primaryButton: undefined,
title: 'Clés de sécurité',
},
passwordSection: {
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/he-IL.ts
Original file line number Diff line number Diff line change
Expand Up @@ -850,6 +850,7 @@ export const heIL: LocalizationResource = {
passkeysSection: {
menuAction__destructive: 'הגדר סיסמה',
menuAction__rename: 'עדכן סיסמה',
primaryButton: undefined,
title: 'סיסמה',
},
passwordSection: {
Expand Down
2 changes: 2 additions & 0 deletions packages/localizations/src/hr-HR.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ export const hrHR: LocalizationResource = {
},
membersPage: {
action__invite: 'Pozovi',
action__search: undefined,
activeMembersTab: {
menuAction__remove: 'Ukloni člana',
tableHeader__actions: undefined,
Expand Down Expand Up @@ -874,6 +875,7 @@ export const hrHR: LocalizationResource = {
passkeysSection: {
menuAction__destructive: 'Ukloni',
menuAction__rename: 'Preimenuj',
primaryButton: undefined,
title: 'Pristupni ključevi',
},
passwordSection: {
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/hu-HU.ts
Original file line number Diff line number Diff line change
Expand Up @@ -873,6 +873,7 @@ export const huHU: LocalizationResource = {
passkeysSection: {
menuAction__destructive: 'Eltávolítás',
menuAction__rename: 'Átnevezés',
primaryButton: undefined,
title: 'Passkey-k',
},
passwordSection: {
Expand Down
2 changes: 2 additions & 0 deletions packages/localizations/src/id-ID.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ export const idID: LocalizationResource = {
},
membersPage: {
action__invite: 'Undang',
action__search: undefined,
activeMembersTab: {
menuAction__remove: 'Hapus anggota',
tableHeader__actions: undefined,
Expand Down Expand Up @@ -869,6 +870,7 @@ export const idID: LocalizationResource = {
passkeysSection: {
menuAction__destructive: undefined,
menuAction__rename: undefined,
primaryButton: undefined,
title: undefined,
},
passwordSection: {
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/is-IS.ts
Original file line number Diff line number Diff line change
Expand Up @@ -876,6 +876,7 @@ export const isIS: LocalizationResource = {
passkeysSection: {
menuAction__destructive: 'Fjarlægja',
menuAction__rename: 'Endurnefna',
primaryButton: undefined,
title: 'Lyklar',
},
passwordSection: {
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/it-IT.ts
Original file line number Diff line number Diff line change
Expand Up @@ -873,6 +873,7 @@ export const itIT: LocalizationResource = {
passkeysSection: {
menuAction__destructive: 'Rimuovi chiave di accesso',
menuAction__rename: 'Rinomina chiave di accesso',
primaryButton: undefined,
title: 'Gestisci le tue chiavi di accesso',
},
passwordSection: {
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/ja-JP.ts
Original file line number Diff line number Diff line change
Expand Up @@ -865,6 +865,7 @@ export const jaJP: LocalizationResource = {
passkeysSection: {
menuAction__destructive: undefined,
menuAction__rename: undefined,
primaryButton: undefined,
title: undefined,
},
passwordSection: {
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/ko-KR.ts
Original file line number Diff line number Diff line change
Expand Up @@ -856,6 +856,7 @@ export const koKR: LocalizationResource = {
passkeysSection: {
menuAction__destructive: undefined,
menuAction__rename: undefined,
primaryButton: undefined,
title: undefined,
},
passwordSection: {
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/mn-MN.ts
Original file line number Diff line number Diff line change
Expand Up @@ -871,6 +871,7 @@ export const mnMN: LocalizationResource = {
passkeysSection: {
menuAction__destructive: undefined,
menuAction__rename: undefined,
primaryButton: undefined,
title: undefined,
},
passwordSection: {
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/nb-NO.ts
Original file line number Diff line number Diff line change
Expand Up @@ -870,6 +870,7 @@ export const nbNO: LocalizationResource = {
passkeysSection: {
menuAction__destructive: undefined,
menuAction__rename: undefined,
primaryButton: undefined,
title: undefined,
},
passwordSection: {
Expand Down
2 changes: 2 additions & 0 deletions packages/localizations/src/nl-BE.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ export const nlBE: LocalizationResource = {
},
membersPage: {
action__invite: 'Uitnodigen',
action__search: undefined,
activeMembersTab: {
menuAction__remove: 'Verwijder lid',
tableHeader__actions: 'Acties',
Expand Down Expand Up @@ -866,6 +867,7 @@ export const nlBE: LocalizationResource = {
passkeysSection: {
menuAction__destructive: 'Verwijderen',
menuAction__rename: 'Hernoemen',
primaryButton: undefined,
title: 'Passkeys',
},
passwordSection: {
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/nl-NL.ts
Original file line number Diff line number Diff line change
Expand Up @@ -867,6 +867,7 @@ export const nlNL: LocalizationResource = {
passkeysSection: {
menuAction__destructive: 'Verwijderen',
menuAction__rename: 'Hernoemen',
primaryButton: undefined,
title: 'Passkeys',
},
passwordSection: {
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/pl-PL.ts
Original file line number Diff line number Diff line change
Expand Up @@ -881,6 +881,7 @@ export const plPL: LocalizationResource = {
passkeysSection: {
menuAction__destructive: 'Usuń',
menuAction__rename: 'Zmień nazwę',
primaryButton: undefined,
title: 'Klucze dostępu',
},
passwordSection: {
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/pt-BR.ts
Original file line number Diff line number Diff line change
Expand Up @@ -877,6 +877,7 @@ export const ptBR: LocalizationResource = {
passkeysSection: {
menuAction__destructive: 'Remover',
menuAction__rename: 'Renomear',
primaryButton: undefined,
title: 'Chaves de acesso',
},
passwordSection: {
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/pt-PT.ts
Original file line number Diff line number Diff line change
Expand Up @@ -868,6 +868,7 @@ export const ptPT: LocalizationResource = {
passkeysSection: {
menuAction__destructive: 'Remover chave de acesso',
menuAction__rename: 'Renomear chave de acesso',
primaryButton: undefined,
title: 'Chaves de Acesso',
},
passwordSection: {
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/ro-RO.ts
Original file line number Diff line number Diff line change
Expand Up @@ -878,6 +878,7 @@ export const roRO: LocalizationResource = {
passkeysSection: {
menuAction__destructive: undefined,
menuAction__rename: undefined,
primaryButton: undefined,
title: undefined,
},
passwordSection: {
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/ru-RU.ts
Original file line number Diff line number Diff line change
Expand Up @@ -887,6 +887,7 @@ export const ruRU: LocalizationResource = {
passkeysSection: {
menuAction__destructive: 'Удалить',
menuAction__rename: 'Переименовать',
primaryButton: undefined,
title: 'Ключи доступа',
},
passwordSection: {
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/sk-SK.ts
Original file line number Diff line number Diff line change
Expand Up @@ -866,6 +866,7 @@ export const skSK: LocalizationResource = {
passkeysSection: {
menuAction__destructive: undefined,
menuAction__rename: undefined,
primaryButton: undefined,
title: undefined,
},
passwordSection: {
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/sr-RS.ts
Original file line number Diff line number Diff line change
Expand Up @@ -869,6 +869,7 @@ export const srRS: LocalizationResource = {
passkeysSection: {
menuAction__destructive: 'Ukloni',
menuAction__rename: 'Preimenuj',
primaryButton: undefined,
title: 'Ključevi za prolaz',
},
passwordSection: {
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/sv-SE.ts
Original file line number Diff line number Diff line change
Expand Up @@ -871,6 +871,7 @@ export const svSE: LocalizationResource = {
passkeysSection: {
menuAction__destructive: 'Ta bort',
menuAction__rename: 'Byt namn',
primaryButton: undefined,
title: 'Passkeys',
},
passwordSection: {
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/th-TH.ts
Original file line number Diff line number Diff line change
Expand Up @@ -863,6 +863,7 @@ export const thTH: LocalizationResource = {
passkeysSection: {
menuAction__destructive: 'ลบ',
menuAction__rename: 'เปลี่ยนชื่อ',
primaryButton: undefined,
title: 'พาสคีย์',
},
passwordSection: {
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/tr-TR.ts
Original file line number Diff line number Diff line change
Expand Up @@ -871,6 +871,7 @@ export const trTR: LocalizationResource = {
passkeysSection: {
menuAction__destructive: 'Kaldır',
menuAction__rename: 'Yeniden Adlandır',
primaryButton: undefined,
title: 'Geçiş Anahtarları',
},
passwordSection: {
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/uk-UA.ts
Original file line number Diff line number Diff line change
Expand Up @@ -867,6 +867,7 @@ export const ukUA: LocalizationResource = {
passkeysSection: {
menuAction__destructive: undefined,
menuAction__rename: undefined,
primaryButton: undefined,
title: undefined,
},
passwordSection: {
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/vi-VN.ts
Original file line number Diff line number Diff line change
Expand Up @@ -867,6 +867,7 @@ export const viVN: LocalizationResource = {
passkeysSection: {
menuAction__destructive: undefined,
menuAction__rename: undefined,
primaryButton: undefined,
title: undefined,
},
passwordSection: {
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/zh-CN.ts
Original file line number Diff line number Diff line change
Expand Up @@ -841,6 +841,7 @@ export const zhCN: LocalizationResource = {
passkeysSection: {
menuAction__destructive: undefined,
menuAction__rename: undefined,
primaryButton: undefined,
title: undefined,
},
passwordSection: {
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/zh-TW.ts
Original file line number Diff line number Diff line change
Expand Up @@ -852,6 +852,7 @@ export const zhTW: LocalizationResource = {
passkeysSection: {
menuAction__destructive: undefined,
menuAction__rename: undefined,
primaryButton: undefined,
title: undefined,
},
passwordSection: {
Expand Down