Skip to content

Commit 2badf08

Browse files
author
y-yamasaki
committed
ホームページ翻訳修正
1 parent db187bf commit 2badf08

2 files changed

Lines changed: 17 additions & 28 deletions

File tree

WebSite/en/index.html

Lines changed: 7 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -140,16 +140,12 @@ <h1>PanKUN</h1>
140140
<h2>Recent Updates</h2>
141141
<div class="home-latest">
142142
<div class="home-latest-block">
143-
<h3 class="home-latest-title">
144-
ブログ
145-
</h3>
143+
<h3 class="home-latest-title">Blog</h3>
146144
<ul id="homeLatestBlog" class="home-latest-list"></ul>
147145
</div>
148146

149147
<div class="home-latest-block">
150-
<h3 class="home-latest-title">
151-
プロダクト
152-
</h3>
148+
<h3 class="home-latest-title">Product</h3>
153149
<ul id="homeLatestPortfolio" class="home-latest-list"></ul>
154150
</div>
155151
</div>
@@ -158,7 +154,7 @@ <h3 class="home-latest-title">
158154

159155
<!-- プロフィールセクション -->
160156
<section class="section section--profile reveal-on-scroll" id="about" data-disable-card-hover="">
161-
<h2 class="section__title">About / Profile</h2>
157+
<h2 class="section__title">Profile</h2>
162158

163159
<div class="profile-grid">
164160
<!-- 経験年数 -->
@@ -217,9 +213,7 @@ <h3 class="card__title">Tech Stack</h3>
217213

218214
<!-- 得意領域 -->
219215
<article class="card card--profile">
220-
<h3 class="card__title">
221-
得意領域
222-
</h3>
216+
<h3 class="card__title">Focus / Expertise</h3>
223217
<ul class="profile-list">
224218
<li>
225219
<span class="profile-label">Game Client</span>
@@ -253,12 +247,8 @@ <h3>Blog</h3>
253247
<li>
254248
<a href="portfolio.html" class="card card--link">
255249
<h3>Product</h3>
256-
<p class="text-muted">
257-
制作したゲームやツールの紹介
258-
</p>
259-
<span class="card__more">
260-
作品一覧へ →
261-
</span>
250+
<p class="text-muted">Introduction of created games and tools.</p>
251+
<span class="card__more">Go to Product List →</span>
262252
</a>
263253
</li>
264254
<li>
@@ -279,7 +269,7 @@ <h2 class="section__title">Recommended Articles</h2>
279269

280270
<!-- 今後の展望セクション -->
281271
<section class="section section--feature reveal-on-scroll" data-disable-card-hover="">
282-
<h2 class="section__title">Features / Future Plans</h2>
272+
<h2 class="section__title">Future Plans</h2>
283273
<div class="card-list">
284274
<article class="card">
285275
<h3>UI/UX Improvement</h3>

WebSite/tools/locales/static.js

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,12 @@ module.exports = {
5858

5959
// Side
6060
".hero-side h2": "Recent Updates",
61-
".home-latest-title:contains('Latest Blog')":
62-
"Latest Blog",
63-
".home-latest-title:contains('Latest Portfolio')":
64-
"Latest Portfolio",
61+
".home-latest-title:contains('ブログ')": "Blog",
62+
".home-latest-title:contains('プロダクト')":
63+
"Product",
6564

6665
// Profile (#about)
67-
"#about .section__title": "About / Profile",
66+
"#about .section__title": "Profile",
6867

6968
// Card: Experience
7069
".card__title:contains('経験')": "Experience",
@@ -82,7 +81,8 @@ module.exports = {
8281
".card__title:contains('Tech Stack')": "Tech Stack",
8382

8483
// Card: Focus
85-
".card__title:contains('Focus')": "Focus / Expertise",
84+
".card__title:contains('得意領域')":
85+
"Focus / Expertise",
8686
".profile-label:contains('ゲームクライアント')":
8787
"Game Client",
8888
".profile-value:contains('ゲームロジック')":
@@ -105,10 +105,10 @@ module.exports = {
105105
".card--link:has(h3:contains('Blog')) .card__more":
106106
"Go to Blog List →",
107107

108-
".card--link:has(h3:contains('Portfolio')) p":
108+
".card--link:has(h3:contains('Product')) p":
109109
"Introduction of created games and tools.",
110-
".card--link:has(h3:contains('Portfolio')) .card__more":
111-
"Go to Portfolio List →",
110+
".card--link:has(h3:contains('Product')) .card__more":
111+
"Go to Product List →",
112112

113113
".card--link:has(h3:contains('Contact')) p":
114114
"Business inquiries, etc.",
@@ -120,8 +120,7 @@ module.exports = {
120120
"Recommended Articles",
121121

122122
// Features
123-
".section--feature .section__title":
124-
"Features / Future Plans",
123+
".section--feature .section__title": "Future Plans",
125124

126125
"article h3:contains('Contactページの開発')":
127126
"Contact Page Dev",

0 commit comments

Comments
 (0)