Skip to content

Commit

Permalink
fix: added label on show and hide password input
Browse files Browse the repository at this point in the history
  • Loading branch information
OtavioStasiak committed Nov 22, 2024
1 parent 77356f2 commit 678d3b2
Show file tree
Hide file tree
Showing 25 changed files with 52 additions and 7 deletions.
5 changes: 4 additions & 1 deletion app/containers/TextInput/FormTextInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,10 @@ export const FormTextInput = ({
) : null}

{secureTextEntry ? (
<Touchable onPress={() => setShowPassword(!showPassword)} style={[styles.iconContainer, styles.iconRight]}>
<Touchable
accessibilityLabel={showPassword ? i18n.t('Hide-Password') : i18n.t('Show-Password')}
onPress={() => setShowPassword(!showPassword)}
style={[styles.iconContainer, styles.iconRight]}>
<CustomIcon
name={showPassword ? 'unread-on-top' : 'unread-on-top-disabled'}
testID={testID ? `${testID}-icon-password` : undefined}
Expand Down
2 changes: 2 additions & 0 deletions app/i18n/locales/ar.json
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@
"Hide_room": "إخفاء",
"Hide_System_Messages": "إخفاء رسائل النظام",
"Hide_type_messages": "إخفاء رسائل \"{{type}}\"",
"Hide-Password": "إخفاء كلمة المرور",
"How_It_Works": "طريقة العمل",
"I_Saved_My_E2E_Password": "قمت بحفظ كلمة المرور الطرفية",
"In_app": "في التطبيق",
Expand Down Expand Up @@ -407,6 +408,7 @@
"Share_this_app": "مشاركة هذا البرنامج",
"Show_more": "إظهار أكثر",
"Show_the_keyboard_shortcut_list": "عرض قائمة اختصارات لوحة المفاتيح",
"Show-Password": "عرض كلمة المرور",
"Sign_Up": "تسجيل جديد",
"Slash_Gimme_Description": "يعرض ༼ つ ◕_◕ ༽つ قبل رسالتك",
"Slash_LennyFace_Description": "يعرض ( ͡° ͜ʖ ͡°) بعد رسالتك",
Expand Down
2 changes: 2 additions & 0 deletions app/i18n/locales/bn-IN.json
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@
"Help": "সাহায্য",
"Hide_System_Messages": "সিস্টেম বার্তা লুকান",
"Hide_type_messages": "\"{{type}}\" বার্তা লুকান",
"Hide-Password": "পাসওয়ার্ড লুকান",
"How_It_Works": "এটি কীভাবে কাজ করে",
"I_Saved_My_E2E_Password": "আমি আমার E2E পাসওয়ার্ডটি সংরক্ষণ করেছি",
"Ignore": "উপেক্ষা করুন",
Expand Down Expand Up @@ -622,6 +623,7 @@
"Show_badge_for_mentions": "উল্লেখের জন্য ব্যাজ দেখান",
"Show_badge_for_mentions_Info": "মুখ্য উল্লেখের জন্য শুধুমাত্র ব্যাজ প্রদর্শন করুন",
"Show_more": "আরও দেখুন..",
"Show-Password": "পাসওয়ার্ড দেখান",
"Sign_Up": "নিবন্ধন করুন",
"Skip": "অবগাহন",
"Sort_by": "দ্বারা সাজানো",
Expand Down
2 changes: 2 additions & 0 deletions app/i18n/locales/cs.json
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@
"Hide_room": "Skrýt",
"Hide_System_Messages": "Skrýt systémové zprávy",
"Hide_type_messages": "Skrýt \"{{type}}\" zprávy",
"Hide-Password": "Skrýt heslo",
"How_It_Works": "Jak to funguje",
"I_Saved_My_E2E_Password": "Uložil jsem své heslo E2E",
"Ignore": "Ignorovat",
Expand Down Expand Up @@ -674,6 +675,7 @@
"Show_less": "Ukaž méně",
"Show_more": "Zobrazit více",
"Show_the_keyboard_shortcut_list": "Zobrazit seznam klávesových zkratek",
"Show-Password": "Zobrazit heslo",
"Sign_Up": "Přihlásit se",
"Skip": "Přeskočit",
"Slash_Gimme_Description": "Zobrazuje ༼ つ ◕_◕ ༽つ před vaší zprávou",
Expand Down
2 changes: 2 additions & 0 deletions app/i18n/locales/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@
"Hide_room": "Raum verstecken",
"Hide_System_Messages": "Systemnachrichten ausblenden",
"Hide_type_messages": "\"{{type}}\"-Nachrichten ausblenden",
"Hide-Password": "Passwort verbergen",
"How_It_Works": "Wie es funktioniert",
"I_Saved_My_E2E_Password": "Ich habe mein Ende-zu-Ende-Passwort gesichert",
"Ignore": "Ignorieren",
Expand Down Expand Up @@ -609,6 +610,7 @@
"Show_badge_for_mentions_Info": "Zeige Abzeichen nur für direkte Erwähnungen",
"Show_more": "Mehr anzeigen",
"Show_the_keyboard_shortcut_list": "Liste der Tastenkombinationen anzeigen",
"Show-Password": "Passwort anzeigen",
"Sign_Up": "Anmelden",
"Skip": "Überspringen",
"Slash_Gimme_Description": "Zeigt ༼ つ ◕_◕ ༽つ vor Ihrer Nachricht",
Expand Down
2 changes: 2 additions & 0 deletions app/i18n/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,7 @@
"Hide_room": "Hide",
"Hide_System_Messages": "Hide system messages",
"Hide_type_messages": "Hide \"{{type}}\" messages",
"Hide-Password": "Hide Password",
"How_It_Works": "How it works",
"I_Saved_My_E2E_Password": "I saved my E2E password",
"Ignore": "Ignore",
Expand Down Expand Up @@ -695,6 +696,7 @@
"Show_less": "Show less",
"Show_more": "Show more",
"Show_the_keyboard_shortcut_list": "Show the keyboard shortcut list",
"Show-Password": "Show Password",
"Sign_Up": "Sign up",
"Skip": "Skip",
"Slash_Gimme_Description": "Displays ༼ つ ◕_◕ ༽つ before your message",
Expand Down
2 changes: 2 additions & 0 deletions app/i18n/locales/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@
"Glossary_of_simplified_terms": "Glosario de términos simplificados",
"Help": "Ayuda",
"Hide_room": "Ocultar",
"Hide-Password": "Ocultar contraseña",
"In_App_And_Desktop": "En la aplicación y en el escritorio",
"In_App_and_Desktop_Alert_info": "Muestra un banner en la parte superior de la pantalla cuando la aplicación esté abierta y muestra una notificación en el escritorio",
"Invalid_server_version": "El servidor que intentas conectar está usando una versión que ya no está soportada por la aplicación : {{currentVersion}}. Se requiere una versión {{minVersion}}.",
Expand Down Expand Up @@ -245,6 +246,7 @@
"Share": "Compartir",
"Share_this_app": "Compartir esta aplicación",
"Show_the_keyboard_shortcut_list": "Mostrar la lista de atajos de teclado",
"Show-Password": "Mostrar contraseña",
"Sign_Up": "Registrarse",
"Slash_Gimme_Description": "Muestra (つ ◕_◕) つ antes de tu mensaje",
"Slash_LennyFace_Description": "Muestra (͡ ° ͜ʖ ͡ °) después de tu mensaje",
Expand Down
2 changes: 2 additions & 0 deletions app/i18n/locales/fi.json
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@
"Hide_room": "Piilota",
"Hide_System_Messages": "Piilota järjestelmäilmoitukset",
"Hide_type_messages": "Piilota \"{{type}}\"-viestit",
"Hide-Password": "Piilota salasana",
"How_It_Works": "Toimintatapa",
"I_Saved_My_E2E_Password": "Tallensin täyden salauksen salasanani",
"Ignore": "Ohita",
Expand Down Expand Up @@ -584,6 +585,7 @@
"Show_badge_for_mentions_Info": "Näytä vain suorien mainintojen merkki",
"Show_more": "Näytä lisää",
"Show_the_keyboard_shortcut_list": "Näytä pikanäppäinten luettelo",
"Show-Password": "Näytä salasana",
"Sign_Up": "Rekisteröidy",
"Skip": "Ohita",
"Slash_Gimme_Description": "Näyttää merkit ༼ つ ◕_◕ ༽つ ennen viestiäsi",
Expand Down
2 changes: 2 additions & 0 deletions app/i18n/locales/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@
"Hide_room": "Masquer",
"Hide_System_Messages": "Masquer les messages système",
"Hide_type_messages": "Masquer les messages \"{{type}}\"",
"Hide-Password": "Masquer le mot de passe",
"How_It_Works": "Comment cela fonctionne",
"I_Saved_My_E2E_Password": "J'ai enregistré mon mot de passe E2E",
"Ignore": "Ignorer",
Expand Down Expand Up @@ -522,6 +523,7 @@
"Shortcut": "Raccourci",
"Show_more": "Afficher plus",
"Show_the_keyboard_shortcut_list": "Afficher la liste des raccourcis clavier",
"Show-Password": "Montrer le mot de passe",
"Sign_Up": "S'inscrire",
"Slash_Gimme_Description": "Affiche ༼ つ ◕_◕ ༽つ avant votre message",
"Slash_LennyFace_Description": "Affiche ( ͡° ͜ʖ ͡°) après votre message",
Expand Down
2 changes: 2 additions & 0 deletions app/i18n/locales/hi-IN.json
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@
"Help": "मदद",
"Hide_System_Messages": "सिस्टम संदेश छुपाएं",
"Hide_type_messages": "\"{{type}}\" संदेश छुपाएं",
"Hide-Password": "पासवर्ड छिपाएं",
"How_It_Works": "यह कैसे काम करता है",
"I_Saved_My_E2E_Password": "मैंने अपना इंड-टू-इंड पासवर्ड सहेज लिया",
"Ignore": "अनदेखा करें",
Expand Down Expand Up @@ -622,6 +623,7 @@
"Show_badge_for_mentions": "उल्लेख के लिए बैज दिखाएं",
"Show_badge_for_mentions_Info": "केवल सीधे उल्लेखों के लिए बैज दिखाएं",
"Show_more": "और दिखाएं..",
"Show-Password": "पासवर्ड दिखाए",
"Sign_Up": "साइन अप",
"Skip": "छोड़ें",
"Sort_by": "इसके अनुसार क्रमबद्ध करें",
Expand Down
2 changes: 2 additions & 0 deletions app/i18n/locales/hu.json
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@
"Help": "Segítség",
"Hide_System_Messages": "Rendszerüzenetek elrejtése",
"Hide_type_messages": "\"{{type}}\" üzenetek elrejtése",
"Hide-Password": "Jelszó elrejtése",
"How_It_Works": "Hogyan működik",
"I_Saved_My_E2E_Password": "Elmentettem az E2E jelszavamat",
"Ignore": "Mellőzés",
Expand Down Expand Up @@ -623,6 +624,7 @@
"Show_badge_for_mentions": "Említések jelvényének megjelenítése",
"Show_badge_for_mentions_Info": "Jelvény megjelenítése csak a közvetlen említéseknél",
"Show_more": "Több megjelenítése..",
"Show-Password": "Jelszó megjelenítése",
"Sign_Up": "Feliratkozás",
"Skip": "Kihagyás",
"Sort_by": "Rendezés",
Expand Down
2 changes: 2 additions & 0 deletions app/i18n/locales/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@
"Hide_room": "Nascondi il canale",
"Hide_System_Messages": "Nascondi messaggi di sistema",
"Hide_type_messages": "Nascondi messaggi di \"{{type}}\"",
"Hide-Password": "Nascondere la password",
"How_It_Works": "Come funziona",
"I_Saved_My_E2E_Password": "Ho salvato la mia Password E2E",
"Ignore": "Ignora",
Expand Down Expand Up @@ -442,6 +443,7 @@
"Share_this_app": "Condividi questa app",
"Show_more": "Mostra altri",
"Show_the_keyboard_shortcut_list": "Mostra l'elenco delle scorciatoie per la tastiera",
"Show-Password": "Mostra la password",
"Sign_Up": "Registrati",
"Slash_Gimme_Description": "Displays ༼ つ ◕_◕ ༽つ before your message",
"Slash_LennyFace_Description": "Displays ( ͡° ͜ʖ ͡°) after your message",
Expand Down
2 changes: 2 additions & 0 deletions app/i18n/locales/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@
"Hide_room": "ルームを非表示",
"Hide_System_Messages": "システムメッセージを非表示にする",
"Hide_type_messages": "\"{{type}}\"メッセージを非表示にする",
"Hide-Password": "パスワードを非表示にします",
"How_It_Works": "仕組み",
"I_Saved_My_E2E_Password": "自分のE2Eのパスワードを保存しました",
"In_app": "アプリ内",
Expand Down Expand Up @@ -344,6 +345,7 @@
"Share_Link": "リンクをシェアする",
"Share_this_app": "このアプリをシェアする",
"Show_the_keyboard_shortcut_list": "キーボードショートカットリストを表示",
"Show-Password": "パスワードを表示します",
"Sign_Up": "登録",
"Slash_Gimme_Description": "メッセージの前に༼ つ ◕_◕ ༽つを表示",
"Slash_LennyFace_Description": "メッセージの後に( ͡° ͜ʖ ͡°)を表示",
Expand Down
2 changes: 2 additions & 0 deletions app/i18n/locales/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@
"Hide_room": "Kamer verbergen",
"Hide_System_Messages": "Verberg systeemberichten",
"Hide_type_messages": "Verberg \"{{type}}\" berichten",
"Hide-Password": "Wachtwoord verbergen",
"How_It_Works": "Hoe het werkt",
"I_Saved_My_E2E_Password": "Ik heb mijn E2E-wachtwoord opgeslagen",
"Ignore": "Negeren",
Expand Down Expand Up @@ -522,6 +523,7 @@
"Shortcut": "Snelkoppeling",
"Show_more": "Meer tonen",
"Show_the_keyboard_shortcut_list": "Toon de lijst met sneltoetsen",
"Show-Password": "Toon wachtwoord",
"Sign_Up": "Registreren",
"Slash_Gimme_Description": "Geeft ༼ つ ◕_◕ ༽つ weer voor uw bericht",
"Slash_LennyFace_Description": "Geeft ( ͡° ͜ʖ ͡°) na uw bericht weer",
Expand Down
2 changes: 2 additions & 0 deletions app/i18n/locales/pt-BR.json
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,7 @@
"Help": "Ajuda",
"Hide_room": "Ocultar",
"Hide_System_Messages": "Esconder mensagens do sistema",
"Hide_Password": "Ocultar Senha",
"Hide_type_messages": "Esconder mensagens de \"{{type}}\"",
"How_It_Works": "Como funciona",
"I_Saved_My_E2E_Password": "Salvei minha senha E2E",
Expand Down Expand Up @@ -681,6 +682,7 @@
"Show_badge_for_mentions_Info": "Mostrar contador somente para menções diretas",
"Show_less": "Mostrar menos",
"Show_more": "Mostrar mais",
"Show-Password": "Exibir senha",
"Show_the_keyboard_shortcut_list": "Mostrar a lista de atalhos de teclado",
"Sign_Up": "Registrar",
"Skip": "Pular",
Expand Down
2 changes: 2 additions & 0 deletions app/i18n/locales/pt-PT.json
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@
"Hide_room": "Esconder sala",
"Hide_System_Messages": "Esconder mensagens do sistema",
"Hide_type_messages": "Esconder mensagens \"{{type}}\"",
"Hide-Password": "Ocultar senha",
"How_It_Works": "Como Funciona",
"I_Saved_My_E2E_Password": "Guardei a minha senha E2E",
"In_app": "Na aplicação",
Expand Down Expand Up @@ -336,6 +337,7 @@
"Settings_succesfully_changed": "Definições guardadas com sucesso!",
"Share": "Partilhar",
"Show_the_keyboard_shortcut_list": "Exibe a lista de atalhos do teclado",
"Show-Password": "Mostre a senha",
"Sign_Up": "Inscreva-se",
"Slash_Gimme_Description": "Mostra (つ ◕_◕) つ antes de sua mensagem",
"Slash_LennyFace_Description": "Mostra (͡ ° ͜ʖ ͡ °) após a sua mensagem",
Expand Down
2 changes: 2 additions & 0 deletions app/i18n/locales/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@
"Hide_room": "Скрыть комнату",
"Hide_System_Messages": "Скрыть Системные Сообщения",
"Hide_type_messages": "Скрыть \"{{type}}\" сообщения",
"Hide-Password": "Скрыть пароль",
"How_It_Works": "Как Это Работает",
"I_Saved_My_E2E_Password": "Я Сохранил Свой E2E Пароль",
"Ignore": "Игнорировать",
Expand Down Expand Up @@ -561,6 +562,7 @@
"Show_badge_for_mentions_Info": "Отображение значка только для прямых упоминаний",
"Show_more": "Показать больше",
"Show_the_keyboard_shortcut_list": "Показывать список горячих клавиш",
"Show-Password": "Показать пароль",
"Sign_Up": "Регистрация",
"Skip": "Пропустить",
"Slash_Gimme_Description": "Показывает (つ ◕_◕) つ перед сообщением",
Expand Down
2 changes: 2 additions & 0 deletions app/i18n/locales/sl-SI.json
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@
"Hide_room": "Skrij sobo",
"Hide_System_Messages": "Skrij sistemska sporočila",
"Hide_type_messages": "Skrij sporočila \"{{type}}\"",
"Hide-Password": "Skrij geslo",
"How_It_Works": "Kako deluje",
"I_Saved_My_E2E_Password": "Shranil sem geslo E2E",
"Ignore": "Prezri",
Expand Down Expand Up @@ -538,6 +539,7 @@
"Show_badge_for_mentions_Info": "Prikaz značke samo za neposredne omembe",
"Show_more": "Prikaži več",
"Show_the_keyboard_shortcut_list": "Prikaži seznam bližnjic na tipkovnici",
"Show-Password": "Pokaži geslo",
"Sign_Up": "Prijavite se",
"Slash_Gimme_Description": "Prikaže ༼ つ ◕_◕ ༽つ pred vašim sporočilom",
"Slash_LennyFace_Description": "Prikaže ( ͡° ͜ʖ ͡°) za vašim sporočilom",
Expand Down
2 changes: 2 additions & 0 deletions app/i18n/locales/sv.json
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@
"Hide_room": "Dölj rum",
"Hide_System_Messages": "Dölj systemmeddelanden",
"Hide_type_messages": "Dölj meddelanden av typen {{type}}",
"Hide-Password": "Dölj lösenord",
"How_It_Works": "Så fungerar det",
"I_Saved_My_E2E_Password": "Jag har sparat mitt E2E-lösenord",
"Ignore": "Ignorera",
Expand Down Expand Up @@ -583,6 +584,7 @@
"Show_badge_for_mentions_Info": "Visa endast märke för direkta omnämnanden",
"Show_more": "Visa mer",
"Show_the_keyboard_shortcut_list": "Visa genvägslistan för tangentbordet",
"Show-Password": "Visa lösenord",
"Sign_Up": "Registrera dig",
"Skip": "Hoppa över",
"Slash_Gimme_Description": "Visar (つ ◕_◕) つ innan ditt meddelande",
Expand Down
2 changes: 2 additions & 0 deletions app/i18n/locales/ta-IN.json
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@
"Help": "உதவி",
"Hide_System_Messages": "அமைப்பு செய்திகளை மறைக்க",
"Hide_type_messages": "\"{{type}}\" செய்திகளை மறைக்க",
"Hide-Password": "கடவுச்சொல்லை மறைக்கவும்",
"How_It_Works": "இது எப்படி வேலை செய்கின்றது",
"I_Saved_My_E2E_Password": "என் E2E கடவுச்சொல் சேமித்தேன்",
"Ignore": "புறக்கணிக்குக",
Expand Down Expand Up @@ -622,6 +623,7 @@
"Show_badge_for_mentions": "குறிப்பிடல்களுக்கு பாட்ஜ் காட்டு",
"Show_badge_for_mentions_Info": "உடைந்த குறிப்பிடல்களுக்கு மட்டும் பாட்ஜை காட்டு",
"Show_more": "மேலும் காட்டு..",
"Show-Password": "கடவுச்சொல்லைக் காட்டு",
"Sign_Up": "பதிவு செய்",
"Skip": "தவிர்",
"Sort_by": "மூலம் வரிசைப்படுத்து",
Expand Down
2 changes: 2 additions & 0 deletions app/i18n/locales/te-IN.json
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@
"Help": "సహాయం",
"Hide_System_Messages": "వ్యవస్థ సందేశాలను దాచండి",
"Hide_type_messages": "{{type}} సందేశాలను దాచండి",
"Hide-Password": "పాస్వర్డ్ దాచు",
"How_It_Works": "ఇది ఎలా పని చేస్తుంది",
"I_Saved_My_E2E_Password": "నా E2E పాస్‌వర్డ్ నేను భద్రంగా ఉంచాను",
"Ignore": "పరిహరించాలి",
Expand Down Expand Up @@ -622,6 +623,7 @@
"Show_badge_for_mentions": "ప్రస్తావనల కోసం బ్యాడ్జ్ చూపించు",
"Show_badge_for_mentions_Info": "కేవలం సర్వర్ల ఉపయోగించిన ప్రస్తావనల కోసం బ్యాడ్జ్ చూపించాలి",
"Show_more": "మరింతగా చూపండి..",
"Show-Password": "పాస్వర్డ్ చూపించు",
"Sign_Up": "నమోదు చేయండి",
"Skip": "స్కిప్",
"Sort_by": "సార్టు చేయండి",
Expand Down
2 changes: 2 additions & 0 deletions app/i18n/locales/tr.json
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@
"Hide_room": "Gizle",
"Hide_System_Messages": "Sistem İletilerını Gizle",
"Hide_type_messages": "\"{{type}}\" iletilerini gizle",
"Hide-Password": "Şifreyi Gizle",
"How_It_Works": "Nasıl Çalışır",
"I_Saved_My_E2E_Password": "Uçtan Uca Şifreleme (E2E) Şifremi Kaydettim",
"Ignore": "Yok say",
Expand Down Expand Up @@ -425,6 +426,7 @@
"Share_this_app": "Bu uygulamayı paylaş",
"Show_more": "Daha fazla göster",
"Show_the_keyboard_shortcut_list": "Klavye kısayol listesini göster",
"Show-Password": "Şifreyi göster",
"Sign_Up": "Kaydol",
"Slash_Gimme_Description": "İletilerinizden önce ༼ つ ◕_◕ ༽つ gösterir",
"Slash_LennyFace_Description": "İletilerinizden sonra ( ͡° ͜ʖ ͡°) gösterir",
Expand Down
2 changes: 2 additions & 0 deletions app/i18n/locales/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@
"Help": "帮助",
"Hide_System_Messages": "隐藏系统信息",
"Hide_type_messages": "隐藏 \"{{type}}\" 信息",
"Hide-Password": "隐藏密码",
"How_It_Works": "运作方式",
"I_Saved_My_E2E_Password": "保存我的 E2E 密码",
"In_app": "App 内",
Expand Down Expand Up @@ -405,6 +406,7 @@
"Share_Link": "分享链接",
"Share_this_app": "分享此 app",
"Show_more": "显示更多",
"Show-Password": "显示密码",
"Sign_Up": "注册",
"Sound": "声音",
"Star": "标记",
Expand Down
2 changes: 2 additions & 0 deletions app/i18n/locales/zh-TW.json
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@
"Hide_room": "隱藏",
"Hide_System_Messages": "隱藏系統訊息",
"Hide_type_messages": "隱藏 '{{type}}' 訊息",
"Hide-Password": "隱藏密碼",
"How_It_Works": "運作方式",
"I_Saved_My_E2E_Password": "儲存我的 E2E 密碼",
"In_app": "App 內",
Expand Down Expand Up @@ -424,6 +425,7 @@
"Share_this_app": "分享此 app",
"Show_more": "顯示更多",
"Show_the_keyboard_shortcut_list": "顯示鍵盤快捷鍵列表",
"Show-Password": "顯示密碼",
"Sign_Up": "註冊",
"Slash_Gimme_Description": "顯示(つ◕_◕)つ之前您的留言",
"Slash_LennyFace_Description": "顯示(͡°͜ʖ͡°)後留言",
Expand Down
Loading

0 comments on commit 678d3b2

Please sign in to comment.