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.
Files changed (132) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/assets/icons/illus/cozy-upgrade.svg +1 -1
  3. package/package.json +1 -1
  4. package/react/ActionsBar/locales/ru.json +4 -0
  5. package/react/ActionsBar/locales/vi.json +4 -0
  6. package/react/ActionsBar/locales/withActionsLocales.jsx +5 -1
  7. package/react/ActionsMenu/Actions/locales/ru.json +29 -0
  8. package/react/ActionsMenu/Actions/locales/vi.json +29 -0
  9. package/react/ActionsMenu/Actions/locales/withActionsLocales.jsx +5 -1
  10. package/react/AppSections/Sections.jsx +5 -1
  11. package/react/AppSections/locales/ru.json +37 -0
  12. package/react/AppSections/locales/vi.json +37 -0
  13. package/react/AppTile/index.jsx +3 -1
  14. package/react/AppTile/locales/ru.json +9 -0
  15. package/react/AppTile/locales/vi.json +9 -0
  16. package/react/Contacts/AddModal/ContactAddressDialog/locales/index.jsx +5 -1
  17. package/react/Contacts/AddModal/ContactAddressDialog/locales/ru.json +25 -0
  18. package/react/Contacts/AddModal/ContactAddressDialog/locales/vi.json +25 -0
  19. package/react/Contacts/AddModal/ContactForm/locales/index.jsx +5 -1
  20. package/react/Contacts/AddModal/ContactForm/locales/ru.json +75 -0
  21. package/react/Contacts/AddModal/ContactForm/locales/vi.json +75 -0
  22. package/react/Contacts/AddModal/CustomLabelDialog/locales/index.jsx +5 -1
  23. package/react/Contacts/AddModal/CustomLabelDialog/locales/ru.json +15 -0
  24. package/react/Contacts/AddModal/CustomLabelDialog/locales/vi.json +15 -0
  25. package/react/Contacts/AddModal/locales/index.jsx +5 -1
  26. package/react/Contacts/AddModal/locales/ru.json +13 -0
  27. package/react/Contacts/AddModal/locales/vi.json +13 -0
  28. package/react/Contacts/GroupsSelect/locales/index.jsx +5 -1
  29. package/react/Contacts/GroupsSelect/locales/ru.json +21 -0
  30. package/react/Contacts/GroupsSelect/locales/vi.json +21 -0
  31. package/react/Contacts/Header/locales/index.jsx +5 -1
  32. package/react/Contacts/Header/locales/ru.json +15 -0
  33. package/react/Contacts/Header/locales/vi.json +15 -0
  34. package/react/ContactsList/locales/ru.json +5 -0
  35. package/react/ContactsList/locales/vi.json +5 -0
  36. package/react/ContactsList/locales/withContactsListLocales.jsx +5 -1
  37. package/react/ContactsListModal/locales/ru.json +11 -0
  38. package/react/ContactsListModal/locales/vi.json +11 -0
  39. package/react/CozyDialogs/SpecificDialogs/locales/ru.json +27 -0
  40. package/react/CozyDialogs/SpecificDialogs/locales/vi.json +27 -0
  41. package/react/CozyDialogs/SpecificDialogs/withSpecificDialogsLocales.jsx +5 -1
  42. package/react/CozyDialogs/locales.js +8 -0
  43. package/react/DatePicker/locales/ru.json +8 -0
  44. package/react/DatePicker/locales/vi.json +8 -0
  45. package/react/DatePicker/locales/withOwnLocales.jsx +5 -1
  46. package/react/FilePicker/FilePickerFooter.jsx +3 -1
  47. package/react/FilePicker/locales/ru.json +8 -0
  48. package/react/FilePicker/locales/vi.json +8 -0
  49. package/react/Icons/CozyUpgrade.jsx +27 -39
  50. package/react/ListItem/hoc/withListItemLocales.jsx +5 -1
  51. package/react/ListItem/locales/ru.json +75 -0
  52. package/react/ListItem/locales/vi.json +75 -0
  53. package/react/Nav/locales/ru.json +6 -0
  54. package/react/Nav/locales/vi.json +6 -0
  55. package/react/Nav/locales/withNavLocales.jsx +5 -1
  56. package/react/PasswordField/index.jsx +5 -1
  57. package/react/PasswordField/locales/ru.json +6 -0
  58. package/react/PasswordField/locales/vi.json +6 -0
  59. package/react/Paywall/Readme.md +27 -37
  60. package/react/Paywall/locales/ru.json +95 -0
  61. package/react/Paywall/locales/vi.json +95 -0
  62. package/react/Paywall/locales/withPaywallLocales.jsx +5 -1
  63. package/react/QualificationGrid/locales/ru.json +15 -0
  64. package/react/QualificationGrid/locales/vi.json +15 -0
  65. package/react/QualificationGrid/locales/withLocales.jsx +5 -1
  66. package/react/QualificationModal/locales/index.jsx +5 -1
  67. package/react/QualificationModal/locales/ru.json +6 -0
  68. package/react/QualificationModal/locales/vi.json +6 -0
  69. package/react/SearchBar/locales/ru.json +5 -0
  70. package/react/SearchBar/locales/vi.json +5 -0
  71. package/react/SearchBar/locales/withOnlyLocales.jsx +5 -1
  72. package/react/Storage/locales/index.jsx +5 -1
  73. package/react/Storage/locales/ru.json +7 -0
  74. package/react/Storage/locales/vi.json +7 -0
  75. package/react/UploadQueue/index.jsx +5 -1
  76. package/react/UploadQueue/locales/ru.json +10 -0
  77. package/react/UploadQueue/locales/vi.json +10 -0
  78. package/react/deprecated/ActionMenu/Actions/locales/ru.json +8 -0
  79. package/react/deprecated/ActionMenu/Actions/locales/vi.json +8 -0
  80. package/react/deprecated/ActionMenu/Actions/locales/withActionsLocales.jsx +5 -1
  81. package/react/hooks/useConfirmExit/index.jsx +3 -1
  82. package/react/hooks/useConfirmExit/locales/ru.json +8 -0
  83. package/react/hooks/useConfirmExit/locales/vi.json +8 -0
  84. package/transpiled/react/ActionsBar/locales/withActionsLocales.d.ts +4 -0
  85. package/transpiled/react/ActionsBar/locales/withActionsLocales.js +11 -1
  86. package/transpiled/react/ActionsMenu/Actions/locales/withActionsLocales.d.ts +4 -0
  87. package/transpiled/react/ActionsMenu/Actions/locales/withActionsLocales.js +61 -1
  88. package/transpiled/react/AppSections/Sections.js +77 -1
  89. package/transpiled/react/AppTile/index.js +21 -1
  90. package/transpiled/react/Contacts/AddModal/ContactAddressDialog/locales/index.d.ts +4 -0
  91. package/transpiled/react/Contacts/AddModal/ContactAddressDialog/locales/index.js +53 -1
  92. package/transpiled/react/Contacts/AddModal/ContactForm/locales/index.d.ts +4 -0
  93. package/transpiled/react/Contacts/AddModal/ContactForm/locales/index.js +153 -1
  94. package/transpiled/react/Contacts/AddModal/CustomLabelDialog/locales/index.d.ts +4 -0
  95. package/transpiled/react/Contacts/AddModal/CustomLabelDialog/locales/index.js +33 -1
  96. package/transpiled/react/Contacts/AddModal/locales/index.d.ts +4 -0
  97. package/transpiled/react/Contacts/AddModal/locales/index.js +29 -1
  98. package/transpiled/react/Contacts/GroupsSelect/locales/index.d.ts +4 -0
  99. package/transpiled/react/Contacts/GroupsSelect/locales/index.js +45 -1
  100. package/transpiled/react/Contacts/Header/locales/index.d.ts +4 -0
  101. package/transpiled/react/Contacts/Header/locales/index.js +33 -1
  102. package/transpiled/react/ContactsList/locales/withContactsListLocales.d.ts +4 -0
  103. package/transpiled/react/ContactsList/locales/withContactsListLocales.js +13 -1
  104. package/transpiled/react/CozyDialogs/SpecificDialogs/withSpecificDialogsLocales.d.ts +4 -0
  105. package/transpiled/react/CozyDialogs/SpecificDialogs/withSpecificDialogsLocales.js +57 -1
  106. package/transpiled/react/CozyDialogs/locales.d.ts +12 -0
  107. package/transpiled/react/CozyDialogs/locales.js +8 -0
  108. package/transpiled/react/DatePicker/locales/withOwnLocales.d.ts +4 -0
  109. package/transpiled/react/DatePicker/locales/withOwnLocales.js +19 -1
  110. package/transpiled/react/FilePicker/FilePickerFooter.js +19 -1
  111. package/transpiled/react/Icon/icons-sprite.d.ts +1 -1
  112. package/transpiled/react/Icon/icons-sprite.js +1 -1
  113. package/transpiled/react/Icons/CozyUpgrade.js +25 -63
  114. package/transpiled/react/ListItem/hoc/withListItemLocales.d.ts +4 -0
  115. package/transpiled/react/ListItem/hoc/withListItemLocales.js +153 -1
  116. package/transpiled/react/Nav/locales/withNavLocales.d.ts +4 -0
  117. package/transpiled/react/Nav/locales/withNavLocales.js +15 -1
  118. package/transpiled/react/PasswordField/index.d.ts +4 -0
  119. package/transpiled/react/PasswordField/index.js +15 -1
  120. package/transpiled/react/Paywall/locales/withPaywallLocales.js +193 -1
  121. package/transpiled/react/QualificationGrid/locales/withLocales.d.ts +4 -0
  122. package/transpiled/react/QualificationGrid/locales/withLocales.js +33 -1
  123. package/transpiled/react/QualificationModal/locales/index.d.ts +4 -0
  124. package/transpiled/react/QualificationModal/locales/index.js +15 -1
  125. package/transpiled/react/SearchBar/locales/withOnlyLocales.d.ts +4 -0
  126. package/transpiled/react/SearchBar/locales/withOnlyLocales.js +13 -1
  127. package/transpiled/react/Storage/locales/index.d.ts +4 -0
  128. package/transpiled/react/Storage/locales/index.js +17 -1
  129. package/transpiled/react/UploadQueue/index.js +23 -1
  130. package/transpiled/react/deprecated/ActionMenu/Actions/locales/withActionsLocales.d.ts +4 -0
  131. package/transpiled/react/deprecated/ActionMenu/Actions/locales/withActionsLocales.js +19 -1
  132. package/transpiled/react/hooks/useConfirmExit/index.js +19 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ # [130.3.0](https://github.com/cozy/cozy-ui/compare/v130.2.0...v130.3.0) (2025-09-24)
2
+
3
+
4
+ ### Features
5
+
6
+ * Add ru and vi locales ([43ff09b](https://github.com/cozy/cozy-ui/commit/43ff09b))
7
+
8
+ # [130.2.0](https://github.com/cozy/cozy-ui/compare/v130.1.0...v130.2.0) (2025-09-24)
9
+
10
+
11
+ ### Features
12
+
13
+ * **Icon:** Replace cozy-upgrade illustration (for Paywall) ([fa86b5e](https://github.com/cozy/cozy-ui/commit/fa86b5e))
14
+
1
15
  # [130.1.0](https://github.com/cozy/cozy-ui/compare/v130.0.0...v130.1.0) (2025-09-23)
2
16
 
3
17
 
@@ -1 +1 @@
1
- <svg width="128" height="128" viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M115.149 70.393c-.483-5.764-3.108-11.079-7.096-15.408-4.338-4.707-10.593-8.496-17.246-9.151a27.82 27.82 0 0 0-20.435-23.542 28.937 28.937 0 0 0-6.54-.974v-.006c-.01.002-.022.002-.032.002-.011 0-.022 0-.033-.002v.006c-2.173.073-4.368.389-6.54.974-11.308 3.04-19.138 12.606-20.434 23.542-6.655.655-12.91 4.444-17.247 9.151-3.988 4.33-6.615 9.644-7.1 15.408a22.135 22.135 0 0 0 .327 5.968c.391 2.719 1.612 6.666 3.359 9.682 4.59 7.928 12.415 11.21 22.102 12.896 5.35.93 10.428 1.488 25.062 1.488l.471.002h.065l.47-.002c14.635 0 19.713-.557 25.061-1.488 9.687-1.686 17.513-4.968 22.102-12.896 1.749-3.016 2.97-6.963 3.361-9.682.373-1.965.493-3.976.323-5.968Z" fill="#fff"/><path fill-rule="evenodd" clip-rule="evenodd" d="M57.845 24.584a26.48 26.48 0 0 1 5.954-.892 26.51 26.51 0 0 1 5.957.892C79.881 27.306 87.22 35.758 88.45 46.112a2.371 2.371 0 0 0 2.123 2.082c5.507.544 11.389 3.682 15.734 8.4 3.818 4.142 6.058 8.984 6.478 13.997v.002a19.714 19.714 0 0 1-.291 5.324l-.018.106c-.07.49-.177 1.049-.317 1.651A12.85 12.85 0 0 1 115.498 83c.884-2.354 1.431-4.627 1.67-6.247.412-2.195.529-4.401.347-6.56-.509-6.074-3.177-11.89-7.718-16.816-4.713-5.116-10.787-8.565-16.905-9.65C90.826 32.274 82.4 23.067 70.99 20a31.266 31.266 0 0 0-6.911-1.047 2.178 2.178 0 0 0-.358-.012c-.067.002-.127.004-.193.01-2.349.092-4.677.445-6.916 1.05-11.413 3.067-19.84 12.272-21.904 23.726-6.122 1.085-12.196 4.534-16.907 9.65-4.539 4.924-7.207 10.742-7.718 16.818a24.436 24.436 0 0 0 .348 6.558c.382 2.598 1.562 6.879 3.647 10.478 5.656 9.772 15.663 12.639 23.749 14.045 5.806 1.011 11.34 1.524 25.468 1.524l.472.002h.08l.456-.002c5.336 0 9.447-.073 12.809-.219a15.698 15.698 0 0 1 .06-2.8l.069-.573.05-.352.054-.336.062-.325.073-.321.014-.058c-3.293.152-7.5.237-13.191.237l-.53.002-.478-.002c-15.132 0-19.764-.602-24.654-1.454C28 94.749 21.883 91.235 18.187 84.853c-1.641-2.83-2.739-6.56-3.065-8.83a2.164 2.164 0 0 0-.018-.106 19.794 19.794 0 0 1-.292-5.326c.423-5.014 2.663-9.854 6.48-13.997 4.342-4.718 10.226-7.856 15.733-8.4a2.371 2.371 0 0 0 2.123-2.082c1.23-10.354 8.567-18.806 18.697-21.528Z" fill="#3281EE"/><path fill-rule="evenodd" clip-rule="evenodd" d="M81.82 71.666c-1.06-.782-2.3-2.349-2.257-3.124.046-.801-.294-1.502-.934-1.922-.68-.445-1.606-.49-2.359-.111a2.243 2.243 0 0 0-1.232 1.9c-.062 1.132.276 2.099.77 2.965-7.389 3.895-17.21 3.743-24.187-.427.447-.936.684-2.01.53-3.235-.178-1.4-1.489-2.114-2.6-1.976-1.168.147-1.909 1.101-1.762 2.268.17 1.345-.954 2.298-2.44 3.4a2.227 2.227 0 0 0-.893 2.066c.094.814.611 1.537 1.314 1.842.25.108.51.162.767.162a2.07 2.07 0 0 0 1.236-.43c.36-.266.785-.584 1.23-.953 4.406 2.677 9.749 4.024 15.098 4.024 4.99 0 9.987-1.173 14.23-3.522.305.292.633.58.993.846.404.296.847.442 1.28.442.636 0 1.247-.307 1.68-.892.699-.948.717-2.45-.463-3.323ZM105.09 78.09a.035.035 0 0 1-.013-.003.07.07 0 0 0-.012-.005c-9.842-3.563-13.751 5.785-14.71 8.425a2.194 2.194 0 0 0 1.312 2.813 2.194 2.194 0 0 0 2.814-1.31c.208-.576 3.075-7.964 9.095-5.798 6.002 2.21 3.45 9.714 3.242 10.288a2.195 2.195 0 1 0 4.127 1.501c.959-2.64 3.974-12.315-5.855-15.91Z" fill="#3281EE"/><path fill-rule="evenodd" clip-rule="evenodd" d="M112.131 102.779c.425-1.713.913-4.089.913-4.089.389-1.854-.577-3.726-2.261-4.53l-19.986-7.273c-1.806-.468-3.748.344-4.643 2.017 0 0-1.155 2.132-1.932 3.718-1.395 2.858-2.727 5.328-2.985 7.617-.693 6.22 3.79 12.417 10.593 14.903 6.809 2.469 14.226.602 17.69-4.607 1.277-1.921 1.842-4.67 2.611-7.756Z" fill="#B2D3FF"/><path fill-rule="evenodd" clip-rule="evenodd" d="M88.925 91.71c-.046.467.124.965.33 1.222.546.699 1.636.927 2.362.398.732-.535 1.214-1.616.36-2.63-.727-.864-2.083-.68-2.727.194a1.693 1.693 0 0 0-.325.816ZM83.962 100.497c-.046.466.124.963.328 1.219.547.701 1.638.929 2.362.4.734-.534 1.216-1.616.363-2.629-.728-.864-2.084-.681-2.73.194a1.688 1.688 0 0 0-.323.816ZM91.418 111.358c-.047.464.121.963.326 1.219.549.701 1.637.929 2.363.4.732-.534 1.215-1.616.36-2.629-.727-.864-2.083-.681-2.728.192a1.682 1.682 0 0 0-.322.818ZM103.944 107.905c-.046.465.124.963.328 1.221.549.7 1.638.927 2.364.398.732-.534 1.214-1.615.36-2.629-.728-.864-2.083-.681-2.729.192a1.712 1.712 0 0 0-.323.818ZM105.79 97.984c-.046.467.124.965.328 1.221.547.7 1.638.928 2.364.398.732-.534 1.214-1.615.36-2.628-.728-.865-2.083-.68-2.729.193a1.695 1.695 0 0 0-.323.816Z" fill="#3281EE"/><path fill-rule="evenodd" clip-rule="evenodd" d="M100.802 96.234c-1.718-2.037-4.913-1.605-6.436.456a4.005 4.005 0 0 0-.762 1.925c-.11 1.094.293 2.267.768 2.873-.336.856-.71 1.847-1.153 3.072-1.015 2.796 3.297 4.492 4.32 1.679.471-1.306.87-2.355 1.223-3.25.421-.109.823-.29 1.189-.554 1.725-1.26 2.862-3.809.851-6.201Z" fill="#FEDBA7"/><path fill-rule="evenodd" clip-rule="evenodd" d="M98.794 96.382a2.624 2.624 0 0 0-.988-.153 3.14 3.14 0 0 0-2.378 1.245c-.28.378-.466.843-.51 1.275-.08.782.248 1.612.494 1.926l.464.594-.276.702c-.332.845-.703 1.828-1.14 3.038-.316.868.496 1.214.666 1.275.002 0 .002 0 .002.002.327.119.913.212 1.168-.497.45-1.242.855-2.317 1.239-3.285l.246-.62.645-.171c.284-.073.536-.192.752-.348.751-.548 1.26-1.354 1.357-2.15.088-.724-.161-1.442-.74-2.13a2.346 2.346 0 0 0-1.001-.703Zm-4.57 12.382c-1.685-.613-3.044-2.451-2.246-4.655.346-.952.65-1.768.927-2.487-.429-.834-.73-1.98-.612-3.14a5.318 5.318 0 0 1 1.011-2.577 5.78 5.78 0 0 1 4.417-2.315c1.595-.05 3.087.602 4.091 1.793l.002.002c1.052 1.255 1.517 2.69 1.341 4.148-.186 1.531-1.07 2.976-2.426 3.966a4.709 4.709 0 0 1-.961.54 125.98 125.98 0 0 0-.99 2.649c-.784 2.164-2.882 2.683-4.55 2.078-.002 0-.003 0-.003-.002Z" fill="#3281EE"/><path d="M29.419 125.29a81.818 81.818 0 0 0 16.14 2.244c16.167.948 38.76.424 48.326-1.346 9.567-1.771 10.083-4.465-14.448-5.812-20.925-1.147-45.26.474-50.362 2.894-1.52.648-1.447 1.371.344 2.02Z" fill="#BBD9FD"/><path d="M16 43c-.61 0-1.22-.488-1.22-1.22 0-.487-.121-2.56-2.56-2.56-.61 0-1.22-.488-1.22-1.22s.488-1.22 1.22-1.22c.365 0 2.56-.122 2.56-2.56 0-.61.488-1.22 1.22-1.22.61 0 1.22.488 1.22 1.22 0 .365.122 2.56 2.56 2.56.61 0 1.22.488 1.22 1.22s-.488 1.22-1.22 1.22c-.365 0-2.56.122-2.56 2.56-.122.732-.61 1.22-1.22 1.22ZM89 22c-.61 0-1.22-.488-1.22-1.22 0-.487-.121-2.56-2.56-2.56-.61 0-1.22-.488-1.22-1.22s.488-1.22 1.22-1.22c.365 0 2.56-.121 2.56-2.56 0-.61.488-1.22 1.22-1.22.61 0 1.22.488 1.22 1.22 0 .365.121 2.56 2.56 2.56.61 0 1.22.488 1.22 1.22s-.488 1.22-1.22 1.22c-.365 0-2.56.122-2.56 2.56-.122.732-.61 1.22-1.22 1.22ZM30 26c-.91 0-1.818-.727-1.818-1.818 0-3.455-2.91-6.364-6.364-6.364C20.91 17.818 20 17.091 20 16c0-.91.727-1.818 1.818-1.818 3.455 0 6.364-2.91 6.364-6.364C28.182 6.91 28.909 6 30 6c.91 0 1.818.727 1.818 1.818 0 3.455 2.91 6.364 6.364 6.364.909 0 1.818.727 1.818 1.818 0 .91-.727 1.818-1.818 1.818-3.455 0-6.364 2.91-6.364 6.364C31.818 25.09 31.091 26 30 26Zm-2.546-10c.91.727 1.819 1.454 2.546 2.546.727-.91 1.454-1.819 2.545-2.546-.909-.727-1.818-1.454-2.545-2.546A5.744 5.744 0 0 1 27.454 16ZM107 42c-.909 0-1.818-.727-1.818-1.818 0-3.455-2.909-6.364-6.364-6.364C97.91 33.818 97 33.091 97 32c0-.91.727-1.818 1.818-1.818 3.455 0 6.364-2.91 6.364-6.364 0-.909.727-1.818 1.818-1.818.909 0 1.818.727 1.818 1.818 0 3.455 2.909 6.364 6.364 6.364.909 0 1.818.727 1.818 1.818 0 .91-.727 1.818-1.818 1.818-3.455 0-6.364 2.91-6.364 6.364 0 .909-.727 1.818-1.818 1.818Zm-2.545-10c.909.727 1.818 1.455 2.545 2.545.727-.909 1.455-1.818 2.545-2.545-.909-.727-1.818-1.454-2.545-2.546A5.745 5.745 0 0 1 104.455 32Z" fill="#FF9300"/><circle cx="11" cy="23" r="2" fill="#FF8E8E"/><circle cx="30" cy="34" r="2" fill="#FF8E8E"/><circle cx="50" cy="12" r="2" fill="#FF8E8E"/><circle cx="107" cy="12" r="2" fill="#FF8E8E"/><circle cx="117" cy="47" r="2" fill="#FF8E8E"/><circle cx="8" cy="53" r="2" fill="#FF8E8E"/></svg>
1
+ <svg width="122" height="118" viewBox="0 0 122 118" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M71.898 65.758c-.189 1.885-1.886 3.016-3.582 2.827h-.189c-1.697-.188-3.016-1.885-2.828-3.581 1.131-10.746.566-22.434-7.352-29.787-5.467-4.901-14.328-6.22-21.303-3.016-6.032 2.828-10.368 8.672-11.877 15.27-.377 1.697-1.696 2.828-3.393 2.64h-.188c-2.074-.19-3.394-2.074-3.017-3.96 1.697-8.672 7.73-16.4 15.459-20.171 9.237-4.336 20.926-2.64 28.466 4.147 3.017 2.64 5.28 6.221 6.976 10.18 3.77 8.295 3.77 16.779 2.828 25.45Z" fill="#FFE09D"/><path d="M72.275 61.798c-2.263.188-4.336 0-6.599-.189.566-9.614-.565-19.795-7.729-26.393-5.467-4.901-14.328-6.221-21.303-3.016-6.032 2.828-10.368 8.672-11.877 15.27-.377 1.697-1.696 2.828-3.393 2.64h-.189c-1.13 0-2.073-.755-2.639-1.697 2.828-6.599 7.352-12.254 13.574-16.025 7.729-4.713 18.098-5.655 26.016-1.13 4.147 2.45 7.352 6.032 11.122 9.237 1.131 2.64 1.885 5.467 2.451 8.483.754 4.525.754 10.18.566 12.82Z" fill="#FFE09D"/><path d="M75.29 110.813c-.188 2.262-1.884 3.959-4.147 4.147-19.794 1.509-35.819 1.697-52.22 1.32-4.147 0-6.41-2.639-7.54-6.033-1.697-4.147-1.509-9.991-1.697-13.762-.189-12.065 2.073-25.261 11.31-33.556 17.156-15.082 44.869-8.107 52.598 6.41 5.467 9.991 2.64 26.015 1.697 41.474Z" fill="#E0EDFF"/><path d="M51.349 81.781c1.697 2.828 1.131 6.787-1.131 9.238-2.262 2.45-6.033 3.205-9.05 1.885-3.015-1.32-4.9-4.713-4.712-8.106.754-7.353 11.122-9.615 14.893-3.017Z" fill="#ACF"/><path d="M41.357 101.01V90.453c0-1.508 1.132-2.64 2.64-2.64h.565c1.508 0 2.64 1.132 2.64 2.64v10.557c-.189 3.582-5.845 3.582-5.845 0Z" fill="#ACF"/><path d="M84.529 92.15c-.566 0-33.557-2.073-37.516-2.262-1.508 0-3.393.377-4.147-.943-.566-.942-.377-3.393.754-4.147.942-.566 3.582 0 4.713 0 26.204 1.131 36.761 1.32 36.761 1.508-.188 2.64-.754 3.394-.565 5.844Z" fill="#FFE09D"/><path d="M94.709 73.863c-10.18 0-16.402 13.762-11.5 24.508 2.262 5.09 6.598 8.483 11.5 8.483 7.352 0 13.196-7.352 13.196-16.4 0-9.992-6.598-16.59-13.196-16.59Zm-.566 24.508c-3.393-.377-6.033-3.959-6.033-8.295 0-6.975 6.41-10.746 10.746-6.41 4.902 5.09 1.697 15.46-4.713 14.705Z" fill="#FFE09D"/><path d="M94.709 106.666c-4.902 0-9.238-3.393-11.5-8.483 3.77 1.13 7.54 1.696 10.934.188 6.598.566 9.615-9.614 4.525-14.704.188-.943.565-1.886 1.32-2.64 1.319-1.32 3.393-1.508 5.089-.754 6.599 10.934.377 26.393-10.368 26.393Z" fill="#FFE09D"/><path d="M11.194 114.395c-1.885-2.262-1.885-5.278-1.885-8.294.377-19.795 0-30.54 6.41-38.082.377-.377.942-.377 1.32-.188.377.377.377.942.188 1.32-4.524 5.278-5.09 12.819-5.467 19.983-.189 5.655-.377 11.311-.377 16.967-.189 7.163 1.508 9.614 10.18 9.426 13.196-.189 40.343-.566 39.966-.566.566 0 .943.377.943.943 0 .565-.377.942-.943.942l-39.966.566c-4.147.188-8.106 0-10.369-3.017ZM105.077 46.528c-4.901.754-12.442-.754-16.778-3.582-.377-.189-.754-.189-.943 0-3.204 2.45-7.729 3.393-11.688 2.64-.754-.19-.942-1.132-.377-1.509 2.828-1.885 4.525-5.09 4.902-8.106 0-.377-.189-.566-.377-.754-4.902-3.582-7.73-10.746-6.976-16.59C75.103 4.11 93.012-4.561 107.528 2.602a25.824 25.824 0 0 1 11.877 12.254c6.41 13.762-.377 29.221-14.328 31.672Z" fill="#ACF"/><path d="m94.52 31.823-8.483-6.975c-.566-.377-.566-1.32-.189-1.885l.943-1.131c.377-.566 1.32-.566 1.885-.189l4.901 4.148c.377.377 1.132.377 1.697 0 5.09-4.148 10.557-7.918 16.024-11.5.566-.377 1.32-.189 1.697.377l.754 1.32c.377.565.189 1.32-.377 1.696-10.369 6.976-18.287 13.762-18.852 14.14Z" fill="#fff"/><path d="M9.686 59.347a23.88 23.88 0 0 1-8.86-1.696C.26 57.462.07 56.896.26 56.33c.188-.566.754-.754 1.32-.566 4.147 1.697 7.352 1.508 8.294 1.697.566 0 .943.377.943.943 0 .565-.566.942-1.131.942Zm1.696-5.467a40.085 40.085 0 0 1-8.295-4.901c-.377-.566-.565-1.132-.188-1.508.377-.378.943-.566 1.32-.19 2.45 1.886 5.09 3.394 8.106 4.714.566.189.754.754.377 1.32-.188.565-.754.754-1.32.565Zm1.32-5.467-2.074-5.467c-.188-.566 0-.943.566-1.131.565-.189.942 0 1.131.565l2.074 5.467c.188.566 0 .943-.566 1.132-.565.188-.942 0-1.131-.566Z" fill="#ACF"/></svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cozy-ui",
3
- "version": "130.1.0",
3
+ "version": "130.3.0",
4
4
  "description": "Cozy apps UI SDK",
5
5
  "main": "./index.js",
6
6
  "bin": {
@@ -0,0 +1,4 @@
1
+ {
2
+ "selected": "%{smart_count} элемент выбран |||| %{smart_count} элементов выбрано",
3
+ "selected_light": "%{smart_count} элемент |||| %{smart_count} элементов"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "selected": "%{smart_count} mục được chọn |||| %{smart_count} mục được chọn",
3
+ "selected_light": "%{smart_count} mục |||| %{smart_count} mục"
4
+ }
@@ -1,10 +1,14 @@
1
1
  import en from './en.json'
2
2
  import fr from './fr.json'
3
+ import ru from './ru.json'
4
+ import vi from './vi.json'
3
5
  import withOnlyLocales from '../../providers/I18n/withOnlyLocales'
4
6
 
5
7
  export const locales = {
6
8
  en,
7
- fr
9
+ fr,
10
+ ru,
11
+ vi
8
12
  }
9
13
 
10
14
  export default withOnlyLocales(locales)
@@ -0,0 +1,29 @@
1
+ {
2
+ "menu": "Меню",
3
+ "viewInContacts": "Просмотреть в Cozy Контакты",
4
+ "viewInDrive": "Открыть",
5
+ "modify": "Изменить",
6
+ "emailTo": "Отправить email",
7
+ "smsTo": "Отправить сообщение",
8
+ "print": "Печать",
9
+ "download": "Скачать",
10
+ "favorites": {
11
+ "add": {
12
+ "label": "Добавить в избранное",
13
+ "success": "%{filename} был добавлен в избранное |||| Эти элементы были добавлены в избранное"
14
+ },
15
+ "remove": {
16
+ "label": "Удалить из избранного",
17
+ "success": "%{filename} был удален из избранного |||| Эти элементы были удалены из избранного"
18
+ },
19
+ "error": "Произошла ошибка, попробуйте еще раз."
20
+ },
21
+ "others": "Прочее",
22
+ "editAttribute": "Редактировать атрибут",
23
+ "copyToClipboard": {
24
+ "copy": "Копировать",
25
+ "success": "Скопировано в буфер обмена",
26
+ "error": "Не удается скопировать в буфер обмена"
27
+ },
28
+ "call": "Звонить"
29
+ }
@@ -0,0 +1,29 @@
1
+ {
2
+ "menu": "Menu",
3
+ "viewInContacts": "Xem trong Cozy Contacts",
4
+ "viewInDrive": "Mở",
5
+ "modify": "Chỉnh sửa",
6
+ "emailTo": "Gửi email",
7
+ "smsTo": "Gửi tin nhắn",
8
+ "print": "In",
9
+ "download": "Tải xuống",
10
+ "favorites": {
11
+ "add": {
12
+ "label": "Thêm vào yêu thích",
13
+ "success": "%{filename} đã được thêm vào yêu thích |||| Các mục này đã được thêm vào yêu thích"
14
+ },
15
+ "remove": {
16
+ "label": "Xóa khỏi yêu thích",
17
+ "success": "%{filename} đã được xóa khỏi yêu thích |||| Các mục này đã được xóa khỏi yêu thích"
18
+ },
19
+ "error": "Có lỗi xảy ra, vui lòng thử lại."
20
+ },
21
+ "others": "Khác",
22
+ "editAttribute": "Chỉnh sửa thuộc tính",
23
+ "copyToClipboard": {
24
+ "copy": "Sao chép",
25
+ "success": "Đã sao chép vào clipboard",
26
+ "error": "Không thể sao chép vào clipboard"
27
+ },
28
+ "call": "Gọi"
29
+ }
@@ -1,11 +1,15 @@
1
1
  import en from './en.json'
2
2
  import fr from './fr.json'
3
+ import ru from './ru.json'
4
+ import vi from './vi.json'
3
5
  import { getI18n } from '../../../providers/I18n/helpers'
4
6
  import withOnlyLocales from '../../../providers/I18n/withOnlyLocales'
5
7
 
6
8
  export const locales = {
7
9
  en,
8
- fr
10
+ fr,
11
+ ru,
12
+ vi
9
13
  }
10
14
 
11
15
  export const getActionsI18n = () => getI18n(undefined, lang => locales[lang])
@@ -13,6 +13,8 @@ import { generateI18nConfig } from './generateI18nConfig'
13
13
  import { isShortcutFile } from './helpers'
14
14
  import en from './locales/en.json'
15
15
  import fr from './locales/fr.json'
16
+ import ru from './locales/ru.json'
17
+ import vi from './locales/vi.json'
16
18
  import * as searchUtils from './search'
17
19
  import Typography from '../Typography'
18
20
  import { useBreakpoints } from '../providers/Breakpoints'
@@ -21,7 +23,9 @@ import withOnlyLocales from '../providers/I18n/withOnlyLocales'
21
23
 
22
24
  const locales = {
23
25
  en,
24
- fr
26
+ fr,
27
+ ru,
28
+ vi
25
29
  }
26
30
 
27
31
  const SectionTitle = ({ children }) => (
@@ -0,0 +1,37 @@
1
+ {
2
+ "app_categories": {
3
+ "all": "Все категории",
4
+ "banking": "Банковское дело",
5
+ "clouds": "Облака и хранилища",
6
+ "cozy": "Основное",
7
+ "education": "Образование",
8
+ "energy": "Энергетика",
9
+ "finance": "Занятость и финансы",
10
+ "health": "Здоровье",
11
+ "host_provider": "Хостинг",
12
+ "insurance": "Страхование",
13
+ "isp": "Мобильная связь и Интернет",
14
+ "konnectors": "Сервисы",
15
+ "list_separator": ", ",
16
+ "mes_infos": "Эксперимент MesInfos",
17
+ "online_services": "Онлайн-сервисы",
18
+ "others": "Прочее",
19
+ "partners": "Партнеры",
20
+ "press": "Пресса",
21
+ "productivity": "Продуктивность",
22
+ "ptnb": "Эксперимент PTNB",
23
+ "public_service": "Государственные услуги",
24
+ "shopping": "Покупки",
25
+ "social": "Социальные сети",
26
+ "tech": "Технологии",
27
+ "telecom": "Телекоммуникации",
28
+ "transport": "Транспорт",
29
+ "pro": "Работа",
30
+ "shortcuts": "Дополнительные приложения"
31
+ },
32
+ "sections": {
33
+ "applications": "Приложения",
34
+ "konnectors": "Сервисы",
35
+ "shortcuts": "Дополнительные приложения"
36
+ }
37
+ }
@@ -0,0 +1,37 @@
1
+ {
2
+ "app_categories": {
3
+ "all": "Tất cả danh mục",
4
+ "banking": "Ngân hàng",
5
+ "clouds": "Đám mây và kho lưu trữ",
6
+ "cozy": "Thiết yếu",
7
+ "education": "Giáo dục",
8
+ "energy": "Năng lượng",
9
+ "finance": "Việc làm và tài chính",
10
+ "health": "Sức khỏe",
11
+ "host_provider": "Máy chủ",
12
+ "insurance": "Bảo hiểm",
13
+ "isp": "Di động và Internet",
14
+ "konnectors": "Dịch vụ",
15
+ "list_separator": ", ",
16
+ "mes_infos": "Thí nghiệm MesInfos",
17
+ "online_services": "Dịch vụ trực tuyến",
18
+ "others": "Khác",
19
+ "partners": "Đối tác",
20
+ "press": "Báo chí",
21
+ "productivity": "Năng suất",
22
+ "ptnb": "Thí nghiệm PTNB",
23
+ "public_service": "Dịch vụ công",
24
+ "shopping": "Mua sắm",
25
+ "social": "Mạng xã hội",
26
+ "tech": "Công nghệ",
27
+ "telecom": "Viễn thông",
28
+ "transport": "Giao thông",
29
+ "pro": "Công việc",
30
+ "shortcuts": "Ứng dụng bổ sung"
31
+ },
32
+ "sections": {
33
+ "applications": "Ứng dụng",
34
+ "konnectors": "Dịch vụ",
35
+ "shortcuts": "Ứng dụng bổ sung"
36
+ }
37
+ }
@@ -5,6 +5,8 @@ import React from 'react'
5
5
  import { APP_STATUS, getCurrentStatusLabel } from './helpers'
6
6
  import en from './locales/en.json'
7
7
  import fr from './locales/fr.json'
8
+ import ru from './locales/ru.json'
9
+ import vi from './locales/vi.json'
8
10
  import styles from './styles.styl'
9
11
  import AppIcon from '../AppIcon'
10
12
  import { isShortcutFile } from '../AppSections/helpers.js'
@@ -22,7 +24,7 @@ import palette from '../palette'
22
24
  import { AppDoctype } from '../proptypes'
23
25
  import { createUseI18n } from '../providers/I18n'
24
26
 
25
- const locales = { en, fr }
27
+ const locales = { en, fr, ru, vi }
26
28
 
27
29
  let dataset
28
30
  const getDataset = () => {
@@ -0,0 +1,9 @@
1
+ {
2
+ "app_item": {
3
+ "by": "От",
4
+ "installed": "Установлено",
5
+ "maintenance": "На обслуживании",
6
+ "update": "Обновление доступно",
7
+ "favorite": "Добавлено на главную страницу"
8
+ }
9
+ }
@@ -0,0 +1,9 @@
1
+ {
2
+ "app_item": {
3
+ "by": "Bởi",
4
+ "installed": "Đã cài đặt",
5
+ "maintenance": "Đang bảo trì",
6
+ "update": "Có cập nhật mới",
7
+ "favorite": "Đã thêm vào trang chủ"
8
+ }
9
+ }
@@ -1,7 +1,11 @@
1
1
  import en from './en.json'
2
2
  import fr from './fr.json'
3
+ import ru from './ru.json'
4
+ import vi from './vi.json'
3
5
 
4
6
  export const locales = {
5
7
  en,
6
- fr
8
+ fr,
9
+ ru,
10
+ vi
7
11
  }
@@ -0,0 +1,25 @@
1
+ {
2
+ "Contacts": {
3
+ "AddModal": {
4
+ "ContactAddressDialog": {
5
+ "fields": {
6
+ "address": "Адрес",
7
+ "number": "Номер дома",
8
+ "street": "Почтовый адрес",
9
+ "code": "Почтовый индекс",
10
+ "city": "Город",
11
+ "country": "Страна",
12
+ "locality": "Район",
13
+ "building": "Здание",
14
+ "stairs": "Подъезд",
15
+ "floor": "Этаж",
16
+ "apartment": "Квартира",
17
+ "region": "Регион",
18
+ "entrycode": "Код подъезда"
19
+ },
20
+ "cancel": "Отменить",
21
+ "ok": "ОК"
22
+ }
23
+ }
24
+ }
25
+ }
@@ -0,0 +1,25 @@
1
+ {
2
+ "Contacts": {
3
+ "AddModal": {
4
+ "ContactAddressDialog": {
5
+ "fields": {
6
+ "address": "Địa chỉ",
7
+ "number": "Số nhà",
8
+ "street": "Địa chỉ bưu điện",
9
+ "code": "Mã bưu điện",
10
+ "city": "Thành phố",
11
+ "country": "Quốc gia",
12
+ "locality": "Địa phương",
13
+ "building": "Tòa nhà",
14
+ "stairs": "Cầu thang",
15
+ "floor": "Tầng",
16
+ "apartment": "Căn hộ",
17
+ "region": "Vùng",
18
+ "entrycode": "Mã ra vào"
19
+ },
20
+ "cancel": "Hủy",
21
+ "ok": "Ok"
22
+ }
23
+ }
24
+ }
25
+ }
@@ -1,7 +1,11 @@
1
1
  import en from './en.json'
2
2
  import fr from './fr.json'
3
+ import ru from './ru.json'
4
+ import vi from './vi.json'
3
5
 
4
6
  export const locales = {
5
7
  en,
6
- fr
8
+ fr,
9
+ ru,
10
+ vi
7
11
  }
@@ -0,0 +1,75 @@
1
+ {
2
+ "Contacts": {
3
+ "AddModal": {
4
+ "ContactForm": {
5
+ "gender": {
6
+ "man": "Мужчина",
7
+ "woman": "Женщина"
8
+ },
9
+ "other-fields": "Другие поля",
10
+ "fields": {
11
+ "gender": "Пол",
12
+ "givenName": "Имя",
13
+ "additionalName": "Второе имя",
14
+ "surname": "Используемое имя",
15
+ "familyName": "Фамилия",
16
+ "phone": "Телефон",
17
+ "email": "Email",
18
+ "matrix": "Matrix ID",
19
+ "address": "Адрес",
20
+ "cozy": "Twake URL",
21
+ "company": "Компания",
22
+ "jobTitle": "Должность",
23
+ "birthday": "День рождения",
24
+ "birthplace": "Место рождения",
25
+ "relatedContact": "Связанный контакт",
26
+ "relationship": "Отношение",
27
+ "note": "Заметки",
28
+ "label": "Метка",
29
+ "required": "Одно из этих полей должно быть заполнено"
30
+ },
31
+ "label": {
32
+ "none": "Нет",
33
+ "home": "Личное",
34
+ "work": "Рабочее",
35
+ "custom": "Пользовательское",
36
+ "phone": {
37
+ "cell-home": "Мобильный (личный)",
38
+ "cell-work": "Мобильный (рабочий)",
39
+ "voice-home": "Голосовой (личный)",
40
+ "voice-work": "Голосовой (рабочий)",
41
+ "fax-home": "Факс (личный)",
42
+ "fax-work": "Факс (рабочий)"
43
+ },
44
+ "address": {
45
+ "home": "Домашний (личный)",
46
+ "work": "Рабочий (рабочий)"
47
+ },
48
+ "relationship": {
49
+ "parent": "Родитель",
50
+ "child": "Ребенок",
51
+ "sibling": "Брат/сестра",
52
+ "spouse": "Супруг(а)",
53
+ "coResident": "Сожитель",
54
+ "friend": "Друг",
55
+ "colleague": "Коллега",
56
+ "coWorker": "Сотрудник",
57
+ "acquaintance": "Знакомый",
58
+ "helper": "Помощник",
59
+ "recipient": "Получатель"
60
+ }
61
+ },
62
+ "addLabel": {
63
+ "address": "Добавить адрес",
64
+ "email": "Добавить email",
65
+ "phone": "Добавить телефон",
66
+ "relatedContact": "Добавить связанный контакт"
67
+ }
68
+ }
69
+ }
70
+ },
71
+ "formatted": {
72
+ "date": "yyyy-LL-dd",
73
+ "address": "%{number} %{street}, %{code} %{city}, %{country}"
74
+ }
75
+ }
@@ -0,0 +1,75 @@
1
+ {
2
+ "Contacts": {
3
+ "AddModal": {
4
+ "ContactForm": {
5
+ "gender": {
6
+ "man": "Nam",
7
+ "woman": "Nữ"
8
+ },
9
+ "other-fields": "Trường khác",
10
+ "fields": {
11
+ "gender": "Giới tính",
12
+ "givenName": "Tên",
13
+ "additionalName": "Tên lót thứ 2",
14
+ "surname": "Tên đang sử dụng",
15
+ "familyName": "Họ",
16
+ "phone": "Điện thoại",
17
+ "email": "Email",
18
+ "matrix": "Matrix ID",
19
+ "address": "Địa chỉ",
20
+ "cozy": "Twake URL",
21
+ "company": "Công ty",
22
+ "jobTitle": "Chức vụ",
23
+ "birthday": "Sinh nhật",
24
+ "birthplace": "Nơi sinh",
25
+ "relatedContact": "Liên hệ liên quan",
26
+ "relationship": "Mối quan hệ",
27
+ "note": "Ghi chú",
28
+ "label": "Nhãn",
29
+ "required": "Một trong những trường này phải được điền"
30
+ },
31
+ "label": {
32
+ "none": "Không có",
33
+ "home": "Cá nhân",
34
+ "work": "Công việc",
35
+ "custom": "Tùy chỉnh",
36
+ "phone": {
37
+ "cell-home": "Di động (cá nhân)",
38
+ "cell-work": "Di động (công việc)",
39
+ "voice-home": "Thoại (cá nhân)",
40
+ "voice-work": "Thoại (công việc)",
41
+ "fax-home": "Fax (cá nhân)",
42
+ "fax-work": "Fax (công việc)"
43
+ },
44
+ "address": {
45
+ "home": "Nhà (cá nhân)",
46
+ "work": "Văn phòng (công việc)"
47
+ },
48
+ "relationship": {
49
+ "parent": "Cha mẹ",
50
+ "child": "Con",
51
+ "sibling": "Anh chị em",
52
+ "spouse": "Vợ/chồng",
53
+ "coResident": "Cư dân chung",
54
+ "friend": "Bạn",
55
+ "colleague": "Đồng nghiệp",
56
+ "coWorker": "Đồng nghiệp",
57
+ "acquaintance": "Người quen",
58
+ "helper": "Người giúp đỡ",
59
+ "recipient": "Người nhận"
60
+ }
61
+ },
62
+ "addLabel": {
63
+ "address": "Thêm địa chỉ",
64
+ "email": "Thêm email",
65
+ "phone": "Thêm điện thoại",
66
+ "relatedContact": "Thêm liên hệ liên quan"
67
+ }
68
+ }
69
+ }
70
+ },
71
+ "formatted": {
72
+ "date": "yyyy-LL-dd",
73
+ "address": "%{number} %{street}, %{code} %{city}, %{country}"
74
+ }
75
+ }
@@ -1,7 +1,11 @@
1
1
  import en from './en.json'
2
2
  import fr from './fr.json'
3
+ import ru from './ru.json'
4
+ import vi from './vi.json'
3
5
 
4
6
  export const locales = {
5
7
  en,
6
- fr
8
+ fr,
9
+ ru,
10
+ vi
7
11
  }
@@ -0,0 +1,15 @@
1
+ {
2
+ "Contacts": {
3
+ "AddModal": {
4
+ "CustomLabelDialog": {
5
+ "label": {
6
+ "custom": "Пользовательская метка",
7
+ "home": "Личное",
8
+ "work": "Рабочее"
9
+ },
10
+ "cancel": "Отменить",
11
+ "ok": "ОК"
12
+ }
13
+ }
14
+ }
15
+ }
@@ -0,0 +1,15 @@
1
+ {
2
+ "Contacts": {
3
+ "AddModal": {
4
+ "CustomLabelDialog": {
5
+ "label": {
6
+ "custom": "Nhãn tùy chỉnh",
7
+ "home": "Cá nhân",
8
+ "work": "Công việc"
9
+ },
10
+ "cancel": "Hủy",
11
+ "ok": "Ok"
12
+ }
13
+ }
14
+ }
15
+ }
@@ -1,7 +1,11 @@
1
1
  import en from './en.json'
2
2
  import fr from './fr.json'
3
+ import ru from './ru.json'
4
+ import vi from './vi.json'
3
5
 
4
6
  export const locales = {
5
7
  en,
6
- fr
8
+ fr,
9
+ ru,
10
+ vi
7
11
  }