Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@
"outsideSharedFolder": {
"title": "Moving outside the %{sharedFolder} folder",
"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.",
"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.",
"content_2": "This move, will remove the %{type} %{name} from the share. |||| This move, will remove %{smart_count} %{type} from the share.",
"cancel": "Cancel",
"confirm": "I understand"
},
Expand Down
2 changes: 1 addition & 1 deletion src/locales/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@
"outsideSharedFolder": {
"title": "Déplacement en dehors du dossier %{sharedFolder}",
"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}.",
"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.",
"content_2": "Ce déplacement, va retirer le %{type} %{name} du partage. |||| Ce déplacement, va retirer les %{smart_count} %{type} du partage.",
"cancel": "Annuler",
"confirm": "J'ai compris"
},
Expand Down
2 changes: 1 addition & 1 deletion src/locales/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@
"outsideSharedFolder": {
"title": "Перемещение за пределы папки %{sharedFolder}",
"content_1": "Внимание: вы хотите переместить %{name} из общей папки %{sharedFolder}. |||| Внимание: вы хотите переместить %{smart_count} %{type} из общей папки %{sharedFolder}.",
"content_2": "Это перемещение отменит общий доступ к %{type} %{name}. Этот %{type} будет перемещён в корзину для всех участников общего доступа. |||| Это перемещение отменит общий доступ к %{smart_count} %{type}. Эти %{type} будут перемещены в корзину для всех участников общего доступа.",
"content_2": "Это перемещение отменит общий доступ к %{type} %{name}. |||| Это перемещение отменит общий доступ к %{smart_count} %{type}.",
"cancel": "Отмена",
"confirm": "Я понимаю"
},
Expand Down
2 changes: 1 addition & 1 deletion src/locales/vi.json
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@
"outsideSharedFolder": {
"title": "Di chuyển ra khỏi thư mục chia sẻ %{sharedFolder}",
"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}.",
"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ẻ.",
"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ẻ.",
"cancel": "Hủy",
"confirm": "Tôi hiểu"
},
Expand Down
Loading