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

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:

View File

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

View File

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

View File

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

View File

@@ -0,0 +1,8 @@
{
"Culture": "en-US",
"Strings": {
"AuthorityName": "Fujian Earthquake Agency",
"PropertyMagnitude": "M",
"Title": "Earthquake warning"
}
}

View File

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

View File

@@ -0,0 +1,8 @@
{
"Culture": "zh-CN",
"Strings": {
"AuthorityName": "福建省地震局",
"PropertyMagnitude": "M",
"Title": "地震预警"
}
}

View File

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

View File

@@ -0,0 +1,8 @@
{
"Culture": "yue-HK",
"Strings": {
"AuthorityName": "福建省地震局",
"PropertyMagnitude": "M",
"Title": "地震預警"
}
}

View File

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

View File

@@ -0,0 +1,8 @@
{
"Culture": "zh-TW",
"Strings": {
"AuthorityName": "福建省地震局",
"PropertyMagnitude": "M",
"Title": "地震預警"
}
}

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -0,0 +1,11 @@
{
"Culture": "zh-TW",
"Strings": {
"AuthorityName": "ICL",
"PropertyDepth": "深度",
"PropertyDepthValue": "{0}km",
"PropertyMagnitude": "M",
"PropertyMaxIntensity": "最大震度",
"Title": "地震預警"
}
}

View File

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

View File

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

View File

@@ -0,0 +1,9 @@
{
"Culture": "en-US",
"Strings": {
"AuthorityName": "Sichuan Earthquake Administration",
"PropertyMagnitude": "M",
"PropertyMaxIntensity": "Max intensity",
"Title": "Earthquake warning"
}
}

View File

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

View File

@@ -0,0 +1,9 @@
{
"Culture": "zh-CN",
"Strings": {
"AuthorityName": "四川省地震局",
"PropertyMagnitude": "M",
"PropertyMaxIntensity": "最大烈度",
"Title": "地震预警"
}
}

View File

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

View File

@@ -0,0 +1,9 @@
{
"Culture": "yue-HK",
"Strings": {
"AuthorityName": "四川省地震局",
"PropertyMagnitude": "M",
"PropertyMaxIntensity": "最大烈度",
"Title": "地震預警"
}
}

View File

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

View File

@@ -0,0 +1,9 @@
{
"Culture": "zh-TW",
"Strings": {
"AuthorityName": "四川省地震局",
"PropertyMagnitude": "M",
"PropertyMaxIntensity": "最大震度",
"Title": "地震預警"
}
}

View File

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

View File

@@ -0,0 +1,17 @@
{
"Culture": "en-US",
"Strings": {
"SourceName": "FAN Studio",
"SourceNameTyped": "FAN Studio ({0})"
},
"StringSets": {
"SourceNameTypes": {
"Strings": {
"CEAEEW": "CEA (China) EEW",
"FujianEEW": "FEA (Fujian) EEW",
"ICLEEW": "ICL EEW",
"SichuanEEW": "SEA (Sichuan) EEW"
}
}
}
}

View File

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

View File

@@ -0,0 +1,17 @@
{
"Culture": "zh-CN",
"Strings": {
"SourceName": "FAN Studio",
"SourceNameTyped": "FAN Studio{0}"
},
"StringSets": {
"SourceNameTypes": {
"Strings": {
"CEAEEW": "中国地震预警网地震预警",
"FujianEEW": "福建省地震局地震预警",
"ICLEEW": "成都高新防灾减灾研究所地震预警",
"SichuanEEW": "四川省地震局地震预警"
}
}
}
}

View File

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

View File

@@ -0,0 +1,17 @@
{
"Culture": "yue-HK",
"Strings": {
"SourceName": "FAN Studio",
"SourceNameTyped": "FAN Studio{0}"
},
"StringSets": {
"SourceNameTypes": {
"Strings": {
"CEAEEW": "中國地震預警網地震預警",
"FujianEEW": "福建省地震局地震預警",
"ICLEEW": "成都高新防災減災研究所地震預警",
"SichuanEEW": "四川省地震局地震預警"
}
}
}
}

View File

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

View File

@@ -0,0 +1,17 @@
{
"Culture": "zh-TW",
"Strings": {
"SourceName": "FAN Studio",
"SourceNameTyped": "FAN Studio{0}"
},
"StringSets": {
"SourceNameTypes": {
"Strings": {
"CEAEEW": "中國地震預警網地震預警",
"FujianEEW": "福建省地震局地震預警",
"ICLEEW": "成都高新防災減災研究所地震預警",
"SichuanEEW": "四川省地震局地震預警"
}
}
}
}

View File

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

View File

@@ -7,6 +7,7 @@
"PropertyMagnitude": "M",
"PropertyMaxIntensity": "Max intensity",
"SourceName": "GeoNet",
"SourceNameTyped": "GeoNet ({0})",
"TitleQuake": "Quake information",
"TitleStrong": "Strong motion information"
},
@@ -19,6 +20,13 @@
"automatic": "Automatic",
"deleted": "Deleted"
}
},
"SourceNameTypes": {
"Strings": {
"Quake": "Quake information",
"QuakeHistory": "Quake location history",
"Strong": "Strong motion information"
}
}
}
}

View File

@@ -7,6 +7,7 @@
"PropertyMagnitude": "M",
"PropertyMaxIntensity": "最大烈度",
"SourceName": "GeoNet",
"SourceNameTyped": "GeoNet{0}",
"TitleQuake": "地震資訊",
"TitleStrong": "強震動資訊"
},
@@ -19,6 +20,13 @@
"automatic": "自動",
"deleted": "刪除"
}
},
"SourceNameTypes": {
"Strings": {
"Quake": "地震資訊",
"QuakeHistory": "地震位置歷史",
"Strong": "強震動資訊"
}
}
}
}

View File

@@ -7,6 +7,7 @@
"PropertyMagnitude": "M",
"PropertyMaxIntensity": "最大震度",
"SourceName": "GeoNet",
"SourceNameTyped": "GeoNet{0}",
"TitleQuake": "地震資訊",
"TitleStrong": "強震動資訊"
},
@@ -19,6 +20,13 @@
"automatic": "自動",
"deleted": "刪除"
}
},
"SourceNameTypes": {
"Strings": {
"Quake": "地震資訊",
"QuakeHistory": "地震位置歷史",
"Strong": "強震動資訊"
}
}
}
}

View File

@@ -7,6 +7,7 @@
"PropertyMagnitude": "M",
"PropertyMaxIntensity": "最大烈度",
"SourceName": "GeoNet",
"SourceNameTyped": "GeoNet{0}",
"TitleQuake": "地震信息",
"TitleStrong": "强震动信息"
},
@@ -19,6 +20,13 @@
"automatic": "自动",
"deleted": "删除"
}
},
"SourceNameTypes": {
"Strings": {
"Quake": "地震信息",
"QuakeHistory": "地震位置历史",
"Strong": "强震动信息"
}
}
}
}

View File

@@ -2,6 +2,7 @@
"Culture": "en-US",
"Strings": {
"AuthorityName": "NOAA",
"ErrorUnknownSubtype": "Unknown subtype.",
"PropertyDepth": "Depth",
"PropertyDepthValue": "{0}km",
"PropertyDepthValueMiles": "{0}mi",

View File

@@ -2,6 +2,7 @@
"Culture": "yue-HK",
"Strings": {
"AuthorityName": "NOAA",
"ErrorUnknownSubtype": "未知子類型。",
"PropertyDepth": "深度",
"PropertyDepthValue": "{0}km",
"PropertyDepthValueMiles": "{0}mi",

View File

@@ -2,6 +2,7 @@
"Culture": "zh-TW",
"Strings": {
"AuthorityName": "NOAA",
"ErrorUnknownSubtype": "未知子類型。",
"PropertyDepth": "深度",
"PropertyDepthValue": "{0}km",
"PropertyDepthValueMiles": "{0}mi",

View File

@@ -2,6 +2,7 @@
"Culture": "zh-CN",
"Strings": {
"AuthorityName": "NOAA",
"ErrorUnknownSubtype": "未知子类型。",
"PropertyDepth": "深度",
"PropertyDepthValue": "{0}km",
"PropertyDepthValueMiles": "{0}mi",

View File

@@ -4,6 +4,7 @@
"LocationAggregated": "{0} (+{1})",
"PropertyDepth": "Depth",
"PropertyDepthValue": "{0}km",
"SourceName": "QuakeML (Seismic event)",
"Title": "Seismic event"
}
}

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