summaryrefslogtreecommitdiffstats
path: root/Plugins/CsvExport
diff options
context:
space:
mode:
Diffstat (limited to 'Plugins/CsvExport')
-rw-r--r--Plugins/CsvExport/CsvExport.pro4
-rw-r--r--Plugins/CsvExport/CsvExport_it.ts57
-rw-r--r--Plugins/CsvExport/CsvExport_zh_CN.ts20
3 files changed, 70 insertions, 11 deletions
diff --git a/Plugins/CsvExport/CsvExport.pro b/Plugins/CsvExport/CsvExport.pro
index 1599a13..9e509b2 100644
--- a/Plugins/CsvExport/CsvExport.pro
+++ b/Plugins/CsvExport/CsvExport.pro
@@ -29,7 +29,8 @@ RESOURCES += \
-TRANSLATIONS += CsvExport_zh_CN.ts \
+TRANSLATIONS += CsvExport_it.ts \
+ CsvExport_zh_CN.ts \
CsvExport_sk.ts \
CsvExport_de.ts \
CsvExport_ru.ts \
@@ -49,3 +50,4 @@ TRANSLATIONS += CsvExport_zh_CN.ts \
+
diff --git a/Plugins/CsvExport/CsvExport_it.ts b/Plugins/CsvExport/CsvExport_it.ts
new file mode 100644
index 0000000..30f4907
--- /dev/null
+++ b/Plugins/CsvExport/CsvExport_it.ts
@@ -0,0 +1,57 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE TS>
+<TS version="2.1" language="it_IT">
+<context>
+ <name>CsvExport</name>
+ <message>
+ <location filename="CsvExport.ui" line="20"/>
+ <source>Column names in first row</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="CsvExport.ui" line="30"/>
+ <source>Column separator:</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="CsvExport.ui" line="41"/>
+ <source>, (comma)</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="CsvExport.ui" line="46"/>
+ <source>; (semicolon)</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="CsvExport.ui" line="51"/>
+ <source>\t (tab)</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="CsvExport.ui" line="56"/>
+ <source> (whitespace)</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="CsvExport.ui" line="61"/>
+ <source>Custom:</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="CsvExport.ui" line="82"/>
+ <source>Export NULL values as:</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="CsvExport.ui" line="89"/>
+ <source>Empty string</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="csvexport.cpp" line="42"/>
+ <source>Enter the custom separator character.</source>
+ <translation type="unfinished"></translation>
+ </message>
+</context>
+</TS>
diff --git a/Plugins/CsvExport/CsvExport_zh_CN.ts b/Plugins/CsvExport/CsvExport_zh_CN.ts
index e73fe4e..6d31621 100644
--- a/Plugins/CsvExport/CsvExport_zh_CN.ts
+++ b/Plugins/CsvExport/CsvExport_zh_CN.ts
@@ -6,52 +6,52 @@
<message>
<location filename="CsvExport.ui" line="20"/>
<source>Column names in first row</source>
- <translation type="unfinished"></translation>
+ <translation>第一行显示列名</translation>
</message>
<message>
<location filename="CsvExport.ui" line="30"/>
<source>Column separator:</source>
- <translation type="unfinished"></translation>
+ <translation>列分隔符:</translation>
</message>
<message>
<location filename="CsvExport.ui" line="41"/>
<source>, (comma)</source>
- <translation type="unfinished"></translation>
+ <translation>,(逗号)</translation>
</message>
<message>
<location filename="CsvExport.ui" line="46"/>
<source>; (semicolon)</source>
- <translation type="unfinished"></translation>
+ <translation>;(分号)</translation>
</message>
<message>
<location filename="CsvExport.ui" line="51"/>
<source>\t (tab)</source>
- <translation type="unfinished"></translation>
+ <translation>\t(tab位)</translation>
</message>
<message>
<location filename="CsvExport.ui" line="56"/>
<source> (whitespace)</source>
- <translation type="unfinished"></translation>
+ <translation> (空格)</translation>
</message>
<message>
<location filename="CsvExport.ui" line="61"/>
<source>Custom:</source>
- <translation type="unfinished"></translation>
+ <translation>自定义:</translation>
</message>
<message>
<location filename="CsvExport.ui" line="82"/>
<source>Export NULL values as:</source>
- <translation type="unfinished"></translation>
+ <translation>NULL导出为:</translation>
</message>
<message>
<location filename="CsvExport.ui" line="89"/>
<source>Empty string</source>
- <translation type="unfinished"></translation>
+ <translation>空字符串</translation>
</message>
<message>
<location filename="csvexport.cpp" line="42"/>
<source>Enter the custom separator character.</source>
- <translation type="unfinished"></translation>
+ <translation>输入自定义分隔符 。</translation>
</message>
</context>
</TS>