デッキからホームに行くメニューをホームと表記する (#4359)

This commit is contained in:
MeiMei 2019-02-24 03:34:09 +09:00 committed by syuilo
parent e13fe97ebb
commit 94e3ac9b72
2 changed files with 3 additions and 3 deletions

View file

@ -60,6 +60,7 @@ common:
trash: "ゴミ箱"
drive: "ドライブ"
messaging: "トーク"
home: "ホーム"
deck: "デッキ"
timeline: "タイムライン"
explore: "みつける"

View file

@ -62,9 +62,8 @@
<ul>
<li @click="toggleDeckMode">
<p>
<span>{{ $t('@.deck') }}</span>
<template v-if="$store.state.device.inDeckMode"><i><fa :icon="faHome"/></i></template>
<template v-else><i><fa :icon="faColumns"/></i></template>
<template v-if="$store.state.device.inDeckMode"><span>{{ $t('@.home') }}</span><i><fa :icon="faHome"/></i></template>
<template v-else><span>{{ $t('@.deck') }}</span><i><fa :icon="faColumns"/></i></template>
</p>
</li>
<li @click="dark">