ci: Update plugins

This commit is contained in:
2025-06-17 01:12:55 +08:00
parent a8f46113d4
commit 7562be2c09
47 changed files with 209 additions and 0 deletions

View File

@@ -1,6 +1,39 @@
{
"Culture": "en-US",
"Strings": {
"AuthorityName": "USGS",
"AuthorityNameForwarded": "{0} | {1}",
"PropertyDepth": "Depth",
"PropertyDepthValue": "{0}km",
"PropertyMagnitude": "M",
"PropertyValue": "{0}{1}",
"ShakeMapTitle": "ShakeMap ({0})",
"SourceName": "USGS"
},
"StringSets": {
"ContoursName": {
"Strings": {
"cont_mi": "Intensity Contours",
"cont_mmi": "Intensity Contours",
"cont_pga": "PGA Contours",
"cont_pgv": "PGV Contours"
}
},
"ContoursPropertyName": {
"Strings": {
"cont_mi": "Max intensity",
"cont_mmi": "Max intensity",
"cont_pga": "Max PGA",
"cont_pgv": "Max PGV"
}
},
"PropertyUnits": {
"Strings": {
"mmi": "",
"pctg": "%g",
"g": "g",
"cms": "cm/s"
}
}
}
}