-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.nls.json
More file actions
198 lines (179 loc) · 6.9 KB
/
package.nls.json
File metadata and controls
198 lines (179 loc) · 6.9 KB
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
{
"config.apiKey.description": "Your [Square Cloud](https://squarecloud.app/) API key.",
"command.createConfig": "Create Square Cloud configuration file",
"command.setApiKey": "Set new API key",
"command.logsEntry": "Show logs",
"command.copyText": "Copy",
"command.refresh": "Refresh",
"command.open": "View on dashboard",
"command.start": "Start",
"command.stop": "Stop",
"command.copyId": "Copy ID",
"command.restart": "Restart",
"command.delete": "Delete",
"command.favorite": "Favorite",
"command.unfavorite": "Unfavorite",
"view.user.title": "User",
"view.apps.title": "Applications",
"view.noApiKey": "You do not have a registered API key. Please register one.",
"view.welcome": "No API key registered.\n[Set API key](command:squarecloud.setApiKey)",
"apps": {
"noApps": {
"message": "No applications found",
"description": "You need an active plan to host applications.",
"upgrade": "Open pricing"
}
},
"generic": {
"yes": "Yes",
"no": "No",
"loading": "Loading...",
"error": "An unknown error has ocurred.",
"network": "Network",
"storage": "Storage",
"wait": "Please wait a moment before making new requests.",
"refreshing": "Refreshing...",
"done": "Done!",
"type": "Type here...",
"paste": "Paste here...",
"choose": "Choose an option...",
"file": "File",
"folder": "Folder"
},
"setApiKey": {
"tutorial": {
"label": "Open your Square Cloud account security page to find or regenerate your API key.",
"button": "Get API key"
},
"hasKey": "Do you have your API key already?",
"apiKey": "Enter your API key.",
"testing": "Verifying the provided API key.",
"invalid": "The provided API key is not valid.",
"success": "Your API key has been successfuly registered!"
},
"logs": {
"loading": "Fetching logs.",
"loaded": "Logs have been successfully loaded.",
"null": "No logs were found.",
"button": "Show logs"
},
"copy": {
"copiedId": "Application ID copied to clipboard.",
"copiedText": "{{TYPE}} copied to clipboard."
},
"start": {
"loading": "Launching application...",
"loaded": "Application is now running."
},
"stop": {
"loading": "Shutting down application...",
"loaded": "Application is no longer running."
},
"restart": {
"loading": "Restarting application...",
"loaded": "Application has been restarted."
},
"delete": {
"loading": "Deleting application...",
"loaded": "Application has been deleted.",
"cancelled": "The delete process has been cancelled.",
"confirm": "Enter the application name to confirm that you want to delete it."
},
"commit": {
"loading": "Committing files...",
"loaded": "Committed files successfuly.",
"error": "An error ocurred when trying to commit.",
"fileOrFolder": "What do you want to commit?",
"restart": "Would you like to restart your application?",
"select": "Select {{TYPE}} to commit",
"useGitIgnore": "No squarecloud.ignore file found. Ignore .gitignore listed files instead?"
},
"snapshot": {
"loading": "Downloading snapshot...",
"loaded": "Snapshot downloaded successfuly.",
"save": "Save here"
},
"createConfig": {
"botOrSite": "Is your application a Bot or a Website?",
"nothingHere": "You must type something here.",
"optional": "Do you want to set {{field}} for your application?",
"prompt": {
"displayName": "Type a display name for your application.",
"avatar": {
"subs": "an avatar",
"title": "Paste your avatar URL below."
},
"description": {
"subs": "a description",
"title": "Write the description for your application."
},
"main": {
"title": "What's the main file of your application?",
"invalid": "This file does not exists in the current folder."
},
"memory": {
"title": "How much RAM memory will your application use? {{max}}",
"validate": "Please type a number bigger than {{minValue}} and smaller than your available memory."
},
"version": "What version would you like to use for this application?",
"subdomain": "Type a subdomain for your website.",
"start": {
"subs": "a start command",
"title": "Type the start command for your application."
}
}
},
"statusBarItem": {
"title": "Square Cloud - Select an action:",
"commit": "Commit files",
"upload": "Upload a new application",
"setApp": "Set the workspace application",
"createConfig": "Create configuration file"
},
"setWorkspaceApp": {
"none": "None",
"select": "Select an application:",
"success": "Workspace application updated successfuly!"
},
"uploadWorkspace": {
"createFile": "To upload your application, first create a configuration file.",
"loading": "Sending files to Square Cloud...",
"loaded": "Application successfuly uploaded!"
},
"commitWorkspace": {
"loading": "Sending files to Square Cloud...",
"loaded": "Application successfuly updated!"
},
"configFile": {
"error": {
"duplicateKey": "Your Square Cloud configuration file has 2 \"{{key}}\" settings.",
"missingKey": "The property \"{{key}}\" is missing from your configuration file but is required to host your application.",
"long": {
"displayName": "The DISPLAY_NAME field cannot exceed 32 characters.",
"description": "The DESCRIPTION field cannot exceed 280 characters.",
"subdomain": "The SUBDOMAIN field cannot exceed 62 characters.",
"start": "The START field can only have up to 128 characters."
},
"invalid": {
"mainFile": "The MAIN file \"{{file}}\" does not exist in your project.",
"memory": "The MEMORY field must be a value in megabytes greater than or equal to {{memory}}.",
"autoRestart": "The AUTORESTART field must be \"true\" or \"false\".",
"version": "The VERSION field only allows \"recommended\" or \"latest\".",
"subdomain": "Invalid SUBDOMAIN. Only alphanumeric characters and hyphens are allowed."
},
"missing": {
"displayName": "You need to provide a valid DISPLAY_NAME with up to 32 characters.",
"description": "You need to provide a valid description with up to 280 characters. If you don't want to, just remove the DESCRIPTION field.",
"subdomain": "You need to provide a valid subdomain to host a web application (site, API). If that's not your intention, just remove the SUBDOMAIN field.",
"start": "You need to provide a start command. If that's not your intention, just remove the START field.",
"main": "You need to provide a valid main file. This is the main file of your application, where everything starts!"
},
"unavailable": {
"memory": {
"message": "You're out of available memory. Consider upgrading.",
"code": "Upgrade"
}
}
}
}
}