fix: locale
This commit is contained in:
parent
ac46be89a6
commit
830af2b31d
3 changed files with 5 additions and 5 deletions
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"$languageName": "한국어",
|
||||
"title": "Misskey Tools on phater.live",
|
||||
"title": "Misskey Tools",
|
||||
"description1": "다양한 도구로 여러분의 Misskey 활동을 더욱 윤택하게.",
|
||||
"description2": "이용 중인 인스턴스 URL을 입력해서 곧바로 사용해 보세요!",
|
||||
"notes": "노트",
|
||||
"following": "팔로우",
|
||||
"followers": "팔로워",
|
||||
"welcomeBack": "환영합니다, {{acct}}님.",
|
||||
"welcomeBack": "환영합니다, {{acct}}님!",
|
||||
"alertMode": "알림 수단",
|
||||
"visibility": "공개 범위",
|
||||
"appearance": "인터페이스 설정",
|
||||
|
|
|
@ -64,9 +64,9 @@ export const IndexSessionPage: React.VFC = () => {
|
|||
<h2><i className="fas fa-circle-question"></i> {t('_developerInfo.title')}</h2>
|
||||
<p>{t('_developerInfo.description')}</p>
|
||||
<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>
|
||||
Lutica@mk.shrimpia.network
|
||||
@ALPINE_SECTOR@phater.live
|
||||
</a>
|
||||
</div>
|
||||
</section>
|
||||
|
|
|
@ -76,7 +76,7 @@ export const IndexWelcomePage: React.VFC = () => {
|
|||
<>
|
||||
<Hero className="fluid shadow-2" isMobile={isMobile}>
|
||||
<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('description2')}</p>
|
||||
<FormWrapper className="bg-panel pa-2 mt-4 rounded shadow-2">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue