From c37ddbb079fa2913aa223145da7e7ebf1c3f85f4 Mon Sep 17 00:00:00 2001 From: Yousheng <30289753+youshengCode@users.noreply.github.com> Date: Sat, 1 Jun 2024 23:06:22 +0200 Subject: [PATCH 1/2] Update profile primary button text and nav text in fr-FR & zh-CN --- packages/localizations/src/fr-FR.ts | 12 ++++++------ packages/localizations/src/zh-CN.ts | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) 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: { From 49cc072242889a65b803be78bcbfdcc613752c70 Mon Sep 17 00:00:00 2001 From: Dimitris Klouvas Date: Tue, 4 Jun 2024 12:02:23 +0300 Subject: [PATCH 2/2] Create hot-chefs-cross.md --- .changeset/hot-chefs-cross.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/hot-chefs-cross.md 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