mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-11-23 22:56:53 +09:00
chore 36c922fb
This commit is contained in:
parent
c7733922f7
commit
1fd55cc996
@ -1,5 +1,6 @@
|
||||
---
|
||||
_lang_: "English"
|
||||
widgets: "Widgets"
|
||||
postNote: "Post note"
|
||||
bottomNavbar: "Bottom navigation bar"
|
||||
scheduledNoteDelete: "Schedule note deletion"
|
||||
|
4
locales/index.d.ts
vendored
4
locales/index.d.ts
vendored
@ -13,6 +13,10 @@ export interface Locale extends ILocale {
|
||||
* 日本語
|
||||
*/
|
||||
"_lang_": string;
|
||||
/**
|
||||
* ウィジェット
|
||||
*/
|
||||
"widgets": string;
|
||||
/**
|
||||
* ノートを作成
|
||||
*/
|
||||
|
@ -1,5 +1,6 @@
|
||||
_lang_: "日本語"
|
||||
|
||||
widgets: "ウィジェット"
|
||||
postNote: "ノートを作成"
|
||||
bottomNavbar: "下のナビゲーションバー"
|
||||
scheduledNoteDelete: "ノートの削除を予約"
|
||||
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
_lang_: "한국어"
|
||||
widgets: "위젯"
|
||||
postNote: "노트 작성"
|
||||
bottomNavbar: "하단 내비게이션 바"
|
||||
scheduledNoteDelete: "노트 삭제 예약"
|
||||
|
@ -62,7 +62,7 @@ SPDX-License-Identifier: AGPL-3.0-only
|
||||
<MkSwitch v-model="showSearchButtonInNavbar"><i class="ti ti-search"></i> {{ i18n.ts.search }}</MkSwitch>
|
||||
<MkSwitch v-model="showNotificationButtonInNavbar"><i class="ti ti-bell"></i> {{ i18n.ts.notifications }}</MkSwitch>
|
||||
<MkSwitch v-model="showMessageButtonInNavbar"><i class="ti ti-messages"></i> {{ i18n.ts.messaging }}</MkSwitch>
|
||||
<MkSwitch v-model="showWidgetButtonInNavbar"><i class="ti ti-apps"></i> {{ i18n.ts._deck._columns.widgets }}</MkSwitch>
|
||||
<MkSwitch v-model="showWidgetButtonInNavbar"><i class="ti ti-apps"></i> {{ i18n.ts.widgets }}</MkSwitch>
|
||||
<MkSwitch v-model="showPostButtonInNavbar"><i class="ti ti-pencil"></i> {{ i18n.ts.postNote }}</MkSwitch>
|
||||
</div>
|
||||
<div class="_buttons" style="margin-top: 20px;">
|
||||
|
Loading…
Reference in New Issue
Block a user