diff --git a/i18next/common.babel b/i18next/common.babel index e9724a64a3..ea2495fa30 100644 --- a/i18next/common.babel +++ b/i18next/common.babel @@ -21970,130 +21970,6 @@ - - GroupsNotFoundHeader - - - - - - ar-SA - false - - - az-Latn-AZ - false - - - bg-BG - false - - - cs-CZ - false - - - de-DE - false - - - el-GR - false - - - en-US - false - - - es-ES - false - - - fi-FI - false - - - fr-FR - false - - - hy-AM - false - - - it-IT - false - - - ja-JP - false - - - ko-KR - false - - - lo-LA - false - - - lv-LV - false - - - nl-NL - false - - - pl-PL - false - - - pt-BR - false - - - pt-PT - false - - - ro-RO - false - - - ru-RU - false - - - si-SI - false - - - sk-SK - false - - - sl-SI - false - - - tr-TR - false - - - uk-UA - false - - - vi-VN - false - - - zh-CN - false - - - HasFullAccess diff --git a/packages/client/src/components/panels/AddUsersPanel/index.tsx b/packages/client/src/components/panels/AddUsersPanel/index.tsx index f8e94f75f2..6ee82b594c 100644 --- a/packages/client/src/components/panels/AddUsersPanel/index.tsx +++ b/packages/client/src/components/panels/AddUsersPanel/index.tsx @@ -539,7 +539,7 @@ const AddUsersPanel = ({ // Todo: Update groups empty screen texts when they are ready activeTabId === PEOPLE_TAB_ID ? t("Common:EmptyHeader") - : t("Common:GroupsNotFoundHeader") + : t("Common:NotFoundGroups") } emptyScreenDescription={ activeTabId === PEOPLE_TAB_ID @@ -550,7 +550,7 @@ const AddUsersPanel = ({ searchEmptyScreenHeader={ activeTabId === PEOPLE_TAB_ID ? t("Common:NotFoundUsers") - : t("Common:GroupsNotFoundHeader") + : t("Common:NotFoundGroups") } searchEmptyScreenDescription={ activeTabId === PEOPLE_TAB_ID diff --git a/packages/shared/components/cron/Cron.utils.ts b/packages/shared/components/cron/Cron.utils.ts index f7ea7d7513..08714ec583 100644 --- a/packages/shared/components/cron/Cron.utils.ts +++ b/packages/shared/components/cron/Cron.utils.ts @@ -543,6 +543,6 @@ export const getOptions = (t: TFunction): PeriodOptionType[] => [ }, { key: "Hour", - label: getLabel("Hour", t), // t("Hour"), + label: getLabel("Hour", t), // t("Hour"), - "Skip useless issue in UselessTranslationKeysTest" }, ]; diff --git a/packages/shared/selectors/Groups/index.tsx b/packages/shared/selectors/Groups/index.tsx index 183b647796..bf7bd85061 100644 --- a/packages/shared/selectors/Groups/index.tsx +++ b/packages/shared/selectors/Groups/index.tsx @@ -167,10 +167,10 @@ const GroupsSelector = (props: GroupsSelectorProps) => { onSubmit={onSubmitAction} cancelButtonLabel={t("Common:CancelButton")} emptyScreenImage={emptyScreenImg} - emptyScreenHeader={t("Common:GroupsNotFoundHeader")} // Todo: Update empty screen texts when they are ready + emptyScreenHeader={t("Common:NotFoundGroups")} emptyScreenDescription={t("Common:GroupsNotFoundDescription")} searchEmptyScreenImage={emptyScreenImg} - searchEmptyScreenHeader={t("Common:GroupsNotFoundHeader")} + searchEmptyScreenHeader={t("Common:NotFoundGroups")} searchEmptyScreenDescription={t("Common:GroupsNotFoundDescription")} totalItems={totalRef.current} hasNextPage={hasNextPage} diff --git a/public/locales/ar-SA/Common.json b/public/locales/ar-SA/Common.json index ebda9169fb..7da1d4ae87 100644 --- a/public/locales/ar-SA/Common.json +++ b/public/locales/ar-SA/Common.json @@ -176,7 +176,6 @@ "Group": "مجموعة", "Groups": "مجموعات", "GroupsNotFoundDescription": "لا توجد مجموعات تطابق بحثك. يرجى ضبط معايير البحث الخاصة بك أو مسح حقل البحث لعرض القائمة الكاملة للمجموعات.", - "GroupsNotFoundHeader": "لم يتم العثور على مجموعات", "HasFullAccess": "لديه حق الوصول الكامل إلى الغرفة", "HeadOfGroup": "رئيس المجموعة", "HelpCenter": "مركز المساعدة", diff --git a/public/locales/az/Common.json b/public/locales/az/Common.json index d0c38919c4..0dd5104fab 100644 --- a/public/locales/az/Common.json +++ b/public/locales/az/Common.json @@ -176,7 +176,6 @@ "Group": "Qrup", "Groups": "Qruplar", "GroupsNotFoundDescription": "Axtarışınıza uyğun qrup yoxdur. Qrupların tam siyahısına baxmaq üçün axtarış parametrlərinizi tənzimləyin və ya axtarış sahəsini təmizləyin.", - "GroupsNotFoundHeader": "Heç bir qrup tapılmadı", "HasFullAccess": "Otağa tam giriş imkanı var", "HeadOfGroup": "Qrup rəhbəri", "HelpCenter": "Yardım Mərkəzi", diff --git a/public/locales/bg/Common.json b/public/locales/bg/Common.json index 2b34a74c57..0be68874c1 100644 --- a/public/locales/bg/Common.json +++ b/public/locales/bg/Common.json @@ -176,7 +176,6 @@ "Group": "Група", "Groups": "Групи", "GroupsNotFoundDescription": "Няма съвпадащи с търсенето ви групи. Моля, коригирайте параметрите си за търсене или изчистете полето за търсене, за да видите пълния списък с групи.", - "GroupsNotFoundHeader": "Няма намерени групи", "HasFullAccess": "Той има пълен достъп до стаята", "HeadOfGroup": "Ръководител на група", "HelpCenter": "Помощен център", diff --git a/public/locales/cs/Common.json b/public/locales/cs/Common.json index bc87e26138..48d8ad3f1a 100644 --- a/public/locales/cs/Common.json +++ b/public/locales/cs/Common.json @@ -176,7 +176,6 @@ "Group": "Skupina", "Groups": "Skupiny", "GroupsNotFoundDescription": "Vašemu hledání neodpovídají žádné skupiny. Pro zobrazení úplného seznamu skupin upravte parametry vyhledávání nebo vymažte vyhledávací pole.", - "GroupsNotFoundHeader": "Nebyly nalezeny žádné skupiny", "HasFullAccess": "Má plný přístup do místnosti", "HeadOfGroup": "Vedoucí skupiny", "HelpCenter": "Centrum nápovědy", diff --git a/public/locales/de/Common.json b/public/locales/de/Common.json index 1a72a0ae03..2e8d7eeb23 100644 --- a/public/locales/de/Common.json +++ b/public/locales/de/Common.json @@ -176,7 +176,6 @@ "Group": "Gruppe", "Groups": "Gruppen", "GroupsNotFoundDescription": "Keine Gruppe entspricht Ihrer Suche. Bitte passen Sie Ihre Suchparameter an oder leeren Sie das Suchfeld, um die vollständige Liste der Gruppen anzuzeigen.", - "GroupsNotFoundHeader": "Keine Gruppen gefunden", "HasFullAccess": "Er hat vollen Zugang zu dem Raum", "HeadOfGroup": "Gruppenleiter", "HelpCenter": "Hilfe-Center", diff --git a/public/locales/el-GR/Common.json b/public/locales/el-GR/Common.json index 62c722250a..1e995ad75d 100644 --- a/public/locales/el-GR/Common.json +++ b/public/locales/el-GR/Common.json @@ -176,7 +176,6 @@ "Group": "Ομάδα", "Groups": "Ομάδες", "GroupsNotFoundDescription": "Δεν υπάρχουν ομάδες που να ταιριάζουν με την αναζήτησή σας. Προσαρμόστε τις παραμέτρους αναζήτησης ή εκκαθαρίστε το πεδίο αναζήτησης για να δείτε την πλήρη λίστα των ομάδων.", - "GroupsNotFoundHeader": "Δεν βρέθηκαν ομάδες", "HasFullAccess": "Έχει πλήρη πρόσβαση στο δωμάτιο", "HeadOfGroup": "Επικεφαλής της ομάδας", "HelpCenter": "Κέντρο Βοήθειας", diff --git a/public/locales/en/Common.json b/public/locales/en/Common.json index 138e986c44..f87a4025c5 100644 --- a/public/locales/en/Common.json +++ b/public/locales/en/Common.json @@ -176,7 +176,6 @@ "Group": "Group", "Groups": "Groups", "GroupsNotFoundDescription": "No groups match your search. Please adjust your search parameters or clear the search field to view the full list of groups.", - "GroupsNotFoundHeader": "No groups found", "HasFullAccess": "He has full access to the room", "HeadOfGroup": "Head of group", "HelpCenter": "Help Center", diff --git a/public/locales/es/Common.json b/public/locales/es/Common.json index a194de1df0..89607bafac 100644 --- a/public/locales/es/Common.json +++ b/public/locales/es/Common.json @@ -176,7 +176,6 @@ "Group": "Grupo", "Groups": "Grupos", "GroupsNotFoundDescription": "Ningún grupo coincide con su búsqueda. Ajuste sus parámetros de búsqueda o borre el campo de búsqueda para ver la lista completa de grupos.", - "GroupsNotFoundHeader": "No se han encontado grupos", "HasFullAccess": "Tiene acceso completo a la sala", "HeadOfGroup": "Jefe de grupo", "HelpCenter": "Centro de ayuda", diff --git a/public/locales/fi/Common.json b/public/locales/fi/Common.json index 49345cad3a..c691b7f28e 100644 --- a/public/locales/fi/Common.json +++ b/public/locales/fi/Common.json @@ -176,7 +176,6 @@ "Group": "Ryhmä", "Groups": "Ryhmät", "GroupsNotFoundDescription": "Ei hakuasi vastaavia ryhmiä. Ole hyvä ja muokkaa hakuehtojasi tai tyhjennä hakukenttä nähdäksesi koko ryhmien listan.", - "GroupsNotFoundHeader": "Ryhmiä ei löydetty", "HasFullAccess": "Hänellä on rajoittamaton pääsy huoneeseen", "HeadOfGroup": "Ryhmän päällikkö", "HelpCenter": "Ohjekeskus (englanniksi)", diff --git a/public/locales/fr/Common.json b/public/locales/fr/Common.json index 641b424f7a..9faff1e42c 100644 --- a/public/locales/fr/Common.json +++ b/public/locales/fr/Common.json @@ -176,7 +176,6 @@ "Group": "Groupe", "Groups": "Groupes", "GroupsNotFoundDescription": "Aucun groupe ne correspond à votre recherche. Veuillez ajuster vos paramètres de recherche ou effacer le champ de recherche pour afficher la liste complète des groupes.", - "GroupsNotFoundHeader": "Aucun groupe trouvé", "HasFullAccess": "Il a un accès complet à la salle", "HeadOfGroup": "Responsable du groupe", "HelpCenter": "Centre d'aide", diff --git a/public/locales/hy-AM/Common.json b/public/locales/hy-AM/Common.json index 7e87101e4e..cf7c4a1891 100644 --- a/public/locales/hy-AM/Common.json +++ b/public/locales/hy-AM/Common.json @@ -176,7 +176,6 @@ "Group": "Խումբ", "Groups": "Խմբեր", "GroupsNotFoundDescription": "Ոչ մի խումբ չի համապատասխանում Ձեր որոնմանը։ Խնդրում ենք կարգավորել ձեր որոնման պարամետրերը կամ մաքրել որոնման դաշտը՝ խմբերի ամբողջական ցանկը դիտելու համար։", - "GroupsNotFoundHeader": "Ոչ մի խումբ չի գտնվել", "HasFullAccess": "Նա ունի լիարժեք մուտք դեպի սենյակ", "HeadOfGroup": "Խմբի ղեկավար", "HelpCenter": "Օգնության կենտրոն", diff --git a/public/locales/it/Common.json b/public/locales/it/Common.json index 4eeb765c76..16b257831f 100644 --- a/public/locales/it/Common.json +++ b/public/locales/it/Common.json @@ -176,7 +176,6 @@ "Group": "Gruppo", "Groups": "Gruppi", "GroupsNotFoundDescription": "Nessun gruppo corrisponde alla tua ricerca. Modifica i parametri di ricerca o cancella la ricerca per visualizzare l'elenco completo dei gruppi.", - "GroupsNotFoundHeader": "Nessun gruppo trovato", "HasFullAccess": "Ha accesso completo alla stanza", "HeadOfGroup": "Capogruppo", "HelpCenter": "Centro assistenza", diff --git a/public/locales/ja-JP/Common.json b/public/locales/ja-JP/Common.json index 2fc8d04dbe..fc802b6693 100644 --- a/public/locales/ja-JP/Common.json +++ b/public/locales/ja-JP/Common.json @@ -176,7 +176,6 @@ "Group": "グループ", "Groups": "グループ", "GroupsNotFoundDescription": "検索条件に一致するグループがありません。検索パラメータを調整するか、検索フィールドをクリアしてグループの全リストを表示してください。", - "GroupsNotFoundHeader": "グループが見つかりません", "HasFullAccess": "ルームへのフルアクセスを持っています", "HeadOfGroup": "グループ代表", "HelpCenter": "ヘルプセンター", diff --git a/public/locales/ko-KR/Common.json b/public/locales/ko-KR/Common.json index f164352d31..dba9be8067 100644 --- a/public/locales/ko-KR/Common.json +++ b/public/locales/ko-KR/Common.json @@ -176,7 +176,6 @@ "Group": "그룹", "Groups": "그룹", "GroupsNotFoundDescription": "검색과 일치하는 그룹이 없습니다. 전체 그룹 목록을 보려면 검색 매개변수를 조정하거나 검색 필드를 삭제하세요.", - "GroupsNotFoundHeader": "그룹을 찾을 수 없습니다", "HasFullAccess": "방에 대한 전체 액세스 권한이 있습니다", "HeadOfGroup": "그룹장", "HelpCenter": "도움말 센터", diff --git a/public/locales/lv/Common.json b/public/locales/lv/Common.json index 63ed25330f..75a3abd62f 100644 --- a/public/locales/lv/Common.json +++ b/public/locales/lv/Common.json @@ -176,7 +176,6 @@ "Group": "Grupa", "Groups": "Grupas", "GroupsNotFoundDescription": "Neviena grupa neatbilst jūsu meklēšanas kritērijiem. Pielāgojiet meklēšanas parametrus vai notīriet meklēšanas lauku, lai skatītu pilnu grupu sarakstu.", - "GroupsNotFoundHeader": "Nav atrasta neviena grupa", "HasFullAccess": "Viņam ir pilnīga piekļuve telpai", "HeadOfGroup": "Grupas vadītājs", "HelpCenter": "Palīdzības centrs", diff --git a/public/locales/nl/Common.json b/public/locales/nl/Common.json index 408b9cccc4..c5a5f561d4 100644 --- a/public/locales/nl/Common.json +++ b/public/locales/nl/Common.json @@ -176,7 +176,6 @@ "Group": "Groep", "Groups": "Groepen", "GroupsNotFoundDescription": "Er zijn geen groepen die aan uw zoekopdracht voldoen. Pas uw zoekparameters aan of wis het zoekveld om de volledige lijst met groepen te bekijken.", - "GroupsNotFoundHeader": "Geen groepen gevonden", "HasFullAccess": "Hij heeft volledige toegang tot de kamer", "HeadOfGroup": "Groepshoofd", "HelpCenter": "Help en ondersteuning", diff --git a/public/locales/pl/Common.json b/public/locales/pl/Common.json index aa668a87eb..b99e48e67d 100644 --- a/public/locales/pl/Common.json +++ b/public/locales/pl/Common.json @@ -176,7 +176,6 @@ "Group": "Grupa", "Groups": "Grupy", "GroupsNotFoundDescription": "Nie znaleziono grup pasujących do wyszukiwanej frazy. Dostosuj parametry wyszukiwania lub wyczyść pole wyszukiwania, aby zobaczyć pełną listę grup.", - "GroupsNotFoundHeader": "Nie znaleziono grup", "HasFullAccess": "Ma pełen dostęp do pokoju", "HeadOfGroup": "Lider grupy", "HelpCenter": "Centrum pomocy", diff --git a/public/locales/pt-BR/Common.json b/public/locales/pt-BR/Common.json index d1a9d42e7e..8392d00f50 100644 --- a/public/locales/pt-BR/Common.json +++ b/public/locales/pt-BR/Common.json @@ -176,7 +176,6 @@ "Group": "Grupo", "Groups": "Grupos", "GroupsNotFoundDescription": "Nenhum grupo corresponde à sua pesquisa. Ajuste seus parâmetros de pesquisa ou limpe o campo de pesquisa para ver a lista completa de grupos.", - "GroupsNotFoundHeader": "Nenhum grupo encontrado", "HasFullAccess": "Ele tem acesso total ao quarto", "HeadOfGroup": "Chefe do grupo", "HelpCenter": "Central de Ajuda", diff --git a/public/locales/pt/Common.json b/public/locales/pt/Common.json index e339491fac..792dde9263 100644 --- a/public/locales/pt/Common.json +++ b/public/locales/pt/Common.json @@ -176,7 +176,6 @@ "Group": "Grupo", "Groups": "Grupos", "GroupsNotFoundDescription": "Nenhum grupo corresponde à sua pesquisa. Ajuste seus parâmetros de pesquisa ou limpe o campo de pesquisa para ver a lista completa de grupos.", - "GroupsNotFoundHeader": "Nenhum grupo encontrado", "HasFullAccess": "Ele tem acesso total à sala", "HeadOfGroup": "Chefe do grupo", "HelpCenter": "Centro de Ajuda", diff --git a/public/locales/ro/Common.json b/public/locales/ro/Common.json index d99b181882..1b508c774e 100644 --- a/public/locales/ro/Common.json +++ b/public/locales/ro/Common.json @@ -176,7 +176,6 @@ "Group": "Grup", "Groups": "Grupuri", "GroupsNotFoundDescription": "Niciunul dintre grupuri nu se potrivește cu ceea ce căutați. Vă rugăm să configurați parametrii de căutare sau să goliți câmpul de căutare pentru a vizualiza lista completă de grupuri.", - "GroupsNotFoundHeader": "Nu s-au găsit grupuri", "HasFullAccess": "Este acordat acces complet la sala", "HeadOfGroup": "Șef de grup", "HelpCenter": "Centrum pomoci", diff --git a/public/locales/ru/Common.json b/public/locales/ru/Common.json index 162fb447cd..64b68bf687 100644 --- a/public/locales/ru/Common.json +++ b/public/locales/ru/Common.json @@ -176,7 +176,6 @@ "Group": "Группа", "Groups": "Группы", "GroupsNotFoundDescription": "Ни одна группа не соответствует вашему запросу. Пожалуйста, измените параметры поиска или очистите поле поиска, чтобы просмотреть полный список групп.", - "GroupsNotFoundHeader": "Группы не найдены", "HasFullAccess": "У него есть полный доступ в комнату", "HeadOfGroup": "Глава группы", "HelpCenter": "Справочный центр", diff --git a/public/locales/sk/Common.json b/public/locales/sk/Common.json index 87a39bf79d..871b53efbf 100644 --- a/public/locales/sk/Common.json +++ b/public/locales/sk/Common.json @@ -176,7 +176,6 @@ "Group": "Skupina", "Groups": "Skupiny", "GroupsNotFoundDescription": "Vyhľadávaniu nevyhovujú žiadne skupiny. Upravte parametre vyhľadávania alebo očistite vyhľadávacie pole, aby sa zobrazil úplný zoznam skupín.", - "GroupsNotFoundHeader": "Nenašli sa žiadne skupiny", "HasFullAccess": "Má plný prístup do miestnosti", "HeadOfGroup": "Vedúci skupiny", "HelpCenter": "Centrum pomoci", diff --git a/public/locales/tr/Common.json b/public/locales/tr/Common.json index d43024a058..c5811b46a5 100644 --- a/public/locales/tr/Common.json +++ b/public/locales/tr/Common.json @@ -176,7 +176,6 @@ "Group": "Grup", "Groups": "Gruplar", "GroupsNotFoundDescription": "Aramanızla eşleşen grup yok. Grupların tam listesini görüntülemek için lütfen arama parametrelerinizi değiştirin veya arama alanını temizleyin.", - "GroupsNotFoundHeader": "Grup bulunamadı", "HasFullAccess": "Odaya tam erişimi var", "HeadOfGroup": "Grup Başkanı", "HelpCenter": "Yardım Merkezi", diff --git a/public/locales/uk-UA/Common.json b/public/locales/uk-UA/Common.json index d9f1749ae9..3b0712264e 100644 --- a/public/locales/uk-UA/Common.json +++ b/public/locales/uk-UA/Common.json @@ -176,7 +176,6 @@ "Group": "Група", "Groups": "Групи", "GroupsNotFoundDescription": "Немає груп за вашим запитом. Змініть параметри пошуку або очистьте поле пошуку, щоб подивитися повний список груп.", - "GroupsNotFoundHeader": "Групи не знайдені", "HasFullAccess": "Він має повний доступ до кімнати", "HeadOfGroup": "Голова групи", "HelpCenter": "Центр довідки", diff --git a/public/locales/vi/Common.json b/public/locales/vi/Common.json index b1bb7efd51..92857ebece 100644 --- a/public/locales/vi/Common.json +++ b/public/locales/vi/Common.json @@ -176,7 +176,6 @@ "Group": "Nhóm", "Groups": "Nhóm", "GroupsNotFoundDescription": "Không có nhóm nào phù hợp với tìm kiếm của bạn. Vui lòng điều chỉnh tham số tìm kiếm của bạn hoặc xóa trường tìm kiếm để xem toàn bộ danh sách nhóm.", - "GroupsNotFoundHeader": "Không tìm thấy nhóm nào", "HasFullAccess": "Người ấy có toàn quyền sử dụng phòng", "HeadOfGroup": "Trưởng nhóm", "HelpCenter": "Trung tâm Hỗ trợ", diff --git a/public/locales/zh-CN/Common.json b/public/locales/zh-CN/Common.json index 5ce0ac5c6d..fc9a414dfa 100644 --- a/public/locales/zh-CN/Common.json +++ b/public/locales/zh-CN/Common.json @@ -176,7 +176,6 @@ "Group": "群组", "Groups": "群组", "GroupsNotFoundDescription": "没有与您的搜索条件匹配的群组。请调整搜索参数,或清除搜索字段查看完整的群组列表。", - "GroupsNotFoundHeader": "未找到群组", "HasFullAccess": "有完整的房间访问权限", "HeadOfGroup": "群组负责人", "HelpCenter": "帮助中心",