@openui5/sap.ui.unified 1.108.30 → 1.108.34
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/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 +3 -2
- 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/IndexPicker.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/MonthRenderer.js +23 -28
- 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_saptrc.properties +6 -6
- package/src/sap/ui/unified/library.js +2 -2
- package/src/sap/ui/unified/messagebundle.properties +3 -0
- package/src/sap/ui/unified/messagebundle_ar.properties +2 -0
- package/src/sap/ui/unified/messagebundle_bg.properties +2 -0
- package/src/sap/ui/unified/messagebundle_ca.properties +2 -0
- package/src/sap/ui/unified/messagebundle_cs.properties +2 -0
- package/src/sap/ui/unified/messagebundle_cy.properties +2 -0
- package/src/sap/ui/unified/messagebundle_da.properties +2 -0
- package/src/sap/ui/unified/messagebundle_de.properties +3 -1
- package/src/sap/ui/unified/messagebundle_el.properties +2 -0
- package/src/sap/ui/unified/messagebundle_en.properties +2 -0
- package/src/sap/ui/unified/messagebundle_en_GB.properties +2 -0
- package/src/sap/ui/unified/messagebundle_en_US_saprigi.properties +2 -0
- package/src/sap/ui/unified/messagebundle_en_US_saptrc.properties +63 -58
- package/src/sap/ui/unified/messagebundle_es.properties +2 -0
- package/src/sap/ui/unified/messagebundle_es_MX.properties +2 -0
- package/src/sap/ui/unified/messagebundle_et.properties +2 -0
- package/src/sap/ui/unified/messagebundle_fi.properties +2 -0
- package/src/sap/ui/unified/messagebundle_fr.properties +2 -0
- package/src/sap/ui/unified/messagebundle_fr_CA.properties +2 -0
- package/src/sap/ui/unified/messagebundle_hi.properties +2 -0
- package/src/sap/ui/unified/messagebundle_hr.properties +2 -0
- package/src/sap/ui/unified/messagebundle_hu.properties +2 -0
- package/src/sap/ui/unified/messagebundle_id.properties +2 -0
- package/src/sap/ui/unified/messagebundle_it.properties +2 -0
- package/src/sap/ui/unified/messagebundle_iw.properties +2 -0
- package/src/sap/ui/unified/messagebundle_ja.properties +2 -0
- package/src/sap/ui/unified/messagebundle_kk.properties +2 -0
- package/src/sap/ui/unified/messagebundle_ko.properties +2 -0
- package/src/sap/ui/unified/messagebundle_lt.properties +2 -0
- package/src/sap/ui/unified/messagebundle_lv.properties +2 -0
- package/src/sap/ui/unified/messagebundle_ms.properties +2 -0
- package/src/sap/ui/unified/messagebundle_nl.properties +2 -0
- package/src/sap/ui/unified/messagebundle_no.properties +2 -0
- package/src/sap/ui/unified/messagebundle_pl.properties +2 -0
- package/src/sap/ui/unified/messagebundle_pt.properties +2 -0
- package/src/sap/ui/unified/messagebundle_pt_PT.properties +2 -0
- package/src/sap/ui/unified/messagebundle_ro.properties +2 -0
- package/src/sap/ui/unified/messagebundle_ru.properties +2 -0
- package/src/sap/ui/unified/messagebundle_sh.properties +2 -0
- package/src/sap/ui/unified/messagebundle_sk.properties +2 -0
- package/src/sap/ui/unified/messagebundle_sl.properties +2 -0
- package/src/sap/ui/unified/messagebundle_sr.properties +2 -0
- package/src/sap/ui/unified/messagebundle_sv.properties +2 -0
- package/src/sap/ui/unified/messagebundle_th.properties +2 -0
- package/src/sap/ui/unified/messagebundle_tr.properties +2 -0
- package/src/sap/ui/unified/messagebundle_uk.properties +2 -0
- package/src/sap/ui/unified/messagebundle_vi.properties +2 -0
- package/src/sap/ui/unified/messagebundle_zh_CN.properties +2 -0
- package/src/sap/ui/unified/messagebundle_zh_TW.properties +2 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openui5/sap.ui.unified",
|
|
3
|
-
"version": "1.108.
|
|
3
|
+
"version": "1.108.34",
|
|
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.108.
|
|
17
|
+
"@openui5/sap.ui.core": "1.108.34"
|
|
18
18
|
}
|
|
19
19
|
}
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
|
|
8
8
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
|
|
9
|
-
<version>1.108.
|
|
9
|
+
<version>1.108.34</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', 'sap/ui/core/
|
|
|
21
21
|
*
|
|
22
22
|
* Applications could inherit from this element to add own fields.
|
|
23
23
|
* @extends sap.ui.unified.DateTypeRange
|
|
24
|
-
* @version 1.108.
|
|
24
|
+
* @version 1.108.34
|
|
25
25
|
*
|
|
26
26
|
* @constructor
|
|
27
27
|
* @public
|
|
@@ -56,7 +56,7 @@ sap.ui.define([
|
|
|
56
56
|
* @class
|
|
57
57
|
* <code>CalendarDateInterval</code> only visualizes the dates in a one-line interval and allows the selection of a single day.
|
|
58
58
|
* @extends sap.ui.unified.Calendar
|
|
59
|
-
* @version 1.108.
|
|
59
|
+
* @version 1.108.34
|
|
60
60
|
*
|
|
61
61
|
* @constructor
|
|
62
62
|
* @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.108.
|
|
68
|
+
* @version 1.108.34
|
|
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.108.
|
|
60
|
+
* @version 1.108.34
|
|
61
61
|
*
|
|
62
62
|
* @constructor
|
|
63
63
|
* @private
|
|
@@ -86,7 +86,7 @@ sap.ui.define([
|
|
|
86
86
|
* @class
|
|
87
87
|
* A calendar row with a header and appointments. The Appointments will be placed in the defined interval.
|
|
88
88
|
* @extends sap.ui.core.Control
|
|
89
|
-
* @version 1.108.
|
|
89
|
+
* @version 1.108.34
|
|
90
90
|
*
|
|
91
91
|
* @constructor
|
|
92
92
|
* @public
|
|
@@ -361,9 +361,10 @@ sap.ui.define([
|
|
|
361
361
|
|
|
362
362
|
this._bRTL = Configuration.getRTL();
|
|
363
363
|
this._oRb = sap.ui.getCore().getLibraryResourceBundle("sap.ui.unified");
|
|
364
|
+
var pattern = this._oRb.getText("APPOINTMENT_DATE_TIME_DESCRIPTION", [_getLocaleData.call(this).getDatePattern("long"), _getLocaleData.call(this).getTimePattern("medium")]);
|
|
364
365
|
|
|
365
366
|
this._oFormatAria = DateFormat.getDateTimeInstance({
|
|
366
|
-
pattern: "EEEE
|
|
367
|
+
pattern: "EEEE " + pattern
|
|
367
368
|
});
|
|
368
369
|
|
|
369
370
|
this._aVisibleAppointments = [];
|
|
@@ -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.108.
|
|
42
|
+
* @version 1.108.34
|
|
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.108.
|
|
28
|
+
* @version 1.108.34
|
|
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.108.
|
|
35
|
+
* @version 1.108.34
|
|
36
36
|
*
|
|
37
37
|
* @constructor
|
|
38
38
|
* @public
|
|
@@ -32,7 +32,7 @@ sap.ui.define([
|
|
|
32
32
|
* This control serves for picking an item from a grid with items which are relative periods in Plannig Calendar.
|
|
33
33
|
* This is used inside the sap.m.PlanningCalendar relative views. Not for stand alone usage.
|
|
34
34
|
* @extends sap.ui.core.Control
|
|
35
|
-
* @version 1.108.
|
|
35
|
+
* @version 1.108.34
|
|
36
36
|
*
|
|
37
37
|
* @constructor
|
|
38
38
|
* @private
|
|
@@ -77,7 +77,7 @@ sap.ui.define([
|
|
|
77
77
|
* If used inside the calendar the properties and aggregation are directly taken from the parent
|
|
78
78
|
* (To not duplicate and sync DateRanges and so on...)
|
|
79
79
|
* @extends sap.ui.core.Control
|
|
80
|
-
* @version 1.108.
|
|
80
|
+
* @version 1.108.34
|
|
81
81
|
*
|
|
82
82
|
* @constructor
|
|
83
83
|
* @public
|
|
@@ -378,8 +378,7 @@ sap.ui.define(['sap/ui/unified/calendar/CalendarUtils', 'sap/ui/unified/calendar
|
|
|
378
378
|
},
|
|
379
379
|
bBeforeFirstYear = oDay._bBeforeFirstYear,
|
|
380
380
|
sAriaType = "",
|
|
381
|
-
oLegend = oHelper.oLegend
|
|
382
|
-
sNonWorkingDayText;
|
|
381
|
+
oLegend = oHelper.oLegend;
|
|
383
382
|
|
|
384
383
|
var sYyyymmdd = oMonth._oFormatYyyymmdd.format(oDay.toUTCJSDate(), true);
|
|
385
384
|
var iWeekDay = oDay.getDay();
|
|
@@ -389,6 +388,10 @@ sap.ui.define(['sap/ui/unified/calendar/CalendarUtils', 'sap/ui/unified/calendar
|
|
|
389
388
|
var bEnabled = oMonth._checkDateEnabled(oDay);
|
|
390
389
|
var i = 0;
|
|
391
390
|
var bShouldBeMarkedAsSpecialDate = oMonth._isSpecialDateMarkerEnabled(oDay);
|
|
391
|
+
|
|
392
|
+
var sNonWorkingDayText = oMonth._oUnifiedRB.getText("LEGEND_NON_WORKING_DAY");
|
|
393
|
+
var aTooltipTexts = [];
|
|
394
|
+
|
|
392
395
|
// Days before 0001.01.01 should be disabled.
|
|
393
396
|
if (bBeforeFirstYear) {
|
|
394
397
|
bEnabled = false;
|
|
@@ -409,7 +412,7 @@ sap.ui.define(['sap/ui/unified/calendar/CalendarUtils', 'sap/ui/unified/calendar
|
|
|
409
412
|
}
|
|
410
413
|
if (oDay.isSame(oHelper.oToday)) {
|
|
411
414
|
oRm.class("sapUiCalItemNow");
|
|
412
|
-
|
|
415
|
+
aTooltipTexts.push(oMonth._oUnifiedRB.getText("LEGEND_TODAY"));
|
|
413
416
|
}
|
|
414
417
|
|
|
415
418
|
if (iSelected > 0) {
|
|
@@ -441,8 +444,8 @@ sap.ui.define(['sap/ui/unified/calendar/CalendarUtils', 'sap/ui/unified/calendar
|
|
|
441
444
|
aDayTypes.forEach(function(oDayType) {
|
|
442
445
|
if (oDayType.type !== CalendarDayType.None) {
|
|
443
446
|
if (oDayType.type === CalendarDayType.NonWorking) {
|
|
447
|
+
aTooltipTexts.push(sNonWorkingDayText);
|
|
444
448
|
oRm.class("sapUiCalItemWeekEnd");
|
|
445
|
-
sNonWorkingDayText = this._addNonWorkingDayText(mAccProps);
|
|
446
449
|
return;
|
|
447
450
|
}
|
|
448
451
|
|
|
@@ -450,26 +453,30 @@ sap.ui.define(['sap/ui/unified/calendar/CalendarUtils', 'sap/ui/unified/calendar
|
|
|
450
453
|
oRm.class("sapUiCalItem" + oDayType.type);
|
|
451
454
|
sAriaType = oDayType.type;
|
|
452
455
|
if (oDayType.tooltip) {
|
|
453
|
-
|
|
456
|
+
aTooltipTexts.push(oDayType.tooltip);
|
|
454
457
|
}
|
|
455
458
|
}
|
|
456
459
|
}
|
|
457
|
-
}
|
|
460
|
+
});
|
|
458
461
|
}
|
|
459
462
|
|
|
460
463
|
|
|
461
|
-
if (
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
this._addNonWorkingDayText(mAccProps);
|
|
470
|
-
}
|
|
464
|
+
if (oHelper.aNonWorkingDays) { // check if there are nonWorkingDays passed and add text to them
|
|
465
|
+
oHelper.aNonWorkingDays.forEach(function (iNonWorkingDay) {
|
|
466
|
+
if (oDay.getDay() === iNonWorkingDay) {
|
|
467
|
+
aTooltipTexts.push(sNonWorkingDayText);
|
|
468
|
+
}
|
|
469
|
+
});
|
|
470
|
+
} else if ((oDay.getDay() === oHelper.iWeekendStart || oDay.getDay() === oHelper.iWeekendEnd)) { // otherwise add the text to the NonWorkigDays from the locale
|
|
471
|
+
aTooltipTexts.push(sNonWorkingDayText);
|
|
471
472
|
}
|
|
472
473
|
|
|
474
|
+
if (aTooltipTexts.length) {
|
|
475
|
+
var aTooltips = aTooltipTexts.filter(function(sText, iPos) {
|
|
476
|
+
return aTooltipTexts.indexOf(sText) === iPos;
|
|
477
|
+
});
|
|
478
|
+
oRm.attr('title', aTooltips.join(" "));
|
|
479
|
+
}
|
|
473
480
|
|
|
474
481
|
//oMonth.getDate() is a public date object, so it is always considered local timezones.
|
|
475
482
|
if (((oMonth.getParent() && oMonth.getParent().getMetadata().getName() === "sap.ui.unified.CalendarOneMonthInterval")
|
|
@@ -557,18 +564,6 @@ sap.ui.define(['sap/ui/unified/calendar/CalendarUtils', 'sap/ui/unified/calendar
|
|
|
557
564
|
|
|
558
565
|
};
|
|
559
566
|
|
|
560
|
-
/**
|
|
561
|
-
* Includes additional text to the DOM indicating that the day is non-working
|
|
562
|
-
*
|
|
563
|
-
* @param {Object} mAccProps The accessibility properties for the day to be rendered.
|
|
564
|
-
* @returns {string} sText The text for the non-working day from the bundle
|
|
565
|
-
*/
|
|
566
|
-
MonthRenderer._addNonWorkingDayText = function (mAccProps) {
|
|
567
|
-
var sText = sap.ui.getCore().getLibraryResourceBundle("sap.ui.unified").getText("LEGEND_NON_WORKING_DAY") + " ";
|
|
568
|
-
mAccProps["label"] += sText;
|
|
569
|
-
return sText;
|
|
570
|
-
};
|
|
571
|
-
|
|
572
567
|
MonthRenderer._renderWeekNumber = function(oRm, oDay, oHelper, oMonth) {
|
|
573
568
|
var iWeekNumber = oMonth._calculateWeekNumber(oDay);
|
|
574
569
|
var sId = oHelper.sId + "-WNum-" + iWeekNumber;
|
|
@@ -60,7 +60,7 @@ sap.ui.define([
|
|
|
60
60
|
* The MontsRow works with JavaScript Date objects, but only the month and the year are used to display and interact.
|
|
61
61
|
* As representation for a month, the 1st of the month will always be returned in the API.
|
|
62
62
|
* @extends sap.ui.core.Control
|
|
63
|
-
* @version 1.108.
|
|
63
|
+
* @version 1.108.34
|
|
64
64
|
*
|
|
65
65
|
* @constructor
|
|
66
66
|
* @public
|
|
@@ -60,7 +60,7 @@ sap.ui.define([
|
|
|
60
60
|
* As in all date-time controls, all pubic JS Date objects that are given (e.g. <code>setDate()</code>) or read
|
|
61
61
|
* (e.g. <code>getFirstRenderedDate</code>) with values which are considered as date objects in browser(local) timezone.
|
|
62
62
|
* @extends sap.ui.core.Control
|
|
63
|
-
* @version 1.108.
|
|
63
|
+
* @version 1.108.34
|
|
64
64
|
*
|
|
65
65
|
* @constructor
|
|
66
66
|
* @public
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
|
|
2
|
-
CALENDARDATEINTERVAL_NAME=
|
|
2
|
+
CALENDARDATEINTERVAL_NAME=5CumBjlTtJDJHH93lTh/uA_Calendar Date Interval
|
|
3
3
|
|
|
4
|
-
CALENDARDATEINTERVAL_NAME_PLURAL=
|
|
4
|
+
CALENDARDATEINTERVAL_NAME_PLURAL=T2IRCnid9EbkFilcznLYqQ_Calendar Date Intervals
|
|
5
5
|
|
|
6
|
-
CALENDARLEGEND_NAME=
|
|
6
|
+
CALENDARLEGEND_NAME=squAxBUyFaZdxnH9yHIzHA_Calendar Legend
|
|
7
7
|
|
|
8
|
-
CALENDARLEGEND_NAME_PLURAL=
|
|
8
|
+
CALENDARLEGEND_NAME_PLURAL=H2vgG4XJhdOIAgSHFXYgWQ_Calendar Legends
|
|
9
9
|
|
|
10
|
-
CURRENCY_NAME=
|
|
10
|
+
CURRENCY_NAME=GDbW+frDXxySw0hnIpZ0Lg_Currency
|
|
11
11
|
|
|
12
|
-
CURRENCY_NAME_PLURAL=
|
|
12
|
+
CURRENCY_NAME_PLURAL=g1cdVD0mz1z/zeZLoEEAFw_Currencies
|
|
13
13
|
|
|
@@ -28,13 +28,13 @@ sap.ui.define([
|
|
|
28
28
|
* @namespace
|
|
29
29
|
* @alias sap.ui.unified
|
|
30
30
|
* @author SAP SE
|
|
31
|
-
* @version 1.108.
|
|
31
|
+
* @version 1.108.34
|
|
32
32
|
* @since 1.28
|
|
33
33
|
* @public
|
|
34
34
|
*/
|
|
35
35
|
var thisLib = sap.ui.getCore().initLibrary({
|
|
36
36
|
name : "sap.ui.unified",
|
|
37
|
-
version: "1.108.
|
|
37
|
+
version: "1.108.34",
|
|
38
38
|
dependencies : ["sap.ui.core"],
|
|
39
39
|
designtime: "sap/ui/unified/designtime/library.designtime",
|
|
40
40
|
types: [
|
|
@@ -82,6 +82,9 @@ APPOINTMENT=Appointment
|
|
|
82
82
|
#XACT: Aria information for tentative appointment
|
|
83
83
|
APPOINTMENT_TENTATIVE=Tentative
|
|
84
84
|
|
|
85
|
+
#XACT: Translation of the word 'at' in the appointment describing text: Wednesday 1 January 2024 at 1:00:00 AM
|
|
86
|
+
APPOINTMENT_DATE_TIME_DESCRIPTION={0}\'' at \''{1}
|
|
87
|
+
|
|
85
88
|
#XBUT: File Uploader - browse button text
|
|
86
89
|
FILEUPLOAD_BROWSE=Browse...
|
|
87
90
|
|
|
@@ -53,6 +53,8 @@ APPOINTMENT=\u0627\u0644\u0645\u0648\u0639\u062F
|
|
|
53
53
|
|
|
54
54
|
APPOINTMENT_TENTATIVE=\u0645\u0628\u062F\u0626\u064A
|
|
55
55
|
|
|
56
|
+
APPOINTMENT_DATE_TIME_DESCRIPTION={0}'' \u0641\u064A ''{1}
|
|
57
|
+
|
|
56
58
|
FILEUPLOAD_BROWSE=\u0627\u0633\u062A\u0639\u0631\u0627\u0636...
|
|
57
59
|
|
|
58
60
|
FILEUPLOAD_ACC=\u062A\u0646\u0634\u064A\u0637 \u0644\u062A\u062D\u062F\u064A\u062F \u0645\u0644\u0641
|
|
@@ -53,6 +53,8 @@ APPOINTMENT=\u0421\u0440\u0435\u0449\u0430
|
|
|
53
53
|
|
|
54
54
|
APPOINTMENT_TENTATIVE=\u0421 \u0440\u0435\u0437\u0435\u0440\u0432\u0438
|
|
55
55
|
|
|
56
|
+
APPOINTMENT_DATE_TIME_DESCRIPTION={0}'' \u0432 ''{1}
|
|
57
|
+
|
|
56
58
|
FILEUPLOAD_BROWSE=\u041F\u0440\u0435\u0433\u043B\u0435\u0434...
|
|
57
59
|
|
|
58
60
|
FILEUPLOAD_ACC=\u0410\u043A\u0442\u0438\u0432\u0438\u0440\u0430\u0439\u0442\u0435 \u0437\u0430 \u0438\u0437\u0431\u043E\u0440 \u043D\u0430 \u0444\u0430\u0439\u043B
|