diff options
| author | Peter Krefting <peter@softwolves.pp.se> | 2021-06-21 20:31:28 +0100 |
|---|---|---|
| committer | Jiang Xin <worldhello.net@gmail.com> | 2021-07-09 08:16:12 +0800 |
| commit | ae4e099e7cd2fcb7abdcce1b4fe02b40d5e4a61b (patch) | |
| tree | a5ede4bbbc2ad21f06abf7937cceb73822c22294 /po/sv.po | |
| parent | 5dbeffdeaf70103815bb8aa2c95f159b923d0dba (diff) | |
| download | git-ae4e099e7cd2fcb7abdcce1b4fe02b40d5e4a61b.tar.xz | |
l10n: fixed typos of mismatched constant strings
Andrei pointed out a typo in the Swedish translation, where a config
variable name had been copied incorrectly.
By introducing typo detection function in "git-po-helper", more typos
were found. All easy-to-fix typos were fixed in this commit.
Reported-by: Andrei Rybak <rybak.a.v@gmail.com>
Signed-off-by: Peter Krefting <peter@softwolves.pp.se>
Signed-off-by: Jiang Xin <worldhello.net@gmail.com>
Diffstat (limited to 'po/sv.po')
| -rw-r--r-- | po/sv.po | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -2734,7 +2734,7 @@ msgstr "Felaktigt %s: \"%s\"" #: config.c:2512 #, c-format msgid "splitIndex.maxPercentChange value '%d' should be between 0 and 100" -msgstr "värdet \"%d\" för splitIndex.maxPercentage borde vara mellan 0 och 100" +msgstr "värdet \"%d\" för splitIndex.maxPercentChange borde vara mellan 0 och 100" #: config.c:2558 #, c-format @@ -4910,7 +4910,7 @@ msgstr "(felaktig incheckning)\n" #, c-format msgid "add_cacheinfo failed for path '%s'; merge aborting." msgstr "" -"add_cahceinfo misslyckades för sökvägen \"%s\"; avslutar sammanslagningen." +"add_cacheinfo misslyckades för sökvägen \"%s\"; avslutar sammanslagningen." #: merge-recursive.c:388 #, c-format @@ -6314,12 +6314,12 @@ msgid "index file corrupt" msgstr "indexfilen trasig" #: read-cache.c:2180 -#, c-format +#, c-format, fuzzy msgid "unable to create load_cache_entries thread: %s" msgstr "kunde inte läsa in cache_entries-tråden: %s" #: read-cache.c:2193 -#, c-format +#, c-format, fuzzy msgid "unable to join load_cache_entries thread: %s" msgstr "kunde inte utföra join på cache_entries-tråden: %s" @@ -10777,7 +10777,7 @@ msgid "" "git bisect--helper --bisect-terms [--term-good | --term-old | --term-bad | --" "term-new]" msgstr "" -"git-bisect--helper --bisect-terms [--term-good | --term-old | --term-bad | --" +"git bisect--helper --bisect-terms [--term-good | --term-old | --term-bad | --" "term-new]" #: builtin/bisect--helper.c:26 |
