1# LANGUAGE message translation file for pg_test_fsync
2# Copyright (C) 2019 PostgreSQL Global Development Group
3# This file is distributed under the same license as the pg_test_fsync (PostgreSQL) package.
4# FIRST AUTHOR <zhangjie2@fujitsu.com>, 2019.
5#
6msgid ""
7msgstr ""
8"Project-Id-Version: pg_test_fsync (PostgreSQL) 14\n"
9"Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n"
10"POT-Creation-Date: 2021-08-14 05:49+0000\n"
11"PO-Revision-Date: 2021-08-15 18:00+0800\n"
12"Last-Translator: Jie Zhang <zhangjie2@fujitsu.com>\n"
13"Language-Team: Chinese (Simplified) <zhangjie2@fujitsu.com>\n"
14"Language: zh_CN\n"
15"MIME-Version: 1.0\n"
16"Content-Type: text/plain; charset=UTF-8\n"
17"Content-Transfer-Encoding: 8bit\n"
18"Plural-Forms: nplurals=2; plural=(n != 1);\n"
19
20#. translator: maintain alignment with NA_FORMAT
21#: pg_test_fsync.c:31
22#, c-format
23msgid "%13.3f ops/sec  %6.0f usecs/op\n"
24msgstr "%13.3f ops/sec  %6.0f usecs/op\n"
25
26#: pg_test_fsync.c:159
27#, c-format
28msgid "Usage: %s [-f FILENAME] [-s SECS-PER-TEST]\n"
29msgstr "用法: %s [-f 文件名] [-s 每次测试的秒数]\n"
30
31#: pg_test_fsync.c:186 pg_test_fsync.c:200 pg_test_fsync.c:211
32#, c-format
33msgid "Try \"%s --help\" for more information.\n"
34msgstr "请用 \"%s --help\" 获取更多的信息.\n"
35
36#: pg_test_fsync.c:216
37msgid "%u second per test\n"
38msgid_plural "%u seconds per test\n"
39msgstr[0] "%u 每次测试的秒数\n"
40msgstr[1] "%u 每次测试的秒数\n"
41
42#: pg_test_fsync.c:221
43#, c-format
44msgid "O_DIRECT supported on this platform for open_datasync and open_sync.\n"
45msgstr "在此平台上,O_DIRECT支持open_datasync和open_sync.\n"
46
47#: pg_test_fsync.c:223
48#, c-format
49msgid "Direct I/O is not supported on this platform.\n"
50msgstr "此平台不支持直接I/O.\n"
51
52#: pg_test_fsync.c:248 pg_test_fsync.c:314 pg_test_fsync.c:339
53#: pg_test_fsync.c:363 pg_test_fsync.c:507 pg_test_fsync.c:519
54#: pg_test_fsync.c:535 pg_test_fsync.c:541 pg_test_fsync.c:563
55msgid "could not open output file"
56msgstr "无法打开输出文件"
57
58#: pg_test_fsync.c:252 pg_test_fsync.c:297 pg_test_fsync.c:323
59#: pg_test_fsync.c:348 pg_test_fsync.c:372 pg_test_fsync.c:411
60#: pg_test_fsync.c:470 pg_test_fsync.c:509 pg_test_fsync.c:537
61#: pg_test_fsync.c:568
62msgid "write failed"
63msgstr "写入失败"
64
65#: pg_test_fsync.c:256 pg_test_fsync.c:350 pg_test_fsync.c:374
66#: pg_test_fsync.c:511 pg_test_fsync.c:543
67msgid "fsync failed"
68msgstr "fsync失败"
69
70#: pg_test_fsync.c:270
71#, c-format
72msgid ""
73"\n"
74"Compare file sync methods using one %dkB write:\n"
75msgstr ""
76"\n"
77"使用一个%dkB写操作比较文件同步方法:\n"
78
79#: pg_test_fsync.c:272
80#, c-format
81msgid ""
82"\n"
83"Compare file sync methods using two %dkB writes:\n"
84msgstr ""
85"\n"
86"使用两个%dkB写操作比较文件同步方法:\n"
87
88#: pg_test_fsync.c:273
89#, c-format
90msgid "(in wal_sync_method preference order, except fdatasync is Linux's default)\n"
91msgstr "(按照wal_sync_method首选顺序,fdatasync是Linux的默认值除外)\n"
92
93#: pg_test_fsync.c:284 pg_test_fsync.c:391 pg_test_fsync.c:458
94msgid "n/a*"
95msgstr "n/a*"
96
97#: pg_test_fsync.c:303 pg_test_fsync.c:329 pg_test_fsync.c:379
98#: pg_test_fsync.c:417 pg_test_fsync.c:476
99msgid "n/a"
100msgstr "n/a"
101
102#: pg_test_fsync.c:422
103#, c-format
104msgid ""
105"* This file system and its mount options do not support direct\n"
106"  I/O, e.g. ext4 in journaled mode.\n"
107msgstr ""
108"* 此文件系统及其安装选项不支持直接I/O\n"
109"  例如. ext4 在 journaled 模式.\n"
110
111#: pg_test_fsync.c:430
112#, c-format
113msgid ""
114"\n"
115"Compare open_sync with different write sizes:\n"
116msgstr ""
117"\n"
118"在不同的写入大小的情况下比较open_sync:\n"
119
120#: pg_test_fsync.c:431
121#, c-format
122msgid ""
123"(This is designed to compare the cost of writing 16kB in different write\n"
124"open_sync sizes.)\n"
125msgstr "这是为了比较在写入不同的open_sync大小的情况下写入16kB的时间花费\n"
126
127#: pg_test_fsync.c:434
128msgid " 1 * 16kB open_sync write"
129msgstr " 1 * 16kB open_sync写入"
130
131#: pg_test_fsync.c:435
132msgid " 2 *  8kB open_sync writes"
133msgstr " 2 *  8kB open_sync写入"
134
135#: pg_test_fsync.c:436
136msgid " 4 *  4kB open_sync writes"
137msgstr " 4 *  4kB open_sync写入"
138
139#: pg_test_fsync.c:437
140msgid " 8 *  2kB open_sync writes"
141msgstr " 8 *  2kB open_sync写入"
142
143#: pg_test_fsync.c:438
144msgid "16 *  1kB open_sync writes"
145msgstr "16 *  1kB open_sync写入"
146
147#: pg_test_fsync.c:492
148#, c-format
149msgid ""
150"\n"
151"Test if fsync on non-write file descriptor is honored:\n"
152msgstr ""
153"\n"
154"测试是否支持非写文件描述符上的fsync:\n"
155
156#: pg_test_fsync.c:493
157#, c-format
158msgid ""
159"(If the times are similar, fsync() can sync data written on a different\n"
160"descriptor.)\n"
161msgstr "(如果时间相似,fsync()可以同步写在不同描述符上的数据.)\n"
162
163#: pg_test_fsync.c:558
164#, c-format
165msgid ""
166"\n"
167"Non-sync'ed %dkB writes:\n"
168msgstr ""
169"\n"
170"不同步的写入 %dkB :\n"
171
172