Skip to content

Commit 5bd770e

Browse files
author
Valeriy
committed
[CN-61362] change role name
1 parent 9e03d33 commit 5bd770e

File tree

19 files changed

+27
-27
lines changed

19 files changed

+27
-27
lines changed

src/content/docs/crowdin/getting-started/for-managers.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ If you decide to work with agencies, go to **Store > Vendors** to select a trans
133133
Read more about [Ordering Professional Translations](/ordering-professional-translations/).
134134
</ReadMore>
135135

136-
If you decide to invite your own team, open your project and go to the **Members** tab to add people by Crowdin username, email, or invitation link. Based on what each person will do in the project, you can assign the following roles: Manager, Developer, Language Coordinator, Proofreader, and Translator.
136+
If you decide to invite your own team, open your project and go to the **Members** tab to add people by Crowdin username, email, or invitation link. Based on what each person will do in the project, you can assign the following roles: Manager, Translation Requestor/Developer, Language Coordinator, Proofreader, and Translator.
137137

138138
<Image src={inviteDialog} alt="Invite project members" class="width-xl crowdin-modal m-auto" />
139139

src/content/docs/crowdin/integrations/overview.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Quickly generate language-specific assets. Send content for translation with con
7070

7171
## Starred Apps
7272

73-
You can star an app by clicking the <Icon name="mdi:star-outline" class="inline-icon" /> icon next to its name, either from the app list or within the app itself, allowing you to mark apps for quick access. This feature is available for integrations and tools (excluding service-related items like Webhooks, Service Logs, etc.) and is accessible to project members with the Developer role or higher.
73+
You can star an app by clicking the <Icon name="mdi:star-outline" class="inline-icon" /> icon next to its name, either from the app list or within the app itself, allowing you to mark apps for quick access. This feature is available for integrations and tools (excluding service-related items like Webhooks, Service Logs, etc.) and is accessible to project members with the Translation Requestor/Developer role or higher.
7474

7575
Once you star an app, it gets pinned to the top of the relevant tabs, such as **Integrations** or **Tools**. The app list is automatically sorted by starred items once you add your first favorite.
7676

@@ -94,7 +94,7 @@ To invite additional managers or developers to co-manage an app, follow these st
9494
3. Select existing project members from the user list or enter the invitee's email to invite them as a new project manager. You can invite users with the following roles:
9595
* Owner
9696
* Managers
97-
* Developers
97+
* Translation Requestor/Developers
9898
4. Click **Save** to send the invitation.
9999
</Steps>
100100

@@ -119,7 +119,7 @@ As soon as you are invited, you’ll immediately gain access to manage and confi
119119

120120
All managers co-managing an app have identical permissions within it, except only the primary manager—the first to configure the app—can log out from the app.
121121

122-
Managers can also invite Developers, who will gain similar permissions but cannot further invite other users to manage the app. Owner roles can also be invited with full permissions.
122+
Managers can also invite Translation Requestor/Developers, who will gain similar permissions but cannot further invite other users to manage the app. Owner roles can also be invited with full permissions.
123123

124124
<Aside type="tip">
125125
Communication and clearly defining responsibilities among app managers can help maintain configuration consistency and avoid unintended setting changes.

src/content/docs/crowdin/online-editor/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@ To quickly find and reopen one of the files you recently worked on, click on the
605605

606606
### Source and Translated File Preview
607607

608-
In addition to the [WYSIWYG file preview](#wysiwyg-file-preview), which shows files as they would appear when rendered, there are **Source File Preview** and **Translated File Preview** modes that allow users to view the raw content of both source and translated files directly within the Editor. These previews provide insight into the file's structure, layout, and formatting, helping users ensure accurate translations within the correct context. This is particularly helpful for identifying discrepancies or formatting issues without leaving the Editor. While the **Translated File Preview** is available to all users, the **Source File Preview** is restricted to members with Developer permissions or higher.
608+
In addition to the [WYSIWYG file preview](#wysiwyg-file-preview), which shows files as they would appear when rendered, there are **Source File Preview** and **Translated File Preview** modes that allow users to view the raw content of both source and translated files directly within the Editor. These previews provide insight into the file's structure, layout, and formatting, helping users ensure accurate translations within the correct context. This is particularly helpful for identifying discrepancies or formatting issues without leaving the Editor. While the **Translated File Preview** is available to all users, the **Source File Preview** is restricted to members with Translation Requestor/Developer permissions or higher.
609609

610610
To open a file in either of these previews, click on the Main menu <Icon name="mdi:menu" class="inline-icon" /> in the upper-left corner, go to **File**, and select the needed file preview mode.
611611

src/content/docs/crowdin/project-management/project-settings/privacy-collaboration.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ This section controls your project's visibility, member access, and general coll
1919
* **Turned off** &ndash; Two-factor authentication is not required (default).
2020
* **All project members** &ndash; Requires all project members to enable 2FA.
2121
* **Managers** &ndash; Requires only members with the Manager role to enable 2FA.
22-
* **Developers** &ndash; Requires only members with the Developer role to enable 2FA.
23-
You can select the **Managers** and **Developers** options individually or together. After selecting your preferred categories, click **Update** to save changes.
22+
* **Translation Requestor/Developers** &ndash; Requires only members with the Translation Requestor/Developer role to enable 2FA.
23+
You can select the **Managers** and **Translation Requestor/Developers** options individually or together. After selecting your preferred categories, click **Update** to save changes.
2424
* **Project Visibility** &ndash; Set the preferred visibility for your project:
2525
* **Public project** &ndash; Visible to everyone. The project will appear in the global Crowdin search results and be indexed by search engines.
2626
* **Private project** &ndash; Visible only to the invited project members.

src/content/docs/crowdin/project-management/sources/uploading-files.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ To upload files via the web interface, follow these steps:
3939
<Steps>
4040
1. Open your project and go to **Sources > Files**.
4141
2. Drag and drop files from your machine anywhere within the **Files** tab — to the root of the project or directly into an existing folder. You can upload ZIP archives if you want to add a structured set of folders and files.
42-
3. *(Optional)* Click **Upload Files** or **Add File** to add files, **Use Samples** to test translation workflows, **Set Up Integration** to synchronize content automatically, or **Invite Developer** if content uploads will be handled by your developer teammate. You can also click the drop-down arrow next to the **Add File** button to access additional options, such as **Create String Vault** (adds an empty CSV file) or another **Set Up Integration** shortcut. <Image src={uploadFiles} alt="Files tab in the project settings" />
42+
3. *(Optional)* Click **Upload Files** or **Add File** to add files, **Use Samples** to test translation workflows, **Set Up Integration** to synchronize content automatically, or **Invite Translation Requestor/Developer** if content uploads will be handled by your developer teammate. You can also click the drop-down arrow next to the **Add File** button to access additional options, such as **Create String Vault** (adds an empty CSV file) or another **Set Up Integration** shortcut. <Image src={uploadFiles} alt="Files tab in the project settings" />
4343
</Steps>
4444
</TabItem>
4545
<TabItem label="String-based project">

src/content/docs/crowdin/project-management/webhooks.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import webhooksCallsHistory from '!/crowdin/project-management/webhooks_calls_hi
1515
Webhooks allow you to receive information about the key events that happen in your Crowdin project, like completed translations or proofreading. After you configure a webhook, Crowdin will start sending POST or GET requests with data to the webhook URL via HTTP.
1616

1717
<Aside title="Permissions">
18-
To manage webhooks in a project, you must have the Project Owner, Manager, or Developer role. See [Inviting People](/inviting-people/) for more information.
18+
To manage webhooks in a project, you must have the Project Owner, Manager, or Translation Requestor/Developer role. See [Inviting People](/inviting-people/) for more information.
1919
</Aside>
2020

2121
## Use Cases

src/content/docs/crowdin/team-management/inviting-people.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import selectRoleDialog from '!/crowdin/team-management/select_role_dialog.png';
1414
import inviteDialog from '!/crowdin/team-management/invite_dialog.png';
1515
import manageLinksDialog from '!/crowdin/team-management/manage_links_dialog.png';
1616

17-
You can invite people to your project via the **Members** tab. The available roles include Manager, Developer, Language Coordinator, Proofreader, and Translator. For the Translator, Proofreader, and Language Coordinator roles, you can optionally limit access to specific target languages. If no languages are selected, the invitee will have access to all target languages in the project.
17+
You can invite people to your project via the **Members** tab. The available roles include Manager, Translation Requestor/Developer, Language Coordinator, Proofreader, and Translator. For the Translator, Proofreader, and Language Coordinator roles, you can optionally limit access to specific target languages. If no languages are selected, the invitee will have access to all target languages in the project.
1818

1919
The invitation process has different implications depending on your project's visibility. For **Private projects**, [Moderated project joining](/project-settings/privacy-collaboration/#privacy) is enabled by default, which means all member access to languages is managed upon invitation. For **Public projects**, you can decide whether to enable this setting.
2020

src/content/docs/crowdin/team-management/roles.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ Manager has similar rights to the project owner within assigned projects. They c
2626

2727
**Use case:** Suitable for trusted team members who manage the full localization process within specific projects.
2828

29-
## Developer
29+
## Translation Requestor/Developer
3030

31-
Developer can upload source files, edit translatable text, connect integrations, and access the API. They don’t have permissions to manage project members, tasks, or reports.
31+
Translation Requestor/Developer can upload source files, edit translatable text, connect integrations, and access the API. They don’t have permissions to manage project members, tasks, or reports.
3232

3333
**Use case:** Suitable for users handling the technical aspects of localization, such as file management, integration setup, or automation.
3434

src/content/docs/crowdin/translation-process/crowdin-mcp-server.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ The real power of the MCP server comes from chaining commands to complete tasks.
177177
Create a task to proofread all unapproved strings in German for that project and assign it to 'John Doe'.
178178
```
179179

180-
### Developer
180+
### Translation Requestor/Developer
181181

182182
1. **Add New Source Files:** When a new feature is ready, the developer adds the source text files to the localization project using Cursor.
183183
```

src/content/docs/developer/crowdin-apps/about-crowdin-apps.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import HelpBanner from '~/components/HelpBanner.astro';
1515
import developerHero from '~/assets/images/developer-portal-hero.png';
1616
import integratingCrowdinApps from '~/assets/images/integrating-crowdin-apps.svg';
1717

18-
<Image src={developerHero} alt="Crowdin Developer" class="absolute top-0 right-0 -z-50 no-shadow !w-6/12 xl:!w-4/12 md:!max-w-[480px] xl:!max-w-[1020px] invisible lg:visible opacity-80" />
18+
<Image src={developerHero} alt="Crowdin Translation Requestor/Developer" class="absolute top-0 right-0 -z-50 no-shadow !w-6/12 xl:!w-4/12 md:!max-w-[480px] xl:!max-w-[1020px] invisible lg:visible opacity-80" />
1919

2020
<div class="mx-auto text-center">
2121
<div class="rounded-lg bg-gray-100 dark:bg-gray-700 p-12">

0 commit comments

Comments
 (0)