@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/ko.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}}의</Code> <ChangedFields></ChangedFields> {{productSuffix, anyCase}}.",
|
|
529
|
-
"bulkUpdateUsers": "{{performedBy, anyCase}} <Semibold>{{message}}</Semibold>: <Code>{{emailList}}</Code
|
|
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}}의</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>구글 캘린더에 연결됨</Semibold> using <Code>{{emailAddress}}</Code>.",
|
|
540
541
|
"disconnectedGoogleCalender": "{{performedBy, anyCase}} <Semibold>구글 캘린더에서 끊김</Semibold> for <Code>{{emailAddress}}</Code>.",
|
|
541
|
-
"connectedStripeAccount": "{{performedBy, anyCase}} <Semibold>Stripe 통합에
|
|
542
|
-
"disconnectedStripeAccount": "{{performedBy, anyCase}} <Semibold>Stripe
|
|
543
|
-
"connectedZoomAccount": "{{performedBy, anyCase}} <Semibold>Zoom 통합에
|
|
544
|
-
"disconnectedZoomAccount": "{{performedBy, anyCase}} <Semibold>Zoom
|
|
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
|
|
549
|
-
"addedRolePermission": "{{performedBy, anyCase}} <Semibold>추가했습니다</Semibold> <Code>{{addedPermissionsText}}</Code> $t(neetoMolecules.common.permission, {\"count\": {{addedPermissionsCount}} }) <Code>{{roleName}}</Code>
|
|
550
|
-
"removedRolePermission": "{{performedBy, anyCase}} <Semibold>제거했습니다</Semibold> <Code>{{removedPermissionsText}}</Code> $t(neetoMolecules.common.permission, {\"count\": {{removedPermissionsCount}} }) <Code>{{roleName}}</Code>
|
|
551
|
-
"modifiedRolePermission": "{{performedBy, anyCase}} <Semibold>추가했습니다</Semibold> <Code>{{addedPermissionsText}}</Code> $t(neetoMolecules.common.permission, {\"count\": {{addedPermissionsCount}} }) <Semibold
|
|
552
|
-
"createdApiKey": "{{performedBy, anyCase}} <Semibold
|
|
553
|
-
"deletedApiKey": "{{performedBy, anyCase}} <Semibold
|
|
554
|
-
"updatedApiKey": "{{performedBy, anyCase}} <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}} }) {{productSuffix, anyCase}}에서 <Code>{{roleName}}</Code> 역할에.",
|
|
551
|
+
"removedRolePermission": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>제거했습니다</Semibold> <Code>{{removedPermissionsText}}</Code> $t(neetoMolecules.common.permission, {\"count\": {{removedPermissionsCount}} }) {{productSuffix, anyCase}}에서 <Code>{{roleName}}</Code> 역할에서.",
|
|
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}} }) {{productSuffix, anyCase}}에서 <Code>{{roleName}}</Code> 역할에서.",
|
|
553
|
+
"createdApiKey": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>API 키를 생성했습니다</Semibold> 라벨 <Semibold>{{label, anyCase}}</Semibold> {{productSuffix, anyCase}}에서.",
|
|
554
|
+
"deletedApiKey": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>API 키를 삭제했습니다</Semibold> 라벨 <Semibold>{{label, anyCase}}</Semibold> {{productSuffix, anyCase}}에서.",
|
|
555
|
+
"updatedApiKey": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>API 키를 업데이트했습니다</Semibold> 라벨 <Semibold>{{label, anyCase}}</Semibold> {{productSuffix, anyCase}}에서.",
|
|
556
|
+
"removedUser": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>제거했습니다</Semibold> <Code>{{affectedUser}}</Code>를 {{productSuffix, anyCase}}에서.",
|
|
556
557
|
"googleDisconnectedGoogleCalendar": "구글 <Semibold>구글 캘린더 연결 끊김</Semibold>: <Code>{{emailAddress}}</Code> (연결한 사용자: {{performedBy, anyCase}}).",
|
|
557
558
|
"connectedGoogleMeet": "{{performedBy, anyCase}} <Semibold>구글 미팅 연결됨</Semibold> <Code>{{emailAddress}}</Code>를 사용하여.",
|
|
558
559
|
"disconnectedGoogleMeet": "{{performedBy, anyCase}} <Semibold>구글 미팅 연결 끊김</Semibold>: <Code>{{emailAddress}}</Code>.",
|
|
@@ -566,16 +567,16 @@
|
|
|
566
567
|
"disconnectedTeams": "{{performedBy, anyCase}} <Semibold>마이크로소프트 팀즈 연결 끊김</Semibold>.",
|
|
567
568
|
"connectedZoom": "{{performedBy, anyCase}} <Semibold>줌 연결됨</Semibold> <Code>{{emailAddress}}</Code>를 사용하여.",
|
|
568
569
|
"disconnectedZoom": "{{performedBy, anyCase}} <Semibold>줌 연결 끊김</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>연결했습니다 {{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/nl.json
CHANGED
|
@@ -145,7 +145,8 @@
|
|
|
145
145
|
"productSwitcher": {
|
|
146
146
|
"noApps": "Geen apps gevonden",
|
|
147
147
|
"chooseNeetoProduct": "Kies uw Neeto-product",
|
|
148
|
-
"searchProducts": "Producten zoeken"
|
|
148
|
+
"searchProducts": "Producten zoeken",
|
|
149
|
+
"title": "Productwisselaar"
|
|
149
150
|
},
|
|
150
151
|
"alert": {
|
|
151
152
|
"timezone": {
|
|
@@ -365,37 +366,37 @@
|
|
|
365
366
|
}
|
|
366
367
|
},
|
|
367
368
|
"text": {
|
|
368
|
-
"invitedUsers": "{{performedBy, anyCase}} <Semibold>
|
|
369
|
-
"invitedUsersFailed": "{{performedBy, anyCase}} <Semibold>probeerde</Semibold> een gebruiker
|
|
370
|
-
"userSignedUp": "{{userIdentifier}} <Semibold>
|
|
371
|
-
"updatedUser": "{{performedBy, anyCase}} <Semibold>
|
|
372
|
-
"bulkUpdateUsers": "{{performedBy, anyCase}} <Semibold>{{message}}</Semibold>: <Code>{{emailList}}</Code> op {{productSuffix, anyCase}}.",
|
|
373
|
-
"bulkUpdateUsersFailed": "{{performedBy, anyCase}} <Semibold>{{message}}</Semibold>
|
|
374
|
-
"updatedUserProfile": "{{performedBy, anyCase}} <Semibold>
|
|
375
|
-
"createdRole": "{{performedBy, anyCase}} <Semibold>
|
|
369
|
+
"invitedUsers": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>toegevoegd</Semibold> <Code>{{emailList}}</Code> aan {{productSuffix, anyCase}}.",
|
|
370
|
+
"invitedUsersFailed": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>probeerde</Semibold> een gebruiker te uitnodigen {{productSuffix, anyCase}}{{errorMessage}}.",
|
|
371
|
+
"userSignedUp": "<Bold>{{userIdentifier}}</Bold> <Semibold>heeft zich aangemeld</Semibold> op {{productSuffix, anyCase}}.",
|
|
372
|
+
"updatedUser": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>veranderd</Semibold> <Code>{{affectedUser}}'s</Code> <ChangedFields></ChangedFields> op {{productSuffix, anyCase}}.",
|
|
373
|
+
"bulkUpdateUsers": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>{{message}}</Semibold>: <Code>{{emailList}}</Code> op {{productSuffix, anyCase}}.",
|
|
374
|
+
"bulkUpdateUsersFailed": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>{{message}}</Semibold> bij {{productSuffix, anyCase}}{{errorMessage}}.",
|
|
375
|
+
"updatedUserProfile": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>veranderd</Semibold> <ChangedFields></ChangedFields> in {{productSuffix, anyCase}}.",
|
|
376
|
+
"createdRole": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>gemaakt</Semibold> <Code>{{roleName}}</Code> rol op {{productSuffix, anyCase}}.",
|
|
376
377
|
"updatedRole_other": "{{performedBy, anyCase}} <Semibold>heeft bijgewerkt</Semibold> <Code>{{roleName}}</Code> rol met <Code>{{addedPermissionsText}}</Code> rechten op {{productSuffix, anyCase}}",
|
|
377
378
|
"updatedRole_one": "{{performedBy, anyCase}} <Semibold>heeft bijgewerkt</Semibold> <Code>{{roleName}}</Code> rol met <Code>{{addedPermissionsText}}</Code> recht op {{productSuffix, anyCase}}",
|
|
378
|
-
"deletedRole": "{{performedBy, anyCase}} <Semibold>
|
|
379
|
-
"performedAction": "{{performedBy, anyCase}} <Semibold>voerde uit</Semibold> een actie op {{productSuffix, anyCase}}.",
|
|
379
|
+
"deletedRole": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>verwijderd</Semibold> <Code>{{roleName}}</Code> rol op {{productSuffix, anyCase}}.",
|
|
380
|
+
"performedAction": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>voerde uit</Semibold> een actie op {{productSuffix, anyCase}}.",
|
|
380
381
|
"updatedFieldsWithPreviousValue": "<Semibold>{{field}}</Semibold> van <Code>{{from, anyCase}}</Code> naar <Code>{{to, anyCase}}</Code>",
|
|
381
382
|
"updatedFieldsWithNewValue": "<Semibold>{{field}}</Semibold> naar <Code>{{to, anyCase}}</Code>",
|
|
382
383
|
"connectedGoogleCalender": "{{performedBy, anyCase}} <Semibold>verbonden Google Calendar</Semibold> met <Code>{{emailAddress}}</Code>.",
|
|
383
384
|
"disconnectedGoogleCalender": "{{performedBy, anyCase}} <Semibold>verbonden Google Calendar</Semibold> voor <Code>{{emailAddress}}</Code>.",
|
|
384
|
-
"connectedStripeAccount": "{{performedBy, anyCase}} <Semibold>verbonden met Stripe
|
|
385
|
-
"disconnectedStripeAccount": "{{performedBy, anyCase}} <Semibold>
|
|
386
|
-
"connectedZoomAccount": "{{performedBy, anyCase}} <Semibold>verbonden met Zoom
|
|
387
|
-
"disconnectedZoomAccount": "{{performedBy, anyCase}} <Semibold>
|
|
388
|
-
"connectedCustomDomain": "{{performedBy, anyCase}} <Semibold>verbonden
|
|
385
|
+
"connectedStripeAccount": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>verbonden met Stripe-integratie</Semibold> met account-ID: <Code>{{stripeAccountId}}</Code> op {{productSuffix, anyCase}}.",
|
|
386
|
+
"disconnectedStripeAccount": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>ontkoppelde de Stripe-integratie</Semibold> op {{productSuffix, anyCase}}.",
|
|
387
|
+
"connectedZoomAccount": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>verbonden met Zoom-integratie</Semibold> met account-ID: <Code>{{zoomAccountId}}</Code> op {{productSuffix, anyCase}}.",
|
|
388
|
+
"disconnectedZoomAccount": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>ontkoppelde de Zoom-integratie</Semibold> op {{productSuffix, anyCase}}.",
|
|
389
|
+
"connectedCustomDomain": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>verbonden Aangepaste Domein:</Semibold> <Code>{{hostname}}</Code> op {{productSuffix, anyCase}}.",
|
|
389
390
|
"updatedFields": "<Semibold>{{field}}</Semibold>",
|
|
390
|
-
"updatedRole": "{{performedBy, anyCase}} <Semibold>
|
|
391
|
-
"updatedRoleName": "{{performedBy, anyCase}} <Semibold>
|
|
392
|
-
"addedRolePermission": "{{performedBy, anyCase}} <Semibold>
|
|
393
|
-
"removedRolePermission": "{{performedBy, anyCase}} <Semibold>
|
|
394
|
-
"modifiedRolePermission": "{{performedBy, anyCase}} <Semibold>
|
|
395
|
-
"createdApiKey": "{{performedBy, anyCase}} <Semibold>
|
|
396
|
-
"deletedApiKey": "{{performedBy, anyCase}} <Semibold>
|
|
397
|
-
"updatedApiKey": "{{performedBy, anyCase}} <Semibold>
|
|
398
|
-
"removedUser": "{{performedBy, anyCase}} <Semibold>verwijderd</Semibold> <Code>{{affectedUser}}</Code> van {{productSuffix, anyCase}}.",
|
|
391
|
+
"updatedRole": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>geüpdatet</Semibold> <Code>{{roleName}}</Code> rol op {{productSuffix, anyCase}}.",
|
|
392
|
+
"updatedRoleName": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>omgedoopt</Semibold> <Code>{{name.from}}</Code> rol naar <Code>{{name.to}}</Code> op {{productSuffix, anyCase}}.",
|
|
393
|
+
"addedRolePermission": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>toegevoegd</Semibold> <Code>{{addedPermissionsText}}</Code> $t(neetoMolecules.common.permission, {\"count\": {{addedPermissionsCount}} }) aan <Code>{{roleName}}</Code> rol op {{productSuffix, anyCase}}.",
|
|
394
|
+
"removedRolePermission": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>verwijderd</Semibold> <Code>{{removedPermissionsText}}</Code> $t(neetoMolecules.common.permission, {\"count\": {{removedPermissionsCount}} }) van <Code>{{roleName}}</Code> rol op {{productSuffix, anyCase}}.",
|
|
395
|
+
"modifiedRolePermission": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>toegevoegd</Semibold> <Code>{{addedPermissionsText}}</Code> $t(neetoMolecules.common.permission, {\"count\": {{addedPermissionsCount}} }) en <Semibold>verwijderd</Semibold> <Code>{{removedPermissionsText}}</Code> $t(neetoMolecules.common.permission, {\"count\": {{removedPermissionsCount}} }) van <Code>{{roleName}}</Code> rol op {{productSuffix, anyCase}}.",
|
|
396
|
+
"createdApiKey": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>gemaakt</Semibold> een API-sleutel met label <Semibold>{{label, anyCase}}</Semibold> op {{productSuffix, anyCase}}.",
|
|
397
|
+
"deletedApiKey": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>verwijderd</Semibold> een API-sleutel met label <Semibold>{{label, anyCase}}</Semibold> op {{productSuffix, anyCase}}.",
|
|
398
|
+
"updatedApiKey": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>geüpdatet</Semibold> een API-sleutel met label <Semibold>{{label, anyCase}}</Semibold> op {{productSuffix, anyCase}}.",
|
|
399
|
+
"removedUser": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>verwijderd</Semibold> <Code>{{affectedUser}}</Code> van {{productSuffix, anyCase}}.",
|
|
399
400
|
"googleDisconnectedGoogleCalendar": "Google <Semibold>ontkoppelde Google Calendar</Semibold> voor <Code>{{emailAddress}}</Code> (verbonden door {{performedBy, anyCase}}).",
|
|
400
401
|
"connectedGoogleMeet": "{{performedBy, anyCase}} <Semibold>verbond Google Meet</Semibold> met <Code>{{emailAddress}}</Code>.",
|
|
401
402
|
"disconnectedGoogleMeet": "{{performedBy, anyCase}} <Semibold>ontkoppelde Google Meet</Semibold> voor <Code>{{emailAddress}}</Code>.",
|
|
@@ -409,16 +410,16 @@
|
|
|
409
410
|
"disconnectedTeams": "{{performedBy, anyCase}} <Semibold>ontkoppelde Microsoft Teams</Semibold>.",
|
|
410
411
|
"connectedZoom": "{{performedBy, anyCase}} <Semibold>verbond Zoom</Semibold> met <Code>{{emailAddress}}</Code>.",
|
|
411
412
|
"disconnectedZoom": "{{performedBy, anyCase}} <Semibold>ontkoppelde Zoom</Semibold> voor <Code>{{emailAddress}}</Code>.",
|
|
412
|
-
"integrationConnected": "{{performedBy, anyCase}} <Semibold>verbonden {{integrationName}}
|
|
413
|
-
"integrationConnectedWithoutDetail": "{{performedBy, anyCase}} <Semibold>verbonden {{integrationName}}
|
|
414
|
-
"integrationConnectedOnBehalf": "{{performedBy, anyCase}} <Semibold>verbonden {{integrationName}}</Semibold> voor <Code>{{integrationOwner}}</Code> met <Code>{{detail}}</Code>.",
|
|
415
|
-
"integrationConnectedOnBehalfWithoutDetail": "{{performedBy, anyCase}} <Semibold>verbonden {{integrationName}}</Semibold> voor <Code>{{integrationOwner}}</Code>.",
|
|
416
|
-
"integrationDisconnected": "{{performedBy, anyCase}} <Semibold>
|
|
417
|
-
"integrationDisconnectedWithoutDetail": "{{performedBy, anyCase}} <Semibold>
|
|
418
|
-
"integrationDisconnectedOnBehalf": "{{performedBy, anyCase}} <Semibold>verbonden {{integrationName}}</Semibold> voor <Code>{{integrationOwner}}</Code> (<Code>{{detail}}</Code>).",
|
|
419
|
-
"integrationDisconnectedOnBehalfWithoutDetail": "{{performedBy, anyCase}} <Semibold>verbonden {{integrationName}}</Semibold> voor <Code>{{integrationOwner}}</Code>.",
|
|
420
|
-
"integrationDisconnectedByProvider": "{{integrationName}} <Semibold>
|
|
421
|
-
"integrationDisconnectedByProviderWithoutDetail": "{{integrationName}} <Semibold>
|
|
413
|
+
"integrationConnected": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>verbonden {{integrationName}}</Semibold> met behulp van <Code>{{detail}}</Code>.",
|
|
414
|
+
"integrationConnectedWithoutDetail": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>verbonden {{integrationName}}</Semibold>.",
|
|
415
|
+
"integrationConnectedOnBehalf": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>verbonden {{integrationName}}</Semibold> voor <Code>{{integrationOwner}}</Code> met behulp van <Code>{{detail}}</Code>.",
|
|
416
|
+
"integrationConnectedOnBehalfWithoutDetail": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>verbonden {{integrationName}}</Semibold> voor <Code>{{integrationOwner}}</Code>.",
|
|
417
|
+
"integrationDisconnected": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>verbonden {{integrationName}}</Semibold> voor <Code>{{detail}}</Code>.",
|
|
418
|
+
"integrationDisconnectedWithoutDetail": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>verbonden {{integrationName}}</Semibold>.",
|
|
419
|
+
"integrationDisconnectedOnBehalf": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>verbonden {{integrationName}}</Semibold> voor <Code>{{integrationOwner}}</Code> (<Code>{{detail}}</Code>).",
|
|
420
|
+
"integrationDisconnectedOnBehalfWithoutDetail": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>verbonden {{integrationName}}</Semibold> voor <Code>{{integrationOwner}}</Code>.",
|
|
421
|
+
"integrationDisconnectedByProvider": "<Bold>{{integrationName}}</Bold> <Semibold>verbonden</Semibold> voor <Code>{{detail}}</Code> (verbonden door {{performedBy, anyCase}}).",
|
|
422
|
+
"integrationDisconnectedByProviderWithoutDetail": "<Bold>{{integrationName}}</Bold> <Semibold>verbonden</Semibold> (verbonden door {{performedBy, anyCase}})."
|
|
422
423
|
}
|
|
423
424
|
},
|
|
424
425
|
"ipRestriction": {
|
|
@@ -989,4 +990,4 @@
|
|
|
989
990
|
"plural": "Formulieren"
|
|
990
991
|
}
|
|
991
992
|
}
|
|
992
|
-
}
|
|
993
|
+
}
|
package/src/translations/pl.json
CHANGED
|
@@ -145,7 +145,8 @@
|
|
|
145
145
|
"productSwitcher": {
|
|
146
146
|
"noApps": "Nie znaleziono aplikacji",
|
|
147
147
|
"chooseNeetoProduct": "Wybierz swój produkt Neeto",
|
|
148
|
-
"searchProducts": "Szukaj produktów"
|
|
148
|
+
"searchProducts": "Szukaj produktów",
|
|
149
|
+
"title": "Przełącznik produktu"
|
|
149
150
|
},
|
|
150
151
|
"alert": {
|
|
151
152
|
"timezone": {
|
|
@@ -365,37 +366,37 @@
|
|
|
365
366
|
}
|
|
366
367
|
},
|
|
367
368
|
"text": {
|
|
368
|
-
"invitedUsers": "{{performedBy, anyCase}} <Semibold>dodał</Semibold> <Code>{{emailList}}</Code> do {{productSuffix, anyCase}}.",
|
|
369
|
-
"invitedUsersFailed": "{{performedBy, anyCase}} <Semibold>próbował</Semibold> zaprosić użytkownika {{productSuffix, anyCase}}{{errorMessage}}.",
|
|
370
|
-
"userSignedUp": "{{userIdentifier}} <Semibold>zarejestrował się</Semibold>
|
|
371
|
-
"updatedUser": "{{performedBy, anyCase}} <Semibold>
|
|
372
|
-
"bulkUpdateUsers": "{{performedBy, anyCase}} <Semibold>{{message}}</Semibold>: <Code>{{emailList}}</Code> na {{productSuffix, anyCase}}.",
|
|
373
|
-
"bulkUpdateUsersFailed": "{{performedBy, anyCase}} <Semibold>{{message}}</Semibold> w {{productSuffix, anyCase}}{{errorMessage}}.",
|
|
374
|
-
"updatedUserProfile": "{{performedBy, anyCase}} <Semibold>
|
|
375
|
-
"createdRole": "{{performedBy, anyCase}} <Semibold>utworzył</Semibold> <Code>{{roleName}}</Code> rolę
|
|
369
|
+
"invitedUsers": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>dodał</Semibold> <Code>{{emailList}}</Code> do {{productSuffix, anyCase}}.",
|
|
370
|
+
"invitedUsersFailed": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>próbował</Semibold> zaprosić użytkownika {{productSuffix, anyCase}}{{errorMessage}}.",
|
|
371
|
+
"userSignedUp": "<Bold>{{userIdentifier}}</Bold> <Semibold>zarejestrował się</Semibold> w {{productSuffix, anyCase}}.",
|
|
372
|
+
"updatedUser": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>zmienił</Semibold> <Code>{{affectedUser}}'s</Code> <ChangedFields></ChangedFields> na {{productSuffix, anyCase}}.",
|
|
373
|
+
"bulkUpdateUsers": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>{{message}}</Semibold>: <Code>{{emailList}}</Code> na {{productSuffix, anyCase}}.",
|
|
374
|
+
"bulkUpdateUsersFailed": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>{{message}}</Semibold> w {{productSuffix, anyCase}}{{errorMessage}}.",
|
|
375
|
+
"updatedUserProfile": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>zmienił</Semibold> <ChangedFields></ChangedFields> w {{productSuffix, anyCase}}.",
|
|
376
|
+
"createdRole": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>utworzył</Semibold> <Code>{{roleName}}</Code> rolę w {{productSuffix, anyCase}}.",
|
|
376
377
|
"updatedRole_other": "{{performedBy, anyCase}} <Semibold>aktualizował</Semibold> <Code>{{roleName}}</Code> rolę z <Code>{{addedPermissionsText}}</Code> uprawnieniami na {{productSuffix, anyCase}}",
|
|
377
378
|
"updatedRole_one": "{{performedBy, anyCase}} <Semibold>aktualizował</Semibold> <Code>{{roleName}}</Code> rolę z <Code>{{addedPermissionsText}}</Code> uprawnieniem na {{productSuffix, anyCase}}",
|
|
378
|
-
"deletedRole": "{{performedBy, anyCase}} <Semibold>
|
|
379
|
-
"performedAction": "{{performedBy, anyCase}} <Semibold>wykonał</Semibold>
|
|
379
|
+
"deletedRole": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>usunięto</Semibold> <Code>{{roleName}}</Code> rolę w {{productSuffix, anyCase}}.",
|
|
380
|
+
"performedAction": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>wykonał</Semibold> akcję w {{productSuffix, anyCase}}.",
|
|
380
381
|
"updatedFieldsWithPreviousValue": "<Semibold>{{field}}</Semibold> z <Code>{{from, anyCase}}</Code> do <Code>{{to, anyCase}}</Code>",
|
|
381
382
|
"updatedFieldsWithNewValue": "<Semibold>{{field}}</Semibold> do <Code>{{to, anyCase}}</Code>",
|
|
382
383
|
"connectedGoogleCalender": "{{performedBy, anyCase}} <Semibold>połączył Google Calendar</Semibold> używając <Code>{{emailAddress}}</Code>.",
|
|
383
384
|
"disconnectedGoogleCalender": "{{performedBy, anyCase}} <Semibold>rozłączył Google Calendar</Semibold> dla <Code>{{emailAddress}}</Code>.",
|
|
384
|
-
"connectedStripeAccount": "{{performedBy, anyCase}} <Semibold>połączono z integracją Stripe</Semibold> z identyfikatorem konta: <Code>{{stripeAccountId}}</Code>
|
|
385
|
-
"disconnectedStripeAccount": "{{performedBy, anyCase}} <Semibold>
|
|
386
|
-
"connectedZoomAccount": "{{performedBy, anyCase}} <Semibold>połączono z integracją Zoom</Semibold> z identyfikatorem konta: <Code>{{zoomAccountId}}</Code>
|
|
387
|
-
"disconnectedZoomAccount": "{{performedBy, anyCase}} <Semibold>
|
|
388
|
-
"connectedCustomDomain": "{{performedBy, anyCase}} <Semibold>połączono niestandardową domenę:</Semibold> <Code>{{hostname}}</Code>
|
|
385
|
+
"connectedStripeAccount": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>połączono z integracją Stripe</Semibold> z identyfikatorem konta: <Code>{{stripeAccountId}}</Code> w {{productSuffix, anyCase}}.",
|
|
386
|
+
"disconnectedStripeAccount": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>rozłączono integrację Stripe</Semibold> w {{productSuffix, anyCase}}.",
|
|
387
|
+
"connectedZoomAccount": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>połączono z integracją Zoom</Semibold> z identyfikatorem konta: <Code>{{zoomAccountId}}</Code> w {{productSuffix, anyCase}}.",
|
|
388
|
+
"disconnectedZoomAccount": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>rozłączono integrację Zoom</Semibold> w {{productSuffix, anyCase}}.",
|
|
389
|
+
"connectedCustomDomain": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>połączono niestandardową domenę:</Semibold> <Code>{{hostname}}</Code> w {{productSuffix, anyCase}}.",
|
|
389
390
|
"updatedFields": "<Semibold>{{field}}</Semibold>",
|
|
390
|
-
"updatedRole": "{{performedBy, anyCase}} <Semibold>
|
|
391
|
-
"updatedRoleName": "{{performedBy, anyCase}} <Semibold>zmienił nazwę</Semibold> <Code>{{name.from}}</Code> roli na <Code>{{name.to}}</Code>
|
|
392
|
-
"addedRolePermission": "{{performedBy, anyCase}} <Semibold>
|
|
393
|
-
"removedRolePermission": "{{performedBy, anyCase}} <Semibold>usunął</Semibold> <Code>{{removedPermissionsText}}</Code> $t(neetoMolecules.common.permission, {\"count\": {{removedPermissionsCount}} }) z
|
|
394
|
-
"modifiedRolePermission": "{{performedBy, anyCase}} <Semibold>
|
|
395
|
-
"createdApiKey": "{{performedBy, anyCase}} <Semibold>utworzył</Semibold> klucz API z etykietą <Semibold>{{label, anyCase}}</Semibold>
|
|
396
|
-
"deletedApiKey": "{{performedBy, anyCase}} <Semibold>usunął</Semibold> klucz API z etykietą <Semibold>{{label, anyCase}}</Semibold>
|
|
397
|
-
"updatedApiKey": "{{performedBy, anyCase}} <Semibold>
|
|
398
|
-
"removedUser": "{{performedBy, anyCase}} <Semibold>
|
|
391
|
+
"updatedRole": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>zaktualizował</Semibold> <Code>{{roleName}}</Code> rolę w {{productSuffix, anyCase}}.",
|
|
392
|
+
"updatedRoleName": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>zmienił nazwę</Semibold> <Code>{{name.from}}</Code> roli na <Code>{{name.to}}</Code> w {{productSuffix, anyCase}}.",
|
|
393
|
+
"addedRolePermission": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>dodał</Semibold> <Code>{{addedPermissionsText}}</Code> $t(neetoMolecules.common.permission, {\"count\": {{addedPermissionsCount}} }) do <Code>{{roleName}}</Code> roli w {{productSuffix, anyCase}}.",
|
|
394
|
+
"removedRolePermission": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>usunął</Semibold> <Code>{{removedPermissionsText}}</Code> $t(neetoMolecules.common.permission, {\"count\": {{removedPermissionsCount}} }) z <Code>{{roleName}}</Code> roli w {{productSuffix, anyCase}}.",
|
|
395
|
+
"modifiedRolePermission": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>dodał</Semibold> <Code>{{addedPermissionsText}}</Code> $t(neetoMolecules.common.permission, {\"count\": {{addedPermissionsCount}} }) i <Semibold>usunął</Semibold> <Code>{{removedPermissionsText}}</Code> $t(neetoMolecules.common.permission, {\"count\": {{removedPermissionsCount}} }) z <Code>{{roleName}}</Code> roli w {{productSuffix, anyCase}}.",
|
|
396
|
+
"createdApiKey": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>utworzył</Semibold> klucz API z etykietą <Semibold>{{label, anyCase}}</Semibold> w {{productSuffix, anyCase}}.",
|
|
397
|
+
"deletedApiKey": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>usunął</Semibold> klucz API z etykietą <Semibold>{{label, anyCase}}</Semibold> w {{productSuffix, anyCase}}.",
|
|
398
|
+
"updatedApiKey": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>zaktualizował</Semibold> klucz API z etykietą <Semibold>{{label, anyCase}}</Semibold> w {{productSuffix, anyCase}}.",
|
|
399
|
+
"removedUser": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>usunął</Semibold> <Code>{{affectedUser}}</Code> z {{productSuffix, anyCase}}.",
|
|
399
400
|
"googleDisconnectedGoogleCalendar": "Google <Semibold>rozłączono Google Calendar</Semibold> dla <Code>{{emailAddress}}</Code> (połączono przez {{performedBy, anyCase}}).",
|
|
400
401
|
"connectedGoogleMeet": "{{performedBy, anyCase}} <Semibold>połączono Google Meet</Semibold> używając <Code>{{emailAddress}}</Code>.",
|
|
401
402
|
"disconnectedGoogleMeet": "{{performedBy, anyCase}} <Semibold>rozłączono Google Meet</Semibold> dla <Code>{{emailAddress}}</Code>.",
|
|
@@ -409,16 +410,16 @@
|
|
|
409
410
|
"disconnectedTeams": "{{performedBy, anyCase}} <Semibold>rozłączono Microsoft Teams</Semibold>.",
|
|
410
411
|
"connectedZoom": "{{performedBy, anyCase}} <Semibold>połączono Zoom</Semibold> używając <Code>{{emailAddress}}</Code>.",
|
|
411
412
|
"disconnectedZoom": "{{performedBy, anyCase}} <Semibold>rozłączono Zoom</Semibold> dla <Code>{{emailAddress}}</Code>.",
|
|
412
|
-
"integrationConnected": "{{performedBy, anyCase}} <Semibold>
|
|
413
|
-
"integrationConnectedWithoutDetail": "{{performedBy, anyCase}} <Semibold>
|
|
414
|
-
"integrationConnectedOnBehalf": "{{performedBy, anyCase}} <Semibold>połączono {{integrationName}}</Semibold>
|
|
415
|
-
"integrationConnectedOnBehalfWithoutDetail": "{{performedBy, anyCase}} <Semibold>połączono {{integrationName}}</Semibold>
|
|
416
|
-
"integrationDisconnected": "{{performedBy, anyCase}} <Semibold>
|
|
417
|
-
"integrationDisconnectedWithoutDetail": "{{performedBy, anyCase}} <Semibold>
|
|
418
|
-
"integrationDisconnectedOnBehalf": "{{performedBy, anyCase}} <Semibold>
|
|
419
|
-
"integrationDisconnectedOnBehalfWithoutDetail": "{{performedBy, anyCase}} <Semibold>
|
|
420
|
-
"integrationDisconnectedByProvider": "{{integrationName}} <Semibold>
|
|
421
|
-
"integrationDisconnectedByProviderWithoutDetail": "{{integrationName}} <Semibold>
|
|
413
|
+
"integrationConnected": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>połączono {{integrationName}}</Semibold> przy użyciu <Code>{{detail}}</Code>.",
|
|
414
|
+
"integrationConnectedWithoutDetail": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>połączono {{integrationName}}</Semibold>.",
|
|
415
|
+
"integrationConnectedOnBehalf": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>połączono {{integrationName}}</Semibold> w imieniu <Code>{{integrationOwner}}</Code> przy użyciu <Code>{{detail}}</Code>.",
|
|
416
|
+
"integrationConnectedOnBehalfWithoutDetail": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>połączono {{integrationName}}</Semibold> w imieniu <Code>{{integrationOwner}}</Code>.",
|
|
417
|
+
"integrationDisconnected": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>rozłączono {{integrationName}}</Semibold> dla <Code>{{detail}}</Code>.",
|
|
418
|
+
"integrationDisconnectedWithoutDetail": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>rozłączono {{integrationName}}</Semibold>.",
|
|
419
|
+
"integrationDisconnectedOnBehalf": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>rozłączono {{integrationName}}</Semibold> w imieniu <Code>{{integrationOwner}}</Code> (<Code>{{detail}}</Code>).",
|
|
420
|
+
"integrationDisconnectedOnBehalfWithoutDetail": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>rozłączono {{integrationName}}</Semibold> w imieniu <Code>{{integrationOwner}}</Code>.",
|
|
421
|
+
"integrationDisconnectedByProvider": "<Bold>{{integrationName}}</Bold> <Semibold>rozłączono</Semibold> dla <Code>{{detail}}</Code> (połączono przez {{performedBy, anyCase}}).",
|
|
422
|
+
"integrationDisconnectedByProviderWithoutDetail": "<Bold>{{integrationName}}</Bold> <Semibold>rozłączono</Semibold> (połączono przez {{performedBy, anyCase}})."
|
|
422
423
|
}
|
|
423
424
|
},
|
|
424
425
|
"ipRestriction": {
|
|
@@ -989,4 +990,4 @@
|
|
|
989
990
|
"plural": "Formularze"
|
|
990
991
|
}
|
|
991
992
|
}
|
|
992
|
-
}
|
|
993
|
+
}
|
|
@@ -302,7 +302,8 @@
|
|
|
302
302
|
"productSwitcher": {
|
|
303
303
|
"noApps": "Nenhum aplicativo encontrado.",
|
|
304
304
|
"chooseNeetoProduct": "Escolha seu produto Neeto",
|
|
305
|
-
"searchProducts": "Pesquisar produtos"
|
|
305
|
+
"searchProducts": "Pesquisar produtos",
|
|
306
|
+
"title": "Alternador de Produto"
|
|
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>tentou</Semibold> convidar um usuário {{productSuffix, anyCase}}{{errorMessage}}.",
|
|
527
|
-
"userSignedUp": "{{userIdentifier}} <Semibold>se
|
|
528
|
-
"updatedUser": "{{performedBy, anyCase}} <Semibold>mudou</Semibold> <Code>{{affectedUser}}'s</Code> <ChangedFields></ChangedFields>
|
|
529
|
-
"bulkUpdateUsers": "{{performedBy, anyCase}} <Semibold>{{message}}</Semibold>: <Code>{{emailList}}</Code>
|
|
530
|
-
"bulkUpdateUsersFailed": "{{performedBy, anyCase}} <Semibold>{{message}}</Semibold>
|
|
531
|
-
"updatedUserProfile": "{{performedBy, anyCase}} <Semibold>mudou</Semibold> <ChangedFields></ChangedFields>
|
|
532
|
-
"createdRole": "{{performedBy, anyCase}} <Semibold>criou</Semibold> <Code>{{roleName}}</Code> função
|
|
526
|
+
"invitedUsers": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>adicionados</Semibold> <Code>{{emailList}}</Code> ao {{productSuffix, anyCase}}.",
|
|
527
|
+
"invitedUsersFailed": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>tentou</Semibold> convidar um usuário {{productSuffix, anyCase}}{{errorMessage}}.",
|
|
528
|
+
"userSignedUp": "<Bold>{{userIdentifier}}</Bold> <Semibold>inscreveu-se</Semibold> no {{productSuffix, anyCase}}.",
|
|
529
|
+
"updatedUser": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>mudou</Semibold> <Code>{{affectedUser}}'s</Code> <ChangedFields></ChangedFields> no {{productSuffix, anyCase}}.",
|
|
530
|
+
"bulkUpdateUsers": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>{{message}}</Semibold>: <Code>{{emailList}}</Code> no {{productSuffix, anyCase}}.",
|
|
531
|
+
"bulkUpdateUsersFailed": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>{{message}}</Semibold> no {{productSuffix, anyCase}}{{errorMessage}}.",
|
|
532
|
+
"updatedUserProfile": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>mudou</Semibold> <ChangedFields></ChangedFields> no {{productSuffix, anyCase}}.",
|
|
533
|
+
"createdRole": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>criou</Semibold> <Code>{{roleName}}</Code> função no {{productSuffix, anyCase}}.",
|
|
533
534
|
"updatedRole_other": "{{performedBy, anyCase}} <Semibold>atualizou</Semibold> <Code>{{roleName}}</Code> função com <Code>{{addedPermissionsText}}</Code> permissões em {{productSuffix, anyCase}}",
|
|
534
535
|
"updatedRole_one": "{{performedBy, anyCase}} <Semibold>atualizou</Semibold> <Code>{{roleName}}</Code> função com <Code>{{addedPermissionsText}}</Code> permissão em {{productSuffix, anyCase}}",
|
|
535
|
-
"deletedRole": "{{performedBy, anyCase}} <Semibold>deletou</Semibold> <Code>{{roleName}}</Code> função
|
|
536
|
-
"performedAction": "{{performedBy, anyCase}} <Semibold>realizou</Semibold> uma ação
|
|
536
|
+
"deletedRole": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>deletou</Semibold> <Code>{{roleName}}</Code> função no {{productSuffix, anyCase}}.",
|
|
537
|
+
"performedAction": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>realizou</Semibold> uma ação no {{productSuffix, anyCase}}.",
|
|
537
538
|
"updatedFieldsWithPreviousValue": "<Semibold>{{field}}</Semibold> de <Code>{{from, anyCase}}</Code> para <Code>{{to, anyCase}}</Code>",
|
|
538
539
|
"updatedFieldsWithNewValue": "<Semibold>{{field}}</Semibold> para <Code>{{to, anyCase}}</Code>",
|
|
539
540
|
"connectedGoogleCalender": "{{performedBy, anyCase}} <Semibold>conectou o Google Calendar</Semibold> usando <Code>{{emailAddress}}</Code>.",
|
|
540
541
|
"disconnectedGoogleCalender": "{{performedBy, anyCase}} <Semibold>desconectou o Google Calendar</Semibold> para <Code>{{emailAddress}}</Code>.",
|
|
541
|
-
"connectedStripeAccount": "{{performedBy, anyCase}} <Semibold>
|
|
542
|
-
"disconnectedStripeAccount": "{{performedBy, anyCase}} <Semibold>desconectou a integração do Stripe</Semibold>
|
|
543
|
-
"connectedZoomAccount": "{{performedBy, anyCase}} <Semibold>
|
|
544
|
-
"disconnectedZoomAccount": "{{performedBy, anyCase}} <Semibold>desconectou a integração do Zoom</Semibold>
|
|
545
|
-
"connectedCustomDomain": "{{performedBy, anyCase}} <Semibold>
|
|
542
|
+
"connectedStripeAccount": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>conectado à integração do Stripe</Semibold> com ID da conta: <Code>{{stripeAccountId}}</Code> no {{productSuffix, anyCase}}.",
|
|
543
|
+
"disconnectedStripeAccount": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>desconectou a integração do Stripe</Semibold> no {{productSuffix, anyCase}}.",
|
|
544
|
+
"connectedZoomAccount": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>conectado à integração do Zoom</Semibold> com ID da conta: <Code>{{zoomAccountId}}</Code> no {{productSuffix, anyCase}}.",
|
|
545
|
+
"disconnectedZoomAccount": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>desconectou a integração do Zoom</Semibold> no {{productSuffix, anyCase}}.",
|
|
546
|
+
"connectedCustomDomain": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>conectado Domínio Personalizado:</Semibold> <Code>{{hostname}}</Code> no {{productSuffix, anyCase}}.",
|
|
546
547
|
"updatedFields": "<Semibold>{{field}}</Semibold>",
|
|
547
|
-
"updatedRole": "{{performedBy, anyCase}} <Semibold>atualizou</Semibold> <Code>{{roleName}}</Code> função
|
|
548
|
-
"updatedRoleName": "{{performedBy, anyCase}} <Semibold>renomeou</Semibold> <Code>{{name.from}}</Code> função para <Code>{{name.to}}</Code>
|
|
549
|
-
"addedRolePermission": "{{performedBy, anyCase}} <Semibold>
|
|
550
|
-
"removedRolePermission": "{{performedBy, anyCase}} <Semibold>
|
|
551
|
-
"modifiedRolePermission": "{{performedBy, anyCase}} <Semibold>
|
|
552
|
-
"createdApiKey": "{{performedBy, anyCase}} <Semibold>criou</Semibold> uma chave de API com
|
|
553
|
-
"deletedApiKey": "{{performedBy, anyCase}} <Semibold>deletou</Semibold> uma chave de API com
|
|
554
|
-
"updatedApiKey": "{{performedBy, anyCase}} <Semibold>atualizou</Semibold> uma chave de API com
|
|
555
|
-
"removedUser": "{{performedBy, anyCase}} <Semibold>
|
|
548
|
+
"updatedRole": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>atualizou</Semibold> <Code>{{roleName}}</Code> função no {{productSuffix, anyCase}}.",
|
|
549
|
+
"updatedRoleName": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>renomeou</Semibold> <Code>{{name.from}}</Code> função para <Code>{{name.to}}</Code> no {{productSuffix, anyCase}}.",
|
|
550
|
+
"addedRolePermission": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>adicionados</Semibold> <Code>{{addedPermissionsText}}</Code> $t(neetoMolecules.common.permission, {\"count\": {{addedPermissionsCount}} }) à <Code>{{roleName}}</Code> função no {{productSuffix, anyCase}}.",
|
|
551
|
+
"removedRolePermission": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>removidos</Semibold> <Code>{{removedPermissionsText}}</Code> $t(neetoMolecules.common.permission, {\"count\": {{removedPermissionsCount}} }) da <Code>{{roleName}}</Code> função no {{productSuffix, anyCase}}.",
|
|
552
|
+
"modifiedRolePermission": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>adicionados</Semibold> <Code>{{addedPermissionsText}}</Code> $t(neetoMolecules.common.permission, {\"count\": {{addedPermissionsCount}} }) e <Semibold>removidos</Semibold> <Code>{{removedPermissionsText}}</Code> $t(neetoMolecules.common.permission, {\"count\": {{removedPermissionsCount}} }) da <Code>{{roleName}}</Code> função no {{productSuffix, anyCase}}.",
|
|
553
|
+
"createdApiKey": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>criou</Semibold> uma chave de API com rótulo <Semibold>{{label, anyCase}}</Semibold> no {{productSuffix, anyCase}}.",
|
|
554
|
+
"deletedApiKey": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>deletou</Semibold> uma chave de API com rótulo <Semibold>{{label, anyCase}}</Semibold> no {{productSuffix, anyCase}}.",
|
|
555
|
+
"updatedApiKey": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>atualizou</Semibold> uma chave de API com rótulo <Semibold>{{label, anyCase}}</Semibold> no {{productSuffix, anyCase}}.",
|
|
556
|
+
"removedUser": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>removeu</Semibold> <Code>{{affectedUser}}</Code> do {{productSuffix, anyCase}}.",
|
|
556
557
|
"googleDisconnectedGoogleCalendar": "Google <Semibold>desconectado Google Calendar</Semibold> para <Code>{{emailAddress}}</Code> (conectado por {{performedBy, anyCase}}).",
|
|
557
558
|
"connectedGoogleMeet": "{{performedBy, anyCase}} <Semibold>conectado Google Meet</Semibold> usando <Code>{{emailAddress}}</Code>.",
|
|
558
559
|
"disconnectedGoogleMeet": "{{performedBy, anyCase}} <Semibold>desconectado Google Meet</Semibold> para <Code>{{emailAddress}}</Code>.",
|
|
@@ -566,16 +567,16 @@
|
|
|
566
567
|
"disconnectedTeams": "{{performedBy, anyCase}} <Semibold>desconectado Microsoft Teams</Semibold>.",
|
|
567
568
|
"connectedZoom": "{{performedBy, anyCase}} <Semibold>conectado Zoom</Semibold> usando <Code>{{emailAddress}}</Code>.",
|
|
568
569
|
"disconnectedZoom": "{{performedBy, anyCase}} <Semibold>desconectado Zoom</Semibold> para <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>conectado {{integrationName}}</Semibold> usando <Code>{{detail}}</Code>.",
|
|
571
|
+
"integrationConnectedWithoutDetail": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>conectado {{integrationName}}</Semibold>.",
|
|
572
|
+
"integrationConnectedOnBehalf": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>conectado {{integrationName}}</Semibold> por <Code>{{integrationOwner}}</Code> usando <Code>{{detail}}</Code>.",
|
|
573
|
+
"integrationConnectedOnBehalfWithoutDetail": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>conectado {{integrationName}}</Semibold> por <Code>{{integrationOwner}}</Code>.",
|
|
574
|
+
"integrationDisconnected": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>desconectado {{integrationName}}</Semibold> para <Code>{{detail}}</Code>.",
|
|
575
|
+
"integrationDisconnectedWithoutDetail": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>desconectado {{integrationName}}</Semibold>.",
|
|
576
|
+
"integrationDisconnectedOnBehalf": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>desconectado {{integrationName}}</Semibold> para <Code>{{integrationOwner}}</Code> (<Code>{{detail}}</Code>).",
|
|
577
|
+
"integrationDisconnectedOnBehalfWithoutDetail": "<Bold>{{performedBy, anyCase}}</Bold> <Semibold>desconectado {{integrationName}}</Semibold> para <Code>{{integrationOwner}}</Code>.",
|
|
578
|
+
"integrationDisconnectedByProvider": "<Bold>{{integrationName}}</Bold> <Semibold>desconectado</Semibold> para <Code>{{detail}}</Code> (conectado por {{performedBy, anyCase}}).",
|
|
579
|
+
"integrationDisconnectedByProviderWithoutDetail": "<Bold>{{integrationName}}</Bold> <Semibold>desconectado</Semibold> (conectado por {{performedBy, anyCase}})."
|
|
579
580
|
}
|
|
580
581
|
},
|
|
581
582
|
"ipRestriction": {
|
|
@@ -989,4 +990,4 @@
|
|
|
989
990
|
"cancel": "Cancelar"
|
|
990
991
|
}
|
|
991
992
|
}
|
|
992
|
-
}
|
|
993
|
+
}
|