Skip to content

Commit

Permalink
chore!: Remove unused UI_Click_Direct_Message setting (#33183)
Browse files Browse the repository at this point in the history
  • Loading branch information
dougfabris authored Oct 10, 2024
1 parent 8a2fed8 commit e6f5a02
Show file tree
Hide file tree
Showing 59 changed files with 13 additions and 116 deletions.
4 changes: 0 additions & 4 deletions apps/meteor/server/settings/layout.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,10 +173,6 @@ export const createLayoutSettings = () =>
type: 'boolean',
public: true,
});
await this.add('UI_Click_Direct_Message', false, {
type: 'boolean',
public: true,
});

await this.add('Number_of_users_autocomplete_suggestions', 5, {
type: 'int',
Expand Down
1 change: 1 addition & 0 deletions apps/meteor/server/startup/migrations/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,6 @@ import './v305';
import './v306';
import './v307';
import './v308';
import './v309';

export * from './xrun';
11 changes: 11 additions & 0 deletions apps/meteor/server/startup/migrations/v309.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import { Settings } from '@rocket.chat/models';

import { addMigration } from '../../lib/migrations';

addMigration({
version: 309,
name: 'Remove unused UI_Click_Direct_Message setting',
async up() {
await Settings.removeById('UI_Click_Direct_Message');
},
});
2 changes: 0 additions & 2 deletions packages/i18n/src/locales/af.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -2474,8 +2474,6 @@
"Type_your_password": "Tik jou wagwoord",
"Type_your_username": "Tik jou gebruikersnaam",
"UI_Allow_room_names_with_special_chars": "Laat spesiale karakters in kamer name toe",
"UI_Click_Direct_Message": "Kliek om regstreekse boodskap te skep",
"UI_Click_Direct_Message_Description": "Slaan die oopmaakprofielflik oor, gaan reguit na gesprek",
"UI_DisplayRoles": "Wys Rolle",
"UI_Group_Channels_By_Type": "Groepskanale per tipe",
"UI_Merge_Channels_Groups": "Voeg privaat groepe saam met kanale saam",
Expand Down
2 changes: 0 additions & 2 deletions packages/i18n/src/locales/ar.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -4323,8 +4323,6 @@
"Type_your_password": "اكتب كلمة المرور الخاصة بك",
"Type_your_username": "اكتب اسم المستخدم الخاص بك",
"UI_Allow_room_names_with_special_chars": "السماح بالأحرف الخاصة في أسماء Room",
"UI_Click_Direct_Message": "انقر لإنشاء رسالة مباشرة",
"UI_Click_Direct_Message_Description": "تخطي فتح علامة تبويب الملف الشخصي، وبدلاً من ذلك الانتقال مباشرة إلى المحادثة",
"UI_DisplayRoles": "عرض الأدوار",
"UI_Group_Channels_By_Type": "تجميع القنوات حسب النوع",
"UI_Merge_Channels_Groups": "دمج المجموعات الخاصة مع Channels",
Expand Down
2 changes: 0 additions & 2 deletions packages/i18n/src/locales/az.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -2474,8 +2474,6 @@
"Type_your_password": "Şifrənizi yazın",
"Type_your_username": "İstifadəçi adınızı yazın",
"UI_Allow_room_names_with_special_chars": "Otaq adlarında xüsusi simvollara icazə verin",
"UI_Click_Direct_Message": "Birbaşa Mesaj yaratmaq üçün basın",
"UI_Click_Direct_Message_Description": "Açıq profil nişanını atın, əvəzinə söhbətə düz gedin",
"UI_DisplayRoles": "Rolu göstərin",
"UI_Group_Channels_By_Type": "Qrup növlərinə görə qruplar",
"UI_Merge_Channels_Groups": "Şəxsi qrupları Kanallar ilə birləşdirin",
Expand Down
2 changes: 0 additions & 2 deletions packages/i18n/src/locales/be-BY.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -2492,8 +2492,6 @@
"Type_your_password": "Калі ласка, увядзіце пароль",
"Type_your_username": "Калі ласка, увядзіце імя карыстальніка",
"UI_Allow_room_names_with_special_chars": "Дазволіць спецыяльныя сімвалы ў нумары імёнаў",
"UI_Click_Direct_Message": "Націсніце, каб стварыць прамое паведамленне",
"UI_Click_Direct_Message_Description": "Прапусціць адкрыццё ўкладкі профілю, а адразу перайсці да размовы",
"UI_DisplayRoles": "паказаць Ролі",
"UI_Group_Channels_By_Type": "Група каналаў па тыпу",
"UI_Merge_Channels_Groups": "Аб'яднанне прыватных груп з каналамі",
Expand Down
2 changes: 0 additions & 2 deletions packages/i18n/src/locales/bg.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -2471,8 +2471,6 @@
"Type_your_password": "Въведете паролата си",
"Type_your_username": "Въведете потребителското си име",
"UI_Allow_room_names_with_special_chars": "Позволете специални символи в имената на стаите",
"UI_Click_Direct_Message": "Кликнете, за да създадете директно съобщение",
"UI_Click_Direct_Message_Description": "Пропуснете раздела за профила на отваряне, вместо това отидете направо в разговор",
"UI_DisplayRoles": "Показване на роли",
"UI_Group_Channels_By_Type": "Групи канали по тип",
"UI_Merge_Channels_Groups": "Обединяване на частни групи с канали",
Expand Down
2 changes: 0 additions & 2 deletions packages/i18n/src/locales/bs.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -2468,8 +2468,6 @@
"Type_your_password": "Upišite svoju lozinku",
"Type_your_username": "Upišite svoje korisničko ime",
"UI_Allow_room_names_with_special_chars": "Omogući posebne znakove u imenima soba",
"UI_Click_Direct_Message": "Kliknite da biste stvorili izravnu poruku",
"UI_Click_Direct_Message_Description": "Preskoči karticu profila otvaranja, umjesto toga idite ravno u razgovor",
"UI_DisplayRoles": "Prikaži uloge",
"UI_Group_Channels_By_Type": "Grupni kanali prema vrsti",
"UI_Merge_Channels_Groups": "Spoji privatne grupe s kanalima",
Expand Down
2 changes: 0 additions & 2 deletions packages/i18n/src/locales/ca.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -4241,8 +4241,6 @@
"Type_your_password": "Escriviu la vostra contrasenya",
"Type_your_username": "Escriviu el vostre nom d'usuari",
"UI_Allow_room_names_with_special_chars": "Permetre caràcters especials en noms de sales",
"UI_Click_Direct_Message": "Feu clic per crear un missatge directe",
"UI_Click_Direct_Message_Description": "Evita obrir la pestanya del perfil, vés directe a la conversa",
"UI_DisplayRoles": "Mostra rols",
"UI_Group_Channels_By_Type": "Agrupar canals per tipus",
"UI_Merge_Channels_Groups": "Uneix grups privats amb Channels",
Expand Down
2 changes: 0 additions & 2 deletions packages/i18n/src/locales/cs.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -3586,8 +3586,6 @@
"Type_your_password": "Zadejte své heslo",
"Type_your_username": "Zadejte své uživatelské jméno",
"UI_Allow_room_names_with_special_chars": "Povolit speciální znaky v názvech místností",
"UI_Click_Direct_Message": "Kliknutím vytvořit přímou zprávu",
"UI_Click_Direct_Message_Description": "Přeskočit záložku profilu a přejít přímo do konverzace",
"UI_DisplayRoles": "Zobrazit Role",
"UI_Group_Channels_By_Type": "Skupinové místnosti podle typu",
"UI_Merge_Channels_Groups": "Sloučit privátní skupiny s místnostmi",
Expand Down
2 changes: 0 additions & 2 deletions packages/i18n/src/locales/cy.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -2469,8 +2469,6 @@
"Type_your_password": "Teipiwch eich cyfrinair",
"Type_your_username": "Teipiwch eich enw defnyddiwr",
"UI_Allow_room_names_with_special_chars": "Caniatáu Cymeriadau Arbennig mewn Enwau Ystafelloedd",
"UI_Click_Direct_Message": "Cliciwch i Creu Neges Uniongyrchol",
"UI_Click_Direct_Message_Description": "Neidio tab proffil agor, yn hytrach ewch yn syth i sgwrs",
"UI_DisplayRoles": "Rolau Arddangos",
"UI_Group_Channels_By_Type": "Sianelau grŵp yn ôl math",
"UI_Merge_Channels_Groups": "Cyfuno Grwpiau Preifat â Sianeli",
Expand Down
2 changes: 0 additions & 2 deletions packages/i18n/src/locales/da.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -3694,8 +3694,6 @@
"Type_your_password": "Indtast dit kodeord",
"Type_your_username": "Indtast dit brugernavn",
"UI_Allow_room_names_with_special_chars": "Tillad særlige tegn i rumnavne",
"UI_Click_Direct_Message": "Klik for at oprette direkte besked",
"UI_Click_Direct_Message_Description": "Spring over åbningsprofil fanen, i stedet gå direkte til samtale",
"UI_DisplayRoles": "Vis roller",
"UI_Group_Channels_By_Type": "Gruppekanaler efter type",
"UI_Merge_Channels_Groups": "Flett private grupper med kanaler",
Expand Down
2 changes: 0 additions & 2 deletions packages/i18n/src/locales/de-AT.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -2477,8 +2477,6 @@
"Type_your_password": "Geben Sie Ihr Passwort ein",
"Type_your_username": "Gib deinen Benutzernamen ein",
"UI_Allow_room_names_with_special_chars": "Erlaube Sonderzeichen in Raumnamen",
"UI_Click_Direct_Message": "Klicken Sie auf Direktnachricht erstellen",
"UI_Click_Direct_Message_Description": "Überspringe die Registerkarte \"Öffnen\", gehe stattdessen direkt zur Konversation",
"UI_DisplayRoles": "Rollen anzeigen",
"UI_Group_Channels_By_Type": "Gruppieren Sie Kanäle nach Typ",
"UI_Merge_Channels_Groups": "Private Gruppen mit öffentlichen Kanälen gemeinsam anzeigen",
Expand Down
4 changes: 1 addition & 3 deletions packages/i18n/src/locales/de-IN.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -2796,8 +2796,6 @@
"Type_your_password": "Gib Dein Passwort ein",
"Type_your_username": "Gib Deinen Benutzernamen ein",
"UI_Allow_room_names_with_special_chars": "Sonderzeichen im Raumnamen erlauben",
"UI_Click_Direct_Message": "Anklicken, um eine Direktnachricht zu erstellen",
"UI_Click_Direct_Message_Description": "Den Profil-Tab überspringen und direkt zur Konversation gehen",
"UI_DisplayRoles": "Rollen anzeigen",
"UI_Group_Channels_By_Type": "Gruppiere Kanäle nach Typ",
"UI_Merge_Channels_Groups": "Führe private und öffentliche Kanäle zusammen",
Expand Down Expand Up @@ -3082,4 +3080,4 @@
"Your_question": "Deine Frage",
"Your_server_link": "Dein Server-Link",
"Your_workspace_is_ready": "Dein Arbeitsbereich ist einsatzbereit 🎉"
}
}
2 changes: 0 additions & 2 deletions packages/i18n/src/locales/de.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -4845,8 +4845,6 @@
"Type_your_password": "Geben Sie Ihr Passwort ein",
"Type_your_username": "Geben Sie Ihren Benutzernamen ein",
"UI_Allow_room_names_with_special_chars": "Sonderzeichen im Room-Namen erlauben",
"UI_Click_Direct_Message": "Anklicken, um eine Direktnachricht zu erstellen",
"UI_Click_Direct_Message_Description": "Den Profil-Tab überspringen und direkt zur Konversation gehen",
"UI_DisplayRoles": "Rollen anzeigen",
"UI_Group_Channels_By_Type": "Kanäle nach Typ gruppieren",
"UI_Merge_Channels_Groups": "Private und öffentliche Channels zusammenführen",
Expand Down
2 changes: 0 additions & 2 deletions packages/i18n/src/locales/el.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -2481,8 +2481,6 @@
"Type_your_password": "Πληκτρολογήστε τον κωδικό πρόσβασης",
"Type_your_username": "Πληκτρολογήστε το όνομα χρήστη σας",
"UI_Allow_room_names_with_special_chars": "Αφήστε τους ειδικούς χαρακτήρες στα ονόματα των δωματίων",
"UI_Click_Direct_Message": "Κάντε κλικ στο στοιχείο Δημιουργία άμεσου μηνύματος",
"UI_Click_Direct_Message_Description": "Παράλειψη καρτέλας προφίλ ανοίγματος, αντί να πάτε κατευθείαν σε συνομιλία",
"UI_DisplayRoles": "Ρόλοι οθόνη",
"UI_Group_Channels_By_Type": "Ομαδοποιήστε τα κανάλια ανά τύπο",
"UI_Merge_Channels_Groups": "Συγχώνευση ιδιωτικές ομάδες με τα κανάλια",
Expand Down
2 changes: 0 additions & 2 deletions packages/i18n/src/locales/en.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -5555,8 +5555,6 @@
"Type_your_password": "Type your password",
"Type_your_username": "Type your username",
"UI_Allow_room_names_with_special_chars": "Allow Special Characters in Room Names",
"UI_Click_Direct_Message": "Click to Create Direct Message",
"UI_Click_Direct_Message_Description": "Skip opening profile tab, instead go straight to conversation",
"UI_DisplayRoles": "Display Roles",
"UI_Group_Channels_By_Type": "Group channels by type",
"UI_Merge_Channels_Groups": "Merge Private Groups with Channels",
Expand Down
2 changes: 0 additions & 2 deletions packages/i18n/src/locales/eo.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -2474,8 +2474,6 @@
"Type_your_password": "Tajpu vian pasvorton",
"Type_your_username": "Tajpu vian uzantnomon",
"UI_Allow_room_names_with_special_chars": "Permesu Specialajn Karakterojn en Ĉambraj Nomoj",
"UI_Click_Direct_Message": "Alklaku por krei Rektan Mesaĝon",
"UI_Click_Direct_Message_Description": "Antaŭi malfermi profilon langeton, anstataŭ rekta al konversacio",
"UI_DisplayRoles": "Montru Rolojn",
"UI_Group_Channels_By_Type": "Grupoj de kanaloj laŭ tipo",
"UI_Merge_Channels_Groups": "Kunfandi privatajn grupojn kun kanaloj",
Expand Down
2 changes: 0 additions & 2 deletions packages/i18n/src/locales/es.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -4306,8 +4306,6 @@
"Type_your_password": "Escribe tu contraseña",
"Type_your_username": "Escribe tu nombre de usuario",
"UI_Allow_room_names_with_special_chars": "Permitir caracteres especiales en nombres de Room",
"UI_Click_Direct_Message": "Clic para crear un mensaje directo",
"UI_Click_Direct_Message_Description": "Omitir la apertura de la pestaña de perfil e ir directamente a la conversación en su lugar",
"UI_DisplayRoles": "Mostrar roles",
"UI_Group_Channels_By_Type": "Agrupar canales por tipo",
"UI_Merge_Channels_Groups": "Fusionar grupos privados con Channels",
Expand Down
2 changes: 0 additions & 2 deletions packages/i18n/src/locales/fa.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -2808,8 +2808,6 @@
"Type_your_password": "رمز عبور خود را تایپ کنید",
"Type_your_username": "نام کاربری خود را وارد کنید",
"UI_Allow_room_names_with_special_chars": "اجازه کاراکترهای ویژه در نام اتاق",
"UI_Click_Direct_Message": "برای ایجاد پیام مستقیم کلیک کنید",
"UI_Click_Direct_Message_Description": "برگه پروفایل را باز کنید، به جای آن به گفتگو بپردازید",
"UI_DisplayRoles": "نقش ها",
"UI_Group_Channels_By_Type": "گروه‌بندی کانال‌ها با نوع",
"UI_Merge_Channels_Groups": "ادغام گروه های خصوصی با کانال ها",
Expand Down
2 changes: 0 additions & 2 deletions packages/i18n/src/locales/fi.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -4942,8 +4942,6 @@
"Type_your_password": "Kirjoita salasanasi",
"Type_your_username": "Kirjoita käyttäjätunnuksesi",
"UI_Allow_room_names_with_special_chars": "Salli erikoismerkit huoneiden nimessä",
"UI_Click_Direct_Message": "Napsauta jotta luot suoran viestin",
"UI_Click_Direct_Message_Description": "Ohita Profiili-välilehti ja siirry suoraan keskusteluun",
"UI_DisplayRoles": "Näytä roolit",
"UI_Group_Channels_By_Type": "Ryhmittele kanavat tyypin mukaan",
"UI_Merge_Channels_Groups": "Yhdistä yksityisiä ryhmiä kanaviin",
Expand Down
2 changes: 0 additions & 2 deletions packages/i18n/src/locales/fr.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -4319,8 +4319,6 @@
"Type_your_password": "Entrez votre mot de passe",
"Type_your_username": "Entrez votre nom d'utilisateur",
"UI_Allow_room_names_with_special_chars": "Autoriser les caractères spéciaux dans les noms de salon",
"UI_Click_Direct_Message": "Cliquer pour créer un message direct",
"UI_Click_Direct_Message_Description": "Ne pas ouvrir l'onglet de profil, aller directement à la conversation",
"UI_DisplayRoles": "Afficher les rôles",
"UI_Group_Channels_By_Type": "Regrouper les canaux par type",
"UI_Merge_Channels_Groups": "Fusionner des groupes privés avec des canaux",
Expand Down
1 change: 0 additions & 1 deletion packages/i18n/src/locales/he.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -1360,7 +1360,6 @@
"Type_your_name": "הכנס את השם שלך",
"Type_your_password": "הכנס את הסיסמה שלך",
"Type_your_username": "הכנס את שם המשתמש שלך",
"UI_Click_Direct_Message": "לחץ לשליחת הודעה פרטית",
"UI_DisplayRoles": "תפקידי תצוגה",
"UI_Group_Channels_By_Type": "מיין קבוצות לפי סוג",
"UI_Merge_Channels_Groups": "מיזוג קבוצות פרטיות עם קבוצות פומביות",
Expand Down
2 changes: 0 additions & 2 deletions packages/i18n/src/locales/hi-IN.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -5211,8 +5211,6 @@
"Type_your_password": "अपना पासवर्ड टाइप करें",
"Type_your_username": "अपना उपयोगकर्ता नाम टाइप करें",
"UI_Allow_room_names_with_special_chars": "कमरे के नाम में विशेष वर्णों की अनुमति दें",
"UI_Click_Direct_Message": "सीधा संदेश बनाने के लिए क्लिक करें",
"UI_Click_Direct_Message_Description": "प्रोफ़ाइल टैब खोलना छोड़ें, इसके बजाय सीधे बातचीत पर जाएँ",
"UI_DisplayRoles": "भूमिकाएँ प्रदर्शित करें",
"UI_Group_Channels_By_Type": "चैनलों को प्रकार के अनुसार समूहित करें",
"UI_Merge_Channels_Groups": "निजी समूहों को चैनलों के साथ मिलाएं",
Expand Down
2 changes: 0 additions & 2 deletions packages/i18n/src/locales/hr.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -2608,8 +2608,6 @@
"Type_your_password": "Upišite svoju lozinku",
"Type_your_username": "Upišite svoje korisničko ime",
"UI_Allow_room_names_with_special_chars": "Omogući posebne znakove u imenima soba",
"UI_Click_Direct_Message": "Kliknite da biste stvorili izravnu poruku",
"UI_Click_Direct_Message_Description": "Preskoči karticu profila otvaranja, umjesto toga idite ravno u razgovor",
"UI_DisplayRoles": "Prikaži uloge",
"UI_Group_Channels_By_Type": "Grupni kanali prema vrsti",
"UI_Merge_Channels_Groups": "Spoji privatne grupe s kanalima",
Expand Down
2 changes: 0 additions & 2 deletions packages/i18n/src/locales/hu.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -4754,8 +4754,6 @@
"Type_your_password": "Írja be a jelszavát",
"Type_your_username": "Írja be felhasználónevét",
"UI_Allow_room_names_with_special_chars": "Különleges karakterek engedélyezése a szobanevekben",
"UI_Click_Direct_Message": "Kattintson a közvetlen üzenet létrehozásához",
"UI_Click_Direct_Message_Description": "A profillap megnyitásának kihagyása, ugrás inkább egyenesen a beszélgetéshez",
"UI_DisplayRoles": "Szerepek megjelenítése",
"UI_Group_Channels_By_Type": "Csatornák csoportosítása típus szerint",
"UI_Merge_Channels_Groups": "Személyes csoportok egyesítése a csatornákkal",
Expand Down
2 changes: 0 additions & 2 deletions packages/i18n/src/locales/id.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -2482,8 +2482,6 @@
"Type_your_password": "Ketikkan kata sandi Anda",
"Type_your_username": "Ketikkan nama pengguna Anda",
"UI_Allow_room_names_with_special_chars": "Biarkan Karakter Khusus dalam Nama Kamar",
"UI_Click_Direct_Message": "Klik untuk membuat Direct Message",
"UI_Click_Direct_Message_Description": "Skip membuka tab profil, malah langsung ke percakapan",
"UI_DisplayRoles": "Peran display",
"UI_Group_Channels_By_Type": "Kelompokkan saluran menurut tipe",
"UI_Merge_Channels_Groups": "Gabungkan grup pribadi dengan saluran",
Expand Down
2 changes: 0 additions & 2 deletions packages/i18n/src/locales/it.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -3042,8 +3042,6 @@
"Type_your_password": "Digita la tua password",
"Type_your_username": "Inserisci il tuo nome utente",
"UI_Allow_room_names_with_special_chars": "Consenti caratteri speciali nei nomi delle stanze",
"UI_Click_Direct_Message": "Clicca per creare un messaggio diretto",
"UI_Click_Direct_Message_Description": "Salta la scheda del profilo di apertura, invece vai direttamente alla conversazione",
"UI_DisplayRoles": "Mostra Ruoli",
"UI_Group_Channels_By_Type": "Raggruppa i canali per tipo",
"UI_Merge_Channels_Groups": "Unisci i gruppi privati con i canali",
Expand Down
2 changes: 0 additions & 2 deletions packages/i18n/src/locales/ja.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -4267,8 +4267,6 @@
"Type_your_password": "パスワードを入力",
"Type_your_username": "ユーザー名を入力",
"UI_Allow_room_names_with_special_chars": "Room名に特殊文字を許可",
"UI_Click_Direct_Message": "クリックしてダイレクトメッセージを作成",
"UI_Click_Direct_Message_Description": "プロフィールタブを開くのをスキップし、会話に直接移動",
"UI_DisplayRoles": "ロールの表示",
"UI_Group_Channels_By_Type": "種類別にチャネルをグループ化",
"UI_Merge_Channels_Groups": "プライベートグループとChannelをマージ",
Expand Down
2 changes: 0 additions & 2 deletions packages/i18n/src/locales/ka-GE.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -3324,8 +3324,6 @@
"Type_your_password": "აკრიფეთ თქვენი პაროლი",
"Type_your_username": "აკრიფეთ თქვენი მომხმარებლის სახელი",
"UI_Allow_room_names_with_special_chars": "ოთახების სახელებში სპეციალური ნიშნების დაშვება",
"UI_Click_Direct_Message": "დააჭირეთ პირდაპირი შეტყობინების შესაქმნელად",
"UI_Click_Direct_Message_Description": "გამოტოვე პროფილის ტაბის გახსნა, გადადი პირდაპირ საუბარზე",
"UI_DisplayRoles": "როლების ჩვენება",
"UI_Group_Channels_By_Type": "ჯგუფის არხები ტიპის მიხედვით",
"UI_Merge_Channels_Groups": "პირადი ჯგუფების არხებთან გაერთიანება",
Expand Down
Loading

0 comments on commit e6f5a02

Please sign in to comment.