@bigbinary/neeto-molecules 4.1.68 → 4.1.70

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.
Files changed (65) hide show
  1. package/dist/AuditLogs.js +1 -0
  2. package/dist/AuditLogs.js.map +1 -1
  3. package/dist/cjs/AuditLogs.js +1 -0
  4. package/dist/cjs/AuditLogs.js.map +1 -1
  5. package/dist/cjs/v2/AuditLogs.js +24 -26
  6. package/dist/cjs/v2/AuditLogs.js.map +1 -1
  7. package/dist/cjs/v2/Container.js +8 -1
  8. package/dist/cjs/v2/Container.js.map +1 -1
  9. package/dist/cjs/v2/FloatingActionMenu.js +433 -536
  10. package/dist/cjs/v2/FloatingActionMenu.js.map +1 -1
  11. package/dist/cjs/v2/MenuBar.js +51 -37
  12. package/dist/cjs/v2/MenuBar.js.map +1 -1
  13. package/dist/cjs/v2/Search.js +9 -19
  14. package/dist/cjs/v2/Search.js.map +1 -1
  15. package/dist/cjs/v2/StickyRibbonsContainer.js +79 -37
  16. package/dist/cjs/v2/StickyRibbonsContainer.js.map +1 -1
  17. package/dist/v2/AuditLogs.js +24 -26
  18. package/dist/v2/AuditLogs.js.map +1 -1
  19. package/dist/v2/Container.js +8 -1
  20. package/dist/v2/Container.js.map +1 -1
  21. package/dist/v2/FloatingActionMenu.js +436 -539
  22. package/dist/v2/FloatingActionMenu.js.map +1 -1
  23. package/dist/v2/MenuBar.js +51 -37
  24. package/dist/v2/MenuBar.js.map +1 -1
  25. package/dist/v2/Search.js +11 -21
  26. package/dist/v2/Search.js.map +1 -1
  27. package/dist/v2/StickyRibbonsContainer.js +81 -39
  28. package/dist/v2/StickyRibbonsContainer.js.map +1 -1
  29. package/package.json +7 -7
  30. package/src/translations/ar.json +37 -36
  31. package/src/translations/bg.json +37 -36
  32. package/src/translations/ca.json +37 -36
  33. package/src/translations/cs.json +37 -36
  34. package/src/translations/da.json +37 -36
  35. package/src/translations/de.json +37 -36
  36. package/src/translations/en.json +34 -34
  37. package/src/translations/es-MX.json +37 -36
  38. package/src/translations/es.json +37 -36
  39. package/src/translations/et.json +37 -36
  40. package/src/translations/fi.json +37 -36
  41. package/src/translations/fil.json +37 -36
  42. package/src/translations/fr.json +37 -36
  43. package/src/translations/he.json +37 -36
  44. package/src/translations/hi.json +37 -36
  45. package/src/translations/hr.json +37 -36
  46. package/src/translations/hu.json +37 -36
  47. package/src/translations/id.json +37 -36
  48. package/src/translations/it.json +37 -36
  49. package/src/translations/ja.json +37 -36
  50. package/src/translations/ko.json +37 -36
  51. package/src/translations/nl.json +37 -36
  52. package/src/translations/pl.json +37 -36
  53. package/src/translations/pt-BR.json +37 -36
  54. package/src/translations/pt.json +37 -36
  55. package/src/translations/ro.json +37 -36
  56. package/src/translations/ru.json +37 -36
  57. package/src/translations/sk.json +37 -36
  58. package/src/translations/sl.json +37 -36
  59. package/src/translations/sv.json +37 -36
  60. package/src/translations/th.json +37 -36
  61. package/src/translations/tr.json +37 -36
  62. package/src/translations/uk.json +37 -36
  63. package/src/translations/vi.json +37 -36
  64. package/src/translations/zh-CN.json +37 -36
  65. package/src/translations/zh-TW.json +37 -36
@@ -150,7 +150,8 @@
150
150
  "productSwitcher": {
151
151
  "noApps": "Nincsenek alkalmazások.",
152
152
  "chooseNeetoProduct": "Válaszd ki a Neeto termékedet",
153
- "searchProducts": "Termékek keresése"
153
+ "searchProducts": "Termékek keresése",
154
+ "title": "Termékváltó"
154
155
  },
155
156
  "alert": {
156
157
  "timezone": {
@@ -341,35 +342,35 @@
341
342
  "deletedRole": "Szervezet szerep törölve"
342
343
  },
343
344
  "text": {
344
- "invitedUsers": "{{performedBy, anyCase}} <Semibold>hozzáadta</Semibold> <Code>{{emailList}}</Code> a {{productSuffix, anyCase}}-hez.",
345
- "invitedUsersFailed": "{{performedBy, anyCase}} <Semibold>próbálta meg</Semibold> meghívni a felhasználót {{productSuffix, anyCase}}{{errorMessage}}.",
346
- "userSignedUp": "{{userIdentifier}} <Semibold>regisztrált</Semibold> a {{productSuffix, anyCase}}-on.",
347
- "updatedUser": "{{performedBy, anyCase}} <Semibold>módosította</Semibold> <Code>{{affectedUser}}'s</Code> <ChangedFields></ChangedFields> a {{productSuffix, anyCase}}-on.",
348
- "bulkUpdateUsers": "{{performedBy, anyCase}} <Semibold>{{message}}</Semibold>: <Code>{{emailList}}</Code> a {{productSuffix, anyCase}}-on.",
349
- "bulkUpdateUsersFailed": "{{performedBy, anyCase}} <Semibold>{{message}}</Semibold> a {{productSuffix, anyCase}}{{errorMessage}}.",
350
- "updatedUserProfile": "{{performedBy, anyCase}} <Semibold>módosította</Semibold> <ChangedFields></ChangedFields> a {{productSuffix, anyCase}}-on.",
351
- "createdRole": "{{performedBy, anyCase}} <Semibold>lehet</Semibold> <Code>{{roleName}}</Code> szerepet a {{productSuffix, anyCase}}-on.",
352
- "updatedRole": "{{performedBy, anyCase}} <Semibold>frissítette</Semibold> <Code>{{roleName}}</Code> szerepet a {{productSuffix, anyCase}}-on.",
353
- "updatedRoleName": "{{performedBy, anyCase}} <Semibold>átnevezte</Semibold> <Code>{{name.from}}</Code> szerepet <Code>{{name.to}}</Code>-ra a {{productSuffix, anyCase}}-on.",
354
- "addedRolePermission": "{{performedBy, anyCase}} <Semibold>hozzáadta</Semibold> <Code>{{addedPermissionsText}}</Code> $t(neetoMolecules.common.permission, {\"count\": {{addedPermissionsCount}} }) a <Code>{{roleName}}</Code> szerepen a {{productSuffix, anyCase}}-on.",
355
- "removedRolePermission": "{{performedBy, anyCase}} <Semibold>eltávolította</Semibold> <Code>{{removedPermissionsText}}</Code> $t(neetoMolecules.common.permission, {\"count\": {{removedPermissionsCount}} }) a <Code>{{roleName}}</Code> szerepről a {{productSuffix, anyCase}}-on.",
356
- "modifiedRolePermission": "{{performedBy, anyCase}} <Semibold>hozzáadta</Semibold> <Code>{{addedPermissionsText}}</Code> $t(neetoMolecules.common.permission, {\"count\": {{addedPermissionsCount}} }) és <Semibold>eltávolította</Semibold> <Code>{{removedPermissionsText}}</Code> $t(neetoMolecules.common.permission, {\"count\": {{removedPermissionsCount}} }) a <Code>{{roleName}}</Code> szerepről a {{productSuffix, anyCase}}-on.",
357
- "deletedRole": "{{performedBy, anyCase}} <Semibold>törölte</Semibold> <Code>{{roleName}}</Code> szerepet a {{productSuffix, anyCase}}-on.",
358
- "performedAction": "{{performedBy, anyCase}} <Semibold>eljárást végzett</Semibold> a {{productSuffix, anyCase}}-on.",
345
+ "invitedUsers": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>hozzáadta</Semibold> <Code>{{emailList}}</Code> a {{productSuffix, anyCase}}-hoz.",
346
+ "invitedUsersFailed": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>megpróbálta</Semibold> meghívni a felhasználót {{productSuffix, anyCase}}{{errorMessage}}.",
347
+ "userSignedUp": "<Bold>{{userIdentifier}}</Bold> <Semibold>regisztrált</Semibold> a {{productSuffix, anyCase}}-on.",
348
+ "updatedUser": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>megváltoztatta</Semibold> <Code>{{affectedUser}}'s</Code> <ChangedFields></ChangedFields> a {{productSuffix, anyCase}}-on.",
349
+ "bulkUpdateUsers": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>{{message}}</Semibold>: <Code>{{emailList}}</Code> a {{productSuffix, anyCase}}-on.",
350
+ "bulkUpdateUsersFailed": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>{{message}}</Semibold> a {{productSuffix, anyCase}}{{errorMessage}}.",
351
+ "updatedUserProfile": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>megváltoztatta</Semibold> <ChangedFields></ChangedFields> a {{productSuffix, anyCase}}-on.",
352
+ "createdRole": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>létrehozta</Semibold> a <Code>{{roleName}}</Code> szerepet a {{productSuffix, anyCase}}-on.",
353
+ "updatedRole": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>frissítette</Semibold> a <Code>{{roleName}}</Code> szerepet a {{productSuffix, anyCase}}-on.",
354
+ "updatedRoleName": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>átnevezte</Semibold> a <Code>{{name.from}}</Code> szerepet <Code>{{name.to}}</Code>-ra a {{productSuffix, anyCase}}-on.",
355
+ "addedRolePermission": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>hozzáadta</Semibold> <Code>{{addedPermissionsText}}</Code> $t(neetoMolecules.common.permission, {\"count\": {{addedPermissionsCount}} }) a <Code>{{roleName}}</Code> szerephez a {{productSuffix, anyCase}}-on.",
356
+ "removedRolePermission": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>eltávolította</Semibold> <Code>{{removedPermissionsText}}</Code> $t(neetoMolecules.common.permission, {\"count\": {{removedPermissionsCount}} }) a <Code>{{roleName}}</Code> szerepből a {{productSuffix, anyCase}}-on.",
357
+ "modifiedRolePermission": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>hozzáadta</Semibold> <Code>{{addedPermissionsText}}</Code> $t(neetoMolecules.common.permission, {\"count\": {{addedPermissionsCount}} }) és <Semibold>eltávolította</Semibold> <Code>{{removedPermissionsText}}</Code> $t(neetoMolecules.common.permission, {\"count\": {{removedPermissionsCount}} }) a <Code>{{roleName}}</Code> szerepből a {{productSuffix, anyCase}}-on.",
358
+ "deletedRole": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>törölte</Semibold> a <Code>{{roleName}}</Code> szerepet a {{productSuffix, anyCase}}-on.",
359
+ "performedAction": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>végrehajtott</Semibold> egy műveletet a {{productSuffix, anyCase}}-on.",
359
360
  "updatedFields": "<Semibold>{{field}}</Semibold>",
360
361
  "updatedFieldsWithPreviousValue": "<Semibold>{{field}}</Semibold> a <Code>{{from, anyCase}}</Code>-ről <Code>{{to, anyCase}}</Code>-ra",
361
362
  "updatedFieldsWithNewValue": "<Semibold>{{field}}</Semibold> a <Code>{{to, anyCase}}</Code>-ra",
362
363
  "connectedGoogleCalender": "{{performedBy, anyCase}} <Semibold>összekapcsolta a Google Naptárt</Semibold> a <Code>{{emailAddress}}</Code> használatával.",
363
364
  "disconnectedGoogleCalender": "{{performedBy, anyCase}} <Semibold>leválasztotta a Google Naptárt</Semibold> a <Code>{{emailAddress}}</Code> számára.",
364
- "connectedStripeAccount": "{{performedBy, anyCase}} <Semibold>kapcsolódott a Stripe integrációhoz</Semibold> az azonosítóval: <Code>{{stripeAccountId}}</Code> a {{productSuffix, anyCase}}-on.",
365
- "disconnectedStripeAccount": "{{performedBy, anyCase}} <Semibold>lemákolta a Stripe integrációt</Semibold> a {{productSuffix, anyCase}}-on.",
366
- "connectedZoomAccount": "{{performedBy, anyCase}} <Semibold>kapcsolódott a Zoom integrációhoz</Semibold> az azonosítóval: <Code>{{zoomAccountId}}</Code> a {{productSuffix, anyCase}}-on.",
367
- "disconnectedZoomAccount": "{{performedBy, anyCase}} <Semibold>lemákolta a Zoom integrációt</Semibold> a {{productSuffix, anyCase}}-on.",
368
- "connectedCustomDomain": "{{performedBy, anyCase}} <Semibold>kapcsolódott a következő egyéni domainhoz:</Semibold> <Code>{{hostname}}</Code> a {{productSuffix, anyCase}}-on.",
369
- "createdApiKey": "{{performedBy, anyCase}} <Semibold>lehet</Semibold> egy API kulcsot a következő felirattal: <Semibold>{{label, anyCase}}</Semibold> a {{productSuffix, anyCase}}-on.",
370
- "deletedApiKey": "{{performedBy, anyCase}} <Semibold>törölte</Semibold> az API kulcsot, amelynek a neve <Semibold>{{label, anyCase}}</Semibold> a {{productSuffix, anyCase}}-on.",
371
- "updatedApiKey": "{{performedBy, anyCase}} <Semibold>frissítette</Semibold> az API kulcsot, amelynek a neve <Semibold>{{label, anyCase}}</Semibold> a {{productSuffix, anyCase}}-on.",
372
- "removedUser": "{{performedBy, anyCase}} <Semibold>eltávolította</Semibold> <Code>{{affectedUser}}</Code> a {{productSuffix, anyCase}}-tól.",
365
+ "connectedStripeAccount": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>csatlakozott a Stripe integrációhoz</Semibold> a következő fiókkal: <Code>{{stripeAccountId}}</Code> a {{productSuffix, anyCase}}-on.",
366
+ "disconnectedStripeAccount": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>szétkapcsolta a Stripe integrációt</Semibold> a {{productSuffix, anyCase}}-on.",
367
+ "connectedZoomAccount": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>csatlakozott a Zoom integrációhoz</Semibold> a következő fiókkal: <Code>{{zoomAccountId}}</Code> a {{productSuffix, anyCase}}-on.",
368
+ "disconnectedZoomAccount": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>szétkapcsolta a Zoom integrációt</Semibold> a {{productSuffix, anyCase}}-on.",
369
+ "connectedCustomDomain": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>csatlakozott a Testreszabott Domain-hez:</Semibold> <Code>{{hostname}}</Code> a {{productSuffix, anyCase}}-on.",
370
+ "createdApiKey": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>létrehozott</Semibold> egy API kulcsot <Semibold>{{label, anyCase}}</Semibold>-nal a {{productSuffix, anyCase}}-on.",
371
+ "deletedApiKey": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>törölt</Semibold> egy API kulcsot <Semibold>{{label, anyCase}}</Semibold>-nal a {{productSuffix, anyCase}}-on.",
372
+ "updatedApiKey": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>frissítette</Semibold> egy API kulcsot <Semibold>{{label, anyCase}}</Semibold>-nal a {{productSuffix, anyCase}}-on.",
373
+ "removedUser": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>eltávolította</Semibold> <Code>{{affectedUser}}</Code> a {{productSuffix, anyCase}}-ról.",
373
374
  "googleDisconnectedGoogleCalendar": "Google <Semibold>eltávolította a Google Naptár összekapcsolást</Semibold> a <Code>{{emailAddress}}</Code> céllal (összekapcsolva: {{performedBy, anyCase}}).",
374
375
  "connectedGoogleMeet": "{{performedBy, anyCase}} <Semibold>összekapcsolta a Google Meetet</Semibold> a <Code>{{emailAddress}}</Code> segítségével.",
375
376
  "disconnectedGoogleMeet": "{{performedBy, anyCase}} <Semibold>eltávolította a Google Meet összekapcsolást</Semibold> a <Code>{{emailAddress}}</Code> céllal.",
@@ -383,16 +384,16 @@
383
384
  "disconnectedTeams": "{{performedBy, anyCase}} <Semibold>eltávolította a Microsoft Teams összekapcsolást</Semibold>.",
384
385
  "connectedZoom": "{{performedBy, anyCase}} <Semibold>összekapcsolta a Zoomot</Semibold> a <Code>{{emailAddress}}</Code> segítségével.",
385
386
  "disconnectedZoom": "{{performedBy, anyCase}} <Semibold>eltávolította a Zoom összekapcsolást</Semibold> a <Code>{{emailAddress}}</Code> céllal.",
386
- "integrationConnected": "{{performedBy, anyCase}} <Semibold>csatlakozott {{integrationName}}</Semibold> a <Code>{{detail}}</Code> használatával.",
387
- "integrationConnectedWithoutDetail": "{{performedBy, anyCase}} <Semibold>csatlakozott {{integrationName}}</Semibold>.",
388
- "integrationConnectedOnBehalf": "{{performedBy, anyCase}} <Semibold>csatlakozott {{integrationName}}</Semibold> a <Code>{{integrationOwner}}</Code> nevében a <Code>{{detail}}</Code> használatával.",
389
- "integrationConnectedOnBehalfWithoutDetail": "{{performedBy, anyCase}} <Semibold>csatlakozott {{integrationName}}</Semibold> a <Code>{{integrationOwner}}</Code> nevében.",
390
- "integrationDisconnected": "{{performedBy, anyCase}} <Semibold>lekötött {{integrationName}}</Semibold> a <Code>{{detail}}</Code> használatával.",
391
- "integrationDisconnectedWithoutDetail": "{{performedBy, anyCase}} <Semibold>lekötött {{integrationName}}</Semibold>.",
392
- "integrationDisconnectedOnBehalf": "{{performedBy, anyCase}} <Semibold>asztalékolta {{integrationName}}</Semibold> a <Code>{{integrationOwner}}</Code> nevében (<Code>{{detail}}</Code>).",
393
- "integrationDisconnectedOnBehalfWithoutDetail": "{{performedBy, anyCase}} <Semibold>asztalékolta {{integrationName}}</Semibold> a <Code>{{integrationOwner}}</Code> nevében.",
394
- "integrationDisconnectedByProvider": "{{integrationName}} <Semibold>lekötve</Semibold> a <Code>{{detail}}</Code> használatával (csatlakoztatta {{performedBy, anyCase}}).",
395
- "integrationDisconnectedByProviderWithoutDetail": "{{integrationName}} <Semibold>lekötve</Semibold> (csatlakoztatta {{performedBy, anyCase}})."
387
+ "integrationConnected": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>csatlakozott {{integrationName}}</Semibold> a következővel: <Code>{{detail}}</Code>.",
388
+ "integrationConnectedWithoutDetail": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>csatlakozott {{integrationName}}</Semibold>.",
389
+ "integrationConnectedOnBehalf": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>csatlakozott {{integrationName}}</Semibold> a <Code>{{integrationOwner}}</Code> nevében <Code>{{detail}}</Code>.",
390
+ "integrationConnectedOnBehalfWithoutDetail": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>csatlakozott {{integrationName}}</Semibold> a <Code>{{integrationOwner}}</Code> nevében.",
391
+ "integrationDisconnected": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>szétkapcsolta {{integrationName}}</Semibold> a <Code>{{detail}}</Code>.",
392
+ "integrationDisconnectedWithoutDetail": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>szétkapcsolta {{integrationName}}</Semibold>.",
393
+ "integrationDisconnectedOnBehalf": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>szétkapcsolta {{integrationName}}</Semibold> a <Code>{{integrationOwner}}</Code> nevében (<Code>{{detail}}</Code>).",
394
+ "integrationDisconnectedOnBehalfWithoutDetail": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>szétkapcsolta {{integrationName}}</Semibold> a <Code>{{integrationOwner}}</Code> nevében.",
395
+ "integrationDisconnectedByProvider": "<Bold>{{integrationName}}</Bold> <Semibold>szétkapcsolva</Semibold> a <Code>{{detail}}</Code> (akit {{performedBy, anyCase}} csatlakoztatott).",
396
+ "integrationDisconnectedByProviderWithoutDetail": "<Bold>{{integrationName}}</Bold> <Semibold>szétkapcsolva</Semibold> (akit {{performedBy, anyCase}} csatlakoztatott)."
396
397
  },
397
398
  "details": {
398
399
  "emails": {
@@ -972,4 +973,4 @@
972
973
  "cancel": "Mégse"
973
974
  }
974
975
  }
975
- }
976
+ }
@@ -302,7 +302,8 @@
302
302
  "productSwitcher": {
303
303
  "noApps": "Tidak ada aplikasi yang ditemukan.",
304
304
  "chooseNeetoProduct": "Pilih produk Neeto Anda",
305
- "searchProducts": "Cari produk"
305
+ "searchProducts": "Cari produk",
306
+ "title": "Pilih Produk"
306
307
  },
307
308
  "alert": {
308
309
  "timezone": {
@@ -522,37 +523,37 @@
522
523
  }
523
524
  },
524
525
  "text": {
525
- "invitedUsers": "{{performedBy, anyCase}} <Semibold>added</Semibold> <Code>{{emailList}}</Code> ke {{productSuffix, anyCase}}.",
526
- "invitedUsersFailed": "{{performedBy, anyCase}} <Semibold>attempted</Semibold> untuk mengundang pengguna {{productSuffix, anyCase}}{{errorMessage}}.",
527
- "userSignedUp": "{{userIdentifier}} <Semibold>signed up</Semibold> di {{productSuffix, anyCase}}.",
528
- "updatedUser": "{{performedBy, anyCase}} <Semibold>changed</Semibold> <Code>{{affectedUser}}'s</Code> <ChangedFields></ChangedFields> di {{productSuffix, anyCase}}.",
529
- "bulkUpdateUsers": "{{performedBy, anyCase}} <Semibold>{{message}}</Semibold>: <Code>{{emailList}}</Code> di {{productSuffix, anyCase}}.",
530
- "bulkUpdateUsersFailed": "{{performedBy, anyCase}} <Semibold>{{message}}</Semibold> di {{productSuffix, anyCase}}{{errorMessage}}.",
531
- "updatedUserProfile": "{{performedBy, anyCase}} <Semibold>changed</Semibold> <ChangedFields></ChangedFields> di {{productSuffix, anyCase}}.",
532
- "createdRole": "{{performedBy, anyCase}} <Semibold>created</Semibold> <Code>{{roleName}}</Code> peran di {{productSuffix, anyCase}}.",
526
+ "invitedUsers": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>menambahkan</Semibold> <Code>{{emailList}}</Code> ke {{productSuffix, anyCase}}.",
527
+ "invitedUsersFailed": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>mencoba</Semibold> untuk mengundang pengguna {{productSuffix, anyCase}}{{errorMessage}}.",
528
+ "userSignedUp": "<Bold>{{userIdentifier}}</Bold> <Semibold>mendaftar</Semibold> di {{productSuffix, anyCase}}.",
529
+ "updatedUser": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>mengubah</Semibold> <Code>{{affectedUser}}'s</Code> <ChangedFields></ChangedFields> di {{productSuffix, anyCase}}.",
530
+ "bulkUpdateUsers": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>{{message}}</Semibold>: <Code>{{emailList}}</Code> di {{productSuffix, anyCase}}.",
531
+ "bulkUpdateUsersFailed": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>{{message}}</Semibold> di {{productSuffix, anyCase}}{{errorMessage}}.",
532
+ "updatedUserProfile": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>mengubah</Semibold> <ChangedFields></ChangedFields> di {{productSuffix, anyCase}}.",
533
+ "createdRole": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>membuat</Semibold> <Code>{{roleName}}</Code> peran di {{productSuffix, anyCase}}.",
533
534
  "updatedRole_other": "{{performedBy, anyCase}} <Semibold> telah memperbarui </Semibold> <Code>{{roleName}}</Code> peran dengan <Code>{{addedPermissionsText}}</Code> izin di {{productSuffix, anyCase}}",
534
535
  "updatedRole_one": "{{performedBy, anyCase}} <Semibold> telah memperbarui </Semibold> <Code>{{roleName}}</Code> peran dengan <Code>{{addedPermissionsText}}</Code> izin di {{productSuffix, anyCase}}",
535
- "deletedRole": "{{performedBy, anyCase}} <Semibold>deleted</Semibold> <Code>{{roleName}}</Code> peran di {{productSuffix, anyCase}}.",
536
- "performedAction": "{{performedBy, anyCase}} <Semibold>performed</Semibold> sebuah tindakan di {{productSuffix, anyCase}}.",
536
+ "deletedRole": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>menghapus</Semibold> <Code>{{roleName}}</Code> peran di {{productSuffix, anyCase}}.",
537
+ "performedAction": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>melakukan</Semibold> sebuah tindakan di {{productSuffix, anyCase}}.",
537
538
  "updatedFieldsWithPreviousValue": "<Semibold>{{field}}</Semibold> dari <Code>{{from, anyCase}}</Code> ke <Code>{{to, anyCase}}</Code>",
538
539
  "updatedFieldsWithNewValue": "<Semibold>{{field}}</Semibold> ke <Code>{{to, anyCase}}</Code>",
539
540
  "connectedGoogleCalender": "{{performedBy, anyCase}} <Semibold>terhubung Google Calendar</Semibold> menggunakan <Code>{{emailAddress}}</Code>.",
540
541
  "disconnectedGoogleCalender": "{{performedBy, anyCase}} <Semibold>terputus dari Google Calendar</Semibold> untuk <Code>{{emailAddress}}</Code>.",
541
- "connectedStripeAccount": "{{performedBy, anyCase}} <Semibold>connected to Stripe integration</Semibold> dengan ID akun: <Code>{{stripeAccountId}}</Code> di {{productSuffix, anyCase}}.",
542
- "disconnectedStripeAccount": "{{performedBy, anyCase}} <Semibold>disconnected integrasi Stripe</Semibold> di {{productSuffix, anyCase}}.",
543
- "connectedZoomAccount": "{{performedBy, anyCase}} <Semibold>connected to Zoom integration</Semibold> dengan ID akun: <Code>{{zoomAccountId}}</Code> di {{productSuffix, anyCase}}.",
544
- "disconnectedZoomAccount": "{{performedBy, anyCase}} <Semibold>disconnected integrasi Zoom</Semibold> di {{productSuffix, anyCase}}.",
545
- "connectedCustomDomain": "{{performedBy, anyCase}} <Semibold>connected Custom Domain:</Semibold> <Code>{{hostname}}</Code> di {{productSuffix, anyCase}}.",
542
+ "connectedStripeAccount": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>terhubung ke integrasi Stripe</Semibold> dengan ID akun: <Code>{{stripeAccountId}}</Code> di {{productSuffix, anyCase}}.",
543
+ "disconnectedStripeAccount": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>terputus dari integrasi Stripe</Semibold> di {{productSuffix, anyCase}}.",
544
+ "connectedZoomAccount": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>terhubung ke integrasi Zoom</Semibold> dengan ID akun: <Code>{{zoomAccountId}}</Code> di {{productSuffix, anyCase}}.",
545
+ "disconnectedZoomAccount": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>terputus dari integrasi Zoom</Semibold> di {{productSuffix, anyCase}}.",
546
+ "connectedCustomDomain": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>terhubung ke Domain Kustom:</Semibold> <Code>{{hostname}}</Code> di {{productSuffix, anyCase}}.",
546
547
  "updatedFields": "<Semibold>{{field}}</Semibold>",
547
- "updatedRole": "{{performedBy, anyCase}} <Semibold>updated</Semibold> <Code>{{roleName}}</Code> peran di {{productSuffix, anyCase}}.",
548
- "updatedRoleName": "{{performedBy, anyCase}} <Semibold>renamed</Semibold> <Code>{{name.from}}</Code> peran menjadi <Code>{{name.to}}</Code> di {{productSuffix, anyCase}}.",
549
- "addedRolePermission": "{{performedBy, anyCase}} <Semibold>added</Semibold> <Code>{{addedPermissionsText}}</Code> $t(neetoMolecules.common.permission, {\"count\": {{addedPermissionsCount}} }) ke <Code>{{roleName}}</Code> peran di {{productSuffix, anyCase}}.",
550
- "removedRolePermission": "{{performedBy, anyCase}} <Semibold>removed</Semibold> <Code>{{removedPermissionsText}}</Code> $t(neetoMolecules.common.permission, {\"count\": {{removedPermissionsCount}} }) dari <Code>{{roleName}}</Code> peran di {{productSuffix, anyCase}}.",
551
- "modifiedRolePermission": "{{performedBy, anyCase}} <Semibold>added</Semibold> <Code>{{addedPermissionsText}}</Code> $t(neetoMolecules.common.permission, {\"count\": {{addedPermissionsCount}} }) dan <Semibold>removed</Semibold> <Code>{{removedPermissionsText}}</Code> $t(neetoMolecules.common.permission, {\"count\": {{removedPermissionsCount}} }) dari <Code>{{roleName}}</Code> peran di {{productSuffix, anyCase}}.",
552
- "createdApiKey": "{{performedBy, anyCase}} <Semibold>created</Semibold> sebuah kunci API dengan label <Semibold>{{label, anyCase}}</Semibold> di {{productSuffix, anyCase}}.",
553
- "deletedApiKey": "{{performedBy, anyCase}} <Semibold>deleted</Semibold> sebuah kunci API dengan label <Semibold>{{label, anyCase}}</Semibold> di {{productSuffix, anyCase}}.",
554
- "updatedApiKey": "{{performedBy, anyCase}} <Semibold>updated</Semibold> sebuah kunci API dengan label <Semibold>{{label, anyCase}}</Semibold> di {{productSuffix, anyCase}}.",
555
- "removedUser": "{{performedBy, anyCase}} <Semibold>menghapus</Semibold> <Code>{{affectedUser}}</Code> dari {{productSuffix, anyCase}}.",
548
+ "updatedRole": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>memperbarui</Semibold> <Code>{{roleName}}</Code> peran di {{productSuffix, anyCase}}.",
549
+ "updatedRoleName": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>mengubah nama</Semibold> <Code>{{name.from}}</Code> peran menjadi <Code>{{name.to}}</Code> di {{productSuffix, anyCase}}.",
550
+ "addedRolePermission": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>menambahkan</Semibold> <Code>{{addedPermissionsText}}</Code> $t(neetoMolecules.common.permission, {\"count\": {{addedPermissionsCount}} }) ke <Code>{{roleName}}</Code> peran di {{productSuffix, anyCase}}.",
551
+ "removedRolePermission": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>menghapus</Semibold> <Code>{{removedPermissionsText}}</Code> $t(neetoMolecules.common.permission, {\"count\": {{removedPermissionsCount}} }) dari <Code>{{roleName}}</Code> peran di {{productSuffix, anyCase}}.",
552
+ "modifiedRolePermission": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>menambahkan</Semibold> <Code>{{addedPermissionsText}}</Code> $t(neetoMolecules.common.permission, {\"count\": {{addedPermissionsCount}} }) dan <Semibold>menghapus</Semibold> <Code>{{removedPermissionsText}}</Code> $t(neetoMolecules.common.permission, {\"count\": {{removedPermissionsCount}} }) dari <Code>{{roleName}}</Code> peran di {{productSuffix, anyCase}}.",
553
+ "createdApiKey": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>membuat</Semibold> kunci API dengan label <Semibold>{{label, anyCase}}</Semibold> di {{productSuffix, anyCase}}.",
554
+ "deletedApiKey": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>menghapus</Semibold> kunci API dengan label <Semibold>{{label, anyCase}}</Semibold> di {{productSuffix, anyCase}}.",
555
+ "updatedApiKey": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>memperbarui</Semibold> kunci API dengan label <Semibold>{{label, anyCase}}</Semibold> di {{productSuffix, anyCase}}.",
556
+ "removedUser": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>menghapus</Semibold> <Code>{{affectedUser}}</Code> dari {{productSuffix, anyCase}}.",
556
557
  "googleDisconnectedGoogleCalendar": "Google <Semibold>terputus dari Google Calendar</Semibold> untuk <Code>{{emailAddress}}</Code> (terhubung oleh {{performedBy, anyCase}}).",
557
558
  "connectedGoogleMeet": "{{performedBy, anyCase}} <Semibold>terhubung ke Google Meet</Semibold> menggunakan <Code>{{emailAddress}}</Code>.",
558
559
  "disconnectedGoogleMeet": "{{performedBy, anyCase}} <Semibold>terputus dari Google Meet</Semibold> untuk <Code>{{emailAddress}}</Code>.",
@@ -566,16 +567,16 @@
566
567
  "disconnectedTeams": "{{performedBy, anyCase}} <Semibold>terputus dari Microsoft Teams</Semibold>.",
567
568
  "connectedZoom": "{{performedBy, anyCase}} <Semibold>terhubung ke Zoom</Semibold> menggunakan <Code>{{emailAddress}}</Code>.",
568
569
  "disconnectedZoom": "{{performedBy, anyCase}} <Semibold>terputus dari Zoom</Semibold> untuk <Code>{{emailAddress}}</Code>.",
569
- "integrationConnected": "{{performedBy, anyCase}} <Semibold>terhubung {{integrationName}}<\\/Semibold> menggunakan <Code>{{detail}}<\\/Code>.",
570
- "integrationConnectedWithoutDetail": "{{performedBy, anyCase}} <Semibold>terhubung {{integrationName}}<\\/Semibold>.",
571
- "integrationConnectedOnBehalf": "{{performedBy, anyCase}} <Semibold>terhubung {{integrationName}}<\\/Semibold> untuk <Code>{{integrationOwner}}<\\/Code> menggunakan <Code>{{detail}}<\\/Code>.",
572
- "integrationConnectedOnBehalfWithoutDetail": "{{performedBy, anyCase}} <Semibold>terhubung {{integrationName}}<\\/Semibold> untuk <Code>{{integrationOwner}}<\\/Code>.",
573
- "integrationDisconnected": "{{performedBy, anyCase}} <Semibold>terputus {{integrationName}}<\\/Semibold> untuk <Code>{{detail}}<\\/Code>.",
574
- "integrationDisconnectedWithoutDetail": "{{performedBy, anyCase}} <Semibold>terputus {{integrationName}}<\\/Semibold>.",
575
- "integrationDisconnectedOnBehalf": "{{performedBy, anyCase}} <Semibold>terputus {{integrationName}}<\\/Semibold> untuk <Code>{{integrationOwner}}<\\/Code> (<Code>{{detail}}<\\/Code>).",
576
- "integrationDisconnectedOnBehalfWithoutDetail": "{{performedBy, anyCase}} <Semibold>terputus {{integrationName}}<\\/Semibold> untuk <Code>{{integrationOwner}}<\\/Code>.",
577
- "integrationDisconnectedByProvider": "{{integrationName}} <Semibold>terputus<\\/Semibold> untuk <Code>{{detail}}<\\/Code> (terhubung oleh {{performedBy, anyCase}}).",
578
- "integrationDisconnectedByProviderWithoutDetail": "{{integrationName}} <Semibold>terputus<\\/Semibold> (terhubung oleh {{performedBy, anyCase}})."
570
+ "integrationConnected": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>terhubung {{integrationName}}</Semibold> menggunakan <Code>{{detail}}</Code>.",
571
+ "integrationConnectedWithoutDetail": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>terhubung {{integrationName}}</Semibold>.",
572
+ "integrationConnectedOnBehalf": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>terhubung {{integrationName}}</Semibold> untuk <Code>{{integrationOwner}}</Code> menggunakan <Code>{{detail}}</Code>.",
573
+ "integrationConnectedOnBehalfWithoutDetail": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>terhubung {{integrationName}}</Semibold> untuk <Code>{{integrationOwner}}</Code>.",
574
+ "integrationDisconnected": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>terputus {{integrationName}}</Semibold> untuk <Code>{{detail}}</Code>.",
575
+ "integrationDisconnectedWithoutDetail": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>terputus {{integrationName}}</Semibold>.",
576
+ "integrationDisconnectedOnBehalf": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>terputus {{integrationName}}</Semibold> untuk <Code>{{integrationOwner}}</Code> (<Code>{{detail}}</Code>).",
577
+ "integrationDisconnectedOnBehalfWithoutDetail": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>terputus {{integrationName}}</Semibold> untuk <Code>{{integrationOwner}}</Code>.",
578
+ "integrationDisconnectedByProvider": "<Bold>{{integrationName}}</Bold> <Semibold>terputus</Semibold> untuk <Code>{{detail}}</Code> (terhubung oleh {{performedBy, anyCase}}).",
579
+ "integrationDisconnectedByProviderWithoutDetail": "<Bold>{{integrationName}}</Bold> <Semibold>terputus</Semibold> (terhubung oleh {{performedBy, anyCase}})."
579
580
  }
580
581
  },
581
582
  "ipRestriction": {
@@ -989,4 +990,4 @@
989
990
  "cancel": "Batalkan"
990
991
  }
991
992
  }
992
- }
993
+ }
@@ -302,7 +302,8 @@
302
302
  "productSwitcher": {
303
303
  "noApps": "Nessuna app trovata.",
304
304
  "chooseNeetoProduct": "Scegli il tuo prodotto Neeto",
305
- "searchProducts": "Cerca prodotti"
305
+ "searchProducts": "Cerca prodotti",
306
+ "title": "Selettore prodotto"
306
307
  },
307
308
  "alert": {
308
309
  "timezone": {
@@ -522,37 +523,37 @@
522
523
  }
523
524
  },
524
525
  "text": {
525
- "invitedUsers": "{{performedBy, anyCase}} <Semibold>ha aggiunto</Semibold> <Code>{{emailList}}</Code> a {{productSuffix, anyCase}}.",
526
- "invitedUsersFailed": "{{performedBy, anyCase}} <Semibold>ha tentato</Semibold> di invitare un utente {{productSuffix, anyCase}}{{errorMessage}}.",
527
- "userSignedUp": "{{userIdentifier}} <Semibold registrato</Semibold> su {{productSuffix, anyCase}}.",
528
- "updatedUser": "{{performedBy, anyCase}} <Semibold>ha cambiato</Semibold> <Code>{{affectedUser}}'s</Code> <ChangedFields></ChangedFields> su {{productSuffix, anyCase}}.",
529
- "bulkUpdateUsers": "{{performedBy, anyCase}} <Semibold>{{message}}</Semibold>: <Code>{{emailList}}</Code> su {{productSuffix, anyCase}}.",
530
- "bulkUpdateUsersFailed": "{{performedBy, anyCase}} <Semibold>{{message}}</Semibold> su {{productSuffix, anyCase}}{{errorMessage}}.",
531
- "updatedUserProfile": "{{performedBy, anyCase}} <Semibold>ha cambiato</Semibold> <ChangedFields></ChangedFields> in {{productSuffix, anyCase}}.",
532
- "createdRole": "{{performedBy, anyCase}} <Semibold>ha creato</Semibold> <Code>{{roleName}}</Code> ruolo su {{productSuffix, anyCase}}.",
526
+ "invitedUsers": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>ha aggiunto</Semibold> <Code>{{emailList}}</Code> a {{productSuffix, anyCase}}.",
527
+ "invitedUsersFailed": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>ha tentato</Semibold> di invitare un utente {{productSuffix, anyCase}}{{errorMessage}}.",
528
+ "userSignedUp": "<Bold>{{userIdentifier}}</Bold> <Semibold>si è registrato</Semibold> su {{productSuffix, anyCase}}.",
529
+ "updatedUser": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>ha cambiato</Semibold> <Code>{{affectedUser}}'s</Code> <ChangedFields></ChangedFields> su {{productSuffix, anyCase}}.",
530
+ "bulkUpdateUsers": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>{{message}}</Semibold>: <Code>{{emailList}}</Code> su {{productSuffix, anyCase}}.",
531
+ "bulkUpdateUsersFailed": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>{{message}}</Semibold> su {{productSuffix, anyCase}}{{errorMessage}}.",
532
+ "updatedUserProfile": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>ha cambiato</Semibold> <ChangedFields></ChangedFields> in {{productSuffix, anyCase}}.",
533
+ "createdRole": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>ha creato</Semibold> <Code>{{roleName}}</Code> ruolo su {{productSuffix, anyCase}}.",
533
534
  "updatedRole_other": "{{performedBy, anyCase}} <Semibold>ha aggiornato</Semibold> <Code>{{roleName}}</Code> ruolo con <Code>{{addedPermissionsText}}</Code> permessi su {{productSuffix, anyCase}}",
534
535
  "updatedRole_one": "{{performedBy, anyCase}} <Semibold>ha aggiornato</Semibold> <Code>{{roleName}}</Code> ruolo con <Code>{{addedPermissionsText}}</Code> permesso su {{productSuffix, anyCase}}",
535
- "deletedRole": "{{performedBy, anyCase}} <Semibold>ha eliminato</Semibold> <Code>{{roleName}}</Code> ruolo su {{productSuffix, anyCase}}.",
536
- "performedAction": "{{performedBy, anyCase}} <Semibold>ha eseguito</Semibold> un'azione su {{productSuffix, anyCase}}.",
536
+ "deletedRole": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>ha eliminato</Semibold> <Code>{{roleName}}</Code> ruolo su {{productSuffix, anyCase}}.",
537
+ "performedAction": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>ha eseguito</Semibold> un'azione su {{productSuffix, anyCase}}.",
537
538
  "updatedFieldsWithPreviousValue": "<Semibold>{{field}}</Semibold> da <Code>{{from, anyCase}}</Code> a <Code>{{to, anyCase}}</Code>",
538
539
  "updatedFieldsWithNewValue": "<Semibold>{{field}}</Semibold> a <Code>{{to, anyCase}}</Code>",
539
540
  "connectedGoogleCalender": "{{performedBy, anyCase}} <Semibold>ha connesso Google Calendar</Semibold> utilizzando <Code>{{emailAddress}}</Code>.",
540
541
  "disconnectedGoogleCalender": "{{performedBy, anyCase}} <Semibold>ha disconnesso Google Calendar</Semibold> per <Code>{{emailAddress}}</Code>.",
541
- "connectedStripeAccount": "{{performedBy, anyCase}} <Semibold>ha collegato l'integrazione Stripe</Semibold> con ID account: <Code>{{stripeAccountId}}</Code> su {{productSuffix, anyCase}}.",
542
- "disconnectedStripeAccount": "{{performedBy, anyCase}} <Semibold>ha disconnesso l'integrazione Stripe</Semibold> su {{productSuffix, anyCase}}.",
543
- "connectedZoomAccount": "{{performedBy, anyCase}} <Semibold>ha collegato l'integrazione Zoom</Semibold> con ID account: <Code>{{zoomAccountId}}</Code> su {{productSuffix, anyCase}}.",
544
- "disconnectedZoomAccount": "{{performedBy, anyCase}} <Semibold>ha disconnesso l'integrazione Zoom</Semibold> su {{productSuffix, anyCase}}.",
545
- "connectedCustomDomain": "{{performedBy, anyCase}} <Semibold>ha collegato il dominio personalizzato:</Semibold> <Code>{{hostname}}</Code> su {{productSuffix, anyCase}}.",
542
+ "connectedStripeAccount": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>connesso all'integrazione Stripe</Semibold> con ID account: <Code>{{stripeAccountId}}</Code> su {{productSuffix, anyCase}}.",
543
+ "disconnectedStripeAccount": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>disconnesso l'integrazione Stripe</Semibold> su {{productSuffix, anyCase}}.",
544
+ "connectedZoomAccount": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>connesso all'integrazione Zoom</Semibold> con ID account: <Code>{{zoomAccountId}}</Code> su {{productSuffix, anyCase}}.",
545
+ "disconnectedZoomAccount": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>disconnesso l'integrazione Zoom</Semibold> su {{productSuffix, anyCase}}.",
546
+ "connectedCustomDomain": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>connesso Dominio Personalizzato:</Semibold> <Code>{{hostname}}</Code> su {{productSuffix, anyCase}}.",
546
547
  "updatedFields": "<Semibold>{{field}}</Semibold>",
547
- "updatedRole": "{{performedBy, anyCase}} <Semibold>ha aggiornato</Semibold> <Code>{{roleName}}</Code> ruolo su {{productSuffix, anyCase}}.",
548
- "updatedRoleName": "{{performedBy, anyCase}} <Semibold>ha rinominato</Semibold> <Code>{{name.from}}</Code> ruolo in <Code>{{name.to}}</Code> su {{productSuffix, anyCase}}.",
549
- "addedRolePermission": "{{performedBy, anyCase}} <Semibold>ha aggiunto</Semibold> <Code>{{addedPermissionsText}}</Code> $t(neetoMolecules.common.permission, {\"count\": {{addedPermissionsCount}} }) al ruolo <Code>{{roleName}}</Code> su {{productSuffix, anyCase}}.",
550
- "removedRolePermission": "{{performedBy, anyCase}} <Semibold>ha rimosso</Semibold> <Code>{{removedPermissionsText}}</Code> $t(neetoMolecules.common.permission, {\"count\": {{removedPermissionsCount}} }) dal ruolo <Code>{{roleName}}</Code> su {{productSuffix, anyCase}}.",
551
- "modifiedRolePermission": "{{performedBy, anyCase}} <Semibold>ha aggiunto</Semibold> <Code>{{addedPermissionsText}}</Code> $t(neetoMolecules.common.permission, {\"count\": {{addedPermissionsCount}} }) e <Semibold>ha rimosso</Semibold> <Code>{{removedPermissionsText}}</Code> $t(neetoMolecules.common.permission, {\"count\": {{removedPermissionsCount}} }) dal ruolo <Code>{{roleName}}</Code> su {{productSuffix, anyCase}}.",
552
- "createdApiKey": "{{performedBy, anyCase}} <Semibold>ha creato</Semibold> una chiave API con etichetta <Semibold>{{label, anyCase}}</Semibold> su {{productSuffix, anyCase}}.",
553
- "deletedApiKey": "{{performedBy, anyCase}} <Semibold>ha eliminato</Semibold> una chiave API con etichetta <Semibold>{{label, anyCase}}</Semibold> su {{productSuffix, anyCase}}.",
554
- "updatedApiKey": "{{performedBy, anyCase}} <Semibold>ha aggiornato</Semibold> una chiave API con etichetta <Semibold>{{label, anyCase}}</Semibold> su {{productSuffix, anyCase}}.",
555
- "removedUser": "{{performedBy, anyCase}} <Semibold>rimossa</Semibold> <Code>{{affectedUser}}</Code> da {{productSuffix, anyCase}}.",
548
+ "updatedRole": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>ha aggiornato</Semibold> <Code>{{roleName}}</Code> ruolo su {{productSuffix, anyCase}}.",
549
+ "updatedRoleName": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>ha rinominato</Semibold> <Code>{{name.from}}</Code> ruolo in <Code>{{name.to}}</Code> su {{productSuffix, anyCase}}.",
550
+ "addedRolePermission": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>ha aggiunto</Semibold> <Code>{{addedPermissionsText}}</Code> $t(neetoMolecules.common.permission, {\"count\": {{addedPermissionsCount}} }) al ruolo <Code>{{roleName}}</Code> su {{productSuffix, anyCase}}.",
551
+ "removedRolePermission": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>ha rimosso</Semibold> <Code>{{removedPermissionsText}}</Code> $t(neetoMolecules.common.permission, {\"count\": {{removedPermissionsCount}} }) dal ruolo <Code>{{roleName}}</Code> su {{productSuffix, anyCase}}.",
552
+ "modifiedRolePermission": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>ha aggiunto</Semibold> <Code>{{addedPermissionsText}}</Code> $t(neetoMolecules.common.permission, {\"count\": {{addedPermissionsCount}} }) e <Semibold>ha rimosso</Semibold> <Code>{{removedPermissionsText}}</Code> $t(neetoMolecules.common.permission, {\"count\": {{removedPermissionsCount}} }) dal ruolo <Code>{{roleName}}</Code> su {{productSuffix, anyCase}}.",
553
+ "createdApiKey": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>ha creato</Semibold> una chiave API con etichetta <Semibold>{{label, anyCase}}</Semibold> su {{productSuffix, anyCase}}.",
554
+ "deletedApiKey": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>ha eliminato</Semibold> una chiave API con etichetta <Semibold>{{label, anyCase}}</Semibold> su {{productSuffix, anyCase}}.",
555
+ "updatedApiKey": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>ha aggiornato</Semibold> una chiave API con etichetta <Semibold>{{label, anyCase}}</Semibold> su {{productSuffix, anyCase}}.",
556
+ "removedUser": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>ha rimosso</Semibold> <Code>{{affectedUser}}</Code> da {{productSuffix, anyCase}}.",
556
557
  "googleDisconnectedGoogleCalendar": "Google <Semibold>disconnesso Google Calendar</Semibold> per <Code>{{emailAddress}}</Code> (connesso da {{performedBy, anyCase}}).",
557
558
  "connectedGoogleMeet": "{{performedBy, anyCase}} <Semibold>connesso Google Meet</Semibold> utilizzando <Code>{{emailAddress}}</Code>.",
558
559
  "disconnectedGoogleMeet": "{{performedBy, anyCase}} <Semibold>disconnesso Google Meet</Semibold> per <Code>{{emailAddress}}</Code>.",
@@ -566,16 +567,16 @@
566
567
  "disconnectedTeams": "{{performedBy, anyCase}} <Semibold>disconnesso Microsoft Teams</Semibold>.",
567
568
  "connectedZoom": "{{performedBy, anyCase}} <Semibold>connesso Zoom</Semibold> utilizzando <Code>{{emailAddress}}</Code>.",
568
569
  "disconnectedZoom": "{{performedBy, anyCase}} <Semibold>disconnesso Zoom</Semibold> per <Code>{{emailAddress}}</Code>.",
569
- "integrationConnected": "{{performedBy, anyCase}} <Semibold>ha connesso {{integrationName}}</Semibold> utilizzando <Code>{{detail}}</Code>.",
570
- "integrationConnectedWithoutDetail": "{{performedBy, anyCase}} <Semibold>ha connesso {{integrationName}}</Semibold>.",
571
- "integrationConnectedOnBehalf": "{{performedBy, anyCase}} <Semibold>ha connesso {{integrationName}}<\\/Semibold> per <Code>{{integrationOwner}}<\\/Code> usando <Code>{{detail}}<\\/Code>.",
572
- "integrationConnectedOnBehalfWithoutDetail": "{{performedBy, anyCase}} <Semibold>ha connesso {{integrationName}}<\\/Semibold> per <Code>{{integrationOwner}}<\\/Code>.",
573
- "integrationDisconnected": "{{performedBy, anyCase}} <Semibold>ha disconnesso {{integrationName}}</Semibold> per <Code>{{detail}}</Code>.",
574
- "integrationDisconnectedWithoutDetail": "{{performedBy, anyCase}} <Semibold>ha disconnesso {{integrationName}}</Semibold>.",
575
- "integrationDisconnectedOnBehalf": "{{performedBy, anyCase}} <Semibold>si è disconnesso {{integrationName}}<\\/Semibold> per <Code>{{integrationOwner}}<\\/Code> (<Code>{{detail}}<\\/Code>).",
576
- "integrationDisconnectedOnBehalfWithoutDetail": "{{performedBy, anyCase}} <Semibold>si è disconnesso {{integrationName}}<\\/Semibold> per <Code>{{integrationOwner}}<\\/Code>.",
577
- "integrationDisconnectedByProvider": "{{integrationName}} <Semibold>è stato disconnesso</Semibold> per <Code>{{detail}}</Code> (connesso da {{performedBy, anyCase}}).",
578
- "integrationDisconnectedByProviderWithoutDetail": "{{integrationName}} <Semibold>è stato disconnesso</Semibold> (connesso da {{performedBy, anyCase}})."
570
+ "integrationConnected": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>ha connesso {{integrationName}}</Semibold> utilizzando <Code>{{detail}}</Code>.",
571
+ "integrationConnectedWithoutDetail": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>ha connesso {{integrationName}}</Semibold>.",
572
+ "integrationConnectedOnBehalf": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>ha connesso {{integrationName}}</Semibold> per <Code>{{integrationOwner}}</Code> utilizzando <Code>{{detail}}</Code>.",
573
+ "integrationConnectedOnBehalfWithoutDetail": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>ha connesso {{integrationName}}</Semibold> per <Code>{{integrationOwner}}</Code>.",
574
+ "integrationDisconnected": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>ha disconnesso {{integrationName}}</Semibold> per <Code>{{detail}}</Code>.",
575
+ "integrationDisconnectedWithoutDetail": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>ha disconnesso {{integrationName}}</Semibold>.",
576
+ "integrationDisconnectedOnBehalf": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>ha disconnesso {{integrationName}}</Semibold> per <Code>{{integrationOwner}}</Code> (<Code>{{detail}}</Code>).",
577
+ "integrationDisconnectedOnBehalfWithoutDetail": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>ha disconnesso {{integrationName}}</Semibold> per <Code>{{integrationOwner}}</Code>.",
578
+ "integrationDisconnectedByProvider": "<Bold>{{integrationName}}</Bold> <Semibold>disconnesso</Semibold> per <Code>{{detail}}</Code> (connesso da {{performedBy, anyCase}}).",
579
+ "integrationDisconnectedByProviderWithoutDetail": "<Bold>{{integrationName}}</Bold> <Semibold>disconnesso</Semibold> (connesso da {{performedBy, anyCase}})."
579
580
  }
580
581
  },
581
582
  "ipRestriction": {
@@ -989,4 +990,4 @@
989
990
  "cancel": "Annulla"
990
991
  }
991
992
  }
992
- }
993
+ }
@@ -302,7 +302,8 @@
302
302
  "productSwitcher": {
303
303
  "noApps": "アプリは見つかりません。",
304
304
  "chooseNeetoProduct": "ネート製品を選択",
305
- "searchProducts": "製品を検索"
305
+ "searchProducts": "製品を検索",
306
+ "title": "製品スイッチャー"
306
307
  },
307
308
  "alert": {
308
309
  "timezone": {
@@ -522,37 +523,37 @@
522
523
  }
523
524
  },
524
525
  "text": {
525
- "invitedUsers": "{{performedBy, anyCase}} <Semibold>追加しました</Semibold> <Code>{{emailList}}</Code> を {{productSuffix, anyCase}} に。",
526
- "invitedUsersFailed": "{{performedBy, anyCase}} <Semibold>ユーザーの招待を試みましたが</Semibold> {{productSuffix, anyCase}}{{errorMessage}}。",
527
- "userSignedUp": "{{userIdentifier}} <Semibold>サインアップしました</Semibold> {{productSuffix, anyCase}} 上で。",
528
- "updatedUser": "{{performedBy, anyCase}} <Semibold>変更しました</Semibold> <Code>{{affectedUser}}の</Code> <ChangedFields></ChangedFields> {{productSuffix, anyCase}} 上で。",
529
- "bulkUpdateUsers": "{{performedBy, anyCase}} <Semibold>{{message}}</Semibold>: <Code>{{emailList}}</Code> を {{productSuffix, anyCase}} 上で。",
530
- "bulkUpdateUsersFailed": "{{performedBy, anyCase}} <Semibold>{{message}}</Semibold> {{productSuffix, anyCase}}{{errorMessage}} の時に。",
531
- "updatedUserProfile": "{{performedBy, anyCase}} <Semibold>変更しました</Semibold> <ChangedFields></ChangedFields> {{productSuffix, anyCase}} 内で。",
532
- "createdRole": "{{performedBy, anyCase}} <Semibold>作成しました</Semibold> <Code>{{roleName}}</Code> の役割を {{productSuffix, anyCase}} 上で。",
526
+ "invitedUsers": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>が追加しました</Semibold> <Code>{{emailList}}</Code> を {{productSuffix, anyCase}}",
527
+ "invitedUsersFailed": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>がユーザーを招待しようとしました</Semibold> {{productSuffix, anyCase}}{{errorMessage}}。",
528
+ "userSignedUp": "<Bold>{{userIdentifier}}</Bold> <Semibold>がサインアップしました</Semibold> {{productSuffix, anyCase}}",
529
+ "updatedUser": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>が変更しました</Semibold> <Code>{{affectedUser}}'s</Code> <ChangedFields></ChangedFields> {{productSuffix, anyCase}}",
530
+ "bulkUpdateUsers": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>{{message}}</Semibold>: <Code>{{emailList}}</Code> を {{productSuffix, anyCase}}",
531
+ "bulkUpdateUsersFailed": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>{{message}}</Semibold> {{productSuffix, anyCase}}{{errorMessage}} で失敗しました。",
532
+ "updatedUserProfile": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>が変更しました</Semibold> <ChangedFields></ChangedFields> {{productSuffix, anyCase}}",
533
+ "createdRole": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>が作成しました</Semibold> <Code>{{roleName}}</Code> の役割を {{productSuffix, anyCase}}",
533
534
  "updatedRole_other": "{{performedBy, anyCase}} <Semibold>更新しました</Semibold> <Code>{{roleName}}</Code> ロールに <Code>{{addedPermissionsText}}</Code> 権限を与えました {{productSuffix, anyCase}}",
534
535
  "updatedRole_one": "{{performedBy, anyCase}} <Semibold>更新しました</Semibold> <Code>{{roleName}}</Code> ロールに <Code>{{addedPermissionsText}}</Code> 権限を与えました {{productSuffix, anyCase}}",
535
- "deletedRole": "{{performedBy, anyCase}} <Semibold>削除しました</Semibold> <Code>{{roleName}}</Code> の役割を {{productSuffix, anyCase}} 上で。",
536
- "performedAction": "{{performedBy, anyCase}} <Semibold>アクションを実行しました</Semibold> {{productSuffix, anyCase}} 上で。",
536
+ "deletedRole": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>が削除しました</Semibold> <Code>{{roleName}}</Code> の役割を {{productSuffix, anyCase}}",
537
+ "performedAction": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>が実行しました</Semibold> アクションを {{productSuffix, anyCase}}",
537
538
  "updatedFieldsWithPreviousValue": "<Semibold>{{field}}</Semibold> を <Code>{{from, anyCase}}</Code> から <Code>{{to, anyCase}}</Code> に。",
538
539
  "updatedFieldsWithNewValue": "<Semibold>{{field}}</Semibold> を <Code>{{to, anyCase}}</Code> に。",
539
540
  "connectedGoogleCalender": "{{performedBy, anyCase}} <Semibold>Google カレンダーに接続しました</Semibold> using <Code>{{emailAddress}}</Code>.",
540
541
  "disconnectedGoogleCalender": "{{performedBy, anyCase}} <Semibold>Google カレンダーから切断しました</Semibold> for <Code>{{emailAddress}}</Code>.",
541
- "connectedStripeAccount": "{{performedBy, anyCase}} <Semibold>Stripe統合に接続しました</Semibold> アカウントID: <Code>{{stripeAccountId}}</Code> を使って {{productSuffix, anyCase}} 上で。",
542
- "disconnectedStripeAccount": "{{performedBy, anyCase}} <Semibold>Stripe統合を切断しました</Semibold> {{productSuffix, anyCase}} 上で。",
543
- "connectedZoomAccount": "{{performedBy, anyCase}} <Semibold>Zoom統合に接続しました</Semibold> アカウントID: <Code>{{zoomAccountId}}</Code> を使って {{productSuffix, anyCase}} 上で。",
544
- "disconnectedZoomAccount": "{{performedBy, anyCase}} <Semibold>Zoom統合を切断しました</Semibold> {{productSuffix, anyCase}} 上で。",
545
- "connectedCustomDomain": "{{performedBy, anyCase}} <Semibold>カスタムドメインに接続しました:</Semibold> <Code>{{hostname}}</Code> を使って {{productSuffix, anyCase}} 上で。",
542
+ "connectedStripeAccount": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>が接続しました</Semibold> Stripe統合にID: <Code>{{stripeAccountId}}</Code> {{productSuffix, anyCase}}",
543
+ "disconnectedStripeAccount": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>が切断しました</Semibold> Stripe統合を {{productSuffix, anyCase}}",
544
+ "connectedZoomAccount": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>が接続しました</Semibold> Zoom統合にID: <Code>{{zoomAccountId}}</Code> {{productSuffix, anyCase}}",
545
+ "disconnectedZoomAccount": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>が切断しました</Semibold> Zoom統合を {{productSuffix, anyCase}}",
546
+ "connectedCustomDomain": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>が接続しましたカスタムドメイン:</Semibold> <Code>{{hostname}}</Code> {{productSuffix, anyCase}}",
546
547
  "updatedFields": "<Semibold>更新されたフィールド: {{field}}</Semibold>",
547
- "updatedRole": "{{performedBy, anyCase}} <Semibold>更新しました</Semibold> <Code>{{roleName}}</Code> の役割を {{productSuffix, anyCase}} 上で。",
548
- "updatedRoleName": "{{performedBy, anyCase}} <Semibold>名称変更しました</Semibold> <Code>{{name.from}}</Code> の役割を <Code>{{name.to}}</Code> に {{productSuffix, anyCase}} 上で。",
549
- "addedRolePermission": "{{performedBy, anyCase}} <Semibold>追加しました</Semibold> <Code>{{addedPermissionsText}}</Code> $t(neetoMolecules.common.permission, {\"count\": {{addedPermissionsCount}} }) </Code> の役割 <Code>{{roleName}}</Code> {{productSuffix, anyCase}} 上で。",
550
- "removedRolePermission": "{{performedBy, anyCase}} <Semibold>削除しました</Semibold> <Code>{{removedPermissionsText}}</Code> $t(neetoMolecules.common.permission, {\"count\": {{removedPermissionsCount}} }) </Code> の役割 <Code>{{roleName}}</Code> {{productSuffix, anyCase}} 上で。",
551
- "modifiedRolePermission": "{{performedBy, anyCase}} <Semibold>追加しました</Semibold> <Code>{{addedPermissionsText}}</Code> $t(neetoMolecules.common.permission, {\"count\": {{addedPermissionsCount}} }) と <Semibold>削除しました</Semibold> <Code>{{removedPermissionsText}}</Code> $t(neetoMolecules.common.permission, {\"count\": {{removedPermissionsCount}} }) の役割 <Code>{{roleName}}</Code> {{productSuffix, anyCase}} 上で。",
552
- "createdApiKey": "{{performedBy, anyCase}} <Semibold>APIキーを作成しました</Semibold> ラベル <Semibold>{{label, anyCase}}</Semibold> を使って {{productSuffix, anyCase}} 上で。",
553
- "deletedApiKey": "{{performedBy, anyCase}} <Semibold>APIキーを削除しました</Semibold> ラベル <Semibold>{{label, anyCase}}</Semibold> を使って {{productSuffix, anyCase}} 上で。",
554
- "updatedApiKey": "{{performedBy, anyCase}} <Semibold>APIキーを更新しました</Semibold> ラベル <Semibold>{{label, anyCase}}</Semibold> を使って {{productSuffix, anyCase}} 上で。",
555
- "removedUser": "{{performedBy, anyCase}} <Semibold>削除しました</Semibold> <Code>{{affectedUser}}</Code> を {{productSuffix, anyCase}} から。",
548
+ "updatedRole": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>が更新しました</Semibold> <Code>{{roleName}}</Code> の役割を {{productSuffix, anyCase}}",
549
+ "updatedRoleName": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>が変更しました</Semibold> <Code>{{name.from}}</Code> の役割を <Code>{{name.to}}</Code> に {{productSuffix, anyCase}}",
550
+ "addedRolePermission": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>が追加しました</Semibold> <Code>{{addedPermissionsText}}</Code> $t(neetoMolecules.common.permission, {\"count\": {{addedPermissionsCount}} }) <Code>{{roleName}}</Code> の役割に {{productSuffix, anyCase}}",
551
+ "removedRolePermission": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>が削除しました</Semibold> <Code>{{removedPermissionsText}}</Code> $t(neetoMolecules.common.permission, {\"count\": {{removedPermissionsCount}} }) <Code>{{roleName}}</Code> の役割から {{productSuffix, anyCase}}",
552
+ "modifiedRolePermission": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>が追加しました</Semibold> {{__XL OPEN_Code}}{{addedPermissionsText}}</Code> $t(neetoMolecules.common.permission, {\"count\": {{addedPermissionsCount}} }) と <Semibold>削除しました</Semibold> <Code>{{removedPermissionsText}}</Code> $t(neetoMolecules.common.permission, {\"count\": {{removedPermissionsCount}} }) <Code>{{roleName}}</Code> の役割に {{productSuffix, anyCase}}",
553
+ "createdApiKey": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>が作成しました</Semibold> APIキーにラベル <Semibold>{{label, anyCase}}</Semibold> {{productSuffix, anyCase}}",
554
+ "deletedApiKey": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>が削除しました</Semibold> APIキーにラベル <Semibold>{{label, anyCase}}</Semibold> {{productSuffix, anyCase}}",
555
+ "updatedApiKey": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>が更新しました</Semibold> APIキーにラベル <Semibold>{{label, anyCase}}</Semibold> {{productSuffix, anyCase}}",
556
+ "removedUser": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>が削除しました</Semibold> <Code>{{affectedUser}}</Code> を {{productSuffix, anyCase}}",
556
557
  "googleDisconnectedGoogleCalendar": "Google <Semibold>Google カレンダーが切断されました</Semibold> <Code>{{emailAddress}}</Code>({{performedBy, anyCase}}によって接続されました)。",
557
558
  "connectedGoogleMeet": "{{performedBy, anyCase}} <Semibold>Google Meetに接続しました</Semibold> using <Code>{{emailAddress}}</Code>。",
558
559
  "disconnectedGoogleMeet": "{{performedBy, anyCase}} <Semibold>Google Meetが切断されました</Semibold> <Code>{{emailAddress}}</Code>。",
@@ -566,16 +567,16 @@
566
567
  "disconnectedTeams": "{{performedBy, anyCase}} <Semibold>Microsoft Teamsが切断されました</Semibold>。",
567
568
  "connectedZoom": "{{performedBy, anyCase}} <Semibold>Zoomに接続しました</Semibold> using <Code>{{emailAddress}}</Code>。",
568
569
  "disconnectedZoom": "{{performedBy, anyCase}} <Semibold>Zoomが切断されました</Semibold> <Code>{{emailAddress}}</Code>。",
569
- "integrationConnected": "{{performedBy, anyCase}} <Semibold>が {{integrationName}} を接続しました</Semibold> するために <Code>{{detail}}</Code>。",
570
- "integrationConnectedWithoutDetail": "{{performedBy, anyCase}} <Semibold>が {{integrationName}} を接続しました</Semibold>。",
571
- "integrationConnectedOnBehalf": "{{performedBy, anyCase}} <Semibold>が {{integrationName}}</Semibold> に接続しました <Code>{{integrationOwner}}</Code> 使用して <Code>{{detail}}</Code>。",
572
- "integrationConnectedOnBehalfWithoutDetail": "{{performedBy, anyCase}} <Semibold>が {{integrationName}}</Semibold> に接続しました <Code>{{integrationOwner}}</Code>。",
573
- "integrationDisconnected": "{{performedBy, anyCase}} <Semibold>が {{integrationName}} を切断しました</Semibold> <Code>{{detail}}</Code>。",
574
- "integrationDisconnectedWithoutDetail": "{{performedBy, anyCase}} <Semibold>が {{integrationName}} を切断しました</Semibold>。",
575
- "integrationDisconnectedOnBehalf": "{{performedBy, anyCase}} <Semibold>が {{integrationName}}</Semibold> に切断しました <Code>{{integrationOwner}}</Code> ( <Code>{{detail}}</Code> )。",
576
- "integrationDisconnectedOnBehalfWithoutDetail": "{{performedBy, anyCase}} <Semibold>が {{integrationName}}</Semibold> に切断しました <Code>{{integrationOwner}}</Code>.",
577
- "integrationDisconnectedByProvider": "{{integrationName}} <Semibold>が切断されました</Semibold> <Code>{{detail}}</Code> (接続者: {{performedBy, anyCase}})。",
578
- "integrationDisconnectedByProviderWithoutDetail": "{{integrationName}} <Semibold>が切断されました</Semibold> (接続者: {{performedBy, anyCase}})。"
570
+ "integrationConnected": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>が接続しました{{integrationName}}</Semibold> を使用して <Code>{{detail}}</Code>。",
571
+ "integrationConnectedWithoutDetail": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>が接続しました{{integrationName}}</Semibold>。",
572
+ "integrationConnectedOnBehalf": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>が接続しました{{integrationName}}</Semibold> のために <Code>{{integrationOwner}}</Code> を使用して <Code>{{detail}}</Code>。",
573
+ "integrationConnectedOnBehalfWithoutDetail": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>が接続しました{{integrationName}}</Semibold> のために <Code>{{integrationOwner}}</Code>。",
574
+ "integrationDisconnected": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>が切断しました{{integrationName}}</Semibold> のために <Code>{{detail}}</Code>。",
575
+ "integrationDisconnectedWithoutDetail": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>が切断しました{{integrationName}}</Semibold>。",
576
+ "integrationDisconnectedOnBehalf": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>が切断しました{{integrationName}}</Semibold> のために <Code>{{integrationOwner}}</Code> (<Code>{{detail}}</Code>)。",
577
+ "integrationDisconnectedOnBehalfWithoutDetail": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>が切断しました{{integrationName}}</Semibold> のために <Code>{{integrationOwner}}</Code>。",
578
+ "integrationDisconnectedByProvider": "<Bold>{{integrationName}}</Bold> <Semibold>が切断しました</Semibold> のために <Code>{{detail}}</Code> (接続したのは {{performedBy, anyCase}})。",
579
+ "integrationDisconnectedByProviderWithoutDetail": "<Bold>{{integrationName}}</Bold> <Semibold>が切断しました</Semibold> (接続したのは {{performedBy, anyCase}})。"
579
580
  }
580
581
  },
581
582
  "ipRestriction": {
@@ -989,4 +990,4 @@
989
990
  "cancel": "キャンセル"
990
991
  }
991
992
  }
992
- }
993
+ }