diff --git a/packages/client/src/components/NavMenu/i18n.js b/packages/client/src/components/NavMenu/i18n.js index 51f1fde417..0711a16c5e 100644 --- a/packages/client/src/components/NavMenu/i18n.js +++ b/packages/client/src/components/NavMenu/i18n.js @@ -3,7 +3,9 @@ import { initReactI18next } from "react-i18next"; import Backend from "@docspace/common/utils/i18next-http-backend"; import { LANGUAGE } from "@docspace/common/constants"; import config from "PACKAGE_FILE"; -import { loadLanguagePath, getCookie } from "@docspace/common/utils"; +import { getCookie } from "@docspace/common/utils"; + +import { loadLanguagePath } from "SRC_DIR/helpers/utils"; const newInstance = i18n.createInstance(); diff --git a/packages/client/src/components/PeopleSelector/i18n.js b/packages/client/src/components/PeopleSelector/i18n.js index 9815dcef3e..c6394afad7 100644 --- a/packages/client/src/components/PeopleSelector/i18n.js +++ b/packages/client/src/components/PeopleSelector/i18n.js @@ -3,8 +3,8 @@ import { initReactI18next } from "react-i18next"; import Backend from "@docspace/common/utils/i18next-http-backend"; import { LANGUAGE } from "@docspace/common/constants"; import config from "PACKAGE_FILE"; -import { loadLanguagePath, getCookie } from "@docspace/common/utils"; - +import { getCookie } from "@docspace/common/utils"; +import { loadLanguagePath } from "SRC_DIR/helpers/utils"; const newInstance = i18n.createInstance(); newInstance diff --git a/packages/client/src/components/dialogs/PreparationPortalDialog/i18n.js b/packages/client/src/components/dialogs/PreparationPortalDialog/i18n.js index dad6580cfb..e917e1e116 100644 --- a/packages/client/src/components/dialogs/PreparationPortalDialog/i18n.js +++ b/packages/client/src/components/dialogs/PreparationPortalDialog/i18n.js @@ -3,7 +3,8 @@ import { initReactI18next } from "react-i18next"; import Backend from "@docspace/common/utils/i18next-http-backend"; import { LANGUAGE } from "@docspace/common/constants"; import config from "PACKAGE_FILE"; -import { loadLanguagePath, getCookie } from "@docspace/common/utils"; +import { getCookie } from "@docspace/common/utils"; +import { loadLanguagePath } from "SRC_DIR/helpers/utils"; const newInstance = i18n.createInstance(); diff --git a/packages/client/src/components/panels/EmbeddingPanel/i18n.js b/packages/client/src/components/panels/EmbeddingPanel/i18n.js index e61acf960e..b8344d0742 100644 --- a/packages/client/src/components/panels/EmbeddingPanel/i18n.js +++ b/packages/client/src/components/panels/EmbeddingPanel/i18n.js @@ -3,8 +3,8 @@ import { initReactI18next } from "react-i18next"; import Backend from "@docspace/common/utils/i18next-http-backend"; import { LANGUAGE } from "@docspace/common/constants"; import config from "PACKAGE_FILE"; -import { loadLanguagePath, getCookie } from "@docspace/common/utils"; - +import { getCookie } from "@docspace/common/utils"; +import { loadLanguagePath } from "SRC_DIR/helpers/utils"; const newInstance = i18n.createInstance(); newInstance diff --git a/packages/client/src/components/panels/SelectFileDialog/i18n.js b/packages/client/src/components/panels/SelectFileDialog/i18n.js index c6839d4d8e..269d864d93 100644 --- a/packages/client/src/components/panels/SelectFileDialog/i18n.js +++ b/packages/client/src/components/panels/SelectFileDialog/i18n.js @@ -3,8 +3,8 @@ import { initReactI18next } from "react-i18next"; import Backend from "@docspace/common/utils/i18next-http-backend"; import { LANGUAGE } from "@docspace/common/constants"; import config from "PACKAGE_FILE"; -import { loadLanguagePath, getCookie } from "@docspace/common/utils"; - +import { getCookie } from "@docspace/common/utils"; +import { loadLanguagePath } from "SRC_DIR/helpers/utils"; const newInstance = i18n.createInstance(); newInstance diff --git a/packages/client/src/components/panels/SelectFileInput/i18n.js b/packages/client/src/components/panels/SelectFileInput/i18n.js index af9dd03038..b52d065235 100644 --- a/packages/client/src/components/panels/SelectFileInput/i18n.js +++ b/packages/client/src/components/panels/SelectFileInput/i18n.js @@ -3,8 +3,8 @@ import { initReactI18next } from "react-i18next"; import Backend from "@docspace/common/utils/i18next-http-backend"; import { LANGUAGE } from "@docspace/common/constants"; import config from "PACKAGE_FILE"; -import { loadLanguagePath, getCookie } from "@docspace/common/utils"; - +import { getCookie } from "@docspace/common/utils"; +import { loadLanguagePath } from "SRC_DIR/helpers/utils"; const newInstance = i18n.createInstance(); newInstance diff --git a/packages/client/src/components/panels/SelectFolderDialog/i18n.js b/packages/client/src/components/panels/SelectFolderDialog/i18n.js index 207b395150..849b913a73 100644 --- a/packages/client/src/components/panels/SelectFolderDialog/i18n.js +++ b/packages/client/src/components/panels/SelectFolderDialog/i18n.js @@ -3,8 +3,8 @@ import { initReactI18next } from "react-i18next"; import Backend from "@docspace/common/utils/i18next-http-backend"; import { LANGUAGE } from "@docspace/common/constants"; import config from "PACKAGE_FILE"; -import { loadLanguagePath, getCookie } from "@docspace/common/utils"; - +import { getCookie } from "@docspace/common/utils"; +import { loadLanguagePath } from "SRC_DIR/helpers/utils"; const newInstance = i18n.createInstance(); newInstance diff --git a/packages/client/src/components/panels/SelectFolderInput/i18n.js b/packages/client/src/components/panels/SelectFolderInput/i18n.js index 207b395150..849b913a73 100644 --- a/packages/client/src/components/panels/SelectFolderInput/i18n.js +++ b/packages/client/src/components/panels/SelectFolderInput/i18n.js @@ -3,8 +3,8 @@ import { initReactI18next } from "react-i18next"; import Backend from "@docspace/common/utils/i18next-http-backend"; import { LANGUAGE } from "@docspace/common/constants"; import config from "PACKAGE_FILE"; -import { loadLanguagePath, getCookie } from "@docspace/common/utils"; - +import { getCookie } from "@docspace/common/utils"; +import { loadLanguagePath } from "SRC_DIR/helpers/utils"; const newInstance = i18n.createInstance(); newInstance diff --git a/packages/client/src/components/panels/SharingPanel/i18n.js b/packages/client/src/components/panels/SharingPanel/i18n.js index 7c8885b589..e72de1e780 100644 --- a/packages/client/src/components/panels/SharingPanel/i18n.js +++ b/packages/client/src/components/panels/SharingPanel/i18n.js @@ -3,8 +3,8 @@ import { initReactI18next } from "react-i18next"; import Backend from "@docspace/common/utils/i18next-http-backend"; import { LANGUAGE } from "@docspace/common/constants"; import config from "PACKAGE_FILE"; -import { loadLanguagePath, getCookie } from "@docspace/common/utils"; - +import { getCookie } from "@docspace/common/utils"; +import { loadLanguagePath } from "SRC_DIR/helpers/utils"; const newInstance = i18n.createInstance(); newInstance diff --git a/packages/client/src/helpers/i18n.js b/packages/client/src/helpers/i18n.js index 8d9f0d898c..686887989c 100644 --- a/packages/client/src/helpers/i18n.js +++ b/packages/client/src/helpers/i18n.js @@ -3,7 +3,9 @@ import { initReactI18next } from "react-i18next"; import Backend from "@docspace/common/utils/i18next-http-backend"; import { LANGUAGE } from "@docspace/common/constants"; import config from "PACKAGE_FILE"; -import { loadLanguagePath, getCookie } from "@docspace/common/utils"; +import { getCookie } from "@docspace/common/utils"; + +import { loadLanguagePath } from "./utils"; const newInstance = i18n.createInstance(); diff --git a/packages/client/src/helpers/translations.js b/packages/client/src/helpers/translations.js new file mode 100644 index 0000000000..f08d3b919f --- /dev/null +++ b/packages/client/src/helpers/translations.js @@ -0,0 +1,3216 @@ +import AboutazUrl from "PUBLIC_DIR/locales/az/About.json?url"; +import ArchiveDialogazUrl from "PUBLIC_DIR/locales/az/ArchiveDialog.json?url"; +import ArticleazUrl from "PUBLIC_DIR/locales/az/Article.json?url"; +import BackupCodesDialogazUrl from "PUBLIC_DIR/locales/az/BackupCodesDialog.json?url"; +import ChangeEmailDialogazUrl from "PUBLIC_DIR/locales/az/ChangeEmailDialog.json?url"; +import ChangeOwnerPanelazUrl from "PUBLIC_DIR/locales/az/ChangeOwnerPanel.json?url"; +import ChangePasswordDialogazUrl from "PUBLIC_DIR/locales/az/ChangePasswordDialog.json?url"; +import ChangePhoneDialogazUrl from "PUBLIC_DIR/locales/az/ChangePhoneDialog.json?url"; +import ChangePortalOwnerazUrl from "PUBLIC_DIR/locales/az/ChangePortalOwner.json?url"; +import ChangeUserStatusDialogazUrl from "PUBLIC_DIR/locales/az/ChangeUserStatusDialog.json?url"; +import ChangeUserTypeDialogazUrl from "PUBLIC_DIR/locales/az/ChangeUserTypeDialog.json?url"; +import CommonazUrl from "PUBLIC_DIR/locales/az/Common.json?url"; +import ConfirmazUrl from "PUBLIC_DIR/locales/az/Confirm.json?url"; +import ConflictResolveDialogazUrl from "PUBLIC_DIR/locales/az/ConflictResolveDialog.json?url"; +import ConnectDialogazUrl from "PUBLIC_DIR/locales/az/ConnectDialog.json?url"; +import ConvertDialogazUrl from "PUBLIC_DIR/locales/az/ConvertDialog.json?url"; +import ConvertPasswordDialogazUrl from "PUBLIC_DIR/locales/az/ConvertPasswordDialog.json?url"; +import CreateEditRoomDialogazUrl from "PUBLIC_DIR/locales/az/CreateEditRoomDialog.json?url"; +import DataLossWarningDialogazUrl from "PUBLIC_DIR/locales/az/DataLossWarningDialog.json?url"; +import DeleteDialogazUrl from "PUBLIC_DIR/locales/az/DeleteDialog.json?url"; +import DeleteProfileEverDialogazUrl from "PUBLIC_DIR/locales/az/DeleteProfileEverDialog.json?url"; +import DeleteSelfProfileDialogazUrl from "PUBLIC_DIR/locales/az/DeleteSelfProfileDialog.json?url"; +import DeleteThirdPartyDialogazUrl from "PUBLIC_DIR/locales/az/DeleteThirdPartyDialog.json?url"; +import DeleteUsersDialogazUrl from "PUBLIC_DIR/locales/az/DeleteUsersDialog.json?url"; +import DowngradePlanDialogazUrl from "PUBLIC_DIR/locales/az/DowngradePlanDialog.json?url"; +import DownloadDialogazUrl from "PUBLIC_DIR/locales/az/DownloadDialog.json?url"; +import EmbeddingPanelazUrl from "PUBLIC_DIR/locales/az/EmbeddingPanel.json?url"; +import EmptyTrashDialogazUrl from "PUBLIC_DIR/locales/az/EmptyTrashDialog.json?url"; +import ErrorsazUrl from "PUBLIC_DIR/locales/az/Errors.json?url"; +import FilesazUrl from "PUBLIC_DIR/locales/az/Files.json?url"; +import FilesSettingsazUrl from "PUBLIC_DIR/locales/az/FilesSettings.json?url"; +import FormGalleryazUrl from "PUBLIC_DIR/locales/az/FormGallery.json?url"; +import HotkeysPanelazUrl from "PUBLIC_DIR/locales/az/HotkeysPanel.json?url"; +import InfoPanelazUrl from "PUBLIC_DIR/locales/az/InfoPanel.json?url"; +import InviteDialogazUrl from "PUBLIC_DIR/locales/az/InviteDialog.json?url"; +import MainBarazUrl from "PUBLIC_DIR/locales/az/MainBar.json?url"; +import NewFilesPanelazUrl from "PUBLIC_DIR/locales/az/NewFilesPanel.json?url"; +import PaymentsazUrl from "PUBLIC_DIR/locales/az/Payments.json?url"; +import PeopleazUrl from "PUBLIC_DIR/locales/az/People.json?url"; +import PeopleSelectorazUrl from "PUBLIC_DIR/locales/az/PeopleSelector.json?url"; +import PeopleTranslationsazUrl from "PUBLIC_DIR/locales/az/PeopleTranslations.json?url"; +import PortalUnavailableazUrl from "PUBLIC_DIR/locales/az/PortalUnavailable.json?url"; +import PreparationPortalazUrl from "PUBLIC_DIR/locales/az/PreparationPortal.json?url"; +import PrivacyPageazUrl from "PUBLIC_DIR/locales/az/PrivacyPage.json?url"; +import ProfileazUrl from "PUBLIC_DIR/locales/az/Profile.json?url"; +import ResetApplicationDialogazUrl from "PUBLIC_DIR/locales/az/ResetApplicationDialog.json?url"; +import RoomSelectorazUrl from "PUBLIC_DIR/locales/az/RoomSelector.json?url"; +import SalesDepartmentRequestDialogazUrl from "PUBLIC_DIR/locales/az/SalesDepartmentRequestDialog.json?url"; +import SelectFolderazUrl from "PUBLIC_DIR/locales/az/SelectFolder.json?url"; +import SendInviteDialogazUrl from "PUBLIC_DIR/locales/az/SendInviteDialog.json?url"; +import SettingsazUrl from "PUBLIC_DIR/locales/az/Settings.json?url"; +import SharingPanelazUrl from "PUBLIC_DIR/locales/az/SharingPanel.json?url"; +import SingleSignOnazUrl from "PUBLIC_DIR/locales/az/SingleSignOn.json?url"; +import SmartBannerazUrl from "PUBLIC_DIR/locales/az/SmartBanner.json?url"; +import TranslationsazUrl from "PUBLIC_DIR/locales/az/Translations.json?url"; +import UploadPanelazUrl from "PUBLIC_DIR/locales/az/UploadPanel.json?url"; +import VersionHistoryazUrl from "PUBLIC_DIR/locales/az/VersionHistory.json?url"; +import WizardazUrl from "PUBLIC_DIR/locales/az/Wizard.json?url"; +import AboutbgUrl from "PUBLIC_DIR/locales/bg/About.json?url"; +import ArchiveDialogbgUrl from "PUBLIC_DIR/locales/bg/ArchiveDialog.json?url"; +import ArticlebgUrl from "PUBLIC_DIR/locales/bg/Article.json?url"; +import BackupCodesDialogbgUrl from "PUBLIC_DIR/locales/bg/BackupCodesDialog.json?url"; +import ChangeEmailDialogbgUrl from "PUBLIC_DIR/locales/bg/ChangeEmailDialog.json?url"; +import ChangeOwnerPanelbgUrl from "PUBLIC_DIR/locales/bg/ChangeOwnerPanel.json?url"; +import ChangePasswordDialogbgUrl from "PUBLIC_DIR/locales/bg/ChangePasswordDialog.json?url"; +import ChangePhoneDialogbgUrl from "PUBLIC_DIR/locales/bg/ChangePhoneDialog.json?url"; +import ChangePortalOwnerbgUrl from "PUBLIC_DIR/locales/bg/ChangePortalOwner.json?url"; +import ChangeUserStatusDialogbgUrl from "PUBLIC_DIR/locales/bg/ChangeUserStatusDialog.json?url"; +import ChangeUserTypeDialogbgUrl from "PUBLIC_DIR/locales/bg/ChangeUserTypeDialog.json?url"; +import CommonbgUrl from "PUBLIC_DIR/locales/bg/Common.json?url"; +import ConfirmbgUrl from "PUBLIC_DIR/locales/bg/Confirm.json?url"; +import ConflictResolveDialogbgUrl from "PUBLIC_DIR/locales/bg/ConflictResolveDialog.json?url"; +import ConnectDialogbgUrl from "PUBLIC_DIR/locales/bg/ConnectDialog.json?url"; +import ConvertDialogbgUrl from "PUBLIC_DIR/locales/bg/ConvertDialog.json?url"; +import ConvertPasswordDialogbgUrl from "PUBLIC_DIR/locales/bg/ConvertPasswordDialog.json?url"; +import CreateEditRoomDialogbgUrl from "PUBLIC_DIR/locales/bg/CreateEditRoomDialog.json?url"; +import DataLossWarningDialogbgUrl from "PUBLIC_DIR/locales/bg/DataLossWarningDialog.json?url"; +import DeleteDialogbgUrl from "PUBLIC_DIR/locales/bg/DeleteDialog.json?url"; +import DeleteProfileEverDialogbgUrl from "PUBLIC_DIR/locales/bg/DeleteProfileEverDialog.json?url"; +import DeleteSelfProfileDialogbgUrl from "PUBLIC_DIR/locales/bg/DeleteSelfProfileDialog.json?url"; +import DeleteThirdPartyDialogbgUrl from "PUBLIC_DIR/locales/bg/DeleteThirdPartyDialog.json?url"; +import DeleteUsersDialogbgUrl from "PUBLIC_DIR/locales/bg/DeleteUsersDialog.json?url"; +import DowngradePlanDialogbgUrl from "PUBLIC_DIR/locales/bg/DowngradePlanDialog.json?url"; +import DownloadDialogbgUrl from "PUBLIC_DIR/locales/bg/DownloadDialog.json?url"; +import EmbeddingPanelbgUrl from "PUBLIC_DIR/locales/bg/EmbeddingPanel.json?url"; +import EmptyTrashDialogbgUrl from "PUBLIC_DIR/locales/bg/EmptyTrashDialog.json?url"; +import ErrorsbgUrl from "PUBLIC_DIR/locales/bg/Errors.json?url"; +import FilesbgUrl from "PUBLIC_DIR/locales/bg/Files.json?url"; +import FilesSettingsbgUrl from "PUBLIC_DIR/locales/bg/FilesSettings.json?url"; +import FormGallerybgUrl from "PUBLIC_DIR/locales/bg/FormGallery.json?url"; +import HotkeysPanelbgUrl from "PUBLIC_DIR/locales/bg/HotkeysPanel.json?url"; +import InfoPanelbgUrl from "PUBLIC_DIR/locales/bg/InfoPanel.json?url"; +import InviteDialogbgUrl from "PUBLIC_DIR/locales/bg/InviteDialog.json?url"; +import MainBarbgUrl from "PUBLIC_DIR/locales/bg/MainBar.json?url"; +import NewFilesPanelbgUrl from "PUBLIC_DIR/locales/bg/NewFilesPanel.json?url"; +import PaymentsbgUrl from "PUBLIC_DIR/locales/bg/Payments.json?url"; +import PeoplebgUrl from "PUBLIC_DIR/locales/bg/People.json?url"; +import PeopleSelectorbgUrl from "PUBLIC_DIR/locales/bg/PeopleSelector.json?url"; +import PeopleTranslationsbgUrl from "PUBLIC_DIR/locales/bg/PeopleTranslations.json?url"; +import PortalUnavailablebgUrl from "PUBLIC_DIR/locales/bg/PortalUnavailable.json?url"; +import PreparationPortalbgUrl from "PUBLIC_DIR/locales/bg/PreparationPortal.json?url"; +import PrivacyPagebgUrl from "PUBLIC_DIR/locales/bg/PrivacyPage.json?url"; +import ProfilebgUrl from "PUBLIC_DIR/locales/bg/Profile.json?url"; +import ResetApplicationDialogbgUrl from "PUBLIC_DIR/locales/bg/ResetApplicationDialog.json?url"; +import RoomSelectorbgUrl from "PUBLIC_DIR/locales/bg/RoomSelector.json?url"; +import SalesDepartmentRequestDialogbgUrl from "PUBLIC_DIR/locales/bg/SalesDepartmentRequestDialog.json?url"; +import SelectFolderbgUrl from "PUBLIC_DIR/locales/bg/SelectFolder.json?url"; +import SendInviteDialogbgUrl from "PUBLIC_DIR/locales/bg/SendInviteDialog.json?url"; +import SettingsbgUrl from "PUBLIC_DIR/locales/bg/Settings.json?url"; +import SharingPanelbgUrl from "PUBLIC_DIR/locales/bg/SharingPanel.json?url"; +import SingleSignOnbgUrl from "PUBLIC_DIR/locales/bg/SingleSignOn.json?url"; +import SmartBannerbgUrl from "PUBLIC_DIR/locales/bg/SmartBanner.json?url"; +import TranslationsbgUrl from "PUBLIC_DIR/locales/bg/Translations.json?url"; +import UploadPanelbgUrl from "PUBLIC_DIR/locales/bg/UploadPanel.json?url"; +import VersionHistorybgUrl from "PUBLIC_DIR/locales/bg/VersionHistory.json?url"; +import WizardbgUrl from "PUBLIC_DIR/locales/bg/Wizard.json?url"; +import AboutcsUrl from "PUBLIC_DIR/locales/cs/About.json?url"; +import ArchiveDialogcsUrl from "PUBLIC_DIR/locales/cs/ArchiveDialog.json?url"; +import ArticlecsUrl from "PUBLIC_DIR/locales/cs/Article.json?url"; +import BackupCodesDialogcsUrl from "PUBLIC_DIR/locales/cs/BackupCodesDialog.json?url"; +import ChangeEmailDialogcsUrl from "PUBLIC_DIR/locales/cs/ChangeEmailDialog.json?url"; +import ChangeOwnerPanelcsUrl from "PUBLIC_DIR/locales/cs/ChangeOwnerPanel.json?url"; +import ChangePasswordDialogcsUrl from "PUBLIC_DIR/locales/cs/ChangePasswordDialog.json?url"; +import ChangePhoneDialogcsUrl from "PUBLIC_DIR/locales/cs/ChangePhoneDialog.json?url"; +import ChangePortalOwnercsUrl from "PUBLIC_DIR/locales/cs/ChangePortalOwner.json?url"; +import ChangeUserStatusDialogcsUrl from "PUBLIC_DIR/locales/cs/ChangeUserStatusDialog.json?url"; +import ChangeUserTypeDialogcsUrl from "PUBLIC_DIR/locales/cs/ChangeUserTypeDialog.json?url"; +import CommoncsUrl from "PUBLIC_DIR/locales/cs/Common.json?url"; +import ConfirmcsUrl from "PUBLIC_DIR/locales/cs/Confirm.json?url"; +import ConflictResolveDialogcsUrl from "PUBLIC_DIR/locales/cs/ConflictResolveDialog.json?url"; +import ConnectDialogcsUrl from "PUBLIC_DIR/locales/cs/ConnectDialog.json?url"; +import ConvertDialogcsUrl from "PUBLIC_DIR/locales/cs/ConvertDialog.json?url"; +import ConvertPasswordDialogcsUrl from "PUBLIC_DIR/locales/cs/ConvertPasswordDialog.json?url"; +import CreateEditRoomDialogcsUrl from "PUBLIC_DIR/locales/cs/CreateEditRoomDialog.json?url"; +import DataLossWarningDialogcsUrl from "PUBLIC_DIR/locales/cs/DataLossWarningDialog.json?url"; +import DeleteDialogcsUrl from "PUBLIC_DIR/locales/cs/DeleteDialog.json?url"; +import DeleteProfileEverDialogcsUrl from "PUBLIC_DIR/locales/cs/DeleteProfileEverDialog.json?url"; +import DeleteSelfProfileDialogcsUrl from "PUBLIC_DIR/locales/cs/DeleteSelfProfileDialog.json?url"; +import DeleteThirdPartyDialogcsUrl from "PUBLIC_DIR/locales/cs/DeleteThirdPartyDialog.json?url"; +import DeleteUsersDialogcsUrl from "PUBLIC_DIR/locales/cs/DeleteUsersDialog.json?url"; +import DowngradePlanDialogcsUrl from "PUBLIC_DIR/locales/cs/DowngradePlanDialog.json?url"; +import DownloadDialogcsUrl from "PUBLIC_DIR/locales/cs/DownloadDialog.json?url"; +import EmbeddingPanelcsUrl from "PUBLIC_DIR/locales/cs/EmbeddingPanel.json?url"; +import EmptyTrashDialogcsUrl from "PUBLIC_DIR/locales/cs/EmptyTrashDialog.json?url"; +import ErrorscsUrl from "PUBLIC_DIR/locales/cs/Errors.json?url"; +import FilescsUrl from "PUBLIC_DIR/locales/cs/Files.json?url"; +import FilesSettingscsUrl from "PUBLIC_DIR/locales/cs/FilesSettings.json?url"; +import FormGallerycsUrl from "PUBLIC_DIR/locales/cs/FormGallery.json?url"; +import HotkeysPanelcsUrl from "PUBLIC_DIR/locales/cs/HotkeysPanel.json?url"; +import InfoPanelcsUrl from "PUBLIC_DIR/locales/cs/InfoPanel.json?url"; +import InviteDialogcsUrl from "PUBLIC_DIR/locales/cs/InviteDialog.json?url"; +import MainBarcsUrl from "PUBLIC_DIR/locales/cs/MainBar.json?url"; +import NewFilesPanelcsUrl from "PUBLIC_DIR/locales/cs/NewFilesPanel.json?url"; +import PaymentscsUrl from "PUBLIC_DIR/locales/cs/Payments.json?url"; +import PeoplecsUrl from "PUBLIC_DIR/locales/cs/People.json?url"; +import PeopleSelectorcsUrl from "PUBLIC_DIR/locales/cs/PeopleSelector.json?url"; +import PeopleTranslationscsUrl from "PUBLIC_DIR/locales/cs/PeopleTranslations.json?url"; +import PortalUnavailablecsUrl from "PUBLIC_DIR/locales/cs/PortalUnavailable.json?url"; +import PreparationPortalcsUrl from "PUBLIC_DIR/locales/cs/PreparationPortal.json?url"; +import PrivacyPagecsUrl from "PUBLIC_DIR/locales/cs/PrivacyPage.json?url"; +import ProfilecsUrl from "PUBLIC_DIR/locales/cs/Profile.json?url"; +import ResetApplicationDialogcsUrl from "PUBLIC_DIR/locales/cs/ResetApplicationDialog.json?url"; +import RoomSelectorcsUrl from "PUBLIC_DIR/locales/cs/RoomSelector.json?url"; +import SalesDepartmentRequestDialogcsUrl from "PUBLIC_DIR/locales/cs/SalesDepartmentRequestDialog.json?url"; +import SelectFoldercsUrl from "PUBLIC_DIR/locales/cs/SelectFolder.json?url"; +import SendInviteDialogcsUrl from "PUBLIC_DIR/locales/cs/SendInviteDialog.json?url"; +import SettingscsUrl from "PUBLIC_DIR/locales/cs/Settings.json?url"; +import SharingPanelcsUrl from "PUBLIC_DIR/locales/cs/SharingPanel.json?url"; +import SingleSignOncsUrl from "PUBLIC_DIR/locales/cs/SingleSignOn.json?url"; +import SmartBannercsUrl from "PUBLIC_DIR/locales/cs/SmartBanner.json?url"; +import TranslationscsUrl from "PUBLIC_DIR/locales/cs/Translations.json?url"; +import UploadPanelcsUrl from "PUBLIC_DIR/locales/cs/UploadPanel.json?url"; +import VersionHistorycsUrl from "PUBLIC_DIR/locales/cs/VersionHistory.json?url"; +import WizardcsUrl from "PUBLIC_DIR/locales/cs/Wizard.json?url"; +import AboutdeUrl from "PUBLIC_DIR/locales/de/About.json?url"; +import ArchiveDialogdeUrl from "PUBLIC_DIR/locales/de/ArchiveDialog.json?url"; +import ArticledeUrl from "PUBLIC_DIR/locales/de/Article.json?url"; +import BackupCodesDialogdeUrl from "PUBLIC_DIR/locales/de/BackupCodesDialog.json?url"; +import ChangeEmailDialogdeUrl from "PUBLIC_DIR/locales/de/ChangeEmailDialog.json?url"; +import ChangeOwnerPaneldeUrl from "PUBLIC_DIR/locales/de/ChangeOwnerPanel.json?url"; +import ChangePasswordDialogdeUrl from "PUBLIC_DIR/locales/de/ChangePasswordDialog.json?url"; +import ChangePhoneDialogdeUrl from "PUBLIC_DIR/locales/de/ChangePhoneDialog.json?url"; +import ChangePortalOwnerdeUrl from "PUBLIC_DIR/locales/de/ChangePortalOwner.json?url"; +import ChangeUserStatusDialogdeUrl from "PUBLIC_DIR/locales/de/ChangeUserStatusDialog.json?url"; +import ChangeUserTypeDialogdeUrl from "PUBLIC_DIR/locales/de/ChangeUserTypeDialog.json?url"; +import CommondeUrl from "PUBLIC_DIR/locales/de/Common.json?url"; +import ConfirmdeUrl from "PUBLIC_DIR/locales/de/Confirm.json?url"; +import ConflictResolveDialogdeUrl from "PUBLIC_DIR/locales/de/ConflictResolveDialog.json?url"; +import ConnectDialogdeUrl from "PUBLIC_DIR/locales/de/ConnectDialog.json?url"; +import ConvertDialogdeUrl from "PUBLIC_DIR/locales/de/ConvertDialog.json?url"; +import ConvertPasswordDialogdeUrl from "PUBLIC_DIR/locales/de/ConvertPasswordDialog.json?url"; +import CreateEditRoomDialogdeUrl from "PUBLIC_DIR/locales/de/CreateEditRoomDialog.json?url"; +import DataLossWarningDialogdeUrl from "PUBLIC_DIR/locales/de/DataLossWarningDialog.json?url"; +import DeleteDialogdeUrl from "PUBLIC_DIR/locales/de/DeleteDialog.json?url"; +import DeleteProfileEverDialogdeUrl from "PUBLIC_DIR/locales/de/DeleteProfileEverDialog.json?url"; +import DeleteSelfProfileDialogdeUrl from "PUBLIC_DIR/locales/de/DeleteSelfProfileDialog.json?url"; +import DeleteThirdPartyDialogdeUrl from "PUBLIC_DIR/locales/de/DeleteThirdPartyDialog.json?url"; +import DeleteUsersDialogdeUrl from "PUBLIC_DIR/locales/de/DeleteUsersDialog.json?url"; +import DowngradePlanDialogdeUrl from "PUBLIC_DIR/locales/de/DowngradePlanDialog.json?url"; +import DownloadDialogdeUrl from "PUBLIC_DIR/locales/de/DownloadDialog.json?url"; +import EmbeddingPaneldeUrl from "PUBLIC_DIR/locales/de/EmbeddingPanel.json?url"; +import EmptyTrashDialogdeUrl from "PUBLIC_DIR/locales/de/EmptyTrashDialog.json?url"; +import ErrorsdeUrl from "PUBLIC_DIR/locales/de/Errors.json?url"; +import FilesdeUrl from "PUBLIC_DIR/locales/de/Files.json?url"; +import FilesSettingsdeUrl from "PUBLIC_DIR/locales/de/FilesSettings.json?url"; +import FormGallerydeUrl from "PUBLIC_DIR/locales/de/FormGallery.json?url"; +import HotkeysPaneldeUrl from "PUBLIC_DIR/locales/de/HotkeysPanel.json?url"; +import InfoPaneldeUrl from "PUBLIC_DIR/locales/de/InfoPanel.json?url"; +import InviteDialogdeUrl from "PUBLIC_DIR/locales/de/InviteDialog.json?url"; +import MainBardeUrl from "PUBLIC_DIR/locales/de/MainBar.json?url"; +import NewFilesPaneldeUrl from "PUBLIC_DIR/locales/de/NewFilesPanel.json?url"; +import PaymentsdeUrl from "PUBLIC_DIR/locales/de/Payments.json?url"; +import PeopledeUrl from "PUBLIC_DIR/locales/de/People.json?url"; +import PeopleSelectordeUrl from "PUBLIC_DIR/locales/de/PeopleSelector.json?url"; +import PeopleTranslationsdeUrl from "PUBLIC_DIR/locales/de/PeopleTranslations.json?url"; +import PortalUnavailabledeUrl from "PUBLIC_DIR/locales/de/PortalUnavailable.json?url"; +import PreparationPortaldeUrl from "PUBLIC_DIR/locales/de/PreparationPortal.json?url"; +import PrivacyPagedeUrl from "PUBLIC_DIR/locales/de/PrivacyPage.json?url"; +import ProfiledeUrl from "PUBLIC_DIR/locales/de/Profile.json?url"; +import ResetApplicationDialogdeUrl from "PUBLIC_DIR/locales/de/ResetApplicationDialog.json?url"; +import RoomSelectordeUrl from "PUBLIC_DIR/locales/de/RoomSelector.json?url"; +import SalesDepartmentRequestDialogdeUrl from "PUBLIC_DIR/locales/de/SalesDepartmentRequestDialog.json?url"; +import SelectFolderdeUrl from "PUBLIC_DIR/locales/de/SelectFolder.json?url"; +import SendInviteDialogdeUrl from "PUBLIC_DIR/locales/de/SendInviteDialog.json?url"; +import SettingsdeUrl from "PUBLIC_DIR/locales/de/Settings.json?url"; +import SharingPaneldeUrl from "PUBLIC_DIR/locales/de/SharingPanel.json?url"; +import SingleSignOndeUrl from "PUBLIC_DIR/locales/de/SingleSignOn.json?url"; +import SmartBannerdeUrl from "PUBLIC_DIR/locales/de/SmartBanner.json?url"; +import TranslationsdeUrl from "PUBLIC_DIR/locales/de/Translations.json?url"; +import UploadPaneldeUrl from "PUBLIC_DIR/locales/de/UploadPanel.json?url"; +import VersionHistorydeUrl from "PUBLIC_DIR/locales/de/VersionHistory.json?url"; +import WizarddeUrl from "PUBLIC_DIR/locales/de/Wizard.json?url"; +import AboutelGRUrl from "PUBLIC_DIR/locales/el-GR/About.json?url"; +import ArchiveDialogelGRUrl from "PUBLIC_DIR/locales/el-GR/ArchiveDialog.json?url"; +import ArticleelGRUrl from "PUBLIC_DIR/locales/el-GR/Article.json?url"; +import BackupCodesDialogelGRUrl from "PUBLIC_DIR/locales/el-GR/BackupCodesDialog.json?url"; +import ChangeEmailDialogelGRUrl from "PUBLIC_DIR/locales/el-GR/ChangeEmailDialog.json?url"; +import ChangeOwnerPanelelGRUrl from "PUBLIC_DIR/locales/el-GR/ChangeOwnerPanel.json?url"; +import ChangePasswordDialogelGRUrl from "PUBLIC_DIR/locales/el-GR/ChangePasswordDialog.json?url"; +import ChangePhoneDialogelGRUrl from "PUBLIC_DIR/locales/el-GR/ChangePhoneDialog.json?url"; +import ChangePortalOwnerelGRUrl from "PUBLIC_DIR/locales/el-GR/ChangePortalOwner.json?url"; +import ChangeUserStatusDialogelGRUrl from "PUBLIC_DIR/locales/el-GR/ChangeUserStatusDialog.json?url"; +import ChangeUserTypeDialogelGRUrl from "PUBLIC_DIR/locales/el-GR/ChangeUserTypeDialog.json?url"; +import CommonelGRUrl from "PUBLIC_DIR/locales/el-GR/Common.json?url"; +import ConfirmelGRUrl from "PUBLIC_DIR/locales/el-GR/Confirm.json?url"; +import ConflictResolveDialogelGRUrl from "PUBLIC_DIR/locales/el-GR/ConflictResolveDialog.json?url"; +import ConnectDialogelGRUrl from "PUBLIC_DIR/locales/el-GR/ConnectDialog.json?url"; +import ConvertDialogelGRUrl from "PUBLIC_DIR/locales/el-GR/ConvertDialog.json?url"; +import ConvertPasswordDialogelGRUrl from "PUBLIC_DIR/locales/el-GR/ConvertPasswordDialog.json?url"; +import CreateEditRoomDialogelGRUrl from "PUBLIC_DIR/locales/el-GR/CreateEditRoomDialog.json?url"; +import DataLossWarningDialogelGRUrl from "PUBLIC_DIR/locales/el-GR/DataLossWarningDialog.json?url"; +import DeleteDialogelGRUrl from "PUBLIC_DIR/locales/el-GR/DeleteDialog.json?url"; +import DeleteProfileEverDialogelGRUrl from "PUBLIC_DIR/locales/el-GR/DeleteProfileEverDialog.json?url"; +import DeleteSelfProfileDialogelGRUrl from "PUBLIC_DIR/locales/el-GR/DeleteSelfProfileDialog.json?url"; +import DeleteThirdPartyDialogelGRUrl from "PUBLIC_DIR/locales/el-GR/DeleteThirdPartyDialog.json?url"; +import DeleteUsersDialogelGRUrl from "PUBLIC_DIR/locales/el-GR/DeleteUsersDialog.json?url"; +import DowngradePlanDialogelGRUrl from "PUBLIC_DIR/locales/el-GR/DowngradePlanDialog.json?url"; +import DownloadDialogelGRUrl from "PUBLIC_DIR/locales/el-GR/DownloadDialog.json?url"; +import EmbeddingPanelelGRUrl from "PUBLIC_DIR/locales/el-GR/EmbeddingPanel.json?url"; +import EmptyTrashDialogelGRUrl from "PUBLIC_DIR/locales/el-GR/EmptyTrashDialog.json?url"; +import ErrorselGRUrl from "PUBLIC_DIR/locales/el-GR/Errors.json?url"; +import FileselGRUrl from "PUBLIC_DIR/locales/el-GR/Files.json?url"; +import FilesSettingselGRUrl from "PUBLIC_DIR/locales/el-GR/FilesSettings.json?url"; +import FormGalleryelGRUrl from "PUBLIC_DIR/locales/el-GR/FormGallery.json?url"; +import HotkeysPanelelGRUrl from "PUBLIC_DIR/locales/el-GR/HotkeysPanel.json?url"; +import InfoPanelelGRUrl from "PUBLIC_DIR/locales/el-GR/InfoPanel.json?url"; +import InviteDialogelGRUrl from "PUBLIC_DIR/locales/el-GR/InviteDialog.json?url"; +import MainBarelGRUrl from "PUBLIC_DIR/locales/el-GR/MainBar.json?url"; +import NewFilesPanelelGRUrl from "PUBLIC_DIR/locales/el-GR/NewFilesPanel.json?url"; +import PaymentselGRUrl from "PUBLIC_DIR/locales/el-GR/Payments.json?url"; +import PeopleelGRUrl from "PUBLIC_DIR/locales/el-GR/People.json?url"; +import PeopleSelectorelGRUrl from "PUBLIC_DIR/locales/el-GR/PeopleSelector.json?url"; +import PeopleTranslationselGRUrl from "PUBLIC_DIR/locales/el-GR/PeopleTranslations.json?url"; +import PortalUnavailableelGRUrl from "PUBLIC_DIR/locales/el-GR/PortalUnavailable.json?url"; +import PreparationPortalelGRUrl from "PUBLIC_DIR/locales/el-GR/PreparationPortal.json?url"; +import PrivacyPageelGRUrl from "PUBLIC_DIR/locales/el-GR/PrivacyPage.json?url"; +import ProfileelGRUrl from "PUBLIC_DIR/locales/el-GR/Profile.json?url"; +import ResetApplicationDialogelGRUrl from "PUBLIC_DIR/locales/el-GR/ResetApplicationDialog.json?url"; +import RoomSelectorelGRUrl from "PUBLIC_DIR/locales/el-GR/RoomSelector.json?url"; +import SalesDepartmentRequestDialogelGRUrl from "PUBLIC_DIR/locales/el-GR/SalesDepartmentRequestDialog.json?url"; +import SelectFolderelGRUrl from "PUBLIC_DIR/locales/el-GR/SelectFolder.json?url"; +import SendInviteDialogelGRUrl from "PUBLIC_DIR/locales/el-GR/SendInviteDialog.json?url"; +import SettingselGRUrl from "PUBLIC_DIR/locales/el-GR/Settings.json?url"; +import SharingPanelelGRUrl from "PUBLIC_DIR/locales/el-GR/SharingPanel.json?url"; +import SingleSignOnelGRUrl from "PUBLIC_DIR/locales/el-GR/SingleSignOn.json?url"; +import SmartBannerelGRUrl from "PUBLIC_DIR/locales/el-GR/SmartBanner.json?url"; +import TranslationselGRUrl from "PUBLIC_DIR/locales/el-GR/Translations.json?url"; +import UploadPanelelGRUrl from "PUBLIC_DIR/locales/el-GR/UploadPanel.json?url"; +import VersionHistoryelGRUrl from "PUBLIC_DIR/locales/el-GR/VersionHistory.json?url"; +import WizardelGRUrl from "PUBLIC_DIR/locales/el-GR/Wizard.json?url"; +import AboutenUrl from "PUBLIC_DIR/locales/en/About.json?url"; +import ArchiveDialogenUrl from "PUBLIC_DIR/locales/en/ArchiveDialog.json?url"; +import ArticleenUrl from "PUBLIC_DIR/locales/en/Article.json?url"; +import BackupCodesDialogenUrl from "PUBLIC_DIR/locales/en/BackupCodesDialog.json?url"; +import ChangeEmailDialogenUrl from "PUBLIC_DIR/locales/en/ChangeEmailDialog.json?url"; +import ChangeOwnerPanelenUrl from "PUBLIC_DIR/locales/en/ChangeOwnerPanel.json?url"; +import ChangePasswordDialogenUrl from "PUBLIC_DIR/locales/en/ChangePasswordDialog.json?url"; +import ChangePhoneDialogenUrl from "PUBLIC_DIR/locales/en/ChangePhoneDialog.json?url"; +import ChangePortalOwnerenUrl from "PUBLIC_DIR/locales/en/ChangePortalOwner.json?url"; +import ChangeUserStatusDialogenUrl from "PUBLIC_DIR/locales/en/ChangeUserStatusDialog.json?url"; +import ChangeUserTypeDialogenUrl from "PUBLIC_DIR/locales/en/ChangeUserTypeDialog.json?url"; +import CommonenUrl from "PUBLIC_DIR/locales/en/Common.json?url"; +import ConfirmenUrl from "PUBLIC_DIR/locales/en/Confirm.json?url"; +import ConflictResolveDialogenUrl from "PUBLIC_DIR/locales/en/ConflictResolveDialog.json?url"; +import ConnectDialogenUrl from "PUBLIC_DIR/locales/en/ConnectDialog.json?url"; +import ConvertDialogenUrl from "PUBLIC_DIR/locales/en/ConvertDialog.json?url"; +import ConvertPasswordDialogenUrl from "PUBLIC_DIR/locales/en/ConvertPasswordDialog.json?url"; +import CreateEditRoomDialogenUrl from "PUBLIC_DIR/locales/en/CreateEditRoomDialog.json?url"; +import DataLossWarningDialogenUrl from "PUBLIC_DIR/locales/en/DataLossWarningDialog.json?url"; +import DeleteDialogenUrl from "PUBLIC_DIR/locales/en/DeleteDialog.json?url"; +import DeleteProfileEverDialogenUrl from "PUBLIC_DIR/locales/en/DeleteProfileEverDialog.json?url"; +import DeleteSelfProfileDialogenUrl from "PUBLIC_DIR/locales/en/DeleteSelfProfileDialog.json?url"; +import DeleteThirdPartyDialogenUrl from "PUBLIC_DIR/locales/en/DeleteThirdPartyDialog.json?url"; +import DeleteUsersDialogenUrl from "PUBLIC_DIR/locales/en/DeleteUsersDialog.json?url"; +import DowngradePlanDialogenUrl from "PUBLIC_DIR/locales/en/DowngradePlanDialog.json?url"; +import DownloadDialogenUrl from "PUBLIC_DIR/locales/en/DownloadDialog.json?url"; +import EmbeddingPanelenUrl from "PUBLIC_DIR/locales/en/EmbeddingPanel.json?url"; +import EmptyTrashDialogenUrl from "PUBLIC_DIR/locales/en/EmptyTrashDialog.json?url"; +import ErrorsenUrl from "PUBLIC_DIR/locales/en/Errors.json?url"; +import FilesenUrl from "PUBLIC_DIR/locales/en/Files.json?url"; +import FilesSettingsenUrl from "PUBLIC_DIR/locales/en/FilesSettings.json?url"; +import FormGalleryenUrl from "PUBLIC_DIR/locales/en/FormGallery.json?url"; +import HotkeysPanelenUrl from "PUBLIC_DIR/locales/en/HotkeysPanel.json?url"; +import InfoPanelenUrl from "PUBLIC_DIR/locales/en/InfoPanel.json?url"; +import InviteDialogenUrl from "PUBLIC_DIR/locales/en/InviteDialog.json?url"; +import MainBarenUrl from "PUBLIC_DIR/locales/en/MainBar.json?url"; +import NewFilesPanelenUrl from "PUBLIC_DIR/locales/en/NewFilesPanel.json?url"; +import PaymentsenUrl from "PUBLIC_DIR/locales/en/Payments.json?url"; +import PeopleenUrl from "PUBLIC_DIR/locales/en/People.json?url"; +import PeopleSelectorenUrl from "PUBLIC_DIR/locales/en/PeopleSelector.json?url"; +import PeopleTranslationsenUrl from "PUBLIC_DIR/locales/en/PeopleTranslations.json?url"; +import PortalUnavailableenUrl from "PUBLIC_DIR/locales/en/PortalUnavailable.json?url"; +import PreparationPortalenUrl from "PUBLIC_DIR/locales/en/PreparationPortal.json?url"; +import PrivacyPageenUrl from "PUBLIC_DIR/locales/en/PrivacyPage.json?url"; +import ProfileenUrl from "PUBLIC_DIR/locales/en/Profile.json?url"; +import ResetApplicationDialogenUrl from "PUBLIC_DIR/locales/en/ResetApplicationDialog.json?url"; +import RoomSelectorenUrl from "PUBLIC_DIR/locales/en/RoomSelector.json?url"; +import SalesDepartmentRequestDialogenUrl from "PUBLIC_DIR/locales/en/SalesDepartmentRequestDialog.json?url"; +import SelectFolderenUrl from "PUBLIC_DIR/locales/en/SelectFolder.json?url"; +import SendInviteDialogenUrl from "PUBLIC_DIR/locales/en/SendInviteDialog.json?url"; +import SettingsenUrl from "PUBLIC_DIR/locales/en/Settings.json?url"; +import SharingPanelenUrl from "PUBLIC_DIR/locales/en/SharingPanel.json?url"; +import SingleSignOnenUrl from "PUBLIC_DIR/locales/en/SingleSignOn.json?url"; +import SmartBannerenUrl from "PUBLIC_DIR/locales/en/SmartBanner.json?url"; +import TranslationsenUrl from "PUBLIC_DIR/locales/en/Translations.json?url"; +import UploadPanelenUrl from "PUBLIC_DIR/locales/en/UploadPanel.json?url"; +import VersionHistoryenUrl from "PUBLIC_DIR/locales/en/VersionHistory.json?url"; +import WizardenUrl from "PUBLIC_DIR/locales/en/Wizard.json?url"; +import AboutesUrl from "PUBLIC_DIR/locales/es/About.json?url"; +import ArchiveDialogesUrl from "PUBLIC_DIR/locales/es/ArchiveDialog.json?url"; +import ArticleesUrl from "PUBLIC_DIR/locales/es/Article.json?url"; +import BackupCodesDialogesUrl from "PUBLIC_DIR/locales/es/BackupCodesDialog.json?url"; +import ChangeEmailDialogesUrl from "PUBLIC_DIR/locales/es/ChangeEmailDialog.json?url"; +import ChangeOwnerPanelesUrl from "PUBLIC_DIR/locales/es/ChangeOwnerPanel.json?url"; +import ChangePasswordDialogesUrl from "PUBLIC_DIR/locales/es/ChangePasswordDialog.json?url"; +import ChangePhoneDialogesUrl from "PUBLIC_DIR/locales/es/ChangePhoneDialog.json?url"; +import ChangePortalOwneresUrl from "PUBLIC_DIR/locales/es/ChangePortalOwner.json?url"; +import ChangeUserStatusDialogesUrl from "PUBLIC_DIR/locales/es/ChangeUserStatusDialog.json?url"; +import ChangeUserTypeDialogesUrl from "PUBLIC_DIR/locales/es/ChangeUserTypeDialog.json?url"; +import CommonesUrl from "PUBLIC_DIR/locales/es/Common.json?url"; +import ConfirmesUrl from "PUBLIC_DIR/locales/es/Confirm.json?url"; +import ConflictResolveDialogesUrl from "PUBLIC_DIR/locales/es/ConflictResolveDialog.json?url"; +import ConnectDialogesUrl from "PUBLIC_DIR/locales/es/ConnectDialog.json?url"; +import ConvertDialogesUrl from "PUBLIC_DIR/locales/es/ConvertDialog.json?url"; +import ConvertPasswordDialogesUrl from "PUBLIC_DIR/locales/es/ConvertPasswordDialog.json?url"; +import CreateEditRoomDialogesUrl from "PUBLIC_DIR/locales/es/CreateEditRoomDialog.json?url"; +import DataLossWarningDialogesUrl from "PUBLIC_DIR/locales/es/DataLossWarningDialog.json?url"; +import DeleteDialogesUrl from "PUBLIC_DIR/locales/es/DeleteDialog.json?url"; +import DeleteProfileEverDialogesUrl from "PUBLIC_DIR/locales/es/DeleteProfileEverDialog.json?url"; +import DeleteSelfProfileDialogesUrl from "PUBLIC_DIR/locales/es/DeleteSelfProfileDialog.json?url"; +import DeleteThirdPartyDialogesUrl from "PUBLIC_DIR/locales/es/DeleteThirdPartyDialog.json?url"; +import DeleteUsersDialogesUrl from "PUBLIC_DIR/locales/es/DeleteUsersDialog.json?url"; +import DowngradePlanDialogesUrl from "PUBLIC_DIR/locales/es/DowngradePlanDialog.json?url"; +import DownloadDialogesUrl from "PUBLIC_DIR/locales/es/DownloadDialog.json?url"; +import EmbeddingPanelesUrl from "PUBLIC_DIR/locales/es/EmbeddingPanel.json?url"; +import EmptyTrashDialogesUrl from "PUBLIC_DIR/locales/es/EmptyTrashDialog.json?url"; +import ErrorsesUrl from "PUBLIC_DIR/locales/es/Errors.json?url"; +import FilesesUrl from "PUBLIC_DIR/locales/es/Files.json?url"; +import FilesSettingsesUrl from "PUBLIC_DIR/locales/es/FilesSettings.json?url"; +import FormGalleryesUrl from "PUBLIC_DIR/locales/es/FormGallery.json?url"; +import HotkeysPanelesUrl from "PUBLIC_DIR/locales/es/HotkeysPanel.json?url"; +import InfoPanelesUrl from "PUBLIC_DIR/locales/es/InfoPanel.json?url"; +import InviteDialogesUrl from "PUBLIC_DIR/locales/es/InviteDialog.json?url"; +import MainBaresUrl from "PUBLIC_DIR/locales/es/MainBar.json?url"; +import NewFilesPanelesUrl from "PUBLIC_DIR/locales/es/NewFilesPanel.json?url"; +import PaymentsesUrl from "PUBLIC_DIR/locales/es/Payments.json?url"; +import PeopleesUrl from "PUBLIC_DIR/locales/es/People.json?url"; +import PeopleSelectoresUrl from "PUBLIC_DIR/locales/es/PeopleSelector.json?url"; +import PeopleTranslationsesUrl from "PUBLIC_DIR/locales/es/PeopleTranslations.json?url"; +import PortalUnavailableesUrl from "PUBLIC_DIR/locales/es/PortalUnavailable.json?url"; +import PreparationPortalesUrl from "PUBLIC_DIR/locales/es/PreparationPortal.json?url"; +import PrivacyPageesUrl from "PUBLIC_DIR/locales/es/PrivacyPage.json?url"; +import ProfileesUrl from "PUBLIC_DIR/locales/es/Profile.json?url"; +import ResetApplicationDialogesUrl from "PUBLIC_DIR/locales/es/ResetApplicationDialog.json?url"; +import RoomSelectoresUrl from "PUBLIC_DIR/locales/es/RoomSelector.json?url"; +import SalesDepartmentRequestDialogesUrl from "PUBLIC_DIR/locales/es/SalesDepartmentRequestDialog.json?url"; +import SelectFolderesUrl from "PUBLIC_DIR/locales/es/SelectFolder.json?url"; +import SendInviteDialogesUrl from "PUBLIC_DIR/locales/es/SendInviteDialog.json?url"; +import SettingsesUrl from "PUBLIC_DIR/locales/es/Settings.json?url"; +import SharingPanelesUrl from "PUBLIC_DIR/locales/es/SharingPanel.json?url"; +import SingleSignOnesUrl from "PUBLIC_DIR/locales/es/SingleSignOn.json?url"; +import SmartBanneresUrl from "PUBLIC_DIR/locales/es/SmartBanner.json?url"; +import TranslationsesUrl from "PUBLIC_DIR/locales/es/Translations.json?url"; +import UploadPanelesUrl from "PUBLIC_DIR/locales/es/UploadPanel.json?url"; +import VersionHistoryesUrl from "PUBLIC_DIR/locales/es/VersionHistory.json?url"; +import WizardesUrl from "PUBLIC_DIR/locales/es/Wizard.json?url"; +import AboutfiUrl from "PUBLIC_DIR/locales/fi/About.json?url"; +import ArchiveDialogfiUrl from "PUBLIC_DIR/locales/fi/ArchiveDialog.json?url"; +import ArticlefiUrl from "PUBLIC_DIR/locales/fi/Article.json?url"; +import BackupCodesDialogfiUrl from "PUBLIC_DIR/locales/fi/BackupCodesDialog.json?url"; +import ChangeEmailDialogfiUrl from "PUBLIC_DIR/locales/fi/ChangeEmailDialog.json?url"; +import ChangeOwnerPanelfiUrl from "PUBLIC_DIR/locales/fi/ChangeOwnerPanel.json?url"; +import ChangePasswordDialogfiUrl from "PUBLIC_DIR/locales/fi/ChangePasswordDialog.json?url"; +import ChangePhoneDialogfiUrl from "PUBLIC_DIR/locales/fi/ChangePhoneDialog.json?url"; +import ChangePortalOwnerfiUrl from "PUBLIC_DIR/locales/fi/ChangePortalOwner.json?url"; +import ChangeUserStatusDialogfiUrl from "PUBLIC_DIR/locales/fi/ChangeUserStatusDialog.json?url"; +import ChangeUserTypeDialogfiUrl from "PUBLIC_DIR/locales/fi/ChangeUserTypeDialog.json?url"; +import CommonfiUrl from "PUBLIC_DIR/locales/fi/Common.json?url"; +import ConfirmfiUrl from "PUBLIC_DIR/locales/fi/Confirm.json?url"; +import ConflictResolveDialogfiUrl from "PUBLIC_DIR/locales/fi/ConflictResolveDialog.json?url"; +import ConnectDialogfiUrl from "PUBLIC_DIR/locales/fi/ConnectDialog.json?url"; +import ConvertDialogfiUrl from "PUBLIC_DIR/locales/fi/ConvertDialog.json?url"; +import ConvertPasswordDialogfiUrl from "PUBLIC_DIR/locales/fi/ConvertPasswordDialog.json?url"; +import CreateEditRoomDialogfiUrl from "PUBLIC_DIR/locales/fi/CreateEditRoomDialog.json?url"; +import DataLossWarningDialogfiUrl from "PUBLIC_DIR/locales/fi/DataLossWarningDialog.json?url"; +import DeleteDialogfiUrl from "PUBLIC_DIR/locales/fi/DeleteDialog.json?url"; +import DeleteProfileEverDialogfiUrl from "PUBLIC_DIR/locales/fi/DeleteProfileEverDialog.json?url"; +import DeleteSelfProfileDialogfiUrl from "PUBLIC_DIR/locales/fi/DeleteSelfProfileDialog.json?url"; +import DeleteThirdPartyDialogfiUrl from "PUBLIC_DIR/locales/fi/DeleteThirdPartyDialog.json?url"; +import DeleteUsersDialogfiUrl from "PUBLIC_DIR/locales/fi/DeleteUsersDialog.json?url"; +import DowngradePlanDialogfiUrl from "PUBLIC_DIR/locales/fi/DowngradePlanDialog.json?url"; +import DownloadDialogfiUrl from "PUBLIC_DIR/locales/fi/DownloadDialog.json?url"; +import EmbeddingPanelfiUrl from "PUBLIC_DIR/locales/fi/EmbeddingPanel.json?url"; +import EmptyTrashDialogfiUrl from "PUBLIC_DIR/locales/fi/EmptyTrashDialog.json?url"; +import ErrorsfiUrl from "PUBLIC_DIR/locales/fi/Errors.json?url"; +import FilesfiUrl from "PUBLIC_DIR/locales/fi/Files.json?url"; +import FilesSettingsfiUrl from "PUBLIC_DIR/locales/fi/FilesSettings.json?url"; +import FormGalleryfiUrl from "PUBLIC_DIR/locales/fi/FormGallery.json?url"; +import HotkeysPanelfiUrl from "PUBLIC_DIR/locales/fi/HotkeysPanel.json?url"; +import InfoPanelfiUrl from "PUBLIC_DIR/locales/fi/InfoPanel.json?url"; +import InviteDialogfiUrl from "PUBLIC_DIR/locales/fi/InviteDialog.json?url"; +import MainBarfiUrl from "PUBLIC_DIR/locales/fi/MainBar.json?url"; +import NewFilesPanelfiUrl from "PUBLIC_DIR/locales/fi/NewFilesPanel.json?url"; +import PaymentsfiUrl from "PUBLIC_DIR/locales/fi/Payments.json?url"; +import PeoplefiUrl from "PUBLIC_DIR/locales/fi/People.json?url"; +import PeopleSelectorfiUrl from "PUBLIC_DIR/locales/fi/PeopleSelector.json?url"; +import PeopleTranslationsfiUrl from "PUBLIC_DIR/locales/fi/PeopleTranslations.json?url"; +import PortalUnavailablefiUrl from "PUBLIC_DIR/locales/fi/PortalUnavailable.json?url"; +import PreparationPortalfiUrl from "PUBLIC_DIR/locales/fi/PreparationPortal.json?url"; +import PrivacyPagefiUrl from "PUBLIC_DIR/locales/fi/PrivacyPage.json?url"; +import ProfilefiUrl from "PUBLIC_DIR/locales/fi/Profile.json?url"; +import ResetApplicationDialogfiUrl from "PUBLIC_DIR/locales/fi/ResetApplicationDialog.json?url"; +import RoomSelectorfiUrl from "PUBLIC_DIR/locales/fi/RoomSelector.json?url"; +import SalesDepartmentRequestDialogfiUrl from "PUBLIC_DIR/locales/fi/SalesDepartmentRequestDialog.json?url"; +import SelectFolderfiUrl from "PUBLIC_DIR/locales/fi/SelectFolder.json?url"; +import SendInviteDialogfiUrl from "PUBLIC_DIR/locales/fi/SendInviteDialog.json?url"; +import SettingsfiUrl from "PUBLIC_DIR/locales/fi/Settings.json?url"; +import SharingPanelfiUrl from "PUBLIC_DIR/locales/fi/SharingPanel.json?url"; +import SingleSignOnfiUrl from "PUBLIC_DIR/locales/fi/SingleSignOn.json?url"; +import SmartBannerfiUrl from "PUBLIC_DIR/locales/fi/SmartBanner.json?url"; +import TranslationsfiUrl from "PUBLIC_DIR/locales/fi/Translations.json?url"; +import UploadPanelfiUrl from "PUBLIC_DIR/locales/fi/UploadPanel.json?url"; +import VersionHistoryfiUrl from "PUBLIC_DIR/locales/fi/VersionHistory.json?url"; +import WizardfiUrl from "PUBLIC_DIR/locales/fi/Wizard.json?url"; +import AboutfrUrl from "PUBLIC_DIR/locales/fr/About.json?url"; +import ArchiveDialogfrUrl from "PUBLIC_DIR/locales/fr/ArchiveDialog.json?url"; +import ArticlefrUrl from "PUBLIC_DIR/locales/fr/Article.json?url"; +import BackupCodesDialogfrUrl from "PUBLIC_DIR/locales/fr/BackupCodesDialog.json?url"; +import ChangeEmailDialogfrUrl from "PUBLIC_DIR/locales/fr/ChangeEmailDialog.json?url"; +import ChangeOwnerPanelfrUrl from "PUBLIC_DIR/locales/fr/ChangeOwnerPanel.json?url"; +import ChangePasswordDialogfrUrl from "PUBLIC_DIR/locales/fr/ChangePasswordDialog.json?url"; +import ChangePhoneDialogfrUrl from "PUBLIC_DIR/locales/fr/ChangePhoneDialog.json?url"; +import ChangePortalOwnerfrUrl from "PUBLIC_DIR/locales/fr/ChangePortalOwner.json?url"; +import ChangeUserStatusDialogfrUrl from "PUBLIC_DIR/locales/fr/ChangeUserStatusDialog.json?url"; +import ChangeUserTypeDialogfrUrl from "PUBLIC_DIR/locales/fr/ChangeUserTypeDialog.json?url"; +import CommonfrUrl from "PUBLIC_DIR/locales/fr/Common.json?url"; +import ConfirmfrUrl from "PUBLIC_DIR/locales/fr/Confirm.json?url"; +import ConflictResolveDialogfrUrl from "PUBLIC_DIR/locales/fr/ConflictResolveDialog.json?url"; +import ConnectDialogfrUrl from "PUBLIC_DIR/locales/fr/ConnectDialog.json?url"; +import ConvertDialogfrUrl from "PUBLIC_DIR/locales/fr/ConvertDialog.json?url"; +import ConvertPasswordDialogfrUrl from "PUBLIC_DIR/locales/fr/ConvertPasswordDialog.json?url"; +import CreateEditRoomDialogfrUrl from "PUBLIC_DIR/locales/fr/CreateEditRoomDialog.json?url"; +import DataLossWarningDialogfrUrl from "PUBLIC_DIR/locales/fr/DataLossWarningDialog.json?url"; +import DeleteDialogfrUrl from "PUBLIC_DIR/locales/fr/DeleteDialog.json?url"; +import DeleteProfileEverDialogfrUrl from "PUBLIC_DIR/locales/fr/DeleteProfileEverDialog.json?url"; +import DeleteSelfProfileDialogfrUrl from "PUBLIC_DIR/locales/fr/DeleteSelfProfileDialog.json?url"; +import DeleteThirdPartyDialogfrUrl from "PUBLIC_DIR/locales/fr/DeleteThirdPartyDialog.json?url"; +import DeleteUsersDialogfrUrl from "PUBLIC_DIR/locales/fr/DeleteUsersDialog.json?url"; +import DowngradePlanDialogfrUrl from "PUBLIC_DIR/locales/fr/DowngradePlanDialog.json?url"; +import DownloadDialogfrUrl from "PUBLIC_DIR/locales/fr/DownloadDialog.json?url"; +import EmbeddingPanelfrUrl from "PUBLIC_DIR/locales/fr/EmbeddingPanel.json?url"; +import EmptyTrashDialogfrUrl from "PUBLIC_DIR/locales/fr/EmptyTrashDialog.json?url"; +import ErrorsfrUrl from "PUBLIC_DIR/locales/fr/Errors.json?url"; +import FilesfrUrl from "PUBLIC_DIR/locales/fr/Files.json?url"; +import FilesSettingsfrUrl from "PUBLIC_DIR/locales/fr/FilesSettings.json?url"; +import FormGalleryfrUrl from "PUBLIC_DIR/locales/fr/FormGallery.json?url"; +import HotkeysPanelfrUrl from "PUBLIC_DIR/locales/fr/HotkeysPanel.json?url"; +import InfoPanelfrUrl from "PUBLIC_DIR/locales/fr/InfoPanel.json?url"; +import InviteDialogfrUrl from "PUBLIC_DIR/locales/fr/InviteDialog.json?url"; +import MainBarfrUrl from "PUBLIC_DIR/locales/fr/MainBar.json?url"; +import NewFilesPanelfrUrl from "PUBLIC_DIR/locales/fr/NewFilesPanel.json?url"; +import PaymentsfrUrl from "PUBLIC_DIR/locales/fr/Payments.json?url"; +import PeoplefrUrl from "PUBLIC_DIR/locales/fr/People.json?url"; +import PeopleSelectorfrUrl from "PUBLIC_DIR/locales/fr/PeopleSelector.json?url"; +import PeopleTranslationsfrUrl from "PUBLIC_DIR/locales/fr/PeopleTranslations.json?url"; +import PortalUnavailablefrUrl from "PUBLIC_DIR/locales/fr/PortalUnavailable.json?url"; +import PreparationPortalfrUrl from "PUBLIC_DIR/locales/fr/PreparationPortal.json?url"; +import PrivacyPagefrUrl from "PUBLIC_DIR/locales/fr/PrivacyPage.json?url"; +import ProfilefrUrl from "PUBLIC_DIR/locales/fr/Profile.json?url"; +import ResetApplicationDialogfrUrl from "PUBLIC_DIR/locales/fr/ResetApplicationDialog.json?url"; +import RoomSelectorfrUrl from "PUBLIC_DIR/locales/fr/RoomSelector.json?url"; +import SalesDepartmentRequestDialogfrUrl from "PUBLIC_DIR/locales/fr/SalesDepartmentRequestDialog.json?url"; +import SelectFolderfrUrl from "PUBLIC_DIR/locales/fr/SelectFolder.json?url"; +import SendInviteDialogfrUrl from "PUBLIC_DIR/locales/fr/SendInviteDialog.json?url"; +import SettingsfrUrl from "PUBLIC_DIR/locales/fr/Settings.json?url"; +import SharingPanelfrUrl from "PUBLIC_DIR/locales/fr/SharingPanel.json?url"; +import SingleSignOnfrUrl from "PUBLIC_DIR/locales/fr/SingleSignOn.json?url"; +import SmartBannerfrUrl from "PUBLIC_DIR/locales/fr/SmartBanner.json?url"; +import TranslationsfrUrl from "PUBLIC_DIR/locales/fr/Translations.json?url"; +import UploadPanelfrUrl from "PUBLIC_DIR/locales/fr/UploadPanel.json?url"; +import VersionHistoryfrUrl from "PUBLIC_DIR/locales/fr/VersionHistory.json?url"; +import WizardfrUrl from "PUBLIC_DIR/locales/fr/Wizard.json?url"; +import AbouthyAMUrl from "PUBLIC_DIR/locales/hy-AM/About.json?url"; +import ArchiveDialoghyAMUrl from "PUBLIC_DIR/locales/hy-AM/ArchiveDialog.json?url"; +import ArticlehyAMUrl from "PUBLIC_DIR/locales/hy-AM/Article.json?url"; +import BackupCodesDialoghyAMUrl from "PUBLIC_DIR/locales/hy-AM/BackupCodesDialog.json?url"; +import ChangeEmailDialoghyAMUrl from "PUBLIC_DIR/locales/hy-AM/ChangeEmailDialog.json?url"; +import ChangeOwnerPanelhyAMUrl from "PUBLIC_DIR/locales/hy-AM/ChangeOwnerPanel.json?url"; +import ChangePasswordDialoghyAMUrl from "PUBLIC_DIR/locales/hy-AM/ChangePasswordDialog.json?url"; +import ChangePhoneDialoghyAMUrl from "PUBLIC_DIR/locales/hy-AM/ChangePhoneDialog.json?url"; +import ChangePortalOwnerhyAMUrl from "PUBLIC_DIR/locales/hy-AM/ChangePortalOwner.json?url"; +import ChangeUserStatusDialoghyAMUrl from "PUBLIC_DIR/locales/hy-AM/ChangeUserStatusDialog.json?url"; +import ChangeUserTypeDialoghyAMUrl from "PUBLIC_DIR/locales/hy-AM/ChangeUserTypeDialog.json?url"; +import CommonhyAMUrl from "PUBLIC_DIR/locales/hy-AM/Common.json?url"; +import ConfirmhyAMUrl from "PUBLIC_DIR/locales/hy-AM/Confirm.json?url"; +import ConflictResolveDialoghyAMUrl from "PUBLIC_DIR/locales/hy-AM/ConflictResolveDialog.json?url"; +import ConnectDialoghyAMUrl from "PUBLIC_DIR/locales/hy-AM/ConnectDialog.json?url"; +import ConvertDialoghyAMUrl from "PUBLIC_DIR/locales/hy-AM/ConvertDialog.json?url"; +import ConvertPasswordDialoghyAMUrl from "PUBLIC_DIR/locales/hy-AM/ConvertPasswordDialog.json?url"; +import CreateEditRoomDialoghyAMUrl from "PUBLIC_DIR/locales/hy-AM/CreateEditRoomDialog.json?url"; +import DataLossWarningDialoghyAMUrl from "PUBLIC_DIR/locales/hy-AM/DataLossWarningDialog.json?url"; +import DeleteDialoghyAMUrl from "PUBLIC_DIR/locales/hy-AM/DeleteDialog.json?url"; +import DeleteProfileEverDialoghyAMUrl from "PUBLIC_DIR/locales/hy-AM/DeleteProfileEverDialog.json?url"; +import DeleteSelfProfileDialoghyAMUrl from "PUBLIC_DIR/locales/hy-AM/DeleteSelfProfileDialog.json?url"; +import DeleteThirdPartyDialoghyAMUrl from "PUBLIC_DIR/locales/hy-AM/DeleteThirdPartyDialog.json?url"; +import DeleteUsersDialoghyAMUrl from "PUBLIC_DIR/locales/hy-AM/DeleteUsersDialog.json?url"; +import DowngradePlanDialoghyAMUrl from "PUBLIC_DIR/locales/hy-AM/DowngradePlanDialog.json?url"; +import DownloadDialoghyAMUrl from "PUBLIC_DIR/locales/hy-AM/DownloadDialog.json?url"; +import EmbeddingPanelhyAMUrl from "PUBLIC_DIR/locales/hy-AM/EmbeddingPanel.json?url"; +import EmptyTrashDialoghyAMUrl from "PUBLIC_DIR/locales/hy-AM/EmptyTrashDialog.json?url"; +import ErrorshyAMUrl from "PUBLIC_DIR/locales/hy-AM/Errors.json?url"; +import FileshyAMUrl from "PUBLIC_DIR/locales/hy-AM/Files.json?url"; +import FilesSettingshyAMUrl from "PUBLIC_DIR/locales/hy-AM/FilesSettings.json?url"; +import FormGalleryhyAMUrl from "PUBLIC_DIR/locales/hy-AM/FormGallery.json?url"; +import HotkeysPanelhyAMUrl from "PUBLIC_DIR/locales/hy-AM/HotkeysPanel.json?url"; +import InfoPanelhyAMUrl from "PUBLIC_DIR/locales/hy-AM/InfoPanel.json?url"; +import InviteDialoghyAMUrl from "PUBLIC_DIR/locales/hy-AM/InviteDialog.json?url"; +import MainBarhyAMUrl from "PUBLIC_DIR/locales/hy-AM/MainBar.json?url"; +import NewFilesPanelhyAMUrl from "PUBLIC_DIR/locales/hy-AM/NewFilesPanel.json?url"; +import PaymentshyAMUrl from "PUBLIC_DIR/locales/hy-AM/Payments.json?url"; +import PeoplehyAMUrl from "PUBLIC_DIR/locales/hy-AM/People.json?url"; +import PeopleSelectorhyAMUrl from "PUBLIC_DIR/locales/hy-AM/PeopleSelector.json?url"; +import PeopleTranslationshyAMUrl from "PUBLIC_DIR/locales/hy-AM/PeopleTranslations.json?url"; +import PortalUnavailablehyAMUrl from "PUBLIC_DIR/locales/hy-AM/PortalUnavailable.json?url"; +import PreparationPortalhyAMUrl from "PUBLIC_DIR/locales/hy-AM/PreparationPortal.json?url"; +import PrivacyPagehyAMUrl from "PUBLIC_DIR/locales/hy-AM/PrivacyPage.json?url"; +import ProfilehyAMUrl from "PUBLIC_DIR/locales/hy-AM/Profile.json?url"; +import ResetApplicationDialoghyAMUrl from "PUBLIC_DIR/locales/hy-AM/ResetApplicationDialog.json?url"; +import RoomSelectorhyAMUrl from "PUBLIC_DIR/locales/hy-AM/RoomSelector.json?url"; +import SalesDepartmentRequestDialoghyAMUrl from "PUBLIC_DIR/locales/hy-AM/SalesDepartmentRequestDialog.json?url"; +import SelectFolderhyAMUrl from "PUBLIC_DIR/locales/hy-AM/SelectFolder.json?url"; +import SendInviteDialoghyAMUrl from "PUBLIC_DIR/locales/hy-AM/SendInviteDialog.json?url"; +import SettingshyAMUrl from "PUBLIC_DIR/locales/hy-AM/Settings.json?url"; +import SharingPanelhyAMUrl from "PUBLIC_DIR/locales/hy-AM/SharingPanel.json?url"; +import SingleSignOnhyAMUrl from "PUBLIC_DIR/locales/hy-AM/SingleSignOn.json?url"; +import SmartBannerhyAMUrl from "PUBLIC_DIR/locales/hy-AM/SmartBanner.json?url"; +import TranslationshyAMUrl from "PUBLIC_DIR/locales/hy-AM/Translations.json?url"; +import UploadPanelhyAMUrl from "PUBLIC_DIR/locales/hy-AM/UploadPanel.json?url"; +import VersionHistoryhyAMUrl from "PUBLIC_DIR/locales/hy-AM/VersionHistory.json?url"; +import WizardhyAMUrl from "PUBLIC_DIR/locales/hy-AM/Wizard.json?url"; +import AboutitUrl from "PUBLIC_DIR/locales/it/About.json?url"; +import ArchiveDialogitUrl from "PUBLIC_DIR/locales/it/ArchiveDialog.json?url"; +import ArticleitUrl from "PUBLIC_DIR/locales/it/Article.json?url"; +import BackupCodesDialogitUrl from "PUBLIC_DIR/locales/it/BackupCodesDialog.json?url"; +import ChangeEmailDialogitUrl from "PUBLIC_DIR/locales/it/ChangeEmailDialog.json?url"; +import ChangeOwnerPanelitUrl from "PUBLIC_DIR/locales/it/ChangeOwnerPanel.json?url"; +import ChangePasswordDialogitUrl from "PUBLIC_DIR/locales/it/ChangePasswordDialog.json?url"; +import ChangePhoneDialogitUrl from "PUBLIC_DIR/locales/it/ChangePhoneDialog.json?url"; +import ChangePortalOwneritUrl from "PUBLIC_DIR/locales/it/ChangePortalOwner.json?url"; +import ChangeUserStatusDialogitUrl from "PUBLIC_DIR/locales/it/ChangeUserStatusDialog.json?url"; +import ChangeUserTypeDialogitUrl from "PUBLIC_DIR/locales/it/ChangeUserTypeDialog.json?url"; +import CommonitUrl from "PUBLIC_DIR/locales/it/Common.json?url"; +import ConfirmitUrl from "PUBLIC_DIR/locales/it/Confirm.json?url"; +import ConflictResolveDialogitUrl from "PUBLIC_DIR/locales/it/ConflictResolveDialog.json?url"; +import ConnectDialogitUrl from "PUBLIC_DIR/locales/it/ConnectDialog.json?url"; +import ConvertDialogitUrl from "PUBLIC_DIR/locales/it/ConvertDialog.json?url"; +import ConvertPasswordDialogitUrl from "PUBLIC_DIR/locales/it/ConvertPasswordDialog.json?url"; +import CreateEditRoomDialogitUrl from "PUBLIC_DIR/locales/it/CreateEditRoomDialog.json?url"; +import DataLossWarningDialogitUrl from "PUBLIC_DIR/locales/it/DataLossWarningDialog.json?url"; +import DeleteDialogitUrl from "PUBLIC_DIR/locales/it/DeleteDialog.json?url"; +import DeleteProfileEverDialogitUrl from "PUBLIC_DIR/locales/it/DeleteProfileEverDialog.json?url"; +import DeleteSelfProfileDialogitUrl from "PUBLIC_DIR/locales/it/DeleteSelfProfileDialog.json?url"; +import DeleteThirdPartyDialogitUrl from "PUBLIC_DIR/locales/it/DeleteThirdPartyDialog.json?url"; +import DeleteUsersDialogitUrl from "PUBLIC_DIR/locales/it/DeleteUsersDialog.json?url"; +import DowngradePlanDialogitUrl from "PUBLIC_DIR/locales/it/DowngradePlanDialog.json?url"; +import DownloadDialogitUrl from "PUBLIC_DIR/locales/it/DownloadDialog.json?url"; +import EmbeddingPanelitUrl from "PUBLIC_DIR/locales/it/EmbeddingPanel.json?url"; +import EmptyTrashDialogitUrl from "PUBLIC_DIR/locales/it/EmptyTrashDialog.json?url"; +import ErrorsitUrl from "PUBLIC_DIR/locales/it/Errors.json?url"; +import FilesitUrl from "PUBLIC_DIR/locales/it/Files.json?url"; +import FilesSettingsitUrl from "PUBLIC_DIR/locales/it/FilesSettings.json?url"; +import FormGalleryitUrl from "PUBLIC_DIR/locales/it/FormGallery.json?url"; +import HotkeysPanelitUrl from "PUBLIC_DIR/locales/it/HotkeysPanel.json?url"; +import InfoPanelitUrl from "PUBLIC_DIR/locales/it/InfoPanel.json?url"; +import InviteDialogitUrl from "PUBLIC_DIR/locales/it/InviteDialog.json?url"; +import MainBaritUrl from "PUBLIC_DIR/locales/it/MainBar.json?url"; +import NewFilesPanelitUrl from "PUBLIC_DIR/locales/it/NewFilesPanel.json?url"; +import PaymentsitUrl from "PUBLIC_DIR/locales/it/Payments.json?url"; +import PeopleitUrl from "PUBLIC_DIR/locales/it/People.json?url"; +import PeopleSelectoritUrl from "PUBLIC_DIR/locales/it/PeopleSelector.json?url"; +import PeopleTranslationsitUrl from "PUBLIC_DIR/locales/it/PeopleTranslations.json?url"; +import PortalUnavailableitUrl from "PUBLIC_DIR/locales/it/PortalUnavailable.json?url"; +import PreparationPortalitUrl from "PUBLIC_DIR/locales/it/PreparationPortal.json?url"; +import PrivacyPageitUrl from "PUBLIC_DIR/locales/it/PrivacyPage.json?url"; +import ProfileitUrl from "PUBLIC_DIR/locales/it/Profile.json?url"; +import ResetApplicationDialogitUrl from "PUBLIC_DIR/locales/it/ResetApplicationDialog.json?url"; +import RoomSelectoritUrl from "PUBLIC_DIR/locales/it/RoomSelector.json?url"; +import SalesDepartmentRequestDialogitUrl from "PUBLIC_DIR/locales/it/SalesDepartmentRequestDialog.json?url"; +import SelectFolderitUrl from "PUBLIC_DIR/locales/it/SelectFolder.json?url"; +import SendInviteDialogitUrl from "PUBLIC_DIR/locales/it/SendInviteDialog.json?url"; +import SettingsitUrl from "PUBLIC_DIR/locales/it/Settings.json?url"; +import SharingPanelitUrl from "PUBLIC_DIR/locales/it/SharingPanel.json?url"; +import SingleSignOnitUrl from "PUBLIC_DIR/locales/it/SingleSignOn.json?url"; +import SmartBanneritUrl from "PUBLIC_DIR/locales/it/SmartBanner.json?url"; +import TranslationsitUrl from "PUBLIC_DIR/locales/it/Translations.json?url"; +import UploadPanelitUrl from "PUBLIC_DIR/locales/it/UploadPanel.json?url"; +import VersionHistoryitUrl from "PUBLIC_DIR/locales/it/VersionHistory.json?url"; +import WizarditUrl from "PUBLIC_DIR/locales/it/Wizard.json?url"; +import AboutjaJPUrl from "PUBLIC_DIR/locales/ja-JP/About.json?url"; +import ArchiveDialogjaJPUrl from "PUBLIC_DIR/locales/ja-JP/ArchiveDialog.json?url"; +import ArticlejaJPUrl from "PUBLIC_DIR/locales/ja-JP/Article.json?url"; +import BackupCodesDialogjaJPUrl from "PUBLIC_DIR/locales/ja-JP/BackupCodesDialog.json?url"; +import ChangeEmailDialogjaJPUrl from "PUBLIC_DIR/locales/ja-JP/ChangeEmailDialog.json?url"; +import ChangeOwnerPaneljaJPUrl from "PUBLIC_DIR/locales/ja-JP/ChangeOwnerPanel.json?url"; +import ChangePasswordDialogjaJPUrl from "PUBLIC_DIR/locales/ja-JP/ChangePasswordDialog.json?url"; +import ChangePhoneDialogjaJPUrl from "PUBLIC_DIR/locales/ja-JP/ChangePhoneDialog.json?url"; +import ChangePortalOwnerjaJPUrl from "PUBLIC_DIR/locales/ja-JP/ChangePortalOwner.json?url"; +import ChangeUserStatusDialogjaJPUrl from "PUBLIC_DIR/locales/ja-JP/ChangeUserStatusDialog.json?url"; +import ChangeUserTypeDialogjaJPUrl from "PUBLIC_DIR/locales/ja-JP/ChangeUserTypeDialog.json?url"; +import CommonjaJPUrl from "PUBLIC_DIR/locales/ja-JP/Common.json?url"; +import ConfirmjaJPUrl from "PUBLIC_DIR/locales/ja-JP/Confirm.json?url"; +import ConflictResolveDialogjaJPUrl from "PUBLIC_DIR/locales/ja-JP/ConflictResolveDialog.json?url"; +import ConnectDialogjaJPUrl from "PUBLIC_DIR/locales/ja-JP/ConnectDialog.json?url"; +import ConvertDialogjaJPUrl from "PUBLIC_DIR/locales/ja-JP/ConvertDialog.json?url"; +import ConvertPasswordDialogjaJPUrl from "PUBLIC_DIR/locales/ja-JP/ConvertPasswordDialog.json?url"; +import CreateEditRoomDialogjaJPUrl from "PUBLIC_DIR/locales/ja-JP/CreateEditRoomDialog.json?url"; +import DataLossWarningDialogjaJPUrl from "PUBLIC_DIR/locales/ja-JP/DataLossWarningDialog.json?url"; +import DeleteDialogjaJPUrl from "PUBLIC_DIR/locales/ja-JP/DeleteDialog.json?url"; +import DeleteProfileEverDialogjaJPUrl from "PUBLIC_DIR/locales/ja-JP/DeleteProfileEverDialog.json?url"; +import DeleteSelfProfileDialogjaJPUrl from "PUBLIC_DIR/locales/ja-JP/DeleteSelfProfileDialog.json?url"; +import DeleteThirdPartyDialogjaJPUrl from "PUBLIC_DIR/locales/ja-JP/DeleteThirdPartyDialog.json?url"; +import DeleteUsersDialogjaJPUrl from "PUBLIC_DIR/locales/ja-JP/DeleteUsersDialog.json?url"; +import DowngradePlanDialogjaJPUrl from "PUBLIC_DIR/locales/ja-JP/DowngradePlanDialog.json?url"; +import DownloadDialogjaJPUrl from "PUBLIC_DIR/locales/ja-JP/DownloadDialog.json?url"; +import EmbeddingPaneljaJPUrl from "PUBLIC_DIR/locales/ja-JP/EmbeddingPanel.json?url"; +import EmptyTrashDialogjaJPUrl from "PUBLIC_DIR/locales/ja-JP/EmptyTrashDialog.json?url"; +import ErrorsjaJPUrl from "PUBLIC_DIR/locales/ja-JP/Errors.json?url"; +import FilesjaJPUrl from "PUBLIC_DIR/locales/ja-JP/Files.json?url"; +import FilesSettingsjaJPUrl from "PUBLIC_DIR/locales/ja-JP/FilesSettings.json?url"; +import FormGalleryjaJPUrl from "PUBLIC_DIR/locales/ja-JP/FormGallery.json?url"; +import HotkeysPaneljaJPUrl from "PUBLIC_DIR/locales/ja-JP/HotkeysPanel.json?url"; +import InfoPaneljaJPUrl from "PUBLIC_DIR/locales/ja-JP/InfoPanel.json?url"; +import InviteDialogjaJPUrl from "PUBLIC_DIR/locales/ja-JP/InviteDialog.json?url"; +import MainBarjaJPUrl from "PUBLIC_DIR/locales/ja-JP/MainBar.json?url"; +import NewFilesPaneljaJPUrl from "PUBLIC_DIR/locales/ja-JP/NewFilesPanel.json?url"; +import PaymentsjaJPUrl from "PUBLIC_DIR/locales/ja-JP/Payments.json?url"; +import PeoplejaJPUrl from "PUBLIC_DIR/locales/ja-JP/People.json?url"; +import PeopleSelectorjaJPUrl from "PUBLIC_DIR/locales/ja-JP/PeopleSelector.json?url"; +import PeopleTranslationsjaJPUrl from "PUBLIC_DIR/locales/ja-JP/PeopleTranslations.json?url"; +import PortalUnavailablejaJPUrl from "PUBLIC_DIR/locales/ja-JP/PortalUnavailable.json?url"; +import PreparationPortaljaJPUrl from "PUBLIC_DIR/locales/ja-JP/PreparationPortal.json?url"; +import PrivacyPagejaJPUrl from "PUBLIC_DIR/locales/ja-JP/PrivacyPage.json?url"; +import ProfilejaJPUrl from "PUBLIC_DIR/locales/ja-JP/Profile.json?url"; +import ResetApplicationDialogjaJPUrl from "PUBLIC_DIR/locales/ja-JP/ResetApplicationDialog.json?url"; +import RoomSelectorjaJPUrl from "PUBLIC_DIR/locales/ja-JP/RoomSelector.json?url"; +import SalesDepartmentRequestDialogjaJPUrl from "PUBLIC_DIR/locales/ja-JP/SalesDepartmentRequestDialog.json?url"; +import SelectFolderjaJPUrl from "PUBLIC_DIR/locales/ja-JP/SelectFolder.json?url"; +import SendInviteDialogjaJPUrl from "PUBLIC_DIR/locales/ja-JP/SendInviteDialog.json?url"; +import SettingsjaJPUrl from "PUBLIC_DIR/locales/ja-JP/Settings.json?url"; +import SharingPaneljaJPUrl from "PUBLIC_DIR/locales/ja-JP/SharingPanel.json?url"; +import SingleSignOnjaJPUrl from "PUBLIC_DIR/locales/ja-JP/SingleSignOn.json?url"; +import SmartBannerjaJPUrl from "PUBLIC_DIR/locales/ja-JP/SmartBanner.json?url"; +import TranslationsjaJPUrl from "PUBLIC_DIR/locales/ja-JP/Translations.json?url"; +import UploadPaneljaJPUrl from "PUBLIC_DIR/locales/ja-JP/UploadPanel.json?url"; +import VersionHistoryjaJPUrl from "PUBLIC_DIR/locales/ja-JP/VersionHistory.json?url"; +import WizardjaJPUrl from "PUBLIC_DIR/locales/ja-JP/Wizard.json?url"; +import AboutkoKRUrl from "PUBLIC_DIR/locales/ko-KR/About.json?url"; +import ArchiveDialogkoKRUrl from "PUBLIC_DIR/locales/ko-KR/ArchiveDialog.json?url"; +import ArticlekoKRUrl from "PUBLIC_DIR/locales/ko-KR/Article.json?url"; +import BackupCodesDialogkoKRUrl from "PUBLIC_DIR/locales/ko-KR/BackupCodesDialog.json?url"; +import ChangeEmailDialogkoKRUrl from "PUBLIC_DIR/locales/ko-KR/ChangeEmailDialog.json?url"; +import ChangeOwnerPanelkoKRUrl from "PUBLIC_DIR/locales/ko-KR/ChangeOwnerPanel.json?url"; +import ChangePasswordDialogkoKRUrl from "PUBLIC_DIR/locales/ko-KR/ChangePasswordDialog.json?url"; +import ChangePhoneDialogkoKRUrl from "PUBLIC_DIR/locales/ko-KR/ChangePhoneDialog.json?url"; +import ChangePortalOwnerkoKRUrl from "PUBLIC_DIR/locales/ko-KR/ChangePortalOwner.json?url"; +import ChangeUserStatusDialogkoKRUrl from "PUBLIC_DIR/locales/ko-KR/ChangeUserStatusDialog.json?url"; +import ChangeUserTypeDialogkoKRUrl from "PUBLIC_DIR/locales/ko-KR/ChangeUserTypeDialog.json?url"; +import CommonkoKRUrl from "PUBLIC_DIR/locales/ko-KR/Common.json?url"; +import ConfirmkoKRUrl from "PUBLIC_DIR/locales/ko-KR/Confirm.json?url"; +import ConflictResolveDialogkoKRUrl from "PUBLIC_DIR/locales/ko-KR/ConflictResolveDialog.json?url"; +import ConnectDialogkoKRUrl from "PUBLIC_DIR/locales/ko-KR/ConnectDialog.json?url"; +import ConvertDialogkoKRUrl from "PUBLIC_DIR/locales/ko-KR/ConvertDialog.json?url"; +import ConvertPasswordDialogkoKRUrl from "PUBLIC_DIR/locales/ko-KR/ConvertPasswordDialog.json?url"; +import CreateEditRoomDialogkoKRUrl from "PUBLIC_DIR/locales/ko-KR/CreateEditRoomDialog.json?url"; +import DataLossWarningDialogkoKRUrl from "PUBLIC_DIR/locales/ko-KR/DataLossWarningDialog.json?url"; +import DeleteDialogkoKRUrl from "PUBLIC_DIR/locales/ko-KR/DeleteDialog.json?url"; +import DeleteProfileEverDialogkoKRUrl from "PUBLIC_DIR/locales/ko-KR/DeleteProfileEverDialog.json?url"; +import DeleteSelfProfileDialogkoKRUrl from "PUBLIC_DIR/locales/ko-KR/DeleteSelfProfileDialog.json?url"; +import DeleteThirdPartyDialogkoKRUrl from "PUBLIC_DIR/locales/ko-KR/DeleteThirdPartyDialog.json?url"; +import DeleteUsersDialogkoKRUrl from "PUBLIC_DIR/locales/ko-KR/DeleteUsersDialog.json?url"; +import DowngradePlanDialogkoKRUrl from "PUBLIC_DIR/locales/ko-KR/DowngradePlanDialog.json?url"; +import DownloadDialogkoKRUrl from "PUBLIC_DIR/locales/ko-KR/DownloadDialog.json?url"; +import EmbeddingPanelkoKRUrl from "PUBLIC_DIR/locales/ko-KR/EmbeddingPanel.json?url"; +import EmptyTrashDialogkoKRUrl from "PUBLIC_DIR/locales/ko-KR/EmptyTrashDialog.json?url"; +import ErrorskoKRUrl from "PUBLIC_DIR/locales/ko-KR/Errors.json?url"; +import FileskoKRUrl from "PUBLIC_DIR/locales/ko-KR/Files.json?url"; +import FilesSettingskoKRUrl from "PUBLIC_DIR/locales/ko-KR/FilesSettings.json?url"; +import FormGallerykoKRUrl from "PUBLIC_DIR/locales/ko-KR/FormGallery.json?url"; +import HotkeysPanelkoKRUrl from "PUBLIC_DIR/locales/ko-KR/HotkeysPanel.json?url"; +import InfoPanelkoKRUrl from "PUBLIC_DIR/locales/ko-KR/InfoPanel.json?url"; +import InviteDialogkoKRUrl from "PUBLIC_DIR/locales/ko-KR/InviteDialog.json?url"; +import MainBarkoKRUrl from "PUBLIC_DIR/locales/ko-KR/MainBar.json?url"; +import NewFilesPanelkoKRUrl from "PUBLIC_DIR/locales/ko-KR/NewFilesPanel.json?url"; +import PaymentskoKRUrl from "PUBLIC_DIR/locales/ko-KR/Payments.json?url"; +import PeoplekoKRUrl from "PUBLIC_DIR/locales/ko-KR/People.json?url"; +import PeopleSelectorkoKRUrl from "PUBLIC_DIR/locales/ko-KR/PeopleSelector.json?url"; +import PeopleTranslationskoKRUrl from "PUBLIC_DIR/locales/ko-KR/PeopleTranslations.json?url"; +import PortalUnavailablekoKRUrl from "PUBLIC_DIR/locales/ko-KR/PortalUnavailable.json?url"; +import PreparationPortalkoKRUrl from "PUBLIC_DIR/locales/ko-KR/PreparationPortal.json?url"; +import PrivacyPagekoKRUrl from "PUBLIC_DIR/locales/ko-KR/PrivacyPage.json?url"; +import ProfilekoKRUrl from "PUBLIC_DIR/locales/ko-KR/Profile.json?url"; +import ResetApplicationDialogkoKRUrl from "PUBLIC_DIR/locales/ko-KR/ResetApplicationDialog.json?url"; +import RoomSelectorkoKRUrl from "PUBLIC_DIR/locales/ko-KR/RoomSelector.json?url"; +import SalesDepartmentRequestDialogkoKRUrl from "PUBLIC_DIR/locales/ko-KR/SalesDepartmentRequestDialog.json?url"; +import SelectFolderkoKRUrl from "PUBLIC_DIR/locales/ko-KR/SelectFolder.json?url"; +import SendInviteDialogkoKRUrl from "PUBLIC_DIR/locales/ko-KR/SendInviteDialog.json?url"; +import SettingskoKRUrl from "PUBLIC_DIR/locales/ko-KR/Settings.json?url"; +import SharingPanelkoKRUrl from "PUBLIC_DIR/locales/ko-KR/SharingPanel.json?url"; +import SingleSignOnkoKRUrl from "PUBLIC_DIR/locales/ko-KR/SingleSignOn.json?url"; +import SmartBannerkoKRUrl from "PUBLIC_DIR/locales/ko-KR/SmartBanner.json?url"; +import TranslationskoKRUrl from "PUBLIC_DIR/locales/ko-KR/Translations.json?url"; +import UploadPanelkoKRUrl from "PUBLIC_DIR/locales/ko-KR/UploadPanel.json?url"; +import VersionHistorykoKRUrl from "PUBLIC_DIR/locales/ko-KR/VersionHistory.json?url"; +import WizardkoKRUrl from "PUBLIC_DIR/locales/ko-KR/Wizard.json?url"; +import AboutloLAUrl from "PUBLIC_DIR/locales/lo-LA/About.json?url"; +import ArchiveDialogloLAUrl from "PUBLIC_DIR/locales/lo-LA/ArchiveDialog.json?url"; +import ArticleloLAUrl from "PUBLIC_DIR/locales/lo-LA/Article.json?url"; +import BackupCodesDialogloLAUrl from "PUBLIC_DIR/locales/lo-LA/BackupCodesDialog.json?url"; +import ChangeEmailDialogloLAUrl from "PUBLIC_DIR/locales/lo-LA/ChangeEmailDialog.json?url"; +import ChangeOwnerPanelloLAUrl from "PUBLIC_DIR/locales/lo-LA/ChangeOwnerPanel.json?url"; +import ChangePasswordDialogloLAUrl from "PUBLIC_DIR/locales/lo-LA/ChangePasswordDialog.json?url"; +import ChangePhoneDialogloLAUrl from "PUBLIC_DIR/locales/lo-LA/ChangePhoneDialog.json?url"; +import ChangePortalOwnerloLAUrl from "PUBLIC_DIR/locales/lo-LA/ChangePortalOwner.json?url"; +import ChangeUserStatusDialogloLAUrl from "PUBLIC_DIR/locales/lo-LA/ChangeUserStatusDialog.json?url"; +import ChangeUserTypeDialogloLAUrl from "PUBLIC_DIR/locales/lo-LA/ChangeUserTypeDialog.json?url"; +import CommonloLAUrl from "PUBLIC_DIR/locales/lo-LA/Common.json?url"; +import ConfirmloLAUrl from "PUBLIC_DIR/locales/lo-LA/Confirm.json?url"; +import ConflictResolveDialogloLAUrl from "PUBLIC_DIR/locales/lo-LA/ConflictResolveDialog.json?url"; +import ConnectDialogloLAUrl from "PUBLIC_DIR/locales/lo-LA/ConnectDialog.json?url"; +import ConvertDialogloLAUrl from "PUBLIC_DIR/locales/lo-LA/ConvertDialog.json?url"; +import ConvertPasswordDialogloLAUrl from "PUBLIC_DIR/locales/lo-LA/ConvertPasswordDialog.json?url"; +import CreateEditRoomDialogloLAUrl from "PUBLIC_DIR/locales/lo-LA/CreateEditRoomDialog.json?url"; +import DataLossWarningDialogloLAUrl from "PUBLIC_DIR/locales/lo-LA/DataLossWarningDialog.json?url"; +import DeleteDialogloLAUrl from "PUBLIC_DIR/locales/lo-LA/DeleteDialog.json?url"; +import DeleteProfileEverDialogloLAUrl from "PUBLIC_DIR/locales/lo-LA/DeleteProfileEverDialog.json?url"; +import DeleteSelfProfileDialogloLAUrl from "PUBLIC_DIR/locales/lo-LA/DeleteSelfProfileDialog.json?url"; +import DeleteThirdPartyDialogloLAUrl from "PUBLIC_DIR/locales/lo-LA/DeleteThirdPartyDialog.json?url"; +import DeleteUsersDialogloLAUrl from "PUBLIC_DIR/locales/lo-LA/DeleteUsersDialog.json?url"; +import DowngradePlanDialogloLAUrl from "PUBLIC_DIR/locales/lo-LA/DowngradePlanDialog.json?url"; +import DownloadDialogloLAUrl from "PUBLIC_DIR/locales/lo-LA/DownloadDialog.json?url"; +import EmbeddingPanelloLAUrl from "PUBLIC_DIR/locales/lo-LA/EmbeddingPanel.json?url"; +import EmptyTrashDialogloLAUrl from "PUBLIC_DIR/locales/lo-LA/EmptyTrashDialog.json?url"; +import ErrorsloLAUrl from "PUBLIC_DIR/locales/lo-LA/Errors.json?url"; +import FilesloLAUrl from "PUBLIC_DIR/locales/lo-LA/Files.json?url"; +import FilesSettingsloLAUrl from "PUBLIC_DIR/locales/lo-LA/FilesSettings.json?url"; +import FormGalleryloLAUrl from "PUBLIC_DIR/locales/lo-LA/FormGallery.json?url"; +import HotkeysPanelloLAUrl from "PUBLIC_DIR/locales/lo-LA/HotkeysPanel.json?url"; +import InfoPanelloLAUrl from "PUBLIC_DIR/locales/lo-LA/InfoPanel.json?url"; +import InviteDialogloLAUrl from "PUBLIC_DIR/locales/lo-LA/InviteDialog.json?url"; +import MainBarloLAUrl from "PUBLIC_DIR/locales/lo-LA/MainBar.json?url"; +import NewFilesPanelloLAUrl from "PUBLIC_DIR/locales/lo-LA/NewFilesPanel.json?url"; +import PaymentsloLAUrl from "PUBLIC_DIR/locales/lo-LA/Payments.json?url"; +import PeopleloLAUrl from "PUBLIC_DIR/locales/lo-LA/People.json?url"; +import PeopleSelectorloLAUrl from "PUBLIC_DIR/locales/lo-LA/PeopleSelector.json?url"; +import PeopleTranslationsloLAUrl from "PUBLIC_DIR/locales/lo-LA/PeopleTranslations.json?url"; +import PortalUnavailableloLAUrl from "PUBLIC_DIR/locales/lo-LA/PortalUnavailable.json?url"; +import PreparationPortalloLAUrl from "PUBLIC_DIR/locales/lo-LA/PreparationPortal.json?url"; +import PrivacyPageloLAUrl from "PUBLIC_DIR/locales/lo-LA/PrivacyPage.json?url"; +import ProfileloLAUrl from "PUBLIC_DIR/locales/lo-LA/Profile.json?url"; +import ResetApplicationDialogloLAUrl from "PUBLIC_DIR/locales/lo-LA/ResetApplicationDialog.json?url"; +import RoomSelectorloLAUrl from "PUBLIC_DIR/locales/lo-LA/RoomSelector.json?url"; +import SalesDepartmentRequestDialogloLAUrl from "PUBLIC_DIR/locales/lo-LA/SalesDepartmentRequestDialog.json?url"; +import SelectFolderloLAUrl from "PUBLIC_DIR/locales/lo-LA/SelectFolder.json?url"; +import SendInviteDialogloLAUrl from "PUBLIC_DIR/locales/lo-LA/SendInviteDialog.json?url"; +import SettingsloLAUrl from "PUBLIC_DIR/locales/lo-LA/Settings.json?url"; +import SharingPanelloLAUrl from "PUBLIC_DIR/locales/lo-LA/SharingPanel.json?url"; +import SingleSignOnloLAUrl from "PUBLIC_DIR/locales/lo-LA/SingleSignOn.json?url"; +import SmartBannerloLAUrl from "PUBLIC_DIR/locales/lo-LA/SmartBanner.json?url"; +import TranslationsloLAUrl from "PUBLIC_DIR/locales/lo-LA/Translations.json?url"; +import UploadPanelloLAUrl from "PUBLIC_DIR/locales/lo-LA/UploadPanel.json?url"; +import VersionHistoryloLAUrl from "PUBLIC_DIR/locales/lo-LA/VersionHistory.json?url"; +import WizardloLAUrl from "PUBLIC_DIR/locales/lo-LA/Wizard.json?url"; +import AboutlvUrl from "PUBLIC_DIR/locales/lv/About.json?url"; +import ArchiveDialoglvUrl from "PUBLIC_DIR/locales/lv/ArchiveDialog.json?url"; +import ArticlelvUrl from "PUBLIC_DIR/locales/lv/Article.json?url"; +import BackupCodesDialoglvUrl from "PUBLIC_DIR/locales/lv/BackupCodesDialog.json?url"; +import ChangeEmailDialoglvUrl from "PUBLIC_DIR/locales/lv/ChangeEmailDialog.json?url"; +import ChangeOwnerPanellvUrl from "PUBLIC_DIR/locales/lv/ChangeOwnerPanel.json?url"; +import ChangePasswordDialoglvUrl from "PUBLIC_DIR/locales/lv/ChangePasswordDialog.json?url"; +import ChangePhoneDialoglvUrl from "PUBLIC_DIR/locales/lv/ChangePhoneDialog.json?url"; +import ChangePortalOwnerlvUrl from "PUBLIC_DIR/locales/lv/ChangePortalOwner.json?url"; +import ChangeUserStatusDialoglvUrl from "PUBLIC_DIR/locales/lv/ChangeUserStatusDialog.json?url"; +import ChangeUserTypeDialoglvUrl from "PUBLIC_DIR/locales/lv/ChangeUserTypeDialog.json?url"; +import CommonlvUrl from "PUBLIC_DIR/locales/lv/Common.json?url"; +import ConfirmlvUrl from "PUBLIC_DIR/locales/lv/Confirm.json?url"; +import ConflictResolveDialoglvUrl from "PUBLIC_DIR/locales/lv/ConflictResolveDialog.json?url"; +import ConnectDialoglvUrl from "PUBLIC_DIR/locales/lv/ConnectDialog.json?url"; +import ConvertDialoglvUrl from "PUBLIC_DIR/locales/lv/ConvertDialog.json?url"; +import ConvertPasswordDialoglvUrl from "PUBLIC_DIR/locales/lv/ConvertPasswordDialog.json?url"; +import CreateEditRoomDialoglvUrl from "PUBLIC_DIR/locales/lv/CreateEditRoomDialog.json?url"; +import DataLossWarningDialoglvUrl from "PUBLIC_DIR/locales/lv/DataLossWarningDialog.json?url"; +import DeleteDialoglvUrl from "PUBLIC_DIR/locales/lv/DeleteDialog.json?url"; +import DeleteProfileEverDialoglvUrl from "PUBLIC_DIR/locales/lv/DeleteProfileEverDialog.json?url"; +import DeleteSelfProfileDialoglvUrl from "PUBLIC_DIR/locales/lv/DeleteSelfProfileDialog.json?url"; +import DeleteThirdPartyDialoglvUrl from "PUBLIC_DIR/locales/lv/DeleteThirdPartyDialog.json?url"; +import DeleteUsersDialoglvUrl from "PUBLIC_DIR/locales/lv/DeleteUsersDialog.json?url"; +import DowngradePlanDialoglvUrl from "PUBLIC_DIR/locales/lv/DowngradePlanDialog.json?url"; +import DownloadDialoglvUrl from "PUBLIC_DIR/locales/lv/DownloadDialog.json?url"; +import EmbeddingPanellvUrl from "PUBLIC_DIR/locales/lv/EmbeddingPanel.json?url"; +import EmptyTrashDialoglvUrl from "PUBLIC_DIR/locales/lv/EmptyTrashDialog.json?url"; +import ErrorslvUrl from "PUBLIC_DIR/locales/lv/Errors.json?url"; +import FileslvUrl from "PUBLIC_DIR/locales/lv/Files.json?url"; +import FilesSettingslvUrl from "PUBLIC_DIR/locales/lv/FilesSettings.json?url"; +import FormGallerylvUrl from "PUBLIC_DIR/locales/lv/FormGallery.json?url"; +import HotkeysPanellvUrl from "PUBLIC_DIR/locales/lv/HotkeysPanel.json?url"; +import InfoPanellvUrl from "PUBLIC_DIR/locales/lv/InfoPanel.json?url"; +import InviteDialoglvUrl from "PUBLIC_DIR/locales/lv/InviteDialog.json?url"; +import MainBarlvUrl from "PUBLIC_DIR/locales/lv/MainBar.json?url"; +import NewFilesPanellvUrl from "PUBLIC_DIR/locales/lv/NewFilesPanel.json?url"; +import PaymentslvUrl from "PUBLIC_DIR/locales/lv/Payments.json?url"; +import PeoplelvUrl from "PUBLIC_DIR/locales/lv/People.json?url"; +import PeopleSelectorlvUrl from "PUBLIC_DIR/locales/lv/PeopleSelector.json?url"; +import PeopleTranslationslvUrl from "PUBLIC_DIR/locales/lv/PeopleTranslations.json?url"; +import PortalUnavailablelvUrl from "PUBLIC_DIR/locales/lv/PortalUnavailable.json?url"; +import PreparationPortallvUrl from "PUBLIC_DIR/locales/lv/PreparationPortal.json?url"; +import PrivacyPagelvUrl from "PUBLIC_DIR/locales/lv/PrivacyPage.json?url"; +import ProfilelvUrl from "PUBLIC_DIR/locales/lv/Profile.json?url"; +import ResetApplicationDialoglvUrl from "PUBLIC_DIR/locales/lv/ResetApplicationDialog.json?url"; +import RoomSelectorlvUrl from "PUBLIC_DIR/locales/lv/RoomSelector.json?url"; +import SalesDepartmentRequestDialoglvUrl from "PUBLIC_DIR/locales/lv/SalesDepartmentRequestDialog.json?url"; +import SelectFolderlvUrl from "PUBLIC_DIR/locales/lv/SelectFolder.json?url"; +import SendInviteDialoglvUrl from "PUBLIC_DIR/locales/lv/SendInviteDialog.json?url"; +import SettingslvUrl from "PUBLIC_DIR/locales/lv/Settings.json?url"; +import SharingPanellvUrl from "PUBLIC_DIR/locales/lv/SharingPanel.json?url"; +import SingleSignOnlvUrl from "PUBLIC_DIR/locales/lv/SingleSignOn.json?url"; +import SmartBannerlvUrl from "PUBLIC_DIR/locales/lv/SmartBanner.json?url"; +import TranslationslvUrl from "PUBLIC_DIR/locales/lv/Translations.json?url"; +import UploadPanellvUrl from "PUBLIC_DIR/locales/lv/UploadPanel.json?url"; +import VersionHistorylvUrl from "PUBLIC_DIR/locales/lv/VersionHistory.json?url"; +import WizardlvUrl from "PUBLIC_DIR/locales/lv/Wizard.json?url"; +import AboutnlUrl from "PUBLIC_DIR/locales/nl/About.json?url"; +import ArchiveDialognlUrl from "PUBLIC_DIR/locales/nl/ArchiveDialog.json?url"; +import ArticlenlUrl from "PUBLIC_DIR/locales/nl/Article.json?url"; +import BackupCodesDialognlUrl from "PUBLIC_DIR/locales/nl/BackupCodesDialog.json?url"; +import ChangeEmailDialognlUrl from "PUBLIC_DIR/locales/nl/ChangeEmailDialog.json?url"; +import ChangeOwnerPanelnlUrl from "PUBLIC_DIR/locales/nl/ChangeOwnerPanel.json?url"; +import ChangePasswordDialognlUrl from "PUBLIC_DIR/locales/nl/ChangePasswordDialog.json?url"; +import ChangePhoneDialognlUrl from "PUBLIC_DIR/locales/nl/ChangePhoneDialog.json?url"; +import ChangePortalOwnernlUrl from "PUBLIC_DIR/locales/nl/ChangePortalOwner.json?url"; +import ChangeUserStatusDialognlUrl from "PUBLIC_DIR/locales/nl/ChangeUserStatusDialog.json?url"; +import ChangeUserTypeDialognlUrl from "PUBLIC_DIR/locales/nl/ChangeUserTypeDialog.json?url"; +import CommonnlUrl from "PUBLIC_DIR/locales/nl/Common.json?url"; +import ConfirmnlUrl from "PUBLIC_DIR/locales/nl/Confirm.json?url"; +import ConflictResolveDialognlUrl from "PUBLIC_DIR/locales/nl/ConflictResolveDialog.json?url"; +import ConnectDialognlUrl from "PUBLIC_DIR/locales/nl/ConnectDialog.json?url"; +import ConvertDialognlUrl from "PUBLIC_DIR/locales/nl/ConvertDialog.json?url"; +import ConvertPasswordDialognlUrl from "PUBLIC_DIR/locales/nl/ConvertPasswordDialog.json?url"; +import CreateEditRoomDialognlUrl from "PUBLIC_DIR/locales/nl/CreateEditRoomDialog.json?url"; +import DataLossWarningDialognlUrl from "PUBLIC_DIR/locales/nl/DataLossWarningDialog.json?url"; +import DeleteDialognlUrl from "PUBLIC_DIR/locales/nl/DeleteDialog.json?url"; +import DeleteProfileEverDialognlUrl from "PUBLIC_DIR/locales/nl/DeleteProfileEverDialog.json?url"; +import DeleteSelfProfileDialognlUrl from "PUBLIC_DIR/locales/nl/DeleteSelfProfileDialog.json?url"; +import DeleteThirdPartyDialognlUrl from "PUBLIC_DIR/locales/nl/DeleteThirdPartyDialog.json?url"; +import DeleteUsersDialognlUrl from "PUBLIC_DIR/locales/nl/DeleteUsersDialog.json?url"; +import DowngradePlanDialognlUrl from "PUBLIC_DIR/locales/nl/DowngradePlanDialog.json?url"; +import DownloadDialognlUrl from "PUBLIC_DIR/locales/nl/DownloadDialog.json?url"; +import EmbeddingPanelnlUrl from "PUBLIC_DIR/locales/nl/EmbeddingPanel.json?url"; +import EmptyTrashDialognlUrl from "PUBLIC_DIR/locales/nl/EmptyTrashDialog.json?url"; +import ErrorsnlUrl from "PUBLIC_DIR/locales/nl/Errors.json?url"; +import FilesnlUrl from "PUBLIC_DIR/locales/nl/Files.json?url"; +import FilesSettingsnlUrl from "PUBLIC_DIR/locales/nl/FilesSettings.json?url"; +import FormGallerynlUrl from "PUBLIC_DIR/locales/nl/FormGallery.json?url"; +import HotkeysPanelnlUrl from "PUBLIC_DIR/locales/nl/HotkeysPanel.json?url"; +import InfoPanelnlUrl from "PUBLIC_DIR/locales/nl/InfoPanel.json?url"; +import InviteDialognlUrl from "PUBLIC_DIR/locales/nl/InviteDialog.json?url"; +import MainBarnlUrl from "PUBLIC_DIR/locales/nl/MainBar.json?url"; +import NewFilesPanelnlUrl from "PUBLIC_DIR/locales/nl/NewFilesPanel.json?url"; +import PaymentsnlUrl from "PUBLIC_DIR/locales/nl/Payments.json?url"; +import PeoplenlUrl from "PUBLIC_DIR/locales/nl/People.json?url"; +import PeopleSelectornlUrl from "PUBLIC_DIR/locales/nl/PeopleSelector.json?url"; +import PeopleTranslationsnlUrl from "PUBLIC_DIR/locales/nl/PeopleTranslations.json?url"; +import PortalUnavailablenlUrl from "PUBLIC_DIR/locales/nl/PortalUnavailable.json?url"; +import PreparationPortalnlUrl from "PUBLIC_DIR/locales/nl/PreparationPortal.json?url"; +import PrivacyPagenlUrl from "PUBLIC_DIR/locales/nl/PrivacyPage.json?url"; +import ProfilenlUrl from "PUBLIC_DIR/locales/nl/Profile.json?url"; +import ResetApplicationDialognlUrl from "PUBLIC_DIR/locales/nl/ResetApplicationDialog.json?url"; +import RoomSelectornlUrl from "PUBLIC_DIR/locales/nl/RoomSelector.json?url"; +import SalesDepartmentRequestDialognlUrl from "PUBLIC_DIR/locales/nl/SalesDepartmentRequestDialog.json?url"; +import SelectFoldernlUrl from "PUBLIC_DIR/locales/nl/SelectFolder.json?url"; +import SendInviteDialognlUrl from "PUBLIC_DIR/locales/nl/SendInviteDialog.json?url"; +import SettingsnlUrl from "PUBLIC_DIR/locales/nl/Settings.json?url"; +import SharingPanelnlUrl from "PUBLIC_DIR/locales/nl/SharingPanel.json?url"; +import SingleSignOnnlUrl from "PUBLIC_DIR/locales/nl/SingleSignOn.json?url"; +import SmartBannernlUrl from "PUBLIC_DIR/locales/nl/SmartBanner.json?url"; +import TranslationsnlUrl from "PUBLIC_DIR/locales/nl/Translations.json?url"; +import UploadPanelnlUrl from "PUBLIC_DIR/locales/nl/UploadPanel.json?url"; +import VersionHistorynlUrl from "PUBLIC_DIR/locales/nl/VersionHistory.json?url"; +import WizardnlUrl from "PUBLIC_DIR/locales/nl/Wizard.json?url"; +import AboutplUrl from "PUBLIC_DIR/locales/pl/About.json?url"; +import ArchiveDialogplUrl from "PUBLIC_DIR/locales/pl/ArchiveDialog.json?url"; +import ArticleplUrl from "PUBLIC_DIR/locales/pl/Article.json?url"; +import BackupCodesDialogplUrl from "PUBLIC_DIR/locales/pl/BackupCodesDialog.json?url"; +import ChangeEmailDialogplUrl from "PUBLIC_DIR/locales/pl/ChangeEmailDialog.json?url"; +import ChangeOwnerPanelplUrl from "PUBLIC_DIR/locales/pl/ChangeOwnerPanel.json?url"; +import ChangePasswordDialogplUrl from "PUBLIC_DIR/locales/pl/ChangePasswordDialog.json?url"; +import ChangePhoneDialogplUrl from "PUBLIC_DIR/locales/pl/ChangePhoneDialog.json?url"; +import ChangePortalOwnerplUrl from "PUBLIC_DIR/locales/pl/ChangePortalOwner.json?url"; +import ChangeUserStatusDialogplUrl from "PUBLIC_DIR/locales/pl/ChangeUserStatusDialog.json?url"; +import ChangeUserTypeDialogplUrl from "PUBLIC_DIR/locales/pl/ChangeUserTypeDialog.json?url"; +import CommonplUrl from "PUBLIC_DIR/locales/pl/Common.json?url"; +import ConfirmplUrl from "PUBLIC_DIR/locales/pl/Confirm.json?url"; +import ConflictResolveDialogplUrl from "PUBLIC_DIR/locales/pl/ConflictResolveDialog.json?url"; +import ConnectDialogplUrl from "PUBLIC_DIR/locales/pl/ConnectDialog.json?url"; +import ConvertDialogplUrl from "PUBLIC_DIR/locales/pl/ConvertDialog.json?url"; +import ConvertPasswordDialogplUrl from "PUBLIC_DIR/locales/pl/ConvertPasswordDialog.json?url"; +import CreateEditRoomDialogplUrl from "PUBLIC_DIR/locales/pl/CreateEditRoomDialog.json?url"; +import DataLossWarningDialogplUrl from "PUBLIC_DIR/locales/pl/DataLossWarningDialog.json?url"; +import DeleteDialogplUrl from "PUBLIC_DIR/locales/pl/DeleteDialog.json?url"; +import DeleteProfileEverDialogplUrl from "PUBLIC_DIR/locales/pl/DeleteProfileEverDialog.json?url"; +import DeleteSelfProfileDialogplUrl from "PUBLIC_DIR/locales/pl/DeleteSelfProfileDialog.json?url"; +import DeleteThirdPartyDialogplUrl from "PUBLIC_DIR/locales/pl/DeleteThirdPartyDialog.json?url"; +import DeleteUsersDialogplUrl from "PUBLIC_DIR/locales/pl/DeleteUsersDialog.json?url"; +import DowngradePlanDialogplUrl from "PUBLIC_DIR/locales/pl/DowngradePlanDialog.json?url"; +import DownloadDialogplUrl from "PUBLIC_DIR/locales/pl/DownloadDialog.json?url"; +import EmbeddingPanelplUrl from "PUBLIC_DIR/locales/pl/EmbeddingPanel.json?url"; +import EmptyTrashDialogplUrl from "PUBLIC_DIR/locales/pl/EmptyTrashDialog.json?url"; +import ErrorsplUrl from "PUBLIC_DIR/locales/pl/Errors.json?url"; +import FilesplUrl from "PUBLIC_DIR/locales/pl/Files.json?url"; +import FilesSettingsplUrl from "PUBLIC_DIR/locales/pl/FilesSettings.json?url"; +import FormGalleryplUrl from "PUBLIC_DIR/locales/pl/FormGallery.json?url"; +import HotkeysPanelplUrl from "PUBLIC_DIR/locales/pl/HotkeysPanel.json?url"; +import InfoPanelplUrl from "PUBLIC_DIR/locales/pl/InfoPanel.json?url"; +import InviteDialogplUrl from "PUBLIC_DIR/locales/pl/InviteDialog.json?url"; +import MainBarplUrl from "PUBLIC_DIR/locales/pl/MainBar.json?url"; +import NewFilesPanelplUrl from "PUBLIC_DIR/locales/pl/NewFilesPanel.json?url"; +import PaymentsplUrl from "PUBLIC_DIR/locales/pl/Payments.json?url"; +import PeopleplUrl from "PUBLIC_DIR/locales/pl/People.json?url"; +import PeopleSelectorplUrl from "PUBLIC_DIR/locales/pl/PeopleSelector.json?url"; +import PeopleTranslationsplUrl from "PUBLIC_DIR/locales/pl/PeopleTranslations.json?url"; +import PortalUnavailableplUrl from "PUBLIC_DIR/locales/pl/PortalUnavailable.json?url"; +import PreparationPortalplUrl from "PUBLIC_DIR/locales/pl/PreparationPortal.json?url"; +import PrivacyPageplUrl from "PUBLIC_DIR/locales/pl/PrivacyPage.json?url"; +import ProfileplUrl from "PUBLIC_DIR/locales/pl/Profile.json?url"; +import ResetApplicationDialogplUrl from "PUBLIC_DIR/locales/pl/ResetApplicationDialog.json?url"; +import RoomSelectorplUrl from "PUBLIC_DIR/locales/pl/RoomSelector.json?url"; +import SalesDepartmentRequestDialogplUrl from "PUBLIC_DIR/locales/pl/SalesDepartmentRequestDialog.json?url"; +import SelectFolderplUrl from "PUBLIC_DIR/locales/pl/SelectFolder.json?url"; +import SendInviteDialogplUrl from "PUBLIC_DIR/locales/pl/SendInviteDialog.json?url"; +import SettingsplUrl from "PUBLIC_DIR/locales/pl/Settings.json?url"; +import SharingPanelplUrl from "PUBLIC_DIR/locales/pl/SharingPanel.json?url"; +import SingleSignOnplUrl from "PUBLIC_DIR/locales/pl/SingleSignOn.json?url"; +import SmartBannerplUrl from "PUBLIC_DIR/locales/pl/SmartBanner.json?url"; +import TranslationsplUrl from "PUBLIC_DIR/locales/pl/Translations.json?url"; +import UploadPanelplUrl from "PUBLIC_DIR/locales/pl/UploadPanel.json?url"; +import VersionHistoryplUrl from "PUBLIC_DIR/locales/pl/VersionHistory.json?url"; +import WizardplUrl from "PUBLIC_DIR/locales/pl/Wizard.json?url"; +import AboutptUrl from "PUBLIC_DIR/locales/pt/About.json?url"; +import ArchiveDialogptUrl from "PUBLIC_DIR/locales/pt/ArchiveDialog.json?url"; +import ArticleptUrl from "PUBLIC_DIR/locales/pt/Article.json?url"; +import BackupCodesDialogptUrl from "PUBLIC_DIR/locales/pt/BackupCodesDialog.json?url"; +import ChangeEmailDialogptUrl from "PUBLIC_DIR/locales/pt/ChangeEmailDialog.json?url"; +import ChangeOwnerPanelptUrl from "PUBLIC_DIR/locales/pt/ChangeOwnerPanel.json?url"; +import ChangePasswordDialogptUrl from "PUBLIC_DIR/locales/pt/ChangePasswordDialog.json?url"; +import ChangePhoneDialogptUrl from "PUBLIC_DIR/locales/pt/ChangePhoneDialog.json?url"; +import ChangePortalOwnerptUrl from "PUBLIC_DIR/locales/pt/ChangePortalOwner.json?url"; +import ChangeUserStatusDialogptUrl from "PUBLIC_DIR/locales/pt/ChangeUserStatusDialog.json?url"; +import ChangeUserTypeDialogptUrl from "PUBLIC_DIR/locales/pt/ChangeUserTypeDialog.json?url"; +import CommonptUrl from "PUBLIC_DIR/locales/pt/Common.json?url"; +import ConfirmptUrl from "PUBLIC_DIR/locales/pt/Confirm.json?url"; +import ConflictResolveDialogptUrl from "PUBLIC_DIR/locales/pt/ConflictResolveDialog.json?url"; +import ConnectDialogptUrl from "PUBLIC_DIR/locales/pt/ConnectDialog.json?url"; +import ConvertDialogptUrl from "PUBLIC_DIR/locales/pt/ConvertDialog.json?url"; +import ConvertPasswordDialogptUrl from "PUBLIC_DIR/locales/pt/ConvertPasswordDialog.json?url"; +import CreateEditRoomDialogptUrl from "PUBLIC_DIR/locales/pt/CreateEditRoomDialog.json?url"; +import DataLossWarningDialogptUrl from "PUBLIC_DIR/locales/pt/DataLossWarningDialog.json?url"; +import DeleteDialogptUrl from "PUBLIC_DIR/locales/pt/DeleteDialog.json?url"; +import DeleteProfileEverDialogptUrl from "PUBLIC_DIR/locales/pt/DeleteProfileEverDialog.json?url"; +import DeleteSelfProfileDialogptUrl from "PUBLIC_DIR/locales/pt/DeleteSelfProfileDialog.json?url"; +import DeleteThirdPartyDialogptUrl from "PUBLIC_DIR/locales/pt/DeleteThirdPartyDialog.json?url"; +import DeleteUsersDialogptUrl from "PUBLIC_DIR/locales/pt/DeleteUsersDialog.json?url"; +import DowngradePlanDialogptUrl from "PUBLIC_DIR/locales/pt/DowngradePlanDialog.json?url"; +import DownloadDialogptUrl from "PUBLIC_DIR/locales/pt/DownloadDialog.json?url"; +import EmbeddingPanelptUrl from "PUBLIC_DIR/locales/pt/EmbeddingPanel.json?url"; +import EmptyTrashDialogptUrl from "PUBLIC_DIR/locales/pt/EmptyTrashDialog.json?url"; +import ErrorsptUrl from "PUBLIC_DIR/locales/pt/Errors.json?url"; +import FilesptUrl from "PUBLIC_DIR/locales/pt/Files.json?url"; +import FilesSettingsptUrl from "PUBLIC_DIR/locales/pt/FilesSettings.json?url"; +import FormGalleryptUrl from "PUBLIC_DIR/locales/pt/FormGallery.json?url"; +import HotkeysPanelptUrl from "PUBLIC_DIR/locales/pt/HotkeysPanel.json?url"; +import InfoPanelptUrl from "PUBLIC_DIR/locales/pt/InfoPanel.json?url"; +import InviteDialogptUrl from "PUBLIC_DIR/locales/pt/InviteDialog.json?url"; +import MainBarptUrl from "PUBLIC_DIR/locales/pt/MainBar.json?url"; +import NewFilesPanelptUrl from "PUBLIC_DIR/locales/pt/NewFilesPanel.json?url"; +import PaymentsptUrl from "PUBLIC_DIR/locales/pt/Payments.json?url"; +import PeopleptUrl from "PUBLIC_DIR/locales/pt/People.json?url"; +import PeopleSelectorptUrl from "PUBLIC_DIR/locales/pt/PeopleSelector.json?url"; +import PeopleTranslationsptUrl from "PUBLIC_DIR/locales/pt/PeopleTranslations.json?url"; +import PortalUnavailableptUrl from "PUBLIC_DIR/locales/pt/PortalUnavailable.json?url"; +import PreparationPortalptUrl from "PUBLIC_DIR/locales/pt/PreparationPortal.json?url"; +import PrivacyPageptUrl from "PUBLIC_DIR/locales/pt/PrivacyPage.json?url"; +import ProfileptUrl from "PUBLIC_DIR/locales/pt/Profile.json?url"; +import ResetApplicationDialogptUrl from "PUBLIC_DIR/locales/pt/ResetApplicationDialog.json?url"; +import RoomSelectorptUrl from "PUBLIC_DIR/locales/pt/RoomSelector.json?url"; +import SalesDepartmentRequestDialogptUrl from "PUBLIC_DIR/locales/pt/SalesDepartmentRequestDialog.json?url"; +import SelectFolderptUrl from "PUBLIC_DIR/locales/pt/SelectFolder.json?url"; +import SendInviteDialogptUrl from "PUBLIC_DIR/locales/pt/SendInviteDialog.json?url"; +import SettingsptUrl from "PUBLIC_DIR/locales/pt/Settings.json?url"; +import SharingPanelptUrl from "PUBLIC_DIR/locales/pt/SharingPanel.json?url"; +import SingleSignOnptUrl from "PUBLIC_DIR/locales/pt/SingleSignOn.json?url"; +import SmartBannerptUrl from "PUBLIC_DIR/locales/pt/SmartBanner.json?url"; +import TranslationsptUrl from "PUBLIC_DIR/locales/pt/Translations.json?url"; +import UploadPanelptUrl from "PUBLIC_DIR/locales/pt/UploadPanel.json?url"; +import VersionHistoryptUrl from "PUBLIC_DIR/locales/pt/VersionHistory.json?url"; +import WizardptUrl from "PUBLIC_DIR/locales/pt/Wizard.json?url"; +import AboutptBRUrl from "PUBLIC_DIR/locales/pt-BR/About.json?url"; +import ArchiveDialogptBRUrl from "PUBLIC_DIR/locales/pt-BR/ArchiveDialog.json?url"; +import ArticleptBRUrl from "PUBLIC_DIR/locales/pt-BR/Article.json?url"; +import BackupCodesDialogptBRUrl from "PUBLIC_DIR/locales/pt-BR/BackupCodesDialog.json?url"; +import ChangeEmailDialogptBRUrl from "PUBLIC_DIR/locales/pt-BR/ChangeEmailDialog.json?url"; +import ChangeOwnerPanelptBRUrl from "PUBLIC_DIR/locales/pt-BR/ChangeOwnerPanel.json?url"; +import ChangePasswordDialogptBRUrl from "PUBLIC_DIR/locales/pt-BR/ChangePasswordDialog.json?url"; +import ChangePhoneDialogptBRUrl from "PUBLIC_DIR/locales/pt-BR/ChangePhoneDialog.json?url"; +import ChangePortalOwnerptBRUrl from "PUBLIC_DIR/locales/pt-BR/ChangePortalOwner.json?url"; +import ChangeUserStatusDialogptBRUrl from "PUBLIC_DIR/locales/pt-BR/ChangeUserStatusDialog.json?url"; +import ChangeUserTypeDialogptBRUrl from "PUBLIC_DIR/locales/pt-BR/ChangeUserTypeDialog.json?url"; +import CommonptBRUrl from "PUBLIC_DIR/locales/pt-BR/Common.json?url"; +import ConfirmptBRUrl from "PUBLIC_DIR/locales/pt-BR/Confirm.json?url"; +import ConflictResolveDialogptBRUrl from "PUBLIC_DIR/locales/pt-BR/ConflictResolveDialog.json?url"; +import ConnectDialogptBRUrl from "PUBLIC_DIR/locales/pt-BR/ConnectDialog.json?url"; +import ConvertDialogptBRUrl from "PUBLIC_DIR/locales/pt-BR/ConvertDialog.json?url"; +import ConvertPasswordDialogptBRUrl from "PUBLIC_DIR/locales/pt-BR/ConvertPasswordDialog.json?url"; +import CreateEditRoomDialogptBRUrl from "PUBLIC_DIR/locales/pt-BR/CreateEditRoomDialog.json?url"; +import DataLossWarningDialogptBRUrl from "PUBLIC_DIR/locales/pt-BR/DataLossWarningDialog.json?url"; +import DeleteDialogptBRUrl from "PUBLIC_DIR/locales/pt-BR/DeleteDialog.json?url"; +import DeleteProfileEverDialogptBRUrl from "PUBLIC_DIR/locales/pt-BR/DeleteProfileEverDialog.json?url"; +import DeleteSelfProfileDialogptBRUrl from "PUBLIC_DIR/locales/pt-BR/DeleteSelfProfileDialog.json?url"; +import DeleteThirdPartyDialogptBRUrl from "PUBLIC_DIR/locales/pt-BR/DeleteThirdPartyDialog.json?url"; +import DeleteUsersDialogptBRUrl from "PUBLIC_DIR/locales/pt-BR/DeleteUsersDialog.json?url"; +import DowngradePlanDialogptBRUrl from "PUBLIC_DIR/locales/pt-BR/DowngradePlanDialog.json?url"; +import DownloadDialogptBRUrl from "PUBLIC_DIR/locales/pt-BR/DownloadDialog.json?url"; +import EmbeddingPanelptBRUrl from "PUBLIC_DIR/locales/pt-BR/EmbeddingPanel.json?url"; +import EmptyTrashDialogptBRUrl from "PUBLIC_DIR/locales/pt-BR/EmptyTrashDialog.json?url"; +import ErrorsptBRUrl from "PUBLIC_DIR/locales/pt-BR/Errors.json?url"; +import FilesptBRUrl from "PUBLIC_DIR/locales/pt-BR/Files.json?url"; +import FilesSettingsptBRUrl from "PUBLIC_DIR/locales/pt-BR/FilesSettings.json?url"; +import FormGalleryptBRUrl from "PUBLIC_DIR/locales/pt-BR/FormGallery.json?url"; +import HotkeysPanelptBRUrl from "PUBLIC_DIR/locales/pt-BR/HotkeysPanel.json?url"; +import InfoPanelptBRUrl from "PUBLIC_DIR/locales/pt-BR/InfoPanel.json?url"; +import InviteDialogptBRUrl from "PUBLIC_DIR/locales/pt-BR/InviteDialog.json?url"; +import MainBarptBRUrl from "PUBLIC_DIR/locales/pt-BR/MainBar.json?url"; +import NewFilesPanelptBRUrl from "PUBLIC_DIR/locales/pt-BR/NewFilesPanel.json?url"; +import PaymentsptBRUrl from "PUBLIC_DIR/locales/pt-BR/Payments.json?url"; +import PeopleptBRUrl from "PUBLIC_DIR/locales/pt-BR/People.json?url"; +import PeopleSelectorptBRUrl from "PUBLIC_DIR/locales/pt-BR/PeopleSelector.json?url"; +import PeopleTranslationsptBRUrl from "PUBLIC_DIR/locales/pt-BR/PeopleTranslations.json?url"; +import PortalUnavailableptBRUrl from "PUBLIC_DIR/locales/pt-BR/PortalUnavailable.json?url"; +import PreparationPortalptBRUrl from "PUBLIC_DIR/locales/pt-BR/PreparationPortal.json?url"; +import PrivacyPageptBRUrl from "PUBLIC_DIR/locales/pt-BR/PrivacyPage.json?url"; +import ProfileptBRUrl from "PUBLIC_DIR/locales/pt-BR/Profile.json?url"; +import ResetApplicationDialogptBRUrl from "PUBLIC_DIR/locales/pt-BR/ResetApplicationDialog.json?url"; +import RoomSelectorptBRUrl from "PUBLIC_DIR/locales/pt-BR/RoomSelector.json?url"; +import SalesDepartmentRequestDialogptBRUrl from "PUBLIC_DIR/locales/pt-BR/SalesDepartmentRequestDialog.json?url"; +import SelectFolderptBRUrl from "PUBLIC_DIR/locales/pt-BR/SelectFolder.json?url"; +import SendInviteDialogptBRUrl from "PUBLIC_DIR/locales/pt-BR/SendInviteDialog.json?url"; +import SettingsptBRUrl from "PUBLIC_DIR/locales/pt-BR/Settings.json?url"; +import SharingPanelptBRUrl from "PUBLIC_DIR/locales/pt-BR/SharingPanel.json?url"; +import SingleSignOnptBRUrl from "PUBLIC_DIR/locales/pt-BR/SingleSignOn.json?url"; +import SmartBannerptBRUrl from "PUBLIC_DIR/locales/pt-BR/SmartBanner.json?url"; +import TranslationsptBRUrl from "PUBLIC_DIR/locales/pt-BR/Translations.json?url"; +import UploadPanelptBRUrl from "PUBLIC_DIR/locales/pt-BR/UploadPanel.json?url"; +import VersionHistoryptBRUrl from "PUBLIC_DIR/locales/pt-BR/VersionHistory.json?url"; +import WizardptBRUrl from "PUBLIC_DIR/locales/pt-BR/Wizard.json?url"; +import AboutroUrl from "PUBLIC_DIR/locales/ro/About.json?url"; +import ArchiveDialogroUrl from "PUBLIC_DIR/locales/ro/ArchiveDialog.json?url"; +import ArticleroUrl from "PUBLIC_DIR/locales/ro/Article.json?url"; +import BackupCodesDialogroUrl from "PUBLIC_DIR/locales/ro/BackupCodesDialog.json?url"; +import ChangeEmailDialogroUrl from "PUBLIC_DIR/locales/ro/ChangeEmailDialog.json?url"; +import ChangeOwnerPanelroUrl from "PUBLIC_DIR/locales/ro/ChangeOwnerPanel.json?url"; +import ChangePasswordDialogroUrl from "PUBLIC_DIR/locales/ro/ChangePasswordDialog.json?url"; +import ChangePhoneDialogroUrl from "PUBLIC_DIR/locales/ro/ChangePhoneDialog.json?url"; +import ChangePortalOwnerroUrl from "PUBLIC_DIR/locales/ro/ChangePortalOwner.json?url"; +import ChangeUserStatusDialogroUrl from "PUBLIC_DIR/locales/ro/ChangeUserStatusDialog.json?url"; +import ChangeUserTypeDialogroUrl from "PUBLIC_DIR/locales/ro/ChangeUserTypeDialog.json?url"; +import CommonroUrl from "PUBLIC_DIR/locales/ro/Common.json?url"; +import ConfirmroUrl from "PUBLIC_DIR/locales/ro/Confirm.json?url"; +import ConflictResolveDialogroUrl from "PUBLIC_DIR/locales/ro/ConflictResolveDialog.json?url"; +import ConnectDialogroUrl from "PUBLIC_DIR/locales/ro/ConnectDialog.json?url"; +import ConvertDialogroUrl from "PUBLIC_DIR/locales/ro/ConvertDialog.json?url"; +import ConvertPasswordDialogroUrl from "PUBLIC_DIR/locales/ro/ConvertPasswordDialog.json?url"; +import CreateEditRoomDialogroUrl from "PUBLIC_DIR/locales/ro/CreateEditRoomDialog.json?url"; +import DataLossWarningDialogroUrl from "PUBLIC_DIR/locales/ro/DataLossWarningDialog.json?url"; +import DeleteDialogroUrl from "PUBLIC_DIR/locales/ro/DeleteDialog.json?url"; +import DeleteProfileEverDialogroUrl from "PUBLIC_DIR/locales/ro/DeleteProfileEverDialog.json?url"; +import DeleteSelfProfileDialogroUrl from "PUBLIC_DIR/locales/ro/DeleteSelfProfileDialog.json?url"; +import DeleteThirdPartyDialogroUrl from "PUBLIC_DIR/locales/ro/DeleteThirdPartyDialog.json?url"; +import DeleteUsersDialogroUrl from "PUBLIC_DIR/locales/ro/DeleteUsersDialog.json?url"; +import DowngradePlanDialogroUrl from "PUBLIC_DIR/locales/ro/DowngradePlanDialog.json?url"; +import DownloadDialogroUrl from "PUBLIC_DIR/locales/ro/DownloadDialog.json?url"; +import EmbeddingPanelroUrl from "PUBLIC_DIR/locales/ro/EmbeddingPanel.json?url"; +import EmptyTrashDialogroUrl from "PUBLIC_DIR/locales/ro/EmptyTrashDialog.json?url"; +import ErrorsroUrl from "PUBLIC_DIR/locales/ro/Errors.json?url"; +import FilesroUrl from "PUBLIC_DIR/locales/ro/Files.json?url"; +import FilesSettingsroUrl from "PUBLIC_DIR/locales/ro/FilesSettings.json?url"; +import FormGalleryroUrl from "PUBLIC_DIR/locales/ro/FormGallery.json?url"; +import HotkeysPanelroUrl from "PUBLIC_DIR/locales/ro/HotkeysPanel.json?url"; +import InfoPanelroUrl from "PUBLIC_DIR/locales/ro/InfoPanel.json?url"; +import InviteDialogroUrl from "PUBLIC_DIR/locales/ro/InviteDialog.json?url"; +import MainBarroUrl from "PUBLIC_DIR/locales/ro/MainBar.json?url"; +import NewFilesPanelroUrl from "PUBLIC_DIR/locales/ro/NewFilesPanel.json?url"; +import PaymentsroUrl from "PUBLIC_DIR/locales/ro/Payments.json?url"; +import PeopleroUrl from "PUBLIC_DIR/locales/ro/People.json?url"; +import PeopleSelectorroUrl from "PUBLIC_DIR/locales/ro/PeopleSelector.json?url"; +import PeopleTranslationsroUrl from "PUBLIC_DIR/locales/ro/PeopleTranslations.json?url"; +import PortalUnavailableroUrl from "PUBLIC_DIR/locales/ro/PortalUnavailable.json?url"; +import PreparationPortalroUrl from "PUBLIC_DIR/locales/ro/PreparationPortal.json?url"; +import PrivacyPageroUrl from "PUBLIC_DIR/locales/ro/PrivacyPage.json?url"; +import ProfileroUrl from "PUBLIC_DIR/locales/ro/Profile.json?url"; +import ResetApplicationDialogroUrl from "PUBLIC_DIR/locales/ro/ResetApplicationDialog.json?url"; +import RoomSelectorroUrl from "PUBLIC_DIR/locales/ro/RoomSelector.json?url"; +import SalesDepartmentRequestDialogroUrl from "PUBLIC_DIR/locales/ro/SalesDepartmentRequestDialog.json?url"; +import SelectFolderroUrl from "PUBLIC_DIR/locales/ro/SelectFolder.json?url"; +import SendInviteDialogroUrl from "PUBLIC_DIR/locales/ro/SendInviteDialog.json?url"; +import SettingsroUrl from "PUBLIC_DIR/locales/ro/Settings.json?url"; +import SharingPanelroUrl from "PUBLIC_DIR/locales/ro/SharingPanel.json?url"; +import SingleSignOnroUrl from "PUBLIC_DIR/locales/ro/SingleSignOn.json?url"; +import SmartBannerroUrl from "PUBLIC_DIR/locales/ro/SmartBanner.json?url"; +import TranslationsroUrl from "PUBLIC_DIR/locales/ro/Translations.json?url"; +import UploadPanelroUrl from "PUBLIC_DIR/locales/ro/UploadPanel.json?url"; +import VersionHistoryroUrl from "PUBLIC_DIR/locales/ro/VersionHistory.json?url"; +import WizardroUrl from "PUBLIC_DIR/locales/ro/Wizard.json?url"; +import AboutruUrl from "PUBLIC_DIR/locales/ru/About.json?url"; +import ArchiveDialogruUrl from "PUBLIC_DIR/locales/ru/ArchiveDialog.json?url"; +import ArticleruUrl from "PUBLIC_DIR/locales/ru/Article.json?url"; +import BackupCodesDialogruUrl from "PUBLIC_DIR/locales/ru/BackupCodesDialog.json?url"; +import ChangeEmailDialogruUrl from "PUBLIC_DIR/locales/ru/ChangeEmailDialog.json?url"; +import ChangeOwnerPanelruUrl from "PUBLIC_DIR/locales/ru/ChangeOwnerPanel.json?url"; +import ChangePasswordDialogruUrl from "PUBLIC_DIR/locales/ru/ChangePasswordDialog.json?url"; +import ChangePhoneDialogruUrl from "PUBLIC_DIR/locales/ru/ChangePhoneDialog.json?url"; +import ChangePortalOwnerruUrl from "PUBLIC_DIR/locales/ru/ChangePortalOwner.json?url"; +import ChangeUserStatusDialogruUrl from "PUBLIC_DIR/locales/ru/ChangeUserStatusDialog.json?url"; +import ChangeUserTypeDialogruUrl from "PUBLIC_DIR/locales/ru/ChangeUserTypeDialog.json?url"; +import CommonruUrl from "PUBLIC_DIR/locales/ru/Common.json?url"; +import ConfirmruUrl from "PUBLIC_DIR/locales/ru/Confirm.json?url"; +import ConflictResolveDialogruUrl from "PUBLIC_DIR/locales/ru/ConflictResolveDialog.json?url"; +import ConnectDialogruUrl from "PUBLIC_DIR/locales/ru/ConnectDialog.json?url"; +import ConvertDialogruUrl from "PUBLIC_DIR/locales/ru/ConvertDialog.json?url"; +import ConvertPasswordDialogruUrl from "PUBLIC_DIR/locales/ru/ConvertPasswordDialog.json?url"; +import CreateEditRoomDialogruUrl from "PUBLIC_DIR/locales/ru/CreateEditRoomDialog.json?url"; +import DataLossWarningDialogruUrl from "PUBLIC_DIR/locales/ru/DataLossWarningDialog.json?url"; +import DeleteDialogruUrl from "PUBLIC_DIR/locales/ru/DeleteDialog.json?url"; +import DeleteProfileEverDialogruUrl from "PUBLIC_DIR/locales/ru/DeleteProfileEverDialog.json?url"; +import DeleteSelfProfileDialogruUrl from "PUBLIC_DIR/locales/ru/DeleteSelfProfileDialog.json?url"; +import DeleteThirdPartyDialogruUrl from "PUBLIC_DIR/locales/ru/DeleteThirdPartyDialog.json?url"; +import DeleteUsersDialogruUrl from "PUBLIC_DIR/locales/ru/DeleteUsersDialog.json?url"; +import DowngradePlanDialogruUrl from "PUBLIC_DIR/locales/ru/DowngradePlanDialog.json?url"; +import DownloadDialogruUrl from "PUBLIC_DIR/locales/ru/DownloadDialog.json?url"; +import EmbeddingPanelruUrl from "PUBLIC_DIR/locales/ru/EmbeddingPanel.json?url"; +import EmptyTrashDialogruUrl from "PUBLIC_DIR/locales/ru/EmptyTrashDialog.json?url"; +import ErrorsruUrl from "PUBLIC_DIR/locales/ru/Errors.json?url"; +import FilesruUrl from "PUBLIC_DIR/locales/ru/Files.json?url"; +import FilesSettingsruUrl from "PUBLIC_DIR/locales/ru/FilesSettings.json?url"; +import FormGalleryruUrl from "PUBLIC_DIR/locales/ru/FormGallery.json?url"; +import HotkeysPanelruUrl from "PUBLIC_DIR/locales/ru/HotkeysPanel.json?url"; +import InfoPanelruUrl from "PUBLIC_DIR/locales/ru/InfoPanel.json?url"; +import InviteDialogruUrl from "PUBLIC_DIR/locales/ru/InviteDialog.json?url"; +import MainBarruUrl from "PUBLIC_DIR/locales/ru/MainBar.json?url"; +import NewFilesPanelruUrl from "PUBLIC_DIR/locales/ru/NewFilesPanel.json?url"; +import PaymentsruUrl from "PUBLIC_DIR/locales/ru/Payments.json?url"; +import PeopleruUrl from "PUBLIC_DIR/locales/ru/People.json?url"; +import PeopleSelectorruUrl from "PUBLIC_DIR/locales/ru/PeopleSelector.json?url"; +import PeopleTranslationsruUrl from "PUBLIC_DIR/locales/ru/PeopleTranslations.json?url"; +import PortalUnavailableruUrl from "PUBLIC_DIR/locales/ru/PortalUnavailable.json?url"; +import PreparationPortalruUrl from "PUBLIC_DIR/locales/ru/PreparationPortal.json?url"; +import PrivacyPageruUrl from "PUBLIC_DIR/locales/ru/PrivacyPage.json?url"; +import ProfileruUrl from "PUBLIC_DIR/locales/ru/Profile.json?url"; +import ResetApplicationDialogruUrl from "PUBLIC_DIR/locales/ru/ResetApplicationDialog.json?url"; +import RoomSelectorruUrl from "PUBLIC_DIR/locales/ru/RoomSelector.json?url"; +import SalesDepartmentRequestDialogruUrl from "PUBLIC_DIR/locales/ru/SalesDepartmentRequestDialog.json?url"; +import SelectFolderruUrl from "PUBLIC_DIR/locales/ru/SelectFolder.json?url"; +import SendInviteDialogruUrl from "PUBLIC_DIR/locales/ru/SendInviteDialog.json?url"; +import SettingsruUrl from "PUBLIC_DIR/locales/ru/Settings.json?url"; +import SharingPanelruUrl from "PUBLIC_DIR/locales/ru/SharingPanel.json?url"; +import SingleSignOnruUrl from "PUBLIC_DIR/locales/ru/SingleSignOn.json?url"; +import SmartBannerruUrl from "PUBLIC_DIR/locales/ru/SmartBanner.json?url"; +import TranslationsruUrl from "PUBLIC_DIR/locales/ru/Translations.json?url"; +import UploadPanelruUrl from "PUBLIC_DIR/locales/ru/UploadPanel.json?url"; +import VersionHistoryruUrl from "PUBLIC_DIR/locales/ru/VersionHistory.json?url"; +import WizardruUrl from "PUBLIC_DIR/locales/ru/Wizard.json?url"; +import AboutskUrl from "PUBLIC_DIR/locales/sk/About.json?url"; +import ArchiveDialogskUrl from "PUBLIC_DIR/locales/sk/ArchiveDialog.json?url"; +import ArticleskUrl from "PUBLIC_DIR/locales/sk/Article.json?url"; +import BackupCodesDialogskUrl from "PUBLIC_DIR/locales/sk/BackupCodesDialog.json?url"; +import ChangeEmailDialogskUrl from "PUBLIC_DIR/locales/sk/ChangeEmailDialog.json?url"; +import ChangeOwnerPanelskUrl from "PUBLIC_DIR/locales/sk/ChangeOwnerPanel.json?url"; +import ChangePasswordDialogskUrl from "PUBLIC_DIR/locales/sk/ChangePasswordDialog.json?url"; +import ChangePhoneDialogskUrl from "PUBLIC_DIR/locales/sk/ChangePhoneDialog.json?url"; +import ChangePortalOwnerskUrl from "PUBLIC_DIR/locales/sk/ChangePortalOwner.json?url"; +import ChangeUserStatusDialogskUrl from "PUBLIC_DIR/locales/sk/ChangeUserStatusDialog.json?url"; +import ChangeUserTypeDialogskUrl from "PUBLIC_DIR/locales/sk/ChangeUserTypeDialog.json?url"; +import CommonskUrl from "PUBLIC_DIR/locales/sk/Common.json?url"; +import ConfirmskUrl from "PUBLIC_DIR/locales/sk/Confirm.json?url"; +import ConflictResolveDialogskUrl from "PUBLIC_DIR/locales/sk/ConflictResolveDialog.json?url"; +import ConnectDialogskUrl from "PUBLIC_DIR/locales/sk/ConnectDialog.json?url"; +import ConvertDialogskUrl from "PUBLIC_DIR/locales/sk/ConvertDialog.json?url"; +import ConvertPasswordDialogskUrl from "PUBLIC_DIR/locales/sk/ConvertPasswordDialog.json?url"; +import CreateEditRoomDialogskUrl from "PUBLIC_DIR/locales/sk/CreateEditRoomDialog.json?url"; +import DataLossWarningDialogskUrl from "PUBLIC_DIR/locales/sk/DataLossWarningDialog.json?url"; +import DeleteDialogskUrl from "PUBLIC_DIR/locales/sk/DeleteDialog.json?url"; +import DeleteProfileEverDialogskUrl from "PUBLIC_DIR/locales/sk/DeleteProfileEverDialog.json?url"; +import DeleteSelfProfileDialogskUrl from "PUBLIC_DIR/locales/sk/DeleteSelfProfileDialog.json?url"; +import DeleteThirdPartyDialogskUrl from "PUBLIC_DIR/locales/sk/DeleteThirdPartyDialog.json?url"; +import DeleteUsersDialogskUrl from "PUBLIC_DIR/locales/sk/DeleteUsersDialog.json?url"; +import DowngradePlanDialogskUrl from "PUBLIC_DIR/locales/sk/DowngradePlanDialog.json?url"; +import DownloadDialogskUrl from "PUBLIC_DIR/locales/sk/DownloadDialog.json?url"; +import EmbeddingPanelskUrl from "PUBLIC_DIR/locales/sk/EmbeddingPanel.json?url"; +import EmptyTrashDialogskUrl from "PUBLIC_DIR/locales/sk/EmptyTrashDialog.json?url"; +import ErrorsskUrl from "PUBLIC_DIR/locales/sk/Errors.json?url"; +import FilesskUrl from "PUBLIC_DIR/locales/sk/Files.json?url"; +import FilesSettingsskUrl from "PUBLIC_DIR/locales/sk/FilesSettings.json?url"; +import FormGalleryskUrl from "PUBLIC_DIR/locales/sk/FormGallery.json?url"; +import HotkeysPanelskUrl from "PUBLIC_DIR/locales/sk/HotkeysPanel.json?url"; +import InfoPanelskUrl from "PUBLIC_DIR/locales/sk/InfoPanel.json?url"; +import InviteDialogskUrl from "PUBLIC_DIR/locales/sk/InviteDialog.json?url"; +import MainBarskUrl from "PUBLIC_DIR/locales/sk/MainBar.json?url"; +import NewFilesPanelskUrl from "PUBLIC_DIR/locales/sk/NewFilesPanel.json?url"; +import PaymentsskUrl from "PUBLIC_DIR/locales/sk/Payments.json?url"; +import PeopleskUrl from "PUBLIC_DIR/locales/sk/People.json?url"; +import PeopleSelectorskUrl from "PUBLIC_DIR/locales/sk/PeopleSelector.json?url"; +import PeopleTranslationsskUrl from "PUBLIC_DIR/locales/sk/PeopleTranslations.json?url"; +import PortalUnavailableskUrl from "PUBLIC_DIR/locales/sk/PortalUnavailable.json?url"; +import PreparationPortalskUrl from "PUBLIC_DIR/locales/sk/PreparationPortal.json?url"; +import PrivacyPageskUrl from "PUBLIC_DIR/locales/sk/PrivacyPage.json?url"; +import ProfileskUrl from "PUBLIC_DIR/locales/sk/Profile.json?url"; +import ResetApplicationDialogskUrl from "PUBLIC_DIR/locales/sk/ResetApplicationDialog.json?url"; +import RoomSelectorskUrl from "PUBLIC_DIR/locales/sk/RoomSelector.json?url"; +import SalesDepartmentRequestDialogskUrl from "PUBLIC_DIR/locales/sk/SalesDepartmentRequestDialog.json?url"; +import SelectFolderskUrl from "PUBLIC_DIR/locales/sk/SelectFolder.json?url"; +import SendInviteDialogskUrl from "PUBLIC_DIR/locales/sk/SendInviteDialog.json?url"; +import SettingsskUrl from "PUBLIC_DIR/locales/sk/Settings.json?url"; +import SharingPanelskUrl from "PUBLIC_DIR/locales/sk/SharingPanel.json?url"; +import SingleSignOnskUrl from "PUBLIC_DIR/locales/sk/SingleSignOn.json?url"; +import SmartBannerskUrl from "PUBLIC_DIR/locales/sk/SmartBanner.json?url"; +import TranslationsskUrl from "PUBLIC_DIR/locales/sk/Translations.json?url"; +import UploadPanelskUrl from "PUBLIC_DIR/locales/sk/UploadPanel.json?url"; +import VersionHistoryskUrl from "PUBLIC_DIR/locales/sk/VersionHistory.json?url"; +import WizardskUrl from "PUBLIC_DIR/locales/sk/Wizard.json?url"; +import AboutslUrl from "PUBLIC_DIR/locales/sl/About.json?url"; +import ArchiveDialogslUrl from "PUBLIC_DIR/locales/sl/ArchiveDialog.json?url"; +import ArticleslUrl from "PUBLIC_DIR/locales/sl/Article.json?url"; +import BackupCodesDialogslUrl from "PUBLIC_DIR/locales/sl/BackupCodesDialog.json?url"; +import ChangeEmailDialogslUrl from "PUBLIC_DIR/locales/sl/ChangeEmailDialog.json?url"; +import ChangeOwnerPanelslUrl from "PUBLIC_DIR/locales/sl/ChangeOwnerPanel.json?url"; +import ChangePasswordDialogslUrl from "PUBLIC_DIR/locales/sl/ChangePasswordDialog.json?url"; +import ChangePhoneDialogslUrl from "PUBLIC_DIR/locales/sl/ChangePhoneDialog.json?url"; +import ChangePortalOwnerslUrl from "PUBLIC_DIR/locales/sl/ChangePortalOwner.json?url"; +import ChangeUserStatusDialogslUrl from "PUBLIC_DIR/locales/sl/ChangeUserStatusDialog.json?url"; +import ChangeUserTypeDialogslUrl from "PUBLIC_DIR/locales/sl/ChangeUserTypeDialog.json?url"; +import CommonslUrl from "PUBLIC_DIR/locales/sl/Common.json?url"; +import ConfirmslUrl from "PUBLIC_DIR/locales/sl/Confirm.json?url"; +import ConflictResolveDialogslUrl from "PUBLIC_DIR/locales/sl/ConflictResolveDialog.json?url"; +import ConnectDialogslUrl from "PUBLIC_DIR/locales/sl/ConnectDialog.json?url"; +import ConvertDialogslUrl from "PUBLIC_DIR/locales/sl/ConvertDialog.json?url"; +import ConvertPasswordDialogslUrl from "PUBLIC_DIR/locales/sl/ConvertPasswordDialog.json?url"; +import CreateEditRoomDialogslUrl from "PUBLIC_DIR/locales/sl/CreateEditRoomDialog.json?url"; +import DataLossWarningDialogslUrl from "PUBLIC_DIR/locales/sl/DataLossWarningDialog.json?url"; +import DeleteDialogslUrl from "PUBLIC_DIR/locales/sl/DeleteDialog.json?url"; +import DeleteProfileEverDialogslUrl from "PUBLIC_DIR/locales/sl/DeleteProfileEverDialog.json?url"; +import DeleteSelfProfileDialogslUrl from "PUBLIC_DIR/locales/sl/DeleteSelfProfileDialog.json?url"; +import DeleteThirdPartyDialogslUrl from "PUBLIC_DIR/locales/sl/DeleteThirdPartyDialog.json?url"; +import DeleteUsersDialogslUrl from "PUBLIC_DIR/locales/sl/DeleteUsersDialog.json?url"; +import DowngradePlanDialogslUrl from "PUBLIC_DIR/locales/sl/DowngradePlanDialog.json?url"; +import DownloadDialogslUrl from "PUBLIC_DIR/locales/sl/DownloadDialog.json?url"; +import EmbeddingPanelslUrl from "PUBLIC_DIR/locales/sl/EmbeddingPanel.json?url"; +import EmptyTrashDialogslUrl from "PUBLIC_DIR/locales/sl/EmptyTrashDialog.json?url"; +import ErrorsslUrl from "PUBLIC_DIR/locales/sl/Errors.json?url"; +import FilesslUrl from "PUBLIC_DIR/locales/sl/Files.json?url"; +import FilesSettingsslUrl from "PUBLIC_DIR/locales/sl/FilesSettings.json?url"; +import FormGalleryslUrl from "PUBLIC_DIR/locales/sl/FormGallery.json?url"; +import HotkeysPanelslUrl from "PUBLIC_DIR/locales/sl/HotkeysPanel.json?url"; +import InfoPanelslUrl from "PUBLIC_DIR/locales/sl/InfoPanel.json?url"; +import InviteDialogslUrl from "PUBLIC_DIR/locales/sl/InviteDialog.json?url"; +import MainBarslUrl from "PUBLIC_DIR/locales/sl/MainBar.json?url"; +import NewFilesPanelslUrl from "PUBLIC_DIR/locales/sl/NewFilesPanel.json?url"; +import PaymentsslUrl from "PUBLIC_DIR/locales/sl/Payments.json?url"; +import PeopleslUrl from "PUBLIC_DIR/locales/sl/People.json?url"; +import PeopleSelectorslUrl from "PUBLIC_DIR/locales/sl/PeopleSelector.json?url"; +import PeopleTranslationsslUrl from "PUBLIC_DIR/locales/sl/PeopleTranslations.json?url"; +import PortalUnavailableslUrl from "PUBLIC_DIR/locales/sl/PortalUnavailable.json?url"; +import PreparationPortalslUrl from "PUBLIC_DIR/locales/sl/PreparationPortal.json?url"; +import PrivacyPageslUrl from "PUBLIC_DIR/locales/sl/PrivacyPage.json?url"; +import ProfileslUrl from "PUBLIC_DIR/locales/sl/Profile.json?url"; +import ResetApplicationDialogslUrl from "PUBLIC_DIR/locales/sl/ResetApplicationDialog.json?url"; +import RoomSelectorslUrl from "PUBLIC_DIR/locales/sl/RoomSelector.json?url"; +import SalesDepartmentRequestDialogslUrl from "PUBLIC_DIR/locales/sl/SalesDepartmentRequestDialog.json?url"; +import SelectFolderslUrl from "PUBLIC_DIR/locales/sl/SelectFolder.json?url"; +import SendInviteDialogslUrl from "PUBLIC_DIR/locales/sl/SendInviteDialog.json?url"; +import SettingsslUrl from "PUBLIC_DIR/locales/sl/Settings.json?url"; +import SharingPanelslUrl from "PUBLIC_DIR/locales/sl/SharingPanel.json?url"; +import SingleSignOnslUrl from "PUBLIC_DIR/locales/sl/SingleSignOn.json?url"; +import SmartBannerslUrl from "PUBLIC_DIR/locales/sl/SmartBanner.json?url"; +import TranslationsslUrl from "PUBLIC_DIR/locales/sl/Translations.json?url"; +import UploadPanelslUrl from "PUBLIC_DIR/locales/sl/UploadPanel.json?url"; +import VersionHistoryslUrl from "PUBLIC_DIR/locales/sl/VersionHistory.json?url"; +import WizardslUrl from "PUBLIC_DIR/locales/sl/Wizard.json?url"; +import AbouttrUrl from "PUBLIC_DIR/locales/tr/About.json?url"; +import ArchiveDialogtrUrl from "PUBLIC_DIR/locales/tr/ArchiveDialog.json?url"; +import ArticletrUrl from "PUBLIC_DIR/locales/tr/Article.json?url"; +import BackupCodesDialogtrUrl from "PUBLIC_DIR/locales/tr/BackupCodesDialog.json?url"; +import ChangeEmailDialogtrUrl from "PUBLIC_DIR/locales/tr/ChangeEmailDialog.json?url"; +import ChangeOwnerPaneltrUrl from "PUBLIC_DIR/locales/tr/ChangeOwnerPanel.json?url"; +import ChangePasswordDialogtrUrl from "PUBLIC_DIR/locales/tr/ChangePasswordDialog.json?url"; +import ChangePhoneDialogtrUrl from "PUBLIC_DIR/locales/tr/ChangePhoneDialog.json?url"; +import ChangePortalOwnertrUrl from "PUBLIC_DIR/locales/tr/ChangePortalOwner.json?url"; +import ChangeUserStatusDialogtrUrl from "PUBLIC_DIR/locales/tr/ChangeUserStatusDialog.json?url"; +import ChangeUserTypeDialogtrUrl from "PUBLIC_DIR/locales/tr/ChangeUserTypeDialog.json?url"; +import CommontrUrl from "PUBLIC_DIR/locales/tr/Common.json?url"; +import ConfirmtrUrl from "PUBLIC_DIR/locales/tr/Confirm.json?url"; +import ConflictResolveDialogtrUrl from "PUBLIC_DIR/locales/tr/ConflictResolveDialog.json?url"; +import ConnectDialogtrUrl from "PUBLIC_DIR/locales/tr/ConnectDialog.json?url"; +import ConvertDialogtrUrl from "PUBLIC_DIR/locales/tr/ConvertDialog.json?url"; +import ConvertPasswordDialogtrUrl from "PUBLIC_DIR/locales/tr/ConvertPasswordDialog.json?url"; +import CreateEditRoomDialogtrUrl from "PUBLIC_DIR/locales/tr/CreateEditRoomDialog.json?url"; +import DataLossWarningDialogtrUrl from "PUBLIC_DIR/locales/tr/DataLossWarningDialog.json?url"; +import DeleteDialogtrUrl from "PUBLIC_DIR/locales/tr/DeleteDialog.json?url"; +import DeleteProfileEverDialogtrUrl from "PUBLIC_DIR/locales/tr/DeleteProfileEverDialog.json?url"; +import DeleteSelfProfileDialogtrUrl from "PUBLIC_DIR/locales/tr/DeleteSelfProfileDialog.json?url"; +import DeleteThirdPartyDialogtrUrl from "PUBLIC_DIR/locales/tr/DeleteThirdPartyDialog.json?url"; +import DeleteUsersDialogtrUrl from "PUBLIC_DIR/locales/tr/DeleteUsersDialog.json?url"; +import DowngradePlanDialogtrUrl from "PUBLIC_DIR/locales/tr/DowngradePlanDialog.json?url"; +import DownloadDialogtrUrl from "PUBLIC_DIR/locales/tr/DownloadDialog.json?url"; +import EmbeddingPaneltrUrl from "PUBLIC_DIR/locales/tr/EmbeddingPanel.json?url"; +import EmptyTrashDialogtrUrl from "PUBLIC_DIR/locales/tr/EmptyTrashDialog.json?url"; +import ErrorstrUrl from "PUBLIC_DIR/locales/tr/Errors.json?url"; +import FilestrUrl from "PUBLIC_DIR/locales/tr/Files.json?url"; +import FilesSettingstrUrl from "PUBLIC_DIR/locales/tr/FilesSettings.json?url"; +import FormGallerytrUrl from "PUBLIC_DIR/locales/tr/FormGallery.json?url"; +import HotkeysPaneltrUrl from "PUBLIC_DIR/locales/tr/HotkeysPanel.json?url"; +import InfoPaneltrUrl from "PUBLIC_DIR/locales/tr/InfoPanel.json?url"; +import InviteDialogtrUrl from "PUBLIC_DIR/locales/tr/InviteDialog.json?url"; +import MainBartrUrl from "PUBLIC_DIR/locales/tr/MainBar.json?url"; +import NewFilesPaneltrUrl from "PUBLIC_DIR/locales/tr/NewFilesPanel.json?url"; +import PaymentstrUrl from "PUBLIC_DIR/locales/tr/Payments.json?url"; +import PeopletrUrl from "PUBLIC_DIR/locales/tr/People.json?url"; +import PeopleSelectortrUrl from "PUBLIC_DIR/locales/tr/PeopleSelector.json?url"; +import PeopleTranslationstrUrl from "PUBLIC_DIR/locales/tr/PeopleTranslations.json?url"; +import PortalUnavailabletrUrl from "PUBLIC_DIR/locales/tr/PortalUnavailable.json?url"; +import PreparationPortaltrUrl from "PUBLIC_DIR/locales/tr/PreparationPortal.json?url"; +import PrivacyPagetrUrl from "PUBLIC_DIR/locales/tr/PrivacyPage.json?url"; +import ProfiletrUrl from "PUBLIC_DIR/locales/tr/Profile.json?url"; +import ResetApplicationDialogtrUrl from "PUBLIC_DIR/locales/tr/ResetApplicationDialog.json?url"; +import RoomSelectortrUrl from "PUBLIC_DIR/locales/tr/RoomSelector.json?url"; +import SalesDepartmentRequestDialogtrUrl from "PUBLIC_DIR/locales/tr/SalesDepartmentRequestDialog.json?url"; +import SelectFoldertrUrl from "PUBLIC_DIR/locales/tr/SelectFolder.json?url"; +import SendInviteDialogtrUrl from "PUBLIC_DIR/locales/tr/SendInviteDialog.json?url"; +import SettingstrUrl from "PUBLIC_DIR/locales/tr/Settings.json?url"; +import SharingPaneltrUrl from "PUBLIC_DIR/locales/tr/SharingPanel.json?url"; +import SingleSignOntrUrl from "PUBLIC_DIR/locales/tr/SingleSignOn.json?url"; +import SmartBannertrUrl from "PUBLIC_DIR/locales/tr/SmartBanner.json?url"; +import TranslationstrUrl from "PUBLIC_DIR/locales/tr/Translations.json?url"; +import UploadPaneltrUrl from "PUBLIC_DIR/locales/tr/UploadPanel.json?url"; +import VersionHistorytrUrl from "PUBLIC_DIR/locales/tr/VersionHistory.json?url"; +import WizardtrUrl from "PUBLIC_DIR/locales/tr/Wizard.json?url"; +import AboutukUAUrl from "PUBLIC_DIR/locales/uk-UA/About.json?url"; +import ArchiveDialogukUAUrl from "PUBLIC_DIR/locales/uk-UA/ArchiveDialog.json?url"; +import ArticleukUAUrl from "PUBLIC_DIR/locales/uk-UA/Article.json?url"; +import BackupCodesDialogukUAUrl from "PUBLIC_DIR/locales/uk-UA/BackupCodesDialog.json?url"; +import ChangeEmailDialogukUAUrl from "PUBLIC_DIR/locales/uk-UA/ChangeEmailDialog.json?url"; +import ChangeOwnerPanelukUAUrl from "PUBLIC_DIR/locales/uk-UA/ChangeOwnerPanel.json?url"; +import ChangePasswordDialogukUAUrl from "PUBLIC_DIR/locales/uk-UA/ChangePasswordDialog.json?url"; +import ChangePhoneDialogukUAUrl from "PUBLIC_DIR/locales/uk-UA/ChangePhoneDialog.json?url"; +import ChangePortalOwnerukUAUrl from "PUBLIC_DIR/locales/uk-UA/ChangePortalOwner.json?url"; +import ChangeUserStatusDialogukUAUrl from "PUBLIC_DIR/locales/uk-UA/ChangeUserStatusDialog.json?url"; +import ChangeUserTypeDialogukUAUrl from "PUBLIC_DIR/locales/uk-UA/ChangeUserTypeDialog.json?url"; +import CommonukUAUrl from "PUBLIC_DIR/locales/uk-UA/Common.json?url"; +import ConfirmukUAUrl from "PUBLIC_DIR/locales/uk-UA/Confirm.json?url"; +import ConflictResolveDialogukUAUrl from "PUBLIC_DIR/locales/uk-UA/ConflictResolveDialog.json?url"; +import ConnectDialogukUAUrl from "PUBLIC_DIR/locales/uk-UA/ConnectDialog.json?url"; +import ConvertDialogukUAUrl from "PUBLIC_DIR/locales/uk-UA/ConvertDialog.json?url"; +import ConvertPasswordDialogukUAUrl from "PUBLIC_DIR/locales/uk-UA/ConvertPasswordDialog.json?url"; +import CreateEditRoomDialogukUAUrl from "PUBLIC_DIR/locales/uk-UA/CreateEditRoomDialog.json?url"; +import DataLossWarningDialogukUAUrl from "PUBLIC_DIR/locales/uk-UA/DataLossWarningDialog.json?url"; +import DeleteDialogukUAUrl from "PUBLIC_DIR/locales/uk-UA/DeleteDialog.json?url"; +import DeleteProfileEverDialogukUAUrl from "PUBLIC_DIR/locales/uk-UA/DeleteProfileEverDialog.json?url"; +import DeleteSelfProfileDialogukUAUrl from "PUBLIC_DIR/locales/uk-UA/DeleteSelfProfileDialog.json?url"; +import DeleteThirdPartyDialogukUAUrl from "PUBLIC_DIR/locales/uk-UA/DeleteThirdPartyDialog.json?url"; +import DeleteUsersDialogukUAUrl from "PUBLIC_DIR/locales/uk-UA/DeleteUsersDialog.json?url"; +import DowngradePlanDialogukUAUrl from "PUBLIC_DIR/locales/uk-UA/DowngradePlanDialog.json?url"; +import DownloadDialogukUAUrl from "PUBLIC_DIR/locales/uk-UA/DownloadDialog.json?url"; +import EmbeddingPanelukUAUrl from "PUBLIC_DIR/locales/uk-UA/EmbeddingPanel.json?url"; +import EmptyTrashDialogukUAUrl from "PUBLIC_DIR/locales/uk-UA/EmptyTrashDialog.json?url"; +import ErrorsukUAUrl from "PUBLIC_DIR/locales/uk-UA/Errors.json?url"; +import FilesukUAUrl from "PUBLIC_DIR/locales/uk-UA/Files.json?url"; +import FilesSettingsukUAUrl from "PUBLIC_DIR/locales/uk-UA/FilesSettings.json?url"; +import FormGalleryukUAUrl from "PUBLIC_DIR/locales/uk-UA/FormGallery.json?url"; +import HotkeysPanelukUAUrl from "PUBLIC_DIR/locales/uk-UA/HotkeysPanel.json?url"; +import InfoPanelukUAUrl from "PUBLIC_DIR/locales/uk-UA/InfoPanel.json?url"; +import InviteDialogukUAUrl from "PUBLIC_DIR/locales/uk-UA/InviteDialog.json?url"; +import MainBarukUAUrl from "PUBLIC_DIR/locales/uk-UA/MainBar.json?url"; +import NewFilesPanelukUAUrl from "PUBLIC_DIR/locales/uk-UA/NewFilesPanel.json?url"; +import PaymentsukUAUrl from "PUBLIC_DIR/locales/uk-UA/Payments.json?url"; +import PeopleukUAUrl from "PUBLIC_DIR/locales/uk-UA/People.json?url"; +import PeopleSelectorukUAUrl from "PUBLIC_DIR/locales/uk-UA/PeopleSelector.json?url"; +import PeopleTranslationsukUAUrl from "PUBLIC_DIR/locales/uk-UA/PeopleTranslations.json?url"; +import PortalUnavailableukUAUrl from "PUBLIC_DIR/locales/uk-UA/PortalUnavailable.json?url"; +import PreparationPortalukUAUrl from "PUBLIC_DIR/locales/uk-UA/PreparationPortal.json?url"; +import PrivacyPageukUAUrl from "PUBLIC_DIR/locales/uk-UA/PrivacyPage.json?url"; +import ProfileukUAUrl from "PUBLIC_DIR/locales/uk-UA/Profile.json?url"; +import ResetApplicationDialogukUAUrl from "PUBLIC_DIR/locales/uk-UA/ResetApplicationDialog.json?url"; +import RoomSelectorukUAUrl from "PUBLIC_DIR/locales/uk-UA/RoomSelector.json?url"; +import SalesDepartmentRequestDialogukUAUrl from "PUBLIC_DIR/locales/uk-UA/SalesDepartmentRequestDialog.json?url"; +import SelectFolderukUAUrl from "PUBLIC_DIR/locales/uk-UA/SelectFolder.json?url"; +import SendInviteDialogukUAUrl from "PUBLIC_DIR/locales/uk-UA/SendInviteDialog.json?url"; +import SettingsukUAUrl from "PUBLIC_DIR/locales/uk-UA/Settings.json?url"; +import SharingPanelukUAUrl from "PUBLIC_DIR/locales/uk-UA/SharingPanel.json?url"; +import SingleSignOnukUAUrl from "PUBLIC_DIR/locales/uk-UA/SingleSignOn.json?url"; +import SmartBannerukUAUrl from "PUBLIC_DIR/locales/uk-UA/SmartBanner.json?url"; +import TranslationsukUAUrl from "PUBLIC_DIR/locales/uk-UA/Translations.json?url"; +import UploadPanelukUAUrl from "PUBLIC_DIR/locales/uk-UA/UploadPanel.json?url"; +import VersionHistoryukUAUrl from "PUBLIC_DIR/locales/uk-UA/VersionHistory.json?url"; +import WizardukUAUrl from "PUBLIC_DIR/locales/uk-UA/Wizard.json?url"; +import AboutviUrl from "PUBLIC_DIR/locales/vi/About.json?url"; +import ArchiveDialogviUrl from "PUBLIC_DIR/locales/vi/ArchiveDialog.json?url"; +import ArticleviUrl from "PUBLIC_DIR/locales/vi/Article.json?url"; +import BackupCodesDialogviUrl from "PUBLIC_DIR/locales/vi/BackupCodesDialog.json?url"; +import ChangeEmailDialogviUrl from "PUBLIC_DIR/locales/vi/ChangeEmailDialog.json?url"; +import ChangeOwnerPanelviUrl from "PUBLIC_DIR/locales/vi/ChangeOwnerPanel.json?url"; +import ChangePasswordDialogviUrl from "PUBLIC_DIR/locales/vi/ChangePasswordDialog.json?url"; +import ChangePhoneDialogviUrl from "PUBLIC_DIR/locales/vi/ChangePhoneDialog.json?url"; +import ChangePortalOwnerviUrl from "PUBLIC_DIR/locales/vi/ChangePortalOwner.json?url"; +import ChangeUserStatusDialogviUrl from "PUBLIC_DIR/locales/vi/ChangeUserStatusDialog.json?url"; +import ChangeUserTypeDialogviUrl from "PUBLIC_DIR/locales/vi/ChangeUserTypeDialog.json?url"; +import CommonviUrl from "PUBLIC_DIR/locales/vi/Common.json?url"; +import ConfirmviUrl from "PUBLIC_DIR/locales/vi/Confirm.json?url"; +import ConflictResolveDialogviUrl from "PUBLIC_DIR/locales/vi/ConflictResolveDialog.json?url"; +import ConnectDialogviUrl from "PUBLIC_DIR/locales/vi/ConnectDialog.json?url"; +import ConvertDialogviUrl from "PUBLIC_DIR/locales/vi/ConvertDialog.json?url"; +import ConvertPasswordDialogviUrl from "PUBLIC_DIR/locales/vi/ConvertPasswordDialog.json?url"; +import CreateEditRoomDialogviUrl from "PUBLIC_DIR/locales/vi/CreateEditRoomDialog.json?url"; +import DataLossWarningDialogviUrl from "PUBLIC_DIR/locales/vi/DataLossWarningDialog.json?url"; +import DeleteDialogviUrl from "PUBLIC_DIR/locales/vi/DeleteDialog.json?url"; +import DeleteProfileEverDialogviUrl from "PUBLIC_DIR/locales/vi/DeleteProfileEverDialog.json?url"; +import DeleteSelfProfileDialogviUrl from "PUBLIC_DIR/locales/vi/DeleteSelfProfileDialog.json?url"; +import DeleteThirdPartyDialogviUrl from "PUBLIC_DIR/locales/vi/DeleteThirdPartyDialog.json?url"; +import DeleteUsersDialogviUrl from "PUBLIC_DIR/locales/vi/DeleteUsersDialog.json?url"; +import DowngradePlanDialogviUrl from "PUBLIC_DIR/locales/vi/DowngradePlanDialog.json?url"; +import DownloadDialogviUrl from "PUBLIC_DIR/locales/vi/DownloadDialog.json?url"; +import EmbeddingPanelviUrl from "PUBLIC_DIR/locales/vi/EmbeddingPanel.json?url"; +import EmptyTrashDialogviUrl from "PUBLIC_DIR/locales/vi/EmptyTrashDialog.json?url"; +import ErrorsviUrl from "PUBLIC_DIR/locales/vi/Errors.json?url"; +import FilesviUrl from "PUBLIC_DIR/locales/vi/Files.json?url"; +import FilesSettingsviUrl from "PUBLIC_DIR/locales/vi/FilesSettings.json?url"; +import FormGalleryviUrl from "PUBLIC_DIR/locales/vi/FormGallery.json?url"; +import HotkeysPanelviUrl from "PUBLIC_DIR/locales/vi/HotkeysPanel.json?url"; +import InfoPanelviUrl from "PUBLIC_DIR/locales/vi/InfoPanel.json?url"; +import InviteDialogviUrl from "PUBLIC_DIR/locales/vi/InviteDialog.json?url"; +import MainBarviUrl from "PUBLIC_DIR/locales/vi/MainBar.json?url"; +import NewFilesPanelviUrl from "PUBLIC_DIR/locales/vi/NewFilesPanel.json?url"; +import PaymentsviUrl from "PUBLIC_DIR/locales/vi/Payments.json?url"; +import PeopleviUrl from "PUBLIC_DIR/locales/vi/People.json?url"; +import PeopleSelectorviUrl from "PUBLIC_DIR/locales/vi/PeopleSelector.json?url"; +import PeopleTranslationsviUrl from "PUBLIC_DIR/locales/vi/PeopleTranslations.json?url"; +import PortalUnavailableviUrl from "PUBLIC_DIR/locales/vi/PortalUnavailable.json?url"; +import PreparationPortalviUrl from "PUBLIC_DIR/locales/vi/PreparationPortal.json?url"; +import PrivacyPageviUrl from "PUBLIC_DIR/locales/vi/PrivacyPage.json?url"; +import ProfileviUrl from "PUBLIC_DIR/locales/vi/Profile.json?url"; +import ResetApplicationDialogviUrl from "PUBLIC_DIR/locales/vi/ResetApplicationDialog.json?url"; +import RoomSelectorviUrl from "PUBLIC_DIR/locales/vi/RoomSelector.json?url"; +import SalesDepartmentRequestDialogviUrl from "PUBLIC_DIR/locales/vi/SalesDepartmentRequestDialog.json?url"; +import SelectFolderviUrl from "PUBLIC_DIR/locales/vi/SelectFolder.json?url"; +import SendInviteDialogviUrl from "PUBLIC_DIR/locales/vi/SendInviteDialog.json?url"; +import SettingsviUrl from "PUBLIC_DIR/locales/vi/Settings.json?url"; +import SharingPanelviUrl from "PUBLIC_DIR/locales/vi/SharingPanel.json?url"; +import SingleSignOnviUrl from "PUBLIC_DIR/locales/vi/SingleSignOn.json?url"; +import SmartBannerviUrl from "PUBLIC_DIR/locales/vi/SmartBanner.json?url"; +import TranslationsviUrl from "PUBLIC_DIR/locales/vi/Translations.json?url"; +import UploadPanelviUrl from "PUBLIC_DIR/locales/vi/UploadPanel.json?url"; +import VersionHistoryviUrl from "PUBLIC_DIR/locales/vi/VersionHistory.json?url"; +import WizardviUrl from "PUBLIC_DIR/locales/vi/Wizard.json?url"; +import AboutzhCNUrl from "PUBLIC_DIR/locales/zh-CN/About.json?url"; +import ArchiveDialogzhCNUrl from "PUBLIC_DIR/locales/zh-CN/ArchiveDialog.json?url"; +import ArticlezhCNUrl from "PUBLIC_DIR/locales/zh-CN/Article.json?url"; +import BackupCodesDialogzhCNUrl from "PUBLIC_DIR/locales/zh-CN/BackupCodesDialog.json?url"; +import ChangeEmailDialogzhCNUrl from "PUBLIC_DIR/locales/zh-CN/ChangeEmailDialog.json?url"; +import ChangeOwnerPanelzhCNUrl from "PUBLIC_DIR/locales/zh-CN/ChangeOwnerPanel.json?url"; +import ChangePasswordDialogzhCNUrl from "PUBLIC_DIR/locales/zh-CN/ChangePasswordDialog.json?url"; +import ChangePhoneDialogzhCNUrl from "PUBLIC_DIR/locales/zh-CN/ChangePhoneDialog.json?url"; +import ChangePortalOwnerzhCNUrl from "PUBLIC_DIR/locales/zh-CN/ChangePortalOwner.json?url"; +import ChangeUserStatusDialogzhCNUrl from "PUBLIC_DIR/locales/zh-CN/ChangeUserStatusDialog.json?url"; +import ChangeUserTypeDialogzhCNUrl from "PUBLIC_DIR/locales/zh-CN/ChangeUserTypeDialog.json?url"; +import CommonzhCNUrl from "PUBLIC_DIR/locales/zh-CN/Common.json?url"; +import ConfirmzhCNUrl from "PUBLIC_DIR/locales/zh-CN/Confirm.json?url"; +import ConflictResolveDialogzhCNUrl from "PUBLIC_DIR/locales/zh-CN/ConflictResolveDialog.json?url"; +import ConnectDialogzhCNUrl from "PUBLIC_DIR/locales/zh-CN/ConnectDialog.json?url"; +import ConvertDialogzhCNUrl from "PUBLIC_DIR/locales/zh-CN/ConvertDialog.json?url"; +import ConvertPasswordDialogzhCNUrl from "PUBLIC_DIR/locales/zh-CN/ConvertPasswordDialog.json?url"; +import CreateEditRoomDialogzhCNUrl from "PUBLIC_DIR/locales/zh-CN/CreateEditRoomDialog.json?url"; +import DataLossWarningDialogzhCNUrl from "PUBLIC_DIR/locales/zh-CN/DataLossWarningDialog.json?url"; +import DeleteDialogzhCNUrl from "PUBLIC_DIR/locales/zh-CN/DeleteDialog.json?url"; +import DeleteProfileEverDialogzhCNUrl from "PUBLIC_DIR/locales/zh-CN/DeleteProfileEverDialog.json?url"; +import DeleteSelfProfileDialogzhCNUrl from "PUBLIC_DIR/locales/zh-CN/DeleteSelfProfileDialog.json?url"; +import DeleteThirdPartyDialogzhCNUrl from "PUBLIC_DIR/locales/zh-CN/DeleteThirdPartyDialog.json?url"; +import DeleteUsersDialogzhCNUrl from "PUBLIC_DIR/locales/zh-CN/DeleteUsersDialog.json?url"; +import DowngradePlanDialogzhCNUrl from "PUBLIC_DIR/locales/zh-CN/DowngradePlanDialog.json?url"; +import DownloadDialogzhCNUrl from "PUBLIC_DIR/locales/zh-CN/DownloadDialog.json?url"; +import EmbeddingPanelzhCNUrl from "PUBLIC_DIR/locales/zh-CN/EmbeddingPanel.json?url"; +import EmptyTrashDialogzhCNUrl from "PUBLIC_DIR/locales/zh-CN/EmptyTrashDialog.json?url"; +import ErrorszhCNUrl from "PUBLIC_DIR/locales/zh-CN/Errors.json?url"; +import FileszhCNUrl from "PUBLIC_DIR/locales/zh-CN/Files.json?url"; +import FilesSettingszhCNUrl from "PUBLIC_DIR/locales/zh-CN/FilesSettings.json?url"; +import FormGalleryzhCNUrl from "PUBLIC_DIR/locales/zh-CN/FormGallery.json?url"; +import HotkeysPanelzhCNUrl from "PUBLIC_DIR/locales/zh-CN/HotkeysPanel.json?url"; +import InfoPanelzhCNUrl from "PUBLIC_DIR/locales/zh-CN/InfoPanel.json?url"; +import InviteDialogzhCNUrl from "PUBLIC_DIR/locales/zh-CN/InviteDialog.json?url"; +import MainBarzhCNUrl from "PUBLIC_DIR/locales/zh-CN/MainBar.json?url"; +import NewFilesPanelzhCNUrl from "PUBLIC_DIR/locales/zh-CN/NewFilesPanel.json?url"; +import PaymentszhCNUrl from "PUBLIC_DIR/locales/zh-CN/Payments.json?url"; +import PeoplezhCNUrl from "PUBLIC_DIR/locales/zh-CN/People.json?url"; +import PeopleSelectorzhCNUrl from "PUBLIC_DIR/locales/zh-CN/PeopleSelector.json?url"; +import PeopleTranslationszhCNUrl from "PUBLIC_DIR/locales/zh-CN/PeopleTranslations.json?url"; +import PortalUnavailablezhCNUrl from "PUBLIC_DIR/locales/zh-CN/PortalUnavailable.json?url"; +import PreparationPortalzhCNUrl from "PUBLIC_DIR/locales/zh-CN/PreparationPortal.json?url"; +import PrivacyPagezhCNUrl from "PUBLIC_DIR/locales/zh-CN/PrivacyPage.json?url"; +import ProfilezhCNUrl from "PUBLIC_DIR/locales/zh-CN/Profile.json?url"; +import ResetApplicationDialogzhCNUrl from "PUBLIC_DIR/locales/zh-CN/ResetApplicationDialog.json?url"; +import RoomSelectorzhCNUrl from "PUBLIC_DIR/locales/zh-CN/RoomSelector.json?url"; +import SalesDepartmentRequestDialogzhCNUrl from "PUBLIC_DIR/locales/zh-CN/SalesDepartmentRequestDialog.json?url"; +import SelectFolderzhCNUrl from "PUBLIC_DIR/locales/zh-CN/SelectFolder.json?url"; +import SendInviteDialogzhCNUrl from "PUBLIC_DIR/locales/zh-CN/SendInviteDialog.json?url"; +import SettingszhCNUrl from "PUBLIC_DIR/locales/zh-CN/Settings.json?url"; +import SharingPanelzhCNUrl from "PUBLIC_DIR/locales/zh-CN/SharingPanel.json?url"; +import SingleSignOnzhCNUrl from "PUBLIC_DIR/locales/zh-CN/SingleSignOn.json?url"; +import SmartBannerzhCNUrl from "PUBLIC_DIR/locales/zh-CN/SmartBanner.json?url"; +import TranslationszhCNUrl from "PUBLIC_DIR/locales/zh-CN/Translations.json?url"; +import UploadPanelzhCNUrl from "PUBLIC_DIR/locales/zh-CN/UploadPanel.json?url"; +import VersionHistoryzhCNUrl from "PUBLIC_DIR/locales/zh-CN/VersionHistory.json?url"; +import WizardzhCNUrl from "PUBLIC_DIR/locales/zh-CN/Wizard.json?url"; + +const az = new Map([ + ["About", AboutazUrl], + ["ArchiveDialog", ArchiveDialogazUrl], + ["Article", ArticleazUrl], + ["BackupCodesDialog", BackupCodesDialogazUrl], + ["ChangeEmailDialog", ChangeEmailDialogazUrl], + ["ChangeOwnerPanel", ChangeOwnerPanelazUrl], + ["ChangePasswordDialog", ChangePasswordDialogazUrl], + ["ChangePhoneDialog", ChangePhoneDialogazUrl], + ["ChangePortalOwner", ChangePortalOwnerazUrl], + ["ChangeUserStatusDialog", ChangeUserStatusDialogazUrl], + ["ChangeUserTypeDialog", ChangeUserTypeDialogazUrl], + ["Common", CommonazUrl], + ["Confirm", ConfirmazUrl], + ["ConflictResolveDialog", ConflictResolveDialogazUrl], + ["ConnectDialog", ConnectDialogazUrl], + ["ConvertDialog", ConvertDialogazUrl], + ["ConvertPasswordDialog", ConvertPasswordDialogazUrl], + ["CreateEditRoomDialog", CreateEditRoomDialogazUrl], + ["DataLossWarningDialog", DataLossWarningDialogazUrl], + ["DeleteDialog", DeleteDialogazUrl], + ["DeleteProfileEverDialog", DeleteProfileEverDialogazUrl], + ["DeleteSelfProfileDialog", DeleteSelfProfileDialogazUrl], + ["DeleteThirdPartyDialog", DeleteThirdPartyDialogazUrl], + ["DeleteUsersDialog", DeleteUsersDialogazUrl], + ["DowngradePlanDialog", DowngradePlanDialogazUrl], + ["DownloadDialog", DownloadDialogazUrl], + ["EmbeddingPanel", EmbeddingPanelazUrl], + ["EmptyTrashDialog", EmptyTrashDialogazUrl], + ["Errors", ErrorsazUrl], + ["Files", FilesazUrl], + ["FilesSettings", FilesSettingsazUrl], + ["FormGallery", FormGalleryazUrl], + ["HotkeysPanel", HotkeysPanelazUrl], + ["InfoPanel", InfoPanelazUrl], + ["InviteDialog", InviteDialogazUrl], + ["MainBar", MainBarazUrl], + ["NewFilesPanel", NewFilesPanelazUrl], + ["Payments", PaymentsazUrl], + ["People", PeopleazUrl], + ["PeopleSelector", PeopleSelectorazUrl], + ["PeopleTranslations", PeopleTranslationsazUrl], + ["PortalUnavailable", PortalUnavailableazUrl], + ["PreparationPortal", PreparationPortalazUrl], + ["PrivacyPage", PrivacyPageazUrl], + ["Profile", ProfileazUrl], + ["ResetApplicationDialog", ResetApplicationDialogazUrl], + ["RoomSelector", RoomSelectorazUrl], + ["SalesDepartmentRequestDialog", SalesDepartmentRequestDialogazUrl], + ["SelectFolder", SelectFolderazUrl], + ["SendInviteDialog", SendInviteDialogazUrl], + ["Settings", SettingsazUrl], + ["SharingPanel", SharingPanelazUrl], + ["SingleSignOn", SingleSignOnazUrl], + ["SmartBanner", SmartBannerazUrl], + ["Translations", TranslationsazUrl], + ["UploadPanel", UploadPanelazUrl], + ["VersionHistory", VersionHistoryazUrl], + ["Wizard", WizardazUrl], +]); +const bg = new Map([ + ["About", AboutbgUrl], + ["ArchiveDialog", ArchiveDialogbgUrl], + ["Article", ArticlebgUrl], + ["BackupCodesDialog", BackupCodesDialogbgUrl], + ["ChangeEmailDialog", ChangeEmailDialogbgUrl], + ["ChangeOwnerPanel", ChangeOwnerPanelbgUrl], + ["ChangePasswordDialog", ChangePasswordDialogbgUrl], + ["ChangePhoneDialog", ChangePhoneDialogbgUrl], + ["ChangePortalOwner", ChangePortalOwnerbgUrl], + ["ChangeUserStatusDialog", ChangeUserStatusDialogbgUrl], + ["ChangeUserTypeDialog", ChangeUserTypeDialogbgUrl], + ["Common", CommonbgUrl], + ["Confirm", ConfirmbgUrl], + ["ConflictResolveDialog", ConflictResolveDialogbgUrl], + ["ConnectDialog", ConnectDialogbgUrl], + ["ConvertDialog", ConvertDialogbgUrl], + ["ConvertPasswordDialog", ConvertPasswordDialogbgUrl], + ["CreateEditRoomDialog", CreateEditRoomDialogbgUrl], + ["DataLossWarningDialog", DataLossWarningDialogbgUrl], + ["DeleteDialog", DeleteDialogbgUrl], + ["DeleteProfileEverDialog", DeleteProfileEverDialogbgUrl], + ["DeleteSelfProfileDialog", DeleteSelfProfileDialogbgUrl], + ["DeleteThirdPartyDialog", DeleteThirdPartyDialogbgUrl], + ["DeleteUsersDialog", DeleteUsersDialogbgUrl], + ["DowngradePlanDialog", DowngradePlanDialogbgUrl], + ["DownloadDialog", DownloadDialogbgUrl], + ["EmbeddingPanel", EmbeddingPanelbgUrl], + ["EmptyTrashDialog", EmptyTrashDialogbgUrl], + ["Errors", ErrorsbgUrl], + ["Files", FilesbgUrl], + ["FilesSettings", FilesSettingsbgUrl], + ["FormGallery", FormGallerybgUrl], + ["HotkeysPanel", HotkeysPanelbgUrl], + ["InfoPanel", InfoPanelbgUrl], + ["InviteDialog", InviteDialogbgUrl], + ["MainBar", MainBarbgUrl], + ["NewFilesPanel", NewFilesPanelbgUrl], + ["Payments", PaymentsbgUrl], + ["People", PeoplebgUrl], + ["PeopleSelector", PeopleSelectorbgUrl], + ["PeopleTranslations", PeopleTranslationsbgUrl], + ["PortalUnavailable", PortalUnavailablebgUrl], + ["PreparationPortal", PreparationPortalbgUrl], + ["PrivacyPage", PrivacyPagebgUrl], + ["Profile", ProfilebgUrl], + ["ResetApplicationDialog", ResetApplicationDialogbgUrl], + ["RoomSelector", RoomSelectorbgUrl], + ["SalesDepartmentRequestDialog", SalesDepartmentRequestDialogbgUrl], + ["SelectFolder", SelectFolderbgUrl], + ["SendInviteDialog", SendInviteDialogbgUrl], + ["Settings", SettingsbgUrl], + ["SharingPanel", SharingPanelbgUrl], + ["SingleSignOn", SingleSignOnbgUrl], + ["SmartBanner", SmartBannerbgUrl], + ["Translations", TranslationsbgUrl], + ["UploadPanel", UploadPanelbgUrl], + ["VersionHistory", VersionHistorybgUrl], + ["Wizard", WizardbgUrl], +]); +const cs = new Map([ + ["About", AboutcsUrl], + ["ArchiveDialog", ArchiveDialogcsUrl], + ["Article", ArticlecsUrl], + ["BackupCodesDialog", BackupCodesDialogcsUrl], + ["ChangeEmailDialog", ChangeEmailDialogcsUrl], + ["ChangeOwnerPanel", ChangeOwnerPanelcsUrl], + ["ChangePasswordDialog", ChangePasswordDialogcsUrl], + ["ChangePhoneDialog", ChangePhoneDialogcsUrl], + ["ChangePortalOwner", ChangePortalOwnercsUrl], + ["ChangeUserStatusDialog", ChangeUserStatusDialogcsUrl], + ["ChangeUserTypeDialog", ChangeUserTypeDialogcsUrl], + ["Common", CommoncsUrl], + ["Confirm", ConfirmcsUrl], + ["ConflictResolveDialog", ConflictResolveDialogcsUrl], + ["ConnectDialog", ConnectDialogcsUrl], + ["ConvertDialog", ConvertDialogcsUrl], + ["ConvertPasswordDialog", ConvertPasswordDialogcsUrl], + ["CreateEditRoomDialog", CreateEditRoomDialogcsUrl], + ["DataLossWarningDialog", DataLossWarningDialogcsUrl], + ["DeleteDialog", DeleteDialogcsUrl], + ["DeleteProfileEverDialog", DeleteProfileEverDialogcsUrl], + ["DeleteSelfProfileDialog", DeleteSelfProfileDialogcsUrl], + ["DeleteThirdPartyDialog", DeleteThirdPartyDialogcsUrl], + ["DeleteUsersDialog", DeleteUsersDialogcsUrl], + ["DowngradePlanDialog", DowngradePlanDialogcsUrl], + ["DownloadDialog", DownloadDialogcsUrl], + ["EmbeddingPanel", EmbeddingPanelcsUrl], + ["EmptyTrashDialog", EmptyTrashDialogcsUrl], + ["Errors", ErrorscsUrl], + ["Files", FilescsUrl], + ["FilesSettings", FilesSettingscsUrl], + ["FormGallery", FormGallerycsUrl], + ["HotkeysPanel", HotkeysPanelcsUrl], + ["InfoPanel", InfoPanelcsUrl], + ["InviteDialog", InviteDialogcsUrl], + ["MainBar", MainBarcsUrl], + ["NewFilesPanel", NewFilesPanelcsUrl], + ["Payments", PaymentscsUrl], + ["People", PeoplecsUrl], + ["PeopleSelector", PeopleSelectorcsUrl], + ["PeopleTranslations", PeopleTranslationscsUrl], + ["PortalUnavailable", PortalUnavailablecsUrl], + ["PreparationPortal", PreparationPortalcsUrl], + ["PrivacyPage", PrivacyPagecsUrl], + ["Profile", ProfilecsUrl], + ["ResetApplicationDialog", ResetApplicationDialogcsUrl], + ["RoomSelector", RoomSelectorcsUrl], + ["SalesDepartmentRequestDialog", SalesDepartmentRequestDialogcsUrl], + ["SelectFolder", SelectFoldercsUrl], + ["SendInviteDialog", SendInviteDialogcsUrl], + ["Settings", SettingscsUrl], + ["SharingPanel", SharingPanelcsUrl], + ["SingleSignOn", SingleSignOncsUrl], + ["SmartBanner", SmartBannercsUrl], + ["Translations", TranslationscsUrl], + ["UploadPanel", UploadPanelcsUrl], + ["VersionHistory", VersionHistorycsUrl], + ["Wizard", WizardcsUrl], +]); +const de = new Map([ + ["About", AboutdeUrl], + ["ArchiveDialog", ArchiveDialogdeUrl], + ["Article", ArticledeUrl], + ["BackupCodesDialog", BackupCodesDialogdeUrl], + ["ChangeEmailDialog", ChangeEmailDialogdeUrl], + ["ChangeOwnerPanel", ChangeOwnerPaneldeUrl], + ["ChangePasswordDialog", ChangePasswordDialogdeUrl], + ["ChangePhoneDialog", ChangePhoneDialogdeUrl], + ["ChangePortalOwner", ChangePortalOwnerdeUrl], + ["ChangeUserStatusDialog", ChangeUserStatusDialogdeUrl], + ["ChangeUserTypeDialog", ChangeUserTypeDialogdeUrl], + ["Common", CommondeUrl], + ["Confirm", ConfirmdeUrl], + ["ConflictResolveDialog", ConflictResolveDialogdeUrl], + ["ConnectDialog", ConnectDialogdeUrl], + ["ConvertDialog", ConvertDialogdeUrl], + ["ConvertPasswordDialog", ConvertPasswordDialogdeUrl], + ["CreateEditRoomDialog", CreateEditRoomDialogdeUrl], + ["DataLossWarningDialog", DataLossWarningDialogdeUrl], + ["DeleteDialog", DeleteDialogdeUrl], + ["DeleteProfileEverDialog", DeleteProfileEverDialogdeUrl], + ["DeleteSelfProfileDialog", DeleteSelfProfileDialogdeUrl], + ["DeleteThirdPartyDialog", DeleteThirdPartyDialogdeUrl], + ["DeleteUsersDialog", DeleteUsersDialogdeUrl], + ["DowngradePlanDialog", DowngradePlanDialogdeUrl], + ["DownloadDialog", DownloadDialogdeUrl], + ["EmbeddingPanel", EmbeddingPaneldeUrl], + ["EmptyTrashDialog", EmptyTrashDialogdeUrl], + ["Errors", ErrorsdeUrl], + ["Files", FilesdeUrl], + ["FilesSettings", FilesSettingsdeUrl], + ["FormGallery", FormGallerydeUrl], + ["HotkeysPanel", HotkeysPaneldeUrl], + ["InfoPanel", InfoPaneldeUrl], + ["InviteDialog", InviteDialogdeUrl], + ["MainBar", MainBardeUrl], + ["NewFilesPanel", NewFilesPaneldeUrl], + ["Payments", PaymentsdeUrl], + ["People", PeopledeUrl], + ["PeopleSelector", PeopleSelectordeUrl], + ["PeopleTranslations", PeopleTranslationsdeUrl], + ["PortalUnavailable", PortalUnavailabledeUrl], + ["PreparationPortal", PreparationPortaldeUrl], + ["PrivacyPage", PrivacyPagedeUrl], + ["Profile", ProfiledeUrl], + ["ResetApplicationDialog", ResetApplicationDialogdeUrl], + ["RoomSelector", RoomSelectordeUrl], + ["SalesDepartmentRequestDialog", SalesDepartmentRequestDialogdeUrl], + ["SelectFolder", SelectFolderdeUrl], + ["SendInviteDialog", SendInviteDialogdeUrl], + ["Settings", SettingsdeUrl], + ["SharingPanel", SharingPaneldeUrl], + ["SingleSignOn", SingleSignOndeUrl], + ["SmartBanner", SmartBannerdeUrl], + ["Translations", TranslationsdeUrl], + ["UploadPanel", UploadPaneldeUrl], + ["VersionHistory", VersionHistorydeUrl], + ["Wizard", WizarddeUrl], +]); +const elGR = new Map([ + ["About", AboutelGRUrl], + ["ArchiveDialog", ArchiveDialogelGRUrl], + ["Article", ArticleelGRUrl], + ["BackupCodesDialog", BackupCodesDialogelGRUrl], + ["ChangeEmailDialog", ChangeEmailDialogelGRUrl], + ["ChangeOwnerPanel", ChangeOwnerPanelelGRUrl], + ["ChangePasswordDialog", ChangePasswordDialogelGRUrl], + ["ChangePhoneDialog", ChangePhoneDialogelGRUrl], + ["ChangePortalOwner", ChangePortalOwnerelGRUrl], + ["ChangeUserStatusDialog", ChangeUserStatusDialogelGRUrl], + ["ChangeUserTypeDialog", ChangeUserTypeDialogelGRUrl], + ["Common", CommonelGRUrl], + ["Confirm", ConfirmelGRUrl], + ["ConflictResolveDialog", ConflictResolveDialogelGRUrl], + ["ConnectDialog", ConnectDialogelGRUrl], + ["ConvertDialog", ConvertDialogelGRUrl], + ["ConvertPasswordDialog", ConvertPasswordDialogelGRUrl], + ["CreateEditRoomDialog", CreateEditRoomDialogelGRUrl], + ["DataLossWarningDialog", DataLossWarningDialogelGRUrl], + ["DeleteDialog", DeleteDialogelGRUrl], + ["DeleteProfileEverDialog", DeleteProfileEverDialogelGRUrl], + ["DeleteSelfProfileDialog", DeleteSelfProfileDialogelGRUrl], + ["DeleteThirdPartyDialog", DeleteThirdPartyDialogelGRUrl], + ["DeleteUsersDialog", DeleteUsersDialogelGRUrl], + ["DowngradePlanDialog", DowngradePlanDialogelGRUrl], + ["DownloadDialog", DownloadDialogelGRUrl], + ["EmbeddingPanel", EmbeddingPanelelGRUrl], + ["EmptyTrashDialog", EmptyTrashDialogelGRUrl], + ["Errors", ErrorselGRUrl], + ["Files", FileselGRUrl], + ["FilesSettings", FilesSettingselGRUrl], + ["FormGallery", FormGalleryelGRUrl], + ["HotkeysPanel", HotkeysPanelelGRUrl], + ["InfoPanel", InfoPanelelGRUrl], + ["InviteDialog", InviteDialogelGRUrl], + ["MainBar", MainBarelGRUrl], + ["NewFilesPanel", NewFilesPanelelGRUrl], + ["Payments", PaymentselGRUrl], + ["People", PeopleelGRUrl], + ["PeopleSelector", PeopleSelectorelGRUrl], + ["PeopleTranslations", PeopleTranslationselGRUrl], + ["PortalUnavailable", PortalUnavailableelGRUrl], + ["PreparationPortal", PreparationPortalelGRUrl], + ["PrivacyPage", PrivacyPageelGRUrl], + ["Profile", ProfileelGRUrl], + ["ResetApplicationDialog", ResetApplicationDialogelGRUrl], + ["RoomSelector", RoomSelectorelGRUrl], + ["SalesDepartmentRequestDialog", SalesDepartmentRequestDialogelGRUrl], + ["SelectFolder", SelectFolderelGRUrl], + ["SendInviteDialog", SendInviteDialogelGRUrl], + ["Settings", SettingselGRUrl], + ["SharingPanel", SharingPanelelGRUrl], + ["SingleSignOn", SingleSignOnelGRUrl], + ["SmartBanner", SmartBannerelGRUrl], + ["Translations", TranslationselGRUrl], + ["UploadPanel", UploadPanelelGRUrl], + ["VersionHistory", VersionHistoryelGRUrl], + ["Wizard", WizardelGRUrl], +]); +const en = new Map([ + ["About", AboutenUrl], + ["ArchiveDialog", ArchiveDialogenUrl], + ["Article", ArticleenUrl], + ["BackupCodesDialog", BackupCodesDialogenUrl], + ["ChangeEmailDialog", ChangeEmailDialogenUrl], + ["ChangeOwnerPanel", ChangeOwnerPanelenUrl], + ["ChangePasswordDialog", ChangePasswordDialogenUrl], + ["ChangePhoneDialog", ChangePhoneDialogenUrl], + ["ChangePortalOwner", ChangePortalOwnerenUrl], + ["ChangeUserStatusDialog", ChangeUserStatusDialogenUrl], + ["ChangeUserTypeDialog", ChangeUserTypeDialogenUrl], + ["Common", CommonenUrl], + ["Confirm", ConfirmenUrl], + ["ConflictResolveDialog", ConflictResolveDialogenUrl], + ["ConnectDialog", ConnectDialogenUrl], + ["ConvertDialog", ConvertDialogenUrl], + ["ConvertPasswordDialog", ConvertPasswordDialogenUrl], + ["CreateEditRoomDialog", CreateEditRoomDialogenUrl], + ["DataLossWarningDialog", DataLossWarningDialogenUrl], + ["DeleteDialog", DeleteDialogenUrl], + ["DeleteProfileEverDialog", DeleteProfileEverDialogenUrl], + ["DeleteSelfProfileDialog", DeleteSelfProfileDialogenUrl], + ["DeleteThirdPartyDialog", DeleteThirdPartyDialogenUrl], + ["DeleteUsersDialog", DeleteUsersDialogenUrl], + ["DowngradePlanDialog", DowngradePlanDialogenUrl], + ["DownloadDialog", DownloadDialogenUrl], + ["EmbeddingPanel", EmbeddingPanelenUrl], + ["EmptyTrashDialog", EmptyTrashDialogenUrl], + ["Errors", ErrorsenUrl], + ["Files", FilesenUrl], + ["FilesSettings", FilesSettingsenUrl], + ["FormGallery", FormGalleryenUrl], + ["HotkeysPanel", HotkeysPanelenUrl], + ["InfoPanel", InfoPanelenUrl], + ["InviteDialog", InviteDialogenUrl], + ["MainBar", MainBarenUrl], + ["NewFilesPanel", NewFilesPanelenUrl], + ["Payments", PaymentsenUrl], + ["People", PeopleenUrl], + ["PeopleSelector", PeopleSelectorenUrl], + ["PeopleTranslations", PeopleTranslationsenUrl], + ["PortalUnavailable", PortalUnavailableenUrl], + ["PreparationPortal", PreparationPortalenUrl], + ["PrivacyPage", PrivacyPageenUrl], + ["Profile", ProfileenUrl], + ["ResetApplicationDialog", ResetApplicationDialogenUrl], + ["RoomSelector", RoomSelectorenUrl], + ["SalesDepartmentRequestDialog", SalesDepartmentRequestDialogenUrl], + ["SelectFolder", SelectFolderenUrl], + ["SendInviteDialog", SendInviteDialogenUrl], + ["Settings", SettingsenUrl], + ["SharingPanel", SharingPanelenUrl], + ["SingleSignOn", SingleSignOnenUrl], + ["SmartBanner", SmartBannerenUrl], + ["Translations", TranslationsenUrl], + ["UploadPanel", UploadPanelenUrl], + ["VersionHistory", VersionHistoryenUrl], + ["Wizard", WizardenUrl], +]); +const es = new Map([ + ["About", AboutesUrl], + ["ArchiveDialog", ArchiveDialogesUrl], + ["Article", ArticleesUrl], + ["BackupCodesDialog", BackupCodesDialogesUrl], + ["ChangeEmailDialog", ChangeEmailDialogesUrl], + ["ChangeOwnerPanel", ChangeOwnerPanelesUrl], + ["ChangePasswordDialog", ChangePasswordDialogesUrl], + ["ChangePhoneDialog", ChangePhoneDialogesUrl], + ["ChangePortalOwner", ChangePortalOwneresUrl], + ["ChangeUserStatusDialog", ChangeUserStatusDialogesUrl], + ["ChangeUserTypeDialog", ChangeUserTypeDialogesUrl], + ["Common", CommonesUrl], + ["Confirm", ConfirmesUrl], + ["ConflictResolveDialog", ConflictResolveDialogesUrl], + ["ConnectDialog", ConnectDialogesUrl], + ["ConvertDialog", ConvertDialogesUrl], + ["ConvertPasswordDialog", ConvertPasswordDialogesUrl], + ["CreateEditRoomDialog", CreateEditRoomDialogesUrl], + ["DataLossWarningDialog", DataLossWarningDialogesUrl], + ["DeleteDialog", DeleteDialogesUrl], + ["DeleteProfileEverDialog", DeleteProfileEverDialogesUrl], + ["DeleteSelfProfileDialog", DeleteSelfProfileDialogesUrl], + ["DeleteThirdPartyDialog", DeleteThirdPartyDialogesUrl], + ["DeleteUsersDialog", DeleteUsersDialogesUrl], + ["DowngradePlanDialog", DowngradePlanDialogesUrl], + ["DownloadDialog", DownloadDialogesUrl], + ["EmbeddingPanel", EmbeddingPanelesUrl], + ["EmptyTrashDialog", EmptyTrashDialogesUrl], + ["Errors", ErrorsesUrl], + ["Files", FilesesUrl], + ["FilesSettings", FilesSettingsesUrl], + ["FormGallery", FormGalleryesUrl], + ["HotkeysPanel", HotkeysPanelesUrl], + ["InfoPanel", InfoPanelesUrl], + ["InviteDialog", InviteDialogesUrl], + ["MainBar", MainBaresUrl], + ["NewFilesPanel", NewFilesPanelesUrl], + ["Payments", PaymentsesUrl], + ["People", PeopleesUrl], + ["PeopleSelector", PeopleSelectoresUrl], + ["PeopleTranslations", PeopleTranslationsesUrl], + ["PortalUnavailable", PortalUnavailableesUrl], + ["PreparationPortal", PreparationPortalesUrl], + ["PrivacyPage", PrivacyPageesUrl], + ["Profile", ProfileesUrl], + ["ResetApplicationDialog", ResetApplicationDialogesUrl], + ["RoomSelector", RoomSelectoresUrl], + ["SalesDepartmentRequestDialog", SalesDepartmentRequestDialogesUrl], + ["SelectFolder", SelectFolderesUrl], + ["SendInviteDialog", SendInviteDialogesUrl], + ["Settings", SettingsesUrl], + ["SharingPanel", SharingPanelesUrl], + ["SingleSignOn", SingleSignOnesUrl], + ["SmartBanner", SmartBanneresUrl], + ["Translations", TranslationsesUrl], + ["UploadPanel", UploadPanelesUrl], + ["VersionHistory", VersionHistoryesUrl], + ["Wizard", WizardesUrl], +]); +const fi = new Map([ + ["About", AboutfiUrl], + ["ArchiveDialog", ArchiveDialogfiUrl], + ["Article", ArticlefiUrl], + ["BackupCodesDialog", BackupCodesDialogfiUrl], + ["ChangeEmailDialog", ChangeEmailDialogfiUrl], + ["ChangeOwnerPanel", ChangeOwnerPanelfiUrl], + ["ChangePasswordDialog", ChangePasswordDialogfiUrl], + ["ChangePhoneDialog", ChangePhoneDialogfiUrl], + ["ChangePortalOwner", ChangePortalOwnerfiUrl], + ["ChangeUserStatusDialog", ChangeUserStatusDialogfiUrl], + ["ChangeUserTypeDialog", ChangeUserTypeDialogfiUrl], + ["Common", CommonfiUrl], + ["Confirm", ConfirmfiUrl], + ["ConflictResolveDialog", ConflictResolveDialogfiUrl], + ["ConnectDialog", ConnectDialogfiUrl], + ["ConvertDialog", ConvertDialogfiUrl], + ["ConvertPasswordDialog", ConvertPasswordDialogfiUrl], + ["CreateEditRoomDialog", CreateEditRoomDialogfiUrl], + ["DataLossWarningDialog", DataLossWarningDialogfiUrl], + ["DeleteDialog", DeleteDialogfiUrl], + ["DeleteProfileEverDialog", DeleteProfileEverDialogfiUrl], + ["DeleteSelfProfileDialog", DeleteSelfProfileDialogfiUrl], + ["DeleteThirdPartyDialog", DeleteThirdPartyDialogfiUrl], + ["DeleteUsersDialog", DeleteUsersDialogfiUrl], + ["DowngradePlanDialog", DowngradePlanDialogfiUrl], + ["DownloadDialog", DownloadDialogfiUrl], + ["EmbeddingPanel", EmbeddingPanelfiUrl], + ["EmptyTrashDialog", EmptyTrashDialogfiUrl], + ["Errors", ErrorsfiUrl], + ["Files", FilesfiUrl], + ["FilesSettings", FilesSettingsfiUrl], + ["FormGallery", FormGalleryfiUrl], + ["HotkeysPanel", HotkeysPanelfiUrl], + ["InfoPanel", InfoPanelfiUrl], + ["InviteDialog", InviteDialogfiUrl], + ["MainBar", MainBarfiUrl], + ["NewFilesPanel", NewFilesPanelfiUrl], + ["Payments", PaymentsfiUrl], + ["People", PeoplefiUrl], + ["PeopleSelector", PeopleSelectorfiUrl], + ["PeopleTranslations", PeopleTranslationsfiUrl], + ["PortalUnavailable", PortalUnavailablefiUrl], + ["PreparationPortal", PreparationPortalfiUrl], + ["PrivacyPage", PrivacyPagefiUrl], + ["Profile", ProfilefiUrl], + ["ResetApplicationDialog", ResetApplicationDialogfiUrl], + ["RoomSelector", RoomSelectorfiUrl], + ["SalesDepartmentRequestDialog", SalesDepartmentRequestDialogfiUrl], + ["SelectFolder", SelectFolderfiUrl], + ["SendInviteDialog", SendInviteDialogfiUrl], + ["Settings", SettingsfiUrl], + ["SharingPanel", SharingPanelfiUrl], + ["SingleSignOn", SingleSignOnfiUrl], + ["SmartBanner", SmartBannerfiUrl], + ["Translations", TranslationsfiUrl], + ["UploadPanel", UploadPanelfiUrl], + ["VersionHistory", VersionHistoryfiUrl], + ["Wizard", WizardfiUrl], +]); +const fr = new Map([ + ["About", AboutfrUrl], + ["ArchiveDialog", ArchiveDialogfrUrl], + ["Article", ArticlefrUrl], + ["BackupCodesDialog", BackupCodesDialogfrUrl], + ["ChangeEmailDialog", ChangeEmailDialogfrUrl], + ["ChangeOwnerPanel", ChangeOwnerPanelfrUrl], + ["ChangePasswordDialog", ChangePasswordDialogfrUrl], + ["ChangePhoneDialog", ChangePhoneDialogfrUrl], + ["ChangePortalOwner", ChangePortalOwnerfrUrl], + ["ChangeUserStatusDialog", ChangeUserStatusDialogfrUrl], + ["ChangeUserTypeDialog", ChangeUserTypeDialogfrUrl], + ["Common", CommonfrUrl], + ["Confirm", ConfirmfrUrl], + ["ConflictResolveDialog", ConflictResolveDialogfrUrl], + ["ConnectDialog", ConnectDialogfrUrl], + ["ConvertDialog", ConvertDialogfrUrl], + ["ConvertPasswordDialog", ConvertPasswordDialogfrUrl], + ["CreateEditRoomDialog", CreateEditRoomDialogfrUrl], + ["DataLossWarningDialog", DataLossWarningDialogfrUrl], + ["DeleteDialog", DeleteDialogfrUrl], + ["DeleteProfileEverDialog", DeleteProfileEverDialogfrUrl], + ["DeleteSelfProfileDialog", DeleteSelfProfileDialogfrUrl], + ["DeleteThirdPartyDialog", DeleteThirdPartyDialogfrUrl], + ["DeleteUsersDialog", DeleteUsersDialogfrUrl], + ["DowngradePlanDialog", DowngradePlanDialogfrUrl], + ["DownloadDialog", DownloadDialogfrUrl], + ["EmbeddingPanel", EmbeddingPanelfrUrl], + ["EmptyTrashDialog", EmptyTrashDialogfrUrl], + ["Errors", ErrorsfrUrl], + ["Files", FilesfrUrl], + ["FilesSettings", FilesSettingsfrUrl], + ["FormGallery", FormGalleryfrUrl], + ["HotkeysPanel", HotkeysPanelfrUrl], + ["InfoPanel", InfoPanelfrUrl], + ["InviteDialog", InviteDialogfrUrl], + ["MainBar", MainBarfrUrl], + ["NewFilesPanel", NewFilesPanelfrUrl], + ["Payments", PaymentsfrUrl], + ["People", PeoplefrUrl], + ["PeopleSelector", PeopleSelectorfrUrl], + ["PeopleTranslations", PeopleTranslationsfrUrl], + ["PortalUnavailable", PortalUnavailablefrUrl], + ["PreparationPortal", PreparationPortalfrUrl], + ["PrivacyPage", PrivacyPagefrUrl], + ["Profile", ProfilefrUrl], + ["ResetApplicationDialog", ResetApplicationDialogfrUrl], + ["RoomSelector", RoomSelectorfrUrl], + ["SalesDepartmentRequestDialog", SalesDepartmentRequestDialogfrUrl], + ["SelectFolder", SelectFolderfrUrl], + ["SendInviteDialog", SendInviteDialogfrUrl], + ["Settings", SettingsfrUrl], + ["SharingPanel", SharingPanelfrUrl], + ["SingleSignOn", SingleSignOnfrUrl], + ["SmartBanner", SmartBannerfrUrl], + ["Translations", TranslationsfrUrl], + ["UploadPanel", UploadPanelfrUrl], + ["VersionHistory", VersionHistoryfrUrl], + ["Wizard", WizardfrUrl], +]); +const hyAM = new Map([ + ["About", AbouthyAMUrl], + ["ArchiveDialog", ArchiveDialoghyAMUrl], + ["Article", ArticlehyAMUrl], + ["BackupCodesDialog", BackupCodesDialoghyAMUrl], + ["ChangeEmailDialog", ChangeEmailDialoghyAMUrl], + ["ChangeOwnerPanel", ChangeOwnerPanelhyAMUrl], + ["ChangePasswordDialog", ChangePasswordDialoghyAMUrl], + ["ChangePhoneDialog", ChangePhoneDialoghyAMUrl], + ["ChangePortalOwner", ChangePortalOwnerhyAMUrl], + ["ChangeUserStatusDialog", ChangeUserStatusDialoghyAMUrl], + ["ChangeUserTypeDialog", ChangeUserTypeDialoghyAMUrl], + ["Common", CommonhyAMUrl], + ["Confirm", ConfirmhyAMUrl], + ["ConflictResolveDialog", ConflictResolveDialoghyAMUrl], + ["ConnectDialog", ConnectDialoghyAMUrl], + ["ConvertDialog", ConvertDialoghyAMUrl], + ["ConvertPasswordDialog", ConvertPasswordDialoghyAMUrl], + ["CreateEditRoomDialog", CreateEditRoomDialoghyAMUrl], + ["DataLossWarningDialog", DataLossWarningDialoghyAMUrl], + ["DeleteDialog", DeleteDialoghyAMUrl], + ["DeleteProfileEverDialog", DeleteProfileEverDialoghyAMUrl], + ["DeleteSelfProfileDialog", DeleteSelfProfileDialoghyAMUrl], + ["DeleteThirdPartyDialog", DeleteThirdPartyDialoghyAMUrl], + ["DeleteUsersDialog", DeleteUsersDialoghyAMUrl], + ["DowngradePlanDialog", DowngradePlanDialoghyAMUrl], + ["DownloadDialog", DownloadDialoghyAMUrl], + ["EmbeddingPanel", EmbeddingPanelhyAMUrl], + ["EmptyTrashDialog", EmptyTrashDialoghyAMUrl], + ["Errors", ErrorshyAMUrl], + ["Files", FileshyAMUrl], + ["FilesSettings", FilesSettingshyAMUrl], + ["FormGallery", FormGalleryhyAMUrl], + ["HotkeysPanel", HotkeysPanelhyAMUrl], + ["InfoPanel", InfoPanelhyAMUrl], + ["InviteDialog", InviteDialoghyAMUrl], + ["MainBar", MainBarhyAMUrl], + ["NewFilesPanel", NewFilesPanelhyAMUrl], + ["Payments", PaymentshyAMUrl], + ["People", PeoplehyAMUrl], + ["PeopleSelector", PeopleSelectorhyAMUrl], + ["PeopleTranslations", PeopleTranslationshyAMUrl], + ["PortalUnavailable", PortalUnavailablehyAMUrl], + ["PreparationPortal", PreparationPortalhyAMUrl], + ["PrivacyPage", PrivacyPagehyAMUrl], + ["Profile", ProfilehyAMUrl], + ["ResetApplicationDialog", ResetApplicationDialoghyAMUrl], + ["RoomSelector", RoomSelectorhyAMUrl], + ["SalesDepartmentRequestDialog", SalesDepartmentRequestDialoghyAMUrl], + ["SelectFolder", SelectFolderhyAMUrl], + ["SendInviteDialog", SendInviteDialoghyAMUrl], + ["Settings", SettingshyAMUrl], + ["SharingPanel", SharingPanelhyAMUrl], + ["SingleSignOn", SingleSignOnhyAMUrl], + ["SmartBanner", SmartBannerhyAMUrl], + ["Translations", TranslationshyAMUrl], + ["UploadPanel", UploadPanelhyAMUrl], + ["VersionHistory", VersionHistoryhyAMUrl], + ["Wizard", WizardhyAMUrl], +]); +const it = new Map([ + ["About", AboutitUrl], + ["ArchiveDialog", ArchiveDialogitUrl], + ["Article", ArticleitUrl], + ["BackupCodesDialog", BackupCodesDialogitUrl], + ["ChangeEmailDialog", ChangeEmailDialogitUrl], + ["ChangeOwnerPanel", ChangeOwnerPanelitUrl], + ["ChangePasswordDialog", ChangePasswordDialogitUrl], + ["ChangePhoneDialog", ChangePhoneDialogitUrl], + ["ChangePortalOwner", ChangePortalOwneritUrl], + ["ChangeUserStatusDialog", ChangeUserStatusDialogitUrl], + ["ChangeUserTypeDialog", ChangeUserTypeDialogitUrl], + ["Common", CommonitUrl], + ["Confirm", ConfirmitUrl], + ["ConflictResolveDialog", ConflictResolveDialogitUrl], + ["ConnectDialog", ConnectDialogitUrl], + ["ConvertDialog", ConvertDialogitUrl], + ["ConvertPasswordDialog", ConvertPasswordDialogitUrl], + ["CreateEditRoomDialog", CreateEditRoomDialogitUrl], + ["DataLossWarningDialog", DataLossWarningDialogitUrl], + ["DeleteDialog", DeleteDialogitUrl], + ["DeleteProfileEverDialog", DeleteProfileEverDialogitUrl], + ["DeleteSelfProfileDialog", DeleteSelfProfileDialogitUrl], + ["DeleteThirdPartyDialog", DeleteThirdPartyDialogitUrl], + ["DeleteUsersDialog", DeleteUsersDialogitUrl], + ["DowngradePlanDialog", DowngradePlanDialogitUrl], + ["DownloadDialog", DownloadDialogitUrl], + ["EmbeddingPanel", EmbeddingPanelitUrl], + ["EmptyTrashDialog", EmptyTrashDialogitUrl], + ["Errors", ErrorsitUrl], + ["Files", FilesitUrl], + ["FilesSettings", FilesSettingsitUrl], + ["FormGallery", FormGalleryitUrl], + ["HotkeysPanel", HotkeysPanelitUrl], + ["InfoPanel", InfoPanelitUrl], + ["InviteDialog", InviteDialogitUrl], + ["MainBar", MainBaritUrl], + ["NewFilesPanel", NewFilesPanelitUrl], + ["Payments", PaymentsitUrl], + ["People", PeopleitUrl], + ["PeopleSelector", PeopleSelectoritUrl], + ["PeopleTranslations", PeopleTranslationsitUrl], + ["PortalUnavailable", PortalUnavailableitUrl], + ["PreparationPortal", PreparationPortalitUrl], + ["PrivacyPage", PrivacyPageitUrl], + ["Profile", ProfileitUrl], + ["ResetApplicationDialog", ResetApplicationDialogitUrl], + ["RoomSelector", RoomSelectoritUrl], + ["SalesDepartmentRequestDialog", SalesDepartmentRequestDialogitUrl], + ["SelectFolder", SelectFolderitUrl], + ["SendInviteDialog", SendInviteDialogitUrl], + ["Settings", SettingsitUrl], + ["SharingPanel", SharingPanelitUrl], + ["SingleSignOn", SingleSignOnitUrl], + ["SmartBanner", SmartBanneritUrl], + ["Translations", TranslationsitUrl], + ["UploadPanel", UploadPanelitUrl], + ["VersionHistory", VersionHistoryitUrl], + ["Wizard", WizarditUrl], +]); +const jaJP = new Map([ + ["About", AboutjaJPUrl], + ["ArchiveDialog", ArchiveDialogjaJPUrl], + ["Article", ArticlejaJPUrl], + ["BackupCodesDialog", BackupCodesDialogjaJPUrl], + ["ChangeEmailDialog", ChangeEmailDialogjaJPUrl], + ["ChangeOwnerPanel", ChangeOwnerPaneljaJPUrl], + ["ChangePasswordDialog", ChangePasswordDialogjaJPUrl], + ["ChangePhoneDialog", ChangePhoneDialogjaJPUrl], + ["ChangePortalOwner", ChangePortalOwnerjaJPUrl], + ["ChangeUserStatusDialog", ChangeUserStatusDialogjaJPUrl], + ["ChangeUserTypeDialog", ChangeUserTypeDialogjaJPUrl], + ["Common", CommonjaJPUrl], + ["Confirm", ConfirmjaJPUrl], + ["ConflictResolveDialog", ConflictResolveDialogjaJPUrl], + ["ConnectDialog", ConnectDialogjaJPUrl], + ["ConvertDialog", ConvertDialogjaJPUrl], + ["ConvertPasswordDialog", ConvertPasswordDialogjaJPUrl], + ["CreateEditRoomDialog", CreateEditRoomDialogjaJPUrl], + ["DataLossWarningDialog", DataLossWarningDialogjaJPUrl], + ["DeleteDialog", DeleteDialogjaJPUrl], + ["DeleteProfileEverDialog", DeleteProfileEverDialogjaJPUrl], + ["DeleteSelfProfileDialog", DeleteSelfProfileDialogjaJPUrl], + ["DeleteThirdPartyDialog", DeleteThirdPartyDialogjaJPUrl], + ["DeleteUsersDialog", DeleteUsersDialogjaJPUrl], + ["DowngradePlanDialog", DowngradePlanDialogjaJPUrl], + ["DownloadDialog", DownloadDialogjaJPUrl], + ["EmbeddingPanel", EmbeddingPaneljaJPUrl], + ["EmptyTrashDialog", EmptyTrashDialogjaJPUrl], + ["Errors", ErrorsjaJPUrl], + ["Files", FilesjaJPUrl], + ["FilesSettings", FilesSettingsjaJPUrl], + ["FormGallery", FormGalleryjaJPUrl], + ["HotkeysPanel", HotkeysPaneljaJPUrl], + ["InfoPanel", InfoPaneljaJPUrl], + ["InviteDialog", InviteDialogjaJPUrl], + ["MainBar", MainBarjaJPUrl], + ["NewFilesPanel", NewFilesPaneljaJPUrl], + ["Payments", PaymentsjaJPUrl], + ["People", PeoplejaJPUrl], + ["PeopleSelector", PeopleSelectorjaJPUrl], + ["PeopleTranslations", PeopleTranslationsjaJPUrl], + ["PortalUnavailable", PortalUnavailablejaJPUrl], + ["PreparationPortal", PreparationPortaljaJPUrl], + ["PrivacyPage", PrivacyPagejaJPUrl], + ["Profile", ProfilejaJPUrl], + ["ResetApplicationDialog", ResetApplicationDialogjaJPUrl], + ["RoomSelector", RoomSelectorjaJPUrl], + ["SalesDepartmentRequestDialog", SalesDepartmentRequestDialogjaJPUrl], + ["SelectFolder", SelectFolderjaJPUrl], + ["SendInviteDialog", SendInviteDialogjaJPUrl], + ["Settings", SettingsjaJPUrl], + ["SharingPanel", SharingPaneljaJPUrl], + ["SingleSignOn", SingleSignOnjaJPUrl], + ["SmartBanner", SmartBannerjaJPUrl], + ["Translations", TranslationsjaJPUrl], + ["UploadPanel", UploadPaneljaJPUrl], + ["VersionHistory", VersionHistoryjaJPUrl], + ["Wizard", WizardjaJPUrl], +]); +const koKR = new Map([ + ["About", AboutkoKRUrl], + ["ArchiveDialog", ArchiveDialogkoKRUrl], + ["Article", ArticlekoKRUrl], + ["BackupCodesDialog", BackupCodesDialogkoKRUrl], + ["ChangeEmailDialog", ChangeEmailDialogkoKRUrl], + ["ChangeOwnerPanel", ChangeOwnerPanelkoKRUrl], + ["ChangePasswordDialog", ChangePasswordDialogkoKRUrl], + ["ChangePhoneDialog", ChangePhoneDialogkoKRUrl], + ["ChangePortalOwner", ChangePortalOwnerkoKRUrl], + ["ChangeUserStatusDialog", ChangeUserStatusDialogkoKRUrl], + ["ChangeUserTypeDialog", ChangeUserTypeDialogkoKRUrl], + ["Common", CommonkoKRUrl], + ["Confirm", ConfirmkoKRUrl], + ["ConflictResolveDialog", ConflictResolveDialogkoKRUrl], + ["ConnectDialog", ConnectDialogkoKRUrl], + ["ConvertDialog", ConvertDialogkoKRUrl], + ["ConvertPasswordDialog", ConvertPasswordDialogkoKRUrl], + ["CreateEditRoomDialog", CreateEditRoomDialogkoKRUrl], + ["DataLossWarningDialog", DataLossWarningDialogkoKRUrl], + ["DeleteDialog", DeleteDialogkoKRUrl], + ["DeleteProfileEverDialog", DeleteProfileEverDialogkoKRUrl], + ["DeleteSelfProfileDialog", DeleteSelfProfileDialogkoKRUrl], + ["DeleteThirdPartyDialog", DeleteThirdPartyDialogkoKRUrl], + ["DeleteUsersDialog", DeleteUsersDialogkoKRUrl], + ["DowngradePlanDialog", DowngradePlanDialogkoKRUrl], + ["DownloadDialog", DownloadDialogkoKRUrl], + ["EmbeddingPanel", EmbeddingPanelkoKRUrl], + ["EmptyTrashDialog", EmptyTrashDialogkoKRUrl], + ["Errors", ErrorskoKRUrl], + ["Files", FileskoKRUrl], + ["FilesSettings", FilesSettingskoKRUrl], + ["FormGallery", FormGallerykoKRUrl], + ["HotkeysPanel", HotkeysPanelkoKRUrl], + ["InfoPanel", InfoPanelkoKRUrl], + ["InviteDialog", InviteDialogkoKRUrl], + ["MainBar", MainBarkoKRUrl], + ["NewFilesPanel", NewFilesPanelkoKRUrl], + ["Payments", PaymentskoKRUrl], + ["People", PeoplekoKRUrl], + ["PeopleSelector", PeopleSelectorkoKRUrl], + ["PeopleTranslations", PeopleTranslationskoKRUrl], + ["PortalUnavailable", PortalUnavailablekoKRUrl], + ["PreparationPortal", PreparationPortalkoKRUrl], + ["PrivacyPage", PrivacyPagekoKRUrl], + ["Profile", ProfilekoKRUrl], + ["ResetApplicationDialog", ResetApplicationDialogkoKRUrl], + ["RoomSelector", RoomSelectorkoKRUrl], + ["SalesDepartmentRequestDialog", SalesDepartmentRequestDialogkoKRUrl], + ["SelectFolder", SelectFolderkoKRUrl], + ["SendInviteDialog", SendInviteDialogkoKRUrl], + ["Settings", SettingskoKRUrl], + ["SharingPanel", SharingPanelkoKRUrl], + ["SingleSignOn", SingleSignOnkoKRUrl], + ["SmartBanner", SmartBannerkoKRUrl], + ["Translations", TranslationskoKRUrl], + ["UploadPanel", UploadPanelkoKRUrl], + ["VersionHistory", VersionHistorykoKRUrl], + ["Wizard", WizardkoKRUrl], +]); +const loLA = new Map([ + ["About", AboutloLAUrl], + ["ArchiveDialog", ArchiveDialogloLAUrl], + ["Article", ArticleloLAUrl], + ["BackupCodesDialog", BackupCodesDialogloLAUrl], + ["ChangeEmailDialog", ChangeEmailDialogloLAUrl], + ["ChangeOwnerPanel", ChangeOwnerPanelloLAUrl], + ["ChangePasswordDialog", ChangePasswordDialogloLAUrl], + ["ChangePhoneDialog", ChangePhoneDialogloLAUrl], + ["ChangePortalOwner", ChangePortalOwnerloLAUrl], + ["ChangeUserStatusDialog", ChangeUserStatusDialogloLAUrl], + ["ChangeUserTypeDialog", ChangeUserTypeDialogloLAUrl], + ["Common", CommonloLAUrl], + ["Confirm", ConfirmloLAUrl], + ["ConflictResolveDialog", ConflictResolveDialogloLAUrl], + ["ConnectDialog", ConnectDialogloLAUrl], + ["ConvertDialog", ConvertDialogloLAUrl], + ["ConvertPasswordDialog", ConvertPasswordDialogloLAUrl], + ["CreateEditRoomDialog", CreateEditRoomDialogloLAUrl], + ["DataLossWarningDialog", DataLossWarningDialogloLAUrl], + ["DeleteDialog", DeleteDialogloLAUrl], + ["DeleteProfileEverDialog", DeleteProfileEverDialogloLAUrl], + ["DeleteSelfProfileDialog", DeleteSelfProfileDialogloLAUrl], + ["DeleteThirdPartyDialog", DeleteThirdPartyDialogloLAUrl], + ["DeleteUsersDialog", DeleteUsersDialogloLAUrl], + ["DowngradePlanDialog", DowngradePlanDialogloLAUrl], + ["DownloadDialog", DownloadDialogloLAUrl], + ["EmbeddingPanel", EmbeddingPanelloLAUrl], + ["EmptyTrashDialog", EmptyTrashDialogloLAUrl], + ["Errors", ErrorsloLAUrl], + ["Files", FilesloLAUrl], + ["FilesSettings", FilesSettingsloLAUrl], + ["FormGallery", FormGalleryloLAUrl], + ["HotkeysPanel", HotkeysPanelloLAUrl], + ["InfoPanel", InfoPanelloLAUrl], + ["InviteDialog", InviteDialogloLAUrl], + ["MainBar", MainBarloLAUrl], + ["NewFilesPanel", NewFilesPanelloLAUrl], + ["Payments", PaymentsloLAUrl], + ["People", PeopleloLAUrl], + ["PeopleSelector", PeopleSelectorloLAUrl], + ["PeopleTranslations", PeopleTranslationsloLAUrl], + ["PortalUnavailable", PortalUnavailableloLAUrl], + ["PreparationPortal", PreparationPortalloLAUrl], + ["PrivacyPage", PrivacyPageloLAUrl], + ["Profile", ProfileloLAUrl], + ["ResetApplicationDialog", ResetApplicationDialogloLAUrl], + ["RoomSelector", RoomSelectorloLAUrl], + ["SalesDepartmentRequestDialog", SalesDepartmentRequestDialogloLAUrl], + ["SelectFolder", SelectFolderloLAUrl], + ["SendInviteDialog", SendInviteDialogloLAUrl], + ["Settings", SettingsloLAUrl], + ["SharingPanel", SharingPanelloLAUrl], + ["SingleSignOn", SingleSignOnloLAUrl], + ["SmartBanner", SmartBannerloLAUrl], + ["Translations", TranslationsloLAUrl], + ["UploadPanel", UploadPanelloLAUrl], + ["VersionHistory", VersionHistoryloLAUrl], + ["Wizard", WizardloLAUrl], +]); +const lv = new Map([ + ["About", AboutlvUrl], + ["ArchiveDialog", ArchiveDialoglvUrl], + ["Article", ArticlelvUrl], + ["BackupCodesDialog", BackupCodesDialoglvUrl], + ["ChangeEmailDialog", ChangeEmailDialoglvUrl], + ["ChangeOwnerPanel", ChangeOwnerPanellvUrl], + ["ChangePasswordDialog", ChangePasswordDialoglvUrl], + ["ChangePhoneDialog", ChangePhoneDialoglvUrl], + ["ChangePortalOwner", ChangePortalOwnerlvUrl], + ["ChangeUserStatusDialog", ChangeUserStatusDialoglvUrl], + ["ChangeUserTypeDialog", ChangeUserTypeDialoglvUrl], + ["Common", CommonlvUrl], + ["Confirm", ConfirmlvUrl], + ["ConflictResolveDialog", ConflictResolveDialoglvUrl], + ["ConnectDialog", ConnectDialoglvUrl], + ["ConvertDialog", ConvertDialoglvUrl], + ["ConvertPasswordDialog", ConvertPasswordDialoglvUrl], + ["CreateEditRoomDialog", CreateEditRoomDialoglvUrl], + ["DataLossWarningDialog", DataLossWarningDialoglvUrl], + ["DeleteDialog", DeleteDialoglvUrl], + ["DeleteProfileEverDialog", DeleteProfileEverDialoglvUrl], + ["DeleteSelfProfileDialog", DeleteSelfProfileDialoglvUrl], + ["DeleteThirdPartyDialog", DeleteThirdPartyDialoglvUrl], + ["DeleteUsersDialog", DeleteUsersDialoglvUrl], + ["DowngradePlanDialog", DowngradePlanDialoglvUrl], + ["DownloadDialog", DownloadDialoglvUrl], + ["EmbeddingPanel", EmbeddingPanellvUrl], + ["EmptyTrashDialog", EmptyTrashDialoglvUrl], + ["Errors", ErrorslvUrl], + ["Files", FileslvUrl], + ["FilesSettings", FilesSettingslvUrl], + ["FormGallery", FormGallerylvUrl], + ["HotkeysPanel", HotkeysPanellvUrl], + ["InfoPanel", InfoPanellvUrl], + ["InviteDialog", InviteDialoglvUrl], + ["MainBar", MainBarlvUrl], + ["NewFilesPanel", NewFilesPanellvUrl], + ["Payments", PaymentslvUrl], + ["People", PeoplelvUrl], + ["PeopleSelector", PeopleSelectorlvUrl], + ["PeopleTranslations", PeopleTranslationslvUrl], + ["PortalUnavailable", PortalUnavailablelvUrl], + ["PreparationPortal", PreparationPortallvUrl], + ["PrivacyPage", PrivacyPagelvUrl], + ["Profile", ProfilelvUrl], + ["ResetApplicationDialog", ResetApplicationDialoglvUrl], + ["RoomSelector", RoomSelectorlvUrl], + ["SalesDepartmentRequestDialog", SalesDepartmentRequestDialoglvUrl], + ["SelectFolder", SelectFolderlvUrl], + ["SendInviteDialog", SendInviteDialoglvUrl], + ["Settings", SettingslvUrl], + ["SharingPanel", SharingPanellvUrl], + ["SingleSignOn", SingleSignOnlvUrl], + ["SmartBanner", SmartBannerlvUrl], + ["Translations", TranslationslvUrl], + ["UploadPanel", UploadPanellvUrl], + ["VersionHistory", VersionHistorylvUrl], + ["Wizard", WizardlvUrl], +]); +const nl = new Map([ + ["About", AboutnlUrl], + ["ArchiveDialog", ArchiveDialognlUrl], + ["Article", ArticlenlUrl], + ["BackupCodesDialog", BackupCodesDialognlUrl], + ["ChangeEmailDialog", ChangeEmailDialognlUrl], + ["ChangeOwnerPanel", ChangeOwnerPanelnlUrl], + ["ChangePasswordDialog", ChangePasswordDialognlUrl], + ["ChangePhoneDialog", ChangePhoneDialognlUrl], + ["ChangePortalOwner", ChangePortalOwnernlUrl], + ["ChangeUserStatusDialog", ChangeUserStatusDialognlUrl], + ["ChangeUserTypeDialog", ChangeUserTypeDialognlUrl], + ["Common", CommonnlUrl], + ["Confirm", ConfirmnlUrl], + ["ConflictResolveDialog", ConflictResolveDialognlUrl], + ["ConnectDialog", ConnectDialognlUrl], + ["ConvertDialog", ConvertDialognlUrl], + ["ConvertPasswordDialog", ConvertPasswordDialognlUrl], + ["CreateEditRoomDialog", CreateEditRoomDialognlUrl], + ["DataLossWarningDialog", DataLossWarningDialognlUrl], + ["DeleteDialog", DeleteDialognlUrl], + ["DeleteProfileEverDialog", DeleteProfileEverDialognlUrl], + ["DeleteSelfProfileDialog", DeleteSelfProfileDialognlUrl], + ["DeleteThirdPartyDialog", DeleteThirdPartyDialognlUrl], + ["DeleteUsersDialog", DeleteUsersDialognlUrl], + ["DowngradePlanDialog", DowngradePlanDialognlUrl], + ["DownloadDialog", DownloadDialognlUrl], + ["EmbeddingPanel", EmbeddingPanelnlUrl], + ["EmptyTrashDialog", EmptyTrashDialognlUrl], + ["Errors", ErrorsnlUrl], + ["Files", FilesnlUrl], + ["FilesSettings", FilesSettingsnlUrl], + ["FormGallery", FormGallerynlUrl], + ["HotkeysPanel", HotkeysPanelnlUrl], + ["InfoPanel", InfoPanelnlUrl], + ["InviteDialog", InviteDialognlUrl], + ["MainBar", MainBarnlUrl], + ["NewFilesPanel", NewFilesPanelnlUrl], + ["Payments", PaymentsnlUrl], + ["People", PeoplenlUrl], + ["PeopleSelector", PeopleSelectornlUrl], + ["PeopleTranslations", PeopleTranslationsnlUrl], + ["PortalUnavailable", PortalUnavailablenlUrl], + ["PreparationPortal", PreparationPortalnlUrl], + ["PrivacyPage", PrivacyPagenlUrl], + ["Profile", ProfilenlUrl], + ["ResetApplicationDialog", ResetApplicationDialognlUrl], + ["RoomSelector", RoomSelectornlUrl], + ["SalesDepartmentRequestDialog", SalesDepartmentRequestDialognlUrl], + ["SelectFolder", SelectFoldernlUrl], + ["SendInviteDialog", SendInviteDialognlUrl], + ["Settings", SettingsnlUrl], + ["SharingPanel", SharingPanelnlUrl], + ["SingleSignOn", SingleSignOnnlUrl], + ["SmartBanner", SmartBannernlUrl], + ["Translations", TranslationsnlUrl], + ["UploadPanel", UploadPanelnlUrl], + ["VersionHistory", VersionHistorynlUrl], + ["Wizard", WizardnlUrl], +]); +const pl = new Map([ + ["About", AboutplUrl], + ["ArchiveDialog", ArchiveDialogplUrl], + ["Article", ArticleplUrl], + ["BackupCodesDialog", BackupCodesDialogplUrl], + ["ChangeEmailDialog", ChangeEmailDialogplUrl], + ["ChangeOwnerPanel", ChangeOwnerPanelplUrl], + ["ChangePasswordDialog", ChangePasswordDialogplUrl], + ["ChangePhoneDialog", ChangePhoneDialogplUrl], + ["ChangePortalOwner", ChangePortalOwnerplUrl], + ["ChangeUserStatusDialog", ChangeUserStatusDialogplUrl], + ["ChangeUserTypeDialog", ChangeUserTypeDialogplUrl], + ["Common", CommonplUrl], + ["Confirm", ConfirmplUrl], + ["ConflictResolveDialog", ConflictResolveDialogplUrl], + ["ConnectDialog", ConnectDialogplUrl], + ["ConvertDialog", ConvertDialogplUrl], + ["ConvertPasswordDialog", ConvertPasswordDialogplUrl], + ["CreateEditRoomDialog", CreateEditRoomDialogplUrl], + ["DataLossWarningDialog", DataLossWarningDialogplUrl], + ["DeleteDialog", DeleteDialogplUrl], + ["DeleteProfileEverDialog", DeleteProfileEverDialogplUrl], + ["DeleteSelfProfileDialog", DeleteSelfProfileDialogplUrl], + ["DeleteThirdPartyDialog", DeleteThirdPartyDialogplUrl], + ["DeleteUsersDialog", DeleteUsersDialogplUrl], + ["DowngradePlanDialog", DowngradePlanDialogplUrl], + ["DownloadDialog", DownloadDialogplUrl], + ["EmbeddingPanel", EmbeddingPanelplUrl], + ["EmptyTrashDialog", EmptyTrashDialogplUrl], + ["Errors", ErrorsplUrl], + ["Files", FilesplUrl], + ["FilesSettings", FilesSettingsplUrl], + ["FormGallery", FormGalleryplUrl], + ["HotkeysPanel", HotkeysPanelplUrl], + ["InfoPanel", InfoPanelplUrl], + ["InviteDialog", InviteDialogplUrl], + ["MainBar", MainBarplUrl], + ["NewFilesPanel", NewFilesPanelplUrl], + ["Payments", PaymentsplUrl], + ["People", PeopleplUrl], + ["PeopleSelector", PeopleSelectorplUrl], + ["PeopleTranslations", PeopleTranslationsplUrl], + ["PortalUnavailable", PortalUnavailableplUrl], + ["PreparationPortal", PreparationPortalplUrl], + ["PrivacyPage", PrivacyPageplUrl], + ["Profile", ProfileplUrl], + ["ResetApplicationDialog", ResetApplicationDialogplUrl], + ["RoomSelector", RoomSelectorplUrl], + ["SalesDepartmentRequestDialog", SalesDepartmentRequestDialogplUrl], + ["SelectFolder", SelectFolderplUrl], + ["SendInviteDialog", SendInviteDialogplUrl], + ["Settings", SettingsplUrl], + ["SharingPanel", SharingPanelplUrl], + ["SingleSignOn", SingleSignOnplUrl], + ["SmartBanner", SmartBannerplUrl], + ["Translations", TranslationsplUrl], + ["UploadPanel", UploadPanelplUrl], + ["VersionHistory", VersionHistoryplUrl], + ["Wizard", WizardplUrl], +]); +const pt = new Map([ + ["About", AboutptUrl], + ["ArchiveDialog", ArchiveDialogptUrl], + ["Article", ArticleptUrl], + ["BackupCodesDialog", BackupCodesDialogptUrl], + ["ChangeEmailDialog", ChangeEmailDialogptUrl], + ["ChangeOwnerPanel", ChangeOwnerPanelptUrl], + ["ChangePasswordDialog", ChangePasswordDialogptUrl], + ["ChangePhoneDialog", ChangePhoneDialogptUrl], + ["ChangePortalOwner", ChangePortalOwnerptUrl], + ["ChangeUserStatusDialog", ChangeUserStatusDialogptUrl], + ["ChangeUserTypeDialog", ChangeUserTypeDialogptUrl], + ["Common", CommonptUrl], + ["Confirm", ConfirmptUrl], + ["ConflictResolveDialog", ConflictResolveDialogptUrl], + ["ConnectDialog", ConnectDialogptUrl], + ["ConvertDialog", ConvertDialogptUrl], + ["ConvertPasswordDialog", ConvertPasswordDialogptUrl], + ["CreateEditRoomDialog", CreateEditRoomDialogptUrl], + ["DataLossWarningDialog", DataLossWarningDialogptUrl], + ["DeleteDialog", DeleteDialogptUrl], + ["DeleteProfileEverDialog", DeleteProfileEverDialogptUrl], + ["DeleteSelfProfileDialog", DeleteSelfProfileDialogptUrl], + ["DeleteThirdPartyDialog", DeleteThirdPartyDialogptUrl], + ["DeleteUsersDialog", DeleteUsersDialogptUrl], + ["DowngradePlanDialog", DowngradePlanDialogptUrl], + ["DownloadDialog", DownloadDialogptUrl], + ["EmbeddingPanel", EmbeddingPanelptUrl], + ["EmptyTrashDialog", EmptyTrashDialogptUrl], + ["Errors", ErrorsptUrl], + ["Files", FilesptUrl], + ["FilesSettings", FilesSettingsptUrl], + ["FormGallery", FormGalleryptUrl], + ["HotkeysPanel", HotkeysPanelptUrl], + ["InfoPanel", InfoPanelptUrl], + ["InviteDialog", InviteDialogptUrl], + ["MainBar", MainBarptUrl], + ["NewFilesPanel", NewFilesPanelptUrl], + ["Payments", PaymentsptUrl], + ["People", PeopleptUrl], + ["PeopleSelector", PeopleSelectorptUrl], + ["PeopleTranslations", PeopleTranslationsptUrl], + ["PortalUnavailable", PortalUnavailableptUrl], + ["PreparationPortal", PreparationPortalptUrl], + ["PrivacyPage", PrivacyPageptUrl], + ["Profile", ProfileptUrl], + ["ResetApplicationDialog", ResetApplicationDialogptUrl], + ["RoomSelector", RoomSelectorptUrl], + ["SalesDepartmentRequestDialog", SalesDepartmentRequestDialogptUrl], + ["SelectFolder", SelectFolderptUrl], + ["SendInviteDialog", SendInviteDialogptUrl], + ["Settings", SettingsptUrl], + ["SharingPanel", SharingPanelptUrl], + ["SingleSignOn", SingleSignOnptUrl], + ["SmartBanner", SmartBannerptUrl], + ["Translations", TranslationsptUrl], + ["UploadPanel", UploadPanelptUrl], + ["VersionHistory", VersionHistoryptUrl], + ["Wizard", WizardptUrl], +]); +const ptBR = new Map([ + ["About", AboutptBRUrl], + ["ArchiveDialog", ArchiveDialogptBRUrl], + ["Article", ArticleptBRUrl], + ["BackupCodesDialog", BackupCodesDialogptBRUrl], + ["ChangeEmailDialog", ChangeEmailDialogptBRUrl], + ["ChangeOwnerPanel", ChangeOwnerPanelptBRUrl], + ["ChangePasswordDialog", ChangePasswordDialogptBRUrl], + ["ChangePhoneDialog", ChangePhoneDialogptBRUrl], + ["ChangePortalOwner", ChangePortalOwnerptBRUrl], + ["ChangeUserStatusDialog", ChangeUserStatusDialogptBRUrl], + ["ChangeUserTypeDialog", ChangeUserTypeDialogptBRUrl], + ["Common", CommonptBRUrl], + ["Confirm", ConfirmptBRUrl], + ["ConflictResolveDialog", ConflictResolveDialogptBRUrl], + ["ConnectDialog", ConnectDialogptBRUrl], + ["ConvertDialog", ConvertDialogptBRUrl], + ["ConvertPasswordDialog", ConvertPasswordDialogptBRUrl], + ["CreateEditRoomDialog", CreateEditRoomDialogptBRUrl], + ["DataLossWarningDialog", DataLossWarningDialogptBRUrl], + ["DeleteDialog", DeleteDialogptBRUrl], + ["DeleteProfileEverDialog", DeleteProfileEverDialogptBRUrl], + ["DeleteSelfProfileDialog", DeleteSelfProfileDialogptBRUrl], + ["DeleteThirdPartyDialog", DeleteThirdPartyDialogptBRUrl], + ["DeleteUsersDialog", DeleteUsersDialogptBRUrl], + ["DowngradePlanDialog", DowngradePlanDialogptBRUrl], + ["DownloadDialog", DownloadDialogptBRUrl], + ["EmbeddingPanel", EmbeddingPanelptBRUrl], + ["EmptyTrashDialog", EmptyTrashDialogptBRUrl], + ["Errors", ErrorsptBRUrl], + ["Files", FilesptBRUrl], + ["FilesSettings", FilesSettingsptBRUrl], + ["FormGallery", FormGalleryptBRUrl], + ["HotkeysPanel", HotkeysPanelptBRUrl], + ["InfoPanel", InfoPanelptBRUrl], + ["InviteDialog", InviteDialogptBRUrl], + ["MainBar", MainBarptBRUrl], + ["NewFilesPanel", NewFilesPanelptBRUrl], + ["Payments", PaymentsptBRUrl], + ["People", PeopleptBRUrl], + ["PeopleSelector", PeopleSelectorptBRUrl], + ["PeopleTranslations", PeopleTranslationsptBRUrl], + ["PortalUnavailable", PortalUnavailableptBRUrl], + ["PreparationPortal", PreparationPortalptBRUrl], + ["PrivacyPage", PrivacyPageptBRUrl], + ["Profile", ProfileptBRUrl], + ["ResetApplicationDialog", ResetApplicationDialogptBRUrl], + ["RoomSelector", RoomSelectorptBRUrl], + ["SalesDepartmentRequestDialog", SalesDepartmentRequestDialogptBRUrl], + ["SelectFolder", SelectFolderptBRUrl], + ["SendInviteDialog", SendInviteDialogptBRUrl], + ["Settings", SettingsptBRUrl], + ["SharingPanel", SharingPanelptBRUrl], + ["SingleSignOn", SingleSignOnptBRUrl], + ["SmartBanner", SmartBannerptBRUrl], + ["Translations", TranslationsptBRUrl], + ["UploadPanel", UploadPanelptBRUrl], + ["VersionHistory", VersionHistoryptBRUrl], + ["Wizard", WizardptBRUrl], +]); +const ro = new Map([ + ["About", AboutroUrl], + ["ArchiveDialog", ArchiveDialogroUrl], + ["Article", ArticleroUrl], + ["BackupCodesDialog", BackupCodesDialogroUrl], + ["ChangeEmailDialog", ChangeEmailDialogroUrl], + ["ChangeOwnerPanel", ChangeOwnerPanelroUrl], + ["ChangePasswordDialog", ChangePasswordDialogroUrl], + ["ChangePhoneDialog", ChangePhoneDialogroUrl], + ["ChangePortalOwner", ChangePortalOwnerroUrl], + ["ChangeUserStatusDialog", ChangeUserStatusDialogroUrl], + ["ChangeUserTypeDialog", ChangeUserTypeDialogroUrl], + ["Common", CommonroUrl], + ["Confirm", ConfirmroUrl], + ["ConflictResolveDialog", ConflictResolveDialogroUrl], + ["ConnectDialog", ConnectDialogroUrl], + ["ConvertDialog", ConvertDialogroUrl], + ["ConvertPasswordDialog", ConvertPasswordDialogroUrl], + ["CreateEditRoomDialog", CreateEditRoomDialogroUrl], + ["DataLossWarningDialog", DataLossWarningDialogroUrl], + ["DeleteDialog", DeleteDialogroUrl], + ["DeleteProfileEverDialog", DeleteProfileEverDialogroUrl], + ["DeleteSelfProfileDialog", DeleteSelfProfileDialogroUrl], + ["DeleteThirdPartyDialog", DeleteThirdPartyDialogroUrl], + ["DeleteUsersDialog", DeleteUsersDialogroUrl], + ["DowngradePlanDialog", DowngradePlanDialogroUrl], + ["DownloadDialog", DownloadDialogroUrl], + ["EmbeddingPanel", EmbeddingPanelroUrl], + ["EmptyTrashDialog", EmptyTrashDialogroUrl], + ["Errors", ErrorsroUrl], + ["Files", FilesroUrl], + ["FilesSettings", FilesSettingsroUrl], + ["FormGallery", FormGalleryroUrl], + ["HotkeysPanel", HotkeysPanelroUrl], + ["InfoPanel", InfoPanelroUrl], + ["InviteDialog", InviteDialogroUrl], + ["MainBar", MainBarroUrl], + ["NewFilesPanel", NewFilesPanelroUrl], + ["Payments", PaymentsroUrl], + ["People", PeopleroUrl], + ["PeopleSelector", PeopleSelectorroUrl], + ["PeopleTranslations", PeopleTranslationsroUrl], + ["PortalUnavailable", PortalUnavailableroUrl], + ["PreparationPortal", PreparationPortalroUrl], + ["PrivacyPage", PrivacyPageroUrl], + ["Profile", ProfileroUrl], + ["ResetApplicationDialog", ResetApplicationDialogroUrl], + ["RoomSelector", RoomSelectorroUrl], + ["SalesDepartmentRequestDialog", SalesDepartmentRequestDialogroUrl], + ["SelectFolder", SelectFolderroUrl], + ["SendInviteDialog", SendInviteDialogroUrl], + ["Settings", SettingsroUrl], + ["SharingPanel", SharingPanelroUrl], + ["SingleSignOn", SingleSignOnroUrl], + ["SmartBanner", SmartBannerroUrl], + ["Translations", TranslationsroUrl], + ["UploadPanel", UploadPanelroUrl], + ["VersionHistory", VersionHistoryroUrl], + ["Wizard", WizardroUrl], +]); +const ru = new Map([ + ["About", AboutruUrl], + ["ArchiveDialog", ArchiveDialogruUrl], + ["Article", ArticleruUrl], + ["BackupCodesDialog", BackupCodesDialogruUrl], + ["ChangeEmailDialog", ChangeEmailDialogruUrl], + ["ChangeOwnerPanel", ChangeOwnerPanelruUrl], + ["ChangePasswordDialog", ChangePasswordDialogruUrl], + ["ChangePhoneDialog", ChangePhoneDialogruUrl], + ["ChangePortalOwner", ChangePortalOwnerruUrl], + ["ChangeUserStatusDialog", ChangeUserStatusDialogruUrl], + ["ChangeUserTypeDialog", ChangeUserTypeDialogruUrl], + ["Common", CommonruUrl], + ["Confirm", ConfirmruUrl], + ["ConflictResolveDialog", ConflictResolveDialogruUrl], + ["ConnectDialog", ConnectDialogruUrl], + ["ConvertDialog", ConvertDialogruUrl], + ["ConvertPasswordDialog", ConvertPasswordDialogruUrl], + ["CreateEditRoomDialog", CreateEditRoomDialogruUrl], + ["DataLossWarningDialog", DataLossWarningDialogruUrl], + ["DeleteDialog", DeleteDialogruUrl], + ["DeleteProfileEverDialog", DeleteProfileEverDialogruUrl], + ["DeleteSelfProfileDialog", DeleteSelfProfileDialogruUrl], + ["DeleteThirdPartyDialog", DeleteThirdPartyDialogruUrl], + ["DeleteUsersDialog", DeleteUsersDialogruUrl], + ["DowngradePlanDialog", DowngradePlanDialogruUrl], + ["DownloadDialog", DownloadDialogruUrl], + ["EmbeddingPanel", EmbeddingPanelruUrl], + ["EmptyTrashDialog", EmptyTrashDialogruUrl], + ["Errors", ErrorsruUrl], + ["Files", FilesruUrl], + ["FilesSettings", FilesSettingsruUrl], + ["FormGallery", FormGalleryruUrl], + ["HotkeysPanel", HotkeysPanelruUrl], + ["InfoPanel", InfoPanelruUrl], + ["InviteDialog", InviteDialogruUrl], + ["MainBar", MainBarruUrl], + ["NewFilesPanel", NewFilesPanelruUrl], + ["Payments", PaymentsruUrl], + ["People", PeopleruUrl], + ["PeopleSelector", PeopleSelectorruUrl], + ["PeopleTranslations", PeopleTranslationsruUrl], + ["PortalUnavailable", PortalUnavailableruUrl], + ["PreparationPortal", PreparationPortalruUrl], + ["PrivacyPage", PrivacyPageruUrl], + ["Profile", ProfileruUrl], + ["ResetApplicationDialog", ResetApplicationDialogruUrl], + ["RoomSelector", RoomSelectorruUrl], + ["SalesDepartmentRequestDialog", SalesDepartmentRequestDialogruUrl], + ["SelectFolder", SelectFolderruUrl], + ["SendInviteDialog", SendInviteDialogruUrl], + ["Settings", SettingsruUrl], + ["SharingPanel", SharingPanelruUrl], + ["SingleSignOn", SingleSignOnruUrl], + ["SmartBanner", SmartBannerruUrl], + ["Translations", TranslationsruUrl], + ["UploadPanel", UploadPanelruUrl], + ["VersionHistory", VersionHistoryruUrl], + ["Wizard", WizardruUrl], +]); +const sk = new Map([ + ["About", AboutskUrl], + ["ArchiveDialog", ArchiveDialogskUrl], + ["Article", ArticleskUrl], + ["BackupCodesDialog", BackupCodesDialogskUrl], + ["ChangeEmailDialog", ChangeEmailDialogskUrl], + ["ChangeOwnerPanel", ChangeOwnerPanelskUrl], + ["ChangePasswordDialog", ChangePasswordDialogskUrl], + ["ChangePhoneDialog", ChangePhoneDialogskUrl], + ["ChangePortalOwner", ChangePortalOwnerskUrl], + ["ChangeUserStatusDialog", ChangeUserStatusDialogskUrl], + ["ChangeUserTypeDialog", ChangeUserTypeDialogskUrl], + ["Common", CommonskUrl], + ["Confirm", ConfirmskUrl], + ["ConflictResolveDialog", ConflictResolveDialogskUrl], + ["ConnectDialog", ConnectDialogskUrl], + ["ConvertDialog", ConvertDialogskUrl], + ["ConvertPasswordDialog", ConvertPasswordDialogskUrl], + ["CreateEditRoomDialog", CreateEditRoomDialogskUrl], + ["DataLossWarningDialog", DataLossWarningDialogskUrl], + ["DeleteDialog", DeleteDialogskUrl], + ["DeleteProfileEverDialog", DeleteProfileEverDialogskUrl], + ["DeleteSelfProfileDialog", DeleteSelfProfileDialogskUrl], + ["DeleteThirdPartyDialog", DeleteThirdPartyDialogskUrl], + ["DeleteUsersDialog", DeleteUsersDialogskUrl], + ["DowngradePlanDialog", DowngradePlanDialogskUrl], + ["DownloadDialog", DownloadDialogskUrl], + ["EmbeddingPanel", EmbeddingPanelskUrl], + ["EmptyTrashDialog", EmptyTrashDialogskUrl], + ["Errors", ErrorsskUrl], + ["Files", FilesskUrl], + ["FilesSettings", FilesSettingsskUrl], + ["FormGallery", FormGalleryskUrl], + ["HotkeysPanel", HotkeysPanelskUrl], + ["InfoPanel", InfoPanelskUrl], + ["InviteDialog", InviteDialogskUrl], + ["MainBar", MainBarskUrl], + ["NewFilesPanel", NewFilesPanelskUrl], + ["Payments", PaymentsskUrl], + ["People", PeopleskUrl], + ["PeopleSelector", PeopleSelectorskUrl], + ["PeopleTranslations", PeopleTranslationsskUrl], + ["PortalUnavailable", PortalUnavailableskUrl], + ["PreparationPortal", PreparationPortalskUrl], + ["PrivacyPage", PrivacyPageskUrl], + ["Profile", ProfileskUrl], + ["ResetApplicationDialog", ResetApplicationDialogskUrl], + ["RoomSelector", RoomSelectorskUrl], + ["SalesDepartmentRequestDialog", SalesDepartmentRequestDialogskUrl], + ["SelectFolder", SelectFolderskUrl], + ["SendInviteDialog", SendInviteDialogskUrl], + ["Settings", SettingsskUrl], + ["SharingPanel", SharingPanelskUrl], + ["SingleSignOn", SingleSignOnskUrl], + ["SmartBanner", SmartBannerskUrl], + ["Translations", TranslationsskUrl], + ["UploadPanel", UploadPanelskUrl], + ["VersionHistory", VersionHistoryskUrl], + ["Wizard", WizardskUrl], +]); +const sl = new Map([ + ["About", AboutslUrl], + ["ArchiveDialog", ArchiveDialogslUrl], + ["Article", ArticleslUrl], + ["BackupCodesDialog", BackupCodesDialogslUrl], + ["ChangeEmailDialog", ChangeEmailDialogslUrl], + ["ChangeOwnerPanel", ChangeOwnerPanelslUrl], + ["ChangePasswordDialog", ChangePasswordDialogslUrl], + ["ChangePhoneDialog", ChangePhoneDialogslUrl], + ["ChangePortalOwner", ChangePortalOwnerslUrl], + ["ChangeUserStatusDialog", ChangeUserStatusDialogslUrl], + ["ChangeUserTypeDialog", ChangeUserTypeDialogslUrl], + ["Common", CommonslUrl], + ["Confirm", ConfirmslUrl], + ["ConflictResolveDialog", ConflictResolveDialogslUrl], + ["ConnectDialog", ConnectDialogslUrl], + ["ConvertDialog", ConvertDialogslUrl], + ["ConvertPasswordDialog", ConvertPasswordDialogslUrl], + ["CreateEditRoomDialog", CreateEditRoomDialogslUrl], + ["DataLossWarningDialog", DataLossWarningDialogslUrl], + ["DeleteDialog", DeleteDialogslUrl], + ["DeleteProfileEverDialog", DeleteProfileEverDialogslUrl], + ["DeleteSelfProfileDialog", DeleteSelfProfileDialogslUrl], + ["DeleteThirdPartyDialog", DeleteThirdPartyDialogslUrl], + ["DeleteUsersDialog", DeleteUsersDialogslUrl], + ["DowngradePlanDialog", DowngradePlanDialogslUrl], + ["DownloadDialog", DownloadDialogslUrl], + ["EmbeddingPanel", EmbeddingPanelslUrl], + ["EmptyTrashDialog", EmptyTrashDialogslUrl], + ["Errors", ErrorsslUrl], + ["Files", FilesslUrl], + ["FilesSettings", FilesSettingsslUrl], + ["FormGallery", FormGalleryslUrl], + ["HotkeysPanel", HotkeysPanelslUrl], + ["InfoPanel", InfoPanelslUrl], + ["InviteDialog", InviteDialogslUrl], + ["MainBar", MainBarslUrl], + ["NewFilesPanel", NewFilesPanelslUrl], + ["Payments", PaymentsslUrl], + ["People", PeopleslUrl], + ["PeopleSelector", PeopleSelectorslUrl], + ["PeopleTranslations", PeopleTranslationsslUrl], + ["PortalUnavailable", PortalUnavailableslUrl], + ["PreparationPortal", PreparationPortalslUrl], + ["PrivacyPage", PrivacyPageslUrl], + ["Profile", ProfileslUrl], + ["ResetApplicationDialog", ResetApplicationDialogslUrl], + ["RoomSelector", RoomSelectorslUrl], + ["SalesDepartmentRequestDialog", SalesDepartmentRequestDialogslUrl], + ["SelectFolder", SelectFolderslUrl], + ["SendInviteDialog", SendInviteDialogslUrl], + ["Settings", SettingsslUrl], + ["SharingPanel", SharingPanelslUrl], + ["SingleSignOn", SingleSignOnslUrl], + ["SmartBanner", SmartBannerslUrl], + ["Translations", TranslationsslUrl], + ["UploadPanel", UploadPanelslUrl], + ["VersionHistory", VersionHistoryslUrl], + ["Wizard", WizardslUrl], +]); +const tr = new Map([ + ["About", AbouttrUrl], + ["ArchiveDialog", ArchiveDialogtrUrl], + ["Article", ArticletrUrl], + ["BackupCodesDialog", BackupCodesDialogtrUrl], + ["ChangeEmailDialog", ChangeEmailDialogtrUrl], + ["ChangeOwnerPanel", ChangeOwnerPaneltrUrl], + ["ChangePasswordDialog", ChangePasswordDialogtrUrl], + ["ChangePhoneDialog", ChangePhoneDialogtrUrl], + ["ChangePortalOwner", ChangePortalOwnertrUrl], + ["ChangeUserStatusDialog", ChangeUserStatusDialogtrUrl], + ["ChangeUserTypeDialog", ChangeUserTypeDialogtrUrl], + ["Common", CommontrUrl], + ["Confirm", ConfirmtrUrl], + ["ConflictResolveDialog", ConflictResolveDialogtrUrl], + ["ConnectDialog", ConnectDialogtrUrl], + ["ConvertDialog", ConvertDialogtrUrl], + ["ConvertPasswordDialog", ConvertPasswordDialogtrUrl], + ["CreateEditRoomDialog", CreateEditRoomDialogtrUrl], + ["DataLossWarningDialog", DataLossWarningDialogtrUrl], + ["DeleteDialog", DeleteDialogtrUrl], + ["DeleteProfileEverDialog", DeleteProfileEverDialogtrUrl], + ["DeleteSelfProfileDialog", DeleteSelfProfileDialogtrUrl], + ["DeleteThirdPartyDialog", DeleteThirdPartyDialogtrUrl], + ["DeleteUsersDialog", DeleteUsersDialogtrUrl], + ["DowngradePlanDialog", DowngradePlanDialogtrUrl], + ["DownloadDialog", DownloadDialogtrUrl], + ["EmbeddingPanel", EmbeddingPaneltrUrl], + ["EmptyTrashDialog", EmptyTrashDialogtrUrl], + ["Errors", ErrorstrUrl], + ["Files", FilestrUrl], + ["FilesSettings", FilesSettingstrUrl], + ["FormGallery", FormGallerytrUrl], + ["HotkeysPanel", HotkeysPaneltrUrl], + ["InfoPanel", InfoPaneltrUrl], + ["InviteDialog", InviteDialogtrUrl], + ["MainBar", MainBartrUrl], + ["NewFilesPanel", NewFilesPaneltrUrl], + ["Payments", PaymentstrUrl], + ["People", PeopletrUrl], + ["PeopleSelector", PeopleSelectortrUrl], + ["PeopleTranslations", PeopleTranslationstrUrl], + ["PortalUnavailable", PortalUnavailabletrUrl], + ["PreparationPortal", PreparationPortaltrUrl], + ["PrivacyPage", PrivacyPagetrUrl], + ["Profile", ProfiletrUrl], + ["ResetApplicationDialog", ResetApplicationDialogtrUrl], + ["RoomSelector", RoomSelectortrUrl], + ["SalesDepartmentRequestDialog", SalesDepartmentRequestDialogtrUrl], + ["SelectFolder", SelectFoldertrUrl], + ["SendInviteDialog", SendInviteDialogtrUrl], + ["Settings", SettingstrUrl], + ["SharingPanel", SharingPaneltrUrl], + ["SingleSignOn", SingleSignOntrUrl], + ["SmartBanner", SmartBannertrUrl], + ["Translations", TranslationstrUrl], + ["UploadPanel", UploadPaneltrUrl], + ["VersionHistory", VersionHistorytrUrl], + ["Wizard", WizardtrUrl], +]); +const ukUA = new Map([ + ["About", AboutukUAUrl], + ["ArchiveDialog", ArchiveDialogukUAUrl], + ["Article", ArticleukUAUrl], + ["BackupCodesDialog", BackupCodesDialogukUAUrl], + ["ChangeEmailDialog", ChangeEmailDialogukUAUrl], + ["ChangeOwnerPanel", ChangeOwnerPanelukUAUrl], + ["ChangePasswordDialog", ChangePasswordDialogukUAUrl], + ["ChangePhoneDialog", ChangePhoneDialogukUAUrl], + ["ChangePortalOwner", ChangePortalOwnerukUAUrl], + ["ChangeUserStatusDialog", ChangeUserStatusDialogukUAUrl], + ["ChangeUserTypeDialog", ChangeUserTypeDialogukUAUrl], + ["Common", CommonukUAUrl], + ["Confirm", ConfirmukUAUrl], + ["ConflictResolveDialog", ConflictResolveDialogukUAUrl], + ["ConnectDialog", ConnectDialogukUAUrl], + ["ConvertDialog", ConvertDialogukUAUrl], + ["ConvertPasswordDialog", ConvertPasswordDialogukUAUrl], + ["CreateEditRoomDialog", CreateEditRoomDialogukUAUrl], + ["DataLossWarningDialog", DataLossWarningDialogukUAUrl], + ["DeleteDialog", DeleteDialogukUAUrl], + ["DeleteProfileEverDialog", DeleteProfileEverDialogukUAUrl], + ["DeleteSelfProfileDialog", DeleteSelfProfileDialogukUAUrl], + ["DeleteThirdPartyDialog", DeleteThirdPartyDialogukUAUrl], + ["DeleteUsersDialog", DeleteUsersDialogukUAUrl], + ["DowngradePlanDialog", DowngradePlanDialogukUAUrl], + ["DownloadDialog", DownloadDialogukUAUrl], + ["EmbeddingPanel", EmbeddingPanelukUAUrl], + ["EmptyTrashDialog", EmptyTrashDialogukUAUrl], + ["Errors", ErrorsukUAUrl], + ["Files", FilesukUAUrl], + ["FilesSettings", FilesSettingsukUAUrl], + ["FormGallery", FormGalleryukUAUrl], + ["HotkeysPanel", HotkeysPanelukUAUrl], + ["InfoPanel", InfoPanelukUAUrl], + ["InviteDialog", InviteDialogukUAUrl], + ["MainBar", MainBarukUAUrl], + ["NewFilesPanel", NewFilesPanelukUAUrl], + ["Payments", PaymentsukUAUrl], + ["People", PeopleukUAUrl], + ["PeopleSelector", PeopleSelectorukUAUrl], + ["PeopleTranslations", PeopleTranslationsukUAUrl], + ["PortalUnavailable", PortalUnavailableukUAUrl], + ["PreparationPortal", PreparationPortalukUAUrl], + ["PrivacyPage", PrivacyPageukUAUrl], + ["Profile", ProfileukUAUrl], + ["ResetApplicationDialog", ResetApplicationDialogukUAUrl], + ["RoomSelector", RoomSelectorukUAUrl], + ["SalesDepartmentRequestDialog", SalesDepartmentRequestDialogukUAUrl], + ["SelectFolder", SelectFolderukUAUrl], + ["SendInviteDialog", SendInviteDialogukUAUrl], + ["Settings", SettingsukUAUrl], + ["SharingPanel", SharingPanelukUAUrl], + ["SingleSignOn", SingleSignOnukUAUrl], + ["SmartBanner", SmartBannerukUAUrl], + ["Translations", TranslationsukUAUrl], + ["UploadPanel", UploadPanelukUAUrl], + ["VersionHistory", VersionHistoryukUAUrl], + ["Wizard", WizardukUAUrl], +]); +const vi = new Map([ + ["About", AboutviUrl], + ["ArchiveDialog", ArchiveDialogviUrl], + ["Article", ArticleviUrl], + ["BackupCodesDialog", BackupCodesDialogviUrl], + ["ChangeEmailDialog", ChangeEmailDialogviUrl], + ["ChangeOwnerPanel", ChangeOwnerPanelviUrl], + ["ChangePasswordDialog", ChangePasswordDialogviUrl], + ["ChangePhoneDialog", ChangePhoneDialogviUrl], + ["ChangePortalOwner", ChangePortalOwnerviUrl], + ["ChangeUserStatusDialog", ChangeUserStatusDialogviUrl], + ["ChangeUserTypeDialog", ChangeUserTypeDialogviUrl], + ["Common", CommonviUrl], + ["Confirm", ConfirmviUrl], + ["ConflictResolveDialog", ConflictResolveDialogviUrl], + ["ConnectDialog", ConnectDialogviUrl], + ["ConvertDialog", ConvertDialogviUrl], + ["ConvertPasswordDialog", ConvertPasswordDialogviUrl], + ["CreateEditRoomDialog", CreateEditRoomDialogviUrl], + ["DataLossWarningDialog", DataLossWarningDialogviUrl], + ["DeleteDialog", DeleteDialogviUrl], + ["DeleteProfileEverDialog", DeleteProfileEverDialogviUrl], + ["DeleteSelfProfileDialog", DeleteSelfProfileDialogviUrl], + ["DeleteThirdPartyDialog", DeleteThirdPartyDialogviUrl], + ["DeleteUsersDialog", DeleteUsersDialogviUrl], + ["DowngradePlanDialog", DowngradePlanDialogviUrl], + ["DownloadDialog", DownloadDialogviUrl], + ["EmbeddingPanel", EmbeddingPanelviUrl], + ["EmptyTrashDialog", EmptyTrashDialogviUrl], + ["Errors", ErrorsviUrl], + ["Files", FilesviUrl], + ["FilesSettings", FilesSettingsviUrl], + ["FormGallery", FormGalleryviUrl], + ["HotkeysPanel", HotkeysPanelviUrl], + ["InfoPanel", InfoPanelviUrl], + ["InviteDialog", InviteDialogviUrl], + ["MainBar", MainBarviUrl], + ["NewFilesPanel", NewFilesPanelviUrl], + ["Payments", PaymentsviUrl], + ["People", PeopleviUrl], + ["PeopleSelector", PeopleSelectorviUrl], + ["PeopleTranslations", PeopleTranslationsviUrl], + ["PortalUnavailable", PortalUnavailableviUrl], + ["PreparationPortal", PreparationPortalviUrl], + ["PrivacyPage", PrivacyPageviUrl], + ["Profile", ProfileviUrl], + ["ResetApplicationDialog", ResetApplicationDialogviUrl], + ["RoomSelector", RoomSelectorviUrl], + ["SalesDepartmentRequestDialog", SalesDepartmentRequestDialogviUrl], + ["SelectFolder", SelectFolderviUrl], + ["SendInviteDialog", SendInviteDialogviUrl], + ["Settings", SettingsviUrl], + ["SharingPanel", SharingPanelviUrl], + ["SingleSignOn", SingleSignOnviUrl], + ["SmartBanner", SmartBannerviUrl], + ["Translations", TranslationsviUrl], + ["UploadPanel", UploadPanelviUrl], + ["VersionHistory", VersionHistoryviUrl], + ["Wizard", WizardviUrl], +]); +const zhCN = new Map([ + ["About", AboutzhCNUrl], + ["ArchiveDialog", ArchiveDialogzhCNUrl], + ["Article", ArticlezhCNUrl], + ["BackupCodesDialog", BackupCodesDialogzhCNUrl], + ["ChangeEmailDialog", ChangeEmailDialogzhCNUrl], + ["ChangeOwnerPanel", ChangeOwnerPanelzhCNUrl], + ["ChangePasswordDialog", ChangePasswordDialogzhCNUrl], + ["ChangePhoneDialog", ChangePhoneDialogzhCNUrl], + ["ChangePortalOwner", ChangePortalOwnerzhCNUrl], + ["ChangeUserStatusDialog", ChangeUserStatusDialogzhCNUrl], + ["ChangeUserTypeDialog", ChangeUserTypeDialogzhCNUrl], + ["Common", CommonzhCNUrl], + ["Confirm", ConfirmzhCNUrl], + ["ConflictResolveDialog", ConflictResolveDialogzhCNUrl], + ["ConnectDialog", ConnectDialogzhCNUrl], + ["ConvertDialog", ConvertDialogzhCNUrl], + ["ConvertPasswordDialog", ConvertPasswordDialogzhCNUrl], + ["CreateEditRoomDialog", CreateEditRoomDialogzhCNUrl], + ["DataLossWarningDialog", DataLossWarningDialogzhCNUrl], + ["DeleteDialog", DeleteDialogzhCNUrl], + ["DeleteProfileEverDialog", DeleteProfileEverDialogzhCNUrl], + ["DeleteSelfProfileDialog", DeleteSelfProfileDialogzhCNUrl], + ["DeleteThirdPartyDialog", DeleteThirdPartyDialogzhCNUrl], + ["DeleteUsersDialog", DeleteUsersDialogzhCNUrl], + ["DowngradePlanDialog", DowngradePlanDialogzhCNUrl], + ["DownloadDialog", DownloadDialogzhCNUrl], + ["EmbeddingPanel", EmbeddingPanelzhCNUrl], + ["EmptyTrashDialog", EmptyTrashDialogzhCNUrl], + ["Errors", ErrorszhCNUrl], + ["Files", FileszhCNUrl], + ["FilesSettings", FilesSettingszhCNUrl], + ["FormGallery", FormGalleryzhCNUrl], + ["HotkeysPanel", HotkeysPanelzhCNUrl], + ["InfoPanel", InfoPanelzhCNUrl], + ["InviteDialog", InviteDialogzhCNUrl], + ["MainBar", MainBarzhCNUrl], + ["NewFilesPanel", NewFilesPanelzhCNUrl], + ["Payments", PaymentszhCNUrl], + ["People", PeoplezhCNUrl], + ["PeopleSelector", PeopleSelectorzhCNUrl], + ["PeopleTranslations", PeopleTranslationszhCNUrl], + ["PortalUnavailable", PortalUnavailablezhCNUrl], + ["PreparationPortal", PreparationPortalzhCNUrl], + ["PrivacyPage", PrivacyPagezhCNUrl], + ["Profile", ProfilezhCNUrl], + ["ResetApplicationDialog", ResetApplicationDialogzhCNUrl], + ["RoomSelector", RoomSelectorzhCNUrl], + ["SalesDepartmentRequestDialog", SalesDepartmentRequestDialogzhCNUrl], + ["SelectFolder", SelectFolderzhCNUrl], + ["SendInviteDialog", SendInviteDialogzhCNUrl], + ["Settings", SettingszhCNUrl], + ["SharingPanel", SharingPanelzhCNUrl], + ["SingleSignOn", SingleSignOnzhCNUrl], + ["SmartBanner", SmartBannerzhCNUrl], + ["Translations", TranslationszhCNUrl], + ["UploadPanel", UploadPanelzhCNUrl], + ["VersionHistory", VersionHistoryzhCNUrl], + ["Wizard", WizardzhCNUrl], +]); +export const translations = new Map([ + ["az", az], + ["bg", bg], + ["cs", cs], + ["de", de], + ["el-GR", elGR], + ["en", en], + ["es", es], + ["fi", fi], + ["fr", fr], + ["hy-AM", hyAM], + ["it", it], + ["ja-JP", jaJP], + ["ko-KR", koKR], + ["lo-LA", loLA], + ["lv", lv], + ["nl", nl], + ["pl", pl], + ["pt", pt], + ["pt-BR", ptBR], + ["ro", ro], + ["ru", ru], + ["sk", sk], + ["sl", sl], + ["tr", tr], + ["uk-UA", ukUA], + ["vi", vi], + ["zh-CN", zhCN], +]); diff --git a/packages/client/src/helpers/utils.js b/packages/client/src/helpers/utils.js index eee2678429..68242360b7 100644 --- a/packages/client/src/helpers/utils.js +++ b/packages/client/src/helpers/utils.js @@ -1,8 +1,9 @@ import authStore from "@docspace/common/store/AuthStore"; -import { toCommunityHostname } from "@docspace/common/utils"; +import { toCommunityHostname, getLanguage } from "@docspace/common/utils"; import history from "@docspace/common/history"; import { CategoryType } from "./constants"; import { FolderType } from "@docspace/common/constants"; +import { translations } from "./translations"; export const setDocumentTitle = (subTitle = null) => { const { isAuthenticated, settingsStore, product: currentModule } = authStore; @@ -24,6 +25,22 @@ export const setDocumentTitle = (subTitle = null) => { document.title = title; }; +export function loadLanguagePath(homepage, fixedNS = null) { + return (lng, ns) => { + const language = getLanguage(lng instanceof Array ? lng[0] : lng); + + const lngCollection = translations.get(language); + + if (!lngCollection?.get(`${fixedNS || ns}`)) return undefined; + + let path = lngCollection?.get(`${fixedNS || ns}`)?.split("/"); + const length = path?.length; + + path = `/${path[length - 3]}/${path[length - 2]}/${path[length - 1]}`; + return path; + }; +} + export const checkIfModuleOld = (link) => { if ( !link || diff --git a/packages/client/src/i18n.js b/packages/client/src/i18n.js index ad308318f5..fa3edb505b 100644 --- a/packages/client/src/i18n.js +++ b/packages/client/src/i18n.js @@ -3,7 +3,9 @@ import { initReactI18next } from "react-i18next"; import Backend from "@docspace/common/utils/i18next-http-backend"; import config from "PACKAGE_FILE"; import { LANGUAGE } from "@docspace/common/constants"; -import { loadLanguagePath, getCookie } from "@docspace/common/utils"; +import { getCookie } from "@docspace/common/utils"; + +import { loadLanguagePath } from "./helpers/utils"; const newInstance = i18n.createInstance(); diff --git a/packages/client/src/pages/About/i18n.js b/packages/client/src/pages/About/i18n.js index 02ed48ec65..30cd8e3f32 100644 --- a/packages/client/src/pages/About/i18n.js +++ b/packages/client/src/pages/About/i18n.js @@ -3,8 +3,8 @@ import { initReactI18next } from "react-i18next"; import Backend from "@docspace/common/utils/i18next-http-backend"; import { LANGUAGE } from "@docspace/common/constants"; import config from "PACKAGE_FILE"; -import { loadLanguagePath, getCookie } from "@docspace/common/utils"; - +import { getCookie } from "@docspace/common/utils"; +import { loadLanguagePath } from "SRC_DIR/helpers/utils"; const newInstance = i18n.createInstance(); newInstance diff --git a/packages/client/src/pages/Errors/401/i18n.js b/packages/client/src/pages/Errors/401/i18n.js index 8a5ef46f19..894c90b15f 100644 --- a/packages/client/src/pages/Errors/401/i18n.js +++ b/packages/client/src/pages/Errors/401/i18n.js @@ -3,8 +3,8 @@ import { initReactI18next } from "react-i18next"; import Backend from "@docspace/common/utils/i18next-http-backend"; import { LANGUAGE } from "@docspace/common/constants"; import config from "PACKAGE_FILE"; -import { loadLanguagePath, getCookie } from "@docspace/common/utils"; - +import { getCookie } from "@docspace/common/utils"; +import { loadLanguagePath } from "SRC_DIR/helpers/utils"; const newInstance = i18n.createInstance(); newInstance diff --git a/packages/client/src/pages/Errors/403/i18n.js b/packages/client/src/pages/Errors/403/i18n.js index 8a5ef46f19..894c90b15f 100644 --- a/packages/client/src/pages/Errors/403/i18n.js +++ b/packages/client/src/pages/Errors/403/i18n.js @@ -3,8 +3,8 @@ import { initReactI18next } from "react-i18next"; import Backend from "@docspace/common/utils/i18next-http-backend"; import { LANGUAGE } from "@docspace/common/constants"; import config from "PACKAGE_FILE"; -import { loadLanguagePath, getCookie } from "@docspace/common/utils"; - +import { getCookie } from "@docspace/common/utils"; +import { loadLanguagePath } from "SRC_DIR/helpers/utils"; const newInstance = i18n.createInstance(); newInstance diff --git a/packages/client/src/pages/Errors/404/i18n.js b/packages/client/src/pages/Errors/404/i18n.js index 8a5ef46f19..894c90b15f 100644 --- a/packages/client/src/pages/Errors/404/i18n.js +++ b/packages/client/src/pages/Errors/404/i18n.js @@ -3,8 +3,8 @@ import { initReactI18next } from "react-i18next"; import Backend from "@docspace/common/utils/i18next-http-backend"; import { LANGUAGE } from "@docspace/common/constants"; import config from "PACKAGE_FILE"; -import { loadLanguagePath, getCookie } from "@docspace/common/utils"; - +import { getCookie } from "@docspace/common/utils"; +import { loadLanguagePath } from "SRC_DIR/helpers/utils"; const newInstance = i18n.createInstance(); newInstance diff --git a/packages/client/src/pages/Errors/520/i18n.js b/packages/client/src/pages/Errors/520/i18n.js index 8a5ef46f19..894c90b15f 100644 --- a/packages/client/src/pages/Errors/520/i18n.js +++ b/packages/client/src/pages/Errors/520/i18n.js @@ -3,8 +3,8 @@ import { initReactI18next } from "react-i18next"; import Backend from "@docspace/common/utils/i18next-http-backend"; import { LANGUAGE } from "@docspace/common/constants"; import config from "PACKAGE_FILE"; -import { loadLanguagePath, getCookie } from "@docspace/common/utils"; - +import { getCookie } from "@docspace/common/utils"; +import { loadLanguagePath } from "SRC_DIR/helpers/utils"; const newInstance = i18n.createInstance(); newInstance diff --git a/packages/client/src/pages/Errors/Unavailable/i18n.js b/packages/client/src/pages/Errors/Unavailable/i18n.js index 9fba2e55f3..4342f59f6d 100644 --- a/packages/client/src/pages/Errors/Unavailable/i18n.js +++ b/packages/client/src/pages/Errors/Unavailable/i18n.js @@ -3,7 +3,7 @@ import { initReactI18next } from "react-i18next"; import Backend from "@docspace/common/utils/i18next-http-backend"; import { LANGUAGE } from "@docspace/common/constants"; import config from "PACKAGE_FILE"; -import { loadLanguagePath } from "@docspace/common/utils"; +import { loadLanguagePath } from "SRC_DIR/helpers/utils"; const newInstance = i18n.createInstance(); diff --git a/packages/client/src/pages/Errors/offline/i18n.js b/packages/client/src/pages/Errors/offline/i18n.js index 8a5ef46f19..894c90b15f 100644 --- a/packages/client/src/pages/Errors/offline/i18n.js +++ b/packages/client/src/pages/Errors/offline/i18n.js @@ -3,8 +3,8 @@ import { initReactI18next } from "react-i18next"; import Backend from "@docspace/common/utils/i18next-http-backend"; import { LANGUAGE } from "@docspace/common/constants"; import config from "PACKAGE_FILE"; -import { loadLanguagePath, getCookie } from "@docspace/common/utils"; - +import { getCookie } from "@docspace/common/utils"; +import { loadLanguagePath } from "SRC_DIR/helpers/utils"; const newInstance = i18n.createInstance(); newInstance diff --git a/packages/client/src/pages/My/i18n.js b/packages/client/src/pages/My/i18n.js index 354fe98524..929fd527a7 100644 --- a/packages/client/src/pages/My/i18n.js +++ b/packages/client/src/pages/My/i18n.js @@ -3,8 +3,8 @@ import { initReactI18next } from "react-i18next"; import Backend from "@docspace/common/utils/i18next-http-backend"; import { LANGUAGE } from "@docspace/common/constants"; import config from "PACKAGE_FILE"; -import { loadLanguagePath, getCookie } from "@docspace/common/utils"; - +import { getCookie } from "@docspace/common/utils"; +import { loadLanguagePath } from "SRC_DIR/helpers/utils"; const newInstance = i18n.createInstance(); newInstance diff --git a/packages/client/src/pages/PrivateRoomsPage/i18n.js b/packages/client/src/pages/PrivateRoomsPage/i18n.js index d6f4afc716..69249a00ac 100644 --- a/packages/client/src/pages/PrivateRoomsPage/i18n.js +++ b/packages/client/src/pages/PrivateRoomsPage/i18n.js @@ -3,8 +3,8 @@ import { initReactI18next } from "react-i18next"; import Backend from "@docspace/common/utils/i18next-http-backend"; import { LANGUAGE } from "@docspace/common/constants"; import config from "PACKAGE_FILE"; -import { loadLanguagePath, getCookie } from "@docspace/common/utils"; - +import { getCookie } from "@docspace/common/utils"; +import { loadLanguagePath } from "SRC_DIR/helpers/utils"; const newInstance = i18n.createInstance(); newInstance