Merge branch 'develop' into feature/active-sessions

# Conflicts:
#	packages/client/public/locales/ar-SA/People.json
#	packages/client/public/locales/ar-SA/PeopleTranslations.json
#	packages/client/public/locales/az/People.json
#	packages/client/public/locales/az/PeopleTranslations.json
#	packages/client/public/locales/bg/People.json
#	packages/client/public/locales/bg/PeopleTranslations.json
#	packages/client/public/locales/cs/People.json
#	packages/client/public/locales/cs/PeopleTranslations.json
#	packages/client/public/locales/de/People.json
#	packages/client/public/locales/de/PeopleTranslations.json
#	packages/client/public/locales/el-GR/People.json
#	packages/client/public/locales/el-GR/PeopleTranslations.json
#	packages/client/public/locales/en/PeopleTranslations.json
#	packages/client/public/locales/en/Profile.json
#	packages/client/public/locales/en/Settings.json
#	packages/client/public/locales/es/People.json
#	packages/client/public/locales/es/PeopleTranslations.json
#	packages/client/public/locales/fi/People.json
#	packages/client/public/locales/fi/PeopleTranslations.json
#	packages/client/public/locales/fr/People.json
#	packages/client/public/locales/fr/PeopleTranslations.json
#	packages/client/public/locales/hy-AM/People.json
#	packages/client/public/locales/hy-AM/PeopleTranslations.json
#	packages/client/public/locales/it/People.json
#	packages/client/public/locales/it/PeopleTranslations.json
#	packages/client/public/locales/ja-JP/People.json
#	packages/client/public/locales/ja-JP/PeopleTranslations.json
#	packages/client/public/locales/ko-KR/People.json
#	packages/client/public/locales/ko-KR/PeopleTranslations.json
#	packages/client/public/locales/lo-LA/People.json
#	packages/client/public/locales/lv/People.json
#	packages/client/public/locales/lv/PeopleTranslations.json
#	packages/client/public/locales/nl/People.json
#	packages/client/public/locales/nl/PeopleTranslations.json
#	packages/client/public/locales/pl/People.json
#	packages/client/public/locales/pl/PeopleTranslations.json
#	packages/client/public/locales/pt-BR/People.json
#	packages/client/public/locales/pt-BR/PeopleTranslations.json
#	packages/client/public/locales/pt/People.json
#	packages/client/public/locales/pt/PeopleTranslations.json
#	packages/client/public/locales/ro/People.json
#	packages/client/public/locales/ro/PeopleTranslations.json
#	packages/client/public/locales/ru/People.json
#	packages/client/public/locales/ru/PeopleTranslations.json
#	packages/client/public/locales/ru/Profile.json
#	packages/client/public/locales/ru/Settings.json
#	packages/client/public/locales/sk/People.json
#	packages/client/public/locales/sk/PeopleTranslations.json
#	packages/client/public/locales/sl/People.json
#	packages/client/public/locales/sl/PeopleTranslations.json
#	packages/client/public/locales/tr/People.json
#	packages/client/public/locales/tr/PeopleTranslations.json
#	packages/client/public/locales/uk-UA/People.json
#	packages/client/public/locales/uk-UA/PeopleTranslations.json
#	packages/client/public/locales/vi/People.json
#	packages/client/public/locales/vi/PeopleTranslations.json
#	packages/client/public/locales/zh-CN/People.json
#	packages/client/public/locales/zh-CN/PeopleTranslations.json
#	packages/client/src/components/FilesPanels/index.js
#	packages/client/src/components/dialogs/LogoutAllSessionDialog/index.js
#	packages/client/src/components/dialogs/LogoutSessionDialog/index.js
#	packages/client/src/components/dialogs/index.js
#	packages/client/src/pages/PortalSettings/Layout/Section/Header/index.js
#	packages/client/src/pages/Profile/Section/Body/sub-components/active-session/index.js
#	packages/client/src/store/DialogsStore.js
#	packages/client/src/store/SelectionPeopleStore.js
#	packages/client/src/store/SettingsSetupStore.js
#	packages/shared/themes/base.ts
#	packages/shared/themes/dark.ts
#	public/locales/ar-SA/Common.json
#	public/locales/az/Common.json
#	public/locales/bg/Common.json
#	public/locales/cs/Common.json
#	public/locales/de/Common.json
#	public/locales/el-GR/Common.json
#	public/locales/en/Common.json
#	public/locales/es/Common.json
#	public/locales/fi/Common.json
#	public/locales/fr/Common.json
#	public/locales/hy-AM/Common.json
#	public/locales/it/Common.json
#	public/locales/ja-JP/Common.json
#	public/locales/ko-KR/Common.json
#	public/locales/lo-LA/Common.json
#	public/locales/lv/Common.json
#	public/locales/nl/Common.json
#	public/locales/pl/Common.json
#	public/locales/pt-BR/Common.json
#	public/locales/pt/Common.json
#	public/locales/ro/Common.json
#	public/locales/ru/Common.json
#	public/locales/sk/Common.json
#	public/locales/sl/Common.json
#	public/locales/tr/Common.json
#	public/locales/uk-UA/Common.json
#	public/locales/vi/Common.json
#	public/locales/zh-CN/Common.json
This commit is contained in:
Elyor Djalilov 2024-05-02 18:45:36 +05:00
commit fca9c7a815
3583 changed files with 181887 additions and 47344 deletions

View File

@ -6,7 +6,7 @@ on:
- develop
paths:
- 'public/**'
- 'packages/components/**'
- 'packages/shared/.storybook/**'
jobs:
build:
@ -20,7 +20,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: '18.x'
node-version: '20.x'
- run: yarn
- run: yarn storybook-build
@ -33,7 +33,7 @@ jobs:
- name: Upload storybook files
run: |
aws s3 cp ./packages/components/storybook-static/ ${{ secrets.AWS_BUCKER_URL }}/ \
aws s3 cp ./packages/shared/storybook-static/ ${{ secrets.AWS_BUCKER_URL }}/ \
--recursive
- name: Invalidate AWS CLOUDFRONT cache

2
.gitignore vendored
View File

@ -15,7 +15,7 @@ Logs/
.eslintcache
/public/debuginfo.md
/public/campaigns/*
.yarn/*
!.yarn/patches

15
.vscode/extensions.json vendored Normal file
View File

@ -0,0 +1,15 @@
{
"recommendations": [
"ymotongpoo.licenser",
"folke.vscode-monorepo-workspace",
"orta.vscode-jest",
"firsttris.vscode-jest-runner",
"spencerwmiles.vscode-task-buttons",
"esbenp.prettier-vscode",
"formulahendry.auto-close-tag",
"formulahendry.auto-complete-tag",
"formulahendry.auto-rename-tag",
"mrmlnc.vscode-duplicate",
"ms-python.python"
]
}

View File

@ -1,25 +1,25 @@
// (c) Copyright Ascensio System SIA 2010-2022
//
// (c) Copyright Ascensio System SIA 2010-2024
//
// This program is a free software product.
// You can redistribute it and/or modify it under the terms
// of the GNU Affero General Public License (AGPL) version 3 as published by the Free Software
// Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended
// to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of
// any third-party rights.
//
//
// This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty
// of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see
// the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html
//
//
// You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021.
//
//
// The interactive user interfaces in modified source and object code versions of the Program must
// display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3.
//
//
// Pursuant to Section 7(b) of the License you must retain the original Product logo when
// distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under
// trademark law for use of our trademarks.
//
//
// All the Product's GUI elements, including illustrations and icon sets, as well as technical writing
// 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
@ -62,11 +62,11 @@ public class ImagesTest
{
return new Dictionary<ModuleTypes, string>() {
{ ModuleTypes.PUBLIC, Path.Combine(BasePath,Utils.ConvertPathToOS("public")) },
{ ModuleTypes.COMMON, Path.Combine(BasePath,Utils.ConvertPathToOS("packages/common")) },
{ ModuleTypes.COMPONENTS, Path.Combine(BasePath,Utils.ConvertPathToOS("packages/components")) },
{ ModuleTypes.SHARED, Path.Combine(BasePath,Utils.ConvertPathToOS("packages/shared")) },
{ ModuleTypes.CLIENT, Path.Combine(BasePath,Utils.ConvertPathToOS("packages/client")) },
{ ModuleTypes.EDITOR, Path.Combine(BasePath,Utils.ConvertPathToOS("packages/editor")) },
{ ModuleTypes.LOGIN, Path.Combine(BasePath,Utils.ConvertPathToOS("packages/login")) }
{ ModuleTypes.EDITOR, Path.Combine(BasePath,Utils.ConvertPathToOS("packages/doceditor")) },
{ ModuleTypes.LOGIN, Path.Combine(BasePath,Utils.ConvertPathToOS("packages/login")) },
{ ModuleTypes.MANAGEMENT, Path.Combine(BasePath,Utils.ConvertPathToOS("packages/management")) }
};
}
}

File diff suppressed because it is too large Load Diff

View File

@ -1,25 +1,25 @@
// (c) Copyright Ascensio System SIA 2010-2022
//
// (c) Copyright Ascensio System SIA 2010-2024
//
// This program is a free software product.
// You can redistribute it and/or modify it under the terms
// of the GNU Affero General Public License (AGPL) version 3 as published by the Free Software
// Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended
// to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of
// any third-party rights.
//
//
// This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty
// of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see
// the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html
//
//
// You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021.
//
//
// The interactive user interfaces in modified source and object code versions of the Program must
// display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3.
//
//
// Pursuant to Section 7(b) of the License you must retain the original Product logo when
// distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under
// trademark law for use of our trademarks.
//
//
// All the Product's GUI elements, including illustrations and icon sets, as well as technical writing
// 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

View File

@ -1,25 +1,25 @@
// (c) Copyright Ascensio System SIA 2010-2022
//
// (c) Copyright Ascensio System SIA 2010-2024
//
// This program is a free software product.
// You can redistribute it and/or modify it under the terms
// of the GNU Affero General Public License (AGPL) version 3 as published by the Free Software
// Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended
// to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of
// any third-party rights.
//
//
// This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty
// of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see
// the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html
//
//
// You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021.
//
//
// The interactive user interfaces in modified source and object code versions of the Program must
// display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3.
//
//
// Pursuant to Section 7(b) of the License you must retain the original Product logo when
// distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under
// trademark law for use of our trademarks.
//
//
// All the Product's GUI elements, including illustrations and icon sets, as well as technical writing
// 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

View File

@ -1,25 +1,25 @@
// (c) Copyright Ascensio System SIA 2010-2022
//
// (c) Copyright Ascensio System SIA 2010-2024
//
// This program is a free software product.
// You can redistribute it and/or modify it under the terms
// of the GNU Affero General Public License (AGPL) version 3 as published by the Free Software
// Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended
// to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of
// any third-party rights.
//
//
// This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty
// of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see
// the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html
//
//
// You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021.
//
//
// The interactive user interfaces in modified source and object code versions of the Program must
// display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3.
//
//
// Pursuant to Section 7(b) of the License you must retain the original Product logo when
// distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under
// trademark law for use of our trademarks.
//
//
// All the Product's GUI elements, including illustrations and icon sets, as well as technical writing
// 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

View File

@ -1,25 +1,25 @@
// (c) Copyright Ascensio System SIA 2010-2022
//
// (c) Copyright Ascensio System SIA 2010-2024
//
// This program is a free software product.
// You can redistribute it and/or modify it under the terms
// of the GNU Affero General Public License (AGPL) version 3 as published by the Free Software
// Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended
// to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of
// any third-party rights.
//
//
// This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty
// of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see
// the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html
//
//
// You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021.
//
//
// The interactive user interfaces in modified source and object code versions of the Program must
// display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3.
//
//
// Pursuant to Section 7(b) of the License you must retain the original Product logo when
// distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under
// trademark law for use of our trademarks.
//
//
// All the Product's GUI elements, including illustrations and icon sets, as well as technical writing
// 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

View File

@ -1,25 +1,25 @@
// (c) Copyright Ascensio System SIA 2010-2022
//
// (c) Copyright Ascensio System SIA 2010-2024
//
// This program is a free software product.
// You can redistribute it and/or modify it under the terms
// of the GNU Affero General Public License (AGPL) version 3 as published by the Free Software
// Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended
// to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of
// any third-party rights.
//
//
// This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty
// of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see
// the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html
//
//
// You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021.
//
//
// The interactive user interfaces in modified source and object code versions of the Program must
// display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3.
//
//
// Pursuant to Section 7(b) of the License you must retain the original Product logo when
// distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under
// trademark law for use of our trademarks.
//
//
// All the Product's GUI elements, including illustrations and icon sets, as well as technical writing
// 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

View File

@ -1,14 +1,40 @@
// (c) Copyright Ascensio System SIA 2010-2024
//
// This program is a free software product.
// You can redistribute it and/or modify it under the terms
// of the GNU Affero General Public License (AGPL) version 3 as published by the Free Software
// Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended
// to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of
// any third-party rights.
//
// This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty
// of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see
// the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html
//
// You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021.
//
// The interactive user interfaces in modified source and object code versions of the Program must
// display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3.
//
// Pursuant to Section 7(b) of the License you must retain the original Product logo when
// distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under
// trademark law for use of our trademarks.
//
// All the Product's GUI elements, including illustrations and icon sets, as well as technical writing
// 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;
namespace Frontend.Tests.Models
{
public enum ModuleTypes
{
PUBLIC = 0,
COMMON,
COMPONENTS,
SHARED,
CLIENT,
EDITOR,
LOGIN
LOGIN,
MANAGEMENT
}
}

View File

@ -1,25 +1,25 @@
// (c) Copyright Ascensio System SIA 2010-2022
//
// (c) Copyright Ascensio System SIA 2010-2024
//
// This program is a free software product.
// You can redistribute it and/or modify it under the terms
// of the GNU Affero General Public License (AGPL) version 3 as published by the Free Software
// Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended
// to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of
// any third-party rights.
//
//
// This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty
// of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see
// the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html
//
//
// You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021.
//
//
// The interactive user interfaces in modified source and object code versions of the Program must
// display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3.
//
//
// Pursuant to Section 7(b) of the License you must retain the original Product logo when
// distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under
// trademark law for use of our trademarks.
//
//
// All the Product's GUI elements, including illustrations and icon sets, as well as technical writing
// 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

View File

@ -1,25 +1,25 @@
// (c) Copyright Ascensio System SIA 2010-2022
//
// (c) Copyright Ascensio System SIA 2010-2024
//
// This program is a free software product.
// You can redistribute it and/or modify it under the terms
// of the GNU Affero General Public License (AGPL) version 3 as published by the Free Software
// Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended
// to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of
// any third-party rights.
//
//
// This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty
// of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see
// the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html
//
//
// You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021.
//
//
// The interactive user interfaces in modified source and object code versions of the Program must
// display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3.
//
//
// Pursuant to Section 7(b) of the License you must retain the original Product logo when
// distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under
// trademark law for use of our trademarks.
//
//
// All the Product's GUI elements, including illustrations and icon sets, as well as technical writing
// 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

View File

@ -1,25 +1,25 @@
// (c) Copyright Ascensio System SIA 2010-2022
//
// (c) Copyright Ascensio System SIA 2010-2024
//
// This program is a free software product.
// You can redistribute it and/or modify it under the terms
// of the GNU Affero General Public License (AGPL) version 3 as published by the Free Software
// Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended
// to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of
// any third-party rights.
//
//
// This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty
// of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see
// the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html
//
//
// You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021.
//
//
// The interactive user interfaces in modified source and object code versions of the Program must
// display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3.
//
//
// Pursuant to Section 7(b) of the License you must retain the original Product logo when
// distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under
// trademark law for use of our trademarks.
//
//
// All the Product's GUI elements, including illustrations and icon sets, as well as technical writing
// 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

View File

@ -1,25 +1,25 @@
// (c) Copyright Ascensio System SIA 2010-2022
//
// (c) Copyright Ascensio System SIA 2010-2024
//
// This program is a free software product.
// You can redistribute it and/or modify it under the terms
// of the GNU Affero General Public License (AGPL) version 3 as published by the Free Software
// Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended
// to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of
// any third-party rights.
//
//
// This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty
// of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see
// the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html
//
//
// You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021.
//
//
// The interactive user interfaces in modified source and object code versions of the Program must
// display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3.
//
//
// Pursuant to Section 7(b) of the License you must retain the original Product logo when
// distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under
// trademark law for use of our trademarks.
//
//
// All the Product's GUI elements, including illustrations and icon sets, as well as technical writing
// 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

View File

@ -1,25 +1,25 @@
// (c) Copyright Ascensio System SIA 2010-2022
//
// (c) Copyright Ascensio System SIA 2010-2024
//
// This program is a free software product.
// You can redistribute it and/or modify it under the terms
// of the GNU Affero General Public License (AGPL) version 3 as published by the Free Software
// Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended
// to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of
// any third-party rights.
//
//
// This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty
// of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see
// the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html
//
//
// You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021.
//
//
// The interactive user interfaces in modified source and object code versions of the Program must
// display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3.
//
//
// Pursuant to Section 7(b) of the License you must retain the original Product logo when
// distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under
// trademark law for use of our trademarks.
//
//
// All the Product's GUI elements, including illustrations and icon sets, as well as technical writing
// 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

View File

@ -1,25 +1,25 @@
// (c) Copyright Ascensio System SIA 2010-2022
//
// (c) Copyright Ascensio System SIA 2010-2024
//
// This program is a free software product.
// You can redistribute it and/or modify it under the terms
// of the GNU Affero General Public License (AGPL) version 3 as published by the Free Software
// Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended
// to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of
// any third-party rights.
//
//
// This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty
// of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see
// the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html
//
//
// You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021.
//
//
// The interactive user interfaces in modified source and object code versions of the Program must
// display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3.
//
//
// Pursuant to Section 7(b) of the License you must retain the original Product logo when
// distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under
// trademark law for use of our trademarks.
//
//
// All the Product's GUI elements, including illustrations and icon sets, as well as technical writing
// 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

View File

@ -1,25 +1,25 @@
// (c) Copyright Ascensio System SIA 2010-2022
//
// (c) Copyright Ascensio System SIA 2010-2024
//
// This program is a free software product.
// You can redistribute it and/or modify it under the terms
// of the GNU Affero General Public License (AGPL) version 3 as published by the Free Software
// Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended
// to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of
// any third-party rights.
//
//
// This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty
// of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see
// the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html
//
//
// You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021.
//
//
// The interactive user interfaces in modified source and object code versions of the Program must
// display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3.
//
//
// Pursuant to Section 7(b) of the License you must retain the original Product logo when
// distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under
// trademark law for use of our trademarks.
//
//
// All the Product's GUI elements, including illustrations and icon sets, as well as technical writing
// 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

View File

@ -1,25 +1,25 @@
// (c) Copyright Ascensio System SIA 2010-2022
//
// (c) Copyright Ascensio System SIA 2010-2024
//
// This program is a free software product.
// You can redistribute it and/or modify it under the terms
// of the GNU Affero General Public License (AGPL) version 3 as published by the Free Software
// Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended
// to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of
// any third-party rights.
//
//
// This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty
// of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see
// the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html
//
//
// You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021.
//
//
// The interactive user interfaces in modified source and object code versions of the Program must
// display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3.
//
//
// Pursuant to Section 7(b) of the License you must retain the original Product logo when
// distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under
// trademark law for use of our trademarks.
//
//
// All the Product's GUI elements, including illustrations and icon sets, as well as technical writing
// 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

View File

@ -1,3 +1,29 @@
// (c) Copyright Ascensio System SIA 2010-2024
//
// This program is a free software product.
// You can redistribute it and/or modify it under the terms
// of the GNU Affero General Public License (AGPL) version 3 as published by the Free Software
// Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended
// to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of
// any third-party rights.
//
// This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty
// of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see
// the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html
//
// You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021.
//
// The interactive user interfaces in modified source and object code versions of the Program must
// display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3.
//
// Pursuant to Section 7(b) of the License you must retain the original Product logo when
// distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under
// trademark law for use of our trademarks.
//
// All the Product's GUI elements, including illustrations and icon sets, as well as technical writing
// 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;
using System.Collections.Generic;
using System.IO;

View File

@ -1,3 +1,29 @@
// (c) Copyright Ascensio System SIA 2010-2024
//
// This program is a free software product.
// You can redistribute it and/or modify it under the terms
// of the GNU Affero General Public License (AGPL) version 3 as published by the Free Software
// Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended
// to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of
// any third-party rights.
//
// This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty
// of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see
// the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html
//
// You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021.
//
// The interactive user interfaces in modified source and object code versions of the Program must
// display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3.
//
// Pursuant to Section 7(b) of the License you must retain the original Product logo when
// distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under
// trademark law for use of our trademarks.
//
// All the Product's GUI elements, including illustrations and icon sets, as well as technical writing
// 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
const path = require("path");
const docSpacePath = "../../../../";

View File

@ -1,3 +1,29 @@
// (c) Copyright Ascensio System SIA 2010-2024
//
// This program is a free software product.
// You can redistribute it and/or modify it under the terms
// of the GNU Affero General Public License (AGPL) version 3 as published by the Free Software
// Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended
// to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of
// any third-party rights.
//
// This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty
// of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see
// the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html
//
// You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021.
//
// The interactive user interfaces in modified source and object code versions of the Program must
// display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3.
//
// Pursuant to Section 7(b) of the License you must retain the original Product logo when
// distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under
// trademark law for use of our trademarks.
//
// All the Product's GUI elements, including illustrations and icon sets, as well as technical writing
// 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
const fs = require("fs");
const path = require("path");

View File

@ -1,3 +1,29 @@
// (c) Copyright Ascensio System SIA 2010-2024
//
// This program is a free software product.
// You can redistribute it and/or modify it under the terms
// of the GNU Affero General Public License (AGPL) version 3 as published by the Free Software
// Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended
// to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of
// any third-party rights.
//
// This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty
// of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see
// the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html
//
// You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021.
//
// The interactive user interfaces in modified source and object code versions of the Program must
// display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3.
//
// Pursuant to Section 7(b) of the License you must retain the original Product logo when
// distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under
// trademark law for use of our trademarks.
//
// All the Product's GUI elements, including illustrations and icon sets, as well as technical writing
// 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
const fs = require("fs");
const path = require("path");

View File

@ -1,3 +1,29 @@
// (c) Copyright Ascensio System SIA 2010-2024
//
// This program is a free software product.
// You can redistribute it and/or modify it under the terms
// of the GNU Affero General Public License (AGPL) version 3 as published by the Free Software
// Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended
// to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of
// any third-party rights.
//
// This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty
// of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see
// the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html
//
// You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021.
//
// The interactive user interfaces in modified source and object code versions of the Program must
// display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3.
//
// Pursuant to Section 7(b) of the License you must retain the original Product logo when
// distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under
// trademark law for use of our trademarks.
//
// All the Product's GUI elements, including illustrations and icon sets, as well as technical writing
// 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
const fs = require("fs");
const path = require("path");

View File

@ -1,3 +1,29 @@
// (c) Copyright Ascensio System SIA 2010-2024
//
// This program is a free software product.
// You can redistribute it and/or modify it under the terms
// of the GNU Affero General Public License (AGPL) version 3 as published by the Free Software
// Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended
// to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of
// any third-party rights.
//
// This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty
// of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see
// the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html
//
// You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021.
//
// The interactive user interfaces in modified source and object code versions of the Program must
// display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3.
//
// Pursuant to Section 7(b) of the License you must retain the original Product logo when
// distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under
// trademark law for use of our trademarks.
//
// All the Product's GUI elements, including illustrations and icon sets, as well as technical writing
// 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
const fs = require("fs");
const { imageHelperPath } = require("./constants");

View File

@ -1,3 +1,29 @@
// (c) Copyright Ascensio System SIA 2010-2024
//
// This program is a free software product.
// You can redistribute it and/or modify it under the terms
// of the GNU Affero General Public License (AGPL) version 3 as published by the Free Software
// Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended
// to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of
// any third-party rights.
//
// This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty
// of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see
// the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html
//
// You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021.
//
// The interactive user interfaces in modified source and object code versions of the Program must
// display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3.
//
// Pursuant to Section 7(b) of the License you must retain the original Product logo when
// distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under
// trademark law for use of our trademarks.
//
// All the Product's GUI elements, including illustrations and icon sets, as well as technical writing
// 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
const fs = require("fs");
const path = require("path");

View File

@ -1,3 +1,29 @@
// (c) Copyright Ascensio System SIA 2010-2024
//
// This program is a free software product.
// You can redistribute it and/or modify it under the terms
// of the GNU Affero General Public License (AGPL) version 3 as published by the Free Software
// Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended
// to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of
// any third-party rights.
//
// This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty
// of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see
// the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html
//
// You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021.
//
// The interactive user interfaces in modified source and object code versions of the Program must
// display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3.
//
// Pursuant to Section 7(b) of the License you must retain the original Product logo when
// distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under
// trademark law for use of our trademarks.
//
// All the Product's GUI elements, including illustrations and icon sets, as well as technical writing
// 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
const fs = require("fs");
const path = require("path");

View File

@ -1,3 +1,29 @@
// (c) Copyright Ascensio System SIA 2010-2024
//
// This program is a free software product.
// You can redistribute it and/or modify it under the terms
// of the GNU Affero General Public License (AGPL) version 3 as published by the Free Software
// Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended
// to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of
// any third-party rights.
//
// This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty
// of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see
// the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html
//
// You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021.
//
// The interactive user interfaces in modified source and object code versions of the Program must
// display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3.
//
// Pursuant to Section 7(b) of the License you must retain the original Product logo when
// distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under
// trademark law for use of our trademarks.
//
// All the Product's GUI elements, including illustrations and icon sets, as well as technical writing
// 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
const fs = require("fs");
const { readdir } = require("fs").promises;
const { resolve } = require("path");

View File

@ -1,3 +1,29 @@
// (c) Copyright Ascensio System SIA 2010-2024
//
// This program is a free software product.
// You can redistribute it and/or modify it under the terms
// of the GNU Affero General Public License (AGPL) version 3 as published by the Free Software
// Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended
// to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of
// any third-party rights.
//
// This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty
// of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see
// the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html
//
// You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021.
//
// The interactive user interfaces in modified source and object code versions of the Program must
// display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3.
//
// Pursuant to Section 7(b) of the License you must retain the original Product logo when
// distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under
// trademark law for use of our trademarks.
//
// All the Product's GUI elements, including illustrations and icon sets, as well as technical writing
// 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
const fs = require("fs");
const path = require("path");

View File

@ -1,3 +1,29 @@
// (c) Copyright Ascensio System SIA 2010-2024
//
// This program is a free software product.
// You can redistribute it and/or modify it under the terms
// of the GNU Affero General Public License (AGPL) version 3 as published by the Free Software
// Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended
// to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of
// any third-party rights.
//
// This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty
// of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see
// the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html
//
// You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021.
//
// The interactive user interfaces in modified source and object code versions of the Program must
// display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3.
//
// Pursuant to Section 7(b) of the License you must retain the original Product logo when
// distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under
// trademark law for use of our trademarks.
//
// All the Product's GUI elements, including illustrations and icon sets, as well as technical writing
// 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
const { join } = require("path");
const { readdirSync, readFileSync, writeFileSync } = require("fs");
const crypto = require("crypto");

View File

@ -1,3 +1,29 @@
// (c) Copyright Ascensio System SIA 2010-2024
//
// This program is a free software product.
// You can redistribute it and/or modify it under the terms
// of the GNU Affero General Public License (AGPL) version 3 as published by the Free Software
// Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended
// to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of
// any third-party rights.
//
// This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty
// of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see
// the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html
//
// You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021.
//
// The interactive user interfaces in modified source and object code versions of the Program must
// display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3.
//
// Pursuant to Section 7(b) of the License you must retain the original Product logo when
// distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under
// trademark law for use of our trademarks.
//
// All the Product's GUI elements, including illustrations and icon sets, as well as technical writing
// 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
const { join } = require("path");
const { readdirSync, readFileSync, writeFileSync } = require("fs");
const minifyJson = require("../../packages/shared/utils/minifyJson.js");

View File

@ -2,32 +2,28 @@
"folders": [
{
"name": "🌐 root",
"path": "."
"path": ".",
},
{
"name": "🚀 @docspace/client",
"path": "packages/client"
"path": "packages/client",
},
{
"name": "🔑 @docspace/login",
"path": "packages/login"
"path": "packages/login",
},
{
"name": "📄 @docspace/editor",
"path": "packages/editor"
"name": "📄 @docspace/doceditor",
"path": "packages/doceditor",
},
{
"name": "🗂 @docspace/management",
"path": "packages/management"
},
{
"name": "📦 @docspace/common",
"path": "packages/common"
"path": "packages/management",
},
{
"name": "📦 @docspace/shared",
"path": "packages/shared"
}
"path": "packages/shared",
},
],
"settings": {
"window.zoomLevel": 0,
@ -42,10 +38,10 @@
"🚀 @docspace/client",
"📄 @docspace/editor",
"📦 @docspace/common",
"🗂 @docspace/management"
"🗂 @docspace/management",
],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
"editor.defaultFormatter": "esbenp.prettier-vscode",
},
"VsCodeTaskButtons.tasks": [
{
@ -54,55 +50,55 @@
{
"label": "Docker : Build-EE",
"task": "Backend | build EE",
"tooltip": "🛠️ Start the \"backend docker build EE\" task"
"tooltip": "🛠️ Start the \"backend docker build EE\" task",
},
{
"label": "Docker : ReBuild-EE",
"task": "Backend | rebuild EE",
"tooltip": "🛠️ Start the \"backend docker rebuild EE\" task"
"tooltip": "🛠️ Start the \"backend docker rebuild EE\" task",
},
{
"label": "Docker : Build-CE",
"task": "Backend | build CE",
"tooltip": "🛠️ Start the \"backend docker build CE\" task"
"tooltip": "🛠️ Start the \"backend docker build CE\" task",
},
{
"label": "Docker : Build-SAAS + dnsmasq",
"task": "Backend | build SAAS + dnsmasq",
"tooltip": "🛠️ Start the \"backend docker build SAAS + dnsmasq\" task"
"tooltip": "🛠️ Start the \"backend docker build SAAS + dnsmasq\" task",
},
{
"label": "Docker : ReBuild-SAAS + dnsmasq",
"task": "Backend | rebuild SAAS + dnsmasq",
"tooltip": "🛠️ Start the \"backend docker rebuild SAAS + dnsmasq\" task"
"tooltip": "🛠️ Start the \"backend docker rebuild SAAS + dnsmasq\" task",
},
{
"label": "Docker : Build-EE + dnsmasq",
"task": "Backend | build EE + dnsmasq",
"tooltip": "🛠️ Start the \"backend docker build EE + dnsmasq\" task"
"tooltip": "🛠️ Start the \"backend docker build EE + dnsmasq\" task",
},
{
"label": "Docker : Clear",
"task": "Backend | clear",
"tooltip": "🛠️ Start the \"backend docker clear\" task"
"tooltip": "🛠️ Start the \"backend docker clear\" task",
},
{
"label": "Docker : Stop",
"task": "Backend | stop",
"tooltip": "🛠️ Start the \"backend docker stop\" task"
"tooltip": "🛠️ Start the \"backend docker stop\" task",
},
{
"label": "Docker : Start",
"task": "Backend | start",
"tooltip": "🛠️ Start the \"backend docker start\" task"
"tooltip": "🛠️ Start the \"backend docker start\" task",
},
{
"label": "Docker : Restart",
"task": "Backend | restart",
"tooltip": "🛠️ Start the \"backend docker restart\" task"
}
"tooltip": "🛠️ Start the \"backend docker restart\" task",
},
],
"tooltip": "🛠️ Server tasks"
"tooltip": "🛠️ Server tasks",
},
{
"label": "Client",
@ -110,55 +106,55 @@
{
"label": "Install",
"task": "Frontend | install",
"tooltip": "🛠️ Start the \"frontend install packages\" task"
"tooltip": "🛠️ Start the \"frontend install packages\" task",
},
{
"label": "Update yarn.lock",
"task": "Frontend | update yarn.lock",
"tooltip": "🛠️ Start the \"frontend update yarn.lock\" task"
"tooltip": "🛠️ Start the \"frontend update yarn.lock\" task",
},
{
"label": "Build",
"task": "Frontend | build",
"tooltip": "🛠️ Start the \"frontend build\" task"
"tooltip": "🛠️ Start the \"frontend build\" task",
},
{
"label": "Build and start prod",
"task": "Frontend | build-and-start-prod",
"tooltip": "🛠️ Start the \"frontend build and start production\" task"
"tooltip": "🛠️ Start the \"frontend build and start production\" task",
},
{
"label": "Start",
"task": "Frontend | start",
"tooltip": "🛠️ Start the \"frontend start\" task"
"tooltip": "🛠️ Start the \"frontend start\" task",
},
{
"label": "Start prod",
"task": "Frontend | start-prod",
"tooltip": "🛠️ Start the \"frontend start production\" task"
"tooltip": "🛠️ Start the \"frontend start production\" task",
},
{
"label": "Start storybook",
"task": "Frontend | storybook",
"tooltip": "🛠️ Start the \"frontend start storybook\" task"
"tooltip": "🛠️ Start the \"frontend start storybook\" task",
},
{
"label": "Start storybook prod",
"task": "Frontend | storybook prod",
"tooltip": "🛠️ Start the \"frontend start storybook\" task"
"tooltip": "🛠️ Start the \"frontend start storybook\" task",
},
{
"label": "Lint",
"task": "Frontend | Eslint",
"tooltip": "🛠️ Start the \"frontend start storybook\" task"
"tooltip": "🛠️ Start the \"frontend start storybook\" task",
},
{
"label": "Lint:fix",
"task": "Frontend | Eslint:fix",
"tooltip": "🛠️ Start the \"frontend start storybook\" task"
}
"tooltip": "🛠️ Start the \"frontend start storybook\" task",
},
],
"tooltip": "🛠️ Client tasks"
"tooltip": "🛠️ Client tasks",
},
{
"label": "Tests",
@ -166,40 +162,74 @@
{
"label": "translations",
"task": "Test | frontend-translations",
"tooltip": "🛠️ Start the \"frontend translation tests\" task"
"tooltip": "🛠️ Start the \"frontend translation tests\" task",
},
{
"label": "spellcheck",
"task": "Test | frontend-translations-spellcheck",
"tooltip": "🛠️ Start the \"frontend translation spellcheck tests\" task"
"tooltip": "🛠️ Start the \"frontend translation spellcheck tests\" task",
},
{
"label": "spellcheck-force-save",
"task": "Test | frontend-translations-spellcheck-force-save",
"tooltip": "🛠️ Start the \"frontend translation spellcheck tests\" task"
"tooltip": "🛠️ Start the \"frontend translation spellcheck tests\" task",
},
{
"label": "unit",
"task": "Test | Jest:unit",
"tooltip": "🛠️ Start the \"Test | Jest:unit\" task"
}
"tooltip": "🛠️ Start the \"Test | Jest:unit\" task",
},
],
"tooltip": "🛠️ Client tests tasks"
}
]
"tooltip": "🛠️ Client tests tasks",
},
],
"licenser.author": "Ascensio System SIA",
"licenser.customHeader": "(c) Copyright @AUTHOR@ 2009-@YEAR@\\n\\nThis program is a free software product.\\nYou can redistribute it and/or modify it under the terms\\nof the GNU Affero General Public License (AGPL) version 3 as published by the Free Software\\nFoundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended\\nto the effect that @AUTHOR@ expressly excludes the warranty of non-infringement of\\nany third-party rights.\\n\\nThis program is distributed WITHOUT ANY WARRANTY, without even the implied warranty\\nof MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see\\nthe GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html\\n\\nYou can contact @AUTHOR@ at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021.\\n\\nThe interactive user interfaces in modified source and object code versions of the Program must\\ndisplay Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3.\\n\\nPursuant to Section 7(b) of the License you must retain the original Product logo when\\ndistributing the program. Pursuant to Section 7(e) we decline to grant you any rights under\\ntrademark law for use of our trademarks.\\n\\nAll the Product's GUI elements, including illustrations and icon sets, as well as technical writing\\ncontent are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0\\nInternational. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode",
"licenser.license": "Custom",
"licenser.useSingleLineStyle": true,
"licenser.excludeFileExtensions": [
"LICENSE",
"aff",
"avif",
"babel",
"bmp",
"cache",
"code-workspace",
"csproj",
"dic",
"doc",
"docx",
"editorconfig",
"gif",
"html",
"ico",
"jpeg",
"jpg",
"json",
"lock",
"lock.json",
"log",
"md",
"nuspec",
"odp",
"ods",
"odt",
"pdf",
"png",
"props",
"ppt",
"pptx",
"svg",
"tgz",
"targets",
"tiff",
"webp",
"woff",
"woff2",
"xls",
"xlsx",
"yaml",
"yml",
],
},
"extensions": {
"recommendations": [
"folke.vscode-monorepo-workspace",
"orta.vscode-jest",
"firsttris.vscode-jest-runner",
"spencerwmiles.vscode-task-buttons",
"esbenp.prettier-vscode",
"formulahendry.auto-close-tag",
"formulahendry.auto-complete-tag",
"formulahendry.auto-rename-tag",
"mrmlnc.vscode-duplicate",
"ms-python.python"
]
}
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -12,7 +12,7 @@
<preset_collections/>
<framework>i18next</framework>
<filename>editor.babel</filename>
<source_root_dir>../packages/editor</source_root_dir>
<source_root_dir>../packages/doceditor</source_root_dir>
<folder_node>
<name/>
<children>
@ -116,6 +116,10 @@
<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>
@ -236,6 +240,10 @@
<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>
@ -356,6 +364,10 @@
<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>
@ -476,6 +488,10 @@
<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>
@ -601,6 +617,10 @@
<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>
@ -721,6 +741,10 @@
<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>
@ -841,6 +865,10 @@
<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>
@ -961,6 +989,10 @@
<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>
@ -1081,6 +1113,10 @@
<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>
@ -1201,6 +1237,10 @@
<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>
@ -1321,6 +1361,10 @@
<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>
@ -1441,6 +1485,10 @@
<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>
@ -1561,6 +1609,10 @@
<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>
@ -1661,6 +1713,9 @@
<language>
<code>ru-RU</code>
</language>
<language>
<code>si-SI</code>
</language>
<language>
<code>sk-SK</code>
</language>
@ -1685,115 +1740,119 @@
<name>main</name>
<translation_urls>
<translation_url>
<path>../packages/editor/public/locales/ar-SA</path>
<path>../packages/doceditor/public/locales/ar-SA</path>
<language>ar-SA</language>
</translation_url>
<translation_url>
<path>../packages/editor/public/locales/az</path>
<path>../packages/doceditor/public/locales/az</path>
<language>az-Latn-AZ</language>
</translation_url>
<translation_url>
<path>../packages/editor/public/locales/bg</path>
<path>../packages/doceditor/public/locales/bg</path>
<language>bg-BG</language>
</translation_url>
<translation_url>
<path>../packages/editor/public/locales/cs</path>
<path>../packages/doceditor/public/locales/cs</path>
<language>cs-CZ</language>
</translation_url>
<translation_url>
<path>../packages/editor/public/locales/de</path>
<path>../packages/doceditor/public/locales/de</path>
<language>de-DE</language>
</translation_url>
<translation_url>
<path>../packages/editor/public/locales/el-GR</path>
<path>../packages/doceditor/public/locales/el-GR</path>
<language>el-GR</language>
</translation_url>
<translation_url>
<path>../packages/editor/public/locales/en</path>
<path>../packages/doceditor/public/locales/en</path>
<language>en-US</language>
</translation_url>
<translation_url>
<path>../packages/editor/public/locales/es</path>
<path>../packages/doceditor/public/locales/es</path>
<language>es-ES</language>
</translation_url>
<translation_url>
<path>../packages/editor/public/locales/fi</path>
<path>../packages/doceditor/public/locales/fi</path>
<language>fi-FI</language>
</translation_url>
<translation_url>
<path>../packages/editor/public/locales/fr</path>
<path>../packages/doceditor/public/locales/fr</path>
<language>fr-FR</language>
</translation_url>
<translation_url>
<path>../packages/editor/public/locales/hy-AM</path>
<path>../packages/doceditor/public/locales/hy-AM</path>
<language>hy-AM</language>
</translation_url>
<translation_url>
<path>../packages/editor/public/locales/it</path>
<path>../packages/doceditor/public/locales/it</path>
<language>it-IT</language>
</translation_url>
<translation_url>
<path>../packages/editor/public/locales/ja-JP</path>
<path>../packages/doceditor/public/locales/ja-JP</path>
<language>ja-JP</language>
</translation_url>
<translation_url>
<path>../packages/editor/public/locales/ko-KR</path>
<path>../packages/doceditor/public/locales/ko-KR</path>
<language>ko-KR</language>
</translation_url>
<translation_url>
<path>../packages/editor/public/locales/lo-LA</path>
<path>../packages/doceditor/public/locales/lo-LA</path>
<language>lo-LA</language>
</translation_url>
<translation_url>
<path>../packages/editor/public/locales/lv</path>
<path>../packages/doceditor/public/locales/lv</path>
<language>lv-LV</language>
</translation_url>
<translation_url>
<path>../packages/editor/public/locales/nl</path>
<path>../packages/doceditor/public/locales/nl</path>
<language>nl-NL</language>
</translation_url>
<translation_url>
<path>../packages/editor/public/locales/pl</path>
<path>../packages/doceditor/public/locales/pl</path>
<language>pl-PL</language>
</translation_url>
<translation_url>
<path>../packages/editor/public/locales/pt-BR</path>
<path>../packages/doceditor/public/locales/pt-BR</path>
<language>pt-BR</language>
</translation_url>
<translation_url>
<path>../packages/editor/public/locales/pt</path>
<path>../packages/doceditor/public/locales/pt</path>
<language>pt-PT</language>
</translation_url>
<translation_url>
<path>../packages/editor/public/locales/ro</path>
<path>../packages/doceditor/public/locales/ro</path>
<language>ro-RO</language>
</translation_url>
<translation_url>
<path>../packages/editor/public/locales/ru</path>
<path>../packages/doceditor/public/locales/ru</path>
<language>ru-RU</language>
</translation_url>
<translation_url>
<path>../packages/editor/public/locales/sk</path>
<path>../packages/doceditor/public/locales/si</path>
<language>si-SI</language>
</translation_url>
<translation_url>
<path>../packages/doceditor/public/locales/sk</path>
<language>sk-SK</language>
</translation_url>
<translation_url>
<path>../packages/editor/public/locales/sl</path>
<path>../packages/doceditor/public/locales/sl</path>
<language>sl-SI</language>
</translation_url>
<translation_url>
<path>../packages/editor/public/locales/tr</path>
<path>../packages/doceditor/public/locales/tr</path>
<language>tr-TR</language>
</translation_url>
<translation_url>
<path>../packages/editor/public/locales/uk-UA</path>
<path>../packages/doceditor/public/locales/uk-UA</path>
<language>uk-UA</language>
</translation_url>
<translation_url>
<path>../packages/editor/public/locales/vi</path>
<path>../packages/doceditor/public/locales/vi</path>
<language>vi-VN</language>
</translation_url>
<translation_url>
<path>../packages/editor/public/locales/zh-CN</path>
<path>../packages/doceditor/public/locales/zh-CN</path>
<language>zh-CN</language>
</translation_url>
</translation_urls>
@ -1807,7 +1866,14 @@
<copy_template>{ this.props.t('%1') }</copy_template>
<copy_template>{ t('%1') }</copy_template>
</copy_templates>
<custom_languages/>
<custom_languages>
<custom_language>
<name>Sinhala - Sri Lanka</name>
<code>si-SI</code>
<code_for_spellchecker/>
<code_for_machine_translation/>
</custom_language>
</custom_languages>
</editor_configuration>
<primary_language>en-US</primary_language>
<configuration>

File diff suppressed because it is too large Load Diff

3090
i18next/management.babel Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,29 @@
// (c) Copyright Ascensio System SIA 2009-2024
//
// This program is a free software product.
// You can redistribute it and/or modify it under the terms
// of the GNU Affero General Public License (AGPL) version 3 as published by the Free Software
// Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended
// to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of
// any third-party rights.
//
// This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty
// of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see
// the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html
//
// You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021.
//
// The interactive user interfaces in modified source and object code versions of the Program must
// display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3.
//
// Pursuant to Section 7(b) of the License you must retain the original Product logo when
// distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under
// trademark law for use of our trademarks.
//
// All the Product's GUI elements, including illustrations and icon sets, as well as technical writing
// 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
module.exports = {
isValidLicense: (license) => {
const valid = new RegExp("\\b(mit|apache\\b.*2|bsd|isc|unlicense)\\b", "i");

View File

@ -1,6 +1,6 @@
{
"name": "docspace",
"version": "2.0.3",
"version": "2.5.1",
"private": true,
"workspaces": {
"packages": [
@ -12,12 +12,12 @@
"yarn": ">=4"
},
"scripts": {
"build": "node ./common/scripts/before-build.js && yarn workspaces foreach -vptiR --from '{@docspace/client,@docspace/login,@docspace/editor,@docspace/management}' run build",
"build": "node ./common/scripts/before-build.js && yarn workspaces foreach -vptiR --from '{@docspace/client,@docspace/login,@docspace/doceditor,@docspace/management}' run build",
"bump": "yarn version apply --all",
"clean": "yarn workspaces foreach -vptiR run clean",
"deploy": "shx rm -rf ../publish/web && yarn workspaces foreach -ptR --from '{@docspace/client,@docspace/login,@docspace/editor,@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/editor,@docspace/management}' run start",
"start-prod": "yarn workspaces foreach -vptiR --from '{@docspace/client,@docspace/login,@docspace/editor,@docspace/management}' run start-prod",
"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",
"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,3 +1,29 @@
# (c) Copyright Ascensio System SIA 2009-2024
#
# This program is a free software product.
# You can redistribute it and/or modify it under the terms
# of the GNU Affero General Public License (AGPL) version 3 as published by the Free Software
# Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended
# to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of
# any third-party rights.
#
# This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty
# of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see
# the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html
#
# You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021.
#
# The interactive user interfaces in modified source and object code versions of the Program must
# display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3.
#
# Pursuant to Section 7(b) of the License you must retain the original Product logo when
# distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under
# trademark law for use of our trademarks.
#
# All the Product's GUI elements, including illustrations and icon sets, as well as technical writing
# 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
FROM node:12
WORKDIR /usr/src/app

View File

@ -1,10 +1,36 @@
// (c) Copyright Ascensio System SIA 2009-2024
//
// This program is a free software product.
// You can redistribute it and/or modify it under the terms
// of the GNU Affero General Public License (AGPL) version 3 as published by the Free Software
// Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended
// to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of
// any third-party rights.
//
// This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty
// of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see
// the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html
//
// You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021.
//
// The interactive user interfaces in modified source and object code versions of the Program must
// display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3.
//
// Pursuant to Section 7(b) of the License you must retain the original Product logo when
// distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under
// trademark law for use of our trademarks.
//
// All the Product's GUI elements, including illustrations and icon sets, as well as technical writing
// 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
// script to enable webpack-bundle-analyzer
process.env.NODE_ENV = "production";
const webpack = require("webpack");
const BundleAnalyzerPlugin = require("webpack-bundle-analyzer")
.BundleAnalyzerPlugin;
const BundleAnalyzerPlugin =
require("webpack-bundle-analyzer").BundleAnalyzerPlugin;
const webpackConfigProd = require("react-scripts/config/webpack.config")(
"production"
"production",
);
webpackConfigProd.plugins.push(new BundleAnalyzerPlugin());

View File

@ -1,3 +1,29 @@
// (c) Copyright Ascensio System SIA 2009-2024
//
// This program is a free software product.
// You can redistribute it and/or modify it under the terms
// of the GNU Affero General Public License (AGPL) version 3 as published by the Free Software
// Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended
// to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of
// any third-party rights.
//
// This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty
// of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see
// the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html
//
// You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021.
//
// The interactive user interfaces in modified source and object code versions of the Program must
// display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3.
//
// Pursuant to Section 7(b) of the License you must retain the original Product logo when
// distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under
// trademark law for use of our trademarks.
//
// All the Product's GUI elements, including illustrations and icon sets, as well as technical writing
// 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
const { setHeadlessWhen, setWindowSize } = require("@codeceptjs/configure");
// turn on headless mode when running with HEADLESS=true environment variable

View File

@ -1,5 +1,32 @@
// (c) Copyright Ascensio System SIA 2009-2024
//
// This program is a free software product.
// You can redistribute it and/or modify it under the terms
// of the GNU Affero General Public License (AGPL) version 3 as published by the Free Software
// Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended
// to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of
// any third-party rights.
//
// This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty
// of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see
// the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html
//
// You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021.
//
// The interactive user interfaces in modified source and object code versions of the Program must
// display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3.
//
// Pursuant to Section 7(b) of the License you must retain the original Product logo when
// distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under
// trademark law for use of our trademarks.
//
// All the Product's GUI elements, including illustrations and icon sets, as well as technical writing
// 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
import type { TTheme } from "@docspace/shared/themes";
import type store from "./src/store";
import "@docspace/shared/index.d";
declare module "*.svg" {
const SVG: React.VFC<React.SVGProps<SVGSVGElement>>;

View File

@ -1,3 +1,29 @@
// (c) Copyright Ascensio System SIA 2009-2024
//
// This program is a free software product.
// You can redistribute it and/or modify it under the terms
// of the GNU Affero General Public License (AGPL) version 3 as published by the Free Software
// Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended
// to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of
// any third-party rights.
//
// This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty
// of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see
// the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html
//
// You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021.
//
// The interactive user interfaces in modified source and object code versions of the Program must
// display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3.
//
// Pursuant to Section 7(b) of the License you must retain the original Product logo when
// distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under
// trademark law for use of our trademarks.
//
// All the Product's GUI elements, including illustrations and icon sets, as well as technical writing
// 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
interface Window {
zESettings?: unknown;
zE?: {

View File

@ -1,6 +1,6 @@
{
"name": "@docspace/client",
"version": "2.0.3",
"version": "2.5.1",
"private": true,
"homepage": "",
"scripts": {
@ -42,11 +42,14 @@
"test:ui:mobile": "cross-env DEVICE_TYPE=mobile npx codecept-ui"
},
"dependencies": {
"@codemirror/lang-javascript": "^6.2.2",
"@uiw/codemirror-theme-github": "^4.21.25",
"@uiw/react-codemirror": "^4.21.24",
"copy-to-clipboard": "^3.3.3",
"element-resize-detector": "^1.2.4",
"file-saver": "^2.0.5",
"firebase": "^8.10.1",
"hex-to-rgba": "^2.0.1",
"firebase": "^10.8.0",
"hex-rgb": "^5.0.0",
"queue-promise": "2.2.1",
"react-avatar-editor": "^13.0.0",
"react-colorful": "^5.6.1",

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en">
<!doctype html>
<html lang="en" translate="no">
<head>
<meta charset="utf-8" />
<meta
@ -7,29 +7,24 @@
content="width=device-width, initial-scale=1, shrink-to-fit=no, user-scalable=no, viewport-fit=cover"
/>
<meta name="theme-color" content="#000000" />
<meta name="google" content="notranslate" />
<!--
manifest.json provides metadata used when your web app is added to the
homescreen on Android. See https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/
-->
<link id="favicon" rel="shortcut icon" sizes="any" href="favicon.ico" />
<link id="favicon-icon" rel="icon" href="favicon.ico" />
<link
id="favicon"
rel="icon"
type="image/x-icon"
href="/logo.ashx?logotype=3"
/>
<link rel="mask-icon" href="/logo.ashx?logotype=3" />
<link rel="manifest" href="/manifest.json" />
<!-- Tell the browser it's a PWA -->
<!-- <meta name="mobile-web-app-capable" content="yes" /> -->
<!-- Tell iOS it's a PWA -->
<!-- <meta name="apple-mobile-web-app-capable" content="yes" /> -->
<!-- <link rel="apple-touch-icon" href="../../../public/appIcon-180.png" /> -->
<!--
Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build.
Only files inside the `public` folder can be referenced from the HTML.
Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<meta name="react-apple-itunes-app" content="app-id=944896972" />
<meta
@ -37,9 +32,6 @@
content="app-id=com.onlyoffice.documents"
/>
<link rel="apple-touch-icon" href="favicon.ico" />
<link rel="android-touch-icon" href="favicon.ico" />
<!-- <%= htmlWebpackPlugin.options.custom %> -->
<style type="text/css">
@ -98,6 +90,9 @@
})
.catch((e) => {
console.error(e);
window.DocSpaceConfig = {
errorOnLoad: e,
};
});
</script>
</body>

View File

@ -1,4 +1,5 @@
{
"AccountWillBeCreated": "سيتم إنشاء حساب DocSpace لـ <1>{{email}}</1> يرجى إكمال التسجيل:",
"ChangePasswordSuccess": "تم تغيير كلمة المرور بنجاح",
"ConfirmOwnerPortalSuccessMessage": "تم تغيير مالك DocSpace بنجاح. ستتم إعادة توجيهك في غضون 10 ثوانٍ.",
"ConfirmOwnerPortalTitle": "الرجاء تأكيد أنك تريد تغيير مالك DocSpace إلى {{newOwner}}.",
@ -14,7 +15,6 @@
"EnterCodePlaceholder": "ادخل الرمز",
"EnterPhone": "أدخل رقم الهاتف المحمول",
"GetCode": "احصل على الرمز",
"InviteTitle": "أنت مدعو للانضمام إلى هذه المساحة!",
"LoginRegistryButton": "انضم",
"PassworResetTitle": "الآن يمكنك إنشاء كلمة مرور جديدة.",
"PhoneSubtitle": "تم تمكين المصادقة ذات العاملين لتوفير أمان إضافي. أدخل رقم هاتفك المحمول لمتابعة العمل في DocSpace. يجب إدخال رقم الهاتف المحمول باستخدام تنسيق دولي مع رمز البلد.",
@ -26,12 +26,8 @@
"SetAppDescription": "تم تمكين المصادقة ذات العاملين. قم بتكوين تطبيق المصادقة لمتابعة العمل في DocSpace. يمكنك استخدام مصادقة جوجل لنظام تشغيل <1> أندرويد</1> و <4> iOS </4> أو مصادقة لـ <8> هاتف ويندوز </8>.",
"SetAppInstallDescription": "للربط بالتطبيق، امسح الرمز أو أدخل الرمز السري يدويًا <1>{{ secretKey }}</1>، ثم أدخل رمزًا مكونًا من 6 أرقام من تطبيقك في الحقل أدناه.",
"SetAppTitle": "ضبط تطبيق المصادقة الخاص بك",
"SignUp": "اشتراك",
"SuccessDeactivate": "تم إلغاء تنشيط حسابك بنجاح. في غضون 10 ثوانٍ، ستتم إعادة توجيهك إلى <1>site</1>.",
"SuccessReactivate": "تم إعادة تنشيط حسابك بنجاح. في غضون 10 ثوانٍ، ستتم إعادة توجيهك إلى <1>portal</1>.",
"SuccessRemoved": "تمت إزالة حسابك بنجاح. في غضون 10 ثوانٍ، ستتم إعادة توجيهك إلى <1>site</1>.",
"WelcomeRegister": "قم بالتسجيل لتبدأ",
"WelcomeRegisterViaSocial": "قم بالتسجيل أو تسجيل الدخول بواسطة مواقع التواصل الاجتماعي لتبدأ",
"WelcomeRegisterViaSSO": "قم بالتسجيل أو تسجيل الدخول بواسطة الدخول الموحد لتبدأ",
"WelcomeToDocspace": "أهلاً وسهلاً بك في DocSpace الخاص بنا",
"WelcomeToRoom": "أهلا بك في غرفة <1>{{ roomName }}</1>"
"SuccessRemoved": "تمت إزالة حسابك بنجاح. في غضون 10 ثوانٍ، ستتم إعادة توجيهك إلى <1>site</1>."
}

View File

@ -3,6 +3,5 @@
"ConnectFolderTitle": "عنوان المجلد",
"ConnectionUrl": "رابط الصلة",
"Login": "تسجيل الدخول",
"Reconnect": "أعد الاتصال",
"SuccessfulConnectionOfAThirdParty": "تم ربط خدمة الطرف الثالث بنجاح."
}

View File

@ -1,6 +1,5 @@
{
"ConversionPasswordFormCaption": "أدخل كلمة مرور لحفظ القالب",
"ConversionPasswordMasterFormCaption": "أدخل كلمة مرور لحفظها بصيغة ملف",
"CreationError": "خطأ في إنشاء الملف. تم إدخال كلمة مرور خاطئة. تم إنشاء ملف '{{fileTitle}}'",
"SuccessfullyCreated": "تم إنشاء ملف '{{fileTitle}}'"
"CreationError": "خطأ في إنشاء الملف. تم إدخال كلمة مرور خاطئة. تم إنشاء ملف '{{fileTitle}}'"
}

View File

@ -6,18 +6,25 @@
"CreateTagOption": "إنشاء إشارة",
"CustomRoomDescription": "قم بتطبيق الإعدادات الخاصة بك لاستخدام هذه الغرفة لأي غرض مخصص.",
"CustomRoomTitle": "غرفة مخصصة",
"DisableRoomQuota": "تعطيل الحصة لهذه الغرفة",
"FillingFormsRoomDescription": "يمكنك إنشاء قوالب المستندات ومشاركتها وملؤها أو العمل باستخدام الإعدادات المسبقة الجاهزة لإنشاء مستندات من أي نوع بسرعة.",
"FillingFormsRoomTitle": "املأ نماذج الغرفة",
"FormRoomDescription": "شارك النماذج مع أي شخص واجمع النماذج الكاملة في المجلد الكامل. يمكن للمستخدمين ملء أي نموذج عدة مرات لإنشاء ملفات نهائية منفصلة. في غرف النماذج الأساسية، لا يمكنك إضافة أدوار مستخدم متعددة إلى النماذج.",
"FormRoomTitle": "غرفة النموذج الأساسي",
"Icon": "أيقونة",
"MakeRoomPrivateDescription": "سيتم تشفير جميع الملفات الموجودة في هذه الغرفة.",
"MakeRoomPrivateLimitationsWarningDescription": "باستخدام هذه الميزة، يمكنك دعوة مستخدمي DocSpace الحاليين فقط. بعد إنشاء غرفة، لن تتمكن من تغيير قائمة المستخدمين.",
"MakeRoomPrivateTitle": "اجعل الغرفة خاصة",
"PeopleSelectorInfo": "يمكن فقط لمسؤول الغرفة أو مسؤول DocSpace أن يصبح مالك الغرفة",
"PublicRoomBarDescription": "هذه الغرفة متاحة لأي شخص لديه الرابط.",
"PublicRoomDescription": "قم بدعوة مستخدمين خارجين بواسطة الرابط الخارجي لمعاينة المستندات بدون الحاجة للتسجيل. يمكنك أيضاً زيارة هذه الغرفة من خلال أي واجهة الويب. ",
"PublicRoomSystemFoldersDescription": "تقوم مجلدات النظام بتخزين نسخ النماذج في مراحل مختلفة من الاكتمال. يتم تخزين النماذج التي يتم ملؤها في مجلد قيد التقدم، ويتم تخزين النماذج المكتملة في المجلد المكتمل.",
"PublicRoomSystemFoldersTitle": "مجلدات النظام",
"ReviewRoomDescription": "اطلب مراجعة أو تعليق على الوثائق",
"ReviewRoomTitle": "راجع الغرفة",
"RoomEditing": "تعديل الغرفة",
"RootLabel": "المستخدم الرئيسي",
"RootFolderLabel": "المجلد الرئيسي",
"StorageDescription": "تم تحديد حصص التخزين لكل غرفة. يمكنك تغيير هذه القيمة أو إيقاف تشغيل حد التخزين.",
"TagsPlaceholder": "أضف علامة",
"ThirdPartyStorageComboBoxPlaceholder": "حدد المساحة التخزينية",
"ThirdPartyStorageDescription": "استخدام خدمات الجهات الخارجية كتخزين بيانات لهذه الغرفة. سيتم إنشاء مجلد جديد لتخزين بيانات هذه الغرفة في التخزين المتصل.",

View File

@ -1,6 +1,10 @@
{
"DeleteAllGroupDescription": "سيتم حذف المجموعات المحددة. لن تتم إزالة المستخدمين في المجموعات من DocSpace. هل أنت متأكد أنك تريد المتابعة؟",
"DeleteAllGroupsTitle": "حذف المجموعات",
"DeleteFile": "أنت على وشك حذف هذا الملف.",
"DeleteFolder": "أنت على وشك حذف هذا المجلد.",
"DeleteGroupDescription": "سيتم حذف المجموعة {{groupName}}. لن تتم إزالة المستخدمين في المجموعة من DocSpace. هل أنت متأكد أنك تريد المتابعة؟",
"DeleteGroupTitle": "حذف المجموعة",
"DeleteItems": "أنت على وشك حذف هذه العناصر. ",
"DeleteItemsSharedNote": "يرجى العلم أنه إذا قمت بمشاركتهم مع أحدهم؛ فسيصبحوا غير متاحين.",
"DeleteRoom": "أنت على وشك حذف هذه الغرفة. لن تكون قادرًا على استعادته.",
@ -10,7 +14,6 @@
"FolderPermanentlyDeleted": "سيتم حذف المجلد بشكل دائم خلال 30 يوم.",
"ItemsPermanentlyDeleted": "سيتم حذف العنصر بشكل دائم خلال 30 يوم.",
"MoveToTrashButton": "انقل الى سلة المهملات",
"MoveToTrashFile": "أنت على وشك حذف هذا الملف. يرجى ملاحظة أنه إذا قمت بمشاركته مع شخص ما ، فلن يكون متاحًا له. سيتم حذف الملف نهائيًا خلال 30 يومًا. هل أنت متأكد أنك تريد الاستمرار؟",
"MoveToTrashTitle": "هل تريد نقله الى سلة المهملات؟",
"UnsubscribeButton": "إلغاء الاشتراك",
"UnsubscribeNote": "هل أنت متأكد أنك تريد إلغاء الاشتراك من العناصر المحددة من القائمة؟",

View File

@ -2,7 +2,6 @@
"Auto": "آلي",
"CodeCopySuccess": "تم نسخ الرمز إلى الحافظة",
"EmbedCode": "كود التضمين",
"EmbeddingDocument": "وثيقة التضمين",
"Height": "الطول",
"Width": "العرض"
}

View File

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

View File

@ -7,7 +7,6 @@
"AllLinksAreDisabled": "جميع الروابط معطلة",
"AppointNewOwner": "لقد قمت بتعيين مالك جديد",
"ArchiveAction": "أرشيف فارغ",
"ArchivedRoomAction": "تمت أرشفة الغرفة \"{{name}}\"",
"ArchivedRoomsAction": "تم أرشفة الغرف",
"ArchiveEmptyScreen": "يمكنك أرشفة الغرف التي لا تستخدمها واستعادتها في DocSpace في أي لحظة أو حذفها نهائيًا. ستظهر هذه الغرف هنا.",
"ArchiveEmptyScreenHeader": "لا توجد غرف مؤرشفة هنا حتى الآن",
@ -15,6 +14,8 @@
"Archives": "أرشيف",
"AssignOwner": "تعيين مالك",
"BackToParentFolderButton": "العودة إلى المجلد الأصل",
"BadgeAlertDescription": "يتم تحديد عدة أدوار في هذا النموذج. النماذج ذات الأدوار المتعددة غير متاحة لملء هذا النوع من الغرف",
"BadgeMyDraftTitle": "مسودتي",
"ByAuthor": "مؤلف",
"ByCreation": "منشأ",
"ByErasure": "امسح",
@ -30,28 +31,37 @@
"CopyLink": "نسخ الرابط",
"CopyLinkPassword": "نسخ رابط كلمة المرور",
"CopyPassword": "نسخ كلمة المرور",
"CreateAndCopy": "إنشاء ونسخ",
"CopySharedLink": "انسخ الرابط المشترك",
"CreateNewFolderInStorage": "قم بإنشاء مجلد جديد في وحدة التخزين",
"CreateNewLink": "إنشاء رابط جديد",
"CreateRoom": "إنشاء غرفة",
"CustomRooms": "تخصيص",
"DateLastOpened": "تاريخ آخر فتح",
"DaysRemaining": "الأيام المتبقية: {{daysRemaining}}",
"DeleteLink": "حذف رابط",
"DeleteLinkNote": "سيتم حذف الرابط بشكل دائم. لن تتمكن من التراجع عن هذا الإجراء.",
"DeleteSharedLink": "سيصبح الرابط السابق غير متاح. سيتم إنشاء رابط مشترك جديد.",
"DisableDownload": "تقييد نسخ محتوى الملف وتنزيل الملف وطباعته",
"DisableLink": "تعطيل الرابط",
"DisableNotifications": "أوقف التنبيهات",
"Document": "مستند",
"DocumentEdited": "لا يمكن تنفيذ الإجراء لأن المستند قيد التحرير.",
"DownloadAll": "تحميل الجميع",
"EditAdditionalLink": "تعديل الرابط الإضافي",
"EditLink": "تعديل الرابط",
"EditRoom": "تعديل الغرفة",
"EditSharedLink": "تعديل الرابط المشترك",
"EmbeddingSettings": "اعدادات الدمج",
"EmptyFile": "ملف فارغ",
"EmptyFilterDescriptionText": "لا توجد ملفات أو مجلدات تطابق هذا الفلتر. جرب فلتراً مختلفًا أو فلتراً واضحًا لعرض جميع الملفات.",
"EmptyFilterSubheadingText": "لا توجد ملفات لعرضها لهذا الفلتر هنا",
"EmptyFolderDecription": "قم بإسقاط الملفات هنا أو أنشئ ملفات جديدة",
"EmptyFolderDescriptionUser": "ستظهر هنا الملفات والمجلدات التي تم رفعها بواسطة المسؤولين.",
"EmptyFormFolderDoneDescriptionText": "سيعرض هذا القسم جميع النماذج المكتملة.",
"EmptyFormFolderDoneHeaderText": "لا توجد نماذج جاهزة بعد",
"EmptyFormFolderProgressDescriptionText": "سيعرض هذا القسم النماذج قيد التقدم.",
"EmptyFormFolderProgressHeaderText": "لا شيء هنا بعد",
"EmptyFormSubFolderDoneDescriptionText": "ستجد هنا النماذج التي تم ملؤها بالكامل من قبل مستخدمين آخرين.",
"EmptyFormSubFolderHeaderText": "لا توجد ملفات في هذا المجلد حتى الآن",
"EmptyFormSubFolderProgressDescriptionText": "ستجد هنا نماذج قيد التقدم، أي النماذج التي بدأ المستخدمون في تعبئتها ولكنهم لم يكملوها.",
"EmptyRecycleBin": "سلة مهملات فارغة",
"EmptyRootRoomHeader": "مرحبًا بك في DocSpace",
"EmptyScreenFolder": "لا توجد مستندات هنا حتى الآن",
@ -60,14 +70,17 @@
"ExcludeSubfolders": "استبعاد المجلدات الفرعية",
"FavoritesEmptyContainerDescription": "لوضع علامة على الملفات كمفضلة أو إزالتها من هذه القائمة ، استخدم قائمة السياق.",
"FileContents": "محتويات الملف",
"FileDownloadingIsRestricted": "تنزيل الملفات مقيد في هذه الغرفة.",
"FileRemoved": "تم نقل الملف إلى المهملات",
"FileRenamed": "تمت إعادة تسمية المستند \"{{oldTitle}}\" إلى \"{{newTitle}}\"",
"FilesWillAppearHere": "ستظهر هنا الملفات والمجلدات التي تمت إضافتها إلى الغرفة.",
"FillingFormRooms": "قم بتعبئة الاستمارة",
"Filter": "الفلتر",
"FinalizeVersion": "النسخة النهائية",
"Folder": "مجلد",
"FolderRemoved": "تم نقل المجلد إلى سلة المهملات",
"FolderRenamed": "تمت إعادة تسمية المجلد \"{{folderTitle}}\" إلى \"{{newFoldedTitle}}\"",
"FormRoom": "غرفة النموذج",
"Forms": "نماذج",
"FormsTemplates": "قوالب النماذج",
"GeneralLinkDeletedSuccessfully": "تم إنشاء الرابط العام الجديد بنجاح",
@ -84,7 +97,7 @@
"LinkEditedSuccessfully": "تم تعديل ونسخ الرابط بنجاح",
"LinkEnabledSuccessfully": "تم تفعيل الرابط بنجاح",
"LinkForPortalUsers": "رابط لمستخدمي DocSpace",
"LinkSuccessfullyCopied": "تم نسخ الرابط في الحافظة بنجاح",
"LinkSettings": "إعدادات الرابط",
"LinkSuccessfullyCreatedAndCopied": "تم إنشاء ونسخ الرابط في الحافظة بنجاح",
"LinkValidUntil": "سيكون الرابط صالح لغاية",
"MarkAsFavorite": "وضع علامة كمفضلة",
@ -92,13 +105,11 @@
"MarkAsVersion": "وضع علامة كإصدار",
"MarkedAsFavorite": "تمت الإضافة إلى المفضلة",
"MarkRead": "ضع إشارة مقروء",
"MaximumNumberOfExternalLinksCreated": "تم إنشاء الحد الأقصى من الروابط الخارجية",
"Media": "الوسائط",
"MoveItem": "تم نقل <strong> {{title}} </strong>",
"MoveItems": "تم نقل العناصر <strong> {{qty}} </strong>",
"MoveOrCopy": "انقل أو انسخ",
"MoveToArchive": "انقل إلى الأرشيف",
"MoveToFolderMessage": "لا يمكنك نقل المجلد إلى مجلده الفرعي",
"MoveToPublicRoom": "هذه الغرفة وكافة محتوياتها متاحة لأي شخص لديه الرابط. هل تريد المتابعة؟",
"MoveToPublicRoomTitle": "نقل إلى غرفة عامة",
"New": "جديد",
@ -123,7 +134,8 @@
"PrivateRoomHeader": "مرحبًا بكم في غرفة ONLYOFFICE الخاصة حيث يتم تشفير كل رمز تكتبه",
"PrivateRoomSupport": "العمل في الغرفة الخاصة متاح عبر تطبيق سطح المكتب {{organizationName}}. <3> تعليمات </ 3>",
"PublicRoom": "غرفة عامة",
"RecentEmptyContainerDescription": "سيتم عرض آخر مستنداتك التي تم عرضها أو تحريرها في هذا القسم.",
"RecentlyAccessible": "يمكن الوصول إليها مؤخرًا عبر الرابط",
"RecentViaLinkEmptyContainerDescription": "ستجد هنا قائمة بالملفات المفتوحة مؤخرًا والتي تمت مشاركتها معك عبر رابط خارجي.",
"RecycleBinAction": "سلة فارغة",
"RemovedFromFavorites": "تمت إزالته من المفضلة",
"RemoveFromFavorites": "قم بإزالته من المفضلة",
@ -132,6 +144,7 @@
"RevokeLink": "إبطال الرابط",
"RoomAvailableViaExternalLink": "الغرفة متاحة بواسطة رابط خارجي",
"RoomCreated": "تم إنشاء الغرفة",
"RoomEmptyAtTheMoment": "هذه الغرفة فارغة حاليًا.",
"RoomEmptyContainerDescription": "الرجاء إنشاء الغرفة الأولى.",
"RoomEmptyContainerDescriptionUser": "ستظهر هنا الغرف المشتركة معك.",
"RoomNotificationsDisabled": "تم تعطيل إشعارات الغرفة",
@ -144,9 +157,10 @@
"RoomsUnpinned": "الغرف الغير مثبتة: {{count}}",
"RoomUnpinned": "الغرفة غير مثبتة",
"SearchByContent": "ابحث من خلال محتويات الملف",
"SelectorEmptyScreenHeader": "لا يوجد ملفات أو مجلدات بعد",
"SendByEmail": "ارسل بالبريد الإلكترونى",
"Share": "شارك",
"ShareFolder": "مشاركة المجلد",
"ShareFolderDescription": "سيتم إنشاء غرفة جديدة وسيتم نسخ جميع محتويات المجلد المحدد هناك. وبعد ذلك، يمكنك دعوة مستخدمين آخرين للتعاون في الملفات الموجودة داخل الغرفة.",
"ShareRoom": "مشاركة الغرفة",
"ShowLinkActions": "عرض إجراءات الرابط",
"ShowVersionHistory": "عرض محفوظات الإصدار",

View File

@ -4,8 +4,6 @@
"ErrorViewDescription": "المحاولة مرة أخرى لاحقاً",
"ErrorViewHeader": "معرض النماذج غير متاح مؤقتًا",
"SelectForm": "اختيار نموذج",
"SubmitToGalleryBlockBody": "تسليم القوالب الخاصة بك لمشاركتهم مع مجتمع ONLYOFFICE.",
"SubmitToGalleryBlockHeader": "معرض نموذج ONLYOFFICE",
"SubmitToGalleryDialogGuideInfo": "تعلم كيف تنشئ نموذج مثالي وارفع احتماليات حصولك على القبول من خلال <1>الدليل</1>",
"SubmitToGalleryDialogMainInfo": "قم بتسليم النموذج الخاص بك إلى المعرض العام للسماح للمستخدمين استخدامه في أعمالهم. بمجرد أن يتم قبول النموذج سيتم إعلامك وسيتم مكافئتك على مساهمتك.",
"SuggestChanges": "أقترح التغييرات",

View File

@ -29,6 +29,7 @@
"FileExtension": "امتداد الملف",
"FilesEmptyScreenText": "انظر تفاصيل الملف والمجلد هنا",
"GalleryEmptyScreenText": "راجع تفاصيل قالب النموذج هنا",
"GroupsEmptyScreenText": "انظر تفاصيل المجموعة هنا",
"HistoryEmptyScreenText": "سيتم عرض سجل النشاط هنا",
"InfoBanner": "قائمة المستخدمين المدعوين تتضمن المالك و/أو المسئولين عن مساحة DocSpace ويمتلكون كامل الصلاحيات لجميع الغرف. لا يمكن منح المالك و/أو المسئول4 حقوق وصول أخرى. بمجرد الإضافة إلى الغرفة سيتم إشعارهم بجميع التغييرات.",
"ItemsSelected": "تم تحديد العناصر",

View File

@ -3,14 +3,15 @@
"AddManuallyDescriptionAccounts": "قم بدعوة المستخدمين الجدد إلى DocSpace شخصيًا عبر البريد الإلكتروني",
"AddManuallyDescriptionRoom": "أضف مستخدمي DocSpace الحاليين إلى الغرفة باستخدام الأسماء أو قم بدعوة مستخدمين جدد شخصيًا عبر البريد الإلكتروني",
"EmailErrorMessage": "عنوان البريد الإلكتروني غير صالح. يمكنك تحرير البريد الإلكتروني بالضغط عليه.",
"GroupMaxAvailableRoleWarning": "تتمتع المجموعات بأقصى دور متاح - \"{{role}}\". يمكنك إصدار زيادة في الحقوق بعد إضافة مجموعة إلى الغرفة.",
"InvitationLanguage": "لغة الدعوة",
"InviteAccountSearchPlaceholder": "ادعُ الناس بالبريد الإلكتروني",
"Invited": "مدعو",
"InviteRoomSearchPlaceholder": "ادعُ الناس بالاسم أو بالبريد الإلكتروني",
"InviteViaLink": "دعوة عبر الرابط",
"InviteViaLinkDescriptionAccounts": "قم بإنشاء ارتباط عالمي للمصادقة الذاتية في DocSpace",
"InviteViaLinkDescriptionRoom": "أنشئ رابطًا عالميًا للتصريح الذاتي في الغرفة",
"LinkCopySuccess": "تم نسخ الرابط",
"ResetChange": "استعادة التغيير ",
"SendInvitation": "إرسال دعوة"
"SendInvitation": "إرسال دعوة",
"UsersAlreadyAdded": "تمت إضافة بعض المستخدمين بالفعل"
}

View File

@ -1,38 +1,108 @@
{
"ActionButton": "زر التشغيل",
"ActionButtonDescription": "يمكنك تعطيل الإجراء و الأزرار في رأس القسم الحالي للحد من إنشاء الملفات والمجلدات والغرف.",
"AddWatermarks": "إضافة علامات مائية إلى المستندات",
"AdvancedDisplay": "إعدادات العرض المتقدمة",
"AllTypes": "كل الانواع",
"APILink": "مكتبة API",
"Ascending": "تصاعدي",
"ButtonColor": "لون الزر",
"ButtonCustomization": "تخصيص الزر",
"ButtonText": "زر كتابة",
"CancelButtonText": "إلغاء نص الزر",
"Chat": "محادثة",
"Code": "رمز الإدخال",
"CodeTitle": "الكود",
"CopyWindowCode": "نسخ رمز متضمن في النافذة",
"CreateSampleHeader": "قم بإنشاء نموذج متضمن في DocSpace",
"CreateSampleDocSpace": "قم بإنشاء نموذج تضمين DocSpace",
"CreateSampleEditor": "قم بإنشاء نموذج تضمين للمحرر",
"CreateSampleFileSelector": "قم بإنشاء نموذج تضمين محدد الملف",
"CreateSamplePublicRoom": "قم بإنشاء نموذج لتضمين الغرفة العامة",
"CreateSampleRoomSelector": "قم بإنشاء نموذج لتضمين محدد الغرفة",
"CreateSampleViewer": "قم بإنشاء نموذج تضمين للعارض",
"CSPDescription": "لتضمين DocSpace بشكل آمن كإطار iframe في موقع ويب، قم بإضافة عنوان URL الخاص به إلى قائمة السماح لديك.",
"CSPHeader": "تضمين DocSpace كإطار iframe",
"CSPHelp": "هذا الإعداد عبارة عن وسيلة أمان يمكن استخدامها للحماية من هجمات المحتوى. يصف CSP مصادر تنزيل الموارد الآمنة. تم حظر التنزيل من الموارد غير المدرجة في \"القائمة البيضاء\". حدد النطاق (مع البروتوكول) التي سيعمل به.",
"CSPInfoBarDescription": "الرجاء تمكين بروتوكول HTTPS لجهاز DocSpace الخاص بك لضمان عمل الإعداد الصحيح.",
"CSPInfoBarHeader": "HTTPS مطلوب",
"CSPInputPlaceholder": "قم بإدخال رابط مثل: https://example.com",
"CSPUrlHelp": "أدخل اسم مجال DocSpace بدون مسارات URL أو أحرف إضافية.",
"CustomDescription": "قم بتشكيل الإعدادات يدويا لتضمين DocSpace الخاص بك.",
"CustomizingDisplay": "تخصيص العرض",
"DataDisplay": "إعدادات عرض البيانات",
"DefaultColumnsOption": "الافتراضي (الكمية تعتمد على عرض الشاشة)",
"Descending": "تنازلي",
"DisplayColumns": "عرض الأعمدة في صف الملف",
"DocspaceDescription": "قم بتضمين DocSpace بالكامل للسماح للمستخدمين بالتفاعل مع جميع الغرف والملفات والإعدادات.",
"EditorDescription": "قم بتضمين محرر للسماح للمستخدمين بتحرير ملف من الغرفة المشابهة.",
"ElementCalledAfterClicking": "سيتم استدعاء العنصر بعد النقر",
"ElementItself": "العنصر نفسه",
"EmbedCodeSuccessfullyCopied": "تم نسخ رمز التضمين إلى الحافظة بنجاح",
"EnterCount": "أدخل العدد",
"EnterHeight": "أدخل الارتفاع",
"EnterId": "أدخل رقم المعرف",
"EnterPage": "أدخل رقم الصفحة",
"EnterWidth": "أدخل العرض",
"Filter": "البحث والتصفية والفرز",
"FeedbackAndSupport": "التقييم والدعم",
"FileContentCopy": "تقييد نسخ محتوى الملف",
"FileId": "معرف الملف",
"FilePreview": "معاينة ملف",
"FileSelector": "محدد الملف",
"FileSelectorDescription": "قم بتضمين محدد الملفات للسماح للمستخدمين بالوصول إلى أي ملف من قائمة الملفات المتاحة.",
"FilesSearchDescription": "البحث عن الملفات داخل المجلد/الغرفة المفتوحة.",
"FileTypeDisplay": "عرض نوع الملف",
"FrameId": "رقم المعرف للإطار",
"GetCode": "احصل على رمز لإدخاله",
"GoToRoom": "اذهب إلى الغرفة",
"Header": "العنوان الرئيسي",
"HeaderDescription": "يمكنك تعطيل الترويسة في إصدار الجوال لتقييد الوصول إلى أقسام DocSpace (تماما مثل تعطيل القائمة اليسرى في إصدار سطح المكتب).",
"HtmlCodeDescription": "تضمين DocSpace أو جزء منه باستخدام إشارة <script>. انسخ كود HTML أدناه وأدخله في ملف HTML الخاص بك.",
"InitializeSDK": "حدد أحد الأوضاع المقترحة أو استخدم مخصص لتشكيل جميع الإعدادات يدويا.",
"InLeftPanel": "في اللوحة اليسرى",
"InterfaceElements": "عناصر الواجهة",
"ItemsCount": "عدد العناصر في صفحة واحدة",
"ItemsCountDescription": "يمكنك تحديد عدد الملفات / المجلدات المعروضة على صفحة واحدة، بالإضافة إلى تحديد الصفحة التي تبدأ منها العرض",
"JavaScriptCodeDescription": "تضمين DocSpace أو جزء منه باستخدام JavaScript. انسخ كود جافا سكريبت أدناه.",
"JavascriptSdk": "مجموعة أدوات تطوير البرمجيات بلغة جافا سكربت",
"LimitByTime": "الحد حسب الفترة الزمنية",
"LinkSetDescription": "هذا الرابط محمي بواسطة {{parameter}}. لتكوين الارتباط،",
"LinkSetDescription2": "تم تعيين {{parameter1}} و {{parameter2}} لهذا الارتباط. لتكوينه،",
"LinkSetDescription3": "تم تعيين {{parameter1}} و {{parameter2}} و {{parameter3}} لهذا الارتباط. لتكوينه،",
"Logo": "شعار",
"MainElementParameter": "إعدادات العنصر الرئيسي",
"ManagerSearchBlockDescription": "يمكنك تعطيل خيارات البحث والتصفية والفرز.",
"ManagerTitleDescription": "يمكنك تعطيل عنوان القسم/الغرفة/المجلد الحالي.",
"Menu": "القائمة المتبقية",
"MenuDescription": "يمكنك تعطيل القائمة اليسرى إذا لم يكن المستخدمون بحاجة إلى الانتقال إلى أقسام أخرى.",
"MobileOnly": "فقط على أجهزة الهاتف المحمولة",
"Page": "اعرض الصفحة (رقم)",
"PublicRoomDescription": "قم بتضمين غرفة عامة للسماح للمستخدمين بمشاهدة جميع المستندات المخزنة هناك دون تسجيل.",
"RightPanelCollapsed": "انهارت اللوحة اليمنى",
"RoomOrFolder": "غرفة أو مجلد",
"RoomOrFolderDescription": "يمكنك اختيار القسم، الغرفة أو المجلد الذي ترغب في عرضه.",
"RoomPreview": "معاينة الغرفة",
"RoomSelector": "محدد الغرفة",
"RoomSelectorDescription": "قم بتضمين غرفة عامة للسماح للمستخدمين بعرض جميع المستندات المخزنة هناك دون تسجيل.",
"RoomTypeDisplay": "عرض نوع الغرفة",
"Rotate": "استدارة",
"Scale": "حجم",
"SDKDescription": "باستخدام (مجموعة أدوات تطوير البرمجيات) بلغة جافا سكربت ، يمكنك تضمين غرفة أو مجلد من اونلي يو اوفيس DocSpace في واجهة الويب الخاصة بك كإطار داخلي. هنا ، يمكنك العثور على إعدادات لإنشاء نموذج إطار داخلي وتكوين سياسة أمان المحتوى. لاستخدام مجموعة أدوات تطوير البرمجيات الكامل ، يرجى الرجوع إلى",
"SearchBlock": "كتلة البحث",
"SearchFilterAndSort": "البحث والتصفية والفرز",
"SearchTerm": "مصطلح البحث",
"SelectButtonText": "حدد نص الزر",
"SelectImage": "اختر صورة",
"SelectModeEmbedding": "حدد وضعا لتضمين DocSpace الخاص بك",
"SelectToDocSpace": "حدد لـ DocSpace",
"SelectTypes": "حدد الأنواع",
"SetItUp": "قم بإعداده",
"SettingUpColumns": "إعدادات الأعمدة",
"SettingUpColumnsDescription": "يمكنك تعطيل قدرة المستخدمين على إدارة أعمدة معلومات الملف وتخصيصها في طريقة عرض القائمة.",
"SetUp": "ابدأ الإعداد",
"SortOrder": "رتب الفرز",
"Title": "التصفّح والعنوان"
"Subtitle": "الترجمة",
"SubtitleDescription": "إضافة ترجمة مع تعليقات إضافية أو وصف للدليل الحالي.",
"TabPlugins": "إضافات علامة التبويب",
"Viewer": "مشاهد",
"ViewerDescription": "قم بتضمين عارض للسماح للمستخدمين بفتح ملف للعرض من الغرفة المناسبة."
}

View File

@ -2,13 +2,17 @@
"ClickHere": "انقر هنا",
"ConfirmEmailDescription": "استخدم الرابط الموجود في البريد الإلكتروني للتفعيل. لم تستلم بريدًا إلكترونيًا يحتوي على رابط التفعيل؟",
"ConfirmEmailHeader": "يرجى تنشيط بريدك الإلكتروني ({{email}}) للوصول إلى ميزات DocSpace",
"PersonalUserQuotaAdminsDescription": "لتحميل وإنشاء ملفات ومجلدات جديدة ، يرجى تحرير مساحة على القرص، أو إدارة الحصة النسبية لكل مستخدم في <1>إعدادات إدارة التخزين.</1>",
"PersonalUserQuotaDescription": "لتحميل وإنشاء ملفات ومجلدات جديدة، يرجى تحرير مساحة على القرص أو الاتصال بالمسؤول لزيادة حصة التخزين.",
"RequestActivation": "اطلب التفعيل مرة أخرى",
"RoomQuotaDescription": "يمكنك أرشفة الغرف غير الضرورية أو <1> {{clickHere}}</1> للعثور على خطة أسعار أكثر ملاءمة لـ DocSpace",
"RoomQuotaHeader": "عدد الغرف على وشك أن يتجاوز: {{currentValue}} / {{maxValue}}",
"StorageAndRoomHeader": "حدود مساحة التخزين والغرف على وشك أن يتم تجاوزها.",
"StorageAndUserHeader": "حدود مساحة التخزين والمشرفين / المستخدمين المتميزين على وشك أن يتم تجاوزها.",
"StorageQuotaDescription": "يمكنك إزالة الملفات غير الضرورية أو <1> {{clickHere}}</1> للعثور على خطة تسعير أكثر ملاءمة لـ DocSpace الخاص بك.",
"StorageQuotaExceeded": "تم تجاوز حصة التخزين",
"StorageQuotaHeader": "حجم مساحة التخزين على وشك أن يتم تجاوزها: {{currentValue}} / {{maxValue}}",
"TenantCustomQuotaDescription": "يمكنك إزالة الملفات غير الضرورية أو تغيير الحصة النسبية في <1> إعدادات إدارة التخزين.</1>",
"UserQuotaDescription": "<1>{{clickHere}}</1> للعثور على خطة تسعير أفضل لـ DocSpace الخاص بك.",
"UserQuotaHeader": "عدد المشرفين المستخدمين المتميزين على وشك أن يتم تجاوزه: {{currentValue}} / {{maxValue}}"
}

View File

@ -1,6 +1,5 @@
{
"LblInviteAgain": "ادعوه مرة أخرى",
"MessageEmailActivationInstuctionsSentOnEmail": "تم إرسال تعليمات تفعيل البريد الإلكتروني إلى عنوان البريد الإلكتروني <1>{{email}}</1>.",
"NotFoundUsers": "لم يتم العثور على مستخدمين",
"NotFoundUsersDescription": "لا يتطابق بحثك مع المستخدمين. يرجى تعديل معايير البحث الخاصة بك أو قم بتهيئة حقل البحث لمعاينة قائمة المستخدمين كاملةً."
"UserStatus": "الحالة"
}

View File

@ -1,6 +0,0 @@
{
"AllAccounts": "جميع الحسابات",
"EmptyDescription": "ستظهر هنا قائمة المستخدمين الذين تمت دعوتهم مسبقًا إلى DocSpace أو الغرف المنفصلة. ستتمكن من دعوة هؤلاء المستخدمين للتعاون في أي وقت.",
"EmptyHeader": "لا توجد حسابات أخرى هنا حتى اللحظة",
"ListAccounts": "حسابات القائمة"
}

View File

@ -1,20 +1,29 @@
{
"AccountLoginType": "نوع تسجيل الدخول للحساب",
"AddMembers": "إضافة أعضاء",
"CreateGroup": "إنشاء مجموعة",
"DeleteSelfProfile": "حذف الملف الشخصي",
"DisabledEmployeeStatus": "معطل",
"EditGroup": "تحرير المجموعة",
"EmailChangeButton": "تغيير الايميل",
"EnableUserButton": "تمكين",
"IndividualRights": "الحقوق الفردية في الغرفة",
"InviteLinkTitle": "رابط الدعوة",
"LDAPLbl": "بروتوكول الوصول إلى الدليل الخفيف ",
"NameChangeButton": "تغيير الاسم",
"PasswordChangeButton": "تغيير كلمة المرور",
"PendingTitle": "قيد الانتظار",
"PeopleCount": "الأشخاص: {{count}}",
"RemoveData": "احذف البيانات الشخصية",
"ResetAuth": "إعادة تعيين المصادقة",
"SearchByGroupMembers": "البحث حسب أعضاء المجموعة",
"SendInviteAgain": "أرسل الدعوة مرة أخرى",
"StandardLogin": "تسجيل الدخول القياسي",
"SuccessChangeUserStatus": "تم تغيير حالة المستخدم بنجاح",
"SuccessDeleteGroup": "تم حذف المجموعة بنجاح",
"SuccessDeleteGroups": "تم حذف المجموعات بنجاح",
"SuccessDeletePersonalData": "تم حذف البيانات الشخصية بنجاح",
"SuccessSentInvitation": "تم إرسال الدعوة بنجاح",
"SuccessSentMultipleInvitatios": "تم إرسال الدعوات بنجاح"
"SuccessSentMultipleInvitatios": "تم إرسال الدعوات بنجاح",
"WithoutGroup": "بدون مجموعة"
}

View File

@ -1,5 +0,0 @@
{
"EmptyRoomsDescription": "الرجاء إنشاء أول غرفة في غرفي.",
"EmptyRoomsHeader": "لا توجد غرف هنا حتى الآن",
"RoomList": "قائمة الغرف"
}

View File

@ -1,11 +1,17 @@
{
"AboutDataImport": "يتضمن استيراد البيانات عدة خطوات: تحميل البيانات وتحليلها وتكوين الاستيراد. سيتم تخزين ملف النسخ الاحتياطي الخاص بك في خوادم ONLYOFFICE DocSpace لمدة 24 ساعة، ومن ثم سيتم حذفه تلقائيا.",
"AccentColor": "لهجة",
"AccessRightsAccessToProduct": "تم منح حق الوصول إلى الوحدة النمطية {{product}} إلى",
"AccessRightsAllUsers": " جميع {{users}} ",
"AccessRightsChangeOwnerConfirmText": "سيتم تطبيق التغييرات بعد التأكيد عبر البريد الإلكتروني.",
"AccessRightsProductUsersCan": "يمكن لمستخدمي {{category}} القيام بذلك",
"AccessRightsUsersFromList": "{{users}} من القائمة",
"AccountsWithoutEmails": "وجدنا <1>{{users}}مستخدمين</1> بدون بريد الكتروني. يمكنك إضافة البريد الإلكتروني الخاصة بهم أو المتابعة دون هذا الإجراء.",
"AccountsWithoutEmailsNextStep": "وجدنا <1>{{users}}مستخدمين</1> بدون بريد الكتروني. يمكنك إضافة البيانات اللازمة إلى حساباتهم في الخطوة التالية.",
"AddAllowedIP": "أضف عنوان IP المسموح به",
"AddEmails": "إضافة بريد إلكتروني إلى الحسابات غير المكتملة",
"AddEmailsDescription": "تحقق من قائمة المستخدمين غير المستوردة لاستيرادها إلى ONLYOFFICE DocSpace.",
"AddEmailsWarning": "ليس لديك مستخدمين لديهم بريد إلكتروني. يرجى المتابعة إلى الخطوة التالية لإضافتهم.",
"AdditionalResources": "مصادر إضافية",
"AdditionalResourcesDescription": "اختر ما إذا كنت تريد عرض ارتباطات لمصادر إضافية في قائمة DocSpace.",
"AdditionalResourcesSubtitle": "قم بتهيئة عرض الرابط للحصول على موارد أفضل للمستخدمين لديك.",
@ -36,13 +42,18 @@
"Backup": "النسخ احتياطي",
"BackupCreatedError": "تم مصادفة خطأ. الرجاء الاتصال بالمسؤول الخاص بك.",
"BackupCreatedSuccess": "تم إنشاء النسخة الاحتياطية بنجاح.",
"BackupFile": "ملف النسخ الاحتياطي",
"BackupFiles": "ملفات النسخ الاحتياطي",
"BackupFilesUploading": "يتم الآن تحميل ملفات النسخ الاحتياطي إلى الخادم. انتظر منفضلك.",
"BackupFileUploading": "يتم الآن تحميل ملف النسخ الاحتياطي إلى الخادم. انتظر من فضلك.",
"BackupList": "قائمة النسخ الاحتياطي",
"BackupListWarningText": "إذا قمت بحذف أي عناصر من القائمة ، فسيتم أيضًا حذف الملفات المقابلة لها. لا يمكن التراجع عن هذا الإجراء. لحذف جميع الملفات استخدم الرابط:",
"BetaLabel": "BETA",
"BlockingTime": "وقت الحظر (بالثانية)",
"Branding": "العلامة التجارية",
"BrandingSectionDescription": "حدد معلومات شركتك، وأضف روابط إلى الموارد الخارجية وعناوين البريد الإلكتروني المعروضة في واجهة DocSpace.",
"BrandingSubtitle": "استخدم هذا الخيار لتوفير تجربة على العلامة التجارية للمستخدمين.",
"BreakpointMobileWarningText": "هذا القسم غير متوفر في الهاتف المحمول",
"BreakpointMobileWarningTextPrompt": "الرجاء استخدام سطح المكتب أو الجهاز اللوحي للوصول إلى <1>{{sectionName}}</1>",
"BreakpointSmallText": "نافذتك صغيرة جدًا لعرض كافة محتويات الصفحة",
"BreakpointSmallTextPrompt": "يرجى تغيير حجم النافذة أو تمكين وضع ملء الشاشة",
"BreakpointWarningText": "هذا القسم متاح فقط في إصدار أجهزة الحاسوب",
@ -56,12 +67,15 @@
"ChangeLogoButton": "تغيير الشعار",
"Characters": "{{length}} حرفًا",
"CheckPeriod": "فترة الفحص (بالثانية)",
"CheckUnsupportedFiles": "التحقق من الملفات غير المدعومة",
"ChooseBackupFile": "اختر ملف النسخ الاحتياطي",
"ChooseBackupFiles": "اختر ملفات النسخ الاحتياطي",
"ClearBackupList": "احذف جميع النسخ الاحتياطية",
"CloseMenu": "أغلاق القائمة",
"CommonFilesDescription": "بالنسبة للملفات الموجودة في القسم العام، سيتم إنشاء غرفة منفصلة (غرفة مشتركة). سيتمكن مسؤولو DocSpace فقط من الوصول إلى هذه الغرفة. بشكل افتراضي، سيكون مالك الغرفة هو المستخدم الذي يبدأ الاستيراد: John Smith (You).",
"CompanyInfoSettings": "إعدادات معلومات الشركة",
"CompanyInfoSettingsDescription": "سيتم عرض هذه المعلومات في النافذة <1> {{link}} </1>.",
"ConfirmEmailSended": "تم إرسال بريد التأكيد الإلكتروني إلى {{ownerName}}",
"Custom": "مخصص",
"CustomDomainName": "اسم المجال المخصص",
"CustomDomains": "المجالات المخصصة",
"Customization": "التخصيص",
@ -70,18 +84,24 @@
"CustomTitlesSettingsNavDescription": "إعدادات الصفحة الترحيبية هي وسيلة لتغيير العنوان الافتراضي للبوابة لعرضها في الصفحة الترحيبية لبوابتك. يستخدم نفس الاسم في حقل (الوارد) في اشعارات البريد الخاص ببوابتك.",
"CustomTitlesWelcome": "إعدادات صفحة الترحيب",
"DataBackup": "النسخ الاحتياطي للبيانات",
"DataImport": "استيراد البيانات",
"DataImportComplete": "اكتمل استيراد البيانات",
"DataImportDescription": "استيراد البيانات من خدمة جهة خارجية إلى DocSpace فقط. يسمح استيراد البيانات بنقل البيانات مثل جميع المستخدمين ومستنداتهم الشخصية والمشتركة.",
"DataImportProcessing": "معالجة استيراد البيانات",
"Deactivate": "تعطيل",
"DeactivateOrDeletePortal": "إلغاء تنشيط أو حذف الفضاء.",
"DefaultSettings": "الإعدادات الافتراضية",
"DefineQuotaPerRoom": "تحديد الحصة لكل غرفة",
"DefineQuotaPerUser": "تحديد الحصة لكل مستخدم",
"DeleteDocSpace": "احذف DocSpace",
"DeleteDocSpaceInfo": "قبل حذف المساحة ، يرجى التأكد من إيقاف تشغيل الفوترة التلقائية. يمكنك التحقق من حالة الفوترة التلقائية في<1> بوابة عملاء Stripe الخاصة بك</ 1>.",
"DeleteTheme": "حذف الموضوع",
"DeleteThemeForever": "هل تريد حذف المظهر نهائيًا؟",
"DeleteThemeNotice": "سيتم حذف الموضوع بشكل دائم. لن تتمكن من التراجع عن هذا الإجراء.",
"DeveloperTools": "ادوات المطورين",
"Disabled": "تعطيل",
"DiskSpaceUsed": "مساحة القرص المستخدمة",
"DNSSettings": "إعدادات نظام أسماء النطاقات",
"DNSSettingsDescription": "إعدادات نظام أسماء النطاقات هي طريقة لتعيين عنوان موقع ويب بديل لإستضافتك.",
"DNSSettingsDescription": "قم بتعيين عنوان URL بديل للمساحة الخاصة بك. أرسل طلبك إلى فريق الدعم لدينا للحصول على المساعدة في الإعدادات.",
"DNSSettingsHint": "أدخل اسم المجال مثل هذا:",
"DNSSettingsMobile": "أرسل طلبك إلى فريق الدعم لدينا ، وسيساعدك المتخصصون لدينا في الإعدادات.",
"DNSSettingsNavDescription": "إعدادات DNS هي طريقة لتعيين رابط بديل لبوابتك.",
"DocumentService": "خدمة المستند",
@ -90,9 +110,11 @@
"DocumentServiceLocationUrlInternal": "عنوان خدمة الملف للطلبات من DocSpace",
"DocumentServiceLocationUrlPortal": "عنوان DocSpace للطلبات من خدمات المستند",
"DownloadCopy": "تنزيل نسخة",
"DownloadLog": "سجل التنزيل",
"DownloadReportBtnText": "تنزيل التقرير",
"DownloadReportDescription": "سيتم حفظ التقرير في مستنداتي",
"DownloadStatisticsText": "يمكنك تنزيل التقرير الخاص بالبيانات المتاحة خلال فترة التخزين المحددة لعرض الإحصائيات التفصيلية.",
"DuplicateNoun": "متكرر",
"EditColorScheme": "تحرير نظام الألوان",
"Employees": "المستخدمين",
"EmptyBackupList": "لم يتم إنشاء نسخ احتياطية حتى الآن. قم بإنشاء نسخة احتياطية واحدة أو أكثر لكي تظهر في هذه القائمة.",
@ -102,7 +124,22 @@
"EnterTime": "ادخل وقت",
"EnterTitle": "أدخل العنوان",
"ErrorMessageBruteForceProtection": "الحجة المحددة كانت خارج نطاق القيم المتاحة.",
"ErrorOccuredDownloadLog": "حدثت أخطاء أثناء استيراد البيانات. قم بتنزيل السجل للتحقق منها.",
"ErrorsWereFound": "تم العثور على أخطاء {{errors}}",
"ExistingAccount": "حساب موجود",
"ForcePathStyle": "فرض نمط المسار",
"GroupsDescription": "سيتم استيراد المستخدمين الذين حددتهم في الخطوة السابقة إلى مجموعات تم إنشاؤها في {{serviceName}}. ستظهر المجموعات في قسم الحسابات.",
"HexCode": "رمز سداسي عشري",
"Import": "استيراد",
"ImportCompleteDescriptionGoogle": "اكتمل استيراد البيانات من مساحة عمل Google إلى ONLYOFFICE DocSpace!",
"ImportCompleteDescriptionNextcloud": "اكتمل استيراد البيانات من Nextcloud إلى ONLYOFFICE DocSpace!",
"ImportCompleteDescriptionWorkspace": "اكتمل استيراد البيانات من مساحة عمل ONLYOFFICE إلى DocSpace ONLYOFFICE!",
"ImportedUsers": "تم استيراد مستخدمي {{selectedUsers}}/{{importedUsers}} بنجاح.",
"ImportFromGoogle": "الاستيراد من مساحة عمل Google",
"ImportFromNextcloud": "الاستيراد من Nextcloud",
"ImportFromOnlyoffice": "الاستيراد من مساحة عمل ONLYOFFICE",
"ImportProcessingDescription": "ترحيل البيانات قيد التقدم. الرجاء الانتظار.",
"ImportSectionDescription": "حدد أقساما للاستيراد. ستظهر في الأقسام المقابلة من DocSpace.",
"IncludedInBusiness": "تم إضافتها في خطة عمل",
"IntegrationRequest": "هل تفتقد تكاملاً مفيداً أو مكوناً مفيداً في ONLYOFFICE (المجموعة المكتبية المتكاملة ل DocSpace)؟ اترك طلباً لفريقنا و سننظر في ذلك.",
"IPSecurity": "أمان بروتوكول الانترنت",
@ -110,6 +147,9 @@
"IPSecuritySettingDescription": "تهيئة حماية IP لتقييد إمكانية تسجيل الدخول لعناوين IP محددة. استخدم إما نفس عناوين IP في صيغة IPv4 أو نطاق IP أو CIDR masking. لا تعمل حماية IP لمالكين المساحة، \n بإمكانهم الوصول إلى المساحة من خلال أي عنوان IP.",
"IPSecurityWarningHelper": "أولاً ، تحتاج إلى تحديد بروتوكول الانترنت الحالي الخاص بك أو نطاق بروتوكول الانترنت الذي ينتمي إليه عنوان بروتوكول الانترنت الحالي الخاص بك، وإلا فسيتم حظر الوصول إلى الإستضافة الخاصة بك مباشرةً بعد حفظ الإعدادات. سيتمكن مالك الإستضافة من الوصول إلى الإٍستضافة من أي عنوان بروتوكول للانترنت.",
"LanguageAndTimeZoneSettingsNavDescription": "إعدادات اللغة والمنطقة الزمنية هي طريقة لتغير لغة البوابة بأكملها لجميع مستخدمين البوابة ولتهيئة المنطقة الزمنية حيث يمكنهم متابعة أحداث البوابة المعروضة بالوقت والتاريخ الصحيح.",
"LastUpdate": "اخر تحديث: {{date}}",
"LicenseLimitCounter": "حد الترخيص للمدراء/المستخدمين ذوي الصلاحيات:",
"LicenseLimitDescription": "يتكون عداد حد الترخيص من: الحسابات الموجودة بالفعل في DocSpace والمستخدمين الجدد الذين تريد استيرادهم. إذا قمت باستيراد مستخدمين لديهم حساب DocSpace بالفعل، فلن يتم احتسابهم مرة أخرى في العداد. يسمح لك ترخيص DocSpace الخاص بك بالحصول على 100 مستخدم كحد أقصى.",
"Lifetime": "الوقت المتبقي (دقيقة)",
"LimitThemesTooltip": "يمكنك فقط إنشاء 3 قوالب مخصصة. لإنشاء واحدة جديدة ، يجب عليك حذف أحد القوالب السابقة.",
"LocalFile": "ملف محلي",
@ -128,12 +168,21 @@
"ManagementCategorySecurity": "حماية",
"ManualBackupDescription": "استخدم هذا الخيار إذا كنت تريد الحصول على جميع البيانات الموجودة في الاستضافة كملف.",
"MaxCopies": "{{copiesCount}} - الحد الأقصى لعدد النسخ الاحتياطية",
"MemoryQuotaDisabled": "تم تعطيل حصة الذاكرة بنجاح. ",
"MemoryQuotaEnabled": "تم تفعيل حصة الذاكرة بنجاح.",
"Migration": "الترحيل",
"NewColorScheme": "نظام ألوان جديد",
"NextStep": "الخطوة التالية",
"NoEmail": "لا يوجد بريد الكتروني",
"NoUsersInBackup": "لم يتم العثور على مستخدمين. حاول مرة أخرى أو قم بتحميل ملفات النسخ الاحتياطي الأخرى.",
"NumberOfActiveEmployees": "عدد الموظفين النشطين: {{count}}",
"NumberOfAttempts": "عدد المحاولات",
"PasswordMinLenght": "الحد الأدنى لطول كلمة المرور",
"Path": "مسار",
"PersonalFiles": "الملفات الشخصية",
"PersonalFilesDescription": "سيتم استيراد ملفات المستخدم والمستندات إلى المستندات > \"المستندات\".",
"PortalAccess": "الوصول إلى DocSpace",
"PortalCreatedDate": "تاريخ إنشاء البوابة: {{date}}",
"PortalDeactivation": "قم بإلغاء تنشيط DocSpace",
"PortalDeactivationDescription": "استخدم هذا الخيار لإلغاء تنشيط إستضافتك مؤقتًا.",
"PortalDeactivationHelper": "إذا كنت ترغب في إلغاء تنشيط DocSpace هذا ، فسيتم حظر إستضافتك وجميع المعلومات المرتبطة بها حتى لا يتمكن أي شخص من الوصول إليها لفترة معينة. للقيام بذلك ، انقر فوق زر إلغاء التنشيط. سيتم إرسال ارتباط لتأكيد العملية إلى عنوان البريد الإلكتروني لمالك الاستضافة. \\ n في حالة رغبتك في العودة إلى الاستضافة ومتابعة استخدامها ، ستحتاج إلى استخدام الارتباط الثاني الموجود في رسالة البريد الإلكتروني للتأكيد. لذا ، من فضلك ، احتفظ بهذا البريد الإلكتروني في مكان آمن.",
@ -152,6 +201,12 @@
"PortalRenamingNote": "<strong>ملاحظة:</strong> سوف يصبح عنوان بوابتك القديم غير متاح للمستخدمين الجدد بمجرد أن تضغط على زر حفظ.",
"PortalSecurityTitle": "هذا القسم الفرعي يسمح لك بتزويد المستخدمين بطرق آمنة ومريحة للوصول إلى البوابة.",
"ProductUserOpportunities": "عرض الملفات الشخصية والمجموعات",
"ProjectsDescription": "يتم استيراد كل مشروع كغرفة، والتي ستحتوي على جميع المستندات ومستخدمي هذا المشروع. سيصبح مدير المشروع مالك الغرفة",
"QuotaPerRoom": "الحصة لكل غرفة",
"QuotaPerUser": "الحصة لكل مستخدم",
"Quotas": "الحصص",
"QuotasDescription": "هنا، يمكنك تعيين حصة التخزين للمستخدمين والغرف. <1>مركز المساعدة</1>",
"Recalculate": "إعادة الحساب",
"RecoveryFileNotSelected": "خطأ في الاسترداد. لم يتم تحديد ملف الاسترداد.",
"RestoreBackup": "استرجاع",
"RestoreBackupDescription": "استخدم هذا الخيار لاستعادة إستضافتك من ملف النسخ الاحتياطي المحفوظ مسبقًا.",
@ -160,22 +215,42 @@
"RoomsModule": "غرفة النسخ الاحتياطي",
"RoomsModuleDescription": "يمكنك إنشاء غرفة جديدة خصيصًا للنسخ الاحتياطي ، أو اختيار إحدى الغرف الموجودة ، أو حفظ النسخة في غرفة {{roomName}} الخاصة بهم.",
"SaveToApply": "انقر على <strong>حفظ</strong> في الأسفل للتطبيق.",
"SelectedUsersCounter": "المُختار: مستخدمين {{selectedUsers}}/{{totalUsers}}",
"SelectFileDescriptionGoogle": "اختر ملفات الاحتفاظ بنسخة احتياطية في مساحة عمل Google لبدء استيراد البيانات. يمكن تحديد ملفات متعددة. بمجرد اكتمال تحميل البيانات وتحليلها، ستبدأ الخطوة التالية تلقائيا.",
"SelectFileDescriptionNextcloud": "حدد ملف النسخ الاحتياطي Nextcloud لبدء استيراد البيانات. يمكن تحديد ملف واحد فقط. بمجرد اكتمال تحميل البيانات وتحليلها، ستبدأ الخطوة التالية تلقائيا.",
"SelectFileDescriptionWorkspace": "حدد ملف النسخ الاحتياطي مساحة عمل ONLYOFFICE لبدء استيراد البيانات. بمجرد اكتمال تحميل البيانات وتحليلها، ستبدأ الخطوة التالية تلقائيا.",
"SelectFileInGZFormat": "حدد الملف بتنسيق ملف مضغوط",
"SelectUsers": "حدد المستخدمين",
"SelectUsersDescriptionGoogle": "تحقق من المستخدمين من القائمة لاستيرادها إلى ONLYOFFICE DocSpace. سيتم استيراد المستخدمين من مساحة عمل Google بدون الاسم الأول/اسم العائلة، وسيتم استخدام اسم بريدهم الإلكتروني بدلا من ذلك. يمكن تغيير أسماء المستخدمين بعد الاستيراد. يتم تمييز المستخدمين الموجودين بالفعل في ONLYOFFICE DocSpace بلون أخضر ولا يتم التحقق منهم بشكل افتراضي.",
"SelectUsersDescriptionNextcloud": "تحقق من المستخدمين من القائمة لاستيرادها إلى ONLYOFFICE DocSpace. يمكن تحديد المستخدمين الذين لديهم بريد إلكتروني فقط. يتم تمييز المستخدمين الموجودين بالفعل في ONLYOFFICE DocSpace بلون أخضر ولا يتم التحقق منهم بشكل افتراضي.",
"SelectUsersDescriptionWorkspace": "تحقق من المستخدمين من القائمة لاستيرادها إلى ONLYOFFICE DocSpace. يتم تمييز المستخدمين الموجودين بالفعل في ONLYOFFICE DocSpace بلون أخضر ولا يتم التحقق منهم بشكل افتراضي.",
"SelectUsersWithEmail": "تحديد المستخدمين باستخدام البريد الإلكتروني",
"SelectUserTypes": "حدد أنواع المستخدمين",
"SelectUserTypesDescription": "حدد أدوار DocSpace للمستخدمين المستوردين: <1> مدير مساحة العمل </1>، <1>مدير الغرفة</1> أو<1>مستخدم ذو صلاحية</1>. بشكل افتراضي، يتم اختيار دور مستخدم ذو صلاحية لكل مستخدم. يمكنك إدارة الأدوار بعد الاستيراد.",
"SendNotificationAboutRestoring": "إرسال إشعار حول استعادة المساحة للمستخدمين",
"ServerSideEncryptionMethod": "طريقة التشفير من جانب الخادم",
"ServiceUrl": "عنوان موقع الويب للخدمة",
"SessionLifetime": "مدة الجلسة",
"SessionLifetimeMobileDescription": "يسمح لك خيار تحديد مدة الجلسة لتحديد الوقت (بالدقيقة) قبل أن يحتاج مستخدمي DocSpace لإدخال الرموز مجدداً من أجل الدخول للمساحة.",
"SessionLifetimeSettingDescription": "قم بتعديل مدة الجلسة لتحديد الفترة الزمنية قبل أن يتم تسجيل الخروج بشكل تلقائي. سيتم تسجيل الخروج لجميع المستخدمين بعد الحفظ.",
"SetDefaultRoomQuota": "قم بتعيين الحصة النسبية الافتراضية للتخزين للغرف في DocSpace هذا. يمكن تعديله لاحقا لكل غرفة على حدة من قبل مسؤول الغرفة.",
"SetDefaultUserQuota": "قم بتعيين الحصة النسبية للتخزين لمستخدمي DocSpace. تؤثر الحصة النسبية للمستخدم على حد التخزين لمجلد \"المستندات\" لكل مستخدم.",
"SettingPasswordDescription": "تهيئة إعدادات قوة كلمة المرور لتعزيز حماية كلمة المرور.",
"SettingPasswordStrengthMobileDescription": "إعدادات قوة كلمة المرور هي طريقة لتحديد مدى فعالية كلمة المرور وقوتها ضد الاختراقات.",
"SettingPasswordTittle": "إعدادات قوة كلمة المرور",
"SharedFiles": "الملفات المشتركة",
"SharedFilesDescription": "سيتم استيراد الملفات التي شاركها المستخدمون الآخرون إلى المستندات > التي يمكن الوصول إليها مؤخرا عبر الرابط. ملاحظة: قد تضيع بعض حقوق الوصول أثناء الاستيراد.",
"SharedFolders": "المجلدات المشتركة",
"SharedFoldersDescription": "سيتم استيراد المجلدات المشتركة إلى قسم الغرف كغرف مع مستخدمين تم منحهم حق الوصول. ملاحظة: قد تضيع بعض حقوق الوصول أثناء الاستيراد",
"ShowFeedbackAndSupport": "إظهار رابط التعليقات والدعم",
"ShowHelpCenter": "إظهار رابط مركز المساعدة",
"ShowVideoGuides": "إظهار رابط لأدلة الفيديو",
"SingleSignOn": "الدخول الموحد",
"SMTPSettings": "إعدادات برتوكول نقل البريد الالكتروني",
"SMTPSettingsDescription": "إعدادات برتوكول نقل البريد الالكتروني ضرورية لإعداد حساب بريد إلكتروني والذي سيتم استخدامه لإرسال إعلامات من البوابة باستخدام خادم برتوكول نقل البريد الالكتروني الخاص بك بدلاً من الخادم الذي تستخدمه {{organizationName}}. يرجى ملء جميع الحقول والنقر فوق الزر \"حفظ\". يمكنك استخدام زر \"إرسال بريد اختبار\" للتحقق مما إذا كانت جميع الإعدادات التي أدخلتها صحيحة وتعمل كما هو مفترض.",
"StatisticDescription": "هنا، يمكنك عرض بيانات استخدام التخزين التفصيلية في DocSpace.",
"Statistics": "الاحصاءات",
"StorageManagement": "إدارة التخزين",
"StoragePeriod": "فترة التخزين",
"StudioTimeLanguageSettings": "إعدادات اللغة والمنطقة الزمنية",
"Submit": "إرسال",
@ -196,6 +271,9 @@
"TimeLanguageSettingsDescription": "قم بتغيير إعدادات اللغة والفترة الزمنية لتعديل اللغة والفترة الزمنية للمساحة.",
"TimeLanguageSettingsSave": "اضغط على <strong>حفظ</strong> في الأسفل لتطبيق الإجراء.",
"TimeZone": "وحدة زمنية",
"Top5rooms": "أفضل 5 غرف حسب استخدام التخزين:",
"Top5Users": "أعلى 5 مستخدمين حسب استخدام التخزين:",
"TotalStorage": "إجمالي مساحة التخزين: {{size}}",
"TrustedMail": "إعدادات مجال البريد الموثوق به",
"TrustedMailMobileDescription": "إعدادات نطاق البريد الموثوق هي طريقة لتحديد خوادم البريد المستخدم للتسجيل الشخصي للمستخدم.",
"TrustedMailSettingDescription": "تهيئة إعدادات نطاق البريد الموثوق لتحديد خوادم البريد المسموحة للتسجيل الشخصي للمستخدم.",
@ -203,17 +281,29 @@
"TwoFactorAuthEnableDescription": "تفعيل المصادقة ثنائية العوامل لحماية أكثر لوصول المستخدمين لـ DocSpace.",
"TwoFactorAuthMobileDescription": "المصادقة الثنائية هي طريقة أكثر أمان للمستخدمين للدخول للبوابة. سيطلب من المستخدم بعد إدخال الرموز السرية أن يدخل رمز من الرسائل القصيرة المستلمة على الهاتف الذي تم إضافته في البوابة الأولى لتسجيل الدخول أو الرمز الموجود في تطبيق المصادقة.",
"TwoFactorAuthSave": "اضغط على <strong>حفظ</strong> في الأسفل للتطبيق.",
"TypesAndPrivileges": "<1>أنواع حسابات المشرف وامتيازاتها</1> <br> <br> <2>مدير المساحة</2> <br> تشكيل المساحة وإنشاء الغرف وإدارتها والقدرة على دعوة المستخدمين وإدارتهم في DocSpace وفي الغرف الزجاجية والقدرة على إدارة حقوق الوصول. <br> <br> <3>مدير الغرفة</3> <br> إدارة الغرفة والأرشفة ودعوة المستخدم وإدارتها. يمكن تعيين العديد من المسؤولين للغرفة. <br> <br> <4>مستخدم ذو صلاحية</4> <br> يمكن للمستخدمين ذةي الصلاحيات إنشاء الملفات وتعديلها في الغرفة، ولكن لا يمكنهم إنشاء غرف أو إدارة المستخدمين أو الوصول إلى الإعدادات.",
"UnsavedChangesBody": "لن يتم حفظ التغييرات إذا قمت بإغلاق قائمة الإعدادات الآن.",
"UnsupportedFilesDescription": "بعض ملفات النسخ الاحتياطي غير مدعومة. انقر فوق \"التحقق من الملفات غير المدعومة\" لتنزيل قائمة العناصر غير المدعومة",
"UnsupportedFilesWithUploadDesc": "بعض ملفات النسخ الاحتياطي غير مدعومة. انقر فوق \"التحقق من الملفات غير المدعومة\" لتنزيل قائمة العناصر غير المدعومة أو انقر فوق \"تحميل إلى الخادم\" للمتابعة بدونها.",
"UpdatingStatistics": "قد يستغرق تحديث الإحصائيات وقتا طويلا",
"UploadBackupData": "قم بتحميل نسخة احتياطية من الخدمة المطلوبة أدناه لبدء الترحيل.",
"UploadToServer": "تحميل إلى الخادم",
"UseAsLogoButton": "استخدم كشعار",
"UseDigits": "استخدم الأرقام",
"UsedStorage": "مستخدم: {{size}}",
"UseHttp": "استخدم Http",
"UserAgreement": "أؤكد وأريد المتابعة",
"UserLimitExceeded": "تم تجاوز حد المستخدم. للمتابعة إلى الخطوة التالية، يرجى ضبط عدد المستخدمين أو زيادة حد مستخدم DocSpace.",
"UsersSectionDescription": "يتضمن قسم \"المستخدمون\" المستخدمين الذين حددتهم في الخطوة السابقة. بشكل افتراضي، يتم تمكينه دائما ولا يمكن إلغاء تحديده.",
"UseSpecialChar": "استخدم أحرفًا خاصة",
"UseUpperCase": "استخدم الاحرف الكبيرة",
"WantToCancelDataImport": "هل تريد إلغاء استيراد البيانات؟",
"WantToCancelUpload": "هل تريد إلغاء التحميل؟",
"WhiteLabel": "إعدادات الشعار",
"WhiteLabelHelper": "استخدم الصور ذات الخلفية الشفافة (PNG ، SVG، JPG)",
"WhiteLabelSubtitle": "أدخل اسم شركتك وقم بتحميل الشعار وخصص التصميم ليلائم علامتك التجارية.",
"WhiteLabelTooltip": "يتم عرض الأحجام لشاشات ريتينا. بالنسبة لشاشات العرض ذات الدقة القياسية ، سيتم تغيير حجم عرض الشعار وارتفاعه وفقًا لذلك عند التحميل.",
"WithoutEmailHint": "ليس لديك مستخدمون بدون بريد إلكتروني. يرجى المتابعة إلى الخطوة التالية.",
"YouHaveUnsavedChanges": "لقد قمت بعدم حفظ التغييرات",
"YourCurrentDomain": "النطاق الحالي الخاص بك"
}

View File

@ -1,19 +1,8 @@
{
"AddGroupsForSharingButton": "أضف المجموعات",
"AddShareMessage": "اضافة رسالة",
"Comment": "تعليق",
"CopyExternalLink": "انسخ الرابط الخارجي",
"CustomFilter": "تصفية مخصصة",
"DenyAccess": "يمنع الدخول",
"EncryptedFileSharing": "تمت مشاركة الملف <strong>{{title}}</strong> بنجاح",
"ExternalLink": "رابط خارجي",
"FormFilling": "تعبئة النموذج",
"InternalLink": "رابط داخلي",
"LinkName": "اسم الرابط",
"Notify users": "أبلغ المستخدمين",
"ReadOnly": "للقراءة فقط",
"ShareEmailBody": "لقد تم منحك حق الوصول إلى المستند {{itemName}}. انقر فوق الرابط أدناه لفتح المستند الآن: {{shareLink}}.",
"ShareEmailSubject": "لقد تم منحك حق الوصول إلى المستند {{itemName}}",
"ShareVia": "شارك عبر",
"SharingSettingsTitle": "إعدادات المشاركة"
}

View File

@ -2,14 +2,10 @@
"ArchivingData": "أرشفة البيانات",
"ChooseFromList": "اختر من القائمة",
"ConnectingAccount": "ربط الحساب",
"CopyHere": "انسخ هنا",
"CreateMasterFormFromFile": "إنشاء قالب نموذج من ملف",
"DeleteFromTrash": "تم حذف العناصر المحددة من سلة المهملات بنجاح",
"DeleteOperation": "حذف",
"DeleteSelectedElem": "تم حذف العناصر المحددة بنجاح",
"DownloadApps": "تنزيل التطبيقات",
"DownloadAs": "تحميل بصيغة",
"EncryptedFileSaving": "حفظ ملف مشفر",
"FileLocked": "الملف مؤمن",
"FileProtected": "الملف محمي بكلمة مرور",
"Files": "الملفات",
@ -28,23 +24,14 @@
"LinkCopySuccess": "تم نسخ الرابط إلى الحافظة",
"LinkHasExpiredAndHasBeenDisabled": "تم انتهاء صلاحية الرابط وتم تعطيله",
"LinkValidTime": "هذا الرابط صالح لمدة {{days_count}} أيام فقط.",
"MobileAndroid": "احصل على ONLYOFFICE Documents على Google Play",
"MobileIos": "حمّل ONLYOFFICE Documents من المتجر",
"MobileLinux": "حمّل ONLYOFFICE Desktop Editors لنظام لينوكس",
"MobileMac": "حمّل ONLYOFFICE Desktop Editors لنظام ماك",
"MobileWin": "حمّل ONLYOFFICE Desktop Editors لنظام ويندوز",
"MoveHere": "انقل إلى هنا",
"MoveToOperation": "جارٍ النقل",
"NewForm": "نموذج PDF",
"Other": "آخر",
"OwnerChange": "تغيير المالك",
"Presentations": "العروض التقديمية",
"PublicRoomLinkValidTime": "الرابط صالح لغاية {{date}}. وبمجرد انتهاءه لن تتمكن من الوصول إلى الغرفة بواسطة هذا الرابط.",
"Remove": "إزالة",
"RoleCommentator": "معلّق",
"RoleCommentatorDescription": "العمليات المتاحة على الملفات الحالية: العرض والتعليق.",
"RoleDocSpaceAdminDescription": "يمكن لمسؤولي الموقع الوصول إلى إعدادات وإدارة وأرشفة الغرف، ودعوة مستخدمين جدد، وتعيين أدوار أقل من مستواهم. يحصل جميع المسؤولين على وصول إلى القسم الشخصي.",
"RoleEditor": "محرر",
"RoleEditorDescription": "العمليات المتاحة على الملفات الحالية: العرض والتحرير وملء النماذج والمراجعة والتعليق.",
"RoleFormFiller": "معبّئ النماذج",
"RoleFormFillerDescription": "العمليات المتاحة على الملفات الحالية: العرض وملء النماذج والمراجعة والتعليق.",
@ -55,6 +42,7 @@
"RoleUserDescription": "يمكن للمستخدمين الوصول فقط إلى الغرف التي يتم دعوتهم لها من قِبل المسؤولين. لا يمكنهم إنشاء غرف أو مجلدات أو ملفات خاصة بهم.",
"RoleViewer": "عارض",
"RoleViewerDescription": "عرض الملفات",
"SearchByHeadOfGroup": "البحث حسب رئيس المجموعة",
"SearchByOwner": "البحث حسب المالك",
"Spreadsheets": "جداول البيانات",
"SubNewForm": "فارغ",

View File

@ -2,7 +2,6 @@
"DeletePlugin": "حذف المكون الإضافي ",
"DeletePluginDescription": "لن يكون هذا المكون الإضافي متاحًا لمستخدمي DocSpace بعد الآن. هل أنت متأكد أنك تريد الاستمرار؟",
"DeletePluginTitle": "هل تريد حذف هذا المكون الاضافي؟",
"Description": "يمكنك إضافة مكونات إضافية لتوسيع وظائف DocSpace بميزات إضافية. انقر فوق تحميل البرنامج المساعد وحدد ملف البرنامج المساعد في ملفات الأرشيف المضغوطة.",
"ExpandFunctionality": "قم بتوسيع الوظائف باستخدام اضافات SDK",
"GoToRepo": "اذهب إلى المستودع",
"Metadata": "البيانات الوصفية",
@ -13,6 +12,5 @@
"PluginSDK": "اضافات SDK",
"PluginSDKDescription": "باستخدام إضافة SDK، يمكنك توسيع وظائف DocSpace أو توصيل خدمات الجهات الخارجية أو تحسين تجربة المستخدم الحالية. هنا يمكنك العثور على نماذج المكونات الإضافية مع مصدر التعليمات البرمجية المتوفر على GitHub.",
"PluginSDKInstruction": "انقر فوق الزر للحصول على الإرشادات التفصيلية حول كيفية إنشاء المكونات الإضافية الخاصة بك.",
"PluginsHelp": "تسمح لك المكونات الإضافية بتوسيع وظائف DocSpace",
"UploadPlugin": "رفع المكونات الإضافية "
"UploadDescription": "يمكنك إضافة مكونات إضافية لتوسيع وظائف DocSpace بميزات إضافية. انقر فوق تحميل البرنامج المساعد أو قم بإسقاط الملف في الأرشيف المضغوط."
}

View File

@ -51,7 +51,7 @@
"WebhookHistory": "تأريخ ويب هوك",
"WebhookName": "اسم ويب هوك",
"WebhookRedilivered": "ويب هوك المعاد تسليمها",
"WebhookRemoved": "ويب هوك الذي تم ازالته",
"WebhookRemoved": "Webhook تمت إزالة",
"Webhooks": "ويب هوك",
"WebhooksGuide": "دليل ويب هوك",
"WebhooksInfo": "استخدم ويب هوك لتنفيذ إجراءات مخصصة على جانب أي تطبيق أو موقع ويب تستخدمه بناءً على أحداث مختلفة في ONLYOFFICE DocSpace\nهنا، يمكنك إنشاء وإدارة جميع ويب هوك الخاصة بك وتكوينها وتصفح سجل كل ويب هوك لتعديل أدائها."

View File

@ -1,6 +1,5 @@
{
"Desc": "يرجى تعيين بيانات تسجيل DocSpace.",
"Domain": "النطاق",
"ErrorEmail": "عنوان بريد إلكتروني غير صالح",
"ErrorInitWizard": "الخدمة غير متوفرة حاليًا، يُرجى المحاولة مرة أخرى لاحقًا.",
"ErrorInitWizardButton": "حاول مرة أخرى",

View File

@ -1,4 +1,5 @@
{
"AccountWillBeCreated": "<1>{{email}}</1> üçün DocSpace hesabı yaradılacaq. Zəhmət olmasa, qeydiyyatınızı tamamlayın:",
"ChangePasswordSuccess": "Şifrə uğurla dəyişdirildi",
"ConfirmOwnerPortalSuccessMessage": "DocSpace sahibi uğurla dəyişdirildi. 10 saniyə ərzində yönləndiriləcəksiniz.",
"ConfirmOwnerPortalTitle": "Lütfən DocSpace sahibini {{newOwner}} olaraq dəyişdirmək istədiyinizi təsdiqləyin.",
@ -14,7 +15,6 @@
"EnterCodePlaceholder": "Kodu daxil edin",
"EnterPhone": "Mobil telefon nömrəsi daxil edin",
"GetCode": "Kodu əldə edin",
"InviteTitle": "Siz sahəyə qoşulmaq üçün dəvət olunmusunuz!",
"LoginRegistryButton": "Qoşulun",
"PassworResetTitle": "İndi yeni şifrə yarada bilərsiniz.",
"PhoneSubtitle": "Əlavə təhlükəsizliyini təmin etmək üçün iki faktorlu autentifikasiya işə salınıb. DocSpace işə davam etmək üçün mobil telefon nömrənizi daxil edin. Mobil telefon nömrəsi ölkə kodu ilə beynəlxalq formatda daxil edilməlidir.",
@ -26,12 +26,8 @@
"SetAppDescription": "İki faktorlu avtorizasiya kodu aktivləşdirildi. DocSpace-də işləməyə davam etmək üçün doğrulama tətbiqini quraşdırın. Doğrulama tətbiqini <1>Android</1> və <4>iOS</4> və ya <8>Windows Phone</8> üçün istifadə edə bilərsiniz.",
"SetAppInstallDescription": "Tətbiqə qoşulmaq üçün QR kodu skan edin və ya manual olaraq öz gizli açarınızı <1>{{ secretKey }}</1>, daha sonra isə aşağıdakı xanada tətbiqdən əldə etdiyiz 6 rəqəmli kodu daxil edin.",
"SetAppTitle": "Doğrulama tətbiqini quraşdırın",
"SignUp": "Qeydiyyatdan keçin",
"SuccessDeactivate": "Hesabınız uğurla deaktiv edildi. 10 saniyə ərzində <1>sayt</1>a yönləndiriləcəksiniz.",
"SuccessReactivate": "Hesabınız uğurla yenidən aktivləşdirildi. 10 saniyəyə <1>sahəyə</1> yönləndiriləcəksiniz.",
"SuccessRemoved": "Hesabınız uğurla silindi. 10 saniyə ərzində <1>sayt</1>a yönləndiriləcəksiniz.",
"WelcomeRegister": "Başlamaq üçün qeydiyyatdan keçin",
"WelcomeRegisterViaSocial": "Başlamaq üçün qeydiyyatdan keçin və ya sosial şəbəkələr vasitəsilə daxil olun",
"WelcomeRegisterViaSSO": "Başlamaq üçün qeydiyyatdan keçin və ya SSO vasitəsilə daxil olun",
"WelcomeToDocspace": "DocSpace-imizə xoş gəlmisiniz!",
"WelcomeToRoom": "<1>{{ roomName }}</1> otağına xoş gəlmisiniz!"
"SuccessRemoved": "Hesabınız uğurla silindi. 10 saniyə ərzində <1>sayt</1>a yönləndiriləcəksiniz."
}

View File

@ -3,6 +3,5 @@
"ConnectFolderTitle": "Qovluq başlığı",
"ConnectionUrl": "Qoşulma üçün URL",
"Login": "Giriş edin",
"Reconnect": "Yenidən qoşul",
"SuccessfulConnectionOfAThirdParty": "Üçüncü tərəf xidməti uğurla qoşuldu."
}

View File

@ -1,6 +1,5 @@
{
"ConversionPasswordFormCaption": "Şablonu yadda saxlamaq üçün şifrəni daxil edin",
"ConversionPasswordMasterFormCaption": "oform kimi yadda saxlamaq üçün şifrəni daxil edin",
"CreationError": "Faylın yaradılmasında xəta. Yanlış şifrə daxil edilib.",
"SuccessfullyCreated": "Fayl '{{fileTitle}}' yaradıldı"
"CreationError": "Faylın yaradılmasında xəta. Yanlış şifrə daxil edilib."
}

View File

@ -6,18 +6,25 @@
"CreateTagOption": "Teq yaradın",
"CustomRoomDescription": "Bu otaqdan istənilən xüsusi məqsəd üçün istifadə etmək üçün öz parametrlərinizi tətbiq edin.",
"CustomRoomTitle": "Fərdi otaq",
"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.",
"MakeRoomPrivateTitle": "Otağı Şəxsi edin",
"PeopleSelectorInfo": "Yalnız otaq administratoru və ya DocSpace administratoru otağın sahibi ola bilər",
"PublicRoomBarDescription": "Bu otaq keçid olan hər kəs üçün əlçatandır. Xarici istifadəçilərin bütün fayllar üçün Yalnız Baxış icazəsi olacaq.",
"PublicRoomDescription": "İstifadəçiləri qeydiyyatdan keçmədən sənədlərə baxmaq üçün xarici keçidlər vasitəsilə dəvət edin. Siz həmçinin bu otağı istənilən veb interfeysə yerləşdirə bilərsiniz.",
"PublicRoomSystemFoldersDescription": "Sistem qovluqları formaların surətlərini tamamlamanın müxtəlif mərhələlərində saxlayır. Doldurulan formalar Davam edir qovluğunda, doldurulmuş formalar isə Tamamlanmış qovluğunda saxlanılır.",
"PublicRoomSystemFoldersTitle": "Sistem Qovluqları",
"ReviewRoomDescription": "Sənədlərə baxış və ya şərh tələb edin",
"ReviewRoomTitle": "Baxış otağı",
"RoomEditing": "Otaq təşkili",
"RootLabel": "Mənbə",
"RootFolderLabel": "Əsas qovluq",
"StorageDescription": "Otaq üçün müəyyən edilmiş yaddaş kvotası. Bu dəyəri dəyişə və ya yaddaş limitini söndürə bilərsiniz.",
"TagsPlaceholder": "Teq əlavə edin",
"ThirdPartyStorageComboBoxPlaceholder": "Yaddaş seçin",
"ThirdPartyStorageDescription": "Bu otaq üçün məlumat yaddaşı kimi üçüncü tərəf xidmətlərindən istifadə edin. Bu otağın məlumatlarını saxlamaq üçün əlaqələndirilmiş yaddaşda yeni qovluq yaradılacaq.",

View File

@ -1,6 +1,10 @@
{
"DeleteAllGroupDescription": "Seçilmiş qruplar silinəcək. Qruplardakı istifadəçilər DocSpace-dən silinməyəcək. Davam etmək istədiyinizə əminsiniz?",
"DeleteAllGroupsTitle": "Qrupları silin",
"DeleteFile": "Bu faylı silmək üzrəsiniz.",
"DeleteFolder": "Bu qovluğu silmək üzrəsiniz.",
"DeleteGroupDescription": "{{groupName}} qrupu silinəcək. Qrupdakı istifadəçilər DocSpace-dən silinməyəcək. Davam etmək istədiyinizə əminsiniz?",
"DeleteGroupTitle": "Qrupu silin",
"DeleteItems": "Bu elementləri silmək üzrəsiniz. ",
"DeleteItemsSharedNote": "Nəzərə alın ki, əgər onları kiminləsə paylaşmısınızsa, onlar əlçatan olmayacaq.",
"DeleteRoom": "Siz bu otağı silmək üzrəsiniz. Siz onu bərpa edə bilməzsiniz.",
@ -10,7 +14,6 @@
"FolderPermanentlyDeleted": "Qovluq 30 gün ərzində həmişəlik silinəcək.",
"ItemsPermanentlyDeleted": "Elementlər 30 gün ərzində həmişəlik silinəcək.",
"MoveToTrashButton": "Zibil qutusuna yerləşdir",
"MoveToTrashFile": "Bu faylı silmək üzrəsiniz. Nəzərə alın ki, fayl kimsə ilə paylaşılıbsa, əlçatan olmayacaq. Fayl 30 gün ərzində həmişəlik silinəcək. Davam etmək istədiyinizə əminsiniz?",
"MoveToTrashTitle": "Zibil qutusuna atılsın?",
"UnsubscribeButton": "Abunəlikdən çıx",
"UnsubscribeNote": "Siyahıda göstərilən elementlərdən abunəliyi dayandırmağı əminsinizmi?",

View File

@ -2,7 +2,6 @@
"Auto": "Avto",
"CodeCopySuccess": "Kod buferə köçürüldü",
"EmbedCode": "Kodu yerləşdirin",
"EmbeddingDocument": "Sənədin daxil edilməsi",
"Height": "Uzunluq",
"Width": "Genişlik"
}

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

@ -7,7 +7,6 @@
"AllLinksAreDisabled": "Bütün keçidlər deaktiv edilib",
"AppointNewOwner": "Siz yeni sahib təyin etdiniz.",
"ArchiveAction": "Boş arxiv",
"ArchivedRoomAction": "'{{name}}' otağı arxivləşdirildi",
"ArchivedRoomsAction": "Otaqlar arxivləşdirildi",
"ArchiveEmptyScreen": "Siz DocSpace-də istifadə etmədiyiniz otaqları arxivləşdirə və bərpa edə və ya istənilən vaxt onları həmişəlik silə bilərsiniz. Bu otaqlar burada görünəcək.",
"ArchiveEmptyScreenHeader": "Burada hələ arxivləşdirilmiş otaqlar yoxdur",
@ -15,6 +14,8 @@
"Archives": "Arxivlər",
"AssignOwner": "Sahibi təyin edin",
"BackToParentFolderButton": "Ana qovluğa qayıt",
"BadgeAlertDescription": "Bu formada müxtəlif rollar göstərilir. Çox rolu olan formalar bu otaq tipində doldurula bilməz",
"BadgeMyDraftTitle": "Layihəm",
"ByAuthor": "Müəllif",
"ByCreation": "Yaradıldı",
"ByErasure": "Təmizləmə",
@ -30,28 +31,37 @@
"CopyLink": "Linki kopyalayın",
"CopyLinkPassword": "Keçid şifrəsini nüsxələyin",
"CopyPassword": "Şifrəni nüsxələyin",
"CreateAndCopy": "Yaradın və kopyalayın",
"CopySharedLink": "Paylaşılan linki nüsxələyin",
"CreateNewFolderInStorage": "Yaddaşda yeni qovluq yaradın",
"CreateNewLink": "Şifrəni nüsxələyin",
"CreateRoom": "Otaq yaradın",
"CustomRooms": "Fərdi",
"DateLastOpened": "Son açılma tarixi",
"DaysRemaining": "Qalan günlər: {{daysRemaining}}",
"DeleteLink": "Keçidi silin",
"DeleteLinkNote": "Keçid həmişəlik silinəcək. Bu əməliyyatı geri qaytara bilməzsiniz.",
"DeleteSharedLink": "Əvvəlki link əlçatan olmayacaq. Yeni paylaşılan link yaradılacaq.",
"DisableDownload": "Fayl məzmununun kopyalanmasını, faylın endirilməsini və çapını məhdudlaşdırın",
"DisableLink": "Keçidi deaktiv edin",
"DisableNotifications": "Bildirişləri söndürün",
"Document": "Sənəd",
"DocumentEdited": "Sənəd redaktə edildiyi üçün əməliyyat həyata keçirilə bilməz.",
"DownloadAll": "Hamısını yükləyin",
"EditAdditionalLink": "Əlavə linki redaktə edin",
"EditLink": "Linki redaktə edin",
"EditRoom": "Otağı redaktə edin",
"EditSharedLink": "Paylaşılan linki redaktə edin",
"EmbeddingSettings": "Yerləşdirmə parametrləri",
"EmptyFile": "Boş fayl",
"EmptyFilterDescriptionText": "Heç bir fayl və ya qovluq bu süzgəcə uyğun deyil. Xahiş edirik digər süzgəc parametrindən istifadə edin və ya bütün faylların göstərilməsi üçün süzgəci sıfırlayın.",
"EmptyFilterSubheadingText": "Bu süzgəc üçün heç bir fayl tapılmadı",
"EmptyFolderDecription": "Faylları buraya çəkin və ya yenilərini yaradın",
"EmptyFolderDescriptionUser": "Adminlər tərəfindən yüklənmiş fayl və qovluqlar burada görünəcək.",
"EmptyFormFolderDoneDescriptionText": "Bütün doldurulmuş formalar bu bölmədə göstəriləcək.",
"EmptyFormFolderDoneHeaderText": "Hələ hazır forma yoxdur",
"EmptyFormFolderProgressDescriptionText": "Bu bölmə davam edən formaları göstərəcək.",
"EmptyFormFolderProgressHeaderText": "Burada hələ heç nə yoxdur",
"EmptyFormSubFolderDoneDescriptionText": "Burada digər istifadəçilər tərəfindən tamamilə doldurulmuş formaları tapa bilərsiniz.",
"EmptyFormSubFolderHeaderText": "Bu qovluqda hələ heç bir fayl yoxdur",
"EmptyFormSubFolderProgressDescriptionText": "Burada davam edən formaları, yəni istifadəçilərin doldurmağa başladığı, lakin hələ tamamlamamış formaları tapa bilərsiniz.",
"EmptyRecycleBin": "Boş zibil qutusu",
"EmptyRootRoomHeader": "DocSpace xoş gəlmisiniz",
"EmptyScreenFolder": "Burada hələ ki, heç bir sənəd yoxdur",
@ -60,14 +70,17 @@
"ExcludeSubfolders": "Alt qovluqları istisna edin",
"FavoritesEmptyContainerDescription": "Faylları favorit kimi qeyd etmək və ya bu siyahıdan çıxarmaq üçün kontekst menyusundan istifadə edin. ",
"FileContents": "Fayl məzmunları",
"FileDownloadingIsRestricted": "Bu otaqda faylların endirilməsi məhdudlaşdırılıb.",
"FileRemoved": "Fayl zibil qutusuna göndərildi",
"FileRenamed": "'{{oldTitle}}' sənəd adı '{{newTitle}}'adına dəyişdirildi",
"FilesWillAppearHere": "Otağa əlavə edilmiş fayl və qovluqlar burada görünəcək.",
"FillingFormRooms": "Anket doldurmaq",
"Filter": "Süzgəc",
"FinalizeVersion": "Versiyanı formalaşdır",
"Folder": "Qovluq",
"FolderRemoved": "Qovluq zibil qutusuna göndərildi",
"FolderRenamed": "'{{folderTitle}}' qovluğunun adı '{{newFoldedTitle}}' olaraq dəyişdirildi ",
"FormRoom": "Forma otağı",
"Forms": "Anketlər",
"FormsTemplates": "Anket şablonları",
"GeneralLinkDeletedSuccessfully": "Yeni ümumi link uğurla yaradıldı",
@ -84,7 +97,7 @@
"LinkEditedSuccessfully": "Link uğurla redaktə edildi və kopyalandı",
"LinkEnabledSuccessfully": "Keçid uğurla aktivləşdirildi",
"LinkForPortalUsers": "DocSpace istifadəçiləri üçün keçid",
"LinkSuccessfullyCopied": "Link uğurla mübadilə buferinə kopyalandı",
"LinkSettings": "Link parametrləri",
"LinkSuccessfullyCreatedAndCopied": "Link uğurla yaradıldı və mübadilə buferə kopyalandı",
"LinkValidUntil": "Bu keçid vaxta qədər etibarlı olacaq",
"MarkAsFavorite": "Favorit kimi işarələ",
@ -92,13 +105,11 @@
"MarkAsVersion": "Versiya kimi qeyd edin",
"MarkedAsFavorite": "Çox istifadə olunan siyahısına əlavə olundu",
"MarkRead": "Oxunmuş kimi işarələ",
"MaximumNumberOfExternalLinksCreated": "Yaradılan xarici keçidlərin maksimum sayı",
"Media": "Media",
"MoveItem": "<strong>{{title}}</strong> yerdəyişdirildi",
"MoveItems": "<strong>{{qty}}</strong> elementlərin yeri dəyişdirildi",
"MoveOrCopy": "Köçür və ya Kopyala",
"MoveToArchive": "Arxivə köçürün",
"MoveToFolderMessage": "Qovluğu alt qovluğuna köçürə bilməzsiniz ",
"MoveToPublicRoom": "Bu otaq və onun bütün məzmunu keçidi olan hər kəs üçün əlçatandır. Davam etmək istəyirsiniz?",
"MoveToPublicRoomTitle": "Ümumi otağa keçin",
"New": "Yeni",
@ -123,7 +134,8 @@
"PrivateRoomHeader": "Yazdığınız hər bir simvolun şifrələndiyi ONLYOFFICE şəxsi otağına xoş gəldiniz",
"PrivateRoomSupport": "Şəxsi Otaqda işləmək {{organizationName}} masa üstü tətbiqi ilə mümkündür. <3> Təlimatlar </3> ",
"PublicRoom": "Ümumi otaq",
"RecentEmptyContainerDescription": "Bu bölmədə bu yaxınlarda baxdığınız və ya redaktə etdiyiniz sənədlər göstəriləcək.",
"RecentlyAccessible": "Bu yaxınlarda link vasitəsilə əlçatan ola bilər",
"RecentViaLinkEmptyContainerDescription": "Burada xarici keçid vasitəsilə sizinlə paylaşılan son açılmış faylların siyahısını tapa bilərsiniz.",
"RecycleBinAction": "Boş zibil qutusu",
"RemovedFromFavorites": "Favoritlərdən sil",
"RemoveFromFavorites": "Favoritlərdən sil",
@ -132,6 +144,7 @@
"RevokeLink": "Keçidi ləğv edin",
"RoomAvailableViaExternalLink": "Otaq xarici keçid ilə istifadə edilə bilər",
"RoomCreated": "Otaq yaradıldı",
"RoomEmptyAtTheMoment": "Bu otaq hazırda boşdur.",
"RoomEmptyContainerDescription": "Lütfən, ilk otağı yaradın.",
"RoomEmptyContainerDescriptionUser": "Sizinlə paylaşılan otaqlar burada görünəcək",
"RoomNotificationsDisabled": "Otaq bildirişləri deaktiv edildi",
@ -144,9 +157,10 @@
"RoomsUnpinned": "Otaqlar sabitlənmədən çıxarıldı: {{count}}",
"RoomUnpinned": "Otaq sabitləmədən çıxarıldı",
"SearchByContent": "Fayl məzmununa görə axtarın",
"SelectorEmptyScreenHeader": "Burada hələ heç bir fayl və ya qovluq yoxdur",
"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",
"ShowLinkActions": "Keçid hərəkətlərini göstərin",
"ShowVersionHistory": "Versiya tarixçəsinə bax",

View File

@ -4,8 +4,6 @@
"ErrorViewDescription": "Zəhmət olmasa, bir az sonra yenə cəhd edin",
"ErrorViewHeader": "Forma qalereyası müvəqqəti olaraq əlçatan deyil",
"SelectForm": "Formanı seçin",
"SubmitToGalleryBlockBody": "ONLYOFFICE icması ilə paylaşmaq üçün şablonlarınızı təqdim edin.",
"SubmitToGalleryBlockHeader": "ONLYOFFICE Forma Qalereyası",
"SubmitToGalleryDialogGuideInfo": "Mükəmməl formalar yaratmağı və təsdiq şansınızı artırmağı bizim <1>bələdçimizdən</1> öyrənin.",
"SubmitToGalleryDialogMainInfo": "Bu otağın sahibi sizsiniz. Otağı tərk etməzdən əvvəl sahib rolunu başqa istifadəçiyə ötürməlisiniz.",
"SuggestChanges": "Dəyişikliklər təklif edin",

View File

@ -29,6 +29,7 @@
"FileExtension": "Fayl uzantısı",
"FilesEmptyScreenText": "Fayl və qovluq detallarına burada baxın",
"GalleryEmptyScreenText": "Forma şablonunun təfərrüatlarına burada baxın",
"GroupsEmptyScreenText": "Qrup təfərrüatlarına burada baxın",
"HistoryEmptyScreenText": "Hərəkət tarixçəsi burada göstəriləcək",
"InfoBanner": "Dəvət olunmuş istifadəçilərin siyahısına bütün otaqlara tam girişi olan bu DocSpace-in sahibi və/yaxud administratoru daxildir. Sahib və/yaxud administratora başqa heç bir giriş hüququ verilə bilməz. Onlar otağa əlavə edildikdən sonra hər hansı dəyişiklik barədə məlumatlandırılacaqlar.",
"ItemsSelected": "Seçilmiş elementlər",

View File

@ -3,14 +3,15 @@
"AddManuallyDescriptionAccounts": "Yeni istifadəçiləri e-poçt vasitəsilə şəxsən DocSpace-ə dəvət edin",
"AddManuallyDescriptionRoom": "Mövcud DocSpace istifadəçilərini adlardan istifadə edərək otağa əlavə edin və ya yeni istifadəçiləri e-poçt vasitəsilə şəxsən dəvət edin",
"EmailErrorMessage": "E-poçt ünvanı etibarlı deyil. Siz e-poçtu klikləməklə redaktə edə bilərsiniz.",
"GroupMaxAvailableRoleWarning": "Qruplar maksimum mümkün rola malikdir: “{{role}}”. Otağa qrup əlavə etdikdən sonra hüquqları artıra bilərsiniz.",
"InvitationLanguage": "Dəvət dili",
"InviteAccountSearchPlaceholder": "İnsanları e-məktubla dəvət edin",
"Invited": "Dəvət edildi",
"InviteRoomSearchPlaceholder": "İnsanları ad və ya e-məktubla dəvət edin",
"InviteViaLink": "Keçidlə dəvət edin",
"InviteViaLinkDescriptionAccounts": "DocSpace-də avtorizasiya üçün universal keçid yaradın",
"InviteViaLinkDescriptionRoom": "Otağın avtorizasiyası üçün universal keçid yaradın",
"LinkCopySuccess": "Link köçürüldü",
"ResetChange": "Dəyişikliyi sıfırlayın",
"SendInvitation": "Dəvət göndərin"
"SendInvitation": "Dəvət göndərin",
"UsersAlreadyAdded": "Bəzi istifadəçilər artıq əlavə olunub"
}

View File

@ -1,38 +1,108 @@
{
"ActionButton": "Fəaliyyət düyməsi",
"ActionButtonDescription": "Fayl, qovluq və otaqların yaradılmasını məhdudlaşdırmaq üçün cari bölmənin başlığında Fəaliyyət və + düymələrini söndürə bilərsiniz.",
"AddWatermarks": "Sənədlərə su nişanları əlavə edin",
"AdvancedDisplay": "Qabaqcıl ekran parametrləri",
"AllTypes": "Bütün növlər",
"APILink": "API kitabxanası",
"Ascending": "Artan",
"ButtonColor": "Düymə rəngi",
"ButtonCustomization": "Düymənin fərdiləşdirilməsi",
"ButtonText": "Düymə mətni",
"CancelButtonText": "Düymə mətnini ləğv edin",
"Chat": "Söhbət",
"Code": "Daxil etmək üçün kod",
"CodeTitle": "kod",
"CopyWindowCode": "Pəncərənin kodunu kopyalayın",
"CreateSampleHeader": "DocSpace yerləşdirmə nümunəsi yaradın",
"CreateSampleDocSpace": "DocSpace yerləşdirmə nümunəsi yaradın",
"CreateSampleEditor": "Redaktor yerləşdirmə nümunəsi yaradın",
"CreateSampleFileSelector": "Fayl seçici yerləşdirmə nümunəsi yaradın",
"CreateSamplePublicRoom": "Ümumi otaq yerləşdirmə nümunəsi yaradın",
"CreateSampleRoomSelector": "Otaq seçici yerləşdirmə nümunəsi yaradın",
"CreateSampleViewer": "İzləyici yerləşdirmə nümunəsi yaradın",
"CSPDescription": "DocSpace-i vebsaytda iframe kimi təhlükəsiz şəkildə yerləşdirmək üçün onun URL-ni icazələr siyahısına əlavə edin.",
"CSPHeader": "DocSpace-i iframe kimi yerləşdirin",
"CSPHelp": "Bu parametr məzmun hücumlarından qorunmaq üçün istifadə edilə bilən təhlükəsizlik mexanizmidir. CSP təhlükəsiz mənbə yükləmə mənbələrini təsvir edir. \"Ağ siyahıya salınmayan\" mənbələrdən endrilmə bloklanıb. İstifadə olunacaq domenləri (protokollu) göstərin.",
"CSPInfoBarDescription": "Quraşdırmanın düzgün işləməsini təmin etmək üçün DocSpace üçün HTTPS protokolunu aktiv edin.",
"CSPInfoBarHeader": "HTTPS tələb olunur",
"CSPInputPlaceholder": "URL'yi bu cür daxil edin: https://example.com",
"CSPUrlHelp": "URL yolları və ya əlavə simvollar olmadan DocSpace domen adını daxil edin.",
"CustomDescription": "DocSpace-i daxil etmək üçün parametrləri əl ilə konfiqurasiya edin.",
"CustomizingDisplay": "Ekranı fərdiləşdirin",
"DataDisplay": "Məlumatların göstərilməsi parametrləri",
"DefaultColumnsOption": "Defolt (Say ekranın genişliyindən asılıdır)",
"Descending": "Azalan",
"DisplayColumns": "Fayl sətirində sütunların göstərilməsi",
"DocspaceDescription": "İstifadəçilərə bütün otaq, fayl və parametrlərlə qarşılıqlı əlaqə yaratmaq üçün bütün DocSpace-i daxil edin.",
"EditorDescription": "İstifadəçilərə həmin otaqdan faylı redaktə etmək üçün redaktor əlavə edin.",
"ElementCalledAfterClicking": "Element kliklədikdən sonra adlandırılacaq",
"ElementItself": "Elementin özü",
"EmbedCodeSuccessfullyCopied": "Yerləşdirmə kodu uğurla mübadilə buferinə nüsxələndi",
"EnterCount": "Sayı daxil edin",
"EnterHeight": "Hündürlüyü daxil edin",
"EnterId": "ID daxil edin",
"EnterPage": "Səhifə nömrəsini daxil edin",
"EnterWidth": "Eni daxil edin",
"Filter": "Axtarın, Filtrləyin və Çeşidləyin",
"FeedbackAndSupport": "Əlaqə & Dəstək",
"FileContentCopy": "Fayl məzmununun nüxsəsinin məhdudlaşdırılması",
"FileId": "Fay ID",
"FilePreview": "Fayl önizləmə",
"FileSelector": "Fayl seçici",
"FileSelectorDescription": "İstifadəçilərə mövcud fayllar siyahısından istənilən fayla daxil olmaq üçün fayl seçici əlavə edin.",
"FilesSearchDescription": "Açılmış qovluqda/otaqda fayllar axtarılır.",
"FileTypeDisplay": "Fayl növü görüntüsü",
"FrameId": "Çərçivə ID",
"GetCode": "Əlavə etmək üçün kodu əldə edin",
"GoToRoom": "otağa keçid edin",
"Header": "Başlıq",
"HeaderDescription": "DocSpace bölmələrinə girişi məhdudlaşdırmaq üçün mobil versiyada başlığı deaktiv edə bilərsiniz (masaüstü versiyada sol menyunu söndürmək kimi).",
"HtmlCodeDescription": "<script> teqindən istifadə edərək DocSpace-in və ya onun bir hissəsinin yerləşdirilməsi. Aşağıdakı HTML kodunu kopyalayın və HTML faylınıza əlavə edin.",
"InitializeSDK": "Tövsiyə olunan rejimlərdən birini seçin və ya bütün parametrləri əl ilə konfiqurasiya etmək üçün Fərdi istifadə edin.",
"InLeftPanel": "sol paneldə",
"InterfaceElements": "İnterfeys elementləri",
"ItemsCount": "Bəndlər bir səhifədə sayılır",
"ItemsCountDescription": "Səhifədə göstərilən faylların/qovluqların sayını, həmçinin hansı səhifənin göstərilməyə başlayacağını təyin edə bilərsiniz.",
"JavaScriptCodeDescription": "JavaScript istifadə edərək DocSpace-in və ya onun bir hissəsinin yerləşdirilməsi. Aşağıdakı JavaScript kodunu kopyalayın.",
"JavascriptSdk": "Javascript SDK",
"LimitByTime": "Vaxt dövrü ilə məhdudlaşdırın",
"LinkSetDescription": "Bu link {{parameter}} ilə qorunur. Bağlantını konfiqurasiya etmək üçün,",
"LinkSetDescription2": "Bu {{parameter1}} və {{parameter2}} təyin edilib. Onu konfiqurasiya etmək üçün,",
"LinkSetDescription3": "{{parameter1}}, {{parameter2}} və {{parameter3}} təyin edilib. Onu konfiqurasiya etmək üçün,",
"Logo": "Logo",
"MainElementParameter": "Əsas element parametri",
"ManagerSearchBlockDescription": "Axtarış, filtr və çeşidləmə seçimlərini söndürə bilərsiniz.",
"ManagerTitleDescription": "Cari bölmə/otaq/qovluğun başlığını söndürə bilərsiniz.",
"Menu": "Sol menyu",
"MenuDescription": "İstifadəçilərin digər bölmələrə keçməsinə ehtiyac yoxdursa, sol menyunu deaktiv edə bilərsiniz.",
"MobileOnly": "yalnız mobil cihazlar",
"Page": "Göstərilən səhifə (nömrə)",
"PublicRoomDescription": "İstifadəçilərə qeydiyyatdan keçmədən orada saxlanan bütün sənədlərə baxmaq imkanı vermək üçün ümumi otaq əlavə edin.",
"RightPanelCollapsed": "Sağ panel çökdü",
"RoomOrFolder": "Otaq və ya Qovluq",
"RoomOrFolderDescription": "Baxmaq istədiyiniz bölmə, otaq və ya qovluğu seçə bilərsiniz",
"RoomPreview": "Otaq görüntüsü",
"RoomSelector": "Otaq seçici",
"RoomSelectorDescription": "İstifadəçilərə mövcud otaqlar siyahısından istənilən otağa daxil olmaq üçün otaq seçicisi əlavə edin.",
"RoomTypeDisplay": "Otaq növü görüntüsü",
"Rotate": "Döndürün",
"Scale": "Ölçü",
"SDKDescription": "ONLYOFFICE DocSpace-dən otaq və ya qovluğu JavaScript SDK-dan istifadə edərək iframe kimi veb interfeysinizə yerləşdirə bilərsiniz. Burada nümunə iframe yaratmaq və CSP-ni konfiqurasiya etmək üçün parametrləri tapa bilərsiniz. Tam SDK-dan istifadə etmək üçün baxın",
"SearchBlock": "Bloku axtarın",
"SearchFilterAndSort": "Axtarın, Filtrləyin və Çeşidləyin",
"SearchTerm": "Termin axtarın",
"SelectButtonText": "Düymə mətnini seçin",
"SelectImage": "Şəkli seçin",
"SelectModeEmbedding": "DocSpace-i yerləşdirmək üçün rejimi seçin",
"SelectToDocSpace": "DocSpace-ə seçin",
"SelectTypes": "Növləri seçin",
"SetItUp": "Quraşdırın",
"SettingUpColumns": "Sütunların quraşdırılması",
"SettingUpColumnsDescription": "İstifadəçilərin siyahı görünüşündə fayl məlumatı sütunlarını idarə etmək və fərdiləşdirmək imkanını söndürə bilərsiniz.",
"SetUp": "Quraşdırmağa başlayın",
"SortOrder": "Sıralamanı qaydaya salın",
"Title": "Naviqasiya və Başlıq"
"Subtitle": "Altyazı",
"SubtitleDescription": "Cari kataloq üçün əlavə şərhlər və ya təsvirləri ehtiva edən alt başlıq.",
"TabPlugins": "Nişan Plaginləri",
"Viewer": "İzləyici",
"ViewerDescription": "İstifadəçilərə həmin otaqdan baxmaqla faylı açmağa icazə vermək üçün izləyici əlavə edin."
}

View File

@ -2,13 +2,17 @@
"ClickHere": "Buraya klikləyin",
"ConfirmEmailDescription": "Aktivləşdirmə e-məktubunda göndərilən keçiddən istifadə edin. Aktivləşdirmə linki olan e-məktub almamısınız?",
"ConfirmEmailHeader": "Lütfən, DocSpace xüsusiyyətlərinə daxil olmaq üçün e-poçtunuzu ({{ email }}) aktiv edin.",
"PersonalUserQuotaAdminsDescription": "Yeni fayl və qovluqları yükləmək və yaratmaq üçün zəhmət olmasa, diskdə yer boşaldın və ya <1>Yaddaş idarəetmə parametrlərində</1> hər istifadəçi kvotasını idarə edin.",
"PersonalUserQuotaDescription": "Yeni fayl və qovluqları yükləmək və yaratmaq üçün diskdə yer boşaldın və ya yaddaş kvotasını artırmaq üçün administratorla əlaqə saxlayın.",
"RequestActivation": "Yenidən aktivləşdirmə tələb edin",
"RoomQuotaDescription": "DocSpace üçün daha uyğun qiymət planı tapmaq üçün lazımsız otaqları arxivləşdirə və ya <1>{{clickHere}}</1> edə bilərsiniz.",
"RoomQuotaHeader": "Otaqlar keçmək üzrədir: {{currentValue}} / {{maxValue}}",
"StorageAndRoomHeader": "Yaddaş və otaq limitləri aşmaq üzrədir.",
"StorageAndUserHeader": "Yaddaş və administratorlar/ekspert istifadəçilər limitləri aşmaq üzrədir.",
"StorageQuotaDescription": "Siz lazımsız faylları silə və ya DocSpace üçün daha uyğun qiymət planı tapmaq üçün <1>{{clickHere}}</1> edə bilərsiniz.",
"StorageQuotaExceeded": "Yaddaş kvotası limiti keçib",
"StorageQuotaHeader": "Yaddaş sahəsinin həcmi keçmək üzrədir : {{currentValue}} / {{maxValue}}",
"TenantCustomQuotaDescription": "<1>Yaddaş idarəetmə parametrlərində</1> lazımsız faylları silə və ya kvotanı dəyişə bilərsiniz.",
"UserQuotaDescription": "Sahəniz üçün daha yaxşı qiymət planı tapmaq üçün <1>{{clickHere}}</1>.",
"UserQuotaHeader": "Admin/ekspert istifadəçilərin sayı keçmək üzrədir: {{currentValue}} / {{maxValue}}."
}

View File

@ -1,6 +1,5 @@
{
"LblInviteAgain": "Bir daha dəvət et",
"MessageEmailActivationInstuctionsSentOnEmail": "<1>{{email}}</1> elektron poçtuna aktivləşdirmə haqqında məlumat göndərilmişdir.",
"NotFoundUsers": "İstifadəçi tapılmadı",
"NotFoundUsersDescription": "Axtarışınıza uyğun istifadəçi yoxdur. İstifadəçilərin tam siyahısına baxmaq üçün axtarış parametrlərinizi tənzimləyin və ya axtarış sahəsini təmizləyin."
"UserStatus": "Status"
}

View File

@ -1,6 +0,0 @@
{
"AllAccounts": "Bütün hesablar",
"EmptyDescription": "Əvvəllər DocSpace və ya fərdi otaqlara dəvət edilmiş istifadəçilərin siyahısı burada görünəcək. Siz istənilən vaxt bu istifadəçiləri əməkdaşlığa dəvət edə biləcəksiniz.",
"EmptyHeader": "Burada hələ başqa hesab yoxdur",
"ListAccounts": "Hesabların siyahısı"
}

View File

@ -1,20 +1,29 @@
{
"AccountLoginType": "Hesaba giriş növü",
"AddMembers": "Üzvlər əlavə edin",
"CreateGroup": "Qrup yaradın",
"DeleteSelfProfile": "Profilin silinməsi",
"DisabledEmployeeStatus": "Söndürülüb",
"EditGroup": "Qrupu redaktə edin",
"EmailChangeButton": "Elektron poçtu dəyiş",
"EnableUserButton": "İzn ver",
"IndividualRights": "Otaqda fərdi hüquqlar",
"InviteLinkTitle": "Dəvət üçün link",
"LDAPLbl": "LDAP",
"NameChangeButton": "Adı dəyişin",
"PasswordChangeButton": "Şifrəni dəyişdir",
"PendingTitle": "Gözləmə",
"PeopleCount": "insanlar: {{count}}",
"RemoveData": "Şəxsi məlumatların silinməsi",
"ResetAuth": "Doğrulamanı sıfırlayın",
"SearchByGroupMembers": "Qrup üzvlərinə görə axtarın",
"SendInviteAgain": "Dəvəti bir daha göndər",
"StandardLogin": "Standart giriş",
"SuccessChangeUserStatus": "İstifadəçinin statusu müvəffəqiyyətlə dəyişdirilmişdir",
"SuccessDeleteGroup": "Qrup uğurlar silindi",
"SuccessDeleteGroups": "Qruplar uğurla silindi",
"SuccessDeletePersonalData": "Şəxsi məlumatlar müvəffəqiyyətlə silindi",
"SuccessSentInvitation": "Dəvətnamə müvəffəqiyyətlə göndərildi",
"SuccessSentMultipleInvitatios": "Dəvətlər uğurla göndərildi"
"SuccessSentMultipleInvitatios": "Dəvətlər uğurla göndərildi",
"WithoutGroup": "Qrupsuz"
}

View File

@ -1,5 +0,0 @@
{
"EmptyRoomsDescription": "Lütfən, Otaqlarımda ilk otağı yaradın.",
"EmptyRoomsHeader": "Burada hələ otaq yoxdur",
"RoomList": "Otaq siyahısı"
}

View File

@ -1,11 +1,17 @@
{
"AboutDataImport": "Məlumatların idxalı bir neçə addımdan ibarətdir: məlumatların yüklənməsi, təhlili, idxal konfiqurasiyası və idxalı. Ehtiyat faylınız ONLYOFFICE DocSpace serverlərində 24 saat saxlanılacaq və sonra avtomatik olaraq silinəcək.",
"AccentColor": "Vurğu",
"AccessRightsAccessToProduct": "{{product}} moduluna giriş hüququ verilmişdir",
"AccessRightsAllUsers": "Bütün {{users}}",
"AccessRightsChangeOwnerConfirmText": "Dəyişikliklər e-poçt vasitəsilə təsdiqlənmə məktubundan sonra tətbiq olunacaq.",
"AccessRightsProductUsersCan": "{{category}} istifadəçilər edə bilərlər",
"AccessRightsUsersFromList": "Siyahıdan {{users}}",
"AccountsWithoutEmails": "E-poçt ünvanı olmayan <1>{{users}} istifadəçi</1> tapdıq. Siz onların e-poçtunu doldura və ya bu proses olmadan davam edə bilərsiniz.",
"AccountsWithoutEmailsNextStep": "E-poçt ünvanı olmayan <1>{{users}} istifadəçi</1> tapdıq. Növbəti addımda onların hesabına lazımi məlumatları əlavə edə bilərsiniz.",
"AddAllowedIP": "İcazə verilən IP ünvanı əlavə edin",
"AddEmails": "Natamam hesablara e-poçt əlavə edin",
"AddEmailsDescription": "ONLYOFFICE DocSpace-ə idxal etmək üçün idxal olunmayan istifadəçilərin siyahısını yoxlayın.",
"AddEmailsWarning": "E-poçtu olan heç bir istifadəçiniz yoxdur. Onları əlavə etmək üçün növbəti addıma davam edin.",
"AdditionalResources": "Əlavə resurslar",
"AdditionalResourcesDescription": "DocSpace menyusunda əlavə resurslara keçidlərin göstərilib-göstərilməməsini seçin.",
"AdditionalResourcesSubtitle": "İstifadəçiləriniz üçün faydalı resurslara keçidlərin görünüşünü konfiqurasiya edin.",
@ -36,13 +42,17 @@
"Backup": "Yedəkləmə",
"BackupCreatedError": "Xəta ilə üzləşdiniz. Administratorunuzla əlaqə saxlayın.",
"BackupCreatedSuccess": "Ehtiyat nüsxə uğurla yaradıldı.",
"BackupFile": "Ehtiyat fayl",
"BackupFiles": "Ehtiyat fayllar",
"BackupFilesUploading": "Ehtiyat fayllar serverə yüklənir. Zəhmət olmasa, gözləyin.",
"BackupFileUploading": "Ehtiyat fayl serverə yüklənir. Zəhmət olmasa, gözləyin.",
"BackupList": "Ehtiyyat siyahısı",
"BackupListWarningText": "Siyahıdan müəyyən elementləri silsəniz, onların müvafiq faylları da silinəcək. Bu əməliyyat geri qaytarıla bilməz. Bütün faylları silmək üçün linkdən istifadə edin:",
"BetaLabel": "BETA",
"BlockingTime": "Bloklama vaxtı (san)",
"Branding": "Brendləşmə",
"BrandingSectionDescription": "Şirkət məlumatlarınızı göstərin, DocSpace interfeysində göstərilən xarici resurslara və e-poçt ünvanlarına keçidlər əlavə edin.",
"BrandingSubtitle": "İstifadəçilərə brendlə bağlı təcrübə təmin etmək üçün bu seçimdən istifadə edin.",
"BreakpointMobileWarningTextPrompt": "<1>{{sectionName}}</1>-ə daxil olmaq üçün masaüstü və ya planşetdən istifadə edin.",
"BreakpointSmallText": "Pəncərəniz bütün səhifə məzmununu göstərmək üçün çox kiçikdir",
"BreakpointSmallTextPrompt": "Pəncərənin ölçüsünü dəyişdirin və ya tam ekran rejimini aktivləşdirin",
"BreakpointWarningText": "Bu bölmə yalnız masaüstü versiyada mövcuddur",
@ -56,12 +66,15 @@
"ChangeLogoButton": "Loqonu dəyişin",
"Characters": "İşarələrin {{length}}",
"CheckPeriod": "Nəzarət vaxtı (san)",
"CheckUnsupportedFiles": "Dəstəklənməyən faylları yoxlayın",
"ChooseBackupFile": "Ehtiyat faylı seçin",
"ChooseBackupFiles": "Ehtiyat faylları seçin",
"ClearBackupList": "Bütün ehtiyat nüsxələri silin",
"CloseMenu": "Menyunu bağlayın",
"CommonFilesDescription": "Ümumi bölmədəki fayllar üçün ayrıca otaq (Ümumi otaq) yaradılacaq. Bu otağa yalnız DocSpace administratorları daxil ola bilər. Defolt olaraq, otağın sahibi idxalı başladan istifadəçi olacaq: John Smith (Siz).",
"CompanyInfoSettings": "Şirkət məlumatları parametrləri",
"CompanyInfoSettingsDescription": "Bu məlumat <1>{{link}}</1> pəncərəsində göstəriləcək.",
"ConfirmEmailSended": "Təsdiqləmə e-məktubu {{ownerName}} göndərilmişdir",
"Custom": "Fərdi",
"CustomDomainName": "Fərdi domen adı",
"CustomDomains": "İstifadəçi domenləri",
"Customization": "Fərdiləşdirmə",
@ -70,18 +83,24 @@
"CustomTitlesSettingsNavDescription": "Xoş gəlmisiniz Səhifə Parametrləri portalınızın Xoş Gəlmə Səhifəsində göstəriləcək standart portal başlığını dəyişmək üçün bir yoldur. Eyni ad portal e-poçt bildirişlərinizin Kimdən sahəsi üçün istifadə olunur.",
"CustomTitlesWelcome": "Salamlama ayarları",
"DataBackup": "Məlumatların yedəklənməsi",
"DataImport": "Məlumat idxalı",
"DataImportComplete": "Məlumat idxalı tamamlandı",
"DataImportDescription": "Üçüncü tərəf xidmətindən ONLYOFFICE DocSpace-ə məlumatları idxal edin. Məlumatların idxalı bütün istifadəçilər, şəxsi və paylaşılan sənədlər kimi məlumatların ötürülməsinə imkan verir.",
"DataImportProcessing": "Məlumatların idxalının emalı",
"Deactivate": "Deaktiv edin",
"DeactivateOrDeletePortal": "Sahəni deaktivləşdirin və ya silin",
"DefaultSettings": "Defolt parametrlər",
"DefineQuotaPerRoom": "Otaq üçün kvota müəyyənləşdirin",
"DefineQuotaPerUser": "İstifadəçi üçün kvota müəyyənləşdirin",
"DeleteDocSpace": "DocSpace-i silin",
"DeleteDocSpaceInfo": "Domeni silməzdən əvvəl, lütfən, avtomatik ödənişin söndürüldüyünə əmin olun. Siz <1>Stripe müştəri portalınızda</1> avtomatik fakturanın statusunu yoxlaya bilərsiniz.",
"DeleteTheme": "Temanı silin",
"DeleteThemeForever": "Tema həmişəlik silinsin?",
"DeleteThemeNotice": "Tema həmişəlik silinəcək. Bu əməliyyatı geri qaytara bilməzsiniz.",
"DeveloperTools": "Tərtibatçı Alətləri",
"Disabled": "Deaktiv edildi",
"DiskSpaceUsed": "İstifadə olunan disk sahəsi",
"DNSSettings": "DNS Parametrləri",
"DNSSettingsDescription": "DNS Parametrləri domeniniz üçün alternativ URL ",
"DNSSettingsDescription": "Domeniniz üçün alternativ URL ünvanı təyin edin. Parametrlərlə bağlı kömək üçün sorğunuzu dəstək komandamıza göndərin.",
"DNSSettingsHint": "Domen adını belə daxil edin:",
"DNSSettingsMobile": "Sorğunuzu dəstək komandamıza göndərin və mütəxəssislərimiz sizə parametrlərdə kömək edəcəklər.",
"DNSSettingsNavDescription": "DNS Parametrləri portalınız üçün alternativ URL təyin etməyin bir yoludur.",
"DocumentService": "Sənəd Xidməti",
@ -90,9 +109,11 @@
"DocumentServiceLocationUrlInternal": "İcma Serverindən sorğular üçün DocSpace ünvanı",
"DocumentServiceLocationUrlPortal": "Sənəd Xidmətindən sorğular üçün İcma Server ünvanı",
"DownloadCopy": "Nüsxəni endirin",
"DownloadLog": "Gündəliyi endirin",
"DownloadReportBtnText": "Hesabatı yükləyin",
"DownloadReportDescription": "Hesabat Sənədlərimdə saxlanacaq",
"DownloadStatisticsText": "Ətraflı statistikaya baxmaq üçün seçilmiş saxlama müddəti ərzində mövcud olan məlumat üçün hesabatı yükləyə bilərsiniz.",
"DuplicateNoun": "Dublikat edin",
"EditColorScheme": "Rəng sxemini redaktə edin",
"Employees": "istifadəçilər",
"EmptyBackupList": "Hələ heç bir ehtiyat nüsxəsi yaradılmayıb. Onların bu siyahıda görünməsi üçün bir və ya bir neçə ehtiyat nüsxəsi yaradın.",
@ -102,7 +123,22 @@
"EnterTime": "Vaxtı daxil edin",
"EnterTitle": "Başlığı daxil edin",
"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",
"Import": "İdxal edin",
"ImportCompleteDescriptionGoogle": "Google Workspace-dən ONLYOFFICE DocSpace-ə məlumat idxalı tamamlandı!",
"ImportCompleteDescriptionNextcloud": "Nextcloud-dan ONLYOFFICE DocSpace-ə məlumat idxalı tamamlandı!",
"ImportCompleteDescriptionWorkspace": "ONLYOFFICE Workspace-dən ONLYOFFICE DocSpace-ə məlumat idxalı tamamlandı!",
"ImportedUsers": "{{selectedUsers}}/{{importedUsers}} istifadəçi uğurla idxal edildi.",
"ImportFromGoogle": "Google Workspace-dən idxal edin",
"ImportFromNextcloud": "Nextcloud-dan idxal edin",
"ImportFromOnlyoffice": "ONLYOFFICE Workspace-dən idxal edin",
"ImportProcessingDescription": "Məlumat köçürülməsi davam edir. Zəhmət olmasa, gözləyin.",
"ImportSectionDescription": "İdxal etmək üçün bölmələri seçin. Onlar DocSpace-in müvafiq bölmələrində görünəcək.",
"IncludedInBusiness": "Biznes plana daxildir",
"IntegrationRequest": "ONLYOFFICE DocSpace-də faydalı inteqrasiya və ya komponent yoxdur? Komandamıza bir sorğu buraxın və biz buna baxacağıq.",
"IPSecurity": "IP Təhlükəsizliyi",
@ -110,6 +146,9 @@
"IPSecuritySettingDescription": "IP ünvanlarını seçməyə daxil olmaq imkanını məhdudlaşdırmaq üçün IP Təhlükəsizliyini konfiqurasiya edin. IPv4 formatında, IP diapazonunda və ya CIDR maskalanmasında tam IP ünvanlarından istifadə edin. İP təhlükəsizliyi domen sahibləri üçün işləmir, onlar istənilən IP ünvanından domenə daxil ola bilərlər.",
"IPSecurityWarningHelper": "Əvvəlcə cari IP-nizi və ya cari IP ünvanınızın aid olduğu IP diapazonunu göstərməlisiniz, əks halda parametrləri saxladıqdan dərhal sonra domenə girişiniz bloklanacaq. Domen sahibi istənilən IP ünvanından domenə giriş əldə edəcək.",
"LanguageAndTimeZoneSettingsNavDescription": "Dil və Saat qurşağı Parametrləri bütün portal istifadəçiləri üçün bütün portalın dilini dəyişmək və portaldakı bütün hadisələrin düzgün tarix və vaxtla göstərilməsi üçün saat qurşağını konfiqurasiya etmək üsuludur.",
"LastUpdate": "Son yeniləmə: {{date}}",
"LicenseLimitCounter": "Lisenziya limiti Administratorlar/Güc:",
"LicenseLimitDescription": "Lisenziya limiti sayğacı aşağıdakılardan ibarətdir: DocSpace-də mövcud hesablar və idxal etmək istədiyiniz yeni istifadəçilər. Artıq DocSpace hesabı olan istifadəçiləri idxal etsəniz, onlar bir daha sayğacda sayılmayacaqlar. DocSpace lisenziyanız maksimum 100 istifadəçinin mövcud olmasına imkan verir.",
"Lifetime": "Ömürlük (dəq)",
"LimitThemesTooltip": "Siz yalnız 3 fərdi mövzu yarada bilərsiniz. Yenisini yaratmaq üçün əvvəlki mövzulardan birini silməlisiniz.",
"LocalFile": "Yerli fayl",
@ -128,12 +167,21 @@
"ManagementCategorySecurity": "Təhlükəsizlik",
"ManualBackupDescription": "Sahədə olan bütün məlumatları fayl kimi əldə etmək istəyirsinizsə, bu seçimdən istifadə edin.",
"MaxCopies": "{{copiesCount}} - ehtiyat nüsxələrin maksimal sayı",
"MemoryQuotaDisabled": "Yaddaş kvotası uğurla deaktiv edildi.",
"MemoryQuotaEnabled": "Yaddaş kvotası uğurla aktiv edildi.",
"Migration": "Köçürülmə",
"NewColorScheme": "Yeni rəng sxemi",
"NextStep": "Növbəti addım",
"NoEmail": "E-POÇT YOXDUR",
"NoUsersInBackup": "İstifadəçi tapılmadı. Yenidən cəhd edin və ya digər ehtiyat faylları yükləyin.",
"NumberOfActiveEmployees": "Aktiv işçilərin sayı: {{count}}",
"NumberOfAttempts": "Təşəbbüslərin sayı",
"PasswordMinLenght": "Parolun minimal uzunluğu",
"Path": "Cığır",
"PersonalFiles": "Şəxsi fayllar",
"PersonalFilesDescription": "İstifadəçi fayl və sənədləri Sənədlər > Sənədlərim bölməsinə köçürüləcək.",
"PortalAccess": "DocSpace-ə giriş",
"PortalCreatedDate": "Portalın yaradılma tarixi: {{date}}",
"PortalDeactivation": "DocSpace-i deaktiv edin",
"PortalDeactivationDescription": "Domeninizi müvəqqəti olaraq deaktiv etmək üçün bu seçimdən istifadə edin.",
"PortalDeactivationHelper": "Bu DocSpace-i söndürmək istəyirsinizsə, domeniniz və onunla əlaqəli bütün məlumat bloklanacaq ki, heç kim müəyyən müddət ərzində ona daxil ola bilməsin. Bunu etmək üçün Deaktiv edin düyməsini sıxın. Fəaliyyəti təsdiqləmək üçün domen sahibinin e-poçt ünvanına keçid göndəriləcək.\nDomenə qayıtmaq və ondan istifadə etməyə davam etmək istədiyiniz halda, təsdiq e-məktubunda verilmiş ikinci keçiddən istifadə etməlisiniz. Buna görə də, lütfən, bu e-məktubu təhlükəsiz yerdə saxlayın.",
@ -152,6 +200,12 @@
"PortalRenamingNote": "<strong>Qeyd:</strong> Saxla düyməsini kliklədiyiniz zaman köhnə domen ünvanınız yeni istifadəçilər üçün yararsız olacaq.",
"PortalSecurityTitle": "Bu alt bölmə istifadəçilərə portala daxil olmaq üçün təhlükəsiz və rahat yollar təklif etməyə imkan verir.",
"ProductUserOpportunities": "Profillərə və qruplara baxın",
"ProjectsDescription": "Hər bir layihə həmin layihənin bütün sənəd və istifadəçilərini ehtiva edən otaq kimi idxal olunur. Layihə meneceri otağın sahibi olacaq",
"QuotaPerRoom": "Otaq üçün kvota",
"QuotaPerUser": "İstifadəçi üçün kvota",
"Quotas": "Kvotalar",
"QuotasDescription": "Burada istifadəçi və otaqlar üçün yaddaş kvotasını təyin edə bilərsiniz. <1>Yardım Mərkəzi.</1>",
"Recalculate": "Yenidən hesablayın",
"RecoveryFileNotSelected": "Bərpa xətası. Bərpa olunacaq fayl seçilməyib.",
"RestoreBackup": "Məlumatların bərpası",
"RestoreBackupDescription": "Sahənizi əvvəllər saxlanmış ehtiyat faylından bərpa etmək üçün bu seçimdən istifadə edin.",
@ -160,22 +214,42 @@
"RoomsModule": "Ehtiyat otaq",
"RoomsModuleDescription": "Yedəkləmə üçün xüsusi olaraq yeni otaq yarada, mövcud otaqlardan birini seçə və ya nüsxəni onların {{roomName}} otağında saxlaya bilərsiniz.",
"SaveToApply": "Tətbiq etmək üçün aşağıdakı <strong>Saxla</strong> düyməsini klikləyin.",
"SelectedUsersCounter": "Seçildi: {{selectedUsers}}/{{totalUsers}} istifadəçi",
"SelectFileDescriptionGoogle": "Məlumat idxalına başlamaq üçün Google Workspace ehtiyat fayllarını seçin. Birdən çox fayl seçilə bilər. Məlumatların yüklənməsi və təhlili tamamlandıqdan sonra növbəti addım avtomatik olaraq başlayacaq.",
"SelectFileDescriptionNextcloud": "Məlumat idxalına başlamaq üçün Nextcloud ehtiyat faylını seçin. Yalnız bir fayl seçilə bilər. Məlumatların yüklənməsi və təhlili tamamlandıqdan sonra növbəti addım avtomatik olaraq başlayacaq.",
"SelectFileDescriptionWorkspace": "Məlumatların idxalına başlamaq üçün ONLYOFFICE Workspace ehtiyat nüsxə faylını seçin. Məlumatların yüklənməsi və təhlili tamamlandıqdan sonra növbəti addım avtomatik olaraq başlayacaq.",
"SelectFileInGZFormat": ".GZ formatında qovluq seçin",
"SelectUsers": "İstifadəçiləri seçin",
"SelectUsersDescriptionGoogle": "ONLYOFFICE DocSpace-ə idxal ediləcək istifadəçiləri siyahıdan yoxlayın. Google Workspace istifadəçiləri Ad/Soyad olmadan idxal ediləcək və əvəzinə onların e-poçt adları istifadə ediləcək. İstifadəçi adları idxaldan sonra dəyişdirilə bilər. ONLYOFFICE DocSpace-də artıq mövcud olan istifadəçilər yaşıl rənglə vurğulanır və defolt olaraq qeyd olunmur.",
"SelectUsersDescriptionNextcloud": "ONLYOFFICE DocSpace-ə idxal ediləcək istifadəçiləri siyahıdan yoxlayın. Yalnız e-poçt ünvanları olan istifadəçilər seçilə bilər. ONLYOFFICE DocSpace-də artıq mövcud olan istifadəçilər yaşıl rənglə vurğulanır və defolt olaraq qeyd olunmur.",
"SelectUsersDescriptionWorkspace": "ONLYOFFICE DocSpace-ə idxal ediləcək istifadəçiləri siyahıdan yoxlayın. ONLYOFFICE DocSpace-də artıq mövcud olan istifadəçilər yaşıl rənglə vurğulanır və defolt olaraq qeyd olunmur.",
"SelectUsersWithEmail": "E-poçtu olan istifadəçiləri seçin",
"SelectUserTypes": "İstifadəçi növlərini seçin",
"SelectUserTypesDescription": "İdxal edilmiş istifadəçilər üçün DocSpace rollarını seçin: <1>DocSpace admini</1>, <1>Otaq admini</1> və ya <1>Bacarıqlı istifadəçi</1>. Varsayılan olaraq, hər bir istifadəçi üçün Bacarıqlı istifadəçi rolu seçilir. Siz idxaldan sonra rolları idarə edə bilərsiniz.",
"SendNotificationAboutRestoring": "Sahənin bərpası ilə bağlı istifadəçilərə bildiriş göndərin",
"ServerSideEncryptionMethod": "Server Tərəfində Şifrələmə Metodu",
"ServiceUrl": "Xidmət URL-si",
"SessionLifetime": "Sessiya Müddəti",
"SessionLifetimeMobileDescription": "Sessiya Müddəti sizə DocSpace istifadəçilərinin sahəyə daxil olmaq üçün domen məlumatlarını yenidən daxil etməli olduğu vaxtın miqdarını (dəqiqələrlə) təyin etməyə imkan verir.",
"SessionLifetimeSettingDescription": "Avtomatik çıxışdan əvvəl vaxtın miqdarını müəyyən etmək üçün Sessiya Müddəti təyin edin. Yadda saxladıqdan sonra bütün istifadəçilər üçün çıxış həyata keçiriləcək.",
"SetDefaultRoomQuota": "Bu DocSpace-də otaqlar üçün defolt yaddaş kvotasını təyin edin. Daha sonra otaq administratorları tərəfindən hər otaq üçün fərdi olaraq təyin edilə bilər.",
"SetDefaultUserQuota": "Bu DocSpace istifadəçiləri üçün yaddaş kvotasını təyin edin. İstifadəçi kvotası hər bir istifadəçinin Sənədlərim qovluğunun yaddaş limitinə təsir edir.",
"SettingPasswordDescription": "Daha təhlükəsiz, hesablamaya davamlı şifrələri tətbiq etmək üçün Şifrə Gücü Parametrlərini konfiqurasiya edin.",
"SettingPasswordStrengthMobileDescription": "Şifrə Gücü Parametrləri şifrənin təxmin və kobud güc hücumlarına qarşı müqavimətini təyin etmək üçün bir yoldur.",
"SettingPasswordTittle": "Şifrə Gücü Parametrləri",
"SharedFiles": "Paylaşılan fayllar",
"SharedFilesDescription": "Digər istifadəçilər tərəfindən paylaşılan fayllar Sənədlər > Bu yaxınlarda keçid vasitəsilə əldə edilənlər bölməsinə köçürüləcək. Zəhmət olmasa, nəzərə alın: idxal zamanı bəzi giriş hüquqları itirilə bilər.",
"SharedFolders": "Paylaşılan qovluqlar",
"SharedFoldersDescription": "Paylaşılan qovluqlar istifadəçilərə giriş icazəsi verilmiş otaqlar kimi Otaqlar bölməsinə köçürüləcək. Zəhmət olmasa, nəzərə alın: idxal zamanı bəzi giriş hüquqları itirilə bilər",
"ShowFeedbackAndSupport": "Rəy və Dəstək keçidini göstərin",
"ShowHelpCenter": "Yardım Mərkəzinin keçidini göstərin",
"ShowVideoGuides": "Video Bələdçilərinə keçidi göstərin",
"SingleSignOn": "Birdəfəlik giriş",
"SMTPSettings": "SMTP Ayarları",
"SMTPSettingsDescription": "SMTP parametrləri {{organizationName}}-in istifadə etdiyi server əvəzinə öz SMTP serverinizdən istifadə edərək portaldan bildirişlər göndərmək üçün istifadə olunacaq e-poçt hesabı qurmaq üçün lazımdır. Bütün sahələri doldurun və \"Yadda saxla\" düyməsini basın. Siz daxil etdiyiniz bütün parametrlərin düzgün olub-olmadığını və nəzərdə tutulduğu kimi işlədiyini yoxlamaq üçün \"Sınaq məktubu göndər\" düyməsindən istifadə edə bilərsiniz.",
"StatisticDescription": "Burada, bu DocSpace-də ətraflı yaddaş istifadəsi məlumatlarına baxa bilərsiniz.",
"Statistics": "Statistika",
"StorageManagement": "Yaddaş idarəetməsi",
"StoragePeriod": "Saxlama müddəti",
"StudioTimeLanguageSettings": "Dil və Saat Qurşağı Ayarları",
"Submit": "Göndər",
@ -196,6 +270,9 @@
"TimeLanguageSettingsDescription": "Ümumi DocSpace dilini və vaxtı təyin etmək üçün Dil və Saat Zonası Parametrlərini dəyişdirin.",
"TimeLanguageSettingsSave": "Müraciət etmək üçün aşağıdakı <strong>Saxla</strong> klikləyin.",
"TimeZone": "Saat Qurşağı",
"Top5rooms": "Yaddaş istifadəsinə görə ilk 5 otaq:",
"Top5Users": "Yaddaş istifadəsinə görə ilk 5 istifadəçi:",
"TotalStorage": "Ümumi yaddaş: {{size}}",
"TrustedMail": "Etibarlı elektron poçt domen ayarları",
"TrustedMailMobileDescription": "Etibarlı Poçt Domen Parametrləri istifadəçinin özünü qeydiyyatı üçün istifadə olunan poçt serverlərini təyin etmək üçün bir yoldur.",
"TrustedMailSettingDescription": "Özünü qeydiyyat üçün istifadə edilməsinə icazə verilən poçt serverlərini təyin etmək üçün Etibarlı Poçt Domen Parametrlərini konfiqurasiya edin.",
@ -203,17 +280,29 @@
"TwoFactorAuthEnableDescription": "İstifadəçilərə daha təhlükəsiz DocSpace girişi üçün iki mərhələli təsdiqləməni aktivləşdirin.",
"TwoFactorAuthMobileDescription": "İki mərhələli təsdiqləmə istifadəçilərin portala daxil olması üçün daha təhlükəsiz üsuldur. İstifadəçi məlumatlarını daxil etdikdən sonra mobil telefonuna göndərilən SMS-dəki kodu, portala ilk dəfə daxil olarkən göstərilən nömrənin aldığı kodu və ya təsdiqləmə proqramından alınan kodu daxil etməlidir.",
"TwoFactorAuthSave": "Tətbiq etmək üçün aşağıdakı <strong>Saxla</strong> düyməsinə klikləyin.",
"TypesAndPrivileges": "<1>Administrator hesabı növləri və imtiyazları</1> <br> <br> <2>DocSpace administratoru</2> <br> DocSpace konfiqurasiyası, otağın yaradılması və idarə edilməsi, DocSpace və virtual mühit otaqlarında istifadəçiləri dəvət etmək və idarə etmək bacarığı , giriş hüquqlarını idarə etmək imkanı. <br> <br> <3>Otaq administratoru </3> <br> Otağın idarə edilməsi və arxivləşdirilməsi, istifadəçi dəvəti və idarə edilməsi. Otağa birdən çox administrator təyin edilə bilər. <br> <br> <4>Bacarıqlı istifadəçi</4> <br> Güclü istifadəçilər otaqda fayllar yarada və redaktə edə bilərlər, lakin otaqlar yarada, istifadəçiləri idarə edə və ya parametrlərə daxil ola bilməzlər.",
"UnsavedChangesBody": "Bağlantı parametrləri menyusunu dərhal bağlasanız, dəyişiklikləriniz yadda saxlanmayacaq.",
"UnsupportedFilesDescription": "Bəzi ehtiyat faylları dəstəklənmir. Dəstəklənməyən elementlərin siyahısını endirmək üçün \"Dəstəklənməyən faylları yoxlayın\" üzərinə klikləyin",
"UnsupportedFilesWithUploadDesc": "Bəzi ehtiyat faylları dəstəklənmir. Dəstəklənməyən elementlərin siyahısını endirmək üçün \"Dəstəklənməyən faylları yoxlayın\" və ya onsuz davam etmək üçün \"Serverə yükləyin\" üzərinə klikləyin.",
"UpdatingStatistics": "Statistikanın yenilənməsi uzun müddət çəkə bilər",
"UploadBackupData": "Köçürülmə prosesinə başlamaq üçün aşağıda istədiyiniz xidmətdən ehtiyat nüsxəsini yükləyin.",
"UploadToServer": "Serverə yükləyin",
"UseAsLogoButton": "Loqo kimi istifadə edin",
"UseDigits": "Rəqəmləri işlət",
"UsedStorage": "İstifadə olunub: {{size}}",
"UseHttp": "Http istifadə edin",
"UserAgreement": "Təsdiqləyirəm və davam etmək istəyirəm",
"UserLimitExceeded": "İstifadəçi limiti keçildi. Növbəti addıma keçmək üçün istifadəçilərin sayını tənzimləyin və ya DocSpace istifadəçi limitini artırın.",
"UsersSectionDescription": "\"İstifadəçilər\" bölməsi əvvəlki addımda seçdiyiniz istifadəçiləri ehtiva edir. O, həmişə defolt olaraq aktivdir və seçimi ləğv etmək mümkün deyil.",
"UseSpecialChar": "Xüsusi simvolları işlət",
"UseUpperCase": "Böyük hərfləri işlət",
"WantToCancelDataImport": "Məlumat idxalını ləğv etmək istəyirsiniz?",
"WantToCancelUpload": "Yükləməni ləğv etmək istəyirsiniz?",
"WhiteLabel": "Loqo Parametrləri",
"WhiteLabelHelper": "Şəffaf fonu olan şəkillərdən istifadə edin. (PNG, SVG, JPG)",
"WhiteLabelSubtitle": "Şirkətinizin adını daxil edin, loqonu yükləyin və stili brendinizə uyğunlaşdırın.",
"WhiteLabelTooltip": "Retina displeylər üçün göstərilən ölçülər. Standart ekranlar üçün loqonun eni və hündürlüyü yükləmə zamanı müvafiq olaraq dəyişdiriləcək.",
"WithoutEmailHint": "E-poçtu olmayan istifadəçiləriniz yoxdur. Növbəti addıma keçin.",
"YouHaveUnsavedChanges": "Yadda saxlanmayan dəyişiklikləriniz var",
"YourCurrentDomain": "Cari domen adınız"
}

View File

@ -1,19 +1,8 @@
{
"AddGroupsForSharingButton": "Qruplar əlavə et",
"AddShareMessage": "Mesaj əlavə et",
"Comment": "Şərh",
"CopyExternalLink": "Xarici linki köçürmək",
"CustomFilter": "Fərdi süzgəc",
"DenyAccess": "Girişə icazə vermə",
"EncryptedFileSharing": "<strong>{{title}}</strong> paylaşıldı",
"ExternalLink": "Xarici keçid",
"FormFilling": "Formanın doldurulması",
"InternalLink": "Daxili link",
"LinkName": "Keçid adı",
"Notify users": "İstifadəçilərə məlumat ver",
"ReadOnly": "Yalnız oxumaq üçün",
"ShareEmailBody": "Sizə {{itemName}} sənədinə giriş icazəsi verildi. Sənədi hazırda açmaq üçün aşağıdakı linki klikləyin: {{shareLink}}.",
"ShareEmailSubject": "Sizə {{itemName}} sənədinə giriş icazəsi verildi ",
"ShareVia": "Paylaş",
"SharingSettingsTitle": "Paylaşma sazlamaları"
}

View File

@ -2,14 +2,10 @@
"ArchivingData": "Məlumatların arxivləşdirilməsi",
"ChooseFromList": "Siyahıdan seçin",
"ConnectingAccount": "Akkauntun qoşulması",
"CopyHere": "Burada kopyalayın",
"CreateMasterFormFromFile": "Fayldan forma şablonunu yaradın",
"DeleteFromTrash": "Seçilmiş elementlər zibil qutusundan silindi",
"DeleteOperation": "Silinir",
"DeleteSelectedElem": "Seçilmiş elementlər müvəffəqiyyətlə silindi",
"DownloadApps": "Tətbiqləri endirin",
"DownloadAs": "Kimi yüklə",
"EncryptedFileSaving": "Şifrlənmiş faylın yaddaşda saxlanılması",
"FileLocked": "Fayl Kilidləndi",
"FileProtected": "Fayl parolla qorunur",
"Files": "Fayllar",
@ -28,23 +24,14 @@
"LinkCopySuccess": "Link buferə köçürüldü",
"LinkHasExpiredAndHasBeenDisabled": "Keçidin vaxtı bitib və deaktiv edilib",
"LinkValidTime": "Bu link yalnız {{days_count}} gün ərzində etibarlıdır.",
"MobileAndroid": "Google Play-dən ONLYOFFICE Sənədlərini əldə edin",
"MobileIos": "App Store-da ONLYOFFICE Sənədləri endirin",
"MobileLinux": "Linux üçün ONLYOFFICE Masaüstü Redaktorları endirin",
"MobileMac": "macOS üçün ONLYOFFICE Masaüstü Redaktorları endirin",
"MobileWin": "Windows üçün ONLYOFFICE Masaüstü Redaktorları endirin",
"MoveHere": "Bura köçürün",
"MoveToOperation": "Yer dəyişdirmə",
"NewForm": "PDF forma",
"Other": "Digər",
"OwnerChange": "Sahibi dəyiş",
"Presentations": "Təqdimatlar",
"PublicRoomLinkValidTime": "Bu keçid {{date}} tarixinə qədər etibarlıdır. Müddəti bitdikdə bu keçid vasitəsilə otağa daxil olmaq mümkün olmayacaq.",
"Remove": "Silin",
"RoleCommentator": "Şərhçi",
"RoleCommentatorDescription": "Mövcud fayllarla əməliyyatlar: baxış, şərh.",
"RoleDocSpaceAdminDescription": "DocSpace adminləri DocSpace parametrlərinə daxil ola, otaqları idarə edə və arxivləşdirə, yeni istifadəçiləri dəvət edə və öz səviyyələrindən aşağı rollar təyin edə bilərlər. Bütün idarəçilərin Şəxsi bölməyə girişi var.",
"RoleEditor": "Redaktor",
"RoleEditorDescription": "Mövcud fayllarla əməliyyatlar: baxmaq, redaktə etmək, formaları doldurmaq, nəzərdən keçirmək, şərh etmək.",
"RoleFormFiller": "Forma doldurucu",
"RoleFormFillerDescription": "Mövcud fayllarla əməliyyatlar: baxmaq, formaları doldurmaq, nəzərdən keçirmək, şərh etmək.",
@ -55,6 +42,7 @@
"RoleUserDescription": "İstifadəçilər yalnız adminlər tərəfindən dəvət olunduqları otaqlara daxil ola bilərlər. Onlar öz otaqlarını, qovluqlarını və ya fayllarını yarada bilməzlər.",
"RoleViewer": "İzləyici",
"RoleViewerDescription": "Fayla baxış",
"SearchByHeadOfGroup": "Qrup rəhbəri tərəfindən axtarış",
"SearchByOwner": "Sahiblərə görə axtarış",
"Spreadsheets": "Cədvəllər",
"SubNewForm": "Blankı",

View File

@ -2,7 +2,6 @@
"DeletePlugin": "Plagini silin",
"DeletePluginDescription": "Bu plagin artıq DocSpace istifadəçiləri üçün əlçatan olmayacaq. Davam etmək istədiyinizə əminsiniz?",
"DeletePluginTitle": "Plagin silinsin?",
"Description": "DocSpace-in funksionallığını əlavə funksiyalarla genişləndirmək üçün plaginlər əlavə edə bilərsiniz. Plagini quraşdırıb üzərinə klikləyin və ZIP arxivində plagin faylını seçin.",
"ExpandFunctionality": "SDK plaginindən istifadə edərək funksionallığı genişləndirin",
"GoToRepo": "Anbara gedin",
"Metadata": "Metadata",
@ -13,6 +12,5 @@
"PluginSDK": "Plagin SDK",
"PluginSDKDescription": "Plugin SDK-dan istifadə edərək, DocSpace funksionallığınızı genişləndirə, üçüncü tərəf xidmətlərinə qoşula və ya mövcud istifadəçi təcrübəsini təkmilləşdirə bilərsiniz. Burada GitHub-da mövcud kod mənbəyi olan plaginlərin nümunələrini tapa bilərsiniz.",
"PluginSDKInstruction": "Öz plaginlərinizi necə yaratmaq barədə ətraflı təlimatlar üçün düyməni klikləyin.",
"PluginsHelp": "Plaginlər DocSpace-in funksionallığını genişləndirməyə imkan verir",
"UploadPlugin": "Plagini quraşdırın"
"UploadDescription": "DocSpace-in funksionallığını əlavə funksiyalarla genişləndirmək üçün plaginlər əlavə edə bilərsiniz. Plagini quraşdırın və ya faylı ZIP arxivinə yerləşdirin."
}

View File

@ -45,6 +45,7 @@
"UnselectAll": "Hamısı seçimini ləğv edin",
"URL": "URL",
"ViewRawPayload": "Xam mübadilə yükünə baxın",
"WebhookCreated": "Webhook yaradılmışdır",
"WebhookCreationHint": "Bu webhook DocSpace-də bütün tədbirlərə təyin ediləcək",
"WebhookDetails": "Webhook təfərrüatları",
"WebhookEditedSuccessfully": "Webhook konfiqurasiyası uğurla redaktə edildi",

View File

@ -1,6 +1,5 @@
{
"Desc": "Lütfən, DocSpace qeydiyyat məlumatlarını qeyd edin.",
"Domain": "Domen:",
"ErrorEmail": "Etibarsız e-poçt ünvanı",
"ErrorInitWizard": "Xidmət hal-hazırda əlçatan deyil, lütfən bir qədər sonra yenidən cəhd edin.",
"ErrorInitWizardButton": "Yenidən cəhd edin",

View File

@ -1,4 +1,5 @@
{
"AccountWillBeCreated": "Ще бъде създаден акаунт в DocSpace за <1>{{email}}</1>. Моля, завършете регистрацията си:",
"ChangePasswordSuccess": "Паролата е сменена успешно",
"ConfirmOwnerPortalSuccessMessage": "Собственикът на DocSpace бе сменен успешно. След 10 секунди ще бъдете пренасочени..",
"ConfirmOwnerPortalTitle": "Молим да потвърдите, че искате да смените собственика на DocSpace с {{newOwner}}.",
@ -14,7 +15,6 @@
"EnterCodePlaceholder": "Въведи код",
"EnterPhone": "Въведете номер на мобилен телефон",
"GetCode": "Вземи код",
"InviteTitle": "Поканени сте да се присъедините към този портал!",
"LoginRegistryButton": "Присъединяване",
"PassworResetTitle": "Сега можете да създадете нова парола.",
"PhoneSubtitle": "Този потребител има достъп до подробности за плащането и е единственият потребител, който може да коригира квотата и да извършва плащания. Собственикът на DocSpace, както и самият управител на плащанията, могат да преназначат ролята на управител на плащанията с помощта на портала за клиенти на Stripe.",
@ -26,12 +26,8 @@
"SetAppDescription": "Двуфакторното удостоверяване е активирано. Конфигурирайте приложението си за удостоверяване, за да продължите работата в DocSpace. Можете да използвате Google Authenticator за <1>Android</1> и <4>iOS</4> или Authenticator за <8>Windows телефон</8>.",
"SetAppInstallDescription": "За да свържете приложението, сканирайте QR кода или въведете ръчно тайния си ключ <1>{{ secretKey }}</1>, след това въведете 6-цифрения код от приложението си в полето отдолу.",
"SetAppTitle": "Конфигурирайте своето приложение за удостоверяване",
"SignUp": "Регистрирай се",
"SuccessDeactivate": "Вашият акаунт е деактивиран успешно. След 10 секунди ще бъдете пренасочени към <1>сайта</1>.",
"SuccessReactivate": "Вашият акаунт е успешно ре-активиран. След 10 секунди ще бъдете пренасочени към <1>портала</1>.",
"SuccessRemoved": "Вашият акаунт е премахнат успешно. След 10 секунди ще бъдете пренасочени към <1>сайта</1>.",
"WelcomeRegister": "Регистрирайте се, за да започнете",
"WelcomeRegisterViaSocial": "Регистрирайте се или се впишете чрез социални мрежи, за да започнете",
"WelcomeRegisterViaSSO": "Регистрирайте се или се впишете чрез SSO, за да започнете",
"WelcomeToDocspace": "Добре дошли в нашия DocSpace!",
"WelcomeToRoom": "Добре дошли в стаята <1>{{ roomName }}</1>!"
"SuccessRemoved": "Вашият акаунт е премахнат успешно. След 10 секунди ще бъдете пренасочени към <1>сайта</1>."
}

View File

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

View File

@ -1,6 +1,5 @@
{
"ConversionPasswordFormCaption": "Въведете парола, за да запазите шаблона",
"ConversionPasswordMasterFormCaption": "Въведете парола, за да запазите като PDF формуляр",
"CreationError": "Грешка при създаването на файл. Въведена е грешна парола.",
"SuccessfullyCreated": "Файл '{{fileTitle}}' е създаден"
"CreationError": "Грешка при създаването на файл. Въведена е грешна парола."
}

View File

@ -6,18 +6,25 @@
"CreateTagOption": "Създаване на таг",
"CustomRoomDescription": "Приложете свои собствени настройки, за да използвате тази стая за всяка лична цел.",
"CustomRoomTitle": "Персонализирана стая",
"DisableRoomQuota": "Деактивирайте квотата за тази стая",
"FillingFormsRoomDescription": "Създавайте, споделяйте и попълвайте шаблони на документи или работете с готовите предварително зададени настройки за бързо създаване на документи от всякакъв тип.",
"FillingFormsRoomTitle": "Стая за попълване на формуляри",
"FormRoomDescription": "Споделяйте формуляри с всеки и събирайте пълните формуляри в папката Завършени. Потребителите могат да попълват всеки формуляр няколко пъти, създавайки отделни финални файлове. В стаите с основни формуляри не можете да добавяте няколко потребителски роли към формулярите.",
"FormRoomTitle": "Основна стая за формуляри",
"Icon": "Икона",
"MakeRoomPrivateDescription": "Всички файлове в тази стая ще бъдат криптирани.",
"MakeRoomPrivateLimitationsWarningDescription": "С тази функция можете да поканите само съществуващи потребители на DocSpace. След като създадете стая, няма да можете да промените списъка с потребители.",
"MakeRoomPrivateTitle": "Направете стаята частна",
"PeopleSelectorInfo": "Само администратор на стая или DocSpace администратор може да стане собственик на стаята",
"PublicRoomBarDescription": "Тази стая е достъпна за всеки чрез линка. Външните потребители ще имат разрешение само за преглед на всички файлове.",
"PublicRoomDescription": "Поканете потребителите чрез външни линкове да разглеждат документи без регистрация. Можете също така да вградите тази стая във всеки уеб интерфейс.",
"PublicRoomSystemFoldersDescription": "Системните папки съхраняват копия на формуляри на различни етапи на завършване. Формулярите, които се попълват, се съхраняват в папката В процес, а попълнените формуляри се съхраняват в папката Завършени.",
"PublicRoomSystemFoldersTitle": "Системни папки",
"ReviewRoomDescription": "Поискайте преглед или коментари по документите",
"ReviewRoomTitle": "Преглед на стаята",
"RoomEditing": "Редактиране на стая",
"RootLabel": "Корен",
"RootFolderLabel": "Основна папка",
"StorageDescription": "Зададена квота за съхранение на стая. Можете да промените тази стойност или да изключите ограничението за съхранение.",
"TagsPlaceholder": "Добавяне на таг",
"ThirdPartyStorageComboBoxPlaceholder": "Изберете място за съхранение",
"ThirdPartyStorageDescription": "Използвайте услуги на трети страни за хранилище за данните от тази стая. В свързаното хранилище ще бъде създадена нова папка за съхраняване на данните от тази стая.",

View File

@ -1,6 +1,10 @@
{
"DeleteAllGroupDescription": "Избраните групи ще бъдат изтрити. Потребителите в групите няма да бъдат премахнати от DocSpace. Сигурни ли сте, че искате да продължите?",
"DeleteAllGroupsTitle": "Изтрий групи",
"DeleteFile": "На път сте да изтриете този файл.",
"DeleteFolder": "На път сте да изтриете тази папка.",
"DeleteGroupDescription": "Групата {{groupName}} ще бъде изтрита. Потребителите в нея няма да бъдат премахнати от DocSpace. Сигурни ли сте, че искате да продължите?",
"DeleteGroupTitle": "Изтрий група",
"DeleteItems": "На път сте да изтриете тези елементи. ",
"DeleteItemsSharedNote": "Молим да имате предвид, че ако сте ги споделили с някого, те ще станат недостъпни.",
"DeleteRoom": "На път сте да изтриете тази стая. Няма да можете да възстановите тези данни.",
@ -10,7 +14,6 @@
"FolderPermanentlyDeleted": "Папката ще бъде изтрита завинаги след 30 дни.",
"ItemsPermanentlyDeleted": "Елементите ще бъдат изтрити завинаги след 30 дни.",
"MoveToTrashButton": "Премести в Кошчето",
"MoveToTrashFile": "На път сте да изтриете този файл. Моля, обърнете внимание, че ако сте го споделили с някого, той ще стане недостъпен. Файлът ще бъде окончателно изтрит след 30 дни. Сигурен ли си, че искаш да продължиш?",
"MoveToTrashTitle": "Преместване в кошчето?",
"UnsubscribeButton": "Отписване",
"UnsubscribeNote": "Сигурни ли сте, че искате да се отпишете от избраните елементи от списъка?",

View File

@ -2,7 +2,6 @@
"Auto": "Автоматично",
"CodeCopySuccess": "Кодът бе копиран в клипборда",
"EmbedCode": "Код за вграждане",
"EmbeddingDocument": "Вграждане на документ",
"Height": "Височина",
"Width": "Ширина"
}

View File

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

View File

@ -7,7 +7,6 @@
"AllLinksAreDisabled": "Всички линкове са деактивирани",
"AppointNewOwner": "Назначили сте нов собственик.",
"ArchiveAction": "Празен архив",
"ArchivedRoomAction": "Стаята '{{name}}' е архивирана",
"ArchivedRoomsAction": "Стаите са архивирани",
"ArchiveEmptyScreen": "Можете да архивирате стаи, които не използвате, и да ги възстановите във вашия DocSpace по всяко време или да ги изтриете перманентно. Тези стаи ще се появят тук.",
"ArchiveEmptyScreenHeader": "Все още няма архивирани стаи тук",
@ -15,6 +14,8 @@
"Archives": "Архиви",
"AssignOwner": "Назначете Собственик",
"BackToParentFolderButton": "Обратно към родителската папка",
"BadgeAlertDescription": "В този формуляр са посочени няколко роли. Формуляри с множество роли не са налични за попълване в този тип стая",
"BadgeMyDraftTitle": "Моята чернова",
"ByAuthor": "Автор",
"ByCreation": "Създаден",
"ByErasure": "Заличаване",
@ -30,28 +31,37 @@
"CopyLink": "Копиране на линка",
"CopyLinkPassword": "Копирай парола на линка",
"CopyPassword": "Копирай парола",
"CreateAndCopy": "Създай и копирай",
"CopySharedLink": "Копирай споделен линк",
"CreateNewFolderInStorage": "Създайте нова папка в хранилището",
"CreateNewLink": "Копирай парола",
"CreateRoom": "Създайте стая",
"CustomRooms": "Персонализиран",
"DateLastOpened": "Дата на последно отваряне",
"DaysRemaining": "Оставащи дни: {{daysRemaining}}",
"DeleteLink": "Изтрий линк",
"DeleteLinkNote": "Линкът ще бъде изтрит за постоянно. Няма да можете да отмените това действие.",
"DeleteSharedLink": "Предишната връзка ще стане недостъпна. Ще бъде създадена нова споделена връзка.",
"DisableDownload": "Ограничи копието на файловото съдържание, изтеглянето на файла и принтирането.",
"DisableLink": "Деактивирай линк",
"DisableNotifications": "Деактивиране на известията",
"Document": "Документ",
"DocumentEdited": "Не може да се изпълни действието, тъй като документът се редактира.",
"DownloadAll": "Изтегли всички",
"EditAdditionalLink": "Редактирай допълнителен линк",
"EditLink": "Редактирай линк",
"EditRoom": "Редактиране на стая",
"EditSharedLink": "Редактирай споделен линк",
"EmbeddingSettings": "Вграждане на настройки",
"EmptyFile": "Изпразни файл",
"EmptyFilterDescriptionText": "Нито един файл или папка не пасват на този филтър. Изпробвайте друг или изчистете филтъра, за да видите всички файлове. ",
"EmptyFilterSubheadingText": "Няма файлове, които да бъдат показани за този филтър тук",
"EmptyFolderDecription": "Пуснете файловете тук или създайте нови",
"EmptyFolderDescriptionUser": "Тук ще се показват файлове и папки, качени от администраторите.",
"EmptyFormFolderDoneDescriptionText": "Този раздел ще покаже всички попълнени формуляри.",
"EmptyFormFolderDoneHeaderText": "Все още няма завършени формуляри",
"EmptyFormFolderProgressDescriptionText": "Този раздел ще покаже формулярите в процес на изпълнение.",
"EmptyFormFolderProgressHeaderText": "Тук все още няма нищо",
"EmptyFormSubFolderDoneDescriptionText": "Тук ще намерите формуляри, които са били изцяло попълнени от други потребители.",
"EmptyFormSubFolderHeaderText": "Все още няма файлове в тази папка",
"EmptyFormSubFolderProgressDescriptionText": "Тук ще намерите формуляри в процес на изпълнение, т.е. формуляри, които потребителите са започнали да попълват, но не са завършили.",
"EmptyRecycleBin": "Изпразни Кошчето",
"EmptyRootRoomHeader": "Добре дошли в DocSpace",
"EmptyScreenFolder": "Тук все още няма документи",
@ -60,14 +70,17 @@
"ExcludeSubfolders": "Изключване на подпапките",
"FavoritesEmptyContainerDescription": "За да маркирате файлове като любими или да ги премахнете от този списък, използвайте контекстното меню.",
"FileContents": "Съдържание на файла",
"FileDownloadingIsRestricted": "Изтеглянето на файлове е ограничено в тази стая.",
"FileRemoved": "Файлът е преместен в Кошчето",
"FileRenamed": "Документът '{{oldTitle}}' е преименуван на '{{newTitle}}'",
"FilesWillAppearHere": "Файловете и папките, добавени към стаята, ще се покажат тук.",
"FillingFormRooms": "Формуляр за попълване",
"Filter": "Филтър",
"FinalizeVersion": "Финализираща версия",
"Folder": "Папка",
"FolderRemoved": "Папката е преместена в Кошчето",
"FolderRenamed": "Папката '{{folderTitle}}' е преименувана на '{{newFoldedTitle}}'",
"FormRoom": "Стая за формуляри",
"Forms": "Формуляри",
"FormsTemplates": "Шаблони за формуляри",
"GeneralLinkDeletedSuccessfully": "Нов главен линк създаден успешно",
@ -84,7 +97,7 @@
"LinkEditedSuccessfully": "Линкът беше успешно редактиран и копиран",
"LinkEnabledSuccessfully": "Линкът е активиран успешно",
"LinkForPortalUsers": "Линк за DocSpace потребители",
"LinkSuccessfullyCopied": "Линкът е копиран успешно",
"LinkSettings": "Настройки на линковете",
"LinkSuccessfullyCreatedAndCopied": "Линкът беше успешно създаден и копиран в клипборда",
"LinkValidUntil": "Този линк ще е валиден до",
"MarkAsFavorite": "Маркирай като любим",
@ -92,13 +105,11 @@
"MarkAsVersion": "Маркирай като версия",
"MarkedAsFavorite": "Добавен в любими",
"MarkRead": "Маркирай като прочетено",
"MaximumNumberOfExternalLinksCreated": "Максимален брой създадени външни линкове",
"Media": "Медия",
"MoveItem": "<strong>{{title}}</strong> е преместен",
"MoveItems": "<strong>{{qty}}</strong> елемента бяха преместени",
"MoveOrCopy": "Преместване или копиране",
"MoveToArchive": "Преместване в архив",
"MoveToFolderMessage": "Не можете да преместите папката в нейната подпапка",
"MoveToPublicRoom": "Тази стая и цялото ѝ съдържание са достъпни за всеки с линк. Искате ли да продължите?",
"MoveToPublicRoomTitle": "Преминете към Публична стая",
"New": "Нов",
@ -123,7 +134,8 @@
"PrivateRoomHeader": "Добре дошли в частната стая на ONLYOFFICE, където всеки написан от Вас символ е криптиран",
"PrivateRoomSupport": "Работата в Частна Стая е достъпна чрез настолно приложение {{organizationName}}. <3>Инструкции</3>",
"PublicRoom": "Публична стая",
"RecentEmptyContainerDescription": "Последните Ви прегледани или редактирани документи ще бъдат показани в този раздел.",
"RecentlyAccessible": "Достъпен отскоро чрез връзка",
"RecentViaLinkEmptyContainerDescription": "Тук ще намерите списък с наскоро отворените файлове, споделени с вас чрез външен линк.",
"RecycleBinAction": "Изпразване на боклука",
"RemovedFromFavorites": "Премахнат от любими",
"RemoveFromFavorites": "Премахни от любими",
@ -132,6 +144,7 @@
"RevokeLink": "Отмени линк",
"RoomAvailableViaExternalLink": "Стаята е достъп а чрез външен линк",
"RoomCreated": "Стаята е създадена",
"RoomEmptyAtTheMoment": "Тази стая е празна в момента.",
"RoomEmptyContainerDescription": "Моля, създайте първата стая.",
"RoomEmptyContainerDescriptionUser": "Споделените с вас стаи ще се показват тук",
"RoomNotificationsDisabled": "Известията в стаята са деактивирани",
@ -144,9 +157,10 @@
"RoomsUnpinned": "Откачени стаи: {{count}}",
"RoomUnpinned": "Стаята е освободена",
"SearchByContent": "Търсене по съдържание на файла",
"SelectorEmptyScreenHeader": "Тук все още няма стаи и папки",
"SendByEmail": "Изпратен по имейл",
"Share": "Сподели",
"ShareFolder": "Папка за споделяне",
"ShareFolderDescription": "Ще бъде създадена нова стая и цялото съдържание на избраната папка ще бъде копирано там. След това можете да поканите други потребители да си сътрудничат по файловете в стаята.",
"ShareRoom": "Сподели стая",
"ShowLinkActions": "Покажи действия с линкове",
"ShowVersionHistory": "Покажи история на версията",

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