diff options
author | Mattias Andrée <m@maandree.se> | 2025-03-08 13:27:09 +0100 |
---|---|---|
committer | Mattias Andrée <m@maandree.se> | 2025-03-08 13:27:09 +0100 |
commit | 6a6b10be7642e59ae40f9911282a8e2aa2601d82 (patch) | |
tree | 990f445224d9b1f692108965337bdc1dcb0fa3b1 /po/zh_CN.po | |
parent | Unlist redshift/issues/291: rejected: will not break backwards compatibility (diff) | |
download | redshift-ng-6a6b10be7642e59ae40f9911282a8e2aa2601d82.tar.gz redshift-ng-6a6b10be7642e59ae40f9911282a8e2aa2601d82.tar.bz2 redshift-ng-6a6b10be7642e59ae40f9911282a8e2aa2601d82.tar.xz |
misc
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'po/zh_CN.po')
-rw-r--r-- | po/zh_CN.po | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/po/zh_CN.po b/po/zh_CN.po index d1cb67c..46783ea 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -185,8 +185,8 @@ msgstr "从提供程序返回的位置无效。\n" #: ../src/redshift.c:656 ../src/redshift.c:788 ../src/redshift.c:1222 #: ../src/redshift.c:1253 #, c-format -msgid "Color temperature: %uK\n" -msgstr "色温:%uK\n" +msgid "Color temperature: %luK\n" +msgstr "色温:%luK\n" #: ../src/redshift.c:657 ../src/redshift.c:793 ../src/redshift.c:1224 #, c-format @@ -259,13 +259,13 @@ msgstr "太阳高度:日间高于 %.1f 度,夜间低于 %.1f 度\n" #: ../src/redshift.c:1049 #, c-format -msgid "Temperatures: %iK at day, %iK at night\n" -msgstr "色温:日间 %iK,夜间 %iK\n" +msgid "Temperatures: %luK at day, %luK at night\n" +msgstr "色温:日间 %luK,夜间 %luK\n" #: ../src/redshift.c:1060 ../src/redshift.c:1071 #, c-format -msgid "Temperature must be between %uK and %uK." -msgstr "色温必须介于 %uK 和 %uK。" +msgid "Temperature must be between %luK and %luK." +msgstr "色温必须介于 %luK 和 %luK。" #: ../src/redshift.c:1083 #, c-format @@ -402,13 +402,13 @@ msgstr "中性温度是 %uK. 使用这个值不会改变颜色\n" msgid "" "Default values:\n" "\n" -" Daytime temperature: %uK\n" -" Night temperature: %uK\n" +" Daytime temperature: %luK\n" +" Night temperature: %luK\n" msgstr "" "默认值:\n" "\n" -" 日间色温:%uK\n" -" 夜间色温:%uK\n" +" 日间色温:%luK\n" +" 夜间色温:%luK\n" #: ../src/options.c:225 msgid "Available adjustment methods:\n" @@ -573,8 +573,8 @@ msgstr "屏幕 %i 无法找到。" #: ../src/gamma-randr.c:204 ../src/gamma-vidmode.c:96 ../src/gamma-quartz.c:114 #, c-format -msgid "Gamma ramp size too small: %i" -msgstr "伽马斜面值太小:%i" +msgid "Gamma ramp size too small: %zu" +msgstr "伽马斜面值太小:%zu" #: ../src/gamma-randr.c:277 #, c-format @@ -665,8 +665,8 @@ msgstr "不要影响显示器但打印色温到终端上。\n" #: ../src/gamma-dummy.c:75 #, c-format -msgid "Temperature: %i\n" -msgstr "色温:%i\n" +msgid "Temperature: %lu\n" +msgstr "色温:%lu\n" #: ../src/location-geoclue2.c:59 #, c-format |