Skip to content

Commit a6ab385

Browse files
committed
fix(locales): Remove one wrong sentence
1 parent cde333f commit a6ab385

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/locales/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@
438438
"outsideSharedFolder": {
439439
"title": "Moving outside the %{sharedFolder} folder",
440440
"content_1": "Warning, you want to move %{name} out of the shared %{sharedFolder} folder. |||| Warning, you want to move %{smart_count} %{type} out of the shared %{sharedFolder} folder.",
441-
"content_2": "This move, will remove the %{type} %{name} from the share. This %{type} will therefore be trashed for all members of the share. |||| This move, will remove %{smart_count} %{type} from the share. These %{type} will therefore be trashed for all members of the share.",
441+
"content_2": "This move, will remove the %{type} %{name} from the share. |||| This move, will remove %{smart_count} %{type} from the share.",
442442
"cancel": "Cancel",
443443
"confirm": "I understand"
444444
},

src/locales/fr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@
435435
"outsideSharedFolder": {
436436
"title": "Déplacement en dehors du dossier %{sharedFolder}",
437437
"content_1": "Attention, vous souhaitez déplacer %{name} en dehors du dossier partagé %{sharedFolder}. |||| Attention, vous souhaitez déplacer %{smart_count} %{type} en dehors du dossier partagé %{sharedFolder}.",
438-
"content_2": "Ce déplacement, va retirer le %{type} %{name} du partage. Ce %{type} va donc être mis à la corbeille pour l'ensemble des membres du partage. |||| Ce déplacement, va retirer les %{smart_count} %{type} du partage. Ces %{type} vont donc être mis à la corbeille pour l'ensemble des membres du partage.",
438+
"content_2": "Ce déplacement, va retirer le %{type} %{name} du partage. |||| Ce déplacement, va retirer les %{smart_count} %{type} du partage.",
439439
"cancel": "Annuler",
440440
"confirm": "J'ai compris"
441441
},

src/locales/ru.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@
416416
"outsideSharedFolder": {
417417
"title": "Перемещение за пределы папки %{sharedFolder}",
418418
"content_1": "Внимание: вы хотите переместить %{name} из общей папки %{sharedFolder}. |||| Внимание: вы хотите переместить %{smart_count} %{type} из общей папки %{sharedFolder}.",
419-
"content_2": "Это перемещение отменит общий доступ к %{type} %{name}. Этот %{type} будет перемещён в корзину для всех участников общего доступа. |||| Это перемещение отменит общий доступ к %{smart_count} %{type}. Эти %{type} будут перемещены в корзину для всех участников общего доступа.",
419+
"content_2": "Это перемещение отменит общий доступ к %{type} %{name}. |||| Это перемещение отменит общий доступ к %{smart_count} %{type}.",
420420
"cancel": "Отмена",
421421
"confirm": "Я понимаю"
422422
},

src/locales/vi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@
415415
"outsideSharedFolder": {
416416
"title": "Di chuyển ra khỏi thư mục chia sẻ %{sharedFolder}",
417417
"content_1": "Cảnh báo, bạn đang muốn di chuyển %{name} ra khỏi thư mục chia sẻ %{sharedFolder}. |||| Cảnh báo, bạn đang muốn di chuyển %{smart_count} %{type} ra khỏi thư mục chia sẻ %{sharedFolder}.",
418-
"content_2": "Thao tác này sẽ xóa %{type} %{name} khỏi mục chia sẻ. %{type} này sẽ bị đưa vào thùng rác đối với tất cả thành viên được chia sẻ. |||| Thao tác này sẽ xóa %{smart_count} %{type} khỏi mục chia sẻ. Các %{type} này sẽ bị đưa vào thùng rác đối với tất cả thành viên được chia sẻ.",
418+
"content_2": "Thao tác này sẽ xóa %{type} %{name} khỏi mục chia sẻ. |||| Thao tác này sẽ xóa %{smart_count} %{type} khỏi mục chia sẻ.",
419419
"cancel": "Hủy",
420420
"confirm": "Tôi hiểu"
421421
},

0 commit comments

Comments
 (0)