|
382 | 382 | "key": "installs.button.open", |
383 | 383 | "value": "Open" |
384 | 384 | }, |
| 385 | + { |
| 386 | + "key": "installs.button.openFolder", |
| 387 | + "value": "Open folder" |
| 388 | + }, |
385 | 389 | { |
386 | 390 | "key": "installs.button.packages", |
387 | 391 | "value": "Packages" |
|
718 | 722 | "key": "packages.detail.website", |
719 | 723 | "value": "Open website" |
720 | 724 | }, |
| 725 | + { |
| 726 | + "key": "packages.dialog.discardEditsTitle", |
| 727 | + "value": "Discard local edits?" |
| 728 | + }, |
| 729 | + { |
| 730 | + "key": "packages.dialog.discardEditsBody", |
| 731 | + "value": "{0} has uncommitted edits in its mounted clone. Continuing replaces the clone and discards them. Submit a PR first if you want to keep them. Continue?" |
| 732 | + }, |
721 | 733 | { |
722 | 734 | "key": "packages.dialog.installTitle", |
723 | 735 | "value": "Install {0}" |
|
902 | 914 | "key": "packages.status.installed", |
903 | 915 | "value": "Installed {0} into {1}." |
904 | 916 | }, |
| 917 | + { |
| 918 | + "key": "packages.status.installedCloned", |
| 919 | + "value": "Installed {0} into {1} — cloned into Packages/ so you can edit it." |
| 920 | + }, |
905 | 921 | { |
906 | 922 | "key": "packages.status.installedVersion", |
907 | 923 | "value": "Installed {0} ({1}) into {2}." |
|
1178 | 1194 | "key": "develop.button.installGit", |
1179 | 1195 | "value": "Install Git" |
1180 | 1196 | }, |
1181 | | - { |
1182 | | - "key": "develop.button.mountAll", |
1183 | | - "value": "Mount all" |
1184 | | - }, |
1185 | 1197 | { |
1186 | 1198 | "key": "develop.owner.label", |
1187 | 1199 | "value": "Owner" |
|
1342 | 1354 | "key": "develop.status.mounted", |
1343 | 1355 | "value": "Mounted {0} into Packages/ — edit it in Unity, then Submit PR." |
1344 | 1356 | }, |
1345 | | - { |
1346 | | - "key": "develop.status.mountedAllCount", |
1347 | | - "value": "Mounted {0} package(s)." |
1348 | | - }, |
1349 | | - { |
1350 | | - "key": "develop.status.mountedAllSkipped", |
1351 | | - "value": "Skipped {0}: {1}." |
1352 | | - }, |
1353 | | - { |
1354 | | - "key": "develop.status.mountedAllFailed", |
1355 | | - "value": "Failed {0}: {1}." |
1356 | | - }, |
1357 | 1357 | { |
1358 | 1358 | "key": "develop.status.mounting", |
1359 | 1359 | "value": "Mounting {0}…" |
|
2177 | 2177 | { |
2178 | 2178 | "key": "community.support.fundingPage", |
2179 | 2179 | "value": "Read the full funding page" |
| 2180 | + }, |
| 2181 | + { |
| 2182 | + "key": "packages.button.installPackageList", |
| 2183 | + "value": "Install a package list from the registry" |
| 2184 | + }, |
| 2185 | + { |
| 2186 | + "key": "packages.status.loadingPackageLists", |
| 2187 | + "value": "Loading package lists…" |
| 2188 | + }, |
| 2189 | + { |
| 2190 | + "key": "packages.status.noPackageLists", |
| 2191 | + "value": "Couldn't load any package lists from the registry." |
| 2192 | + }, |
| 2193 | + { |
| 2194 | + "key": "dialog.packageListPicker.title", |
| 2195 | + "value": "Install a package list" |
| 2196 | + }, |
| 2197 | + { |
| 2198 | + "key": "dialog.packageListPicker.heading", |
| 2199 | + "value": "Install which package list?" |
| 2200 | + }, |
| 2201 | + { |
| 2202 | + "key": "dialog.packageListPicker.subtitle", |
| 2203 | + "value": "A package list adds a curated set of packages to your project in one go." |
| 2204 | + }, |
| 2205 | + { |
| 2206 | + "key": "dialog.packageListPicker.packageCount", |
| 2207 | + "value": "{0} packages" |
| 2208 | + }, |
| 2209 | + { |
| 2210 | + "key": "packages.filter.source", |
| 2211 | + "value": "Filter by source" |
| 2212 | + }, |
| 2213 | + { |
| 2214 | + "key": "packages.filter.category", |
| 2215 | + "value": "Filter by category" |
2180 | 2216 | } |
2181 | 2217 | ] |
2182 | 2218 | } |
0 commit comments