Skip to content
This repository has been archived by the owner on Jan 31, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
rubentalstra committed May 15, 2019
2 parents 5eee050 + 0635fbe commit 33702aa
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 7 deletions.
38 changes: 37 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,43 @@ Then you copy this code:
"utilization_performance_cpu": "PERFORMANCE REPORT",
"utilization_cpu": "CPU",
"utilization_performance_disk": "PERFORMANCE REPORT",
"utilization_disk": "Disk"
"utilization_disk": "Disk",

"Admin_Login": "ADMIN LOGIN",
"Admin_NoAdminAccount": "Dont have an Admin account? Tap then here",
"Admin_HomePanel": "Admin Panel",
"Admin_HomeTotalNodes": "Total Nodes",
"Admin_HomeTotalUsers": "Total Users",
"Admin_Actionnodes_List_off_allocations": "List of all allocations",
"Admin_Actionnodes_Create_allocation": "Create allocation",
"Admin_ActionServer_Rebuild_server": "Rebuild Server",
"Admin_Alert_Rebuild_server_info": "This will trigger a rebuild of the server container when it next starts up. This is useful if you modified the server configuration file manually, or something just didn't work out correctly.",
"Admin_ActionServer_Reinstall_server": "Reinstall Server",
"Admin_Alert_Reinstall_server_info": "This will reinstall the server with the assigned pack and service scripts. Danger! This could overwrite server data.",
"Admin_ActionServer_suspend_server": "Suspend Server",
"Admin_Alert_Suspend_server_info": "This will suspend the server, stop any running processes, and immediately block the user from being able to access their files or otherwise manage the server through the panel or API.",
"Admin_ActionServer_unsuspend_server": "Unsuspend Server",
"Admin_Alert_Unsuspend_server_info": "Your give the owner of this server his access back to his server do you want that?",
"NO": "NO",
"YES": "YES",
"Admin_allocations_List": "List specific node allocations",
"Admin_allocations_IP": "IP: ${userData[index]['attributes']['ip']}",
"Admin_allocations_ID": "ID",
"Admin_allocations_Assigned": "assigned",
"Admin_allocations_Port": "Port",
"Admin_allocationscreate_assign": "Assign New Allocations",
"Admin_allocationscreate_IP": "IP Alias (not required)",
"Admin_allocationscreate_Port": "Port (only one)",
"Admin_create_user_Titel": "Create User",
"Admin_create_user_username": "username",
"Admin_create_user_email": "email",
"Admin_create_user_first_name": "first name",
"Admin_create_user_last_name": "last name",
"Admin_create_user_last_password": "password",
"Admin_create_user_Create_A_User": "Ceate a new user",
"Admin_nodes_Nodes": "Nodes",
"Admin_server_list":"Admin server list",
"Admin_User_List_list": "Admin user list"
}
```
And change to the languge you are working on.
Expand Down
20 changes: 14 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,22 @@
A unofficial mobile app for the Pterodactyl Panel
<img align="right" src="https://pterodactyl.io/pterodactyl.png" height="170">

Features :
- Start/Stop/Restart/Kill your server
### Features :
Client panel
- Start, stop, restart or kill your server
- Send commands to your server
- See the CPU that you are using
- See the CPU, memory and disk stats that you are using

Admin panel
- Look at your servers
- Rebuild/reinstall/suspend/unsuspend your servers
- View your user list and create a user
- View your node
- Add a allocation to your node
- View all the allocations in your nodes


this project was made possible by everyone who contributed to the project. (https://github.com/rubentalstra/Pterodactyl-app/blob/master/CREDITS.md)
This project was made possible by everyone who contributed to this project. [CREDITS](https://github.com/rubentalstra/Pterodactyl-app/blob/master/CREDITS.md)



Expand All @@ -24,14 +32,14 @@ this project was made possible by everyone who contributed to the project. (http

### Version logs

V1.0 6 may '19 - Original Release
V1.0 may 6 '19 - Original Release



### License

- Copyright 2019 Ruben Talstra
- Licensed under GNU General Public License v3.0 (https://github.com/rubentalstra/Pterodactyl-app/blob/master/LICENSE)
- Licensed under [GNU General Public License v3.0](https://github.com/rubentalstra/Pterodactyl-app/blob/master/LICENSE)


## Useful Links
Expand Down
Binary file modified android/app/src/main/res/drawable/pterodactyl_text.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 33702aa

Please sign in to comment.