This repository has been archived by the owner on Jun 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathlang.json
220 lines (220 loc) · 11.6 KB
/
lang.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
{
"showing_your_servers": "Showing your servers",
"showing_others_servers": "Showing others' server",
"there_are_no_other_servers_to_display": "There are no other servers to display.",
"there_are_no_servers_associated_with_your_account": "There are no servers associated with your account.",
"settings_account": "Settings",
"apicredentials": "API Credentials",
"type_a_command": "Type a command...",
"memory_usage": "Memory usage",
"cpu_usage": "CPU usage",
"start": "Start",
"restart": "Restart",
"stop": "Stop",
"kill": "Kill",
"console": "Console",
"filemanager": "File Manager",
"databases": "Databases",
"schedules": "Schedules",
"users": "Users",
"backups": "Backups",
"network": "Network",
"startup": "Startup",
"settings": "Settings",
"error": "Error",
"close": "Close",
"cancel": "Cancel",
"move": "Move",
"archive": "Archive",
"delete": "Delete",
"file": "File",
"rename": "Rename",
"unarchive": "Unarchive",
"directory": "Directory",
"download": "Download",
"upload": "Upload",
"copy": "Copy",
"permissions": "Permissions",
"delete_this": "Delete this",
"yes_delete": "Yes, Delete",
"file_name": "File Name",
"file_name_desc": "Enter the name that this file should be saved as.",
"deleting_files_blabla": "Deleting files is a permanent operation, you cannot undo this action.",
"a_valid_dir_name_must_be_provided": "A valid directory name must be provided.",
"create_directory": "Create Directory",
"enter_location_new_name_move_thing": "Enter the new name and directory of this file or folder, relative to the current directory. Use ../ to move back.",
"new_location_bold": "New location:",
"directory_name": "Directory Name",
"this_dir_will_be_created_as": "This directory will be created as",
"update": "Update",
"file_mode": "File Mode",
"drag_and_drop": "Drag and drop files to upload.",
"save_content": "Save Content",
"create_file": "Create File",
"new_file": "New File",
"this_directory_too_large_250": "This directory is too large to display in the browser, limiting the output to the first 250 files.",
"this_dir_empty": "This directory seems to be empty.",
"delete_these_files_question": "Delete these files?",
"yes_delete_files": "Yes, Delete Files",
"are_you_sure_you_wanna_delete": "Are you sure you want to delete",
"files_question": "file(s)?",
"files_delet_permament": "Deleting the file(s) listed below is a permanent operation, you cannot undo this action.",
"sftp_launch_button": "Launch SFTP",
"sftp_details": "SFTP Details",
"sftp_server_address": "Server Address",
"sftp_username": "Username",
"sftp_pass_same_as_panel": "Your SFTP password is the same as the password you use to access this panel.",
"a_valid_email_must_be_provided": "A valid email address must be provided to continue.",
"request_pass_reset": "Request Password Reset",
"email": "Email",
"enter_account_email": "Enter your account email address to receive instructions on resetting your password.",
"send_email": "Send Email",
"return_to_login": "Return to Login",
"device_checkpoint": "Device Checkpoint",
"looks_like_no_dbs": "It looks like you have no databases.",
"dbs_cant_be_created": "Databases cannot be created for this server.",
"db_name_must_be_provided": "A database name must be provided.",
"db_name_must_be_atleast_3": "Database name must be at least 3 characters.",
"db_name_less_than_48": "Database name must not exceed 48 characters.",
"db_name_spec": "Database name should only contain alphanumeric characters, underscores, dashes, and/or periods.",
"db_value_must_be": "A connection value must be provided.",
"db_valid_conn": "A valid connection address must be provided.",
"create_new_db": "Create new database",
"db_name": "Database Name",
"db_desc": "A descriptive name for your database instance.",
"db_conn_from": "Connections From",
"db_conn_desc": "Where connections should be allowed from. Use % for wildcards.",
"create_db": "Create Database",
"new_db": "New Database",
"db_rotate_pass": "Rotate Password",
"delete_db": "Delete Database",
"confirm_db_deletion": "Confirm database deletion",
"delet_db_perm_action_no_undone_sad_day": "Deleting a database is a permanent action, it cannot be undone. This will permanetly delete the",
"confirm_db_name": "Confirm Database Name",
"enter_db_name_to_confirm_deletion": "Enter the database name to confirm deletion.",
"the_db_name_must_be_provided": "The database name must be provided.",
"db_conn_details": "Database connection details",
"endpoint": "Endpoint",
"connections_from": "Connections from",
"username": "Username",
"password": "Password",
"jdbc_conn_string": "JDBC Connection String",
"db_and_remove_ass_data": "database and remove all associated data.",
"of": "of",
"dbs_have_been_allocated": "databases have been allocated to this server.",
"!!!!!!!!!!!!!!!!!!!!!!!": "^^ remember to have small letter there at first for these three",
"schedule_delete": "Delete schedule?",
"schedule_yes_delete": "Yes, delete schedule",
"schedule_are_you_sure_delete": "Are you sure you want to delete this schedule? All tasks will be removed and any running processes will be terminated.",
"schedule_edit": "Edit schedule",
"schedule_create_new": "Create new schedule",
"schedule_name": "Schedule name",
"schedule_desc": "A human readable identifer for this schedule.",
"minute": "Minute",
"hour": "Hour",
"day_of_month": "Day of month",
"month": "Month",
"day_of_week": "Day of week",
"the_schedule_system_stuff_blabla_no_one_fucking_cares": "The schedule system supports the use of Cronjob syntax when defining when tasks should begin running. Use the fields above to specify when these tasks should begin running.",
"schedule_only_excec": "Only execute this schedule when the server is in a running state.",
"only_when_server_is_online": "Only When Server Is Online",
"schedule_will_be_exec_if_enabled": "This schedule will be executed automatically if enabled.",
"sceeeeeedule_enabled": "Schedule Enabled",
"create_schedule": "Create schedule",
"save_changes": "Save changes",
"new_task": "New Task",
"run_now": "Run Now",
"there_isnt_arent_schedules_for_server_smile": "There are no schedules configured for this server.",
"day_month": "Day (Month)",
"day_week": "Day (Week)",
"active": "Active",
"inactive": "Inactive",
"processing": "Processing",
"last_run_at": "Last run at",
"next_run_at": "Next run at",
"edit": "Edit",
"send_command": "Send command",
"send_power_action": "Send power action",
"create_backup": "Create backup",
"unknown_action": "Unknown action",
"confirm_task_deletion": "Confirm task deletion",
"delete_task": "Delete Task",
"action": "Action",
"edit_task": "Edit Task",
"create_task": "Create Task",
"u_sure_u_wanna_delet_this_task": "Are you sure you want to delete this task? This action cannot be undone.",
"ignoring_files_and_folders": "Ignoring files & folders:",
"continue_on_failure": "Continues on Failure",
"later": "later",
"time_offset": "Time offset (in seconds)",
"time_offset_desc": "The amount of time to wait after the previous task executes before running this one. If this is the first task on a schedule this will not be applied.",
"payload": "Payload",
"start_the_server": "Start the server",
"restart_the_server": "Restart the server",
"stop_the_server": "Stop the server",
"terminate_the_server": "Terminate the server",
"ignored_files": "Ignored Files",
"optional_backup_schedule_desc_thing": "Optional. Include the files and folders to be excluded in this backup. By default, the contents of your .pteroignore file will be used. If you have reached your backup limit, the oldest backup will be rotated.",
"future_tasks_will_run": "Future tasks will be run when this task fails.",
"rename_server": "Change Server Name",
"rename_server_label": "Server Name",
"rename_server_save": "Save",
"debug_information": "Debug Information",
"d_node": "Node",
"d_server_id": "Server ID",
"settings_reinstall_server": "Reinstall Server",
"settings_reinstall_confirm_reinstall": "Confirm server reinstallation",
"settings_reinstall_confirm_reinstall_button": "Yes, reinstall server",
"settings_reinstall_server_text_confirmation_text": "Your server will be stopped and some files may be deleted or modified during this process, are you sure you wish to continue?",
"settings_reinstall_server_text": "Reinstalling your server will stop it, and then re-run the installation script that initially set it up.",
"settings_reinstall_server_text_bold": "Some files may be deleted or modified during this process, please back up your data before continuing.",
"variables": "Variables",
"docker_image": "Docker Image",
"docker_image_text": "This is an advanced feature allowing you to select a Docker image to use when running this server instance.",
"docker_image_text_admin_disabled": "This server's Docker image has been manually set by an administrator and cannot be changed through this UI.",
"startup_command": "Startup Command",
"connecting": "Connecting...",
"installing": "Installing",
"running_installer": "Running Installer",
"installer_msg": "Your server should be ready soon, please try again in a few minutes.",
"transferring": "Transferring",
"transferring_msg": "Your server is being transfered to a new node, please check back later.",
"server_suspended": "Server Suspended",
"suspended_msg": "This server is suspended and cannot be accessed.",
"suspended": "Suspended",
"unlimited": "Unlimited",
"server_offline": "Server is offline.",
"server_installing_blabla": "This server is currently running its installation process and most actions are unavailable.",
"server_transferring_blabla": "This server is currently being transferred to another node and all actions are unavailable.",
"having_trouble_connecting_to_node_sad": "We're having some trouble connecting to your server, please wait...",
"login": "Login",
"forgot_password": "Forgot password?",
"pls_give_username": "A username or email must be provided.",
"pls_enter_pass": "Please enter your account password.",
"login_to_continue": "Login to Continue",
"username_or_email": "Username or Email",
"running": "running",
"starting": "starting",
"offline": "offline",
"reset_password": "Reset Password",
"new_password": "New Password",
"password_somethingsomething_safesafe": "Passwords must be at least 8 characters in length.",
"confirm_new_pass": "Confirm New Password",
"return_to_fuckery": "Return to Login",
"account_api_btw_ferks_is_gay_asf": "Account API",
"create_api_key": "Create API Key",
"api_keys": "API Keys",
"are_you_sure_api_blabla": "Are you sure you wish to delete this API key? All requests using it will immediately be invalidated and will fail.",
"confirm_key_delet": "Confirm key deletion",
"yep_delete": "Yes, delete key",
"loadingxd": "Loading...",
"no_api_keys_poor": "No API keys exist for this account.",
"last_used_sus": "Last used",
"never": "Never",
"account_overview": "Account Overview",
"factorrequired": "2-Factor Required",
"your_account_must_have_twofa": "Your account must have two-factor authentication enabled in order to continue.",
"inbounddata": "Inbound Data",
"outbounddata": "Outbound Data",
"sshkeys": "SSH Keys"
}