diff --git a/README-en.md b/README-en.md index 4ec31c1a..3a8bba9c 100644 --- a/README-en.md +++ b/README-en.md @@ -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) @@ -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/) @@ -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) diff --git a/l10n/bundle.l10n.json b/l10n/bundle.l10n.json index c0ca79e5..c6660171 100644 --- a/l10n/bundle.l10n.json +++ b/l10n/bundle.l10n.json @@ -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.",