From 3565aad630864ecdbe53fdaa501ea708555b3c7c Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Sun, 30 Apr 2023 18:30:36 -0400 Subject: New upstream version 3.4.4+dfsg. --- Plugins/PdfExport/translations/PdfExport.ts | 256 +++++++++++++++++++++ Plugins/PdfExport/translations/PdfExport_af_ZA.ts | 256 +++++++++++++++++++++ Plugins/PdfExport/translations/PdfExport_ar_SA.ts | 256 +++++++++++++++++++++ Plugins/PdfExport/translations/PdfExport_ca_ES.ts | 256 +++++++++++++++++++++ Plugins/PdfExport/translations/PdfExport_cs_CZ.ts | 256 +++++++++++++++++++++ Plugins/PdfExport/translations/PdfExport_da_DK.ts | 256 +++++++++++++++++++++ Plugins/PdfExport/translations/PdfExport_de_DE.ts | 257 ++++++++++++++++++++++ Plugins/PdfExport/translations/PdfExport_el_GR.ts | 256 +++++++++++++++++++++ Plugins/PdfExport/translations/PdfExport_en_US.ts | 256 +++++++++++++++++++++ Plugins/PdfExport/translations/PdfExport_es_ES.ts | 256 +++++++++++++++++++++ Plugins/PdfExport/translations/PdfExport_fa_IR.ts | 256 +++++++++++++++++++++ Plugins/PdfExport/translations/PdfExport_fi_FI.ts | 256 +++++++++++++++++++++ Plugins/PdfExport/translations/PdfExport_fr_FR.ts | 256 +++++++++++++++++++++ Plugins/PdfExport/translations/PdfExport_he_IL.ts | 256 +++++++++++++++++++++ Plugins/PdfExport/translations/PdfExport_hu_HU.ts | 256 +++++++++++++++++++++ Plugins/PdfExport/translations/PdfExport_it_IT.ts | 256 +++++++++++++++++++++ Plugins/PdfExport/translations/PdfExport_ja_JP.ts | 256 +++++++++++++++++++++ Plugins/PdfExport/translations/PdfExport_kaa.ts | 256 +++++++++++++++++++++ Plugins/PdfExport/translations/PdfExport_ko_KR.ts | 256 +++++++++++++++++++++ Plugins/PdfExport/translations/PdfExport_nl_NL.ts | 256 +++++++++++++++++++++ Plugins/PdfExport/translations/PdfExport_no_NO.ts | 256 +++++++++++++++++++++ Plugins/PdfExport/translations/PdfExport_pl_PL.ts | 256 +++++++++++++++++++++ Plugins/PdfExport/translations/PdfExport_pt_BR.ts | 256 +++++++++++++++++++++ Plugins/PdfExport/translations/PdfExport_pt_PT.ts | 256 +++++++++++++++++++++ Plugins/PdfExport/translations/PdfExport_ro_RO.ts | 256 +++++++++++++++++++++ Plugins/PdfExport/translations/PdfExport_ru_RU.ts | 256 +++++++++++++++++++++ Plugins/PdfExport/translations/PdfExport_sk_SK.ts | 256 +++++++++++++++++++++ Plugins/PdfExport/translations/PdfExport_sr_SP.ts | 256 +++++++++++++++++++++ Plugins/PdfExport/translations/PdfExport_sv_SE.ts | 256 +++++++++++++++++++++ Plugins/PdfExport/translations/PdfExport_tr_TR.ts | 256 +++++++++++++++++++++ Plugins/PdfExport/translations/PdfExport_uk_UA.ts | 256 +++++++++++++++++++++ Plugins/PdfExport/translations/PdfExport_vi_VN.ts | 256 +++++++++++++++++++++ Plugins/PdfExport/translations/PdfExport_zh_CN.ts | 256 +++++++++++++++++++++ Plugins/PdfExport/translations/PdfExport_zh_TW.ts | 256 +++++++++++++++++++++ 34 files changed, 8705 insertions(+) create mode 100644 Plugins/PdfExport/translations/PdfExport.ts create mode 100644 Plugins/PdfExport/translations/PdfExport_af_ZA.ts create mode 100644 Plugins/PdfExport/translations/PdfExport_ar_SA.ts create mode 100644 Plugins/PdfExport/translations/PdfExport_ca_ES.ts create mode 100644 Plugins/PdfExport/translations/PdfExport_cs_CZ.ts create mode 100644 Plugins/PdfExport/translations/PdfExport_da_DK.ts create mode 100644 Plugins/PdfExport/translations/PdfExport_de_DE.ts create mode 100644 Plugins/PdfExport/translations/PdfExport_el_GR.ts create mode 100644 Plugins/PdfExport/translations/PdfExport_en_US.ts create mode 100644 Plugins/PdfExport/translations/PdfExport_es_ES.ts create mode 100644 Plugins/PdfExport/translations/PdfExport_fa_IR.ts create mode 100644 Plugins/PdfExport/translations/PdfExport_fi_FI.ts create mode 100644 Plugins/PdfExport/translations/PdfExport_fr_FR.ts create mode 100644 Plugins/PdfExport/translations/PdfExport_he_IL.ts create mode 100644 Plugins/PdfExport/translations/PdfExport_hu_HU.ts create mode 100644 Plugins/PdfExport/translations/PdfExport_it_IT.ts create mode 100644 Plugins/PdfExport/translations/PdfExport_ja_JP.ts create mode 100644 Plugins/PdfExport/translations/PdfExport_kaa.ts create mode 100644 Plugins/PdfExport/translations/PdfExport_ko_KR.ts create mode 100644 Plugins/PdfExport/translations/PdfExport_nl_NL.ts create mode 100644 Plugins/PdfExport/translations/PdfExport_no_NO.ts create mode 100644 Plugins/PdfExport/translations/PdfExport_pl_PL.ts create mode 100644 Plugins/PdfExport/translations/PdfExport_pt_BR.ts create mode 100644 Plugins/PdfExport/translations/PdfExport_pt_PT.ts create mode 100644 Plugins/PdfExport/translations/PdfExport_ro_RO.ts create mode 100644 Plugins/PdfExport/translations/PdfExport_ru_RU.ts create mode 100644 Plugins/PdfExport/translations/PdfExport_sk_SK.ts create mode 100644 Plugins/PdfExport/translations/PdfExport_sr_SP.ts create mode 100644 Plugins/PdfExport/translations/PdfExport_sv_SE.ts create mode 100644 Plugins/PdfExport/translations/PdfExport_tr_TR.ts create mode 100644 Plugins/PdfExport/translations/PdfExport_uk_UA.ts create mode 100644 Plugins/PdfExport/translations/PdfExport_vi_VN.ts create mode 100644 Plugins/PdfExport/translations/PdfExport_zh_CN.ts create mode 100644 Plugins/PdfExport/translations/PdfExport_zh_TW.ts (limited to 'Plugins/PdfExport/translations') diff --git a/Plugins/PdfExport/translations/PdfExport.ts b/Plugins/PdfExport/translations/PdfExport.ts new file mode 100644 index 0000000..6c06a01 --- /dev/null +++ b/Plugins/PdfExport/translations/PdfExport.ts @@ -0,0 +1,256 @@ + + + + + PdfExport + + + SQLiteStudio v%1 + + + + + SQL query results + + + + + + Exported table: %1 + + + + + + Table: %1 + + + + + + Column + + + + + Data type + + + + + Constraints + + + + + Global table constraints + + + + + Exported database: %1 + + + + + Index: %1 + + + + + Property + index header + + + + + Value + index header + + + + + Indexed table + + + + + Unique index + + + + + Yes + + + + + No + + + + + Collation + + + + + Sort order + + + + + Partial index condition + + + + + Trigger: %1 + + + + + Property + trigger header + + + + + Value + trigger header + + + + + Activation time + + + + + For action + + + + + On view + + + + + On table + + + + + Activation condition + + + + + Code executed + + + + + View: %1 + + + + + Query: + + + + + Document generated with SQLiteStudio v%1 + + + + + PdfExportConfig + + + Size and layout + + + + + Page size: + + + + + Right margin: + + + + + Left margin: + + + + + Cell padding: + + + + + Limit characters in single cell: + + + + + + + + + mm + + + + + Bottom margin: + + + + + Top margin: + + + + + Font + + + + + Colors + + + + + Headers background: + + + + + NULL value color: + + + + + Other settings + + + + + Print row numbers for data + + + + + Print page numbers + + + + diff --git a/Plugins/PdfExport/translations/PdfExport_af_ZA.ts b/Plugins/PdfExport/translations/PdfExport_af_ZA.ts new file mode 100644 index 0000000..a5784dd --- /dev/null +++ b/Plugins/PdfExport/translations/PdfExport_af_ZA.ts @@ -0,0 +1,256 @@ + + + + + PdfExport + + + SQLiteStudio v%1 + SQLiteStudio v%1 + + + + SQL query results + SQL query results + + + + + Exported table: %1 + Exported table: %1 + + + + + Table: %1 + Table: %1 + + + + + Column + Column + + + + Data type + Data type + + + + Constraints + Constraints + + + + Global table constraints + Global table constraints + + + + Exported database: %1 + Exported database: %1 + + + + Index: %1 + Index: %1 + + + + Property + index header + Property + + + + Value + index header + Value + + + + Indexed table + Indexed table + + + + Unique index + Unique index + + + + Yes + Yes + + + + No + No + + + + Collation + Collation + + + + Sort order + Sort order + + + + Partial index condition + Partial index condition + + + + Trigger: %1 + Trigger: %1 + + + + Property + trigger header + Property + + + + Value + trigger header + Value + + + + Activation time + Activation time + + + + For action + For action + + + + On view + On view + + + + On table + On table + + + + Activation condition + Activation condition + + + + Code executed + Code executed + + + + View: %1 + View: %1 + + + + Query: + Query: + + + + Document generated with SQLiteStudio v%1 + Document generated with SQLiteStudio v%1 + + + + PdfExportConfig + + + Size and layout + Size and layout + + + + Page size: + Page size: + + + + Right margin: + Right margin: + + + + Left margin: + Left margin: + + + + Cell padding: + Cell padding: + + + + Limit characters in single cell: + Limit characters in single cell: + + + + + + + + mm + mm + + + + Bottom margin: + Bottom margin: + + + + Top margin: + Top margin: + + + + Font + Font + + + + Colors + Colors + + + + Headers background: + Headers background: + + + + NULL value color: + NULL value color: + + + + Other settings + Other settings + + + + Print row numbers for data + Print row numbers for data + + + + Print page numbers + Print page numbers + + + diff --git a/Plugins/PdfExport/translations/PdfExport_ar_SA.ts b/Plugins/PdfExport/translations/PdfExport_ar_SA.ts new file mode 100644 index 0000000..65698f8 --- /dev/null +++ b/Plugins/PdfExport/translations/PdfExport_ar_SA.ts @@ -0,0 +1,256 @@ + + + + + PdfExport + + + SQLiteStudio v%1 + SQLiteStudio v%1 + + + + SQL query results + SQL query results + + + + + Exported table: %1 + Exported table: %1 + + + + + Table: %1 + Table: %1 + + + + + Column + Column + + + + Data type + Data type + + + + Constraints + Constraints + + + + Global table constraints + Global table constraints + + + + Exported database: %1 + Exported database: %1 + + + + Index: %1 + Index: %1 + + + + Property + index header + Property + + + + Value + index header + Value + + + + Indexed table + Indexed table + + + + Unique index + Unique index + + + + Yes + Yes + + + + No + No + + + + Collation + Collation + + + + Sort order + Sort order + + + + Partial index condition + Partial index condition + + + + Trigger: %1 + Trigger: %1 + + + + Property + trigger header + Property + + + + Value + trigger header + Value + + + + Activation time + Activation time + + + + For action + For action + + + + On view + On view + + + + On table + On table + + + + Activation condition + Activation condition + + + + Code executed + Code executed + + + + View: %1 + View: %1 + + + + Query: + Query: + + + + Document generated with SQLiteStudio v%1 + Document generated with SQLiteStudio v%1 + + + + PdfExportConfig + + + Size and layout + Size and layout + + + + Page size: + Page size: + + + + Right margin: + Right margin: + + + + Left margin: + Left margin: + + + + Cell padding: + Cell padding: + + + + Limit characters in single cell: + Limit characters in single cell: + + + + + + + + mm + mm + + + + Bottom margin: + Bottom margin: + + + + Top margin: + Top margin: + + + + Font + Font + + + + Colors + Colors + + + + Headers background: + Headers background: + + + + NULL value color: + NULL value color: + + + + Other settings + Other settings + + + + Print row numbers for data + Print row numbers for data + + + + Print page numbers + Print page numbers + + + diff --git a/Plugins/PdfExport/translations/PdfExport_ca_ES.ts b/Plugins/PdfExport/translations/PdfExport_ca_ES.ts new file mode 100644 index 0000000..4dfbe2b --- /dev/null +++ b/Plugins/PdfExport/translations/PdfExport_ca_ES.ts @@ -0,0 +1,256 @@ + + + + + PdfExport + + + SQLiteStudio v%1 + SQLiteStudio v%1 + + + + SQL query results + SQL query results + + + + + Exported table: %1 + Exported table: %1 + + + + + Table: %1 + Table: %1 + + + + + Column + Column + + + + Data type + Data type + + + + Constraints + Constraints + + + + Global table constraints + Global table constraints + + + + Exported database: %1 + Exported database: %1 + + + + Index: %1 + Index: %1 + + + + Property + index header + Property + + + + Value + index header + Value + + + + Indexed table + Indexed table + + + + Unique index + Unique index + + + + Yes + Yes + + + + No + No + + + + Collation + Collation + + + + Sort order + Sort order + + + + Partial index condition + Partial index condition + + + + Trigger: %1 + Trigger: %1 + + + + Property + trigger header + Property + + + + Value + trigger header + Value + + + + Activation time + Activation time + + + + For action + For action + + + + On view + On view + + + + On table + On table + + + + Activation condition + Activation condition + + + + Code executed + Code executed + + + + View: %1 + View: %1 + + + + Query: + Query: + + + + Document generated with SQLiteStudio v%1 + Document generated with SQLiteStudio v%1 + + + + PdfExportConfig + + + Size and layout + Size and layout + + + + Page size: + Page size: + + + + Right margin: + Right margin: + + + + Left margin: + Left margin: + + + + Cell padding: + Cell padding: + + + + Limit characters in single cell: + Limit characters in single cell: + + + + + + + + mm + mm + + + + Bottom margin: + Bottom margin: + + + + Top margin: + Top margin: + + + + Font + Font + + + + Colors + Colors + + + + Headers background: + Headers background: + + + + NULL value color: + NULL value color: + + + + Other settings + Other settings + + + + Print row numbers for data + Print row numbers for data + + + + Print page numbers + Print page numbers + + + diff --git a/Plugins/PdfExport/translations/PdfExport_cs_CZ.ts b/Plugins/PdfExport/translations/PdfExport_cs_CZ.ts new file mode 100644 index 0000000..ab695d5 --- /dev/null +++ b/Plugins/PdfExport/translations/PdfExport_cs_CZ.ts @@ -0,0 +1,256 @@ + + + + + PdfExport + + + SQLiteStudio v%1 + SQLiteStudio v%1 + + + + SQL query results + SQL query results + + + + + Exported table: %1 + Exported table: %1 + + + + + Table: %1 + Table: %1 + + + + + Column + Column + + + + Data type + Data type + + + + Constraints + Constraints + + + + Global table constraints + Global table constraints + + + + Exported database: %1 + Exported database: %1 + + + + Index: %1 + Index: %1 + + + + Property + index header + Property + + + + Value + index header + Value + + + + Indexed table + Indexed table + + + + Unique index + Unique index + + + + Yes + Yes + + + + No + No + + + + Collation + Collation + + + + Sort order + Sort order + + + + Partial index condition + Partial index condition + + + + Trigger: %1 + Trigger: %1 + + + + Property + trigger header + Property + + + + Value + trigger header + Value + + + + Activation time + Activation time + + + + For action + For action + + + + On view + On view + + + + On table + On table + + + + Activation condition + Activation condition + + + + Code executed + Code executed + + + + View: %1 + View: %1 + + + + Query: + Query: + + + + Document generated with SQLiteStudio v%1 + Document generated with SQLiteStudio v%1 + + + + PdfExportConfig + + + Size and layout + Size and layout + + + + Page size: + Page size: + + + + Right margin: + Right margin: + + + + Left margin: + Left margin: + + + + Cell padding: + Cell padding: + + + + Limit characters in single cell: + Limit characters in single cell: + + + + + + + + mm + mm + + + + Bottom margin: + Bottom margin: + + + + Top margin: + Top margin: + + + + Font + Font + + + + Colors + Colors + + + + Headers background: + Headers background: + + + + NULL value color: + NULL value color: + + + + Other settings + Other settings + + + + Print row numbers for data + Print row numbers for data + + + + Print page numbers + Print page numbers + + + diff --git a/Plugins/PdfExport/translations/PdfExport_da_DK.ts b/Plugins/PdfExport/translations/PdfExport_da_DK.ts new file mode 100644 index 0000000..9441475 --- /dev/null +++ b/Plugins/PdfExport/translations/PdfExport_da_DK.ts @@ -0,0 +1,256 @@ + + + + + PdfExport + + + SQLiteStudio v%1 + SQLiteStudio v%1 + + + + SQL query results + SQL query results + + + + + Exported table: %1 + Exported table: %1 + + + + + Table: %1 + Table: %1 + + + + + Column + Column + + + + Data type + Data type + + + + Constraints + Constraints + + + + Global table constraints + Global table constraints + + + + Exported database: %1 + Exported database: %1 + + + + Index: %1 + Index: %1 + + + + Property + index header + Property + + + + Value + index header + Value + + + + Indexed table + Indexed table + + + + Unique index + Unique index + + + + Yes + Yes + + + + No + No + + + + Collation + Collation + + + + Sort order + Sort order + + + + Partial index condition + Partial index condition + + + + Trigger: %1 + Trigger: %1 + + + + Property + trigger header + Property + + + + Value + trigger header + Value + + + + Activation time + Activation time + + + + For action + For action + + + + On view + On view + + + + On table + On table + + + + Activation condition + Activation condition + + + + Code executed + Code executed + + + + View: %1 + View: %1 + + + + Query: + Query: + + + + Document generated with SQLiteStudio v%1 + Document generated with SQLiteStudio v%1 + + + + PdfExportConfig + + + Size and layout + Size and layout + + + + Page size: + Page size: + + + + Right margin: + Right margin: + + + + Left margin: + Left margin: + + + + Cell padding: + Cell padding: + + + + Limit characters in single cell: + Limit characters in single cell: + + + + + + + + mm + mm + + + + Bottom margin: + Bottom margin: + + + + Top margin: + Top margin: + + + + Font + Font + + + + Colors + Colors + + + + Headers background: + Headers background: + + + + NULL value color: + NULL value color: + + + + Other settings + Other settings + + + + Print row numbers for data + Print row numbers for data + + + + Print page numbers + Print page numbers + + + diff --git a/Plugins/PdfExport/translations/PdfExport_de_DE.ts b/Plugins/PdfExport/translations/PdfExport_de_DE.ts new file mode 100644 index 0000000..638cf08 --- /dev/null +++ b/Plugins/PdfExport/translations/PdfExport_de_DE.ts @@ -0,0 +1,257 @@ + + + + + PdfExport + + + SQLiteStudio v%1 + SQLiteStudio v%1 + + + + SQL query results + SQL Abfragenergebnis + + + + + Exported table: %1 + Exportierte Tabelle: %1 + + + + + Table: %1 + Tabelle: %1 + + + + + Column + Spalte + + + + Data type + Datentyp + + + + Constraints + Bedingungen + + + + Global table constraints + Globale Tabellenbedingungen + + + + Exported database: %1 + Exportierte Datenbank: %1 + + + + Index: %1 + Index: %1 + + + + Property + index header + Eigenschaft + + + + Value + index header + Wert + + + + Indexed table + Indexierte Tabelle + + + + Unique index + Index (duplikatfrei) + + + + Yes + Ja + + + + No + Nein + + + + Collation + Kollation + + + + Sort order + Sortierreihenfolge + + + + Partial index condition + Teilindexbedingung + + + + Trigger: %1 + Trigger: %1 + + + + Property + trigger header + Eigenschaft + + + + Value + trigger header + Wert + + + + Activation time + Ausführungszeit + + + + For action + Für Aktion + + + + On view + auf Index + + + + On table + auf Tabelle + + + + Activation condition + Ausführungskondition + + + + Code executed + Code ausgeführt + + + + View: %1 + View: %1 + + + + Query: + Abfrage: + + + + Document generated with SQLiteStudio v%1 + Dokument mit SQLiteStudio v%1 generiert + + + + PdfExportConfig + + + Size and layout + Format und Layout + + + + Page size: + Format: + + + + + Right margin: + Seitenabstand Rechts: + + + + Left margin: + Seitenabstand Links: + + + + Cell padding: + Zellenabstand: + + + + Limit characters in single cell: + Maximale Anzahl an Zeichen pro Zelle: + + + + + + + + mm + mm + + + + Bottom margin: + Seitenabstand Unten: + + + + Top margin: + Seitenabstand oben: + + + + Font + Schriftart + + + + Colors + Farben + + + + Headers background: + Hintergrundfarbe Kopfzeile: + + + + NULL value color: + NULL Wert Farbe: + + + + Other settings + Sonstige Einstellungen + + + + Print row numbers for data + Zeilennummerierung drucken + + + + Print page numbers + Seitenzahl drucken + + + diff --git a/Plugins/PdfExport/translations/PdfExport_el_GR.ts b/Plugins/PdfExport/translations/PdfExport_el_GR.ts new file mode 100644 index 0000000..03ba281 --- /dev/null +++ b/Plugins/PdfExport/translations/PdfExport_el_GR.ts @@ -0,0 +1,256 @@ + + + + + PdfExport + + + SQLiteStudio v%1 + SQLiteStudio v%1 + + + + SQL query results + SQL query results + + + + + Exported table: %1 + Exported table: %1 + + + + + Table: %1 + Table: %1 + + + + + Column + Column + + + + Data type + Data type + + + + Constraints + Constraints + + + + Global table constraints + Global table constraints + + + + Exported database: %1 + Exported database: %1 + + + + Index: %1 + Index: %1 + + + + Property + index header + Property + + + + Value + index header + Value + + + + Indexed table + Indexed table + + + + Unique index + Unique index + + + + Yes + Yes + + + + No + No + + + + Collation + Collation + + + + Sort order + Sort order + + + + Partial index condition + Partial index condition + + + + Trigger: %1 + Trigger: %1 + + + + Property + trigger header + Property + + + + Value + trigger header + Value + + + + Activation time + Activation time + + + + For action + For action + + + + On view + On view + + + + On table + On table + + + + Activation condition + Activation condition + + + + Code executed + Code executed + + + + View: %1 + View: %1 + + + + Query: + Query: + + + + Document generated with SQLiteStudio v%1 + Document generated with SQLiteStudio v%1 + + + + PdfExportConfig + + + Size and layout + Size and layout + + + + Page size: + Page size: + + + + Right margin: + Right margin: + + + + Left margin: + Left margin: + + + + Cell padding: + Cell padding: + + + + Limit characters in single cell: + Limit characters in single cell: + + + + + + + + mm + mm + + + + Bottom margin: + Bottom margin: + + + + Top margin: + Top margin: + + + + Font + Font + + + + Colors + Colors + + + + Headers background: + Headers background: + + + + NULL value color: + NULL value color: + + + + Other settings + Other settings + + + + Print row numbers for data + Print row numbers for data + + + + Print page numbers + Print page numbers + + + diff --git a/Plugins/PdfExport/translations/PdfExport_en_US.ts b/Plugins/PdfExport/translations/PdfExport_en_US.ts new file mode 100644 index 0000000..7b1e720 --- /dev/null +++ b/Plugins/PdfExport/translations/PdfExport_en_US.ts @@ -0,0 +1,256 @@ + + + + + PdfExport + + + SQLiteStudio v%1 + SQLiteStudio v%1 + + + + SQL query results + SQL query results + + + + + Exported table: %1 + Exported table: %1 + + + + + Table: %1 + Table: %1 + + + + + Column + Column + + + + Data type + Data type + + + + Constraints + Constraints + + + + Global table constraints + Global table constraints + + + + Exported database: %1 + Exported database: %1 + + + + Index: %1 + Index: %1 + + + + Property + index header + Property + + + + Value + index header + Value + + + + Indexed table + Indexed table + + + + Unique index + Unique index + + + + Yes + Yes + + + + No + No + + + + Collation + Collation + + + + Sort order + Sort order + + + + Partial index condition + Partial index condition + + + + Trigger: %1 + Trigger: %1 + + + + Property + trigger header + Property + + + + Value + trigger header + Value + + + + Activation time + Activation time + + + + For action + For action + + + + On view + On view + + + + On table + On table + + + + Activation condition + Activation condition + + + + Code executed + Code executed + + + + View: %1 + View: %1 + + + + Query: + Query: + + + + Document generated with SQLiteStudio v%1 + Document generated with SQLiteStudio v%1 + + + + PdfExportConfig + + + Size and layout + Size and layout + + + + Page size: + Page size: + + + + Right margin: + Right margin: + + + + Left margin: + Left margin: + + + + Cell padding: + Cell padding: + + + + Limit characters in single cell: + Limit characters in single cell: + + + + + + + + mm + mm + + + + Bottom margin: + Bottom margin: + + + + Top margin: + Top margin: + + + + Font + Font + + + + Colors + Colors + + + + Headers background: + Headers background: + + + + NULL value color: + NULL value color: + + + + Other settings + Other settings + + + + Print row numbers for data + Print row numbers for data + + + + Print page numbers + Print page numbers + + + diff --git a/Plugins/PdfExport/translations/PdfExport_es_ES.ts b/Plugins/PdfExport/translations/PdfExport_es_ES.ts new file mode 100644 index 0000000..67dfc49 --- /dev/null +++ b/Plugins/PdfExport/translations/PdfExport_es_ES.ts @@ -0,0 +1,256 @@ + + + + + PdfExport + + + SQLiteStudio v%1 + SQLiteStudio v%1 + + + + SQL query results + Resultados de la consulta SQL + + + + + Exported table: %1 + Tabla exportada: %1 + + + + + Table: %1 + Tabla: %1 + + + + + Column + Columna + + + + Data type + Tipo de dato + + + + Constraints + Restricciones + + + + Global table constraints + Restricciones de tabla globales + + + + Exported database: %1 + Base de datos exportada: %1 + + + + Index: %1 + Índice: %1 + + + + Property + index header + Propiedad + + + + Value + index header + Valor + + + + Indexed table + Tabla indexada + + + + Unique index + Índice único + + + + Yes + + + + + No + No + + + + Collation + Cotejamiento + + + + Sort order + Ordenar por + + + + Partial index condition + Condición de índice parcial + + + + Trigger: %1 + Disparador: %1 + + + + Property + trigger header + Propiedad + + + + Value + trigger header + Valor + + + + Activation time + Hora de activación + + + + For action + Para la acción + + + + On view + En la vista + + + + On table + En la tabla + + + + Activation condition + Condición de activación + + + + Code executed + Código ejecutado + + + + View: %1 + Vista: %1 + + + + Query: + Consulta: + + + + Document generated with SQLiteStudio v%1 + Documento generado con SQLiteStudio v%1 + + + + PdfExportConfig + + + Size and layout + Tamaño y diseño + + + + Page size: + Tamaño de la página: + + + + Right margin: + Margen derecho: + + + + Left margin: + Margen izquierdo: + + + + Cell padding: + Padding de la celda: + + + + Limit characters in single cell: + Limitar caracteres en una sola celda: + + + + + + + + mm + mm + + + + Bottom margin: + Margin inferior: + + + + Top margin: + Margen superior: + + + + Font + Fuente + + + + Colors + Colores + + + + Headers background: + Fondo de las cabeceras: + + + + NULL value color: + Color del valor NULO: + + + + Other settings + Otros ajustes + + + + Print row numbers for data + Imprimir números de fila para los datos + + + + Print page numbers + Imprimir números de página + + + diff --git a/Plugins/PdfExport/translations/PdfExport_fa_IR.ts b/Plugins/PdfExport/translations/PdfExport_fa_IR.ts new file mode 100644 index 0000000..e2b318b --- /dev/null +++ b/Plugins/PdfExport/translations/PdfExport_fa_IR.ts @@ -0,0 +1,256 @@ + + + + + PdfExport + + + SQLiteStudio v%1 + SQLiteStudio v%1 + + + + SQL query results + SQL query results + + + + + Exported table: %1 + Exported table: %1 + + + + + Table: %1 + Table: %1 + + + + + Column + Column + + + + Data type + Data type + + + + Constraints + Constraints + + + + Global table constraints + Global table constraints + + + + Exported database: %1 + Exported database: %1 + + + + Index: %1 + Index: %1 + + + + Property + index header + Property + + + + Value + index header + Value + + + + Indexed table + Indexed table + + + + Unique index + Unique index + + + + Yes + Yes + + + + No + No + + + + Collation + Collation + + + + Sort order + Sort order + + + + Partial index condition + Partial index condition + + + + Trigger: %1 + Trigger: %1 + + + + Property + trigger header + Property + + + + Value + trigger header + Value + + + + Activation time + Activation time + + + + For action + For action + + + + On view + On view + + + + On table + On table + + + + Activation condition + Activation condition + + + + Code executed + Code executed + + + + View: %1 + View: %1 + + + + Query: + Query: + + + + Document generated with SQLiteStudio v%1 + Document generated with SQLiteStudio v%1 + + + + PdfExportConfig + + + Size and layout + Size and layout + + + + Page size: + Page size: + + + + Right margin: + Right margin: + + + + Left margin: + Left margin: + + + + Cell padding: + Cell padding: + + + + Limit characters in single cell: + Limit characters in single cell: + + + + + + + + mm + mm + + + + Bottom margin: + Bottom margin: + + + + Top margin: + Top margin: + + + + Font + Font + + + + Colors + Colors + + + + Headers background: + Headers background: + + + + NULL value color: + NULL value color: + + + + Other settings + Other settings + + + + Print row numbers for data + Print row numbers for data + + + + Print page numbers + Print page numbers + + + diff --git a/Plugins/PdfExport/translations/PdfExport_fi_FI.ts b/Plugins/PdfExport/translations/PdfExport_fi_FI.ts new file mode 100644 index 0000000..79d24bd --- /dev/null +++ b/Plugins/PdfExport/translations/PdfExport_fi_FI.ts @@ -0,0 +1,256 @@ + + + + + PdfExport + + + SQLiteStudio v%1 + SQLiteStudio v%1 + + + + SQL query results + SQL query results + + + + + Exported table: %1 + Exported table: %1 + + + + + Table: %1 + Table: %1 + + + + + Column + Column + + + + Data type + Data type + + + + Constraints + Constraints + + + + Global table constraints + Global table constraints + + + + Exported database: %1 + Exported database: %1 + + + + Index: %1 + Index: %1 + + + + Property + index header + Property + + + + Value + index header + Value + + + + Indexed table + Indexed table + + + + Unique index + Unique index + + + + Yes + Yes + + + + No + No + + + + Collation + Collation + + + + Sort order + Sort order + + + + Partial index condition + Partial index condition + + + + Trigger: %1 + Trigger: %1 + + + + Property + trigger header + Property + + + + Value + trigger header + Value + + + + Activation time + Activation time + + + + For action + For action + + + + On view + On view + + + + On table + On table + + + + Activation condition + Activation condition + + + + Code executed + Code executed + + + + View: %1 + View: %1 + + + + Query: + Query: + + + + Document generated with SQLiteStudio v%1 + Document generated with SQLiteStudio v%1 + + + + PdfExportConfig + + + Size and layout + Size and layout + + + + Page size: + Page size: + + + + Right margin: + Right margin: + + + + Left margin: + Left margin: + + + + Cell padding: + Cell padding: + + + + Limit characters in single cell: + Limit characters in single cell: + + + + + + + + mm + mm + + + + Bottom margin: + Bottom margin: + + + + Top margin: + Top margin: + + + + Font + Font + + + + Colors + Colors + + + + Headers background: + Headers background: + + + + NULL value color: + NULL value color: + + + + Other settings + Other settings + + + + Print row numbers for data + Print row numbers for data + + + + Print page numbers + Print page numbers + + + diff --git a/Plugins/PdfExport/translations/PdfExport_fr_FR.ts b/Plugins/PdfExport/translations/PdfExport_fr_FR.ts new file mode 100644 index 0000000..b7235ce --- /dev/null +++ b/Plugins/PdfExport/translations/PdfExport_fr_FR.ts @@ -0,0 +1,256 @@ + + + + + PdfExport + + + SQLiteStudio v%1 + SQLiteStudio v%1 + + + + SQL query results + Résultats de la requête SQL + + + + + Exported table: %1 + Tableau exporté : %1 + + + + + Table: %1 + Tableau : %1 + + + + + Column + Colonne + + + + Data type + Type de données + + + + Constraints + Contraintes + + + + Global table constraints + Contraintes globales du tableau + + + + Exported database: %1 + Base de données exportée : %1 + + + + Index: %1 + Index : %1 + + + + Property + index header + Proprièté + + + + Value + index header + Valeur + + + + Indexed table + Tableau indexé + + + + Unique index + Index unique + + + + Yes + Oui + + + + No + Non + + + + Collation + Classement + + + + Sort order + Ordre de tri + + + + Partial index condition + Condition de l’index partiel + + + + Trigger: %1 + Déchencheur : %1 + + + + Property + trigger header + Proprièté + + + + Value + trigger header + Valeur + + + + Activation time + Activation temps + + + + For action + Pour action + + + + On view + De la vue + + + + On table + Sur le tableau + + + + Activation condition + Activation de la condition + + + + Code executed + Code exécuté + + + + View: %1 + Vue : %1 + + + + Query: + Requête : + + + + Document generated with SQLiteStudio v%1 + Documentation générée avec SQLiteStudio v%1 + + + + PdfExportConfig + + + Size and layout + Dimension et mise en page + + + + Page size: + Dimension page : + + + + Right margin: + Marge droite : + + + + Left margin: + Marge gauche : + + + + Cell padding: + Remplissage cellule : + + + + Limit characters in single cell: + Limite de caractères dans une cellule unique : + + + + + + + + mm + mm + + + + Bottom margin: + Marge inférieure : + + + + Top margin: + Marge supérieure : + + + + Font + Police + + + + Colors + Couleurs + + + + Headers background: + Arrière plan des en-têtes : + + + + NULL value color: + Couleur pour valeur NULL : + + + + Other settings + Autres paramètres + + + + Print row numbers for data + Nombre de lignes de données à imprimer + + + + Print page numbers + Imprimer nombre de pages + + + diff --git a/Plugins/PdfExport/translations/PdfExport_he_IL.ts b/Plugins/PdfExport/translations/PdfExport_he_IL.ts new file mode 100644 index 0000000..f578b0c --- /dev/null +++ b/Plugins/PdfExport/translations/PdfExport_he_IL.ts @@ -0,0 +1,256 @@ + + + + + PdfExport + + + SQLiteStudio v%1 + SQLiteStudio v%1 + + + + SQL query results + תוצאות שאילתת SQL + + + + + Exported table: %1 + טבלה מיוצת: %1 + + + + + Table: %1 + טבלה: %1 + + + + + Column + עמודה + + + + Data type + סוג מידע + + + + Constraints + אילוצים + + + + Global table constraints + אילוצי טבלה כלליים + + + + Exported database: %1 + מסד נתונים מיוצא: %1 + + + + Index: %1 + מִפְתֵּחַ: %1 + + + + Property + index header + מאפיין + + + + Value + index header + ערך + + + + Indexed table + טבלה ממופתחת + + + + Unique index + מפתח יחודאי + + + + Yes + כן + + + + No + לא + + + + Collation + ארגון + + + + Sort order + סדר מיון + + + + Partial index condition + תנאי מפתח חלקי + + + + Trigger: %1 + מַזְנֵק: %1 + + + + Property + trigger header + מאפיין + + + + Value + trigger header + ערך + + + + Activation time + זמן שפעול + + + + For action + על פעולה + + + + On view + על מצג + + + + On table + על טבלה + + + + Activation condition + תנאי שפעול + + + + Code executed + הקוד בוצע + + + + View: %1 + מצג: %1 + + + + Query: + שאילתה: + + + + Document generated with SQLiteStudio v%1 + מסמך חולל על ידי SQLiteStudio v%1 + + + + PdfExportConfig + + + Size and layout + גודל ופריסה + + + + Page size: + גודל עמוד: + + + + Right margin: + שוליים ימניים: + + + + Left margin: + שוליים שמאליים: + + + + Cell padding: + ריפוד תא: + + + + Limit characters in single cell: + הגבלת תווים בתא בודד: + + + + + + + + mm + מ"מ + + + + Bottom margin: + שוליים תחתונים: + + + + Top margin: + שוליים עליונים: + + + + Font + גופן + + + + Colors + צבעים + + + + Headers background: + רקע כותרות: + + + + NULL value color: + צבע ערך NULL: + + + + Other settings + הגדרות אחרות + + + + Print row numbers for data + הדפסת מספרי שורות לנתונים + + + + Print page numbers + הדפסת מספרי עמוד + + + diff --git a/Plugins/PdfExport/translations/PdfExport_hu_HU.ts b/Plugins/PdfExport/translations/PdfExport_hu_HU.ts new file mode 100644 index 0000000..1323700 --- /dev/null +++ b/Plugins/PdfExport/translations/PdfExport_hu_HU.ts @@ -0,0 +1,256 @@ + + + + + PdfExport + + + SQLiteStudio v%1 + SQLiteStudio v%1 + + + + SQL query results + SQL query results + + + + + Exported table: %1 + Exported table: %1 + + + + + Table: %1 + Table: %1 + + + + + Column + Column + + + + Data type + Data type + + + + Constraints + Constraints + + + + Global table constraints + Global table constraints + + + + Exported database: %1 + Exported database: %1 + + + + Index: %1 + Index: %1 + + + + Property + index header + Property + + + + Value + index header + Value + + + + Indexed table + Indexed table + + + + Unique index + Unique index + + + + Yes + Yes + + + + No + No + + + + Collation + Collation + + + + Sort order + Sort order + + + + Partial index condition + Partial index condition + + + + Trigger: %1 + Trigger: %1 + + + + Property + trigger header + Property + + + + Value + trigger header + Value + + + + Activation time + Activation time + + + + For action + For action + + + + On view + On view + + + + On table + On table + + + + Activation condition + Activation condition + + + + Code executed + Code executed + + + + View: %1 + View: %1 + + + + Query: + Query: + + + + Document generated with SQLiteStudio v%1 + Document generated with SQLiteStudio v%1 + + + + PdfExportConfig + + + Size and layout + Size and layout + + + + Page size: + Page size: + + + + Right margin: + Right margin: + + + + Left margin: + Left margin: + + + + Cell padding: + Cell padding: + + + + Limit characters in single cell: + Limit characters in single cell: + + + + + + + + mm + mm + + + + Bottom margin: + Bottom margin: + + + + Top margin: + Top margin: + + + + Font + Font + + + + Colors + Colors + + + + Headers background: + Headers background: + + + + NULL value color: + NULL value color: + + + + Other settings + Other settings + + + + Print row numbers for data + Print row numbers for data + + + + Print page numbers + Print page numbers + + + diff --git a/Plugins/PdfExport/translations/PdfExport_it_IT.ts b/Plugins/PdfExport/translations/PdfExport_it_IT.ts new file mode 100644 index 0000000..f06aba4 --- /dev/null +++ b/Plugins/PdfExport/translations/PdfExport_it_IT.ts @@ -0,0 +1,256 @@ + + + + + PdfExport + + + SQLiteStudio v%1 + SQLiteStudio v%1 + + + + SQL query results + Risultati della query SQL + + + + + Exported table: %1 + Tabella esportata: %1 + + + + + Table: %1 + Tabella: %1 + + + + + Column + Colonna + + + + Data type + Tipo di dati + + + + Constraints + Constraints + + + + Global table constraints + Constraints globali della tabella + + + + Exported database: %1 + Database esportato: %1 + + + + Index: %1 + Indice: %1 + + + + Property + index header + Proprietà + + + + Value + index header + Valore + + + + Indexed table + Tabella indicizzata + + + + Unique index + Indice unico + + + + Yes + + + + + No + No + + + + Collation + Collation + + + + Sort order + Ordina per + + + + Partial index condition + Condizione indice parziale + + + + Trigger: %1 + Trigger: %1 + + + + Property + trigger header + Proprietà + + + + Value + trigger header + Valore + + + + Activation time + Tempo di attivazione + + + + For action + Per azione + + + + On view + Su vista + + + + On table + Su tabella + + + + Activation condition + Condizione di attivazione + + + + Code executed + Codice eseguito + + + + View: %1 + Vista: %1 + + + + Query: + Query: + + + + Document generated with SQLiteStudio v%1 + Documento generato con SQLiteStudio v%1 + + + + PdfExportConfig + + + Size and layout + Dimensione e disposizione + + + + Page size: + Dimensione pagina: + + + + Right margin: + Margine destro: + + + + Left margin: + Margine sinistro: + + + + Cell padding: + Spaziatura cella: + + + + Limit characters in single cell: + Limite di caratteri in una singola cella: + + + + + + + + mm + mm + + + + Bottom margin: + Margine inferiore: + + + + Top margin: + Margine superiore: + + + + Font + Font + + + + Colors + Colori + + + + Headers background: + Sfondo intestazioni: + + + + NULL value color: + Colore del valore NULL: + + + + Other settings + Altre impostazioni + + + + Print row numbers for data + Stampa numeri di righe per i dati + + + + Print page numbers + Stampa numeri pagina + + + diff --git a/Plugins/PdfExport/translations/PdfExport_ja_JP.ts b/Plugins/PdfExport/translations/PdfExport_ja_JP.ts new file mode 100644 index 0000000..d089e14 --- /dev/null +++ b/Plugins/PdfExport/translations/PdfExport_ja_JP.ts @@ -0,0 +1,256 @@ + + + + + PdfExport + + + SQLiteStudio v%1 + SQLiteStudio v%1 + + + + SQL query results + SQL query results + + + + + Exported table: %1 + Exported table: %1 + + + + + Table: %1 + Table: %1 + + + + + Column + Column + + + + Data type + Data type + + + + Constraints + Constraints + + + + Global table constraints + Global table constraints + + + + Exported database: %1 + Exported database: %1 + + + + Index: %1 + Index: %1 + + + + Property + index header + Property + + + + Value + index header + Value + + + + Indexed table + Indexed table + + + + Unique index + Unique index + + + + Yes + Yes + + + + No + No + + + + Collation + Collation + + + + Sort order + Sort order + + + + Partial index condition + Partial index condition + + + + Trigger: %1 + Trigger: %1 + + + + Property + trigger header + Property + + + + Value + trigger header + Value + + + + Activation time + Activation time + + + + For action + For action + + + + On view + On view + + + + On table + On table + + + + Activation condition + Activation condition + + + + Code executed + Code executed + + + + View: %1 + View: %1 + + + + Query: + Query: + + + + Document generated with SQLiteStudio v%1 + Document generated with SQLiteStudio v%1 + + + + PdfExportConfig + + + Size and layout + Size and layout + + + + Page size: + Page size: + + + + Right margin: + Right margin: + + + + Left margin: + Left margin: + + + + Cell padding: + Cell padding: + + + + Limit characters in single cell: + Limit characters in single cell: + + + + + + + + mm + mm + + + + Bottom margin: + Bottom margin: + + + + Top margin: + Top margin: + + + + Font + Font + + + + Colors + Colors + + + + Headers background: + Headers background: + + + + NULL value color: + NULL value color: + + + + Other settings + Other settings + + + + Print row numbers for data + Print row numbers for data + + + + Print page numbers + Print page numbers + + + diff --git a/Plugins/PdfExport/translations/PdfExport_kaa.ts b/Plugins/PdfExport/translations/PdfExport_kaa.ts new file mode 100644 index 0000000..bc56f76 --- /dev/null +++ b/Plugins/PdfExport/translations/PdfExport_kaa.ts @@ -0,0 +1,256 @@ + + + + + PdfExport + + + SQLiteStudio v%1 + SQLiteStudio v%1 + + + + SQL query results + SQL query results + + + + + Exported table: %1 + Exported table: %1 + + + + + Table: %1 + Table: %1 + + + + + Column + Qatar + + + + Data type + Data type + + + + Constraints + Constraints + + + + Global table constraints + Global table constraints + + + + Exported database: %1 + Exported database: %1 + + + + Index: %1 + Index: %1 + + + + Property + index header + Property + + + + Value + index header + Value + + + + Indexed table + Indexed table + + + + Unique index + Unique index + + + + Yes + Awa + + + + No + Yaq + + + + Collation + Collation + + + + Sort order + Sort order + + + + Partial index condition + Partial index condition + + + + Trigger: %1 + Trigger: %1 + + + + Property + trigger header + Property + + + + Value + trigger header + Value + + + + Activation time + Activation time + + + + For action + For action + + + + On view + On view + + + + On table + On table + + + + Activation condition + Activation condition + + + + Code executed + Code executed + + + + View: %1 + View: %1 + + + + Query: + Query: + + + + Document generated with SQLiteStudio v%1 + Document generated with SQLiteStudio v%1 + + + + PdfExportConfig + + + Size and layout + Size and layout + + + + Page size: + Page size: + + + + Right margin: + Right margin: + + + + Left margin: + Left margin: + + + + Cell padding: + Cell padding: + + + + Limit characters in single cell: + Limit characters in single cell: + + + + + + + + mm + mm + + + + Bottom margin: + Bottom margin: + + + + Top margin: + Top margin: + + + + Font + Font + + + + Colors + Colors + + + + Headers background: + Headers background: + + + + NULL value color: + NULL value color: + + + + Other settings + Other settings + + + + Print row numbers for data + Print row numbers for data + + + + Print page numbers + Print page numbers + + + diff --git a/Plugins/PdfExport/translations/PdfExport_ko_KR.ts b/Plugins/PdfExport/translations/PdfExport_ko_KR.ts new file mode 100644 index 0000000..0ccfead --- /dev/null +++ b/Plugins/PdfExport/translations/PdfExport_ko_KR.ts @@ -0,0 +1,256 @@ + + + + + PdfExport + + + SQLiteStudio v%1 + SQLiteStudio v%1 + + + + SQL query results + SQL query results + + + + + Exported table: %1 + Exported table: %1 + + + + + Table: %1 + Table: %1 + + + + + Column + Column + + + + Data type + Data type + + + + Constraints + Constraints + + + + Global table constraints + Global table constraints + + + + Exported database: %1 + Exported database: %1 + + + + Index: %1 + Index: %1 + + + + Property + index header + Property + + + + Value + index header + Value + + + + Indexed table + Indexed table + + + + Unique index + Unique index + + + + Yes + Yes + + + + No + No + + + + Collation + Collation + + + + Sort order + Sort order + + + + Partial index condition + Partial index condition + + + + Trigger: %1 + Trigger: %1 + + + + Property + trigger header + Property + + + + Value + trigger header + Value + + + + Activation time + Activation time + + + + For action + For action + + + + On view + On view + + + + On table + On table + + + + Activation condition + Activation condition + + + + Code executed + Code executed + + + + View: %1 + View: %1 + + + + Query: + Query: + + + + Document generated with SQLiteStudio v%1 + Document generated with SQLiteStudio v%1 + + + + PdfExportConfig + + + Size and layout + Size and layout + + + + Page size: + Page size: + + + + Right margin: + Right margin: + + + + Left margin: + Left margin: + + + + Cell padding: + Cell padding: + + + + Limit characters in single cell: + Limit characters in single cell: + + + + + + + + mm + mm + + + + Bottom margin: + Bottom margin: + + + + Top margin: + Top margin: + + + + Font + Font + + + + Colors + Colors + + + + Headers background: + Headers background: + + + + NULL value color: + NULL value color: + + + + Other settings + Other settings + + + + Print row numbers for data + Print row numbers for data + + + + Print page numbers + Print page numbers + + + diff --git a/Plugins/PdfExport/translations/PdfExport_nl_NL.ts b/Plugins/PdfExport/translations/PdfExport_nl_NL.ts new file mode 100644 index 0000000..caabd5f --- /dev/null +++ b/Plugins/PdfExport/translations/PdfExport_nl_NL.ts @@ -0,0 +1,256 @@ + + + + + PdfExport + + + SQLiteStudio v%1 + SQLiteStudio v%1 + + + + SQL query results + SQL query results + + + + + Exported table: %1 + Exported table: %1 + + + + + Table: %1 + Table: %1 + + + + + Column + Column + + + + Data type + Data type + + + + Constraints + Constraints + + + + Global table constraints + Global table constraints + + + + Exported database: %1 + Exported database: %1 + + + + Index: %1 + Index: %1 + + + + Property + index header + Property + + + + Value + index header + Value + + + + Indexed table + Indexed table + + + + Unique index + Unique index + + + + Yes + Yes + + + + No + No + + + + Collation + Collation + + + + Sort order + Sort order + + + + Partial index condition + Partial index condition + + + + Trigger: %1 + Trigger: %1 + + + + Property + trigger header + Property + + + + Value + trigger header + Value + + + + Activation time + Activation time + + + + For action + For action + + + + On view + On view + + + + On table + On table + + + + Activation condition + Activation condition + + + + Code executed + Code executed + + + + View: %1 + View: %1 + + + + Query: + Query: + + + + Document generated with SQLiteStudio v%1 + Document generated with SQLiteStudio v%1 + + + + PdfExportConfig + + + Size and layout + Size and layout + + + + Page size: + Page size: + + + + Right margin: + Right margin: + + + + Left margin: + Left margin: + + + + Cell padding: + Cell padding: + + + + Limit characters in single cell: + Limit characters in single cell: + + + + + + + + mm + mm + + + + Bottom margin: + Bottom margin: + + + + Top margin: + Top margin: + + + + Font + Font + + + + Colors + Colors + + + + Headers background: + Headers background: + + + + NULL value color: + NULL value color: + + + + Other settings + Other settings + + + + Print row numbers for data + Print row numbers for data + + + + Print page numbers + Print page numbers + + + diff --git a/Plugins/PdfExport/translations/PdfExport_no_NO.ts b/Plugins/PdfExport/translations/PdfExport_no_NO.ts new file mode 100644 index 0000000..8e6d19d --- /dev/null +++ b/Plugins/PdfExport/translations/PdfExport_no_NO.ts @@ -0,0 +1,256 @@ + + + + + PdfExport + + + SQLiteStudio v%1 + SQLiteStudio v%1 + + + + SQL query results + SQL query results + + + + + Exported table: %1 + Exported table: %1 + + + + + Table: %1 + Table: %1 + + + + + Column + Column + + + + Data type + Data type + + + + Constraints + Constraints + + + + Global table constraints + Global table constraints + + + + Exported database: %1 + Exported database: %1 + + + + Index: %1 + Index: %1 + + + + Property + index header + Property + + + + Value + index header + Value + + + + Indexed table + Indexed table + + + + Unique index + Unique index + + + + Yes + Yes + + + + No + No + + + + Collation + Collation + + + + Sort order + Sort order + + + + Partial index condition + Partial index condition + + + + Trigger: %1 + Trigger: %1 + + + + Property + trigger header + Property + + + + Value + trigger header + Value + + + + Activation time + Activation time + + + + For action + For action + + + + On view + On view + + + + On table + On table + + + + Activation condition + Activation condition + + + + Code executed + Code executed + + + + View: %1 + View: %1 + + + + Query: + Query: + + + + Document generated with SQLiteStudio v%1 + Document generated with SQLiteStudio v%1 + + + + PdfExportConfig + + + Size and layout + Size and layout + + + + Page size: + Page size: + + + + Right margin: + Right margin: + + + + Left margin: + Left margin: + + + + Cell padding: + Cell padding: + + + + Limit characters in single cell: + Limit characters in single cell: + + + + + + + + mm + mm + + + + Bottom margin: + Bottom margin: + + + + Top margin: + Top margin: + + + + Font + Font + + + + Colors + Colors + + + + Headers background: + Headers background: + + + + NULL value color: + NULL value color: + + + + Other settings + Other settings + + + + Print row numbers for data + Print row numbers for data + + + + Print page numbers + Print page numbers + + + diff --git a/Plugins/PdfExport/translations/PdfExport_pl_PL.ts b/Plugins/PdfExport/translations/PdfExport_pl_PL.ts new file mode 100644 index 0000000..c8946b9 --- /dev/null +++ b/Plugins/PdfExport/translations/PdfExport_pl_PL.ts @@ -0,0 +1,256 @@ + + + + + PdfExport + + + SQLiteStudio v%1 + SQLiteStudio v%1 + + + + SQL query results + Wyniki zapytania SQL + + + + + Exported table: %1 + Eksportowana tabela: %1 + + + + + Table: %1 + Tabela: %1 + + + + + Column + Kolumna + + + + Data type + Typ danych + + + + Constraints + Ograniczenia + + + + Global table constraints + Globalne ograniczenia tabeli + + + + Exported database: %1 + Eksportowana baza: %1 + + + + Index: %1 + Indeks: %1 + + + + Property + index header + Własność + + + + Value + index header + Wartość + + + + Indexed table + Zaindeksowana tabela + + + + Unique index + Indeks unikalny + + + + Yes + Tak + + + + No + Nie + + + + Collation + Zestawienie + + + + Sort order + Sortowanie + + + + Partial index condition + Warunek indeksu częściowego + + + + Trigger: %1 + Wyzwalacz: %1 + + + + Property + trigger header + Własność + + + + Value + trigger header + Wartość + + + + Activation time + Moment aktywacji + + + + For action + Dla akcji + + + + On view + Na widoku + + + + On table + Na tabeli + + + + Activation condition + Warunek aktywacji + + + + Code executed + Kod do wykonania + + + + View: %1 + Widok: %1 + + + + Query: + Zapytanie: + + + + Document generated with SQLiteStudio v%1 + Dokument wygenerowany przy pomocy SQLiteStudio v%1 + + + + PdfExportConfig + + + Size and layout + Rozmiar i układ + + + + Page size: + Rozmiar strony: + + + + Right margin: + Prawy margines: + + + + Left margin: + Lewy margines: + + + + Cell padding: + Odstęp wewnątrz komórki: + + + + Limit characters in single cell: + Ogranicz liczbę znaków w komórce: + + + + + + + + mm + mm + + + + Bottom margin: + Dolny margines: + + + + Top margin: + Górny margines: + + + + Font + Czcionka + + + + Colors + Kolory + + + + Headers background: + Tło nagłówków: + + + + NULL value color: + Kolor wartości NULL: + + + + Other settings + Inne ustawienia + + + + Print row numbers for data + Drukuj numery wierszy dla danych + + + + Print page numbers + Drukuj numery stron + + + diff --git a/Plugins/PdfExport/translations/PdfExport_pt_BR.ts b/Plugins/PdfExport/translations/PdfExport_pt_BR.ts new file mode 100644 index 0000000..93495d6 --- /dev/null +++ b/Plugins/PdfExport/translations/PdfExport_pt_BR.ts @@ -0,0 +1,256 @@ + + + + + PdfExport + + + SQLiteStudio v%1 + SQLiteStudio v%1 + + + + SQL query results + Resultados da consulta SQL + + + + + Exported table: %1 + Tabela exportada: %1 + + + + + Table: %1 + Tabela: %1 + + + + + Column + Coluna + + + + Data type + Tipo de dados + + + + Constraints + Restrições + + + + Global table constraints + Restrições de tabela global + + + + Exported database: %1 + Banco de dados exportado: %1 + + + + Index: %1 + Índice: %1 + + + + Property + index header + Propriedade + + + + Value + index header + Valor + + + + Indexed table + Tabela de indexação + + + + Unique index + Índice exclusivo + + + + Yes + Sim + + + + No + Não + + + + Collation + Collation + + + + Sort order + Ordem de classificação + + + + Partial index condition + Condição do índice parcial + + + + Trigger: %1 + Trigger: %1 + + + + Property + trigger header + Propriedade + + + + Value + trigger header + Valor + + + + Activation time + Tempo de ativação + + + + For action + Para a ação + + + + On view + Na visualização + + + + On table + Na tabela + + + + Activation condition + Condições para ativação + + + + Code executed + Código executado + + + + View: %1 + Visualizar: %1 + + + + Query: + Consulta: + + + + Document generated with SQLiteStudio v%1 + Documento gerado com SQLiteStudio v%1 + + + + PdfExportConfig + + + Size and layout + Tamanho e layout + + + + Page size: + Tamanho da página: + + + + Right margin: + Margem direita: + + + + Left margin: + Margem esquerda: + + + + Cell padding: + Preenchimento da célula: + + + + Limit characters in single cell: + Limitar caracteres em uma única célula: + + + + + + + + mm + mm + + + + Bottom margin: + Margem inferior: + + + + Top margin: + Margem superior: + + + + Font + Fonte + + + + Colors + Cores + + + + Headers background: + Fundo dos cabeçalhos: + + + + NULL value color: + Cor do valor NULL: + + + + Other settings + Outras configurações + + + + Print row numbers for data + Imprimir números de linhas para dados + + + + Print page numbers + Imprimir número de páginas + + + diff --git a/Plugins/PdfExport/translations/PdfExport_pt_PT.ts b/Plugins/PdfExport/translations/PdfExport_pt_PT.ts new file mode 100644 index 0000000..d149604 --- /dev/null +++ b/Plugins/PdfExport/translations/PdfExport_pt_PT.ts @@ -0,0 +1,256 @@ + + + + + PdfExport + + + SQLiteStudio v%1 + SQLiteStudio v%1 + + + + SQL query results + SQL query results + + + + + Exported table: %1 + Exported table: %1 + + + + + Table: %1 + Table: %1 + + + + + Column + Column + + + + Data type + Data type + + + + Constraints + Constraints + + + + Global table constraints + Global table constraints + + + + Exported database: %1 + Exported database: %1 + + + + Index: %1 + Index: %1 + + + + Property + index header + Property + + + + Value + index header + Value + + + + Indexed table + Indexed table + + + + Unique index + Unique index + + + + Yes + Yes + + + + No + No + + + + Collation + Collation + + + + Sort order + Sort order + + + + Partial index condition + Partial index condition + + + + Trigger: %1 + Trigger: %1 + + + + Property + trigger header + Property + + + + Value + trigger header + Value + + + + Activation time + Activation time + + + + For action + For action + + + + On view + On view + + + + On table + On table + + + + Activation condition + Activation condition + + + + Code executed + Code executed + + + + View: %1 + View: %1 + + + + Query: + Query: + + + + Document generated with SQLiteStudio v%1 + Document generated with SQLiteStudio v%1 + + + + PdfExportConfig + + + Size and layout + Size and layout + + + + Page size: + Page size: + + + + Right margin: + Right margin: + + + + Left margin: + Left margin: + + + + Cell padding: + Cell padding: + + + + Limit characters in single cell: + Limit characters in single cell: + + + + + + + + mm + mm + + + + Bottom margin: + Bottom margin: + + + + Top margin: + Top margin: + + + + Font + Font + + + + Colors + Colors + + + + Headers background: + Headers background: + + + + NULL value color: + NULL value color: + + + + Other settings + Other settings + + + + Print row numbers for data + Print row numbers for data + + + + Print page numbers + Print page numbers + + + diff --git a/Plugins/PdfExport/translations/PdfExport_ro_RO.ts b/Plugins/PdfExport/translations/PdfExport_ro_RO.ts new file mode 100644 index 0000000..b4f8d8d --- /dev/null +++ b/Plugins/PdfExport/translations/PdfExport_ro_RO.ts @@ -0,0 +1,256 @@ + + + + + PdfExport + + + SQLiteStudio v%1 + SQLiteStudio v%1 + + + + SQL query results + SQL query results + + + + + Exported table: %1 + Exported table: %1 + + + + + Table: %1 + Table: %1 + + + + + Column + Column + + + + Data type + Data type + + + + Constraints + Constraints + + + + Global table constraints + Global table constraints + + + + Exported database: %1 + Exported database: %1 + + + + Index: %1 + Index: %1 + + + + Property + index header + Property + + + + Value + index header + Value + + + + Indexed table + Indexed table + + + + Unique index + Unique index + + + + Yes + Yes + + + + No + No + + + + Collation + Collation + + + + Sort order + Sort order + + + + Partial index condition + Partial index condition + + + + Trigger: %1 + Trigger: %1 + + + + Property + trigger header + Property + + + + Value + trigger header + Value + + + + Activation time + Activation time + + + + For action + For action + + + + On view + On view + + + + On table + On table + + + + Activation condition + Activation condition + + + + Code executed + Code executed + + + + View: %1 + View: %1 + + + + Query: + Query: + + + + Document generated with SQLiteStudio v%1 + Document generated with SQLiteStudio v%1 + + + + PdfExportConfig + + + Size and layout + Size and layout + + + + Page size: + Page size: + + + + Right margin: + Right margin: + + + + Left margin: + Left margin: + + + + Cell padding: + Cell padding: + + + + Limit characters in single cell: + Limit characters in single cell: + + + + + + + + mm + mm + + + + Bottom margin: + Bottom margin: + + + + Top margin: + Top margin: + + + + Font + Font + + + + Colors + Colors + + + + Headers background: + Headers background: + + + + NULL value color: + NULL value color: + + + + Other settings + Other settings + + + + Print row numbers for data + Print row numbers for data + + + + Print page numbers + Print page numbers + + + diff --git a/Plugins/PdfExport/translations/PdfExport_ru_RU.ts b/Plugins/PdfExport/translations/PdfExport_ru_RU.ts new file mode 100644 index 0000000..0dd58b7 --- /dev/null +++ b/Plugins/PdfExport/translations/PdfExport_ru_RU.ts @@ -0,0 +1,256 @@ + + + + + PdfExport + + + SQLiteStudio v%1 + SQLiteStudio v%1 + + + + SQL query results + Результаты запроса SQL + + + + + Exported table: %1 + Экспортированная таблица: %1 + + + + + Table: %1 + Таблица: %1 + + + + + Column + Столбец + + + + Data type + Тип данных + + + + Constraints + Ограничения + + + + Global table constraints + Глобальные ограничения на таблицу + + + + Exported database: %1 + Экспортированная база данных: %1 + + + + Index: %1 + Индекс: %1 + + + + Property + index header + Свойство + + + + Value + index header + Значение + + + + Indexed table + Проиндексированная таблица + + + + Unique index + Уникальный индекс + + + + Yes + Да + + + + No + Нет + + + + Collation + Сравнение + + + + Sort order + Порядок сортировки + + + + Partial index condition + Условие для частичного индекса + + + + Trigger: %1 + Триггер: %1 + + + + Property + trigger header + Свойство + + + + Value + trigger header + Значение + + + + Activation time + Время активации + + + + For action + Для действия + + + + On view + Для представления + + + + On table + Для таблицы + + + + Activation condition + Условие активации + + + + Code executed + Исполненный код + + + + View: %1 + Представление: %1 + + + + Query: + Запрос: + + + + Document generated with SQLiteStudio v%1 + Документ сгенерирован с помощью SQLiteStudio v%1 + + + + PdfExportConfig + + + Size and layout + Размеры и разметка + + + + Page size: + Размер страницы: + + + + Right margin: + Правое поле: + + + + Left margin: + Левое поле: + + + + Cell padding: + Отступ в ячейке: + + + + Limit characters in single cell: + Ограничение количества символов в ячейке: + + + + + + + + mm + мм + + + + Bottom margin: + Нижнее поле: + + + + Top margin: + Верхнее поле: + + + + Font + Шрифт + + + + Colors + Цвета + + + + Headers background: + Фон заголовков: + + + + NULL value color: + Цвет значения NULL: + + + + Other settings + Прочие настройки + + + + Print row numbers for data + Выводить номера строк данных + + + + Print page numbers + Выводить номера страниц + + + diff --git a/Plugins/PdfExport/translations/PdfExport_sk_SK.ts b/Plugins/PdfExport/translations/PdfExport_sk_SK.ts new file mode 100644 index 0000000..8a16d63 --- /dev/null +++ b/Plugins/PdfExport/translations/PdfExport_sk_SK.ts @@ -0,0 +1,256 @@ + + + + + PdfExport + + + SQLiteStudio v%1 + SQLiteStudio v%1 + + + + SQL query results + Výsledky SQL dotazu + + + + + Exported table: %1 + Vyexportovaná tabuľka: %1 + + + + + Table: %1 + Tabuľka: %1 + + + + + Column + Stĺpec + + + + Data type + Dátový typ + + + + Constraints + Obmedzenia + + + + Global table constraints + Globálne tabuľkové obmedzenia + + + + Exported database: %1 + Vyexportovaná databáza: %1 + + + + Index: %1 + Index: %1 + + + + Property + index header + Typ + + + + Value + index header + Hodnota + + + + Indexed table + Indexovaná tabuľka + + + + Unique index + Jedinečný index + + + + Yes + Áno + + + + No + Nie + + + + Collation + Porovnávanie + + + + Sort order + Zoradenie + + + + Partial index condition + Podmienka parciálneho indexu + + + + Trigger: %1 + Spúšťač: %1 + + + + Property + trigger header + Typ + + + + Value + trigger header + Hodnota + + + + Activation time + Aktivačný čas + + + + For action + Pre akciu + + + + On view + Na pohľade + + + + On table + Na tabuľke + + + + Activation condition + Aktivačná podmienka + + + + Code executed + Vykonaný kód + + + + View: %1 + Pohľad: %1 + + + + Query: + Dotaz: + + + + Document generated with SQLiteStudio v%1 + Dokument vygenerovaný programom SQLiteStudio v%1 + + + + PdfExportConfig + + + Size and layout + Veľkosť a rozvrhnutie + + + + Page size: + Veľkosť strany: + + + + Right margin: + Pravý okraj: + + + + Left margin: + Ľavý okraj: + + + + Cell padding: + Odsadenie od okrajov bunky: + + + + Limit characters in single cell: + Maximálny počet znakov v jednej bunke: + + + + + + + + mm + mm + + + + Bottom margin: + Spodný okraj: + + + + Top margin: + Horný okraj: + + + + Font + Písmo + + + + Colors + Farby + + + + Headers background: + Farba pozadia štruktúr: + + + + NULL value color: + Farba NULL hodnoty: + + + + Other settings + Iné nastavenia + + + + Print row numbers for data + Číslovanie dátových riadkov + + + + Print page numbers + Číslovanie strán + + + diff --git a/Plugins/PdfExport/translations/PdfExport_sr_SP.ts b/Plugins/PdfExport/translations/PdfExport_sr_SP.ts new file mode 100644 index 0000000..bff953f --- /dev/null +++ b/Plugins/PdfExport/translations/PdfExport_sr_SP.ts @@ -0,0 +1,256 @@ + + + + + PdfExport + + + SQLiteStudio v%1 + SQLiteStudio v%1 + + + + SQL query results + SQL query results + + + + + Exported table: %1 + Exported table: %1 + + + + + Table: %1 + Table: %1 + + + + + Column + Column + + + + Data type + Data type + + + + Constraints + Constraints + + + + Global table constraints + Global table constraints + + + + Exported database: %1 + Exported database: %1 + + + + Index: %1 + Index: %1 + + + + Property + index header + Property + + + + Value + index header + Value + + + + Indexed table + Indexed table + + + + Unique index + Unique index + + + + Yes + Yes + + + + No + No + + + + Collation + Collation + + + + Sort order + Sort order + + + + Partial index condition + Partial index condition + + + + Trigger: %1 + Trigger: %1 + + + + Property + trigger header + Property + + + + Value + trigger header + Value + + + + Activation time + Activation time + + + + For action + For action + + + + On view + On view + + + + On table + On table + + + + Activation condition + Activation condition + + + + Code executed + Code executed + + + + View: %1 + View: %1 + + + + Query: + Query: + + + + Document generated with SQLiteStudio v%1 + Document generated with SQLiteStudio v%1 + + + + PdfExportConfig + + + Size and layout + Size and layout + + + + Page size: + Page size: + + + + Right margin: + Right margin: + + + + Left margin: + Left margin: + + + + Cell padding: + Cell padding: + + + + Limit characters in single cell: + Limit characters in single cell: + + + + + + + + mm + mm + + + + Bottom margin: + Bottom margin: + + + + Top margin: + Top margin: + + + + Font + Font + + + + Colors + Colors + + + + Headers background: + Headers background: + + + + NULL value color: + NULL value color: + + + + Other settings + Other settings + + + + Print row numbers for data + Print row numbers for data + + + + Print page numbers + Print page numbers + + + diff --git a/Plugins/PdfExport/translations/PdfExport_sv_SE.ts b/Plugins/PdfExport/translations/PdfExport_sv_SE.ts new file mode 100644 index 0000000..8d30fd8 --- /dev/null +++ b/Plugins/PdfExport/translations/PdfExport_sv_SE.ts @@ -0,0 +1,256 @@ + + + + + PdfExport + + + SQLiteStudio v%1 + SQLiteStudio v%1 + + + + SQL query results + SQL query results + + + + + Exported table: %1 + Exported table: %1 + + + + + Table: %1 + Table: %1 + + + + + Column + Column + + + + Data type + Data type + + + + Constraints + Constraints + + + + Global table constraints + Global table constraints + + + + Exported database: %1 + Exported database: %1 + + + + Index: %1 + Index: %1 + + + + Property + index header + Property + + + + Value + index header + Value + + + + Indexed table + Indexed table + + + + Unique index + Unique index + + + + Yes + Yes + + + + No + No + + + + Collation + Collation + + + + Sort order + Sort order + + + + Partial index condition + Partial index condition + + + + Trigger: %1 + Trigger: %1 + + + + Property + trigger header + Property + + + + Value + trigger header + Value + + + + Activation time + Activation time + + + + For action + For action + + + + On view + On view + + + + On table + On table + + + + Activation condition + Activation condition + + + + Code executed + Code executed + + + + View: %1 + View: %1 + + + + Query: + Query: + + + + Document generated with SQLiteStudio v%1 + Document generated with SQLiteStudio v%1 + + + + PdfExportConfig + + + Size and layout + Size and layout + + + + Page size: + Page size: + + + + Right margin: + Right margin: + + + + Left margin: + Left margin: + + + + Cell padding: + Cell padding: + + + + Limit characters in single cell: + Limit characters in single cell: + + + + + + + + mm + mm + + + + Bottom margin: + Bottom margin: + + + + Top margin: + Top margin: + + + + Font + Font + + + + Colors + Colors + + + + Headers background: + Headers background: + + + + NULL value color: + NULL value color: + + + + Other settings + Other settings + + + + Print row numbers for data + Print row numbers for data + + + + Print page numbers + Print page numbers + + + diff --git a/Plugins/PdfExport/translations/PdfExport_tr_TR.ts b/Plugins/PdfExport/translations/PdfExport_tr_TR.ts new file mode 100644 index 0000000..fe973cd --- /dev/null +++ b/Plugins/PdfExport/translations/PdfExport_tr_TR.ts @@ -0,0 +1,256 @@ + + + + + PdfExport + + + SQLiteStudio v%1 + SQLiteStudio v%1 + + + + SQL query results + SQL sorgu sonuçları + + + + + Exported table: %1 + Çıkartılan tablo: %1 + + + + + Table: %1 + Tablo: %1 + + + + + Column + Kolon + + + + Data type + Veri tipi + + + + Constraints + Constraints + + + + Global table constraints + Global tablo constraints + + + + Exported database: %1 + Çıkartılan veritabanı: %1 + + + + Index: %1 + Indeks: %1 + + + + Property + index header + Özellik + + + + Value + index header + Değer + + + + Indexed table + İndekslenen tablo + + + + Unique index + Unique index + + + + Yes + Evet + + + + No + Hayır + + + + Collation + Collation + + + + Sort order + Sıralama düzeni + + + + Partial index condition + Partial indeks koşulu + + + + Trigger: %1 + Trigger: %1 + + + + Property + trigger header + Özellik + + + + Value + trigger header + Değer + + + + Activation time + Aktivasyon zamanı + + + + For action + İşlemi için + + + + On view + View + + + + On table + Tablo + + + + Activation condition + Aktivasyon koşulu + + + + Code executed + Çalıştırılan kod + + + + View: %1 + View: %1 + + + + Query: + Sorgu: + + + + Document generated with SQLiteStudio v%1 + SQLiteStudio ile üretilen döküman üzerinde v%1 + + + + PdfExportConfig + + + Size and layout + Ölçü ve düzen + + + + Page size: + Sayfa boyutu: + + + + Right margin: + Sağ kenar boşluğu: + + + + Left margin: + Sol kenar boşluğu: + + + + Cell padding: + Hücre boşluğu: + + + + Limit characters in single cell: + Bir hücredeki karakter limiti: + + + + + + + + mm + mm + + + + Bottom margin: + Alt kenar boşluğu: + + + + Top margin: + Üst kenar boşluğu: + + + + Font + Yazı tipi + + + + Colors + Renkler + + + + Headers background: + Başlık arkaplanı: + + + + NULL value color: + NULL değer rengi: + + + + Other settings + Diğer ayarlar + + + + Print row numbers for data + Veriler için satır numarasını yazdır + + + + Print page numbers + Sayfa numaralarını yazdır + + + diff --git a/Plugins/PdfExport/translations/PdfExport_uk_UA.ts b/Plugins/PdfExport/translations/PdfExport_uk_UA.ts new file mode 100644 index 0000000..a9e3e02 --- /dev/null +++ b/Plugins/PdfExport/translations/PdfExport_uk_UA.ts @@ -0,0 +1,256 @@ + + + + + PdfExport + + + SQLiteStudio v%1 + SQLiteStudio v%1 + + + + SQL query results + SQL query results + + + + + Exported table: %1 + Exported table: %1 + + + + + Table: %1 + Table: %1 + + + + + Column + Column + + + + Data type + Data type + + + + Constraints + Constraints + + + + Global table constraints + Global table constraints + + + + Exported database: %1 + Exported database: %1 + + + + Index: %1 + Index: %1 + + + + Property + index header + Property + + + + Value + index header + Value + + + + Indexed table + Indexed table + + + + Unique index + Unique index + + + + Yes + Yes + + + + No + No + + + + Collation + Collation + + + + Sort order + Sort order + + + + Partial index condition + Partial index condition + + + + Trigger: %1 + Trigger: %1 + + + + Property + trigger header + Property + + + + Value + trigger header + Value + + + + Activation time + Activation time + + + + For action + For action + + + + On view + On view + + + + On table + On table + + + + Activation condition + Activation condition + + + + Code executed + Code executed + + + + View: %1 + View: %1 + + + + Query: + Query: + + + + Document generated with SQLiteStudio v%1 + Document generated with SQLiteStudio v%1 + + + + PdfExportConfig + + + Size and layout + Size and layout + + + + Page size: + Page size: + + + + Right margin: + Right margin: + + + + Left margin: + Left margin: + + + + Cell padding: + Cell padding: + + + + Limit characters in single cell: + Limit characters in single cell: + + + + + + + + mm + mm + + + + Bottom margin: + Bottom margin: + + + + Top margin: + Top margin: + + + + Font + Font + + + + Colors + Colors + + + + Headers background: + Headers background: + + + + NULL value color: + NULL value color: + + + + Other settings + Other settings + + + + Print row numbers for data + Print row numbers for data + + + + Print page numbers + Print page numbers + + + diff --git a/Plugins/PdfExport/translations/PdfExport_vi_VN.ts b/Plugins/PdfExport/translations/PdfExport_vi_VN.ts new file mode 100644 index 0000000..92abf41 --- /dev/null +++ b/Plugins/PdfExport/translations/PdfExport_vi_VN.ts @@ -0,0 +1,256 @@ + + + + + PdfExport + + + SQLiteStudio v%1 + SQLiteStudio v%1 + + + + SQL query results + SQL query results + + + + + Exported table: %1 + Exported table: %1 + + + + + Table: %1 + Table: %1 + + + + + Column + Column + + + + Data type + Data type + + + + Constraints + Constraints + + + + Global table constraints + Global table constraints + + + + Exported database: %1 + Exported database: %1 + + + + Index: %1 + Index: %1 + + + + Property + index header + Property + + + + Value + index header + Value + + + + Indexed table + Indexed table + + + + Unique index + Unique index + + + + Yes + Yes + + + + No + No + + + + Collation + Collation + + + + Sort order + Sort order + + + + Partial index condition + Partial index condition + + + + Trigger: %1 + Trigger: %1 + + + + Property + trigger header + Property + + + + Value + trigger header + Value + + + + Activation time + Activation time + + + + For action + For action + + + + On view + On view + + + + On table + On table + + + + Activation condition + Activation condition + + + + Code executed + Code executed + + + + View: %1 + View: %1 + + + + Query: + Query: + + + + Document generated with SQLiteStudio v%1 + Document generated with SQLiteStudio v%1 + + + + PdfExportConfig + + + Size and layout + Size and layout + + + + Page size: + Page size: + + + + Right margin: + Right margin: + + + + Left margin: + Left margin: + + + + Cell padding: + Cell padding: + + + + Limit characters in single cell: + Limit characters in single cell: + + + + + + + + mm + mm + + + + Bottom margin: + Bottom margin: + + + + Top margin: + Top margin: + + + + Font + Font + + + + Colors + Colors + + + + Headers background: + Headers background: + + + + NULL value color: + NULL value color: + + + + Other settings + Other settings + + + + Print row numbers for data + Print row numbers for data + + + + Print page numbers + Print page numbers + + + diff --git a/Plugins/PdfExport/translations/PdfExport_zh_CN.ts b/Plugins/PdfExport/translations/PdfExport_zh_CN.ts new file mode 100644 index 0000000..1ea90a4 --- /dev/null +++ b/Plugins/PdfExport/translations/PdfExport_zh_CN.ts @@ -0,0 +1,256 @@ + + + + + PdfExport + + + SQLiteStudio v%1 + SQLiteStudio v%1 + + + + SQL query results + SQL 查询结果 + + + + + Exported table: %1 + 导出的表:%1 + + + + + Table: %1 + 表:%1 + + + + + Column + + + + + Data type + 数据类型 + + + + Constraints + 约束 + + + + Global table constraints + 全局表约束 + + + + Exported database: %1 + 导出的数据库:%1 + + + + Index: %1 + 索引:%1 + + + + Property + index header + 属性 + + + + Value + index header + + + + + Indexed table + 索引表 + + + + Unique index + 唯一索引 + + + + Yes + + + + + No + + + + + Collation + 字符序 + + + + Sort order + 排序方式 + + + + Partial index condition + 部分索引条件 + + + + Trigger: %1 + 触发器:%1 + + + + Property + trigger header + 属性 + + + + Value + trigger header + + + + + Activation time + 激活时间 + + + + For action + 对动作 + + + + On view + 视图 + + + + On table + + + + + Activation condition + 激活条件 + + + + Code executed + 执行代码 + + + + View: %1 + 视图:%1 + + + + Query: + 查询: + + + + Document generated with SQLiteStudio v%1 + 使用 SQLiteStudio v%1 生成的文档 + + + + PdfExportConfig + + + Size and layout + 大小与布局 + + + + Page size: + 页面大小: + + + + Right margin: + 右边距: + + + + Left margin: + 左边距: + + + + Cell padding: + 单元格间距: + + + + Limit characters in single cell: + 限制单个单元格字符数: + + + + + + + + mm + 毫米 + + + + Bottom margin: + 下边距: + + + + Top margin: + 上边距: + + + + Font + 字体 + + + + Colors + 颜色 + + + + Headers background: + 标题背景色: + + + + NULL value color: + NULL 值颜色: + + + + Other settings + 其他设置 + + + + Print row numbers for data + 打印数据行号 + + + + Print page numbers + 打印页码 + + + diff --git a/Plugins/PdfExport/translations/PdfExport_zh_TW.ts b/Plugins/PdfExport/translations/PdfExport_zh_TW.ts new file mode 100644 index 0000000..fec7aae --- /dev/null +++ b/Plugins/PdfExport/translations/PdfExport_zh_TW.ts @@ -0,0 +1,256 @@ + + + + + PdfExport + + + SQLiteStudio v%1 + SQLiteStudio v%1 + + + + SQL query results + SQL 查詢結果 + + + + + Exported table: %1 + 匯出的表:%1 + + + + + Table: %1 + 表:%1 + + + + + Column + + + + + Data type + 資料型別 + + + + Constraints + 約束 + + + + Global table constraints + 全域性表約束 + + + + Exported database: %1 + 匯出的資料庫:%1 + + + + Index: %1 + 索引:%1 + + + + Property + index header + 屬性 + + + + Value + index header + + + + + Indexed table + 索引表 + + + + Unique index + 唯一索引 + + + + Yes + + + + + No + + + + + Collation + 字元序 + + + + Sort order + 排序方式 + + + + Partial index condition + 部分索引條件 + + + + Trigger: %1 + 觸發器:%1 + + + + Property + trigger header + 屬性 + + + + Value + trigger header + + + + + Activation time + 啟用時間 + + + + For action + 對動作 + + + + On view + 檢視 + + + + On table + + + + + Activation condition + 啟用條件 + + + + Code executed + 執行程式碼 + + + + View: %1 + 檢視:%1 + + + + Query: + 查詢: + + + + Document generated with SQLiteStudio v%1 + 使用 SQLiteStudio v%1 生成的文件 + + + + PdfExportConfig + + + Size and layout + 大小與佈局 + + + + Page size: + 頁面大小: + + + + Right margin: + 右邊距: + + + + Left margin: + 左邊距: + + + + Cell padding: + 單元格間距: + + + + Limit characters in single cell: + 限制單個單元格字元數: + + + + + + + + mm + 毫米 + + + + Bottom margin: + 下邊距: + + + + Top margin: + 上邊距: + + + + Font + 字型 + + + + Colors + 顏色 + + + + Headers background: + 標題背景色: + + + + NULL value color: + NULL 值顏色: + + + + Other settings + 其他設定 + + + + Print row numbers for data + 列印資料行號 + + + + Print page numbers + 列印頁碼 + + + -- cgit v1.2.3