From 5c3fa13ea4ec12a03359683ae45f1b280de32a67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Herbinet?= <33763786+Jerome-Herbinet@users.noreply.github.com> Date: Mon, 5 Jun 2023 09:57:56 +0200 Subject: May fix some translations MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com> --- src/models/constants.ts | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/models/constants.ts b/src/models/constants.ts index 6c336907..f8d48603 100644 --- a/src/models/constants.ts +++ b/src/models/constants.ts @@ -87,20 +87,20 @@ const CIRCLE_CONFIG_FEDERATED: CircleConfig = 32768 // Federated // Existing members types export const CIRCLES_MEMBER_TYPES = { - [MEMBER_TYPE_CIRCLE]: t('circles', 'Circle'), - [MEMBER_TYPE_USER]: t('circles', 'User'), - [MEMBER_TYPE_GROUP]: t('circles', 'Group'), - [MEMBER_TYPE_MAIL]: t('circles', 'Email'), - [MEMBER_TYPE_CONTACT]: t('circles', 'Contact'), + [MEMBER_TYPE_CIRCLE]: t('contacts', 'Circle'), + [MEMBER_TYPE_USER]: t('contacts', 'User'), + [MEMBER_TYPE_GROUP]: t('contacts', 'Group'), + [MEMBER_TYPE_MAIL]: t('contacts', 'Email'), + [MEMBER_TYPE_CONTACT]: t('contacts', 'Contact'), } // Available circles promote/demote levels export const CIRCLES_MEMBER_LEVELS = { - // [MEMBER_LEVEL_NONE]: t('circles', 'Pending'), - [MEMBER_LEVEL_MEMBER]: t('circles', 'Member'), - [MEMBER_LEVEL_MODERATOR]: t('circles', 'Moderator'), - [MEMBER_LEVEL_ADMIN]: t('circles', 'Admin'), - [MEMBER_LEVEL_OWNER]: t('circles', 'Owner'), + // [MEMBER_LEVEL_NONE]: t('contacts', 'Pending'), + [MEMBER_LEVEL_MEMBER]: t('contacts', 'Member'), + [MEMBER_LEVEL_MODERATOR]: t('contacts', 'Moderator'), + [MEMBER_LEVEL_ADMIN]: t('contacts', 'Admin'), + [MEMBER_LEVEL_OWNER]: t('contacts', 'Owner'), } // Available circle configs in the circle details view -- cgit v1.2.3