@bigbinary/neeto-molecules 4.1.27 → 4.1.29
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/AuditLogs.js +73 -147
- package/dist/AuditLogs.js.map +1 -1
- package/dist/cjs/AuditLogs.js +72 -146
- package/dist/cjs/AuditLogs.js.map +1 -1
- package/package.json +1 -1
- package/src/translations/ar.json +11 -1
- package/src/translations/bg.json +11 -1
- package/src/translations/ca.json +11 -1
- package/src/translations/cs.json +11 -1
- package/src/translations/da.json +11 -1
- package/src/translations/de.json +11 -1
- package/src/translations/en.json +10 -15
- package/src/translations/es-MX.json +11 -1
- package/src/translations/es.json +11 -1
- package/src/translations/et.json +11 -1
- package/src/translations/fi.json +11 -1
- package/src/translations/fil.json +11 -1
- package/src/translations/fr.json +11 -1
- package/src/translations/he.json +11 -1
- package/src/translations/hi.json +11 -1
- package/src/translations/hr.json +11 -1
- package/src/translations/hu.json +11 -1
- package/src/translations/id.json +11 -1
- package/src/translations/it.json +11 -1
- package/src/translations/ja.json +11 -1
- package/src/translations/ko.json +11 -1
- package/src/translations/nl.json +11 -1
- package/src/translations/pl.json +11 -1
- package/src/translations/pt-BR.json +11 -1
- package/src/translations/pt.json +11 -1
- package/src/translations/ro.json +11 -1
- package/src/translations/ru.json +11 -1
- package/src/translations/sk.json +11 -1
- package/src/translations/sl.json +11 -1
- package/src/translations/sv.json +11 -1
- package/src/translations/th.json +11 -1
- package/src/translations/tr.json +11 -1
- package/src/translations/uk.json +11 -1
- package/src/translations/vi.json +11 -1
- package/src/translations/zh-CN.json +11 -1
- package/src/translations/zh-TW.json +11 -1
package/src/translations/cs.json
CHANGED
|
@@ -564,7 +564,17 @@
|
|
|
564
564
|
"connectedTeams": "{{performedBy, anyCase}} <Semibold>připojený Microsoft Teams</Semibold>.",
|
|
565
565
|
"disconnectedTeams": "{{performedBy, anyCase}} <Semibold>odpojený Microsoft Teams</Semibold>.",
|
|
566
566
|
"connectedZoom": "{{performedBy, anyCase}} <Semibold>připojený Zoom</Semibold> pomocí <Code>{{emailAddress}}</Code>.",
|
|
567
|
-
"disconnectedZoom": "{{performedBy, anyCase}} <Semibold>odpojený Zoom</Semibold> pro <Code>{{emailAddress}}</Code>."
|
|
567
|
+
"disconnectedZoom": "{{performedBy, anyCase}} <Semibold>odpojený Zoom</Semibold> pro <Code>{{emailAddress}}</Code>.",
|
|
568
|
+
"integrationConnected": "{{performedBy, anyCase}} <Semibold>připojil {{integrationName}}< /Semibold> pomocí <Code>{{detail}}< /Code>.",
|
|
569
|
+
"integrationConnectedWithoutDetail": "{{performedBy, anyCase}} <Semibold>připojil {{integrationName}}< /Semibold>.",
|
|
570
|
+
"integrationConnectedOnBehalf": "{{performedBy, anyCase}} <Semibold>připojil {{integrationName}}< /Semibold> za <Code>{{onBehalfOf}}< /Code> pomocí <Code>{{detail}}< /Code>.",
|
|
571
|
+
"integrationConnectedOnBehalfWithoutDetail": "{{performedBy, anyCase}} <Semibold>připojil {{integrationName}}< /Semibold> za <Code>{{onBehalfOf}}< /Code>.",
|
|
572
|
+
"integrationDisconnected": "{{performedBy, anyCase}} <Semibold>odpojil {{integrationName}}< /Semibold> pro <Code>{{detail}}< /Code>.",
|
|
573
|
+
"integrationDisconnectedWithoutDetail": "{{performedBy, anyCase}} <Semibold>odpojil {{integrationName}}< /Semibold>.",
|
|
574
|
+
"integrationDisconnectedOnBehalf": "{{performedBy, anyCase}} <Semibold>odpojil {{integrationName}}< /Semibold> za <Code>{{onBehalfOf}}< /Code> (<Code>{{detail}}< /Code>).",
|
|
575
|
+
"integrationDisconnectedOnBehalfWithoutDetail": "{{performedBy, anyCase}} <Semibold>odpojil {{integrationName}}< /Semibold> za <Code>{{onBehalfOf}}< /Code>.",
|
|
576
|
+
"integrationDisconnectedByProvider": "{{integrationName}} <Semibold>odpojeno< /Semibold> pro <Code>{{detail}}< /Code> (připojeno {{performedBy, anyCase}}).",
|
|
577
|
+
"integrationDisconnectedByProviderWithoutDetail": "{{integrationName}} <Semibold>odpojeno< /Semibold> (připojeno {{performedBy, anyCase}})."
|
|
568
578
|
}
|
|
569
579
|
},
|
|
570
580
|
"ipRestriction": {
|
package/src/translations/da.json
CHANGED
|
@@ -564,7 +564,17 @@
|
|
|
564
564
|
"connectedTeams": "{{performedBy, anyCase}} <Semibold>forbundet Microsoft Teams</Semibold>.",
|
|
565
565
|
"disconnectedTeams": "{{performedBy, anyCase}} <Semibold>frakoblet Microsoft Teams</Semibold>.",
|
|
566
566
|
"connectedZoom": "{{performedBy, anyCase}} <Semibold>forbundet Zoom</Semibold> ved hjælp af <Code>{{emailAddress}}</Code>.",
|
|
567
|
-
"disconnectedZoom": "{{performedBy, anyCase}} <Semibold>frakoblet Zoom</Semibold> for <Code>{{emailAddress}}</Code>."
|
|
567
|
+
"disconnectedZoom": "{{performedBy, anyCase}} <Semibold>frakoblet Zoom</Semibold> for <Code>{{emailAddress}}</Code>.",
|
|
568
|
+
"integrationConnected": "{{performedBy, anyCase}} <Semibold>forbundet {{integrationName}}<\\/Semibold> ved hjælp af <Code>{{detail}}<\\/Code>.",
|
|
569
|
+
"integrationConnectedWithoutDetail": "{{performedBy, anyCase}} <Semibold>forbundet {{integrationName}}<\\/Semibold>.",
|
|
570
|
+
"integrationConnectedOnBehalf": "{{performedBy, anyCase}} <Semibold>forbundet {{integrationName}}<\\/Semibold> på vegne af <Code>{{onBehalfOf}}<\\/Code> ved hjælp af <Code>{{detail}}<\\/Code>.",
|
|
571
|
+
"integrationConnectedOnBehalfWithoutDetail": "{{performedBy, anyCase}} <Semibold>forbundet {{integrationName}}<\\/Semibold> på vegne af <Code>{{onBehalfOf}}<\\/Code>.",
|
|
572
|
+
"integrationDisconnected": "{{performedBy, anyCase}} <Semibold>afbrudt {{integrationName}}<\\/Semibold> for <Code>{{detail}}<\\/Code>.",
|
|
573
|
+
"integrationDisconnectedWithoutDetail": "{{performedBy, anyCase}} <Semibold>afbrudt {{integrationName}}<\\/Semibold>.",
|
|
574
|
+
"integrationDisconnectedOnBehalf": "{{performedBy, anyCase}} <Semibold>afbrudt {{integrationName}}<\\/Semibold> for <Code>{{onBehalfOf}}<\\/Code> (<Code>{{detail}}<\\/Code>).",
|
|
575
|
+
"integrationDisconnectedOnBehalfWithoutDetail": "{{performedBy, anyCase}} <Semibold>afbrudt {{integrationName}}<\\/Semibold> for <Code>{{onBehalfOf}}<\\/Code>.",
|
|
576
|
+
"integrationDisconnectedByProvider": "{{integrationName}} <Semibold>afbrudt<\\/Semibold> for <Code>{{detail}}<\\/Code> (forbundet af {{performedBy, anyCase}}).",
|
|
577
|
+
"integrationDisconnectedByProviderWithoutDetail": "{{integrationName}} <Semibold>afbrudt<\\/Semibold> (forbundet af {{performedBy, anyCase}})."
|
|
568
578
|
}
|
|
569
579
|
},
|
|
570
580
|
"ipRestriction": {
|
package/src/translations/de.json
CHANGED
|
@@ -407,7 +407,17 @@
|
|
|
407
407
|
"connectedTeams": "{{performedBy, anyCase}} <Semibold>hat Microsoft Teams verbunden</Semibold>.",
|
|
408
408
|
"disconnectedTeams": "{{performedBy, anyCase}} <Semibold>hat Microsoft Teams getrennt</Semibold>.",
|
|
409
409
|
"connectedZoom": "{{performedBy, anyCase}} <Semibold>hat Zoom verbunden</Semibold> über <Code>{{emailAddress}}</Code>.",
|
|
410
|
-
"disconnectedZoom": "{{performedBy, anyCase}} <Semibold>hat Zoom getrennt</Semibold> für <Code>{{emailAddress}}</Code>."
|
|
410
|
+
"disconnectedZoom": "{{performedBy, anyCase}} <Semibold>hat Zoom getrennt</Semibold> für <Code>{{emailAddress}}</Code>.",
|
|
411
|
+
"integrationConnected": "{{performedBy, anyCase}} <Semibold>hat {{integrationName}} verbunden<Semibold> unter Verwendung von <Code>{{detail}}</Code>.",
|
|
412
|
+
"integrationConnectedWithoutDetail": "{{performedBy, anyCase}} <Semibold>hat {{integrationName}} verbunden<Semibold>.",
|
|
413
|
+
"integrationConnectedOnBehalf": "{{performedBy, anyCase}} <Semibold>hat {{integrationName}} verbunden<Semibold> für <Code>{{onBehalfOf}}</Code> unter Verwendung von <Code>{{detail}}</Code>.",
|
|
414
|
+
"integrationConnectedOnBehalfWithoutDetail": "{{performedBy, anyCase}} <Semibold>hat {{integrationName}} verbunden<Semibold> für <Code>{{onBehalfOf}}</Code>.",
|
|
415
|
+
"integrationDisconnected": "{{performedBy, anyCase}} <Semibold>hat {{integrationName}} getrennt<Semibold> für <Code>{{detail}}</Code>.",
|
|
416
|
+
"integrationDisconnectedWithoutDetail": "{{performedBy, anyCase}} <Semibold>hat {{integrationName}} getrennt<Semibold>.",
|
|
417
|
+
"integrationDisconnectedOnBehalf": "{{performedBy, anyCase}} <Semibold>hat {{integrationName}} getrennt<Semibold> für <Code>{{onBehalfOf}}</Code> (<Code>{{detail}}</Code>).",
|
|
418
|
+
"integrationDisconnectedOnBehalfWithoutDetail": "{{performedBy, anyCase}} <Semibold>hat {{integrationName}} getrennt<Semibold> für <Code>{{onBehalfOf}}</Code>.",
|
|
419
|
+
"integrationDisconnectedByProvider": "{{integrationName}} <Semibold>wurde getrennt<Semibold> für <Code>{{detail}}</Code> (verbunden von {{performedBy, anyCase}}).",
|
|
420
|
+
"integrationDisconnectedByProviderWithoutDetail": "{{integrationName}} <Semibold>wurde getrennt<Semibold> (verbunden von {{performedBy, anyCase}})."
|
|
411
421
|
}
|
|
412
422
|
},
|
|
413
423
|
"ipRestriction": {
|
package/src/translations/en.json
CHANGED
|
@@ -356,21 +356,16 @@
|
|
|
356
356
|
"updatedFields": "<Semibold>{{field}}</Semibold>",
|
|
357
357
|
"updatedFieldsWithPreviousValue": "<Semibold>{{field}}</Semibold> from <Code>{{from, anyCase}}</Code> to <Code>{{to, anyCase}}</Code>",
|
|
358
358
|
"updatedFieldsWithNewValue": "<Semibold>{{field}}</Semibold> to <Code>{{to, anyCase}}</Code>",
|
|
359
|
-
"
|
|
360
|
-
"
|
|
361
|
-
"
|
|
362
|
-
"
|
|
363
|
-
"
|
|
364
|
-
"
|
|
365
|
-
"
|
|
366
|
-
"
|
|
367
|
-
"
|
|
368
|
-
"
|
|
369
|
-
"disconnectedSlack": "{{performedBy, anyCase}} <Semibold>disconnected Slack</Semibold> workspace <Code>{{workspaceName}}</Code>.",
|
|
370
|
-
"connectedTeams": "{{performedBy, anyCase}} <Semibold>connected Microsoft Teams</Semibold>.",
|
|
371
|
-
"disconnectedTeams": "{{performedBy, anyCase}} <Semibold>disconnected Microsoft Teams</Semibold>.",
|
|
372
|
-
"connectedZoom": "{{performedBy, anyCase}} <Semibold>connected Zoom</Semibold> using <Code>{{emailAddress}}</Code>.",
|
|
373
|
-
"disconnectedZoom": "{{performedBy, anyCase}} <Semibold>disconnected Zoom</Semibold> for <Code>{{emailAddress}}</Code>.",
|
|
359
|
+
"integrationConnected": "{{performedBy, anyCase}} <Semibold>connected {{integrationName}}</Semibold> using <Code>{{detail}}</Code>.",
|
|
360
|
+
"integrationConnectedWithoutDetail": "{{performedBy, anyCase}} <Semibold>connected {{integrationName}}</Semibold>.",
|
|
361
|
+
"integrationConnectedOnBehalf": "{{performedBy, anyCase}} <Semibold>connected {{integrationName}}</Semibold> for <Code>{{onBehalfOf}}</Code> using <Code>{{detail}}</Code>.",
|
|
362
|
+
"integrationConnectedOnBehalfWithoutDetail": "{{performedBy, anyCase}} <Semibold>connected {{integrationName}}</Semibold> for <Code>{{onBehalfOf}}</Code>.",
|
|
363
|
+
"integrationDisconnected": "{{performedBy, anyCase}} <Semibold>disconnected {{integrationName}}</Semibold> for <Code>{{detail}}</Code>.",
|
|
364
|
+
"integrationDisconnectedWithoutDetail": "{{performedBy, anyCase}} <Semibold>disconnected {{integrationName}}</Semibold>.",
|
|
365
|
+
"integrationDisconnectedOnBehalf": "{{performedBy, anyCase}} <Semibold>disconnected {{integrationName}}</Semibold> for <Code>{{onBehalfOf}}</Code> (<Code>{{detail}}</Code>).",
|
|
366
|
+
"integrationDisconnectedOnBehalfWithoutDetail": "{{performedBy, anyCase}} <Semibold>disconnected {{integrationName}}</Semibold> for <Code>{{onBehalfOf}}</Code>.",
|
|
367
|
+
"integrationDisconnectedByProvider": "{{integrationName}} <Semibold>disconnected</Semibold> for <Code>{{detail}}</Code> (connected by {{performedBy, anyCase}}).",
|
|
368
|
+
"integrationDisconnectedByProviderWithoutDetail": "{{integrationName}} <Semibold>disconnected</Semibold> (connected by {{performedBy, anyCase}}).",
|
|
374
369
|
"connectedStripeAccount": "{{performedBy, anyCase}} <Semibold>connected to Stripe integration</Semibold> with account ID: <Code>{{stripeAccountId}}</Code> on {{productSuffix, anyCase}}.",
|
|
375
370
|
"disconnectedStripeAccount": "{{performedBy, anyCase}} <Semibold>disconnected the Stripe integration</Semibold> on {{productSuffix, anyCase}}.",
|
|
376
371
|
"connectedZoomAccount": "{{performedBy, anyCase}} <Semibold>connected to Zoom integration</Semibold> with account ID: <Code>{{zoomAccountId}}</Code> on {{productSuffix, anyCase}}.",
|
|
@@ -564,7 +564,17 @@
|
|
|
564
564
|
"connectedTeams": "{{performedBy, anyCase}} <Semibold>conectado Microsoft Teams</Semibold>.",
|
|
565
565
|
"disconnectedTeams": "{{performedBy, anyCase}} <Semibold>desconectado Microsoft Teams</Semibold>.",
|
|
566
566
|
"connectedZoom": "{{performedBy, anyCase}} <Semibold>conectado Zoom</Semibold> usando <Code>{{emailAddress}}</Code>.",
|
|
567
|
-
"disconnectedZoom": "{{performedBy, anyCase}} <Semibold>desconectado Zoom</Semibold> para <Code>{{emailAddress}}</Code>."
|
|
567
|
+
"disconnectedZoom": "{{performedBy, anyCase}} <Semibold>desconectado Zoom</Semibold> para <Code>{{emailAddress}}</Code>.",
|
|
568
|
+
"integrationConnected": "{{performedBy, anyCase}} <Semibold>conectó {{integrationName}}</Semibold> usando <Code>{{detail}}</Code>.",
|
|
569
|
+
"integrationConnectedWithoutDetail": "{{performedBy, anyCase}} <Semibold>conectó {{integrationName}}</Semibold>.",
|
|
570
|
+
"integrationConnectedOnBehalf": "{{performedBy, anyCase}} <Semibold>conectó {{integrationName}}</Semibold> por <Code>{{onBehalfOf}}</Code> usando <Code>{{detail}}</Code>.",
|
|
571
|
+
"integrationConnectedOnBehalfWithoutDetail": "{{performedBy, anyCase}} <Semibold>conectó {{integrationName}}</Semibold> por <Code>{{onBehalfOf}}</Code>.",
|
|
572
|
+
"integrationDisconnected": "{{performedBy, anyCase}} <Semibold>desconectó {{integrationName}}</Semibold> por <Code>{{detail}}</Code>.",
|
|
573
|
+
"integrationDisconnectedWithoutDetail": "{{performedBy, anyCase}} <Semibold>desconectó {{integrationName}}</Semibold>.",
|
|
574
|
+
"integrationDisconnectedOnBehalf": "{{performedBy, anyCase}} <Semibold>desconectó {{integrationName}}</Semibold> por <Code>{{onBehalfOf}}</Code> (<Code>{{detail}}</Code>).",
|
|
575
|
+
"integrationDisconnectedOnBehalfWithoutDetail": "{{performedBy, anyCase}} <Semibold>desconectó {{integrationName}}</Semibold> por <Code>{{onBehalfOf}}</Code>.",
|
|
576
|
+
"integrationDisconnectedByProvider": "{{integrationName}} <Semibold>desconectó</Semibold> por <Code>{{detail}}</Code> (conectado por {{performedBy, anyCase}}).",
|
|
577
|
+
"integrationDisconnectedByProviderWithoutDetail": "{{integrationName}} <Semibold>desconectó</Semibold> (conectado por {{performedBy, anyCase}})."
|
|
568
578
|
}
|
|
569
579
|
},
|
|
570
580
|
"ipRestriction": {
|
package/src/translations/es.json
CHANGED
|
@@ -407,7 +407,17 @@
|
|
|
407
407
|
"connectedTeams": "{{performedBy, anyCase}} <Semibold>conectado Microsoft Teams</Semibold>.",
|
|
408
408
|
"disconnectedTeams": "{{performedBy, anyCase}} <Semibold>desconectado Microsoft Teams</Semibold>.",
|
|
409
409
|
"connectedZoom": "{{performedBy, anyCase}} <Semibold>conectado Zoom</Semibold> usando <Code>{{emailAddress}}</Code>.",
|
|
410
|
-
"disconnectedZoom": "{{performedBy, anyCase}} <Semibold>desconectado Zoom</Semibold> para <Code>{{emailAddress}}</Code>."
|
|
410
|
+
"disconnectedZoom": "{{performedBy, anyCase}} <Semibold>desconectado Zoom</Semibold> para <Code>{{emailAddress}}</Code>.",
|
|
411
|
+
"integrationConnected": "{{performedBy, anyCase}} <Semibold>conectado {{integrationName}}</Semibold> usando <Code>{{detail}}</Code>.",
|
|
412
|
+
"integrationConnectedWithoutDetail": "{{performedBy, anyCase}} <Semibold>conectado {{integrationName}}</Semibold>.",
|
|
413
|
+
"integrationConnectedOnBehalf": "{{performedBy, anyCase}} <Semibold>conectado {{integrationName}}</Semibold> en nombre de <Code>{{onBehalfOf}}</Code> usando <Code>{{detail}}</Code>.",
|
|
414
|
+
"integrationConnectedOnBehalfWithoutDetail": "{{performedBy, anyCase}} <Semibold>conectado {{integrationName}}</Semibold> en nombre de <Code>{{onBehalfOf}}</Code>.",
|
|
415
|
+
"integrationDisconnected": "{{performedBy, anyCase}} <Semibold>desconectado {{integrationName}}</Semibold> para <Code>{{detail}}</Code>.",
|
|
416
|
+
"integrationDisconnectedWithoutDetail": "{{performedBy, anyCase}} <Semibold>desconectado {{integrationName}}</Semibold>.",
|
|
417
|
+
"integrationDisconnectedOnBehalf": "{{performedBy, anyCase}} <Semibold>desconectado {{integrationName}}</Semibold> en nombre de <Code>{{onBehalfOf}}</Code> (<Code>{{detail}}</Code>).",
|
|
418
|
+
"integrationDisconnectedOnBehalfWithoutDetail": "{{performedBy, anyCase}} <Semibold>desconectado {{integrationName}}</Semibold> en nombre de <Code>{{onBehalfOf}}</Code>.",
|
|
419
|
+
"integrationDisconnectedByProvider": "{{integrationName}} <Semibold>desconectado</Semibold> para <Code>{{detail}}</Code> (conectado por {{performedBy, anyCase}}).",
|
|
420
|
+
"integrationDisconnectedByProviderWithoutDetail": "{{integrationName}} <Semibold>desconectado</Semibold> (conectado por {{performedBy, anyCase}})."
|
|
411
421
|
}
|
|
412
422
|
},
|
|
413
423
|
"ipRestriction": {
|
package/src/translations/et.json
CHANGED
|
@@ -564,7 +564,17 @@
|
|
|
564
564
|
"connectedTeams": "{{performedBy, anyCase}} <Semibold>ühendas Microsoft Teams</Semibold>.",
|
|
565
565
|
"disconnectedTeams": "{{performedBy, anyCase}} <Semibold>katkestas Microsoft Teams</Semibold>.",
|
|
566
566
|
"connectedZoom": "{{performedBy, anyCase}} <Semibold>ühendas Zoom'i</Semibold> kasutades <Code>{{emailAddress}}</Code>.",
|
|
567
|
-
"disconnectedZoom": "{{performedBy, anyCase}} <Semibold>katkestas Zoom'i</Semibold> aadressil <Code>{{emailAddress}}</Code>."
|
|
567
|
+
"disconnectedZoom": "{{performedBy, anyCase}} <Semibold>katkestas Zoom'i</Semibold> aadressil <Code>{{emailAddress}}</Code>.",
|
|
568
|
+
"integrationConnected": "{{performedBy, anyCase}} <Semibold>ühendas {{integrationName}}<Sembold> kasutades <Code>{{detail}}</Code>.",
|
|
569
|
+
"integrationConnectedWithoutDetail": "{{performedBy, anyCase}} <Semibold>ühendas {{integrationName}}<Sembold>.",
|
|
570
|
+
"integrationConnectedOnBehalf": "{{performedBy, anyCase}} <Semibold>ühendas {{integrationName}}<Sembold> <Code>{{onBehalfOf}}</Code> eest kasutades <Code>{{detail}}</Code>.",
|
|
571
|
+
"integrationConnectedOnBehalfWithoutDetail": "{{performedBy, anyCase}} <Semibold>ühendas {{integrationName}}<Sembold> <Code>{{onBehalfOf}}</Code> eest.",
|
|
572
|
+
"integrationDisconnected": "{{performedBy, anyCase}} <Semibold>katkestas {{integrationName}}<Sembold> jaoks <Code>{{detail}}</Code>.",
|
|
573
|
+
"integrationDisconnectedWithoutDetail": "{{performedBy, anyCase}} <Semibold>katkestas {{integrationName}}<Sembold>.",
|
|
574
|
+
"integrationDisconnectedOnBehalf": "{{performedBy, anyCase}} <Semibold>katkestas {{integrationName}}<Sembold> <Code>{{onBehalfOf}}</Code> eest (<Code>{{detail}}</Code>).",
|
|
575
|
+
"integrationDisconnectedOnBehalfWithoutDetail": "{{performedBy, anyCase}} <Semibold>katkestas {{integrationName}}<Sembold> <Code>{{onBehalfOf}}</Code> eest.",
|
|
576
|
+
"integrationDisconnectedByProvider": "{{integrationName}} <Semibold>katkestas<Sembold> <Code>{{detail}}</Code> (ühendatud {{performedBy, anyCase}}).",
|
|
577
|
+
"integrationDisconnectedByProviderWithoutDetail": "{{integrationName}} <Semibold>katkestas<Sembold> (ühendatud {{performedBy, anyCase}})."
|
|
568
578
|
}
|
|
569
579
|
},
|
|
570
580
|
"ipRestriction": {
|
package/src/translations/fi.json
CHANGED
|
@@ -564,7 +564,17 @@
|
|
|
564
564
|
"connectedTeams": "{{performedBy, anyCase}} <Semibold>liitti Microsoft Teamsin</Semibold>.",
|
|
565
565
|
"disconnectedTeams": "{{performedBy, anyCase}} <Semibold>erotti Microsoft Teamsin</Semibold>.",
|
|
566
566
|
"connectedZoom": "{{performedBy, anyCase}} <Semibold>liitti Zoomin</Semibold> käyttäen <Code>{{emailAddress}}</Code>.",
|
|
567
|
-
"disconnectedZoom": "{{performedBy, anyCase}} <Semibold>erotti Zoomin</Semibold> käyttäjältä <Code>{{emailAddress}}</Code>."
|
|
567
|
+
"disconnectedZoom": "{{performedBy, anyCase}} <Semibold>erotti Zoomin</Semibold> käyttäjältä <Code>{{emailAddress}}</Code>.",
|
|
568
|
+
"integrationConnected": "{{performedBy, anyCase}} <Semibold>yhdisti {{integrationName}}<\\/Semibold> käyttäen <Code>{{detail}}<\\/Code>.",
|
|
569
|
+
"integrationConnectedWithoutDetail": "{{performedBy, anyCase}} <Semibold>yhdisti {{integrationName}}<\\/Semibold>.",
|
|
570
|
+
"integrationConnectedOnBehalf": "{{performedBy, anyCase}} <Semibold>yhdisti {{integrationName}}<\\/Semibold> puolesta <Code>{{onBehalfOf}}<\\/Code> käyttäen <Code>{{detail}}<\\/Code>.",
|
|
571
|
+
"integrationConnectedOnBehalfWithoutDetail": "{{performedBy, anyCase}} <Semibold>yhdisti {{integrationName}}<\\/Semibold> puolesta <Code>{{onBehalfOf}}<\\/Code>.",
|
|
572
|
+
"integrationDisconnected": "{{performedBy, anyCase}} <Semibold>katkaisi yhteyden {{integrationName}}<\\/Semibold> <Code>{{detail}}<\\/Code>:lla.",
|
|
573
|
+
"integrationDisconnectedWithoutDetail": "{{performedBy, anyCase}} <Semibold>katkaisi yhteyden {{integrationName}}<\\/Semibold>.",
|
|
574
|
+
"integrationDisconnectedOnBehalf": "{{performedBy, anyCase}} <Semibold>katkaisi yhteyden {{integrationName}}<\\/Semibold> puolesta <Code>{{onBehalfOf}}<\\/Code> (<Code>{{detail}}<\\/Code>).",
|
|
575
|
+
"integrationDisconnectedOnBehalfWithoutDetail": "{{performedBy, anyCase}} <Semibold>katkaisi yhteyden {{integrationName}}<\\/Semibold> puolesta <Code>{{onBehalfOf}}<\\/Code>.",
|
|
576
|
+
"integrationDisconnectedByProvider": "{{integrationName}} <Semibold>katkaisi yhteyden<\\/Semibold> <Code>{{detail}}<\\/Code>:lla (yhdistetty käyttäjän {{performedBy, anyCase}} toimesta).",
|
|
577
|
+
"integrationDisconnectedByProviderWithoutDetail": "{{integrationName}} <Semibold>katkaisi yhteyden<\\/Semibold> (yhdistetty käyttäjän {{performedBy, anyCase}} toimesta)."
|
|
568
578
|
}
|
|
569
579
|
},
|
|
570
580
|
"ipRestriction": {
|
|
@@ -564,7 +564,17 @@
|
|
|
564
564
|
"connectedTeams": "{{performedBy, anyCase}} <Semibold>nakakonekta ang Microsoft Teams</Semibold>.",
|
|
565
565
|
"disconnectedTeams": "{{performedBy, anyCase}} <Semibold>na-disconnect ang Microsoft Teams</Semibold>.",
|
|
566
566
|
"connectedZoom": "{{performedBy, anyCase}} <Semibold>nakakonekta ang Zoom</Semibold> gamit ang <Code>{{emailAddress}}</Code>.",
|
|
567
|
-
"disconnectedZoom": "{{performedBy, anyCase}} <Semibold>na-disconnect ang Zoom</Semibold> para sa <Code>{{emailAddress}}</Code>."
|
|
567
|
+
"disconnectedZoom": "{{performedBy, anyCase}} <Semibold>na-disconnect ang Zoom</Semibold> para sa <Code>{{emailAddress}}</Code>.",
|
|
568
|
+
"integrationConnected": "{{performedBy, anyCase}} <Semibold>nakonekta {{integrationName}}<\\/Semibold> gamit ang <Code>{{detail}}<\\/Code>.",
|
|
569
|
+
"integrationConnectedWithoutDetail": "{{performedBy, anyCase}} <Semibold>nakonekta {{integrationName}}<\\/Semibold>.",
|
|
570
|
+
"integrationConnectedOnBehalf": "{{performedBy, anyCase}} <Semibold>nakonekta {{integrationName}}<\\/Semibold> para kay <Code>{{onBehalfOf}}<\\/Code> gamit ang <Code>{{detail}}<\\/Code>.",
|
|
571
|
+
"integrationConnectedOnBehalfWithoutDetail": "{{performedBy, anyCase}} <Semibold>nakonekta {{integrationName}}<\\/Semibold> para kay <Code>{{onBehalfOf}}<\\/Code>.",
|
|
572
|
+
"integrationDisconnected": "{{performedBy, anyCase}} <Semibold>dinisconnect {{integrationName}}<\\/Semibold> para kay <Code>{{detail}}<\\/Code>.",
|
|
573
|
+
"integrationDisconnectedWithoutDetail": "{{performedBy, anyCase}} <Semibold>dinisconnect {{integrationName}}<\\/Semibold>.",
|
|
574
|
+
"integrationDisconnectedOnBehalf": "{{performedBy, anyCase}} <Semibold>dinisconnect {{integrationName}}<\\/Semibold> para kay <Code>{{onBehalfOf}}<\\/Code> (<Code>{{detail}}<\\/Code>).",
|
|
575
|
+
"integrationDisconnectedOnBehalfWithoutDetail": "{{performedBy, anyCase}} <Semibold>dinisconnect {{integrationName}}<\\/Semibold> para kay <Code>{{onBehalfOf}}<\\/Code>.",
|
|
576
|
+
"integrationDisconnectedByProvider": "{{integrationName}} <Semibold>dinisconnect<\\/Semibold> para kay <Code>{{detail}}<\\/Code> (nakonekta ni {{performedBy, anyCase}}).",
|
|
577
|
+
"integrationDisconnectedByProviderWithoutDetail": "{{integrationName}} <Semibold>dinisconnect<\\/Semibold> (nakonekta ni {{performedBy, anyCase}})."
|
|
568
578
|
}
|
|
569
579
|
},
|
|
570
580
|
"ipRestriction": {
|
package/src/translations/fr.json
CHANGED
|
@@ -407,7 +407,17 @@
|
|
|
407
407
|
"connectedTeams": "{{performedBy, anyCase}} <Semibold>connecté Microsoft Teams</Semibold>.",
|
|
408
408
|
"disconnectedTeams": "{{performedBy, anyCase}} <Semibold>démis en connexion Microsoft Teams</Semibold>.",
|
|
409
409
|
"connectedZoom": "{{performedBy, anyCase}} <Semibold>connecté Zoom</Semibold> en utilisant <Code>{{emailAddress}}</Code>.",
|
|
410
|
-
"disconnectedZoom": "{{performedBy, anyCase}} <Semibold>démis en connexion Zoom</Semibold> pour <Code>{{emailAddress}}</Code>."
|
|
410
|
+
"disconnectedZoom": "{{performedBy, anyCase}} <Semibold>démis en connexion Zoom</Semibold> pour <Code>{{emailAddress}}</Code>.",
|
|
411
|
+
"integrationConnected": "{{performedBy, anyCase}} <Semibold>connecté {{integrationName}}</Semibold> en utilisant <Code>{{detail}}</Code>.",
|
|
412
|
+
"integrationConnectedWithoutDetail": "{{performedBy, anyCase}} <Semibold>connecté {{integrationName}}</Semibold>.",
|
|
413
|
+
"integrationConnectedOnBehalf": "{{performedBy, anyCase}} <Semibold>connecté {{integrationName}}</Semibold> pour <Code>{{onBehalfOf}}</Code> en utilisant <Code>{{detail}}</Code>.",
|
|
414
|
+
"integrationConnectedOnBehalfWithoutDetail": "{{performedBy, anyCase}} <Semibold>connecté {{integrationName}}</Semibold> pour <Code>{{onBehalfOf}}</Code>.",
|
|
415
|
+
"integrationDisconnected": "{{performedBy, anyCase}} <Semibold>disconnected {{integrationName}}</Semibold> pour <Code>{{detail}}</Code>.",
|
|
416
|
+
"integrationDisconnectedWithoutDetail": "{{performedBy, anyCase}} <Semibold>disconnected {{integrationName}}</Semibold>.",
|
|
417
|
+
"integrationDisconnectedOnBehalf": "{{performedBy, anyCase}} <Semibold>disconnected {{integrationName}}</Semibold> pour <Code>{{onBehalfOf}}</Code> (<Code>{{detail}}</Code>).",
|
|
418
|
+
"integrationDisconnectedOnBehalfWithoutDetail": "{{performedBy, anyCase}} <Semibold>disconnected {{integrationName}}</Semibold> pour <Code>{{onBehalfOf}}</Code>.",
|
|
419
|
+
"integrationDisconnectedByProvider": "{{integrationName}} <Semibold>disconnected</Semibold> pour <Code>{{detail}}</Code> (connecté par {{performedBy, anyCase}}).",
|
|
420
|
+
"integrationDisconnectedByProviderWithoutDetail": "{{integrationName}} <Semibold>disconnected</Semibold> (connecté par {{performedBy, anyCase}})."
|
|
411
421
|
}
|
|
412
422
|
},
|
|
413
423
|
"ipRestriction": {
|
package/src/translations/he.json
CHANGED
|
@@ -384,7 +384,17 @@
|
|
|
384
384
|
"connectedTeams": "{{performedBy, anyCase}} <Semibold>מחובר Microsoft Teams</Semibold>.",
|
|
385
385
|
"disconnectedTeams": "{{performedBy, anyCase}} <Semibold>הושבת Microsoft Teams</Semibold>.",
|
|
386
386
|
"connectedZoom": "{{performedBy, anyCase}} <Semibold>מחובר Zoom</Semibold> באמצעות <Code>{{emailAddress}}</Code>.",
|
|
387
|
-
"disconnectedZoom": "{{performedBy, anyCase}} <Semibold>הושבת Zoom</Semibold> ל- <Code>{{emailAddress}}</Code>."
|
|
387
|
+
"disconnectedZoom": "{{performedBy, anyCase}} <Semibold>הושבת Zoom</Semibold> ל- <Code>{{emailAddress}}</Code>.",
|
|
388
|
+
"integrationConnected": "{{performedBy, anyCase}} <Semibold> מחובר {{integrationName}} </Semibold> באמצעות <Code>{{detail}}</Code>.",
|
|
389
|
+
"integrationConnectedWithoutDetail": "{{performedBy, anyCase}} <Semibold> מחובר {{integrationName}} </Semibold>.",
|
|
390
|
+
"integrationConnectedOnBehalf": "{{performedBy, anyCase}} <Semibold> מחובר {{integrationName}} </Semibold> עבור <Code>{{onBehalfOf}}</Code> באמצעות <Code>{{detail}}</Code>.",
|
|
391
|
+
"integrationConnectedOnBehalfWithoutDetail": "{{performedBy, anyCase}} <Semibold> מחובר {{integrationName}} </Semibold> עבור <Code>{{onBehalfOf}}</Code>.",
|
|
392
|
+
"integrationDisconnected": "{{performedBy, anyCase}} <Semibold> מנותק {{integrationName}} </Semibold> עבור <Code>{{detail}}</Code>.",
|
|
393
|
+
"integrationDisconnectedWithoutDetail": "{{performedBy, anyCase}} <Semibold> מנותק {{integrationName}} </Semibold>.",
|
|
394
|
+
"integrationDisconnectedOnBehalf": "{{performedBy, anyCase}} <Semibold> מנותק {{integrationName}} </Semibold> עבור <Code>{{onBehalfOf}}</Code> (<Code>{{detail}}</Code>).",
|
|
395
|
+
"integrationDisconnectedOnBehalfWithoutDetail": "{{performedBy, anyCase}} <Semibold> מנותק {{integrationName}} </Semibold> עבור <Code>{{onBehalfOf}}</Code>.",
|
|
396
|
+
"integrationDisconnectedByProvider": "{{integrationName}} <Semibold> מנותק </Semibold> עבור <Code>{{detail}}</Code> (נתחבר על ידי {{performedBy, anyCase}}).",
|
|
397
|
+
"integrationDisconnectedByProviderWithoutDetail": "{{integrationName}} <Semibold> מנותק </Semibold> (נתחבר על ידי {{performedBy, anyCase}})."
|
|
388
398
|
},
|
|
389
399
|
"details": {
|
|
390
400
|
"emails": {
|
package/src/translations/hi.json
CHANGED
|
@@ -570,7 +570,17 @@
|
|
|
570
570
|
"createdApiKey": "{{performedBy, anyCase}} <Semibold>बनाया</Semibold> एक API की से etiquetas <Semibold>{{label, anyCase}}</Semibold> पर {{productSuffix, anyCase}}",
|
|
571
571
|
"deletedApiKey": "{{performedBy, anyCase}} <Semibold>हटाया</Semibold> एक API की से etiquetas <Semibold>{{label, anyCase}}</Semibold> पर {{productSuffix, anyCase}}",
|
|
572
572
|
"updatedApiKey": "{{performedBy, anyCase}} <Semibold>अपडेट किया</Semibold> एक API की से etiquetas <Semibold>{{label, anyCase}}</Semibold> पर {{productSuffix, anyCase}}",
|
|
573
|
-
"removedUser": "{{performedBy, anyCase}} <Semibold>हटा दिया</Semibold> <Code>{{affectedUser}}</Code> {{productSuffix, anyCase}} से।"
|
|
573
|
+
"removedUser": "{{performedBy, anyCase}} <Semibold>हटा दिया</Semibold> <Code>{{affectedUser}}</Code> {{productSuffix, anyCase}} से।",
|
|
574
|
+
"integrationConnected": "{{performedBy, anyCase}} <Semibold>जुड़ा {{integrationName}}< /Semibold> का उपयोग करते हुए <Code>{{detail}}< /Code>.",
|
|
575
|
+
"integrationConnectedWithoutDetail": "{{performedBy, anyCase}} <Semibold>जुड़ा {{integrationName}}< /Semibold>.",
|
|
576
|
+
"integrationConnectedOnBehalf": "{{performedBy, anyCase}} <Semibold>जुड़ा {{integrationName}}< /Semibold> के लिए <Code>{{onBehalfOf}}< /Code> <Code>{{detail}}< /Code> का उपयोग करते हुए.",
|
|
577
|
+
"integrationConnectedOnBehalfWithoutDetail": "{{performedBy, anyCase}} <Semibold>जुड़ा {{integrationName}}< /Semibold> के लिए <Code>{{onBehalfOf}}< /Code>.",
|
|
578
|
+
"integrationDisconnected": "{{performedBy, anyCase}} <Semibold>अलग किया {{integrationName}}< /Semibold> के लिए <Code>{{detail}}< /Code>.",
|
|
579
|
+
"integrationDisconnectedWithoutDetail": "{{performedBy, anyCase}} <Semibold>अलग किया {{integrationName}}< /Semibold>.",
|
|
580
|
+
"integrationDisconnectedOnBehalf": "{{performedBy, anyCase}} <Semibold>अलग किया {{integrationName}}< /Semibold> के लिए <Code>{{onBehalfOf}}< /Code> (<Code>{{detail}}< /Code>).",
|
|
581
|
+
"integrationDisconnectedOnBehalfWithoutDetail": "{{performedBy, anyCase}} <Semibold>अलग किया {{integrationName}}< /Semibold> के लिए <Code>{{onBehalfOf}}< /Code>.",
|
|
582
|
+
"integrationDisconnectedByProvider": "{{integrationName}} <Semibold>अलग किया< /Semibold> के लिए <Code>{{detail}}< /Code> (जुड़ा हुआ {{performedBy, anyCase}}).",
|
|
583
|
+
"integrationDisconnectedByProviderWithoutDetail": "{{integrationName}} <Semibold>अलग किया< /Semibold> (जुड़ा हुआ {{performedBy, anyCase}})."
|
|
574
584
|
}
|
|
575
585
|
},
|
|
576
586
|
"ipRestriction": {
|
package/src/translations/hr.json
CHANGED
|
@@ -564,7 +564,17 @@
|
|
|
564
564
|
"connectedTeams": "{{performedBy, anyCase}} <Semibold>povezan Microsoft Teams</Semibold>.",
|
|
565
565
|
"disconnectedTeams": "{{performedBy, anyCase}} <Semibold>odspojen Microsoft Teams</Semibold>.",
|
|
566
566
|
"connectedZoom": "{{performedBy, anyCase}} <Semibold>povezan Zoom</Semibold> koristeći <Code>{{emailAddress}}</Code>.",
|
|
567
|
-
"disconnectedZoom": "{{performedBy, anyCase}} <Semibold>odspojen Zoom</Semibold> za <Code>{{emailAddress}}</Code>."
|
|
567
|
+
"disconnectedZoom": "{{performedBy, anyCase}} <Semibold>odspojen Zoom</Semibold> za <Code>{{emailAddress}}</Code>.",
|
|
568
|
+
"integrationConnected": "{{performedBy, anyCase}} <Semibold> povezano {{integrationName}}</Semibold> koristeći <Code>{{detail}}</Code>.",
|
|
569
|
+
"integrationConnectedWithoutDetail": "{{performedBy, anyCase}} <Semibold> povezano {{integrationName}}</Semibold>.",
|
|
570
|
+
"integrationConnectedOnBehalf": "{{performedBy, anyCase}} <Semibold> povezano {{integrationName}}</Semibold> za <Code>{{onBehalfOf}}</Code> koristeći <Code>{{detail}}</Code>.",
|
|
571
|
+
"integrationConnectedOnBehalfWithoutDetail": "{{performedBy, anyCase}} <Semibold> povezano {{integrationName}}</Semibold> za <Code>{{onBehalfOf}}</Code>.",
|
|
572
|
+
"integrationDisconnected": "{{performedBy, anyCase}} <Semibold> prekinuto {{integrationName}}</Semibold> za <Code>{{detail}}</Code>.",
|
|
573
|
+
"integrationDisconnectedWithoutDetail": "{{performedBy, anyCase}} <Semibold> prekinuto {{integrationName}}</Semibold>.",
|
|
574
|
+
"integrationDisconnectedOnBehalf": "{{performedBy, anyCase}} <Semibold> prekinuto {{integrationName}}</Semibold> za <Code>{{onBehalfOf}}</Code> (<Code>{{detail}}</Code>).",
|
|
575
|
+
"integrationDisconnectedOnBehalfWithoutDetail": "{{performedBy, anyCase}} <Semibold> prekinuto {{integrationName}}</Semibold> za <Code>{{onBehalfOf}}</Code>.",
|
|
576
|
+
"integrationDisconnectedByProvider": "{{integrationName}} <Semibold> prekinuto</Semibold> za <Code>{{detail}}</Code> (povezao {{performedBy, anyCase}}).",
|
|
577
|
+
"integrationDisconnectedByProviderWithoutDetail": "{{integrationName}} <Semibold> prekinuto</Semibold> (povezao {{performedBy, anyCase}})."
|
|
568
578
|
}
|
|
569
579
|
},
|
|
570
580
|
"ipRestriction": {
|
package/src/translations/hu.json
CHANGED
|
@@ -381,7 +381,17 @@
|
|
|
381
381
|
"connectedTeams": "{{performedBy, anyCase}} <Semibold>összekapcsolta a Microsoft Teams-t</Semibold>.",
|
|
382
382
|
"disconnectedTeams": "{{performedBy, anyCase}} <Semibold>eltávolította a Microsoft Teams összekapcsolást</Semibold>.",
|
|
383
383
|
"connectedZoom": "{{performedBy, anyCase}} <Semibold>összekapcsolta a Zoomot</Semibold> a <Code>{{emailAddress}}</Code> segítségével.",
|
|
384
|
-
"disconnectedZoom": "{{performedBy, anyCase}} <Semibold>eltávolította a Zoom összekapcsolást</Semibold> a <Code>{{emailAddress}}</Code> céllal."
|
|
384
|
+
"disconnectedZoom": "{{performedBy, anyCase}} <Semibold>eltávolította a Zoom összekapcsolást</Semibold> a <Code>{{emailAddress}}</Code> céllal.",
|
|
385
|
+
"integrationConnected": "{{performedBy, anyCase}} <Semibold>csatlakozott {{integrationName}}</Semibold> a <Code>{{detail}}</Code> használatával.",
|
|
386
|
+
"integrationConnectedWithoutDetail": "{{performedBy, anyCase}} <Semibold>csatlakozott {{integrationName}}</Semibold>.",
|
|
387
|
+
"integrationConnectedOnBehalf": "{{performedBy, anyCase}} <Semibold>csatlakozott {{integrationName}}</Semibold> a <Code>{{onBehalfOf}}</Code> részére a <Code>{{detail}}</Code> használatával.",
|
|
388
|
+
"integrationConnectedOnBehalfWithoutDetail": "{{performedBy, anyCase}} <Semibold>csatlakozott {{integrationName}}</Semibold> a <Code>{{onBehalfOf}}</Code> részére.",
|
|
389
|
+
"integrationDisconnected": "{{performedBy, anyCase}} <Semibold>lekötött {{integrationName}}</Semibold> a <Code>{{detail}}</Code> használatával.",
|
|
390
|
+
"integrationDisconnectedWithoutDetail": "{{performedBy, anyCase}} <Semibold>lekötött {{integrationName}}</Semibold>.",
|
|
391
|
+
"integrationDisconnectedOnBehalf": "{{performedBy, anyCase}} <Semibold>lekötött {{integrationName}}</Semibold> a <Code>{{onBehalfOf}}</Code> részére (<Code>{{detail}}</Code>).",
|
|
392
|
+
"integrationDisconnectedOnBehalfWithoutDetail": "{{performedBy, anyCase}} <Semibold>lekötött {{integrationName}}</Semibold> a <Code>{{onBehalfOf}}</Code> részére.",
|
|
393
|
+
"integrationDisconnectedByProvider": "{{integrationName}} <Semibold>lekötve</Semibold> a <Code>{{detail}}</Code> használatával (csatlakoztatta {{performedBy, anyCase}}).",
|
|
394
|
+
"integrationDisconnectedByProviderWithoutDetail": "{{integrationName}} <Semibold>lekötve</Semibold> (csatlakoztatta {{performedBy, anyCase}})."
|
|
385
395
|
},
|
|
386
396
|
"details": {
|
|
387
397
|
"emails": {
|
package/src/translations/id.json
CHANGED
|
@@ -564,7 +564,17 @@
|
|
|
564
564
|
"connectedTeams": "{{performedBy, anyCase}} <Semibold>terhubung ke Microsoft Teams</Semibold>.",
|
|
565
565
|
"disconnectedTeams": "{{performedBy, anyCase}} <Semibold>terputus dari Microsoft Teams</Semibold>.",
|
|
566
566
|
"connectedZoom": "{{performedBy, anyCase}} <Semibold>terhubung ke Zoom</Semibold> menggunakan <Code>{{emailAddress}}</Code>.",
|
|
567
|
-
"disconnectedZoom": "{{performedBy, anyCase}} <Semibold>terputus dari Zoom</Semibold> untuk <Code>{{emailAddress}}</Code>."
|
|
567
|
+
"disconnectedZoom": "{{performedBy, anyCase}} <Semibold>terputus dari Zoom</Semibold> untuk <Code>{{emailAddress}}</Code>.",
|
|
568
|
+
"integrationConnected": "{{performedBy, anyCase}} <Semibold>terhubung {{integrationName}}<\\/Semibold> menggunakan <Code>{{detail}}<\\/Code>.",
|
|
569
|
+
"integrationConnectedWithoutDetail": "{{performedBy, anyCase}} <Semibold>terhubung {{integrationName}}<\\/Semibold>.",
|
|
570
|
+
"integrationConnectedOnBehalf": "{{performedBy, anyCase}} <Semibold>terhubung {{integrationName}}<\\/Semibold> untuk <Code>{{onBehalfOf}}<\\/Code> menggunakan <Code>{{detail}}<\\/Code>.",
|
|
571
|
+
"integrationConnectedOnBehalfWithoutDetail": "{{performedBy, anyCase}} <Semibold>terhubung {{integrationName}}<\\/Semibold> untuk <Code>{{onBehalfOf}}<\\/Code>.",
|
|
572
|
+
"integrationDisconnected": "{{performedBy, anyCase}} <Semibold>terputus {{integrationName}}<\\/Semibold> untuk <Code>{{detail}}<\\/Code>.",
|
|
573
|
+
"integrationDisconnectedWithoutDetail": "{{performedBy, anyCase}} <Semibold>terputus {{integrationName}}<\\/Semibold>.",
|
|
574
|
+
"integrationDisconnectedOnBehalf": "{{performedBy, anyCase}} <Semibold>terputus {{integrationName}}<\\/Semibold> untuk <Code>{{onBehalfOf}}<\\/Code> (<Code>{{detail}}<\\/Code>).",
|
|
575
|
+
"integrationDisconnectedOnBehalfWithoutDetail": "{{performedBy, anyCase}} <Semibold>terputus {{integrationName}}<\\/Semibold> untuk <Code>{{onBehalfOf}}<\\/Code>.",
|
|
576
|
+
"integrationDisconnectedByProvider": "{{integrationName}} <Semibold>terputus<\\/Semibold> untuk <Code>{{detail}}<\\/Code> (terhubung oleh {{performedBy, anyCase}}).",
|
|
577
|
+
"integrationDisconnectedByProviderWithoutDetail": "{{integrationName}} <Semibold>terputus<\\/Semibold> (terhubung oleh {{performedBy, anyCase}})."
|
|
568
578
|
}
|
|
569
579
|
},
|
|
570
580
|
"ipRestriction": {
|
package/src/translations/it.json
CHANGED
|
@@ -564,7 +564,17 @@
|
|
|
564
564
|
"connectedTeams": "{{performedBy, anyCase}} <Semibold>connesso Microsoft Teams</Semibold>.",
|
|
565
565
|
"disconnectedTeams": "{{performedBy, anyCase}} <Semibold>disconnesso Microsoft Teams</Semibold>.",
|
|
566
566
|
"connectedZoom": "{{performedBy, anyCase}} <Semibold>connesso Zoom</Semibold> utilizzando <Code>{{emailAddress}}</Code>.",
|
|
567
|
-
"disconnectedZoom": "{{performedBy, anyCase}} <Semibold>disconnesso Zoom</Semibold> per <Code>{{emailAddress}}</Code>."
|
|
567
|
+
"disconnectedZoom": "{{performedBy, anyCase}} <Semibold>disconnesso Zoom</Semibold> per <Code>{{emailAddress}}</Code>.",
|
|
568
|
+
"integrationConnected": "{{performedBy, anyCase}} <Semibold>ha connesso {{integrationName}}</Semibold> utilizzando <Code>{{detail}}</Code>.",
|
|
569
|
+
"integrationConnectedWithoutDetail": "{{performedBy, anyCase}} <Semibold>ha connesso {{integrationName}}</Semibold>.",
|
|
570
|
+
"integrationConnectedOnBehalf": "{{performedBy, anyCase}} <Semibold>ha connesso {{integrationName}}</Semibold> per <Code>{{onBehalfOf}}</Code> utilizzando <Code>{{detail}}</Code>.",
|
|
571
|
+
"integrationConnectedOnBehalfWithoutDetail": "{{performedBy, anyCase}} <Semibold>ha connesso {{integrationName}}</Semibold> per <Code>{{onBehalfOf}}</Code>.",
|
|
572
|
+
"integrationDisconnected": "{{performedBy, anyCase}} <Semibold>ha disconnesso {{integrationName}}</Semibold> per <Code>{{detail}}</Code>.",
|
|
573
|
+
"integrationDisconnectedWithoutDetail": "{{performedBy, anyCase}} <Semibold>ha disconnesso {{integrationName}}</Semibold>.",
|
|
574
|
+
"integrationDisconnectedOnBehalf": "{{performedBy, anyCase}} <Semibold>ha disconnesso {{integrationName}}</Semibold> per <Code>{{onBehalfOf}}</Code> (<Code>{{detail}}</Code>).",
|
|
575
|
+
"integrationDisconnectedOnBehalfWithoutDetail": "{{performedBy, anyCase}} <Semibold>ha disconnesso {{integrationName}}</Semibold> per <Code>{{onBehalfOf}}</Code>.",
|
|
576
|
+
"integrationDisconnectedByProvider": "{{integrationName}} <Semibold>è stato disconnesso</Semibold> per <Code>{{detail}}</Code> (connesso da {{performedBy, anyCase}}).",
|
|
577
|
+
"integrationDisconnectedByProviderWithoutDetail": "{{integrationName}} <Semibold>è stato disconnesso</Semibold> (connesso da {{performedBy, anyCase}})."
|
|
568
578
|
}
|
|
569
579
|
},
|
|
570
580
|
"ipRestriction": {
|
package/src/translations/ja.json
CHANGED
|
@@ -564,7 +564,17 @@
|
|
|
564
564
|
"connectedTeams": "{{performedBy, anyCase}} <Semibold>Microsoft Teamsに接続しました</Semibold>。",
|
|
565
565
|
"disconnectedTeams": "{{performedBy, anyCase}} <Semibold>Microsoft Teamsが切断されました</Semibold>。",
|
|
566
566
|
"connectedZoom": "{{performedBy, anyCase}} <Semibold>Zoomに接続しました</Semibold> using <Code>{{emailAddress}}</Code>。",
|
|
567
|
-
"disconnectedZoom": "{{performedBy, anyCase}} <Semibold>Zoomが切断されました</Semibold> <Code>{{emailAddress}}</Code>。"
|
|
567
|
+
"disconnectedZoom": "{{performedBy, anyCase}} <Semibold>Zoomが切断されました</Semibold> <Code>{{emailAddress}}</Code>。",
|
|
568
|
+
"integrationConnected": "{{performedBy, anyCase}} <Semibold>が {{integrationName}} を接続しました</Semibold> するために <Code>{{detail}}</Code>。",
|
|
569
|
+
"integrationConnectedWithoutDetail": "{{performedBy, anyCase}} <Semibold>が {{integrationName}} を接続しました</Semibold>。",
|
|
570
|
+
"integrationConnectedOnBehalf": "{{performedBy, anyCase}} <Semibold>が {{integrationName}} を接続しました</Semibold> {{onBehalfOf}} のために <Code>{{detail}}</Code>。",
|
|
571
|
+
"integrationConnectedOnBehalfWithoutDetail": "{{performedBy, anyCase}} <Semibold>が {{integrationName}} を接続しました</Semibold> {{onBehalfOf}} のために。",
|
|
572
|
+
"integrationDisconnected": "{{performedBy, anyCase}} <Semibold>が {{integrationName}} を切断しました</Semibold> <Code>{{detail}}</Code>。",
|
|
573
|
+
"integrationDisconnectedWithoutDetail": "{{performedBy, anyCase}} <Semibold>が {{integrationName}} を切断しました</Semibold>。",
|
|
574
|
+
"integrationDisconnectedOnBehalf": "{{performedBy, anyCase}} <Semibold>が {{integrationName}} を切断しました</Semibold> {{onBehalfOf}} のために (<Code>{{detail}}</Code>)。",
|
|
575
|
+
"integrationDisconnectedOnBehalfWithoutDetail": "{{performedBy, anyCase}} <Semibold>が {{integrationName}} を切断しました</Semibold> {{onBehalfOf}} のために。",
|
|
576
|
+
"integrationDisconnectedByProvider": "{{integrationName}} <Semibold>が切断されました</Semibold> <Code>{{detail}}</Code> (接続者: {{performedBy, anyCase}})。",
|
|
577
|
+
"integrationDisconnectedByProviderWithoutDetail": "{{integrationName}} <Semibold>が切断されました</Semibold> (接続者: {{performedBy, anyCase}})。"
|
|
568
578
|
}
|
|
569
579
|
},
|
|
570
580
|
"ipRestriction": {
|
package/src/translations/ko.json
CHANGED
|
@@ -564,7 +564,17 @@
|
|
|
564
564
|
"connectedTeams": "{{performedBy, anyCase}} <Semibold>마이크로소프트 팀즈 연결됨</Semibold>.",
|
|
565
565
|
"disconnectedTeams": "{{performedBy, anyCase}} <Semibold>마이크로소프트 팀즈 연결 끊김</Semibold>.",
|
|
566
566
|
"connectedZoom": "{{performedBy, anyCase}} <Semibold>줌 연결됨</Semibold> <Code>{{emailAddress}}</Code>를 사용하여.",
|
|
567
|
-
"disconnectedZoom": "{{performedBy, anyCase}} <Semibold>줌 연결 끊김</Semibold>: <Code>{{emailAddress}}</Code>."
|
|
567
|
+
"disconnectedZoom": "{{performedBy, anyCase}} <Semibold>줌 연결 끊김</Semibold>: <Code>{{emailAddress}}</Code>.",
|
|
568
|
+
"integrationConnected": "{{performedBy, anyCase}} <Semibold>연결됨 {{integrationName}}</Semibold> 사용하여 <Code>{{detail}}</Code>.",
|
|
569
|
+
"integrationConnectedWithoutDetail": "{{performedBy, anyCase}} <Semibold>연결됨 {{integrationName}}</Semibold>.",
|
|
570
|
+
"integrationConnectedOnBehalf": "{{performedBy, anyCase}} <Semibold>연결됨 {{integrationName}}</Semibold> 대신 <Code>{{onBehalfOf}}</Code> 사용하여 <Code>{{detail}}</Code>.",
|
|
571
|
+
"integrationConnectedOnBehalfWithoutDetail": "{{performedBy, anyCase}} <Semibold>연결됨 {{integrationName}}</Semibold> 대신 <Code>{{onBehalfOf}}</Code>.",
|
|
572
|
+
"integrationDisconnected": "{{performedBy, anyCase}} <Semibold>연결 해제됨 {{integrationName}}</Semibold> 위하여 <Code>{{detail}}</Code>.",
|
|
573
|
+
"integrationDisconnectedWithoutDetail": "{{performedBy, anyCase}} <Semibold>연결 해제됨 {{integrationName}}</Semibold>.",
|
|
574
|
+
"integrationDisconnectedOnBehalf": "{{performedBy, anyCase}} <Semibold>연결 해제됨 {{integrationName}}</Semibold> 대신 <Code>{{onBehalfOf}}</Code> (<Code>{{detail}}</Code>).",
|
|
575
|
+
"integrationDisconnectedOnBehalfWithoutDetail": "{{performedBy, anyCase}} <Semibold>연결 해제됨 {{integrationName}}</Semibold> 대신 <Code>{{onBehalfOf}}</Code>.",
|
|
576
|
+
"integrationDisconnectedByProvider": "{{integrationName}} <Semibold>연결 해제됨</Semibold> 위하여 <Code>{{detail}}</Code> ({{performedBy, anyCase}}에 의해 연결됨).",
|
|
577
|
+
"integrationDisconnectedByProviderWithoutDetail": "{{integrationName}} <Semibold>연결 해제됨</Semibold> ({{performedBy, anyCase}}에 의해 연결됨)."
|
|
568
578
|
}
|
|
569
579
|
},
|
|
570
580
|
"ipRestriction": {
|
package/src/translations/nl.json
CHANGED
|
@@ -407,7 +407,17 @@
|
|
|
407
407
|
"connectedTeams": "{{performedBy, anyCase}} <Semibold>verbond Microsoft Teams</Semibold>.",
|
|
408
408
|
"disconnectedTeams": "{{performedBy, anyCase}} <Semibold>ontkoppelde Microsoft Teams</Semibold>.",
|
|
409
409
|
"connectedZoom": "{{performedBy, anyCase}} <Semibold>verbond Zoom</Semibold> met <Code>{{emailAddress}}</Code>.",
|
|
410
|
-
"disconnectedZoom": "{{performedBy, anyCase}} <Semibold>ontkoppelde Zoom</Semibold> voor <Code>{{emailAddress}}</Code>."
|
|
410
|
+
"disconnectedZoom": "{{performedBy, anyCase}} <Semibold>ontkoppelde Zoom</Semibold> voor <Code>{{emailAddress}}</Code>.",
|
|
411
|
+
"integrationConnected": "{{performedBy, anyCase}} <Semibold>verbonden {{integrationName}}<\\/Semibold> met <Code>{{detail}}<\\/Code>.",
|
|
412
|
+
"integrationConnectedWithoutDetail": "{{performedBy, anyCase}} <Semibold>verbonden {{integrationName}}<\\/Semibold>.",
|
|
413
|
+
"integrationConnectedOnBehalf": "{{performedBy, anyCase}} <Semibold>verbonden {{integrationName}}<\\/Semibold> namens <Code>{{onBehalfOf}}<\\/Code> met <Code>{{detail}}<\\/Code>.",
|
|
414
|
+
"integrationConnectedOnBehalfWithoutDetail": "{{performedBy, anyCase}} <Semibold>verbonden {{integrationName}}<\\/Semibold> namens <Code>{{onBehalfOf}}<\\/Code>.",
|
|
415
|
+
"integrationDisconnected": "{{performedBy, anyCase}} <Semibold>ontkoppeld {{integrationName}}<\\/Semibold> voor <Code>{{detail}}<\\/Code>.",
|
|
416
|
+
"integrationDisconnectedWithoutDetail": "{{performedBy, anyCase}} <Semibold>ontkoppeld {{integrationName}}<\\/Semibold>.",
|
|
417
|
+
"integrationDisconnectedOnBehalf": "{{performedBy, anyCase}} <Semibold>ontkoppeld {{integrationName}}<\\/Semibold> voor <Code>{{onBehalfOf}}<\\/Code> (<Code>{{detail}}<\\/Code>).",
|
|
418
|
+
"integrationDisconnectedOnBehalfWithoutDetail": "{{performedBy, anyCase}} <Semibold>ontkoppeld {{integrationName}}<\\/Semibold> voor <Code>{{onBehalfOf}}<\\/Code>.",
|
|
419
|
+
"integrationDisconnectedByProvider": "{{integrationName}} <Semibold>ontkoppeld<\\/Semibold> voor <Code>{{detail}}<\\/Code> (verbonden door {{performedBy, anyCase}}).",
|
|
420
|
+
"integrationDisconnectedByProviderWithoutDetail": "{{integrationName}} <Semibold>ontkoppeld<\\/Semibold> (verbonden door {{performedBy, anyCase}})."
|
|
411
421
|
}
|
|
412
422
|
},
|
|
413
423
|
"ipRestriction": {
|
package/src/translations/pl.json
CHANGED
|
@@ -407,7 +407,17 @@
|
|
|
407
407
|
"connectedTeams": "{{performedBy, anyCase}} <Semibold>połączono Microsoft Teams</Semibold>.",
|
|
408
408
|
"disconnectedTeams": "{{performedBy, anyCase}} <Semibold>rozłączono Microsoft Teams</Semibold>.",
|
|
409
409
|
"connectedZoom": "{{performedBy, anyCase}} <Semibold>połączono Zoom</Semibold> używając <Code>{{emailAddress}}</Code>.",
|
|
410
|
-
"disconnectedZoom": "{{performedBy, anyCase}} <Semibold>rozłączono Zoom</Semibold> dla <Code>{{emailAddress}}</Code>."
|
|
410
|
+
"disconnectedZoom": "{{performedBy, anyCase}} <Semibold>rozłączono Zoom</Semibold> dla <Code>{{emailAddress}}</Code>.",
|
|
411
|
+
"integrationConnected": "{{performedBy, anyCase}} <Semibold>połączył {{integrationName}}<\\/Semibold> używając <Code>{{detail}}<\\/Code>.",
|
|
412
|
+
"integrationConnectedWithoutDetail": "{{performedBy, anyCase}} <Semibold>połączył {{integrationName}}<\\/Semibold>.",
|
|
413
|
+
"integrationConnectedOnBehalf": "{{performedBy, anyCase}} <Semibold>połączył {{integrationName}}<\\/Semibold> w imieniu <Code>{{onBehalfOf}}<\\/Code> używając <Code>{{detail}}<\\/Code>.",
|
|
414
|
+
"integrationConnectedOnBehalfWithoutDetail": "{{performedBy, anyCase}} <Semibold>połączył {{integrationName}}<\\/Semibold> w imieniu <Code>{{onBehalfOf}}<\\/Code>.",
|
|
415
|
+
"integrationDisconnected": "{{performedBy, anyCase}} <Semibold>rozłączył {{integrationName}}<\\/Semibold> dla <Code>{{detail}}<\\/Code>.",
|
|
416
|
+
"integrationDisconnectedWithoutDetail": "{{performedBy, anyCase}} <Semibold>rozłączył {{integrationName}}<\\/Semibold>.",
|
|
417
|
+
"integrationDisconnectedOnBehalf": "{{performedBy, anyCase}} <Semibold>rozłączył {{integrationName}}<\\/Semibold> w imieniu <Code>{{onBehalfOf}}<\\/Code> (<Code>{{detail}}<\\/Code>).",
|
|
418
|
+
"integrationDisconnectedOnBehalfWithoutDetail": "{{performedBy, anyCase}} <Semibold>rozłączył {{integrationName}}<\\/Semibold> w imieniu <Code>{{onBehalfOf}}<\\/Code>.",
|
|
419
|
+
"integrationDisconnectedByProvider": "{{integrationName}} <Semibold>rozłączył<\\/Semibold> dla <Code>{{detail}}<\\/Code> (połączony przez {{performedBy, anyCase}}).",
|
|
420
|
+
"integrationDisconnectedByProviderWithoutDetail": "{{integrationName}} <Semibold>rozłączył<\\/Semibold> (połączony przez {{performedBy, anyCase}})."
|
|
411
421
|
}
|
|
412
422
|
},
|
|
413
423
|
"ipRestriction": {
|
|
@@ -564,7 +564,17 @@
|
|
|
564
564
|
"connectedTeams": "{{performedBy, anyCase}} <Semibold>conectado Microsoft Teams</Semibold>.",
|
|
565
565
|
"disconnectedTeams": "{{performedBy, anyCase}} <Semibold>desconectado Microsoft Teams</Semibold>.",
|
|
566
566
|
"connectedZoom": "{{performedBy, anyCase}} <Semibold>conectado Zoom</Semibold> usando <Code>{{emailAddress}}</Code>.",
|
|
567
|
-
"disconnectedZoom": "{{performedBy, anyCase}} <Semibold>desconectado Zoom</Semibold> para <Code>{{emailAddress}}</Code>."
|
|
567
|
+
"disconnectedZoom": "{{performedBy, anyCase}} <Semibold>desconectado Zoom</Semibold> para <Code>{{emailAddress}}</Code>.",
|
|
568
|
+
"integrationConnected": "{{performedBy, anyCase}} <Semibold>conectou {{integrationName}}< /Semibold> usando <Code>{{detail}}< /Code>.",
|
|
569
|
+
"integrationConnectedWithoutDetail": "{{performedBy, anyCase}} <Semibold>conectou {{integrationName}}< /Semibold>.",
|
|
570
|
+
"integrationConnectedOnBehalf": "{{performedBy, anyCase}} <Semibold>conectou {{integrationName}}< /Semibold> por <Code>{{onBehalfOf}}< /Code> usando <Code>{{detail}}< /Code>.",
|
|
571
|
+
"integrationConnectedOnBehalfWithoutDetail": "{{performedBy, anyCase}} <Semibold>conectou {{integrationName}}< /Semibold> por <Code>{{onBehalfOf}}< /Code>.",
|
|
572
|
+
"integrationDisconnected": "{{performedBy, anyCase}} <Semibold>desconectou {{integrationName}}< /Semibold> por <Code>{{detail}}< /Code>.",
|
|
573
|
+
"integrationDisconnectedWithoutDetail": "{{performedBy, anyCase}} <Semibold>desconectou {{integrationName}}< /Semibold>.",
|
|
574
|
+
"integrationDisconnectedOnBehalf": "{{performedBy, anyCase}} <Semibold>desconectou {{integrationName}}< /Semibold> por <Code>{{onBehalfOf}}< /Code> (<Code>{{detail}}< /Code>).",
|
|
575
|
+
"integrationDisconnectedOnBehalfWithoutDetail": "{{performedBy, anyCase}} <Semibold>desconectou {{integrationName}}< /Semibold> por <Code>{{onBehalfOf}}< /Code>.",
|
|
576
|
+
"integrationDisconnectedByProvider": "{{integrationName}} <Semibold>desconectou< /Semibold> por <Code>{{detail}}< /Code> (conectado por {{performedBy, anyCase}}).",
|
|
577
|
+
"integrationDisconnectedByProviderWithoutDetail": "{{integrationName}} <Semibold>desconectou< /Semibold> (conectado por {{performedBy, anyCase}})."
|
|
568
578
|
}
|
|
569
579
|
},
|
|
570
580
|
"ipRestriction": {
|
package/src/translations/pt.json
CHANGED
|
@@ -407,7 +407,17 @@
|
|
|
407
407
|
"connectedTeams": "{{performedBy, anyCase}} <Semibold>conectou o Microsoft Teams</Semibold>.",
|
|
408
408
|
"disconnectedTeams": "{{performedBy, anyCase}} <Semibold>desconectou o Microsoft Teams</Semibold>.",
|
|
409
409
|
"connectedZoom": "{{performedBy, anyCase}} <Semibold>conectou o Zoom</Semibold> usando <Code>{{emailAddress}}</Code>.",
|
|
410
|
-
"disconnectedZoom": "{{performedBy, anyCase}} <Semibold>desconectou o Zoom</Semibold> para <Code>{{emailAddress}}</Code>."
|
|
410
|
+
"disconnectedZoom": "{{performedBy, anyCase}} <Semibold>desconectou o Zoom</Semibold> para <Code>{{emailAddress}}</Code>.",
|
|
411
|
+
"integrationConnected": "{{performedBy, anyCase}} <Semibold>conectou {{integrationName}}< /Semibold> usando <Code>{{detail}}< /Code>.",
|
|
412
|
+
"integrationConnectedWithoutDetail": "{{performedBy, anyCase}} <Semibold>conectou {{integrationName}}< /Semibold>.",
|
|
413
|
+
"integrationConnectedOnBehalf": "{{performedBy, anyCase}} <Semibold>conectou {{integrationName}}< /Semibold> em nome de <Code>{{onBehalfOf}}< /Code> usando <Code>{{detail}}< /Code>.",
|
|
414
|
+
"integrationConnectedOnBehalfWithoutDetail": "{{performedBy, anyCase}} <Semibold>conectou {{integrationName}}< /Semibold> em nome de <Code>{{onBehalfOf}}< /Code>.",
|
|
415
|
+
"integrationDisconnected": "{{performedBy, anyCase}} <Semibold>desconectou {{integrationName}}< /Semibold> para <Code>{{detail}}< /Code>.",
|
|
416
|
+
"integrationDisconnectedWithoutDetail": "{{performedBy, anyCase}} <Semibold>desconectou {{integrationName}}< /Semibold>.",
|
|
417
|
+
"integrationDisconnectedOnBehalf": "{{performedBy, anyCase}} <Semibold>desconectou {{integrationName}}< /Semibold> para <Code>{{onBehalfOf}}< /Code> (<Code>{{detail}}< /Code>).",
|
|
418
|
+
"integrationDisconnectedOnBehalfWithoutDetail": "{{performedBy, anyCase}} <Semibold>desconectou {{integrationName}}< /Semibold> para <Code>{{onBehalfOf}}< /Code>.",
|
|
419
|
+
"integrationDisconnectedByProvider": "{{integrationName}} <Semibold>desconectou< /Semibold> para <Code>{{detail}}< /Code> (conectado por {{performedBy, anyCase}}).",
|
|
420
|
+
"integrationDisconnectedByProviderWithoutDetail": "{{integrationName}} <Semibold>desconectou< /Semibold> (conectado por {{performedBy, anyCase}})."
|
|
411
421
|
}
|
|
412
422
|
},
|
|
413
423
|
"ipRestriction": {
|
package/src/translations/ro.json
CHANGED
|
@@ -564,7 +564,17 @@
|
|
|
564
564
|
"connectedTeams": "{{performedBy, anyCase}} <Semibold>conectat Microsoft Teams</Semibold>.",
|
|
565
565
|
"disconnectedTeams": "{{performedBy, anyCase}} <Semibold>deconectat Microsoft Teams</Semibold>.",
|
|
566
566
|
"connectedZoom": "{{performedBy, anyCase}} <Semibold>conectat Zoom</Semibold> folosind <Code>{{emailAddress}}</Code>.",
|
|
567
|
-
"disconnectedZoom": "{{performedBy, anyCase}} <Semibold>deconectat Zoom</Semibold> pentru <Code>{{emailAddress}}</Code>."
|
|
567
|
+
"disconnectedZoom": "{{performedBy, anyCase}} <Semibold>deconectat Zoom</Semibold> pentru <Code>{{emailAddress}}</Code>.",
|
|
568
|
+
"integrationConnected": "{{performedBy, anyCase}} <Semibold>conectat {{integrationName}}</Semibold> folosind <Code>{{detail}}</Code>.",
|
|
569
|
+
"integrationConnectedWithoutDetail": "{{performedBy, anyCase}} <Semibold>conectat {{integrationName}}</Semibold>.",
|
|
570
|
+
"integrationConnectedOnBehalf": "{{performedBy, anyCase}} <Semibold>conectat {{integrationName}}</Semibold> pentru <Code>{{onBehalfOf}}</Code> folosind <Code>{{detail}}</Code>.",
|
|
571
|
+
"integrationConnectedOnBehalfWithoutDetail": "{{performedBy, anyCase}} <Semibold>conectat {{integrationName}}</Semibold> pentru <Code>{{onBehalfOf}}</Code>.",
|
|
572
|
+
"integrationDisconnected": "{{performedBy, anyCase}} <Semibold>disconectat {{integrationName}}</Semibold> pentru <Code>{{detail}}</Code>.",
|
|
573
|
+
"integrationDisconnectedWithoutDetail": "{{performedBy, anyCase}} <Semibold>disconectat {{integrationName}}</Semibold>.",
|
|
574
|
+
"integrationDisconnectedOnBehalf": "{{performedBy, anyCase}} <Semibold>disconectat {{integrationName}}</Semibold> pentru <Code>{{onBehalfOf}}</Code> (<Code>{{detail}}</Code>).",
|
|
575
|
+
"integrationDisconnectedOnBehalfWithoutDetail": "{{performedBy, anyCase}} <Semibold>disconectat {{integrationName}}</Semibold> pentru <Code>{{onBehalfOf}}</Code>.",
|
|
576
|
+
"integrationDisconnectedByProvider": "{{integrationName}} <Semibold>disconectat</Semibold> pentru <Code>{{detail}}</Code> (conectat de {{performedBy, anyCase}}).",
|
|
577
|
+
"integrationDisconnectedByProviderWithoutDetail": "{{integrationName}} <Semibold>disconectat</Semibold> (conectat de {{performedBy, anyCase}})."
|
|
568
578
|
}
|
|
569
579
|
},
|
|
570
580
|
"ipRestriction": {
|
package/src/translations/ru.json
CHANGED
|
@@ -558,7 +558,17 @@
|
|
|
558
558
|
"connectedTeams": "{{performedBy, anyCase}} <Semibold>соединил Microsoft Teams</Semibold>.",
|
|
559
559
|
"disconnectedTeams": "{{performedBy, anyCase}} <Semibold>отключил Microsoft Teams</Semibold>.",
|
|
560
560
|
"connectedZoom": "{{performedBy, anyCase}} <Semibold>соединил Zoom</Semibold> с использованием <Code>{{emailAddress}}</Code>.",
|
|
561
|
-
"disconnectedZoom": "{{performedBy, anyCase}} <Semibold>отключил Zoom</Semibold> для <Code>{{emailAddress}}</Code>."
|
|
561
|
+
"disconnectedZoom": "{{performedBy, anyCase}} <Semibold>отключил Zoom</Semibold> для <Code>{{emailAddress}}</Code>.",
|
|
562
|
+
"integrationConnected": "{{performedBy, anyCase}} <Semibold>соединил {{integrationName}}</Semibold> используя <Code>{{detail}}</Code>.",
|
|
563
|
+
"integrationConnectedWithoutDetail": "{{performedBy, anyCase}} <Semibold>соединил {{integrationName}}</Semibold>.",
|
|
564
|
+
"integrationConnectedOnBehalf": "{{performedBy, anyCase}} <Semibold>соединил {{integrationName}}</Semibold> для <Code>{{onBehalfOf}}</Code> используя <Code>{{detail}}</Code>.",
|
|
565
|
+
"integrationConnectedOnBehalfWithoutDetail": "{{performedBy, anyCase}} <Semibold>соединил {{integrationName}}</Semibold> для <Code>{{onBehalfOf}}</Code>.",
|
|
566
|
+
"integrationDisconnected": "{{performedBy, anyCase}} <Semibold>отключил {{integrationName}}</Semibold> для <Code>{{detail}}</Code>.",
|
|
567
|
+
"integrationDisconnectedWithoutDetail": "{{performedBy, anyCase}} <Semibold>отключил {{integrationName}}</Semibold>.",
|
|
568
|
+
"integrationDisconnectedOnBehalf": "{{performedBy, anyCase}} <Semibold>отключил {{integrationName}}</Semibold> для <Code>{{onBehalfOf}}</Code> (<Code>{{detail}}</Code>).",
|
|
569
|
+
"integrationDisconnectedOnBehalfWithoutDetail": "{{performedBy, anyCase}} <Semibold>отключил {{integrationName}}</Semibold> для <Code>{{onBehalfOf}}</Code>.",
|
|
570
|
+
"integrationDisconnectedByProvider": "{{integrationName}} <Semibold>отключен</Semibold> для <Code>{{detail}}</Code> (подключен {{performedBy, anyCase}}).",
|
|
571
|
+
"integrationDisconnectedByProviderWithoutDetail": "{{integrationName}} <Semibold>отключен</Semibold> (подключен {{performedBy, anyCase}})."
|
|
562
572
|
}
|
|
563
573
|
},
|
|
564
574
|
"ipRestriction": {
|