mirror of
https://iceshrimp.dev/Crimekillz/jointrashposs.git
synced 2024-11-24 09:49:06 +01:00
寄付のドキュメントを docs/for-users/resources 配下から docs 配下に移動(サーバー利用者だけに向けたページではないため)
This commit is contained in:
parent
c104264efa
commit
e9db452717
@ -697,7 +697,7 @@ export const redirects = [
|
||||
],
|
||||
[
|
||||
"/docs/donate.html",
|
||||
"/docs/for-users/resources/donate/"
|
||||
"/docs/donate/"
|
||||
],
|
||||
[
|
||||
"/docs/donate",
|
||||
@ -1351,4 +1351,4 @@ export const redirects = [
|
||||
"/index.html",
|
||||
"/"
|
||||
],
|
||||
];
|
||||
];
|
||||
|
@ -3,7 +3,7 @@
|
||||
<h2 class="text-center text-xl lg:text-3xl font-bold font-title mb-6">{{ $t('_landing._donation.title') }}</h2>
|
||||
<p class="lg:text-lg leading-relaxed lg:leading-loose mb-6">{{ $t('_landing._donation.description') }}</p>
|
||||
<p class="text-center">
|
||||
<GButton button-type="link" :to="localePath('/docs/for-users/resources/donate/')" color="accent">{{ $t('learnMore') }}</GButton>
|
||||
<GButton button-type="link" :to="localePath('/docs/donate/')" color="accent">{{ $t('learnMore') }}</GButton>
|
||||
</p>
|
||||
</div>
|
||||
</template>
|
||||
|
@ -73,7 +73,7 @@ Misskeyは[Crowdinというサービスを使用して翻訳の管理を行っ
|
||||
|
||||
### 寄付をする
|
||||
|
||||
[こちらをご覧ください](/docs/for-users/resources/donate/)
|
||||
[こちらをご覧ください](/docs/donate/)
|
||||
|
||||
## よくある質問
|
||||
|
||||
|
@ -73,7 +73,7 @@ By spreading the word about Misskey through introducing it to your acquaintances
|
||||
|
||||
### Making donations
|
||||
|
||||
[Please click here](/docs/for-users/resources/donate/)
|
||||
[Please click here](/docs/donate/)
|
||||
|
||||
## Frequently Asked Questions
|
||||
|
||||
|
@ -73,7 +73,7 @@ Misskeyは[Crowdinというサービスを使用して翻訳の管理を行っ
|
||||
|
||||
### 寄付をする
|
||||
|
||||
[こちらをご覧ください](/docs/for-users/resources/donate/)
|
||||
[こちらをご覧ください](/docs/donate/)
|
||||
|
||||
## よくある質問
|
||||
|
||||
|
@ -59,7 +59,7 @@ Di samping melaporkan bug, silakan bagikan kesan positif seperti bagian Misskey
|
||||
|
||||
### Berdonasi
|
||||
|
||||
[Silakan lihat ini](/docs/for-users/resources/donate/)
|
||||
[Silakan lihat ini](/docs/donate/)
|
||||
|
||||
## Pertanyaan Sering Diajukan
|
||||
|
||||
|
@ -73,7 +73,7 @@ Misskeyは[Crowdinというサービスを使用して翻訳の管理を行っ
|
||||
|
||||
### 寄付をする
|
||||
|
||||
[こちらをご覧ください](/docs/for-users/resources/donate/)
|
||||
[こちらをご覧ください](/docs/donate/)
|
||||
|
||||
## よくある質問
|
||||
|
||||
|
@ -63,7 +63,7 @@ Misskeyは[Crowdinというサービスを使用して翻訳の管理を行っ
|
||||
知り合いに紹介するなどしてMisskeyを広めていただければ、ミスキストが増え開発のモチベーションが上がります。
|
||||
|
||||
### 寄付をする
|
||||
[こちらをご覧ください](/docs/for-users/resources/donate/)
|
||||
[こちらをご覧ください](/docs/donate/)
|
||||
|
||||
## よくある質問
|
||||
### プロジェクトは何を目指していますか?
|
||||
|
@ -73,7 +73,7 @@ Misskey는 [Crowdin](https://crowdin.com/project/misskey) 이라는 서비스를
|
||||
|
||||
### 기부하기
|
||||
|
||||
[여기를 읽어 주세요.](/docs/for-users/resources/donate/)
|
||||
[여기를 읽어 주세요.](/docs/donate/)
|
||||
|
||||
## 자주 묻는 질문
|
||||
|
||||
|
@ -73,7 +73,7 @@ Misskeyは[Crowdinというサービスを使用して翻訳の管理を行っ
|
||||
|
||||
### 寄付をする
|
||||
|
||||
[こちらをご覧ください](/docs/for-users/resources/donate/)
|
||||
[こちらをご覧ください](/docs/donate/)
|
||||
|
||||
## よくある質問
|
||||
|
||||
|
@ -71,7 +71,7 @@ Miskist 是指使用Misskey的人。 如果您透過向朋友和熟人介紹來
|
||||
|
||||
### 捐款
|
||||
|
||||
[請查看這裡](/docs/for-users/resources/donate/)
|
||||
[請查看這裡](/docs/donate/)
|
||||
|
||||
## 常見問題
|
||||
|
||||
|
@ -151,6 +151,9 @@ _docs:
|
||||
_changelog:
|
||||
title: "リリースノート"
|
||||
description: "Misskeyのバージョンアップ履歴をご覧いただけます。最新のバージョンで何が変わったのかを確認しましょう!"
|
||||
_donate:
|
||||
title: "プロジェクトへの寄付"
|
||||
description: "Misskeyは無料で使えるオープンソースのソフトウェアです。気に入っていただけたら、今後も開発を続けられるようにぜひ寄付をご検討ください。"
|
||||
_forUsers:
|
||||
title: "Misskeyユーザー向け"
|
||||
_forAdmin:
|
||||
|
@ -44,6 +44,12 @@
|
||||
title: $t('_docs._changelog.title'),
|
||||
description: $t('_docs._changelog.description'),
|
||||
img: '/img/emojis/rocket_3d.png',
|
||||
},
|
||||
{
|
||||
to: localePath('/docs/donate'),
|
||||
title: $t('_docs._donate.title'),
|
||||
description: $t('_docs._donate.description'),
|
||||
img: '/img/emojis/yen_banknote_3d.png',
|
||||
}
|
||||
]" />
|
||||
<DocsReadersNav section-id="forUsers" id="forUsers" />
|
||||
@ -65,4 +71,4 @@ route.meta.description = t('_docs.description');
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
||||
</style>
|
||||
|
BIN
public/img/emojis/yen_banknote_3d.png
Normal file
BIN
public/img/emojis/yen_banknote_3d.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 32 KiB |
Loading…
Reference in New Issue
Block a user