Skip to content

Commit

Permalink
Add Italian translations to LEGO Mario extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
bricklife committed Oct 18, 2023
1 parent 2799398 commit 675b4e5
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,43 @@ class MarioBaseBlocks {
'legomario.pants.builder': '(34) Builder',
'legomario.pants.ice': '(35) Ice',
},
'it': {
'legomario.whenBarcode': 'quando il codice a barre è [BARCODE]',
'legomario.whenAnyBarcode': 'quando si trova codice a barre',
'legomario.getBarcode': 'codice a barre',
'legomario.whenColor': 'quando il colore è [SENSOR_COLOR]',
'legomario.isColor': 'il colore è [SENSOR_COLOR] ?',
'legomario.getColor': 'colore',
'legomario.whenPants': 'quando indossa i pantaloni [PANTS]',
'legomario.isPants': 'pantaloni sono [PANTS] ?',
'legomario.getPants': 'pantaloni',
'legomario.setVolume': 'reseta il volume a [VOLUME] %',

'legomario.white': '(19) Bianco',
'legomario.red': '(21) Rosso',
'legomario.blue': '(23) Blu',
'legomario.yellow': '(24) Giallo',
'legomario.black': '(26) Nero',
'legomario.green': '(37) Verde',
'legomario.brown': '(106) Marrone',
'legomario.purple': '(268) Viola',
'legomario.nougatBrown': '(312) Beige',
'legomario.cyan': '(322) Azzurro',

'legomario.pants.none': '(0) Nessuno',
'legomario.pants.bee': '(3) Ape',
'legomario.pants.luigi': '(5) Luigi',
'legomario.pants.frog': '(6) Rana',
'legomario.pants.tanooki': '(10) Orseto lavatore',
'legomario.pants.propeller': '(12) Elica',
'legomario.pants.cat': '(17) Gato',
'legomario.pants.fire': '(18) Fuoco',
'legomario.pants.penguin': '(20) Pinguino',
'legomario.pants.peach': '(24) Peach',
'legomario.pants.mario': '(33) Mario',
'legomario.pants.builder': '(34) Costrutore',
'legomario.pants.ice': '(35) Ghiaccio',
},
'ja': {
'legomario.whenBarcode': 'バーコードが [BARCODE] のとき',
'legomario.whenAnyBarcode': 'バーコードを見つけたとき',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ const setupTranslations = function (formatMessage, extTranslations = {}) {
'legobluetooth.roll': 'roll',
'legobluetooth.yaw': 'yaw',
},
'it': {
},
'ja': {
'legobluetooth.motorPWM': '[PORT] モーターを [POWER] %のパワーで回す',
'legobluetooth.motorStop': '[PORT] モーターを止める',
Expand Down

1 comment on commit 675b4e5

@BrickEducation
Copy link

@BrickEducation BrickEducation commented on 675b4e5 Oct 18, 2023

Choose a reason for hiding this comment

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

Many Thanks dear Shinichiro!
どうもありがとうございます。

Please sign in to comment.