Skip to content

Commit f3abf6a

Browse files
bagasmejiangxin
authored andcommitted
l10n: id.po: fix mismatched variable names
Jiang Xin notified me [1] to fix some typos. Running git-po-helper [2] check, it found following: 1. git submodule--helper typo (was git submodule==helper) 2. new_index improper translation (DO NOT translate instead) Fix them. [1]: https://lore.kernel.org/git/[email protected]/ [2]: git-l10n/git-po-helper@e44df84 Signed-off-by: Bagas Sanjaya <[email protected]>
1 parent 9146ef7 commit f3abf6a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

po/id.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12822,7 +12822,7 @@ msgstr "gagal memperbarui tembolok pohon utama"
1282212822

1282312823
#: builtin/commit.c:437 builtin/commit.c:460 builtin/commit.c:508
1282412824
msgid "unable to write new_index file"
12825-
msgstr "tidak dapat menulis berkas indeks baru"
12825+
msgstr "tidak dapat menulis berkas new_index"
1282612826

1282712827
#: builtin/commit.c:489
1282812828
msgid "cannot do a partial commit during a merge."
@@ -13330,7 +13330,7 @@ msgid ""
1333013330
"not exceeded, and then \"git restore --staged :/\" to recover."
1333113331
msgstr ""
1333213332
"repositori sudah diperbarui, tetapi tidak dapat menulis\n"
13333-
"berkas indeks baru. Periksa bahwa disk tidak penuh dan kuota\n"
13333+
"berkas new_index. Periksa bahwa disk tidak penuh dan kuota\n"
1333413334
"tidak terlampaui, lalu \"git restore --staged :/\" untuk pulihkan."
1333513335

1333613336
#: builtin/config.c:11
@@ -21717,7 +21717,7 @@ msgstr "git submodule status [--quiet] [--cached] [--recursive] [<jalur>...]"
2171721717

2171821718
#: builtin/submodule--helper.c:918
2171921719
msgid "git submodule--helper name <path>"
21720-
msgstr "git submodule==helper name <jalur>"
21720+
msgstr "git submodule--helper name <jalur>"
2172121721

2172221722
#: builtin/submodule--helper.c:990
2172321723
#, c-format

0 commit comments

Comments
 (0)