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