Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Sharkey
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dima Krasner
Sharkey
Commits
fe01437a
Commit
fe01437a
authored
4 years ago
by
syuilo
Browse files
Options
Downloads
Patches
Plain Diff
Update about-misskey page
parent
037fce4d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
locales/ja-JP.yml
+10
-7
10 additions, 7 deletions
locales/ja-JP.yml
src/client/pages/about-misskey.vue
+87
-68
87 additions, 68 deletions
src/client/pages/about-misskey.vue
src/client/pages/v.vue
+30
-0
30 additions, 0 deletions
src/client/pages/v.vue
with
127 additions
and
75 deletions
locales/ja-JP.yml
+
10
−
7
View file @
fe01437a
...
...
@@ -360,13 +360,6 @@ popularTags: "人気のタグ"
userList
:
"
リスト"
about
:
"
情報"
aboutMisskey
:
"
Misskeyについて"
aboutMisskeyText
:
"
Misskeyはsyuiloによって2014年から開発されている、オープンソースのソフトウェアです。"
misskeyMembers
:
"
現在以下のメンバーによって開発・メンテナンスされています:"
misskeySource
:
"
ソースコードはここで公開されています:"
misskeyTranslation
:
"
Misskeyの翻訳にご協力をお願いします:"
misskeyDonate
:
"
Misskeyに寄付をして開発をサポートできます:"
morePatrons
:
"
他にも多くの方が支援してくれています。ありがとうございます🥰"
patrons
:
"
支援者"
administrator
:
"
管理者"
token
:
"
トークン"
twoStepAuthentication
:
"
二段階認証"
...
...
@@ -656,6 +649,16 @@ pageLikesCount: "Pageにいいねした数"
pageLikedCount
:
"
Pageにいいねされた数"
reversiCount
:
"
リバーシの対局数"
_aboutMisskey
:
about
:
"
Misskeyはsyuiloによって2014年から開発されている、オープンソースのソフトウェアです。"
contributors
:
"
主なコントリビューター"
allContributors
:
"
全てのコントリビューター"
source
:
"
ソースコード"
translation
:
"
Misskeyを翻訳"
donate
:
"
Misskeyに寄付"
morePatrons
:
"
他にも多くの方が支援してくれています。ありがとうございます🥰"
patrons
:
"
支援者"
_nsfw
:
respect
:
"
閲覧注意のメディアは隠す"
ignore
:
"
閲覧注意のメディアを隠さない"
...
...
This diff is collapsed.
Click to expand it.
src/client/pages/about-misskey.vue
+
87
−
68
View file @
fe01437a
<
template
>
<
div
class=
"znqjceqz"
>
<section
class=
"_
section
"
>
<div
class=
"_
content
"
style=
"text-align: center;"
>
<
FormBase
class=
"znqjceqz"
>
<section
class=
"_
formItem
"
>
<div
class=
"_
formPanel
"
style=
"text-align: center;
padding: 16px;
"
>
<img
src=
"/assets/icons/512.png"
alt=
""
style=
"display: block; width: 100px; margin: 0 auto; border-radius: 16px;"
/>
<div
style=
"margin-top: 0.75em;"
>
Misskey
</div>
<div
style=
"opacity: 0.5;"
>
v
{{
version
}}
</div>
</div>
</section>
<section
class=
"_section"
>
<div
class=
"_content"
>
<div
style=
"text-align: center;"
>
{{
$t
(
'
aboutMisskeyText
'
)
}}
</div>
</div>
</section>
<section
class=
"_section"
>
<div
class=
"_content"
style=
"text-align: center;"
>
<div>
📦
{{
$t
(
'
misskeySource
'
)
}}
</div>
<MkUrl
url=
"https://github.com/syuilo/misskey"
/>
<div
style=
"margin-top: 1em;"
>
🌏
{{
$t
(
'
misskeyTranslation
'
)
}}
</div>
<MkUrl
url=
"https://crowdin.com/project/misskey"
/>
<div
style=
"margin-top: 1em;"
>
💴
{{
$t
(
'
misskeyDonate
'
)
}}
</div>
<MkUrl
url=
"https://www.patreon.com/syuilo"
/>
</div>
</section>
<section
class=
"_section"
>
<div
class=
"_content"
style=
"text-align: center;"
>
<div>
🛠️
{{
$t
(
'
misskeyMembers
'
)
}}
</div>
<ul
class=
"members"
style=
"list-style: none; padding: 0; margin: 1em 0 0 0;"
>
<li><MkLink
url=
"https://github.com/syuilo"
class=
"at"
>
@syuilo
</MkLink></li>
<li><MkLink
url=
"https://github.com/AyaMorisawa"
class=
"at"
>
@AyaMorisawa
</MkLink></li>
<li><MkLink
url=
"https://github.com/mei23"
class=
"at"
>
@mei23
</MkLink></li>
<li><MkLink
url=
"https://github.com/acid-chicken"
class=
"at"
>
@acid-chicken
</MkLink></li>
<li><MkLink
url=
"https://github.com/tamaina"
class=
"at"
>
@tamaina
</MkLink></li>
<li><MkLink
url=
"https://github.com/rinsuki"
class=
"at"
>
@rinsuki
</MkLink></li>
<li><MkLink
url=
"https://github.com/Xeltica"
class=
"at"
>
@Xeltica
</MkLink></li>
<li><MkLink
url=
"https://github.com/u1-liquid"
class=
"at"
>
@u1-liquid
</MkLink></li>
</ul>
</div>
<section
class=
"_formItem"
style=
"text-align: center;"
>
{{
$t
(
'
_aboutMisskey.about
'
)
}}
</section>
<section
class=
"_section"
>
<div
class=
"_content"
>
<div
class=
"_card"
>
<div
class=
"_title"
><Mfm
text=
"[jelly ❤]"
/>
{{
$t
(
'
patrons
'
)
}}
</div>
<div
class=
"_content"
>
<ul
style=
"margin: 0;"
>
<li>
Gargron
</li>
<li>
Satsuki Yanagi
</li>
<li>
noellabo
</li>
<li>
naga_rus
</li>
<li>
Melilot
</li>
<li>
AureoleArk
</li>
<li>
Peter G.
</li>
<li>
motcha
</li>
<li>
Atsuko Tominaga
</li>
<li>
dansup
</li>
<li>
Nokotaro Takeda
</li>
<li>
YUKIMOCHI
</li>
<li>
nanami kan
</li>
<li>
Hekovic
</li>
<li>
wara
</li>
<li>
Takashi Shibuya
</li>
<li>
Noizeman
</li>
<li>
mydarkstar
</li>
<li>
nenohi
</li>
<li>
Eduardo Quiros
</li>
</ul>
</div>
<div
class=
"_footer"
>
{{
$t
(
'
morePatrons
'
)
}}
</div>
</div>
</div>
</section>
</div>
<FormGroup>
<FormLink
to=
"https://github.com/syuilo/misskey"
external
><template
#icon
><Fa
:icon=
"faCode"
/></
template
>
{{ $t('_aboutMisskey.source') }}
</FormLink>
<FormLink
to=
"https://crowdin.com/project/misskey"
external
><
template
#icon
><Fa
:icon=
"faLanguage"
/></
template
>
{{ $t('_aboutMisskey.translation') }}
</FormLink>
<FormLink
to=
"https://www.patreon.com/syuilo"
external
><
template
#icon
><Fa
:icon=
"faHandHoldingMedical"
/></
template
>
{{ $t('_aboutMisskey.donate') }}
</FormLink>
</FormGroup>
<FormGroup>
<
template
#label
>
{{
$t
(
'
_aboutMisskey.contributors
'
)
}}
</
template
>
<FormLink
to=
"https://github.com/syuilo"
external
>
@syuilo
</FormLink>
<FormLink
to=
"https://github.com/AyaMorisawa"
external
>
@AyaMorisawa
</FormLink>
<FormLink
to=
"https://github.com/mei23"
external
>
@mei23
</FormLink>
<FormLink
to=
"https://github.com/acid-chicken"
external
>
@acid-chicken
</FormLink>
<FormLink
to=
"https://github.com/tamaina"
external
>
@tamaina
</FormLink>
<FormLink
to=
"https://github.com/rinsuki"
external
>
@rinsuki
</FormLink>
<FormLink
to=
"https://github.com/Xeltica"
external
>
@Xeltica
</FormLink>
<FormLink
to=
"https://github.com/u1-liquid"
external
>
@u1-liquid
</FormLink>
<
template
#caption
><MkLink
url=
"https://github.com/syuilo/misskey/graphs/contributors"
>
{{
$t
(
'
_aboutMisskey.allContributors
'
)
}}
</MkLink></
template
>
</FormGroup>
<FormGroup>
<
template
#label
><Mfm
text=
"[jelly ❤]"
/>
{{
$t
(
'
_aboutMisskey.patrons
'
)
}}
</
template
>
<FormKeyValueView
v-for=
"patron in patrons"
:key=
"patron"
><
template
#key
>
{{
patron
}}
</
template
></FormKeyValueView>
<
template
#caption
>
{{
$t
(
'
_aboutMisskey.morePatrons
'
)
}}
</
template
>
</FormGroup>
</FormBase>
</template>
<
script
lang=
"ts"
>
import
{
defineComponent
}
from
'
vue
'
;
import
{
faInfoCircle
}
from
'
@fortawesome/free-solid-svg-icons
'
;
import
{
faInfoCircle
,
faCode
,
faLanguage
,
faHandHoldingMedical
,
}
from
'
@fortawesome/free-solid-svg-icons
'
;
import
{
version
}
from
'
@/config
'
;
import
FormLink
from
'
@/components/form/link.vue
'
;
import
FormBase
from
'
@/components/form/base.vue
'
;
import
FormGroup
from
'
@/components/form/group.vue
'
;
import
FormKeyValueView
from
'
@/components/form/key-value-view.vue
'
;
import
MkLink
from
'
@/components/link.vue
'
;
import
*
as
os
from
'
@/os
'
;
const
patrons
=
[
'
Satsuki Yanagi
'
,
'
noellabo
'
,
'
Gargron
'
,
'
Atsuko Tominaga
'
,
'
AureoleArk
'
,
'
naga_rus
'
,
'
Melilot
'
,
'
Hekovic
'
,
'
Nokotaro Takeda
'
,
'
dansup
'
,
'
nenohi
'
,
'
motcha
'
,
'
nanami kan
'
,
'
Eduardo Quiros
'
,
'
Peter G.
'
,
'
YUKIMOCHI
'
,
'
Efertone
'
,
'
makokunsan
'
,
'
mewl hayabusa
'
,
'
見当かなみ
'
,
'
natalie
'
,
'
takimura
'
,
'
sikyosyounin
'
,
'
weepjp
'
,
'
mydarkstar
'
,
'
Nesakko
'
,
'
sheeta.s
'
,
'
osapon
'
,
'
YuzuRyo61
'
,
'
wara
'
,
'
mkatze
'
,
'
kiritan
'
,
'
CG
'
,
'
Denshi
'
,
'
Osushimaru
'
,
'
Liaizon Wakest
'
,
];
export
default
defineComponent
({
components
:
{
MkLink
FormBase
,
FormGroup
,
FormLink
,
FormKeyValueView
,
MkLink
,
},
data
()
{
...
...
@@ -91,8 +101,17 @@ export default defineComponent({
icon
:
null
},
version
,
faInfoCircle
patrons
,
faInfoCircle
,
faCode
,
faLanguage
,
faHandHoldingMedical
,
}
},
});
</
script
>
<
style
lang=
"scss"
scoped
>
.znqjceqz
{
max-width
:
800px
;
box-sizing
:
border-box
;
margin
:
0
auto
;
}
</
style
>
This diff is collapsed.
Click to expand it.
src/client/pages/v.vue
0 → 100644
+
30
−
0
View file @
fe01437a
<
template
>
<div>
<section
class=
"_section"
>
<div
class=
"_content"
style=
"text-align: center;"
>
<img
src=
"/assets/icons/512.png"
alt=
""
style=
"display: block; width: 100px; margin: 0 auto; border-radius: 16px;"
/>
<div
style=
"margin-top: 0.75em;"
>
Misskey
</div>
<div
style=
"opacity: 0.5;"
>
v
{{
version
}}
</div>
</div>
</section>
</div>
</
template
>
<
script
lang=
"ts"
>
import
{
defineComponent
}
from
'
vue
'
;
import
{
faInfoCircle
}
from
'
@fortawesome/free-solid-svg-icons
'
;
import
{
version
}
from
'
@/config
'
;
export
default
defineComponent
({
data
()
{
return
{
INFO
:
{
title
:
'
Misskey
'
,
icon
:
null
},
version
,
faInfoCircle
}
},
});
</
script
>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment