From 3565aad630864ecdbe53fdaa501ea708555b3c7c Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Sun, 30 Apr 2023 18:30:36 -0400 Subject: New upstream version 3.4.4+dfsg. --- Plugins/JsonExport/JsonExport.pro | 28 --------------------- Plugins/JsonExport/JsonExport_de.qm | Bin 23 -> 0 bytes Plugins/JsonExport/JsonExport_de.ts | 22 ---------------- Plugins/JsonExport/JsonExport_es.qm | Bin 23 -> 0 bytes Plugins/JsonExport/JsonExport_es.ts | 22 ---------------- Plugins/JsonExport/JsonExport_fr.qm | Bin 442 -> 0 bytes Plugins/JsonExport/JsonExport_fr.ts | 22 ---------------- Plugins/JsonExport/JsonExport_it.qm | Bin 23 -> 0 bytes Plugins/JsonExport/JsonExport_it.ts | 22 ---------------- Plugins/JsonExport/JsonExport_pl.qm | Bin 442 -> 0 bytes Plugins/JsonExport/JsonExport_pl.ts | 22 ---------------- Plugins/JsonExport/JsonExport_pt_BR.qm | Bin 23 -> 0 bytes Plugins/JsonExport/JsonExport_pt_BR.ts | 22 ---------------- Plugins/JsonExport/JsonExport_ro_RO.qm | Bin 30 -> 0 bytes Plugins/JsonExport/JsonExport_ro_RO.ts | 22 ---------------- Plugins/JsonExport/JsonExport_ru.qm | Bin 441 -> 0 bytes Plugins/JsonExport/JsonExport_ru.ts | 22 ---------------- Plugins/JsonExport/JsonExport_sk.qm | Bin 444 -> 0 bytes Plugins/JsonExport/JsonExport_sk.ts | 22 ---------------- Plugins/JsonExport/JsonExport_zh_CN.qm | Bin 301 -> 0 bytes Plugins/JsonExport/JsonExport_zh_CN.ts | 22 ---------------- Plugins/JsonExport/jsonexport.cpp | 7 +++--- Plugins/JsonExport/jsonexport.qrc | 15 ----------- Plugins/JsonExport/translations/JsonExport.ts | 22 ++++++++++++++++ .../JsonExport/translations/JsonExport_af_ZA.ts | 22 ++++++++++++++++ .../JsonExport/translations/JsonExport_ar_SA.ts | 22 ++++++++++++++++ .../JsonExport/translations/JsonExport_ca_ES.ts | 22 ++++++++++++++++ .../JsonExport/translations/JsonExport_cs_CZ.ts | 22 ++++++++++++++++ .../JsonExport/translations/JsonExport_da_DK.ts | 22 ++++++++++++++++ .../JsonExport/translations/JsonExport_de_DE.ts | 22 ++++++++++++++++ .../JsonExport/translations/JsonExport_el_GR.ts | 22 ++++++++++++++++ .../JsonExport/translations/JsonExport_en_US.ts | 22 ++++++++++++++++ .../JsonExport/translations/JsonExport_es_ES.ts | 22 ++++++++++++++++ .../JsonExport/translations/JsonExport_fa_IR.ts | 22 ++++++++++++++++ .../JsonExport/translations/JsonExport_fi_FI.ts | 22 ++++++++++++++++ .../JsonExport/translations/JsonExport_fr_FR.ts | 22 ++++++++++++++++ .../JsonExport/translations/JsonExport_he_IL.ts | 22 ++++++++++++++++ .../JsonExport/translations/JsonExport_hu_HU.ts | 22 ++++++++++++++++ .../JsonExport/translations/JsonExport_it_IT.ts | 22 ++++++++++++++++ .../JsonExport/translations/JsonExport_ja_JP.ts | 22 ++++++++++++++++ Plugins/JsonExport/translations/JsonExport_kaa.ts | 22 ++++++++++++++++ .../JsonExport/translations/JsonExport_ko_KR.ts | 22 ++++++++++++++++ .../JsonExport/translations/JsonExport_nl_NL.ts | 22 ++++++++++++++++ .../JsonExport/translations/JsonExport_no_NO.ts | 22 ++++++++++++++++ .../JsonExport/translations/JsonExport_pl_PL.ts | 22 ++++++++++++++++ .../JsonExport/translations/JsonExport_pt_BR.ts | 22 ++++++++++++++++ .../JsonExport/translations/JsonExport_pt_PT.ts | 22 ++++++++++++++++ .../JsonExport/translations/JsonExport_ro_RO.ts | 22 ++++++++++++++++ .../JsonExport/translations/JsonExport_ru_RU.ts | 22 ++++++++++++++++ .../JsonExport/translations/JsonExport_sk_SK.ts | 22 ++++++++++++++++ .../JsonExport/translations/JsonExport_sr_SP.ts | 22 ++++++++++++++++ .../JsonExport/translations/JsonExport_sv_SE.ts | 22 ++++++++++++++++ .../JsonExport/translations/JsonExport_tr_TR.ts | 22 ++++++++++++++++ .../JsonExport/translations/JsonExport_uk_UA.ts | 22 ++++++++++++++++ .../JsonExport/translations/JsonExport_vi_VN.ts | 22 ++++++++++++++++ .../JsonExport/translations/JsonExport_zh_CN.ts | 22 ++++++++++++++++ .../JsonExport/translations/JsonExport_zh_TW.ts | 22 ++++++++++++++++ 57 files changed, 752 insertions(+), 266 deletions(-) delete mode 100644 Plugins/JsonExport/JsonExport_de.qm delete mode 100644 Plugins/JsonExport/JsonExport_de.ts delete mode 100644 Plugins/JsonExport/JsonExport_es.qm delete mode 100644 Plugins/JsonExport/JsonExport_es.ts delete mode 100644 Plugins/JsonExport/JsonExport_fr.qm delete mode 100644 Plugins/JsonExport/JsonExport_fr.ts delete mode 100644 Plugins/JsonExport/JsonExport_it.qm delete mode 100644 Plugins/JsonExport/JsonExport_it.ts delete mode 100644 Plugins/JsonExport/JsonExport_pl.qm delete mode 100644 Plugins/JsonExport/JsonExport_pl.ts delete mode 100644 Plugins/JsonExport/JsonExport_pt_BR.qm delete mode 100644 Plugins/JsonExport/JsonExport_pt_BR.ts delete mode 100644 Plugins/JsonExport/JsonExport_ro_RO.qm delete mode 100644 Plugins/JsonExport/JsonExport_ro_RO.ts delete mode 100644 Plugins/JsonExport/JsonExport_ru.qm delete mode 100644 Plugins/JsonExport/JsonExport_ru.ts delete mode 100644 Plugins/JsonExport/JsonExport_sk.qm delete mode 100644 Plugins/JsonExport/JsonExport_sk.ts delete mode 100644 Plugins/JsonExport/JsonExport_zh_CN.qm delete mode 100644 Plugins/JsonExport/JsonExport_zh_CN.ts create mode 100644 Plugins/JsonExport/translations/JsonExport.ts create mode 100644 Plugins/JsonExport/translations/JsonExport_af_ZA.ts create mode 100644 Plugins/JsonExport/translations/JsonExport_ar_SA.ts create mode 100644 Plugins/JsonExport/translations/JsonExport_ca_ES.ts create mode 100644 Plugins/JsonExport/translations/JsonExport_cs_CZ.ts create mode 100644 Plugins/JsonExport/translations/JsonExport_da_DK.ts create mode 100644 Plugins/JsonExport/translations/JsonExport_de_DE.ts create mode 100644 Plugins/JsonExport/translations/JsonExport_el_GR.ts create mode 100644 Plugins/JsonExport/translations/JsonExport_en_US.ts create mode 100644 Plugins/JsonExport/translations/JsonExport_es_ES.ts create mode 100644 Plugins/JsonExport/translations/JsonExport_fa_IR.ts create mode 100644 Plugins/JsonExport/translations/JsonExport_fi_FI.ts create mode 100644 Plugins/JsonExport/translations/JsonExport_fr_FR.ts create mode 100644 Plugins/JsonExport/translations/JsonExport_he_IL.ts create mode 100644 Plugins/JsonExport/translations/JsonExport_hu_HU.ts create mode 100644 Plugins/JsonExport/translations/JsonExport_it_IT.ts create mode 100644 Plugins/JsonExport/translations/JsonExport_ja_JP.ts create mode 100644 Plugins/JsonExport/translations/JsonExport_kaa.ts create mode 100644 Plugins/JsonExport/translations/JsonExport_ko_KR.ts create mode 100644 Plugins/JsonExport/translations/JsonExport_nl_NL.ts create mode 100644 Plugins/JsonExport/translations/JsonExport_no_NO.ts create mode 100644 Plugins/JsonExport/translations/JsonExport_pl_PL.ts create mode 100644 Plugins/JsonExport/translations/JsonExport_pt_BR.ts create mode 100644 Plugins/JsonExport/translations/JsonExport_pt_PT.ts create mode 100644 Plugins/JsonExport/translations/JsonExport_ro_RO.ts create mode 100644 Plugins/JsonExport/translations/JsonExport_ru_RU.ts create mode 100644 Plugins/JsonExport/translations/JsonExport_sk_SK.ts create mode 100644 Plugins/JsonExport/translations/JsonExport_sr_SP.ts create mode 100644 Plugins/JsonExport/translations/JsonExport_sv_SE.ts create mode 100644 Plugins/JsonExport/translations/JsonExport_tr_TR.ts create mode 100644 Plugins/JsonExport/translations/JsonExport_uk_UA.ts create mode 100644 Plugins/JsonExport/translations/JsonExport_vi_VN.ts create mode 100644 Plugins/JsonExport/translations/JsonExport_zh_CN.ts create mode 100644 Plugins/JsonExport/translations/JsonExport_zh_TW.ts (limited to 'Plugins/JsonExport') diff --git a/Plugins/JsonExport/JsonExport.pro b/Plugins/JsonExport/JsonExport.pro index 9ecf077..e496894 100644 --- a/Plugins/JsonExport/JsonExport.pro +++ b/Plugins/JsonExport/JsonExport.pro @@ -26,31 +26,3 @@ FORMS += \ RESOURCES += \ jsonexport.qrc - - -TRANSLATIONS += JsonExport_ro_RO.ts \ - JsonExport_de.ts \ - JsonExport_it.ts \ - JsonExport_zh_CN.ts \ - JsonExport_sk.ts \ - JsonExport_ru.ts \ - JsonExport_pt_BR.ts \ - JsonExport_fr.ts \ - JsonExport_es.ts \ - JsonExport_pl.ts - - - - - - - - - - - - - - - - diff --git a/Plugins/JsonExport/JsonExport_de.qm b/Plugins/JsonExport/JsonExport_de.qm deleted file mode 100644 index 9dad8df..0000000 Binary files a/Plugins/JsonExport/JsonExport_de.qm and /dev/null differ diff --git a/Plugins/JsonExport/JsonExport_de.ts b/Plugins/JsonExport/JsonExport_de.ts deleted file mode 100644 index 15fece3..0000000 --- a/Plugins/JsonExport/JsonExport_de.ts +++ /dev/null @@ -1,22 +0,0 @@ - - - - - JsonExportConfig - - - Output format - - - - - Format document (new lines, indentation) - - - - - Compress (everything in one line) - - - - diff --git a/Plugins/JsonExport/JsonExport_es.qm b/Plugins/JsonExport/JsonExport_es.qm deleted file mode 100644 index 9dad8df..0000000 Binary files a/Plugins/JsonExport/JsonExport_es.qm and /dev/null differ diff --git a/Plugins/JsonExport/JsonExport_es.ts b/Plugins/JsonExport/JsonExport_es.ts deleted file mode 100644 index 38209b9..0000000 --- a/Plugins/JsonExport/JsonExport_es.ts +++ /dev/null @@ -1,22 +0,0 @@ - - - - - JsonExportConfig - - - Output format - - - - - Format document (new lines, indentation) - - - - - Compress (everything in one line) - - - - diff --git a/Plugins/JsonExport/JsonExport_fr.qm b/Plugins/JsonExport/JsonExport_fr.qm deleted file mode 100644 index eb8c8f5..0000000 Binary files a/Plugins/JsonExport/JsonExport_fr.qm and /dev/null differ diff --git a/Plugins/JsonExport/JsonExport_fr.ts b/Plugins/JsonExport/JsonExport_fr.ts deleted file mode 100644 index 171ddf4..0000000 --- a/Plugins/JsonExport/JsonExport_fr.ts +++ /dev/null @@ -1,22 +0,0 @@ - - - - - JsonExportConfig - - - Output format - Format d’affichage - - - - Format document (new lines, indentation) - Format document (nouvelles lignes, indentation) - - - - Compress (everything in one line) - Condensé (tout sur une ligne) - - - diff --git a/Plugins/JsonExport/JsonExport_it.qm b/Plugins/JsonExport/JsonExport_it.qm deleted file mode 100644 index 9dad8df..0000000 Binary files a/Plugins/JsonExport/JsonExport_it.qm and /dev/null differ diff --git a/Plugins/JsonExport/JsonExport_it.ts b/Plugins/JsonExport/JsonExport_it.ts deleted file mode 100644 index 74b0169..0000000 --- a/Plugins/JsonExport/JsonExport_it.ts +++ /dev/null @@ -1,22 +0,0 @@ - - - - - JsonExportConfig - - - Output format - - - - - Format document (new lines, indentation) - - - - - Compress (everything in one line) - - - - diff --git a/Plugins/JsonExport/JsonExport_pl.qm b/Plugins/JsonExport/JsonExport_pl.qm deleted file mode 100644 index 3ed3bcd..0000000 Binary files a/Plugins/JsonExport/JsonExport_pl.qm and /dev/null differ diff --git a/Plugins/JsonExport/JsonExport_pl.ts b/Plugins/JsonExport/JsonExport_pl.ts deleted file mode 100644 index 4a28cc2..0000000 --- a/Plugins/JsonExport/JsonExport_pl.ts +++ /dev/null @@ -1,22 +0,0 @@ - - - - - JsonExportConfig - - - Output format - Format wyjściowy - - - - Format document (new lines, indentation) - Formatuj dokument (nowe linie, wcięcia) - - - - Compress (everything in one line) - Kompresuj (wszystko w jednej linii) - - - diff --git a/Plugins/JsonExport/JsonExport_pt_BR.qm b/Plugins/JsonExport/JsonExport_pt_BR.qm deleted file mode 100644 index c02994c..0000000 Binary files a/Plugins/JsonExport/JsonExport_pt_BR.qm and /dev/null differ diff --git a/Plugins/JsonExport/JsonExport_pt_BR.ts b/Plugins/JsonExport/JsonExport_pt_BR.ts deleted file mode 100644 index ba1735d..0000000 --- a/Plugins/JsonExport/JsonExport_pt_BR.ts +++ /dev/null @@ -1,22 +0,0 @@ - - - - - JsonExportConfig - - - Output format - - - - - Format document (new lines, indentation) - - - - - Compress (everything in one line) - - - - diff --git a/Plugins/JsonExport/JsonExport_ro_RO.qm b/Plugins/JsonExport/JsonExport_ro_RO.qm deleted file mode 100644 index 2856eb9..0000000 Binary files a/Plugins/JsonExport/JsonExport_ro_RO.qm and /dev/null differ diff --git a/Plugins/JsonExport/JsonExport_ro_RO.ts b/Plugins/JsonExport/JsonExport_ro_RO.ts deleted file mode 100644 index 1264580..0000000 --- a/Plugins/JsonExport/JsonExport_ro_RO.ts +++ /dev/null @@ -1,22 +0,0 @@ - - - - - JsonExportConfig - - - Output format - - - - - Format document (new lines, indentation) - - - - - Compress (everything in one line) - - - - diff --git a/Plugins/JsonExport/JsonExport_ru.qm b/Plugins/JsonExport/JsonExport_ru.qm deleted file mode 100644 index 57acd3e..0000000 Binary files a/Plugins/JsonExport/JsonExport_ru.qm and /dev/null differ diff --git a/Plugins/JsonExport/JsonExport_ru.ts b/Plugins/JsonExport/JsonExport_ru.ts deleted file mode 100644 index 61b24eb..0000000 --- a/Plugins/JsonExport/JsonExport_ru.ts +++ /dev/null @@ -1,22 +0,0 @@ - - - - - JsonExportConfig - - - Output format - Выходной формат - - - - Format document (new lines, indentation) - Форматировать документ (переносы строк, отступы) - - - - Compress (everything in one line) - Сжать (всё в одну строку) - - - diff --git a/Plugins/JsonExport/JsonExport_sk.qm b/Plugins/JsonExport/JsonExport_sk.qm deleted file mode 100644 index c854235..0000000 Binary files a/Plugins/JsonExport/JsonExport_sk.qm and /dev/null differ diff --git a/Plugins/JsonExport/JsonExport_sk.ts b/Plugins/JsonExport/JsonExport_sk.ts deleted file mode 100644 index 9049c29..0000000 --- a/Plugins/JsonExport/JsonExport_sk.ts +++ /dev/null @@ -1,22 +0,0 @@ - - - - - JsonExportConfig - - - Output format - Výstupný formát - - - - Format document (new lines, indentation) - Formátovať dokument (nové riadky, odsadenie) - - - - Compress (everything in one line) - Zhustiť (všetko do jedného riadka) - - - diff --git a/Plugins/JsonExport/JsonExport_zh_CN.qm b/Plugins/JsonExport/JsonExport_zh_CN.qm deleted file mode 100644 index 3d08187..0000000 Binary files a/Plugins/JsonExport/JsonExport_zh_CN.qm and /dev/null differ diff --git a/Plugins/JsonExport/JsonExport_zh_CN.ts b/Plugins/JsonExport/JsonExport_zh_CN.ts deleted file mode 100644 index 82b3b1d..0000000 --- a/Plugins/JsonExport/JsonExport_zh_CN.ts +++ /dev/null @@ -1,22 +0,0 @@ - - - - - JsonExportConfig - - - Output format - 输出格式 - - - - Format document (new lines, indentation) - 格式化的文本(多行,缩进) - - - - Compress (everything in one line) - 压缩(产生单行文件) - - - diff --git a/Plugins/JsonExport/jsonexport.cpp b/Plugins/JsonExport/jsonexport.cpp index 961169e..92842da 100644 --- a/Plugins/JsonExport/jsonexport.cpp +++ b/Plugins/JsonExport/jsonexport.cpp @@ -95,7 +95,8 @@ bool JsonExport::exportTable(const QString& database, const QString& table, cons writeValue("type", "table"); writeValue("database", database); writeValue("name", table); - writeValue("withoutRowId", createTable->withOutRowId.isNull()); + writeValue("withoutRowId", createTable->withOutRowId); + writeValue("strict", createTable->strict); writeValue("ddl", ddl); beginArray("columns"); @@ -266,13 +267,13 @@ bool JsonExport::beforeExport() bool JsonExport::init() { - Q_INIT_RESOURCE(jsonexport); + SQLS_INIT_RESOURCE(jsonexport); return GenericExportPlugin::init(); } void JsonExport::deinit() { - Q_CLEANUP_RESOURCE(jsonexport); + SQLS_CLEANUP_RESOURCE(jsonexport); } void JsonExport::setupConfig() diff --git a/Plugins/JsonExport/jsonexport.qrc b/Plugins/JsonExport/jsonexport.qrc index feabbc0..19ea921 100644 --- a/Plugins/JsonExport/jsonexport.qrc +++ b/Plugins/JsonExport/jsonexport.qrc @@ -2,19 +2,4 @@ jsonexport.ui - - JsonExport_ro_RO.qm - JsonExport_de.qm - - - JsonExport_pl.qm - JsonExport_ru.qm - JsonExport_fr.qm - JsonExport_sk.qm - JsonExport_zh_CN.qm - - - - - diff --git a/Plugins/JsonExport/translations/JsonExport.ts b/Plugins/JsonExport/translations/JsonExport.ts new file mode 100644 index 0000000..5c1a943 --- /dev/null +++ b/Plugins/JsonExport/translations/JsonExport.ts @@ -0,0 +1,22 @@ + + + + + JsonExportConfig + + + Output format + + + + + Format document (new lines, indentation) + + + + + Compress (everything in one line) + + + + diff --git a/Plugins/JsonExport/translations/JsonExport_af_ZA.ts b/Plugins/JsonExport/translations/JsonExport_af_ZA.ts new file mode 100644 index 0000000..e9bc162 --- /dev/null +++ b/Plugins/JsonExport/translations/JsonExport_af_ZA.ts @@ -0,0 +1,22 @@ + + + + + JsonExportConfig + + + Output format + Output format + + + + Format document (new lines, indentation) + Format document (new lines, indentation) + + + + Compress (everything in one line) + Compress (everything in one line) + + + diff --git a/Plugins/JsonExport/translations/JsonExport_ar_SA.ts b/Plugins/JsonExport/translations/JsonExport_ar_SA.ts new file mode 100644 index 0000000..bf8df73 --- /dev/null +++ b/Plugins/JsonExport/translations/JsonExport_ar_SA.ts @@ -0,0 +1,22 @@ + + + + + JsonExportConfig + + + Output format + Output format + + + + Format document (new lines, indentation) + Format document (new lines, indentation) + + + + Compress (everything in one line) + Compress (everything in one line) + + + diff --git a/Plugins/JsonExport/translations/JsonExport_ca_ES.ts b/Plugins/JsonExport/translations/JsonExport_ca_ES.ts new file mode 100644 index 0000000..9201d3e --- /dev/null +++ b/Plugins/JsonExport/translations/JsonExport_ca_ES.ts @@ -0,0 +1,22 @@ + + + + + JsonExportConfig + + + Output format + Output format + + + + Format document (new lines, indentation) + Format document (new lines, indentation) + + + + Compress (everything in one line) + Compress (everything in one line) + + + diff --git a/Plugins/JsonExport/translations/JsonExport_cs_CZ.ts b/Plugins/JsonExport/translations/JsonExport_cs_CZ.ts new file mode 100644 index 0000000..a1e0c06 --- /dev/null +++ b/Plugins/JsonExport/translations/JsonExport_cs_CZ.ts @@ -0,0 +1,22 @@ + + + + + JsonExportConfig + + + Output format + Output format + + + + Format document (new lines, indentation) + Format document (new lines, indentation) + + + + Compress (everything in one line) + Compress (everything in one line) + + + diff --git a/Plugins/JsonExport/translations/JsonExport_da_DK.ts b/Plugins/JsonExport/translations/JsonExport_da_DK.ts new file mode 100644 index 0000000..790ff5e --- /dev/null +++ b/Plugins/JsonExport/translations/JsonExport_da_DK.ts @@ -0,0 +1,22 @@ + + + + + JsonExportConfig + + + Output format + Output format + + + + Format document (new lines, indentation) + Format document (new lines, indentation) + + + + Compress (everything in one line) + Compress (everything in one line) + + + diff --git a/Plugins/JsonExport/translations/JsonExport_de_DE.ts b/Plugins/JsonExport/translations/JsonExport_de_DE.ts new file mode 100644 index 0000000..d0ee79e --- /dev/null +++ b/Plugins/JsonExport/translations/JsonExport_de_DE.ts @@ -0,0 +1,22 @@ + + + + + JsonExportConfig + + + Output format + Ausgabeformat + + + + Format document (new lines, indentation) + Dokument formatieren (neue Zeilen, Einrückung) + + + + Compress (everything in one line) + Komprimieren (alles in einer Zeile) + + + diff --git a/Plugins/JsonExport/translations/JsonExport_el_GR.ts b/Plugins/JsonExport/translations/JsonExport_el_GR.ts new file mode 100644 index 0000000..16a856e --- /dev/null +++ b/Plugins/JsonExport/translations/JsonExport_el_GR.ts @@ -0,0 +1,22 @@ + + + + + JsonExportConfig + + + Output format + Output format + + + + Format document (new lines, indentation) + Format document (new lines, indentation) + + + + Compress (everything in one line) + Compress (everything in one line) + + + diff --git a/Plugins/JsonExport/translations/JsonExport_en_US.ts b/Plugins/JsonExport/translations/JsonExport_en_US.ts new file mode 100644 index 0000000..054c08c --- /dev/null +++ b/Plugins/JsonExport/translations/JsonExport_en_US.ts @@ -0,0 +1,22 @@ + + + + + JsonExportConfig + + + Output format + Output format + + + + Format document (new lines, indentation) + Format document (new lines, indentation) + + + + Compress (everything in one line) + Compress (everything in one line) + + + diff --git a/Plugins/JsonExport/translations/JsonExport_es_ES.ts b/Plugins/JsonExport/translations/JsonExport_es_ES.ts new file mode 100644 index 0000000..41f91bd --- /dev/null +++ b/Plugins/JsonExport/translations/JsonExport_es_ES.ts @@ -0,0 +1,22 @@ + + + + + JsonExportConfig + + + Output format + Formato de salida + + + + Format document (new lines, indentation) + Formatear documento (nuevas líneas, indentación) + + + + Compress (everything in one line) + Comprimir (todo en una sola línea) + + + diff --git a/Plugins/JsonExport/translations/JsonExport_fa_IR.ts b/Plugins/JsonExport/translations/JsonExport_fa_IR.ts new file mode 100644 index 0000000..4420680 --- /dev/null +++ b/Plugins/JsonExport/translations/JsonExport_fa_IR.ts @@ -0,0 +1,22 @@ + + + + + JsonExportConfig + + + Output format + Output format + + + + Format document (new lines, indentation) + Format document (new lines, indentation) + + + + Compress (everything in one line) + Compress (everything in one line) + + + diff --git a/Plugins/JsonExport/translations/JsonExport_fi_FI.ts b/Plugins/JsonExport/translations/JsonExport_fi_FI.ts new file mode 100644 index 0000000..b600487 --- /dev/null +++ b/Plugins/JsonExport/translations/JsonExport_fi_FI.ts @@ -0,0 +1,22 @@ + + + + + JsonExportConfig + + + Output format + Output format + + + + Format document (new lines, indentation) + Format document (new lines, indentation) + + + + Compress (everything in one line) + Compress (everything in one line) + + + diff --git a/Plugins/JsonExport/translations/JsonExport_fr_FR.ts b/Plugins/JsonExport/translations/JsonExport_fr_FR.ts new file mode 100644 index 0000000..b1fac8e --- /dev/null +++ b/Plugins/JsonExport/translations/JsonExport_fr_FR.ts @@ -0,0 +1,22 @@ + + + + + JsonExportConfig + + + Output format + Format d’affichage + + + + Format document (new lines, indentation) + Format document (nouvelles lignes, indentation) + + + + Compress (everything in one line) + Condensé (tout sur une ligne) + + + diff --git a/Plugins/JsonExport/translations/JsonExport_he_IL.ts b/Plugins/JsonExport/translations/JsonExport_he_IL.ts new file mode 100644 index 0000000..b997e9d --- /dev/null +++ b/Plugins/JsonExport/translations/JsonExport_he_IL.ts @@ -0,0 +1,22 @@ + + + + + JsonExportConfig + + + Output format + תבנית פלט + + + + Format document (new lines, indentation) + תבנות מסמך (שורה חדשה, הזחה) + + + + Compress (everything in one line) + דחיסה (הכל בשורה אחת) + + + diff --git a/Plugins/JsonExport/translations/JsonExport_hu_HU.ts b/Plugins/JsonExport/translations/JsonExport_hu_HU.ts new file mode 100644 index 0000000..c19a4ca --- /dev/null +++ b/Plugins/JsonExport/translations/JsonExport_hu_HU.ts @@ -0,0 +1,22 @@ + + + + + JsonExportConfig + + + Output format + Kimenet formátum + + + + Format document (new lines, indentation) + Dokumentum formázása (új sorok, behúzások) + + + + Compress (everything in one line) + Tömör forma (mindent egy sorba) + + + diff --git a/Plugins/JsonExport/translations/JsonExport_it_IT.ts b/Plugins/JsonExport/translations/JsonExport_it_IT.ts new file mode 100644 index 0000000..5eb098d --- /dev/null +++ b/Plugins/JsonExport/translations/JsonExport_it_IT.ts @@ -0,0 +1,22 @@ + + + + + JsonExportConfig + + + Output format + Formato di uscita + + + + Format document (new lines, indentation) + Formato documento (nuove linee, indentazione) + + + + Compress (everything in one line) + Comprimi (tutto in una riga) + + + diff --git a/Plugins/JsonExport/translations/JsonExport_ja_JP.ts b/Plugins/JsonExport/translations/JsonExport_ja_JP.ts new file mode 100644 index 0000000..adee048 --- /dev/null +++ b/Plugins/JsonExport/translations/JsonExport_ja_JP.ts @@ -0,0 +1,22 @@ + + + + + JsonExportConfig + + + Output format + Output format + + + + Format document (new lines, indentation) + Format document (new lines, indentation) + + + + Compress (everything in one line) + Compress (everything in one line) + + + diff --git a/Plugins/JsonExport/translations/JsonExport_kaa.ts b/Plugins/JsonExport/translations/JsonExport_kaa.ts new file mode 100644 index 0000000..69e59e7 --- /dev/null +++ b/Plugins/JsonExport/translations/JsonExport_kaa.ts @@ -0,0 +1,22 @@ + + + + + JsonExportConfig + + + Output format + Output format + + + + Format document (new lines, indentation) + Format document (new lines, indentation) + + + + Compress (everything in one line) + Compress (everything in one line) + + + diff --git a/Plugins/JsonExport/translations/JsonExport_ko_KR.ts b/Plugins/JsonExport/translations/JsonExport_ko_KR.ts new file mode 100644 index 0000000..7d76012 --- /dev/null +++ b/Plugins/JsonExport/translations/JsonExport_ko_KR.ts @@ -0,0 +1,22 @@ + + + + + JsonExportConfig + + + Output format + Output format + + + + Format document (new lines, indentation) + Format document (new lines, indentation) + + + + Compress (everything in one line) + Compress (everything in one line) + + + diff --git a/Plugins/JsonExport/translations/JsonExport_nl_NL.ts b/Plugins/JsonExport/translations/JsonExport_nl_NL.ts new file mode 100644 index 0000000..0128d5f --- /dev/null +++ b/Plugins/JsonExport/translations/JsonExport_nl_NL.ts @@ -0,0 +1,22 @@ + + + + + JsonExportConfig + + + Output format + Output format + + + + Format document (new lines, indentation) + Format document (new lines, indentation) + + + + Compress (everything in one line) + Compress (everything in one line) + + + diff --git a/Plugins/JsonExport/translations/JsonExport_no_NO.ts b/Plugins/JsonExport/translations/JsonExport_no_NO.ts new file mode 100644 index 0000000..92bef14 --- /dev/null +++ b/Plugins/JsonExport/translations/JsonExport_no_NO.ts @@ -0,0 +1,22 @@ + + + + + JsonExportConfig + + + Output format + Output format + + + + Format document (new lines, indentation) + Format document (new lines, indentation) + + + + Compress (everything in one line) + Compress (everything in one line) + + + diff --git a/Plugins/JsonExport/translations/JsonExport_pl_PL.ts b/Plugins/JsonExport/translations/JsonExport_pl_PL.ts new file mode 100644 index 0000000..3891180 --- /dev/null +++ b/Plugins/JsonExport/translations/JsonExport_pl_PL.ts @@ -0,0 +1,22 @@ + + + + + JsonExportConfig + + + Output format + Format wyjściowy + + + + Format document (new lines, indentation) + Formatuj dokument (nowe linie, wcięcia) + + + + Compress (everything in one line) + Kompresuj (wszystko w jednej linii) + + + diff --git a/Plugins/JsonExport/translations/JsonExport_pt_BR.ts b/Plugins/JsonExport/translations/JsonExport_pt_BR.ts new file mode 100644 index 0000000..68c17c0 --- /dev/null +++ b/Plugins/JsonExport/translations/JsonExport_pt_BR.ts @@ -0,0 +1,22 @@ + + + + + JsonExportConfig + + + Output format + Formato de saída + + + + Format document (new lines, indentation) + Formatar documento (novas linhas, recuo) + + + + Compress (everything in one line) + Comprimir (tudo em uma linha) + + + diff --git a/Plugins/JsonExport/translations/JsonExport_pt_PT.ts b/Plugins/JsonExport/translations/JsonExport_pt_PT.ts new file mode 100644 index 0000000..7e89e41 --- /dev/null +++ b/Plugins/JsonExport/translations/JsonExport_pt_PT.ts @@ -0,0 +1,22 @@ + + + + + JsonExportConfig + + + Output format + Output format + + + + Format document (new lines, indentation) + Format document (new lines, indentation) + + + + Compress (everything in one line) + Compress (everything in one line) + + + diff --git a/Plugins/JsonExport/translations/JsonExport_ro_RO.ts b/Plugins/JsonExport/translations/JsonExport_ro_RO.ts new file mode 100644 index 0000000..805e20d --- /dev/null +++ b/Plugins/JsonExport/translations/JsonExport_ro_RO.ts @@ -0,0 +1,22 @@ + + + + + JsonExportConfig + + + Output format + Output format + + + + Format document (new lines, indentation) + Format document (new lines, indentation) + + + + Compress (everything in one line) + Compress (everything in one line) + + + diff --git a/Plugins/JsonExport/translations/JsonExport_ru_RU.ts b/Plugins/JsonExport/translations/JsonExport_ru_RU.ts new file mode 100644 index 0000000..4c93197 --- /dev/null +++ b/Plugins/JsonExport/translations/JsonExport_ru_RU.ts @@ -0,0 +1,22 @@ + + + + + JsonExportConfig + + + Output format + Выходной формат + + + + Format document (new lines, indentation) + Форматировать документ (переносы строк, отступы) + + + + Compress (everything in one line) + Сжать (всё в одну строку) + + + diff --git a/Plugins/JsonExport/translations/JsonExport_sk_SK.ts b/Plugins/JsonExport/translations/JsonExport_sk_SK.ts new file mode 100644 index 0000000..dc99e74 --- /dev/null +++ b/Plugins/JsonExport/translations/JsonExport_sk_SK.ts @@ -0,0 +1,22 @@ + + + + + JsonExportConfig + + + Output format + Výstupný formát + + + + Format document (new lines, indentation) + Formátovať dokument (nové riadky, odsadenie) + + + + Compress (everything in one line) + Zhustiť (všetko do jedného riadka) + + + diff --git a/Plugins/JsonExport/translations/JsonExport_sr_SP.ts b/Plugins/JsonExport/translations/JsonExport_sr_SP.ts new file mode 100644 index 0000000..84720a6 --- /dev/null +++ b/Plugins/JsonExport/translations/JsonExport_sr_SP.ts @@ -0,0 +1,22 @@ + + + + + JsonExportConfig + + + Output format + Output format + + + + Format document (new lines, indentation) + Format document (new lines, indentation) + + + + Compress (everything in one line) + Compress (everything in one line) + + + diff --git a/Plugins/JsonExport/translations/JsonExport_sv_SE.ts b/Plugins/JsonExport/translations/JsonExport_sv_SE.ts new file mode 100644 index 0000000..6cb045d --- /dev/null +++ b/Plugins/JsonExport/translations/JsonExport_sv_SE.ts @@ -0,0 +1,22 @@ + + + + + JsonExportConfig + + + Output format + Output format + + + + Format document (new lines, indentation) + Format document (new lines, indentation) + + + + Compress (everything in one line) + Compress (everything in one line) + + + diff --git a/Plugins/JsonExport/translations/JsonExport_tr_TR.ts b/Plugins/JsonExport/translations/JsonExport_tr_TR.ts new file mode 100644 index 0000000..924fd85 --- /dev/null +++ b/Plugins/JsonExport/translations/JsonExport_tr_TR.ts @@ -0,0 +1,22 @@ + + + + + JsonExportConfig + + + Output format + Çıktı formatı + + + + Format document (new lines, indentation) + Döküman biçimi (yeni satırlar, girintiler) + + + + Compress (everything in one line) + Sıkıştır (her şeyi bir satırda) + + + diff --git a/Plugins/JsonExport/translations/JsonExport_uk_UA.ts b/Plugins/JsonExport/translations/JsonExport_uk_UA.ts new file mode 100644 index 0000000..b10ecd4 --- /dev/null +++ b/Plugins/JsonExport/translations/JsonExport_uk_UA.ts @@ -0,0 +1,22 @@ + + + + + JsonExportConfig + + + Output format + Output format + + + + Format document (new lines, indentation) + Format document (new lines, indentation) + + + + Compress (everything in one line) + Compress (everything in one line) + + + diff --git a/Plugins/JsonExport/translations/JsonExport_vi_VN.ts b/Plugins/JsonExport/translations/JsonExport_vi_VN.ts new file mode 100644 index 0000000..741d86f --- /dev/null +++ b/Plugins/JsonExport/translations/JsonExport_vi_VN.ts @@ -0,0 +1,22 @@ + + + + + JsonExportConfig + + + Output format + Output format + + + + Format document (new lines, indentation) + Format document (new lines, indentation) + + + + Compress (everything in one line) + Compress (everything in one line) + + + diff --git a/Plugins/JsonExport/translations/JsonExport_zh_CN.ts b/Plugins/JsonExport/translations/JsonExport_zh_CN.ts new file mode 100644 index 0000000..092ab94 --- /dev/null +++ b/Plugins/JsonExport/translations/JsonExport_zh_CN.ts @@ -0,0 +1,22 @@ + + + + + JsonExportConfig + + + Output format + 输出格式 + + + + Format document (new lines, indentation) + 格式化的文本(多行,缩进) + + + + Compress (everything in one line) + 压缩(单行文件) + + + diff --git a/Plugins/JsonExport/translations/JsonExport_zh_TW.ts b/Plugins/JsonExport/translations/JsonExport_zh_TW.ts new file mode 100644 index 0000000..dd5d74a --- /dev/null +++ b/Plugins/JsonExport/translations/JsonExport_zh_TW.ts @@ -0,0 +1,22 @@ + + + + + JsonExportConfig + + + Output format + 輸出格式 + + + + Format document (new lines, indentation) + 格式化的文字 (多行,縮排) + + + + Compress (everything in one line) + 壓縮 (單行檔案) + + + -- cgit v1.2.3