(add) translation message

This commit is contained in:
kakkokari-gtyih 2023-12-02 14:07:37 +09:00
parent 96baec0094
commit 57726bbaf9
3 changed files with 18 additions and 0 deletions

View File

@ -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` より前に行ってください。

View File

@ -225,6 +225,12 @@ _aboutUs:
title: "企業・団体パートナー"
description: "こちらの企業・団体から、金銭的・技術的な観点でMisskeyの開発へご協力いただいております。"
_i18n:
_missing:
title: "翻訳にご協力ください"
description: "このドキュメントはコミュニティによる翻訳です。ドキュメントの翻訳は{link}から行えます。ご協力をお願いします🙏"
linkLabel: "Crowdin"
_api:
_permissions:
title: "権限"

View File

@ -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">