Merge branch 'develop' into feature/VDR-room

# Conflicts:
#	packages/client/src/pages/Home/InfoPanel/Body/sub-components/ItemTitle/Rooms/index.js
#	packages/client/src/pages/Home/InfoPanel/Body/views/History/index.js
This commit is contained in:
Nikita Gopienko 2024-05-21 12:55:23 +03:00
commit a3c9c55ad4
851 changed files with 17795 additions and 13756 deletions

30
.vscode/tasks.json vendored
View File

@ -227,6 +227,36 @@
"close": false
}
},
{
"label": "Frontend | start:internal",
"type": "shell",
"command": "cd ${workspaceFolder} ; yarn start:internal",
"group": {
"kind": "build",
"isDefault": true
},
"presentation": {
"reveal": "always",
"panel": "new",
"focus": true,
"close": false
}
},
{
"label": "Frontend | start-prod:internal",
"type": "shell",
"command": "cd ${workspaceFolder} ; yarn start-prod:internal",
"group": {
"kind": "build",
"isDefault": true
},
"presentation": {
"reveal": "always",
"panel": "new",
"focus": true,
"close": false
}
},
{
"label": "Frontend | build-and-start-prod",
"type": "shell",

View File

@ -133,6 +133,16 @@
"task": "Frontend | start-prod",
"tooltip": "🛠️ Start the \"frontend start production\" task",
},
{
"label": "Start:internal",
"task": "Frontend | start:internal",
"tooltip": "🛠️ Start the \"frontend start internal\" task",
},
{
"label": "Start prod:internal",
"task": "Frontend | start-prod:internal",
"tooltip": "🛠️ Start the \"frontend start production internal\" task",
},
{
"label": "Start storybook",
"task": "Frontend | storybook",

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -2587,134 +2587,6 @@
</translation>
</translations>
</concept_node>
<concept_node>
<name>CookieSettingsTitle</name>
<description/>
<comment/>
<default_text/>
<translations>
<translation>
<language>ar-SA</language>
<approved>false</approved>
</translation>
<translation>
<language>az-Latn-AZ</language>
<approved>false</approved>
</translation>
<translation>
<language>bg-BG</language>
<approved>false</approved>
</translation>
<translation>
<language>cs-CZ</language>
<approved>false</approved>
</translation>
<translation>
<language>de-DE</language>
<approved>false</approved>
</translation>
<translation>
<language>el-GR</language>
<approved>false</approved>
</translation>
<translation>
<language>en-US</language>
<approved>false</approved>
</translation>
<translation>
<language>es-ES</language>
<approved>false</approved>
</translation>
<translation>
<language>fi-FI</language>
<approved>false</approved>
</translation>
<translation>
<language>fr-FR</language>
<approved>false</approved>
</translation>
<translation>
<language>hy-AM</language>
<approved>false</approved>
</translation>
<translation>
<language>it-IT</language>
<approved>false</approved>
</translation>
<translation>
<language>ja-JP</language>
<approved>false</approved>
</translation>
<translation>
<language>ko-KR</language>
<approved>false</approved>
</translation>
<translation>
<language>lo-LA</language>
<approved>false</approved>
</translation>
<translation>
<language>lv-LV</language>
<approved>false</approved>
</translation>
<translation>
<language>nl-NL</language>
<approved>false</approved>
</translation>
<translation>
<language>pl-PL</language>
<approved>false</approved>
</translation>
<translation>
<language>pt-BR</language>
<approved>false</approved>
</translation>
<translation>
<language>pt-PT</language>
<approved>false</approved>
</translation>
<translation>
<language>ro-RO</language>
<approved>false</approved>
</translation>
<translation>
<language>ru-RU</language>
<approved>false</approved>
</translation>
<translation>
<language>si-SI</language>
<approved>false</approved>
</translation>
<translation>
<language>sk-SK</language>
<approved>false</approved>
</translation>
<translation>
<language>sl-SI</language>
<approved>false</approved>
</translation>
<translation>
<language>sr-Latn-RS</language>
<approved>false</approved>
</translation>
<translation>
<language>tr-TR</language>
<approved>false</approved>
</translation>
<translation>
<language>uk-UA</language>
<approved>false</approved>
</translation>
<translation>
<language>vi-VN</language>
<approved>false</approved>
</translation>
<translation>
<language>zh-CN</language>
<approved>false</approved>
</translation>
</translations>
</concept_node>
<concept_node>
<name>ErrorInvalidText</name>
<description/>

View File

@ -1,6 +1,6 @@
{
"name": "docspace",
"version": "2.5.0",
"version": "2.5.1",
"private": true,
"workspaces": {
"packages": [
@ -18,6 +18,8 @@
"deploy": "shx rm -rf ../publish/web && yarn workspaces foreach -ptR --from '{@docspace/client,@docspace/login,@docspace/doceditor,@docspace/management}' run deploy && shx cp -r public ../publish/web/ && node common/scripts/minify-common-locales.js",
"start": "node ./common/scripts/before-build.js && yarn workspaces foreach -vptiR --from '{@docspace/client,@docspace/login,@docspace/doceditor,@docspace/management}' run start",
"start-prod": "yarn workspaces foreach -vptiR --from '{@docspace/client,@docspace/login,@docspace/doceditor,@docspace/management}' run start-prod",
"start:internal": "node ./common/scripts/before-build.js && yarn workspaces foreach -vptiR --from '{@docspace/client,@docspace/login,@docspace/doceditor,@docspace/management}' run start:internal",
"start-prod:internal": "yarn workspaces foreach -vptiR --from '{@docspace/client,@docspace/login,@docspace/doceditor,@docspace/management}' run start-prod:internal",
"storybook": "yarn workspace @docspace/shared storybook",
"storybook-build": "yarn workspace @docspace/shared run storybook-build",
"storybook-serve": "yarn workspace @docspace/shared run storybook-serve",

View File

@ -1,6 +1,6 @@
{
"name": "@docspace/client",
"version": "2.5.0",
"version": "2.5.1",
"private": true,
"homepage": "",
"scripts": {
@ -10,6 +10,8 @@
"deploy": "shx --silent mkdir -p ../../../publish/web/client && shx cp -r dist/* ../../../publish/web/client",
"start": "yarn build:translations && NODE_OPTIONS=--openssl-legacy-provider webpack-cli serve",
"start-prod": "serve dist -s -p 5001",
"start:internal": "yarn build:translations && NODE_OPTIONS=--openssl-legacy-provider webpack-cli serve",
"start-prod:internal": "serve dist -s -p 5001",
"analyze": "webpack --profile --json --env mode=analyze && webpack-bundle-analyzer bundle/output/path/stats.json"
},
"old-scripts": {

View File

@ -1,7 +1,7 @@
{
{
"Account": "حساب",
"ConnectFolderTitle": "عنوان المجلد",
"ConnectionUrl": "رابط الصلة",
"Login": "تسجيل الدخول",
"SuccessfulConnectionOfAThirdParty": "تم ربط خدمة الطرف الثالث بنجاح."
}
}

View File

@ -9,8 +9,6 @@
"DisableRoomQuota": "تعطيل الحصة لهذه الغرفة",
"FillingFormsRoomDescription": "يمكنك إنشاء قوالب المستندات ومشاركتها وملؤها أو العمل باستخدام الإعدادات المسبقة الجاهزة لإنشاء مستندات من أي نوع بسرعة.",
"FillingFormsRoomTitle": "املأ نماذج الغرفة",
"FormRoomDescription": "شارك النماذج مع أي شخص واجمع النماذج الكاملة في المجلد الكامل. يمكن للمستخدمين ملء أي نموذج عدة مرات لإنشاء ملفات نهائية منفصلة. في غرف النماذج الأساسية، لا يمكنك إضافة أدوار مستخدم متعددة إلى النماذج.",
"FormRoomTitle": "غرفة النموذج الأساسي",
"Icon": "أيقونة",
"MakeRoomPrivateDescription": "سيتم تشفير جميع الملفات الموجودة في هذه الغرفة.",
"MakeRoomPrivateLimitationsWarningDescription": "باستخدام هذه الميزة، يمكنك دعوة مستخدمي DocSpace الحاليين فقط. بعد إنشاء غرفة، لن تتمكن من تغيير قائمة المستخدمين.",

View File

@ -0,0 +1 @@
{}

View File

@ -1,7 +1,6 @@
{
"ErrorEmptyResponse": "رد فارغ",
"ErrorUnavailableText": "DocSpace غير متوفر",
"InvalidLink": "رابط غير صالح",
"LinkDoesNotExist": "الرابط الذي تحاول فتحه غير موجود",
"LinkHasExpired": "انتهت صلاحية الرابط الذي تحاول فتحه"
}

View File

@ -158,7 +158,6 @@
"RoomUnpinned": "الغرفة غير مثبتة",
"SearchByContent": "ابحث من خلال محتويات الملف",
"SendByEmail": "ارسل بالبريد الإلكترونى",
"Share": "شارك",
"ShareFolder": "مشاركة المجلد",
"ShareFolderDescription": "سيتم إنشاء غرفة جديدة وسيتم نسخ جميع محتويات المجلد المحدد هناك. وبعد ذلك، يمكنك دعوة مستخدمين آخرين للتعاون في الملفات الموجودة داخل الغرفة.",
"ShareRoom": "مشاركة الغرفة",

View File

@ -0,0 +1 @@
{}

View File

@ -15,7 +15,6 @@
"LightTheme": "الوضع النهاري",
"LogoutActiveConnection": "تسجيل الخروج من الاتصال النشط",
"LogoutAllActiveConnections": "تسجيل الخروج من جميع الاتصالات النشطة",
"LogoutAllActiveSessions": "تسجيل الخروج من جميع الجلسات النشطة",
"LogoutAllActiveSessionsDescription": "سيتم تسجيل الخروج من جميع الاتصالات النشطة باستثناء هذا الاتصال، حيث أنه قيد الاستخدام حاليًا.",
"LogoutBtn": "تسجيل الخروج",
"LogoutDescription": "ملحوظة. سيتم تسجيل خروج جميع الاتصالات النشطة باستثناء هذا الاتصال ، حيث إنه قيد الاستخدام حاليًا.",

View File

@ -126,7 +126,6 @@
"ErrorMessageBruteForceProtection": "الحجة المحددة كانت خارج نطاق القيم المتاحة.",
"ErrorOccuredDownloadLog": "حدثت أخطاء أثناء استيراد البيانات. قم بتنزيل السجل للتحقق منها.",
"ErrorsWereFound": "تم العثور على أخطاء {{errors}}",
"ExistingAccount": "حساب موجود",
"ForcePathStyle": "فرض نمط المسار",
"GroupsDescription": "سيتم استيراد المستخدمين الذين حددتهم في الخطوة السابقة إلى مجموعات تم إنشاؤها في {{serviceName}}. ستظهر المجموعات في قسم الحسابات.",
"HexCode": "رمز سداسي عشري",

View File

@ -1,7 +1,7 @@
{
{
"Account": "Akkaunt",
"ConnectFolderTitle": "Qovluq başlığı",
"ConnectionUrl": "Qoşulma üçün URL",
"Login": "Giriş edin",
"SuccessfulConnectionOfAThirdParty": "Üçüncü tərəf xidməti uğurla qoşuldu."
}
}

View File

@ -9,8 +9,6 @@
"DisableRoomQuota": "Bu otaq üçün kvotanı deaktiv edin",
"FillingFormsRoomDescription": "İstənilən sənəd növünü cəld yaratmaq üçün sənəd şablonlarını yaradın, paylaşın və doldurun və ya əvvəlcədən təyin edilmiş parametrlərlə işləyin.",
"FillingFormsRoomTitle": "Formaların doldurulması otağı",
"FormRoomDescription": "Formaları hər kəslə paylaşın və bütün formaları Tamamlanmış qovluğunda toplayın. İstifadəçilər ayrı-ayrı son fayllar yaradaraq istənilən formanı bir neçə dəfə doldura bilər. Əsas forma otaqlarında formalara birdən çox istifadəçi rolu əlavə edə bilməzsiniz.",
"FormRoomTitle": "Əsas forma otağı",
"Icon": "Simvol",
"MakeRoomPrivateDescription": "Bu otaqdakı bütün fayllar şifrələnəcək.",
"MakeRoomPrivateLimitationsWarningDescription": "Bu funksiya ilə siz yalnız mövcud DocSpace istifadəçilərini dəvət edə bilərsiniz. Otaq yaratdıqdan sonra istifadəçi siyahısını dəyişə bilməzsiniz.",

View File

@ -0,0 +1 @@
{}

View File

@ -1,7 +1,6 @@
{
"ErrorEmptyResponse": "Boş cavab",
"ErrorUnavailableText": "DocSpace əlçatan deyil",
"InvalidLink": "Etibarsız keçid",
"LinkDoesNotExist": "Açmağa çalışdığınız keçid mövcud deyil.",
"LinkHasExpired": "İzlədiyiniz keçidin vaxtı keçib."
}

View File

@ -158,7 +158,6 @@
"RoomUnpinned": "Otaq sabitləmədən çıxarıldı",
"SearchByContent": "Fayl məzmununa görə axtarın",
"SendByEmail": "Elektron poçt vasitəsi ilə göndər",
"Share": "Paylaş",
"ShareFolder": "Qovluğu paylaşın",
"ShareFolderDescription": "Yeni otaq yaradılacaq və seçilmiş qovluğun bütün məzmunu oraya nüsxələnəcək. Daha sonra digər istifadəçiləri otaqdakı fayllar üzərində əməkdaşlığa dəvət edə bilərsiniz.",
"ShareRoom": "Otağı paylaşın",

View File

@ -0,0 +1 @@
{}

View File

@ -15,7 +15,6 @@
"LightTheme": "İşıqlı tema",
"LogoutActiveConnection": "Aktiv bağlantıdan çıxın",
"LogoutAllActiveConnections": "Bütün aktiv bağlantılardan çıxın",
"LogoutAllActiveSessions": "Bütün aktiv seanslardan çıxın",
"LogoutAllActiveSessionsDescription": "Bundan başqa bütün aktiv bağlantılar hazırda istifadə edildiyi üçün sistemdən çıxacaq.",
"LogoutBtn": ıxış",
"LogoutDescription": "Qeyd. Bundan başqa bütün aktiv bağlantılar hazırda istifadə edildiyi üçün sistemdən çıxacaq.",

View File

@ -125,7 +125,6 @@
"ErrorMessageBruteForceProtection": "Göstərilən arqument etibarlı dəyər diapazonundan kənarda idi.",
"ErrorOccuredDownloadLog": "Məlumatı idxal edərkən xətalar baş verdi. Onları yoxlamaq üçün jurnalı endirin.",
"ErrorsWereFound": "{{errors}} xətalar tapıldı",
"ExistingAccount": "Mövcud hesab",
"ForcePathStyle": "Məcburi Keçid Üslubu",
"GroupsDescription": "Əvvəlki addımda seçdiyiniz istifadəçilər {{serviceName}} daxilində yaradılmış qruplara köçürüləcək. Qruplar Hesablar bölməsində görünəcək.",
"HexCode": "Hex kodu",

View File

@ -1,7 +1,7 @@
{
{
"Account": "Профил",
"ConnectFolderTitle": "Заглавие на папката",
"ConnectionUrl": "Свързващ url",
"Login": "Вписване",
"SuccessfulConnectionOfAThirdParty": "Услугата на трета страна бе успешно свързана."
}
}

View File

@ -9,8 +9,6 @@
"DisableRoomQuota": "Деактивирайте квотата за тази стая",
"FillingFormsRoomDescription": "Създавайте, споделяйте и попълвайте шаблони на документи или работете с готовите предварително зададени настройки за бързо създаване на документи от всякакъв тип.",
"FillingFormsRoomTitle": "Стая за попълване на формуляри",
"FormRoomDescription": "Споделяйте формуляри с всеки и събирайте пълните формуляри в папката Завършени. Потребителите могат да попълват всеки формуляр няколко пъти, създавайки отделни финални файлове. В стаите с основни формуляри не можете да добавяте няколко потребителски роли към формулярите.",
"FormRoomTitle": "Основна стая за формуляри",
"Icon": "Икона",
"MakeRoomPrivateDescription": "Всички файлове в тази стая ще бъдат криптирани.",
"MakeRoomPrivateLimitationsWarningDescription": "С тази функция можете да поканите само съществуващи потребители на DocSpace. След като създадете стая, няма да можете да промените списъка с потребители.",

View File

@ -0,0 +1 @@
{}

View File

@ -1,7 +1,6 @@
{
"ErrorEmptyResponse": "Празен отговор",
"ErrorUnavailableText": "DocSpace не е наличен",
"InvalidLink": "Невалиден линк",
"LinkDoesNotExist": "Линкът, който се опитвате да отворите, не съществува.",
"LinkHasExpired": "Линкът, който сте последвали, е изтекъл."
}

View File

@ -158,7 +158,6 @@
"RoomUnpinned": "Стаята е освободена",
"SearchByContent": "Търсене по съдържание на файла",
"SendByEmail": "Изпратен по имейл",
"Share": "Сподели",
"ShareFolder": "Папка за споделяне",
"ShareFolderDescription": "Ще бъде създадена нова стая и цялото съдържание на избраната папка ще бъде копирано там. След това можете да поканите други потребители да си сътрудничат по файловете в стаята.",
"ShareRoom": "Сподели стая",

View File

@ -0,0 +1 @@
{}

View File

@ -15,7 +15,6 @@
"LightTheme": "Светла тема",
"LogoutActiveConnection": "Изход от активната връзка",
"LogoutAllActiveConnections": "Изход от всички активни сесии",
"LogoutAllActiveSessions": "Изход от всички активни сесии",
"LogoutAllActiveSessionsDescription": "Всички активни връзки с изключение на тази ще бъдат отписани, тъй като тази връзка се използва в момента.",
"LogoutBtn": "Изход",
"LogoutDescription": "Забележка. Всички активни връзки с изключение на тази ще бъдат отписани, тъй като тази връзка се използва в момента.",

View File

@ -125,7 +125,6 @@
"ErrorMessageBruteForceProtection": "Посоченият аргумент беше извън обхвата на валидните стойности.",
"ErrorOccuredDownloadLog": "Възникнаха грешки по време на импортиране на данни. Изтеглете дневника, за да ги проверите.",
"ErrorsWereFound": "{{errors}} грешки бяха открити",
"ExistingAccount": "Съществуващ профил",
"ForcePathStyle": "Стил на Force Path",
"GroupsDescription": "Потребителите, които сте избрали в предишната стъпка, ще бъдат входирани в групи, създадени в {{serviceName}}. Групите ще се появят в секцията Профили.",
"HexCode": "Шестнадесетичен код",

View File

@ -1,7 +1,7 @@
{
{
"Account": "Účet",
"ConnectFolderTitle": "Název složky",
"ConnectionUrl": "url adresa připojení",
"Login": "Přihlášení",
"SuccessfulConnectionOfAThirdParty": "Služba třetí strany byla úspěšně připojena."
}
}

View File

@ -9,8 +9,6 @@
"DisableRoomQuota": "Zakázat kvóty pro tuto místnost",
"FillingFormsRoomDescription": "Vytvářejte, sdílejte a vyplňujte šablony dokumentů nebo pracujte s připravenými předvolbami a rychle vytvářejte dokumenty libovolného typu.",
"FillingFormsRoomTitle": "Místnost pro vyplňování formulářů",
"FormRoomDescription": "Formuláře můžete sdílet s kýmkoli a vyplněné formuláře shromažďovat ve složce Kompletní. Uživatelé mohou vyplnit libovolný formulář vícekrát a vytvořit samostatné konečné soubory. V místnostech se základními formuláři nelze k formulářům přidávat více uživatelských rolí.",
"FormRoomTitle": "Základní formulářová místnost",
"Icon": "Ikona",
"MakeRoomPrivateDescription": "Všechny soubory v této místnosti budou zašifrovány.",
"MakeRoomPrivateLimitationsWarningDescription": "Pomocí této funkce můžete pozvat pouze stávající uživatele služby DocSpace. Po vytvoření místnosti nebudete moci seznam uživatelů měnit.",

View File

@ -0,0 +1 @@
{}

View File

@ -1,7 +1,6 @@
{
"ErrorEmptyResponse": "Prázdná reakce",
"ErrorUnavailableText": "DocSpace není k dispozici",
"InvalidLink": "Neplatný odkaz",
"LinkDoesNotExist": "Odkaz, který se snažíte otevřít, neexistuje.",
"LinkHasExpired": "Platnost odkazu, který jste použili, vypršela."
}

View File

@ -158,7 +158,6 @@
"RoomUnpinned": "Místnost odepnuta",
"SearchByContent": "Vyhledávání podle obsahu souboru",
"SendByEmail": "Odeslat emailem",
"Share": "Sdílet",
"ShareFolder": "Sdílet složku",
"ShareFolderDescription": "Vytvoří se nová místnost a veškerý obsah vybrané složky se do ní zkopíruje. Poté můžete ke spolupráci na souborech v místnosti přizvat další uživatele.",
"ShareRoom": "Sdílet místnost",

View File

@ -0,0 +1 @@
{}

View File

@ -15,7 +15,6 @@
"LightTheme": "Světlý motiv",
"LogoutActiveConnection": "Odhlášení z aktivního připojení",
"LogoutAllActiveConnections": "Odhlášení ze všech aktivních připojení",
"LogoutAllActiveSessions": "Odhlášení ze všech aktivních relací",
"LogoutAllActiveSessionsDescription": "Všechna aktivní připojení kromě tohoto připojení budou odhlášena, protože jsou právě používána.",
"LogoutBtn": "Odhlášení",
"LogoutDescription": "Poznámka. Všechna aktivní připojení kromě tohoto připojení budou odhlášena, protože jsou právě používána.",

View File

@ -125,7 +125,6 @@
"ErrorMessageBruteForceProtection": "Zadaný argument byl mimo rozsah platných hodnot.",
"ErrorOccuredDownloadLog": "Při importu dat došlo k chybám. Stáhněte si protokol a zkontrolujte je.",
"ErrorsWereFound": "bylo nalezeno {{errors}} chyb",
"ExistingAccount": "Stávající účet",
"ForcePathStyle": "Vynutit styl cesty",
"GroupsDescription": "Uživatelé, které jste vybrali v předchozím kroku, budou importováni do skupin vytvořených v {{serviceName}}. Skupiny se zobrazí v sekci Účty.",
"HexCode": "Hexadecimální kód",

View File

@ -1,7 +1,7 @@
{
{
"Account": "Konto",
"ConnectFolderTitle": "Ordnertitel",
"ConnectionUrl": "Verbindungs-URL",
"Login": "Anmeldung",
"SuccessfulConnectionOfAThirdParty": "Der Drittanbieterdienst wurde erfolgreich verbunden."
}
}

View File

@ -9,8 +9,6 @@
"DisableRoomQuota": "Die Quote für diesen Raum deaktivieren",
"FillingFormsRoomDescription": "Erstellen, teilen und füllen Sie Dokumentvorlagen oder arbeiten Sie mit den fertigen Voreinstellungen, um schnell Dokumente jeder Art zu erstellen.",
"FillingFormsRoomTitle": "Ausfüllen von Formularen Raum",
"FormRoomDescription": "Geben Sie Formulare für andere frei und sammeln Sie die vollständigen Formulare im Ordner „Abgeschlossen“. Benutzer können jedes Formular mehrmals ausfüllen und so separate endgültige Dateien erstellen. In Basic-Formularräumen können Sie den Formularen nicht mehrere Benutzerrollen hinzufügen.",
"FormRoomTitle": "Basic-Formularraum",
"Icon": "Icon",
"MakeRoomPrivateDescription": "Alle Dateien in diesem Raum werden verschlüsselt.",
"MakeRoomPrivateLimitationsWarningDescription": "Mit dieser Funktion können Sie nur bestehende DocSpace-Benutzer einladen. Nachdem Sie einen Raum erstellt haben, können Sie die Liste der Benutzer nicht mehr ändern.",

View File

@ -0,0 +1 @@
{}

View File

@ -1,7 +1,6 @@
{
"ErrorEmptyResponse": "Leere Antwort",
"ErrorUnavailableText": "DocSpace nicht verfügbar",
"InvalidLink": "Ungültiger Link",
"LinkDoesNotExist": "Der Link, den Sie öffnen möchten, existiert nicht.",
"LinkHasExpired": "Der von Ihnen verwendete Link ist abgelaufen."
}

View File

@ -158,7 +158,6 @@
"RoomUnpinned": "Raum nicht mehr angeheftet",
"SearchByContent": "Suche nach Dateiinhalten",
"SendByEmail": "Per E-Mail senden",
"Share": "Freigeben",
"ShareFolder": "Ordner freigeben",
"ShareFolderDescription": "Es wird ein neuer Raum erstellt und alle Inhalte des ausgewählten Ordners werden dorthin kopiert. Anschließend können Sie andere Benutzer zur Zusammenarbeit an den Dateien in einem Raum einladen.",
"ShareRoom": "Raum freigeben",

View File

@ -0,0 +1 @@
{}

View File

@ -15,7 +15,6 @@
"LightTheme": "Heller Modus",
"LogoutActiveConnection": "Abmelden von der aktiven Verbindung",
"LogoutAllActiveConnections": "Abmelden von allen aktiven Verbindungen",
"LogoutAllActiveSessions": "Abmelden von allen aktiven Sitzungen",
"LogoutAllActiveSessionsDescription": "Alle aktiven Verbindungen mit Ausnahme dieser Verbindung werden abgemeldet, da sie gerade in Gebrauch ist.",
"LogoutBtn": "Abmelden",
"LogoutDescription": "Hinweis. Alle aktiven Verbindungen mit Ausnahme dieser Verbindung werden abgemeldet, da sie gerade in Gebrauch ist.",

View File

@ -125,7 +125,6 @@
"EnterTitle": "Titel eingeben",
"ErrorMessageBruteForceProtection": "Das angegebene Argument lag außerhalb des gültigen Wertebereichs.",
"ErrorsWereFound": "Es wurden {{errors}} Fehler gefunden",
"ExistingAccount": "Bestehendes Konto",
"ForcePathStyle": "Erzwinge Pfad-Stil",
"GroupsDescription": "Benutzer, die Sie im vorherigen Schritt ausgewählt haben, werden in Gruppen importiert, die in {{serviceName}} erstellt wurden. Gruppen werden im Abschnitt „Konten“ angezeigt.",
"HexCode": "Hex-Code",

View File

@ -1,7 +1,7 @@
{
{
"Account": "Λογαριασμός",
"ConnectFolderTitle": "Τίτλος φακέλου",
"ConnectionUrl": "Σύνδεση url",
"Login": "Σύνδεση",
"SuccessfulConnectionOfAThirdParty": "Η υπηρεσία τρίτου μέρους συνδέθηκε επιτυχώς."
}
}

View File

@ -9,8 +9,6 @@
"DisableRoomQuota": "Απενεργοποίηση της ποσόστωσης για αυτό το δωμάτιο",
"FillingFormsRoomDescription": "Δημιουργήστε, μοιραστείτε και συμπληρώστε πρότυπα εγγράφων ή εργαστείτε με τις έτοιμες προεπιλογές για να δημιουργήσετε γρήγορα έγγραφα οποιουδήποτε τύπου",
"FillingFormsRoomTitle": "Αίθουσα συμπλήρωσης φορμών",
"FormRoomDescription": "Μοιραστείτε τις φόρμες με οποιονδήποτε και συγκεντρώστε τις πλήρεις φόρμες στον φάκελο «Ολοκληρωμένα». Οι χρήστες μπορούν να συμπληρώσουν οποιαδήποτε φόρμα πολλές φορές δημιουργώντας ξεχωριστά τελικά αρχεία. Στα δωμάτια Βασικών φορμών, δεν μπορείτε να προσθέσετε πολλαπλούς ρόλους χρηστών στις φόρμες.",
"FormRoomTitle": "Αίθουσα βασικών φορμών",
"Icon": "Εικονίδιο",
"MakeRoomPrivateDescription": "Όλα τα αρχεία σε αυτόν τον χώρο θα είναι κρυπτογραφημένα",
"MakeRoomPrivateLimitationsWarningDescription": "Με αυτήν τη λειτουργία, μπορείτε να προσκαλέσετε μόνο υπάρχοντες χρήστες του DocSpace. Μετά τη δημιουργία ενός χώρου, δεν θα μπορείτε να αλλάξετε τη λίστα των χρηστών.",

View File

@ -0,0 +1 @@
{}

View File

@ -1,7 +1,6 @@
{
"ErrorEmptyResponse": "Κενή απάντηση",
"ErrorUnavailableText": "DocSpace μη διαθέσιμο",
"InvalidLink": "Μη έγκυρος σύνδεσμος",
"LinkDoesNotExist": "Ο σύνδεσμος που προσπαθείτε να ανοίξετε δεν υπάρχει.",
"LinkHasExpired": "Ο σύνδεσμος που ακολουθήσατε έχει λήξει."
}

View File

@ -158,7 +158,6 @@
"RoomUnpinned": "Το δωμάτιο ξεκαρφιτσώθηκε",
"SearchByContent": "Αναζήτηση με βάση τα περιεχόμενα του αρχείου",
"SendByEmail": "Αποστολή μέσω email",
"Share": "Κοινή χρήση",
"ShareFolder": "Φάκελος κοινής χρήσης",
"ShareFolderDescription": "Θα δημιουργηθεί ένα νέο δωμάτιο και όλα τα περιεχόμενα του επιλεγμένου φακέλου θα αντιγραφούν εκεί. Στη συνέχεια, μπορείτε να προσκαλέσετε άλλους χρήστες να συνεργαστούν στα αρχεία εντός ενός δωματίου.",
"ShareRoom": "Κοινή χρήση δωματίου",

View File

@ -0,0 +1 @@
{}

View File

@ -15,7 +15,6 @@
"LightTheme": "Ανοιχτό θέμα",
"LogoutActiveConnection": "Αποσύνδεση από ενεργή σύνδεση",
"LogoutAllActiveConnections": "Αποσύνδεση από όλες τις ενεργές συνδέσεις",
"LogoutAllActiveSessions": "Αποσύνδεση από όλες τις ενεργές συνεδρίες",
"LogoutAllActiveSessionsDescription": "Όλες οι ενεργές συνδέσεις θα τερματιστούν, εκτός από αυτήν τη σύνδεση, καθώς χρησιμοποιείται αυτήν τη στιγμή.",
"LogoutBtn": "Αποσύνδεση",
"LogoutDescription": "Σημείωση. Όλες οι ενεργές συνδέσεις θα τερματιστούν, εκτός από αυτήν τη σύνδεση, καθώς χρησιμοποιείται αυτήν τη στιγμή.",

View File

@ -126,7 +126,6 @@
"ErrorMessageBruteForceProtection": "Η καθορισμένη τιμή ήταν εκτός του εύρους των έγκυρων τιμών.",
"ErrorOccuredDownloadLog": "Παρουσιάστηκαν σφάλματα κατά την εισαγωγή δεδομένων. Κατεβάστε το αρχείο καταγραφής για να τα ελέγξετε.",
"ErrorsWereFound": "Βρέθηκαν {{errors}}σφάλματα",
"ExistingAccount": "Υπάρχων λογαριασμός",
"ForcePathStyle": "Στυλ διαδρομής δύναμης",
"GroupsDescription": "Οι χρήστες που επιλέξατε στο προηγούμενο βήμα θα εισαχθούν στις ομάδες που δημιουργήθηκαν στο {{serviceName}}. Οι ομάδες θα εμφανιστούν στην ενότητα «Λογαριασμοί».",
"HexCode": "Κωδικός Hex",

View File

@ -1,7 +1,7 @@
{
{
"Account": "Account",
"ConnectFolderTitle": "Folder title",
"ConnectionUrl": "Connection URL",
"Login": "Login",
"SuccessfulConnectionOfAThirdParty": "Third-party service was successfully connected."
}
}

View File

@ -1,4 +1,5 @@
{
"ActivationRequired": "activation required",
"ChooseRoomType": "Choose room type",
"CollaborationRoomDescription": "Collaborate on one or multiple documents with your team",
"CollaborationRoomTitle": "Collaboration room",
@ -11,8 +12,6 @@
"FillingFormsRoomTitle": "Filling forms room",
"FormFilingRoomDescription": "Invite users to fill out a ready PDF form. Check the complete forms and analyze data automatically collected in a spreadsheet.",
"FormFilingRoomTitle": "Form Filling Room",
"FormRoomDescription": "Share forms with anyone and collect the complete forms in the Complete folder. Users can fill out any form multiple times, creating separate final files. In Basic form rooms, you can't add multiple user roles to the forms.",
"FormRoomTitle": "Basic form room",
"Icon": "Icon",
"MakeRoomPrivateDescription": "All files in this room will be encrypted.",
"MakeRoomPrivateLimitationsWarningDescription": "With this feature, you can invite only existing DocSpace users. After creating a room, you will not be able to change the list of users.",

View File

@ -0,0 +1,16 @@
{
"CreateFormFromTextDocOptionDescription": "Turn your text documents into fillable forms by adding the required fields.",
"CreateFormFromTextDocOptionTitle": "Create a form from document",
"CreateNewFormOptionDescription": "Create a new form from blank, insert fillable fields and adjust them as you need.",
"CreateNewFormOptionTitle": "Create a form from scratch",
"FormFillerRoomEmptyDescription": "Files and folders uploaded by admins will appeared here.",
"FormFillerRoomEmptyTitle": "No docs here yet",
"FormRoomEmptyDescription": "Get started with quick actions:",
"FormRoomEmptyTitle": "Welcome to the Form filling room",
"InviteUsersOptionDescription": "Invite other users to this room to start the form filling process and collect completed copies.",
"InviteUsersOptionTitle": "Invite users",
"UploadDevicePDFFormOptionDescription": "Download a PDF form from your device, and the system will automatically convert it into a form that can be filled out.",
"UploadDevicePDFFormOptionTitle": "Download the complete PDF form",
"UploadPDFFormOptionDescription": "Move a ready-to-fill-out PDF form to this room from your DocSpace.",
"UploadPDFFormOptionTitle": "Upload a PDF form"
}

View File

@ -1,7 +1,6 @@
{
"ErrorEmptyResponse": "Empty response",
"ErrorUnavailableText": "DocSpace unavailable",
"InvalidLink": "Invalid link",
"LinkDoesNotExist": "The link you are trying to open does not exist.",
"LinkHasExpired": "The link you followed has expired."
}

View File

@ -159,7 +159,6 @@
"RoomUnpinned": "Room unpinned",
"SearchByContent": "Search by file contents",
"SendByEmail": "Send by email",
"Share": "Share",
"ShareFolder": "Share folder",
"ShareFolderDescription": "A new room will be created and all the contents of the selected folder will be copied there. Afterward, you can invite other users to collaborate on the files within a room.",
"ShareRoom": "Share room",

View File

@ -4,6 +4,8 @@
"AddWatermarks": "Add watermarks to documents",
"AdvancedDisplay": "Advanced display settings",
"AllTypes": "All types",
"AllTypesAvailableForEditing": "all file types available for editing in ONLYOFFICE",
"AllTypesSupportedByEditor": "All types supported by ONLYOFFICE editors",
"APILink": "API library",
"Ascending": "Ascending",
"ButtonColor": "Button color",
@ -45,6 +47,7 @@
"EnterWidth": "Enter width",
"FeedbackAndSupport": "Feedback&Support",
"FileContentCopy": "File content copy restriction",
"FileFilter": "File Filter",
"FileId": "File ID",
"FilePreview": "File preview",
"FileSelector": "File selector",
@ -78,6 +81,7 @@
"Page": "Display page (number)",
"PublicRoomDescription": "Embed a public room to allow users to view all the documents stored there without registration.",
"RightPanelCollapsed": "Right panel collapsed",
"RoomFilter": "Room Filter",
"RoomOrFolder": "Room or Folder",
"RoomOrFolderDescription": "You can select the section, room or folder you want to display",
"RoomPreview": "Room preview",
@ -88,6 +92,7 @@
"Scale": "Scale",
"SDKDescription": "JavaScript SDK allows you to embed the whole DocSpace or its part into your web interface. Select ready-to-use modes with the pre-defined parameters or a custom one to configure it manually. To learn more about SDK, refer to the ",
"SearchBlock": "Search block",
"SearchByNameEmail": "Search by name or email",
"SearchFilterAndSort": "Search, Filter and Sort",
"SearchTerm": "Search term",
"SelectButtonText": "Select Button text",

View File

@ -12,6 +12,7 @@
"StorageQuotaDescription": "You can remove the unnecessary files or <1>{{clickHere}}</1> to find a more suitable pricing plan for your DocSpace.",
"StorageQuotaExceeded": "Storage quota exceeded",
"StorageQuotaHeader": "Storage space amount is about to be exceeded: {{currentValue}} / {{maxValue}}",
"StorageQuotaUserDescription": "You can remove the unnecessary files to free up disk space.",
"TenantCustomQuotaDescription": "You can remove the unnecessary files or change quota in the <1>Storage management settings.</1>",
"UserQuotaDescription": "<1>{{clickHere}}</1> to find a better pricing plan for your DocSpace.",
"UserQuotaHeader": "The number of admins/power users is about to be exceeded: {{currentValue}} / {{maxValue}}."

View File

@ -1,6 +1,8 @@
{
"PDFFormDialogTitle": "Ready-made PDF form",
"PDFFormInviteDescription": "Congratulations! The form is now ready to be filled out, but there are no participants in the room at the moment. Please invite them to start collecting completed copies from other users.",
"PDFFormDialogTitle": "Ready-to-fill-out PDF form",
"PDFFormEditDialogDescription": "Do you want to switch to the form editing mode? Please note that the form will no longer be available for filling out and you will need to click the Start filling button again after editing to fill it out.",
"PDFFormEditDialogTitle": "Form editing",
"PDFFormInviteDescription": "Your PDF form is ready to be filled out. Invite other users to this room to start the form filling process.",
"PDFFormIsReadyToast": "The form is ready to be filled out",
"PDFFormSuccessfullyCreatedDescription": "Your <strong>{{fileName}}</strong> form has been successfully created. You can collect completed copies from other users."
"PDFFormSuccessfullyCreatedDescription": "Your PDF form is ready to be filled out. Start collecting completed form copies from other users."
}

View File

@ -1,5 +1,6 @@
{
"ActiveSessions": "Active Sessions",
"AutoDeleteTitle": "All the sessions older than 60 days will be automatically deleted.",
"ChangeEmailSuccess": "Email has been changed successfully",
"ChangePasswordAfterLoggingOut": "Change password after logging out",
"ConnectSocialNetworks": "Connect your social networks",
@ -15,7 +16,6 @@
"LightTheme": "Light theme",
"LogoutActiveConnection": "Log out from active connection",
"LogoutAllActiveConnections": "Log out from all active connections",
"LogoutAllActiveSessions": "Log out from all active sessions",
"LogoutAllActiveSessionsDescription": "All active connections except this connection will be logged out, as it is currently in use.",
"LogoutBtn": "Log out",
"LogoutDescription": "Note. All active connections except this connection will be logged out, as it is currently in use.",
@ -28,5 +28,6 @@
"SuccessLogout": "The active connection was logged out: {{platform}}, {{browser}}",
"SystemTheme": "Use system theme",
"SystemThemeDescription": "Automatically switch between light and dark themes when your system does.",
"TerminateAllSessions": "Terminate all sessions except the current one",
"TwoFactorDescription": "Two-factor authentication via a code-generating app was enabled for all users by the admin."
}

View File

@ -6,6 +6,7 @@
"AccessRightsChangeOwnerConfirmText": "Changes will be applied after the confirmation via email.",
"AccessRightsProductUsersCan": "{{category}} users can",
"AccessRightsUsersFromList": "{{users}} from the list",
"AccountAlreadyExists": "Account already exists",
"AccountsWithoutEmails": "We found <1>{{users}} users</1> without emails. You can fill their emails or continue without this action.",
"AccountsWithoutEmailsNextStep": "We found <1>{{users}} users</1> without emails. You can add necessary data to their accounts on the next step.",
"AddAllowedIP": "Add allowed IP address",
@ -126,7 +127,6 @@
"ErrorMessageBruteForceProtection": "Specified argument was out of the range of valid values.",
"ErrorOccuredDownloadLog": "Errors occurred during data import. Download the log to check them.",
"ErrorsWereFound": "{{errors}} errors were found",
"ExistingAccount": "Existing account",
"ForcePathStyle": "Force Path Style",
"GroupsDescription": "Users which you selected in the previous step will be imported into groups created in {{serviceName}}. Groups will appear in the Accounts section.",
"HexCode": "Hex code",
@ -213,6 +213,7 @@
"RestoreBackupDescription": "Use this option to restore your space from the previously saved backup file.",
"RestoreBackupResetInfoWarningText": "All current passwords will be reset. DocSpace users will get an email with the access restoration link.",
"RestoreBackupWarningText": "DocSpace will become unavailable during the restore process. After the restore is complete all the changes made after the date of the selected restore point will be lost.",
"RolesAreSet": "Roles already set for the selected users.",
"RoomsModule": "Backup room",
"RoomsModuleDescription": "You may create a new room specifically for the backup, choose one of the existing rooms, or save the copy in their {{roomName}} room.",
"SaveToApply": "Click the <strong>Save</strong> button at the bottom to apply.",
@ -296,6 +297,7 @@
"UseHttp": "Use Http",
"UserAgreement": "I confirm and want to proceed",
"UserLimitExceeded": "User limit exceeded. To proceed to the next step, please adjust the number of users or increase the DocSpace user limit.",
"UsersAreRegistered": "You selected users registered in your DocSpace, with the roles already set. Please proceed to the next step or go back to select more users.",
"UsersSectionDescription": "Section \"Users\" includes the users you selected in the previous step. By default, it is always enabled and can't be unselected.",
"UseSpecialChar": "Use special characters",
"UseUpperCase": "Use capital letters",

View File

@ -1,7 +1,7 @@
{
{
"Account": "Cuenta",
"ConnectFolderTitle": "Título de carpeta",
"ConnectionUrl": "URL de conexión",
"Login": "Iniciar sesión",
"SuccessfulConnectionOfAThirdParty": "El servicio de terceros se ha conectado correctamente."
}
}

View File

@ -9,8 +9,6 @@
"DisableRoomQuota": "Desactivar cuota para esta sala",
"FillingFormsRoomDescription": "Cree, comparta y rellene plantillas de documentos o trabaje con los preajustes listos para crear rápidamente documentos de cualquier tipo.",
"FillingFormsRoomTitle": "Sala para rellenar formularios",
"FormRoomDescription": "Comparta formularios con cualquier persona y recopile los formularios completos en la carpeta Completado. Los usuarios pueden rellenar cualquier formulario varias veces creando archivos finales separados. En las Salas de formularios básicos, no puede añadir múltiples roles de usuario a los formularios.",
"FormRoomTitle": "Sala de formularios básicos",
"Icon": "Icono",
"MakeRoomPrivateDescription": "Todos los archivos de esta sala se cifrarán.",
"MakeRoomPrivateLimitationsWarningDescription": "Con esta característica, solo puede invitar a los usuarios existentes de DocSpace. Después de crear una sala, no podrá cambiar la lista de usuarios.",

View File

@ -0,0 +1 @@
{}

View File

@ -1,7 +1,6 @@
{
"ErrorEmptyResponse": "Respuesta vacía",
"ErrorUnavailableText": "DocSpace no está disponible",
"InvalidLink": "Enlace no válido",
"LinkDoesNotExist": "El enlace que usted intenta abrir no existe.",
"LinkHasExpired": "El enlace que usted ha seguido ha expirado."
}

View File

@ -158,7 +158,6 @@
"RoomUnpinned": "Se ha desanclado la sala",
"SearchByContent": "Buscar por contenido del archivo",
"SendByEmail": "Enviar por correo electrónico",
"Share": "Compartir",
"ShareFolder": "Compartir carpeta",
"ShareFolderDescription": "Se creará una nueva sala y allí se copiará todo el contenido de la carpeta seleccionada. Luego, puede invitar a otros usuarios a colaborar en los archivos dentro de una sala.",
"ShareRoom": "Compartir sala",

View File

@ -0,0 +1 @@
{}

View File

@ -15,7 +15,6 @@
"LightTheme": "Tema claro",
"LogoutActiveConnection": "Salir de la conexión activa",
"LogoutAllActiveConnections": "Salir de todas las conexiones activas",
"LogoutAllActiveSessions": "Salir de todas las sesiones activas",
"LogoutAllActiveSessionsDescription": "Todas las conexiones activas excepto esta conexión se desconectarán, ya que está actualmente en uso.",
"LogoutBtn": "Cerrar sesión",
"LogoutDescription": "Aviso. Todas las conexiones activas excepto esta conexión se desconectarán, ya que está actualmente en uso.",

View File

@ -126,7 +126,6 @@
"ErrorMessageBruteForceProtection": "El argumento especificado estaba fuera del rango de valores válidos.",
"ErrorOccuredDownloadLog": "Se han producido errores durante la importación de datos. Descargue el registro para comprobarlos.",
"ErrorsWereFound": "Se han encontrado {{errors}} errores",
"ExistingAccount": "Cuenta existente",
"ForcePathStyle": "Estilo de Force Path",
"GroupsDescription": "Los usuarios que ha seleccionado en el paso anterior se importarán a los grupos creados en {{serviceName}}. Los grupos aparecerán en la sección Cuentas.",
"HexCode": "Código hexadecimal",

View File

@ -1,7 +1,7 @@
{
{
"Account": "Tili",
"ConnectFolderTitle": "Kansion nimi",
"ConnectionUrl": "Yhteyden url-osoite",
"Login": "Kirjaudu sisään",
"SuccessfulConnectionOfAThirdParty": "Kolmannen osapuolen palvelu onnistuneesti yhdistetty."
}
}

View File

@ -9,8 +9,6 @@
"DisableRoomQuota": "Ota tämän huoneen kiintiö pois käytöstä",
"FillingFormsRoomDescription": "Rakenna, jaa ja täytä dokumenttipohjia tai tee töitä valmiiden pohjien kanssa luodaksesi nopeasti kaikentyyppisiä dokumentteja.",
"FillingFormsRoomTitle": "Lomakkeiden täyttöhuone",
"FormRoomDescription": "Jaa lomakkeita kenen tahansa kanssa ja kerää täytettyjä lomakkeita ”Täytetyt lomakkeet”-osiossa. Käyttäjät voivat täyttää minkä tahansa lomakkeen useita kertoja luomalla erillisiä lopullisia tiedostoja. Peruslomake-huoneissa et voi lisätä useita käyttäjärooleja lomakkeisiin.",
"FormRoomTitle": "Peruslomakehuone",
"Icon": "Kuvake",
"MakeRoomPrivateDescription": "Kaikki tämän huoneen tiedostot salataan.",
"MakeRoomPrivateLimitationsWarningDescription": "Tällä toiminnolla, voit kutsua vai olemassa olevia DocSpace-käyttäjiä. Huoneen luomisen jälkeen et voi muuttaa käyttäjien listaa.",

View File

@ -0,0 +1 @@
{}

View File

@ -1,7 +1,6 @@
{
"ErrorEmptyResponse": "Tyhjä vastaus",
"ErrorUnavailableText": "DocSpace ei ole saatavilla",
"InvalidLink": "Virheellinen linkki",
"LinkDoesNotExist": "Linkki, jota yrität avata ei ole olemassa.",
"LinkHasExpired": "Linkki, jota seurasit on vanhentunut."
}

View File

@ -158,7 +158,6 @@
"RoomUnpinned": "Huone irrotettu",
"SearchByContent": "Etsi kansion sisällön mukaan",
"SendByEmail": "Lähetä sähköpostitse",
"Share": "Jaa",
"ShareFolder": "Jaa kansio",
"ShareFolderDescription": "Uusi huone luodaan ja koko valitun kansion sisältö kopioidaan tähän. Sen jälkeen voit kutsua käyttäjiä huoneeseen tekemään yhteistyötä tiedostoilla.",
"ShareRoom": "Jaa huone",

View File

@ -0,0 +1 @@
{}

View File

@ -15,7 +15,6 @@
"LightTheme": "Kevyt teema",
"LogoutActiveConnection": "Kirjaudu ulos aktiivisesta yhteydestä",
"LogoutAllActiveConnections": "Kirjaudu ulos aktiivisista yhteyksistä",
"LogoutAllActiveSessions": "Kirjaudu ulos aktiivisista istunnoista",
"LogoutAllActiveSessionsDescription": "Kaikki aktiiviset yhteydet paitsi tämä yhteys kirjataan ulos, koska se on tällä hetkellä käytössä oleva.",
"LogoutBtn": "Kirjaudu ulos",
"LogoutDescription": "Huom. Kaikki aktiiviset yhteydet paitsi tämä yhteys kirjataan ulos, koska se on tällä hetkellä käytössä oleva.",

View File

@ -126,7 +126,6 @@
"ErrorMessageBruteForceProtection": "Määritetty argumentti oli kelvollisten arvojen ulkopuolella.",
"ErrorOccuredDownloadLog": "Tietojen tuonnin aikana tapahtui virheitä. Lataa loki tarkistaaksesi ne.",
"ErrorsWereFound": "{{errors}} virhettä löytyi",
"ExistingAccount": "Olemassa oleva tili",
"ForcePathStyle": "Pakota polku -tyyli",
"GroupsDescription": "Käyttäjät, jotka valitsit edellisessä vaiheessa tuodaan huoneisiin, jotka on luotu {{serviceName}}ssa. Ryhmät ilmestyvät Tilit-osioon.",
"HexCode": "Hex-koodi",

View File

@ -1,7 +1,7 @@
{
{
"Account": "Compte",
"ConnectFolderTitle": "Titre du dossier",
"ConnectionUrl": "URL de connexion",
"Login": "Identifiant",
"SuccessfulConnectionOfAThirdParty": "Le service tiers a été connecté avec succès."
}
}

View File

@ -9,8 +9,6 @@
"DisableRoomQuota": "Désactiver le quota pour cette salle",
"FillingFormsRoomDescription": "Créez, partagez et remplissez des modèles de documents ou utilisez les modèles prêts à lemploi pour créer rapidement des documents de tout type.",
"FillingFormsRoomTitle": "Salle de remplissage de formulaires",
"FormRoomDescription": "Partagez les formulaires avec n'importe qui et placez les formulaires terminés dans le dossier Terminés. Les utilisateurs peuvent remplir un formulaire plusieurs fois et créer un fichier final séparé à chaque fois. Dans les salles de formulaires de base, vous ne pouvez pas ajouter plusieurs rôles d'utilisateur aux formulaires.",
"FormRoomTitle": "Salle de formulaires de base",
"Icon": "Icône",
"MakeRoomPrivateDescription": "Tous les fichiers de cette salle seront chiffrés.",
"MakeRoomPrivateLimitationsWarningDescription": "Cette fonction vous permet dinviter uniquement les utilisateurs existants de DocSpace. Après avoir créé une salle, vous ne pourrez pas modifier la liste des utilisateurs.",

View File

@ -0,0 +1 @@
{}

View File

@ -1,7 +1,6 @@
{
"ErrorEmptyResponse": "Réponse vide",
"ErrorUnavailableText": "DocSpace non disponible",
"InvalidLink": "Lien incorrect",
"LinkDoesNotExist": "Le lien que vous essayez d'ouvrir n'existe pas.",
"LinkHasExpired": "Le lien que vous avez suivi a expiré."
}

View File

@ -158,7 +158,6 @@
"RoomUnpinned": "Salle désépinglée",
"SearchByContent": "Recherche par contenu de fichier",
"SendByEmail": "Envoyer par émail",
"Share": "Partager",
"ShareFolder": "Partager le dossier",
"ShareFolderDescription": "Une nouvelle salle sera créée et tout le contenu du dossier sélectionné y sera copié. Vous pouvez ensuite inviter d'autres utilisateurs à collaborer sur les fichiers d'une salle.",
"ShareRoom": "Partager la salle",

View File

@ -0,0 +1 @@
{}

View File

@ -15,7 +15,6 @@
"LightTheme": "Thème clair",
"LogoutActiveConnection": "Déconnexion de la connexion active",
"LogoutAllActiveConnections": "Déconnexion de toutes les connexions actives",
"LogoutAllActiveSessions": "Déconnexion de toutes les sessions actives",
"LogoutAllActiveSessionsDescription": "Toutes les connexions actives seront désactivées, à lexception de cette connexion, car elle est en cours dutilisation.",
"LogoutBtn": "Se déconnecter",
"LogoutDescription": "Remarque : toutes les connexions actives seront désactivées, à lexception de cette connexion, car elle est en cours dutilisation.",

View File

@ -126,7 +126,6 @@
"ErrorMessageBruteForceProtection": "L'argument spécifié était en dehors de la plage des valeurs valides.",
"ErrorOccuredDownloadLog": "Les erreurs se sont produites lors de limportation des données. Téléchargez le journal pour les vérifier.",
"ErrorsWereFound": "{{errors}} erreurs ont été détectées",
"ExistingAccount": "Compte existant",
"ForcePathStyle": "Force le style de chemin",
"GroupsDescription": "Les utilisateurs que vous avez sélectionnés à l'étape précédente seront importés vers les groupes qu'on a créé dans {{serviceName}}. Groupes apparaîtront dans la section Comptes.",
"HexCode": "Code hexadécimal ",

View File

@ -1,7 +1,7 @@
{
{
"Account": "Հաշիվ",
"ConnectFolderTitle": "Պանակի անվանում",
"ConnectionUrl": "Կապակցման URL",
"Login": "Մուտքգործում",
"SuccessfulConnectionOfAThirdParty": "Երրորդ կողմի ծառայությունը հաջողությամբ միացավ:"
}
}

View File

@ -9,8 +9,6 @@
"DisableRoomQuota": "Անջատեք այս սենյակի չափաբաժինը",
"FillingFormsRoomDescription": "Ստեղծեք, համօգտագործեք և լրացրեք փաստաթղթերի ձևանմուշներ կամ աշխատեք պատրաստի նախակայումների հետ՝ ցանկացած տեսակի փաստաթղթեր արագ ստեղծելու համար",
"FillingFormsRoomTitle": "Ձևաթղթերի լրացման սենյակ",
"FormRoomDescription": "Կիսեք ձևերը ցանկացածի հետ և հավաքեք ամբողջական ձևերը Complete թղթապանակում: Օգտագործողները կարող են մի քանի անգամ լրացնել ցանկացած ձև՝ ստեղծելով առանձին վերջնական ֆայլեր: Հիմնական ձևերի սենյակներում դուք չեք կարող օգտատերերի մի քանի դերեր ավելացնել ձևերին:",
"FormRoomTitle": "Հիմնական ձևի սենյակ",
"Icon": "Պատկերակ",
"MakeRoomPrivateDescription": "Այս սենյակի բոլոր ֆայլերը կգաղտնագրվեն",
"MakeRoomPrivateLimitationsWarningDescription": "Այս ֆունկցիայի միջոցով կարող եք հրավիրել միայն DocSpace-ի գոյություն ունեցող օգտվողներին: Սենյակ ստեղծելուց հետո դուք չեք կարողանա փոխել օգտատերերի ցանկը:",

View File

@ -0,0 +1 @@
{}

View File

@ -1,7 +1,6 @@
{
"ErrorEmptyResponse": "Դատարկ պատասխան",
"ErrorUnavailableText": "DocSpace-ը առկա չէ",
"InvalidLink": "Անվավեր հղում",
"LinkDoesNotExist": "Հղումը, որը փորձում եք բացել, գոյություն չունի:",
"LinkHasExpired": "Ձեր հետևած հղումը ժամկետանց է:"
}

View File

@ -158,7 +158,6 @@
"RoomUnpinned": "Սենյակն ապաամրացվեց",
"SearchByContent": "Որոնել ըստ ֆայլի բովանդակության",
"SendByEmail": "Ուղարկել էլփոստով",
"Share": "Համօգտագործել",
"ShareFolder": "Համօգտագործել թղթապանակը",
"ShareFolderDescription": "Կստեղծվի նոր սենյակ, և ընտրված թղթապանակի ամբողջ բովանդակությունը կպատճենվի այնտեղ: Այնուհետև կարող եք հրավիրել այլ օգտատերերի՝ համագործակցելու սենյակում գտնվող ֆայլերի շուրջ:",
"ShareRoom": "Կիսվեք սենյակով",

View File

@ -0,0 +1 @@
{}

View File

@ -15,7 +15,6 @@
"LightTheme": "Բաց ոճ",
"LogoutActiveConnection": "Դուրս եկեք ակտիվ կապից",
"LogoutAllActiveConnections": "Դուրս եկեք բոլոր ակտիվ կապերից",
"LogoutAllActiveSessions": "Դուրս գալ բոլոր ակտիվ սեսիաներից",
"LogoutAllActiveSessionsDescription": "Բոլոր ակտիվ կապերը, բացի այս կապից, դուրս կգրվեն, քանի որ այն ներկայումս օգտագործվում է:",
"LogoutBtn": "Դուրս գալ",
"LogoutDescription": "Նշում. Բոլոր ակտիվ կապերը, բացի այս կապից, դուրս կգրվեն, քանի որ այն ներկայումս օգտագործվում է:",

View File

@ -126,7 +126,6 @@
"ErrorMessageBruteForceProtection": "Նշված արգումենտը վավեր արժեքների շրջանակից դուրս էր:",
"ErrorOccuredDownloadLog": "Սխալներ են տեղի ունեցել տվյալների ներմուծման ժամանակ: Ներբեռնեք գրանցամատյանը՝ դրանք ստուգելու համար:",
"ErrorsWereFound": "{{errors}} Գտնվել են սխալներ",
"ExistingAccount": "Գոյություն ունեցող հաշիվ",
"ForcePathStyle": "Պարտադրել ուղու ոճ",
"GroupsDescription": "Նախորդ քայլում ձեր ընտրած օգտատերերը կներմուծվեն {{serviceName}}-ում ստեղծված խմբերում: Խմբերը կհայտնվեն «Հաշիվներ» բաժնում:",
"HexCode": "Հեքս կոդը",

View File

@ -1,7 +1,7 @@
{
{
"Account": "Account",
"ConnectFolderTitle": "Nome cartella",
"ConnectionUrl": "URL di connessione",
"Login": "Accedi",
"SuccessfulConnectionOfAThirdParty": "Il servizio di terze parti è stato connesso correttamente."
}
}

View File

@ -9,8 +9,6 @@
"DisableRoomQuota": "Disattiva la quota per questa stanza",
"FillingFormsRoomDescription": "Crea, condividi e compila modelli di documenti o lavora con i moduli precompilati per creare rapidamente documenti di qualsiasi tipo.",
"FillingFormsRoomTitle": "Stanza di compilazione di moduli",
"FormRoomDescription": "Condividi moduli con chiunque e raccogli i moduli completi nella cartella Compilati. Gli utenti possono compilare qualsiasi modulo più volte creando diversi file finali. Nelle Stanze dei moduli di base non è possibile aggiungere più ruoli utente ai moduli.",
"FormRoomTitle": "Stanze dei moduli di base",
"Icon": "Icona",
"MakeRoomPrivateDescription": "Tutti i file in questa stanza verranno crittografati.",
"MakeRoomPrivateLimitationsWarningDescription": "Con questa funzione, puoi invitare solo gli utenti esistenti di DocSpace. Dopo aver creato una stanza, non sarai in grado di modificare lelenco degli utenti.",

View File

@ -0,0 +1 @@
{}

Some files were not shown because too many files have changed in this diff Show More