From 02a3bef8e4bbecf94194265338793912b1f0b91b Mon Sep 17 00:00:00 2001 From: Alan Sikora Date: Tue, 20 Aug 2019 16:33:08 -0300 Subject: [PATCH] added missing i18n translation, and vis package --- package.json | 1 + packages/rocketchat-i18n/i18n/en.i18n.json | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index a6574c3d2c2f..37ca17c70786 100644 --- a/package.json +++ b/package.json @@ -229,6 +229,7 @@ "underscore.string": "^3.3.5", "url-polyfill": "^1.1.5", "uuid": "^3.3.2", + "vis": "^4.21.0", "webdav": "^2.0.0", "wolfy87-eventemitter": "^5.2.5", "xml-crypto": "^1.0.2", diff --git a/packages/rocketchat-i18n/i18n/en.i18n.json b/packages/rocketchat-i18n/i18n/en.i18n.json index 51cfc5c48919..66a79635473c 100644 --- a/packages/rocketchat-i18n/i18n/en.i18n.json +++ b/packages/rocketchat-i18n/i18n/en.i18n.json @@ -1368,6 +1368,7 @@ "FEDERATION_Test_Setup_Success": "Your federation setup is working and other servers can find you!", "FEDERATION_Unique_Id": "Unique ID", "FEDERATION_Unique_Id_Description": "This is your federation unique ID, used to identify your peer on the mesh.", + "FEDERATION_Error_user_is_federated_on_rooms": "You can't remove federated users who belongs to rooms", "Field": "Field", "Field_removed": "Field removed", "Field_required": "Field required", @@ -2236,10 +2237,9 @@ "Notify_active_in_this_room": "Notify active users in this room", "Notify_all_in_this_room": "Notify all in this room", "Num_Agents": "# Agents", - "Number_of_active_peers": "Number of active peers", "Number_of_events": "Number of events", "Number_of_federated_users": "Number of federated users", - "Number_of_inactive_peers": "Number of inactive peers", + "Number_of_federated_servers": "Number of federated servers", "Number_of_messages": "Number of messages", "OAuth Apps": "OAuth Apps", "OAuth_Application": "OAuth Application", @@ -3340,4 +3340,4 @@ "Your_question": "Your question", "Your_server_link": "Your server link", "Your_workspace_is_ready": "Your workspace is ready to use 🎉" -} \ No newline at end of file +}