From 773b840da10cfec1b667af33cb6eba8a80d6b2f4 Mon Sep 17 00:00:00 2001 From: Bagas Sanjaya Date: Wed, 12 Nov 2025 17:19:09 +0700 Subject: [PATCH] l10n: po-id for 2.52 Update following components: - add-patch.c - builtin/bisect.c - builtin/describe.c - builtin/fast-export.c - builtin/fast-import.c - builtin/fetch.c - builtin/for-each-ref.c - builtin/gc.c - builtin/log.c - builtin/pack-refs.c - builtin/range-diff.c - builtin/reflog.c - builtin/refs.c - builtin/remote.c - builtin/repo.c - builtin/sparse-checkout.c - command-list.h - config.c - diff-lib.c - diff.c - gpg-interface.c - midx-write.c - promisor-remote.c - range-diff.c - refs.c - refs/files-backend.c - refs/reftable-backend.c - remote.c - usage.c - git-send-email.perl Translate following new components: - builtin/last-modified.c - http.h Signed-off-by: Bagas Sanjaya --- po/id.po | 1703 +++++++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 1420 insertions(+), 283 deletions(-) diff --git a/po/id.po b/po/id.po index 470e1c32a2..b85b11c3e0 100644 --- a/po/id.po +++ b/po/id.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: Git\n" "Report-Msgid-Bugs-To: Git Mailing List \n" -"POT-Creation-Date: 2025-08-12 17:01+0000\n" -"PO-Revision-Date: 2025-08-15 17:33+0700\n" +"POT-Creation-Date: 2025-11-06 23:58+0000\n" +"PO-Revision-Date: 2025-11-13 08:58+0700\n" "Last-Translator: Bagas Sanjaya \n" "Language-Team: Indonesian\n" "Language: id\n" @@ -648,28 +648,28 @@ msgstr "Tidak ada yang diterapkan.\n" #: add-patch.c msgid "" -"j - leave this hunk undecided, see next undecided hunk\n" -"J - leave this hunk undecided, see next hunk\n" -"k - leave this hunk undecided, see previous undecided hunk\n" -"K - leave this hunk undecided, see previous hunk\n" +"j - go to the next undecided hunk, roll over at the bottom\n" +"J - go to the next hunk, roll over at the bottom\n" +"k - go to the previous undecided hunk, roll over at the top\n" +"K - go to the previous hunk, roll over at the top\n" "g - select a hunk to go to\n" "/ - search for a hunk matching the given regex\n" "s - split the current hunk into smaller hunks\n" "e - manually edit the current hunk\n" -"p - print the current hunk, 'P' to use the pager\n" +"p - print the current hunk\n" +"P - print the current hunk using the pager\n" "? - print help\n" msgstr "" -"j - biarkan bingkah ini tak diputuskan, lihat bingkah berikutnya yang belum " -"diputuskan\n" -"J - biarkan bingkah ini tak diputuskan, lihat bingkah berikutnya\n" -"k - biarkan bingkah ini tak diputuskan, lihat bingkah sebelumnya yang belum " -"diputuskan\n" -"K - biarkan bingkah ini tak diputuskan, lihat bingkah sebelumnya\n" +"j - pergi ke bingkah yang belum diputuskan selanjutnya, gulung ke bawah\n" +"J - pergi ke bingkah berikutnya, gulung ke bawah\n" +"k - pergi ke bingkah yang belum diputuskan sebelumnya, gulung ke atas\n" +"K - pergi ke bingkah sebelumnya, gulung ke atas\n" "g - pilih satu bingkah untuk dikunjungi\n" "/ - cari satu bingkah yang cocok dengan regex yang diberikan\n" "s - belah bingkah saat ini ke dalam bingkah yang lebih kecil\n" "e - sunting bingkah saat ini secara manual\n" -"p - lihat bingkah saat ini, 'P' untuk menggunakan pager\n" +"p - lihat bingkah saat ini\n" +"P - lihat bingkah saat ini menggunakan pager\n" "? - lihat bantuan\n" #: add-patch.c @@ -678,12 +678,12 @@ msgid "Only one letter is expected, got '%s'" msgstr "Hanya satu huruf yang diharapkan, dapat '%s'" #: add-patch.c -msgid "No previous hunk" -msgstr "Tidak ada bingkah sebelumnya" +msgid "No other hunk" +msgstr "Tidak ada bingkah lainnya" #: add-patch.c -msgid "No next hunk" -msgstr "Tidak ada bingkah selanjutnya" +msgid "No other undecided hunk" +msgstr "Tidak ada bingkah yang belum diputuskan lainnya" #: add-patch.c msgid "No other hunks to goto" @@ -936,7 +936,8 @@ msgid "unclosed quote" msgstr "tanda kutip tak ditutup" #: alias.c builtin/cat-file.c builtin/notes.c builtin/prune-packed.c -#: builtin/receive-pack.c builtin/refs.c builtin/tag.c t/helper/test-pkt-line.c +#: builtin/receive-pack.c builtin/refs.c builtin/repo.c builtin/tag.c +#: t/helper/test-pkt-line.c msgid "too many arguments" msgstr "terlalu banyak argumen" @@ -1261,7 +1262,7 @@ msgstr "%s: salah tipe" msgid "%s has type %o, expected %o" msgstr "%s bertipe %o, diharapkan %o" -#: apply.c read-cache.c +#: apply.c builtin/fast-import.c read-cache.c #, c-format msgid "invalid path '%s'" msgstr "jalur tidak valid '%s'" @@ -1644,7 +1645,7 @@ msgstr "" msgid "git archive --remote [--exec ] --list" msgstr "git archive --remote [--exec ] --list" -#: archive.c builtin/gc.c builtin/notes.c builtin/tag.c +#: archive.c builtin/fast-import.c builtin/gc.c builtin/notes.c builtin/tag.c #, c-format msgid "cannot read '%s'" msgstr "tidak dapat membaca '%s'" @@ -2005,9 +2006,9 @@ msgid "--reverse and --first-parent together require specified latest commit" msgstr "" "--reverse dan --first-parent bersama-sama butuh komit terbaru yang disebutkan" -#: blame.c builtin/bisect.c builtin/commit.c builtin/log.c builtin/merge.c -#: builtin/pack-objects.c builtin/shortlog.c midx-write.c pack-bitmap.c -#: remote.c sequencer.c submodule.c +#: blame.c builtin/bisect.c builtin/commit.c builtin/fast-export.c +#: builtin/log.c builtin/merge.c builtin/pack-objects.c builtin/shortlog.c +#: midx-write.c pack-bitmap.c remote.c sequencer.c submodule.c msgid "revision walk setup failed" msgstr "persiapan jalan revisi gagal" @@ -2260,7 +2261,7 @@ msgstr "Jalur berikut diabaikan oleh salah satu dari berkas .gitignore Anda:\n" #: builtin/add.c builtin/clean.c builtin/fetch.c builtin/mv.c #: builtin/prune-packed.c builtin/pull.c builtin/push.c builtin/remote.c -#: builtin/rm.c builtin/send-pack.c +#: builtin/rm.c builtin/send-pack.c builtin/sparse-checkout.c msgid "dry run" msgstr "latihan" @@ -2418,8 +2419,8 @@ msgid "bad action '%s' for '%s'" msgstr "tindakan jelek '%s' untuk '%s'" #: builtin/am.c builtin/blame.c builtin/fetch.c builtin/pack-objects.c -#: builtin/pull.c builtin/revert.c diff-merges.c environment.c gpg-interface.c -#: ls-refs.c parallel-checkout.c sequencer.c setup.c +#: builtin/pull.c builtin/revert.c diff-merges.c diff.c environment.c +#: gpg-interface.c ls-refs.c parallel-checkout.c sequencer.c setup.c #, c-format msgid "invalid value for '%s': '%s'" msgstr "nilai tidak valid untuk '%s': '%s'" @@ -2771,7 +2772,8 @@ msgstr "n" #: builtin/am.c builtin/branch.c builtin/bugreport.c builtin/cat-file.c #: builtin/clone.c builtin/diagnose.c builtin/for-each-ref.c builtin/init-db.c #: builtin/ls-files.c builtin/ls-tree.c builtin/refs.c builtin/replace.c -#: builtin/submodule--helper.c builtin/tag.c builtin/verify-tag.c +#: builtin/repo.c builtin/submodule--helper.c builtin/tag.c +#: builtin/verify-tag.c msgid "format" msgstr "format" @@ -2918,15 +2920,22 @@ msgstr "Batasi objek yang hilang ke sparse-checkout saat ini" #: builtin/bisect.c msgid "" -"git bisect start [--term-(new|bad)= --term-(old|good)=] [--no-" -"checkout] [--first-parent] [ [...]] [--] [...]" +"git bisect start [--term-(bad|new)= --term-(good|old)=]\n" +" [--no-checkout] [--first-parent] [ [...]] [--] " +"[...]" msgstr "" -"git bisect start [--term-(new,bad)= --term-(old, good)=] " -"[--no-checkout] [--first-parent] [ [...]] [--] [...]" +"git bisect start [--term-(new,bad)= --term-(old, " +"good)=]\n" +"[--no-checkout] [--first-parent] [ [...]] [--] [...]" #: builtin/bisect.c -msgid "git bisect (good|bad) [...]" -msgstr "git bisect (good|bad) [...]" +msgid "git bisect (bad|new|) []" +msgstr "git bisect (bad|new|) []" + +#: builtin/bisect.c +msgid "git bisect (good|old|) [...]" +msgstr "git bisect (good|old|) [...]" #: builtin/bisect.c msgid "git bisect skip [(|)...]" @@ -4326,7 +4335,7 @@ msgstr "juga baca kontak dari masukan standar" msgid "read additional mailmap entries from file" msgstr "baca entri mailmap tambahan dari berkas" -#: builtin/check-mailmap.c +#: builtin/check-mailmap.c builtin/fast-import.c msgid "blob" msgstr "blob" @@ -4948,12 +4957,12 @@ msgstr "" "git clean [-d] [-f] [-i] [-n] [-q] [-e ] [-x | -X] [--] [...]" -#: builtin/clean.c +#: builtin/clean.c builtin/sparse-checkout.c #, c-format msgid "Removing %s\n" msgstr "Menghapus %s\n" -#: builtin/clean.c +#: builtin/clean.c builtin/sparse-checkout.c #, c-format msgid "Would remove %s\n" msgstr "Akan hapus %s\n" @@ -5077,7 +5086,7 @@ msgstr "Tidak ada lagi berkas untuk dibersihkan, keluar." msgid "do not print names of files removed" msgstr "jangan cetak nama berkas yang dihapus" -#: builtin/clean.c +#: builtin/clean.c builtin/sparse-checkout.c msgid "force" msgstr "paksa" @@ -5090,8 +5099,8 @@ msgid "remove whole directories" msgstr "hapus keseluruhan direktori" #: builtin/clean.c builtin/config.c builtin/describe.c builtin/grep.c -#: builtin/log.c builtin/ls-files.c builtin/name-rev.c builtin/pack-refs.c -#: builtin/show-ref.c ref-filter.h +#: builtin/log.c builtin/ls-files.c builtin/name-rev.c builtin/show-ref.c +#: pack-refs.c ref-filter.h msgid "pattern" msgstr "pola" @@ -6941,6 +6950,16 @@ msgstr "%lu komit dilintasi\n" msgid "found %i tags; gave up search at %s\n" msgstr "dapat %i tag; menyerah mencari pada %s\n" +#: builtin/describe.c +#, c-format +msgid "cannot search for blob '%s' on an unborn branch" +msgstr "tidak dapat mencari blob '%s' pada cabang yang belum lahir" + +#: builtin/describe.c +#, c-format +msgid "blob '%s' not reachable from HEAD" +msgstr "blob '%s' tidak dapat dijangkau dari HEAD" + #: builtin/describe.c #, c-format msgid "describe %s\n" @@ -7122,6 +7141,10 @@ msgstr "opsi tidak valid: %s" msgid "%s...%s: no merge base" msgstr "%s...%s: tidak ada dasar penggabungan" +#: builtin/diff.c setup.c +msgid "cannot come back to cwd" +msgstr "tidak dapat kembali ke cwd" + #: builtin/diff.c msgid "Not a git repository" msgstr "bukan repositori git" @@ -7262,10 +7285,168 @@ msgid "git fast-export []" msgstr "git fast-export []" #: builtin/fast-export.c -msgid "Error: Cannot export nested tags unless --mark-tags is specified." +#, c-format +msgid "unknown %s mode: %s" +msgstr "mode %s tidak dikenal: %s" + +#: builtin/fast-export.c +#, c-format +msgid "unknown tag-of-filtered mode: %s" +msgstr "mode tag-of-filtered tidak dikenal: %s" + +#: builtin/fast-export.c +#, c-format +msgid "unknown reencoding mode: %s" +msgstr "mode pengkodean ulang tidak dikenal: %s" + +#: builtin/fast-export.c +#, c-format +msgid "could not read blob %s" +msgstr "tidak dapat membaca blob %s" + +#: builtin/fast-export.c +#, c-format +msgid "oid mismatch in blob %s" +msgstr "ketidakcocokan oid pada blob %s" + +#: builtin/fast-export.c +#, c-format +msgid "could not write blob '%s'" +msgstr "tidak dapat menulis blob '%s'" + +#: builtin/fast-export.c +#, c-format +msgid "unexpected comparison status '%c' for %s, %s" +msgstr "status perbandingan '%c' tidak diharapkan untuk %s, %s" + +#: builtin/fast-export.c +msgid "none" +msgstr "tidak ada" + +#: builtin/fast-export.c +#, c-format +msgid "could not find author in commit %s" +msgstr "tidak dapat menemukan pengarang pada komit %s" + +#: builtin/fast-export.c +#, c-format +msgid "could not find committer in commit %s" +msgstr "tidak dapat menemukan pengkomit pada komit %s" + +#: builtin/fast-export.c +#, c-format +msgid "" +"encountered commit-specific encoding %.*s in commit %s; use --reencode=[yes|" +"no] to handle it" msgstr "" -"Kesalahan: Tidak dapat mengekspor tag bersarang kecuali jika --mark-tags " -"disebutkan." +"menemukan pengkodean komit-spesifik %.*s pada komit %s; gunakan --" +"reencode=[yes|no] untuk menanganinya" + +#: builtin/fast-export.c +#, c-format +msgid "encountered signed commit %s; use --signed-commits= to handle it" +msgstr "" +"menemukan komit bertandatangan %s; gunakan --signed-commits= untuk " +"menanganinya" + +#: builtin/fast-export.c +#, c-format +msgid "exporting % signature(s) for commit %s" +msgstr "mengekspor % tandatangan untuk komit %s" + +#: builtin/fast-export.c +#, c-format +msgid "stripping signature(s) from commit %s" +msgstr "mengupas tandatangan dari komit %s" + +#: builtin/fast-export.c +#, c-format +msgid "" +"omitting tag %s,\n" +"since tags of trees (or tags of tags of trees, etc.) are not supported." +msgstr "" +"melewatkan tag %s,\n" +"karena tag pohon (atau tag dari tag pohon, dsm.) tidak didukung." + +#: builtin/fast-export.c +#, c-format +msgid "could not read tag %s" +msgstr "tidak dapat membaca tag %s" + +#: builtin/fast-export.c +#, c-format +msgid "encountered signed tag %s; use --signed-tags= to handle it" +msgstr "" +"menemukan tag bertandatangan %s; gunakan --signed-tags= untuk " +"menanganinya" + +#: builtin/fast-export.c +#, c-format +msgid "exporting signed tag %s" +msgstr "mengekspor tag bertandatangan %s" + +#: builtin/fast-export.c +#, c-format +msgid "stripping signature from tag %s" +msgstr "mengupas tandatangan dari tag %s" + +#: builtin/fast-export.c +#, c-format +msgid "" +"tag %s tags unexported object; use --tag-of-filtered-object= to handle " +"it" +msgstr "" +"tag %s mentag objek tak terekspor; gunakan --tag-of-filtered-object= " +"untuk menanganinya" + +#: builtin/fast-export.c +msgid "cannot export nested tags unless --mark-tags is specified." +msgstr "tidak dapat mengekspor tag bersarang kecuali --mark-tags dirincikan." + +#: builtin/fast-export.c +#, c-format +msgid "tag %s points nowhere?" +msgstr "tag %s tidak menunjuk kemana-mana?" + +#: builtin/fast-export.c +#, c-format +msgid "%s: unexpected object of type %s, skipping." +msgstr "%s: objek yang tak diharapkan bertipe %s, lewati." + +#: builtin/fast-export.c +#, c-format +msgid "tag points to object of unexpected type %s, skipping." +msgstr "tag menunjuk pada objek yang bertipe yang tidak diharapkan %s, lewati." + +#: builtin/fast-export.c +#, c-format +msgid "unable to open marks file %s for writing." +msgstr "tidak dapat membuka berkas tanda %s untuk ditulis." + +#: builtin/fast-export.c +#, c-format +msgid "unable to write marks file %s." +msgstr "tidak dapat menulis berkas tanda %s." + +#: builtin/fast-export.c builtin/fast-import.c +#, c-format +msgid "corrupt mark line: %s" +msgstr "baris tanda rusak: %s" + +#: builtin/fast-export.c builtin/fast-import.c fetch-pack.c +#, c-format +msgid "object not found: %s" +msgstr "object tidak ditemukan: %s" + +#: builtin/fast-export.c +#, c-format +msgid "not a commit? can't happen: %s" +msgstr "bukan sebuah komit? tidak bisa: %s" + +#: builtin/fast-export.c +#, c-format +msgid "object %s already has a mark" +msgstr "objek %s sudah bertanda" #: builtin/fast-export.c msgid "--anonymize-map token cannot be empty" @@ -7353,34 +7534,572 @@ msgstr "label tag dengan id tanda" #: builtin/fast-import.c #, c-format -msgid "Missing from marks for submodule '%s'" -msgstr "Kehilangan tanda dari untuk submodul '%s'" +msgid "can't write crash report %s" +msgstr "tidak dapat menulis laporan kerusakan %s" #: builtin/fast-import.c #, c-format -msgid "Missing to marks for submodule '%s'" -msgstr "Kehilangan tanda ke untuk submodul '%s'" +msgid "fast-import: dumping crash report to %s\n" +msgstr "fast-import: membuang laporan kerusakan ke %s\n" #: builtin/fast-import.c #, c-format -msgid "Expected 'mark' command, got %s" -msgstr "Perintah 'mark' diharapkan, dapat %s" +msgid "mark :% not declared" +msgstr "tanda :% tidak dirincikan" #: builtin/fast-import.c #, c-format -msgid "Expected 'to' command, got %s" -msgstr "Perintah 'to' diharapkan, dapat %s" +msgid "invalid attempt to create duplicate branch: %s" +msgstr "percobaan tidak valid saat membuat cabang duplikat: %s" #: builtin/fast-import.c -msgid "Expected format name:filename for submodule rewrite option" +#, c-format +msgid "branch name doesn't conform to Git standards: %s" +msgstr "nama cabang tidak sesuai dengan standar Git: %s" + +#: builtin/fast-import.c +msgid "internal consistency error creating the index" +msgstr "galat konsistensi internal saat membuat indeks" + +#: builtin/fast-import.c +msgid "cannot create keep file" +msgstr "tidak dapat membuat berkas jaga" + +#: builtin/fast-import.c +msgid "failed to write keep file" +msgstr "gagal menulis berkas jaga" + +#: builtin/fast-import.c +msgid "cannot store pack file" +msgstr "tidak dapat menyimpan berkas pak" + +#: builtin/fast-import.c +msgid "cannot store index file" +msgstr "tidak dapat menyimpan berkas indeks" + +#: builtin/fast-import.c +#, c-format +msgid "failed seeking to start of '%s'" +msgstr "gagal mengunjungi ke awal dari '%s'" + +#: builtin/fast-import.c +#, c-format +msgid "core Git rejected index %s" +msgstr "Git inti menolak indeks %s" + +#: builtin/fast-import.c +msgid "cannot truncate pack to skip duplicate" +msgstr "tidak dapat memotong pak untuk melewatkan duplikat" + +#: builtin/fast-import.c +#, c-format +msgid "EOF in data (% bytes remaining)" +msgstr "EOF pada data (% perintah tersisa):" + +#: builtin/fast-import.c +#, c-format +msgid "unexpected deflate failure: %d" +msgstr "kegagalan deflate yang tidak diharapkan: %d" + +#: builtin/fast-import.c +#, c-format +msgid "not a tree: %s" +msgstr "bukan sebuah pohon: %s" + +#: builtin/fast-import.c +#, c-format +msgid "can't load tree %s" +msgstr "tidak dapat memuat pohon %s" + +#: builtin/fast-import.c +#, c-format +msgid "corrupt mode in %s" +msgstr "mode rusak di %s" + +#: builtin/fast-import.c +msgid "root cannot be a non-directory" +msgstr "akar tidak dapat menjadi non-direktori" + +#: builtin/fast-import.c +msgid "empty path component found in input" +msgstr "komponen jalur kosong ditemukan di masukan" + +#: builtin/fast-import.c +msgid "non-directories cannot have subtrees" +msgstr "non-direktori tidak dapat mempunyai subpohon" + +#: builtin/fast-import.c +#, c-format +msgid "dropping %s since it would point to itself (i.e. to %s)" +msgstr "menjatuhkan %s karena akan menunjuk pada dirinya sendiri (yaitu ke %s)" + +#: builtin/fast-import.c +#, c-format +msgid "branch %s is missing commits." +msgstr "cabang %s kehilangan komit." + +#: builtin/fast-import.c +#, c-format +msgid "not updating %s (new tip %s does not contain %s)" +msgstr "tidak memperbarui %s (ujung baru %s tidak mempunyai %s)" + +#: builtin/fast-import.c builtin/sparse-checkout.c commit-graph.c midx-write.c +#: sequencer.c +#, c-format +msgid "unable to create leading directories of %s" +msgstr "tidak dapat membuat direktori utama dari %s" + +#: builtin/fast-import.c +#, c-format +msgid "unable to write marks file %s" +msgstr "tidak dapat menulis berkas tanda %s" + +#: builtin/fast-import.c +#, c-format +msgid "unable to write marks file %s: %s" +msgstr "tidak dapat menulis berkas tanda %s: %s" + +#: builtin/fast-import.c object-file.c +#, c-format +msgid "unable to write file %s" +msgstr "tidak dapat menulis berkas %s" + +#: builtin/fast-import.c +#, c-format +msgid "expected 'data n' command, found: %s" +msgstr "perintah 'data n' diharapkan, dapat: %s" + +#: builtin/fast-import.c +#, c-format +msgid "EOF in data (terminator '%s' not found)" +msgstr "EOF pada data (pengakhir '%s' tidak ditemukan)" + +#: builtin/fast-import.c +msgid "data is too large to use in this context" +msgstr "data terlalu besar untuk digunakan dalam konteks ini" + +#: builtin/fast-import.c +#, c-format +msgid "EOF in data (%lu bytes remaining)" +msgstr "EOF pada data (%lu bita tersisa)" + +#: builtin/fast-import.c +#, c-format +msgid "missing < in ident string: %s" +msgstr "< hilang di untai identitas: %s" + +#: builtin/fast-import.c +#, c-format +msgid "missing space before < in ident string: %s" +msgstr "spasi hilang sebelum < di untai identitas: %s" + +#: builtin/fast-import.c +#, c-format +msgid "missing > in ident string: %s" +msgstr "> hilang di untai identitas: %s" + +#: builtin/fast-import.c +#, c-format +msgid "missing space after > in ident string: %s" +msgstr "spasi hilang setalah > di untai identitas: %s" + +#: builtin/fast-import.c +#, c-format +msgid "invalid raw date \"%s\" in ident: %s" +msgstr "tanggal mentah \"%s\" tidak valid pada identitas: %s" + +#: builtin/fast-import.c +#, c-format +msgid "invalid rfc2822 date \"%s\" in ident: %s" +msgstr "tanggal rfc2822 \"%s\" tidak valid pada identitas: %s" + +#: builtin/fast-import.c +#, c-format +msgid "date in ident must be 'now': %s" +msgstr "tanggal di identitas harus 'now': %s" + +#: builtin/fast-import.c +#, c-format +msgid "too large fanout (%u)" +msgstr "kipas keluar terlalu besar (%u)" + +#: builtin/fast-import.c +#, c-format +msgid "failed to remove path %s" +msgstr "gagal menghapus jalur %s" + +#: builtin/fast-import.c +#, c-format +msgid "no value after ':' in mark: %s" +msgstr "tidak ada nilai setelah ':' pada tanda: %s" + +#: builtin/fast-import.c +#, c-format +msgid "garbage after mark: %s" +msgstr "sampah setelah tanda: %s" + +#: builtin/fast-import.c +#, c-format +msgid "missing space after mark: %s" +msgstr "spasi hilang setelah tanda: %s" + +#: builtin/fast-import.c +#, c-format +msgid "invalid %s: %s" +msgstr "%s tidak valid: %s" + +#: builtin/fast-import.c +#, c-format +msgid "NUL in %s: %s" +msgstr "NUL pada %s: %s" + +#: builtin/fast-import.c +#, c-format +msgid "garbage after %s: %s" +msgstr "sampah setelah %s: %s" + +#: builtin/fast-import.c +#, c-format +msgid "missing space after %s: %s" +msgstr "spasi hilang setelah %s: %s" + +#: builtin/fast-import.c +#, c-format +msgid "corrupt mode: %s" +msgstr "mode rusak: %s" + +#: builtin/fast-import.c +#, c-format +msgid "invalid dataref: %s" +msgstr "referensi data tidak valid: %s" + +#: builtin/fast-import.c +#, c-format +msgid "missing space after SHA1: %s" +msgstr "spasi hilang setelah SHA1: %s" + +#: builtin/fast-import.c +#, c-format +msgid "Git links cannot be specified 'inline': %s" +msgstr "Tautan Git tidak dapat dirincikan 'inline': %s" + +#: builtin/fast-import.c +#, c-format +msgid "not a commit (actually a %s): %s" +msgstr "bukan komit (sebenarnya %s): %s" + +#: builtin/fast-import.c +#, c-format +msgid "directories cannot be specified 'inline': %s" +msgstr "direktori tidak dapat dirincikan sebagai 'inline': %s" + +#: builtin/fast-import.c +#, c-format +msgid "%s not found: %s" +msgstr "%s tidak ditemukan: %s" + +#: builtin/fast-import.c +msgid "tree" +msgstr "pohon" + +#: builtin/fast-import.c +#, c-format +msgid "not a %s (actually a %s): %s" +msgstr "buakn sebuah %s (sebenarya %s): %s" + +#: builtin/fast-import.c +#, c-format +msgid "path %s not in branch" +msgstr "jalur %s bukan di dalam cabang" + +#: builtin/fast-import.c +msgid "can't add a note on empty branch." +msgstr "tidak dapat menambahkan catatan pada cabang kosong." + +#: builtin/fast-import.c +#, c-format +msgid "mark :% not a commit" +msgstr "tanda :% bukan sebuah komit" + +#: builtin/fast-import.c +#, c-format +msgid "not a valid commit: %s" +msgstr "bukan sebuah komit yang valid: %s" + +#: builtin/fast-import.c +#, c-format +msgid "invalid ref name or SHA1 expression: %s" +msgstr "nama referensi atau ekspresi SHA1 tidak valid: %s" + +#: builtin/fast-import.c +#, c-format +msgid "not a blob (actually a %s): %s" +msgstr "bukan sebuah blob (sebenarnya %s): %s" + +#: builtin/fast-import.c +#, c-format +msgid "blob not found: %s" +msgstr "blob tidak ditemukan: %s" + +#: builtin/fast-import.c +#, c-format +msgid "the commit %s is corrupt" +msgstr "komit %s rusak" + +#: builtin/fast-import.c +#, c-format +msgid "can't create a branch from itself: %s" +msgstr "tidak dapat membuat caband dari dirinya sendiri: %s" + +#: builtin/fast-import.c +#, c-format +msgid "" +"expected gpgsig format: 'gpgsig ', got 'gpgsig " +"%s'" msgstr "" -"Format nama:nama berkas diharapkan untuk operasi penulisan ulang submodul" +"format gpgsig: 'gpgsig ' diharapkan, " +"dapat 'gpgsig %s'" + +#: builtin/fast-import.c +#, c-format +msgid "unknown git hash algorithm in gpgsig: '%s'" +msgstr "algoritma git hash tidak dikenal di gpgsig: '%s'" + +#: builtin/fast-import.c +#, c-format +msgid "invalid signature format in gpgsig: '%s'" +msgstr "format tandatangan tidak valid pada gpgsig: '%s'" + +#: builtin/fast-import.c +msgid "'unknown' signature format in gpgsig" +msgstr "format tandatangan 'tidak dikenal' di gpgsig" + +#: builtin/fast-import.c +#, c-format +msgid "multiple %s signatures found, ignoring additional signature" +msgstr "beberapa %s tandatangan ditemukan, abaikan tandatangan tambahan" + +#: builtin/fast-import.c +msgid "parse_one_signature() returned unknown hash algo" +msgstr "parse_one_signature() mengembalikan algoritma hash tak dikenal" + +#: builtin/fast-import.c +msgid "expected committer but didn't get one" +msgstr "pengkomit diharapkan tapi tidak mendapatkannya" + +#: builtin/fast-import.c +msgid "encountered signed commit; use --signed-commits= to handle it" +msgstr "" +"menemukan komit bertandatangan; gunakan --signed-commits= untuk " +"menanganinya" + +#: builtin/fast-import.c +msgid "stripping a commit signature" +msgstr "mengupas tandatangan komit" + +#: builtin/fast-import.c +msgid "importing a commit signature verbatim" +msgstr "mengimpor tandatangan komit secara verbatim" + +#: builtin/fast-import.c +msgid "encountered signed tag; use --signed-tags= to handle it" +msgstr "" +"menemukan tag bertandatangan; gunakan --signed-tags= untuk menanganinya" + +#: builtin/fast-import.c +#, c-format +msgid "importing a tag signature verbatim for tag '%s'" +msgstr "mengimpor tag secara verbatim untuk tag '%s'" + +#: builtin/fast-import.c +#, c-format +msgid "stripping a tag signature for tag '%s'" +msgstr "mengupas tandatangan tag untuk tag '%s'" + +#: builtin/fast-import.c +#, c-format +msgid "expected 'from' command, got '%s'" +msgstr "perintah 'from' diharapkan, dapat '%s'" + +#: builtin/fast-import.c +msgid "can't tag an empty branch." +msgstr "tidak dapat mentag sebuah cabang kosong." + +#: builtin/fast-import.c builtin/merge.c +#, c-format +msgid "not a valid object: %s" +msgstr "bukan objek valid: %s" + +#: builtin/fast-import.c +msgid "write to frontend failed" +msgstr "penulisan ke frontend gagal" + +#: builtin/fast-import.c +#, c-format +msgid "can't read object %s" +msgstr "tidak dapat membaca objek %s" + +#: builtin/fast-import.c +#, c-format +msgid "object %s is a %s but a blob was expected." +msgstr "objek %s adalah %s tapi blob diharapkan." + +#: builtin/fast-import.c +#, c-format +msgid "not a mark: %s" +msgstr "bukan sebuah tanda: %s" + +#: builtin/fast-import.c +#, c-format +msgid "unknown mark: %s" +msgstr "tanda tidak dikenal: %s" + +#: builtin/fast-import.c +#, c-format +msgid "garbage after SHA1: %s" +msgstr "sampah setelah SHA1: %s" + +#: builtin/fast-import.c +#, c-format +msgid "not a tree-ish: %s" +msgstr "bukan mirip-pohon: '%s'" + +#: builtin/fast-import.c +#, c-format +msgid "can't load object %s" +msgstr "tidak dapat memuat objek %s" + +#: builtin/fast-import.c +#, c-format +msgid "invalid SHA1 in tag: %s" +msgstr "SHA1 tidak valid pada tag: %s" + +#: builtin/fast-import.c +#, c-format +msgid "invalid SHA1 in commit: %s" +msgstr "SHA1 tidak valid pada komit: %s" + +#: builtin/fast-import.c +#, c-format +msgid "missing from marks for submodule '%s'" +msgstr "tanda dari hilang untuk submodul '%s'" + +#: builtin/fast-import.c +#, c-format +msgid "missing to marks for submodule '%s'" +msgstr "tanda ke hilang untuk submodul '%s'" + +#: builtin/fast-import.c +#, c-format +msgid "missing space after tree-ish: %s" +msgstr "spasi hilang setelah mirip-pohon: %s" + +#: builtin/fast-import.c +#, c-format +msgid "not in a commit: %s" +msgstr "bukan di dalam komit: %s" + +#: builtin/fast-import.c +#, c-format +msgid "expected 'mark' command, got %s" +msgstr "[erintah 'mark' diharapkan, dapat %s" + +#: builtin/fast-import.c +#, c-format +msgid "expected 'to' command, got %s" +msgstr "perintah 'to' diharapkan, dapat %s" + +#: builtin/fast-import.c +msgid "only one import-marks command allowed per stream" +msgstr "hanya satu perintah import-marks yang diperbolehkan per arus" + +#: builtin/fast-import.c +#, c-format +msgid "unknown --date-format argument %s" +msgstr "argumen --date-format tidak dikenal %s" + +#: builtin/fast-import.c +#, c-format +msgid "%s: argument must be a non-negative integer" +msgstr "%s: argumen harus bilangan bulat non-negatif" + +#: builtin/fast-import.c +#, c-format +msgid "--depth cannot exceed %u" +msgstr "--depth tidak dapat melebihi %u" + +#: builtin/fast-import.c +#, c-format +msgid "--cat-blob-fd cannot exceed %d" +msgstr "--cat-blob-fd tidak dapat melebihi %d" + +#: builtin/fast-import.c +msgid "expected format name:filename for submodule rewrite option" +msgstr "format nama:nama berkas diharapkan untuk opsi penulisan ulang submodul" + +#: builtin/fast-import.c +#, c-format +msgid "max-pack-size is now in bytes, assuming --max-pack-size=%lum" +msgstr "max-pack-size sekarang dalam bita, asumsikan --max-pack-size=%lum" + +#: builtin/fast-import.c +msgid "minimum max-pack-size is 1 MiB" +msgstr "max-pack-size minimal adalah 1 MiB" + +#: builtin/fast-import.c +#, c-format +msgid "unknown --signed-commits mode '%s'" +msgstr "mode --signed-commits tidak dikenal '%s'" + +#: builtin/fast-import.c +#, c-format +msgid "unknown --signed-tags mode '%s'" +msgstr "mode --signed-tags tidak dikenal: '%s'" #: builtin/fast-import.c #, c-format msgid "feature '%s' forbidden in input without --allow-unsafe-features" msgstr "fitur '%s' dilarang dalam input tanpa --allow-unsafe-features" +#: builtin/fast-import.c +#, c-format +msgid "got feature command '%s' after data command" +msgstr "dapat perintah fitur '%s' setelah perintah data" + +#: builtin/fast-import.c +#, c-format +msgid "this version of fast-import does not support feature %s." +msgstr "versi fast-import ini tidak mendukung fitur %s." + +#: builtin/fast-import.c +#, c-format +msgid "got option command '%s' after data command" +msgstr "dapat perintah opsi '%s' setelah perintah data" + +#: builtin/fast-import.c +#, c-format +msgid "this version of fast-import does not support option: %s" +msgstr "versi fast-import ini tidak mendukung opsi: %s" + +#: builtin/fast-import.c builtin/merge-recursive.c +#, c-format +msgid "unknown option %s" +msgstr "opsi tidak dikenal %s" + +#: builtin/fast-import.c +#, c-format +msgid "unknown option --%s" +msgstr "opsi tidak dikenal --%s" + +#: builtin/fast-import.c +#, c-format +msgid "unsupported command: %s" +msgstr "perintah tidak didukung: %s" + +#: builtin/fast-import.c +msgid "stream ends early" +msgstr "arus berakhir lebih awal" + #: builtin/fetch-pack.c #, c-format msgid "Lockfile created but not reported: %s" @@ -7552,6 +8271,36 @@ msgstr "" "'git config set remote.%s.followRemoteHEAD warn-if-not-branch-%s' akan\n" "mematikan peringatan ini sampai remote mengubah HEAD ke yang lain." +#: builtin/fetch.c +msgid "" +"You're on a case-insensitive filesystem, and the remote you are\n" +"trying to fetch from has references that only differ in casing. It\n" +"is impossible to store such references with the 'files' backend. You\n" +"can either accept this as-is, in which case you won't be able to\n" +"store all remote references on disk. Or you can alternatively\n" +"migrate your repository to use the 'reftable' backend with the\n" +"following command:\n" +"\n" +" git refs migrate --ref-format=reftable\n" +"\n" +"Please keep in mind that not all implementations of Git support this\n" +"new format yet. So if you use tools other than Git to access this\n" +"repository it may not be an option to migrate to reftables.\n" +msgstr "" +"Anda berada dalam sistemberkas yang tidak peka huruf besar/kecil, dan\n" +"remote yang Anda coba untuk diambil ada referensi yang hanya berbeda pada\n" +"huruf besar/kecil. Tidak mungkin untuk menyimpan referensi tersebut dengan\n" +"backend 'files'. Anda dapat menerimanya sebagaimana mestinya, yang dimana\n" +"Anda tidak akan bisa menyimpan semua referensi remote pada disk; atau Anda\n" +"dapat memindahkan repositori Anda agar menggunakan backend 'reftable'\n" +"dengan perintah:\n" +"\n" +" git refs migrate --ref-format=reftable\n" +"\n" +"Perlu diingat bahwa belum semua implementasi Git mendukung format baru ini.\n" +"Jadi, jika Anda menggunakan alat selain git untuk mengakses repositori ini,\n" +"memindahkan ke reftables bisa jadi bukan sebuah opsi untuk Anda.\n" + #: builtin/fetch.c #, c-format msgid "" @@ -7858,26 +8607,6 @@ msgstr "gunakan daripada cabang target sebenarnya" msgid "file to read from" msgstr "berkas untuk dibaca" -#: builtin/for-each-ref.c -msgid "git for-each-ref [] []" -msgstr "git for-each-ref [] []" - -#: builtin/for-each-ref.c -msgid "git for-each-ref [--points-at ]" -msgstr "git for-each-ref [--points-at ]" - -#: builtin/for-each-ref.c -msgid "git for-each-ref [--merged []] [--no-merged []]" -msgstr "git for-each-ref [--merged []] [--no-merged []]" - -#: builtin/for-each-ref.c -msgid "git for-each-ref [--contains []] [--no-contains []]" -msgstr "git for-each-ref [--contains []] [--no-contains []]" - -#: builtin/for-each-ref.c -msgid "git for-each-ref [--start-after ]" -msgstr "git for-each-ref [--start-after ]" - #: builtin/for-each-ref.c msgid "quote placeholders suitably for shells" msgstr "kutip tempat penampung yang sesuai untuk cangkang" @@ -7950,6 +8679,10 @@ msgstr "argumen tidak dikenal diberikan dengan --stdin" msgid "cannot use --start-after with patterns" msgstr "tidak dapat menggunakan --start-after dengan pola" +#: builtin/for-each-ref.c +msgid "git for-each-ref " +msgstr "git for-each-ref " + #: builtin/for-each-repo.c msgid "git for-each-repo --config= [--] " msgstr "git for-each-repo --config= [--] " @@ -8239,7 +8972,7 @@ msgstr "aktifkan pemeriksaan lebih ketat" msgid "write dangling objects in .git/lost-found" msgstr "tulis objek teruntai dalam .git/lost-found" -#: builtin/fsck.c builtin/prune.c +#: builtin/fsck.c builtin/prune.c builtin/repo.c msgid "show progress" msgstr "perlihatkan perkembangan" @@ -8545,6 +9278,10 @@ msgid "" msgstr "" "melewatkan tugas pengepakan tambahan karena core.multiPackIndex dinonaktifkan" +#: builtin/gc.c +msgid "failed to perform geometric repack" +msgstr "gagal melakukan pak ulang geometri" + #: builtin/gc.c #, c-format msgid "task '%s' failed" @@ -8555,6 +9292,11 @@ msgstr "tugas '%s' gagal" msgid "lock file '%s' exists, skipping maintenance" msgstr "berkas kunci '%s' ada, melewatkan pemeliharaan" +#: builtin/gc.c +#, c-format +msgid "unknown maintenance strategy: '%s'" +msgstr "strategi pemeliharaan tidak dikenal: '%s'" + #: builtin/gc.c #, c-format msgid "'%s' is not a valid task" @@ -9659,6 +10401,35 @@ msgstr "--trailer dengan --only-input tidak masuk akal" msgid "no input file given for in-place editing" msgstr "tidak ada berkas masukan yang diberikan untuk penyuntingan di tempat" +#: builtin/last-modified.c +msgid "last-modified can only operate on one tree at a time" +msgstr "last-modified hanya dapat beroperasi pada satu pohon pada satu waktu" + +#: builtin/last-modified.c +#, c-format +msgid "unknown last-modified argument: %s" +msgstr "argumen last-modified tidak dikenal: %s" + +#: builtin/last-modified.c +msgid "unable to setup last-modified" +msgstr "tidak dapat mensetup last-modified" + +#: builtin/last-modified.c +msgid "" +"git last-modified [--recursive] [--show-trees] [] [[--] " +"...]" +msgstr "" +"git last-modified [--recursive] [--show-trees] [] [[--] " +"...]" + +#: builtin/last-modified.c builtin/ls-tree.c +msgid "recurse into subtrees" +msgstr "rekursi ke dalam subpohon" + +#: builtin/last-modified.c +msgid "show tree entries when recursing into subtrees" +msgstr "perlihatkan entri pohon ketika mengulangi ke dalam subpohon" + #: builtin/log.c msgid "git log [] [] [[--] ...]" msgstr "git log [] [] [[--] ...]" @@ -9708,6 +10479,23 @@ msgstr "" msgid "-L: cannot be used with pathspec" msgstr "-L: tidak dapat digunakan dengan spek jalur" +#: builtin/log.c +msgid "" +"\n" +"hint: You can replace 'git whatchanged ' with:\n" +"hint:\tgit log --raw --no-merges\n" +"hint: Or make an alias:\n" +"hint:\tgit config set --global alias.whatchanged 'log --raw --no-merges'\n" +"\n" +msgstr "" +"\n" +"petunjuk: Anda dapat mengganti 'git whatchanged ' dengan:\n" +"petunjuk:\tgit log --raw --no-merges\n" +"petunjuk: Atau buat alias:\n" +"petunjuk:\tgit config set --global alias.whatchanged 'log --raw --no-" +"merges'\n" +"\n" + #: builtin/log.c #, c-format msgid "git show %s: bad file" @@ -10280,10 +11068,6 @@ msgstr "git ls-tree [] [...]" msgid "only show trees" msgstr "hanya perlihatkan pohon" -#: builtin/ls-tree.c -msgid "recurse into subtrees" -msgstr "rekursi ke dalam subpohon" - #: builtin/ls-tree.c msgid "show trees when recursing" msgstr "perlihatkan pohon ketika rekursi" @@ -10477,11 +11261,6 @@ msgstr "objek '%s' tidak ada" msgid "Could not write object file" msgstr "Tidak dapat menulis berkas objek" -#: builtin/merge-recursive.c -#, c-format -msgid "unknown option %s" -msgstr "opsi tidak dikenal %s" - #: builtin/merge-recursive.c #, c-format msgid "could not parse object '%s'" @@ -10701,11 +11480,6 @@ msgstr "tidak dapat menjalankan stase." msgid "stash failed" msgstr "stase gagal" -#: builtin/merge.c -#, c-format -msgid "not a valid object: %s" -msgstr "bukan objek valid: %s" - #: builtin/merge.c msgid "read-tree failed" msgstr "read-tree gagal" @@ -11164,7 +11938,7 @@ msgstr "tidak dapat memindahkan baik '%s' dan direktori induknya '%s'" msgid "Renaming %s to %s\n" msgstr "Mengganti nama %s ke %s\n" -#: builtin/mv.c builtin/remote.c +#: builtin/mv.c #, c-format msgid "renaming '%s' failed" msgstr "gagal mengganti nama '%s'" @@ -11729,7 +12503,7 @@ msgstr "offset dasar delta meluap di dalam pak untuk %s" msgid "delta base offset out of bound for %s" msgstr "offset dasar delta di luar batas untuk %s" -#: builtin/pack-objects.c +#: builtin/pack-objects.c builtin/repo.c msgid "Counting objects" msgstr "Menghitung objek" @@ -12148,32 +12922,8 @@ msgstr "" "%), pak yang digunakan ulang % (dari %)" #: builtin/pack-refs.c -msgid "" -"git pack-refs [--all] [--no-prune] [--auto] [--include ] [--exclude " -"]" -msgstr "" -"git pack-refs [--all] [--no-prune] [--auto] [--include ][--exclude " -"]" - -#: builtin/pack-refs.c -msgid "pack everything" -msgstr "pak semuanya" - -#: builtin/pack-refs.c -msgid "prune loose refs (default)" -msgstr "pangkas referensi longgar (asali)" - -#: builtin/pack-refs.c -msgid "auto-pack refs as needed" -msgstr "otomatis pak referensi jika dibutuhkan" - -#: builtin/pack-refs.c -msgid "references to include" -msgstr "referensi untuk ditambahkan" - -#: builtin/pack-refs.c -msgid "references to exclude" -msgstr "referensi untuk dikecualikan" +msgid "git pack-refs " +msgstr "git pack-refs " #: builtin/patch-id.c msgid "git patch-id [--stable | --unstable | --verbatim]" @@ -12783,6 +13533,11 @@ msgstr "git range-diff [] ..." msgid "git range-diff [] " msgstr "git range-diff [] " +#: builtin/range-diff.c +#, c-format +msgid "invalid max-memory value: %s" +msgstr "nilai max-memory tidak valid: %s" + #: builtin/range-diff.c msgid "use simple diff colors" msgstr "gunakan warna diff sederhana" @@ -12795,6 +13550,14 @@ msgstr "catatan" msgid "passed to 'git log'" msgstr "lewatkan ke 'git log'" +#: builtin/range-diff.c +msgid "size" +msgstr "ukuran" + +#: builtin/range-diff.c +msgid "maximum memory for cost matrix (default 4G)" +msgstr "memoi maksimum untuk matriks biaya (asali 40)" + #: builtin/range-diff.c msgid "only emit output related to the first range" msgstr "hanya keluarkan keluaran relatif terhadap rentang pertama" @@ -13471,16 +14234,12 @@ msgid "git reflog list" msgstr "git reflog list" #: builtin/reflog.c -msgid "" -"git reflog expire [--expire=