Raw
Large file — syntax highlighting disabled.
1 # Catalan translations for Git.
2 # This file is distributed under the same license as the Git package.
3 # Alex Henrie <alexhenrie24@gmail.com>, 2014-2016.
4 # Jordi Mas i Hernàndez <jmas@softcatala.org>, 2016-2024
5 # Mikel Forcada <mikel.forcada@gmail.com> 2024-
6 #
7 # Terminologia
8 #
9 # Anglès | Català
10 # -----------------+---------------------------------
11 # abort v.tr | interrompre, abandonar
12 # abort v.intr. | abandonar
13 # ahead | davant per
14 # amend | esmenar
15 # bare adj. | nu
16 # bogus adj. | erroni
17 # boundary | limit
18 # branch | branca
19 # broken | malmès
20 # bundle | farcell
21 # checksum | suma de verificació
22 # check out | agafar
23 # chunk | fragment
24 # commit | comissió
25 # CPU | processador
26 # cover letter | carta de presentació
27 # cruft | superflu
28 # daemon | dimoni
29 # delta | diferència
30 # deprecated | en desús / obsolet
31 # detached | separat
32 # drop v.tr | descartar
33 # drop v.intr | baixar
34 # dry-run | fer una prova
35 # fatal | fatal
36 # fetch | obtenir
37 # fixup v.tr. | corregir
38 # fixup n. | correcció
39 # flush | buidar / buidatge
40 # friendly-name | nom descriptiu
41 # got (", got X)" | s'ha rebut
42 # graph | graf
43 # graft | empelt / empeltar
44 # hash | resum
45 # hint | consell
46 # hook | lligam
47 # hunk | tros
48 # incremental adj. | incremental
49 # lock | blocatge, blocar
50 # multi-pack-index | índex multipaquet
51 # not supported | no està admès
52 # parse v.tr. | analitzar
53 # path | camí
54 #   poll | sondejar
55 # pretty-print v. | donar / mostrar amb format net, amb formatació
56 # promisor adj. | garant
57 # pull | baixar
58 # push | pujar
59 # quote | cometes (ortogràfiques)
60 # replay v.tr. | reproduir
61 # replay n. | reproducció
62 # repository | repositori
63 # required p.p. | [intentar amb "es requereix" o "cal"]
64 # required adj. | requerit [per]; obligatori
65 # [is] set [to] | [s'ha] definit [com a]
66 # setting | paràmetre
67 # shallow | superficial
68 # skip | ometre
69 # sparse | dispers
70 # squelch | silenciar
71 # stream n. | flux
72 # support v.tr. | admetre
73 # - is supported | - s'admet
74 # support n. [for] | compatibilitat [amb]; intentar constr. verbal
75 # supported adj. | admès
76 # toggle | commutar
77 # token | testimoni
78 # unset | desassignar
79 # use | utilitzar, usar [Guia afavoreix mots curts]
80 # unsupported adj. | no admès
81 # unsupported p.p. | [intentar "no s'admet"]
82 # upstream adj. | amunt [sense substantiu: branca o repositori]
83 # upstream adv. | amunt
84 # watch v.tr. | vigilar
85 # watch n. | vigilància
86 #
87 # Alguns termes que són ordres específiques del git i d'àmbit molt tècnic
88 # hem decidit no traduir-los per a facilitar-ne la compressió a l'usuari i perquè
89 # no tenen una transcendència al gran públic. Es tracta de casos similars
90 # a «ping» en l'àmbit de xarxes.
91 #
92 # Termes que mantenim en anglès (de moment):
93 #
94 #
95 # Anglès | Català
96 # -----------------+---------------------------------
97 # backfill | «backfill» (emplenar els forats?)
98 # blame | «blame»
99 # cherry pick | «cherry pick»
100 # fanout | «fanout»
101 # have (nom) | «have»
102 # HEAD | HEAD (f, la branca actual) - (no s'apostrofa)
103 # rebase | «rebase»
104 # reword | «reword»
105 # stage | «stage» [possible: preparar/preparació]
106 # stash | «stash» [possible: reservar/reserva]
107 # squash | «squash»
108 # trailer | «trailer»
109 # unstage | «unstage»
110 #
111 # Vegeu també https://git.github.io/htmldocs/gitglossary.html
112 #
113 # Criteris
114 # - Mantingueu en anglès les referències a seccions de la documentació, ja que no està traduïda.
115 # - Usem la convenció valenciana per a «per / per a», que inclou l'ús de «per a» davant d'infinitiu
116 #
117 msgid ""
118 msgstr ""
119 "Project-Id-Version: Git\n"
120 "Report-Msgid-Bugs-To: Git Mailing List <git@vger.kernel.org>\n"
121 "POT-Creation-Date: 2026-06-21 09:29+0200\n"
122 "PO-Revision-Date: 2026-06-24 19:00+0200\n"
123 "Last-Translator: Mikel Forcada <mikel.forcada@gmail.com>\n"
124 "Language-Team: Catalan\n"
125 "Language: ca\n"
126 "MIME-Version: 1.0\n"
127 "Content-Type: text/plain; charset=UTF-8\n"
128 "Content-Transfer-Encoding: 8bit\n"
129 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
130 "X-Generator: Poedit 3.4.2\n"
131
132 #: add-interactive.c
133 #, c-format
134 msgid "Huh (%s)?"
135 msgstr "Perdó (%s)?"
136
137 #: add-interactive.c builtin/merge.c builtin/rebase.c reset.c sequencer.c
138 msgid "could not read index"
139 msgstr "no s'ha pogut llegir l'índex"
140
141 #: add-interactive.c
142 msgid "binary"
143 msgstr "binari"
144
145 #: add-interactive.c
146 msgid "nothing"
147 msgstr "res"
148
149 #: add-interactive.c
150 msgid "unchanged"
151 msgstr "sense canvis"
152
153 #: add-interactive.c
154 msgid "Update"
155 msgstr "Actualitza"
156
157 #: add-interactive.c
158 #, c-format
159 msgid "could not stage '%s'"
160 msgstr "no s'ha pogut fer «stage» «%s»"
161
162 #: add-interactive.c builtin/stash.c reset.c sequencer.c
163 msgid "could not write index"
164 msgstr "no s'ha pogut escriure l'índex"
165
166 #: add-interactive.c
167 #, c-format
168 msgid "updated %d path\n"
169 msgid_plural "updated %d paths\n"
170 msgstr[0] "actualitzat %d camí\n"
171 msgstr[1] "actualitzats %d camins\n"
172
173 #: add-interactive.c
174 #, c-format
175 msgid "note: %s is untracked now.\n"
176 msgstr "nota: %s està ara sense seguiment.\n"
177
178 #: add-interactive.c apply.c builtin/checkout.c builtin/reset.c
179 #, c-format
180 msgid "make_cache_entry failed for path '%s'"
181 msgstr "make_cache_entry ha fallat per al camí «%s»"
182
183 #: add-interactive.c
184 msgid "Revert"
185 msgstr "Reverteix"
186
187 #: add-interactive.c
188 msgid "Could not parse HEAD^{tree}"
189 msgstr "No s'ha pogut analitzar HEAD^{tree}"
190
191 #: add-interactive.c
192 #, c-format
193 msgid "reverted %d path\n"
194 msgid_plural "reverted %d paths\n"
195 msgstr[0] "revertit %d camí\n"
196 msgstr[1] "revertits %d camins\n"
197
198 #: add-interactive.c
199 #, c-format
200 msgid "No untracked files.\n"
201 msgstr "Sense fitxers no seguits.\n"
202
203 #: add-interactive.c
204 msgid "Add untracked"
205 msgstr "Afegeix sense seguiment"
206
207 #: add-interactive.c
208 #, c-format
209 msgid "added %d path\n"
210 msgid_plural "added %d paths\n"
211 msgstr[0] "afegit %d camí\n"
212 msgstr[1] "afegits %d camins\n"
213
214 #: add-interactive.c
215 #, c-format
216 msgid "ignoring unmerged: %s"
217 msgstr "s'està ignorant allò no fusionat: %s"
218
219 #: add-interactive.c
220 #, c-format
221 msgid "Only binary files changed.\n"
222 msgstr "Només han canviat fitxers binaris.\n"
223
224 #: add-interactive.c
225 #, c-format
226 msgid "No changes.\n"
227 msgstr "Sense canvis.\n"
228
229 #: add-interactive.c
230 msgid "Patch update"
231 msgstr "Actualització del pedaç"
232
233 #: add-interactive.c
234 msgid "Review diff"
235 msgstr "Reviseu les diferències"
236
237 #: add-interactive.c
238 msgid "show paths with changes"
239 msgstr "mostra els camins amb canvis"
240
241 #: add-interactive.c
242 msgid "add working tree state to the staged set of changes"
243 msgstr "afegeix l'estat de l'arbre de treball al conjunt de canvis «staged»"
244
245 #: add-interactive.c
246 msgid "revert staged set of changes back to the HEAD version"
247 msgstr "reverteix el conjunt de canvis «staged» a la versió HEAD"
248
249 #: add-interactive.c
250 msgid "pick hunks and update selectively"
251 msgstr "selecciona els trossos i actualitza selectivament"
252
253 #: add-interactive.c
254 msgid "view diff between HEAD and index"
255 msgstr "visualitza les diferències entre HEAD i l'índex"
256
257 #: add-interactive.c
258 msgid "add contents of untracked files to the staged set of changes"
259 msgstr "afegeix contingut de fitxers no seguits al conjunt de canvis «staged»"
260
261 #: add-interactive.c
262 msgid "Prompt help:"
263 msgstr "Mostra ajuda:"
264
265 #: add-interactive.c
266 msgid "select a single item"
267 msgstr "seleccioneu un únic ítem"
268
269 #: add-interactive.c
270 msgid "select a range of items"
271 msgstr "seleccioneu un rang d'ítems"
272
273 #: add-interactive.c
274 msgid "select multiple ranges"
275 msgstr "seleccioneu rangs múltiples"
276
277 #: add-interactive.c
278 msgid "select item based on unique prefix"
279 msgstr "seleccioneu un ítem basant-se en un prefix únic"
280
281 #: add-interactive.c
282 msgid "unselect specified items"
283 msgstr "desselecciona els ítems especificats"
284
285 #: add-interactive.c
286 msgid "choose all items"
287 msgstr "trieu tots els ítems"
288
289 #: add-interactive.c
290 msgid "(empty) finish selecting"
291 msgstr "(buit) finalitza la selecció"
292
293 #: add-interactive.c
294 msgid "select a numbered item"
295 msgstr "seleccioneu un ítem numerat"
296
297 #: add-interactive.c
298 msgid "(empty) select nothing"
299 msgstr "(buit) no seleccionis res"
300
301 #: add-interactive.c builtin/clean.c
302 msgid "*** Commands ***"
303 msgstr "*** Ordres ***"
304
305 #: add-interactive.c builtin/clean.c
306 msgid "What now"
307 msgstr "I ara què"
308
309 #: add-interactive.c
310 msgid "staged"
311 msgstr "staged"
312
313 #: add-interactive.c
314 msgid "unstaged"
315 msgstr "unstaged"
316
317 #: add-interactive.c apply.c builtin/am.c builtin/bugreport.c builtin/clone.c
318 #: builtin/diagnose.c builtin/fetch.c builtin/hook.c builtin/merge.c
319 #: builtin/pull.c builtin/submodule--helper.c
320 msgid "path"
321 msgstr "camí"
322
323 #: add-interactive.c
324 msgid "could not refresh index"
325 msgstr "no s'ha pogut actualitzar l'índex"
326
327 #: add-interactive.c builtin/clean.c
328 #, c-format
329 msgid "Bye.\n"
330 msgstr "Adeu.\n"
331
332 #: add-patch.c
333 #, c-format
334 msgid "Stage mode change%s [y,n,q,a,d%s,?]? "
335 msgstr "Canvia el mode de «stage»%s [y,n,q,a,d%s,?]? "
336
337 #: add-patch.c
338 #, c-format
339 msgid "Stage deletion%s [y,n,q,a,d%s,?]? "
340 msgstr "Fer «stage» de la supressió%s [y,n,q,a,d%s,?]? "
341
342 #: add-patch.c
343 #, c-format
344 msgid "Stage addition%s [y,n,q,a,d%s,?]? "
345 msgstr "Fer «stage» de l'addició%s [y,n,q,a,d%s,?]? "
346
347 #: add-patch.c
348 #, c-format
349 msgid "Stage this hunk%s [y,n,q,a,d%s,?]? "
350 msgstr "Fer un «stage» d'aquest tros%s [y,n,q,a,d%s,?]? "
351
352 #: add-patch.c
353 msgid ""
354 "If the patch applies cleanly, the edited hunk will immediately be marked for "
355 "staging."
356 msgstr ""
357 "Si el pedaç s'aplica netament, el tros editat es marcarà immediatament per a "
358 "«staging»."
359
360 #: add-patch.c
361 msgid ""
362 "y - stage this hunk\n"
363 "n - do not stage this hunk\n"
364 "q - quit; do not stage this hunk or any of the remaining ones\n"
365 "a - stage this hunk and all later hunks in the file\n"
366 "d - do not stage this hunk or any of the later hunks in the file\n"
367 msgstr ""
368 "y - fes «stage» d'aquest tros\n"
369 "n - no facis «stage» d'aquest tros\n"
370 "q - surt; no facis «stage» d'aquest tros ni de cap altre restant\n"
371 "a - fes «stage» d'aquest tros i de tota la resta de trossos del fitxer\n"
372 "d - no facis «stage» d'aquest tros ni de cap altre tros posterior del "
373 "fitxer\n"
374
375 #: add-patch.c
376 #, c-format
377 msgid "Stash mode change%s [y,n,q,a,d%s,?]? "
378 msgstr "Canvia el mode de «stash»%s [y,n,q,a,d%s,?]? "
379
380 #: add-patch.c
381 #, c-format
382 msgid "Stash deletion%s [y,n,q,a,d%s,?]? "
383 msgstr "Fer «stash» de la supressió%s [y,n,q,a,d%s,?]? "
384
385 #: add-patch.c
386 #, c-format
387 msgid "Stash addition%s [y,n,q,a,d%s,?]? "
388 msgstr "Fer «stash» de l'addició%s [y,n,q,a,d%s,?]? "
389
390 #: add-patch.c
391 #, c-format
392 msgid "Stash this hunk%s [y,n,q,a,d%s,?]? "
393 msgstr "Fer un «stash» d'aquest tros%s [y,n,q,a,d%s,?]? "
394
395 #: add-patch.c
396 msgid ""
397 "If the patch applies cleanly, the edited hunk will immediately be marked for "
398 "stashing."
399 msgstr ""
400 "Si el pedaç s'aplica de forma neta, el tros editat es marcarà immediatament "
401 "per a «stashing»."
402
403 #: add-patch.c
404 msgid ""
405 "y - stash this hunk\n"
406 "n - do not stash this hunk\n"
407 "q - quit; do not stash this hunk or any of the remaining ones\n"
408 "a - stash this hunk and all later hunks in the file\n"
409 "d - do not stash this hunk or any of the later hunks in the file\n"
410 msgstr ""
411 "y - fes «stash» d'aquest tros\n"
412 "n - no facis «stash» d'aquest tros\n"
413 "q - surt; no facis «stash» d'aquest tros ni de cap altre restant\n"
414 "a - fes «stash» d'aquest tros i de tota la resta de trossos del fitxer\n"
415 "d - no facis «stash» d'aquest tros ni de cap altre tros posterior del "
416 "fitxer\n"
417
418 #: add-patch.c
419 #, c-format
420 msgid "Unstage mode change%s [y,n,q,a,d%s,?]? "
421 msgstr "Canvia el mode de «unstage»%s [y,n,q,a,d%s,?]? "
422
423 #: add-patch.c
424 #, c-format
425 msgid "Unstage deletion%s [y,n,q,a,d%s,?]? "
426 msgstr "Fer «Unstage» de la supressió%s [y,n,q,a,d%s,?]? "
427
428 #: add-patch.c
429 #, c-format
430 msgid "Unstage addition%s [y,n,q,a,d%s,?]? "
431 msgstr "Fer un «unstage» de l'addició%s [y,n,q,a,d%s,?]? "
432
433 #: add-patch.c
434 #, c-format
435 msgid "Unstage this hunk%s [y,n,q,a,d%s,?]? "
436 msgstr "Fer un «unstage» d'aquest tros%s [y,n,q,a,d%s,?]? "
437
438 #: add-patch.c
439 msgid ""
440 "If the patch applies cleanly, the edited hunk will immediately be marked for "
441 "unstaging."
442 msgstr ""
443 "Si el pedaç s'aplica netament, el tros editat es marcarà immediatament per a "
444 "«unstaging»."
445
446 #: add-patch.c
447 msgid ""
448 "y - unstage this hunk\n"
449 "n - do not unstage this hunk\n"
450 "q - quit; do not unstage this hunk or any of the remaining ones\n"
451 "a - unstage this hunk and all later hunks in the file\n"
452 "d - do not unstage this hunk or any of the later hunks in the file\n"
453 msgstr ""
454 "y - fes «unstage» d'aquest tros\n"
455 "n - no facis «unstage» d'aquest tros\n"
456 "q - surt; no facis «unstage» d'aquest tros ni de cap altre restant\n"
457 "a - fes «unstage» d'aquest tros i de tota la resta de trossos del fitxer\n"
458 "d - no facis «unstage» d'aquest tros ni de cap altre restant del fitxer\n"
459
460 #: add-patch.c
461 #, c-format
462 msgid "Apply mode change to index%s [y,n,q,a,d%s,?]? "
463 msgstr "Aplica el canvi de mode a l'índex%s [y,n,q,a,d%s,?]? "
464
465 #: add-patch.c
466 #, c-format
467 msgid "Apply deletion to index%s [y,n,q,a,d%s,?]? "
468 msgstr "Aplica la supressió a l'índex%s [y,n,q,a,d%s,?]? "
469
470 #: add-patch.c
471 #, c-format
472 msgid "Apply addition to index%s [y,n,q,a,d%s,?]? "
473 msgstr "Aplica l'addició a l'índex%s [y,n,q,a,d%s,?]? "
474
475 #: add-patch.c
476 #, c-format
477 msgid "Apply this hunk to index%s [y,n,q,a,d%s,?]? "
478 msgstr "Aplica aquest tros a l'índex%s [y,n,q,a,d%s,?]? "
479
480 #: add-patch.c
481 msgid ""
482 "If the patch applies cleanly, the edited hunk will immediately be marked for "
483 "applying."
484 msgstr ""
485 "Si el pedaç s'aplica netament, el tros editat es marcarà immediatament per a "
486 "aplicar-lo."
487
488 #: add-patch.c
489 msgid ""
490 "y - apply this hunk to index\n"
491 "n - do not apply this hunk to index\n"
492 "q - quit; do not apply this hunk or any of the remaining ones\n"
493 "a - apply this hunk and all later hunks in the file\n"
494 "d - do not apply this hunk or any of the later hunks in the file\n"
495 msgstr ""
496 "y - aplica aquest tros a l'índex\n"
497 "n - no apliquis aquest tros a l'índex\n"
498 "q - surt; no apliquis aquest tros ni cap dels pendents\n"
499 "a - aplica aquest tros i tots els trossos posteriors en el fitxer\n"
500 "d - no apliquis aquest tros ni cap dels trossos posteriors en el fitxer\n"
501
502 #: add-patch.c
503 #, c-format
504 msgid "Discard mode change from worktree%s [y,n,q,a,d%s,?]? "
505 msgstr "Descarta el canvi de mode de l'arbre de treball%s [y,n,q,a,d%s,?]? "
506
507 #: add-patch.c
508 #, c-format
509 msgid "Discard deletion from worktree%s [y,n,q,a,d%s,?]? "
510 msgstr "Descarta suprimir de l'arbre de treball%s [y,n,q,a,d%s,?]? "
511
512 #: add-patch.c
513 #, c-format
514 msgid "Discard addition from worktree%s [y,n,q,a,d%s,?]? "
515 msgstr ""
516 "Descarta l'addició de l'índex i de l'arbre de treball%s [y,n,q,a,d%s,?]? "
517
518 #: add-patch.c
519 #, c-format
520 msgid "Discard this hunk from worktree%s [y,n,q,a,d%s,?]? "
521 msgstr "Descarta aquest tros de l'arbre de treball%s [y,n,q,a,d%s,?]? "
522
523 #: add-patch.c
524 msgid ""
525 "If the patch applies cleanly, the edited hunk will immediately be marked for "
526 "discarding."
527 msgstr ""
528 "Si el pedaç s'aplica netament, el tros editat es marcarà immediatament per a "
529 "ser descartat."
530
531 #: add-patch.c
532 msgid ""
533 "y - discard this hunk from worktree\n"
534 "n - do not discard this hunk from worktree\n"
535 "q - quit; do not discard this hunk or any of the remaining ones\n"
536 "a - discard this hunk and all later hunks in the file\n"
537 "d - do not discard this hunk or any of the later hunks in the file\n"
538 msgstr ""
539 "y - descarta aquest tros de l'arbre de treball\n"
540 "n - no descartis aquest tros de l'arbre de treball\n"
541 "q - surt; no apliquis aquest tros ni cap dels pendents\n"
542 "a - descarta aquest tros i tots els trossos posteriors en el fitxer\n"
543 "d - no descartis aquest tros ni cap dels trossos posteriors en el fitxer\n"
544
545 #: add-patch.c
546 #, c-format
547 msgid "Discard mode change from index and worktree%s [y,n,q,a,d%s,?]? "
548 msgstr ""
549 "Descarta el canvi de mode de l'índex i de l'arbre de treball%s [y,n,q,a,"
550 "d%s,?]? "
551
552 #: add-patch.c
553 #, c-format
554 msgid "Discard deletion from index and worktree%s [y,n,q,a,d%s,?]? "
555 msgstr ""
556 "Descarta suprimir de l'índex i de l'arbre de treball%s [y,n,q,a,d%s,?]? "
557
558 #: add-patch.c
559 #, c-format
560 msgid "Discard addition from index and worktree%s [y,n,q,a,d%s,?]? "
561 msgstr ""
562 "Descarta l'addició de l'índex i de l'arbre de treball%s [y,n,q,a,d%s,?]? "
563
564 #: add-patch.c
565 #, c-format
566 msgid "Discard this hunk from index and worktree%s [y,n,q,a,d%s,?]? "
567 msgstr ""
568 "Descarta aquest tros de l'índex i de l'arbre de treball%s [y,n,q,a,d%s,?]? "
569
570 #: add-patch.c
571 msgid ""
572 "y - discard this hunk from index and worktree\n"
573 "n - do not discard this hunk from index and worktree\n"
574 "q - quit; do not discard this hunk or any of the remaining ones\n"
575 "a - discard this hunk and all later hunks in the file\n"
576 "d - do not discard this hunk or any of the later hunks in the file\n"
577 msgstr ""
578 "y - descarta aquest tros de l'índex i de l'arbre de treball\n"
579 "n - no descartis aquest tros de l'índex ni de l'arbre de treball\n"
580 "q - surt; no apliquis aquest tros ni cap dels pendents\n"
581 "a - descarta aquest tros i tots els trossos posteriors en el fitxer\n"
582 "d - no descartis aquest tros ni cap dels trossos posteriors en el fitxer\n"
583
584 #: add-patch.c
585 #, c-format
586 msgid "Apply mode change to index and worktree%s [y,n,q,a,d%s,?]? "
587 msgstr ""
588 "Aplica el canvi de mode a l'índex i a l'arbre de treball%s [y,n,q,a,d%s,?]? "
589
590 #: add-patch.c
591 #, c-format
592 msgid "Apply deletion to index and worktree%s [y,n,q,a,d%s,?]? "
593 msgstr ""
594 "Aplica la supressió a l'índex i a l'arbre de treball%s [y,n,q,a,d%s,?]? "
595
596 #: add-patch.c
597 #, c-format
598 msgid "Apply addition to index and worktree%s [y,n,q,a,d%s,?]? "
599 msgstr "Aplica l'addició a l'índex i a l'arbre de treball%s [y,n,q,a,d%s,?]? "
600
601 #: add-patch.c
602 #, c-format
603 msgid "Apply this hunk to index and worktree%s [y,n,q,a,d%s,?]? "
604 msgstr ""
605 "Aplica aquest tros a l'índex i a l'arbre de treball%s [y,n,q,a,d%s,?]? "
606
607 #: add-patch.c
608 msgid ""
609 "y - apply this hunk to index and worktree\n"
610 "n - do not apply this hunk to index and worktree\n"
611 "q - quit; do not apply this hunk or any of the remaining ones\n"
612 "a - apply this hunk and all later hunks in the file\n"
613 "d - do not apply this hunk or any of the later hunks in the file\n"
614 msgstr ""
615 "y - aplica aquest tros a l'índex i a l'arbre de treball\n"
616 "n - no apliquis aquest tros a l'índex ni a l'arbre de treball\n"
617 "q - surt; no apliquis aquest tros ni cap dels pendents\n"
618 "a - aplica aquest tros i tots els trossos posteriors en el fitxer\n"
619 "d - no apliquis aquest tros ni cap dels trossos posteriors en el fitxer\n"
620
621 #: add-patch.c
622 #, c-format
623 msgid "Apply mode change to worktree%s [y,n,q,a,d%s,?]? "
624 msgstr "Aplica el canvi de mode a l'arbre de treball%s [y,n,q,a,d%s,?]? "
625
626 #: add-patch.c
627 #, c-format
628 msgid "Apply deletion to worktree%s [y,n,q,a,d%s,?]? "
629 msgstr "Aplica la supressió a l'arbre de treball%s [y,n,q,a,d%s,?]? "
630
631 #: add-patch.c
632 #, c-format
633 msgid "Apply addition to worktree%s [y,n,q,a,d%s,?]? "
634 msgstr "Aplica l'addició a l'arbre de treball%s [y,n,q,a,d%s,?]? "
635
636 #: add-patch.c
637 #, c-format
638 msgid "Apply this hunk to worktree%s [y,n,q,a,d%s,?]? "
639 msgstr "Aplica aquest tros a l'arbre de treball%s [y,n,q,a,d%s,?]? "
640
641 #: add-patch.c
642 msgid ""
643 "y - apply this hunk to worktree\n"
644 "n - do not apply this hunk to worktree\n"
645 "q - quit; do not apply this hunk or any of the remaining ones\n"
646 "a - apply this hunk and all later hunks in the file\n"
647 "d - do not apply this hunk or any of the later hunks in the file\n"
648 msgstr ""
649 "y - aplica aquest tros a l'arbre de treball\n"
650 "n - no apliquis aquest tros a l'arbre de treball\n"
651 "q - surt; no apliquis aquest tros ni cap dels pendents\n"
652 "a - aplica aquest tros i tots els trossos posteriors en el fitxer\n"
653 "d - no apliquis aquest tros ni cap dels trossos posteriors en el fitxer\n"
654
655 #: add-patch.c
656 #, c-format
657 msgid "%s cannot be negative"
658 msgstr "%s no pot ser negatiu"
659
660 #: add-patch.c
661 #, c-format
662 msgid "could not parse hunk header '%.*s'"
663 msgstr "no s'ha pogut analitzar la capçalera del tros «%.*s»"
664
665 #: add-patch.c
666 msgid "could not parse diff"
667 msgstr "no s'ha pogut analitzar el diff"
668
669 #: add-patch.c
670 msgid "could not parse colored diff"
671 msgstr "no s'ha pogut analitzar el diff acolorit"
672
673 #: add-patch.c
674 #, c-format
675 msgid "failed to run '%s'"
676 msgstr "no s'ha pogut executar «%s»"
677
678 #: add-patch.c
679 msgid "mismatched output from interactive.diffFilter"
680 msgstr "sortida no coincident des d'interactive.diffFilter"
681
682 #: add-patch.c
683 msgid ""
684 "Your filter must maintain a one-to-one correspondence\n"
685 "between its input and output lines."
686 msgstr ""
687 "El filtre ha de mantenir una correspondència d'un a un\n"
688 "entre les línies d'entrada i sortida."
689
690 #: add-patch.c
691 #, c-format
692 msgid ""
693 "expected context line #%d in\n"
694 "%.*s"
695 msgstr ""
696 "s'esperava la línia amb contingut #%d a\n"
697 "%.*s"
698
699 #: add-patch.c
700 #, c-format
701 msgid ""
702 "hunks do not overlap:\n"
703 "%.*s\n"
704 "\tdoes not end with:\n"
705 "%.*s"
706 msgstr ""
707 "els trossos no se superposen:\n"
708 "%.*s\n"
709 "\tno acaben amb:\n"
710 "%.*s"
711
712 #: add-patch.c
713 msgid "Manual hunk edit mode -- see bottom for a quick guide.\n"
714 msgstr ""
715 "Mode d'edició de trossos manual - vegeu més avall per a una guia ràpida.\n"
716
717 #: add-patch.c
718 #, c-format
719 msgid ""
720 "---\n"
721 "To remove '%c' lines, make them ' ' lines (context).\n"
722 "To remove '%c' lines, delete them.\n"
723 "Lines starting with %s will be removed.\n"
724 msgstr ""
725 "---\n"
726 "Per a eliminar les línies «%c», convertiu-les en línies ' ' (context).\n"
727 "Per a eliminar les línies «%c», suprimiu-les.\n"
728 "Les línies que comencin per %s s'eliminaran.\n"
729
730 #: add-patch.c
731 msgid ""
732 "If it does not apply cleanly, you will be given an opportunity to\n"
733 "edit again. If all lines of the hunk are removed, then the edit is\n"
734 "aborted and the hunk is left unchanged.\n"
735 msgstr ""
736 "Si no s'aplica correctament, tindreu una oportunitat per a editar-lo\n"
737 "de nou. Si s'eliminen totes les línies del tros, llavors l'edició s'avorta\n"
738 "i el tros es deixa sense cap canvi.\n"
739
740 #: add-patch.c
741 msgid "could not parse hunk header"
742 msgstr "no s'ha pogut analitzar la capçalera del tros"
743
744 #: add-patch.c
745 msgid "'git apply --cached' failed"
746 msgstr "«git apply --cached» ha fallat"
747
748 #. TRANSLATORS: do not translate [y/n]
749 #. The program will only accept that input at this point.
750 #. Consider translating (saying "no" discards!) as
751 #. (saying "n" for "no" discards!) if the translation
752 #. of the word "no" does not start with n.
753 #.
754 #: add-patch.c
755 msgid ""
756 "Your edited hunk does not apply. Edit again (saying \"no\" discards!) [y/n]? "
757 msgstr ""
758 "El tros editat no s'aplica. Editeu-lo de nou (si responeu «no» es "
759 "descartarà) [y/n]? "
760
761 #: add-patch.c
762 msgid "The selected hunks do not apply to the index!"
763 msgstr "Els trossos seleccionats no s'apliquen a l'índex!"
764
765 #: add-patch.c
766 msgid "Apply them to the worktree anyway? "
767 msgstr "Voleu aplicar-los igualment a l'arbre de treball? "
768
769 #: add-patch.c
770 msgid "Nothing was applied.\n"
771 msgstr "No s'ha aplicat res.\n"
772
773 #: add-patch.c
774 #, c-format
775 msgid ""
776 "j - go to the next undecided hunk, roll over at the bottom\n"
777 "J - go to the next hunk, roll over at the bottom\n"
778 "k - go to the previous undecided hunk, roll over at the top\n"
779 "K - go to the previous hunk, roll over at the top\n"
780 "g - select a hunk to go to\n"
781 "/ - search for a hunk matching the given regex\n"
782 "s - split the current hunk into smaller hunks\n"
783 "e - manually edit the current hunk\n"
784 "p - print the current hunk\n"
785 "P - print the current hunk using the pager\n"
786 "> - go to the next file, roll over at the bottom\n"
787 "< - go to the previous file, roll over at the top\n"
788 "? - print help\n"
789 "HUNKS SUMMARY - Hunks: %d, USE: %d, SKIP: %d\n"
790 msgstr ""
791 "j - vés al tros següent sense decidir, torna al principi si ets al final\n"
792 "J -vés al tros següent, torna al principi si ets al final\n"
793 "k - vés al tros anterior sense decidir, i torna al final si ets al principi\n"
794 "K - vés al tros anterior, i torna al final si ets al principi\n"
795 "g - selecciona un tros a on anar\n"
796 "/ - cerca un tros que concorde amb l'expressió regular donada\n"
797 "s - divideix el tros actual en trossos més menuts\n"
798 "e - edita manualment el tros actual\n"
799 "p - imprimeix el tros actual, \n"
800 "P - imprimeix el tros actual, usant el paginador\n"
801 "> - vés al fitxer següent, torna al principi si ets al final\n"
802 "< - vés al fitxer anterior, i torna al final si ets al principi\n"
803 "? - imprimeix l'ajuda\n"
804 "RESUM DE TROSSOS - Trossos %d, USANT %d, SALTANT %d\n"
805
806 #: add-patch.c
807 msgid "'git apply' failed"
808 msgstr "«git apply» ha fallat"
809
810 #: add-patch.c
811 msgid " (was: y)"
812 msgstr " (era: y)"
813
814 #: add-patch.c
815 msgid " (was: n)"
816 msgstr " (era: n)"
817
818 #: add-patch.c
819 #, c-format
820 msgid "Only one letter is expected, got '%s'"
821 msgstr "S'espera una lletra, s'ha rebut «%s»"
822
823 #: add-patch.c
824 msgid "No next file"
825 msgstr "No hi ha fitxer següent"
826
827 #: add-patch.c
828 msgid "No previous file"
829 msgstr "Cap fitxer anterior"
830
831 #: add-patch.c
832 msgid "No other hunk"
833 msgstr "No hi ha altres trossos"
834
835 #: add-patch.c
836 msgid "No other undecided hunk"
837 msgstr "No hi ha més trossos no decidits"
838
839 #: add-patch.c
840 msgid "No other hunks to goto"
841 msgstr "No hi ha altres trossos on anar-hi"
842
843 #: add-patch.c
844 msgid "go to which hunk (<ret> to see more)? "
845 msgstr "ves a quin tros (<intro> per a veure'n més)? "
846
847 #: add-patch.c
848 msgid "go to which hunk? "
849 msgstr "ves a quin tros? "
850
851 #: add-patch.c
852 #, c-format
853 msgid "Invalid number: '%s'"
854 msgstr "Número no vàlid: «%s»"
855
856 #: add-patch.c
857 #, c-format
858 msgid "Sorry, only %d hunk available."
859 msgid_plural "Sorry, only %d hunks available."
860 msgstr[0] "Només %d tros disponible."
861 msgstr[1] "Només %d trossos disponibles."
862
863 #: add-patch.c
864 msgid "No other hunks to search"
865 msgstr "No hi ha cap altre tros a cercar"
866
867 #: add-patch.c
868 msgid "search for regex? "
869 msgstr "cerca per expressió regular? "
870
871 #: add-patch.c
872 #, c-format
873 msgid "Malformed search regexp %s: %s"
874 msgstr "Expressió regular de cerca mal formada %s: %s"
875
876 #: add-patch.c
877 msgid "No hunk matches the given pattern"
878 msgstr "No hi ha trossos que coincideixin amb el patró donat"
879
880 #: add-patch.c
881 msgid "Sorry, cannot split this hunk"
882 msgstr "No es pot dividir aquest tros"
883
884 #: add-patch.c
885 #, c-format
886 msgid "Split into %d hunks."
887 msgstr "Divideix en %d trossos."
888
889 #: add-patch.c
890 msgid "Sorry, cannot edit this hunk"
891 msgstr "No es pot editar aquest tros"
892
893 #: add-patch.c
894 #, c-format
895 msgid "Unknown command '%s' (use '?' for help)"
896 msgstr "Ordre desconeguda: «%s» (useu «?» per a obtenir ajuda)"
897
898 #: add-patch.c
899 msgid "No changes."
900 msgstr "No hi ha canvis."
901
902 #: add-patch.c
903 msgid "Only binary files changed."
904 msgstr "Només han canviat els fitxers binaris."
905
906 #: add-patch.c
907 #, c-format
908 msgid "Stage mode change [y,n,q,a,d%s,?]? "
909 msgstr "Canvia el mode de «stage» [y,n,q,a,d%s,?]? "
910
911 #: add-patch.c
912 #, c-format
913 msgid "Stage deletion [y,n,q,a,d%s,?]? "
914 msgstr "Fer «stage» de la supresió [y,n,q,a,d%s,?]? "
915
916 #: add-patch.c
917 #, c-format
918 msgid "Stage addition [y,n,q,a,d%s,?]? "
919 msgstr "Fer «stage» de l'addició [y,n,q,a,d%s,?]? "
920
921 #: add-patch.c
922 #, c-format
923 msgid "Stage this hunk [y,n,q,a,d%s,?]? "
924 msgstr "Fer un «stage» d'aquest tros [y,n,q,a,d%s,?]? "
925
926 #: add-patch.c
927 msgid "Revision does not refer to a commit"
928 msgstr "La revisió no fa referència a una comissió"
929
930 #: advice.c
931 #, c-format
932 msgid ""
933 "\n"
934 "Disable this message with \"git config set advice.%s false\""
935 msgstr ""
936 "\n"
937 "Desactiva aquest missatge amb «git config set advice.%s false»"
938
939 #: advice.c
940 #, c-format
941 msgid "%shint:%s%.*s%s\n"
942 msgstr "%sconsell:%s%.*s%s\n"
943
944 #: advice.c
945 msgid "Cherry-picking is not possible because you have unmerged files."
946 msgstr "Fer «cherry pick» no és possible perquè teniu fitxers sense fusionar."
947
948 #: advice.c
949 msgid "Committing is not possible because you have unmerged files."
950 msgstr "Cometre no és possible perquè teniu fitxers sense fusionar."
951
952 #: advice.c
953 msgid "Merging is not possible because you have unmerged files."
954 msgstr "Fusionar no és possible perquè teniu fitxers sense fusionar."
955
956 #: advice.c
957 msgid "Pulling is not possible because you have unmerged files."
958 msgstr "Baixar no és possible perquè teniu fitxers sense fusionar."
959
960 #: advice.c
961 msgid "Reverting is not possible because you have unmerged files."
962 msgstr "Revertir no és possible perquè teniu fitxers sense fusionar."
963
964 #: advice.c
965 msgid "Rebasing is not possible because you have unmerged files."
966 msgstr "Fer «rebase» no és possible perquè teniu fitxers sense fusionar."
967
968 #: advice.c
969 msgid ""
970 "Fix them up in the work tree, and then use 'git add/rm <file>'\n"
971 "as appropriate to mark resolution and make a commit."
972 msgstr ""
973 "Arregleu-los en l'arbre de treball, i després useu\n"
974 "«git add/rm <fitxer>» segons sigui apropiat per a\n"
975 "marcar la resolució i feu una comissió."
976
977 #: advice.c
978 msgid "Exiting because of an unresolved conflict."
979 msgstr "S'està sortint a causa d'un conflicte no resolt."
980
981 #: advice.c builtin/merge.c
982 msgid "You have not concluded your merge (MERGE_HEAD exists)."
983 msgstr "No heu conclòs la vostra fusió (MERGE_HEAD existeix)."
984
985 #: advice.c
986 msgid "Please, commit your changes before merging."
987 msgstr "Cometeu els vostres canvis abans de fusionar."
988
989 #: advice.c
990 msgid "Exiting because of unfinished merge."
991 msgstr "S'està sortint a causa d'una fusió no terminada."
992
993 #: advice.c
994 msgid ""
995 "Diverging branches can't be fast-forwarded, you need to either:\n"
996 "\n"
997 "\tgit merge --no-ff\n"
998 "\n"
999 "or:\n"
1000 "\n"
1001 "\tgit rebase\n"
1002 msgstr ""
1003 "Les branques divergents no es poden avançar ràpidament, cal que feu:\n"
1004 "\n"
1005 "\tgit merge --no-ff\n"
1006 "\n"
1007 "o:\n"
1008 "\n"
1009 "\tgit rebase\n"
1010
1011 #: advice.c
1012 msgid "Not possible to fast-forward, aborting."
1013 msgstr "No és possible avançar ràpidament, s'abandona."
1014
1015 #: advice.c
1016 #, c-format
1017 msgid ""
1018 "The following paths and/or pathspecs matched paths that exist\n"
1019 "outside of your sparse-checkout definition, so will not be\n"
1020 "updated in the index:\n"
1021 msgstr ""
1022 "Els camins següents i/o les especificacions de camins coincideixen\n"
1023 "amb camins que existeixen fora de la vostra definició de\n"
1024 "«sparse-checkout», així que no serà actualitzaran en l'índex:\n"
1025
1026 #: advice.c
1027 msgid ""
1028 "If you intend to update such entries, try one of the following:\n"
1029 "* Use the --sparse option.\n"
1030 "* Disable or modify the sparsity rules."
1031 msgstr ""
1032 "Si voleu actualitzar aquestes entrades, proveu les solucions següents:\n"
1033 "* Utilitzeu l'opció --sparse.\n"
1034 "* Inhabiliteu o modifiqueu les regles de dispersió."
1035
1036 #: advice.c
1037 #, c-format
1038 msgid ""
1039 "Note: switching to '%s'.\n"
1040 "\n"
1041 "You are in 'detached HEAD' state. You can look around, make experimental\n"
1042 "changes and commit them, and you can discard any commits you make in this\n"
1043 "state without impacting any branches by switching back to a branch.\n"
1044 "\n"
1045 "If you want to create a new branch to retain commits you create, you may\n"
1046 "do so (now or later) by using -c with the switch command. Example:\n"
1047 "\n"
1048 " git switch -c <new-branch-name>\n"
1049 "\n"
1050 "Or undo this operation with:\n"
1051 "\n"
1052 " git switch -\n"
1053 "\n"
1054 "Turn off this advice by setting config variable advice.detachedHead to "
1055 "false\n"
1056 "\n"
1057 msgstr ""
1058 "Avís: s'està canviant a «%s».\n"
1059 "\n"
1060 "Esteu en un estat de «HEAD separat». Podeu donar un cop d'ull, fer canvis\n"
1061 "experimentals i cometre'ls. Podeu descartar qualsevol comissió que feu\n"
1062 "en aquest estat, sense impactar a cap branca, tornant a una branca.\n"
1063 "\n"
1064 "Si voleu crear una branca nova per a conservar les comissions que creeu,\n"
1065 "poder fer-ho (ara o més tard) usant -c amb l'ordre switch. Exemple:\n"
1066 "\n"
1067 " git switch -c <nom-de-branca-nova>\n"
1068 "\n"
1069 "O desfer aquesta operació amb:\n"
1070 "\n"
1071 " git switch -\n"
1072 "\n"
1073 "Desactiveu aquest consell configurant la variable advice.detachedHead a "
1074 "«false»\n"
1075 "\n"
1076
1077 #: advice.c
1078 #, c-format
1079 msgid ""
1080 "The following paths have been moved outside the\n"
1081 "sparse-checkout definition but are not sparse due to local\n"
1082 "modifications.\n"
1083 msgstr ""
1084 "Els camins següents s'han mogut fora de la\n"
1085 "definició de sparse-checkout però no són dispersos\n"
1086 "a causa de modificacions en local.\n"
1087
1088 #: advice.c
1089 msgid ""
1090 "To correct the sparsity of these paths, do the following:\n"
1091 "* Use \"git add --sparse <paths>\" to update the index\n"
1092 "* Use \"git sparse-checkout reapply\" to apply the sparsity rules"
1093 msgstr ""
1094 "Per a corregir la dispersió d'aquests camins, feu el següent:\n"
1095 "* Useu «git add --sparse <paths>» per a actualitzar l'índex\n"
1096 "* Useu «git sparse-checkout reapply» per a aplicar les regles de dispersió"
1097
1098 #: alias.c
1099 msgid "cmdline ends with \\"
1100 msgstr "la línia d'ordres acaba amb \\"
1101
1102 #: alias.c
1103 msgid "unclosed quote"
1104 msgstr "cometes no tancades"
1105
1106 #: alias.c builtin/cat-file.c builtin/name-rev.c builtin/notes.c
1107 #: builtin/prune-packed.c builtin/receive-pack.c builtin/refs.c builtin/repo.c
1108 #: builtin/tag.c t/helper/test-pkt-line.c
1109 msgid "too many arguments"
1110 msgstr "hi ha massa arguments"
1111
1112 #: apply.c
1113 #, c-format
1114 msgid "unrecognized whitespace option '%s'"
1115 msgstr "opció d'espai en blanc «%s» no reconeguda"
1116
1117 #: apply.c
1118 #, c-format
1119 msgid "unrecognized whitespace ignore option '%s'"
1120 msgstr "opció ignora l'espai en blanc «%s» no reconeguda"
1121
1122 #: apply.c archive.c builtin/add.c builtin/branch.c builtin/checkout-index.c
1123 #: builtin/checkout.c builtin/clean.c builtin/clone.c builtin/commit.c
1124 #: builtin/describe.c builtin/diff-tree.c builtin/difftool.c
1125 #: builtin/fast-export.c builtin/fetch.c builtin/help.c builtin/index-pack.c
1126 #: builtin/init-db.c builtin/log.c builtin/ls-files.c builtin/merge-base.c
1127 #: builtin/merge-tree.c builtin/merge.c builtin/rebase.c builtin/repack.c
1128 #: builtin/reset.c builtin/rev-parse.c builtin/show-branch.c builtin/stash.c
1129 #: builtin/submodule--helper.c builtin/tag.c builtin/worktree.c parse-options.c
1130 #: range-diff.c revision.c
1131 #, c-format
1132 msgid "options '%s' and '%s' cannot be used together"
1133 msgstr "les opcions «%s» i «%s» no es poden usar juntes"
1134
1135 #: apply.c
1136 #, c-format
1137 msgid "'%s' outside a repository"
1138 msgstr "«%s» fora d'un repositori"
1139
1140 #: apply.c
1141 msgid "failed to read patch"
1142 msgstr "s'ha produït un error en llegir el pedaç"
1143
1144 #: apply.c
1145 msgid "patch too large"
1146 msgstr "el pedaç és massa gran"
1147
1148 #: apply.c
1149 #, c-format
1150 msgid "Cannot prepare timestamp regexp %s"
1151 msgstr "No es pot preparar l'expressió regular de marca de temps %s"
1152
1153 #: apply.c
1154 #, c-format
1155 msgid "regexec returned %d for input: %s"
1156 msgstr "regexec ha retornat %d per a l'entrada: %s"
1157
1158 #: apply.c
1159 #, c-format
1160 msgid "unable to find filename in patch at %s:%d"
1161 msgstr "no s'ha pogut trobar el nom de fitxer en el pedaç en %s:%d"
1162
1163 #: apply.c
1164 #, c-format
1165 msgid "git apply: bad git-diff - expected /dev/null, got %s at %s:%d"
1166 msgstr ""
1167 "git apply: git-diff incorrecte - s'esperava /dev/null, s'ha rebut %s en %s:%d"
1168
1169 #: apply.c
1170 #, c-format
1171 msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"
1172 msgstr ""
1173 "git apply: git-diff incorrecte - s'esperava /dev/null, s'ha rebut %s en la "
1174 "línia %d"
1175
1176 #: apply.c
1177 #, c-format
1178 msgid "git apply: bad git-diff - inconsistent new filename at %s:%d"
1179 msgstr ""
1180 "git apply: git-diff incorrecte - nom de fitxer nou inconsistent en %s:%d"
1181
1182 #: apply.c
1183 #, c-format
1184 msgid "git apply: bad git-diff - inconsistent old filename at %s:%d"
1185 msgstr ""
1186 "git apply: git-diff incorrecte - nom de fitxer antic inconsistent en %s:%d"
1187
1188 #: apply.c
1189 #, c-format
1190 msgid "git apply: bad git-diff - inconsistent new filename on line %d"
1191 msgstr ""
1192 "git apply: git-diff incorrecte - nom de fitxer nou inconsistent en la línia "
1193 "%d"
1194
1195 #: apply.c
1196 #, c-format
1197 msgid "git apply: bad git-diff - inconsistent old filename on line %d"
1198 msgstr ""
1199 "git apply: git-diff incorrecte - nom de fitxer antic inconsistent en la "
1200 "línia %d"
1201
1202 #: apply.c
1203 #, c-format
1204 msgid "git apply: bad git-diff - expected /dev/null at %s:%d"
1205 msgstr "git apply: git-diff incorrecte - s'esperava /dev/null en %s:%d"
1206
1207 #: apply.c
1208 #, c-format
1209 msgid "git apply: bad git-diff - expected /dev/null on line %d"
1210 msgstr "git apply: git-diff incorrecte - s'esperava /dev/null en la línia %d"
1211
1212 #: apply.c
1213 #, c-format
1214 msgid "invalid mode at %s:%d: %s"
1215 msgstr "mode no vàlid en %s:%d: %s"
1216
1217 #: apply.c
1218 #, c-format
1219 msgid "invalid mode on line %d: %s"
1220 msgstr "mode no vàlid en la línia %d: %s"
1221
1222 #: apply.c
1223 #, c-format
1224 msgid "inconsistent header lines %d and %d"
1225 msgstr "línies de capçalera %d i %d inconsistents"
1226
1227 #: apply.c
1228 #, c-format
1229 msgid ""
1230 "git diff header lacks filename information when removing %d leading pathname "
1231 "component at %s:%d"
1232 msgid_plural ""
1233 "git diff header lacks filename information when removing %d leading pathname "
1234 "components at %s:%d"
1235 msgstr[0] ""
1236 "a la capçalera de git diff li manca informació de nom de fitxer en eliminar "
1237 "%d component de nom de camí inicial en %s:%d"
1238 msgstr[1] ""
1239 "a la capçalera de git diff li manca informació de nom de fitxer en eliminar "
1240 "%d components de nom de camí inicial en %s:%d"
1241
1242 #: apply.c
1243 #, c-format
1244 msgid ""
1245 "git diff header lacks filename information when removing %d leading pathname "
1246 "component (line %d)"
1247 msgid_plural ""
1248 "git diff header lacks filename information when removing %d leading pathname "
1249 "components (line %d)"
1250 msgstr[0] ""
1251 "a la capçalera de git diff li manca informació de nom de fitxer en eliminar "
1252 "%d component de nom de camí inicial (línia %d)"
1253 msgstr[1] ""
1254 "a la capçalera de git diff li manca informació de nom de fitxer en eliminar "
1255 "%d components de nom de camí inicial (línia %d)"
1256
1257 #: apply.c
1258 #, c-format
1259 msgid "git diff header lacks filename information at %s:%d"
1260 msgstr ""
1261 "a la capçalera de git diff hi manca informació de nom de fitxer en %s:%d"
1262
1263 #: apply.c
1264 #, c-format
1265 msgid "git diff header lacks filename information (line %d)"
1266 msgstr ""
1267 "a la capçalera de git diff li manca informació de nom de fitxer (línia %d)"
1268
1269 #: apply.c
1270 #, c-format
1271 msgid "recount: unexpected line: %.*s"
1272 msgstr "recompte: línia inesperada: %.*s"
1273
1274 #: apply.c
1275 #, c-format
1276 msgid "patch fragment without header at %s:%d: %.*s"
1277 msgstr "fragment de pedaç sense capçalera en %s:%d: %.*s"
1278
1279 #: apply.c
1280 msgid "new file depends on old contents"
1281 msgstr "el fitxer nou depèn dels continguts antics"
1282
1283 #: apply.c
1284 msgid "deleted file still has contents"
1285 msgstr "el fitxer suprimit encara té continguts"
1286
1287 #: apply.c
1288 #, c-format
1289 msgid "corrupt patch at %s:%d"
1290 msgstr "pedaç malmès en %s:%d"
1291
1292 #: apply.c
1293 #, c-format
1294 msgid "new file %s depends on old contents"
1295 msgstr "el fitxer nou %s depèn dels continguts antics"
1296
1297 #: apply.c
1298 #, c-format
1299 msgid "deleted file %s still has contents"
1300 msgstr "el fitxer suprimit %s encara té continguts"
1301
1302 #: apply.c
1303 #, c-format
1304 msgid "** warning: file %s becomes empty but is not deleted"
1305 msgstr "** advertència: el fitxer %s queda buit però no se suprimeix"
1306
1307 #: apply.c
1308 #, c-format
1309 msgid "corrupt binary patch at %s:%d: %.*s"
1310 msgstr "pedaç binari malmès en %s:%d: %.*s"
1311
1312 #: apply.c
1313 #, c-format
1314 msgid "unrecognized binary patch at %s:%d"
1315 msgstr "pedaç binari no reconegut en %s:%d"
1316
1317 #: apply.c
1318 #, c-format
1319 msgid "patch with only garbage at %s:%d"
1320 msgstr "pedaç amb només escombraries en %s:%d"
1321
1322 #: apply.c
1323 #, c-format
1324 msgid "unable to read symlink %s"
1325 msgstr "no s'ha pogut llegir l'enllaç simbòlic %s"
1326
1327 #: apply.c
1328 #, c-format
1329 msgid "unable to open or read %s"
1330 msgstr "no s'ha pogut obrir o llegir %s"
1331
1332 #: apply.c
1333 #, c-format
1334 msgid "invalid start of line: '%c'"
1335 msgstr "inici de línia no vàlid: «%c»"
1336
1337 #: apply.c
1338 #, c-format
1339 msgid "Hunk #%d succeeded at %d (offset %d line)."
1340 msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."
1341 msgstr[0] "El tros #%d ha tingut èxit a %d (desplaçament d'%d línia)."
1342 msgstr[1] "El tros #%d ha tingut èxit a %d (desplaçament de %d línies)."
1343
1344 #: apply.c
1345 #, c-format
1346 msgid "Context reduced to (%ld/%ld) to apply fragment at %d"
1347 msgstr "El context s'ha reduït a (%ld/%ld) per a aplicar el fragment a %d"
1348
1349 #: apply.c
1350 #, c-format
1351 msgid ""
1352 "while searching for:\n"
1353 "%.*s"
1354 msgstr ""
1355 "tot cercant:\n"
1356 "%.*s"
1357
1358 #: apply.c
1359 #, c-format
1360 msgid "missing binary patch data for '%s'"
1361 msgstr "manquen les dades de pedaç binari de «%s»"
1362
1363 #: apply.c
1364 #, c-format
1365 msgid "cannot reverse-apply a binary patch without the reverse hunk to '%s'"
1366 msgstr "no es pot aplicar al revés un pedaç binari sense el tros revés a «%s»"
1367
1368 #: apply.c
1369 #, c-format
1370 msgid "cannot apply binary patch to '%s' without full index line"
1371 msgstr ""
1372 "no es pot aplicar un pedaç binari a «%s» sense la línia d'índex completa"
1373
1374 #: apply.c
1375 #, c-format
1376 msgid ""
1377 "the patch applies to '%s' (%s), which does not match the current contents."
1378 msgstr ""
1379 "el pedaç s'aplica a «%s» (%s), el qual no coincideix amb els continguts "
1380 "actuals."
1381
1382 #: apply.c
1383 #, c-format
1384 msgid "the patch applies to an empty '%s' but it is not empty"
1385 msgstr "el pedaç s'aplica a un «%s» buit però no és buit"
1386
1387 #: apply.c
1388 #, c-format
1389 msgid "the necessary postimage %s for '%s' cannot be read"
1390 msgstr "no es pot llegir la postimatge %s necessària per a «%s»"
1391
1392 #: apply.c
1393 #, c-format
1394 msgid "binary patch does not apply to '%s'"
1395 msgstr "el pedaç binari no s'aplica a «%s»"
1396
1397 #: apply.c
1398 #, c-format
1399 msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"
1400 msgstr ""
1401 "el pedaç binari a «%s» crea un resultat incorrecte (s'esperava %s, s'ha "
1402 "rebut %s)"
1403
1404 #: apply.c
1405 #, c-format
1406 msgid "patch failed: %s:%ld"
1407 msgstr "el pedaç ha fallat: %s:%ld"
1408
1409 #: apply.c builtin/mv.c
1410 #, c-format
1411 msgid "cannot checkout %s"
1412 msgstr "no es pot agafar %s"
1413
1414 #: apply.c midx.c pack-mtimes.c pack-revindex.c setup.c
1415 #, c-format
1416 msgid "failed to read %s"
1417 msgstr "s'ha produït un error en llegir %s"
1418
1419 #: apply.c
1420 #, c-format
1421 msgid "reading from '%s' beyond a symbolic link"
1422 msgstr "s'està llegint de «%s» més enllà d'un enllaç simbòlic"
1423
1424 #: apply.c
1425 #, c-format
1426 msgid "path %s has been renamed/deleted"
1427 msgstr "el camí %s s'ha canviat de nom / s'ha suprimit"
1428
1429 #: apply.c
1430 #, c-format
1431 msgid "%s: does not exist in index"
1432 msgstr "%s: no existeix en l'índex"
1433
1434 #: apply.c
1435 #, c-format
1436 msgid "%s: does not match index"
1437 msgstr "%s: no coincideix amb l'índex"
1438
1439 #: apply.c
1440 msgid "repository lacks the necessary blob to perform 3-way merge."
1441 msgstr ""
1442 "al repositori li manca el blob necessari per a fer a una fusió de 3 vies."
1443
1444 #: apply.c
1445 #, c-format
1446 msgid "Performing three-way merge...\n"
1447 msgstr "S'està fent una fusió de 3 vies...\n"
1448
1449 #: apply.c
1450 #, c-format
1451 msgid "cannot read the current contents of '%s'"
1452 msgstr "no es poden llegir els continguts actuals de «%s»"
1453
1454 #: apply.c
1455 #, c-format
1456 msgid "Failed to perform three-way merge...\n"
1457 msgstr "S'ha produït un error en fer una fusió de tres vies...\n"
1458
1459 #: apply.c
1460 #, c-format
1461 msgid "Applied patch to '%s' with conflicts.\n"
1462 msgstr "S'ha aplicat el pedaç a «%s» amb conflictes.\n"
1463
1464 #: apply.c
1465 #, c-format
1466 msgid "Applied patch to '%s' cleanly.\n"
1467 msgstr "S'ha aplicat el pedaç a «%s» netament.\n"
1468
1469 #: apply.c
1470 #, c-format
1471 msgid "Falling back to direct application...\n"
1472 msgstr "S'està usant alternativament l'aplicació directa...\n"
1473
1474 #: apply.c
1475 msgid "removal patch leaves file contents"
1476 msgstr "el pedaç d'eliminació deixa els continguts dels fitxers"
1477
1478 #: apply.c
1479 #, c-format
1480 msgid "%s: wrong type"
1481 msgstr "%s: tipus erroni"
1482
1483 #: apply.c
1484 #, c-format
1485 msgid "%s has type %o, expected %o"
1486 msgstr "%s és del tipus %o, s'esperava %o"
1487
1488 #: apply.c builtin/fast-import.c read-cache.c
1489 #, c-format
1490 msgid "invalid path '%s'"
1491 msgstr "camí no vàlid: «%s»"
1492
1493 #: apply.c
1494 #, c-format
1495 msgid "%s: already exists in index"
1496 msgstr "%s: ja existeix en l'índex"
1497
1498 #: apply.c
1499 #, c-format
1500 msgid "%s: already exists in working directory"
1501 msgstr "%s: ja existeix en el directori de treball"
1502
1503 #: apply.c
1504 #, c-format
1505 msgid "new mode (%o) of %s does not match old mode (%o)"
1506 msgstr "el mode nou (%o) de %s no coincideix amb el mode antic (%o)"
1507
1508 #: apply.c
1509 #, c-format
1510 msgid "new mode (%o) of %s does not match old mode (%o) of %s"
1511 msgstr "el mode nou (%o) de %s no coincideix amb el mode antic (%o) de %s"
1512
1513 #: apply.c
1514 #, c-format
1515 msgid "affected file '%s' is beyond a symbolic link"
1516 msgstr "el fitxer afectat «%s» és més enllà d'un enllaç simbòlic"
1517
1518 #: apply.c
1519 #, c-format
1520 msgid "%s: patch does not apply"
1521 msgstr "%s: el pedaç no s'aplica"
1522
1523 #: apply.c
1524 #, c-format
1525 msgid "Checking patch %s..."
1526 msgstr "S'està comprovant el pedaç %s..."
1527
1528 #: apply.c
1529 #, c-format
1530 msgid "sha1 information is lacking or useless for submodule %s"
1531 msgstr "hi manca la informació sha1 o és inútil per al submòdul %s"
1532
1533 #: apply.c
1534 #, c-format
1535 msgid "mode change for %s, which is not in current HEAD"
1536 msgstr "canvi de mode per a %s, el qual no està en la HEAD actual"
1537
1538 #: apply.c
1539 #, c-format
1540 msgid "sha1 information is lacking or useless (%s)."
1541 msgstr "hi manca informació sha1 o és inútil (%s)."
1542
1543 #: apply.c
1544 #, c-format
1545 msgid "could not add %s to temporary index"
1546 msgstr "no s'ha pogut afegir %s a l'índex temporal"
1547
1548 #: apply.c
1549 #, c-format
1550 msgid "could not write temporary index to %s"
1551 msgstr "no s'ha pogut escriure l'índex temporal a %s"
1552
1553 #: apply.c
1554 #, c-format
1555 msgid "unable to remove %s from index"
1556 msgstr "no s'ha pogut eliminar %s de l'índex"
1557
1558 #: apply.c
1559 #, c-format
1560 msgid "corrupt patch for submodule %s"
1561 msgstr "pedaç malmès per al submòdul %s"
1562
1563 #: apply.c
1564 #, c-format
1565 msgid "unable to stat newly created file '%s'"
1566 msgstr "no s'ha pogut fer stat al fitxer novament creat «%s»"
1567
1568 #: apply.c
1569 #, c-format
1570 msgid "unable to create backing store for newly created file %s"
1571 msgstr ""
1572 "no s'ha pogut crear un magatzem de suport per al fitxer novament creat %s"
1573
1574 #: apply.c
1575 #, c-format
1576 msgid "unable to add cache entry for %s"
1577 msgstr "no s'ha pogut afegir una entrada de cau per a %s"
1578
1579 #: apply.c builtin/bisect.c builtin/gc.c
1580 #, c-format
1581 msgid "failed to write to '%s'"
1582 msgstr "no s'ha pogut escriure en «%s»"
1583
1584 #: apply.c
1585 #, c-format
1586 msgid "closing file '%s'"
1587 msgstr "s'està tancant el fitxer «%s»"
1588
1589 #: apply.c
1590 #, c-format
1591 msgid "unable to write file '%s' mode %o"
1592 msgstr "no s'ha pogut escriure el fitxer «%s» mode %o"
1593
1594 #: apply.c
1595 #, c-format
1596 msgid "Applied patch %s cleanly."
1597 msgstr "El pedaç %s s'ha aplicat netament."
1598
1599 #: apply.c
1600 msgid "internal error"
1601 msgstr "error intern"
1602
1603 #: apply.c
1604 #, c-format
1605 msgid "Applying patch %%s with %d reject..."
1606 msgid_plural "Applying patch %%s with %d rejects..."
1607 msgstr[0] "S'està aplicant el pedaç %%s amb %d rebuig..."
1608 msgstr[1] "S'està aplicant el pedaç %%s amb %d rebutjos..."
1609
1610 #: apply.c
1611 #, c-format
1612 msgid "cannot open %s"
1613 msgstr "no es pot obrir %s"
1614
1615 #: apply.c rerere.c
1616 #, c-format
1617 msgid "cannot unlink '%s'"
1618 msgstr "no es pot fer «unlink» de «%s»"
1619
1620 #: apply.c
1621 #, c-format
1622 msgid "Hunk #%d applied cleanly."
1623 msgstr "El tros #%d s'ha aplicat netament."
1624
1625 #: apply.c
1626 #, c-format
1627 msgid "Rejected hunk #%d."
1628 msgstr "S'ha rebutjat el tros #%d."
1629
1630 #: apply.c
1631 #, c-format
1632 msgid "Skipped patch '%s'."
1633 msgstr "S'ha omès el pedaç «%s»."
1634
1635 #: apply.c
1636 msgid "No valid patches in input (allow with \"--allow-empty\")"
1637 msgstr "No hi ha pedaços vàlids a l'entrada (permeteu-los amb «--allow-empty»)"
1638
1639 #: apply.c t/helper/test-cache-tree.c
1640 msgid "unable to read index file"
1641 msgstr "no es pot llegir el fitxer d'índex"
1642
1643 #: apply.c
1644 #, c-format
1645 msgid "option -p expects a non-negative integer, got '%s'"
1646 msgstr "l'opció -p espera un enter no negatiu, però s'ha rebut «%s»"
1647
1648 #: apply.c
1649 #, c-format
1650 msgid "unable to normalize directory: '%s'"
1651 msgstr "no s'ha pogut normalitzar el directori: %s"
1652
1653 #: apply.c
1654 #, c-format
1655 msgid "can't open patch '%s': %s"
1656 msgstr "no es pot obrir el pedaç «%s»: %s"
1657
1658 #: apply.c
1659 #, c-format
1660 msgid "squelched %d whitespace error"
1661 msgid_plural "squelched %d whitespace errors"
1662 msgstr[0] "s'ha silenciat %d error d'espai en blanc"
1663 msgstr[1] "s'han silenciat %d errors d'espai en blanc"
1664
1665 #: apply.c
1666 #, c-format
1667 msgid "%d line adds whitespace errors."
1668 msgid_plural "%d lines add whitespace errors."
1669 msgstr[0] "%d línia afegeix errors d'espai en blanc."
1670 msgstr[1] "%d línies afegeixen errors d'espai en blanc."
1671
1672 #: apply.c
1673 #, c-format
1674 msgid "%d line applied after fixing whitespace errors."
1675 msgid_plural "%d lines applied after fixing whitespace errors."
1676 msgstr[0] ""
1677 "S'ha aplicat %d línia després d'arreglar els errors d'espai en blanc."
1678 msgstr[1] ""
1679 "S'han aplicat %d línies després d'arreglar els errors d'espai en blanc."
1680
1681 #: apply.c builtin/mv.c builtin/rm.c
1682 msgid "Unable to write new index file"
1683 msgstr "No s'ha pogut escriure un fitxer d'índex nou"
1684
1685 #: apply.c
1686 msgid "don't apply changes matching the given path"
1687 msgstr "no apliquis els canvis que coincideixin amb el camí donat"
1688
1689 #: apply.c
1690 msgid "apply changes matching the given path"
1691 msgstr "aplica els canvis que coincideixin amb el camí donat"
1692
1693 #: apply.c builtin/am.c
1694 msgid "num"
1695 msgstr "nombre"
1696
1697 #: apply.c
1698 msgid "remove <num> leading slashes from traditional diff paths"
1699 msgstr ""
1700 "elimina <nombre> barres obliqües inicials dels camins de diferència "
1701 "tradicionals"
1702
1703 #: apply.c
1704 msgid "ignore additions made by the patch"
1705 msgstr "ignora afegiments fets pel pedaç"
1706
1707 #: apply.c
1708 msgid "instead of applying the patch, output diffstat for the input"
1709 msgstr ""
1710 "en lloc d'aplicar el pedaç, emet les estadístiques de diferència de l'entrada"
1711
1712 #: apply.c
1713 msgid "show number of added and deleted lines in decimal notation"
1714 msgstr "mostra el nombre de línies afegides i suprimides en notació decimal"
1715
1716 #: apply.c
1717 msgid "instead of applying the patch, output a summary for the input"
1718 msgstr "en lloc d'aplicar el pedaç, emet un resum de l'entrada"
1719
1720 #: apply.c
1721 msgid "instead of applying the patch, see if the patch is applicable"
1722 msgstr "en lloc d'aplicar el pedaç, determina si el pedaç és aplicable"
1723
1724 #: apply.c
1725 msgid "make sure the patch is applicable to the current index"
1726 msgstr "assegura que el pedaç sigui aplicable a l'índex actual"
1727
1728 #: apply.c
1729 msgid "mark new files with `git add --intent-to-add`"
1730 msgstr "marca els fitxers nous amb «git add --intent-to-add»"
1731
1732 #: apply.c
1733 msgid "apply a patch without touching the working tree"
1734 msgstr "aplica un pedaç sense tocar l'arbre de treball"
1735
1736 #: apply.c
1737 msgid "accept a patch that touches outside the working area"
1738 msgstr "accepta un pedaç que toqui fora de l'àrea de treball"
1739
1740 #: apply.c
1741 msgid "also apply the patch (use with --stat/--summary/--check)"
1742 msgstr "aplica el pedaç també (useu amb --stat/--summary/--check)"
1743
1744 #: apply.c
1745 msgid "attempt three-way merge, fall back on normal patch if that fails"
1746 msgstr ""
1747 "intenta una fusió de tres vies, si falla intenta llavors un pedaç normal"
1748
1749 #: apply.c builtin/merge-file.c
1750 msgid "for conflicts, use our version"
1751 msgstr "en conflictes, usa la nostra versió"
1752
1753 #: apply.c builtin/merge-file.c
1754 msgid "for conflicts, use their version"
1755 msgstr "en conflictes, usa la seva versió"
1756
1757 #: apply.c builtin/merge-file.c
1758 msgid "for conflicts, use a union version"
1759 msgstr "en conflictes, usa una versió d'unió"
1760
1761 #: apply.c
1762 msgid "build a temporary index based on embedded index information"
1763 msgstr "construeix un índex temporal basat en la informació d'índex incrustada"
1764
1765 #: apply.c builtin/checkout-index.c
1766 msgid "paths are separated with NUL character"
1767 msgstr "els camins se separen amb el caràcter NUL"
1768
1769 #: apply.c
1770 msgid "ensure at least <n> lines of context match"
1771 msgstr "assegura't que almenys <n> línies de context coincideixin"
1772
1773 #: apply.c builtin/am.c builtin/interpret-trailers.c builtin/pack-objects.c
1774 #: builtin/rebase.c
1775 msgid "action"
1776 msgstr "acció"
1777
1778 #: apply.c
1779 msgid "detect new or modified lines that have whitespace errors"
1780 msgstr ""
1781 "detecta les línies noves o modificades que tinguin errors d'espai en blanc"
1782
1783 #: apply.c
1784 msgid "ignore changes in whitespace when finding context"
1785 msgstr "ignora els canvis d'espai en blanc en cercar context"
1786
1787 #: apply.c
1788 msgid "apply the patch in reverse"
1789 msgstr "aplica el pedaç al revés"
1790
1791 #: apply.c
1792 msgid "don't expect at least one line of context"
1793 msgstr "no esperis almenys una línia de context"
1794
1795 #: apply.c
1796 msgid "leave the rejected hunks in corresponding *.rej files"
1797 msgstr "deixa els trossos rebutjats en fitxers *.rej corresponents"
1798
1799 #: apply.c
1800 msgid "allow overlapping hunks"
1801 msgstr "permet trossos superposats"
1802
1803 #: apply.c
1804 msgid "tolerate incorrectly detected missing new-line at the end of file"
1805 msgstr "tolera una línia nova incorrectament detectada al final del fitxer"
1806
1807 #: apply.c
1808 msgid "do not trust the line counts in the hunk headers"
1809 msgstr "no confiïs en els recomptes de línia en les capçaleres dels trossos"
1810
1811 #: apply.c builtin/am.c
1812 msgid "root"
1813 msgstr "arrel"
1814
1815 #: apply.c
1816 msgid "prepend <root> to all filenames"
1817 msgstr "anteposa <arrel> a tots els noms de fitxer"
1818
1819 #: apply.c
1820 msgid "don't return error for empty patches"
1821 msgstr "no retornis l'error per als pedaços buits"
1822
1823 #: apply.c
1824 msgid "--ours, --theirs, and --union require --3way"
1825 msgstr "--ours, --theirs, i --union requereixen --3way"
1826
1827 #: archive-tar.c archive-zip.c
1828 #, c-format
1829 msgid "cannot stream blob %s"
1830 msgstr "no es pot transmetre el blob %s"
1831
1832 #: archive-tar.c archive-zip.c
1833 #, c-format
1834 msgid "unsupported file mode: 0%o (SHA1: %s)"
1835 msgstr "mode de fitxer no admès: 0%o (SHA1: %s)"
1836
1837 #: archive-tar.c archive-zip.c builtin/pack-objects.c
1838 #, c-format
1839 msgid "deflate error (%d)"
1840 msgstr "error de deflació (%d)"
1841
1842 #: archive-tar.c
1843 #, c-format
1844 msgid "unable to start '%s' filter"
1845 msgstr "no s'ha pogut iniciar el filtre «%s»"
1846
1847 #: archive-tar.c
1848 msgid "unable to redirect descriptor"
1849 msgstr "no s'ha pogut redirigir el descriptor"
1850
1851 #: archive-tar.c
1852 #, c-format
1853 msgid "'%s' filter reported error"
1854 msgstr "«%s» error reportat pel filtre"
1855
1856 #: archive-zip.c
1857 #, c-format
1858 msgid "path is not valid UTF-8: %s"
1859 msgstr "el camí no és vàlid en UTF-8: %s"
1860
1861 #: archive-zip.c
1862 #, c-format
1863 msgid "path too long (%d chars, SHA1: %s): %s"
1864 msgstr "el camí és massa llarg (%d caràcters, SHA1: %s): %s"
1865
1866 #: archive-zip.c
1867 #, c-format
1868 msgid "timestamp too large for this system: %<PRIuMAX>"
1869 msgstr "marca de temps massa gran per a aquest sistema: %<PRIuMAX>"
1870
1871 #: archive.c
1872 msgid "git archive [<options>] <tree-ish> [<path>...]"
1873 msgstr "git archive [<opcions>] <arbre> [<camí>...]"
1874
1875 #: archive.c
1876 msgid ""
1877 "git archive --remote <repo> [--exec <cmd>] [<options>] <tree-ish> [<path>...]"
1878 msgstr ""
1879 "git archive --remote <repositori> [--exec <ordre>] [<opcions>] <arbre> "
1880 "[<camí>...]"
1881
1882 #: archive.c
1883 msgid "git archive --remote <repo> [--exec <cmd>] --list"
1884 msgstr "git archive --remote <repositori> [--exec <ordre>] --list"
1885
1886 #: archive.c builtin/fast-import.c builtin/gc.c builtin/notes.c builtin/tag.c
1887 #, c-format
1888 msgid "cannot read '%s'"
1889 msgstr "no es pot llegir «%s»"
1890
1891 #: archive.c
1892 #, c-format
1893 msgid "pathspec '%s' matches files outside the current directory"
1894 msgstr ""
1895 "l'especificació de camí «%s» coincideix amb fitxers fora del directori actual"
1896
1897 #: archive.c builtin/add.c builtin/rm.c
1898 #, c-format
1899 msgid "pathspec '%s' did not match any files"
1900 msgstr "l'especificació de camí «%s» no ha coincidit amb cap fitxer"
1901
1902 #: archive.c
1903 #, c-format
1904 msgid "no such ref: %.*s"
1905 msgstr "no existeix la referència: %.*s"
1906
1907 #: archive.c
1908 #, c-format
1909 msgid "not a valid object name: %s"
1910 msgstr "no és un nom d'objecte vàlid: %s"
1911
1912 #: archive.c t/helper/test-cache-tree.c
1913 #, c-format
1914 msgid "not a tree object: %s"
1915 msgstr "no és un objecte d'arbre: %s"
1916
1917 #: archive.c
1918 #, c-format
1919 msgid "failed to unpack tree object %s"
1920 msgstr "s'ha produït un error en desempaquetar l'objecte d'arbre %s"
1921
1922 #: archive.c
1923 #, c-format
1924 msgid "File not found: %s"
1925 msgstr "Fitxer no trobat: %s"
1926
1927 #: archive.c
1928 #, c-format
1929 msgid "Not a regular file: %s"
1930 msgstr "No és un fitxer normal: %s"
1931
1932 #: archive.c
1933 #, c-format
1934 msgid "unclosed quote: '%s'"
1935 msgstr "cometes no tancades: «%s»"
1936
1937 #: archive.c
1938 #, c-format
1939 msgid "missing colon: '%s'"
1940 msgstr "hi manquen els dos punts: «%s»"
1941
1942 #: archive.c
1943 #, c-format
1944 msgid "empty file name: '%s'"
1945 msgstr "nom de fitxer buit: «%s»"
1946
1947 #: archive.c
1948 msgid "fmt"
1949 msgstr "format"
1950
1951 #: archive.c
1952 msgid "archive format"
1953 msgstr "format d'arxiu"
1954
1955 #: archive.c builtin/log.c parse-options.h
1956 msgid "prefix"
1957 msgstr "prefix"
1958
1959 #: archive.c
1960 msgid "prepend prefix to each pathname in the archive"
1961 msgstr "anteposa el prefix a cada nom de camí en l'arxiu"
1962
1963 #: archive.c builtin/blame.c builtin/commit-tree.c builtin/config.c
1964 #: builtin/fast-export.c builtin/gc.c builtin/grep.c builtin/hash-object.c
1965 #: builtin/ls-files.c builtin/notes.c builtin/read-tree.c parse-options.h
1966 msgid "file"
1967 msgstr "fitxer"
1968
1969 #: archive.c
1970 msgid "add untracked file to archive"
1971 msgstr "inclou els fitxers no seguits a l'arxiu"
1972
1973 #: archive.c
1974 msgid "path:content"
1975 msgstr "camí: contingut"
1976
1977 #: archive.c builtin/archive.c
1978 msgid "write the archive to this file"
1979 msgstr "escriu l'arxiu a aquest fitxer"
1980
1981 #: archive.c
1982 msgid "read .gitattributes in working directory"
1983 msgstr "llegeix .gitattributes en el directori de treball"
1984
1985 #: archive.c
1986 msgid "report archived files on stderr"
1987 msgstr "informa de fitxers arxivats en stderr"
1988
1989 #: archive.c builtin/clone.c builtin/fetch.c builtin/pack-objects.c
1990 #: builtin/pull.c
1991 msgid "time"
1992 msgstr "data"
1993
1994 #: archive.c
1995 msgid "set modification time of archive entries"
1996 msgstr "estableix l'hora de modificació de les entrades de l'arxiu"
1997
1998 #: archive.c
1999 msgid "set compression level"
2000 msgstr "estableix el nivell de compressió"
2001
2002 #: archive.c
2003 msgid "list supported archive formats"
2004 msgstr "llista els formats d'arxiu admesos"
2005
2006 #: archive.c builtin/archive.c builtin/clone.c builtin/submodule--helper.c
2007 msgid "repo"
2008 msgstr "repositori"
2009
2010 #: archive.c builtin/archive.c
2011 msgid "retrieve the archive from remote repository <repo>"
2012 msgstr "recupera l'arxiu del repositori remot <repositori>"
2013
2014 #: archive.c builtin/archive.c builtin/difftool.c builtin/notes.c
2015 msgid "command"
2016 msgstr "ordre"
2017
2018 #: archive.c builtin/archive.c
2019 msgid "path to the remote git-upload-archive command"
2020 msgstr "camí a l'ordre git-upload-archive remota"
2021
2022 #: archive.c
2023 msgid "Unexpected option --remote"
2024 msgstr "Opció inesperada --remote"
2025
2026 #: archive.c builtin/add.c builtin/checkout.c builtin/clone.c builtin/commit.c
2027 #: builtin/fast-export.c builtin/index-pack.c builtin/log.c builtin/reset.c
2028 #: builtin/rm.c builtin/stash.c builtin/worktree.c fetch-pack.c http-fetch.c
2029 #: revision.c
2030 #, c-format
2031 msgid "the option '%s' requires '%s'"
2032 msgstr "l'opció «%s» requereix «%s»"
2033
2034 #: archive.c
2035 msgid "Unexpected option --output"
2036 msgstr "Opció inesperada --output"
2037
2038 #: archive.c t/unit-tests/unit-test.c
2039 #, c-format
2040 msgid "extra command line parameter '%s'"
2041 msgstr "paràmetre extra de la línia d'ordres «%s»"
2042
2043 #: archive.c
2044 #, c-format
2045 msgid "Unknown archive format '%s'"
2046 msgstr "Format d'arxiu desconegut «%s»"
2047
2048 #: archive.c
2049 #, c-format
2050 msgid "Argument not supported for format '%s': -%d"
2051 msgstr "Argument no admès per al format «%s»: -%d"
2052
2053 #: attr.c
2054 #, c-format
2055 msgid "%.*s is not a valid attribute name"
2056 msgstr "%.*s no és un nom d'atribut vàlid"
2057
2058 #: attr.c
2059 msgid "unable to add additional attribute"
2060 msgstr "no s'ha pogut afegir l'atribut addicional"
2061
2062 #: attr.c
2063 #, c-format
2064 msgid "ignoring overly long attributes line %d"
2065 msgstr "s'ignorarà la línia d'atributs massa llarga %d"
2066
2067 #: attr.c
2068 #, c-format
2069 msgid "%s not allowed: %s:%d"
2070 msgstr "%s no està permès: %s:%d"
2071
2072 #: attr.c
2073 msgid ""
2074 "Negative patterns are ignored in git attributes\n"
2075 "Use '\\!' for literal leading exclamation."
2076 msgstr ""
2077 "Els patrons negatius s'ignoren en els atributs de git\n"
2078 "Useu «\\!» per exclamació capdavantera literal."
2079
2080 #: attr.c
2081 #, c-format
2082 msgid "cannot fstat gitattributes file '%s'"
2083 msgstr "no es pot fer fstat gitattributes al fitxer «%s»"
2084
2085 #: attr.c
2086 #, c-format
2087 msgid "ignoring overly large gitattributes file '%s'"
2088 msgstr "s'ignorarà el fitxer «%s» gitattributes per ser massa gran"
2089
2090 #: attr.c
2091 #, c-format
2092 msgid "ignoring overly large gitattributes blob '%s'"
2093 msgstr "s'ignorarà el blob «%s» gitattributes per ser massa gran"
2094
2095 #: attr.c
2096 msgid "cannot use --attr-source or GIT_ATTR_SOURCE without repo"
2097 msgstr "no es pot usar --attr-source o GIT_ATTR_SOURCE sense repository"
2098
2099 #: attr.c
2100 msgid "bad --attr-source or GIT_ATTR_SOURCE"
2101 msgstr "--attr-source incorrecte o GIT_ATTR_SOURCE"
2102
2103 #: attr.c read-cache.c refs/packed-backend.c
2104 #, c-format
2105 msgid "unable to stat '%s'"
2106 msgstr "no s'ha pogut fer «stat» a «%s»"
2107
2108 #: bisect.c builtin/cat-file.c builtin/index-pack.c builtin/notes.c
2109 #: builtin/pack-objects.c combine-diff.c object-file.c rerere.c
2110 #, c-format
2111 msgid "unable to read %s"
2112 msgstr "no s'ha pogut llegir %s"
2113
2114 #: bisect.c
2115 #, c-format
2116 msgid "Badly quoted content in file '%s': %s"
2117 msgstr "Comentari amb cometes errònies en el fitxer «%s»: %s"
2118
2119 #: bisect.c
2120 #, c-format
2121 msgid "We cannot bisect more!\n"
2122 msgstr "No podem bisecar més!\n"
2123
2124 #: bisect.c
2125 #, c-format
2126 msgid "Not a valid commit name %s"
2127 msgstr "No és un nom de comissió vàlid %s"
2128
2129 #: bisect.c
2130 #, c-format
2131 msgid ""
2132 "The merge base %s is bad.\n"
2133 "This means the bug has been fixed between %s and [%s].\n"
2134 msgstr ""
2135 "La base de fusió %s és errònia.\n"
2136 "Això vol dir que el defecte s'ha arreglat entre %s i [%s].\n"
2137
2138 #: bisect.c
2139 #, c-format
2140 msgid ""
2141 "The merge base %s is new.\n"
2142 "The property has changed between %s and [%s].\n"
2143 msgstr ""
2144 "La base de fusió %s és nova.\n"
2145 "La propietat s'ha canviat entre %s i [%s].\n"
2146
2147 #: bisect.c
2148 #, c-format
2149 msgid ""
2150 "The merge base %s is '%s'.\n"
2151 "This means the first '%s' commit is between %s and [%s].\n"
2152 msgstr ""
2153 "La base de fusió %s és «%s».\n"
2154 "Això vol dir que la primera comissió de tipus «%s» és entre %s i [%s].\n"
2155
2156 #: bisect.c
2157 #, c-format
2158 msgid ""
2159 "Some '%s' revs are not ancestors of the '%s' rev.\n"
2160 "git bisect cannot work properly in this case.\n"
2161 "Maybe you mistook '%s' and '%s' revs?\n"
2162 msgstr ""
2163 "Algunes revisions «%s» no són els avantpassats de la revisió «%s».\n"
2164 "git bisect no pot funcionar correctament en aquest cas.\n"
2165 "Potser heu confós les revisions «%s» i «%s»?\n"
2166
2167 #: bisect.c
2168 #, c-format
2169 msgid ""
2170 "the merge base between %s and [%s] must be skipped.\n"
2171 "So we cannot be sure the first '%s' commit is between %s and %s.\n"
2172 "We continue anyway."
2173 msgstr ""
2174 "s'ha d'ometre la base de fusió entre %s i [%s].\n"
2175 "Per això, no podem estar segurs que la primera comissió «%s» estigui entre "
2176 "%s i %s.\n"
2177 "Continuem de totes maneres."
2178
2179 #: bisect.c
2180 #, c-format
2181 msgid "Bisecting: a merge base must be tested\n"
2182 msgstr "Bisecant: s'ha de provar una base de fusió\n"
2183
2184 #: bisect.c
2185 #, c-format
2186 msgid "a '%s' revision is needed"
2187 msgstr "es necessita una revisió «%s»"
2188
2189 #: bisect.c
2190 #, c-format
2191 msgid "could not create file '%s'"
2192 msgstr "no s'ha pogut crear el fitxer «%s»"
2193
2194 #: bisect.c builtin/notes.c
2195 #, c-format
2196 msgid "unable to start 'show' for object '%s'"
2197 msgstr "no s'ha pogut iniciar «show» per a l'objecte «%s»"
2198
2199 #: bisect.c builtin/merge.c
2200 #, c-format
2201 msgid "could not read file '%s'"
2202 msgstr "no s'ha pogut llegir el fitxer «%s»"
2203
2204 #: bisect.c
2205 msgid "reading bisect refs failed"
2206 msgstr "la lectura de les referències de bisecció ha fallat"
2207
2208 #: bisect.c
2209 #, c-format
2210 msgid "%s was both '%s' and '%s'\n"
2211 msgstr "%s era tant «%s» com «%s»\n"
2212
2213 #: bisect.c
2214 #, c-format
2215 msgid ""
2216 "No testable commit found.\n"
2217 "Maybe you started with bad path arguments?\n"
2218 msgstr ""
2219 "No s'ha trobat cap comissió comprovable.\n"
2220 "Potser heu començat amb paràmetres de camí incorrectes?\n"
2221
2222 #: bisect.c
2223 #, c-format
2224 msgid "(roughly %d step)"
2225 msgid_plural "(roughly %d steps)"
2226 msgstr[0] "(aproximadament %d pas)"
2227 msgstr[1] "(aproximadament %d passos)"
2228
2229 #. TRANSLATORS: the last %s will be replaced with "(roughly %d
2230 #. steps)" translation.
2231 #.
2232 #: bisect.c
2233 #, c-format
2234 msgid "Bisecting: %d revision left to test after this %s\n"
2235 msgid_plural "Bisecting: %d revisions left to test after this %s\n"
2236 msgstr[0] "Bisecant: manca %d revisió a provar després d'aquesta %s\n"
2237 msgstr[1] "Bisecant: manquen %d revisions a provar després d'aquesta %s\n"
2238
2239 #: blame.c
2240 msgid "--contents and --reverse do not blend well."
2241 msgstr "--contents i --reverse no funcionen bé juntes."
2242
2243 #: blame.c
2244 msgid "--reverse and --first-parent together require specified latest commit"
2245 msgstr ""
2246 "--reverse i --first-parent junts requereixen una última comissió especificada"
2247
2248 #: blame.c builtin/bisect.c builtin/commit.c builtin/fast-export.c
2249 #: builtin/log.c builtin/merge.c builtin/pack-objects.c builtin/shortlog.c
2250 #: midx-write.c pack-bitmap.c remote.c sequencer.c submodule.c
2251 msgid "revision walk setup failed"
2252 msgstr "la configuració del recorregut de revisions ha fallat"
2253
2254 #: blame.c
2255 msgid ""
2256 "--reverse --first-parent together require range along first-parent chain"
2257 msgstr ""
2258 "--reverse --first-parent junts requereixen un rang de la cadena de pares "
2259 "primers"
2260
2261 #: blame.c
2262 #, c-format
2263 msgid "no such path %s in %s"
2264 msgstr "no hi ha tal camí %s en %s"
2265
2266 #: blame.c
2267 #, c-format
2268 msgid "cannot read blob %s for path %s"
2269 msgstr "no es pot llegir el blob %s per al camí %s"
2270
2271 #: branch.c
2272 msgid ""
2273 "cannot inherit upstream tracking configuration of multiple refs when "
2274 "rebasing is requested"
2275 msgstr ""
2276 "no es pot heretar la configuració del seguiment de la font de múltiples "
2277 "referències quan es demana fer «rebase»"
2278
2279 #: branch.c
2280 #, c-format
2281 msgid "not setting branch '%s' as its own upstream"
2282 msgstr "no s'està establert la branca «%s» com a la seva pròpia font"
2283
2284 #: branch.c
2285 #, c-format
2286 msgid "branch '%s' set up to track '%s' by rebasing."
2287 msgstr "la branca «%s» està configurada per a seguir «%s» fent «rebase»."
2288
2289 #: branch.c
2290 #, c-format
2291 msgid "branch '%s' set up to track '%s'."
2292 msgstr "la branca «%s» està configurada per a seguir «%s»."
2293
2294 #: branch.c
2295 #, c-format
2296 msgid "branch '%s' set up to track:"
2297 msgstr "la branca «%s» està configurada per a seguir:"
2298
2299 #: branch.c
2300 msgid "unable to write upstream branch configuration"
2301 msgstr "no es pot escriure la configuració de la branca amunt"
2302
2303 #: branch.c
2304 msgid ""
2305 "\n"
2306 "After fixing the error cause you may try to fix up\n"
2307 "the remote tracking information by invoking:"
2308 msgstr ""
2309 "\n"
2310 "Després de corregir la causa de l'error, podeu intentar\n"
2311 "corregir la informació de seguiment remot executant:"
2312
2313 #: branch.c
2314 #, c-format
2315 msgid "asked to inherit tracking from '%s', but no remote is set"
2316 msgstr ""
2317 "s'ha demanat que hereti el seguiment de «%s», però no s'ha definit cap remot"
2318
2319 #: branch.c
2320 #, c-format
2321 msgid "asked to inherit tracking from '%s', but no merge configuration is set"
2322 msgstr ""
2323 "s'ha demanat que hereti el seguiment de «%s», però no s'ha definit cap "
2324 "configuració de fusionat"
2325
2326 #: branch.c
2327 #, c-format
2328 msgid "not tracking: ambiguous information for ref '%s'"
2329 msgstr "no s'està seguint: informació ambigua per a la referència «%s»"
2330
2331 #. #-#-#-#-# branch.c.po #-#-#-#-#
2332 #. TRANSLATORS: This is a line listing a remote with duplicate
2333 #. refspecs in the advice message below. For RTL languages you'll
2334 #. probably want to swap the "%s" and leading " " space around.
2335 #.
2336 #. #-#-#-#-# object-name.c.po #-#-#-#-#
2337 #. TRANSLATORS: This is line item of ambiguous object output
2338 #. from describe_ambiguous_object() above. For RTL languages
2339 #. you'll probably want to swap the "%s" and leading " " space
2340 #. around.
2341 #.
2342 #: branch.c object-name.c
2343 #, c-format
2344 msgid " %s\n"
2345 msgstr " %s\n"
2346
2347 #. TRANSLATORS: The second argument is a \n-delimited list of
2348 #. duplicate refspecs, composed above.
2349 #.
2350 #: branch.c
2351 #, c-format
2352 msgid ""
2353 "There are multiple remotes whose fetch refspecs map to the remote\n"
2354 "tracking ref '%s':\n"
2355 "%s\n"
2356 "This is typically a configuration error.\n"
2357 "\n"
2358 "To support setting up tracking branches, ensure that\n"
2359 "different remotes' fetch refspecs map into different\n"
2360 "tracking namespaces."
2361 msgstr ""
2362 "Hi ha diversos remots pels quals les refspecs coincideixen amb la ref\n"
2363 "de seguiment remot «%s»:\n"
2364 "%s\n"
2365 "Normalment es tracta d'un error de configuració.\n"
2366 "\n"
2367 "Per a donar suport a la creació de branques de seguiment, assegureu-vos que\n"
2368 "els diferents refspecs remots s'assignen a diferents espais de noms\n"
2369 "de seguiment."
2370
2371 #: branch.c
2372 #, c-format
2373 msgid "'%s' is not a valid branch name"
2374 msgstr "«%s» no és un nom de branca vàlid"
2375
2376 #: branch.c builtin/branch.c
2377 msgid "See 'git help check-ref-format'"
2378 msgstr "Vegeu «git help check-ref-format»"
2379
2380 #: branch.c
2381 #, c-format
2382 msgid "a branch named '%s' already exists"
2383 msgstr "ja existeix una branca amb nom «%s»"
2384
2385 #: branch.c
2386 #, c-format
2387 msgid "cannot force update the branch '%s' used by worktree at '%s'"
2388 msgstr ""
2389 "no es pot forçar l'actualització de la branca «%s» utilitzada per l'arbre de "
2390 "treball a «%s»"
2391
2392 #: branch.c
2393 #, c-format
2394 msgid "cannot set up tracking information; starting point '%s' is not a branch"
2395 msgstr ""
2396 "no es pot configurar la informació de seguiment; el punt inicial «%s» no és "
2397 "una branca"
2398
2399 #: branch.c
2400 #, c-format
2401 msgid "the requested upstream branch '%s' does not exist"
2402 msgstr "la branca amunt sol·licitada «%s» no existeix"
2403
2404 #: branch.c
2405 msgid ""
2406 "\n"
2407 "If you are planning on basing your work on an upstream\n"
2408 "branch that already exists at the remote, you may need to\n"
2409 "run \"git fetch\" to retrieve it.\n"
2410 "\n"
2411 "If you are planning to push out a new local branch that\n"
2412 "will track its remote counterpart, you may want to use\n"
2413 "\"git push -u\" to set the upstream config as you push."
2414 msgstr ""
2415 "\n"
2416 "Si teniu pensat basar el vostre treball en una branca\n"
2417 "amunt que ja existeix al remot, pot ser que necessiteu\n"
2418 "executar «git fetch» per a obtenir-la.\n"
2419 "\n"
2420 "Si teniu pensat pujar una branca local nova que seguirà\n"
2421 "la seva contrapart remota, pot ser que vulgueu usar\n"
2422 "«git push -u» per a establir la configuració font\n"
2423 "mentre pugeu."
2424
2425 #: branch.c builtin/replace.c
2426 #, c-format
2427 msgid "not a valid object name: '%s'"
2428 msgstr "no és un nom d'objecte vàlid: «%s»"
2429
2430 #: branch.c
2431 #, c-format
2432 msgid "ambiguous object name: '%s'"
2433 msgstr "nom d'objecte ambigu: «%s»"
2434
2435 #: branch.c
2436 #, c-format
2437 msgid "not a valid branch point: '%s'"
2438 msgstr "no és un punt de ramificació vàlid: «%s»"
2439
2440 #: branch.c
2441 #, c-format
2442 msgid "submodule '%s': unable to find submodule"
2443 msgstr "submòdul «%s»: no es pot trobar el submòdul"
2444
2445 #: branch.c
2446 #, c-format
2447 msgid ""
2448 "You may try updating the submodules using 'git checkout --no-recurse-"
2449 "submodules %s && git submodule update --init'"
2450 msgstr ""
2451 "Podeu provar d'actualitzar els submòduls utilitzant «git checkout --no-"
2452 "recurse-submodules %s && git submodule update --init»"
2453
2454 #: branch.c
2455 #, c-format
2456 msgid "submodule '%s': cannot create branch '%s'"
2457 msgstr "submòdul «%s»: no es pot crear la branca: «%s»"
2458
2459 #: branch.c
2460 #, c-format
2461 msgid "'%s' is already used by worktree at '%s'"
2462 msgstr "«%s» ja s'utilitza en l'arbre de treball a «%s»"
2463
2464 #: builtin/add.c
2465 msgid "git add [<options>] [--] <pathspec>..."
2466 msgstr "git add [<opcions>] [--] <especificació-camí>..."
2467
2468 #: builtin/add.c
2469 #, c-format
2470 msgid "cannot chmod %cx '%s'"
2471 msgstr "no es pot fer chmod %cx «%s»"
2472
2473 #: builtin/add.c
2474 msgid "Unstaged changes after refreshing the index:"
2475 msgstr "Canvis «unstaged» després d'actualitzar l'índex:"
2476
2477 #: builtin/add.c
2478 msgid "could not read the index"
2479 msgstr "no s'ha pogut llegir l'índex"
2480
2481 #: builtin/add.c
2482 msgid "editing patch failed"
2483 msgstr "l'edició del pedaç ha fallat"
2484
2485 #: builtin/add.c read-cache.c
2486 #, c-format
2487 msgid "could not stat '%s'"
2488 msgstr "no s'ha pogut fer stat a «%s»"
2489
2490 #: builtin/add.c
2491 msgid "empty patch. aborted"
2492 msgstr "pedaç buit. interromput"
2493
2494 #: builtin/add.c
2495 #, c-format
2496 msgid "could not apply '%s'"
2497 msgstr "no s'ha pogut aplicar «%s»"
2498
2499 #: builtin/add.c
2500 msgid "The following paths are ignored by one of your .gitignore files:\n"
2501 msgstr ""
2502 "Els camins següents s'ignoren per un dels vostres fitxers .gitignore:\n"
2503
2504 #: builtin/add.c builtin/clean.c builtin/fetch.c builtin/mv.c
2505 #: builtin/prune-packed.c builtin/pull.c builtin/push.c builtin/remote.c
2506 #: builtin/rm.c builtin/send-pack.c builtin/sparse-checkout.c
2507 msgid "dry run"
2508 msgstr "fes una prova"
2509
2510 #: builtin/add.c builtin/check-ignore.c builtin/commit.c
2511 #: builtin/count-objects.c builtin/fsck.c builtin/log.c builtin/mv.c
2512 #: builtin/read-tree.c builtin/refs.c
2513 msgid "be verbose"
2514 msgstr "sigues detallat"
2515
2516 #: builtin/add.c
2517 msgid "interactive picking"
2518 msgstr "selecció interactiva"
2519
2520 #: builtin/add.c builtin/checkout.c builtin/reset.c
2521 msgid "select hunks interactively"
2522 msgstr "selecciona els trossos interactivament"
2523
2524 #: builtin/add.c builtin/checkout.c builtin/reset.c builtin/stash.c
2525 msgid "auto advance to the next file when selecting hunks interactively"
2526 msgstr ""
2527 "avançar automàticament al fitxer següent quan se seleccionen trossos "
2528 "interactivament"
2529
2530 #: builtin/add.c
2531 msgid "edit current diff and apply"
2532 msgstr "edita la diferència actual i aplica-la"
2533
2534 #: builtin/add.c
2535 msgid "allow adding otherwise ignored files"
2536 msgstr "permet afegir fitxers que d'altra manera s'ignoren"
2537
2538 #: builtin/add.c
2539 msgid "update tracked files"
2540 msgstr "actualitza els fitxers seguits"
2541
2542 #: builtin/add.c
2543 msgid "renormalize EOL of tracked files (implies -u)"
2544 msgstr "torna a normalitzar EOL dels fitxers seguits (implica -u)"
2545
2546 #: builtin/add.c
2547 msgid "record only the fact that the path will be added later"
2548 msgstr "registra només el fet que el camí s'afegirà més tard"
2549
2550 #: builtin/add.c
2551 msgid "add changes from all tracked and untracked files"
2552 msgstr "afegeix els canvis de tots els fitxers seguits i no seguits"
2553
2554 #: builtin/add.c
2555 msgid "ignore paths removed in the working tree (same as --no-all)"
2556 msgstr ""
2557 "ignora els camins eliminats en l'arbre de treball (el mateix que --no-all)"
2558
2559 #: builtin/add.c
2560 msgid "don't add, only refresh the index"
2561 msgstr "no afegeixis, només actualitza l'índex"
2562
2563 #: builtin/add.c
2564 msgid "just skip files which cannot be added because of errors"
2565 msgstr "només omet els fitxers que no es poden afegir a causa d'errors"
2566
2567 #: builtin/add.c
2568 msgid "check if - even missing - files are ignored in dry run"
2569 msgstr ""
2570 "comprova si els fitxers, fins i tot els absents, s'ignoren en fer una prova"
2571
2572 #: builtin/add.c builtin/mv.c builtin/rm.c
2573 msgid "allow updating entries outside of the sparse-checkout cone"
2574 msgstr "permet actualitzar les entrades fora del con del «sparse-checkout»"
2575
2576 #: builtin/add.c builtin/update-index.c
2577 msgid "override the executable bit of the listed files"
2578 msgstr "sobreescriu el bit executable dels fitxers llistats"
2579
2580 #: builtin/add.c
2581 msgid "warn when adding an embedded repository"
2582 msgstr "avisa'm quan s'afegeixi un repositori incrustat"
2583
2584 #: builtin/add.c
2585 #, c-format
2586 msgid ""
2587 "You've added another git repository inside your current repository.\n"
2588 "Clones of the outer repository will not contain the contents of\n"
2589 "the embedded repository and will not know how to obtain it.\n"
2590 "If you meant to add a submodule, use:\n"
2591 "\n"
2592 "\tgit submodule add <url> %s\n"
2593 "\n"
2594 "If you added this path by mistake, you can remove it from the\n"
2595 "index with:\n"
2596 "\n"
2597 "\tgit rm --cached %s\n"
2598 "\n"
2599 "See \"git help submodule\" for more information."
2600 msgstr ""
2601 "Heu afegit un altre repositori git dins del repositori actual.\n"
2602 "Els clons de repositoris externs no contindran els continguts\n"
2603 "del repositori incrustat i no sabran com obtenir-ho.\n"
2604 "Si volíeu afegir un submòdul, useu:\n"
2605 "\n"
2606 "\tgit submodule add <url> %s\n"
2607 "\n"
2608 "Si heu afegit aquest camí per error, podeu eliminar-lo de\n"
2609 "l'índex amb:\n"
2610 "\n"
2611 "\tgit rm --cached %s\n"
2612 "\n"
2613 "Vegeu «git help submodule» per a més informació."
2614
2615 #: builtin/add.c
2616 #, c-format
2617 msgid "adding embedded git repository: %s"
2618 msgstr "s'està afegint un repositori incrustat: %s"
2619
2620 #: builtin/add.c
2621 msgid "Use -f if you really want to add them."
2622 msgstr "\"Useu -f si realment voleu afegir-los."
2623
2624 #: builtin/add.c
2625 msgid "adding files failed"
2626 msgstr "l'afegiment de fitxers ha fallat"
2627
2628 #: builtin/add.c builtin/checkout.c builtin/commit.c builtin/reset.c
2629 #: builtin/stash.c
2630 #, c-format
2631 msgid "'%s' cannot be negative"
2632 msgstr "'%s' no pot ser negatiu"
2633
2634 #: builtin/add.c
2635 #, c-format
2636 msgid "--chmod param '%s' must be either -x or +x"
2637 msgstr "el paràmetre --chmod «%s» ha de ser o -x o +x"
2638
2639 #: builtin/add.c builtin/checkout.c builtin/commit.c builtin/reset.c
2640 #: builtin/rm.c builtin/stash.c
2641 #, c-format
2642 msgid "'%s' and pathspec arguments cannot be used together"
2643 msgstr "«%s» i l'especificació de camí no es poden usar juntes"
2644
2645 #: builtin/add.c
2646 #, c-format
2647 msgid "Nothing specified, nothing added.\n"
2648 msgstr "No s'ha especificat res, no s'ha afegit res.\n"
2649
2650 #: builtin/add.c
2651 msgid "Maybe you wanted to say 'git add .'?"
2652 msgstr "Que potser volíeu dir «git add.»?"
2653
2654 #: builtin/add.c builtin/check-ignore.c builtin/checkout.c builtin/clean.c
2655 #: builtin/commit.c builtin/diff-tree.c builtin/grep.c builtin/mv.c
2656 #: builtin/reset.c builtin/rm.c builtin/submodule--helper.c read-cache.c
2657 #: rerere.c submodule.c
2658 msgid "index file corrupt"
2659 msgstr "fitxer d'índex malmès"
2660
2661 #: builtin/add.c builtin/am.c builtin/checkout.c builtin/clone.c
2662 #: builtin/commit.c builtin/history.c builtin/stash.c merge.c rerere.c
2663 msgid "unable to write new index file"
2664 msgstr "no s'ha pogut escriure un fitxer d'índex nou"
2665
2666 #: builtin/am.c builtin/mailinfo.c mailinfo.c
2667 #, c-format
2668 msgid "bad action '%s' for '%s'"
2669 msgstr "acció «%s» incorrecta per a «%s»"
2670
2671 #: builtin/am.c builtin/blame.c builtin/fetch.c builtin/pack-objects.c
2672 #: builtin/pull.c builtin/revert.c diff-merges.c diff.c environment.c
2673 #: gpg-interface.c ls-refs.c parallel-checkout.c sequencer.c setup.c
2674 #, c-format
2675 msgid "invalid value for '%s': '%s'"
2676 msgstr "valor no vàlid per a «%s»: «%s»"
2677
2678 #: builtin/am.c builtin/commit.c builtin/merge.c sequencer.c trailer.c
2679 #, c-format
2680 msgid "could not read '%s'"
2681 msgstr "no s'ha pogut llegir «%s»"
2682
2683 #: builtin/am.c
2684 msgid "could not parse author script"
2685 msgstr "no s'ha pogut analitzar l'script d'autor"
2686
2687 #: builtin/am.c builtin/replace.c commit.c sequencer.c
2688 #, c-format
2689 msgid "could not parse %s"
2690 msgstr "no s'ha pogut analitzar %s"
2691
2692 #: builtin/am.c
2693 #, c-format
2694 msgid "'%s' was deleted by the applypatch-msg hook"
2695 msgstr "s'ha suprimit «%s» pel lligam applypatch-msg"
2696
2697 #: builtin/am.c
2698 #, c-format
2699 msgid "Malformed input line: '%s'."
2700 msgstr "Línia d'entrada mal formada: «%s»."
2701
2702 #: builtin/am.c
2703 #, c-format
2704 msgid "Failed to copy notes from '%s' to '%s'"
2705 msgstr "S'ha produït un error en copiar les notes de «%s» a «%s»"
2706
2707 #: builtin/am.c
2708 msgid "fseek failed"
2709 msgstr "fseek ha fallat"
2710
2711 #: builtin/am.c builtin/rebase.c sequencer.c wrapper.c
2712 #, c-format
2713 msgid "could not open '%s' for reading"
2714 msgstr "no s'ha pogut obrir «%s» per a lectura"
2715
2716 #: builtin/am.c builtin/rebase.c editor.c sequencer.c wrapper.c
2717 #, c-format
2718 msgid "could not open '%s' for writing"
2719 msgstr "no s'ha pogut obrir «%s» per a escriptura"
2720
2721 #: builtin/am.c
2722 #, c-format
2723 msgid "could not parse patch '%s'"
2724 msgstr "no s'ha pogut analitzar el pedaç «%s»"
2725
2726 #: builtin/am.c
2727 msgid "Only one StGIT patch series can be applied at once"
2728 msgstr "Només una sèrie de pedaços StGIT es pot aplicar a la vegada"
2729
2730 #: builtin/am.c
2731 msgid "invalid timestamp"
2732 msgstr "marca de temps no vàlida"
2733
2734 #: builtin/am.c
2735 msgid "invalid Date line"
2736 msgstr "línia Date no vàlida"
2737
2738 #: builtin/am.c
2739 msgid "invalid timezone offset"
2740 msgstr "desplaçament del fus horari no vàlid"
2741
2742 #: builtin/am.c
2743 msgid "Patch format detection failed."
2744 msgstr "La detecció de format de pedaç ha fallat."
2745
2746 #: builtin/am.c builtin/clone.c
2747 #, c-format
2748 msgid "failed to create directory '%s'"
2749 msgstr "s'ha produït un error en crear el directori «%s»"
2750
2751 #: builtin/am.c
2752 msgid "Failed to split patches."
2753 msgstr "S'ha produït un error en dividir els pedaços."
2754
2755 #: builtin/am.c
2756 #, c-format
2757 msgid "When you have resolved this problem, run \"%s --continue\".\n"
2758 msgstr "Quan hàgiu resolt aquest problema, executeu «%s --continue».\n"
2759
2760 #: builtin/am.c
2761 #, c-format
2762 msgid "If you prefer to skip this patch, run \"%s --skip\" instead.\n"
2763 msgstr ""
2764 "Si preferiu ometre aquest pedaç, executeu «%s --skip» en lloc d'això.\n"
2765
2766 #: builtin/am.c
2767 #, c-format
2768 msgid ""
2769 "To record the empty patch as an empty commit, run \"%s --allow-empty\".\n"
2770 msgstr ""
2771 "Per a enregistrar un pedaç buit com a comissió buida, executeu «%s --allow-"
2772 "empty».\n"
2773
2774 #: builtin/am.c
2775 #, c-format
2776 msgid "To restore the original branch and stop patching, run \"%s --abort\"."
2777 msgstr ""
2778 "Per a restaurar la branca original i deixar d'apedaçar, executeu «%s --"
2779 "abort»."
2780
2781 #: builtin/am.c
2782 msgid "Patch sent with format=flowed; space at the end of lines might be lost."
2783 msgstr ""
2784 "Pedaç enviat amb format=flowed; es pot perdre l'espai al final de les línies."
2785
2786 #: builtin/am.c
2787 #, c-format
2788 msgid "missing author line in commit %s"
2789 msgstr "manca la línia d'autor en la comissió %s"
2790
2791 #: builtin/am.c
2792 #, c-format
2793 msgid "invalid ident line: %.*s"
2794 msgstr "línia d'identitat no vàlida: %.*s"
2795
2796 #: builtin/am.c builtin/checkout.c builtin/clone.c commit-graph.c
2797 #, c-format
2798 msgid "unable to parse commit %s"
2799 msgstr "no s'ha pogut analitzar la comissió %s"
2800
2801 #: builtin/am.c
2802 msgid "Repository lacks necessary blobs to fall back on 3-way merge."
2803 msgstr ""
2804 "Al repositori li manquen els blobs necessaris per a retrocedir a una fusió "
2805 "de 3 vies."
2806
2807 #: builtin/am.c
2808 msgid "Using index info to reconstruct a base tree..."
2809 msgstr "S'està usant la informació d'índex per a reconstruir un arbre base..."
2810
2811 #: builtin/am.c
2812 msgid ""
2813 "Did you hand edit your patch?\n"
2814 "It does not apply to blobs recorded in its index."
2815 msgstr ""
2816 "Heu editat el vostre pedaç a mà?\n"
2817 "No s'aplica als blobs recordats en el seu índex."
2818
2819 #: builtin/am.c
2820 msgid "Falling back to patching base and 3-way merge..."
2821 msgstr "S'està retrocedint a apedaçar la base i una fusió de 3 vies..."
2822
2823 #: builtin/am.c
2824 msgid "Failed to merge in the changes."
2825 msgstr "S'ha produït un error en fusionar els canvis."
2826
2827 #: builtin/am.c builtin/merge.c sequencer.c
2828 msgid "git write-tree failed to write a tree"
2829 msgstr "git write-tree ha fallat en escriure un arbre"
2830
2831 #: builtin/am.c
2832 msgid "applying to an empty history"
2833 msgstr "s'està aplicant a una història buida"
2834
2835 #: builtin/am.c builtin/commit.c builtin/merge.c replay.c sequencer.c
2836 msgid "failed to write commit object"
2837 msgstr "s'ha produït un error en escriure l'objecte de comissió"
2838
2839 #: builtin/am.c
2840 #, c-format
2841 msgid "cannot resume: %s does not exist."
2842 msgstr "no es pot reprendre: %s no existeix."
2843
2844 #: builtin/am.c
2845 msgid "Commit Body is:"
2846 msgstr "El cos de la comissió és:"
2847
2848 #. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]
2849 #. in your translation. The program will only accept English
2850 #. input at this point.
2851 #.
2852 #: builtin/am.c
2853 #, c-format
2854 msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "
2855 msgstr ""
2856 "Voleu aplicar-lo? [y]es/[n]o/[e]dita/[v]isualitza el pedaç/[a]ccepta'ls "
2857 "tots: "
2858
2859 #: builtin/am.c builtin/commit.c
2860 msgid "unable to write index file"
2861 msgstr "no s'ha pogut escriure el fitxer d'índex"
2862
2863 #: builtin/am.c
2864 #, c-format
2865 msgid "Dirty index: cannot apply patches (dirty: %s)"
2866 msgstr "Índex brut: no es poden aplicar pedaços (bruts: %s)"
2867
2868 #: builtin/am.c
2869 #, c-format
2870 msgid "Skipping: %.*s"
2871 msgstr "S'està ometent: %.*s"
2872
2873 #: builtin/am.c
2874 #, c-format
2875 msgid "Creating an empty commit: %.*s"
2876 msgstr "S'està creant una comissió buida: %.*s"
2877
2878 #: builtin/am.c
2879 msgid "Patch is empty."
2880 msgstr "El pedaç està buit."
2881
2882 #: builtin/am.c
2883 #, c-format
2884 msgid "Applying: %.*s"
2885 msgstr "S'està aplicant: %.*s"
2886
2887 #: builtin/am.c
2888 msgid "No changes -- Patch already applied."
2889 msgstr "Sense canvis -- El pedaç ja s'ha aplicat."
2890
2891 #: builtin/am.c
2892 #, c-format
2893 msgid "Patch failed at %s %.*s"
2894 msgstr "El pedaç ha fallat a %s %.*s"
2895
2896 #: builtin/am.c
2897 msgid "Use 'git am --show-current-patch=diff' to see the failed patch"
2898 msgstr ""
2899 "Useu «git am --show-current-patch=diff» per a veure el pedaç que ha fallat"
2900
2901 #: builtin/am.c
2902 msgid "No changes - recorded it as an empty commit."
2903 msgstr "No hi ha canvis - enregistrat com una comissió buida."
2904
2905 #: builtin/am.c
2906 msgid ""
2907 "No changes - did you forget to use 'git add'?\n"
2908 "If there is nothing left to stage, chances are that something else\n"
2909 "already introduced the same changes; you might want to skip this patch."
2910 msgstr ""
2911 "Cap canvi - heu oblidat d'usar «git add»?\n"
2912 "Si no hi ha res per a fer «stage», probablement alguna altra cosa ja ha\n"
2913 "introduït els mateixos canvis; potser voleu ometre aquest pedaç."
2914
2915 #: builtin/am.c
2916 msgid ""
2917 "You still have unmerged paths in your index.\n"
2918 "You should 'git add' each file with resolved conflicts to mark them as "
2919 "such.\n"
2920 "You might run `git rm` on a file to accept \"deleted by them\" for it."
2921 msgstr ""
2922 "Encara teniu camins sense fusionar a l'índex.\n"
2923 "Heu de fer «git add» a cada fitxer amb conflictes resolts per a marcar-los "
2924 "com a tal.\n"
2925 "Podeu executar «git rm» en un fitxer per a acceptar «suprimit per ells» pel "
2926 "fitxer."
2927
2928 #: builtin/am.c builtin/reset.c
2929 #, c-format
2930 msgid "Could not parse object '%s'."
2931 msgstr "No s'ha pogut analitzar l'objecte «%s»."
2932
2933 #: builtin/am.c
2934 msgid "failed to clean index"
2935 msgstr "s'ha produït un error en netejar l'índex"
2936
2937 #: builtin/am.c
2938 msgid ""
2939 "You seem to have moved HEAD since the last 'am' failure.\n"
2940 "Not rewinding to ORIG_HEAD"
2941 msgstr ""
2942 "Sembla que heu mogut HEAD després de l'última fallada de «am».\n"
2943 "No s'està rebobinant a ORIG_HEAD"
2944
2945 #: builtin/am.c builtin/bisect.c builtin/tag.c worktree.c
2946 #, c-format
2947 msgid "failed to read '%s'"
2948 msgstr "s'ha produït un error en llegir «%s»"
2949
2950 #: builtin/am.c
2951 msgid "git am [<options>] [(<mbox> | <Maildir>)...]"
2952 msgstr "git am [<opcions>] [(<bústia> | <directori-de-correu>)...]"
2953
2954 #: builtin/am.c
2955 msgid "git am [<options>] (--continue | --skip | --abort)"
2956 msgstr "git am [<opcions>] (--continue | --skip | --abort)"
2957
2958 #: builtin/am.c
2959 msgid "run interactively"
2960 msgstr "executa interactivament"
2961
2962 #: builtin/am.c
2963 msgid "bypass pre-applypatch and applypatch-msg hooks"
2964 msgstr "evita els lligams pre-applypatch i applypatch-msg"
2965
2966 #: builtin/am.c builtin/cat-file.c
2967 msgid "historical option -- no-op"
2968 msgstr "opció històrica -- no-op"
2969
2970 #: builtin/am.c
2971 msgid "allow fall back on 3way merging if needed"
2972 msgstr "permet retrocedir a una fusió de 3 vies si és necessari"
2973
2974 #: builtin/am.c builtin/init-db.c builtin/prune-packed.c builtin/repack.c
2975 #: builtin/stash.c
2976 msgid "be quiet"
2977 msgstr "silenciós"
2978
2979 #: builtin/am.c
2980 msgid "add a Signed-off-by trailer to the commit message"
2981 msgstr "afegeix un «trailer» tipus «Signed-off-by» al missatge de comissió"
2982
2983 #: builtin/am.c
2984 msgid "recode into utf8 (default)"
2985 msgstr "recodifica en utf8 (per defecte)"
2986
2987 #: builtin/am.c
2988 msgid "pass -k flag to git-mailinfo"
2989 msgstr "passa l'indicador -k a git-mailinfo"
2990
2991 #: builtin/am.c
2992 msgid "pass -b flag to git-mailinfo"
2993 msgstr "passa l'indicador -b a git-mailinfo"
2994
2995 #: builtin/am.c
2996 msgid "pass -m flag to git-mailinfo"
2997 msgstr "passa l'indicador -m a git-mailinfo"
2998
2999 #: builtin/am.c
3000 msgid "pass --keep-cr flag to git-mailsplit for mbox format"
3001 msgstr "passa l'indicador --keep-cr a git-mailsplit per al format mbox"
3002
3003 #: builtin/am.c
3004 msgid "strip everything before a scissors line"
3005 msgstr "elimina tot abans d'una línia de tisores"
3006
3007 #: builtin/am.c
3008 msgid "pass it through git-mailinfo"
3009 msgstr "passa-ho a través del git-mailinfo"
3010
3011 #: builtin/am.c
3012 msgid "pass it through git-apply"
3013 msgstr "passa-ho a través de git-apply"
3014
3015 #: builtin/am.c builtin/commit.c builtin/fmt-merge-msg.c builtin/grep.c
3016 #: builtin/merge.c builtin/pull.c builtin/rebase.c builtin/repack.c
3017 #: builtin/show-branch.c builtin/show-ref.c builtin/tag.c parse-options.h
3018 msgid "n"
3019 msgstr "n"
3020
3021 #: builtin/am.c builtin/branch.c builtin/bugreport.c builtin/cat-file.c
3022 #: builtin/clone.c builtin/diagnose.c builtin/for-each-ref.c builtin/init-db.c
3023 #: builtin/ls-files.c builtin/ls-tree.c builtin/name-rev.c builtin/refs.c
3024 #: builtin/replace.c builtin/repo.c builtin/submodule--helper.c builtin/tag.c
3025 #: builtin/verify-tag.c
3026 msgid "format"
3027 msgstr "format"
3028
3029 #: builtin/am.c
3030 msgid "format the patch(es) are in"
3031 msgstr "el format en el qual estan els pedaços"
3032
3033 #: builtin/am.c
3034 msgid "override error message when patch failure occurs"
3035 msgstr "sobreescriu el missatge d'error si falla l'aplicació del pedaç"
3036
3037 #: builtin/am.c
3038 msgid "continue applying patches after resolving a conflict"
3039 msgstr "segueix aplicant pedaços després de resoldre un conflicte"
3040
3041 #: builtin/am.c
3042 msgid "synonyms for --continue"
3043 msgstr "sinònims de --continue"
3044
3045 #: builtin/am.c
3046 msgid "skip the current patch"
3047 msgstr "omet el pedaç actual"
3048
3049 #: builtin/am.c
3050 msgid "restore the original branch and abort the patching operation"
3051 msgstr "restaura la branca original i interromp l'operació d'apedaçament"
3052
3053 #: builtin/am.c
3054 msgid "abort the patching operation but keep HEAD where it is"
3055 msgstr "interromp l'operació d'apedaçament però manté HEAD on és"
3056
3057 #: builtin/am.c
3058 msgid "show the patch being applied"
3059 msgstr "mostra el pedaç que s'està aplicant"
3060
3061 #: builtin/am.c
3062 msgid "try to apply current patch again"
3063 msgstr "intenta aplicar el pedaç actual de nou"
3064
3065 #: builtin/am.c
3066 msgid "record the empty patch as an empty commit"
3067 msgstr "registra el pedaç buit com una comissió buida"
3068
3069 #: builtin/am.c
3070 msgid "lie about committer date"
3071 msgstr "menteix sobre la data del comitent"
3072
3073 #: builtin/am.c
3074 msgid "use current timestamp for author date"
3075 msgstr "usa la marca de temps actual per a la data d'autor"
3076
3077 #: builtin/am.c builtin/commit-tree.c builtin/commit.c builtin/merge.c
3078 #: builtin/pull.c builtin/rebase.c builtin/revert.c builtin/tag.c
3079 msgid "key-id"
3080 msgstr "ID de clau"
3081
3082 #: builtin/am.c builtin/rebase.c
3083 msgid "GPG-sign commits"
3084 msgstr "signa les comissions amb GPG"
3085
3086 #: builtin/am.c
3087 msgid "how to handle empty patches"
3088 msgstr "com gestionar les comissions buides"
3089
3090 #: builtin/am.c
3091 msgid "(internal use for git-rebase)"
3092 msgstr "(ús intern per a git-rebase)"
3093
3094 #: builtin/am.c
3095 msgid ""
3096 "The -b/--binary option has been a no-op for long time, and\n"
3097 "it will be removed. Please do not use it anymore."
3098 msgstr ""
3099 "Fa molt que l'opció -b/--binary no fa res, i\n"
3100 "s'eliminarà. No l'useu més."
3101
3102 #: builtin/am.c
3103 msgid "failed to read the index"
3104 msgstr "s'ha produït un error en llegir l'índex"
3105
3106 #: builtin/am.c
3107 #, c-format
3108 msgid "previous rebase directory %s still exists but mbox given."
3109 msgstr ""
3110 "un directori de «rebase» anterior %s encara existeix però s'ha donat una "
3111 "bústia."
3112
3113 #: builtin/am.c
3114 #, c-format
3115 msgid ""
3116 "Stray %s directory found.\n"
3117 "Use \"git am --abort\" to remove it."
3118 msgstr ""
3119 "S'ha trobat un directori %s extraviat.\n"
3120 "Useu «git am --abort» per a eliminar-lo."
3121
3122 #: builtin/am.c
3123 msgid "Resolve operation not in progress, we are not resuming."
3124 msgstr "Una operació de resolució no està en curs; no reprenem."
3125
3126 #: builtin/am.c
3127 msgid "interactive mode requires patches on the command line"
3128 msgstr "el mode interactiu requereix pedaços a la línia d'ordres"
3129
3130 #: builtin/apply.c
3131 msgid "git apply [<options>] [<patch>...]"
3132 msgstr "git apply [<opcions>] [<pedaç>...]"
3133
3134 #: builtin/archive.c diagnose.c
3135 msgid "could not redirect output"
3136 msgstr "no s'ha pogut redirigir la sortida"
3137
3138 #: builtin/archive.c
3139 msgid "git archive: expected ACK/NAK, got a flush packet"
3140 msgstr "git archive: s'esperava ACK/NAK, s'ha rebut un paquet de buidatge"
3141
3142 #: builtin/archive.c
3143 #, c-format
3144 msgid "git archive: NACK %s"
3145 msgstr "git archive: %s NACK"
3146
3147 #: builtin/archive.c
3148 msgid "git archive: protocol error"
3149 msgstr "git archive: error de protocol"
3150
3151 #: builtin/archive.c
3152 msgid "git archive: expected a flush"
3153 msgstr "git archive: s'esperava un buidatge"
3154
3155 #: builtin/backfill.c
3156 msgid ""
3157 "git backfill [--min-batch-size=<n>] [--[no-]sparse] [--[no-]include-edges] "
3158 "[<revision-range>]"
3159 msgstr ""
3160 "git backfill [--min-batch-size=<n>] [--[no-]sparse] [--[no-]include-edges] "
3161 "[<revision-range>]"
3162
3163 #: builtin/backfill.c
3164 #, c-format
3165 msgid "'%s' cannot be used with 'git backfill'"
3166 msgstr "«%s» no es pot usar amb «git backfill»"
3167
3168 #: builtin/backfill.c
3169 msgid "cannot backfill with these filter options"
3170 msgstr "no es pot fer el «backfill» amb aquestes opcions de filtre"
3171
3172 #: builtin/backfill.c
3173 msgid "cannot backfill with blob size limits"
3174 msgstr "no puc fer «backfill» amb límits de grandària de blob"
3175
3176 #: builtin/backfill.c
3177 msgid "problem loading sparse-checkout"
3178 msgstr "s'ha produït un problema en carregar sparse-checkout"
3179
3180 #: builtin/backfill.c
3181 msgid "Minimum number of objects to request at a time"
3182 msgstr "Nombre mínim d'objectes a sol·licitar d'una vegada"
3183
3184 #: builtin/backfill.c
3185 msgid "Restrict the missing objects to the current sparse-checkout"
3186 msgstr "Restringeix els objectes que manquen al sparse-checkout actual"
3187
3188 #: builtin/backfill.c
3189 msgid "Include blobs from boundary commits in the backfill"
3190 msgstr "inclou blobs de les comissions límit en el «backfill»"
3191
3192 #: builtin/backfill.c builtin/diff-pairs.c builtin/log.c builtin/replay.c
3193 #: builtin/shortlog.c bundle.c
3194 #, c-format
3195 msgid "unrecognized argument: %s"
3196 msgstr "argument no reconegut: %s"
3197
3198 #: builtin/bisect.c
3199 msgid ""
3200 "git bisect start [--term-(bad|new)=<term-new> --term-(good|old)=<term-old>]\n"
3201 " [--no-checkout] [--first-parent] [<bad> [<good>...]] [--] "
3202 "[<pathspec>...]"
3203 msgstr ""
3204 "git bisect start [--term-(bad|new)=<term-nou> --term-(good|old)=<term-"
3205 "antic>]\n"
3206 " [--no-checkout] [--first-parent] [<dolent> [<bo>...]] [--] "
3207 "[<especificació-camí>...]"
3208
3209 #: builtin/bisect.c
3210 msgid "git bisect (bad|new|<term-new>) [<rev>]"
3211 msgstr "git bisect (bad|new|<term-nou>) [<revisió>]"
3212
3213 #: builtin/bisect.c
3214 msgid "git bisect (good|old|<term-old>) [<rev>...]"
3215 msgstr "git bisect (good|old|<term-antic>) [<revisió>...]"
3216
3217 #: builtin/bisect.c
3218 msgid "git bisect skip [(<rev>|<range>)...]"
3219 msgstr "git bisect skip [(<revisió>|<rang>)...]"
3220
3221 #: builtin/bisect.c
3222 msgid "git bisect reset [<commit>]"
3223 msgstr "git bisect reset [<comissió>]"
3224
3225 #: builtin/bisect.c
3226 msgid "git bisect replay <logfile>"
3227 msgstr "git bisect replay <fitxer-registre>"
3228
3229 #: builtin/bisect.c
3230 msgid "git bisect run <cmd> [<arg>...]"
3231 msgstr "git bisect run <ordre> [<arg>...]"
3232
3233 #: builtin/bisect.c
3234 #, c-format
3235 msgid "cannot open file '%s' in mode '%s'"
3236 msgstr "no es pot obrir el fitxer «%s» en mode «%s»"
3237
3238 #: builtin/bisect.c
3239 #, c-format
3240 msgid "could not write to file '%s'"
3241 msgstr "no s'ha pogut escriure al fitxer «%s»"
3242
3243 #: builtin/bisect.c
3244 #, c-format
3245 msgid "cannot open file '%s' for reading"
3246 msgstr "no es pot obrir «%s» per a lectura"
3247
3248 #: builtin/bisect.c
3249 #, c-format
3250 msgid "'%s' is not a valid term"
3251 msgstr "«%s» no és un terme vàlid"
3252
3253 #: builtin/bisect.c
3254 #, c-format
3255 msgid "can't use the builtin command '%s' as a term"
3256 msgstr "no es pot usar l'ordre interna «%s» com a terme"
3257
3258 #: builtin/bisect.c
3259 #, c-format
3260 msgid "can't change the meaning of the term '%s'"
3261 msgstr "no es pot canviar el significat del terme «%s»"
3262
3263 #: builtin/bisect.c
3264 msgid "please use two different terms"
3265 msgstr "useu dos termes diferents"
3266
3267 #: builtin/bisect.c
3268 #, c-format
3269 msgid "We are not bisecting.\n"
3270 msgstr "No estem bisecant.\n"
3271
3272 #: builtin/bisect.c
3273 #, c-format
3274 msgid "'%s' is not a valid commit"
3275 msgstr "«%s» no és una comissió vàlida"
3276
3277 #: builtin/bisect.c
3278 #, c-format
3279 msgid ""
3280 "could not check out original HEAD '%s'. Try 'git bisect reset <commit>'."
3281 msgstr ""
3282 "no s'ha pogut agafar la HEAD original «%s». Proveu «git bisect reset "
3283 "<comissió>»."
3284
3285 #: builtin/bisect.c
3286 #, c-format
3287 msgid "Bad bisect_write argument: %s"
3288 msgstr "Argument «bisect_write» incorrecte: %s"
3289
3290 #: builtin/bisect.c
3291 #, c-format
3292 msgid "couldn't get the oid of the rev '%s'"
3293 msgstr "no s'ha pogut obtenir l'oid de la revisió «%s»"
3294
3295 #: builtin/bisect.c
3296 #, c-format
3297 msgid "couldn't open the file '%s'"
3298 msgstr "no s'ha pogut obrir el fitxer «%s»"
3299
3300 #: builtin/bisect.c
3301 #, c-format
3302 msgid "Invalid command: you're currently in a %s/%s bisect"
3303 msgstr "Ordre no vàlida: esteu actualment en una bisecció %s/%s"
3304
3305 #: builtin/bisect.c
3306 #, c-format
3307 msgid ""
3308 "You need to give me at least one %s and %s revision.\n"
3309 "You can use \"git bisect %s\" and \"git bisect %s\" for that."
3310 msgstr ""
3311 "Heu de donar com a mínim un %s i una revisió %s.\n"
3312 "Podeu usar «git bisect %s» i «git bisect %s» per a això."
3313
3314 #: builtin/bisect.c
3315 #, c-format
3316 msgid ""
3317 "You need to start by \"git bisect start\".\n"
3318 "You then need to give me at least one %s and %s revision.\n"
3319 "You can use \"git bisect %s\" and \"git bisect %s\" for that."
3320 msgstr ""
3321 "Heu de començar amb «git bisect start».\n"
3322 "Heu de donar com a mínim un %s i una revisió %s.\n"
3323 "Podeu usar «git bisect %s» i «git bisect %s» per a això."
3324
3325 #: builtin/bisect.c
3326 #, c-format
3327 msgid "bisecting only with a %s commit"
3328 msgstr "bisecant amb només una comissió %s"
3329
3330 #. TRANSLATORS: Make sure to include [Y] and [n] in your
3331 #. translation. The program will only accept English input
3332 #. at this point.
3333 #.
3334 #: builtin/bisect.c
3335 msgid "Are you sure [Y/n]? "
3336 msgstr "N'esteu segur [Y/n]? "
3337
3338 #: builtin/bisect.c
3339 #, c-format
3340 msgid "status: waiting for both '%s' and '%s' commits\n"
3341 msgstr ""
3342 "estat: s'estan esperant tant les comissions de tipus «%s» com les de tipus "
3343 "«%s»\n"
3344
3345 #: builtin/bisect.c
3346 #, c-format
3347 msgid "status: waiting for '%s' commit, %d '%s' commit known\n"
3348 msgid_plural "status: waiting for '%s' commit, %d '%s' commits known\n"
3349 msgstr[0] "estat: s'espera la comissió '%s', es coneix %d comissió '%s'\n"
3350 msgstr[1] ""
3351 "estat: s'esperen les comissions '%s', es coneixen %d comissions '%s'\n"
3352
3353 #: builtin/bisect.c
3354 #, c-format
3355 msgid "status: waiting for '%s' commit(s), '%s' commit known\n"
3356 msgstr ""
3357 "estat: s'esperen comissions de tipus «%s», es coneix la comissió de tipus "
3358 "«%s»\n"
3359
3360 #: builtin/bisect.c
3361 msgid "no terms defined"
3362 msgstr "cap terme definit"
3363
3364 #: builtin/bisect.c
3365 #, c-format
3366 msgid ""
3367 "Your current terms are '%s' for the old state\n"
3368 "and '%s' for the new state.\n"
3369 msgstr ""
3370 "Els termes actuals són «%s» per a l'estat antic\n"
3371 "i «%s» per al nou estat.\n"
3372
3373 #: builtin/bisect.c
3374 #, c-format
3375 msgid ""
3376 "invalid argument %s for 'git bisect terms'.\n"
3377 "Supported options are: --term-good|--term-old and --term-bad|--term-new."
3378 msgstr ""
3379 "argument no vàlid %s per a «git bisect terms».\n"
3380 "Les opcions admeses són: --term-good|--term-old i --term-bad|--term-new."
3381
3382 #: builtin/bisect.c
3383 #, c-format
3384 msgid "could not open '%s' for appending"
3385 msgstr "no s'ha pogut obrir «%s» per a afegir-hi"
3386
3387 #: builtin/bisect.c
3388 msgid "'' is not a valid term"
3389 msgstr "«%s» no és un terme vàlid"
3390
3391 #: builtin/bisect.c
3392 #, c-format
3393 msgid "unrecognized option: '%s'"
3394 msgstr "opció no reconeguda: «%s»"
3395
3396 #: builtin/bisect.c
3397 #, c-format
3398 msgid "'%s' does not appear to be a valid revision"
3399 msgstr "«%s» no sembla ser una revisió vàlida"
3400
3401 #: builtin/bisect.c
3402 msgid "bad HEAD - I need a HEAD"
3403 msgstr "HEAD incorrecte - cal una HEAD"
3404
3405 #: builtin/bisect.c
3406 #, c-format
3407 msgid "checking out '%s' failed. Try 'git bisect start <valid-branch>'."
3408 msgstr ""
3409 "l'agafament de «%s» ha fallat. Proveu «git bisect start <branca-vàlida>»."
3410
3411 #: builtin/bisect.c
3412 msgid "bad HEAD - strange symbolic ref"
3413 msgstr "HEAD incorrecte - referència simbòlica estranya"
3414
3415 #: builtin/bisect.c
3416 #, c-format
3417 msgid "invalid ref: '%s'"
3418 msgstr "referència no és vàlida: «%s»"
3419
3420 #: builtin/bisect.c
3421 msgid "You need to start by \"git bisect start\"\n"
3422 msgstr "Cal començar per «git bisect start»\n"
3423
3424 #. TRANSLATORS: Make sure to include [Y] and [n] in your
3425 #. translation. The program will only accept English input
3426 #. at this point.
3427 #.
3428 #: builtin/bisect.c
3429 msgid "Do you want me to do it for you [Y/n]? "
3430 msgstr "Voleu que ho faci per vostè [Y/n]? "
3431
3432 #: builtin/bisect.c
3433 msgid "Please call `--bisect-state` with at least one argument"
3434 msgstr "Executeu «--bisect-state» amb almenys un argument"
3435
3436 #: builtin/bisect.c
3437 #, c-format
3438 msgid "'git bisect %s' can take only one argument."
3439 msgstr "«git bisect %s» només pot acceptar un argument."
3440
3441 #: builtin/bisect.c
3442 #, c-format
3443 msgid "Bad rev input: %s"
3444 msgstr "Entrada amb revisió errònia: %s"
3445
3446 #: builtin/bisect.c
3447 #, c-format
3448 msgid "Bad rev input (not a commit): %s"
3449 msgstr "Entrada de revisió errònia (no és una comissió): %s"
3450
3451 #: builtin/bisect.c
3452 msgid "We are not bisecting."
3453 msgstr "No estem bisecant."
3454
3455 #: builtin/bisect.c
3456 #, c-format
3457 msgid "'%s'?? what are you talking about?"
3458 msgstr "«%s»? Què voleu dir?"
3459
3460 #: builtin/bisect.c
3461 #, c-format
3462 msgid "cannot read file '%s' for replaying"
3463 msgstr "no es pot llegir «%s» per a la reproducció"
3464
3465 #: builtin/bisect.c
3466 #, c-format
3467 msgid "running %s\n"
3468 msgstr "s'està executant %s\n"
3469
3470 #: builtin/bisect.c
3471 msgid "bisect run failed: no command provided."
3472 msgstr "ha fallat l'execució de bisect: no s'ha proporcionat cap ordre."
3473
3474 #: builtin/bisect.c
3475 #, c-format
3476 msgid "unable to verify %s on '%s' revision"
3477 msgstr "no s'ha pogut verificar %s en la revisió «%s»"
3478
3479 #: builtin/bisect.c
3480 #, c-format
3481 msgid "bogus exit code %d for '%s' revision"
3482 msgstr "codi de sortida erroni %d per a la revisió «%s»"
3483
3484 #: builtin/bisect.c
3485 #, c-format
3486 msgid "bisect run failed: exit code %d from %s is < 0 or >= 128"
3487 msgstr ""
3488 "l'execució de la de bisecció ha fallat: codi de sortida %d de %s és < 0 o >= "
3489 "128"
3490
3491 #: builtin/bisect.c
3492 #, c-format
3493 msgid "cannot open file '%s' for writing"
3494 msgstr "no es pot obrir «%s» per a escriptura"
3495
3496 #: builtin/bisect.c
3497 msgid "bisect run cannot continue any more"
3498 msgstr "l'execució de la bisecció no pot continuar més"
3499
3500 #: builtin/bisect.c
3501 msgid "bisect run success"
3502 msgstr "execució de bisecció amb èxit"
3503
3504 #: builtin/bisect.c
3505 #, c-format
3506 msgid "bisect found first '%s' commit\n"
3507 msgstr "la bisecció ha trobat la primera comissió «%s»\n"
3508
3509 #: builtin/bisect.c
3510 #, c-format
3511 msgid "bisect run failed: 'git bisect %s' exited with error code %d"
3512 msgstr ""
3513 "ha fallat l'execució del bisect: «git bisect %s» ha sortit amb el codi "
3514 "d'error %d"
3515
3516 #: builtin/bisect.c
3517 #, c-format
3518 msgid "'%s' requires either no argument or a commit"
3519 msgstr "«%s» no requereix cap argument ni comissió"
3520
3521 #: builtin/bisect.c
3522 #, c-format
3523 msgid "'%s' requires 0 or 1 argument"
3524 msgstr "%s requereix 0 o 1 arguments"
3525
3526 #: builtin/bisect.c
3527 #, c-format
3528 msgid "'%s' requires 0 arguments"
3529 msgstr "«%s» requereix 0 arguments"
3530
3531 #: builtin/bisect.c
3532 msgid "no logfile given"
3533 msgstr "no s'ha donat cap fitxer de registre"
3534
3535 #: builtin/bisect.c
3536 #, c-format
3537 msgid "'%s' failed: no command provided."
3538 msgstr "«%s» ha fallat: no s'ha proporcionat cap ordre."
3539
3540 #: builtin/bisect.c
3541 msgid "need a command"
3542 msgstr "cal una subordre"
3543
3544 #: builtin/bisect.c builtin/cat-file.c
3545 #, c-format
3546 msgid "unknown command: '%s'"
3547 msgstr "ordre desconeguda: «%s»"
3548
3549 #: builtin/blame.c
3550 msgid "git blame [<options>] [<rev-opts>] [<rev>] [--] <file>"
3551 msgstr "git blame [<opcions>] [<opcions-revisió>] [<revisió>] [--] fitxer"
3552
3553 #: builtin/blame.c
3554 msgid "git annotate [<options>] [<rev-opts>] [<rev>] [--] <file>"
3555 msgstr "git annotate [<opcions>] [<opcions-revisió>] [<rev>] [--] <fitxer>"
3556
3557 #: builtin/blame.c
3558 msgid "<rev-opts> are documented in git-rev-list(1)"
3559 msgstr "es documenten les <opcions-revisió> en git-rev-list(1)"
3560
3561 #: builtin/blame.c
3562 #, c-format
3563 msgid "expecting a color: %s"
3564 msgstr "s'esperava un color: %s"
3565
3566 #: builtin/blame.c
3567 msgid "must end with a color"
3568 msgstr "ha d'acabar amb un color"
3569
3570 #: builtin/blame.c diff.c merge-ort.c transport.c
3571 #, c-format
3572 msgid "unknown value for config '%s': %s"
3573 msgstr "valor desconegut per al config «%s»': %s"
3574
3575 #: builtin/blame.c builtin/merge-file.c diff.c
3576 msgid ""
3577 "option diff-algorithm accepts \"myers\", \"minimal\", \"patience\" and "
3578 "\"histogram\""
3579 msgstr ""
3580 "l'opció diff-algorithm accepta «myers», «minimal», «patience» i «histogram»"
3581
3582 #: builtin/blame.c
3583 #, c-format
3584 msgid "cannot find revision %s to ignore"
3585 msgstr "no s'ha pogut trobar la revisió %s a ignorar"
3586
3587 #: builtin/blame.c
3588 msgid "show blame entries as we find them, incrementally"
3589 msgstr "mostra les entrades «blame» mentre les trobem, incrementalment"
3590
3591 #: builtin/blame.c
3592 msgid "do not show object names of boundary commits (Default: off)"
3593 msgstr ""
3594 "no mostris els noms d'objectes de les comissions límit (per defecte: "
3595 "desactivat)"
3596
3597 #: builtin/blame.c
3598 msgid "do not treat root commits as boundaries (Default: off)"
3599 msgstr ""
3600 "no tractis les comissions arrel com de frontera (per defecte: desactivat)"
3601
3602 #: builtin/blame.c
3603 msgid "show work cost statistics"
3604 msgstr "mostra les estadístiques del cost de treball"
3605
3606 #: builtin/blame.c builtin/checkout.c builtin/clone.c builtin/commit-graph.c
3607 #: builtin/fetch.c builtin/merge.c builtin/multi-pack-index.c builtin/pull.c
3608 #: builtin/push.c builtin/remote.c builtin/send-pack.c
3609 msgid "force progress reporting"
3610 msgstr "força l'informe de progrés"
3611
3612 #: builtin/blame.c
3613 msgid "show output score for blame entries"
3614 msgstr "mostra la puntuació de sortida de les entrades «blame»"
3615
3616 #: builtin/blame.c
3617 msgid "show original filename (Default: auto)"
3618 msgstr "mostra el nom de fitxer original (per defecte: automàtic)"
3619
3620 #: builtin/blame.c
3621 msgid "show original linenumber (Default: off)"
3622 msgstr "mostra el número de línia original (per defecte: desactivat)"
3623
3624 #: builtin/blame.c
3625 msgid "show in a format designed for machine consumption"
3626 msgstr "presenta en un format dissenyat per a ser consumit per una màquina"
3627
3628 #: builtin/blame.c
3629 msgid "show porcelain format with per-line commit information"
3630 msgstr "mostra en format de porcellana amb informació de comissió per línia"
3631
3632 #: builtin/blame.c
3633 msgid "use the same output mode as git-annotate (Default: off)"
3634 msgstr ""
3635 "usa el mateix mode de sortida que git-annotate (per defecte: desactivat)"
3636
3637 #: builtin/blame.c
3638 msgid "show raw timestamp (Default: off)"
3639 msgstr "mostra la marca de temps en cru (per defecte: desactivat)"
3640
3641 #: builtin/blame.c
3642 msgid "show long commit SHA1 (Default: off)"
3643 msgstr "mostra l'SHA1 de la comissió en format llarg (per defecte: desactivat)"
3644
3645 #: builtin/blame.c
3646 msgid "suppress author name and timestamp (Default: off)"
3647 msgstr "omet el nom d'autor i la marca de temps (per defecte: desactivat)"
3648
3649 #: builtin/blame.c
3650 msgid "show author email instead of name (Default: off)"
3651 msgstr ""
3652 "mostra el correu electrònic de l'autor en comptes del nom (per defecte: "
3653 "desactivat)"
3654
3655 #: builtin/blame.c
3656 msgid "ignore whitespace differences"
3657 msgstr "ignora les diferències d'espai en blanc"
3658
3659 #: builtin/blame.c builtin/merge-file.c diff.c
3660 msgid "<algorithm>"
3661 msgstr "<algorisme>"
3662
3663 #: builtin/blame.c builtin/merge-file.c diff.c
3664 msgid "choose a diff algorithm"
3665 msgstr "trieu un algorisme per al diff"
3666
3667 #: builtin/blame.c builtin/clone.c builtin/log.c
3668 msgid "rev"
3669 msgstr "rev"
3670
3671 #: builtin/blame.c
3672 msgid "ignore <rev> when blaming"
3673 msgstr "ignora ñ- en fer «blame»"
3674
3675 #: builtin/blame.c
3676 msgid "ignore revisions from <file>"
3677 msgstr "ignora les revisions de <fitxer>"
3678
3679 #: builtin/blame.c
3680 msgid "color redundant metadata from previous line differently"
3681 msgstr ""
3682 "acoloreix les metadades redundants de la línia anterior de manera diferent"
3683
3684 #: builtin/blame.c
3685 msgid "color lines by age"
3686 msgstr "acoloreix les línies per antiguitat"
3687
3688 #: builtin/blame.c
3689 msgid "spend extra cycles to find a better match"
3690 msgstr "utilitza cicles addicionals per a trobar una coincidència millor"
3691
3692 #: builtin/blame.c
3693 msgid "use revisions from <file> instead of calling git-rev-list"
3694 msgstr "usa les revisions de <fitxer> en lloc d'invocar git-rev-list"
3695
3696 #: builtin/blame.c
3697 msgid "use <file>'s contents as the final image"
3698 msgstr "usa els continguts de <fitxer> com a la imatge final"
3699
3700 #: builtin/blame.c
3701 msgid "score"
3702 msgstr "puntuació"
3703
3704 #: builtin/blame.c
3705 msgid "find line copies within and across files"
3706 msgstr "troba còpies de línia dins i a través dels fitxers"
3707
3708 #: builtin/blame.c
3709 msgid "find line movements within and across files"
3710 msgstr "troba moviments de línia dins i a través dels fitxers"
3711
3712 #: builtin/blame.c
3713 msgid "range"
3714 msgstr "rang"
3715
3716 #: builtin/blame.c
3717 msgid "process only line range <start>,<end> or function :<funcname>"
3718 msgstr "processa només el rang <inici>,<final> o la funció :<nom-funció>"
3719
3720 #: builtin/blame.c
3721 msgid "--progress can't be used with --incremental or porcelain formats"
3722 msgstr ""
3723 "no es pot usar --progress amb els formats --incremental o de porcellana"
3724
3725 #. TRANSLATORS: This string is used to tell us the
3726 #. maximum display width for a relative timestamp in
3727 #. "git blame" output. For C locale, "4 years, 11
3728 #. months ago", which takes 22 places, is the longest
3729 #. among various forms of relative timestamps, but
3730 #. your language may need more or fewer display
3731 #. columns.
3732 #.
3733 #: builtin/blame.c
3734 msgid "4 years, 11 months ago"
3735 msgstr "fa 4 anys i 11 mesos"
3736
3737 #: builtin/blame.c
3738 #, c-format
3739 msgid "file %s has only %lu line"
3740 msgid_plural "file %s has only %lu lines"
3741 msgstr[0] "el fitxer %s té només %lu línia"
3742 msgstr[1] "el fitxer %s té només %lu línies"
3743
3744 #: builtin/blame.c
3745 msgid "Blaming lines"
3746 msgstr "S'està fent un «blame»"
3747
3748 #: builtin/branch.c
3749 msgid "git branch [<options>] [-r | -a] [--merged] [--no-merged]"
3750 msgstr "git branch [<opcions>] [-r | -a] [--merged | --no-merged]"
3751
3752 #: builtin/branch.c
3753 msgid ""
3754 "git branch [<options>] [-f] [--recurse-submodules] <branch-name> [<start-"
3755 "point>]"
3756 msgstr ""
3757 "git branch [<opcions>] [-f] [--recurse-submodules] <branch-name> [<start-"
3758 "point>]"
3759
3760 #: builtin/branch.c
3761 msgid "git branch [<options>] [-l] [<pattern>...]"
3762 msgstr "git branch [<opcions>] [-l] [<patró>...]"
3763
3764 #: builtin/branch.c
3765 msgid "git branch [<options>] [-r] (-d | -D) <branch-name>..."
3766 msgstr "git branch [<opcions>] [-r] (-d | -D) <nom-de-branca>..."
3767
3768 #: builtin/branch.c
3769 msgid "git branch [<options>] (-m | -M) [<old-branch>] <new-branch>"
3770 msgstr "git branch [<opcions>] (-m | -M) [<branca-antiga>] <branca-nova>"
3771
3772 #: builtin/branch.c
3773 msgid "git branch [<options>] (-c | -C) [<old-branch>] <new-branch>"
3774 msgstr "git branch [<opcions>] (-c | -C) [<branca-antiga>] <branca-nova>"
3775
3776 #: builtin/branch.c
3777 msgid "git branch [<options>] [-r | -a] [--points-at]"
3778 msgstr "git branch [<opcions>] [-r | -a] [--points-at]"
3779
3780 #: builtin/branch.c
3781 msgid "git branch [<options>] [-r | -a] [--format]"
3782 msgstr "git branch [<opcions>] [-r | -a] [--format]"
3783
3784 #: builtin/branch.c
3785 #, c-format
3786 msgid ""
3787 "deleting branch '%s' that has been merged to\n"
3788 " '%s', but not yet merged to HEAD"
3789 msgstr ""
3790 "s'està suprimint la branca «%s» que s'ha fusionat a\n"
3791 " «%s», però encara no s'ha fusionat a HEAD"
3792
3793 #: builtin/branch.c
3794 #, c-format
3795 msgid ""
3796 "not deleting branch '%s' that is not yet merged to\n"
3797 " '%s', even though it is merged to HEAD"
3798 msgstr ""
3799 "no s'està suprimint la branca «%s» que encara no s'ha fusionat a\n"
3800 " «%s», encara que s'hagi fusionat a HEAD"
3801
3802 #: builtin/branch.c
3803 #, c-format
3804 msgid "couldn't look up commit object for '%s'"
3805 msgstr "no s'ha pogut cercar l'objecte de comissió per a «%s»"
3806
3807 #: builtin/branch.c
3808 #, c-format
3809 msgid "the branch '%s' is not fully merged"
3810 msgstr "la branca «%s» no està completament fusionada"
3811
3812 #: builtin/branch.c
3813 #, c-format
3814 msgid "If you are sure you want to delete it, run 'git branch -D %s'"
3815 msgstr "Si esteu segur que voleu suprimir-la, executeu «git branch -D %s»"
3816
3817 #: builtin/branch.c
3818 msgid "update of config-file failed"
3819 msgstr "ha fallat l'actualització del fitxer de configuració"
3820
3821 #: builtin/branch.c
3822 msgid "cannot use -a with -d"
3823 msgstr "no es pot usar -a amb -d"
3824
3825 #: builtin/branch.c
3826 #, c-format
3827 msgid "cannot delete branch '%s' used by worktree at '%s'"
3828 msgstr ""
3829 "no es pot suprimir la branca «%s» utilitzada per l'arbre de treball a «%s»"
3830
3831 #: builtin/branch.c
3832 #, c-format
3833 msgid "remote-tracking branch '%s' not found"
3834 msgstr "no s'ha trobat la branca de seguiment remot «%s»"
3835
3836 #: builtin/branch.c
3837 #, c-format
3838 msgid ""
3839 "branch '%s' not found.\n"
3840 "Did you forget --remote?"
3841 msgstr ""
3842 "no s'ha trobat la branca «%s».\n"
3843 "Us heu oblidat de --remote?"
3844
3845 #: builtin/branch.c
3846 #, c-format
3847 msgid "branch '%s' not found"
3848 msgstr "no s'ha trobat la branca «%s»"
3849
3850 #: builtin/branch.c
3851 #, c-format
3852 msgid "Deleted remote-tracking branch %s (was %s).\n"
3853 msgstr "S'ha suprimit la branca amb seguiment remot %s (era %s).\n"
3854
3855 #: builtin/branch.c
3856 #, c-format
3857 msgid "Deleted branch %s (was %s).\n"
3858 msgstr "S'ha suprimit la branca %s (era %s).\n"
3859
3860 #: builtin/branch.c builtin/tag.c
3861 msgid "unable to parse format string"
3862 msgstr "no s'ha pogut analitzar la cadena de format"
3863
3864 #: builtin/branch.c
3865 msgid "could not resolve HEAD"
3866 msgstr "no s'ha pogut resoldre HEAD"
3867
3868 #: builtin/branch.c
3869 #, c-format
3870 msgid "HEAD (%s) points outside of refs/heads/"
3871 msgstr "HEAD (%s) apunta fora de refs/heads/"
3872
3873 #: builtin/branch.c
3874 #, c-format
3875 msgid "branch %s is being rebased at %s"
3876 msgstr "a la branca %s se li està fent a «rebase» a %s"
3877
3878 #: builtin/branch.c
3879 #, c-format
3880 msgid "branch %s is being bisected at %s"
3881 msgstr "la branca %s s'està bisecant a %s"
3882
3883 #: builtin/branch.c
3884 #, c-format
3885 msgid "HEAD of working tree %s is not updated"
3886 msgstr "HEAD de l'arbre de treball %s no està actualitzat"
3887
3888 #: builtin/branch.c
3889 #, c-format
3890 msgid "invalid branch name: '%s'"
3891 msgstr "el nom de la branca no és vàlid: «%s»"
3892
3893 #: builtin/branch.c
3894 #, c-format
3895 msgid "no commit on branch '%s' yet"
3896 msgstr "encara no hi ha cap comissió a la branca «%s»"
3897
3898 #: builtin/branch.c
3899 #, c-format
3900 msgid "no branch named '%s'"
3901 msgstr "no hi ha cap branca anomenada «%s»"
3902
3903 #: builtin/branch.c
3904 msgid "branch rename failed"
3905 msgstr "ha fallat el canvi de nom de la branca"
3906
3907 #: builtin/branch.c
3908 msgid "branch copy failed"
3909 msgstr "ha fallat la còpia de la branca"
3910
3911 #: builtin/branch.c
3912 #, c-format
3913 msgid "created a copy of a misnamed branch '%s'"
3914 msgstr "s'ha creat una còpia d'una branca mal anomenada «%s»"
3915
3916 #: builtin/branch.c
3917 #, c-format
3918 msgid "renamed a misnamed branch '%s' away"
3919 msgstr "s'ha canviat el nom d'una branca «%s» mal anomenada"
3920
3921 #: builtin/branch.c
3922 #, c-format
3923 msgid "branch renamed to %s, but HEAD is not updated"
3924 msgstr "s'ha canviat el nom de la branca a %s, però HEAD no s'ha actualitzat"
3925
3926 #: builtin/branch.c
3927 msgid "branch is renamed, but update of config-file failed"
3928 msgstr ""
3929 "s'ha canviat el nom de la branca, però ha fallat l'actualització del fitxer "
3930 "de configuració"
3931
3932 #: builtin/branch.c
3933 msgid "branch is copied, but update of config-file failed"
3934 msgstr ""
3935 "s'ha copiat la branca, però ha fallat l'actualització del fitxer de "
3936 "configuració"
3937
3938 #: builtin/branch.c
3939 #, c-format
3940 msgid ""
3941 "Please edit the description for the branch\n"
3942 " %s\n"
3943 "Lines starting with '%s' will be stripped.\n"
3944 msgstr ""
3945 "Editeu la descripció de la branca\n"
3946 " %s\n"
3947 "S'eliminaran les línies que comencin amb «%s».\n"
3948 "\"\n"
3949
3950 #: builtin/branch.c
3951 msgid "Generic options"
3952 msgstr "Opcions genèriques"
3953
3954 #: builtin/branch.c
3955 msgid "show hash and subject, give twice for upstream branch"
3956 msgstr ""
3957 "mostra el hash i l'assumpte, useu-lo dues vegades per a la branca amunt"
3958
3959 #: builtin/branch.c
3960 msgid "suppress informational messages"
3961 msgstr "omet els missatges informatius"
3962
3963 #: builtin/branch.c builtin/checkout.c builtin/submodule--helper.c
3964 msgid "set branch tracking configuration"
3965 msgstr "estableix la configuració del seguiment de la branca"
3966
3967 #: builtin/branch.c
3968 msgid "do not use"
3969 msgstr "no usar"
3970
3971 #: builtin/branch.c
3972 msgid "upstream"
3973 msgstr "amunt"
3974
3975 #: builtin/branch.c
3976 msgid "change the upstream info"
3977 msgstr "canvia la informació de font"
3978
3979 #: builtin/branch.c
3980 msgid "unset the upstream info"
3981 msgstr "treu la informació de la font"
3982
3983 #: builtin/branch.c
3984 msgid "use colored output"
3985 msgstr "usa sortida amb colors"
3986
3987 #: builtin/branch.c
3988 msgid "act on remote-tracking branches"
3989 msgstr "actua en branques amb seguiment remot"
3990
3991 #: builtin/branch.c
3992 msgid "print only branches that contain the commit"
3993 msgstr "imprimeix només les branques que continguin la comissió"
3994
3995 #: builtin/branch.c
3996 msgid "print only branches that don't contain the commit"
3997 msgstr "imprimeix només les branques que no continguin la comissió"
3998
3999 #: builtin/branch.c
4000 msgid "Specific git-branch actions:"
4001 msgstr "Accions de git-branch específiques:"
4002
4003 #: builtin/branch.c
4004 msgid "list both remote-tracking and local branches"
4005 msgstr "llista les branques amb seguiment remot i les locals"
4006
4007 #: builtin/branch.c
4008 msgid "delete fully merged branch"
4009 msgstr "suprimeix la branca si està completament fusionada"
4010
4011 #: builtin/branch.c
4012 msgid "delete branch (even if not merged)"
4013 msgstr "suprimeix la branca (encara que no estigui fusionada)"
4014
4015 #: builtin/branch.c
4016 msgid "move/rename a branch and its reflog"
4017 msgstr "mou/canvia de nom una branca i el seu registre de referències"
4018
4019 #: builtin/branch.c
4020 msgid "move/rename a branch, even if target exists"
4021 msgstr "mou/canvia de nom una branca, encara que la destinació existeixi"
4022
4023 #: builtin/branch.c builtin/for-each-ref.c builtin/tag.c
4024 msgid "do not output a newline after empty formatted refs"
4025 msgstr "no emetis cap línia nova després de refs amb format buit"
4026
4027 #: builtin/branch.c
4028 msgid "copy a branch and its reflog"
4029 msgstr "copia una branca i el seu registre de referències"
4030
4031 #: builtin/branch.c
4032 msgid "copy a branch, even if target exists"
4033 msgstr "copia una branca, encara que la destinació existeixi"
4034
4035 #: builtin/branch.c
4036 msgid "list branch names"
4037 msgstr "llista els noms de branca"
4038
4039 #: builtin/branch.c
4040 msgid "show current branch name"
4041 msgstr "mostra el nom de la branca actual"
4042
4043 #: builtin/branch.c builtin/submodule--helper.c
4044 msgid "create the branch's reflog"
4045 msgstr "crea el registre de referències de la branca"
4046
4047 #: builtin/branch.c
4048 msgid "edit the description for the branch"
4049 msgstr "edita la descripció de la branca"
4050
4051 #: builtin/branch.c
4052 msgid "force creation, move/rename, deletion"
4053 msgstr "força creació, moviment/canvi de nom, supressió"
4054
4055 #: builtin/branch.c
4056 msgid "print only branches that are merged"
4057 msgstr "imprimeix només les branques que s'han fusionat"
4058
4059 #: builtin/branch.c
4060 msgid "print only branches that are not merged"
4061 msgstr "imprimeix només les branques que no s'han fusionat"
4062
4063 #: builtin/branch.c
4064 msgid "list branches in columns"
4065 msgstr "llista les branques en columnes"
4066
4067 #: builtin/branch.c builtin/for-each-ref.c builtin/notes.c builtin/tag.c
4068 msgid "object"
4069 msgstr "objecte"
4070
4071 #: builtin/branch.c
4072 msgid "print only branches of the object"
4073 msgstr "imprimeix només les branques de l'objecte"
4074
4075 #: builtin/branch.c builtin/for-each-ref.c builtin/tag.c
4076 msgid "sorting and filtering are case insensitive"
4077 msgstr "ordenació i filtratge distingeixen entre majúscules i minúscules"
4078
4079 #: builtin/branch.c builtin/ls-files.c
4080 msgid "recurse through submodules"
4081 msgstr "inclou recursivament els submòduls"
4082
4083 #: builtin/branch.c builtin/for-each-ref.c builtin/ls-files.c builtin/ls-tree.c
4084 #: builtin/tag.c builtin/verify-tag.c
4085 msgid "format to use for the output"
4086 msgstr "format a usar en la sortida"
4087
4088 #: builtin/branch.c
4089 msgid "failed to resolve HEAD as a valid ref"
4090 msgstr "no s'ha pogut resoldre HEAD com a referència vàlida"
4091
4092 #: builtin/branch.c builtin/clone.c
4093 msgid "HEAD not found below refs/heads!"
4094 msgstr "HEAD no trobat sota refs/heads!"
4095
4096 #: builtin/branch.c
4097 msgid ""
4098 "branch with --recurse-submodules can only be used if submodule."
4099 "propagateBranches is enabled"
4100 msgstr ""
4101 "la branca amb --recurse-submodules només es pot utilitzar si submodule."
4102 "propagateBranches està habilitat"
4103
4104 #: builtin/branch.c
4105 msgid "--recurse-submodules can only be used to create branches"
4106 msgstr "--recurse-submodules només es pot utilitzar per a crear branques"
4107
4108 #: builtin/branch.c
4109 msgid "branch name required"
4110 msgstr "cal el nom de branca"
4111
4112 #: builtin/branch.c
4113 msgid "cannot give description to detached HEAD"
4114 msgstr "no s'ha pogut donar la descripció al HEAD separat"
4115
4116 #: builtin/branch.c
4117 msgid "cannot edit description of more than one branch"
4118 msgstr "no es pot editar la descripció de més d'una branca"
4119
4120 #: builtin/branch.c
4121 msgid "cannot copy the current branch while not on any"
4122 msgstr "no es pot copiar la branca actual mentre no pertanyi a cap"
4123
4124 #: builtin/branch.c
4125 msgid "cannot rename the current branch while not on any"
4126 msgstr ""
4127 "no s'ha pogut canviar el nom de la branca actual mentre no pertanyi a cap"
4128
4129 #: builtin/branch.c
4130 msgid "too many branches for a copy operation"
4131 msgstr "hi ha massa branques per a una operació de còpia"
4132
4133 #: builtin/branch.c
4134 msgid "too many arguments for a rename operation"
4135 msgstr "hi ha massa arguments per a una operació de canvi de nom"
4136
4137 #: builtin/branch.c
4138 msgid "too many arguments to set new upstream"
4139 msgstr "hi ha massa arguments per a establir una nova font"
4140
4141 #: builtin/branch.c
4142 #, c-format
4143 msgid ""
4144 "could not set upstream of HEAD to %s when it does not point to any branch"
4145 msgstr ""
4146 "no s'ha pogut configurar la font de HEAD a %s quan no apunta a cap branca"
4147
4148 #: builtin/branch.c
4149 #, c-format
4150 msgid "no such branch '%s'"
4151 msgstr "no existeix la branca «%s»"
4152
4153 #: builtin/branch.c
4154 #, c-format
4155 msgid "branch '%s' does not exist"
4156 msgstr "la branca «%s» no existeix"
4157
4158 #: builtin/branch.c
4159 msgid "too many arguments to unset upstream"
4160 msgstr "hi ha massa arguments per a desassignar la font"
4161
4162 #: builtin/branch.c
4163 msgid "could not unset upstream of HEAD when it does not point to any branch"
4164 msgstr "no s'ha pogut desassignar la font del HEAD quan no apunta a cap branca"
4165
4166 #: builtin/branch.c
4167 #, c-format
4168 msgid "branch '%s' has no upstream information"
4169 msgstr "la branca «%s» no té informació de la font"
4170
4171 #: builtin/branch.c
4172 msgid ""
4173 "the -a, and -r, options to 'git branch' do not take a branch name.\n"
4174 "Did you mean to use: -a|-r --list <pattern>?"
4175 msgstr ""
4176 "les opcions -a, i -r, a «git branch» no prenen un nom de branca.\n"
4177 "Volíeu utilitzar: -a|-r --list <patró>?"
4178
4179 #: builtin/branch.c
4180 msgid ""
4181 "the '--set-upstream' option is no longer supported. Please use '--track' or "
4182 "'--set-upstream-to' instead"
4183 msgstr ""
4184 "l'opció «--set-upstream» ja no és admesa. Utilitzeu en comptes «--track» o "
4185 "«--set-upstream-to»"
4186
4187 #: builtin/bugreport.c
4188 msgid "git version:\n"
4189 msgstr "versió de git:\n"
4190
4191 #: builtin/bugreport.c
4192 msgid "compiler info: "
4193 msgstr "informació del compilador: "
4194
4195 #: builtin/bugreport.c
4196 msgid "libc info: "
4197 msgstr "informació de la libc: "
4198
4199 #: builtin/bugreport.c
4200 msgid "not run from a git repository - no hooks to show\n"
4201 msgstr ""
4202 "no s'està executant en un repositori de git - no hi ha lligams a mostrar\n"
4203
4204 #: builtin/bugreport.c
4205 msgid ""
4206 "git bugreport [(-o | --output-directory) <path>]\n"
4207 " [(-s | --suffix) <format> | --no-suffix]\n"
4208 " [--diagnose[=<mode>]]"
4209 msgstr ""
4210 "git bugreport [(-o | --output-directory) <path>]\n"
4211 " [(-s | --suffix) <format> | --no-suffix]\n"
4212 " [--diagnose[=<mode>]]"
4213
4214 #: builtin/bugreport.c
4215 msgid ""
4216 "Thank you for filling out a Git bug report!\n"
4217 "Please answer the following questions to help us understand your issue.\n"
4218 "\n"
4219 "What did you do before the bug happened? (Steps to reproduce your issue)\n"
4220 "\n"
4221 "What did you expect to happen? (Expected behavior)\n"
4222 "\n"
4223 "What happened instead? (Actual behavior)\n"
4224 "\n"
4225 "What's different between what you expected and what actually happened?\n"
4226 "\n"
4227 "Anything else you want to add:\n"
4228 "\n"
4229 "Please review the rest of the bug report below.\n"
4230 "You can delete any lines you don't wish to share.\n"
4231 msgstr ""
4232 "Gràcies per informar d'un error del Git!\n"
4233 "Responeu les preguntes en anglès per a ajudar-nos a entendre el problema.\n"
4234 "\n"
4235 "What did you do before the bug happened? (Steps to reproduce your issue)\n"
4236 "\n"
4237 "What did you expect to happen? (Expected behavior)\n"
4238 "\n"
4239 "What happened instead? (Actual behavior)\n"
4240 "\n"
4241 "What's different between what you expected and what actually happened?\n"
4242 "\n"
4243 "Anything else you want to add:\n"
4244 "\n"
4245 "Reviseu la resta de l'informe d'error de sota.\n"
4246 "Podeu eliminar qualsevol línia que vulgueu.\n"
4247
4248 #: builtin/bugreport.c builtin/commit.c builtin/fast-export.c
4249 #: builtin/pack-objects.c builtin/rebase.c builtin/repack.c builtin/replay.c
4250 #: parse-options.h
4251 msgid "mode"
4252 msgstr "mode"
4253
4254 #: builtin/bugreport.c
4255 msgid ""
4256 "create an additional zip archive of detailed diagnostics (default 'stats')"
4257 msgstr ""
4258 "crea un arxiu zip addicional amb diagnòstics detallats (per defecte «stats»)"
4259
4260 #: builtin/bugreport.c
4261 msgid "specify a destination for the bugreport file(s)"
4262 msgstr "especifiqueu una destinació per al fitxer de l'informe d'error"
4263
4264 #: builtin/bugreport.c
4265 msgid "specify a strftime format suffix for the filename(s)"
4266 msgstr "especifiqueu un sufix en format strftime per al nom de fitxer"
4267
4268 #: builtin/bugreport.c
4269 #, c-format
4270 msgid "unknown argument `%s'"
4271 msgstr "argument desconegut «%s»"
4272
4273 #: builtin/bugreport.c builtin/diagnose.c
4274 #, c-format
4275 msgid "could not create leading directories for '%s'"
4276 msgstr "no s'han pogut crear els directoris principals de «%s»"
4277
4278 #: builtin/bugreport.c builtin/diagnose.c
4279 #, c-format
4280 msgid "unable to create diagnostics archive %s"
4281 msgstr "no s'ha pogut crear l'arxiu de diagnòstic %s"
4282
4283 #: builtin/bugreport.c
4284 msgid "System Info"
4285 msgstr "Informació del sistema"
4286
4287 #: builtin/bugreport.c
4288 msgid "Enabled Hooks"
4289 msgstr "Habilita els lligams"
4290
4291 #: builtin/bugreport.c
4292 #, c-format
4293 msgid "unable to write to %s"
4294 msgstr "no s'ha pogut escriure a %s"
4295
4296 #: builtin/bugreport.c
4297 #, c-format
4298 msgid "Created new report at '%s'.\n"
4299 msgstr "S'ha creat un nou informe a «%s».\n"
4300
4301 #: builtin/bundle.c
4302 msgid ""
4303 "git bundle create [-q | --quiet | --progress]\n"
4304 " [--version=<version>] <file> <git-rev-list-args>"
4305 msgstr ""
4306 "git bundle create [-q | --quiet | --progress]\n"
4307 " [--version=<versió>] <fitxer> <git-rev-list-args>"
4308
4309 #: builtin/bundle.c
4310 msgid "git bundle verify [-q | --quiet] <file>"
4311 msgstr "git bundle verify [-q | --quiet] <fitxer>"
4312
4313 #: builtin/bundle.c
4314 msgid "git bundle list-heads <file> [<refname>...]"
4315 msgstr "git bundle list-heads <fitxer> [<nom-referència>...]"
4316
4317 #: builtin/bundle.c
4318 msgid "git bundle unbundle [--progress] <file> [<refname>...]"
4319 msgstr "git bundle unbundle [--progress] <fitxer> [<nom-referència>...]"
4320
4321 #: builtin/bundle.c
4322 msgid "need a <file> argument"
4323 msgstr "necessita un argument <fitxer>"
4324
4325 #: builtin/bundle.c builtin/pack-objects.c
4326 msgid "do not show progress meter"
4327 msgstr "no mostris l'indicador de progrés"
4328
4329 #: builtin/bundle.c builtin/pack-objects.c
4330 msgid "show progress meter"
4331 msgstr "mostra l'indicador de progrés"
4332
4333 #: builtin/bundle.c
4334 msgid "historical; same as --progress"
4335 msgstr "històric; el mateix que --progress"
4336
4337 #: builtin/bundle.c
4338 msgid "historical; does nothing"
4339 msgstr "històric; no fa res"
4340
4341 #: builtin/bundle.c
4342 msgid "specify bundle format version"
4343 msgstr "especifica la versió del format del farcell"
4344
4345 #: builtin/bundle.c
4346 msgid "Need a repository to create a bundle."
4347 msgstr "Cal un repositori per a crear un farcell."
4348
4349 #: builtin/bundle.c
4350 msgid "do not show bundle details"
4351 msgstr "no mostris els detalls del farcell"
4352
4353 #: builtin/bundle.c bundle.c
4354 msgid "need a repository to verify a bundle"
4355 msgstr "cal un repositori per a verificar un farcell"
4356
4357 #: builtin/bundle.c
4358 #, c-format
4359 msgid "%s is okay\n"
4360 msgstr "%s està bé\n"
4361
4362 #: builtin/bundle.c
4363 msgid "Need a repository to unbundle."
4364 msgstr "Cal un repositori per a desfer un farcell."
4365
4366 #: builtin/bundle.c
4367 msgid "Unbundling objects"
4368 msgstr "S'estan desagrupant objectes"
4369
4370 #: builtin/cat-file.c
4371 #, c-format
4372 msgid "cannot read object %s '%s'"
4373 msgstr "no es pot llegir l'objecte %s «%s»"
4374
4375 #: builtin/cat-file.c
4376 #, c-format
4377 msgid "mailmap: invalid boolean '%s'"
4378 msgstr "mailmap: booleà invàlid «%s»"
4379
4380 #: builtin/cat-file.c
4381 msgid "flush is only for --buffer mode"
4382 msgstr "flush només és per al mode --buffer"
4383
4384 #: builtin/cat-file.c
4385 msgid "empty command in input"
4386 msgstr "ordre buida en l'entrada"
4387
4388 #: builtin/cat-file.c
4389 #, c-format
4390 msgid "whitespace before command: '%s'"
4391 msgstr "espai en blanc abans de l'ordre: «%s»"
4392
4393 #: builtin/cat-file.c
4394 #, c-format
4395 msgid "%s requires arguments"
4396 msgstr "%s requereix arguments"
4397
4398 #: builtin/cat-file.c
4399 #, c-format
4400 msgid "%s takes no arguments"
4401 msgstr "%s no accepta arguments"
4402
4403 #: builtin/cat-file.c
4404 msgid "only one batch option may be specified"
4405 msgstr "només es pot especificar una opció per lots"
4406
4407 #: builtin/cat-file.c
4408 msgid "git cat-file <type> <object>"
4409 msgstr "git cat-file <tipus> <objecte>"
4410
4411 #: builtin/cat-file.c
4412 msgid "git cat-file (-e | -p | -t | -s) <object>"
4413 msgstr "git cat-file (-e | -p | -t | -s) <objecte>"
4414
4415 #: builtin/cat-file.c
4416 msgid ""
4417 "git cat-file (--textconv | --filters)\n"
4418 " [<rev>:<path|tree-ish> | --path=<path|tree-ish> <rev>]"
4419 msgstr ""
4420 "git cat-file (--textconv | --filters)\n"
4421 " [<rev>:<path|tree-ish> | --path=<path|tree-ish> <rev>]"
4422
4423 #: builtin/cat-file.c
4424 msgid ""
4425 "git cat-file (--batch | --batch-check | --batch-command) [--batch-all-"
4426 "objects]\n"
4427 " [--buffer] [--follow-symlinks] [--unordered]\n"
4428 " [--textconv | --filters] [-Z]"
4429 msgstr ""
4430 "git cat-file (--batch | --batch-check | --batch-command) [--batch-all-"
4431 "objects]\n"
4432 " [--buffer] [--follow-symlinks] [--unordered]\n"
4433 " [--textconv | --filters] [-Z]"
4434
4435 #: builtin/cat-file.c
4436 msgid "Check object existence or emit object contents"
4437 msgstr "Comprova l'existència de l'objecte o emet el contingut de l'objecte"
4438
4439 #: builtin/cat-file.c
4440 msgid "check if <object> exists"
4441 msgstr "comprova si <objecte> existeix"
4442
4443 #: builtin/cat-file.c
4444 msgid "pretty-print <object> content"
4445 msgstr "mostra el contingut de l'<objecte> amb un format net"
4446
4447 #: builtin/cat-file.c
4448 msgid "Emit [broken] object attributes"
4449 msgstr "Emet els atributs [broken] de l'objecte"
4450
4451 #: builtin/cat-file.c
4452 msgid "show object type (one of 'blob', 'tree', 'commit', 'tag', ...)"
4453 msgstr ""
4454 "mostra el tipus d'objecte (un dels següents: «blob», «tree», «commit», "
4455 "«tag», ...)"
4456
4457 #: builtin/cat-file.c
4458 msgid "show object size"
4459 msgstr "mostra la mida de l'objecte"
4460
4461 #: builtin/cat-file.c builtin/log.c
4462 msgid "use mail map file"
4463 msgstr "usa el fitxer de mapa de correu"
4464
4465 #: builtin/cat-file.c
4466 msgid "Batch objects requested on stdin (or --batch-all-objects)"
4467 msgstr "Objectes de lots sol·licitats a stdin (o --batch-all-objects)"
4468
4469 #: builtin/cat-file.c
4470 msgid "show full <object> or <rev> contents"
4471 msgstr "mostra el contingut complet de <objecte> o <revisió>"
4472
4473 #: builtin/cat-file.c
4474 msgid "like --batch, but don't emit <contents>"
4475 msgstr "com a --batch, però no emetis <contents>"
4476
4477 #: builtin/cat-file.c
4478 msgid "stdin is NUL-terminated"
4479 msgstr "l'entrada és acabada amb NUL"
4480
4481 #: builtin/cat-file.c
4482 msgid "stdin and stdout is NUL-terminated"
4483 msgstr "stdin i stdout estan terminats amb NUL"
4484
4485 #: builtin/cat-file.c
4486 msgid "read commands from stdin"
4487 msgstr "llegeix les ordres de stdin"
4488
4489 #: builtin/cat-file.c
4490 msgid "with --batch[-check]: ignores stdin, batches all known objects"
4491 msgstr ""
4492 "amb --batch[-check]: ignora stdin, posa en lots tots els objectes coneguts"
4493
4494 #: builtin/cat-file.c
4495 msgid "Change or optimize batch output"
4496 msgstr "Canvia o optimitza la sortida per lots"
4497
4498 #: builtin/cat-file.c
4499 msgid "buffer --batch output"
4500 msgstr "posa la sortida de --batch en memòria intermèdia"
4501
4502 #: builtin/cat-file.c
4503 msgid "follow in-tree symlinks"
4504 msgstr "segueix els enllaços simbòlics en l'arbre"
4505
4506 #: builtin/cat-file.c
4507 msgid "do not order objects before emitting them"
4508 msgstr "no ordenis els objectes abans d'emetre'ls"
4509
4510 #: builtin/cat-file.c
4511 msgid ""
4512 "Emit object (blob or tree) with conversion or filter (stand-alone, or with "
4513 "batch)"
4514 msgstr ""
4515 "Emet l'objecte (blob o arbre) amb conversió o filtre (stand-alone, o amb lot)"
4516
4517 #: builtin/cat-file.c
4518 msgid "run textconv on object's content"
4519 msgstr "executar textconv al contingut de l'objecte"
4520
4521 #: builtin/cat-file.c
4522 msgid "run filters on object's content"
4523 msgstr "executa els filtres al contingut de l'objecte"
4524
4525 #: builtin/cat-file.c
4526 msgid "blob|tree"
4527 msgstr "blob|tree"
4528
4529 #: builtin/cat-file.c
4530 msgid "use a <path> for (--textconv | --filters); Not with 'batch'"
4531 msgstr "useu un <camí> per a (--textconv | --filters); no amb «batch»"
4532
4533 #: builtin/cat-file.c
4534 msgid "objects filter only supported in batch mode"
4535 msgstr "el filtre d'objectes només s'admet en mode batch"
4536
4537 #: builtin/cat-file.c
4538 #, c-format
4539 msgid "objects filter not supported: '%s'"
4540 msgstr "filtre d'objectes no admès: %s"
4541
4542 #: builtin/cat-file.c
4543 #, c-format
4544 msgid "'%s=<%s>' needs '%s' or '%s'"
4545 msgstr "«%s=<%s>» necessita «%s» o «%s»"
4546
4547 #: builtin/cat-file.c
4548 msgid "path|tree-ish"
4549 msgstr "path|tree-ish"
4550
4551 #: builtin/cat-file.c
4552 #, c-format
4553 msgid "'%s' requires a batch mode"
4554 msgstr "«%s» requereix un mode batch"
4555
4556 #: builtin/cat-file.c
4557 #, c-format
4558 msgid "'-%c' is incompatible with batch mode"
4559 msgstr "«-%c» és incompatible amb el model batch"
4560
4561 #: builtin/cat-file.c
4562 msgid "batch modes take no arguments"
4563 msgstr "el mode batch no accepta cap argument"
4564
4565 #: builtin/cat-file.c
4566 #, c-format
4567 msgid "<rev> required with '%s'"
4568 msgstr "es requereix <rev> amb «%s»"
4569
4570 #: builtin/cat-file.c
4571 #, c-format
4572 msgid "<object> required with '-%c'"
4573 msgstr "es requereix <objecte> amb «-%c»"
4574
4575 #: builtin/cat-file.c
4576 #, c-format
4577 msgid "only two arguments allowed in <type> <object> mode, not %d"
4578 msgstr "només es permeten dos arguments en el mode <tipus> <objecte>, no %d"
4579
4580 #: builtin/check-attr.c
4581 msgid ""
4582 "git check-attr [--source <tree-ish>] [-a | --all | <attr>...] [--] "
4583 "<pathname>..."
4584 msgstr ""
4585 "git check-attr [--source <tree-ish>] [-a | --all | <attr>...] [--] "
4586 "<pathname>..."
4587
4588 #: builtin/check-attr.c
4589 msgid ""
4590 "git check-attr --stdin [-z] [--source <tree-ish>] [-a | --all | <attr>...]"
4591 msgstr ""
4592 "git check-attr --stdin [-z] [--source <tree-ish>] [-a | --all | <attr>...]"
4593
4594 #: builtin/check-attr.c
4595 msgid "report all attributes set on file"
4596 msgstr "informa de tots els atributs establerts en el fitxer"
4597
4598 #: builtin/check-attr.c
4599 msgid "use .gitattributes only from the index"
4600 msgstr "usa .gitattributes només des de l'índex"
4601
4602 #: builtin/check-attr.c builtin/check-ignore.c builtin/hash-object.c
4603 msgid "read file names from stdin"
4604 msgstr "llegeix els noms de fitxer de stdin"
4605
4606 #: builtin/check-attr.c builtin/check-ignore.c
4607 msgid "terminate input and output records by a NUL character"
4608 msgstr "acaba els registres d'entrada i de sortida amb un caràcter NUL"
4609
4610 #: builtin/check-attr.c
4611 msgid "<tree-ish>"
4612 msgstr "<tree-ish>"
4613
4614 #: builtin/check-attr.c
4615 msgid "which tree-ish to check attributes at"
4616 msgstr "a quin tree-ish s'han de comprovar els atributs"
4617
4618 #: builtin/check-ignore.c builtin/checkout.c builtin/gc.c builtin/worktree.c
4619 msgid "suppress progress reporting"
4620 msgstr "omet els informes de progrés"
4621
4622 #: builtin/check-ignore.c
4623 msgid "show non-matching input paths"
4624 msgstr "mostra els camins d'entrada que no coincideixin"
4625
4626 #: builtin/check-ignore.c
4627 msgid "ignore index when checking"
4628 msgstr "ignora l'índex en comprovar"
4629
4630 #: builtin/check-ignore.c
4631 msgid "cannot specify pathnames with --stdin"
4632 msgstr "no es poden especificar noms de camí amb --stdin"
4633
4634 #: builtin/check-ignore.c
4635 msgid "-z only makes sense with --stdin"
4636 msgstr "-z només té sentit amb --stdin"
4637
4638 #: builtin/check-ignore.c
4639 msgid "no path specified"
4640 msgstr "cap camí especificat"
4641
4642 #: builtin/check-ignore.c
4643 msgid "--quiet is only valid with a single pathname"
4644 msgstr "--quiet només és vàlid amb un sol nom de camí"
4645
4646 #: builtin/check-ignore.c
4647 msgid "cannot have both --quiet and --verbose"
4648 msgstr "no es poden especificar --quiet i --verbose alhora"
4649
4650 #: builtin/check-ignore.c
4651 msgid "--non-matching is only valid with --verbose"
4652 msgstr "--non-matching és vàlid només amb --verbose"
4653
4654 #: builtin/check-mailmap.c
4655 msgid "git check-mailmap [<options>] <contact>..."
4656 msgstr "git check-mailmap [<opcions>] <contacte>..."
4657
4658 #: builtin/check-mailmap.c
4659 msgid "also read contacts from stdin"
4660 msgstr "també llegeix els contactes des de stdin"
4661
4662 # no traduïsc mailmap
4663 #: builtin/check-mailmap.c
4664 msgid "read additional mailmap entries from file"
4665 msgstr "llegeix les entrades mailmap addicionals del fitxer"
4666
4667 #: builtin/check-mailmap.c builtin/fast-import.c
4668 msgid "blob"
4669 msgstr "blob"
4670
4671 #: builtin/check-mailmap.c
4672 msgid "read additional mailmap entries from blob"
4673 msgstr "llegeix entrades mailmap addicionals del blob"
4674
4675 #: builtin/check-mailmap.c
4676 msgid "no contacts specified"
4677 msgstr "no hi ha contactes especificats"
4678
4679 #: builtin/checkout--worker.c
4680 msgid "git checkout--worker [<options>]"
4681 msgstr "git checkout--worker [<opcions>]"
4682
4683 #: builtin/checkout--worker.c builtin/checkout-index.c builtin/column.c
4684 #: builtin/submodule--helper.c builtin/worktree.c
4685 msgid "string"
4686 msgstr "cadena"
4687
4688 #: builtin/checkout--worker.c builtin/checkout-index.c
4689 msgid "when creating files, prepend <string>"
4690 msgstr "en crear fitxers, anteposa <cadena>"
4691
4692 #: builtin/checkout-index.c
4693 msgid "git checkout-index [<options>] [--] [<file>...]"
4694 msgstr "git checkout-index [<opcions>] [--] [<fitxer>...]"
4695
4696 #: builtin/checkout-index.c
4697 msgid "stage should be between 1 and 3 or all"
4698 msgstr "«stage» ha de ser entre 1 i 3 o all"
4699
4700 #: builtin/checkout-index.c
4701 msgid "check out all files in the index"
4702 msgstr "agafa tots els fitxers en l'índex"
4703
4704 #: builtin/checkout-index.c
4705 msgid "do not skip files with skip-worktree set"
4706 msgstr "no ometis els fitxers amb skip-worktree establert"
4707
4708 #: builtin/checkout-index.c
4709 msgid "force overwrite of existing files"
4710 msgstr "força la sobreescriptura de fitxers existents"
4711
4712 #: builtin/checkout-index.c
4713 msgid "no warning for existing files and files not in index"
4714 msgstr ""
4715 "cap advertència per a fitxers existents i fitxers que no siguin a l'índex"
4716
4717 #: builtin/checkout-index.c
4718 msgid "don't checkout new files"
4719 msgstr "no agafis fitxers nous"
4720
4721 #: builtin/checkout-index.c
4722 msgid "update stat information in the index file"
4723 msgstr "actualitza la informació d'estadístiques en el fitxer d'índex"
4724
4725 #: builtin/checkout-index.c
4726 msgid "read list of paths from the standard input"
4727 msgstr "llegeix la llista de camins des de l'entrada estàndard"
4728
4729 #: builtin/checkout-index.c
4730 msgid "write the content to temporary files"
4731 msgstr "escriu el contingut a fitxers temporals"
4732
4733 #: builtin/checkout-index.c
4734 msgid "copy out the files from named stage"
4735 msgstr "copia els fitxers des de l'«stage» amb nom"
4736
4737 #: builtin/checkout.c
4738 #, c-format
4739 msgid "path '%s' does not have our version"
4740 msgstr "el camí «%s» no té la nostra versió"
4741
4742 #: builtin/checkout.c
4743 #, c-format
4744 msgid "path '%s' does not have their version"
4745 msgstr "el camí «%s» no té la seva versió"
4746
4747 #: builtin/checkout.c
4748 #, c-format
4749 msgid "path '%s' does not have all necessary versions"
4750 msgstr "el camí «%s» no té totes les versions necessàries"
4751
4752 #: builtin/checkout.c
4753 #, c-format
4754 msgid "path '%s' does not have necessary versions"
4755 msgstr "el camí «%s» no té les versions necessàries"
4756
4757 #: builtin/checkout.c
4758 #, c-format
4759 msgid "path '%s': cannot merge"
4760 msgstr "camí «%s»: no es pot fusionar"
4761
4762 #: builtin/checkout.c
4763 #, c-format
4764 msgid "Unable to add merge result for '%s'"
4765 msgstr "No s'ha pogut afegir el resultat de fusió per a «%s»"
4766
4767 #: builtin/checkout.c
4768 #, c-format
4769 msgid "Recreated %d merge conflict"
4770 msgid_plural "Recreated %d merge conflicts"
4771 msgstr[0] "Recreat un conflicte de fusió"
4772 msgstr[1] "Recreats %d conflictes de fusió"
4773
4774 #: builtin/checkout.c
4775 #, c-format
4776 msgid "Updated %d path from %s"
4777 msgid_plural "Updated %d paths from %s"
4778 msgstr[0] "S'ha actualitzat %d camí a partir de %s"
4779 msgstr[1] "S'han actualitzat %d camins a partir de %s"
4780
4781 #: builtin/checkout.c
4782 #, c-format
4783 msgid "Updated %d path from the index"
4784 msgid_plural "Updated %d paths from the index"
4785 msgstr[0] "S'ha actualitzat %d camí a partir de l'índex"
4786 msgstr[1] "S'han actualitzat %d camins a partir de l'índex"
4787
4788 #: builtin/checkout.c
4789 #, c-format
4790 msgid "'%s' cannot be used with updating paths"
4791 msgstr "«%s» no es pot usar amb actualització de camins"
4792
4793 #: builtin/checkout.c
4794 #, c-format
4795 msgid "Cannot update paths and switch to branch '%s' at the same time."
4796 msgstr ""
4797 "No es poden actualitzar els camins i canviar a la branca «%s» a la vegada."
4798
4799 #: builtin/checkout.c
4800 #, c-format
4801 msgid "neither '%s' or '%s' is specified"
4802 msgstr "no s'ha especificat ni «%s» ni «%s»"
4803
4804 #: builtin/checkout.c
4805 #, c-format
4806 msgid "'%s' must be used when '%s' is not specified"
4807 msgstr "«%s» s'ha d'utilitzar quan no s'especifica «%s»"
4808
4809 #: builtin/checkout.c
4810 #, c-format
4811 msgid "'%s' or '%s' cannot be used with %s"
4812 msgstr "«%s» o «%s» no poden utilitzar-se amb %s"
4813
4814 #: builtin/checkout.c
4815 #, c-format
4816 msgid "'%s', '%s', or '%s' cannot be used when checking out of a tree"
4817 msgstr "«%s», «%s» o «%s» no es poden utilitzar en agafar un arbre"
4818
4819 #: builtin/checkout.c
4820 #, c-format
4821 msgid "path '%s' is unmerged"
4822 msgstr "el camí «%s» està sense fusionar"
4823
4824 #: builtin/checkout.c builtin/grep.c builtin/merge-tree.c builtin/reset.c
4825 #: merge-ort.c reset.c sequencer.c tree-walk.c
4826 #, c-format
4827 msgid "unable to read tree (%s)"
4828 msgstr "no s'ha pogut llegir l'arbre (%s)"
4829
4830 #: builtin/checkout.c
4831 msgid "you need to resolve your current index first"
4832 msgstr "heu de primer resoldre el vostre índex actual"
4833
4834 #: builtin/checkout.c
4835 #, c-format
4836 msgid "Can not do reflog for '%s': %s\n"
4837 msgstr "No es pot fer «reflog» per a «%s»: %s\n"
4838
4839 #: builtin/checkout.c
4840 msgid "HEAD is now at"
4841 msgstr "HEAD ara és a"
4842
4843 #: builtin/checkout.c builtin/clone.c
4844 msgid "unable to update HEAD"
4845 msgstr "no s'ha pogut actualitzar HEAD"
4846
4847 #: builtin/checkout.c
4848 #, c-format
4849 msgid "Reset branch '%s'\n"
4850 msgstr "Restableix la branca «%s»\n"
4851
4852 #: builtin/checkout.c
4853 #, c-format
4854 msgid "Already on '%s'\n"
4855 msgstr "Ja esteu en «%s»\n"
4856
4857 #: builtin/checkout.c
4858 #, c-format
4859 msgid "Switched to and reset branch '%s'\n"
4860 msgstr "S'ha canviat i restablert a la branca «%s»\n"
4861
4862 #: builtin/checkout.c
4863 #, c-format
4864 msgid "Switched to a new branch '%s'\n"
4865 msgstr "S'ha canviat a la branca nova «%s»\n"
4866
4867 #: builtin/checkout.c
4868 #, c-format
4869 msgid "Switched to branch '%s'\n"
4870 msgstr "S'ha canviat a la branca «%s»\n"
4871
4872 #: builtin/checkout.c
4873 #, c-format
4874 msgid " ... and %d more.\n"
4875 msgstr " ... i %d més.\n"
4876
4877 #: builtin/checkout.c
4878 #, c-format
4879 msgid ""
4880 "Warning: you are leaving %d commit behind, not connected to\n"
4881 "any of your branches:\n"
4882 "\n"
4883 "%s\n"
4884 msgid_plural ""
4885 "Warning: you are leaving %d commits behind, not connected to\n"
4886 "any of your branches:\n"
4887 "\n"
4888 "%s\n"
4889 msgstr[0] ""
4890 "Advertència: esteu deixant enrere %d comissió, no\n"
4891 "vinculada a cap de les vostres branques:\n"
4892 "\n"
4893 "%s\n"
4894 msgstr[1] ""
4895 "Advertència: esteu deixant enrere %d comissions, no\n"
4896 "vinculades a cap de les vostres branques:\n"
4897 "\n"
4898 "%s\n"
4899
4900 #: builtin/checkout.c
4901 #, c-format
4902 msgid ""
4903 "If you want to keep it by creating a new branch, this may be a good time\n"
4904 "to do so with:\n"
4905 "\n"
4906 " git branch <new-branch-name> %s\n"
4907 "\n"
4908 msgid_plural ""
4909 "If you want to keep them by creating a new branch, this may be a good time\n"
4910 "to do so with:\n"
4911 "\n"
4912 " git branch <new-branch-name> %s\n"
4913 "\n"
4914 msgstr[0] ""
4915 "Si la voleu mantenir creant una branca nova, ara pot ser un bon moment\n"
4916 "per a fer-ho amb:\n"
4917 "\n"
4918 " git branch <nom-de-branca-nova> %s\n"
4919 "\n"
4920 msgstr[1] ""
4921 "Si les voleu mantenir creant una branca nova, ara pot ser un bon moment\n"
4922 "per a fer-ho amb:\n"
4923 "\n"
4924 " git branch <nom-de-branca-nova> %s\n"
4925 "\n"
4926
4927 #: builtin/checkout.c
4928 msgid "internal error in revision walk"
4929 msgstr "error intern en el passeig per revisions"
4930
4931 #: builtin/checkout.c
4932 msgid "Previous HEAD position was"
4933 msgstr "La posició de HEAD anterior era"
4934
4935 #: builtin/checkout.c
4936 msgid "You are on a branch yet to be born"
4937 msgstr "Sou en una branca que encara ha de néixer"
4938
4939 #: builtin/checkout.c
4940 #, c-format
4941 msgid "The following paths have local changes:\n"
4942 msgstr "Els camins següents tenen modificacions locals:\n"
4943
4944 #: builtin/checkout.c
4945 #, c-format
4946 msgid ""
4947 "'%s' could be both a local file and a tracking branch.\n"
4948 "Please use -- (and optionally --no-guess) to disambiguate"
4949 msgstr ""
4950 "«%s» podria ser tant un fitxer local com una branca de seguiment.\n"
4951 "Useu -- (i opcionalment --no-guess) per a desambiguar-ho"
4952
4953 #: builtin/checkout.c
4954 #, c-format
4955 msgid ""
4956 "If you meant to check out a remote tracking branch on, e.g. 'origin',\n"
4957 "you can do so by fully qualifying the name with the --track option:\n"
4958 "\n"
4959 " git %s --track origin/<name>\n"
4960 "\n"
4961 "If you'd like to always have checkouts of an ambiguous <name> prefer\n"
4962 "one remote, e.g. the 'origin' remote, consider setting\n"
4963 "checkout.defaultRemote=origin in your config."
4964 msgstr ""
4965 "Si voleu agafar una branca de seguiment remota, p. ex. «origin», podeu\n"
4966 "fer-ho especificant el nom complet amb l'opció --track:\n"
4967 "\n"
4968 " git %s --track origin/<nom>\n"
4969 "\n"
4970 "Si voleu que en agafar un branca amb un <nom> ambigu s'usi una branca\n"
4971 "remota, p. ex. «origin» al remot, considereu configurar l'opció\n"
4972 "checkout.defaultRemote=origin en la vostra configuració."
4973
4974 #: builtin/checkout.c
4975 #, c-format
4976 msgid "'%s' matched multiple (%d) remote tracking branches"
4977 msgstr "«%s» coincideixen múltiples (%d) branques de seguiment remotes"
4978
4979 #: builtin/checkout.c
4980 msgid "only one reference expected"
4981 msgstr "només s'esperava una referència"
4982
4983 #: builtin/checkout.c
4984 #, c-format
4985 msgid "only one reference expected, %d given."
4986 msgstr "s'esperava només una referència, s'han donat %d."
4987
4988 #: builtin/checkout.c builtin/worktree.c
4989 #, c-format
4990 msgid "invalid reference: %s"
4991 msgstr "referència no vàlida: %s"
4992
4993 #: builtin/checkout.c
4994 #, c-format
4995 msgid "reference is not a tree: %s"
4996 msgstr "la referència no és un arbre: %s"
4997
4998 #: builtin/checkout.c
4999 #, c-format
5000 msgid "a branch is expected, got tag '%s'"
Showing first 5,000 of 32,728 lines. View raw