diff --git a/src/components/en-us/_warning-license-key-contact.mdx b/src/components/en-us/_warning-license-key-contact.mdx new file mode 100644 index 00000000..c5d7593c --- /dev/null +++ b/src/components/en-us/_warning-license-key-contact.mdx @@ -0,0 +1,5 @@ +:::warning + +You need to have a license key (trial license or commercial license) to use {props.product}. If you don't have a license key, please [contact us](https://www.scalar-labs.com/contact-us). + +::: \ No newline at end of file diff --git a/src/components/ja-jp/_warning-license-key-contact.mdx b/src/components/ja-jp/_warning-license-key-contact.mdx new file mode 100644 index 00000000..10227958 --- /dev/null +++ b/src/components/ja-jp/_warning-license-key-contact.mdx @@ -0,0 +1,5 @@ +:::warning + +{props.product} を使用するには、ライセンスキー (試用ライセンスまたは商用ライセンス) が必要です。ライセンスキーをお持ちでない場合は、[お問い合わせ](https://www.scalar-labs.com/contact-jp)ください。 + +::: \ No newline at end of file