-
-
Notifications
You must be signed in to change notification settings - Fork 433
Expand file tree
/
Copy pathen-GB.json
More file actions
49 lines (49 loc) · 1.58 KB
/
en-GB.json
File metadata and controls
49 lines (49 loc) · 1.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"$schema": "../schema.json",
"settings": {
"tagline": "customise your npmx experience",
"clear_accent": "Clear accent colour"
},
"search": {
"suggestion": {
"view_org_packages": "View packages by this organisation"
}
},
"connector": {
"modal": {
"connected_hint": "You can now manage packages and organisations from the web UI."
}
},
"org": {
"page": {
"no_packages_hint": "This organisation may not exist or has no public packages.",
"failed_to_load": "Failed to load organisation packages",
"not_found_message": "The organisation \"{'@'}{name}\" does not exist on npm"
}
},
"user": {
"orgs_page": {
"connect_required": "Connect the local CLI to view your organisations.",
"own_orgs_only": "You can only view your own organisations.",
"view_your_orgs": "View your organisations",
"loading": "Loading organisations...",
"empty": "No organisations found."
}
},
"claim": {
"modal": {
"scope_warning_text": "Unscoped package names are a shared resource. Only claim a name if you intend to publish and maintain a package. For personal or organisational projects, use a scoped name like {'@'}{username}/{name}."
}
},
"about": {
"what_we_are": {
"admin_description": "We also aim to provide a better {adminUi} for managing your packages, teams, and organisations — all from the browser, powered by your local npm CLI."
}
},
"header": {
"orgs_dropdown": {
"error": "Failed to load organisations",
"empty": "No organisations found"
}
}
}