@ones-editor/editor 2.8.25-beta.11 → 2.8.25-beta.13
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/@ones-editor/tsconfig.tsbuildinfo +1 -1
- package/dist/index.js +11 -11
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -71528,10 +71528,10 @@ ${codeText}
|
|
|
71528
71528
|
quickMenuCommand: "Add annotation",
|
|
71529
71529
|
resolvedBy: "Resolved by {name}",
|
|
71530
71530
|
reopen: "Reopen",
|
|
71531
|
-
currentComment: "
|
|
71532
|
-
resolvedComment: "Resolved
|
|
71533
|
-
removedFromDoc: "
|
|
71534
|
-
noResolvedComment: "No resolved annotations"
|
|
71531
|
+
currentComment: "Unresolved annotations",
|
|
71532
|
+
resolvedComment: "Resolved annotations",
|
|
71533
|
+
removedFromDoc: "Quoted content deleted.",
|
|
71534
|
+
noResolvedComment: "No resolved annotations."
|
|
71535
71535
|
}
|
|
71536
71536
|
};
|
|
71537
71537
|
const jaJP$k = {
|
|
@@ -71555,12 +71555,12 @@ ${codeText}
|
|
|
71555
71555
|
comment: "\u6CE8\u91C8\u3092\u8FFD\u52A0",
|
|
71556
71556
|
command: "\u6CE8\u91C8\u3092\u8FFD\u52A0",
|
|
71557
71557
|
quickMenuCommand: "\u6CE8\u91C8\u3092\u8FFD\u52A0",
|
|
71558
|
-
resolvedBy: "{name}
|
|
71558
|
+
resolvedBy: "{name}\u3055\u3093\u304C\u89E3\u6C7A\u3057\u307E\u3057\u305F",
|
|
71559
71559
|
reopen: "\u518D\u958B",
|
|
71560
|
-
currentComment: "\
|
|
71561
|
-
resolvedComment: "\u89E3\u6C7A\u6E08\u307F\
|
|
71562
|
-
removedFromDoc: "\
|
|
71563
|
-
noResolvedComment: "\u89E3\u6C7A\u6E08\u307F\
|
|
71560
|
+
currentComment: "\u672A\u89E3\u6C7A\u30B3\u30E1\u30F3\u30C8",
|
|
71561
|
+
resolvedComment: "\u89E3\u6C7A\u6E08\u307F\u30B3\u30E1\u30F3\u30C8",
|
|
71562
|
+
removedFromDoc: "\u5F15\u7528\u3055\u308C\u305F\u5185\u5BB9\u306F\u524A\u9664\u3055\u308C\u307E\u3057\u305F\u3002",
|
|
71563
|
+
noResolvedComment: "\u89E3\u6C7A\u6E08\u307F\u30B3\u30E1\u30F3\u30C8\u304C\u3042\u308A\u307E\u305B\u3093\u3002"
|
|
71564
71564
|
}
|
|
71565
71565
|
};
|
|
71566
71566
|
i18n$1.mergeLang({
|
|
@@ -93816,7 +93816,7 @@ ${data2.plantumlText}
|
|
|
93816
93816
|
}
|
|
93817
93817
|
}
|
|
93818
93818
|
});
|
|
93819
|
-
editor.version = "2.8.25-beta.
|
|
93819
|
+
editor.version = "2.8.25-beta.13";
|
|
93820
93820
|
return editor;
|
|
93821
93821
|
}
|
|
93822
93822
|
function isDoc(doc2) {
|
|
@@ -93929,7 +93929,7 @@ ${data2.plantumlText}
|
|
|
93929
93929
|
}
|
|
93930
93930
|
});
|
|
93931
93931
|
OnesEditorToolbar.register(editor);
|
|
93932
|
-
editor.version = "2.8.25-beta.
|
|
93932
|
+
editor.version = "2.8.25-beta.13";
|
|
93933
93933
|
return editor;
|
|
93934
93934
|
}
|
|
93935
93935
|
async function showDocVersions(editor, options, serverUrl) {
|