From 8cc1aaf19fee8248360885555c999c6d8662827d Mon Sep 17 00:00:00 2001 From: Fabian Vogler Date: Wed, 20 Mar 2024 10:44:06 +0100 Subject: [PATCH] Add SKILL_AND_NUMBER --- src/assets/i18n/de.json | 2 +- src/assets/i18n/en.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/assets/i18n/de.json b/src/assets/i18n/de.json index 8f92073..7e55e28 100644 --- a/src/assets/i18n/de.json +++ b/src/assets/i18n/de.json @@ -1,6 +1,6 @@ { "access_to_zones": "Erlaubnis für Zonen", - "accreditation_available_keywords": "Verfügbare Platzhalter: SKILL, SECTOR, POSITION, DETAILS, MEMBER, ORGANIZATION", + "accreditation_available_keywords": "Verfügbare Platzhalter: SKILL, SKILL_AND_NUMBER, SECTOR, POSITION, DETAILS, MEMBER, ORGANIZATION", "accreditation_badge_disclaimer_info": "Dieser Akkreditierungsbadge ist persönlich und nicht übertragbar. Er ist Eigentum des Wettbewerbsveranstalters und kann jederzeit nach Ermessen des Wettbewerbsveranstalters zurückgezogen werden.", "accreditation_deleted": "", "action": "", diff --git a/src/assets/i18n/en.json b/src/assets/i18n/en.json index 02e4898..fd7d7d9 100644 --- a/src/assets/i18n/en.json +++ b/src/assets/i18n/en.json @@ -7,7 +7,7 @@ "all_zones": "All zones", "cancel": "Cancel", "access_to_zones": "Access to zones", - "accreditation_available_keywords": "Available keywords: SKILL, SECTOR, POSITION, DETAILS, MEMBER, ORGANIZATION", + "accreditation_available_keywords": "Available keywords: SKILL, SKILL_AND_NUMBER, SECTOR, POSITION, DETAILS, MEMBER, ORGANIZATION", "accreditation_badge_disclaimer_info": "This accreditation badge is personal and non-transferable. It is property of the Event Organizer and can be withdrawn at any time at the Event Organizer's sole discretion.", "accreditation_deleted": "This person has been removed from Accreditation. Their badge is no longer valid.", "add_new_delegate_type": "Add new delegate type",