chore: ♻️ `about-misskey` -> `about-calckey`
This commit is contained in:
parent
3f7f3fd388
commit
afa87c1cab
|
@ -989,7 +989,7 @@ _registry:
|
|||
domain: "Domain"
|
||||
createKey: "Create key"
|
||||
_aboutMisskey:
|
||||
about: "Calckey is a fork of Misskey made by ThatOneCalculator being developed since 2022."
|
||||
about: "Calckeyは、2022年から開発されているThatOneCalculator社製のMisskeyのforkです。"
|
||||
contributors: "Main contributors"
|
||||
allContributors: "All contributors"
|
||||
source: "Source code"
|
||||
|
|
|
@ -379,7 +379,7 @@ exploreFediverse: "Fediverseを探索"
|
|||
popularTags: "人気のタグ"
|
||||
userList: "リスト"
|
||||
about: "情報"
|
||||
aboutMisskey: "Misskeyについて"
|
||||
aboutMisskey: "Calckeyについて"
|
||||
administrator: "管理者"
|
||||
token: "トークン"
|
||||
twoStepAuthentication: "二段階認証"
|
||||
|
|
|
@ -113,7 +113,7 @@ export class Meta {
|
|||
public allowedHosts: string[];
|
||||
|
||||
@Column('varchar', {
|
||||
length: 512, array: true, default: '{/featured,/channels,/explore,/pages,/about-misskey}',
|
||||
length: 512, array: true, default: '{/featured,/channels,/explore,/pages,/about-calckey}',
|
||||
})
|
||||
public pinnedPages: string[];
|
||||
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
<template #key>Calckey</template>
|
||||
<template #value>{{ version }}</template>
|
||||
</MkKeyValue>
|
||||
<FormLink to="/about-misskey">{{ i18n.ts.aboutMisskey }}</FormLink>
|
||||
<FormLink to="/about-calckey">{{ i18n.ts.aboutMisskey }}</FormLink>
|
||||
</FormSection>
|
||||
|
||||
<FormSection>
|
||||
|
|
|
@ -122,7 +122,7 @@ function showMenu(ev) {
|
|||
text: i18n.ts.aboutMisskey,
|
||||
icon: 'fas fa-info-circle',
|
||||
action: () => {
|
||||
os.pageWindow('/about-misskey');
|
||||
os.pageWindow('/about-calckey');
|
||||
},
|
||||
}, null, {
|
||||
text: i18n.ts.help,
|
||||
|
|
|
@ -112,7 +112,7 @@ export default defineComponent({
|
|||
text: this.$ts.aboutMisskey,
|
||||
icon: 'fas fa-info-circle',
|
||||
action: () => {
|
||||
os.pageWindow('/about-misskey');
|
||||
os.pageWindow('/about-calckey');
|
||||
}
|
||||
}, null, {
|
||||
text: this.$ts.help,
|
||||
|
|
|
@ -132,7 +132,7 @@ export default defineComponent({
|
|||
text: this.$ts.aboutMisskey,
|
||||
icon: 'fas fa-info-circle',
|
||||
action: () => {
|
||||
os.pageWindow('/about-misskey');
|
||||
os.pageWindow('/about-calckey');
|
||||
}
|
||||
}, null, {
|
||||
text: this.$ts.help,
|
||||
|
|
|
@ -218,8 +218,8 @@ export const routes = [{
|
|||
component: page(() => import('./pages/about.vue')),
|
||||
hash: 'initialTab',
|
||||
}, {
|
||||
path: '/about-misskey',
|
||||
component: page(() => import('./pages/about-misskey.vue')),
|
||||
path: '/about-calckey',
|
||||
component: page(() => import('./pages/about-calckey.vue')),
|
||||
}, {
|
||||
path: '/theme-editor',
|
||||
component: page(() => import('./pages/theme-editor.vue')),
|
||||
|
|
|
@ -116,7 +116,7 @@ function openInstanceMenu(ev: MouseEvent) {
|
|||
}, {
|
||||
type: 'link',
|
||||
text: i18n.ts.aboutMisskey,
|
||||
to: '/about-misskey',
|
||||
to: '/about-calckey',
|
||||
}], ev.currentTarget ?? ev.target, {
|
||||
align: 'left',
|
||||
});
|
||||
|
|
|
@ -142,7 +142,7 @@ function openInstanceMenu(ev: MouseEvent) {
|
|||
}, {
|
||||
type: 'link',
|
||||
text: i18n.ts.aboutMisskey,
|
||||
to: '/about-misskey',
|
||||
to: '/about-calckey',
|
||||
}], ev.currentTarget ?? ev.target, {
|
||||
align: 'left',
|
||||
});
|
||||
|
|
|
@ -182,7 +182,7 @@ function openInstanceMenu(ev: MouseEvent) {
|
|||
}, {
|
||||
type: 'link',
|
||||
text: i18n.ts.aboutMisskey,
|
||||
to: '/about-misskey',
|
||||
to: '/about-calckey',
|
||||
}], ev.currentTarget ?? ev.target, {
|
||||
align: 'left',
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue