From f33ca03aae1134aaabbb1e68faf6171a5e792f09 Mon Sep 17 00:00:00 2001 From: udo pton <udopton@gmail.com> Date: Sat, 8 May 2021 11:34:52 +0000 Subject: [PATCH] Translated using Weblate (Turkish) Currently translated at 15.0% (1594 of 10602 strings) Translation: Git Manpages/Translations Translate-URL: https://hosted.weblate.org/projects/git-manpages/translations/tr/ Signed-off-by: udo pton <udopton@gmail.com> --- po/documentation.tr.po | 22 +++++----------------- 1 file changed, 5 insertions(+), 17 deletions(-) diff --git a/po/documentation.tr.po b/po/documentation.tr.po index fa183cd..56d9e69 100644 --- a/po/documentation.tr.po +++ b/po/documentation.tr.po @@ -3,19 +3,7 @@ # This file is distributed under the same license as the Git package. # Matthias A횩hauer <mha1993@live.de>, 2019. msgid "" -msgstr "" -"Project-Id-Version: git documentation\n" -"Report-Msgid-Bugs-To: jn.avila@free.fr\n" -"POT-Creation-Date: 2021-02-27 18:16+0100\n" -"PO-Revision-Date: 2020-10-11 09:26+0000\n" -"Last-Translator: O휓uz Ersen <oguzersen@protonmail.com>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" -"Language: tr\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.3-dev\n" +msgstr "Project-Id-Version: git documentation\nReport-Msgid-Bugs-To: jn.avila@free.fr\nPOT-Creation-Date: 2021-02-27 18:16+0100\nPO-Revision-Date: 2021-05-09 07:41+0000\nLast-Translator: udo pton <udopton@gmail.com>\nLanguage-Team: LANGUAGE <LL@li.org>\nLanguage: tr\nMIME-Version: 1.0\nContent-Type: text/plain; charset=UTF-8\nContent-Transfer-Encoding: 8bit\nPlural-Forms: nplurals=2; plural=n != 1;\nX-Generator: Weblate 4.7-dev\n" #. type: Labeled list #: en/blame-options.txt:1 en/diff-options.txt:738 en/git-instaweb.txt:45 en/git-mailinfo.txt:47 en/git-mailsplit.txt:35 en/git-repack.txt:126 en/git-status.txt:31 @@ -6246,25 +6234,25 @@ msgstr "A횉IKLAMA" #: en/git-add.txt:25 #, priority:300 msgid "This command updates the index using the current content found in the working tree, to prepare the content staged for the next commit. It typically adds the current content of existing paths as a whole, but with some options it can also be used to add content with only part of the changes made to the working tree files applied, or remove paths that do not exist in the working tree anymore." -msgstr "" +msgstr "Bu komut, bir sonraki kaydetme i챌in haz캇rlanan i챌eri휓i i힊lemek 체zere 챌al캇힊ma a휓ac캇nda bulunan mevcut i챌eri휓i kullanarak dizini g체nceller. Tipik olarak mevcut yollar캇n mevcut i챌eri휓ini bir b체t체n olarak ekler, ancak baz캇 se챌eneklerle, 챌al캇힊ma a휓ac캇 dosyalar캇nda yap캇lan de휓i힊ikliklerin yaln캇zca bir k캇sm캇yla i챌erik eklemek veya 챌al캇힊ma a휓ac캇nda bulunmayan yollar캇 kald캇rmak i챌in de kullan캇labilir." #. type: Plain text #: en/git-add.txt:31 #, priority:300 msgid "The \"index\" holds a snapshot of the content of the working tree, and it is this snapshot that is taken as the contents of the next commit. Thus after making any changes to the working tree, and before running the commit command, you must use the `add` command to add any new or modified files to the index." -msgstr "" +msgstr "\"캅ndeks\", 챌al캇힊ma a휓ac캇n캇n i챌eri휓inin bir anl캇k g철r체nt체s체n체 tutar ve bir sonraki i힊lemenin i챌eri휓i olarak al캇nan bu anl캇k g철r체nt체d체r. Bu nedenle, 챌al캇힊ma a휓ac캇nda herhangi bir de휓i힊iklik yapt캇ktan sonra ve commit,i힊le, komutunu 챌al캇힊t캇rmadan 철nce, yeni veya de휓i힊tirilmi힊 dosyalar캇 dizine eklemek i챌in `add`,ekle, komutunu kullanmal캇s캇n캇z." #. type: Plain text #: en/git-add.txt:36 #, priority:300 msgid "This command can be performed multiple times before a commit. It only adds the content of the specified file(s) at the time the add command is run; if you want subsequent changes included in the next commit, then you must run `git add` again to add the new content to the index." -msgstr "" +msgstr "Bu komut, bir i힊lemeden 철nce birden 챌ok kez ger챌ekle힊tirilebilir. Add,ekle, komutu 챌al캇힊t캇r캇ld캇휓캇nda yaln캇zca belirtilen dosyalar캇n i챌eri휓ini ekler; sonraki i힊lemde sonraki de휓i힊ikliklerin dahil edilmesini istiyorsan캇z, yeni i챌eri휓i dizine eklemek i챌in tekrar `git add`,git ekle, 챌al캇힊t캇rmal캇s캇n캇z." #. type: Plain text #: en/git-add.txt:39 #, priority:300 msgid "The `git status` command can be used to obtain a summary of which files have changes that are staged for the next commit." -msgstr "" +msgstr "'git status' komutu, hangi dosyalar캇n bir sonraki tamamlama i챌in a힊amal캇 de휓i힊ikliklere sahip oldu휓unun 철zetini elde etmek i챌in kullan캇labilir." #. type: Plain text #: en/git-add.txt:46 -- GitLab