Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
T
Taiko Web
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nanahira
Taiko Web
Commits
38fee6d5
Commit
38fee6d5
authored
Nov 06, 2018
by
Bui
Committed by
GitHub
Nov 06, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #67 from AioiLight/fix-about-jp-text
Fix Japanese translation
parents
f70cbe44
0e3df5d4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
public/src/js/songselect.js
public/src/js/songselect.js
+1
-1
public/src/views/about.html
public/src/views/about.html
+2
-2
No files found.
public/src/js/songselect.js
View file @
38fee6d5
...
...
@@ -132,7 +132,7 @@ class SongSelect{
})
}
this
.
songs
.
push
({
title
:
"
について
"
,
title
:
"
このシミュレータ
について
"
,
skin
:
this
.
songSkin
.
about
,
action
:
"
about
"
,
category
:
"
ランダム
"
...
...
public/src/views/about.html
View file @
38fee6d5
<div
id=
"tutorial-outer"
>
<div
id=
"tutorial"
>
<div
id=
"tutorial-title"
class=
"stroke-sub"
alt=
"
について / About"
>
について / About
</div>
<div
id=
"tutorial-title"
class=
"stroke-sub"
alt=
"
このシミュレータについて / About"
>
このシミュレータ
について / About
</div>
<div
id=
"tutorial-content"
>
このシミュレータは現在開発中です。
<br>
バグが発生した場合は、報告してください。
<br>
GitHubかメールでバグを報告してください。
<br>
<span
class=
"text-warn"
>
以下の
診断情報を含め
てください!
</span><br>
<span
class=
"text-warn"
>
以下の
端末診断情報も併せて報告し
てください!
</span><br>
<br>
This simulator is still in development.
<br>
Please report any bugs you find.
<br>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment