Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gaykey
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
Kio!
gaykey
Commits
feedad7d
Commit
feedad7d
authored
1 year ago
by
syuilo
Browse files
Options
Downloads
Patches
Plain Diff
enhance(frontend): tweak about-misskey page
parent
b627978d
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/index.d.ts
+1
-0
1 addition, 0 deletions
locales/index.d.ts
locales/ja-JP.yml
+2
-1
2 additions, 1 deletion
locales/ja-JP.yml
packages/frontend/src/pages/about-misskey.vue
+14
-12
14 additions, 12 deletions
packages/frontend/src/pages/about-misskey.vue
with
17 additions
and
13 deletions
locales/index.d.ts
+
1
−
0
View file @
feedad7d
...
...
@@ -1707,6 +1707,7 @@ export interface Locale {
"
donate
"
:
string
;
"
morePatrons
"
:
string
;
"
patrons
"
:
string
;
"
projectMembers
"
:
string
;
};
"
_displayOfSensitiveMedia
"
:
{
"
respect
"
:
string
;
...
...
This diff is collapsed.
Click to expand it.
locales/ja-JP.yml
+
2
−
1
View file @
feedad7d
...
...
@@ -1617,13 +1617,14 @@ _registry:
_aboutMisskey
:
about
:
"
Misskeyはsyuiloによって2014年から開発されている、オープンソースのソフトウェアです。"
contributors
:
"
主な
コントリビューター"
contributors
:
"
コントリビューター"
allContributors
:
"
全てのコントリビューター"
source
:
"
ソースコード"
translation
:
"
Misskeyを翻訳"
donate
:
"
Misskeyに寄付"
morePatrons
:
"
他にも多くの方が支援してくれています。ありがとうございます🥰"
patrons
:
"
支援者"
projectMembers
:
"
プロジェクトメンバー"
_displayOfSensitiveMedia
:
respect
:
"
センシティブ設定されたメディアを隠す"
...
...
This diff is collapsed.
Click to expand it.
packages/frontend/src/pages/about-misskey.vue
+
14
−
12
View file @
feedad7d
...
...
@@ -47,7 +47,7 @@ SPDX-License-Identifier: AGPL-3.0-only
</div>
</FormSection>
<FormSection>
<
template
#label
>
{{
i18n
.
ts
.
_aboutMisskey
.
contributo
rs
}}
</
template
>
<
template
#label
>
{{
i18n
.
ts
.
_aboutMisskey
.
projectMembe
rs
}}
</
template
>
<div
:class=
"$style.contributors"
>
<a
href=
"https://github.com/syuilo"
target=
"_blank"
:class=
"$style.contributor"
>
<img
src=
"https://avatars.githubusercontent.com/u/4439005?v=4"
:class=
"$style.contributorAvatar"
>
...
...
@@ -61,20 +61,19 @@ SPDX-License-Identifier: AGPL-3.0-only
<img
src=
"https://avatars.githubusercontent.com/u/20679825?v=4"
:class=
"$style.contributorAvatar"
>
<span
:class=
"$style.contributorUsername"
>
@acid-chicken
</span>
</a>
<a
href=
"https://github.com/rinsuki"
target=
"_blank"
:class=
"$style.contributor"
>
<img
src=
"https://avatars.githubusercontent.com/u/6533808?v=4"
:class=
"$style.contributorAvatar"
>
<span
:class=
"$style.contributorUsername"
>
@rinsuki
</span>
</a>
<a
href=
"https://github.com/mei23"
target=
"_blank"
:class=
"$style.contributor"
>
<img
src=
"https://avatars.githubusercontent.com/u/30769358?v=4"
:class=
"$style.contributorAvatar"
>
<span
:class=
"$style.contributorUsername"
>
@mei23
</span>
<a
href=
"https://github.com/kakkokari-gtyih"
target=
"_blank"
:class=
"$style.contributor"
>
<img
src=
"https://avatars.githubusercontent.com/u/67428053?v=4"
:class=
"$style.contributorAvatar"
>
<span
:class=
"$style.contributorUsername"
>
@kakkokari-gtyih
</span>
</a>
<a
href=
"https://github.com/
robflop
"
target=
"_blank"
:class=
"$style.contributor"
>
<img
src=
"https://avatars.githubusercontent.com/u/
8159402
?v=4"
:class=
"$style.contributorAvatar"
>
<span
:class=
"$style.contributorUsername"
>
@
robflop
</span>
<a
href=
"https://github.com/
taichanNE30
"
target=
"_blank"
:class=
"$style.contributor"
>
<img
src=
"https://avatars.githubusercontent.com/u/
40626578
?v=4"
:class=
"$style.contributorAvatar"
>
<span
:class=
"$style.contributorUsername"
>
@
taichanNE30
</span>
</a>
</div>
<
template
#caption
><MkLink
url=
"https://github.com/misskey-dev/misskey/graphs/contributors"
>
{{
i18n
.
ts
.
_aboutMisskey
.
allContributors
}}
</MkLink></
template
>
</FormSection>
<FormSection>
<
template
#label
>
{{
i18n
.
ts
.
_aboutMisskey
.
contributors
}}
</
template
>
<MkLink
url=
"https://github.com/misskey-dev/misskey/graphs/contributors"
>
{{ i18n.ts._aboutMisskey.allContributors }}
</MkLink>
</FormSection>
<FormSection>
<
template
#label
><Mfm
text=
"$[jelly ❤]"
/>
{{
i18n
.
ts
.
_aboutMisskey
.
patrons
}}
</
template
>
...
...
@@ -95,6 +94,9 @@ SPDX-License-Identifier: AGPL-3.0-only
<div>
<a
style=
"display: inline-block;"
class=
"masknetwork"
title=
"Mask Network"
href=
"https://mask.io/"
target=
"_blank"
><img
width=
"180"
src=
"https://misskey-hub.net/sponsors/masknetwork.png"
alt=
"Mask Network"
></a>
</div>
<div>
<a
style=
"display: inline-block;"
class=
"xserver"
title=
"XServer"
href=
"https://www.xserver.ne.jp/"
target=
"_blank"
><img
width=
"180"
src=
"https://misskey-hub.net/sponsors/xserver.png"
alt=
"XServer"
></a>
</div>
<div>
<a
style=
"display: inline-block;"
class=
"skeb"
title=
"Skeb"
href=
"https://skeb.jp/"
target=
"_blank"
><img
width=
"180"
src=
"https://misskey-hub.net/sponsors/skeb.svg"
alt=
"Skeb"
></a>
</div>
...
...
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