Lines 21-61javascript
23 pressAnyKeyToGoBack: "Press any key to go back",
25 customInput: "(custom input)",
26 allLevels: "All levels",
29 confirmDelete: "This will delete data. Are you sure?",
30 operationCancelled: "Operation cancelled.",
31 typeToFilter: "Type to filter",
32 noMatches: "No matching commands",
33 actionBarKeys: "Enter/n: new command Esc: back to home",
36 tagline: "i-Reporter CLI Client",
39 endpoint: "Endpoint:",
40 username: "Username:",
41 password: "Password:",
MediumSecret Pattern
Package contains a possible secret pattern.
dist/i18n/locales/en.jsView on unpkg · L41 42 authenticating: "Authenticating...",
43 authenticatedAs: "Authenticated successfully as {user}",
44 whereToSave: "Where to save config?",
45 dontSave: "Don't save",
46 savePassword: "Also save password?",
47 savedTo: "Saved to {path}",
48 authFailed: "Authentication failed",
49 configNotSaved: "Config not saved.",
50 passwordNotStored: "Password is NOT stored. Set IREPO_PASSWORD env var,\n pass -p each time, or run: i-repo config set password <password>",
51 loggedInAs: "Logged in as {user}",
52 validUrl: "Please enter a valid URL",
53 usernameRequired: "Username is required",
54 passwordRequired: "Password is required",
55 authenticatedSuccessfully: "Authenticated successfully",
56 authenticationFailed: "Authentication failed",
57 logoutSuccess: "Logged out successfully. Stored user and password cleared.",
58 userOnlyRedirected: "Note: endpoint and password were saved to your user config ({path}).\n" +
59 " For security they only take effect from the user scope (a checked-out\n" +
60 " repository must not redirect credentials), so they are not written to project/local.",
61 statusTitle: "Connection Info",