From 16fca0a7c899aa1851e6ac4b703592b63106bf21 Mon Sep 17 00:00:00 2001 From: Timofey Boyko Date: Fri, 27 Oct 2023 09:23:54 +0300 Subject: [PATCH] Locales: add transltation keys for oauth scopes --- public/locales/en/Common.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/public/locales/en/Common.json b/public/locales/en/Common.json index 37d12742a9..ac87f798fc 100644 --- a/public/locales/en/Common.json +++ b/public/locales/en/Common.json @@ -205,6 +205,14 @@ "NotFoundTitle": "Nothing found", "NotSupportedFormat": "Sorry, this file format isn't supported", "NOV": "NOV", + "OAuthFilesReadDescription": "View all files and folders", + "OAuthFilesWriteDescription": "View and manage all files and folders", + "OAuthRoomsReadDescription": "View all rooms", + "OAuthRoomsWriteDescription": "View and manage all rooms", + "OAuthAccountsReadDescription": "View all accounts", + "OAuthAccountsWriteDescription": "View and manage all accounts", + "OAuthProfileReadDescription": "View basic information about your profile", + "OAuthProfileWriteDescription": "View and manage basic information about your profile", "OCT": "OCT", "OFORMsGallery": "OFORMs gallery", "OkButton": "Ok",