Merge branch 'develop'
This commit is contained in:
commit
70df8c77fa
|
@ -1048,6 +1048,9 @@ _achievements:
|
||||||
_noteFavorited1:
|
_noteFavorited1:
|
||||||
title: "별을 바라보는 자"
|
title: "별을 바라보는 자"
|
||||||
description: "처음으로 노트를 즐겨찾기했습니다"
|
description: "처음으로 노트를 즐겨찾기했습니다"
|
||||||
|
_myNoteFavorited1:
|
||||||
|
title: "I wanna Star"
|
||||||
|
description: "다른 사람이 당신의 노트를 즐겨찾기했습니다"
|
||||||
_profileFilled:
|
_profileFilled:
|
||||||
title: "준비 완료"
|
title: "준비 완료"
|
||||||
description: "프로필 설정을 완료했습니다"
|
description: "프로필 설정을 완료했습니다"
|
||||||
|
|
|
@ -908,6 +908,36 @@ _achievements:
|
||||||
flavor: "Приємного часу з Misskey!"
|
flavor: "Приємного часу з Misskey!"
|
||||||
_notes10:
|
_notes10:
|
||||||
title: "Декілька нотаток"
|
title: "Декілька нотаток"
|
||||||
|
description: "10 нотаток відправлено"
|
||||||
|
_notes100:
|
||||||
|
description: "100 нотаток відправлено"
|
||||||
|
_notes500:
|
||||||
|
description: "500 нотаток відправлено"
|
||||||
|
_notes1000:
|
||||||
|
description: "1 000 нотаток відправлено"
|
||||||
|
_notes5000:
|
||||||
|
description: "5 000 нотаток відправлено"
|
||||||
|
_notes10000:
|
||||||
|
description: "10 000 нотаток відправлено"
|
||||||
|
_notes20000:
|
||||||
|
description: "20 000 нотаток відправлено"
|
||||||
|
_notes30000:
|
||||||
|
description: "30 000 нотаток відправлено"
|
||||||
|
_notes40000:
|
||||||
|
description: "40 000 нотаток відправлено"
|
||||||
|
_notes50000:
|
||||||
|
description: "50 000 нотаток відправлено"
|
||||||
|
_notes60000:
|
||||||
|
description: "60 000 нотаток відправлено"
|
||||||
|
_notes70000:
|
||||||
|
description: "70 000 нотаток відправлено"
|
||||||
|
_notes80000:
|
||||||
|
description: "80 000 нотаток відправлено"
|
||||||
|
_notes90000:
|
||||||
|
description: "90 000 нотаток відправлено"
|
||||||
|
_notes100000:
|
||||||
|
title: "ALL YOUR NOTE ARE BELONG TO US"
|
||||||
|
description: "100 000 нотаток відправлено"
|
||||||
_role:
|
_role:
|
||||||
priority: "Пріоритет"
|
priority: "Пріоритет"
|
||||||
_priority:
|
_priority:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "misskey",
|
"name": "misskey",
|
||||||
"version": "13.1.7",
|
"version": "13.1.8",
|
||||||
"codename": "nasubi",
|
"codename": "nasubi",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
|
@ -54,6 +54,8 @@ export default defineConfig(({ command, mode }) => {
|
||||||
'@/': __dirname + '/src/',
|
'@/': __dirname + '/src/',
|
||||||
'/client-assets/': __dirname + '/assets/',
|
'/client-assets/': __dirname + '/assets/',
|
||||||
'/static-assets/': __dirname + '/../backend/assets/',
|
'/static-assets/': __dirname + '/../backend/assets/',
|
||||||
|
'/fluent-emojis/': __dirname + '/../../fluent-emojis/dist/',
|
||||||
|
'/fluent-emoji/': __dirname + '/../../fluent-emojis/dist/',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue