diff --git a/.changeset/hot-chefs-cross.md b/.changeset/hot-chefs-cross.md new file mode 100644 index 00000000000..8e5746472b2 --- /dev/null +++ b/.changeset/hot-chefs-cross.md @@ -0,0 +1,5 @@ +--- +"@clerk/localizations": patch +--- + +Update profile primary button text and nav text in fr-FR & zh-CN diff --git a/packages/localizations/src/fr-FR.ts b/packages/localizations/src/fr-FR.ts index c82aaa18e80..3cbe12fd100 100644 --- a/packages/localizations/src/fr-FR.ts +++ b/packages/localizations/src/fr-FR.ts @@ -216,7 +216,7 @@ export const frFR: LocalizationResource = { headerTitle__general: 'General', headerTitle__members: 'Membres', profileSection: { - primaryButton: '', + primaryButton: 'Mettre à jour le profil', title: 'Organization Profile', uploadAction__title: 'Logo', }, @@ -667,10 +667,10 @@ export const frFR: LocalizationResource = { }, mobileButton__menu: 'Menu', navbar: { - account: 'Profile', - description: 'Manage your account info.', - security: 'Security', - title: 'Account', + account: 'Compte', + description: 'Gérer votre compte.', + security: 'Sécurité', + title: 'Profil', }, passkeyScreen: { removeResource: { @@ -782,7 +782,7 @@ export const frFR: LocalizationResource = { title: 'Les numéros de téléphone', }, profileSection: { - primaryButton: '', + primaryButton: 'Mettre à jour le profil', title: 'Profil', }, usernameSection: { diff --git a/packages/localizations/src/zh-CN.ts b/packages/localizations/src/zh-CN.ts index 9217b33c069..0e38023cab4 100644 --- a/packages/localizations/src/zh-CN.ts +++ b/packages/localizations/src/zh-CN.ts @@ -209,7 +209,7 @@ export const zhCN: LocalizationResource = { headerTitle__general: '常规', headerTitle__members: '成员', profileSection: { - primaryButton: '', + primaryButton: '更新组织简介', title: '组织简介', uploadAction__title: '标志', }, @@ -642,10 +642,10 @@ export const zhCN: LocalizationResource = { }, mobileButton__menu: '菜单', navbar: { - account: 'Profile', - description: 'Manage your account info.', - security: 'Security', - title: 'Account', + account: '账户', + description: '管理您的账户。', + security: '安全', + title: '账户', }, passkeyScreen: { removeResource: { @@ -755,7 +755,7 @@ export const zhCN: LocalizationResource = { title: '电话号码', }, profileSection: { - primaryButton: '', + primaryButton: '更新个人资料', title: '个人资料', }, usernameSection: {