@openui5/sap.ui.unified 1.71.78 → 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.
Files changed (49) hide show
  1. package/LICENSE.txt +1 -1
  2. package/package.json +2 -2
  3. package/src/sap/ui/unified/.library +1 -1
  4. package/src/sap/ui/unified/Calendar.js +1 -1
  5. package/src/sap/ui/unified/CalendarAppointment.js +1 -1
  6. package/src/sap/ui/unified/CalendarDateInterval.js +1 -1
  7. package/src/sap/ui/unified/CalendarLegend.js +1 -1
  8. package/src/sap/ui/unified/CalendarLegendItem.js +1 -1
  9. package/src/sap/ui/unified/CalendarMonthInterval.js +1 -1
  10. package/src/sap/ui/unified/CalendarOneMonthInterval.js +1 -1
  11. package/src/sap/ui/unified/CalendarRow.js +1 -1
  12. package/src/sap/ui/unified/CalendarTimeInterval.js +1 -1
  13. package/src/sap/ui/unified/CalendarWeekInterval.js +1 -1
  14. package/src/sap/ui/unified/ColorPicker.js +1 -1
  15. package/src/sap/ui/unified/ColorPickerPopover.js +1 -1
  16. package/src/sap/ui/unified/ContentSwitcher.js +1 -1
  17. package/src/sap/ui/unified/Currency.js +1 -1
  18. package/src/sap/ui/unified/CurrencyRenderer.js +1 -1
  19. package/src/sap/ui/unified/DateRange.js +1 -1
  20. package/src/sap/ui/unified/DateTypeRange.js +1 -1
  21. package/src/sap/ui/unified/FileUploader.js +1 -1
  22. package/src/sap/ui/unified/FileUploaderParameter.js +1 -1
  23. package/src/sap/ui/unified/FileUploaderXHRSettings.js +1 -1
  24. package/src/sap/ui/unified/Menu.js +1 -1
  25. package/src/sap/ui/unified/MenuItem.js +1 -1
  26. package/src/sap/ui/unified/MenuItemBase.js +1 -1
  27. package/src/sap/ui/unified/MenuRenderer.js +1 -1
  28. package/src/sap/ui/unified/MenuTextFieldItem.js +1 -1
  29. package/src/sap/ui/unified/Shell.js +1 -1
  30. package/src/sap/ui/unified/ShellHeadItem.js +1 -1
  31. package/src/sap/ui/unified/ShellHeadUserItem.js +1 -1
  32. package/src/sap/ui/unified/ShellLayout.js +1 -1
  33. package/src/sap/ui/unified/ShellOverlay.js +1 -1
  34. package/src/sap/ui/unified/SplitContainer.js +1 -1
  35. package/src/sap/ui/unified/calendar/DatesRow.js +1 -1
  36. package/src/sap/ui/unified/calendar/Header.js +1 -1
  37. package/src/sap/ui/unified/calendar/Month.js +1 -1
  38. package/src/sap/ui/unified/calendar/MonthPicker.js +1 -1
  39. package/src/sap/ui/unified/calendar/MonthsRow.js +1 -1
  40. package/src/sap/ui/unified/calendar/OneMonthDatesRow.js +1 -1
  41. package/src/sap/ui/unified/calendar/TimesRow.js +1 -1
  42. package/src/sap/ui/unified/calendar/YearPicker.js +1 -1
  43. package/src/sap/ui/unified/calendar/YearRangePicker.js +1 -1
  44. package/src/sap/ui/unified/designtime/messagebundle_en_US_sappsd.properties +0 -8
  45. package/src/sap/ui/unified/designtime/messagebundle_en_US_saptrc.properties +6 -6
  46. package/src/sap/ui/unified/library.js +2 -2
  47. package/src/sap/ui/unified/messagebundle_en_US_sappsd.properties +6 -54
  48. package/src/sap/ui/unified/messagebundle_en_US_saptrc.properties +49 -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.17.23
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.78",
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.78"
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.78</version>
9
+ <version>1.71.79</version>
10
10
 
11
11
  <documentation>Unified controls intended for both, mobile and desktop scenarios</documentation>
12
12
 
@@ -73,7 +73,7 @@ sap.ui.define([
73
73
  * Basic Calendar.
74
74
  * This calendar is used for DatePickers
75
75
  * @extends sap.ui.core.Control
76
- * @version 1.71.78
76
+ * @version 1.71.79
77
77
  *
78
78
  * @constructor
79
79
  * @public
@@ -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.78
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.78
58
+ * @version 1.71.79
59
59
  *
60
60
  * @constructor
61
61
  * @public
@@ -34,7 +34,7 @@ sap.ui.define([
34
34
  * @extends sap.ui.core.Control
35
35
  *
36
36
  * @author SAP SE
37
- * @version 1.71.78
37
+ * @version 1.71.79
38
38
  *
39
39
  * @constructor
40
40
  * @public
@@ -21,7 +21,7 @@ sap.ui.define(['sap/ui/core/Element', './library'],
21
21
  * @class
22
22
  * Item to be displayed in a CalendarLegend.
23
23
  * @extends sap.ui.core.Element
24
- * @version 1.71.78
24
+ * @version 1.71.79
25
25
  *
26
26
  * @constructor
27
27
  * @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.78
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.78
60
+ * @version 1.71.79
61
61
  *
62
62
  * @constructor
63
63
  * @private
@@ -71,7 +71,7 @@ sap.ui.define([
71
71
  * @class
72
72
  * A calendar row with a header and appointments. The Appointments will be placed in the defined interval.
73
73
  * @extends sap.ui.core.Control
74
- * @version 1.71.78
74
+ * @version 1.71.79
75
75
  *
76
76
  * @constructor
77
77
  * @public
@@ -68,7 +68,7 @@ sap.ui.define([
68
68
  * @class
69
69
  * Calendar with granularity of time items displayed in one line.
70
70
  * @extends sap.ui.core.Control
71
- * @version 1.71.78
71
+ * @version 1.71.79
72
72
  *
73
73
  * @constructor
74
74
  * @public
@@ -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.78
42
+ * @version 1.71.79
43
43
  *
44
44
  * @constructor
45
45
  * @private
@@ -65,7 +65,7 @@ sap.ui.define([
65
65
  * @extends sap.ui.core.Control
66
66
  *
67
67
  * @author SAP SE
68
- * @version 1.71.78
68
+ * @version 1.71.79
69
69
  *
70
70
  * @constructor
71
71
  * @public
@@ -47,7 +47,7 @@ sap.ui.define([
47
47
  * A thin wrapper over {@link sap.ui.unified.ColorPicker} allowing the latter to be used in a popover.
48
48
  *
49
49
  * @extends sap.ui.core.Control
50
- * @version 1.71.78
50
+ * @version 1.71.79
51
51
  *
52
52
  * @constructor
53
53
  * @public
@@ -31,7 +31,7 @@ sap.ui.define([
31
31
  * @extends sap.ui.core.Control
32
32
  *
33
33
  * @author SAP SE
34
- * @version 1.71.78
34
+ * @version 1.71.79
35
35
  *
36
36
  * @constructor
37
37
  * @public
@@ -54,7 +54,7 @@ sap.ui.define([
54
54
  * @extends sap.ui.core.Control
55
55
  *
56
56
  * @author SAP SE
57
- * @version 1.71.78
57
+ * @version 1.71.79
58
58
  *
59
59
  * @constructor
60
60
  * @public
@@ -14,7 +14,7 @@ sap.ui.define([],
14
14
  /**
15
15
  * Currency renderer.
16
16
  *
17
- * @version 1.71.78
17
+ * @version 1.71.79
18
18
  * @namespace
19
19
  */
20
20
  var CurrencyRenderer = {
@@ -20,7 +20,7 @@ sap.ui.define(['sap/ui/core/Element', './library', 'sap/ui/unified/calendar/Cale
20
20
  * @class
21
21
  * Date range for use in DatePicker
22
22
  * @extends sap.ui.core.Element
23
- * @version 1.71.78
23
+ * @version 1.71.79
24
24
  *
25
25
  * @constructor
26
26
  * @public
@@ -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.78
28
+ * @version 1.71.79
29
29
  *
30
30
  * @constructor
31
31
  * @public
@@ -59,7 +59,7 @@ sap.ui.define([
59
59
  * @implements sap.ui.core.IFormContent, sap.ui.unified.IProcessableBlobs
60
60
  *
61
61
  * @author SAP SE
62
- * @version 1.71.78
62
+ * @version 1.71.79
63
63
  *
64
64
  * @constructor
65
65
  * @public
@@ -22,7 +22,7 @@ sap.ui.define(['sap/ui/core/Element', './library'],
22
22
  * @extends sap.ui.core.Element
23
23
  *
24
24
  * @author SAP SE
25
- * @version 1.71.78
25
+ * @version 1.71.79
26
26
  *
27
27
  * @constructor
28
28
  * @public
@@ -20,7 +20,7 @@ sap.ui.define(['sap/ui/core/Element', './library'],
20
20
  * @extends sap.ui.core.Element
21
21
  *
22
22
  * @author SAP SE
23
- * @version 1.71.78
23
+ * @version 1.71.79
24
24
  *
25
25
  * @constructor
26
26
  * @since 1.52
@@ -59,7 +59,7 @@ sap.ui.define([
59
59
  * @implements sap.ui.core.IContextMenu
60
60
  *
61
61
  * @author SAP SE
62
- * @version 1.71.78
62
+ * @version 1.71.79
63
63
  * @since 1.21.0
64
64
  *
65
65
  * @constructor
@@ -23,7 +23,7 @@ sap.ui.define(['sap/ui/core/IconPool', './MenuItemBase', './library'],
23
23
  * @extends sap.ui.unified.MenuItemBase
24
24
  *
25
25
  * @author SAP SE
26
- * @version 1.71.78
26
+ * @version 1.71.79
27
27
  * @since 1.21.0
28
28
  *
29
29
  * @constructor
@@ -23,7 +23,7 @@ sap.ui.define(['sap/ui/core/Element', './library'],
23
23
  * @extends sap.ui.core.Element
24
24
  *
25
25
  * @author SAP SE
26
- * @version 1.71.78
26
+ * @version 1.71.79
27
27
  * @since 1.21.0
28
28
  *
29
29
  * @constructor
@@ -15,7 +15,7 @@ sap.ui.define([],
15
15
  * Menu renderer.
16
16
  * @author SAP - TD Core UI&AM UI Infra
17
17
  *
18
- * @version 1.71.78
18
+ * @version 1.71.79
19
19
  * @namespace
20
20
  */
21
21
  var MenuRenderer = {
@@ -45,7 +45,7 @@ sap.ui.define([
45
45
  * @extends sap.ui.unified.MenuItemBase
46
46
  *
47
47
  * @author SAP SE
48
- * @version 1.71.78
48
+ * @version 1.71.79
49
49
  * @since 1.21.0
50
50
  *
51
51
  * @constructor
@@ -25,7 +25,7 @@ sap.ui.define(['./ShellHeader', './ShellLayout', './library', './ShellRenderer']
25
25
  * @extends sap.ui.unified.ShellLayout
26
26
  *
27
27
  * @author SAP SE
28
- * @version 1.71.78
28
+ * @version 1.71.79
29
29
  *
30
30
  * @constructor
31
31
  * @public
@@ -28,7 +28,7 @@ sap.ui.define([
28
28
  * @extends sap.ui.core.Element
29
29
  *
30
30
  * @author SAP SE
31
- * @version 1.71.78
31
+ * @version 1.71.79
32
32
  *
33
33
  * @constructor
34
34
  * @public
@@ -27,7 +27,7 @@ sap.ui.define([
27
27
  * @extends sap.ui.core.Element
28
28
  *
29
29
  * @author SAP SE
30
- * @version 1.71.78
30
+ * @version 1.71.79
31
31
  *
32
32
  * @constructor
33
33
  * @public
@@ -48,7 +48,7 @@ sap.ui.define([
48
48
  * @extends sap.ui.core.Control
49
49
  *
50
50
  * @author SAP SE
51
- * @version 1.71.78
51
+ * @version 1.71.79
52
52
  *
53
53
  * @constructor
54
54
  * @public
@@ -40,7 +40,7 @@ sap.ui.define([
40
40
  * @extends sap.ui.core.Control
41
41
  *
42
42
  * @author SAP SE
43
- * @version 1.71.78
43
+ * @version 1.71.79
44
44
  *
45
45
  * @constructor
46
46
  * @public
@@ -33,7 +33,7 @@ sap.ui.define([
33
33
  * @extends sap.ui.core.Control
34
34
  *
35
35
  * @author SAP SE
36
- * @version 1.71.78
36
+ * @version 1.71.79
37
37
  *
38
38
  * @constructor
39
39
  * @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.78
35
+ * @version 1.71.79
36
36
  *
37
37
  * @constructor
38
38
  * @public
@@ -27,7 +27,7 @@ sap.ui.define([
27
27
  *
28
28
  * <b>Note:</b> This is used inside the calendar. Not for standalone usage
29
29
  * @extends sap.ui.core.Control
30
- * @version 1.71.78
30
+ * @version 1.71.79
31
31
  *
32
32
  * @constructor
33
33
  * @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.78
72
+ * @version 1.71.79
73
73
  *
74
74
  * @constructor
75
75
  * @public
@@ -36,7 +36,7 @@ sap.ui.define([
36
36
  * renders a MonthPicker with ItemNavigation
37
37
  * This is used inside the calendar. Not for stand alone usage
38
38
  * @extends sap.ui.core.Control
39
- * @version 1.71.78
39
+ * @version 1.71.79
40
40
  *
41
41
  * @constructor
42
42
  * @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.78
64
+ * @version 1.71.79
65
65
  *
66
66
  * @constructor
67
67
  * @public
@@ -34,7 +34,7 @@ sap.ui.define([
34
34
  * Other usages are not supported.
35
35
  *
36
36
  * @extends sap.ui.unified.calendar.DatesRow
37
- * @version 1.71.78
37
+ * @version 1.71.79
38
38
  *
39
39
  * @constructor
40
40
  * @private
@@ -62,7 +62,7 @@ sap.ui.define([
62
62
  *
63
63
  * The TimesRow works with JavaScript Date objects.
64
64
  * @extends sap.ui.core.Control
65
- * @version 1.71.78
65
+ * @version 1.71.79
66
66
  *
67
67
  * @constructor
68
68
  * @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.78
57
+ * @version 1.71.79
58
58
  *
59
59
  * @constructor
60
60
  * @public
@@ -49,7 +49,7 @@ sap.ui.define([
49
49
  * @extends sap.ui.unified.calendar.YearPicker
50
50
  *
51
51
  * @author SAP SE
52
- * @version 1.71.78
52
+ * @version 1.71.79
53
53
  *
54
54
  * @constructor
55
55
  * @private
@@ -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=On4EqkVFsmffOnWSEgeTTg_Calendar Date Interval
2
+ CALENDARDATEINTERVAL_NAME=JKquYs4MqkTqHjR6WRNu5w_Calendar Date Interval
3
3
 
4
- CALENDARDATEINTERVAL_NAME_PLURAL=uMANGrjZWqZgulrOQ5OAnQ_Calendar Date Intervals
4
+ CALENDARDATEINTERVAL_NAME_PLURAL=ByqG/u0GF6pZMNRFwj++gA_Calendar Date Intervals
5
5
 
6
- CALENDARLEGEND_NAME=myYfLQHm3gV47v5tW4jtfg_Calendar Legend
6
+ CALENDARLEGEND_NAME=eD6YOjjhBnGBJryGNYRYdQ_Calendar Legend
7
7
 
8
- CALENDARLEGEND_NAME_PLURAL=V15KNS+zTnNSe2r9C2pPGw_Calendar Legends
8
+ CALENDARLEGEND_NAME_PLURAL=FS3UXJCxNg/VMO+TD2/oBQ_Calendar Legends
9
9
 
10
- CURRENCY_NAME=D9Ni4NcC8oKtULR22NyI+g_Currency
10
+ CURRENCY_NAME=N1Vc48rpmhkHwoXAPU10Vg_Currency
11
11
 
12
- CURRENCY_NAME_PLURAL=/tiJTDu1SdGsnc2GhT51ow_Currencies
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.78",
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.78
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
- #XACT
59
- 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\u014B \u0177\u0113\u0105\u0157\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
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
- #XBUT: Toggle button for switching between the RGB and HSL/V modes
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
- #XBUT: Tooltip for the RadioButton for selecting the RGB mode
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
- #XBUT: Tooltip for the RadioButton for selecting the HSL/V mode
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=WA2GLJiH6ysQwG3zzyKVDg_Logo
2
+ SHELL_LOGO_TOOLTIP=q7PqF2DuCSzKMhrG7cnjfw_Logo
3
3
 
4
- SHELL_OVERLAY_CLOSE=CzaGwL5AURPGBy7wBofu/A_Close
4
+ SHELL_OVERLAY_CLOSE=lu4OgFsGzO2qIla5i6colQ_Close
5
5
 
6
- MNU_ARIA_NAME=u8c81qkNibSOJsij9na55g_Menu
6
+ MNU_ARIA_NAME=x8Boan7RCPU8bkAMhMgPsQ_Menu
7
7
 
8
- CALENDAR_DIALOG=sEvzr9dY6Bt9wu4pjJjM6A_Calendar
8
+ CALENDAR_DIALOG=A32t0dr1fcokVsN4nWHx2A_Calendar
9
9
 
10
- CALENDAR_WEEK=p9Yiy5z8b/OFRf6DhZbMyw_Calendar Week
10
+ CALENDAR_WEEK=vlQlzMd+EGNJUniYXGD/1g_Calendar Week
11
11
 
12
- CALENDAR_START_DATE=tAxTT5CsGaftoyjPGl5pEA_Start Date
12
+ CALENDAR_START_DATE=Vb8GLjQZh+VPhoUhkPe4LQ_Start Date
13
13
 
14
- CALENDAR_END_DATE=/5BAzGJYM3VISKkYxsrOIg_End Date
14
+ CALENDAR_END_DATE=SFVzQCVwiMPnAJ6+NpO3Lw_End Date
15
15
 
16
- CALENDAR_START_MONTH=vpRLqzixFVUHKnpN+ktyfQ_Start Month
16
+ CALENDAR_START_MONTH=OqtQWRuY788jDz0gtDDF+A_Start Month
17
17
 
18
- CALENDAR_END_MONTH=ZbzA037SzAjdbWxcfnIX6Q_End Month
18
+ CALENDAR_END_MONTH=nUHFwE57k649OxxMg7rgEQ_End Month
19
19
 
20
- CALENDAR_CURRENT_MONTH=pVfoFilagq19C2BGiwXF0g_Current Month
20
+ CALENDAR_CURRENT_MONTH=QBcLtQihsuTj4wr8Uoh6Iw_Current Month
21
21
 
22
- CALENDAR_START_TIME=b1QD6s42SQkD7uk7DCR0jQ_Start Time
22
+ CALENDAR_START_TIME=crAdq+Ax2pzjgz7pDUsUXA_Start Time
23
23
 
24
- CALENDAR_END_TIME=Z/CZND9abwgC+VtFukBQTA_End Time
24
+ CALENDAR_END_TIME=I6Q6WiR0pCoYx/q+3BlQuQ_End Time
25
25
 
26
- CALENDAR_CURRENT_TIME=njnODOH6Isg4umYt4oRmUw_Now
26
+ CALENDAR_CURRENT_TIME=YfkZXf/AvIs2z0HRi+6dng_Now
27
27
 
28
- CALENDAR_CANCEL=MZbg90ucpaweONYwTN/Qfw_Cancel
28
+ CALENDAR_CANCEL=UMw0jnwWZnIApcBIjiveLw_Cancel
29
29
 
30
- CALENDAR_BTN_PREV=c21cB8UhM9jbGcKwQHJfxA_Previous
30
+ CALENDAR_BTN_PREV=LVxbSrfCw+qR1IH/RNpihw_Previous
31
31
 
32
- CALENDAR_BTN_NEXT=lsLgU3w9DV1SABuB/irahw_Next
32
+ CALENDAR_BTN_NEXT=N2s9WA56XlBsxLrUIPdzxA_Next
33
33
 
34
- CALENDAR_DATES_ROW_WEEK_NUMBER=cmmVa/SZZhG0mzsvsT5Enw_Week {0}
34
+ CALENDAR_DATES_ROW_WEEK_NUMBER=3xQEHHEG/IUtJD9KEhQEbA_Week {0}
35
35
 
36
- CALENDAR_MONTH_PICKER_OPEN_HINT=VADNiudICLFBgq9ioErs0Q_Press F4 to select a month
36
+ CALENDAR_MONTH_PICKER_OPEN_HINT=hZGRg/7Ne+w/ZZrm7iZs4Q_Press F4 to select a month
37
37
 
38
- CALENDAR_YEAR_PICKER_OPEN_HINT=aI43twpQsXbvNh69qoG6nw_Press Shift + F4 to select a year
38
+ CALENDAR_YEAR_PICKER_OPEN_HINT=Eqn6Wr7PzTjo5yBl40/uog_Press Shift + F4 to select a year
39
39
 
40
- CALENDAR_YEAR_RANGE_PICKER_OPEN_HINT=i/77U4UglHvGet7pjfdkGQ_Press Shift + F4 to select a year range
40
+ CALENDAR_YEAR_RANGE_PICKER_OPEN_HINT=FUdSmoSHEvRC2Ee1OIhFBw_Press Shift + F4 to select a year range
41
41
 
42
- APPOINTMENT=pTob5e0LiH/kQkziDdK5RA_Appointment
42
+ APPOINTMENT=bgY3TuJA4vV9Jc8EJMBytA_Appointment
43
43
 
44
- APPOINTMENT_TENTATIVE=M/Qzc59ooWp1qeOPhTHvHw_Tentative
44
+ APPOINTMENT_TENTATIVE=ctSrRALi+SVDrzMjxeHKWg_Tentative
45
45
 
46
- FILEUPLOAD_BROWSE=dCoPBWut7/VOlMPUjyCFkA_Browse...
46
+ FILEUPLOAD_BROWSE=pleVDHEZRd0+hlUXCSb/Lg_Browse...
47
47
 
48
- FILEUPLOAD_ACC=Dl7W5IeFEn1lhWcJA3NvLQ_Activate to Select a File
48
+ FILEUPLOAD_ACC=hFMdV8ZfZd0Oe062hY+vqQ_Activate to Select a File
49
49
 
50
- LEGEND_SELECTED=YvuDNLkuQehLOTNoqXp8mQ_Selected
50
+ LEGEND_SELECTED=ouXfWh0uRVaiLJ4aAN8tGA_Selected
51
51
 
52
- LEGEND_TODAY=yQmlXBs1uUw30x1wpUjeFw_Today
52
+ LEGEND_TODAY=yllplviVLqfmpwj+fkeSmQ_Today
53
53
 
54
- LEGEND_NORMAL_DAY=kXrFqSZjftcNs1PgJ5/ZWQ_Working Day
54
+ LEGEND_NORMAL_DAY=vnYAyft+CGj5o1FtE+b3Wg_Working Day
55
55
 
56
- LEGEND_NON_WORKING_DAY=ycKSCW4uCFDEljC0ORHHTA_Non-Working Day
56
+ LEGEND_NON_WORKING_DAY=Gl5NVurHvZxq6d3+zGgn2A_Non-Working Day
57
57
 
58
- LEGEND_UNNAMED_TYPE=k4ejDFgxf70FYTO5UjOAhw_Type {0}
58
+ LEGEND_UNNAMED_TYPE=PjAtdKwr94xrV+SSPP2HpA_Type {0}
59
59
 
60
- APPOINTMENT_SELECTED=o/uTICFxKFawzZkRIWOpxQ_Selected
60
+ APPOINTMENT_SELECTED=kFTneM86WNrwqmf9vBskjA_Selected
61
61
 
62
- COLORPICKER_RED=O7VqKtBDjPEdlUXJl4I6BQ_Red
62
+ COLORPICKER_RED=CnY5c7EtV3cI+ESsFky2nw_Red
63
63
 
64
- COLORPICKER_GREEN=MPbr1pxfH5oPEgLmDbH74Q_Green
64
+ COLORPICKER_GREEN=D2XzYyIQVAaWRG+OCO6gTQ_Green
65
65
 
66
- COLORPICKER_BLUE=B3nBj5PcGETEN0jh3520oA_Blue
66
+ COLORPICKER_BLUE=N62gzG321nzDD/bJFKASOg_Blue
67
67
 
68
- COLORPICKER_HUE=B7l0621U5P3BV5iZhcGc3w_Hue
68
+ COLORPICKER_HUE=JG5LeKO7HQmMz0Oz130ysg_Hue
69
69
 
70
- COLORPICKER_SAT=AfR6H6+nZsO1BzLlBL2Xww_Saturation
70
+ COLORPICKER_SAT=ZqzSoykiLf+765y4qx7MHA_Saturation
71
71
 
72
- COLORPICKER_VALUE=HDv8093CS0M83+N/ct06Nw_Value
72
+ COLORPICKER_VALUE=IB6/uCqiqesUxSoLTfVYQQ_Value
73
73
 
74
- COLORPICKER_HEX=uB3Z+xLloZBzHhy6aBTdEQ_Hexadecimal
74
+ COLORPICKER_HEX=iPcnTzUTV5eNiKJ7lc/h/A_Hexadecimal
75
75
 
76
- COLORPICKER_ALPHA=nOdax7Qx6b2Tjc7b/KcP8Q_Alpha
76
+ COLORPICKER_ALPHA=Xw1/xhV3bWeTfPNjG69nhA_Alpha
77
77
 
78
- COLORPICKER_LIGHTNESS=HdopUTPWgHA/eFRJ9HR28g_Lightness
78
+ COLORPICKER_LIGHTNESS=iAuMP55Ab56pLwooJzNLzw_Lightness
79
79
 
80
- COLORPICKER_NEW_OLD_COLOR=E3nonNMQm0j9bnIIBga4Nw_The original color will be replaced with the new color, following the arrow direction
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=N6FFeaqQctYMRFm5DlrhHQ_Alpha control
82
+ COLORPICKER_ALPHA_SLIDER=ugklDaXLNm8fTS8huSWJow_Alpha control
83
83
 
84
- COLORPICKER_HUE_SLIDER=5bl9wffYuC3hdFZSwdjdzg_Hue control
84
+ COLORPICKER_HUE_SLIDER=wP6/ucJqRFUO7bJW7TA1DA_Hue control
85
85
 
86
- COLORPICKER_TOGGLE_BTN_TOOLTIP=2//xgWXZYE8bYwuCSt5z3w_Toggle Color Mode
86
+ COLORPICKER_TOGGLE_BTN_TOOLTIP=m0AvtqK192mnyxZ218p/lw_Toggle Color Mode
87
87
 
88
- COLORPICKER_SELECT_RGB_TOOLTIP=oJ8cdjOBN7YdYGWWDkQ/FA_RGB Mode
88
+ COLORPICKER_SELECT_RGB_TOOLTIP=YQGW4lLNfVCC3nJmUtYImA_RGB Mode
89
89
 
90
- COLORPICKER_SELECT_HSL_TOOLTIP=1axlirwsHihzFUglWddnXg_HSL Mode
90
+ COLORPICKER_SELECT_HSL_TOOLTIP=eayv0theKqyRQQxP3MQUvw_HSL Mode
91
91
 
92
- COLOR_PICKER_CANCEL=jWknwGLdkULTdXI03R78Yg_Cancel
92
+ COLOR_PICKER_CANCEL=2JQ4c68MUGhdemqL1rs5Xw_Cancel
93
93
 
94
- COLOR_PICKER_SUBMIT=zNyLTn7OX+NwJ9cIkzncOg_OK
94
+ COLOR_PICKER_SUBMIT=2MUQOq15u/n+F8S4TL2cAQ_OK
95
95
 
96
- COLOR_PICKER_TITLE=PFYrnspqBshz3dAXIdhArA_Color Picker
96
+ COLOR_PICKER_TITLE=hzxDIa7sRcGiialQ2Dc8SQ_Color Picker
97
97
 
98
- COLORPICKER_PERCENTAGE=NW0BSiICj5QX6dPkJkinqQ_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\u6B65
30
+ CALENDAR_BTN_PREV=\u4E0A\u4E00\u500B
31
31
 
32
- CALENDAR_BTN_NEXT=\u4E0B\u4E00\u6B65
32
+ CALENDAR_BTN_NEXT=\u4E0B\u4E00\u500B
33
33
 
34
34
  CALENDAR_DATES_ROW_WEEK_NUMBER=\u7B2C {0} \u9031
35
35