Units
Translation components API.
See the Weblate's Web API documentation for detailed description of the API.
GET /api/translations/appinventor/component-methods/zh_Hans/units/?format=api&page=41
https://weblate.appinventor.mit.edu/api/translations/appinventor/component-methods/zh_Hans/units/?format=api&page=42", "previous": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-methods/zh_Hans/units/?format=api&page=40", "results": [ { "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-methods/zh_Hans/?format=api", "source": "Given a list of values as `data`, writes the values to the row of the sheet with the given row number.", "previous_source": "", "target": "将给定的数据(列表)写入行。", "id_hash": 13726984887010686, "content_hash": -6506305295589486400, "location": "", "context": "WriteRowMethodDescriptions", "comment": "", "flags": "", "fuzzy": false, "translated": true, "position": 801, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 21, "priority": 100, "id": 272153, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-methods/zh_Hans/?checksum=8030c49eba07057e", "url": "https://weblate.appinventor.mit.edu/api/units/272153/?format=api", "source_info": "https://weblate.appinventor.mit.edu/api/sources/12191/?format=api" }, { "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-methods/zh_Hans/?format=api", "source": "WriteRow", "previous_source": "", "target": "写入行", "id_hash": -6243786620022683090, "content_hash": 8367138441300474675, "location": "", "context": "WriteRowMethods", "comment": "", "flags": "", "fuzzy": false, "translated": true, "position": 802, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 1, "priority": 100, "id": 272154, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-methods/zh_Hans/?checksum=29599d266c360a2e", "url": "https://weblate.appinventor.mit.edu/api/units/272154/?format=api", "source_info": "https://weblate.appinventor.mit.edu/api/sources/12192/?format=api" }, { "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-methods/zh_Hans/?format=api", "source": "Writes given data to serial.", "previous_source": "", "target": "向串口写入数据。", "id_hash": -8223389454684593439, "content_hash": -6975793760807267554, "location": "", "context": "WriteSerialMethodDescriptions", "comment": "", "flags": "", "fuzzy": false, "translated": true, "position": 803, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 5, "priority": 100, "id": 272155, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-methods/zh_Hans/?checksum=de0a6dc3fd4e2e1", "url": "https://weblate.appinventor.mit.edu/api/units/272155/?format=api", "source_info": "https://weblate.appinventor.mit.edu/api/sources/12193/?format=api" }, { "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-methods/zh_Hans/?format=api", "source": "WriteSerial", "previous_source": "", "target": "写入串口", "id_hash": -7620499209139415753, "content_hash": 5064277421047768625, "location": "", "context": "WriteSerialMethods", "comment": "", "flags": "", "fuzzy": false, "translated": true, "position": 804, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 1, "priority": 100, "id": 272156, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-methods/zh_Hans/?checksum=163e8c582c199537", "url": "https://weblate.appinventor.mit.edu/api/units/272156/?format=api", "source_info": "https://weblate.appinventor.mit.edu/api/sources/12194/?format=api" }, { "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-methods/zh_Hans/?format=api", "source": "Decodes the given XML into a set of nested dictionaries that capture the structure and data contained in the XML. See the help for more details.", "previous_source": "", "target": "解析XML文本为嵌套的字典并保留结构和数据。", "id_hash": 8485666497592290763, "content_hash": -3515904804467202966, "location": "", "context": "XMLTextDecodeAsDictionaryMethodDescriptions", "comment": "", "flags": "", "fuzzy": false, "translated": true, "position": 805, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 26, "priority": 100, "id": 272157, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-methods/zh_Hans/?checksum=f5c324b8776bedcb", "url": "https://weblate.appinventor.mit.edu/api/units/272157/?format=api", "source_info": "https://weblate.appinventor.mit.edu/api/sources/12195/?format=api" }, { "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-methods/zh_Hans/?format=api", "source": "XMLTextDecodeAsDictionary", "previous_source": "", "target": "解码XML文本为字典", "id_hash": 417812642966331255, "content_hash": 5474101008892491788, "location": "", "context": "XMLTextDecodeAsDictionaryMethods", "comment": "", "flags": "", "fuzzy": false, "translated": true, "position": 806, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 1, "priority": 100, "id": 272158, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-methods/zh_Hans/?checksum=85cc5e6296acdf77", "url": "https://weblate.appinventor.mit.edu/api/units/272158/?format=api", "source_info": "https://weblate.appinventor.mit.edu/api/sources/12196/?format=api" }, { "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-methods/zh_Hans/?format=api", "source": "Decodes the given XML string to produce a dictionary structure. See the App Inventor documentation on \"Other topics, notes, and details\" for information.", "previous_source": "", "target": "解码XML文本,生成字典结构。", "id_hash": -50636425567947590, "content_hash": -7459118453467375445, "location": "", "context": "XMLTextDecodeMethodDescriptions", "comment": "", "flags": "", "fuzzy": false, "translated": true, "position": 807, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 23, "priority": 100, "id": 272159, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-methods/zh_Hans/?checksum=7f4c1a707153b4ba", "url": "https://weblate.appinventor.mit.edu/api/units/272159/?format=api", "source_info": "https://weblate.appinventor.mit.edu/api/sources/12197/?format=api" }, { "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-methods/zh_Hans/?format=api", "source": "XMLTextDecode", "previous_source": "", "target": "解码XML文本", "id_hash": -657331032146440135, "content_hash": -7330060491787528012, "location": "", "context": "XMLTextDecodeMethods", "comment": "", "flags": "", "fuzzy": false, "translated": true, "position": 808, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 1, "priority": 100, "id": 272160, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-methods/zh_Hans/?checksum=76e0b0e8b1121039", "url": "https://weblate.appinventor.mit.edu/api/units/272160/?format=api", "source_info": "https://weblate.appinventor.mit.edu/api/sources/12198/?format=api" }, { "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-methods/zh_Hans/?format=api", "source": "XmlText", "previous_source": "", "target": "XML文本", "id_hash": -4666704316792333697, "content_hash": 2510601909320106377, "location": "", "context": "XmlTextParams", "comment": "", "flags": "", "fuzzy": false, "translated": true, "position": 809, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 1, "priority": 100, "id": 272161, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-methods/zh_Hans/?checksum=3f3c89262dcf9a7f", "url": "https://weblate.appinventor.mit.edu/api/units/272161/?format=api", "source_info": "https://weblate.appinventor.mit.edu/api/sources/12199/?format=api" }, { "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-methods/zh_Hans/?format=api", "source": "By providing a target language to translate to (for instance, ''es'' for Spanish, ''en'' for English, or ''ru'' for Russian), and a word or sentence to translate, this method will request a translation to the Yandex.Translate service.Once the text is translated by the external service, the event GotTranslation will be executed.Note: Yandex.Translate will attempt to detect the source language. You can also specify prepending it to the language translation. I.e., es-ru will specify Spanish to Russian translation.", "previous_source": "", "target": "请求翻译。", "id_hash": -4485996998285152589, "content_hash": -6178476411449348379, "location": "", "context": "YandexTranslate__RequestTranslationMethodDescriptions", "comment": "", "flags": "", "fuzzy": false, "translated": true, "position": 810, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 77, "priority": 100, "id": 272162, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-methods/zh_Hans/?checksum=41be897f75beaeb3", "url": "https://weblate.appinventor.mit.edu/api/units/272162/?format=api", "source_info": "https://weblate.appinventor.mit.edu/api/sources/12200/?format=api" }, { "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-methods/zh_Hans/?format=api", "source": "The year", "previous_source": "", "target": "返回年份", "id_hash": -9221289711059404283, "content_hash": -5986392519581014529, "location": "", "context": "YearMethodDescriptions", "comment": "", "flags": "", "fuzzy": false, "translated": true, "position": 811, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 2, "priority": 100, "id": 272163, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-methods/zh_Hans/?checksum=765dd4156fa05", "url": "https://weblate.appinventor.mit.edu/api/units/272163/?format=api", "source_info": "https://weblate.appinventor.mit.edu/api/sources/12201/?format=api" }, { "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-methods/zh_Hans/?format=api", "source": "Year", "previous_source": "", "target": "提取年份", "id_hash": -8391546038203729953, "content_hash": -8786871813202257244, "location": "", "context": "YearMethods", "comment": "", "flags": "", "fuzzy": false, "translated": true, "position": 812, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 1, "priority": 100, "id": 272164, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-methods/zh_Hans/?checksum=b8b3d56ac87b7df", "url": "https://weblate.appinventor.mit.edu/api/units/272164/?format=api", "source_info": "https://weblate.appinventor.mit.edu/api/sources/12202/?format=api" }, { "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-methods/zh_Hans/?format=api", "source": "absoluteStrength", "previous_source": "", "target": "绝对强度", "id_hash": 1251366313159247044, "content_hash": -3542830614782607269, "location": "", "context": "absoluteStrengthParams", "comment": "", "flags": "", "fuzzy": false, "translated": true, "position": 813, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 1, "priority": 100, "id": 272165, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-methods/zh_Hans/?checksum=915dbf0823bf44c4", "url": "https://weblate.appinventor.mit.edu/api/units/272165/?format=api", "source_info": "https://weblate.appinventor.mit.edu/api/sources/12203/?format=api" }, { "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-methods/zh_Hans/?format=api", "source": "address", "previous_source": "", "target": "地址", "id_hash": -5584068893704590747, "content_hash": 2772400478260096400, "location": "", "context": "addressParams", "comment": "", "flags": "", "fuzzy": false, "translated": true, "position": 814, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 1, "priority": 100, "id": 272166, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-methods/zh_Hans/?checksum=328166ed456dea65", "url": "https://weblate.appinventor.mit.edu/api/units/272166/?format=api", "source_info": "https://weblate.appinventor.mit.edu/api/sources/12204/?format=api" }, { "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-methods/zh_Hans/?format=api", "source": "altitude", "previous_source": "", "target": "海拔", "id_hash": -3381011180645378637, "content_hash": 6377187583953327087, "location": "", "context": "altitudeParams", "comment": "", "flags": "", "fuzzy": false, "translated": true, "position": 815, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 1, "priority": 100, "id": 272167, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-methods/zh_Hans/?checksum=51143c3e9c0215b3", "url": "https://weblate.appinventor.mit.edu/api/units/272167/?format=api", "source_info": "https://weblate.appinventor.mit.edu/api/sources/12205/?format=api" }, { "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-methods/zh_Hans/?format=api", "source": "angle", "previous_source": "", "target": "角度", "id_hash": -8552830076212583585, "content_hash": -4610323376983437460, "location": "", "context": "angleParams", "comment": "", "flags": "", "fuzzy": false, "translated": true, "position": 816, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 1, "priority": 100, "id": 272168, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-methods/zh_Hans/?checksum=94e3e5c4b12635f", "url": "https://weblate.appinventor.mit.edu/api/units/272168/?format=api", "source_info": "https://weblate.appinventor.mit.edu/api/sources/12206/?format=api" }, { "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-methods/zh_Hans/?format=api", "source": "animType", "previous_source": "", "target": "动画类型", "id_hash": -219869698715026327, "content_hash": -1220985280553453507, "location": "", "context": "animTypeParams", "comment": "", "flags": "", "fuzzy": false, "translated": true, "position": 817, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 1, "priority": 100, "id": 272169, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-methods/zh_Hans/?checksum=7cf2ddac8737fc69", "url": "https://weblate.appinventor.mit.edu/api/units/272169/?format=api", "source_info": "https://weblate.appinventor.mit.edu/api/sources/12207/?format=api" }, { "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-methods/zh_Hans/?format=api", "source": "anomaly", "previous_source": "", "target": "异常", "id_hash": 3614632685851713143, "content_hash": 3939436567041544182, "location": "", "context": "anomalyParams", "comment": "", "flags": "", "fuzzy": false, "translated": true, "position": 818, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 1, "priority": 100, "id": 272170, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-methods/zh_Hans/?checksum=b229c146d1b51e77", "url": "https://weblate.appinventor.mit.edu/api/units/272170/?format=api", "source_info": "https://weblate.appinventor.mit.edu/api/sources/12208/?format=api" }, { "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-methods/zh_Hans/?format=api", "source": "arguments", "previous_source": "", "target": "参数", "id_hash": 8268160876397491648, "content_hash": -8018443081941991776, "location": "", "context": "argumentsParams", "comment": "", "flags": "", "fuzzy": false, "translated": true, "position": 819, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 1, "priority": 100, "id": 272171, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-methods/zh_Hans/?checksum=f2be6882af7475c0", "url": "https://weblate.appinventor.mit.edu/api/units/272171/?format=api", "source_info": "https://weblate.appinventor.mit.edu/api/sources/12209/?format=api" }, { "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-methods/zh_Hans/?format=api", "source": "azimuth", "previous_source": "", "target": "方位角", "id_hash": 2982992644709000626, "content_hash": 3955208443431436061, "location": "", "context": "azimuthParams", "comment": "", "flags": "", "fuzzy": false, "translated": true, "position": 820, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 1, "priority": 100, "id": 272172, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-methods/zh_Hans/?checksum=a965b8017b7ba5b2", "url": "https://weblate.appinventor.mit.edu/api/units/272172/?format=api", "source_info": "https://weblate.appinventor.mit.edu/api/sources/12210/?format=api" } ] }{ "count": 1113, "next": "