1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2024-11-23 22:56:53 +09:00
This commit is contained in:
NoriDev 2024-10-05 22:51:58 +09:00
parent c7733922f7
commit 1fd55cc996
5 changed files with 8 additions and 1 deletions

View File

@ -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
View File

@ -13,6 +13,10 @@ export interface Locale extends ILocale {
*
*/
"_lang_": string;
/**
*
*/
"widgets": string;
/**
*
*/

View File

@ -1,5 +1,6 @@
_lang_: "日本語"
widgets: "ウィジェット"
postNote: "ノートを作成"
bottomNavbar: "下のナビゲーションバー"
scheduledNoteDelete: "ノートの削除を予約"

View File

@ -1,5 +1,6 @@
---
_lang_: "한국어"
widgets: "위젯"
postNote: "노트 작성"
bottomNavbar: "하단 내비게이션 바"
scheduledNoteDelete: "노트 삭제 예약"

View File

@ -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;">