diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-04-18 00:23:38 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-18 00:23:38 +0900 |
| commit | 7c26fbbb2ea1d35b94dde809c2a2a3ae272163d9 (patch) | |
| tree | 41fb3b76789553b0a1ab91d4bca6b36694333ba8 /src/docs/cs-CZ/create-plugin.md | |
| parent | 12.77.0 (diff) | |
| download | sharkey-7c26fbbb2ea1d35b94dde809c2a2a3ae272163d9.tar.gz sharkey-7c26fbbb2ea1d35b94dde809c2a2a3ae272163d9.tar.bz2 sharkey-7c26fbbb2ea1d35b94dde809c2a2a3ae272163d9.zip | |
New Crowdin updates (#7451)
* New translations ja-JP.yml (English)
* New translations theme.md (English)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Chinese Traditional)
* New translations theme.md (Chinese Simplified)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Japanese, Kansai)
* New translations mfm.md (Czech)
* New translations timelines.md (Czech)
* New translations theme.md (Czech)
* New translations reaction.md (Czech)
* New translations pages.md (Czech)
* New translations mute.md (Czech)
* New translations follow.md (Czech)
* New translations ja-JP.yml (Italian)
* New translations theme.md (German)
* New translations ja-JP.yml (German)
* New translations keyboard-shortcut.md (Czech)
* New translations custom-emoji.md (Czech)
* New translations ja-JP.yml (Spanish)
* New translations theme.md (French)
* New translations stream.md (French)
* New translations reversi-bot.md (French)
* New translations create-plugin.md (Czech)
* New translations aiscript.md (Czech)
* New translations ja-JP.yml (Czech)
* New translations ja-JP.yml (Arabic)
* New translations ja-JP.yml (Polish)
* New translations ja-JP.yml (Russian)
* New translations mute.md (Korean)
* New translations keyboard-shortcut.md (Korean)
* New translations follow.md (Korean)
* New translations custom-emoji.md (Korean)
* New translations create-plugin.md (Korean)
* New translations api.md (Korean)
* New translations ja-JP.yml (Korean)
* New translations reaction.md (Korean)
* New translations pages.md (Korean)
* New translations reversi-bot.md (Korean)
* New translations stream.md (Korean)
* New translations deck.md (Korean)
* New translations timelines.md (Korean)
* New translations theme.md (Korean)
Diffstat (limited to 'src/docs/cs-CZ/create-plugin.md')
| -rw-r--r-- | src/docs/cs-CZ/create-plugin.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/docs/cs-CZ/create-plugin.md b/src/docs/cs-CZ/create-plugin.md index 0d2fa19178..ec17b95186 100644 --- a/src/docs/cs-CZ/create-plugin.md +++ b/src/docs/cs-CZ/create-plugin.md @@ -1,7 +1,7 @@ # プラグインの作成 Misskey Webクライアントのプラグイン機能を使うと、クライアントを拡張し、様々な機能を追加できます。 ここではプラグインの作成にあたってのメタデータ定義や、AiScript APIリファレンスを掲載します。 -## メタデータ +## Metadata プラグインは、AiScriptのメタデータ埋め込み機能を使って、デフォルトとしてプラグインのメタデータを定義する必要があります。 メタデータは次のプロパティを含むオブジェクトです。 ### name |