Skip to content

Commit 3784f8d

Browse files
w007878weblate
authored andcommitted
Translation of factor to Chinese (Simplified Han script)
Currently translated at 100.0% (7 of 7 strings) Translation: Rust Coreutils/factor Translate-URL: https://hosted.weblate.org/projects/rust-coreutils/factor/zh_Hans/
1 parent b28b2b2 commit 3784f8d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/uu/factor/locales/zh-Hans.ftl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
factor-about =
22
输出每个指定的整数 <数字> 的素因数。
33
如果没有在命令行中指定数字,则从标准输入读取。
4+
factor-error-factorization-incomplete = 分解未完成。仍存在余数。
5+
factor-error-reading-input = 读输入错误:{ $error }
6+
factor-error-write-error = 写错误
7+
factor-help-exponents = 以 p^e 的格式打印因子
8+
factor-help-help = 打印帮助信息。
9+
factor-usage = factor [选项]... [数字]...

0 commit comments

Comments
 (0)