Translate

.Blockly.Msg.LANG_TEXT_SPLIT_TOOLTIP_SPLIT_AT_FIRST_OF_ANY
Divides the given text into a two-item list, using the first location of any item
in the list 'at' as the dividing point.

Splitting 'I love apples bananas apples grapes' by the list '(ba,ap)' returns
a list of two items, the first being 'I love' and the second being
'ples bananas apples grapes.'
183/3010
SourceTranslationState
403
split at first
最初の区切り文字で分割する
404
split at first of any
最初のいずれかの区切り文字で分割する
405
split
分割する
406
split at any
すべての区切り文字で分割する
407
Divides the given text into two pieces using the location of the first occurrence of
the text 'at' as the dividing point, and returns a two-item list consisting of the piece
before the dividing point and the piece after the dividing point.
Splitting 'apple,banana,cherry,dogfood' with a comma as the splitting point
returns a list of two items: the first is the text 'apple' and the second is the text
'banana,cherry,dogfood'.
Notice that the comma after 'apple' does not appear in the result,
because that is the dividing point.
テキスト 'at' の最初の出現位置を分割点として、与えられたテキストを2つの部分に分割する。
で、分割点より前の部分と分割点より後の部分からなる2項目のリストを返す。
‘apple(りんご),banana(バナナ),cherry(チェリー),dogfood(ドッグフード)'をコンマで分割する。
二つのアイテムのリストを返す:最初のテキストは'apple(りんご)' そして二つは'banana(バナナ),cherry(チェリー),dogfood(ドッグフード)'
’apple'の後にコンマがないことに注目してほしい、なぜならそこが分かれ目だからである。
与えられたテキストを、リスト 'at' 内の任意の項目の最初の位置を分割点として、2 項目のリストに分割します。
408
Divides the given text into a two-item list, using the first location of any item
in the list 'at' as the dividing point.

Splitting 'I love apples bananas apples grapes' by the list '(ba,ap)' returns
a list of two items, the first being 'I love' and the second being
'ples bananas apples grapes.'
与えられたテキストを、リスト 'at' 内のどれかの項目の最初の位置を分割点として、
2 項目のリストに分割します。

'I love apples bananas apples grapes'をリスト'(ba,ap)'で分割すると、2つの項目のリストが返される。
1つ目は'I love'、2つ目は'ples bananas apples grapes'である。
409
Divides text into pieces using the text 'at' as the dividing points and produces a list of the results.
Splitting 'one,two,three,four' at ',', (comma) returns the list '(one two three four)'.
Splitting 'one-potato,two-potato,three-potato,four' at '-potato', returns the list '(one two three four)'.
'at'を分割点としてテキストを分割し、その結果のリストを生成する。
'one,two,three,four'を',',(カンマ)で分割すると、'(one two three four)'というリストが返される。
'one-potato,two-potato,three-potato,four'を'-potato'で分割すると、リスト'(one two three four)'が返される。
410
Divides the given text into a list, using any of the items in the list 'at' as the
dividing point, and returns a list of the results.
Splitting 'appleberry,banana,cherry,dogfood' with 'at' as the two-element list whose
first item is a comma and whose second item is 'rry' returns a list of four items:
'(applebe banana che dogfood)'.
リスト'at'に含まれているどれかのアイテムを分割点として、与えられたテキストをリストに分割し、その結果のリストを返す。
'appleberry,banana,cherry,dogfood'を、最初の項目がカンマ、2番目の項目が'ry'の2要素リストとして、'at'で分割すると、4つの項目のリストが返される: '(applebe banana che dogfood)'。
411
split at spaces
すべての空白で分割する
412
Split the text into pieces separated by spaces.
テキストをスペースで区切って分割する
413
segment
分割する

Loading…

Loading…

Things to check

Glossary

Source Translation
No related strings found in the glossary.

Source information

Context
.Blockly.Msg.LANG_TEXT_SPLIT_TOOLTIP_SPLIT_AT_FIRST_OF_ANY
Source string age
2 years ago
Translation file
appinventor/blocklyeditor/src/msg/ai_blockly/messages_ja.json, string 408
Failing checks