From 259223f51f9d6bd69cc915b0dfe651be22b22a9d Mon Sep 17 00:00:00 2001 From: Eric Doughty-Papassideris Date: Fri, 25 Oct 2024 13:36:03 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A8=20front:=20sorted=20labels?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tdrive/frontend/public/locales/en.json | 8 ++++---- tdrive/frontend/public/locales/fr.json | 8 ++++---- tdrive/frontend/public/locales/ru.json | 8 ++++---- tdrive/frontend/public/locales/vi.json | 8 ++++---- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/tdrive/frontend/public/locales/en.json b/tdrive/frontend/public/locales/en.json index b6cd07b5..3e15ef15 100644 --- a/tdrive/frontend/public/locales/en.json +++ b/tdrive/frontend/public/locales/en.json @@ -20,10 +20,6 @@ "components.ConfirmTrashModalContent_move_to_trash": "Move to trash", "components.ConfirmTrashModalContent_move_to_trash_desc": "Click 'Move to trash' to move the selected items to the trash folder. You can restore them later from the trash.", "components.ConfirmTrashModalContent_to_trash": "to trash", - "components.VersionModalContent_create": "Create version", - "components.VersionModalContent_donwload": "Download", - "components.VersionModalContent_version": "Versions of", - "components.VersionModalContent_version_dec": "Manage your document version here: Download older version of this document or upload a new version now.", "components.PropertiesModalContent_name": "Name", "components.PropertiesModalContent_place_holder": "Document or folder name", "components.PropertiesModalContent_rename": "Rename", @@ -32,6 +28,10 @@ "components.SelectorModalContent_move_to": "Move to", "components.SelectorModalContent_no_items": "No item selected", "components.SelectorModalContent_select": "Selected", + "components.VersionModalContent_create": "Create version", + "components.VersionModalContent_donwload": "Download", + "components.VersionModalContent_version": "Versions of", + "components.VersionModalContent_version_dec": "Manage your document version here: Download older version of this document or upload a new version now.", "components.add_mails_workspace.text_area_placeholder": "Enter emails of your users*", "components.alert.confirm": "Confirm your action", "components.alert.confirm_click": "Confirm your action by clicking on OK.", diff --git a/tdrive/frontend/public/locales/fr.json b/tdrive/frontend/public/locales/fr.json index 801ea83a..9c1ebdd6 100644 --- a/tdrive/frontend/public/locales/fr.json +++ b/tdrive/frontend/public/locales/fr.json @@ -20,10 +20,6 @@ "components.ConfirmTrashModalContent_move_to_trash": "Déplacer vers la corbeille", "components.ConfirmTrashModalContent_move_to_trash_desc": "Cliquer sur 'Déplacer' pour déplacer les éléments sélectionnés vers la corbeille. Vous pourrez les restaurer plus tard depuis la corbeille.", "components.ConfirmTrashModalContent_to_trash": "vers la corbeille", - "components.VersionModalContent_create": "Créer une version", - "components.VersionModalContent_donwload": "Télécharger", - "components.VersionModalContent_version": "Version de", - "components.VersionModalContent_version_dec": "Gérer la version de votre document ici : télécharger une ancienne version de votre document ou importer une nouvelle version ici.", "components.PropertiesModalContent_name": "Nom", "components.PropertiesModalContent_place_holder": "Nom du fichier ou du document", "components.PropertiesModalContent_rename": "Renommer", @@ -32,6 +28,10 @@ "components.SelectorModalContent_move_to": "Déplacer vers", "components.SelectorModalContent_no_items": "Pas de fichier sélectionné", "components.SelectorModalContent_select": "sélectionné(s)", + "components.VersionModalContent_create": "Créer une version", + "components.VersionModalContent_donwload": "Télécharger", + "components.VersionModalContent_version": "Version de", + "components.VersionModalContent_version_dec": "Gérer la version de votre document ici : télécharger une ancienne version de votre document ou importer une nouvelle version ici.", "components.add_mails_workspace.text_area_placeholder": "Saisissez les e-mails des utilisateurs*", "components.alert.confirm": "Confirmez votre action", "components.alert.confirm_click": "Confirmez votre action en cliquant sur OK.", diff --git a/tdrive/frontend/public/locales/ru.json b/tdrive/frontend/public/locales/ru.json index c185c6d4..ff344ba4 100644 --- a/tdrive/frontend/public/locales/ru.json +++ b/tdrive/frontend/public/locales/ru.json @@ -20,10 +20,6 @@ "components.ConfirmTrashModalContent_move_to_trash": "Удалить", "components.ConfirmTrashModalContent_move_to_trash_desc": "Нажмите 'Удалить' чтобы переместить выделенные элементы в корзину. Вы сможете восстановить их позже.", "components.ConfirmTrashModalContent_to_trash": "в корзину", - "components.VersionModalContent_create": "Создать версию", - "components.VersionModalContent_donwload": "Скачать", - "components.VersionModalContent_version": "Версии ...", - "components.VersionModalContent_version_dec": "Управление версиями документа: Здесь можно скачать или загрузить новую версию документа.", "components.PropertiesModalContent_name": "Имя", "components.PropertiesModalContent_place_holder": "Имя папки или документа", "components.PropertiesModalContent_rename": "Переименовать", @@ -32,6 +28,10 @@ "components.SelectorModalContent_move_to": "Переместить в", "components.SelectorModalContent_no_items": "Нет выдулунных элементов", "components.SelectorModalContent_select": "Выбранные", + "components.VersionModalContent_create": "Создать версию", + "components.VersionModalContent_donwload": "Скачать", + "components.VersionModalContent_version": "Версии ...", + "components.VersionModalContent_version_dec": "Управление версиями документа: Здесь можно скачать или загрузить новую версию документа.", "components.add_mails_workspace.text_area_placeholder": "Введите адреса электронной почты пользователей*", "components.alert.confirm": "Подтвердите ваше действие", "components.alert.confirm_click": "Подтвердите ваше действие, нажав на кнопку \"Подтвердить\".", diff --git a/tdrive/frontend/public/locales/vi.json b/tdrive/frontend/public/locales/vi.json index 6019b664..17e3e9c4 100644 --- a/tdrive/frontend/public/locales/vi.json +++ b/tdrive/frontend/public/locales/vi.json @@ -20,10 +20,6 @@ "components.ConfirmTrashModalContent_move_to_trash": "Di chuyển vào thùng rác", "components.ConfirmTrashModalContent_move_to_trash_desc": "Nhấp vào 'Di chuyển vào thùng rác' để di chuyển các mục đã chọn vào thư mục thùng rác. Bạn có thể khôi phục chúng sau từ thùng rác.", "components.ConfirmTrashModalContent_to_trash": "vào thùng rác", - "components.VersionModalContent_create": "Tạo phiên bản", - "components.VersionModalContent_donwload": "Tải xuống", - "components.VersionModalContent_version": "Phiên bản của", - "components.VersionModalContent_version_dec": "Quản lý phiên bản tài liệu của bạn tại đây: Tải xuống phiên bản cũ hơn của tài liệu này hoặc tải lên phiên bản mới ngay bây giờ.", "components.PropertiesModalContent_name": "Tên", "components.PropertiesModalContent_place_holder": "Tên tài liệu hoặc thư mục", "components.PropertiesModalContent_rename": "Đổi tên", @@ -32,6 +28,10 @@ "components.SelectorModalContent_move_to": "Di chuyển đến", "components.SelectorModalContent_no_items": "Không có mục nào được chọn", "components.SelectorModalContent_select": "Đã chọn", + "components.VersionModalContent_create": "Tạo phiên bản", + "components.VersionModalContent_donwload": "Tải xuống", + "components.VersionModalContent_version": "Phiên bản của", + "components.VersionModalContent_version_dec": "Quản lý phiên bản tài liệu của bạn tại đây: Tải xuống phiên bản cũ hơn của tài liệu này hoặc tải lên phiên bản mới ngay bây giờ.", "components.add_mails_workspace.text_area_placeholder": "Nhập email của người dùng của bạn*", "components.alert.confirm": "Xác nhận hành động của bạn", "components.alert.confirm_click": "Xác nhận hành động của bạn bằng cách nhấp vào OK.",