|
2005 | 2005 | }, |
2006 | 2006 | "shares_translation_memory": { |
2007 | 2007 | "type": "boolean" |
| 2008 | + }, |
| 2009 | + "machine_translation_enabled": { |
| 2010 | + "type": "boolean", |
| 2011 | + "example": true |
| 2012 | + }, |
| 2013 | + "zero_plural_form_enabled": { |
| 2014 | + "type": "boolean", |
| 2015 | + "example": true |
| 2016 | + }, |
| 2017 | + "enable_all_data_type_translation_keys_for_translators": { |
| 2018 | + "type": "boolean", |
| 2019 | + "example": false |
| 2020 | + }, |
| 2021 | + "enable_icu_message_format": { |
| 2022 | + "type": "boolean", |
| 2023 | + "example": false |
| 2024 | + }, |
| 2025 | + "enable_branching": { |
| 2026 | + "type": "boolean", |
| 2027 | + "example": false |
| 2028 | + }, |
| 2029 | + "protect_master_branch": { |
| 2030 | + "type": "boolean", |
| 2031 | + "example": false |
| 2032 | + }, |
| 2033 | + "autotranslate_enabled": { |
| 2034 | + "type": "boolean", |
| 2035 | + "example": false |
| 2036 | + }, |
| 2037 | + "autotranslate_check_new_translation_keys": { |
| 2038 | + "type": "boolean", |
| 2039 | + "example": false |
| 2040 | + }, |
| 2041 | + "autotranslate_check_new_uploads": { |
| 2042 | + "type": "boolean", |
| 2043 | + "example": false |
| 2044 | + }, |
| 2045 | + "autotranslate_check_new_locales": { |
| 2046 | + "type": "boolean", |
| 2047 | + "example": false |
| 2048 | + }, |
| 2049 | + "autotranslate_mark_as_unverified": { |
| 2050 | + "type": "boolean", |
| 2051 | + "example": false |
| 2052 | + }, |
| 2053 | + "autotranslate_use_machine_translation": { |
| 2054 | + "type": "boolean", |
| 2055 | + "example": false |
| 2056 | + }, |
| 2057 | + "autotranslate_use_translation_memory": { |
| 2058 | + "type": "boolean", |
| 2059 | + "example": true |
| 2060 | + }, |
| 2061 | + "default_encoding": { |
| 2062 | + "type": "string", |
| 2063 | + "example": "UTF-8" |
2008 | 2064 | } |
2009 | 2065 | }, |
2010 | 2066 | "example": { |
2011 | 2067 | "slug": "my-android-project", |
2012 | | - "shares_translation_memory": true |
| 2068 | + "shares_translation_memory": true, |
| 2069 | + "machine_translation_enabled": true, |
| 2070 | + "zero_plural_form_enabled": true, |
| 2071 | + "enable_all_data_type_translation_keys_for_translators": false, |
| 2072 | + "enable_icu_message_format": false, |
| 2073 | + "enable_branching": false, |
| 2074 | + "protect_master_branch": false, |
| 2075 | + "autotranslate_enabled": false, |
| 2076 | + "autotranslate_check_new_translation_keys": false, |
| 2077 | + "autotranslate_check_new_uploads": false, |
| 2078 | + "autotranslate_check_new_locales": false, |
| 2079 | + "autotranslate_mark_as_unverified": false, |
| 2080 | + "autotranslate_use_machine_translation": false, |
| 2081 | + "autotranslate_use_translation_memory": true, |
| 2082 | + "default_encoding": "UTF-8" |
2013 | 2083 | } |
2014 | 2084 | } |
2015 | 2085 | ] |
|
0 commit comments