diff --git a/src/assets/screenshots/crowdin/project-management/sources/labels_adding_2.png b/src/assets/screenshots/crowdin/project-management/sources/labels_adding_to_multiple_strings.png similarity index 100% rename from src/assets/screenshots/crowdin/project-management/sources/labels_adding_2.png rename to src/assets/screenshots/crowdin/project-management/sources/labels_adding_to_multiple_strings.png diff --git a/src/assets/screenshots/crowdin/project-management/sources/labels_adding_1.png b/src/assets/screenshots/crowdin/project-management/sources/labels_adding_to_one_string.png similarity index 100% rename from src/assets/screenshots/crowdin/project-management/sources/labels_adding_1.png rename to src/assets/screenshots/crowdin/project-management/sources/labels_adding_to_one_string.png diff --git a/src/assets/screenshots/enterprise/project-management/sources/files_file_context.png b/src/assets/screenshots/enterprise/project-management/sources/files_file_context.png new file mode 100644 index 00000000..b3aae7e3 Binary files /dev/null and b/src/assets/screenshots/enterprise/project-management/sources/files_file_context.png differ diff --git a/src/assets/screenshots/enterprise/project-management/sources/files_file_target_languages.png b/src/assets/screenshots/enterprise/project-management/sources/files_file_target_languages.png new file mode 100644 index 00000000..f7d1bf49 Binary files /dev/null and b/src/assets/screenshots/enterprise/project-management/sources/files_file_target_languages.png differ diff --git a/src/assets/screenshots/enterprise/project-management/sources/files_parser_configuration.png b/src/assets/screenshots/enterprise/project-management/sources/files_parser_configuration.png new file mode 100644 index 00000000..cf6c6783 Binary files /dev/null and b/src/assets/screenshots/enterprise/project-management/sources/files_parser_configuration.png differ diff --git a/src/assets/screenshots/enterprise/project-management/sources/files_progress.png b/src/assets/screenshots/enterprise/project-management/sources/files_progress.png new file mode 100644 index 00000000..79223c08 Binary files /dev/null and b/src/assets/screenshots/enterprise/project-management/sources/files_progress.png differ diff --git a/src/assets/screenshots/enterprise/project-management/sources/files_restore.png b/src/assets/screenshots/enterprise/project-management/sources/files_restore.png new file mode 100644 index 00000000..99eda5c9 Binary files /dev/null and b/src/assets/screenshots/enterprise/project-management/sources/files_restore.png differ diff --git a/src/assets/screenshots/enterprise/project-management/sources/files_settings.png b/src/assets/screenshots/enterprise/project-management/sources/files_settings.png new file mode 100644 index 00000000..cb308283 Binary files /dev/null and b/src/assets/screenshots/enterprise/project-management/sources/files_settings.png differ diff --git a/src/assets/screenshots/enterprise/project-management/sources/files_update.png b/src/assets/screenshots/enterprise/project-management/sources/files_update.png new file mode 100644 index 00000000..ca86dd2a Binary files /dev/null and b/src/assets/screenshots/enterprise/project-management/sources/files_update.png differ diff --git a/src/assets/screenshots/enterprise/project-management/sources/labels_adding_to_multiple_strings.png b/src/assets/screenshots/enterprise/project-management/sources/labels_adding_to_multiple_strings.png new file mode 100644 index 00000000..729e5921 Binary files /dev/null and b/src/assets/screenshots/enterprise/project-management/sources/labels_adding_to_multiple_strings.png differ diff --git a/src/assets/screenshots/enterprise/project-management/sources/labels_adding_to_one_string.png b/src/assets/screenshots/enterprise/project-management/sources/labels_adding_to_one_string.png new file mode 100644 index 00000000..3e2c593d Binary files /dev/null and b/src/assets/screenshots/enterprise/project-management/sources/labels_adding_to_one_string.png differ diff --git a/src/assets/screenshots/enterprise/project-management/sources/string_edit.png b/src/assets/screenshots/enterprise/project-management/sources/string_edit.png new file mode 100644 index 00000000..ab62354e Binary files /dev/null and b/src/assets/screenshots/enterprise/project-management/sources/string_edit.png differ diff --git a/src/assets/screenshots/enterprise/project-management/sources/string_filter.png b/src/assets/screenshots/enterprise/project-management/sources/string_filter.png new file mode 100644 index 00000000..cff836d8 Binary files /dev/null and b/src/assets/screenshots/enterprise/project-management/sources/string_filter.png differ diff --git a/src/assets/screenshots/enterprise/project-management/sources/string_hide.png b/src/assets/screenshots/enterprise/project-management/sources/string_hide.png new file mode 100644 index 00000000..092a3cc4 Binary files /dev/null and b/src/assets/screenshots/enterprise/project-management/sources/string_hide.png differ diff --git a/src/content/docs/crowdin/project-management/sources/file-management.mdx b/src/content/docs/crowdin/project-management/sources/file-management.mdx index 0ddb2cfb..667e308c 100644 --- a/src/content/docs/crowdin/project-management/sources/file-management.mdx +++ b/src/content/docs/crowdin/project-management/sources/file-management.mdx @@ -97,7 +97,9 @@ To change the file's name, right-click on the necessary file or click @@ -125,6 +127,7 @@ You can create folders and branches in **Sources > Files** with **New Folder** a Folders represent your content structure, while branches help to manage different versions of the content. Usually, branches in Crowdin are created automatically if you use GitHub, GitLab, or other VCS integration. Still, if you need to create branches manually, make sure to upload the master branch first, as all the others will be considered the feature branches. + Duplicates might be managed in **Settings > Import > Source Strings** by choosing the corresponding option for *Duplicate Strings*. Branches and Folders diff --git a/src/content/docs/crowdin/project-management/sources/string-management.mdx b/src/content/docs/crowdin/project-management/sources/string-management.mdx index 76c567b1..b6822a94 100644 --- a/src/content/docs/crowdin/project-management/sources/string-management.mdx +++ b/src/content/docs/crowdin/project-management/sources/string-management.mdx @@ -8,11 +8,12 @@ sidebar: import { Steps, Aside, LinkCard } from '@astrojs/starlight/components'; import { Image } from 'astro:assets'; import ReadMore from '~/components/ReadMore.astro'; +import Include from '~/components/Include.astro'; import stringHide from '!/crowdin/project-management/sources/string_hide.png'; import stringFilter from '!/crowdin/project-management/sources/string_filter.png'; import stringEdit from '!/crowdin/project-management/sources/string_edit.png'; -import labelsAdding1 from '!/crowdin/project-management/sources/labels_adding_1.png'; -import labelsAdding2 from '!/crowdin/project-management/sources/labels_adding_2.png'; +import labelsAddingToOneString from '!/crowdin/project-management/sources/labels_adding_to_one_string.png'; +import labelsAddingToMultipleStrings from '!/crowdin/project-management/sources/labels_adding_to_multiple_strings.png'; You can view all the project's strings and manage strings settings via **Sources > Strings**. @@ -39,34 +40,19 @@ Once the translation limits are exceeded, the system notifies the contributor th Some file formats allow editing (adding, deleting, and modifying) of the source texts and string identifiers directly in Crowdin so you can do the necessary corrections without updating the source file via **Sources > Files**. Check the full list below: -* [Android XML](https://store.crowdin.com/android-xml) -* [iOS Strings](https://store.crowdin.com/strings) -* [JSON](https://store.crowdin.com/json) -* [i18next JSON](https://store.crowdin.com/i18next-json) -* [XLIFF 1.2](https://store.crowdin.com/xliff) -* [XLIFF 2.0](https://store.crowdin.com/xliff2.0) -* [Angular XLF](https://store.crowdin.com/angular) -* [GNU Gettext PO](https://store.crowdin.com/gnu-gettext) -* [Unreal Engine Gettext PO](https://store.crowdin.com/gettext-unreal) -* [YAML](https://store.crowdin.com/yaml) -* [RESX](https://store.crowdin.com/resx) -* [CSV](https://store.crowdin.com/csv) -* [ARB](https://store.crowdin.com/arb) -* [Java Properties](https://store.crowdin.com/java-properties) -* [Properties Play](https://store.crowdin.com/properties-play) -* [Properties XML](https://store.crowdin.com/properties-xml) + String Editing To edit some particular word or phrase that appears in multiple source strings, you can use the **Find & Replace** feature in **Sources > Strings**. -