Skip to content

Commit

Permalink
upd: translations
Browse files Browse the repository at this point in the history
  • Loading branch information
Tardo committed Aug 12, 2024
1 parent 5ab77db commit e7c3925
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions _locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
},
"created": "Alias created successfully",
"definition": "Create aliases",
"detail": "Define aliases to run commands easy. <br><b>WARNING:</b> This command uses 'local storage' to persist the data even if you close the browser. This data can be easy accessed by other computer usedrs. Don't use sensible data if you are using a shared computer.<br><br>Can use positional parameters ($1,$2,$3,$N...)",
"detail": "Define aliases to run commands easy. <br><b>WARNING:</b> This command uses 'local storage' to persist the data even if you close the browser. This data can be easy accessed by other computer users. Don't use sensible data if you are using a shared computer.<br><br>Can use positional parameters ($1,$2,$3,$N...)",
"example": "-n myalias -c \"print 'Hello, $1!'\"",
"invalidAliasName": "Invalid alias name",
"notDefined": "No aliases defined.",
Expand Down Expand Up @@ -516,8 +516,8 @@
"args": {
"msg": "The message to print"
},
"definition": "Close terminal",
"detail": "Close the terminal."
"definition": "Print a message",
"detail": "Eval parameters and print the result."
},
"cmdRead": {
"args": {
Expand Down
6 changes: 3 additions & 3 deletions _locales/es/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
},
"created": "Alias created successfully",
"definition": "Create aliases",
"detail": "Define aliases to run commands easy. <br><b>WARNING:</b> This command uses 'local storage' to persist the data even if you close the browser. This data can be easy accessed by other computer usedrs. Don't use sensible data if you are using a shared computer.<br><br>Can use positional parameters ($1,$2,$3,$N...)",
"detail": "Define aliases to run commands easy. <br><b>WARNING:</b> This command uses 'local storage' to persist the data even if you close the browser. This data can be easy accessed by other computer users. Don't use sensible data if you are using a shared computer.<br><br>Can use positional parameters ($1,$2,$3,$N...)",
"example": "-n myalias -c \"print 'Hello, $1!'\"",
"invalidAliasName": "Invalid alias name",
"notDefined": "No aliases defined.",
Expand Down Expand Up @@ -516,8 +516,8 @@
"args": {
"msg": "The message to print"
},
"definition": "Close terminal",
"detail": "Close the terminal."
"definition": "Print a message",
"detail": "Eval parameters and print the result."
},
"cmdRead": {
"args": {
Expand Down

0 comments on commit e7c3925

Please sign in to comment.