chore: ♻️ about-misskey -> about-calckey

This commit is contained in:
ThatOneCalculator 2022-09-10 12:25:22 -07:00
parent 3f7f3fd388
commit afa87c1cab
12 changed files with 12 additions and 12 deletions

View file

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

View file

@ -379,7 +379,7 @@ exploreFediverse: "Fediverseを探索"
popularTags: "人気のタグ"
userList: "リスト"
about: "情報"
aboutMisskey: "Misskeyについて"
aboutMisskey: "Calckeyについて"
administrator: "管理者"
token: "トークン"
twoStepAuthentication: "二段階認証"

View file

@ -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[];

View file

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

View file

@ -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,

View file

@ -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,

View file

@ -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,

View file

@ -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')),

View file

@ -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',
});

View file

@ -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',
});

View file

@ -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',
});