@tedi-design-system/react 18.1.0-rc.19 → 18.1.0-rc.20
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/bundle-stats.html +1 -1
- package/external/hoist-non-react-statics/external/react-is/cjs/react-is.development.cjs.js +1 -1
- package/external/hoist-non-react-statics/external/react-is/cjs/react-is.development.es.js +1 -1
- package/external/hoist-non-react-statics/external/react-is/cjs/react-is.production.min.cjs.js +1 -1
- package/external/hoist-non-react-statics/external/react-is/cjs/react-is.production.min.es.js +1 -1
- package/external/hoist-non-react-statics/external/react-is/index.cjs.js +1 -1
- package/external/hoist-non-react-statics/external/react-is/index.es.js +1 -1
- package/external/prop-types/external/react-is/cjs/react-is.development.cjs.js +1 -1
- package/external/prop-types/external/react-is/cjs/react-is.development.es.js +1 -1
- package/external/prop-types/external/react-is/cjs/react-is.production.min.cjs.js +1 -1
- package/external/prop-types/external/react-is/cjs/react-is.production.min.es.js +1 -1
- package/external/prop-types/external/react-is/index.cjs.js +1 -1
- package/external/prop-types/external/react-is/index.es.js +1 -1
- package/package.json +1 -1
- package/src/tedi/components/form/file-dropzone/file-dropzone.cjs.js +1 -1
- package/src/tedi/components/form/file-dropzone/file-dropzone.es.js +90 -79
- package/src/tedi/providers/label-provider/labels-map.cjs.js +1 -1
- package/src/tedi/providers/label-provider/labels-map.d.ts +7 -0
- package/src/tedi/providers/label-provider/labels-map.es.js +71 -64
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const l = (e) => e, r = (e) => e, s = (e) => e,
|
|
1
|
+
const l = (e) => e, r = (e) => e, s = (e) => e, t = "https://github.com/mui/mui-x/blob/HEAD/packages/x-date-pickers/src/locales/utils/pickersLocaleTextApi.ts", d = l({
|
|
2
2
|
"tabs.more": {
|
|
3
3
|
description: "Label for the mobile overflow button in Tabs",
|
|
4
4
|
components: ["Tabs"],
|
|
@@ -191,9 +191,9 @@ const l = (e) => e, r = (e) => e, s = (e) => e, n = "https://github.com/mui/mui-
|
|
|
191
191
|
"carousel.slide": {
|
|
192
192
|
description: 'Accessible label / live announcement for a slide, e.g. "Slide 2 of 5"',
|
|
193
193
|
components: ["Carousel"],
|
|
194
|
-
et: (e,
|
|
195
|
-
en: (e,
|
|
196
|
-
ru: (e,
|
|
194
|
+
et: (e, n) => `Slaid ${e} / ${n}`,
|
|
195
|
+
en: (e, n) => `Slide ${e} of ${n}`,
|
|
196
|
+
ru: (e, n) => `Слайд ${e} из ${n}`
|
|
197
197
|
},
|
|
198
198
|
"carousel.move-back": {
|
|
199
199
|
description: "Accessible label for the previous-slide button",
|
|
@@ -412,6 +412,13 @@ const l = (e) => e, r = (e) => e, s = (e) => e, n = "https://github.com/mui/mui-
|
|
|
412
412
|
en: "Drop files here, or click to browse",
|
|
413
413
|
ru: "Перетащите файлы сюда или нажмите, чтобы выбрать"
|
|
414
414
|
},
|
|
415
|
+
"file-dropzone.failed": {
|
|
416
|
+
description: "Screen-reader status announced next to an invalid file in FileDropzone",
|
|
417
|
+
components: ["FileDropzone"],
|
|
418
|
+
et: "Faili üleslaadimine ebaõnnestus",
|
|
419
|
+
en: "File upload failed",
|
|
420
|
+
ru: "Загрузка файла не удалась"
|
|
421
|
+
},
|
|
415
422
|
"file-dropzone.no-file": {
|
|
416
423
|
description: "No file selected label for FileUpload or FileDropzone",
|
|
417
424
|
components: ["FileDropzone", "FileUpload"],
|
|
@@ -432,7 +439,7 @@ const l = (e) => e, r = (e) => e, s = (e) => e, n = "https://github.com/mui/mui-
|
|
|
432
439
|
et: (e) => e === 1 ? `${e} fail valitud` : `${e} faili valitud`,
|
|
433
440
|
en: (e) => e === 1 ? `${e} file selected` : `${e} files selected`,
|
|
434
441
|
ru: (e) => {
|
|
435
|
-
const
|
|
442
|
+
const n = e % 10, o = e % 100, i = n === 1 && o !== 11, a = n >= 2 && n <= 4 && (o < 12 || o > 14);
|
|
436
443
|
return i ? `${e} выбранный файл` : a ? `${e} выбранных файла` : `${e} выбранных файлов`;
|
|
437
444
|
}
|
|
438
445
|
},
|
|
@@ -551,16 +558,16 @@ const l = (e) => e, r = (e) => e, s = (e) => e, n = "https://github.com/mui/mui-
|
|
|
551
558
|
"table.reorder.move": {
|
|
552
559
|
description: "Live-region message while a picked-up column is moved between positions.",
|
|
553
560
|
components: ["Table"],
|
|
554
|
-
et: (e,
|
|
555
|
-
en: (e,
|
|
556
|
-
ru: (e,
|
|
561
|
+
et: (e, n) => `Veerg ${e} positsioonil ${n}.`,
|
|
562
|
+
en: (e, n) => `Column ${e} at position ${n}.`,
|
|
563
|
+
ru: (e, n) => `Столбец ${e} на позиции ${n}.`
|
|
557
564
|
},
|
|
558
565
|
"table.reorder.drop": {
|
|
559
566
|
description: "Live-region message when a column is dropped at its new position.",
|
|
560
567
|
components: ["Table"],
|
|
561
|
-
et: (e,
|
|
562
|
-
en: (e,
|
|
563
|
-
ru: (e,
|
|
568
|
+
et: (e, n) => `Veerg ${e} paigutatud positsioonile ${n}.`,
|
|
569
|
+
en: (e, n) => `Column ${e} moved to position ${n}.`,
|
|
570
|
+
ru: (e, n) => `Столбец ${e} перемещён на позицию ${n}.`
|
|
564
571
|
},
|
|
565
572
|
"table.reorder.cancel": {
|
|
566
573
|
description: "Live-region message when column reordering is cancelled.",
|
|
@@ -761,16 +768,16 @@ const l = (e) => e, r = (e) => e, s = (e) => e, n = "https://github.com/mui/mui-
|
|
|
761
768
|
"table.sort": {
|
|
762
769
|
description: "Accessible label for a column sort button. Receives the current sort direction and, optionally, the column label so screen readers announce which column is sorted.",
|
|
763
770
|
components: ["Table"],
|
|
764
|
-
et: (e,
|
|
765
|
-
const o =
|
|
771
|
+
et: (e, n) => {
|
|
772
|
+
const o = n ? ` veergu ${n}` : "";
|
|
766
773
|
return e === "asc" ? `Sorteeri${o} kahanevalt` : e === "desc" ? `Eemalda${o} sorteerimine` : `Sorteeri${o} kasvavalt`;
|
|
767
774
|
},
|
|
768
|
-
en: (e,
|
|
769
|
-
const o =
|
|
775
|
+
en: (e, n) => {
|
|
776
|
+
const o = n ? ` by ${n}` : "";
|
|
770
777
|
return e === "asc" ? `Sort${o} descending` : e === "desc" ? `Remove sorting${o}` : `Sort${o} ascending`;
|
|
771
778
|
},
|
|
772
|
-
ru: (e,
|
|
773
|
-
const o =
|
|
779
|
+
ru: (e, n) => {
|
|
780
|
+
const o = n ? ` по столбцу ${n}` : "";
|
|
774
781
|
return e === "asc" ? `Сортировать${o} по убыванию` : e === "desc" ? `Отменить сортировку${o}` : `Сортировать${o} по возрастанию`;
|
|
775
782
|
}
|
|
776
783
|
},
|
|
@@ -791,9 +798,9 @@ const l = (e) => e, r = (e) => e, s = (e) => e, n = "https://github.com/mui/mui-
|
|
|
791
798
|
"pagination.page": {
|
|
792
799
|
description: "Label of individual page numbers",
|
|
793
800
|
components: ["Table", "Pagination"],
|
|
794
|
-
et: (e,
|
|
795
|
-
en: (e,
|
|
796
|
-
ru: (e,
|
|
801
|
+
et: (e, n) => n ? `Aktiivne leht, leht ${e}` : `Mine lehele ${e}`,
|
|
802
|
+
en: (e, n) => n ? `Current page, page ${e}` : `Go to page ${e}`,
|
|
803
|
+
ru: (e, n) => n ? `Текущая страница, страница ${e}` : `Перейти на страницу ${e}`
|
|
797
804
|
},
|
|
798
805
|
"pagination.prev-page": {
|
|
799
806
|
description: "Previous page button label",
|
|
@@ -826,9 +833,9 @@ const l = (e) => e, r = (e) => e, s = (e) => e, n = "https://github.com/mui/mui-
|
|
|
826
833
|
"pagination.page-status": {
|
|
827
834
|
description: "Status message announced to screen readers via an aria-live region when the page changes. Receives the current page number and total page count.",
|
|
828
835
|
components: ["Pagination"],
|
|
829
|
-
et: (e,
|
|
830
|
-
en: (e,
|
|
831
|
-
ru: (e,
|
|
836
|
+
et: (e, n) => `Lehekülg ${e ?? 0} / ${n ?? 0}`,
|
|
837
|
+
en: (e, n) => `Page ${e ?? 0} of ${n ?? 0}`,
|
|
838
|
+
ru: (e, n) => `Страница ${e ?? 0} из ${n ?? 0}`
|
|
832
839
|
},
|
|
833
840
|
"table-of-contents.title": {
|
|
834
841
|
description: "Title of the table of contents",
|
|
@@ -894,28 +901,28 @@ const l = (e) => e, r = (e) => e, s = (e) => e, n = "https://github.com/mui/mui-
|
|
|
894
901
|
ru: "редактировать"
|
|
895
902
|
},
|
|
896
903
|
"pickers.previousMonth": {
|
|
897
|
-
description: `Translation for ${
|
|
904
|
+
description: `Translation for ${t}`,
|
|
898
905
|
components: ["Pickers", "DateField"],
|
|
899
906
|
et: "Eelmine kuu",
|
|
900
907
|
en: "Previous month",
|
|
901
908
|
ru: "Прошлый месяц"
|
|
902
909
|
},
|
|
903
910
|
"pickers.nextMonth": {
|
|
904
|
-
description: `Translation for ${
|
|
911
|
+
description: `Translation for ${t}`,
|
|
905
912
|
components: ["Pickers", "DateField"],
|
|
906
913
|
et: "Järgmine kuu",
|
|
907
914
|
en: "Next month",
|
|
908
915
|
ru: "Следующий месяц"
|
|
909
916
|
},
|
|
910
917
|
"pickers.previousYear": {
|
|
911
|
-
description: `Translation for ${
|
|
918
|
+
description: `Translation for ${t}`,
|
|
912
919
|
components: ["Pickers", "DateField"],
|
|
913
920
|
et: "Eelmine aasta",
|
|
914
921
|
en: "Previous year",
|
|
915
922
|
ru: "Предыдущий год"
|
|
916
923
|
},
|
|
917
924
|
"pickers.nextYear": {
|
|
918
|
-
description: `Translation for ${
|
|
925
|
+
description: `Translation for ${t}`,
|
|
919
926
|
components: ["Pickers", "DateField"],
|
|
920
927
|
et: "Järgmine aasta",
|
|
921
928
|
en: "Next year",
|
|
@@ -934,154 +941,154 @@ const l = (e) => e, r = (e) => e, s = (e) => e, n = "https://github.com/mui/mui-
|
|
|
934
941
|
ru: "Выбор месяца"
|
|
935
942
|
},
|
|
936
943
|
"pickers.openPreviousView": {
|
|
937
|
-
description: `Translation for ${
|
|
944
|
+
description: `Translation for ${t}`,
|
|
938
945
|
components: ["Pickers"],
|
|
939
946
|
et: "Ava eelmine vaade",
|
|
940
947
|
en: "Open previous view",
|
|
941
948
|
ru: "Открыть предыдущий вид"
|
|
942
949
|
},
|
|
943
950
|
"pickers.openNextView": {
|
|
944
|
-
description: `Translation for ${
|
|
951
|
+
description: `Translation for ${t}`,
|
|
945
952
|
components: ["Pickers"],
|
|
946
953
|
et: "Ava järgmine vaade",
|
|
947
954
|
en: "Open next view",
|
|
948
955
|
ru: "Открыть следующий вид"
|
|
949
956
|
},
|
|
950
957
|
"pickers.cancelButtonLabel": {
|
|
951
|
-
description: `Translation for ${
|
|
958
|
+
description: `Translation for ${t}`,
|
|
952
959
|
components: ["Pickers"],
|
|
953
960
|
et: "Tühista",
|
|
954
961
|
en: "Cancel",
|
|
955
962
|
ru: "Отмена"
|
|
956
963
|
},
|
|
957
964
|
"pickers.clearButtonLabel": {
|
|
958
|
-
description: `Translation for ${
|
|
965
|
+
description: `Translation for ${t}`,
|
|
959
966
|
components: ["Pickers"],
|
|
960
967
|
et: "Tühjenda",
|
|
961
968
|
en: "Clear",
|
|
962
969
|
ru: "Очистить"
|
|
963
970
|
},
|
|
964
971
|
"pickers.okButtonLabel": {
|
|
965
|
-
description: `Translation for ${
|
|
972
|
+
description: `Translation for ${t}`,
|
|
966
973
|
components: ["Pickers"],
|
|
967
974
|
et: "Kinnita",
|
|
968
975
|
en: "Confirm",
|
|
969
976
|
ru: "Подтвердить"
|
|
970
977
|
},
|
|
971
978
|
"pickers.todayButtonLabel": {
|
|
972
|
-
description: `Translation for ${
|
|
979
|
+
description: `Translation for ${t}`,
|
|
973
980
|
components: ["Pickers"],
|
|
974
981
|
et: "Täna",
|
|
975
982
|
en: "Today",
|
|
976
983
|
ru: " Сегодня"
|
|
977
984
|
},
|
|
978
985
|
"pickers.start": {
|
|
979
|
-
description: `Translation for ${
|
|
986
|
+
description: `Translation for ${t}`,
|
|
980
987
|
components: ["Pickers"],
|
|
981
988
|
et: "Algus",
|
|
982
989
|
en: "Start",
|
|
983
990
|
ru: "Начало"
|
|
984
991
|
},
|
|
985
992
|
"pickers.end": {
|
|
986
|
-
description: `Translation for ${
|
|
993
|
+
description: `Translation for ${t}`,
|
|
987
994
|
components: ["Pickers"],
|
|
988
995
|
et: "Lõpp",
|
|
989
996
|
en: "End",
|
|
990
997
|
ru: "Конец"
|
|
991
998
|
},
|
|
992
999
|
"pickers.calendarViewSwitchingButtonAriaLabel": {
|
|
993
|
-
description: `Translation for ${
|
|
1000
|
+
description: `Translation for ${t}`,
|
|
994
1001
|
components: ["Pickers"],
|
|
995
1002
|
et: (e) => e === "day" ? "Kalendri vaade on lahti, lülitu aasta vaatesse" : e === "month" ? "Kuu vaade on lahti, lülitu aasta vaatesse" : "Aasta vaade on lahti, lülitu kalendri vaatesse",
|
|
996
1003
|
en: (e) => e === "day" ? "Calendar view is open, switch to year view" : e === "month" ? "Month view is open, switch to year view" : "Year view is open, switch to calendar view",
|
|
997
1004
|
ru: (e) => e === "day" ? "Открыт календарный вид, переключиться на годовой вид" : e === "month" ? "Открыт месячный вид, переключиться на месячный вид" : "Открыт годовой вид, переключиться на календарный вид"
|
|
998
1005
|
},
|
|
999
1006
|
"pickers.inputModeToggleButtonAriaLabel": {
|
|
1000
|
-
description: `Translation for ${
|
|
1007
|
+
description: `Translation for ${t}`,
|
|
1001
1008
|
components: ["Pickers"],
|
|
1002
|
-
et: (e,
|
|
1003
|
-
en: (e,
|
|
1004
|
-
ru: (e,
|
|
1009
|
+
et: (e, n) => e ? `Teksti välja vaade on lahti, mine ${n === "calendar" ? "kalendri" : "kella"} vaatesse` : `${n === "calendar" ? "Kalendri" : "Kella"} vaade on lahti, mine teksti välja vaatesse`,
|
|
1010
|
+
en: (e, n) => e ? `Text input view is open, go to ${n === "calendar" ? "calendar" : "clock"} view` : `${n === "calendar" ? "Calendar" : "Clock"} view is open, go to text input view`,
|
|
1011
|
+
ru: (e, n) => e ? `Вид ввода текста открыт, перейти к виду ${n === "calendar" ? "календаря" : "времени"}` : `Вид ${n === "calendar" ? "календаря" : "времени"} открыт, перейти к виду ввода текста`
|
|
1005
1012
|
},
|
|
1006
1013
|
"pickers.clockLabelText": {
|
|
1007
|
-
description: `Translation for ${
|
|
1014
|
+
description: `Translation for ${t}`,
|
|
1008
1015
|
components: ["Pickers"],
|
|
1009
|
-
et: (e,
|
|
1010
|
-
en: (e,
|
|
1011
|
-
ru: (e,
|
|
1016
|
+
et: (e, n, o) => `Vali ${e === "hours" ? "tunnid" : e === "minutes" ? "minutid" : "sekundid"}. ${n === null ? "Aega pole valitud" : `Valitud aeg on ${o.format(n, "fullTime")}`}`,
|
|
1017
|
+
en: (e, n, o) => `Select ${e === "hours" ? "hours" : e === "minutes" ? "minutes" : "seconds"}. ${n === null ? "No time selected" : `Selected time is ${o.format(n, "fullTime")}`}`,
|
|
1018
|
+
ru: (e, n, o) => `Выбрать ${e === "hours" ? "часы" : e === "minutes" ? "минуты" : "секунды"}. ${n === null ? "Время не выбрано" : `Выбранное время ${o.format(n, "fullTime")}`}`
|
|
1012
1019
|
},
|
|
1013
1020
|
"pickers.hoursClockNumberText": {
|
|
1014
|
-
description: `Translation for ${
|
|
1021
|
+
description: `Translation for ${t}`,
|
|
1015
1022
|
components: ["Pickers"],
|
|
1016
1023
|
et: (e) => `${e} tundi`,
|
|
1017
1024
|
en: (e) => `${e} hours`,
|
|
1018
1025
|
ru: (e) => `${e} часов`
|
|
1019
1026
|
},
|
|
1020
1027
|
"pickers.minutesClockNumberText": {
|
|
1021
|
-
description: `Translation for ${
|
|
1028
|
+
description: `Translation for ${t}`,
|
|
1022
1029
|
components: ["Pickers"],
|
|
1023
1030
|
et: (e) => `${e} minutit`,
|
|
1024
1031
|
en: (e) => `${e} minutes`,
|
|
1025
1032
|
ru: (e) => `${e} минут`
|
|
1026
1033
|
},
|
|
1027
1034
|
"pickers.secondsClockNumberText": {
|
|
1028
|
-
description: `Translation for ${
|
|
1035
|
+
description: `Translation for ${t}`,
|
|
1029
1036
|
components: ["Pickers"],
|
|
1030
1037
|
et: (e) => `${e} sekundit`,
|
|
1031
1038
|
en: (e) => `${e} seconds`,
|
|
1032
1039
|
ru: (e) => `${e} секунд`
|
|
1033
1040
|
},
|
|
1034
1041
|
"pickers.openDatePickerDialogue": {
|
|
1035
|
-
description: `Translation for ${
|
|
1042
|
+
description: `Translation for ${t}`,
|
|
1036
1043
|
components: ["Pickers"],
|
|
1037
|
-
et: (e,
|
|
1038
|
-
en: (e,
|
|
1039
|
-
ru: (e,
|
|
1044
|
+
et: (e, n) => e !== null && n.isValid(e) ? `Vali kuupäev, valitud kuupäev on ${n.format(e, "fullDate")}` : "Vali kuupäev",
|
|
1045
|
+
en: (e, n) => e !== null && n.isValid(e) ? `Choose date, selected date is ${n.format(e, "fullDate")}` : "Choose date",
|
|
1046
|
+
ru: (e, n) => e !== null && n.isValid(e) ? `Выберите дату, выбранная дата ${n.format(e, "fullDate")}` : "Выберите дату"
|
|
1040
1047
|
},
|
|
1041
1048
|
"pickers.openTimePickerDialogue": {
|
|
1042
|
-
description: `Translation for ${
|
|
1049
|
+
description: `Translation for ${t}`,
|
|
1043
1050
|
components: ["Pickers"],
|
|
1044
|
-
et: (e,
|
|
1045
|
-
en: (e,
|
|
1046
|
-
ru: (e,
|
|
1051
|
+
et: (e, n) => e !== null && n.isValid(e) ? `Vali kellaaeg, valitud kellaaeg on ${n.format(e, "fullTime")}` : "Vali kellaaeg",
|
|
1052
|
+
en: (e, n) => e !== null && n.isValid(e) ? `Choose time, selected time is ${n.format(e, "fullTime")}` : "Choose time",
|
|
1053
|
+
ru: (e, n) => e !== null && n.isValid(e) ? `Выберите время, выбранное время ${n.format(e, "fullTime")}` : "Выберите время"
|
|
1047
1054
|
},
|
|
1048
1055
|
"pickers.timeTableLabel": {
|
|
1049
|
-
description: `Translation for ${
|
|
1056
|
+
description: `Translation for ${t}`,
|
|
1050
1057
|
components: ["Pickers"],
|
|
1051
1058
|
et: "Vali kellaaeg",
|
|
1052
1059
|
en: "Pick time",
|
|
1053
1060
|
ru: "Выберите время"
|
|
1054
1061
|
},
|
|
1055
1062
|
"pickers.dateTableLabel": {
|
|
1056
|
-
description: `Translation for ${
|
|
1063
|
+
description: `Translation for ${t}`,
|
|
1057
1064
|
components: ["Pickers"],
|
|
1058
1065
|
et: "Vali kuupäev",
|
|
1059
1066
|
en: "Pick date",
|
|
1060
1067
|
ru: "Выберите дату"
|
|
1061
1068
|
},
|
|
1062
1069
|
"pickers.datePickerDefaultToolbarTitle": {
|
|
1063
|
-
description: `Translation for ${
|
|
1070
|
+
description: `Translation for ${t}`,
|
|
1064
1071
|
components: ["Pickers"],
|
|
1065
1072
|
et: "Vali kuupäev",
|
|
1066
1073
|
en: "Pick date",
|
|
1067
1074
|
ru: "Выберите дату"
|
|
1068
1075
|
},
|
|
1069
1076
|
"pickers.dateTimePickerDefaultToolbarTitle": {
|
|
1070
|
-
description: `Translation for ${
|
|
1077
|
+
description: `Translation for ${t}`,
|
|
1071
1078
|
components: ["Pickers"],
|
|
1072
1079
|
et: "Vali kuupäev ja kellaaeg",
|
|
1073
1080
|
en: "Pick date and time",
|
|
1074
1081
|
ru: "Выберите время и дату"
|
|
1075
1082
|
},
|
|
1076
1083
|
"pickers.timePickerDefaultToolbarTitle": {
|
|
1077
|
-
description: `Translation for ${
|
|
1084
|
+
description: `Translation for ${t}`,
|
|
1078
1085
|
components: ["Pickers"],
|
|
1079
1086
|
et: "Vali kellaaeg",
|
|
1080
1087
|
en: "Pick time",
|
|
1081
1088
|
ru: "Выберите время"
|
|
1082
1089
|
},
|
|
1083
1090
|
"pickers.dateRangePickerDefaultToolbarTitle": {
|
|
1084
|
-
description: `Translation for ${
|
|
1091
|
+
description: `Translation for ${t}`,
|
|
1085
1092
|
components: ["Pickers"],
|
|
1086
1093
|
et: "Vali kuupäeva vahemik",
|
|
1087
1094
|
en: "Pick date range",
|
|
@@ -1132,9 +1139,9 @@ const l = (e) => e, r = (e) => e, s = (e) => e, n = "https://github.com/mui/mui-
|
|
|
1132
1139
|
"sidenav.toggleSubmenuChildren": {
|
|
1133
1140
|
description: "Side navigation label for toggling submenu",
|
|
1134
1141
|
components: ["Sidenav"],
|
|
1135
|
-
et: ({ isCollapsedInternal: e, children:
|
|
1136
|
-
en: ({ isCollapsedInternal: e, children:
|
|
1137
|
-
ru: ({ isCollapsedInternal: e, children:
|
|
1142
|
+
et: ({ isCollapsedInternal: e, children: n }) => e ? `Sulge ${n} alammenüü` : `Ava ${n} alammenüü`,
|
|
1143
|
+
en: ({ isCollapsedInternal: e, children: n }) => e ? `Close ${n} submenu` : `Open ${n} submenu`,
|
|
1144
|
+
ru: ({ isCollapsedInternal: e, children: n }) => e ? `Закрыть подменю ${n}` : `Открыть подменю ${n}`
|
|
1138
1145
|
},
|
|
1139
1146
|
"sidenav.submenu": {
|
|
1140
1147
|
description: "Side navigation label for submenu",
|