crowdin tm upload
Description​
Upload translation memory to localization resources
Synopsis​
crowdin tm upload <file> [OPTIONS]
Arguments​
<file>
File to upload
Options​
--id=…
Translation memory identifier for uploading to the existing TM
--language=…
Translation Memory language identifier
--scheme=…
Defines data columns scheme (required for CSV or XLS/XLSX files)
--first-line-contains-header
Defines whether the file contains the first-row header that shouldn't be imported (used only for CSV or XLS/XLSX files)
-h, --help
Display help message and exit
Config Options​
-T, --token=…
Personal access token required for authentication
--base-url=…
Base URL of Crowdin server for API requests execution
--base-path=…
Path to your project directory on a local machine
Global Options​
-v, --verbose
Provide more information about the command execution
-c, --config=…
Specify a path to the configuration file
--identity=…
Specify a path to user-specific credentials
--no-colors
Disable colors and styles
--no-progress
Disable progress on executed command
-o, --output=…
Change output format (choices: "json", "toon", "plain")
Notes​
To form the scheme for your CSV or XLS/XLSX glossary file, use the following constants:
{language_code}– Column contains translation memory elements for the specified language.{column_number}– Column number.Numbering starts from 0.
Where {language_code} – Language code for the specified language.See the full list of Supported Languages.
--first-line-contains-header – used to skip the import of the first row (header).