mirror of
https://github.com/paricafe/misskey.git
synced 2024-11-24 05:56:44 -06:00
locales: aboutPari
This commit is contained in:
parent
54c5328a7f
commit
75fd0bb701
6 changed files with 5 additions and 11 deletions
|
@ -2818,6 +2818,7 @@ _selfXssPrevention:
|
|||
_followRequest:
|
||||
recieved: "Requests received"
|
||||
sent: "Requests sent"
|
||||
pariMisskeyAbout: "Pari Cafe uses a branch that has been customized for the original version."
|
||||
timeTravel: "Time Travel"
|
||||
timeTravelDescription: "Show posts before this date."
|
||||
undoPostForm: "Undo"
|
||||
|
|
|
@ -2829,6 +2829,7 @@ _followRequest:
|
|||
recieved: "受け取った申請"
|
||||
sent: "送った申請"
|
||||
|
||||
pariMisskeyAbout: "Pari Cafe使用のブランチは、原版に対してカスタマイズを行っています。"
|
||||
timeTravel: "Time Travel"
|
||||
timeTravelDescription: "Show posts before this date."
|
||||
undoPostForm: "Undo"
|
||||
|
|
|
@ -2823,6 +2823,7 @@ _selfXssPrevention:
|
|||
_followRequest:
|
||||
recieved: "已收到申请"
|
||||
sent: "已发送申请"
|
||||
pariMisskeyAbout: "Pari Cafe使用的分支基于原版进行了定制。"
|
||||
timeTravel: "时光机"
|
||||
timeTravelDescription: "显示该日期以前的帖子"
|
||||
pariPlusInfo: "Pari Plus! 定制 Misskey~!"
|
||||
|
|
|
@ -2821,6 +2821,7 @@ _selfXssPrevention:
|
|||
_followRequest:
|
||||
recieved: "收到的請求"
|
||||
sent: "送出的請求"
|
||||
pariMisskeyAbout: "Pari Cafe使用的分支是基於原版進行了定制。"
|
||||
timeTravel: "時光機"
|
||||
timeTravelDescription: "回到指定的日期"
|
||||
pariPlusInfo: "Pari Plus! 自訂 Misskey~!"
|
||||
|
|
|
@ -23,7 +23,7 @@ SPDX-License-Identifier: AGPL-3.0-only
|
|||
</div>
|
||||
<div style="text-align: center;">
|
||||
{{ i18n.ts._aboutMisskey.about }}<br>
|
||||
Pari Cafe使用的分支基于原版进行了定制。 <br>
|
||||
{{ i18n.ts.pariMisskeyAbout }}<br>
|
||||
<a href="https://misskey-hub.net/docs/misskey.html" target="_blank" class="_link">{{ i18n.ts.learnMore }}</a>
|
||||
</div>
|
||||
<div v-if="$i != null" style="text-align: center;">
|
||||
|
|
|
@ -271,16 +271,6 @@ const lang = ref(miLocalStorage.getItem('lang'));
|
|||
const useSystemFont = ref(miLocalStorage.getItem('useSystemFont') != null);
|
||||
const dataSaver = ref(defaultStore.state.dataSaver);
|
||||
|
||||
async function reloadAsk() {
|
||||
const { canceled } = await os.confirm({
|
||||
type: 'info',
|
||||
text: i18n.ts.reloadToApplySetting,
|
||||
});
|
||||
if (canceled) return;
|
||||
|
||||
unisonReload();
|
||||
}
|
||||
|
||||
const hemisphere = computed(defaultStore.makeGetterSetter('hemisphere'));
|
||||
const overridedDeviceKind = computed(defaultStore.makeGetterSetter('overridedDeviceKind'));
|
||||
const serverDisconnectedBehavior = computed(defaultStore.makeGetterSetter('serverDisconnectedBehavior'));
|
||||
|
|
Loading…
Reference in a new issue