diff options
Diffstat (limited to 'Plugins/JsonExport')
| -rw-r--r-- | Plugins/JsonExport/JsonExport.pro | 24 | ||||
| -rw-r--r-- | Plugins/JsonExport/JsonExport_de.qm | bin | 0 -> 23 bytes | |||
| -rw-r--r-- | Plugins/JsonExport/JsonExport_de.ts | 22 | ||||
| -rw-r--r-- | Plugins/JsonExport/JsonExport_es.qm | bin | 0 -> 23 bytes | |||
| -rw-r--r-- | Plugins/JsonExport/JsonExport_es.ts | 22 | ||||
| -rw-r--r-- | Plugins/JsonExport/JsonExport_fr.qm | bin | 0 -> 438 bytes | |||
| -rw-r--r-- | Plugins/JsonExport/JsonExport_fr.ts | 22 | ||||
| -rw-r--r-- | Plugins/JsonExport/JsonExport_pt_BR.qm | bin | 0 -> 23 bytes | |||
| -rw-r--r-- | Plugins/JsonExport/JsonExport_pt_BR.ts | 22 | ||||
| -rw-r--r-- | Plugins/JsonExport/JsonExport_ru.qm | bin | 0 -> 441 bytes | |||
| -rw-r--r-- | Plugins/JsonExport/JsonExport_ru.ts | 22 | ||||
| -rw-r--r-- | Plugins/JsonExport/JsonExport_sk.qm | bin | 0 -> 27 bytes | |||
| -rw-r--r-- | Plugins/JsonExport/JsonExport_sk.ts | 22 | ||||
| -rw-r--r-- | Plugins/JsonExport/JsonExport_zh_CN.qm | 1 | ||||
| -rw-r--r-- | Plugins/JsonExport/JsonExport_zh_CN.ts | 22 | ||||
| -rw-r--r-- | Plugins/JsonExport/jsonexport.qrc | 2 |
16 files changed, 178 insertions, 3 deletions
diff --git a/Plugins/JsonExport/JsonExport.pro b/Plugins/JsonExport/JsonExport.pro index c259664..6f8ae18 100644 --- a/Plugins/JsonExport/JsonExport.pro +++ b/Plugins/JsonExport/JsonExport.pro @@ -4,10 +4,10 @@ # #------------------------------------------------- -include($$PWD/../../SQLiteStudio3/plugins.pri) - QT -= gui +include($$PWD/../../SQLiteStudio3/plugins.pri) + TARGET = JsonExport TEMPLATE = lib @@ -28,5 +28,23 @@ RESOURCES += \ jsonexport.qrc -TRANSLATIONS += JsonExport_pl.ts +TRANSLATIONS += JsonExport_zh_CN.ts \ + JsonExport_sk.ts \ + JsonExport_de.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 Binary files differnew file mode 100644 index 0000000..9dad8df --- /dev/null +++ b/Plugins/JsonExport/JsonExport_de.qm diff --git a/Plugins/JsonExport/JsonExport_de.ts b/Plugins/JsonExport/JsonExport_de.ts new file mode 100644 index 0000000..e345feb --- /dev/null +++ b/Plugins/JsonExport/JsonExport_de.ts @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="de_DE"> +<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_es.qm b/Plugins/JsonExport/JsonExport_es.qm Binary files differnew file mode 100644 index 0000000..9dad8df --- /dev/null +++ b/Plugins/JsonExport/JsonExport_es.qm diff --git a/Plugins/JsonExport/JsonExport_es.ts b/Plugins/JsonExport/JsonExport_es.ts new file mode 100644 index 0000000..e93d0ff --- /dev/null +++ b/Plugins/JsonExport/JsonExport_es.ts @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="es_ES"> +<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_fr.qm b/Plugins/JsonExport/JsonExport_fr.qm Binary files differnew file mode 100644 index 0000000..094764b --- /dev/null +++ b/Plugins/JsonExport/JsonExport_fr.qm diff --git a/Plugins/JsonExport/JsonExport_fr.ts b/Plugins/JsonExport/JsonExport_fr.ts new file mode 100644 index 0000000..cb53aff --- /dev/null +++ b/Plugins/JsonExport/JsonExport_fr.ts @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="fr_FR"> +<context> + <name>JsonExportConfig</name> + <message> + <location filename="jsonexport.ui" line="20"/> + <source>Output format</source> + <translation>Format d'affichage</translation> + </message> + <message> + <location filename="jsonexport.ui" line="26"/> + <source>Format document (new lines, indentation)</source> + <translation>Format document (nouvelle lignes, indentation)</translation> + </message> + <message> + <location filename="jsonexport.ui" line="42"/> + <source>Compress (everything in one line)</source> + <translation>Condensé(tout sur une ligne)</translation> + </message> +</context> +</TS> diff --git a/Plugins/JsonExport/JsonExport_pt_BR.qm b/Plugins/JsonExport/JsonExport_pt_BR.qm Binary files differnew file mode 100644 index 0000000..c02994c --- /dev/null +++ b/Plugins/JsonExport/JsonExport_pt_BR.qm diff --git a/Plugins/JsonExport/JsonExport_pt_BR.ts b/Plugins/JsonExport/JsonExport_pt_BR.ts new file mode 100644 index 0000000..53480f6 --- /dev/null +++ b/Plugins/JsonExport/JsonExport_pt_BR.ts @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="pt_BR"> +<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_ru.qm b/Plugins/JsonExport/JsonExport_ru.qm Binary files differnew file mode 100644 index 0000000..57acd3e --- /dev/null +++ b/Plugins/JsonExport/JsonExport_ru.qm diff --git a/Plugins/JsonExport/JsonExport_ru.ts b/Plugins/JsonExport/JsonExport_ru.ts new file mode 100644 index 0000000..5419206 --- /dev/null +++ b/Plugins/JsonExport/JsonExport_ru.ts @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="ru_RU"> +<context> + <name>JsonExportConfig</name> + <message> + <location filename="jsonexport.ui" line="20"/> + <source>Output format</source> + <translation>Выходной формат</translation> + </message> + <message> + <location filename="jsonexport.ui" line="26"/> + <source>Format document (new lines, indentation)</source> + <translation>Форматировать документ (переносы строк, отступы)</translation> + </message> + <message> + <location filename="jsonexport.ui" line="42"/> + <source>Compress (everything in one line)</source> + <translation>Сжать (всё в одну строку)</translation> + </message> +</context> +</TS> diff --git a/Plugins/JsonExport/JsonExport_sk.qm b/Plugins/JsonExport/JsonExport_sk.qm Binary files differnew file mode 100644 index 0000000..1776294 --- /dev/null +++ b/Plugins/JsonExport/JsonExport_sk.qm diff --git a/Plugins/JsonExport/JsonExport_sk.ts b/Plugins/JsonExport/JsonExport_sk.ts new file mode 100644 index 0000000..6fd3228 --- /dev/null +++ b/Plugins/JsonExport/JsonExport_sk.ts @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="sk_SK"> +<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.qm b/Plugins/JsonExport/JsonExport_zh_CN.qm new file mode 100644 index 0000000..be651ee --- /dev/null +++ b/Plugins/JsonExport/JsonExport_zh_CN.qm @@ -0,0 +1 @@ +<d!`
\ No newline at end of file diff --git a/Plugins/JsonExport/JsonExport_zh_CN.ts b/Plugins/JsonExport/JsonExport_zh_CN.ts new file mode 100644 index 0000000..2102dc6 --- /dev/null +++ b/Plugins/JsonExport/JsonExport_zh_CN.ts @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="zh_CN"> +<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.qrc b/Plugins/JsonExport/jsonexport.qrc index c9c8b78..7899199 100644 --- a/Plugins/JsonExport/jsonexport.qrc +++ b/Plugins/JsonExport/jsonexport.qrc @@ -4,5 +4,7 @@ </qresource> <qresource prefix="/msg"> <file>JsonExport_pl.qm</file> + <file>JsonExport_ru.qm</file> + <file>JsonExport_fr.qm</file> </qresource> </RCC> |
