@ones-editor/editor 2.1.1-beta.87 → 2.1.1-beta.88

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.
package/dist/index.js CHANGED
@@ -58174,9 +58174,9 @@ $$${mathData.mathjaxText}$$
58174
58174
  },
58175
58175
  link: {
58176
58176
  textLabel: "Text",
58177
- urlLabel: "Link address",
58177
+ urlLabel: "URL",
58178
58178
  textPlaceholder: "Please enter text",
58179
- urlPlaceholder: "Please enter link",
58179
+ urlPlaceholder: "Please enter URL",
58180
58180
  submitText: "Confirm",
58181
58181
  cancelText: "Cancel",
58182
58182
  edit: "Edit",
@@ -58232,7 +58232,7 @@ $$${mathData.mathjaxText}$$
58232
58232
  textLabel: "\u30C6\u30AD\u30B9\u30C8",
58233
58233
  urlLabel: "URL",
58234
58234
  textPlaceholder: "\u30C6\u30AD\u30B9\u30C8\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",
58235
- urlPlaceholder: "URL \u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",
58235
+ urlPlaceholder: "URL \u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044\u3002",
58236
58236
  submitText: "OK",
58237
58237
  cancelText: "\u30AD\u30E3\u30F3\u30BB\u30EB",
58238
58238
  edit: "\u7DE8\u96C6",
@@ -70817,14 +70817,14 @@ ${codeText}
70817
70817
  };
70818
70818
  const enUS$i = {
70819
70819
  pasteSpecial: {
70820
- originFormats: "Keep origin formats",
70820
+ originFormats: "Keep source formatting",
70821
70821
  plainText: "Paste as plain text",
70822
70822
  markdown: "Paste as markdown"
70823
70823
  }
70824
70824
  };
70825
70825
  const jaJP$i = {
70826
70826
  pasteSpecial: {
70827
- originFormats: "\u5143\u306E\u30B9\u30BF\u30A4\u30EB\u3092\u7DAD\u6301\u3059\u308B",
70827
+ originFormats: "\u5143\u306E\u5F62\u5F0F\u3092\u4FDD\u6301",
70828
70828
  plainText: "\u30D7\u30EC\u30FC\u30F3\u30C6\u30AD\u30B9\u30C8\u3092\u8CBC\u308A\u4ED8\u3051\u308B",
70829
70829
  markdown: "Markdown \u3068\u3057\u3066\u8CBC\u308A\u4ED8\u3051"
70830
70830
  }
@@ -86847,7 +86847,7 @@ ${data2.flowchartText}
86847
86847
  }
86848
86848
  }
86849
86849
  });
86850
- editor.version = "2.1.1-beta.87";
86850
+ editor.version = "2.1.1-beta.88";
86851
86851
  if (Logger$2.level === LogLevel.DEBUG) {
86852
86852
  window.setReauthFail = (fail) => {
86853
86853
  window.isReauthError = fail;
@@ -86948,7 +86948,7 @@ ${data2.flowchartText}
86948
86948
  });
86949
86949
  editor.addCustom(DOC_RE_AUTH_KEYS, (editor2) => new DocReAuthCallbacks(editor2));
86950
86950
  OnesEditorToolbar.register(editor);
86951
- editor.version = "2.1.1-beta.87";
86951
+ editor.version = "2.1.1-beta.88";
86952
86952
  return editor;
86953
86953
  }
86954
86954
  async function showDocVersions(editor, options, serverUrl) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ones-editor/editor",
3
- "version": "2.1.1-beta.87",
3
+ "version": "2.1.1-beta.88",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",