@azure/communication-react 1.6.1-alpha-202306300014 → 1.6.1-alpha-202307010018
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/communication-react.d.ts +15 -1
- package/dist/dist-cjs/communication-react/index.js +29 -8
- package/dist/dist-cjs/communication-react/index.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js +1 -1
- package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/cs-CZ/strings.json +331 -0
- package/dist/dist-esm/react-components/src/localization/locales/index.d.ts +7 -1
- package/dist/dist-esm/react-components/src/localization/locales/index.js +8 -1
- package/dist/dist-esm/react-components/src/localization/locales/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/cs-CZ/strings.json +208 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/index.d.ts +6 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/index.js +11 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/index.js.map +1 -1
- package/package.json +8 -8
@@ -0,0 +1,208 @@
|
|
1
|
+
{
|
2
|
+
"call": {
|
3
|
+
"cameraLabel": "Fotoaparát",
|
4
|
+
"noCamerasLabel": "Nebyly nalezeny žádné kamery",
|
5
|
+
"cameraPermissionDenied": "Váš prohlížeč blokuje přístup k fotoaparátu.",
|
6
|
+
"cameraTurnedOff": "Máte vypnutou kameru.",
|
7
|
+
"chatButtonLabel": "Chat",
|
8
|
+
"close": "Zavřít",
|
9
|
+
"complianceBannerNowOnlyRecording": "Nyní tuto schůzku pouze nahráváte.",
|
10
|
+
"complianceBannerNowOnlyTranscription": "Nyní tuto schůzku pouze přepisujete.",
|
11
|
+
"complianceBannerRecordingAndTranscriptionSaved": "Záznam a přepis se ukládají.",
|
12
|
+
"complianceBannerRecordingAndTranscriptionStarted": "Spustilo se nahrávání a přepis.",
|
13
|
+
"complianceBannerRecordingAndTranscriptionStopped": "Nahrávání a přepis se zastavily.",
|
14
|
+
"complianceBannerRecordingSaving": "Probíhá ukládání záznamu.",
|
15
|
+
"complianceBannerRecordingStarted": "Nahrávání se spustilo.",
|
16
|
+
"complianceBannerRecordingStopped": "Nahrávání se zastavilo.",
|
17
|
+
"complianceBannerTranscriptionStarted": "Přepis se spustil.",
|
18
|
+
"complianceBannerTranscriptionConsent": "Připojením vyjadřujete souhlas s přepisem této schůzky.",
|
19
|
+
"complianceBannerTranscriptionSaving": "Přepis se ukládá.",
|
20
|
+
"complianceBannerTranscriptionStopped": "Přepis se zastavil.",
|
21
|
+
"configurationPageTitle": "Začít hovor",
|
22
|
+
"copyInviteLinkButtonLabel": "Kopírovat odkaz pro pozvání",
|
23
|
+
"copyInviteLinkActionedAriaLabel": "Odkaz pozvánky se zkopíroval",
|
24
|
+
"defaultPlaceHolder": "Vyberte jednu možnost",
|
25
|
+
"dismissSidePaneButtonLabel": "Zavřít",
|
26
|
+
"videoEffectsPaneTitle": "Efekty",
|
27
|
+
"videoEffectsPaneBackgroundSelectionTitle": "Pozadí",
|
28
|
+
"configurationPageVideoEffectsButtonLabel": "Efekty",
|
29
|
+
"unableToStartVideoEffect": "Nelze použít efekt videa.",
|
30
|
+
"blurBackgroundEffectButtonLabel": "Rozostření",
|
31
|
+
"blurBackgroundTooltip": "Rozostřit pozadí",
|
32
|
+
"removeBackgroundEffectButtonLabel": "Žádná",
|
33
|
+
"removeBackgroundTooltip": "Odebrat pozadí",
|
34
|
+
"cameraOffBackgroundEffectWarningText": "Vaše kamera je vypnutá. Pokud chcete vidět efekt videa, zapněte kameru.",
|
35
|
+
"failedToJoinCallDueToNoNetworkMoreDetails": "Hovor byl odpojen z důvodu problému se sítí. Zkontrolujte připojení a připojte se znovu.",
|
36
|
+
"failedToJoinCallDueToNoNetworkTitle": "Volání odpojeno",
|
37
|
+
"failedToJoinTeamsMeetingReasonAccessDeniedMoreDetails": "Vstup do hovoru vám nebyl povolen. Pokud se jednalo o chybu, znovu se do hovoru přihlaste.",
|
38
|
+
"failedToJoinTeamsMeetingReasonAccessDeniedTitle": "Propuštěn z haly",
|
39
|
+
"learnMore": "Další informace",
|
40
|
+
"leavingCallTitle": "Opouštíte hovor...",
|
41
|
+
"leftCallMoreDetails": "Pokud se jedná o chybu, připojte se k hovoru znovu.",
|
42
|
+
"leftCallTitle": "Opustili jste hovor",
|
43
|
+
"lobbyScreenConnectingToCallTitle": "Připojování k hovoru",
|
44
|
+
"lobbyScreenWaitingToBeAdmittedTitle": "Čeká se na přijetí",
|
45
|
+
"microphonePermissionDenied": "Váš prohlížeč blokuje přístup k mikrofonu.",
|
46
|
+
"microphoneToggleInLobbyNotAllowed": "V předsálí nejde ztlumit ani zrušit ztlumení.",
|
47
|
+
"mutedMessage": "Jste ztlumení",
|
48
|
+
"networkReconnectMoreDetails": "Vypadá to, že se něco nepovedlo. Pokoušíme se znovu připojit k hovoru.",
|
49
|
+
"networkReconnectTitle": "Vydržte",
|
50
|
+
"deniedPermissionToRoomDetails": "Nemáte oprávnění připojit se k této místnosti.",
|
51
|
+
"deniedPermissionToRoomTitle": "Oprávnění k místnosti bylo odepřeno",
|
52
|
+
"peopleButtonLabel": "Lidé",
|
53
|
+
"peoplePaneTitle": "Lidé",
|
54
|
+
"peopleButtonTooltipOpen": "Zobrazit účastníky",
|
55
|
+
"peopleButtonTooltipClose": "Skrýt účastníky",
|
56
|
+
"peoplePaneSubTitle": "V tomto hovoru",
|
57
|
+
"privacyPolicy": "Zásady ochrany osobních údajů",
|
58
|
+
"rejoinCallButtonLabel": "Znovu se připojit k hovoru",
|
59
|
+
"removedFromCallMoreDetails": "Jiný účastník vás odebral z hovoru.",
|
60
|
+
"removedFromCallTitle": "Byli jste odebráni",
|
61
|
+
"removeMenuLabel": "Odebrat",
|
62
|
+
"returnToCallButtonAriaDescription": "Pokračovat v hovoru",
|
63
|
+
"returnToCallButtonAriaLabel": "Zpět",
|
64
|
+
"roomNotFoundDetails": "Zadané ID místnosti není platné.",
|
65
|
+
"roomNotFoundTitle": "Místnost nebyla nalezena",
|
66
|
+
"soundLabel": "Zvuk",
|
67
|
+
"noMicrophonesLabel": "Nenašly se žádné mikrofony",
|
68
|
+
"noSpeakersLabel": "Nenašly se žádné reproduktory",
|
69
|
+
"startCallButtonLabel": "Zahájit hovor",
|
70
|
+
"openDialpadButtonLabel": "Vytočit telefonní číslo",
|
71
|
+
"peoplePaneAddPeopleButtonLabel": "Přidat lidi",
|
72
|
+
"dialpadStartCallButtonLabel": "Volat",
|
73
|
+
"dialpadModalTitle": "Vytočit telefonní číslo",
|
74
|
+
"dialpadModalAriaLabel": "Číselník",
|
75
|
+
"dialpadCloseModalButtonAriaLabel": "Zavřít číselník",
|
76
|
+
"moreButtonCallingLabel": "Další",
|
77
|
+
"resumeCallButtonLabel": "Pokračovat",
|
78
|
+
"resumingCallButtonLabel": "Obnovování…",
|
79
|
+
"resumeCallButtonAriaLabel": "Pokračovat v hovoru",
|
80
|
+
"resumingCallButtonAriaLabel": "Pokračovat v hovoru",
|
81
|
+
"holdScreenLabel": "Váš hovor je přidržený",
|
82
|
+
"openDtmfDialpadLabel": "Zobrazit číselník",
|
83
|
+
"dtmfDialpadPlaceholderText": "Zadejte číslo",
|
84
|
+
"outboundCallingNoticeString": "Volání…",
|
85
|
+
"participantJoinedNoticeString": "{displayName} se připojil(a)",
|
86
|
+
"twoParticipantJoinedNoticeString": "{displayName1} a {displayName2} se připojili",
|
87
|
+
"threeParticipantJoinedNoticeString": "Uživatelé {displayName1}, {displayName2} a {displayName3} se připojili",
|
88
|
+
"participantLeftNoticeString": "{displayName} se odpojil(a)",
|
89
|
+
"twoParticipantLeftNoticeString": "{displayName1} a {displayName2} se odpojili",
|
90
|
+
"threeParticipantLeftNoticeString": "Uživatelé {displayName1}, {displayName2} a {displayName3} se odpojili",
|
91
|
+
"unnamedParticipantString": "nepojmenovaný účastník",
|
92
|
+
"manyUnnamedParticipantsJoined": "nepojmenovaný účastník a {numOfParticipants} další účastníci se připojili",
|
93
|
+
"manyUnnamedParticipantsLeft": "nepojmenovaný účastník a {numOfParticipants} další účastníci se odpojili",
|
94
|
+
"manyParticipantsJoined": "{displayName1}, {displayName2}, {displayName3} a {numOfParticipants} se připojili další účastníci",
|
95
|
+
"manyParticipantsLeft": "{displayName1}, {displayName2}, {displayName3} a {numOfParticipants} další účastníci",
|
96
|
+
"liveCaptionsLabel": "Živé titulky",
|
97
|
+
"captionsSettingsLabel": "Nastavení titulků",
|
98
|
+
"startCaptionsButtonOnLabel": "Zapnout titulky",
|
99
|
+
"startCaptionsButtonOffLabel": "Vypnout titulky",
|
100
|
+
"startCaptionsButtonTooltipOnContent": "Vypnout titulky",
|
101
|
+
"startCaptionsButtonTooltipOffContent": "Zapnout titulky",
|
102
|
+
"captionsSettingsModalTitle": "V jakém jazyce se mluví?",
|
103
|
+
"captionsSettingsDropdownLabel": "Mluvený jazyk",
|
104
|
+
"captionsSettingsDropdownInfoText": "Jazyk, kterým mluví všichni účastníci tohoto hovoru.",
|
105
|
+
"captionsSettingsConfirmButtonLabel": "Potvrdit",
|
106
|
+
"captionsSettingsCancelButtonLabel": "Zrušit",
|
107
|
+
"captionsSettingsModalAriaLabel": "Modální nastavení titulků",
|
108
|
+
"captionsSettingsCloseModalButtonAriaLabel": "Nastavení titulků",
|
109
|
+
"captionsBannerMoreButtonCallingLabel": "Další",
|
110
|
+
"captionsBannerMoreButtonTooltip": "Další možnosti",
|
111
|
+
"captionsAvailableLanguageStrings": {
|
112
|
+
"ar-ae": "Arabština - Spojené arabské emiráty",
|
113
|
+
"ar-sa": "Arabština - Saúdská Arábie",
|
114
|
+
"da-dk": "Dánština",
|
115
|
+
"de-de": "Němčina - Německo",
|
116
|
+
"en-au": "Angličtina - Austrálie",
|
117
|
+
"en-ca": "Angličtina - Kanada",
|
118
|
+
"en-gb": "Angličtina - Spojené království",
|
119
|
+
"en-in": "Angličtina - Indie",
|
120
|
+
"en-nz": "Angličtina - Nový Zéland",
|
121
|
+
"en-us": "Angličtina - Spojené státy americké",
|
122
|
+
"es-es": "Španělština - Španělsko (Modern Sort)",
|
123
|
+
"es-mx": "Španělština - Mexiko",
|
124
|
+
"fi-fi": "Finština",
|
125
|
+
"fr-ca": "Francouzština - Kanada",
|
126
|
+
"fr-fr": "Francouzština - Francie",
|
127
|
+
"hi-in": "Hindština",
|
128
|
+
"it-it": "Italština - Itálie",
|
129
|
+
"ja-jp": "Japonština",
|
130
|
+
"ko-kr": "Korejština",
|
131
|
+
"nb-no": "Norština (Bokmål)",
|
132
|
+
"nl-be": "Holandština – Belgie",
|
133
|
+
"nl-nl": "Holandština - Nizozemsko",
|
134
|
+
"pl-pl": "Polština",
|
135
|
+
"pt-br": "Portugalština – Brazílie",
|
136
|
+
"ru-ru": "Ruština",
|
137
|
+
"sv-se": "Švédština",
|
138
|
+
"zh-cn": "Čínština – Čínská lidová republika",
|
139
|
+
"zh-hk": "Čínština – Hong Kong SAR",
|
140
|
+
"cs-cz": "Čeština",
|
141
|
+
"pt-pt": "Portugalština – Portugalsko",
|
142
|
+
"tr-tr": "Turečtina",
|
143
|
+
"vi-vn": "Vietnamština",
|
144
|
+
"th-th": "Thajština",
|
145
|
+
"he-il": "Hebrejština",
|
146
|
+
"cy-gb": "Velština",
|
147
|
+
"uk-ua": "Ukrajinština",
|
148
|
+
"el-gr": "Řečtina",
|
149
|
+
"hu-hu": "Maďarština",
|
150
|
+
"ro-ro": "Rumunština",
|
151
|
+
"sk-sk": "Slovenština",
|
152
|
+
"zh-tw": "Čínština – Tchaj-wan"
|
153
|
+
},
|
154
|
+
"captionsBannerSpinnerText": "Spouští se titulky...",
|
155
|
+
"transferPageTransferorText": "Probíhá přenos...",
|
156
|
+
"transferPageTransferTargetText": "Připojování...",
|
157
|
+
"transferPageUnknownTransferorDisplayName": "Neznámý",
|
158
|
+
"transferPageUnknownTransferTargetDisplayName": "Neznámý",
|
159
|
+
"transferPageNoticeString": "Přepojujeme vás",
|
160
|
+
"participantCouldNotBeReachedTitle": "Cílový účastník není v tuto chvíli k dispozici",
|
161
|
+
"participantCouldNotBeReachedMoreDetails": "Obraťte se prosím na účastníka, až bude k dispozici",
|
162
|
+
"permissionToReachTargetParticipantNotAllowedTitle": "Oprávnění k dosažení cílového účastníka není povolené",
|
163
|
+
"permissionToReachTargetParticipantNotAllowedMoreDetails": "Zkontrolujte prosím, jestli je cílový účastník ve stejném tenantovi.",
|
164
|
+
"unableToResolveTenantTitle": "Nepovedlo se přeložit ID tenanta pro cílového účastníka",
|
165
|
+
"unableToResolveTenantMoreDetails": "Zkontrolujte prosím, jestli je správně zadané ID účastníka.",
|
166
|
+
"participantIdIsMalformedTitle": "ID účastníka nemá správný formát.",
|
167
|
+
"participantIdIsMalformedMoreDetails": "Zkontrolujte prosím, jestli je ID účastníka ve správném formátu."
|
168
|
+
},
|
169
|
+
"chat": {
|
170
|
+
"chatListHeader": "V tomto chatu",
|
171
|
+
"uploadFile": "Nahrát soubor"
|
172
|
+
},
|
173
|
+
"callWithChat": {
|
174
|
+
"chatButtonLabel": "Chat",
|
175
|
+
"chatButtonNewMessageNotificationLabel": "Nová zpráva",
|
176
|
+
"chatButtonTooltipClosedWithMessageCount": "Zobrazit chat (počet nepřečtených zpráv: {unreadMessagesCount})",
|
177
|
+
"chatButtonTooltipClose": "Skrýt chat",
|
178
|
+
"chatButtonTooltipOpen": "Zobrazit chat",
|
179
|
+
"chatPaneTitle": "Chat",
|
180
|
+
"copyInviteLinkButtonLabel": "Kopírovat odkaz pro pozvání",
|
181
|
+
"copyInviteLinkActionedAriaLabel": "Odkaz pozvánky se zkopíroval",
|
182
|
+
"dismissSidePaneButtonLabel": "Zavřít",
|
183
|
+
"moreDrawerAudioDeviceMenuTitle": "Zvukové zařízení",
|
184
|
+
"moreDrawerButtonLabel": "Další možnosti",
|
185
|
+
"moreDrawerButtonTooltip": "Další možnosti",
|
186
|
+
"moreDrawerMicrophoneMenuTitle": "Mikrofon",
|
187
|
+
"moreDrawerSpeakerMenuTitle": "Mluvčí",
|
188
|
+
"moreDrawerCaptionsMenuTitle": "Živé titulky",
|
189
|
+
"moreDrawerSpokenLanguageMenuTitle": "Mluvený jazyk",
|
190
|
+
"peopleButtonLabel": "Lidé",
|
191
|
+
"peopleButtonTooltipOpen": "Zobrazit účastníky",
|
192
|
+
"peopleButtonTooltipClose": "Skrýt účastníky",
|
193
|
+
"peoplePaneSubTitle": "V tomto hovoru",
|
194
|
+
"peoplePaneTitle": "Lidé",
|
195
|
+
"pictureInPictureTileAriaLabel": "Informační kanály videa. Kliknutím se vrátíte na obrazovku hovoru.",
|
196
|
+
"removeMenuLabel": "Odebrat",
|
197
|
+
"openDialpadButtonLabel": "Vytočit telefonní číslo",
|
198
|
+
"returnToCallButtonAriaDescription": "Pokračovat v hovoru",
|
199
|
+
"returnToCallButtonAriaLabel": "Zpět",
|
200
|
+
"peoplePaneAddPeopleButtonLabel": "Přidat lidi",
|
201
|
+
"dialpadStartCallButtonLabel": "Volat",
|
202
|
+
"dialpadModalTitle": "Vytočit telefonní číslo",
|
203
|
+
"dialpadModalAriaLabel": "Číselník",
|
204
|
+
"dialpadCloseModalButtonAriaLabel": "Zavřít číselník",
|
205
|
+
"openDtmfDialpadLabel": "Zobrazit číselník",
|
206
|
+
"dtmfDialpadPlaceholderText": "Zadejte číslo"
|
207
|
+
}
|
208
|
+
}
|
@@ -17,6 +17,12 @@ export declare const COMPOSITE_LOCALE_EN_GB: CompositeLocale;
|
|
17
17
|
* @public
|
18
18
|
*/
|
19
19
|
export declare const COMPOSITE_LOCALE_AR_SA: CompositeLocale;
|
20
|
+
/**
|
21
|
+
* Locale for Czech (Czech Republic)
|
22
|
+
*
|
23
|
+
* @public
|
24
|
+
*/
|
25
|
+
export declare const COMPOSITE_LOCALE_CS_CZ: CompositeLocale;
|
20
26
|
/**
|
21
27
|
* Locale for German (Germany)
|
22
28
|
*
|
@@ -1,9 +1,10 @@
|
|
1
1
|
// Copyright (c) Microsoft Corporation.
|
2
2
|
// Licensed under the MIT license.
|
3
|
-
import { COMPONENT_LOCALE_EN_US, COMPONENT_LOCALE_EN_GB, COMPONENT_LOCALE_AR_SA, COMPONENT_LOCALE_DE_DE, COMPONENT_LOCALE_ES_ES, COMPONENT_LOCALE_FI_FI, COMPONENT_LOCALE_FR_FR, COMPONENT_LOCALE_HE_IL, COMPONENT_LOCALE_IT_IT, COMPONENT_LOCALE_JA_JP, COMPONENT_LOCALE_KO_KR, COMPONENT_LOCALE_NB_NO, COMPONENT_LOCALE_NL_NL, COMPONENT_LOCALE_PL_PL, COMPONENT_LOCALE_PT_BR, COMPONENT_LOCALE_RU_RU, COMPONENT_LOCALE_SV_SE, COMPONENT_LOCALE_TR_TR, COMPONENT_LOCALE_ZH_CN, COMPONENT_LOCALE_ZH_TW } from "../../../../../react-components/src";
|
3
|
+
import { COMPONENT_LOCALE_EN_US, COMPONENT_LOCALE_EN_GB, COMPONENT_LOCALE_AR_SA, COMPONENT_LOCALE_CS_CZ, COMPONENT_LOCALE_DE_DE, COMPONENT_LOCALE_ES_ES, COMPONENT_LOCALE_FI_FI, COMPONENT_LOCALE_FR_FR, COMPONENT_LOCALE_HE_IL, COMPONENT_LOCALE_IT_IT, COMPONENT_LOCALE_JA_JP, COMPONENT_LOCALE_KO_KR, COMPONENT_LOCALE_NB_NO, COMPONENT_LOCALE_NL_NL, COMPONENT_LOCALE_PL_PL, COMPONENT_LOCALE_PT_BR, COMPONENT_LOCALE_RU_RU, COMPONENT_LOCALE_SV_SE, COMPONENT_LOCALE_TR_TR, COMPONENT_LOCALE_ZH_CN, COMPONENT_LOCALE_ZH_TW } from "../../../../../react-components/src";
|
4
4
|
import en_US from './en-US/strings.json';
|
5
5
|
import en_GB from './en-GB/strings.json';
|
6
6
|
import ar_SA from './ar-SA/strings.json';
|
7
|
+
import cs_CZ from './cs-CZ/strings.json';
|
7
8
|
import de_DE from './de-DE/strings.json';
|
8
9
|
import es_ES from './es-ES/strings.json';
|
9
10
|
import fi_FI from './fi-FI/strings.json';
|
@@ -55,6 +56,15 @@ export const COMPOSITE_LOCALE_AR_SA = {
|
|
55
56
|
component: COMPONENT_LOCALE_AR_SA,
|
56
57
|
strings: createCompositeStrings(ar_SA)
|
57
58
|
};
|
59
|
+
/**
|
60
|
+
* Locale for Czech (Czech Republic)
|
61
|
+
*
|
62
|
+
* @public
|
63
|
+
*/
|
64
|
+
export const COMPOSITE_LOCALE_CS_CZ = {
|
65
|
+
component: COMPONENT_LOCALE_CS_CZ,
|
66
|
+
strings: createCompositeStrings(cs_CZ)
|
67
|
+
};
|
58
68
|
/**
|
59
69
|
* Locale for German (Germany)
|
60
70
|
*
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../react-composites/src/composites/localization/locales/index.ts"],"names":[],"mappings":"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","sourcesContent":["// Copyright (c) Microsoft Corporation.\r\n// Licensed under the MIT license.\r\n\r\nimport { PartialDeep } from 'type-fest';\r\nimport {\r\n COMPONENT_LOCALE_EN_US,\r\n COMPONENT_LOCALE_EN_GB,\r\n COMPONENT_LOCALE_AR_SA,\r\n COMPONENT_LOCALE_DE_DE,\r\n COMPONENT_LOCALE_ES_ES,\r\n COMPONENT_LOCALE_FI_FI,\r\n COMPONENT_LOCALE_FR_FR,\r\n COMPONENT_LOCALE_HE_IL,\r\n COMPONENT_LOCALE_IT_IT,\r\n COMPONENT_LOCALE_JA_JP,\r\n COMPONENT_LOCALE_KO_KR,\r\n COMPONENT_LOCALE_NB_NO,\r\n COMPONENT_LOCALE_NL_NL,\r\n COMPONENT_LOCALE_PL_PL,\r\n COMPONENT_LOCALE_PT_BR,\r\n COMPONENT_LOCALE_RU_RU,\r\n COMPONENT_LOCALE_SV_SE,\r\n COMPONENT_LOCALE_TR_TR,\r\n COMPONENT_LOCALE_ZH_CN,\r\n COMPONENT_LOCALE_ZH_TW\r\n} from '@internal/react-components';\r\nimport { CompositeLocale, CompositeStrings } from '../LocalizationProvider';\r\nimport en_US from './en-US/strings.json';\r\nimport en_GB from './en-GB/strings.json';\r\nimport ar_SA from './ar-SA/strings.json';\r\nimport de_DE from './de-DE/strings.json';\r\nimport es_ES from './es-ES/strings.json';\r\nimport fi_FI from './fi-FI/strings.json';\r\nimport fr_FR from './fr-FR/strings.json';\r\nimport he_IL from './he-IL/strings.json';\r\nimport it_IT from './it-IT/strings.json';\r\nimport ja_JP from './ja-JP/strings.json';\r\nimport ko_KR from './ko-KR/strings.json';\r\nimport nb_NO from './nb-NO/strings.json';\r\nimport nl_NL from './nl-NL/strings.json';\r\nimport pl_PL from './pl-PL/strings.json';\r\nimport pt_BR from './pt-BR/strings.json';\r\nimport ru_RU from './ru-RU/strings.json';\r\nimport sv_SE from './sv-SE/strings.json';\r\nimport tr_TR from './tr-TR/strings.json';\r\nimport zh_CN from './zh-CN/strings.json';\r\nimport zh_TW from './zh-TW/strings.json';\r\n\r\nconst createCompositeStrings = (localizedStrings: PartialDeep<CompositeStrings>): CompositeStrings => {\r\n const strings: CompositeStrings = { ...en_US };\r\n Object.keys(localizedStrings).forEach((key: string) => {\r\n strings[key] = { ...strings[key], ...localizedStrings[key] };\r\n });\r\n return strings;\r\n};\r\n\r\n/**\r\n * Locale for English (US)\r\n *\r\n * @public\r\n */\r\nexport const COMPOSITE_LOCALE_EN_US: CompositeLocale = {\r\n component: COMPONENT_LOCALE_EN_US,\r\n strings: en_US\r\n};\r\n/**\r\n * Locale for English (British)\r\n *\r\n * @public\r\n */\r\nexport const COMPOSITE_LOCALE_EN_GB: CompositeLocale = {\r\n component: COMPONENT_LOCALE_EN_GB,\r\n strings: createCompositeStrings(en_GB)\r\n};\r\n/**\r\n * Locale for Arabic (Saudi Arabia)\r\n *\r\n * @public\r\n */\r\nexport const COMPOSITE_LOCALE_AR_SA: CompositeLocale = {\r\n component: COMPONENT_LOCALE_AR_SA,\r\n strings: createCompositeStrings(ar_SA)\r\n};\r\n/**\r\n * Locale for German (Germany)\r\n *\r\n * @public\r\n */\r\nexport const COMPOSITE_LOCALE_DE_DE: CompositeLocale = {\r\n component: COMPONENT_LOCALE_DE_DE,\r\n strings: createCompositeStrings(de_DE)\r\n};\r\n/**\r\n * Locale for Spanish (Spain)\r\n *\r\n * @public\r\n */\r\nexport const COMPOSITE_LOCALE_ES_ES: CompositeLocale = {\r\n component: COMPONENT_LOCALE_ES_ES,\r\n strings: createCompositeStrings(es_ES)\r\n};\r\n/**\r\n * Locale for Finnish (Finland)\r\n *\r\n * @public\r\n */\r\nexport const COMPOSITE_LOCALE_FI_FI: CompositeLocale = {\r\n component: COMPONENT_LOCALE_FI_FI,\r\n strings: createCompositeStrings(fi_FI)\r\n};\r\n/**\r\n * Locale for French (France)\r\n *\r\n * @public\r\n */\r\nexport const COMPOSITE_LOCALE_FR_FR: CompositeLocale = {\r\n component: COMPONENT_LOCALE_FR_FR,\r\n strings: createCompositeStrings(fr_FR)\r\n};\r\n/**\r\n * Locale for Hebrew (Israel)\r\n *\r\n * @public\r\n */\r\nexport const COMPOSITE_LOCALE_HE_IL: CompositeLocale = {\r\n component: COMPONENT_LOCALE_HE_IL,\r\n strings: createCompositeStrings(he_IL)\r\n};\r\n/**\r\n * Locale for Italian (Italy)\r\n *\r\n * @public\r\n */\r\nexport const COMPOSITE_LOCALE_IT_IT: CompositeLocale = {\r\n component: COMPONENT_LOCALE_IT_IT,\r\n strings: createCompositeStrings(it_IT)\r\n};\r\n/**\r\n * Locale for Japanese (Japan)\r\n *\r\n * @public\r\n */\r\nexport const COMPOSITE_LOCALE_JA_JP: CompositeLocale = {\r\n component: COMPONENT_LOCALE_JA_JP,\r\n strings: createCompositeStrings(ja_JP)\r\n};\r\n/**\r\n * Locale for Korean (South Korea)\r\n *\r\n * @public\r\n */\r\nexport const COMPOSITE_LOCALE_KO_KR: CompositeLocale = {\r\n component: COMPONENT_LOCALE_KO_KR,\r\n strings: createCompositeStrings(ko_KR)\r\n};\r\n/**\r\n * Locale for Norwegian Bokmål (Norway)\r\n *\r\n * @public\r\n */\r\nexport const COMPOSITE_LOCALE_NB_NO: CompositeLocale = {\r\n component: COMPONENT_LOCALE_NB_NO,\r\n strings: createCompositeStrings(nb_NO)\r\n};\r\n/**\r\n * Locale for Dutch (Netherlands)\r\n *\r\n * @public\r\n */\r\nexport const COMPOSITE_LOCALE_NL_NL: CompositeLocale = {\r\n component: COMPONENT_LOCALE_NL_NL,\r\n strings: createCompositeStrings(nl_NL)\r\n};\r\n/**\r\n * Locale for Polish (Poland)\r\n *\r\n * @public\r\n */\r\nexport const COMPOSITE_LOCALE_PL_PL: CompositeLocale = {\r\n component: COMPONENT_LOCALE_PL_PL,\r\n strings: createCompositeStrings(pl_PL)\r\n};\r\n/**\r\n * Locale for Portuguese (Brazil)\r\n *\r\n * @public\r\n */\r\nexport const COMPOSITE_LOCALE_PT_BR: CompositeLocale = {\r\n component: COMPONENT_LOCALE_PT_BR,\r\n strings: createCompositeStrings(pt_BR)\r\n};\r\n/**\r\n * Locale for Russian (Russia)\r\n *\r\n * @public\r\n */\r\nexport const COMPOSITE_LOCALE_RU_RU: CompositeLocale = {\r\n component: COMPONENT_LOCALE_RU_RU,\r\n strings: createCompositeStrings(ru_RU)\r\n};\r\n/**\r\n * Locale for Swedish (Sweden)\r\n *\r\n * @public\r\n */\r\nexport const COMPOSITE_LOCALE_SV_SE: CompositeLocale = {\r\n component: COMPONENT_LOCALE_SV_SE,\r\n strings: createCompositeStrings(sv_SE)\r\n};\r\n/**\r\n * Locale for Turkish (Turkey)\r\n *\r\n * @public\r\n */\r\nexport const COMPOSITE_LOCALE_TR_TR: CompositeLocale = {\r\n component: COMPONENT_LOCALE_TR_TR,\r\n strings: createCompositeStrings(tr_TR)\r\n};\r\n/**\r\n * Locale for Chinese (Mainland China)\r\n *\r\n * @public\r\n */\r\nexport const COMPOSITE_LOCALE_ZH_CN: CompositeLocale = {\r\n component: COMPONENT_LOCALE_ZH_CN,\r\n strings: createCompositeStrings(zh_CN)\r\n};\r\n/**\r\n * Locale for Chinese (Taiwan)\r\n *\r\n * @public\r\n */\r\nexport const COMPOSITE_LOCALE_ZH_TW: CompositeLocale = {\r\n component: COMPONENT_LOCALE_ZH_TW,\r\n strings: createCompositeStrings(zh_TW)\r\n};\r\n\"../../../../../react-components/src\""]}
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../react-composites/src/composites/localization/locales/index.ts"],"names":[],"mappings":"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","sourcesContent":["// Copyright (c) Microsoft Corporation.\r\n// Licensed under the MIT license.\r\n\r\nimport { PartialDeep } from 'type-fest';\r\nimport {\r\n COMPONENT_LOCALE_EN_US,\r\n COMPONENT_LOCALE_EN_GB,\r\n COMPONENT_LOCALE_AR_SA,\r\n COMPONENT_LOCALE_CS_CZ,\r\n COMPONENT_LOCALE_DE_DE,\r\n COMPONENT_LOCALE_ES_ES,\r\n COMPONENT_LOCALE_FI_FI,\r\n COMPONENT_LOCALE_FR_FR,\r\n COMPONENT_LOCALE_HE_IL,\r\n COMPONENT_LOCALE_IT_IT,\r\n COMPONENT_LOCALE_JA_JP,\r\n COMPONENT_LOCALE_KO_KR,\r\n COMPONENT_LOCALE_NB_NO,\r\n COMPONENT_LOCALE_NL_NL,\r\n COMPONENT_LOCALE_PL_PL,\r\n COMPONENT_LOCALE_PT_BR,\r\n COMPONENT_LOCALE_RU_RU,\r\n COMPONENT_LOCALE_SV_SE,\r\n COMPONENT_LOCALE_TR_TR,\r\n COMPONENT_LOCALE_ZH_CN,\r\n COMPONENT_LOCALE_ZH_TW\r\n} from '@internal/react-components';\r\nimport { CompositeLocale, CompositeStrings } from '../LocalizationProvider';\r\nimport en_US from './en-US/strings.json';\r\nimport en_GB from './en-GB/strings.json';\r\nimport ar_SA from './ar-SA/strings.json';\r\nimport cs_CZ from './cs-CZ/strings.json';\r\nimport de_DE from './de-DE/strings.json';\r\nimport es_ES from './es-ES/strings.json';\r\nimport fi_FI from './fi-FI/strings.json';\r\nimport fr_FR from './fr-FR/strings.json';\r\nimport he_IL from './he-IL/strings.json';\r\nimport it_IT from './it-IT/strings.json';\r\nimport ja_JP from './ja-JP/strings.json';\r\nimport ko_KR from './ko-KR/strings.json';\r\nimport nb_NO from './nb-NO/strings.json';\r\nimport nl_NL from './nl-NL/strings.json';\r\nimport pl_PL from './pl-PL/strings.json';\r\nimport pt_BR from './pt-BR/strings.json';\r\nimport ru_RU from './ru-RU/strings.json';\r\nimport sv_SE from './sv-SE/strings.json';\r\nimport tr_TR from './tr-TR/strings.json';\r\nimport zh_CN from './zh-CN/strings.json';\r\nimport zh_TW from './zh-TW/strings.json';\r\n\r\nconst createCompositeStrings = (localizedStrings: PartialDeep<CompositeStrings>): CompositeStrings => {\r\n const strings: CompositeStrings = { ...en_US };\r\n Object.keys(localizedStrings).forEach((key: string) => {\r\n strings[key] = { ...strings[key], ...localizedStrings[key] };\r\n });\r\n return strings;\r\n};\r\n\r\n/**\r\n * Locale for English (US)\r\n *\r\n * @public\r\n */\r\nexport const COMPOSITE_LOCALE_EN_US: CompositeLocale = {\r\n component: COMPONENT_LOCALE_EN_US,\r\n strings: en_US\r\n};\r\n/**\r\n * Locale for English (British)\r\n *\r\n * @public\r\n */\r\nexport const COMPOSITE_LOCALE_EN_GB: CompositeLocale = {\r\n component: COMPONENT_LOCALE_EN_GB,\r\n strings: createCompositeStrings(en_GB)\r\n};\r\n/**\r\n * Locale for Arabic (Saudi Arabia)\r\n *\r\n * @public\r\n */\r\nexport const COMPOSITE_LOCALE_AR_SA: CompositeLocale = {\r\n component: COMPONENT_LOCALE_AR_SA,\r\n strings: createCompositeStrings(ar_SA)\r\n};\r\n/**\r\n * Locale for Czech (Czech Republic)\r\n *\r\n * @public\r\n */\r\nexport const COMPOSITE_LOCALE_CS_CZ: CompositeLocale = {\r\n component: COMPONENT_LOCALE_CS_CZ,\r\n strings: createCompositeStrings(cs_CZ)\r\n};\r\n/**\r\n * Locale for German (Germany)\r\n *\r\n * @public\r\n */\r\nexport const COMPOSITE_LOCALE_DE_DE: CompositeLocale = {\r\n component: COMPONENT_LOCALE_DE_DE,\r\n strings: createCompositeStrings(de_DE)\r\n};\r\n/**\r\n * Locale for Spanish (Spain)\r\n *\r\n * @public\r\n */\r\nexport const COMPOSITE_LOCALE_ES_ES: CompositeLocale = {\r\n component: COMPONENT_LOCALE_ES_ES,\r\n strings: createCompositeStrings(es_ES)\r\n};\r\n/**\r\n * Locale for Finnish (Finland)\r\n *\r\n * @public\r\n */\r\nexport const COMPOSITE_LOCALE_FI_FI: CompositeLocale = {\r\n component: COMPONENT_LOCALE_FI_FI,\r\n strings: createCompositeStrings(fi_FI)\r\n};\r\n/**\r\n * Locale for French (France)\r\n *\r\n * @public\r\n */\r\nexport const COMPOSITE_LOCALE_FR_FR: CompositeLocale = {\r\n component: COMPONENT_LOCALE_FR_FR,\r\n strings: createCompositeStrings(fr_FR)\r\n};\r\n/**\r\n * Locale for Hebrew (Israel)\r\n *\r\n * @public\r\n */\r\nexport const COMPOSITE_LOCALE_HE_IL: CompositeLocale = {\r\n component: COMPONENT_LOCALE_HE_IL,\r\n strings: createCompositeStrings(he_IL)\r\n};\r\n/**\r\n * Locale for Italian (Italy)\r\n *\r\n * @public\r\n */\r\nexport const COMPOSITE_LOCALE_IT_IT: CompositeLocale = {\r\n component: COMPONENT_LOCALE_IT_IT,\r\n strings: createCompositeStrings(it_IT)\r\n};\r\n/**\r\n * Locale for Japanese (Japan)\r\n *\r\n * @public\r\n */\r\nexport const COMPOSITE_LOCALE_JA_JP: CompositeLocale = {\r\n component: COMPONENT_LOCALE_JA_JP,\r\n strings: createCompositeStrings(ja_JP)\r\n};\r\n/**\r\n * Locale for Korean (South Korea)\r\n *\r\n * @public\r\n */\r\nexport const COMPOSITE_LOCALE_KO_KR: CompositeLocale = {\r\n component: COMPONENT_LOCALE_KO_KR,\r\n strings: createCompositeStrings(ko_KR)\r\n};\r\n/**\r\n * Locale for Norwegian Bokmål (Norway)\r\n *\r\n * @public\r\n */\r\nexport const COMPOSITE_LOCALE_NB_NO: CompositeLocale = {\r\n component: COMPONENT_LOCALE_NB_NO,\r\n strings: createCompositeStrings(nb_NO)\r\n};\r\n/**\r\n * Locale for Dutch (Netherlands)\r\n *\r\n * @public\r\n */\r\nexport const COMPOSITE_LOCALE_NL_NL: CompositeLocale = {\r\n component: COMPONENT_LOCALE_NL_NL,\r\n strings: createCompositeStrings(nl_NL)\r\n};\r\n/**\r\n * Locale for Polish (Poland)\r\n *\r\n * @public\r\n */\r\nexport const COMPOSITE_LOCALE_PL_PL: CompositeLocale = {\r\n component: COMPONENT_LOCALE_PL_PL,\r\n strings: createCompositeStrings(pl_PL)\r\n};\r\n/**\r\n * Locale for Portuguese (Brazil)\r\n *\r\n * @public\r\n */\r\nexport const COMPOSITE_LOCALE_PT_BR: CompositeLocale = {\r\n component: COMPONENT_LOCALE_PT_BR,\r\n strings: createCompositeStrings(pt_BR)\r\n};\r\n/**\r\n * Locale for Russian (Russia)\r\n *\r\n * @public\r\n */\r\nexport const COMPOSITE_LOCALE_RU_RU: CompositeLocale = {\r\n component: COMPONENT_LOCALE_RU_RU,\r\n strings: createCompositeStrings(ru_RU)\r\n};\r\n/**\r\n * Locale for Swedish (Sweden)\r\n *\r\n * @public\r\n */\r\nexport const COMPOSITE_LOCALE_SV_SE: CompositeLocale = {\r\n component: COMPONENT_LOCALE_SV_SE,\r\n strings: createCompositeStrings(sv_SE)\r\n};\r\n/**\r\n * Locale for Turkish (Turkey)\r\n *\r\n * @public\r\n */\r\nexport const COMPOSITE_LOCALE_TR_TR: CompositeLocale = {\r\n component: COMPONENT_LOCALE_TR_TR,\r\n strings: createCompositeStrings(tr_TR)\r\n};\r\n/**\r\n * Locale for Chinese (Mainland China)\r\n *\r\n * @public\r\n */\r\nexport const COMPOSITE_LOCALE_ZH_CN: CompositeLocale = {\r\n component: COMPONENT_LOCALE_ZH_CN,\r\n strings: createCompositeStrings(zh_CN)\r\n};\r\n/**\r\n * Locale for Chinese (Taiwan)\r\n *\r\n * @public\r\n */\r\nexport const COMPOSITE_LOCALE_ZH_TW: CompositeLocale = {\r\n component: COMPONENT_LOCALE_ZH_TW,\r\n strings: createCompositeStrings(zh_TW)\r\n};\r\n\"../../../../../react-components/src\""]}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@azure/communication-react",
|
3
|
-
"version": "1.6.1-alpha-
|
3
|
+
"version": "1.6.1-alpha-202307010018",
|
4
4
|
"sideEffects": false,
|
5
5
|
"description": "React library for building modern communication user experiences utilizing Azure Communication Services",
|
6
6
|
"keywords": [
|
@@ -95,13 +95,13 @@
|
|
95
95
|
"@azure/core-auth": "^1.4.0",
|
96
96
|
"@babel/cli": "~7.16.0",
|
97
97
|
"@babel/core": "~7.16.0",
|
98
|
-
"@internal/calling-component-bindings": "1.6.1-alpha-
|
99
|
-
"@internal/calling-stateful-client": "1.6.1-alpha-
|
100
|
-
"@internal/chat-component-bindings": "1.6.1-alpha-
|
101
|
-
"@internal/chat-stateful-client": "1.6.1-alpha-
|
102
|
-
"@internal/fake-backends": "1.6.1-alpha-
|
103
|
-
"@internal/react-components": "1.6.1-alpha-
|
104
|
-
"@internal/react-composites": "1.6.1-alpha-
|
98
|
+
"@internal/calling-component-bindings": "1.6.1-alpha-202307010018",
|
99
|
+
"@internal/calling-stateful-client": "1.6.1-alpha-202307010018",
|
100
|
+
"@internal/chat-component-bindings": "1.6.1-alpha-202307010018",
|
101
|
+
"@internal/chat-stateful-client": "1.6.1-alpha-202307010018",
|
102
|
+
"@internal/fake-backends": "1.6.1-alpha-202307010018",
|
103
|
+
"@internal/react-components": "1.6.1-alpha-202307010018",
|
104
|
+
"@internal/react-composites": "1.6.1-alpha-202307010018",
|
105
105
|
"@fluentui/react-northstar": "0.61.0",
|
106
106
|
"@microsoft/api-documenter": "~7.12.11",
|
107
107
|
"@microsoft/api-extractor": "~7.18.0",
|