Field | Type | Description |
---|---|---|
project_id | string | A unique project identifier. |
project_type | string | Project type descriptor. Allowed values are |
name | string | Project name. |
description | string | Description of the project. |
created_at | string | Date of project creation. |
created_at_timestamp | number | Unix timestamp when project was created. |
created_by | number | An identifier of a user who has created the project. |
created_by_email | string | An e-mail of a user who has created the project. |
team_id | number | A unique identifier of the team, the project belongs to. |
base_language_id | number | A unique identifier of the project default language. |
base_language_iso | string | A language/locale code of the project default language. |
settings | object | An object containing project settings. Has the following attributes: |
statistics | object | An object containing project statistics, QA issues and project languages progress. Has the following attributes: |
languages | array of languages | An array of project languages with progress percent. Every language has the following attributes: |
QA issues
This table contains all attributes for the qa_issues
object found under the statistics
field.
Field | Type | Description |
---|---|---|
not_reviewed | number | Count of not reviewed translations. |
unverified | number | Count of unverified translations. |
spelling_grammar | number | Count of translations with spelling and/or grammar errors. |
inconsistent_placeholders | number | Count of translations with inconsistent placeholders (source vs target). |
inconsistent_html | number | Count of translations with inconsistent HTML tags (source vs target). |
different_number_of_urls | number | Count of translations with different number of URLs (source vs target). |
different_urls | number | Count of translations with different URLs (source vs target). |
leading_whitespace | number | Count of translations with leading whitespace. |
trailing_whitespace | number | Count of translations with trailing whitespace. |
different_number_of_email_address | number | Count of translations with different number of email address (source vs target). |
different_email_address | number | Count of translations with different email address (source vs target). |
different_brackets | number | Count of translations with different brackets (source vs target). |
different_numbers | number | Count of translations with different numbers (source vs target). |
double_space | number | Count of translations with double spaces (target). |
special_placeholder | number | Count of invalid use of [VOID], [TRUE], [FALSE] placeholders (target). |
unbalanced_brackets | number | Count of unbalanced brackets (target). |