@courthive/i18n 0.4.4 → 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/README.md +2 -1
- package/dist/locales/ar.json +10 -105
- package/dist/locales/cs.json +10 -105
- package/dist/locales/de.json +10 -105
- package/dist/locales/en.json +113 -7
- package/dist/locales/es.json +10 -105
- package/dist/locales/fr.json +10 -105
- package/dist/locales/hr.json +10 -105
- package/dist/locales/pt-BR.json +10 -105
- package/dist/locales/zh-CN.json +10 -105
- package/dist/manifest.gen.d.ts +18 -0
- package/dist/manifest.gen.js +27 -2
- package/dist/manifest.json +37 -37
- package/package.json +5 -4
package/dist/locales/en.json
CHANGED
|
@@ -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",
|
|
@@ -1001,7 +1002,8 @@
|
|
|
1001
1002
|
"applyFailed": "Could not apply plan",
|
|
1002
1003
|
"updateFailed": "Plan update failed",
|
|
1003
1004
|
"defaultName": "Plan {{n}}"
|
|
1004
|
-
}
|
|
1005
|
+
},
|
|
1006
|
+
"drying": "Drying"
|
|
1005
1007
|
},
|
|
1006
1008
|
"penalties": {
|
|
1007
1009
|
"fail2signout": "Failed to Sign Out",
|
|
@@ -1857,7 +1859,8 @@
|
|
|
1857
1859
|
"tournamentNotEnded": "Cannot delete a tournament before its end date. Set the end date to a past date first, then delete.",
|
|
1858
1860
|
"deleteForbidden": "You are not authorized to delete this tournament.",
|
|
1859
1861
|
"matchUpScoredElsewhere": "Another user just scored this match ({{score}}). Review before saving.",
|
|
1860
|
-
"overwriteRemoteScore": "Another user scored this match ({{score}}). Overwrite with your result?"
|
|
1862
|
+
"overwriteRemoteScore": "Another user scored this match ({{score}}). Overwrite with your result?",
|
|
1863
|
+
"cannotModifyParticipant": "Participant could not be saved"
|
|
1861
1864
|
},
|
|
1862
1865
|
"loginMenu": {
|
|
1863
1866
|
"authorization": "Authorization",
|
|
@@ -2066,7 +2069,8 @@
|
|
|
2066
2069
|
"decisive": "Decisive",
|
|
2067
2070
|
"walkover": "Walkover / Defaulted",
|
|
2068
2071
|
"showTodayView": "Show today view",
|
|
2069
|
-
"showCompetitivenessView": "Show competitiveness"
|
|
2072
|
+
"showCompetitivenessView": "Show competitiveness",
|
|
2073
|
+
"called": "Called"
|
|
2070
2074
|
},
|
|
2071
2075
|
"schedule": {
|
|
2072
2076
|
"searchParticipants": "Search participants",
|
|
@@ -2152,6 +2156,24 @@
|
|
|
2152
2156
|
"postalCodeLabel": "Postal code",
|
|
2153
2157
|
"countryCodeLabel": "Country",
|
|
2154
2158
|
"countryCodePlaceholder": "Start typing a country name"
|
|
2159
|
+
},
|
|
2160
|
+
"registry": {
|
|
2161
|
+
"title": "Add venue from registry",
|
|
2162
|
+
"searchPlaceholder": "Search facilities by name",
|
|
2163
|
+
"keepTyping": "Type at least 2 characters to search",
|
|
2164
|
+
"candidateCount": "{{count}} matching facility",
|
|
2165
|
+
"candidateCount_other": "{{count}} matching facilities",
|
|
2166
|
+
"noMatches": "No matching facilities",
|
|
2167
|
+
"searchFailed": "Facility search is unavailable",
|
|
2168
|
+
"venueFailed": "Could not load that facility",
|
|
2169
|
+
"venueMissing": "That facility has no venue record",
|
|
2170
|
+
"courtCount": "{{count}} court",
|
|
2171
|
+
"courtCount_other": "{{count}} courts",
|
|
2172
|
+
"matchedOn": "matched {{field}}",
|
|
2173
|
+
"selectFirst": "Choose a facility first",
|
|
2174
|
+
"addVenue": "Add to tournament",
|
|
2175
|
+
"added": "Venue added from the registry",
|
|
2176
|
+
"searching": "Searching…"
|
|
2155
2177
|
}
|
|
2156
2178
|
},
|
|
2157
2179
|
"events": {
|
|
@@ -2274,7 +2296,20 @@
|
|
|
2274
2296
|
"female": "Female",
|
|
2275
2297
|
"unknown": "Unknown"
|
|
2276
2298
|
},
|
|
2277
|
-
"staff": "Staff"
|
|
2299
|
+
"staff": "Staff",
|
|
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
|
+
}
|
|
2278
2313
|
}
|
|
2279
2314
|
},
|
|
2280
2315
|
"overlays": {
|
|
@@ -2434,7 +2469,14 @@
|
|
|
2434
2469
|
"coaches_other": "{{count}} coaches",
|
|
2435
2470
|
"staff_one": "{{count}} staff",
|
|
2436
2471
|
"staff_other": "{{count}} staff"
|
|
2437
|
-
}
|
|
2472
|
+
},
|
|
2473
|
+
"gender": {
|
|
2474
|
+
"female": "Women",
|
|
2475
|
+
"male": "Men",
|
|
2476
|
+
"unspecified": "Unspecified"
|
|
2477
|
+
},
|
|
2478
|
+
"viewProgram": "View {{team}} season",
|
|
2479
|
+
"viewProgramGeneric": "View program season"
|
|
2438
2480
|
},
|
|
2439
2481
|
"display": {
|
|
2440
2482
|
"label": "Display",
|
|
@@ -2873,5 +2915,69 @@
|
|
|
2873
2915
|
"expiredMessage": "Your session has expired. Changes will not be saved until you log in again.",
|
|
2874
2916
|
"logInAgain": "Log in again"
|
|
2875
2917
|
},
|
|
2876
|
-
"overwrite": "Overwrite"
|
|
2918
|
+
"overwrite": "Overwrite",
|
|
2919
|
+
"fingerprint": {
|
|
2920
|
+
"title": "Competitive fingerprint",
|
|
2921
|
+
"competitiveRatio": "Competitive ratio {{pct}}% of {{count}} completed",
|
|
2922
|
+
"coverage": "{{rated}} rated on {{scale}}",
|
|
2923
|
+
"coveragePartial": "{{rated}} rated on {{scale}} · {{unrated}} unrated",
|
|
2924
|
+
"noRatedOpponents": "No opponent rated on {{scale}}",
|
|
2925
|
+
"noRating": "No rating available for exposure",
|
|
2926
|
+
"bands": {
|
|
2927
|
+
"STRETCH": "Stretch",
|
|
2928
|
+
"UP": "Up",
|
|
2929
|
+
"EVEN": "Even",
|
|
2930
|
+
"DOWN": "Down",
|
|
2931
|
+
"ANCHOR": "Anchor"
|
|
2932
|
+
}
|
|
2933
|
+
},
|
|
2934
|
+
"officiating": {
|
|
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"
|
|
2938
|
+
},
|
|
2939
|
+
"participantRoles": {
|
|
2940
|
+
"OTHER": "Other",
|
|
2941
|
+
"COACH": "Coach",
|
|
2942
|
+
"MEDICAL": "Medical",
|
|
2943
|
+
"PHYSIO": "Physio",
|
|
2944
|
+
"TRAINER": "Trainer"
|
|
2945
|
+
},
|
|
2946
|
+
"nav": {
|
|
2947
|
+
"programs": "Programs"
|
|
2948
|
+
},
|
|
2949
|
+
"hero": {
|
|
2950
|
+
"events_one": "{{count}} event",
|
|
2951
|
+
"events_other": "{{count}} events",
|
|
2952
|
+
"entries_one": "{{count}} entry",
|
|
2953
|
+
"entries_other": "{{count}} entries",
|
|
2954
|
+
"venues_one": "{{count}} venue",
|
|
2955
|
+
"venues_other": "{{count}} venues"
|
|
2956
|
+
},
|
|
2957
|
+
"venuePanel": {
|
|
2958
|
+
"title": "Venue & Courts",
|
|
2959
|
+
"loading": "Loading venue…",
|
|
2960
|
+
"noFacility": "No facility attached to this proposal yet.",
|
|
2961
|
+
"registryUnconfigured": "Facility {{facilityId}} attached — the facility registry is not configured in this environment.",
|
|
2962
|
+
"noVenueForFacility": "Facility {{facilityId}} attached, but the registry returned no venue for it.",
|
|
2963
|
+
"loadFailed": "Could not load the attached venue.",
|
|
2964
|
+
"nothingToShow": "No venue to display."
|
|
2965
|
+
},
|
|
2966
|
+
"facilityPicker": {
|
|
2967
|
+
"placeholder": "Search facilities by name",
|
|
2968
|
+
"keepTyping": "Keep typing — at least 2 characters.",
|
|
2969
|
+
"searching": "Searching…",
|
|
2970
|
+
"noMatches": "No matching facilities.",
|
|
2971
|
+
"searchFailed": "Facility search failed.",
|
|
2972
|
+
"attaching": "Attaching…",
|
|
2973
|
+
"attachFailed": "Could not attach that facility.",
|
|
2974
|
+
"clear": "Clear",
|
|
2975
|
+
"courtCount": "{{count}} courts",
|
|
2976
|
+
"courtCount_one": "{{count}} court",
|
|
2977
|
+
"matchedOn": {
|
|
2978
|
+
"name": "name",
|
|
2979
|
+
"alias": "id",
|
|
2980
|
+
"city": "city"
|
|
2981
|
+
}
|
|
2982
|
+
}
|
|
2877
2983
|
}
|
package/dist/locales/es.json
CHANGED
|
@@ -783,59 +783,7 @@
|
|
|
783
783
|
"structure": "Por estructura",
|
|
784
784
|
"time": "Por hora"
|
|
785
785
|
},
|
|
786
|
-
"showCompleted": "Mostrar completados"
|
|
787
|
-
"callToCourt": "__TODO__",
|
|
788
|
-
"now": "__TODO__",
|
|
789
|
-
"nowRowActions": "__TODO__",
|
|
790
|
-
"status": "__TODO__",
|
|
791
|
-
"suspendAll": "__TODO__",
|
|
792
|
-
"resumeAll": "__TODO__",
|
|
793
|
-
"startAll": "__TODO__",
|
|
794
|
-
"rescheduleAll": "__TODO__",
|
|
795
|
-
"unscheduleAll": "__TODO__",
|
|
796
|
-
"rescheduleNowTitle": "__TODO__",
|
|
797
|
-
"chooseDate": "__TODO__",
|
|
798
|
-
"chooseTime": "__TODO__",
|
|
799
|
-
"selectAll": "__TODO__",
|
|
800
|
-
"selectNone": "__TODO__",
|
|
801
|
-
"reschedule": "__TODO__",
|
|
802
|
-
"shift": "__TODO__",
|
|
803
|
-
"shiftCourtsTitle": "__TODO__",
|
|
804
|
-
"shiftRows": "__TODO__",
|
|
805
|
-
"noActiveMatches": "__TODO__",
|
|
806
|
-
"startOnDropTitle": "__TODO__",
|
|
807
|
-
"startOnDropPrompt": "__TODO__",
|
|
808
|
-
"unscheduleAllTitle": "__TODO__",
|
|
809
|
-
"unscheduleAllConfirm": "__TODO__",
|
|
810
|
-
"plan": {
|
|
811
|
-
"badge": "__TODO__",
|
|
812
|
-
"empty": "__TODO__",
|
|
813
|
-
"create": "__TODO__",
|
|
814
|
-
"rename": "__TODO__",
|
|
815
|
-
"nameLabel": "__TODO__",
|
|
816
|
-
"duplicate": "__TODO__",
|
|
817
|
-
"copyName": "__TODO__",
|
|
818
|
-
"summary": "__TODO__",
|
|
819
|
-
"completedLocked": "__TODO__",
|
|
820
|
-
"conflictTip": "__TODO__",
|
|
821
|
-
"new": "__TODO__",
|
|
822
|
-
"delete": "__TODO__",
|
|
823
|
-
"makeOfficial": "__TODO__",
|
|
824
|
-
"rebase": "__TODO__",
|
|
825
|
-
"outOfDate": "__TODO__",
|
|
826
|
-
"outOfDateTip": "__TODO__",
|
|
827
|
-
"deleteTitle": "__TODO__",
|
|
828
|
-
"deleteQuery": "__TODO__",
|
|
829
|
-
"commitTitle": "__TODO__",
|
|
830
|
-
"commitQuery": "__TODO__",
|
|
831
|
-
"commitSkip": "__TODO__",
|
|
832
|
-
"commitDrift": "__TODO__",
|
|
833
|
-
"applied": "__TODO__",
|
|
834
|
-
"createFailed": "__TODO__",
|
|
835
|
-
"applyFailed": "__TODO__",
|
|
836
|
-
"updateFailed": "__TODO__",
|
|
837
|
-
"defaultName": "__TODO__"
|
|
838
|
-
}
|
|
786
|
+
"showCompleted": "Mostrar completados"
|
|
839
787
|
},
|
|
840
788
|
"penalties": {
|
|
841
789
|
"fail2signout": "No se Presentó a la Salida",
|
|
@@ -874,8 +822,7 @@
|
|
|
874
822
|
"dismiss": "Descartar",
|
|
875
823
|
"iSavedIt": "Lo guardé",
|
|
876
824
|
"remove": "Quitar",
|
|
877
|
-
"continueAndUnschedule": "Continuar y desprogramar"
|
|
878
|
-
"noScore": "__TODO__"
|
|
825
|
+
"continueAndUnschedule": "Continuar y desprogramar"
|
|
879
826
|
},
|
|
880
827
|
"modals": {
|
|
881
828
|
"deleteEvents": {
|
|
@@ -1509,11 +1456,6 @@
|
|
|
1509
1456
|
"pickTimes": "Define las horas de inicio y de fin.",
|
|
1510
1457
|
"invalidWindow": "La hora de inicio debe ser anterior a la hora de fin.",
|
|
1511
1458
|
"conflictWarning": "Registro agregado — el participante tiene otro compromiso durante esta franja."
|
|
1512
|
-
},
|
|
1513
|
-
"editDrawNames": {
|
|
1514
|
-
"title": "__TODO__",
|
|
1515
|
-
"minChars": "__TODO__",
|
|
1516
|
-
"drawRenamed": "__TODO__"
|
|
1517
1459
|
}
|
|
1518
1460
|
},
|
|
1519
1461
|
"dashboard": {
|
|
@@ -1689,9 +1631,7 @@
|
|
|
1689
1631
|
"activeDatesPromptAction": "Definir fechas activas",
|
|
1690
1632
|
"cannotDeleteTournament": "No se puede eliminar el torneo",
|
|
1691
1633
|
"tournamentNotEnded": "No se puede eliminar un torneo antes de su fecha de fin. Establece la fecha de fin en una fecha pasada y luego elimínalo.",
|
|
1692
|
-
"deleteForbidden": "No tienes autorización para eliminar este torneo."
|
|
1693
|
-
"matchUpScoredElsewhere": "__TODO__",
|
|
1694
|
-
"overwriteRemoteScore": "__TODO__"
|
|
1634
|
+
"deleteForbidden": "No tienes autorización para eliminar este torneo."
|
|
1695
1635
|
},
|
|
1696
1636
|
"loginMenu": {
|
|
1697
1637
|
"authorization": "Autorización",
|
|
@@ -1888,19 +1828,7 @@
|
|
|
1888
1828
|
"opponents": "Oponentes",
|
|
1889
1829
|
"allDates": "Todas las fechas",
|
|
1890
1830
|
"today": "Hoy",
|
|
1891
|
-
"noDate": "Sin fecha"
|
|
1892
|
-
"suspended": "__TODO__",
|
|
1893
|
-
"notReady": "__TODO__",
|
|
1894
|
-
"live": "__TODO__",
|
|
1895
|
-
"abandoned": "__TODO__",
|
|
1896
|
-
"cancelled": "__TODO__",
|
|
1897
|
-
"allProfiles": "__TODO__",
|
|
1898
|
-
"competitive": "__TODO__",
|
|
1899
|
-
"routine": "__TODO__",
|
|
1900
|
-
"decisive": "__TODO__",
|
|
1901
|
-
"walkover": "__TODO__",
|
|
1902
|
-
"showTodayView": "__TODO__",
|
|
1903
|
-
"showCompetitivenessView": "__TODO__"
|
|
1831
|
+
"noDate": "Sin fecha"
|
|
1904
1832
|
},
|
|
1905
1833
|
"schedule": {
|
|
1906
1834
|
"searchParticipants": "Buscar participantes",
|
|
@@ -2162,10 +2090,7 @@
|
|
|
2162
2090
|
"country": "País",
|
|
2163
2091
|
"cityState": "Ciudad / Provincia",
|
|
2164
2092
|
"unpublishTournament": "Dejar de publicar torneo",
|
|
2165
|
-
"confirmUnpublish": "Dejar de publicar todos los eventos, participantes y programación"
|
|
2166
|
-
"timeZoneNotSetTitle": "__TODO__",
|
|
2167
|
-
"timeZoneNotSetBody": "__TODO__",
|
|
2168
|
-
"setTimeZone": "__TODO__"
|
|
2093
|
+
"confirmUnpublish": "Dejar de publicar todos los eventos, participantes y programación"
|
|
2169
2094
|
},
|
|
2170
2095
|
"cal": "Calendario",
|
|
2171
2096
|
"tpl": "Plantillas",
|
|
@@ -2710,14 +2635,7 @@
|
|
|
2710
2635
|
"policyUnsetHint": "Selecciona primero una política de puntos de ranking para habilitar el recálculo.",
|
|
2711
2636
|
"pipelineOff": "El pipeline de rankings no está configurado en el servidor (RANKINGS_PIPELINE_URL). No se recalculó nada.",
|
|
2712
2637
|
"failed": "No se pudieron recalcular los rankings.",
|
|
2713
|
-
"result": "Recalculados {{republished}}/{{tournaments}} torneos; generada(s) {{snapshots}} instantánea(s)."
|
|
2714
|
-
"unprocessed": "__TODO__",
|
|
2715
|
-
"unprocessedRunning": "__TODO__",
|
|
2716
|
-
"fromDateLabel": "__TODO__",
|
|
2717
|
-
"fromDateRequired": "__TODO__",
|
|
2718
|
-
"rerunFromDate": "__TODO__",
|
|
2719
|
-
"rerunRunning": "__TODO__",
|
|
2720
|
-
"bulkNone": "__TODO__"
|
|
2638
|
+
"result": "Recalculados {{republished}}/{{tournaments}} torneos; generada(s) {{snapshots}} instantánea(s)."
|
|
2721
2639
|
}
|
|
2722
2640
|
},
|
|
2723
2641
|
"notLoggedInTitle": "No has iniciado sesión",
|
|
@@ -2798,8 +2716,7 @@
|
|
|
2798
2716
|
"crowd": "PÚBLICO",
|
|
2799
2717
|
"anon": "ANÓN",
|
|
2800
2718
|
"verified": "VERIFICADO",
|
|
2801
|
-
"nominated": "NOMINADO"
|
|
2802
|
-
"scorekeeper": "__TODO__"
|
|
2719
|
+
"nominated": "NOMINADO"
|
|
2803
2720
|
},
|
|
2804
2721
|
"reason": {
|
|
2805
2722
|
"signInRequired": "Se requiere iniciar sesión para ser nominado",
|
|
@@ -2807,20 +2724,13 @@
|
|
|
2807
2724
|
},
|
|
2808
2725
|
"toast": {
|
|
2809
2726
|
"nominateFirst": "Nomina a un anotador verificado antes de establecer un resultado delegado.",
|
|
2810
|
-
"noOutcomeToConfirm": "No hay resultado delegado que confirmar en este partido."
|
|
2811
|
-
"noScorekeeperCandidates": "__TODO__",
|
|
2812
|
-
"acceptedLive": "__TODO__"
|
|
2727
|
+
"noOutcomeToConfirm": "No hay resultado delegado que confirmar en este partido."
|
|
2813
2728
|
},
|
|
2814
2729
|
"tooltip": {
|
|
2815
2730
|
"liveTracker": "Puntuación reportada mediante rastreador en vivo",
|
|
2816
2731
|
"unconfirmed": "Puntuación delegada sin confirmar — confirma para hacerla oficial",
|
|
2817
2732
|
"unconfirmedAria": "Puntuación delegada sin confirmar a la espera de confirmación"
|
|
2818
|
-
}
|
|
2819
|
-
"accept": "__TODO__",
|
|
2820
|
-
"nominateScorekeeper": "__TODO__",
|
|
2821
|
-
"removeScorekeeper": "__TODO__",
|
|
2822
|
-
"approveScorekeeper": "__TODO__",
|
|
2823
|
-
"removeScorekeeperApproval": "__TODO__"
|
|
2733
|
+
}
|
|
2824
2734
|
},
|
|
2825
2735
|
"providerSetup": {
|
|
2826
2736
|
"wizardTitle": "Configura tu proveedor",
|
|
@@ -2868,10 +2778,5 @@
|
|
|
2868
2778
|
"privacyApplyFailed": "No se pudo aplicar la política de privacidad a los torneos existentes.",
|
|
2869
2779
|
"privacyApplyResult": "Política de privacidad aplicada a {{attached}} torneo(s); {{already}} ya la tenían; {{failed}} fallaron."
|
|
2870
2780
|
},
|
|
2871
|
-
"cns": "Consola"
|
|
2872
|
-
"session": {
|
|
2873
|
-
"expiredMessage": "__TODO__",
|
|
2874
|
-
"logInAgain": "__TODO__"
|
|
2875
|
-
},
|
|
2876
|
-
"overwrite": "__TODO__"
|
|
2781
|
+
"cns": "Consola"
|
|
2877
2782
|
}
|
package/dist/locales/fr.json
CHANGED
|
@@ -783,59 +783,7 @@
|
|
|
783
783
|
"structure": "Par structure",
|
|
784
784
|
"time": "Par heure"
|
|
785
785
|
},
|
|
786
|
-
"showCompleted": "Afficher les terminés"
|
|
787
|
-
"callToCourt": "__TODO__",
|
|
788
|
-
"now": "__TODO__",
|
|
789
|
-
"nowRowActions": "__TODO__",
|
|
790
|
-
"status": "__TODO__",
|
|
791
|
-
"suspendAll": "__TODO__",
|
|
792
|
-
"resumeAll": "__TODO__",
|
|
793
|
-
"startAll": "__TODO__",
|
|
794
|
-
"rescheduleAll": "__TODO__",
|
|
795
|
-
"unscheduleAll": "__TODO__",
|
|
796
|
-
"rescheduleNowTitle": "__TODO__",
|
|
797
|
-
"chooseDate": "__TODO__",
|
|
798
|
-
"chooseTime": "__TODO__",
|
|
799
|
-
"selectAll": "__TODO__",
|
|
800
|
-
"selectNone": "__TODO__",
|
|
801
|
-
"reschedule": "__TODO__",
|
|
802
|
-
"shift": "__TODO__",
|
|
803
|
-
"shiftCourtsTitle": "__TODO__",
|
|
804
|
-
"shiftRows": "__TODO__",
|
|
805
|
-
"noActiveMatches": "__TODO__",
|
|
806
|
-
"startOnDropTitle": "__TODO__",
|
|
807
|
-
"startOnDropPrompt": "__TODO__",
|
|
808
|
-
"unscheduleAllTitle": "__TODO__",
|
|
809
|
-
"unscheduleAllConfirm": "__TODO__",
|
|
810
|
-
"plan": {
|
|
811
|
-
"badge": "__TODO__",
|
|
812
|
-
"empty": "__TODO__",
|
|
813
|
-
"create": "__TODO__",
|
|
814
|
-
"rename": "__TODO__",
|
|
815
|
-
"nameLabel": "__TODO__",
|
|
816
|
-
"duplicate": "__TODO__",
|
|
817
|
-
"copyName": "__TODO__",
|
|
818
|
-
"summary": "__TODO__",
|
|
819
|
-
"completedLocked": "__TODO__",
|
|
820
|
-
"conflictTip": "__TODO__",
|
|
821
|
-
"new": "__TODO__",
|
|
822
|
-
"delete": "__TODO__",
|
|
823
|
-
"makeOfficial": "__TODO__",
|
|
824
|
-
"rebase": "__TODO__",
|
|
825
|
-
"outOfDate": "__TODO__",
|
|
826
|
-
"outOfDateTip": "__TODO__",
|
|
827
|
-
"deleteTitle": "__TODO__",
|
|
828
|
-
"deleteQuery": "__TODO__",
|
|
829
|
-
"commitTitle": "__TODO__",
|
|
830
|
-
"commitQuery": "__TODO__",
|
|
831
|
-
"commitSkip": "__TODO__",
|
|
832
|
-
"commitDrift": "__TODO__",
|
|
833
|
-
"applied": "__TODO__",
|
|
834
|
-
"createFailed": "__TODO__",
|
|
835
|
-
"applyFailed": "__TODO__",
|
|
836
|
-
"updateFailed": "__TODO__",
|
|
837
|
-
"defaultName": "__TODO__"
|
|
838
|
-
}
|
|
786
|
+
"showCompleted": "Afficher les terminés"
|
|
839
787
|
},
|
|
840
788
|
"penalties": {
|
|
841
789
|
"fail2signout": "Défaut de désinscription",
|
|
@@ -874,8 +822,7 @@
|
|
|
874
822
|
"dismiss": "Ignorer",
|
|
875
823
|
"iSavedIt": "Je l'ai enregistré",
|
|
876
824
|
"remove": "Retirer",
|
|
877
|
-
"continueAndUnschedule": "Continuer et déprogrammer"
|
|
878
|
-
"noScore": "__TODO__"
|
|
825
|
+
"continueAndUnschedule": "Continuer et déprogrammer"
|
|
879
826
|
},
|
|
880
827
|
"modals": {
|
|
881
828
|
"deleteEvents": {
|
|
@@ -1509,11 +1456,6 @@
|
|
|
1509
1456
|
"pickTimes": "Définissez les heures de début et de fin.",
|
|
1510
1457
|
"invalidWindow": "L'heure de début doit précéder l'heure de fin.",
|
|
1511
1458
|
"conflictWarning": "Inscription ajoutée — le participant a un autre engagement pendant ce créneau."
|
|
1512
|
-
},
|
|
1513
|
-
"editDrawNames": {
|
|
1514
|
-
"title": "__TODO__",
|
|
1515
|
-
"minChars": "__TODO__",
|
|
1516
|
-
"drawRenamed": "__TODO__"
|
|
1517
1459
|
}
|
|
1518
1460
|
},
|
|
1519
1461
|
"dashboard": {
|
|
@@ -1689,9 +1631,7 @@
|
|
|
1689
1631
|
"activeDatesPromptAction": "Définir les dates actives",
|
|
1690
1632
|
"cannotDeleteTournament": "Impossible de supprimer le tournoi",
|
|
1691
1633
|
"tournamentNotEnded": "Impossible de supprimer un tournoi avant sa date de fin. Fixez d'abord la date de fin à une date passée, puis supprimez.",
|
|
1692
|
-
"deleteForbidden": "Vous n'êtes pas autorisé à supprimer ce tournoi."
|
|
1693
|
-
"matchUpScoredElsewhere": "__TODO__",
|
|
1694
|
-
"overwriteRemoteScore": "__TODO__"
|
|
1634
|
+
"deleteForbidden": "Vous n'êtes pas autorisé à supprimer ce tournoi."
|
|
1695
1635
|
},
|
|
1696
1636
|
"loginMenu": {
|
|
1697
1637
|
"authorization": "Autorisation",
|
|
@@ -1888,19 +1828,7 @@
|
|
|
1888
1828
|
"opponents": "Adversaires",
|
|
1889
1829
|
"allDates": "Toutes les dates",
|
|
1890
1830
|
"today": "Aujourd'hui",
|
|
1891
|
-
"noDate": "Aucune date"
|
|
1892
|
-
"suspended": "__TODO__",
|
|
1893
|
-
"notReady": "__TODO__",
|
|
1894
|
-
"live": "__TODO__",
|
|
1895
|
-
"abandoned": "__TODO__",
|
|
1896
|
-
"cancelled": "__TODO__",
|
|
1897
|
-
"allProfiles": "__TODO__",
|
|
1898
|
-
"competitive": "__TODO__",
|
|
1899
|
-
"routine": "__TODO__",
|
|
1900
|
-
"decisive": "__TODO__",
|
|
1901
|
-
"walkover": "__TODO__",
|
|
1902
|
-
"showTodayView": "__TODO__",
|
|
1903
|
-
"showCompetitivenessView": "__TODO__"
|
|
1831
|
+
"noDate": "Aucune date"
|
|
1904
1832
|
},
|
|
1905
1833
|
"schedule": {
|
|
1906
1834
|
"searchParticipants": "Rechercher des participants",
|
|
@@ -2162,10 +2090,7 @@
|
|
|
2162
2090
|
"country": "Pays",
|
|
2163
2091
|
"cityState": "Ville / Région",
|
|
2164
2092
|
"unpublishTournament": "Dépublier le tournoi",
|
|
2165
|
-
"confirmUnpublish": "Dépublier toutes les épreuves, participants et la programmation"
|
|
2166
|
-
"timeZoneNotSetTitle": "__TODO__",
|
|
2167
|
-
"timeZoneNotSetBody": "__TODO__",
|
|
2168
|
-
"setTimeZone": "__TODO__"
|
|
2093
|
+
"confirmUnpublish": "Dépublier toutes les épreuves, participants et la programmation"
|
|
2169
2094
|
},
|
|
2170
2095
|
"cal": "Calendrier",
|
|
2171
2096
|
"tpl": "Modèles",
|
|
@@ -2710,14 +2635,7 @@
|
|
|
2710
2635
|
"policyUnsetHint": "Sélectionnez d'abord une politique de points de classement pour activer le recalcul.",
|
|
2711
2636
|
"pipelineOff": "Le pipeline de classements n'est pas configuré sur le serveur (RANKINGS_PIPELINE_URL). Rien n'a été recalculé.",
|
|
2712
2637
|
"failed": "Impossible de recalculer les classements.",
|
|
2713
|
-
"result": "{{republished}}/{{tournaments}} tournois recalculés ; {{snapshots}} instantané(s) généré(s)."
|
|
2714
|
-
"unprocessed": "__TODO__",
|
|
2715
|
-
"unprocessedRunning": "__TODO__",
|
|
2716
|
-
"fromDateLabel": "__TODO__",
|
|
2717
|
-
"fromDateRequired": "__TODO__",
|
|
2718
|
-
"rerunFromDate": "__TODO__",
|
|
2719
|
-
"rerunRunning": "__TODO__",
|
|
2720
|
-
"bulkNone": "__TODO__"
|
|
2638
|
+
"result": "{{republished}}/{{tournaments}} tournois recalculés ; {{snapshots}} instantané(s) généré(s)."
|
|
2721
2639
|
}
|
|
2722
2640
|
},
|
|
2723
2641
|
"notLoggedInTitle": "Vous n'êtes pas connecté",
|
|
@@ -2798,8 +2716,7 @@
|
|
|
2798
2716
|
"crowd": "PUBLIC",
|
|
2799
2717
|
"anon": "ANON",
|
|
2800
2718
|
"verified": "VÉRIFIÉ",
|
|
2801
|
-
"nominated": "NOMMÉ"
|
|
2802
|
-
"scorekeeper": "__TODO__"
|
|
2719
|
+
"nominated": "NOMMÉ"
|
|
2803
2720
|
},
|
|
2804
2721
|
"reason": {
|
|
2805
2722
|
"signInRequired": "Connexion requise pour être nommé",
|
|
@@ -2807,20 +2724,13 @@
|
|
|
2807
2724
|
},
|
|
2808
2725
|
"toast": {
|
|
2809
2726
|
"nominateFirst": "Nommez un marqueur vérifié avant de définir un résultat délégué.",
|
|
2810
|
-
"noOutcomeToConfirm": "Aucun résultat délégué à confirmer pour ce match."
|
|
2811
|
-
"noScorekeeperCandidates": "__TODO__",
|
|
2812
|
-
"acceptedLive": "__TODO__"
|
|
2727
|
+
"noOutcomeToConfirm": "Aucun résultat délégué à confirmer pour ce match."
|
|
2813
2728
|
},
|
|
2814
2729
|
"tooltip": {
|
|
2815
2730
|
"liveTracker": "Score reporté via un suiveur en direct",
|
|
2816
2731
|
"unconfirmed": "Score délégué non confirmé — confirmez pour le rendre officiel",
|
|
2817
2732
|
"unconfirmedAria": "Score délégué non confirmé en attente de confirmation"
|
|
2818
|
-
}
|
|
2819
|
-
"accept": "__TODO__",
|
|
2820
|
-
"nominateScorekeeper": "__TODO__",
|
|
2821
|
-
"removeScorekeeper": "__TODO__",
|
|
2822
|
-
"approveScorekeeper": "__TODO__",
|
|
2823
|
-
"removeScorekeeperApproval": "__TODO__"
|
|
2733
|
+
}
|
|
2824
2734
|
},
|
|
2825
2735
|
"providerSetup": {
|
|
2826
2736
|
"wizardTitle": "Configurer votre fournisseur",
|
|
@@ -2868,10 +2778,5 @@
|
|
|
2868
2778
|
"privacyApplyFailed": "Impossible d'appliquer la politique de confidentialité aux tournois existants.",
|
|
2869
2779
|
"privacyApplyResult": "Politique de confidentialité appliquée à {{attached}} tournoi(s) ; {{already}} l'avaient déjà ; {{failed}} en échec."
|
|
2870
2780
|
},
|
|
2871
|
-
"cns": "Console"
|
|
2872
|
-
"session": {
|
|
2873
|
-
"expiredMessage": "__TODO__",
|
|
2874
|
-
"logInAgain": "__TODO__"
|
|
2875
|
-
},
|
|
2876
|
-
"overwrite": "__TODO__"
|
|
2781
|
+
"cns": "Console"
|
|
2877
2782
|
}
|