From 8e640722c62692818ab840d50b3758f89a41a54e Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Wed, 25 Nov 2015 16:48:41 -0500 Subject: Imported Upstream version 3.0.7 --- Plugins/JsonExport/JsonExport.pro | 4 +++- Plugins/JsonExport/JsonExport_it.ts | 22 ++++++++++++++++++++++ Plugins/JsonExport/JsonExport_zh_CN.ts | 6 +++--- 3 files changed, 28 insertions(+), 4 deletions(-) create mode 100644 Plugins/JsonExport/JsonExport_it.ts (limited to 'Plugins/JsonExport') 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 @@ + + + + + JsonExportConfig + + + Output format + + + + + Format document (new lines, indentation) + + + + + Compress (everything in one line) + + + + 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 @@ Output format - + 输出格式 Format document (new lines, indentation) - + 格式化的文本(多行,缩进) Compress (everything in one line) - + 压缩(产生单行文件) -- cgit v1.2.3