mirror of
https://iceshrimp.dev/Crimekillz/jointrashposs.git
synced 2024-11-21 16:33:48 +01:00
(add) translation message
This commit is contained in:
parent
96baec0094
commit
57726bbaf9
@ -2,3 +2,8 @@
|
||||
|
||||
When you add text to the ja-JP file (of misskey-dev/misskey-hub), it will automatically be applied to other language files.
|
||||
Translations added in ja-JP file should contain the original Japanese strings.
|
||||
|
||||
## 翻訳を追加する際の注意
|
||||
最後の項目 `_api` は今後自動生成する可能性があり、その際にそれ以降のプロパティはすべて削除される可能性があります。
|
||||
|
||||
翻訳を追記する際は、`_api` より前に行ってください。
|
||||
|
@ -225,6 +225,12 @@ _aboutUs:
|
||||
title: "企業・団体パートナー"
|
||||
description: "こちらの企業・団体から、金銭的・技術的な観点でMisskeyの開発へご協力いただいております。"
|
||||
|
||||
_i18n:
|
||||
_missing:
|
||||
title: "翻訳にご協力ください"
|
||||
description: "このドキュメントはコミュニティによる翻訳です。ドキュメントの翻訳は{link}から行えます。ご協力をお願いします🙏"
|
||||
linkLabel: "Crowdin"
|
||||
|
||||
_api:
|
||||
_permissions:
|
||||
title: "権限"
|
||||
|
@ -15,6 +15,13 @@
|
||||
</div>
|
||||
<div class="pt-6 p-0 sm:p-12 lg:p-6 w-full overflow-x-hidden">
|
||||
<template v-if="data?.body">
|
||||
<Tip v-if="locale !== 'ja'" class="mb-6" :label="$t('_i18n._missing.title')">
|
||||
<I18nT keypath="_i18n._missing.description" tag="p">
|
||||
<template #link>
|
||||
<GNuxtLink class="font-bold hover:underline underline-offset-2" to="https://crowdin.com/project/misskey-hub" target="_blank">{{ $t('_i18n._missing.linkLabel') }}</GNuxtLink>
|
||||
</template>
|
||||
</I18nT>
|
||||
</Tip>
|
||||
<ContentRenderer v-if="data.body.children.length > 0" :value="data" class="markdown-body w-full mb-6">
|
||||
</ContentRenderer>
|
||||
<div class="mt-8 mb-4 flex flex-wrap justify-end gap-3">
|
||||
|
Loading…
Reference in New Issue
Block a user