Merge branch 'develop'
This commit is contained in:
commit
70df8c77fa
|
@ -1048,6 +1048,9 @@ _achievements:
|
|||
_noteFavorited1:
|
||||
title: "별을 바라보는 자"
|
||||
description: "처음으로 노트를 즐겨찾기했습니다"
|
||||
_myNoteFavorited1:
|
||||
title: "I wanna Star"
|
||||
description: "다른 사람이 당신의 노트를 즐겨찾기했습니다"
|
||||
_profileFilled:
|
||||
title: "준비 완료"
|
||||
description: "프로필 설정을 완료했습니다"
|
||||
|
|
|
@ -908,6 +908,36 @@ _achievements:
|
|||
flavor: "Приємного часу з Misskey!"
|
||||
_notes10:
|
||||
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:
|
||||
priority: "Пріоритет"
|
||||
_priority:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "misskey",
|
||||
"version": "13.1.7",
|
||||
"version": "13.1.8",
|
||||
"codename": "nasubi",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
@ -54,6 +54,8 @@ export default defineConfig(({ command, mode }) => {
|
|||
'@/': __dirname + '/src/',
|
||||
'/client-assets/': __dirname + '/assets/',
|
||||
'/static-assets/': __dirname + '/../backend/assets/',
|
||||
'/fluent-emojis/': __dirname + '/../../fluent-emojis/dist/',
|
||||
'/fluent-emoji/': __dirname + '/../../fluent-emojis/dist/',
|
||||
},
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue