Skip to content

Commit

Permalink
fix: Remove HTML from settings descriptions (RocketChat#28946)
Browse files Browse the repository at this point in the history
  • Loading branch information
rique223 authored Jun 13, 2023
1 parent 3012cb6 commit ae6b825
Show file tree
Hide file tree
Showing 62 changed files with 3,041 additions and 3,035 deletions.
5 changes: 5 additions & 0 deletions .changeset/md-settings.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@rocket.chat/meteor": patch
---

Fixed and replaced HTML texts to markdown on Settings to display rich text
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const notifyBatchOfUsers = async (appName: string, learnMoreUrl: string, appRequ

const msgFn = (user: IUser): string => {
const defaultLang = user.language || 'en';
const msg = `${i18n.t('App_request_enduser_message', { appname: appName, learnmore: learnMoreUrl, lng: defaultLang })}`;
const msg = `${i18n.t('App_request_enduser_message', { appName, learnmore: learnMoreUrl, lng: defaultLang })}`;

return msg;
};
Expand Down
92 changes: 46 additions & 46 deletions apps/meteor/packages/rocketchat-i18n/i18n/af.i18n.json

Large diffs are not rendered by default.

148 changes: 74 additions & 74 deletions apps/meteor/packages/rocketchat-i18n/i18n/ar.i18n.json

Large diffs are not rendered by default.

92 changes: 46 additions & 46 deletions apps/meteor/packages/rocketchat-i18n/i18n/az.i18n.json

Large diffs are not rendered by default.

92 changes: 46 additions & 46 deletions apps/meteor/packages/rocketchat-i18n/i18n/be-BY.i18n.json

Large diffs are not rendered by default.

92 changes: 46 additions & 46 deletions apps/meteor/packages/rocketchat-i18n/i18n/bg.i18n.json

Large diffs are not rendered by default.

94 changes: 47 additions & 47 deletions apps/meteor/packages/rocketchat-i18n/i18n/bs.i18n.json

Large diffs are not rendered by default.

144 changes: 72 additions & 72 deletions apps/meteor/packages/rocketchat-i18n/i18n/ca.i18n.json

Large diffs are not rendered by default.

130 changes: 65 additions & 65 deletions apps/meteor/packages/rocketchat-i18n/i18n/cs.i18n.json

Large diffs are not rendered by default.

84 changes: 42 additions & 42 deletions apps/meteor/packages/rocketchat-i18n/i18n/cy.i18n.json

Large diffs are not rendered by default.

130 changes: 65 additions & 65 deletions apps/meteor/packages/rocketchat-i18n/i18n/da.i18n.json

Large diffs are not rendered by default.

92 changes: 46 additions & 46 deletions apps/meteor/packages/rocketchat-i18n/i18n/de-AT.i18n.json

Large diffs are not rendered by default.

102 changes: 51 additions & 51 deletions apps/meteor/packages/rocketchat-i18n/i18n/de-IN.i18n.json

Large diffs are not rendered by default.

142 changes: 71 additions & 71 deletions apps/meteor/packages/rocketchat-i18n/i18n/de.i18n.json

Large diffs are not rendered by default.

96 changes: 48 additions & 48 deletions apps/meteor/packages/rocketchat-i18n/i18n/el.i18n.json

Large diffs are not rendered by default.

156 changes: 78 additions & 78 deletions apps/meteor/packages/rocketchat-i18n/i18n/en.i18n.json

Large diffs are not rendered by default.

94 changes: 47 additions & 47 deletions apps/meteor/packages/rocketchat-i18n/i18n/eo.i18n.json

Large diffs are not rendered by default.

144 changes: 72 additions & 72 deletions apps/meteor/packages/rocketchat-i18n/i18n/es.i18n.json

Large diffs are not rendered by default.

96 changes: 48 additions & 48 deletions apps/meteor/packages/rocketchat-i18n/i18n/fa.i18n.json

Large diffs are not rendered by default.

156 changes: 78 additions & 78 deletions apps/meteor/packages/rocketchat-i18n/i18n/fi.i18n.json

Large diffs are not rendered by default.

148 changes: 74 additions & 74 deletions apps/meteor/packages/rocketchat-i18n/i18n/fr.i18n.json

Large diffs are not rendered by default.

42 changes: 21 additions & 21 deletions apps/meteor/packages/rocketchat-i18n/i18n/he.i18n.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions apps/meteor/packages/rocketchat-i18n/i18n/hi-IN.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"Accounts_BlockedDomainsList_Description": "अवरुद्ध डोमेन की कोमा से अलग सूची",
"Accounts_BlockedUsernameList": "अवरुद्ध उपयोगकर्ता नाम सूची",
"Accounts_BlockedUsernameList_Description": "कॉमा-अवरुद्ध उपयोगकर्ता नाम की अलग-अलग सूची (केस-असंवेदनशील)",
"Accounts_CustomFields_Description": "एक वैध JSON होना चाहिए जहां कुंजियाँ फ़ील्ड नाम हैं जिसमें फ़ील्ड सेटिंग्स का शब्दकोश है। उदाहरण:<br/><code>{\n \"role\": {\n \"type\": \"select\",\n \"defaultValue\": \"student\",\n \"options\": [\"teacher\", \"student\"],\n \"required\": true,\n \"modifyRecordField\": {\n \"array\": true,\n \"field\": \"roles\"\n }\n },\n \"twitter\": {\n \"type\": \"text\",\n \"required\": true,\n \"minLength\": 2,\n \"maxLength\": 10\n }\n}</code> ",
"Accounts_CustomFields_Description": "एक वैध JSON होना चाहिए जहां कुंजियाँ फ़ील्ड नाम हैं जिसमें फ़ील्ड सेटिंग्स का शब्दकोश है। उदाहरण: \n`{\"role\":{ \"type\": \"select\", \"defaultValue\": \"student\", \"options\": [\"teacher\", \"student\"], \"required\": true, \"modifyRecordField\": { \"array\": true, \"field\": \"roles\" } }, \"twitter\": { \"type\": \"text\", \"required\": true, \"minLength\": 2, \"maxLength\": 10 }}`",
"Accounts_CustomFieldsToShowInUserInfo": "कस्टम फ़ील्ड उपयोगकर्ता जानकारी में दिखाने के लिए",
"Accounts_Default_User_Preferences": "डिफ़ॉल्ट उपयोगकर्ता प्राथमिकताएं",
"Accounts_Default_User_Preferences_audioNotifications": "ऑडियो सूचनाएं डिफ़ॉल्ट चेतावनी",
Expand All @@ -67,7 +67,7 @@
"Accounts_EmailVerification_Description": "सुनिश्चित करें कि आपके पास इस सुविधा का उपयोग करने के लिए SMTP सेटिंग्स सही हैं",
"Accounts_Enrollment_Email": "नामांकन ईमेल",
"Accounts_Enrollment_Email_Default": "<h1>Welcome to <strong>[Site_Name]</strong></h1><p>Go to <a href=\"[Site_URL]\">[Site_URL]</a> and try the best open source chat solution available today!</p>",
"Accounts_Enrollment_Email_Description": "आप निम्नलिखित प्लेसहोल्डर का उपयोग कर सकते हैं: <br/> <ul> <li> [name], [fname], [lname] उपयोगकर्ता के पूर्ण नाम के लिए, क्रमशः पहला नाम या अंतिम नाम। </ li2> <li>। ईमेल] उपयोगकर्ता के ईमेल के लिए। </ li3> <li> [Site_Name] और [Site_URL] क्रमशः अनुप्रयोग नाम और URL के लिए। </li></ul>",
"Accounts_Enrollment_Email_Description": "आप निम्नलिखित प्लेसहोल्डर का उपयोग कर सकते हैं: \n - `[name]`, `[fname]`, `[lname]` उपयोगकर्ता के पूर्ण नाम के लिए, क्रमशः पहला नाम या अंतिम नाम। - । ईमेल] उपयोगकर्ता के ईमेल के लिए। \n - `[Site_Name]` और `[Site_URL]` क्रमशः अनुप्रयोग नाम और URL के लिए। ",
"Accounts_Enrollment_Email_Subject_Default": "[Site_Name] में आपका स्वागत है",
"Accounts_ForgetUserSessionOnWindowClose": "विंडो बंद होने पर उपयोगकर्ता सत्र को भूल जाएं",
"Accounts_Iframe_api_method": "API विधि",
Expand Down Expand Up @@ -213,4 +213,4 @@
"We_are_offline_Sorry_for_the_inconvenience": "हम ऑफ़लाइन हैं। असुविधा के लिए खेद है।",
"Yes": "हाँ",
"You": "आप"
}
}
6 changes: 3 additions & 3 deletions apps/meteor/packages/rocketchat-i18n/i18n/hi.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"Accounts_BlockedDomainsList_Description": "अवरुद्ध डोमेन की कोमा से अलग सूची",
"Accounts_BlockedUsernameList": "अवरुद्ध उपयोगकर्ता नाम सूची",
"Accounts_BlockedUsernameList_Description": "कॉमा-अवरुद्ध उपयोगकर्ता नाम की अलग-अलग सूची (केस-असंवेदनशील)",
"Accounts_CustomFields_Description": "एक वैध JSON होना चाहिए जहां कुंजियाँ फ़ील्ड नाम हैं जिसमें फ़ील्ड सेटिंग्स का शब्दकोश है। उदाहरण:<br/><code>{\n \"role\": {\n \"type\": \"select\",\n \"defaultValue\": \"student\",\n \"options\": [\"teacher\", \"student\"],\n \"required\": true,\n \"modifyRecordField\": {\n \"array\": true,\n \"field\": \"roles\"\n }\n },\n \"twitter\": {\n \"type\": \"text\",\n \"required\": true,\n \"minLength\": 2,\n \"maxLength\": 10\n }\n}</code> ",
"Accounts_CustomFields_Description": "एक वैध JSON होना चाहिए जहां कुंजियाँ फ़ील्ड नाम हैं जिसमें फ़ील्ड सेटिंग्स का शब्दकोश है। उदाहरण: \n`{\"role\":{ \"type\": \"select\", \"defaultValue\": \"student\", \"options\": [\"teacher\", \"student\"], \"required\": true, \"modifyRecordField\": { \"array\": true, \"field\": \"roles\" } }, \"twitter\": { \"type\": \"text\", \"required\": true, \"minLength\": 2, \"maxLength\": 10 }}`",
"Accounts_CustomFieldsToShowInUserInfo": "कस्टम फ़ील्ड उपयोगकर्ता जानकारी में दिखाने के लिए",
"Accounts_Default_User_Preferences": "डिफ़ॉल्ट उपयोगकर्ता प्राथमिकताएं",
"Accounts_Default_User_Preferences_audioNotifications": "ऑडियो सूचनाएं डिफ़ॉल्ट चेतावनी",
Expand All @@ -67,7 +67,7 @@
"Accounts_EmailVerification_Description": "सुनिश्चित करें कि आपके पास इस सुविधा का उपयोग करने के लिए SMTP सेटिंग्स सही हैं",
"Accounts_Enrollment_Email": "नामांकन ईमेल",
"Accounts_Enrollment_Email_Default": "<h1>Welcome to <strong>[Site_Name]</strong></h1><p>Go to <a href=\"[Site_URL]\">[Site_URL]</a> and try the best open source chat solution available today!</p>",
"Accounts_Enrollment_Email_Description": "आप निम्नलिखित प्लेसहोल्डर का उपयोग कर सकते हैं: <br/> <ul> <li> [name], [fname], [lname] उपयोगकर्ता के पूर्ण नाम के लिए, क्रमशः पहला नाम या अंतिम नाम। </ li2> <li>। ईमेल] उपयोगकर्ता के ईमेल के लिए। </ li3> <li> [Site_Name] और [Site_URL] क्रमशः अनुप्रयोग नाम और URL के लिए। </li></ul>",
"Accounts_Enrollment_Email_Description": "आप निम्नलिखित प्लेसहोल्डर का उपयोग कर सकते हैं: \n - `[name]`, `[fname]`, `[lname]` उपयोगकर्ता के पूर्ण नाम के लिए, क्रमशः पहला नाम या अंतिम नाम। \n - । ईमेल] उपयोगकर्ता के ईमेल के लिए। \n - `[Site_Name]` और `[Site_URL]` क्रमशः अनुप्रयोग नाम और URL के लिए। ",
"Accounts_Enrollment_Email_Subject_Default": "[Site_Name] में आपका स्वागत है",
"Accounts_ForgetUserSessionOnWindowClose": "विंडो बंद होने पर उपयोगकर्ता सत्र को भूल जाएं",
"Accounts_Iframe_api_method": "API विधि",
Expand Down Expand Up @@ -213,4 +213,4 @@
"We_are_offline_Sorry_for_the_inconvenience": "हम ऑफ़लाइन हैं। असुविधा के लिए खेद है।",
"Yes": "हाँ",
"You": "आप"
}
}
Loading

0 comments on commit ae6b825

Please sign in to comment.