@courthive/i18n 0.4.5 → 0.4.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/locales/en.json +41 -25
- package/dist/manifest.json +21 -21
- package/package.json +2 -2
package/dist/locales/en.json
CHANGED
|
@@ -79,8 +79,8 @@
|
|
|
79
79
|
"ovw": "Overview",
|
|
80
80
|
"prt": "Participants",
|
|
81
81
|
"evt": "Events",
|
|
82
|
-
"sch": "Schedule",
|
|
83
|
-
"sch2": "Schedule
|
|
82
|
+
"sch": "Schedule (legacy)",
|
|
83
|
+
"sch2": "Schedule",
|
|
84
84
|
"ven": "Venues",
|
|
85
85
|
"rpt": "Reports",
|
|
86
86
|
"pub": "Publishing",
|
|
@@ -427,7 +427,8 @@
|
|
|
427
427
|
"calendarLoadError": "Failed to load calendar",
|
|
428
428
|
"deletedDrawsLoadError": "Failed to load deleted draws",
|
|
429
429
|
"providerLockedToActive": "Locked to the active provider in your session. Stop impersonation (or switch providers) to inspect another tenant's deleted draws."
|
|
430
|
-
}
|
|
430
|
+
},
|
|
431
|
+
"inviteFailed": "Could not send the invitation. Please try again."
|
|
431
432
|
},
|
|
432
433
|
"round_names": {
|
|
433
434
|
"F": "Final",
|
|
@@ -1369,7 +1370,7 @@
|
|
|
1369
1370
|
},
|
|
1370
1371
|
"editGroupNames": {
|
|
1371
1372
|
"title": "Edit group names",
|
|
1372
|
-
"minChars": "minimum
|
|
1373
|
+
"minChars": "minimum 3 characters",
|
|
1373
1374
|
"groupsRenamed": "Groups renamed"
|
|
1374
1375
|
},
|
|
1375
1376
|
"addFlights": {
|
|
@@ -1539,15 +1540,15 @@
|
|
|
1539
1540
|
"usageList": "{{name}} is used by: {{events}}"
|
|
1540
1541
|
},
|
|
1541
1542
|
"firstLogin": {
|
|
1542
|
-
"title": "Set
|
|
1543
|
-
"intro": "Your
|
|
1544
|
-
"newPasswordLabel": "New
|
|
1545
|
-
"newPasswordPlaceholder": "
|
|
1546
|
-
"confirmPasswordLabel": "Confirm
|
|
1547
|
-
"confirmPasswordPlaceholder": "
|
|
1548
|
-
"setPassword": "Set
|
|
1549
|
-
"failed": "
|
|
1550
|
-
"tokenExpired": "
|
|
1543
|
+
"title": "Set your password",
|
|
1544
|
+
"intro": "Your account was created with a temporary password. Choose a new password to finish signing in.",
|
|
1545
|
+
"newPasswordLabel": "New password",
|
|
1546
|
+
"newPasswordPlaceholder": "minimum 8 characters",
|
|
1547
|
+
"confirmPasswordLabel": "Confirm password",
|
|
1548
|
+
"confirmPasswordPlaceholder": "re-enter new password",
|
|
1549
|
+
"setPassword": "Set password",
|
|
1550
|
+
"failed": "Could not set your password. Please try again.",
|
|
1551
|
+
"tokenExpired": "This sign-in session expired. Please log in again."
|
|
1551
1552
|
},
|
|
1552
1553
|
"forgotPassword": {
|
|
1553
1554
|
"title": "Reset your password",
|
|
@@ -1605,16 +1606,16 @@
|
|
|
1605
1606
|
"failed": "Delete failed."
|
|
1606
1607
|
},
|
|
1607
1608
|
"contactEmail": {
|
|
1608
|
-
"title": "
|
|
1609
|
-
"label": "
|
|
1609
|
+
"title": "Recovery email",
|
|
1610
|
+
"label": "Recovery email",
|
|
1610
1611
|
"save": "Save",
|
|
1611
1612
|
"resend": "Resend verification",
|
|
1612
|
-
"savedPending": "Verification email sent to {{email}}.
|
|
1613
|
-
"resent": "Verification email
|
|
1614
|
-
"alreadyVerified": "
|
|
1615
|
-
"failed": "Could not
|
|
1616
|
-
"statusNotSet": "No
|
|
1617
|
-
"statusPending": "Pending verification
|
|
1613
|
+
"savedPending": "Verification email sent to {{email}}.",
|
|
1614
|
+
"resent": "Verification email sent.",
|
|
1615
|
+
"alreadyVerified": "Recovery email is already verified.",
|
|
1616
|
+
"failed": "Could not update recovery email. Please try again.",
|
|
1617
|
+
"statusNotSet": "No recovery email set. Add one so you can recover access if you lose your password.",
|
|
1618
|
+
"statusPending": "Pending verification — check {{email}} and click the link.",
|
|
1618
1619
|
"statusVerified": "Verified: {{email}}"
|
|
1619
1620
|
},
|
|
1620
1621
|
"editUser": {
|
|
@@ -2068,7 +2069,8 @@
|
|
|
2068
2069
|
"decisive": "Decisive",
|
|
2069
2070
|
"walkover": "Walkover / Defaulted",
|
|
2070
2071
|
"showTodayView": "Show today view",
|
|
2071
|
-
"showCompetitivenessView": "Show competitiveness"
|
|
2072
|
+
"showCompetitivenessView": "Show competitiveness",
|
|
2073
|
+
"called": "Called"
|
|
2072
2074
|
},
|
|
2073
2075
|
"schedule": {
|
|
2074
2076
|
"searchParticipants": "Search participants",
|
|
@@ -2094,7 +2096,7 @@
|
|
|
2094
2096
|
"viewAvailability": "View Availability",
|
|
2095
2097
|
"viewTable": "View Table",
|
|
2096
2098
|
"setDefaultAvailability": "Set Default Availability",
|
|
2097
|
-
"saveToTournament": "Save
|
|
2099
|
+
"saveToTournament": "Save",
|
|
2098
2100
|
"grid": {
|
|
2099
2101
|
"view": "View",
|
|
2100
2102
|
"day1": "1 Day",
|
|
@@ -2295,7 +2297,19 @@
|
|
|
2295
2297
|
"unknown": "Unknown"
|
|
2296
2298
|
},
|
|
2297
2299
|
"staff": "Staff",
|
|
2298
|
-
"groupRole": "Group role"
|
|
2300
|
+
"groupRole": "Group role",
|
|
2301
|
+
"rowActions": {
|
|
2302
|
+
"participantProfile": "Participant profile",
|
|
2303
|
+
"renameTeam": "Rename team",
|
|
2304
|
+
"editGroup": "Edit group",
|
|
2305
|
+
"deleteParticipant": "Delete participant"
|
|
2306
|
+
},
|
|
2307
|
+
"grouping": {
|
|
2308
|
+
"namePlaceholder": "Participant name",
|
|
2309
|
+
"nicknamePlaceholder": "Nickname / abbreviation",
|
|
2310
|
+
"preferNickname": "Prefer nickname in draws",
|
|
2311
|
+
"nameTooShort": "Please enter a name of at least 3 characters"
|
|
2312
|
+
}
|
|
2299
2313
|
}
|
|
2300
2314
|
},
|
|
2301
2315
|
"overlays": {
|
|
@@ -2918,7 +2932,9 @@
|
|
|
2918
2932
|
}
|
|
2919
2933
|
},
|
|
2920
2934
|
"officiating": {
|
|
2921
|
-
"conflictWarning": "This official has a potential conflict of interest with a participant in this match. Assign anyway?"
|
|
2935
|
+
"conflictWarning": "This official has a potential conflict of interest with a participant in this match. Assign anyway?",
|
|
2936
|
+
"selectOfficial": "Select official",
|
|
2937
|
+
"noOfficialsFound": "No officials found"
|
|
2922
2938
|
},
|
|
2923
2939
|
"participantRoles": {
|
|
2924
2940
|
"OTHER": "Other",
|
package/dist/manifest.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "@courthive/i18n@0.4.
|
|
3
|
-
"generatedAt": "2026-08-
|
|
2
|
+
"version": "@courthive/i18n@0.4.6",
|
|
3
|
+
"generatedAt": "2026-08-16T19:01:19.074Z",
|
|
4
4
|
"locales": [
|
|
5
5
|
{
|
|
6
6
|
"code": "ar",
|
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
"nativeLabel": "العربية",
|
|
9
9
|
"version": "sha256-0765e316012e6743413bcdb0cae1ee0a3f2360292faff711f3ecbeb368d2e649",
|
|
10
10
|
"size": 132643,
|
|
11
|
-
"keyCount":
|
|
12
|
-
"completeness": 0.
|
|
11
|
+
"keyCount": 2551,
|
|
12
|
+
"completeness": 0.9337514700117601,
|
|
13
13
|
"rtl": true
|
|
14
14
|
},
|
|
15
15
|
{
|
|
@@ -18,8 +18,8 @@
|
|
|
18
18
|
"nativeLabel": "Čeština",
|
|
19
19
|
"version": "sha256-ef7eba0c4b064ae8ee8eb6455ca39bf46fadc3527a09f7151fb0fb7d53ed34b0",
|
|
20
20
|
"size": 110834,
|
|
21
|
-
"keyCount":
|
|
22
|
-
"completeness": 0.
|
|
21
|
+
"keyCount": 2551,
|
|
22
|
+
"completeness": 0.9337514700117601,
|
|
23
23
|
"rtl": false
|
|
24
24
|
},
|
|
25
25
|
{
|
|
@@ -28,17 +28,17 @@
|
|
|
28
28
|
"nativeLabel": "Deutsch",
|
|
29
29
|
"version": "sha256-0e6b1d7a0b3628ce0c21afbb933681d77317a01c0f75e6446e3c9d2eba8f22ce",
|
|
30
30
|
"size": 112807,
|
|
31
|
-
"keyCount":
|
|
32
|
-
"completeness": 0.
|
|
31
|
+
"keyCount": 2551,
|
|
32
|
+
"completeness": 0.9337514700117601,
|
|
33
33
|
"rtl": false
|
|
34
34
|
},
|
|
35
35
|
{
|
|
36
36
|
"code": "en",
|
|
37
37
|
"label": "English",
|
|
38
38
|
"nativeLabel": "English",
|
|
39
|
-
"version": "sha256-
|
|
40
|
-
"size":
|
|
41
|
-
"keyCount":
|
|
39
|
+
"version": "sha256-d631ce794b175e47331f64e4da6a541a8e59b8529a416b0e75845f47a2298445",
|
|
40
|
+
"size": 111344,
|
|
41
|
+
"keyCount": 2551,
|
|
42
42
|
"completeness": 1,
|
|
43
43
|
"rtl": false
|
|
44
44
|
},
|
|
@@ -48,8 +48,8 @@
|
|
|
48
48
|
"nativeLabel": "Español",
|
|
49
49
|
"version": "sha256-8b9f2879ac438323ab49a362be6ae22e530f28ec0b1551027d963bad4b3d4366",
|
|
50
50
|
"size": 113081,
|
|
51
|
-
"keyCount":
|
|
52
|
-
"completeness": 0.
|
|
51
|
+
"keyCount": 2551,
|
|
52
|
+
"completeness": 0.9337514700117601,
|
|
53
53
|
"rtl": false
|
|
54
54
|
},
|
|
55
55
|
{
|
|
@@ -58,8 +58,8 @@
|
|
|
58
58
|
"nativeLabel": "Français",
|
|
59
59
|
"version": "sha256-220bcadb8c2305271646759eee6930bc2c3eeefc156ac1704fbecc552bb92664",
|
|
60
60
|
"size": 116190,
|
|
61
|
-
"keyCount":
|
|
62
|
-
"completeness": 0.
|
|
61
|
+
"keyCount": 2551,
|
|
62
|
+
"completeness": 0.9337514700117601,
|
|
63
63
|
"rtl": false
|
|
64
64
|
},
|
|
65
65
|
{
|
|
@@ -68,8 +68,8 @@
|
|
|
68
68
|
"nativeLabel": "Hrvatski",
|
|
69
69
|
"version": "sha256-4f04284c811700e5cfe42742312c56076628e6350df2fc6edb24599dccd4d7b7",
|
|
70
70
|
"size": 109069,
|
|
71
|
-
"keyCount":
|
|
72
|
-
"completeness": 0.
|
|
71
|
+
"keyCount": 2551,
|
|
72
|
+
"completeness": 0.9337514700117601,
|
|
73
73
|
"rtl": false
|
|
74
74
|
},
|
|
75
75
|
{
|
|
@@ -78,8 +78,8 @@
|
|
|
78
78
|
"nativeLabel": "Português (Brasil)",
|
|
79
79
|
"version": "sha256-b008dbf9941075a7a96d3f9e772135b2e7887cf922dae1758643d5e72e931b69",
|
|
80
80
|
"size": 112047,
|
|
81
|
-
"keyCount":
|
|
82
|
-
"completeness": 0.
|
|
81
|
+
"keyCount": 2551,
|
|
82
|
+
"completeness": 0.9337514700117601,
|
|
83
83
|
"rtl": false
|
|
84
84
|
},
|
|
85
85
|
{
|
|
@@ -88,8 +88,8 @@
|
|
|
88
88
|
"nativeLabel": "简体中文",
|
|
89
89
|
"version": "sha256-b1596afc6520a778c850df76ae994af7ee8204a8fc039051ee72bfb8dad8b0df",
|
|
90
90
|
"size": 100716,
|
|
91
|
-
"keyCount":
|
|
92
|
-
"completeness": 0.
|
|
91
|
+
"keyCount": 2551,
|
|
92
|
+
"completeness": 0.9337514700117601,
|
|
93
93
|
"rtl": false
|
|
94
94
|
}
|
|
95
95
|
]
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@courthive/i18n",
|
|
3
|
-
"packageManager": "pnpm@11.
|
|
4
|
-
"version": "0.4.
|
|
3
|
+
"packageManager": "pnpm@11.21.0",
|
|
4
|
+
"version": "0.4.6",
|
|
5
5
|
"description": "Translation locales for the CourtHive ecosystem. Source-of-truth bundle served at runtime by competition-factory-server to TMX clients.",
|
|
6
6
|
"author": "Charles Allen <charles@CourtHive.com> (CourtHive.com)",
|
|
7
7
|
"license": "MIT",
|