暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

office_strings.debug.js 14KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  1. Type.registerNamespace('Strings');
  2. Strings.OfficeOM = function Strings_OfficeOM() {
  3. }
  4. Strings.OfficeOM.registerClass('Strings.OfficeOM');
  5. Strings.OfficeOM.L_ShowWindowDialogNotification = '{0} wants to display a new window.';
  6. Strings.OfficeOM.L_CannotRegisterEvent = 'The event handler cannot be registered.';
  7. Strings.OfficeOM.L_NotImplemented = 'Function {0} is not implemented.';
  8. Strings.OfficeOM.L_CustomXmlOutOfDateName = 'Data Not Current';
  9. Strings.OfficeOM.L_ActivityLimitReached = 'Activity limit has been reached.';
  10. Strings.OfficeOM.L_InvalidBinding = 'Invalid Binding';
  11. Strings.OfficeOM.L_BindingCreationError = 'Binding Creation Error';
  12. Strings.OfficeOM.L_InvalidSetRows = 'The specified rows are invalid.';
  13. Strings.OfficeOM.L_CannotWriteToSelection = 'Cannot write to the current selection.';
  14. Strings.OfficeOM.L_IndexOutOfRange = 'Index out of range.';
  15. Strings.OfficeOM.L_ReadSettingsError = 'Read Settings Error';
  16. Strings.OfficeOM.L_InvalidGetColumns = 'The specified columns are invalid.';
  17. Strings.OfficeOM.L_OverwriteWorksheetData = 'The set operation failed because the supplied data object will overwrite or shift data.';
  18. 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.';
  19. 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.';
  20. Strings.OfficeOM.L_InvalidParameters = 'Function {0} has invalid parameters.';
  21. Strings.OfficeOM.L_DialogAlreadyOpened = 'The operation failed because this add-in already has an active dialog.';
  22. Strings.OfficeOM.L_SetDataParametersConflict = 'The specified parameters conflict.';
  23. Strings.OfficeOM.L_DataNotMatchCoercionType = 'The type of the specified data object is not compatible with the current selection.';
  24. 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()\".';
  25. Strings.OfficeOM.L_UnsupportedEnumerationMessage = 'The enumeration isn\'t supported in the current host application.';
  26. Strings.OfficeOM.L_NewWindowCrossZoneConfigureBrowserLink = 'configure your browser';
  27. Strings.OfficeOM.L_InvalidCoercion = 'Invalid Coercion Type';
  28. Strings.OfficeOM.L_UnsupportedDataObject = 'The supplied data object type is not supported.';
  29. Strings.OfficeOM.L_AppNameNotExist = 'Add-in Name for {0} doesn\'t exist.';
  30. Strings.OfficeOM.L_AddBindingFromPromptDefaultText = 'Please make a selection.';
  31. Strings.OfficeOM.L_DataNotMatchBindingType = 'The specified data object is not compatible with the binding type.';
  32. Strings.OfficeOM.L_InvalidFormatValue = 'One or more of the format parameters have values that aren\'t allowed. Double-check the values and try again.';
  33. Strings.OfficeOM.L_OperationNotSupported = 'The operation is not supported.';
  34. Strings.OfficeOM.L_InvalidRequestContext = 'Cannot use the object across different request contexts.';
  35. Strings.OfficeOM.L_NamedItemNotFound = 'The named item does not exist.';
  36. Strings.OfficeOM.L_InvalidGetRows = 'The specified rows are invalid.';
  37. Strings.OfficeOM.L_CellFormatAmountBeyondLimits = 'Note: The formatting sets set by a Formatting API call is suggested to be below 100.';
  38. Strings.OfficeOM.L_CustomXmlExceedQuotaName = 'Selection Limit Reached';
  39. Strings.OfficeOM.L_TooManyIncompleteRequests = 'Wait until the previous call completes.';
  40. Strings.OfficeOM.L_SetDataIsTooLarge = 'The specified data object is too large.';
  41. Strings.OfficeOM.L_DialogAddressNotTrusted = 'The specified address has not been not trusted by the add-in';
  42. Strings.OfficeOM.L_InvalidBindingOperation = 'Invalid Binding Operation';
  43. Strings.OfficeOM.L_APICallFailed = 'API Call Failed';
  44. Strings.OfficeOM.L_SpecifiedIdNotExist = 'The specified ID does not exist.';
  45. Strings.OfficeOM.L_SaveSettingsError = 'Save Settings Error';
  46. Strings.OfficeOM.L_InvalidSetStartRowColumn = 'The specified startRow or startColumn values are invalid.';
  47. Strings.OfficeOM.L_InvalidFormat = 'Invalid Format Error';
  48. Strings.OfficeOM.L_InvalidArgument = 'The argument \'{0}\' doesn\'t work for this situation, is missing, or isn\'t in the right format.';
  49. Strings.OfficeOM.L_EventHandlerAdditionFailed = 'Failed to add the event handler.';
  50. Strings.OfficeOM.L_InvalidAPICall = 'Invalid API Call';
  51. Strings.OfficeOM.L_EventRegistrationError = 'Event Registration Error';
  52. Strings.OfficeOM.L_CustomXmlError = 'Custom XML Error.';
  53. Strings.OfficeOM.L_TooManyOptionalFunction = 'multiple optional functions in parameter list';
  54. Strings.OfficeOM.L_CustomXmlExceedQuotaMessage = 'XPath limits selection to 1024 items.';
  55. Strings.OfficeOM.L_InvalidSelectionForBindingType = 'A binding cannot be created with the current selection and the specified binding type.';
  56. Strings.OfficeOM.L_OperationNotSupportedOnMatrixData = 'Selected content needs to be in table format. Format the data as a table and try again.';
  57. Strings.OfficeOM.L_ShowWindowDialogNotificationIgnore = 'Ignore';
  58. Strings.OfficeOM.L_SliceSizeNotSupported = 'The specified slice size is not supported.';
  59. Strings.OfficeOM.L_EventHandlerRemovalFailed = 'Failed to remove the event handler.';
  60. Strings.OfficeOM.L_DataReadError = 'Data Read Error';
  61. Strings.OfficeOM.L_InvalidDataFormat = 'The format of the specified data object is invalid.';
  62. Strings.OfficeOM.L_RequestTimeout = 'The call took too long to execute.';
  63. Strings.OfficeOM.L_GetSelectionNotSupported = 'The current selection is not supported.';
  64. Strings.OfficeOM.L_InvalidTableOptionValue = 'One or more of the tableOptions parameters have values that aren\'t allowed. Double-check the values and try again.';
  65. Strings.OfficeOM.L_PermissionDenied = 'Permission Denied';
  66. Strings.OfficeOM.L_InvalidDataObject = 'Invalid Data Object';
  67. Strings.OfficeOM.L_InvalidColumnsForBinding = 'The specified columns are invalid.';
  68. Strings.OfficeOM.L_InvalidGetRowColumnCounts = 'The specified rowCount or columnCount values are invalid.';
  69. Strings.OfficeOM.L_OsfControlTypeNotSupported = 'OsfControl type not supported.';
  70. Strings.OfficeOM.L_DialogNavigateError = 'Dialog Navigation Error';
  71. 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.';
  72. Strings.OfficeOM.L_InternalError = 'Internal Error';
  73. Strings.OfficeOM.L_CoercionTypeNotMatchBinding = 'The specified coercion type is not compatible with this binding type.';
  74. Strings.OfficeOM.L_InValidOptionalArgument = 'invalid optional argument';
  75. Strings.OfficeOM.L_InvalidNamedItemForBindingType = 'The specified binding type is not compatible with the supplied named item.';
  76. Strings.OfficeOM.L_InvalidNode = 'Invalid Node';
  77. Strings.OfficeOM.L_UnknownBindingType = 'The binding type is not supported.';
  78. Strings.OfficeOM.L_EventHandlerNotExist = 'The specified event handler was not found for this binding.';
  79. Strings.OfficeOM.L_NoCapability = 'You don\'t have sufficient permissions for this action.';
  80. Strings.OfficeOM.L_SettingsCannotSave = 'The settings could not be saved.';
  81. Strings.OfficeOM.L_DataWriteReminder = 'Data Write Reminder';
  82. Strings.OfficeOM.L_InvalidSetColumns = 'The specified columns are invalid.';
  83. Strings.OfficeOM.L_InvalidBindingError = 'Invalid Binding Error';
  84. Strings.OfficeOM.L_SelectionNotSupportCoercionType = 'The current selection is not compatible with the specified coercion type.';
  85. Strings.OfficeOM.L_FormatValueOutOfRange = 'The value is out of the allowed range.';
  86. Strings.OfficeOM.L_InvalidGetStartRowColumn = 'The specified startRow or startColumn values are invalid.';
  87. Strings.OfficeOM.L_NetworkProblem = 'Network Problem';
  88. Strings.OfficeOM.ConnectionFailureWithDetails = 'The request failed with status code of {0}, error code {1} and the following error message: {2}';
  89. Strings.OfficeOM.L_MissingParameter = 'Missing Parameter';
  90. 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.';
  91. Strings.OfficeOM.L_SettingsStaleError = 'Settings Stale Error';
  92. Strings.OfficeOM.L_CannotNavigateTo = 'The object is located in a place where navigation is not supported.';
  93. Strings.OfficeOM.L_AppNotExistInitializeNotCalled = 'Application {0} does not exist. Microsoft.Office.WebExtension.initialize(reason) is not called.';
  94. Strings.OfficeOM.L_CoercionTypeNotSupported = 'The specified coercion type is not supported.';
  95. Strings.OfficeOM.L_InvalidReadForBlankRow = 'The specified row is blank.';
  96. Strings.OfficeOM.L_UnsupportedEnumeration = 'Unsupported Enumeration';
  97. Strings.OfficeOM.L_CloseFileBeforeRetrieve = 'Call closeAsync on the current File before retrieving another.';
  98. Strings.OfficeOM.L_CustomXmlOutOfDateMessage = 'The data is out of date. Retrieve the object again.';
  99. Strings.OfficeOM.L_NotSupportedEventType = 'The specified event type {0} is not supported.';
  100. Strings.OfficeOM.L_GetDataIsTooLarge = 'The requested data set is too large.';
  101. Strings.OfficeOM.L_MultipleNamedItemFound = 'Multiple objects with the same name were found.';
  102. Strings.OfficeOM.L_InvalidCellsValue = 'One or more of the cells parameters have values that aren\'t allowed. Double-check the values and try again.';
  103. 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.';
  104. Strings.OfficeOM.L_NotSupportedBindingType = 'The specified binding type {0} is not supported.';
  105. Strings.OfficeOM.L_ShuttingDown = 'Operation failed because the data is not current on the server.';
  106. Strings.OfficeOM.L_FormattingReminder = 'Formatting Reminder';
  107. Strings.OfficeOM.L_ConnectionFailureWithStatus = 'The request failed with status code of {0}.';
  108. Strings.OfficeOM.L_DocumentReadOnly = 'The requested operation is not allowed on the current document mode.';
  109. Strings.OfficeOM.L_InvalidApiCallInContext = 'Invalid API call in the current context.';
  110. Strings.OfficeOM.L_ShowWindowDialogNotificationAllow = 'Allow';
  111. Strings.OfficeOM.L_DataWriteError = 'Data Write Error';
  112. Strings.OfficeOM.L_FunctionCallFailed = 'Function {0} call failed, error code: {1}.';
  113. Strings.OfficeOM.L_DataNotMatchBindingSize = 'The supplied data object does not match the size of the current selection.';
  114. Strings.OfficeOM.L_RequestTokenUnavailable = 'This API has been throttled to slow the call frequency.';
  115. 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.';
  116. Strings.OfficeOM.L_BindingNotExist = 'The specified binding does not exist.';
  117. Strings.OfficeOM.L_DisplayDialogError = 'Display Dialog Error';
  118. Strings.OfficeOM.L_SettingNameNotExist = 'The specified setting name does not exist.';
  119. Strings.OfficeOM.L_BrowserAPINotSupported = 'This browser does not support the requested API.';
  120. Strings.OfficeOM.L_NonUniformPartialSetNotSupported = 'Coordinate parameters cannot be used with coercion type Table when the table contains merged cells.';
  121. Strings.OfficeOM.L_ElementMissing = 'We couldn\'t format the table cell because some parameter values are missing. Double-check the parameters and try again.';
  122. 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.';
  123. Strings.OfficeOM.L_NavOutOfBound = 'The operation failed because the index is out of range.';
  124. Strings.OfficeOM.L_RedundantCallbackSpecification = 'Callback cannot be specified both in argument list and in optional object.';
  125. 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.';
  126. Strings.OfficeOM.L_SettingsAreStale = 'Settings could not be saved because they are not current.';
  127. Strings.OfficeOM.L_MissingRequiredArguments = 'missing some required arguments';
  128. Strings.OfficeOM.L_NonUniformPartialGetNotSupported = 'Coordinate parameters cannot be used with coercion type Table when the table contains merged cells.';
  129. Strings.OfficeOM.L_OutOfRange = 'Out of Range';
  130. Strings.OfficeOM.L_HostError = 'Host Error';
  131. Strings.OfficeOM.L_TooManyOptionalObjects = 'multiple optional objects in parameter list';
  132. Strings.OfficeOM.L_APINotSupported = 'API Not Supported';
  133. Strings.OfficeOM.L_UserClickIgnore = 'The user chose to ignore the dialog box.';
  134. Strings.OfficeOM.L_BindingToMultipleSelection = 'Noncontiguous selections are not supported.';
  135. Strings.OfficeOM.L_InternalErrorDescription = 'An internal error has occurred.';
  136. Strings.OfficeOM.L_DataStale = 'Data Not Current';
  137. Strings.OfficeOM.L_MemoryLimit = 'Memory Limit Exceeded';
  138. Strings.OfficeOM.L_CellDataAmountBeyondLimits = 'Note: The number of cells in a table is suggested to be below 20,000 cells.';
  139. Strings.OfficeOM.L_SelectionCannotBound = 'Cannot bind to the current selection.';
  140. Strings.OfficeOM.L_UserNotSignedIn = 'No user is signed into Office.';
  141. Strings.OfficeOM.L_BadSelectorString = 'The string passed into the selector is improperly formatted or unsupported.';
  142. Strings.OfficeOM.L_InvalidValue = 'Invalid Value';
  143. Strings.OfficeOM.L_DataNotMatchSelection = 'The supplied data object is not compatible with the shape or dimensions of the current selection.';
  144. Strings.OfficeOM.L_NotSupported = 'Function {0} is not supported.';
  145. Strings.OfficeOM.L_CustomXmlNodeNotFound = 'The specified node was not found.';
  146. Strings.OfficeOM.L_NetworkProblemRetrieveFile = 'A network problem has prevented retrieval of the file.';
  147. Strings.OfficeOM.L_TooManyArguments = 'too many arguments';
  148. Strings.OfficeOM.L_OperationNotSupportedOnThisBindingType = 'Operation is not supported on this binding type.';
  149. Strings.OfficeOM.L_GetDataParametersConflict = 'The specified parameters conflict.';
  150. Strings.OfficeOM.L_FileTypeNotSupported = 'The specified file type is not supported.';
  151. Strings.OfficeOM.L_CallbackNotAFunction = 'Callback must be of type function, was of type {0}.';