メニュー整理
This commit is contained in:
parent
2c769c1643
commit
0a1455ac9f
|
@ -95,6 +95,7 @@ common/views/components/nav.vue:
|
|||
donors: "Donators"
|
||||
repository: "Repository"
|
||||
develop: "Developers"
|
||||
feedback: "Feedback"
|
||||
|
||||
common/views/components/note-menu.vue:
|
||||
pin: "Pin to profile page"
|
||||
|
@ -366,10 +367,8 @@ desktop/views/components/settings.profile.vue:
|
|||
desktop/views/components/ui.header.account.vue:
|
||||
profile: "Your profile"
|
||||
drive: "Drive"
|
||||
mentions: "Mentions"
|
||||
customize: "Customize"
|
||||
settings: "Settings"
|
||||
feedback: "Feedback"
|
||||
signout: "Sign out"
|
||||
|
||||
desktop/views/components/ui.header.nav.vue:
|
||||
|
|
|
@ -95,6 +95,7 @@ common/views/components/nav.vue:
|
|||
donors: "Donateurs"
|
||||
repository: "Repo"
|
||||
develop: "Développeurs"
|
||||
feedback: "フィードバック"
|
||||
|
||||
common/views/components/note-menu.vue:
|
||||
pin: "Épingler sur votre profile"
|
||||
|
@ -366,7 +367,6 @@ desktop/views/components/settings.profile.vue:
|
|||
desktop/views/components/ui.header.account.vue:
|
||||
profile: "Votre profil"
|
||||
drive: "Drive"
|
||||
mentions: "Mentions"
|
||||
customize: "Modifications"
|
||||
settings: "Réglages"
|
||||
signout: "Déconnexion"
|
||||
|
|
|
@ -95,6 +95,7 @@ common/views/components/nav.vue:
|
|||
donors: "ドナー"
|
||||
repository: "リポジトリ"
|
||||
develop: "開発者"
|
||||
feedback: "フィードバック"
|
||||
|
||||
common/views/components/note-menu.vue:
|
||||
pin: "ピン留め"
|
||||
|
@ -366,10 +367,8 @@ desktop/views/components/settings.profile.vue:
|
|||
desktop/views/components/ui.header.account.vue:
|
||||
profile: "プロフィール"
|
||||
drive: "ドライブ"
|
||||
mentions: "あなた宛て"
|
||||
customize: "カスタマイズ"
|
||||
settings: "設定"
|
||||
feedback: "フィードバック"
|
||||
signout: "サインアウト"
|
||||
|
||||
desktop/views/components/ui.header.nav.vue:
|
||||
|
|
|
@ -2,16 +2,10 @@
|
|||
<span class="mk-nav">
|
||||
<a :href="aboutUrl">%i18n:@about%</a>
|
||||
<i>・</i>
|
||||
<a :href="statsUrl">%i18n:@stats%</a>
|
||||
<i>・</i>
|
||||
<a :href="statusUrl">%i18n:@status%</a>
|
||||
<i>・</i>
|
||||
<a href="http://zawazawa.jp/misskey/">%i18n:@wiki%</a>
|
||||
<i>・</i>
|
||||
<a href="https://github.com/syuilo/misskey/blob/master/DONORS.md">%i18n:@donors%</a>
|
||||
<i>・</i>
|
||||
<a href="https://github.com/syuilo/misskey">%i18n:@repository%</a>
|
||||
<i>・</i>
|
||||
<a href="https://github.com/syuilo/misskey/issues/new" target="_blank">%i18n:@feedback%</a>
|
||||
<i>・</i>
|
||||
<a :href="devUrl">%i18n:@develop%</a>
|
||||
<i>・</i>
|
||||
<a href="https://twitter.com/misskey_xyz" target="_blank">Follow us on %fa:B twitter%</a>
|
||||
|
|
|
@ -13,9 +13,6 @@
|
|||
<li @click="drive">
|
||||
<p>%fa:cloud%%i18n:@drive%%fa:angle-right%</p>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/i/mentions">%fa:at%%i18n:@mentions%%fa:angle-right%</a>
|
||||
</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>
|
||||
|
@ -24,9 +21,6 @@
|
|||
<li @click="settings">
|
||||
<p>%fa:cog%%i18n:@settings%%fa:angle-right%</p>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/syuilo/misskey/issues/new" target="_blank">%fa:comment%%i18n:@feedback%%fa:external-link-alt%</a>
|
||||
</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li @click="signout">
|
||||
|
|
Loading…
Reference in New Issue