@univerjs/preset-sheets-find-replace 0.10.14 → 0.12.0
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.
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("@univerjs/core"),r=require("@univerjs/find-replace/locale/ja-JP"),s=require("@univerjs/sheets-find-replace/locale/ja-JP"),c=e.mergeLocales(r,s);module.exports=c;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
// @univerjs/find-replace/locale/ja-JP
|
|
2
|
+
(function(e,l){typeof exports=="object"&&typeof module<"u"?module.exports=l():typeof define=="function"&&define.amd?define(l):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverFindReplaceJaJP=l())})(this,(function(){"use strict";return{"find-replace":{toolbar:"検索と置換",shortcut:{"open-find-dialog":"検索ダイアログを開く","open-replace-dialog":"置換ダイアログを開く","close-dialog":"検索と置換ダイアログを閉じる","go-to-next-match":"次の検索結果へ移動","go-to-previous-match":"前の検索結果へ移動","focus-selection":"選択範囲へ移動"},dialog:{title:"検索",find:"検索",replace:"置換","replace-all":"すべて置換","case-sensitive":"大文字と小文字を区別","find-placeholder":"このシートで検索","advanced-finding":"詳細な検索と置換","replace-placeholder":"置換後の文字列を入力","match-the-whole-cell":"セル全体を一致させる","find-direction":{title:"検索方向",row:"行単位で検索",column:"列単位で検索"},"find-scope":{title:"検索範囲","current-sheet":"現在のシート",workbook:"ブック全体"},"find-by":{title:"検索対象",value:"値で検索",formula:"数式で検索"},"no-match":"検索は完了しましたが、一致する項目がありませんでした。","no-result":"検索結果なし"},replace:{"all-success":"合計 {0} 件、すべて置換しました","all-failure":"置換に失敗しました",confirm:{title:"すべての一致項目を置換しますか?"}}},"find-replace-shortcuts":"検索と置換"}}));
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
// @univerjs/sheets-find-replace/locale/ja-JP
|
|
6
|
+
(function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i():typeof define=="function"&&define.amd?define(i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverSheetsFindReplaceJaJP=i())})(this,(function(){"use strict";return{"sheet-find-replace":{replace:{"partial-failure":"一部のセルの置換に失敗しました",failure:"すべてのセルの置換に失敗しました"}}}}));
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
// locale/ja-JP
|
|
10
|
+
(function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i(require("@univerjs/core"),require("@univerjs/find-replace/locale/ja-JP"),require("@univerjs/sheets-find-replace/locale/ja-JP")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/find-replace/locale/ja-JP","@univerjs/sheets-find-replace/locale/ja-JP"],i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsFindReplaceJaJP=i(e.UniverCore,e.UniverFindReplaceJaJP,e.UniverSheetsFindReplaceJaJP))})(this,(function(e,i,n){"use strict";return e.mergeLocales(i,n)}));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@univerjs/preset-sheets-find-replace",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.12.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"author": "DreamNum Co., Ltd. <developer@univer.ai>",
|
|
@@ -58,16 +58,16 @@
|
|
|
58
58
|
"rxjs": ">=7.0.0"
|
|
59
59
|
},
|
|
60
60
|
"dependencies": {
|
|
61
|
-
"@univerjs/find-replace": "0.
|
|
62
|
-
"@univerjs/sheets-find-replace": "0.
|
|
61
|
+
"@univerjs/find-replace": "0.12.0",
|
|
62
|
+
"@univerjs/sheets-find-replace": "0.12.0"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
|
-
"@univerjs/core": "0.
|
|
65
|
+
"@univerjs/core": "0.12.0",
|
|
66
66
|
"react": "18.3.1",
|
|
67
67
|
"react-dom": "18.3.1",
|
|
68
68
|
"rxjs": "7.8.2",
|
|
69
69
|
"typescript": "^5.9.3",
|
|
70
|
-
"@univerjs-infra/shared": "0.
|
|
70
|
+
"@univerjs-infra/shared": "0.12.0"
|
|
71
71
|
},
|
|
72
72
|
"scripts": {
|
|
73
73
|
"prebuild:preset": "tsx prepare.ts",
|