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,482 @@
1
+ html, body {
2
+ height: 100%;
3
+ margin: 0px;
4
+ }
5
+
6
+ div#container {
7
+ height: 100%;
8
+ }
9
+
10
+ .moe-infobar-out {
11
+ padding: 8px;
12
+ }
13
+
14
+ .moe-infobar-body {
15
+ background-color:#FCF7B6;
16
+ border:1px solid #D9D98B;
17
+ position:relative;
18
+ max-height:250px;
19
+ overflow:hidden;
20
+ white-space: normal;
21
+ font-family: "Segoe UI","Segoe UI Web",Arial,Verdana,sans-serif;
22
+ line-height: 1;
23
+ }
24
+
25
+ .moe-infobar-body:hover {
26
+ background-color:#FEF294;
27
+ }
28
+
29
+ .moe-hovered {
30
+ background-color:#FEF294;
31
+ }
32
+
33
+ .moe-infobar-infotable {
34
+ width:100%;
35
+ height:100%;
36
+ max-height:110px;
37
+ }
38
+
39
+ .moe-infobar-top-left-cell {
40
+ width:30px;
41
+ min-width:30px;
42
+ max-width:30px;
43
+ vertical-align:top;
44
+ padding:1px;
45
+ }
46
+
47
+ .moe-infobar-message-cell {
48
+ padding:7px 7px 3px 0px;
49
+ vertical-align:top;
50
+ }
51
+
52
+ .moe-infobar-top-right-cell {
53
+ width:20px;
54
+ min-width:20px;
55
+ max-width:20px;
56
+ vertical-align:top;
57
+ }
58
+
59
+ .moe-infobar-button-cell {
60
+ padding:0px 10px 6px 0px;
61
+ }
62
+
63
+ .moe-status-warning-icon{
64
+ position:absolute;
65
+ clip:rect(0px 42px 41px 0px);
66
+ top:0px;
67
+ left:0px;
68
+
69
+ }
70
+
71
+ .moe-status-warning-icon_ie{
72
+ position:absolute;
73
+ clip:rect(0px 42px 41px 0px);
74
+ top:0px;
75
+ left:0px;
76
+
77
+ }
78
+
79
+ .moe-status-warning-icon:hover {
80
+ cursor:default;
81
+ }
82
+
83
+ .moe-status-error-icon{
84
+ position:absolute;
85
+ clip:rect(42px 42px 83px 0px);
86
+ top:-42px;
87
+ left:0px;
88
+
89
+ }
90
+
91
+ .moe-status-error-icon_ie{
92
+ position:absolute;
93
+ clip:rect(42px 42px 83px 0px);
94
+ top:-42px;
95
+ left:0px;
96
+
97
+ }
98
+
99
+ .moe-status-error-icon:hover {
100
+ cursor:default;
101
+ }
102
+
103
+ .moe-status-info-icon{
104
+ position:absolute;
105
+ clip:rect(84px 42px 125px 0px);
106
+ top:-84px;
107
+ left:0px;
108
+
109
+ }
110
+
111
+ .moe-status-info-icon_ie{
112
+ position:absolute;
113
+ clip:rect(84px 42px 125px 0px);
114
+ top:-84px;
115
+ left:0px;
116
+
117
+ }
118
+
119
+ .moe-status-info-icon:hover{
120
+ cursor:default;
121
+ }
122
+
123
+ .moe-status-secinfo-icon{
124
+ position:absolute;
125
+ clip:rect(210px 42px 251px 0px);
126
+ top:-210px;
127
+ left:0px;
128
+
129
+ }
130
+
131
+ .moe-status-secinfo-icon_ie{
132
+ position:absolute;
133
+ clip:rect(210px 42px 251px 0px);
134
+ top:-210px;
135
+ left:0px;
136
+
137
+ }
138
+
139
+ .moe-status-secinfo-icon:hover{
140
+ cursor:default;
141
+ }
142
+
143
+ .moe-infobar-warning {
144
+ position:absolute;
145
+ clip:rect(0px 75px 23px 50px);
146
+ top:0px;
147
+ left:-50px;
148
+ margin:7px 2px 1px 2px;
149
+ }
150
+
151
+ .moe-infobar-error {
152
+ position:absolute;
153
+ clip:rect(26px 75px 47px 50px);
154
+ top:-26px;
155
+ left:-50px;
156
+ margin:7px 2px 1px 2px;
157
+ }
158
+
159
+ .moe-infobar-info {
160
+ position:absolute;
161
+ clip:rect(52px 75px 75px 50px);
162
+ top:-52px;
163
+ left:-50px;
164
+ margin:7px 2px 1px 2px;
165
+ }
166
+
167
+ .moe-infobar-secinfo{
168
+ position:absolute;
169
+ clip:rect(175px 75px 199px 50px);
170
+ top:-178px;
171
+ left:-50px;
172
+ margin:7px 2px 1px 2px;
173
+ }
174
+
175
+ .moe-infobar-dismiss {
176
+ position:absolute;
177
+ clip:rect(83px 71px 98px 55px);
178
+ top:-83px;
179
+ right:0px;
180
+ margin:2px 1px 1px 2px;
181
+ }
182
+
183
+ .moe-infobar-dismiss:hover {
184
+ cursor:default;
185
+ }
186
+
187
+ .moe-infobar-dismiss:focus {
188
+ -webkit-filter: brightness(50%);
189
+ filter: brightness(50%);
190
+ }
191
+
192
+ .moe-infobar-message-div {
193
+ overflow:hidden;
194
+ height:100%;
195
+ width:100%;
196
+ max-height:68px;
197
+ }
198
+
199
+ .moe-infobar-title {
200
+ font-style:Normal;
201
+ font-size:8pt;
202
+ color:#444444;
203
+ font-weight:bold;
204
+ word-wrap:break-word;
205
+ overflow:hidden;
206
+ }
207
+
208
+ .moe-infobar-message {
209
+ font-style:normal;
210
+ font-size:8pt;
211
+ color:#444444;
212
+ margin:7px 10px 0px 6px;
213
+ text-overflow:ellipsis;
214
+ overflow:hidden;
215
+ }
216
+
217
+ .moe-infobar-message-with-url {
218
+ color:#0000FF;
219
+ }
220
+
221
+ button.moe-infobar-button {
222
+ text-transform:uppercase;
223
+ font-size:8pt;
224
+ background-color:#FFF19D;
225
+ border:1px solid #B4A555;
226
+ color:#444444;
227
+ text-align:center;
228
+ vertical-align:middle;
229
+ margin:3px 3px 3px 0px;
230
+ padding:3px 15px;
231
+ display:inline;
232
+ overflow:visible;
233
+ }
234
+
235
+ button.moe-infobar-button:hover {
236
+ background-color:#FEF8D8;
237
+ border-color:#B4A555;
238
+ cursor:default;
239
+ }
240
+
241
+ button.moe-infobar-button:active {
242
+ background-color:#F3E282;
243
+ border-color:#B4A555;
244
+ }
245
+
246
+ .moe-background {
247
+ height: 100%;
248
+ width:100%;
249
+ }
250
+
251
+ .moe-trust-prompt {
252
+ background-color: #ffffff;
253
+ }
254
+
255
+ .moe-trust-prompt-collapse {
256
+ position: absolute;
257
+ top: 15px;
258
+ right: 15px;
259
+ }
260
+ .moe-trust-prompt-collapse:hover {
261
+ cursor: pointer;
262
+ }
263
+ .collapsed .moe-trust-prompt-collapse {
264
+ transform: rotate(180deg);
265
+ }
266
+ .taskpane-add-in .moe-trust-prompt-collapse {
267
+ display: none;
268
+ }
269
+
270
+ .moe-trust-prompt-button {
271
+ box-sizing: border-box;
272
+ margin: 0;
273
+ padding: 0;
274
+ box-shadow: none;
275
+ color: #333;
276
+ font-size: 14px;
277
+ font-weight: 400;
278
+ background-color: #d2d2d2;
279
+ border: 1px solid #d2d2d2;
280
+ cursor: pointer;
281
+ display: inline-block;
282
+ height: 32px;
283
+ min-width: 80px;
284
+ padding: 4px 20px 6px;
285
+ border-radius: 2px;
286
+ }
287
+ .moe-trust-prompt-button:hover {
288
+ background-color: #e6e6e6;
289
+ border-color: #e6e6e6;
290
+ outline: none;
291
+ }
292
+ .moe-trust-prompt-button:active {
293
+ background-color: #969696;
294
+ border-color: #969696;
295
+ }
296
+ .WAC_Word .moe-trust-prompt-button-primary {
297
+ color: #ffffff;
298
+ background-color: #2b579a;
299
+ border-color: #2b579a;
300
+ }
301
+ .WAC_Word .moe-trust-prompt-button-primary:hover {
302
+ background-color: #4a78b0;
303
+ border-color: #4a78b0;
304
+ }
305
+ .WAC_Word .moe-trust-prompt-button-primary:active {
306
+ background-color: #124078;
307
+ border-color: #124078;
308
+ }
309
+ .WAC_Powerpoint .moe-trust-prompt-button-primary {
310
+ color: #ffffff;
311
+ background-color: #b7472a;
312
+ border-color: #b7472a;
313
+ }
314
+ .WAC_Powerpoint .moe-trust-prompt-button-primary:hover {
315
+ background-color: #e86e58;
316
+ border-color: #e86e58;
317
+ }
318
+ .WAC_Powerpoint .moe-trust-prompt-button-primary:active {
319
+ background-color: #a92b1a;
320
+ border-color: #a92b1a;
321
+ }
322
+ .WAC_Excel .moe-trust-prompt-button-primary {
323
+ color: #ffffff;
324
+ background-color: #217346;
325
+ border-color: #217346;
326
+ }
327
+ .WAC_Excel .moe-trust-prompt-button-primary:hover {
328
+ background-color: #4e9668;
329
+ border-color: #4e9668;
330
+ }
331
+ .WAC_Excel .moe-trust-prompt-button-primary:active {
332
+ background-color: #0e5c2f;
333
+ border-color: #0e5c2f;
334
+ }
335
+
336
+ .moe-trust-prompt-table {
337
+ width: 100%;
338
+ }
339
+ .moe-trust-prompt-row {}
340
+ .moe-trust-prompt-cell {
341
+ padding: 0px 15px;
342
+ margin: 0px;
343
+ }
344
+ .moe-trust-prompt-cell p {
345
+ margin: 0;
346
+ }
347
+
348
+ .moe-trust-prompt-header .moe-trust-prompt-cell {
349
+ max-width: 0px;
350
+ }
351
+ .moe-trust-prompt-header-title {
352
+ white-space: nowrap;
353
+ overflow: hidden;
354
+ text-overflow: ellipsis;
355
+ padding-right: 0px;
356
+ font-size: 16pt;
357
+ }
358
+ .WAC_Word .moe-trust-prompt-header-title {
359
+ color: #2b579a;
360
+ }
361
+ .WAC_Powerpoint .moe-trust-prompt-header-title {
362
+ color: #b7472a;
363
+ }
364
+ .WAC_Excel .moe-trust-prompt-header-title {
365
+ color: #217346;
366
+ }
367
+
368
+ .moe-trust-prompt-preview .moe-trust-prompt-cell {
369
+ padding-top: 5px;
370
+ max-width: 0px;
371
+ }
372
+ .moe-trust-prompt-preview-img {
373
+ width: 48px;
374
+ height:48px;
375
+ float: left;
376
+ background-color: #f4f4f4;
377
+ border: 1px solid #f4f4f4;
378
+ }
379
+ .moe-trust-prompt-preview-title {
380
+ padding-left: 15px;
381
+ font-size: 14px;
382
+ white-space: nowrap;
383
+ overflow: hidden;
384
+ text-overflow: ellipsis;
385
+ }
386
+ .moe-trust-prompt-preview-sub {
387
+ padding-left: 15px;
388
+ margin-top: 3px;
389
+ font-size: 12px;
390
+ white-space: nowrap;
391
+ overflow: hidden;
392
+ text-overflow: ellipsis;
393
+ }
394
+
395
+ .moe-trust-prompt-description .moe-trust-prompt-cell {
396
+ padding-top: 15px;
397
+ }
398
+ .WAC_Powerpoint .moe-trust-prompt-description .moe-trust-prompt-cell,
399
+ .WAC_Excel .moe-trust-prompt-description .moe-trust-prompt-cell {
400
+ padding-top: 10px;
401
+ }
402
+ .moe-trust-prompt-description-text {
403
+ font-size: 12px;
404
+ white-space: normal;
405
+ max-width: 450px;
406
+ }
407
+
408
+ .moe-trust-prompt-footer .moe-trust-prompt-cell {
409
+ padding-top: 15px;
410
+ }
411
+ .moe-trust-prompt-buttons-action { }
412
+ .moe-trust-prompt-buttons-url {
413
+ margin-left: 15px;
414
+ }
415
+
416
+ .taskpane-add-in thead {
417
+ display: none;
418
+ }
419
+ .content-add-in .moe-trust-prompt-preview {
420
+ display: none;
421
+ }
422
+ .content-add-in .moe-trust-prompt-header .moe-trust-prompt-cell {
423
+ padding-top: 15px;
424
+ }
425
+ .content-add-in .moe-trust-prompt-footer .moe-trust-prompt-cell {
426
+ padding-bottom: 15px;
427
+ }
428
+ .content-add-in .moe-trust-prompt-table thead,
429
+ .moe-trust-prompt-table tbody {
430
+ transition: visibility 0.1s ease-out,
431
+ opacity 0.3s ease-out;
432
+ }
433
+ .content-add-in.collapsed .moe-trust-prompt-table thead,
434
+ .collapsed .moe-trust-prompt-table tbody {
435
+ visibility: collapse;
436
+ opacity: 0;
437
+ transition: visibility 0.3s ease-in,
438
+ opacity 0.1s ease-in;
439
+ }
440
+ .content-add-in .moe-trust-prompt-table thead td,
441
+ .moe-trust-prompt-table tbody td {
442
+ transition: margin 0.1s ease-out,
443
+ padding 0.1s ease-out;
444
+ }
445
+ .content-add-in.collapsed .moe-trust-prompt-table thead td,
446
+ .collapsed .moe-trust-prompt-table tbody td {
447
+ margin: 0;
448
+ padding: 0;
449
+ transition: margin 0.3s ease-in,
450
+ padding 0.3s ease-in;
451
+ }
452
+ .content-add-in .moe-trust-prompt-table thead td > *,
453
+ .moe-trust-prompt-table tbody td > * {
454
+ transition: height 0.1s ease-out,
455
+ opacity 0.3s ease-out;
456
+ }
457
+ .content-add-in.collapsed .moe-trust-prompt-table thead td > *,
458
+ .collapsed .moe-trust-prompt-table tbody td > * {
459
+ height: 0;
460
+ opacity: 0;
461
+ transition: height 0.3s ease-in,
462
+ opacity 0.1s ease-in;
463
+ }
464
+ .content-add-in .moe-trust-prompt-buttons-url {
465
+ transition: visibility 0.1s ease-out,
466
+ height 0.1s ease-out,
467
+ opacity 0.3s ease-out,
468
+ margin 0.1s ease-out,
469
+ padding 0.1s ease-out;
470
+ }
471
+ .content-add-in.collapsed .moe-trust-prompt-buttons-url {
472
+ visibility: collapse;
473
+ height: 0;
474
+ opacity: 0;
475
+ margin: 0;
476
+ padding: 0;
477
+ transition: visibility 0.3s ease-in,
478
+ height 0.3s ease-in,
479
+ opacity 0.1s ease-in,
480
+ margin 0.3s ease-in,
481
+ padding 0.3s ease-in;
482
+ }
@@ -0,0 +1 @@
1
+ Type.registerNamespace("Strings");Strings.OfficeOM=function(){};Strings.OfficeOM.registerClass("Strings.OfficeOM");Strings.OfficeOM.L_EventHandlerAdditionFailed="የፍጻሜ አስተዳዳሪውን ለማከል አልቻለም።";Strings.OfficeOM.L_ConnectionFailureWithDetails="በ {0} የአቋም ኮድ፣ የስህተት ኮድ {1} እና የሚከተለውን የስህተት መልዕክት፥ {2} ጥያቄው አልተሳካም።";Strings.OfficeOM.L_OverwriteWorksheetData="የተሰጠው የውሂብ ነገር ውሂብን ስለሚተካ ወይም ስለሚቀይር የተዘጋጀው ክንውን አልተሳካም።";Strings.OfficeOM.L_UserNotSignedIn="ማንም ወደ Office በማንነት የገባ ተጠቃሚ የለም።";Strings.OfficeOM.L_RedundantCallbackSpecification="መልሰህደውል በክርክር ዝርዝር እና በኣማራጭያዊ ነገር ላይ ሊለይ ኣይችልም።";Strings.OfficeOM.L_InvalidRequestContext="ነገሩ በሁሉም የተለያዩ የጥያቄ አገባበ ነገር ጥቅም ላይ ሊውል አይችልም።";Strings.OfficeOM.L_DataReadError="ውሂብ የማንበብ ስህተት";Strings.OfficeOM.L_EventRegistrationError="ፍጻሜ የመመዝገብ ስህተት";Strings.OfficeOM.L_GetDataParametersConflict="ተለይተው የተገለፁት መለክያዎች ይጋጫሉ።";Strings.OfficeOM.L_InvalidBindingOperation="የማይሰራ ማጣመር ኦፕሬሽን";Strings.OfficeOM.L_InvalidFormat="የማይሰራ የቅርጽ ስህተት";Strings.OfficeOM.L_SSOServerErrorMessage="በአገልጋዩ ላይ ያልተጠበቀ ክስተት ተከ";Strings.OfficeOM.L_AppNameNotExist="የ {0} ተጨማሪ ስም የለም።";Strings.OfficeOM.L_APINotSupported="API ኣይደገፍም";Strings.OfficeOM.L_ConfirmRefreshMessage="ለመቀጠል፣ ውስጥ-ተጨማሪውን ያስወግዱት እና እንደገና ያክሉት፣ ወይም ገጹን ያድሱት።";Strings.OfficeOM.L_NotImplemented="ተግባሩ {0} አልተፈጸመም።";Strings.OfficeOM.L_SSOUnsupportedPlatform="API በዚህ መድረክ ውስጥ አይደገፍም።";Strings.OfficeOM.L_InvalidGetRowColumnCounts="ተለይተው የተገለፁት የመደዳ ቆጠራ ወይም የዓምድ ቆጠራ እሴቶች ትክክል ያልሆኑ ናቸው።";Strings.OfficeOM.L_InvalidArgument="የነጋሪ እሴት '{0}' ለዚህ ሁኔታ አይሰራም፣ ጠፍቷል ወይም ትክክለኛውን ቅርጸት አይደለም።";Strings.OfficeOM.L_SSOServerError="በፈቃድ አሰጣጥ አቅራቢው ውስጥ ስህተት ተከስቷል።";Strings.OfficeOM.L_NewWindowCrossZoneConfigureBrowserLink="አሳሽዎን ያዋቅሩ";Strings.OfficeOM.L_InvalidSelectionForBindingType="በአሁኑ ምርጫ እና በተወሰነው የማጣመር ዓይነት ማጣመር ሊፈጠር አይችልም።";Strings.OfficeOM.L_CustomFunctionImplementationMissing="በExcel.CustomFunctions ላይ የተግባሩን ፍች የሚወክል ይህ ስም ያለው ባህሪይ ተግባሩን በሥራ ላይ የሚያውል የ'call' ባህሪይ መያዝ አለበት።";Strings.OfficeOM.L_InvalidColumnsForBinding="ተለይተው የተገለፁት ዓምዶች ትክክል ያልሆኑ ናቸው።";Strings.OfficeOM.L_InvalidNode="የማይሰራ ኖድ";Strings.OfficeOM.L_InvalidObjectPath='የነገር መንገድ \'{0}\' እርስዎ ለመስራት በመሞከር ላይ ያሉትን አይሰራም። ነገሩ በሙሉ ብዙ "context.sync" ጥሪዎች እየተጠቀሙበት እና ከ ".run" ባች ተከታታይ መፈጸም ውጭ ከሆነ፣ እባክዎ የነገሩን ዕድሜ ለማስተዳደር የ "context.trackedObjects.add()" እና "context.trackedObjects.remove()" ስልት ይጠቀሙ።';Strings.OfficeOM.L_SaveSettingsError="የክንውን አውዶች ስህተት ያስቀምጡ";Strings.OfficeOM.L_PermissionDenied="ፈቃድ ተከልክሏል";Strings.OfficeOM.L_InvalidDataObject="የማይሰራ የውሂብ አርእስት";Strings.OfficeOM.L_SettingsStaleError="የክንውን አውዶች ስቴል ስህተት";Strings.OfficeOM.L_DialogNavigateError="የንግግር ማስሻ ስህተት";Strings.OfficeOM.L_MissingRequiredArguments="የተወሰኑ አስፈላጊ ክርክሮች ይጎድሉታል";Strings.OfficeOM.L_InvalidDataFormat="ተለይቶ የተገለጸው ውሂብ ቅርጽ የማይሰራ ነው።";Strings.OfficeOM.L_CancelButton="ተወው";Strings.OfficeOM.L_InvalidParameters="ተግባሩ {0} የማይሰሩ ፓራሜትሮች አሉት።";Strings.OfficeOM.L_Timeout="ክወናው ጊዜው አልፏል።";Strings.OfficeOM.L_NotSupported="ተግባሩ {0} የሚደገፍ አይደለም።";Strings.OfficeOM.L_NoCapability="ይህን ተግባር ለማከናወን በቂ ፍቃድ የለዎትም።";Strings.OfficeOM.L_NoHttpsWAC="ይህ የ Office ክፍለ ጊዜ ደህንነቱ የተጠበቀ ግንኙነትን እየተጠቀመ አይደለም። ተጨማሪ ቅድመ ጥንቃቄ እንዲወስዱ እንመክራለን።";Strings.OfficeOM.L_OperationCancelledErrorMessage="ክንውኑ በተጠቃሚዉ ተሰርዟል።";Strings.OfficeOM.L_InvalidGrantMessage="ለዚህ ውስጥ አክል ዋስትን ጠፍቷል።";Strings.OfficeOM.L_NetworkProblem="አውታረመረብ ችግር";Strings.OfficeOM.L_InvalidApiCallInContext="በአሁኑ የትርጉም አውድ ላይ ማይሰራ የ API ጥሪ።";Strings.OfficeOM.L_ValueNotLoaded='የእሴቱ የውጤት ነገር ገና አልተጫነም። የእሴት ባህሪ ከማንበብዎ በፊት፣ በተያያዘው የጥያቄ ይዘት ላይ "context.sync()" ይደውሉ።';Strings.OfficeOM.L_CustomXmlExceedQuotaMessage="XPath ምርጫን ወደ 1024 ንጥል ነገሮች ይገድባል።";Strings.OfficeOM.L_ShuttingDown="ውሂቡ በአሁኑ ሰአት ሰርቨሩ ላይ ስለሌለ ክንውኑ ሊሳካ አልቻለም።";Strings.OfficeOM.L_InternalError="ውስጣዊ ስህተት";Strings.OfficeOM.L_NewWindowCrossZone="በአሳሽዎ ውስጥ ያሉትን የደህንነት የክንውን አውዶች የንግግር ሳጥኑን ከመፍጠር ከልክለውናል። የተለየ አሳሽ ወይም {0} ይሞክሩ ስለዚህ '{1}' እና በአድራሻ ትርዎ ላይ የታየውን ጎራ በተመሳሳይ የደህንነት ዞን ውስጥ ናቸው።";Strings.OfficeOM.L_CannotWriteToSelection="የአሁኑ ምርጫ ላይ ሊጻፍ አይችልም።";Strings.OfficeOM.L_OutOfRange="ከአውድ ውጪ";Strings.OfficeOM.L_DataNotMatchBindingType="ተለይቶ ተገለፀው የውሂብ ነገር ከዚህ የማጣመር ዓይነቱ ጋር የሚጣጣም አይደለም።";Strings.OfficeOM.L_UnsupportedEnumeration="የማይደገፍ ቁጥር አሰጣጥ";Strings.OfficeOM.L_DialogParentIsMinimized="ክዋኔው አልተሳካም ምክንያቱም የወላጅ መስኮት ስለቀነሰ።";Strings.OfficeOM.L_SelectionNotSupportCoercionType="አሁን የተመረጠው ተለይቶ ከተገለጸው የአስገዳጅ አይነት የሚጣጣን አይደለም።";Strings.OfficeOM.L_CoercionTypeNotMatchBinding="ተለይቶ የተገለፀው አስገዳጅ ዓይነት ከዚህ የማጣመር ዓይነቱ ጋር የሚጣጣም አይደለም።";Strings.OfficeOM.L_BindingNotExist="ተለይቶ የተገለፀው ማጣመር የለም።";Strings.OfficeOM.L_NotSupportedEventType="ተለይቶ የተገለፀው የፍፃሜ ያዥ ዓይነት {0} የሚደገፍ አይደለም።";Strings.OfficeOM.L_InvalidOrTimedOutSession="ልክ ያልኾነ ወይም ጊዜ ያለፈበት ክፍለ ጊዜ";Strings.OfficeOM.L_AttemptingToSetReadOnlyProperty="ተነባቢ-ብቻ ባህሪ '{0}' ለማዘጋጀት በሙከራ ላይ።";Strings.OfficeOM.L_FunctionCallFailed="የተግባር {0} ጥሪ አልተሳካም፣ ስህተት ኮድ: {1}።";Strings.OfficeOM.L_CannotNavigateTo="ነገሩ ዳሰሳ በማይደገፍበት ቦታ ነው ሰፍሮ የሚገኘው።";Strings.OfficeOM.L_ConfirmDialog="{0} የሚለው ጎራ እንደ Microsoft Office እየሰራ ነው እና የ Office add-ins ን ማስኬድ ይችላል ይህም የእርስዎን የግል ውሂብ መድረስ ይችል ይሆናል። ጎራው እንደ Office እንዲሰራ እና ውሂብዎን ለመድረስ ካመኑ ለመቀጠል እሺን ጠቅ ያድርጉ።";Strings.OfficeOM.L_TooManyArguments="በጣም ብዙ ክርክሮች";Strings.OfficeOM.L_PropertyDoesNotExist="ባህሪ '{0}' በነገሩ ላይ አይኖርም።";Strings.OfficeOM.L_FormattingReminder="ቅርጽ የማስያዝ አስታዋሽ";Strings.OfficeOM.L_IndexOutOfRange="ኢንዴክስ ከአውድ ውጪ";Strings.OfficeOM.L_InvalidCellsValue="ከህዋሶቹ ፓራሜትሮች አንዱ ወይም ከዛ በላይ የማይፈቀዱ ዋጋዎች ይዘዋል። ዋጋዎቹን እንደገና ይፈትሹዋቸው እና እንደገና ይሞክሩ።";Strings.OfficeOM.L_NotTrustedWAC="ደህንነትዎን ጠብቆ ለማቆየት እንዲረዳ ይህ ውስጥ-ተጨማሪ ተሰናክሏል። ውስጥ-ተጨማሪውን መጠቀም ለመቀጠል፣ ይህ ንጥል የተስተናገደው የሚታመን ጎራ ውስጥ መሆኑን ያረጋግጡ ወይም የ Office ዴስክቶፕ መተግበሪያ ውስጥ ይክፈቱት።";Strings.OfficeOM.L_CustomXmlNodeNotFound="ተለይቶ የተገለፀው ኖድ ሊገኝ አልቻለም።";Strings.OfficeOM.L_CoercionTypeNotSupported="ተለይቶ የተገለፀው አስገዳጅ ዓይነት የሚደገፍ አይደለም።";Strings.OfficeOM.L_InvalidGrant="ቅድሚያ ፈቃድ መስጠት ጠፍቷል።";Strings.OfficeOM.L_CellDataAmountBeyondLimits="ማስታወሻ: ሰንጠረዡ ላይ የሚኖሩት የህዋሶች ቁጥር ከ 20,000ህዋሶች በታች እንዲሆኑ ይመከራል።";Strings.OfficeOM.L_TooManyOptionalObjects="ብዙ አማራጭያዊ ተግባሮች በፓራሜትር ዝርዝር ላይ";Strings.OfficeOM.L_DisplayDialogError="የማሳያ ንግግር ስህተት";Strings.OfficeOM.L_InitializeNotReady="Office.js እስካሁን ሙሉበሙሉ አልተጫነም። እባክዎ ቆየት ብለው እንደገና ይሞክሩ ወይም የመነሻ ኮድዎን Office.መነሻ ተግባር ላይ ማከልዎ እርግጠኛ ይሁኑ።";Strings.OfficeOM.L_SetDataParametersConflict="ተለይተው የተገለፁት መለክያዎች ይጋጫሉ።";Strings.OfficeOM.L_SelectionCannotBound="ወደ አሁኑ ስፍራ ሊጣመር አይችልም።";Strings.OfficeOM.L_UserClickIgnore="ተጠቃሚው የንግግር ሳጥኑን ችላ ማለትን መርጧል።";Strings.OfficeOM.L_InvalidResourceUrlMessage="በተጠቀሰው ውስጥ ልክ ያልሆነ የሃብት Url አለው።";Strings.OfficeOM.L_InvalidAPICall="የማይሰራ የ API ጥሪ";Strings.OfficeOM.L_CannotApplyPropertyThroughSetMethod="ወደ ባህሪ '{0}' የተደረጉ ለውጦች በ \"object.set\" ስልት በኩል ሊተገበሩ አይችሉም።";Strings.OfficeOM.L_DataNotMatchSelection="የቀረበው የውሂብ ነገር አሁን ካለው የምርጫ ቅርፅ እንዲሁም ስፋትና ቁመት ጋር አንድ አይደለም።";Strings.OfficeOM.L_ImplicitGetAuthContextMissing="የማረጋገጫ ዓውድ ማግኛው ተግባር አልተገኘም";Strings.OfficeOM.L_InvalidBinding="የማይሰራ ማጣመር";Strings.OfficeOM.L_SliceSizeNotSupported="ተለይቶ የተገለፀው የቁራሽ መጠን የሚደገፍ አይደለም።";Strings.OfficeOM.L_AddBindingFromPromptDefaultText="እባክዎ ምርጫ ያካሂዱ።";Strings.OfficeOM.L_SSOClientError="ከ Office በፈቃድ አሰጣጥ ጥያቄው ውስጥ ስህተት ተከስቷል።";Strings.OfficeOM.L_UserAbortedMessage="ተጠቃሚው የውስጥ አክል ፈቃዶችን አልተስማማም።";Strings.OfficeOM.L_DialogRequireHTTPS="የ HTTP ፕሮተኮሉ አልተደገፈም። በምትኩ HTTPS ተጠቀም";Strings.OfficeOM.L_InvalidSetRows="ተለይተው የተገለፁት መደዳዎች ትክክል ያልሆኑ ናቸው።";Strings.OfficeOM.L_GetDataIsTooLarge="የተጠየቀው የውሂብ ስብስብ እጅግ ትልቅ ነው።";Strings.OfficeOM.L_InvalidSetColumns="ተለይተው የተገለፁት ዓምዶች ትክክል ያልሆኑ ናቸው።";Strings.OfficeOM.L_MultipleNamedItemFound="ብዙ አንድ አይነት ስም ያላቸው ነገሮች ተገኝተዋል።";Strings.OfficeOM.L_OperationCancelledError="ክንውን ተሰርዟል";Strings.OfficeOM.L_InvalidNamedItemForBindingType="ተለይቶ የተገለፀው የማጣመር ዓይነት ከቀረበው የተጠቀሰ ንጥል ነገር ጋር የሚጣጣም አይደለም።";Strings.OfficeOM.L_DataWriteError="ውሂብ የመጻፍ ስህተት";Strings.OfficeOM.L_SSOConnectionLostErrorMessage="በመለያ በመግባት ሂደት ጊዜ ግንኙነት ተቋርጦ ነበር፣ ስለሆነም ተጠቃሚው ገብቶ ላይሆን ይችላል። ይህ ሊሆን የሚችልበት ምክንያት በተጠቃሚው አሳሽ አወቃቀር ቅንብሮች ለምሳሌ የደህንነት ቀጠናዎች ሊሆን ይችላል።";Strings.OfficeOM.L_EventHandlerRemovalFailed="የፍጻሜ አስተዳዳሪውን ለማስወገድ አልቻለም።";Strings.OfficeOM.L_InvalidReadForBlankRow="ተለይቶ የተገለፀው መደዳ ባዶውን ነው።";Strings.OfficeOM.L_MissingParameter="የታጣ ፓራሜትር";Strings.OfficeOM.L_UserAborted="ተጠቃሚ ያቋረጠው የስምምነት ጥያቄ።";Strings.OfficeOM.L_NavOutOfBound="ክንውኑ አልተሳካም ምክንያቱም ኢንዴክሱ ከአውዱ ውጪ ነው።";Strings.OfficeOM.L_CellFormatAmountBeyondLimits="ማስታወሻ: በቅርጽ ማውጫ API ጥሪ የጠዘጋጁት የቅርጽ ማውጣት ስብስቦች ከ 100 በታች እንዲሆን ይመከራል።";Strings.OfficeOM.L_NonUniformPartialGetNotSupported="አስተባባሪ ፓራሜትሮች ታብሌቱ የተዋሃዱ ህዋሶች በያዘበት ጊዜ ከአስገዳጅ የታብሌት አይነቶች ጋር መጠቀም አይቻልም።";Strings.OfficeOM.L_MemoryLimit="የማከማቻ ገደብ ታልፈዋል";Strings.OfficeOM.L_RequestPayloadSizeLimitExceededMessage='የጥያቄው የመጫኛ መጠን ገደቡን አልፏል። እባክዎን ወደ ሰነዱ ይመልከቱ: - "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_AddinIsAlreadyRequestingToken="ውስጥ አክል ቀድሞውኑ የመዳረሻ ቶከን በመጠየቅ ላይ ነው።";Strings.OfficeOM.L_SetDataIsTooLarge="ተለይቶ ተገለፀው የውሂብ ነገር በጣም ግዙፍ ነው።";Strings.OfficeOM.L_NamedItemNotFound="የተጠቀሰው ንጥል ነገር የለም።";Strings.OfficeOM.L_SettingsAreStale="የክንውን አውዶቹ ወቅታዊ ስላልሆኑ ሊቀመጡ አልቻሉም።";Strings.OfficeOM.L_PropertyNotLoaded='ባህሪ {0}\' አይገኝም። የባህሪ እሴት ከማንበብዎ በፊት፣ በያዘው ነገር ላይ ያለ የጫን ስልት ይጥሩ እና በተ��ያዘው የጥያቄ አገባበ ነገር ላይ "context.sync()" ይጥሩ።';Strings.OfficeOM.L_CannotRegisterEvent="የክስተት እጀታው ሊመዘገብ አይችልም።";Strings.OfficeOM.L_APICallFailed="API ጥሪ አልተሳካም";Strings.OfficeOM.L_NewWindowCrossZoneErrorString="የአሳሽ ገደቦች የንግግር ሳጥኑን ከመፍጠር ከልክለውናል። የንግግር ሳጥኑ ጎራ እና የውስጥ-አክል አስተናጋጁ ጎራ በተመሳሳይ የድህንነት ዞን አይደሉም።";Strings.OfficeOM.L_OperationNotSupportedOnMatrixData="የተመረጠ ይዘት በሰንጠረዥ መልክ መሆን አለበት። ውሂቡን በሰንጠረዥ መልክ ያዘጋጁት እና እንደገና ይሞክሩት።";Strings.OfficeOM.L_InvalidFormatValue="ከቅርጽ ፓራሜትሮች አንዱ ወይም ከዛ በላይ የማይፈቀዱ ዋጋዎች ይዘዋል። ዋጋዎቹን እንደገና ይፈትሹዋቸው እና እንደገና ይሞክሩ።";Strings.OfficeOM.L_RequestTokenUnavailable="ይህ API የጥሪውን ሞገድ እንዲያዘገይ ታፍኖ ነበር።";Strings.OfficeOM.L_FormatValueOutOfRange="ዋጋው ከተፈቀደው አውድ ውጪ ነው።";Strings.OfficeOM.L_DataNotMatchCoercionType="ተለይቶ የተገለጸው ውሂብ ነገር ከአሁኑ ምርቻ ጋር የሚጣጣም አይደለም።";Strings.OfficeOM.L_OperationNotSupported="ክወናው አልተደገፈም።";Strings.OfficeOM.L_FileTypeNotSupported="ተለይቶ የተገለፀው የፋይል ዓይነት የሚደገፍ አይደለም።";Strings.OfficeOM.L_InvalidValue="የማይሰራ ዋጋ";Strings.OfficeOM.L_OsfControlTypeNotSupported="OsfControl አይነት የሚደገፍ አይደለም።";Strings.OfficeOM.L_TooManyOptionalFunction="ብዙ አማራጭያዊ ተግባሮች በፓራሜትር ዝርዝር ላይ";Strings.OfficeOM.L_SSOConnectionLostError="በመለያ በመግባት ሂደት ጊዜ ግንኙነት ተቋርጦ ነበር።";Strings.OfficeOM.L_DocumentReadOnly="የተጠየቀው ክንውን በአሁኑ የሰነድ አይነት አይፈቀድም።";Strings.OfficeOM.L_UnsupportedUserIdentityMessage="የተጠቃሚ የማንነት ዓይነት አልተደገፈም።";Strings.OfficeOM.L_ConfirmDialogConsentTitle="አንድ ጊዜ...";Strings.OfficeOM.L_InvalidResourceUrl="ልክ ያልሆነ የመተግበሪያ ሃብት Url ቀርቧል።";Strings.OfficeOM.L_SettingsCannotSave="ቅንጅቶቹ ሊቀመጡ አይችሉም።";Strings.OfficeOM.L_InvalidOperationInCellEditMode="Excel በህዋስ አርትዕ ሁኔታ ውስጥ ነው። እባክዎ ENTER ወይም TAB በመጫን ወይም ሌላ ህዋስ በመምረጥ የአርትዕ ሁኔታ ዘግተው ይውጡ እና ከዚያ እንደገና ይሞክሩ።";Strings.OfficeOM.L_NonUniformPartialSetNotSupported="አስተባባሪ ፓራሜትሮች ታብሌቱ የተዋሃዱ ህዋሶች በያዘበት ጊዜ ከአስገዳጅ የታብሌት አይነቶች ጋር መጠቀም አይቻልም።";Strings.OfficeOM.L_CustomXmlError="የታዛዥ XML ስህተት።";Strings.OfficeOM.L_CustomXmlOutOfDateMessage="ውሂቡ ጊዜው ያለፈበት ነው። ነገሩን እንደገና ሰርስረው ያውጡ።";Strings.OfficeOM.L_ShowWindowDialogNotification="{0} አዲስ ዊንዶዉ ለማሳየት ይፈልጋል።";Strings.OfficeOM.L_InvalidOrTimedOutSessionMessage="የ Office የመስመር ላይ ክፍለ ጊዜዎ ጊዜው አልፎበታል ወይም ልክ ያልኾነ። ለመቀጠል፣ ገጹን ያድሱት።";Strings.OfficeOM.L_InvalidBindingError="የማይሰራ ማጣመር ስህተት";Strings.OfficeOM.L_CustomFunctionDefinitionMissing="የተግባሩን ፍች የሚወክል ይህ ስም ያለው ባህሪይ በExcel.CustomFunctions ላይ መኖር አለበት።";Strings.OfficeOM.L_BrowserAPINotSupported="ይህ ማሰሻ የተጠየቀውን API አይደግፍም።";Strings.OfficeOM.L_DataStale="ውሂቡ ወቅታዊ አይደለም";Strings.OfficeOM.L_RowIndexOutOfRange="የመደዳው ኢንዴክስ ዋጋ ከተፈቀደው አውድ ውጪ ነው። ከመደዳዎቹ ቁጥር የሚያንስ ዋጋ (0 ወይም ከዛ የበለጠ) ያስገቡ።";Strings.OfficeOM.L_SSOUserConsentNotSupportedByCurrentAddinCategoryMessage="ይህ ተጨማሪው በዚህ ፍቃድ ውስጥ የተጠቃሚ ይዘትን ስለማይደግፍ ክወናው አልተሳካም";Strings.OfficeOM.L_InvalidSetStartRowColumn="ተለይተው የተገለፁት የመደዳ መጀመርያ ወይም የዓምድ መጀመርያ እሴቶች ትክክል ያልሆኑ ናቸው።";Strings.OfficeOM.L_ShowWindowDialogNotificationIgnore="ችላ በል";Strings.OfficeOM.L_InvalidCoercion="የማይሰራ የአስገዳጅ አይነት";Strings.OfficeOM.L_ConfirmDialogConsent="እሺን ጠቅ በማድረግ {0} የእርስዎን ይዘት እና የግል መረጃ እንዲደርስ ይፈቅዳሉ። ";Strings.OfficeOM.L_CustomXmlOutOfDateName="ውሂቡ ወቅታዊ አይደለም";Strings.OfficeOM.L_WorkbookHiddenMessage="የ JavaScript API ጥያቄ አልተሳካም ምክንያቱም የሥራ ደብተሩ ተደብቆ ነበር። እባክዎ የሥራ ደብተሩን ከመደበቅ ያውጡ እና እንደገና ይሞክሩ።";Strings.OfficeOM.L_BindingCreationError="ማጣመር የመፍጠር ስህተት";Strings.OfficeOM.L_ShowWindowDialogNotificationAllow="ፍቀድ";Strings.OfficeOM.L_CloseFileBeforeRetrieve="ሌላ መልሰው ከማምጣትዎ በፊት በአሁኑ ፋይል ላይ closeAsync";Strings.OfficeOM.L_DialogAlreadyOpened="ይህ ዉስጠ-ተጨማሪ የነቃ ንግግር ስለአለዉ አንቅስቃሴዉ አልተሳካም";Strings.OfficeOM.L_GetSelectionNotSupported="አሁን የተመረጠው የሚደገፍ አይደለም።";Strings.OfficeOM.L_SSOUserConsentNotSupportedByCurrentAddinCategory="ይህ ተጨማሪው የተጠቃሚ ይዘትን አይደግፍም።";Strings.OfficeOM.L_InValidOptionalArgument="የማይሰራ አማራጭያዊ ክርክር";Strings.OfficeOM.L_EventHandlerNotExist="ለዚህ ማጣመር የሚሆን ተለይቶ የተገለፀው የፍፃሜ ያዥ ሊገኝ አልቻለም።";Strings.OfficeOM.L_OperationNotSupportedOnThisBindingType="በዚህ የማጣመር ዓይነት ክወና አይደገፍም።";Strings.OfficeOM.L_ApiNotFoundDetails="ስልት ወይም ባህሪ {0} በ {2} ስሪትዎ ውስጥ የማይገኝ የ {1} መመዘኛ ስብስብ ክፍል ነው።";Strings.OfficeOM.L_UnsupportedUserIdentity="የተጠቃሚ የማንነት ዓይነት አልተደገፈም።";Strings.OfficeOM.L_ConfirmCancelMessage="ይቅርታ፣ መቀጠል አንችልም።";Strings.OfficeOM.L_ColIndexOutOfRange="የአምድ ኢንዴክስ ዋጋው ከተፈቀደው አውድ ውጪ ነው። ከአምዶች ቁጥር ያነሰ ዋጋ (0 ወይም የበለጠ) ይጠቀሙ።";Strings.OfficeOM.L_SettingNameNotExist="ተለይቶ የተገለፀው የቅንጅት ስም የለም።";Strings.OfficeOM.L_WriteNotSupportedWhenModalDialogOpen="ሁኔታዊ መገናኛ ክፍት ሲሆን የመፃፍ ክወና ለ Office አይደገፍም።";Strings.OfficeOM.L_BindingToMultipleSelection="ተያያዥ ያልሆኑ ምርጫዎች አይደገፉም።";Strings.OfficeOM.L_ModalDialogOpeng="ክዋኔው አልተሳካም ምክንያቱም ይህ ተጨማሪ ቀድሞውንም የነቃ ሞዳል ንግግር ስላለው።";Strings.OfficeOM.L_InvalidGetRows="ተለይተው የተገለፁት መደዳዎች ትክክል ያልሆኑ ናቸው።";Strings.OfficeOM.L_NotSupportedBindingType="ተለይቶ የተገለፀው የማጣመር ዓይነት {0} የሚደገፍ አይደለም።";Strings.OfficeOM.L_InvalidArgumentGeneric="ወደ ተግባሩ የተላለፈ ነጋሪ እሴት(ቶች) ለዚህ ሁኔታ አይሰራም፣ ጠፍቷል ወይም በትክክል ቅርጸት አይደሉም።";Strings.OfficeOM.L_DialogOK="እሺ";Strings.OfficeOM.L_CallbackNotAFunction="መልሶመደወል የአይነት ተግባር መሆን አለበት፣ የ {0} አይነት ነበር።";Strings.OfficeOM.L_ConfirmDialogApiTrustsParent="ከ {0} ጥንቃቄ ሊሻ የሚችል መረጃን ሊልኩ እና ሊቀበሉ ነው። ጥንቃቄ የሚሻውን መረጃ በመቀበል የሚከተለውን ድር ጣቢያ የሚያምኑ ከሆነ ብቻ እሺን ጠቅ ያድርጉ፦ {1}።";Strings.OfficeOM.L_ReadSettingsError="የክንውን አውዶች ስህተት ያንብቡ";Strings.OfficeOM.L_UnsupportedDataObject="የቀረበው የውሂብ ነገር አይነት የሚደገፍ አይደለም።";Strings.OfficeOM.L_InvalidApiArgumentsMessage="ልክ ያልሆነ የግቤት ነጋሪ እሴቶች።";Strings.OfficeOM.L_ElementMissing="የሰንጠረዡን ህዋስ ቅርፅ ማስያዝ አልቻልንም ምክንያቱም አንዳንድ መለክያ እሴቶች ስለጠፉ። መለክያዎቹን በድጋሚ-በማረጋገጥ እንደገና ይሞክሩ።";Strings.OfficeOM.L_HostError="የአስተናጋጅ ስህተት";Strings.OfficeOM.L_InvalidGetColumns="ተለይተው የተገለፁት ዓምዶች ትክክል ያልሆኑ ናቸው።";Strings.OfficeOM.L_DocumentIsInactive="ይህ ተጨማሪ ውስጥ ያለው ሰነድ የቦዘነ ስለሆነ ክዋኔው አልተሳካም።";Strings.OfficeOM.L_NetworkProblemRetrieveFile="ፋይሉ መልሶ የማግኘት ጉዳይ የአውታረመረብ ችግር ከልክሎታል።";Strings.OfficeOM.L_DataNotMatchBindingSize="የቀረበው የውሂብ ነገር አሁን ካለው የምርጫ መጠን ጋር አንድ አይደለም።";Strings.OfficeOM.L_InvalidGetStartRowColumn="ተለይተው የተገለፁት የመደዳ መጀመርያ ወይም የዓምድ መጀመርያ እሴቶች ትክክል ያልሆኑ ናቸው።";Strings.OfficeOM.L_SpecifiedIdNotExist="ተለይቶ የተገለፀው ID የለም።";Strings.OfficeOM.L_CustomFunctionNameContainsBadChars="ተግባሩ ፊደሎችን፣ አሀዞችን፣ ሰረዘዘብጦች እና ነጥቦችን ብቻ ሊያካትት ይችላል።";Strings.OfficeOM.L_DialogInvalidScheme="የ URL አገባቡን አልተደገፈም። በምትኩ HTTPS ተጠቀም።";Strings.OfficeOM.L_ActivityLimitReached="የእንቅስቃሴ ገደብ ደርሷል።";Strings.OfficeOM.L_AddinIsAlreadyRequestingTokenMessage="ውስጥ አክል ቀድሞውኑ የመዳረሻ ቶከን በመጠየቅ ላይ ስለሆነ ክወናው አልተሳካም።";Strings.OfficeOM.L_InternalErrorDescription="አንድ ውሳጣዊ ስሕተት ተፈጥሯል።";Strings.OfficeOM.L_BadSelectorString="ወደ መራጩ የሚያልፈው ዓረፍተነገር በትክክል ያልተቀረፀ ወይም የማይደገፍ ነው።";Strings.OfficeOM.L_OKButton="እሺ";Strings.OfficeOM.L_UnknownBindingType="የማጣመር ዓይነቱ የሚደገፍ አይደለም።";Strings.OfficeOM.L_RequestTimeout="የጥሪ መውሰጃው በጣም ረዥም ስለሆነ ለመፈጸም ያስቸግራል።";Strings.OfficeOM.L_DialogAddressNotTrusted="የጎራው URL በገለጻ ዝርዝሩ በመተግበሪያ ጎራዎች አባል ውስጥ አልተካተተም።";Strings.OfficeOM.L_ResponsePayloadSizeLimitExceededMessage='የምላሽ ክፍያ ጭነት መጠን ገደቡን አልፏል፡፡ እባክዎን ወደ ሰነዱ ይመልከቱ: - "https://docs.microsoft.com/office/dev/add-ins/concepts/resource-limits-and-performance-optimization#excel-add-ins"።';Strings.OfficeOM.L_TooManyIncompleteRequests="ቀደም ብሎ የተጀመረው ጥሪ እስኪጠናቀቅ ይጠብቁ።";Strings.OfficeOM.L_ContinueButton="ቀጥል";Strings.OfficeOM.L_SSOClientErrorMessage="በደንበኛው ውስጥ ያልተጠበቀ ስህተት ተከስቷል።";Strings.OfficeOM.L_InvalidTableOptionValue="ከሰንጠረዥ አማራጮች ፓራሜትሮች አንዱ ወይም ከዛ በላይ የማይፈቀዱ ዋጋዎች ይዘዋል። ዋጋዎቹን እንደገና ይፈትሹዋቸው እና እንደገና ይሞክሩ።";Strings.OfficeOM.L_UnsupportedEnumerationMessage="ኢኑሜሬሽኑ የአሁኑ አስተናጋጅ መተግበሪያላይ የሚደገፍ አይደለም።";Strings.OfficeOM.L_CustomXmlExceedQuotaName="የምርጫ ገደብ ደርሷል";Strings.OfficeOM.L_InvalidSSOAddinMessage="የማንነቱ API በዚህ ውስጥ አክል ውስጥ አልተደገፈም።";Strings.OfficeOM.L_ConnectionFailureWithStatus="በ {0} የአቋም ኮድ ጥያቄው አልተሳካም።";Strings.OfficeOM.L_AppNotExistInitializeNotCalled="መተግበሪያ {0} የለም። Microsoft.Office.WebExtension.መነሻ(ምክንያት) አልተጠራም።";Strings.OfficeOM.L_ImplicitNotLoaded="ማድዩሉ ቶክን ከመገኘቱ በፊት አልተጫነም";Strings.OfficeOM.L_DataWriteReminder="ዳታ የመጻፍ አስታዋሽ";Strings.OfficeOM.L_CustomFunctionNameCannotSplit="የተግባር ስም ባዶ ያልሆነ የስም ቦታ እና ባዶ ያልሆነ አጭር ስም መያዝ አለበት።"
@@ -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,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."