0
0
Fork 0

fix: update some strings

This commit is contained in:
아르페 2023-12-15 11:43:04 +09:00
parent dd6eeb3b50
commit 2b6912b211
No known key found for this signature in database
GPG key ID: B1EFBBF5C93FF78F
5 changed files with 18 additions and 9 deletions

1
.gitignore vendored
View file

@ -3,3 +3,4 @@ built
yarn-error.log
config.json
.yarn
.DS_Store

Binary file not shown.

View file

@ -11,8 +11,8 @@ export const defaultTemplate = '昨日のMisskeyの活動は\n\nート: {note
export const currentTokenVersion = 2;
export const misskeyAppInfo = {
name: 'Misskey Tools',
description: 'A Professional Toolkit Designed for Misskey.',
name: 'Misskey Tools on phater.live',
description: 'Misskey Tools의 포크를 통한 유지 버전',
permission: [
'read:account',
'write:account',

View file

@ -1,12 +1,12 @@
{
"$languageName": "한국어",
"title": "Misskey Tools",
"title": "Misskey Tools on phater.live",
"description1": "다양한 도구로 여러분의 Misskey 활동을 더욱 윤택하게.",
"description2": "이용 중인 인스턴스 URL을 입력해서 곧바로 사용해 보세요!",
"notes": "노트",
"following": "팔로우",
"followers": "팔로워",
"welcomeBack": "환영합니다, {{acct}}님",
"welcomeBack": "환영합니다, {{acct}}님.",
"alertMode": "알림 수단",
"visibility": "공개 범위",
"appearance": "인터페이스 설정",
@ -49,8 +49,8 @@
"shouldUpdateToken": "인증 토큰을 업데이트해야 합니다. 업데이트하지 않으면 일부 기능이 정상적으로 동작하지 않습니다.",
"update": "업데이트하기",
"shareMisskeyTools": "#MisskeyTools 공유하기",
"shareMisskeyToolsNote": "여러분도 #MisskeyTools 하세요\n\nhttps://misskey.tools",
"instanceUrlPlaceholder": "예시: misskey.io",
"shareMisskeyToolsNote": "함께 #MisskeyTools 하지 않으실래요?\n\nhttps://tools.phater.live",
"instanceUrlPlaceholder": "k.lapy.link, buttersc.one, phater.live...",
"settings": "설정",
"accentColor": "강조 색상",
"changelog": "업데이트 내역",
@ -137,7 +137,7 @@
"_template": {
"description": "알림 템플릿을 수정할 수 있습니다.",
"description2": "'#misshaialert' 해시태그가 자동으로 맨 아래에 추가됩니다.",
"default": "어제 하루동안의 Misskey 사용량이에요!\n\n노트: {notesCount}({notesDelta})\n팔로우 : {followingCount}({followingDelta})\n팔로워 :{followersCount}({followersDelta})\n\n입니다.\n{url}",
"default": "어제의 제 Misskey 사용량을 공개합니다!\n\n노트: {notesCount}({notesDelta})\n팔로우 : {followingCount}({followingDelta})\n팔로워 :{followersCount}({followersDelta})\n\n입니다.\n{url}",
"insertVariables": "변수 입력",
"insertVariablesHelp": "{ } 으로 감싼 문자열은 변수라고 하며 특별한 기능을 가집니다. 변수는 알림을 전송할 때 자동으로 변환됩니다.",
"_variables": {

View file

@ -4,8 +4,16 @@
url("/assets/otadesign_rounded.woff") format('woff');
}
@font-face {
font-family: 'Pretendard JP Variable';
font-weight: 45 920;
font-style: normal;
font-display: swap;
src: url('./woff2/PretendardJPVariable.woff2') format('woff2-variations');
}
.font-misskey {
font-family: "OTADESIGN Rounded";
font-family: "Pretendard JP Variable";
}
.loading {