@openui5/sap.ui.unified 1.71.77 → 1.71.79
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/LICENSE.txt +1 -1
- package/package.json +2 -2
- package/src/sap/ui/unified/.library +1 -1
- package/src/sap/ui/unified/Calendar.js +1 -1
- package/src/sap/ui/unified/CalendarAppointment.js +1 -1
- package/src/sap/ui/unified/CalendarDateInterval.js +1 -1
- package/src/sap/ui/unified/CalendarLegend.js +1 -1
- package/src/sap/ui/unified/CalendarLegendItem.js +1 -1
- package/src/sap/ui/unified/CalendarMonthInterval.js +1 -1
- package/src/sap/ui/unified/CalendarOneMonthInterval.js +1 -1
- package/src/sap/ui/unified/CalendarRow.js +1 -1
- package/src/sap/ui/unified/CalendarTimeInterval.js +1 -1
- package/src/sap/ui/unified/CalendarWeekInterval.js +1 -1
- package/src/sap/ui/unified/ColorPicker.js +1 -1
- package/src/sap/ui/unified/ColorPickerPopover.js +1 -1
- package/src/sap/ui/unified/ContentSwitcher.js +1 -1
- package/src/sap/ui/unified/Currency.js +1 -1
- package/src/sap/ui/unified/CurrencyRenderer.js +1 -1
- package/src/sap/ui/unified/DateRange.js +1 -1
- package/src/sap/ui/unified/DateTypeRange.js +1 -1
- package/src/sap/ui/unified/FileUploader.js +1 -1
- package/src/sap/ui/unified/FileUploaderParameter.js +1 -1
- package/src/sap/ui/unified/FileUploaderXHRSettings.js +1 -1
- package/src/sap/ui/unified/Menu.js +1 -1
- package/src/sap/ui/unified/MenuItem.js +1 -1
- package/src/sap/ui/unified/MenuItemBase.js +1 -1
- package/src/sap/ui/unified/MenuRenderer.js +1 -1
- package/src/sap/ui/unified/MenuTextFieldItem.js +1 -1
- package/src/sap/ui/unified/Shell.js +1 -1
- package/src/sap/ui/unified/ShellHeadItem.js +1 -1
- package/src/sap/ui/unified/ShellHeadUserItem.js +1 -1
- package/src/sap/ui/unified/ShellLayout.js +1 -1
- package/src/sap/ui/unified/ShellOverlay.js +1 -1
- package/src/sap/ui/unified/SplitContainer.js +1 -1
- package/src/sap/ui/unified/calendar/DatesRow.js +1 -1
- package/src/sap/ui/unified/calendar/Header.js +1 -1
- package/src/sap/ui/unified/calendar/Month.js +1 -1
- package/src/sap/ui/unified/calendar/MonthPicker.js +1 -1
- package/src/sap/ui/unified/calendar/MonthsRow.js +1 -1
- package/src/sap/ui/unified/calendar/OneMonthDatesRow.js +1 -1
- package/src/sap/ui/unified/calendar/TimesRow.js +1 -1
- package/src/sap/ui/unified/calendar/YearPicker.js +1 -1
- package/src/sap/ui/unified/calendar/YearRangePicker.js +1 -1
- package/src/sap/ui/unified/designtime/messagebundle_en_US_sappsd.properties +0 -8
- package/src/sap/ui/unified/designtime/messagebundle_en_US_saptrc.properties +6 -6
- package/src/sap/ui/unified/library.js +2 -2
- package/src/sap/ui/unified/messagebundle_en_US_sappsd.properties +6 -54
- package/src/sap/ui/unified/messagebundle_en_US_saptrc.properties +49 -49
- package/src/sap/ui/unified/messagebundle_zh_TW.properties +2 -2
package/LICENSE.txt
CHANGED
|
@@ -616,7 +616,7 @@ License: MIT License
|
|
|
616
616
|
<year> = 2018
|
|
617
617
|
<copyright holders> = Michael Mclaughlin
|
|
618
618
|
|
|
619
|
-
Component: lodash 4.
|
|
619
|
+
Component: lodash 4.18.1
|
|
620
620
|
Licensor: JS Foundation and other contributors
|
|
621
621
|
Website: https://github.com/lodash/lodash
|
|
622
622
|
License: MIT License
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openui5/sap.ui.unified",
|
|
3
|
-
"version": "1.71.
|
|
3
|
+
"version": "1.71.79",
|
|
4
4
|
"description": "OpenUI5 UI Library sap.ui.unified",
|
|
5
5
|
"author": "SAP SE (https://www.sap.com)",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -14,6 +14,6 @@
|
|
|
14
14
|
"url": "https://github.com/SAP/openui5.git"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@openui5/sap.ui.core": "1.71.
|
|
17
|
+
"@openui5/sap.ui.core": "1.71.79"
|
|
18
18
|
}
|
|
19
19
|
}
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2009-2026 SAP SE or an SAP affiliate company.
|
|
8
8
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
|
|
9
|
-
<version>1.71.
|
|
9
|
+
<version>1.71.79</version>
|
|
10
10
|
|
|
11
11
|
<documentation>Unified controls intended for both, mobile and desktop scenarios</documentation>
|
|
12
12
|
|
|
@@ -21,7 +21,7 @@ sap.ui.define(['./DateTypeRange', 'sap/ui/core/format/DateFormat', './library',
|
|
|
21
21
|
*
|
|
22
22
|
* Applications could inherit from this element to add own fields.
|
|
23
23
|
* @extends sap.ui.unified.DateTypeRange
|
|
24
|
-
* @version 1.71.
|
|
24
|
+
* @version 1.71.79
|
|
25
25
|
*
|
|
26
26
|
* @constructor
|
|
27
27
|
* @public
|
|
@@ -55,7 +55,7 @@ sap.ui.define([
|
|
|
55
55
|
* @class
|
|
56
56
|
* <code>CalendarDateInterval</code> only visualizes the dates in a one-line interval and allows the selection of a single day.
|
|
57
57
|
* @extends sap.ui.unified.Calendar
|
|
58
|
-
* @version 1.71.
|
|
58
|
+
* @version 1.71.79
|
|
59
59
|
*
|
|
60
60
|
* @constructor
|
|
61
61
|
* @public
|
|
@@ -65,7 +65,7 @@ sap.ui.define([
|
|
|
65
65
|
* <b>Note:</b> JavaScript Date objects are used to set and return the months, mark them as selected or as a special type.
|
|
66
66
|
* But the date part of the Date object is not used. If a Date object is returned the date will be set to the 1st of the corresponding month.
|
|
67
67
|
* @extends sap.ui.core.Control
|
|
68
|
-
* @version 1.71.
|
|
68
|
+
* @version 1.71.79
|
|
69
69
|
*
|
|
70
70
|
* @constructor
|
|
71
71
|
* @public
|
|
@@ -57,7 +57,7 @@ sap.ui.define([
|
|
|
57
57
|
* Navigation via year picker switches to the corresponding year and the same month as before the navigation.
|
|
58
58
|
*
|
|
59
59
|
* @extends sap.ui.unified.CalendarDateInterval
|
|
60
|
-
* @version 1.71.
|
|
60
|
+
* @version 1.71.79
|
|
61
61
|
*
|
|
62
62
|
* @constructor
|
|
63
63
|
* @private
|
|
@@ -39,7 +39,7 @@ sap.ui.define(['sap/ui/unified/calendar/CalendarUtils', 'sap/ui/unified/calendar
|
|
|
39
39
|
* its start date to the first date of the same week as the date the user chose.
|
|
40
40
|
*
|
|
41
41
|
* @extends sap.ui.unified.CalendarDateInterval
|
|
42
|
-
* @version 1.71.
|
|
42
|
+
* @version 1.71.79
|
|
43
43
|
*
|
|
44
44
|
* @constructor
|
|
45
45
|
* @private
|
|
@@ -25,7 +25,7 @@ sap.ui.define(['./DateRange', './library'],
|
|
|
25
25
|
* @class
|
|
26
26
|
* Date range with calendar day type information. Used to visualize special days in the Calendar.
|
|
27
27
|
* @extends sap.ui.unified.DateRange
|
|
28
|
-
* @version 1.71.
|
|
28
|
+
* @version 1.71.79
|
|
29
29
|
*
|
|
30
30
|
* @constructor
|
|
31
31
|
* @public
|
|
@@ -32,7 +32,7 @@ sap.ui.define([
|
|
|
32
32
|
* If used inside the calendar the properties and aggregation are directly taken from the parent
|
|
33
33
|
* (To not duplicate and sync DateRanges and so on...)
|
|
34
34
|
* @extends sap.ui.unified.calendar.Month
|
|
35
|
-
* @version 1.71.
|
|
35
|
+
* @version 1.71.79
|
|
36
36
|
*
|
|
37
37
|
* @constructor
|
|
38
38
|
* @public
|
|
@@ -69,7 +69,7 @@ sap.ui.define([
|
|
|
69
69
|
* If used inside the calendar the properties and aggregation are directly taken from the parent
|
|
70
70
|
* (To not duplicate and sync DateRanges and so on...)
|
|
71
71
|
* @extends sap.ui.core.Control
|
|
72
|
-
* @version 1.71.
|
|
72
|
+
* @version 1.71.79
|
|
73
73
|
*
|
|
74
74
|
* @constructor
|
|
75
75
|
* @public
|
|
@@ -61,7 +61,7 @@ sap.ui.define([
|
|
|
61
61
|
* The MontsRow works with JavaScript Date objects, but only the month and the year are used to display and interact.
|
|
62
62
|
* As representation for a month, the 1st of the month will always be returned in the API.
|
|
63
63
|
* @extends sap.ui.core.Control
|
|
64
|
-
* @version 1.71.
|
|
64
|
+
* @version 1.71.79
|
|
65
65
|
*
|
|
66
66
|
* @constructor
|
|
67
67
|
* @public
|
|
@@ -54,7 +54,7 @@ sap.ui.define([
|
|
|
54
54
|
* As in all date-time controls, all pubic JS Date objects that are given (e.g. <code>setDate()</code>) or read
|
|
55
55
|
* (e.g. <code>getFirstRenderedDate</code>) with values which are considered as date objects in browser(local) timezone.
|
|
56
56
|
* @extends sap.ui.core.Control
|
|
57
|
-
* @version 1.71.
|
|
57
|
+
* @version 1.71.79
|
|
58
58
|
*
|
|
59
59
|
* @constructor
|
|
60
60
|
* @public
|
|
@@ -1,21 +1,13 @@
|
|
|
1
|
-
#This is the resource bundle for design time of the SAPUI5 sap.ui.unified library
|
|
2
|
-
#
|
|
3
1
|
|
|
4
|
-
#XMIT: Calendar Date Interval control name caption
|
|
5
2
|
CALENDARDATEINTERVAL_NAME=[[[\u0108\u0105\u013A\u0113\u014B\u018C\u0105\u0157 \u010E\u0105\u0163\u0113 \u012C\u014B\u0163\u0113\u0157\u028B\u0105\u013A\u2219\u2219\u2219\u2219\u2219]]]
|
|
6
3
|
|
|
7
|
-
#XTIT: Calendar Date Interval control name plural caption
|
|
8
4
|
CALENDARDATEINTERVAL_NAME_PLURAL=[[[\u0108\u0105\u013A\u0113\u014B\u018C\u0105\u0157 \u010E\u0105\u0163\u0113 \u012C\u014B\u0163\u0113\u0157\u028B\u0105\u013A\u015F\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
9
5
|
|
|
10
|
-
#XMIT: Calendar Legend control name caption
|
|
11
6
|
CALENDARLEGEND_NAME=[[[\u0108\u0105\u013A\u0113\u014B\u018C\u0105\u0157 \u013B\u0113\u011F\u0113\u014B\u018C\u2219\u2219\u2219\u2219]]]
|
|
12
7
|
|
|
13
|
-
#XTIT: Calendar Legend control name plural caption
|
|
14
8
|
CALENDARLEGEND_NAME_PLURAL=[[[\u0108\u0105\u013A\u0113\u014B\u018C\u0105\u0157 \u013B\u0113\u011F\u0113\u014B\u018C\u015F\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
15
9
|
|
|
16
|
-
#XMIT: Currency control name caption
|
|
17
10
|
CURRENCY_NAME=[[[\u0108\u0171\u0157\u0157\u0113\u014B\u010B\u0177\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
18
11
|
|
|
19
|
-
#XTIT: Currency control name plural caption
|
|
20
12
|
CURRENCY_NAME_PLURAL=[[[\u0108\u0171\u0157\u0157\u0113\u014B\u010B\u012F\u0113\u015F\u2219\u2219\u2219\u2219]]]
|
|
21
13
|
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
|
|
2
|
-
CALENDARDATEINTERVAL_NAME=
|
|
2
|
+
CALENDARDATEINTERVAL_NAME=JKquYs4MqkTqHjR6WRNu5w_Calendar Date Interval
|
|
3
3
|
|
|
4
|
-
CALENDARDATEINTERVAL_NAME_PLURAL=
|
|
4
|
+
CALENDARDATEINTERVAL_NAME_PLURAL=ByqG/u0GF6pZMNRFwj++gA_Calendar Date Intervals
|
|
5
5
|
|
|
6
|
-
CALENDARLEGEND_NAME=
|
|
6
|
+
CALENDARLEGEND_NAME=eD6YOjjhBnGBJryGNYRYdQ_Calendar Legend
|
|
7
7
|
|
|
8
|
-
CALENDARLEGEND_NAME_PLURAL=
|
|
8
|
+
CALENDARLEGEND_NAME_PLURAL=FS3UXJCxNg/VMO+TD2/oBQ_Calendar Legends
|
|
9
9
|
|
|
10
|
-
CURRENCY_NAME=
|
|
10
|
+
CURRENCY_NAME=N1Vc48rpmhkHwoXAPU10Vg_Currency
|
|
11
11
|
|
|
12
|
-
CURRENCY_NAME_PLURAL
|
|
12
|
+
CURRENCY_NAME_PLURAL=DXViCAMOx4Ru0WrYPSxsZw_Currencies
|
|
13
13
|
|
|
@@ -14,7 +14,7 @@ sap.ui.define(['sap/ui/core/Core', 'sap/ui/base/Object', "./ColorPickerDisplayMo
|
|
|
14
14
|
// delegate further initialization of this library to the Core
|
|
15
15
|
sap.ui.getCore().initLibrary({
|
|
16
16
|
name : "sap.ui.unified",
|
|
17
|
-
version: "1.71.
|
|
17
|
+
version: "1.71.79",
|
|
18
18
|
dependencies : ["sap.ui.core"],
|
|
19
19
|
designtime: "sap/ui/unified/designtime/library.designtime",
|
|
20
20
|
types: [
|
|
@@ -83,7 +83,7 @@ sap.ui.define(['sap/ui/core/Core', 'sap/ui/base/Object', "./ColorPickerDisplayMo
|
|
|
83
83
|
* @namespace
|
|
84
84
|
* @alias sap.ui.unified
|
|
85
85
|
* @author SAP SE
|
|
86
|
-
* @version 1.71.
|
|
86
|
+
* @version 1.71.79
|
|
87
87
|
* @public
|
|
88
88
|
*/
|
|
89
89
|
var thisLib = sap.ui.unified;
|
|
@@ -1,146 +1,98 @@
|
|
|
1
|
-
#This is the resource bundle for the sap.ui.unified library
|
|
2
|
-
#
|
|
3
1
|
|
|
4
|
-
#XTOL: accessibility tooltip shown for the logo icon in the header of the shell control
|
|
5
2
|
SHELL_LOGO_TOOLTIP=[[[\u013B\u014F\u011F\u014F]]]
|
|
6
3
|
|
|
7
|
-
#XTOL: Text and tooltip of the Close button of a Shell dialog window
|
|
8
4
|
SHELL_OVERLAY_CLOSE=[[[\u0108\u013A\u014F\u015F\u0113\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
9
5
|
|
|
10
|
-
#XACT: ARIA description of the Menu control
|
|
11
6
|
MNU_ARIA_NAME=[[[\u039C\u0113\u014B\u0171]]]
|
|
12
7
|
|
|
13
|
-
#XACT: Aria information for the Calendar dialog
|
|
14
8
|
CALENDAR_DIALOG=[[[\u0108\u0105\u013A\u0113\u014B\u018C\u0105\u0157\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
15
9
|
|
|
16
|
-
#XACT: Aria information for calendar week
|
|
17
10
|
CALENDAR_WEEK=[[[\u0108\u0105\u013A\u0113\u014B\u018C\u0105\u0157 \u0174\u0113\u0113\u0137\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
18
11
|
|
|
19
|
-
#XACT: Aria information for start date
|
|
20
12
|
CALENDAR_START_DATE=[[[\u015C\u0163\u0105\u0157\u0163 \u010E\u0105\u0163\u0113\u2219\u2219\u2219\u2219]]]
|
|
21
13
|
|
|
22
|
-
#XACT: Aria information for end date
|
|
23
14
|
CALENDAR_END_DATE=[[[\u0114\u014B\u018C \u010E\u0105\u0163\u0113\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
24
15
|
|
|
25
|
-
#XACT: Aria information for start month
|
|
26
16
|
CALENDAR_START_MONTH=[[[\u015C\u0163\u0105\u0157\u0163 \u039C\u014F\u014B\u0163\u0125\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
27
17
|
|
|
28
|
-
#XACT: Aria information for end month
|
|
29
18
|
CALENDAR_END_MONTH=[[[\u0114\u014B\u018C \u039C\u014F\u014B\u0163\u0125\u2219\u2219\u2219\u2219\u2219]]]
|
|
30
19
|
|
|
31
|
-
#XACT: Aria information for current month
|
|
32
20
|
CALENDAR_CURRENT_MONTH=[[[\u0108\u0171\u0157\u0157\u0113\u014B\u0163 \u039C\u014F\u014B\u0163\u0125\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
33
21
|
|
|
34
|
-
#XACT: Aria information for start time
|
|
35
22
|
CALENDAR_START_TIME=[[[\u015C\u0163\u0105\u0157\u0163 \u0162\u012F\u0271\u0113\u2219\u2219\u2219\u2219]]]
|
|
36
23
|
|
|
37
|
-
#XACT: Aria information for end time
|
|
38
24
|
CALENDAR_END_TIME=[[[\u0114\u014B\u018C \u0162\u012F\u0271\u0113\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
39
25
|
|
|
40
|
-
#XACT: Aria information for current time
|
|
41
26
|
CALENDAR_CURRENT_TIME=[[[\u0143\u014F\u0175\u2219]]]
|
|
42
27
|
|
|
43
|
-
#XBUT
|
|
44
28
|
CALENDAR_CANCEL=[[[\u0108\u0105\u014B\u010B\u0113\u013A\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
45
29
|
|
|
46
|
-
#XACT
|
|
47
30
|
CALENDAR_BTN_PREV=[[[\u01A4\u0157\u0113\u028B\u012F\u014F\u0171\u015F\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
48
31
|
|
|
49
|
-
#XACT
|
|
50
32
|
CALENDAR_BTN_NEXT=[[[\u0143\u0113\u03C7\u0163]]]
|
|
51
33
|
|
|
52
|
-
#XFLD: Text for a week in week numbers row
|
|
53
34
|
CALENDAR_DATES_ROW_WEEK_NUMBER=[[[\u0174\u0113\u0113\u0137 {0}]]]
|
|
54
35
|
|
|
55
|
-
#XACT
|
|
56
36
|
CALENDAR_MONTH_PICKER_OPEN_HINT=[[[\u01A4\u0157\u0113\u015F\u015F \u01914 \u0163\u014F \u015F\u0113\u013A\u0113\u010B\u0163 \u0105 \u0271\u014F\u014B\u0163\u0125\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
57
37
|
|
|
58
|
-
|
|
59
|
-
|
|
38
|
+
CALENDAR_YEAR_PICKER_OPEN_HINT=[[[\u01A4\u0157\u0113\u015F\u015F \u015C\u0125\u012F\u0192\u0163 + \u01914 \u0163\u014F \u015F\u0113\u013A\u0113\u010B\u0163 \u0105 \u0177\u0113\u0105\u0157\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
39
|
+
|
|
40
|
+
CALENDAR_YEAR_RANGE_PICKER_OPEN_HINT=[[[\u01A4\u0157\u0113\u015F\u015F \u015C\u0125\u012F\u0192\u0163 + \u01914 \u0163\u014F \u015F\u0113\u013A\u0113\u010B\u0163 \u0105 \u0177\u0113\u0105\u0157 \u0157\u0105\u014B\u011F\u0113\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
60
41
|
|
|
61
|
-
#XACT: Aria information for appointment
|
|
62
42
|
APPOINTMENT=[[[\u0100\u03C1\u03C1\u014F\u012F\u014B\u0163\u0271\u0113\u014B\u0163\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
63
43
|
|
|
64
|
-
#XACT: Aria information for tentative appointment
|
|
65
44
|
APPOINTMENT_TENTATIVE=[[[\u0162\u0113\u014B\u0163\u0105\u0163\u012F\u028B\u0113\u2219\u2219\u2219\u2219\u2219]]]
|
|
66
45
|
|
|
67
|
-
#XBUT: File Uploader - browse button text
|
|
68
46
|
FILEUPLOAD_BROWSE=[[[\u0181\u0157\u014F\u0175\u015F\u0113...\u2219\u2219\u2219\u2219\u2219]]]
|
|
69
47
|
|
|
70
|
-
#XACT: File Uploader - ARIA text
|
|
71
48
|
FILEUPLOAD_ACC=[[[\u0100\u010B\u0163\u012F\u028B\u0105\u0163\u0113 \u0163\u014F \u015C\u0113\u013A\u0113\u010B\u0163 \u0105 \u0191\u012F\u013A\u0113\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
72
49
|
|
|
73
|
-
#XFLD: Calendar Legend category selected
|
|
74
50
|
LEGEND_SELECTED=[[[\u015C\u0113\u013A\u0113\u010B\u0163\u0113\u018C\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
75
51
|
|
|
76
|
-
#XFLD: Calendar Legend category today
|
|
77
52
|
LEGEND_TODAY=[[[\u0162\u014F\u018C\u0105\u0177\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
78
53
|
|
|
79
|
-
#XFLD: Calendar Legend category working day
|
|
80
54
|
LEGEND_NORMAL_DAY=[[[\u0174\u014F\u0157\u0137\u012F\u014B\u011F \u010E\u0105\u0177\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
81
55
|
|
|
82
|
-
#XFLD: Calendar Legend category none working
|
|
83
56
|
LEGEND_NON_WORKING_DAY=[[[\u0143\u014F\u014B-\u0174\u014F\u0157\u0137\u012F\u014B\u011F \u010E\u0105\u0177\u2219\u2219\u2219\u2219]]]
|
|
84
57
|
|
|
85
|
-
#XFLD: Calendar Legend unnamed type
|
|
86
58
|
LEGEND_UNNAMED_TYPE=[[[\u0162\u0177\u03C1\u0113 {0}]]]
|
|
87
59
|
|
|
88
|
-
#XACT: Aria information for selected appointment
|
|
89
60
|
APPOINTMENT_SELECTED=[[[\u015C\u0113\u013A\u0113\u010B\u0163\u0113\u018C\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
90
61
|
|
|
91
|
-
#XTOL: Red color for the ColorPicker control
|
|
92
62
|
COLORPICKER_RED=[[[\u0158\u0113\u018C\u2219]]]
|
|
93
63
|
|
|
94
|
-
#XTOL: Green color for the ColorPicker control
|
|
95
64
|
COLORPICKER_GREEN=[[[\u0122\u0157\u0113\u0113\u014B\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
96
65
|
|
|
97
|
-
#XTOL: Blue color for the ColorPicker control
|
|
98
66
|
COLORPICKER_BLUE=[[[\u0181\u013A\u0171\u0113]]]
|
|
99
67
|
|
|
100
|
-
#XTOL: Color appearance parameter for the ColorPicker control
|
|
101
68
|
COLORPICKER_HUE=[[[\u0124\u0171\u0113\u2219]]]
|
|
102
69
|
|
|
103
|
-
#XTOL: Perceived intensity of a specific color
|
|
104
70
|
COLORPICKER_SAT=[[[\u015C\u0105\u0163\u0171\u0157\u0105\u0163\u012F\u014F\u014B\u2219\u2219\u2219\u2219]]]
|
|
105
71
|
|
|
106
|
-
#XTOL: Value from HSV color which is cylindrical-coordinate representations of points in an RGB color model
|
|
107
72
|
COLORPICKER_VALUE=[[[\u01B2\u0105\u013A\u0171\u0113\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
108
73
|
|
|
109
|
-
#XTOL: Six symbol hexadecimal group representing CSS color hex string
|
|
110
74
|
COLORPICKER_HEX=[[[\u0124\u0113\u03C7\u0105\u018C\u0113\u010B\u012F\u0271\u0105\u013A\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
111
75
|
|
|
112
|
-
#XTOL: Alpha chanel transparency value for RGBA color mode
|
|
113
76
|
COLORPICKER_ALPHA=[[[\u0100\u013A\u03C1\u0125\u0105\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
114
77
|
|
|
115
|
-
#XTOL: Lightness of the color value for HSL color mode
|
|
116
78
|
COLORPICKER_LIGHTNESS=[[[\u013B\u012F\u011F\u0125\u0163\u014B\u0113\u015F\u015F\u2219\u2219\u2219\u2219\u2219]]]
|
|
117
79
|
|
|
118
|
-
#XTOL: Describing two boxes one containing the old color and one containing the target color that will replace the one in the old color box
|
|
119
80
|
COLORPICKER_NEW_OLD_COLOR=[[[\u0162\u0125\u0113 \u014F\u0157\u012F\u011F\u012F\u014B\u0105\u013A \u010B\u014F\u013A\u014F\u0157 \u0175\u012F\u013A\u013A \u0183\u0113 \u0157\u0113\u03C1\u013A\u0105\u010B\u0113\u018C \u0175\u012F\u0163\u0125 \u0163\u0125\u0113 \u014B\u0113\u0175 \u010B\u014F\u013A\u014F\u0157, \u0192\u014F\u013A\u013A\u014F\u0175\u012F\u014B\u011F \u0163\u0125\u0113 \u0105\u0157\u0157\u014F\u0175 \u018C\u012F\u0157\u0113\u010B\u0163\u012F\u014F\u014B\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
120
81
|
|
|
121
|
-
#XACT: Aria information for the ColorPicker Alpha slider
|
|
122
82
|
COLORPICKER_ALPHA_SLIDER=[[[\u0100\u013A\u03C1\u0125\u0105 \u010B\u014F\u014B\u0163\u0157\u014F\u013A\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
123
83
|
|
|
124
|
-
#XACT: Aria information for the ColorPicker Hue slider
|
|
125
84
|
COLORPICKER_HUE_SLIDER=[[[\u0124\u0171\u0113 \u010B\u014F\u014B\u0163\u0157\u014F\u013A\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
126
85
|
|
|
127
|
-
|
|
128
|
-
COLORPICKER_TOGGLE_BTN_TOOLTIP=[[[\u0162\u014F\u011F\u011F\u013A\u0113 \u010B\u014F\u013A\u014F\u0157 \u0271\u014F\u018C\u0113\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
86
|
+
COLORPICKER_TOGGLE_BTN_TOOLTIP=[[[\u0162\u014F\u011F\u011F\u013A\u0113 \u0108\u014F\u013A\u014F\u0157 \u039C\u014F\u018C\u0113\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
129
87
|
|
|
130
|
-
|
|
131
|
-
COLORPICKER_SELECT_RGB_TOOLTIP=[[[\u0158\u0122\u0181 \u0271\u014F\u018C\u0113\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
88
|
+
COLORPICKER_SELECT_RGB_TOOLTIP=[[[\u0158\u0122\u0181 \u039C\u014F\u018C\u0113\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
132
89
|
|
|
133
|
-
|
|
134
|
-
COLORPICKER_SELECT_HSL_TOOLTIP=[[[\u0124\u015C\u013B \u0271\u014F\u018C\u0113\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
90
|
+
COLORPICKER_SELECT_HSL_TOOLTIP=[[[\u0124\u015C\u013B \u039C\u014F\u018C\u0113\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
135
91
|
|
|
136
|
-
#XBUT
|
|
137
92
|
COLOR_PICKER_CANCEL=[[[\u0108\u0105\u014B\u010B\u0113\u013A\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
138
93
|
|
|
139
|
-
#XBUT
|
|
140
94
|
COLOR_PICKER_SUBMIT=[[[\u014E\u0136\u2219\u2219]]]
|
|
141
95
|
|
|
142
|
-
#XTIT: Title shown when the Color Picker is inside dialog or popup
|
|
143
96
|
COLOR_PICKER_TITLE=[[[\u0108\u014F\u013A\u014F\u0157 \u01A4\u012F\u010B\u0137\u0113\u0157\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
144
97
|
|
|
145
|
-
#XACT: Text which indicates that the value of an input is in percent.
|
|
146
98
|
COLORPICKER_PERCENTAGE=[[[\u01A4\u0113\u0157\u010B\u0113\u014B\u0163\u0105\u011F\u0113\u2219\u2219\u2219\u2219]]]
|
|
@@ -1,98 +1,98 @@
|
|
|
1
1
|
|
|
2
|
-
SHELL_LOGO_TOOLTIP=
|
|
2
|
+
SHELL_LOGO_TOOLTIP=q7PqF2DuCSzKMhrG7cnjfw_Logo
|
|
3
3
|
|
|
4
|
-
SHELL_OVERLAY_CLOSE=
|
|
4
|
+
SHELL_OVERLAY_CLOSE=lu4OgFsGzO2qIla5i6colQ_Close
|
|
5
5
|
|
|
6
|
-
MNU_ARIA_NAME=
|
|
6
|
+
MNU_ARIA_NAME=x8Boan7RCPU8bkAMhMgPsQ_Menu
|
|
7
7
|
|
|
8
|
-
CALENDAR_DIALOG=
|
|
8
|
+
CALENDAR_DIALOG=A32t0dr1fcokVsN4nWHx2A_Calendar
|
|
9
9
|
|
|
10
|
-
CALENDAR_WEEK=
|
|
10
|
+
CALENDAR_WEEK=vlQlzMd+EGNJUniYXGD/1g_Calendar Week
|
|
11
11
|
|
|
12
|
-
CALENDAR_START_DATE=
|
|
12
|
+
CALENDAR_START_DATE=Vb8GLjQZh+VPhoUhkPe4LQ_Start Date
|
|
13
13
|
|
|
14
|
-
CALENDAR_END_DATE
|
|
14
|
+
CALENDAR_END_DATE=SFVzQCVwiMPnAJ6+NpO3Lw_End Date
|
|
15
15
|
|
|
16
|
-
CALENDAR_START_MONTH=
|
|
16
|
+
CALENDAR_START_MONTH=OqtQWRuY788jDz0gtDDF+A_Start Month
|
|
17
17
|
|
|
18
|
-
CALENDAR_END_MONTH=
|
|
18
|
+
CALENDAR_END_MONTH=nUHFwE57k649OxxMg7rgEQ_End Month
|
|
19
19
|
|
|
20
|
-
CALENDAR_CURRENT_MONTH=
|
|
20
|
+
CALENDAR_CURRENT_MONTH=QBcLtQihsuTj4wr8Uoh6Iw_Current Month
|
|
21
21
|
|
|
22
|
-
CALENDAR_START_TIME=
|
|
22
|
+
CALENDAR_START_TIME=crAdq+Ax2pzjgz7pDUsUXA_Start Time
|
|
23
23
|
|
|
24
|
-
CALENDAR_END_TIME=
|
|
24
|
+
CALENDAR_END_TIME=I6Q6WiR0pCoYx/q+3BlQuQ_End Time
|
|
25
25
|
|
|
26
|
-
CALENDAR_CURRENT_TIME=
|
|
26
|
+
CALENDAR_CURRENT_TIME=YfkZXf/AvIs2z0HRi+6dng_Now
|
|
27
27
|
|
|
28
|
-
CALENDAR_CANCEL=
|
|
28
|
+
CALENDAR_CANCEL=UMw0jnwWZnIApcBIjiveLw_Cancel
|
|
29
29
|
|
|
30
|
-
CALENDAR_BTN_PREV=
|
|
30
|
+
CALENDAR_BTN_PREV=LVxbSrfCw+qR1IH/RNpihw_Previous
|
|
31
31
|
|
|
32
|
-
CALENDAR_BTN_NEXT=
|
|
32
|
+
CALENDAR_BTN_NEXT=N2s9WA56XlBsxLrUIPdzxA_Next
|
|
33
33
|
|
|
34
|
-
CALENDAR_DATES_ROW_WEEK_NUMBER=
|
|
34
|
+
CALENDAR_DATES_ROW_WEEK_NUMBER=3xQEHHEG/IUtJD9KEhQEbA_Week {0}
|
|
35
35
|
|
|
36
|
-
CALENDAR_MONTH_PICKER_OPEN_HINT=
|
|
36
|
+
CALENDAR_MONTH_PICKER_OPEN_HINT=hZGRg/7Ne+w/ZZrm7iZs4Q_Press F4 to select a month
|
|
37
37
|
|
|
38
|
-
CALENDAR_YEAR_PICKER_OPEN_HINT=
|
|
38
|
+
CALENDAR_YEAR_PICKER_OPEN_HINT=Eqn6Wr7PzTjo5yBl40/uog_Press Shift + F4 to select a year
|
|
39
39
|
|
|
40
|
-
CALENDAR_YEAR_RANGE_PICKER_OPEN_HINT=
|
|
40
|
+
CALENDAR_YEAR_RANGE_PICKER_OPEN_HINT=FUdSmoSHEvRC2Ee1OIhFBw_Press Shift + F4 to select a year range
|
|
41
41
|
|
|
42
|
-
APPOINTMENT=
|
|
42
|
+
APPOINTMENT=bgY3TuJA4vV9Jc8EJMBytA_Appointment
|
|
43
43
|
|
|
44
|
-
APPOINTMENT_TENTATIVE=
|
|
44
|
+
APPOINTMENT_TENTATIVE=ctSrRALi+SVDrzMjxeHKWg_Tentative
|
|
45
45
|
|
|
46
|
-
FILEUPLOAD_BROWSE=
|
|
46
|
+
FILEUPLOAD_BROWSE=pleVDHEZRd0+hlUXCSb/Lg_Browse...
|
|
47
47
|
|
|
48
|
-
FILEUPLOAD_ACC=
|
|
48
|
+
FILEUPLOAD_ACC=hFMdV8ZfZd0Oe062hY+vqQ_Activate to Select a File
|
|
49
49
|
|
|
50
|
-
LEGEND_SELECTED=
|
|
50
|
+
LEGEND_SELECTED=ouXfWh0uRVaiLJ4aAN8tGA_Selected
|
|
51
51
|
|
|
52
|
-
LEGEND_TODAY=
|
|
52
|
+
LEGEND_TODAY=yllplviVLqfmpwj+fkeSmQ_Today
|
|
53
53
|
|
|
54
|
-
LEGEND_NORMAL_DAY=
|
|
54
|
+
LEGEND_NORMAL_DAY=vnYAyft+CGj5o1FtE+b3Wg_Working Day
|
|
55
55
|
|
|
56
|
-
LEGEND_NON_WORKING_DAY=
|
|
56
|
+
LEGEND_NON_WORKING_DAY=Gl5NVurHvZxq6d3+zGgn2A_Non-Working Day
|
|
57
57
|
|
|
58
|
-
LEGEND_UNNAMED_TYPE=
|
|
58
|
+
LEGEND_UNNAMED_TYPE=PjAtdKwr94xrV+SSPP2HpA_Type {0}
|
|
59
59
|
|
|
60
|
-
APPOINTMENT_SELECTED=
|
|
60
|
+
APPOINTMENT_SELECTED=kFTneM86WNrwqmf9vBskjA_Selected
|
|
61
61
|
|
|
62
|
-
COLORPICKER_RED=
|
|
62
|
+
COLORPICKER_RED=CnY5c7EtV3cI+ESsFky2nw_Red
|
|
63
63
|
|
|
64
|
-
COLORPICKER_GREEN=
|
|
64
|
+
COLORPICKER_GREEN=D2XzYyIQVAaWRG+OCO6gTQ_Green
|
|
65
65
|
|
|
66
|
-
COLORPICKER_BLUE=
|
|
66
|
+
COLORPICKER_BLUE=N62gzG321nzDD/bJFKASOg_Blue
|
|
67
67
|
|
|
68
|
-
COLORPICKER_HUE=
|
|
68
|
+
COLORPICKER_HUE=JG5LeKO7HQmMz0Oz130ysg_Hue
|
|
69
69
|
|
|
70
|
-
COLORPICKER_SAT=
|
|
70
|
+
COLORPICKER_SAT=ZqzSoykiLf+765y4qx7MHA_Saturation
|
|
71
71
|
|
|
72
|
-
COLORPICKER_VALUE=
|
|
72
|
+
COLORPICKER_VALUE=IB6/uCqiqesUxSoLTfVYQQ_Value
|
|
73
73
|
|
|
74
|
-
COLORPICKER_HEX=
|
|
74
|
+
COLORPICKER_HEX=iPcnTzUTV5eNiKJ7lc/h/A_Hexadecimal
|
|
75
75
|
|
|
76
|
-
COLORPICKER_ALPHA=
|
|
76
|
+
COLORPICKER_ALPHA=Xw1/xhV3bWeTfPNjG69nhA_Alpha
|
|
77
77
|
|
|
78
|
-
COLORPICKER_LIGHTNESS=
|
|
78
|
+
COLORPICKER_LIGHTNESS=iAuMP55Ab56pLwooJzNLzw_Lightness
|
|
79
79
|
|
|
80
|
-
COLORPICKER_NEW_OLD_COLOR=
|
|
80
|
+
COLORPICKER_NEW_OLD_COLOR=jwtNX4lQ3D5kMNkAFsgn4Q_The original color will be replaced with the new color, following the arrow direction
|
|
81
81
|
|
|
82
|
-
COLORPICKER_ALPHA_SLIDER=
|
|
82
|
+
COLORPICKER_ALPHA_SLIDER=ugklDaXLNm8fTS8huSWJow_Alpha control
|
|
83
83
|
|
|
84
|
-
COLORPICKER_HUE_SLIDER=
|
|
84
|
+
COLORPICKER_HUE_SLIDER=wP6/ucJqRFUO7bJW7TA1DA_Hue control
|
|
85
85
|
|
|
86
|
-
COLORPICKER_TOGGLE_BTN_TOOLTIP=
|
|
86
|
+
COLORPICKER_TOGGLE_BTN_TOOLTIP=m0AvtqK192mnyxZ218p/lw_Toggle Color Mode
|
|
87
87
|
|
|
88
|
-
COLORPICKER_SELECT_RGB_TOOLTIP=
|
|
88
|
+
COLORPICKER_SELECT_RGB_TOOLTIP=YQGW4lLNfVCC3nJmUtYImA_RGB Mode
|
|
89
89
|
|
|
90
|
-
COLORPICKER_SELECT_HSL_TOOLTIP=
|
|
90
|
+
COLORPICKER_SELECT_HSL_TOOLTIP=eayv0theKqyRQQxP3MQUvw_HSL Mode
|
|
91
91
|
|
|
92
|
-
COLOR_PICKER_CANCEL=
|
|
92
|
+
COLOR_PICKER_CANCEL=2JQ4c68MUGhdemqL1rs5Xw_Cancel
|
|
93
93
|
|
|
94
|
-
COLOR_PICKER_SUBMIT=
|
|
94
|
+
COLOR_PICKER_SUBMIT=2MUQOq15u/n+F8S4TL2cAQ_OK
|
|
95
95
|
|
|
96
|
-
COLOR_PICKER_TITLE=
|
|
96
|
+
COLOR_PICKER_TITLE=hzxDIa7sRcGiialQ2Dc8SQ_Color Picker
|
|
97
97
|
|
|
98
|
-
COLORPICKER_PERCENTAGE=
|
|
98
|
+
COLORPICKER_PERCENTAGE=WX0XyfLPCvfXyvK2yAJv5g_Percentage
|
|
@@ -27,9 +27,9 @@ CALENDAR_CURRENT_TIME=\u73FE\u5728
|
|
|
27
27
|
|
|
28
28
|
CALENDAR_CANCEL=\u53D6\u6D88
|
|
29
29
|
|
|
30
|
-
CALENDAR_BTN_PREV=\u4E0A\u4E00\
|
|
30
|
+
CALENDAR_BTN_PREV=\u4E0A\u4E00\u500B
|
|
31
31
|
|
|
32
|
-
CALENDAR_BTN_NEXT=\u4E0B\u4E00\
|
|
32
|
+
CALENDAR_BTN_NEXT=\u4E0B\u4E00\u500B
|
|
33
33
|
|
|
34
34
|
CALENDAR_DATES_ROW_WEEK_NUMBER=\u7B2C {0} \u9031
|
|
35
35
|
|