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

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}."
}
}

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