This repository was archived by the owner on Jan 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 326
Expand file tree
/
Copy pathen-us.yaml
More file actions
295 lines (277 loc) · 8.45 KB
/
Copy pathen-us.yaml
File metadata and controls
295 lines (277 loc) · 8.45 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
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
nav:
builds: 'Builds'
deployments: 'Deployments'
releases: 'Releases'
workspace_detail: 'Workspace detail page'
project_index: 'Projects index page'
application_index: 'Applications index page'
builds_index: 'Builds index page'
deployments_index: 'Deployments index page'
releases_index: 'Releases index page'
exec: 'Exec'
settings: 'Settings'
logs: 'Logs'
auth: 'Authenticate'
product:
name: 'Waypoint'
page:
app:
switching-workspace: Loading…
artifact:
overview:
heading: 'Overview'
status: 'Status'
image: 'Image'
health-check: 'Health'
re-run-health-check: 'Re-run'
unavailable: 'Currently unavailable'
commit: 'Commit'
timeline:
heading: 'Timeline'
build: 'Build'
deployment: 'Deployment'
release: 'Release'
current-marker: 'You are here'
builds:
title: 'Builds'
table:
row-header: 'Build'
status: 'Status'
deployment: 'Deployment'
provider: 'Provider'
empty-state:
line-1: 'There are no builds to display for this app yet'
line-2: 'To create your first build, you can run'
line-3: 'from the CLI'
build:
title: 'Build'
logs:
heading: Build Logs
deployments:
title: 'Deployments'
display_destroyed: 'Show destroyed deployments'
started_time_prefix: 'started'
status_prefix:
0: 'Deploying...' # UNKNOWN
1: 'Deploying...' # RUNNING
2: 'Deployed' # SUCCESS
3: 'Failed to deploy' # ERROR
deployment:
title: 'Deployment'
resources:
heading: Resources
deployment-table-caption: Resources created by <b>this deployment</b>
release-table-caption-prefix: Resources created by <b>Release</b>
logs:
heading: Deployment Logs
releases:
title: 'Releases'
table:
row-header: 'Release'
status: 'Status'
deployment: 'Deployment'
provider: 'Provider'
empty-state:
line-1: 'There are no releases to display for this app yet'
line-2: 'To create your first release, you can run'
line-3: 'from the CLI'
release:
title: 'Release'
resources:
heading: Resources
table-caption: Resources created by <b>this release</b>
logs:
heading: Release Logs
unavailable:
title: ''
form:
project_new:
title: 'New Project'
project_name_label: 'Project name'
create_git_label: 'Connect a Git repository'
create_git_helptext: 'If you skip this, you can always configure this later in Project settings.'
create_git_checkbox_label: 'Connect a repository to this Project'
button: 'Create Project'
project_git_settings:
git_title: 'Git settings'
git_source_url_label: 'Git source URL'
git_source_ref_label: 'Git ref'
git_source_ref_helptext: 'This can be a branch name, a tag name, or a fully qualified Git ref such as'
git_source_ref_example: 'refs/pull/1014'
git_source_path_label: 'Git source path (optional)'
git_auth_type_label: 'Authentication'
git_auth_type_basic_label: 'Username & password'
git_auth_type_not_set_label: 'No authentication'
git_auth_type_ssh_label: 'SSH'
git_source_ssh_user_label: 'Git User (optional)'
git_source_ssh_password_label: 'Passphrase (optional)'
git_source_ssh_key_label: 'SSH Private Key'
git_source_basic_username_label: 'Username'
git_source_basic_password_label: 'Password'
git_sync_label: 'Automated sync'
git_sync_description_label: 'Enable automated deployment on changes'
hcl_title: 'Waypoint.hcl settings'
hcl_location: 'waypoint.hcl config location'
hcl_location_repo_label: 'Project repository'
hcl_location_server_label: 'Waypoint server'
hcl_content_helptext: 'Paste or edit your Waypoint configuration here to store it on the server'
hcl_content_label: 'waypoint.hcl file'
button: 'Apply'
project_variables_settings:
empty_state_heading: 'No input variables configured'
empty_state_content: 'Variables defined in your waypoint.hcl file can be assigned a server value here.'
title: 'Input variable'
button_apply: 'Add variable'
variable_name: 'Key'
variable_name_placeholder: 'var_key'
variable_value: 'Value'
variable_value_placeholder: 'var_value'
button_submit: 'Save variable'
button_cancel: 'Cancel'
config_variables_settings:
empty_state_heading: 'No configuration variables'
empty_state_content: 'Configuration variables can be modified here as well as in the CLI.'
title: 'Config variable'
button_apply: 'Add variable'
variable_name: 'Key'
variable_name_placeholder: 'var_key'
variable_value: 'Value'
variable_internal: 'Internal'
variable_nameIsPath: 'Name as path'
variable_value_placeholder: 'var_value'
variable_dropdown:
trigger: 'Actions'
edit: 'Edit'
delete: 'Delete'
nameIsPath:
label: 'Use variable name as file path'
internal:
label: 'Internal value'
button_submit: 'Save variable'
button_cancel: 'Cancel'
auth:
title: 'Welcome to Waypoint'
subtitle: 'To get started, please authenticate'
button: 'Authenticate'
token_link: 'Authenticate with Token'
loading: 'Authenticating...'
oidc_docs_link: 'Set up OIDC'
login:
title: 'Authenticate Waypoint'
subtitle: 'To get started, authenticate with a token'
instruction: 'Run this command in the CLI to generate a token'
input:
label: 'Then enter the token below'
placeholder: 'Enter your token from the CLI'
button: 'Authenticate with token'
oidc_link: 'Authenticate with OIDC'
invite_login:
title: 'Welcome to Waypoint'
subtitle: 'You’ve been invited to join an existing Waypoint instance'
cli_subtitle: 'Authenticating via CLI token'
input:
label: 'Enter your invite token'
cli_label: 'Your token'
placeholder: 'Get your invite token from your teammate'
cli_placeholder: 'Your token'
button: 'Redeem invite and authenticate'
cli_button: 'Authenticate with token'
state:
deployment:
success: 'Deployed successfully'
error: 'Deployment encountered an error'
pending: 'Deploy pending'
release:
success: 'Released successfully'
error: 'Release encountered an error'
pending: 'Release pending'
status_badge:
partial:
text: 'Partial'
tooltip: 'Application is partially available'
down:
text: 'Down'
tooltip: 'Application is down'
ready:
text: 'Up'
tooltip: 'Application is ready'
alive:
text: 'Starting…'
tooltip: 'Application is starting'
unknown:
text: 'Unknown'
tooltip: 'Unknown Application state'
status_report_indicator:
label:
prefix: 'Health:'
unknown: Unknown
alive: Starting…
ready: Available
down: Down
partial: Degraded
missing: Missing
tooltip:
checking_now: Checking now…
last_checked: Last checked
unknown: Status unknown
app_item_build:
built_in: Built in {duration}
not_deployed: Not yet deployed
deploy_now: Deploy now
status:
state-0: Building... # UNKNOWN
state-1: Building... # RUNNING
state-2: Built successfully # SUCCESS
state-3: Build unsuccessful # ERROR
state-unavailable: Status unavailable
app_item_release:
status:
state-0: Releasing... # UNKNOWN
state-1: Releasing... # RUNNING
state-2: Released successfully # SUCCESS
state-3: Release unsuccessful # ERROR
state-unavailable: Status unavailable
build_status:
type-1: # BUILDER
state-0: Building with # UNKNOWN
state-1: Building with # RUNNING
state-2: Built with # SUCCESS
state-3: Failed to build with # ERROR
type-2: # REGISTRY
state-0: Pushing to # UNKNOWN
state-1: Pushing to # RUNNING
state-2: Pushed to # SUCCESS
state-3: Failed to push to # ERROR
project-init-running:
title:
prefix: Initializing project from
cli:
prefix: Initialization taking a long time? Try running
suffix: from the CLI
more-help:
prefix: For more help getting started, refer to the
link-label: Waypoint documentation
project-init-error:
title:
prefix: Failed to initialize project from
error-message:
title: Error
more-help:
prefix: For more help getting started, refer to the
link-label: Waypoint documentation
resource-detail:
overview:
heading: Overview
health: Health
created: Created
labels: Labels
image: Image
state-json:
heading: State JSON
section:
expand: Expand section
collapse: Collapse section
image-ref:
copy-button-title: Copy full digest
workspace-switcher:
error: Failed to load workspaces