From 80b43c8ddef1a62d3b71e6a45cd038852dfe370e Mon Sep 17 00:00:00 2001 From: mgrojo Date: Sat, 9 May 2020 17:55:13 +0200 Subject: [PATCH 1/3] Avoid unchanged translation of keyboard shortcuts to work around problems There are some problems with some translations where the keyboard shortcut does not work when translated. To prevent those problems, a general reset of all the translations which are supposed to not change the actual key combination has been made. Only some shortcuts in Italian are clearly changed by the translation and those have been preserved. See issue #2178 as is. --- src/translations/sqlb_ar_SA.ts | 82 ++++++++++++++++----------------- src/translations/sqlb_cs.ts | 84 +++++++++++++++++----------------- src/translations/sqlb_de.ts | 84 +++++++++++++++++----------------- src/translations/sqlb_en_GB.ts | 52 ++++++++++----------- src/translations/sqlb_es_ES.ts | 80 ++++++++++++++++---------------- src/translations/sqlb_fa.ts | 56 +++++++++++------------ src/translations/sqlb_fr.ts | 84 +++++++++++++++++----------------- src/translations/sqlb_it.ts | 64 +++++++++++++------------- src/translations/sqlb_ja.ts | 84 +++++++++++++++++----------------- src/translations/sqlb_ko_KR.ts | 80 ++++++++++++++++---------------- src/translations/sqlb_pl.ts | 84 +++++++++++++++++----------------- src/translations/sqlb_pt_BR.ts | 84 +++++++++++++++++----------------- src/translations/sqlb_ru.ts | 60 ++++++++++++------------ src/translations/sqlb_tr.ts | 82 ++++++++++++++++----------------- src/translations/sqlb_uk_UA.ts | 78 +++++++++++++++---------------- src/translations/sqlb_zh.ts | 82 ++++++++++++++++----------------- src/translations/sqlb_zh_TW.ts | 78 +++++++++++++++---------------- 17 files changed, 649 insertions(+), 649 deletions(-) diff --git a/src/translations/sqlb_ar_SA.ts b/src/translations/sqlb_ar_SA.ts index 209d8c181..79410ea6e 100644 --- a/src/translations/sqlb_ar_SA.ts +++ b/src/translations/sqlb_ar_SA.ts @@ -1019,7 +1019,7 @@ Errors are indicated with a red squiggle underline. Ctrl+P - Ctrl+P + @@ -1039,7 +1039,7 @@ Errors are indicated with a red squiggle underline. Ctrl+Shift+C - Ctrl+Shift+C + @@ -1771,18 +1771,18 @@ All data currently stored in this field will be lost. Ctrl+H - Ctrl+H + Ctrl+F - Ctrl+F + Ctrl+P - Ctrl+P + @@ -1895,17 +1895,17 @@ All data currently stored in this field will be lost. Alt+Del - Alt+Del + Ctrl+Shift+C - Ctrl+Shift+C + Ctrl+Alt+C - Ctrl+Alt+C + @@ -2508,7 +2508,7 @@ You can drag SQL statements from an object row and drop them into other applicat Ctrl+/ - Ctrl+/ + @@ -2600,7 +2600,7 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed Shift+F5 - Shift+F5 + @@ -2716,7 +2716,7 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed Ctrl+N - Ctrl+N + @@ -2743,7 +2743,7 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed Ctrl+O - Ctrl+O + @@ -2759,7 +2759,7 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed Ctrl+W - Ctrl+W + @@ -2796,7 +2796,7 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed Ctrl+S - Ctrl+S + @@ -2822,7 +2822,7 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed Ctrl+Q - Ctrl+Q + @@ -2954,7 +2954,7 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed Ctrl+T - Ctrl+T + @@ -2979,12 +2979,12 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed Ctrl+F4 - Ctrl+F4 + Shift+F1 - Shift+F1 + @@ -3088,7 +3088,7 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed Ctrl+Shift+O - Ctrl+Shift+O + @@ -3124,7 +3124,7 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed Ctrl+F - Ctrl+F + @@ -3145,7 +3145,7 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed Ctrl+H - Ctrl+H + @@ -3302,7 +3302,7 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed Ctrl+Shift+S - Ctrl+Shift+S + @@ -3367,7 +3367,7 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed Ctrl+E - Ctrl+E + @@ -3425,28 +3425,28 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed Ctrl+Return - Ctrl+Enter + Ctrl+L - Ctrl+L + Ctrl+P - Ctrl+P + Ctrl+D - Ctrl+D + Ctrl+I - Ctrl+I + @@ -3634,7 +3634,7 @@ Are you sure? Alt+0 - Alt+0 + @@ -3991,7 +3991,7 @@ Create a backup! Alt+Del - Alt+Del + @@ -5460,7 +5460,7 @@ p, li { white-space: pre-wrap; } Shift+F3 - Shift+F3 + @@ -5570,7 +5570,7 @@ p, li { white-space: pre-wrap; } Ctrl+/ - Ctrl+/ + @@ -5999,7 +5999,7 @@ Hold %3Shift and click to jump there Shift+F3 - Shift+F3 + @@ -6407,7 +6407,7 @@ Hold %3Shift and click to jump there Ctrl+P - Ctrl+P + @@ -6441,7 +6441,7 @@ Hold %3Shift and click to jump there Ctrl+F - Ctrl+F + @@ -6452,7 +6452,7 @@ Hold %3Shift and click to jump there Ctrl+B - Ctrl+B + @@ -6469,7 +6469,7 @@ Hold %3Shift and click to jump there Ctrl+U - Ctrl+U + @@ -6558,7 +6558,7 @@ Hold %3Shift and click to jump there Ctrl+Space - Ctrl+Space + @@ -6567,7 +6567,7 @@ Hold %3Shift and click to jump there Ctrl+H - Ctrl+H + @@ -6577,7 +6577,7 @@ Hold %3Shift and click to jump there Ctrl+R - Ctrl+R + @@ -6651,7 +6651,7 @@ Hold %3Shift and click to jump there Ctrl+" - Ctrl+" + diff --git a/src/translations/sqlb_cs.ts b/src/translations/sqlb_cs.ts index 3f0317055..b0d48d10b 100644 --- a/src/translations/sqlb_cs.ts +++ b/src/translations/sqlb_cs.ts @@ -1150,7 +1150,7 @@ Errors are indicated with a red squiggle underline. Ctrl+P - Ctrl+P + @@ -1170,7 +1170,7 @@ Errors are indicated with a red squiggle underline. Ctrl+Shift+C - Ctrl+Shift+C + Choose a file @@ -1965,18 +1965,18 @@ All data currently stored in this field will be lost. Ctrl+H - Ctrl+H + Ctrl+F - Ctrl+F + Ctrl+P - Ctrl+P + @@ -2095,17 +2095,17 @@ Chcete jej přesto vložit? Alt+Del - Alt+Del + Ctrl+Shift+C - Ctrl+Shift+C + Ctrl+Alt+C - Ctrl+Alt+C + @@ -3022,7 +3022,7 @@ x~y Range: values between x and y Shift+F5 - Shift+F5 + @@ -3200,7 +3200,7 @@ x~y Range: values between x and y Ctrl+N - Ctrl+N + @@ -3227,7 +3227,7 @@ x~y Range: values between x and y Ctrl+O - Ctrl+O + @@ -3243,7 +3243,7 @@ x~y Range: values between x and y Ctrl+W - Ctrl+W + @@ -3270,7 +3270,7 @@ x~y Range: values between x and y Ctrl+S - Ctrl+S + @@ -3296,7 +3296,7 @@ x~y Range: values between x and y Ctrl+Q - Ctrl+Q + @@ -3388,7 +3388,7 @@ x~y Range: values between x and y Shift+F1 - Shift+F1 + @@ -3483,7 +3483,7 @@ x~y Range: values between x and y Ctrl+Shift+O - + @@ -3519,7 +3519,7 @@ x~y Range: values between x and y Ctrl+F - Ctrl+F + @@ -3540,7 +3540,7 @@ x~y Range: values between x and y Ctrl+H - Ctrl+H + @@ -3713,7 +3713,7 @@ x~y Range: values between x and y Ctrl+Shift+S - + &About... @@ -3732,7 +3732,7 @@ x~y Range: values between x and y Ctrl+T - Ctrl+T + @@ -3764,7 +3764,7 @@ You can drag SQL statements from an object row and drop them into other applicat Ctrl+/ - + @@ -3863,7 +3863,7 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed Ctrl+F4 - + @@ -3970,7 +3970,7 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed Ctrl+E - Ctrl+E + @@ -4044,28 +4044,28 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed Ctrl+Return - Ctrl+Return + Ctrl+L - Ctrl+L + Ctrl+P - Ctrl+P + Ctrl+D - Ctrl+D + Ctrl+I - Ctrl+I + @@ -4351,7 +4351,7 @@ Reason: %1 Ctrl+" - Ctrl+ + @@ -4372,7 +4372,7 @@ Are you sure? Alt+0 - + @@ -4726,7 +4726,7 @@ Pro použití kódování databáze ponechte pole prázdné. Alt+Del - Alt+Del + @@ -6262,7 +6262,7 @@ p, li { white-space: pre-wrap; } Shift+F3 - Shift+F3 + @@ -6400,7 +6400,7 @@ p, li { white-space: pre-wrap; } Ctrl+/ - + @@ -6820,7 +6820,7 @@ Hold %3Shift and click to jump there Shift+F3 - Shift+F3 + @@ -7224,7 +7224,7 @@ Hold %3Shift and click to jump there Ctrl+P - Ctrl+P + @@ -7258,7 +7258,7 @@ Hold %3Shift and click to jump there Ctrl+F - Ctrl+F + @@ -7269,7 +7269,7 @@ Hold %3Shift and click to jump there Ctrl+B - + @@ -7286,7 +7286,7 @@ Hold %3Shift and click to jump there Ctrl+U - + @@ -7375,7 +7375,7 @@ Hold %3Shift and click to jump there Ctrl+Space - + @@ -7384,7 +7384,7 @@ Hold %3Shift and click to jump there Ctrl+H - Ctrl+H + @@ -7394,7 +7394,7 @@ Hold %3Shift and click to jump there Ctrl+R - + @@ -7462,7 +7462,7 @@ Hold %3Shift and click to jump there Ctrl+" - Ctrl+ + diff --git a/src/translations/sqlb_de.ts b/src/translations/sqlb_de.ts index f6647bfba..df7865e5f 100644 --- a/src/translations/sqlb_de.ts +++ b/src/translations/sqlb_de.ts @@ -1126,7 +1126,7 @@ Fehler werden mittels eine roten Wellenlinie angezeigt. Ctrl+P - Strg+P + @@ -1146,7 +1146,7 @@ Fehler werden mittels eine roten Wellenlinie angezeigt. Ctrl+Shift+C - Strg+Umschalt+C + Import text @@ -2098,18 +2098,18 @@ Alle aktuell in diesem Feld gespeicherten Daten gehen verloren. Ctrl+H - Strg+H + Ctrl+F - Strg+F + Ctrl+P - Strg+P + @@ -2228,17 +2228,17 @@ Möchten Sie ihn dennoch einfügen? Alt+Del - Alt+Entf + Ctrl+Shift+C - Strg+Umschalt+C + Ctrl+Alt+C - Strg+Alt+C + @@ -3038,7 +3038,7 @@ Sie können SQL-Statements aus einer Objektzeile fassen und in anderen Anwendung Ctrl+/ - Strg+/ + @@ -3127,7 +3127,7 @@ Sie können SQL-Statements aus einer Objektzeile fassen und in anderen Anwendung Ctrl+F4 - Strg+F4 + @@ -3245,7 +3245,7 @@ Sie können SQL-Statements aus einer Objektzeile fassen und in anderen Anwendung Ctrl+Shift+O - Strg+Umschalt+O + @@ -3281,7 +3281,7 @@ Sie können SQL-Statements aus einer Objektzeile fassen und in anderen Anwendung Ctrl+F - Strg+F + @@ -3302,7 +3302,7 @@ Sie können SQL-Statements aus einer Objektzeile fassen und in anderen Anwendung Ctrl+H - Strg+H + @@ -3518,7 +3518,7 @@ Sie können SQL-Statements aus einer Objektzeile fassen und in anderen Anwendung Ctrl+Shift+S - Strg+Umschalt+S + <html><head/><body><p>Clicking this button navigates 100 records upwards in the table view above.</p></body></html> @@ -3804,7 +3804,7 @@ Sie können SQL-Statements aus der Schemaspalte nehmen und in den SQL-Editor ode Shift+F5 - Shift+F5 + @@ -4047,7 +4047,7 @@ Sie können SQL-Statements aus der Schemaspalte nehmen und in den SQL-Editor ode Ctrl+N - Strg+N + @@ -4074,7 +4074,7 @@ Sie können SQL-Statements aus der Schemaspalte nehmen und in den SQL-Editor ode Ctrl+O - Strg+O + @@ -4090,7 +4090,7 @@ Sie können SQL-Statements aus der Schemaspalte nehmen und in den SQL-Editor ode Ctrl+W - Strg+W + Revert Changes @@ -4125,7 +4125,7 @@ Sie können SQL-Statements aus der Schemaspalte nehmen und in den SQL-Editor ode Ctrl+S - Strg+S + Compact Database @@ -4150,7 +4150,7 @@ Sie können SQL-Statements aus der Schemaspalte nehmen und in den SQL-Editor ode Ctrl+Q - Strg+Q + Database from SQL file... @@ -4272,7 +4272,7 @@ Sie können SQL-Statements aus der Schemaspalte nehmen und in den SQL-Editor ode Shift+F1 - Shift+F1 + &About... @@ -4291,7 +4291,7 @@ Sie können SQL-Statements aus der Schemaspalte nehmen und in den SQL-Editor ode Ctrl+T - Strg+T + @@ -4503,7 +4503,7 @@ Sie können SQL-Statements aus der Schemaspalte nehmen und in den SQL-Editor ode Ctrl+E - Strg+E + @@ -4518,13 +4518,13 @@ Sie können SQL-Statements aus der Schemaspalte nehmen und in den SQL-Editor ode Ctrl+L - Strg+L + Ctrl+P - Strg+P + @@ -4540,17 +4540,17 @@ Sie können SQL-Statements aus der Schemaspalte nehmen und in den SQL-Editor ode Ctrl+Return - Strg+Return + Ctrl+D - Strg+D + Ctrl+I - Strg+I + @@ -4560,7 +4560,7 @@ Sie können SQL-Statements aus der Schemaspalte nehmen und in den SQL-Editor ode Alt+0 - Alt+0 + @@ -5183,7 +5183,7 @@ Grund: %1 Ctrl+" - Strg+" + Please enter a pseudo-primary key in order to enable editing on this view. This should be the name of a unique column in the view. @@ -5291,7 +5291,7 @@ Erstellen Sie ein Backup! Alt+Del - Alt+Entf + @@ -7002,7 +7002,7 @@ p, li { white-space: pre-wrap; } Shift+F3 - Umschalt+F3 + @@ -7140,7 +7140,7 @@ p, li { white-space: pre-wrap; } Ctrl+/ - Strg+/ + @@ -7583,7 +7583,7 @@ Halten Sie %3Umschalt und klicken Sie, um hierher zu springen Shift+F3 - Umschalt+F3 + @@ -7991,7 +7991,7 @@ Halten Sie %3Umschalt und klicken Sie, um hierher zu springen Ctrl+P - Strg+P + @@ -8025,7 +8025,7 @@ Halten Sie %3Umschalt und klicken Sie, um hierher zu springen Ctrl+F - Strg+F + @@ -8036,7 +8036,7 @@ Halten Sie %3Umschalt und klicken Sie, um hierher zu springen Ctrl+B - Strg+B + @@ -8053,7 +8053,7 @@ Halten Sie %3Umschalt und klicken Sie, um hierher zu springen Ctrl+U - Strg+U + @@ -8142,7 +8142,7 @@ Halten Sie %3Umschalt und klicken Sie, um hierher zu springen Ctrl+Space - Strg+Space + @@ -8151,7 +8151,7 @@ Halten Sie %3Umschalt und klicken Sie, um hierher zu springen Ctrl+H - Strg+H + @@ -8161,7 +8161,7 @@ Halten Sie %3Umschalt und klicken Sie, um hierher zu springen Ctrl+R - Strg+R + @@ -8227,7 +8227,7 @@ Halten Sie %3Umschalt und klicken Sie, um hierher zu springen Ctrl+" - Strg+" + diff --git a/src/translations/sqlb_en_GB.ts b/src/translations/sqlb_en_GB.ts index 60da76eef..af79ea286 100644 --- a/src/translations/sqlb_en_GB.ts +++ b/src/translations/sqlb_en_GB.ts @@ -1035,7 +1035,7 @@ Errors are indicated with a red squiggle underline. Ctrl+P - + @@ -1055,7 +1055,7 @@ Errors are indicated with a red squiggle underline. Ctrl+Shift+C - + @@ -1732,18 +1732,18 @@ All data currently stored in this field will be lost. Ctrl+H - + Ctrl+F - + Ctrl+P - + @@ -1856,17 +1856,17 @@ All data currently stored in this field will be lost. Alt+Del - + Ctrl+Shift+C - + Ctrl+Alt+C - + @@ -2497,7 +2497,7 @@ x~y Range: values between x and y Shift+F5 - + @@ -2558,7 +2558,7 @@ You can drag SQL statements from an object row and drop them into other applicat Ctrl+/ - + @@ -2907,7 +2907,7 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed Ctrl+Shift+O - + @@ -2936,7 +2936,7 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed Ctrl+Shift+S - + @@ -3013,7 +3013,7 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed Ctrl+F - + @@ -3034,7 +3034,7 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed Ctrl+H - + @@ -3197,7 +3197,7 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed Ctrl+F4 - + @@ -3598,7 +3598,7 @@ Are you sure? Alt+0 - + @@ -3927,7 +3927,7 @@ Create a backup! Alt+Del - + @@ -5357,7 +5357,7 @@ p, li { white-space: pre-wrap; } Shift+F3 - + @@ -5467,7 +5467,7 @@ p, li { white-space: pre-wrap; } Ctrl+/ - + @@ -5886,7 +5886,7 @@ Hold %3Shift and click to jump there Shift+F3 - + @@ -6290,7 +6290,7 @@ Hold %3Shift and click to jump there Ctrl+P - + @@ -6331,7 +6331,7 @@ Hold %3Shift and click to jump there Ctrl+B - + @@ -6348,7 +6348,7 @@ Hold %3Shift and click to jump there Ctrl+U - + @@ -6437,7 +6437,7 @@ Hold %3Shift and click to jump there Ctrl+Space - + @@ -6452,7 +6452,7 @@ Hold %3Shift and click to jump there Ctrl+R - + @@ -6518,7 +6518,7 @@ Hold %3Shift and click to jump there Ctrl+" - + diff --git a/src/translations/sqlb_es_ES.ts b/src/translations/sqlb_es_ES.ts index 695e53cd6..67433383f 100644 --- a/src/translations/sqlb_es_ES.ts +++ b/src/translations/sqlb_es_ES.ts @@ -1129,7 +1129,7 @@ Los errores se indican con un subrayado ondulado en rojo. Ctrl+P - Ctrl+P + @@ -1149,7 +1149,7 @@ Los errores se indican con un subrayado ondulado en rojo. Ctrl+Shift+C - Ctrl+Shift+C + Import text @@ -2128,18 +2128,18 @@ Todos los datos actualmente almacenados en este campo se perderán. Ctrl+H - Ctrl+H + Ctrl+F - Ctrl+F + Ctrl+P - Ctrl+P + @@ -2263,12 +2263,12 @@ Do you want to insert it anyway? Ctrl+Shift+C - Ctrl+Shift+C + Ctrl+Alt+C - Ctrl+Alt+C + @@ -3068,7 +3068,7 @@ También puede arrastrar varias sentencias SQL desde la columna «Esquema» y so Ctrl+F4 - Ctrl+F4 + @@ -3206,7 +3206,7 @@ También puede arrastrar varias sentencias SQL desde la columna «Esquema» y so Ctrl+H - Ctrl+H + Insert Values... @@ -3356,7 +3356,7 @@ También puede arrastrar varias sentencias SQL desde la columna «Esquema» y so Ctrl+/ - Ctrl+/ + @@ -3400,7 +3400,7 @@ También puede arrastrar varias sentencias SQL desde la columna «Esquema» y so Ctrl+Shift+S - Ctrl+Shift+S + @@ -3731,7 +3731,7 @@ Puede arrastrar sentencias SQL desde una fila de objeto y soltarlas en otras apl Ctrl+Shift+O - Ctrl+Shift+O + @@ -3762,7 +3762,7 @@ Puede arrastrar sentencias SQL desde una fila de objeto y soltarlas en otras apl Ctrl+F - Ctrl+F + @@ -3922,7 +3922,7 @@ Puede arrastrar sentencias SQL desde la columna Esquema y soltarlas en el editor Shift+F5 - Shift+F5 + @@ -4135,7 +4135,7 @@ Puede arrastrar sentencias SQL desde la columna Esquema y soltarlas en el editor Ctrl+N - Ctrl+N + @@ -4162,7 +4162,7 @@ Puede arrastrar sentencias SQL desde la columna Esquema y soltarlas en el editor Ctrl+O - Ctrl+O + @@ -4173,7 +4173,7 @@ Puede arrastrar sentencias SQL desde la columna Esquema y soltarlas en el editor Ctrl+W - Ctrl+W + SQLCipher FAQ... @@ -4217,7 +4217,7 @@ Puede arrastrar sentencias SQL desde la columna Esquema y soltarlas en el editor Ctrl+S - Ctrl+S + Compact Database @@ -4242,7 +4242,7 @@ Puede arrastrar sentencias SQL desde la columna Esquema y soltarlas en el editor Ctrl+Q - Ctrl+Q + Database from SQL file... @@ -4370,7 +4370,7 @@ Puede arrastrar sentencias SQL desde la columna Esquema y soltarlas en el editor Shift+F1 - Shift+F1 + &About... @@ -4389,7 +4389,7 @@ Puede arrastrar sentencias SQL desde la columna Esquema y soltarlas en el editor Ctrl+T - Ctrl+T + @@ -4523,7 +4523,7 @@ Puede arrastrar sentencias SQL desde la columna Esquema y soltarlas en el editor Ctrl+E - Ctrl+E + @@ -4599,28 +4599,28 @@ Puede arrastrar sentencias SQL desde la columna Esquema y soltarlas en el editor Ctrl+Return - Ctrl+Return + Ctrl+L - Ctrl+L + Ctrl+P - Ctrl+P + Ctrl+D - Ctrl+D + Ctrl+I - Ctrl+I + @@ -4960,7 +4960,7 @@ Motivo: %1 Ctrl+" - Ctrl+" + Please enter a pseudo-primary key in order to enable editing on this view. This should be the name of a unique column in the view. @@ -4996,7 +4996,7 @@ Are you sure? Alt+0 - Alt+0 + @@ -7012,7 +7012,7 @@ p, li { white-space: pre-wrap; } Shift+F3 - Shift+F3 + @@ -7150,7 +7150,7 @@ p, li { white-space: pre-wrap; } Ctrl+/ - Ctrl+/ + @@ -7593,7 +7593,7 @@ Mantenga pulsado %3Mayús. y haga clic para ir ahí Shift+F3 - Shift+F3 + @@ -8001,7 +8001,7 @@ Mantenga pulsado %3Mayús. y haga clic para ir ahí Ctrl+P - Ctrl+P + @@ -8035,7 +8035,7 @@ Mantenga pulsado %3Mayús. y haga clic para ir ahí Ctrl+F - Ctrl+F + @@ -8046,7 +8046,7 @@ Mantenga pulsado %3Mayús. y haga clic para ir ahí Ctrl+B - Ctrl+B + @@ -8063,7 +8063,7 @@ Mantenga pulsado %3Mayús. y haga clic para ir ahí Ctrl+U - Ctrl+U + @@ -8152,7 +8152,7 @@ Mantenga pulsado %3Mayús. y haga clic para ir ahí Ctrl+Space - Ctrl+Espacio + @@ -8161,7 +8161,7 @@ Mantenga pulsado %3Mayús. y haga clic para ir ahí Ctrl+H - Ctrl+H + @@ -8171,7 +8171,7 @@ Mantenga pulsado %3Mayús. y haga clic para ir ahí Ctrl+R - Ctrl+R + @@ -8237,7 +8237,7 @@ Mantenga pulsado %3Mayús. y haga clic para ir ahí Ctrl+" - Ctrl+" + diff --git a/src/translations/sqlb_fa.ts b/src/translations/sqlb_fa.ts index 5254c48ce..79ab9056b 100644 --- a/src/translations/sqlb_fa.ts +++ b/src/translations/sqlb_fa.ts @@ -833,7 +833,7 @@ Errors are indicated with a red squiggle underline. Ctrl+P - + @@ -853,7 +853,7 @@ Errors are indicated with a red squiggle underline. Ctrl+Shift+C - + @@ -1500,13 +1500,13 @@ All data currently stored in this field will be lost. Ctrl+H - + Ctrl+P - + @@ -1609,17 +1609,17 @@ All data currently stored in this field will be lost. Alt+Del - + Ctrl+Shift+C - + Ctrl+Alt+C - + @@ -2526,7 +2526,7 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed Ctrl+N - + @@ -2554,7 +2554,7 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed Ctrl+O - + @@ -2569,7 +2569,7 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed Ctrl+W - + @@ -2606,7 +2606,7 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed Ctrl+S - + @@ -2632,7 +2632,7 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed Ctrl+Q - + @@ -2765,7 +2765,7 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed Ctrl+T - + @@ -2775,7 +2775,7 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed Shift+F1 - + @@ -2815,7 +2815,7 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed Ctrl+Return - + @@ -2853,7 +2853,7 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed Shift+F5 - + @@ -3089,7 +3089,7 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed Ctrl+F - + @@ -3105,7 +3105,7 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed Ctrl+H - + @@ -3290,7 +3290,7 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed Ctrl+P - + @@ -3320,7 +3320,7 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed Ctrl+/ - + @@ -3335,22 +3335,22 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed Ctrl+L - + Ctrl+D - + Ctrl+I - + Ctrl+E - + @@ -3758,7 +3758,7 @@ Are you sure? Ctrl+" - + @@ -3864,7 +3864,7 @@ Create a backup! Alt+Del - + @@ -5012,7 +5012,7 @@ p, li { white-space: pre-wrap; } Shift+F3 - + @@ -5097,7 +5097,7 @@ p, li { white-space: pre-wrap; } Ctrl+/ - + diff --git a/src/translations/sqlb_fr.ts b/src/translations/sqlb_fr.ts index d273285d4..f224942a9 100644 --- a/src/translations/sqlb_fr.ts +++ b/src/translations/sqlb_fr.ts @@ -1143,7 +1143,7 @@ Les erreurs sont signalées par un trait de soulignement rouge. Ctrl+P - Ctrl+P + @@ -1163,7 +1163,7 @@ Les erreurs sont signalées par un trait de soulignement rouge. Ctrl+Shift+C - Ctrl+Maj+C + Import text @@ -2124,18 +2124,18 @@ Toutes les données contenues dans ce champ seront perdues. Ctrl+H - Ctrl+H + Ctrl+F - Ctrl+F + Ctrl+P - Ctrl+P + @@ -2254,17 +2254,17 @@ Voulez-vous poursuivre l'insertion malgré tout ? Alt+Del - Alt+Supp + Ctrl+Shift+C - Ctrl+Maj+C + Ctrl+Alt+C - Ctrl+Alt+C + @@ -3334,7 +3334,7 @@ x~y Fourchette : valeurs entre x et y Ctrl+N - Ctrl+N + @@ -3361,7 +3361,7 @@ x~y Fourchette : valeurs entre x et y Ctrl+O - Ctrl+O + @@ -3377,7 +3377,7 @@ x~y Fourchette : valeurs entre x et y Ctrl+W - Ctrl+W + @@ -3414,7 +3414,7 @@ x~y Fourchette : valeurs entre x et y Ctrl+S - Ctrl+S + @@ -3522,7 +3522,7 @@ x~y Fourchette : valeurs entre x et y Ctrl+Shift+O - Ctrl+Maj+O + @@ -3558,7 +3558,7 @@ x~y Fourchette : valeurs entre x et y Ctrl+F - Ctrl+F + @@ -3579,7 +3579,7 @@ x~y Fourchette : valeurs entre x et y Ctrl+H - Ctrl+H + @@ -3795,7 +3795,7 @@ x~y Fourchette : valeurs entre x et y Ctrl+Shift+S - Ctrl+Maj+S + Compact Database @@ -3820,7 +3820,7 @@ x~y Fourchette : valeurs entre x et y Ctrl+Q - Ctrl+Q + Database from SQL file... @@ -3945,7 +3945,7 @@ x~y Fourchette : valeurs entre x et y Shift+F1 - Maj+F1 + &About... @@ -3965,7 +3965,7 @@ x~y Fourchette : valeurs entre x et y Ctrl+T - Ctrl+T + @@ -3999,7 +3999,7 @@ Vous pouvez faire glisser les instructions SQL de la colonne Schéma et les dép Ctrl+F4 - Ctrl+F4 + @@ -4128,7 +4128,7 @@ Vous pouvez faire glisser les instructions SQL d'une ligne d'objet et Ctrl+/ - Ctrl+/ + @@ -4483,7 +4483,7 @@ Vous pouvez faire glisser les instructions SQL d'une ligne d'objet et Shift+F5 - Maj+F5 + @@ -4588,7 +4588,7 @@ Vous pouvez faire glisser les instructions SQL d'une ligne d'objet et Ctrl+E - Ctrl+E + @@ -4603,13 +4603,13 @@ Vous pouvez faire glisser les instructions SQL d'une ligne d'objet et Ctrl+L - Ctrl+L + Ctrl+P - Ctrl+P + @@ -4625,17 +4625,17 @@ Vous pouvez faire glisser les instructions SQL d'une ligne d'objet et Ctrl+Return - Ctrl+Entrée + Ctrl+D - Ctrl+D + Ctrl+I - Ctrl+I + @@ -4645,7 +4645,7 @@ Vous pouvez faire glisser les instructions SQL d'une ligne d'objet et Alt+0 - Alt+0 + @@ -5272,7 +5272,7 @@ Raison : %1 Ctrl+" - Ctrl+" + Please enter a pseudo-primary key in order to enable editing on this view. This should be the name of a unique column in the view. @@ -5380,7 +5380,7 @@ Faites une sauvegarde ! Alt+Del - Alt+Supp + @@ -7102,7 +7102,7 @@ p, li { white-space: pre-wrap; } Shift+F3 - Maj+F3 + @@ -7241,7 +7241,7 @@ p, li { white-space: pre-wrap; } Ctrl+/ - Ctrl+/ + @@ -7684,7 +7684,7 @@ Appuyez simultanément sur %3+Maj et cliquez pour arriver ici Shift+F3 - Maj+F3 + @@ -8092,7 +8092,7 @@ Appuyez simultanément sur %3+Maj et cliquez pour arriver ici Ctrl+P - Ctrl+P + @@ -8126,7 +8126,7 @@ Appuyez simultanément sur %3+Maj et cliquez pour arriver ici Ctrl+F - Ctrl+F + @@ -8137,7 +8137,7 @@ Appuyez simultanément sur %3+Maj et cliquez pour arriver ici Ctrl+B - Ctrl+B + @@ -8154,7 +8154,7 @@ Appuyez simultanément sur %3+Maj et cliquez pour arriver ici Ctrl+U - Ctrl+U + @@ -8243,7 +8243,7 @@ Appuyez simultanément sur %3+Maj et cliquez pour arriver ici Ctrl+Space - Ctrl+Espace + @@ -8252,7 +8252,7 @@ Appuyez simultanément sur %3+Maj et cliquez pour arriver ici Ctrl+H - Ctrl+H + @@ -8262,7 +8262,7 @@ Appuyez simultanément sur %3+Maj et cliquez pour arriver ici Ctrl+R - Ctrl+R + @@ -8328,7 +8328,7 @@ Appuyez simultanément sur %3+Maj et cliquez pour arriver ici Ctrl+" - Ctrl+" + diff --git a/src/translations/sqlb_it.ts b/src/translations/sqlb_it.ts index fd48105bd..a384bfad0 100644 --- a/src/translations/sqlb_it.ts +++ b/src/translations/sqlb_it.ts @@ -1162,7 +1162,7 @@ Gli errori sono indicati con una sottolineatura rossa ondulata. Ctrl+P - Ctrl+P + @@ -1182,7 +1182,7 @@ Gli errori sono indicati con una sottolineatura rossa ondulata. Ctrl+Shift+C - Ctrl+Shift+C + @@ -1954,18 +1954,18 @@ Tutti i dati che sono attualmente memorizzati in questo campo andranno persi. Ctrl+H - Ctrl+H + Ctrl+F - Ctrl+F + Ctrl+P - Ctrl+P + @@ -2078,17 +2078,17 @@ Tutti i dati che sono attualmente memorizzati in questo campo andranno persi. Alt+Del - Alt+Canc + Ctrl+Shift+C - Ctrl+Shift+C + Ctrl+Alt+C - Ctrl+Alt+C + @@ -3027,7 +3027,7 @@ Puoi trascinare statement SQL dalla colonna Schema e rilasciarli dentro l'e Ctrl+N - Ctrl+N + @@ -3265,7 +3265,7 @@ Puoi trascinare statement SQL dalla colonna Schema e rilasciarli dentro l'e Ctrl+T - Ctrl+T + @@ -3295,7 +3295,7 @@ Puoi trascinare statement SQL dalla colonna Schema e rilasciarli dentro l'e Ctrl+Shift+O - Ctrl+Shift+O + @@ -3340,7 +3340,7 @@ Puoi trascinare statement SQL dalla colonna Schema e rilasciarli dentro l'e Ctrl+/ - Ctrl+/ + @@ -3384,7 +3384,7 @@ Puoi trascinare statement SQL dalla colonna Schema e rilasciarli dentro l'e Ctrl+Shift+S - Ctrl+Shift+S + @@ -3407,7 +3407,7 @@ Puoi trascinare statement SQL dalla colonna Schema e rilasciarli dentro l'e Shift+F1 - Shift+F1 + @@ -3483,7 +3483,7 @@ Puoi trascinare statement SQL dalla colonna Schema e rilasciarli dentro l'e Shift+F5 - Shift+F5 + @@ -3703,7 +3703,7 @@ Puoi trascinare statement SQL dalla colonna Schema e rilasciarli dentro l'e Ctrl+F - Ctrl+F + @@ -3723,7 +3723,7 @@ Puoi trascinare statement SQL dalla colonna Schema e rilasciarli dentro l'e Ctrl+H - Ctrl+H + @@ -3899,12 +3899,12 @@ Puoi trascinare statement SQL dalla colonna Schema e rilasciarli dentro l'e Ctrl+P - Ctrl+P + Ctrl+F4 - Ctrl+F4 + @@ -3914,12 +3914,12 @@ Puoi trascinare statement SQL dalla colonna Schema e rilasciarli dentro l'e Ctrl+Return - Ctrl+Invio + Ctrl+L - Ctrl+L + @@ -3944,7 +3944,7 @@ Puoi trascinare statement SQL dalla colonna Schema e rilasciarli dentro l'e Alt+0 - Alt+0 + @@ -4625,7 +4625,7 @@ Crea un backup! Alt+Del - Alt+Canc + @@ -6653,7 +6653,7 @@ Tieni premuto %3Shift e clicca per saltare lì Shift+F3 - Shift+F3 + @@ -7061,7 +7061,7 @@ Tieni premuto %3Shift e clicca per saltare lì Ctrl+P - Ctrl+P + @@ -7095,7 +7095,7 @@ Tieni premuto %3Shift e clicca per saltare lì Ctrl+F - Ctrl+F + @@ -7106,7 +7106,7 @@ Tieni premuto %3Shift e clicca per saltare lì Ctrl+B - Ctrl+B + @@ -7123,7 +7123,7 @@ Tieni premuto %3Shift e clicca per saltare lì Ctrl+U - Ctrl+U + @@ -7212,7 +7212,7 @@ Tieni premuto %3Shift e clicca per saltare lì Ctrl+Space - Ctrl+Space + @@ -7221,7 +7221,7 @@ Tieni premuto %3Shift e clicca per saltare lì Ctrl+H - Ctrl+H + @@ -7231,7 +7231,7 @@ Tieni premuto %3Shift e clicca per saltare lì Ctrl+R - Ctrl+R + @@ -7297,7 +7297,7 @@ Tieni premuto %3Shift e clicca per saltare lì Ctrl+" - Ctrl+" + diff --git a/src/translations/sqlb_ja.ts b/src/translations/sqlb_ja.ts index 44ce82fdc..4b96043f3 100644 --- a/src/translations/sqlb_ja.ts +++ b/src/translations/sqlb_ja.ts @@ -1146,7 +1146,7 @@ Errors are indicated with a red squiggle underline. Ctrl+P - Ctrl+P + @@ -1166,7 +1166,7 @@ Errors are indicated with a red squiggle underline. Ctrl+Shift+C - Ctrl+Shift+C + @@ -1932,18 +1932,18 @@ All data currently stored in this field will be lost. Ctrl+H - Ctrl+H + Ctrl+F - Ctrl+F + Ctrl+P - Ctrl+P + @@ -2056,17 +2056,17 @@ All data currently stored in this field will be lost. Alt+Del - Alt+Del + Ctrl+Shift+C - Ctrl+Shift+C + Ctrl+Alt+C - Ctrl+Alt+C + @@ -3017,7 +3017,7 @@ SQL文をスキーマカラムからSQLエディターや他のアプリケー Ctrl+N - Ctrl+N + @@ -3044,7 +3044,7 @@ SQL文をスキーマカラムからSQLエディターや他のアプリケー Ctrl+O - Ctrl+O + @@ -3079,7 +3079,7 @@ SQL文をスキーマカラムからSQLエディターや他のアプリケー Ctrl+Shift+O - Ctrl+Shift+O + @@ -3124,7 +3124,7 @@ SQL文をスキーマカラムからSQLエディターや他のアプリケー Ctrl+/ - Ctrl+/ + @@ -3168,7 +3168,7 @@ SQL文をスキーマカラムからSQLエディターや他のアプリケー Ctrl+Shift+S - Ctrl+Shift+S + @@ -3179,7 +3179,7 @@ SQL文をスキーマカラムからSQLエディターや他のアプリケー Ctrl+W - Ctrl+W + @@ -3216,7 +3216,7 @@ SQL文をスキーマカラムからSQLエディターや他のアプリケー Ctrl+S - Ctrl+S + @@ -3242,7 +3242,7 @@ SQL文をスキーマカラムからSQLエディターや他のアプリケー Ctrl+Q - Ctrl+Q + @@ -3374,7 +3374,7 @@ SQL文をスキーマカラムからSQLエディターや他のアプリケー Ctrl+T - Ctrl+T + @@ -3384,12 +3384,12 @@ SQL文をスキーマカラムからSQLエディターや他のアプリケー Ctrl+F4 - Ctrl+F4 + Shift+F1 - Shift+F1 + @@ -3465,7 +3465,7 @@ SQL文をスキーマカラムからSQLエディターや他のアプリケー Shift+F5 - Shift+F5 + @@ -3694,7 +3694,7 @@ SQL文をスキーマカラムからSQLエディターや他のアプリケー Ctrl+F - Ctrl+F + @@ -3714,7 +3714,7 @@ SQL文をスキーマカラムからSQLエディターや他のアプリケー Ctrl+H - Ctrl+H + @@ -3890,7 +3890,7 @@ SQL文をスキーマカラムからSQLエディターや他のアプリケー Ctrl+P - Ctrl+P + @@ -3900,27 +3900,27 @@ SQL文をスキーマカラムからSQLエディターや他のアプリケー Ctrl+Return - Ctrl+Return + Ctrl+L - Ctrl+L + Ctrl+D - Ctrl+D + Ctrl+I - Ctrl+I + Ctrl+E - Ctrl+E + @@ -3930,7 +3930,7 @@ SQL文をスキーマカラムからSQLエディターや他のアプリケー Alt+0 - Alt+0 + @@ -4475,7 +4475,7 @@ Are you sure? Ctrl+" - Ctrl+" + Please choose a new encoding for all tables. @@ -4572,7 +4572,7 @@ Create a backup! Alt+Del - Alt+Del + @@ -6061,7 +6061,7 @@ p, li { white-space: pre-wrap; } Shift+F3 - Shift+F3 + @@ -6171,7 +6171,7 @@ p, li { white-space: pre-wrap; } Ctrl+/ - Ctrl+/ + @@ -6604,7 +6604,7 @@ Hold %3Shift and click to jump there Shift+F3 - Shift+F3 + @@ -7012,7 +7012,7 @@ Hold %3Shift and click to jump there Ctrl+P - Ctrl+P + @@ -7046,7 +7046,7 @@ Hold %3Shift and click to jump there Ctrl+F - Ctrl+F + @@ -7057,7 +7057,7 @@ Hold %3Shift and click to jump there Ctrl+B - Ctrl+B + @@ -7074,7 +7074,7 @@ Hold %3Shift and click to jump there Ctrl+U - Ctrl+U + @@ -7163,7 +7163,7 @@ Hold %3Shift and click to jump there Ctrl+Space - Ctrl+スペース + @@ -7172,7 +7172,7 @@ Hold %3Shift and click to jump there Ctrl+H - Ctrl+H + @@ -7182,7 +7182,7 @@ Hold %3Shift and click to jump there Ctrl+R - Ctrl+R + @@ -7246,7 +7246,7 @@ Hold %3Shift and click to jump there Ctrl+" - Ctrl+" + diff --git a/src/translations/sqlb_ko_KR.ts b/src/translations/sqlb_ko_KR.ts index fcc52544f..9a68a4215 100644 --- a/src/translations/sqlb_ko_KR.ts +++ b/src/translations/sqlb_ko_KR.ts @@ -1105,7 +1105,7 @@ Errors are indicated with a red squiggle underline. Ctrl+P - Ctrl+P + @@ -1125,7 +1125,7 @@ Errors are indicated with a red squiggle underline. Ctrl+Shift+C - Ctrl+Shift+C + Import text @@ -2085,18 +2085,18 @@ All data currently stored in this field will be lost. Ctrl+H - 컨트롤 + H + Ctrl+F - + Ctrl+P - 컨트롤 + P + @@ -2214,17 +2214,17 @@ Do you want to insert it anyway? Alt+Del - Alt + Del + Ctrl+Shift+C - Ctrl+Shift+C + Ctrl+Alt+C - Ctrl+Alt+C + @@ -2957,7 +2957,7 @@ x~y Range: values between x and y Ctrl+/ - + @@ -3338,7 +3338,7 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed Shift+F5 - Shift+F5 + @@ -3551,7 +3551,7 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed Ctrl+N - Ctrl+N + @@ -3578,7 +3578,7 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed Ctrl+O - Ctrl+O + @@ -3594,7 +3594,7 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed Ctrl+W - Ctrl+W + Revert Changes @@ -3629,7 +3629,7 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed Ctrl+S - Ctrl+S + Compact Database @@ -3654,7 +3654,7 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed Ctrl+Q - Ctrl+Q + Database from SQL file... @@ -3782,7 +3782,7 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed Shift+F1 - Shift+F1 + &About... @@ -3801,7 +3801,7 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed Ctrl+T - Ctrl+T + @@ -3854,7 +3854,7 @@ You can drag SQL statements from an object row and drop them into other applicat Ctrl+F4 - + @@ -3965,7 +3965,7 @@ You can drag SQL statements from an object row and drop them into other applicat Ctrl+Shift+O - + @@ -3996,7 +3996,7 @@ You can drag SQL statements from an object row and drop them into other applicat Ctrl+F - + @@ -4012,7 +4012,7 @@ You can drag SQL statements from an object row and drop them into other applicat Ctrl+H - 컨트롤 + H + @@ -4149,7 +4149,7 @@ You can drag SQL statements from an object row and drop them into other applicat Ctrl+Shift+S - + @@ -4310,7 +4310,7 @@ You can drag SQL statements from an object row and drop them into other applicat Ctrl+E - Ctrl+E + @@ -4391,28 +4391,28 @@ You can drag SQL statements from an object row and drop them into other applicat Ctrl+Return - Ctrl+리턴 + Ctrl+L - Ctrl+L + Ctrl+P - Ctrl+P + Ctrl+D - Ctrl+D + Ctrl+I - Ctrl+I + @@ -4732,7 +4732,7 @@ Are you sure? Alt+0 - + @@ -5088,7 +5088,7 @@ Leave the field empty for using the database encoding. Alt+Del - 알트+델 + @@ -6681,7 +6681,7 @@ p, li { white-space: pre-wrap; } Shift+F3 - 쉬프트+F3 + @@ -6819,7 +6819,7 @@ p, li { white-space: pre-wrap; } Ctrl+/ - + @@ -7257,7 +7257,7 @@ Hold %3Shift and click to jump there Shift+F3 - 쉬프트+F3 + @@ -7665,7 +7665,7 @@ Hold %3Shift and click to jump there Ctrl+P - + @@ -7706,7 +7706,7 @@ Hold %3Shift and click to jump there Ctrl+B - + @@ -7723,7 +7723,7 @@ Hold %3Shift and click to jump there Ctrl+U - + @@ -7812,7 +7812,7 @@ Hold %3Shift and click to jump there Ctrl+Space - + @@ -7821,7 +7821,7 @@ Hold %3Shift and click to jump there Ctrl+H - 컨트롤 + H + @@ -7831,7 +7831,7 @@ Hold %3Shift and click to jump there Ctrl+R - + @@ -7895,7 +7895,7 @@ Hold %3Shift and click to jump there Ctrl+" - + diff --git a/src/translations/sqlb_pl.ts b/src/translations/sqlb_pl.ts index 073faa501..06a6b6af9 100644 --- a/src/translations/sqlb_pl.ts +++ b/src/translations/sqlb_pl.ts @@ -1137,7 +1137,7 @@ Błędy są podkreślane czerwonym ślaczkiem. Ctrl+P - Ctrl+P + @@ -1157,7 +1157,7 @@ Błędy są podkreślane czerwonym ślaczkiem. Ctrl+Shift+C - Ctrl+Shift+C + @@ -1938,18 +1938,18 @@ Wszystkie dane przechowywane w tym polu zostaną utracone. Ctrl+H - Ctrl+H + Ctrl+F - Ctrl+F + Ctrl+P - Ctrl+P + @@ -2077,17 +2077,17 @@ zostanie wczytanych więcej danych i nie zostanie nic zaznaczone.<br/>Odpo Alt+Del - Alt+Del + Ctrl+Shift+C - Ctrl+Shift+C + Ctrl+Alt+C - Ctrl+Alt+C + @@ -2750,7 +2750,7 @@ Można przeciągać polecenia SQL z wiersza obiektu i upuszczać je na innych ap Ctrl+/ - Ctrl+/ + @@ -3074,7 +3074,7 @@ Można przeciągać polecenia SQL z wiersza obiektu i upuszczać je na innych ap Ctrl+N - Ctrl+N + @@ -3101,7 +3101,7 @@ Można przeciągać polecenia SQL z wiersza obiektu i upuszczać je na innych ap Ctrl+O - Ctrl+O + @@ -3132,7 +3132,7 @@ Można przeciągać polecenia SQL z wiersza obiektu i upuszczać je na innych ap Ctrl+W - Ctrl+W + @@ -3169,12 +3169,12 @@ Można przeciągać polecenia SQL z wiersza obiektu i upuszczać je na innych ap Ctrl+S - Ctrl+S + Ctrl+Shift+O - Ctrl+Shift+O + @@ -3203,7 +3203,7 @@ Można przeciągać polecenia SQL z wiersza obiektu i upuszczać je na innych ap Ctrl+Shift+S - Ctrl+Shift+S + @@ -3247,7 +3247,7 @@ Można przeciągać polecenia SQL z kolumny schematu i upuszczać je w edytorze Ctrl+Q - Ctrl+Q + @@ -3381,7 +3381,7 @@ Można także dodawać i usuwać pola z tabli, a także zmieniać nazwy oraz rod Ctrl+T - Ctrl+T + @@ -3391,12 +3391,12 @@ Można także dodawać i usuwać pola z tabli, a także zmieniać nazwy oraz rod Ctrl+F4 - Ctrl+F4 + Shift+F1 - Shift+F1 + @@ -3647,7 +3647,7 @@ Można także dodawać i usuwać pola z tabli, a także zmieniać nazwy oraz rod Shift+F5 - Shift+F5 + @@ -3851,7 +3851,7 @@ Można także dodawać i usuwać pola z tabli, a także zmieniać nazwy oraz rod Ctrl+F - Ctrl+F + @@ -3872,7 +3872,7 @@ Można także dodawać i usuwać pola z tabli, a także zmieniać nazwy oraz rod Ctrl+H - Ctrl+H + @@ -3934,33 +3934,33 @@ Można także dodawać i usuwać pola z tabli, a także zmieniać nazwy oraz rod Ctrl+Return - Ctrl+Return + Ctrl+L - Ctrl+L + Ctrl+P - Ctrl+P + Ctrl+D - Ctrl+D + Ctrl+I - Ctrl+I + Ctrl+E - Ctrl+E + @@ -3970,7 +3970,7 @@ Można także dodawać i usuwać pola z tabli, a także zmieniać nazwy oraz rod Alt+0 - Alt+0 + @@ -4525,7 +4525,7 @@ Powód: %1 Ctrl+" - Ctrl+" + Please choose a new encoding for all tables. @@ -4627,7 +4627,7 @@ Stwórz kopię zapasową! Alt+Del - Alt+Del + @@ -6126,7 +6126,7 @@ p, li { white-space: pre-wrap; } Shift+F3 - Shift+F3 + @@ -6236,7 +6236,7 @@ p, li { white-space: pre-wrap; } Ctrl+/ - Ctrl+/ + @@ -6668,7 +6668,7 @@ Przyciśnij %3Shift i kliknij, aby tu przejść Shift+F3 - Shift+F3 + @@ -7076,7 +7076,7 @@ Przyciśnij %3Shift i kliknij, aby tu przejść Ctrl+P - Ctrl+P + @@ -7110,7 +7110,7 @@ Przyciśnij %3Shift i kliknij, aby tu przejść Ctrl+F - Ctrl+F + @@ -7121,7 +7121,7 @@ Przyciśnij %3Shift i kliknij, aby tu przejść Ctrl+B - Ctrl+B + @@ -7138,7 +7138,7 @@ Przyciśnij %3Shift i kliknij, aby tu przejść Ctrl+U - Ctrl+U + @@ -7227,7 +7227,7 @@ Przyciśnij %3Shift i kliknij, aby tu przejść Ctrl+Space - Ctrl+Spacja + @@ -7236,7 +7236,7 @@ Przyciśnij %3Shift i kliknij, aby tu przejść Ctrl+H - Ctrl+H + @@ -7246,7 +7246,7 @@ Przyciśnij %3Shift i kliknij, aby tu przejść Ctrl+R - Ctrl+R + @@ -7314,7 +7314,7 @@ Przyciśnij %3Shift i kliknij, aby tu przejść Ctrl+" - Ctrl+" + diff --git a/src/translations/sqlb_pt_BR.ts b/src/translations/sqlb_pt_BR.ts index 3df21183f..405ddc87a 100644 --- a/src/translations/sqlb_pt_BR.ts +++ b/src/translations/sqlb_pt_BR.ts @@ -1388,7 +1388,7 @@ Erros são indicados com um ondulado vermelho. Ctrl+P - Ctrl+P + @@ -1408,7 +1408,7 @@ Erros são indicados com um ondulado vermelho. Ctrl+Shift+C - Ctrl+Shift+C + Hex dump files (*.txt) @@ -2116,18 +2116,18 @@ Todos os dados atualmente armazenados nesse campo serão perdidos. Ctrl+H - Ctrl+H + Ctrl+F - Ctrl+F + Ctrl+P - Ctrl+P + @@ -2253,17 +2253,17 @@ Deseja inserir mesmo assim? Alt+Del - Alt+Del + Ctrl+Shift+C - Ctrl+Shift+C + Ctrl+Alt+C - Ctrl+Alt+C + @@ -3253,7 +3253,7 @@ x~y Intervalo: valores entre x e y Ctrl+N - Ctrl+N + @@ -3280,7 +3280,7 @@ x~y Intervalo: valores entre x e y Ctrl+O - Ctrl+O + @@ -3291,7 +3291,7 @@ x~y Intervalo: valores entre x e y Ctrl+W - Ctrl+W + Revert Changes @@ -3326,7 +3326,7 @@ x~y Intervalo: valores entre x e y Ctrl+S - Ctrl+S + Compact Database @@ -3351,7 +3351,7 @@ x~y Intervalo: valores entre x e y Ctrl+Q - Ctrl+Q + Database from SQL file... @@ -3479,7 +3479,7 @@ x~y Intervalo: valores entre x e y Shift+F1 - Shift+F1 + &About... @@ -3498,7 +3498,7 @@ x~y Intervalo: valores entre x e y Ctrl+T - Ctrl+T + @@ -3537,7 +3537,7 @@ x~y Intervalo: valores entre x e y Ctrl+E - Ctrl+E + @@ -3614,28 +3614,28 @@ x~y Intervalo: valores entre x e y Ctrl+Return - Ctrl+ENTER + Ctrl+L - Ctrl+L + Ctrl+P - Ctrl+P + Ctrl+D - Ctrl+D + Ctrl+I - Ctrl+I + @@ -3645,7 +3645,7 @@ x~y Intervalo: valores entre x e y Alt+0 - Alt+0 + @@ -4226,7 +4226,7 @@ Deixe o campo em branco para usar a codificação do banco de dados. Shift+F5 - Shift+F5 + SQLCipher &FAQ... @@ -4483,7 +4483,7 @@ Você pode arrastar comandos SQL da coluna Esquema e largá-los no editor SQL ou Ctrl+F4 - Ctrl+F4 + @@ -4621,7 +4621,7 @@ Você pode arrastar comandos SQL da coluna Esquema e largá-los no editor SQL ou Ctrl+Shift+O - Ctrl+Shift+O + @@ -4657,7 +4657,7 @@ Você pode arrastar comandos SQL da coluna Esquema e largá-los no editor SQL ou Ctrl+F - Ctrl+F + @@ -4678,7 +4678,7 @@ Você pode arrastar comandos SQL da coluna Esquema e largá-los no editor SQL ou Ctrl+H - Ctrl+H + @@ -4885,7 +4885,7 @@ Você pode arrastar comandos SQL da coluna Esquema e largá-los no editor SQL ou Ctrl+/ - Ctrl+/ + @@ -4929,7 +4929,7 @@ Você pode arrastar comandos SQL da coluna Esquema e largá-los no editor SQL ou Ctrl+Shift+S - Ctrl+Shift+S + @@ -5183,7 +5183,7 @@ Motivo: %1 Ctrl+" - Ctrl+" + @@ -5281,7 +5281,7 @@ Faça um backup! Alt+Del - Alt+Del + @@ -6937,7 +6937,7 @@ p, li { white-space: pre-wrap; } Shift+F3 - Shift+F3 + @@ -7032,7 +7032,7 @@ p, li { white-space: pre-wrap; } Ctrl+/ - Ctrl+/ + @@ -7467,7 +7467,7 @@ Segure %3Shift e clique para ir para lá Shift+F3 - Shift+F3 + @@ -7875,7 +7875,7 @@ Segure %3Shift e clique para ir para lá Ctrl+P - Ctrl+P + @@ -7909,7 +7909,7 @@ Segure %3Shift e clique para ir para lá Ctrl+F - Ctrl+F + @@ -7920,7 +7920,7 @@ Segure %3Shift e clique para ir para lá Ctrl+B - Ctrl+B + @@ -7937,7 +7937,7 @@ Segure %3Shift e clique para ir para lá Ctrl+U - Ctrl+U + @@ -8026,7 +8026,7 @@ Segure %3Shift e clique para ir para lá Ctrl+Space - Ctrl+Space + @@ -8035,7 +8035,7 @@ Segure %3Shift e clique para ir para lá Ctrl+H - Ctrl+H + @@ -8045,7 +8045,7 @@ Segure %3Shift e clique para ir para lá Ctrl+R - Ctrl+R + @@ -8111,7 +8111,7 @@ Segure %3Shift e clique para ir para lá Ctrl+" - Ctrl+" + diff --git a/src/translations/sqlb_ru.ts b/src/translations/sqlb_ru.ts index 683e7900d..028a657bd 100644 --- a/src/translations/sqlb_ru.ts +++ b/src/translations/sqlb_ru.ts @@ -1178,7 +1178,7 @@ Errors are indicated with a red squiggle underline. Ctrl+P - Ctrl+P + @@ -2031,13 +2031,13 @@ All data currently stored in this field will be lost. Ctrl+F - + Ctrl+P - Ctrl+P + @@ -2924,7 +2924,7 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed Ctrl+F4 - + @@ -3065,7 +3065,7 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed Ctrl+Shift+O - + @@ -3122,7 +3122,7 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed Ctrl+H - + @@ -3324,7 +3324,7 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed Ctrl+/ - + @@ -3377,7 +3377,7 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed Ctrl+Shift+S - + &Table: @@ -3663,7 +3663,7 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed Shift+F5 - Shift+F5 + @@ -3910,7 +3910,7 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed Ctrl+N - Ctrl+N + @@ -3937,7 +3937,7 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed Ctrl+O - Ctrl+O + @@ -3953,7 +3953,7 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed Ctrl+W - Ctrl+W + @@ -3980,7 +3980,7 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed Ctrl+S - Ctrl+S + @@ -4006,7 +4006,7 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed Ctrl+Q - Ctrl+Q + @@ -4092,7 +4092,7 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed Shift+F1 - Shift+F1 + &About... @@ -4111,7 +4111,7 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed Ctrl+T - Ctrl+T + @@ -4252,7 +4252,7 @@ You can drag SQL statements from an object row and drop them into other applicat Ctrl+E - Ctrl+E + @@ -4310,18 +4310,18 @@ You can drag SQL statements from an object row and drop them into other applicat Ctrl+Return - Ctrl+Return + Ctrl+L - Ctrl+L + Ctrl+P - Ctrl+P + @@ -4341,7 +4341,7 @@ You can drag SQL statements from an object row and drop them into other applicat Alt+0 - + @@ -6602,7 +6602,7 @@ p, li { white-space: pre-wrap; } Shift+F3 - Shift+F3 + @@ -6740,7 +6740,7 @@ p, li { white-space: pre-wrap; } Ctrl+/ - + @@ -7182,7 +7182,7 @@ Hold %3Shift and click to jump there Shift+F3 - Shift+F3 + @@ -7590,7 +7590,7 @@ Hold %3Shift and click to jump there Ctrl+P - Ctrl+P + @@ -7631,7 +7631,7 @@ Hold %3Shift and click to jump there Ctrl+B - + @@ -7648,7 +7648,7 @@ Hold %3Shift and click to jump there Ctrl+U - + @@ -7737,7 +7737,7 @@ Hold %3Shift and click to jump there Ctrl+Space - + @@ -7752,7 +7752,7 @@ Hold %3Shift and click to jump there Ctrl+R - + @@ -7820,7 +7820,7 @@ Hold %3Shift and click to jump there Ctrl+" - + diff --git a/src/translations/sqlb_tr.ts b/src/translations/sqlb_tr.ts index e0a088873..2023cc941 100644 --- a/src/translations/sqlb_tr.ts +++ b/src/translations/sqlb_tr.ts @@ -1091,7 +1091,7 @@ Hatalar, kırmızı dalgalı alt çizgiyle belirtilir. Ctrl+P - Ctrl+P + @@ -1111,7 +1111,7 @@ Hatalar, kırmızı dalgalı alt çizgiyle belirtilir. Ctrl+Shift+C - Ctrl+Shift+C + Import text @@ -1973,18 +1973,18 @@ All data currently stored in this field will be lost. Ctrl+H - Ctrl+H + Ctrl+F - Ctrl+F + Ctrl+P - Ctrl+P + @@ -2097,17 +2097,17 @@ All data currently stored in this field will be lost. Alt+Del - Alt+De + Ctrl+Shift+C - Ctrl+Shift+C + Ctrl+Alt+C - Ctrl+Alt+C + @@ -3058,7 +3058,7 @@ x~y Aralık: değerler x ve y arasında Shift+F5 - Shift+F5 + @@ -3223,7 +3223,7 @@ x~y Aralık: değerler x ve y arasında Ctrl+N - Ctrl+N + @@ -3250,7 +3250,7 @@ x~y Aralık: değerler x ve y arasında Ctrl+O - Ctrl+O + @@ -3261,7 +3261,7 @@ x~y Aralık: değerler x ve y arasında Ctrl+W - Ctrl+W + Revert Changes @@ -3296,7 +3296,7 @@ x~y Aralık: değerler x ve y arasında Ctrl+S - Ctrl+S + Compact Database @@ -3321,7 +3321,7 @@ x~y Aralık: değerler x ve y arasında Ctrl+Q - Ctrl+Q + Database from SQL file... @@ -3449,7 +3449,7 @@ x~y Aralık: değerler x ve y arasında Shift+F1 - Shift+F1 + &About... @@ -3468,7 +3468,7 @@ x~y Aralık: değerler x ve y arasında Ctrl+T - Ctrl+T + @@ -3516,7 +3516,7 @@ SQL ifadelerini bir nesne satırından sürükleyip başka uygulamalara veya &ap Ctrl+/ - Ctrl+/ + @@ -3628,7 +3628,7 @@ SQL deyimlerini Şema sütunundan sürükleyip SQL editörüne veya diğer uygul Ctrl+F4 - Ctrl+F4 + @@ -3747,7 +3747,7 @@ SQL deyimlerini Şema sütunundan sürükleyip SQL editörüne veya diğer uygul Ctrl+Shift+O - Ctrl+Shift+O + @@ -3783,7 +3783,7 @@ SQL deyimlerini Şema sütunundan sürükleyip SQL editörüne veya diğer uygul Ctrl+F - Ctrl+F + @@ -3804,7 +3804,7 @@ SQL deyimlerini Şema sütunundan sürükleyip SQL editörüne veya diğer uygul Ctrl+H - Ctrl+H + @@ -3976,7 +3976,7 @@ SQL deyimlerini Şema sütunundan sürükleyip SQL editörüne veya diğer uygul Ctrl+Shift+S - Ctrl+Shift+S + @@ -4062,7 +4062,7 @@ SQL deyimlerini Şema sütunundan sürükleyip SQL editörüne veya diğer uygul Ctrl+E - Ctrl+E + @@ -4143,28 +4143,28 @@ SQL deyimlerini Şema sütunundan sürükleyip SQL editörüne veya diğer uygul Ctrl+Return - Ctrl+Return + Ctrl+L - Ctrl+L + Ctrl+P - Ctrl+P + Ctrl+D - Ctrl+D + Ctrl+I - Ctrl+I + @@ -4467,7 +4467,7 @@ Bunu yapmak istediğinize emin misiniz? Alt+0 - Alt+0 + @@ -4797,7 +4797,7 @@ Bir yedek oluşturun! Alt+Del - Alt+Del + @@ -6350,7 +6350,7 @@ p, li { white-space: pre-wrap; } Shift+F3 - Shift+F3 + @@ -6488,7 +6488,7 @@ p, li { white-space: pre-wrap; } Ctrl+/ - Ctrl+/ + @@ -6923,7 +6923,7 @@ Buraya atlamak için %3Shift'e basılı tutun ve tıklayın Shift+F3 - Shift+F3 + @@ -7331,7 +7331,7 @@ Buraya atlamak için %3Shift'e basılı tutun ve tıklayın Ctrl+P - Ctrl+P + @@ -7365,7 +7365,7 @@ Buraya atlamak için %3Shift'e basılı tutun ve tıklayın Ctrl+F - Ctrl+F + @@ -7376,7 +7376,7 @@ Buraya atlamak için %3Shift'e basılı tutun ve tıklayın Ctrl+B - Ctrl+B + @@ -7393,7 +7393,7 @@ Buraya atlamak için %3Shift'e basılı tutun ve tıklayın Ctrl+U - Ctrl+U + @@ -7482,7 +7482,7 @@ Buraya atlamak için %3Shift'e basılı tutun ve tıklayın Ctrl+Space - Ctrl+Space + @@ -7491,7 +7491,7 @@ Buraya atlamak için %3Shift'e basılı tutun ve tıklayın Ctrl+H - Ctrl+H + @@ -7501,7 +7501,7 @@ Buraya atlamak için %3Shift'e basılı tutun ve tıklayın Ctrl+R - Ctrl+R + @@ -7565,7 +7565,7 @@ Buraya atlamak için %3Shift'e basılı tutun ve tıklayın Ctrl+" - Ctrl+" + diff --git a/src/translations/sqlb_uk_UA.ts b/src/translations/sqlb_uk_UA.ts index 555118c7b..6aed31c10 100644 --- a/src/translations/sqlb_uk_UA.ts +++ b/src/translations/sqlb_uk_UA.ts @@ -1127,7 +1127,7 @@ Errors are indicated with a red squiggle underline. Ctrl+P - Ctrl+P + @@ -1147,7 +1147,7 @@ Errors are indicated with a red squiggle underline. Ctrl+Shift+C - + Import text @@ -2058,18 +2058,18 @@ All data currently stored in this field will be lost. Ctrl+H - + Ctrl+F - + Ctrl+P - Ctrl+P + @@ -2188,17 +2188,17 @@ Do you want to insert it anyway? Alt+Del - + Ctrl+Shift+C - + Ctrl+Alt+C - + @@ -3227,7 +3227,7 @@ x~y Range: values between x and y Shift+F5 - Shift+F5 + @@ -3474,7 +3474,7 @@ x~y Range: values between x and y Ctrl+N - Ctrl+N + @@ -3501,7 +3501,7 @@ x~y Range: values between x and y Ctrl+O - Ctrl+O + @@ -3517,7 +3517,7 @@ x~y Range: values between x and y Ctrl+W - Ctrl+W + @@ -3544,7 +3544,7 @@ x~y Range: values between x and y Ctrl+S - Ctrl+S + @@ -3570,7 +3570,7 @@ x~y Range: values between x and y Ctrl+Q - Ctrl+Q + @@ -3661,7 +3661,7 @@ x~y Range: values between x and y Shift+F1 - Shift+F1 + @@ -3747,7 +3747,7 @@ x~y Range: values between x and y Ctrl+Shift+O - + @@ -3783,7 +3783,7 @@ x~y Range: values between x and y Ctrl+F - + @@ -3804,7 +3804,7 @@ x~y Range: values between x and y Ctrl+H - + @@ -3976,7 +3976,7 @@ x~y Range: values between x and y Ctrl+Shift+S - + &About... @@ -4012,7 +4012,7 @@ x~y Range: values between x and y Ctrl+T - Ctrl+T + @@ -4058,7 +4058,7 @@ You can drag SQL statements from an object row and drop them into other applicat Ctrl+/ - + @@ -4139,7 +4139,7 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed Ctrl+F4 - + @@ -4239,7 +4239,7 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed Ctrl+E - Ctrl+E + @@ -4297,28 +4297,28 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed Ctrl+Return - Ctrl+Return + Ctrl+L - Ctrl+L + Ctrl+P - Ctrl+P + Ctrl+D - Ctrl+D + Ctrl+I - Ctrl+I + @@ -4523,7 +4523,7 @@ If you answer no we will attempt to import the data in the SQL file to the curre Alt+0 - + @@ -5022,7 +5022,7 @@ Are you sure? Alt+Del - + @@ -6603,7 +6603,7 @@ p, li { white-space: pre-wrap; } Shift+F3 - Shift+F3 + @@ -6741,7 +6741,7 @@ p, li { white-space: pre-wrap; } Ctrl+/ - + @@ -7201,7 +7201,7 @@ Hold %3Shift and click to jump there Shift+F3 - Shift+F3 + @@ -7609,7 +7609,7 @@ Hold %3Shift and click to jump there Ctrl+P - Ctrl+P + @@ -7650,7 +7650,7 @@ Hold %3Shift and click to jump there Ctrl+B - + @@ -7667,7 +7667,7 @@ Hold %3Shift and click to jump there Ctrl+U - + @@ -7756,7 +7756,7 @@ Hold %3Shift and click to jump there Ctrl+Space - + @@ -7771,7 +7771,7 @@ Hold %3Shift and click to jump there Ctrl+R - + @@ -7839,7 +7839,7 @@ Hold %3Shift and click to jump there Ctrl+" - + diff --git a/src/translations/sqlb_zh.ts b/src/translations/sqlb_zh.ts index eb5414f8a..aca1b664a 100644 --- a/src/translations/sqlb_zh.ts +++ b/src/translations/sqlb_zh.ts @@ -1185,7 +1185,7 @@ Errors are indicated with a red squiggle underline. Ctrl+P - Ctrl+P + @@ -1205,7 +1205,7 @@ Errors are indicated with a red squiggle underline. Ctrl+Shift+C - Ctrl+Shift+C + Choose a file @@ -2039,18 +2039,18 @@ All data currently stored in this field will be lost. Ctrl+H - Ctrl+H + Ctrl+F - Ctrl+F + Ctrl+P - Ctrl+P + @@ -2169,17 +2169,17 @@ Do you want to insert it anyway? Alt+Del - Alt+Del + Ctrl+Shift+C - Ctrl+Shift+C + Ctrl+Alt+C - Ctrl+Alt+C + @@ -2941,7 +2941,7 @@ x~y 范围: 值在 x 和 y 之间 Ctrl+/ - Ctrl+/ + @@ -3257,7 +3257,7 @@ x~y 范围: 值在 x 和 y 之间 Shift+F5 - Shift+F5 + @@ -3518,7 +3518,7 @@ x~y 范围: 值在 x 和 y 之间 Ctrl+N - Ctrl+N + @@ -3545,7 +3545,7 @@ x~y 范围: 值在 x 和 y 之间 Ctrl+O - Ctrl+O + @@ -3556,7 +3556,7 @@ x~y 范围: 值在 x 和 y 之间 Ctrl+W - Ctrl+W + @@ -3583,7 +3583,7 @@ x~y 范围: 值在 x 和 y 之间 Ctrl+S - Ctrl+S + @@ -3609,7 +3609,7 @@ x~y 范围: 值在 x 和 y 之间 Ctrl+Q - Ctrl+Q + @@ -3699,7 +3699,7 @@ x~y 范围: 值在 x 和 y 之间 Shift+F1 - Shift+F1 + &About... @@ -3718,7 +3718,7 @@ x~y 范围: 值在 x 和 y 之间 Ctrl+T - Ctrl+T + @@ -3915,7 +3915,7 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed Ctrl+F4 - Ctrl+F4 + @@ -3955,7 +3955,7 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed Ctrl+Shift+O - Ctrl+Shift+O + @@ -3991,7 +3991,7 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed Ctrl+F - Ctrl+F + @@ -4012,7 +4012,7 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed Ctrl+H - Ctrl+H + @@ -4218,7 +4218,7 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed Ctrl+Shift+S - Ctrl+Shift+S + Compact &Database @@ -4345,7 +4345,7 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed Ctrl+E - Ctrl+E + @@ -4360,13 +4360,13 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed Ctrl+L - Ctrl+L + Ctrl+P - Ctrl+P + @@ -4382,17 +4382,17 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed Ctrl+Return - Ctrl+回车 + Ctrl+D - Ctrl+D + Ctrl+I - Ctrl+I + @@ -4530,7 +4530,7 @@ Are you sure? Alt+0 - Alt+0 + @@ -5093,7 +5093,7 @@ Create a backup! Alt+Del - Alt+Del + @@ -6690,7 +6690,7 @@ p, li { white-space: pre-wrap; } Shift+F3 - Shift+F3 + @@ -6828,7 +6828,7 @@ p, li { white-space: pre-wrap; } Ctrl+/ - Ctrl+/ + @@ -7261,7 +7261,7 @@ Hold %3Shift and click to jump there Shift+F3 - Shift+F3 + @@ -7669,7 +7669,7 @@ Hold %3Shift and click to jump there Ctrl+P - Ctrl+P + @@ -7703,7 +7703,7 @@ Hold %3Shift and click to jump there Ctrl+F - Ctrl+F + @@ -7714,7 +7714,7 @@ Hold %3Shift and click to jump there Ctrl+B - Ctrl+B + @@ -7731,7 +7731,7 @@ Hold %3Shift and click to jump there Ctrl+U - Ctrl+U + @@ -7820,7 +7820,7 @@ Hold %3Shift and click to jump there Ctrl+Space - Ctrl+Space + @@ -7829,7 +7829,7 @@ Hold %3Shift and click to jump there Ctrl+H - Ctrl+H + @@ -7839,7 +7839,7 @@ Hold %3Shift and click to jump there Ctrl+R - Ctrl+R + @@ -7904,7 +7904,7 @@ Hold %3Shift and click to jump there Ctrl+" - Ctrl+" + diff --git a/src/translations/sqlb_zh_TW.ts b/src/translations/sqlb_zh_TW.ts index 487c471a9..85428ee83 100644 --- a/src/translations/sqlb_zh_TW.ts +++ b/src/translations/sqlb_zh_TW.ts @@ -1086,7 +1086,7 @@ Errors are indicated with a red squiggle underline. Ctrl+P - Ctrl+P + @@ -1106,7 +1106,7 @@ Errors are indicated with a red squiggle underline. Ctrl+Shift+C - + Import text @@ -1946,18 +1946,18 @@ All data currently stored in this field will be lost. Ctrl+H - + Ctrl+F - + Ctrl+P - Ctrl+P + @@ -2070,17 +2070,17 @@ All data currently stored in this field will be lost. Alt+Del - + Ctrl+Shift+C - + Ctrl+Alt+C - + @@ -2986,7 +2986,7 @@ x~y Range: values between x and y Shift+F5 - Shift+F5 + @@ -3089,7 +3089,7 @@ x~y Range: values between x and y Ctrl+N - Ctrl+N + @@ -3116,7 +3116,7 @@ x~y Range: values between x and y Ctrl+O - Ctrl+O + @@ -3127,7 +3127,7 @@ x~y Range: values between x and y Ctrl+W - Ctrl+W + Revert Changes @@ -3162,7 +3162,7 @@ x~y Range: values between x and y Ctrl+S - Ctrl+S + Compact Database @@ -3187,7 +3187,7 @@ x~y Range: values between x and y Ctrl+Q - Ctrl+Q + Database from SQL file... @@ -3309,7 +3309,7 @@ x~y Range: values between x and y Shift+F1 - Shift+F1 + &About... @@ -3328,7 +3328,7 @@ x~y Range: values between x and y Ctrl+T - Ctrl+T + @@ -3374,7 +3374,7 @@ You can drag SQL statements from an object row and drop them into other applicat Ctrl+/ - + @@ -3488,7 +3488,7 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed Ctrl+F4 - + @@ -3604,7 +3604,7 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed Ctrl+Shift+O - + @@ -3640,7 +3640,7 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed Ctrl+F - + @@ -3661,7 +3661,7 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed Ctrl+H - + @@ -3833,7 +3833,7 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed Ctrl+Shift+S - + @@ -3950,7 +3950,7 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed Ctrl+E - Ctrl+E + @@ -3965,13 +3965,13 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed Ctrl+L - Ctrl+L + Ctrl+P - Ctrl+P + @@ -3987,17 +3987,17 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed Ctrl+Return - Ctrl+Return + Ctrl+D - + Ctrl+I - + @@ -4007,7 +4007,7 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed Alt+0 - + @@ -4635,7 +4635,7 @@ Create a backup! Alt+Del - + @@ -6227,7 +6227,7 @@ p, li { white-space: pre-wrap; } Shift+F3 - Shift+F3 + @@ -6365,7 +6365,7 @@ p, li { white-space: pre-wrap; } Ctrl+/ - + @@ -6785,7 +6785,7 @@ Hold %3Shift and click to jump there Shift+F3 - Shift+F3 + @@ -7189,7 +7189,7 @@ Hold %3Shift and click to jump there Ctrl+P - Ctrl+P + @@ -7230,7 +7230,7 @@ Hold %3Shift and click to jump there Ctrl+B - + @@ -7247,7 +7247,7 @@ Hold %3Shift and click to jump there Ctrl+U - + @@ -7336,7 +7336,7 @@ Hold %3Shift and click to jump there Ctrl+Space - + @@ -7351,7 +7351,7 @@ Hold %3Shift and click to jump there Ctrl+R - + @@ -7415,7 +7415,7 @@ Hold %3Shift and click to jump there Ctrl+" - + From 4bdb36bc68c55439cb0ee737e62c93b3e2ed9c81 Mon Sep 17 00:00:00 2001 From: horst-p-w-neubauer Date: Sun, 10 May 2020 13:52:57 +0200 Subject: [PATCH 2/3] Update sqlb_de.ts one missing 'Ctrl' to 'Strg' translation in explaining text --- src/translations/sqlb_de.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/translations/sqlb_de.ts b/src/translations/sqlb_de.ts index df7865e5f..c9cd455eb 100644 --- a/src/translations/sqlb_de.ts +++ b/src/translations/sqlb_de.ts @@ -7557,7 +7557,7 @@ Halten Sie %3Umschalt und klicken Sie, um hierher zu springen - Doppelt auf einen Eintrag klicken, um dessen Inhalte im Zelleneditor-Fenster zu bearbeiten. - Alt+Entf zum Löschen des Zellinhaltes zu NULL. - Strg+" zur Duplizierung des aktuellen Eintrags. - - Ctrl+' zum Kopieren des Wertes der darüberliegenden Zelle. + - Strg+' zum Kopieren des Wertes der darüberliegenden Zelle. - Standardmäßige Auswahl- und Kopieren/Einfügen-Operationen. From 346b53c8c1cd340c7a863da31fc7238bb02e33c2 Mon Sep 17 00:00:00 2001 From: mgrojo Date: Tue, 19 May 2020 22:03:57 +0200 Subject: [PATCH 3/3] Removed all translations of key shortcuts. - Removed translation of Function keys for all languages - Removed also remapped shortcuts for Italian See issue #2178 and discussion in PR #2235. --- src/translations/sqlb_ar_SA.ts | 10 +++++----- src/translations/sqlb_cs.ts | 12 ++++++------ src/translations/sqlb_de.ts | 12 ++++++------ src/translations/sqlb_en_GB.ts | 10 +++++----- src/translations/sqlb_es_ES.ts | 12 ++++++------ src/translations/sqlb_fa.ts | 4 ++-- src/translations/sqlb_fr.ts | 12 ++++++------ src/translations/sqlb_it.ts | 16 ++++++++-------- src/translations/sqlb_ja.ts | 12 ++++++------ src/translations/sqlb_ko_KR.ts | 12 ++++++------ src/translations/sqlb_pl.ts | 12 ++++++------ src/translations/sqlb_pt_BR.ts | 12 ++++++------ src/translations/sqlb_ru.ts | 12 ++++++------ src/translations/sqlb_tr.ts | 12 ++++++------ src/translations/sqlb_uk_UA.ts | 12 ++++++------ src/translations/sqlb_zh.ts | 12 ++++++------ src/translations/sqlb_zh_TW.ts | 12 ++++++------ 17 files changed, 98 insertions(+), 98 deletions(-) diff --git a/src/translations/sqlb_ar_SA.ts b/src/translations/sqlb_ar_SA.ts index 79410ea6e..17d105ea8 100644 --- a/src/translations/sqlb_ar_SA.ts +++ b/src/translations/sqlb_ar_SA.ts @@ -2175,7 +2175,7 @@ x~y Range: values between x and y F3 - F3 + @@ -3014,7 +3014,7 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed F1 - F1 + @@ -5505,7 +5505,7 @@ p, li { white-space: pre-wrap; } F3 - F3 + @@ -6014,7 +6014,7 @@ Hold %3Shift and click to jump there F3 - F3 + @@ -6427,7 +6427,7 @@ Hold %3Shift and click to jump there F5 - F5 + diff --git a/src/translations/sqlb_cs.ts b/src/translations/sqlb_cs.ts index b0d48d10b..41cd706b7 100644 --- a/src/translations/sqlb_cs.ts +++ b/src/translations/sqlb_cs.ts @@ -2369,7 +2369,7 @@ x~y Range: values between x and y F3 - F3 + @@ -2745,7 +2745,7 @@ x~y Range: values between x and y F5 - F5 + Clear all filters @@ -3403,7 +3403,7 @@ x~y Range: values between x and y F1 - F1 + @@ -6307,7 +6307,7 @@ p, li { white-space: pre-wrap; } F3 - F3 + @@ -6835,7 +6835,7 @@ Hold %3Shift and click to jump there F3 - F3 + @@ -7244,7 +7244,7 @@ Hold %3Shift and click to jump there F5 - F5 + diff --git a/src/translations/sqlb_de.ts b/src/translations/sqlb_de.ts index c9cd455eb..db8e20644 100644 --- a/src/translations/sqlb_de.ts +++ b/src/translations/sqlb_de.ts @@ -2544,7 +2544,7 @@ x~y Bereich: Werte zwischen x und y F3 - F3 + @@ -2947,7 +2947,7 @@ x~y Bereich: Werte zwischen x und y F5 - F5 + Insert a new record in the current table @@ -3167,7 +3167,7 @@ Sie können SQL-Statements aus einer Objektzeile fassen und in anderen Anwendung F1 - F1 + @@ -7047,7 +7047,7 @@ p, li { white-space: pre-wrap; } F3 - F3 + @@ -7598,7 +7598,7 @@ Halten Sie %3Umschalt und klicken Sie, um hierher zu springen F3 - F3 + @@ -8011,7 +8011,7 @@ Halten Sie %3Umschalt und klicken Sie, um hierher zu springen F5 - F5 + diff --git a/src/translations/sqlb_en_GB.ts b/src/translations/sqlb_en_GB.ts index af79ea286..bddb69411 100644 --- a/src/translations/sqlb_en_GB.ts +++ b/src/translations/sqlb_en_GB.ts @@ -2123,7 +2123,7 @@ x~y Range: values between x and y F3 - + @@ -2872,7 +2872,7 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed F1 - + @@ -5402,7 +5402,7 @@ p, li { white-space: pre-wrap; } F3 - + @@ -5901,7 +5901,7 @@ Hold %3Shift and click to jump there F3 - + @@ -6310,7 +6310,7 @@ Hold %3Shift and click to jump there F5 - + diff --git a/src/translations/sqlb_es_ES.ts b/src/translations/sqlb_es_ES.ts index 67433383f..3da032b40 100644 --- a/src/translations/sqlb_es_ES.ts +++ b/src/translations/sqlb_es_ES.ts @@ -2571,7 +2571,7 @@ x~y Rango: valores entre x e y F3 - F3 + @@ -3123,7 +3123,7 @@ También puede arrastrar varias sentencias SQL desde la columna «Esquema» y so F1 - F1 + @@ -3460,7 +3460,7 @@ También puede arrastrar varias sentencias SQL desde la columna «Esquema» y so F5 - F5 + Clear all filters @@ -7057,7 +7057,7 @@ p, li { white-space: pre-wrap; } F3 - F3 + @@ -7608,7 +7608,7 @@ Mantenga pulsado %3Mayús. y haga clic para ir ahí F3 - F3 + @@ -8021,7 +8021,7 @@ Mantenga pulsado %3Mayús. y haga clic para ir ahí F5 - F5 + diff --git a/src/translations/sqlb_fa.ts b/src/translations/sqlb_fa.ts index 79ab9056b..7e70e949f 100644 --- a/src/translations/sqlb_fa.ts +++ b/src/translations/sqlb_fa.ts @@ -3038,7 +3038,7 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed F5 - + @@ -5057,7 +5057,7 @@ p, li { white-space: pre-wrap; } F3 - + diff --git a/src/translations/sqlb_fr.ts b/src/translations/sqlb_fr.ts index f224942a9..296fb0699 100644 --- a/src/translations/sqlb_fr.ts +++ b/src/translations/sqlb_fr.ts @@ -2573,7 +2573,7 @@ x~y Fourchette : valeurs entre x et y F3 - F3 + @@ -2980,7 +2980,7 @@ x~y Fourchette : valeurs entre x et y F5 - F5 + Clear all filters @@ -3444,7 +3444,7 @@ x~y Fourchette : valeurs entre x et y F1 - F1 + @@ -7147,7 +7147,7 @@ p, li { white-space: pre-wrap; } F3 - F3 + F3 @@ -7699,7 +7699,7 @@ Appuyez simultanément sur %3+Maj et cliquez pour arriver ici F3 - F3 + @@ -8112,7 +8112,7 @@ Appuyez simultanément sur %3+Maj et cliquez pour arriver ici F5 - F5 + diff --git a/src/translations/sqlb_it.ts b/src/translations/sqlb_it.ts index a384bfad0..52c8a4680 100644 --- a/src/translations/sqlb_it.ts +++ b/src/translations/sqlb_it.ts @@ -2357,7 +2357,7 @@ x~y Intervallo: valori tra x e y F3 - F3 + @@ -3054,7 +3054,7 @@ Puoi trascinare statement SQL dalla colonna Schema e rilasciarli dentro l'e Ctrl+O - Ctrl+A + @@ -3070,7 +3070,7 @@ Puoi trascinare statement SQL dalla colonna Schema e rilasciarli dentro l'e Ctrl+W - Ctrl+S + @@ -3107,7 +3107,7 @@ Puoi trascinare statement SQL dalla colonna Schema e rilasciarli dentro l'e Ctrl+S - Ctrl+C + @@ -3133,7 +3133,7 @@ Puoi trascinare statement SQL dalla colonna Schema e rilasciarli dentro l'e Ctrl+Q - Ctrl+E + @@ -3275,7 +3275,7 @@ Puoi trascinare statement SQL dalla colonna Schema e rilasciarli dentro l'e F1 - F1 + @@ -6668,7 +6668,7 @@ Tieni premuto %3Shift e clicca per saltare lì F3 - F3 + @@ -7081,7 +7081,7 @@ Tieni premuto %3Shift e clicca per saltare lì F5 - F5 + diff --git a/src/translations/sqlb_ja.ts b/src/translations/sqlb_ja.ts index 4b96043f3..a2ade747d 100644 --- a/src/translations/sqlb_ja.ts +++ b/src/translations/sqlb_ja.ts @@ -2359,7 +2359,7 @@ x~y 範囲: xとyの間 F3 - F3 + @@ -3485,7 +3485,7 @@ SQL文をスキーマカラムからSQLエディターや他のアプリケー F1 - F1 + @@ -3641,7 +3641,7 @@ SQL文をスキーマカラムからSQLエディターや他のアプリケー F5 - F5 + @@ -6106,7 +6106,7 @@ p, li { white-space: pre-wrap; } F3 - F3 + @@ -6619,7 +6619,7 @@ Hold %3Shift and click to jump there F3 - F3 + @@ -7032,7 +7032,7 @@ Hold %3Shift and click to jump there F5 - F5 + diff --git a/src/translations/sqlb_ko_KR.ts b/src/translations/sqlb_ko_KR.ts index 9a68a4215..76472e1f9 100644 --- a/src/translations/sqlb_ko_KR.ts +++ b/src/translations/sqlb_ko_KR.ts @@ -2512,7 +2512,7 @@ x~y Range: values between x and y F3 - F3 + @@ -2912,7 +2912,7 @@ x~y Range: values between x and y F5 - F5 + @@ -3884,7 +3884,7 @@ You can drag SQL statements from an object row and drop them into other applicat F1 - F1 + @@ -6726,7 +6726,7 @@ p, li { white-space: pre-wrap; } F3 - F3 + @@ -7272,7 +7272,7 @@ Hold %3Shift and click to jump there F3 - F3 + @@ -7685,7 +7685,7 @@ Hold %3Shift and click to jump there F5 - F5 + diff --git a/src/translations/sqlb_pl.ts b/src/translations/sqlb_pl.ts index 06a6b6af9..508916834 100644 --- a/src/translations/sqlb_pl.ts +++ b/src/translations/sqlb_pl.ts @@ -2351,7 +2351,7 @@ x~y Zakres: wartości pomiędzy x oraz y F3 - F3 + @@ -3416,7 +3416,7 @@ Można także dodawać i usuwać pola z tabli, a także zmieniać nazwy oraz rod F1 - F1 + @@ -3797,7 +3797,7 @@ Można także dodawać i usuwać pola z tabli, a także zmieniać nazwy oraz rod F5 - F5 + @@ -6171,7 +6171,7 @@ p, li { white-space: pre-wrap; } F3 - F3 + @@ -6683,7 +6683,7 @@ Przyciśnij %3Shift i kliknij, aby tu przejść F3 - F3 + @@ -7096,7 +7096,7 @@ Przyciśnij %3Shift i kliknij, aby tu przejść F5 - F5 + diff --git a/src/translations/sqlb_pt_BR.ts b/src/translations/sqlb_pt_BR.ts index 405ddc87a..a2221b33a 100644 --- a/src/translations/sqlb_pt_BR.ts +++ b/src/translations/sqlb_pt_BR.ts @@ -2556,7 +2556,7 @@ x~y Intervalo: valores entre x e y F3 - F3 + @@ -2918,7 +2918,7 @@ x~y Intervalo: valores entre x e y F5 - F5 + Clear all filters @@ -4538,7 +4538,7 @@ Você pode arrastar comandos SQL da coluna Esquema e largá-los no editor SQL ou F1 - F1 + @@ -6982,7 +6982,7 @@ p, li { white-space: pre-wrap; } F3 - F3 + @@ -7482,7 +7482,7 @@ Segure %3Shift e clique para ir para lá F3 - F3 + @@ -7895,7 +7895,7 @@ Segure %3Shift e clique para ir para lá F5 - F5 + diff --git a/src/translations/sqlb_ru.ts b/src/translations/sqlb_ru.ts index 028a657bd..de77a8657 100644 --- a/src/translations/sqlb_ru.ts +++ b/src/translations/sqlb_ru.ts @@ -2455,7 +2455,7 @@ x~y Range: values between x and y F3 - F3 + @@ -2974,7 +2974,7 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed F1 - F1 + @@ -3055,7 +3055,7 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed F5 - F5 + @@ -6647,7 +6647,7 @@ p, li { white-space: pre-wrap; } F3 - F3 + @@ -7197,7 +7197,7 @@ Hold %3Shift and click to jump there F3 - F3 + @@ -7610,7 +7610,7 @@ Hold %3Shift and click to jump there F5 - F5 + diff --git a/src/translations/sqlb_tr.ts b/src/translations/sqlb_tr.ts index 2023cc941..9b586f96d 100644 --- a/src/translations/sqlb_tr.ts +++ b/src/translations/sqlb_tr.ts @@ -2383,7 +2383,7 @@ x~y Aralık: değerler x ve y arasında F3 - F3 + @@ -2751,7 +2751,7 @@ x~y Aralık: değerler x ve y arasında F5 - F5 + Clear all filters @@ -3673,7 +3673,7 @@ SQL deyimlerini Şema sütunundan sürükleyip SQL editörüne veya diğer uygul F1 - F1 + @@ -6395,7 +6395,7 @@ p, li { white-space: pre-wrap; } F3 - F3 + @@ -6938,7 +6938,7 @@ Buraya atlamak için %3Shift'e basılı tutun ve tıklayın F3 - F3 + @@ -7351,7 +7351,7 @@ Buraya atlamak için %3Shift'e basılı tutun ve tıklayın F5 - F5 + diff --git a/src/translations/sqlb_uk_UA.ts b/src/translations/sqlb_uk_UA.ts index 6aed31c10..ca26e94e3 100644 --- a/src/translations/sqlb_uk_UA.ts +++ b/src/translations/sqlb_uk_UA.ts @@ -2463,7 +2463,7 @@ x~y Range: values between x and y F3 - F3 + @@ -2902,7 +2902,7 @@ x~y Range: values between x and y F5 - F5 + Insert a new record in the current table @@ -3686,7 +3686,7 @@ x~y Range: values between x and y F1 - F1 + @@ -6648,7 +6648,7 @@ p, li { white-space: pre-wrap; } F3 - F3 + @@ -7216,7 +7216,7 @@ Hold %3Shift and click to jump there F3 - F3 + @@ -7629,7 +7629,7 @@ Hold %3Shift and click to jump there F5 - F5 + diff --git a/src/translations/sqlb_zh.ts b/src/translations/sqlb_zh.ts index aca1b664a..1dc9b5211 100644 --- a/src/translations/sqlb_zh.ts +++ b/src/translations/sqlb_zh.ts @@ -2479,7 +2479,7 @@ x~y 范围: 值在 x 和 y 之间 F3 - F3 + @@ -2916,7 +2916,7 @@ x~y 范围: 值在 x 和 y 之间 F5 - F5 + @@ -3935,7 +3935,7 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed F1 - F1 + @@ -6735,7 +6735,7 @@ p, li { white-space: pre-wrap; } F3 - F3 + @@ -7276,7 +7276,7 @@ Hold %3Shift and click to jump there F3 - F3 + @@ -7689,7 +7689,7 @@ Hold %3Shift and click to jump there F5 - F5 + diff --git a/src/translations/sqlb_zh_TW.ts b/src/translations/sqlb_zh_TW.ts index 85428ee83..cb5bd2300 100644 --- a/src/translations/sqlb_zh_TW.ts +++ b/src/translations/sqlb_zh_TW.ts @@ -2344,7 +2344,7 @@ x~y Range: values between x and y F3 - F3 + @@ -2707,7 +2707,7 @@ x~y Range: values between x and y F5 - F5 + Insert a new record in the current table @@ -3538,7 +3538,7 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed F1 - F1 + @@ -6272,7 +6272,7 @@ p, li { white-space: pre-wrap; } F3 - F3 + @@ -6800,7 +6800,7 @@ Hold %3Shift and click to jump there F3 - F3 + @@ -7209,7 +7209,7 @@ Hold %3Shift and click to jump there F5 - F5 +