Skip to content

Commit

Permalink
Merge pull request #73 from vlad0716/dev
Browse files Browse the repository at this point in the history
Add 'Not found Page'
  • Loading branch information
knro authored Oct 4, 2024
2 parents cd90b3f + 0dd39f4 commit 0ef1338
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cn.js
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,11 @@
no_filter: "No Filter",

new_observatory: "New Observatory",

go_back: "Go Back",
go_home: "Go back to Home",
absent_page: "Oops! The page you're looking for doesn't exist.",
absent_user: "Oops! The user you're looking for doesn't exist."
},
darkLibrary: {
title: "暗场库",
Expand Down
5 changes: 5 additions & 0 deletions de.js
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,11 @@ const de = {
no_filter: "No Filter",

new_observatory: "New Observatory",

go_back: "Go Back",
go_home: "Go back to Home",
absent_page: "Oops! The page you're looking for doesn't exist.",
absent_user: "Oops! The user you're looking for doesn't exist."
},
darkLibrary: {
title: "Dark Library",
Expand Down
5 changes: 5 additions & 0 deletions en.js
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,11 @@ const en = {
no_filter: "No Filter",

new_observatory: "New Observatory",

go_back: "Go Back",
go_home: "Go back to Home",
absent_page: "Oops! The page you're looking for doesn't exist.",
absent_user: "Oops! The user you're looking for doesn't exist."
},
darkLibrary: {
title: "Dark Library",
Expand Down
5 changes: 5 additions & 0 deletions es.js
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,11 @@ const es = {
no_filter: "No Filter",

new_observatory: "New Observatory",

go_back: "Go Back",
go_home: "Go back to Home",
absent_page: "Oops! The page you're looking for doesn't exist.",
absent_user: "Oops! The user you're looking for doesn't exist."
},
darkLibrary: {
title: "Biblioteca oscura",
Expand Down
5 changes: 5 additions & 0 deletions fr.js
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,11 @@ const fr = {
no_filter: "No Filter",

new_observatory: "New Observatory",

go_back: "Go Back",
go_home: "Go back to Home",
absent_page: "Oops! The page you're looking for doesn't exist.",
absent_user: "Oops! The user you're looking for doesn't exist."
},
darkLibrary: {
title: "Dark Library",
Expand Down
5 changes: 5 additions & 0 deletions ja.js
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,11 @@ const ja = {
no_filter: "No Filter",

new_observatory: "New Observatory",

go_back: "Go Back",
go_home: "Go back to Home",
absent_page: "Oops! The page you're looking for doesn't exist.",
absent_user: "Oops! The user you're looking for doesn't exist."
},
darkLibrary: {
title: "ダーク ライブラリ",
Expand Down

0 comments on commit 0ef1338

Please sign in to comment.