-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
861e73a
commit b3a9ba4
Showing
4 changed files
with
42 additions
and
0 deletions.
There are no files selected for viewing
Binary file added
BIN
+17.1 KB
src/assets/screenshots/crowdin/project-management/settings/notifications.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+66.3 KB
src/assets/screenshots/crowdin/project-management/settings/privacy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+17 KB
src/assets/screenshots/crowdin/project-management/settings/project_visibility.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
42 changes: 42 additions & 0 deletions
42
...tent/docs/crowdin/project-management/project-settings/privacy-collaboration.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
--- | ||
title: Privacy & Collaboration | ||
slug: project-settings/privacy-collaboration | ||
--- | ||
|
||
import { Image } from 'astro:assets'; | ||
import projectVisibility from '!/crowdin/project-management/settings/project_visibility.png'; | ||
import privacy from '!/crowdin/project-management/settings/privacy.png'; | ||
import notifications from '!/crowdin/project-management/settings/notifications.png'; | ||
|
||
## Project visibility | ||
|
||
Set the preferred visibility for your project with the following options: | ||
|
||
* **Public project** – public projects can be found via search engines and Crowdin search. Crowdin users can join public projects without approval if the **Moderated project joining** option is disabled. | ||
* **Private project** – private projects can't be found via search engines and Crowdin search. Only the invited users can join the project. | ||
|
||
<Image src={projectVisibility} alt="Project Visibility" /> | ||
|
||
## Privacy | ||
|
||
Configure your project privacy settings with the following options: | ||
|
||
* **Require two-factor authentication for all the project members** – request project participants to enable two-factor authentication in their **Account Settings > Password & Connections** tab to access the private project. | ||
* **Moderated project joining** – require users to send requests to join the translation team of the preferred language. After the review, a project manager or proofreader can approve or decline the request. After joining the project, multilingual translators can submit new requests to join translation teams in other target languages. | ||
* **Task-based access control** – allow project members to work with tasks they are assigned to, even if they do not have full access to the language in the project. | ||
* **Allow offline translation** – allow translators to download source files to their machines for offline translation and upload translations back into the project. The project owner and managers can always download sources and upload translations, not depending on the option status. | ||
* **Allow proofreaders to access hidden strings** – allow proofreaders to work with hidden strings. The project owner and managers can always work with hidden strings, not depending on the option status. | ||
* **Allow project members to manage glossary terms** – allow translators and proofreaders to add new glossary terms to the project. The project owner and managers can always add and edit glossary terms, not depending on the option status. | ||
|
||
<Image src={privacy} alt="Privacy Settings" /> | ||
|
||
## Notifications | ||
|
||
Project notifications are disabled by default. Enable the necessary notifications for an agile translation process. Such approach helps to avoid creating additional tasks for every contributor. | ||
|
||
* **Notify translators about new strings** – translators will receive an email notification about newly added content for translation each time after the update. | ||
The **Receive emails** option should be activated in the translator’s profile. | ||
* **Notify project managers and developers about new strings** – project managers will receive an email notification about newly added content for translation each time after the update. | ||
* **Notify project managers and developers about language translation/proofreading completion** – project managers will receive the notification when some target language (all source files) is fully translated or fully proofread. | ||
|
||
<Image src={notifications} alt="Notifications" /> |