diff --git a/src/assets/screenshots/crowdin/project-management/create_project.png b/src/assets/screenshots/crowdin/project-management/create_project.png index 6544e40f..95ef4843 100644 Binary files a/src/assets/screenshots/crowdin/project-management/create_project.png and b/src/assets/screenshots/crowdin/project-management/create_project.png differ diff --git a/src/assets/screenshots/crowdin/project-management/project_visibility.png b/src/assets/screenshots/crowdin/project-management/project_visibility.png index b4065be3..a4f270c6 100644 Binary files a/src/assets/screenshots/crowdin/project-management/project_visibility.png and b/src/assets/screenshots/crowdin/project-management/project_visibility.png differ diff --git a/src/assets/screenshots/enterprise/project-management/create_project.png b/src/assets/screenshots/enterprise/project-management/create_project.png index 73c49cb2..b162f771 100644 Binary files a/src/assets/screenshots/enterprise/project-management/create_project.png and b/src/assets/screenshots/enterprise/project-management/create_project.png differ diff --git a/src/assets/screenshots/enterprise/project-management/provide_project_name.png b/src/assets/screenshots/enterprise/project-management/provide_project_name.png index 5e3393ea..bcd19b66 100644 Binary files a/src/assets/screenshots/enterprise/project-management/provide_project_name.png and b/src/assets/screenshots/enterprise/project-management/provide_project_name.png differ diff --git a/src/content/docs/crowdin/project-management/creating-project.mdx b/src/content/docs/crowdin/project-management/creating-project.mdx index 5e60dcdd..6d862d00 100644 --- a/src/content/docs/crowdin/project-management/creating-project.mdx +++ b/src/content/docs/crowdin/project-management/creating-project.mdx @@ -3,7 +3,7 @@ title: Creating a Project slug: creating-project --- -import { Steps, Aside, CardGrid, Card } from '@astrojs/starlight/components'; +import { Steps, Aside, CardGrid, LinkCard, Card } from '@astrojs/starlight/components'; import { Icon } from 'astro-icon/components'; import { Image } from 'astro:assets'; import createProject from '!/crowdin/project-management/create_project.png'; @@ -47,14 +47,15 @@ To create a project, follow these steps: 3. Name your project. 4. Customize your project address if needed. 5. Select the preferred project visibility. You can choose between a **Public project** (visible to anyone) or a **Private project** (visible only to the invited project members). For a public project, you can enable **Moderated project joining** in your project **Settings** tab and restrict the possibility of translating for users until you confirm their join requests. Private projects can't be found via search engines and Crowdin search. Project Visibility - 6. Select **String-based project** if you want to manage your translatable content as individual strings. Otherwise, keep this option cleared to manage your translatable content as source files. - 7. Select the source and target languages of your project. The source language is the language you’re translating from, and the target languages are the ones you’re translating into. - - 8. Click **Create Project**. + 6. Select **String-based project** if you want to manage your translatable content as individual strings. Otherwise, keep this option cleared to manage your translatable content as source files. + 7. Select the source and target languages of your project. The source language is the language you’re translating from, and the target languages are the ones you’re translating into. + 8. Select the existing TM and glossary for your new project to be used as defaults. Alternatively, to create your new project with clean resources, leave the **Create new translation memory** and **Create new glossary** options selected. + 9. Click **Create Project**. -