cozy-sharing 36.1.0 → 36.2.1
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 +11 -7
- package/locales/en.json +7 -7
- package/locales/fr.json +7 -7
- package/locales/ru.json +6 -6
- package/locales/vi.json +6 -6
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,16 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [36.2.1](https://github.com/cozy/cozy-libs/compare/cozy-sharing@36.2.0...cozy-sharing@36.2.1) (2026-06-30)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package cozy-sharing
|
|
9
|
+
|
|
10
|
+
# [36.2.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@36.1.0...cozy-sharing@36.2.0) (2026-06-30)
|
|
11
|
+
|
|
12
|
+
### Features
|
|
13
|
+
|
|
14
|
+
- Rename shared drive to team drive ([b997bf6](https://github.com/cozy/cozy-libs/commit/b997bf64b60ca3d0203899e331f9e96878967c2b))
|
|
15
|
+
|
|
6
16
|
# [36.1.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@36.0.1...cozy-sharing@36.1.0) (2026-06-30)
|
|
7
17
|
|
|
8
18
|
### Features
|
|
@@ -23,13 +33,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
23
33
|
|
|
24
34
|
### BREAKING CHANGES
|
|
25
35
|
|
|
26
|
-
- You
|
|
27
|
-
"@linagora/twake-icons": ">=2.6.6"
|
|
28
|
-
"cozy-client": ">=60.28.0"
|
|
29
|
-
"cozy-flags": ">=4.9.1"
|
|
30
|
-
"cozy-intent": ">=2.31.1"
|
|
31
|
-
"cozy-pouch-link": ">=60.28.0"
|
|
32
|
-
"cozy-ui": ">=140.1.0
|
|
36
|
+
- You must have `"cozy-client": ">=60.28.0"`
|
|
33
37
|
|
|
34
38
|
# [35.0.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@34.1.2...cozy-sharing@35.0.0) (2026-06-25)
|
|
35
39
|
|
package/locales/en.json
CHANGED
|
@@ -448,19 +448,19 @@
|
|
|
448
448
|
},
|
|
449
449
|
"SharedDrive": {
|
|
450
450
|
"sharedDriveModal": {
|
|
451
|
-
"title": "New
|
|
452
|
-
"nameLabel": "
|
|
451
|
+
"title": "New team drive",
|
|
452
|
+
"nameLabel": "Team drive name",
|
|
453
453
|
"add": "Add",
|
|
454
454
|
"cancel": "Cancel",
|
|
455
455
|
"create": "Create",
|
|
456
456
|
"save": "Save",
|
|
457
|
-
"successNotification": "
|
|
458
|
-
"errorNotification": "Error during
|
|
457
|
+
"successNotification": "Team drive has been added",
|
|
458
|
+
"errorNotification": "Error during team drive creation"
|
|
459
459
|
},
|
|
460
460
|
"editSharedDriveModal": {
|
|
461
|
-
"title": "Edit
|
|
462
|
-
"successNotification": "
|
|
463
|
-
"errorNotification": "Error during
|
|
461
|
+
"title": "Edit team drive",
|
|
462
|
+
"successNotification": "Team drive has been modified",
|
|
463
|
+
"errorNotification": "Error during team drive modification"
|
|
464
464
|
}
|
|
465
465
|
}
|
|
466
466
|
}
|
package/locales/fr.json
CHANGED
|
@@ -446,19 +446,19 @@
|
|
|
446
446
|
},
|
|
447
447
|
"SharedDrive": {
|
|
448
448
|
"sharedDriveModal": {
|
|
449
|
-
"title": "Nouveau drive
|
|
450
|
-
"nameLabel": "Nom du drive
|
|
449
|
+
"title": "Nouveau drive d'équipe",
|
|
450
|
+
"nameLabel": "Nom du drive d'équipe",
|
|
451
451
|
"add": "Ajouter",
|
|
452
452
|
"cancel": "Annuler",
|
|
453
453
|
"create": "Créer",
|
|
454
454
|
"save": "Enregistrer",
|
|
455
|
-
"successNotification": "Le drive
|
|
456
|
-
"errorNotification": "Erreur lors de la création du drive
|
|
455
|
+
"successNotification": "Le drive d'équipe a été ajouté",
|
|
456
|
+
"errorNotification": "Erreur lors de la création du drive d'équipe"
|
|
457
457
|
},
|
|
458
458
|
"editSharedDriveModal": {
|
|
459
|
-
"title": "Modifier le drive
|
|
460
|
-
"successNotification": "Le drive
|
|
461
|
-
"errorNotification": "Erreur lors de la modification du drive
|
|
459
|
+
"title": "Modifier le drive d'équipe",
|
|
460
|
+
"successNotification": "Le drive d'équipe a été modifié",
|
|
461
|
+
"errorNotification": "Erreur lors de la modification du drive d'équipe"
|
|
462
462
|
}
|
|
463
463
|
}
|
|
464
464
|
}
|
package/locales/ru.json
CHANGED
|
@@ -448,19 +448,19 @@
|
|
|
448
448
|
},
|
|
449
449
|
"SharedDrive": {
|
|
450
450
|
"sharedDriveModal": {
|
|
451
|
-
"title": "Новый
|
|
451
|
+
"title": "Новый командный диск",
|
|
452
452
|
"nameLabel": "Имя диска",
|
|
453
453
|
"add": "Добавить",
|
|
454
454
|
"cancel": "Отмена",
|
|
455
455
|
"create": "Создать",
|
|
456
456
|
"save": "Сохранить",
|
|
457
|
-
"successNotification": "
|
|
458
|
-
"errorNotification": "Ошибка при создании
|
|
457
|
+
"successNotification": "Командный диск добавлен",
|
|
458
|
+
"errorNotification": "Ошибка при создании командного диска"
|
|
459
459
|
},
|
|
460
460
|
"editSharedDriveModal": {
|
|
461
|
-
"title": "Редактировать
|
|
462
|
-
"successNotification": "
|
|
463
|
-
"errorNotification": "Ошибка при модификации
|
|
461
|
+
"title": "Редактировать командный диск",
|
|
462
|
+
"successNotification": "Командный диск был изменён",
|
|
463
|
+
"errorNotification": "Ошибка при модификации командного диска"
|
|
464
464
|
}
|
|
465
465
|
}
|
|
466
466
|
}
|
package/locales/vi.json
CHANGED
|
@@ -448,19 +448,19 @@
|
|
|
448
448
|
},
|
|
449
449
|
"SharedDrive": {
|
|
450
450
|
"sharedDriveModal": {
|
|
451
|
-
"title": "Ổ đĩa
|
|
451
|
+
"title": "Ổ đĩa nhóm mới",
|
|
452
452
|
"nameLabel": "Tên ổ đĩa",
|
|
453
453
|
"add": "Thêm",
|
|
454
454
|
"cancel": "Hủy",
|
|
455
455
|
"create": "Tạo",
|
|
456
456
|
"save": "Lưu",
|
|
457
|
-
"successNotification": "Ổ đĩa
|
|
458
|
-
"errorNotification": "Lỗi trong quá trình tạo ổ đĩa
|
|
457
|
+
"successNotification": "Ổ đĩa nhóm đã được thêm",
|
|
458
|
+
"errorNotification": "Lỗi trong quá trình tạo ổ đĩa nhóm"
|
|
459
459
|
},
|
|
460
460
|
"editSharedDriveModal": {
|
|
461
|
-
"title": "Sửa ổ đĩa
|
|
462
|
-
"successNotification": "Ổ đĩa
|
|
463
|
-
"errorNotification": "Lỗi khi sửa đổi ổ đĩa
|
|
461
|
+
"title": "Sửa ổ đĩa nhóm",
|
|
462
|
+
"successNotification": "Ổ đĩa nhóm đã được sửa đổi",
|
|
463
|
+
"errorNotification": "Lỗi khi sửa đổi ổ đĩa nhóm"
|
|
464
464
|
}
|
|
465
465
|
}
|
|
466
466
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cozy-sharing",
|
|
3
|
-
"version": "36.1
|
|
3
|
+
"version": "36.2.1",
|
|
4
4
|
"description": "Provides sharing login for React applications.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"author": "Cozy",
|
|
@@ -85,5 +85,5 @@
|
|
|
85
85
|
"sideEffects": [
|
|
86
86
|
"*.css"
|
|
87
87
|
],
|
|
88
|
-
"gitHead": "
|
|
88
|
+
"gitHead": "f24d4b10dd14b3bdd673ad04aa91d401775a82cf"
|
|
89
89
|
}
|