@courthive/i18n 0.4.7 → 0.4.9
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 +104 -7
- package/dist/manifest.json +21 -21
- package/package.json +1 -1
package/dist/locales/en.json
CHANGED
|
@@ -1011,7 +1011,49 @@
|
|
|
1011
1011
|
"lockedMoveTitle": "Move a locked matchUp?",
|
|
1012
1012
|
"lockedMoveConfirm": "This move affects a matchUp whose schedule is locked. Move it anyway? The lock stays with the matchUp at its new slot.",
|
|
1013
1013
|
"lockedPreserved_one": "{{count}} locked matchUp will be preserved.",
|
|
1014
|
-
"lockedPreserved_other": "{{count}} locked matchUps will be preserved."
|
|
1014
|
+
"lockedPreserved_other": "{{count}} locked matchUps will be preserved.",
|
|
1015
|
+
"lockLabel": "Lock",
|
|
1016
|
+
"lockActions": "Lock or unlock this day's placements",
|
|
1017
|
+
"exitBulkForLock": "Exit bulk mode to use Lock actions",
|
|
1018
|
+
"lockDay": "Lock this day",
|
|
1019
|
+
"unlockDay": "Unlock this day",
|
|
1020
|
+
"lockDayTitle": "Lock this day's placements?",
|
|
1021
|
+
"unlockDayTitle": "Unlock this day's placements?",
|
|
1022
|
+
"lockDayConfirm_one": "Pin {{count}} placement on {{date}}. Clears and re-scheduling will skip it.",
|
|
1023
|
+
"lockDayConfirm_other": "Pin {{count}} placements on {{date}}. Clears and re-scheduling will skip them.",
|
|
1024
|
+
"unlockDayConfirm_one": "Release {{count}} pinned placement on {{date}}.",
|
|
1025
|
+
"unlockDayConfirm_other": "Release {{count}} pinned placements on {{date}}.",
|
|
1026
|
+
"lockedCount_one": "Locked {{count}} matchUp",
|
|
1027
|
+
"lockedCount_other": "Locked {{count}} matchUps",
|
|
1028
|
+
"unlockedCount_one": "Unlocked {{count}} matchUp",
|
|
1029
|
+
"unlockedCount_other": "Unlocked {{count}} matchUps",
|
|
1030
|
+
"nothingToLock": "Nothing on this day can be locked or unlocked.",
|
|
1031
|
+
"inspector": {
|
|
1032
|
+
"show": "Show inspector",
|
|
1033
|
+
"hide": "Hide inspector",
|
|
1034
|
+
"readiness": {
|
|
1035
|
+
"heading": "Readiness",
|
|
1036
|
+
"ready": "No readiness issues for this time.",
|
|
1037
|
+
"overlap": "{{names}} is due on court in {{labels}} at this time",
|
|
1038
|
+
"recovery": "{{names}} needs recovery time",
|
|
1039
|
+
"recoveryNotBefore": "{{names}} needs recovery time — not before {{time}}",
|
|
1040
|
+
"dependencyNotBefore": "Waiting on {{labels}} — not before {{time}}",
|
|
1041
|
+
"dependencyUnscheduled": "Waiting on {{labels}}, which is not scheduled",
|
|
1042
|
+
"undetermined": "Participants not yet determined — waiting on {{labels}}",
|
|
1043
|
+
"skip": {
|
|
1044
|
+
"generic": "Readiness cannot be evaluated for this matchUp.",
|
|
1045
|
+
"bye": "A BYE has no readiness to check.",
|
|
1046
|
+
"completed": "Already complete — nothing left to be ready for.",
|
|
1047
|
+
"notScheduled": "Not scheduled yet, so there is no time to check against.",
|
|
1048
|
+
"noTime": "No scheduled time, so readiness cannot be projected.",
|
|
1049
|
+
"unknownMatchUp": "This matchUp is no longer in the tournament."
|
|
1050
|
+
}
|
|
1051
|
+
}
|
|
1052
|
+
},
|
|
1053
|
+
"byeScheduledTitle": "Match is scheduled",
|
|
1054
|
+
"byeScheduledBody": "This match already has scheduling information. Assigning a BYE will leave the court slot occupied unless you remove it.",
|
|
1055
|
+
"byeKeepScheduling": "Keep scheduling",
|
|
1056
|
+
"byeRemoveScheduling": "Remove scheduling"
|
|
1015
1057
|
},
|
|
1016
1058
|
"penalties": {
|
|
1017
1059
|
"fail2signout": "Failed to Sign Out",
|
|
@@ -1690,6 +1732,25 @@
|
|
|
1690
1732
|
"title": "Rename draws",
|
|
1691
1733
|
"minChars": "minimum 2 characters",
|
|
1692
1734
|
"drawRenamed": "Draw renamed"
|
|
1735
|
+
},
|
|
1736
|
+
"groupProfile": {
|
|
1737
|
+
"title": "Group profile",
|
|
1738
|
+
"empty": "No members in this group yet.",
|
|
1739
|
+
"addMembers": "Add members",
|
|
1740
|
+
"removeSelected": "Remove selected",
|
|
1741
|
+
"selectToAdd": "Select participants to add",
|
|
1742
|
+
"blockingRole": "Members of a {{role}} group block an official from being assigned to their matchUps.",
|
|
1743
|
+
"columns": {
|
|
1744
|
+
"role": "Role",
|
|
1745
|
+
"name": "Name",
|
|
1746
|
+
"contact": "Contact"
|
|
1747
|
+
},
|
|
1748
|
+
"counts": {
|
|
1749
|
+
"members_one": "{{count}} member",
|
|
1750
|
+
"members_other": "{{count}} members"
|
|
1751
|
+
},
|
|
1752
|
+
"contactPerson": "Contact person",
|
|
1753
|
+
"contactPersonNone": "None"
|
|
1693
1754
|
}
|
|
1694
1755
|
},
|
|
1695
1756
|
"dashboard": {
|
|
@@ -1970,7 +2031,10 @@
|
|
|
1970
2031
|
"cityState": "City/State",
|
|
1971
2032
|
"nickname": "Nickname",
|
|
1972
2033
|
"role": "Role",
|
|
1973
|
-
"teamAffiliation": "Team affiliation"
|
|
2034
|
+
"teamAffiliation": "Team affiliation",
|
|
2035
|
+
"contactPublic": "Public contact",
|
|
2036
|
+
"contactPublicYes": "Contact may be shared publicly",
|
|
2037
|
+
"contactPublicNo": "Contact is not shared publicly"
|
|
1974
2038
|
},
|
|
1975
2039
|
"bracket": {
|
|
1976
2040
|
"participant": "Participant",
|
|
@@ -2028,7 +2092,8 @@
|
|
|
2028
2092
|
"official": "Official",
|
|
2029
2093
|
"status": "Status",
|
|
2030
2094
|
"updatedAt": "Updated",
|
|
2031
|
-
"calledAt": "Called"
|
|
2095
|
+
"calledAt": "Called",
|
|
2096
|
+
"scheduleLocked": "Locked"
|
|
2032
2097
|
},
|
|
2033
2098
|
"tournaments": {
|
|
2034
2099
|
"open": "Open"
|
|
@@ -2078,7 +2143,8 @@
|
|
|
2078
2143
|
"walkover": "Walkover / Defaulted",
|
|
2079
2144
|
"showTodayView": "Show today view",
|
|
2080
2145
|
"showCompetitivenessView": "Show competitiveness",
|
|
2081
|
-
"called": "Called"
|
|
2146
|
+
"called": "Called",
|
|
2147
|
+
"scheduleLocked": "Schedule locked"
|
|
2082
2148
|
},
|
|
2083
2149
|
"schedule": {
|
|
2084
2150
|
"searchParticipants": "Search participants",
|
|
@@ -2284,7 +2350,15 @@
|
|
|
2284
2350
|
"country": "Country",
|
|
2285
2351
|
"countryPlaceholder": "Country of origin",
|
|
2286
2352
|
"nickname": "Nickname",
|
|
2287
|
-
"nicknamePlaceholder": "Display name"
|
|
2353
|
+
"nicknamePlaceholder": "Display name",
|
|
2354
|
+
"mobile": "Mobile",
|
|
2355
|
+
"mobilePlaceholder": "Mobile number",
|
|
2356
|
+
"email": "Email",
|
|
2357
|
+
"emailPlaceholder": "Email address",
|
|
2358
|
+
"contactIsPublic": "Contact may be shared publicly",
|
|
2359
|
+
"contactRelationship": "Contact is",
|
|
2360
|
+
"contactName": "Contact name",
|
|
2361
|
+
"contactNamePlaceholder": "Name of the contact, if not the participant"
|
|
2288
2362
|
},
|
|
2289
2363
|
"newTeam": "New team",
|
|
2290
2364
|
"newGroup": "New group",
|
|
@@ -2310,13 +2384,24 @@
|
|
|
2310
2384
|
"participantProfile": "Participant profile",
|
|
2311
2385
|
"renameTeam": "Rename team",
|
|
2312
2386
|
"editGroup": "Edit group",
|
|
2313
|
-
"deleteParticipant": "Delete participant"
|
|
2387
|
+
"deleteParticipant": "Delete participant",
|
|
2388
|
+
"manageMembers": "Manage members"
|
|
2314
2389
|
},
|
|
2315
2390
|
"grouping": {
|
|
2316
2391
|
"namePlaceholder": "Participant name",
|
|
2317
2392
|
"nicknamePlaceholder": "Nickname / abbreviation",
|
|
2318
2393
|
"preferNickname": "Prefer nickname in draws",
|
|
2319
2394
|
"nameTooShort": "Please enter a name of at least 3 characters"
|
|
2395
|
+
},
|
|
2396
|
+
"staffRole": "Role",
|
|
2397
|
+
"contactRelationship": {
|
|
2398
|
+
"unspecified": "Unspecified",
|
|
2399
|
+
"self": "The participant",
|
|
2400
|
+
"parent": "Parent",
|
|
2401
|
+
"guardian": "Guardian",
|
|
2402
|
+
"chaperone": "Chaperone",
|
|
2403
|
+
"emergency": "Emergency contact",
|
|
2404
|
+
"other": "Other"
|
|
2320
2405
|
}
|
|
2321
2406
|
}
|
|
2322
2407
|
},
|
|
@@ -2949,7 +3034,19 @@
|
|
|
2949
3034
|
"COACH": "Coach",
|
|
2950
3035
|
"MEDICAL": "Medical",
|
|
2951
3036
|
"PHYSIO": "Physio",
|
|
2952
|
-
"TRAINER": "Trainer"
|
|
3037
|
+
"TRAINER": "Trainer",
|
|
3038
|
+
"ADMINISTRATION": "Administration",
|
|
3039
|
+
"CAPTAIN": "Captain",
|
|
3040
|
+
"DIRECTOR": "Tournament Director",
|
|
3041
|
+
"HOSPITALITY": "Hospitality",
|
|
3042
|
+
"MEDIA": "Media",
|
|
3043
|
+
"SCOREKEEPER": "Scorekeeper",
|
|
3044
|
+
"SECURITY": "Security",
|
|
3045
|
+
"STRINGER": "Stringer",
|
|
3046
|
+
"SUPERVISOR": "Supervisor",
|
|
3047
|
+
"TIMEKEEPER": "Timekeeper",
|
|
3048
|
+
"TRANSPORT": "Transport",
|
|
3049
|
+
"VOLUNTEER": "Volunteer"
|
|
2953
3050
|
},
|
|
2954
3051
|
"nav": {
|
|
2955
3052
|
"programs": "Programs"
|
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.9",
|
|
3
|
+
"generatedAt": "2026-08-23T00:55:10.377Z",
|
|
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": 2642,
|
|
12
|
+
"completeness": 0.9015897047691143,
|
|
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": 2642,
|
|
22
|
+
"completeness": 0.9015897047691143,
|
|
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": 2642,
|
|
32
|
+
"completeness": 0.9015897047691143,
|
|
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-c68ec79cd1ae8ad0f5ab6f1d2d25a90da7acc2ce2a468c055892c013054aeecb",
|
|
40
|
+
"size": 116333,
|
|
41
|
+
"keyCount": 2642,
|
|
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": 2642,
|
|
52
|
+
"completeness": 0.9015897047691143,
|
|
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": 2642,
|
|
62
|
+
"completeness": 0.9015897047691143,
|
|
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": 2642,
|
|
72
|
+
"completeness": 0.9015897047691143,
|
|
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": 2642,
|
|
82
|
+
"completeness": 0.9015897047691143,
|
|
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": 2642,
|
|
92
|
+
"completeness": 0.9015897047691143,
|
|
93
93
|
"rtl": false
|
|
94
94
|
}
|
|
95
95
|
]
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@courthive/i18n",
|
|
3
3
|
"packageManager": "pnpm@11.21.0",
|
|
4
|
-
"version": "0.4.
|
|
4
|
+
"version": "0.4.9",
|
|
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",
|