0
0
Fork 0

fix: locale

This commit is contained in:
아르페 2023-12-15 11:59:26 +09:00
parent ac46be89a6
commit 830af2b31d
No known key found for this signature in database
GPG key ID: B1EFBBF5C93FF78F
3 changed files with 5 additions and 5 deletions

View file

@ -1,12 +1,12 @@
{ {
"$languageName": "한국어", "$languageName": "한국어",
"title": "Misskey Tools on phater.live", "title": "Misskey Tools",
"description1": "다양한 도구로 여러분의 Misskey 활동을 더욱 윤택하게.", "description1": "다양한 도구로 여러분의 Misskey 활동을 더욱 윤택하게.",
"description2": "이용 중인 인스턴스 URL을 입력해서 곧바로 사용해 보세요!", "description2": "이용 중인 인스턴스 URL을 입력해서 곧바로 사용해 보세요!",
"notes": "노트", "notes": "노트",
"following": "팔로우", "following": "팔로우",
"followers": "팔로워", "followers": "팔로워",
"welcomeBack": "환영합니다, {{acct}}님.", "welcomeBack": "환영합니다, {{acct}}님!",
"alertMode": "알림 수단", "alertMode": "알림 수단",
"visibility": "공개 범위", "visibility": "공개 범위",
"appearance": "인터페이스 설정", "appearance": "인터페이스 설정",

View file

@ -64,9 +64,9 @@ export const IndexSessionPage: React.VFC = () => {
<h2><i className="fas fa-circle-question"></i> {t('_developerInfo.title')}</h2> <h2><i className="fas fa-circle-question"></i> {t('_developerInfo.title')}</h2>
<p>{t('_developerInfo.description')}</p> <p>{t('_developerInfo.description')}</p>
<div className="menu large"> <div className="menu large">
<a className="item" href="//mk.shrimpia.network/@Lutica" target="_blank" rel="noopener noreferrer"> <a className="item" href="https://phater.live/@ALPINE_SECTOR" target="_blank" rel="noopener noreferrer">
<i className="icon fas fa-at"></i> <i className="icon fas fa-at"></i>
Lutica@mk.shrimpia.network @ALPINE_SECTOR@phater.live
</a> </a>
</div> </div>
</section> </section>

View file

@ -76,7 +76,7 @@ export const IndexWelcomePage: React.VFC = () => {
<> <>
<Hero className="fluid shadow-2" isMobile={isMobile}> <Hero className="fluid shadow-2" isMobile={isMobile}>
<div className="hero"> <div className="hero">
<h1 className="shadow-t font-misskey">Misskey Tools</h1> <h1 className="shadow-t font-misskey">{t('title')}</h1>
<p className="shadow-t">{t('description1')}</p> <p className="shadow-t">{t('description1')}</p>
<p className="shadow-t">{t('description2')}</p> <p className="shadow-t">{t('description2')}</p>
<FormWrapper className="bg-panel pa-2 mt-4 rounded shadow-2"> <FormWrapper className="bg-panel pa-2 mt-4 rounded shadow-2">