weblate 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (311) hide show
  1. checksums.yaml +7 -0
  2. data/CHANGELOG.md +5 -0
  3. data/COPYING +674 -0
  4. data/Gemfile +8 -0
  5. data/README.md +334 -0
  6. data/Rakefile +49 -0
  7. data/bin/console +11 -0
  8. data/bin/setup +8 -0
  9. data/bin/smoketest +14 -0
  10. data/bin/smoketest~ +0 -0
  11. data/docs/ActionEnum.md +15 -0
  12. data/docs/Addon.md +28 -0
  13. data/docs/AddonsApi.md +366 -0
  14. data/docs/AutoComponentList.md +20 -0
  15. data/docs/BasicUser.md +22 -0
  16. data/docs/BlankEnum.md +15 -0
  17. data/docs/CategoriesApi.md +520 -0
  18. data/docs/Category.md +30 -0
  19. data/docs/Change.md +42 -0
  20. data/docs/ChangesApi.md +163 -0
  21. data/docs/ColorEnum.md +15 -0
  22. data/docs/Component.md +146 -0
  23. data/docs/ComponentLanguageCodeStyle.md +49 -0
  24. data/docs/ComponentList.md +30 -0
  25. data/docs/ComponentListsApi.md +667 -0
  26. data/docs/ComponentsApi.md +1653 -0
  27. data/docs/ConflictsEnum.md +15 -0
  28. data/docs/DirectionEnum.md +15 -0
  29. data/docs/FileFormatEnum.md +15 -0
  30. data/docs/FrequencyEnum.md +15 -0
  31. data/docs/FuzzyEnum.md +15 -0
  32. data/docs/Group.md +40 -0
  33. data/docs/GroupsApi.md +1257 -0
  34. data/docs/Language.md +36 -0
  35. data/docs/LanguageCodeStyleEnum.md +15 -0
  36. data/docs/LanguagePlural.md +26 -0
  37. data/docs/LanguageSelectionEnum.md +15 -0
  38. data/docs/LanguagesApi.md +520 -0
  39. data/docs/LicenseEnum.md +15 -0
  40. data/docs/LockRequest.md +18 -0
  41. data/docs/Memory.md +34 -0
  42. data/docs/MemoryApi.md +448 -0
  43. data/docs/MergeStyleEnum.md +15 -0
  44. data/docs/MethodEnum.md +15 -0
  45. data/docs/Metrics.md +42 -0
  46. data/docs/MetricsApi.md +81 -0
  47. data/docs/NewLangEnum.md +15 -0
  48. data/docs/Notification.md +28 -0
  49. data/docs/NotificationEnum.md +15 -0
  50. data/docs/OperationEnum.md +15 -0
  51. data/docs/PaginatedAddonList.md +24 -0
  52. data/docs/PaginatedBasicUserList.md +24 -0
  53. data/docs/PaginatedCategoryList.md +24 -0
  54. data/docs/PaginatedChangeList.md +24 -0
  55. data/docs/PaginatedComponentList.md +24 -0
  56. data/docs/PaginatedComponentListList.md +24 -0
  57. data/docs/PaginatedGroupList.md +24 -0
  58. data/docs/PaginatedLanguageList.md +24 -0
  59. data/docs/PaginatedMemoryList.md +24 -0
  60. data/docs/PaginatedNotificationList.md +24 -0
  61. data/docs/PaginatedProjectList.md +24 -0
  62. data/docs/PaginatedRoleList.md +24 -0
  63. data/docs/PaginatedScreenshotList.md +24 -0
  64. data/docs/PaginatedTranslationList.md +24 -0
  65. data/docs/PaginatedUnitList.md +24 -0
  66. data/docs/PatchedAddon.md +28 -0
  67. data/docs/PatchedBasicUser.md +22 -0
  68. data/docs/PatchedCategory.md +30 -0
  69. data/docs/PatchedComponent.md +146 -0
  70. data/docs/PatchedComponentList.md +30 -0
  71. data/docs/PatchedGroup.md +40 -0
  72. data/docs/PatchedLanguage.md +36 -0
  73. data/docs/PatchedMemory.md +34 -0
  74. data/docs/PatchedNotification.md +28 -0
  75. data/docs/PatchedProject.md +58 -0
  76. data/docs/PatchedRole.md +24 -0
  77. data/docs/PatchedScreenshot.md +30 -0
  78. data/docs/PatchedUnitWrite.md +26 -0
  79. data/docs/PriorityEnum.md +15 -0
  80. data/docs/Project.md +58 -0
  81. data/docs/ProjectSelectionEnum.md +15 -0
  82. data/docs/ProjectsApi.md +1392 -0
  83. data/docs/RepoRequest.md +18 -0
  84. data/docs/Role.md +24 -0
  85. data/docs/RolesApi.md +448 -0
  86. data/docs/ScopeEnum.md +15 -0
  87. data/docs/Screenshot.md +30 -0
  88. data/docs/ScreenshotFile.md +18 -0
  89. data/docs/ScreenshotsApi.md +815 -0
  90. data/docs/SearchApi.md +75 -0
  91. data/docs/SourceEnum.md +15 -0
  92. data/docs/StateEnum.md +15 -0
  93. data/docs/TasksApi.md +145 -0
  94. data/docs/TextDirection.md +49 -0
  95. data/docs/Translation.md +80 -0
  96. data/docs/TranslationsApi.md +1028 -0
  97. data/docs/Unit.md +76 -0
  98. data/docs/UnitFlatLabels.md +24 -0
  99. data/docs/UnitLabels.md +24 -0
  100. data/docs/UnitWrite.md +26 -0
  101. data/docs/UnitsApi.md +376 -0
  102. data/docs/UploadRequest.md +28 -0
  103. data/docs/UploadRequestConflicts.md +49 -0
  104. data/docs/UploadRequestFuzzy.md +49 -0
  105. data/docs/UsersApi.md +1130 -0
  106. data/docs/VcsEnum.md +15 -0
  107. data/git_push.sh +57 -0
  108. data/lib/weblate/api/addons_api.rb +353 -0
  109. data/lib/weblate/api/categories_api.rb +495 -0
  110. data/lib/weblate/api/changes_api.rb +165 -0
  111. data/lib/weblate/api/component_lists_api.rb +642 -0
  112. data/lib/weblate/api/components_api.rb +1775 -0
  113. data/lib/weblate/api/groups_api.rb +1261 -0
  114. data/lib/weblate/api/languages_api.rb +495 -0
  115. data/lib/weblate/api/memory_api.rb +429 -0
  116. data/lib/weblate/api/metrics_api.rb +84 -0
  117. data/lib/weblate/api/projects_api.rb +1331 -0
  118. data/lib/weblate/api/roles_api.rb +429 -0
  119. data/lib/weblate/api/screenshots_api.rb +803 -0
  120. data/lib/weblate/api/search_api.rb +75 -0
  121. data/lib/weblate/api/tasks_api.rb +146 -0
  122. data/lib/weblate/api/translations_api.rb +1232 -0
  123. data/lib/weblate/api/units_api.rb +363 -0
  124. data/lib/weblate/api/users_api.rb +1104 -0
  125. data/lib/weblate/api_client.rb +437 -0
  126. data/lib/weblate/api_error.rb +58 -0
  127. data/lib/weblate/configuration.rb +392 -0
  128. data/lib/weblate/models/action_enum.rb +108 -0
  129. data/lib/weblate/models/addon.rb +314 -0
  130. data/lib/weblate/models/auto_component_list.rb +263 -0
  131. data/lib/weblate/models/basic_user.rb +292 -0
  132. data/lib/weblate/models/blank_enum.rb +39 -0
  133. data/lib/weblate/models/category.rb +361 -0
  134. data/lib/weblate/models/change.rb +408 -0
  135. data/lib/weblate/models/color_enum.rb +54 -0
  136. data/lib/weblate/models/component.rb +1377 -0
  137. data/lib/weblate/models/component_language_code_style.rb +106 -0
  138. data/lib/weblate/models/component_list.rb +366 -0
  139. data/lib/weblate/models/conflicts_enum.rb +41 -0
  140. data/lib/weblate/models/direction_enum.rb +40 -0
  141. data/lib/weblate/models/file_format_enum.rb +101 -0
  142. data/lib/weblate/models/frequency_enum.rb +43 -0
  143. data/lib/weblate/models/fuzzy_enum.rb +40 -0
  144. data/lib/weblate/models/group.rb +421 -0
  145. data/lib/weblate/models/language.rb +417 -0
  146. data/lib/weblate/models/language_code_style_enum.rb +51 -0
  147. data/lib/weblate/models/language_plural.rb +314 -0
  148. data/lib/weblate/models/language_selection_enum.rb +40 -0
  149. data/lib/weblate/models/license_enum.rb +677 -0
  150. data/lib/weblate/models/lock_request.rb +221 -0
  151. data/lib/weblate/models/memory.rb +329 -0
  152. data/lib/weblate/models/merge_style_enum.rb +41 -0
  153. data/lib/weblate/models/method_enum.rb +45 -0
  154. data/lib/weblate/models/metrics.rb +415 -0
  155. data/lib/weblate/models/new_lang_enum.rb +42 -0
  156. data/lib/weblate/models/notification.rb +323 -0
  157. data/lib/weblate/models/notification_enum.rb +60 -0
  158. data/lib/weblate/models/operation_enum.rb +43 -0
  159. data/lib/weblate/models/paginated_addon_list.rb +259 -0
  160. data/lib/weblate/models/paginated_basic_user_list.rb +259 -0
  161. data/lib/weblate/models/paginated_category_list.rb +259 -0
  162. data/lib/weblate/models/paginated_change_list.rb +259 -0
  163. data/lib/weblate/models/paginated_component_list.rb +259 -0
  164. data/lib/weblate/models/paginated_component_list_list.rb +259 -0
  165. data/lib/weblate/models/paginated_group_list.rb +259 -0
  166. data/lib/weblate/models/paginated_language_list.rb +259 -0
  167. data/lib/weblate/models/paginated_memory_list.rb +259 -0
  168. data/lib/weblate/models/paginated_notification_list.rb +259 -0
  169. data/lib/weblate/models/paginated_project_list.rb +259 -0
  170. data/lib/weblate/models/paginated_role_list.rb +259 -0
  171. data/lib/weblate/models/paginated_screenshot_list.rb +259 -0
  172. data/lib/weblate/models/paginated_translation_list.rb +259 -0
  173. data/lib/weblate/models/paginated_unit_list.rb +259 -0
  174. data/lib/weblate/models/patched_addon.rb +279 -0
  175. data/lib/weblate/models/patched_basic_user.rb +271 -0
  176. data/lib/weblate/models/patched_category.rb +319 -0
  177. data/lib/weblate/models/patched_component.rb +1242 -0
  178. data/lib/weblate/models/patched_component_list.rb +324 -0
  179. data/lib/weblate/models/patched_group.rb +365 -0
  180. data/lib/weblate/models/patched_language.rb +375 -0
  181. data/lib/weblate/models/patched_memory.rb +287 -0
  182. data/lib/weblate/models/patched_notification.rb +281 -0
  183. data/lib/weblate/models/patched_project.rb +472 -0
  184. data/lib/weblate/models/patched_role.rb +262 -0
  185. data/lib/weblate/models/patched_screenshot.rb +309 -0
  186. data/lib/weblate/models/patched_unit_write.rb +279 -0
  187. data/lib/weblate/models/priority_enum.rb +43 -0
  188. data/lib/weblate/models/project.rb +563 -0
  189. data/lib/weblate/models/project_selection_enum.rb +43 -0
  190. data/lib/weblate/models/repo_request.rb +243 -0
  191. data/lib/weblate/models/role.rb +290 -0
  192. data/lib/weblate/models/scope_enum.rb +43 -0
  193. data/lib/weblate/models/screenshot.rb +351 -0
  194. data/lib/weblate/models/screenshot_file.rb +221 -0
  195. data/lib/weblate/models/source_enum.rb +45 -0
  196. data/lib/weblate/models/state_enum.rb +43 -0
  197. data/lib/weblate/models/text_direction.rb +105 -0
  198. data/lib/weblate/models/translation.rb +760 -0
  199. data/lib/weblate/models/unit.rb +757 -0
  200. data/lib/weblate/models/unit_flat_labels.rb +315 -0
  201. data/lib/weblate/models/unit_labels.rb +315 -0
  202. data/lib/weblate/models/unit_write.rb +293 -0
  203. data/lib/weblate/models/upload_request.rb +307 -0
  204. data/lib/weblate/models/upload_request_conflicts.rb +105 -0
  205. data/lib/weblate/models/upload_request_fuzzy.rb +105 -0
  206. data/lib/weblate/models/vcs_enum.rb +46 -0
  207. data/lib/weblate/version.rb +15 -0
  208. data/lib/weblate.rb +135 -0
  209. data/manifest.scm +6 -0
  210. data/schema.patched.yaml +10113 -0
  211. data/schema.yaml +10116 -0
  212. data/sig/weblate.rbs +4 -0
  213. data/spec/api/addons_api_spec.rb +88 -0
  214. data/spec/api/categories_api_spec.rb +115 -0
  215. data/spec/api/changes_api_spec.rb +62 -0
  216. data/spec/api/component_lists_api_spec.rb +139 -0
  217. data/spec/api/components_api_spec.rb +307 -0
  218. data/spec/api/groups_api_spec.rb +236 -0
  219. data/spec/api/languages_api_spec.rb +115 -0
  220. data/spec/api/memory_api_spec.rb +104 -0
  221. data/spec/api/metrics_api_spec.rb +46 -0
  222. data/spec/api/projects_api_spec.rb +251 -0
  223. data/spec/api/roles_api_spec.rb +104 -0
  224. data/spec/api/screenshots_api_spec.rb +163 -0
  225. data/spec/api/search_api_spec.rb +45 -0
  226. data/spec/api/tasks_api_spec.rb +55 -0
  227. data/spec/api/translations_api_spec.rb +218 -0
  228. data/spec/api/units_api_spec.rb +93 -0
  229. data/spec/api/users_api_spec.rb +218 -0
  230. data/spec/models/action_enum_spec.rb +30 -0
  231. data/spec/models/addon_spec.rb +66 -0
  232. data/spec/models/auto_component_list_spec.rb +42 -0
  233. data/spec/models/basic_user_spec.rb +48 -0
  234. data/spec/models/blank_enum_spec.rb +30 -0
  235. data/spec/models/category_spec.rb +72 -0
  236. data/spec/models/change_spec.rb +108 -0
  237. data/spec/models/color_enum_spec.rb +30 -0
  238. data/spec/models/component_language_code_style_spec.rb +32 -0
  239. data/spec/models/component_list_spec.rb +72 -0
  240. data/spec/models/component_spec.rb +420 -0
  241. data/spec/models/conflicts_enum_spec.rb +30 -0
  242. data/spec/models/direction_enum_spec.rb +30 -0
  243. data/spec/models/file_format_enum_spec.rb +30 -0
  244. data/spec/models/frequency_enum_spec.rb +30 -0
  245. data/spec/models/fuzzy_enum_spec.rb +30 -0
  246. data/spec/models/group_spec.rb +102 -0
  247. data/spec/models/language_code_style_enum_spec.rb +30 -0
  248. data/spec/models/language_plural_spec.rb +60 -0
  249. data/spec/models/language_selection_enum_spec.rb +30 -0
  250. data/spec/models/language_spec.rb +90 -0
  251. data/spec/models/license_enum_spec.rb +30 -0
  252. data/spec/models/lock_request_spec.rb +36 -0
  253. data/spec/models/memory_spec.rb +84 -0
  254. data/spec/models/merge_style_enum_spec.rb +30 -0
  255. data/spec/models/method_enum_spec.rb +30 -0
  256. data/spec/models/metrics_spec.rb +108 -0
  257. data/spec/models/new_lang_enum_spec.rb +30 -0
  258. data/spec/models/notification_enum_spec.rb +30 -0
  259. data/spec/models/notification_spec.rb +66 -0
  260. data/spec/models/operation_enum_spec.rb +30 -0
  261. data/spec/models/paginated_addon_list_spec.rb +54 -0
  262. data/spec/models/paginated_basic_user_list_spec.rb +54 -0
  263. data/spec/models/paginated_category_list_spec.rb +54 -0
  264. data/spec/models/paginated_change_list_spec.rb +54 -0
  265. data/spec/models/paginated_component_list_list_spec.rb +54 -0
  266. data/spec/models/paginated_component_list_spec.rb +54 -0
  267. data/spec/models/paginated_group_list_spec.rb +54 -0
  268. data/spec/models/paginated_language_list_spec.rb +54 -0
  269. data/spec/models/paginated_memory_list_spec.rb +54 -0
  270. data/spec/models/paginated_notification_list_spec.rb +54 -0
  271. data/spec/models/paginated_project_list_spec.rb +54 -0
  272. data/spec/models/paginated_role_list_spec.rb +54 -0
  273. data/spec/models/paginated_screenshot_list_spec.rb +54 -0
  274. data/spec/models/paginated_translation_list_spec.rb +54 -0
  275. data/spec/models/paginated_unit_list_spec.rb +54 -0
  276. data/spec/models/patched_addon_spec.rb +66 -0
  277. data/spec/models/patched_basic_user_spec.rb +48 -0
  278. data/spec/models/patched_category_spec.rb +72 -0
  279. data/spec/models/patched_component_list_spec.rb +72 -0
  280. data/spec/models/patched_component_spec.rb +420 -0
  281. data/spec/models/patched_group_spec.rb +102 -0
  282. data/spec/models/patched_language_spec.rb +90 -0
  283. data/spec/models/patched_memory_spec.rb +84 -0
  284. data/spec/models/patched_notification_spec.rb +66 -0
  285. data/spec/models/patched_project_spec.rb +156 -0
  286. data/spec/models/patched_role_spec.rb +54 -0
  287. data/spec/models/patched_screenshot_spec.rb +72 -0
  288. data/spec/models/patched_unit_write_spec.rb +60 -0
  289. data/spec/models/priority_enum_spec.rb +30 -0
  290. data/spec/models/project_selection_enum_spec.rb +30 -0
  291. data/spec/models/project_spec.rb +156 -0
  292. data/spec/models/repo_request_spec.rb +36 -0
  293. data/spec/models/role_spec.rb +54 -0
  294. data/spec/models/scope_enum_spec.rb +30 -0
  295. data/spec/models/screenshot_file_spec.rb +36 -0
  296. data/spec/models/screenshot_spec.rb +72 -0
  297. data/spec/models/source_enum_spec.rb +30 -0
  298. data/spec/models/state_enum_spec.rb +30 -0
  299. data/spec/models/text_direction_spec.rb +32 -0
  300. data/spec/models/translation_spec.rb +222 -0
  301. data/spec/models/unit_flat_labels_spec.rb +54 -0
  302. data/spec/models/unit_labels_spec.rb +54 -0
  303. data/spec/models/unit_spec.rb +210 -0
  304. data/spec/models/unit_write_spec.rb +60 -0
  305. data/spec/models/upload_request_conflicts_spec.rb +32 -0
  306. data/spec/models/upload_request_fuzzy_spec.rb +32 -0
  307. data/spec/models/upload_request_spec.rb +66 -0
  308. data/spec/models/vcs_enum_spec.rb +30 -0
  309. data/spec/spec_helper.rb +111 -0
  310. data/weblate.gemspec +47 -0
  311. metadata +526 -0
@@ -0,0 +1,24 @@
1
+ # Weblate::PaginatedBasicUserList
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **count** | **Integer** | | |
8
+ | **_next** | **String** | | [optional] |
9
+ | **previous** | **String** | | [optional] |
10
+ | **results** | [**Array<BasicUser>**](BasicUser.md) | | |
11
+
12
+ ## Example
13
+
14
+ ```ruby
15
+ require 'weblate'
16
+
17
+ instance = Weblate::PaginatedBasicUserList.new(
18
+ count: 123,
19
+ _next: http://api.example.org/accounts/?page=4,
20
+ previous: http://api.example.org/accounts/?page=2,
21
+ results: null
22
+ )
23
+ ```
24
+
@@ -0,0 +1,24 @@
1
+ # Weblate::PaginatedCategoryList
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **count** | **Integer** | | |
8
+ | **_next** | **String** | | [optional] |
9
+ | **previous** | **String** | | [optional] |
10
+ | **results** | [**Array<Category>**](Category.md) | | |
11
+
12
+ ## Example
13
+
14
+ ```ruby
15
+ require 'weblate'
16
+
17
+ instance = Weblate::PaginatedCategoryList.new(
18
+ count: 123,
19
+ _next: http://api.example.org/accounts/?page=4,
20
+ previous: http://api.example.org/accounts/?page=2,
21
+ results: null
22
+ )
23
+ ```
24
+
@@ -0,0 +1,24 @@
1
+ # Weblate::PaginatedChangeList
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **count** | **Integer** | | |
8
+ | **_next** | **String** | | [optional] |
9
+ | **previous** | **String** | | [optional] |
10
+ | **results** | [**Array<Change>**](Change.md) | | |
11
+
12
+ ## Example
13
+
14
+ ```ruby
15
+ require 'weblate'
16
+
17
+ instance = Weblate::PaginatedChangeList.new(
18
+ count: 123,
19
+ _next: http://api.example.org/accounts/?page=4,
20
+ previous: http://api.example.org/accounts/?page=2,
21
+ results: null
22
+ )
23
+ ```
24
+
@@ -0,0 +1,24 @@
1
+ # Weblate::PaginatedComponentList
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **count** | **Integer** | | |
8
+ | **_next** | **String** | | [optional] |
9
+ | **previous** | **String** | | [optional] |
10
+ | **results** | [**Array<Component>**](Component.md) | | |
11
+
12
+ ## Example
13
+
14
+ ```ruby
15
+ require 'weblate'
16
+
17
+ instance = Weblate::PaginatedComponentList.new(
18
+ count: 123,
19
+ _next: http://api.example.org/accounts/?page=4,
20
+ previous: http://api.example.org/accounts/?page=2,
21
+ results: null
22
+ )
23
+ ```
24
+
@@ -0,0 +1,24 @@
1
+ # Weblate::PaginatedComponentListList
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **count** | **Integer** | | |
8
+ | **_next** | **String** | | [optional] |
9
+ | **previous** | **String** | | [optional] |
10
+ | **results** | [**Array<ComponentList>**](ComponentList.md) | | |
11
+
12
+ ## Example
13
+
14
+ ```ruby
15
+ require 'weblate'
16
+
17
+ instance = Weblate::PaginatedComponentListList.new(
18
+ count: 123,
19
+ _next: http://api.example.org/accounts/?page=4,
20
+ previous: http://api.example.org/accounts/?page=2,
21
+ results: null
22
+ )
23
+ ```
24
+
@@ -0,0 +1,24 @@
1
+ # Weblate::PaginatedGroupList
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **count** | **Integer** | | |
8
+ | **_next** | **String** | | [optional] |
9
+ | **previous** | **String** | | [optional] |
10
+ | **results** | [**Array<Group>**](Group.md) | | |
11
+
12
+ ## Example
13
+
14
+ ```ruby
15
+ require 'weblate'
16
+
17
+ instance = Weblate::PaginatedGroupList.new(
18
+ count: 123,
19
+ _next: http://api.example.org/accounts/?page=4,
20
+ previous: http://api.example.org/accounts/?page=2,
21
+ results: null
22
+ )
23
+ ```
24
+
@@ -0,0 +1,24 @@
1
+ # Weblate::PaginatedLanguageList
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **count** | **Integer** | | |
8
+ | **_next** | **String** | | [optional] |
9
+ | **previous** | **String** | | [optional] |
10
+ | **results** | [**Array<Language>**](Language.md) | | |
11
+
12
+ ## Example
13
+
14
+ ```ruby
15
+ require 'weblate'
16
+
17
+ instance = Weblate::PaginatedLanguageList.new(
18
+ count: 123,
19
+ _next: http://api.example.org/accounts/?page=4,
20
+ previous: http://api.example.org/accounts/?page=2,
21
+ results: null
22
+ )
23
+ ```
24
+
@@ -0,0 +1,24 @@
1
+ # Weblate::PaginatedMemoryList
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **count** | **Integer** | | |
8
+ | **_next** | **String** | | [optional] |
9
+ | **previous** | **String** | | [optional] |
10
+ | **results** | [**Array<Memory>**](Memory.md) | | |
11
+
12
+ ## Example
13
+
14
+ ```ruby
15
+ require 'weblate'
16
+
17
+ instance = Weblate::PaginatedMemoryList.new(
18
+ count: 123,
19
+ _next: http://api.example.org/accounts/?page=4,
20
+ previous: http://api.example.org/accounts/?page=2,
21
+ results: null
22
+ )
23
+ ```
24
+
@@ -0,0 +1,24 @@
1
+ # Weblate::PaginatedNotificationList
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **count** | **Integer** | | |
8
+ | **_next** | **String** | | [optional] |
9
+ | **previous** | **String** | | [optional] |
10
+ | **results** | [**Array<Notification>**](Notification.md) | | |
11
+
12
+ ## Example
13
+
14
+ ```ruby
15
+ require 'weblate'
16
+
17
+ instance = Weblate::PaginatedNotificationList.new(
18
+ count: 123,
19
+ _next: http://api.example.org/accounts/?page=4,
20
+ previous: http://api.example.org/accounts/?page=2,
21
+ results: null
22
+ )
23
+ ```
24
+
@@ -0,0 +1,24 @@
1
+ # Weblate::PaginatedProjectList
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **count** | **Integer** | | |
8
+ | **_next** | **String** | | [optional] |
9
+ | **previous** | **String** | | [optional] |
10
+ | **results** | [**Array<Project>**](Project.md) | | |
11
+
12
+ ## Example
13
+
14
+ ```ruby
15
+ require 'weblate'
16
+
17
+ instance = Weblate::PaginatedProjectList.new(
18
+ count: 123,
19
+ _next: http://api.example.org/accounts/?page=4,
20
+ previous: http://api.example.org/accounts/?page=2,
21
+ results: null
22
+ )
23
+ ```
24
+
@@ -0,0 +1,24 @@
1
+ # Weblate::PaginatedRoleList
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **count** | **Integer** | | |
8
+ | **_next** | **String** | | [optional] |
9
+ | **previous** | **String** | | [optional] |
10
+ | **results** | [**Array<Role>**](Role.md) | | |
11
+
12
+ ## Example
13
+
14
+ ```ruby
15
+ require 'weblate'
16
+
17
+ instance = Weblate::PaginatedRoleList.new(
18
+ count: 123,
19
+ _next: http://api.example.org/accounts/?page=4,
20
+ previous: http://api.example.org/accounts/?page=2,
21
+ results: null
22
+ )
23
+ ```
24
+
@@ -0,0 +1,24 @@
1
+ # Weblate::PaginatedScreenshotList
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **count** | **Integer** | | |
8
+ | **_next** | **String** | | [optional] |
9
+ | **previous** | **String** | | [optional] |
10
+ | **results** | [**Array<Screenshot>**](Screenshot.md) | | |
11
+
12
+ ## Example
13
+
14
+ ```ruby
15
+ require 'weblate'
16
+
17
+ instance = Weblate::PaginatedScreenshotList.new(
18
+ count: 123,
19
+ _next: http://api.example.org/accounts/?page=4,
20
+ previous: http://api.example.org/accounts/?page=2,
21
+ results: null
22
+ )
23
+ ```
24
+
@@ -0,0 +1,24 @@
1
+ # Weblate::PaginatedTranslationList
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **count** | **Integer** | | |
8
+ | **_next** | **String** | | [optional] |
9
+ | **previous** | **String** | | [optional] |
10
+ | **results** | [**Array<Translation>**](Translation.md) | | |
11
+
12
+ ## Example
13
+
14
+ ```ruby
15
+ require 'weblate'
16
+
17
+ instance = Weblate::PaginatedTranslationList.new(
18
+ count: 123,
19
+ _next: http://api.example.org/accounts/?page=4,
20
+ previous: http://api.example.org/accounts/?page=2,
21
+ results: null
22
+ )
23
+ ```
24
+
@@ -0,0 +1,24 @@
1
+ # Weblate::PaginatedUnitList
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **count** | **Integer** | | |
8
+ | **_next** | **String** | | [optional] |
9
+ | **previous** | **String** | | [optional] |
10
+ | **results** | [**Array<Unit>**](Unit.md) | | |
11
+
12
+ ## Example
13
+
14
+ ```ruby
15
+ require 'weblate'
16
+
17
+ instance = Weblate::PaginatedUnitList.new(
18
+ count: 123,
19
+ _next: http://api.example.org/accounts/?page=4,
20
+ previous: http://api.example.org/accounts/?page=2,
21
+ results: null
22
+ )
23
+ ```
24
+
@@ -0,0 +1,28 @@
1
+ # Weblate::PatchedAddon
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **component** | **String** | | [optional][readonly] |
8
+ | **project** | **String** | | [optional][readonly] |
9
+ | **name** | **String** | | [optional] |
10
+ | **id** | **Integer** | | [optional][readonly] |
11
+ | **configuration** | **Object** | | [optional] |
12
+ | **url** | **String** | | [optional][readonly] |
13
+
14
+ ## Example
15
+
16
+ ```ruby
17
+ require 'weblate'
18
+
19
+ instance = Weblate::PatchedAddon.new(
20
+ component: null,
21
+ project: null,
22
+ name: null,
23
+ id: null,
24
+ configuration: null,
25
+ url: null
26
+ )
27
+ ```
28
+
@@ -0,0 +1,22 @@
1
+ # Weblate::PatchedBasicUser
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **id** | **Integer** | | [optional][readonly] |
8
+ | **full_name** | **String** | | [optional] |
9
+ | **username** | **String** | Username may only contain letters, numbers or the following characters: @ . + - _ | [optional] |
10
+
11
+ ## Example
12
+
13
+ ```ruby
14
+ require 'weblate'
15
+
16
+ instance = Weblate::PatchedBasicUser.new(
17
+ id: null,
18
+ full_name: null,
19
+ username: null
20
+ )
21
+ ```
22
+
@@ -0,0 +1,30 @@
1
+ # Weblate::PatchedCategory
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **id** | **Integer** | | [optional][readonly] |
8
+ | **name** | **String** | Display name | [optional] |
9
+ | **slug** | **String** | Name used in URLs and filenames. | [optional] |
10
+ | **project** | **String** | | [optional] |
11
+ | **category** | **String** | | [optional] |
12
+ | **url** | **String** | | [optional][readonly] |
13
+ | **statistics_url** | **String** | | [optional][readonly] |
14
+
15
+ ## Example
16
+
17
+ ```ruby
18
+ require 'weblate'
19
+
20
+ instance = Weblate::PatchedCategory.new(
21
+ id: null,
22
+ name: null,
23
+ slug: null,
24
+ project: null,
25
+ category: null,
26
+ url: null,
27
+ statistics_url: null
28
+ )
29
+ ```
30
+
@@ -0,0 +1,146 @@
1
+ # Weblate::PatchedComponent
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **name** | **String** | Display name | [optional] |
8
+ | **slug** | **String** | Name used in URLs and filenames. | [optional] |
9
+ | **id** | **Integer** | | [optional][readonly] |
10
+ | **source_language** | [**Language**](Language.md) | | [optional] |
11
+ | **project** | [**Project**](Project.md) | | [optional][readonly] |
12
+ | **vcs** | [**VcsEnum**](VcsEnum.md) | Version control system to use to access your repository containing translations. You can also choose additional integration with third party providers to submit merge requests. * `gerrit` - Gerrit * `git` - Git * `git-force-push` - Git with force push * `github` - GitHub pull request * `gitlab` - GitLab merge request * `local` - No remote repository * `mercurial` - Mercurial * `subversion` - Subversion | [optional] |
13
+ | **repo** | **String** | | [optional] |
14
+ | **git_export** | **String** | URL of repository where users can fetch changes from Weblate | [optional] |
15
+ | **branch** | **String** | | [optional] |
16
+ | **push_branch** | **String** | | [optional] |
17
+ | **filemask** | **String** | Path of files to translate relative to repository root, use * instead of language code, for example: po/*.po or locale/*/LC_MESSAGES/django.po. | [optional] |
18
+ | **screenshot_filemask** | **String** | Path of screenshots relative to repository root, for example: docs/screenshots/*.png. | [optional] |
19
+ | **template** | **String** | Filename of translation base file, containing all strings and their source for monolingual translations. | [optional] |
20
+ | **edit_template** | **Boolean** | Whether users will be able to edit the base file for monolingual translations. | [optional] |
21
+ | **intermediate** | **String** | Filename of intermediate translation file. In most cases this is a translation file provided by developers and is used when creating actual source strings. | [optional] |
22
+ | **new_base** | **String** | Filename of file used for creating new translations. For gettext choose .pot file. | [optional] |
23
+ | **file_format** | [**FileFormatEnum**](FileFormatEnum.md) | | [optional] |
24
+ | **license** | [**LicenseEnum**](LicenseEnum.md) | | [optional] |
25
+ | **license_url** | **String** | | [optional][readonly] |
26
+ | **agreement** | **String** | User agreement which needs to be approved before a user can translate this component. | [optional] |
27
+ | **web_url** | **String** | | [optional][readonly] |
28
+ | **url** | **String** | | [optional][readonly] |
29
+ | **repository_url** | **String** | | [optional][readonly] |
30
+ | **translations_url** | **String** | | [optional][readonly] |
31
+ | **statistics_url** | **String** | | [optional][readonly] |
32
+ | **lock_url** | **String** | | [optional][readonly] |
33
+ | **links_url** | **String** | | [optional][readonly] |
34
+ | **changes_list_url** | **String** | | [optional][readonly] |
35
+ | **task_url** | **String** | | [optional][readonly] |
36
+ | **credits_url** | **String** | | [optional][readonly] |
37
+ | **new_lang** | [**NewLangEnum**](NewLangEnum.md) | How to handle requests for creating new translations. * `contact` - Contact maintainers * `url` - Point to translation instructions URL * `add` - Create new language file * `none` - Disable adding new translations | [optional] |
38
+ | **language_code_style** | [**ComponentLanguageCodeStyle**](ComponentLanguageCodeStyle.md) | | [optional] |
39
+ | **push** | **String** | | [optional] |
40
+ | **check_flags** | **String** | Additional comma-separated flags to influence Weblate behavior. | [optional] |
41
+ | **priority** | [**PriorityEnum**](PriorityEnum.md) | Components with higher priority are offered first to translators. * `60` - Very high * `80` - High * `100` - Medium * `120` - Low * `140` - Very low | [optional] |
42
+ | **enforced_checks** | **Object** | | [optional] |
43
+ | **restricted** | **Boolean** | Restrict access to the component to only those explicitly given permission. | [optional] |
44
+ | **repoweb** | **String** | Link to repository browser, use {{branch}} for branch, {{filename}} and {{line}} as filename and line placeholders. You might want to strip leading directory by using {{filename|parentdir}}. | [optional] |
45
+ | **report_source_bugs** | **String** | E-mail address for reports on errors in source strings. Leave empty for no e-mails. | [optional] |
46
+ | **merge_style** | [**MergeStyleEnum**](MergeStyleEnum.md) | Define whether Weblate should merge the upstream repository or rebase changes onto it. * `merge` - Merge * `rebase` - Rebase * `merge_noff` - Merge without fast-forward | [optional] |
47
+ | **commit_message** | **String** | You can use template language for various info, please consult the documentation for more details. | [optional] |
48
+ | **add_message** | **String** | You can use template language for various info, please consult the documentation for more details. | [optional] |
49
+ | **delete_message** | **String** | You can use template language for various info, please consult the documentation for more details. | [optional] |
50
+ | **merge_message** | **String** | You can use template language for various info, please consult the documentation for more details. | [optional] |
51
+ | **addon_message** | **String** | You can use template language for various info, please consult the documentation for more details. | [optional] |
52
+ | **pull_message** | **String** | You can use template language for various info, please consult the documentation for more details. | [optional] |
53
+ | **allow_translation_propagation** | **Boolean** | Whether translation updates in other components will cause automatic translation in this one | [optional] |
54
+ | **manage_units** | **Boolean** | Enables adding and removing strings straight from Weblate. If your strings are extracted from the source code or managed externally you probably want to keep it disabled. | [optional] |
55
+ | **enable_suggestions** | **Boolean** | Whether to allow translation suggestions at all. | [optional] |
56
+ | **suggestion_voting** | **Boolean** | Users can only vote for suggestions and can’t make direct translations. | [optional] |
57
+ | **suggestion_autoaccept** | **Integer** | Automatically accept suggestions with this number of votes, use 0 to turn it off. | [optional] |
58
+ | **push_on_commit** | **Boolean** | Whether the repository should be pushed upstream on every commit. | [optional] |
59
+ | **commit_pending_age** | **Integer** | Time in hours after which any pending changes will be committed to the VCS. | [optional] |
60
+ | **auto_lock_error** | **Boolean** | Whether the component should be locked on repository errors. | [optional] |
61
+ | **language_regex** | **String** | Regular expression used to filter translation files when scanning for file mask. | [optional] |
62
+ | **key_filter** | **String** | Regular expression used to filter keys. This is only available for monolingual formats. | [optional] |
63
+ | **variant_regex** | **String** | Regular expression used to determine variants of a string. | [optional] |
64
+ | **zipfile** | **String** | | [optional] |
65
+ | **docfile** | **String** | | [optional] |
66
+ | **addons** | **Array<String>** | | [optional][readonly] |
67
+ | **is_glossary** | **Boolean** | | [optional] |
68
+ | **glossary_color** | [**ColorEnum**](ColorEnum.md) | | [optional] |
69
+ | **disable_autoshare** | **Boolean** | | [optional] |
70
+ | **category** | **String** | | [optional] |
71
+ | **linked_component** | **String** | | [optional][readonly] |
72
+
73
+ ## Example
74
+
75
+ ```ruby
76
+ require 'weblate'
77
+
78
+ instance = Weblate::PatchedComponent.new(
79
+ name: null,
80
+ slug: null,
81
+ id: null,
82
+ source_language: null,
83
+ project: null,
84
+ vcs: null,
85
+ repo: null,
86
+ git_export: null,
87
+ branch: null,
88
+ push_branch: null,
89
+ filemask: null,
90
+ screenshot_filemask: null,
91
+ template: null,
92
+ edit_template: null,
93
+ intermediate: null,
94
+ new_base: null,
95
+ file_format: null,
96
+ license: null,
97
+ license_url: null,
98
+ agreement: null,
99
+ web_url: null,
100
+ url: null,
101
+ repository_url: null,
102
+ translations_url: null,
103
+ statistics_url: null,
104
+ lock_url: null,
105
+ links_url: null,
106
+ changes_list_url: null,
107
+ task_url: null,
108
+ credits_url: null,
109
+ new_lang: null,
110
+ language_code_style: null,
111
+ push: null,
112
+ check_flags: null,
113
+ priority: null,
114
+ enforced_checks: null,
115
+ restricted: null,
116
+ repoweb: null,
117
+ report_source_bugs: null,
118
+ merge_style: null,
119
+ commit_message: null,
120
+ add_message: null,
121
+ delete_message: null,
122
+ merge_message: null,
123
+ addon_message: null,
124
+ pull_message: null,
125
+ allow_translation_propagation: null,
126
+ manage_units: null,
127
+ enable_suggestions: null,
128
+ suggestion_voting: null,
129
+ suggestion_autoaccept: null,
130
+ push_on_commit: null,
131
+ commit_pending_age: null,
132
+ auto_lock_error: null,
133
+ language_regex: null,
134
+ key_filter: null,
135
+ variant_regex: null,
136
+ zipfile: null,
137
+ docfile: null,
138
+ addons: null,
139
+ is_glossary: null,
140
+ glossary_color: null,
141
+ disable_autoshare: null,
142
+ category: null,
143
+ linked_component: null
144
+ )
145
+ ```
146
+
@@ -0,0 +1,30 @@
1
+ # Weblate::PatchedComponentList
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **name** | **String** | Display name | [optional] |
8
+ | **slug** | **String** | Name used in URLs and filenames. | [optional] |
9
+ | **id** | **Integer** | | [optional][readonly] |
10
+ | **show_dashboard** | **Boolean** | When enabled this component list will be shown as a tab on the dashboard | [optional] |
11
+ | **components** | **Array<String>** | | [optional][readonly] |
12
+ | **auto_assign** | [**Array<AutoComponentList>**](AutoComponentList.md) | | [optional][readonly] |
13
+ | **url** | **String** | | [optional][readonly] |
14
+
15
+ ## Example
16
+
17
+ ```ruby
18
+ require 'weblate'
19
+
20
+ instance = Weblate::PatchedComponentList.new(
21
+ name: null,
22
+ slug: null,
23
+ id: null,
24
+ show_dashboard: null,
25
+ components: null,
26
+ auto_assign: null,
27
+ url: null
28
+ )
29
+ ```
30
+
@@ -0,0 +1,40 @@
1
+ # Weblate::PatchedGroup
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **id** | **Integer** | | [optional][readonly] |
8
+ | **name** | **String** | | [optional] |
9
+ | **defining_project** | **String** | | [optional] |
10
+ | **project_selection** | [**ProjectSelectionEnum**](ProjectSelectionEnum.md) | | [optional] |
11
+ | **language_selection** | [**LanguageSelectionEnum**](LanguageSelectionEnum.md) | | [optional] |
12
+ | **url** | **String** | | [optional][readonly] |
13
+ | **roles** | **Array<String>** | | [optional][readonly] |
14
+ | **languages** | **Array<String>** | | [optional][readonly] |
15
+ | **projects** | **Array<String>** | | [optional][readonly] |
16
+ | **componentlists** | **Array<String>** | | [optional][readonly] |
17
+ | **components** | **Array<String>** | | [optional][readonly] |
18
+ | **enforced_2fa** | **Boolean** | Requires users to have two-factor authentication configured. | [optional] |
19
+
20
+ ## Example
21
+
22
+ ```ruby
23
+ require 'weblate'
24
+
25
+ instance = Weblate::PatchedGroup.new(
26
+ id: null,
27
+ name: null,
28
+ defining_project: null,
29
+ project_selection: null,
30
+ language_selection: null,
31
+ url: null,
32
+ roles: null,
33
+ languages: null,
34
+ projects: null,
35
+ componentlists: null,
36
+ components: null,
37
+ enforced_2fa: null
38
+ )
39
+ ```
40
+