@tachybase/module-web 1.3.18 → 1.3.19

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 (396) hide show
  1. package/dist/client/MAppNotFound.d.ts +1 -0
  2. package/dist/client/MobileClientProvider.d.ts +2 -0
  3. package/dist/client/MobileLinkProvider.d.ts +1 -0
  4. package/dist/client/assistant-tool/Designable/DesignableButtonProvider.d.ts +1 -0
  5. package/dist/client/assistant-tool/Designable/plugin.d.ts +5 -0
  6. package/dist/client/assistant-tool/calculator/AutoScalingText.d.ts +3 -0
  7. package/dist/client/assistant-tool/calculator/Calculator.d.ts +2 -0
  8. package/dist/client/assistant-tool/calculator/CalculatorDisplay.d.ts +4 -0
  9. package/dist/client/assistant-tool/calculator/CalculatorKey.d.ts +5 -0
  10. package/dist/client/assistant-tool/calculator/CalculatorModalProvider.d.ts +9 -0
  11. package/dist/client/assistant-tool/calculator/CalculatorProvider.d.ts +1 -0
  12. package/dist/client/assistant-tool/calculator/Draggable.d.ts +8 -0
  13. package/dist/client/assistant-tool/calculator/plugin.d.ts +5 -0
  14. package/dist/client/assistant-tool/calculator/style.d.ts +3 -0
  15. package/dist/client/assistant-tool/search-and-jump/SearchAndJumpModelProvider.d.ts +16 -0
  16. package/dist/client/assistant-tool/search-and-jump/SearchAndJumpProvider.d.ts +1 -0
  17. package/dist/client/assistant-tool/search-and-jump/plugin.d.ts +5 -0
  18. package/dist/client/configuration/App.d.ts +1 -0
  19. package/dist/client/configuration/Interface.d.ts +1 -0
  20. package/dist/client/configuration/index.d.ts +2 -0
  21. package/dist/client/core/assets/svg/index.d.ts +4 -0
  22. package/dist/client/core/bridge/index.d.ts +2 -0
  23. package/dist/client/core/bridge/injects.d.ts +13 -0
  24. package/dist/client/core/bridge/native-call.d.ts +1 -0
  25. package/dist/client/core/index.d.ts +5 -0
  26. package/dist/client/core/schema/CustomColor.d.ts +1 -0
  27. package/dist/client/core/schema/CustomComponent.d.ts +1 -0
  28. package/dist/client/core/schema/common/index.d.ts +1 -0
  29. package/dist/client/core/schema/common/page.d.ts +16 -0
  30. package/dist/client/core/schema/components/antd-mobile/Cascader/AntdCadcader.d.ts +2 -0
  31. package/dist/client/core/schema/components/antd-mobile/Cascader/Cadcader.d.ts +3 -0
  32. package/dist/client/core/schema/components/antd-mobile/Cascader/ReadPretty.d.ts +2 -0
  33. package/dist/client/core/schema/components/antd-mobile/Cascader/defaultFieldNames.d.ts +5 -0
  34. package/dist/client/core/schema/components/antd-mobile/Cascader/index.d.ts +1 -0
  35. package/dist/client/core/schema/components/antd-mobile/Cascader/style.d.ts +3 -0
  36. package/dist/client/core/schema/components/antd-mobile/Checkbox/Checkbox.d.ts +7 -0
  37. package/dist/client/core/schema/components/antd-mobile/Checkbox/index.d.ts +1 -0
  38. package/dist/client/core/schema/components/antd-mobile/DatePicker/DatePicker.d.ts +2 -0
  39. package/dist/client/core/schema/components/antd-mobile/DatePicker/index.d.ts +1 -0
  40. package/dist/client/core/schema/components/antd-mobile/ImageUploader/ImageUploader.d.ts +4 -0
  41. package/dist/client/core/schema/components/antd-mobile/ImageUploader/index.d.ts +1 -0
  42. package/dist/client/core/schema/components/antd-mobile/Input/Input.d.ts +7 -0
  43. package/dist/client/core/schema/components/antd-mobile/Input/index.d.ts +1 -0
  44. package/dist/client/core/schema/components/antd-mobile/Radio/Radio.d.ts +7 -0
  45. package/dist/client/core/schema/components/antd-mobile/Radio/index.d.ts +1 -0
  46. package/dist/client/core/schema/components/antd-mobile/Select/AntdSelect.d.ts +2 -0
  47. package/dist/client/core/schema/components/antd-mobile/Select/AntdSelectContext.d.ts +2 -0
  48. package/dist/client/core/schema/components/antd-mobile/Select/CreateRecordAction.d.ts +1 -0
  49. package/dist/client/core/schema/components/antd-mobile/Select/Select.d.ts +4 -0
  50. package/dist/client/core/schema/components/antd-mobile/Select/index.d.ts +1 -0
  51. package/dist/client/core/schema/components/antd-mobile/Select/style.d.ts +4 -0
  52. package/dist/client/core/schema/components/antd-mobile/index.d.ts +7 -0
  53. package/dist/client/core/schema/components/container/Container.Designer.d.ts +1 -0
  54. package/dist/client/core/schema/components/container/Container.d.ts +7 -0
  55. package/dist/client/core/schema/components/container/index.d.ts +1 -0
  56. package/dist/client/core/schema/components/container/style.d.ts +5 -0
  57. package/dist/client/core/schema/components/header/Header.Designer.d.ts +1 -0
  58. package/dist/client/core/schema/components/header/Header.d.ts +11 -0
  59. package/dist/client/core/schema/components/header/HeaderShareModal.d.ts +6 -0
  60. package/dist/client/core/schema/components/header/index.d.ts +1 -0
  61. package/dist/client/core/schema/components/header/style.d.ts +8 -0
  62. package/dist/client/core/schema/components/image-search/ImageSearch.configure.d.ts +2 -0
  63. package/dist/client/core/schema/components/image-search/ImageSearch.initializer.d.ts +1 -0
  64. package/dist/client/core/schema/components/image-search/ImageSearch.provider.d.ts +4 -0
  65. package/dist/client/core/schema/components/image-search/ImageSearch.schema.d.ts +8 -0
  66. package/dist/client/core/schema/components/image-search/ImageSearch.view.d.ts +2 -0
  67. package/dist/client/core/schema/components/image-search/hooks/index.d.ts +1 -0
  68. package/dist/client/core/schema/components/image-search/hooks/useSelect.d.ts +3 -0
  69. package/dist/client/core/schema/components/image-search/index.d.ts +7 -0
  70. package/dist/client/core/schema/components/image-search/search-item/ImageSearchItem.intializer.d.ts +1 -0
  71. package/dist/client/core/schema/components/image-search/search-item/ImageSearchItem.schema.d.ts +11 -0
  72. package/dist/client/core/schema/components/image-search/search-item/ImageSearchItem.setting.d.ts +2 -0
  73. package/dist/client/core/schema/components/image-search/search-item/ImageSearchItem.toolbar.d.ts +1 -0
  74. package/dist/client/core/schema/components/image-search/search-item/ImageSearchItem.view.d.ts +1 -0
  75. package/dist/client/core/schema/components/image-search/search-item/index.d.ts +7 -0
  76. package/dist/client/core/schema/components/image-search/search-item/useProps.Optional.d.ts +17 -0
  77. package/dist/client/core/schema/components/image-search/search-item/useProps.Related.d.ts +7 -0
  78. package/dist/client/core/schema/components/index.d.ts +11 -0
  79. package/dist/client/core/schema/components/menu/Menu.Designer.d.ts +2 -0
  80. package/dist/client/core/schema/components/menu/Menu.Item.d.ts +6 -0
  81. package/dist/client/core/schema/components/menu/Menu.d.ts +9 -0
  82. package/dist/client/core/schema/components/menu/MenuBlockInitializer.d.ts +1 -0
  83. package/dist/client/core/schema/components/menu/index.d.ts +2 -0
  84. package/dist/client/core/schema/components/menu/schema.d.ts +17 -0
  85. package/dist/client/core/schema/components/menu/style.d.ts +4 -0
  86. package/dist/client/core/schema/components/notice/index.d.ts +1 -0
  87. package/dist/client/core/schema/components/notice/schema-create/createGridCardBlockSchma.d.ts +57 -0
  88. package/dist/client/core/schema/components/notice/schema-initializer/NoticeBlockInitializer.d.ts +2 -0
  89. package/dist/client/core/schema/components/notice/schema-initializer/index.d.ts +1 -0
  90. package/dist/client/core/schema/components/page/Page.Designer.d.ts +1 -0
  91. package/dist/client/core/schema/components/page/Page.d.ts +7 -0
  92. package/dist/client/core/schema/components/page/index.d.ts +1 -0
  93. package/dist/client/core/schema/components/page/style.d.ts +6 -0
  94. package/dist/client/core/schema/components/settings/Settings.Designer.d.ts +1 -0
  95. package/dist/client/core/schema/components/settings/Settings.d.ts +5 -0
  96. package/dist/client/core/schema/components/settings/SettingsBlockInitializer.d.ts +1 -0
  97. package/dist/client/core/schema/components/settings/index.d.ts +2 -0
  98. package/dist/client/core/schema/components/swiper/SwiperBlock.d.ts +1 -0
  99. package/dist/client/core/schema/components/swiper/SwiperBlockInitializer.d.ts +1 -0
  100. package/dist/client/core/schema/components/swiper/SwiperFieldSettings.d.ts +2 -0
  101. package/dist/client/core/schema/components/swiper/SwiperPage.d.ts +1 -0
  102. package/dist/client/core/schema/components/swiper/index.d.ts +5 -0
  103. package/dist/client/core/schema/components/swiper/useSwiperBlockProps.d.ts +9 -0
  104. package/dist/client/core/schema/components/tab-bar/TabBar.Item.d.ts +8 -0
  105. package/dist/client/core/schema/components/tab-bar/TabBar.d.ts +6 -0
  106. package/dist/client/core/schema/components/tab-bar/index.d.ts +1 -0
  107. package/dist/client/core/schema/components/tab-bar/schema.d.ts +18 -0
  108. package/dist/client/core/schema/components/tab-search/components/TabSearch.d.ts +1 -0
  109. package/dist/client/core/schema/components/tab-search/components/field-item/TabSearchCollapsibleInputItem.d.ts +1 -0
  110. package/dist/client/core/schema/components/tab-search/components/field-item/TabSearchCollapsibleInputItemAction.d.ts +18 -0
  111. package/dist/client/core/schema/components/tab-search/components/field-item/TabSearchCollapsibleInputItemChild.d.ts +4 -0
  112. package/dist/client/core/schema/components/tab-search/components/field-item/TabSearchCollapsibleInputMItem.d.ts +1 -0
  113. package/dist/client/core/schema/components/tab-search/components/field-item/TabSearchCollapsibleInputMItemChild.d.ts +4 -0
  114. package/dist/client/core/schema/components/tab-search/components/field-item/TabSearchFieldItem.d.ts +1 -0
  115. package/dist/client/core/schema/components/tab-search/components/field-item/TabSearchFieldItemProps.d.ts +11 -0
  116. package/dist/client/core/schema/components/tab-search/components/field-item/TabSearchFieldMItem.d.ts +7 -0
  117. package/dist/client/core/schema/components/tab-search/components/field-item/TabSerachFieldItemRelatedProps.d.ts +17 -0
  118. package/dist/client/core/schema/components/tab-search/components/field-item/hooks.d.ts +7 -0
  119. package/dist/client/core/schema/components/tab-search/components/field-item/index.d.ts +6 -0
  120. package/dist/client/core/schema/components/tab-search/components/index.d.ts +2 -0
  121. package/dist/client/core/schema/components/tab-search/create/createTabSearchBlockSchema.d.ts +6 -0
  122. package/dist/client/core/schema/components/tab-search/create/createTabSearchItemSchema.d.ts +24 -0
  123. package/dist/client/core/schema/components/tab-search/index.d.ts +4 -0
  124. package/dist/client/core/schema/components/tab-search/initializer/TabSearchAssociated.fields.d.ts +1 -0
  125. package/dist/client/core/schema/components/tab-search/initializer/TabSearchBlockInitializer.d.ts +1 -0
  126. package/dist/client/core/schema/components/tab-search/initializer/TabSearchFieldSchemaInitializer.d.ts +2 -0
  127. package/dist/client/core/schema/components/tab-search/initializer/TabSearchFieldSchemaInitializerGadget.d.ts +1 -0
  128. package/dist/client/core/schema/components/tab-search/initializer/index.d.ts +3 -0
  129. package/dist/client/core/schema/components/tab-search/mapToMobile.d.ts +1 -0
  130. package/dist/client/core/schema/components/tab-search/provider/TabSearchProvider.d.ts +1 -0
  131. package/dist/client/core/schema/components/tab-search/provider/index.d.ts +1 -0
  132. package/dist/client/core/schema/components/tab-search/settings/TabSearchItemFieldSettings.d.ts +2 -0
  133. package/dist/client/core/schema/components/tab-search/settings/index.d.ts +1 -0
  134. package/dist/client/core/schema/components/tab-search/utils.d.ts +8 -0
  135. package/dist/client/core/schema/helpers/index.d.ts +67 -0
  136. package/dist/client/core/schema/hooks/index.d.ts +1 -0
  137. package/dist/client/core/schema/hooks/useSchemaPatch.d.ts +3 -0
  138. package/dist/client/core/schema/index.d.ts +6 -0
  139. package/dist/client/core/schema/initializers/BlockInitializers.d.ts +2 -0
  140. package/dist/client/core/schema/initializers/index.d.ts +1 -0
  141. package/dist/client/core/schema/scopes/grid-card.d.ts +15 -0
  142. package/dist/client/core/schema/scopes/index.d.ts +1 -0
  143. package/dist/client/devices/iOS6.d.ts +6 -0
  144. package/dist/client/devices/index.d.ts +2 -0
  145. package/dist/client/index.d.ts +13 -0
  146. package/dist/client/index.js +500 -0
  147. package/dist/client/locale/index.d.ts +5 -0
  148. package/dist/client/plugin-data-select/DataSelect.d.ts +33 -0
  149. package/dist/client/plugin-data-select/PluginDataSelect.d.ts +4 -0
  150. package/dist/client/plugin-data-select/settings.d.ts +7 -0
  151. package/dist/client/router/Application.d.ts +3 -0
  152. package/dist/client/router/InterfaceProvider.d.ts +4 -0
  153. package/dist/client/router/InterfaceRouter.d.ts +2 -0
  154. package/dist/client/router/OpenInNewTab.d.ts +1 -0
  155. package/dist/client/router/index.d.ts +1 -0
  156. package/dist/env.d.js +0 -0
  157. package/dist/externalVersion.js +17 -0
  158. package/dist/index.d.ts +2 -0
  159. package/dist/index.js +39 -0
  160. package/dist/locale/antd/ar_EG.js +1 -0
  161. package/dist/locale/antd/az_AZ.js +1 -0
  162. package/dist/locale/antd/bg_BG.js +1 -0
  163. package/dist/locale/antd/bn_BD.js +1 -0
  164. package/dist/locale/antd/by_BY.js +1 -0
  165. package/dist/locale/antd/ca_ES.js +1 -0
  166. package/dist/locale/antd/cs_CZ.js +1 -0
  167. package/dist/locale/antd/da_DK.js +1 -0
  168. package/dist/locale/antd/de_DE.js +1 -0
  169. package/dist/locale/antd/el_GR.js +1 -0
  170. package/dist/locale/antd/en_GB.js +1 -0
  171. package/dist/locale/antd/en_US.js +1 -0
  172. package/dist/locale/antd/es_ES.js +1 -0
  173. package/dist/locale/antd/et_EE.js +1 -0
  174. package/dist/locale/antd/eu_ES.js +1 -0
  175. package/dist/locale/antd/fa_IR.js +1 -0
  176. package/dist/locale/antd/fi_FI.js +1 -0
  177. package/dist/locale/antd/fr_BE.js +1 -0
  178. package/dist/locale/antd/fr_CA.js +1 -0
  179. package/dist/locale/antd/fr_FR.js +1 -0
  180. package/dist/locale/antd/ga_IE.js +1 -0
  181. package/dist/locale/antd/gl_ES.js +1 -0
  182. package/dist/locale/antd/he_IL.js +1 -0
  183. package/dist/locale/antd/hi_IN.js +1 -0
  184. package/dist/locale/antd/hr_HR.js +1 -0
  185. package/dist/locale/antd/hu_HU.js +1 -0
  186. package/dist/locale/antd/hy_AM.js +1 -0
  187. package/dist/locale/antd/id_ID.js +1 -0
  188. package/dist/locale/antd/index.js +1 -0
  189. package/dist/locale/antd/is_IS.js +1 -0
  190. package/dist/locale/antd/it_IT.js +1 -0
  191. package/dist/locale/antd/ja_JP.js +1 -0
  192. package/dist/locale/antd/ka_GE.js +1 -0
  193. package/dist/locale/antd/kk_KZ.js +1 -0
  194. package/dist/locale/antd/km_KH.js +1 -0
  195. package/dist/locale/antd/kmr_IQ.js +1 -0
  196. package/dist/locale/antd/kn_IN.js +1 -0
  197. package/dist/locale/antd/ko_KR.js +1 -0
  198. package/dist/locale/antd/ku_IQ.js +1 -0
  199. package/dist/locale/antd/lt_LT.js +1 -0
  200. package/dist/locale/antd/lv_LV.js +1 -0
  201. package/dist/locale/antd/mk_MK.js +1 -0
  202. package/dist/locale/antd/ml_IN.js +1 -0
  203. package/dist/locale/antd/mn_MN.js +1 -0
  204. package/dist/locale/antd/ms_MY.js +1 -0
  205. package/dist/locale/antd/my_MM.js +1 -0
  206. package/dist/locale/antd/nb_NO.js +1 -0
  207. package/dist/locale/antd/ne_NP.js +1 -0
  208. package/dist/locale/antd/nl_BE.js +1 -0
  209. package/dist/locale/antd/nl_NL.js +1 -0
  210. package/dist/locale/antd/pl_PL.js +1 -0
  211. package/dist/locale/antd/pt_BR.js +1 -0
  212. package/dist/locale/antd/pt_PT.js +1 -0
  213. package/dist/locale/antd/ro_RO.js +1 -0
  214. package/dist/locale/antd/ru_RU.js +1 -0
  215. package/dist/locale/antd/si_LK.js +1 -0
  216. package/dist/locale/antd/sk_SK.js +1 -0
  217. package/dist/locale/antd/sl_SI.js +1 -0
  218. package/dist/locale/antd/sr_RS.js +1 -0
  219. package/dist/locale/antd/sv_SE.js +1 -0
  220. package/dist/locale/antd/ta_IN.js +1 -0
  221. package/dist/locale/antd/th_TH.js +1 -0
  222. package/dist/locale/antd/tk_TK.js +1 -0
  223. package/dist/locale/antd/tr_TR.js +1 -0
  224. package/dist/locale/antd/uk_UA.js +1 -0
  225. package/dist/locale/antd/ur_PK.js +1 -0
  226. package/dist/locale/antd/useLocale.js +1 -0
  227. package/dist/locale/antd/uz_UZ.js +1 -0
  228. package/dist/locale/antd/vi_VN.js +1 -0
  229. package/dist/locale/antd/zh_CN.js +1 -0
  230. package/dist/locale/antd/zh_HK.js +1 -0
  231. package/dist/locale/antd/zh_TW.js +1 -0
  232. package/dist/locale/cron/zh_CN.js +33 -0
  233. package/dist/locale/cron/zh_TW.js +33 -0
  234. package/dist/locale/en_US.js +906 -0
  235. package/dist/locale/es_ES.js +755 -0
  236. package/dist/locale/fr_FR.js +775 -0
  237. package/dist/locale/index.js +165 -0
  238. package/dist/locale/ja_JP.js +694 -0
  239. package/dist/locale/ko_KR.js +890 -0
  240. package/dist/locale/pt_BR.js +734 -0
  241. package/dist/locale/ru_RU.js +570 -0
  242. package/dist/locale/tr_TR.js +567 -0
  243. package/dist/locale/uk_UA.js +775 -0
  244. package/dist/locale/zh-CN.js +1072 -0
  245. package/dist/locale/zh-TW.js +862 -0
  246. package/dist/node_modules/cronstrue/LICENSE +21 -0
  247. package/dist/node_modules/cronstrue/bin/cli.js +26 -0
  248. package/dist/node_modules/cronstrue/dist/cronParser.d.ts +13 -0
  249. package/dist/node_modules/cronstrue/dist/cronstrue-i18n.d.ts +4 -0
  250. package/dist/node_modules/cronstrue/dist/cronstrue-i18n.js +7938 -0
  251. package/dist/node_modules/cronstrue/dist/cronstrue-i18n.min.js +1 -0
  252. package/dist/node_modules/cronstrue/dist/cronstrue.d.ts +4 -0
  253. package/dist/node_modules/cronstrue/dist/cronstrue.js +1 -0
  254. package/dist/node_modules/cronstrue/dist/cronstrue.min.js +1 -0
  255. package/dist/node_modules/cronstrue/dist/expressionDescriptor.d.ts +31 -0
  256. package/dist/node_modules/cronstrue/dist/i18n/allLocales.d.ts +37 -0
  257. package/dist/node_modules/cronstrue/dist/i18n/allLocalesLoader.d.ts +6 -0
  258. package/dist/node_modules/cronstrue/dist/i18n/enLocaleLoader.d.ts +6 -0
  259. package/dist/node_modules/cronstrue/dist/i18n/locale.d.ts +62 -0
  260. package/dist/node_modules/cronstrue/dist/i18n/localeLoader.d.ts +6 -0
  261. package/dist/node_modules/cronstrue/dist/i18n/locales/af.d.ts +56 -0
  262. package/dist/node_modules/cronstrue/dist/i18n/locales/ar.d.ts +56 -0
  263. package/dist/node_modules/cronstrue/dist/i18n/locales/be.d.ts +55 -0
  264. package/dist/node_modules/cronstrue/dist/i18n/locales/bg.d.ts +56 -0
  265. package/dist/node_modules/cronstrue/dist/i18n/locales/ca.d.ts +55 -0
  266. package/dist/node_modules/cronstrue/dist/i18n/locales/cs.d.ts +55 -0
  267. package/dist/node_modules/cronstrue/dist/i18n/locales/da.d.ts +55 -0
  268. package/dist/node_modules/cronstrue/dist/i18n/locales/de.d.ts +55 -0
  269. package/dist/node_modules/cronstrue/dist/i18n/locales/en.d.ts +56 -0
  270. package/dist/node_modules/cronstrue/dist/i18n/locales/es.d.ts +55 -0
  271. package/dist/node_modules/cronstrue/dist/i18n/locales/fa.d.ts +57 -0
  272. package/dist/node_modules/cronstrue/dist/i18n/locales/fi.d.ts +58 -0
  273. package/dist/node_modules/cronstrue/dist/i18n/locales/fr.d.ts +56 -0
  274. package/dist/node_modules/cronstrue/dist/i18n/locales/he.d.ts +55 -0
  275. package/dist/node_modules/cronstrue/dist/i18n/locales/hu.d.ts +56 -0
  276. package/dist/node_modules/cronstrue/dist/i18n/locales/id.d.ts +56 -0
  277. package/dist/node_modules/cronstrue/dist/i18n/locales/it.d.ts +55 -0
  278. package/dist/node_modules/cronstrue/dist/i18n/locales/ja.d.ts +60 -0
  279. package/dist/node_modules/cronstrue/dist/i18n/locales/ko.d.ts +60 -0
  280. package/dist/node_modules/cronstrue/dist/i18n/locales/my.d.ts +56 -0
  281. package/dist/node_modules/cronstrue/dist/i18n/locales/nb.d.ts +55 -0
  282. package/dist/node_modules/cronstrue/dist/i18n/locales/nl.d.ts +55 -0
  283. package/dist/node_modules/cronstrue/dist/i18n/locales/pl.d.ts +55 -0
  284. package/dist/node_modules/cronstrue/dist/i18n/locales/pt_BR.d.ts +55 -0
  285. package/dist/node_modules/cronstrue/dist/i18n/locales/pt_PT.d.ts +55 -0
  286. package/dist/node_modules/cronstrue/dist/i18n/locales/ro.d.ts +55 -0
  287. package/dist/node_modules/cronstrue/dist/i18n/locales/ru.d.ts +58 -0
  288. package/dist/node_modules/cronstrue/dist/i18n/locales/sk.d.ts +55 -0
  289. package/dist/node_modules/cronstrue/dist/i18n/locales/sl.d.ts +55 -0
  290. package/dist/node_modules/cronstrue/dist/i18n/locales/sv.d.ts +55 -0
  291. package/dist/node_modules/cronstrue/dist/i18n/locales/sw.d.ts +55 -0
  292. package/dist/node_modules/cronstrue/dist/i18n/locales/th.d.ts +56 -0
  293. package/dist/node_modules/cronstrue/dist/i18n/locales/tr.d.ts +55 -0
  294. package/dist/node_modules/cronstrue/dist/i18n/locales/uk.d.ts +55 -0
  295. package/dist/node_modules/cronstrue/dist/i18n/locales/vi.d.ts +56 -0
  296. package/dist/node_modules/cronstrue/dist/i18n/locales/zh_CN.d.ts +61 -0
  297. package/dist/node_modules/cronstrue/dist/i18n/locales/zh_TW.d.ts +58 -0
  298. package/dist/node_modules/cronstrue/dist/options.d.ts +9 -0
  299. package/dist/node_modules/cronstrue/dist/rangeValidator.d.ts +8 -0
  300. package/dist/node_modules/cronstrue/dist/stringUtilities.d.ts +4 -0
  301. package/dist/node_modules/cronstrue/i18n.d.ts +4 -0
  302. package/dist/node_modules/cronstrue/i18n.js +5 -0
  303. package/dist/node_modules/cronstrue/locales/af.js +283 -0
  304. package/dist/node_modules/cronstrue/locales/af.min.js +1 -0
  305. package/dist/node_modules/cronstrue/locales/ar.js +283 -0
  306. package/dist/node_modules/cronstrue/locales/ar.min.js +1 -0
  307. package/dist/node_modules/cronstrue/locales/be.js +280 -0
  308. package/dist/node_modules/cronstrue/locales/be.min.js +1 -0
  309. package/dist/node_modules/cronstrue/locales/bg.js +286 -0
  310. package/dist/node_modules/cronstrue/locales/bg.min.js +1 -0
  311. package/dist/node_modules/cronstrue/locales/ca.js +280 -0
  312. package/dist/node_modules/cronstrue/locales/ca.min.js +1 -0
  313. package/dist/node_modules/cronstrue/locales/cs.js +280 -0
  314. package/dist/node_modules/cronstrue/locales/cs.min.js +1 -0
  315. package/dist/node_modules/cronstrue/locales/da.js +280 -0
  316. package/dist/node_modules/cronstrue/locales/da.min.js +1 -0
  317. package/dist/node_modules/cronstrue/locales/de.js +280 -0
  318. package/dist/node_modules/cronstrue/locales/de.min.js +1 -0
  319. package/dist/node_modules/cronstrue/locales/en.js +283 -0
  320. package/dist/node_modules/cronstrue/locales/en.min.js +1 -0
  321. package/dist/node_modules/cronstrue/locales/es.js +280 -0
  322. package/dist/node_modules/cronstrue/locales/es.min.js +1 -0
  323. package/dist/node_modules/cronstrue/locales/fa.js +273 -0
  324. package/dist/node_modules/cronstrue/locales/fa.min.js +1 -0
  325. package/dist/node_modules/cronstrue/locales/fi.js +289 -0
  326. package/dist/node_modules/cronstrue/locales/fi.min.js +1 -0
  327. package/dist/node_modules/cronstrue/locales/fr.js +283 -0
  328. package/dist/node_modules/cronstrue/locales/fr.min.js +1 -0
  329. package/dist/node_modules/cronstrue/locales/he.js +267 -0
  330. package/dist/node_modules/cronstrue/locales/he.min.js +1 -0
  331. package/dist/node_modules/cronstrue/locales/hu.js +283 -0
  332. package/dist/node_modules/cronstrue/locales/hu.min.js +1 -0
  333. package/dist/node_modules/cronstrue/locales/id.js +283 -0
  334. package/dist/node_modules/cronstrue/locales/id.min.js +1 -0
  335. package/dist/node_modules/cronstrue/locales/it.js +280 -0
  336. package/dist/node_modules/cronstrue/locales/it.min.js +1 -0
  337. package/dist/node_modules/cronstrue/locales/ja.js +282 -0
  338. package/dist/node_modules/cronstrue/locales/ja.min.js +1 -0
  339. package/dist/node_modules/cronstrue/locales/ko.js +282 -0
  340. package/dist/node_modules/cronstrue/locales/ko.min.js +1 -0
  341. package/dist/node_modules/cronstrue/locales/my.js +283 -0
  342. package/dist/node_modules/cronstrue/locales/my.min.js +1 -0
  343. package/dist/node_modules/cronstrue/locales/nb.js +280 -0
  344. package/dist/node_modules/cronstrue/locales/nb.min.js +1 -0
  345. package/dist/node_modules/cronstrue/locales/nl.js +280 -0
  346. package/dist/node_modules/cronstrue/locales/nl.min.js +1 -0
  347. package/dist/node_modules/cronstrue/locales/pl.js +280 -0
  348. package/dist/node_modules/cronstrue/locales/pl.min.js +1 -0
  349. package/dist/node_modules/cronstrue/locales/pt_BR.js +280 -0
  350. package/dist/node_modules/cronstrue/locales/pt_BR.min.js +1 -0
  351. package/dist/node_modules/cronstrue/locales/pt_PT.js +280 -0
  352. package/dist/node_modules/cronstrue/locales/pt_PT.min.js +1 -0
  353. package/dist/node_modules/cronstrue/locales/ro.js +280 -0
  354. package/dist/node_modules/cronstrue/locales/ro.min.js +1 -0
  355. package/dist/node_modules/cronstrue/locales/ru.js +323 -0
  356. package/dist/node_modules/cronstrue/locales/ru.min.js +1 -0
  357. package/dist/node_modules/cronstrue/locales/sk.js +280 -0
  358. package/dist/node_modules/cronstrue/locales/sk.min.js +1 -0
  359. package/dist/node_modules/cronstrue/locales/sl.js +280 -0
  360. package/dist/node_modules/cronstrue/locales/sl.min.js +1 -0
  361. package/dist/node_modules/cronstrue/locales/sv.js +280 -0
  362. package/dist/node_modules/cronstrue/locales/sv.min.js +1 -0
  363. package/dist/node_modules/cronstrue/locales/sw.js +280 -0
  364. package/dist/node_modules/cronstrue/locales/sw.min.js +1 -0
  365. package/dist/node_modules/cronstrue/locales/th.js +283 -0
  366. package/dist/node_modules/cronstrue/locales/th.min.js +1 -0
  367. package/dist/node_modules/cronstrue/locales/tr.js +280 -0
  368. package/dist/node_modules/cronstrue/locales/tr.min.js +1 -0
  369. package/dist/node_modules/cronstrue/locales/uk.js +280 -0
  370. package/dist/node_modules/cronstrue/locales/uk.min.js +1 -0
  371. package/dist/node_modules/cronstrue/locales/vi.js +283 -0
  372. package/dist/node_modules/cronstrue/locales/vi.min.js +1 -0
  373. package/dist/node_modules/cronstrue/locales/zh_CN.js +285 -0
  374. package/dist/node_modules/cronstrue/locales/zh_CN.min.js +1 -0
  375. package/dist/node_modules/cronstrue/locales/zh_TW.js +276 -0
  376. package/dist/node_modules/cronstrue/locales/zh_TW.min.js +1 -0
  377. package/dist/node_modules/cronstrue/package.json +1 -0
  378. package/dist/server/antd.d.ts +1 -0
  379. package/dist/server/antd.js +45 -0
  380. package/dist/server/cron.d.ts +1 -0
  381. package/dist/server/cron.js +44 -0
  382. package/dist/server/cronstrue.d.ts +1 -0
  383. package/dist/server/cronstrue.js +136 -0
  384. package/dist/server/index.d.ts +1 -0
  385. package/dist/server/index.js +33 -0
  386. package/dist/server/migrations/20230620203216-admin-ui-schema-uid.d.ts +5 -0
  387. package/dist/server/migrations/20230620203216-admin-ui-schema-uid.js +67 -0
  388. package/dist/server/migrations/20231215215247-admin-menu-uid.d.ts +5 -0
  389. package/dist/server/migrations/20231215215247-admin-menu-uid.js +79 -0
  390. package/dist/server/migrations/20250116160330-update-uiSchemas.d.ts +6 -0
  391. package/dist/server/migrations/20250116160330-update-uiSchemas.js +57 -0
  392. package/dist/server/server.d.ts +7 -0
  393. package/dist/server/server.js +161 -0
  394. package/dist/swagger/index.json +7 -0
  395. package/package.json +9 -9
  396. package/LICENSE +0 -201
@@ -0,0 +1,567 @@
1
+ module.exports = {
2
+ "(Fields only)": "(Sadece alanlar)",
3
+ "<": "<",
4
+ "=": "=",
5
+ ">": ">",
6
+ ASC: "Artan",
7
+ Accessible: "Eri\u015Filebilir",
8
+ "Action column": "\u0130\u015Flem s\xFCtunu",
9
+ "Action display name": "\u0130\u015Flem g\xF6r\xFCnen ad\u0131",
10
+ "Action logs": "Eylem g\xFCnl\xFCkleri",
11
+ "Action name": "\u0130\u015Flem ad\u0131",
12
+ "Action on existing records": "Var olan kay\u0131tlarda i\u015Flem",
13
+ "Action on new records": "Yeni kay\u0131tlarda i\u015Flem",
14
+ "Action permission": "\u0130\u015Flem yetkisi",
15
+ "Action permissions": "\u0130\u015Flem yetkileri",
16
+ "Action scope": "\u0130\u015Flem kapsam\u0131",
17
+ "Action type": "\u0130\u015Flem T\xFCr\xFC",
18
+ Actions: "\u0130\u015Flemler",
19
+ "Add block": "Blok ekle",
20
+ "Add card": "Kart Ekle",
21
+ "Add condition": "Ko\u015Ful ekle",
22
+ "Add condition group": "Ko\u015Ful grubu ekle",
23
+ "Add exportable field": "D\u0131\u015Fa aktar\u0131labilir alan ekle",
24
+ "Add field": "Alan ekle",
25
+ "Add filter": "Filtre ekle",
26
+ "Add filter group": "Filtre grubu ekle",
27
+ "Add group": "Grup ekle",
28
+ "Add link": "Link ekle",
29
+ "Add menu item": "Men\xFCye \xF6\u011Fe ekle",
30
+ "Add new": "Yeni Ekle",
31
+ "Add option": "Se\xE7enek ekle",
32
+ "Add page": "Sayfa Ekle",
33
+ "Add record": "Kay\u0131t Ekle",
34
+ "Add role": "Rol ekle",
35
+ "Add sort field": "S\u0131ralama alan\u0131 ekle",
36
+ "Add tab": "Sekme ekle",
37
+ "Add template": "\u015Eablon ekle",
38
+ "Add text": "Metin ekle",
39
+ "Add type": "T\xFCr ekle",
40
+ 'Add {{type}} after "{{title}}"': '"{{title}}" ba\u015Fl\u0131\u011F\u0131ndan sonra {{type}} ekle',
41
+ 'Add {{type}} before "{{title}}"': '"{{title}}" ba\u015Fl\u0131\u011F\u0131ndan \xF6nce {{type}} ekle',
42
+ 'Add {{type}} in "{{title}}"': '"{{title}}" ba\u015Fl\u0131\u011F\u0131n\u0131n i\xE7ine {{type}} ekle',
43
+ "Advanced type": "Geli\u015Fmi\u015F",
44
+ After: "Sonra",
45
+ "After change": "De\u011Fi\u015Ftirdikten sonra",
46
+ "After clicking the custom button, the following field values will be assigned according to the following form.": "\xD6zel butona t\u0131kland\u0131ktan sonra a\u015Fa\u011F\u0131daki forma g\xF6re a\u015Fa\u011F\u0131daki alan de\u011Ferleri atanacakt\u0131r.",
47
+ "After clicking the custom button, the following fields of the current record will be saved according to the following form.": "\xD6zel butona t\u0131kland\u0131ktan sonra mevcut kayd\u0131n a\u015Fa\u011F\u0131daki alanlar\u0131 a\u015Fa\u011F\u0131daki forma g\xF6re kaydedilecektir.",
48
+ "After successful request": "Ba\u015Far\u0131l\u0131 istekten sonra",
49
+ "After successful save": "Ba\u015Far\u0131l\u0131 kaydetmeden sonra",
50
+ "After successful submission": "Ba\u015Far\u0131l\u0131 g\xF6nderimden sonra",
51
+ "After successful update": "Ba\u015Far\u0131l\u0131 g\xFCncellemeden sonra",
52
+ Agenda: "Ajanda",
53
+ "All collections use general action permissions by default; permission configured individually will override the default one.": "T\xFCm koleksiyonlar, varsay\u0131lan olarak genel eylem izinlerini kullan\u0131r; ayr\u0131 ayr\u0131 yap\u0131land\u0131r\u0131lan izin, varsay\u0131lan\u0131 ge\xE7ersiz k\u0131lar.",
54
+ "All records": "T\xFCm kay\u0131tlar",
55
+ Allow: "\u0130zin ver",
56
+ "Allow access": "Eri\u015Fime izin ver",
57
+ "Allow action": "\u0130\u015Fleme izin ver",
58
+ "Allow linking to multiple records": "Birden \xE7ok kayda ba\u011Flanmaya izin ver",
59
+ "Allow multiple": "Birden \xE7ok izin ver",
60
+ "Allow sign up": "Kay\u0131t olmaya izin ver",
61
+ "Allows configuration of the whole system, including UI, collections, permissions, etc.": "UI, koleksiyonlar, izinler vb. dahil olmak \xFCzere t\xFCm sistemin yap\u0131land\u0131r\u0131lmas\u0131na izin verir.",
62
+ "Are you sure to delete this plugin?": "Bu eklentiyi silmek istedi\u011Finizden emin misiniz?",
63
+ "Are you sure you don't want to save?": "kaydetmek istemedi\u011Finizden emin misiniz??",
64
+ "Are you sure you want to delete it?": "Silmek istedi\u011Finizden emin misiniz?",
65
+ "Are you sure you want to disassociate it?": "Ba\u011Flant\u0131y\u0131 kesmek istedi\u011Finizden emin misiniz?",
66
+ Area: "Alan",
67
+ "Area chart": "Alan grafi\u011Fi",
68
+ "Assign field values": "Alan de\u011Ferleri ata",
69
+ "Associated records": "\u0130li\u015Fkili kay\u0131tlar",
70
+ "Audit logs": "Denetim g\xFCnl\xFCkleri",
71
+ Author: "Yazar",
72
+ "Automatic close": "Otomatik kapat",
73
+ "Automatically load data": "Veriyi otomatik y\xFCkle",
74
+ "Bar chart": "Grafik \xE7ubu\u011Fu",
75
+ Basic: "Temel",
76
+ Before: "\xD6nce",
77
+ "Before change": "De\u011Fi\u015Ftirmeden \xF6nce",
78
+ "Blank block": "Bo\u015F blok",
79
+ "Block templates": "Blok \u015Fablonlar\u0131",
80
+ "Block title": "Blok ba\u015Fl\u0131\u011F\u0131",
81
+ "Block type": "Blok t\xFCr\xFC",
82
+ Blue: "Mavi",
83
+ "Button background color": "Buton arkaplan rengi",
84
+ "Button icon": "Buton ikonu",
85
+ "Button title": "Buton etiketi",
86
+ Calendar: "Takvim",
87
+ Cancel: "\u0130ptal",
88
+ "Change password": "\u015Eifre de\u011Fi\u015Ftir",
89
+ Changelog: "De\u011Fi\u015Fiklik g\xFCnl\xFC\u011F\xFC",
90
+ "Chart blocks": "Grafik bloklar\u0131",
91
+ "Chart config": "Grafik yap\u0131land\u0131rmas\u0131",
92
+ "Chart title": "Grafik ba\u015Fl\u0131\u011F\u0131",
93
+ "Chart type": "Grafik t\xFCr\xFC",
94
+ Checkbox: "Checkbox",
95
+ "Checkbox group": "Checkbox grup",
96
+ "China region": "\xC7in b\xF6lgesi",
97
+ Choices: "Se\xE7imler",
98
+ City: "\u015Eehir",
99
+ "Click or drag file to this area to upload": "Dosyay\u0131 y\xFCklemek i\xE7in buraya t\u0131klay\u0131n veya s\xFCr\xFCkleyin",
100
+ Close: "Kapat",
101
+ Collapse: "Daralt",
102
+ Collection: "Koleksiyonlar",
103
+ "Collection display name": "Koleksiyon g\xF6r\xFCnen ad\u0131",
104
+ "Collection name": "Koleksiyon ad\u0131",
105
+ "Collections & Fields": "Koleksiyonlar & Alanlar",
106
+ Color: "Renk",
107
+ "Column chart": "S\xFCtun grafi\u011Fi",
108
+ "Column title": "S\xFCtun ba\u015Fl\u0131\u011F\u0131",
109
+ Comparision: "Kar\u015F\u0131la\u015Ft\u0131rma",
110
+ "Compressed file url": "S\u0131k\u0131\u015Ft\u0131r\u0131lm\u0131\u015F dosya ba\u011Flant\u0131s\u0131",
111
+ Configure: "Yap\u0131land\u0131r",
112
+ "Configure actions": "\u0130\u015Flemleri yap\u0131land\u0131r",
113
+ "Configure calendar": "Takvimi yap\u0131land\u0131r",
114
+ "Configure columns": "S\xFCtunlar\u0131 yap\u0131land\u0131r",
115
+ "Configure fields": "Alanlar\u0131 d\xFCzenle",
116
+ "Configure fields of {{title}}": "{{title}} alanlar\u0131n\u0131 d\xFCzenle",
117
+ "Configure permission": "\u0130zin yap\u0131land\u0131rma",
118
+ "Configure permissions": "Yetkileri yap\u0131land\u0131r",
119
+ "Confirm password": "\u015Eifre do\u011Frulama",
120
+ "Connect data blocks": "Veri bloklar\u0131n\u0131 ba\u011Fla",
121
+ "Constant value": "Sabit de\u011Fer",
122
+ "Convert reference to duplicate": "Referans\u0131 kopyaya d\xF6n\xFC\u015Ft\xFCr",
123
+ "Create an account": "Hesap olu\u015Ftur",
124
+ "Create calendar block": "Takvim blo\u011Fu olu\u015Ftur",
125
+ "Create collection": "Koleksiyon olu\u015Ftur",
126
+ "Create form": "Form olu\u015Ftur",
127
+ "Create kanban block": "Kanban blo\u011Fu olu\u015Ftur",
128
+ "Create template": "\u015Eablon olu\u015Ftur",
129
+ "Created at": "Olu\u015Fturulma zaman\u0131",
130
+ "Created by": "Olu\u015Fturan ki\u015Fi",
131
+ "Current record": "Se\xE7ili kay\u0131t",
132
+ "Current record blocks": "Mevcut kay\u0131t bloklar\u0131",
133
+ "Current role": "Se\xE7ili rol",
134
+ "Current user": "Se\xE7ili kullan\u0131c\u0131",
135
+ "Custom Title": "\xD6zel Ba\u015Fl\u0131k",
136
+ "Custom column name": "\xD6zel s\xFCtun ad\u0131",
137
+ "Custom column title": "\xD6zel s\xFCtun ba\u015Fl\u0131\u011F\u0131",
138
+ "Custom field display name": "\xD6zel alan g\xF6r\xFCnen ad\u0131",
139
+ "Custom name": "\xD6zel isim",
140
+ "Custom request": "\xD6zel istek",
141
+ Customize: "\xD6zelle\u015Ftir",
142
+ Cyan: "Camg\xF6be\u011Fi",
143
+ DESC: "Azalan",
144
+ "Danger red": "Tehlikeli k\u0131rm\u0131z\u0131",
145
+ "Data blocks": "Veri Bloklar\u0131",
146
+ "Data changes": "Veri de\u011Fi\u015Fiklikleri",
147
+ "Data fields": "Veri alanlar\u0131",
148
+ "Data loading mode": "Veri y\xFCkleme modu",
149
+ "Data scope": "Veri kapsam\u0131",
150
+ "Data template": "Veri \u015Fablonu",
151
+ DataSource: "Veri Kayna\u011F\u0131",
152
+ Date: "Tarih",
153
+ "Date & Time": "Tarih & Saat",
154
+ "Date format": "Tarih format\u0131",
155
+ Datetime: "Datetime",
156
+ Day: "G\xFCn",
157
+ "Day/Month/Year": "G\xFCn/Ay/Y\u0131l",
158
+ Default: "Varsay\u0131lan",
159
+ "Default is the ID field": "Varsay\u0131lan ID alan\u0131d\u0131r",
160
+ "Default role": "Varsay\u0131lan rol",
161
+ "Default title for each record": "Her kay\u0131t i\xE7in varsay\u0131lan ba\u015Fl\u0131k",
162
+ Delete: "Sil",
163
+ "Delete action": "\u0130\u015Flemi sil",
164
+ "Delete block": "Blo\u011Fu sil",
165
+ "Delete field": "Alan\u0131 sil",
166
+ "Delete menu item": "Men\xFC \xF6\u011Fesini sil",
167
+ "Delete record": "Kayd\u0131 sil",
168
+ "Delete role": "Rol sil",
169
+ "Delete table column": "Tablo s\xFCtununu sil",
170
+ "Dependencies check": "Ba\u011F\u0131ml\u0131l\u0131klar\u0131n kontrol\xFC",
171
+ "Dependencies check failed": "Ba\u011F\u0131ml\u0131l\u0131klar\u0131n kontrol\xFC ba\u015Far\u0131s\u0131z oldu",
172
+ "Dependencies check failed, can't enable.": "Ba\u011F\u0131ml\u0131l\u0131k kontrol\xFC ba\u015Far\u0131s\u0131z oldu, etkinle\u015Ftirilemiyor.",
173
+ "Dependencies compatibility check": "Ba\u011F\u0131ml\u0131l\u0131k uyumlulu\u011Fu kontrol\xFC",
174
+ Description: "A\xE7\u0131klama",
175
+ Details: "Detaylar",
176
+ Dialog: "Pencere",
177
+ "Disable tabs": "Sekmeleri pasifle\u015Ftir",
178
+ Disassociate: "Ba\u011Flant\u0131y\u0131 kes",
179
+ "Disassociate record": "Kayd\u0131 ba\u011Flant\u0131y\u0131 kes",
180
+ "Display <1><0>10</0><1>20</1><2>50</2><3>100</3></1> items per page": "Her sayfada <1><0>10</0><1>20</1><2>50</2><3>100</3></1> adet g\xF6sterim",
181
+ "Display data template selector": "Veri \u015Fablonu se\xE7icisini g\xF6r\xFCnt\xFCle",
182
+ "Display fields": "Koleksiyon alanlar\u0131n\u0131 g\xF6r\xFCnt\xFCle",
183
+ "Display name": "G\xF6r\xFCnen ad",
184
+ "Display order number": "S\u0131ra numaras\u0131n\u0131 g\xF6ster",
185
+ DisplayName: "G\xF6r\xFCnen Ad",
186
+ "Drag and drop the file here or click to upload, file size should not exceed 30M": "Dosyay\u0131 buraya s\xFCr\xFCkleyin veya y\xFCklemek i\xE7in t\u0131klay\u0131n, dosya boyutu 30M'i ge\xE7memelidir",
187
+ Dragging: "S\xFCr\xFCkleme",
188
+ Drawer: "\xC7ekmece",
189
+ "Duplicate template": "\u015Eablonun kopyas\u0131n\u0131 olu\u015Ftur",
190
+ "Dynamic value": "Dinamik de\u011Fer",
191
+ Edit: "D\xFCzenle",
192
+ "Edit block title": "Blok ba\u015Fl\u0131\u011F\u0131n\u0131 d\xFCzenle",
193
+ "Edit button": "D\xFCzenle butonu",
194
+ "Edit chart": "Grafi\u011Fi d\xFCzenle",
195
+ "Edit collection": "Koleksiyon d\xFCzenle",
196
+ "Edit description": "A\xE7\u0131klamay\u0131 d\xFCzenle",
197
+ "Edit field": "Alan d\xFCzenle",
198
+ "Edit field title": "Alan ba\u015Fl\u0131\u011F\u0131n\u0131 d\xFCzenle",
199
+ "Edit form": "Formu d\xFCzenle",
200
+ "Edit markdown": "\u0130\u015Faretlemeyi d\xFCzenle",
201
+ "Edit menu item": "Men\xFC \xF6\u011Fesi d\xFCzenle",
202
+ "Edit profile": "Profil d\xFCzenle",
203
+ "Edit record": "Kayd\u0131 d\xFCzenle",
204
+ "Edit role": "Rol d\xFCzenle",
205
+ "Edit tab": "Sekme d\xFCzenle",
206
+ "Edit tooltip": "\u0130pucunu d\xFCzenle",
207
+ Email: "Eposta",
208
+ "Enable actions": "\u0130\u015Flemleri aktifle\u015Ftir",
209
+ "Enable drag and drop sorting": "S\xFCr\xFCkle-B\u0131rak s\u0131ralamay\u0131 aktif et",
210
+ "Enabled languages": "Aktif diller",
211
+ "End date field": "Biti\u015F tarihi alan\u0131",
212
+ Event: "Olay",
213
+ Exists: "Var olanlar",
214
+ Export: "D\u0131\u015Far\u0131 aktar",
215
+ "Exportable fields": "D\u0131\u015Fa aktar\u0131labilir alanlar",
216
+ Expression: "Expression",
217
+ Feedback: "Geri bildirim",
218
+ Field: "Alan",
219
+ "Field component": "Alan bile\u015Feni",
220
+ "Field display name": "Alan g\xF6r\xFCnen ad\u0131",
221
+ "Field interface": "Alan aray\xFCz\xFC",
222
+ "Field name": "Alan ad\u0131",
223
+ "Field permission": "Alan yetkisi",
224
+ "Field title": "Alan ba\u015Fl\u0131\u011F\u0131",
225
+ "Field type": "Alan t\xFCr\xFC",
226
+ "Field value changes": "Alan de\u011Feri de\u011Fi\u015Fiklikleri",
227
+ Fields: "Alanlar",
228
+ "Fields values": "Alanlar\u0131n de\u011Ferleri",
229
+ Filter: "Filtre",
230
+ "Filter blocks": "Filtre bloklar\u0131",
231
+ "Filterable fields": "Filtrelenebilir alanlar",
232
+ "Flexible popup": "Esnek popup",
233
+ "Foreign key": "Yabanc\u0131 anahtar",
234
+ "Foreign key 1": "Yabanc\u0131 anahtar 1",
235
+ "Foreign key 2": "Yabanc\u0131 anahtar 2",
236
+ Form: "Form",
237
+ "Form (Add new)": "Form (Yeni ekle)",
238
+ "Form (Edit)": "Form (D\xFCzenle)",
239
+ "Form data templates": "Form veri \u015Fablonlar\u0131",
240
+ "Form values": "Form de\u011Ferleri",
241
+ Formula: "Form\xFCl",
242
+ "Formula description": "Ayn\u0131 kay\u0131ttaki di\u011Fer alanlara dayal\u0131 olarak her kay\u0131tta bir de\u011Fer hesaplay\u0131n.",
243
+ "Formula error.": "Form\xFCl hatal\u0131.",
244
+ "Formula mode": "Form\xFCl modu",
245
+ Function: "Fonksiyon",
246
+ "Geek blue": "Geek blue",
247
+ General: "Genel",
248
+ "General action permissions": "Genel i\u015Flem izinleri",
249
+ "General permissions": "Genel izinler",
250
+ "Global action permissions": "Sistem geneli i\u015Flem izinleri",
251
+ "Global permissions": "Sistem geneli izinler",
252
+ Gold: "Alt\u0131n",
253
+ Green: "Ye\u015Fil",
254
+ Group: "Grup",
255
+ "Grouping field": "Alan grupland\u0131rma",
256
+ Handbook: "Kullan\u0131c\u0131 k\u0131lavuzu",
257
+ Hide: "Gizle",
258
+ Highlight: "Vurgulu",
259
+ "Home page": "Anasayfa",
260
+ Homepage: "Anasayfa",
261
+ ID: "ID",
262
+ Icon: "\u0130kon",
263
+ "If collection inherits, choose inherited collections as templates": "Koleksiyon miras al\u0131rsa, kal\u0131t\u0131lan koleksiyonlar\u0131 \u015Fablon olarak se\xE7in",
264
+ "If the compatibility check fails, you should change the dependent version to meet the version requirements.": "Uyumluluk kontrol\xFC ba\u015Far\u0131s\u0131z olursa, ba\u011F\u0131ml\u0131 olan s\xFCr\xFCm\xFC de\u011Fi\u015Ftirmeniz gerekmektedir.",
265
+ "In configuration": "Yap\u0131land\u0131rmada",
266
+ Individual: "Bireysel",
267
+ "Input +, -, *, /, ( ) to calculate, input @ to open field variables.": "Input +, -, *, /, ( ) to calculate, input @ to open field variables.",
268
+ Insert: "Ekle",
269
+ "Insert above": "Yukar\u0131ya ekle",
270
+ "Insert after": "Sonras\u0131na ekle",
271
+ "Insert before": "\xD6ncesine ekle",
272
+ "Insert below": "A\u015Fa\u011F\u0131ya ekle",
273
+ "Insert inner": "\u0130\xE7ine yerle\u015Ftir",
274
+ "Insert left": "Sola yerle\u015Ftir",
275
+ "Insert right": "Sa\u011Fa yerle\u015Ftir",
276
+ Installing: "Y\xFCkleniyor",
277
+ Integer: "Tamsay\u0131",
278
+ "Invalid JSON format": "Hatal\u0131 JSON format\u0131",
279
+ "Junction collection": "Ba\u011Flant\u0131 koleksiyonu",
280
+ Kanban: "Kanban",
281
+ "Label field": "Etiket alan\u0131",
282
+ Language: "Dil",
283
+ "Last 30 days": "Son 30 G\xFCn",
284
+ "Last 7 days": "Son 7 G\xFCn",
285
+ "Last 90 days": "Son 90 G\xFCn",
286
+ "Last month": "Ge\xE7en Ay",
287
+ "Last quarter": "Ge\xE7en \xC7eyrek",
288
+ "Last updated": "Son g\xFCncelleme",
289
+ "Last updated at": "Son g\xFCncelleme zaman\u0131",
290
+ "Last updated by": "Son g\xFCncelleyen ki\u015Fi",
291
+ "Last week": "Ge\xE7en Hafta",
292
+ "Last year": "Ge\xE7en Y\u0131l",
293
+ "Leave it blank, unless you need a custom intermediate table": "\xD6zel bir ara tabloya ihtiyac\u0131n\u0131z yoksa bo\u015F b\u0131rak\u0131n",
294
+ License: "Lisans",
295
+ Lime: "Limon sar\u0131s\u0131",
296
+ "Line chart": "\xC7izgi grafik",
297
+ Link: "Link",
298
+ "Link to": "Link to",
299
+ "Link to description": "Used to create collection relationships quickly and compatible with most common scenarios. Suitable for non-developer use. When present as a field, it is a drop-down selection used to select records from the target collection. Once created, it will simultaneously generate the associated fields of the current collection in the target collection.",
300
+ "Load data after filtering": "Filtrelemeden sonra veriyi y\xFCkle",
301
+ "Log in with an existing account": "Mevcut bir hesapla giri\u015F yap\u0131n",
302
+ Logo: "Logo",
303
+ "Long text": "Uzun metin",
304
+ Magenta: "Macenta",
305
+ "Manually close": "Manuel kapat",
306
+ "Many to many": "\xC7oka-\xC7ok",
307
+ "Many to many description": "\xC7oktan \xE7o\u011Fa ili\u015Fkiler olu\u015Fturmak i\xE7in kullan\u0131l\u0131r. \xD6rne\u011Fin, bir \xF6\u011Frencinin bir\xE7ok \xF6\u011Fretmeni olacak ve bir \xF6\u011Fretmenin bir\xE7ok \xF6\u011Frencisi olacakt\u0131r. Bir alan olarak mevcut oldu\u011Funda, ili\u015Fkili koleksiyondan kay\u0131tlar\u0131 se\xE7mek i\xE7in kullan\u0131lan bir a\xE7\u0131l\u0131r se\xE7imdir.",
308
+ "Many to one": "\xC7oka-Bir",
309
+ "Many to one description": "\xC7oktan bire ili\u015Fkiler olu\u015Fturmak i\xE7in kullan\u0131l\u0131r. \xD6rne\u011Fin, bir \u015Fehir sadece bir \xFClkeye ait olabilir ve bir \xFClkenin bir\xE7ok \u015Fehri olabilir. Bir alan olarak mevcut oldu\u011Funda, ili\u015Fkili koleksiyondan kay\u0131t se\xE7mek i\xE7in kullan\u0131lan bir a\xE7\u0131l\u0131r se\xE7imdir. Olu\u015Fturulduktan sonra, ili\u015Fkili koleksiyonda bire \xE7ok alan\u0131 otomatik olarak olu\u015Fturulur.",
310
+ Markdown: "\u0130\u015Faretle",
311
+ Media: "Medya",
312
+ "Meet <1><0>All</0><1>Any</1></1> conditions in the group": "Meet <1><0>All</0><1>Any</1></1> conditions in the group",
313
+ "Menu item icon": "Men\xFC \xF6\u011Fe ikonu",
314
+ "Menu item name": "Men\xFC \xF6\u011Fe ad\u0131",
315
+ "Menu item title": "Men\xFC \xF6\u011Fe ba\u015Fl\u0131\u011F\u0131",
316
+ "Menu permissions": "Men\xFC yetkileri",
317
+ Month: "Ay",
318
+ "More details": "Daha fazla detay",
319
+ "Move to": "Ta\u015F\u0131nacak yer",
320
+ "Move {{title}} to": "{{title}} ba\u015Fl\u0131\u011F\u0131n\u0131 ta\u015F\u0131naca\u011F\u0131 yer",
321
+ "Multiple select": "Multi Select",
322
+ "Must select to the last level": "Son seviyeye kadar se\xE7ilmelidir",
323
+ Name: "Ad\u0131",
324
+ Navigate: "Navigate",
325
+ "New menu items are allowed to be accessed by default.": "Yeni men\xFC \xF6\u011Felerine varsay\u0131lan olarak eri\u015Filmesine izin verilir.",
326
+ "New password": "Yeni \u015Fifre",
327
+ "New plugin": "Yeni eklenti",
328
+ "Next 30 days": "Sonraki 30 G\xFCn",
329
+ "Next 7 days": "Sonraki 7 G\xFCn",
330
+ "Next 90 days": "Sonraki 90 G\xFCn",
331
+ "Next month": "Gelecek Ay",
332
+ "Next quarter": "Gelecek \xC7eyrek",
333
+ "Next week": "Gelecek Hafta",
334
+ "Next year": "Gelecek Y\u0131l",
335
+ Nickname: "Rumuz",
336
+ No: "Hay\u0131r",
337
+ "No CHANGELOG.md file": "CHANGELOG.md dosyas\u0131 bulunmamaktad\u0131r",
338
+ "No README.md file": "README.md dosyas\u0131 bulunmamaktad\u0131r",
339
+ "No blocks to connect": "Ba\u011Flanacak blok yok",
340
+ None: "Bo\u015F",
341
+ "Not enabled": "Etkin de\u011Fil",
342
+ "Npm package": "Npm paketi",
343
+ "Npm package name": "Npm paket ad\u0131",
344
+ Number: "Numara",
345
+ "Official plugin": "Resmi eklenti",
346
+ "Old password": "Eski \u015Fifre",
347
+ "One to many": "Bire-\xC7ok",
348
+ "One to many description": "Bire \xE7ok ili\u015Fkisi olu\u015Fturmak i\xE7in kullan\u0131l\u0131r. \xD6rne\u011Fin, bir \xFClkenin bir\xE7ok \u015Fehri olacakt\u0131r ve bir \u015Fehir yaln\u0131zca bir \xFClkede olabilir. Alan olarak mevcut oldu\u011Funda, ili\u015Fkili koleksiyonun kay\u0131tlar\u0131n\u0131 g\xF6r\xFCnt\xFCleyen bir alt tablodur. Olu\u015Fturuldu\u011Funda, ili\u015Fkili koleksiyonda bir \xC7oktan bire alan\u0131 otomatik olarak olu\u015Fturulur.",
349
+ "One to one": "Bire-Bir",
350
+ "One to one (belongs to)": "Bire-Bir (ait)",
351
+ "One to one (has one)": "Bire-Bir (bir tane var)",
352
+ "One to one description": "Bire bir ili\u015Fkiler olu\u015Fturmak i\xE7in kullan\u0131l\u0131r. \xD6rne\u011Fin, bir kullan\u0131c\u0131n\u0131n bir profili vard\u0131r.",
353
+ "Only the selected fields will be used as the initialization data for the form": "Yaln\u0131zca se\xE7ilen alanlar, formun ba\u015Flang\u0131\xE7 \u200B\u200Bverileri olarak kullan\u0131lacakt\u0131r",
354
+ "Open in<1><0>Modal</0><1>Drawer</1><2>Window</2></1>": "A\xE7\u0131l\u0131\u015F \u015Eekli<1><0>Popup Ekran</0><1>Yan \xC7ekmece</1><2>Sayfa</2></1>",
355
+ "Open mode": "A\xE7\u0131l\u0131\u015F t\xFCr\xFC",
356
+ "Operate on existing data": "Var olan verilerle \xE7al\u0131\u015F",
357
+ "Operate on new data": "Yeni verilerle \xE7al\u0131\u015F",
358
+ "Operation failed": "Operasyon ba\u015Far\u0131s\u0131z",
359
+ "Operation succeeded": "Operasyon ba\u015Far\u0131l\u0131",
360
+ "Option label": "Se\xE7enek etiketi",
361
+ "Option value": "Se\xE7enek de\u011Feri",
362
+ Options: "Se\xE7enekler",
363
+ Orange: "Turuncu",
364
+ "Original field title: ": "Orijinal alan ba\u015Fl\u0131\u011F\u0131: ",
365
+ "Original name": "Orjinal isim",
366
+ "Original title: ": "Orjinal ba\u015Fl\u0131k: ",
367
+ "Other blocks": "Di\u011Fer bloklar",
368
+ "Other chart": "Di\u011Fer grafik",
369
+ Others: "Di\u011Ferleri",
370
+ "Own records": "Kendi kay\u0131tlar\u0131",
371
+ PackageName: "Paket Ad\u0131",
372
+ Page: "Sayfa",
373
+ "Parent record": "\xDCst kay\u0131t",
374
+ Password: "\u015Eifre",
375
+ "Password mismatch": "\u015Eifre e\u015Fle\u015Fmiyor",
376
+ Percent: "Y\xFCzde",
377
+ "Permission policy": "\u0130zin politikas\u0131",
378
+ Phone: "Telefon",
379
+ "Pie chart": "Pasta grafik",
380
+ "Plugin Zip File": "Eklenti Zip Dosyas\u0131",
381
+ "Plugin loading failed. Please check the server logs.": "Eklenti y\xFCklenemedi. L\xFCtfen sunucu g\xFCnl\xFCklerini kontrol edin.",
382
+ "Plugin starting...": "Eklenti ba\u015Flat\u0131l\u0131yor...",
383
+ "Plugin stopping...": "Eklenti durduruluyor...",
384
+ "Plugin's version": "Eklentinin s\xFCr\xFCm\xFC",
385
+ Popup: "A\xE7\u0131l\u0131r Pencere",
386
+ "Popup close method": "A\xE7\u0131l\u0131r pencere kapatma metodu",
387
+ "Popup form": "Popup form",
388
+ "Popup message": "A\xE7\u0131l\u0131r mesaj",
389
+ Position: "Pozisyon",
390
+ Precision: "Kesinlik",
391
+ Print: "Yazd\u0131r",
392
+ Province: "B\xF6lge",
393
+ "Province/city/area name": "Semt/\u015Fehir/b\xF6lge ad\u0131",
394
+ Purple: "Mor",
395
+ "Quick upload": "H\u0131zl\u0131 y\xFCkleme",
396
+ "Radio group": "Radio Se\xE7im grup",
397
+ "Randomly generated and can be modified. Support letters, numbers and underscores, must start with an letter.": "Rastgele olu\u015Fturulur ve de\u011Fi\u015Ftirilebilir. Desteklenen i\xE7erik; harfler, say\u0131lar ve alt \xE7izgiler. Bir harfle ba\u015Flamal\u0131d\u0131r.",
398
+ Readme: "Okuma Dosyas\u0131",
399
+ "Record ID": "Kay\u0131t ID",
400
+ "Records per page": "Sayfa ba\u015F\u0131na kay\u0131t",
401
+ Red: "K\u0131rm\u0131z\u0131",
402
+ "Redirect to": "Y\xF6nlendirilecek yer",
403
+ "Reference template": "Referans \u015Fablon",
404
+ Refresh: "Yenile",
405
+ "Regular expression": "Model(Pattern)",
406
+ "Related collection": "Ba\u011Flant\u0131l\u0131 koleksiyon",
407
+ Relation: "Relation",
408
+ "Relationship blocks": "\u0130li\u015Fki bloklar\u0131",
409
+ "Relationship type": "Ba\u011Flant\u0131 t\xFCr\xFC",
410
+ "Render Failed": "Olu\u015Fturma ba\u015Far\u0131s\u0131z",
411
+ "Request API": "API \u0130ste\u011Fi",
412
+ "Request URL": "\u0130stek URL adresi",
413
+ "Request body": "\u0130stek g\xF6vde",
414
+ "Request headers": "\u0130stek ba\u015Fl\u0131klar\u0131",
415
+ "Request method": "\u0130stek t\xFCr\xFC",
416
+ "Request query parameters": "\u0130stek sorgusu parametreleri",
417
+ "Request settings": "\u0130stek ayarlar\u0131",
418
+ "Request success": "\u0130stek ba\u015Far\u0131l\u0131",
419
+ Required: "Zorunlu",
420
+ Reset: "S\u0131f\u0131rla",
421
+ Result: "Sonu\xE7",
422
+ "Rich Text": "Zengin Metin",
423
+ "Role UID": "Rol UID",
424
+ "Role display name": "Rol g\xF6r\xFCnen ad\u0131",
425
+ "Role name": "Rol ad\u0131",
426
+ Roles: "Roller",
427
+ "Roles & Permissions": "Roller & Yetkilendirmeler",
428
+ Save: "Kaydet",
429
+ "Save action": "Kaydet i\u015Flemi",
430
+ "Save as block template": "Blok \u015Fablonu olarak kaydet",
431
+ "Save as template": "\u015Eablon olarak kaydet",
432
+ "Save conditions": "Ko\u015Fullar\u0131 kaydet",
433
+ "Save record": "Kayd\u0131 kaydet",
434
+ "Saved successfully": "Ba\u015Far\u0131yla kaydedildi",
435
+ "Scope name": "Kapsam ad\u0131",
436
+ "Search and select collection": "Koleksiyon ara ve se\xE7",
437
+ "Search plugin": "Eklenti ara",
438
+ "Select an existing piece of data as the initialization data for the form": "Formun ba\u015Flang\u0131\xE7 \u200B\u200Bverileri olarak mevcut bir veri par\xE7as\u0131n\u0131 se\xE7in",
439
+ "Select collection": "Koleksiyon se\xE7in",
440
+ "Select data source": "Veri kayna\u011F\u0131n\u0131 se\xE7",
441
+ "Select file": "Dosya se\xE7",
442
+ "Select grouping field": "Grupland\u0131rma alan\u0131n\u0131 se\xE7",
443
+ "Select icon": "\u0130kon se\xE7",
444
+ "Select level": "Seviye se\xE7",
445
+ "Select record": "Kay\u0131t se\xE7",
446
+ "Select template": "\u015Eablon se\xE7",
447
+ "Select view": "G\xF6r\xFCn\xFCm se\xE7",
448
+ "Set data loading mode": "Veri y\xFCkleme modunu ayarla",
449
+ "Set default sorting rules": "Varsay\u0131lan s\u0131ralama kurallar\u0131n\u0131 ayarla",
450
+ "Set the data scope": "Veri kapsam\u0131n\u0131 ayarla",
451
+ "Show time": "Zaman\u0131 g\xF6ster",
452
+ "Sign in": "Giri\u015F yap",
453
+ "Sign out": "\xC7\u0131k\u0131\u015F yap",
454
+ "Sign up": "Hesap a\xE7",
455
+ "Sign up successfully, and automatically jump to the sign in page": "Ba\u015Far\u0131l\u0131 bir \u015Fekilde kaydolun ve otomatik olarak oturum a\xE7ma sayfas\u0131na ge\xE7in",
456
+ "Signed up successfully. It will jump to the login page.": "Ba\u015Far\u0131yla kaydoldu. Giri\u015F sayfas\u0131na y\xF6nlendirileceksiniz.",
457
+ "Single line text": "Tek sat\u0131rl\u0131k metin",
458
+ "Single select": "Selectbox",
459
+ "Single select and radio fields can be used as the grouping field": "Gruplama alan\u0131 olarak tek se\xE7im ve radyo alanlar\u0131 kullan\u0131labilir",
460
+ "Skip required validation": "Zorunlu alan kontrollerini atla",
461
+ "Source collection": "Kaynak koleksiyon",
462
+ "Source key": "Kaynak anahtar\u0131",
463
+ "Start date field": "Ba\u015Flang\u0131\xE7 tarihi alan\u0131",
464
+ "Stay on current page": "Ge\xE7erli sayfada kal",
465
+ Street: "Cadde",
466
+ "Sub-table": "Alt-tablo",
467
+ Subform: "Altform",
468
+ Submit: "G\xF6nder",
469
+ "Submitted successfully": "Ba\u015Far\u0131yla g\xF6nderildi",
470
+ Subtable: "Alttablo",
471
+ "Super admin": "S\xFCper admin",
472
+ "Support for a single or bulk upload, file size should not exceed": "Tek veya toplu y\xFCkleme destekler, dosya boyutu a\u015Fmamal\u0131d\u0131r",
473
+ "Switch role": "Rol de\u011Fi\u015Ftir",
474
+ "System info": "Sistem bilgisi",
475
+ "System settings": "Sistem ayarlar\u0131",
476
+ "System title": "Sistem ba\u015Fl\u0131\u011F\u0131",
477
+ "Tab name": "Sekme ad\u0131",
478
+ Table: "Tablo",
479
+ Target: "Hedef",
480
+ "Target collection": "Hedef koleksiyon",
481
+ "Target key": "Hedef anahtar\u0131",
482
+ "Target position": "Hedef pozisyon",
483
+ "Template Data": "\u015Eablon Verisi",
484
+ "Template name": "\u015Eablon ad\u0131",
485
+ Templates: "\u015Eablonlar",
486
+ "The deletion was successful.": "Silme ba\u015Far\u0131l\u0131.",
487
+ "The field has been deleted": "Alan silindi",
488
+ 'The {{type}} "{{name}}" may have been deleted. Please remove this {{blockType}}.': `{{type}} "{{name}}" silinmi\u015F olabilir. L\xFCtfen bu {{blockType}}'yi kald\u0131r\u0131n.`,
489
+ Then: "Then",
490
+ "This is a demo text, **supports Markdown syntax**.": "Bu bir \xF6rnek yaz\u0131d\u0131r, **i\u015Faretleme yaz\u0131s\u0131 destekleniyor**.",
491
+ "This is likely a Tachybase internals bug. Please open an issue at <1>here</1>": "Bu, Tachybase i\xE7 i\u015Flevleri hatas\u0131 olabilir. L\xFCtfen <1>burada</1> bir sorun a\xE7\u0131n",
492
+ "This month": "Bu Ay",
493
+ "This quarter": "Bu \xC7eyrek",
494
+ "This week": "Bu Hafta",
495
+ "This year": "Bu Y\u0131l",
496
+ "Through collection": "Toplama koleksiyon",
497
+ Time: "Saat",
498
+ "Time format": "Zaman format\u0131",
499
+ Title: "Ba\u015Fl\u0131k",
500
+ "Title field": "Ba\u015Fl\u0131k alan\u0131",
501
+ Today: "Bug\xFCn",
502
+ Tomorrow: "Yar\u0131n",
503
+ "Total {{count}} items": "Toplam {{count}} adet \xF6\u011Fe",
504
+ "Trigger workflow": "\u0130\u015F ak\u0131\u015F\u0131n\u0131 tetikle",
505
+ "Triggered when the row is clicked": "Sat\u0131r t\u0131kland\u0131\u011F\u0131nda tetiklenir",
506
+ "Try again": "Tekrar dene",
507
+ "Turn pages": "Sayfalar\u0131 \xE7evir",
508
+ "UI Editor": "UI Editor",
509
+ "UI editor": "UI editor",
510
+ Unconnected: "Ba\u011Flant\u0131 yok",
511
+ "Unsaved changes": "De\u011Fi\u015Fiklikler kaydedilmedi",
512
+ Update: "G\xFCncelle",
513
+ "Update plugin": "Eklentiyi y\xFCkselt",
514
+ "Updated successfully": "Ba\u015Far\u0131yla g\xFCncellendi",
515
+ Upgrade: "Y\xFCkselt",
516
+ Upload: "Y\xFCkle",
517
+ "Upload new version": "Yeni s\xFCr\xFCm y\xFCkle",
518
+ "Upload plugin": "Eklenti y\xFCkle",
519
+ "Use the same time zone (GMT) for all users": "T\xFCm kullan\u0131c\u0131lar i\xE7in ayn\u0131 saat dilimini (GMT) kullan\u0131n",
520
+ User: "Kullan\u0131c\u0131",
521
+ Users: "Kullan\u0131c\u0131lar",
522
+ Version: "S\xFCr\xFCm",
523
+ "Version range": "S\xFCr\xFCm aral\u0131\u011F\u0131",
524
+ View: "G\xF6r\xFCnt\xFCle",
525
+ "View all plugins": "T\xFCm eklentileri g\xF6r\xFCnt\xFCle",
526
+ "View record": "G\xF6r\xFCnt\xFCle",
527
+ Village: "K\xF6y",
528
+ Volcano: "Volkan",
529
+ Week: "Hafta",
530
+ "When submitting the following fields, the saved values are": "A\u015Fa\u011F\u0131daki alanlar g\xF6nderilirken kaydedilen de\u011Ferler",
531
+ "Work week": "\xC7al\u0131\u015Fma Haftas\u0131",
532
+ Wysiwyg: "Wysiwyg",
533
+ "Year-Month-Day": "Y\u0131l-Ay-G\xFCn",
534
+ "Year/Month/Day": "Y\u0131l/Ay/G\xFCn",
535
+ Yes: "Evet",
536
+ Yesterday: "D\xFCn",
537
+ contains: "i\xE7erir",
538
+ "data source": "veri kayna\u011F\u0131",
539
+ "does not contain": "i\xE7ermez",
540
+ "edit title": "ba\u015Fl\u0131\u011F\u0131 d\xFCzenle",
541
+ "ends with": "ile biter",
542
+ exists: "var olanlar",
543
+ is: "e\u015Fittir",
544
+ "is after": "sonra",
545
+ "is before": "\xF6nce",
546
+ "is between": "aral\u0131k",
547
+ "is empty": "bo\u015F",
548
+ "is not": "e\u015Fit de\u011Fildir",
549
+ "is not empty": "bo\u015F de\u011Fil",
550
+ "is on or after": "a\xE7\u0131k veya sonra",
551
+ "is on or before": "a\xE7\u0131k veya \xF6nce",
552
+ loading: "y\xFCkleniyor",
553
+ "name is required": "ad gereklidir",
554
+ "not ends with": "ile bitmez",
555
+ "not exists": "var olmayanlar",
556
+ "not starts with": "ile ba\u015Flamaz",
557
+ operater: "operat\xF6r",
558
+ "re-download file": "dosyay\u0131 yeniden indir",
559
+ "starts with": "ile ba\u015Flar",
560
+ "{{count}} filter items": "{{count}} filtrelenmi\u015F \xF6\u011Fe",
561
+ "{{count}} more items": "{{count}} \xF6\u011Fe daha",
562
+ "\u2260": "\u2260",
563
+ "\u2264": "\u2264",
564
+ "\u2265": "\u2265",
565
+ "12 hour": "12 saat",
566
+ "24 hour": "24 saat"
567
+ };