forked from danirod/cartero
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathen.po
306 lines (236 loc) · 6.8 KB
/
en.po
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
296
297
298
299
300
301
302
303
304
305
306
# English translations for cartero package.
# Copyright (C) 2024 THE cartero'S COPYRIGHT HOLDER
# This file is distributed under the same license as the cartero package.
# Automatically generated, 2024.
#
msgid ""
msgstr ""
"Project-Id-Version: cartero\n"
"Report-Msgid-Bugs-To: https://github.com/danirod/cartero/issues\n"
"POT-Creation-Date: 2024-07-26 21:32+0200\n"
"PO-Revision-Date: 2024-06-22 13:31+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: en\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Poedit 3.4.4\n"
#: data/cartero.desktop.in:3
msgid "Cartero"
msgstr ""
#: data/cartero.desktop.in:4
msgid "Make HTTP requests and test APIs."
msgstr ""
#. Translators: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon!
#: data/cartero.desktop.in:11
msgid "Gnome;GTK;HTTP;REST;"
msgstr ""
#: data/es.danirod.Cartero.gschema.xml:6
msgid "Automatically indent new lines for the request body"
msgstr ""
#: data/es.danirod.Cartero.gschema.xml:10
msgid "Wrap the body content"
msgstr ""
#: data/es.danirod.Cartero.gschema.xml:14
msgid "Whether to indent the request body with spaces or tabs"
msgstr ""
#: data/es.danirod.Cartero.gschema.xml:18
msgid "Show line numbers in the request and response bodies"
msgstr ""
#: data/es.danirod.Cartero.gschema.xml:22
msgid "How many characters to pad when indenting the request body"
msgstr ""
#: data/es.danirod.Cartero.gschema.xml:27
msgid "How large should new windows be"
msgstr ""
#: data/es.danirod.Cartero.gschema.xml:31
msgid "How tall should new windows be"
msgstr ""
#: data/es.danirod.Cartero.gschema.xml:35
msgid "Whether the application should open maximized"
msgstr ""
#: data/es.danirod.Cartero.gschema.xml:39
msgid "The position of the split between two windows"
msgstr ""
#: data/es.danirod.Cartero.gschema.xml:43
msgid "The current list of opened files"
msgstr ""
#: data/es.danirod.Cartero.gschema.xml:47
msgid "The last location where a file was opened"
msgstr ""
#: data/es.danirod.Cartero.gschema.xml:51
msgid "The last location where a file was saved"
msgstr ""
#: data/ui/endpoint_pane.blp:59
msgid "Request URL"
msgstr ""
#: data/ui/endpoint_pane.blp:69
msgid "Send"
msgstr ""
#: data/ui/endpoint_pane.blp:70
msgid "Execute this HTTP request"
msgstr ""
#: data/ui/endpoint_pane.blp:103
msgid "Parameters"
msgstr ""
#: data/ui/endpoint_pane.blp:124 data/ui/response_panel.blp:47
msgid "Headers"
msgstr ""
#: data/ui/endpoint_pane.blp:145
msgid "Variables"
msgstr ""
#: data/ui/endpoint_pane.blp:166 data/ui/response_panel.blp:68
msgid "Body"
msgstr ""
#: data/ui/key_value_row.blp:40
msgid "Name"
msgstr ""
#: data/ui/key_value_row.blp:50
msgid "Value"
msgstr ""
#: data/ui/key_value_row.blp:61
msgid "Actions"
msgstr ""
#: data/ui/key_value_row.blp:74
msgid "Toggle secret"
msgstr ""
#: data/ui/key_value_row.blp:81
msgid "Delete"
msgstr ""
#: data/ui/main_window.blp:41 data/ui/main_window_no_csd.blp:39
msgid "New"
msgstr ""
#: data/ui/main_window.blp:52 data/ui/main_window.blp:63
#: data/ui/main_window_no_csd.blp:50 data/ui/main_window_no_csd.blp:61
#: src/widgets/file_dialogs.rs:31
msgid "Open"
msgstr ""
#: data/ui/main_window.blp:71 data/ui/main_window_no_csd.blp:69
#: src/widgets/file_dialogs.rs:72
msgid "Save"
msgstr ""
#: data/ui/main_window.blp:95 data/ui/main_window_no_csd.blp:102
msgid "Welcome to Cartero"
msgstr ""
#: data/ui/main_window.blp:96 data/ui/main_window_no_csd.blp:103
msgid "Create or open a request and start testing APIs now."
msgstr ""
#: data/ui/main_window.blp:115 data/ui/main_window.blp:149
#: data/ui/main_window_no_csd.blp:122 data/ui/main_window_no_csd.blp:156
msgid "New tab"
msgstr ""
#: data/ui/main_window.blp:128 data/ui/main_window.blp:154
#: data/ui/main_window_no_csd.blp:135 data/ui/main_window_no_csd.blp:161
msgid "Open request..."
msgstr ""
#: data/ui/main_window.blp:159 data/ui/main_window_no_csd.blp:166
#: src/widgets/file_dialogs.rs:73
msgid "Save request"
msgstr ""
#: data/ui/main_window.blp:164 data/ui/main_window_no_csd.blp:171
msgid "Save request as..."
msgstr ""
#: data/ui/main_window.blp:169 data/ui/main_window_no_csd.blp:176
msgid "Close tab"
msgstr ""
#: data/ui/main_window.blp:176 data/ui/main_window_no_csd.blp:183
msgid "Body appearance"
msgstr ""
#: data/ui/main_window.blp:180 data/ui/main_window_no_csd.blp:187
msgid "Wrap content"
msgstr ""
#: data/ui/main_window.blp:185 data/ui/main_window_no_csd.blp:192
msgid "Show line numbers"
msgstr ""
#: data/ui/main_window.blp:192 data/ui/main_window_no_csd.blp:199
msgid "Automatic indentation"
msgstr ""
#: data/ui/main_window.blp:197 data/ui/main_window_no_csd.blp:204
msgid "Indent with spaces"
msgstr ""
#: data/ui/main_window.blp:203 data/ui/main_window_no_csd.blp:210
msgid "Indent with tabs"
msgstr ""
#: data/ui/main_window.blp:209 data/ui/main_window_no_csd.blp:216
msgid "Spaces per tab"
msgstr ""
#: data/ui/main_window.blp:212 data/ui/main_window_no_csd.blp:219
msgid "2"
msgstr ""
#: data/ui/main_window.blp:218 data/ui/main_window_no_csd.blp:225
msgid "4"
msgstr ""
#: data/ui/main_window.blp:224 data/ui/main_window_no_csd.blp:231
msgid "8"
msgstr ""
#: data/ui/main_window.blp:235 data/ui/main_window_no_csd.blp:242
msgid "Keyboard shortcuts"
msgstr ""
#: data/ui/main_window.blp:240 data/ui/main_window_no_csd.blp:247
msgid "About Cartero"
msgstr ""
#: data/ui/main_window.blp:245 data/ui/main_window_no_csd.blp:252
msgid "Quit"
msgstr ""
#: data/ui/method_dropdown.blp:30
msgid "Request method"
msgstr ""
#: data/ui/payload_tab.blp:35
msgid "Body type"
msgstr ""
#: data/ui/payload_tab.blp:81
msgid "(none)"
msgstr ""
#: data/ui/payload_tab.blp:82
msgid "URL Encoded"
msgstr ""
#: data/ui/payload_tab.blp:83
msgid "Multipart Form Data"
msgstr ""
#: data/ui/payload_tab.blp:86
msgid "Raw"
msgstr ""
#: data/ui/response_panel.blp:29
msgid "Ready to request"
msgstr ""
#: data/ui/response_panel.blp:30
msgid "Use the Send button to send a network request and it will show here."
msgstr ""
#: data/ui/save_dialog.blp:22
msgid "Save changes?"
msgstr ""
#: data/ui/save_dialog.blp:23
msgid "There are changes that have not been saved yet. What do you want to do?"
msgstr ""
#: data/ui/save_dialog.blp:28
msgid "_Cancel"
msgstr ""
#: data/ui/save_dialog.blp:29
msgid "_Discard"
msgstr ""
#: data/ui/save_dialog.blp:30
msgid "_Save"
msgstr ""
#: src/widgets/file_dialogs.rs:18
msgid "Request (.cartero)"
msgstr ""
#: src/widgets/file_dialogs.rs:20
msgid "Request"
msgstr ""
#: src/widgets/file_dialogs.rs:32
msgid "Open request"
msgstr ""
#: src/widgets/item_pane.rs:83
msgid "(untitled)"
msgstr ""
#: src/win.rs:102
msgid "Draft"
msgstr ""
#: src/win.rs:498
msgid "The Cartero authors"
msgstr ""
#: src/win.rs:499
msgid "© 2024 the Cartero authors"
msgstr ""