From 3565aad630864ecdbe53fdaa501ea708555b3c7c Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Sun, 30 Apr 2023 18:30:36 -0400 Subject: New upstream version 3.4.4+dfsg. --- .../SqlEnterpriseFormatter.pro | 17 +- .../SqlEnterpriseFormatter_de.qm | Bin 23 -> 0 bytes .../SqlEnterpriseFormatter_de.ts | 228 -------------------- .../SqlEnterpriseFormatter_es.qm | Bin 23 -> 0 bytes .../SqlEnterpriseFormatter_es.ts | 228 -------------------- .../SqlEnterpriseFormatter_fr.qm | Bin 6266 -> 0 bytes .../SqlEnterpriseFormatter_fr.ts | 228 -------------------- .../SqlEnterpriseFormatter_it.qm | Bin 23 -> 0 bytes .../SqlEnterpriseFormatter_it.ts | 228 -------------------- .../SqlEnterpriseFormatter_pl.qm | Bin 6121 -> 0 bytes .../SqlEnterpriseFormatter_pl.ts | 229 -------------------- .../SqlEnterpriseFormatter_pt_BR.qm | Bin 23 -> 0 bytes .../SqlEnterpriseFormatter_pt_BR.ts | 228 -------------------- .../SqlEnterpriseFormatter_ro_RO.qm | Bin 30 -> 0 bytes .../SqlEnterpriseFormatter_ro_RO.ts | 228 -------------------- .../SqlEnterpriseFormatter_ru.qm | Bin 6230 -> 0 bytes .../SqlEnterpriseFormatter_ru.ts | 232 --------------------- .../SqlEnterpriseFormatter_sk.qm | Bin 27 -> 0 bytes .../SqlEnterpriseFormatter_sk.ts | 228 -------------------- .../SqlEnterpriseFormatter_zh_CN.qm | 1 - .../SqlEnterpriseFormatter_zh_CN.ts | 228 -------------------- Plugins/SqlEnterpriseFormatter/formatcopy.cpp | 25 --- Plugins/SqlEnterpriseFormatter/formatcopy.h | 20 -- .../SqlEnterpriseFormatter/formatcreatetable.cpp | 20 +- .../formatcreatevirtualtable.cpp | 1 + Plugins/SqlEnterpriseFormatter/formatdelete.cpp | 6 + Plugins/SqlEnterpriseFormatter/formatexpr.cpp | 15 ++ Plugins/SqlEnterpriseFormatter/formatinsert.cpp | 5 + Plugins/SqlEnterpriseFormatter/formatselect.cpp | 11 +- Plugins/SqlEnterpriseFormatter/formatstatement.cpp | 19 +- Plugins/SqlEnterpriseFormatter/formatupdate.cpp | 5 + Plugins/SqlEnterpriseFormatter/formatwith.cpp | 13 +- .../sqlenterpriseformatter.cpp | 7 +- .../sqlenterpriseformatter.qrc | 15 -- .../translations/SqlEnterpriseFormatter.ts | 228 ++++++++++++++++++++ .../translations/SqlEnterpriseFormatter_af_ZA.ts | 228 ++++++++++++++++++++ .../translations/SqlEnterpriseFormatter_ar_SA.ts | 228 ++++++++++++++++++++ .../translations/SqlEnterpriseFormatter_ca_ES.ts | 228 ++++++++++++++++++++ .../translations/SqlEnterpriseFormatter_cs_CZ.ts | 228 ++++++++++++++++++++ .../translations/SqlEnterpriseFormatter_da_DK.ts | 228 ++++++++++++++++++++ .../translations/SqlEnterpriseFormatter_de_DE.ts | 228 ++++++++++++++++++++ .../translations/SqlEnterpriseFormatter_el_GR.ts | 228 ++++++++++++++++++++ .../translations/SqlEnterpriseFormatter_en_US.ts | 228 ++++++++++++++++++++ .../translations/SqlEnterpriseFormatter_es_ES.ts | 228 ++++++++++++++++++++ .../translations/SqlEnterpriseFormatter_fa_IR.ts | 228 ++++++++++++++++++++ .../translations/SqlEnterpriseFormatter_fi_FI.ts | 228 ++++++++++++++++++++ .../translations/SqlEnterpriseFormatter_fr_FR.ts | 228 ++++++++++++++++++++ .../translations/SqlEnterpriseFormatter_he_IL.ts | 228 ++++++++++++++++++++ .../translations/SqlEnterpriseFormatter_hu_HU.ts | 228 ++++++++++++++++++++ .../translations/SqlEnterpriseFormatter_it_IT.ts | 228 ++++++++++++++++++++ .../translations/SqlEnterpriseFormatter_ja_JP.ts | 228 ++++++++++++++++++++ .../translations/SqlEnterpriseFormatter_kaa.ts | 228 ++++++++++++++++++++ .../translations/SqlEnterpriseFormatter_ko_KR.ts | 228 ++++++++++++++++++++ .../translations/SqlEnterpriseFormatter_nl_NL.ts | 228 ++++++++++++++++++++ .../translations/SqlEnterpriseFormatter_no_NO.ts | 228 ++++++++++++++++++++ .../translations/SqlEnterpriseFormatter_pl_PL.ts | 228 ++++++++++++++++++++ .../translations/SqlEnterpriseFormatter_pt_BR.ts | 228 ++++++++++++++++++++ .../translations/SqlEnterpriseFormatter_pt_PT.ts | 228 ++++++++++++++++++++ .../translations/SqlEnterpriseFormatter_ro_RO.ts | 228 ++++++++++++++++++++ .../translations/SqlEnterpriseFormatter_ru_RU.ts | 228 ++++++++++++++++++++ .../translations/SqlEnterpriseFormatter_sk_SK.ts | 228 ++++++++++++++++++++ .../translations/SqlEnterpriseFormatter_sr_SP.ts | 228 ++++++++++++++++++++ .../translations/SqlEnterpriseFormatter_sv_SE.ts | 228 ++++++++++++++++++++ .../translations/SqlEnterpriseFormatter_tr_TR.ts | 228 ++++++++++++++++++++ .../translations/SqlEnterpriseFormatter_uk_UA.ts | 228 ++++++++++++++++++++ .../translations/SqlEnterpriseFormatter_vi_VN.ts | 228 ++++++++++++++++++++ .../translations/SqlEnterpriseFormatter_zh_CN.ts | 228 ++++++++++++++++++++ .../translations/SqlEnterpriseFormatter_zh_TW.ts | 228 ++++++++++++++++++++ 68 files changed, 7837 insertions(+), 2380 deletions(-) delete mode 100644 Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_de.qm delete mode 100644 Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_de.ts delete mode 100644 Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_es.qm delete mode 100644 Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_es.ts delete mode 100644 Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_fr.qm delete mode 100644 Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_fr.ts delete mode 100644 Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_it.qm delete mode 100644 Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_it.ts delete mode 100644 Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_pl.qm delete mode 100644 Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_pl.ts delete mode 100644 Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_pt_BR.qm delete mode 100644 Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_pt_BR.ts delete mode 100644 Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_ro_RO.qm delete mode 100644 Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_ro_RO.ts delete mode 100644 Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_ru.qm delete mode 100644 Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_ru.ts delete mode 100644 Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_sk.qm delete mode 100644 Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_sk.ts delete mode 100644 Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_zh_CN.qm delete mode 100644 Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_zh_CN.ts delete mode 100644 Plugins/SqlEnterpriseFormatter/formatcopy.cpp delete mode 100644 Plugins/SqlEnterpriseFormatter/formatcopy.h create mode 100644 Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter.ts create mode 100644 Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_af_ZA.ts create mode 100644 Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_ar_SA.ts create mode 100644 Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_ca_ES.ts create mode 100644 Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_cs_CZ.ts create mode 100644 Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_da_DK.ts create mode 100644 Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_de_DE.ts create mode 100644 Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_el_GR.ts create mode 100644 Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_en_US.ts create mode 100644 Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_es_ES.ts create mode 100644 Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_fa_IR.ts create mode 100644 Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_fi_FI.ts create mode 100644 Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_fr_FR.ts create mode 100644 Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_he_IL.ts create mode 100644 Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_hu_HU.ts create mode 100644 Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_it_IT.ts create mode 100644 Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_ja_JP.ts create mode 100644 Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_kaa.ts create mode 100644 Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_ko_KR.ts create mode 100644 Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_nl_NL.ts create mode 100644 Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_no_NO.ts create mode 100644 Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_pl_PL.ts create mode 100644 Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_pt_BR.ts create mode 100644 Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_pt_PT.ts create mode 100644 Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_ro_RO.ts create mode 100644 Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_ru_RU.ts create mode 100644 Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_sk_SK.ts create mode 100644 Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_sr_SP.ts create mode 100644 Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_sv_SE.ts create mode 100644 Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_tr_TR.ts create mode 100644 Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_uk_UA.ts create mode 100644 Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_vi_VN.ts create mode 100644 Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_zh_CN.ts create mode 100644 Plugins/SqlEnterpriseFormatter/translations/SqlEnterpriseFormatter_zh_TW.ts (limited to 'Plugins/SqlEnterpriseFormatter') diff --git a/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter.pro b/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter.pro index 0515768..3c19ae1 100644 --- a/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter.pro +++ b/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter.pro @@ -33,7 +33,6 @@ SOURCES += sqlenterpriseformatter.cpp \ formatattach.cpp \ formatbegintrans.cpp \ formatcommittrans.cpp \ - formatcopy.cpp \ formatcreateindex.cpp \ formatcreatetrigger.cpp \ formatdelete.cpp \ @@ -75,7 +74,6 @@ HEADERS += sqlenterpriseformatter.h\ formatattach.h \ formatbegintrans.h \ formatcommittrans.h \ - formatcopy.h \ formatcreateindex.h \ formatcreatetrigger.h \ formatdelete.h \ @@ -106,16 +104,11 @@ RESOURCES += \ sqlenterpriseformatter.qrc -TRANSLATIONS += SqlEnterpriseFormatter_ro_RO.ts \ - SqlEnterpriseFormatter_de.ts \ - SqlEnterpriseFormatter_it.ts \ - SqlEnterpriseFormatter_zh_CN.ts \ - SqlEnterpriseFormatter_sk.ts \ - SqlEnterpriseFormatter_ru.ts \ - SqlEnterpriseFormatter_pt_BR.ts \ - SqlEnterpriseFormatter_fr.ts \ - SqlEnterpriseFormatter_es.ts \ - SqlEnterpriseFormatter_pl.ts + + + + + diff --git a/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_de.qm b/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_de.qm deleted file mode 100644 index 9dad8df..0000000 Binary files a/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_de.qm and /dev/null differ diff --git a/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_de.ts b/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_de.ts deleted file mode 100644 index 10e3b39..0000000 --- a/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_de.ts +++ /dev/null @@ -1,228 +0,0 @@ - - - - - QObject - - - - name - example name wrapper - - - - - SqlEnterpriseFormatter - - - Indentation - - - - - Line up keywords in multi-line queries - - - - - Indent contents of parenthesis block - - - - - Tab size: - - - - - New lines - - - - - Before opening parenthesis in column definitions - - - - - After opening parenthesis in column definitions - - - - - Before closing parenthesis in column definitions - - - - - After closing parenthesis in column definitions - - - - - Before opening parenthesis in expressions - - - - - After opening parenthesis in expressions - - - - - Before closing parenthesis in expressions - - - - - After closing parenthesis in expressions - - - - - After JOIN keywords in FROM clause - - - - - Put each column constraint in CREATE TABLE into new line - - - - - After comma - - - - - After comma in expressions - - - - - After semicolon - - - - - - Never before semicolon - - - - - White spaces - - - - - Before comma in lists - - - - - After comma in lists - - - - - Before opening parenthesis - - - - - After opening parenthesis - - - - - Before closing parenthesis - - - - - After closing parenthesis - - - - - No space between SQL function name and opening parenthesis - - - - - Before dot operator (in path to database object) - - - - - After dot operator (in path to database object) - - - - - Before mathematical operator - - - - - After mathematical operator - - - - - Never before comma - - - - - Names - - - - - Preferred name wrapper - - - - - Always use name wrapping - - - - - Uppercase data type names - - - - - Uppercase keywords - - - - - Comments - - - - - Preferred comment marker (where possible): - - - - - Move all comments to the line end - - - - - Line up comments at the line end - - - - - Preview - - - - diff --git a/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_es.qm b/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_es.qm deleted file mode 100644 index 9dad8df..0000000 Binary files a/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_es.qm and /dev/null differ diff --git a/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_es.ts b/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_es.ts deleted file mode 100644 index cd19bf1..0000000 --- a/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_es.ts +++ /dev/null @@ -1,228 +0,0 @@ - - - - - QObject - - - - name - example name wrapper - - - - - SqlEnterpriseFormatter - - - Indentation - - - - - Line up keywords in multi-line queries - - - - - Indent contents of parenthesis block - - - - - Tab size: - - - - - New lines - - - - - Before opening parenthesis in column definitions - - - - - After opening parenthesis in column definitions - - - - - Before closing parenthesis in column definitions - - - - - After closing parenthesis in column definitions - - - - - Before opening parenthesis in expressions - - - - - After opening parenthesis in expressions - - - - - Before closing parenthesis in expressions - - - - - After closing parenthesis in expressions - - - - - After JOIN keywords in FROM clause - - - - - Put each column constraint in CREATE TABLE into new line - - - - - After comma - - - - - After comma in expressions - - - - - After semicolon - - - - - - Never before semicolon - - - - - White spaces - - - - - Before comma in lists - - - - - After comma in lists - - - - - Before opening parenthesis - - - - - After opening parenthesis - - - - - Before closing parenthesis - - - - - After closing parenthesis - - - - - No space between SQL function name and opening parenthesis - - - - - Before dot operator (in path to database object) - - - - - After dot operator (in path to database object) - - - - - Before mathematical operator - - - - - After mathematical operator - - - - - Never before comma - - - - - Names - - - - - Preferred name wrapper - - - - - Always use name wrapping - - - - - Uppercase data type names - - - - - Uppercase keywords - - - - - Comments - - - - - Preferred comment marker (where possible): - - - - - Move all comments to the line end - - - - - Line up comments at the line end - - - - - Preview - - - - diff --git a/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_fr.qm b/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_fr.qm deleted file mode 100644 index 974d221..0000000 Binary files a/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_fr.qm and /dev/null differ diff --git a/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_fr.ts b/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_fr.ts deleted file mode 100644 index 5468163..0000000 --- a/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_fr.ts +++ /dev/null @@ -1,228 +0,0 @@ - - - - - QObject - - - - name - example name wrapper - Nom - - - - SqlEnterpriseFormatter - - - Indentation - Identation - - - - Line up keywords in multi-line queries - Ligne de mots-clefs en majuscule dans une requête multiligne - - - - Indent contents of parenthesis block - Indenter le contenu du bloc entre parenthèses - - - - Tab size: - taille d’indentation : - - - - New lines - Nouvelles lignes - - - - Before opening parenthesis in column definitions - Avant l’ouverture des parenthèses dans la définition de la colonne - - - - After opening parenthesis in column definitions - Après l’ouverture des parenthèses dans la définition de la colonne - - - - Before closing parenthesis in column definitions - Avant la fermeture des parenthèses dans la définition de la colonne - - - - After closing parenthesis in column definitions - Après la fermeture des parenthèses dans la définition de la colonne - - - - Before opening parenthesis in expressions - Avant l’ouverture des parenthèses dans l’expression - - - - After opening parenthesis in expressions - Après l’ouverture des parenthèses dans l’expression - - - - Before closing parenthesis in expressions - Avant la fermeture des parenthèses dans l’expression - - - - After closing parenthesis in expressions - Après la fermeture des parenthèses dans l’expression - - - - After JOIN keywords in FROM clause - Après le mot-clef JOIN dans la clause FROM - - - - Put each column constraint in CREATE TABLE into new line - Mettez chaque contrainte de colonne dans CREATE TABLE à une nouvelleligne - - - - After comma - Après virgule - - - - After comma in expressions - Après la virgule dans l’exoression - - - - After semicolon - Après un point virgule - - - - - Never before semicolon - Jamais avant un point virgule - - - - White spaces - Espaces - - - - Before comma in lists - Après virgule dans la liste - - - - After comma in lists - Avant virgule dans la liste - - - - Before opening parenthesis - Avant l’ouverture des parenthèses - - - - After opening parenthesis - Après l’ouverture des parenthèses - - - - Before closing parenthesis - Avant la fermeture des parenthèses - - - - After closing parenthesis - Après la fermeture des parenthèses - - - - No space between SQL function name and opening parenthesis - aucun espance entre le nom de la fonction SQL et l’ouverture des paranthèses - - - - Before dot operator (in path to database object) - Avant le point (dans le chemin de la base de données) - - - - After dot operator (in path to database object) - Après - - - - Before mathematical operator - Avant opérateurmathématique - - - - After mathematical operator - Après opérateurmathématique - - - - Never before comma - Jamais avant virgule - - - - Names - noms - - - - Preferred name wrapper - Échappement préféré - - - - Always use name wrapping - Toujours échapper les identifiants - - - - Uppercase data type names - Nom de type de données en majuscule - - - - Uppercase keywords - Mots-clefs en majuscule - - - - Comments - Commentaires - - - - Preferred comment marker (where possible): - - - - - Move all comments to the line end - Déplacer tous les commentaires en fin de ligne - - - - Line up comments at the line end - Alignez les commentaires en fin de ligne - - - - Preview - Aperçu - - - diff --git a/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_it.qm b/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_it.qm deleted file mode 100644 index 9dad8df..0000000 Binary files a/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_it.qm and /dev/null differ diff --git a/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_it.ts b/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_it.ts deleted file mode 100644 index d37b3a0..0000000 --- a/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_it.ts +++ /dev/null @@ -1,228 +0,0 @@ - - - - - QObject - - - - name - example name wrapper - - - - - SqlEnterpriseFormatter - - - Indentation - - - - - Line up keywords in multi-line queries - - - - - Indent contents of parenthesis block - - - - - Tab size: - - - - - New lines - - - - - Before opening parenthesis in column definitions - - - - - After opening parenthesis in column definitions - - - - - Before closing parenthesis in column definitions - - - - - After closing parenthesis in column definitions - - - - - Before opening parenthesis in expressions - - - - - After opening parenthesis in expressions - - - - - Before closing parenthesis in expressions - - - - - After closing parenthesis in expressions - - - - - After JOIN keywords in FROM clause - - - - - Put each column constraint in CREATE TABLE into new line - - - - - After comma - - - - - After comma in expressions - - - - - After semicolon - - - - - - Never before semicolon - - - - - White spaces - - - - - Before comma in lists - - - - - After comma in lists - - - - - Before opening parenthesis - - - - - After opening parenthesis - - - - - Before closing parenthesis - - - - - After closing parenthesis - - - - - No space between SQL function name and opening parenthesis - - - - - Before dot operator (in path to database object) - - - - - After dot operator (in path to database object) - - - - - Before mathematical operator - - - - - After mathematical operator - - - - - Never before comma - - - - - Names - - - - - Preferred name wrapper - - - - - Always use name wrapping - - - - - Uppercase data type names - - - - - Uppercase keywords - - - - - Comments - - - - - Preferred comment marker (where possible): - - - - - Move all comments to the line end - - - - - Line up comments at the line end - - - - - Preview - - - - diff --git a/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_pl.qm b/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_pl.qm deleted file mode 100644 index 7c215a2..0000000 Binary files a/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_pl.qm and /dev/null differ diff --git a/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_pl.ts b/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_pl.ts deleted file mode 100644 index 0acec1b..0000000 --- a/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_pl.ts +++ /dev/null @@ -1,229 +0,0 @@ - - - - - QObject - - - - name - example name wrapper - nazwa - - - - SqlEnterpriseFormatter - - - Indentation - Wcięcia - - - - Line up keywords in multi-line queries - Wyrównaj słowa kluczowe w wielolinijkowych zapytaniach - - - - Indent contents of parenthesis block - Dodaj wcięcia do zawartości bloków w nawiasach - - - - Tab size: - Rozmiar tabulacji: - - - - New lines - Nowe linie - - - - Before opening parenthesis in column definitions - Przed nawiasem otwierającym w definicjach kolumn - - - - After opening parenthesis in column definitions - Po nawiasie otwierającym w definicjach kolumn - - - - Before closing parenthesis in column definitions - Przed nawiasem zamykającym w definicjach kolumn - - - - After closing parenthesis in column definitions - Po nawiasie zamykającym w definicjach kolumn - - - - Before opening parenthesis in expressions - Przed nawiasem otwierającym w wyrażeniach - - - - After opening parenthesis in expressions - Po nawiasie otwierającym w wyrażeniach - - - - Before closing parenthesis in expressions - Przed nawiasem zamykającym w wyrażeniach - - - - After closing parenthesis in expressions - Po nawiasie zamykającym w wyrażeniach - - - - After JOIN keywords in FROM clause - After *JOIN keywords in FROM clause - Po słowach kluczowych JOIN w klauzuli FROM - - - - Put each column constraint in CREATE TABLE into new line - Ustaw każde ograniczenie kolumny w CREATE TABLE w nowej linii - - - - After comma - Po przecinku - - - - After comma in expressions - Po przecinku w wyrażeniach - - - - After semicolon - Po średniku - - - - - Never before semicolon - Nigdy przed średnikiem - - - - White spaces - Spacje - - - - Before comma in lists - Przed przecinkiem w listach - - - - After comma in lists - Po przecinku w listach - - - - Before opening parenthesis - Przed nawiasem otwierającym - - - - After opening parenthesis - Po nawiasie otwierającym - - - - Before closing parenthesis - Przed nawiasem zamykającym - - - - After closing parenthesis - Po nawiasie zamykającym - - - - No space between SQL function name and opening parenthesis - Bez spacji między nazwą funkcji SQL i nawiasem otwierającym - - - - Before dot operator (in path to database object) - Przed operatorem kropki (w ścieżce do obiektu bazodanowego) - - - - After dot operator (in path to database object) - Po operatorze kropki (w ścieżce do obiektu bazodanowego) - - - - Before mathematical operator - Przed operatorem matematycznym - - - - After mathematical operator - Po operatorze matematycznym - - - - Never before comma - Nigdy przed przecinkiem - - - - Names - Nazwy - - - - Preferred name wrapper - Preferowane opakowanie nazwy - - - - Always use name wrapping - Zawsze opakowuj nazwy - - - - Uppercase data type names - Zmieniaj litery nazw typów danych na duże - - - - Uppercase keywords - Zmieniaj litery słów kluczowych na duże - - - - Comments - Komentarze - - - - Preferred comment marker (where possible): - Preferowany znacznik komentarzy (gdzie możliwy): - - - - Move all comments to the line end - Przenieś wszystkie komentarze na koniec linii - - - - Line up comments at the line end - Wyrównaj komentarze na końcu linii - - - - Preview - Podgląd - - - diff --git a/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_pt_BR.qm b/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_pt_BR.qm deleted file mode 100644 index c02994c..0000000 Binary files a/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_pt_BR.qm and /dev/null differ diff --git a/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_pt_BR.ts b/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_pt_BR.ts deleted file mode 100644 index 5dcd199..0000000 --- a/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_pt_BR.ts +++ /dev/null @@ -1,228 +0,0 @@ - - - - - QObject - - - - name - example name wrapper - - - - - SqlEnterpriseFormatter - - - Indentation - - - - - Line up keywords in multi-line queries - - - - - Indent contents of parenthesis block - - - - - Tab size: - - - - - New lines - - - - - Before opening parenthesis in column definitions - - - - - After opening parenthesis in column definitions - - - - - Before closing parenthesis in column definitions - - - - - After closing parenthesis in column definitions - - - - - Before opening parenthesis in expressions - - - - - After opening parenthesis in expressions - - - - - Before closing parenthesis in expressions - - - - - After closing parenthesis in expressions - - - - - After JOIN keywords in FROM clause - - - - - Put each column constraint in CREATE TABLE into new line - - - - - After comma - - - - - After comma in expressions - - - - - After semicolon - - - - - - Never before semicolon - - - - - White spaces - - - - - Before comma in lists - - - - - After comma in lists - - - - - Before opening parenthesis - - - - - After opening parenthesis - - - - - Before closing parenthesis - - - - - After closing parenthesis - - - - - No space between SQL function name and opening parenthesis - - - - - Before dot operator (in path to database object) - - - - - After dot operator (in path to database object) - - - - - Before mathematical operator - - - - - After mathematical operator - - - - - Never before comma - - - - - Names - - - - - Preferred name wrapper - - - - - Always use name wrapping - - - - - Uppercase data type names - - - - - Uppercase keywords - - - - - Comments - - - - - Preferred comment marker (where possible): - - - - - Move all comments to the line end - - - - - Line up comments at the line end - - - - - Preview - - - - diff --git a/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_ro_RO.qm b/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_ro_RO.qm deleted file mode 100644 index 2856eb9..0000000 Binary files a/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_ro_RO.qm and /dev/null differ diff --git a/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_ro_RO.ts b/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_ro_RO.ts deleted file mode 100644 index c1d1b7b..0000000 --- a/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_ro_RO.ts +++ /dev/null @@ -1,228 +0,0 @@ - - - - - QObject - - - - name - example name wrapper - - - - - SqlEnterpriseFormatter - - - Indentation - - - - - Line up keywords in multi-line queries - - - - - Indent contents of parenthesis block - - - - - Tab size: - - - - - New lines - - - - - Before opening parenthesis in column definitions - - - - - After opening parenthesis in column definitions - - - - - Before closing parenthesis in column definitions - - - - - After closing parenthesis in column definitions - - - - - Before opening parenthesis in expressions - - - - - After opening parenthesis in expressions - - - - - Before closing parenthesis in expressions - - - - - After closing parenthesis in expressions - - - - - After JOIN keywords in FROM clause - - - - - Put each column constraint in CREATE TABLE into new line - - - - - After comma - - - - - After comma in expressions - - - - - After semicolon - - - - - - Never before semicolon - - - - - White spaces - - - - - Before comma in lists - - - - - After comma in lists - - - - - Before opening parenthesis - - - - - After opening parenthesis - - - - - Before closing parenthesis - - - - - After closing parenthesis - - - - - No space between SQL function name and opening parenthesis - - - - - Before dot operator (in path to database object) - - - - - After dot operator (in path to database object) - - - - - Before mathematical operator - - - - - After mathematical operator - - - - - Never before comma - - - - - Names - - - - - Preferred name wrapper - - - - - Always use name wrapping - - - - - Uppercase data type names - - - - - Uppercase keywords - - - - - Comments - - - - - Preferred comment marker (where possible): - - - - - Move all comments to the line end - - - - - Line up comments at the line end - - - - - Preview - - - - diff --git a/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_ru.qm b/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_ru.qm deleted file mode 100644 index 07f5b2e..0000000 Binary files a/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_ru.qm and /dev/null differ diff --git a/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_ru.ts b/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_ru.ts deleted file mode 100644 index 54cf8ad..0000000 --- a/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_ru.ts +++ /dev/null @@ -1,232 +0,0 @@ - - - - - QObject - - - - name - example name wrapper - имя - - - - SqlEnterpriseFormatter - - - Indentation - Отступы - - - - Line up keywords in multi-line queries - Выравнивать ключевые слова в многострочных запросах - - - - Indent contents of parenthesis block - Выравнивать содержимое внутри скобок - - - - Tab size: - Шаг табуляции: - - - - New lines - Переносы строк - - - - Before opening parenthesis in column definitions - Перед открывающей скобкой в определениях столбцов - - - - After opening parenthesis in column definitions - После открывающей скобки в определениях столбцов - - - - Before closing parenthesis in column definitions - Перед закрывающей скобкой в определениях столбцов - - - - After closing parenthesis in column definitions - После закрывающей скобки в определениях столбцов - - - - Before opening parenthesis in expressions - Перед открывающей скобкой в выражениях - - - - After opening parenthesis in expressions - После открывающей скобки в выражениях - - - - Before closing parenthesis in expressions - Перед закрывающей скобкой в выражениях - - - - After closing parenthesis in expressions - После закрывающей скобки в выражениях - - - - After JOIN keywords in FROM clause - После ключевых слов JOIN в операторе FROM - - - - Put each column constraint in CREATE TABLE into new line - Разместить каждое ограничение на столбец в отдельной строке в конструкции CREATE TABLE - - - - After comma - После запятой - - - - After comma in expressions - После запятой в выражениях - - - - After semicolon - После точки с запятой - - - - - Never before semicolon - Никогда перед точкой с запятой - - - - White spaces - Пробелы - - - - Before comma in lists - Перед запятой в списках - - - - After comma in lists - После запятой в списках - - - - Before opening parenthesis - Перед открывающей скобкой - - - - After opening parenthesis - После открывающей скобки - - - - Before closing parenthesis - Перед закрывающей скобкой - - - - After closing parenthesis - После закрывающей скобки - - - - No space between SQL function name and opening parenthesis - Не ставить пробел между именем функции SQL и открывающей скобкой - - - - Before dot operator (in path to database object) - Перед оператором '.' (в путях к объектам базы данных) - - - - After dot operator (in path to database object) - После оператора '.' (в путях к объектам базы данных) - - - - Before mathematical operator - Перед математическим оператором - - - - After mathematical operator - После математического оператора - - - - Never before comma - Никогда перед запятой - - - - Names - Имена - - - - Preferred name wrapper - Предпочитаемое обрамление имён - - - - Always use name wrapping - Всегда обрамлять имена - - - - Uppercase data type names - Приводить имена типов данных к верхнему регистру - - - - Uppercase keywords - Приводить ключевые слова к верхнему регистру - - - - Comments - Комментарии - - - - Preferred comment marker (where possible): - Предпочитаемый символ комментирования (где применимо): - - - SqlEnterpriseFormatter.CommentMarkers - SqlEnterpriseFormatter.CommentMarkers - - - - Move all comments to the line end - Перемещать все комментарии в конец строки - - - - Line up comments at the line end - Выравнивать комментарии в конце строки - - - - Preview - Предпросмотр - - - diff --git a/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_sk.qm b/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_sk.qm deleted file mode 100644 index 1776294..0000000 Binary files a/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_sk.qm and /dev/null differ diff --git a/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_sk.ts b/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_sk.ts deleted file mode 100644 index 9d78cfc..0000000 --- a/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_sk.ts +++ /dev/null @@ -1,228 +0,0 @@ - - - - - QObject - - - - name - example name wrapper - - - - - SqlEnterpriseFormatter - - - Indentation - - - - - Line up keywords in multi-line queries - - - - - Indent contents of parenthesis block - - - - - Tab size: - - - - - New lines - - - - - Before opening parenthesis in column definitions - - - - - After opening parenthesis in column definitions - - - - - Before closing parenthesis in column definitions - - - - - After closing parenthesis in column definitions - - - - - Before opening parenthesis in expressions - - - - - After opening parenthesis in expressions - - - - - Before closing parenthesis in expressions - - - - - After closing parenthesis in expressions - - - - - After JOIN keywords in FROM clause - - - - - Put each column constraint in CREATE TABLE into new line - - - - - After comma - - - - - After comma in expressions - - - - - After semicolon - - - - - - Never before semicolon - - - - - White spaces - - - - - Before comma in lists - - - - - After comma in lists - - - - - Before opening parenthesis - - - - - After opening parenthesis - - - - - Before closing parenthesis - - - - - After closing parenthesis - - - - - No space between SQL function name and opening parenthesis - - - - - Before dot operator (in path to database object) - - - - - After dot operator (in path to database object) - - - - - Before mathematical operator - - - - - After mathematical operator - - - - - Never before comma - - - - - Names - - - - - Preferred name wrapper - - - - - Always use name wrapping - - - - - Uppercase data type names - - - - - Uppercase keywords - - - - - Comments - - - - - Preferred comment marker (where possible): - - - - - Move all comments to the line end - - - - - Line up comments at the line end - - - - - Preview - - - - diff --git a/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_zh_CN.qm b/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_zh_CN.qm deleted file mode 100644 index be651ee..0000000 --- a/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_zh_CN.qm +++ /dev/null @@ -1 +0,0 @@ - - - - - QObject - - - - name - example name wrapper - - - - - SqlEnterpriseFormatter - - - Indentation - - - - - Line up keywords in multi-line queries - - - - - Indent contents of parenthesis block - - - - - Tab size: - - - - - New lines - - - - - Before opening parenthesis in column definitions - - - - - After opening parenthesis in column definitions - - - - - Before closing parenthesis in column definitions - - - - - After closing parenthesis in column definitions - - - - - Before opening parenthesis in expressions - - - - - After opening parenthesis in expressions - - - - - Before closing parenthesis in expressions - - - - - After closing parenthesis in expressions - - - - - After JOIN keywords in FROM clause - - - - - Put each column constraint in CREATE TABLE into new line - - - - - After comma - - - - - After comma in expressions - - - - - After semicolon - - - - - - Never before semicolon - - - - - White spaces - - - - - Before comma in lists - - - - - After comma in lists - - - - - Before opening parenthesis - - - - - After opening parenthesis - - - - - Before closing parenthesis - - - - - After closing parenthesis - - - - - No space between SQL function name and opening parenthesis - - - - - Before dot operator (in path to database object) - - - - - After dot operator (in path to database object) - - - - - Before mathematical operator - - - - - After mathematical operator - - - - - Never before comma - - - - - Names - - - - - Preferred name wrapper - - - - - Always use name wrapping - - - - - Uppercase data type names - - - - - Uppercase keywords - - - - - Comments - - - - - Preferred comment marker (where possible): - - - - - Move all comments to the line end - - - - - Line up comments at the line end - - - - - Preview - - - - diff --git a/Plugins/SqlEnterpriseFormatter/formatcopy.cpp b/Plugins/SqlEnterpriseFormatter/formatcopy.cpp deleted file mode 100644 index 18ce28c..0000000 --- a/Plugins/SqlEnterpriseFormatter/formatcopy.cpp +++ /dev/null @@ -1,25 +0,0 @@ -#include "formatcopy.h" -#include "parser/ast/sqlitecopy.h" - -FormatCopy::FormatCopy(SqliteCopy* copy) : - copy(copy) -{ -} - -void FormatCopy::formatInternal() -{ - handleExplainQuery(copy); - withKeyword("COPY"); - if (copy->onConflict != SqliteConflictAlgo::null) - withKeyword("OR").withKeyword(sqliteConflictAlgo(copy->onConflict)); - - if (!copy->database.isNull()) - withId(copy->database); - - withId(copy->table).withKeyword("FROM").withString(copy->file); - - if (!copy->delimiter.isNull()) - withKeyword("USING").withKeyword("DELIMITERS").withString(copy->delimiter); - - withSemicolon(); -} diff --git a/Plugins/SqlEnterpriseFormatter/formatcopy.h b/Plugins/SqlEnterpriseFormatter/formatcopy.h deleted file mode 100644 index c0125e9..0000000 --- a/Plugins/SqlEnterpriseFormatter/formatcopy.h +++ /dev/null @@ -1,20 +0,0 @@ -#ifndef FORMATCOPY_H -#define FORMATCOPY_H - -#include "formatstatement.h" - -class SqliteCopy; - -class FormatCopy : public FormatStatement -{ - public: - FormatCopy(SqliteCopy* copy); - - protected: - void formatInternal(); - - private: - SqliteCopy* copy = nullptr; -}; - -#endif // FORMATCOPY_H diff --git a/Plugins/SqlEnterpriseFormatter/formatcreatetable.cpp b/Plugins/SqlEnterpriseFormatter/formatcreatetable.cpp index e6fd189..28020af 100644 --- a/Plugins/SqlEnterpriseFormatter/formatcreatetable.cpp +++ b/Plugins/SqlEnterpriseFormatter/formatcreatetable.cpp @@ -36,8 +36,22 @@ void FormatCreateTable::formatInternal() withParDefRight(); - if (!createTable->withOutRowId.isNull()) + markAndKeepIndent("tableOptions"); + bool atLeastOneOption = false; + if (createTable->withOutRowId) + { withKeyword("WITHOUT").withId("ROWID"); + atLeastOneOption = true; + } + + if (createTable->strict) + { + if (atLeastOneOption) + withListComma(FormatToken::NO_SPACE_BEFORE); + + withId("STRICT"); + //atLeastOneOption = true; // to uncomment if there are further options down below + } } withSemicolon(); @@ -206,12 +220,12 @@ void FormatCreateTableConstraint::formatInternal() { case SqliteCreateTable::Constraint::PRIMARY_KEY: { - withKeyword("PRIMARY").withKeyword("KEY").withParDefLeft().withStatementList(constr->indexedColumns).withParDefRight(); + withKeyword("PRIMARY").withKeyword("KEY").withParDefLeft().withStatementList(constr->indexedColumns); if (constr->autoincrKw) withKeyword("AUTOINCREMENT"); - withConflict(constr->onConflict); + withParDefRight().withConflict(constr->onConflict); break; } case SqliteCreateTable::Constraint::UNIQUE: diff --git a/Plugins/SqlEnterpriseFormatter/formatcreatevirtualtable.cpp b/Plugins/SqlEnterpriseFormatter/formatcreatevirtualtable.cpp index f6495a0..6efd863 100644 --- a/Plugins/SqlEnterpriseFormatter/formatcreatevirtualtable.cpp +++ b/Plugins/SqlEnterpriseFormatter/formatcreatevirtualtable.cpp @@ -98,6 +98,7 @@ void FormatCreateVirtualTable::handleToken(const TokenPtr& token) case Token::CTX_FK_MATCH: case Token::CTX_PRAGMA: case Token::CTX_ROWID_KW: + case Token::CTX_STRICT_KW: case Token::CTX_NEW_KW: case Token::CTX_OLD_KW: case Token::CTX_ERROR_MESSAGE: diff --git a/Plugins/SqlEnterpriseFormatter/formatdelete.cpp b/Plugins/SqlEnterpriseFormatter/formatdelete.cpp index fc154e2..09cf06f 100644 --- a/Plugins/SqlEnterpriseFormatter/formatdelete.cpp +++ b/Plugins/SqlEnterpriseFormatter/formatdelete.cpp @@ -30,5 +30,11 @@ void FormatDelete::formatInternal() if (del->where) withNewLine().withLinedUpKeyword("WHERE").withStatement(del->where); + if (!del->returning.isEmpty()) + { + withNewLine().withLinedUpKeyword("RETURNING"); + withStatementList(del->returning, "returningColumns"); + } + withSemicolon(); } diff --git a/Plugins/SqlEnterpriseFormatter/formatexpr.cpp b/Plugins/SqlEnterpriseFormatter/formatexpr.cpp index 53c7421..52a1334 100644 --- a/Plugins/SqlEnterpriseFormatter/formatexpr.cpp +++ b/Plugins/SqlEnterpriseFormatter/formatexpr.cpp @@ -78,6 +78,11 @@ void FormatExpr::formatInternal() withDecrIndent(); break; } + case SqliteExpr::Mode::PTR_OP: + { + withStatement(expr->expr1).withOperator(expr->ptrOp).withStatement(expr->expr2); + break; + } case SqliteExpr::Mode::FUNCTION: { withFuncId(expr->function).withParFuncLeft(); @@ -165,6 +170,16 @@ void FormatExpr::formatInternal() withStatement(expr->expr2, "is"); break; } + case SqliteExpr::Mode::DISTINCT: + { + withStatement(expr->expr1).withKeyword("IS"); + if (expr->notKw) + withKeyword("NOT"); + + withKeyword("DISTINCT").withKeyword("FROM"); + withStatement(expr->expr2, "isDistinct"); + break; + } case SqliteExpr::Mode::BETWEEN: { withStatement(expr->expr1); diff --git a/Plugins/SqlEnterpriseFormatter/formatinsert.cpp b/Plugins/SqlEnterpriseFormatter/formatinsert.cpp index 709ee1b..c24452d 100644 --- a/Plugins/SqlEnterpriseFormatter/formatinsert.cpp +++ b/Plugins/SqlEnterpriseFormatter/formatinsert.cpp @@ -52,5 +52,10 @@ void FormatInsert::formatInternal() withDecrIndent(); } + if (!insert->returning.isEmpty()) + { + withNewLine().withLinedUpKeyword("RETURNING"); + withStatementList(insert->returning, "returningColumns"); + } withSemicolon(); } diff --git a/Plugins/SqlEnterpriseFormatter/formatselect.cpp b/Plugins/SqlEnterpriseFormatter/formatselect.cpp index 37559eb..385f1a0 100644 --- a/Plugins/SqlEnterpriseFormatter/formatselect.cpp +++ b/Plugins/SqlEnterpriseFormatter/formatselect.cpp @@ -1,5 +1,4 @@ #include "formatselect.h" -#include "formatwith.h" #include "parser/ast/sqlitewith.h" #include "parser/ast/sqlitewindowdefinition.h" @@ -208,9 +207,15 @@ void FormatSelectCoreJoinOp::formatInternal() if (joinOp->naturalKw) keywords << "NATURAL"; - if (joinOp->leftKw) + if (joinOp->leftKw || joinOp->fullKw || joinOp->rightKw) { - keywords << "LEFT"; + if (joinOp->leftKw) + keywords << "LEFT"; + else if (joinOp->fullKw) + keywords << "FULL"; + else if (joinOp->rightKw) + keywords << "RIGHT"; + if (joinOp->outerKw) keywords << "OUTER"; } diff --git a/Plugins/SqlEnterpriseFormatter/formatstatement.cpp b/Plugins/SqlEnterpriseFormatter/formatstatement.cpp index be924e1..250fde4 100644 --- a/Plugins/SqlEnterpriseFormatter/formatstatement.cpp +++ b/Plugins/SqlEnterpriseFormatter/formatstatement.cpp @@ -16,7 +16,6 @@ #include "formatattach.h" #include "formatbegintrans.h" #include "formatcommittrans.h" -#include "formatcopy.h" #include "formatcreateindex.h" #include "formatcreatetrigger.h" #include "formatcreateview.h" @@ -48,7 +47,6 @@ #include "parser/ast/sqliteattach.h" #include "parser/ast/sqlitebegintrans.h" #include "parser/ast/sqlitecommittrans.h" -#include "parser/ast/sqlitecopy.h" #include "parser/ast/sqlitecreateindex.h" #include "parser/ast/sqlitecreatetrigger.h" #include "parser/ast/sqlitecreateview.h" @@ -145,7 +143,6 @@ FormatStatement *FormatStatement::forQuery(SqliteStatement *query) FORMATTER_FACTORY_ENTRY(query, SqliteAttach, FormatAttach); FORMATTER_FACTORY_ENTRY(query, SqliteBeginTrans, FormatBeginTrans); FORMATTER_FACTORY_ENTRY(query, SqliteCommitTrans, FormatCommitTrans); - FORMATTER_FACTORY_ENTRY(query, SqliteCopy, FormatCopy); FORMATTER_FACTORY_ENTRY(query, SqliteCreateVirtualTable, FormatCreateVirtualTable); FORMATTER_FACTORY_ENTRY(query, SqliteCreateIndex, FormatCreateIndex); FORMATTER_FACTORY_ENTRY(query, SqliteCreateTrigger, FormatCreateTrigger); @@ -362,6 +359,13 @@ FormatStatement& FormatStatement::withLiteral(const QVariant& value) return *this; } + if (value.userType() == QVariant::ByteArray) + { + static_qstring(blobLiteral, "X'%1'"); + withBlob(blobLiteral.arg(QString::fromLatin1(value.toByteArray().toHex()))); + return *this; + } + bool ok; if (value.userType() == QVariant::Double) { @@ -380,14 +384,7 @@ FormatStatement& FormatStatement::withLiteral(const QVariant& value) return *this; } - QString str = value.toString(); - if (str.startsWith("x'", Qt::CaseInsensitive) && str.endsWith("'")) - { - withBlob(str); - return *this; - } - - withString(str); + withString(value.toString()); return *this; } diff --git a/Plugins/SqlEnterpriseFormatter/formatupdate.cpp b/Plugins/SqlEnterpriseFormatter/formatupdate.cpp index 0adeb17..cb802d8 100644 --- a/Plugins/SqlEnterpriseFormatter/formatupdate.cpp +++ b/Plugins/SqlEnterpriseFormatter/formatupdate.cpp @@ -55,5 +55,10 @@ void FormatUpdate::formatInternal() if (upd->where) withNewLine().withLinedUpKeyword("WHERE").withStatement(upd->where); + if (!upd->returning.isEmpty()) + { + withNewLine().withLinedUpKeyword("RETURNING"); + withStatementList(upd->returning, "returningColumns"); + } withSemicolon(); } diff --git a/Plugins/SqlEnterpriseFormatter/formatwith.cpp b/Plugins/SqlEnterpriseFormatter/formatwith.cpp index d3d99d5..c992d33 100644 --- a/Plugins/SqlEnterpriseFormatter/formatwith.cpp +++ b/Plugins/SqlEnterpriseFormatter/formatwith.cpp @@ -34,5 +34,16 @@ void FormatWithCommonTableExpression::formatInternal() if (cte->indexedColumns.size() > 0) withParDefLeft().withStatementList(cte->indexedColumns, "idxCols").withParDefRight(); - withKeyword("AS").withParDefLeft().withStatement(cte->select).withParDefRight(); + withKeyword("AS"); + switch (cte->asMode) { + case SqliteWith::CommonTableExpression::ANY: + break; + case SqliteWith::CommonTableExpression::MATERIALIZED: + withKeyword("MATERIALIZED"); + break; + case SqliteWith::CommonTableExpression::NOT_MATERIALIZED: + withKeyword("NOT").withKeyword("MATERIALIZED"); + break; + } + withParDefLeft().withStatement(cte->select).withParDefRight(); } diff --git a/Plugins/SqlEnterpriseFormatter/sqlenterpriseformatter.cpp b/Plugins/SqlEnterpriseFormatter/sqlenterpriseformatter.cpp index 62517c6..b33f286 100644 --- a/Plugins/SqlEnterpriseFormatter/sqlenterpriseformatter.cpp +++ b/Plugins/SqlEnterpriseFormatter/sqlenterpriseformatter.cpp @@ -36,7 +36,7 @@ QString SqlEnterpriseFormatter::format(SqliteQueryPtr query) bool SqlEnterpriseFormatter::init() { - Q_INIT_RESOURCE(sqlenterpriseformatter); + SQLS_INIT_RESOURCE(sqlenterpriseformatter); static_qstring(query1, "SELECT (2 + 4) AND (3 + 5), 4 NOT IN (SELECT t1.'some[_]name' + t2.[some'name2] FROM xyz t1 JOIN zxc t2 ON (t1.aaa = t2.aaa)) " "FROM a, (SELECT id FROM table2);"); @@ -65,14 +65,13 @@ bool SqlEnterpriseFormatter::init() void SqlEnterpriseFormatter::deinit() { - Q_CLEANUP_RESOURCE(sqlenterpriseformatter); + SQLS_CLEANUP_RESOURCE(sqlenterpriseformatter); } - void SqlEnterpriseFormatter::updatePreview() { QStringList output; - for (const SqliteQueryPtr& q : previewQueries) + for (SqliteQueryPtr& q : previewQueries) output << format(q); cfg.SqlEnterpriseFormatter.PreviewCode.set(output.join("\n\n")); diff --git a/Plugins/SqlEnterpriseFormatter/sqlenterpriseformatter.qrc b/Plugins/SqlEnterpriseFormatter/sqlenterpriseformatter.qrc index 6fde81d..bd23092 100644 --- a/Plugins/SqlEnterpriseFormatter/sqlenterpriseformatter.qrc +++ b/Plugins/SqlEnterpriseFormatter/sqlenterpriseformatter.qrc @@ -2,19 +2,4 @@ sqlenterpriseformatter.ui - - SqlEnterpriseFormatter_ro_RO.qm - SqlEnterpriseFormatter_de.qm - - - SqlEnterpriseFormatter_pl.qm - SqlEnterpriseFormatter_ru.qm - SqlEnterpriseFormatter_fr.qm - SqlEnterpriseFormatter_sk.qm - SqlEnterpriseFormatter_zh_CN.qm - - - - - 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 @@ + + + + + QObject + + + + name + example name wrapper + + + + + SqlEnterpriseFormatter + + + Indentation + + + + + Line up keywords in multi-line queries + + + + + Indent contents of parenthesis block + + + + + Tab size: + + + + + New lines + + + + + Before opening parenthesis in column definitions + + + + + After opening parenthesis in column definitions + + + + + Before closing parenthesis in column definitions + + + + + After closing parenthesis in column definitions + + + + + Before opening parenthesis in expressions + + + + + After opening parenthesis in expressions + + + + + Before closing parenthesis in expressions + + + + + After closing parenthesis in expressions + + + + + After JOIN keywords in FROM clause + + + + + Put each column constraint in CREATE TABLE into new line + + + + + After comma + + + + + After comma in expressions + + + + + After semicolon + + + + + + Never before semicolon + + + + + White spaces + + + + + Before comma in lists + + + + + After comma in lists + + + + + Before opening parenthesis + + + + + After opening parenthesis + + + + + Before closing parenthesis + + + + + After closing parenthesis + + + + + No space between SQL function name and opening parenthesis + + + + + Before dot operator (in path to database object) + + + + + After dot operator (in path to database object) + + + + + Before mathematical operator + + + + + After mathematical operator + + + + + Never before comma + + + + + Names + + + + + Preferred name wrapper + + + + + Always use name wrapping + + + + + Uppercase data type names + + + + + Uppercase keywords + + + + + Comments + + + + + Preferred comment marker (where possible): + + + + + Move all comments to the line end + + + + + Line up comments at the line end + + + + + Preview + + + + 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 @@ + + + + + QObject + + + + name + example name wrapper + name + + + + SqlEnterpriseFormatter + + + Indentation + Indentation + + + + Line up keywords in multi-line queries + Line up keywords in multi-line queries + + + + Indent contents of parenthesis block + Indent contents of parenthesis block + + + + Tab size: + Tab size: + + + + New lines + New lines + + + + Before opening parenthesis in column definitions + Before opening parenthesis in column definitions + + + + After opening parenthesis in column definitions + After opening parenthesis in column definitions + + + + Before closing parenthesis in column definitions + Before closing parenthesis in column definitions + + + + After closing parenthesis in column definitions + After closing parenthesis in column definitions + + + + Before opening parenthesis in expressions + Before opening parenthesis in expressions + + + + After opening parenthesis in expressions + After opening parenthesis in expressions + + + + Before closing parenthesis in expressions + Before closing parenthesis in expressions + + + + After closing parenthesis in expressions + After closing parenthesis in expressions + + + + After JOIN keywords in FROM clause + After JOIN keywords in FROM clause + + + + Put each column constraint in CREATE TABLE into new line + Put each column constraint in CREATE TABLE into new line + + + + After comma + After comma + + + + After comma in expressions + After comma in expressions + + + + After semicolon + After semicolon + + + + + Never before semicolon + Never before semicolon + + + + White spaces + White spaces + + + + Before comma in lists + Before comma in lists + + + + After comma in lists + After comma in lists + + + + Before opening parenthesis + Before opening parenthesis + + + + After opening parenthesis + After opening parenthesis + + + + Before closing parenthesis + Before closing parenthesis + + + + After closing parenthesis + After closing parenthesis + + + + No space between SQL function name and opening parenthesis + No space between SQL function name and opening parenthesis + + + + Before dot operator (in path to database object) + Before dot operator (in path to database object) + + + + After dot operator (in path to database object) + After dot operator (in path to database object) + + + + Before mathematical operator + Before mathematical operator + + + + After mathematical operator + After mathematical operator + + + + Never before comma + Never before comma + + + + Names + Names + + + + Preferred name wrapper + Preferred name wrapper + + + + Always use name wrapping + Always use name wrapping + + + + Uppercase data type names + Uppercase data type names + + + + Uppercase keywords + Uppercase keywords + + + + Comments + Comments + + + + Preferred comment marker (where possible): + Preferred comment marker (where possible): + + + + Move all comments to the line end + Move all comments to the line end + + + + Line up comments at the line end + Line up comments at the line end + + + + Preview + Preview + + + 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 @@ + + + + + QObject + + + + name + example name wrapper + name + + + + SqlEnterpriseFormatter + + + Indentation + Indentation + + + + Line up keywords in multi-line queries + Line up keywords in multi-line queries + + + + Indent contents of parenthesis block + Indent contents of parenthesis block + + + + Tab size: + Tab size: + + + + New lines + New lines + + + + Before opening parenthesis in column definitions + Before opening parenthesis in column definitions + + + + After opening parenthesis in column definitions + After opening parenthesis in column definitions + + + + Before closing parenthesis in column definitions + Before closing parenthesis in column definitions + + + + After closing parenthesis in column definitions + After closing parenthesis in column definitions + + + + Before opening parenthesis in expressions + Before opening parenthesis in expressions + + + + After opening parenthesis in expressions + After opening parenthesis in expressions + + + + Before closing parenthesis in expressions + Before closing parenthesis in expressions + + + + After closing parenthesis in expressions + After closing parenthesis in expressions + + + + After JOIN keywords in FROM clause + After JOIN keywords in FROM clause + + + + Put each column constraint in CREATE TABLE into new line + Put each column constraint in CREATE TABLE into new line + + + + After comma + After comma + + + + After comma in expressions + After comma in expressions + + + + After semicolon + After semicolon + + + + + Never before semicolon + Never before semicolon + + + + White spaces + White spaces + + + + Before comma in lists + Before comma in lists + + + + After comma in lists + After comma in lists + + + + Before opening parenthesis + Before opening parenthesis + + + + After opening parenthesis + After opening parenthesis + + + + Before closing parenthesis + Before closing parenthesis + + + + After closing parenthesis + After closing parenthesis + + + + No space between SQL function name and opening parenthesis + No space between SQL function name and opening parenthesis + + + + Before dot operator (in path to database object) + Before dot operator (in path to database object) + + + + After dot operator (in path to database object) + After dot operator (in path to database object) + + + + Before mathematical operator + Before mathematical operator + + + + After mathematical operator + After mathematical operator + + + + Never before comma + Never before comma + + + + Names + Names + + + + Preferred name wrapper + Preferred name wrapper + + + + Always use name wrapping + Always use name wrapping + + + + Uppercase data type names + Uppercase data type names + + + + Uppercase keywords + Uppercase keywords + + + + Comments + Comments + + + + Preferred comment marker (where possible): + Preferred comment marker (where possible): + + + + Move all comments to the line end + Move all comments to the line end + + + + Line up comments at the line end + Line up comments at the line end + + + + Preview + Preview + + + 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 @@ + + + + + QObject + + + + name + example name wrapper + name + + + + SqlEnterpriseFormatter + + + Indentation + Indentation + + + + Line up keywords in multi-line queries + Line up keywords in multi-line queries + + + + Indent contents of parenthesis block + Indent contents of parenthesis block + + + + Tab size: + Tab size: + + + + New lines + New lines + + + + Before opening parenthesis in column definitions + Before opening parenthesis in column definitions + + + + After opening parenthesis in column definitions + After opening parenthesis in column definitions + + + + Before closing parenthesis in column definitions + Before closing parenthesis in column definitions + + + + After closing parenthesis in column definitions + After closing parenthesis in column definitions + + + + Before opening parenthesis in expressions + Before opening parenthesis in expressions + + + + After opening parenthesis in expressions + After opening parenthesis in expressions + + + + Before closing parenthesis in expressions + Before closing parenthesis in expressions + + + + After closing parenthesis in expressions + After closing parenthesis in expressions + + + + After JOIN keywords in FROM clause + After JOIN keywords in FROM clause + + + + Put each column constraint in CREATE TABLE into new line + Put each column constraint in CREATE TABLE into new line + + + + After comma + After comma + + + + After comma in expressions + After comma in expressions + + + + After semicolon + After semicolon + + + + + Never before semicolon + Never before semicolon + + + + White spaces + White spaces + + + + Before comma in lists + Before comma in lists + + + + After comma in lists + After comma in lists + + + + Before opening parenthesis + Before opening parenthesis + + + + After opening parenthesis + After opening parenthesis + + + + Before closing parenthesis + Before closing parenthesis + + + + After closing parenthesis + After closing parenthesis + + + + No space between SQL function name and opening parenthesis + No space between SQL function name and opening parenthesis + + + + Before dot operator (in path to database object) + Before dot operator (in path to database object) + + + + After dot operator (in path to database object) + After dot operator (in path to database object) + + + + Before mathematical operator + Before mathematical operator + + + + After mathematical operator + After mathematical operator + + + + Never before comma + Never before comma + + + + Names + Names + + + + Preferred name wrapper + Preferred name wrapper + + + + Always use name wrapping + Always use name wrapping + + + + Uppercase data type names + Uppercase data type names + + + + Uppercase keywords + Uppercase keywords + + + + Comments + Comments + + + + Preferred comment marker (where possible): + Preferred comment marker (where possible): + + + + Move all comments to the line end + Move all comments to the line end + + + + Line up comments at the line end + Line up comments at the line end + + + + Preview + Preview + + + 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 @@ + + + + + QObject + + + + name + example name wrapper + name + + + + SqlEnterpriseFormatter + + + Indentation + Indentation + + + + Line up keywords in multi-line queries + Line up keywords in multi-line queries + + + + Indent contents of parenthesis block + Indent contents of parenthesis block + + + + Tab size: + Tab size: + + + + New lines + New lines + + + + Before opening parenthesis in column definitions + Before opening parenthesis in column definitions + + + + After opening parenthesis in column definitions + After opening parenthesis in column definitions + + + + Before closing parenthesis in column definitions + Before closing parenthesis in column definitions + + + + After closing parenthesis in column definitions + After closing parenthesis in column definitions + + + + Before opening parenthesis in expressions + Before opening parenthesis in expressions + + + + After opening parenthesis in expressions + After opening parenthesis in expressions + + + + Before closing parenthesis in expressions + Before closing parenthesis in expressions + + + + After closing parenthesis in expressions + After closing parenthesis in expressions + + + + After JOIN keywords in FROM clause + After JOIN keywords in FROM clause + + + + Put each column constraint in CREATE TABLE into new line + Put each column constraint in CREATE TABLE into new line + + + + After comma + After comma + + + + After comma in expressions + After comma in expressions + + + + After semicolon + After semicolon + + + + + Never before semicolon + Never before semicolon + + + + White spaces + White spaces + + + + Before comma in lists + Before comma in lists + + + + After comma in lists + After comma in lists + + + + Before opening parenthesis + Before opening parenthesis + + + + After opening parenthesis + After opening parenthesis + + + + Before closing parenthesis + Before closing parenthesis + + + + After closing parenthesis + After closing parenthesis + + + + No space between SQL function name and opening parenthesis + No space between SQL function name and opening parenthesis + + + + Before dot operator (in path to database object) + Before dot operator (in path to database object) + + + + After dot operator (in path to database object) + After dot operator (in path to database object) + + + + Before mathematical operator + Before mathematical operator + + + + After mathematical operator + After mathematical operator + + + + Never before comma + Never before comma + + + + Names + Names + + + + Preferred name wrapper + Preferred name wrapper + + + + Always use name wrapping + Always use name wrapping + + + + Uppercase data type names + Uppercase data type names + + + + Uppercase keywords + Uppercase keywords + + + + Comments + Comments + + + + Preferred comment marker (where possible): + Preferred comment marker (where possible): + + + + Move all comments to the line end + Move all comments to the line end + + + + Line up comments at the line end + Line up comments at the line end + + + + Preview + Preview + + + 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 @@ + + + + + QObject + + + + name + example name wrapper + name + + + + SqlEnterpriseFormatter + + + Indentation + Indentation + + + + Line up keywords in multi-line queries + Line up keywords in multi-line queries + + + + Indent contents of parenthesis block + Indent contents of parenthesis block + + + + Tab size: + Tab size: + + + + New lines + New lines + + + + Before opening parenthesis in column definitions + Before opening parenthesis in column definitions + + + + After opening parenthesis in column definitions + After opening parenthesis in column definitions + + + + Before closing parenthesis in column definitions + Before closing parenthesis in column definitions + + + + After closing parenthesis in column definitions + After closing parenthesis in column definitions + + + + Before opening parenthesis in expressions + Before opening parenthesis in expressions + + + + After opening parenthesis in expressions + After opening parenthesis in expressions + + + + Before closing parenthesis in expressions + Before closing parenthesis in expressions + + + + After closing parenthesis in expressions + After closing parenthesis in expressions + + + + After JOIN keywords in FROM clause + After JOIN keywords in FROM clause + + + + Put each column constraint in CREATE TABLE into new line + Put each column constraint in CREATE TABLE into new line + + + + After comma + After comma + + + + After comma in expressions + After comma in expressions + + + + After semicolon + After semicolon + + + + + Never before semicolon + Never before semicolon + + + + White spaces + White spaces + + + + Before comma in lists + Before comma in lists + + + + After comma in lists + After comma in lists + + + + Before opening parenthesis + Before opening parenthesis + + + + After opening parenthesis + After opening parenthesis + + + + Before closing parenthesis + Before closing parenthesis + + + + After closing parenthesis + After closing parenthesis + + + + No space between SQL function name and opening parenthesis + No space between SQL function name and opening parenthesis + + + + Before dot operator (in path to database object) + Before dot operator (in path to database object) + + + + After dot operator (in path to database object) + After dot operator (in path to database object) + + + + Before mathematical operator + Before mathematical operator + + + + After mathematical operator + After mathematical operator + + + + Never before comma + Never before comma + + + + Names + Names + + + + Preferred name wrapper + Preferred name wrapper + + + + Always use name wrapping + Always use name wrapping + + + + Uppercase data type names + Uppercase data type names + + + + Uppercase keywords + Uppercase keywords + + + + Comments + Comments + + + + Preferred comment marker (where possible): + Preferred comment marker (where possible): + + + + Move all comments to the line end + Move all comments to the line end + + + + Line up comments at the line end + Line up comments at the line end + + + + Preview + Preview + + + 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 @@ + + + + + QObject + + + + name + example name wrapper + name + + + + SqlEnterpriseFormatter + + + Indentation + Einrückung + + + + Line up keywords in multi-line queries + Line up keywords in multi-line queries + + + + Indent contents of parenthesis block + Indent contents of parenthesis block + + + + Tab size: + Tabulatorgröße: + + + + New lines + Neue Zeilen + + + + Before opening parenthesis in column definitions + Before opening parenthesis in column definitions + + + + After opening parenthesis in column definitions + After opening parenthesis in column definitions + + + + Before closing parenthesis in column definitions + Before closing parenthesis in column definitions + + + + After closing parenthesis in column definitions + After closing parenthesis in column definitions + + + + Before opening parenthesis in expressions + Before opening parenthesis in expressions + + + + After opening parenthesis in expressions + After opening parenthesis in expressions + + + + Before closing parenthesis in expressions + Before closing parenthesis in expressions + + + + After closing parenthesis in expressions + After closing parenthesis in expressions + + + + After JOIN keywords in FROM clause + After JOIN keywords in FROM clause + + + + Put each column constraint in CREATE TABLE into new line + Put each column constraint in CREATE TABLE into new line + + + + After comma + Nach Komma + + + + After comma in expressions + Nach Komma in Ausdrücken + + + + After semicolon + Nach Semikolon + + + + + Never before semicolon + Nie vor Semikolon + + + + White spaces + Leerzeichen + + + + Before comma in lists + Vor Komma in Listen + + + + After comma in lists + Nach Komma in Listen + + + + Before opening parenthesis + Before opening parenthesis + + + + After opening parenthesis + After opening parenthesis + + + + Before closing parenthesis + Before closing parenthesis + + + + After closing parenthesis + After closing parenthesis + + + + No space between SQL function name and opening parenthesis + No space between SQL function name and opening parenthesis + + + + Before dot operator (in path to database object) + Before dot operator (in path to database object) + + + + After dot operator (in path to database object) + After dot operator (in path to database object) + + + + Before mathematical operator + Before mathematical operator + + + + After mathematical operator + After mathematical operator + + + + Never before comma + Nie vor Komma + + + + Names + Namen + + + + Preferred name wrapper + Preferred name wrapper + + + + Always use name wrapping + Always use name wrapping + + + + Uppercase data type names + Uppercase data type names + + + + Uppercase keywords + Uppercase keywords + + + + Comments + Kommentare + + + + Preferred comment marker (where possible): + Preferred comment marker (where possible): + + + + Move all comments to the line end + Move all comments to the line end + + + + Line up comments at the line end + Line up comments at the line end + + + + Preview + Vorschau + + + 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 @@ + + + + + QObject + + + + name + example name wrapper + name + + + + SqlEnterpriseFormatter + + + Indentation + Indentation + + + + Line up keywords in multi-line queries + Line up keywords in multi-line queries + + + + Indent contents of parenthesis block + Indent contents of parenthesis block + + + + Tab size: + Tab size: + + + + New lines + New lines + + + + Before opening parenthesis in column definitions + Before opening parenthesis in column definitions + + + + After opening parenthesis in column definitions + After opening parenthesis in column definitions + + + + Before closing parenthesis in column definitions + Before closing parenthesis in column definitions + + + + After closing parenthesis in column definitions + After closing parenthesis in column definitions + + + + Before opening parenthesis in expressions + Before opening parenthesis in expressions + + + + After opening parenthesis in expressions + After opening parenthesis in expressions + + + + Before closing parenthesis in expressions + Before closing parenthesis in expressions + + + + After closing parenthesis in expressions + After closing parenthesis in expressions + + + + After JOIN keywords in FROM clause + After JOIN keywords in FROM clause + + + + Put each column constraint in CREATE TABLE into new line + Put each column constraint in CREATE TABLE into new line + + + + After comma + After comma + + + + After comma in expressions + After comma in expressions + + + + After semicolon + After semicolon + + + + + Never before semicolon + Never before semicolon + + + + White spaces + White spaces + + + + Before comma in lists + Before comma in lists + + + + After comma in lists + After comma in lists + + + + Before opening parenthesis + Before opening parenthesis + + + + After opening parenthesis + After opening parenthesis + + + + Before closing parenthesis + Before closing parenthesis + + + + After closing parenthesis + After closing parenthesis + + + + No space between SQL function name and opening parenthesis + No space between SQL function name and opening parenthesis + + + + Before dot operator (in path to database object) + Before dot operator (in path to database object) + + + + After dot operator (in path to database object) + After dot operator (in path to database object) + + + + Before mathematical operator + Before mathematical operator + + + + After mathematical operator + After mathematical operator + + + + Never before comma + Never before comma + + + + Names + Names + + + + Preferred name wrapper + Preferred name wrapper + + + + Always use name wrapping + Always use name wrapping + + + + Uppercase data type names + Uppercase data type names + + + + Uppercase keywords + Uppercase keywords + + + + Comments + Comments + + + + Preferred comment marker (where possible): + Preferred comment marker (where possible): + + + + Move all comments to the line end + Move all comments to the line end + + + + Line up comments at the line end + Line up comments at the line end + + + + Preview + Preview + + + 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 @@ + + + + + QObject + + + + name + example name wrapper + name + + + + SqlEnterpriseFormatter + + + Indentation + Indentation + + + + Line up keywords in multi-line queries + Line up keywords in multi-line queries + + + + Indent contents of parenthesis block + Indent contents of parenthesis block + + + + Tab size: + Tab size: + + + + New lines + New lines + + + + Before opening parenthesis in column definitions + Before opening parenthesis in column definitions + + + + After opening parenthesis in column definitions + After opening parenthesis in column definitions + + + + Before closing parenthesis in column definitions + Before closing parenthesis in column definitions + + + + After closing parenthesis in column definitions + After closing parenthesis in column definitions + + + + Before opening parenthesis in expressions + Before opening parenthesis in expressions + + + + After opening parenthesis in expressions + After opening parenthesis in expressions + + + + Before closing parenthesis in expressions + Before closing parenthesis in expressions + + + + After closing parenthesis in expressions + After closing parenthesis in expressions + + + + After JOIN keywords in FROM clause + After JOIN keywords in FROM clause + + + + Put each column constraint in CREATE TABLE into new line + Put each column constraint in CREATE TABLE into new line + + + + After comma + After comma + + + + After comma in expressions + After comma in expressions + + + + After semicolon + After semicolon + + + + + Never before semicolon + Never before semicolon + + + + White spaces + White spaces + + + + Before comma in lists + Before comma in lists + + + + After comma in lists + After comma in lists + + + + Before opening parenthesis + Before opening parenthesis + + + + After opening parenthesis + After opening parenthesis + + + + Before closing parenthesis + Before closing parenthesis + + + + After closing parenthesis + After closing parenthesis + + + + No space between SQL function name and opening parenthesis + No space between SQL function name and opening parenthesis + + + + Before dot operator (in path to database object) + Before dot operator (in path to database object) + + + + After dot operator (in path to database object) + After dot operator (in path to database object) + + + + Before mathematical operator + Before mathematical operator + + + + After mathematical operator + After mathematical operator + + + + Never before comma + Never before comma + + + + Names + Names + + + + Preferred name wrapper + Preferred name wrapper + + + + Always use name wrapping + Always use name wrapping + + + + Uppercase data type names + Uppercase data type names + + + + Uppercase keywords + Uppercase keywords + + + + Comments + Comments + + + + Preferred comment marker (where possible): + Preferred comment marker (where possible): + + + + Move all comments to the line end + Move all comments to the line end + + + + Line up comments at the line end + Line up comments at the line end + + + + Preview + Preview + + + 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 @@ + + + + + QObject + + + + name + example name wrapper + nombre + + + + SqlEnterpriseFormatter + + + Indentation + Indentación + + + + Line up keywords in multi-line queries + Poner en una misma línea las palabras claves en consultas de múltiples líneas + + + + Indent contents of parenthesis block + Indentar los contenidos del bloque de paréntesis + + + + Tab size: + Tamaño de la tabulación: + + + + New lines + Nuevas líneas + + + + Before opening parenthesis in column definitions + Antes de abrir paréntesis en las definiciones de columna + + + + After opening parenthesis in column definitions + Luego de abrir paréntesis en las definiciones de columna + + + + Before closing parenthesis in column definitions + Antes de cerrar paréntesis en las definiciones de columna + + + + After closing parenthesis in column definitions + Luego de cerrar paréntesis en las definiciones de columna + + + + Before opening parenthesis in expressions + Antes de abrir paréntesis en las expresiones + + + + After opening parenthesis in expressions + Luego de abrir paréntesis en las expresiones + + + + Before closing parenthesis in expressions + Antes de cerrar paréntesis en las expresiones + + + + After closing parenthesis in expressions + Luego de cerrar paréntesis en las expresiones + + + + After JOIN keywords in FROM clause + Después de las palabras clave JOIN en la cláusula FROM + + + + Put each column constraint in CREATE TABLE into new line + Poner cada restricción de columna en una nueva línea en la sentencia CREATE TABLE + + + + After comma + Después de la coma + + + + After comma in expressions + Después de la coma en las expresiones + + + + After semicolon + Después del punto y coma + + + + + Never before semicolon + Nunca antes de un punto y coma + + + + White spaces + Espacios en blanco + + + + Before comma in lists + Antes de una coma en las listas + + + + After comma in lists + Después de una coma en las listas + + + + Before opening parenthesis + Antes de abrir paréntesis + + + + After opening parenthesis + Después de abrir paréntesis + + + + Before closing parenthesis + Antes de cerrar paréntesis + + + + After closing parenthesis + Después de cerrar paréntesis + + + + No space between SQL function name and opening parenthesis + Sin espacios entre el nombre de la función SQL y el paréntesis de apertura + + + + Before dot operator (in path to database object) + Antes del operador punto (en la ruta al objeto de la base de datos) + + + + After dot operator (in path to database object) + Después del operador punto (en la ruta al objeto de base de datos) + + + + Before mathematical operator + Antes del operador matemático + + + + After mathematical operator + Después del operador matemático + + + + Never before comma + Nunca antes de la coma + + + + Names + Nombres + + + + Preferred name wrapper + Envoltura de nombre preferida + + + + Always use name wrapping + Siempre envolver nombres + + + + Uppercase data type names + Nombres de tipos de dato en mayúsculas + + + + Uppercase keywords + Palabras clave en mayúsculas + + + + Comments + Comentarios + + + + Preferred comment marker (where possible): + Maracador de comentarios preferido (cuando sea posible): + + + + Move all comments to the line end + Mover todos los comentarios al final de la línea + + + + Line up comments at the line end + Alinear los comentarios al final de la línea + + + + Preview + Vista previa + + + 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 @@ + + + + + QObject + + + + name + example name wrapper + name + + + + SqlEnterpriseFormatter + + + Indentation + Indentation + + + + Line up keywords in multi-line queries + Line up keywords in multi-line queries + + + + Indent contents of parenthesis block + Indent contents of parenthesis block + + + + Tab size: + Tab size: + + + + New lines + New lines + + + + Before opening parenthesis in column definitions + Before opening parenthesis in column definitions + + + + After opening parenthesis in column definitions + After opening parenthesis in column definitions + + + + Before closing parenthesis in column definitions + Before closing parenthesis in column definitions + + + + After closing parenthesis in column definitions + After closing parenthesis in column definitions + + + + Before opening parenthesis in expressions + Before opening parenthesis in expressions + + + + After opening parenthesis in expressions + After opening parenthesis in expressions + + + + Before closing parenthesis in expressions + Before closing parenthesis in expressions + + + + After closing parenthesis in expressions + After closing parenthesis in expressions + + + + After JOIN keywords in FROM clause + After JOIN keywords in FROM clause + + + + Put each column constraint in CREATE TABLE into new line + Put each column constraint in CREATE TABLE into new line + + + + After comma + After comma + + + + After comma in expressions + After comma in expressions + + + + After semicolon + After semicolon + + + + + Never before semicolon + Never before semicolon + + + + White spaces + White spaces + + + + Before comma in lists + Before comma in lists + + + + After comma in lists + After comma in lists + + + + Before opening parenthesis + Before opening parenthesis + + + + After opening parenthesis + After opening parenthesis + + + + Before closing parenthesis + Before closing parenthesis + + + + After closing parenthesis + After closing parenthesis + + + + No space between SQL function name and opening parenthesis + No space between SQL function name and opening parenthesis + + + + Before dot operator (in path to database object) + Before dot operator (in path to database object) + + + + After dot operator (in path to database object) + After dot operator (in path to database object) + + + + Before mathematical operator + Before mathematical operator + + + + After mathematical operator + After mathematical operator + + + + Never before comma + Never before comma + + + + Names + Names + + + + Preferred name wrapper + Preferred name wrapper + + + + Always use name wrapping + Always use name wrapping + + + + Uppercase data type names + Uppercase data type names + + + + Uppercase keywords + Uppercase keywords + + + + Comments + Comments + + + + Preferred comment marker (where possible): + Preferred comment marker (where possible): + + + + Move all comments to the line end + Move all comments to the line end + + + + Line up comments at the line end + Line up comments at the line end + + + + Preview + Preview + + + 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 @@ + + + + + QObject + + + + name + example name wrapper + name + + + + SqlEnterpriseFormatter + + + Indentation + Indentation + + + + Line up keywords in multi-line queries + Line up keywords in multi-line queries + + + + Indent contents of parenthesis block + Indent contents of parenthesis block + + + + Tab size: + Tab size: + + + + New lines + New lines + + + + Before opening parenthesis in column definitions + Before opening parenthesis in column definitions + + + + After opening parenthesis in column definitions + After opening parenthesis in column definitions + + + + Before closing parenthesis in column definitions + Before closing parenthesis in column definitions + + + + After closing parenthesis in column definitions + After closing parenthesis in column definitions + + + + Before opening parenthesis in expressions + Before opening parenthesis in expressions + + + + After opening parenthesis in expressions + After opening parenthesis in expressions + + + + Before closing parenthesis in expressions + Before closing parenthesis in expressions + + + + After closing parenthesis in expressions + After closing parenthesis in expressions + + + + After JOIN keywords in FROM clause + After JOIN keywords in FROM clause + + + + Put each column constraint in CREATE TABLE into new line + Put each column constraint in CREATE TABLE into new line + + + + After comma + After comma + + + + After comma in expressions + After comma in expressions + + + + After semicolon + After semicolon + + + + + Never before semicolon + Never before semicolon + + + + White spaces + White spaces + + + + Before comma in lists + Before comma in lists + + + + After comma in lists + After comma in lists + + + + Before opening parenthesis + Before opening parenthesis + + + + After opening parenthesis + After opening parenthesis + + + + Before closing parenthesis + Before closing parenthesis + + + + After closing parenthesis + After closing parenthesis + + + + No space between SQL function name and opening parenthesis + No space between SQL function name and opening parenthesis + + + + Before dot operator (in path to database object) + Before dot operator (in path to database object) + + + + After dot operator (in path to database object) + After dot operator (in path to database object) + + + + Before mathematical operator + Before mathematical operator + + + + After mathematical operator + After mathematical operator + + + + Never before comma + Never before comma + + + + Names + Names + + + + Preferred name wrapper + Preferred name wrapper + + + + Always use name wrapping + Always use name wrapping + + + + Uppercase data type names + Uppercase data type names + + + + Uppercase keywords + Uppercase keywords + + + + Comments + Comments + + + + Preferred comment marker (where possible): + Preferred comment marker (where possible): + + + + Move all comments to the line end + Move all comments to the line end + + + + Line up comments at the line end + Line up comments at the line end + + + + Preview + Preview + + + 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 @@ + + + + + QObject + + + + name + example name wrapper + Nom + + + + SqlEnterpriseFormatter + + + Indentation + Identation + + + + Line up keywords in multi-line queries + Aligner les mots-clés dans les requêtes de plusieurs lignes + + + + Indent contents of parenthesis block + Indenter le contenu du bloc entre parenthèses + + + + Tab size: + taille d’indentation : + + + + New lines + Nouvelles lignes + + + + Before opening parenthesis in column definitions + Avant l’ouverture des parenthèses dans la définition de la colonne + + + + After opening parenthesis in column definitions + Après l’ouverture des parenthèses dans la définition de la colonne + + + + Before closing parenthesis in column definitions + Avant la fermeture des parenthèses dans la définition de la colonne + + + + After closing parenthesis in column definitions + Après la fermeture des parenthèses dans la définition de la colonne + + + + Before opening parenthesis in expressions + Avant l’ouverture des parenthèses dans l’expression + + + + After opening parenthesis in expressions + Après l’ouverture des parenthèses dans l’expression + + + + Before closing parenthesis in expressions + Avant la fermeture des parenthèses dans l’expression + + + + After closing parenthesis in expressions + Après la fermeture des parenthèses dans l’expression + + + + After JOIN keywords in FROM clause + Après avoir JOINDRE les mots-clés dans la clause DEPUIS + + + + Put each column constraint in CREATE TABLE into new line + Mettez chaque contrainte de colonne de CREATE TABLE dans une nouvelle ligne + + + + After comma + Après virgule + + + + After comma in expressions + Après la virgule dans l’exoression + + + + After semicolon + Après un point virgule + + + + + Never before semicolon + Jamais avant un point virgule + + + + White spaces + Espaces + + + + Before comma in lists + Après virgule dans la liste + + + + After comma in lists + Avant virgule dans la liste + + + + Before opening parenthesis + Avant l’ouverture des parenthèses + + + + After opening parenthesis + Après l’ouverture des parenthèses + + + + Before closing parenthesis + Avant la fermeture des parenthèses + + + + After closing parenthesis + Après la fermeture des parenthèses + + + + No space between SQL function name and opening parenthesis + aucun espance entre le nom de la fonction SQL et l’ouverture des paranthèses + + + + Before dot operator (in path to database object) + Avant le point (dans le chemin de la base de données) + + + + After dot operator (in path to database object) + Après + + + + Before mathematical operator + Avant opérateurmathématique + + + + After mathematical operator + Après opérateurmathématique + + + + Never before comma + Jamais avant virgule + + + + Names + noms + + + + Preferred name wrapper + Échappement préféré + + + + Always use name wrapping + Toujours échapper les identifiants + + + + Uppercase data type names + Nom de type de données en majuscule + + + + Uppercase keywords + Mots-clés en majuscule + + + + Comments + Commentaires + + + + Preferred comment marker (where possible): + Marqueur de commentaire préféré (si possible): + + + + Move all comments to the line end + Déplacer tous les commentaires en fin de ligne + + + + Line up comments at the line end + Alignez les commentaires en fin de ligne + + + + Preview + Aperçu + + + 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 @@ + + + + + QObject + + + + name + example name wrapper + שם + + + + SqlEnterpriseFormatter + + + Indentation + הזחה + + + + Line up keywords in multi-line queries + סידור מלות־מפתח בשורה בשאילתות רבות־שורות + + + + Indent contents of parenthesis block + הזחת תוכן הגוש החסום בסוגריים + + + + Tab size: + גודל טאב: + + + + New lines + שורות חדשות + + + + Before opening parenthesis in column definitions + לפני פתיחת סוגריים בהגדרות עמודה + + + + After opening parenthesis in column definitions + אחרי פתיחת סוגריים בהגדרות עמודה + + + + Before closing parenthesis in column definitions + לפני סגירת סוגריים בהגדרות עמודה + + + + After closing parenthesis in column definitions + אחרי סגירת סוגריים בהגדרות עמודה + + + + Before opening parenthesis in expressions + לפני פתיחת סוגריים בביטויים + + + + After opening parenthesis in expressions + אחרי פתיחת סוגריים בביטויים + + + + Before closing parenthesis in expressions + לפני סגירת סוגריים בביטויים + + + + After closing parenthesis in expressions + אחרי סגירת סוגריים בביטויים + + + + After JOIN keywords in FROM clause + אחרי מילות־מפתח JOIN בפסקת FROM + + + + Put each column constraint in CREATE TABLE into new line + הכנסת כל אילוץ עמודה ב 'יצירת טבלה' לשורה חדשה + + + + After comma + לאחר פסיק + + + + After comma in expressions + לאחר פסיק בביטויים + + + + After semicolon + לאחר אתנח + + + + + Never before semicolon + לעולם לא לפני אתנח + + + + White spaces + מרווח לבן + + + + Before comma in lists + לפני פסיק ברשימות + + + + After comma in lists + אחרי פסיק ברשימות + + + + Before opening parenthesis + לפני פתיחת סוגריים + + + + After opening parenthesis + אחרי פתיחת סוגריים + + + + Before closing parenthesis + לפני סגירת סוגריים + + + + After closing parenthesis + אחרי סגירת סוגריים + + + + No space between SQL function name and opening parenthesis + אין רווח בין שם פונקציית SQL לסוגר פתיחה + + + + Before dot operator (in path to database object) + לפני סימן־פעולה נקודה (בנתיב לעצם מסד נתונים) + + + + After dot operator (in path to database object) + לאחר סימן־פעולה נקודה (בנתיב לעצם מסד נתונים) + + + + Before mathematical operator + לפני סימן מתמטי + + + + After mathematical operator + אחרי סימן מתמטי + + + + Never before comma + לעולם לא לפני פסיק + + + + Names + שמות + + + + Preferred name wrapper + עטיפת שמות מועדפת + + + + Always use name wrapping + להשתמש תמיד בעטיפת שמות + + + + Uppercase data type names + שמות סוגי נתונים באותיות רישיות + + + + Uppercase keywords + מילות מפתח באותיות רישיות + + + + Comments + הערות + + + + Preferred comment marker (where possible): + מדגש הערות מועדף (היכן שניתן): + + + + Move all comments to the line end + העברת כל ההערות לסוף השורה + + + + Line up comments at the line end + סידור הערות בטור בסוף השורה + + + + Preview + תצוגה מקדימה + + + 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 @@ + + + + + QObject + + + + name + example name wrapper + name + + + + SqlEnterpriseFormatter + + + Indentation + Indentation + + + + Line up keywords in multi-line queries + Line up keywords in multi-line queries + + + + Indent contents of parenthesis block + Indent contents of parenthesis block + + + + Tab size: + Tab size: + + + + New lines + New lines + + + + Before opening parenthesis in column definitions + Before opening parenthesis in column definitions + + + + After opening parenthesis in column definitions + After opening parenthesis in column definitions + + + + Before closing parenthesis in column definitions + Before closing parenthesis in column definitions + + + + After closing parenthesis in column definitions + After closing parenthesis in column definitions + + + + Before opening parenthesis in expressions + Before opening parenthesis in expressions + + + + After opening parenthesis in expressions + After opening parenthesis in expressions + + + + Before closing parenthesis in expressions + Before closing parenthesis in expressions + + + + After closing parenthesis in expressions + After closing parenthesis in expressions + + + + After JOIN keywords in FROM clause + After JOIN keywords in FROM clause + + + + Put each column constraint in CREATE TABLE into new line + Put each column constraint in CREATE TABLE into new line + + + + After comma + After comma + + + + After comma in expressions + After comma in expressions + + + + After semicolon + After semicolon + + + + + Never before semicolon + Never before semicolon + + + + White spaces + White spaces + + + + Before comma in lists + Before comma in lists + + + + After comma in lists + After comma in lists + + + + Before opening parenthesis + Before opening parenthesis + + + + After opening parenthesis + After opening parenthesis + + + + Before closing parenthesis + Before closing parenthesis + + + + After closing parenthesis + After closing parenthesis + + + + No space between SQL function name and opening parenthesis + No space between SQL function name and opening parenthesis + + + + Before dot operator (in path to database object) + Before dot operator (in path to database object) + + + + After dot operator (in path to database object) + After dot operator (in path to database object) + + + + Before mathematical operator + Before mathematical operator + + + + After mathematical operator + After mathematical operator + + + + Never before comma + Never before comma + + + + Names + Names + + + + Preferred name wrapper + Preferred name wrapper + + + + Always use name wrapping + Always use name wrapping + + + + Uppercase data type names + Uppercase data type names + + + + Uppercase keywords + Uppercase keywords + + + + Comments + Comments + + + + Preferred comment marker (where possible): + Preferred comment marker (where possible): + + + + Move all comments to the line end + Move all comments to the line end + + + + Line up comments at the line end + Line up comments at the line end + + + + Preview + Preview + + + 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 @@ + + + + + QObject + + + + name + example name wrapper + nome + + + + SqlEnterpriseFormatter + + + Indentation + Indentazione + + + + Line up keywords in multi-line queries + Allineare le parole chiave nelle interrogazioni multi-riga + + + + Indent contents of parenthesis block + Indentazione dei contenuti del blocco parentesi + + + + Tab size: + Dimensione tab: + + + + New lines + Nuove linee + + + + Before opening parenthesis in column definitions + Prima di aprire le parentesi nelle definizioni delle colonne + + + + After opening parenthesis in column definitions + Dopo aver aperto le parentesi nelle definizioni delle colonne + + + + Before closing parenthesis in column definitions + Prima di chiudere le parentesi nelle definizioni delle colonne + + + + After closing parenthesis in column definitions + Dopo aver chiuso le parentesi nelle definizioni delle colonne + + + + Before opening parenthesis in expressions + Prima di aprire la parentesi nelle espressioni + + + + After opening parenthesis in expressions + Dopo aver aperto la parentesi nelle espressioni + + + + Before closing parenthesis in expressions + Prima di chiudere le parentesi nelle espressioni + + + + After closing parenthesis in expressions + Dopo aver chiuso la parentesi nelle espressioni + + + + After JOIN keywords in FROM clause + Dopo le parole chiave JOIN nella clausola FROM + + + + Put each column constraint in CREATE TABLE into new line + Metti ogni constraints di colonna nella CREATE TABLE nella nuova riga + + + + After comma + Dopo la virgola + + + + After comma in expressions + Dopo la virgola nelle espressioni + + + + After semicolon + Dopo punto e virgola + + + + + Never before semicolon + Mai prima del punto e virgola + + + + White spaces + Spazi bianchi + + + + Before comma in lists + Prima della virgola nelle liste + + + + After comma in lists + Dopo la virgola nelle liste + + + + Before opening parenthesis + Prima di aprire la parentesi + + + + After opening parenthesis + Dopo l'apertura della parentesi + + + + Before closing parenthesis + Prima di chiudere la parentesi + + + + After closing parenthesis + Dopo aver chiuso la parentesi + + + + No space between SQL function name and opening parenthesis + Nessuno spazio tra il nome della funzione SQL e l'apertura della parentesi + + + + Before dot operator (in path to database object) + Prima dell'operatore punto (nel percorso dell'oggetto database) + + + + After dot operator (in path to database object) + Dopo l'operatore punto (nel percorso dell'oggetto database) + + + + Before mathematical operator + Prima dell’operatore matematico + + + + After mathematical operator + Dopo operatore matematico + + + + Never before comma + Mai prima della virgola + + + + Names + Nomi + + + + Preferred name wrapper + Wrapper nome preferito + + + + Always use name wrapping + Usa sempre a capo dei nomi + + + + Uppercase data type names + Nomi dei tipi di dati maiuscoli + + + + Uppercase keywords + Parole chiave maiuscole + + + + Comments + Commenti + + + + Preferred comment marker (where possible): + Indicatore di commento preferito (dove possibile): + + + + Move all comments to the line end + Sposta tutti i commenti alla fine della riga + + + + Line up comments at the line end + Allinea i commenti alla fine della riga + + + + Preview + Anteprima + + + 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 @@ + + + + + QObject + + + + name + example name wrapper + name + + + + SqlEnterpriseFormatter + + + Indentation + Indentation + + + + Line up keywords in multi-line queries + Line up keywords in multi-line queries + + + + Indent contents of parenthesis block + Indent contents of parenthesis block + + + + Tab size: + Tab size: + + + + New lines + New lines + + + + Before opening parenthesis in column definitions + Before opening parenthesis in column definitions + + + + After opening parenthesis in column definitions + After opening parenthesis in column definitions + + + + Before closing parenthesis in column definitions + Before closing parenthesis in column definitions + + + + After closing parenthesis in column definitions + After closing parenthesis in column definitions + + + + Before opening parenthesis in expressions + Before opening parenthesis in expressions + + + + After opening parenthesis in expressions + After opening parenthesis in expressions + + + + Before closing parenthesis in expressions + Before closing parenthesis in expressions + + + + After closing parenthesis in expressions + After closing parenthesis in expressions + + + + After JOIN keywords in FROM clause + After JOIN keywords in FROM clause + + + + Put each column constraint in CREATE TABLE into new line + Put each column constraint in CREATE TABLE into new line + + + + After comma + After comma + + + + After comma in expressions + After comma in expressions + + + + After semicolon + After semicolon + + + + + Never before semicolon + Never before semicolon + + + + White spaces + White spaces + + + + Before comma in lists + Before comma in lists + + + + After comma in lists + After comma in lists + + + + Before opening parenthesis + Before opening parenthesis + + + + After opening parenthesis + After opening parenthesis + + + + Before closing parenthesis + Before closing parenthesis + + + + After closing parenthesis + After closing parenthesis + + + + No space between SQL function name and opening parenthesis + No space between SQL function name and opening parenthesis + + + + Before dot operator (in path to database object) + Before dot operator (in path to database object) + + + + After dot operator (in path to database object) + After dot operator (in path to database object) + + + + Before mathematical operator + Before mathematical operator + + + + After mathematical operator + After mathematical operator + + + + Never before comma + Never before comma + + + + Names + Names + + + + Preferred name wrapper + Preferred name wrapper + + + + Always use name wrapping + Always use name wrapping + + + + Uppercase data type names + Uppercase data type names + + + + Uppercase keywords + Uppercase keywords + + + + Comments + Comments + + + + Preferred comment marker (where possible): + Preferred comment marker (where possible): + + + + Move all comments to the line end + Move all comments to the line end + + + + Line up comments at the line end + Line up comments at the line end + + + + Preview + Preview + + + 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 @@ + + + + + QObject + + + + name + example name wrapper + name + + + + SqlEnterpriseFormatter + + + Indentation + Indentation + + + + Line up keywords in multi-line queries + Line up keywords in multi-line queries + + + + Indent contents of parenthesis block + Indent contents of parenthesis block + + + + Tab size: + Tab size: + + + + New lines + New lines + + + + Before opening parenthesis in column definitions + Before opening parenthesis in column definitions + + + + After opening parenthesis in column definitions + After opening parenthesis in column definitions + + + + Before closing parenthesis in column definitions + Before closing parenthesis in column definitions + + + + After closing parenthesis in column definitions + After closing parenthesis in column definitions + + + + Before opening parenthesis in expressions + Before opening parenthesis in expressions + + + + After opening parenthesis in expressions + After opening parenthesis in expressions + + + + Before closing parenthesis in expressions + Before closing parenthesis in expressions + + + + After closing parenthesis in expressions + After closing parenthesis in expressions + + + + After JOIN keywords in FROM clause + After JOIN keywords in FROM clause + + + + Put each column constraint in CREATE TABLE into new line + Put each column constraint in CREATE TABLE into new line + + + + After comma + After comma + + + + After comma in expressions + After comma in expressions + + + + After semicolon + After semicolon + + + + + Never before semicolon + Never before semicolon + + + + White spaces + White spaces + + + + Before comma in lists + Before comma in lists + + + + After comma in lists + After comma in lists + + + + Before opening parenthesis + Before opening parenthesis + + + + After opening parenthesis + After opening parenthesis + + + + Before closing parenthesis + Before closing parenthesis + + + + After closing parenthesis + After closing parenthesis + + + + No space between SQL function name and opening parenthesis + No space between SQL function name and opening parenthesis + + + + Before dot operator (in path to database object) + Before dot operator (in path to database object) + + + + After dot operator (in path to database object) + After dot operator (in path to database object) + + + + Before mathematical operator + Before mathematical operator + + + + After mathematical operator + After mathematical operator + + + + Never before comma + Never before comma + + + + Names + Names + + + + Preferred name wrapper + Preferred name wrapper + + + + Always use name wrapping + Always use name wrapping + + + + Uppercase data type names + Uppercase data type names + + + + Uppercase keywords + Uppercase keywords + + + + Comments + Comments + + + + Preferred comment marker (where possible): + Preferred comment marker (where possible): + + + + Move all comments to the line end + Move all comments to the line end + + + + Line up comments at the line end + Line up comments at the line end + + + + Preview + Preview + + + 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 @@ + + + + + QObject + + + + name + example name wrapper + name + + + + SqlEnterpriseFormatter + + + Indentation + Indentation + + + + Line up keywords in multi-line queries + Line up keywords in multi-line queries + + + + Indent contents of parenthesis block + Indent contents of parenthesis block + + + + Tab size: + Tab size: + + + + New lines + New lines + + + + Before opening parenthesis in column definitions + Before opening parenthesis in column definitions + + + + After opening parenthesis in column definitions + After opening parenthesis in column definitions + + + + Before closing parenthesis in column definitions + Before closing parenthesis in column definitions + + + + After closing parenthesis in column definitions + After closing parenthesis in column definitions + + + + Before opening parenthesis in expressions + Before opening parenthesis in expressions + + + + After opening parenthesis in expressions + After opening parenthesis in expressions + + + + Before closing parenthesis in expressions + Before closing parenthesis in expressions + + + + After closing parenthesis in expressions + After closing parenthesis in expressions + + + + After JOIN keywords in FROM clause + After JOIN keywords in FROM clause + + + + Put each column constraint in CREATE TABLE into new line + Put each column constraint in CREATE TABLE into new line + + + + After comma + After comma + + + + After comma in expressions + After comma in expressions + + + + After semicolon + After semicolon + + + + + Never before semicolon + Never before semicolon + + + + White spaces + White spaces + + + + Before comma in lists + Before comma in lists + + + + After comma in lists + After comma in lists + + + + Before opening parenthesis + Before opening parenthesis + + + + After opening parenthesis + After opening parenthesis + + + + Before closing parenthesis + Before closing parenthesis + + + + After closing parenthesis + After closing parenthesis + + + + No space between SQL function name and opening parenthesis + No space between SQL function name and opening parenthesis + + + + Before dot operator (in path to database object) + Before dot operator (in path to database object) + + + + After dot operator (in path to database object) + After dot operator (in path to database object) + + + + Before mathematical operator + Before mathematical operator + + + + After mathematical operator + After mathematical operator + + + + Never before comma + Never before comma + + + + Names + Names + + + + Preferred name wrapper + Preferred name wrapper + + + + Always use name wrapping + Always use name wrapping + + + + Uppercase data type names + Uppercase data type names + + + + Uppercase keywords + Uppercase keywords + + + + Comments + Comments + + + + Preferred comment marker (where possible): + Preferred comment marker (where possible): + + + + Move all comments to the line end + Move all comments to the line end + + + + Line up comments at the line end + Line up comments at the line end + + + + Preview + Preview + + + 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 @@ + + + + + QObject + + + + name + example name wrapper + name + + + + SqlEnterpriseFormatter + + + Indentation + Indentation + + + + Line up keywords in multi-line queries + Line up keywords in multi-line queries + + + + Indent contents of parenthesis block + Indent contents of parenthesis block + + + + Tab size: + Tab size: + + + + New lines + New lines + + + + Before opening parenthesis in column definitions + Before opening parenthesis in column definitions + + + + After opening parenthesis in column definitions + After opening parenthesis in column definitions + + + + Before closing parenthesis in column definitions + Before closing parenthesis in column definitions + + + + After closing parenthesis in column definitions + After closing parenthesis in column definitions + + + + Before opening parenthesis in expressions + Before opening parenthesis in expressions + + + + After opening parenthesis in expressions + After opening parenthesis in expressions + + + + Before closing parenthesis in expressions + Before closing parenthesis in expressions + + + + After closing parenthesis in expressions + After closing parenthesis in expressions + + + + After JOIN keywords in FROM clause + After JOIN keywords in FROM clause + + + + Put each column constraint in CREATE TABLE into new line + Put each column constraint in CREATE TABLE into new line + + + + After comma + After comma + + + + After comma in expressions + After comma in expressions + + + + After semicolon + After semicolon + + + + + Never before semicolon + Never before semicolon + + + + White spaces + White spaces + + + + Before comma in lists + Before comma in lists + + + + After comma in lists + After comma in lists + + + + Before opening parenthesis + Before opening parenthesis + + + + After opening parenthesis + After opening parenthesis + + + + Before closing parenthesis + Before closing parenthesis + + + + After closing parenthesis + After closing parenthesis + + + + No space between SQL function name and opening parenthesis + No space between SQL function name and opening parenthesis + + + + Before dot operator (in path to database object) + Before dot operator (in path to database object) + + + + After dot operator (in path to database object) + After dot operator (in path to database object) + + + + Before mathematical operator + Before mathematical operator + + + + After mathematical operator + After mathematical operator + + + + Never before comma + Never before comma + + + + Names + Names + + + + Preferred name wrapper + Preferred name wrapper + + + + Always use name wrapping + Always use name wrapping + + + + Uppercase data type names + Uppercase data type names + + + + Uppercase keywords + Uppercase keywords + + + + Comments + Comments + + + + Preferred comment marker (where possible): + Preferred comment marker (where possible): + + + + Move all comments to the line end + Move all comments to the line end + + + + Line up comments at the line end + Line up comments at the line end + + + + Preview + Preview + + + 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 @@ + + + + + QObject + + + + name + example name wrapper + name + + + + SqlEnterpriseFormatter + + + Indentation + Indentation + + + + Line up keywords in multi-line queries + Line up keywords in multi-line queries + + + + Indent contents of parenthesis block + Indent contents of parenthesis block + + + + Tab size: + Tab size: + + + + New lines + New lines + + + + Before opening parenthesis in column definitions + Before opening parenthesis in column definitions + + + + After opening parenthesis in column definitions + After opening parenthesis in column definitions + + + + Before closing parenthesis in column definitions + Before closing parenthesis in column definitions + + + + After closing parenthesis in column definitions + After closing parenthesis in column definitions + + + + Before opening parenthesis in expressions + Before opening parenthesis in expressions + + + + After opening parenthesis in expressions + After opening parenthesis in expressions + + + + Before closing parenthesis in expressions + Before closing parenthesis in expressions + + + + After closing parenthesis in expressions + After closing parenthesis in expressions + + + + After JOIN keywords in FROM clause + After JOIN keywords in FROM clause + + + + Put each column constraint in CREATE TABLE into new line + Put each column constraint in CREATE TABLE into new line + + + + After comma + After comma + + + + After comma in expressions + After comma in expressions + + + + After semicolon + After semicolon + + + + + Never before semicolon + Never before semicolon + + + + White spaces + White spaces + + + + Before comma in lists + Before comma in lists + + + + After comma in lists + After comma in lists + + + + Before opening parenthesis + Before opening parenthesis + + + + After opening parenthesis + After opening parenthesis + + + + Before closing parenthesis + Before closing parenthesis + + + + After closing parenthesis + After closing parenthesis + + + + No space between SQL function name and opening parenthesis + No space between SQL function name and opening parenthesis + + + + Before dot operator (in path to database object) + Before dot operator (in path to database object) + + + + After dot operator (in path to database object) + After dot operator (in path to database object) + + + + Before mathematical operator + Before mathematical operator + + + + After mathematical operator + After mathematical operator + + + + Never before comma + Never before comma + + + + Names + Names + + + + Preferred name wrapper + Preferred name wrapper + + + + Always use name wrapping + Always use name wrapping + + + + Uppercase data type names + Uppercase data type names + + + + Uppercase keywords + Uppercase keywords + + + + Comments + Comments + + + + Preferred comment marker (where possible): + Preferred comment marker (where possible): + + + + Move all comments to the line end + Move all comments to the line end + + + + Line up comments at the line end + Line up comments at the line end + + + + Preview + Preview + + + 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 @@ + + + + + QObject + + + + name + example name wrapper + nazwa + + + + SqlEnterpriseFormatter + + + Indentation + Wcięcia + + + + Line up keywords in multi-line queries + Wyrównaj słowa kluczowe w wielolinijkowych zapytaniach + + + + Indent contents of parenthesis block + Dodaj wcięcia do zawartości bloków w nawiasach + + + + Tab size: + Rozmiar tabulacji: + + + + New lines + Nowe linie + + + + Before opening parenthesis in column definitions + Przed nawiasem otwierającym w definicjach kolumn + + + + After opening parenthesis in column definitions + Po nawiasie otwierającym w definicjach kolumn + + + + Before closing parenthesis in column definitions + Przed nawiasem zamykającym w definicjach kolumn + + + + After closing parenthesis in column definitions + Po nawiasie zamykającym w definicjach kolumn + + + + Before opening parenthesis in expressions + Przed nawiasem otwierającym w wyrażeniach + + + + After opening parenthesis in expressions + Po nawiasie otwierającym w wyrażeniach + + + + Before closing parenthesis in expressions + Przed nawiasem zamykającym w wyrażeniach + + + + After closing parenthesis in expressions + Po nawiasie zamykającym w wyrażeniach + + + + After JOIN keywords in FROM clause + Po słowach kluczowych JOIN w klauzuli FROM + + + + Put each column constraint in CREATE TABLE into new line + Ustaw każde ograniczenie kolumny w CREATE TABLE w nowej linii + + + + After comma + Po przecinku + + + + After comma in expressions + Po przecinku w wyrażeniach + + + + After semicolon + Po średniku + + + + + Never before semicolon + Nigdy przed średnikiem + + + + White spaces + Spacje + + + + Before comma in lists + Przed przecinkiem w listach + + + + After comma in lists + Po przecinku w listach + + + + Before opening parenthesis + Przed nawiasem otwierającym + + + + After opening parenthesis + Po nawiasie otwierającym + + + + Before closing parenthesis + Przed nawiasem zamykającym + + + + After closing parenthesis + Po nawiasie zamykającym + + + + No space between SQL function name and opening parenthesis + Bez spacji między nazwą funkcji SQL i nawiasem otwierającym + + + + Before dot operator (in path to database object) + Przed operatorem kropki (w ścieżce do obiektu bazodanowego) + + + + After dot operator (in path to database object) + Po operatorze kropki (w ścieżce do obiektu bazodanowego) + + + + Before mathematical operator + Przed operatorem matematycznym + + + + After mathematical operator + Po operatorze matematycznym + + + + Never before comma + Nigdy przed przecinkiem + + + + Names + Nazwy + + + + Preferred name wrapper + Preferowane opakowanie nazwy + + + + Always use name wrapping + Zawsze opakowuj nazwy + + + + Uppercase data type names + Zmieniaj litery nazw typów danych na duże + + + + Uppercase keywords + Zmieniaj litery słów kluczowych na duże + + + + Comments + Komentarze + + + + Preferred comment marker (where possible): + Preferowany znacznik komentarzy (gdzie możliwy): + + + + Move all comments to the line end + Przenieś wszystkie komentarze na koniec linii + + + + Line up comments at the line end + Wyrównaj komentarze na końcu linii + + + + Preview + Podgląd + + + 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 @@ + + + + + QObject + + + + name + example name wrapper + nome + + + + SqlEnterpriseFormatter + + + Indentation + Indentação + + + + Line up keywords in multi-line queries + Agrupar palavras-chave em consultas multi-linha + + + + Indent contents of parenthesis block + Indentar conteúdo do bloco parênteses + + + + Tab size: + Tamanho do guia: + + + + New lines + Novas linhas + + + + Before opening parenthesis in column definitions + Antes de abrir parênteses nas definições de coluna + + + + After opening parenthesis in column definitions + Depois de abrir parênteses nas definições de coluna + + + + Before closing parenthesis in column definitions + Antes de fechar parênteses nas definições de coluna + + + + After closing parenthesis in column definitions + Depois de fechar parênteses nas definições de coluna + + + + Before opening parenthesis in expressions + Antes de abrir parênteses em expressões + + + + After opening parenthesis in expressions + Após a abertura parênteses em expressões + + + + Before closing parenthesis in expressions + Antes de fechar parênteses em expressões + + + + After closing parenthesis in expressions + Depois de fechar parênteses em expressões + + + + After JOIN keywords in FROM clause + Depois de JOIN palavras-chave na cláusula FROM + + + + Put each column constraint in CREATE TABLE into new line + Coloque cada restrição de coluna em CREATE TABLE em nova linha + + + + After comma + Depois da vírgula + + + + After comma in expressions + Após vírgula em expressões + + + + After semicolon + Após ponto e vírgula + + + + + Never before semicolon + Nunca antes ponto e vírgula + + + + White spaces + Espaço em branco + + + + Before comma in lists + Antes da vírgula em listas + + + + After comma in lists + Após vírgula em listas + + + + Before opening parenthesis + Antes de abrir parênteses + + + + After opening parenthesis + Depois de abrir parênteses + + + + Before closing parenthesis + Antes de fechar parênteses + + + + After closing parenthesis + Depois de fechar parênteses + + + + No space between SQL function name and opening parenthesis + Não há espaço entre o nome da função SQL e a abertura de parênteses + + + + Before dot operator (in path to database object) + Operador antes do ponto (em caminho para o objeto do banco de dados) + + + + After dot operator (in path to database object) + Operador depois do ponto (em caminho para o objeto do banco de dados) + + + + Before mathematical operator + Antes do operador matemático + + + + After mathematical operator + Depois do operador matemático + + + + Never before comma + Nunca antes da vírgula + + + + Names + Nomes + + + + Preferred name wrapper + Nome do empacotador preferencial + + + + Always use name wrapping + Sempre usar quebra de nome + + + + Uppercase data type names + Nomes de tipos de dados maiúsculos + + + + Uppercase keywords + Palavras-chave em maiúsculas + + + + Comments + Comentários + + + + Preferred comment marker (where possible): + Marcador de comentário preferido (quando possível): + + + + Move all comments to the line end + Mover todos os comentários para o final da linha + + + + Line up comments at the line end + Agrupar comentários no final da linha + + + + Preview + Pré-visualizar + + + 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 @@ + + + + + QObject + + + + name + example name wrapper + name + + + + SqlEnterpriseFormatter + + + Indentation + Indentation + + + + Line up keywords in multi-line queries + Line up keywords in multi-line queries + + + + Indent contents of parenthesis block + Indent contents of parenthesis block + + + + Tab size: + Tab size: + + + + New lines + New lines + + + + Before opening parenthesis in column definitions + Before opening parenthesis in column definitions + + + + After opening parenthesis in column definitions + After opening parenthesis in column definitions + + + + Before closing parenthesis in column definitions + Before closing parenthesis in column definitions + + + + After closing parenthesis in column definitions + After closing parenthesis in column definitions + + + + Before opening parenthesis in expressions + Before opening parenthesis in expressions + + + + After opening parenthesis in expressions + After opening parenthesis in expressions + + + + Before closing parenthesis in expressions + Before closing parenthesis in expressions + + + + After closing parenthesis in expressions + After closing parenthesis in expressions + + + + After JOIN keywords in FROM clause + After JOIN keywords in FROM clause + + + + Put each column constraint in CREATE TABLE into new line + Put each column constraint in CREATE TABLE into new line + + + + After comma + After comma + + + + After comma in expressions + After comma in expressions + + + + After semicolon + After semicolon + + + + + Never before semicolon + Never before semicolon + + + + White spaces + White spaces + + + + Before comma in lists + Before comma in lists + + + + After comma in lists + After comma in lists + + + + Before opening parenthesis + Before opening parenthesis + + + + After opening parenthesis + After opening parenthesis + + + + Before closing parenthesis + Before closing parenthesis + + + + After closing parenthesis + After closing parenthesis + + + + No space between SQL function name and opening parenthesis + No space between SQL function name and opening parenthesis + + + + Before dot operator (in path to database object) + Before dot operator (in path to database object) + + + + After dot operator (in path to database object) + After dot operator (in path to database object) + + + + Before mathematical operator + Before mathematical operator + + + + After mathematical operator + After mathematical operator + + + + Never before comma + Never before comma + + + + Names + Names + + + + Preferred name wrapper + Preferred name wrapper + + + + Always use name wrapping + Always use name wrapping + + + + Uppercase data type names + Uppercase data type names + + + + Uppercase keywords + Uppercase keywords + + + + Comments + Comments + + + + Preferred comment marker (where possible): + Preferred comment marker (where possible): + + + + Move all comments to the line end + Move all comments to the line end + + + + Line up comments at the line end + Line up comments at the line end + + + + Preview + Preview + + + 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 @@ + + + + + QObject + + + + name + example name wrapper + name + + + + SqlEnterpriseFormatter + + + Indentation + Indentation + + + + Line up keywords in multi-line queries + Line up keywords in multi-line queries + + + + Indent contents of parenthesis block + Indent contents of parenthesis block + + + + Tab size: + Tab size: + + + + New lines + New lines + + + + Before opening parenthesis in column definitions + Before opening parenthesis in column definitions + + + + After opening parenthesis in column definitions + After opening parenthesis in column definitions + + + + Before closing parenthesis in column definitions + Before closing parenthesis in column definitions + + + + After closing parenthesis in column definitions + After closing parenthesis in column definitions + + + + Before opening parenthesis in expressions + Before opening parenthesis in expressions + + + + After opening parenthesis in expressions + After opening parenthesis in expressions + + + + Before closing parenthesis in expressions + Before closing parenthesis in expressions + + + + After closing parenthesis in expressions + After closing parenthesis in expressions + + + + After JOIN keywords in FROM clause + After JOIN keywords in FROM clause + + + + Put each column constraint in CREATE TABLE into new line + Put each column constraint in CREATE TABLE into new line + + + + After comma + After comma + + + + After comma in expressions + After comma in expressions + + + + After semicolon + After semicolon + + + + + Never before semicolon + Never before semicolon + + + + White spaces + White spaces + + + + Before comma in lists + Before comma in lists + + + + After comma in lists + After comma in lists + + + + Before opening parenthesis + Before opening parenthesis + + + + After opening parenthesis + After opening parenthesis + + + + Before closing parenthesis + Before closing parenthesis + + + + After closing parenthesis + After closing parenthesis + + + + No space between SQL function name and opening parenthesis + No space between SQL function name and opening parenthesis + + + + Before dot operator (in path to database object) + Before dot operator (in path to database object) + + + + After dot operator (in path to database object) + After dot operator (in path to database object) + + + + Before mathematical operator + Before mathematical operator + + + + After mathematical operator + After mathematical operator + + + + Never before comma + Never before comma + + + + Names + Names + + + + Preferred name wrapper + Preferred name wrapper + + + + Always use name wrapping + Always use name wrapping + + + + Uppercase data type names + Uppercase data type names + + + + Uppercase keywords + Uppercase keywords + + + + Comments + Comments + + + + Preferred comment marker (where possible): + Preferred comment marker (where possible): + + + + Move all comments to the line end + Move all comments to the line end + + + + Line up comments at the line end + Line up comments at the line end + + + + Preview + Preview + + + 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 @@ + + + + + QObject + + + + name + example name wrapper + имя + + + + SqlEnterpriseFormatter + + + Indentation + Отступы + + + + Line up keywords in multi-line queries + Выравнивать ключевые слова в многострочных запросах + + + + Indent contents of parenthesis block + Выравнивать содержимое внутри скобок + + + + Tab size: + Шаг табуляции: + + + + New lines + Переносы строк + + + + Before opening parenthesis in column definitions + Перед открывающей скобкой в определениях столбцов + + + + After opening parenthesis in column definitions + После открывающей скобки в определениях столбцов + + + + Before closing parenthesis in column definitions + Перед закрывающей скобкой в определениях столбцов + + + + After closing parenthesis in column definitions + После закрывающей скобки в определениях столбцов + + + + Before opening parenthesis in expressions + Перед открывающей скобкой в выражениях + + + + After opening parenthesis in expressions + После открывающей скобки в выражениях + + + + Before closing parenthesis in expressions + Перед закрывающей скобкой в выражениях + + + + After closing parenthesis in expressions + После закрывающей скобки в выражениях + + + + After JOIN keywords in FROM clause + После ключевых слов JOIN в операторе FROM + + + + Put each column constraint in CREATE TABLE into new line + Разместить каждое ограничение на столбец в отдельной строке в конструкции CREATE TABLE + + + + After comma + После запятой + + + + After comma in expressions + После запятой в выражениях + + + + After semicolon + После точки с запятой + + + + + Never before semicolon + Никогда перед точкой с запятой + + + + White spaces + Пробелы + + + + Before comma in lists + Перед запятой в списках + + + + After comma in lists + После запятой в списках + + + + Before opening parenthesis + Перед открывающей скобкой + + + + After opening parenthesis + После открывающей скобки + + + + Before closing parenthesis + Перед закрывающей скобкой + + + + After closing parenthesis + После закрывающей скобки + + + + No space between SQL function name and opening parenthesis + Не ставить пробел между именем функции SQL и открывающей скобкой + + + + Before dot operator (in path to database object) + Перед оператором '.' (в путях к объектам базы данных) + + + + After dot operator (in path to database object) + После оператора '.' (в путях к объектам базы данных) + + + + Before mathematical operator + Перед математическим оператором + + + + After mathematical operator + После математического оператора + + + + Never before comma + Никогда перед запятой + + + + Names + Имена + + + + Preferred name wrapper + Предпочитаемое обрамление имён + + + + Always use name wrapping + Всегда обрамлять имена + + + + Uppercase data type names + Приводить имена типов данных к верхнему регистру + + + + Uppercase keywords + Приводить ключевые слова к верхнему регистру + + + + Comments + Комментарии + + + + Preferred comment marker (where possible): + Предпочитаемый символ комментирования (где применимо): + + + + Move all comments to the line end + Перемещать все комментарии в конец строки + + + + Line up comments at the line end + Выравнивать комментарии в конце строки + + + + Preview + Предпросмотр + + + 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 @@ + + + + + QObject + + + + name + example name wrapper + name + + + + SqlEnterpriseFormatter + + + Indentation + Indentation + + + + Line up keywords in multi-line queries + Line up keywords in multi-line queries + + + + Indent contents of parenthesis block + Indent contents of parenthesis block + + + + Tab size: + Tab size: + + + + New lines + New lines + + + + Before opening parenthesis in column definitions + Before opening parenthesis in column definitions + + + + After opening parenthesis in column definitions + After opening parenthesis in column definitions + + + + Before closing parenthesis in column definitions + Before closing parenthesis in column definitions + + + + After closing parenthesis in column definitions + After closing parenthesis in column definitions + + + + Before opening parenthesis in expressions + Before opening parenthesis in expressions + + + + After opening parenthesis in expressions + After opening parenthesis in expressions + + + + Before closing parenthesis in expressions + Before closing parenthesis in expressions + + + + After closing parenthesis in expressions + After closing parenthesis in expressions + + + + After JOIN keywords in FROM clause + After JOIN keywords in FROM clause + + + + Put each column constraint in CREATE TABLE into new line + Put each column constraint in CREATE TABLE into new line + + + + After comma + After comma + + + + After comma in expressions + After comma in expressions + + + + After semicolon + After semicolon + + + + + Never before semicolon + Never before semicolon + + + + White spaces + White spaces + + + + Before comma in lists + Before comma in lists + + + + After comma in lists + After comma in lists + + + + Before opening parenthesis + Before opening parenthesis + + + + After opening parenthesis + After opening parenthesis + + + + Before closing parenthesis + Before closing parenthesis + + + + After closing parenthesis + After closing parenthesis + + + + No space between SQL function name and opening parenthesis + No space between SQL function name and opening parenthesis + + + + Before dot operator (in path to database object) + Before dot operator (in path to database object) + + + + After dot operator (in path to database object) + After dot operator (in path to database object) + + + + Before mathematical operator + Before mathematical operator + + + + After mathematical operator + After mathematical operator + + + + Never before comma + Never before comma + + + + Names + Names + + + + Preferred name wrapper + Preferred name wrapper + + + + Always use name wrapping + Always use name wrapping + + + + Uppercase data type names + Uppercase data type names + + + + Uppercase keywords + Uppercase keywords + + + + Comments + Comments + + + + Preferred comment marker (where possible): + Preferred comment marker (where possible): + + + + Move all comments to the line end + Move all comments to the line end + + + + Line up comments at the line end + Line up comments at the line end + + + + Preview + Preview + + + 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 @@ + + + + + QObject + + + + name + example name wrapper + name + + + + SqlEnterpriseFormatter + + + Indentation + Indentation + + + + Line up keywords in multi-line queries + Line up keywords in multi-line queries + + + + Indent contents of parenthesis block + Indent contents of parenthesis block + + + + Tab size: + Tab size: + + + + New lines + New lines + + + + Before opening parenthesis in column definitions + Before opening parenthesis in column definitions + + + + After opening parenthesis in column definitions + After opening parenthesis in column definitions + + + + Before closing parenthesis in column definitions + Before closing parenthesis in column definitions + + + + After closing parenthesis in column definitions + After closing parenthesis in column definitions + + + + Before opening parenthesis in expressions + Before opening parenthesis in expressions + + + + After opening parenthesis in expressions + After opening parenthesis in expressions + + + + Before closing parenthesis in expressions + Before closing parenthesis in expressions + + + + After closing parenthesis in expressions + After closing parenthesis in expressions + + + + After JOIN keywords in FROM clause + After JOIN keywords in FROM clause + + + + Put each column constraint in CREATE TABLE into new line + Put each column constraint in CREATE TABLE into new line + + + + After comma + After comma + + + + After comma in expressions + After comma in expressions + + + + After semicolon + After semicolon + + + + + Never before semicolon + Never before semicolon + + + + White spaces + White spaces + + + + Before comma in lists + Before comma in lists + + + + After comma in lists + After comma in lists + + + + Before opening parenthesis + Before opening parenthesis + + + + After opening parenthesis + After opening parenthesis + + + + Before closing parenthesis + Before closing parenthesis + + + + After closing parenthesis + After closing parenthesis + + + + No space between SQL function name and opening parenthesis + No space between SQL function name and opening parenthesis + + + + Before dot operator (in path to database object) + Before dot operator (in path to database object) + + + + After dot operator (in path to database object) + After dot operator (in path to database object) + + + + Before mathematical operator + Before mathematical operator + + + + After mathematical operator + After mathematical operator + + + + Never before comma + Never before comma + + + + Names + Names + + + + Preferred name wrapper + Preferred name wrapper + + + + Always use name wrapping + Always use name wrapping + + + + Uppercase data type names + Uppercase data type names + + + + Uppercase keywords + Uppercase keywords + + + + Comments + Comments + + + + Preferred comment marker (where possible): + Preferred comment marker (where possible): + + + + Move all comments to the line end + Move all comments to the line end + + + + Line up comments at the line end + Line up comments at the line end + + + + Preview + Preview + + + 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 @@ + + + + + QObject + + + + name + example name wrapper + name + + + + SqlEnterpriseFormatter + + + Indentation + Indentation + + + + Line up keywords in multi-line queries + Line up keywords in multi-line queries + + + + Indent contents of parenthesis block + Indent contents of parenthesis block + + + + Tab size: + Tab size: + + + + New lines + New lines + + + + Before opening parenthesis in column definitions + Before opening parenthesis in column definitions + + + + After opening parenthesis in column definitions + After opening parenthesis in column definitions + + + + Before closing parenthesis in column definitions + Before closing parenthesis in column definitions + + + + After closing parenthesis in column definitions + After closing parenthesis in column definitions + + + + Before opening parenthesis in expressions + Before opening parenthesis in expressions + + + + After opening parenthesis in expressions + After opening parenthesis in expressions + + + + Before closing parenthesis in expressions + Before closing parenthesis in expressions + + + + After closing parenthesis in expressions + After closing parenthesis in expressions + + + + After JOIN keywords in FROM clause + After JOIN keywords in FROM clause + + + + Put each column constraint in CREATE TABLE into new line + Put each column constraint in CREATE TABLE into new line + + + + After comma + After comma + + + + After comma in expressions + After comma in expressions + + + + After semicolon + After semicolon + + + + + Never before semicolon + Never before semicolon + + + + White spaces + White spaces + + + + Before comma in lists + Before comma in lists + + + + After comma in lists + After comma in lists + + + + Before opening parenthesis + Before opening parenthesis + + + + After opening parenthesis + After opening parenthesis + + + + Before closing parenthesis + Before closing parenthesis + + + + After closing parenthesis + After closing parenthesis + + + + No space between SQL function name and opening parenthesis + No space between SQL function name and opening parenthesis + + + + Before dot operator (in path to database object) + Before dot operator (in path to database object) + + + + After dot operator (in path to database object) + After dot operator (in path to database object) + + + + Before mathematical operator + Before mathematical operator + + + + After mathematical operator + After mathematical operator + + + + Never before comma + Never before comma + + + + Names + Names + + + + Preferred name wrapper + Preferred name wrapper + + + + Always use name wrapping + Always use name wrapping + + + + Uppercase data type names + Uppercase data type names + + + + Uppercase keywords + Uppercase keywords + + + + Comments + Comments + + + + Preferred comment marker (where possible): + Preferred comment marker (where possible): + + + + Move all comments to the line end + Move all comments to the line end + + + + Line up comments at the line end + Line up comments at the line end + + + + Preview + Preview + + + 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 @@ + + + + + QObject + + + + name + example name wrapper + name + + + + SqlEnterpriseFormatter + + + Indentation + Indentation + + + + Line up keywords in multi-line queries + Line up keywords in multi-line queries + + + + Indent contents of parenthesis block + Indent contents of parenthesis block + + + + Tab size: + Tab size: + + + + New lines + New lines + + + + Before opening parenthesis in column definitions + Before opening parenthesis in column definitions + + + + After opening parenthesis in column definitions + After opening parenthesis in column definitions + + + + Before closing parenthesis in column definitions + Before closing parenthesis in column definitions + + + + After closing parenthesis in column definitions + After closing parenthesis in column definitions + + + + Before opening parenthesis in expressions + Before opening parenthesis in expressions + + + + After opening parenthesis in expressions + After opening parenthesis in expressions + + + + Before closing parenthesis in expressions + Before closing parenthesis in expressions + + + + After closing parenthesis in expressions + After closing parenthesis in expressions + + + + After JOIN keywords in FROM clause + After JOIN keywords in FROM clause + + + + Put each column constraint in CREATE TABLE into new line + Put each column constraint in CREATE TABLE into new line + + + + After comma + After comma + + + + After comma in expressions + After comma in expressions + + + + After semicolon + After semicolon + + + + + Never before semicolon + Never before semicolon + + + + White spaces + White spaces + + + + Before comma in lists + Before comma in lists + + + + After comma in lists + After comma in lists + + + + Before opening parenthesis + Before opening parenthesis + + + + After opening parenthesis + After opening parenthesis + + + + Before closing parenthesis + Before closing parenthesis + + + + After closing parenthesis + After closing parenthesis + + + + No space between SQL function name and opening parenthesis + No space between SQL function name and opening parenthesis + + + + Before dot operator (in path to database object) + Before dot operator (in path to database object) + + + + After dot operator (in path to database object) + After dot operator (in path to database object) + + + + Before mathematical operator + Before mathematical operator + + + + After mathematical operator + After mathematical operator + + + + Never before comma + Never before comma + + + + Names + Names + + + + Preferred name wrapper + Preferred name wrapper + + + + Always use name wrapping + Always use name wrapping + + + + Uppercase data type names + Uppercase data type names + + + + Uppercase keywords + Uppercase keywords + + + + Comments + Comments + + + + Preferred comment marker (where possible): + Preferred comment marker (where possible): + + + + Move all comments to the line end + Move all comments to the line end + + + + Line up comments at the line end + Line up comments at the line end + + + + Preview + Preview + + + 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 @@ + + + + + QObject + + + + name + example name wrapper + name + + + + SqlEnterpriseFormatter + + + Indentation + Indentation + + + + Line up keywords in multi-line queries + Line up keywords in multi-line queries + + + + Indent contents of parenthesis block + Indent contents of parenthesis block + + + + Tab size: + Tab size: + + + + New lines + New lines + + + + Before opening parenthesis in column definitions + Before opening parenthesis in column definitions + + + + After opening parenthesis in column definitions + After opening parenthesis in column definitions + + + + Before closing parenthesis in column definitions + Before closing parenthesis in column definitions + + + + After closing parenthesis in column definitions + After closing parenthesis in column definitions + + + + Before opening parenthesis in expressions + Before opening parenthesis in expressions + + + + After opening parenthesis in expressions + After opening parenthesis in expressions + + + + Before closing parenthesis in expressions + Before closing parenthesis in expressions + + + + After closing parenthesis in expressions + After closing parenthesis in expressions + + + + After JOIN keywords in FROM clause + After JOIN keywords in FROM clause + + + + Put each column constraint in CREATE TABLE into new line + Put each column constraint in CREATE TABLE into new line + + + + After comma + After comma + + + + After comma in expressions + After comma in expressions + + + + After semicolon + After semicolon + + + + + Never before semicolon + Never before semicolon + + + + White spaces + White spaces + + + + Before comma in lists + Before comma in lists + + + + After comma in lists + After comma in lists + + + + Before opening parenthesis + Before opening parenthesis + + + + After opening parenthesis + After opening parenthesis + + + + Before closing parenthesis + Before closing parenthesis + + + + After closing parenthesis + After closing parenthesis + + + + No space between SQL function name and opening parenthesis + No space between SQL function name and opening parenthesis + + + + Before dot operator (in path to database object) + Before dot operator (in path to database object) + + + + After dot operator (in path to database object) + After dot operator (in path to database object) + + + + Before mathematical operator + Before mathematical operator + + + + After mathematical operator + After mathematical operator + + + + Never before comma + Never before comma + + + + Names + Names + + + + Preferred name wrapper + Preferred name wrapper + + + + Always use name wrapping + Always use name wrapping + + + + Uppercase data type names + Uppercase data type names + + + + Uppercase keywords + Uppercase keywords + + + + Comments + Comments + + + + Preferred comment marker (where possible): + Preferred comment marker (where possible): + + + + Move all comments to the line end + Move all comments to the line end + + + + Line up comments at the line end + Line up comments at the line end + + + + Preview + Preview + + + 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 @@ + + + + + QObject + + + + name + example name wrapper + name + + + + SqlEnterpriseFormatter + + + Indentation + Indentation + + + + Line up keywords in multi-line queries + Line up keywords in multi-line queries + + + + Indent contents of parenthesis block + Indent contents of parenthesis block + + + + Tab size: + Tab size: + + + + New lines + New lines + + + + Before opening parenthesis in column definitions + Before opening parenthesis in column definitions + + + + After opening parenthesis in column definitions + After opening parenthesis in column definitions + + + + Before closing parenthesis in column definitions + Before closing parenthesis in column definitions + + + + After closing parenthesis in column definitions + After closing parenthesis in column definitions + + + + Before opening parenthesis in expressions + Before opening parenthesis in expressions + + + + After opening parenthesis in expressions + After opening parenthesis in expressions + + + + Before closing parenthesis in expressions + Before closing parenthesis in expressions + + + + After closing parenthesis in expressions + After closing parenthesis in expressions + + + + After JOIN keywords in FROM clause + After JOIN keywords in FROM clause + + + + Put each column constraint in CREATE TABLE into new line + Put each column constraint in CREATE TABLE into new line + + + + After comma + After comma + + + + After comma in expressions + After comma in expressions + + + + After semicolon + After semicolon + + + + + Never before semicolon + Never before semicolon + + + + White spaces + White spaces + + + + Before comma in lists + Before comma in lists + + + + After comma in lists + After comma in lists + + + + Before opening parenthesis + Before opening parenthesis + + + + After opening parenthesis + After opening parenthesis + + + + Before closing parenthesis + Before closing parenthesis + + + + After closing parenthesis + After closing parenthesis + + + + No space between SQL function name and opening parenthesis + No space between SQL function name and opening parenthesis + + + + Before dot operator (in path to database object) + Before dot operator (in path to database object) + + + + After dot operator (in path to database object) + After dot operator (in path to database object) + + + + Before mathematical operator + Before mathematical operator + + + + After mathematical operator + After mathematical operator + + + + Never before comma + Never before comma + + + + Names + Names + + + + Preferred name wrapper + Preferred name wrapper + + + + Always use name wrapping + Always use name wrapping + + + + Uppercase data type names + Uppercase data type names + + + + Uppercase keywords + Uppercase keywords + + + + Comments + Comments + + + + Preferred comment marker (where possible): + Preferred comment marker (where possible): + + + + Move all comments to the line end + Move all comments to the line end + + + + Line up comments at the line end + Line up comments at the line end + + + + Preview + Preview + + + 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 @@ + + + + + QObject + + + + name + example name wrapper + 名称 + + + + SqlEnterpriseFormatter + + + Indentation + 缩进 + + + + Line up keywords in multi-line queries + 多行查询中提升关键字 + + + + Indent contents of parenthesis block + 缩进括号块的内容 + + + + Tab size: + 制表符宽度: + + + + New lines + 新行 + + + + Before opening parenthesis in column definitions + 列定义左括号前 + + + + After opening parenthesis in column definitions + 列定义左括号后 + + + + Before closing parenthesis in column definitions + 列定义右括号前 + + + + After closing parenthesis in column definitions + 列定义右括号后 + + + + Before opening parenthesis in expressions + 表达式左括号前 + + + + After opening parenthesis in expressions + 表达式左括号后 + + + + Before closing parenthesis in expressions + 表达式右括号前 + + + + After closing parenthesis in expressions + 表达式右括号后 + + + + After JOIN keywords in FROM clause + FROM 语句中 JOIN 关键字后 + + + + Put each column constraint in CREATE TABLE into new line + CREATE TABLE 的每个列约束单列一行 + + + + After comma + 逗号后 + + + + After comma in expressions + 表达式中的逗号后 + + + + After semicolon + 分号后 + + + + + Never before semicolon + 不在分号前 + + + + White spaces + 空格 + + + + Before comma in lists + 列表中的逗号前 + + + + After comma in lists + 列表中的逗号后 + + + + Before opening parenthesis + 左括号前 + + + + After opening parenthesis + 左括号后 + + + + Before closing parenthesis + 右括号前 + + + + After closing parenthesis + 右括号后 + + + + No space between SQL function name and opening parenthesis + SQL 函数名称与左括号之间无空格 + + + + Before dot operator (in path to database object) + 数据库对象路径的.操作符前 + + + + After dot operator (in path to database object) + 数据库对象路径的.操作符后 + + + + Before mathematical operator + 数学运算符前 + + + + After mathematical operator + 数学运算符后 + + + + Never before comma + 不在逗号前 + + + + Names + 名称 + + + + Preferred name wrapper + 首选名称包裹符 + + + + Always use name wrapping + 始终包裹名称 + + + + Uppercase data type names + 大写数据类型名 + + + + Uppercase keywords + 大写关键字 + + + + Comments + 注释 + + + + Preferred comment marker (where possible): + 首选注释标记(如可能): + + + + Move all comments to the line end + 所有注释移动到行尾 + + + + Line up comments at the line end + 提升行尾的注释 + + + + Preview + 预览 + + + 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 @@ + + + + + QObject + + + + name + example name wrapper + 名稱 + + + + SqlEnterpriseFormatter + + + Indentation + 縮排 + + + + Line up keywords in multi-line queries + 多行查詢中提升關鍵字 + + + + Indent contents of parenthesis block + 縮排括號塊的內容 + + + + Tab size: + 製表符寬度: + + + + New lines + 新行 + + + + Before opening parenthesis in column definitions + 列定義左括號前 + + + + After opening parenthesis in column definitions + 列定義左括號後 + + + + Before closing parenthesis in column definitions + 列定義右括號前 + + + + After closing parenthesis in column definitions + 列定義右括號後 + + + + Before opening parenthesis in expressions + 表示式左括號前 + + + + After opening parenthesis in expressions + 表示式左括號後 + + + + Before closing parenthesis in expressions + 表示式右括號前 + + + + After closing parenthesis in expressions + 表示式右括號後 + + + + After JOIN keywords in FROM clause + FROM 語句中 JOIN 關鍵字後 + + + + Put each column constraint in CREATE TABLE into new line + CREATE TABLE 的每個列約束單列一行 + + + + After comma + 逗號後 + + + + After comma in expressions + 表示式中的逗號後 + + + + After semicolon + 分號後 + + + + + Never before semicolon + 不在分號前 + + + + White spaces + 空格 + + + + Before comma in lists + 清單中的逗號前 + + + + After comma in lists + 清單中的逗號後 + + + + Before opening parenthesis + 左括號前 + + + + After opening parenthesis + 左括號後 + + + + Before closing parenthesis + 右括號前 + + + + After closing parenthesis + 右括號後 + + + + No space between SQL function name and opening parenthesis + SQL 函式名稱與左括號之間無空格 + + + + Before dot operator (in path to database object) + 資料庫物件路徑的.運算子前 + + + + After dot operator (in path to database object) + 資料庫物件路徑的.運算子後 + + + + Before mathematical operator + 數學運算子前 + + + + After mathematical operator + 數學運算子後 + + + + Never before comma + 不在逗號前 + + + + Names + 名稱 + + + + Preferred name wrapper + 首選名稱包裹符 + + + + Always use name wrapping + 始終包裹名稱 + + + + Uppercase data type names + 大寫資料型別名 + + + + Uppercase keywords + 大寫關鍵字 + + + + Comments + 註釋 + + + + Preferred comment marker (where possible): + 首選註釋標記 (如可能): + + + + Move all comments to the line end + 所有註釋移動到行尾 + + + + Line up comments at the line end + 提升行尾的註釋 + + + + Preview + 預覽 + + + -- cgit v1.2.3