Use global translation
This commit is contained in:
parent
4530d40537
commit
b975751710
|
@ -929,7 +929,6 @@ desktop/views/components/settings.vue:
|
||||||
circle-icons: "円形のアイコンを使用"
|
circle-icons: "円形のアイコンを使用"
|
||||||
contrasted-acct: "ユーザー名にコントラストを付ける"
|
contrasted-acct: "ユーザー名にコントラストを付ける"
|
||||||
post-form-on-timeline: "タイムライン上部に投稿フォームを表示する"
|
post-form-on-timeline: "タイムライン上部に投稿フォームを表示する"
|
||||||
customize: "ホームのカスタマイズ"
|
|
||||||
show-clock-on-header: "右上に時計を表示する"
|
show-clock-on-header: "右上に時計を表示する"
|
||||||
show-reply-target: "リプライ先を表示する"
|
show-reply-target: "リプライ先を表示する"
|
||||||
timeline: "タイムライン"
|
timeline: "タイムライン"
|
||||||
|
|
|
@ -71,7 +71,7 @@
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<ui-switch v-model="showPostFormOnTopOfTl">{{ $t('post-form-on-timeline') }}</ui-switch>
|
<ui-switch v-model="showPostFormOnTopOfTl">{{ $t('post-form-on-timeline') }}</ui-switch>
|
||||||
<ui-button @click="customizeHome">{{ $t('customize') }}</ui-button>
|
<ui-button @click="customizeHome">{{ $t('@.customize-home') }}</ui-button>
|
||||||
</section>
|
</section>
|
||||||
<section>
|
<section>
|
||||||
<header>{{ $t('wallpaper') }}</header>
|
<header>{{ $t('wallpaper') }}</header>
|
||||||
|
|
Loading…
Reference in New Issue