diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 75933e7..6e13766 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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. diff --git a/README.md b/README.md index 7232565..efd848c 100644 --- a/README.md +++ b/README.md @@ -6,14 +6,22 @@ A unofficial mobile app for the Pterodactyl Panel -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) @@ -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 diff --git a/android/app/src/main/res/drawable/pterodactyl_text.png b/android/app/src/main/res/drawable/pterodactyl_text.png index 334ac7b..5e39db1 100644 Binary files a/android/app/src/main/res/drawable/pterodactyl_text.png and b/android/app/src/main/res/drawable/pterodactyl_text.png differ