Skip to content

Commit 7d3744c

Browse files
committed
more work
1 parent a5b677d commit 7d3744c

23 files changed

Lines changed: 787 additions & 125 deletions

src/BasisPM.App/Localization/Languages/en.json

Lines changed: 352 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -658,6 +658,18 @@
658658
"key": "packages.button.install",
659659
"value": "Install"
660660
},
661+
{
662+
"key": "packages.button.installing",
663+
"value": "Installing…"
664+
},
665+
{
666+
"key": "packages.button.queued",
667+
"value": "Queued…"
668+
},
669+
{
670+
"key": "packages.install.queued",
671+
"value": "{0} more queued"
672+
},
661673
{
662674
"key": "packages.button.listView",
663675
"value": "List view"
@@ -918,6 +930,14 @@
918930
"key": "packages.status.installedCloned",
919931
"value": "Installed {0} into {1} — cloned into Packages/ so you can edit it."
920932
},
933+
{
934+
"key": "packages.status.installingNow",
935+
"value": "Installing {0}…"
936+
},
937+
{
938+
"key": "packages.status.queuedForInstall",
939+
"value": "Queued {0} for install."
940+
},
921941
{
922942
"key": "packages.status.installedVersion",
923943
"value": "Installed {0} ({1}) into {2}."
@@ -2213,6 +2233,338 @@
22132233
{
22142234
"key": "packages.filter.category",
22152235
"value": "Filter by category"
2236+
},
2237+
{
2238+
"key": "packages.button.updateAll",
2239+
"value": "Update all"
2240+
},
2241+
{
2242+
"key": "packages.tooltip.updateAll",
2243+
"value": "Update every package in this project to its latest release (packages with local edits are skipped)"
2244+
},
2245+
{
2246+
"key": "packages.status.updateAllQueued",
2247+
"value": "Updating {0} package(s)…"
2248+
},
2249+
{
2250+
"key": "packages.status.updateAllQueuedSkipped",
2251+
"value": "Updating {0} package(s); skipped {1} with local edits."
2252+
},
2253+
{
2254+
"key": "announcements.tooltip.openLink",
2255+
"value": "Open this announcement's link in your browser"
2256+
},
2257+
{
2258+
"key": "develop.tooltip.mountToEdit",
2259+
"value": "Clone this package's source into Packages/ so you can edit it"
2260+
},
2261+
{
2262+
"key": "develop.tooltip.submitPr",
2263+
"value": "Turn your local edits into a pull request on GitHub"
2264+
},
2265+
{
2266+
"key": "dialog.alias.tooltip.cancel",
2267+
"value": "Close without renaming"
2268+
},
2269+
{
2270+
"key": "dialog.alias.tooltip.input",
2271+
"value": "The name this project shows in the app"
2272+
},
2273+
{
2274+
"key": "dialog.alias.tooltip.save",
2275+
"value": "Save this display name"
2276+
},
2277+
{
2278+
"key": "dialog.backup.tooltip.backupContinue",
2279+
"value": "Create a backup copy first, then continue"
2280+
},
2281+
{
2282+
"key": "dialog.backup.tooltip.cancel",
2283+
"value": "Do nothing and go back"
2284+
},
2285+
{
2286+
"key": "dialog.backup.tooltip.continueWithout",
2287+
"value": "Continue without creating a backup"
2288+
},
2289+
{
2290+
"key": "dialog.branchPicker.tooltip.cancel",
2291+
"value": "Keep the current branch"
2292+
},
2293+
{
2294+
"key": "dialog.branchPicker.tooltip.switch",
2295+
"value": "Check out the selected branch"
2296+
},
2297+
{
2298+
"key": "dialog.confirm.tooltip.no",
2299+
"value": "Close without doing anything"
2300+
},
2301+
{
2302+
"key": "dialog.confirm.tooltip.yes",
2303+
"value": "Confirm and continue"
2304+
},
2305+
{
2306+
"key": "dialog.createPackageList.tooltip.cancel",
2307+
"value": "Close without creating a package list"
2308+
},
2309+
{
2310+
"key": "dialog.createPackageList.tooltip.create",
2311+
"value": "Open a pre-filled GitHub issue that submits this list to the registry"
2312+
},
2313+
{
2314+
"key": "dialog.createPackageList.tooltip.description",
2315+
"value": "A short description of what this list is for"
2316+
},
2317+
{
2318+
"key": "dialog.createPackageList.tooltip.include",
2319+
"value": "Include this package in the list"
2320+
},
2321+
{
2322+
"key": "dialog.createPackageList.tooltip.name",
2323+
"value": "The package list's display name"
2324+
},
2325+
{
2326+
"key": "dialog.createPackageList.tooltip.saveLocal",
2327+
"value": "Save the list as a JSON file on this computer"
2328+
},
2329+
{
2330+
"key": "dialog.installPicker.tooltip.addHere",
2331+
"value": "Add the package to the selected project"
2332+
},
2333+
{
2334+
"key": "dialog.installPicker.tooltip.cancel",
2335+
"value": "Close without adding the package"
2336+
},
2337+
{
2338+
"key": "dialog.packageListPicker.tooltip.cancel",
2339+
"value": "Close without installing anything"
2340+
},
2341+
{
2342+
"key": "dialog.packageListPicker.tooltip.install",
2343+
"value": "Install every package in the selected list"
2344+
},
2345+
{
2346+
"key": "dialog.remove.tooltip.cancel",
2347+
"value": "Keep the project and close"
2348+
},
2349+
{
2350+
"key": "dialog.remove.tooltip.deleteFromDisk",
2351+
"value": "Permanently delete the folder shown above"
2352+
},
2353+
{
2354+
"key": "dialog.remove.tooltip.removeFromList",
2355+
"value": "Forget this project in the app — files on disk are kept"
2356+
},
2357+
{
2358+
"key": "dialog.signIn.tooltip.cancel",
2359+
"value": "Close without signing in"
2360+
},
2361+
{
2362+
"key": "dialog.signIn.tooltip.signIn",
2363+
"value": "Use this token and continue"
2364+
},
2365+
{
2366+
"key": "dialog.signIn.tooltip.token",
2367+
"value": "A GitHub personal access token — used only to open pull requests"
2368+
},
2369+
{
2370+
"key": "dialog.submitPr.tooltip.branch",
2371+
"value": "The branch name your changes will be pushed to"
2372+
},
2373+
{
2374+
"key": "dialog.submitPr.tooltip.cancel",
2375+
"value": "Close without opening a pull request"
2376+
},
2377+
{
2378+
"key": "dialog.submitPr.tooltip.description",
2379+
"value": "Explain what you changed and why"
2380+
},
2381+
{
2382+
"key": "dialog.submitPr.tooltip.openPr",
2383+
"value": "Push the branch and open the pull request on GitHub"
2384+
},
2385+
{
2386+
"key": "dialog.submitPr.tooltip.title",
2387+
"value": "A short title for the pull request"
2388+
},
2389+
{
2390+
"key": "dialog.versionPicker.tooltip.cancel",
2391+
"value": "Close without changing version"
2392+
},
2393+
{
2394+
"key": "dialog.versionPicker.tooltip.install",
2395+
"value": "Install the selected version"
2396+
},
2397+
{
2398+
"key": "dialog.versionPicker.tooltip.showPrereleases",
2399+
"value": "Also list beta and prerelease versions"
2400+
},
2401+
{
2402+
"key": "docs.tooltip.basisGithub",
2403+
"value": "Open the Basis repository on GitHub"
2404+
},
2405+
{
2406+
"key": "docs.tooltip.discord",
2407+
"value": "Join the Basis Discord in your browser"
2408+
},
2409+
{
2410+
"key": "docs.tooltip.openDocs",
2411+
"value": "Open docs.basisvr.org in your browser"
2412+
},
2413+
{
2414+
"key": "docs.tooltip.packageManagerGithub",
2415+
"value": "Open this app's repository on GitHub"
2416+
},
2417+
{
2418+
"key": "installs.tooltip.addExisting",
2419+
"value": "Register a Unity project that already exists on disk"
2420+
},
2421+
{
2422+
"key": "installs.tooltip.newProject",
2423+
"value": "Create a new Unity project set up for Basis"
2424+
},
2425+
{
2426+
"key": "installs.tooltip.openInUnity",
2427+
"value": "Open this project in its Unity editor"
2428+
},
2429+
{
2430+
"key": "installs.tooltip.packages",
2431+
"value": "Manage this project's packages on the Packages tab"
2432+
},
2433+
{
2434+
"key": "nav.tooltip.community",
2435+
"value": "Announcements, documentation and ways to support Basis"
2436+
},
2437+
{
2438+
"key": "nav.tooltip.installs",
2439+
"value": "Your Unity projects — create, open and manage them"
2440+
},
2441+
{
2442+
"key": "nav.tooltip.packages",
2443+
"value": "Browse the registry and manage the active project's packages"
2444+
},
2445+
{
2446+
"key": "nav.tooltip.settings",
2447+
"value": "App settings, logs and version info"
2448+
},
2449+
{
2450+
"key": "nav.tooltip.unity",
2451+
"value": "Find, add and install Unity editors"
2452+
},
2453+
{
2454+
"key": "packages.tooltip.addFromGit",
2455+
"value": "Add the package at this git URL to the project"
2456+
},
2457+
{
2458+
"key": "packages.tooltip.createPackageList",
2459+
"value": "Bundle this project's packages into a shareable package list"
2460+
},
2461+
{
2462+
"key": "packages.tooltip.gitUrlInput",
2463+
"value": "A GitHub or GitLab git URL of a Unity (UPM) package"
2464+
},
2465+
{
2466+
"key": "packages.tooltip.install",
2467+
"value": "Add this package to the selected project"
2468+
},
2469+
{
2470+
"key": "packages.tooltip.installGit",
2471+
"value": "Open the git download page in your browser"
2472+
},
2473+
{
2474+
"key": "packages.tooltip.manage",
2475+
"value": "Update, change version, mount or remove this package"
2476+
},
2477+
{
2478+
"key": "packages.tooltip.openFolder",
2479+
"value": "Reveal the package's working folder in your file manager"
2480+
},
2481+
{
2482+
"key": "packages.tooltip.projectPicker",
2483+
"value": "The project the actions on this page apply to"
2484+
},
2485+
{
2486+
"key": "packages.tooltip.remove",
2487+
"value": "Remove this package from the project"
2488+
},
2489+
{
2490+
"key": "packages.tooltip.reviewDrift",
2491+
"value": "Review accidental PackageCache edits and turn them into a PR"
2492+
},
2493+
{
2494+
"key": "packages.tooltip.search",
2495+
"value": "Search by name, id, description, author or tag"
2496+
},
2497+
{
2498+
"key": "packages.tooltip.update",
2499+
"value": "Update this package to its latest release"
2500+
},
2501+
{
2502+
"key": "settings.tooltip.addCatalog",
2503+
"value": "Add this catalog to the list"
2504+
},
2505+
{
2506+
"key": "settings.tooltip.catalogUrl",
2507+
"value": "The package registry this app reads — leave blank for the official basisvr.org registry"
2508+
},
2509+
{
2510+
"key": "settings.tooltip.checkUpdates",
2511+
"value": "Check GitHub for a newer version of this app"
2512+
},
2513+
{
2514+
"key": "settings.tooltip.extraCatalogUrl",
2515+
"value": "An extra catalog URL merged into the package list"
2516+
},
2517+
{
2518+
"key": "settings.tooltip.language",
2519+
"value": "The app's display language"
2520+
},
2521+
{
2522+
"key": "settings.tooltip.reset",
2523+
"value": "Wipe all settings and return the app to a first-run state (files on disk are kept)"
2524+
},
2525+
{
2526+
"key": "settings.tooltip.save",
2527+
"value": "Save and apply these settings"
2528+
},
2529+
{
2530+
"key": "settings.tooltip.unityHubPath",
2531+
"value": "Path to the Unity Hub executable — leave blank to auto-detect"
2532+
},
2533+
{
2534+
"key": "support.tooltip.fundingPage",
2535+
"value": "Open the Basis funding page in your browser"
2536+
},
2537+
{
2538+
"key": "support.tooltip.openCollective",
2539+
"value": "Open the Basis OpenCollective page in your browser"
2540+
},
2541+
{
2542+
"key": "unity.tooltip.addFromFolder",
2543+
"value": "Register a Unity editor already on disk — no Unity Hub needed"
2544+
},
2545+
{
2546+
"key": "unity.tooltip.editorPicker",
2547+
"value": "The installed Unity editors this app knows about"
2548+
},
2549+
{
2550+
"key": "unity.tooltip.install",
2551+
"value": "Install the selected Unity version with the checked modules via Unity Hub"
2552+
},
2553+
{
2554+
"key": "unity.tooltip.installModules",
2555+
"value": "Add the checked modules to this editor via Unity Hub"
2556+
},
2557+
{
2558+
"key": "unity.tooltip.module",
2559+
"value": "Include this build-support module"
2560+
},
2561+
{
2562+
"key": "unity.tooltip.releasePicker",
2563+
"value": "The Unity version to install"
2564+
},
2565+
{
2566+
"key": "unity.tooltip.streamFilter",
2567+
"value": "Filter the version list by release stream"
22162568
}
22172569
]
22182570
}

0 commit comments

Comments
 (0)