* [PATCH i18n 2/2] update korean translation
@ 2026-04-29 9:31 Dietmar Maurer
2026-04-29 9:34 ` Dietmar Maurer
0 siblings, 1 reply; 2+ messages in thread
From: Dietmar Maurer @ 2026-04-29 9:31 UTC (permalink / raw)
To: pve-devel
Two minimal fixes:
- "For example, {0} could be '{1}'.": replace bare topic particle "은"
with the alternation form "은(는)", since the substituted value of {0}
may end in either a consonant or a vowel.
- "{n} items" (plural form 0): replace broken "{}" placeholder with
"{n}" so the count is actually rendered. The bare "{}" form is not
substituted by the Rust tr!/format machinery used in proxmox-yew-comp.
Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
---
ko.po | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ko.po b/ko.po
index b361a86..1594cc7 100644
--- a/ko.po
+++ b/ko.po
@@ -6222,7 +6222,7 @@ msgstr "예를들어, vmbr0.100, vmbr0, vlan0.100, vlan0"
#. TRANSLATORS: for a shell command: "placeholder could be 'concrete value'"
#: pve-manager/www/manager6/qemu/HardwareView.js:571
msgid "For example, {0} could be '{1}'."
-msgstr "예를 들어, {0}은 '{1}'일 수 있습니다."
+msgstr "예를 들어, {0}은(는) '{1}'일 수 있습니다."
#: proxmox-widget-toolkit/src/window/AddTotp.js:163
#: proxmox-widget-toolkit/src/window/AddWebauthn.js:197
@@ -10858,7 +10858,7 @@ msgstr "On-site"
#: proxmox-yew-comp/src/apt_package_manager.rs:481
msgid "One item"
msgid_plural "{n} items"
-msgstr[0] "{}개의 항목"
+msgstr[0] "{n}개의 항목"
#: proxmox-datacenter-manager/ui/src/dashboard/node_status_panel.rs:146
msgid "One of {0} nodes online"
--
2.47.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-04-29 9:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-29 9:31 [PATCH i18n 2/2] update korean translation Dietmar Maurer
2026-04-29 9:34 ` Dietmar Maurer
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.