-
Notifications
You must be signed in to change notification settings - Fork 1
/
en.jsonc
63 lines (62 loc) · 2.94 KB
/
en.jsonc
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"locale": "en",
"local-ruleset-description": "Local ruleset, not listed on the wiki.",
// {0} = link to the wiki page
"page-load-failed": "Failed to fetch the ruleset wiki page. Sorry!\nYou can still try visiting it at [rurusetto]({0}).",
"listing-tab": "listing",
"users-tab": "users",
"collections-tab": "collections",
"rurusetto-description": "browse and manage rulesets",
"user-unknown": "Unknown",
"tag-archived": "ARCHIVED",
"tag-archived-tooltip": "This ruleset is no longer maintained",
"tag-local": "UNLISTED",
"tag-local-tooltip": "This ruleset is installed locally, but is not listed on the wiki",
"tag-hardcoded": "HARD CODED",
"tag-hardcoded-tooltip": "This ruleset is hard coded into the game and cannot be modified",
"tag-failed-import": "FAILED IMPORT",
"tag-failed-import-tooltip": "This ruleset is downloaded, but failed to import",
"tag-borked": "BORKED",
"tag-borked-tooltip": "This ruleset does not work",
"tag-playable": "PLAYABLE",
"tag-playable-tooltip": "This ruleset works",
"tag-prerelease": "PRE-RELEASE",
"tag-prerelease-tooltip": "The current version is a pre-release",
"home-page": "Home Page",
"report-issue": "Report Issue",
"download-checking": "Checking...",
"unavailable-online": "Unavailable Online",
"installed-unavailable-online": "Installed, not available online",
"download": "Download",
"redownload": "Re-download",
"downloading": "Downloading...",
"update": "Update",
"remove": "Remove",
"cancel-download": "Cancel Download",
"cancel-remove": "Cancel Removal",
"cancel-update": "Cancel Update",
"refresh": "Refresh",
"to-be-removed": "Will be removed on restart!",
"to-be-installed": "Will be installed on restart!",
"to-be-updated": "Will be updated on restart!",
"installed": "Installed",
"outdated": "Outdated",
"creator-verified": "Verified Ruleset Creator",
// {0} = error code
"load-error": "Could not load rurusetto-addon: Please report this to the rurusetto-addon repository NOT the osu!lazer repository: Code {0}",
"main-page": "Main",
"changelog-page": "Changelog",
"recommended-beatmaps-page": "Recommended Beatmaps",
"unknown-version": "Unknown Version",
"settings-header": "Rurusetto Addon",
"settings-api-address": "API Address",
"untitled-ruleset": "Untitled Ruleset",
"error-header": "Oh no!",
"error-footer": "Please make sure you have an internet connection and the API address in settings is correct",
"retry": "Retry",
"listing-fetch-error": "Could not retrieve the ruleset listing",
"page-fetch-error": "Could not load the page",
"subpages-fetch-error": "Could not retrieve subpages",
"error-message-generic": "Something went wrong, but I don't know what!",
"notification-work-incomplete": "It seems rurusetto addon couldn't finish some work. Please make sure all your changes were applied correctly"
}