diff options
| author | 2015-11-25 16:48:41 -0500 | |
|---|---|---|
| committer | 2015-11-25 16:48:41 -0500 | |
| commit | 8e640722c62692818ab840d50b3758f89a41a54e (patch) | |
| tree | 38197eb1688a5afc338081ea17e15f938976e422 /SQLiteStudio3/sqlitestudiocli/translations/sqlitestudiocli_zh_CN.ts | |
| parent | 9618f0ebbf4b88045247c01ce8c8f58203508ebf (diff) | |
Imported Upstream version 3.0.7upstream/3.0.7
Diffstat (limited to 'SQLiteStudio3/sqlitestudiocli/translations/sqlitestudiocli_zh_CN.ts')
| -rw-r--r-- | SQLiteStudio3/sqlitestudiocli/translations/sqlitestudiocli_zh_CN.ts | 100 |
1 files changed, 76 insertions, 24 deletions
diff --git a/SQLiteStudio3/sqlitestudiocli/translations/sqlitestudiocli_zh_CN.ts b/SQLiteStudio3/sqlitestudiocli/translations/sqlitestudiocli_zh_CN.ts index 4dd7f0a..71b2ea2 100644 --- a/SQLiteStudio3/sqlitestudiocli/translations/sqlitestudiocli_zh_CN.ts +++ b/SQLiteStudio3/sqlitestudiocli/translations/sqlitestudiocli_zh_CN.ts @@ -4,34 +4,34 @@ <context> <name>CLI</name> <message> - <location filename="../cli.cpp" line="87"/> + <location filename="../cli.cpp" line="98"/> <source>Current database: %1</source> - <translation type="unfinished"></translation> + <translation>当前数据库:%1</translation> </message> <message> - <location filename="../cli.cpp" line="89"/> + <location filename="../cli.cpp" line="100"/> <source>No current working database is set.</source> - <translation type="unfinished"></translation> + <translation>当前没有选定工作数据库。</translation> </message> <message> - <location filename="../cli.cpp" line="91"/> + <location filename="../cli.cpp" line="102"/> <source>Type %1 for help</source> - <translation type="unfinished"></translation> + <translation>输入 %1 获取帮助</translation> </message> <message> - <location filename="../cli.cpp" line="228"/> + <location filename="../cli.cpp" line="257"/> <source>Database passed in command line parameters (%1) was already on the list under name: %2</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../cli.cpp" line="235"/> + <location filename="../cli.cpp" line="264"/> <source>Could not add database %1 to list.</source> - <translation type="unfinished"></translation> + <translation>未能将数据库“%1”添加到列表。</translation> </message> <message> - <location filename="../cli.cpp" line="261"/> + <location filename="../cli.cpp" line="290"/> <source>closed</source> - <translation type="unfinished"></translation> + <translation>已关闭</translation> </message> </context> <context> @@ -39,7 +39,7 @@ <message> <location filename="../commands/clicommand.cpp" line="107"/> <source>Usage: %1%2</source> - <translation type="unfinished"></translation> + <translation>用法: %1%2</translation> </message> </context> <context> @@ -47,12 +47,12 @@ <message> <location filename="../commands/clicommandadd.cpp" line="9"/> <source>Could not add database %1 to list.</source> - <translation type="unfinished"></translation> + <translation>未能将数据库“%1”添加到列表。</translation> </message> <message> <location filename="../commands/clicommandadd.cpp" line="14"/> <source>Database added: %1</source> - <translation type="unfinished"></translation> + <translation>已添加数据库:%1</translation> </message> <message> <location filename="../commands/clicommandadd.cpp" line="19"/> @@ -68,7 +68,7 @@ <location filename="../commands/clicommandadd.cpp" line="34"/> <source>name</source> <comment>CLI command syntax</comment> - <translation type="unfinished"></translation> + <translation></translation> </message> <message> <location filename="../commands/clicommandadd.cpp" line="35"/> @@ -82,12 +82,12 @@ <message> <location filename="../commands/clicommandcd.cpp" line="10"/> <source>Changed directory to: %1</source> - <translation type="unfinished"></translation> + <translation>已切换到:%1</translation> </message> <message> <location filename="../commands/clicommandcd.cpp" line="12"/> <source>Could not change directory to: %1</source> - <translation type="unfinished"></translation> + <translation>未能切换到:%1</translation> </message> <message> <location filename="../commands/clicommandcd.cpp" line="17"/> @@ -201,13 +201,65 @@ <context> <name>CliCommandDesc</name> <message> - <location filename="../commands/clicommanddesc.cpp" line="14"/> - <source>shows details about the table</source> + <location filename="../commands/clicommanddesc.cpp" line="15"/> + <source>No working database is set. +Call %1 command to set working database. +Call %2 to see list of all databases.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../commands/clicommanddesc.cpp" line="26"/> + <source>Database is not open.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../commands/clicommanddesc.cpp" line="25"/> + <location filename="../commands/clicommanddesc.cpp" line="35"/> + <source>Cannot find table named: %1</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../commands/clicommanddesc.cpp" line="52"/> + <source>shows details about the table</source> + <translation>显示表的详情</translation> + </message> + <message> + <location filename="../commands/clicommanddesc.cpp" line="63"/> <source>table</source> + <translation>表</translation> + </message> + <message> + <location filename="../commands/clicommanddesc.cpp" line="70"/> + <source>Table: %1</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../commands/clicommanddesc.cpp" line="74"/> + <source>Column name</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../commands/clicommanddesc.cpp" line="76"/> + <source>Data type</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../commands/clicommanddesc.cpp" line="80"/> + <source>Constraints</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../commands/clicommanddesc.cpp" line="105"/> + <source>Virtual table: %1</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../commands/clicommanddesc.cpp" line="109"/> + <source>Construction arguments:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../commands/clicommanddesc.cpp" line="114"/> + <source>No construction arguments were passed for this virtual table.</source> <translation type="unfinished"></translation> </message> </context> @@ -236,7 +288,7 @@ You can pass <pattern> with wildcard characters to filter output.</source> <message> <location filename="../commands/clicommandexit.cpp" line="12"/> <source>quits the application</source> - <translation type="unfinished"></translation> + <translation>退出本程序</translation> </message> <message> <location filename="../commands/clicommandexit.cpp" line="17"/> @@ -280,7 +332,7 @@ You can always execute any command with exactly single '--help' option <message> <location filename="../commands/clicommandhelp.cpp" line="52"/> <source>Usage: %1%2</source> - <translation type="unfinished"></translation> + <translation type="unfinished">用法: %1%2</translation> </message> <message> <location filename="../commands/clicommandhelp.cpp" line="62"/> @@ -399,7 +451,7 @@ The ROW mode is recommended if you need to see whole values and you don't e <message> <location filename="../commands/clicommandopen.cpp" line="29"/> <source>Could not add database %1 to list.</source> - <translation type="unfinished"></translation> + <translation type="unfinished">未能将数据库“%1”添加到列表。</translation> </message> <message> <location filename="../commands/clicommandopen.cpp" line="37"/> @@ -632,7 +684,7 @@ The database argument is optional and if provided, then only given database will <location filename="../commands/clicommanduse.cpp" line="16"/> <location filename="../commands/clicommanduse.cpp" line="30"/> <source>Current database: %1</source> - <translation type="unfinished"></translation> + <translation type="unfinished">当前数据库:%1</translation> </message> <message> <location filename="../commands/clicommanduse.cpp" line="23"/> |
