@omnia/runtime 8.0.406-dev → 8.0.408-dev
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/bundles/omnia.fx.ux.vuetify.core_8769dc42-712d-4ce2-8d32-4b8604b92ae6.css +41 -17
- package/dist/bundles/omnia.fx.ux.vuetify.datepicker_0ab2c44b-d945-40f8-8042-0800a52d7c86.css +7 -0
- package/dist/bundles/omnia.vuetify.colorpicker_4f861c0d-75fb-49ce-913e-17cbafad5ed2.css +3 -2
- package/dist/localizations/bb000000-0000-bbbb-0000-0000000000bb_localized.loc.admin.en-us.json +1 -1
- package/dist/localizations/bb000000-0000-bbbb-0000-0000000000bb_localized.loc.public.en-us.json +1 -1
- package/dist/manifests/bb000000-0000-bbbb-0000-0000000000bb_admin_manifests.json +1 -1
- package/dist/manifests/bb000000-0000-bbbb-0000-0000000000bb_docs_manifests.json +1 -1
- package/dist/manifests/bb000000-0000-bbbb-0000-0000000000bb_editor_manifests.json +1 -1
- package/dist/manifests/bb000000-0000-bbbb-0000-0000000000bb_public_manifests.json +1 -1
- package/dist/manifests/bb000000-0000-bbbb-0000-0000000000bb_servicemanifest.json +1 -1
- package/package.json +5 -5
|
@@ -168,7 +168,6 @@
|
|
|
168
168
|
text-transform: initial;
|
|
169
169
|
width: auto;
|
|
170
170
|
opacity: 1;
|
|
171
|
-
pointer-events: none;
|
|
172
171
|
transition-property: opacity, transform;
|
|
173
172
|
overflow-wrap: break-word;
|
|
174
173
|
}
|
|
@@ -180,6 +179,9 @@
|
|
|
180
179
|
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
|
181
180
|
transition-duration: 75ms;
|
|
182
181
|
}
|
|
182
|
+
.v-tooltip:not(.v-tooltip--interactive) > .v-overlay__content {
|
|
183
|
+
pointer-events: none;
|
|
184
|
+
}
|
|
183
185
|
.v-overlay-container {
|
|
184
186
|
contain: layout;
|
|
185
187
|
left: 0;
|
|
@@ -333,6 +335,7 @@ html.v-overlay-scroll-blocked {
|
|
|
333
335
|
letter-spacing: normal;
|
|
334
336
|
line-height: 1;
|
|
335
337
|
position: relative;
|
|
338
|
+
opacity: var(--v-icon-opacity, 1);
|
|
336
339
|
text-indent: 0;
|
|
337
340
|
text-align: center;
|
|
338
341
|
user-select: none;
|
|
@@ -1110,6 +1113,7 @@ html.v-overlay-scroll-blocked {
|
|
|
1110
1113
|
}
|
|
1111
1114
|
.v-toolbar--floating {
|
|
1112
1115
|
display: inline-flex;
|
|
1116
|
+
width: auto;
|
|
1113
1117
|
}
|
|
1114
1118
|
.v-toolbar--rounded {
|
|
1115
1119
|
border-radius: 4px;
|
|
@@ -3526,6 +3530,11 @@ html.v-overlay-scroll-blocked {
|
|
|
3526
3530
|
.v-input--error .v-input__append .v-messages {
|
|
3527
3531
|
opacity: 1;
|
|
3528
3532
|
}
|
|
3533
|
+
.v-input--glow.v-input--focused .v-input__details > .v-icon,
|
|
3534
|
+
.v-input--glow.v-input--focused .v-input__prepend > .v-icon,
|
|
3535
|
+
.v-input--glow.v-input--focused .v-input__append > .v-icon {
|
|
3536
|
+
opacity: 1;
|
|
3537
|
+
}
|
|
3529
3538
|
.v-input--disabled .v-input__details,
|
|
3530
3539
|
.v-input--disabled .v-input__prepend,
|
|
3531
3540
|
.v-input--disabled .v-input__append {
|
|
@@ -3754,7 +3763,7 @@ html.v-overlay-scroll-blocked {
|
|
|
3754
3763
|
--v-field-padding-end: 16px;
|
|
3755
3764
|
--v-field-padding-top: 8px;
|
|
3756
3765
|
--v-field-padding-bottom: 4px;
|
|
3757
|
-
--v-field-input-padding-top: calc(var(--v-field-padding-top, 8px) + var(--v-input-padding-top,
|
|
3766
|
+
--v-field-input-padding-top: calc(var(--v-field-padding-top, 8px) + var(--v-input-padding-top, 0px));
|
|
3758
3767
|
--v-field-input-padding-bottom: var(--v-field-padding-bottom, 4px);
|
|
3759
3768
|
}
|
|
3760
3769
|
.v-field--disabled {
|
|
@@ -3957,7 +3966,7 @@ textarea.v-field__input::placeholder {
|
|
|
3957
3966
|
.v-field.v-field--variant-plain .v-field__clearable,
|
|
3958
3967
|
.v-field.v-field--variant-plain .v-field__prepend-inner {
|
|
3959
3968
|
align-items: flex-start;
|
|
3960
|
-
padding-top: calc(var(--v-field-padding-top, 8px) + var(--v-input-padding-top,
|
|
3969
|
+
padding-top: calc(var(--v-field-padding-top, 8px) + var(--v-input-padding-top, 0px));
|
|
3961
3970
|
padding-bottom: var(--v-field-padding-bottom, 4px);
|
|
3962
3971
|
}
|
|
3963
3972
|
|
|
@@ -3971,11 +3980,13 @@ textarea.v-field__input::placeholder {
|
|
|
3971
3980
|
.v-field__clearable > .v-icon {
|
|
3972
3981
|
opacity: var(--v-medium-emphasis-opacity);
|
|
3973
3982
|
}
|
|
3974
|
-
.v-field--disabled .v-field__prepend-inner > .v-icon, .v-field--error .v-field__prepend-inner > .v-icon,
|
|
3983
|
+
.v-field--disabled .v-field__prepend-inner > .v-icon, .v-field--error .v-field__prepend-inner > .v-icon, .v-field--glow.v-field--focused .v-field__prepend-inner > .v-icon,
|
|
3975
3984
|
.v-field--disabled .v-field__append-inner > .v-icon,
|
|
3976
3985
|
.v-field--error .v-field__append-inner > .v-icon,
|
|
3986
|
+
.v-field--glow.v-field--focused .v-field__append-inner > .v-icon,
|
|
3977
3987
|
.v-field--disabled .v-field__clearable > .v-icon,
|
|
3978
|
-
.v-field--error .v-field__clearable > .v-icon
|
|
3988
|
+
.v-field--error .v-field__clearable > .v-icon,
|
|
3989
|
+
.v-field--glow.v-field--focused .v-field__clearable > .v-icon {
|
|
3979
3990
|
opacity: 1;
|
|
3980
3991
|
}
|
|
3981
3992
|
.v-field--error:not(.v-field--disabled) .v-field__prepend-inner > .v-icon,
|
|
@@ -11283,6 +11294,10 @@ html.overflow-y-hidden {
|
|
|
11283
11294
|
border-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
|
|
11284
11295
|
}
|
|
11285
11296
|
|
|
11297
|
+
.border-current {
|
|
11298
|
+
border-color: currentColor !important;
|
|
11299
|
+
}
|
|
11300
|
+
|
|
11286
11301
|
.border-opacity-0 {
|
|
11287
11302
|
--v-border-opacity: 0 !important;
|
|
11288
11303
|
}
|
|
@@ -24844,22 +24859,24 @@ html.overflow-y-hidden {
|
|
|
24844
24859
|
grid-column-gap: 24px;
|
|
24845
24860
|
width: 100%;
|
|
24846
24861
|
}
|
|
24847
|
-
.v-timeline--horizontal.v-timeline .v-timeline-item:nth-child(2n) .v-timeline-item__body {
|
|
24862
|
+
.v-timeline--horizontal.v-timeline .v-timeline--side-end > .v-timeline-item .v-timeline-item__body, .v-timeline--horizontal.v-timeline:not(.v-timeline--side-start) > .v-timeline-item--side-end .v-timeline-item__body, .v-timeline--horizontal.v-timeline:not(.v-timeline--side-start) > .v-timeline-item:nth-child(2n+1):not(.v-timeline-item--side-start) .v-timeline-item__body {
|
|
24848
24863
|
grid-row: 3;
|
|
24864
|
+
align-self: flex-start;
|
|
24849
24865
|
padding-block-start: 24px;
|
|
24850
24866
|
}
|
|
24851
|
-
.v-timeline--horizontal.v-timeline .v-timeline-item:nth-child(2n) .v-timeline-item__opposite {
|
|
24867
|
+
.v-timeline--horizontal.v-timeline .v-timeline--side-end > .v-timeline-item .v-timeline-item__opposite, .v-timeline--horizontal.v-timeline:not(.v-timeline--side-start) > .v-timeline-item--side-end .v-timeline-item__opposite, .v-timeline--horizontal.v-timeline:not(.v-timeline--side-start) > .v-timeline-item:nth-child(2n+1):not(.v-timeline-item--side-start) .v-timeline-item__opposite {
|
|
24852
24868
|
grid-row: 1;
|
|
24853
|
-
padding-block-end: 24px;
|
|
24854
24869
|
align-self: flex-end;
|
|
24870
|
+
padding-block-end: 24px;
|
|
24855
24871
|
}
|
|
24856
|
-
.v-timeline--horizontal.v-timeline .v-timeline-item:nth-child(2n
|
|
24872
|
+
.v-timeline--horizontal.v-timeline .v-timeline--side-start > .v-timeline-item .v-timeline-item__body, .v-timeline--horizontal.v-timeline:not(.v-timeline--side-end) > .v-timeline-item--side-start .v-timeline-item__body, .v-timeline--horizontal.v-timeline:not(.v-timeline--side-end) > .v-timeline-item:nth-child(2n):not(.v-timeline-item--side-end) .v-timeline-item__body {
|
|
24857
24873
|
grid-row: 1;
|
|
24858
|
-
padding-block-end: 24px;
|
|
24859
24874
|
align-self: flex-end;
|
|
24875
|
+
padding-block-end: 24px;
|
|
24860
24876
|
}
|
|
24861
|
-
.v-timeline--horizontal.v-timeline .v-timeline-item:nth-child(2n
|
|
24877
|
+
.v-timeline--horizontal.v-timeline .v-timeline--side-start > .v-timeline-item .v-timeline-item__opposite, .v-timeline--horizontal.v-timeline:not(.v-timeline--side-end) > .v-timeline-item--side-start .v-timeline-item__opposite, .v-timeline--horizontal.v-timeline:not(.v-timeline--side-end) > .v-timeline-item:nth-child(2n):not(.v-timeline-item--side-end) .v-timeline-item__opposite {
|
|
24862
24878
|
grid-row: 3;
|
|
24879
|
+
align-self: flex-start;
|
|
24863
24880
|
padding-block-start: 24px;
|
|
24864
24881
|
}
|
|
24865
24882
|
|
|
@@ -24873,19 +24890,22 @@ html.overflow-y-hidden {
|
|
|
24873
24890
|
.v-timeline--vertical.v-timeline .v-timeline-item:last-child .v-timeline-divider, .v-timeline--vertical.v-timeline .v-timeline-item:last-child .v-timeline-item__body, .v-timeline--vertical.v-timeline .v-timeline-item:last-child .v-timeline-item__opposite {
|
|
24874
24891
|
padding-block-end: 24px;
|
|
24875
24892
|
}
|
|
24876
|
-
.v-timeline--vertical.v-timeline .v-timeline-item:nth-child(2n) .v-timeline-item__body {
|
|
24893
|
+
.v-timeline--vertical.v-timeline .v-timeline--side-start > .v-timeline-item .v-timeline-item__body, .v-timeline--vertical.v-timeline:not(.v-timeline--side-end) > .v-timeline-item--side-start .v-timeline-item__body, .v-timeline--vertical.v-timeline:not(.v-timeline--side-end) > .v-timeline-item:nth-child(2n):not(.v-timeline-item--side-end) .v-timeline-item__body {
|
|
24877
24894
|
grid-column: 1;
|
|
24895
|
+
justify-self: flex-end;
|
|
24878
24896
|
padding-inline-end: 24px;
|
|
24879
24897
|
}
|
|
24880
|
-
.v-timeline--vertical.v-timeline .v-timeline-item:nth-child(2n) .v-timeline-item__opposite {
|
|
24898
|
+
.v-timeline--vertical.v-timeline .v-timeline--side-start > .v-timeline-item .v-timeline-item__opposite, .v-timeline--vertical.v-timeline:not(.v-timeline--side-end) > .v-timeline-item--side-start .v-timeline-item__opposite, .v-timeline--vertical.v-timeline:not(.v-timeline--side-end) > .v-timeline-item:nth-child(2n):not(.v-timeline-item--side-end) .v-timeline-item__opposite {
|
|
24881
24899
|
grid-column: 3;
|
|
24900
|
+
justify-self: flex-start;
|
|
24882
24901
|
padding-inline-start: 24px;
|
|
24883
24902
|
}
|
|
24884
|
-
.v-timeline--vertical.v-timeline .v-timeline-item:nth-child(2n+1) .v-timeline-item__body {
|
|
24903
|
+
.v-timeline--vertical.v-timeline .v-timeline--side-end > .v-timeline-item .v-timeline-item__body, .v-timeline--vertical.v-timeline:not(.v-timeline--side-start) > .v-timeline-item--side-end .v-timeline-item__body, .v-timeline--vertical.v-timeline:not(.v-timeline--side-start) > .v-timeline-item:nth-child(2n+1):not(.v-timeline-item--side-start) .v-timeline-item__body {
|
|
24885
24904
|
grid-column: 3;
|
|
24905
|
+
justify-self: flex-start;
|
|
24886
24906
|
padding-inline-start: 24px;
|
|
24887
24907
|
}
|
|
24888
|
-
.v-timeline--vertical.v-timeline .v-timeline-item:nth-child(2n+1) .v-timeline-item__opposite {
|
|
24908
|
+
.v-timeline--vertical.v-timeline .v-timeline--side-end > .v-timeline-item .v-timeline-item__opposite, .v-timeline--vertical.v-timeline:not(.v-timeline--side-start) > .v-timeline-item--side-end .v-timeline-item__opposite, .v-timeline--vertical.v-timeline:not(.v-timeline--side-start) > .v-timeline-item:nth-child(2n+1):not(.v-timeline-item--side-start) .v-timeline-item__opposite {
|
|
24889
24909
|
grid-column: 1;
|
|
24890
24910
|
justify-self: flex-end;
|
|
24891
24911
|
padding-inline-end: 24px;
|
|
@@ -25108,20 +25128,22 @@ html.overflow-y-hidden {
|
|
|
25108
25128
|
|
|
25109
25129
|
.v-timeline--horizontal.v-timeline.v-timeline--side-end .v-timeline-item .v-timeline-item__body {
|
|
25110
25130
|
grid-row: 3;
|
|
25131
|
+
align-self: flex-start;
|
|
25111
25132
|
padding-block-end: initial;
|
|
25112
25133
|
padding-block-start: 24px;
|
|
25113
25134
|
}
|
|
25114
25135
|
.v-timeline--horizontal.v-timeline.v-timeline--side-end .v-timeline-item .v-timeline-item__opposite {
|
|
25115
25136
|
grid-row: 1;
|
|
25137
|
+
align-self: flex-end;
|
|
25116
25138
|
padding-block-end: 24px;
|
|
25117
25139
|
padding-block-start: initial;
|
|
25118
25140
|
}
|
|
25119
25141
|
|
|
25120
25142
|
.v-timeline--vertical.v-timeline.v-timeline--side-end .v-timeline-item .v-timeline-item__body {
|
|
25121
25143
|
grid-column: 3;
|
|
25144
|
+
justify-self: flex-start;
|
|
25122
25145
|
padding-inline-start: 24px;
|
|
25123
25146
|
padding-inline-end: initial;
|
|
25124
|
-
justify-self: flex-start;
|
|
25125
25147
|
}
|
|
25126
25148
|
.v-timeline--vertical.v-timeline.v-timeline--side-end .v-timeline-item .v-timeline-item__opposite {
|
|
25127
25149
|
grid-column: 1;
|
|
@@ -25132,11 +25154,13 @@ html.overflow-y-hidden {
|
|
|
25132
25154
|
|
|
25133
25155
|
.v-timeline--horizontal.v-timeline.v-timeline--side-start .v-timeline-item .v-timeline-item__body {
|
|
25134
25156
|
grid-row: 1;
|
|
25157
|
+
align-self: flex-end;
|
|
25135
25158
|
padding-block-end: 24px;
|
|
25136
25159
|
padding-block-start: initial;
|
|
25137
25160
|
}
|
|
25138
25161
|
.v-timeline--horizontal.v-timeline.v-timeline--side-start .v-timeline-item .v-timeline-item__opposite {
|
|
25139
25162
|
grid-row: 3;
|
|
25163
|
+
align-self: flex-start;
|
|
25140
25164
|
padding-block-end: initial;
|
|
25141
25165
|
padding-block-start: 24px;
|
|
25142
25166
|
}
|
|
@@ -25148,8 +25172,8 @@ html.overflow-y-hidden {
|
|
|
25148
25172
|
}
|
|
25149
25173
|
.v-timeline--vertical.v-timeline.v-timeline--side-start .v-timeline-item .v-timeline-item__opposite {
|
|
25150
25174
|
grid-column: 3;
|
|
25151
|
-
padding-inline-start: 24px;
|
|
25152
25175
|
justify-self: flex-start;
|
|
25176
|
+
padding-inline-start: 24px;
|
|
25153
25177
|
}
|
|
25154
25178
|
|
|
25155
25179
|
.v-timeline-divider--fill-dot .v-timeline-divider__inner-dot {
|
package/dist/bundles/omnia.fx.ux.vuetify.datepicker_0ab2c44b-d945-40f8-8042-0800a52d7c86.css
CHANGED
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
align-items: center;
|
|
11
11
|
justify-content: space-between;
|
|
12
12
|
font-size: 0.875rem;
|
|
13
|
+
height: var(--v-date-picker-controls-height, 56px);
|
|
13
14
|
padding-top: 4px;
|
|
14
15
|
padding-bottom: 4px;
|
|
15
16
|
padding-inline-start: 6px;
|
|
@@ -194,6 +195,12 @@
|
|
|
194
195
|
margin-inline-end: 8px;
|
|
195
196
|
}
|
|
196
197
|
|
|
198
|
+
.v-picker--divided .v-picker__header {
|
|
199
|
+
border-bottom-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
200
|
+
border-bottom-style: solid;
|
|
201
|
+
border-bottom-width: thin;
|
|
202
|
+
}
|
|
203
|
+
|
|
197
204
|
.v-picker--landscape {
|
|
198
205
|
grid-template-areas: "title" "header body" "header body";
|
|
199
206
|
}
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
.v-color-picker {
|
|
2
2
|
align-self: flex-start;
|
|
3
3
|
contain: content;
|
|
4
|
+
width: 300px;
|
|
4
5
|
}
|
|
5
|
-
.v-color-picker.v-sheet {
|
|
6
|
+
.v-color-picker.v-sheet.v-picker {
|
|
6
7
|
box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
7
8
|
}
|
|
8
|
-
.v-color-picker.v-sheet {
|
|
9
|
+
.v-color-picker.v-sheet.v-picker {
|
|
9
10
|
border-radius: 4px;
|
|
10
11
|
}
|
|
11
12
|
|
package/dist/localizations/bb000000-0000-bbbb-0000-0000000000bb_localized.loc.admin.en-us.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"Omnia":{"Admin":{"TenantAdmin":{"Settings":"Settings"},"BusinessProfile":{"Settings":"Settings","BusinessProfiles":"Business Profiles","DeleteTitle":"Delete Business Profile","DeleteConfirmation":"Are you sure you want to delete this business profile?","AddBusinessProfile":"Add Business Profile","EditBusinessProfile":"Edit Business Profile","HomeUrl":"Home Url","UseCustomHomeUrl":"Use custom Home Url","UseRootRoute":"Use Root Route","OmniaAlias":"Alias","CreateWorkspace":"Create Business Profile Workspace","IllegalCharacterMessage":"Only letters, numbers, and hyphens are allowed.","OmniaAliasInValidMessage":"This alias is already in use.","ClassicNavigationBar":"Classic Action Menu & Mega Menu","Tooltip":"Business Profile","MediaPicker":{"Title":"Media Picker","FileSizeLimit":"File Size Limit","CentralMediaLocations":"Central Media Locations","TableRowDisplayName":"Display Name","UrlToMediaLibrary":"Url to Media library","MessageCannotResolveUrl":"Cannot find a library on this url.","MessageMediaLibraryExisted":"This media library has already been added to the list of Central Media Locations.","MessageDialogHeaderDeleteCentralMediaLocation":"Delete Central Media Location","MessageDialogBodyDeleteCentralMediaLocation":"Are you sure to delete this central media location?","MessageMinValue":"Value must greater than 1","UniqueId":"Unique ID","ScalingSettings":"Scaling","ScalingId":"Scaling Id","FormatSettings":"Format Settings","FormatSettingsOption":{"KeepFormat":"Keep format","JpegCompression":"Jpeg"},"MaxDimension":"Max Dimension","CompressionQuality":"Quality","JpegCompressionQuality":"Jpeg Quality","RemoveScalingSettings":{"Title":"Remove scaling settings","Message":"Are you sure you want to remove this scaling settings?"},"CropRatios":{"Title":"Crop Ratios","RatioId":"Ratio Id","RatioX":"Ratio X","RatioY":"Ratio Y","EnableInRollups":"Enable in Rollups","RemoveRatioConfirmDialog":{"Title":"Remove image ratio","Message":"Are you sure to delete this image ratio?"}}}},"Recurrence":{"Daily":"Daily","Weekly":"Weekly","Monthly":"Monthly","Never":"Never","Title":"Title","Description":"Description","FeedbackEmail":"Feedback email","Levels":"Levels","WeakLevelPercentage":"Percentage Level - Weak","GoodLevelPercentage":"Percentage Level - Good","EveryWeekday":"Every weekday","Every":"Every","Days":"day(s)","Weeks":"week(s)","Months":"month(s)","DayOfWeeks":{"Monday":"Monday","Tuesday":"Tuesday","Wednesday":"Wednesday","Thursday":"Thursday","Friday":"Friday","Saturday":"Saturday","Sunday":"Sunday","Day":"Day","Weekday":"Weekday","WeekendDay":"Weekend Day"},"Day":"Day","OfEvery":"of every","The":"The","WeekOfMonth":{"First":"First","Second":"Second","Third":"Third","Fourth":"Fourth","Last":"Last"},"StartDate":"Start date","NoEndDate":"No end date","EndBy":"End by","InvalidWeeklyErrorMessage":"Select at least one day of the week.","RecurrenceSetting":"Recurrence Setting","NotSet":"Not Set","RecurringInfo":{"EveryDay":"Run every {0} day(s)","EveryWeekday":"Run every weekday","EveryWeek":"Run every {0} week(s) on {1}","DayOfMonth":"Run at day {0} of every {1} month(s)","WeekDayOfMonth":"Run at the {0} {1} of every {2} month(s)","PleaseSelectRecurrence":"Please select Recurrence setting"}},"Secrets":{"AdminNavigation":"Security","Secrets":"Secrets","Permissions":"Permissions","Noitem":"No secrets available"},"Security":{"SecurityNavigation":"Security","Secrets":"Secrets","UsersAndGroups":"Users and Groups","Permissions":"Permissions"},"System":{"System":"System","Extension":{"Extensions":"Extensions","Version":"Version"},"EmailService":"Email Service","TenantContact":{"Title":"Tenant Contact","MainContacts":"Main Contacts","SecurityContacts":"Security Contacts","DeploymentContacts":"Update Notification","UserSyncContacts":"User Sync Contacts","ExternalMainContactEmail":"Add External Main Contact Email","ExternalSecurityContactEmail":"Add External Security Contact Email","ExternalDeploymentContactEmail":"Add External Update Notification Email","ExternalUserSyncContactEmail":"Add External User Sync Contact Email","ExternalEmailInputHint":"Press Enter to add value","InvalidEmailHint":"Please enter a valid email address","Blades":{"MainContactsTitle":"Main contacts","SecurityContactsTitle":"Security contacts","SystemUpdateNotificationTitle":"System update notification","UserSyncContactsTitle":"User sync contacts"}},"AzureAdPermissions":{"Id":"ID","Title":"Azure AD Permissions","Type":"Type","Approved":"Approved","NotApproved":"Not Approved","Extensions":"Extensions","Features":"Features","NotUsed":"This permission is not used in any extension or feature","InvalidateAllUserTokens":"Invalidate All User Tokens","InvalidationWarning":"Warning! All users session will be terminated.","ConsentLink":"Consent link","ConsentPermissions":"Consent pending","ConsentDialogTitle":"Consent pending permission","ConsentUrl":"URL to the consent","CopyToClip":"Copy to clipboard","AdminConsent":"Consent","FeatureDescription":"Description","FeatureConsentInformation":"Consent information","RemovePermissionDialog":{"Title":"Remove Permission","Message":"Are you sure you want to remove this permission?","ErrorMessage":"Remove permission failed"},"ConsentWaitingMessage":"Waiting for consent to be completely revoked","ErrorMissingAdPermissions":"The required permissions is not consented. Please click the button to consent the permission."},"Services":"Services","Licenses":"Licenses","SeoManager":"SEO management"},"SystemLayout":{"Title":"System Layouts","EditLayout":"Edit Layout"},"UserManagement":{"Title":"User Management","Users":{"Title":"Users","UserType":"User Type","Provider":"Provider","Owner":"Owner","Scope":"Scope","ScopeType":"Scope Type","Name":"Name","UserName":"User Name","Identity":"Identity","Contact":"Contact","Properties":"Properties","CreateUser":"Create User","EditUser":"Edit User","UserDetails":"User details","DeleteUser":"Deleted","DeleteUserConfirmation":"Are you sure you want to delete this user?","Authentication":"Authentication","Password":"Password","Status":"Status","TimeLimited":"Time-limited","Active":"Active","Notactive":"Not active","Disabled":"Disabled","Enabled":"Enabled","CannotRestore":"Cannot restore this user.","ErrorStartDateBiggerThanEndDate":"The start date must be less than or equal to the end date!","ErrorEmptyValueWhenAccountIsTimeLimited":"The time-limited account is on, please make sure start date or end date has value!","FirstLoginTime":"First Login Time: ","LastLoginTime":"Last Login Time: ","NotYetLoggedIn":"Not yet logged in.","ChangeScope":{"Button":"Change scope","Tenant":"Tenant","BusinessProfile":"Business profile","Group":"Group"},"AuthenticationInfo":{"Label":"Authentication information","AuthEmail":"Authentication E-mail","AuthMobile":"Authentication Mobile"},"AccountReset":{"ResetButton":"Reset account","DialogTitle":"Reset Account","ConfirmMessage":"Are you sure you want to reset this account?","ResetLinkMessage":"Share the following link to enable a user to reset their authentication settings.","SendResetLinkMessage":"Send the restore link via e-mail to the user.","SendResetLinkError":"Failed to send the email. Please try again or use an alternative method to share the information."},"DisableAccount":{"DisableButton":"Disable account","DialogTitle":"Disable account","ConfirmMessage":"Are you sure you want to disable this account?","SendInformEmail":"Send the inform that account has been disabled to the user.","DisableAccountMessage":"This account is disabled."},"EnableAccount":{"EnableButton":"Enable account","DialogTitle":"Enable account","ConfirmMessage":"Are you sure you want to enable this account?","SendInformEmail":"Send the inform that account has been enabled to the user.","EnableAccountMessage":"This account is enabled."},"TimeLimitedAccount":{"Label":"Time-limited account","StartDate":"Start Date","EndDate":"End Date"},"ErrorUsernameInUse":"Sorry, that username is already in use. Please select a different one.","ErrorSendingOnboardingEmail":"The account was created successfully, but there was an issue sending the onboarding email.","SendOnboardingLinkByEmailToUser":"Email the onboarding link to the user","OnboardingLinkTitle":"Onboarding link","OnboardingLinkMessage":"Access or share the following link to continue the setup:","Copy":"Copy","Copied":"Copied","AllActive":"All users","AllDeleted":"Deleted users","Restore":"Restore user","PermanentlyPurge":"Purge user","PermanentlyPurgeConfirmation":"Are you sure you want to purge the user?","PermanentlyPurgeSelectedConfirmation":"Are you sure you want to purge the selected users?","RestoreDeleteConfirmation":"Restore users","RestoreDeleteSelectedWithNonOmniaConfirmation":"Restoring users is only supported for the built-in Omnia provider. Would you like to proceed with the operation anyway?","PendingApproval":"Pending Approval","ApproveAccountTitle":"Approve account","ApprovalCommentTitle":"Comment sent to user","ImportUsers":{"Title":"Bulk create","Steps":{"ConfigSettingsForTemplateFile":"Config template file","DownloadTemplateFile":"Download template file","UploadFile":"Upload your csv file","EditFile":"Edit your csv file"},"Scenarios":{"Title":"Select bulk create users scenario","SendOnboardingLink":"Send onboarding link to all valid users","WithoutSendOnboardingLink":"Don't send onboarding link to users","SendOnboardingLinkToUsersWithoutPassword":"Automatically onboard users with password. (password required!)"},"DownloadTemplate":"Download template","Submit":"Submit","Line":"line","FileUploadSuccessfully":"File uploaded successfully","SubmitFail":"There was an error submitting the file. Please try again."}},"Groups":{"Title":"Groups","Name":"Name","AddGroup":"Add Group","EditGroup":"Edit Group","GroupDetails":"Group details","DeleteGroup":"Delete Group","DeleteGroupConfirmation":"Are you sure you want to delete this group?","DeleteGroupsErrorMessageGroupsInUse":"One or several groups cannot be deleted because they have group scoped users. Please unselect these groups and try again.","DeleteGroupErrorMessageGroupInUse":"This group has some users created under its scope. Please delete all these users to delete it.","GroupType":"Group Type","Owner":"Owner","Members":"Members","AddExistingUser":"Add existing user","CreateAndAddNewUser":"Create and add new user","RemoveUser":"Remove User","RemoveGroup":"Remove Group","Filter":"Filter","Scope":"Scope","AllActive":"Active groups","AllDeleted":"Deleted groups","Restore":"Restore group","PermanentlyPurge":"Purge group","PermanentlyPurgeConfirmation":"Are you sure you want to purge the group?","PermanentlyPurgeSelectedConfirmation":"Are you sure you want to purge the selected groups?","RestoreDeleteConfirmation":"Restore groups","RestoreDeleteSelectedWithNonOmniaConfirmation":"Restoring groups is only supported for the built-in Omnia provider. Would you like to proceed with the operation anyway?","ErrorDisplaynameInUse":"Sorry, that name is already in user. Please select a different one.","GroupInformation":"Group Information"},"DynamicGroups":{"Title":"Dynamic Groups","DeleteDynamicGroup":"Delete Dynamic Group","DeleteDynamicGroupConfirmation":"Are you sure you want to delete this dynamic group?","NewDynamicGroup":"New Dynamic Group","EditDynamicGroup":"Edit Dynamic Group","Name":"Name","UserTypes":"User Types","Description":"Description","Icon":"Icon","ExternalIdentityMapping":"External Identity Mapping","ExternalIdentityMappings":{"None":"[None]"},"AllActive":"Active","AllDeleted":"Deleted","Restore":"Restore group","PermanentlyDelete":"Purge group","PermanentlyDeleteConfirmation":"Are you sure you want to purge the group?","NoDeletedGroups":"No deleted dynamic groups exists.","NoGroups":"No dynamic groups exists."},"UserTypes":{"Title":"User Types","CreateUserType":"Create User Type","AddUserType":"Add User Type","EditUserType":"Edit User Type","Edit":"Edit","EditLayout":"Edit layout","Delete":"Delete","DeleteTypeTitle":"Delete User Type","DeleteTypeConfirmation":"Are you sure you want to delete this user type?","ErrorMessageUserTypeInUse":"The user type is currently in use and cannot be deleted. Please make sure that there are no users or pending approvals assigned to this user type before attempting to delete it again.","Tabs":{"General":"General","Authentication":"Authentication","Onboarding":"Onboarding","UserProfileCompletion":"User profile completion"},"FormProperties":{"Request":"Request","New":"New","Edit":"Edit"},"AuthenticationBlades":{"ExternalProviders":"External providers","BuiltInProviders":"Built-in providers","Onboarding":"Onboarding","RefreshTokens":"Refresh tokens","EnableProvider":"Enable provider"}},"UserProperties":{"Title":"User Properties","GDPR":"GDPR","UsersPropertiesDescription":"The user properties that are registered below are stored in the Omnia database to support features such as targeted mobile push notifications and non-M365 users.","UsersPropertiesGDPR":"GDPR: As soon as a user is off-boarded, all user data will be removed from the Omnia database.","Property":"Property","InternalName":"Internal Name","AddProperty":"Add Property","EditProperty":"Edit Property","BuiltInPropertyDescription":"This is a built-in property that will be used by the system to send out e-mails. Please select a mapped enterprise property.","DeleteProperty":"Delete Property","DeletePropertyConfirmation":"Are you sure you want to delete this property?","PropertyType":"Property Type","Restore":"Restore","RestoreConfirmation":"Are you sure you want to restore this archive?","Terminate":"Terminate","TerminateEnterprisePropertyConfirmation":"Before you permanently delete an enterprise property, you need to make sure that it is not used anywhere in the system. Deleting an enterprise property that is in use, might lead to unforeseen consequences. Are you sure you want to delete this enterprise property?","ErrorMessage":"Not found enterprise property with property binding id","BuiltInPropLabels":{"Username":"Username","UserIcon":"User Icon","DisplayName":"Display Name","Email":"E-mail","PreferredLanguage":"Preferred Language","UILanguage":"UI Language"},"PrivacySettings":{"Title":"Privacy","Private":"Private","Public":"Public"}},"Synchronization":{"Title":"Synchronization","LastRun":"Last Run","TimeToComplete":"Time to complete","Settings":"Settings","RunFullSync":{"StartButton":"Full sync","ConfirmTitle":"Run Full sync","ConfirmMessage":"Schedule the next run to be a full sync?"},"RunFullUserSync":{"StartButton":"Full User sync","ConfirmTitle":"Run Full User sync","ConfirmMessage":"Schedule the next run to be a full user sync?"},"Logs":"Logs","UserProperty":"User Property","Started":"Started","Ended":"Ended","Status":{"Title":"Status","Idle":"Idle","Running":"Running","Paused":"Paused","Cancelled":"Cancelled","Error":"Error","Success":"Success","NoChange":"Success, no changes"},"NextScheduledRun":"Next scheduled run","FullSyncScheduled":"Full sync scheduled","New7FullUserSyncScheduled":"Full user sync scheduled"},"LoginLog":{"Title":"Login Log","Time":"Time","Name":"Name","Application":"Application","Status":"Status","IPAddress":"IP Address","Location":"Location","AuthMethod":"Authentication Method","URL":"URL","Date":"Date","LastWeek":"Last 7 days","LastDay":"Last 24 hours","Password":"Password","OTP":"One-time password (OTP)","MagicLink":"One-time link","User":"User","StatusFilter":{"Success":"Success","Failed":"Failed"}},"Authentication":{"Title":"Authentication","AvailableAuthenticationMethods":"Available authentication methods","ExternalProviders":"External Providers","Onboarding":"Onboarding","BuiltIn":"Built-in","Password":"Password","OneTimePassword":"One-time password (OTP)","MagicLink":"One-time link","MaximumNumberOfRetries":"Maximum number of retries","MagicLinkExpiry":"One-time link expiry (in minutes)","AzureAD":"Azure AD","TwoFactorAuthentication":"Two-factor authentication","SharepointAddIn":"Sharepoint Add-In","OnboardingUrl":"Onboarding URL","RefreshTokenExpiration":"Refresh token expiration","RefreshTokenExpiry":"Refresh token cache expiration (in days)","InvalidateAllUserTokens":"Invalidate all user tokens","InvalidateAllUserTokensMessage":"Do you want to invalidate all tokens for users of this type?","ErrorInvalidateAllUserTokens":"Failed to revoke all tokens of this user type.","ForceUserChangePassword":"Force user to change password on first login"},"BusinessProfile":{"AnonymousAccess":"Anonymous Access","DefaultLoginScreen":"Default login screen","AuthenticationScreens":{"Title":"Authentication screens","Authentication":"Authentication","ScreenSettings":"Screen settings","LoginScreen":"Login screen","RequestAccount":"Request account","SetupAccount":"Setup account","LogoutConfirmation":"Logout confirmation","Settings":"Settings","Layouts":"Layouts","CreateLayout":"Create layout"},"AnonymousType":{"Disabled":"Disabled (Authentication required)","SpecificApp":"Specific app","WorkspaceHome":"Workspace home"},"AnonymousAppSelection":"Select anonymous app*","RequiredField":"This field is required"},"ValidationMessages":{"RequiredMessage":"* This field is required"},"AuthenticationScreens":{"Title":"Authentication Screens"},"IdentityCreationRequest":{"Title":"Self-service","AllowSelfServiceAccountCreation":"Allow self-service account creation","Approval":"Approval","Notify":"Notify","EmptyUserTypeError":"Please select at least one user type","EnableCaptchaVerification":"Enable reCAPTCHA verification","UserTypeRequest":{"RequestFormProperties":"Request form properties","RequestForm":"Request form","IsDeleted":"(Deleted)"},"PropertySetting":{"MultiValue":"Multi-value"}},"Default":{"Tenant":"Default (Tenant)","BusinessProfile":"Default (Business Profile)"},"OmniaSearchUserSync":{"ReindexLog":{"Title":"Omnia Search","Description":"Synchronizes users and groups to Omnia Search","TotalUserChanges":"Users changes","TotalUpdatedUsers":"Users add/update","TotalUpdatedUsersErrors":"Users add/update with errors","TotalDeletedUsers":"Users remove","TotalDeletedUsersErrors":"Users remove with errors"}},"ProfileCompletion":{"Titles":{"ProfileCompletionAdmin":"User Profile Completion","GeneralTabTitle":"General","MappingTabTitle":"Property Mappings","AddProperty":"Add Property","EditProperty":"Edit Property","ScheduleTitle":"Schedule"},"Buttons":{"Update":"Update","AddPropertyMapping":"Add Mapping","AddSection":"Add Section","AddProperty":"Add Property"},"MappingSetting":{"Section":"Section"},"Section":{"Property":"Property","Name":"Name","Description":"Description"},"PropertyMapping":{"SourceType":"Source type","Type":"Type","Property":"Property","Label":"Label","CompletenessImpact":"Completeness Impact","ReadyOnly":"Read-Only","Multiple":"Multiple","AllowFeedback":"Allow Feedback","CustomTarget":"Custom Target","CustomTargetUrl":"Custom Target Url","DeleteUserProfileCompletionSectionConfirmation":"Are you sure you want to delete this section?","Confirmation":"Confirmation","DisplayTypes":{"ProfilePicture":"Profile Picture","Text":"Text","MultilineText":"Multiline Text","HtmlText":"Html","TermSet":"Term Set","Person":"Person"},"CompletenessImpacts":{"High":"High","Medium":"Medium","Low":"Low","None":"None"},"SourceTypes":{"SPUserProfile":"SharePoint User Profile","AzureAD":"Azure AD","OmniaSystemLanguage":"Omnia System Language"}},"Table":{"Name":"Name","DataSource":"Data Source","CompletenessImpact":"Completeness Impact"},"Error":{"DuplicateError":"*Property with this name already exists."}}},"GeneralSettings":{"MenuTitle":"General","TenantInfo":{"Title":"Title","HomeUrl":"Home Url"},"DefaultUrl":"Default Url","MSTeamsUrl":"Teams Url"},"Regional":{"TenantLanguage":"Tenant Language","NavigationLabel":"Languages","Settings":"Settings","DateFormatLabel":"Date format","TimeFormatLabel":"Time format","DateAndTime":"Date and Time","Hour24":"24-hour","Hour12":"12-hour","Default":"Default","Language":"Language","AddLanguage":"Add Language","RegionalSettings":"Regional Settings","ExcludeCountry":"Exclude Country","LanguageDefault":"Language Default","FirstDayOfWeekLabel":"First day of week","Monday":"Monday","Sunday":"Sunday","ErrorDateFormat":"Invalid date format"},"Localization":{"SingleLanguageRequiredMessage":"* This field is required","DefaultLanguageRequiredMessage":"* It is required to input a label for the default language","MenuTite":"Localization","AdminUI":{"Title":"Localization","MissingLocalization":"Missing localization for ","LocalizationUpdated":"This localization have updated: ","Language":"Language","OmniaService":"Omnia Service","Search":"Search","SearchTooltip":"Search in Localization","EmptySearch":"Can't find any label.","ViewMode":"View Mode","Export":"Export","ScopeNode":"Scope to this node","ViewModes":{"All":"All","HaveChange":"Has been customized","HaveUpdate":"Have Update","HaveMissingLanguages":"Have Missing Translation"},"EditDialog":{"Title":"Edit Localization Label","DefaultLocalization":"Default localization: "}}}},"Features":{"Status":"Status","Version":"Version","Features":"Features","Activate":"Activate","RequestConsent":"Request consent","CancelRequestConsent":"Cancel request","Remove":"Deactivate","Upgrade":"Upgrade","Reactivate":"Reactivate","View":"View","Properties":"Properties","ShowLog":"Show log","ErrorMessage":"Error occurred. Please refer to transaction Id: ","UnhandledErrorMessage":"An error occured: ","ViewInfo":"more info","AdminConsent":"Consent","ConsentMessage":"This feature required admin consent for the following permissions:","Approved":"Approved","Type":"Type","WaitingConsentMessage":"Waiting for consent...","NeedUpgrade":"A new version exists: ","UpgradeAll":"Upgrade required","ConsentPermissions":"Consent pending","ConsentDialogTitle":"Consent pending permission","ConsentUrl":"URL to the consent","CopyToClip":"Copy to clipboard","CopyToClipSuccessMessage":"Copied to Clipboard","DeactiveFeature":"Deactive Feature","DeactiveFeatureMessage":"Are you sure you want to deactivate this feature?","ConsentInformationLabel":"Consent information","DescriptionLabel":"Description","ActivatedVersion":"Activated version","NotActivated":"Not activated","Activating":"Activating","Deactivating":"Deactivating","Deactivate":"Deactivate","ConsentLinkWaitingMessage":"Please wait for consent link to be ready...","ConsentCompletedWaitingActivation":"Consent successfully. Waiting for activation","InstructingRevisitAzureAdPermissionsSettings":"Please return to the Azure Ad Permission Settings and consent once more to completely remove the requested permission.","ErrorMissingAdPermissions":"The required permissions is not consented. Please click the button to consent the permission."},"Fx":{"Ux":{"CustomEmailSettings":{"Header":"Custom Email","Email":"Email","UserMailbox":"User Mailbox","TurnOffAllEmailNotifications":"Turn off all e-mail notifications","EmailProvider":"Email provider","SharePointOutGoingEmail":"SharePoint Outgoing Email","ExchangeOnlineEmail":"Exchange Online Mailbox","New7ConfigureApplicationAccessPolicyMessage":"Use this PowerShell Script to specific Exchange Online resources and do not apply to other Microsoft Graph workloads.","New7TestConfigureApplicationAccessPolicyMessage":"To test it use this PowerShell Script","New7TestConfigureApplicationAccessPolicyPS":"Test-ApplicationAccessPolicy -Identity {{emailIdentity}} -AppId {{appId}}","New7ConfigureApplicationAccessPolicyPS":"New-ApplicationAccessPolicy -AppId {{appId}} -PolicyScopeGroupId {{emailIdentity}} -AccessRight RestrictAccess -Description \"Restrict this app to only send as Admin.\"","Message":{"NoEmailSelected":"No email selected"},"SmtpServer":{"Title":"Smtp Server","OutboundMSTPServer":"Outbound SMTP server","OutboundMSTPServerPort":"Outbound SMTP server port","FromAddress":"From address","UserName":"User name","Password":"Password","UseTLSConnectionEncryption":"Use TLS connection encryption"}},"SystemLogs":{"Title":"Queue Logs","Status":"Status","Created":"Created","NoMessage":"No Message","EmptyData":"Not thing found. Try search by another transaction Id","CreatedAt":"Created At","CreatedBy":"Created By","TransactionId":"Transaction Id","Region":"Region","StartDate":"Start Date","EndDate":"End Date"}}}},"OmniaRedirectLocalization":{"Settings":{"Title":"Redirect","Detail":{"Edit":"Edit","Add":"Add","SourcePath":"Source path","TargetPath":"Target path","PermanentRedirect":"Permanent redirect","RedirectType":"Redirect type"},"Type":{"StatusRedirect":"Normal redirect"}}}}
|
|
1
|
+
{"Omnia":{"Admin":{"TenantAdmin":{"Settings":"Settings"},"BusinessProfile":{"Settings":"Settings","BusinessProfiles":"Business Profiles","DeleteTitle":"Delete Business Profile","DeleteConfirmation":"Are you sure you want to delete this business profile?","AddBusinessProfile":"Add Business Profile","EditBusinessProfile":"Edit Business Profile","HomeUrl":"Home Url","UseCustomHomeUrl":"Use custom Home Url","UseRootRoute":"Use Root Route","OmniaAlias":"Alias","CreateWorkspace":"Create Business Profile Workspace","IllegalCharacterMessage":"Only letters, numbers, and hyphens are allowed.","OmniaAliasInValidMessage":"This alias is already in use.","ClassicNavigationBar":"Classic Action Menu & Mega Menu","Tooltip":"Business Profile","MediaPicker":{"Title":"Media Picker","FileSizeLimit":"File Size Limit","CentralMediaLocations":"Central Media Locations","TableRowDisplayName":"Display Name","UrlToMediaLibrary":"Url to Media library","MessageCannotResolveUrl":"Cannot find a library on this url.","MessageMediaLibraryExisted":"This media library has already been added to the list of Central Media Locations.","MessageDialogHeaderDeleteCentralMediaLocation":"Delete Central Media Location","MessageDialogBodyDeleteCentralMediaLocation":"Are you sure to delete this central media location?","MessageMinValue":"Value must greater than 1","UniqueId":"Unique ID","ScalingSettings":"Scaling","ScalingId":"Scaling Id","FormatSettings":"Format Settings","FormatSettingsOption":{"KeepFormat":"Keep format","JpegCompression":"Jpeg"},"MaxDimension":"Max Dimension","CompressionQuality":"Quality","JpegCompressionQuality":"Jpeg Quality","RemoveScalingSettings":{"Title":"Remove scaling settings","Message":"Are you sure you want to remove this scaling settings?"},"CropRatios":{"Title":"Crop Ratios","RatioId":"Ratio Id","RatioX":"Ratio X","RatioY":"Ratio Y","EnableInRollups":"Enable in Rollups","RemoveRatioConfirmDialog":{"Title":"Remove image ratio","Message":"Are you sure to delete this image ratio?"}}}},"Recurrence":{"Daily":"Daily","Weekly":"Weekly","Monthly":"Monthly","Never":"Never","Title":"Title","Description":"Description","FeedbackEmail":"Feedback email","Levels":"Levels","WeakLevelPercentage":"Percentage Level - Weak","GoodLevelPercentage":"Percentage Level - Good","EveryWeekday":"Every weekday","Every":"Every","Days":"day(s)","Weeks":"week(s)","Months":"month(s)","DayOfWeeks":{"Monday":"Monday","Tuesday":"Tuesday","Wednesday":"Wednesday","Thursday":"Thursday","Friday":"Friday","Saturday":"Saturday","Sunday":"Sunday","Day":"Day","Weekday":"Weekday","WeekendDay":"Weekend Day"},"Day":"Day","OfEvery":"of every","The":"The","WeekOfMonth":{"First":"First","Second":"Second","Third":"Third","Fourth":"Fourth","Last":"Last"},"StartDate":"Start date","NoEndDate":"No end date","EndBy":"End by","InvalidWeeklyErrorMessage":"Select at least one day of the week.","RecurrenceSetting":"Recurrence Setting","NotSet":"Not Set","RecurringInfo":{"EveryDay":"Run every {0} day(s)","EveryWeekday":"Run every weekday","EveryWeek":"Run every {0} week(s) on {1}","DayOfMonth":"Run at day {0} of every {1} month(s)","WeekDayOfMonth":"Run at the {0} {1} of every {2} month(s)","PleaseSelectRecurrence":"Please select Recurrence setting"}},"Secrets":{"AdminNavigation":"Security","Secrets":"Secrets","Permissions":"Permissions","Noitem":"No secrets available"},"Security":{"SecurityNavigation":"Security","Secrets":"Secrets","UsersAndGroups":"Users and Groups","Permissions":"Permissions"},"System":{"System":"System","Extension":{"Extensions":"Extensions","Version":"Version"},"EmailService":"Email Service","TenantContact":{"Title":"Tenant Contact","MainContacts":"Main Contacts","SecurityContacts":"Security Contacts","DeploymentContacts":"Update Notification","UserSyncContacts":"User Sync Contacts","ExternalMainContactEmail":"Add External Main Contact Email","ExternalSecurityContactEmail":"Add External Security Contact Email","ExternalDeploymentContactEmail":"Add External Update Notification Email","ExternalUserSyncContactEmail":"Add External User Sync Contact Email","ExternalEmailInputHint":"Press Enter to add value","InvalidEmailHint":"Please enter a valid email address","Blades":{"MainContactsTitle":"Main contacts","SecurityContactsTitle":"Security contacts","SystemUpdateNotificationTitle":"System update notification","UserSyncContactsTitle":"User sync contacts"}},"AzureAdPermissions":{"Id":"ID","Title":"Azure AD Permissions","Type":"Type","Approved":"Approved","NotApproved":"Not Approved","Extensions":"Extensions","Features":"Features","NotUsed":"This permission is not used in any extension or feature","InvalidateAllUserTokens":"Invalidate All User Tokens","InvalidationWarning":"Warning! All users session will be terminated.","ConsentLink":"Consent link","ConsentPermissions":"Consent pending","ConsentDialogTitle":"Consent pending permission","ConsentUrl":"URL to the consent","CopyToClip":"Copy to clipboard","AdminConsent":"Consent","FeatureDescription":"Description","FeatureConsentInformation":"Consent information","RemovePermissionDialog":{"Title":"Remove Permission","Message":"Are you sure you want to remove this permission?","ErrorMessage":"Remove permission failed"},"ConsentWaitingMessage":"Waiting for consent to be completely revoked","ErrorMissingAdPermissions":"The required permissions is not consented. Please click the button to consent the permission."},"Services":"Services","Licenses":"Licenses","SeoManager":"SEO management"},"SystemLayout":{"Title":"System Layouts","EditLayout":"Edit Layout"},"UserManagement":{"Title":"User Management","Users":{"Title":"Users","UserType":"User Type","Provider":"Provider","Owner":"Owner","Scope":"Scope","ScopeType":"Scope Type","Name":"Name","UserName":"User Name","Identity":"Identity","Contact":"Contact","Properties":"Properties","CreateUser":"Create User","EditUser":"Edit User","UserDetails":"User details","DeleteUser":"Deleted","DeleteUserConfirmation":"Are you sure you want to delete this user?","Authentication":"Authentication","Password":"Password","Status":"Status","TimeLimited":"Time-limited","Active":"Active","Notactive":"Not active","Disabled":"Disabled","Enabled":"Enabled","CannotRestore":"Cannot restore this user.","ErrorStartDateBiggerThanEndDate":"The start date must be less than or equal to the end date!","ErrorEmptyValueWhenAccountIsTimeLimited":"The time-limited account is on, please make sure start date or end date has value!","FirstLoginTime":"First Login Time: ","LastLoginTime":"Last Login Time: ","NotYetLoggedIn":"Not yet logged in.","ChangeScope":{"Button":"Change scope","Tenant":"Tenant","BusinessProfile":"Business profile","Group":"Group"},"AuthenticationInfo":{"Label":"Authentication information","AuthEmail":"Authentication E-mail","AuthMobile":"Authentication Mobile"},"AccountReset":{"ResetButton":"Reset account","DialogTitle":"Reset Account","ConfirmMessage":"Are you sure you want to reset this account?","ResetLinkMessage":"Share the following link to enable a user to reset their authentication settings.","SendResetLinkMessage":"Send the restore link via e-mail to the user.","SendResetLinkError":"Failed to send the email. Please try again or use an alternative method to share the information."},"DisableAccount":{"DisableButton":"Disable account","DialogTitle":"Disable account","ConfirmMessage":"Are you sure you want to disable this account?","SendInformEmail":"Send the inform that account has been disabled to the user.","DisableAccountMessage":"This account is disabled."},"EnableAccount":{"EnableButton":"Enable account","DialogTitle":"Enable account","ConfirmMessage":"Are you sure you want to enable this account?","SendInformEmail":"Send the inform that account has been enabled to the user.","EnableAccountMessage":"This account is enabled."},"TimeLimitedAccount":{"Label":"Time-limited account","StartDate":"Start Date","EndDate":"End Date"},"ErrorUsernameInUse":"Sorry, that username is already in use. Please select a different one.","ErrorSendingOnboardingEmail":"The account was created successfully, but there was an issue sending the onboarding email.","SendOnboardingLinkByEmailToUser":"Email the onboarding link to the user","OnboardingLinkTitle":"Onboarding link","OnboardingLinkMessage":"Access or share the following link to continue the setup:","Copy":"Copy","Copied":"Copied","AllActive":"All users","AllDeleted":"Deleted users","Restore":"Restore user","PermanentlyPurge":"Purge user","PermanentlyPurgeConfirmation":"Are you sure you want to purge the user?","PermanentlyPurgeSelectedConfirmation":"Are you sure you want to purge the selected users?","RestoreDeleteConfirmation":"Restore users","RestoreDeleteSelectedWithNonOmniaConfirmation":"Restoring users is only supported for the built-in Omnia provider. Would you like to proceed with the operation anyway?","PendingApproval":"Pending Approval","ApproveAccountTitle":"Approve account","ApprovalCommentTitle":"Comment sent to user","ImportUsers":{"Title":"Bulk create","Steps":{"ConfigSettingsForTemplateFile":"Config template file","DownloadTemplateFile":"Download template file","UploadFile":"Upload your csv file","EditFile":"Edit your csv file"},"Scenarios":{"Title":"Select bulk create users scenario","SendOnboardingLink":"Send onboarding link to all valid users","WithoutSendOnboardingLink":"Don't send onboarding link to users","SendOnboardingLinkToUsersWithoutPassword":"Automatically onboard users with password. (password required!)"},"DownloadTemplate":"Download template","Submit":"Submit","Line":"line","FileUploadSuccessfully":"File uploaded successfully","SubmitFail":"There was an error submitting the file. Please try again."}},"Groups":{"Title":"Groups","Name":"Name","AddGroup":"Add Group","EditGroup":"Edit Group","GroupDetails":"Group details","DeleteGroup":"Delete Group","DeleteGroupConfirmation":"Are you sure you want to delete this group?","DeleteGroupsErrorMessageGroupsInUse":"One or several groups cannot be deleted because they have group scoped users. Please unselect these groups and try again.","DeleteGroupErrorMessageGroupInUse":"This group has some users created under its scope. Please delete all these users to delete it.","GroupType":"Group Type","Owner":"Owner","Members":"Members","AddExistingUser":"Add existing user","CreateAndAddNewUser":"Create and add new user","RemoveUser":"Remove User","RemoveGroup":"Remove Group","Filter":"Filter","Scope":"Scope","AllActive":"Active groups","AllDeleted":"Deleted groups","Restore":"Restore group","PermanentlyPurge":"Purge group","PermanentlyPurgeConfirmation":"Are you sure you want to purge the group?","PermanentlyPurgeSelectedConfirmation":"Are you sure you want to purge the selected groups?","RestoreDeleteConfirmation":"Restore groups","RestoreDeleteSelectedWithNonOmniaConfirmation":"Restoring groups is only supported for the built-in Omnia provider. Would you like to proceed with the operation anyway?","ErrorDisplaynameInUse":"Sorry, that name is already in user. Please select a different one.","GroupInformation":"Group Information"},"DynamicGroups":{"Title":"Dynamic Groups","DeleteDynamicGroup":"Delete Dynamic Group","DeleteDynamicGroupConfirmation":"Are you sure you want to delete this dynamic group?","NewDynamicGroup":"New Dynamic Group","EditDynamicGroup":"Edit Dynamic Group","Name":"Name","UserTypes":"User Types","Description":"Description","Icon":"Icon","ExternalIdentityMapping":"External Identity Mapping","ExternalIdentityMappings":{"None":"[None]"},"AllActive":"Active","AllDeleted":"Deleted","Restore":"Restore group","PermanentlyDelete":"Purge group","PermanentlyDeleteConfirmation":"Are you sure you want to purge the group?","NoDeletedGroups":"No deleted dynamic groups exists.","NoGroups":"No dynamic groups exists."},"UserTypes":{"Title":"User Types","CreateUserType":"Create User Type","AddUserType":"Add User Type","EditUserType":"Edit User Type","Edit":"Edit","EditLayout":"Edit layout","Delete":"Delete","DeleteTypeTitle":"Delete User Type","DeleteTypeConfirmation":"Are you sure you want to delete this user type?","ErrorMessageUserTypeInUse":"The user type is currently in use and cannot be deleted. Please make sure that there are no users or pending approvals assigned to this user type before attempting to delete it again.","Tabs":{"General":"General","Authentication":"Authentication","Onboarding":"Onboarding","UserProfileCompletion":"User profile completion"},"FormProperties":{"Request":"Request","New":"New","Edit":"Edit"},"AuthenticationBlades":{"ExternalProviders":"External providers","BuiltInProviders":"Built-in providers","Onboarding":"Onboarding","RefreshTokens":"Refresh tokens","EnableProvider":"Enable provider"}},"UserProperties":{"Title":"User Properties","GDPR":"GDPR","UsersPropertiesDescription":"The user properties that are registered below are stored in the Omnia database to support features such as targeted mobile push notifications and non-M365 users.","UsersPropertiesGDPR":"GDPR: As soon as a user is off-boarded, all user data will be removed from the Omnia database.","Property":"Property","InternalName":"Internal Name","AddProperty":"Add Property","EditProperty":"Edit Property","BuiltInPropertyDescription":"This is a built-in property that will be used by the system to send out e-mails. Please select a mapped enterprise property.","DeleteProperty":"Delete Property","DeletePropertyConfirmation":"Are you sure you want to delete this property?","PropertyType":"Property Type","Restore":"Restore","RestoreConfirmation":"Are you sure you want to restore this archive?","Terminate":"Terminate","TerminateEnterprisePropertyConfirmation":"Before you permanently delete an enterprise property, you need to make sure that it is not used anywhere in the system. Deleting an enterprise property that is in use, might lead to unforeseen consequences. Are you sure you want to delete this enterprise property?","ErrorMessage":"Not found enterprise property with property binding id","BuiltInPropLabels":{"Username":"Username","UserIcon":"User Icon","DisplayName":"Display Name","Email":"E-mail","PreferredLanguage":"Preferred Language","UILanguage":"UI Language"},"PrivacySettings":{"Title":"Privacy","Private":"Private","Public":"Public"}},"Synchronization":{"Title":"Synchronization","LastRun":"Last Run","TimeToComplete":"Time to complete","Settings":"Settings","RunFullSync":{"StartButton":"Full sync","ConfirmTitle":"Run Full sync","ConfirmMessage":"Schedule the next run to be a full sync?"},"RunFullUserSync":{"StartButton":"Full User sync","ConfirmTitle":"Run Full User sync","ConfirmMessage":"Schedule the next run to be a full user sync?"},"Logs":"Logs","UserProperty":"User Property","Started":"Started","Ended":"Ended","Status":{"Title":"Status","Idle":"Idle","Running":"Running","Paused":"Paused","Cancelled":"Cancelled","Error":"Error","Success":"Success","NoChange":"Success, no changes"},"NextScheduledRun":"Next scheduled run","FullSyncScheduled":"Full sync scheduled","New7FullUserSyncScheduled":"Full user sync scheduled","OmniaSearch":"Omnia Search"},"LoginLog":{"Title":"Login Log","Time":"Time","Name":"Name","Application":"Application","Status":"Status","IPAddress":"IP Address","Location":"Location","AuthMethod":"Authentication Method","URL":"URL","Date":"Date","LastWeek":"Last 7 days","LastDay":"Last 24 hours","Password":"Password","OTP":"One-time password (OTP)","MagicLink":"One-time link","User":"User","StatusFilter":{"Success":"Success","Failed":"Failed"}},"Authentication":{"Title":"Authentication","AvailableAuthenticationMethods":"Available authentication methods","ExternalProviders":"External Providers","Onboarding":"Onboarding","BuiltIn":"Built-in","Password":"Password","OneTimePassword":"One-time password (OTP)","MagicLink":"One-time link","MaximumNumberOfRetries":"Maximum number of retries","MagicLinkExpiry":"One-time link expiry (in minutes)","AzureAD":"Azure AD","TwoFactorAuthentication":"Two-factor authentication","SharepointAddIn":"Sharepoint Add-In","OnboardingUrl":"Onboarding URL","RefreshTokenExpiration":"Refresh token expiration","RefreshTokenExpiry":"Refresh token cache expiration (in days)","InvalidateAllUserTokens":"Invalidate all user tokens","InvalidateAllUserTokensMessage":"Do you want to invalidate all tokens for users of this type?","ErrorInvalidateAllUserTokens":"Failed to revoke all tokens of this user type.","ForceUserChangePassword":"Force user to change password on first login"},"BusinessProfile":{"AnonymousAccess":"Anonymous Access","DefaultLoginScreen":"Default login screen","AuthenticationScreens":{"Title":"Authentication screens","Authentication":"Authentication","ScreenSettings":"Screen settings","LoginScreen":"Login screen","RequestAccount":"Request account","SetupAccount":"Setup account","LogoutConfirmation":"Logout confirmation","Settings":"Settings","Layouts":"Layouts","CreateLayout":"Create layout"},"AnonymousType":{"Disabled":"Disabled (Authentication required)","SpecificApp":"Specific app","WorkspaceHome":"Workspace home"},"AnonymousAppSelection":"Select anonymous app*","RequiredField":"This field is required"},"ValidationMessages":{"RequiredMessage":"* This field is required"},"AuthenticationScreens":{"Title":"Authentication Screens"},"IdentityCreationRequest":{"Title":"Self-service","AllowSelfServiceAccountCreation":"Allow self-service account creation","Approval":"Approval","Notify":"Notify","EmptyUserTypeError":"Please select at least one user type","EnableCaptchaVerification":"Enable reCAPTCHA verification","UserTypeRequest":{"RequestFormProperties":"Request form properties","RequestForm":"Request form","IsDeleted":"(Deleted)"},"PropertySetting":{"MultiValue":"Multi-value"}},"Default":{"Tenant":"Default (Tenant)","BusinessProfile":"Default (Business Profile)"},"OmniaSearchUserSync":{"ReindexLog":{"Title":"Omnia Search","Description":"Synchronizes users and groups to Omnia Search","TotalUserChanges":"Users changes","TotalUpdatedUsers":"Users add/update","TotalUpdatedUsersErrors":"Users add/update with errors","TotalDeletedUsers":"Users remove","TotalDeletedUsersErrors":"Users remove with errors"}},"ProfileCompletion":{"Titles":{"ProfileCompletionAdmin":"User Profile Completion","GeneralTabTitle":"General","MappingTabTitle":"Property Mappings","AddProperty":"Add Property","EditProperty":"Edit Property","ScheduleTitle":"Schedule"},"Buttons":{"Update":"Update","AddPropertyMapping":"Add Mapping","AddSection":"Add Section","AddProperty":"Add Property"},"MappingSetting":{"Section":"Section"},"Section":{"Property":"Property","Name":"Name","Description":"Description"},"PropertyMapping":{"SourceType":"Source type","Type":"Type","Property":"Property","Label":"Label","CompletenessImpact":"Completeness Impact","ReadyOnly":"Read-Only","Multiple":"Multiple","AllowFeedback":"Allow Feedback","CustomTarget":"Custom Target","CustomTargetUrl":"Custom Target Url","DeleteUserProfileCompletionSectionConfirmation":"Are you sure you want to delete this section?","Confirmation":"Confirmation","DisplayTypes":{"ProfilePicture":"Profile Picture","Text":"Text","MultilineText":"Multiline Text","HtmlText":"Html","TermSet":"Term Set","Person":"Person"},"CompletenessImpacts":{"High":"High","Medium":"Medium","Low":"Low","None":"None"},"SourceTypes":{"SPUserProfile":"SharePoint User Profile","AzureAD":"Azure AD","OmniaSystemLanguage":"Omnia System Language"}},"Table":{"Name":"Name","DataSource":"Data Source","CompletenessImpact":"Completeness Impact"},"Error":{"DuplicateError":"*Property with this name already exists."}}},"GeneralSettings":{"MenuTitle":"General","TenantInfo":{"Title":"Title","HomeUrl":"Home Url"},"DefaultUrl":"Default Url","MSTeamsUrl":"Teams Url"},"Regional":{"TenantLanguage":"Tenant Language","NavigationLabel":"Languages","Settings":"Settings","DateFormatLabel":"Date format","TimeFormatLabel":"Time format","DateAndTime":"Date and Time","Hour24":"24-hour","Hour12":"12-hour","Default":"Default","Language":"Language","AddLanguage":"Add Language","RegionalSettings":"Regional Settings","ExcludeCountry":"Exclude Country","LanguageDefault":"Language Default","FirstDayOfWeekLabel":"First day of week","Monday":"Monday","Sunday":"Sunday","ErrorDateFormat":"Invalid date format"},"Localization":{"SingleLanguageRequiredMessage":"* This field is required","DefaultLanguageRequiredMessage":"* It is required to input a label for the default language","MenuTite":"Localization","AdminUI":{"Title":"Localization","MissingLocalization":"Missing localization for ","LocalizationUpdated":"This localization have updated: ","Language":"Language","OmniaService":"Omnia Service","Search":"Search","SearchTooltip":"Search in Localization","EmptySearch":"Can't find any label.","ViewMode":"View Mode","Export":"Export","ScopeNode":"Scope to this node","ViewModes":{"All":"All","HaveChange":"Has been customized","HaveUpdate":"Have Update","HaveMissingLanguages":"Have Missing Translation"},"EditDialog":{"Title":"Edit Localization Label","DefaultLocalization":"Default localization: "}}}},"Features":{"Status":"Status","Version":"Version","Features":"Features","Activate":"Activate","RequestConsent":"Request consent","CancelRequestConsent":"Cancel request","Remove":"Deactivate","Upgrade":"Upgrade","Reactivate":"Reactivate","View":"View","Properties":"Properties","ShowLog":"Show log","ErrorMessage":"Error occurred. Please refer to transaction Id: ","UnhandledErrorMessage":"An error occured: ","ViewInfo":"more info","AdminConsent":"Consent","ConsentMessage":"This feature required admin consent for the following permissions:","Approved":"Approved","Type":"Type","WaitingConsentMessage":"Waiting for consent...","NeedUpgrade":"A new version exists: ","UpgradeAll":"Upgrade required","ConsentPermissions":"Consent pending","ConsentDialogTitle":"Consent pending permission","ConsentUrl":"URL to the consent","CopyToClip":"Copy to clipboard","CopyToClipSuccessMessage":"Copied to Clipboard","DeactiveFeature":"Deactive Feature","DeactiveFeatureMessage":"Are you sure you want to deactivate this feature?","ConsentInformationLabel":"Consent information","DescriptionLabel":"Description","ActivatedVersion":"Activated version","NotActivated":"Not activated","Activating":"Activating","Deactivating":"Deactivating","Deactivate":"Deactivate","ConsentLinkWaitingMessage":"Please wait for consent link to be ready...","ConsentCompletedWaitingActivation":"Consent successfully. Waiting for activation","InstructingRevisitAzureAdPermissionsSettings":"Please return to the Azure Ad Permission Settings and consent once more to completely remove the requested permission.","ErrorMissingAdPermissions":"The required permissions is not consented. Please click the button to consent the permission."},"Fx":{"Ux":{"CustomEmailSettings":{"Header":"Custom Email","Email":"Email","UserMailbox":"User Mailbox","TurnOffAllEmailNotifications":"Turn off all e-mail notifications","EmailProvider":"Email provider","SharePointOutGoingEmail":"SharePoint Outgoing Email","ExchangeOnlineEmail":"Exchange Online Mailbox","New7ConfigureApplicationAccessPolicyMessage":"Use this PowerShell Script to specific Exchange Online resources and do not apply to other Microsoft Graph workloads.","New7TestConfigureApplicationAccessPolicyMessage":"To test it use this PowerShell Script","New7TestConfigureApplicationAccessPolicyPS":"Test-ApplicationAccessPolicy -Identity {{emailIdentity}} -AppId {{appId}}","New7ConfigureApplicationAccessPolicyPS":"New-ApplicationAccessPolicy -AppId {{appId}} -PolicyScopeGroupId {{emailIdentity}} -AccessRight RestrictAccess -Description \"Restrict this app to only send as Admin.\"","Message":{"NoEmailSelected":"No email selected"},"SmtpServer":{"Title":"Smtp Server","OutboundMSTPServer":"Outbound SMTP server","OutboundMSTPServerPort":"Outbound SMTP server port","FromAddress":"From address","UserName":"User name","Password":"Password","UseTLSConnectionEncryption":"Use TLS connection encryption"}},"SystemLogs":{"Title":"Queue Logs","Status":"Status","Created":"Created","NoMessage":"No Message","EmptyData":"Not thing found. Try search by another transaction Id","CreatedAt":"Created At","CreatedBy":"Created By","TransactionId":"Transaction Id","Region":"Region","StartDate":"Start Date","EndDate":"End Date"}}}},"OmniaRedirectLocalization":{"Settings":{"Title":"Redirect","Detail":{"Edit":"Edit","Add":"Add","SourcePath":"Source path","TargetPath":"Target path","PermanentRedirect":"Permanent redirect","RedirectType":"Redirect type"},"Type":{"StatusRedirect":"Normal redirect"}}}}
|