@courthive/i18n 0.4.9 → 0.5.0
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/README.md +29 -3
- package/dist/locales/ar.json +626 -20
- package/dist/locales/cs.json +626 -20
- package/dist/locales/de.json +626 -20
- package/dist/locales/en.json +331 -31
- package/dist/locales/es.json +626 -20
- package/dist/locales/fr.json +626 -20
- package/dist/locales/hr.json +626 -20
- package/dist/locales/pt-BR.json +626 -20
- package/dist/locales/zh-CN.json +626 -20
- package/dist/manifest.gen.d.ts +12 -2
- package/dist/manifest.gen.js +22 -9
- package/dist/manifest.json +37 -37
- 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",
|
|
83
|
+
"sch2": "Schedule 2",
|
|
84
84
|
"ven": "Venues",
|
|
85
85
|
"rpt": "Reports",
|
|
86
86
|
"pub": "Publishing",
|
|
@@ -1048,12 +1048,79 @@
|
|
|
1048
1048
|
"noTime": "No scheduled time, so readiness cannot be projected.",
|
|
1049
1049
|
"unknownMatchUp": "This matchUp is no longer in the tournament."
|
|
1050
1050
|
}
|
|
1051
|
+
},
|
|
1052
|
+
"actions": {
|
|
1053
|
+
"trigger": "MatchUp actions",
|
|
1054
|
+
"viewDraw": "View draw",
|
|
1055
|
+
"participants": "Participants"
|
|
1056
|
+
},
|
|
1057
|
+
"rest": {
|
|
1058
|
+
"heading": "Rest",
|
|
1059
|
+
"hoursMinutes": "{{hours}}h {{minutes}}m",
|
|
1060
|
+
"minutesOnly": "{{minutes}}m",
|
|
1061
|
+
"rested": "{{rested}} rested — {{required}} required",
|
|
1062
|
+
"resting": "{{rested}} of {{required}} — ready {{time}}",
|
|
1063
|
+
"onCourt": "On court now",
|
|
1064
|
+
"onCourtUntil": "On court now — ready {{time}}",
|
|
1065
|
+
"onCourtOverrun": "On court now — past the expected finish",
|
|
1066
|
+
"anchorUnreliable": "Prior match has no recorded finish — rest cannot be measured",
|
|
1067
|
+
"noPriorMatch": "No prior match today",
|
|
1068
|
+
"typeChange": "type change",
|
|
1069
|
+
"ordinal": "match #{{ordinal}} today",
|
|
1070
|
+
"ordinalLimit": "match #{{ordinal}} today, limit {{limit}}",
|
|
1071
|
+
"atLimit": "At the daily match limit",
|
|
1072
|
+
"source": {
|
|
1073
|
+
"endTime": "from recorded end time",
|
|
1074
|
+
"scoredTime": "from score entry (est.)",
|
|
1075
|
+
"startTime": "projected from start time (est.)",
|
|
1076
|
+
"calledAt": "projected from call to court (est.)",
|
|
1077
|
+
"scheduledTime": "projected from scheduled time (est.)"
|
|
1078
|
+
},
|
|
1079
|
+
"discarded": "Could not read: {{rungs}}",
|
|
1080
|
+
"discardedName": {
|
|
1081
|
+
"endTime": "recorded end time",
|
|
1082
|
+
"scoredTime": "score entry",
|
|
1083
|
+
"startTime": "start time",
|
|
1084
|
+
"calledAt": "call to court",
|
|
1085
|
+
"scheduledTime": "scheduled time"
|
|
1086
|
+
},
|
|
1087
|
+
"skip": {
|
|
1088
|
+
"generic": "Rest cannot be evaluated for this matchUp.",
|
|
1089
|
+
"bye": "A BYE needs no rest.",
|
|
1090
|
+
"completed": "Already complete — rest no longer applies.",
|
|
1091
|
+
"noParticipants": "Participants not yet determined, so there is no one to rest.",
|
|
1092
|
+
"unknownMatchUp": "This matchUp is no longer in the tournament."
|
|
1093
|
+
}
|
|
1051
1094
|
}
|
|
1052
1095
|
},
|
|
1053
1096
|
"byeScheduledTitle": "Match is scheduled",
|
|
1054
1097
|
"byeScheduledBody": "This match already has scheduling information. Assigning a BYE will leave the court slot occupied unless you remove it.",
|
|
1055
1098
|
"byeKeepScheduling": "Keep scheduling",
|
|
1056
|
-
"byeRemoveScheduling": "Remove scheduling"
|
|
1099
|
+
"byeRemoveScheduling": "Remove scheduling",
|
|
1100
|
+
"startAllRest": {
|
|
1101
|
+
"title": "Start matches with players still resting?",
|
|
1102
|
+
"pill": "{{count}} needs rest",
|
|
1103
|
+
"intro": "{{count}} of these matches has a player who has not had their recovery time:",
|
|
1104
|
+
"resting": "{{name}}{{where}} — {{rested}} rested of {{required}} required",
|
|
1105
|
+
"onCourt": "{{name}}{{where}} — still on court in an earlier match"
|
|
1106
|
+
},
|
|
1107
|
+
"card": {
|
|
1108
|
+
"rest": {
|
|
1109
|
+
"onCourt": "on court",
|
|
1110
|
+
"none": "no prior match",
|
|
1111
|
+
"unknown": "rest unknown",
|
|
1112
|
+
"limit": "#{{ordinal}}",
|
|
1113
|
+
"tooltipRest": "{{name}} — {{rested}} rested of {{required}} required",
|
|
1114
|
+
"tooltipOnCourt": "{{name}} — still on court",
|
|
1115
|
+
"tooltipOnCourtOverrun": "{{name}} — still on court, past the expected finish",
|
|
1116
|
+
"tooltipNone": "{{name}} — no prior match today",
|
|
1117
|
+
"tooltipUnknown": "{{name}} — prior match has no recorded finish"
|
|
1118
|
+
}
|
|
1119
|
+
},
|
|
1120
|
+
"venueFrame": {
|
|
1121
|
+
"notice": "Times in {{timeZone}} — venue zone not set",
|
|
1122
|
+
"noticeTitle": "This tournament has no time zone set, so times are shown in this device’s zone ({{timeZone}}). Set the venue’s time zone so every operator reads the same clock."
|
|
1123
|
+
}
|
|
1057
1124
|
},
|
|
1058
1125
|
"penalties": {
|
|
1059
1126
|
"fail2signout": "Failed to Sign Out",
|
|
@@ -1152,7 +1219,10 @@
|
|
|
1152
1219
|
"themeSystem": "System",
|
|
1153
1220
|
"font": "Font",
|
|
1154
1221
|
"dangerZone": "Danger Zone",
|
|
1155
|
-
"schedule2": "Schedule Page 2"
|
|
1222
|
+
"schedule2": "Schedule Page 2",
|
|
1223
|
+
"options": "Options",
|
|
1224
|
+
"officialsBoard": "Officials board",
|
|
1225
|
+
"linkedTournaments": "Linked Tournaments"
|
|
1156
1226
|
},
|
|
1157
1227
|
"editTournamentName": {
|
|
1158
1228
|
"title": "Edit Tournament Name",
|
|
@@ -1372,7 +1442,8 @@
|
|
|
1372
1442
|
"notClaimed": "Not claimed",
|
|
1373
1443
|
"offline": "Offline",
|
|
1374
1444
|
"online": "Online",
|
|
1375
|
-
"uploadWarning": "Warning: This action will replace the tournament record on the server"
|
|
1445
|
+
"uploadWarning": "Warning: This action will replace the tournament record on the server",
|
|
1446
|
+
"scopedAccess": "Scoped access"
|
|
1376
1447
|
},
|
|
1377
1448
|
"manageAccess": {
|
|
1378
1449
|
"title": "Manage access",
|
|
@@ -1420,7 +1491,7 @@
|
|
|
1420
1491
|
},
|
|
1421
1492
|
"editGroupNames": {
|
|
1422
1493
|
"title": "Edit group names",
|
|
1423
|
-
"minChars": "minimum
|
|
1494
|
+
"minChars": "minimum 4 characters",
|
|
1424
1495
|
"groupsRenamed": "Groups renamed"
|
|
1425
1496
|
},
|
|
1426
1497
|
"addFlights": {
|
|
@@ -1590,15 +1661,15 @@
|
|
|
1590
1661
|
"usageList": "{{name}} is used by: {{events}}"
|
|
1591
1662
|
},
|
|
1592
1663
|
"firstLogin": {
|
|
1593
|
-
"title": "Set
|
|
1594
|
-
"intro": "Your
|
|
1595
|
-
"newPasswordLabel": "New
|
|
1596
|
-
"newPasswordPlaceholder": "
|
|
1597
|
-
"confirmPasswordLabel": "Confirm
|
|
1598
|
-
"confirmPasswordPlaceholder": "
|
|
1599
|
-
"setPassword": "Set
|
|
1600
|
-
"failed": "
|
|
1601
|
-
"tokenExpired": "
|
|
1664
|
+
"title": "Set Your Password",
|
|
1665
|
+
"intro": "Your administrator assigned you a temporary password. Please choose a new password to continue.",
|
|
1666
|
+
"newPasswordLabel": "New Password",
|
|
1667
|
+
"newPasswordPlaceholder": "At least 8 characters",
|
|
1668
|
+
"confirmPasswordLabel": "Confirm Password",
|
|
1669
|
+
"confirmPasswordPlaceholder": "Re-enter new password",
|
|
1670
|
+
"setPassword": "Set Password",
|
|
1671
|
+
"failed": "Failed to set new password.",
|
|
1672
|
+
"tokenExpired": "Your sign-in expired. Please log in again."
|
|
1602
1673
|
},
|
|
1603
1674
|
"forgotPassword": {
|
|
1604
1675
|
"title": "Reset your password",
|
|
@@ -1656,16 +1727,16 @@
|
|
|
1656
1727
|
"failed": "Delete failed."
|
|
1657
1728
|
},
|
|
1658
1729
|
"contactEmail": {
|
|
1659
|
-
"title": "
|
|
1660
|
-
"label": "
|
|
1730
|
+
"title": "Contact email",
|
|
1731
|
+
"label": "Email address",
|
|
1661
1732
|
"save": "Save",
|
|
1662
1733
|
"resend": "Resend verification",
|
|
1663
|
-
"savedPending": "Verification email sent to {{email}}.",
|
|
1664
|
-
"resent": "Verification email sent.",
|
|
1665
|
-
"alreadyVerified": "
|
|
1666
|
-
"failed": "Could not
|
|
1667
|
-
"statusNotSet": "No
|
|
1668
|
-
"statusPending": "Pending verification
|
|
1734
|
+
"savedPending": "Verification email sent to {{email}}. Check your inbox.",
|
|
1735
|
+
"resent": "Verification email re-sent.",
|
|
1736
|
+
"alreadyVerified": "Your contact email is already verified.",
|
|
1737
|
+
"failed": "Could not save contact email.",
|
|
1738
|
+
"statusNotSet": "No contact email is set yet. Set one so you can recover your password by email.",
|
|
1739
|
+
"statusPending": "Pending verification: {{email}}. Click the link in your inbox.",
|
|
1669
1740
|
"statusVerified": "Verified: {{email}}"
|
|
1670
1741
|
},
|
|
1671
1742
|
"editUser": {
|
|
@@ -1751,6 +1822,38 @@
|
|
|
1751
1822
|
},
|
|
1752
1823
|
"contactPerson": "Contact person",
|
|
1753
1824
|
"contactPersonNone": "None"
|
|
1825
|
+
},
|
|
1826
|
+
"callSheet": {
|
|
1827
|
+
"title": "Call sheet",
|
|
1828
|
+
"contactSelected": "Contact selected",
|
|
1829
|
+
"reachable_one": "{{count}} reachable",
|
|
1830
|
+
"reachable_other": "{{count}} reachable",
|
|
1831
|
+
"withoutContact_one": "{{count}} without contact details",
|
|
1832
|
+
"withoutContact_other": "{{count}} without contact details",
|
|
1833
|
+
"noContact": "No contact details recorded",
|
|
1834
|
+
"textAll_one": "Text {{count}}",
|
|
1835
|
+
"textAll_other": "Text {{count}}",
|
|
1836
|
+
"emailAll_one": "Email {{count}}",
|
|
1837
|
+
"emailAll_other": "Email {{count}}",
|
|
1838
|
+
"copyNumbers": "Copy numbers",
|
|
1839
|
+
"print": "Print",
|
|
1840
|
+
"notReached_one": "{{count}} person will not receive this",
|
|
1841
|
+
"notReached_other": "{{count}} people will not receive this",
|
|
1842
|
+
"noMobiles": "Nobody on this sheet has a mobile number",
|
|
1843
|
+
"noEmails": "Nobody on this sheet has an email address",
|
|
1844
|
+
"noNumbers": "No numbers to copy",
|
|
1845
|
+
"numbersCopied_one": "{{count}} number copied",
|
|
1846
|
+
"numbersCopied_other": "{{count}} numbers copied",
|
|
1847
|
+
"copyFailed": "Could not copy to the clipboard",
|
|
1848
|
+
"columns": {
|
|
1849
|
+
"name": "Name",
|
|
1850
|
+
"role": "Role",
|
|
1851
|
+
"contact": "Contact",
|
|
1852
|
+
"mobile": "Mobile",
|
|
1853
|
+
"telephone": "Telephone",
|
|
1854
|
+
"email": "Email",
|
|
1855
|
+
"public": "Public"
|
|
1856
|
+
}
|
|
1754
1857
|
}
|
|
1755
1858
|
},
|
|
1756
1859
|
"dashboard": {
|
|
@@ -1929,7 +2032,18 @@
|
|
|
1929
2032
|
"deleteForbidden": "You are not authorized to delete this tournament.",
|
|
1930
2033
|
"matchUpScoredElsewhere": "Another user just scored this match ({{score}}). Review before saving.",
|
|
1931
2034
|
"overwriteRemoteScore": "Another user scored this match ({{score}}). Overwrite with your result?",
|
|
1932
|
-
"cannotModifyParticipant": "Participant could not be saved"
|
|
2035
|
+
"cannotModifyParticipant": "Participant could not be saved",
|
|
2036
|
+
"schedule": {
|
|
2037
|
+
"endBeforeStart": "End time {{endTime}} is before the start time {{startTime}} — check the AM/PM setting.",
|
|
2038
|
+
"startAfterEnd": "Start time {{startTime}} is after the end time {{endTime}} — check the AM/PM setting.",
|
|
2039
|
+
"beforeCourtOpens": "{{time}} is before the court opens at {{earliest}}.",
|
|
2040
|
+
"afterCourtCloses": "{{time}} is after the court closes at {{latest}}.",
|
|
2041
|
+
"invalidEndTime": "End time not saved: it must be after the start time, or within 12 hours of it if the match finished after midnight.",
|
|
2042
|
+
"invalidStartTime": "Start time not saved: it must come before the end time already recorded.",
|
|
2043
|
+
"invalidTime": "That time could not be recorded.",
|
|
2044
|
+
"courtNotFound": "That court no longer exists. Refresh the tournament and try again.",
|
|
2045
|
+
"notSaved": "Schedule change was not saved: {{reason}}"
|
|
2046
|
+
}
|
|
1933
2047
|
},
|
|
1934
2048
|
"loginMenu": {
|
|
1935
2049
|
"authorization": "Authorization",
|
|
@@ -2034,7 +2148,13 @@
|
|
|
2034
2148
|
"teamAffiliation": "Team affiliation",
|
|
2035
2149
|
"contactPublic": "Public contact",
|
|
2036
2150
|
"contactPublicYes": "Contact may be shared publicly",
|
|
2037
|
-
"contactPublicNo": "Contact is not shared publicly"
|
|
2151
|
+
"contactPublicNo": "Contact is not shared publicly",
|
|
2152
|
+
"contactActions": "Contact",
|
|
2153
|
+
"contactCall": "Call",
|
|
2154
|
+
"contactText": "Send a text message",
|
|
2155
|
+
"contactEmail": "Send an email",
|
|
2156
|
+
"contactPrivateMark": "Not shared publicly",
|
|
2157
|
+
"contactMore": "More contacts on the call sheet"
|
|
2038
2158
|
},
|
|
2039
2159
|
"bracket": {
|
|
2040
2160
|
"participant": "Participant",
|
|
@@ -2170,7 +2290,7 @@
|
|
|
2170
2290
|
"viewAvailability": "View Availability",
|
|
2171
2291
|
"viewTable": "View Table",
|
|
2172
2292
|
"setDefaultAvailability": "Set Default Availability",
|
|
2173
|
-
"saveToTournament": "Save",
|
|
2293
|
+
"saveToTournament": "Save to Tournament",
|
|
2174
2294
|
"grid": {
|
|
2175
2295
|
"view": "View",
|
|
2176
2296
|
"day1": "1 Day",
|
|
@@ -2248,7 +2368,8 @@
|
|
|
2248
2368
|
"addVenue": "Add to tournament",
|
|
2249
2369
|
"added": "Venue added from the registry",
|
|
2250
2370
|
"searching": "Searching…"
|
|
2251
|
-
}
|
|
2371
|
+
},
|
|
2372
|
+
"addCourtsPreview": "Will add: {{names}}"
|
|
2252
2373
|
},
|
|
2253
2374
|
"events": {
|
|
2254
2375
|
"title": "Events",
|
|
@@ -2358,7 +2479,12 @@
|
|
|
2358
2479
|
"contactIsPublic": "Contact may be shared publicly",
|
|
2359
2480
|
"contactRelationship": "Contact is",
|
|
2360
2481
|
"contactName": "Contact name",
|
|
2361
|
-
"contactNamePlaceholder": "Name of the contact, if not the participant"
|
|
2482
|
+
"contactNamePlaceholder": "Name of the contact, if not the participant",
|
|
2483
|
+
"primaryContact": "Primary contact",
|
|
2484
|
+
"additionalContact": "Contact",
|
|
2485
|
+
"telephone": "Telephone",
|
|
2486
|
+
"telephonePlaceholder": "Landline or desk number",
|
|
2487
|
+
"whichPrimary": "Which contact is primary?"
|
|
2362
2488
|
},
|
|
2363
2489
|
"newTeam": "New team",
|
|
2364
2490
|
"newGroup": "New group",
|
|
@@ -2402,7 +2528,12 @@
|
|
|
2402
2528
|
"chaperone": "Chaperone",
|
|
2403
2529
|
"emergency": "Emergency contact",
|
|
2404
2530
|
"other": "Other"
|
|
2405
|
-
}
|
|
2531
|
+
},
|
|
2532
|
+
"selected": "selected",
|
|
2533
|
+
"closeTheDay": "Close the day",
|
|
2534
|
+
"closeTheDayNobody": "Nobody is currently signed in",
|
|
2535
|
+
"closeTheDayConfirm_one": "Sign out {{count}} person who is still signed in today?",
|
|
2536
|
+
"closeTheDayConfirm_other": "Sign out {{count}} people who are still signed in today?"
|
|
2406
2537
|
}
|
|
2407
2538
|
},
|
|
2408
2539
|
"overlays": {
|
|
@@ -2635,7 +2766,8 @@
|
|
|
2635
2766
|
"grantError": "Failed to grant access.",
|
|
2636
2767
|
"revokeError": "Failed to revoke access.",
|
|
2637
2768
|
"granted": "{{email}} granted access",
|
|
2638
|
-
"revoked": "{{email}} access revoked"
|
|
2769
|
+
"revoked": "{{email}} access revoked",
|
|
2770
|
+
"scopedAccess": "Scoped access (courts, days, events) →"
|
|
2639
2771
|
},
|
|
2640
2772
|
"providerConfig": {
|
|
2641
2773
|
"editCapsButton": "Edit Caps",
|
|
@@ -3027,7 +3159,8 @@
|
|
|
3027
3159
|
"officiating": {
|
|
3028
3160
|
"conflictWarning": "This official has a potential conflict of interest with a participant in this match. Assign anyway?",
|
|
3029
3161
|
"selectOfficial": "Select official",
|
|
3030
|
-
"noOfficialsFound": "No officials found"
|
|
3162
|
+
"noOfficialsFound": "No officials found",
|
|
3163
|
+
"notChecked": "Conflicts could not be checked for this official"
|
|
3031
3164
|
},
|
|
3032
3165
|
"participantRoles": {
|
|
3033
3166
|
"OTHER": "Other",
|
|
@@ -3084,5 +3217,172 @@
|
|
|
3084
3217
|
"alias": "id",
|
|
3085
3218
|
"city": "city"
|
|
3086
3219
|
}
|
|
3220
|
+
},
|
|
3221
|
+
"capability": {
|
|
3222
|
+
"denied": {
|
|
3223
|
+
"provider": "Not available under this provider’s configuration.",
|
|
3224
|
+
"createCompetitor": "This provider does not allow competitors to be added here.",
|
|
3225
|
+
"createOfficial": "This provider does not allow officials to be added here.",
|
|
3226
|
+
"importParticipants": "This provider does not allow importing participants.",
|
|
3227
|
+
"deleteParticipants": "This provider does not allow deleting participants.",
|
|
3228
|
+
"editParticipantDetails": "This provider does not allow editing participant details.",
|
|
3229
|
+
"modifyEntries": "This provider does not allow changing event entries.",
|
|
3230
|
+
"createEvent": "This provider does not allow events to be created in TMX.",
|
|
3231
|
+
"deleteEvent": "This provider does not allow deleting events.",
|
|
3232
|
+
"createDraw": "This provider does not allow draws to be created here.",
|
|
3233
|
+
"deleteDraw": "This provider does not allow deleting draws.",
|
|
3234
|
+
"assignPositions": "This provider does not allow draw positions to be assigned here.",
|
|
3235
|
+
"modifyStructures": "This provider does not allow draw structures to be changed.",
|
|
3236
|
+
"createVenue": "This provider does not allow venues to be created here.",
|
|
3237
|
+
"deleteVenue": "This provider does not allow deleting venues.",
|
|
3238
|
+
"modifySchedule": "This provider does not allow the schedule to be changed here.",
|
|
3239
|
+
"useBulkScheduling": "This provider does not allow bulk scheduling.",
|
|
3240
|
+
"enterScores": "This provider does not allow scores to be entered here.",
|
|
3241
|
+
"publish": "This provider does not allow publishing.",
|
|
3242
|
+
"unpublish": "This provider does not allow unpublishing.",
|
|
3243
|
+
"useChat": "Chat is disabled for this provider."
|
|
3244
|
+
},
|
|
3245
|
+
"outOfScope": "Outside the courts, days or events you have been assigned."
|
|
3246
|
+
},
|
|
3247
|
+
"demoMode": {
|
|
3248
|
+
"title": "Demo mode",
|
|
3249
|
+
"menuItem": "Demo mode…",
|
|
3250
|
+
"clientOnly": "Client-side simulation only. The server still enforces the real provider configuration.",
|
|
3251
|
+
"posture": "POSTURE",
|
|
3252
|
+
"capabilities": "CAPABILITIES",
|
|
3253
|
+
"exit": "Exit demo mode",
|
|
3254
|
+
"badgeLabel": "DEMO",
|
|
3255
|
+
"bannerText": "Demo mode — {{preset}} · {{count}} capabilities disabled · client-side only",
|
|
3256
|
+
"legend": "UI+MUT = control hidden and mutation refused · UI = control hidden only · MUT = mutation refused only · — = no gate implemented, toggling changes nothing",
|
|
3257
|
+
"presets": {
|
|
3258
|
+
"providerDefaults": "Provider defaults (no simulation)",
|
|
3259
|
+
"recorder": "Scoring only (Recorder)",
|
|
3260
|
+
"scheduler": "Schedule + score",
|
|
3261
|
+
"registrar": "Registration desk",
|
|
3262
|
+
"director": "Tournament director",
|
|
3263
|
+
"readOnly": "Read only",
|
|
3264
|
+
"custom": "Custom"
|
|
3265
|
+
},
|
|
3266
|
+
"groups": {
|
|
3267
|
+
"participants": "Participants",
|
|
3268
|
+
"events": "Events",
|
|
3269
|
+
"draws": "Draws",
|
|
3270
|
+
"scheduling": "Scheduling",
|
|
3271
|
+
"venues": "Venues",
|
|
3272
|
+
"scoring": "Scoring",
|
|
3273
|
+
"publishing": "Publishing",
|
|
3274
|
+
"settings": "Settings",
|
|
3275
|
+
"communication": "Communication"
|
|
3276
|
+
},
|
|
3277
|
+
"badge": {
|
|
3278
|
+
"both": "Enforced by a hidden control and by the mutation gate.",
|
|
3279
|
+
"ui": "Hides the control, but the mutation itself is ungated.",
|
|
3280
|
+
"mutation": "The mutation is refused, but the control is still offered.",
|
|
3281
|
+
"none": "No gate implemented — toggling this changes nothing."
|
|
3282
|
+
}
|
|
3283
|
+
},
|
|
3284
|
+
"checkIn": {
|
|
3285
|
+
"action": "Check in",
|
|
3286
|
+
"title": "Checked in",
|
|
3287
|
+
"clickToCheckIn": "Click to check in",
|
|
3288
|
+
"clickToCheckOut": "Click to check out",
|
|
3289
|
+
"toggleFailed": "Could not change the check-in state",
|
|
3290
|
+
"callBeforeCheckIn_one": "{{count}} participant has not checked in. Call to court anyway?",
|
|
3291
|
+
"callBeforeCheckIn_other": "{{count}} participants have not checked in. Call to court anyway?",
|
|
3292
|
+
"columnHeader": "Checked in",
|
|
3293
|
+
"columnTooltip": "Participants who have presented at the desk for this match",
|
|
3294
|
+
"badgeComplete_one": "The participant has checked in",
|
|
3295
|
+
"badgeComplete_other": "All {{count}} participants have checked in",
|
|
3296
|
+
"badgePartial_one": "{{count}} participant has not checked in yet",
|
|
3297
|
+
"badgePartial_other": "{{count}} participants have not checked in yet",
|
|
3298
|
+
"callOnDropBeforeCheckIn_one": "{{count}} participant has not checked in. Call this match to court anyway?",
|
|
3299
|
+
"callOnDropBeforeCheckIn_other": "{{count}} participants have not checked in. Call this match to court anyway?",
|
|
3300
|
+
"promptMode": {
|
|
3301
|
+
"label": "Check-in prompts",
|
|
3302
|
+
"off": "Off",
|
|
3303
|
+
"on": "On",
|
|
3304
|
+
"auto": "Auto",
|
|
3305
|
+
"offHint": "Never ask before calling a match to court.",
|
|
3306
|
+
"onHint": "Always ask when someone has not checked in.",
|
|
3307
|
+
"autoHint": "Ask only when this tournament is using check-in today."
|
|
3308
|
+
}
|
|
3309
|
+
},
|
|
3310
|
+
"ofc": "Officials",
|
|
3311
|
+
"officials": {
|
|
3312
|
+
"empty": "No officials on this tournament yet",
|
|
3313
|
+
"state": {
|
|
3314
|
+
"onCourt": "On court",
|
|
3315
|
+
"assigned": "Assigned",
|
|
3316
|
+
"waiting": "Waiting",
|
|
3317
|
+
"available": "Available",
|
|
3318
|
+
"availableHint": "Not signed in today — engaged, but not known to be here"
|
|
3319
|
+
},
|
|
3320
|
+
"columns": {
|
|
3321
|
+
"name": "Official",
|
|
3322
|
+
"state": "State",
|
|
3323
|
+
"court": "Court",
|
|
3324
|
+
"next": "Next",
|
|
3325
|
+
"matches": "Matches",
|
|
3326
|
+
"onCourt": "On court",
|
|
3327
|
+
"contact": "Contact"
|
|
3328
|
+
},
|
|
3329
|
+
"callSheet": "Call sheet",
|
|
3330
|
+
"callSheetSubtitle": "Officials"
|
|
3331
|
+
},
|
|
3332
|
+
"grants": {
|
|
3333
|
+
"title": "Scoped tournament access",
|
|
3334
|
+
"loading": "Loading access…",
|
|
3335
|
+
"unavailable": "Scoped access is unavailable right now.",
|
|
3336
|
+
"grantAccess": "Grant access",
|
|
3337
|
+
"grant": "Grant",
|
|
3338
|
+
"cancel": "Cancel",
|
|
3339
|
+
"grantee": "Person",
|
|
3340
|
+
"chooseGrantee": "Choose a person…",
|
|
3341
|
+
"capability": "May",
|
|
3342
|
+
"everything": "Everything (scope-limited)",
|
|
3343
|
+
"grantedBy": "Granted by",
|
|
3344
|
+
"revoke": "Revoke",
|
|
3345
|
+
"revoked": "{{email}} — grant revoked",
|
|
3346
|
+
"granted": "{{email}} granted",
|
|
3347
|
+
"confirmRevoke": "Revoke this grant from {{email}}? They keep any access their tournament assignment gives them.",
|
|
3348
|
+
"empty": "No scoped grants on this tournament.",
|
|
3349
|
+
"emptyMeaning": "No scoped grants does not mean no access: anyone assigned to this tournament is unrestricted by this mechanism. A grant narrows what one person may do.",
|
|
3350
|
+
"scope": {
|
|
3351
|
+
"label": "Where",
|
|
3352
|
+
"wholeTournament": "Whole tournament",
|
|
3353
|
+
"wholeTournamentNote": "Anywhere in this tournament.",
|
|
3354
|
+
"theseCourts": "These courts",
|
|
3355
|
+
"thisDay": "This day",
|
|
3356
|
+
"thisEvent": "This event",
|
|
3357
|
+
"advanced": "Advanced",
|
|
3358
|
+
"advancedNote": "Ids, comma separated. Leave a row blank to leave that dimension unrestricted.",
|
|
3359
|
+
"commaSeparated": "id, id, id",
|
|
3360
|
+
"noneAvailable": "This tournament has nothing to choose from in this dimension yet."
|
|
3361
|
+
},
|
|
3362
|
+
"window": {
|
|
3363
|
+
"label": "When",
|
|
3364
|
+
"shift": "A shift",
|
|
3365
|
+
"tournament": "Whole tournament",
|
|
3366
|
+
"none": "No expiry",
|
|
3367
|
+
"from": "From {{when}}",
|
|
3368
|
+
"until": "until {{when}}",
|
|
3369
|
+
"noExpiry": "No expiry",
|
|
3370
|
+
"lapsed": "Lapsed",
|
|
3371
|
+
"warning": "Delivery roles are handed over between shifts. A grant with no expiry outlives the person who needed it.",
|
|
3372
|
+
"blocking": "Expired {{when}} — blocking all access",
|
|
3373
|
+
"inert": "Expired — no effect, another grant is live",
|
|
3374
|
+
"cliff": "When the window closes, this person can do nothing on this tournament until the grant is extended or revoked."
|
|
3375
|
+
},
|
|
3376
|
+
"issues": {
|
|
3377
|
+
"chooseGrantee": "Choose who this grant is for.",
|
|
3378
|
+
"chooseCapability": "Choose what they may do.",
|
|
3379
|
+
"chooseScopeValues": "Choose at least one — or switch to Whole tournament.",
|
|
3380
|
+
"advancedEmpty": "Fill in at least one dimension — or switch to Whole tournament.",
|
|
3381
|
+
"chooseEnd": "Choose when the shift ends."
|
|
3382
|
+
},
|
|
3383
|
+
"extend": "Extend",
|
|
3384
|
+
"extendTitle": "Extend access",
|
|
3385
|
+
"lockout_one": "{{who}} cannot act on this tournament at all — their scoped access has expired. Extend it or revoke it.",
|
|
3386
|
+
"lockout_other": "{{count}} people cannot act on this tournament at all ({{who}}) — their scoped access has expired. Extend or revoke."
|
|
3087
3387
|
}
|
|
3088
3388
|
}
|