Name | Type | Description | Notes |
---|---|---|---|
branch | string | specify the branch to use | [optional] |
name | string | Key name | |
description | string | Key description (usually includes contextual information for translators) | [optional] |
plural | bool | Indicates whether key supports pluralization | [optional] |
name_plural | string | Plural name for the key (used in some file formats, e.g. Gettext) | [optional] |
data_type | string | Type of the key. Can be one of the following: string, number, boolean, array, markdown. | [optional] |
tags | string | List of tags separated by comma to be associated with the key. | [optional] |
max_characters_allowed | int | Max. number of characters translations for this key can have. | [optional] |
screenshot | \SplFileObject | Screenshot/image for the key. This parameter is deprecated. Please use the Screenshots endpoint instead. | [optional] |
remove_screenshot | bool | Indicates whether the screenshot will be deleted. This parameter is deprecated. Please use the Screenshots endpoint instead. | [optional] |
unformatted | bool | Indicates whether the key should be exported as "unformatted". Supported by Android XML and other formats. | [optional] |
default_translation_content | string | Creates a translation in the default locale with the specified content | [optional] |
autotranslate | bool | Indicates whether the key should be autotranslated to other locales based on the copy provided in `default_translation_content`. | [optional] |
xml_space_preserve | bool | Indicates whether the key should be exported with "xml:space=preserve". Supported by several XML-based formats. | [optional] |
original_file | string | Original file attribute. Used in some formats, e.g. XLIFF. | [optional] |
localized_format_string | string | NSStringLocalizedFormatKey attribute. Used in .stringsdict format. | [optional] |
localized_format_key | string | NSStringLocalizedFormatKey attribute. Used in .stringsdict format. | [optional] |
custom_metadata | object | Custom metadata property name and value pairs to be associated with key. | [optional] |