Warning, /sdk/dolphin-plugins/po/id/fileviewgitplugin.po is written in an unsupported language. File is not indexed.

0001 # Copyright (C) YEAR This file is copyright:
0002 # This file is distributed under the same license as the dolphin-plugins package.
0003 # Wantoyo <wantoyek@gmail.com>, 2021.
0004 #
0005 msgid ""
0006 msgstr ""
0007 "Project-Id-Version: dolphin-plugins\n"
0008 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
0009 "POT-Creation-Date: 2023-11-09 01:39+0000\n"
0010 "PO-Revision-Date: 2021-05-03 08:04+0700\n"
0011 "Last-Translator: Wantoyo <wantoyek@gmail.com>\n"
0012 "Language-Team: Indonesian <kde-i18n-doc@kde.org>\n"
0013 "Language: id\n"
0014 "MIME-Version: 1.0\n"
0015 "Content-Type: text/plain; charset=UTF-8\n"
0016 "Content-Transfer-Encoding: 8bit\n"
0017 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
0018 
0019 #: checkoutdialog.cpp:30
0020 #, kde-kuit-format
0021 msgctxt "@title:window"
0022 msgid "<application>Git</application> Checkout"
0023 msgstr "Checkout <application>Git</application>"
0024 
0025 #: checkoutdialog.cpp:41
0026 #, kde-format
0027 msgctxt "@action:button"
0028 msgid "Checkout"
0029 msgstr "Checkout"
0030 
0031 #: checkoutdialog.cpp:54
0032 #, kde-format
0033 msgctxt "@option:radio Git Checkout"
0034 msgid "Branch:"
0035 msgstr "Cabang:"
0036 
0037 #: checkoutdialog.cpp:61
0038 #, kde-format
0039 msgctxt "@option:radio Git Checkout"
0040 msgid "Tag:"
0041 msgstr "Tag:"
0042 
0043 #: checkoutdialog.cpp:71 pushdialog.cpp:80
0044 #, kde-format
0045 msgctxt "@title:group"
0046 msgid "Options"
0047 msgstr "Opsi"
0048 
0049 #: checkoutdialog.cpp:76
0050 #, kde-format
0051 msgctxt "@option:check"
0052 msgid "Create New Branch: "
0053 msgstr "Buat Cabang Baru:"
0054 
0055 #: checkoutdialog.cpp:77
0056 #, kde-format
0057 msgctxt "@info:tooltip"
0058 msgid "Create a new branch based on a selected branch or tag."
0059 msgstr "Buat cabang baru berdasarkan cabang atau tag yang dipilih."
0060 
0061 #: checkoutdialog.cpp:92 pushdialog.cpp:83
0062 #, kde-format
0063 msgctxt "@option:check"
0064 msgid "Force"
0065 msgstr "Paksa"
0066 
0067 #: checkoutdialog.cpp:93
0068 #, kde-format
0069 msgctxt "@info:tooltip"
0070 msgid "Discard local changes."
0071 msgstr "Buang perubahan lokal."
0072 
0073 #: checkoutdialog.cpp:125
0074 #, kde-format
0075 msgctxt "@info:tooltip"
0076 msgid "There are no tags in this repository."
0077 msgstr "Tidak adanya tag-tag di dalam repositori ini."
0078 
0079 #: checkoutdialog.cpp:185
0080 #, kde-format
0081 msgctxt "@title:group"
0082 msgid "Branch Base"
0083 msgstr "Basis Cabang"
0084 
0085 #: checkoutdialog.cpp:186
0086 #, kde-format
0087 msgctxt "@title:group"
0088 msgid "Checkout"
0089 msgstr "Checkout"
0090 
0091 #: checkoutdialog.cpp:206
0092 #, kde-format
0093 msgctxt "@info:tooltip"
0094 msgid "You must enter a valid name for the new branch first."
0095 msgstr ""
0096 "Kamu harus memasukkan nama yang valid untuk cabang baru terlebih dahulu."
0097 
0098 #: checkoutdialog.cpp:213
0099 #, kde-format
0100 msgctxt "@info:tooltip"
0101 msgid "A branch with the name '%1' already exists."
0102 msgstr "Sebuah cabang dengan nama '%1' sudah ada."
0103 
0104 #: checkoutdialog.cpp:220
0105 #, kde-format
0106 msgctxt "@info:tooltip"
0107 msgid "Branch names may not contain any whitespace."
0108 msgstr "Nama-nama cabang mungkin tidak mengandung spasi putih apa pun."
0109 
0110 #: checkoutdialog.cpp:227
0111 #, kde-format
0112 msgctxt "@info:tooltip"
0113 msgid "You must select a valid branch first."
0114 msgstr "Kamu harus memilih sebuah cabang yang valid terlebih dahulu."
0115 
0116 #: checkoutdialog.cpp:248
0117 #, kde-format
0118 msgctxt ""
0119 "@item:intext Prepended to the current branch name to get the default name "
0120 "for a newly created branch"
0121 msgid "branch"
0122 msgstr "cabang"
0123 
0124 #: commitdialog.cpp:26
0125 #, kde-kuit-format
0126 msgctxt "@title:window"
0127 msgid "<application>Git</application> Commit"
0128 msgstr "Commit <application>Git</application>"
0129 
0130 #: commitdialog.cpp:37
0131 #, kde-format
0132 msgctxt "@action:button"
0133 msgid "Commit"
0134 msgstr "Commit"
0135 
0136 #: commitdialog.cpp:46
0137 #, kde-format
0138 msgctxt "@title:group"
0139 msgid "Commit message"
0140 msgstr "Pesan commit"
0141 
0142 #: commitdialog.cpp:63
0143 #, kde-format
0144 msgctxt "@option:check"
0145 msgid "Amend last commit"
0146 msgstr "Ubah commit terakhir"
0147 
0148 #: commitdialog.cpp:69
0149 #, kde-format
0150 msgctxt "@info:tooltip"
0151 msgid "There is nothing to amend."
0152 msgstr "Tidak ada yang perlu diubah."
0153 
0154 #: commitdialog.cpp:76
0155 #, kde-format
0156 msgctxt "@action:button Add Signed-Off line to the message widget"
0157 msgid "Sign off"
0158 msgstr "Keluar"
0159 
0160 #: commitdialog.cpp:77
0161 #, kde-format
0162 msgctxt "@info:tooltip"
0163 msgid "Add Signed-off-by line at the end of the commit message."
0164 msgstr "Tambahkan baris Signed-off-by di akhir pesan commit."
0165 
0166 #: commitdialog.cpp:134
0167 #, kde-format
0168 msgctxt "@info:tooltip"
0169 msgid "You must enter a commit message first."
0170 msgstr "Kamu harus memasukkan pesan commit terlebih dahulu."
0171 
0172 #: fileviewgitplugin.cpp:49
0173 #, kde-kuit-format
0174 msgid "<application>Git</application> Revert"
0175 msgstr "Kebalikan <application>Git</application>"
0176 
0177 #: fileviewgitplugin.cpp:55
0178 #, kde-kuit-format
0179 msgid "<application>Git</application> Add"
0180 msgstr "Tambahkan <application>Git</application>"
0181 
0182 #: fileviewgitplugin.cpp:61
0183 #, kde-kuit-format
0184 msgid "Show Local <application>Git</application> Changes"
0185 msgstr "Tampilkan Perubahan <application>Git</application> Lokal"
0186 
0187 #: fileviewgitplugin.cpp:67
0188 #, kde-kuit-format
0189 msgid "<application>Git</application> Remove"
0190 msgstr "Hapus <application>Git</application>"
0191 
0192 #: fileviewgitplugin.cpp:73
0193 #, kde-kuit-format
0194 msgid "<application>Git</application> Checkout..."
0195 msgstr "Checkout <application>Git</application>..."
0196 
0197 #: fileviewgitplugin.cpp:79
0198 #, kde-kuit-format
0199 msgid "<application>Git</application> Commit..."
0200 msgstr "Commit <application>Git</application>..."
0201 
0202 #: fileviewgitplugin.cpp:85
0203 #, kde-kuit-format
0204 msgid "<application>Git</application> Create Tag..."
0205 msgstr "Buat Tag <application>Git</application>..."
0206 
0207 #: fileviewgitplugin.cpp:90
0208 #, kde-kuit-format
0209 msgid "<application>Git</application> Push..."
0210 msgstr "Dorong <application>Git</application>..."
0211 
0212 #: fileviewgitplugin.cpp:95
0213 #, kde-kuit-format
0214 msgid "<application>Git</application> Pull..."
0215 msgstr "Tarik <application>Git</application>..."
0216 
0217 #: fileviewgitplugin.cpp:100
0218 #, kde-kuit-format
0219 msgid "<application>Git</application> Merge..."
0220 msgstr "Gabungkan <application>Git</application>..."
0221 
0222 #: fileviewgitplugin.cpp:104
0223 #, kde-kuit-format
0224 msgid "<application>Git</application> Log..."
0225 msgstr "Log <application>Git</application>..."
0226 
0227 #: fileviewgitplugin.cpp:414
0228 #, kde-kuit-format
0229 msgid "Adding files to <application>Git</application> repository..."
0230 msgstr "Tambahkan file-file ke repositori <application>Git</application>..."
0231 
0232 #: fileviewgitplugin.cpp:415
0233 #, kde-kuit-format
0234 msgid "Adding files to <application>Git</application> repository failed."
0235 msgstr ""
0236 "Pambahan file-file ke repositori <application>Git</application>, gagal."
0237 
0238 #: fileviewgitplugin.cpp:416
0239 #, kde-kuit-format
0240 msgid "Added files to <application>Git</application> repository."
0241 msgstr "File-file ditambahkan ke repositori <application>Git</application>."
0242 
0243 #: fileviewgitplugin.cpp:426
0244 #, kde-kuit-format
0245 msgid "Removing files from <application>Git</application> repository..."
0246 msgstr "Menghapus file-file dari repositori <application>Git</application>."
0247 
0248 #: fileviewgitplugin.cpp:427
0249 #, kde-kuit-format
0250 msgid "Removing files from <application>Git</application> repository failed."
0251 msgstr ""
0252 "Penghapusan file-file dari repositori <application>Git</application>, gagal."
0253 
0254 #: fileviewgitplugin.cpp:428
0255 #, kde-kuit-format
0256 msgid "Removed files from <application>Git</application> repository."
0257 msgstr "File-file dihapus dari repositori <application>Git</application>."
0258 
0259 #: fileviewgitplugin.cpp:434
0260 #, kde-kuit-format
0261 msgid "Reverting files from <application>Git</application> repository..."
0262 msgstr ""
0263 "Mengembalikan file-file dari repositori <application>Git</application>."
0264 
0265 #: fileviewgitplugin.cpp:435
0266 #, kde-kuit-format
0267 msgid "Reverting files from <application>Git</application> repository failed."
0268 msgstr ""
0269 "Pengembalian file-file dari repositori <application>Git</application>, gagal."
0270 
0271 #: fileviewgitplugin.cpp:436
0272 #, kde-kuit-format
0273 msgid "Reverted files from <application>Git</application> repository."
0274 msgstr "File-file dikembalikan dari repositori <application>Git</application>"
0275 
0276 #: fileviewgitplugin.cpp:478
0277 #, kde-kuit-format
0278 msgid "<application>Git</application> Log failed."
0279 msgstr "Log <application>Git</application>, gagal."
0280 
0281 #: fileviewgitplugin.cpp:501
0282 #, kde-kuit-format
0283 msgid "<application>Git</application> Log"
0284 msgstr "Log <application>Git</application>"
0285 
0286 #: fileviewgitplugin.cpp:517
0287 #, kde-format
0288 msgctxt "Git commit hash"
0289 msgid "Commit"
0290 msgstr "Commit"
0291 
0292 #: fileviewgitplugin.cpp:518
0293 #, kde-format
0294 msgctxt "Git commit date"
0295 msgid "Date"
0296 msgstr "Tanggal"
0297 
0298 #: fileviewgitplugin.cpp:519
0299 #, kde-format
0300 msgctxt "Git commit message"
0301 msgid "Message"
0302 msgstr "Pesan"
0303 
0304 #: fileviewgitplugin.cpp:520
0305 #, kde-format
0306 msgctxt "Git commit author"
0307 msgid "Author"
0308 msgstr "Penulis"
0309 
0310 #: fileviewgitplugin.cpp:564
0311 #, kde-kuit-format
0312 msgid "Switched to branch '%1'"
0313 msgstr "Beralih ke cabang '%1'"
0314 
0315 #: fileviewgitplugin.cpp:570
0316 #, kde-kuit-format
0317 msgid "HEAD is now at %1"
0318 msgstr "HEAD sekarang di %1"
0319 
0320 #: fileviewgitplugin.cpp:574
0321 #, kde-kuit-format
0322 msgid "Switched to a new branch '%1'"
0323 msgstr "Beralih ke cabang baru '%1'"
0324 
0325 #: fileviewgitplugin.cpp:585
0326 #, kde-kuit-format
0327 msgid ""
0328 "<application>Git</application> Checkout failed. Maybe your working directory "
0329 "is dirty."
0330 msgstr ""
0331 "Gagal Men-checkout <application>Git</application>. Kemungkinan direktori "
0332 "kerjamu telah kotor."
0333 
0334 #: fileviewgitplugin.cpp:649
0335 #, kde-kuit-format
0336 msgid "Successfully created tag '%1'"
0337 msgstr "Berhasil membuat tag '%1'"
0338 
0339 #: fileviewgitplugin.cpp:654
0340 #, kde-kuit-format
0341 msgid ""
0342 "<application>Git</application> tag creation failed. A tag with the name '%1' "
0343 "already exists."
0344 msgstr ""
0345 "Gagal membuat tag <application>Git</application>. Sebuah tag dengan nama "
0346 "'%1' sudah ada."
0347 
0348 #: fileviewgitplugin.cpp:656
0349 #, kde-kuit-format
0350 msgid "<application>Git</application> tag creation failed."
0351 msgstr "Gagal membuat tag <application>Git</application>."
0352 
0353 #: fileviewgitplugin.cpp:668
0354 #, kde-kuit-format
0355 msgid "Pushing branch %1 to %2:%3 failed."
0356 msgstr "Pendorongan cabang %1 ke %2:%3, gagal"
0357 
0358 #: fileviewgitplugin.cpp:670
0359 #, kde-kuit-format
0360 msgid "Pushed branch %1 to %2:%3."
0361 msgstr "Cabang %1 didorong ke %2:%3."
0362 
0363 #: fileviewgitplugin.cpp:672
0364 #, kde-kuit-format
0365 msgid "Pushing branch %1 to %2:%3..."
0366 msgstr "Mendorong cabang %1 ke %2:%3..."
0367 
0368 #: fileviewgitplugin.cpp:694
0369 #, kde-kuit-format
0370 msgid "Pulling branch %1 from %2 failed."
0371 msgstr "Penarikan cabang %1 dari %2, gagal."
0372 
0373 #: fileviewgitplugin.cpp:696
0374 #, kde-kuit-format
0375 msgid "Pulled branch %1 from %2 successfully."
0376 msgstr "Cabang %1 berhasil ditarik dari %2."
0377 
0378 #: fileviewgitplugin.cpp:698
0379 #, kde-kuit-format
0380 msgid "Pulling branch %1 from %2..."
0381 msgstr "Menarik cabang %1 dari %2..."
0382 
0383 #: fileviewgitplugin.cpp:751 fileviewgitplugin.cpp:763
0384 #, kde-kuit-format
0385 msgid "Branch is already up-to-date."
0386 msgstr "Cabang sudah terbarukan."
0387 
0388 #: fileviewgitplugin.cpp:767
0389 #, kde-kuit-format
0390 msgid "Merge conflicts occurred. Fix them and commit the result."
0391 msgstr "Terjadi konflik penggabungan. Perbaikilah dan commit-lah hasilnya."
0392 
0393 #. i18n: ectx: label, entry (commitDialogHeight), group (CommitDialogSettings)
0394 #: fileviewgitpluginsettings.kcfg:7
0395 #, kde-format
0396 msgid "Dialog height"
0397 msgstr "Tinggi dialog"
0398 
0399 #. i18n: ectx: label, entry (commitDialogWidth), group (CommitDialogSettings)
0400 #: fileviewgitpluginsettings.kcfg:12
0401 #, kde-format
0402 msgid "Dialog width"
0403 msgstr "Lebar dialog"
0404 
0405 #: pulldialog.cpp:24
0406 #, kde-kuit-format
0407 msgctxt "@title:window"
0408 msgid "<application>Git</application> Pull"
0409 msgstr "Tarik <application>Git</application>"
0410 
0411 #: pulldialog.cpp:35
0412 #, kde-format
0413 msgctxt "@action:button"
0414 msgid "Pull"
0415 msgstr "Tarik"
0416 
0417 #: pulldialog.cpp:44
0418 #, kde-format
0419 msgctxt "@title:group The source to pull from"
0420 msgid "Source"
0421 msgstr "Sumber"
0422 
0423 #: pulldialog.cpp:50 pushdialog.cpp:51
0424 #, kde-format
0425 msgctxt "@label:listbox a git remote"
0426 msgid "Remote:"
0427 msgstr "Jarak jauh:"
0428 
0429 #: pulldialog.cpp:55
0430 #, kde-format
0431 msgctxt "@label:listbox"
0432 msgid "Remote branch:"
0433 msgstr "Cabang jarak jauh:"
0434 
0435 #: pushdialog.cpp:25
0436 #, kde-kuit-format
0437 msgctxt "@title:window"
0438 msgid "<application>Git</application> Push"
0439 msgstr "Dorong <application>Git</application>"
0440 
0441 #: pushdialog.cpp:37
0442 #, kde-format
0443 msgctxt "@action:button"
0444 msgid "Push"
0445 msgstr "Dorong"
0446 
0447 #: pushdialog.cpp:47
0448 #, kde-format
0449 msgctxt "@title:group The remote host"
0450 msgid "Destination"
0451 msgstr "Tujuan"
0452 
0453 #: pushdialog.cpp:61
0454 #, kde-format
0455 msgctxt "@title:group"
0456 msgid "Branches"
0457 msgstr "Cabang"
0458 
0459 #: pushdialog.cpp:65
0460 #, kde-format
0461 msgctxt "@label:listbox"
0462 msgid "Local Branch:"
0463 msgstr "Cabang lokal:"
0464 
0465 #: pushdialog.cpp:72
0466 #, kde-format
0467 msgctxt "@label:listbox"
0468 msgid "Remote Branch:"
0469 msgstr "Cabang Jarak Jauh:"
0470 
0471 #: pushdialog.cpp:84
0472 #, kde-format
0473 msgctxt "@info:tooltip"
0474 msgid ""
0475 "Proceed even if the remote branch is not an ancestor of the local branch."
0476 msgstr ""
0477 "Lanjutkan meskipun cabang jarak jauh bukan merupakan leluhur dari cabang "
0478 "lokal."
0479 
0480 #: tagdialog.cpp:30
0481 #, kde-kuit-format
0482 msgctxt "@title:window"
0483 msgid "<application>Git</application> Create Tag"
0484 msgstr "Buat Tag <application>Git</application>"
0485 
0486 #: tagdialog.cpp:42
0487 #, kde-format
0488 msgctxt "@action:button"
0489 msgid "Create Tag"
0490 msgstr "Buat Tag"
0491 
0492 #: tagdialog.cpp:51
0493 #, kde-format
0494 msgctxt "@title:group"
0495 msgid "Tag Information"
0496 msgstr "Informasi Tag"
0497 
0498 #: tagdialog.cpp:55
0499 #, kde-format
0500 msgctxt "@label:textbox"
0501 msgid "Tag Name:"
0502 msgstr "Nama Tag:"
0503 
0504 #: tagdialog.cpp:63
0505 #, kde-format
0506 msgctxt "@label:textbox"
0507 msgid "Tag Message:"
0508 msgstr "Pesan Tag:"
0509 
0510 #: tagdialog.cpp:74
0511 #, kde-format
0512 msgctxt "@title:group"
0513 msgid "Attach to"
0514 msgstr "Lampirkan ke"
0515 
0516 #: tagdialog.cpp:81
0517 #, kde-format
0518 msgctxt "@label:listbox"
0519 msgid "Branch:"
0520 msgstr "Cabang:"
0521 
0522 #: tagdialog.cpp:127
0523 #, kde-format
0524 msgctxt "@info:tooltip"
0525 msgid "You must enter a tag name first."
0526 msgstr "Kamu harus memasukkan sebuah nama tag terlebih dahulu."
0527 
0528 #: tagdialog.cpp:130
0529 #, kde-format
0530 msgctxt "@info:tooltip"
0531 msgid "Tag names may not contain any whitespace."
0532 msgstr "Nama-nama tag mungkin tidak mengandung spasi apa pun."
0533 
0534 #: tagdialog.cpp:133
0535 #, kde-format
0536 msgctxt "@info:tooltip"
0537 msgid "A tag named '%1' already exists."
0538 msgstr "Sebuah tag bernama '%1' sudah ada."