Skip to content

Commit a35a30c

Browse files
committed
Revert changes of es locale
1 parent bcdb31a commit a35a30c

File tree

2 files changed

+120
-348
lines changed

2 files changed

+120
-348
lines changed

locales/es/LC_MESSAGES/CONTRIBUTING.po

Lines changed: 56 additions & 91 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ msgid ""
99
msgstr ""
1010
"Project-Id-Version: pyOpenSci Python Package Guide \n"
1111
"Report-Msgid-Bugs-To: \n"
12-
"POT-Creation-Date: 2024-08-02 18:04+0900\n"
12+
"POT-Creation-Date: 2024-07-03 16:27-0400\n"
1313
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1414
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1515
"Language: es\n"
@@ -119,222 +119,201 @@ msgstr ""
119119
#: ../../CONTRIBUTING.md:35
120120
msgid ""
121121
"Independently of the approach you choose, the first step is to fork the "
122-
"Python Packaging Guide repository into your personal GitHub space. To "
123-
"\"fork\" a repository in GitHub means to create a copy of the main "
124-
"repository, or repo, that you have complete control over and can modify "
125-
"as you see fit."
122+
"Python Packaging Guide repository into your personal GitHub space."
126123
msgstr ""
127124

128125
#: ../../CONTRIBUTING.md:37
129-
msgid "To fork a repo,"
130-
msgstr ""
131-
132-
#: ../../CONTRIBUTING.md:39
133-
msgid "Make sure you are logged into GitHub."
134-
msgstr ""
135-
136-
#: ../../CONTRIBUTING.md:41
137126
msgid ""
138-
"Go to the repo you would like to fork, in this case the [Python Packaging"
139-
" Guide](https://www.github.com/pyopensci/python-package-guide) repo."
127+
"*__TODO__: This section should show a beginner user how to fork a "
128+
"repository in GitHub.*"
140129
msgstr ""
141130

142-
#: ../../CONTRIBUTING.md:43
143-
msgid ""
144-
"In the top right-hand corner of the page there is a 'Fork' button. Click "
145-
"that button. You will be brought to a new page where you will 'Create a "
146-
"new fork'. Feel free to keep all the default inputs and click 'Create "
147-
"fork'. This will create a copy of the repo at "
148-
"`https://github.com/<username>/python-package-guide`, where `<username>` "
149-
"is your GitHub username."
150-
msgstr ""
151-
152-
#: ../../CONTRIBUTING.md:47
131+
#: ../../CONTRIBUTING.md:39
153132
msgid "Contributing via the GitHub website"
154133
msgstr ""
155134

156-
#: ../../CONTRIBUTING.md:49
135+
#: ../../CONTRIBUTING.md:41
157136
msgid "How to edit a MarkDown file"
158137
msgstr ""
159138

160-
#: ../../CONTRIBUTING.md:51
139+
#: ../../CONTRIBUTING.md:43
161140
msgid ""
162141
"*__TODO__: This section should show how to use the GitHub interface to "
163142
"edit and previewing a Markdown file.*"
164143
msgstr ""
165144

166-
#: ../../CONTRIBUTING.md:53
145+
#: ../../CONTRIBUTING.md:45
167146
msgid "How to commit your changes"
168147
msgstr ""
169148

170-
#: ../../CONTRIBUTING.md:55
149+
#: ../../CONTRIBUTING.md:47
171150
msgid ""
172151
"*__TODO__: This section should show how to commit changes via the GitHub "
173152
"interface.*"
174153
msgstr ""
175154

176-
#: ../../CONTRIBUTING.md:57
155+
#: ../../CONTRIBUTING.md:49
177156
msgid "Contributing locally on your computer"
178157
msgstr ""
179158

180-
#: ../../CONTRIBUTING.md:59
159+
#: ../../CONTRIBUTING.md:51
181160
msgid "Clone your forked repository"
182161
msgstr ""
183162

184-
#: ../../CONTRIBUTING.md:61
163+
#: ../../CONTRIBUTING.md:53
185164
msgid ""
186165
"*__TODO__: This section should show how to clone a repository from GitHub"
187166
" into your computer.*"
188167
msgstr ""
189168

190-
#: ../../CONTRIBUTING.md:63
169+
#: ../../CONTRIBUTING.md:55
191170
msgid "Create a new branch"
192171
msgstr ""
193172

194-
#: ../../CONTRIBUTING.md:65
173+
#: ../../CONTRIBUTING.md:57
195174
msgid "*__TODO__: This section should show how to create a new branch.*"
196175
msgstr ""
197176

198-
#: ../../CONTRIBUTING.md:67
177+
#: ../../CONTRIBUTING.md:59
199178
msgid "Create a virtual environment"
200179
msgstr ""
201180

202-
#: ../../CONTRIBUTING.md:69
181+
#: ../../CONTRIBUTING.md:61
203182
msgid ""
204183
"*__TODO__: This section should show how to create a virtual environment "
205184
"using venv.*"
206185
msgstr ""
207186

208-
#: ../../CONTRIBUTING.md:71
187+
#: ../../CONTRIBUTING.md:63
209188
msgid "Install the development dependencies"
210189
msgstr ""
211190

212-
#: ../../CONTRIBUTING.md:73
191+
#: ../../CONTRIBUTING.md:65
213192
msgid ""
214193
"*__TODO__: This section should show how to install the development "
215194
"dependencies defined in pyproject.toml.*"
216195
msgstr ""
217196

218-
#: ../../CONTRIBUTING.md:75
197+
#: ../../CONTRIBUTING.md:67
219198
msgid "Commit your changes"
220199
msgstr ""
221200

222-
#: ../../CONTRIBUTING.md:77
201+
#: ../../CONTRIBUTING.md:69
223202
msgid ""
224203
"*__TODO__: This section should describe how to commit from the command "
225204
"line.*"
226205
msgstr ""
227206

228-
#: ../../CONTRIBUTING.md:79
207+
#: ../../CONTRIBUTING.md:71
229208
msgid "How to build the guide locally"
230209
msgstr ""
231210

232-
#: ../../CONTRIBUTING.md:81
211+
#: ../../CONTRIBUTING.md:73
233212
msgid ""
234213
"*__TODO__: This section should describe the different sessions in nox "
235214
"related to building the docs: docs, docs-test, docs-live. It should also "
236215
"show how to see the guide built locally, by opening the right file in the"
237216
" browser or using the live version from docs-live*"
238217
msgstr ""
239218

240-
#: ../../CONTRIBUTING.md:83
219+
#: ../../CONTRIBUTING.md:75
241220
msgid "Before you submit your pull request"
242221
msgstr ""
243222

244-
#: ../../CONTRIBUTING.md:85
223+
#: ../../CONTRIBUTING.md:77
245224
msgid ""
246225
"*__TODO__: This section should describe what steps a user should follow "
247226
"before submitting the pull request: build the docs, verify your changes "
248227
"look correct, etc.*"
249228
msgstr ""
250229

251-
#: ../../CONTRIBUTING.md:87
230+
#: ../../CONTRIBUTING.md:79
252231
msgid "Submitting a pull request with your contribution"
253232
msgstr ""
254233

255-
#: ../../CONTRIBUTING.md:89
234+
#: ../../CONTRIBUTING.md:81
256235
msgid "How to make a pull request"
257236
msgstr ""
258237

259-
#: ../../CONTRIBUTING.md:91
238+
#: ../../CONTRIBUTING.md:83
260239
msgid ""
261240
"*__TODO__: This section should describe how to make a pull request in "
262241
"GitHub.*"
263242
msgstr ""
264243

265-
#: ../../CONTRIBUTING.md:93
244+
#: ../../CONTRIBUTING.md:85
266245
msgid "What happens when you submit a pull request (CI/CD)"
267246
msgstr ""
268247

269-
#: ../../CONTRIBUTING.md:95
248+
#: ../../CONTRIBUTING.md:87
270249
msgid ""
271250
"*__TODO__: This section should describe how to see the results of the "
272251
"CD/CI checks and how to get more information about errors*"
273252
msgstr ""
274253

275-
#: ../../CONTRIBUTING.md:97
254+
#: ../../CONTRIBUTING.md:89
276255
msgid "What to expect from the review process"
277256
msgstr ""
278257

279-
#: ../../CONTRIBUTING.md:99
258+
#: ../../CONTRIBUTING.md:91
280259
msgid ""
281260
"*__TODO__: This section should describe how review happens in GitHub, how"
282261
" see the comments, and how to submit changes (push a new branch)*"
283262
msgstr ""
284263

285-
#: ../../CONTRIBUTING.md:101
264+
#: ../../CONTRIBUTING.md:93
286265
msgid "Additional help"
287266
msgstr ""
288267

289-
#: ../../CONTRIBUTING.md:103
268+
#: ../../CONTRIBUTING.md:95
290269
msgid "How to get help"
291270
msgstr ""
292271

293-
#: ../../CONTRIBUTING.md:105
272+
#: ../../CONTRIBUTING.md:97
294273
msgid ""
295274
"*__TODO__: This section should describe the options for finding more help"
296275
" in case beginner contributors need more help (e.g., create an issue, "
297276
"post in a forum, etc).*"
298277
msgstr ""
299278

300-
#: ../../CONTRIBUTING.md:107
279+
#: ../../CONTRIBUTING.md:99
301280
msgid "Additional resources"
302281
msgstr ""
303282

304-
#: ../../CONTRIBUTING.md:109
283+
#: ../../CONTRIBUTING.md:101
305284
msgid ""
306285
"*__TODO__: It should also include links to beginner documentation, like "
307286
"the GitHub docs.*"
308287
msgstr ""
309288

310-
#: ../../CONTRIBUTING.md:111
289+
#: ../../CONTRIBUTING.md:103
311290
msgid "Annex"
312291
msgstr ""
313292

314-
#: ../../CONTRIBUTING.md:113
293+
#: ../../CONTRIBUTING.md:105
315294
msgid "Code examples"
316295
msgstr ""
317296

318-
#: ../../CONTRIBUTING.md:115
297+
#: ../../CONTRIBUTING.md:107
319298
msgid ""
320299
"This guide uses the [literalinclude Sphinx directive](https://www.sphinx-"
321300
"doc.org/en/master/usage/restructuredtext/directives.html#directive-"
322301
"literalinclude) whenever possible to keep code and prose separate. Code "
323302
"for use in the documentation is kept in the `examples/` folder."
324303
msgstr ""
325304

326-
#: ../../CONTRIBUTING.md:119
305+
#: ../../CONTRIBUTING.md:111
327306
msgid "Referencing code in documentation"
328307
msgstr ""
329308

330-
#: ../../CONTRIBUTING.md:121
309+
#: ../../CONTRIBUTING.md:113
331310
msgid ""
332311
"If an example is present elsewhere in the documentation that you want to "
333312
"use, you can copy the `literalinclude` directive verbatim and the "
334313
"examples will stay in sync."
335314
msgstr ""
336315

337-
#: ../../CONTRIBUTING.md:124
316+
#: ../../CONTRIBUTING.md:116
338317
msgid ""
339318
"If you already see code in the examples folder that you can use for new "
340319
"documentation, a new `literalinclude` can be made to extract it into the "
@@ -344,25 +323,25 @@ msgid ""
344323
"the later can protect your example from future modifications to the code."
345324
msgstr ""
346325

347-
#: ../../CONTRIBUTING.md:129
326+
#: ../../CONTRIBUTING.md:121
348327
msgid ""
349328
"**Pro tip**: As an alternative to `:lines:` there are also the `:start-"
350329
"after:`, `:start-at:`, `:end-before:`, and `:end-at:` options. And if the"
351330
" example code is Python, `:pyobject:` can be an even more future-proof "
352331
"way to keep the same documentation content even through code refactors."
353332
msgstr ""
354333

355-
#: ../../CONTRIBUTING.md:133
334+
#: ../../CONTRIBUTING.md:125
356335
msgid ""
357336
"If you need example code that doesn't yet exist in `examples/` see "
358337
"creating code for documentation](#creating-code-for-documentation)."
359338
msgstr ""
360339

361-
#: ../../CONTRIBUTING.md:136
340+
#: ../../CONTRIBUTING.md:128
362341
msgid "Creating code for documentation"
363342
msgstr ""
364343

365-
#: ../../CONTRIBUTING.md:138
344+
#: ../../CONTRIBUTING.md:130
366345
msgid ""
367346
"Whenever you come across a place that could benefit from a code block, "
368347
"instead of writing it in-line with a code fence (`` ``` `` blocked text) "
@@ -371,7 +350,7 @@ msgid ""
371350
"code-in-documentation)."
372351
msgstr ""
373352

374-
#: ../../CONTRIBUTING.md:142
353+
#: ../../CONTRIBUTING.md:134
375354
msgid ""
376355
"If you want to add a new example that doesn't fit into any of the "
377356
"existing example files, you can create a new file and reference it in a "
@@ -380,7 +359,7 @@ msgid ""
380359
"create a new folder in the `examples` directory."
381360
msgstr ""
382361

383-
#: ../../CONTRIBUTING.md:146
362+
#: ../../CONTRIBUTING.md:138
384363
msgid ""
385364
"If an existing example is incomplete or a new example makes sense to be "
386365
"added to an existing file, go ahead and add it, but take care to not "
@@ -389,14 +368,14 @@ msgid ""
389368
"file, new methods after all existing ones in a class."
390369
msgstr ""
391370

392-
#: ../../CONTRIBUTING.md:150
371+
#: ../../CONTRIBUTING.md:142
393372
msgid ""
394373
"Example code is checked for correctness, so adding a new example may "
395374
"require adding additional tests for coverage, and will require fixing any"
396375
" failing tests."
397376
msgstr ""
398377

399-
#: ../../CONTRIBUTING.md:153
378+
#: ../../CONTRIBUTING.md:145
400379
msgid ""
401380
"***⚠️ WARNING***: great care should be taken when modifying existing "
402381
"example code, especially any modification beyond appending to the end of "
@@ -407,43 +386,29 @@ msgid ""
407386
"and then checking those pages in a new build."
408387
msgstr ""
409388

410-
#: ../../CONTRIBUTING.md:161
389+
#: ../../CONTRIBUTING.md:153
411390
msgid "Example:"
412391
msgstr ""
413392

414-
#: ../../CONTRIBUTING.md:163
393+
#: ../../CONTRIBUTING.md:155
415394
msgid "Instead of writing example code in markdown like this"
416395
msgstr ""
417396

418-
#: ../../CONTRIBUTING.md:174
397+
#: ../../CONTRIBUTING.md:166
419398
msgid "The python can be extracted into a `.py` file"
420399
msgstr ""
421400

422-
#: ../../CONTRIBUTING.md:188
401+
#: ../../CONTRIBUTING.md:180
423402
msgid ""
424403
"As another example, if you only need to show part of a `pyproject.toml`, "
425404
"we already have complete project definitions, you need only to find the "
426405
"relevant part."
427406
msgstr ""
428407

429-
#: ../../CONTRIBUTING.md:191
408+
#: ../../CONTRIBUTING.md:183
430409
msgid "Instead of writing this"
431410
msgstr ""
432411

433-
#: ../../CONTRIBUTING.md:203
412+
#: ../../CONTRIBUTING.md:195
434413
msgid "an example could be extracted from an existing toml file"
435414
msgstr ""
436-
437-
#~ msgid ""
438-
#~ "Independently of the approach you "
439-
#~ "choose, the first step is to fork"
440-
#~ " the Python Packaging Guide repository "
441-
#~ "into your personal GitHub space."
442-
#~ msgstr ""
443-
444-
#~ msgid ""
445-
#~ "*__TODO__: This section should show a"
446-
#~ " beginner user how to fork a "
447-
#~ "repository in GitHub.*"
448-
#~ msgstr ""
449-

0 commit comments

Comments
 (0)