You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/BasisPM.App/Localization/Languages/en.json
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -490,6 +490,10 @@
490
490
"key": "packages.badge.github",
491
491
"value": "github"
492
492
},
493
+
{
494
+
"key": "packages.badge.unofficial",
495
+
"value": "UNOFFICIAL"
496
+
},
493
497
{
494
498
"key": "packages.bundle.basisLine",
495
499
"value": "Basis: {0} · Unity {1}"
@@ -1210,6 +1214,26 @@
1210
1214
"key": "settings.catalog.title",
1211
1215
"value": "Package Catalog URL"
1212
1216
},
1217
+
{
1218
+
"key": "settings.extraCatalogs.add",
1219
+
"value": "Add"
1220
+
},
1221
+
{
1222
+
"key": "settings.extraCatalogs.description",
1223
+
"value": "Add package catalogs from other sources. These are UNOFFICIAL — not reviewed or vetted by BasisVR — so install from them at your own risk. Official Basis packages always take priority over an unofficial one with the same id."
1224
+
},
1225
+
{
1226
+
"key": "settings.extraCatalogs.remove",
1227
+
"value": "Remove this catalog"
1228
+
},
1229
+
{
1230
+
"key": "settings.extraCatalogs.title",
1231
+
"value": "Additional Catalogs (Unofficial)"
1232
+
},
1233
+
{
1234
+
"key": "settings.extraCatalogs.watermark",
1235
+
"value": "https://example.com/catalog.json"
1236
+
},
1213
1237
{
1214
1238
"key": "settings.clone.description",
1215
1239
"value": "Where new Basis clones are created by default."
0 commit comments