ci: Update plugins

This commit is contained in:
2025-07-04 23:15:03 +08:00
parent 44a72d1a8f
commit ae917a8e51
158 changed files with 949 additions and 18 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,33 @@
fileFormatVersion: 2
guid: decba95f87869fa4699fd22f50528285
PluginImporter:
externalObjects: {}
serializedVersion: 2
iconMap: {}
executionOrder: {}
defineConstraints: []
isPreloaded: 0
isOverridable: 0
isExplicitlyReferenced: 0
validateReferences: 1
platformData:
- first:
Any:
second:
enabled: 1
settings: {}
- first:
Editor: Editor
second:
enabled: 0
settings:
DefaultValueInitialized: true
- first:
Windows Store Apps: WindowsStoreApps
second:
enabled: 0
settings:
CPU: AnyCPU
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

View File

@@ -0,0 +1,33 @@
fileFormatVersion: 2
guid: 50ac3fa1c3c1c7244820383f3c6f2617
PluginImporter:
externalObjects: {}
serializedVersion: 2
iconMap: {}
executionOrder: {}
defineConstraints: []
isPreloaded: 0
isOverridable: 0
isExplicitlyReferenced: 0
validateReferences: 1
platformData:
- first:
Any:
second:
enabled: 1
settings: {}
- first:
Editor: Editor
second:
enabled: 0
settings:
DefaultValueInitialized: true
- first:
Windows Store Apps: WindowsStoreApps
second:
enabled: 0
settings:
CPU: AnyCPU
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

View File

@@ -0,0 +1,33 @@
fileFormatVersion: 2
guid: 2c4be81d04cc2a345933d001819f2d96
PluginImporter:
externalObjects: {}
serializedVersion: 2
iconMap: {}
executionOrder: {}
defineConstraints: []
isPreloaded: 0
isOverridable: 0
isExplicitlyReferenced: 0
validateReferences: 1
platformData:
- first:
Any:
second:
enabled: 1
settings: {}
- first:
Editor: Editor
second:
enabled: 0
settings:
DefaultValueInitialized: true
- first:
Windows Store Apps: WindowsStoreApps
second:
enabled: 0
settings:
CPU: AnyCPU
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -193,6 +193,52 @@
</summary>
<param name="ex">The exception.</param>
</member>
<member name="T:Cryville.EEW.IBuilder">
<summary>
Represents a builder that builds another object. May hold a set of properties used when constructing the target object.
</summary>
</member>
<member name="M:Cryville.EEW.IBuilder.GetName(System.Globalization.CultureInfo@)">
<summary>
Gets a human-readable name of the builder.
</summary>
<param name="culture">The preferred culture of the name. When the method returns, set to the actual culture of the name.</param>
<remarks>
It is recommended to get the name from a <see cref="T:Cryville.EEW.LocalizedResource" />.
</remarks>
</member>
<member name="M:Cryville.EEW.IBuilder.Build(System.Globalization.CultureInfo@)">
<summary>
Builds the object.
</summary>
<param name="culture">The preferred culture of the object. When the method returns, set to the actual culture of the object.</param>
<returns>The built object.</returns>
</member>
<member name="T:Cryville.EEW.IBuilder`1">
<summary>
Represents a builder that builds another object. May hold a set of properties used when constructing the target object.
</summary>
<typeparam name="T">The type of the target object.</typeparam>
</member>
<member name="M:Cryville.EEW.IBuilder`1.Build(System.Globalization.CultureInfo@)">
<summary>
Builds the object.
</summary>
<param name="culture">The preferred culture of the object. When the method returns, set to the actual culture of the object.</param>
<returns>The built object.</returns>
</member>
<member name="T:Cryville.EEW.SimpleBuilder`1">
<summary>
Represents a builder that builds another object with a parameterless constructor.
</summary>
<typeparam name="T">The type of the target object.</typeparam>
</member>
<member name="M:Cryville.EEW.SimpleBuilder`1.GetName(System.Globalization.CultureInfo@)">
<inheritdoc />
</member>
<member name="M:Cryville.EEW.SimpleBuilder`1.Build(System.Globalization.CultureInfo@)">
<inheritdoc />
</member>
<member name="T:Cryville.EEW.IGenerator`1">
<summary>
Represents a generator that generates objects of a specific type from input objects.
@@ -270,6 +316,17 @@
<param name="specificity">The preferred specificity of the name. When the method returns, set to the actual specificity of the name.</param>
<returns>The name.</returns>
</member>
<member name="T:Cryville.EEW.IPropertiesHolder">
<summary>
Represents an object that holds a set of properties.
</summary>
</member>
<member name="M:Cryville.EEW.IPropertiesHolder.GetProperties">
<summary>
Gets the properties of the object.
</summary>
<returns>The properties of the object.</returns>
</member>
<member name="T:Cryville.EEW.ISourceWorker">
<summary>
Represents a worker that gets events from a source.

Binary file not shown.

View File

@@ -3,6 +3,7 @@
"Strings": {
"AuthorityName": "CWA",
"ErrorUnauthorized": "Authorization token is invalid.",
"ErrorUnknownSubtype": "Unknown subtype.",
"PropertyDepth": "Depth",
"PropertyDepthValue": "{0}km",
"PropertyMaxIntensity": "Max intensity",

View File

@@ -3,6 +3,7 @@
"Strings": {
"AuthorityName": "CWA",
"ErrorUnauthorized": "授權碼無效。",
"ErrorUnknownSubtype": "未知子類型。",
"PropertyDepth": "深度",
"PropertyDepthValue": "{0}km",
"PropertyMaxIntensity": "最大震度",

View File

@@ -3,6 +3,7 @@
"Strings": {
"AuthorityName": "CWA",
"ErrorUnauthorized": "授權碼無效。",
"ErrorUnknownSubtype": "未知子類型。",
"PropertyDepth": "深度",
"PropertyDepthValue": "{0}km",
"PropertyMaxIntensity": "最大震度",

View File

@@ -3,6 +3,7 @@
"Strings": {
"AuthorityName": "CWA",
"ErrorUnauthorized": "授权码无效。",
"ErrorUnknownSubtype": "未知子类型。",
"PropertyDepth": "深度",
"PropertyDepthValue": "{0}km",
"PropertyMaxIntensity": "最大震度",

View File

@@ -1,12 +1,13 @@
{
"Culture": "ja-JP",
"Strings": {
"CoreError": "コアでエラー",
"CoreError": "情報処理中にエラー",
"CoreErrorSourced": "{0} からの情報を処理中にエラー",
"Repeat": "先ほどの{0}を改めてお伝えします。",
"Serial": "#{0}",
"SerialCancel": "取消",
"SerialFinal": "#{0}終",
"TTSError": "音声合成でエラー",
"TTSError": "エラーのため音声合成が動作を停止しました",
"UnknownLocation": "地域不明",
"WorkerConnected": "{0} に接続しました",
"WorkerDisconnected": "{0} の接続が切れました",

View File

@@ -1,12 +1,13 @@
{
"Culture": "en-US",
"Strings": {
"CoreError": "Error in core worker",
"CoreError": "Error while processing an event",
"CoreErrorSourced": "Error while processing an event from {0}",
"Repeat": "Repeating the last {0}.",
"Serial": "#{0}",
"SerialCancel": "Cancel",
"SerialFinal": "#{0} (Fin.)",
"TTSError": "Error in TTS worker",
"TTSError": "TTS stopped working due to an error",
"UnknownLocation": "unknown location",
"WorkerConnected": "Connected to {0}",
"WorkerDisconnected": "Disconnected with {0}",

View File

@@ -1,12 +1,13 @@
{
"Culture": "yue-HK",
"Strings": {
"CoreError": "核心發生錯誤",
"CoreError": "處理一個事件時發生錯誤",
"CoreErrorSourced": "處理一個 {0} 的事件時發生錯誤",
"Repeat": "重新播報頭先嘅{0}。",
"Serial": "#{0}",
"SerialCancel": "取消",
"SerialFinal": "#{0}終",
"TTSError": "語音合成發生錯誤",
"TTSError": "語音合成因錯誤停止工作",
"UnknownLocation": "不明位置",
"WorkerConnected": "已連接到 {0}",
"WorkerDisconnected": "同 {0} 斷開連接",

View File

@@ -1,12 +1,13 @@
{
"Culture": "zh-TW",
"Strings": {
"CoreError": "核心發生錯誤",
"CoreError": "處理一個事件時發生錯誤",
"CoreErrorSourced": "處理一個 {0} 的事件時發生錯誤",
"Repeat": "重新播報剛才的{0}。",
"Serial": "#{0}",
"SerialCancel": "取消",
"SerialFinal": "#{0}終",
"TTSError": "語音合成發生錯誤",
"TTSError": "語音合成因錯誤停止工作",
"UnknownLocation": "不明位置",
"WorkerConnected": "已連接到 {0}",
"WorkerDisconnected": "與 {0} 斷開連接",

View File

@@ -1,12 +1,13 @@
{
"Culture": "zh-CN",
"Strings": {
"CoreError": "核心发生错误",
"CoreError": "处理一个事件时发生错误",
"CoreErrorSourced": "处理一个 {0} 的事件时发生错误",
"Repeat": "重新播报刚才的{0}。",
"Serial": "#{0}",
"SerialCancel": "取消",
"SerialFinal": "#{0}终",
"TTSError": "语音合成发生错误",
"TTSError": "语音合成因错误停止工作",
"UnknownLocation": "不明位置",
"WorkerConnected": "已连接到 {0}",
"WorkerDisconnected": "与 {0} 断开连接",

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 4c745f0cc918df849a4e4aea5c186de5
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 6f22d610d561f7747abb6071ceee2502
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,6 @@
{
"Culture": "en-US",
"Strings": {
"Body": "Earthquake warning. Revision {0}. Earthquake in {1}. Magnitude {2}. Max intensity {3}."
}
}

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: d9541025c33f23748b28faaccb839962
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,6 @@
{
"Culture": "zh-CN",
"Strings": {
"Body": "地震预警。第{0}报。{1}发生震级{2}级地震。最大烈度{3}。"
}
}

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 30e93d5c1b8e47144967be4785d31275
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,6 @@
{
"Culture": "yue-HK",
"Strings": {
"Body": "地震預警。第{0}報。{1}發生震級{2}級地震。最大烈度{3}。"
}
}

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 8aeede35ebe4da4439cef93b68b0f758
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,6 @@
{
"Culture": "zh-TW",
"Strings": {
"Body": "地震預警。第{0}報。{1}發生規模{2}級地震。最大震度{3}。"
}
}

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: e867752e433d3e74aaf808e75232fb8d
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: c47545cfda6bdec4f9404da74a7b01e6
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,8 @@
{
"Culture": "en-US",
"Strings": {
"Body": "Earthquake in {0}. Magnitude {1:F1}.",
"Revision": "Revision {0}. ",
"Title": "Earthquake warning. "
}
}

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: e1f86872461980941a01702edd3ed381
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,8 @@
{
"Culture": "zh-CN",
"Strings": {
"Body": "{0}发生震级{1:F1}级地震。",
"Revision": "第{0}报。",
"Title": "地震预警。"
}
}

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 6603dcaf23945bc41a443d5f6c5bf407
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,8 @@
{
"Culture": "yue-HK",
"Strings": {
"Body": "{0}發生震級{1:F1}級地震。",
"Revision": "第{0}報。",
"Title": "地震預警。"
}
}

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: d5ed4c9d19c44cb43a4b64c2fdafa9c0
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,8 @@
{
"Culture": "zh-TW",
"Strings": {
"Body": "{0}發生規模{1:F1}級地震。",
"Revision": "第{0}報。",
"Title": "地震預警。"
}
}

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 86126fe1552a0aa49ad5540391b53a43
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: a13074eab88106444944d087b6cfe821
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,6 @@
{
"Culture": "en-US",
"Strings": {
"Body": "Earthquake warning. Revision {0}. Earthquake in {1}. Magnitude {2}. Max intensity {3}."
}
}

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 39dc1eb36df283c41b6ce6d9a63a9668
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,6 @@
{
"Culture": "zh-CN",
"Strings": {
"Body": "地震预警。第{0}报。{1}发生震级{2}级地震。最大烈度{3}。"
}
}

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 84be7b14f2c6584468b3c26d44ebc3ba
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,6 @@
{
"Culture": "yue-HK",
"Strings": {
"Body": "地震預警。第{0}報。{1}發生震級{2}級地震。最大烈度{3}。"
}
}

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 2a2a71ae1d378de4ba3bf9af69957923
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,6 @@
{
"Culture": "zh-TW",
"Strings": {
"Body": "地震預警。第{0}報。{1}發生規模{2}級地震。最大震度{3}。"
}
}

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: c8ad72a89520f7842be70467b5f23988
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 41f0506c185baad4fb01ace0b7882ba7
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,8 @@
{
"Culture": "en-US",
"Strings": {
"Body": "Earthquake in {0}. Magnitude {1}. Max intensity {2}.",
"Revision": "Revision {0}. ",
"Title": "Earthquake warning. "
}
}

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: a2a8b107f6117504db0e17fc6745171a
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,8 @@
{
"Culture": "zh-CN",
"Strings": {
"Body": "{0}发生震级{1}级地震。最大烈度{2}。",
"Revision": "第{0}报。",
"Title": "地震预警。"
}
}

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 7cca2b488a7518b45a2fb25fce777088
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,8 @@
{
"Culture": "yue-HK",
"Strings": {
"Body": "{0}發生震級{1}級地震。最大烈度{2}。",
"Revision": "第{0}報。",
"Title": "地震預警。"
}
}

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: e18731b0021ed3e4293d601fa4698031
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,8 @@
{
"Culture": "zh-TW",
"Strings": {
"Body": "{0}發生規模{1}級地震。最大震度{2}。",
"Revision": "第{0}報。",
"Title": "地震預警。"
}
}

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 6ee030d74adb1514183ebb3d22fab52f
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 82b2c076d4a906d4baad9f8f5cec0ddb
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 86449f1bd5711d74282401f4578ce090
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,11 @@
{
"Culture": "en-US",
"Strings": {
"AuthorityName": "China Earthquake Early Warning Network",
"PropertyDepth": "Depth",
"PropertyDepthValue": "{0}km",
"PropertyMagnitude": "M",
"PropertyMaxIntensity": "Max intensity",
"Title": "Earthquake warning"
}
}

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 0ed2b70a5efd8384d920520de408965a
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,11 @@
{
"Culture": "zh-CN",
"Strings": {
"AuthorityName": "中国地震预警网",
"PropertyDepth": "深度",
"PropertyDepthValue": "{0}km",
"PropertyMagnitude": "M",
"PropertyMaxIntensity": "最大烈度",
"Title": "地震预警"
}
}

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: fe2dc204db27a7948bb2f6b73f0e173a
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,11 @@
{
"Culture": "yue-HK",
"Strings": {
"AuthorityName": "中國地震預警網",
"PropertyDepth": "深度",
"PropertyDepthValue": "{0}km",
"PropertyMagnitude": "M",
"PropertyMaxIntensity": "最大烈度",
"Title": "地震預警"
}
}

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 1d560e14f9175304d9e73874328b3374
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

Some files were not shown because too many files have changed in this diff Show More