Warning, /libraries/kdb/poqm/zh_CN/kdb_qt.po is written in an unsupported language. File is not indexed.

0001 msgid ""
0002 msgstr ""
0003 "Project-Id-Version: kdeorg\n"
0004 "PO-Revision-Date: 2024-02-05 11:40\n"
0005 "Language-Team: Chinese Simplified\n"
0006 "Language: zh_CN\n"
0007 "MIME-Version: 1.0\n"
0008 "Content-Type: text/plain; charset=UTF-8\n"
0009 "Content-Transfer-Encoding: 8bit\n"
0010 "X-Qt-Contexts: true\n"
0011 "Plural-Forms: nplurals=1; plural=0;\n"
0012 "X-Crowdin-Project: kdeorg\n"
0013 "X-Crowdin-Project-ID: 269464\n"
0014 "X-Crowdin-Language: zh-CN\n"
0015 "X-Crowdin-File: /kf5-trunk/messages/kdb/kdb_qt.pot\n"
0016 "X-Crowdin-File-ID: 6329\n"
0017 
0018 #: expression/KDbBinaryExpression.cpp:64
0019 msgctxt "KDbBinaryExpressionData|"
0020 msgid "Incompatible types of arguments"
0021 msgstr "参数类型不兼容"
0022 
0023 #: expression/KDbBinaryExpression.cpp:66
0024 #, qt-format
0025 msgctxt "KDbBinaryExpressionData|Binary expression arguments type error"
0026 msgid ""
0027 "Expression \"%1\" requires compatible types of arguments. Specified "
0028 "arguments are of type %2 and %3."
0029 msgstr "表达式 “%1” 需要类型兼容的参数。指定的参数类型为 %2 和 %3。"
0030 
0031 #: expression/KDbFunctionExpression.cpp:213
0032 #, qt-format
0033 msgctxt "MinMaxFunctionDeclaration|"
0034 msgid "Incompatible types in %1() function"
0035 msgstr "在 %1() 函数中类型不兼容"
0036 
0037 #: expression/KDbFunctionExpression.cpp:215
0038 #, qt-format
0039 msgctxt "MinMaxFunctionDeclaration|"
0040 msgid ""
0041 "Argument #%1 of type \"%2\" in function %3() is not compatible with previous "
0042 "arguments of type \"%4\"."
0043 msgstr "函数 %3() 中类型为 “%2” 的参数 #%1 与之前的类型为 “%4” 的参数不兼容。"
0044 
0045 #: expression/KDbFunctionExpression.cpp:298
0046 #, qt-format
0047 msgctxt "RandomFunctionDeclaration|"
0048 msgid "Invalid arguments of %1() function"
0049 msgstr "%1() 函数的参数无效"
0050 
0051 #: expression/KDbFunctionExpression.cpp:300
0052 msgctxt "RandomFunctionDeclaration|"
0053 msgid ""
0054 "Value of the first argument should be less than value of the second argument."
0055 msgstr "第一个参数的值应小于第二个参数。"
0056 
0057 #: expression/KDbFunctionExpression.cpp:940
0058 #: expression/KDbFunctionExpression.cpp:1191
0059 #, qt-format
0060 msgctxt "KDbFunctionExpressionData|"
0061 msgid "Incorrect number of arguments (%1)"
0062 msgstr "参数数量错误 (%1)"
0063 
0064 #: expression/KDbFunctionExpression.cpp:945
0065 #, qt-format
0066 msgctxt "KDbFunctionExpressionData|don't use space before %1"
0067 msgid "Too many arguments.%1"
0068 msgstr "参数过多。%1"
0069 
0070 #: expression/KDbFunctionExpression.cpp:949
0071 #, qt-format
0072 msgctxt "KDbFunctionExpressionData|don't use space before %1"
0073 msgid "Too few arguments.%1"
0074 msgstr "参数过少。%1"
0075 
0076 #: expression/KDbFunctionExpression.cpp:956
0077 #, qt-format
0078 msgctxt "KDbFunctionExpressionData|"
0079 msgid "%1%2() function does not accept any arguments."
0080 msgstr "%1%2() 函数不接受任何参数。"
0081 
0082 #: expression/KDbFunctionExpression.cpp:961
0083 #, qt-format
0084 msgctxt "KDbFunctionExpressionData|"
0085 msgid "%1%2() function requires 1 argument."
0086 msgstr "%1%2() 函数需要一个参数。"
0087 
0088 #: expression/KDbFunctionExpression.cpp:968
0089 #: expression/KDbFunctionExpression.cpp:1007
0090 #, qt-format
0091 msgctxt "KDbFunctionExpressionData|"
0092 msgid "%1%2() function requires %3 argument(s)."
0093 msgid_plural "%1%2() function requires %3 argument(s)."
0094 msgstr[0] "%1%2() 函数需要 %3 个参数。"
0095 
0096 #: expression/KDbFunctionExpression.cpp:977
0097 #, qt-format
0098 msgctxt "KDbFunctionExpressionData|the function requires zero or one argument"
0099 msgid "%1%2() function requires 0 or 1 argument."
0100 msgstr "%1%2() 函数需要一个或两个参数。"
0101 
0102 #: expression/KDbFunctionExpression.cpp:985
0103 #, qt-format
0104 msgctxt "KDbFunctionExpressionData|"
0105 msgid "%1%2() function requires %3 or %4 argument(s)."
0106 msgid_plural "%1%2() function requires %3 or %4 argument(s)."
0107 msgstr[0] "%1%2() 函数需要 %3 或 %4 个参数。"
0108 
0109 #: expression/KDbFunctionExpression.cpp:993
0110 #, qt-format
0111 msgctxt "KDbFunctionExpressionData|"
0112 msgid "%1%2() function requires %3 or %4 or %5 argument(s)."
0113 msgid_plural "%1%2() function requires %3 or %4 or %5 argument(s)."
0114 msgstr[0] "%1%2() 函数需要 %3 或 %4 或 %5 个参数。"
0115 
0116 #: expression/KDbFunctionExpression.cpp:1003
0117 #, qt-format
0118 msgctxt "KDbFunctionExpressionData|"
0119 msgid "%1 or %2"
0120 msgstr "%1 或 %2"
0121 
0122 #: expression/KDbFunctionExpression.cpp:1021
0123 msgctxt "KDbFunctionExpressionData|"
0124 msgid " or "
0125 msgstr " 或者 "
0126 
0127 #: expression/KDbFunctionExpression.cpp:1025
0128 #: expression/KDbFunctionExpression.cpp:1029
0129 #: expression/KDbFunctionExpression.cpp:1033
0130 #: expression/KDbFunctionExpression.cpp:1037
0131 #: expression/KDbFunctionExpression.cpp:1041
0132 #, qt-format
0133 msgctxt "KDbFunctionExpressionData|"
0134 msgid "\"%1\""
0135 msgstr "\"%1\""
0136 
0137 #: expression/KDbFunctionExpression.cpp:1046
0138 msgctxt "KDbFunctionExpressionData|"
0139 msgid "\"Number\""
0140 msgstr "“数字”"
0141 
0142 #: expression/KDbFunctionExpression.cpp:1049
0143 msgctxt "KDbFunctionExpressionData|Any data type"
0144 msgid "\"Any\""
0145 msgstr "“任意”"
0146 
0147 #: expression/KDbFunctionExpression.cpp:1053
0148 msgctxt "KDbFunctionExpressionData|"
0149 msgid "Incorrect type of argument"
0150 msgstr "参数类型错误"
0151 
0152 #: expression/KDbFunctionExpression.cpp:1055
0153 #, qt-format
0154 msgctxt "KDbFunctionExpressionData|"
0155 msgid "Specified argument is of type \"%1\"."
0156 msgstr "指定的参数类型为 “%1”。"
0157 
0158 #: expression/KDbFunctionExpression.cpp:1059
0159 #, qt-format
0160 msgctxt "KDbFunctionExpressionData|"
0161 msgid "%1() function's first argument should be of type %2. %3"
0162 msgstr "%1() 函数的第一个参数类型应为 %2。%3"
0163 
0164 #: expression/KDbFunctionExpression.cpp:1064
0165 #, qt-format
0166 msgctxt "KDbFunctionExpressionData|"
0167 msgid "%1() function's second argument should be of type %2. %3"
0168 msgstr "%1() 函数的第二个参数类型应为 %2。%3"
0169 
0170 #: expression/KDbFunctionExpression.cpp:1069
0171 #, qt-format
0172 msgctxt "KDbFunctionExpressionData|"
0173 msgid "%1() function's third argument should be of type %2. %3"
0174 msgstr "%1() 函数的第三个参数类型应为 %2。%3"
0175 
0176 #: expression/KDbFunctionExpression.cpp:1074
0177 #, qt-format
0178 msgctxt "KDbFunctionExpressionData|"
0179 msgid "%1() function's fourth argument should be of type %2. %3"
0180 msgstr "%1() 函数的第四个参数类型应为 %2。%3"
0181 
0182 #: expression/KDbFunctionExpression.cpp:1079
0183 #, qt-format
0184 msgctxt "KDbFunctionExpressionData|"
0185 msgid "%1() function's fifth argument should be of type %2. %3"
0186 msgstr "%1() 函数的第五个参数类型应为 %2。%3"
0187 
0188 #: expression/KDbFunctionExpression.cpp:1084
0189 #, qt-format
0190 msgctxt "KDbFunctionExpressionData|"
0191 msgid "%1() function's %2 argument should be of type %3. %4"
0192 msgstr "%1() 函数的第 %2 个参数类型应为 %3。%4"
0193 
0194 #: expression/KDbFunctionExpression.cpp:1144
0195 msgctxt "KDbFunctionExpressionData|"
0196 msgid "Too many arguments for function."
0197 msgstr "函数参数过多。"
0198 
0199 #: expression/KDbFunctionExpression.cpp:1146
0200 #, qt-format
0201 msgctxt "KDbFunctionExpressionData|"
0202 msgid "Maximum number of arguments for function %1() is %2."
0203 msgstr "函数 %1() 的参数最多为 %2 个。"
0204 
0205 #: expression/KDbFunctionExpression.cpp:1194
0206 #, qt-format
0207 msgctxt "KDbFunctionExpressionData|"
0208 msgid "Too few arguments. %1() function requires at least one argument."
0209 msgstr "参数过少。%1() 函数需要至少一个参数。"
0210 
0211 #: expression/KDbFunctionExpression.cpp:1199
0212 #, qt-format
0213 msgctxt "KDbFunctionExpressionData|"
0214 msgid "Too few arguments. %1() function requires at least two arguments."
0215 msgstr "参数过少。%1() 函数需要至少两个参数。"
0216 
0217 #: expression/KDbFunctionExpression.cpp:1204
0218 #, qt-format
0219 msgctxt "KDbFunctionExpressionData|"
0220 msgid "Too few arguments. %1() function requires at least three arguments."
0221 msgstr "参数过少。%1() 函数需要至少三个参数。"
0222 
0223 #: expression/KDbFunctionExpression.cpp:1209
0224 #, qt-format
0225 msgctxt "KDbFunctionExpressionData|"
0226 msgid "Too few arguments. %1() function requires at least %2 arguments."
0227 msgstr "参数过少。%1() 函数需要至少 %2 个参数。"
0228 
0229 #: expression/KDbNArgExpression.cpp:70
0230 msgctxt "KDbNArgExpressionData|"
0231 msgid "Three arguments required"
0232 msgstr "需要三个参数"
0233 
0234 #: expression/KDbNArgExpression.cpp:72
0235 #, qt-format
0236 msgctxt "KDbNArgExpressionData|BETWEEN..AND error"
0237 msgid "%1 operator requires exactly three arguments."
0238 msgstr "%1 操作符需要恰好三个参数。"
0239 
0240 #: expression/KDbNArgExpression.cpp:98
0241 msgctxt "KDbNArgExpressionData|"
0242 msgid "Incompatible types of arguments"
0243 msgstr "参数类型不兼容"
0244 
0245 #: expression/KDbNArgExpression.cpp:100
0246 #, qt-format
0247 msgctxt "KDbNArgExpressionData|BETWEEN..AND arguments type error"
0248 msgid ""
0249 "Operator \"%1\" requires compatible types of arguments. Specified arguments "
0250 "are of type %2, %3, %4."
0251 msgstr "操作符 \"%1\" 需要类型兼容的参数。指定的参数类型为 %2,%3 及 %4。"
0252 
0253 #: expression/KDbVariableExpression.cpp:133
0254 msgctxt "KDbVariableExpressionData|"
0255 msgid "Ambiguous field name"
0256 msgstr "不明确的字段名"
0257 
0258 #: expression/KDbVariableExpression.cpp:135
0259 #, qt-format
0260 msgctxt "KDbVariableExpressionData|Note: translate also <tableName>"
0261 msgid ""
0262 "Both table \"%1\" and \"%2\" have defined \"%3\" field. Use \"<tableName>."
0263 "%4\" notation to specify table name."
0264 msgstr ""
0265 "表 \"%1\" 和 \"%2\" 均定义了 \"%3\" 字段。使用 \"<tableName>.%4\" 格式来指定"
0266 "一个表名。"
0267 
0268 #: expression/KDbVariableExpression.cpp:145
0269 #: expression/KDbVariableExpression.cpp:222
0270 msgctxt "KDbVariableExpressionData|"
0271 msgid "Field not found"
0272 msgstr "字段未找到"
0273 
0274 #: expression/KDbVariableExpression.cpp:147
0275 #, qt-format
0276 msgctxt "KDbVariableExpressionData|"
0277 msgid "Could not find table containing field \"%1\"."
0278 msgstr "无法找到包含字段 \"%1\" 的表。"
0279 
0280 #: expression/KDbVariableExpression.cpp:172
0281 msgctxt "KDbVariableExpressionData|"
0282 msgid "Could not access the table directly using its name"
0283 msgstr "无法用名字直接访问表"
0284 
0285 #: expression/KDbVariableExpression.cpp:174
0286 #, qt-format
0287 msgctxt "KDbVariableExpressionData|"
0288 msgid ""
0289 "Table name \"%1\" is covered by aliases. Instead of \"%2\", \"%3\" can be "
0290 "used."
0291 msgstr "表名\"%1\" 被别名所覆盖。可以使用 \"%3\",而不用 \"%2\"。"
0292 
0293 #: expression/KDbVariableExpression.cpp:196
0294 msgctxt "KDbVariableExpressionData|"
0295 msgid "Table not found"
0296 msgstr "表格未找到"
0297 
0298 #: expression/KDbVariableExpression.cpp:197
0299 #, qt-format
0300 msgctxt "KDbVariableExpressionData|"
0301 msgid "Unknown table \"%1\"."
0302 msgstr "未知表 \"%1\"。"
0303 
0304 #: expression/KDbVariableExpression.cpp:211
0305 #, qt-format
0306 msgctxt "KDbVariableExpressionData|"
0307 msgid "Ambiguous \"%1.*\" expression"
0308 msgstr "模糊的 \"%1.*\" 表达式"
0309 
0310 #: expression/KDbVariableExpression.cpp:212
0311 #, qt-format
0312 msgctxt "KDbVariableExpressionData|"
0313 msgid "More than one \"%1\" table or alias defined."
0314 msgstr "定义了超过一个的 \"%1\" 表或者别名。"
0315 
0316 #: expression/KDbVariableExpression.cpp:224
0317 #, qt-format
0318 msgctxt "KDbVariableExpressionData|"
0319 msgid "Table \"%1\" has no \"%2\" field."
0320 msgstr "表 \"%1\" 没有 \"%2\" 字段。"
0321 
0322 #: expression/KDbVariableExpression.cpp:231
0323 #, qt-format
0324 msgctxt "KDbVariableExpressionData|"
0325 msgid "Ambiguous \"%1.%2\" expression"
0326 msgstr "模糊的 \"%1.%2\" 表达式"
0327 
0328 #: expression/KDbVariableExpression.cpp:233
0329 #, qt-format
0330 msgctxt "KDbVariableExpressionData|"
0331 msgid "More than one \"%1\" table or alias defined containing \"%2\" field."
0332 msgstr "不止一个 \"%1\" 表或别名定义了 \"%2\" 字段。"
0333 
0334 #: KDb.cpp:179
0335 msgctxt "ConnectionTestDialog|Dialog's title: testing database connection"
0336 msgid "Test Connection"
0337 msgstr "测试连接"
0338 
0339 #: KDb.cpp:180
0340 #, qt-format
0341 msgctxt "ConnectionTestDialog|"
0342 msgid "Testing connection to \"%1\" database server..."
0343 msgstr "测试到 \"%1\" 数据库服务器的连接..."
0344 
0345 #: KDb.cpp:227
0346 #, qt-format
0347 msgctxt "ConnectionTestDialog|"
0348 msgid "Test connection to \"%1\" database server failed."
0349 msgstr "到数据库服务器 \"%1\" 的测试连接失败了。"
0350 
0351 #: KDb.cpp:238
0352 #, qt-format
0353 msgctxt "ConnectionTestDialog|"
0354 msgid ""
0355 "Test connection to \"%1\" database server failed. The server is not "
0356 "responding."
0357 msgstr "到 “%1“ 数据库服务器的测试连接失败了。服务器未响应。"
0358 
0359 #: KDb.cpp:244
0360 #, qt-format
0361 msgctxt "ConnectionTestDialog|"
0362 msgid "Test connection to \"%1\" database server established successfully."
0363 msgstr "成功建立到 “%1“ 数据库服务器的测试连接。"
0364 
0365 #: KDb.cpp:249
0366 msgctxt "ConnectionTestDialog|"
0367 msgid "Test Connection"
0368 msgstr "测试连接"
0369 
0370 #: KDb.cpp:528
0371 msgctxt "KDb|"
0372 msgid "Message from server:"
0373 msgstr "服务器消息:"
0374 
0375 #: KDb.cpp:531
0376 msgctxt "KDb|"
0377 msgid "SQL statement:"
0378 msgstr "SQL 语句:"
0379 
0380 #: KDb.cpp:546
0381 msgctxt "KDb|"
0382 msgid "Server result code:"
0383 msgstr "服务器返回值:"
0384 
0385 #: KDb.cpp:554
0386 msgctxt "KDb|"
0387 msgid "Server result:"
0388 msgstr "服务器返回结果:"
0389 
0390 #: KDb.cpp:1954
0391 msgctxt "KDbField|"
0392 msgid "Number"
0393 msgstr "数量"
0394 
0395 #: KDb.cpp:1957
0396 msgctxt "KDbField|"
0397 msgid "Image"
0398 msgstr "图片"
0399 
0400 #: KDb.cpp:2193
0401 #, qt-format
0402 msgctxt "KDb|"
0403 msgid "Value of \"%1\" field must be an identifier."
0404 msgstr "“%1” 字段的值必须是一个标识符。"
0405 
0406 #: KDb.cpp:2196
0407 #, qt-format
0408 msgctxt "KDb|"
0409 msgid "\"%1\" is not a valid identifier."
0410 msgstr "“%1” 不是一个有效的标识符。"
0411 
0412 #: KDbConnection.cpp:88
0413 msgctxt "KDbConnectionOptions|Read only connection"
0414 msgid "Read only"
0415 msgstr "只读"
0416 
0417 #: KDbConnection.cpp:207
0418 #, qt-format
0419 msgctxt "KDbConnection|"
0420 msgid "Invalid database contents. %1"
0421 msgstr "数据库内容无效。%1"
0422 
0423 #: KDbConnection.cpp:212
0424 msgctxt "KDbConnection|"
0425 msgid "It is a system object."
0426 msgstr "这是一个系统对象。"
0427 
0428 #: KDbConnection.cpp:360
0429 msgctxt "KDbConnectionPrivate|"
0430 msgid "Table has no fields defined."
0431 msgstr "表尚未定义字段"
0432 
0433 #: KDbConnection.cpp:408
0434 #, qt-format
0435 msgctxt "KDbConnectionPrivate|"
0436 msgid ""
0437 "Could not find definition for query \"%1\". Deleting this query is "
0438 "recommended."
0439 msgstr "找不到查询 \"%1\" 的定义。建议删除此查询。"
0440 
0441 #: KDbConnection.cpp:416
0442 #, qt-format
0443 msgctxt "KDbConnectionPrivate|"
0444 msgid ""
0445 "<p>Could not load definition for query \"%1\". SQL statement for this query "
0446 "is invalid:<br><tt>%2</tt></p>\n"
0447 "<p>This query can be edited only in Text View.</p>"
0448 msgstr ""
0449 "<p>无法加载查询“%1”的定义。该查询的 SQL 语句无效: <br><tt>%2</tt></p>\n"
0450 "<p>该查询仅可在文本视图中编辑。</p>"
0451 
0452 #: KDbConnection.cpp:499
0453 msgctxt "KDbConnection|"
0454 msgid "Connection already established."
0455 msgstr "连接已建立。"
0456 
0457 #: KDbConnection.cpp:509
0458 #, qt-format
0459 msgctxt "KDbConnection|"
0460 msgid "Could not open \"%1\" project file."
0461 msgstr "无法打开工程文件 \"%1\"。"
0462 
0463 #: KDbConnection.cpp:511
0464 #, qt-format
0465 msgctxt "KDbConnection|"
0466 msgid "Could not connect to \"%1\" database server."
0467 msgstr "无法连接到数据库服务器 \"%1\"。"
0468 
0469 #: KDbConnection.cpp:558
0470 msgctxt "KDbConnection|"
0471 msgid "Not connected to the database server."
0472 msgstr "未连接到数据库服务器。"
0473 
0474 #: KDbConnection.cpp:569
0475 msgctxt "KDbConnection|"
0476 msgid "Currently no database is used."
0477 msgstr "当前没有选用的数据库。"
0478 
0479 #: KDbConnection.cpp:623
0480 #, qt-format
0481 msgctxt "KDbConnection|"
0482 msgid "The database \"%1\" does not exist."
0483 msgstr "数据库“%1”不存在。"
0484 
0485 #: KDbConnection.cpp:643
0486 #, qt-format
0487 msgctxt "KDbConnection|"
0488 msgid "The database file \"%1\" does not exist."
0489 msgstr "数据库文件 “%1” 不存在。"
0490 
0491 #: KDbConnection.cpp:650
0492 #, qt-format
0493 msgctxt "KDbConnection|"
0494 msgid "Database file \"%1\" is not readable."
0495 msgstr "数据库文件 “%1” 不可读。"
0496 
0497 #: KDbConnection.cpp:657
0498 #, qt-format
0499 msgctxt "KDbConnection|"
0500 msgid "Database file \"%1\" is not writable."
0501 msgstr "数据库文件“%1”不可写。"
0502 
0503 #: KDbConnection.cpp:686
0504 #, qt-format
0505 msgctxt "KDbConnection|"
0506 msgid ""
0507 "Database \"%1\" has been created but could not be closed after creation."
0508 msgstr "数据库“%1”已经创建,但无法在创建后关闭。"
0509 
0510 #: KDbConnection.cpp:702
0511 #, qt-format
0512 msgctxt "KDbConnection|"
0513 msgid "Database \"%1\" already exists."
0514 msgstr "数据库“%1”已经存在。"
0515 
0516 #: KDbConnection.cpp:707
0517 #, qt-format
0518 msgctxt "KDbConnection|"
0519 msgid ""
0520 "Could not create database \"%1\". This name is reserved for system database."
0521 msgstr "无法创建数据库“%1”。此名称被保留给系统数据库。"
0522 
0523 #: KDbConnection.cpp:729
0524 #, qt-format
0525 msgctxt "KDbConnection|"
0526 msgid "Error creating database \"%1\" on the server."
0527 msgstr "无法在服务器上创建数据库“%1”。"
0528 
0529 #: KDbConnection.cpp:743
0530 #, qt-format
0531 msgctxt "KDbConnection|"
0532 msgid "Database \"%1\" has been created but could not be opened."
0533 msgstr "数据库“%1”已被建立,但是无法打开。"
0534 
0535 #: KDbConnection.cpp:819
0536 #, qt-format
0537 msgctxt "KDbConnection|"
0538 msgid "Opening database \"%1\" failed."
0539 msgstr "打开数据库 “%1” 失败。"
0540 
0541 #: KDbConnection.cpp:904
0542 msgctxt "KDbConnection|"
0543 msgid "Could not find any database for temporary connection."
0544 msgstr "找不到建立临时连接所需的数据库。"
0545 
0546 #: KDbConnection.cpp:913
0547 #, qt-format
0548 msgctxt "KDbConnection|"
0549 msgid "Error during starting temporary connection using \"%1\" database name."
0550 msgstr "使用数据库名“%1”建立临时连接时出错。"
0551 
0552 #: KDbConnection.cpp:931 KDbConnection.cpp:949
0553 msgctxt "KDbConnection|"
0554 msgid "Could not delete database. Name is not specified."
0555 msgstr "无法删除数据库。未指定名称。"
0556 
0557 #: KDbConnection.cpp:955
0558 #, qt-format
0559 msgctxt "KDbConnection|"
0560 msgid "Could not delete system database \"%1\"."
0561 msgstr "无法删除系统数据库“%1”。"
0562 
0563 #: KDbConnection.cpp:1002
0564 msgctxt "KDbConnection|"
0565 msgid "Could not retrieve list of object names."
0566 msgstr "无法获得对象名字列表。"
0567 
0568 #: KDbConnection.cpp:1016
0569 msgctxt "KDbConnection|"
0570 msgid "Could not retrieve list of table names."
0571 msgstr "无法获取表名列表。"
0572 
0573 #: KDbConnection.cpp:1024
0574 msgctxt "KDbConnection|"
0575 msgid "Could not retrieve list of physical table names."
0576 msgstr "无法检索物理表名称列表。"
0577 
0578 #: KDbConnection.cpp:1091
0579 msgctxt "KDbConnection|"
0580 msgid "Could not retrieve list of object identifiers."
0581 msgstr "无法获取对象标识符列表。"
0582 
0583 #: KDbConnection.cpp:1273
0584 msgctxt "KDbConnection|"
0585 msgid "SQL statement for execution is invalid or empty."
0586 msgstr "用于执行的 SQL 语句无效或为空。"
0587 
0588 #: KDbConnection.cpp:1296
0589 msgctxt "KDbConnection|"
0590 msgid "Error while executing SQL statement."
0591 msgstr "执行 SQL 语句时出错。"
0592 
0593 #: KDbConnection.cpp:1393
0594 msgctxt "KDbConnection|"
0595 msgid "Creating table failed."
0596 msgstr "创建表失败。"
0597 
0598 #: KDbConnection.cpp:1406
0599 msgctxt "KDbConnection|"
0600 msgid "Could not create table without fields."
0601 msgstr "无法创建没有任何字段的表。"
0602 
0603 #: KDbConnection.cpp:1416
0604 #, qt-format
0605 msgctxt "KDbConnection|"
0606 msgid "System name \"%1\" cannot be used as table name."
0607 msgstr "系统名称 \"%1\" 不可以用于表名称。"
0608 
0609 #: KDbConnection.cpp:1425
0610 #, qt-format
0611 msgctxt "KDbConnection|"
0612 msgid "System name \"%1\" cannot be used as one of fields in \"%2\" table."
0613 msgstr "系统名称 \"%1\" 不可以被用于 \"%2\" 表中的字段名。"
0614 
0615 #: KDbConnection.cpp:1441
0616 #, qt-format
0617 msgctxt "KDbConnection|"
0618 msgid "Could not create the same table \"%1\" twice."
0619 msgstr "无法两次创建相同表格 \"%1\" 。"
0620 
0621 #: KDbConnection.cpp:1455
0622 #, qt-format
0623 msgctxt "KDbConnection|"
0624 msgid "Table \"%1\" already exists."
0625 msgstr "表 “%1” 已存在。"
0626 
0627 #: KDbConnection.cpp:1524 KDbConnection.cpp:1553 KDbConnection.cpp:1665
0628 #, qt-format
0629 msgctxt "KDbConnection|"
0630 msgid "Table \"%1\" does not exist."
0631 msgstr "表 \"%1\" 不存在。"
0632 
0633 #: KDbConnection.cpp:1579
0634 msgctxt "KDbConnection|"
0635 msgid "Could not delete object's data."
0636 msgstr "无法删除对象数据。"
0637 
0638 #: KDbConnection.cpp:1607 KDbConnection.cpp:1620
0639 #, qt-format
0640 msgctxt "KDbConnection|"
0641 msgid "Could not delete table \"%1\". %2"
0642 msgstr "无法删除表 \"%1\"。%2"
0643 
0644 #: KDbConnection.cpp:1608
0645 msgctxt "KDbConnection|"
0646 msgid "Unexpected name or identifier."
0647 msgstr "意外的名称或标识符。"
0648 
0649 #: KDbConnection.cpp:1680
0650 #, qt-format
0651 msgctxt "KDbConnection|"
0652 msgid "Could not alter table \"%1\" using the same table as destination."
0653 msgstr "修改表“%1”时,无法使用同一个表作为目的地。"
0654 
0655 #: KDbConnection.cpp:1706
0656 #, qt-format
0657 msgctxt "KDbConnection|"
0658 msgid "Unknown table \"%1\"."
0659 msgstr "未知表 \"%1\"。"
0660 
0661 #: KDbConnection.cpp:1711
0662 #, qt-format
0663 msgctxt "KDbConnection|"
0664 msgid "Invalid table name \"%1\"."
0665 msgstr "无效表名 \"%1\""
0666 
0667 #: KDbConnection.cpp:1718
0668 #, qt-format
0669 msgctxt "KDbConnection|"
0670 msgid "Could not rename table \"%1\" using the same name."
0671 msgstr "无法使用相同名称重命名表 \"%1\" 。"
0672 
0673 #: KDbConnection.cpp:1729
0674 #, qt-format
0675 msgctxt "KDbConnection|"
0676 msgid "Could not rename table \"%1\" to \"%2\". Table \"%3\" already exists."
0677 msgstr "无法重命名表“%1”为“%2”。表格“%3”已经存在。"
0678 
0679 #: KDbConnection.cpp:1839
0680 #, qt-format
0681 msgctxt "KDbConnection|"
0682 msgid "Query \"%1\" does not exist."
0683 msgstr "查询“%1”不存在。"
0684 
0685 #: KDbConnection.cpp:1946
0686 #, qt-format
0687 msgctxt "KDbConnection|"
0688 msgid "Transactions are not supported for \"%1\" driver."
0689 msgstr "“%1”驱动不支持事务。"
0690 
0691 #: KDbConnection.cpp:1951
0692 msgctxt "KDbConnection|"
0693 msgid "Begin transaction failed."
0694 msgstr "事务启动失败。"
0695 
0696 #: KDbConnection.cpp:1968
0697 msgctxt "KDbConnection|"
0698 msgid "Transaction already started."
0699 msgstr "事务已经启动。"
0700 
0701 #: KDbConnection.cpp:2010 KDbConnection.cpp:2047
0702 msgctxt "KDbConnection|"
0703 msgid "Transaction not started."
0704 msgstr "事务尚未启动。"
0705 
0706 #: KDbConnection.cpp:2025
0707 msgctxt "KDbConnection|"
0708 msgid "Error on commit transaction."
0709 msgstr "提交事务出错。"
0710 
0711 #: KDbConnection.cpp:2062
0712 msgctxt "KDbConnection|"
0713 msgid "Error on rollback transaction."
0714 msgstr "回滚事务出错。"
0715 
0716 #: KDbConnection.cpp:2213
0717 #, qt-format
0718 msgctxt "KDbConnection|"
0719 msgid "Invalid object name \"%1\"."
0720 msgstr "无效的对象名称“%1”。"
0721 
0722 #: KDbConnection.cpp:2402
0723 #, qt-format
0724 msgctxt "KDbConnection|"
0725 msgid "Column \"%1\" does not exist in the query."
0726 msgstr "查询中的列 %1 不存在。"
0727 
0728 #: KDbConnection.cpp:2754 KDbConnection.cpp:2759 KDbConnection.cpp:2764
0729 msgctxt "KDbConnection|Extended schema for a table: loading error"
0730 msgid "Error while loading extended table schema."
0731 msgstr "加载扩展表样式时出错。"
0732 
0733 #: KDbConnection.cpp:2763
0734 #, qt-format
0735 msgctxt "KDbConnection|"
0736 msgid "Invalid XML data: %1"
0737 msgstr "无效的 XML 数据:%1"
0738 
0739 #: KDbConnection.cpp:2784
0740 #, qt-format
0741 msgctxt "KDbConnection|"
0742 msgid ""
0743 "Error in XML data: \"%1\" in line %2, column %3.\n"
0744 "XML data: %4"
0745 msgstr ""
0746 "在 XML 数据的第 %2 行第 %3 列发生错误:“%1”。\n"
0747 "XML 数据:%4"
0748 
0749 #: KDbConnection.cpp:3113
0750 msgctxt "KDbConnection|"
0751 msgid "Could not update record because there is no master table defined."
0752 msgstr "因未定义主表,所以无法更新记录。"
0753 
0754 #: KDbConnection.cpp:3120
0755 msgctxt "KDbConnection|"
0756 msgid ""
0757 "Could not update record because master table has no primary key defined."
0758 msgstr "因主表未定义主键,所以无法更新记录。"
0759 
0760 #: KDbConnection.cpp:3151
0761 msgctxt "KDbConnection|"
0762 msgid ""
0763 "Could not update record because it does not contain entire primary key of "
0764 "master table."
0765 msgstr "无法更新记录,因为它不包含主表的整个主键。"
0766 
0767 #: KDbConnection.cpp:3163 KDbConnection.cpp:3407
0768 #, qt-format
0769 msgctxt "KDbConnection|"
0770 msgid "Primary key's field \"%1\" cannot be empty."
0771 msgstr "主键所在字段“%1”不能为空。"
0772 
0773 #: KDbConnection.cpp:3191
0774 msgctxt "KDbConnection|"
0775 msgid "Record updating on the server failed."
0776 msgstr "在服务器上更新记录失败。"
0777 
0778 #: KDbConnection.cpp:3213
0779 msgctxt "KDbConnection|"
0780 msgid "Could not insert record because there is no master table specified."
0781 msgstr "因未指定主表,所以无法插入记录。"
0782 
0783 #: KDbConnection.cpp:3255
0784 msgctxt "KDbConnection|"
0785 msgid ""
0786 "Could not insert record because master table has no primary key specified."
0787 msgstr "因主表未指定主键,所以无法插入记录。"
0788 
0789 #: KDbConnection.cpp:3264
0790 msgctxt "KDbConnection|"
0791 msgid ""
0792 "Could not insert record because it does not contain entire master table's "
0793 "primary key."
0794 msgstr "无法插入记录,因为它不包含主表的整个主键。"
0795 
0796 #: KDbConnection.cpp:3307
0797 msgctxt "KDbConnection|"
0798 msgid "Record inserting on the server failed."
0799 msgstr "在服务器上插入记录失败。"
0800 
0801 #: KDbConnection.cpp:3371
0802 msgctxt "KDbConnection|"
0803 msgid "Could not delete record because there is no master table specified."
0804 msgstr "因未指定主表,所以无法删除记录。"
0805 
0806 #: KDbConnection.cpp:3380
0807 msgctxt "KDbConnection|"
0808 msgid ""
0809 "Could not delete record because there is no primary key for master table "
0810 "specified."
0811 msgstr "因主表未指定主键,所以无法删除记录。"
0812 
0813 #: KDbConnection.cpp:3397
0814 msgctxt "KDbConnection|"
0815 msgid ""
0816 "Could not delete record because it does not contain entire master table's "
0817 "primary key."
0818 msgstr "无法删除记录,因为它不包含主表的整个主键。"
0819 
0820 #: KDbConnection.cpp:3424 KDbConnection.cpp:3447
0821 msgctxt "KDbConnection|"
0822 msgid "Record deletion on the server failed."
0823 msgstr "在服务器上删除记录失败。"
0824 
0825 #: KDbConnection.cpp:3543
0826 msgctxt "KDbConnection|"
0827 msgid "Unknown error."
0828 msgstr "未知错误。"
0829 
0830 #: KDbConnectionData.cpp:41
0831 msgctxt "KDbConnectionData|"
0832 msgid "<file>"
0833 msgstr "<文件>"
0834 
0835 #: KDbConnectionData.cpp:43
0836 #, qt-format
0837 msgctxt "KDbConnectionData|"
0838 msgid "file: %1"
0839 msgstr "文件:%1"
0840 
0841 #: KDbCursor.cpp:215
0842 msgctxt "KDbCursor|"
0843 msgid "No query statement or schema defined."
0844 msgstr "未定义查询语句或样式。"
0845 
0846 #: KDbCursor.cpp:227
0847 msgctxt "KDbCursor|"
0848 msgid "Could not generate query statement."
0849 msgstr "无法产生查询语句。"
0850 
0851 #: KDbCursor.cpp:242
0852 msgctxt "KDbCursor|"
0853 msgid "Error opening database cursor."
0854 msgstr "打开数据库游标出错。"
0855 
0856 #: KDbCursor.cpp:454 KDbCursor.cpp:478
0857 msgctxt "KDbCursor|"
0858 msgid "Could not fetch next record."
0859 msgstr "无法获取下一条记录。"
0860 
0861 #: KDbCursor.cpp:620
0862 msgctxt "KDbCursor|"
0863 msgid "No connection for cursor open operation specified."
0864 msgstr "没有为游标开启操作指定连接。"
0865 
0866 #: KDbDriver.cpp:87
0867 #, qt-format
0868 msgctxt "KDbDriver|"
0869 msgid "Invalid database driver's \"%1\" implementation."
0870 msgstr "数据库驱动的“%1”实现无效。"
0871 
0872 #: KDbDriver.cpp:88
0873 #, qt-format
0874 msgctxt "KDbDriver|"
0875 msgid "Value of \"%1\" is not initialized for the driver."
0876 msgstr "“%1”的值未对驱动初始化。"
0877 
0878 #: KDbDriver_p.cpp:61
0879 msgctxt "KDbDriver|"
0880 msgid "Client library version"
0881 msgstr "客户端库版本"
0882 
0883 #: KDbDriver_p.cpp:63
0884 msgctxt "KDbDriver|"
0885 msgid "Default character encoding on server"
0886 msgstr "服务器默认字符编码"
0887 
0888 #: KDbDriver_p.cpp:74
0889 msgctxt "KDbDriver|"
0890 msgid "File-based database driver"
0891 msgstr "基于文件的数据库驱动"
0892 
0893 #: KDbDriver_p.cpp:77
0894 msgctxt "KDbDriver|"
0895 msgid "File-based database's MIME types"
0896 msgstr "基于文件的数据库的 MIME 类型"
0897 
0898 #: KDbDriver_p.cpp:96
0899 msgctxt "KDbDriver|"
0900 msgid "Single transactions support"
0901 msgstr "单事务支持"
0902 
0903 #: KDbDriver_p.cpp:98
0904 msgctxt "KDbDriver|"
0905 msgid "Multiple transactions support"
0906 msgstr "多事务支持"
0907 
0908 #: KDbDriver_p.cpp:100
0909 msgctxt "KDbDriver|"
0910 msgid "Nested transactions support"
0911 msgstr "嵌套事务支持"
0912 
0913 #: KDbDriver_p.cpp:102
0914 msgctxt "KDbDriver|"
0915 msgid "Ignored transactions support"
0916 msgstr "忽略事务支持"
0917 
0918 #: KDbDriver_p.cpp:107
0919 msgctxt "KDbDriver|"
0920 msgid "KDb driver version"
0921 msgstr "KDb 驱动版本"
0922 
0923 #: KDbDriverManager.cpp:87
0924 msgctxt "DriverManagerInternal|"
0925 msgid "Could not find any database drivers."
0926 msgstr "找不到任何数据库驱动。"
0927 
0928 #: KDbDriverManager.cpp:168 KDbDriverManager.cpp:213
0929 #, qt-format
0930 msgctxt "DriverManagerInternal|"
0931 msgid "Could not find database driver \"%1\"."
0932 msgstr "找不到数据库驱动“%1”。"
0933 
0934 #: KDbDriverManager.cpp:221
0935 #, qt-format
0936 msgctxt "DriverManagerInternal|"
0937 msgid "Could not load database driver's plugin file \"%1\"."
0938 msgstr "无法加载数据库驱动的插件“%1”。"
0939 
0940 #: KDbDriverManager.cpp:232
0941 #, qt-format
0942 msgctxt "DriverManagerInternal|"
0943 msgid "Could not open database driver \"%1\" from plugin file \"%2\"."
0944 msgstr "无法从插件文件“%2”中加载数据库驱动“%1”。"
0945 
0946 #: KDbField.cpp:81
0947 msgctxt "KDbField|"
0948 msgid "Invalid Type"
0949 msgstr "无效的类型"
0950 
0951 #: KDbField.cpp:82
0952 msgctxt "KDbField|"
0953 msgid "Byte"
0954 msgstr "字节"
0955 
0956 #: KDbField.cpp:83
0957 msgctxt "KDbField|"
0958 msgid "Short Integer Number"
0959 msgstr "短整数"
0960 
0961 #: KDbField.cpp:84 KDbField.cpp:105
0962 msgctxt "KDbField|"
0963 msgid "Integer Number"
0964 msgstr "整数"
0965 
0966 #: KDbField.cpp:85
0967 msgctxt "KDbField|"
0968 msgid "Big Integer Number"
0969 msgstr "大整数"
0970 
0971 #: KDbField.cpp:86
0972 msgctxt "KDbField|"
0973 msgid "Yes/No Value"
0974 msgstr "逻辑值"
0975 
0976 #: KDbField.cpp:87
0977 msgctxt "KDbField|"
0978 msgid "Date"
0979 msgstr "日期"
0980 
0981 #: KDbField.cpp:88
0982 msgctxt "KDbField|"
0983 msgid "Date and Time"
0984 msgstr "日期和时间"
0985 
0986 #: KDbField.cpp:89
0987 msgctxt "KDbField|"
0988 msgid "Time"
0989 msgstr "时间"
0990 
0991 #: KDbField.cpp:90
0992 msgctxt "KDbField|"
0993 msgid "Single Precision Number"
0994 msgstr "单精度数"
0995 
0996 #: KDbField.cpp:91
0997 msgctxt "KDbField|"
0998 msgid "Double Precision Number"
0999 msgstr "双精度数"
1000 
1001 #: KDbField.cpp:92 KDbField.cpp:104
1002 msgctxt "KDbField|"
1003 msgid "Text"
1004 msgstr "文字"
1005 
1006 #: KDbField.cpp:93
1007 msgctxt "KDbField|"
1008 msgid "Long Text"
1009 msgstr "长文本"
1010 
1011 #: KDbField.cpp:94 KDbField.cpp:109
1012 msgctxt "KDbField|"
1013 msgid "Object"
1014 msgstr "天体"
1015 
1016 #: KDbField.cpp:103
1017 msgctxt "KDbField|"
1018 msgid "Invalid Group"
1019 msgstr "无效的组"
1020 
1021 #: KDbField.cpp:106
1022 msgctxt "KDbField|"
1023 msgid "Floating Point Number"
1024 msgstr "浮点数"
1025 
1026 #: KDbField.cpp:107
1027 msgctxt "KDbField|"
1028 msgid "Yes/No"
1029 msgstr "是/否"
1030 
1031 #: KDbField.cpp:108
1032 msgctxt "KDbField|"
1033 msgid "Date/Time"
1034 msgstr "日期/时间"
1035 
1036 #: KDbProperties.cpp:42 KDbProperties.cpp:53 KDbProperties.cpp:65
1037 #, qt-format
1038 msgctxt "KDbProperties|"
1039 msgid "Could not set value of database property \"%1\"."
1040 msgstr "无法设置数据库属性“%1”。"
1041 
1042 #: KDbProperties.cpp:82 KDbProperties.cpp:92 KDbProperties.cpp:103
1043 #, qt-format
1044 msgctxt "KDbProperties|"
1045 msgid "Could not set caption for database property \"%1\"."
1046 msgstr "无法为数据库属性“%1”设置标题。"
1047 
1048 #: KDbProperties.cpp:118 KDbProperties.cpp:135
1049 #, qt-format
1050 msgctxt "KDbProperties|"
1051 msgid "Could not read database property \"%1\"."
1052 msgstr "无法读取数据库属性“%1”。"
1053 
1054 #: KDbProperties.cpp:150
1055 msgctxt "KDbProperties|"
1056 msgid "Could not read database properties."
1057 msgstr "无法读取数据库属性。"
1058 
1059 #: KDbQuerySchema_p.cpp:132
1060 #, qt-format
1061 msgctxt ""
1062 "KDbQuerySchema|short for 'expression' word, it will expand to 'expr1', "
1063 "'expr2', etc. Please use ONLY latin letters and DON'T use '.'"
1064 msgid "expr%1"
1065 msgstr "expr%1"
1066 
1067 #: KDbResult.cpp:56
1068 msgctxt "KDbResult|"
1069 msgid "Unspecified error encountered"
1070 msgstr "遇到了未指定的错误"
1071 
1072 #: parser/generated/sqlscanner.cpp:1023
1073 msgctxt "KDbParser|"
1074 msgid "Invalid integer number"
1075 msgstr "无效的整数"
1076 
1077 #: parser/generated/sqlscanner.cpp:1023
1078 msgctxt "KDbParser|"
1079 msgid "This integer number may be too large."
1080 msgstr "此整数可能过大。"
1081 
1082 #: parser/generated/sqlscanner.cpp:1109
1083 #, qt-format
1084 msgctxt "KDbParser|"
1085 msgid "Unexpected character %1 in date/time"
1086 msgstr "日期/时间内意外字符 %1"
1087 
1088 #: parser/generated/sqlscanner.cpp:1404
1089 msgctxt "KDbParser|"
1090 msgid "Invalid string"
1091 msgstr "无效的字符串"
1092 
1093 #: parser/generated/sqlscanner.cpp:1405
1094 msgctxt "KDbParser|"
1095 msgid "Invalid character in string"
1096 msgstr "字符串中存在无效字符"
1097 
1098 #: parser/generated/sqlscanner.cpp:1421
1099 msgctxt "KDbParser|"
1100 msgid "Invalid identifier"
1101 msgstr "无效的标识符"
1102 
1103 #: parser/generated/sqlscanner.cpp:1422
1104 msgctxt "KDbParser|"
1105 msgid "Identifiers should start with a letter or '_' character"
1106 msgstr "标识符应该以字母或下划线开头"
1107 
1108 #: parser/generated/sqlscanner.cpp:1464
1109 #, qt-format
1110 msgctxt "KDbParser|"
1111 msgid "Unexpected character %1"
1112 msgstr "意外字符 %1"
1113 
1114 #: parser/KDbParser_p.cpp:205
1115 msgctxt "KDbParser|"
1116 msgid "identifier was expected"
1117 msgstr "期望得到标识符"
1118 
1119 #: parser/KDbParser_p.cpp:215 parser/KDbParser_p.cpp:219
1120 msgctxt "KDbParser|"
1121 msgid "Syntax Error"
1122 msgstr "语法错误"
1123 
1124 #: parser/KDbParser_p.cpp:216
1125 #, qt-format
1126 msgctxt "KDbParser|"
1127 msgid "\"%1\" is a reserved keyword."
1128 msgstr "“%1”是一个保留字。"
1129 
1130 #: parser/KDbParser_p.cpp:220
1131 msgctxt "KDbParser|"
1132 msgid "Syntax error."
1133 msgstr "语法错误。"
1134 
1135 #: parser/KDbParser_p.cpp:224 parser/KDbParser_p.cpp:254
1136 #: parser/KDbParser_p.cpp:273
1137 msgctxt "KDbParser|"
1138 msgid "Error"
1139 msgstr "错误"
1140 
1141 #: parser/KDbParser_p.cpp:225
1142 #, qt-format
1143 msgctxt "KDbParser|"
1144 msgid "Error near \"%1\"."
1145 msgstr "在 \"%1\" 附近出现错误。"
1146 
1147 #: parser/KDbParser_p.cpp:240
1148 msgctxt "KDbParser|"
1149 msgid "Other error"
1150 msgstr "其他错误"
1151 
1152 #: parser/KDbParser_p.cpp:244
1153 msgctxt "KDbParser|"
1154 msgid "Implementation error"
1155 msgstr "实现错误"
1156 
1157 #: parser/KDbParser_p.cpp:255
1158 msgctxt "KDbParser|"
1159 msgid "No query statement specified."
1160 msgstr "未指定查询语句。"
1161 
1162 #: parser/KDbParser_p.cpp:274
1163 msgctxt "KDbParser|"
1164 msgid "Unexpected character."
1165 msgstr "意外的字符。"
1166 
1167 #: parser/KDbParser_p.cpp:312
1168 msgctxt "KDbParser|"
1169 msgid "\"*\" could not be used if no tables are specified."
1170 msgstr "如果未指定表,则无法使用“*”。"
1171 
1172 #: parser/KDbParser_p.cpp:318
1173 msgctxt "KDbParser|"
1174 msgid "\"*\" could not be added."
1175 msgstr "“*”无法被添加。"
1176 
1177 #: parser/KDbParser_p.cpp:325
1178 msgctxt "KDbParser|"
1179 msgid "\"<table>.*\" could not be added."
1180 msgstr "“<table>.*”无法被添加。"
1181 
1182 #: parser/KDbParser_p.cpp:330
1183 msgctxt "KDbParser|"
1184 msgid "Could not add binding to a field."
1185 msgstr "无法为字段添加绑定。"
1186 
1187 #: parser/KDbParser_p.cpp:389
1188 #, qt-format
1189 msgctxt "KDbParser|"
1190 msgid "Table \"%1\" does not exist."
1191 msgstr "表 \"%1\" 不存在。"
1192 
1193 #: parser/KDbParser_p.cpp:398
1194 #, qt-format
1195 msgctxt "KDbParser|"
1196 msgid ""
1197 "Could not set alias \"%1\" for table \"%2\". This alias is already set for "
1198 "table \"%3\"."
1199 msgstr "无法为表“%2”设置别名“%1”.该别名已被用于表“%3”。"
1200 
1201 #: parser/KDbParser_p.cpp:430
1202 #, qt-format
1203 msgctxt "KDbParser|"
1204 msgid "Invalid alias definition for column \"%1\"."
1205 msgstr "列“%1”的别名定义无效。"
1206 
1207 #: parser/KDbParser_p.cpp:450
1208 msgctxt "KDbParser|"
1209 msgid "More than one asterisk \"*\" is not allowed."
1210 msgstr "不允许超过一个星号“*”。"
1211 
1212 #: parser/KDbParser_p.cpp:464
1213 #, qt-format
1214 msgctxt "KDbParser|"
1215 msgid "Invalid \"%1\" column definition."
1216 msgstr "列“%1”定义无效。"
1217 
1218 #: parser/KDbParser_p.cpp:482
1219 #, qt-format
1220 msgctxt "KDbParser|"
1221 msgid ""
1222 "Could not set alias \"%1\" for column #%2. This alias is already set for "
1223 "column #%3."
1224 msgstr "无法为列 #%2 设置别名“%1”。该别名已设置为列 #%3。"
1225 
1226 #: parser/KDbParser_p.cpp:487
1227 #, qt-format
1228 msgctxt "KDbParser|"
1229 msgid "Could not set alias \"%1\" for column #%2."
1230 msgstr "无法为列 #%2 设置别名“%1”。"
1231 
1232 #: parser/KDbParser_p.cpp:530
1233 #, qt-format
1234 msgctxt "KDbParser|"
1235 msgid "Could not define sorting. Column at position %1 does not exist."
1236 msgstr "无法定义排序。位于位置 %1 的列不存在。"
1237 
1238 #: parser/KDbParser_p.cpp:538
1239 #, qt-format
1240 msgctxt "KDbParser|"
1241 msgid "Could not define sorting. Column name or alias \"%1\" does not exist."
1242 msgstr "无法定义排序。列名或别名“%1”不存在。"
1243 
1244 #: tools/KDbObjectNameValidator.cpp:53
1245 #, qt-format
1246 msgctxt "KDbObjectNameValidator|"
1247 msgid ""
1248 "Cannot use reserved name \"%1\" for objects. Please choose another name."
1249 msgstr "无法为对象使用保留名称“%1”。请选择另一个名称。"
1250 
1251 #: tools/KDbObjectNameValidator.cpp:58
1252 msgctxt "KDbObjectNameValidator|"
1253 msgid "Names of internal database objects start with \"kexi__\"."
1254 msgstr "内部数据库对象的名字以“kexi__”开头。"
1255 
1256 #: tools/KDbSimpleCommandLineApp.cpp:77
1257 msgctxt "KDbSimpleCommandLineApp|"
1258 msgid "Database driver ID"
1259 msgstr "数据库驱动 ID"
1260 
1261 #: tools/KDbSimpleCommandLineApp.cpp:79
1262 msgctxt "KDbSimpleCommandLineApp|"
1263 msgid "Database user name"
1264 msgstr "数据库用户名"
1265 
1266 #: tools/KDbSimpleCommandLineApp.cpp:81
1267 msgctxt "KDbSimpleCommandLineApp|"
1268 msgid "Prompt for password"
1269 msgstr "提示密码"
1270 
1271 #: tools/KDbSimpleCommandLineApp.cpp:83
1272 msgctxt "KDbSimpleCommandLineApp|"
1273 msgid "Host (server) name"
1274 msgstr "主机 (服务器) 名称"
1275 
1276 #: tools/KDbSimpleCommandLineApp.cpp:84
1277 msgctxt "KDbSimpleCommandLineApp|"
1278 msgid "Server's port number"
1279 msgstr "服务器端口号"
1280 
1281 #: tools/KDbSimpleCommandLineApp.cpp:86
1282 msgctxt "KDbSimpleCommandLineApp|"
1283 msgid "Server's local socket filename"
1284 msgstr "服务器的本地套接字文件名"
1285 
1286 #: tools/KDbSimpleCommandLineApp.cpp:107
1287 #, qt-format
1288 msgctxt "KDbSimpleCommandLineApp|Enter password for <user>"
1289 msgid "Enter password for %1: "
1290 msgstr "为 %1 输入密码:"
1291 
1292 #: tools/KDbValidator.cpp:102
1293 #, qt-format
1294 msgctxt "KDbValidator|"
1295 msgid "\"%1\" value has to be entered."
1296 msgstr "必须输入“%1”的值。"
1297 
1298 #: views/KDbTableViewData.cpp:692 views/KDbTableViewData.cpp:703
1299 #, qt-format
1300 msgctxt "KDbTableViewData|"
1301 msgid "\"%1\" column requires a value to be entered."
1302 msgstr "“%1”列需要输入值。"
1303 
1304 #: views/KDbTableViewData.cpp:694
1305 msgctxt "KDbTableViewData|"
1306 msgid "The column's constraint is declared as NOT NULL."
1307 msgstr "列的约束条件声明为 NOT NULL。"
1308 
1309 #: views/KDbTableViewData.cpp:705
1310 msgctxt "KDbTableViewData|"
1311 msgid "The column's constraint is declared as NOT EMPTY."
1312 msgstr "列的约束条件声明为 NOT EMPTY。"
1313 
1314 #: views/KDbTableViewData.cpp:717
1315 msgctxt "KDbTableViewData|"
1316 msgid "Record inserting failed."
1317 msgstr "记录插入失败。"
1318 
1319 #: views/KDbTableViewData.cpp:733
1320 msgctxt "KDbTableViewData|"
1321 msgid "Record changing failed."
1322 msgstr "记录更改失败。"
1323 
1324 #: views/KDbTableViewData.cpp:800
1325 msgctxt "KDbTableViewData|"
1326 msgid "Record deleting failed."
1327 msgstr "记录删除失败。"
1328 
1329 #: views/KDbTableViewData.cpp:930
1330 msgctxt "KDbTableViewData|"
1331 msgid ""
1332 "Please correct data in this record or use the \"Cancel record changes\" "
1333 "function."
1334 msgstr "请修改此记录中的数据,或使用“取消记录更改”功能。"