diff --git a/products/ASC.Files/Client/public/locales/de/DeleteDialog.json b/products/ASC.Files/Client/public/locales/de/DeleteDialog.json
index 656678d1d12..8970956b19f 100644
--- a/products/ASC.Files/Client/public/locales/de/DeleteDialog.json
+++ b/products/ASC.Files/Client/public/locales/de/DeleteDialog.json
@@ -1,5 +1,4 @@
{
- "ConfirmRemove": "Bestätigung",
"MoveToTrashButton": "In den Papierkorb verschieben",
"MoveToTrashItemsNote": "Wenn Sie freigegebene Elemente löschen, können andere Benutzer nicht mehr auf sie zugreifen.",
"MoveToTrashItemsTitle": "Elemente in den Papierkorb verschieben?",
@@ -10,4 +9,4 @@
"UnsubscribeButton": "Abbestellen",
"UnsubscribeNote": "Sind Sie sicher, dass Sie die ausgewählten Elemente aus der Liste abbestellen möchten?",
"UnsubscribeTitle": "Abbestellungsbestätigung"
-}
\ No newline at end of file
+}
diff --git a/products/ASC.Files/Client/public/locales/en/DeleteDialog.json b/products/ASC.Files/Client/public/locales/en/DeleteDialog.json
index 695ee59d1cd..228018d81e2 100644
--- a/products/ASC.Files/Client/public/locales/en/DeleteDialog.json
+++ b/products/ASC.Files/Client/public/locales/en/DeleteDialog.json
@@ -1,5 +1,4 @@
{
- "ConfirmRemove": "Confirmation",
"MoveToTrashButton": "Move to Trash",
"MoveToTrashItemsNote": "If you delete shared items, other users won’t be able to access them.",
"MoveToTrashItemsTitle": "Move items to Trash?",
@@ -10,4 +9,4 @@
"UnsubscribeButton": "Unsubscribe",
"UnsubscribeNote": "Are you sure you want to unsubscribe from the selected items from the list?",
"UnsubscribeTitle": "Unsubscribe confirmation"
-}
\ No newline at end of file
+}
diff --git a/products/ASC.Files/Client/public/locales/fr/DeleteDialog.json b/products/ASC.Files/Client/public/locales/fr/DeleteDialog.json
index b66a9159677..5d9492368d5 100644
--- a/products/ASC.Files/Client/public/locales/fr/DeleteDialog.json
+++ b/products/ASC.Files/Client/public/locales/fr/DeleteDialog.json
@@ -1,5 +1,4 @@
{
- "ConfirmRemove": "Confirmation",
"MoveToTrashButton": "Mettre dans la corbeille",
"MoveToTrashItemsNote": "Si vous supprimez des éléments partagés, les autres utilisateurs ne pourront plus y accéder.",
"MoveToTrashItemsTitle": "Déplacer les éléments vers la corbeille ?",
@@ -10,4 +9,4 @@
"UnsubscribeButton": "Se désabonner",
"UnsubscribeNote": "Êtes-vous sûr de vouloir vous désabonner des éléments sélectionnés dans la liste ?",
"UnsubscribeTitle": "Confirmation de désabonnement"
-}
\ No newline at end of file
+}
diff --git a/products/ASC.Files/Client/public/locales/pt-BR/DeleteDialog.json b/products/ASC.Files/Client/public/locales/pt-BR/DeleteDialog.json
index 2f711050890..25334a58c06 100644
--- a/products/ASC.Files/Client/public/locales/pt-BR/DeleteDialog.json
+++ b/products/ASC.Files/Client/public/locales/pt-BR/DeleteDialog.json
@@ -1,5 +1,4 @@
{
- "ConfirmRemove": "Confirmação",
"MoveToTrashButton": "Mover para a lixeira",
"MoveToTrashItemsNote": "Se você excluir itens compartilhados, outros usuários não poderão acessá-los.",
"MoveToTrashItemsTitle": "Mover itens para o Lixo?",
@@ -10,4 +9,4 @@
"UnsubscribeButton": "Cancelar assinatura",
"UnsubscribeNote": "Você tem certeza de que deseja cancelar a inscrição dos itens selecionados da lista?",
"UnsubscribeTitle": "Cancelar a confirmação da inscrição"
-}
\ No newline at end of file
+}
diff --git a/products/ASC.Files/Client/public/locales/ro/DeleteDialog.json b/products/ASC.Files/Client/public/locales/ro/DeleteDialog.json
index 4653ef01650..a0bf7141211 100644
--- a/products/ASC.Files/Client/public/locales/ro/DeleteDialog.json
+++ b/products/ASC.Files/Client/public/locales/ro/DeleteDialog.json
@@ -1,5 +1,4 @@
{
- "ConfirmRemove": "Confirmare",
"MoveToTrashButton": "Mutare la Coşul de gunoi",
"MoveToTrashItemsNote": "Dacă ștergeți elemente partajate, aceste nu mai fi accesibil pentru alți utilizatori.",
"MoveToTrashItemsTitle": "Doriți să mutați elementele în Coșul de gunoi?",
@@ -10,4 +9,4 @@
"UnsubscribeButton": "Dezabonare",
"UnsubscribeNote": "Sunteți sigur că doriți să vă dezabonați de la elementele selectate din lista?",
"UnsubscribeTitle": "Confirmare dezabonare"
-}
\ No newline at end of file
+}
diff --git a/products/ASC.Files/Client/public/locales/ru/DeleteDialog.json b/products/ASC.Files/Client/public/locales/ru/DeleteDialog.json
index 0de3b8f61ab..9afc7044a5b 100644
--- a/products/ASC.Files/Client/public/locales/ru/DeleteDialog.json
+++ b/products/ASC.Files/Client/public/locales/ru/DeleteDialog.json
@@ -1,5 +1,4 @@
{
- "ConfirmRemove": "Подтверждение",
"MoveToTrashButton": "Переместить в корзину",
"MoveToTrashItemsNote": "Если вы удалите расшаренные элементы, другие пользователи не смогут получить к ним доступ.",
"MoveToTrashItemsTitle": "Переместить элементы в корзину?",
@@ -10,4 +9,4 @@
"UnsubscribeButton": "Отписаться",
"UnsubscribeNote": "Вы действительно хотите отписаться от выделенных элементов из списка?",
"UnsubscribeTitle": "Подтверждение отписки"
-}
\ No newline at end of file
+}
diff --git a/products/ASC.Files/Client/src/components/dialogs/DeleteDialog/index.js b/products/ASC.Files/Client/src/components/dialogs/DeleteDialog/index.js
index f92d393677a..ef08e08597f 100644
--- a/products/ASC.Files/Client/src/components/dialogs/DeleteDialog/index.js
+++ b/products/ASC.Files/Client/src/components/dialogs/DeleteDialog/index.js
@@ -129,7 +129,7 @@ class DeleteDialogComponent extends React.Component {
const title =
isPrivacyFolder || isRecycleBinFolder || checkedSelections[0]?.providerKey
- ? t("ConfirmRemove")
+ ? t("Common:Confirmation")
: unsubscribe
? t("UnsubscribeTitle")
: checkedSelections.length === 1 || isPrivacyFolder
diff --git a/products/ASC.People/Client/public/locales/de/DeleteProfileEverDialog.json b/products/ASC.People/Client/public/locales/de/DeleteProfileEverDialog.json
index 1aaff14c7ca..a641a81cc9e 100644
--- a/products/ASC.People/Client/public/locales/de/DeleteProfileEverDialog.json
+++ b/products/ASC.People/Client/public/locales/de/DeleteProfileEverDialog.json
@@ -1,6 +1,5 @@
{
- "Confirmation": "Bestätigung",
"DeleteUserConfirmation": "{{userCaption}} {{user}} wird gelöscht.",
"DeleteUserDataConfirmation": "Freigegebene Dokumente dieses Benutzers werden gelöscht. Um dies zu vermeiden, weisen Sie Daten neu zu.",
"SuccessfullyDeleteUserInfoMessage": "Der Benutzer wurde erfolgreich gelöscht"
-}
\ No newline at end of file
+}
diff --git a/products/ASC.People/Client/public/locales/de/GroupAction.json b/products/ASC.People/Client/public/locales/de/GroupAction.json
index 2bf302f73ce..13744c9f82c 100644
--- a/products/ASC.People/Client/public/locales/de/GroupAction.json
+++ b/products/ASC.People/Client/public/locales/de/GroupAction.json
@@ -2,8 +2,7 @@
"CustomNewDepartment": "{{groupCaption}} (Erstellung)",
"GroupAction": "Arbeit mit Gruppe",
"Members": "Mitglieder",
- "Name": "Name",
"SearchAddedMembers": "Hinzugefügte Mitglieder suchen",
"SelectAction": "Auswählen",
"SuccessSaveGroup": "{{groupCaption}} '{{ groupName }}' wurde erfolgreich gespeichert"
-}
\ No newline at end of file
+}
diff --git a/products/ASC.People/Client/public/locales/de/ProfileAction.json b/products/ASC.People/Client/public/locales/de/ProfileAction.json
index b2b7b6d3068..dc6834c18f5 100644
--- a/products/ASC.People/Client/public/locales/de/ProfileAction.json
+++ b/products/ASC.People/Client/public/locales/de/ProfileAction.json
@@ -14,7 +14,6 @@
"EmailPopupHelper": "Die Haupt-E-Mail-Adresse wird für Benachrichtigungen und Zugriffswiederherstellung benutzt. <1> Sie können in dieser Domain eine neue E-Mail für den Benutzer erstellen und ein Einmalkennwort für die erste Anmeldung festlegen.1>",
"FirstName": "Vorname",
"Message": "Chat",
- "Phone": "Telefon",
"ProductsAndInstruments_Products": "Module",
"ProfileAction": "Arbeit mit dem Profil",
"ProfileTypePopupHelper": "Gäste haben eingeschränkten Zugriff auf einige Funktionen und Module auf dem Portal",
diff --git a/products/ASC.People/Client/public/locales/en/DeleteProfileEverDialog.json b/products/ASC.People/Client/public/locales/en/DeleteProfileEverDialog.json
index 53a51cde6fe..2168fe324a6 100644
--- a/products/ASC.People/Client/public/locales/en/DeleteProfileEverDialog.json
+++ b/products/ASC.People/Client/public/locales/en/DeleteProfileEverDialog.json
@@ -1,6 +1,5 @@
{
- "Confirmation": "Confirmation",
"DeleteUserConfirmation": "{{userCaption}} {{user}} will be deleted.",
"DeleteUserDataConfirmation": "User documents shared with others will be deleted. To avoid this, reassign data.",
"SuccessfullyDeleteUserInfoMessage": "The user has been successfully deleted"
-}
\ No newline at end of file
+}
diff --git a/products/ASC.People/Client/public/locales/en/GroupAction.json b/products/ASC.People/Client/public/locales/en/GroupAction.json
index 4ed54278cbb..5adf8a4e077 100644
--- a/products/ASC.People/Client/public/locales/en/GroupAction.json
+++ b/products/ASC.People/Client/public/locales/en/GroupAction.json
@@ -2,8 +2,7 @@
"CustomNewDepartment": "{{groupCaption}} (creation)",
"GroupAction": "Group action",
"Members": "Members",
- "Name": "Name",
"SearchAddedMembers": "Search added members",
"SelectAction": "Select",
"SuccessSaveGroup": "{{groupCaption}} '{{ groupName }}' has been saved successfully"
-}
\ No newline at end of file
+}
diff --git a/products/ASC.People/Client/public/locales/en/ProfileAction.json b/products/ASC.People/Client/public/locales/en/ProfileAction.json
index 90270a29ef3..880c4147826 100644
--- a/products/ASC.People/Client/public/locales/en/ProfileAction.json
+++ b/products/ASC.People/Client/public/locales/en/ProfileAction.json
@@ -16,7 +16,6 @@
"ErrorInvalidUserLastName": "Invalid last name",
"FirstName": "First Name",
"Message": "Talk",
- "Phone": "Phone",
"ProductsAndInstruments_Products": "Modules",
"ProfileAction": "Profile action",
"ProfileTypePopupHelper": "Guests have limited access to some portal features and modules",
@@ -24,4 +23,4 @@
"TermsOfUsePopupHelperLink": "Read more about terms of use",
"UpdatingProcess": "Updating...",
"WriteComment": "Add comment"
-}
\ No newline at end of file
+}
diff --git a/products/ASC.People/Client/public/locales/fr/DeleteProfileEverDialog.json b/products/ASC.People/Client/public/locales/fr/DeleteProfileEverDialog.json
index 36da24b93ff..187a647ebf1 100644
--- a/products/ASC.People/Client/public/locales/fr/DeleteProfileEverDialog.json
+++ b/products/ASC.People/Client/public/locales/fr/DeleteProfileEverDialog.json
@@ -1,6 +1,5 @@
{
- "Confirmation": "Confirmation",
"DeleteUserConfirmation": "{{userCaption}} {{user}} sera supprimé.",
"DeleteUserDataConfirmation": "Les documents de l'utilisateur partagés avec d'autres seront supprimés. Pour éviter cela, réaffectez les données.",
"SuccessfullyDeleteUserInfoMessage": "L'utilisateur a été supprimé avec succès"
-}
\ No newline at end of file
+}
diff --git a/products/ASC.People/Client/public/locales/fr/GroupAction.json b/products/ASC.People/Client/public/locales/fr/GroupAction.json
index 89aa9459327..7d2f16844ab 100644
--- a/products/ASC.People/Client/public/locales/fr/GroupAction.json
+++ b/products/ASC.People/Client/public/locales/fr/GroupAction.json
@@ -2,8 +2,7 @@
"CustomNewDepartment": "{{groupCaption}} (création)",
"GroupAction": "Action de groupe",
"Members": "Membres",
- "Name": "Nom",
"SearchAddedMembers": "Rechercher les membres ajoutés",
"SelectAction": "Sélectionner",
"SuccessSaveGroup": "{{groupCaption}} '{{ groupName }}' a été sauvegardé avec succès"
-}
\ No newline at end of file
+}
diff --git a/products/ASC.People/Client/public/locales/fr/ProfileAction.json b/products/ASC.People/Client/public/locales/fr/ProfileAction.json
index 3ef8d6147eb..3543d8dae98 100644
--- a/products/ASC.People/Client/public/locales/fr/ProfileAction.json
+++ b/products/ASC.People/Client/public/locales/fr/ProfileAction.json
@@ -14,7 +14,6 @@
"EmailPopupHelper": "L'adresse mail principal est utilisée pour les notifications et pour la restauration de l'accès. <1> Vous pouvez créer une nouvelle adresse mail sur ce domaine pour cet utilisateur et définir un mot de passe à usage unique pour la première connexion.",
"FirstName": "Prénom",
"Message": "Chat",
- "Phone": "Téléphone",
"ProductsAndInstruments_Products": "Modules",
"ProfileAction": "Action sur le profil",
"ProfileTypePopupHelper": "Les invités ont l'accès limité aux certaines fonctions du portail et modules",
@@ -22,4 +21,4 @@
"TermsOfUsePopupHelperLink": "Savoir plus à propos de termes d'utilisation ",
"UpdatingProcess": "Mis à jour...",
"WriteComment": "Ajouter un commentaire"
-}
\ No newline at end of file
+}
diff --git a/products/ASC.People/Client/public/locales/it/DeleteProfileEverDialog.json b/products/ASC.People/Client/public/locales/it/DeleteProfileEverDialog.json
index c4bbc72855a..a4ba1416d66 100644
--- a/products/ASC.People/Client/public/locales/it/DeleteProfileEverDialog.json
+++ b/products/ASC.People/Client/public/locales/it/DeleteProfileEverDialog.json
@@ -1,6 +1,5 @@
{
- "Confirmation": "Conferma",
"DeleteUserConfirmation": "{{userCaption}} {{user}} sarà cancellato.",
"DeleteUserDataConfirmation": "I documenti utente condivisi con altri verranno eliminati. Per evitare ciò si consiglia di riassegnare i dati.",
"SuccessfullyDeleteUserInfoMessage": "L'utente è stato cancellato con successo"
-}
\ No newline at end of file
+}
diff --git a/products/ASC.People/Client/public/locales/it/GroupAction.json b/products/ASC.People/Client/public/locales/it/GroupAction.json
index a9cd43c5b4e..7dbf47a2a27 100644
--- a/products/ASC.People/Client/public/locales/it/GroupAction.json
+++ b/products/ASC.People/Client/public/locales/it/GroupAction.json
@@ -2,7 +2,6 @@
"CustomNewDepartment": "{{groupCaption}} (creazione)",
"GroupAction": "Azione di gruppo",
"Members": "Membri",
- "Name": "Nome",
"SearchAddedMembers": "Cerca membri aggiunti",
"SuccessSaveGroup": "{{groupCaption}} '{{ groupName }}' è stato salvato con successo"
-}
\ No newline at end of file
+}
diff --git a/products/ASC.People/Client/public/locales/it/ProfileAction.json b/products/ASC.People/Client/public/locales/it/ProfileAction.json
index 85a9ddb3314..6481b7cfe42 100644
--- a/products/ASC.People/Client/public/locales/it/ProfileAction.json
+++ b/products/ASC.People/Client/public/locales/it/ProfileAction.json
@@ -13,7 +13,6 @@
"EmailPopupHelper": "L'email principale viene utilizzata per le notifiche e il ripristino dell'accesso. <1> Puoi creare una nuova email su questo dominio per l'utente e impostare una password monouso per il primo accesso.1>",
"FirstName": "Nome",
"Message": "Parla",
- "Phone": "Telefono",
"ProductsAndInstruments_Products": "Moduli",
"ProfileAction": "Azione del profilo",
"ProfileTypePopupHelper": "Gli ospiti hanno un tipo di accesso limitato a delle funzionalità, e nell'uso dei moduli di questo portale",
@@ -21,4 +20,4 @@
"TermsOfUsePopupHelperLink": "Maggiori dettagli sui termini di utilizzo",
"UpdatingProcess": "Caricamento in corso...",
"WriteComment": "Aggiungi commento"
-}
\ No newline at end of file
+}
diff --git a/products/ASC.People/Client/public/locales/lo/DeleteProfileEverDialog.json b/products/ASC.People/Client/public/locales/lo/DeleteProfileEverDialog.json
index a1adc24fc4d..73155b110d5 100644
--- a/products/ASC.People/Client/public/locales/lo/DeleteProfileEverDialog.json
+++ b/products/ASC.People/Client/public/locales/lo/DeleteProfileEverDialog.json
@@ -1,6 +1,5 @@
{
- "Confirmation": "ການຢັ້ງຢືນຕົວຕົນ",
"DeleteUserConfirmation": "{{userCaption}} {{user}} ຈະຖືກລົບ",
"DeleteUserDataConfirmation": "ເອກະສານຂອງຜູ້ໃຊ້ທີ່ຖືກແບ່ງປັນກັບຄົນອື່ນຈະຖືກລຶບອອກ. ເພື່ອຫລີກລ້ຽງບັນຫານທີ່ຈະເກີດຂື້ນໃນການປ້ອນຂໍ້ມູນ",
"SuccessfullyDeleteUserInfoMessage": "ຜູ້ໃຊ້ຖືກລຶບອອກແລ້ວ"
-}
\ No newline at end of file
+}
diff --git a/products/ASC.People/Client/public/locales/lo/GroupAction.json b/products/ASC.People/Client/public/locales/lo/GroupAction.json
index d976252106b..6214f4ee749 100644
--- a/products/ASC.People/Client/public/locales/lo/GroupAction.json
+++ b/products/ASC.People/Client/public/locales/lo/GroupAction.json
@@ -2,7 +2,6 @@
"CustomNewDepartment": "{{ກຸ່ມສົນທະນາ}} (ສ້າງ)",
"GroupAction": "ກຸ່ມດຳເນີນການ",
"Members": "ສະມາຊິກ",
- "Name": "ຊື່",
"SearchAddedMembers": "ຄົ້ນຫາສະມາຊິກເພີ່ມ",
"SuccessSaveGroup": "{{groupCaption}} '{{ groupName }}' ໄດ້ຖືກບັນທຶກ ສຳ ເລັດແລ້ວ"
-}
\ No newline at end of file
+}
diff --git a/products/ASC.People/Client/public/locales/lo/ProfileAction.json b/products/ASC.People/Client/public/locales/lo/ProfileAction.json
index e9775f0d05b..270809b7e50 100644
--- a/products/ASC.People/Client/public/locales/lo/ProfileAction.json
+++ b/products/ASC.People/Client/public/locales/lo/ProfileAction.json
@@ -13,7 +13,6 @@
"EmailPopupHelper": "ອີເມວຫຼັກແມ່ນໃຊ້ ສຳ ລັບການແຈ້ງເຕືອນແລະການກູ້ຄືນການເຂົ້າເຖິງ.<1> ທ່ານສາມາດສ້າງອີເມວໃໝ່ໃນໂດເມນນີ້ສຳລັບຜູ້ໃຊ້ແລະຕັ້ງລະຫັດຜ່ານໜຶ່ງຄັ້ງສຳລັບການເຂົ້າສູ່ລະບົບຄັ້ງທຳອິດ.1>",
"FirstName": "ຊື່ແທ້",
"Message": "ເວົ້າ",
- "Phone": "ໂທລະສັບ",
"ProductsAndInstruments_Products": "ໂມດູນ",
"ProfileAction": "ການດຳເນີນການໂປຣໄຟລ໌",
"ProfileTypePopupHelper": "ບຸກຄົນທົ່ວໄປຖືກຈຳກັດໃຫ້ເຂົ້າເຖິງຄຸນລັກສະນະບາງຢ່າງຂອງ Portal ແລະ ໂມດູນ",
@@ -21,4 +20,4 @@
"TermsOfUsePopupHelperLink": "ອ່ານເພີ່ມຕື່ມກ່ຽວກັບເງື່ອນໄຂການໃຊ້ງານ",
"UpdatingProcess": "ກຳລັງອັບເດດ...",
"WriteComment": "ເພີ່ມຄຳເຫັນ"
-}
\ No newline at end of file
+}
diff --git a/products/ASC.People/Client/public/locales/pt-BR/DeleteProfileEverDialog.json b/products/ASC.People/Client/public/locales/pt-BR/DeleteProfileEverDialog.json
index c1ea37e9ba2..fca0ce8e0dc 100644
--- a/products/ASC.People/Client/public/locales/pt-BR/DeleteProfileEverDialog.json
+++ b/products/ASC.People/Client/public/locales/pt-BR/DeleteProfileEverDialog.json
@@ -1,6 +1,5 @@
{
- "Confirmation": "Confirmação",
"DeleteUserConfirmation": "{{userCaption}} {{user}} será deletado.",
"DeleteUserDataConfirmation": "Os documentos de usuário compartilhados com outros serão excluídos. Para evitar isto, reatribuir dados.",
"SuccessfullyDeleteUserInfoMessage": "O usuário foi excluído com sucesso"
-}
\ No newline at end of file
+}
diff --git a/products/ASC.People/Client/public/locales/pt-BR/GroupAction.json b/products/ASC.People/Client/public/locales/pt-BR/GroupAction.json
index 3cdc0e211ae..0c317282e3c 100644
--- a/products/ASC.People/Client/public/locales/pt-BR/GroupAction.json
+++ b/products/ASC.People/Client/public/locales/pt-BR/GroupAction.json
@@ -2,8 +2,7 @@
"CustomNewDepartment": "{{groupCaption}} (criação)",
"GroupAction": "Ação em grupo",
"Members": "Membros",
- "Name": "Nome",
"SearchAddedMembers": "Pesquisar membros adicionados",
"SelectAction": "Selecionar",
"SuccessSaveGroup": "{{groupCaption}} '{{ groupName }}' foi salvo com sucesso"
-}
\ No newline at end of file
+}
diff --git a/products/ASC.People/Client/public/locales/pt-BR/ProfileAction.json b/products/ASC.People/Client/public/locales/pt-BR/ProfileAction.json
index 84f61abf61e..369a830bf60 100644
--- a/products/ASC.People/Client/public/locales/pt-BR/ProfileAction.json
+++ b/products/ASC.People/Client/public/locales/pt-BR/ProfileAction.json
@@ -14,7 +14,6 @@
"EmailPopupHelper": "O e-mail principal é utilizado para notificações e restabelecimento do acesso. <1> Você pode criar um novo e-mail neste domínio para o usuário e definir uma senha única para o primeiro login.1>",
"FirstName": "Primeiro nome",
"Message": "Bate-papo com outros usuários",
- "Phone": "Telefone",
"ProductsAndInstruments_Products": "Módulos",
"ProfileAction": "Ação de perfil",
"ProfileTypePopupHelper": "Os hóspedes têm acesso limitado a alguns recursos e módulos do portal",
@@ -22,4 +21,4 @@
"TermsOfUsePopupHelperLink": "Leia mais sobre os termos de uso",
"UpdatingProcess": "Atualizando...",
"WriteComment": "Adicionar comentário"
-}
\ No newline at end of file
+}
diff --git a/products/ASC.People/Client/public/locales/ro/DeleteProfileEverDialog.json b/products/ASC.People/Client/public/locales/ro/DeleteProfileEverDialog.json
index 28bf1600f62..75d12ac6079 100644
--- a/products/ASC.People/Client/public/locales/ro/DeleteProfileEverDialog.json
+++ b/products/ASC.People/Client/public/locales/ro/DeleteProfileEverDialog.json
@@ -1,6 +1,5 @@
{
- "Confirmation": "Confirmare",
"DeleteUserConfirmation": "{{userCaption}} {{user}} va fi șters.",
"DeleteUserDataConfirmation": "Documentele utilizatorului care au fost partajate cu alții vor fi șterse. Pentru a evita acest risc, reasignați datele.",
"SuccessfullyDeleteUserInfoMessage": "Utilizatorul a fost șters cu succes"
-}
\ No newline at end of file
+}
diff --git a/products/ASC.People/Client/public/locales/ro/GroupAction.json b/products/ASC.People/Client/public/locales/ro/GroupAction.json
index edd6fefabc2..a100f76ce6a 100644
--- a/products/ASC.People/Client/public/locales/ro/GroupAction.json
+++ b/products/ASC.People/Client/public/locales/ro/GroupAction.json
@@ -2,8 +2,7 @@
"CustomNewDepartment": "{{groupCaption}} (creare)",
"GroupAction": "Acțiune de grup",
"Members": "Membrii",
- "Name": "Numele",
"SearchAddedMembers": "Căutare după membrii adăugați",
"SelectAction": "Selectare",
"SuccessSaveGroup": "{{groupCaption}} '{{ groupName }}' a fost salvat cu succes"
-}
\ No newline at end of file
+}
diff --git a/products/ASC.People/Client/public/locales/ro/ProfileAction.json b/products/ASC.People/Client/public/locales/ro/ProfileAction.json
index 1002231b7d0..a61b45fd6fa 100644
--- a/products/ASC.People/Client/public/locales/ro/ProfileAction.json
+++ b/products/ASC.People/Client/public/locales/ro/ProfileAction.json
@@ -14,7 +14,6 @@
"EmailPopupHelper": "Adresa de email principală se folosește pentru trimiterea notificărilor și restabilirea accesului. <1> Puteți crea o nouă adresă de e-mail pentru utilizatorul pe acest domeniu și o parolă temporară unică cu care să conectează prima dată.1>",
"FirstName": "Prenume",
"Message": "Chat",
- "Phone": "Telefon",
"ProductsAndInstruments_Products": "Module",
"ProfileAction": "Acțiuni cu profil",
"ProfileTypePopupHelper": "Invitații au acces limitat la unele funcții și module ale portalului",
@@ -22,4 +21,4 @@
"TermsOfUsePopupHelperLink": "Află mai mult despre termenii si conditiile de utilizare ",
"UpdatingProcess": "În curs de actualizare...",
"WriteComment": "Adaugă comentariu"
-}
\ No newline at end of file
+}
diff --git a/products/ASC.People/Client/public/locales/ru/DeleteProfileEverDialog.json b/products/ASC.People/Client/public/locales/ru/DeleteProfileEverDialog.json
index 16023ea526f..95975c497d2 100644
--- a/products/ASC.People/Client/public/locales/ru/DeleteProfileEverDialog.json
+++ b/products/ASC.People/Client/public/locales/ru/DeleteProfileEverDialog.json
@@ -1,6 +1,5 @@
{
- "Confirmation": "Подтверждение",
"DeleteUserConfirmation": "{{userCaption}} {{user}} будет удален.",
"DeleteUserDataConfirmation": "Будут удалены личные документы пользователя, доступные для других. Чтобы избежать этого, нужно перед удалением запустить процесс передачи данных.",
"SuccessfullyDeleteUserInfoMessage": "Пользователь успешно удален"
-}
\ No newline at end of file
+}
diff --git a/products/ASC.People/Client/public/locales/ru/GroupAction.json b/products/ASC.People/Client/public/locales/ru/GroupAction.json
index b268c2d5da3..34a9f7c80be 100644
--- a/products/ASC.People/Client/public/locales/ru/GroupAction.json
+++ b/products/ASC.People/Client/public/locales/ru/GroupAction.json
@@ -2,8 +2,7 @@
"CustomNewDepartment": "{{groupCaption}} (создание)",
"GroupAction": "Работа с группой",
"Members": "Участники",
- "Name": "Название",
"SearchAddedMembers": "Поиск добавленных участников",
"SelectAction": "Выбрать",
"SuccessSaveGroup": "Успешное сохранение: {{groupCaption, lowercase}} '{{ groupName }}'"
-}
\ No newline at end of file
+}
diff --git a/products/ASC.People/Client/public/locales/ru/ProfileAction.json b/products/ASC.People/Client/public/locales/ru/ProfileAction.json
index 3597d3fbef2..69e9805d9df 100644
--- a/products/ASC.People/Client/public/locales/ru/ProfileAction.json
+++ b/products/ASC.People/Client/public/locales/ru/ProfileAction.json
@@ -14,7 +14,6 @@
"EmailPopupHelper": "Основной email нужен для восстановления доступа к порталу в случае потери пароля, а также для отправки оповещений. <1>Вы можете создать новый email на домене в качестве основного. В этом случае потребуется задать одноразовый пароль, чтобы пользователь смог войти на портал в первый раз.1> Основной email можно использовать как логин при входе на портал.",
"FirstName": "Имя",
"Message": "Чат",
- "Phone": "Телефон",
"ProductsAndInstruments_Products": "Модули",
"ProfileAction": "Работа с профилем",
"ProfileTypePopupHelper": "Гости имеют ограниченный доступ к некоторым функциям и модулям портала",
@@ -22,4 +21,4 @@
"TermsOfUsePopupHelperLink": "Подробнее об условиях использования",
"UpdatingProcess": "Обновление...",
"WriteComment": "Добавить комментарий"
-}
\ No newline at end of file
+}
diff --git a/products/ASC.People/Client/src/components/dialogs/DeleteProfileEverDialog/index.js b/products/ASC.People/Client/src/components/dialogs/DeleteProfileEverDialog/index.js
index f9a23e6de10..323b861e354 100644
--- a/products/ASC.People/Client/src/components/dialogs/DeleteProfileEverDialog/index.js
+++ b/products/ASC.People/Client/src/components/dialogs/DeleteProfileEverDialog/index.js
@@ -62,7 +62,7 @@ class DeleteProfileEverDialogComponent extends React.Component {
visible={visible}
onClose={onClose}
>
- {t("Confirmation")}
+ {t("Common:Confirmation")}