mirror of
https://github.com/google/blockly.git
synced 2026-01-08 17:40:09 +01:00
Change tooltip on text/list indexOf blocks to be 0/1 index aware. All languages.
Delete ta:TEXT_INDEXOF_TOOLTIP since that text does not appear to make sense.
This commit is contained in:
@@ -182,7 +182,7 @@
|
||||
"TEXT_LENGTH_TOOLTIP": "Restituisce il numero di lettere (inclusi gli spazi) nel testo fornito.",
|
||||
"TEXT_ISEMPTY_TITLE": "%1 è vuoto",
|
||||
"TEXT_ISEMPTY_TOOLTIP": "Restituisce vero se il testo fornito è vuoto.",
|
||||
"TEXT_INDEXOF_TOOLTIP": "Restituisce l'indice della prima occorrenza del primo testo all'interno del secondo testo. Restituisce 0 se il testo non viene trovato.",
|
||||
"TEXT_INDEXOF_TOOLTIP": "Restituisce l'indice della prima occorrenza del primo testo all'interno del secondo testo. Restituisce %1 se il testo non viene trovato.",
|
||||
"TEXT_INDEXOF_INPUT_INTEXT": "nel testo",
|
||||
"TEXT_INDEXOF_OPERATOR_FIRST": "trova la prima occorrenza del testo",
|
||||
"TEXT_INDEXOF_OPERATOR_LAST": "trova l'ultima occorrenza del testo",
|
||||
@@ -231,7 +231,7 @@
|
||||
"LISTS_INLIST": "nella lista",
|
||||
"LISTS_INDEX_OF_FIRST": "trova la prima occorrenza dell'elemento",
|
||||
"LISTS_INDEX_OF_LAST": "trova l'ultima occorrenza dell'elemento",
|
||||
"LISTS_INDEX_OF_TOOLTIP": "Restituisce l'indice della prima/ultima occorrenza dell'elemento nella lista. Restituisce 0 se l'elemento non viene trovato.",
|
||||
"LISTS_INDEX_OF_TOOLTIP": "Restituisce l'indice della prima/ultima occorrenza dell'elemento nella lista. Restituisce %1 se l'elemento non viene trovato.",
|
||||
"LISTS_GET_INDEX_GET": "prendi",
|
||||
"LISTS_GET_INDEX_GET_REMOVE": "prendi e rimuovi",
|
||||
"LISTS_GET_INDEX_REMOVE": "rimuovi",
|
||||
|
||||
Reference in New Issue
Block a user