Browse Source

Merge pull request #1032 from dvdzhou/dev

chore: update it locale
Ahmad Kholid 2 years ago
parent
commit
9d642fd772
2 changed files with 5 additions and 1 deletions
  1. 1 1
      src/locales/en/blocks.json
  2. 4 0
      src/locales/it/blocks.json

+ 1 - 1
src/locales/en/blocks.json

@@ -26,7 +26,7 @@
           "title": "Block settings",
           "title": "Block settings",
           "blockTimeout": {
           "blockTimeout": {
             "title": "Block execution timeout (millisecond)",
             "title": "Block execution timeout (millisecond)",
-            "description": "The maximum time the block is executing (0 to disable)"
+            "description": "The maximum execution time of the block (0 to disable)"
           },
           },
           "line": {
           "line": {
             "title": "Lines",
             "title": "Lines",

+ 4 - 0
src/locales/it/blocks.json

@@ -24,6 +24,10 @@
         },
         },
         "settings": {
         "settings": {
           "title": "Impostazioni del blocco",
           "title": "Impostazioni del blocco",
+          "blockTimeout": {
+            "title": "Timeout di esecuzione (millisecondi)",
+            "description": "Il tempo massimo di esecuzione del blocco (0 per disabilitare)"
+          },
           "line": {
           "line": {
             "title": "Linee",
             "title": "Linee",
             "label": "Etichetta",
             "label": "Etichetta",