feat: search on small screens (#585)
This commit is contained in:
parent
ff0ad77676
commit
26a26ba9f7
11 changed files with 51 additions and 21 deletions
|
@ -119,6 +119,7 @@
|
|||
"local": "Lokální",
|
||||
"notifications": "Upozornění",
|
||||
"profile": "Profil",
|
||||
"search": "Vyhledávání",
|
||||
"select_feature_flags": "Zapnout funkce",
|
||||
"select_language": "Vybrat jazyk",
|
||||
"show_intro": "Zobrazit více informací o aplikaci",
|
||||
|
|
|
@ -119,7 +119,7 @@
|
|||
"local": "Lokal",
|
||||
"notifications": "Mitteilungen",
|
||||
"profile": "Profil",
|
||||
"search": "Durchsuche {0}",
|
||||
"search": "Durchsuche",
|
||||
"select_feature_flags": "Feature-Flags aktivieren",
|
||||
"select_language": "Sprache auswählen",
|
||||
"show_intro": "Intro anzeigen",
|
||||
|
|
|
@ -142,7 +142,7 @@
|
|||
"local": "Local",
|
||||
"notifications": "Notifications",
|
||||
"profile": "Profile",
|
||||
"search": "Search {0}",
|
||||
"search": "Search",
|
||||
"select_feature_flags": "Toggle Feature Flags",
|
||||
"select_font_size": "Select Font Size",
|
||||
"select_language": "Select Language",
|
||||
|
|
|
@ -138,7 +138,7 @@
|
|||
"local": "Local",
|
||||
"notifications": "Notificaciones",
|
||||
"profile": "Perfil",
|
||||
"search": "Buscar {0}",
|
||||
"search": "Buscar",
|
||||
"select_feature_flags": "Cambiar marcadores de funcionalidades",
|
||||
"select_font_size": "Cambiar tamaño de letra",
|
||||
"select_language": "Cambiar idioma",
|
||||
|
|
|
@ -137,7 +137,7 @@
|
|||
"local": "Local",
|
||||
"notifications": "Notifications",
|
||||
"profile": "Profil",
|
||||
"search": "Rechercher {0}",
|
||||
"search": "Rechercher",
|
||||
"select_feature_flags": "Activer/Désactiver Feature Flags",
|
||||
"select_language": "Selectionner langue",
|
||||
"show_intro": "Ré-afficher l'introduction",
|
||||
|
|
|
@ -52,7 +52,7 @@
|
|||
"local": "ローカル",
|
||||
"notifications": "通知",
|
||||
"profile": "プロフィール",
|
||||
"search": "検索 {0}",
|
||||
"search": "検索",
|
||||
"select_feature_flags": "実験的機能を切り替え",
|
||||
"select_language": "言語を選択",
|
||||
"toggle_theme": "テーマを切り替え",
|
||||
|
|
|
@ -133,7 +133,7 @@
|
|||
"local": "本地",
|
||||
"notifications": "通知",
|
||||
"profile": "个人资料",
|
||||
"search": "搜索 {0}",
|
||||
"search": "搜索",
|
||||
"select_feature_flags": "功能开关",
|
||||
"select_font_size": "字体大小",
|
||||
"select_language": "选择语言",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue