chore(i18n,curriculum): update translations (#43046)

This commit is contained in:
camperbot
2021-07-29 02:37:39 +09:00
committed by GitHub
parent aced643bc2
commit 830169c21c
103 changed files with 289 additions and 289 deletions

View File

@@ -47,7 +47,7 @@ assert(
);
```
Il tuo elemento `p` dovrebbe contenere le prime parole dell'ulteriore `kitty ipsum text`.
Il tuo elemento `p` dovrebbe contenere le prime parole del testo aggiuntivo `kitty ipsum` fornito.
```js
assert.isTrue(/Purr\s+jump\s+eat/gi.test($('p').text()));

View File

@@ -51,7 +51,7 @@ Il tag `a` dovrebbe avere un attributo `href` impostato a "#footer".
assert($('a').eq(0).attr('href') == '#footer');
```
Il tag `a` non dovrebbe avere un attributo `target`
Il tag `a` non dovrebbe avere un attributo `target`.
```js
assert(

View File

@@ -11,7 +11,7 @@ dashedName: target-html-elements-with-selectors-using-jquery
# --description--
Ora abbiamo una `document ready function`.
Ora abbiamo una funzione `document ready`.
Ora scriviamo la nostra prima istruzione jQuery. Tutte le funzioni di jQuery iniziano con un `$`, di solito indicato come operatore di segno del dollaro, o "bling".