-
Notifications
You must be signed in to change notification settings - Fork 9
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
base: master
Are you sure you want to change the base?
Conversation
| ------------------ | | ||
| [color](colors.md) | | ||
|
||
--- | ||
|
||
### `trackColor` | ||
|
||
Custom colors for the switch track. | ||
switch の可動域の色です。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
これも難しいです・・・なにかいい言葉あればお教えください。
There was a problem hiding this comment.
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 は消えます。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
これはむずかしかったです・・・。つまみって言いますよね・・・??
他にいい言葉があればお願いします 🙇🏻
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
つまみでしっくりきました👌
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
翻訳について違和感なかったです!
一部もとの英文が残っちゃっています?(8行目など)
ご確認お願いします。
でした・・・!! |
There was a problem hiding this 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` を使用してください。 |
There was a problem hiding this comment.
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)を使用してください。 |
There was a problem hiding this comment.
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 です。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ここも英文が残ってるようです
こちら書きました!
お願いします!