Skip to content

Commit

Permalink
Changed some responses (#267)
Browse files Browse the repository at this point in the history
* fix some errors in the english language in Readme-en.md

* Changed responses

* Update bundle.l10n.json
  • Loading branch information
Jbziscool authored Nov 3, 2023
1 parent e84d525 commit db523f6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions README-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ This extension makes it easy to host and manage applications on [Discloud](https

## Application Status

- 🟢 Green indicates App online
- 🟡 Yellow has dropped due to lack of RAM
- 🔴 Red has dropped due to some code error
- ⚪ Gray indicates App offline
- 🟢 Green: App online
- 🟡 Yellow: App shutdown due to lack of ram.
- 🔴 Red: App shutdown due to errors in your code.
- ⚪ Gray: Offline due to discloud maintenance.

![.](https://media.discordapp.net/attachments/685903739130740759/1016818276828979300/stats.png)

Expand All @@ -33,14 +33,14 @@ Here is a list of features that the extension currently supports.
- ❌ Delete applications
- 📜 Generate application logs
- ⬇️ Download application backup
- 💻 Import code from some hosted app to VSCode
- 💻 Download and open hosted app code in VSCode.

## Installation

- Install the extension
- Enter your `access token` the first time you use the extension

## Links Úteis
## Useful links

- [Discloud](https://discloud.app)
- [Discloud Docs](https://docs.discloudbot.com/v/en/)
Expand Down Expand Up @@ -83,6 +83,6 @@ Here is a list of features that the extension currently supports.

![.](https://media.discordapp.net/attachments/685903739130740759/1016803030563311636/backup.gif)

### Import code from some hosted app to VSCode
### Download and open hosted app code in VSCode.

![.](https://media.discordapp.net/attachments/685903739130740759/1016803117788049408/import.gif)
8 changes: 4 additions & 4 deletions l10n/bundle.l10n.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"app.status.on": "On",
"app.status.ramKilled": "Not enough RAM",
"app.status.ramKilled": "App shutdown due to lack of RAM",
"app.status.errorCode": "Code error",
"app.status.off": "Off",
"action.ok": "Ok",
"action.ok": "Yes",
"action.cancel": "Cancel",
"action.title": "Are you sure that you want to do {action}?",
"backup.success": "Backup successfully done!\n{dir}",
"backup.success": "Backup successful!\n{dir}",
"choose.app": "Choose an app.",
"choose.files": "Select the files.",
"choose.mod": "Choose a MOD.",
"command.declined.auto.refresh.is.activated": "Refresh command was declined because automatic Refresh is enabled.",
"committing": "Committing...",
"common.confirm": "Are you sure that you want to do it?",
"common.confirm": "Are you sure you want to do this?",
"container": "Container",
"copied.appid": "App ID successfully copied.",
"copied.team.appid": "Team app ID successfully copied.",
Expand Down

0 comments on commit db523f6

Please sign in to comment.