Skip to content

translate switch.md #34

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

translate switch.md #34

wants to merge 2 commits into from

Conversation

YutamaKotaro
Copy link
Member

こちら書きました!
お願いします!

| ------------------ |
| [color](colors.md) |

---

### `trackColor`

Custom colors for the switch track.
switch の可動域の色です。
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

これも難しいです・・・なにかいい言葉あればお教えください。

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

track、難しいですね、、可動域でいいのではと思います!

| -------- |
| function |

---

### `thumbColor`

Color of the foreground switch grip. If this is set on iOS, the switch grip will lose its drop shadow.
switch のつまみの部分の色です。もし iOS でこのプロパティを設定した場合、つまみの drop shadow は消えます。
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

これはむずかしかったです・・・。つまみって言いますよね・・・??
他にいい言葉があればお願いします 🙇🏻

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

つまみでしっくりきました👌

@takahi5 takahi5 self-requested a review May 30, 2021 03:16
Copy link

@takahi5 takahi5 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

翻訳について違和感なかったです!

一部もとの英文が残っちゃっています?(8行目など)
ご確認お願いします。

@YutamaKotaro
Copy link
Member Author

でした・・・!!
抜きました!!

Copy link

@takahi5 takahi5 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

すいません、めっちゃ遅くなりました、、!
英文が残ってる箇所がまだいくつかあったようなのでコメントさせていただきました:pray:

@@ -86,30 +87,33 @@ Invoked when the user tries to change the value of the switch. Receives the chan
### `onValueChange`

Invoked when the user tries to change the value of the switch. Receives the new value as an argument. If you want to instead receive an event, use `onChange`.
ユーザーが switch の値を変更しようとした時に呼び出されます。引数として変更後の値を受け取ります。もしも、値の代わりに event を受け取りたい場合は `onChange` を使用してください。
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ここも、英文が残ってるようです、、!


_iOS_: When the switch value is `false`, the track shrinks into the border. If you want to change the color of the background exposed by the shrunken track, use [`ios_backgroundColor`](switch.md#ios_backgroundColor).

| Type |
_iOS_: switch の value が false の時は可動域の色は境界の中まで縮小されてしまいます。もし、縮小してる状態の背景色を変更したい場合は[`ios_backgroundColor`](switch.md#ios_backgroundColor)を使用してください。
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ここも英文が残ってるようです

@@ -118,7 +122,8 @@ _iOS_: When the switch value is `false`, the track shrinks into the border. If y
### `value`

The value of the switch. If true the switch will be turned on. Default value is false.
switch の値です。もし true であれば switch はオンになります。デフォルト値は false です。
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ここも英文が残ってるようです

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants