updare locales
Signed-off-by: mattyatea <mattyacocacora0@gmail.com>
This commit is contained in:
parent
fa2447e71b
commit
d94747b1c0
|
@ -1028,8 +1028,8 @@ export interface Locale {
|
|||
"notesSearchNotAvailable": string;
|
||||
"license": string;
|
||||
"requestPending": string;
|
||||
"requestApproval": string;
|
||||
"requestEmojis": string;
|
||||
"approve": string;
|
||||
"requestingEmojis": string;
|
||||
"emojiNameValidation": string;
|
||||
"unfavoriteConfirm": string;
|
||||
"myClips": string;
|
||||
|
|
|
@ -1025,8 +1025,8 @@ sensitiveWordsDescription2: "スペースで区切るとAND指定になり、キ
|
|||
notesSearchNotAvailable: "ノート検索は利用できません。"
|
||||
license: "ライセンス"
|
||||
requestPending: "申請中"
|
||||
requestApproval: "リクエストを承認"
|
||||
requestEmojis: "リクエストされている絵文字"
|
||||
approval: "承認"
|
||||
requestingEmojis: "リクエストされている絵文字"
|
||||
emojiNameValidation: "名前には英数字と_が利用できます。"
|
||||
unfavoriteConfirm: "お気に入り解除しますか?"
|
||||
myClips: "自分のクリップ"
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
{{ i18n.ts.edit }}
|
||||
</MkButton>
|
||||
<MkButton class="request" @click="unrequested(emoji)">
|
||||
{{ i18n.ts.requestApproval }}
|
||||
{{ i18n.ts.approve }}
|
||||
</MkButton>
|
||||
<MkButton danger class="delete" @click="deleteRequest(emoji)">
|
||||
{{ i18n.ts.delete }}
|
||||
|
|
|
@ -65,7 +65,7 @@ const headerTabs = $computed(() => [{
|
|||
title: i18n.ts.list,
|
||||
}, {
|
||||
key: 'request',
|
||||
title: i18n.ts.requestEmojis,
|
||||
title: i18n.ts.requestingEmojis,
|
||||
}]);
|
||||
|
||||
definePageMetadata(ref({}));
|
||||
|
|
|
@ -103,7 +103,7 @@ const headerActions = $computed(() => [{
|
|||
|
||||
const headerTabs = $computed(() => [{
|
||||
key: 'request',
|
||||
title: i18n.ts.requestEmojis,
|
||||
title: i18n.ts.requestingEmojis,
|
||||
}, {
|
||||
key: 'local',
|
||||
title: i18n.ts.local,
|
||||
|
|
Loading…
Reference in New Issue