Rename: 404 --> not-found

This commit is contained in:
syuilo 2018-12-27 20:22:54 +09:00
parent 0f204eebe1
commit cb8663873d
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
8 changed files with 8 additions and 8 deletions

View file

@ -589,7 +589,7 @@ common/views/widgets/tips.vue:
tips-line24: "Misskeyは2014年にサービスを開始しました" tips-line24: "Misskeyは2014年にサービスを開始しました"
tips-line25: "対応ブラウザではMisskeyを開いていなくても通知を受け取れます" tips-line25: "対応ブラウザではMisskeyを開いていなくても通知を受け取れます"
common/views/pages/404.vue: common/views/pages/not-found.vue:
page-not-found: "ページが見つかりませんでした" page-not-found: "ページが見つかりませんでした"
common/views/pages/follow.vue: common/views/pages/follow.vue:

View file

@ -9,7 +9,7 @@ import './style.styl';
import init from '../init'; import init from '../init';
import Index from './views/index.vue'; import Index from './views/index.vue';
import NotFound from '../common/views/pages/404.vue'; import NotFound from '../common/views/pages/not-found.vue';
init(launch => { init(launch => {
document.title = 'Admin'; document.title = 'Admin';

View file

@ -9,7 +9,7 @@ import './style.styl';
import init from '../init'; import init from '../init';
import Index from './views/index.vue'; import Index from './views/index.vue';
import NotFound from '../common/views/pages/404.vue'; import NotFound from '../common/views/pages/not-found.vue';
/** /**
* init * init

View file

@ -13,7 +13,7 @@ import Vue from 'vue'
import i18n from '../../../i18n'; import i18n from '../../../i18n';
export default Vue.extend({ export default Vue.extend({
i18n: i18n('common/views/pages/404.vue'), i18n: i18n('common/views/pages/not-found.vue'),
data() { data() {
return { return {
src: '' src: ''

View file

@ -28,7 +28,7 @@ import MkTag from './views/pages/tag.vue';
import MkReversi from './views/pages/games/reversi.vue'; import MkReversi from './views/pages/games/reversi.vue';
import MkShare from './views/pages/share.vue'; import MkShare from './views/pages/share.vue';
import MkFollow from '../common/views/pages/follow.vue'; import MkFollow from '../common/views/pages/follow.vue';
import MkNotFound from '../common/views/pages/404.vue'; import MkNotFound from '../common/views/pages/not-found.vue';
import Ctx from './views/components/context-menu.vue'; import Ctx from './views/components/context-menu.vue';
import PostFormWindow from './views/components/post-form-window.vue'; import PostFormWindow from './views/components/post-form-window.vue';

View file

@ -18,7 +18,7 @@ import Apps from './views/apps.vue';
import AppNew from './views/new-app.vue'; import AppNew from './views/new-app.vue';
import App from './views/app.vue'; import App from './views/app.vue';
import ui from './views/ui.vue'; import ui from './views/ui.vue';
import NotFound from '../common/views/pages/404.vue'; import NotFound from '../common/views/pages/not-found.vue';
Vue.use(BootstrapVue); Vue.use(BootstrapVue);

View file

@ -31,7 +31,7 @@ import MkReversi from './views/pages/games/reversi.vue';
import MkTag from './views/pages/tag.vue'; import MkTag from './views/pages/tag.vue';
import MkShare from './views/pages/share.vue'; import MkShare from './views/pages/share.vue';
import MkFollow from '../common/views/pages/follow.vue'; import MkFollow from '../common/views/pages/follow.vue';
import MkNotFound from '../common/views/pages/404.vue'; import MkNotFound from '../common/views/pages/not-found.vue';
import PostForm from './views/components/post-form-dialog.vue'; import PostForm from './views/components/post-form-dialog.vue';
import FileChooser from './views/components/drive-file-chooser.vue'; import FileChooser from './views/components/drive-file-chooser.vue';

View file

@ -5,7 +5,7 @@ import './style.styl';
import init from '../init'; import init from '../init';
import Index from './views/index.vue'; import Index from './views/index.vue';
import NotFound from '../common/views/pages/404.vue'; import NotFound from '../common/views/pages/not-found.vue';
init(launch => { init(launch => {
document.title = 'Misskey'; document.title = 'Misskey';