diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-07-09 22:53:27 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-07-10 20:50:32 +0200 |
| commit | 62c34b28567a097e8f22576e7d7891bd3dbe0ac0 (patch) | |
| tree | 2a0440ed2bdb58c608582b75da6c877527dd6bda /src/tools/po/zh_CN.po | |
| parent | 2c499921a9f8615c8368d8161cb43c9a93c67311 (diff) | |
Replace String::compose with fmt.
sed -i "/Plural-Forms/n;/%100/n;/scanf/n;s/%[123456789]/{}/g" src/lib/*.cc src/lib/*.h src/wx/*.cc src/tools/*.cc src/lib/po/*.po src/wx/po/*.po src/tools/po/*.po test/*.cc
sed -i "s/String::compose */fmt::format/g" src/lib/*.cc src/lib/*.h src/wx/*.cc src/tools/*.cc test/*.cc
Diffstat (limited to 'src/tools/po/zh_CN.po')
| -rw-r--r-- | src/tools/po/zh_CN.po | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/tools/po/zh_CN.po b/src/tools/po/zh_CN.po index e3fddf6ec..b9cd4b336 100644 --- a/src/tools/po/zh_CN.po +++ b/src/tools/po/zh_CN.po @@ -405,12 +405,12 @@ msgid "Could not load a DCP from %s" msgstr "无法从 %s 载入DCP" #: src/tools/dcpomatic_batch.cc:496 -msgid "Could not load film %1" -msgstr "无法加载工程 %1" +msgid "Could not load film {}" +msgstr "无法加载工程 {}" #: src/tools/dcpomatic.cc:1735 -msgid "Could not load film %1 (%2)" -msgstr "无法加载工程 %1 (%2)" +msgid "Could not load film {} ({})" +msgstr "无法加载工程 {} ({})" #: src/tools/dcpomatic_player.cc:1376 #, c-format @@ -1083,9 +1083,9 @@ msgstr "" #: src/tools/dcpomatic_combiner.cc:165 msgid "" -"The directory %1 already exists and is not empty. Are you sure you want to " +"The directory {} already exists and is not empty. Are you sure you want to " "use it?" -msgstr "目录 %1 已经存在且不为空。确定要使用它?" +msgstr "目录 {} 已经存在且不为空。确定要使用它?" #: src/tools/dcpomatic_disk.cc:293 msgid "The disk you selected is no longer available. Please choose another." @@ -1456,5 +1456,5 @@ msgstr "您没有选择文件夹。请确保您单击打开之前,选择一个 #~ msgstr "&Analizar audio" #, fuzzy -#~ msgid "The directory %1 already exists." +#~ msgid "The directory {} already exists." #~ msgstr "La carpeta %s ya existe." |
