diff options
| author | 2023-04-30 18:30:36 -0400 | |
|---|---|---|
| committer | 2023-04-30 18:30:36 -0400 | |
| commit | 3565aad630864ecdbe53fdaa501ea708555b3c7c (patch) | |
| tree | c743e4ad0bad39ebdb2f514c7cc52d34a257ebbe /Plugins/SqlEnterpriseFormatter/translations | |
| parent | 1fdc150116cad39aae5c5da407c3312b47a59e3a (diff) | |
New upstream version 3.4.4+dfsg.upstream/3.4.4+dfsg
Diffstat (limited to 'Plugins/SqlEnterpriseFormatter/translations')
34 files changed, 7752 insertions, 0 deletions
diff --git a/Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter.ts b/Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter.ts new file mode 100644 index 0000000..5d78b16 --- /dev/null +++ b/Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter.ts @@ -0,0 +1,228 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.1"> + <context> + <name>QObject</name> + <message> + <location filename="../sqlenterpriseformatter.cpp" line="90"/> + <location filename="../sqlenterpriseformatter.cpp" line="97"/> + <source>name</source> + <comment>example name wrapper</comment> + <translation type="unfinished"/> + </message> + </context> + <context> + <name>SqlEnterpriseFormatter</name> + <message> + <location filename="../sqlenterpriseformatter.ui" line="46"/> + <source>Indentation</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="58"/> + <source>Line up keywords in multi-line queries</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="68"/> + <source>Indent contents of parenthesis block</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="91"/> + <source>Tab size:</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="106"/> + <source>New lines</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="160"/> + <source>Before opening parenthesis in column definitions</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="170"/> + <source>After opening parenthesis in column definitions</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="180"/> + <source>Before closing parenthesis in column definitions</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="190"/> + <source>After closing parenthesis in column definitions</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="200"/> + <source>Before opening parenthesis in expressions</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="210"/> + <source>After opening parenthesis in expressions</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="220"/> + <source>Before closing parenthesis in expressions</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="230"/> + <source>After closing parenthesis in expressions</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="240"/> + <source>After JOIN keywords in FROM clause</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="250"/> + <source>Put each column constraint in CREATE TABLE into new line</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="260"/> + <source>After comma</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="270"/> + <source>After comma in expressions</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="280"/> + <source>After semicolon</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="290"/> + <location filename="../sqlenterpriseformatter.ui" line="512"/> + <source>Never before semicolon</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="338"/> + <source>White spaces</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="392"/> + <source>Before comma in lists</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="402"/> + <source>After comma in lists</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="412"/> + <source>Before opening parenthesis</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="422"/> + <source>After opening parenthesis</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="432"/> + <source>Before closing parenthesis</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="442"/> + <source>After closing parenthesis</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="452"/> + <source>No space between SQL function name and opening parenthesis</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="462"/> + <source>Before dot operator (in path to database object)</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="472"/> + <source>After dot operator (in path to database object)</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="482"/> + <source>Before mathematical operator</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="492"/> + <source>After mathematical operator</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="502"/> + <source>Never before comma</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="558"/> + <source>Names</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="583"/> + <source>Preferred name wrapper</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="600"/> + <source>Always use name wrapping</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="610"/> + <source>Uppercase data type names</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="620"/> + <source>Uppercase keywords</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="631"/> + <source>Comments</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="637"/> + <source>Preferred comment marker (where possible):</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="654"/> + <source>Move all comments to the line end</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="664"/> + <source>Line up comments at the line end</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="695"/> + <source>Preview</source> + <translation type="unfinished"/> + </message> + </context> +</TS> diff --git a/Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_af_ZA.ts b/Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_af_ZA.ts new file mode 100644 index 0000000..47b66eb --- /dev/null +++ b/Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_af_ZA.ts @@ -0,0 +1,228 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.1" language="af" sourcelanguage="en"> + <context> + <name>QObject</name> + <message> + <location filename="../sqlenterpriseformatter.cpp" line="90"/> + <location filename="../sqlenterpriseformatter.cpp" line="97"/> + <source>name</source> + <comment>example name wrapper</comment> + <translation type="unfinished">name</translation> + </message> + </context> + <context> + <name>SqlEnterpriseFormatter</name> + <message> + <location filename="../sqlenterpriseformatter.ui" line="46"/> + <source>Indentation</source> + <translation type="unfinished">Indentation</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="58"/> + <source>Line up keywords in multi-line queries</source> + <translation type="unfinished">Line up keywords in multi-line queries</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="68"/> + <source>Indent contents of parenthesis block</source> + <translation type="unfinished">Indent contents of parenthesis block</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="91"/> + <source>Tab size:</source> + <translation type="unfinished">Tab size:</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="106"/> + <source>New lines</source> + <translation type="unfinished">New lines</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="160"/> + <source>Before opening parenthesis in column definitions</source> + <translation type="unfinished">Before opening parenthesis in column definitions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="170"/> + <source>After opening parenthesis in column definitions</source> + <translation type="unfinished">After opening parenthesis in column definitions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="180"/> + <source>Before closing parenthesis in column definitions</source> + <translation type="unfinished">Before closing parenthesis in column definitions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="190"/> + <source>After closing parenthesis in column definitions</source> + <translation type="unfinished">After closing parenthesis in column definitions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="200"/> + <source>Before opening parenthesis in expressions</source> + <translation type="unfinished">Before opening parenthesis in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="210"/> + <source>After opening parenthesis in expressions</source> + <translation type="unfinished">After opening parenthesis in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="220"/> + <source>Before closing parenthesis in expressions</source> + <translation type="unfinished">Before closing parenthesis in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="230"/> + <source>After closing parenthesis in expressions</source> + <translation type="unfinished">After closing parenthesis in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="240"/> + <source>After JOIN keywords in FROM clause</source> + <translation type="unfinished">After JOIN keywords in FROM clause</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="250"/> + <source>Put each column constraint in CREATE TABLE into new line</source> + <translation type="unfinished">Put each column constraint in CREATE TABLE into new line</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="260"/> + <source>After comma</source> + <translation type="unfinished">After comma</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="270"/> + <source>After comma in expressions</source> + <translation type="unfinished">After comma in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="280"/> + <source>After semicolon</source> + <translation type="unfinished">After semicolon</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="290"/> + <location filename="../sqlenterpriseformatter.ui" line="512"/> + <source>Never before semicolon</source> + <translation type="unfinished">Never before semicolon</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="338"/> + <source>White spaces</source> + <translation type="unfinished">White spaces</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="392"/> + <source>Before comma in lists</source> + <translation type="unfinished">Before comma in lists</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="402"/> + <source>After comma in lists</source> + <translation type="unfinished">After comma in lists</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="412"/> + <source>Before opening parenthesis</source> + <translation type="unfinished">Before opening parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="422"/> + <source>After opening parenthesis</source> + <translation type="unfinished">After opening parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="432"/> + <source>Before closing parenthesis</source> + <translation type="unfinished">Before closing parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="442"/> + <source>After closing parenthesis</source> + <translation type="unfinished">After closing parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="452"/> + <source>No space between SQL function name and opening parenthesis</source> + <translation type="unfinished">No space between SQL function name and opening parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="462"/> + <source>Before dot operator (in path to database object)</source> + <translation type="unfinished">Before dot operator (in path to database object)</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="472"/> + <source>After dot operator (in path to database object)</source> + <translation type="unfinished">After dot operator (in path to database object)</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="482"/> + <source>Before mathematical operator</source> + <translation type="unfinished">Before mathematical operator</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="492"/> + <source>After mathematical operator</source> + <translation type="unfinished">After mathematical operator</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="502"/> + <source>Never before comma</source> + <translation type="unfinished">Never before comma</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="558"/> + <source>Names</source> + <translation type="unfinished">Names</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="583"/> + <source>Preferred name wrapper</source> + <translation type="unfinished">Preferred name wrapper</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="600"/> + <source>Always use name wrapping</source> + <translation type="unfinished">Always use name wrapping</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="610"/> + <source>Uppercase data type names</source> + <translation type="unfinished">Uppercase data type names</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="620"/> + <source>Uppercase keywords</source> + <translation type="unfinished">Uppercase keywords</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="631"/> + <source>Comments</source> + <translation type="unfinished">Comments</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="637"/> + <source>Preferred comment marker (where possible):</source> + <translation type="unfinished">Preferred comment marker (where possible):</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="654"/> + <source>Move all comments to the line end</source> + <translation type="unfinished">Move all comments to the line end</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="664"/> + <source>Line up comments at the line end</source> + <translation type="unfinished">Line up comments at the line end</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="695"/> + <source>Preview</source> + <translation type="unfinished">Preview</translation> + </message> + </context> +</TS> diff --git a/Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_ar_SA.ts b/Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_ar_SA.ts new file mode 100644 index 0000000..726ae44 --- /dev/null +++ b/Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_ar_SA.ts @@ -0,0 +1,228 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.1" language="ar" sourcelanguage="en"> + <context> + <name>QObject</name> + <message> + <location filename="../sqlenterpriseformatter.cpp" line="90"/> + <location filename="../sqlenterpriseformatter.cpp" line="97"/> + <source>name</source> + <comment>example name wrapper</comment> + <translation type="unfinished">name</translation> + </message> + </context> + <context> + <name>SqlEnterpriseFormatter</name> + <message> + <location filename="../sqlenterpriseformatter.ui" line="46"/> + <source>Indentation</source> + <translation type="unfinished">Indentation</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="58"/> + <source>Line up keywords in multi-line queries</source> + <translation type="unfinished">Line up keywords in multi-line queries</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="68"/> + <source>Indent contents of parenthesis block</source> + <translation type="unfinished">Indent contents of parenthesis block</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="91"/> + <source>Tab size:</source> + <translation type="unfinished">Tab size:</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="106"/> + <source>New lines</source> + <translation type="unfinished">New lines</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="160"/> + <source>Before opening parenthesis in column definitions</source> + <translation type="unfinished">Before opening parenthesis in column definitions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="170"/> + <source>After opening parenthesis in column definitions</source> + <translation type="unfinished">After opening parenthesis in column definitions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="180"/> + <source>Before closing parenthesis in column definitions</source> + <translation type="unfinished">Before closing parenthesis in column definitions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="190"/> + <source>After closing parenthesis in column definitions</source> + <translation type="unfinished">After closing parenthesis in column definitions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="200"/> + <source>Before opening parenthesis in expressions</source> + <translation type="unfinished">Before opening parenthesis in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="210"/> + <source>After opening parenthesis in expressions</source> + <translation type="unfinished">After opening parenthesis in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="220"/> + <source>Before closing parenthesis in expressions</source> + <translation type="unfinished">Before closing parenthesis in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="230"/> + <source>After closing parenthesis in expressions</source> + <translation type="unfinished">After closing parenthesis in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="240"/> + <source>After JOIN keywords in FROM clause</source> + <translation type="unfinished">After JOIN keywords in FROM clause</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="250"/> + <source>Put each column constraint in CREATE TABLE into new line</source> + <translation type="unfinished">Put each column constraint in CREATE TABLE into new line</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="260"/> + <source>After comma</source> + <translation type="unfinished">After comma</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="270"/> + <source>After comma in expressions</source> + <translation type="unfinished">After comma in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="280"/> + <source>After semicolon</source> + <translation type="unfinished">After semicolon</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="290"/> + <location filename="../sqlenterpriseformatter.ui" line="512"/> + <source>Never before semicolon</source> + <translation type="unfinished">Never before semicolon</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="338"/> + <source>White spaces</source> + <translation type="unfinished">White spaces</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="392"/> + <source>Before comma in lists</source> + <translation type="unfinished">Before comma in lists</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="402"/> + <source>After comma in lists</source> + <translation type="unfinished">After comma in lists</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="412"/> + <source>Before opening parenthesis</source> + <translation type="unfinished">Before opening parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="422"/> + <source>After opening parenthesis</source> + <translation type="unfinished">After opening parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="432"/> + <source>Before closing parenthesis</source> + <translation type="unfinished">Before closing parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="442"/> + <source>After closing parenthesis</source> + <translation type="unfinished">After closing parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="452"/> + <source>No space between SQL function name and opening parenthesis</source> + <translation type="unfinished">No space between SQL function name and opening parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="462"/> + <source>Before dot operator (in path to database object)</source> + <translation type="unfinished">Before dot operator (in path to database object)</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="472"/> + <source>After dot operator (in path to database object)</source> + <translation type="unfinished">After dot operator (in path to database object)</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="482"/> + <source>Before mathematical operator</source> + <translation type="unfinished">Before mathematical operator</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="492"/> + <source>After mathematical operator</source> + <translation type="unfinished">After mathematical operator</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="502"/> + <source>Never before comma</source> + <translation type="unfinished">Never before comma</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="558"/> + <source>Names</source> + <translation type="unfinished">Names</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="583"/> + <source>Preferred name wrapper</source> + <translation type="unfinished">Preferred name wrapper</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="600"/> + <source>Always use name wrapping</source> + <translation type="unfinished">Always use name wrapping</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="610"/> + <source>Uppercase data type names</source> + <translation type="unfinished">Uppercase data type names</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="620"/> + <source>Uppercase keywords</source> + <translation type="unfinished">Uppercase keywords</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="631"/> + <source>Comments</source> + <translation type="unfinished">Comments</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="637"/> + <source>Preferred comment marker (where possible):</source> + <translation type="unfinished">Preferred comment marker (where possible):</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="654"/> + <source>Move all comments to the line end</source> + <translation type="unfinished">Move all comments to the line end</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="664"/> + <source>Line up comments at the line end</source> + <translation type="unfinished">Line up comments at the line end</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="695"/> + <source>Preview</source> + <translation type="unfinished">Preview</translation> + </message> + </context> +</TS> diff --git a/Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_ca_ES.ts b/Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_ca_ES.ts new file mode 100644 index 0000000..a5ea728 --- /dev/null +++ b/Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_ca_ES.ts @@ -0,0 +1,228 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.1" language="ca" sourcelanguage="en"> + <context> + <name>QObject</name> + <message> + <location filename="../sqlenterpriseformatter.cpp" line="90"/> + <location filename="../sqlenterpriseformatter.cpp" line="97"/> + <source>name</source> + <comment>example name wrapper</comment> + <translation type="unfinished">name</translation> + </message> + </context> + <context> + <name>SqlEnterpriseFormatter</name> + <message> + <location filename="../sqlenterpriseformatter.ui" line="46"/> + <source>Indentation</source> + <translation type="unfinished">Indentation</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="58"/> + <source>Line up keywords in multi-line queries</source> + <translation type="unfinished">Line up keywords in multi-line queries</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="68"/> + <source>Indent contents of parenthesis block</source> + <translation type="unfinished">Indent contents of parenthesis block</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="91"/> + <source>Tab size:</source> + <translation type="unfinished">Tab size:</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="106"/> + <source>New lines</source> + <translation type="unfinished">New lines</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="160"/> + <source>Before opening parenthesis in column definitions</source> + <translation type="unfinished">Before opening parenthesis in column definitions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="170"/> + <source>After opening parenthesis in column definitions</source> + <translation type="unfinished">After opening parenthesis in column definitions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="180"/> + <source>Before closing parenthesis in column definitions</source> + <translation type="unfinished">Before closing parenthesis in column definitions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="190"/> + <source>After closing parenthesis in column definitions</source> + <translation type="unfinished">After closing parenthesis in column definitions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="200"/> + <source>Before opening parenthesis in expressions</source> + <translation type="unfinished">Before opening parenthesis in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="210"/> + <source>After opening parenthesis in expressions</source> + <translation type="unfinished">After opening parenthesis in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="220"/> + <source>Before closing parenthesis in expressions</source> + <translation type="unfinished">Before closing parenthesis in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="230"/> + <source>After closing parenthesis in expressions</source> + <translation type="unfinished">After closing parenthesis in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="240"/> + <source>After JOIN keywords in FROM clause</source> + <translation type="unfinished">After JOIN keywords in FROM clause</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="250"/> + <source>Put each column constraint in CREATE TABLE into new line</source> + <translation type="unfinished">Put each column constraint in CREATE TABLE into new line</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="260"/> + <source>After comma</source> + <translation type="unfinished">After comma</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="270"/> + <source>After comma in expressions</source> + <translation type="unfinished">After comma in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="280"/> + <source>After semicolon</source> + <translation type="unfinished">After semicolon</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="290"/> + <location filename="../sqlenterpriseformatter.ui" line="512"/> + <source>Never before semicolon</source> + <translation type="unfinished">Never before semicolon</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="338"/> + <source>White spaces</source> + <translation type="unfinished">White spaces</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="392"/> + <source>Before comma in lists</source> + <translation type="unfinished">Before comma in lists</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="402"/> + <source>After comma in lists</source> + <translation type="unfinished">After comma in lists</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="412"/> + <source>Before opening parenthesis</source> + <translation type="unfinished">Before opening parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="422"/> + <source>After opening parenthesis</source> + <translation type="unfinished">After opening parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="432"/> + <source>Before closing parenthesis</source> + <translation type="unfinished">Before closing parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="442"/> + <source>After closing parenthesis</source> + <translation type="unfinished">After closing parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="452"/> + <source>No space between SQL function name and opening parenthesis</source> + <translation type="unfinished">No space between SQL function name and opening parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="462"/> + <source>Before dot operator (in path to database object)</source> + <translation type="unfinished">Before dot operator (in path to database object)</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="472"/> + <source>After dot operator (in path to database object)</source> + <translation type="unfinished">After dot operator (in path to database object)</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="482"/> + <source>Before mathematical operator</source> + <translation type="unfinished">Before mathematical operator</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="492"/> + <source>After mathematical operator</source> + <translation type="unfinished">After mathematical operator</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="502"/> + <source>Never before comma</source> + <translation type="unfinished">Never before comma</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="558"/> + <source>Names</source> + <translation type="unfinished">Names</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="583"/> + <source>Preferred name wrapper</source> + <translation type="unfinished">Preferred name wrapper</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="600"/> + <source>Always use name wrapping</source> + <translation type="unfinished">Always use name wrapping</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="610"/> + <source>Uppercase data type names</source> + <translation type="unfinished">Uppercase data type names</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="620"/> + <source>Uppercase keywords</source> + <translation type="unfinished">Uppercase keywords</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="631"/> + <source>Comments</source> + <translation type="unfinished">Comments</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="637"/> + <source>Preferred comment marker (where possible):</source> + <translation type="unfinished">Preferred comment marker (where possible):</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="654"/> + <source>Move all comments to the line end</source> + <translation type="unfinished">Move all comments to the line end</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="664"/> + <source>Line up comments at the line end</source> + <translation type="unfinished">Line up comments at the line end</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="695"/> + <source>Preview</source> + <translation type="unfinished">Preview</translation> + </message> + </context> +</TS> diff --git a/Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_cs_CZ.ts b/Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_cs_CZ.ts new file mode 100644 index 0000000..ba55846 --- /dev/null +++ b/Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_cs_CZ.ts @@ -0,0 +1,228 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.1" language="cs" sourcelanguage="en"> + <context> + <name>QObject</name> + <message> + <location filename="../sqlenterpriseformatter.cpp" line="90"/> + <location filename="../sqlenterpriseformatter.cpp" line="97"/> + <source>name</source> + <comment>example name wrapper</comment> + <translation type="unfinished">name</translation> + </message> + </context> + <context> + <name>SqlEnterpriseFormatter</name> + <message> + <location filename="../sqlenterpriseformatter.ui" line="46"/> + <source>Indentation</source> + <translation type="unfinished">Indentation</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="58"/> + <source>Line up keywords in multi-line queries</source> + <translation type="unfinished">Line up keywords in multi-line queries</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="68"/> + <source>Indent contents of parenthesis block</source> + <translation type="unfinished">Indent contents of parenthesis block</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="91"/> + <source>Tab size:</source> + <translation type="unfinished">Tab size:</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="106"/> + <source>New lines</source> + <translation type="unfinished">New lines</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="160"/> + <source>Before opening parenthesis in column definitions</source> + <translation type="unfinished">Before opening parenthesis in column definitions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="170"/> + <source>After opening parenthesis in column definitions</source> + <translation type="unfinished">After opening parenthesis in column definitions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="180"/> + <source>Before closing parenthesis in column definitions</source> + <translation type="unfinished">Before closing parenthesis in column definitions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="190"/> + <source>After closing parenthesis in column definitions</source> + <translation type="unfinished">After closing parenthesis in column definitions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="200"/> + <source>Before opening parenthesis in expressions</source> + <translation type="unfinished">Before opening parenthesis in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="210"/> + <source>After opening parenthesis in expressions</source> + <translation type="unfinished">After opening parenthesis in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="220"/> + <source>Before closing parenthesis in expressions</source> + <translation type="unfinished">Before closing parenthesis in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="230"/> + <source>After closing parenthesis in expressions</source> + <translation type="unfinished">After closing parenthesis in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="240"/> + <source>After JOIN keywords in FROM clause</source> + <translation type="unfinished">After JOIN keywords in FROM clause</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="250"/> + <source>Put each column constraint in CREATE TABLE into new line</source> + <translation type="unfinished">Put each column constraint in CREATE TABLE into new line</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="260"/> + <source>After comma</source> + <translation type="unfinished">After comma</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="270"/> + <source>After comma in expressions</source> + <translation type="unfinished">After comma in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="280"/> + <source>After semicolon</source> + <translation type="unfinished">After semicolon</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="290"/> + <location filename="../sqlenterpriseformatter.ui" line="512"/> + <source>Never before semicolon</source> + <translation type="unfinished">Never before semicolon</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="338"/> + <source>White spaces</source> + <translation type="unfinished">White spaces</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="392"/> + <source>Before comma in lists</source> + <translation type="unfinished">Before comma in lists</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="402"/> + <source>After comma in lists</source> + <translation type="unfinished">After comma in lists</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="412"/> + <source>Before opening parenthesis</source> + <translation type="unfinished">Before opening parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="422"/> + <source>After opening parenthesis</source> + <translation type="unfinished">After opening parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="432"/> + <source>Before closing parenthesis</source> + <translation type="unfinished">Before closing parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="442"/> + <source>After closing parenthesis</source> + <translation type="unfinished">After closing parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="452"/> + <source>No space between SQL function name and opening parenthesis</source> + <translation type="unfinished">No space between SQL function name and opening parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="462"/> + <source>Before dot operator (in path to database object)</source> + <translation type="unfinished">Before dot operator (in path to database object)</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="472"/> + <source>After dot operator (in path to database object)</source> + <translation type="unfinished">After dot operator (in path to database object)</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="482"/> + <source>Before mathematical operator</source> + <translation type="unfinished">Before mathematical operator</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="492"/> + <source>After mathematical operator</source> + <translation type="unfinished">After mathematical operator</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="502"/> + <source>Never before comma</source> + <translation type="unfinished">Never before comma</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="558"/> + <source>Names</source> + <translation type="unfinished">Names</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="583"/> + <source>Preferred name wrapper</source> + <translation type="unfinished">Preferred name wrapper</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="600"/> + <source>Always use name wrapping</source> + <translation type="unfinished">Always use name wrapping</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="610"/> + <source>Uppercase data type names</source> + <translation type="unfinished">Uppercase data type names</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="620"/> + <source>Uppercase keywords</source> + <translation type="unfinished">Uppercase keywords</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="631"/> + <source>Comments</source> + <translation type="unfinished">Comments</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="637"/> + <source>Preferred comment marker (where possible):</source> + <translation type="unfinished">Preferred comment marker (where possible):</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="654"/> + <source>Move all comments to the line end</source> + <translation type="unfinished">Move all comments to the line end</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="664"/> + <source>Line up comments at the line end</source> + <translation type="unfinished">Line up comments at the line end</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="695"/> + <source>Preview</source> + <translation type="unfinished">Preview</translation> + </message> + </context> +</TS> diff --git a/Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_da_DK.ts b/Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_da_DK.ts new file mode 100644 index 0000000..d4c044d --- /dev/null +++ b/Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_da_DK.ts @@ -0,0 +1,228 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.1" language="da" sourcelanguage="en"> + <context> + <name>QObject</name> + <message> + <location filename="../sqlenterpriseformatter.cpp" line="90"/> + <location filename="../sqlenterpriseformatter.cpp" line="97"/> + <source>name</source> + <comment>example name wrapper</comment> + <translation type="unfinished">name</translation> + </message> + </context> + <context> + <name>SqlEnterpriseFormatter</name> + <message> + <location filename="../sqlenterpriseformatter.ui" line="46"/> + <source>Indentation</source> + <translation type="unfinished">Indentation</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="58"/> + <source>Line up keywords in multi-line queries</source> + <translation type="unfinished">Line up keywords in multi-line queries</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="68"/> + <source>Indent contents of parenthesis block</source> + <translation type="unfinished">Indent contents of parenthesis block</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="91"/> + <source>Tab size:</source> + <translation type="unfinished">Tab size:</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="106"/> + <source>New lines</source> + <translation type="unfinished">New lines</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="160"/> + <source>Before opening parenthesis in column definitions</source> + <translation type="unfinished">Before opening parenthesis in column definitions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="170"/> + <source>After opening parenthesis in column definitions</source> + <translation type="unfinished">After opening parenthesis in column definitions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="180"/> + <source>Before closing parenthesis in column definitions</source> + <translation type="unfinished">Before closing parenthesis in column definitions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="190"/> + <source>After closing parenthesis in column definitions</source> + <translation type="unfinished">After closing parenthesis in column definitions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="200"/> + <source>Before opening parenthesis in expressions</source> + <translation type="unfinished">Before opening parenthesis in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="210"/> + <source>After opening parenthesis in expressions</source> + <translation type="unfinished">After opening parenthesis in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="220"/> + <source>Before closing parenthesis in expressions</source> + <translation type="unfinished">Before closing parenthesis in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="230"/> + <source>After closing parenthesis in expressions</source> + <translation type="unfinished">After closing parenthesis in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="240"/> + <source>After JOIN keywords in FROM clause</source> + <translation type="unfinished">After JOIN keywords in FROM clause</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="250"/> + <source>Put each column constraint in CREATE TABLE into new line</source> + <translation type="unfinished">Put each column constraint in CREATE TABLE into new line</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="260"/> + <source>After comma</source> + <translation type="unfinished">After comma</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="270"/> + <source>After comma in expressions</source> + <translation type="unfinished">After comma in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="280"/> + <source>After semicolon</source> + <translation type="unfinished">After semicolon</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="290"/> + <location filename="../sqlenterpriseformatter.ui" line="512"/> + <source>Never before semicolon</source> + <translation type="unfinished">Never before semicolon</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="338"/> + <source>White spaces</source> + <translation type="unfinished">White spaces</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="392"/> + <source>Before comma in lists</source> + <translation type="unfinished">Before comma in lists</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="402"/> + <source>After comma in lists</source> + <translation type="unfinished">After comma in lists</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="412"/> + <source>Before opening parenthesis</source> + <translation type="unfinished">Before opening parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="422"/> + <source>After opening parenthesis</source> + <translation type="unfinished">After opening parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="432"/> + <source>Before closing parenthesis</source> + <translation type="unfinished">Before closing parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="442"/> + <source>After closing parenthesis</source> + <translation type="unfinished">After closing parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="452"/> + <source>No space between SQL function name and opening parenthesis</source> + <translation type="unfinished">No space between SQL function name and opening parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="462"/> + <source>Before dot operator (in path to database object)</source> + <translation type="unfinished">Before dot operator (in path to database object)</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="472"/> + <source>After dot operator (in path to database object)</source> + <translation type="unfinished">After dot operator (in path to database object)</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="482"/> + <source>Before mathematical operator</source> + <translation type="unfinished">Before mathematical operator</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="492"/> + <source>After mathematical operator</source> + <translation type="unfinished">After mathematical operator</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="502"/> + <source>Never before comma</source> + <translation type="unfinished">Never before comma</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="558"/> + <source>Names</source> + <translation type="unfinished">Names</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="583"/> + <source>Preferred name wrapper</source> + <translation type="unfinished">Preferred name wrapper</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="600"/> + <source>Always use name wrapping</source> + <translation type="unfinished">Always use name wrapping</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="610"/> + <source>Uppercase data type names</source> + <translation type="unfinished">Uppercase data type names</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="620"/> + <source>Uppercase keywords</source> + <translation type="unfinished">Uppercase keywords</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="631"/> + <source>Comments</source> + <translation type="unfinished">Comments</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="637"/> + <source>Preferred comment marker (where possible):</source> + <translation type="unfinished">Preferred comment marker (where possible):</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="654"/> + <source>Move all comments to the line end</source> + <translation type="unfinished">Move all comments to the line end</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="664"/> + <source>Line up comments at the line end</source> + <translation type="unfinished">Line up comments at the line end</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="695"/> + <source>Preview</source> + <translation type="unfinished">Preview</translation> + </message> + </context> +</TS> diff --git a/Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_de_DE.ts b/Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_de_DE.ts new file mode 100644 index 0000000..15d4920 --- /dev/null +++ b/Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_de_DE.ts @@ -0,0 +1,228 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.1" language="de" sourcelanguage="en"> + <context> + <name>QObject</name> + <message> + <location filename="../sqlenterpriseformatter.cpp" line="90"/> + <location filename="../sqlenterpriseformatter.cpp" line="97"/> + <source>name</source> + <comment>example name wrapper</comment> + <translation type="unfinished">name</translation> + </message> + </context> + <context> + <name>SqlEnterpriseFormatter</name> + <message> + <location filename="../sqlenterpriseformatter.ui" line="46"/> + <source>Indentation</source> + <translation>Einrückung</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="58"/> + <source>Line up keywords in multi-line queries</source> + <translation type="unfinished">Line up keywords in multi-line queries</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="68"/> + <source>Indent contents of parenthesis block</source> + <translation type="unfinished">Indent contents of parenthesis block</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="91"/> + <source>Tab size:</source> + <translation>Tabulatorgröße:</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="106"/> + <source>New lines</source> + <translation>Neue Zeilen</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="160"/> + <source>Before opening parenthesis in column definitions</source> + <translation type="unfinished">Before opening parenthesis in column definitions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="170"/> + <source>After opening parenthesis in column definitions</source> + <translation type="unfinished">After opening parenthesis in column definitions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="180"/> + <source>Before closing parenthesis in column definitions</source> + <translation type="unfinished">Before closing parenthesis in column definitions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="190"/> + <source>After closing parenthesis in column definitions</source> + <translation type="unfinished">After closing parenthesis in column definitions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="200"/> + <source>Before opening parenthesis in expressions</source> + <translation type="unfinished">Before opening parenthesis in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="210"/> + <source>After opening parenthesis in expressions</source> + <translation type="unfinished">After opening parenthesis in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="220"/> + <source>Before closing parenthesis in expressions</source> + <translation type="unfinished">Before closing parenthesis in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="230"/> + <source>After closing parenthesis in expressions</source> + <translation type="unfinished">After closing parenthesis in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="240"/> + <source>After JOIN keywords in FROM clause</source> + <translation type="unfinished">After JOIN keywords in FROM clause</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="250"/> + <source>Put each column constraint in CREATE TABLE into new line</source> + <translation type="unfinished">Put each column constraint in CREATE TABLE into new line</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="260"/> + <source>After comma</source> + <translation>Nach Komma</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="270"/> + <source>After comma in expressions</source> + <translation>Nach Komma in Ausdrücken</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="280"/> + <source>After semicolon</source> + <translation>Nach Semikolon</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="290"/> + <location filename="../sqlenterpriseformatter.ui" line="512"/> + <source>Never before semicolon</source> + <translation>Nie vor Semikolon</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="338"/> + <source>White spaces</source> + <translation>Leerzeichen</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="392"/> + <source>Before comma in lists</source> + <translation>Vor Komma in Listen</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="402"/> + <source>After comma in lists</source> + <translation>Nach Komma in Listen</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="412"/> + <source>Before opening parenthesis</source> + <translation type="unfinished">Before opening parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="422"/> + <source>After opening parenthesis</source> + <translation type="unfinished">After opening parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="432"/> + <source>Before closing parenthesis</source> + <translation type="unfinished">Before closing parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="442"/> + <source>After closing parenthesis</source> + <translation type="unfinished">After closing parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="452"/> + <source>No space between SQL function name and opening parenthesis</source> + <translation type="unfinished">No space between SQL function name and opening parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="462"/> + <source>Before dot operator (in path to database object)</source> + <translation type="unfinished">Before dot operator (in path to database object)</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="472"/> + <source>After dot operator (in path to database object)</source> + <translation type="unfinished">After dot operator (in path to database object)</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="482"/> + <source>Before mathematical operator</source> + <translation type="unfinished">Before mathematical operator</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="492"/> + <source>After mathematical operator</source> + <translation type="unfinished">After mathematical operator</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="502"/> + <source>Never before comma</source> + <translation>Nie vor Komma</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="558"/> + <source>Names</source> + <translation>Namen</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="583"/> + <source>Preferred name wrapper</source> + <translation type="unfinished">Preferred name wrapper</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="600"/> + <source>Always use name wrapping</source> + <translation type="unfinished">Always use name wrapping</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="610"/> + <source>Uppercase data type names</source> + <translation type="unfinished">Uppercase data type names</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="620"/> + <source>Uppercase keywords</source> + <translation type="unfinished">Uppercase keywords</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="631"/> + <source>Comments</source> + <translation>Kommentare</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="637"/> + <source>Preferred comment marker (where possible):</source> + <translation type="unfinished">Preferred comment marker (where possible):</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="654"/> + <source>Move all comments to the line end</source> + <translation type="unfinished">Move all comments to the line end</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="664"/> + <source>Line up comments at the line end</source> + <translation type="unfinished">Line up comments at the line end</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="695"/> + <source>Preview</source> + <translation>Vorschau</translation> + </message> + </context> +</TS> diff --git a/Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_el_GR.ts b/Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_el_GR.ts new file mode 100644 index 0000000..b20e806 --- /dev/null +++ b/Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_el_GR.ts @@ -0,0 +1,228 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.1" language="el" sourcelanguage="en"> + <context> + <name>QObject</name> + <message> + <location filename="../sqlenterpriseformatter.cpp" line="90"/> + <location filename="../sqlenterpriseformatter.cpp" line="97"/> + <source>name</source> + <comment>example name wrapper</comment> + <translation type="unfinished">name</translation> + </message> + </context> + <context> + <name>SqlEnterpriseFormatter</name> + <message> + <location filename="../sqlenterpriseformatter.ui" line="46"/> + <source>Indentation</source> + <translation type="unfinished">Indentation</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="58"/> + <source>Line up keywords in multi-line queries</source> + <translation type="unfinished">Line up keywords in multi-line queries</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="68"/> + <source>Indent contents of parenthesis block</source> + <translation type="unfinished">Indent contents of parenthesis block</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="91"/> + <source>Tab size:</source> + <translation type="unfinished">Tab size:</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="106"/> + <source>New lines</source> + <translation type="unfinished">New lines</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="160"/> + <source>Before opening parenthesis in column definitions</source> + <translation type="unfinished">Before opening parenthesis in column definitions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="170"/> + <source>After opening parenthesis in column definitions</source> + <translation type="unfinished">After opening parenthesis in column definitions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="180"/> + <source>Before closing parenthesis in column definitions</source> + <translation type="unfinished">Before closing parenthesis in column definitions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="190"/> + <source>After closing parenthesis in column definitions</source> + <translation type="unfinished">After closing parenthesis in column definitions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="200"/> + <source>Before opening parenthesis in expressions</source> + <translation type="unfinished">Before opening parenthesis in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="210"/> + <source>After opening parenthesis in expressions</source> + <translation type="unfinished">After opening parenthesis in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="220"/> + <source>Before closing parenthesis in expressions</source> + <translation type="unfinished">Before closing parenthesis in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="230"/> + <source>After closing parenthesis in expressions</source> + <translation type="unfinished">After closing parenthesis in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="240"/> + <source>After JOIN keywords in FROM clause</source> + <translation type="unfinished">After JOIN keywords in FROM clause</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="250"/> + <source>Put each column constraint in CREATE TABLE into new line</source> + <translation type="unfinished">Put each column constraint in CREATE TABLE into new line</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="260"/> + <source>After comma</source> + <translation type="unfinished">After comma</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="270"/> + <source>After comma in expressions</source> + <translation type="unfinished">After comma in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="280"/> + <source>After semicolon</source> + <translation type="unfinished">After semicolon</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="290"/> + <location filename="../sqlenterpriseformatter.ui" line="512"/> + <source>Never before semicolon</source> + <translation type="unfinished">Never before semicolon</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="338"/> + <source>White spaces</source> + <translation type="unfinished">White spaces</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="392"/> + <source>Before comma in lists</source> + <translation type="unfinished">Before comma in lists</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="402"/> + <source>After comma in lists</source> + <translation type="unfinished">After comma in lists</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="412"/> + <source>Before opening parenthesis</source> + <translation type="unfinished">Before opening parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="422"/> + <source>After opening parenthesis</source> + <translation type="unfinished">After opening parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="432"/> + <source>Before closing parenthesis</source> + <translation type="unfinished">Before closing parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="442"/> + <source>After closing parenthesis</source> + <translation type="unfinished">After closing parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="452"/> + <source>No space between SQL function name and opening parenthesis</source> + <translation type="unfinished">No space between SQL function name and opening parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="462"/> + <source>Before dot operator (in path to database object)</source> + <translation type="unfinished">Before dot operator (in path to database object)</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="472"/> + <source>After dot operator (in path to database object)</source> + <translation type="unfinished">After dot operator (in path to database object)</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="482"/> + <source>Before mathematical operator</source> + <translation type="unfinished">Before mathematical operator</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="492"/> + <source>After mathematical operator</source> + <translation type="unfinished">After mathematical operator</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="502"/> + <source>Never before comma</source> + <translation type="unfinished">Never before comma</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="558"/> + <source>Names</source> + <translation type="unfinished">Names</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="583"/> + <source>Preferred name wrapper</source> + <translation type="unfinished">Preferred name wrapper</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="600"/> + <source>Always use name wrapping</source> + <translation type="unfinished">Always use name wrapping</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="610"/> + <source>Uppercase data type names</source> + <translation type="unfinished">Uppercase data type names</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="620"/> + <source>Uppercase keywords</source> + <translation type="unfinished">Uppercase keywords</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="631"/> + <source>Comments</source> + <translation type="unfinished">Comments</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="637"/> + <source>Preferred comment marker (where possible):</source> + <translation type="unfinished">Preferred comment marker (where possible):</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="654"/> + <source>Move all comments to the line end</source> + <translation type="unfinished">Move all comments to the line end</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="664"/> + <source>Line up comments at the line end</source> + <translation type="unfinished">Line up comments at the line end</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="695"/> + <source>Preview</source> + <translation type="unfinished">Preview</translation> + </message> + </context> +</TS> diff --git a/Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_en_US.ts b/Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_en_US.ts new file mode 100644 index 0000000..eff8ce6 --- /dev/null +++ b/Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_en_US.ts @@ -0,0 +1,228 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.1" language="en" sourcelanguage="en"> + <context> + <name>QObject</name> + <message> + <location filename="../sqlenterpriseformatter.cpp" line="90"/> + <location filename="../sqlenterpriseformatter.cpp" line="97"/> + <source>name</source> + <comment>example name wrapper</comment> + <translation type="unfinished">name</translation> + </message> + </context> + <context> + <name>SqlEnterpriseFormatter</name> + <message> + <location filename="../sqlenterpriseformatter.ui" line="46"/> + <source>Indentation</source> + <translation type="unfinished">Indentation</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="58"/> + <source>Line up keywords in multi-line queries</source> + <translation type="unfinished">Line up keywords in multi-line queries</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="68"/> + <source>Indent contents of parenthesis block</source> + <translation type="unfinished">Indent contents of parenthesis block</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="91"/> + <source>Tab size:</source> + <translation type="unfinished">Tab size:</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="106"/> + <source>New lines</source> + <translation type="unfinished">New lines</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="160"/> + <source>Before opening parenthesis in column definitions</source> + <translation type="unfinished">Before opening parenthesis in column definitions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="170"/> + <source>After opening parenthesis in column definitions</source> + <translation type="unfinished">After opening parenthesis in column definitions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="180"/> + <source>Before closing parenthesis in column definitions</source> + <translation type="unfinished">Before closing parenthesis in column definitions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="190"/> + <source>After closing parenthesis in column definitions</source> + <translation type="unfinished">After closing parenthesis in column definitions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="200"/> + <source>Before opening parenthesis in expressions</source> + <translation type="unfinished">Before opening parenthesis in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="210"/> + <source>After opening parenthesis in expressions</source> + <translation type="unfinished">After opening parenthesis in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="220"/> + <source>Before closing parenthesis in expressions</source> + <translation type="unfinished">Before closing parenthesis in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="230"/> + <source>After closing parenthesis in expressions</source> + <translation type="unfinished">After closing parenthesis in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="240"/> + <source>After JOIN keywords in FROM clause</source> + <translation type="unfinished">After JOIN keywords in FROM clause</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="250"/> + <source>Put each column constraint in CREATE TABLE into new line</source> + <translation type="unfinished">Put each column constraint in CREATE TABLE into new line</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="260"/> + <source>After comma</source> + <translation type="unfinished">After comma</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="270"/> + <source>After comma in expressions</source> + <translation type="unfinished">After comma in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="280"/> + <source>After semicolon</source> + <translation type="unfinished">After semicolon</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="290"/> + <location filename="../sqlenterpriseformatter.ui" line="512"/> + <source>Never before semicolon</source> + <translation type="unfinished">Never before semicolon</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="338"/> + <source>White spaces</source> + <translation type="unfinished">White spaces</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="392"/> + <source>Before comma in lists</source> + <translation type="unfinished">Before comma in lists</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="402"/> + <source>After comma in lists</source> + <translation type="unfinished">After comma in lists</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="412"/> + <source>Before opening parenthesis</source> + <translation type="unfinished">Before opening parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="422"/> + <source>After opening parenthesis</source> + <translation type="unfinished">After opening parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="432"/> + <source>Before closing parenthesis</source> + <translation type="unfinished">Before closing parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="442"/> + <source>After closing parenthesis</source> + <translation type="unfinished">After closing parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="452"/> + <source>No space between SQL function name and opening parenthesis</source> + <translation type="unfinished">No space between SQL function name and opening parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="462"/> + <source>Before dot operator (in path to database object)</source> + <translation type="unfinished">Before dot operator (in path to database object)</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="472"/> + <source>After dot operator (in path to database object)</source> + <translation type="unfinished">After dot operator (in path to database object)</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="482"/> + <source>Before mathematical operator</source> + <translation type="unfinished">Before mathematical operator</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="492"/> + <source>After mathematical operator</source> + <translation type="unfinished">After mathematical operator</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="502"/> + <source>Never before comma</source> + <translation type="unfinished">Never before comma</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="558"/> + <source>Names</source> + <translation type="unfinished">Names</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="583"/> + <source>Preferred name wrapper</source> + <translation type="unfinished">Preferred name wrapper</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="600"/> + <source>Always use name wrapping</source> + <translation type="unfinished">Always use name wrapping</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="610"/> + <source>Uppercase data type names</source> + <translation type="unfinished">Uppercase data type names</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="620"/> + <source>Uppercase keywords</source> + <translation type="unfinished">Uppercase keywords</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="631"/> + <source>Comments</source> + <translation type="unfinished">Comments</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="637"/> + <source>Preferred comment marker (where possible):</source> + <translation type="unfinished">Preferred comment marker (where possible):</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="654"/> + <source>Move all comments to the line end</source> + <translation type="unfinished">Move all comments to the line end</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="664"/> + <source>Line up comments at the line end</source> + <translation type="unfinished">Line up comments at the line end</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="695"/> + <source>Preview</source> + <translation type="unfinished">Preview</translation> + </message> + </context> +</TS> diff --git a/Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_es_ES.ts b/Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_es_ES.ts new file mode 100644 index 0000000..b97b3c0 --- /dev/null +++ b/Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_es_ES.ts @@ -0,0 +1,228 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.1" language="es-ES" sourcelanguage="en"> + <context> + <name>QObject</name> + <message> + <location filename="../sqlenterpriseformatter.cpp" line="90"/> + <location filename="../sqlenterpriseformatter.cpp" line="97"/> + <source>name</source> + <comment>example name wrapper</comment> + <translation>nombre</translation> + </message> + </context> + <context> + <name>SqlEnterpriseFormatter</name> + <message> + <location filename="../sqlenterpriseformatter.ui" line="46"/> + <source>Indentation</source> + <translation>Indentación</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="58"/> + <source>Line up keywords in multi-line queries</source> + <translation>Poner en una misma línea las palabras claves en consultas de múltiples líneas</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="68"/> + <source>Indent contents of parenthesis block</source> + <translation>Indentar los contenidos del bloque de paréntesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="91"/> + <source>Tab size:</source> + <translation>Tamaño de la tabulación:</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="106"/> + <source>New lines</source> + <translation>Nuevas líneas</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="160"/> + <source>Before opening parenthesis in column definitions</source> + <translation>Antes de abrir paréntesis en las definiciones de columna</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="170"/> + <source>After opening parenthesis in column definitions</source> + <translation>Luego de abrir paréntesis en las definiciones de columna</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="180"/> + <source>Before closing parenthesis in column definitions</source> + <translation>Antes de cerrar paréntesis en las definiciones de columna</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="190"/> + <source>After closing parenthesis in column definitions</source> + <translation>Luego de cerrar paréntesis en las definiciones de columna</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="200"/> + <source>Before opening parenthesis in expressions</source> + <translation>Antes de abrir paréntesis en las expresiones</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="210"/> + <source>After opening parenthesis in expressions</source> + <translation>Luego de abrir paréntesis en las expresiones</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="220"/> + <source>Before closing parenthesis in expressions</source> + <translation>Antes de cerrar paréntesis en las expresiones</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="230"/> + <source>After closing parenthesis in expressions</source> + <translation>Luego de cerrar paréntesis en las expresiones</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="240"/> + <source>After JOIN keywords in FROM clause</source> + <translation>Después de las palabras clave JOIN en la cláusula FROM</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="250"/> + <source>Put each column constraint in CREATE TABLE into new line</source> + <translation>Poner cada restricción de columna en una nueva línea en la sentencia CREATE TABLE</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="260"/> + <source>After comma</source> + <translation>Después de la coma</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="270"/> + <source>After comma in expressions</source> + <translation>Después de la coma en las expresiones</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="280"/> + <source>After semicolon</source> + <translation>Después del punto y coma</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="290"/> + <location filename="../sqlenterpriseformatter.ui" line="512"/> + <source>Never before semicolon</source> + <translation>Nunca antes de un punto y coma</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="338"/> + <source>White spaces</source> + <translation>Espacios en blanco</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="392"/> + <source>Before comma in lists</source> + <translation>Antes de una coma en las listas</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="402"/> + <source>After comma in lists</source> + <translation>Después de una coma en las listas</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="412"/> + <source>Before opening parenthesis</source> + <translation>Antes de abrir paréntesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="422"/> + <source>After opening parenthesis</source> + <translation>Después de abrir paréntesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="432"/> + <source>Before closing parenthesis</source> + <translation>Antes de cerrar paréntesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="442"/> + <source>After closing parenthesis</source> + <translation>Después de cerrar paréntesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="452"/> + <source>No space between SQL function name and opening parenthesis</source> + <translation>Sin espacios entre el nombre de la función SQL y el paréntesis de apertura</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="462"/> + <source>Before dot operator (in path to database object)</source> + <translation>Antes del operador punto (en la ruta al objeto de la base de datos)</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="472"/> + <source>After dot operator (in path to database object)</source> + <translation>Después del operador punto (en la ruta al objeto de base de datos)</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="482"/> + <source>Before mathematical operator</source> + <translation>Antes del operador matemático</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="492"/> + <source>After mathematical operator</source> + <translation>Después del operador matemático</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="502"/> + <source>Never before comma</source> + <translation>Nunca antes de la coma</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="558"/> + <source>Names</source> + <translation>Nombres</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="583"/> + <source>Preferred name wrapper</source> + <translation>Envoltura de nombre preferida</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="600"/> + <source>Always use name wrapping</source> + <translation>Siempre envolver nombres</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="610"/> + <source>Uppercase data type names</source> + <translation>Nombres de tipos de dato en mayúsculas</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="620"/> + <source>Uppercase keywords</source> + <translation>Palabras clave en mayúsculas</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="631"/> + <source>Comments</source> + <translation>Comentarios</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="637"/> + <source>Preferred comment marker (where possible):</source> + <translation>Maracador de comentarios preferido (cuando sea posible):</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="654"/> + <source>Move all comments to the line end</source> + <translation>Mover todos los comentarios al final de la línea</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="664"/> + <source>Line up comments at the line end</source> + <translation>Alinear los comentarios al final de la línea</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="695"/> + <source>Preview</source> + <translation>Vista previa</translation> + </message> + </context> +</TS> diff --git a/Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_fa_IR.ts b/Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_fa_IR.ts new file mode 100644 index 0000000..66f6d5e --- /dev/null +++ b/Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_fa_IR.ts @@ -0,0 +1,228 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.1" language="fa" sourcelanguage="en"> + <context> + <name>QObject</name> + <message> + <location filename="../sqlenterpriseformatter.cpp" line="90"/> + <location filename="../sqlenterpriseformatter.cpp" line="97"/> + <source>name</source> + <comment>example name wrapper</comment> + <translation type="unfinished">name</translation> + </message> + </context> + <context> + <name>SqlEnterpriseFormatter</name> + <message> + <location filename="../sqlenterpriseformatter.ui" line="46"/> + <source>Indentation</source> + <translation type="unfinished">Indentation</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="58"/> + <source>Line up keywords in multi-line queries</source> + <translation type="unfinished">Line up keywords in multi-line queries</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="68"/> + <source>Indent contents of parenthesis block</source> + <translation type="unfinished">Indent contents of parenthesis block</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="91"/> + <source>Tab size:</source> + <translation type="unfinished">Tab size:</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="106"/> + <source>New lines</source> + <translation type="unfinished">New lines</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="160"/> + <source>Before opening parenthesis in column definitions</source> + <translation type="unfinished">Before opening parenthesis in column definitions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="170"/> + <source>After opening parenthesis in column definitions</source> + <translation type="unfinished">After opening parenthesis in column definitions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="180"/> + <source>Before closing parenthesis in column definitions</source> + <translation type="unfinished">Before closing parenthesis in column definitions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="190"/> + <source>After closing parenthesis in column definitions</source> + <translation type="unfinished">After closing parenthesis in column definitions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="200"/> + <source>Before opening parenthesis in expressions</source> + <translation type="unfinished">Before opening parenthesis in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="210"/> + <source>After opening parenthesis in expressions</source> + <translation type="unfinished">After opening parenthesis in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="220"/> + <source>Before closing parenthesis in expressions</source> + <translation type="unfinished">Before closing parenthesis in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="230"/> + <source>After closing parenthesis in expressions</source> + <translation type="unfinished">After closing parenthesis in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="240"/> + <source>After JOIN keywords in FROM clause</source> + <translation type="unfinished">After JOIN keywords in FROM clause</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="250"/> + <source>Put each column constraint in CREATE TABLE into new line</source> + <translation type="unfinished">Put each column constraint in CREATE TABLE into new line</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="260"/> + <source>After comma</source> + <translation type="unfinished">After comma</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="270"/> + <source>After comma in expressions</source> + <translation type="unfinished">After comma in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="280"/> + <source>After semicolon</source> + <translation type="unfinished">After semicolon</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="290"/> + <location filename="../sqlenterpriseformatter.ui" line="512"/> + <source>Never before semicolon</source> + <translation type="unfinished">Never before semicolon</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="338"/> + <source>White spaces</source> + <translation type="unfinished">White spaces</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="392"/> + <source>Before comma in lists</source> + <translation type="unfinished">Before comma in lists</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="402"/> + <source>After comma in lists</source> + <translation type="unfinished">After comma in lists</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="412"/> + <source>Before opening parenthesis</source> + <translation type="unfinished">Before opening parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="422"/> + <source>After opening parenthesis</source> + <translation type="unfinished">After opening parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="432"/> + <source>Before closing parenthesis</source> + <translation type="unfinished">Before closing parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="442"/> + <source>After closing parenthesis</source> + <translation type="unfinished">After closing parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="452"/> + <source>No space between SQL function name and opening parenthesis</source> + <translation type="unfinished">No space between SQL function name and opening parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="462"/> + <source>Before dot operator (in path to database object)</source> + <translation type="unfinished">Before dot operator (in path to database object)</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="472"/> + <source>After dot operator (in path to database object)</source> + <translation type="unfinished">After dot operator (in path to database object)</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="482"/> + <source>Before mathematical operator</source> + <translation type="unfinished">Before mathematical operator</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="492"/> + <source>After mathematical operator</source> + <translation type="unfinished">After mathematical operator</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="502"/> + <source>Never before comma</source> + <translation type="unfinished">Never before comma</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="558"/> + <source>Names</source> + <translation type="unfinished">Names</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="583"/> + <source>Preferred name wrapper</source> + <translation type="unfinished">Preferred name wrapper</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="600"/> + <source>Always use name wrapping</source> + <translation type="unfinished">Always use name wrapping</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="610"/> + <source>Uppercase data type names</source> + <translation type="unfinished">Uppercase data type names</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="620"/> + <source>Uppercase keywords</source> + <translation type="unfinished">Uppercase keywords</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="631"/> + <source>Comments</source> + <translation type="unfinished">Comments</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="637"/> + <source>Preferred comment marker (where possible):</source> + <translation type="unfinished">Preferred comment marker (where possible):</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="654"/> + <source>Move all comments to the line end</source> + <translation type="unfinished">Move all comments to the line end</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="664"/> + <source>Line up comments at the line end</source> + <translation type="unfinished">Line up comments at the line end</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="695"/> + <source>Preview</source> + <translation type="unfinished">Preview</translation> + </message> + </context> +</TS> diff --git a/Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_fi_FI.ts b/Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_fi_FI.ts new file mode 100644 index 0000000..1895476 --- /dev/null +++ b/Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_fi_FI.ts @@ -0,0 +1,228 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.1" language="fi" sourcelanguage="en"> + <context> + <name>QObject</name> + <message> + <location filename="../sqlenterpriseformatter.cpp" line="90"/> + <location filename="../sqlenterpriseformatter.cpp" line="97"/> + <source>name</source> + <comment>example name wrapper</comment> + <translation type="unfinished">name</translation> + </message> + </context> + <context> + <name>SqlEnterpriseFormatter</name> + <message> + <location filename="../sqlenterpriseformatter.ui" line="46"/> + <source>Indentation</source> + <translation type="unfinished">Indentation</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="58"/> + <source>Line up keywords in multi-line queries</source> + <translation type="unfinished">Line up keywords in multi-line queries</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="68"/> + <source>Indent contents of parenthesis block</source> + <translation type="unfinished">Indent contents of parenthesis block</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="91"/> + <source>Tab size:</source> + <translation type="unfinished">Tab size:</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="106"/> + <source>New lines</source> + <translation type="unfinished">New lines</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="160"/> + <source>Before opening parenthesis in column definitions</source> + <translation type="unfinished">Before opening parenthesis in column definitions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="170"/> + <source>After opening parenthesis in column definitions</source> + <translation type="unfinished">After opening parenthesis in column definitions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="180"/> + <source>Before closing parenthesis in column definitions</source> + <translation type="unfinished">Before closing parenthesis in column definitions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="190"/> + <source>After closing parenthesis in column definitions</source> + <translation type="unfinished">After closing parenthesis in column definitions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="200"/> + <source>Before opening parenthesis in expressions</source> + <translation type="unfinished">Before opening parenthesis in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="210"/> + <source>After opening parenthesis in expressions</source> + <translation type="unfinished">After opening parenthesis in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="220"/> + <source>Before closing parenthesis in expressions</source> + <translation type="unfinished">Before closing parenthesis in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="230"/> + <source>After closing parenthesis in expressions</source> + <translation type="unfinished">After closing parenthesis in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="240"/> + <source>After JOIN keywords in FROM clause</source> + <translation type="unfinished">After JOIN keywords in FROM clause</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="250"/> + <source>Put each column constraint in CREATE TABLE into new line</source> + <translation type="unfinished">Put each column constraint in CREATE TABLE into new line</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="260"/> + <source>After comma</source> + <translation type="unfinished">After comma</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="270"/> + <source>After comma in expressions</source> + <translation type="unfinished">After comma in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="280"/> + <source>After semicolon</source> + <translation type="unfinished">After semicolon</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="290"/> + <location filename="../sqlenterpriseformatter.ui" line="512"/> + <source>Never before semicolon</source> + <translation type="unfinished">Never before semicolon</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="338"/> + <source>White spaces</source> + <translation type="unfinished">White spaces</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="392"/> + <source>Before comma in lists</source> + <translation type="unfinished">Before comma in lists</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="402"/> + <source>After comma in lists</source> + <translation type="unfinished">After comma in lists</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="412"/> + <source>Before opening parenthesis</source> + <translation type="unfinished">Before opening parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="422"/> + <source>After opening parenthesis</source> + <translation type="unfinished">After opening parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="432"/> + <source>Before closing parenthesis</source> + <translation type="unfinished">Before closing parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="442"/> + <source>After closing parenthesis</source> + <translation type="unfinished">After closing parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="452"/> + <source>No space between SQL function name and opening parenthesis</source> + <translation type="unfinished">No space between SQL function name and opening parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="462"/> + <source>Before dot operator (in path to database object)</source> + <translation type="unfinished">Before dot operator (in path to database object)</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="472"/> + <source>After dot operator (in path to database object)</source> + <translation type="unfinished">After dot operator (in path to database object)</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="482"/> + <source>Before mathematical operator</source> + <translation type="unfinished">Before mathematical operator</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="492"/> + <source>After mathematical operator</source> + <translation type="unfinished">After mathematical operator</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="502"/> + <source>Never before comma</source> + <translation type="unfinished">Never before comma</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="558"/> + <source>Names</source> + <translation type="unfinished">Names</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="583"/> + <source>Preferred name wrapper</source> + <translation type="unfinished">Preferred name wrapper</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="600"/> + <source>Always use name wrapping</source> + <translation type="unfinished">Always use name wrapping</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="610"/> + <source>Uppercase data type names</source> + <translation type="unfinished">Uppercase data type names</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="620"/> + <source>Uppercase keywords</source> + <translation type="unfinished">Uppercase keywords</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="631"/> + <source>Comments</source> + <translation type="unfinished">Comments</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="637"/> + <source>Preferred comment marker (where possible):</source> + <translation type="unfinished">Preferred comment marker (where possible):</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="654"/> + <source>Move all comments to the line end</source> + <translation type="unfinished">Move all comments to the line end</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="664"/> + <source>Line up comments at the line end</source> + <translation type="unfinished">Line up comments at the line end</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="695"/> + <source>Preview</source> + <translation type="unfinished">Preview</translation> + </message> + </context> +</TS> diff --git a/Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_fr_FR.ts b/Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_fr_FR.ts new file mode 100644 index 0000000..dee0e5c --- /dev/null +++ b/Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_fr_FR.ts @@ -0,0 +1,228 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.1" language="fr" sourcelanguage="en"> + <context> + <name>QObject</name> + <message> + <location filename="../sqlenterpriseformatter.cpp" line="90"/> + <location filename="../sqlenterpriseformatter.cpp" line="97"/> + <source>name</source> + <comment>example name wrapper</comment> + <translation>Nom</translation> + </message> + </context> + <context> + <name>SqlEnterpriseFormatter</name> + <message> + <location filename="../sqlenterpriseformatter.ui" line="46"/> + <source>Indentation</source> + <translation>Identation</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="58"/> + <source>Line up keywords in multi-line queries</source> + <translation>Aligner les mots-clés dans les requêtes de plusieurs lignes</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="68"/> + <source>Indent contents of parenthesis block</source> + <translation>Indenter le contenu du bloc entre parenthèses</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="91"/> + <source>Tab size:</source> + <translation>taille d’indentation :</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="106"/> + <source>New lines</source> + <translation>Nouvelles lignes</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="160"/> + <source>Before opening parenthesis in column definitions</source> + <translation>Avant l’ouverture des parenthèses dans la définition de la colonne</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="170"/> + <source>After opening parenthesis in column definitions</source> + <translation>Après l’ouverture des parenthèses dans la définition de la colonne</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="180"/> + <source>Before closing parenthesis in column definitions</source> + <translation>Avant la fermeture des parenthèses dans la définition de la colonne</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="190"/> + <source>After closing parenthesis in column definitions</source> + <translation>Après la fermeture des parenthèses dans la définition de la colonne</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="200"/> + <source>Before opening parenthesis in expressions</source> + <translation>Avant l’ouverture des parenthèses dans l’expression</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="210"/> + <source>After opening parenthesis in expressions</source> + <translation>Après l’ouverture des parenthèses dans l’expression</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="220"/> + <source>Before closing parenthesis in expressions</source> + <translation>Avant la fermeture des parenthèses dans l’expression</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="230"/> + <source>After closing parenthesis in expressions</source> + <translation>Après la fermeture des parenthèses dans l’expression</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="240"/> + <source>After JOIN keywords in FROM clause</source> + <translation>Après avoir JOINDRE les mots-clés dans la clause DEPUIS</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="250"/> + <source>Put each column constraint in CREATE TABLE into new line</source> + <translation>Mettez chaque contrainte de colonne de CREATE TABLE dans une nouvelle ligne</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="260"/> + <source>After comma</source> + <translation>Après virgule</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="270"/> + <source>After comma in expressions</source> + <translation>Après la virgule dans l’exoression</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="280"/> + <source>After semicolon</source> + <translation>Après un point virgule</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="290"/> + <location filename="../sqlenterpriseformatter.ui" line="512"/> + <source>Never before semicolon</source> + <translation>Jamais avant un point virgule</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="338"/> + <source>White spaces</source> + <translation>Espaces</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="392"/> + <source>Before comma in lists</source> + <translation>Après virgule dans la liste</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="402"/> + <source>After comma in lists</source> + <translation>Avant virgule dans la liste</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="412"/> + <source>Before opening parenthesis</source> + <translation>Avant l’ouverture des parenthèses</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="422"/> + <source>After opening parenthesis</source> + <translation>Après l’ouverture des parenthèses</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="432"/> + <source>Before closing parenthesis</source> + <translation>Avant la fermeture des parenthèses</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="442"/> + <source>After closing parenthesis</source> + <translation>Après la fermeture des parenthèses</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="452"/> + <source>No space between SQL function name and opening parenthesis</source> + <translation>aucun espance entre le nom de la fonction SQL et l’ouverture des paranthèses</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="462"/> + <source>Before dot operator (in path to database object)</source> + <translation>Avant le point (dans le chemin de la base de données)</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="472"/> + <source>After dot operator (in path to database object)</source> + <translation>Après </translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="482"/> + <source>Before mathematical operator</source> + <translation>Avant opérateurmathématique</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="492"/> + <source>After mathematical operator</source> + <translation>Après opérateurmathématique</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="502"/> + <source>Never before comma</source> + <translation>Jamais avant virgule</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="558"/> + <source>Names</source> + <translation>noms</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="583"/> + <source>Preferred name wrapper</source> + <translation>Échappement préféré</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="600"/> + <source>Always use name wrapping</source> + <translation>Toujours échapper les identifiants</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="610"/> + <source>Uppercase data type names</source> + <translation>Nom de type de données en majuscule</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="620"/> + <source>Uppercase keywords</source> + <translation>Mots-clés en majuscule</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="631"/> + <source>Comments</source> + <translation>Commentaires</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="637"/> + <source>Preferred comment marker (where possible):</source> + <translation>Marqueur de commentaire préféré (si possible):</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="654"/> + <source>Move all comments to the line end</source> + <translation>Déplacer tous les commentaires en fin de ligne</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="664"/> + <source>Line up comments at the line end</source> + <translation>Alignez les commentaires en fin de ligne</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="695"/> + <source>Preview</source> + <translation>Aperçu</translation> + </message> + </context> +</TS> diff --git a/Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_he_IL.ts b/Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_he_IL.ts new file mode 100644 index 0000000..b3baa50 --- /dev/null +++ b/Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_he_IL.ts @@ -0,0 +1,228 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.1" language="he" sourcelanguage="en"> + <context> + <name>QObject</name> + <message> + <location filename="../sqlenterpriseformatter.cpp" line="90"/> + <location filename="../sqlenterpriseformatter.cpp" line="97"/> + <source>name</source> + <comment>example name wrapper</comment> + <translation>שם</translation> + </message> + </context> + <context> + <name>SqlEnterpriseFormatter</name> + <message> + <location filename="../sqlenterpriseformatter.ui" line="46"/> + <source>Indentation</source> + <translation>הזחה</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="58"/> + <source>Line up keywords in multi-line queries</source> + <translation>סידור מלות־מפתח בשורה בשאילתות רבות־שורות</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="68"/> + <source>Indent contents of parenthesis block</source> + <translation>הזחת תוכן הגוש החסום בסוגריים</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="91"/> + <source>Tab size:</source> + <translation>גודל טאב:</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="106"/> + <source>New lines</source> + <translation>שורות חדשות</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="160"/> + <source>Before opening parenthesis in column definitions</source> + <translation>לפני פתיחת סוגריים בהגדרות עמודה</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="170"/> + <source>After opening parenthesis in column definitions</source> + <translation>אחרי פתיחת סוגריים בהגדרות עמודה</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="180"/> + <source>Before closing parenthesis in column definitions</source> + <translation>לפני סגירת סוגריים בהגדרות עמודה</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="190"/> + <source>After closing parenthesis in column definitions</source> + <translation>אחרי סגירת סוגריים בהגדרות עמודה</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="200"/> + <source>Before opening parenthesis in expressions</source> + <translation>לפני פתיחת סוגריים בביטויים</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="210"/> + <source>After opening parenthesis in expressions</source> + <translation>אחרי פתיחת סוגריים בביטויים</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="220"/> + <source>Before closing parenthesis in expressions</source> + <translation>לפני סגירת סוגריים בביטויים</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="230"/> + <source>After closing parenthesis in expressions</source> + <translation>אחרי סגירת סוגריים בביטויים</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="240"/> + <source>After JOIN keywords in FROM clause</source> + <translation>אחרי מילות־מפתח JOIN בפסקת FROM</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="250"/> + <source>Put each column constraint in CREATE TABLE into new line</source> + <translation>הכנסת כל אילוץ עמודה ב 'יצירת טבלה' לשורה חדשה</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="260"/> + <source>After comma</source> + <translation>לאחר פסיק</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="270"/> + <source>After comma in expressions</source> + <translation>לאחר פסיק בביטויים</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="280"/> + <source>After semicolon</source> + <translation>לאחר אתנח</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="290"/> + <location filename="../sqlenterpriseformatter.ui" line="512"/> + <source>Never before semicolon</source> + <translation>לעולם לא לפני אתנח</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="338"/> + <source>White spaces</source> + <translation>מרווח לבן</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="392"/> + <source>Before comma in lists</source> + <translation>לפני פסיק ברשימות</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="402"/> + <source>After comma in lists</source> + <translation>אחרי פסיק ברשימות</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="412"/> + <source>Before opening parenthesis</source> + <translation>לפני פתיחת סוגריים</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="422"/> + <source>After opening parenthesis</source> + <translation>אחרי פתיחת סוגריים</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="432"/> + <source>Before closing parenthesis</source> + <translation>לפני סגירת סוגריים</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="442"/> + <source>After closing parenthesis</source> + <translation>אחרי סגירת סוגריים</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="452"/> + <source>No space between SQL function name and opening parenthesis</source> + <translation>אין רווח בין שם פונקציית SQL לסוגר פתיחה</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="462"/> + <source>Before dot operator (in path to database object)</source> + <translation>לפני סימן־פעולה נקודה (בנתיב לעצם מסד נתונים)</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="472"/> + <source>After dot operator (in path to database object)</source> + <translation>לאחר סימן־פעולה נקודה (בנתיב לעצם מסד נתונים)</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="482"/> + <source>Before mathematical operator</source> + <translation>לפני סימן מתמטי</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="492"/> + <source>After mathematical operator</source> + <translation>אחרי סימן מתמטי</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="502"/> + <source>Never before comma</source> + <translation>לעולם לא לפני פסיק</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="558"/> + <source>Names</source> + <translation>שמות</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="583"/> + <source>Preferred name wrapper</source> + <translation>עטיפת שמות מועדפת</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="600"/> + <source>Always use name wrapping</source> + <translation>להשתמש תמיד בעטיפת שמות</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="610"/> + <source>Uppercase data type names</source> + <translation>שמות סוגי נתונים באותיות רישיות</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="620"/> + <source>Uppercase keywords</source> + <translation>מילות מפתח באותיות רישיות</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="631"/> + <source>Comments</source> + <translation>הערות</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="637"/> + <source>Preferred comment marker (where possible):</source> + <translation>מדגש הערות מועדף (היכן שניתן):</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="654"/> + <source>Move all comments to the line end</source> + <translation>העברת כל ההערות לסוף השורה</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="664"/> + <source>Line up comments at the line end</source> + <translation>סידור הערות בטור בסוף השורה</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="695"/> + <source>Preview</source> + <translation>תצוגה מקדימה</translation> + </message> + </context> +</TS> diff --git a/Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_hu_HU.ts b/Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_hu_HU.ts new file mode 100644 index 0000000..0d0c64a --- /dev/null +++ b/Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_hu_HU.ts @@ -0,0 +1,228 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.1" language="hu" sourcelanguage="en"> + <context> + <name>QObject</name> + <message> + <location filename="../sqlenterpriseformatter.cpp" line="90"/> + <location filename="../sqlenterpriseformatter.cpp" line="97"/> + <source>name</source> + <comment>example name wrapper</comment> + <translation type="unfinished">name</translation> + </message> + </context> + <context> + <name>SqlEnterpriseFormatter</name> + <message> + <location filename="../sqlenterpriseformatter.ui" line="46"/> + <source>Indentation</source> + <translation type="unfinished">Indentation</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="58"/> + <source>Line up keywords in multi-line queries</source> + <translation type="unfinished">Line up keywords in multi-line queries</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="68"/> + <source>Indent contents of parenthesis block</source> + <translation type="unfinished">Indent contents of parenthesis block</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="91"/> + <source>Tab size:</source> + <translation type="unfinished">Tab size:</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="106"/> + <source>New lines</source> + <translation type="unfinished">New lines</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="160"/> + <source>Before opening parenthesis in column definitions</source> + <translation type="unfinished">Before opening parenthesis in column definitions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="170"/> + <source>After opening parenthesis in column definitions</source> + <translation type="unfinished">After opening parenthesis in column definitions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="180"/> + <source>Before closing parenthesis in column definitions</source> + <translation type="unfinished">Before closing parenthesis in column definitions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="190"/> + <source>After closing parenthesis in column definitions</source> + <translation type="unfinished">After closing parenthesis in column definitions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="200"/> + <source>Before opening parenthesis in expressions</source> + <translation type="unfinished">Before opening parenthesis in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="210"/> + <source>After opening parenthesis in expressions</source> + <translation type="unfinished">After opening parenthesis in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="220"/> + <source>Before closing parenthesis in expressions</source> + <translation type="unfinished">Before closing parenthesis in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="230"/> + <source>After closing parenthesis in expressions</source> + <translation type="unfinished">After closing parenthesis in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="240"/> + <source>After JOIN keywords in FROM clause</source> + <translation type="unfinished">After JOIN keywords in FROM clause</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="250"/> + <source>Put each column constraint in CREATE TABLE into new line</source> + <translation type="unfinished">Put each column constraint in CREATE TABLE into new line</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="260"/> + <source>After comma</source> + <translation type="unfinished">After comma</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="270"/> + <source>After comma in expressions</source> + <translation type="unfinished">After comma in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="280"/> + <source>After semicolon</source> + <translation type="unfinished">After semicolon</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="290"/> + <location filename="../sqlenterpriseformatter.ui" line="512"/> + <source>Never before semicolon</source> + <translation type="unfinished">Never before semicolon</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="338"/> + <source>White spaces</source> + <translation type="unfinished">White spaces</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="392"/> + <source>Before comma in lists</source> + <translation type="unfinished">Before comma in lists</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="402"/> + <source>After comma in lists</source> + <translation type="unfinished">After comma in lists</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="412"/> + <source>Before opening parenthesis</source> + <translation type="unfinished">Before opening parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="422"/> + <source>After opening parenthesis</source> + <translation type="unfinished">After opening parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="432"/> + <source>Before closing parenthesis</source> + <translation type="unfinished">Before closing parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="442"/> + <source>After closing parenthesis</source> + <translation type="unfinished">After closing parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="452"/> + <source>No space between SQL function name and opening parenthesis</source> + <translation type="unfinished">No space between SQL function name and opening parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="462"/> + <source>Before dot operator (in path to database object)</source> + <translation type="unfinished">Before dot operator (in path to database object)</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="472"/> + <source>After dot operator (in path to database object)</source> + <translation type="unfinished">After dot operator (in path to database object)</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="482"/> + <source>Before mathematical operator</source> + <translation type="unfinished">Before mathematical operator</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="492"/> + <source>After mathematical operator</source> + <translation type="unfinished">After mathematical operator</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="502"/> + <source>Never before comma</source> + <translation type="unfinished">Never before comma</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="558"/> + <source>Names</source> + <translation type="unfinished">Names</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="583"/> + <source>Preferred name wrapper</source> + <translation type="unfinished">Preferred name wrapper</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="600"/> + <source>Always use name wrapping</source> + <translation type="unfinished">Always use name wrapping</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="610"/> + <source>Uppercase data type names</source> + <translation type="unfinished">Uppercase data type names</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="620"/> + <source>Uppercase keywords</source> + <translation type="unfinished">Uppercase keywords</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="631"/> + <source>Comments</source> + <translation type="unfinished">Comments</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="637"/> + <source>Preferred comment marker (where possible):</source> + <translation type="unfinished">Preferred comment marker (where possible):</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="654"/> + <source>Move all comments to the line end</source> + <translation type="unfinished">Move all comments to the line end</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="664"/> + <source>Line up comments at the line end</source> + <translation type="unfinished">Line up comments at the line end</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="695"/> + <source>Preview</source> + <translation type="unfinished">Preview</translation> + </message> + </context> +</TS> diff --git a/Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_it_IT.ts b/Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_it_IT.ts new file mode 100644 index 0000000..9f26e0d --- /dev/null +++ b/Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_it_IT.ts @@ -0,0 +1,228 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.1" language="it" sourcelanguage="en"> + <context> + <name>QObject</name> + <message> + <location filename="../sqlenterpriseformatter.cpp" line="90"/> + <location filename="../sqlenterpriseformatter.cpp" line="97"/> + <source>name</source> + <comment>example name wrapper</comment> + <translation>nome</translation> + </message> + </context> + <context> + <name>SqlEnterpriseFormatter</name> + <message> + <location filename="../sqlenterpriseformatter.ui" line="46"/> + <source>Indentation</source> + <translation>Indentazione</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="58"/> + <source>Line up keywords in multi-line queries</source> + <translation>Allineare le parole chiave nelle interrogazioni multi-riga</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="68"/> + <source>Indent contents of parenthesis block</source> + <translation>Indentazione dei contenuti del blocco parentesi</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="91"/> + <source>Tab size:</source> + <translation>Dimensione tab:</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="106"/> + <source>New lines</source> + <translation>Nuove linee</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="160"/> + <source>Before opening parenthesis in column definitions</source> + <translation>Prima di aprire le parentesi nelle definizioni delle colonne</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="170"/> + <source>After opening parenthesis in column definitions</source> + <translation>Dopo aver aperto le parentesi nelle definizioni delle colonne</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="180"/> + <source>Before closing parenthesis in column definitions</source> + <translation>Prima di chiudere le parentesi nelle definizioni delle colonne</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="190"/> + <source>After closing parenthesis in column definitions</source> + <translation>Dopo aver chiuso le parentesi nelle definizioni delle colonne</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="200"/> + <source>Before opening parenthesis in expressions</source> + <translation>Prima di aprire la parentesi nelle espressioni</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="210"/> + <source>After opening parenthesis in expressions</source> + <translation>Dopo aver aperto la parentesi nelle espressioni</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="220"/> + <source>Before closing parenthesis in expressions</source> + <translation>Prima di chiudere le parentesi nelle espressioni</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="230"/> + <source>After closing parenthesis in expressions</source> + <translation>Dopo aver chiuso la parentesi nelle espressioni</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="240"/> + <source>After JOIN keywords in FROM clause</source> + <translation>Dopo le parole chiave JOIN nella clausola FROM</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="250"/> + <source>Put each column constraint in CREATE TABLE into new line</source> + <translation>Metti ogni constraints di colonna nella CREATE TABLE nella nuova riga</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="260"/> + <source>After comma</source> + <translation>Dopo la virgola</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="270"/> + <source>After comma in expressions</source> + <translation>Dopo la virgola nelle espressioni</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="280"/> + <source>After semicolon</source> + <translation>Dopo punto e virgola</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="290"/> + <location filename="../sqlenterpriseformatter.ui" line="512"/> + <source>Never before semicolon</source> + <translation>Mai prima del punto e virgola</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="338"/> + <source>White spaces</source> + <translation>Spazi bianchi</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="392"/> + <source>Before comma in lists</source> + <translation>Prima della virgola nelle liste</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="402"/> + <source>After comma in lists</source> + <translation>Dopo la virgola nelle liste</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="412"/> + <source>Before opening parenthesis</source> + <translation>Prima di aprire la parentesi</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="422"/> + <source>After opening parenthesis</source> + <translation>Dopo l'apertura della parentesi</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="432"/> + <source>Before closing parenthesis</source> + <translation>Prima di chiudere la parentesi</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="442"/> + <source>After closing parenthesis</source> + <translation>Dopo aver chiuso la parentesi</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="452"/> + <source>No space between SQL function name and opening parenthesis</source> + <translation>Nessuno spazio tra il nome della funzione SQL e l'apertura della parentesi</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="462"/> + <source>Before dot operator (in path to database object)</source> + <translation>Prima dell'operatore punto (nel percorso dell'oggetto database)</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="472"/> + <source>After dot operator (in path to database object)</source> + <translation>Dopo l'operatore punto (nel percorso dell'oggetto database)</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="482"/> + <source>Before mathematical operator</source> + <translation>Prima dell’operatore matematico</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="492"/> + <source>After mathematical operator</source> + <translation>Dopo operatore matematico</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="502"/> + <source>Never before comma</source> + <translation>Mai prima della virgola</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="558"/> + <source>Names</source> + <translation>Nomi</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="583"/> + <source>Preferred name wrapper</source> + <translation>Wrapper nome preferito</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="600"/> + <source>Always use name wrapping</source> + <translation>Usa sempre a capo dei nomi</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="610"/> + <source>Uppercase data type names</source> + <translation>Nomi dei tipi di dati maiuscoli</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="620"/> + <source>Uppercase keywords</source> + <translation>Parole chiave maiuscole</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="631"/> + <source>Comments</source> + <translation>Commenti</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="637"/> + <source>Preferred comment marker (where possible):</source> + <translation>Indicatore di commento preferito (dove possibile):</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="654"/> + <source>Move all comments to the line end</source> + <translation>Sposta tutti i commenti alla fine della riga</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="664"/> + <source>Line up comments at the line end</source> + <translation>Allinea i commenti alla fine della riga</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="695"/> + <source>Preview</source> + <translation>Anteprima</translation> + </message> + </context> +</TS> diff --git a/Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_ja_JP.ts b/Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_ja_JP.ts new file mode 100644 index 0000000..09ab254 --- /dev/null +++ b/Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_ja_JP.ts @@ -0,0 +1,228 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.1" language="ja" sourcelanguage="en"> + <context> + <name>QObject</name> + <message> + <location filename="../sqlenterpriseformatter.cpp" line="90"/> + <location filename="../sqlenterpriseformatter.cpp" line="97"/> + <source>name</source> + <comment>example name wrapper</comment> + <translation type="unfinished">name</translation> + </message> + </context> + <context> + <name>SqlEnterpriseFormatter</name> + <message> + <location filename="../sqlenterpriseformatter.ui" line="46"/> + <source>Indentation</source> + <translation type="unfinished">Indentation</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="58"/> + <source>Line up keywords in multi-line queries</source> + <translation type="unfinished">Line up keywords in multi-line queries</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="68"/> + <source>Indent contents of parenthesis block</source> + <translation type="unfinished">Indent contents of parenthesis block</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="91"/> + <source>Tab size:</source> + <translation type="unfinished">Tab size:</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="106"/> + <source>New lines</source> + <translation type="unfinished">New lines</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="160"/> + <source>Before opening parenthesis in column definitions</source> + <translation type="unfinished">Before opening parenthesis in column definitions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="170"/> + <source>After opening parenthesis in column definitions</source> + <translation type="unfinished">After opening parenthesis in column definitions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="180"/> + <source>Before closing parenthesis in column definitions</source> + <translation type="unfinished">Before closing parenthesis in column definitions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="190"/> + <source>After closing parenthesis in column definitions</source> + <translation type="unfinished">After closing parenthesis in column definitions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="200"/> + <source>Before opening parenthesis in expressions</source> + <translation type="unfinished">Before opening parenthesis in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="210"/> + <source>After opening parenthesis in expressions</source> + <translation type="unfinished">After opening parenthesis in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="220"/> + <source>Before closing parenthesis in expressions</source> + <translation type="unfinished">Before closing parenthesis in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="230"/> + <source>After closing parenthesis in expressions</source> + <translation type="unfinished">After closing parenthesis in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="240"/> + <source>After JOIN keywords in FROM clause</source> + <translation type="unfinished">After JOIN keywords in FROM clause</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="250"/> + <source>Put each column constraint in CREATE TABLE into new line</source> + <translation type="unfinished">Put each column constraint in CREATE TABLE into new line</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="260"/> + <source>After comma</source> + <translation type="unfinished">After comma</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="270"/> + <source>After comma in expressions</source> + <translation type="unfinished">After comma in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="280"/> + <source>After semicolon</source> + <translation type="unfinished">After semicolon</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="290"/> + <location filename="../sqlenterpriseformatter.ui" line="512"/> + <source>Never before semicolon</source> + <translation type="unfinished">Never before semicolon</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="338"/> + <source>White spaces</source> + <translation type="unfinished">White spaces</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="392"/> + <source>Before comma in lists</source> + <translation type="unfinished">Before comma in lists</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="402"/> + <source>After comma in lists</source> + <translation type="unfinished">After comma in lists</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="412"/> + <source>Before opening parenthesis</source> + <translation type="unfinished">Before opening parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="422"/> + <source>After opening parenthesis</source> + <translation type="unfinished">After opening parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="432"/> + <source>Before closing parenthesis</source> + <translation type="unfinished">Before closing parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="442"/> + <source>After closing parenthesis</source> + <translation type="unfinished">After closing parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="452"/> + <source>No space between SQL function name and opening parenthesis</source> + <translation type="unfinished">No space between SQL function name and opening parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="462"/> + <source>Before dot operator (in path to database object)</source> + <translation type="unfinished">Before dot operator (in path to database object)</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="472"/> + <source>After dot operator (in path to database object)</source> + <translation type="unfinished">After dot operator (in path to database object)</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="482"/> + <source>Before mathematical operator</source> + <translation type="unfinished">Before mathematical operator</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="492"/> + <source>After mathematical operator</source> + <translation type="unfinished">After mathematical operator</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="502"/> + <source>Never before comma</source> + <translation type="unfinished">Never before comma</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="558"/> + <source>Names</source> + <translation type="unfinished">Names</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="583"/> + <source>Preferred name wrapper</source> + <translation type="unfinished">Preferred name wrapper</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="600"/> + <source>Always use name wrapping</source> + <translation type="unfinished">Always use name wrapping</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="610"/> + <source>Uppercase data type names</source> + <translation type="unfinished">Uppercase data type names</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="620"/> + <source>Uppercase keywords</source> + <translation type="unfinished">Uppercase keywords</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="631"/> + <source>Comments</source> + <translation type="unfinished">Comments</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="637"/> + <source>Preferred comment marker (where possible):</source> + <translation type="unfinished">Preferred comment marker (where possible):</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="654"/> + <source>Move all comments to the line end</source> + <translation type="unfinished">Move all comments to the line end</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="664"/> + <source>Line up comments at the line end</source> + <translation type="unfinished">Line up comments at the line end</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="695"/> + <source>Preview</source> + <translation type="unfinished">Preview</translation> + </message> + </context> +</TS> diff --git a/Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_kaa.ts b/Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_kaa.ts new file mode 100644 index 0000000..15bea59 --- /dev/null +++ b/Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_kaa.ts @@ -0,0 +1,228 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.1" language="kaa" sourcelanguage="en"> + <context> + <name>QObject</name> + <message> + <location filename="../sqlenterpriseformatter.cpp" line="90"/> + <location filename="../sqlenterpriseformatter.cpp" line="97"/> + <source>name</source> + <comment>example name wrapper</comment> + <translation type="unfinished">name</translation> + </message> + </context> + <context> + <name>SqlEnterpriseFormatter</name> + <message> + <location filename="../sqlenterpriseformatter.ui" line="46"/> + <source>Indentation</source> + <translation type="unfinished">Indentation</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="58"/> + <source>Line up keywords in multi-line queries</source> + <translation type="unfinished">Line up keywords in multi-line queries</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="68"/> + <source>Indent contents of parenthesis block</source> + <translation type="unfinished">Indent contents of parenthesis block</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="91"/> + <source>Tab size:</source> + <translation type="unfinished">Tab size:</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="106"/> + <source>New lines</source> + <translation type="unfinished">New lines</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="160"/> + <source>Before opening parenthesis in column definitions</source> + <translation type="unfinished">Before opening parenthesis in column definitions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="170"/> + <source>After opening parenthesis in column definitions</source> + <translation type="unfinished">After opening parenthesis in column definitions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="180"/> + <source>Before closing parenthesis in column definitions</source> + <translation type="unfinished">Before closing parenthesis in column definitions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="190"/> + <source>After closing parenthesis in column definitions</source> + <translation type="unfinished">After closing parenthesis in column definitions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="200"/> + <source>Before opening parenthesis in expressions</source> + <translation type="unfinished">Before opening parenthesis in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="210"/> + <source>After opening parenthesis in expressions</source> + <translation type="unfinished">After opening parenthesis in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="220"/> + <source>Before closing parenthesis in expressions</source> + <translation type="unfinished">Before closing parenthesis in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="230"/> + <source>After closing parenthesis in expressions</source> + <translation type="unfinished">After closing parenthesis in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="240"/> + <source>After JOIN keywords in FROM clause</source> + <translation type="unfinished">After JOIN keywords in FROM clause</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="250"/> + <source>Put each column constraint in CREATE TABLE into new line</source> + <translation type="unfinished">Put each column constraint in CREATE TABLE into new line</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="260"/> + <source>After comma</source> + <translation type="unfinished">After comma</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="270"/> + <source>After comma in expressions</source> + <translation type="unfinished">After comma in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="280"/> + <source>After semicolon</source> + <translation type="unfinished">After semicolon</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="290"/> + <location filename="../sqlenterpriseformatter.ui" line="512"/> + <source>Never before semicolon</source> + <translation type="unfinished">Never before semicolon</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="338"/> + <source>White spaces</source> + <translation type="unfinished">White spaces</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="392"/> + <source>Before comma in lists</source> + <translation type="unfinished">Before comma in lists</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="402"/> + <source>After comma in lists</source> + <translation type="unfinished">After comma in lists</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="412"/> + <source>Before opening parenthesis</source> + <translation type="unfinished">Before opening parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="422"/> + <source>After opening parenthesis</source> + <translation type="unfinished">After opening parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="432"/> + <source>Before closing parenthesis</source> + <translation type="unfinished">Before closing parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="442"/> + <source>After closing parenthesis</source> + <translation type="unfinished">After closing parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="452"/> + <source>No space between SQL function name and opening parenthesis</source> + <translation type="unfinished">No space between SQL function name and opening parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="462"/> + <source>Before dot operator (in path to database object)</source> + <translation type="unfinished">Before dot operator (in path to database object)</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="472"/> + <source>After dot operator (in path to database object)</source> + <translation type="unfinished">After dot operator (in path to database object)</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="482"/> + <source>Before mathematical operator</source> + <translation type="unfinished">Before mathematical operator</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="492"/> + <source>After mathematical operator</source> + <translation type="unfinished">After mathematical operator</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="502"/> + <source>Never before comma</source> + <translation type="unfinished">Never before comma</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="558"/> + <source>Names</source> + <translation type="unfinished">Names</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="583"/> + <source>Preferred name wrapper</source> + <translation type="unfinished">Preferred name wrapper</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="600"/> + <source>Always use name wrapping</source> + <translation type="unfinished">Always use name wrapping</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="610"/> + <source>Uppercase data type names</source> + <translation type="unfinished">Uppercase data type names</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="620"/> + <source>Uppercase keywords</source> + <translation type="unfinished">Uppercase keywords</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="631"/> + <source>Comments</source> + <translation type="unfinished">Comments</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="637"/> + <source>Preferred comment marker (where possible):</source> + <translation type="unfinished">Preferred comment marker (where possible):</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="654"/> + <source>Move all comments to the line end</source> + <translation type="unfinished">Move all comments to the line end</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="664"/> + <source>Line up comments at the line end</source> + <translation type="unfinished">Line up comments at the line end</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="695"/> + <source>Preview</source> + <translation type="unfinished">Preview</translation> + </message> + </context> +</TS> diff --git a/Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_ko_KR.ts b/Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_ko_KR.ts new file mode 100644 index 0000000..aea1aa4 --- /dev/null +++ b/Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_ko_KR.ts @@ -0,0 +1,228 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.1" language="ko" sourcelanguage="en"> + <context> + <name>QObject</name> + <message> + <location filename="../sqlenterpriseformatter.cpp" line="90"/> + <location filename="../sqlenterpriseformatter.cpp" line="97"/> + <source>name</source> + <comment>example name wrapper</comment> + <translation type="unfinished">name</translation> + </message> + </context> + <context> + <name>SqlEnterpriseFormatter</name> + <message> + <location filename="../sqlenterpriseformatter.ui" line="46"/> + <source>Indentation</source> + <translation type="unfinished">Indentation</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="58"/> + <source>Line up keywords in multi-line queries</source> + <translation type="unfinished">Line up keywords in multi-line queries</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="68"/> + <source>Indent contents of parenthesis block</source> + <translation type="unfinished">Indent contents of parenthesis block</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="91"/> + <source>Tab size:</source> + <translation type="unfinished">Tab size:</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="106"/> + <source>New lines</source> + <translation type="unfinished">New lines</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="160"/> + <source>Before opening parenthesis in column definitions</source> + <translation type="unfinished">Before opening parenthesis in column definitions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="170"/> + <source>After opening parenthesis in column definitions</source> + <translation type="unfinished">After opening parenthesis in column definitions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="180"/> + <source>Before closing parenthesis in column definitions</source> + <translation type="unfinished">Before closing parenthesis in column definitions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="190"/> + <source>After closing parenthesis in column definitions</source> + <translation type="unfinished">After closing parenthesis in column definitions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="200"/> + <source>Before opening parenthesis in expressions</source> + <translation type="unfinished">Before opening parenthesis in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="210"/> + <source>After opening parenthesis in expressions</source> + <translation type="unfinished">After opening parenthesis in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="220"/> + <source>Before closing parenthesis in expressions</source> + <translation type="unfinished">Before closing parenthesis in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="230"/> + <source>After closing parenthesis in expressions</source> + <translation type="unfinished">After closing parenthesis in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="240"/> + <source>After JOIN keywords in FROM clause</source> + <translation type="unfinished">After JOIN keywords in FROM clause</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="250"/> + <source>Put each column constraint in CREATE TABLE into new line</source> + <translation type="unfinished">Put each column constraint in CREATE TABLE into new line</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="260"/> + <source>After comma</source> + <translation type="unfinished">After comma</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="270"/> + <source>After comma in expressions</source> + <translation type="unfinished">After comma in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="280"/> + <source>After semicolon</source> + <translation type="unfinished">After semicolon</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="290"/> + <location filename="../sqlenterpriseformatter.ui" line="512"/> + <source>Never before semicolon</source> + <translation type="unfinished">Never before semicolon</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="338"/> + <source>White spaces</source> + <translation type="unfinished">White spaces</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="392"/> + <source>Before comma in lists</source> + <translation type="unfinished">Before comma in lists</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="402"/> + <source>After comma in lists</source> + <translation type="unfinished">After comma in lists</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="412"/> + <source>Before opening parenthesis</source> + <translation type="unfinished">Before opening parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="422"/> + <source>After opening parenthesis</source> + <translation type="unfinished">After opening parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="432"/> + <source>Before closing parenthesis</source> + <translation type="unfinished">Before closing parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="442"/> + <source>After closing parenthesis</source> + <translation type="unfinished">After closing parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="452"/> + <source>No space between SQL function name and opening parenthesis</source> + <translation type="unfinished">No space between SQL function name and opening parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="462"/> + <source>Before dot operator (in path to database object)</source> + <translation type="unfinished">Before dot operator (in path to database object)</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="472"/> + <source>After dot operator (in path to database object)</source> + <translation type="unfinished">After dot operator (in path to database object)</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="482"/> + <source>Before mathematical operator</source> + <translation type="unfinished">Before mathematical operator</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="492"/> + <source>After mathematical operator</source> + <translation type="unfinished">After mathematical operator</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="502"/> + <source>Never before comma</source> + <translation type="unfinished">Never before comma</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="558"/> + <source>Names</source> + <translation type="unfinished">Names</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="583"/> + <source>Preferred name wrapper</source> + <translation type="unfinished">Preferred name wrapper</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="600"/> + <source>Always use name wrapping</source> + <translation type="unfinished">Always use name wrapping</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="610"/> + <source>Uppercase data type names</source> + <translation type="unfinished">Uppercase data type names</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="620"/> + <source>Uppercase keywords</source> + <translation type="unfinished">Uppercase keywords</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="631"/> + <source>Comments</source> + <translation type="unfinished">Comments</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="637"/> + <source>Preferred comment marker (where possible):</source> + <translation type="unfinished">Preferred comment marker (where possible):</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="654"/> + <source>Move all comments to the line end</source> + <translation type="unfinished">Move all comments to the line end</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="664"/> + <source>Line up comments at the line end</source> + <translation type="unfinished">Line up comments at the line end</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="695"/> + <source>Preview</source> + <translation type="unfinished">Preview</translation> + </message> + </context> +</TS> diff --git a/Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_nl_NL.ts b/Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_nl_NL.ts new file mode 100644 index 0000000..32eec7c --- /dev/null +++ b/Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_nl_NL.ts @@ -0,0 +1,228 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.1" language="nl" sourcelanguage="en"> + <context> + <name>QObject</name> + <message> + <location filename="../sqlenterpriseformatter.cpp" line="90"/> + <location filename="../sqlenterpriseformatter.cpp" line="97"/> + <source>name</source> + <comment>example name wrapper</comment> + <translation type="unfinished">name</translation> + </message> + </context> + <context> + <name>SqlEnterpriseFormatter</name> + <message> + <location filename="../sqlenterpriseformatter.ui" line="46"/> + <source>Indentation</source> + <translation type="unfinished">Indentation</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="58"/> + <source>Line up keywords in multi-line queries</source> + <translation type="unfinished">Line up keywords in multi-line queries</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="68"/> + <source>Indent contents of parenthesis block</source> + <translation type="unfinished">Indent contents of parenthesis block</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="91"/> + <source>Tab size:</source> + <translation type="unfinished">Tab size:</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="106"/> + <source>New lines</source> + <translation type="unfinished">New lines</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="160"/> + <source>Before opening parenthesis in column definitions</source> + <translation type="unfinished">Before opening parenthesis in column definitions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="170"/> + <source>After opening parenthesis in column definitions</source> + <translation type="unfinished">After opening parenthesis in column definitions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="180"/> + <source>Before closing parenthesis in column definitions</source> + <translation type="unfinished">Before closing parenthesis in column definitions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="190"/> + <source>After closing parenthesis in column definitions</source> + <translation type="unfinished">After closing parenthesis in column definitions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="200"/> + <source>Before opening parenthesis in expressions</source> + <translation type="unfinished">Before opening parenthesis in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="210"/> + <source>After opening parenthesis in expressions</source> + <translation type="unfinished">After opening parenthesis in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="220"/> + <source>Before closing parenthesis in expressions</source> + <translation type="unfinished">Before closing parenthesis in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="230"/> + <source>After closing parenthesis in expressions</source> + <translation type="unfinished">After closing parenthesis in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="240"/> + <source>After JOIN keywords in FROM clause</source> + <translation type="unfinished">After JOIN keywords in FROM clause</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="250"/> + <source>Put each column constraint in CREATE TABLE into new line</source> + <translation type="unfinished">Put each column constraint in CREATE TABLE into new line</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="260"/> + <source>After comma</source> + <translation type="unfinished">After comma</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="270"/> + <source>After comma in expressions</source> + <translation type="unfinished">After comma in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="280"/> + <source>After semicolon</source> + <translation type="unfinished">After semicolon</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="290"/> + <location filename="../sqlenterpriseformatter.ui" line="512"/> + <source>Never before semicolon</source> + <translation type="unfinished">Never before semicolon</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="338"/> + <source>White spaces</source> + <translation type="unfinished">White spaces</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="392"/> + <source>Before comma in lists</source> + <translation type="unfinished">Before comma in lists</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="402"/> + <source>After comma in lists</source> + <translation type="unfinished">After comma in lists</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="412"/> + <source>Before opening parenthesis</source> + <translation type="unfinished">Before opening parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="422"/> + <source>After opening parenthesis</source> + <translation type="unfinished">After opening parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="432"/> + <source>Before closing parenthesis</source> + <translation type="unfinished">Before closing parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="442"/> + <source>After closing parenthesis</source> + <translation type="unfinished">After closing parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="452"/> + <source>No space between SQL function name and opening parenthesis</source> + <translation type="unfinished">No space between SQL function name and opening parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="462"/> + <source>Before dot operator (in path to database object)</source> + <translation type="unfinished">Before dot operator (in path to database object)</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="472"/> + <source>After dot operator (in path to database object)</source> + <translation type="unfinished">After dot operator (in path to database object)</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="482"/> + <source>Before mathematical operator</source> + <translation type="unfinished">Before mathematical operator</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="492"/> + <source>After mathematical operator</source> + <translation type="unfinished">After mathematical operator</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="502"/> + <source>Never before comma</source> + <translation type="unfinished">Never before comma</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="558"/> + <source>Names</source> + <translation type="unfinished">Names</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="583"/> + <source>Preferred name wrapper</source> + <translation type="unfinished">Preferred name wrapper</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="600"/> + <source>Always use name wrapping</source> + <translation type="unfinished">Always use name wrapping</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="610"/> + <source>Uppercase data type names</source> + <translation type="unfinished">Uppercase data type names</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="620"/> + <source>Uppercase keywords</source> + <translation type="unfinished">Uppercase keywords</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="631"/> + <source>Comments</source> + <translation type="unfinished">Comments</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="637"/> + <source>Preferred comment marker (where possible):</source> + <translation type="unfinished">Preferred comment marker (where possible):</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="654"/> + <source>Move all comments to the line end</source> + <translation type="unfinished">Move all comments to the line end</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="664"/> + <source>Line up comments at the line end</source> + <translation type="unfinished">Line up comments at the line end</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="695"/> + <source>Preview</source> + <translation type="unfinished">Preview</translation> + </message> + </context> +</TS> diff --git a/Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_no_NO.ts b/Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_no_NO.ts new file mode 100644 index 0000000..ffc315d --- /dev/null +++ b/Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_no_NO.ts @@ -0,0 +1,228 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.1" language="no" sourcelanguage="en"> + <context> + <name>QObject</name> + <message> + <location filename="../sqlenterpriseformatter.cpp" line="90"/> + <location filename="../sqlenterpriseformatter.cpp" line="97"/> + <source>name</source> + <comment>example name wrapper</comment> + <translation type="unfinished">name</translation> + </message> + </context> + <context> + <name>SqlEnterpriseFormatter</name> + <message> + <location filename="../sqlenterpriseformatter.ui" line="46"/> + <source>Indentation</source> + <translation type="unfinished">Indentation</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="58"/> + <source>Line up keywords in multi-line queries</source> + <translation type="unfinished">Line up keywords in multi-line queries</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="68"/> + <source>Indent contents of parenthesis block</source> + <translation type="unfinished">Indent contents of parenthesis block</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="91"/> + <source>Tab size:</source> + <translation type="unfinished">Tab size:</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="106"/> + <source>New lines</source> + <translation type="unfinished">New lines</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="160"/> + <source>Before opening parenthesis in column definitions</source> + <translation type="unfinished">Before opening parenthesis in column definitions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="170"/> + <source>After opening parenthesis in column definitions</source> + <translation type="unfinished">After opening parenthesis in column definitions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="180"/> + <source>Before closing parenthesis in column definitions</source> + <translation type="unfinished">Before closing parenthesis in column definitions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="190"/> + <source>After closing parenthesis in column definitions</source> + <translation type="unfinished">After closing parenthesis in column definitions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="200"/> + <source>Before opening parenthesis in expressions</source> + <translation type="unfinished">Before opening parenthesis in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="210"/> + <source>After opening parenthesis in expressions</source> + <translation type="unfinished">After opening parenthesis in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="220"/> + <source>Before closing parenthesis in expressions</source> + <translation type="unfinished">Before closing parenthesis in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="230"/> + <source>After closing parenthesis in expressions</source> + <translation type="unfinished">After closing parenthesis in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="240"/> + <source>After JOIN keywords in FROM clause</source> + <translation type="unfinished">After JOIN keywords in FROM clause</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="250"/> + <source>Put each column constraint in CREATE TABLE into new line</source> + <translation type="unfinished">Put each column constraint in CREATE TABLE into new line</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="260"/> + <source>After comma</source> + <translation type="unfinished">After comma</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="270"/> + <source>After comma in expressions</source> + <translation type="unfinished">After comma in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="280"/> + <source>After semicolon</source> + <translation type="unfinished">After semicolon</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="290"/> + <location filename="../sqlenterpriseformatter.ui" line="512"/> + <source>Never before semicolon</source> + <translation type="unfinished">Never before semicolon</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="338"/> + <source>White spaces</source> + <translation type="unfinished">White spaces</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="392"/> + <source>Before comma in lists</source> + <translation type="unfinished">Before comma in lists</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="402"/> + <source>After comma in lists</source> + <translation type="unfinished">After comma in lists</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="412"/> + <source>Before opening parenthesis</source> + <translation type="unfinished">Before opening parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="422"/> + <source>After opening parenthesis</source> + <translation type="unfinished">After opening parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="432"/> + <source>Before closing parenthesis</source> + <translation type="unfinished">Before closing parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="442"/> + <source>After closing parenthesis</source> + <translation type="unfinished">After closing parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="452"/> + <source>No space between SQL function name and opening parenthesis</source> + <translation type="unfinished">No space between SQL function name and opening parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="462"/> + <source>Before dot operator (in path to database object)</source> + <translation type="unfinished">Before dot operator (in path to database object)</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="472"/> + <source>After dot operator (in path to database object)</source> + <translation type="unfinished">After dot operator (in path to database object)</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="482"/> + <source>Before mathematical operator</source> + <translation type="unfinished">Before mathematical operator</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="492"/> + <source>After mathematical operator</source> + <translation type="unfinished">After mathematical operator</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="502"/> + <source>Never before comma</source> + <translation type="unfinished">Never before comma</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="558"/> + <source>Names</source> + <translation type="unfinished">Names</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="583"/> + <source>Preferred name wrapper</source> + <translation type="unfinished">Preferred name wrapper</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="600"/> + <source>Always use name wrapping</source> + <translation type="unfinished">Always use name wrapping</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="610"/> + <source>Uppercase data type names</source> + <translation type="unfinished">Uppercase data type names</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="620"/> + <source>Uppercase keywords</source> + <translation type="unfinished">Uppercase keywords</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="631"/> + <source>Comments</source> + <translation type="unfinished">Comments</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="637"/> + <source>Preferred comment marker (where possible):</source> + <translation type="unfinished">Preferred comment marker (where possible):</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="654"/> + <source>Move all comments to the line end</source> + <translation type="unfinished">Move all comments to the line end</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="664"/> + <source>Line up comments at the line end</source> + <translation type="unfinished">Line up comments at the line end</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="695"/> + <source>Preview</source> + <translation type="unfinished">Preview</translation> + </message> + </context> +</TS> diff --git a/Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_pl_PL.ts b/Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_pl_PL.ts new file mode 100644 index 0000000..4fb7e00 --- /dev/null +++ b/Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_pl_PL.ts @@ -0,0 +1,228 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.1" language="pl" sourcelanguage="en"> + <context> + <name>QObject</name> + <message> + <location filename="../sqlenterpriseformatter.cpp" line="90"/> + <location filename="../sqlenterpriseformatter.cpp" line="97"/> + <source>name</source> + <comment>example name wrapper</comment> + <translation>nazwa</translation> + </message> + </context> + <context> + <name>SqlEnterpriseFormatter</name> + <message> + <location filename="../sqlenterpriseformatter.ui" line="46"/> + <source>Indentation</source> + <translation>Wcięcia</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="58"/> + <source>Line up keywords in multi-line queries</source> + <translation>Wyrównaj słowa kluczowe w wielolinijkowych zapytaniach</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="68"/> + <source>Indent contents of parenthesis block</source> + <translation>Dodaj wcięcia do zawartości bloków w nawiasach</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="91"/> + <source>Tab size:</source> + <translation>Rozmiar tabulacji:</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="106"/> + <source>New lines</source> + <translation>Nowe linie</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="160"/> + <source>Before opening parenthesis in column definitions</source> + <translation>Przed nawiasem otwierającym w definicjach kolumn</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="170"/> + <source>After opening parenthesis in column definitions</source> + <translation>Po nawiasie otwierającym w definicjach kolumn</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="180"/> + <source>Before closing parenthesis in column definitions</source> + <translation>Przed nawiasem zamykającym w definicjach kolumn</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="190"/> + <source>After closing parenthesis in column definitions</source> + <translation>Po nawiasie zamykającym w definicjach kolumn</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="200"/> + <source>Before opening parenthesis in expressions</source> + <translation>Przed nawiasem otwierającym w wyrażeniach</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="210"/> + <source>After opening parenthesis in expressions</source> + <translation>Po nawiasie otwierającym w wyrażeniach</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="220"/> + <source>Before closing parenthesis in expressions</source> + <translation>Przed nawiasem zamykającym w wyrażeniach</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="230"/> + <source>After closing parenthesis in expressions</source> + <translation>Po nawiasie zamykającym w wyrażeniach</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="240"/> + <source>After JOIN keywords in FROM clause</source> + <translation>Po słowach kluczowych JOIN w klauzuli FROM</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="250"/> + <source>Put each column constraint in CREATE TABLE into new line</source> + <translation>Ustaw każde ograniczenie kolumny w CREATE TABLE w nowej linii</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="260"/> + <source>After comma</source> + <translation>Po przecinku</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="270"/> + <source>After comma in expressions</source> + <translation>Po przecinku w wyrażeniach</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="280"/> + <source>After semicolon</source> + <translation>Po średniku</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="290"/> + <location filename="../sqlenterpriseformatter.ui" line="512"/> + <source>Never before semicolon</source> + <translation>Nigdy przed średnikiem</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="338"/> + <source>White spaces</source> + <translation>Spacje</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="392"/> + <source>Before comma in lists</source> + <translation>Przed przecinkiem w listach</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="402"/> + <source>After comma in lists</source> + <translation>Po przecinku w listach</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="412"/> + <source>Before opening parenthesis</source> + <translation>Przed nawiasem otwierającym</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="422"/> + <source>After opening parenthesis</source> + <translation>Po nawiasie otwierającym</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="432"/> + <source>Before closing parenthesis</source> + <translation>Przed nawiasem zamykającym</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="442"/> + <source>After closing parenthesis</source> + <translation>Po nawiasie zamykającym</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="452"/> + <source>No space between SQL function name and opening parenthesis</source> + <translation>Bez spacji między nazwą funkcji SQL i nawiasem otwierającym</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="462"/> + <source>Before dot operator (in path to database object)</source> + <translation>Przed operatorem kropki (w ścieżce do obiektu bazodanowego)</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="472"/> + <source>After dot operator (in path to database object)</source> + <translation>Po operatorze kropki (w ścieżce do obiektu bazodanowego)</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="482"/> + <source>Before mathematical operator</source> + <translation>Przed operatorem matematycznym</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="492"/> + <source>After mathematical operator</source> + <translation>Po operatorze matematycznym</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="502"/> + <source>Never before comma</source> + <translation>Nigdy przed przecinkiem</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="558"/> + <source>Names</source> + <translation>Nazwy</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="583"/> + <source>Preferred name wrapper</source> + <translation>Preferowane opakowanie nazwy</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="600"/> + <source>Always use name wrapping</source> + <translation>Zawsze opakowuj nazwy</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="610"/> + <source>Uppercase data type names</source> + <translation>Zmieniaj litery nazw typów danych na duże</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="620"/> + <source>Uppercase keywords</source> + <translation>Zmieniaj litery słów kluczowych na duże</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="631"/> + <source>Comments</source> + <translation>Komentarze</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="637"/> + <source>Preferred comment marker (where possible):</source> + <translation>Preferowany znacznik komentarzy (gdzie możliwy):</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="654"/> + <source>Move all comments to the line end</source> + <translation>Przenieś wszystkie komentarze na koniec linii</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="664"/> + <source>Line up comments at the line end</source> + <translation>Wyrównaj komentarze na końcu linii</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="695"/> + <source>Preview</source> + <translation>Podgląd</translation> + </message> + </context> +</TS> diff --git a/Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_pt_BR.ts b/Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_pt_BR.ts new file mode 100644 index 0000000..11b348b --- /dev/null +++ b/Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_pt_BR.ts @@ -0,0 +1,228 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.1" language="pt-BR" sourcelanguage="en"> + <context> + <name>QObject</name> + <message> + <location filename="../sqlenterpriseformatter.cpp" line="90"/> + <location filename="../sqlenterpriseformatter.cpp" line="97"/> + <source>name</source> + <comment>example name wrapper</comment> + <translation>nome</translation> + </message> + </context> + <context> + <name>SqlEnterpriseFormatter</name> + <message> + <location filename="../sqlenterpriseformatter.ui" line="46"/> + <source>Indentation</source> + <translation>Indentação</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="58"/> + <source>Line up keywords in multi-line queries</source> + <translation>Agrupar palavras-chave em consultas multi-linha</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="68"/> + <source>Indent contents of parenthesis block</source> + <translation>Indentar conteúdo do bloco parênteses</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="91"/> + <source>Tab size:</source> + <translation>Tamanho do guia:</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="106"/> + <source>New lines</source> + <translation>Novas linhas</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="160"/> + <source>Before opening parenthesis in column definitions</source> + <translation>Antes de abrir parênteses nas definições de coluna</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="170"/> + <source>After opening parenthesis in column definitions</source> + <translation>Depois de abrir parênteses nas definições de coluna</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="180"/> + <source>Before closing parenthesis in column definitions</source> + <translation>Antes de fechar parênteses nas definições de coluna</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="190"/> + <source>After closing parenthesis in column definitions</source> + <translation>Depois de fechar parênteses nas definições de coluna</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="200"/> + <source>Before opening parenthesis in expressions</source> + <translation>Antes de abrir parênteses em expressões</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="210"/> + <source>After opening parenthesis in expressions</source> + <translation>Após a abertura parênteses em expressões</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="220"/> + <source>Before closing parenthesis in expressions</source> + <translation>Antes de fechar parênteses em expressões</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="230"/> + <source>After closing parenthesis in expressions</source> + <translation>Depois de fechar parênteses em expressões</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="240"/> + <source>After JOIN keywords in FROM clause</source> + <translation>Depois de JOIN palavras-chave na cláusula FROM</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="250"/> + <source>Put each column constraint in CREATE TABLE into new line</source> + <translation>Coloque cada restrição de coluna em CREATE TABLE em nova linha</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="260"/> + <source>After comma</source> + <translation>Depois da vírgula</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="270"/> + <source>After comma in expressions</source> + <translation>Após vírgula em expressões</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="280"/> + <source>After semicolon</source> + <translation>Após ponto e vírgula</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="290"/> + <location filename="../sqlenterpriseformatter.ui" line="512"/> + <source>Never before semicolon</source> + <translation>Nunca antes ponto e vírgula</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="338"/> + <source>White spaces</source> + <translation>Espaço em branco</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="392"/> + <source>Before comma in lists</source> + <translation>Antes da vírgula em listas</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="402"/> + <source>After comma in lists</source> + <translation>Após vírgula em listas</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="412"/> + <source>Before opening parenthesis</source> + <translation>Antes de abrir parênteses</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="422"/> + <source>After opening parenthesis</source> + <translation>Depois de abrir parênteses</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="432"/> + <source>Before closing parenthesis</source> + <translation>Antes de fechar parênteses</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="442"/> + <source>After closing parenthesis</source> + <translation>Depois de fechar parênteses</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="452"/> + <source>No space between SQL function name and opening parenthesis</source> + <translation>Não há espaço entre o nome da função SQL e a abertura de parênteses</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="462"/> + <source>Before dot operator (in path to database object)</source> + <translation>Operador antes do ponto (em caminho para o objeto do banco de dados)</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="472"/> + <source>After dot operator (in path to database object)</source> + <translation>Operador depois do ponto (em caminho para o objeto do banco de dados)</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="482"/> + <source>Before mathematical operator</source> + <translation>Antes do operador matemático</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="492"/> + <source>After mathematical operator</source> + <translation>Depois do operador matemático</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="502"/> + <source>Never before comma</source> + <translation>Nunca antes da vírgula</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="558"/> + <source>Names</source> + <translation>Nomes</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="583"/> + <source>Preferred name wrapper</source> + <translation>Nome do empacotador preferencial</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="600"/> + <source>Always use name wrapping</source> + <translation>Sempre usar quebra de nome</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="610"/> + <source>Uppercase data type names</source> + <translation>Nomes de tipos de dados maiúsculos</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="620"/> + <source>Uppercase keywords</source> + <translation>Palavras-chave em maiúsculas</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="631"/> + <source>Comments</source> + <translation>Comentários</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="637"/> + <source>Preferred comment marker (where possible):</source> + <translation>Marcador de comentário preferido (quando possível):</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="654"/> + <source>Move all comments to the line end</source> + <translation>Mover todos os comentários para o final da linha</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="664"/> + <source>Line up comments at the line end</source> + <translation>Agrupar comentários no final da linha</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="695"/> + <source>Preview</source> + <translation>Pré-visualizar</translation> + </message> + </context> +</TS> diff --git a/Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_pt_PT.ts b/Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_pt_PT.ts new file mode 100644 index 0000000..124ad37 --- /dev/null +++ b/Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_pt_PT.ts @@ -0,0 +1,228 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.1" language="pt-PT" sourcelanguage="en"> + <context> + <name>QObject</name> + <message> + <location filename="../sqlenterpriseformatter.cpp" line="90"/> + <location filename="../sqlenterpriseformatter.cpp" line="97"/> + <source>name</source> + <comment>example name wrapper</comment> + <translation type="unfinished">name</translation> + </message> + </context> + <context> + <name>SqlEnterpriseFormatter</name> + <message> + <location filename="../sqlenterpriseformatter.ui" line="46"/> + <source>Indentation</source> + <translation type="unfinished">Indentation</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="58"/> + <source>Line up keywords in multi-line queries</source> + <translation type="unfinished">Line up keywords in multi-line queries</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="68"/> + <source>Indent contents of parenthesis block</source> + <translation type="unfinished">Indent contents of parenthesis block</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="91"/> + <source>Tab size:</source> + <translation type="unfinished">Tab size:</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="106"/> + <source>New lines</source> + <translation type="unfinished">New lines</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="160"/> + <source>Before opening parenthesis in column definitions</source> + <translation type="unfinished">Before opening parenthesis in column definitions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="170"/> + <source>After opening parenthesis in column definitions</source> + <translation type="unfinished">After opening parenthesis in column definitions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="180"/> + <source>Before closing parenthesis in column definitions</source> + <translation type="unfinished">Before closing parenthesis in column definitions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="190"/> + <source>After closing parenthesis in column definitions</source> + <translation type="unfinished">After closing parenthesis in column definitions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="200"/> + <source>Before opening parenthesis in expressions</source> + <translation type="unfinished">Before opening parenthesis in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="210"/> + <source>After opening parenthesis in expressions</source> + <translation type="unfinished">After opening parenthesis in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="220"/> + <source>Before closing parenthesis in expressions</source> + <translation type="unfinished">Before closing parenthesis in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="230"/> + <source>After closing parenthesis in expressions</source> + <translation type="unfinished">After closing parenthesis in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="240"/> + <source>After JOIN keywords in FROM clause</source> + <translation type="unfinished">After JOIN keywords in FROM clause</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="250"/> + <source>Put each column constraint in CREATE TABLE into new line</source> + <translation type="unfinished">Put each column constraint in CREATE TABLE into new line</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="260"/> + <source>After comma</source> + <translation type="unfinished">After comma</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="270"/> + <source>After comma in expressions</source> + <translation type="unfinished">After comma in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="280"/> + <source>After semicolon</source> + <translation type="unfinished">After semicolon</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="290"/> + <location filename="../sqlenterpriseformatter.ui" line="512"/> + <source>Never before semicolon</source> + <translation type="unfinished">Never before semicolon</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="338"/> + <source>White spaces</source> + <translation type="unfinished">White spaces</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="392"/> + <source>Before comma in lists</source> + <translation type="unfinished">Before comma in lists</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="402"/> + <source>After comma in lists</source> + <translation type="unfinished">After comma in lists</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="412"/> + <source>Before opening parenthesis</source> + <translation type="unfinished">Before opening parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="422"/> + <source>After opening parenthesis</source> + <translation type="unfinished">After opening parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="432"/> + <source>Before closing parenthesis</source> + <translation type="unfinished">Before closing parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="442"/> + <source>After closing parenthesis</source> + <translation type="unfinished">After closing parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="452"/> + <source>No space between SQL function name and opening parenthesis</source> + <translation type="unfinished">No space between SQL function name and opening parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="462"/> + <source>Before dot operator (in path to database object)</source> + <translation type="unfinished">Before dot operator (in path to database object)</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="472"/> + <source>After dot operator (in path to database object)</source> + <translation type="unfinished">After dot operator (in path to database object)</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="482"/> + <source>Before mathematical operator</source> + <translation type="unfinished">Before mathematical operator</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="492"/> + <source>After mathematical operator</source> + <translation type="unfinished">After mathematical operator</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="502"/> + <source>Never before comma</source> + <translation type="unfinished">Never before comma</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="558"/> + <source>Names</source> + <translation type="unfinished">Names</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="583"/> + <source>Preferred name wrapper</source> + <translation type="unfinished">Preferred name wrapper</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="600"/> + <source>Always use name wrapping</source> + <translation type="unfinished">Always use name wrapping</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="610"/> + <source>Uppercase data type names</source> + <translation type="unfinished">Uppercase data type names</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="620"/> + <source>Uppercase keywords</source> + <translation type="unfinished">Uppercase keywords</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="631"/> + <source>Comments</source> + <translation type="unfinished">Comments</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="637"/> + <source>Preferred comment marker (where possible):</source> + <translation type="unfinished">Preferred comment marker (where possible):</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="654"/> + <source>Move all comments to the line end</source> + <translation type="unfinished">Move all comments to the line end</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="664"/> + <source>Line up comments at the line end</source> + <translation type="unfinished">Line up comments at the line end</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="695"/> + <source>Preview</source> + <translation type="unfinished">Preview</translation> + </message> + </context> +</TS> diff --git a/Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_ro_RO.ts b/Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_ro_RO.ts new file mode 100644 index 0000000..08a2d77 --- /dev/null +++ b/Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_ro_RO.ts @@ -0,0 +1,228 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.1" language="ro" sourcelanguage="en"> + <context> + <name>QObject</name> + <message> + <location filename="../sqlenterpriseformatter.cpp" line="90"/> + <location filename="../sqlenterpriseformatter.cpp" line="97"/> + <source>name</source> + <comment>example name wrapper</comment> + <translation type="unfinished">name</translation> + </message> + </context> + <context> + <name>SqlEnterpriseFormatter</name> + <message> + <location filename="../sqlenterpriseformatter.ui" line="46"/> + <source>Indentation</source> + <translation type="unfinished">Indentation</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="58"/> + <source>Line up keywords in multi-line queries</source> + <translation type="unfinished">Line up keywords in multi-line queries</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="68"/> + <source>Indent contents of parenthesis block</source> + <translation type="unfinished">Indent contents of parenthesis block</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="91"/> + <source>Tab size:</source> + <translation type="unfinished">Tab size:</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="106"/> + <source>New lines</source> + <translation type="unfinished">New lines</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="160"/> + <source>Before opening parenthesis in column definitions</source> + <translation type="unfinished">Before opening parenthesis in column definitions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="170"/> + <source>After opening parenthesis in column definitions</source> + <translation type="unfinished">After opening parenthesis in column definitions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="180"/> + <source>Before closing parenthesis in column definitions</source> + <translation type="unfinished">Before closing parenthesis in column definitions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="190"/> + <source>After closing parenthesis in column definitions</source> + <translation type="unfinished">After closing parenthesis in column definitions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="200"/> + <source>Before opening parenthesis in expressions</source> + <translation type="unfinished">Before opening parenthesis in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="210"/> + <source>After opening parenthesis in expressions</source> + <translation type="unfinished">After opening parenthesis in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="220"/> + <source>Before closing parenthesis in expressions</source> + <translation type="unfinished">Before closing parenthesis in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="230"/> + <source>After closing parenthesis in expressions</source> + <translation type="unfinished">After closing parenthesis in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="240"/> + <source>After JOIN keywords in FROM clause</source> + <translation type="unfinished">After JOIN keywords in FROM clause</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="250"/> + <source>Put each column constraint in CREATE TABLE into new line</source> + <translation type="unfinished">Put each column constraint in CREATE TABLE into new line</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="260"/> + <source>After comma</source> + <translation type="unfinished">After comma</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="270"/> + <source>After comma in expressions</source> + <translation type="unfinished">After comma in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="280"/> + <source>After semicolon</source> + <translation type="unfinished">After semicolon</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="290"/> + <location filename="../sqlenterpriseformatter.ui" line="512"/> + <source>Never before semicolon</source> + <translation type="unfinished">Never before semicolon</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="338"/> + <source>White spaces</source> + <translation type="unfinished">White spaces</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="392"/> + <source>Before comma in lists</source> + <translation type="unfinished">Before comma in lists</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="402"/> + <source>After comma in lists</source> + <translation type="unfinished">After comma in lists</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="412"/> + <source>Before opening parenthesis</source> + <translation type="unfinished">Before opening parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="422"/> + <source>After opening parenthesis</source> + <translation type="unfinished">After opening parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="432"/> + <source>Before closing parenthesis</source> + <translation type="unfinished">Before closing parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="442"/> + <source>After closing parenthesis</source> + <translation type="unfinished">After closing parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="452"/> + <source>No space between SQL function name and opening parenthesis</source> + <translation type="unfinished">No space between SQL function name and opening parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="462"/> + <source>Before dot operator (in path to database object)</source> + <translation type="unfinished">Before dot operator (in path to database object)</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="472"/> + <source>After dot operator (in path to database object)</source> + <translation type="unfinished">After dot operator (in path to database object)</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="482"/> + <source>Before mathematical operator</source> + <translation type="unfinished">Before mathematical operator</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="492"/> + <source>After mathematical operator</source> + <translation type="unfinished">After mathematical operator</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="502"/> + <source>Never before comma</source> + <translation type="unfinished">Never before comma</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="558"/> + <source>Names</source> + <translation type="unfinished">Names</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="583"/> + <source>Preferred name wrapper</source> + <translation type="unfinished">Preferred name wrapper</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="600"/> + <source>Always use name wrapping</source> + <translation type="unfinished">Always use name wrapping</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="610"/> + <source>Uppercase data type names</source> + <translation type="unfinished">Uppercase data type names</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="620"/> + <source>Uppercase keywords</source> + <translation type="unfinished">Uppercase keywords</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="631"/> + <source>Comments</source> + <translation type="unfinished">Comments</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="637"/> + <source>Preferred comment marker (where possible):</source> + <translation type="unfinished">Preferred comment marker (where possible):</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="654"/> + <source>Move all comments to the line end</source> + <translation type="unfinished">Move all comments to the line end</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="664"/> + <source>Line up comments at the line end</source> + <translation type="unfinished">Line up comments at the line end</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="695"/> + <source>Preview</source> + <translation type="unfinished">Preview</translation> + </message> + </context> +</TS> diff --git a/Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_ru_RU.ts b/Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_ru_RU.ts new file mode 100644 index 0000000..bb5fc83 --- /dev/null +++ b/Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_ru_RU.ts @@ -0,0 +1,228 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.1" language="ru" sourcelanguage="en"> + <context> + <name>QObject</name> + <message> + <location filename="../sqlenterpriseformatter.cpp" line="90"/> + <location filename="../sqlenterpriseformatter.cpp" line="97"/> + <source>name</source> + <comment>example name wrapper</comment> + <translation>имя</translation> + </message> + </context> + <context> + <name>SqlEnterpriseFormatter</name> + <message> + <location filename="../sqlenterpriseformatter.ui" line="46"/> + <source>Indentation</source> + <translation>Отступы</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="58"/> + <source>Line up keywords in multi-line queries</source> + <translation>Выравнивать ключевые слова в многострочных запросах</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="68"/> + <source>Indent contents of parenthesis block</source> + <translation>Выравнивать содержимое внутри скобок</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="91"/> + <source>Tab size:</source> + <translation>Шаг табуляции:</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="106"/> + <source>New lines</source> + <translation>Переносы строк</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="160"/> + <source>Before opening parenthesis in column definitions</source> + <translation>Перед открывающей скобкой в определениях столбцов</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="170"/> + <source>After opening parenthesis in column definitions</source> + <translation>После открывающей скобки в определениях столбцов</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="180"/> + <source>Before closing parenthesis in column definitions</source> + <translation>Перед закрывающей скобкой в определениях столбцов</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="190"/> + <source>After closing parenthesis in column definitions</source> + <translation>После закрывающей скобки в определениях столбцов</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="200"/> + <source>Before opening parenthesis in expressions</source> + <translation>Перед открывающей скобкой в выражениях</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="210"/> + <source>After opening parenthesis in expressions</source> + <translation>После открывающей скобки в выражениях</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="220"/> + <source>Before closing parenthesis in expressions</source> + <translation>Перед закрывающей скобкой в выражениях</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="230"/> + <source>After closing parenthesis in expressions</source> + <translation>После закрывающей скобки в выражениях</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="240"/> + <source>After JOIN keywords in FROM clause</source> + <translation>После ключевых слов JOIN в операторе FROM</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="250"/> + <source>Put each column constraint in CREATE TABLE into new line</source> + <translation>Разместить каждое ограничение на столбец в отдельной строке в конструкции CREATE TABLE</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="260"/> + <source>After comma</source> + <translation>После запятой</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="270"/> + <source>After comma in expressions</source> + <translation>После запятой в выражениях</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="280"/> + <source>After semicolon</source> + <translation>После точки с запятой</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="290"/> + <location filename="../sqlenterpriseformatter.ui" line="512"/> + <source>Never before semicolon</source> + <translation>Никогда перед точкой с запятой</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="338"/> + <source>White spaces</source> + <translation>Пробелы</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="392"/> + <source>Before comma in lists</source> + <translation>Перед запятой в списках</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="402"/> + <source>After comma in lists</source> + <translation>После запятой в списках</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="412"/> + <source>Before opening parenthesis</source> + <translation>Перед открывающей скобкой</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="422"/> + <source>After opening parenthesis</source> + <translation>После открывающей скобки</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="432"/> + <source>Before closing parenthesis</source> + <translation>Перед закрывающей скобкой</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="442"/> + <source>After closing parenthesis</source> + <translation>После закрывающей скобки</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="452"/> + <source>No space between SQL function name and opening parenthesis</source> + <translation>Не ставить пробел между именем функции SQL и открывающей скобкой</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="462"/> + <source>Before dot operator (in path to database object)</source> + <translation>Перед оператором '.' (в путях к объектам базы данных)</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="472"/> + <source>After dot operator (in path to database object)</source> + <translation>После оператора '.' (в путях к объектам базы данных)</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="482"/> + <source>Before mathematical operator</source> + <translation>Перед математическим оператором</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="492"/> + <source>After mathematical operator</source> + <translation>После математического оператора</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="502"/> + <source>Never before comma</source> + <translation>Никогда перед запятой</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="558"/> + <source>Names</source> + <translation>Имена</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="583"/> + <source>Preferred name wrapper</source> + <translation>Предпочитаемое обрамление имён</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="600"/> + <source>Always use name wrapping</source> + <translation>Всегда обрамлять имена</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="610"/> + <source>Uppercase data type names</source> + <translation>Приводить имена типов данных к верхнему регистру</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="620"/> + <source>Uppercase keywords</source> + <translation>Приводить ключевые слова к верхнему регистру</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="631"/> + <source>Comments</source> + <translation>Комментарии</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="637"/> + <source>Preferred comment marker (where possible):</source> + <translation>Предпочитаемый символ комментирования (где применимо):</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="654"/> + <source>Move all comments to the line end</source> + <translation>Перемещать все комментарии в конец строки</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="664"/> + <source>Line up comments at the line end</source> + <translation>Выравнивать комментарии в конце строки</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="695"/> + <source>Preview</source> + <translation>Предпросмотр</translation> + </message> + </context> +</TS> diff --git a/Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_sk_SK.ts b/Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_sk_SK.ts new file mode 100644 index 0000000..ac53c07 --- /dev/null +++ b/Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_sk_SK.ts @@ -0,0 +1,228 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.1" language="sk" sourcelanguage="en"> + <context> + <name>QObject</name> + <message> + <location filename="../sqlenterpriseformatter.cpp" line="90"/> + <location filename="../sqlenterpriseformatter.cpp" line="97"/> + <source>name</source> + <comment>example name wrapper</comment> + <translation type="unfinished">name</translation> + </message> + </context> + <context> + <name>SqlEnterpriseFormatter</name> + <message> + <location filename="../sqlenterpriseformatter.ui" line="46"/> + <source>Indentation</source> + <translation type="unfinished">Indentation</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="58"/> + <source>Line up keywords in multi-line queries</source> + <translation type="unfinished">Line up keywords in multi-line queries</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="68"/> + <source>Indent contents of parenthesis block</source> + <translation type="unfinished">Indent contents of parenthesis block</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="91"/> + <source>Tab size:</source> + <translation type="unfinished">Tab size:</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="106"/> + <source>New lines</source> + <translation type="unfinished">New lines</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="160"/> + <source>Before opening parenthesis in column definitions</source> + <translation type="unfinished">Before opening parenthesis in column definitions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="170"/> + <source>After opening parenthesis in column definitions</source> + <translation type="unfinished">After opening parenthesis in column definitions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="180"/> + <source>Before closing parenthesis in column definitions</source> + <translation type="unfinished">Before closing parenthesis in column definitions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="190"/> + <source>After closing parenthesis in column definitions</source> + <translation type="unfinished">After closing parenthesis in column definitions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="200"/> + <source>Before opening parenthesis in expressions</source> + <translation type="unfinished">Before opening parenthesis in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="210"/> + <source>After opening parenthesis in expressions</source> + <translation type="unfinished">After opening parenthesis in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="220"/> + <source>Before closing parenthesis in expressions</source> + <translation type="unfinished">Before closing parenthesis in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="230"/> + <source>After closing parenthesis in expressions</source> + <translation type="unfinished">After closing parenthesis in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="240"/> + <source>After JOIN keywords in FROM clause</source> + <translation type="unfinished">After JOIN keywords in FROM clause</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="250"/> + <source>Put each column constraint in CREATE TABLE into new line</source> + <translation type="unfinished">Put each column constraint in CREATE TABLE into new line</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="260"/> + <source>After comma</source> + <translation type="unfinished">After comma</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="270"/> + <source>After comma in expressions</source> + <translation type="unfinished">After comma in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="280"/> + <source>After semicolon</source> + <translation type="unfinished">After semicolon</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="290"/> + <location filename="../sqlenterpriseformatter.ui" line="512"/> + <source>Never before semicolon</source> + <translation type="unfinished">Never before semicolon</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="338"/> + <source>White spaces</source> + <translation type="unfinished">White spaces</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="392"/> + <source>Before comma in lists</source> + <translation type="unfinished">Before comma in lists</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="402"/> + <source>After comma in lists</source> + <translation type="unfinished">After comma in lists</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="412"/> + <source>Before opening parenthesis</source> + <translation type="unfinished">Before opening parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="422"/> + <source>After opening parenthesis</source> + <translation type="unfinished">After opening parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="432"/> + <source>Before closing parenthesis</source> + <translation type="unfinished">Before closing parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="442"/> + <source>After closing parenthesis</source> + <translation type="unfinished">After closing parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="452"/> + <source>No space between SQL function name and opening parenthesis</source> + <translation type="unfinished">No space between SQL function name and opening parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="462"/> + <source>Before dot operator (in path to database object)</source> + <translation type="unfinished">Before dot operator (in path to database object)</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="472"/> + <source>After dot operator (in path to database object)</source> + <translation type="unfinished">After dot operator (in path to database object)</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="482"/> + <source>Before mathematical operator</source> + <translation type="unfinished">Before mathematical operator</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="492"/> + <source>After mathematical operator</source> + <translation type="unfinished">After mathematical operator</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="502"/> + <source>Never before comma</source> + <translation type="unfinished">Never before comma</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="558"/> + <source>Names</source> + <translation type="unfinished">Names</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="583"/> + <source>Preferred name wrapper</source> + <translation type="unfinished">Preferred name wrapper</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="600"/> + <source>Always use name wrapping</source> + <translation type="unfinished">Always use name wrapping</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="610"/> + <source>Uppercase data type names</source> + <translation type="unfinished">Uppercase data type names</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="620"/> + <source>Uppercase keywords</source> + <translation type="unfinished">Uppercase keywords</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="631"/> + <source>Comments</source> + <translation type="unfinished">Comments</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="637"/> + <source>Preferred comment marker (where possible):</source> + <translation type="unfinished">Preferred comment marker (where possible):</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="654"/> + <source>Move all comments to the line end</source> + <translation type="unfinished">Move all comments to the line end</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="664"/> + <source>Line up comments at the line end</source> + <translation type="unfinished">Line up comments at the line end</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="695"/> + <source>Preview</source> + <translation type="unfinished">Preview</translation> + </message> + </context> +</TS> diff --git a/Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_sr_SP.ts b/Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_sr_SP.ts new file mode 100644 index 0000000..65fa0ed --- /dev/null +++ b/Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_sr_SP.ts @@ -0,0 +1,228 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.1" language="sr" sourcelanguage="en"> + <context> + <name>QObject</name> + <message> + <location filename="../sqlenterpriseformatter.cpp" line="90"/> + <location filename="../sqlenterpriseformatter.cpp" line="97"/> + <source>name</source> + <comment>example name wrapper</comment> + <translation type="unfinished">name</translation> + </message> + </context> + <context> + <name>SqlEnterpriseFormatter</name> + <message> + <location filename="../sqlenterpriseformatter.ui" line="46"/> + <source>Indentation</source> + <translation type="unfinished">Indentation</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="58"/> + <source>Line up keywords in multi-line queries</source> + <translation type="unfinished">Line up keywords in multi-line queries</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="68"/> + <source>Indent contents of parenthesis block</source> + <translation type="unfinished">Indent contents of parenthesis block</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="91"/> + <source>Tab size:</source> + <translation type="unfinished">Tab size:</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="106"/> + <source>New lines</source> + <translation type="unfinished">New lines</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="160"/> + <source>Before opening parenthesis in column definitions</source> + <translation type="unfinished">Before opening parenthesis in column definitions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="170"/> + <source>After opening parenthesis in column definitions</source> + <translation type="unfinished">After opening parenthesis in column definitions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="180"/> + <source>Before closing parenthesis in column definitions</source> + <translation type="unfinished">Before closing parenthesis in column definitions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="190"/> + <source>After closing parenthesis in column definitions</source> + <translation type="unfinished">After closing parenthesis in column definitions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="200"/> + <source>Before opening parenthesis in expressions</source> + <translation type="unfinished">Before opening parenthesis in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="210"/> + <source>After opening parenthesis in expressions</source> + <translation type="unfinished">After opening parenthesis in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="220"/> + <source>Before closing parenthesis in expressions</source> + <translation type="unfinished">Before closing parenthesis in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="230"/> + <source>After closing parenthesis in expressions</source> + <translation type="unfinished">After closing parenthesis in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="240"/> + <source>After JOIN keywords in FROM clause</source> + <translation type="unfinished">After JOIN keywords in FROM clause</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="250"/> + <source>Put each column constraint in CREATE TABLE into new line</source> + <translation type="unfinished">Put each column constraint in CREATE TABLE into new line</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="260"/> + <source>After comma</source> + <translation type="unfinished">After comma</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="270"/> + <source>After comma in expressions</source> + <translation type="unfinished">After comma in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="280"/> + <source>After semicolon</source> + <translation type="unfinished">After semicolon</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="290"/> + <location filename="../sqlenterpriseformatter.ui" line="512"/> + <source>Never before semicolon</source> + <translation type="unfinished">Never before semicolon</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="338"/> + <source>White spaces</source> + <translation type="unfinished">White spaces</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="392"/> + <source>Before comma in lists</source> + <translation type="unfinished">Before comma in lists</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="402"/> + <source>After comma in lists</source> + <translation type="unfinished">After comma in lists</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="412"/> + <source>Before opening parenthesis</source> + <translation type="unfinished">Before opening parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="422"/> + <source>After opening parenthesis</source> + <translation type="unfinished">After opening parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="432"/> + <source>Before closing parenthesis</source> + <translation type="unfinished">Before closing parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="442"/> + <source>After closing parenthesis</source> + <translation type="unfinished">After closing parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="452"/> + <source>No space between SQL function name and opening parenthesis</source> + <translation type="unfinished">No space between SQL function name and opening parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="462"/> + <source>Before dot operator (in path to database object)</source> + <translation type="unfinished">Before dot operator (in path to database object)</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="472"/> + <source>After dot operator (in path to database object)</source> + <translation type="unfinished">After dot operator (in path to database object)</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="482"/> + <source>Before mathematical operator</source> + <translation type="unfinished">Before mathematical operator</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="492"/> + <source>After mathematical operator</source> + <translation type="unfinished">After mathematical operator</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="502"/> + <source>Never before comma</source> + <translation type="unfinished">Never before comma</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="558"/> + <source>Names</source> + <translation type="unfinished">Names</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="583"/> + <source>Preferred name wrapper</source> + <translation type="unfinished">Preferred name wrapper</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="600"/> + <source>Always use name wrapping</source> + <translation type="unfinished">Always use name wrapping</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="610"/> + <source>Uppercase data type names</source> + <translation type="unfinished">Uppercase data type names</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="620"/> + <source>Uppercase keywords</source> + <translation type="unfinished">Uppercase keywords</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="631"/> + <source>Comments</source> + <translation type="unfinished">Comments</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="637"/> + <source>Preferred comment marker (where possible):</source> + <translation type="unfinished">Preferred comment marker (where possible):</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="654"/> + <source>Move all comments to the line end</source> + <translation type="unfinished">Move all comments to the line end</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="664"/> + <source>Line up comments at the line end</source> + <translation type="unfinished">Line up comments at the line end</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="695"/> + <source>Preview</source> + <translation type="unfinished">Preview</translation> + </message> + </context> +</TS> diff --git a/Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_sv_SE.ts b/Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_sv_SE.ts new file mode 100644 index 0000000..64ede95 --- /dev/null +++ b/Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_sv_SE.ts @@ -0,0 +1,228 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.1" language="sv-SE" sourcelanguage="en"> + <context> + <name>QObject</name> + <message> + <location filename="../sqlenterpriseformatter.cpp" line="90"/> + <location filename="../sqlenterpriseformatter.cpp" line="97"/> + <source>name</source> + <comment>example name wrapper</comment> + <translation type="unfinished">name</translation> + </message> + </context> + <context> + <name>SqlEnterpriseFormatter</name> + <message> + <location filename="../sqlenterpriseformatter.ui" line="46"/> + <source>Indentation</source> + <translation type="unfinished">Indentation</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="58"/> + <source>Line up keywords in multi-line queries</source> + <translation type="unfinished">Line up keywords in multi-line queries</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="68"/> + <source>Indent contents of parenthesis block</source> + <translation type="unfinished">Indent contents of parenthesis block</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="91"/> + <source>Tab size:</source> + <translation type="unfinished">Tab size:</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="106"/> + <source>New lines</source> + <translation type="unfinished">New lines</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="160"/> + <source>Before opening parenthesis in column definitions</source> + <translation type="unfinished">Before opening parenthesis in column definitions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="170"/> + <source>After opening parenthesis in column definitions</source> + <translation type="unfinished">After opening parenthesis in column definitions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="180"/> + <source>Before closing parenthesis in column definitions</source> + <translation type="unfinished">Before closing parenthesis in column definitions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="190"/> + <source>After closing parenthesis in column definitions</source> + <translation type="unfinished">After closing parenthesis in column definitions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="200"/> + <source>Before opening parenthesis in expressions</source> + <translation type="unfinished">Before opening parenthesis in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="210"/> + <source>After opening parenthesis in expressions</source> + <translation type="unfinished">After opening parenthesis in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="220"/> + <source>Before closing parenthesis in expressions</source> + <translation type="unfinished">Before closing parenthesis in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="230"/> + <source>After closing parenthesis in expressions</source> + <translation type="unfinished">After closing parenthesis in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="240"/> + <source>After JOIN keywords in FROM clause</source> + <translation type="unfinished">After JOIN keywords in FROM clause</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="250"/> + <source>Put each column constraint in CREATE TABLE into new line</source> + <translation type="unfinished">Put each column constraint in CREATE TABLE into new line</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="260"/> + <source>After comma</source> + <translation type="unfinished">After comma</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="270"/> + <source>After comma in expressions</source> + <translation type="unfinished">After comma in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="280"/> + <source>After semicolon</source> + <translation type="unfinished">After semicolon</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="290"/> + <location filename="../sqlenterpriseformatter.ui" line="512"/> + <source>Never before semicolon</source> + <translation type="unfinished">Never before semicolon</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="338"/> + <source>White spaces</source> + <translation type="unfinished">White spaces</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="392"/> + <source>Before comma in lists</source> + <translation type="unfinished">Before comma in lists</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="402"/> + <source>After comma in lists</source> + <translation type="unfinished">After comma in lists</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="412"/> + <source>Before opening parenthesis</source> + <translation type="unfinished">Before opening parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="422"/> + <source>After opening parenthesis</source> + <translation type="unfinished">After opening parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="432"/> + <source>Before closing parenthesis</source> + <translation type="unfinished">Before closing parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="442"/> + <source>After closing parenthesis</source> + <translation type="unfinished">After closing parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="452"/> + <source>No space between SQL function name and opening parenthesis</source> + <translation type="unfinished">No space between SQL function name and opening parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="462"/> + <source>Before dot operator (in path to database object)</source> + <translation type="unfinished">Before dot operator (in path to database object)</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="472"/> + <source>After dot operator (in path to database object)</source> + <translation type="unfinished">After dot operator (in path to database object)</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="482"/> + <source>Before mathematical operator</source> + <translation type="unfinished">Before mathematical operator</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="492"/> + <source>After mathematical operator</source> + <translation type="unfinished">After mathematical operator</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="502"/> + <source>Never before comma</source> + <translation type="unfinished">Never before comma</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="558"/> + <source>Names</source> + <translation type="unfinished">Names</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="583"/> + <source>Preferred name wrapper</source> + <translation type="unfinished">Preferred name wrapper</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="600"/> + <source>Always use name wrapping</source> + <translation type="unfinished">Always use name wrapping</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="610"/> + <source>Uppercase data type names</source> + <translation type="unfinished">Uppercase data type names</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="620"/> + <source>Uppercase keywords</source> + <translation type="unfinished">Uppercase keywords</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="631"/> + <source>Comments</source> + <translation type="unfinished">Comments</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="637"/> + <source>Preferred comment marker (where possible):</source> + <translation type="unfinished">Preferred comment marker (where possible):</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="654"/> + <source>Move all comments to the line end</source> + <translation type="unfinished">Move all comments to the line end</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="664"/> + <source>Line up comments at the line end</source> + <translation type="unfinished">Line up comments at the line end</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="695"/> + <source>Preview</source> + <translation type="unfinished">Preview</translation> + </message> + </context> +</TS> diff --git a/Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_tr_TR.ts b/Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_tr_TR.ts new file mode 100644 index 0000000..2bc0ed8 --- /dev/null +++ b/Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_tr_TR.ts @@ -0,0 +1,228 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.1" language="tr" sourcelanguage="en"> + <context> + <name>QObject</name> + <message> + <location filename="../sqlenterpriseformatter.cpp" line="90"/> + <location filename="../sqlenterpriseformatter.cpp" line="97"/> + <source>name</source> + <comment>example name wrapper</comment> + <translation type="unfinished">name</translation> + </message> + </context> + <context> + <name>SqlEnterpriseFormatter</name> + <message> + <location filename="../sqlenterpriseformatter.ui" line="46"/> + <source>Indentation</source> + <translation type="unfinished">Indentation</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="58"/> + <source>Line up keywords in multi-line queries</source> + <translation type="unfinished">Line up keywords in multi-line queries</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="68"/> + <source>Indent contents of parenthesis block</source> + <translation type="unfinished">Indent contents of parenthesis block</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="91"/> + <source>Tab size:</source> + <translation type="unfinished">Tab size:</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="106"/> + <source>New lines</source> + <translation type="unfinished">New lines</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="160"/> + <source>Before opening parenthesis in column definitions</source> + <translation type="unfinished">Before opening parenthesis in column definitions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="170"/> + <source>After opening parenthesis in column definitions</source> + <translation type="unfinished">After opening parenthesis in column definitions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="180"/> + <source>Before closing parenthesis in column definitions</source> + <translation type="unfinished">Before closing parenthesis in column definitions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="190"/> + <source>After closing parenthesis in column definitions</source> + <translation type="unfinished">After closing parenthesis in column definitions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="200"/> + <source>Before opening parenthesis in expressions</source> + <translation type="unfinished">Before opening parenthesis in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="210"/> + <source>After opening parenthesis in expressions</source> + <translation type="unfinished">After opening parenthesis in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="220"/> + <source>Before closing parenthesis in expressions</source> + <translation type="unfinished">Before closing parenthesis in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="230"/> + <source>After closing parenthesis in expressions</source> + <translation type="unfinished">After closing parenthesis in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="240"/> + <source>After JOIN keywords in FROM clause</source> + <translation type="unfinished">After JOIN keywords in FROM clause</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="250"/> + <source>Put each column constraint in CREATE TABLE into new line</source> + <translation type="unfinished">Put each column constraint in CREATE TABLE into new line</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="260"/> + <source>After comma</source> + <translation type="unfinished">After comma</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="270"/> + <source>After comma in expressions</source> + <translation type="unfinished">After comma in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="280"/> + <source>After semicolon</source> + <translation type="unfinished">After semicolon</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="290"/> + <location filename="../sqlenterpriseformatter.ui" line="512"/> + <source>Never before semicolon</source> + <translation type="unfinished">Never before semicolon</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="338"/> + <source>White spaces</source> + <translation type="unfinished">White spaces</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="392"/> + <source>Before comma in lists</source> + <translation type="unfinished">Before comma in lists</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="402"/> + <source>After comma in lists</source> + <translation type="unfinished">After comma in lists</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="412"/> + <source>Before opening parenthesis</source> + <translation type="unfinished">Before opening parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="422"/> + <source>After opening parenthesis</source> + <translation type="unfinished">After opening parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="432"/> + <source>Before closing parenthesis</source> + <translation type="unfinished">Before closing parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="442"/> + <source>After closing parenthesis</source> + <translation type="unfinished">After closing parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="452"/> + <source>No space between SQL function name and opening parenthesis</source> + <translation type="unfinished">No space between SQL function name and opening parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="462"/> + <source>Before dot operator (in path to database object)</source> + <translation type="unfinished">Before dot operator (in path to database object)</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="472"/> + <source>After dot operator (in path to database object)</source> + <translation type="unfinished">After dot operator (in path to database object)</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="482"/> + <source>Before mathematical operator</source> + <translation type="unfinished">Before mathematical operator</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="492"/> + <source>After mathematical operator</source> + <translation type="unfinished">After mathematical operator</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="502"/> + <source>Never before comma</source> + <translation type="unfinished">Never before comma</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="558"/> + <source>Names</source> + <translation type="unfinished">Names</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="583"/> + <source>Preferred name wrapper</source> + <translation type="unfinished">Preferred name wrapper</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="600"/> + <source>Always use name wrapping</source> + <translation type="unfinished">Always use name wrapping</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="610"/> + <source>Uppercase data type names</source> + <translation type="unfinished">Uppercase data type names</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="620"/> + <source>Uppercase keywords</source> + <translation type="unfinished">Uppercase keywords</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="631"/> + <source>Comments</source> + <translation type="unfinished">Comments</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="637"/> + <source>Preferred comment marker (where possible):</source> + <translation type="unfinished">Preferred comment marker (where possible):</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="654"/> + <source>Move all comments to the line end</source> + <translation type="unfinished">Move all comments to the line end</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="664"/> + <source>Line up comments at the line end</source> + <translation type="unfinished">Line up comments at the line end</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="695"/> + <source>Preview</source> + <translation type="unfinished">Preview</translation> + </message> + </context> +</TS> diff --git a/Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_uk_UA.ts b/Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_uk_UA.ts new file mode 100644 index 0000000..94559ca --- /dev/null +++ b/Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_uk_UA.ts @@ -0,0 +1,228 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.1" language="uk" sourcelanguage="en"> + <context> + <name>QObject</name> + <message> + <location filename="../sqlenterpriseformatter.cpp" line="90"/> + <location filename="../sqlenterpriseformatter.cpp" line="97"/> + <source>name</source> + <comment>example name wrapper</comment> + <translation type="unfinished">name</translation> + </message> + </context> + <context> + <name>SqlEnterpriseFormatter</name> + <message> + <location filename="../sqlenterpriseformatter.ui" line="46"/> + <source>Indentation</source> + <translation type="unfinished">Indentation</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="58"/> + <source>Line up keywords in multi-line queries</source> + <translation type="unfinished">Line up keywords in multi-line queries</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="68"/> + <source>Indent contents of parenthesis block</source> + <translation type="unfinished">Indent contents of parenthesis block</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="91"/> + <source>Tab size:</source> + <translation type="unfinished">Tab size:</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="106"/> + <source>New lines</source> + <translation type="unfinished">New lines</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="160"/> + <source>Before opening parenthesis in column definitions</source> + <translation type="unfinished">Before opening parenthesis in column definitions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="170"/> + <source>After opening parenthesis in column definitions</source> + <translation type="unfinished">After opening parenthesis in column definitions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="180"/> + <source>Before closing parenthesis in column definitions</source> + <translation type="unfinished">Before closing parenthesis in column definitions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="190"/> + <source>After closing parenthesis in column definitions</source> + <translation type="unfinished">After closing parenthesis in column definitions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="200"/> + <source>Before opening parenthesis in expressions</source> + <translation type="unfinished">Before opening parenthesis in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="210"/> + <source>After opening parenthesis in expressions</source> + <translation type="unfinished">After opening parenthesis in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="220"/> + <source>Before closing parenthesis in expressions</source> + <translation type="unfinished">Before closing parenthesis in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="230"/> + <source>After closing parenthesis in expressions</source> + <translation type="unfinished">After closing parenthesis in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="240"/> + <source>After JOIN keywords in FROM clause</source> + <translation type="unfinished">After JOIN keywords in FROM clause</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="250"/> + <source>Put each column constraint in CREATE TABLE into new line</source> + <translation type="unfinished">Put each column constraint in CREATE TABLE into new line</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="260"/> + <source>After comma</source> + <translation type="unfinished">After comma</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="270"/> + <source>After comma in expressions</source> + <translation type="unfinished">After comma in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="280"/> + <source>After semicolon</source> + <translation type="unfinished">After semicolon</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="290"/> + <location filename="../sqlenterpriseformatter.ui" line="512"/> + <source>Never before semicolon</source> + <translation type="unfinished">Never before semicolon</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="338"/> + <source>White spaces</source> + <translation type="unfinished">White spaces</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="392"/> + <source>Before comma in lists</source> + <translation type="unfinished">Before comma in lists</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="402"/> + <source>After comma in lists</source> + <translation type="unfinished">After comma in lists</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="412"/> + <source>Before opening parenthesis</source> + <translation type="unfinished">Before opening parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="422"/> + <source>After opening parenthesis</source> + <translation type="unfinished">After opening parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="432"/> + <source>Before closing parenthesis</source> + <translation type="unfinished">Before closing parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="442"/> + <source>After closing parenthesis</source> + <translation type="unfinished">After closing parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="452"/> + <source>No space between SQL function name and opening parenthesis</source> + <translation type="unfinished">No space between SQL function name and opening parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="462"/> + <source>Before dot operator (in path to database object)</source> + <translation type="unfinished">Before dot operator (in path to database object)</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="472"/> + <source>After dot operator (in path to database object)</source> + <translation type="unfinished">After dot operator (in path to database object)</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="482"/> + <source>Before mathematical operator</source> + <translation type="unfinished">Before mathematical operator</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="492"/> + <source>After mathematical operator</source> + <translation type="unfinished">After mathematical operator</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="502"/> + <source>Never before comma</source> + <translation type="unfinished">Never before comma</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="558"/> + <source>Names</source> + <translation type="unfinished">Names</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="583"/> + <source>Preferred name wrapper</source> + <translation type="unfinished">Preferred name wrapper</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="600"/> + <source>Always use name wrapping</source> + <translation type="unfinished">Always use name wrapping</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="610"/> + <source>Uppercase data type names</source> + <translation type="unfinished">Uppercase data type names</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="620"/> + <source>Uppercase keywords</source> + <translation type="unfinished">Uppercase keywords</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="631"/> + <source>Comments</source> + <translation type="unfinished">Comments</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="637"/> + <source>Preferred comment marker (where possible):</source> + <translation type="unfinished">Preferred comment marker (where possible):</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="654"/> + <source>Move all comments to the line end</source> + <translation type="unfinished">Move all comments to the line end</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="664"/> + <source>Line up comments at the line end</source> + <translation type="unfinished">Line up comments at the line end</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="695"/> + <source>Preview</source> + <translation type="unfinished">Preview</translation> + </message> + </context> +</TS> diff --git a/Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_vi_VN.ts b/Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_vi_VN.ts new file mode 100644 index 0000000..27e6b35 --- /dev/null +++ b/Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_vi_VN.ts @@ -0,0 +1,228 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.1" language="vi" sourcelanguage="en"> + <context> + <name>QObject</name> + <message> + <location filename="../sqlenterpriseformatter.cpp" line="90"/> + <location filename="../sqlenterpriseformatter.cpp" line="97"/> + <source>name</source> + <comment>example name wrapper</comment> + <translation type="unfinished">name</translation> + </message> + </context> + <context> + <name>SqlEnterpriseFormatter</name> + <message> + <location filename="../sqlenterpriseformatter.ui" line="46"/> + <source>Indentation</source> + <translation type="unfinished">Indentation</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="58"/> + <source>Line up keywords in multi-line queries</source> + <translation type="unfinished">Line up keywords in multi-line queries</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="68"/> + <source>Indent contents of parenthesis block</source> + <translation type="unfinished">Indent contents of parenthesis block</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="91"/> + <source>Tab size:</source> + <translation type="unfinished">Tab size:</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="106"/> + <source>New lines</source> + <translation type="unfinished">New lines</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="160"/> + <source>Before opening parenthesis in column definitions</source> + <translation type="unfinished">Before opening parenthesis in column definitions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="170"/> + <source>After opening parenthesis in column definitions</source> + <translation type="unfinished">After opening parenthesis in column definitions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="180"/> + <source>Before closing parenthesis in column definitions</source> + <translation type="unfinished">Before closing parenthesis in column definitions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="190"/> + <source>After closing parenthesis in column definitions</source> + <translation type="unfinished">After closing parenthesis in column definitions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="200"/> + <source>Before opening parenthesis in expressions</source> + <translation type="unfinished">Before opening parenthesis in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="210"/> + <source>After opening parenthesis in expressions</source> + <translation type="unfinished">After opening parenthesis in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="220"/> + <source>Before closing parenthesis in expressions</source> + <translation type="unfinished">Before closing parenthesis in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="230"/> + <source>After closing parenthesis in expressions</source> + <translation type="unfinished">After closing parenthesis in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="240"/> + <source>After JOIN keywords in FROM clause</source> + <translation type="unfinished">After JOIN keywords in FROM clause</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="250"/> + <source>Put each column constraint in CREATE TABLE into new line</source> + <translation type="unfinished">Put each column constraint in CREATE TABLE into new line</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="260"/> + <source>After comma</source> + <translation type="unfinished">After comma</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="270"/> + <source>After comma in expressions</source> + <translation type="unfinished">After comma in expressions</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="280"/> + <source>After semicolon</source> + <translation type="unfinished">After semicolon</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="290"/> + <location filename="../sqlenterpriseformatter.ui" line="512"/> + <source>Never before semicolon</source> + <translation type="unfinished">Never before semicolon</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="338"/> + <source>White spaces</source> + <translation type="unfinished">White spaces</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="392"/> + <source>Before comma in lists</source> + <translation type="unfinished">Before comma in lists</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="402"/> + <source>After comma in lists</source> + <translation type="unfinished">After comma in lists</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="412"/> + <source>Before opening parenthesis</source> + <translation type="unfinished">Before opening parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="422"/> + <source>After opening parenthesis</source> + <translation type="unfinished">After opening parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="432"/> + <source>Before closing parenthesis</source> + <translation type="unfinished">Before closing parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="442"/> + <source>After closing parenthesis</source> + <translation type="unfinished">After closing parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="452"/> + <source>No space between SQL function name and opening parenthesis</source> + <translation type="unfinished">No space between SQL function name and opening parenthesis</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="462"/> + <source>Before dot operator (in path to database object)</source> + <translation type="unfinished">Before dot operator (in path to database object)</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="472"/> + <source>After dot operator (in path to database object)</source> + <translation type="unfinished">After dot operator (in path to database object)</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="482"/> + <source>Before mathematical operator</source> + <translation type="unfinished">Before mathematical operator</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="492"/> + <source>After mathematical operator</source> + <translation type="unfinished">After mathematical operator</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="502"/> + <source>Never before comma</source> + <translation type="unfinished">Never before comma</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="558"/> + <source>Names</source> + <translation type="unfinished">Names</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="583"/> + <source>Preferred name wrapper</source> + <translation type="unfinished">Preferred name wrapper</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="600"/> + <source>Always use name wrapping</source> + <translation type="unfinished">Always use name wrapping</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="610"/> + <source>Uppercase data type names</source> + <translation type="unfinished">Uppercase data type names</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="620"/> + <source>Uppercase keywords</source> + <translation type="unfinished">Uppercase keywords</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="631"/> + <source>Comments</source> + <translation type="unfinished">Comments</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="637"/> + <source>Preferred comment marker (where possible):</source> + <translation type="unfinished">Preferred comment marker (where possible):</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="654"/> + <source>Move all comments to the line end</source> + <translation type="unfinished">Move all comments to the line end</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="664"/> + <source>Line up comments at the line end</source> + <translation type="unfinished">Line up comments at the line end</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="695"/> + <source>Preview</source> + <translation type="unfinished">Preview</translation> + </message> + </context> +</TS> diff --git a/Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_zh_CN.ts b/Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_zh_CN.ts new file mode 100644 index 0000000..d836928 --- /dev/null +++ b/Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_zh_CN.ts @@ -0,0 +1,228 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.1" language="zh-CN" sourcelanguage="en"> + <context> + <name>QObject</name> + <message> + <location filename="../sqlenterpriseformatter.cpp" line="90"/> + <location filename="../sqlenterpriseformatter.cpp" line="97"/> + <source>name</source> + <comment>example name wrapper</comment> + <translation>名称</translation> + </message> + </context> + <context> + <name>SqlEnterpriseFormatter</name> + <message> + <location filename="../sqlenterpriseformatter.ui" line="46"/> + <source>Indentation</source> + <translation>缩进</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="58"/> + <source>Line up keywords in multi-line queries</source> + <translation>多行查询中提升关键字</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="68"/> + <source>Indent contents of parenthesis block</source> + <translation>缩进括号块的内容</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="91"/> + <source>Tab size:</source> + <translation>制表符宽度:</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="106"/> + <source>New lines</source> + <translation>新行</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="160"/> + <source>Before opening parenthesis in column definitions</source> + <translation>列定义左括号前</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="170"/> + <source>After opening parenthesis in column definitions</source> + <translation>列定义左括号后</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="180"/> + <source>Before closing parenthesis in column definitions</source> + <translation>列定义右括号前</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="190"/> + <source>After closing parenthesis in column definitions</source> + <translation>列定义右括号后</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="200"/> + <source>Before opening parenthesis in expressions</source> + <translation>表达式左括号前</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="210"/> + <source>After opening parenthesis in expressions</source> + <translation>表达式左括号后</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="220"/> + <source>Before closing parenthesis in expressions</source> + <translation>表达式右括号前</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="230"/> + <source>After closing parenthesis in expressions</source> + <translation>表达式右括号后</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="240"/> + <source>After JOIN keywords in FROM clause</source> + <translation>FROM 语句中 JOIN 关键字后</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="250"/> + <source>Put each column constraint in CREATE TABLE into new line</source> + <translation>CREATE TABLE 的每个列约束单列一行</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="260"/> + <source>After comma</source> + <translation>逗号后</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="270"/> + <source>After comma in expressions</source> + <translation>表达式中的逗号后</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="280"/> + <source>After semicolon</source> + <translation>分号后</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="290"/> + <location filename="../sqlenterpriseformatter.ui" line="512"/> + <source>Never before semicolon</source> + <translation>不在分号前</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="338"/> + <source>White spaces</source> + <translation>空格</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="392"/> + <source>Before comma in lists</source> + <translation>列表中的逗号前</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="402"/> + <source>After comma in lists</source> + <translation>列表中的逗号后</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="412"/> + <source>Before opening parenthesis</source> + <translation>左括号前</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="422"/> + <source>After opening parenthesis</source> + <translation>左括号后</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="432"/> + <source>Before closing parenthesis</source> + <translation>右括号前</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="442"/> + <source>After closing parenthesis</source> + <translation>右括号后</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="452"/> + <source>No space between SQL function name and opening parenthesis</source> + <translation>SQL 函数名称与左括号之间无空格</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="462"/> + <source>Before dot operator (in path to database object)</source> + <translation>数据库对象路径的.操作符前</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="472"/> + <source>After dot operator (in path to database object)</source> + <translation>数据库对象路径的.操作符后</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="482"/> + <source>Before mathematical operator</source> + <translation>数学运算符前</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="492"/> + <source>After mathematical operator</source> + <translation>数学运算符后</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="502"/> + <source>Never before comma</source> + <translation>不在逗号前</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="558"/> + <source>Names</source> + <translation>名称</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="583"/> + <source>Preferred name wrapper</source> + <translation>首选名称包裹符</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="600"/> + <source>Always use name wrapping</source> + <translation>始终包裹名称</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="610"/> + <source>Uppercase data type names</source> + <translation>大写数据类型名</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="620"/> + <source>Uppercase keywords</source> + <translation>大写关键字</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="631"/> + <source>Comments</source> + <translation>注释</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="637"/> + <source>Preferred comment marker (where possible):</source> + <translation>首选注释标记(如可能):</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="654"/> + <source>Move all comments to the line end</source> + <translation>所有注释移动到行尾</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="664"/> + <source>Line up comments at the line end</source> + <translation>提升行尾的注释</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="695"/> + <source>Preview</source> + <translation>预览</translation> + </message> + </context> +</TS> diff --git a/Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_zh_TW.ts b/Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_zh_TW.ts new file mode 100644 index 0000000..39b3c9f --- /dev/null +++ b/Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_zh_TW.ts @@ -0,0 +1,228 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.1" language="zh-TW" sourcelanguage="en"> + <context> + <name>QObject</name> + <message> + <location filename="../sqlenterpriseformatter.cpp" line="90"/> + <location filename="../sqlenterpriseformatter.cpp" line="97"/> + <source>name</source> + <comment>example name wrapper</comment> + <translation>名稱</translation> + </message> + </context> + <context> + <name>SqlEnterpriseFormatter</name> + <message> + <location filename="../sqlenterpriseformatter.ui" line="46"/> + <source>Indentation</source> + <translation>縮排</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="58"/> + <source>Line up keywords in multi-line queries</source> + <translation>多行查詢中提升關鍵字</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="68"/> + <source>Indent contents of parenthesis block</source> + <translation>縮排括號塊的內容</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="91"/> + <source>Tab size:</source> + <translation>製表符寬度:</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="106"/> + <source>New lines</source> + <translation>新行</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="160"/> + <source>Before opening parenthesis in column definitions</source> + <translation>列定義左括號前</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="170"/> + <source>After opening parenthesis in column definitions</source> + <translation>列定義左括號後</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="180"/> + <source>Before closing parenthesis in column definitions</source> + <translation>列定義右括號前</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="190"/> + <source>After closing parenthesis in column definitions</source> + <translation>列定義右括號後</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="200"/> + <source>Before opening parenthesis in expressions</source> + <translation>表示式左括號前</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="210"/> + <source>After opening parenthesis in expressions</source> + <translation>表示式左括號後</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="220"/> + <source>Before closing parenthesis in expressions</source> + <translation>表示式右括號前</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="230"/> + <source>After closing parenthesis in expressions</source> + <translation>表示式右括號後</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="240"/> + <source>After JOIN keywords in FROM clause</source> + <translation>FROM 語句中 JOIN 關鍵字後</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="250"/> + <source>Put each column constraint in CREATE TABLE into new line</source> + <translation>CREATE TABLE 的每個列約束單列一行</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="260"/> + <source>After comma</source> + <translation>逗號後</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="270"/> + <source>After comma in expressions</source> + <translation>表示式中的逗號後</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="280"/> + <source>After semicolon</source> + <translation>分號後</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="290"/> + <location filename="../sqlenterpriseformatter.ui" line="512"/> + <source>Never before semicolon</source> + <translation>不在分號前</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="338"/> + <source>White spaces</source> + <translation>空格</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="392"/> + <source>Before comma in lists</source> + <translation>清單中的逗號前</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="402"/> + <source>After comma in lists</source> + <translation>清單中的逗號後</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="412"/> + <source>Before opening parenthesis</source> + <translation>左括號前</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="422"/> + <source>After opening parenthesis</source> + <translation>左括號後</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="432"/> + <source>Before closing parenthesis</source> + <translation>右括號前</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="442"/> + <source>After closing parenthesis</source> + <translation>右括號後</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="452"/> + <source>No space between SQL function name and opening parenthesis</source> + <translation>SQL 函式名稱與左括號之間無空格</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="462"/> + <source>Before dot operator (in path to database object)</source> + <translation>資料庫物件路徑的.運算子前</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="472"/> + <source>After dot operator (in path to database object)</source> + <translation>資料庫物件路徑的.運算子後</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="482"/> + <source>Before mathematical operator</source> + <translation>數學運算子前</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="492"/> + <source>After mathematical operator</source> + <translation>數學運算子後</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="502"/> + <source>Never before comma</source> + <translation>不在逗號前</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="558"/> + <source>Names</source> + <translation>名稱</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="583"/> + <source>Preferred name wrapper</source> + <translation>首選名稱包裹符</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="600"/> + <source>Always use name wrapping</source> + <translation>始終包裹名稱</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="610"/> + <source>Uppercase data type names</source> + <translation>大寫資料型別名</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="620"/> + <source>Uppercase keywords</source> + <translation>大寫關鍵字</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="631"/> + <source>Comments</source> + <translation>註釋</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="637"/> + <source>Preferred comment marker (where possible):</source> + <translation>首選註釋標記 (如可能):</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="654"/> + <source>Move all comments to the line end</source> + <translation>所有註釋移動到行尾</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="664"/> + <source>Line up comments at the line end</source> + <translation>提升行尾的註釋</translation> + </message> + <message> + <location filename="../sqlenterpriseformatter.ui" line="695"/> + <source>Preview</source> + <translation>預覽</translation> + </message> + </context> +</TS> |
