cozy-ui 130.1.0 → 130.3.0
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/CHANGELOG.md +14 -0
- package/assets/icons/illus/cozy-upgrade.svg +1 -1
- package/package.json +1 -1
- package/react/ActionsBar/locales/ru.json +4 -0
- package/react/ActionsBar/locales/vi.json +4 -0
- package/react/ActionsBar/locales/withActionsLocales.jsx +5 -1
- package/react/ActionsMenu/Actions/locales/ru.json +29 -0
- package/react/ActionsMenu/Actions/locales/vi.json +29 -0
- package/react/ActionsMenu/Actions/locales/withActionsLocales.jsx +5 -1
- package/react/AppSections/Sections.jsx +5 -1
- package/react/AppSections/locales/ru.json +37 -0
- package/react/AppSections/locales/vi.json +37 -0
- package/react/AppTile/index.jsx +3 -1
- package/react/AppTile/locales/ru.json +9 -0
- package/react/AppTile/locales/vi.json +9 -0
- package/react/Contacts/AddModal/ContactAddressDialog/locales/index.jsx +5 -1
- package/react/Contacts/AddModal/ContactAddressDialog/locales/ru.json +25 -0
- package/react/Contacts/AddModal/ContactAddressDialog/locales/vi.json +25 -0
- package/react/Contacts/AddModal/ContactForm/locales/index.jsx +5 -1
- package/react/Contacts/AddModal/ContactForm/locales/ru.json +75 -0
- package/react/Contacts/AddModal/ContactForm/locales/vi.json +75 -0
- package/react/Contacts/AddModal/CustomLabelDialog/locales/index.jsx +5 -1
- package/react/Contacts/AddModal/CustomLabelDialog/locales/ru.json +15 -0
- package/react/Contacts/AddModal/CustomLabelDialog/locales/vi.json +15 -0
- package/react/Contacts/AddModal/locales/index.jsx +5 -1
- package/react/Contacts/AddModal/locales/ru.json +13 -0
- package/react/Contacts/AddModal/locales/vi.json +13 -0
- package/react/Contacts/GroupsSelect/locales/index.jsx +5 -1
- package/react/Contacts/GroupsSelect/locales/ru.json +21 -0
- package/react/Contacts/GroupsSelect/locales/vi.json +21 -0
- package/react/Contacts/Header/locales/index.jsx +5 -1
- package/react/Contacts/Header/locales/ru.json +15 -0
- package/react/Contacts/Header/locales/vi.json +15 -0
- package/react/ContactsList/locales/ru.json +5 -0
- package/react/ContactsList/locales/vi.json +5 -0
- package/react/ContactsList/locales/withContactsListLocales.jsx +5 -1
- package/react/ContactsListModal/locales/ru.json +11 -0
- package/react/ContactsListModal/locales/vi.json +11 -0
- package/react/CozyDialogs/SpecificDialogs/locales/ru.json +27 -0
- package/react/CozyDialogs/SpecificDialogs/locales/vi.json +27 -0
- package/react/CozyDialogs/SpecificDialogs/withSpecificDialogsLocales.jsx +5 -1
- package/react/CozyDialogs/locales.js +8 -0
- package/react/DatePicker/locales/ru.json +8 -0
- package/react/DatePicker/locales/vi.json +8 -0
- package/react/DatePicker/locales/withOwnLocales.jsx +5 -1
- package/react/FilePicker/FilePickerFooter.jsx +3 -1
- package/react/FilePicker/locales/ru.json +8 -0
- package/react/FilePicker/locales/vi.json +8 -0
- package/react/Icons/CozyUpgrade.jsx +27 -39
- package/react/ListItem/hoc/withListItemLocales.jsx +5 -1
- package/react/ListItem/locales/ru.json +75 -0
- package/react/ListItem/locales/vi.json +75 -0
- package/react/Nav/locales/ru.json +6 -0
- package/react/Nav/locales/vi.json +6 -0
- package/react/Nav/locales/withNavLocales.jsx +5 -1
- package/react/PasswordField/index.jsx +5 -1
- package/react/PasswordField/locales/ru.json +6 -0
- package/react/PasswordField/locales/vi.json +6 -0
- package/react/Paywall/Readme.md +27 -37
- package/react/Paywall/locales/ru.json +95 -0
- package/react/Paywall/locales/vi.json +95 -0
- package/react/Paywall/locales/withPaywallLocales.jsx +5 -1
- package/react/QualificationGrid/locales/ru.json +15 -0
- package/react/QualificationGrid/locales/vi.json +15 -0
- package/react/QualificationGrid/locales/withLocales.jsx +5 -1
- package/react/QualificationModal/locales/index.jsx +5 -1
- package/react/QualificationModal/locales/ru.json +6 -0
- package/react/QualificationModal/locales/vi.json +6 -0
- package/react/SearchBar/locales/ru.json +5 -0
- package/react/SearchBar/locales/vi.json +5 -0
- package/react/SearchBar/locales/withOnlyLocales.jsx +5 -1
- package/react/Storage/locales/index.jsx +5 -1
- package/react/Storage/locales/ru.json +7 -0
- package/react/Storage/locales/vi.json +7 -0
- package/react/UploadQueue/index.jsx +5 -1
- package/react/UploadQueue/locales/ru.json +10 -0
- package/react/UploadQueue/locales/vi.json +10 -0
- package/react/deprecated/ActionMenu/Actions/locales/ru.json +8 -0
- package/react/deprecated/ActionMenu/Actions/locales/vi.json +8 -0
- package/react/deprecated/ActionMenu/Actions/locales/withActionsLocales.jsx +5 -1
- package/react/hooks/useConfirmExit/index.jsx +3 -1
- package/react/hooks/useConfirmExit/locales/ru.json +8 -0
- package/react/hooks/useConfirmExit/locales/vi.json +8 -0
- package/transpiled/react/ActionsBar/locales/withActionsLocales.d.ts +4 -0
- package/transpiled/react/ActionsBar/locales/withActionsLocales.js +11 -1
- package/transpiled/react/ActionsMenu/Actions/locales/withActionsLocales.d.ts +4 -0
- package/transpiled/react/ActionsMenu/Actions/locales/withActionsLocales.js +61 -1
- package/transpiled/react/AppSections/Sections.js +77 -1
- package/transpiled/react/AppTile/index.js +21 -1
- package/transpiled/react/Contacts/AddModal/ContactAddressDialog/locales/index.d.ts +4 -0
- package/transpiled/react/Contacts/AddModal/ContactAddressDialog/locales/index.js +53 -1
- package/transpiled/react/Contacts/AddModal/ContactForm/locales/index.d.ts +4 -0
- package/transpiled/react/Contacts/AddModal/ContactForm/locales/index.js +153 -1
- package/transpiled/react/Contacts/AddModal/CustomLabelDialog/locales/index.d.ts +4 -0
- package/transpiled/react/Contacts/AddModal/CustomLabelDialog/locales/index.js +33 -1
- package/transpiled/react/Contacts/AddModal/locales/index.d.ts +4 -0
- package/transpiled/react/Contacts/AddModal/locales/index.js +29 -1
- package/transpiled/react/Contacts/GroupsSelect/locales/index.d.ts +4 -0
- package/transpiled/react/Contacts/GroupsSelect/locales/index.js +45 -1
- package/transpiled/react/Contacts/Header/locales/index.d.ts +4 -0
- package/transpiled/react/Contacts/Header/locales/index.js +33 -1
- package/transpiled/react/ContactsList/locales/withContactsListLocales.d.ts +4 -0
- package/transpiled/react/ContactsList/locales/withContactsListLocales.js +13 -1
- package/transpiled/react/CozyDialogs/SpecificDialogs/withSpecificDialogsLocales.d.ts +4 -0
- package/transpiled/react/CozyDialogs/SpecificDialogs/withSpecificDialogsLocales.js +57 -1
- package/transpiled/react/CozyDialogs/locales.d.ts +12 -0
- package/transpiled/react/CozyDialogs/locales.js +8 -0
- package/transpiled/react/DatePicker/locales/withOwnLocales.d.ts +4 -0
- package/transpiled/react/DatePicker/locales/withOwnLocales.js +19 -1
- package/transpiled/react/FilePicker/FilePickerFooter.js +19 -1
- package/transpiled/react/Icon/icons-sprite.d.ts +1 -1
- package/transpiled/react/Icon/icons-sprite.js +1 -1
- package/transpiled/react/Icons/CozyUpgrade.js +25 -63
- package/transpiled/react/ListItem/hoc/withListItemLocales.d.ts +4 -0
- package/transpiled/react/ListItem/hoc/withListItemLocales.js +153 -1
- package/transpiled/react/Nav/locales/withNavLocales.d.ts +4 -0
- package/transpiled/react/Nav/locales/withNavLocales.js +15 -1
- package/transpiled/react/PasswordField/index.d.ts +4 -0
- package/transpiled/react/PasswordField/index.js +15 -1
- package/transpiled/react/Paywall/locales/withPaywallLocales.js +193 -1
- package/transpiled/react/QualificationGrid/locales/withLocales.d.ts +4 -0
- package/transpiled/react/QualificationGrid/locales/withLocales.js +33 -1
- package/transpiled/react/QualificationModal/locales/index.d.ts +4 -0
- package/transpiled/react/QualificationModal/locales/index.js +15 -1
- package/transpiled/react/SearchBar/locales/withOnlyLocales.d.ts +4 -0
- package/transpiled/react/SearchBar/locales/withOnlyLocales.js +13 -1
- package/transpiled/react/Storage/locales/index.d.ts +4 -0
- package/transpiled/react/Storage/locales/index.js +17 -1
- package/transpiled/react/UploadQueue/index.js +23 -1
- package/transpiled/react/deprecated/ActionMenu/Actions/locales/withActionsLocales.d.ts +4 -0
- package/transpiled/react/deprecated/ActionMenu/Actions/locales/withActionsLocales.js +19 -1
- package/transpiled/react/hooks/useConfirmExit/index.js +19 -1
|
@@ -28,9 +28,41 @@ var fr = {
|
|
|
28
28
|
work_study: "Travail"
|
|
29
29
|
}
|
|
30
30
|
};
|
|
31
|
+
var ru = {
|
|
32
|
+
themes: {
|
|
33
|
+
activity: "\u0414\u0435\u044F\u0442\u0435\u043B\u044C\u043D\u043E\u0441\u0442\u044C",
|
|
34
|
+
family: "\u0421\u0435\u043C\u044C\u044F",
|
|
35
|
+
finance: "\u0424\u0438\u043D\u0430\u043D\u0441\u044B",
|
|
36
|
+
health: "\u0417\u0434\u043E\u0440\u043E\u0432\u044C\u0435",
|
|
37
|
+
home: "\u0414\u043E\u043C",
|
|
38
|
+
identity: "\u041B\u0438\u0447\u043D\u043E\u0441\u0442\u044C",
|
|
39
|
+
invoice: "\u0421\u0447\u0435\u0442",
|
|
40
|
+
others: "\u041F\u0440\u043E\u0447\u0435\u0435",
|
|
41
|
+
transport: "\u0422\u0440\u0430\u043D\u0441\u043F\u043E\u0440\u0442",
|
|
42
|
+
undefined: "\u041D\u0435 \u043E\u043F\u0440\u0435\u0434\u0435\u043B\u0435\u043D\u043E",
|
|
43
|
+
work_study: "\u0420\u0430\u0431\u043E\u0442\u0430"
|
|
44
|
+
}
|
|
45
|
+
};
|
|
46
|
+
var vi = {
|
|
47
|
+
themes: {
|
|
48
|
+
activity: "Ho\u1EA1t \u0111\u1ED9ng",
|
|
49
|
+
family: "Gia \u0111\xECnh",
|
|
50
|
+
finance: "T\xE0i ch\xEDnh",
|
|
51
|
+
health: "S\u1EE9c kh\u1ECFe",
|
|
52
|
+
home: "Nh\xE0",
|
|
53
|
+
identity: "Danh t\xEDnh",
|
|
54
|
+
invoice: "H\xF3a \u0111\u01A1n",
|
|
55
|
+
others: "Kh\xE1c",
|
|
56
|
+
transport: "Giao th\xF4ng",
|
|
57
|
+
undefined: "Ch\u01B0a x\xE1c \u0111\u1ECBnh",
|
|
58
|
+
work_study: "C\xF4ng vi\u1EC7c"
|
|
59
|
+
}
|
|
60
|
+
};
|
|
31
61
|
import withOnlyLocales from "cozy-ui/transpiled/react/providers/I18n/withOnlyLocales";
|
|
32
62
|
export var locales = {
|
|
33
63
|
en: en,
|
|
34
|
-
fr: fr
|
|
64
|
+
fr: fr,
|
|
65
|
+
ru: ru,
|
|
66
|
+
vi: vi
|
|
35
67
|
};
|
|
36
68
|
export default withOnlyLocales(locales);
|
|
@@ -10,7 +10,21 @@ var fr = {
|
|
|
10
10
|
noDataLabel: "Aucun r\xE9sultat"
|
|
11
11
|
}
|
|
12
12
|
};
|
|
13
|
+
var ru = {
|
|
14
|
+
QualificationModal: {
|
|
15
|
+
title: "\u0422\u0438\u043F \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430",
|
|
16
|
+
noDataLabel: "\u041D\u0435\u0442 \u0440\u0435\u0437\u0443\u043B\u044C\u0442\u0430\u0442\u043E\u0432"
|
|
17
|
+
}
|
|
18
|
+
};
|
|
19
|
+
var vi = {
|
|
20
|
+
QualificationModal: {
|
|
21
|
+
title: "Lo\u1EA1i t\xE0i li\u1EC7u",
|
|
22
|
+
noDataLabel: "Kh\xF4ng c\xF3 k\u1EBFt qu\u1EA3"
|
|
23
|
+
}
|
|
24
|
+
};
|
|
13
25
|
export var locales = {
|
|
14
26
|
en: en,
|
|
15
|
-
fr: fr
|
|
27
|
+
fr: fr,
|
|
28
|
+
ru: ru,
|
|
29
|
+
vi: vi
|
|
16
30
|
};
|
|
@@ -1,8 +1,12 @@
|
|
|
1
1
|
export namespace locales {
|
|
2
2
|
export { en };
|
|
3
3
|
export { fr };
|
|
4
|
+
export { ru };
|
|
5
|
+
export { vi };
|
|
4
6
|
}
|
|
5
7
|
declare var _default: Component;
|
|
6
8
|
export default _default;
|
|
7
9
|
import en from "./en.json";
|
|
8
10
|
import fr from "./fr.json";
|
|
11
|
+
import ru from "./ru.json";
|
|
12
|
+
import vi from "./vi.json";
|
|
@@ -8,9 +8,21 @@ var fr = {
|
|
|
8
8
|
placeholder: "Rechercher"
|
|
9
9
|
}
|
|
10
10
|
};
|
|
11
|
+
var ru = {
|
|
12
|
+
SearchBar: {
|
|
13
|
+
placeholder: "\u041F\u043E\u0438\u0441\u043A"
|
|
14
|
+
}
|
|
15
|
+
};
|
|
16
|
+
var vi = {
|
|
17
|
+
SearchBar: {
|
|
18
|
+
placeholder: "T\xECm ki\u1EBFm"
|
|
19
|
+
}
|
|
20
|
+
};
|
|
11
21
|
import withOnlyLocales from "cozy-ui/transpiled/react/providers/I18n/withOnlyLocales";
|
|
12
22
|
export var locales = {
|
|
13
23
|
en: en,
|
|
14
|
-
fr: fr
|
|
24
|
+
fr: fr,
|
|
25
|
+
ru: ru,
|
|
26
|
+
vi: vi
|
|
15
27
|
};
|
|
16
28
|
export default withOnlyLocales(locales);
|
|
@@ -12,7 +12,23 @@ var fr = {
|
|
|
12
12
|
increase: "Augmenter l'espace"
|
|
13
13
|
}
|
|
14
14
|
};
|
|
15
|
+
var ru = {
|
|
16
|
+
Storage: {
|
|
17
|
+
title: "\u0425\u0440\u0430\u043D\u0438\u043B\u0438\u0449\u0435",
|
|
18
|
+
availability: "%{smart_count} \u0413\u0411 \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u043E",
|
|
19
|
+
increase: "\u0423\u0432\u0435\u043B\u0438\u0447\u0438\u0442\u044C \u043C\u0435\u0441\u0442\u043E"
|
|
20
|
+
}
|
|
21
|
+
};
|
|
22
|
+
var vi = {
|
|
23
|
+
Storage: {
|
|
24
|
+
title: "L\u01B0u tr\u1EEF",
|
|
25
|
+
availability: "%{smart_count} GB c\xF3 s\u1EB5n",
|
|
26
|
+
increase: "T\u0103ng dung l\u01B0\u1EE3ng"
|
|
27
|
+
}
|
|
28
|
+
};
|
|
15
29
|
export var locales = {
|
|
16
30
|
en: en,
|
|
17
|
-
fr: fr
|
|
31
|
+
fr: fr,
|
|
32
|
+
ru: ru,
|
|
33
|
+
vi: vi
|
|
18
34
|
};
|
|
@@ -45,6 +45,26 @@ var localeFr = {
|
|
|
45
45
|
remainingTime: "%{time} restante |||| %{time} restantes"
|
|
46
46
|
}
|
|
47
47
|
};
|
|
48
|
+
var localeRu = {
|
|
49
|
+
header: "\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430 %{smart_count} \u0444\u043E\u0442\u043E \u0432 %{app} |||| \u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430 %{smart_count} \u0444\u043E\u0442\u043E \u0432 %{app}",
|
|
50
|
+
header_mobile: "\u0417\u0430\u0433\u0440\u0443\u0436\u0435\u043D\u043E %{done} \u0438\u0437 %{smart_count}",
|
|
51
|
+
header_done: "\u0423\u0441\u043F\u0435\u0448\u043D\u043E \u0437\u0430\u0433\u0440\u0443\u0436\u0435\u043D\u043E %{done} \u0438\u0437 %{smart_count}",
|
|
52
|
+
close: "\u0437\u0430\u043A\u0440\u044B\u0442\u044C",
|
|
53
|
+
item: {
|
|
54
|
+
pending: "\u0412 \u043E\u0436\u0438\u0434\u0430\u043D\u0438\u0438",
|
|
55
|
+
remainingTime: "\u041E\u0441\u0442\u0430\u043B\u043E\u0441\u044C %{time}"
|
|
56
|
+
}
|
|
57
|
+
};
|
|
58
|
+
var localeVi = {
|
|
59
|
+
header: "\u0110ang t\u1EA3i l\xEAn %{smart_count} \u1EA3nh v\xE0o %{app} |||| \u0110ang t\u1EA3i l\xEAn %{smart_count} \u1EA3nh v\xE0o %{app}",
|
|
60
|
+
header_mobile: "\u0110\xE3 t\u1EA3i l\xEAn %{done} trong s\u1ED1 %{smart_count}",
|
|
61
|
+
header_done: "\u0110\xE3 t\u1EA3i l\xEAn th\xE0nh c\xF4ng %{done} trong s\u1ED1 %{smart_count}",
|
|
62
|
+
close: "\u0111\xF3ng",
|
|
63
|
+
item: {
|
|
64
|
+
pending: "\u0110ang ch\u1EDD",
|
|
65
|
+
remainingTime: "C\xF2n l\u1EA1i %{time}"
|
|
66
|
+
}
|
|
67
|
+
};
|
|
48
68
|
var styles = {
|
|
49
69
|
"upload-queue": "styles__upload-queue___1VtNK",
|
|
50
70
|
"upload-queue__threshold-bar": "styles__upload-queue__threshold-bar___tTYal",
|
|
@@ -74,7 +94,9 @@ import { withStyles } from "cozy-ui/transpiled/react/styles";
|
|
|
74
94
|
var locales = {
|
|
75
95
|
en: localeEn,
|
|
76
96
|
es: localeEs,
|
|
77
|
-
fr: localeFr
|
|
97
|
+
fr: localeFr,
|
|
98
|
+
ru: localeRu,
|
|
99
|
+
vi: localeVi
|
|
78
100
|
};
|
|
79
101
|
var CANCEL = 'cancel';
|
|
80
102
|
var PENDING = 'pending';
|
|
@@ -1,8 +1,12 @@
|
|
|
1
1
|
export namespace locales {
|
|
2
2
|
export { en };
|
|
3
3
|
export { fr };
|
|
4
|
+
export { ru };
|
|
5
|
+
export { vi };
|
|
4
6
|
}
|
|
5
7
|
declare var _default: Component;
|
|
6
8
|
export default _default;
|
|
7
9
|
import en from "./en.json";
|
|
8
10
|
import fr from "./fr.json";
|
|
11
|
+
import ru from "./ru.json";
|
|
12
|
+
import vi from "./vi.json";
|
|
@@ -14,9 +14,27 @@ var fr = {
|
|
|
14
14
|
print: "Imprimer",
|
|
15
15
|
call: "Appeler"
|
|
16
16
|
};
|
|
17
|
+
var ru = {
|
|
18
|
+
viewInContacts: "\u041F\u0440\u043E\u0441\u043C\u043E\u0442\u0440\u0435\u0442\u044C \u0432 Cozy \u041A\u043E\u043D\u0442\u0430\u043A\u0442\u044B",
|
|
19
|
+
modify: "\u0418\u0437\u043C\u0435\u043D\u0438\u0442\u044C",
|
|
20
|
+
emailTo: "\u041E\u0442\u043F\u0440\u0430\u0432\u0438\u0442\u044C email",
|
|
21
|
+
smsTo: "\u041E\u0442\u043F\u0440\u0430\u0432\u0438\u0442\u044C \u0441\u043E\u043E\u0431\u0449\u0435\u043D\u0438\u0435",
|
|
22
|
+
print: "\u041F\u0435\u0447\u0430\u0442\u044C",
|
|
23
|
+
call: "\u0417\u0432\u043E\u043D\u0438\u0442\u044C"
|
|
24
|
+
};
|
|
25
|
+
var vi = {
|
|
26
|
+
viewInContacts: "Xem trong Cozy Contacts",
|
|
27
|
+
modify: "Ch\u1EC9nh s\u1EEDa",
|
|
28
|
+
emailTo: "G\u1EEDi email",
|
|
29
|
+
smsTo: "G\u1EEDi tin nh\u1EAFn",
|
|
30
|
+
print: "In",
|
|
31
|
+
call: "G\u1ECDi"
|
|
32
|
+
};
|
|
17
33
|
import withLocales from "cozy-ui/transpiled/react/providers/I18n/withLocales";
|
|
18
34
|
export var locales = {
|
|
19
35
|
en: en,
|
|
20
|
-
fr: fr
|
|
36
|
+
fr: fr,
|
|
37
|
+
ru: ru,
|
|
38
|
+
vi: vi
|
|
21
39
|
};
|
|
22
40
|
export default withLocales(locales);
|
|
@@ -17,6 +17,22 @@ var fr = {
|
|
|
17
17
|
message: "Des modifications n'ont pas encore pu \xEAtre enregistr\xE9es. Voulez-vous vraiment quitter et perdre ces modifications\xA0?"
|
|
18
18
|
}
|
|
19
19
|
};
|
|
20
|
+
var ru = {
|
|
21
|
+
useConfirmExit: {
|
|
22
|
+
back: "\u041E\u0442\u043C\u0435\u043D\u0438\u0442\u044C",
|
|
23
|
+
leave: "\u0423\u0439\u0442\u0438 \u0431\u0435\u0437 \u0441\u043E\u0445\u0440\u0430\u043D\u0435\u043D\u0438\u044F",
|
|
24
|
+
title: "\u041E\u0442\u043A\u0430\u0437\u0430\u0442\u044C\u0441\u044F \u043E\u0442 \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u0439?",
|
|
25
|
+
message: "\u041D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u044F \u043C\u043E\u0433\u043B\u0438 \u043D\u0435 \u0441\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C\u0441\u044F. \u0412\u044B \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043B\u044C\u043D\u043E \u0445\u043E\u0442\u0438\u0442\u0435 \u0443\u0439\u0442\u0438 \u0438 \u043F\u043E\u0442\u0435\u0440\u044F\u0442\u044C \u044D\u0442\u0438 \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u044F?"
|
|
26
|
+
}
|
|
27
|
+
};
|
|
28
|
+
var vi = {
|
|
29
|
+
useConfirmExit: {
|
|
30
|
+
back: "H\u1EE7y",
|
|
31
|
+
leave: "R\u1EDDi kh\u1ECFi m\xE0 kh\xF4ng l\u01B0u",
|
|
32
|
+
title: "B\u1ECF c\xE1c thay \u0111\u1ED5i c\u1EE7a b\u1EA1n?",
|
|
33
|
+
message: "M\u1ED9t s\u1ED1 thay \u0111\u1ED5i c\xF3 th\u1EC3 ch\u01B0a \u0111\u01B0\u1EE3c l\u01B0u. B\u1EA1n c\xF3 th\u1EF1c s\u1EF1 mu\u1ED1n r\u1EDDi kh\u1ECFi v\xE0 m\u1EA5t c\xE1c thay \u0111\u1ED5i n\xE0y kh\xF4ng?"
|
|
34
|
+
}
|
|
35
|
+
};
|
|
20
36
|
import { ConfirmDialog } from "cozy-ui/transpiled/react/CozyDialogs";
|
|
21
37
|
import Button from "cozy-ui/transpiled/react/deprecated/Button";
|
|
22
38
|
import withLocales from "cozy-ui/transpiled/react/providers/I18n/withLocales";
|
|
@@ -64,7 +80,9 @@ ConfirmModal.propTypes = {
|
|
|
64
80
|
};
|
|
65
81
|
var dictRequire = {
|
|
66
82
|
en: en,
|
|
67
|
-
fr: fr
|
|
83
|
+
fr: fr,
|
|
84
|
+
ru: ru,
|
|
85
|
+
vi: vi
|
|
68
86
|
};
|
|
69
87
|
var LocalizedConfirmModal = withLocales(dictRequire)(ConfirmModal);
|
|
70
88
|
/**
|