* 'master' of https://github.com/j6t/git-gui:
  git-gui: allow larger width for the commit message field
  git-gui: reduce complexity of the quiet msgfmt rule
  git-gui: drop msgfmt --statistics output
  git-gui i18n: Update Bulgarian translation (562t)
This commit is contained in:
Junio C Hamano
2026-07-16 10:48:52 -07:00
3 changed files with 29 additions and 15 deletions

View File

@@ -69,8 +69,7 @@ ifndef V
QUIET = @
QUIET_GEN = $(QUIET)echo ' ' GEN '$@' &&
QUIET_INDEX = $(QUIET)echo ' ' INDEX $(dir $@) &&
QUIET_MSGFMT0 = $(QUIET)printf ' MSGFMT %12s ' $@ && v=`
QUIET_MSGFMT1 = 2>&1` && echo "$$v" | sed -e 's/fuzzy translations/fuzzy/' | sed -e 's/ messages*//g'
QUIET_MSGFMT = $(QUIET)echo ' ' MSGFMT '$@' &&
INSTALL_D0 = dir=
INSTALL_D1 = && echo ' ' DEST $$dir && $(INSTALL) -d -m 755 "$$dir"
@@ -155,7 +154,7 @@ $(PO_TEMPLATE): $(SCRIPT_SH) $(ALL_LIBFILES)
update-po:: $(PO_TEMPLATE)
$(foreach p, $(ALL_POFILES), echo Updating $p ; msgmerge -U $p $(PO_TEMPLATE) ; )
$(ALL_MSGFILES): %.msg : %.po
$(QUIET_MSGFMT0)$(MSGFMT) --statistics --tcl -l $(basename $(notdir $<)) -d $(dir $@) $< $(QUIET_MSGFMT1)
$(QUIET_MSGFMT)$(MSGFMT) --tcl -l $(basename $(notdir $<)) -d $(dir $@) $<
lib/tclIndex: $(ALL_LIBFILES) generate-tclindex.sh GIT-GUI-BUILD-OPTIONS
$(QUIET_INDEX)$(SHELL_PATH) generate-tclindex.sh . ./GIT-GUI-BUILD-OPTIONS $(ALL_LIBFILES)

View File

@@ -155,7 +155,7 @@ proc do_options {} {
{i-0..300 gui.blamehistoryctx {mc "Blame History Context Radius (days)"}}
{i-1..99 gui.diffcontext {mc "Number of Diff Context Lines"}}
{t gui.diffopts {mc "Additional Diff Parameters"}}
{i-0..99 gui.commitmsgwidth {mc "Commit Message Text Width"}}
{i-0..9999 gui.commitmsgwidth {mc "Commit Message Text Width"}}
{t gui.newbranchtemplate {mc "New Branch Name Template"}}
{c gui.encoding {mc "Default File Contents Encoding"}}
{b gui.warndetachedcommit {mc "Warn before committing to a detached head"}}

View File

@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: git-gui master\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-22 17:37+0200\n"
"PO-Revision-Date: 2026-01-19 10:12+0100\n"
"POT-Creation-Date: 2026-06-02 19:13+0200\n"
"PO-Revision-Date: 2026-06-14 22:57+0200\n"
"Last-Translator: Alexander Shopov <ash@kambanaria.org>\n"
"Language-Team: Bulgarian <dict@fsa-bg.org>\n"
"Language: bg\n"
@@ -43,18 +43,21 @@ msgstr "Прекалено ниска версия на git, необходим
msgid "git returned:"
msgstr "git върна:"
msgid "Invalid configuration:"
msgstr "Неправилна настройка:"
msgid "Unusable repo/worktree:"
msgstr "Неизползваемо хранилище/раб. дърво:"
msgid "Git directory not found:"
msgstr "Директорията на Git не е открита:"
msgid "Cannot move to top of working directory:"
msgstr "Не може да се премине към родителската директория."
msgid "No working directory"
msgstr "Работната директория липсва"
msgid "Cannot use bare repository:"
msgstr "Голо хранилище не може да се използва:"
msgid "No working directory"
msgstr "Работната директория липсва"
msgid "Refreshing file status..."
msgstr "Обновяване на състоянието на файла…"
@@ -305,12 +308,21 @@ msgstr "употреба:"
msgid "Usage"
msgstr "Употреба"
msgid "Error"
msgstr "Грешка"
#, tcl-format
msgid "fatal: no such file '%s' in worktree"
msgstr "фатална грешка: в работното дърво липсва файл „%s“"
#, tcl-format
msgid "fatal: cannot stat path %s: No such file or directory"
msgstr "ФАТАЛНА ГРЕШКА: пътят „%s“ липсва: такъв файл или директория няма"
msgid "fatal: '%s' is not a valid rev'"
msgstr "фатална грешка: „%s“ не е версия"
#, tcl-format
msgid "'%s' is not a directory in rev '%s'"
msgstr "„%s“ не е директория във версия „%s“"
#, tcl-format
msgid "'%s' is not a filename in rev '%s'"
msgstr "„%s“ не е име на файл във версия „%s“"
msgid "Current Branch:"
msgstr "Текущ клон:"
@@ -461,6 +473,9 @@ msgstr "Анотиране на родителското подаване"
msgid "Reading %s..."
msgstr "Чете се „%s“…"
msgid "Error"
msgstr "Грешка"
msgid "Loading copy/move tracking annotations..."
msgstr "Зареждане на анотациите за проследяване на копирането/преместването…"