~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to po/zh_CN.po

  • Committer: patrick crews
  • Date: 2011-08-30 18:18:00 UTC
  • Revision ID: gleebix@gmail.com-20110830181800-uatlaifabgqygk2j
2011.08.25 tarball release

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
msgstr ""
8
8
"Project-Id-Version: drizzle\n"
9
9
"Report-Msgid-Bugs-To: \n"
10
 
"POT-Creation-Date: 2011-08-16 18:42+0000\n"
 
10
"POT-Creation-Date: 2011-08-30 12:15-0400\n"
11
11
"PO-Revision-Date: 2011-05-14 10:23+0000\n"
12
12
"Last-Translator: Wei Fan <Unknown>\n"
13
13
"Language-Team: Simplified Chinese <zh_CN@li.org>\n"
 
14
"Language: \n"
14
15
"MIME-Version: 1.0\n"
15
16
"Content-Type: text/plain; charset=UTF-8\n"
16
17
"Content-Transfer-Encoding: 8bit\n"
17
 
"Language: \n"
18
18
"Plural-Forms: nplurals=1; plural=0;\n"
19
19
"X-Launchpad-Export-Date: 2011-05-15 04:39+0000\n"
20
20
"X-Generator: Launchpad (build 12959)\n"
520
520
 
521
521
#: ../client/drizzle.cc:1709 ../client/drizzledump.cc:658
522
522
#: ../client/drizzleimport.cc:471 ../client/drizzleslap.cc:619
523
 
#: ../client/drizzletest.cc:5103
 
523
#: ../client/drizzletest.cc:5095
524
524
msgid "Error: Unknown protocol"
525
525
msgstr ""
526
526
 
864
864
"(One can force an UPDATE/DELETE by adding LIMIT # at the end of the "
865
865
"command.)\n"
866
866
" SELECT has an automatic 'LIMIT %lu' if LIMIT is not used.\n"
867
 
"             Max number of examined row combination in a join is set to: %"
868
 
"lu\n"
 
867
"             Max number of examined row combination in a join is set to: "
 
868
"%lu\n"
869
869
"\n"
870
870
msgstr ""
871
871
 
1199
1199
msgstr ""
1200
1200
 
1201
1201
#: ../client/drizzledump.cc:671 ../client/drizzleimport.cc:484
1202
 
#: ../client/drizzleslap.cc:629 ../client/drizzletest.cc:5115
 
1202
#: ../client/drizzleslap.cc:629 ../client/drizzletest.cc:5107
1203
1203
#, c-format
1204
1204
msgid "Value supplied for port is not valid.\n"
1205
1205
msgstr ""
1273
1273
msgid "Unable to fully write %<PRIu64> bytes. Could only write %<PRId64>."
1274
1274
msgstr ""
1275
1275
 
1276
 
#: ../client/drizzletest.cc:4874
 
1276
#: ../client/drizzletest.cc:4866
1277
1277
msgid "Error: Invalid Value for opt_max_connect_retries"
1278
1278
msgstr ""
1279
1279
 
1280
 
#: ../client/drizzletest.cc:4884
 
1280
#: ../client/drizzletest.cc:4876
1281
1281
msgid "Error: Invalid Value for opt_tail_lines"
1282
1282
msgstr ""
1283
1283
 
1284
 
#: ../client/drizzletest.cc:4894
 
1284
#: ../client/drizzletest.cc:4886
1285
1285
msgid "Error: Invalid Value for opt_sleep"
1286
1286
msgstr ""
1287
1287
 
1288
 
#: ../client/drizzletest.cc:5073
 
1288
#: ../client/drizzletest.cc:5065
1289
1289
#, c-format
1290
1290
msgid "Could not open '%s' for reading: errno = %d"
1291
1291
msgstr ""
3181
3181
#: ../drizzled/error.cc:523
3182
3182
#, c-format
3183
3183
msgid ""
3184
 
"Upholding foreign key constraints for table '%.192s', entry '%-.192s', key %"
3185
 
"d would lead to a duplicate entry"
 
3184
"Upholding foreign key constraints for table '%.192s', entry '%-.192s', key "
 
3185
"%d would lead to a duplicate entry"
3186
3186
msgstr ""
3187
3187
 
3188
3188
#: ../drizzled/error.cc:524
3477
3477
msgid "The UUID was not created with a valid time"
3478
3478
msgstr ""
3479
3479
 
 
3480
#. For IPV6 type
 
3481
#: ../drizzled/error.cc:602
 
3482
msgid "Received an invalid IPV6 value"
 
3483
msgstr ""
 
3484
 
3480
3485
#. For BOOL type
3481
 
#: ../drizzled/error.cc:602
 
3486
#: ../drizzled/error.cc:605
3482
3487
#, c-format
3483
3488
msgid "Received an invalid BOOLEAN value '%s'."
3484
3489
msgstr ""
3485
3490
 
3486
 
#: ../drizzled/error.cc:603
 
3491
#: ../drizzled/error.cc:606
3487
3492
#, c-format
3488
3493
msgid "Invalid cast to BOOLEAN: '%s'."
3489
3494
msgstr ""
3490
3495
 
3491
3496
#. Transactional DDL
3492
 
#: ../drizzled/error.cc:606
 
3497
#: ../drizzled/error.cc:609
3493
3498
msgid "Transactional DDL not supported"
3494
3499
msgstr ""
3495
3500
 
3496
3501
#. ASSERT Message
3497
 
#: ../drizzled/error.cc:608
 
3502
#: ../drizzled/error.cc:611
3498
3503
#, c-format
3499
3504
msgid "Assertion '%s' failed."
3500
3505
msgstr ""
3501
3506
 
3502
 
#: ../drizzled/error.cc:609
 
3507
#: ../drizzled/error.cc:612
3503
3508
#, c-format
3504
3509
msgid "Assertion '%s' failed, the result was NULL."
3505
3510
msgstr ""
3506
3511
 
3507
3512
#. Catalog related errors
3508
 
#: ../drizzled/error.cc:627
 
3513
#: ../drizzled/error.cc:630
3509
3514
#, c-format
3510
3515
msgid "Cannot create catalog '%s'."
3511
3516
msgstr ""
3512
3517
 
3513
 
#: ../drizzled/error.cc:628
 
3518
#: ../drizzled/error.cc:631
3514
3519
#, c-format
3515
3520
msgid "Permission is denied to create '%s' catalog."
3516
3521
msgstr ""
3517
3522
 
3518
 
#: ../drizzled/error.cc:629
 
3523
#: ../drizzled/error.cc:632
3519
3524
#, c-format
3520
3525
msgid "Cannot drop catalog '%s'."
3521
3526
msgstr ""
3522
3527
 
3523
 
#: ../drizzled/error.cc:630
 
3528
#: ../drizzled/error.cc:633
3524
3529
#, c-format
3525
3530
msgid "Permission is denied to drop '%s' catalog."
3526
3531
msgstr ""
3527
3532
 
3528
 
#: ../drizzled/error.cc:631
 
3533
#: ../drizzled/error.cc:634
3529
3534
#, c-format
3530
3535
msgid "Catalog '%s' does not exist."
3531
3536
msgstr ""
3532
3537
 
3533
 
#: ../drizzled/error.cc:632
 
3538
#: ../drizzled/error.cc:635
3534
3539
msgid "You cannot drop the 'local' catalog."
3535
3540
msgstr ""
3536
3541
 
3537
 
#: ../drizzled/error.cc:633
 
3542
#: ../drizzled/error.cc:636
3538
3543
#, c-format
3539
3544
msgid "Could not gain lock on '%s'."
3540
3545
msgstr ""
3541
3546
 
3542
 
#: ../drizzled/error.cc:634
 
3547
#: ../drizzled/error.cc:637
3543
3548
#, c-format
3544
3549
msgid "Corrupt or invalid catalog definition for '%s' : '%s'."
3545
3550
msgstr ""
3546
3551
 
3547
 
#: ../drizzled/error.cc:635
 
3552
#: ../drizzled/error.cc:638
3548
3553
msgid "Invalid catalog name."
3549
3554
msgstr ""
3550
3555
 
3551
 
#: ../drizzled/error.cc:636
 
3556
#: ../drizzled/error.cc:639
3552
3557
msgid ""
3553
3558
"Engine status is now stored in the data_dictionary tables, please use these "
3554
3559
"instead."
3555
3560
msgstr ""
3556
3561
 
3557
 
#: ../drizzled/error.cc:637
 
3562
#: ../drizzled/error.cc:640
3558
3563
msgid "There is already a transaction in progress"
3559
3564
msgstr ""
3560
3565
 
3561
 
#: ../drizzled/error.cc:638
 
3566
#: ../drizzled/error.cc:641
3562
3567
#, fuzzy
3563
3568
msgid "No lock is held by this connection."
3564
3569
msgstr "供连接用的 Socket 文件。"
3569
3574
"be able to generate a core file on signals"
3570
3575
msgstr ""
3571
3576
 
3572
 
#: ../drizzled/main.cc:356 ../plugin/multi_thread/multi_thread.cc:76
 
3577
#: ../drizzled/main.cc:358 ../plugin/multi_thread/multi_thread.cc:76
3573
3578
msgid "Drizzle has receieved an abort event."
3574
3579
msgstr ""
3575
3580
 
3576
 
#: ../drizzled/main.cc:357 ../plugin/multi_thread/multi_thread.cc:77
 
3581
#: ../drizzled/main.cc:359 ../plugin/multi_thread/multi_thread.cc:77
3577
3582
msgid "In Function: "
3578
3583
msgstr ""
3579
3584
 
3580
 
#: ../drizzled/main.cc:358 ../plugin/multi_thread/multi_thread.cc:78
 
3585
#: ../drizzled/main.cc:360 ../plugin/multi_thread/multi_thread.cc:78
3581
3586
msgid "In File: "
3582
3587
msgstr ""
3583
3588
 
3584
 
#: ../drizzled/main.cc:359 ../plugin/multi_thread/multi_thread.cc:79
 
3589
#: ../drizzled/main.cc:361 ../plugin/multi_thread/multi_thread.cc:79
3585
3590
msgid "On Line: "
3586
3591
msgstr ""
3587
3592
 
3614
3619
msgid "Plugin '%s' init function returned error.\n"
3615
3620
msgstr ""
3616
3621
 
3617
 
#: ../drizzled/module/loader.cc:381
 
3622
#: ../drizzled/module/loader.cc:379
3618
3623
#, c-format
3619
3624
msgid "Couldn't load plugin library named '%s'.\n"
3620
3625
msgstr ""
3621
3626
 
3622
 
#: ../drizzled/module/loader.cc:391
 
3627
#: ../drizzled/module/loader.cc:389
3623
3628
#, c-format
3624
3629
msgid "Couldn't load plugin named '%s'.\n"
3625
3630
msgstr ""
3824
3829
"We have deactivated the TransactionApplier '%s'.\n"
3825
3830
msgstr ""
3826
3831
 
3827
 
#: ../drizzled/session.cc:1863 ../drizzled/session.cc:1872
 
3832
#: ../drizzled/session.cc:1851 ../drizzled/session.cc:1860
3828
3833
#, c-format
3829
3834
msgid "Could not remove temporary table: '%s', error: %d"
3830
3835
msgstr ""
3876
3881
"\n"
3877
3882
msgstr ""
3878
3883
 
3879
 
#: ../drizzled/sql_table.cc:1882
 
3884
#: ../drizzled/sql_table.cc:1869
3880
3885
#, c-format
3881
3886
msgid "Unknown - internal error %d during operation"
3882
3887
msgstr ""
3883
3888
 
3884
 
#: ../drizzled/statement/alter_table.cc:1589
 
3889
#: ../drizzled/statement/alter_table.cc:1575
3885
3890
#, c-format
3886
3891
msgid ""
3887
3892
"order_st BY ignored because there is a user-defined clustered index in the "
3907
3912
msgid "Got error %d when reading table '%s'"
3908
3913
msgstr ""
3909
3914
 
3910
 
#: ../drizzled/table/instance/base.cc:1810
 
3915
#: ../drizzled/table/instance/base.cc:1794
3911
3916
#, c-format
3912
3917
msgid "Unknown collation '%s' in table '%-.64s' definition"
3913
3918
msgstr ""
3914
3919
 
3915
 
#: ../drizzled/table/instance/base.cc:1817
 
3920
#: ../drizzled/table/instance/base.cc:1799
3916
3921
#, c-format
3917
3922
msgid ""
3918
3923
"Table '%-.64s' was created with a different version of Drizzle and cannot be "
4016
4021
msgid "Default schema to use."
4017
4022
msgstr "要使用的数据库。"
4018
4023
 
4019
 
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:89
 
4024
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:88
4020
4025
#, fuzzy
4021
4026
msgid ""
4022
4027
"Port number to use for connection or 0 for default to with Drizzle/MySQL "
4023
4028
"protocol."
4024
4029
msgstr "用以连接的端口号或者设置0使用MySQL协议"
4025
4030
 
4026
 
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:92
4027
 
#: ../plugin/mysql_protocol/mysql_protocol.cc:927
 
4031
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:91
 
4032
#: ../plugin/mysql_protocol/mysql_protocol.cc:930
4028
4033
msgid "Connect Timeout."
4029
4034
msgstr ""
4030
4035
 
4031
 
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:95
4032
 
#: ../plugin/mysql_protocol/mysql_protocol.cc:930
 
4036
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:94
 
4037
#: ../plugin/mysql_protocol/mysql_protocol.cc:933
4033
4038
msgid "Read Timeout."
4034
4039
msgstr ""
4035
4040
 
4036
 
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:98
4037
 
#: ../plugin/mysql_protocol/mysql_protocol.cc:933
 
4041
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:97
 
4042
#: ../plugin/mysql_protocol/mysql_protocol.cc:936
4038
4043
msgid "Write Timeout."
4039
4044
msgstr ""
4040
4045
 
4041
 
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:101
4042
 
#: ../plugin/mysql_protocol/mysql_protocol.cc:936
 
4046
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:100
 
4047
#: ../plugin/mysql_protocol/mysql_protocol.cc:939
4043
4048
msgid "Retry Count."
4044
4049
msgstr ""
4045
4050
 
4046
 
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:104
4047
 
#: ../plugin/mysql_protocol/mysql_protocol.cc:939
 
4051
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:103
 
4052
#: ../plugin/mysql_protocol/mysql_protocol.cc:942
4048
4053
msgid "Buffer length."
4049
4054
msgstr ""
4050
4055
 
4051
 
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:107
4052
 
#: ../plugin/mysql_protocol/mysql_protocol.cc:942
 
4056
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:106
 
4057
#: ../plugin/mysql_protocol/mysql_protocol.cc:945
4053
4058
msgid "Address to bind to."
4054
4059
msgstr ""
4055
4060
 
4056
 
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:110
4057
 
#: ../plugin/mysql_protocol/mysql_protocol.cc:945
4058
 
#: ../plugin/mysql_unix_socket_protocol/protocol.cc:163
 
4061
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:109
 
4062
#: ../plugin/mysql_protocol/mysql_protocol.cc:948
 
4063
#: ../plugin/mysql_unix_socket_protocol/protocol.cc:162
4059
4064
msgid "Maximum simultaneous connections."
4060
4065
msgstr ""
4061
4066
 
4129
4134
"or its equivalent numeric id"
4130
4135
msgstr ""
4131
4136
 
4132
 
#: ../plugin/innobase/handler/ha_innodb.cc:9448
 
4137
#: ../plugin/innobase/handler/ha_innodb.cc:9450
4133
4138
msgid "Do not use Native AIO library for IO, even if available"
4134
4139
msgstr ""
4135
4140
 
4136
 
#: ../plugin/innobase/handler/ha_innodb.cc:9489
 
4141
#: ../plugin/innobase/handler/ha_innodb.cc:9491
4137
4142
msgid "Enable internal replication log."
4138
4143
msgstr ""
4139
4144
 
4140
 
#: ../plugin/innobase/handler/ha_innodb.cc:9492
 
4145
#: ../plugin/innobase/handler/ha_innodb.cc:9494
4141
4146
msgid ""
4142
4147
"Timeout in seconds an InnoDB transaction may wait for a lock before being "
4143
4148
"rolled back. Values above 100000000 disable the timeout."
4144
4149
msgstr ""
4145
4150
 
4146
 
#: ../plugin/innobase/handler/ha_innodb.cc:9495
 
4151
#: ../plugin/innobase/handler/ha_innodb.cc:9497
4147
4152
msgid "Percentage of the buffer pool to reserve for 'old' blocks."
4148
4153
msgstr ""
4149
4154
 
4150
 
#: ../plugin/innobase/handler/ha_innodb.cc:9498
 
4155
#: ../plugin/innobase/handler/ha_innodb.cc:9500
4151
4156
msgid ""
4152
4157
"ove blocks to the 'new' end of the buffer pool if the first access was at "
4153
4158
"least this many milliseconds ago. The timeout is disabled if 0 (the default)."
4443
4448
"Path to special datafile for doublewrite buffer. (default is : not used)"
4444
4449
msgstr ""
4445
4450
 
4446
 
#: ../plugin/json_server/json_server.cc:363
 
4451
#: ../plugin/json_server/json_server.cc:359
4447
4452
#, fuzzy
4448
4453
msgid "Port number to use for connection or 0 for default (port 8086) "
4449
4454
msgstr "用以连接的端口号或者设置0使用MySQL协议"
4569
4574
msgid "Maximum number of user threads available."
4570
4575
msgstr ""
4571
4576
 
4572
 
#: ../plugin/myisam/ha_myisam.cc:540
 
4577
#: ../plugin/myisam/ha_myisam.cc:537
4573
4578
#, c-format
4574
4579
msgid "Got an error from thread_id=%<PRIu64>, %s:%d"
4575
4580
msgstr ""
4576
4581
 
4577
 
#: ../plugin/myisam/ha_myisam.cc:546
 
4582
#: ../plugin/myisam/ha_myisam.cc:543
4578
4583
#, c-format
4579
4584
msgid "Got an error from unknown thread, %s:%d"
4580
4585
msgstr ""
4581
4586
 
4582
 
#: ../plugin/myisam/ha_myisam.cc:555
 
4587
#: ../plugin/myisam/ha_myisam.cc:552
4583
4588
msgid "Unknown thread accessing table"
4584
4589
msgstr ""
4585
4590
 
4586
 
#: ../plugin/myisam/ha_myisam.cc:1519
 
4591
#: ../plugin/myisam/ha_myisam.cc:1516
4587
4592
msgid ""
4588
4593
"Don't use the fast sort index method to created index if the temporary file "
4589
4594
"would get bigger than this."
4590
4595
msgstr ""
4591
4596
 
4592
 
#: ../plugin/myisam/ha_myisam.cc:1522
 
4597
#: ../plugin/myisam/ha_myisam.cc:1519
4593
4598
msgid ""
4594
4599
"The buffer that is allocated when sorting the index when doing a REPAIR or "
4595
4600
"when creating indexes with CREATE INDEX or ALTER TABLE."
4834
4839
msgid "Tablespace not empty"
4835
4840
msgstr "表非空"
4836
4841
 
4837
 
#: ../plugin/mysql_protocol/mysql_protocol.cc:923
 
4842
#: ../plugin/mysql_protocol/mysql_protocol.cc:926
4838
4843
msgid ""
4839
4844
"Port number to use for connection or 0 for default to with MySQL protocol."
4840
4845
msgstr "用以连接的端口号或者设置0使用MySQL协议"
4841
4846
 
4842
 
#: ../plugin/mysql_unix_socket_protocol/protocol.cc:79
 
4847
#: ../plugin/mysql_unix_socket_protocol/protocol.cc:78
4843
4848
msgid ""
4844
4849
" exists already. Do you have another Drizzle or MySQL running? Or perhaps "
4845
4850
"the file is stale and should be removed?"
4846
4851
msgstr ""
4847
4852
 
4848
 
#: ../plugin/mysql_unix_socket_protocol/protocol.cc:140
 
4853
#: ../plugin/mysql_unix_socket_protocol/protocol.cc:139
4849
4854
#, c-format
4850
4855
msgid "Listening on %s"
4851
4856
msgstr ""
4852
4857
 
4853
 
#: ../plugin/mysql_unix_socket_protocol/protocol.cc:158
 
4858
#: ../plugin/mysql_unix_socket_protocol/protocol.cc:157
4854
4859
#, fuzzy
4855
4860
msgid "Path used for MySQL UNIX Socket Protocol."
4856
4861
msgstr "使用 MySQL 协议"
4857
4862
 
4858
 
#: ../plugin/mysql_unix_socket_protocol/protocol.cc:160
 
4863
#: ../plugin/mysql_unix_socket_protocol/protocol.cc:159
4859
4864
msgid "Clobber socket file if one is there already."
4860
4865
msgstr ""
4861
4866