diff --git a/build/install/win/DocSpace.Enterprise.aip b/build/install/win/DocSpace.Enterprise.aip new file mode 100644 index 0000000000..8ff98f2afb --- /dev/null +++ b/build/install/win/DocSpace.Enterprise.aip @@ -0,0 +1,801 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/build/install/win/DocSpace.aip b/build/install/win/DocSpace.aip index ad0c0b5e22..e4436338b0 100644 --- a/build/install/win/DocSpace.aip +++ b/build/install/win/DocSpace.aip @@ -56,7 +56,7 @@ - + @@ -309,8 +309,8 @@ - - + + @@ -470,8 +470,33 @@ - - + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -983,6 +1008,7 @@ + @@ -1143,16 +1169,16 @@ - - - - - - - - - - + + + + + + + + + + @@ -1201,18 +1227,19 @@ + - - - + + + - + @@ -1224,6 +1251,7 @@ + @@ -1233,7 +1261,7 @@ - + @@ -1299,6 +1327,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/common/ASC.Api.Core/Model/EmployeeDto.cs b/common/ASC.Api.Core/Model/EmployeeDto.cs index 0a24294d05..73fc93fe45 100644 --- a/common/ASC.Api.Core/Model/EmployeeDto.cs +++ b/common/ASC.Api.Core/Model/EmployeeDto.cs @@ -24,6 +24,8 @@ // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode +using System.Collections.Concurrent; + namespace ASC.Web.Api.Models; public class EmployeeDto @@ -56,7 +58,7 @@ public class EmployeeDtoHelper private readonly ApiContext _httpContext; private readonly DisplayUserSettingsHelper _displayUserSettingsHelper; private readonly CommonLinkUtility _commonLinkUtility; - private readonly Dictionary _dictionary; + private readonly ConcurrentDictionary _dictionary; public EmployeeDtoHelper( ApiContext httpContext, @@ -72,18 +74,19 @@ public class EmployeeDtoHelper _httpContext = httpContext; _displayUserSettingsHelper = displayUserSettingsHelper; _commonLinkUtility = commonLinkUtility; - _dictionary = new Dictionary(); + _dictionary = new ConcurrentDictionary(); } public async Task Get(UserInfo userInfo) { - if (_dictionary.ContainsKey(userInfo.Id)) + if (!_dictionary.TryGetValue(userInfo.Id, out var employee)) { - return _dictionary[userInfo.Id]; + employee = await Init(new EmployeeDto(), userInfo); + + _dictionary.AddOrUpdate(userInfo.Id, i => employee, (i, v) => employee); + } - var employee = await Init(new EmployeeDto(), userInfo); - _dictionary.Add(userInfo.Id, employee); - + return employee; } diff --git a/packages/client/public/locales/az/PaymentsEnterprise.json b/packages/client/public/locales/az/PaymentsEnterprise.json index 547cf5036c..54714f3b0f 100644 --- a/packages/client/public/locales/az/PaymentsEnterprise.json +++ b/packages/client/public/locales/az/PaymentsEnterprise.json @@ -21,7 +21,7 @@ "UpgradeToProBannerInstructionItemDocker": "Docker üçün təlimatlar.", "UpgradeToProBannerInstructionItemLinux": "Linux təlimatı", "UpgradeToProBannerInstructionItemWindows": "Windows üçün təlimatlar.", - "UpgradeToProBannerInstructionNote": "Nəzərə alın ki, yeniləmə zamanı redaktorlar mövcud olmayacaq. Başlamazdan əvvəl {0}datanızın ehtiyat nüsxəsini çıxarmağınızı {1} tövsiyə edirik.", + "UpgradeToProBannerInstructionNote": "Nəzərə alın ki, yeniləmə zamanı redaktorlar mövcud olmayacaq. Başlamazdan əvvəl <1>datanızın ehtiyat nüsxəsini çıxarmağınızı tövsiyə edirik.", "UpgradeToProBannerInstructionReadNow": "İndi oxu", "UpgradeToProBannerItemLicenseDescr": "Funksionallıq və təhlükəsizlik yeniləmələri üçün + 1 illik abunə.", "UpgradeToProBannerItemLicenseHeader": "Həmişəlik lisenziya.", diff --git a/packages/client/public/locales/cs/Files.json b/packages/client/public/locales/cs/Files.json index 860f104b35..67cbbe0a8c 100644 --- a/packages/client/public/locales/cs/Files.json +++ b/packages/client/public/locales/cs/Files.json @@ -24,6 +24,7 @@ "DaysRemaining": "Zbývající dny: {{daysRemaining}}", "DisableNotifications": "Zakázat oznámení", "Document": "Dokument", + "DocumentEdited": "Akci nelze provést, protože se dokument upravuje.", "EditRoom": "Místnost pro úpravy", "EmptyFile": "Prázdný soubor", "EmptyFilterDescriptionText": "Tomuto filtru neodpovídají žádné soubory ani složky. Vyzkoušejte jiný nebo vymažte filtr pro zobrazení všech souborů.", diff --git a/packages/client/public/locales/cs/PaymentsEnterprise.json b/packages/client/public/locales/cs/PaymentsEnterprise.json index db09489cc0..50f5b77c08 100644 --- a/packages/client/public/locales/cs/PaymentsEnterprise.json +++ b/packages/client/public/locales/cs/PaymentsEnterprise.json @@ -1,4 +1,37 @@ { + "ActivateLicense": "Aktivovat licenci", + "ActivateLicenseActivated": "Licence aktivována", + "ActivatePurchaseBuyLicense": "Chcete-li zakoupit licenci, klikněte na tlačítko níže.", "ActivatePurchaseBuyNow": "Koupit teď", - "UpgradeToProBannerItemSupportHeader": "Technická podpora." + "ActivatePurchaseRenewLicense": "Chcete-li i nadále dostávat podporu a aktualizace, zakupte si obnovení.", + "ActivateRenewDescr": "Chcete-li získat osobní podmínky obnovení, kontaktujte svého specializovaného manažera nebo nám napište na <1>{{email}}.", + "ActivateRenewSubscriptionHeader": "Obnovení firemního předplatného Enterprise", + "ActivateSwithToProHeader": "Přechod na plnou verzi Enterprise", + "ActivateTariffDescr": "Používáte aplikaci ONLYOFFICE DocSpace Enterprise.", + "ActivateTariffEnterpriseExpiration": "Vaše předplatné vyprší dne {{date}}.", + "ActivateTariffEnterpriseTrialExpiration": "Platnost vaší zkušební verze končí dne {{date}}.", + "ActivateToProBannerHeaderTrial": "Zakoupením plné verze Enterprise získáte:", + "ActivateUploadDescr": "Chcete-li aktivovat licenci, nahrajte ji níže a klikněte na tlačítko Aktivovat.", + "FreeDaysLeft": "Počet zbývajících volných dnů: {{count}}", + "UpgradeToProBannerHeader": "Získejte bezplatný přístup k profesionálním funkcím na 30 dní", + "UpgradeToProBannerInformationAboutShort": "Více informací o edici Enterprise <1>na oficiálních stránkách", + "UpgradeToProBannerInformationDemo": "Požádejte o ukázku <1>zde", + "UpgradeToProBannerInformationPurchase": "Položte dotazy k nákupu na <1>{{email}}", + "UpgradeToProBannerInformationSupport": "Získejte technickou pomoc <1>{{helpUrl}}", + "UpgradeToProBannerInstructionDescr": "K upgradu použijte oficiální dokumentaci:", + "UpgradeToProBannerInstructionHeader": "Pro přístup k profesionálním funkcím spusťte bezplatnou 30denní zkušební verzi ONLYOFFICE DocSpace Enterprise Edition.", + "UpgradeToProBannerInstructionItemDocker": "Pokyny pro práci s nástrojem Docker.", + "UpgradeToProBannerInstructionItemLinux": "Návod pro Linux.", + "UpgradeToProBannerInstructionItemWindows": "Návod pro systém Windows.", + "UpgradeToProBannerInstructionNote": "Upozorňujeme, že během upgradu nebudou editory dostupné. Doporučujeme také, abyste před zahájením <1>zálohovali svá data.", + "UpgradeToProBannerInstructionReadNow": "Přečtěte si nyní", + "UpgradeToProBannerItemLicenseDescr": "+ Roční předplatné pro aktualizace funkcí a zabezpečení.", + "UpgradeToProBannerItemLicenseHeader": "Doživotní licence.", + "UpgradeToProBannerItemMobileDescr": "Upravujte dokumenty, listy a prezentace v mobilních prohlížečích.", + "UpgradeToProBannerItemMobileHeader": "Mobilní přístup.", + "UpgradeToProBannerItemScalabilityDescr": "Pohodlně upravujte dokumenty a spolupracujte na nich bez ohledu na velikost vašeho týmu.", + "UpgradeToProBannerItemScalabilityHeader": "Škálovatelnost a clusterování.", + "UpgradeToProBannerItemSupportDescr": "Získejte rychlou odbornou pomoc pro všechny problémy, se kterými se potýkáte.", + "UpgradeToProBannerItemSupportHeader": "Technická podpora.", + "UploadLicenseFile": "Nahrání licenčního souboru" } diff --git a/packages/client/public/locales/cs/PeopleTranslations.json b/packages/client/public/locales/cs/PeopleTranslations.json index 070315c5e8..445717db1a 100644 --- a/packages/client/public/locales/cs/PeopleTranslations.json +++ b/packages/client/public/locales/cs/PeopleTranslations.json @@ -1,4 +1,5 @@ { + "AccountLoginType": "Typ přihlášení k účtu", "DeleteSelfProfile": "Smazat profil", "DisabledEmployeeStatus": "Deaktivováno", "DisableUserButton": "Deaktivovat", diff --git a/packages/client/public/locales/cs/SMTPSettings.json b/packages/client/public/locales/cs/SMTPSettings.json index 0b2e694f6c..05b6c8936f 100644 --- a/packages/client/public/locales/cs/SMTPSettings.json +++ b/packages/client/public/locales/cs/SMTPSettings.json @@ -1,6 +1,12 @@ { "Authentication": "Autentizace", + "AuthViaNTLM": "Autentizace prostřednictvím NTLM", "EnableSSL": "Povolit SSL", + "EnterDomain": "Zadejte doménu", + "EnterEmail": "Zadejte e-mail", + "EnterLogin": "Zadejte přihlašovací jméno", + "EnterPort": "Zadat port", + "HelpText": "Pokud používáte Gmail účet pro SMTP server, nebudete moci poslat e-mail dokud neučiníte následující: přihlaste se do svého Gmail účtu pomocí standardního webového rozhraní a potvrďte všechny ověřovací otázky pro přihlášení k {{organizationName}} účtu, pokud tedy nějaké jsou. V nastavení zabezpečení na stránce Můj účet Google je také třeba vygenerovat heslo aplikace (toto heslo lze použít pouze v případě, že je povoleno dvoufázové ověření). Doporučujeme používat port 587 nebo 25 pro odesílání e-mailových zpráv, ostatní porty mohou způsobit nesprávnou funkčnost SMTP.", "Host": "Hostitel", "HostLogin": "Přihlášení hostitele", "HostPassword": "Host-Heslo", diff --git a/packages/client/public/locales/cs/Settings.json b/packages/client/public/locales/cs/Settings.json index 9d901b2faf..498b9fcfc7 100644 --- a/packages/client/public/locales/cs/Settings.json +++ b/packages/client/public/locales/cs/Settings.json @@ -53,6 +53,7 @@ "CompanyInfoSettingsDescription": "Tyto informace se zobrazí v okně <1>{{link}}.", "ConfirmEmailSended": "Potvrzující e-mail byl odeslán{{ownerName}}", "Custom": "Vlastní", + "CustomDomainName": "Vlastní název domény", "CustomDomains": "Vlastní domény", "Customization": "Přizpůsobení", "CustomizationDescription": "Tato podsekce umožňuje změnit vzhled vašeho prostoru. Můžete použít vlastní logo společnosti, název a text, aby odpovídaly značce vaší organizace.", @@ -66,6 +67,7 @@ "DataBackup": "Zálohování dat", "Deactivate": "Deaktivace", "DeactivateOrDeletePortal": "Deaktivovat nebo odstranit prostor.", + "DefaultSettings": "Výchozí nastavení", "DeleteDocSpace": "Odstranění prostoru DocSpace", "DeleteDocSpaceInfo": "Před odstraněním místa se ujistěte, že je vypnutá automatická fakturace. Stav automatického účtování můžete zkontrolovat na <1>svém zákaznickém portálu Stripe.", "DeleteTheme": "Odstranit téma", diff --git a/packages/client/public/locales/de/PaymentsEnterprise.json b/packages/client/public/locales/de/PaymentsEnterprise.json index 82513dfb74..ba0c66208c 100644 --- a/packages/client/public/locales/de/PaymentsEnterprise.json +++ b/packages/client/public/locales/de/PaymentsEnterprise.json @@ -21,7 +21,7 @@ "UpgradeToProBannerInstructionItemDocker": "Anleitung für Docker.", "UpgradeToProBannerInstructionItemLinux": "Anleitung für Linux.", "UpgradeToProBannerInstructionItemWindows": "Anleitung für Windows.", - "UpgradeToProBannerInstructionNote": "Bitte beachten Sie, dass während der Aktualisierung die Editoren unverfügbar werden. Wir empfehlen auch, dass Sie ein {0}Backup Ihrer Daten{1} zuvor machen.", + "UpgradeToProBannerInstructionNote": "Bitte beachten Sie, dass während der Aktualisierung die Editoren unverfügbar werden. Wir empfehlen auch, dass Sie ein <1>Backup Ihrer Daten zuvor machen.", "UpgradeToProBannerInstructionReadNow": "Jetzt lesen", "UpgradeToProBannerItemLicenseDescr": "+ Updates von Funktionalität und Sicherheit innerhalb vom 1-jährigen Abonnement.", "UpgradeToProBannerItemLicenseHeader": "Lebenslang gültige Lizenz.", diff --git a/packages/client/public/locales/el-GR/PaymentsEnterprise.json b/packages/client/public/locales/el-GR/PaymentsEnterprise.json index 74877806f6..87099b782f 100644 --- a/packages/client/public/locales/el-GR/PaymentsEnterprise.json +++ b/packages/client/public/locales/el-GR/PaymentsEnterprise.json @@ -1,6 +1,5 @@ { "ActivateLicenseActivated": "Η άδεια ενεργοποιήθηκε", - "ActivatePurchaseBuyLicense": "To buy license, click the button below.", "ActivatePurchaseBuyNow": "Αγορά τώρα", "ActivateRenewSubscriptionHeader": "Renew subscription for Enterprise", "ActivateToProBannerHeaderTrial": "Buy the full Enterprise version to get:", @@ -12,7 +11,6 @@ "UpgradeToProBannerInstructionItemDocker": "Docker instruction.", "UpgradeToProBannerInstructionItemLinux": "Linux instruction.", "UpgradeToProBannerInstructionItemWindows": "Windows instruction.", - "UpgradeToProBannerInstructionNote": "Please note that the editors will be unavailable during the upgrade. We also recommend to {0}backup your data{1} before you start.", "UpgradeToProBannerItemLicenseDescr": "+ 1-year subscription for functionality and security updates.", "UpgradeToProBannerItemMobileDescr": "Edit docs, sheets, and slides in mobile browsers.", "UpgradeToProBannerItemScalabilityDescr": "Comfortably edit and collaborate on docs no matter what size your team is." diff --git a/packages/client/public/locales/es/PaymentsEnterprise.json b/packages/client/public/locales/es/PaymentsEnterprise.json index 3110d2babb..7a32bc41eb 100644 --- a/packages/client/public/locales/es/PaymentsEnterprise.json +++ b/packages/client/public/locales/es/PaymentsEnterprise.json @@ -21,7 +21,7 @@ "UpgradeToProBannerInstructionItemDocker": "Instrucción para Docker.", "UpgradeToProBannerInstructionItemLinux": "Instrucción para Linux.", "UpgradeToProBannerInstructionItemWindows": "Instrucción para Windows.", - "UpgradeToProBannerInstructionNote": "Tenga en cuenta que los editores no estarán disponibles durante la actualización. También recomendamos {0}hacer una copia de seguridad de sus datos{1} antes de empezar.", + "UpgradeToProBannerInstructionNote": "Tenga en cuenta que los editores no estarán disponibles durante la actualización. También recomendamos <1>hacer una copia de seguridad de sus datos antes de empezar.", "UpgradeToProBannerInstructionReadNow": "Leer ahora", "UpgradeToProBannerItemLicenseDescr": "+ 1 año de suscripción para las actualizaciones de funcionalidad y seguridad.", "UpgradeToProBannerItemLicenseHeader": "Licencia de por vida.", diff --git a/packages/client/public/locales/fr/PaymentsEnterprise.json b/packages/client/public/locales/fr/PaymentsEnterprise.json index c2c4f6a26d..71dcca9ff5 100644 --- a/packages/client/public/locales/fr/PaymentsEnterprise.json +++ b/packages/client/public/locales/fr/PaymentsEnterprise.json @@ -21,7 +21,7 @@ "UpgradeToProBannerInstructionItemDocker": "Consignes d'installation à l'aide de Docker.", "UpgradeToProBannerInstructionItemLinux": "Consignes Linux", "UpgradeToProBannerInstructionItemWindows": "Consignes pour Windows.", - "UpgradeToProBannerInstructionNote": "Veuillez noter que les éditeurs ne seront pas disponibles pendant la mise à jour. Nous vous conseillons également de {0}sauvegarder vos données{1} avant de démarrer.", + "UpgradeToProBannerInstructionNote": "Veuillez noter que les éditeurs ne seront pas disponibles pendant la mise à jour. Nous vous conseillons également de <1>sauvegarder vos données avant de démarrer.", "UpgradeToProBannerInstructionReadNow": "Lire maintenant", "UpgradeToProBannerItemLicenseDescr": "+ 1 an d'abonnement sur les mises à jour au niveau des fonctionnalités et de la sécurité.", "UpgradeToProBannerItemLicenseHeader": "Licence à vie", diff --git a/packages/client/public/locales/lo-LA/Payments.json b/packages/client/public/locales/lo-LA/Payments.json index 5dfaa3fb10..917986de34 100644 --- a/packages/client/public/locales/lo-LA/Payments.json +++ b/packages/client/public/locales/lo-LA/Payments.json @@ -3,7 +3,7 @@ "AdministratorDescription": "ການຄັອນຟິກ DocSpace, ການສ້າງຫ້ອງ ແລະການບໍລິຫານ, ຄວາມສາມາດໃນການເຊີນ ແລະຈັດການຜູ້ໃຊ້ໃນ DocSpace ແລະໃນຫ້ອງ virtual, ຄວາມສາມາດໃນການຈັດການສິດການເຂົ້າເຖິງ.", "Benefits": "ຜົນປະໂຫຍດ", "BusinessExpired": "{{ planName }} ຂອງທ່ານໄດ້ໝົດອາຍຸໃນວັນທີ {{date}}", - "BusinessFinalDateInfo": "ການສະໝັກໃຊ້ຈະຖືກຕໍ່ອາຍຸໂດຍອັດຕະໂນມັດໃນວັນທີ {{ finalDate }} ພ້ອມກັບລາຄາທີ່ອັບເດດ ແລະສະເພາະ. ທ່ານສາມາດຍົກເລີກມັນ ຫຼືປ່ຽນຂໍ້ມູນໃບບິນຂອງທ່ານໃນປະຕູລູກຄ້າ Stripe ຂອງທ່ານໄດ້.", + "BusinessFinalDateInfo": "ການສະໝັກໃຊ້ຈະຖືກຕໍ່ອາຍຸໂດຍອັດຕະໂນມັດໃນວັນທີ {{finalDate}} ພ້ອມກັບລາຄາທີ່ອັບເດດ ແລະສະເພາະ. ທ່ານສາມາດຍົກເລີກມັນ ຫຼືປ່ຽນຂໍ້ມູນໃບບິນຂອງທ່ານໃນປະຕູລູກຄ້າ Stripe ຂອງທ່ານໄດ້.", "BusinessPlanPaymentOverdue": "ບໍ່ສາມາດເພີ່ມຜູ້ໃຊ້ໃໝ່ ແລະສ້າງຫ້ອງໃໝ່ໄດ້. {{ planName }} ແຜນການຈ່າຍເງິນເກີນກຳນົດ.", "BusinessRequestDescription": "ແຜນການລາຄາທີ່ມີ {{ peopleNumber }} admins/power users ເພີ່ມເຕີມແມ່ນມີໃຫ້ຕາມການຮ້ອງຂໍເທົ່ານັ້ນ.", "BusinessSuggestion": "ປັບແຕ່ງແຜນ {{ planName }} ຂອງທ່ານ", diff --git a/packages/client/public/locales/nl/PaymentsEnterprise.json b/packages/client/public/locales/nl/PaymentsEnterprise.json index dc0985e382..9035cde85b 100644 --- a/packages/client/public/locales/nl/PaymentsEnterprise.json +++ b/packages/client/public/locales/nl/PaymentsEnterprise.json @@ -1,6 +1,5 @@ { "ActivateLicenseActivated": "License activated", - "ActivatePurchaseBuyLicense": "To buy license, click the button below.", "ActivatePurchaseBuyNow": "Koop nu", "ActivateRenewSubscriptionHeader": "Renew subscription for Enterprise", "ActivateToProBannerHeaderTrial": "Buy the full Enterprise version to get:", @@ -12,7 +11,6 @@ "UpgradeToProBannerInstructionItemDocker": "Docker instruction.", "UpgradeToProBannerInstructionItemLinux": "Linux instruction.", "UpgradeToProBannerInstructionItemWindows": "Windows instruction.", - "UpgradeToProBannerInstructionNote": "Please note that the editors will be unavailable during the upgrade. We also recommend to {0}backup your data{1} before you start.", "UpgradeToProBannerItemLicenseDescr": "+ 1-year subscription for functionality and security updates.", "UpgradeToProBannerItemMobileDescr": "Edit docs, sheets, and slides in mobile browsers." } diff --git a/packages/client/public/locales/pt-BR/PaymentsEnterprise.json b/packages/client/public/locales/pt-BR/PaymentsEnterprise.json index fb0ac62f72..037fd4cbef 100644 --- a/packages/client/public/locales/pt-BR/PaymentsEnterprise.json +++ b/packages/client/public/locales/pt-BR/PaymentsEnterprise.json @@ -21,7 +21,7 @@ "UpgradeToProBannerInstructionItemDocker": "Instruções do Docker.", "UpgradeToProBannerInstructionItemLinux": "Instrução do Linux.", "UpgradeToProBannerInstructionItemWindows": "Instruções do Windows.", - "UpgradeToProBannerInstructionNote": "Observe que os editores não estarão disponíveis durante a atualização. Também recomendamos que você faça um {0}backup de seus dados{1} antes de começar.", + "UpgradeToProBannerInstructionNote": "Observe que os editores não estarão disponíveis durante a atualização. Também recomendamos que você faça um <1>backup de seus dados antes de começar.", "UpgradeToProBannerInstructionReadNow": "Leia agora", "UpgradeToProBannerItemLicenseDescr": "+ 1 ano de assinatura para atualizações de funcionalidade e segurança.", "UpgradeToProBannerItemLicenseHeader": "Licença Vitalícia.", diff --git a/packages/client/public/locales/sk/PaymentsEnterprise.json b/packages/client/public/locales/sk/PaymentsEnterprise.json index 2b10c3c0e1..377054b92e 100644 --- a/packages/client/public/locales/sk/PaymentsEnterprise.json +++ b/packages/client/public/locales/sk/PaymentsEnterprise.json @@ -1,6 +1,5 @@ { "ActivateLicenseActivated": "License activated", - "ActivatePurchaseBuyLicense": "To buy license, click the button below.", "ActivatePurchaseBuyNow": "Kúpiť teraz", "ActivateRenewSubscriptionHeader": "Renew subscription for Enterprise", "ActivateToProBannerHeaderTrial": "Buy the full Enterprise version to get:", @@ -12,7 +11,6 @@ "UpgradeToProBannerInstructionItemDocker": "Docker instruction.", "UpgradeToProBannerInstructionItemLinux": "Linux instruction.", "UpgradeToProBannerInstructionItemWindows": "Windows instruction.", - "UpgradeToProBannerInstructionNote": "Please note that the editors will be unavailable during the upgrade. We also recommend to {0}backup your data{1} before you start.", "UpgradeToProBannerItemLicenseDescr": "+ 1-year subscription for functionality and security updates.", "UpgradeToProBannerItemMobileDescr": "Edit docs, sheets, and slides in mobile browsers.", "UpgradeToProBannerItemScalabilityDescr": "Comfortably edit and collaborate on docs no matter what size your team is." diff --git a/packages/client/public/locales/tr/PaymentsEnterprise.json b/packages/client/public/locales/tr/PaymentsEnterprise.json index a99a88f8f9..157e3e3d83 100644 --- a/packages/client/public/locales/tr/PaymentsEnterprise.json +++ b/packages/client/public/locales/tr/PaymentsEnterprise.json @@ -1,6 +1,5 @@ { "ActivateLicenseActivated": "License activated", - "ActivatePurchaseBuyLicense": "To buy license, click the button below.", "ActivatePurchaseBuyNow": "Şimdi satın al", "ActivateRenewSubscriptionHeader": "Renew subscription for Enterprise", "ActivateToProBannerHeaderTrial": "Aşağıdakileri elde etmek için Tam Enterprise Sürümünü satın alın:", @@ -12,7 +11,6 @@ "UpgradeToProBannerInstructionItemDocker": "Docker instruction.", "UpgradeToProBannerInstructionItemLinux": "Linux instruction.", "UpgradeToProBannerInstructionItemWindows": "Windows instruction.", - "UpgradeToProBannerInstructionNote": "Please note that the editors will be unavailable during the upgrade. We also recommend to {0}backup your data{1} before you start.", "UpgradeToProBannerItemLicenseDescr": "+ 1-year subscription for functionality and security updates.", "UpgradeToProBannerItemMobileDescr": "Edit docs, sheets, and slides in mobile browsers.", "UpgradeToProBannerItemScalabilityDescr": "Ekibinizin boyutu ne olursa olsun, belgeleri rahatça düzenleyin ve ortak çalışın." diff --git a/packages/client/public/locales/zh-CN/PaymentsEnterprise.json b/packages/client/public/locales/zh-CN/PaymentsEnterprise.json index 1e646fc838..e039913082 100644 --- a/packages/client/public/locales/zh-CN/PaymentsEnterprise.json +++ b/packages/client/public/locales/zh-CN/PaymentsEnterprise.json @@ -1,10 +1,7 @@ { "ActivateLicenseActivated": "License activated", - "ActivatePurchaseBuyLicense": "To buy license, click the button below.", "ActivatePurchaseBuyNow": "立即购买", "ActivateRenewSubscriptionHeader": "Renew subscription for Enterprise", - "ActivateToProBannerHeaderTrial": "Buy the full Enterprise version to get:", - "ActivateUploadDescr": "To activate your license, upload it below and click the Activate.", "UpgradeToProBannerHeader": "Get free access to pro features for 30 days", "UpgradeToProBannerInformationAboutShort": "Learn more about Enterprise Edition <1>on the official website", "UpgradeToProBannerInformationDemo": "Request demonstration <1>here", @@ -12,7 +9,6 @@ "UpgradeToProBannerInstructionItemDocker": "Docker instruction.", "UpgradeToProBannerInstructionItemLinux": "Linux instruction.", "UpgradeToProBannerInstructionItemWindows": "Windows instruction.", - "UpgradeToProBannerInstructionNote": "Please note that the editors will be unavailable during the upgrade. We also recommend to {0}backup your data{1} before you start.", "UpgradeToProBannerItemLicenseDescr": "+ 1-year subscription for functionality and security updates.", "UpgradeToProBannerItemMobileDescr": "Edit docs, sheets, and slides in mobile browsers." } diff --git a/public/locales/cs/Common.json b/public/locales/cs/Common.json index f14cc1bd51..c6adf94361 100644 --- a/public/locales/cs/Common.json +++ b/public/locales/cs/Common.json @@ -6,6 +6,7 @@ "Action": "Akce", "Actions": "Akce", "Activate": "Aktivovat", + "ActivatePremiumFeatures": "Aktivovat prémiové funkce?", "Active": "Aktivní", "AddButton": "Přidat", "AddFilter": "Přidat filtr", @@ -20,6 +21,7 @@ "Authorization": "Autorizace", "BarMaintenanceDescription": "Omlouváme se za případné krátkodobé technické problémy ve fungování služby, které se mohou objevit dne {{targetDate}} během aktualizace {{productName}}.", "BarMaintenanceDisclaimer": "Ujistěte se prosím, že všechny změny byly během tohoto dne úspěšně uloženy.", + "Bonus": "Bonus", "BookNow": "Rezervujte si nyní", "BookTeamTraining": "Objednejte si týmové školení s našimi nejlepšími specialisty", "BookTraining": "Rezervujte si školení", @@ -103,12 +105,16 @@ "EnterName": "Zadejte název", "Error": "Chyba", "ErrorInternalServer": "Interní chyba serveru. Zkuste to později.", + "ErrorReport": "Chybové hlášení", + "ErrorReportDescription": "Otevřete níže uvedenou zprávu a podívejte se, jaké údaje obsahuje. Chybová hlášení neobsahují žádné osobní údaje uživatelů. Abyste našemu týmu pomohli lépe porozumět problému, popište jej ve volném formuláři pomocí pole pro komentář.", + "ErrorReportSuccess": "Chybové hlášení bylo úspěšně odesláno", "Exabyte": "EB", "FeedbackAndSupport": "Zpětná vazba a technická podpora", "FillFormButton": "Vyplňte formulář", "FirstName": "Křestní jméno", "FreeStartupPlan": "Bezplatný tarif {{planName}}", "FullAccess": "Plný přístup", + "GetMoreOptions": "Získejte více možností zabezpečení a tvorby značky", "Gigabyte": "GB", "GracePeriodActivated": "Aktivovaná doba odkladu", "HasFullAccess": "Má plný přístup do místnosti", @@ -197,6 +203,7 @@ "RegistrationEmail": "Váš registrační e-mail", "ReloadPage": "Obnovit stránku", "Rename": "Přejmenovat", + "RenewSubscription": "Obnovit předplatné?", "RepeatInvitation": "Zopakovat pozvání", "RequiredField": "Povinné pole", "ResetApplication": "Obnovení aplikace", @@ -218,6 +225,7 @@ "SelectFile": "Vybrat soubor", "SendButton": "Odeslat", "Sending": "Odeslání...", + "SendReport": "Odeslat hlášení", "SendRequest": "Odeslat požadavek", "Sessions": "Relace", "Settings": "Nastavení", @@ -233,9 +241,12 @@ "Size": "Velikost", "SizeImageLarge": "Velikost obrázku je příliš velká, vyberte prosím jiný obrázek.", "SomethingWentWrong": "Něco se pokazilo.", + "SomethingWentWrongDescription": "Kliknutím na tlačítko Odeslat hlášení automaticky vygenerujete hlášení a pomůžete nám chybu opravit. V hlášení nebudou použity žádné vaše osobní údaje.", "SortBy": "Seřadit podle", "SpacesInLocalPart": "Místní část nemůže obsahovat mezery", "Standard": "Standardní", + "SubscriptionExpired": "Vaše předplatné podpory a aktualizací vypršelo", + "SubscriptionIsExpiring": "Platnost vašeho předplatného vyprší dne {{date}}", "Support": "Podpora", "SwitchToThumbnails": "Přepnout na zobrazení miniatur", "SwitchViewToCompact": "Přepnout na kompaktní zobrazení", @@ -246,6 +257,8 @@ "Title": "Titulek", "TitleSelectFile": "Vybrat", "Today": "Dnes", + "TrialDaysLeft": "Zkušební verze {{number}} dní", + "TrialExpired": "Zkušební verze vypršela", "Type": "Typ", "UnexpectedError": "Došlo k neočekávané chybě. Zkuste to později nebo kontaktujte podporu.", "Unknown": "Neznámý", diff --git a/public/locales/de/Common.json b/public/locales/de/Common.json index fccae631fb..afb15b49dc 100644 --- a/public/locales/de/Common.json +++ b/public/locales/de/Common.json @@ -108,6 +108,7 @@ "FeedbackAndSupport": "Feedback und Support", "FillFormButton": "Formular ausfüllen", "FirstName": "Vorname", + "FreeProFeatures": "Bezplatný přístup k profesionálním funkcím", "FreeStartupPlan": "Kostenloser {{planName}} Plan", "FullAccess": "Voller Zugriff", "GetMoreOptions": "Erhalten Sie erweiterte Sicherheit und mehr Branding-Möglichkeiten", diff --git a/web/ASC.Web.Core/PublicResources/WebstudioNotifyPatternResource.es.resx b/web/ASC.Web.Core/PublicResources/WebstudioNotifyPatternResource.es.resx index 78a02719e1..73a5a843f1 100644 --- a/web/ASC.Web.Core/PublicResources/WebstudioNotifyPatternResource.es.resx +++ b/web/ASC.Web.Core/PublicResources/WebstudioNotifyPatternResource.es.resx @@ -1665,4 +1665,132 @@ Cordialmente, Equipo de ONLYOFFICE "www.onlyoffice.com":"https://www.onlyoffice.com/es/" + + ¡Hola, $UserName! +  +Usted acaba de crear ONLYOFFICE DocSpace, un centro de documentos donde puede impulsar la colaboración con su equipo, clientes, socios y más. Su dirección es "${__VirtualRootPath}":"${__VirtualRootPath}". +  +Por favor, confirme su correo electrónico (el enlace es válido durante 7 días): +  +$GreenButton +  +Su plan de tarifas actual es STARTUP. Es totalmente gratis e incluye: +  +* 1 administrador, 2 usuarios avanzados +* Hasta 12 salas +* Número ilimitado de usuarios en cada sala +* 2 GB de espacio de almacenamiento +  +Disfrute de una nueva forma de colaboración en documentos. +  +Cordialmente, +Equipo de ONLYOFFICE +"www.onlyoffice.com":"https://www.onlyoffice.com/es/" + + + ¡Hola, $UserName! +  +Usted acaba de crear ONLYOFFICE DocSpace, un centro de documentos donde puede impulsar la colaboración con su equipo, clientes, socios y más. Su dirección es "${__VirtualRootPath}":"${__VirtualRootPath}". +  +Por favor, confirme su correo electrónico (el enlace es válido durante 7 días): +  +$GreenButton +  +Su plan de tarifas actual es STARTUP. Es totalmente gratis e incluye: +  +* 1 administrador, 2 usuarios avanzados +* Hasta 12 salas +* Número ilimitado de usuarios en cada sala +* 2 GB de espacio de almacenamiento +  +Disfrute de una nueva forma de colaboración en documentos. +  +Cordialmente, +Equipo de ONLYOFFICE +"www.onlyoffice.com":"https://www.onlyoffice.com/es/" + + + Varios consejos para trabajar eficazmente en sus documentos + + + Descubra la suscripción empresarial de ONLYOFFICE DocSpace + + + Únase a ONLYOFFICE DocSpace + + + Obtenga gratis las aplicaciones de ONLYOFFICE + + + Obtenga gratis las aplicaciones de ONLYOFFICE + + + Obtenga gratis las aplicaciones de ONLYOFFICE + + + Únase a ONLYOFFICE DocSpace + + + Únase a ONLYOFFICE DocSpace + + + Únase a ONLYOFFICE DocSpace + + + Únase a ONLYOFFICE DocSpace + + + Únase a ONLYOFFICE DocSpace + + + Varios consejos para trabajar eficazmente en sus documentos + + + Varios consejos para trabajar eficazmente en sus documentos + + + Varios consejos para trabajar eficazmente en sus documentos + + + Inicie sesión en su cuenta de ONLYOFFICE Personal + + + ONLYOFFICE DocSpace se ha desactivado + + + Configure su ONLYOFFICE DocSpace + + + Su ONLYOFFICE DocSpace se eliminará + + + Descubra la suscripción empresarial de ONLYOFFICE DocSpace + + + El periodo de gracia para su ONLYOFFICE DocSpace está activado + + + Su suscripción a ONLYOFFICE DocSpace está a punto de expirar + + + El periodo de gracia para su ONLYOFFICE DocSpace ha expirado + + + El período de gracia para su ONLYOFFICE DocSpace expira mañana + + + Novedades en su portal el $Date + + + Solicitud al departamento de ventas + + + Descubra la suscripción empresarial de ONLYOFFICE DocSpace + + + Descubra la suscripción empresarial de ONLYOFFICE DocSpace + + + Confirme el cambio de su contraseña + \ No newline at end of file diff --git a/web/ASC.Web.Core/PublicResources/WebstudioNotifyPatternResource.fr.resx b/web/ASC.Web.Core/PublicResources/WebstudioNotifyPatternResource.fr.resx index 37d2f5d49c..70cb8cdf7b 100644 --- a/web/ASC.Web.Core/PublicResources/WebstudioNotifyPatternResource.fr.resx +++ b/web/ASC.Web.Core/PublicResources/WebstudioNotifyPatternResource.fr.resx @@ -1776,4 +1776,26 @@ $Body Période de grâce pour votre ONLYOFFICE DocSpace activé + + Bonjour, $UserName! +  +Vous venez de créer ONLYOFFICE DocSpace, un centre documentaire où vous pouvez optimiser la collaboration avec votre équipe, vos clients, vos partenaires, et plus encore. Son adresse est "${__VirtualRootPath}":"${__VirtualRootPath}". +  +Veuillez confirmer votre adresse e-mail (le lien est valable pendant 7 jours) : +  +$GreenButton +  +Votre plan tarifaire actuel est STARTUP. Il est totalement gratuit et comprend : +  +* 1 administrateur, 2 utilisateurs avancés +* Jusqu’à 12 salles +* Nombre illimité d'utilisateurs dans chaque salle +* 2 Go d'espace de stockage +  +Profitez d'un nouveau mode de collaboration documentaire ! +  +Bien à vous, +équipe ONLYOFFICE +"www.onlyoffice.com":"https://www.onlyoffice.com/fr/" + \ No newline at end of file