Sha256: f4436b22569d3d89c21297dec4b7f353197a27a736d083df31c9e7507f0ac8e3

Contents?: true

Size: 1.73 KB

Versions: 27

Compression:

Stored size: 1.73 KB

Contents

# Phrase::TranslationCreateParameters

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**branch** | **String** | specify the branch to use | [optional] 
**locale_id** | **String** | Locale. Can be the name or public id of the locale. Preferred is the public id. | [optional] 
**key_id** | **String** | Key | [optional] 
**content** | **String** | Translation content | [optional] 
**plural_suffix** | **String** | Plural suffix. Can be one of: zero, one, two, few, many, other. Must be specified if the key associated to the translation is pluralized. | [optional] 
**unverified** | **Boolean** | Indicates whether translation is unverified. Part of the <a href=\"https://help.phrase.com/help/verification-and-proofreading\" target=\"_blank\">Advanced Workflows</a> feature. | [optional] 
**excluded** | **Boolean** | Indicates whether translation is excluded. | [optional] 
**autotranslate** | **Boolean** | Indicates whether the translation should be auto-translated. Responses with status 422 if provided for translation within a non-default locale or the project does not have the Autopilot feature enabled. | [optional] 

## Code Sample

```ruby
require 'Phrase'

instance = Phrase::TranslationCreateParameters.new(branch: my-feature-branch,
                                 locale_id: abcd1234cdef1234abcd1234cdef1234,
                                 key_id: abcd1234cdef1234abcd1234cdef1234,
                                 content: My translation,
                                 plural_suffix: null,
                                 unverified: null,
                                 excluded: null,
                                 autotranslate: null)
```


Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
phrase-2.8.0 docs/TranslationCreateParameters.md
phrase-2.7.2 docs/TranslationCreateParameters.md
phrase-2.7.1 docs/TranslationCreateParameters.md
phrase-2.7.0 docs/TranslationCreateParameters.md
phrase-2.6.0 docs/TranslationCreateParameters.md
phrase-2.5.1 docs/TranslationCreateParameters.md
phrase-2.5.0 docs/TranslationCreateParameters.md
phrase-2.4.0 docs/TranslationCreateParameters.md
phrase-2.3.1 docs/TranslationCreateParameters.md
phrase-2.3.0 docs/TranslationCreateParameters.md
phrase-2.2.0 docs/TranslationCreateParameters.md
phrase-2.1.0 docs/TranslationCreateParameters.md
phrase-2.0.0 docs/TranslationCreateParameters.md
phrase-1.0.14 docs/TranslationCreateParameters.md
phrase-1.0.13 docs/TranslationCreateParameters.md
phrase-1.0.12 docs/TranslationCreateParameters.md
phrase-1.0.11 docs/TranslationCreateParameters.md
phrase-1.0.10 docs/TranslationCreateParameters.md
phrase-1.0.9 docs/TranslationCreateParameters.md
phrase-1.0.8 docs/TranslationCreateParameters.md