3
3
# This file is distributed under the same license as the PyMC-Data Umbrella Sprint package.
4
4
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
#
6
+ # Translators:
7
+ # Oriol Abril-Pla <oriol.abril.pla@gmail.com>, 2023
8
+ # Anavelyz, 2023
9
+ #
6
10
#, fuzzy
7
11
msgid ""
8
12
msgstr ""
9
13
"Project-Id-Version : PyMC-Data Umbrella Sprint 0.1\n "
10
14
"Report-Msgid-Bugs-To : \n "
11
- "POT-Creation-Date : 2023-03-30 16:36+0200 \n "
15
+ "POT-Creation-Date : 2023-03-30 16:07+0000 \n "
12
16
"PO-Revision-Date : 2023-03-30 14:40+0000\n "
13
- "Language-Team : Spanish (https://www.transifex.com/pymc/teams/158248/es/)\n "
17
+ "Last-Translator : Anavelyz, 2023\n "
18
+ "Language-Team : Spanish (https://app.transifex.com/pymc/teams/158248/es/)\n "
14
19
"MIME-Version : 1.0\n "
15
20
"Content-Type : text/plain; charset=UTF-8\n "
16
21
"Content-Transfer-Encoding : 8bit\n "
17
22
"Language : es\n "
18
23
"Plural-Forms : nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n "
19
24
20
25
#: ../contributing/tutorials/environment_setup.md:2
21
- #: 60b4f1a545ef4c3bbe10b19f75d80fa5
26
+ #: a5e97067a79e46c39e80576efb3fa7fa
22
27
msgid "Local environment setup"
23
- msgstr ""
28
+ msgstr "Configuración del entorno local "
24
29
25
30
#: ../contributing/tutorials/environment_setup.md:4
26
- #: a13a5f7024d641bc981eaeaba0df0db3
31
+ #: 71ebb208297648898150baffd8b08df1
27
32
msgid "Pre-requisites"
28
- msgstr ""
33
+ msgstr "Pre-requisitos "
29
34
30
35
#: ../contributing/tutorials/environment_setup.md:6
31
- #: 5935f4a92bc846308682ef605774e63c
36
+ #: 44a1b0dbd93549338ae70e25ee1a6667
32
37
msgid "GitHub account"
33
- msgstr ""
38
+ msgstr "Cuenta de GitHub "
34
39
35
40
#: ../contributing/tutorials/environment_setup.md:7
36
- #: 600f4ed7b0534283b8cb41710be2dc5e
41
+ #: bb327a0d1d02453bb578e263eeefbd73
37
42
msgid ""
38
43
"To contribute you'll need a GitHub account. You can create one from [this "
39
44
"link](https://github.com/join)"
40
45
msgstr ""
46
+ "Para contribuir necesitarás una cuenta de GitHub. Puedes crear una desde "
47
+ "[este enlace](https://github.com/join)"
41
48
42
49
#: ../contributing/tutorials/environment_setup.md:9
43
- #: 7b3e32d668d748519a16f279cbf4d191
50
+ #: c23bebd1bec94880a62db0e6ba5e8a3b
44
51
msgid "New to Git and GitHub?"
45
- msgstr ""
52
+ msgstr "¿Es tu primera vez usando Git y GitHub? "
46
53
47
54
#: ../contributing/tutorials/environment_setup.md:10
48
- #: a705cb06d33c4fa0845b342d0b0284e1
55
+ #: 064fa6d045864699899275f50f8e7bd8
49
56
msgid ""
50
57
"We have tried to cover all the steps and include both input and output, to "
51
58
"make sure you can follow this tutorial without knowing Git. However, if you "
@@ -54,179 +61,179 @@ msgid ""
54
61
msgstr ""
55
62
56
63
#: ../contributing/tutorials/environment_setup.md:16
57
- #: eddb78d7b0cf4764b44f3d353df98205
64
+ #: dbc600ac47cc455e8f9d33f2375f580a
58
65
msgid "Install Git"
59
66
msgstr ""
60
67
61
68
#: ../contributing/tutorials/environment_setup.md:0
62
- #: 6b0a8d8fa6ff4383907347c1dca685d6 dc13a63fa9244b3dbae20f1664d694b9
63
- #: ce7b23c59a34414d866471bf01602d25
69
+ #: 59fbfb2a225e433cb63faf0c68e68769 9e4eded9151d4e48b2d7a4c3a2b3ab6a
70
+ #: 3bed7941bb024f8a966a061e5aed5576
64
71
msgid "Linux"
65
72
msgstr ""
66
73
67
74
#: ../contributing/tutorials/environment_setup.md:22
68
- #: 5e4468a010e34c9c96acccebd4688e7f
75
+ #: 020610a87add4ed9a69b58d05978e3e1
69
76
msgid ""
70
77
"Instructions with installation commands for most Linux distributions can be "
71
78
"found on the [Git project website](https://git-scm.com/download/linux)"
72
79
msgstr ""
73
80
74
81
#: ../contributing/tutorials/environment_setup.md:0
75
- #: 9b837fcd2bb243cebba0e6027a40c3c9 6e979aaa83f542c997db1086fa90ad19
76
- #: 272485cee30a42e1839ec4db313ec664
82
+ #: 85ad85772d274b3d9294734d9b245a5d 73538a5e59c44e1b8eb7356404cc9def
83
+ #: d68b13b8483c431390e4fbda0e746970
77
84
msgid "macosx"
78
85
msgstr ""
79
86
80
87
#: ../contributing/tutorials/environment_setup.md:27
81
- #: a7eb0d66b18f44639dc223d44c46d42f
88
+ #: 3f29c8d9b50844d8b8cb7d4403ea2e1e
82
89
msgid ""
83
90
"Instructions with installation commands for macosx can be found on the [Git "
84
91
"project website](https://git-scm.com/book/en/v2/Getting-Started-Installing-"
85
92
"Git#_installing_on_macos)"
86
93
msgstr ""
87
94
88
95
#: ../contributing/tutorials/environment_setup.md:0
89
- #: 0ce5eca66ac44ee0a5b2c4b3fc86df9c 1b25e1424841483395d70c987d2844a3
90
- #: d3b3a230ccbb4ce18e94ea310473e9eb
96
+ #: 8c561c3293f7450c8562ca740c751c9b c0116640a94b4ad3af45a0b7a910f046
97
+ #: bf8dc1ac9fd444a7a083891b2312450c
91
98
msgid "Windows"
92
99
msgstr ""
93
100
94
101
#: ../contributing/tutorials/environment_setup.md:33
95
- #: a8298823580b4ffa90cc6cca0823b709
102
+ #: 097c33237dea4936b7c6ff00c7c2c34f
96
103
msgid ""
97
104
"The recommended way to install Git is using [Git for Windows](https://git-"
98
105
"scm.com/download/win)."
99
106
msgstr ""
100
107
101
108
#: ../contributing/tutorials/environment_setup.md:36
102
- #: acdf18ed943f44bd9f3584878e99e7f8
109
+ #: 71b7edbffdba4381a19a35470bf92d05
103
110
msgid "Install conda"
104
111
msgstr ""
105
112
106
113
#: ../contributing/tutorials/environment_setup.md:37
107
- #: 8e42d60e92b645428e36ce6d286c8a91
114
+ #: badcc792b5af4b6f82930140a242c6d5
108
115
msgid ""
109
116
"We recommend you install miniconda and follow the steps below to install "
110
117
"only the libraries you'll need."
111
118
msgstr ""
112
119
113
120
#: ../contributing/tutorials/environment_setup.md:44
114
- #: 84baa0bf56184918aefc166a6139f9c7
121
+ #: f90e077fab2547afb1d49bcdf80f7e61
115
122
msgid ""
116
123
"Miniconda installation instructions for linux are available on the [conda "
117
124
"website](https://conda.io/projects/conda/en/latest/user-"
118
125
"guide/install/linux.html)"
119
126
msgstr ""
120
127
121
128
#: ../contributing/tutorials/environment_setup.md:48
122
- #: d45267c9b61e4172b3ce211f66bd24e5
129
+ #: f392420109a4481eb1c8c136f6791f9d
123
130
msgid ""
124
131
"Miniconda installation instructions for macosx are available on the [conda "
125
132
"website](https://conda.io/projects/conda/en/latest/user-"
126
133
"guide/install/macos.html)"
127
134
msgstr ""
128
135
129
136
#: ../contributing/tutorials/environment_setup.md:52
130
- #: 75e19a2ba171471094875728b1a3a07c
137
+ #: 5272341f7c4e49d6948becd8530bf1ff
131
138
msgid ""
132
139
"Miniconda installation instructions for windows are available on the [conda "
133
140
"website](https://conda.io/projects/conda/en/latest/user-"
134
141
"guide/install/windows.html)"
135
142
msgstr ""
136
143
137
144
#: ../contributing/tutorials/environment_setup.md:55
138
- #: d7c5cb75e5bc42dfb5ffd662e072f974
145
+ #: ed315408f5cc49e590c5ca4c7ed1eeda
139
146
msgid "Text editor"
140
147
msgstr ""
141
148
142
149
#: ../contributing/tutorials/environment_setup.md:56
143
- #: 9e5053838f3946ae890e8ff176ce3ce2
150
+ #: decad3142ca54b869e1f0d8b409dfe24
144
151
msgid ""
145
152
"You might already have a text editor installed. Check if you have any editor"
146
153
" from the list below, otherwise install _one_, any will do:"
147
154
msgstr ""
148
155
149
156
#: ../contributing/tutorials/environment_setup.md:59
150
- #: cd9b8f0637ef4d978d85ee712c514107
157
+ #: 8f72e0b1bab84aff8e00a08b70ddf5b5
151
158
msgid "[Atom](https://atom.io/)"
152
159
msgstr ""
153
160
154
161
#: ../contributing/tutorials/environment_setup.md:60
155
- #: 7a41c37bbbe64db4870f94575874a0c2
162
+ #: fbcde4f541074044989d5ebc452fc44c
156
163
msgid "[Visual Studio Code](https://code.visualstudio.com/)"
157
164
msgstr ""
158
165
159
166
#: ../contributing/tutorials/environment_setup.md:61
160
- #: e8e754445b194dd8a399631fe514734c
167
+ #: 94be745b8f3a4fd68b12f34bf3444b1a
161
168
msgid "[Sublime text](https://www.sublimetext.com/)"
162
169
msgstr ""
163
170
164
171
#: ../contributing/tutorials/environment_setup.md:62
165
- #: 33064276be974540b739e991adfc3eaf
172
+ #: 13cc666eb01c45608405be4a256997c2
166
173
msgid "[PyCharm (community)](https://www.jetbrains.com/pycharm/download)"
167
174
msgstr ""
168
175
169
176
#: ../contributing/tutorials/environment_setup.md:64
170
- #: 0fcdd43ac8f641578546a67e72c7082b
177
+ #: ae5939cde5d6482aac0e682457f07859
171
178
msgid "Fork the pymc repo"
172
179
msgstr ""
173
180
174
181
#: ../contributing/tutorials/environment_setup.md:65
175
- #: 4cc7dba9f58b40d1a91da89f78fcc22e
182
+ #: 38b3c621e93f49ec8024762c9eeb2a14
176
183
msgid ""
177
184
"Fork the [project repository](https://github.com/pymc-devs/pymc/) by "
178
185
"clicking on the 'Fork' button near the top right of the main repository "
179
186
"page."
180
187
msgstr ""
181
188
182
189
#: ../contributing/tutorials/environment_setup.md:68
183
- #: 6760e8d238604d569467b81876a6eccb
190
+ #: cf2245a11ad84e76a847e40653171379
184
191
msgid ""
185
192
msgstr ""
186
193
187
194
#: ../contributing/tutorials/environment_setup.md:68
188
- #: 2f9b3ce74b734e10944c44c7abfa933a
195
+ #: 7607c64830d5494bb95538a1212013ec
189
196
msgid "fork_button"
190
197
msgstr ""
191
198
192
199
#: ../contributing/tutorials/environment_setup.md:68
193
- #: 2f9b3ce74b734e10944c44c7abfa933a
200
+ #: 7607c64830d5494bb95538a1212013ec
194
201
msgid ".. image:: contributing/images/fork_button.png"
195
202
msgstr ""
196
203
197
204
#: ../contributing/tutorials/environment_setup.md:70
198
- #: 4128df7e442343eabf900431205c6c7c
205
+ #: 37b814660cb5401ab01d01514ef5301c
199
206
msgid ""
200
207
"This creates a copy of the code under your GitHub user account. You should "
201
208
"now see that `https://github.com/<your GitHub handle>/pymc/` exists"
202
209
msgstr ""
203
210
204
211
#: ../contributing/tutorials/environment_setup.md:73
205
- #: 6d18795994ef4497970770565aa6fd77
212
+ #: e3421046488b400f9b1ce6a86cbb1f8c
206
213
msgid "Open a command line interface"
207
214
msgstr ""
208
215
209
216
#: ../contributing/tutorials/environment_setup.md:74
210
- #: c7e5e8a6a8554be68aecb6210f91f745
217
+ #: efeda541dc29490bb6da5cc06c00afec
211
218
msgid ""
212
219
"This should come with your operative system or have been installed when "
213
220
"setting up Git and miniconda."
214
221
msgstr ""
215
222
216
223
#: ../contributing/tutorials/environment_setup.md:77
217
- #: 248d43caed3742c7adb12a7c8b74a528
224
+ #: 2a25c0a38eb24aefa5fd0f0b850ebc78
218
225
msgid "Clone the pymc repo"
219
226
msgstr ""
220
227
221
228
#: ../contributing/tutorials/environment_setup.md:78
222
- #: f56287c0b7054010bcf8eb75ebb1622b
229
+ #: 3cf42b7135ec4feb937f985e9c2e0f6c
223
230
msgid ""
224
231
"Clone your fork. This will create a `pymc` folder wherever you are, make "
225
232
"sure to be at the location where you want the folder to be created."
226
233
msgstr ""
227
234
228
235
#: ../contributing/tutorials/environment_setup.md:85
229
- #: 3caf82998f33443189778db9e25c9594
236
+ #: 8166387b56dd4dc48b426015688ac784
230
237
msgid ""
231
238
"This command should start immediately but it can take a while to finish. Its"
232
239
" output should look similar to the prompt below (the exact numbers can "
@@ -235,42 +242,42 @@ msgid ""
235
242
msgstr ""
236
243
237
244
#: ../contributing/tutorials/environment_setup.md:100
238
- #: 0d5a74d72de441459a119aa60dbe3cfd
245
+ #: 374023db20df4f36bbfc915417b8f0a5
239
246
msgid ""
240
247
"Enter inside the directory containing your local clone of the pymc repo, "
241
248
"then tell git this is a fork of the one in the pymc-devs organization:"
242
249
msgstr ""
243
250
244
251
#: ../contributing/tutorials/environment_setup.md:108
245
- #: 8de5bfad97004492b2565407035f7633
252
+ #: 61c5d5337fa64e85a19392314aa0477e
246
253
msgid ""
247
254
"None of these commands generate any output. To check they have worked type"
248
255
msgstr ""
249
256
250
257
#: ../contributing/tutorials/environment_setup.md:113
251
- #: ed760bf79ab54d7c8d22461281afc18b
258
+ #: 15190627528a4d648e1f776025ac9eb6
252
259
msgid "and check that the output is:"
253
260
msgstr ""
254
261
255
262
#: ../contributing/tutorials/environment_setup.md:119
256
- #: 74b6e1b0a13b4f948fd8fc02bee2bc2b
263
+ #: df0233be05ba44908e5b6ac9c5716939
257
264
msgid "Install PyMC"
258
265
msgstr ""
259
266
260
267
#: ../contributing/tutorials/environment_setup.md:142
261
- #: 1ea9fea5b02a4556917f90514062264f
268
+ #: c73c0dc98a4048d6a20259a4ca4ae722
262
269
msgid ""
263
270
"This command can also take a while, but should start writing output "
264
271
"immediately. If it finishes successfully, the last lines printed will be:"
265
272
msgstr ""
266
273
267
274
#: ../contributing/tutorials/environment_setup.md:158
268
- #: 2198a9192b674ad9a62b398d01846525
275
+ #: 8d1d0fc11b764e07a7013ba65c24c231
269
276
msgid "Activate the environment and install pymc:"
270
277
msgstr ""
271
278
272
279
#: ../contributing/tutorials/environment_setup.md:162
273
- #: 97bc6ec0f27246b7b7cdaffbcdbedc3f
280
+ #: c07b7c06c39b426ba0d850e212ed8cfb
274
281
msgid ""
275
282
"This command has no output, but generally adds the environment name to the "
276
283
"start of the command line. If you want, you can check it has worked with the"
@@ -279,39 +286,39 @@ msgid ""
279
286
msgstr ""
280
287
281
288
#: ../contributing/tutorials/environment_setup.md:177
282
- #: e186dc85c6a84c66b927a69d0dae77ab
289
+ #: 05330ee0af024f3fb67e9e4485c4bc55
283
290
msgid "Install PyMC:"
284
291
msgstr ""
285
292
286
293
#: ../contributing/tutorials/environment_setup.md:181
287
- #: 15bfafa7d3cb4921a987a506e73f630a
294
+ #: 5f95ffab2b6e478ab834d33b2fb206cf
288
295
msgid ""
289
296
"We already installed all the dependencies so this should not take long. If "
290
297
"successful, the last printed line will be"
291
298
msgstr ""
292
299
293
300
#: ../contributing/tutorials/environment_setup.md:188
294
- #: cb1cf0d91cdb49159ecb78f32937728e
301
+ #: 8175127637444787a260326019282ea7
295
302
msgid ""
296
303
"Then activate `pre-commit`. It will help auto formatting the code for you."
297
304
msgstr ""
298
305
299
306
#: ../contributing/tutorials/environment_setup.md:193
300
- #: 691d94c7de8c477b84ad8bab5b670572
307
+ #: 1cd27892914b4c9189947920c35883a0
301
308
msgid "on success will show"
302
309
msgstr ""
303
310
304
311
#: ../contributing/tutorials/environment_setup.md:198
305
- #: 8bf2d8cb4bbb400a8a3366a93c34d5ab
312
+ #: 351ec9a23c3a44fdacf17845ddd76cf4
306
313
msgid "Your system is now ready! You are ready to do your first PR."
307
314
msgstr ""
308
315
309
316
#: ../contributing/tutorials/environment_setup.md:200
310
- #: cdb2b6fbc3e44038a3d6d3a6fe0c4dd5
317
+ #: 0ef3854847f94a4c828199153cefdad9
311
318
msgid "Go and choose an issue to work on at `TODO: add link`!"
312
319
msgstr ""
313
320
314
321
#: ../contributing/tutorials/environment_setup.md:203
315
- #: 324fc2d500f2492cb1331b7b05475085
322
+ #: 97a22db751694d56a87a4e1ad3897362
316
323
msgid "{fas}`star;sd-fs-1 sd-text-warning`"
317
324
msgstr ""
0 commit comments