diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-04-18 23:24:33 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-18 23:24:33 +0900 |
| commit | 9e012dbc1a298f45e8a5d37f100e32e0c1fba3e8 (patch) | |
| tree | 7bfc7c8d86b33a9f7e167e1f3b0398353ca12b2c /src/docs | |
| parent | Resolve #7457 (diff) | |
| download | sharkey-9e012dbc1a298f45e8a5d37f100e32e0c1fba3e8.tar.gz sharkey-9e012dbc1a298f45e8a5d37f100e32e0c1fba3e8.tar.bz2 sharkey-9e012dbc1a298f45e8a5d37f100e32e0c1fba3e8.zip | |
New Crowdin updates (#7452)
* New translations ja-JP.yml (Korean)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Korean)
* New translations reaction.md (Korean)
* New translations reversi-bot.md (Korean)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (French)
* New translations ja-JP.yml (French)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (French)
* New translations ja-JP.yml (French)
* New translations ja-JP.yml (French)
* New translations ja-JP.yml (French)
Diffstat (limited to 'src/docs')
| -rw-r--r-- | src/docs/ko-KR/reaction.md | 2 | ||||
| -rw-r--r-- | src/docs/ko-KR/reversi-bot.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/docs/ko-KR/reaction.md b/src/docs/ko-KR/reaction.md index 58e4dfd4b9..7c4e156257 100644 --- a/src/docs/ko-KR/reaction.md +++ b/src/docs/ko-KR/reaction.md @@ -8,4 +8,4 @@ 리액션은 Misskey의 자체 기능이기 때문에, 리모트 인스턴스가 Misskey가 아니면 「Like」로 액티비티가 전송됩니다. 일반적으로 Like는 「마음에 들어요」 정도의 의미를 가지고 있는 것 같습니다. 또, 상대방이 Misskey를 이용하고 있었다고 해도, 커스텀 이모지는 전달되지 않고 자동으로 「👍」 등으로 보여집니다. ## 리모트 인스턴스로부터의 리액션에 대해서 -다른 인스턴스에서 「Like」 액티비티를 수신했다면, Misskey에서는 「👍」로 표시됩니다. +리모트 인스턴스에서 「Like」 액티비티를 수신했다면, Misskey에서는 「👍」로 표시됩니다. diff --git a/src/docs/ko-KR/reversi-bot.md b/src/docs/ko-KR/reversi-bot.md index 9add4b17da..77d33b9577 100644 --- a/src/docs/ko-KR/reversi-bot.md +++ b/src/docs/ko-KR/reversi-bot.md @@ -101,7 +101,7 @@ y = Math.floor(pos / mapWidth) `id` ... 제어 ID. `type` ... 제어 종류. 후술합니다. `label` ... 제어와 함께 표시할 텍스트. `value` ... 제어 기본값. ### 폼 조작값 받기 -사용자가 폼을 조작하면, 스트림에서 `update-form` 이벤트가 발생합니다. 이벤트의 내용에는 제어 ID와 사용자가 설정한 값이 포함되어 있습니다. 예를 들어, 위에서 나타낸 스위치를 사용자가 켰다면 다음 이벤트가 발생합니다: +사용자가 폼을 조작하면, 스트림에서 `update-form` 이벤트가 발생합니다. 이벤트의 내용에는 제어 ID와 사용자가 설정한 값이 포함되어 있습니다. 예를 들어, 위에서 나타낸 스위치를 사용자가 켰다면, 다음 이벤트가 발생합니다: ```javascript { id: 'switch1', |