aboutsummaryrefslogtreecommitdiffstats
path: root/Plugins/JsonExport
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@ubuntu.com>2015-11-25 16:48:49 -0500
committerLibravatarUnit 193 <unit193@ubuntu.com>2015-11-25 16:48:49 -0500
commit7412693e086a7eafaa7ea861164caf523943e5fa (patch)
tree0aee322e40572df306b9813546c7a12b3093bcea /Plugins/JsonExport
parent640196993d31cf5d6fdf36386990ec05f473a048 (diff)
parent8e640722c62692818ab840d50b3758f89a41a54e (diff)
Merge tag 'upstream/3.0.7'
Upstream version 3.0.7 # gpg: Signature made Wed 25 Nov 2015 04:48:48 PM EST using RSA key ID EBE9BD91 # gpg: Good signature from "Unit 193 <unit193@gmail.com>" # gpg: aka "Unit 193 <unit193@ninthfloor.org>" # gpg: aka "Unit 193 <unit193@ubuntu.com>" # gpg: aka "Unit 193 <unit193@ninthfloor.com>"
Diffstat (limited to 'Plugins/JsonExport')
-rw-r--r--Plugins/JsonExport/JsonExport.pro4
-rw-r--r--Plugins/JsonExport/JsonExport_it.ts22
-rw-r--r--Plugins/JsonExport/JsonExport_zh_CN.ts6
3 files changed, 28 insertions, 4 deletions
diff --git a/Plugins/JsonExport/JsonExport.pro b/Plugins/JsonExport/JsonExport.pro
index 6f8ae18..47fcb05 100644
--- a/Plugins/JsonExport/JsonExport.pro
+++ b/Plugins/JsonExport/JsonExport.pro
@@ -28,7 +28,8 @@ RESOURCES += \
jsonexport.qrc
-TRANSLATIONS += JsonExport_zh_CN.ts \
+TRANSLATIONS += JsonExport_it.ts \
+ JsonExport_zh_CN.ts \
JsonExport_sk.ts \
JsonExport_de.ts \
JsonExport_ru.ts \
@@ -48,3 +49,4 @@ TRANSLATIONS += JsonExport_zh_CN.ts \
+
diff --git a/Plugins/JsonExport/JsonExport_it.ts b/Plugins/JsonExport/JsonExport_it.ts
new file mode 100644
index 0000000..74b0169
--- /dev/null
+++ b/Plugins/JsonExport/JsonExport_it.ts
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE TS>
+<TS version="2.1" language="it_IT">
+<context>
+ <name>JsonExportConfig</name>
+ <message>
+ <location filename="jsonexport.ui" line="20"/>
+ <source>Output format</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="jsonexport.ui" line="26"/>
+ <source>Format document (new lines, indentation)</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="jsonexport.ui" line="42"/>
+ <source>Compress (everything in one line)</source>
+ <translation type="unfinished"></translation>
+ </message>
+</context>
+</TS>
diff --git a/Plugins/JsonExport/JsonExport_zh_CN.ts b/Plugins/JsonExport/JsonExport_zh_CN.ts
index be101c4..82b3b1d 100644
--- a/Plugins/JsonExport/JsonExport_zh_CN.ts
+++ b/Plugins/JsonExport/JsonExport_zh_CN.ts
@@ -6,17 +6,17 @@
<message>
<location filename="jsonexport.ui" line="20"/>
<source>Output format</source>
- <translation type="unfinished"></translation>
+ <translation>输出格式</translation>
</message>
<message>
<location filename="jsonexport.ui" line="26"/>
<source>Format document (new lines, indentation)</source>
- <translation type="unfinished"></translation>
+ <translation>格式化的文本(多行,缩进)</translation>
</message>
<message>
<location filename="jsonexport.ui" line="42"/>
<source>Compress (everything in one line)</source>
- <translation type="unfinished"></translation>
+ <translation>压缩(产生单行文件)</translation>
</message>
</context>
</TS>