@bigbinary/neeto-molecules 4.1.68 → 4.1.69
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 +1 -0
- package/dist/AuditLogs.js.map +1 -1
- package/dist/cjs/AuditLogs.js +1 -0
- package/dist/cjs/AuditLogs.js.map +1 -1
- package/dist/cjs/v2/AuditLogs.js +24 -26
- package/dist/cjs/v2/AuditLogs.js.map +1 -1
- package/dist/cjs/v2/Container.js +8 -1
- package/dist/cjs/v2/Container.js.map +1 -1
- package/dist/cjs/v2/Search.js +9 -19
- package/dist/cjs/v2/Search.js.map +1 -1
- package/dist/v2/AuditLogs.js +24 -26
- package/dist/v2/AuditLogs.js.map +1 -1
- package/dist/v2/Container.js +8 -1
- package/dist/v2/Container.js.map +1 -1
- package/dist/v2/Search.js +11 -21
- package/dist/v2/Search.js.map +1 -1
- package/package.json +3 -3
- package/src/translations/ar.json +37 -36
- package/src/translations/bg.json +37 -36
- package/src/translations/ca.json +37 -36
- package/src/translations/cs.json +37 -36
- package/src/translations/da.json +37 -36
- package/src/translations/de.json +37 -36
- package/src/translations/en.json +34 -34
- package/src/translations/es-MX.json +37 -36
- package/src/translations/es.json +37 -36
- package/src/translations/et.json +37 -36
- package/src/translations/fi.json +37 -36
- package/src/translations/fil.json +37 -36
- package/src/translations/fr.json +37 -36
- package/src/translations/he.json +37 -36
- package/src/translations/hi.json +37 -36
- package/src/translations/hr.json +37 -36
- package/src/translations/hu.json +37 -36
- package/src/translations/id.json +37 -36
- package/src/translations/it.json +37 -36
- package/src/translations/ja.json +37 -36
- package/src/translations/ko.json +37 -36
- package/src/translations/nl.json +37 -36
- package/src/translations/pl.json +37 -36
- package/src/translations/pt-BR.json +37 -36
- package/src/translations/pt.json +37 -36
- package/src/translations/ro.json +37 -36
- package/src/translations/ru.json +37 -36
- package/src/translations/sk.json +37 -36
- package/src/translations/sl.json +37 -36
- package/src/translations/sv.json +37 -36
- package/src/translations/th.json +37 -36
- package/src/translations/tr.json +37 -36
- package/src/translations/uk.json +37 -36
- package/src/translations/vi.json +37 -36
- package/src/translations/zh-CN.json +37 -36
- package/src/translations/zh-TW.json +37 -36
package/src/translations/uk.json
CHANGED
|
@@ -302,7 +302,8 @@
|
|
|
302
302
|
"productSwitcher": {
|
|
303
303
|
"noApps": "Додатків не знайдено.",
|
|
304
304
|
"chooseNeetoProduct": "Виберіть ваш продукт Neeto",
|
|
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
|
|
527
|
-
"userSignedUp": "{{userIdentifier}} <Semibold>зареєструвався</Semibold> на {{productSuffix, anyCase}}.",
|
|
528
|
-
"updatedUser": "{{performedBy, anyCase}} <Semibold>змінив</Semibold> <Code>{{affectedUser}}'s</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> за допомогою <Code>{{emailAddress}}</Code>.",
|
|
540
541
|
"disconnectedGoogleCalender": "{{performedBy, anyCase}} <Semibold>відключено Google Календар</Semibold> для <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>підключив
|
|
542
|
+
"connectedStripeAccount": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>підключив інтеграцію Stripe</Semibold> з ID облікового запису: <Code>{{stripeAccountId}}</Code> на {{productSuffix, anyCase}}.",
|
|
543
|
+
"disconnectedStripeAccount": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>відключив інтеграцію Stripe</Semibold> на {{productSuffix, anyCase}}.",
|
|
544
|
+
"connectedZoomAccount": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>підключив інтеграцію Zoom</Semibold> з ID облікового запису: <Code>{{zoomAccountId}}</Code> на {{productSuffix, anyCase}}.",
|
|
545
|
+
"disconnectedZoomAccount": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>відключив інтеграцію Zoom</Semibold> на {{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>{{roleName}}</Code> ролі на {{productSuffix, anyCase}}.",
|
|
550
|
-
"removedRolePermission": "{{performedBy, anyCase}} <Semibold>видалив</Semibold> <Code>{{removedPermissionsText}}</Code> $t(neetoMolecules.common.permission, {\"count\": {{removedPermissionsCount}} }) з <Code>{{roleName}}</Code> ролі на {{productSuffix, anyCase}}.",
|
|
551
|
-
"modifiedRolePermission": "{{performedBy, anyCase}} <Semibold>додав</Semibold> <Code>{{addedPermissionsText}}</Code> $t(neetoMolecules.common.permission, {\"count\": {{addedPermissionsCount}} })
|
|
552
|
-
"createdApiKey": "{{performedBy, anyCase}} <Semibold>створив</Semibold> API ключ з міткою <Semibold>{{label, anyCase}}</Semibold> на {{productSuffix, anyCase}}.",
|
|
553
|
-
"deletedApiKey": "{{performedBy, anyCase}} <Semibold>видалив</Semibold> API ключ з міткою <Semibold>{{label, anyCase}}</Semibold> на {{productSuffix, anyCase}}.",
|
|
554
|
-
"updatedApiKey": "{{performedBy, anyCase}} <Semibold>оновив</Semibold> API ключ з міткою <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> <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 Calendar</Semibold> для <Code>{{emailAddress}}</Code> (підключено {{performedBy, anyCase}}).",
|
|
557
558
|
"connectedGoogleMeet": "{{performedBy, anyCase}} <Semibold>підключено Google Meet</Semibold> за допомогою <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> за допомогою <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}}
|
|
572
|
-
"integrationConnectedOnBehalfWithoutDetail": "{{performedBy, anyCase}} <Semibold>підключив {{integrationName}}
|
|
573
|
-
"integrationDisconnected": "{{performedBy, anyCase}} <Semibold>відключив {{integrationName}}</Semibold>
|
|
574
|
-
"integrationDisconnectedWithoutDetail": "{{performedBy, anyCase}} <Semibold>відключив {{integrationName}}</Semibold>.",
|
|
575
|
-
"integrationDisconnectedOnBehalf": "{{performedBy, anyCase}} <Semibold>відключив {{integrationName}}
|
|
576
|
-
"integrationDisconnectedOnBehalfWithoutDetail": "{{performedBy, anyCase}} <Semibold>відключив {{integrationName}}
|
|
577
|
-
"integrationDisconnectedByProvider": "{{integrationName}} <Semibold
|
|
578
|
-
"integrationDisconnectedByProviderWithoutDetail": "{{integrationName}} <Semibold
|
|
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
|
+
}
|
package/src/translations/vi.json
CHANGED
|
@@ -302,7 +302,8 @@
|
|
|
302
302
|
"productSwitcher": {
|
|
303
303
|
"noApps": "Không tìm thấy ứng dụng nào.",
|
|
304
304
|
"chooseNeetoProduct": "Chọn sản phẩm Neeto của bạn",
|
|
305
|
-
"searchProducts": "Tìm kiếm sản phẩm"
|
|
305
|
+
"searchProducts": "Tìm kiếm sản phẩm",
|
|
306
|
+
"title": "Chuyển đổi sản phẩm"
|
|
306
307
|
},
|
|
307
308
|
"alert": {
|
|
308
309
|
"timezone": {
|
|
@@ -522,37 +523,37 @@
|
|
|
522
523
|
}
|
|
523
524
|
},
|
|
524
525
|
"text": {
|
|
525
|
-
"invitedUsers": "{{performedBy, anyCase}} <Semibold>đã thêm</Semibold> <Code>{{emailList}}</Code> vào {{productSuffix, anyCase}}.",
|
|
526
|
-
"invitedUsersFailed": "{{performedBy, anyCase}} <Semibold>đã cố gắng</Semibold> để mời một người dùng {{productSuffix, anyCase}}{{errorMessage}}.",
|
|
527
|
-
"userSignedUp": "{{userIdentifier}} <Semibold>đã đăng ký</Semibold> trên {{productSuffix, anyCase}}.",
|
|
528
|
-
"updatedUser": "{{performedBy, anyCase}} <Semibold>đã thay đổi</Semibold> <Code>{{affectedUser}}'s</Code> <ChangedFields></ChangedFields> trên {{productSuffix, anyCase}}.",
|
|
529
|
-
"bulkUpdateUsers": "{{performedBy, anyCase}} <Semibold>{{message}}</Semibold>: <Code>{{emailList}}</Code> trên {{productSuffix, anyCase}}.",
|
|
530
|
-
"bulkUpdateUsersFailed": "{{performedBy, anyCase}} <Semibold>{{message}}</Semibold> tại {{productSuffix, anyCase}}{{errorMessage}}.",
|
|
531
|
-
"updatedUserProfile": "{{performedBy, anyCase}} <Semibold>đã thay đổi</Semibold> <ChangedFields></ChangedFields> trong {{productSuffix, anyCase}}.",
|
|
532
|
-
"createdRole": "{{performedBy, anyCase}} <Semibold>đã tạo</Semibold> <Code>{{roleName}}</Code>
|
|
526
|
+
"invitedUsers": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>đã thêm</Semibold> <Code>{{emailList}}</Code> vào {{productSuffix, anyCase}}.",
|
|
527
|
+
"invitedUsersFailed": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>đã cố gắng</Semibold> để mời một người dùng {{productSuffix, anyCase}}{{errorMessage}}.",
|
|
528
|
+
"userSignedUp": "<Bold>{{userIdentifier}}</Bold> <Semibold>đã đăng ký</Semibold> trên {{productSuffix, anyCase}}.",
|
|
529
|
+
"updatedUser": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>đã thay đổi</Semibold> <Code>{{affectedUser}}'s</Code> <ChangedFields></ChangedFields> trên {{productSuffix, anyCase}}.",
|
|
530
|
+
"bulkUpdateUsers": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>{{message}}</Semibold>: <Code>{{emailList}}</Code> trên {{productSuffix, anyCase}}.",
|
|
531
|
+
"bulkUpdateUsersFailed": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>{{message}}</Semibold> tại {{productSuffix, anyCase}}{{errorMessage}}.",
|
|
532
|
+
"updatedUserProfile": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>đã thay đổi</Semibold> <ChangedFields></ChangedFields> trong {{productSuffix, anyCase}}.",
|
|
533
|
+
"createdRole": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>đã tạo</Semibold> vai trò <Code>{{roleName}}</Code> trên {{productSuffix, anyCase}}.",
|
|
533
534
|
"updatedRole_other": "{{performedBy, anyCase}} <Semibold>đã cập nhật</Semibold> <Code>{{roleName}}</Code> vai trò với <Code>{{addedPermissionsText}}</Code> quyền trên {{productSuffix, anyCase}}",
|
|
534
535
|
"updatedRole_one": "{{performedBy, anyCase}} <Semibold>đã cập nhật</Semibold> <Code>{{roleName}}</Code> vai trò với <Code>{{addedPermissionsText}}</Code> quyền trên {{productSuffix, anyCase}}",
|
|
535
|
-
"deletedRole": "{{performedBy, anyCase}} <Semibold>đã xóa</Semibold> <Code>{{roleName}}</Code>
|
|
536
|
-
"performedAction": "{{performedBy, anyCase}} <Semibold>đã thực hiện</Semibold> một hành động trên {{productSuffix, anyCase}}.",
|
|
536
|
+
"deletedRole": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>đã xóa</Semibold> vai trò <Code>{{roleName}}</Code> trên {{productSuffix, anyCase}}.",
|
|
537
|
+
"performedAction": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>đã thực hiện</Semibold> một hành động trên {{productSuffix, anyCase}}.",
|
|
537
538
|
"updatedFieldsWithPreviousValue": "<Semibold>{{field}}</Semibold> từ <Code>{{from, anyCase}}</Code> đến <Code>{{to, anyCase}}</Code>",
|
|
538
539
|
"updatedFieldsWithNewValue": "<Semibold>{{field}}</Semibold> đến <Code>{{to, anyCase}}</Code>",
|
|
539
540
|
"connectedGoogleCalender": "{{performedBy, anyCase}} <Semibold>Kết nối Google Calendar</Semibold> bằng <Code>{{emailAddress}}</Code>.",
|
|
540
541
|
"disconnectedGoogleCalender": "{{performedBy, anyCase}} <Semibold>Ngắt kết nối Google Calendar</Semibold> cho <Code>{{emailAddress}}</Code>.",
|
|
541
|
-
"connectedStripeAccount": "{{performedBy, anyCase}} <Semibold>đã kết nối với tích hợp Stripe</Semibold> với ID tài khoản: <Code>{{stripeAccountId}}</Code> trên {{productSuffix, anyCase}}.",
|
|
542
|
-
"disconnectedStripeAccount": "{{performedBy, anyCase}} <Semibold>đã ngắt kết nối tích hợp Stripe</Semibold> trên {{productSuffix, anyCase}}.",
|
|
543
|
-
"connectedZoomAccount": "{{performedBy, anyCase}} <Semibold>đã kết nối với tích hợp Zoom</Semibold> với ID tài khoản: <Code>{{zoomAccountId}}</Code> trên {{productSuffix, anyCase}}.",
|
|
544
|
-
"disconnectedZoomAccount": "{{performedBy, anyCase}} <Semibold>đã ngắt kết nối tích hợp Zoom</Semibold> trên {{productSuffix, anyCase}}.",
|
|
545
|
-
"connectedCustomDomain": "{{performedBy, anyCase}} <Semibold>đã kết nối
|
|
542
|
+
"connectedStripeAccount": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>đã kết nối với tích hợp Stripe</Semibold> với ID tài khoản: <Code>{{stripeAccountId}}</Code> trên {{productSuffix, anyCase}}.",
|
|
543
|
+
"disconnectedStripeAccount": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>đã ngắt kết nối tích hợp Stripe</Semibold> trên {{productSuffix, anyCase}}.",
|
|
544
|
+
"connectedZoomAccount": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>đã kết nối với tích hợp Zoom</Semibold> với ID tài khoản: <Code>{{zoomAccountId}}</Code> trên {{productSuffix, anyCase}}.",
|
|
545
|
+
"disconnectedZoomAccount": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>đã ngắt kết nối tích hợp Zoom</Semibold> trên {{productSuffix, anyCase}}.",
|
|
546
|
+
"connectedCustomDomain": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>đã kết nối miền tùy chỉnh:</Semibold> <Code>{{hostname}}</Code> trên {{productSuffix, anyCase}}.",
|
|
546
547
|
"updatedFields": "<Semibold>{{field}}</Semibold>",
|
|
547
|
-
"updatedRole": "{{performedBy, anyCase}} <Semibold>đã cập nhật</Semibold> <Code>{{roleName}}</Code>
|
|
548
|
-
"updatedRoleName": "{{performedBy, anyCase}} <Semibold>đã đổi tên</Semibold> <Code>{{name.from}}</Code>
|
|
549
|
-
"addedRolePermission": "{{performedBy, anyCase}} <Semibold>đã thêm</Semibold> <Code>{{addedPermissionsText}}</Code> $t(neetoMolecules.common.permission, {\"count\": {{addedPermissionsCount}} }) vào <Code>{{roleName}}</Code>
|
|
550
|
-
"removedRolePermission": "{{performedBy, anyCase}} <Semibold>đã xóa</Semibold> <Code>{{removedPermissionsText}}</Code> $t(neetoMolecules.common.permission, {\"count\": {{removedPermissionsCount}} })
|
|
551
|
-
"modifiedRolePermission": "{{performedBy, anyCase}} <Semibold>đã thêm</Semibold> <Code>{{addedPermissionsText}}</Code> $t(neetoMolecules.common.permission, {\"count\": {{addedPermissionsCount}} }) và <Semibold>đã xóa</Semibold> <Code>{{removedPermissionsText}}</Code> $t(neetoMolecules.common.permission, {\"count\": {{removedPermissionsCount}} })
|
|
552
|
-
"createdApiKey": "{{performedBy, anyCase}} <Semibold>đã tạo</Semibold> một API
|
|
553
|
-
"deletedApiKey": "{{performedBy, anyCase}} <Semibold>đã xóa</Semibold> một API
|
|
554
|
-
"updatedApiKey": "{{performedBy, anyCase}} <Semibold>đã cập nhật</Semibold> một API
|
|
555
|
-
"removedUser": "{{performedBy, anyCase}} <Semibold>đã xóa</Semibold> <Code>{{affectedUser}}</Code> khỏi {{productSuffix, anyCase}}.",
|
|
548
|
+
"updatedRole": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>đã cập nhật</Semibold> vai trò <Code>{{roleName}}</Code> trên {{productSuffix, anyCase}}.",
|
|
549
|
+
"updatedRoleName": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>đã đổi tên</Semibold> vai trò <Code>{{name.from}}</Code> thành <Code>{{name.to}}</Code> trên {{productSuffix, anyCase}}.",
|
|
550
|
+
"addedRolePermission": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>đã thêm</Semibold> <Code>{{addedPermissionsText}}</Code> $t(neetoMolecules.common.permission, {\"count\": {{addedPermissionsCount}} }) vào vai trò <Code>{{roleName}}</Code> trên {{productSuffix, anyCase}}.",
|
|
551
|
+
"removedRolePermission": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>đã xóa</Semibold> <Code>{{removedPermissionsText}}</Code> $t(neetoMolecules.common.permission, {\"count\": {{removedPermissionsCount}} }) khỏi vai trò <Code>{{roleName}}</Code> trên {{productSuffix, anyCase}}.",
|
|
552
|
+
"modifiedRolePermission": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>đã thêm</Semibold> <Code>{{addedPermissionsText}}</Code> $t(neetoMolecules.common.permission, {\"count\": {{addedPermissionsCount}} }) và <Semibold>đã xóa</Semibold> <Code>{{removedPermissionsText}}</Code> $t(neetoMolecules.common.permission, {\"count\": {{removedPermissionsCount}} }) khỏi vai trò <Code>{{roleName}}</Code> trên {{productSuffix, anyCase}}.",
|
|
553
|
+
"createdApiKey": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>đã tạo</Semibold> một khóa API với nhãn <Semibold>{{label, anyCase}}</Semibold> trên {{productSuffix, anyCase}}.",
|
|
554
|
+
"deletedApiKey": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>đã xóa</Semibold> một khóa API với nhãn <Semibold>{{label, anyCase}}</Semibold> trên {{productSuffix, anyCase}}.",
|
|
555
|
+
"updatedApiKey": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>đã cập nhật</Semibold> một khóa API với nhãn <Semibold>{{label, anyCase}}</Semibold> trên {{productSuffix, anyCase}}.",
|
|
556
|
+
"removedUser": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>đã xóa</Semibold> <Code>{{affectedUser}}</Code> khỏi {{productSuffix, anyCase}}.",
|
|
556
557
|
"googleDisconnectedGoogleCalendar": "Google <Semibold>đã ngắt kết nối Google Calendar</Semibold> cho <Code>{{emailAddress}}</Code> (được kết nối bởi {{performedBy, anyCase}}).",
|
|
557
558
|
"connectedGoogleMeet": "{{performedBy, anyCase}} <Semibold>đã kết nối Google Meet</Semibold> bằng <Code>{{emailAddress}}</Code>.",
|
|
558
559
|
"disconnectedGoogleMeet": "{{performedBy, anyCase}} <Semibold>đã ngắt kết nối Google Meet</Semibold> cho <Code>{{emailAddress}}</Code>.",
|
|
@@ -566,16 +567,16 @@
|
|
|
566
567
|
"disconnectedTeams": "{{performedBy, anyCase}} <Semibold>đã ngắt kết nối Microsoft Teams</Semibold>.",
|
|
567
568
|
"connectedZoom": "{{performedBy, anyCase}} <Semibold>đã kết nối Zoom</Semibold> bằng <Code>{{emailAddress}}</Code>.",
|
|
568
569
|
"disconnectedZoom": "{{performedBy, anyCase}} <Semibold>đã ngắt kết nối Zoom</Semibold> cho <Code>{{emailAddress}}</Code>.",
|
|
569
|
-
"integrationConnected": "{{performedBy, anyCase}} <Semibold>đã kết nối {{integrationName}}</Semibold>
|
|
570
|
-
"integrationConnectedWithoutDetail": "{{performedBy, anyCase}} <Semibold>đã kết nối {{integrationName}}</Semibold>.",
|
|
571
|
-
"integrationConnectedOnBehalf": "{{performedBy, anyCase}} <Semibold>đã kết nối {{integrationName}}</Semibold> cho <Code>{{integrationOwner}}</Code>
|
|
572
|
-
"integrationConnectedOnBehalfWithoutDetail": "{{performedBy, anyCase}} <Semibold>đã kết nối {{integrationName}}</Semibold> cho <Code>{{integrationOwner}}</Code>.",
|
|
573
|
-
"integrationDisconnected": "{{performedBy, anyCase}} <Semibold>đã ngắt kết nối {{integrationName}}</Semibold> cho <Code>{{detail}}</Code>.",
|
|
574
|
-
"integrationDisconnectedWithoutDetail": "{{performedBy, anyCase}} <Semibold>đã ngắt kết nối {{integrationName}}</Semibold>.",
|
|
575
|
-
"integrationDisconnectedOnBehalf": "{{performedBy, anyCase}} <Semibold>đã ngắt kết nối {{integrationName}}</Semibold> cho <Code>{{integrationOwner}}</Code> (<Code>{{detail}}</Code>).",
|
|
576
|
-
"integrationDisconnectedOnBehalfWithoutDetail": "{{performedBy, anyCase}} <Semibold>đã ngắt kết nối {{integrationName}}</Semibold> cho <Code>{{integrationOwner}}</Code>.",
|
|
577
|
-
"integrationDisconnectedByProvider": "{{integrationName}} <Semibold>đã ngắt kết nối</Semibold> cho <Code>{{detail}}</Code> (được kết nối bởi {{performedBy, anyCase}}).",
|
|
578
|
-
"integrationDisconnectedByProviderWithoutDetail": "{{integrationName}} <Semibold>đã ngắt kết nối</Semibold> (được kết nối bởi {{performedBy, anyCase}})."
|
|
570
|
+
"integrationConnected": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>đã kết nối {{integrationName}}</Semibold> sử dụng <Code>{{detail}}</Code>.",
|
|
571
|
+
"integrationConnectedWithoutDetail": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>đã kết nối {{integrationName}}</Semibold>.",
|
|
572
|
+
"integrationConnectedOnBehalf": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>đã kết nối {{integrationName}}</Semibold> thay mặt cho <Code>{{integrationOwner}}</Code> sử dụng <Code>{{detail}}</Code>.",
|
|
573
|
+
"integrationConnectedOnBehalfWithoutDetail": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>đã kết nối {{integrationName}}</Semibold> thay mặt cho <Code>{{integrationOwner}}</Code>.",
|
|
574
|
+
"integrationDisconnected": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>đã ngắt kết nối {{integrationName}}</Semibold> cho <Code>{{detail}}</Code>.",
|
|
575
|
+
"integrationDisconnectedWithoutDetail": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>đã ngắt kết nối {{integrationName}}</Semibold>.",
|
|
576
|
+
"integrationDisconnectedOnBehalf": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>đã ngắt kết nối {{integrationName}}</Semibold> cho <Code>{{integrationOwner}}</Code> (<Code>{{detail}}</Code>).",
|
|
577
|
+
"integrationDisconnectedOnBehalfWithoutDetail": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>đã ngắt kết nối {{integrationName}}</Semibold> cho <Code>{{integrationOwner}}</Code>.",
|
|
578
|
+
"integrationDisconnectedByProvider": "<Bold>{{integrationName}}</Bold> <Semibold>đã ngắt kết nối</Semibold> cho <Code>{{detail}}</Code> (được kết nối bởi {{performedBy, anyCase}}).",
|
|
579
|
+
"integrationDisconnectedByProviderWithoutDetail": "<Bold>{{integrationName}}</Bold> <Semibold>đã ngắt kết nối</Semibold> (được kết nối bởi {{performedBy, anyCase}})."
|
|
579
580
|
}
|
|
580
581
|
},
|
|
581
582
|
"ipRestriction": {
|
|
@@ -989,4 +990,4 @@
|
|
|
989
990
|
"cancel": "Hủy"
|
|
990
991
|
}
|
|
991
992
|
}
|
|
992
|
-
}
|
|
993
|
+
}
|
|
@@ -302,7 +302,8 @@
|
|
|
302
302
|
"productSwitcher": {
|
|
303
303
|
"noApps": "未找到应用。",
|
|
304
304
|
"chooseNeetoProduct": "选择您的 Neeto 产品",
|
|
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>
|
|
526
|
-
"invitedUsersFailed": "{{performedBy, anyCase}} <Semibold>尝试</Semibold> 邀请用户 {{productSuffix, anyCase}}{{errorMessage}}。",
|
|
527
|
-
"userSignedUp": "{{userIdentifier}} <Semibold>注册了</Semibold> 在 {{productSuffix, anyCase}}。",
|
|
528
|
-
"updatedUser": "{{performedBy, anyCase}} <Semibold>更改了</Semibold> <Code>{{affectedUser}}'s</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>
|
|
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> 使用 <Code>{{emailAddress}}</Code>.",
|
|
540
541
|
"disconnectedGoogleCalender": "{{performedBy, anyCase}} <Semibold>断开了 Google 日历</Semibold> 为 <Code>{{emailAddress}}</Code>.",
|
|
541
|
-
"connectedStripeAccount": "{{performedBy, anyCase}} <Semibold
|
|
542
|
-
"disconnectedStripeAccount": "{{performedBy, anyCase}} <Semibold>断开了 Stripe 集成</Semibold> 在 {{productSuffix, anyCase}}。",
|
|
543
|
-
"connectedZoomAccount": "{{performedBy, anyCase}} <Semibold
|
|
544
|
-
"disconnectedZoomAccount": "{{performedBy, anyCase}} <Semibold>断开了 Zoom 集成</Semibold> 在 {{productSuffix, anyCase}}。",
|
|
545
|
-
"connectedCustomDomain": "{{performedBy, anyCase}} <Semibold
|
|
542
|
+
"connectedStripeAccount": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>连接到 Stripe 集成</Semibold>,账户 ID: <Code>{{stripeAccountId}}</Code> 在 {{productSuffix, anyCase}}。",
|
|
543
|
+
"disconnectedStripeAccount": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>断开了 Stripe 集成</Semibold> 在 {{productSuffix, anyCase}}。",
|
|
544
|
+
"connectedZoomAccount": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>连接到 Zoom 集成</Semibold>,账户 ID: <Code>{{zoomAccountId}}</Code> 在 {{productSuffix, anyCase}}。",
|
|
545
|
+
"disconnectedZoomAccount": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>断开了 Zoom 集成</Semibold> 在 {{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>{{roleName}}</Code> 角色在 {{productSuffix, anyCase}}。",
|
|
550
|
-
"removedRolePermission": "{{performedBy, anyCase}} <Semibold>移除了</Semibold> <Code>{{removedPermissionsText}}</Code> $t(neetoMolecules.common.permission, {\"count\": {{removedPermissionsCount}} }) 从 <Code>{{roleName}}</Code> 角色在 {{productSuffix, anyCase}}。",
|
|
551
|
-
"modifiedRolePermission": "{{performedBy, anyCase}} <Semibold>添加了</Semibold> <Code>{{addedPermissionsText}}</Code> $t(neetoMolecules.common.permission, {\"count\": {{addedPermissionsCount}} })
|
|
552
|
-
"createdApiKey": "{{performedBy, anyCase}} <Semibold>创建了</Semibold>
|
|
553
|
-
"deletedApiKey": "{{performedBy, anyCase}} <Semibold>删除了</Semibold>
|
|
554
|
-
"updatedApiKey": "{{performedBy, anyCase}} <Semibold>更新了</Semibold>
|
|
555
|
-
"removedUser": "{{performedBy, anyCase}} <Semibold
|
|
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> <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>,使用 <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>,使用 <Code>{{emailAddress}}</Code>。",
|
|
568
569
|
"disconnectedZoom": "{{performedBy, anyCase}} <Semibold>已断开连接 Zoom</Semibold>,针对 <Code>{{emailAddress}}</Code>。",
|
|
569
|
-
"integrationConnected": "{{performedBy, anyCase}} <Semibold
|
|
570
|
-
"integrationConnectedWithoutDetail": "{{performedBy, anyCase}} <Semibold
|
|
571
|
-
"integrationConnectedOnBehalf": "{{performedBy, anyCase}} <Semibold
|
|
572
|
-
"integrationConnectedOnBehalfWithoutDetail": "{{performedBy, anyCase}} <Semibold
|
|
573
|
-
"integrationDisconnected": "{{performedBy, anyCase}} <Semibold
|
|
574
|
-
"integrationDisconnectedWithoutDetail": "{{performedBy, anyCase}} <Semibold
|
|
575
|
-
"integrationDisconnectedOnBehalf": "{{performedBy, anyCase}} <Semibold
|
|
576
|
-
"integrationDisconnectedOnBehalfWithoutDetail": "{{performedBy, anyCase}} <Semibold
|
|
577
|
-
"integrationDisconnectedByProvider": "{{integrationName}} <Semibold
|
|
578
|
-
"integrationDisconnectedByProviderWithoutDetail": "{{integrationName}} <Semibold
|
|
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>代表 <Code>{{integrationOwner}}</Code> 连接了 {{integrationName}}</Semibold> 使用 <Code>{{detail}}</Code>。",
|
|
573
|
+
"integrationConnectedOnBehalfWithoutDetail": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>代表 <Code>{{integrationOwner}}</Code> 连接了 {{integrationName}}</Semibold>。",
|
|
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>代表 <Code>{{integrationOwner}}</Code> 断开了与 {{integrationName}}</Semibold> 的连接 (<Code>{{detail}}</Code>)。",
|
|
577
|
+
"integrationDisconnectedOnBehalfWithoutDetail": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>代表 <Code>{{integrationOwner}}</Code> 断开了与 {{integrationName}}</Semibold> 的连接。",
|
|
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
|
+
}
|
|
@@ -302,7 +302,8 @@
|
|
|
302
302
|
"productSwitcher": {
|
|
303
303
|
"noApps": "未找到應用程式。",
|
|
304
304
|
"chooseNeetoProduct": "選擇您的 Neeto 產品",
|
|
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
|
|
526
|
-
"invitedUsersFailed": "{{performedBy, anyCase}} <Semibold>嘗試</Semibold>
|
|
527
|
-
"userSignedUp": "{{userIdentifier}} <Semibold>已註冊</Semibold> 在 {{productSuffix, anyCase}}。",
|
|
528
|
-
"updatedUser": "{{performedBy, anyCase}} <Semibold
|
|
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
|
|
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>
|
|
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>,使用 <Code>{{emailAddress}}</Code>。",
|
|
540
541
|
"disconnectedGoogleCalender": "{{performedBy, anyCase}} <Semibold>已斷開 Google 日曆</Semibold>,對於 <Code>{{emailAddress}}</Code>。",
|
|
541
|
-
"connectedStripeAccount": "{{performedBy, anyCase}} <Semibold>已連接到
|
|
542
|
-
"disconnectedStripeAccount": "{{performedBy, anyCase}} <Semibold>已斷開
|
|
543
|
-
"connectedZoomAccount": "{{performedBy, anyCase}} <Semibold>已連接到
|
|
544
|
-
"disconnectedZoomAccount": "{{performedBy, anyCase}} <Semibold>已斷開
|
|
545
|
-
"connectedCustomDomain": "{{performedBy, anyCase}} <Semibold
|
|
542
|
+
"connectedStripeAccount": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>已連接到Stripe整合</Semibold> 帳號ID: <Code>{{stripeAccountId}}</Code> 在 {{productSuffix, anyCase}}。",
|
|
543
|
+
"disconnectedStripeAccount": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>已斷開Stripe整合</Semibold> 在 {{productSuffix, anyCase}}。",
|
|
544
|
+
"connectedZoomAccount": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>已連接到Zoom整合</Semibold> 帳號ID: <Code>{{zoomAccountId}}</Code> 在 {{productSuffix, anyCase}}。",
|
|
545
|
+
"disconnectedZoomAccount": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>已斷開Zoom整合</Semibold> 在 {{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
|
|
549
|
-
"addedRolePermission": "{{performedBy, anyCase}} <Semibold
|
|
550
|
-
"removedRolePermission": "{{performedBy, anyCase}} <Semibold>已移除</Semibold> <Code>{{removedPermissionsText}}</Code> $t(neetoMolecules.common.permission, {\"count\": {{removedPermissionsCount}} }) 從 <Code>{{roleName}}</Code> 角色在 {{productSuffix, anyCase}}。",
|
|
551
|
-
"modifiedRolePermission": "{{performedBy, anyCase}} <Semibold
|
|
552
|
-
"createdApiKey": "{{performedBy, anyCase}} <Semibold>已創建</Semibold>
|
|
553
|
-
"deletedApiKey": "{{performedBy, anyCase}} <Semibold>已刪除</Semibold>
|
|
554
|
-
"updatedApiKey": "{{performedBy, anyCase}} <Semibold>已更新</Semibold>
|
|
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> <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> 一個標籤為 <Semibold>{{label, anyCase}}</Semibold> 的 API 金鑰 在 {{productSuffix, anyCase}}。",
|
|
554
|
+
"deletedApiKey": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>已刪除</Semibold> 一個標籤為 <Semibold>{{label, anyCase}}</Semibold> 的 API 金鑰 在 {{productSuffix, anyCase}}。",
|
|
555
|
+
"updatedApiKey": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>已更新</Semibold> 一個標籤為 <Semibold>{{label, anyCase}}</Semibold> 的 API 金鑰 在 {{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>,使用 <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>,使用 <Code>{{emailAddress}}</Code>。",
|
|
568
569
|
"disconnectedZoom": "{{performedBy, anyCase}} <Semibold>已斷開 Zoom</Semibold>,為 <Code>{{emailAddress}}</Code>。",
|
|
569
|
-
"integrationConnected": "{{performedBy, anyCase}} <Semibold>已連接 {{integrationName}}
|
|
570
|
-
"integrationConnectedWithoutDetail": "{{performedBy, anyCase}} <Semibold>已連接 {{integrationName}}
|
|
571
|
-
"integrationConnectedOnBehalf": "{{performedBy, anyCase}} <Semibold
|
|
572
|
-
"integrationConnectedOnBehalfWithoutDetail": "{{performedBy, anyCase}} <Semibold
|
|
573
|
-
"integrationDisconnected": "{{performedBy, anyCase}} <Semibold>已斷開連接 {{integrationName}}
|
|
574
|
-
"integrationDisconnectedWithoutDetail": "{{performedBy, anyCase}} <Semibold>已斷開連接 {{integrationName}}
|
|
575
|
-
"integrationDisconnectedOnBehalf": "{{performedBy, anyCase}} <Semibold
|
|
576
|
-
"integrationDisconnectedOnBehalfWithoutDetail": "{{performedBy, anyCase}} <Semibold
|
|
577
|
-
"integrationDisconnectedByProvider": "{{integrationName}} <Semibold
|
|
578
|
-
"integrationDisconnectedByProviderWithoutDetail": "{{integrationName}} <Semibold
|
|
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>已代表 <Code>{{integrationOwner}}</Code> 連接 {{integrationName}}</Semibold> 使用 <Code>{{detail}}</Code>。",
|
|
573
|
+
"integrationConnectedOnBehalfWithoutDetail": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>已代表 <Code>{{integrationOwner}}</Code> 連接 {{integrationName}}</Semibold>。",
|
|
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>已代表 <Code>{{integrationOwner}}</Code> 斷開 {{integrationName}}</Semibold> 使用 <Code>{{detail}}</Code>。",
|
|
577
|
+
"integrationDisconnectedOnBehalfWithoutDetail": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>已代表 <Code>{{integrationOwner}}</Code> 斷開 {{integrationName}}</Semibold>。",
|
|
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
|
+
}
|