Module crowdin_api.api_resources.projects.types
Classes
class AndroidStringsExporterSettings (*args, **kwargs)
-
dict() -> new empty dictionary dict(mapping) -> new dictionary initialized from a mapping object's (key, value) pairs dict(iterable) -> new dictionary initialized as if via: d = {} for k, v in iterable: d[k] = v dict(**kwargs) -> new dictionary initialized with the name=value pairs in the keyword argument list. For example: dict(one=1, two=2)
Ancestors
- builtins.dict
Class variables
var convertPlaceholders : bool
class DocxFileFormatSettings (*args, **kwargs)
-
dict() -> new empty dictionary dict(mapping) -> new dictionary initialized from a mapping object's (key, value) pairs dict(iterable) -> new dictionary initialized as if via: d = {} for k, v in iterable: d[k] = v dict(**kwargs) -> new dictionary initialized with the name=value pairs in the keyword argument list. For example: dict(one=1, two=2)
Ancestors
- builtins.dict
Class variables
var cleanTagsAggressively : bool
var contentSegmentation : bool
var exportPattern : str
var importHiddenSlides : bool
var importNotes : bool
var srxStorageId : int
var translateHiddenRowsAndColumns : bool
var translateHiddenText : bool
var translateHyperlinkUrls : bool
class MacOSXStringsExporterSettings (*args, **kwargs)
-
dict() -> new empty dictionary dict(mapping) -> new dictionary initialized from a mapping object's (key, value) pairs dict(iterable) -> new dictionary initialized as if via: d = {} for k, v in iterable: d[k] = v dict(**kwargs) -> new dictionary initialized with the name=value pairs in the keyword argument list. For example: dict(one=1, two=2)
Ancestors
- builtins.dict
Class variables
var convertPlaceholders : bool
class MediaWikiFileFormatSettings (*args, **kwargs)
-
dict() -> new empty dictionary dict(mapping) -> new dictionary initialized from a mapping object's (key, value) pairs dict(iterable) -> new dictionary initialized as if via: d = {} for k, v in iterable: d[k] = v dict(**kwargs) -> new dictionary initialized with the name=value pairs in the keyword argument list. For example: dict(one=1, two=2)
Ancestors
- builtins.dict
Class variables
var exportPattern : str
var srxStorageId : int
class NotificationSettings (*args, **kwargs)
-
dict() -> new empty dictionary dict(mapping) -> new dictionary initialized from a mapping object's (key, value) pairs dict(iterable) -> new dictionary initialized as if via: d = {} for k, v in iterable: d[k] = v dict(**kwargs) -> new dictionary initialized with the name=value pairs in the keyword argument list. For example: dict(one=1, two=2)
Ancestors
- builtins.dict
Class variables
var managerLanguageCompleted : bool
var managerNewStrings : bool
var translatorNewStrings : bool
class OtherFileFormatSettings (*args, **kwargs)
-
dict() -> new empty dictionary dict(mapping) -> new dictionary initialized from a mapping object's (key, value) pairs dict(iterable) -> new dictionary initialized as if via: d = {} for k, v in iterable: d[k] = v dict(**kwargs) -> new dictionary initialized with the name=value pairs in the keyword argument list. For example: dict(one=1, two=2)
Ancestors
- builtins.dict
Class variables
var exportPattern : str
class ProjectFilePatchRequest (*args, **kwargs)
-
dict() -> new empty dictionary dict(mapping) -> new dictionary initialized from a mapping object's (key, value) pairs dict(iterable) -> new dictionary initialized as if via: d = {} for k, v in iterable: d[k] = v dict(**kwargs) -> new dictionary initialized with the name=value pairs in the keyword argument list. For example: dict(one=1, two=2)
Ancestors
- builtins.dict
Class variables
var op : PatchOperation
var path : ProjectFilePatchPath
var value : Union[str, List[str]]
class ProjectPatchRequest (*args, **kwargs)
-
dict() -> new empty dictionary dict(mapping) -> new dictionary initialized from a mapping object's (key, value) pairs dict(iterable) -> new dictionary initialized as if via: d = {} for k, v in iterable: d[k] = v dict(**kwargs) -> new dictionary initialized with the name=value pairs in the keyword argument list. For example: dict(one=1, two=2)
Ancestors
- builtins.dict
Class variables
var op : PatchOperation
var path : ProjectPatchPath
var value : Any
class PropertyFileFormatSettings (*args, **kwargs)
-
dict() -> new empty dictionary dict(mapping) -> new dictionary initialized from a mapping object's (key, value) pairs dict(iterable) -> new dictionary initialized as if via: d = {} for k, v in iterable: d[k] = v dict(**kwargs) -> new dictionary initialized with the name=value pairs in the keyword argument list. For example: dict(one=1, two=2)
Ancestors
- builtins.dict
Class variables
var escapeQuotes : EscapeQuotes
var escapeSpecialCharacters : EscapeSpecialCharacters
var exportPattern : str
class QACheckCategories (*args, **kwargs)
-
dict() -> new empty dictionary dict(mapping) -> new dictionary initialized from a mapping object's (key, value) pairs dict(iterable) -> new dictionary initialized as if via: d = {} for k, v in iterable: d[k] = v dict(**kwargs) -> new dictionary initialized with the name=value pairs in the keyword argument list. For example: dict(one=1, two=2)
Ancestors
- builtins.dict
Class variables
var DUPLICATE : bool
var EMPTY : bool
var ICU : bool
var PUNCTUATION : bool
var SIZE : bool
var SPACES : bool
var SPECIALSYMBOLS : bool
var SPELLCHECK : bool
var SYMBOLREGISTER : bool
var TAGS : bool
var TERMS : bool
var VARIABLES : bool
var WRONGTRANSLATION : bool
class QAChecksIgnorableCategories (*args, **kwargs)
-
dict() -> new empty dictionary dict(mapping) -> new dictionary initialized from a mapping object's (key, value) pairs dict(iterable) -> new dictionary initialized as if via: d = {} for k, v in iterable: d[k] = v dict(**kwargs) -> new dictionary initialized with the name=value pairs in the keyword argument list. For example: dict(one=1, two=2)
Ancestors
- builtins.dict
Class variables
var ANDROID : bool
var DUPLICATE : bool
var EMPTY : bool
var FTL : bool
var ICU : bool
var PUNCTUATION : bool
var SIZE : bool
var SPACES : bool
var SPECIALSYMBOLS : bool
var SPELLCHECK : bool
var SYMBOLREGISTER : bool
var TAGS : bool
var TERMS : bool
var VARIABLES : bool
var WRONGTRANSLATION : bool
class SpecificFileFormatSettings (*args, **kwargs)
-
Includes kind standard file format settings: - WebXml file - Html file - Adoc file - Md file - FmMd file - FmHtml file - MadcapFisnp file - Idml file - Mif file - Dita file
Ancestors
- builtins.dict
Class variables
var contentSegmentation : bool
var exportPattern : str
var srxStorageId : int
class TxtFileFormatSettings (*args, **kwargs)
-
dict() -> new empty dictionary dict(mapping) -> new dictionary initialized from a mapping object's (key, value) pairs dict(iterable) -> new dictionary initialized as if via: d = {} for k, v in iterable: d[k] = v dict(**kwargs) -> new dictionary initialized with the name=value pairs in the keyword argument list. For example: dict(one=1, two=2)
Ancestors
- builtins.dict
Class variables
var exportPattern : str
var srxStorageId : int
class XliffStringsExporterSettings (*args, **kwargs)
-
dict() -> new empty dictionary dict(mapping) -> new dictionary initialized from a mapping object's (key, value) pairs dict(iterable) -> new dictionary initialized as if via: d = {} for k, v in iterable: d[k] = v dict(**kwargs) -> new dictionary initialized with the name=value pairs in the keyword argument list. For example: dict(one=1, two=2)
Ancestors
- builtins.dict
Class variables
var languagePairMapping : Dict[str, str]
class XmlFileFormatSettings (*args, **kwargs)
-
dict() -> new empty dictionary dict(mapping) -> new dictionary initialized from a mapping object's (key, value) pairs dict(iterable) -> new dictionary initialized as if via: d = {} for k, v in iterable: d[k] = v dict(**kwargs) -> new dictionary initialized with the name=value pairs in the keyword argument list. For example: dict(one=1, two=2)
Ancestors
- builtins.dict
Class variables
var contentSegmentation : bool
var exportPattern : str
var srxStorageId : int
var translatableElements : Iterable[str]
var translateAttributes : bool
var translateContent : bool