xlwings-server 1.1.0__py3-none-any.whl

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 (313) hide show
  1. xlwings_server/.env.template +145 -0
  2. xlwings_server/__init__.py +12 -0
  3. xlwings_server/_version.py +34 -0
  4. xlwings_server/auth/__init__.py +0 -0
  5. xlwings_server/auth/custom/__init__.py +26 -0
  6. xlwings_server/auth/entraid/__init__.py +131 -0
  7. xlwings_server/auth/entraid/jwks.py +10 -0
  8. xlwings_server/azure_functions_templates/.funcignore +28 -0
  9. xlwings_server/azure_functions_templates/function_app.py +28 -0
  10. xlwings_server/azure_functions_templates/host.json +22 -0
  11. xlwings_server/azure_functions_templates/local.settings.json +8 -0
  12. xlwings_server/build_utils/__init__.py +9 -0
  13. xlwings_server/build_utils/static_file_hasher.py +212 -0
  14. xlwings_server/cli.py +1592 -0
  15. xlwings_server/config.py +228 -0
  16. xlwings_server/custom_functions/__init__.py +8 -0
  17. xlwings_server/custom_functions/examples.py +177 -0
  18. xlwings_server/custom_scripts/__init__.py +8 -0
  19. xlwings_server/custom_scripts/examples.py +94 -0
  20. xlwings_server/databases.py +19 -0
  21. xlwings_server/dependencies.py +126 -0
  22. xlwings_server/docker_templates/.dockerignore +15 -0
  23. xlwings_server/docker_templates/Dockerfile +60 -0
  24. xlwings_server/docker_templates/docker-compose.yaml +32 -0
  25. xlwings_server/hotreload.py +59 -0
  26. xlwings_server/main.py +242 -0
  27. xlwings_server/models/__init__.py +14 -0
  28. xlwings_server/models/user.py +53 -0
  29. xlwings_server/object_handles.py +142 -0
  30. xlwings_server/routers/__init__.py +0 -0
  31. xlwings_server/routers/manifest.py +82 -0
  32. xlwings_server/routers/root.py +16 -0
  33. xlwings_server/routers/socketio.py +69 -0
  34. xlwings_server/routers/taskpane.py +12 -0
  35. xlwings_server/routers/xlwings.py +197 -0
  36. xlwings_server/security_headers.json +53 -0
  37. xlwings_server/serializers/__init__.py +25 -0
  38. xlwings_server/serializers/default_serializer.py +19 -0
  39. xlwings_server/serializers/dictionary_serializer.py +25 -0
  40. xlwings_server/serializers/framework.py +50 -0
  41. xlwings_server/serializers/numpy_serializer.py +26 -0
  42. xlwings_server/serializers/pandas_serializer.py +95 -0
  43. xlwings_server/static/css/core.css +28 -0
  44. xlwings_server/static/css/style.css +0 -0
  45. xlwings_server/static/images/favicon.png +0 -0
  46. xlwings_server/static/images/xlwings-16.png +0 -0
  47. xlwings_server/static/images/xlwings-32.png +0 -0
  48. xlwings_server/static/images/xlwings-64.png +0 -0
  49. xlwings_server/static/images/xlwings-80.png +0 -0
  50. xlwings_server/static/js/auth.js +13 -0
  51. xlwings_server/static/js/config.js +4 -0
  52. xlwings_server/static/js/core/alpinejs-csp-boilerplate.js +11 -0
  53. xlwings_server/static/js/core/bootstrap-customizations.js +7 -0
  54. xlwings_server/static/js/core/custom-functions-code.js +296 -0
  55. xlwings_server/static/js/core/examples.js +62 -0
  56. xlwings_server/static/js/core/hotreload.js +3 -0
  57. xlwings_server/static/js/core/htmx-handlers.js +86 -0
  58. xlwings_server/static/js/core/officejs-history-fix-part1.js +3 -0
  59. xlwings_server/static/js/core/officejs-history-fix-part2.js +2 -0
  60. xlwings_server/static/js/core/reload-custom-functions.js +79 -0
  61. xlwings_server/static/js/core/socketio-handlers.js +34 -0
  62. xlwings_server/static/js/core/xlwings-alert.js +22 -0
  63. xlwings_server/static/js/core/xlwingsjs/alert.js +85 -0
  64. xlwings_server/static/js/core/xlwingsjs/auth.js +63 -0
  65. xlwings_server/static/js/core/xlwingsjs/sheet-buttons.js +133 -0
  66. xlwings_server/static/js/core/xlwingsjs/utils.js +119 -0
  67. xlwings_server/static/js/core/xlwingsjs/wasm.js +131 -0
  68. xlwings_server/static/js/core/xlwingsjs/xlwings.js +1060 -0
  69. xlwings_server/static/js/main.js +0 -0
  70. xlwings_server/static/js/ribbon.js +17 -0
  71. xlwings_server/static/vendor/@alpinejs/LICENSE +21 -0
  72. xlwings_server/static/vendor/@alpinejs/csp/dist/cdn.min.js +7 -0
  73. xlwings_server/static/vendor/@microsoft/office-js/LICENSE.md +76 -0
  74. xlwings_server/static/vendor/@microsoft/office-js/dist/af-za/office_strings.js +8 -0
  75. xlwings_server/static/vendor/@microsoft/office-js/dist/agaveerrorux/agaveerrorux.js +18 -0
  76. xlwings_server/static/vendor/@microsoft/office-js/dist/agaveerrorux/images/agavedefaulticon32x32.png +0 -0
  77. xlwings_server/static/vendor/@microsoft/office-js/dist/agaveerrorux/images/agavedefaulticon96x96.png +0 -0
  78. xlwings_server/static/vendor/@microsoft/office-js/dist/agaveerrorux/images/businessbarclose_16x16x32.png +0 -0
  79. xlwings_server/static/vendor/@microsoft/office-js/dist/agaveerrorux/images/dropdownarrow_16x16x32.png +0 -0
  80. xlwings_server/static/vendor/@microsoft/office-js/dist/agaveerrorux/images/ellipsis_16x16x32.png +0 -0
  81. xlwings_server/static/vendor/@microsoft/office-js/dist/agaveerrorux/images/miniinfoblue_16x16x32.png +0 -0
  82. xlwings_server/static/vendor/@microsoft/office-js/dist/agaveerrorux/images/moe_default_icon.png +0 -0
  83. xlwings_server/static/vendor/@microsoft/office-js/dist/agaveerrorux/images/moe_status_icons.png +0 -0
  84. xlwings_server/static/vendor/@microsoft/office-js/dist/agaveerrorux/images/office.png +0 -0
  85. xlwings_server/static/vendor/@microsoft/office-js/dist/agaveerrorux/images/refresh_16x16x32.png +0 -0
  86. xlwings_server/static/vendor/@microsoft/office-js/dist/agaveerrorux/index.html +16 -0
  87. xlwings_server/static/vendor/@microsoft/office-js/dist/agaveerrorux/style/agaveerrorux.css +482 -0
  88. xlwings_server/static/vendor/@microsoft/office-js/dist/am-et/office_strings.js +1 -0
  89. xlwings_server/static/vendor/@microsoft/office-js/dist/ar-ae/office_strings.js +8 -0
  90. xlwings_server/static/vendor/@microsoft/office-js/dist/ar-bh/office_strings.js +8 -0
  91. xlwings_server/static/vendor/@microsoft/office-js/dist/ar-dz/office_strings.js +8 -0
  92. xlwings_server/static/vendor/@microsoft/office-js/dist/ar-eg/office_strings.js +8 -0
  93. xlwings_server/static/vendor/@microsoft/office-js/dist/ar-iq/office_strings.js +8 -0
  94. xlwings_server/static/vendor/@microsoft/office-js/dist/ar-jo/office_strings.js +8 -0
  95. xlwings_server/static/vendor/@microsoft/office-js/dist/ar-kw/office_strings.js +8 -0
  96. xlwings_server/static/vendor/@microsoft/office-js/dist/ar-lb/office_strings.js +8 -0
  97. xlwings_server/static/vendor/@microsoft/office-js/dist/ar-ly/office_strings.js +8 -0
  98. xlwings_server/static/vendor/@microsoft/office-js/dist/ar-ma/office_strings.js +8 -0
  99. xlwings_server/static/vendor/@microsoft/office-js/dist/ar-om/office_strings.js +8 -0
  100. xlwings_server/static/vendor/@microsoft/office-js/dist/ar-qa/office_strings.js +8 -0
  101. xlwings_server/static/vendor/@microsoft/office-js/dist/ar-sa/office_strings.js +1 -0
  102. xlwings_server/static/vendor/@microsoft/office-js/dist/ar-sy/office_strings.js +8 -0
  103. xlwings_server/static/vendor/@microsoft/office-js/dist/ar-tn/office_strings.js +8 -0
  104. xlwings_server/static/vendor/@microsoft/office-js/dist/ar-ye/office_strings.js +8 -0
  105. xlwings_server/static/vendor/@microsoft/office-js/dist/ariatelemetry/aria-web-telemetry-2.8.0.min.js +2 -0
  106. xlwings_server/static/vendor/@microsoft/office-js/dist/ariatelemetry/aria-web-telemetry-2.9.0.min.js +2 -0
  107. xlwings_server/static/vendor/@microsoft/office-js/dist/ariatelemetry/aria-web-telemetry.js +1 -0
  108. xlwings_server/static/vendor/@microsoft/office-js/dist/az-latn-az/office_strings.js +8 -0
  109. xlwings_server/static/vendor/@microsoft/office-js/dist/be-by/office_strings.js +8 -0
  110. xlwings_server/static/vendor/@microsoft/office-js/dist/bg-bg/office_strings.js +1 -0
  111. xlwings_server/static/vendor/@microsoft/office-js/dist/bn-in/office_strings.js +1 -0
  112. xlwings_server/static/vendor/@microsoft/office-js/dist/bs-latn-ba/office_strings.js +8 -0
  113. xlwings_server/static/vendor/@microsoft/office-js/dist/ca-es/office_strings.js +1 -0
  114. xlwings_server/static/vendor/@microsoft/office-js/dist/cs-cz/office_strings.js +1 -0
  115. xlwings_server/static/vendor/@microsoft/office-js/dist/cy-gb/office_strings.js +1 -0
  116. xlwings_server/static/vendor/@microsoft/office-js/dist/da-dk/office_strings.js +1 -0
  117. xlwings_server/static/vendor/@microsoft/office-js/dist/de-at/office_strings.js +8 -0
  118. xlwings_server/static/vendor/@microsoft/office-js/dist/de-ch/office_strings.js +8 -0
  119. xlwings_server/static/vendor/@microsoft/office-js/dist/de-de/office_strings.js +1 -0
  120. xlwings_server/static/vendor/@microsoft/office-js/dist/de-li/office_strings.js +8 -0
  121. xlwings_server/static/vendor/@microsoft/office-js/dist/de-lu/office_strings.js +8 -0
  122. xlwings_server/static/vendor/@microsoft/office-js/dist/el-gr/office_strings.js +1 -0
  123. xlwings_server/static/vendor/@microsoft/office-js/dist/en-029/office_strings.js +8 -0
  124. xlwings_server/static/vendor/@microsoft/office-js/dist/en-au/office_strings.js +8 -0
  125. xlwings_server/static/vendor/@microsoft/office-js/dist/en-bz/office_strings.js +8 -0
  126. xlwings_server/static/vendor/@microsoft/office-js/dist/en-ca/office_strings.js +8 -0
  127. xlwings_server/static/vendor/@microsoft/office-js/dist/en-gb/office_strings.js +8 -0
  128. xlwings_server/static/vendor/@microsoft/office-js/dist/en-ie/office_strings.js +8 -0
  129. xlwings_server/static/vendor/@microsoft/office-js/dist/en-in/office_strings.js +8 -0
  130. xlwings_server/static/vendor/@microsoft/office-js/dist/en-jm/office_strings.js +8 -0
  131. xlwings_server/static/vendor/@microsoft/office-js/dist/en-my/office_strings.js +8 -0
  132. xlwings_server/static/vendor/@microsoft/office-js/dist/en-nz/office_strings.js +8 -0
  133. xlwings_server/static/vendor/@microsoft/office-js/dist/en-ph/office_strings.js +8 -0
  134. xlwings_server/static/vendor/@microsoft/office-js/dist/en-sg/office_strings.js +8 -0
  135. xlwings_server/static/vendor/@microsoft/office-js/dist/en-tt/office_strings.js +8 -0
  136. xlwings_server/static/vendor/@microsoft/office-js/dist/en-us/office_strings.js +8 -0
  137. xlwings_server/static/vendor/@microsoft/office-js/dist/en-za/office_strings.js +8 -0
  138. xlwings_server/static/vendor/@microsoft/office-js/dist/en-zw/office_strings.js +8 -0
  139. xlwings_server/static/vendor/@microsoft/office-js/dist/es-ar/office_strings.js +8 -0
  140. xlwings_server/static/vendor/@microsoft/office-js/dist/es-bo/office_strings.js +8 -0
  141. xlwings_server/static/vendor/@microsoft/office-js/dist/es-cl/office_strings.js +8 -0
  142. xlwings_server/static/vendor/@microsoft/office-js/dist/es-co/office_strings.js +8 -0
  143. xlwings_server/static/vendor/@microsoft/office-js/dist/es-cr/office_strings.js +8 -0
  144. xlwings_server/static/vendor/@microsoft/office-js/dist/es-do/office_strings.js +8 -0
  145. xlwings_server/static/vendor/@microsoft/office-js/dist/es-ec/office_strings.js +8 -0
  146. xlwings_server/static/vendor/@microsoft/office-js/dist/es-es/office_strings.js +1 -0
  147. xlwings_server/static/vendor/@microsoft/office-js/dist/es-gt/office_strings.js +8 -0
  148. xlwings_server/static/vendor/@microsoft/office-js/dist/es-hn/office_strings.js +8 -0
  149. xlwings_server/static/vendor/@microsoft/office-js/dist/es-mx/office_strings.js +1 -0
  150. xlwings_server/static/vendor/@microsoft/office-js/dist/es-ni/office_strings.js +8 -0
  151. xlwings_server/static/vendor/@microsoft/office-js/dist/es-pa/office_strings.js +8 -0
  152. xlwings_server/static/vendor/@microsoft/office-js/dist/es-pe/office_strings.js +8 -0
  153. xlwings_server/static/vendor/@microsoft/office-js/dist/es-pr/office_strings.js +8 -0
  154. xlwings_server/static/vendor/@microsoft/office-js/dist/es-py/office_strings.js +8 -0
  155. xlwings_server/static/vendor/@microsoft/office-js/dist/es-sv/office_strings.js +8 -0
  156. xlwings_server/static/vendor/@microsoft/office-js/dist/es-us/office_strings.js +8 -0
  157. xlwings_server/static/vendor/@microsoft/office-js/dist/es-uy/office_strings.js +8 -0
  158. xlwings_server/static/vendor/@microsoft/office-js/dist/es-ve/office_strings.js +8 -0
  159. xlwings_server/static/vendor/@microsoft/office-js/dist/es6-promise.js +5 -0
  160. xlwings_server/static/vendor/@microsoft/office-js/dist/et-ee/office_strings.js +1 -0
  161. xlwings_server/static/vendor/@microsoft/office-js/dist/eu-es/office_strings.js +1 -0
  162. xlwings_server/static/vendor/@microsoft/office-js/dist/excel-15.01.js +11 -0
  163. xlwings_server/static/vendor/@microsoft/office-js/dist/excel-15.02.js +11 -0
  164. xlwings_server/static/vendor/@microsoft/office-js/dist/excel-15.js +11 -0
  165. xlwings_server/static/vendor/@microsoft/office-js/dist/excel-mac-16.00-core.js +11 -0
  166. xlwings_server/static/vendor/@microsoft/office-js/dist/excel-mac-16.00.js +25 -0
  167. xlwings_server/static/vendor/@microsoft/office-js/dist/excel-web-16.00-core.js +11 -0
  168. xlwings_server/static/vendor/@microsoft/office-js/dist/excel-web-16.00.js +25 -0
  169. xlwings_server/static/vendor/@microsoft/office-js/dist/excel-win32-16.00.js +19 -0
  170. xlwings_server/static/vendor/@microsoft/office-js/dist/excel-win32-16.01-core.js +11 -0
  171. xlwings_server/static/vendor/@microsoft/office-js/dist/excel-win32-16.01.js +25 -0
  172. xlwings_server/static/vendor/@microsoft/office-js/dist/excel-winrt-16.00.js +25 -0
  173. xlwings_server/static/vendor/@microsoft/office-js/dist/excelios-15.js +11 -0
  174. xlwings_server/static/vendor/@microsoft/office-js/dist/excelwebapp-15.01.js +11 -0
  175. xlwings_server/static/vendor/@microsoft/office-js/dist/excelwebapp-15.02.js +11 -0
  176. xlwings_server/static/vendor/@microsoft/office-js/dist/excelwebapp-15.js +11 -0
  177. xlwings_server/static/vendor/@microsoft/office-js/dist/fa-ir/office_strings.js +1 -0
  178. xlwings_server/static/vendor/@microsoft/office-js/dist/fi-fi/office_strings.js +1 -0
  179. xlwings_server/static/vendor/@microsoft/office-js/dist/fil-ph/office_strings.js +1 -0
  180. xlwings_server/static/vendor/@microsoft/office-js/dist/fr-be/office_strings.js +8 -0
  181. xlwings_server/static/vendor/@microsoft/office-js/dist/fr-ca/office_strings.js +1 -0
  182. xlwings_server/static/vendor/@microsoft/office-js/dist/fr-ch/office_strings.js +8 -0
  183. xlwings_server/static/vendor/@microsoft/office-js/dist/fr-fr/office_strings.js +1 -0
  184. xlwings_server/static/vendor/@microsoft/office-js/dist/fr-lu/office_strings.js +8 -0
  185. xlwings_server/static/vendor/@microsoft/office-js/dist/fr-mc/office_strings.js +8 -0
  186. xlwings_server/static/vendor/@microsoft/office-js/dist/ga-ie/office_strings.js +8 -0
  187. xlwings_server/static/vendor/@microsoft/office-js/dist/gl-es/office_strings.js +1 -0
  188. xlwings_server/static/vendor/@microsoft/office-js/dist/gu-in/office_strings.js +1 -0
  189. xlwings_server/static/vendor/@microsoft/office-js/dist/he-il/office_strings.js +1 -0
  190. xlwings_server/static/vendor/@microsoft/office-js/dist/hi-in/office_strings.js +1 -0
  191. xlwings_server/static/vendor/@microsoft/office-js/dist/hr-ba/office_strings.js +8 -0
  192. xlwings_server/static/vendor/@microsoft/office-js/dist/hr-hr/office_strings.js +1 -0
  193. xlwings_server/static/vendor/@microsoft/office-js/dist/html2canvas.js +8 -0
  194. xlwings_server/static/vendor/@microsoft/office-js/dist/hu-hu/office_strings.js +1 -0
  195. xlwings_server/static/vendor/@microsoft/office-js/dist/hy-am/office_strings.js +8 -0
  196. xlwings_server/static/vendor/@microsoft/office-js/dist/id-id/office_strings.js +1 -0
  197. xlwings_server/static/vendor/@microsoft/office-js/dist/is-is/office_strings.js +1 -0
  198. xlwings_server/static/vendor/@microsoft/office-js/dist/it-ch/office_strings.js +8 -0
  199. xlwings_server/static/vendor/@microsoft/office-js/dist/it-it/office_strings.js +1 -0
  200. xlwings_server/static/vendor/@microsoft/office-js/dist/ja-jp/office_strings.js +1 -0
  201. xlwings_server/static/vendor/@microsoft/office-js/dist/ka-ge/office_strings.js +8 -0
  202. xlwings_server/static/vendor/@microsoft/office-js/dist/kk-kz/office_strings.js +1 -0
  203. xlwings_server/static/vendor/@microsoft/office-js/dist/km-kh/office_strings.js +8 -0
  204. xlwings_server/static/vendor/@microsoft/office-js/dist/kn-in/office_strings.js +1 -0
  205. xlwings_server/static/vendor/@microsoft/office-js/dist/ko-kr/office_strings.js +1 -0
  206. xlwings_server/static/vendor/@microsoft/office-js/dist/lb-lu/office_strings.js +8 -0
  207. xlwings_server/static/vendor/@microsoft/office-js/dist/lo-la/office_strings.js +1 -0
  208. xlwings_server/static/vendor/@microsoft/office-js/dist/lt-lt/office_strings.js +1 -0
  209. xlwings_server/static/vendor/@microsoft/office-js/dist/lv-lv/office_strings.js +1 -0
  210. xlwings_server/static/vendor/@microsoft/office-js/dist/mk-mk/office_strings.js +8 -0
  211. xlwings_server/static/vendor/@microsoft/office-js/dist/ml-in/office_strings.js +1 -0
  212. xlwings_server/static/vendor/@microsoft/office-js/dist/mn-mn/office_strings.js +8 -0
  213. xlwings_server/static/vendor/@microsoft/office-js/dist/mr-in/office_strings.js +1 -0
  214. xlwings_server/static/vendor/@microsoft/office-js/dist/ms-bn/office_strings.js +8 -0
  215. xlwings_server/static/vendor/@microsoft/office-js/dist/ms-my/office_strings.js +1 -0
  216. xlwings_server/static/vendor/@microsoft/office-js/dist/mt-mt/office_strings.js +8 -0
  217. xlwings_server/static/vendor/@microsoft/office-js/dist/nb-no/office_strings.js +1 -0
  218. xlwings_server/static/vendor/@microsoft/office-js/dist/ne-np/office_strings.js +8 -0
  219. xlwings_server/static/vendor/@microsoft/office-js/dist/nl-be/office_strings.js +8 -0
  220. xlwings_server/static/vendor/@microsoft/office-js/dist/nl-nl/office_strings.js +1 -0
  221. xlwings_server/static/vendor/@microsoft/office-js/dist/nn-no/office_strings.js +1 -0
  222. xlwings_server/static/vendor/@microsoft/office-js/dist/o15apptofilemappingtable.js +11 -0
  223. xlwings_server/static/vendor/@microsoft/office-js/dist/office-vsdoc.js +28596 -0
  224. xlwings_server/static/vendor/@microsoft/office-js/dist/office.js +84 -0
  225. xlwings_server/static/vendor/@microsoft/office-js/dist/pl-pl/office_strings.js +1 -0
  226. xlwings_server/static/vendor/@microsoft/office-js/dist/pt-br/office_strings.js +1 -0
  227. xlwings_server/static/vendor/@microsoft/office-js/dist/pt-pt/office_strings.js +1 -0
  228. xlwings_server/static/vendor/@microsoft/office-js/dist/ro-ro/office_strings.js +1 -0
  229. xlwings_server/static/vendor/@microsoft/office-js/dist/ru-ru/office_strings.js +1 -0
  230. xlwings_server/static/vendor/@microsoft/office-js/dist/si-lk/office_strings.js +8 -0
  231. xlwings_server/static/vendor/@microsoft/office-js/dist/sk-sk/office_strings.js +1 -0
  232. xlwings_server/static/vendor/@microsoft/office-js/dist/sl-si/office_strings.js +1 -0
  233. xlwings_server/static/vendor/@microsoft/office-js/dist/sq-al/office_strings.js +8 -0
  234. xlwings_server/static/vendor/@microsoft/office-js/dist/sr-cyrl-cs/office_strings.js +1 -0
  235. xlwings_server/static/vendor/@microsoft/office-js/dist/sr-cyrl-rs/office_strings.js +1 -0
  236. xlwings_server/static/vendor/@microsoft/office-js/dist/sr-latn-cs/office_strings.js +1 -0
  237. xlwings_server/static/vendor/@microsoft/office-js/dist/sr-latn-rs/office_strings.js +1 -0
  238. xlwings_server/static/vendor/@microsoft/office-js/dist/sv-fi/office_strings.js +8 -0
  239. xlwings_server/static/vendor/@microsoft/office-js/dist/sv-se/office_strings.js +1 -0
  240. xlwings_server/static/vendor/@microsoft/office-js/dist/sw-ke/office_strings.js +1 -0
  241. xlwings_server/static/vendor/@microsoft/office-js/dist/ta-in/office_strings.js +1 -0
  242. xlwings_server/static/vendor/@microsoft/office-js/dist/te-in/office_strings.js +1 -0
  243. xlwings_server/static/vendor/@microsoft/office-js/dist/telemetry/oteljs.js +1 -0
  244. xlwings_server/static/vendor/@microsoft/office-js/dist/telemetry/oteljs_agave.js +1 -0
  245. xlwings_server/static/vendor/@microsoft/office-js/dist/th-th/office_strings.js +1 -0
  246. xlwings_server/static/vendor/@microsoft/office-js/dist/tr-tr/office_strings.js +1 -0
  247. xlwings_server/static/vendor/@microsoft/office-js/dist/uk-ua/office_strings.js +1 -0
  248. xlwings_server/static/vendor/@microsoft/office-js/dist/ur-pk/office_strings.js +1 -0
  249. xlwings_server/static/vendor/@microsoft/office-js/dist/vi-vn/office_strings.js +1 -0
  250. xlwings_server/static/vendor/@microsoft/office-js/dist/webauth/webauth.browserauth.js +77 -0
  251. xlwings_server/static/vendor/@microsoft/office-js/dist/webauth/webauth.implicit.js +35 -0
  252. xlwings_server/static/vendor/@microsoft/office-js/dist/zh-cn/office_strings.js +1 -0
  253. xlwings_server/static/vendor/@microsoft/office-js/dist/zh-hk/office_strings.js +8 -0
  254. xlwings_server/static/vendor/@microsoft/office-js/dist/zh-mo/office_strings.js +8 -0
  255. xlwings_server/static/vendor/@microsoft/office-js/dist/zh-sg/office_strings.js +8 -0
  256. xlwings_server/static/vendor/@microsoft/office-js/dist/zh-tw/office_strings.js +1 -0
  257. xlwings_server/static/vendor/axios/dist/axios.min.js +3 -0
  258. xlwings_server/static/vendor/axios/dist/axios.min.js.map +1 -0
  259. xlwings_server/static/vendor/bootstrap/LICENSE +21 -0
  260. xlwings_server/static/vendor/bootstrap/dist/js/bootstrap.bundle.min.js +7 -0
  261. xlwings_server/static/vendor/bootstrap/dist/js/bootstrap.bundle.min.js.map +1 -0
  262. xlwings_server/static/vendor/bootstrap-xlwings/dist/bootstrap-xlwings.min.css +12 -0
  263. xlwings_server/static/vendor/bootstrap-xlwings/dist/bootstrap-xlwings.min.css.map +1 -0
  264. xlwings_server/static/vendor/htmx-ext-head-support/head-support.js +144 -0
  265. xlwings_server/static/vendor/htmx-ext-loading-states/loading-states.js +184 -0
  266. xlwings_server/static/vendor/htmx.org/LICENSE +13 -0
  267. xlwings_server/static/vendor/htmx.org/dist/htmx.min.js +1 -0
  268. xlwings_server/static/vendor/socket.io/LICENSE +22 -0
  269. xlwings_server/static/vendor/socket.io/client-dist/socket.io.min.js +7 -0
  270. xlwings_server/static/vendor/socket.io/client-dist/socket.io.min.js.map +1 -0
  271. xlwings_server/templates/_book.html +8 -0
  272. xlwings_server/templates/alert_base.html +16 -0
  273. xlwings_server/templates/base.html +117 -0
  274. xlwings_server/templates/examples/alpine/README.md +26 -0
  275. xlwings_server/templates/examples/alpine/taskpane.html +47 -0
  276. xlwings_server/templates/examples/auth/README.md +38 -0
  277. xlwings_server/templates/examples/auth/protected.html +8 -0
  278. xlwings_server/templates/examples/auth/public.html +11 -0
  279. xlwings_server/templates/examples/excel_object_model/README.md +49 -0
  280. xlwings_server/templates/examples/excel_object_model/add_name_form.html +27 -0
  281. xlwings_server/templates/examples/hello_world/README.md +9 -0
  282. xlwings_server/templates/examples/hello_world/taskpane_hello.html +24 -0
  283. xlwings_server/templates/examples/htmx_form/README.md +44 -0
  284. xlwings_server/templates/examples/htmx_form/_greeting.html +6 -0
  285. xlwings_server/templates/examples/htmx_form/taskpane_htmx_form.html +21 -0
  286. xlwings_server/templates/examples/live_form_validation/README.md +60 -0
  287. xlwings_server/templates/examples/live_form_validation/add_name_form.html +33 -0
  288. xlwings_server/templates/examples/multi_app/README.md +34 -0
  289. xlwings_server/templates/examples/multi_app/taskpane1.html +7 -0
  290. xlwings_server/templates/examples/multi_app/taskpane2.html +7 -0
  291. xlwings_server/templates/examples/multi_app/taskpane_loader.html +5 -0
  292. xlwings_server/templates/examples/navigation/README.md +28 -0
  293. xlwings_server/templates/examples/navigation/_navigation.html +16 -0
  294. xlwings_server/templates/examples/navigation/taskpane_one.html +8 -0
  295. xlwings_server/templates/examples/navigation/taskpane_three.html +8 -0
  296. xlwings_server/templates/examples/navigation/taskpane_two.html +8 -0
  297. xlwings_server/templates/examples/pictures/README.md +42 -0
  298. xlwings_server/templates/examples/pictures/_picture.html +4 -0
  299. xlwings_server/templates/examples/pictures/taskpane_pictures.html +26 -0
  300. xlwings_server/templates/manifest.xml +155 -0
  301. xlwings_server/templates/taskpane.html +1 -0
  302. xlwings_server/templates/xlwings_alert.html +27 -0
  303. xlwings_server/templates.py +61 -0
  304. xlwings_server/utils.py +32 -0
  305. xlwings_server/wasm/__init__.py +0 -0
  306. xlwings_server/wasm/config.py +24 -0
  307. xlwings_server/wasm/main.py +236 -0
  308. xlwings_server/wasm/requirements.txt +5 -0
  309. xlwings_server-1.1.0.dist-info/METADATA +61 -0
  310. xlwings_server-1.1.0.dist-info/RECORD +313 -0
  311. xlwings_server-1.1.0.dist-info/WHEEL +4 -0
  312. xlwings_server-1.1.0.dist-info/entry_points.txt +2 -0
  313. xlwings_server-1.1.0.dist-info/licenses/LICENSE.md +223 -0
@@ -0,0 +1,8 @@
1
+ if (window.Type && window.Type.registerNamespace) {
2
+ Type.registerNamespace("Strings");} else {
3
+ if(typeof(window['"Strings"']) == 'undefined') {
4
+ window['"Strings"'] = new Object(); window['"Strings"']. __namespace = true;
5
+ }
6
+
7
+ }
8
+ Strings.OfficeOM=function(){};if (Strings.OfficeOM.registerClass) Strings.OfficeOM.registerClass("Strings.OfficeOM");Strings.OfficeOM.L_APICallFailed="API Call Failed";Strings.OfficeOM.L_APINotSupported="API Not Supported";Strings.OfficeOM.L_ActivityLimitReached="Activity limit has been reached.";Strings.OfficeOM.L_AddBindingFromPromptDefaultText="Please make a selection.";Strings.OfficeOM.L_AddinIsAlreadyRequestingToken="Add-in is already requesting an access token.";Strings.OfficeOM.L_AddinIsAlreadyRequestingTokenMessage="The operation failed because this add-in is already requesting an access token.";Strings.OfficeOM.L_ApiNotFoundDetails="The method or property {0} is part of the {1} requirement set, which is not available in your version of {2}.";Strings.OfficeOM.L_AppNameNotExist="Add-in Name for {0} doesn't exist.";Strings.OfficeOM.L_AppNotExistInitializeNotCalled="Application {0} does not exist. Microsoft.Office.WebExtension.initialize(reason) is not called.";Strings.OfficeOM.L_AttemptingToSetReadOnlyProperty="Attempting to set read-only property '{0}'.";Strings.OfficeOM.L_BadSelectorString="The string passed into the selector is improperly formatted or unsupported.";Strings.OfficeOM.L_BindingCreationError="Binding Creation Error";Strings.OfficeOM.L_BindingNotExist="The specified binding does not exist.";Strings.OfficeOM.L_BindingToMultipleSelection="Noncontiguous selections are not supported.";Strings.OfficeOM.L_BrowserAPINotSupported="This browser does not support the requested API.";Strings.OfficeOM.L_CallbackNotAFunction="Callback must be of type function, was of type {0}.";Strings.OfficeOM.L_CancelButton="Cancel";Strings.OfficeOM.L_CannotApplyPropertyThroughSetMethod="Changes to property '{0}' cannot be applied through an \"object.set\" method.";Strings.OfficeOM.L_CannotNavigateTo="The object is located in a place where navigation is not supported.";Strings.OfficeOM.L_CannotRegisterEvent="The event handler cannot be registered.";Strings.OfficeOM.L_CannotWriteToSelection="Cannot write to the current selection.";Strings.OfficeOM.L_CellDataAmountBeyondLimits="Note: The number of cells in a table is suggested to be below 20,000 cells.";Strings.OfficeOM.L_CellFormatAmountBeyondLimits="Note: The formatting sets set by a Formatting API call is suggested to be below 100.";Strings.OfficeOM.L_CloseFileBeforeRetrieve="Call closeAsync on the current File before retrieving another.";Strings.OfficeOM.L_CoercionTypeNotMatchBinding="The specified coercion type is not compatible with this binding type.";Strings.OfficeOM.L_CoercionTypeNotSupported="The specified coercion type is not supported.";Strings.OfficeOM.L_ColIndexOutOfRange="The column index value is out of the allowed range. Use a value (0 or higher) that's less than the number of columns.";Strings.OfficeOM.L_ConfirmCancelMessage="Sorry, we can't continue.";Strings.OfficeOM.L_ConfirmDialog="The domain {0} is acting as Microsoft Office and can run Office add-ins, which may access your personal data. If you trust the domain to run as Office and access your data, click OK to continue.";Strings.OfficeOM.L_ConfirmDialogApiTrustsParent="You are about to send and receive potentially sensitive information from {0}. Only click OK if you trust the following website recieving the sensitive information: {1}.";Strings.OfficeOM.L_ConfirmDialogConsent="By clicking OK, you will allow {0} access to your content and personal information. ";Strings.OfficeOM.L_ConfirmDialogConsentTitle="One moment ...";Strings.OfficeOM.L_ConfirmRefreshMessage="To continue, remove the add-in and add it again, or refresh the page.";Strings.OfficeOM.L_ConnectionFailureWithDetails="The request failed with status code of {0}, error code {1} and the following error message: {2}";Strings.OfficeOM.L_ConnectionFailureWithStatus="The request failed with status code of {0}.";Strings.OfficeOM.L_ContinueButton="Continue";Strings.OfficeOM.L_CustomFunctionDefinitionMissing="A property with this name that represents the function's definition must exist on Excel.Script.CustomFunctions.";Strings.OfficeOM.L_CustomFunctionImplementationMissing="The property with this name on Excel.Script.CustomFunctions that represents the function's definition must contain a 'call' property that implements the function.";Strings.OfficeOM.L_CustomFunctionNameCannotSplit="The function name must contain a non-empty namespace and a non-empty short name.";Strings.OfficeOM.L_CustomFunctionNameContainsBadChars="The function name may only contain letters, digits, underscores, and periods.";Strings.OfficeOM.L_CustomXmlError="Custom XML Error.";Strings.OfficeOM.L_CustomXmlExceedQuotaMessage="XPath limits selection to 1024 items.";Strings.OfficeOM.L_CustomXmlExceedQuotaName="Selection Limit Reached";Strings.OfficeOM.L_CustomXmlNodeNotFound="The specified node was not found.";Strings.OfficeOM.L_CustomXmlOutOfDateMessage="The data is out of date. Retrieve the object again.";Strings.OfficeOM.L_CustomXmlOutOfDateName="Data Not Current";Strings.OfficeOM.L_DataNotMatchBindingSize="The supplied data object does not match the size of the current selection.";Strings.OfficeOM.L_DataNotMatchBindingType="The specified data object is not compatible with the binding type.";Strings.OfficeOM.L_DataNotMatchCoercionType="The type of the specified data object is not compatible with the current selection.";Strings.OfficeOM.L_DataNotMatchSelection="The supplied data object is not compatible with the shape or dimensions of the current selection.";Strings.OfficeOM.L_DataReadError="Data Read Error";Strings.OfficeOM.L_DataStale="Data Not Current";Strings.OfficeOM.L_DataWriteError="Data Write Error";Strings.OfficeOM.L_DataWriteReminder="Data Write Reminder";Strings.OfficeOM.L_DialogAddressNotTrusted="The domain of the URL is not included in the AppDomains element in the manifest, and is not subdomain of source location.";Strings.OfficeOM.L_DialogAlreadyOpened="The operation failed because this add-in already has an active dialog.";Strings.OfficeOM.L_DialogInvalidScheme="The URL scheme is not supported. Use HTTPS instead.";Strings.OfficeOM.L_DialogNavigateError="Dialog Navigation Error";Strings.OfficeOM.L_DialogOK="OK";Strings.OfficeOM.L_DialogParentIsMinimized="The operation failed because parent window is minimized.";Strings.OfficeOM.L_DialogRequireHTTPS="The HTTP protocol is not supported. Use HTTPS instead";Strings.OfficeOM.L_DisplayDialogError="Display Dialog Error";Strings.OfficeOM.L_DocumentIsInactive="The operation failed because the document containing this add-in is inactive.";Strings.OfficeOM.L_DocumentReadOnly="The requested operation is not allowed on the current document mode.";Strings.OfficeOM.L_ElementMissing="We couldn't format the table cell because some parameter values are missing. Double-check the parameters and try again.";Strings.OfficeOM.L_EventHandlerAdditionFailed="Failed to add the event handler.";Strings.OfficeOM.L_EventHandlerNotExist="The specified event handler was not found for this binding.";Strings.OfficeOM.L_EventHandlerRemovalFailed="Failed to remove the event handler.";Strings.OfficeOM.L_EventRegistrationError="Event Registration Error";Strings.OfficeOM.L_FileTypeNotSupported="The specified file type is not supported.";Strings.OfficeOM.L_FormatValueOutOfRange="The value is out of the allowed range.";Strings.OfficeOM.L_FormattingReminder="Formatting Reminder";Strings.OfficeOM.L_FunctionCallFailed="Function {0} call failed, error code: {1}.";Strings.OfficeOM.L_GetDataIsTooLarge="The requested data set is too large.";Strings.OfficeOM.L_GetDataParametersConflict="The specified parameters conflict.";Strings.OfficeOM.L_GetSelectionNotSupported="The current selection is not supported.";Strings.OfficeOM.L_HostError="Host Error";Strings.OfficeOM.L_ImplicitGetAuthContextMissing="The function to get authentication context is missing";Strings.OfficeOM.L_ImplicitNotLoaded="The module is not loaded before acquire a token";Strings.OfficeOM.L_InValidOptionalArgument="invalid optional argument";Strings.OfficeOM.L_IndexOutOfRange="Index out of range.";Strings.OfficeOM.L_InitializeNotReady="Office.js has not been fully loaded yet. Please try again later or make sure to add your initialization code on the Office.initialize function.";Strings.OfficeOM.L_InternalError="Internal Error";Strings.OfficeOM.L_InternalErrorDescription="An internal error has occurred.";Strings.OfficeOM.L_InvalidAPICall="Invalid API Call";Strings.OfficeOM.L_InvalidApiArgumentsMessage="Invalid input arguments.";Strings.OfficeOM.L_InvalidApiCallInContext="Invalid API call in the current context.";Strings.OfficeOM.L_InvalidArgument="The argument '{0}' doesn't work for this situation, is missing, or isn't in the right format.";Strings.OfficeOM.L_InvalidArgumentGeneric="The argument(s) passed into the function don't work for this situation, are missing, or aren't in the right format.";Strings.OfficeOM.L_InvalidBinding="Invalid Binding";Strings.OfficeOM.L_InvalidBindingError="Invalid Binding Error";Strings.OfficeOM.L_InvalidBindingOperation="Invalid Binding Operation";Strings.OfficeOM.L_InvalidCellsValue="One or more of the cells parameters have values that aren't allowed. Double-check the values and try again.";Strings.OfficeOM.L_InvalidCoercion="Invalid Coercion Type";Strings.OfficeOM.L_InvalidColumnsForBinding="The specified columns are invalid.";Strings.OfficeOM.L_InvalidDataFormat="The format of the specified data object is invalid.";Strings.OfficeOM.L_InvalidDataObject="Invalid Data Object";Strings.OfficeOM.L_InvalidFormat="Invalid Format Error";Strings.OfficeOM.L_InvalidFormatValue="One or more of the format parameters have values that aren't allowed. Double-check the values and try again.";Strings.OfficeOM.L_InvalidGetColumns="The specified columns are invalid.";Strings.OfficeOM.L_InvalidGetRowColumnCounts="The specified rowCount or columnCount values are invalid.";Strings.OfficeOM.L_InvalidGetRows="The specified rows are invalid.";Strings.OfficeOM.L_InvalidGetStartRowColumn="The specified startRow or startColumn values are invalid.";Strings.OfficeOM.L_InvalidGrant="Preauthorization missing.";Strings.OfficeOM.L_InvalidGrantMessage="Missing grant for this add-in.";Strings.OfficeOM.L_InvalidNamedItemForBindingType="The specified binding type is not compatible with the supplied named item.";Strings.OfficeOM.L_InvalidNode="Invalid Node";Strings.OfficeOM.L_InvalidObjectPath='The object path \'{0}\' isn\'t working for what you\'re trying to do. If you\'re using the object across multiple "context.sync" calls and outside the sequential execution of a ".run" batch, please use the "context.trackedObjects.add()" and "context.trackedObjects.remove()" methods to manage the object\'s lifetime.';Strings.OfficeOM.L_InvalidOperationInCellEditMode="Excel is in cell-editing mode. Please exit the edit mode by pressing ENTER or TAB or selecting another cell, and then try again.";Strings.OfficeOM.L_InvalidOrTimedOutSession="Invalid Or Timed Out Session";Strings.OfficeOM.L_InvalidOrTimedOutSessionMessage="Your Office session has expired or is invalid. To continue, refresh the page.";Strings.OfficeOM.L_InvalidParameters="Function {0} has invalid parameters.";Strings.OfficeOM.L_InvalidReadForBlankRow="The specified row is blank.";Strings.OfficeOM.L_InvalidRequestContext="Cannot use the object across different request contexts.";Strings.OfficeOM.L_InvalidResourceUrl="Invalid application resource Url provided.";Strings.OfficeOM.L_InvalidResourceUrlMessage="Invalid resource Url specified in the manifest.";Strings.OfficeOM.L_InvalidSSOAddinMessage="The identity API is not supported for this add-in.";Strings.OfficeOM.L_InvalidSelectionForBindingType="A binding cannot be created with the current selection and the specified binding type.";Strings.OfficeOM.L_InvalidSetColumns="The specified columns are invalid.";Strings.OfficeOM.L_InvalidSetRows="The specified rows are invalid.";Strings.OfficeOM.L_InvalidSetStartRowColumn="The specified startRow or startColumn values are invalid.";Strings.OfficeOM.L_InvalidTableOptionValue="One or more of the tableOptions parameters have values that aren't allowed. Double-check the values and try again.";Strings.OfficeOM.L_InvalidValue="Invalid Value";Strings.OfficeOM.L_MemoryLimit="Memory Limit Exceeded";Strings.OfficeOM.L_MissingParameter="Missing Parameter";Strings.OfficeOM.L_MissingRequiredArguments="missing some required arguments";Strings.OfficeOM.L_ModalDialogOpeng="The operation failed because this add-in already has an active modal dialog.";Strings.OfficeOM.L_MultipleNamedItemFound="Multiple objects with the same name were found.";Strings.OfficeOM.L_NamedItemNotFound="The named item does not exist.";Strings.OfficeOM.L_NavOutOfBound="The operation failed because the index is out of range.";Strings.OfficeOM.L_NetworkProblem="Network Problem";Strings.OfficeOM.L_NetworkProblemRetrieveFile="A network problem has prevented retrieval of the file.";Strings.OfficeOM.L_NewWindowCrossZone="The security settings in your browser prevent us from creating a dialog box. Try a different browser, or {0} so that '{1}' and the domain shown in your address bar are in the same security zone.";Strings.OfficeOM.L_NewWindowCrossZoneConfigureBrowserLink="configure your browser";Strings.OfficeOM.L_NewWindowCrossZoneErrorString="Browser restrictions prevented us from creating the dialog box. The domain of dialog box and the domain of the add-in host are not in the same security zone.";Strings.OfficeOM.L_NoCapability="You don't have sufficient permissions for this action.";Strings.OfficeOM.L_NoHttpsWAC="This Office session is not using a secure connection. We recommend that you take extra precautions.";Strings.OfficeOM.L_NonUniformPartialGetNotSupported="Coordinate parameters cannot be used with coercion type Table when the table contains merged cells.";Strings.OfficeOM.L_NonUniformPartialSetNotSupported="Coordinate parameters cannot be used with coercion type Table when the table contains merged cells.";Strings.OfficeOM.L_NotImplemented="Function {0} is not implemented.";Strings.OfficeOM.L_NotSupported="Function {0} is not supported.";Strings.OfficeOM.L_NotSupportedBindingType="The specified binding type {0} is not supported.";Strings.OfficeOM.L_NotSupportedEventType="The specified event type {0} is not supported.";Strings.OfficeOM.L_NotTrustedWAC="This add-in has been disabled to help keep you safe. To continue using the add-in, validate that this item is hosted in a trusted domain or open it in the Office desktop app.";Strings.OfficeOM.L_OKButton="OK";Strings.OfficeOM.L_OperationCancelledError="Operation Cancelled";Strings.OfficeOM.L_OperationCancelledErrorMessage="The operation was cancelled by the user.";Strings.OfficeOM.L_OperationNotSupported="The operation is not supported.";Strings.OfficeOM.L_OperationNotSupportedOnMatrixData="Selected content needs to be in table format. Format the data as a table and try again.";Strings.OfficeOM.L_OperationNotSupportedOnThisBindingType="Operation is not supported on this binding type.";Strings.OfficeOM.L_OsfControlTypeNotSupported="OsfControl type not supported.";Strings.OfficeOM.L_OutOfRange="Out of Range";Strings.OfficeOM.L_OverwriteWorksheetData="The set operation failed because the supplied data object will overwrite or shift data.";Strings.OfficeOM.L_PermissionDenied="Permission Denied";Strings.OfficeOM.L_PropertyDoesNotExist="Property '{0}' does not exist on the object.";Strings.OfficeOM.L_PropertyNotLoaded="The property '{0}' is not available. Before reading the property's value, call the load method on the containing object and call \"context.sync()\" on the associated request context.";Strings.OfficeOM.L_ReadSettingsError="Read Settings Error";Strings.OfficeOM.L_RedundantCallbackSpecification="Callback cannot be specified both in argument list and in optional object.";Strings.OfficeOM.L_RequestPayloadSizeLimitExceededMessage='The request payload size has exceeded the limit. Please refer to the documentation: "https://docs.microsoft.com/office/dev/add-ins/concepts/resource-limits-and-performance-optimization#excel-add-ins".';Strings.OfficeOM.L_RequestTimeout="The call took too long to execute.";Strings.OfficeOM.L_RequestTokenUnavailable="This API has been throttled to slow the call frequency.";Strings.OfficeOM.L_ResponsePayloadSizeLimitExceededMessage='The response payload size has exceeded the limit. Please refer to the documentation: "https://docs.microsoft.com/office/dev/add-ins/concepts/resource-limits-and-performance-optimization#excel-add-ins".';Strings.OfficeOM.L_RowIndexOutOfRange="The row index value is out of the allowed range. Use a value (0 or higher) that's less than the number of rows.";Strings.OfficeOM.L_RunMustReturnPromise='The batch function passed to the ".run" method didn\'t return a promise. The function must return a promise, so that any automatically-tracked objects can be released at the completion of the batch operation. Typically, you return a promise by returning the response from "context.sync()".';Strings.OfficeOM.L_SSOClientError="Error occurred in the authentication request from Office.";Strings.OfficeOM.L_SSOClientErrorMessage="An unexpected error occurred in the client.";Strings.OfficeOM.L_SSOConnectionLostError="A connection was lost during the sign in process.";Strings.OfficeOM.L_SSOConnectionLostErrorMessage="A connection was lost during the sign in process, and the user may not be signed in. This was likely due to the user's browser configuration settings, such as security zones.";Strings.OfficeOM.L_SSOServerError="Error occurred in the authentication provider.";Strings.OfficeOM.L_SSOServerErrorMessage="An unexpected error occurred on the server.";Strings.OfficeOM.L_SSOUnsupportedPlatform="API is not supported in this platform.";Strings.OfficeOM.L_SSOUserConsentNotSupportedByCurrentAddinCategory="This add-in does not support user consent.";Strings.OfficeOM.L_SSOUserConsentNotSupportedByCurrentAddinCategoryMessage="The operation failed because this add-in does not support user consent in this category";Strings.OfficeOM.L_SaveSettingsError="Save Settings Error";Strings.OfficeOM.L_SelectionCannotBound="Cannot bind to the current selection.";Strings.OfficeOM.L_SelectionNotSupportCoercionType="The current selection is not compatible with the specified coercion type.";Strings.OfficeOM.L_SetDataIsTooLarge="The specified data object is too large.";Strings.OfficeOM.L_SetDataParametersConflict="The specified parameters conflict.";Strings.OfficeOM.L_SettingNameNotExist="The specified setting name does not exist.";Strings.OfficeOM.L_SettingsAreStale="Settings could not be saved because they are not current.";Strings.OfficeOM.L_SettingsCannotSave="The settings could not be saved.";Strings.OfficeOM.L_SettingsStaleError="Settings Stale Error";Strings.OfficeOM.L_ShowWindowDialogNotification="{0} wants to display a new window.";Strings.OfficeOM.L_ShowWindowDialogNotificationAllow="Allow";Strings.OfficeOM.L_ShowWindowDialogNotificationIgnore="Ignore";Strings.OfficeOM.L_ShuttingDown="Operation failed because the data is not current on the server.";Strings.OfficeOM.L_SliceSizeNotSupported="The specified slice size is not supported.";Strings.OfficeOM.L_SpecifiedIdNotExist="The specified ID does not exist.";Strings.OfficeOM.L_Timeout="The operation has timed out.";Strings.OfficeOM.L_TooManyArguments="too many arguments";Strings.OfficeOM.L_TooManyIncompleteRequests="Wait until the previous call completes.";Strings.OfficeOM.L_TooManyOptionalFunction="multiple optional functions in parameter list";Strings.OfficeOM.L_TooManyOptionalObjects="multiple optional objects in parameter list";Strings.OfficeOM.L_UnknownBindingType="The binding type is not supported.";Strings.OfficeOM.L_UnsupportedDataObject="The supplied data object type is not supported.";Strings.OfficeOM.L_UnsupportedEnumeration="Unsupported Enumeration";Strings.OfficeOM.L_UnsupportedEnumerationMessage="The enumeration isn't supported in the current host application.";Strings.OfficeOM.L_UnsupportedUserIdentity="User identity type is not supported.";Strings.OfficeOM.L_UnsupportedUserIdentityMessage="The identity type of the user is not supported.";Strings.OfficeOM.L_UserAborted="User aborted the consent request.";Strings.OfficeOM.L_UserAbortedMessage="The user did not consent the add-in permissions.";Strings.OfficeOM.L_UserClickIgnore="The user chose to ignore the dialog box.";Strings.OfficeOM.L_UserNotSignedIn="No user is signed into Office.";Strings.OfficeOM.L_ValueNotLoaded='The value of the result object has not been loaded yet. Before reading the value property, call "context.sync()" on the associated request context.';Strings.OfficeOM.L_WorkbookHiddenMessage="The JavaScript API request failed because the workbook was hidden. Please unhide the workbook and try again.";Strings.OfficeOM.L_WriteNotSupportedWhenModalDialogOpen="Write operation is not supported for Office when a modal dialog is open."
@@ -0,0 +1 @@
1
+ Type.registerNamespace("Strings");Strings.OfficeOM=function(){};Strings.OfficeOM.registerClass("Strings.OfficeOM");Strings.OfficeOM.L_InvalidApiCallInContext="ການເອີ້ນ API ບໍ່ຖືກຕ້ອງໃນບໍລິບົດປັດຈຸບັນ.";Strings.OfficeOM.L_InvalidGrantMessage="ບໍ່ມີສິດອະນຸຍາດສຳລັບແອດອິນນີ້.";Strings.OfficeOM.L_AttemptingToSetReadOnlyProperty="ກຳລັງພະຍາຍາມຕັ້ງຄຸນສົມບັດການອ່ານເທົ່ານັ້ນ '{0}'.";Strings.OfficeOM.L_ColIndexOutOfRange="ຄ່າດັດຊະນີຖັນຢູ່ນອກໄລຍະທີ່ອະນຸຍາດ. ໃຫ້ໃຊ້ຄ່າໃດໜຶ່ງ (0 ຫຼື ສູງກວ່າ) ທີ່ໜ້ອຍກວ່າຈຳນວນຂອງຖັນ.";Strings.OfficeOM.L_GetDataIsTooLarge="ຊຸດຂໍ້ມູນທີ່ຮ້ອງຂໍນັ້ນໃຫຍ່ເກີນໄປ.";Strings.OfficeOM.L_CustomXmlExceedQuotaName="ຮອດຂີດຈຳກັດການເລືອກແລ້ວ";Strings.OfficeOM.L_NamedItemNotFound="ບໍ່ມີລາຍການທີ່ຕັ້ງຊື່ໄວ້.";Strings.OfficeOM.L_DialogOK="ຕົກລົງ";Strings.OfficeOM.L_InvalidAPICall="ການເອີ້ນ API ບໍ່ຖືກຕ້ອງ";Strings.OfficeOM.L_UnsupportedUserIdentityMessage="ບໍ່ຮອງຮັບປະເພດການລະບຸຕົວຕົນຂອງຜູ້ໃຊ້.";Strings.OfficeOM.L_NetworkProblem="ບັນຫາເຄືອຂ່າຍ";Strings.OfficeOM.L_HostError="ໂຮສຜິດພາດ";Strings.OfficeOM.L_SliceSizeNotSupported="ບໍ່ຮອງຮັບຂະໜາດສະໄລ້ທີ່ລະບຸ.";Strings.OfficeOM.L_InvalidBinding="ການຜູກມັດບໍ່ຖືກຕ້ອງ";Strings.OfficeOM.L_SettingsStaleError="ການຕັ້ງຄ່າເກົ່າຜິດພາດ";Strings.OfficeOM.L_InvalidResourceUrl="ລະບຸ URL ຊັບພະຍາກອນແອັບພລິເຄຊັນບໍ່ຖືກຕ້ອງ.";Strings.OfficeOM.L_RequestTimeout="ການເອີ້ນໃຊ້ເວລາດົນເກີນໄປໃນການດຳເນີນການ.";Strings.OfficeOM.L_InvalidSetRows="ແຖວທີ່ລະບຸນັ້ນບໍ່ຖືກຕ້ອງ.";Strings.OfficeOM.L_MissingParameter="ບໍ່ມີພາຣາມິເຕີ";Strings.OfficeOM.L_UnsupportedDataObject="ບໍ່ຮອງຮັບປະເພດອອບເຈັກຂໍ້ມູນທີ່ລະບຸ.";Strings.OfficeOM.L_OperationCancelledError="ຍົກເລີກຄຳສັ່ງແລ້ວ";Strings.OfficeOM.L_SaveSettingsError="ບັນທຶກການຕັ້ງຄ່າຜິດພາດ";Strings.OfficeOM.L_DisplayDialogError="ສະແດງກ່ອງຂໍ້ຄວາມຜິດພາດ";Strings.OfficeOM.L_CannotRegisterEvent="ບໍ່ສາມາດລົງທະບຽນຕົວຈັດການເຫດການ.";Strings.OfficeOM.L_OperationCancelledErrorMessage="ຄຳສັ່ງຖືກຍົກເລີກໂດຍຜູ້ໃຊ້.";Strings.OfficeOM.L_CannotApplyPropertyThroughSetMethod="ການປ່ຽນເປັນຄຸນສົມບັດ '{0}' ບໍ່ສາມາດນຳໃຊ້ຜ່ານວິທີ \"object.set\" ໄດ້.";Strings.OfficeOM.L_APINotSupported="ບໍ່ຮອງຮັບ API";Strings.OfficeOM.L_AddinIsAlreadyRequestingToken="ແອດອິນຮ້ອງຂໍໂທເຄັນເຂົ້າເຖິງໄປກ່ອນແລ້ວ.";Strings.OfficeOM.L_CustomXmlOutOfDateMessage="ຂໍ້ມູນເກົ່າແລ້ວ. ໃຫ້ໂຫຼດອອບເຈັກອີກຄັ້ງ.";Strings.OfficeOM.L_BindingCreationError="ເກີດຄວາມຜິດພາດໃນການຜູກມັດ";Strings.OfficeOM.L_NavOutOfBound="ການປະຕິບັດການບໍ່ສຳເລັດເນື່ອງຈາກດັດຊະນີຢູ່ນອກໄລຍະ.";Strings.OfficeOM.L_OutOfRange="ເກີນໄລຍະ";Strings.OfficeOM.L_ConfirmRefreshMessage="ເພື່ອສືບຕໍ່, ໃຫ້ລຶບແອດອິນອອກແລ້ວເພີ່ມມັນໃສ່ໃໝ່ ຫຼື ໂຫຼດໜ້າຄືນໃໝ່.";Strings.OfficeOM.L_SSOServerError="ເກີດຄວາມຜິດພາດໃນຜູ້ໃຫ້ບໍລິການພິສູດຢືນຢັນຕົວ.";Strings.OfficeOM.L_APICallFailed="ເອີ້ນ API ບໍ່ສຳເລັດ";Strings.OfficeOM.L_OsfControlTypeNotSupported="ປະເພດ OsfControl ບໍ່ຮອງຮັບ.";Strings.OfficeOM.L_DataWriteReminder="ການແຈ້ງເຕືອນຂຽນຂໍ້ມູນ";Strings.OfficeOM.L_UserAborted="ຜູ້ໃຊ້ຍົກເລີກຄຳຮ້ອງການຍິນຍອມແລ້ວ.";Strings.OfficeOM.L_DataNotMatchCoercionType="ປະເພດອອບເຈັກຂໍ້ມູນທີ່ລະບຸບໍ່ສາມາດໃຊ້ຮ່ວມກັບການເລືອກປັດຈຸບັນໄດ້.";Strings.OfficeOM.L_CoercionTypeNotSupported="ບໍ່ຮອງຮັບປະເພດການບັງຄັບທີ່ລະບຸ.";Strings.OfficeOM.L_RequestTokenUnavailable="API ນີ້ໄດ້ຖືກປັບໃຫ້ຄວາມຖີ່ການເອີ້ນຊ້າລົງ.";Strings.OfficeOM.L_RowIndexOutOfRange="ຄ່າດັດຊະນີແຖວຢູ່ນອກໄລຍະທີ່ອະນຸຍາດ. ໃຫ້ໃຊ້ຄ່າໃດໜຶ່ງ (0 ຫຼື ສູງກວ່າ) ທີ່ໜ້ອຍກວ່າຈຳນວນຂອງແຖວ.";Strings.OfficeOM.L_CustomFunctionNameCannotSplit="ຊື່ຟັງຊັນຈະຕ້ອງບໍ່ມີ namespace ທີ່ຫວ່າງເປົ່າ ແລະ ຊື່ສັ້ນທີ່ບໍ່ຫວ່າງເປົ່າ.";Strings.OfficeOM.L_InvalidOrTimedOutSession="ບໍ່ຖືກຕ້ອງ ຫຼື ເຊດຊັນໝົດເວລາ";Strings.OfficeOM.L_SetDataParametersConflict="ພາຣາມິເຕີທີ່ລະບຸນັ້ນຂັດແຍ່ງກັນ.";Strings.OfficeOM.L_InValidOptionalArgument="ອາກິວເມັນຕົວເລືອກເສີມບໍ່ຖືກຕ້ອງ";Strings.OfficeOM.L_OperationNotSupportedOnThisBindingType="ບໍ່ຮອງຮັບການເຮັດວຽກນີ້ໃນປະເພດການຜູກມັດນີ້.";Strings.OfficeOM.L_NewWindowCrossZone="ການຕັ້ງຄ່າຄວາມປອດໄພໃນບຣາວເຊີຂອງທ່ານປ້ອງກັນບໍ່ໃຫ້ພວກເຮົາສ້າງກ່ອງຂໍ້ຄວາມຂຶ້ນມາ. ໃຫ້ລອງໃຊ້ບຣາວເຊີອື່ນ ຫຼື {0} ເພື່ອໃຫ້ '{1}' ແລະ ໂດເມນທີ່ສະແດງໃນແຖບທີ່ຢູ່ຂອງທ່ານຢູ່ໃນເຂດຄວາມປອດໄພດຽວກັນ.";Strings.OfficeOM.L_ShowWindowDialogNotification="{0} ຕ້ອງການສະແດງໜ້າຈໍໃໝ່.";Strings.OfficeOM.L_ShuttingDown="ການເຮັດວຽກບໍ່ສຳເລັດເນື່ອງຈາກຂໍ້ມູນບໍ່ໄດ້ແມ່ນຂໍ້ມູນປັດຈຸບັນໃນເຊີບເວີ.";Strings.OfficeOM.L_DialogNavigateError="ກ່ອງຂໍ້ຄວາມການນຳທາງຜິດພາດ";Strings.OfficeOM.L_InvalidGrant="ບໍ່ມີການພິສູດຢືນຢັນລ່ວງໜ້າ.";Strings.OfficeOM.L_BindingNotExist="ບໍ່ມີການຜູກມັດທີ່ລະບຸ.";Strings.OfficeOM.L_UnsupportedUserIdentity="ບໍ່ຮອງຮັບປະເພດການລະບຸຕົວຕົນຜູ້ໃຊ້.";Strings.OfficeOM.L_SSOConnectionLostErrorMessage="ການເຊື່ອມຕໍ່ຖືກຕັດໃນລະຫວ່າງຂັ້ນຕອນການລົງຊື່ເຂົ້າໃຊ້ ແລະ ຜູ້ໃຊ້ອາດຍັງບໍ່ໄດ້ລົງຊື່ເຂົ້າໃຊ້ເທື່ອ. ນີ້ໜ້າຈະເປັນຍ້ອນການຕັ້ງຄ່າບຣາວເຊີຂອງຜູ້ໃຊ້ ເຊັ່ນ: ເຂດຄວາມປອດໄພ.";Strings.OfficeOM.L_AppNotExistInitializeNotCalled="ບໍ່ມີແອັບພລິເຄຊັນ {0}. ບໍ່ໄດ້ເອີ້ນ Microsoft.Office.WebExtension.initialize(reason).";Strings.OfficeOM.L_UserNotSignedIn="ບໍ່ມີຜູ້ໃຊ້ທີ່ລົງຊື່ເຂົ້າໃຊ້ Office.";Strings.OfficeOM.L_SSOClientErrorMessage="ເກີດຄວາມຜິດພາດທີ່ບໍ່ຄາດຄິດຂຶ້ນໃນລູກຂ່າຍ.";Strings.OfficeOM.L_CellDataAmountBeyondLimits="ໝາຍເຫດ: ຈຳນວນຂອງເຊວໃນຕາຕະລາງໃດໜຶ່ງແມ່ນແນະນຳໃຫ້ຕ່ຳກວ່າ 20,000 ເຊວ.";Strings.OfficeOM.L_SSOClientError="ເກີດຄວາມຜິດພາດໃນຄຳຮ້ອງການພິສູດຢືນຢັນຈາກ Office.";Strings.OfficeOM.L_InvalidSetStartRowColumn="ຄ່າ startRow ຫຼື startColumn ທີ່ລະບຸນັ້ນບໍ່ຖືກຕ້ອງ.";Strings.OfficeOM.L_InvalidBindingOperation="ຄຳສັ່ງການຜູກມັດບໍ່ຖືກຕ້ອງ";Strings.OfficeOM.L_DataWriteError="ຂຽນຂໍ້ມູນຜິດພາດ";Strings.OfficeOM.L_InvalidResourceUrlMessage="ລະບຸ URL ແຫລ່ງຊັບພະຍາກອນບໍ່ຖືກຕ້ອງໃນ manifest.";Strings.OfficeOM.L_Timeout="ໝົດເວລາປະຕິບັດການ.";Strings.OfficeOM.L_DocumentReadOnly="ບໍ່ອະນຸຍາດໃຫ້ໃຊ້ປະຕິບັດການທີ່ຮ້ອງຂໍໃນໂໝດເອກະສານປັດຈຸບັນ.";Strings.OfficeOM.L_PermissionDenied="ປະຕິເສດການອະນຸຍາດ";Strings.OfficeOM.L_DataStale="ຂໍ້ມູນບໍ່ແມ່ນປັດຈຸບັນ";Strings.OfficeOM.L_NonUniformPartialGetNotSupported="ພາຣາມິເຕີປະສານງານບໍ່ສາມາດໃຂຊ້ກັບປະເພດການບີບບັງຄັບຕາຕະລາງ ເມື່ອຕາຕະລາງມີເຊວທີ່ຮວມກັນ.";Strings.OfficeOM.L_NewWindowCrossZoneConfigureBrowserLink="ຕັ້ງຄ່າບຣາວເຊີຂອງທ່ານ";Strings.OfficeOM.L_InvalidRequestContext="ບໍ່ສາມາດໃຊ້ອອບເຈັກຂ້າມບໍລິບົດທີ່ຮ້ອງຂໍທີ່ຕ່າງກັນໄດ້.";Strings.OfficeOM.L_InvalidArgumentGeneric="ອາກິວເມັນທີ່ຜ່ານເຂົ້າມາສູ່ຟັງຊັນແມ່ນບໍ່ເຮັດວຽກໃນສະຖານະການນີ້ ຫຼື ບໍ່ມີ ຫຼື ບໍ່ຢູ່ໃນຮູບແບບທີ່ຖືກຕ້ອງ.";Strings.OfficeOM.L_InvalidFormatValue="ໜຶ່ງ ຫຼື ຫຼາຍກວ່າໜຶ່ງພາຣາມິເຕີການຈັດຮູບແບບມີຄ່າທີ່ບໍ່ອະນຸຍາດໃຫ້ໃຊ້. ໃຫ້ກວດສອບຄ່າຕ່າງໆຄືນໃໝ່ ແລ້ວລອງອີກຄັ້ງ.";Strings.OfficeOM.L_CannotWriteToSelection="ບໍ່ສາມາດຂຽນໃສ່ການເລືອກປັດຈຸບັນໄດ້.";Strings.OfficeOM.L_DialogAddressNotTrusted="ໂດເມນຂອງ URL ແມ່ນບໍ່ຮວມໃນອົງປະກອບ AppDomains ໃນ manifest ແລະ ບໍ່ແມ່ນໂດເມນຍ່ອຍຂອງສະຖານທີ່ຕົ້ນສະບັບ.";Strings.OfficeOM.L_SSOUserConsentNotSupportedByCurrentAddinCategoryMessage="ຄຳສັ່ງບໍ່ສຳເລັດເນື່ອງຈາກແອດອິນນີ້ບໍ່ຮອງຮັບຄວາມຍິນຍອມຜູ້ໃຊ້ໃນໝວດນີ້";Strings.OfficeOM.L_InvalidGetStartRowColumn="ຄ່າ startRow ຫຼື startColumn ທີ່ລະບຸນັ້ນບໍ່ຖືກຕ້ອງ.";Strings.OfficeOM.L_UserAbortedMessage="ຜູ້ໃຊ້ບໍ່ໄດ້ຍິນຍອມສິດອະນຸຍາດແອດອິນ.";Strings.OfficeOM.L_CustomXmlNodeNotFound="ບໍ່ພົບໂໜດທີ່ລະບຸ.";Strings.OfficeOM.L_CustomFunctionImplementationMissing="ຄຸນສົມບັດກັບຊື່ນີ້ຢູ່ Excel.Script.CustomFunctions ທີ່ເປັນຕົວແທນນິຍາມຂອງຟັງຊັນຈະຕ້ອງມີຄຸນສົມບັດ 'call' ທີ່ສ້າງຟັງຊັນ.";Strings.OfficeOM.L_TooManyIncompleteRequests="ລໍຖ້າຈົນກວ່າການໂທກ່ອນໜ້າຈະສຳເລັດ.";Strings.OfficeOM.L_EventHandlerAdditionFailed="ເພີ່ມຕົວຈັດການນັດໝາຍບໍ່ສຳເລັດ.";Strings.OfficeOM.L_PropertyNotLoaded="ຄຸນສົມບັດ '{0}' ບໍ່ສາມາດໃຊ້ໄດ້. ກ່ອນການອ່ານຄ່າຂອງຄຸນສົມບັດ, ໃຫ້ເອີ້ນການໂຫຼດວິທີໃນອອບເຈັກທີ່ບັນຈຸແລ້ວເອີ້ນ \"context.sync()\" ໃນບໍລິບົດທີ່ຮ້ອງຂໍທີ່ເຊື່ອມໂຍງກັນ.";Strings.OfficeOM.L_RunMustReturnPromise='ຟັງຊັນ batch ຜ່ານວິທີ ".run" ບໍ່ໄດ້ຕອບກັບເປັນສັນຍາ. ຟັງຊັນຈະຕ້ອງຕອບເປັນສັນຍາໃດໜຶ່ງ, ເພື່ອໃຫ້ອອບເຈັກທີ່ຕິດຕາມໂດຍອັດຕະໂນມັດໃດກໍຕາມສາມາດຖືກປ່ອຍໄດ້ເມື່ອປະຕິບັດການ batch ສຳເລັດ. ໂດຍທົ່ວໄປ, ທ່ານຕອບກັບເປັນສັນຍາໄດ້ໂດຍການຕອບຈາກ "context.sync()".';Strings.OfficeOM.L_DialogParentIsMinimized="ການດໍາເນີນງານລົ້ມເຫຼວເນື່ອງຈາກໜ້າຕ່າງຫຼັກຖືກຫຍໍ້ນ້ອຍສຸດ.";Strings.OfficeOM.L_GetSelectionNotSupported="ບໍ່ຮອງຮັບການເລືອກປັດຈຸບັນ.";Strings.OfficeOM.L_SelectionNotSupportCoercionType="ການເລືອກປັດຈຸບັນບໍ່ສາມາດໃຊ້ຮ່ວມກັບປະເພດການບັງຄັບທີ່ລະບຸໄດ້.";Strings.OfficeOM.L_DialogInvalidScheme="ບໍ່ຮອງຮັບຮູບແບບ URL. ໃຫ້ໃຊ້ HTTPS ແທນ.";Strings.OfficeOM.L_InvalidDataObject="ອອບເຈັກຂໍ້ມູນບໍ່ຖືກຕ້ອງ";Strings.OfficeOM.L_SetDataIsTooLarge="ອອບເຈັກຂໍ້ມູນທີ່ລະບຸນັ້ນໃຫຍ່ເກີນໄປ.";Strings.OfficeOM.L_SSOUserConsentNotSupportedByCurrentAddinCategory="ແອດອິນນີ້ບໍ່ຮອງຮັບຄວາມຍິນຍອມຜູ້ໃຊ້.";Strings.OfficeOM.L_DocumentIsInactive="ການດໍາເນີນງານລົ້ມເຫຼວເພາະວ່າເອກະສານທີ່ມີແອດອິນນີ້ບໍ່ໄດ້ເຮັດວຽກ.";Strings.OfficeOM.L_SSOConnectionLostError="ການເຊື່ອມຕໍ່ຖືກຕັດໃນລະຫວ່າງຂັ້ນຕອນການລ���ງຊື່ເຂົ້າໃຊ້.";Strings.OfficeOM.L_InvalidSSOAddinMessage="API ການລະບຸຕົວຕົນບໍ່ຮອງຮັບສຳລັບແອດອິນນີ້.";Strings.OfficeOM.L_PropertyDoesNotExist="ບໍ່ມີຄຸນສົມບັດ '{0}' ໃນອອບເຈັກ.";Strings.OfficeOM.L_CallbackNotAFunction="ການໂທກັບຕ້ອງເປັນປະເພດຟັງຊັນ, ກ່ອນໜ້ານີ້ເປັນປະເພດ {0}.";Strings.OfficeOM.L_FunctionCallFailed="ເອີ້ນຟັງຊັນ {0} ບໍ່ສຳເລັດ, ລະຫັດຂໍ້ຜິດພາດ: {1}.";Strings.OfficeOM.L_NotTrustedWAC="ແອດອິນນີ້ຖືກປິດການນຳໃຊ້ເພື່ອຊ່ວຍໃຫ້ທ່ານປອດໄພ. ເພື່ອສືບຕໍ່ນຳໃຊ້ແອດອິນດັ່ງກ່າວ, ໃຫ້ກວດສອບວ່າລາຍການນີື້ຖືກໂຮສໄວ້ຢູ່ໂດເມນທີ່ເຊື່ອຖືໄດ້ ຫຼື ເປີດມັນໃນແອັບ Office ເດັສທັອບ.";Strings.OfficeOM.L_SettingNameNotExist="ບໍ່ພົບຊື່ການຕັ້ງຄ່າທີ່ລະບຸ.";Strings.OfficeOM.L_DialogRequireHTTPS="ບໍ່ຮອງຮັບໂປຣໂຕຄໍ HTTP. ໃຫ້ໃຊ້ HTTPS ແທນ";Strings.OfficeOM.L_MissingRequiredArguments="ບໍ່ມີອາກິວເມັນທີ່ຕ້ອງໃຊ້";Strings.OfficeOM.L_InvalidSetColumns="ຖັນທີ່ລະບຸນັ້ນບໍ່ຖືກຕ້ອງ.";Strings.OfficeOM.L_ActivityLimitReached="ຮອດຂີດຈຳກັດການເຄື່ອນໄຫວແລ້ວ.";Strings.OfficeOM.L_ResponsePayloadSizeLimitExceededMessage='ຂະໜາດນ້ຳໜັກບັນທຸກທີ່ຕອບກັບໄດ້ເກີນຂີດຈຳກັດ. ກະລຸນາເບິ່ງເອກະສານ: "https://docs.microsoft.com/office/dev/add-ins/concepts/resource-limits-and-performance-optimization#excel-add-ins".';Strings.OfficeOM.L_InvalidNode="ໂໜດບໍ່ຖືກຕ້ອງ";Strings.OfficeOM.L_InvalidGetRowColumnCounts="ຄ່າ rowCount ຫຼື columnCount ທີ່ລະບຸນັ້ນບໍ່ຖືກຕ້ອງ.";Strings.OfficeOM.L_ConnectionFailureWithDetails="ຄຳຮ້ອງບໍ່ສຳເລັດໂດຍມີລະຫັດສະຖານະ {0}, ລະຫັດຂໍ້ຜິດພາດ {1} ແລະ ຂໍ້ຄວາມຂໍ້ຜິດພາດຕໍ່ໄປນີ້: {2}";Strings.OfficeOM.L_BindingToMultipleSelection="ບໍ່ຮອງຮັບການເລືອກແບບບໍ່ຕິດຕໍ່.";Strings.OfficeOM.L_CustomFunctionNameContainsBadChars="ຊື່ຟັງຊັນສາມາດໃຊ້ໄດ້ສະເພາະຕົວອັກສອນ, ຕົວເລກ, ຂີດກ້ອງ ແລະ ຈ້ຳເມັດເທົ່ານັ້ນ.";Strings.OfficeOM.L_TooManyOptionalFunction="ຟັງຊັນຕົວເລືອກເສີມຫຼາຍອັນໃນລາຍຊື່ພາຣາມິເຕີ";Strings.OfficeOM.L_CoercionTypeNotMatchBinding="ປະເພດການບັງຄັບທີ່ລະບຸນັ້ນບໍ່ສາມາດໃຊ້ຮ່ວມກັນກັບປະເພດການຜູກມັດນີ້ໄດ້.";Strings.OfficeOM.L_InvalidOperationInCellEditMode="Excel ຢູ່ໃນໂໝດແກ້ໄຂເຊວເທົ່ານັ້ນ. ກະລຸນາອອກຈາກໂໝດນີ້ໂດຍການກົດ ENTER ຫຼື TAB ຫຼື ເລືອກເຊວອື່ນ ແລ້ວຈາກນັ້ນລອງໃໝ່ອີກຄັ້ງ.";Strings.OfficeOM.L_NotImplemented="ຟັງຊັນ {0} ຍັງບໍ່ສາມາດໃຊ້ໄດ້ເທື່ອ.";Strings.OfficeOM.L_OperationNotSupportedOnMatrixData="ເນື້ອຫາທີ່ເລືອກຕ້ອງຢູ່ໃນຮູບແບບຕາຕະລາງ. ໃຫ້ຈັດຮູບແບບຂໍ້ມູນເປັນຕາຕະລາງ ແລ້ວລອງໃໝ່ອີກຄັ້ງ.";Strings.OfficeOM.L_InvalidDataFormat="ຮູບແບບຂອງອອບເຈັກຂໍ້ມູນທີ່ລະບຸບໍ່ຖືກຕ້ອງ.";Strings.OfficeOM.L_SpecifiedIdNotExist="ບໍ່ມີໄອດີທີ່ລະບຸ.";Strings.OfficeOM.L_UnsupportedEnumerationMessage="ບໍ່ຮອງຮັບການແຈກແຈງໃນແອັບພລິເຄຊັນໂຮສປັດຈຸບັນ.";Strings.OfficeOM.L_ImplicitNotLoaded="ບໍ່ໄດ້ໂຫຼດໂມດູນກ່ອນໄດ້ໂທເຄັນ";Strings.OfficeOM.L_OverwriteWorksheetData="ການປະຕິບັດການເປັນຊຸດບໍ່ສຳເລັດເນື່ອງຈາກອອບເຈັກຂໍ້ມູນທີ່ລະບຸນັ້ນຈະຂຽນທັບ ຫຼື ຍ້າຍຂໍ້ມູນ.";Strings.OfficeOM.L_RequestPayloadSizeLimitExceededMessage='ຂະໜາດນ້ຳໜັກບັນທຸກທີ່ຮ້ອງຂໍໄດ້ເກີນຂີດຈຳກັດ. ກະລຸນາເບິ່ງເອກະສານ: "https://docs.microsoft.com/office/dev/add-ins/concepts/resource-limits-and-performance-optimization#excel-add-ins".';Strings.OfficeOM.L_MemoryLimit="ເກີດຂີດຈຳກັດຄວາມຈຳ";Strings.OfficeOM.L_WriteNotSupportedWhenModalDialogOpen="ບໍ່ຮອງຮັບການຂຽນສຳລັບ Office ເມື່ອເປີດກ່ອງໂຕ້ຕອບຄຳກິລິຍາຊ່ວຍ";Strings.OfficeOM.L_ShowWindowDialogNotificationAllow="ອະນຸຍາດ";Strings.OfficeOM.L_SettingsAreStale="ບໍ່ສາມາດບັນທຶກການຕັ້ງຄ່າໄດ້ເນື່ອງຈາກພວກມັນບໍ່ແມ່ນຂໍ້ມູນປັດຈຸບັນ.";Strings.OfficeOM.L_IndexOutOfRange="ດັດຊະນີຢູ່ເກີນໄລຍະ.";Strings.OfficeOM.L_InvalidFormat="ຜິດພາດຮູບແບບບໍ່ຖືກຕ້ອງ";Strings.OfficeOM.L_AddBindingFromPromptDefaultText="ກະລຸນາເລືອກກ່ອນ.";Strings.OfficeOM.L_FileTypeNotSupported="ບໍ່ຮອງຮັບປະເພດໄຟລ໌ທີ່ລະບຸ.";Strings.OfficeOM.L_UnsupportedEnumeration="ການແຈກແຈງທີ່ບໍ່ຮອງຮັບ";Strings.OfficeOM.L_BrowserAPINotSupported="ບຣາວເຊີນີ້ບໍ່ຮອງຮັບ API ທີ່ຮ້ອງຂໍ.";Strings.OfficeOM.L_InvalidArgument="ອາກິວເມັນ '{0}' ບໍ່ສາມາດໃຊ້ໄດ້ສຳລັບສະຖານະການນີ້, ບໍ່ມີ ຫຼື ບໍ່ໄດ້ຢູ່ໃນຮູບແບບທີ່ຖືກຕ້ອງ.";Strings.OfficeOM.L_ContinueButton="ສືບຕໍ່";Strings.OfficeOM.L_SelectionCannotBound="ບໍ່ສາມາດຜູກມັດກັບການເລືອກປັດຈຸບັນໄດ້.";Strings.OfficeOM.L_CustomFunctionDefinitionMissing="ຄຸນສົມບັດກັບຊື່ນີ້ທີ່ແທນທີ່ໃຫ້ນິຍາມຂອງຟັງຊັນຈະຕ້ອງມີຢູ່ໃນ Excel.Script.CustomFunctions.";Strings.OfficeOM.L_BadSelectorString="ສະຕຣິງທີ່ຜ່ານເຂົ້າສູ່ຕົວເລືອກນັ້ນມີຮູແບບທີ່ບໍ່ຖືກຕ້ອງ ຫຼື ບໍ່ຮອງຮັບ.";Strings.OfficeOM.L_InvalidNamedItemForBindingType="ປະເພດການຜູກມັດທີ່ລະບຸນັ້ນບໍ່ສາມາດໃຊ້ຮ່ວມກັບລາຍການທີ່ມີຊື່ທີ່ລະບຸໄດ້.";Strings.OfficeOM.L_SettingsCannotSave="ບໍ່ສາມາດບັນທຶກການຕັ້ງຄ່າໄດ້.";Strings.OfficeOM.L_ImplicitGetAuthContextMissing="ຂາດຟັງຊັນເພື່ອຂໍບໍລິບົດການພິສູດຢືນຢັນ";Strings.OfficeOM.L_InvalidCoercion="ປະເພດການບັງຄັບບໍ່ຖືກຕ້ອງ";Strings.OfficeOM.L_AddinIsAlreadyRequestingTokenMessage="ຄຳສັ່ງບໍ່ສຳເລັດເນື່ອງຈາກແອດອິນນີ້ຮ້ອງຂໍໂທເຄັນການເຂົ້າເຖິງໄປກ່ອນແລ້ວ.";Strings.OfficeOM.L_InternalError="ຜິດພາດພາຍໃນ";Strings.OfficeOM.L_InvalidBindingError="ຜິດພາດການຜູກມັດບໍ່ຖືກຕ້ອງ";Strings.OfficeOM.L_RedundantCallbackSpecification="ບໍ່ສາມາດລະບຸການໂທກັບໃນລາຍຊື່ອາກິວເມັນ ແລະ ອອບເຈັກທາງເລືອກໄດ້.";Strings.OfficeOM.L_ConfirmDialogConsentTitle="ກະລຸນາລໍຖ້າ ...";Strings.OfficeOM.L_MultipleNamedItemFound="ພົບອອບເຈັກຫຼາຍອັນທີ່ມີຊື່ດຽວກັນ.";Strings.OfficeOM.L_ConnectionFailureWithStatus="ຄຳຮ້ອງບໍ່ສຳເລັດດ້ວຍລະຫັດສະຖານະ {0}.";Strings.OfficeOM.L_NotSupportedEventType="ບໍ່ຮອງຮັບປະເພດນັດໝາຍທີ່ລະບຸ {0}.";Strings.OfficeOM.L_InvalidSelectionForBindingType="ການຜູກມັດບໍ່ສາມາດຖືກສ້າງດ້ວຍການເລືອກປັດຈຸບັນ ແລະ ປະເພດການຈັບກັນທີ່ລະບຸຸໄດ້.";Strings.OfficeOM.L_ElementMissing="ພວກເຮົາບໍ່ສາມາດຈັດຮູບແບບເຊວຕາຕະລາງໄດ້ເນື່ອງຈາກບໍ່ມີຄ່າພາຣາມິເຕີບາງຢ່າງ. ໃຫ້ກວດສອບພາຣາມິເຕີຕ່າງໆອີກຄັ້ງແລ້ວລອງໃໝ່.";Strings.OfficeOM.L_InvalidValue="ຄ່າບໍ່ຖືກຕ້ອງ";Strings.OfficeOM.L_NotSupported="ບໍ່ຮອງຮັບຟັງຊັນ {0}.";Strings.OfficeOM.L_TooManyOptionalObjects="ອອບເຈັກຕົວເລືອກເສີມຫຼາຍອັນໃນລາຍຊື່ພາຣາມິເຕີ";Strings.OfficeOM.L_CellFormatAmountBeyondLimits="ໝາຍເຫດ: ຊຸດການຈັດຮູບແບບທີ່ກຳນົດໂດຍການເອີ້ນ API ການຈັດຮູບແບບແມ່ນແນະນຳໃຫ້ຕ່ຳກວ່າ 100.";Strings.OfficeOM.L_InvalidApiArgumentsMessage="ອາກິວເມັນການປ້ອນຂໍ້ມູນບໍ່ຖືກຕ້ອງ.";Strings.OfficeOM.L_ModalDialogOpeng="ການປະຕິບັດການບໍ່ສຳເລັດເນື່ອງຈາກແອດອິນນີ້ມີກ່ອງຂໍ້ຄວາມໂມດອນທີ່ເຮັດວຽກຢູ່ກ່ອນແລ້ວ.";Strings.OfficeOM.L_NonUniformPartialSetNotSupported="ພາຣາມິເຕີປະສານງານບໍ່ສາມາດໃຂຊ້ກັບປະເພດການບີບບັງຄັບຕາຕະລາງ ເມື່ອຕາຕະລາງມີເຊວທີ່ຮວມກັນ.";Strings.OfficeOM.L_EventRegistrationError="ການລົງທະບຽນນັດໝາຍຜິດພາດ";Strings.OfficeOM.L_InvalidParameters="ຟັງຊັນ {0} ມີພາຣາມິເຕີບໍ່ຖືກຕ້ອງ.";Strings.OfficeOM.L_InvalidOrTimedOutSessionMessage="ເຊດຊັນ Office ຂອງທ່ານໝົດອາຍຸ ຫຼື ບໍ່ຖືກຕ້ອງ. ເພື່ອດຳເນີນການຕໍ່, ໃຫ້ໂຫຼດໜ້ານີ້ຄືນໃໝ່.";Strings.OfficeOM.L_OKButton="ຕົກລົງ";Strings.OfficeOM.L_EventHandlerRemovalFailed="ລຶບຕົວຈັດການນັດໝາຍບໍ່ສຳເລັດ.";Strings.OfficeOM.L_OperationNotSupported="ບໍ່ຮອງຮັບປະຕິບັດການ.";Strings.OfficeOM.L_UserClickIgnore="ຜູ້ໃຊ້ໄດ້ເລືອກເພີກເສີຍກ່ອງຂໍ້ຄວາມ.";Strings.OfficeOM.L_WorkbookHiddenMessage="ຄຳຮ້ອງຂໍ JavaScript API ບໍ່ສຳເລັດເນື່ອງຈາກສະໝຸດວຽກຖືກເຊື່ອງໄວ້. ກະລຸນາເຊົາເຊື່ອງສະໝຸດວຽກແລ້ວລອງໃໝ່.";Strings.OfficeOM.L_AppNameNotExist="ບໍ່ມີຊື່ແອດອິນສຳລັບ {0}.";Strings.OfficeOM.L_NotSupportedBindingType="ບໍ່ຮອງຮັບປະເພດການຜູກມັດທີ່ລະບຸ {0}.";Strings.OfficeOM.L_CustomXmlError="XML ກຳນົດເອງຜິດພາດ.";Strings.OfficeOM.L_ConfirmDialog="ໂດເມນ {0} ກຳລັງເຮັດໜ້າທີ່ເປັນ Microsoft Office ແລະ ສາມາດເປີດໃຊ້ ແອດ-ອິນຂອງ Office, ເຊິ່ງອາດເຂົ້າເຖິງຂໍ້ມູນສ່ວນຕົວຂອງທ່ານໄດ້. ຖ້າທ່ານເຊື່ອໝັ້ນໂດເມນໃຫ້ເຮັດໜ້າທີ່ເປັນ Office ແລະ ເຂົ້າເຖິງຂໍ້ມູນຂອງທ່ານ, ຄລິກ ຕົກລົງ ເພື່ອສືບຕໍ່.";Strings.OfficeOM.L_InvalidCellsValue="ໜຶ່ງ ຫຼື ຫຼາຍກວ່າໜຶ່ງພາຣາມິເຕີເຊວມີຄ່າທີ່ບໍ່ອະນຸຍາດໃຫ້ໃຊ້. ໃຫ້ກວດສອບຄ່າຕ່າງໆຄືນໃໝ່ ແລ້ວລອງອີກຄັ້ງ.";Strings.OfficeOM.L_CannotNavigateTo="ອອບເຈັກຢູ່ບ່ອນທີ່ບໍ່ຮອງຮັບການນຳທາງ.";Strings.OfficeOM.L_DataNotMatchBindingType="ອອບເຈັກຂໍ້ມູນທີ່ລະບຸນັ້ນບໍ່ສາມາດໃຊ້ຮ່ວມກັບປະເພດການຜູກມັດໄດ້.";Strings.OfficeOM.L_InvalidColumnsForBinding="ຖັນທີ່ລະບຸນັ້ນບໍ່ຖືກຕ້ອງ.";Strings.OfficeOM.L_ConfirmDialogConsent="ໂດຍການຄລິກຕົກ​ລົງ, ທ່ານຈະອະນຸຍາດໃຫ້ {0} ເຂົ້າເຖິງເນື້ອຫາ ແລະ ຂໍ້ມູນສ່ວນຕົວຂອງທ່ານ. ";Strings.OfficeOM.L_FormatValueOutOfRange="ຄ່າຢູ່ນອກໄລຍະທີ່ອະນຸຍາດ.";Strings.OfficeOM.L_NewWindowCrossZoneErrorString="ມີຂໍ້ຈຳກັດບຣາວເຊີປ້ອງກັນບໍ່ໃຫ້ພວກເຮົາສ້າງກ່ອງຂໍ້ຄວາມໄດ້. ໂດເມນຂອງກ່ອງຂໍ້ຄວາມ ແລະ ໂດເມນຂອງໂຮສແອດອິນບໍ່ຢູ່ໃນເຂດຄວາມປອດໄພດຽວກັນ.";Strings.OfficeOM.L_InvalidTableOptionValue="ໜຶ່ງ ຫຼື ຫຼາຍກວ່າໜຶ່ງພາຣາມິເຕີ tableOptions ມີຄ່າທີ່ບໍ່ອະນຸຍາດໃຫ້ໃຊ້. ໃຫ້ກວດສອບຄ່າຕ່າງໆຄືນໃໝ່ ແລ້ວລອງອີກຄັ້ງ.";Strings.OfficeOM.L_ValueNotLoaded='ບໍ່ໄດ້ໂຫຼດຄ່າຂອງອອບເຈັກຜົນເທື່ອ. ກ່ອນການອ່ານຄ່າຢ່າງຖືກຕ້ອງ, ໃຫ້ເອີ້ນ "context.sync()" ໃນບໍລິບົດຄຳຮ້ອງທີ່ເຊື່ອມໂຍງກັນ.';Strings.OfficeOM.L_ReadSettingsError="ອ່ານການຕັ້ງຄ່າຜິດພາດ";Strings.OfficeOM.L_FormattingReminder="ການແຈ້ງເຕືອນການຈັດຮູບແບບ";Strings.OfficeOM.L_CancelButton="ຍົກເລີກ";Strings.OfficeOM.L_ConfirmCancelMessage="ຂໍອະໄພ, ພວກເຮົາບໍ່ສາມາດດຳເນີນການຕໍ່ໄ���້.";Strings.OfficeOM.L_TooManyArguments="ອາກິວເມັນຫຼາຍເກີນໄປ";Strings.OfficeOM.L_SSOServerErrorMessage="ເກີດຄວາມຜິດພາດທີ່ບໍ່ຄາດຄິດຂຶ້ນຢູ່ເຊີບເວີ.";Strings.OfficeOM.L_InvalidObjectPath='ເສັ້ນທາງອອບເຈັກ \'{0}\' ບໍ່ສາມາດເຮັດວຽກໄດ້ກັບສິ່ງທີ່ທ່ານກຳລັງພະຍາຍາມເຮັດ. ຫາກທ່ານກຳລັງໃຊ້ອອບເຈັກໃນຫຼາຍການເອີ້ນ "context.sync" ແລະ ຢູ່ນອກການດຳເນີນການແບບເປັນລຳດັບຂອງຊຸດຄຳສັ່ງ ".run", ກະລຸນາໃຊ້ວິທີ "context.trackedObjects.add()" ແລະ "context.trackedObjects.remove()" ເພື່ອຈັດການໄລຍະເວລາຂອງອອບເຈັກ.';Strings.OfficeOM.L_ApiNotFoundDetails="ວິທີ ຫຼື ຄຸນສົມບັດ {0} ແມ່ນສ່ວນໜຶ່ງຂອງຊຸດຄວາມຕ້ອງການ {1} ເຊິ່ງບໍ່ມີໃນ {2} ເວີຊັນທີ່ທ່ານໃຊ້.";Strings.OfficeOM.L_CloseFileBeforeRetrieve="ເອີ້ນ closeAsync ໃນໄຟລ໌ປັດຈຸບັນກ່ອນດຶງອັນອື່ນມາ.";Strings.OfficeOM.L_DataNotMatchBindingSize="ອອບເຈັກຂໍ້ມູນທີ່ລະບຸນັ້ນບໍ່ກົງກັບຂະໜາດຂອງການເລືອກປັດຈຸບັນ.";Strings.OfficeOM.L_NetworkProblemRetrieveFile="ເກີດບັນຫາເຄືອຂ່າຍທີ່ເຮັດໃຫ້ບໍ່ສາມາດດຶງຂໍ້ມູນໄຟລ໌ມາໄດ້.";Strings.OfficeOM.L_DataNotMatchSelection="ອອບເຈັກຂໍ້ມູນທີ່ລະບຸນັ້ນບໍ່ສາມາດໃຊ້ຮ່ວມກັບຮູບຮ່າງ ຫຼື ມິຕິຂອງການເລືອກປັດຈຸບັນໄດ້.";Strings.OfficeOM.L_InvalidGetColumns="ຖັນທີ່ລະບຸນັ້ນບໍ່ຖືກຕ້ອງ.";Strings.OfficeOM.L_SSOUnsupportedPlatform="ບໍ່ຮອງຮັບ API ໃນແພລດຟອມນີ້.";Strings.OfficeOM.L_EventHandlerNotExist="ບໍ່ພົບຕົວຈັດການເຫດການທີ່ລະບຸສຳລັບການຜູກມັດນີ້.";Strings.OfficeOM.L_NoHttpsWAC="ເຊດຊັນ Office ນີ້ບໍ່ໄດ້ໃຊ້ການເຊື່ອມຕໍ່ແບບເຂົ້າລະຫັດ. ພວກເຮົາແນະນຳໃຫ້ທ່ານດຳເນີນການດ້ວຍຄວາມລະມັດລະວັງເປັນພິເສດ.";Strings.OfficeOM.L_DataReadError="ອ່ານຂໍ້ມູນຜິດພາດ";Strings.OfficeOM.L_DialogAlreadyOpened="ການປະຕິບັດການບໍ່ສຳເລັດເນື່ອງຈາກແອດອິນນີ້ມີກ່ອງຂໍ້ຄວາມທີ່ເຮັດວຽກຢູ່ກ່ອນແລ້ວ.";Strings.OfficeOM.L_GetDataParametersConflict="ພາຣາມິເຕີທີ່ລະບຸນັ້ນຂັດແຍ່ງກັນ.";Strings.OfficeOM.L_NoCapability="ທ່ານບໍ່ມີສິດອະນຸຍາດທີ່ພຽງພໍໃນການໃຊ້ຄຳສັ່ງນີ້.";Strings.OfficeOM.L_InvalidGetRows="ແຖວທີ່ລະບຸນັ້ນບໍ່ຖືກຕ້ອງ.";Strings.OfficeOM.L_InvalidReadForBlankRow="ແຖວທີ່ລະບຸນັ້ນຫວ່າງເປົ່າ.";Strings.OfficeOM.L_ShowWindowDialogNotificationIgnore="ເພີກເສີຍ";Strings.OfficeOM.L_ConfirmDialogApiTrustsParent="ທ່ານກໍາລັງຈະສົ່ງແລະຮັບຂໍ້ມູນທີ່ອາດຈະມີຄວາມລະອຽດອ່ອນຈາກ {0}. ພຽງແຕ່ກົດປຸ່ມ ຕົກ​ລົງ ຖ້າທ່ານເຊື່ອຖືໃນເວັບໄຊທ໌ຕໍ່ໄປນີ້ທີ່ໄດ້ຮັບຂໍ້ມູນທີ່ລະອຽດອ່ອນ: {1}.";Strings.OfficeOM.L_InternalErrorDescription="ເກີດຄວາມຜິດພາດພາຍໃນຂຶ້ນ.";Strings.OfficeOM.L_InitializeNotReady="ໂຫຼດ Office.js ບໍ່ສົມບູນ. ກະລຸນາລອງໃໝ່ໃນພາຍຫຼັງ ຫຼື ກວດສອບວ່າໄດ້ເພີ່ມລະຫັດການເລີ່ມຕົ້ນຢູ່ຟັງຊັນ Office.initialize ແລ້ວ.";Strings.OfficeOM.L_CustomXmlExceedQuotaMessage="XPath ຈຳກັດການເລືອກໄວ້ 1024 ລາຍການ.";Strings.OfficeOM.L_UnknownBindingType="ປະເພດການຜູກມັດບໍ່ຮອງຮັບ.";Strings.OfficeOM.L_CustomXmlOutOfDateName="ຂໍ້ມູນບໍ່ແມ່ນປັດຈຸບັນ"
@@ -0,0 +1 @@
1
+ Type.registerNamespace("Strings");Strings.OfficeOM=function(){};Strings.OfficeOM.registerClass("Strings.OfficeOM");Strings.OfficeOM.L_AddBindingFromPromptDefaultText="Pažymėkite.";Strings.OfficeOM.L_MissingParameter="Trūkstamas parametras";Strings.OfficeOM.L_ConfirmRefreshMessage="Norėdami tęsti, pašalinkite papildinį ir įtraukite jį dar kartą arba atnaujinkite puslapį.";Strings.OfficeOM.L_NetworkProblem="Tinklo problema";Strings.OfficeOM.L_DialogParentIsMinimized="Operacija nepavyko, nes pirminis langas yra minimizuotas.";Strings.OfficeOM.L_SSOClientErrorMessage="Kliento programoje įvyko netikėta klaida.";Strings.OfficeOM.L_SSOUserConsentNotSupportedByCurrentAddinCategoryMessage="Operacija nepavyko, nes šis papildinys nepalaiko vartotojo sutikimo šioje kategorijoje";Strings.OfficeOM.L_MultipleNamedItemFound="Rasti keli objektai tuo pačiu pavadinimu.";Strings.OfficeOM.L_ConfirmDialogConsentTitle="Minutėlę...";Strings.OfficeOM.L_NewWindowCrossZoneErrorString="Dėl naršyklės apribojimų mums nepavyko sukurti dialogo lango. Dialogo lango domenas ir papildinio pagrindinio kompiuterio domenas yra ne tose pačiose saugos zonose.";Strings.OfficeOM.L_BindingNotExist="Nurodyto susiejimo nėra.";Strings.OfficeOM.L_UnsupportedEnumerationMessage="Dabartinė pagrindinio kompiuterio taikomoji programa išvardijimo nepalaiko.";Strings.OfficeOM.L_InvalidArgument='Argumentas „{0}" šioje situacijoje neveikia, jo nėra arba formatas netinkamas.';Strings.OfficeOM.L_UserNotSignedIn="Nė vienas vartotojas nėra prisijungęs prie „Office“.";Strings.OfficeOM.L_CoercionTypeNotMatchBinding="Nurodytas konvertavimo tipas nesuderinamas su šiuo susiejimo tipu.";Strings.OfficeOM.L_TooManyOptionalObjects="keli pasirinktiniai objektai parametrų sąraše";Strings.OfficeOM.L_UnsupportedDataObject="Pateiktas duomenų objekto tipas nepalaikomas.";Strings.OfficeOM.L_RequestTokenUnavailable="Šis API buvo pertrauktas dėl lėto ryšio dažnio.";Strings.OfficeOM.L_ActivityLimitReached="Pasiektas veiklos limitas.";Strings.OfficeOM.L_InvalidGetStartRowColumn="Nurodytos „startRow“ arba „startColumn“ reikšmės yra neteisingos.";Strings.OfficeOM.L_CustomXmlNodeNotFound="Nurodytas mazgas nerastas.";Strings.OfficeOM.L_HostError="Pagrindinio kompiuterio klaida";Strings.OfficeOM.L_SettingsAreStale="Parametrų įrašyti nepavyko, nes jie neatnaujinti.";Strings.OfficeOM.L_InvalidApiCallInContext="Neleistinas API iškvietimas dabartiniame kontekste.";Strings.OfficeOM.L_CellFormatAmountBeyondLimits="Pastaba: formatavimo API iškvietimo nustatomų formatavimo rinkinių turi būti mažiau 100.";Strings.OfficeOM.L_InvalidArgumentGeneric="Perduoti argumentai šioje situacijoje neveikia, jų nėra arba netinkamas jų formatas.";Strings.OfficeOM.L_InvalidSetRows="Nurodytos eilutės yra neleistinos.";Strings.OfficeOM.L_InvalidObjectPath='Objekto kelias „{0}" netinka norint atlikti šį veiksmą. Jei naudojate objektą keliuose „context.sync" iškvietimuose, o „.run" paketas nevykdomas nuosekliai, objektų naudojimo trukmę valdykite naudodami metodus „context.trackedObjects.add()" ir „context.trackedObjects.remove()".';Strings.OfficeOM.L_InvalidResourceUrl="Pateiktas netinkamas programos ištekliaus URL.";Strings.OfficeOM.L_InternalErrorDescription="Įvyko vidinė klaida.";Strings.OfficeOM.L_InvalidOperationInCellEditMode="„Excel“ veikia langelių redagavimo režimu. Išeikite iš redagavimo režimo paspausdami ENTER arba TAB arba pasirinkdami kitą langelį, tada bandykite dar kartą.";Strings.OfficeOM.L_InvalidBindingError="Neleistino susiejimo klaida";Strings.OfficeOM.L_CannotNavigateTo="Objektas yra vietoje, kurioje nepalaikomas naršymas.";Strings.OfficeOM.L_InvalidGetRowColumnCounts="Nurodytos „rowCount“ arba „columnCount“ reikšmės yra neteisingos.";Strings.OfficeOM.L_BindingToMultipleSelection="Negretimų elementų žymėjimas nepalaikomas.";Strings.OfficeOM.L_CannotWriteToSelection="Negalima rašyti į dabartinį žymėjimą.";Strings.OfficeOM.L_TooManyArguments="per daug argumentų";Strings.OfficeOM.L_ShowWindowDialogNotification="„{0}“ nori atidaryti naują langą.";Strings.OfficeOM.L_CustomFunctionNameCannotSplit="Funkcijos pavadinime negali būti tuščios vardų srities ir tuščio trumpo pavadinimo.";Strings.OfficeOM.L_DialogOK="Gerai";Strings.OfficeOM.L_OperationCancelledError="Operacija atšaukta";Strings.OfficeOM.L_DocumentReadOnly="Dabartiniu dokumento režimu pageidaujama operacija neleidžiama.";Strings.OfficeOM.L_OverwriteWorksheetData="Nustatymo operacija nepavyko, nes pateiktas duomenų objektas perrašys arba pakeis duomenis.";Strings.OfficeOM.L_NoCapability="Neturite pakankamai teisių šiam veiksmui atlikti.";Strings.OfficeOM.L_SetDataParametersConflict="Nurodyti parametrai nesuderinami.";Strings.OfficeOM.L_DialogAddressNotTrusted="URL domenas neįtrauktas į deklaracijos „AppDomains“ elementą ir nėra šaltinio vietos padomenis.";Strings.OfficeOM.L_DialogNavigateError="Dialogo lango naršymo klaida";Strings.OfficeOM.L_InvalidBinding="Neleistinas susiejimas";Strings.OfficeOM.L_ConfirmCancelMessage="Deja, negalime tęsti.";Strings.OfficeOM.L_CannotApplyPropertyThroughSetMethod="Negalima taikyti ypatybės „{0}“ pakeitimų naudojant „object.set“ metodą.";Strings.OfficeOM.L_OKButton="Gerai";Strings.OfficeOM.L_InvalidResourceUrlMessage="Deklaracijoje nurodytas netinkamas ištekliaus URL.";Strings.OfficeOM.L_InvalidSetStartRowColumn="Nurodytos „startRow“ arba „startColumn“ reikšmės yra neteisingos.";Strings.OfficeOM.L_SliceSizeNotSupported="Nurodytas segmento dydis nepalaikomas.";Strings.OfficeOM.L_UnknownBindingType="Susiejimo tipas nepalaikomas.";Strings.OfficeOM.L_APICallFailed="API iškvietimas nepavyko";Strings.OfficeOM.L_CustomXmlError="Pasirinktinio XML klaida.";Strings.OfficeOM.L_DataWriteReminder="Duomenų įrašymo priminimas";Strings.OfficeOM.L_AppNameNotExist="Nėra {0} papildinio pavadinimo.";Strings.OfficeOM.L_MissingRequiredArguments="trūksta kai kurių būtinų argumentų";Strings.OfficeOM.L_ConfirmDialogApiTrustsParent="Ketinate siųsti ir gauti galbūt slaptą informaciją iš {0}. Spustelėkite Gerai tik tada, jei pasitikite, kad ši svetainė gauna slaptą informaciją: {1}.";Strings.OfficeOM.L_OutOfRange="Už diapazono ribų";Strings.OfficeOM.L_DataNotMatchBindingSize="Pateiktas duomenų objektas neatitinka dabartinio žymėjimo dydžio.";Strings.OfficeOM.L_InvalidCoercion="Neleistinas privertimo tipas";Strings.OfficeOM.L_DataNotMatchCoercionType="Nurodyto duomenų objekto tipas nesuderinamas su dabartiniu žymėjimu.";Strings.OfficeOM.L_NotTrustedWAC="Šis papildinys buvo išjungtas, kad būtų užtikrintas jūsų saugumas. Norėdami ir toliau naudoti papildinį, patikrinkite, ar šis elementas yra laikomas patikimame domene arba atidarykite jį „Office“ kompiuterio taikomojoje programoje.";Strings.OfficeOM.L_DialogInvalidScheme="URL schema nepalaikoma. Vietoj jos naudokite HTTPS.";Strings.OfficeOM.L_InvalidNode="Neleistinas mazgas";Strings.OfficeOM.L_OperationNotSupportedOnThisBindingType="Operacija nepalaikoma šiam susiejimo tipui.";Strings.OfficeOM.L_InvalidGrant="Trūksta išankstinio įgaliojimo.";Strings.OfficeOM.L_OperationCancelledErrorMessage="Vartotojas atšaukė operaciją.";Strings.OfficeOM.L_CustomFunctionDefinitionMissing="Excel.Script.CustomFunctions klasėje turi būti ypatybė su šiuo pavadinimu, kuris nurodo funkcijos apibrėžimą.";Strings.OfficeOM.L_InvalidDataFormat="Nurodyto duomenų objekto formatas neleistinas.";Strings.OfficeOM.L_TooManyIncompleteRequests="Palaukite, bus baigtai ankstesni skambučiai.";Strings.OfficeOM.L_ShowWindowDialogNotificationIgnore="Nepaisyti";Strings.OfficeOM.L_SettingNameNotExist="Nėra nurodyto parametro pavadinimo.";Strings.OfficeOM.L_CancelButton="Atšaukti";Strings.OfficeOM.L_SelectionNotSupportCoercionType="Dabartinis žymėjimas nesuderinamas su nurodytu privertimo tipu.";Strings.OfficeOM.L_SetDataIsTooLarge="Nurodytas duomenų objektas per didelis.";Strings.OfficeOM.L_NotImplemented="Funkcija {0} neįgyvendinta.";Strings.OfficeOM.L_InvalidOrTimedOutSessionMessage='Jūsų "Office" seansas baigėsi arba negalioja. Norėdami tęsti, atnaujinkite puslapį.';Strings.OfficeOM.L_InvalidAPICall="Neleistinas API iškvietimas";Strings.OfficeOM.L_UserClickIgnore="Vartotojas pasirinko nepaisyti dialogo lango.";Strings.OfficeOM.L_ImplicitNotLoaded="Prieš įsigyjant atpažinimo ženklą, neįkeltas modulis";Strings.OfficeOM.L_Timeout="Baigėsi operacijos laikas. ";Strings.OfficeOM.L_CallbackNotAFunction="Atgalinis iškvietimas turi būti funkcijos tipo, o buvo tipo {0}.";Strings.OfficeOM.L_GetSelectionNotSupported="Dabartinis žymėjimas nepalaikomas.";Strings.OfficeOM.L_FileTypeNotSupported="Nurodytas failo tipas nepalaikomas.";Strings.OfficeOM.L_GetDataParametersConflict="Nurodyti parametrai nesuderinami.";Strings.OfficeOM.L_NoHttpsWAC="Šis „Office“ seansas nenaudoja saugaus ryšio. Rekomenduojame imtis papildomų atsargumo priemonių.";Strings.OfficeOM.L_AddinIsAlreadyRequestingToken="Papildinys jau prašo prieigos atpažinimo ženklo.";Strings.OfficeOM.L_ReadSettingsError="Parametrų skaitymo klaida";Strings.OfficeOM.L_CloseFileBeforeRetrieve="Kreiptis į „closeAsync“ dabartiniame faile prieš gaunant kitą.";Strings.OfficeOM.L_InvalidOrTimedOutSession="Neleistinas seansas arba seanso skirtasis laikas baigėsi";Strings.OfficeOM.L_CustomXmlExceedQuotaMessage="„XPath“ leidžia pasirinkti ne daugiau nei 1024 elementus.";Strings.OfficeOM.L_InvalidGetColumns="Nurodyti stulpeliai yra neleistini.";Strings.OfficeOM.L_InvalidTableOptionValue="Vieno arba kelių „tableOptions“ parametrų neleistinos reikšmės. Dar kartą patikrinkite reikšmes ir bandykite vėl.";Strings.OfficeOM.L_InvalidSSOAddinMessage="Tapatybės API šiame papildinyje nepalaikomas.";Strings.OfficeOM.L_RequestPayloadSizeLimitExceededMessage="Užklausos paketo dydis viršijo limitą. Žr. dokumentaciją: „https://docs.microsoft.com/office/dev/add-ins/concepts/resource-limits-and-performance-optimization#excel-add-ins„.";Strings.OfficeOM.L_InvalidBindingOperation="Neleistina susiejimo operacija";Strings.OfficeOM.L_CustomXmlExceedQuotaName="Pasiektas pasirinkimo limitas";Strings.OfficeOM.L_ResponsePayloadSizeLimitExceededMessage="Atsako paketo dydis viršijo limitą. Žr. dokumentaciją: „https://docs.microsoft.com/office/dev/add-ins/concepts/resource-limits-and-performance-optimization#excel-add-ins“.";Strings.OfficeOM.L_CoercionTypeNotSupported="Nurodytas konvertavimo tipas nepalaikomas.";Strings.OfficeOM.L_InvalidApiArgumentsMessage="Netinkami įvesties argumentai.";Strings.OfficeOM.L_CellDataAmountBeyondLimits="Pastaba: lentelės langelių skaičius neturi siekti 20 000.";Strings.OfficeOM.L_SpecifiedIdNotExist="Nurodyto ID nėra.";Strings.OfficeOM.L_InitializeNotReady="Office.js dar ne visiškai įkeltas. Bandykite vėliau arba įtraukite savo inicijavimo kodą Office.initialize funkcijoje.";Strings.OfficeOM.L_ShowWindowDialogNotificationAllow="Leisti";Strings.OfficeOM.L_CustomFunctionImplementationMissing="Excel.Script.CustomFunctions klasės ypatybėje su šiuo pavadinimu, nurodančioje funkcijos apibrėžimą, turi būti ypatybė „call“, realizuojanti funkciją.";Strings.OfficeOM.L_ConfirmDialogConsent="Spustelėdami Gerai, suteiksite {0} prieigą prie savo turinio ir asmeninės informacijos. ";Strings.OfficeOM.L_DataStale="Duomenys neatnaujinti";Strings.OfficeOM.L_SSOConnectionLostErrorMessage="Prisijungiant nutrūko ryšys, vartotojas gali būti neprisijungęs. Taip galėjo atsitikti dėl vartotojo naršyklės konfigūravimo parametrų, pvz., saugos zonų.";Strings.OfficeOM.L_RowIndexOutOfRange="Eilutės indekso reikšmė nepriklauso leidžiamam diapazonui. Naudokite reikšmę (0 arba didesnę), kuri būtų mažesnė už eilučių skaičių.";Strings.OfficeOM.L_OperationNotSupportedOnMatrixData="Pasirinktas turinys turi būti lentelės formatu. Suformatuokite duomenis kaip lentelę ir bandykite dar kartą.";Strings.OfficeOM.L_UnsupportedUserIdentity="Vartotojo tapatybės tipas nepalaikomas.";Strings.OfficeOM.L_DialogAlreadyOpened="Operacija nepavyko, nes jau yra šio papildinio aktyvus dialogo langas.";Strings.OfficeOM.L_DataNotMatchBindingType="Nurodytas duomenų objektas nesuderinamas su susiejimo tipu.";Strings.OfficeOM.L_PropertyDoesNotExist="Ypatybės „{0}“ objekte nėra.";Strings.OfficeOM.L_EventHandlerRemovalFailed="Nepavyko pašalinti įvykių apdorojimo programos.";Strings.OfficeOM.L_InValidOptionalArgument="neleistinas pasirinktinis argumentas";Strings.OfficeOM.L_RequestTimeout="Skambutis buvo per ilgas, kad būtų galima vykdyti.";Strings.OfficeOM.L_ValueNotLoaded="Dar neįkelta rezultatų objekto reikšmė. Prieš skaitant reikšmės ypatybę susijusiame užklausos kontekste iškvieskite „context.sync()“.";Strings.OfficeOM.L_NotSupportedEventType="Nurodytas įvykio tipas {0} nepalaikomas.";Strings.OfficeOM.L_InvalidNamedItemForBindingType="Nurodytas susiejimo tipas nesuderinamas su pateiktu įvardytuoju elementu.";Strings.OfficeOM.L_SSOServerErrorMessage="Serveryje įvyko netikėta klaida.";Strings.OfficeOM.L_EventHandlerNotExist="Nerasta nurodyta šio susiejimo įvykio apdorojimo programa.";Strings.OfficeOM.L_UserAborted="Vartotojas atmetė sutikimo užklausą.";Strings.OfficeOM.L_BrowserAPINotSupported="Ši naršyklė nepalaiko užklaustos API.";Strings.OfficeOM.L_IndexOutOfRange="Indeksas yra už diapazono ribų.";Strings.OfficeOM.L_SSOClientError="Autentifikavimo užklausoje iš „Office“ įvyko klaida.";Strings.OfficeOM.L_InvalidDataObject="Neleistinas duomenų objektas";Strings.OfficeOM.L_SettingsStaleError="Pasenusių parametrų klaida";Strings.OfficeOM.L_SSOConnectionLostError="Prisijungiant nutrūko ryšys.";Strings.OfficeOM.L_NetworkProblemRetrieveFile="Dėl tinklo problemos nepavyko gauti failo.";Strings.OfficeOM.L_NonUniformPartialGetNotSupported="Koordinuotų parametrų negalima naudoti su privertimo tipu Lentelė, kai lentelėje yra sulietų langelių.";Strings.OfficeOM.L_SSOUserConsentNotSupportedByCurrentAddinCategory="Šis papildinys nepalaiko vartotojo sutikimo.";Strings.OfficeOM.L_OperationNotSupported="Operacija nepalaikoma.";Strings.OfficeOM.L_ContinueButton="Tęsti";Strings.OfficeOM.L_PropertyNotLoaded='Ypatybės „{0}" nėra. Prieš nuskaitydami ypatybės reikšmę, iškvieskite objekto „load" metodą ir susijusiame užklausos kontekste iškvieskite „context.sync()“.';Strings.OfficeOM.L_InvalidFormat="Neleistina formato klaida";Strings.OfficeOM.L_SettingsCannotSave="Nepavyko įrašyti parametrų.";Strings.OfficeOM.L_InvalidGrantMessage="Trūksta šio papildinio teisių suteikimo.";Strings.OfficeOM.L_FormattingReminder="Formatavimo priminimas";Strings.OfficeOM.L_ElementMissing="Negalėjome suformatuoti lentelės langelio, nes trūksta kai kurių parametrų reikšmių. Dar kartą patikrinkite parametrus ir bandykite vėl.";Strings.OfficeOM.L_NonUniformPartialSetNotSupported="Koordinuotų parametrų negalima naudoti su privertimo tipu Lentelė, kai lentelėje yra sulietų langelių.";Strings.OfficeOM.L_WorkbookHiddenMessage="„JavaScript“ API užklausa nepavyko, nes darbaknygė paslėpta. Panaikinkite darbaknygės slėpimą ir bandykite dar kartą.";Strings.OfficeOM.L_MemoryLimit="Viršytas atminties limitas";Strings.OfficeOM.L_ConnectionFailureWithStatus="Užklausa nepavyko, būsenos kodas {0}.";Strings.OfficeOM.L_InvalidSelectionForBindingType="Negalima sukurti susiejimo su dabartiniu žymėjimu ir nurodytu susiejimo tipu.";Strings.OfficeOM.L_CannotRegisterEvent="Įvykio apdorojimo programos užregistruoti nepavyko.";Strings.OfficeOM.L_InvalidGetRows="Nurodytos eilutės yra neleistinos.";Strings.OfficeOM.L_DisplayDialogError="Rodyti dialogo lango klaidą";Strings.OfficeOM.L_InternalError="Vidinė klaida";Strings.OfficeOM.L_DialogRequireHTTPS="HTTP protokolas nepalaikomas. Vietoj jo naudokite HTTPS";Strings.OfficeOM.L_NewWindowCrossZoneConfigureBrowserLink="konfigūruoti naršyklę";Strings.OfficeOM.L_FormatValueOutOfRange="Reikšmė nepatenka į leidžiamą diapazoną.";Strings.OfficeOM.L_BadSelectorString="Į išrinkiklį perduota eilutė yra netinkamai suformatuota arba nepalaikoma.";Strings.OfficeOM.L_UserAbortedMessage="Vartotojas nesuteikė papildinio teisių.";Strings.OfficeOM.L_WriteNotSupportedWhenModalDialogOpen="Kai atidarytas modalusis dialogo langas, „Office“ rašymo operacijos nepalaiko.";Strings.OfficeOM.L_ColIndexOutOfRange="Stulpelių indekso reikšmė nepriklauso leidžiamam diapazonui. Naudokite reikšmę (0 arba didesnę), kuri būtų mažesnė už stulpelių skaičių.";Strings.OfficeOM.L_ImplicitGetAuthContextMissing="Trūksta funkcijos, kad būtų galima gauti autentifikavimo kontekstą";Strings.OfficeOM.L_AddinIsAlreadyRequestingTokenMessage="Operacija nepavyko, nes šis papildinys jau prašo prieigos atpažinimo ženklo.";Strings.OfficeOM.L_SSOUnsupportedPlatform="API nepalaikoma šioje platformoje.";Strings.OfficeOM.L_CustomXmlOutOfDateMessage="Duomenys yra pasenę. Nuskaitykite objektą dar kartą.";Strings.OfficeOM.L_InvalidReadForBlankRow="Nurodyta eilutė yra tuščia.";Strings.OfficeOM.L_UnsupportedUserIdentityMessage="Vartotojo tapatybės tipas nepalaikomas.";Strings.OfficeOM.L_NamedItemNotFound="Įvardytojo elemento nėra.";Strings.OfficeOM.L_InvalidParameters="Funkcija {0} turi netinkamų parametrų.";Strings.OfficeOM.L_InvalidCellsValue="Vieno arba kelių langelių parametrų neleistinos reikšmės. Dar kartą patikrinkite reikšmes ir bandykite vėl.";Strings.OfficeOM.L_NewWindowCrossZone="Dėl jūsų naršyklės saugos parametrų negalime sukurti dialogo lango. Pabandykite kitą naršyklę arba {0}, kad „{1}“ ir naršyklės adreso juostoje rodomas domenas būtų toje pačioje saugos zonoje.";Strings.OfficeOM.L_RedundantCallbackSpecification="Atgalinio iškvietimo negalima nurodyti tiek argumentų sąraše, tiek pasirinktiniame objekte.";Strings.OfficeOM.L_DocumentIsInactive="Operacija nepavyko, nes dokumentas, kuriame yra šis papildinys, yra neaktyvus.";Strings.OfficeOM.L_EventHandlerAdditionFailed="Nepavyko įtraukti įvykių apdorojimo programos.";Strings.OfficeOM.L_SaveSettingsError="Parametrų įrašymo klaida";Strings.OfficeOM.L_AppNotExistInitializeNotCalled="Taikomosios programos {0} nėra. Microsoft.Office.WebExtension.Initialize(reason) neiškviesta.";Strings.OfficeOM.L_FunctionCallFailed="Funkcijos {0} iškvietimas nepavyko, klaidos kodas: {1}.";Strings.OfficeOM.L_GetDataIsTooLarge="Norimas duomenų rinkinys per didelis.";Strings.OfficeOM.L_BindingCreationError="Susiejimo kūrimo klaida";Strings.OfficeOM.L_RunMustReturnPromise='Paketinė funkcija, perduota „.run" metodui, negrąžino operacijos rezultato. Funkcija turi grąžinti rezultatą, kad visi automatiškai sekami objektai baigus paketinę operaciją būtų automatiškai atlaisvinti. Paprastai rezultatas grąžinamas gaunant atsakymą iš „context.sync()".';Strings.OfficeOM.L_ModalDialogOpeng="Operacija nepavyko, nes jau yra šio papildinio aktyvus modaliojo dialogo langas.";Strings.OfficeOM.L_DataReadError="Duomenų skaitymo klaida";Strings.OfficeOM.L_AttemptingToSetReadOnlyProperty="Bandoma nustatyti tik skaitomą ypatybę „{0}“.";Strings.OfficeOM.L_NotSupported="Funkcija {0} nepalaikoma.";Strings.OfficeOM.L_SSOServerError="Įvyko autentifikavimo teikėjo klaida.";Strings.OfficeOM.L_InvalidRequestContext="Negalima naudoti objekto skirtinguose užklausos kontekstuose.";Strings.OfficeOM.L_TooManyOptionalFunction="kelios pasirinktinės funkcijos parametrų sąraše";Strings.OfficeOM.L_NotSupportedBindingType="Nurodytas susiejimo tipas {0} nepalaikomas.";Strings.OfficeOM.L_NavOutOfBound="Operacija nepavyko, nes indeksas yra už diapazono ribų.";Strings.OfficeOM.L_ApiNotFoundDetails="Metodas ar ypatybė {0} yra „{1}“ reikalavimų rinkinio dalis, kuri nepasiekiama jūsų „{2}“ versijoje.";Strings.OfficeOM.L_ConnectionFailureWithDetails="Užklausa nepavyko, būsenos kodas {0}, klaidos kodas {1}, klaidos pranešimas: {2}";Strings.OfficeOM.L_OsfControlTypeNotSupported="OsfControl tipas nepalaikomas.";Strings.OfficeOM.L_InvalidValue="Neleistina reikšmė";Strings.OfficeOM.L_InvalidFormatValue="Vieno arba kelių formato parametrų neleistinos reikšmės. Dar kartą patikrinkite reikšmes ir bandykite vėl.";Strings.OfficeOM.L_PermissionDenied="Teisė nesuteikta";Strings.OfficeOM.L_CustomFunctionNameContainsBadChars="Funkcijos pavadinime gali būti tik raidės, skaitmenys, pabraukimo simboliai ir taškai.";Strings.OfficeOM.L_InvalidSetColumns="Nurodyti stulpeliai yra neleistini.";Strings.OfficeOM.L_DataWriteError="Duomenų rašymo klaida";Strings.OfficeOM.L_UnsupportedEnumeration="Nepalaikomas išvardijimas";Strings.OfficeOM.L_ConfirmDialog="Domeno {0} veikia kaip Microsoft Office ir gali paleisti Office papildinius, kurie gali pasiekti jūsų asmeninius duomenis. Jei pasitikite domenu, kurį norite vykdyti kaip Office ir pasiekti savo duomenis, spustelėkite Gerai, kad tęstumėte.";Strings.OfficeOM.L_EventRegistrationError="Įvykio registracijos klaida";Strings.OfficeOM.L_SelectionCannotBound="Negalima susieti su dabartiniu žymėjimu.";Strings.OfficeOM.L_ShuttingDown="Operacija nepavyko, nes duomenys serveryje neatnaujinti.";Strings.OfficeOM.L_InvalidColumnsForBinding="Nurodyti stulpeliai yra neleistini.";Strings.OfficeOM.L_APINotSupported="API nepalaikoma";Strings.OfficeOM.L_CustomXmlOutOfDateName="Duomenys neatnaujinti";Strings.OfficeOM.L_DataNotMatchSelection="Pateiktas duomenų objektas nesuderinamas su dabartinio žymėjimo forma ar matmenimis."
@@ -0,0 +1 @@
1
+ Type.registerNamespace("Strings");Strings.OfficeOM=function(){};Strings.OfficeOM.registerClass("Strings.OfficeOM");Strings.OfficeOM.L_RunMustReturnPromise="Pakešuzdevuma funkcija, kas nodota metodei .run, neatgrieza solījumu. Funkcijai ir jāatgriež solījums, lai visus automātiski izsekojamos objektus varētu atbrīvot pēc pakešuzdevuma darbības pabeigšanas. Parasti solījums tiek atgriezts, atgriežot atbildi no context.sync().";Strings.OfficeOM.L_AppNameNotExist="{0} pievienojumprogrammas nosaukums nepastāv.";Strings.OfficeOM.L_ResponsePayloadSizeLimitExceededMessage="Atbildes vērtuma lielums ir pārsniedzis ierobežojumu. Lūdzu, skatiet dokumentāciju: https://docs.microsoft.com/office/dev/add-ins/concepts/resource-limits-and-performance-optimization#excel-add-ins.";Strings.OfficeOM.L_ElementMissing="Nevarējām formatēt šo tabulas šūnu, jo trūkst dažu parametru vērtību. Kārtīgi pārbaudiet parametrus un mēģiniet vēlreiz.";Strings.OfficeOM.L_OKButton="Labi";Strings.OfficeOM.L_RedundantCallbackSpecification="Atzvanīšana nevar būt norādīta gan argumentu sarakstā, gan neobligātajā objektā.";Strings.OfficeOM.L_DialogAlreadyOpened="Operācija neizdevās, jo šai pievienojumprogrammai jau ir aktīvs dialogs.";Strings.OfficeOM.L_InvalidApiCallInContext="Pašreizējā kontekstā nederīgs API izsaukums.";Strings.OfficeOM.L_AddinIsAlreadyRequestingToken="Pievienojumprogramma jau pieprasa piekļuves pilnvaru.";Strings.OfficeOM.L_InvalidSetColumns="Norādītās kolonnas ir nederīgas.";Strings.OfficeOM.L_InvalidSetRows="Norādītās rindas ir nederīgas.";Strings.OfficeOM.L_DialogOK="Labi";Strings.OfficeOM.L_SSOClientError="Kļūda radās Office autentifikācijas pieprasījumā.";Strings.OfficeOM.L_MissingRequiredArguments="trūkst dažu obligāto argumentu";Strings.OfficeOM.L_AddBindingFromPromptDefaultText="Lūdzu, veiciet atlasi.";Strings.OfficeOM.L_NavOutOfBound="Operācija neizdevās, jo indekss ir ārpus diapazona.";Strings.OfficeOM.L_ModalDialogOpeng="Operācija neizdevās, jo šai pievienojumprogrammai jau ir aktīvs modālais dialogs.";Strings.OfficeOM.L_DataStale="Dati ir novecojuši";Strings.OfficeOM.L_InvalidRequestContext="Nevar izmantot objektu dažādos pieprasījuma kontekstos.";Strings.OfficeOM.L_TooManyOptionalFunction="vairākas neobligātas funkcijas parametru sarakstā";Strings.OfficeOM.L_InvalidOperationInCellEditMode="Excel darbojas šūnu rediģēšanas režīmā. Lūdzu, izejiet no rediģēšanas režīma, nospiežot taustiņu ENTER vai TAB vai izvēloties citu šūnu, un pēc tam mēģiniet vēlreiz.";Strings.OfficeOM.L_CellDataAmountBeyondLimits="Piezīme. Tabulā nav ieteicams izmantot vairāk nekā 20 000 šūnas.";Strings.OfficeOM.L_DocumentIsInactive="Operācija neizdevās, jo dokuments, kurā ir šī pievienojumprogramma, ir neaktīvs.";Strings.OfficeOM.L_TooManyIncompleteRequests="Uzgaidiet, līdz tiek pabeigts iepriekšējais izsaukums.";Strings.OfficeOM.L_CustomXmlNodeNotFound="Norādītais mezgls nav atrasts.";Strings.OfficeOM.L_UserAbortedMessage="Lietotājs nav piekritis pievienojumprogrammas atļaujām.";Strings.OfficeOM.L_InvalidReadForBlankRow="Norādītā rinda ir tukša.";Strings.OfficeOM.L_EventHandlerRemovalFailed="Neizdevās noņemt notikumu apdarinātāju.";Strings.OfficeOM.L_ConfirmDialogConsent="Noklikšķinot uz Labi, jūs atļaujat {0} piekļūt jūsu saturam un personas datiem.";Strings.OfficeOM.L_InvalidParameters="Funkcijas {0} parametri nav derīgi.";Strings.OfficeOM.L_ReadSettingsError="Iestatījumu lasīšanas kļūda";Strings.OfficeOM.L_ConnectionFailureWithStatus="Pieprasījums neizdevās ar statusa kodu {0}.";Strings.OfficeOM.L_UnsupportedEnumeration="Neatbalstīta numerācija";Strings.OfficeOM.L_CannotRegisterEvent="Nevar reģistrēt notikumu apdarinātāju.";Strings.OfficeOM.L_MissingParameter="Trūkst parametra";Strings.OfficeOM.L_APICallFailed="API izsaukums neizdevās";Strings.OfficeOM.L_SSOConnectionLostError="Pierakstīšanās laikā zuda savienojums.";Strings.OfficeOM.L_CustomXmlOutOfDateName="Dati ir novecojuši";Strings.OfficeOM.L_UnsupportedUserIdentityMessage="Lietotāja identitātes tips netiek atbalstīts.";Strings.OfficeOM.L_SSOUserConsentNotSupportedByCurrentAddinCategory="Šī pievienojumprogramma neatbalsta lietotāja piekrišanu.";Strings.OfficeOM.L_NotSupported="Funkcija {0} netiek atbalstīta.";Strings.OfficeOM.L_DataNotMatchBindingType="Norādītais datu objekts nav saderīgs ar šo saistījuma tipu.";Strings.OfficeOM.L_OperationCancelledErrorMessage="Darbību atcēla lietotājs.";Strings.OfficeOM.L_CustomXmlExceedQuotaMessage="XPath atlases ierobežojums ir 1024 vienumi.";Strings.OfficeOM.L_OverwriteWorksheetData="Iestatītā operācija neizdevās, jo nodrošinātais datu objekts pārrakstīs vai pārbīdīs datus dokumentā.";Strings.OfficeOM.L_BindingToMultipleSelection="Attālu vienumu atlase netiek atbalstīta.";Strings.OfficeOM.L_RowIndexOutOfRange="Rindas indeksa vērtība ir ārpus atļautā diapazona. Izmantojiet vērtību (0 vai lielāku), kas ir mazāka par rindu skaitu.";Strings.OfficeOM.L_GetDataParametersConflict="Norādītie parametri konfliktē.";Strings.OfficeOM.L_NotTrustedWAC="Šī pievienojumprogramma ir atspējota jūsu drošībai. Lai turpinātu izmantot šo pievienojumprogrammu, aplieciniet to, ka šis domēns ir izvietots uzticamā domēnā vai atveriet to Office datora lietojumprogrammā.";Strings.OfficeOM.L_UserNotSignedIn="Office kontā nav pierakstījies neviens lietotājs.";Strings.OfficeOM.L_ApiNotFoundDetails="Metode vai rekvizīts {0} ir daļa no {1} prasību kopuma, kas jūsu {2} versijā nav pieejams.";Strings.OfficeOM.L_InvalidGrantMessage="Šai pievienojumprogrammai nav piešķirtas atļaujas.";Strings.OfficeOM.L_SettingsCannotSave="Iestatījumus nevarēja saglabāt.";Strings.OfficeOM.L_ConfirmRefreshMessage="Lai turpinātu, dzēsiet pievienojumprogrammu un pievienojiet to atkārtoti vai atsvaidziniet lapu.";Strings.OfficeOM.L_NoHttpsWAC="Šī Office sesija neizmanto drošu savienojumu. Iesakām veikt papildu drošības pasākumus.";Strings.OfficeOM.L_InvalidGetRows="Norādītās rindas ir nederīgas.";Strings.OfficeOM.L_NetworkProblemRetrieveFile="Tīkla problēmas neļāva izgūt failu.";Strings.OfficeOM.L_InternalErrorDescription="Ir radusies iekšēja kļūda.";Strings.OfficeOM.L_NotSupportedBindingType="Norādītais saistījuma tips {0} netiek atbalstīts.";Strings.OfficeOM.L_CustomFunctionNameCannotSplit="Funkcijas nosaukumā jābūt netukšai nosaukumvietai un netukšam īsajam nosaukumam.";Strings.OfficeOM.L_UnsupportedEnumerationMessage="Pašreizējā resursdatora programmā numerācija netiek atbalstīta.";Strings.OfficeOM.L_GetDataIsTooLarge="Pieprasīto datu kopa ir pārāk liela.";Strings.OfficeOM.L_BrowserAPINotSupported="Šī pārlūkprogramma neatbalsta pieprasīto API.";Strings.OfficeOM.L_CancelButton="Atcelt";Strings.OfficeOM.L_FormatValueOutOfRange="Vērtība ir ārpus atļautā diapazona.";Strings.OfficeOM.L_InvalidCellsValue="Vismaz vienam šūnu parametram ir neatļauta vērtība. Kārtīgi pārbaudiet vērtības un mēģiniet vēlreiz.";Strings.OfficeOM.L_InvalidApiArgumentsMessage="Nederīgi ievades argumenti.";Strings.OfficeOM.L_InvalidCoercion="Nederīgs piespiešanas tips";Strings.OfficeOM.L_DocumentReadOnly="Pieprasītā operācija nav atļauta pašreizējā dokumenta režīmā.";Strings.OfficeOM.L_NewWindowCrossZoneConfigureBrowserLink="konfigurēt pārlūkprogrammu";Strings.OfficeOM.L_NotSupportedEventType="Norādītais notikuma tips {0} netiek atbalstīts.";Strings.OfficeOM.L_CannotWriteToSelection="Nevar rakstīt pašreizējā atlasē.";Strings.OfficeOM.L_DialogAddressNotTrusted="URL vietrāža domēns nav iekļauts manifesta AppDomains elementā, un tas nav avota atrašanās vietas apakšdomēns.";Strings.OfficeOM.L_InvalidResourceUrl="Norādīts nederīgs lietojumprogrammas resursu vietrādis URL.";Strings.OfficeOM.L_SSOConnectionLostErrorMessage="Pierakstīšanās laikā zuda savienojums, un lietotājs nevar pierakstīties. Iespējams, ka to izraisīja lietotāja pārlūkprogrammas konfigurācijas iestatījumi, piemēram, drošības zonas.";Strings.OfficeOM.L_SelectionCannotBound="Nevar piesaistīt pašreizējai atlasei.";Strings.OfficeOM.L_CustomXmlExceedQuotaName="Sasniegts atlases ierobežojums";Strings.OfficeOM.L_OperationNotSupportedOnMatrixData="Atlasītajam saturam ir jābūt tabulas formātā. Formatējiet datus kā tabulu un mēģiniet vēlreiz.";Strings.OfficeOM.L_OperationCancelledError="Darbība atcelta";Strings.OfficeOM.L_InvalidDataObject="Nederīgs datu objekts";Strings.OfficeOM.L_InvalidBinding="Nederīgs saistījums";Strings.OfficeOM.L_SelectionNotSupportCoercionType="Pašreizējā atlase nav saderīga ar norādīto piespiedu pārvēršanas tipu.";Strings.OfficeOM.L_PropertyDoesNotExist="Rekvizīts {0} nepastāv objektā.";Strings.OfficeOM.L_DataWriteReminder="Datu rakstīšanas atgādinājums";Strings.OfficeOM.L_ShowWindowDialogNotification="{0} vēlas rādīt jaunā logā.";Strings.OfficeOM.L_ShowWindowDialogNotificationAllow="Atļaut";Strings.OfficeOM.L_InvalidObjectPath="Objekta ceļš {0} nav piemērots tam, ko mēģināt darīt. Ja izmantojat objektu vairākos context.sync izsaukumos un ārpus secīgas pakešuzdevuma .run izpildes, lūdzu, izmantojiet metodi context.trackedObjects.add() un context.trackedObjects.remove(), lai pārvaldītu objekta darbības laiku.";Strings.OfficeOM.L_SliceSizeNotSupported="Norādītais sektora lielums netiek atbalstīts.";Strings.OfficeOM.L_EventHandlerNotExist="Norādītais notikuma apdarinātājs šim saistījumam netika atrasts.";Strings.OfficeOM.L_SSOClientErrorMessage="Klientā radās neparedzēta kļūda.";Strings.OfficeOM.L_InitializeNotReady="Office.js vēl nav pilnībā ielādēts. Lūdzu, vēlāk mēģiniet vēlreiz vai nodrošiniet, lai jūsu inicializācijas kods būtu pievienots Office.initialize funkcijai.";Strings.OfficeOM.L_NetworkProblem="Tīkla problēma";Strings.OfficeOM.L_SettingsAreStale="Iestatījumus nevarēja saglabāt, jo tie ir novecojuši.";Strings.OfficeOM.L_SetDataParametersConflict="Norādītie parametri konfliktē.";Strings.OfficeOM.L_CallbackNotAFunction="Atzvanīšanai jābūt funkcijas tipa; bija {0} tipa.";Strings.OfficeOM.L_AppNotExistInitializeNotCalled="Lietojumprogramma {0} nepastāv. Microsoft.Office.WebExtension.Initialize(reason) nav izsaukts.";Strings.OfficeOM.L_InvalidOrTimedOutSession="Nederīga sesija vai iestājies taimauts";Strings.OfficeOM.L_InvalidTableOptionValue="Vismaz vienam objekta tableOptions parametram ir neatļauta vērtība. Rūpīgi pārbaudiet vērtības un mēģiniet vēlreiz.";Strings.OfficeOM.L_ConfirmDialogConsentTitle="Uzgaidiet...";Strings.OfficeOM.L_InvalidDataFormat="Norādītā datu objekta formāts nav derīgs.";Strings.OfficeOM.L_CannotNavigateTo="Objekts atrodas vietā, kur navigācija netiek atbalstīta.";Strings.OfficeOM.L_ImplicitGetAuthContextMissing="Trūkst autentifikācijas konteksta noteikšanas funkcijas";Strings.OfficeOM.L_ValueNotLoaded='Rezultātu objekta vērtība vēl nav ielādēta. Pirms lasīt vērtības rekvizītu, saistītajā pieprasījuma kontekstā izsauciet "context.sync()".';Strings.OfficeOM.L_DialogParentIsMinimized="Operācija neizdevās, jo vecāklogs ir minimizēts.";Strings.OfficeOM.L_RequestTokenUnavailable="Šis API ir droselēts, lai samazinātu izsaukumu biežumu.";Strings.OfficeOM.L_UnsupportedDataObject="Nodrošinātais datu objekta tips netiek atbalstīts.";Strings.OfficeOM.L_RequestTimeout="Izsaukuma izpilde pārāk ieilga.";Strings.OfficeOM.L_IndexOutOfRange="Indekss ir ārpus diapazona.";Strings.OfficeOM.L_AddinIsAlreadyRequestingTokenMessage="Operācija neizdevās, jo šī pievienojumprogramma jau pieprasa piekļuves pilnvaru.";Strings.OfficeOM.L_InvalidAPICall="Nederīgs API izsaukums";Strings.OfficeOM.L_InvalidNode="Nederīgs mezgls";Strings.OfficeOM.L_NotImplemented="Funkcija {0} nav ieviesta.";Strings.OfficeOM.L_InvalidNamedItemForBindingType="Norādītais saistīšanas tips nav saderīgs ar norādīto nosaukto vienumu.";Strings.OfficeOM.L_ShowWindowDialogNotificationIgnore="Ignorēt";Strings.OfficeOM.L_CoercionTypeNotMatchBinding="Norādītais piespiedu pārvēršanas tips nav saderīgs ar šo saistīšanas tipu.";Strings.OfficeOM.L_UserAborted="Lietotājs priekšlaikus pārtrauca piekrišanas pieprasījumu.";Strings.OfficeOM.L_HostError="Resursdatora kļūda";Strings.OfficeOM.L_PropertyNotLoaded="Rekvizīts {0} nav pieejams. Pirms lasīt rekvizīta vērtību, izsauciet ielādes metodi iekļaujošajam objektam un izsauciet context.sync() saistītajam pieprasījuma kontekstam.";Strings.OfficeOM.L_InvalidGetStartRowColumn="Norādītās startRow vai startColumn vērtības nav derīgas.";Strings.OfficeOM.L_TooManyArguments="pārāk daudz argumentu";Strings.OfficeOM.L_Timeout="Iestājies operācijas taimauts.";Strings.OfficeOM.L_SSOServerErrorMessage="Serverī radās neparedzēta kļūda.";Strings.OfficeOM.L_InvalidGetColumns="Norādītās kolonnas ir nederīgas.";Strings.OfficeOM.L_InvalidValue="Nederīga vērtība";Strings.OfficeOM.L_NonUniformPartialGetNotSupported="Koordinātu parametri nevar tikt lietoti ar piespiedu tipu Tabula, ja tabulā ir sapludinātas šūnas.";Strings.OfficeOM.L_InvalidFormat="Nederīga formāta kļūda";Strings.OfficeOM.L_BadSelectorString="Atlasītājā ievadītā virkne nav pareizi formatēta vai netiek atbalstīta.";Strings.OfficeOM.L_InvalidBindingOperation="Nederīga saistījuma operācija";Strings.OfficeOM.L_EventRegistrationError="Notikuma reģistrācijas kļūda";Strings.OfficeOM.L_WriteNotSupportedWhenModalDialogOpen="Rakstīšanas operācija netiek atbalstīta, kad ir atvērts modālais dialogs.";Strings.OfficeOM.L_InvalidSetStartRowColumn="Norādītās startRow vai startColumn vērtības nav derīgas.";Strings.OfficeOM.L_SaveSettingsError="Iestatījumu saglabāšanas kļūda";Strings.OfficeOM.L_ConfirmDialog="Domēna {0} darbojas kā Microsoft Office un var palaist Office pievienojumprogrammas, kas var piekļūt jūsu personas datiem. Ja uzticaties domēnam, ka tas darbosies kā Office un piekļūstiet saviem datiem, noklikšķiniet uz Labi, lai turpinātu.";Strings.OfficeOM.L_DataNotMatchCoercionType="Norādītā datu objekta tips nav saderīgs ar pašreizējo atlasi.";Strings.OfficeOM.L_SSOUnsupportedPlatform="API netiek atbalstīts šajā platformā.";Strings.OfficeOM.L_SettingsStaleError="Iestatījumu novecošanas kļūda";Strings.OfficeOM.L_ShuttingDown="Operācija neizdevās, jo dati serverī ir novecojuši.";Strings.OfficeOM.L_InValidOptionalArgument="nederīgs neobligātais arguments";Strings.OfficeOM.L_TooManyOptionalObjects="vairāki neobligāti objekti parametru sarakstā";Strings.OfficeOM.L_FormattingReminder="Formatēšanas atgādinājums";Strings.OfficeOM.L_RequestPayloadSizeLimitExceededMessage="Pieprasījuma vērtuma lielums ir pārsniedzis ierobežojumu. Lūdzu, skatiet dokumentāciju: https://docs.microsoft.com/office/dev/add-ins/concepts/resource-limits-and-performance-optimization#excel-add-ins.";Strings.OfficeOM.L_InvalidResourceUrlMessage="Manifestā norādīts nederīgs resursu vietrādis URL.";Strings.OfficeOM.L_BindingNotExist="Norādītais saistījums nepastāv.";Strings.OfficeOM.L_CannotApplyPropertyThroughSetMethod='Rekvizīta {0} izmaiņas nevar lietot, izmantojot metodi "object.set".';Strings.OfficeOM.L_NewWindowCrossZoneErrorString="Pārlūkprogrammas ierobežojumi neļāva mums izveidot dialoglodziņu. Dialoglodziņa domēns un pievienojumprogrammas resursdatora domēns atrodas atšķirīgās drošības zonās.";Strings.OfficeOM.L_GetSelectionNotSupported="Pašreizējā atlase netiek atbalstīta.";Strings.OfficeOM.L_DataNotMatchSelection="Norādītais datu objekts nav saderīgs ar pašreizējās atlases formu vai dimensijām.";Strings.OfficeOM.L_DataWriteError="Datu rakstīšanas kļūda";Strings.OfficeOM.L_UnknownBindingType="Šis saistīšanas tips netiek atbalstīts.";Strings.OfficeOM.L_CustomXmlOutOfDateMessage="Dati ir novecojuši. Izgūstiet šo objektu vēlreiz.";Strings.OfficeOM.L_OutOfRange="Ārpus diapazona";Strings.OfficeOM.L_SettingNameNotExist="Norādītais iestatījuma nosaukums nepastāv.";Strings.OfficeOM.L_InvalidColumnsForBinding="Norādītās kolonnas ir nederīgas.";Strings.OfficeOM.L_CustomFunctionDefinitionMissing="Rekvizītam ar šādu nosaukumu, kas apzīmē funkcijas definīciju, ir jāatrodas šeit: Excel.Script.CustomFunctions.";Strings.OfficeOM.L_ActivityLimitReached="Ir sasniegts darbību ierobežojums.";Strings.OfficeOM.L_OperationNotSupported="Operācija netiek atbalstīta.";Strings.OfficeOM.L_WorkbookHiddenMessage="JavaScript API pieprasījums neizdevās, jo bija paslēpta darbgrāmata. Lūdzu parādiet darbgrāmatu un mēģiniet vēlreiz.";Strings.OfficeOM.L_ContinueButton="Turpināt";Strings.OfficeOM.L_DialogNavigateError="Dialoglodziņa navigācijas kļūda";Strings.OfficeOM.L_InvalidOrTimedOutSessionMessage="Jūsu Office sesijai ir beidzies derīgums, vai tas nav derīgs. Lai turpinātu, atsvaidziniet lapu.";Strings.OfficeOM.L_PermissionDenied="Atļauja liegta";Strings.OfficeOM.L_NonUniformPartialSetNotSupported="Koordinātu parametri nevar tikt lietoti ar piespiedu tipu Tabula, ja tabulā ir sapludinātas šūnas.";Strings.OfficeOM.L_NamedItemNotFound="Nosauktais vienums nepastāv.";Strings.OfficeOM.L_InvalidArgumentGeneric="Funkcijā nodotais(ie) arguments(i) šajā situācijā nedarbojas, trūkst vai nav pareizā formātā.";Strings.OfficeOM.L_DialogRequireHTTPS="Protokols HTTP netiek atbalstīts. Tā vietā izmantojiet HTTPS";Strings.OfficeOM.L_CustomFunctionNameContainsBadChars="Funkcijas nosaukumā drīkst būt tikai burti, cipari, pasvītras un punkti.";Strings.OfficeOM.L_SpecifiedIdNotExist="Norādītais ID nepastāv.";Strings.OfficeOM.L_InvalidGrant="Trūkst sākotnējās autorizācijas.";Strings.OfficeOM.L_ColIndexOutOfRange="Kolonnas indeksa vērtība ir ārpus atļautā diapazona. Izmantojiet vērtību (0 vai lielāku), kas ir mazāka par kolonnu skaitu.";Strings.OfficeOM.L_CustomXmlError="Pielāgota XML kļūda.";Strings.OfficeOM.L_DialogInvalidScheme="URL shēma netiek atbalstīta. Tās vietā izmantojiet HTTPS.";Strings.OfficeOM.L_APINotSupported="API netiek atbalstīts";Strings.OfficeOM.L_ConnectionFailureWithDetails="Pieprasījums neizdevās; statusa kods {0}, kļūdas kods {1} un šāds kļūdas ziņojums: {2}";Strings.OfficeOM.L_ConfirmDialogApiTrustsParent="Jūs gatavojaties nosūtīt un saņemt iespējami sensitīvu informāciju no {0}. Noklikšķiniet uz Labi tikai tad, ja uzticaties šai tīmekļa vietnei, kas saņem sensitīvu informāciju: {1}.";Strings.OfficeOM.L_UserClickIgnore="Lietotājs izvēlējās ignorēt dialoglodziņu.";Strings.OfficeOM.L_EventHandlerAdditionFailed="Neizdevās pievienot notikumu apdarinātāju.";Strings.OfficeOM.L_MemoryLimit="Pārsniegts atmiņas ierobežojums";Strings.OfficeOM.L_NoCapability="Jums nav pietiekamu atļauju, lai veiktu šo darbību.";Strings.OfficeOM.L_CloseFileBeforeRetrieve="Izsauciet closeAsync pašreizējam failam, pirms izgūstat citu.";Strings.OfficeOM.L_DataNotMatchBindingSize="Nodrošinātais datu objekts neatbilst pašreizējās atlases lielumam.";Strings.OfficeOM.L_InvalidBindingError="Nederīga saistījuma kļūda";Strings.OfficeOM.L_SetDataIsTooLarge="Norādītais datu objekts ir pārāk liels.";Strings.OfficeOM.L_FunctionCallFailed="Funkcijas {0} izsaukums neizdevās, kļūdas kods: {1}.";Strings.OfficeOM.L_ConfirmCancelMessage="Diemžēl nevaram turpināt.";Strings.OfficeOM.L_OperationNotSupportedOnThisBindingType="Operācija šī tipa saistījumā nav atbalstīta.";Strings.OfficeOM.L_NewWindowCrossZone="Pārlūkprogrammas drošības iestatījumi neļauj mums izveidot dialoglodziņu. Mēģiniet izmantot citu pārlūkprogrammu vai {0}, lai {1} un domēns, kas redzams adrešu joslā, būtu vienā drošības zonā.";Strings.OfficeOM.L_InvalidSelectionForBindingType="Izmantojot pašreizējo atlasi un norādīto saistījuma tipu, saistījumu nevar izveidot.";Strings.OfficeOM.L_SSOUserConsentNotSupportedByCurrentAddinCategoryMessage="Operācija neizdevās, jo šī pievienojumprogramma neatbalsta lietotāja piekrišanu šajā kategorijā";Strings.OfficeOM.L_InvalidFormatValue="Vismaz vienam formāta parametram ir neatļauta vērtība. Kārtīgi pārbaudiet vērtības un mēģiniet vēlreiz.";Strings.OfficeOM.L_InternalError="Iekšēja kļūda";Strings.OfficeOM.L_FileTypeNotSupported="Norādītais faila tips netiek atbalstīts.";Strings.OfficeOM.L_CellFormatAmountBeyondLimits="Piezīme. Formatējuma kopām, ko iestata formatējuma API izsaukums, ieteicams būt zem 100.";Strings.OfficeOM.L_CustomFunctionImplementationMissing='Rekvizītam ar šādu nosaukumu, kas atrodas Excel.Script.CustomFunctions un apzīmē funkcijas definīciju, jāsatur rekvizīts "call", kurš īsteno funkciju.';Strings.OfficeOM.L_UnsupportedUserIdentity="Lietotāja identitātes tips netiek atbalstīts.";Strings.OfficeOM.L_DisplayDialogError="Parādīt dialoglodziņa kļūdu";Strings.OfficeOM.L_InvalidGetRowColumnCounts="Norādītās rowCount vai columnCount vērtības nav derīgas.";Strings.OfficeOM.L_MultipleNamedItemFound="Atrasti vairāki objekti ar vienādiem nosaukumiem.";Strings.OfficeOM.L_DataReadError="Datu lasīšanas kļūda";Strings.OfficeOM.L_InvalidSSOAddinMessage="Identitātes API šai pievienojumprogrammai netiek atbalstīts.";Strings.OfficeOM.L_OsfControlTypeNotSupported="OsfControl tips netiek atbalstīts.";Strings.OfficeOM.L_AttemptingToSetReadOnlyProperty="Tiek mēģināts iestatīt tikai lasāmu rekvizītu {0}.";Strings.OfficeOM.L_ImplicitNotLoaded="Pirms marķiera iegūšanas nav ielādēts modulis ";Strings.OfficeOM.L_BindingCreationError="Saistījuma izveides kļūda";Strings.OfficeOM.L_CoercionTypeNotSupported="Norādītais piespiedu pārvēršanas tips netiek atbalstīts.";Strings.OfficeOM.L_SSOServerError="Kļūda radās autentifikācijas nodrošinātājā.";Strings.OfficeOM.L_InvalidArgument="Arguments {0} nedarbojas šajā situācijā, nav norādīts vai nav pareizajā formātā."
@@ -0,0 +1,8 @@
1
+ if (window.Type && window.Type.registerNamespace) {
2
+ Type.registerNamespace("Strings");} else {
3
+ if(typeof(window['"Strings"']) == 'undefined') {
4
+ window['"Strings"'] = new Object(); window['"Strings"']. __namespace = true;
5
+ }
6
+
7
+ }
8
+ Strings.OfficeOM=function(){};if (Strings.OfficeOM.registerClass) Strings.OfficeOM.registerClass("Strings.OfficeOM");Strings.OfficeOM.L_APICallFailed="API Call Failed";Strings.OfficeOM.L_APINotSupported="API Not Supported";Strings.OfficeOM.L_ActivityLimitReached="Activity limit has been reached.";Strings.OfficeOM.L_AddBindingFromPromptDefaultText="Please make a selection.";Strings.OfficeOM.L_AddinIsAlreadyRequestingToken="Add-in is already requesting an access token.";Strings.OfficeOM.L_AddinIsAlreadyRequestingTokenMessage="The operation failed because this add-in is already requesting an access token.";Strings.OfficeOM.L_ApiNotFoundDetails="The method or property {0} is part of the {1} requirement set, which is not available in your version of {2}.";Strings.OfficeOM.L_AppNameNotExist="Add-in Name for {0} doesn't exist.";Strings.OfficeOM.L_AppNotExistInitializeNotCalled="Application {0} does not exist. Microsoft.Office.WebExtension.initialize(reason) is not called.";Strings.OfficeOM.L_AttemptingToSetReadOnlyProperty="Attempting to set read-only property '{0}'.";Strings.OfficeOM.L_BadSelectorString="The string passed into the selector is improperly formatted or unsupported.";Strings.OfficeOM.L_BindingCreationError="Binding Creation Error";Strings.OfficeOM.L_BindingNotExist="The specified binding does not exist.";Strings.OfficeOM.L_BindingToMultipleSelection="Noncontiguous selections are not supported.";Strings.OfficeOM.L_BrowserAPINotSupported="This browser does not support the requested API.";Strings.OfficeOM.L_CallbackNotAFunction="Callback must be of type function, was of type {0}.";Strings.OfficeOM.L_CancelButton="Cancel";Strings.OfficeOM.L_CannotApplyPropertyThroughSetMethod="Changes to property '{0}' cannot be applied through an \"object.set\" method.";Strings.OfficeOM.L_CannotNavigateTo="The object is located in a place where navigation is not supported.";Strings.OfficeOM.L_CannotRegisterEvent="The event handler cannot be registered.";Strings.OfficeOM.L_CannotWriteToSelection="Cannot write to the current selection.";Strings.OfficeOM.L_CellDataAmountBeyondLimits="Note: The number of cells in a table is suggested to be below 20,000 cells.";Strings.OfficeOM.L_CellFormatAmountBeyondLimits="Note: The formatting sets set by a Formatting API call is suggested to be below 100.";Strings.OfficeOM.L_CloseFileBeforeRetrieve="Call closeAsync on the current File before retrieving another.";Strings.OfficeOM.L_CoercionTypeNotMatchBinding="The specified coercion type is not compatible with this binding type.";Strings.OfficeOM.L_CoercionTypeNotSupported="The specified coercion type is not supported.";Strings.OfficeOM.L_ColIndexOutOfRange="The column index value is out of the allowed range. Use a value (0 or higher) that's less than the number of columns.";Strings.OfficeOM.L_ConfirmCancelMessage="Sorry, we can't continue.";Strings.OfficeOM.L_ConfirmDialog="The domain {0} is acting as Microsoft Office and can run Office add-ins, which may access your personal data. If you trust the domain to run as Office and access your data, click OK to continue.";Strings.OfficeOM.L_ConfirmDialogApiTrustsParent="You are about to send and receive potentially sensitive information from {0}. Only click OK if you trust the following website recieving the sensitive information: {1}.";Strings.OfficeOM.L_ConfirmDialogConsent="By clicking OK, you will allow {0} access to your content and personal information. ";Strings.OfficeOM.L_ConfirmDialogConsentTitle="One moment ...";Strings.OfficeOM.L_ConfirmRefreshMessage="To continue, remove the add-in and add it again, or refresh the page.";Strings.OfficeOM.L_ConnectionFailureWithDetails="The request failed with status code of {0}, error code {1} and the following error message: {2}";Strings.OfficeOM.L_ConnectionFailureWithStatus="The request failed with status code of {0}.";Strings.OfficeOM.L_ContinueButton="Continue";Strings.OfficeOM.L_CustomFunctionDefinitionMissing="A property with this name that represents the function's definition must exist on Excel.Script.CustomFunctions.";Strings.OfficeOM.L_CustomFunctionImplementationMissing="The property with this name on Excel.Script.CustomFunctions that represents the function's definition must contain a 'call' property that implements the function.";Strings.OfficeOM.L_CustomFunctionNameCannotSplit="The function name must contain a non-empty namespace and a non-empty short name.";Strings.OfficeOM.L_CustomFunctionNameContainsBadChars="The function name may only contain letters, digits, underscores, and periods.";Strings.OfficeOM.L_CustomXmlError="Custom XML Error.";Strings.OfficeOM.L_CustomXmlExceedQuotaMessage="XPath limits selection to 1024 items.";Strings.OfficeOM.L_CustomXmlExceedQuotaName="Selection Limit Reached";Strings.OfficeOM.L_CustomXmlNodeNotFound="The specified node was not found.";Strings.OfficeOM.L_CustomXmlOutOfDateMessage="The data is out of date. Retrieve the object again.";Strings.OfficeOM.L_CustomXmlOutOfDateName="Data Not Current";Strings.OfficeOM.L_DataNotMatchBindingSize="The supplied data object does not match the size of the current selection.";Strings.OfficeOM.L_DataNotMatchBindingType="The specified data object is not compatible with the binding type.";Strings.OfficeOM.L_DataNotMatchCoercionType="The type of the specified data object is not compatible with the current selection.";Strings.OfficeOM.L_DataNotMatchSelection="The supplied data object is not compatible with the shape or dimensions of the current selection.";Strings.OfficeOM.L_DataReadError="Data Read Error";Strings.OfficeOM.L_DataStale="Data Not Current";Strings.OfficeOM.L_DataWriteError="Data Write Error";Strings.OfficeOM.L_DataWriteReminder="Data Write Reminder";Strings.OfficeOM.L_DialogAddressNotTrusted="The domain of the URL is not included in the AppDomains element in the manifest, and is not subdomain of source location.";Strings.OfficeOM.L_DialogAlreadyOpened="The operation failed because this add-in already has an active dialog.";Strings.OfficeOM.L_DialogInvalidScheme="The URL scheme is not supported. Use HTTPS instead.";Strings.OfficeOM.L_DialogNavigateError="Dialog Navigation Error";Strings.OfficeOM.L_DialogOK="OK";Strings.OfficeOM.L_DialogParentIsMinimized="The operation failed because parent window is minimized.";Strings.OfficeOM.L_DialogRequireHTTPS="The HTTP protocol is not supported. Use HTTPS instead";Strings.OfficeOM.L_DisplayDialogError="Display Dialog Error";Strings.OfficeOM.L_DocumentIsInactive="The operation failed because the document containing this add-in is inactive.";Strings.OfficeOM.L_DocumentReadOnly="The requested operation is not allowed on the current document mode.";Strings.OfficeOM.L_ElementMissing="We couldn't format the table cell because some parameter values are missing. Double-check the parameters and try again.";Strings.OfficeOM.L_EventHandlerAdditionFailed="Failed to add the event handler.";Strings.OfficeOM.L_EventHandlerNotExist="The specified event handler was not found for this binding.";Strings.OfficeOM.L_EventHandlerRemovalFailed="Failed to remove the event handler.";Strings.OfficeOM.L_EventRegistrationError="Event Registration Error";Strings.OfficeOM.L_FileTypeNotSupported="The specified file type is not supported.";Strings.OfficeOM.L_FormatValueOutOfRange="The value is out of the allowed range.";Strings.OfficeOM.L_FormattingReminder="Formatting Reminder";Strings.OfficeOM.L_FunctionCallFailed="Function {0} call failed, error code: {1}.";Strings.OfficeOM.L_GetDataIsTooLarge="The requested data set is too large.";Strings.OfficeOM.L_GetDataParametersConflict="The specified parameters conflict.";Strings.OfficeOM.L_GetSelectionNotSupported="The current selection is not supported.";Strings.OfficeOM.L_HostError="Host Error";Strings.OfficeOM.L_ImplicitGetAuthContextMissing="The function to get authentication context is missing";Strings.OfficeOM.L_ImplicitNotLoaded="The module is not loaded before acquire a token";Strings.OfficeOM.L_InValidOptionalArgument="invalid optional argument";Strings.OfficeOM.L_IndexOutOfRange="Index out of range.";Strings.OfficeOM.L_InitializeNotReady="Office.js has not been fully loaded yet. Please try again later or make sure to add your initialization code on the Office.initialize function.";Strings.OfficeOM.L_InternalError="Internal Error";Strings.OfficeOM.L_InternalErrorDescription="An internal error has occurred.";Strings.OfficeOM.L_InvalidAPICall="Invalid API Call";Strings.OfficeOM.L_InvalidApiArgumentsMessage="Invalid input arguments.";Strings.OfficeOM.L_InvalidApiCallInContext="Invalid API call in the current context.";Strings.OfficeOM.L_InvalidArgument="The argument '{0}' doesn't work for this situation, is missing, or isn't in the right format.";Strings.OfficeOM.L_InvalidArgumentGeneric="The argument(s) passed into the function don't work for this situation, are missing, or aren't in the right format.";Strings.OfficeOM.L_InvalidBinding="Invalid Binding";Strings.OfficeOM.L_InvalidBindingError="Invalid Binding Error";Strings.OfficeOM.L_InvalidBindingOperation="Invalid Binding Operation";Strings.OfficeOM.L_InvalidCellsValue="One or more of the cells parameters have values that aren't allowed. Double-check the values and try again.";Strings.OfficeOM.L_InvalidCoercion="Invalid Coercion Type";Strings.OfficeOM.L_InvalidColumnsForBinding="The specified columns are invalid.";Strings.OfficeOM.L_InvalidDataFormat="The format of the specified data object is invalid.";Strings.OfficeOM.L_InvalidDataObject="Invalid Data Object";Strings.OfficeOM.L_InvalidFormat="Invalid Format Error";Strings.OfficeOM.L_InvalidFormatValue="One or more of the format parameters have values that aren't allowed. Double-check the values and try again.";Strings.OfficeOM.L_InvalidGetColumns="The specified columns are invalid.";Strings.OfficeOM.L_InvalidGetRowColumnCounts="The specified rowCount or columnCount values are invalid.";Strings.OfficeOM.L_InvalidGetRows="The specified rows are invalid.";Strings.OfficeOM.L_InvalidGetStartRowColumn="The specified startRow or startColumn values are invalid.";Strings.OfficeOM.L_InvalidGrant="Preauthorization missing.";Strings.OfficeOM.L_InvalidGrantMessage="Missing grant for this add-in.";Strings.OfficeOM.L_InvalidNamedItemForBindingType="The specified binding type is not compatible with the supplied named item.";Strings.OfficeOM.L_InvalidNode="Invalid Node";Strings.OfficeOM.L_InvalidObjectPath='The object path \'{0}\' isn\'t working for what you\'re trying to do. If you\'re using the object across multiple "context.sync" calls and outside the sequential execution of a ".run" batch, please use the "context.trackedObjects.add()" and "context.trackedObjects.remove()" methods to manage the object\'s lifetime.';Strings.OfficeOM.L_InvalidOperationInCellEditMode="Excel is in cell-editing mode. Please exit the edit mode by pressing ENTER or TAB or selecting another cell, and then try again.";Strings.OfficeOM.L_InvalidOrTimedOutSession="Invalid Or Timed Out Session";Strings.OfficeOM.L_InvalidOrTimedOutSessionMessage="Your Office session has expired or is invalid. To continue, refresh the page.";Strings.OfficeOM.L_InvalidParameters="Function {0} has invalid parameters.";Strings.OfficeOM.L_InvalidReadForBlankRow="The specified row is blank.";Strings.OfficeOM.L_InvalidRequestContext="Cannot use the object across different request contexts.";Strings.OfficeOM.L_InvalidResourceUrl="Invalid application resource Url provided.";Strings.OfficeOM.L_InvalidResourceUrlMessage="Invalid resource Url specified in the manifest.";Strings.OfficeOM.L_InvalidSSOAddinMessage="The identity API is not supported for this add-in.";Strings.OfficeOM.L_InvalidSelectionForBindingType="A binding cannot be created with the current selection and the specified binding type.";Strings.OfficeOM.L_InvalidSetColumns="The specified columns are invalid.";Strings.OfficeOM.L_InvalidSetRows="The specified rows are invalid.";Strings.OfficeOM.L_InvalidSetStartRowColumn="The specified startRow or startColumn values are invalid.";Strings.OfficeOM.L_InvalidTableOptionValue="One or more of the tableOptions parameters have values that aren't allowed. Double-check the values and try again.";Strings.OfficeOM.L_InvalidValue="Invalid Value";Strings.OfficeOM.L_MemoryLimit="Memory Limit Exceeded";Strings.OfficeOM.L_MissingParameter="Missing Parameter";Strings.OfficeOM.L_MissingRequiredArguments="missing some required arguments";Strings.OfficeOM.L_ModalDialogOpeng="The operation failed because this add-in already has an active modal dialog.";Strings.OfficeOM.L_MultipleNamedItemFound="Multiple objects with the same name were found.";Strings.OfficeOM.L_NamedItemNotFound="The named item does not exist.";Strings.OfficeOM.L_NavOutOfBound="The operation failed because the index is out of range.";Strings.OfficeOM.L_NetworkProblem="Network Problem";Strings.OfficeOM.L_NetworkProblemRetrieveFile="A network problem has prevented retrieval of the file.";Strings.OfficeOM.L_NewWindowCrossZone="The security settings in your browser prevent us from creating a dialog box. Try a different browser, or {0} so that '{1}' and the domain shown in your address bar are in the same security zone.";Strings.OfficeOM.L_NewWindowCrossZoneConfigureBrowserLink="configure your browser";Strings.OfficeOM.L_NewWindowCrossZoneErrorString="Browser restrictions prevented us from creating the dialog box. The domain of dialog box and the domain of the add-in host are not in the same security zone.";Strings.OfficeOM.L_NoCapability="You don't have sufficient permissions for this action.";Strings.OfficeOM.L_NoHttpsWAC="This Office session is not using a secure connection. We recommend that you take extra precautions.";Strings.OfficeOM.L_NonUniformPartialGetNotSupported="Coordinate parameters cannot be used with coercion type Table when the table contains merged cells.";Strings.OfficeOM.L_NonUniformPartialSetNotSupported="Coordinate parameters cannot be used with coercion type Table when the table contains merged cells.";Strings.OfficeOM.L_NotImplemented="Function {0} is not implemented.";Strings.OfficeOM.L_NotSupported="Function {0} is not supported.";Strings.OfficeOM.L_NotSupportedBindingType="The specified binding type {0} is not supported.";Strings.OfficeOM.L_NotSupportedEventType="The specified event type {0} is not supported.";Strings.OfficeOM.L_NotTrustedWAC="This add-in has been disabled to help keep you safe. To continue using the add-in, validate that this item is hosted in a trusted domain or open it in the Office desktop app.";Strings.OfficeOM.L_OKButton="OK";Strings.OfficeOM.L_OperationCancelledError="Operation Cancelled";Strings.OfficeOM.L_OperationCancelledErrorMessage="The operation was cancelled by the user.";Strings.OfficeOM.L_OperationNotSupported="The operation is not supported.";Strings.OfficeOM.L_OperationNotSupportedOnMatrixData="Selected content needs to be in table format. Format the data as a table and try again.";Strings.OfficeOM.L_OperationNotSupportedOnThisBindingType="Operation is not supported on this binding type.";Strings.OfficeOM.L_OsfControlTypeNotSupported="OsfControl type not supported.";Strings.OfficeOM.L_OutOfRange="Out of Range";Strings.OfficeOM.L_OverwriteWorksheetData="The set operation failed because the supplied data object will overwrite or shift data.";Strings.OfficeOM.L_PermissionDenied="Permission Denied";Strings.OfficeOM.L_PropertyDoesNotExist="Property '{0}' does not exist on the object.";Strings.OfficeOM.L_PropertyNotLoaded="The property '{0}' is not available. Before reading the property's value, call the load method on the containing object and call \"context.sync()\" on the associated request context.";Strings.OfficeOM.L_ReadSettingsError="Read Settings Error";Strings.OfficeOM.L_RedundantCallbackSpecification="Callback cannot be specified both in argument list and in optional object.";Strings.OfficeOM.L_RequestPayloadSizeLimitExceededMessage='The request payload size has exceeded the limit. Please refer to the documentation: "https://docs.microsoft.com/office/dev/add-ins/concepts/resource-limits-and-performance-optimization#excel-add-ins".';Strings.OfficeOM.L_RequestTimeout="The call took too long to execute.";Strings.OfficeOM.L_RequestTokenUnavailable="This API has been throttled to slow the call frequency.";Strings.OfficeOM.L_ResponsePayloadSizeLimitExceededMessage='The response payload size has exceeded the limit. Please refer to the documentation: "https://docs.microsoft.com/office/dev/add-ins/concepts/resource-limits-and-performance-optimization#excel-add-ins".';Strings.OfficeOM.L_RowIndexOutOfRange="The row index value is out of the allowed range. Use a value (0 or higher) that's less than the number of rows.";Strings.OfficeOM.L_RunMustReturnPromise='The batch function passed to the ".run" method didn\'t return a promise. The function must return a promise, so that any automatically-tracked objects can be released at the completion of the batch operation. Typically, you return a promise by returning the response from "context.sync()".';Strings.OfficeOM.L_SSOClientError="Error occurred in the authentication request from Office.";Strings.OfficeOM.L_SSOClientErrorMessage="An unexpected error occurred in the client.";Strings.OfficeOM.L_SSOConnectionLostError="A connection was lost during the sign in process.";Strings.OfficeOM.L_SSOConnectionLostErrorMessage="A connection was lost during the sign in process, and the user may not be signed in. This was likely due to the user's browser configuration settings, such as security zones.";Strings.OfficeOM.L_SSOServerError="Error occurred in the authentication provider.";Strings.OfficeOM.L_SSOServerErrorMessage="An unexpected error occurred on the server.";Strings.OfficeOM.L_SSOUnsupportedPlatform="API is not supported in this platform.";Strings.OfficeOM.L_SSOUserConsentNotSupportedByCurrentAddinCategory="This add-in does not support user consent.";Strings.OfficeOM.L_SSOUserConsentNotSupportedByCurrentAddinCategoryMessage="The operation failed because this add-in does not support user consent in this category";Strings.OfficeOM.L_SaveSettingsError="Save Settings Error";Strings.OfficeOM.L_SelectionCannotBound="Cannot bind to the current selection.";Strings.OfficeOM.L_SelectionNotSupportCoercionType="The current selection is not compatible with the specified coercion type.";Strings.OfficeOM.L_SetDataIsTooLarge="The specified data object is too large.";Strings.OfficeOM.L_SetDataParametersConflict="The specified parameters conflict.";Strings.OfficeOM.L_SettingNameNotExist="The specified setting name does not exist.";Strings.OfficeOM.L_SettingsAreStale="Settings could not be saved because they are not current.";Strings.OfficeOM.L_SettingsCannotSave="The settings could not be saved.";Strings.OfficeOM.L_SettingsStaleError="Settings Stale Error";Strings.OfficeOM.L_ShowWindowDialogNotification="{0} wants to display a new window.";Strings.OfficeOM.L_ShowWindowDialogNotificationAllow="Allow";Strings.OfficeOM.L_ShowWindowDialogNotificationIgnore="Ignore";Strings.OfficeOM.L_ShuttingDown="Operation failed because the data is not current on the server.";Strings.OfficeOM.L_SliceSizeNotSupported="The specified slice size is not supported.";Strings.OfficeOM.L_SpecifiedIdNotExist="The specified ID does not exist.";Strings.OfficeOM.L_Timeout="The operation has timed out.";Strings.OfficeOM.L_TooManyArguments="too many arguments";Strings.OfficeOM.L_TooManyIncompleteRequests="Wait until the previous call completes.";Strings.OfficeOM.L_TooManyOptionalFunction="multiple optional functions in parameter list";Strings.OfficeOM.L_TooManyOptionalObjects="multiple optional objects in parameter list";Strings.OfficeOM.L_UnknownBindingType="The binding type is not supported.";Strings.OfficeOM.L_UnsupportedDataObject="The supplied data object type is not supported.";Strings.OfficeOM.L_UnsupportedEnumeration="Unsupported Enumeration";Strings.OfficeOM.L_UnsupportedEnumerationMessage="The enumeration isn't supported in the current host application.";Strings.OfficeOM.L_UnsupportedUserIdentity="User identity type is not supported.";Strings.OfficeOM.L_UnsupportedUserIdentityMessage="The identity type of the user is not supported.";Strings.OfficeOM.L_UserAborted="User aborted the consent request.";Strings.OfficeOM.L_UserAbortedMessage="The user did not consent the add-in permissions.";Strings.OfficeOM.L_UserClickIgnore="The user chose to ignore the dialog box.";Strings.OfficeOM.L_UserNotSignedIn="No user is signed into Office.";Strings.OfficeOM.L_ValueNotLoaded='The value of the result object has not been loaded yet. Before reading the value property, call "context.sync()" on the associated request context.';Strings.OfficeOM.L_WorkbookHiddenMessage="The JavaScript API request failed because the workbook was hidden. Please unhide the workbook and try again.";Strings.OfficeOM.L_WriteNotSupportedWhenModalDialogOpen="Write operation is not supported for Office when a modal dialog is open."
@@ -0,0 +1 @@
1
+ Type.registerNamespace("Strings");Strings.OfficeOM=function(){};Strings.OfficeOM.registerClass("Strings.OfficeOM");Strings.OfficeOM.L_EventHandlerRemovalFailed="ഇവന്റ് ഹാൻഡ്‌ലർ നീക്കം ചെയ്യാൻ പരാജയപ്പെട്ടു.";Strings.OfficeOM.L_ImplicitNotLoaded="ഒരു ടോക്കൺ നേടുന്നതിന് മുമ്പ് മൊഡ്യൂൾ ലോഡ് ചെയ്‌തിട്ടില്ല";Strings.OfficeOM.L_EventRegistrationError="ഇവന്റ് രജിസ്ട്രേഷൻ തെറ്റ്";Strings.OfficeOM.L_FunctionCallFailed="കോൾ ഫങ്ഷൻ {0} പരാജയപ്പെട്ടു, തെറ്റ് കോഡ്: {1}.";Strings.OfficeOM.L_FileTypeNotSupported="ഈ നിര്‍ദിഷ്ട ഫയൽ ടൈപ്പിനെ പിന്തുണയ്ക്കുന്നില്ല.";Strings.OfficeOM.L_RowIndexOutOfRange="വരി സൂചിക മൂല്യം അനുവദിച്ച പരിധിക്ക് പുറത്താണ്. വരികളുടെ എണ്ണത്തേക്കാൾ കുറവുള്ള ഒരു മൂല്യം (0 അല്ലെങ്കിൽ ഉയർന്നത്) ഉപയോഗിക്കുക.";Strings.OfficeOM.L_InvalidApiCallInContext="നിലവിലുള്ള പശ്ചാത്തലത്തിൽ API കോൾ സാധുവാണ്.";Strings.OfficeOM.L_CoercionTypeNotMatchBinding="ഈ നിർദിഷ്ട കൊയേഴ്സൺ തരം ഈ ബൈൻഡിംഗ് തരവുമായി യോജിക്കുന്നില്ല.";Strings.OfficeOM.L_InvalidResourceUrl="അസാധുവായ ആപ്ലിക്കേഷൻ റിസോഴ്സ് Url നൽകി.";Strings.OfficeOM.L_NonUniformPartialSetNotSupported="മെർജ് ചെയ്ത സെല്ലുകൾ പട്ടികയിൽ അടങ്ങിയിരിക്കുമ്പോൾ കൊയേഴ്സൺ തരവുമായി കോർഡിനേറ്റ് ഘടകങ്ങൾ ഉപയോഗിക്കാനാവില്ല.";Strings.OfficeOM.L_NamedItemNotFound="എന്ന പേരിലുള്ള ഇനം നിലവിലില്ല.";Strings.OfficeOM.L_SettingNameNotExist="നിർദിഷ്ട സജ്ജീകരണത്തിന്റെ പേര് നിലവിലില്ല.";Strings.OfficeOM.L_AppNotExistInitializeNotCalled="ആപ്ലിക്കേഷൻ {0} നിലവിലില്ല. Microsoft.Office.WebExtension.initialize(reason)-നെ വിളിച്ചിട്ടില്ല.";Strings.OfficeOM.L_Timeout="പ്രക്രിയ കാലഹരണപ്പെട്ടു.";Strings.OfficeOM.L_InvalidArgument="ഈ സാഹചര്യത്തിനായി '{0}' ആർഗ്യുമെന്റ് പ്രവർത്തിക്കുന്നില്ല, കാണുന്നില്ല അല്ലെങ്കിൽ ശരിയായ ഫോർമാറ്റിലല്ല.";Strings.OfficeOM.L_SettingsAreStale="സജ്ജീകരണങ്ങൾ നിലവിലുള്ളവ അല്ലാത്തതിനാൽ അവ സംരക്ഷിക്കാൻ കഴിഞ്ഞില്ല.";Strings.OfficeOM.L_UserClickIgnore="ഉപയോക്താവ് ഡയലോഗ് ബോക്സ് അവഗണിക്കുന്നത് നോക്കിയെടുത്തു.";Strings.OfficeOM.L_InvalidCoercion="അസാധുവായ കൊയേർഷൻ ടൈപ്പ്";Strings.OfficeOM.L_OsfControlTypeNotSupported="OsfControl ടൈപ്പിനെ പിന്താങ്ങുന്നില്ല.";Strings.OfficeOM.L_SetDataIsTooLarge="ഈ നിർദിഷ്ട ഡാറ്റാ ഓബ്ജക്റ്റ് വളരെ വലുതാണ്.";Strings.OfficeOM.L_SSOUserConsentNotSupportedByCurrentAddinCategoryMessage="ഈ വിഭാഗത്തിലെ ഉപയോക്തൃ സമ്മതത്തെ ഈ ആഡ്-ഇൻ പിന്തുണയ്‌ക്കാത്തതിനാൽ പ്രക്രിയ പരാജയപ്പെട്ടു";Strings.OfficeOM.L_InValidOptionalArgument="അസാധുവായ ഐച്ഛികപരമായ ആർഗ്യുമെന്റുകൾ";Strings.OfficeOM.L_NoCapability="ഈ പ്രവൃത്തിക്ക് നിങ്ങൾക്കു മതിയായ അനുമതി ഇല്ല.";Strings.OfficeOM.L_DocumentIsInactive="ഈ ആഡ്-ഇൻ അടങ്ങിയിരിക്കുന്ന ഡോക്യുമെന്റ് നിഷ്ക്രിയമായതിനാൽ ഓപ്പറേഷൻ പരാജയപ്പെട്ടു.";Strings.OfficeOM.L_ShowWindowDialogNotificationIgnore="അവഗണിക്കുക";Strings.OfficeOM.L_NotSupportedEventType="ഈ നിര്‍ദിഷ്ട ഇവന്റ് ടൈപ്പിനെ {0} പിന്തുണയ്ക്കുന്നില്ല.";Strings.OfficeOM.L_AddBindingFromPromptDefaultText="ദയവായി ഒരു തിരഞ്ഞെടുപ്പ് നടത്തുക.";Strings.OfficeOM.L_PermissionDenied="അനുമതി നിഷേധിച്ചിരിക്കുന്നു";Strings.OfficeOM.L_InvalidTableOptionValue="ഒന്നോ അതിലധികമോ TableOptions പാരാമീറ്ററുകൾക്ക് അനുവദനീയമല്ലാത്ത മൂല്യങ്ങൾ. മൂല്യങ്ങൾ പരിശോധിച്ച് വീണ്ടും ശ്രമിക്കുക.";Strings.OfficeOM.L_SSOConnectionLostErrorMessage="സൈനിൻ പ്രോസസ്സിനിടയിൽ ഒരു കണക്ഷൻ നഷ്‌ടപ്പെട്ടു, ഉപയോക്താവ് സൈനിൻ ചെയ്‌തിരിക്കാനിടയില്ല. ഇത്, സുരക്ഷാ മേഖലകൾ പോലുള്ള ഉപയോക്താവിന്‍റെ ബ്രൗസർ കോൺഫിഗറേഷൻ ക്രമീകരണത്താൽ സംഭവിച്ചതാകാം.";Strings.OfficeOM.L_TooManyArguments="വളരെയധികം ആർഗ്യുമെന്റുകൾ";Strings.OfficeOM.L_SSOUserConsentNotSupportedByCurrentAddinCategory="ഉപയോക്തൃ സമ്മതത്തെ ഈ ആഡ്-ഇൻ പിന്തുണയ്‌ക്കുന്നില്ല.";Strings.OfficeOM.L_NewWindowCrossZone="നിങ്ങളുടെ ബ്രൗസറിലെ സുരക്ഷാ ക്രമീകരണം ഒരു ഡയലോഗ് ബോക്സ് സൃഷ്‌ടിക്കുന്നതിൽ നിന്നും ഞങ്ങളെ തടഞ്ഞു. മറ്റൊരു ബ്രൗസർ പരീക്ഷിക്കുക, അല്ലെങ്കിൽ {0}, എന്നാൽ മാത്രമേ '{1}' എന്നതും വിലാസ ബാറിൽ കാണിച്ചിരിക്കുന്ന ഡൊമെയ്‌നും ഒരേ സുരക്ഷാ മേഖലയിൽ വരുകയുള്ളൂ.";Strings.OfficeOM.L_ModalDialogOpeng="ഈ ആഡ്-ഇന്നിന് ഇതിനകം ഒരു സജീവ ഡയലോഗ് ഉള്ളതിനാൽ, ഓപ്പറേഷൻ പരാജയപ്പെട്ടു.";Strings.OfficeOM.L_SettingsStaleError="ക്രമീകരണങ്ങളിലെ സ്റ്റെയ്ൽ തെറ്റ്";Strings.OfficeOM.L_CloseFileBeforeRetrieve="മറ്റൊന്ന് വീണ്ടെടുക്കുന്നതിന് മുമ്പ് നിലവിലുള്ള ഫയലിലെ closeAsync വിളിക്കുക.";Strings.OfficeOM.L_NetworkProblem="നെറ്റ്‍വ‍ർക്ക് പ്രശ്നം";Strings.OfficeOM.L_MissingParameter="വിട്ടുപോയ പാരാമീറ്ററുകൾ";Strings.OfficeOM.L_RequestTokenUnavailable="കോൾ ആവൃത്തി കുറക്കുന്നതിനായി ഈ API കുറച്ചിരിക്കുന്നു.";Strings.OfficeOM.L_ActivityLimitReached="പ്രവർത്തന പരിധിയിലെത്തി.";Strings.OfficeOM.L_InvalidParameters="ഫങ്ഷന്റെ {0} ഘടകങ്ങൾ അസാധുവാണ്.";Strings.OfficeOM.L_DialogInvalidScheme="URL സ്കീം പിന്തുണയ്‌ക്കാത്തതാണ്. പകരം HTTPS ഉപയോഗിക്കുക.";Strings.OfficeOM.L_DataReadError="ഡാറ്റ വായിക്കുന്നതിൽ തെറ്റ്";Strings.OfficeOM.L_CannotNavigateTo="നാവിഗേഷൻ പിന്തുണയ്ക്കാത്ത സ്ഥലത്താണ് ഓബ്ജക്റ്റിന്റെ സ്ഥാനം.";Strings.OfficeOM.L_InvalidGrantMessage="ഈ ആഡ്-ഇൻ ന് വേണ്ടിയുള്ള അനുമതി നഷ്ടമായിരിക്കുന്നു.";Strings.OfficeOM.L_UserAborted="സമ്മത അഭ്യർത്ഥന ഉപയോക്താവ് റദ്ദാക്കി.";Strings.OfficeOM.L_InvalidOrTimedOutSession="സെഷൻ അസാധുവാണ് അല്ലെങ്കിൽ കാലഹരണപ്പെട്ടു";Strings.OfficeOM.L_DocumentReadOnly="ആവശ്യപ്പെട്ടിരിക്കുന്ന പ്രവർത്താന്മ് നിലവിലുള്ള ഡോക്യുമെന്റ് മോഡിൽ അനുവദനീയമല്ല.";Strings.OfficeOM.L_ApiNotFoundDetails="സജ്ജീകരിച്ചിരിക്കുന്ന {1} ആവശ്യകതയുടെ ഭാഗമായ {0} എന്ന രീതിയോ ഗുണവിശേഷതയോ നിങ്ങളുടെ {2} പതിപ്പിൽ ലഭ്യമല്ല.";Strings.OfficeOM.L_TooManyOptionalFunction="പരാമീറ്റർ പട്ടികയിലെ ഒന്നിലധികം ഓപ്ഷണൽ ഫംഗ്ഷനുകൾ";Strings.OfficeOM.L_IndexOutOfRange="ഇൻഡെക്സ് പരിധിക്കു പുറത്ത്.";Strings.OfficeOM.L_AddinIsAlreadyRequestingTokenMessage="ഈ ആഡ്-ഇൻ ഇതിനകം ഒരു ആക്‌സസ് ടോക്കൺ അഭ്യർത്ഥിക്കുന്നതിനാൽ പ്രക്രിയ പരാജയപ്പെട്ടു.";Strings.OfficeOM.L_FormattingReminder="ഫോർമാറ്റിംഗ് ഓർമ്മപ്പെടുത്തൽ";Strings.OfficeOM.L_ConnectionFailureWithDetails="{0} എന്ന അവസ്ഥാ കോഡും {1} എന്ന തെറ്റ് കോഡും ഈ തെറ്റ് സന്ദേശവും നൽകി അഭ്യർത്ഥന പരാജയപ്പെട്ടു: {2}";Strings.OfficeOM.L_DisplayDialogError="ഡയലോഗ് തെറ്റ് പ്രദർശിപ്പിക്കുക";Strings.OfficeOM.L_SSOClientErrorMessage="ക്ലയന്‍റില്‍ ഒരു അപ്രതീക്ഷിത പിശക് സംഭവിച്ചു.";Strings.OfficeOM.L_DialogNavigateError="ഡയലോഗ് നാവിഗേഷൻ തെറ്റ്";Strings.OfficeOM.L_CannotRegisterEvent="ഇവന്‍റ് ഹാൻഡ്‌ലർ രജിസ്റ്റർ ചെയ്യാനാകുന്നില്ല.";Strings.OfficeOM.L_InvalidBindingOperation="അസാധുവായ ബൈൻഡിംഗ് പ്രവർത്തനം";Strings.OfficeOM.L_InternalError="ആന്തരിക തെറ്റ്";Strings.OfficeOM.L_DialogAddressNotTrusted="മാനിഫെസ്റ്റിലെ AppDomains ഘടകാംശത്തിൽ URL-ന്‍റെ ഡൊമെയ്‌ൻ ഉൾപ്പെടുത്തിയിട്ടില്ല, കൂടാതെ ഉറവിട സ്ഥാനത്തിന്റെ സബ്ഡൊമെയ്‌ന്‍ അല്ല.";Strings.OfficeOM.L_CustomFunctionDefinitionMissing="കാര്യപ്രവർത്തനത്തിന്‍റെ നിർവ്വചനത്തെ പ്രതിനിധീകരിക്കുന്ന ഈ പേരുള്ള ഒരു ഗുണവിശേഷത Excel.Script.CustomFunctions-ൽ ഉണ്ടായിരിക്കണം.";Strings.OfficeOM.L_InvalidNode="അസാധുവായ നോഡ്";Strings.OfficeOM.L_SSOUnsupportedPlatform="ഈ പ്ലാറ്റ്‌ഫോമിൽ API-യ്‌ക്ക് പിന്തുണയില്ല.";Strings.OfficeOM.L_GetDataParametersConflict="നിർദിഷ്ട ഘടകങ്ങളുടെ ചേർച്ചയില്ലായ്മ.";Strings.OfficeOM.L_APICallFailed="API കോൾ പരാജയപ്പെട്ടു";Strings.OfficeOM.L_InvalidSetRows="നിർദിഷ്ട വരികൾ അസാധുവാണ്.";Strings.OfficeOM.L_CancelButton="റദ്ദാക്കുക";Strings.OfficeOM.L_CustomXmlExceedQuotaMessage="XPath തിരഞ്ഞെടുക്കലിനെ 1024 ഇനങ്ങളിലേക്ക് പരിമിതപ്പെടുത്തിയിരിക്കുന്നു.";Strings.OfficeOM.L_SSOServerError="പ്രാമാണീകരണ ദാതാവിൽ പിശക് സംഭവിച്ചു.";Strings.OfficeOM.L_InvalidReadForBlankRow="നിർദിഷ്ട വരി ശൂന്യമാണ്.";Strings.OfficeOM.L_ColIndexOutOfRange="നിര സൂചിക മൂല്യം അനുവദിച്ച പരിധിക്ക് പുറത്താണ്. നിരകളുടെ എണ്ണത്തേക്കാൾ കുറവുള്ള ഒരു മൂല്യം (0 അല്ലെങ്കിൽ ഉയർന്നത്) ഉപയോഗിക്കുക.";Strings.OfficeOM.L_ConfirmDialogConsentTitle="ഒരു നിമിഷം ...";Strings.OfficeOM.L_CallbackNotAFunction="കോൾബാക്ക് ടൈപ്പ് ഫങ്ഷൻ ആയിരിക്കണം, ടൈപ്പ് {0} ആയിരുന്നു.";Strings.OfficeOM.L_CustomXmlExceedQuotaName="തിരഞ്ഞെടുക്കൽ പരിധിയിലെത്തി";Strings.OfficeOM.L_NotSupported="{0} ഫങ്ഷനെ പിന്താങ്ങുന്നില്ല.";Strings.OfficeOM.L_DataNotMatchBindingType="ഈ നിർദിഷ്ട ഡാറ്റാ ഓബ്ജക്റ്റ് ബൈൻഡിംഗ് തരവുമായി പൊരുത്തപ്പെടുന്നില്ല.";Strings.OfficeOM.L_TooManyOptionalObjects="പരാമീറ്റർ പട്ടികയിലെ ഒന്നിലധികം ഓപ്ഷണൽ ഒബ്ജക്റ്റുകൾ";Strings.OfficeOM.L_InvalidGetRows="നിർദിഷ്ട വരികൾ അസാധുവാണ്.";Strings.OfficeOM.L_ResponsePayloadSizeLimitExceededMessage="അഭ്യർത്ഥിച്ച പേലോഡ് വലുപ്പം പരിധി കവിഞ്ഞിരിക്കുന്നു. ലഘുലേഖ: “https://docs.microsoft.com/office/dev/add-ins/concepts/resource-limits-and-performance-optimization#excel-add-ins” പരിശോധിക്കുക.";Strings.OfficeOM.L_RunMustReturnPromise='".run" രീതിയിലേക്ക് പാസ് ചെയ്ത ബാച്ച് കാര്യപ്രവർത്തനം ഒരു പ്രോമിസ് മടക്കിനൽകിയില്ല. ബാച്ച് പ്രവർത്തന പൂർത്തീകരണത്തിൽ സ്വപ്രേരിതമായി ട്രാക്കുചെയ്ത എല്ലാ ഒബ്ജക്റ്റുകളും റിലീസ് ചെയ്യാൻ, കാ���്യപ്രവർത്തനം ഒരു പ്രോമിസ് മടക്കിനൽകേണ്ടതുണ്ട്. സാധാരണയായി, "context.sync()" എന്നതിൽ നിന്നുള്ള പ്രതികരണം മടക്കിനൽകിയാണ് നിങ്ങൾ ഒരു പ്രോമിസ് മടക്കിനൽകാറുള്ളത്.';Strings.OfficeOM.L_SettingsCannotSave="സജ്ജീകരണങ്ങൾ സേവ് ചെയ്യാൻ കഴിഞ്ഞില്ല.";Strings.OfficeOM.L_TooManyIncompleteRequests="മുൻ കോൾ പൂർത്തിയാകുന്നതുവരെ കാത്തിരിക്കുക.";Strings.OfficeOM.L_EventHandlerNotExist="നിർദിഷ്ട ഇവന്റ് ഹാൻഡ്‌ലർ ഈ ബൈൻഡിംഗിനായി കണ്ടെത്തിയില്ല.";Strings.OfficeOM.L_SpecifiedIdNotExist="ഈ നിർദിഷ്ട ഐഡി നിലവിലില്ല.";Strings.OfficeOM.L_InvalidSetStartRowColumn="ഈ നിര്‍ദിഷ്ട startRow അഥവാ startColumn മൂല്യങ്ങൾ അസാധുവാണ്.";Strings.OfficeOM.L_RequestPayloadSizeLimitExceededMessage="അഭ്യർത്ഥിച്ച പേലോഡ് വലുപ്പം പരിധി കവിഞ്ഞിരിക്കുന്നു. ലഘുലേഖ: “https://docs.microsoft.com/office/dev/add-ins/concepts/resource-limits-and-performance-optimization#excel-add-ins” പരിശോധിക്കുക.";Strings.OfficeOM.L_InvalidRequestContext="വ്യത്യസ്ത അഭ്യർത്ഥനാ സന്ദർഭങ്ങൾക്കിടയിൽ ഓബ്ജക്റ്റ് ഉപയോഗിക്കാനാകില്ല.";Strings.OfficeOM.L_GetSelectionNotSupported="നിലവിലെ തിരഞ്ഞെടുപ്പ് പിന്തുണയ്ക്കുന്നില്ല.";Strings.OfficeOM.L_CellFormatAmountBeyondLimits="കുറിപ്പ്: ഒരു ഫോർമാറ്റിംഗ് API കോൾ മുന്നോട്ടു വെക്കുന്ന ഫോർമാറ്റിംഗ് സെറ്റുകൾ 100-ൽ താഴെ ആയിരിക്കാനാണ് നിർദേശം.";Strings.OfficeOM.L_UnsupportedEnumeration="പിന്തുണയ്ക്കപ്പെടാത്ത എണ്ണൽ";Strings.OfficeOM.L_UnsupportedEnumerationMessage="നിലവിലെ ഹോസ്റ്റ് അപ്ലിക്കേഷനിൽ എണ്ണൽ പിന്തുണയ്ക്കുന്നില്ല.";Strings.OfficeOM.L_DataWriteReminder="ഡാറ്റ എഴുത്ത് ഓർമപ്പെടുത്തൽ";Strings.OfficeOM.L_OutOfRange="പരിധിക്ക് പുറത്ത്";Strings.OfficeOM.L_InvalidApiArgumentsMessage="അസാധുവായ ഇൻപുട്ട് ആര്‍ഗുമെന്‍റ്സ്.";Strings.OfficeOM.L_InvalidValue="അസാധുവായ മൂല്യം";Strings.OfficeOM.L_BadSelectorString="സെലക്ടറിലേക്കു കടന്ന സ്ട്രിംഗ് തെറ്റായ ഫോർമാറ്റിൽ ആണ് അല്ലെങ്കിൽ അതിനെ പിന്താങ്ങുന്നില്ല.";Strings.OfficeOM.L_CannotApplyPropertyThroughSetMethod='{0}\' എന്ന ഗുണവിശേഷതയിലെ മാറ്റങ്ങൾ ഒരു "object.set" രീതിയിലൂടെ പ്രയോഗിക്കാനാകില്ല.';Strings.OfficeOM.L_RedundantCallbackSpecification="Callback ആർഗ്യുമെന്റ് ലിസ്റ്റിലും ഓപ്ഷണൽ ഓബ്ജക്റ്റിലും നിയതമായി വ്യക്തമാക്കാൻ കഴിയില്ല.";Strings.OfficeOM.L_CannotWriteToSelection="നിലവിലുള്ള തിരഞ്ഞെടുപ്പിൽ എഴുതാനാവില്ല.";Strings.OfficeOM.L_NewWindowCrossZoneErrorString="ഡയലോഗ് ബോക്സ് സൃഷ്‌ടിക്കുന്നതിൽ നിന്നും ബ്രൗസർ നിയന്ത്രണങ്ങൾ ഞങ്ങളെ തടഞ്ഞു. ഡയലോഗ് ബോക്സ് ഡൊമെയ്‌നും ആഡ്-ഇൻ ഹോസ്റ്റ് ഡൊമെയ്‌നും ഉള്ളത് ഒരേ സുരക്ഷാ മേഖലയിലല്ല.";Strings.OfficeOM.L_BindingToMultipleSelection="തുടർച്ചയായുള്ളതല്ലാത്ത തിരഞ്ഞെടുപ്പുകളെ പിന്തുണയ്ക്കുന്നില്ല.";Strings.OfficeOM.L_CustomXmlOutOfDateName="ഡാറ്റ പുതിയതല്ല";Strings.OfficeOM.L_FormatValueOutOfRange="മൂല്യം അനുവദനീയമായ പരിധിക്ക് പുറത്താണ്.";Strings.OfficeOM.L_InvalidFormatValue="ഒന്നോ അതിലധികമോ ഫോർമാറ്റ് പാരാമീറ്ററുകൾക്ക് അനുവദനീയമല്ലാത്ത മൂല്യങ്ങൾ. മൂല്യങ്ങൾ പരിശോധിച്ച് വീണ്ടും ശ്രമിക്കുക.";Strings.OfficeOM.L_UnknownBindingType="ഈ ബൈൻഡിംഗ് തരത്തെ പിന്തുണയ്ക്കുന്നില്ല.";Strings.OfficeOM.L_NoHttpsWAC="ഈ Office സെഷൻ ഒരു സുരക്ഷിത കണക്ഷൻ ഉപയോഗിക്കുന്നില്ല. വളരെ മുൻകരുതലുകൾ എടുക്കാൻ ഞങ്ങൾ ശുപാർശ ചെയ്യുന്നു.";Strings.OfficeOM.L_APINotSupported="API പിന്താങ്ങുന്നില്ല";Strings.OfficeOM.L_InvalidResourceUrlMessage="മാനിഫെസ്റ്റിൽ അസാധുവായ റിസോഴ്സ് Url നല്‍കിയിരിക്കുന്നു.";Strings.OfficeOM.L_InvalidCellsValue="ഒന്നോ അതിലധികമോ സെൽ പാരാമീറ്ററുകൾക്ക് അനുവദനീയമല്ലാത്ത മൂല്യങ്ങൾ. മൂല്യങ്ങൾ പരിശോധിച്ച് വീണ്ടും ശ്രമിക്കുക.";Strings.OfficeOM.L_NotImplemented="{0} ഫങ്ഷൻ നടപ്പിലായിട്ടില്ല.";Strings.OfficeOM.L_InvalidAPICall="അസാധുവായ API Call";Strings.OfficeOM.L_InvalidObjectPath='നിങ്ങൾ ചെയ്യാൻ ശ്രമിക്കുന്നതിനായി \'{0}\' ഓബ്ജക്റ്റ് പാത്ത് പ്രവർത്തിക്കുന്നില്ല. നിങ്ങൾ ഒന്നിലേറെ "context.sync" കോളുകളിൽ ഉടനീളവും ".run" ബാച്ചിന്റെ അനുക്രമമായ നിർവഹണത്തിന് പുറത്തും ഓബ്ജക്റ്റ് ഉപയോഗിക്കുകയാണെങ്കിൽ, ഓബ്ജക്റ്റിന്റെ ലൈഫ്‌‌ടൈം നിയന്ത്രിക്കാൻ "context.trackedObjects.add()", "context.trackedObjects.remove()" രീതികൾ ഉപയോഗിക്കുക.';Strings.OfficeOM.L_NotSupportedBindingType="ഈ നിര്‍ദിഷ്ട ബൈൻഡിംഗ് തരത്തെ {0} പിന്തുണയ്ക്കുന്നില്ല.";Strings.OfficeOM.L_SSOConnectionLostError="സൈനിൻ പ്രോസസ്സിനിടയിൽ ഒരു കണക്ഷൻ നഷ്‌ടപ്പെട്ടു.";Strings.OfficeOM.L_DialogAlreadyOpened="ഈ ആഡ്-ഇന്നിന് ഇതിനകം ഒരു സജീവ ഡയലോഗ് ഉള്ളതിനാൽ, പ്രക്രിയ പരാജയപ്പെട്ടു.";Strings.OfficeOM.L_CoercionTypeNotSupported="ഈ നിർദിഷ്ട കൊയേഴ്സൺ തരം പിന്തുണയ്ക്കുന്നില്ല.";Strings.OfficeOM.L_SaveSettingsError="ക്രമീകരണങ്ങളിലെ തെറ്റ് സംരക്ഷിക്കുക";Strings.OfficeOM.L_InvalidGetStartRowColumn="ഈ നിര്‍ദിഷ്ട startRow അഥവാ startColumn മൂല്യങ്ങൾ അസാധുവാണ്.";Strings.OfficeOM.L_EventHandlerAdditionFailed="ഇവന്റ് ഹാൻഡ്‌ലർ ചേർക്കാൻ പരാജയപ്പെട്ടു.";Strings.OfficeOM.L_SetDataParametersConflict="നിർദിഷ്ട ഘടകങ്ങളുടെ ചേർച്ചയില്ലായ്മ.";Strings.OfficeOM.L_DataStale="ഡാറ്റ പുതിയതല്ല";Strings.OfficeOM.L_ValueNotLoaded='ഫല ഓബ്ജക്റ്റ് മൂല്യം ഇതുവരെയും ലോഡ് ചെയ്തില്ല. മൂല്യ ഗുണവിശേഷത വായിക്കുന്നതിന് മുമ്പ്, ബന്ധപ്പെട്ട അഭ്യർത്ഥനാ സന്ദർഭത്തിൽ "context.sync()" കോൾ ചെയ്യുക.';Strings.OfficeOM.L_BrowserAPINotSupported="ആവശ്യപ്പെട്ടിരിക്കുന്ന API–യെ ഈ ബ്രൗസർ പിന്തുണയ്ക്കുന്നില്ല.";Strings.OfficeOM.L_ConfirmDialog="ഡൊമെയ്ൻ {0} Microsoft Office ആയി പ്രവർത്തിക്കുന്നു, കൂടാതെ നിങ്ങളുടെ വ്യക്തിഗത ഡാറ്റ ആക്സസ് ചെയ്യാൻ കഴിയുന്ന Office ആഡ്-ഇന്നുകൾ പ്രവർത്തിപ്പിക്കാനും കഴിയും. Office ആയി പ്രവർത്തിക്കുന്നതിനും നിങ്ങളുടെ ഡാറ്റ ആക്സസ് ചെയ്യുന്നതിനും, നിങ്ങൾ ഡൊമെയ്നിനെ വിശ്വസിക്കുന്നുവെങ്കിൽ തുടരുന്നതിന് ശരി ക്ലിക്ക് ചെയ്യുക.";Strings.OfficeOM.L_OKButton="ശരി";Strings.OfficeOM.L_SelectionNotSupportCoercionType="നിലവിലുള്ള തിരഞ്ഞെടുപ്പ് ഈ നിർദിഷ്ട കൊയേഴ്സൺ തരവുമായി യോജിക്കുന്നില്ല.";Strings.OfficeOM.L_InvalidOperationInCellEditMode="Excel കളം ചിട്ടപ്പെടുത്തൽ മോഡിലാണുള്ളത്. ENTER അല്ലെങ്കിൽ TAB അമർത്തിയോ മറ്റൊരു കളം തിരഞ്ഞെടുത്തോ ചിട്ടപ്പെടുത്തൽ മോഡിൽ നിന്നും പുറത്തുകടന്ന ശേഷം വീണ്ടും ശ്രമിക്കുക.";Strings.OfficeOM.L_UnsupportedUserIdentityMessage="ഉപയോക്താവിന്‍റെ ഐഡന്‍റിറ്റി തരം പിന്തുണയ്ക്കുന്നില്ല.";Strings.OfficeOM.L_InvalidSelectionForBindingType="നിലവിലുള്ള തിരഞ്ഞെടുപ്പുമായോ നിര്‍ദിഷ്ട ബൈൻഡിംഗ് ടൈപ്പുമായോ ഒരു ബൈൻഡിംഗ് ഉണ്ടാക്കാനാവില്ല.";Strings.OfficeOM.L_OperationCancelledErrorMessage="ഉപയോക്താവ് പ്രക്രിയ റദ്ദാക്കി.";Strings.OfficeOM.L_ConfirmDialogApiTrustsParent="{0}-ൽ നിന്ന് നിങ്ങൾ സാധ്യതയുള്ള സെൻസിറ്റീവ് വിവരങ്ങൾ അയയ്ക്കാനും സ്വീകരിക്കാനും പോകുകയാണ് സെൻസിറ്റീവ് വിവരങ്ങൾ സ്വീകരിക്കുന്ന ഇനിപ്പറയുന്ന വെബ്സൈറ്റിനെ നിങ്ങൾ വിശ്വസിക്കുന്നുവെങ്കിൽ മാത്രം ശരി ക്ലിക്കുചെയ്യുക: {1}.";Strings.OfficeOM.L_InvalidOrTimedOutSessionMessage="നിങ്ങളുടെ Office സെഷൻ കാലഹരണപ്പെട്ടു അല്ലെങ്കിൽ അസാധുവാണ്. തുടരാൻ, പേജ് പുതുക്കിയെടുക്കുക.";Strings.OfficeOM.L_UnsupportedUserIdentity="ഉപയോക്താവിന്‍റെ ഐഡന്‍റിറ്റി തരം പിന്തുണയ്ക്കുന്നില്ല.";Strings.OfficeOM.L_PropertyDoesNotExist="ഓബ്‌ജക്റ്റിൽ '{0}' എന്ന ഗുണവിശേഷത നിലവിലില്ല.";Strings.OfficeOM.L_CustomFunctionNameContainsBadChars="കാര്യപ്രവർത്തനത്തിന്‍റെ പേരിൽ അക്ഷരങ്ങളും അക്കങ്ങളും അണ്ടർസ്‌കോറുകളും വിരാമങ്ങളും മാത്രമേ ഉൾപ്പെടാവൂ.";Strings.OfficeOM.L_CustomFunctionImplementationMissing="കാര്യപ്രവർത്തനത്തിന്‍റെ നിർവ്വചനത്തെ പ്രതിനിധീകരിക്കുന്ന Excel.Script.CustomFunctions-ലെ ഈ പേരുള്ള ഒരു ഗുണവിശേഷതയിൽ കാര്യപ്രവർത്തനം നടപ്പിലാക്കുന്ന ഒരു 'കോൾ' ഗുണവിശേഷത അടങ്ങിയിരിക്കണം.";Strings.OfficeOM.L_InvalidDataObject="അസാധുവായ ഡാറ്റാ ഓബ്ജക്റ്റ്";Strings.OfficeOM.L_SSOClientError="Office-ൽ നിന്നുള്ള പ്രാമാണീകരണ അഭ്യർത്ഥനയിൽ പിശക് സംഭവിച്ചു.";Strings.OfficeOM.L_BindingCreationError="ബൈൻഡിംഗ് ക്രിയേഷൻ തെറ്റ്";Strings.OfficeOM.L_InvalidArgumentGeneric="കാര്യക്രമത്തിലേക്ക് കൈമാറിയ ആർഗ്യുമെന്‍റ് (ആർഗ്യുമെന്‍റുകൾ ഈ സാഹചര്യത്തിൽ പ്രവർത്തിക്കുന്നില്ല, അവ വിട്ടുപോയിരിക്കുന്നു അല്ലെങ്കിൽ അവ ശരിയായ ഫോർമാറ്റിലല്ല.";Strings.OfficeOM.L_SelectionCannotBound="നിലവിലുള്ള തിരഞ്ഞെടുപ്പുമായി ബൈൻഡുചെയ്യാൻ കഴിയില്ല.";Strings.OfficeOM.L_ElementMissing="ചില പരാമീറ്റർ മൂല്യങ്ങൾ ഇല്ലാത്തതിനാൽ ടേബിൾ സെൽ ഫോർമാറ്റ് ചെയ്യാൻ കഴിഞ്ഞില്ല. പരാമീറ്ററുകൾ പരിശോധിച്ച് വീണ്ടും ശ്രമിക്കുക.";Strings.OfficeOM.L_DialogParentIsMinimized="പാരന്റ് ജാലകം കുറച്ചതിനാൽ ഓപ്പറേഷൻ പരാജയപ്പെട്ടു.";Strings.OfficeOM.L_InvalidBindingError="അസാധുവായ ബൈൻഡിംഗ് എന്ന തെറ്റ്";Strings.OfficeOM.L_OperationNotSupportedOnThisBindingType="പ്രവർത്തനം ഈ ബൈൻഡിംഗ് ടൈപ്പിൽ പിന്തുണയ്ക്കില്ല.";Strings.OfficeOM.L_DataNotMatchBindingSize="നൽകിയിരിക്കുന്ന ഡാറ്റാ ഓബ്ജക്റ്റ് നിലവിലുള്ള തിരഞ്ഞെടുപ്പിന്റെ വലുപ്പവുമായി യോജിക്കുന്നില്ല.";Strings.OfficeOM.L_CellDataAmountBeyondLimits="കുറിപ്പ്: ഒരു പട്ടിക��ിൽ കളങ്ങളുടെ എണ്ണം 20,000 കളങ്ങളിൽ താഴെ ആയിരിക്കാനാണ് നിർദേശം.";Strings.OfficeOM.L_ConfirmDialogConsent="ശരി ക്ലിക്ക് ചെയ്യുന്നതിലൂടെ, നിങ്ങളുടെ ഉള്ളടക്കത്തിലേക്കും വ്യക്തിഗത വിവരങ്ങളിലേക്കും {0} എന്നയാൾക്ക് ആക്സസ് അനുവദിക്കും. ";Strings.OfficeOM.L_InvalidBinding="അസാധുവായ ബൈൻഡിംഗ്";Strings.OfficeOM.L_MissingRequiredArguments="ചില അവശ്യ ആർഗ്യുമെന്റുകൾ കാണാനില്ല";Strings.OfficeOM.L_UserNotSignedIn="Office-ൽ ഉപയോക്താവ് സൈൻ-ഇൻ ചെയ്തിട്ടില്ല.";Strings.OfficeOM.L_DataNotMatchSelection="നൽകിയിരിക്കുന്ന ഡാറ്റാ ഒബ്ജക്റ്റ് നിലവിലുള്ള തിരഞ്ഞെടുപ്പിന്റെ ആകൃതിയുമായോ അളവുകളുമായോ യോജിക്കുന്നില്ല.";Strings.OfficeOM.L_ConnectionFailureWithStatus="{0} എന്ന അവസ്ഥാ കോഡ് നൽകി അഭ്യർത്ഥന പരാജയപ്പെട്ടു.";Strings.OfficeOM.L_DialogOK="ശരി";Strings.OfficeOM.L_OperationNotSupportedOnMatrixData="തിരഞ്ഞെടുത്ത ഉള്ളടക്കം ടേബിൾ ഫോർമാറ്റിൽ ആയിരിക്കണം. ഡാറ്റ ഒരു പട്ടികയായി ഫോർമാറ്റ് ചെയ്തിട്ട് വീണ്ടും ശ്രമിക്കുക.";Strings.OfficeOM.L_NetworkProblemRetrieveFile="നെറ്റ്‍വർക്കിലെ ഒരു പ്രശ്നം ഫയൽ വീണ്ടെടുക്കുന്നതിനെ തടഞ്ഞിരിക്കുന്നു.";Strings.OfficeOM.L_AddinIsAlreadyRequestingToken="ആഡ്-ഇൻ ഇതിനകം ഒരു ആക്‌സസ് ടോക്കൺ അഭ്യർത്ഥിക്കുന്നു.";Strings.OfficeOM.L_ReadSettingsError="ക്രമീകരണങ്ങളിലെ തെറ്റ് വായിക്കുക";Strings.OfficeOM.L_InvalidColumnsForBinding="നിർദിഷ്ട കോളങ്ങൾ അസാധുവാണ്.";Strings.OfficeOM.L_CustomXmlNodeNotFound="നിർദിഷ്ട നോഡ് കണ്ടെത്തിയില്ല.";Strings.OfficeOM.L_DataWriteError="ഡാറ്റ എഴുതുന്നതിൽ തെറ്റ്";Strings.OfficeOM.L_ConfirmRefreshMessage="തുടരുന്നതിന്, ആഡ്-ഇൻ നീക്കംചെയ്ത് വീണ്ടും ചേർക്കുക, അല്ലെങ്കിൽ പേജ് പുതുക്കിയെടുക്കുക.";Strings.OfficeOM.L_PropertyNotLoaded='{0}\' പ്രോപ്പർട്ടി ലഭ്യമല്ല. പ്രോപ്പർട്ടിയുടെ മൂല്യം വായിക്കുന്നതിന് മുമ്പ്, അടങ്ങിയിട്ടുള്ള ഓബ്ജ്കറ്റിലെ ലോഡ് രീതി കോൾ ചെയ്യുക, ബന്ധപ്പെട്ട അഭ്യർത്ഥനാ സന്ദർഭത്തിലെ "context.sync()" കോൾ ചെയ്യുക.';Strings.OfficeOM.L_InvalidGetColumns="നിർദിഷ്ട കോളങ്ങൾ അസാധുവാണ്.";Strings.OfficeOM.L_MultipleNamedItemFound="ഇതേ പേരിലുള്ള ഒന്നിലധികം ഓബ്ജക്റ്റുകൾ കണ്ടെത്തിയിയിരിക്കുന്നു.";Strings.OfficeOM.L_OperationCancelledError="പ്രക്രിയ റദ്ദാക്കി";Strings.OfficeOM.L_SSOServerErrorMessage="സെര്‍വറില്‍ ഒരു അവിചാരിത പിശക് സംഭവിച്ചു.";Strings.OfficeOM.L_DataNotMatchCoercionType="ഈ നിർദിഷ്ട ഡാറ്റാ ഓബ്ജക്റ്റിന്റെ ടൈപ്പ് നിലവിലുള്ള സെലക്‍ഷനുമായി പൊരുത്തപ്പെടുന്നില്ല.";Strings.OfficeOM.L_AppNameNotExist="{0}-നുള്ള ആഡ്-ഇൻ പേര് നിലവിലില്ല.";Strings.OfficeOM.L_InvalidDataFormat="ഈ നിർദിഷ്ട ഡാറ്റാ ഓബ്ജക്റ്റിന്റെ ഫോർമാറ്റ് അസാധുവാണ്.";Strings.OfficeOM.L_CustomXmlOutOfDateMessage="ഡാറ്റ കാലഹരണപ്പെട്ടു. ഓബ്ജക്റ്റ് വീണ്ടും വീണ്ടെടുക്കുക.";Strings.OfficeOM.L_NavOutOfBound="സൂചിക പരിധിക്ക് പുറത്ത് ആയതിനാൽ ഈ പ്രവർത്തനം പരാജയപ്പെട്ടു.";Strings.OfficeOM.L_UnsupportedDataObject="നൽകിയിരിക്കുന്ന ഡേറ്റാ ഒബ്ജക്ട് ടൈപ്പിനെ പിന്തുണയ്ക്കുന്നില്ല.";Strings.OfficeOM.L_InvalidSSOAddinMessage="ഈ ആഡ്-ഇനിന് വേണ്ടി ഐഡന്‍റിറ്റി API പിന്തുണയ്ക്കുന്നില്ല.";Strings.OfficeOM.L_UserAbortedMessage="ആഡ്-ഇൻ അനുമതികള്‍ക്ക് ഉപയോക്താവ് സമ്മതം നല്‍കിയില്ല.";Strings.OfficeOM.L_CustomFunctionNameCannotSplit="കാര്യപ്രവർത്തനത്തിന്‍റെ പേരിൽ ശൂന്യമല്ലാത്ത ഒരു നെയിംസ്‌പെയ്‌സും ശൂന്യമല്ലാത്ത ഒരു ഹ്രസ്വനാമവും അടങ്ങിയിരിക്കണം.";Strings.OfficeOM.L_ShowWindowDialogNotificationAllow="അനുവദിക്കണോ";Strings.OfficeOM.L_InvalidGrant="പ്രീഓതറൈസേഷന്‍ നഷ്ടമായി.";Strings.OfficeOM.L_ConfirmCancelMessage="ക്ഷമിക്കണം, ഞങ്ങൾക്ക് തുടരാൻ കഴിയില്ല.";Strings.OfficeOM.L_GetDataIsTooLarge="ആവശ്യപ്പെട്ട വിവരങ്ങളുടെ സെറ്റ് വളരെ വലുതാണ്.";Strings.OfficeOM.L_ShuttingDown="ഡാറ്റാ സെർവറിൽ നിലവിലുള്ളത് അല്ലാത്തതിനാൽ പ്രവർത്തനം പരാജയപ്പെട്ടു.";Strings.OfficeOM.L_InitializeNotReady="Office.js ഇതുവരെ പൂർണമായി ലോഡ് ആയിട്ടില്ല. ദയവായി പിന്നീട് ശ്രമിക്കുകയോ നിങ്ങളുടെ ഇനിഷ്യലൈസേഷൻ കോഡ് Office.initialize ഫങ്ഷനിൽ ചേർക്കുന്നുവെന്ന് ഉറപ്പാക്കുകയോ ചെയ്യുക.";Strings.OfficeOM.L_InvalidSetColumns="നിർദിഷ്ട കോളങ്ങൾ അസാധുവാണ്.";Strings.OfficeOM.L_WriteNotSupportedWhenModalDialogOpen="ഒരു മോഡൽ ഡയലോഗ് തുറന്നിരിക്കുമ്പോൾ എഴുത്ത് പ്രക്രിയ Office പിന്തുണയ്‌ക്കുന്നില്ല.";Strings.OfficeOM.L_OperationNotSupported="ഈ പ്രവർത്തനത്തെ പിന്തുണയ്ക്കുന്നില്ല.";Strings.OfficeOM.L_ContinueButton="തുടരുക";Strings.OfficeOM.L_RequestTimeout="ഈ കോളിന് വളരെ സമയമെടുത്തു.";Strings.OfficeOM.L_InvalidGetRowColumnCounts="ഈ നിർദിഷ്ട rowCount അഥവാ columnCount മൂല്യങ്ങൾ അസാധുവാണ്.";Strings.OfficeOM.L_OverwriteWorksheetData="ഡാറ്റാ ഓബ്ജക്റ്റ് ഓവർറൈറ്റ് ആകും അല്ലെങ്കിൽ ഡാറ്റാ ഷിഫ്റ്റ് ആകും എന്നതിനാൽ ഈ സെറ്റ് ഓപ്പറേഷൻ പരാജയപ്പെട്ടു.";Strings.OfficeOM.L_HostError="ഹോസ്റ്റ് തെറ്റ്";Strings.OfficeOM.L_InvalidNamedItemForBindingType="ഈ നിർദിഷ്ട ബൈൻഡിംഗ് തരം എന്ന പേരിലുള്ള ഇനവുമായി യോജിക്കുന്നില്ല.";Strings.OfficeOM.L_DialogRequireHTTPS="HTTP പ്രോട്ടോക്കോൾ പിന്തുണയ്‌ക്കാത്തതാണ്. പകരം HTTPS ഉപയോഗിക്കുക";Strings.OfficeOM.L_InternalErrorDescription="ഒരു ആന്തരിക തെറ്റ് സംഭവിച്ചിരിക്കുന്നു.";Strings.OfficeOM.L_BindingNotExist="നിര്‍ദിഷ്ട ബൈൻഡിംഗ് നിലവിലില്ല.";Strings.OfficeOM.L_InvalidFormat="അസാധുവായ ഫോർമാറ്റ് തെറ്റ്";Strings.OfficeOM.L_NewWindowCrossZoneConfigureBrowserLink="നിങ്ങളുടെ ബ്രൗസർ കോൺഫിഗർ ചെയ്യുക";Strings.OfficeOM.L_NonUniformPartialGetNotSupported="മെർജ് ചെയ്ത സെല്ലുകൾ പട്ടികയിൽ അടങ്ങിയിരിക്കുമ്പോൾ കൊയേഴ്സൺ തരവുമായി കോർഡിനേറ്റ് ഘടകങ്ങൾ ഉപയോഗിക്കാനാവില്ല.";Strings.OfficeOM.L_AttemptingToSetReadOnlyProperty="'{0}' എന്ന 'വായന മാത്രം' ഗുണവിശേഷത സജ്ജീകരിക്കാൻ ശ്രമിക്കുന്നു.";Strings.OfficeOM.L_ShowWindowDialogNotification="{0}, ഒരു പുതിയ ജാലകം പ്രദർശിപ്പിക്കാൻ താൽപ്പര്യപ്പെടുന്നു.";Strings.OfficeOM.L_WorkbookHiddenMessage="വർക്ക്‌ബുക്ക് മറച്ചിരിക്കുന്നതിനാൽ JavaScript API അഭ്യർത്ഥന പരാജയപ്പെട്ടു. വർക്ക്‌ബുക്ക് മറച്ചത് മാറ്റിയതിന് ശേഷം വീണ്ടും ശ്രമിക്കുക.";Strings.OfficeOM.L_MemoryLimit="മെമ്മറി പരിധി കവിഞ്ഞിരിക്കുന്നു";Strings.OfficeOM.L_SliceSizeNotSupported="നിർദിഷ്ട സ്ലൈസിന്റെ വലുപ്പത്തെ പിന്തുണയ്ക്കുന്നില്ല.";Strings.OfficeOM.L_ImplicitGetAuthContextMissing="പ്രാമാണീകരണ സന്ദർഭം ലഭ്യമാക്കാനുള്ള കാര്യപ്രവർത്തനം കാണുന്നില്ല";Strings.OfficeOM.L_NotTrustedWAC="നിങ്ങളെ സുരക്ഷിതമായി സൂക്ഷിക്കാൻ സഹായിക്കുന്നതിന് ഈ ആഡ്-ഇൻ അപ്രാപ്തമാക്കി. ആഡ്-ഇൻ ഉപയോഗിക്കുന്നത് തുടരാൻ, ഈ ഇനം ഒരു വിശ്വസനീയ ഡൊമെയ്നിൽ ഹോസ്റ്റുചെയ്തിട്ടുണ്ടെന്ന് സാധൂകരിക്കുക അല്ലെങ്കിൽ Office ഡെസ്ക്ടോപ്പ് അപ്ലിക്കേഷനിൽ തുറക്കുക.";Strings.OfficeOM.L_CustomXmlError="ഇച്ഛാനുസൃത XML തെറ്റ്."
@@ -0,0 +1,8 @@
1
+ if (window.Type && window.Type.registerNamespace) {
2
+ Type.registerNamespace("Strings");} else {
3
+ if(typeof(window['"Strings"']) == 'undefined') {
4
+ window['"Strings"'] = new Object(); window['"Strings"']. __namespace = true;
5
+ }
6
+
7
+ }
8
+ Strings.OfficeOM=function(){};if (Strings.OfficeOM.registerClass) Strings.OfficeOM.registerClass("Strings.OfficeOM");Strings.OfficeOM.L_APICallFailed="API Call Failed";Strings.OfficeOM.L_APINotSupported="API Not Supported";Strings.OfficeOM.L_ActivityLimitReached="Activity limit has been reached.";Strings.OfficeOM.L_AddBindingFromPromptDefaultText="Please make a selection.";Strings.OfficeOM.L_AddinIsAlreadyRequestingToken="Add-in is already requesting an access token.";Strings.OfficeOM.L_AddinIsAlreadyRequestingTokenMessage="The operation failed because this add-in is already requesting an access token.";Strings.OfficeOM.L_ApiNotFoundDetails="The method or property {0} is part of the {1} requirement set, which is not available in your version of {2}.";Strings.OfficeOM.L_AppNameNotExist="Add-in Name for {0} doesn't exist.";Strings.OfficeOM.L_AppNotExistInitializeNotCalled="Application {0} does not exist. Microsoft.Office.WebExtension.initialize(reason) is not called.";Strings.OfficeOM.L_AttemptingToSetReadOnlyProperty="Attempting to set read-only property '{0}'.";Strings.OfficeOM.L_BadSelectorString="The string passed into the selector is improperly formatted or unsupported.";Strings.OfficeOM.L_BindingCreationError="Binding Creation Error";Strings.OfficeOM.L_BindingNotExist="The specified binding does not exist.";Strings.OfficeOM.L_BindingToMultipleSelection="Noncontiguous selections are not supported.";Strings.OfficeOM.L_BrowserAPINotSupported="This browser does not support the requested API.";Strings.OfficeOM.L_CallbackNotAFunction="Callback must be of type function, was of type {0}.";Strings.OfficeOM.L_CancelButton="Cancel";Strings.OfficeOM.L_CannotApplyPropertyThroughSetMethod="Changes to property '{0}' cannot be applied through an \"object.set\" method.";Strings.OfficeOM.L_CannotNavigateTo="The object is located in a place where navigation is not supported.";Strings.OfficeOM.L_CannotRegisterEvent="The event handler cannot be registered.";Strings.OfficeOM.L_CannotWriteToSelection="Cannot write to the current selection.";Strings.OfficeOM.L_CellDataAmountBeyondLimits="Note: The number of cells in a table is suggested to be below 20,000 cells.";Strings.OfficeOM.L_CellFormatAmountBeyondLimits="Note: The formatting sets set by a Formatting API call is suggested to be below 100.";Strings.OfficeOM.L_CloseFileBeforeRetrieve="Call closeAsync on the current File before retrieving another.";Strings.OfficeOM.L_CoercionTypeNotMatchBinding="The specified coercion type is not compatible with this binding type.";Strings.OfficeOM.L_CoercionTypeNotSupported="The specified coercion type is not supported.";Strings.OfficeOM.L_ColIndexOutOfRange="The column index value is out of the allowed range. Use a value (0 or higher) that's less than the number of columns.";Strings.OfficeOM.L_ConfirmCancelMessage="Sorry, we can't continue.";Strings.OfficeOM.L_ConfirmDialog="The domain {0} is acting as Microsoft Office and can run Office add-ins, which may access your personal data. If you trust the domain to run as Office and access your data, click OK to continue.";Strings.OfficeOM.L_ConfirmDialogApiTrustsParent="You are about to send and receive potentially sensitive information from {0}. Only click OK if you trust the following website recieving the sensitive information: {1}.";Strings.OfficeOM.L_ConfirmDialogConsent="By clicking OK, you will allow {0} access to your content and personal information. ";Strings.OfficeOM.L_ConfirmDialogConsentTitle="One moment ...";Strings.OfficeOM.L_ConfirmRefreshMessage="To continue, remove the add-in and add it again, or refresh the page.";Strings.OfficeOM.L_ConnectionFailureWithDetails="The request failed with status code of {0}, error code {1} and the following error message: {2}";Strings.OfficeOM.L_ConnectionFailureWithStatus="The request failed with status code of {0}.";Strings.OfficeOM.L_ContinueButton="Continue";Strings.OfficeOM.L_CustomFunctionDefinitionMissing="A property with this name that represents the function's definition must exist on Excel.Script.CustomFunctions.";Strings.OfficeOM.L_CustomFunctionImplementationMissing="The property with this name on Excel.Script.CustomFunctions that represents the function's definition must contain a 'call' property that implements the function.";Strings.OfficeOM.L_CustomFunctionNameCannotSplit="The function name must contain a non-empty namespace and a non-empty short name.";Strings.OfficeOM.L_CustomFunctionNameContainsBadChars="The function name may only contain letters, digits, underscores, and periods.";Strings.OfficeOM.L_CustomXmlError="Custom XML Error.";Strings.OfficeOM.L_CustomXmlExceedQuotaMessage="XPath limits selection to 1024 items.";Strings.OfficeOM.L_CustomXmlExceedQuotaName="Selection Limit Reached";Strings.OfficeOM.L_CustomXmlNodeNotFound="The specified node was not found.";Strings.OfficeOM.L_CustomXmlOutOfDateMessage="The data is out of date. Retrieve the object again.";Strings.OfficeOM.L_CustomXmlOutOfDateName="Data Not Current";Strings.OfficeOM.L_DataNotMatchBindingSize="The supplied data object does not match the size of the current selection.";Strings.OfficeOM.L_DataNotMatchBindingType="The specified data object is not compatible with the binding type.";Strings.OfficeOM.L_DataNotMatchCoercionType="The type of the specified data object is not compatible with the current selection.";Strings.OfficeOM.L_DataNotMatchSelection="The supplied data object is not compatible with the shape or dimensions of the current selection.";Strings.OfficeOM.L_DataReadError="Data Read Error";Strings.OfficeOM.L_DataStale="Data Not Current";Strings.OfficeOM.L_DataWriteError="Data Write Error";Strings.OfficeOM.L_DataWriteReminder="Data Write Reminder";Strings.OfficeOM.L_DialogAddressNotTrusted="The domain of the URL is not included in the AppDomains element in the manifest, and is not subdomain of source location.";Strings.OfficeOM.L_DialogAlreadyOpened="The operation failed because this add-in already has an active dialog.";Strings.OfficeOM.L_DialogInvalidScheme="The URL scheme is not supported. Use HTTPS instead.";Strings.OfficeOM.L_DialogNavigateError="Dialog Navigation Error";Strings.OfficeOM.L_DialogOK="OK";Strings.OfficeOM.L_DialogParentIsMinimized="The operation failed because parent window is minimized.";Strings.OfficeOM.L_DialogRequireHTTPS="The HTTP protocol is not supported. Use HTTPS instead";Strings.OfficeOM.L_DisplayDialogError="Display Dialog Error";Strings.OfficeOM.L_DocumentIsInactive="The operation failed because the document containing this add-in is inactive.";Strings.OfficeOM.L_DocumentReadOnly="The requested operation is not allowed on the current document mode.";Strings.OfficeOM.L_ElementMissing="We couldn't format the table cell because some parameter values are missing. Double-check the parameters and try again.";Strings.OfficeOM.L_EventHandlerAdditionFailed="Failed to add the event handler.";Strings.OfficeOM.L_EventHandlerNotExist="The specified event handler was not found for this binding.";Strings.OfficeOM.L_EventHandlerRemovalFailed="Failed to remove the event handler.";Strings.OfficeOM.L_EventRegistrationError="Event Registration Error";Strings.OfficeOM.L_FileTypeNotSupported="The specified file type is not supported.";Strings.OfficeOM.L_FormatValueOutOfRange="The value is out of the allowed range.";Strings.OfficeOM.L_FormattingReminder="Formatting Reminder";Strings.OfficeOM.L_FunctionCallFailed="Function {0} call failed, error code: {1}.";Strings.OfficeOM.L_GetDataIsTooLarge="The requested data set is too large.";Strings.OfficeOM.L_GetDataParametersConflict="The specified parameters conflict.";Strings.OfficeOM.L_GetSelectionNotSupported="The current selection is not supported.";Strings.OfficeOM.L_HostError="Host Error";Strings.OfficeOM.L_ImplicitGetAuthContextMissing="The function to get authentication context is missing";Strings.OfficeOM.L_ImplicitNotLoaded="The module is not loaded before acquire a token";Strings.OfficeOM.L_InValidOptionalArgument="invalid optional argument";Strings.OfficeOM.L_IndexOutOfRange="Index out of range.";Strings.OfficeOM.L_InitializeNotReady="Office.js has not been fully loaded yet. Please try again later or make sure to add your initialization code on the Office.initialize function.";Strings.OfficeOM.L_InternalError="Internal Error";Strings.OfficeOM.L_InternalErrorDescription="An internal error has occurred.";Strings.OfficeOM.L_InvalidAPICall="Invalid API Call";Strings.OfficeOM.L_InvalidApiArgumentsMessage="Invalid input arguments.";Strings.OfficeOM.L_InvalidApiCallInContext="Invalid API call in the current context.";Strings.OfficeOM.L_InvalidArgument="The argument '{0}' doesn't work for this situation, is missing, or isn't in the right format.";Strings.OfficeOM.L_InvalidArgumentGeneric="The argument(s) passed into the function don't work for this situation, are missing, or aren't in the right format.";Strings.OfficeOM.L_InvalidBinding="Invalid Binding";Strings.OfficeOM.L_InvalidBindingError="Invalid Binding Error";Strings.OfficeOM.L_InvalidBindingOperation="Invalid Binding Operation";Strings.OfficeOM.L_InvalidCellsValue="One or more of the cells parameters have values that aren't allowed. Double-check the values and try again.";Strings.OfficeOM.L_InvalidCoercion="Invalid Coercion Type";Strings.OfficeOM.L_InvalidColumnsForBinding="The specified columns are invalid.";Strings.OfficeOM.L_InvalidDataFormat="The format of the specified data object is invalid.";Strings.OfficeOM.L_InvalidDataObject="Invalid Data Object";Strings.OfficeOM.L_InvalidFormat="Invalid Format Error";Strings.OfficeOM.L_InvalidFormatValue="One or more of the format parameters have values that aren't allowed. Double-check the values and try again.";Strings.OfficeOM.L_InvalidGetColumns="The specified columns are invalid.";Strings.OfficeOM.L_InvalidGetRowColumnCounts="The specified rowCount or columnCount values are invalid.";Strings.OfficeOM.L_InvalidGetRows="The specified rows are invalid.";Strings.OfficeOM.L_InvalidGetStartRowColumn="The specified startRow or startColumn values are invalid.";Strings.OfficeOM.L_InvalidGrant="Preauthorization missing.";Strings.OfficeOM.L_InvalidGrantMessage="Missing grant for this add-in.";Strings.OfficeOM.L_InvalidNamedItemForBindingType="The specified binding type is not compatible with the supplied named item.";Strings.OfficeOM.L_InvalidNode="Invalid Node";Strings.OfficeOM.L_InvalidObjectPath='The object path \'{0}\' isn\'t working for what you\'re trying to do. If you\'re using the object across multiple "context.sync" calls and outside the sequential execution of a ".run" batch, please use the "context.trackedObjects.add()" and "context.trackedObjects.remove()" methods to manage the object\'s lifetime.';Strings.OfficeOM.L_InvalidOperationInCellEditMode="Excel is in cell-editing mode. Please exit the edit mode by pressing ENTER or TAB or selecting another cell, and then try again.";Strings.OfficeOM.L_InvalidOrTimedOutSession="Invalid Or Timed Out Session";Strings.OfficeOM.L_InvalidOrTimedOutSessionMessage="Your Office session has expired or is invalid. To continue, refresh the page.";Strings.OfficeOM.L_InvalidParameters="Function {0} has invalid parameters.";Strings.OfficeOM.L_InvalidReadForBlankRow="The specified row is blank.";Strings.OfficeOM.L_InvalidRequestContext="Cannot use the object across different request contexts.";Strings.OfficeOM.L_InvalidResourceUrl="Invalid application resource Url provided.";Strings.OfficeOM.L_InvalidResourceUrlMessage="Invalid resource Url specified in the manifest.";Strings.OfficeOM.L_InvalidSSOAddinMessage="The identity API is not supported for this add-in.";Strings.OfficeOM.L_InvalidSelectionForBindingType="A binding cannot be created with the current selection and the specified binding type.";Strings.OfficeOM.L_InvalidSetColumns="The specified columns are invalid.";Strings.OfficeOM.L_InvalidSetRows="The specified rows are invalid.";Strings.OfficeOM.L_InvalidSetStartRowColumn="The specified startRow or startColumn values are invalid.";Strings.OfficeOM.L_InvalidTableOptionValue="One or more of the tableOptions parameters have values that aren't allowed. Double-check the values and try again.";Strings.OfficeOM.L_InvalidValue="Invalid Value";Strings.OfficeOM.L_MemoryLimit="Memory Limit Exceeded";Strings.OfficeOM.L_MissingParameter="Missing Parameter";Strings.OfficeOM.L_MissingRequiredArguments="missing some required arguments";Strings.OfficeOM.L_ModalDialogOpeng="The operation failed because this add-in already has an active modal dialog.";Strings.OfficeOM.L_MultipleNamedItemFound="Multiple objects with the same name were found.";Strings.OfficeOM.L_NamedItemNotFound="The named item does not exist.";Strings.OfficeOM.L_NavOutOfBound="The operation failed because the index is out of range.";Strings.OfficeOM.L_NetworkProblem="Network Problem";Strings.OfficeOM.L_NetworkProblemRetrieveFile="A network problem has prevented retrieval of the file.";Strings.OfficeOM.L_NewWindowCrossZone="The security settings in your browser prevent us from creating a dialog box. Try a different browser, or {0} so that '{1}' and the domain shown in your address bar are in the same security zone.";Strings.OfficeOM.L_NewWindowCrossZoneConfigureBrowserLink="configure your browser";Strings.OfficeOM.L_NewWindowCrossZoneErrorString="Browser restrictions prevented us from creating the dialog box. The domain of dialog box and the domain of the add-in host are not in the same security zone.";Strings.OfficeOM.L_NoCapability="You don't have sufficient permissions for this action.";Strings.OfficeOM.L_NoHttpsWAC="This Office session is not using a secure connection. We recommend that you take extra precautions.";Strings.OfficeOM.L_NonUniformPartialGetNotSupported="Coordinate parameters cannot be used with coercion type Table when the table contains merged cells.";Strings.OfficeOM.L_NonUniformPartialSetNotSupported="Coordinate parameters cannot be used with coercion type Table when the table contains merged cells.";Strings.OfficeOM.L_NotImplemented="Function {0} is not implemented.";Strings.OfficeOM.L_NotSupported="Function {0} is not supported.";Strings.OfficeOM.L_NotSupportedBindingType="The specified binding type {0} is not supported.";Strings.OfficeOM.L_NotSupportedEventType="The specified event type {0} is not supported.";Strings.OfficeOM.L_NotTrustedWAC="This add-in has been disabled to help keep you safe. To continue using the add-in, validate that this item is hosted in a trusted domain or open it in the Office desktop app.";Strings.OfficeOM.L_OKButton="OK";Strings.OfficeOM.L_OperationCancelledError="Operation Cancelled";Strings.OfficeOM.L_OperationCancelledErrorMessage="The operation was cancelled by the user.";Strings.OfficeOM.L_OperationNotSupported="The operation is not supported.";Strings.OfficeOM.L_OperationNotSupportedOnMatrixData="Selected content needs to be in table format. Format the data as a table and try again.";Strings.OfficeOM.L_OperationNotSupportedOnThisBindingType="Operation is not supported on this binding type.";Strings.OfficeOM.L_OsfControlTypeNotSupported="OsfControl type not supported.";Strings.OfficeOM.L_OutOfRange="Out of Range";Strings.OfficeOM.L_OverwriteWorksheetData="The set operation failed because the supplied data object will overwrite or shift data.";Strings.OfficeOM.L_PermissionDenied="Permission Denied";Strings.OfficeOM.L_PropertyDoesNotExist="Property '{0}' does not exist on the object.";Strings.OfficeOM.L_PropertyNotLoaded="The property '{0}' is not available. Before reading the property's value, call the load method on the containing object and call \"context.sync()\" on the associated request context.";Strings.OfficeOM.L_ReadSettingsError="Read Settings Error";Strings.OfficeOM.L_RedundantCallbackSpecification="Callback cannot be specified both in argument list and in optional object.";Strings.OfficeOM.L_RequestPayloadSizeLimitExceededMessage='The request payload size has exceeded the limit. Please refer to the documentation: "https://docs.microsoft.com/office/dev/add-ins/concepts/resource-limits-and-performance-optimization#excel-add-ins".';Strings.OfficeOM.L_RequestTimeout="The call took too long to execute.";Strings.OfficeOM.L_RequestTokenUnavailable="This API has been throttled to slow the call frequency.";Strings.OfficeOM.L_ResponsePayloadSizeLimitExceededMessage='The response payload size has exceeded the limit. Please refer to the documentation: "https://docs.microsoft.com/office/dev/add-ins/concepts/resource-limits-and-performance-optimization#excel-add-ins".';Strings.OfficeOM.L_RowIndexOutOfRange="The row index value is out of the allowed range. Use a value (0 or higher) that's less than the number of rows.";Strings.OfficeOM.L_RunMustReturnPromise='The batch function passed to the ".run" method didn\'t return a promise. The function must return a promise, so that any automatically-tracked objects can be released at the completion of the batch operation. Typically, you return a promise by returning the response from "context.sync()".';Strings.OfficeOM.L_SSOClientError="Error occurred in the authentication request from Office.";Strings.OfficeOM.L_SSOClientErrorMessage="An unexpected error occurred in the client.";Strings.OfficeOM.L_SSOConnectionLostError="A connection was lost during the sign in process.";Strings.OfficeOM.L_SSOConnectionLostErrorMessage="A connection was lost during the sign in process, and the user may not be signed in. This was likely due to the user's browser configuration settings, such as security zones.";Strings.OfficeOM.L_SSOServerError="Error occurred in the authentication provider.";Strings.OfficeOM.L_SSOServerErrorMessage="An unexpected error occurred on the server.";Strings.OfficeOM.L_SSOUnsupportedPlatform="API is not supported in this platform.";Strings.OfficeOM.L_SSOUserConsentNotSupportedByCurrentAddinCategory="This add-in does not support user consent.";Strings.OfficeOM.L_SSOUserConsentNotSupportedByCurrentAddinCategoryMessage="The operation failed because this add-in does not support user consent in this category";Strings.OfficeOM.L_SaveSettingsError="Save Settings Error";Strings.OfficeOM.L_SelectionCannotBound="Cannot bind to the current selection.";Strings.OfficeOM.L_SelectionNotSupportCoercionType="The current selection is not compatible with the specified coercion type.";Strings.OfficeOM.L_SetDataIsTooLarge="The specified data object is too large.";Strings.OfficeOM.L_SetDataParametersConflict="The specified parameters conflict.";Strings.OfficeOM.L_SettingNameNotExist="The specified setting name does not exist.";Strings.OfficeOM.L_SettingsAreStale="Settings could not be saved because they are not current.";Strings.OfficeOM.L_SettingsCannotSave="The settings could not be saved.";Strings.OfficeOM.L_SettingsStaleError="Settings Stale Error";Strings.OfficeOM.L_ShowWindowDialogNotification="{0} wants to display a new window.";Strings.OfficeOM.L_ShowWindowDialogNotificationAllow="Allow";Strings.OfficeOM.L_ShowWindowDialogNotificationIgnore="Ignore";Strings.OfficeOM.L_ShuttingDown="Operation failed because the data is not current on the server.";Strings.OfficeOM.L_SliceSizeNotSupported="The specified slice size is not supported.";Strings.OfficeOM.L_SpecifiedIdNotExist="The specified ID does not exist.";Strings.OfficeOM.L_Timeout="The operation has timed out.";Strings.OfficeOM.L_TooManyArguments="too many arguments";Strings.OfficeOM.L_TooManyIncompleteRequests="Wait until the previous call completes.";Strings.OfficeOM.L_TooManyOptionalFunction="multiple optional functions in parameter list";Strings.OfficeOM.L_TooManyOptionalObjects="multiple optional objects in parameter list";Strings.OfficeOM.L_UnknownBindingType="The binding type is not supported.";Strings.OfficeOM.L_UnsupportedDataObject="The supplied data object type is not supported.";Strings.OfficeOM.L_UnsupportedEnumeration="Unsupported Enumeration";Strings.OfficeOM.L_UnsupportedEnumerationMessage="The enumeration isn't supported in the current host application.";Strings.OfficeOM.L_UnsupportedUserIdentity="User identity type is not supported.";Strings.OfficeOM.L_UnsupportedUserIdentityMessage="The identity type of the user is not supported.";Strings.OfficeOM.L_UserAborted="User aborted the consent request.";Strings.OfficeOM.L_UserAbortedMessage="The user did not consent the add-in permissions.";Strings.OfficeOM.L_UserClickIgnore="The user chose to ignore the dialog box.";Strings.OfficeOM.L_UserNotSignedIn="No user is signed into Office.";Strings.OfficeOM.L_ValueNotLoaded='The value of the result object has not been loaded yet. Before reading the value property, call "context.sync()" on the associated request context.';Strings.OfficeOM.L_WorkbookHiddenMessage="The JavaScript API request failed because the workbook was hidden. Please unhide the workbook and try again.";Strings.OfficeOM.L_WriteNotSupportedWhenModalDialogOpen="Write operation is not supported for Office when a modal dialog is open."