feat: search (#285)

This commit is contained in:
wheat 2022-12-17 16:35:07 -05:00 committed by GitHub
parent 5ff0900108
commit c1d1138742
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 252 additions and 6 deletions

View file

@ -96,7 +96,8 @@
"home": "Startseite",
"local": "Lokale Timeline",
"notifications": "Mitteilungen",
"profile": "Profil"
"profile": "Profil",
"search": "Suche"
},
"nav_user": {
"sign_in_desc": "Melde dich an, um Profilen oder Hashtags zu folgen, Beiträge zu favorisieren, zu teilen und zu beantworten oder von deinem Konto auf einem anderen Server aus zu interagieren."
@ -135,6 +136,8 @@
"edited": "Bearbeitet: {0}"
},
"tab": {
"accounts": "Benutzer",
"hashtags": "Hashtags",
"media": "Medien",
"notifications_all": "Alle",
"notifications_mention": "Erwähnungen",

View file

@ -131,7 +131,8 @@
"home": "Home",
"local": "Local",
"notifications": "Notifications",
"profile": "Profile"
"profile": "Profile",
"search": "Search"
},
"nav_user": {
"sign_in_desc": "Sign in to follow profiles or hashtags, favourite, share and reply to posts, or interact from your account on a different server."
@ -152,6 +153,9 @@
"replying": "Replying",
"the_thread": "the thread"
},
"search": {
"search_desc": "Search for people & hashtags"
},
"state": {
"edited": "(Edited)",
"editing": "Editing",
@ -184,6 +188,7 @@
"edited": "edited {0}"
},
"tab": {
"accounts": "Accounts",
"for_you": "For you",
"hashtags": "Hashtags",
"media": "Media",

View file

@ -128,7 +128,8 @@
"home": "Inicio",
"local": "Local",
"notifications": "Notificaciones",
"profile": "Perfil"
"profile": "Perfil",
"search": "Buscar"
},
"nav_user": {
"sign_in_desc": "Inicia sesión para seguir perfiles o hashtags, marcar como favorito, compartir and responder a publicaciones, o interactuar desde tu usuario con un servidor diferente."

View file

@ -131,7 +131,8 @@
"home": "Accueil",
"local": "Local",
"notifications": "Notifications",
"profile": "Profil"
"profile": "Profil",
"search": "Rechercher"
},
"nav_user": {
"sign_in_desc": "Connectez-vous pour suivre des profils ou des hashtags, mettre en favoris, partager et répondre à des messages, ou interagir à partir de votre compte sur un autre serveur..."

View file

@ -57,7 +57,8 @@
"home": "ホーム",
"local": "ローカル",
"notifications": "通知",
"profile": "プロフィール"
"profile": "プロフィール",
"search": "検索"
},
"nav_user": {
"sign_in_desc": "サインインすると、アカウントやハッシュタグをフォローしたり、お気に入りしたり、投稿を共有したり返信するほか、異なるサーバー上のあなたのアカウントから交流できます。"
@ -75,6 +76,8 @@
"uploading": "更新中..."
},
"tab": {
"accounts": "アカウント",
"hashtags": "ハッシュタグ",
"media": "メディア",
"posts": "投稿",
"posts_with_replies": "投稿と返信"

View file

@ -130,7 +130,8 @@
"home": "主页",
"local": "本地",
"notifications": "通知",
"profile": "个人资料"
"profile": "个人资料",
"search": "搜索"
},
"nav_user": {
"sign_in_desc": "登录后可关注其他人或标签、点赞、分享和回复帖文,或与不同服务器上的账号交互。"
@ -183,6 +184,7 @@
"edited": "在 {0} 编辑了"
},
"tab": {
"accounts": "账号",
"for_you": "推荐关注",
"hashtags": "话题标签",
"media": "媒体",