Browse Source

New Crowdin updates (#8843)

* Update source file en.json

* New translations en.json (French)

* New translations en.json (Turkish)

* New translations en.json (Chinese Simplified)

* New translations en.json (Latvian)

* New translations en.json (Spanish)

* New translations en.json (Arabic)

* New translations en.json (Czech)

* New translations en.json (Danish)

* New translations en.json (German)

* New translations en.json (Basque)

* New translations en.json (Finnish)

* New translations en.json (Hebrew)

* New translations en.json (Italian)

* New translations en.json (Japanese)

* New translations en.json (Korean)

* New translations en.json (Dutch)

* New translations en.json (Norwegian)

* New translations en.json (Polish)

* New translations en.json (Portuguese)

* New translations en.json (Russian)

* New translations en.json (Slovak)

* New translations en.json (Slovenian)

* New translations en.json (Swedish)

* New translations en.json (Ukrainian)

* New translations en.json (Chinese Traditional)

* New translations en.json (English)

* New translations en.json (Vietnamese)

* New translations en.json (Portuguese, Brazilian)

* New translations en.json (Indonesian)

* New translations en.json (Persian)

* New translations en.json (Thai)

* New translations en.json (Croatian)

* New translations en.json (Hindi)

* New translations en.json (Bengali, India)

* New translations en.json (Hungarian)

* Update source file en.json
pull/8850/head
navi 5 months ago committed by GitHub
parent
commit
78eea507b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 61
      packages/nc-gui/lang/ar.json
  2. 61
      packages/nc-gui/lang/bn_IN.json
  3. 61
      packages/nc-gui/lang/cs.json
  4. 61
      packages/nc-gui/lang/da.json
  5. 61
      packages/nc-gui/lang/de.json
  6. 61
      packages/nc-gui/lang/es.json
  7. 61
      packages/nc-gui/lang/eu.json
  8. 61
      packages/nc-gui/lang/fa.json
  9. 61
      packages/nc-gui/lang/fi.json
  10. 61
      packages/nc-gui/lang/fr.json
  11. 61
      packages/nc-gui/lang/he.json
  12. 61
      packages/nc-gui/lang/hi.json
  13. 61
      packages/nc-gui/lang/hr.json
  14. 75
      packages/nc-gui/lang/hu.json
  15. 61
      packages/nc-gui/lang/id.json
  16. 61
      packages/nc-gui/lang/it.json
  17. 61
      packages/nc-gui/lang/ja.json
  18. 61
      packages/nc-gui/lang/ko.json
  19. 61
      packages/nc-gui/lang/lv.json
  20. 61
      packages/nc-gui/lang/nl.json
  21. 61
      packages/nc-gui/lang/no.json
  22. 61
      packages/nc-gui/lang/pl.json
  23. 61
      packages/nc-gui/lang/pt.json
  24. 61
      packages/nc-gui/lang/pt_BR.json
  25. 61
      packages/nc-gui/lang/ru.json
  26. 61
      packages/nc-gui/lang/sk.json
  27. 61
      packages/nc-gui/lang/sl.json
  28. 61
      packages/nc-gui/lang/sv.json
  29. 61
      packages/nc-gui/lang/th.json
  30. 61
      packages/nc-gui/lang/tr.json
  31. 61
      packages/nc-gui/lang/uk.json
  32. 61
      packages/nc-gui/lang/vi.json
  33. 61
      packages/nc-gui/lang/zh-Hans.json
  34. 61
      packages/nc-gui/lang/zh-Hant.json

61
packages/nc-gui/lang/ar.json

@ -38,6 +38,60 @@
"candlestick_chart": "Candlestick Chart" "candlestick_chart": "Candlestick Chart"
} }
}, },
"aggregation": {
"sum": "Sum",
"count": "Count",
"min": "Min",
"max": "Max",
"avg": "Avg",
"median": "Median",
"std_dev": "Std dev",
"histogram": "Histogram",
"range": "Range",
"percent_empty": "Empty",
"percent_filled": "Filled",
"percent_unique": "Unique",
"count_unique": "Unique",
"count_empty": "Empty",
"count_filled": "Filled",
"earliest_date": "Min date",
"latest_date": "Max date",
"date_range": "Range",
"month_range": "Range",
"checked": "Checked",
"unchecked": "Unchecked",
"percent_checked": "Checked",
"percent_unchecked": "Unchecked",
"attachment_size": "Size",
"none": "None"
},
"aggregation_type": {
"sum": "Sum",
"count": "Count",
"min": "Min",
"max": "Max",
"avg": "Average",
"median": "Median",
"std_dev": "Standard Deviation",
"histogram": "Histogram",
"range": "Range",
"percent_empty": "Percent Empty",
"percent_filled": "Percent Filled",
"percent_unique": "Percent Unique",
"count_unique": "Unique",
"count_empty": "Empty",
"count_filled": "Filled",
"earliest_date": "Earliest Date",
"latest_date": "Latest Date",
"date_range": "Date Range",
"month_range": "Month Range",
"checked": "Checked",
"unchecked": "Unchecked",
"percent_checked": "Percent Checked",
"percent_unchecked": "Percent Unchecked",
"attachment_size": "Attachment Size",
"none": "None"
},
"general": { "general": {
"role": "Role", "role": "Role",
"general": "General", "general": "General",
@ -101,6 +155,7 @@
"updating": "Updating", "updating": "Updating",
"rename": "إعادة تسمية", "rename": "إعادة تسمية",
"reload": "تحديث", "reload": "تحديث",
"refresh": "Refresh",
"reset": "إعادة تعيين", "reset": "إعادة تعيين",
"install": "تثبيت", "install": "تثبيت",
"show": "عرض", "show": "عرض",
@ -169,6 +224,7 @@
"move": "Move", "move": "Move",
"geoDataField": "GeoData Field", "geoDataField": "GeoData Field",
"type": "Type", "type": "Type",
"subType": "Sub-Type",
"name": "Name", "name": "Name",
"changes": "Changes", "changes": "Changes",
"new": "New", "new": "New",
@ -211,7 +267,8 @@
"format": "Format", "format": "Format",
"colour": "Colour", "colour": "Colour",
"use": "Use", "use": "Use",
"stack": "Stack" "stack": "Stack",
"ipAddress": "IP Address"
}, },
"objects": { "objects": {
"owner": "Owner", "owner": "Owner",
@ -400,7 +457,7 @@
"uiACL": "إدارة الوصل لـ UI", "uiACL": "إدارة الوصل لـ UI",
"metaOperations": "عمليات البيانات الوصفية", "metaOperations": "عمليات البيانات الوصفية",
"audit": "تدقيق", "audit": "تدقيق",
"auditLogs": "سجل التدقيق", "auditLogs": "Audit Logs",
"sqlMigrations": "مهاجر SQL", "sqlMigrations": "مهاجر SQL",
"dbCredentials": "بيانات اعتماد قاعدة البيانات", "dbCredentials": "بيانات اعتماد قاعدة البيانات",
"advancedParameters": "طبقة المقابس الآمنة والمعلمات المتقدمة", "advancedParameters": "طبقة المقابس الآمنة والمعلمات المتقدمة",

61
packages/nc-gui/lang/bn_IN.json

@ -38,6 +38,60 @@
"candlestick_chart": "Candlestick Chart" "candlestick_chart": "Candlestick Chart"
} }
}, },
"aggregation": {
"sum": "Sum",
"count": "Count",
"min": "Min",
"max": "Max",
"avg": "Avg",
"median": "Median",
"std_dev": "Std dev",
"histogram": "Histogram",
"range": "Range",
"percent_empty": "Empty",
"percent_filled": "Filled",
"percent_unique": "Unique",
"count_unique": "Unique",
"count_empty": "Empty",
"count_filled": "Filled",
"earliest_date": "Min date",
"latest_date": "Max date",
"date_range": "Range",
"month_range": "Range",
"checked": "Checked",
"unchecked": "Unchecked",
"percent_checked": "Checked",
"percent_unchecked": "Unchecked",
"attachment_size": "Size",
"none": "None"
},
"aggregation_type": {
"sum": "Sum",
"count": "Count",
"min": "Min",
"max": "Max",
"avg": "Average",
"median": "Median",
"std_dev": "Standard Deviation",
"histogram": "Histogram",
"range": "Range",
"percent_empty": "Percent Empty",
"percent_filled": "Percent Filled",
"percent_unique": "Percent Unique",
"count_unique": "Unique",
"count_empty": "Empty",
"count_filled": "Filled",
"earliest_date": "Earliest Date",
"latest_date": "Latest Date",
"date_range": "Date Range",
"month_range": "Month Range",
"checked": "Checked",
"unchecked": "Unchecked",
"percent_checked": "Percent Checked",
"percent_unchecked": "Percent Unchecked",
"attachment_size": "Attachment Size",
"none": "None"
},
"general": { "general": {
"role": "Role", "role": "Role",
"general": "General", "general": "General",
@ -101,6 +155,7 @@
"updating": "Updating", "updating": "Updating",
"rename": "নম পরিবরতন", "rename": "নম পরিবরতন",
"reload": "পনরড", "reload": "পনরড",
"refresh": "Refresh",
"reset": "রিট", "reset": "রিট",
"install": "ইনসটল করন", "install": "ইনসটল করন",
"show": "শ", "show": "শ",
@ -169,6 +224,7 @@
"move": "Move", "move": "Move",
"geoDataField": "GeoData Field", "geoDataField": "GeoData Field",
"type": "Type", "type": "Type",
"subType": "Sub-Type",
"name": "Name", "name": "Name",
"changes": "Changes", "changes": "Changes",
"new": "New", "new": "New",
@ -211,7 +267,8 @@
"format": "Format", "format": "Format",
"colour": "Colour", "colour": "Colour",
"use": "Use", "use": "Use",
"stack": "Stack" "stack": "Stack",
"ipAddress": "IP Address"
}, },
"objects": { "objects": {
"owner": "Owner", "owner": "Owner",
@ -400,7 +457,7 @@
"uiACL": "UI অস কনল", "uiACL": "UI অস কনল",
"metaOperations": "ম অপশনস", "metaOperations": "ম অপশনস",
"audit": "নি", "audit": "নি",
"auditLogs": "িবনির বিবরণ", "auditLogs": "Audit Logs",
"sqlMigrations": "এসকিউএল মইগশন", "sqlMigrations": "এসকিউএল মইগশন",
"dbCredentials": "ডস শপতর", "dbCredentials": "ডস শপতর",
"advancedParameters": "এসএসএল এব উননত পরিি", "advancedParameters": "এসএসএল এব উননত পরিি",

61
packages/nc-gui/lang/cs.json

@ -38,6 +38,60 @@
"candlestick_chart": "Candlestick Chart" "candlestick_chart": "Candlestick Chart"
} }
}, },
"aggregation": {
"sum": "Sum",
"count": "Count",
"min": "Min",
"max": "Max",
"avg": "Avg",
"median": "Median",
"std_dev": "Std dev",
"histogram": "Histogram",
"range": "Range",
"percent_empty": "Empty",
"percent_filled": "Filled",
"percent_unique": "Unique",
"count_unique": "Unique",
"count_empty": "Empty",
"count_filled": "Filled",
"earliest_date": "Min date",
"latest_date": "Max date",
"date_range": "Range",
"month_range": "Range",
"checked": "Checked",
"unchecked": "Unchecked",
"percent_checked": "Checked",
"percent_unchecked": "Unchecked",
"attachment_size": "Size",
"none": "None"
},
"aggregation_type": {
"sum": "Sum",
"count": "Count",
"min": "Min",
"max": "Max",
"avg": "Average",
"median": "Median",
"std_dev": "Standard Deviation",
"histogram": "Histogram",
"range": "Range",
"percent_empty": "Percent Empty",
"percent_filled": "Percent Filled",
"percent_unique": "Percent Unique",
"count_unique": "Unique",
"count_empty": "Empty",
"count_filled": "Filled",
"earliest_date": "Earliest Date",
"latest_date": "Latest Date",
"date_range": "Date Range",
"month_range": "Month Range",
"checked": "Checked",
"unchecked": "Unchecked",
"percent_checked": "Percent Checked",
"percent_unchecked": "Percent Unchecked",
"attachment_size": "Attachment Size",
"none": "None"
},
"general": { "general": {
"role": "Role", "role": "Role",
"general": "General", "general": "General",
@ -101,6 +155,7 @@
"updating": "Updating", "updating": "Updating",
"rename": "Přejmenovat", "rename": "Přejmenovat",
"reload": "Znovu načíst", "reload": "Znovu načíst",
"refresh": "Refresh",
"reset": "Obnovit", "reset": "Obnovit",
"install": "Instalovat", "install": "Instalovat",
"show": "Zobrazit", "show": "Zobrazit",
@ -169,6 +224,7 @@
"move": "Move", "move": "Move",
"geoDataField": "Pole geodat", "geoDataField": "Pole geodat",
"type": "Typ", "type": "Typ",
"subType": "Sub-Type",
"name": "Název", "name": "Název",
"changes": "Changes", "changes": "Changes",
"new": "New", "new": "New",
@ -211,7 +267,8 @@
"format": "Format", "format": "Format",
"colour": "Colour", "colour": "Colour",
"use": "Use", "use": "Use",
"stack": "Stack" "stack": "Stack",
"ipAddress": "IP Address"
}, },
"objects": { "objects": {
"owner": "Owner", "owner": "Owner",
@ -400,7 +457,7 @@
"uiACL": "Řízení přístupu k uživatelskému rozhraní", "uiACL": "Řízení přístupu k uživatelskému rozhraní",
"metaOperations": "Operace s metadaty", "metaOperations": "Operace s metadaty",
"audit": "Audit", "audit": "Audit",
"auditLogs": "Protokol o auditu", "auditLogs": "Audit Logs",
"sqlMigrations": "SQL migrace", "sqlMigrations": "SQL migrace",
"dbCredentials": "Pověření k databázi", "dbCredentials": "Pověření k databázi",
"advancedParameters": "SSL a pokročilé parametry", "advancedParameters": "SSL a pokročilé parametry",

61
packages/nc-gui/lang/da.json

@ -38,6 +38,60 @@
"candlestick_chart": "Candlestick Chart" "candlestick_chart": "Candlestick Chart"
} }
}, },
"aggregation": {
"sum": "Sum",
"count": "Count",
"min": "Min",
"max": "Max",
"avg": "Avg",
"median": "Median",
"std_dev": "Std dev",
"histogram": "Histogram",
"range": "Range",
"percent_empty": "Empty",
"percent_filled": "Filled",
"percent_unique": "Unique",
"count_unique": "Unique",
"count_empty": "Empty",
"count_filled": "Filled",
"earliest_date": "Min date",
"latest_date": "Max date",
"date_range": "Range",
"month_range": "Range",
"checked": "Checked",
"unchecked": "Unchecked",
"percent_checked": "Checked",
"percent_unchecked": "Unchecked",
"attachment_size": "Size",
"none": "None"
},
"aggregation_type": {
"sum": "Sum",
"count": "Count",
"min": "Min",
"max": "Max",
"avg": "Average",
"median": "Median",
"std_dev": "Standard Deviation",
"histogram": "Histogram",
"range": "Range",
"percent_empty": "Percent Empty",
"percent_filled": "Percent Filled",
"percent_unique": "Percent Unique",
"count_unique": "Unique",
"count_empty": "Empty",
"count_filled": "Filled",
"earliest_date": "Earliest Date",
"latest_date": "Latest Date",
"date_range": "Date Range",
"month_range": "Month Range",
"checked": "Checked",
"unchecked": "Unchecked",
"percent_checked": "Percent Checked",
"percent_unchecked": "Percent Unchecked",
"attachment_size": "Attachment Size",
"none": "None"
},
"general": { "general": {
"role": "Role", "role": "Role",
"general": "General", "general": "General",
@ -101,6 +155,7 @@
"updating": "Updating", "updating": "Updating",
"rename": "Omdøb", "rename": "Omdøb",
"reload": "Genindlæs", "reload": "Genindlæs",
"refresh": "Refresh",
"reset": "Nulstil", "reset": "Nulstil",
"install": "Installer", "install": "Installer",
"show": "Vis", "show": "Vis",
@ -169,6 +224,7 @@
"move": "Move", "move": "Move",
"geoDataField": "GeoData-felt", "geoDataField": "GeoData-felt",
"type": "Type", "type": "Type",
"subType": "Sub-Type",
"name": "Name", "name": "Name",
"changes": "Changes", "changes": "Changes",
"new": "New", "new": "New",
@ -211,7 +267,8 @@
"format": "Format", "format": "Format",
"colour": "Colour", "colour": "Colour",
"use": "Use", "use": "Use",
"stack": "Stack" "stack": "Stack",
"ipAddress": "IP Address"
}, },
"objects": { "objects": {
"owner": "Owner", "owner": "Owner",
@ -400,7 +457,7 @@
"uiACL": "Adgangskontrol af brugergrænsefladen", "uiACL": "Adgangskontrol af brugergrænsefladen",
"metaOperations": "Metadata-operationer", "metaOperations": "Metadata-operationer",
"audit": "Revidere", "audit": "Revidere",
"auditLogs": "Audit log", "auditLogs": "Audit Logs",
"sqlMigrations": "SQL Migrations.", "sqlMigrations": "SQL Migrations.",
"dbCredentials": "Database legitimationsoplysninger.", "dbCredentials": "Database legitimationsoplysninger.",
"advancedParameters": "SSL & Avancerede parametre", "advancedParameters": "SSL & Avancerede parametre",

61
packages/nc-gui/lang/de.json

@ -38,6 +38,60 @@
"candlestick_chart": "Candlestick Chart" "candlestick_chart": "Candlestick Chart"
} }
}, },
"aggregation": {
"sum": "Sum",
"count": "Count",
"min": "Min",
"max": "Max",
"avg": "Avg",
"median": "Median",
"std_dev": "Std dev",
"histogram": "Histogram",
"range": "Range",
"percent_empty": "Empty",
"percent_filled": "Filled",
"percent_unique": "Unique",
"count_unique": "Unique",
"count_empty": "Empty",
"count_filled": "Filled",
"earliest_date": "Min date",
"latest_date": "Max date",
"date_range": "Range",
"month_range": "Range",
"checked": "Checked",
"unchecked": "Unchecked",
"percent_checked": "Checked",
"percent_unchecked": "Unchecked",
"attachment_size": "Size",
"none": "None"
},
"aggregation_type": {
"sum": "Sum",
"count": "Count",
"min": "Min",
"max": "Max",
"avg": "Average",
"median": "Median",
"std_dev": "Standard Deviation",
"histogram": "Histogram",
"range": "Range",
"percent_empty": "Percent Empty",
"percent_filled": "Percent Filled",
"percent_unique": "Percent Unique",
"count_unique": "Unique",
"count_empty": "Empty",
"count_filled": "Filled",
"earliest_date": "Earliest Date",
"latest_date": "Latest Date",
"date_range": "Date Range",
"month_range": "Month Range",
"checked": "Checked",
"unchecked": "Unchecked",
"percent_checked": "Percent Checked",
"percent_unchecked": "Percent Unchecked",
"attachment_size": "Attachment Size",
"none": "None"
},
"general": { "general": {
"role": "Rolle", "role": "Rolle",
"general": "General", "general": "General",
@ -101,6 +155,7 @@
"updating": "Updating", "updating": "Updating",
"rename": "Umbenennen", "rename": "Umbenennen",
"reload": "Neu laden", "reload": "Neu laden",
"refresh": "Refresh",
"reset": "Zurücksetzen", "reset": "Zurücksetzen",
"install": "Installieren", "install": "Installieren",
"show": "Anzeigen", "show": "Anzeigen",
@ -169,6 +224,7 @@
"move": "Move", "move": "Move",
"geoDataField": "Geodaten Feld", "geoDataField": "Geodaten Feld",
"type": "Type", "type": "Type",
"subType": "Sub-Type",
"name": "Name", "name": "Name",
"changes": "Changes", "changes": "Changes",
"new": "New", "new": "New",
@ -211,7 +267,8 @@
"format": "Format", "format": "Format",
"colour": "Colour", "colour": "Colour",
"use": "Use", "use": "Use",
"stack": "Stack" "stack": "Stack",
"ipAddress": "IP Address"
}, },
"objects": { "objects": {
"owner": "Owner", "owner": "Owner",
@ -400,7 +457,7 @@
"uiACL": "UI-Zugangskontrolle", "uiACL": "UI-Zugangskontrolle",
"metaOperations": "Metadatenoperationen", "metaOperations": "Metadatenoperationen",
"audit": "Revisionen", "audit": "Revisionen",
"auditLogs": "Audit-Log", "auditLogs": "Audit Logs",
"sqlMigrations": "SQL-Migrationen", "sqlMigrations": "SQL-Migrationen",
"dbCredentials": "Datenbank-Anmeldeinformationen", "dbCredentials": "Datenbank-Anmeldeinformationen",
"advancedParameters": "SSL & Erweiterte Parameter", "advancedParameters": "SSL & Erweiterte Parameter",

61
packages/nc-gui/lang/es.json

@ -38,6 +38,60 @@
"candlestick_chart": "Gráfico de velas" "candlestick_chart": "Gráfico de velas"
} }
}, },
"aggregation": {
"sum": "Sum",
"count": "Count",
"min": "Min",
"max": "Max",
"avg": "Avg",
"median": "Median",
"std_dev": "Std dev",
"histogram": "Histogram",
"range": "Range",
"percent_empty": "Empty",
"percent_filled": "Filled",
"percent_unique": "Unique",
"count_unique": "Unique",
"count_empty": "Empty",
"count_filled": "Filled",
"earliest_date": "Min date",
"latest_date": "Max date",
"date_range": "Range",
"month_range": "Range",
"checked": "Checked",
"unchecked": "Unchecked",
"percent_checked": "Checked",
"percent_unchecked": "Unchecked",
"attachment_size": "Size",
"none": "None"
},
"aggregation_type": {
"sum": "Sum",
"count": "Count",
"min": "Min",
"max": "Max",
"avg": "Average",
"median": "Median",
"std_dev": "Standard Deviation",
"histogram": "Histogram",
"range": "Range",
"percent_empty": "Percent Empty",
"percent_filled": "Percent Filled",
"percent_unique": "Percent Unique",
"count_unique": "Unique",
"count_empty": "Empty",
"count_filled": "Filled",
"earliest_date": "Earliest Date",
"latest_date": "Latest Date",
"date_range": "Date Range",
"month_range": "Month Range",
"checked": "Checked",
"unchecked": "Unchecked",
"percent_checked": "Percent Checked",
"percent_unchecked": "Percent Unchecked",
"attachment_size": "Attachment Size",
"none": "None"
},
"general": { "general": {
"role": "Role", "role": "Role",
"general": "General", "general": "General",
@ -101,6 +155,7 @@
"updating": "Updating", "updating": "Updating",
"rename": "Renombrar", "rename": "Renombrar",
"reload": "Recargar", "reload": "Recargar",
"refresh": "Refresh",
"reset": "Reiniciar", "reset": "Reiniciar",
"install": "Instalar", "install": "Instalar",
"show": "Mostrar", "show": "Mostrar",
@ -169,6 +224,7 @@
"move": "Mover", "move": "Mover",
"geoDataField": "Campo GeoDatos", "geoDataField": "Campo GeoDatos",
"type": "Tipo", "type": "Tipo",
"subType": "Sub-Type",
"name": "Nombre", "name": "Nombre",
"changes": "Cambios", "changes": "Cambios",
"new": "Nuevo", "new": "Nuevo",
@ -211,7 +267,8 @@
"format": "Format", "format": "Format",
"colour": "Colour", "colour": "Colour",
"use": "Use", "use": "Use",
"stack": "Stack" "stack": "Stack",
"ipAddress": "IP Address"
}, },
"objects": { "objects": {
"owner": "Owner", "owner": "Owner",
@ -400,7 +457,7 @@
"uiACL": "Control de acceso a la interfaz de usuario", "uiACL": "Control de acceso a la interfaz de usuario",
"metaOperations": "Operaciones de metadatos", "metaOperations": "Operaciones de metadatos",
"audit": "Auditoría", "audit": "Auditoría",
"auditLogs": "Registro de auditoría", "auditLogs": "Audit Logs",
"sqlMigrations": "Migraciones SQL", "sqlMigrations": "Migraciones SQL",
"dbCredentials": "Credenciales de Base de Datos", "dbCredentials": "Credenciales de Base de Datos",
"advancedParameters": "SSL y parámetros avanzados", "advancedParameters": "SSL y parámetros avanzados",

61
packages/nc-gui/lang/eu.json

@ -38,6 +38,60 @@
"candlestick_chart": "Candlestick Chart" "candlestick_chart": "Candlestick Chart"
} }
}, },
"aggregation": {
"sum": "Sum",
"count": "Count",
"min": "Min",
"max": "Max",
"avg": "Avg",
"median": "Median",
"std_dev": "Std dev",
"histogram": "Histogram",
"range": "Range",
"percent_empty": "Empty",
"percent_filled": "Filled",
"percent_unique": "Unique",
"count_unique": "Unique",
"count_empty": "Empty",
"count_filled": "Filled",
"earliest_date": "Min date",
"latest_date": "Max date",
"date_range": "Range",
"month_range": "Range",
"checked": "Checked",
"unchecked": "Unchecked",
"percent_checked": "Checked",
"percent_unchecked": "Unchecked",
"attachment_size": "Size",
"none": "None"
},
"aggregation_type": {
"sum": "Sum",
"count": "Count",
"min": "Min",
"max": "Max",
"avg": "Average",
"median": "Median",
"std_dev": "Standard Deviation",
"histogram": "Histogram",
"range": "Range",
"percent_empty": "Percent Empty",
"percent_filled": "Percent Filled",
"percent_unique": "Percent Unique",
"count_unique": "Unique",
"count_empty": "Empty",
"count_filled": "Filled",
"earliest_date": "Earliest Date",
"latest_date": "Latest Date",
"date_range": "Date Range",
"month_range": "Month Range",
"checked": "Checked",
"unchecked": "Unchecked",
"percent_checked": "Percent Checked",
"percent_unchecked": "Percent Unchecked",
"attachment_size": "Attachment Size",
"none": "None"
},
"general": { "general": {
"role": "Role", "role": "Role",
"general": "General", "general": "General",
@ -101,6 +155,7 @@
"updating": "Updating", "updating": "Updating",
"rename": "Berrizendatu", "rename": "Berrizendatu",
"reload": "Birkargatu", "reload": "Birkargatu",
"refresh": "Refresh",
"reset": "Berrezarri", "reset": "Berrezarri",
"install": "Instalatu", "install": "Instalatu",
"show": "Erakutsi", "show": "Erakutsi",
@ -169,6 +224,7 @@
"move": "Move", "move": "Move",
"geoDataField": "GeoData Field", "geoDataField": "GeoData Field",
"type": "Type", "type": "Type",
"subType": "Sub-Type",
"name": "Name", "name": "Name",
"changes": "Changes", "changes": "Changes",
"new": "New", "new": "New",
@ -211,7 +267,8 @@
"format": "Format", "format": "Format",
"colour": "Colour", "colour": "Colour",
"use": "Use", "use": "Use",
"stack": "Stack" "stack": "Stack",
"ipAddress": "IP Address"
}, },
"objects": { "objects": {
"owner": "Owner", "owner": "Owner",
@ -400,7 +457,7 @@
"uiACL": "UI Access Control", "uiACL": "UI Access Control",
"metaOperations": "Metadata Operations", "metaOperations": "Metadata Operations",
"audit": "Ikuskaritza", "audit": "Ikuskaritza",
"auditLogs": "Auditoretza erregistroak", "auditLogs": "Audit Logs",
"sqlMigrations": "SQL migrazioak", "sqlMigrations": "SQL migrazioak",
"dbCredentials": "Database Credentials", "dbCredentials": "Database Credentials",
"advancedParameters": "SSL & Advanced parameters", "advancedParameters": "SSL & Advanced parameters",

61
packages/nc-gui/lang/fa.json

@ -38,6 +38,60 @@
"candlestick_chart": "Candlestick Chart" "candlestick_chart": "Candlestick Chart"
} }
}, },
"aggregation": {
"sum": "Sum",
"count": "Count",
"min": "Min",
"max": "Max",
"avg": "Avg",
"median": "Median",
"std_dev": "Std dev",
"histogram": "Histogram",
"range": "Range",
"percent_empty": "Empty",
"percent_filled": "Filled",
"percent_unique": "Unique",
"count_unique": "Unique",
"count_empty": "Empty",
"count_filled": "Filled",
"earliest_date": "Min date",
"latest_date": "Max date",
"date_range": "Range",
"month_range": "Range",
"checked": "Checked",
"unchecked": "Unchecked",
"percent_checked": "Checked",
"percent_unchecked": "Unchecked",
"attachment_size": "Size",
"none": "None"
},
"aggregation_type": {
"sum": "Sum",
"count": "Count",
"min": "Min",
"max": "Max",
"avg": "Average",
"median": "Median",
"std_dev": "Standard Deviation",
"histogram": "Histogram",
"range": "Range",
"percent_empty": "Percent Empty",
"percent_filled": "Percent Filled",
"percent_unique": "Percent Unique",
"count_unique": "Unique",
"count_empty": "Empty",
"count_filled": "Filled",
"earliest_date": "Earliest Date",
"latest_date": "Latest Date",
"date_range": "Date Range",
"month_range": "Month Range",
"checked": "Checked",
"unchecked": "Unchecked",
"percent_checked": "Percent Checked",
"percent_unchecked": "Percent Unchecked",
"attachment_size": "Attachment Size",
"none": "None"
},
"general": { "general": {
"role": "Role", "role": "Role",
"general": "General", "general": "General",
@ -101,6 +155,7 @@
"updating": "Updating", "updating": "Updating",
"rename": "تغییر نام", "rename": "تغییر نام",
"reload": "بارگذاری مجدد", "reload": "بارگذاری مجدد",
"refresh": "Refresh",
"reset": "بازنشانی", "reset": "بازنشانی",
"install": "نصب", "install": "نصب",
"show": "نمایش", "show": "نمایش",
@ -169,6 +224,7 @@
"move": "انتقال", "move": "انتقال",
"geoDataField": "فیلد داده جغرافیایی", "geoDataField": "فیلد داده جغرافیایی",
"type": "نوع", "type": "نوع",
"subType": "Sub-Type",
"name": "نام", "name": "نام",
"changes": "تغییرات", "changes": "تغییرات",
"new": "جدید", "new": "جدید",
@ -211,7 +267,8 @@
"format": "Format", "format": "Format",
"colour": "Colour", "colour": "Colour",
"use": "Use", "use": "Use",
"stack": "Stack" "stack": "Stack",
"ipAddress": "IP Address"
}, },
"objects": { "objects": {
"owner": "Owner", "owner": "Owner",
@ -400,7 +457,7 @@
"uiACL": "کنترل دسترسی UI", "uiACL": "کنترل دسترسی UI",
"metaOperations": "عملیات فراداده", "metaOperations": "عملیات فراداده",
"audit": "بازرسی", "audit": "بازرسی",
"auditLogs": "گزارشهای بازرسی", "auditLogs": "Audit Logs",
"sqlMigrations": "مهاجرتهای SQL", "sqlMigrations": "مهاجرتهای SQL",
"dbCredentials": "اعتبارنامههای پایگاه داده", "dbCredentials": "اعتبارنامههای پایگاه داده",
"advancedParameters": "SSL و پارامترهای پیشرفته", "advancedParameters": "SSL و پارامترهای پیشرفته",

61
packages/nc-gui/lang/fi.json

@ -38,6 +38,60 @@
"candlestick_chart": "Candlestick Chart" "candlestick_chart": "Candlestick Chart"
} }
}, },
"aggregation": {
"sum": "Sum",
"count": "Count",
"min": "Min",
"max": "Max",
"avg": "Avg",
"median": "Median",
"std_dev": "Std dev",
"histogram": "Histogram",
"range": "Range",
"percent_empty": "Empty",
"percent_filled": "Filled",
"percent_unique": "Unique",
"count_unique": "Unique",
"count_empty": "Empty",
"count_filled": "Filled",
"earliest_date": "Min date",
"latest_date": "Max date",
"date_range": "Range",
"month_range": "Range",
"checked": "Checked",
"unchecked": "Unchecked",
"percent_checked": "Checked",
"percent_unchecked": "Unchecked",
"attachment_size": "Size",
"none": "None"
},
"aggregation_type": {
"sum": "Sum",
"count": "Count",
"min": "Min",
"max": "Max",
"avg": "Average",
"median": "Median",
"std_dev": "Standard Deviation",
"histogram": "Histogram",
"range": "Range",
"percent_empty": "Percent Empty",
"percent_filled": "Percent Filled",
"percent_unique": "Percent Unique",
"count_unique": "Unique",
"count_empty": "Empty",
"count_filled": "Filled",
"earliest_date": "Earliest Date",
"latest_date": "Latest Date",
"date_range": "Date Range",
"month_range": "Month Range",
"checked": "Checked",
"unchecked": "Unchecked",
"percent_checked": "Percent Checked",
"percent_unchecked": "Percent Unchecked",
"attachment_size": "Attachment Size",
"none": "None"
},
"general": { "general": {
"role": "Role", "role": "Role",
"general": "General", "general": "General",
@ -101,6 +155,7 @@
"updating": "Updating", "updating": "Updating",
"rename": "Nimeä uudelleen", "rename": "Nimeä uudelleen",
"reload": "Lataa uudelleen", "reload": "Lataa uudelleen",
"refresh": "Refresh",
"reset": "Nollata", "reset": "Nollata",
"install": "Asentaa", "install": "Asentaa",
"show": "Näytä", "show": "Näytä",
@ -169,6 +224,7 @@
"move": "Move", "move": "Move",
"geoDataField": "GeoData Field", "geoDataField": "GeoData Field",
"type": "Type", "type": "Type",
"subType": "Sub-Type",
"name": "Name", "name": "Name",
"changes": "Changes", "changes": "Changes",
"new": "New", "new": "New",
@ -211,7 +267,8 @@
"format": "Format", "format": "Format",
"colour": "Colour", "colour": "Colour",
"use": "Use", "use": "Use",
"stack": "Stack" "stack": "Stack",
"ipAddress": "IP Address"
}, },
"objects": { "objects": {
"owner": "Owner", "owner": "Owner",
@ -400,7 +457,7 @@
"uiACL": "UI: n kulunvalvonta", "uiACL": "UI: n kulunvalvonta",
"metaOperations": "Metatietotoiminta", "metaOperations": "Metatietotoiminta",
"audit": "Tarkastaa", "audit": "Tarkastaa",
"auditLogs": "Tarkastusloki", "auditLogs": "Audit Logs",
"sqlMigrations": "SQL Mricrations", "sqlMigrations": "SQL Mricrations",
"dbCredentials": "Tietokannan valtakirjat", "dbCredentials": "Tietokannan valtakirjat",
"advancedParameters": "SSL & Advanced Parameters", "advancedParameters": "SSL & Advanced Parameters",

61
packages/nc-gui/lang/fr.json

@ -38,6 +38,60 @@
"candlestick_chart": "Graphique en chandeliers" "candlestick_chart": "Graphique en chandeliers"
} }
}, },
"aggregation": {
"sum": "Sum",
"count": "Count",
"min": "Min",
"max": "Max",
"avg": "Avg",
"median": "Median",
"std_dev": "Std dev",
"histogram": "Histogram",
"range": "Range",
"percent_empty": "Empty",
"percent_filled": "Filled",
"percent_unique": "Unique",
"count_unique": "Unique",
"count_empty": "Empty",
"count_filled": "Filled",
"earliest_date": "Min date",
"latest_date": "Max date",
"date_range": "Range",
"month_range": "Range",
"checked": "Checked",
"unchecked": "Unchecked",
"percent_checked": "Checked",
"percent_unchecked": "Unchecked",
"attachment_size": "Size",
"none": "None"
},
"aggregation_type": {
"sum": "Sum",
"count": "Count",
"min": "Min",
"max": "Max",
"avg": "Average",
"median": "Median",
"std_dev": "Standard Deviation",
"histogram": "Histogram",
"range": "Range",
"percent_empty": "Percent Empty",
"percent_filled": "Percent Filled",
"percent_unique": "Percent Unique",
"count_unique": "Unique",
"count_empty": "Empty",
"count_filled": "Filled",
"earliest_date": "Earliest Date",
"latest_date": "Latest Date",
"date_range": "Date Range",
"month_range": "Month Range",
"checked": "Checked",
"unchecked": "Unchecked",
"percent_checked": "Percent Checked",
"percent_unchecked": "Percent Unchecked",
"attachment_size": "Attachment Size",
"none": "None"
},
"general": { "general": {
"role": "Rôle", "role": "Rôle",
"general": "Général", "general": "Général",
@ -101,6 +155,7 @@
"updating": "Updating", "updating": "Updating",
"rename": "Renommer", "rename": "Renommer",
"reload": "Recharger", "reload": "Recharger",
"refresh": "Refresh",
"reset": "Réinitialiser", "reset": "Réinitialiser",
"install": "Installer", "install": "Installer",
"show": "Montrer", "show": "Montrer",
@ -169,6 +224,7 @@
"move": "Déplacer", "move": "Déplacer",
"geoDataField": "Champ de données géographiques (GeoData)", "geoDataField": "Champ de données géographiques (GeoData)",
"type": "Type", "type": "Type",
"subType": "Sub-Type",
"name": "Nom", "name": "Nom",
"changes": "Changements", "changes": "Changements",
"new": "Nouveau", "new": "Nouveau",
@ -211,7 +267,8 @@
"format": "Format", "format": "Format",
"colour": "Couleur ", "colour": "Couleur ",
"use": "Use", "use": "Use",
"stack": "Stack" "stack": "Stack",
"ipAddress": "IP Address"
}, },
"objects": { "objects": {
"owner": "Propriétaire", "owner": "Propriétaire",
@ -400,7 +457,7 @@
"uiACL": "Contrôle d'accès à l'interface utilisateur", "uiACL": "Contrôle d'accès à l'interface utilisateur",
"metaOperations": "Opérations de métadonnées", "metaOperations": "Opérations de métadonnées",
"audit": "Audit", "audit": "Audit",
"auditLogs": "Journal d'audit", "auditLogs": "Audit Logs",
"sqlMigrations": "Migrations SQL", "sqlMigrations": "Migrations SQL",
"dbCredentials": "Identifiants de la base de données", "dbCredentials": "Identifiants de la base de données",
"advancedParameters": "SSL et paramètres avancés", "advancedParameters": "SSL et paramètres avancés",

61
packages/nc-gui/lang/he.json

@ -38,6 +38,60 @@
"candlestick_chart": "תרשים נרות סיניים" "candlestick_chart": "תרשים נרות סיניים"
} }
}, },
"aggregation": {
"sum": "Sum",
"count": "Count",
"min": "Min",
"max": "Max",
"avg": "Avg",
"median": "Median",
"std_dev": "Std dev",
"histogram": "Histogram",
"range": "Range",
"percent_empty": "Empty",
"percent_filled": "Filled",
"percent_unique": "Unique",
"count_unique": "Unique",
"count_empty": "Empty",
"count_filled": "Filled",
"earliest_date": "Min date",
"latest_date": "Max date",
"date_range": "Range",
"month_range": "Range",
"checked": "Checked",
"unchecked": "Unchecked",
"percent_checked": "Checked",
"percent_unchecked": "Unchecked",
"attachment_size": "Size",
"none": "None"
},
"aggregation_type": {
"sum": "Sum",
"count": "Count",
"min": "Min",
"max": "Max",
"avg": "Average",
"median": "Median",
"std_dev": "Standard Deviation",
"histogram": "Histogram",
"range": "Range",
"percent_empty": "Percent Empty",
"percent_filled": "Percent Filled",
"percent_unique": "Percent Unique",
"count_unique": "Unique",
"count_empty": "Empty",
"count_filled": "Filled",
"earliest_date": "Earliest Date",
"latest_date": "Latest Date",
"date_range": "Date Range",
"month_range": "Month Range",
"checked": "Checked",
"unchecked": "Unchecked",
"percent_checked": "Percent Checked",
"percent_unchecked": "Percent Unchecked",
"attachment_size": "Attachment Size",
"none": "None"
},
"general": { "general": {
"role": "תפקיד", "role": "תפקיד",
"general": "כללי", "general": "כללי",
@ -101,6 +155,7 @@
"updating": "מעודכן", "updating": "מעודכן",
"rename": "שנה שם", "rename": "שנה שם",
"reload": "טען מחדש", "reload": "טען מחדש",
"refresh": "Refresh",
"reset": "אתחל", "reset": "אתחל",
"install": "התקן", "install": "התקן",
"show": "הצג", "show": "הצג",
@ -169,6 +224,7 @@
"move": "העברה", "move": "העברה",
"geoDataField": "שדה מידע גיאוגרפי", "geoDataField": "שדה מידע גיאוגרפי",
"type": "סוג", "type": "סוג",
"subType": "Sub-Type",
"name": "שם", "name": "שם",
"changes": "שינויים", "changes": "שינויים",
"new": "חדש", "new": "חדש",
@ -211,7 +267,8 @@
"format": "פורמט", "format": "פורמט",
"colour": "צבע", "colour": "צבע",
"use": "השתמש", "use": "השתמש",
"stack": "Stack" "stack": "Stack",
"ipAddress": "IP Address"
}, },
"objects": { "objects": {
"owner": "בעלים", "owner": "בעלים",
@ -400,7 +457,7 @@
"uiACL": "בקרת גישה לממשק משתמש", "uiACL": "בקרת גישה לממשק משתמש",
"metaOperations": "פעולות מטא נתונים", "metaOperations": "פעולות מטא נתונים",
"audit": "ביקורת", "audit": "ביקורת",
"auditLogs": "יומני ביקורת", "auditLogs": "Audit Logs",
"sqlMigrations": "העברות SQL", "sqlMigrations": "העברות SQL",
"dbCredentials": "אישורי מסד נתונים", "dbCredentials": "אישורי מסד נתונים",
"advancedParameters": "SSL ופרמטרים מתקדמים", "advancedParameters": "SSL ופרמטרים מתקדמים",

61
packages/nc-gui/lang/hi.json

@ -38,6 +38,60 @@
"candlestick_chart": "Candlestick Chart" "candlestick_chart": "Candlestick Chart"
} }
}, },
"aggregation": {
"sum": "Sum",
"count": "Count",
"min": "Min",
"max": "Max",
"avg": "Avg",
"median": "Median",
"std_dev": "Std dev",
"histogram": "Histogram",
"range": "Range",
"percent_empty": "Empty",
"percent_filled": "Filled",
"percent_unique": "Unique",
"count_unique": "Unique",
"count_empty": "Empty",
"count_filled": "Filled",
"earliest_date": "Min date",
"latest_date": "Max date",
"date_range": "Range",
"month_range": "Range",
"checked": "Checked",
"unchecked": "Unchecked",
"percent_checked": "Checked",
"percent_unchecked": "Unchecked",
"attachment_size": "Size",
"none": "None"
},
"aggregation_type": {
"sum": "Sum",
"count": "Count",
"min": "Min",
"max": "Max",
"avg": "Average",
"median": "Median",
"std_dev": "Standard Deviation",
"histogram": "Histogram",
"range": "Range",
"percent_empty": "Percent Empty",
"percent_filled": "Percent Filled",
"percent_unique": "Percent Unique",
"count_unique": "Unique",
"count_empty": "Empty",
"count_filled": "Filled",
"earliest_date": "Earliest Date",
"latest_date": "Latest Date",
"date_range": "Date Range",
"month_range": "Month Range",
"checked": "Checked",
"unchecked": "Unchecked",
"percent_checked": "Percent Checked",
"percent_unchecked": "Percent Unchecked",
"attachment_size": "Attachment Size",
"none": "None"
},
"general": { "general": {
"role": "Role", "role": "Role",
"general": "General", "general": "General",
@ -101,6 +155,7 @@
"updating": "Updating", "updating": "Updating",
"rename": "नम बदल", "rename": "नम बदल",
"reload": "पड कर", "reload": "पड कर",
"refresh": "Refresh",
"reset": "रट", "reset": "रट",
"install": "सित करन", "install": "सित करन",
"show": "परदरशन", "show": "परदरशन",
@ -169,6 +224,7 @@
"move": "Move", "move": "Move",
"geoDataField": "GeoData Field", "geoDataField": "GeoData Field",
"type": "Type", "type": "Type",
"subType": "Sub-Type",
"name": "Name", "name": "Name",
"changes": "Changes", "changes": "Changes",
"new": "New", "new": "New",
@ -211,7 +267,8 @@
"format": "Format", "format": "Format",
"colour": "Colour", "colour": "Colour",
"use": "Use", "use": "Use",
"stack": "Stack" "stack": "Stack",
"ipAddress": "IP Address"
}, },
"objects": { "objects": {
"owner": "Owner", "owner": "Owner",
@ -400,7 +457,7 @@
"uiACL": "UI Access Control", "uiACL": "UI Access Control",
"metaOperations": "मलन", "metaOperations": "मलन",
"audit": "अषण", "audit": "अषण",
"auditLogs": "िब सि", "auditLogs": "Audit Logs",
"sqlMigrations": "SQL परवसन", "sqlMigrations": "SQL परवसन",
"dbCredentials": "डस सख", "dbCredentials": "डस सख",
"advancedParameters": "SSL और उननत पटर", "advancedParameters": "SSL और उननत पटर",

61
packages/nc-gui/lang/hr.json

@ -38,6 +38,60 @@
"candlestick_chart": "Candlestick Chart" "candlestick_chart": "Candlestick Chart"
} }
}, },
"aggregation": {
"sum": "Sum",
"count": "Count",
"min": "Min",
"max": "Max",
"avg": "Avg",
"median": "Median",
"std_dev": "Std dev",
"histogram": "Histogram",
"range": "Range",
"percent_empty": "Empty",
"percent_filled": "Filled",
"percent_unique": "Unique",
"count_unique": "Unique",
"count_empty": "Empty",
"count_filled": "Filled",
"earliest_date": "Min date",
"latest_date": "Max date",
"date_range": "Range",
"month_range": "Range",
"checked": "Checked",
"unchecked": "Unchecked",
"percent_checked": "Checked",
"percent_unchecked": "Unchecked",
"attachment_size": "Size",
"none": "None"
},
"aggregation_type": {
"sum": "Sum",
"count": "Count",
"min": "Min",
"max": "Max",
"avg": "Average",
"median": "Median",
"std_dev": "Standard Deviation",
"histogram": "Histogram",
"range": "Range",
"percent_empty": "Percent Empty",
"percent_filled": "Percent Filled",
"percent_unique": "Percent Unique",
"count_unique": "Unique",
"count_empty": "Empty",
"count_filled": "Filled",
"earliest_date": "Earliest Date",
"latest_date": "Latest Date",
"date_range": "Date Range",
"month_range": "Month Range",
"checked": "Checked",
"unchecked": "Unchecked",
"percent_checked": "Percent Checked",
"percent_unchecked": "Percent Unchecked",
"attachment_size": "Attachment Size",
"none": "None"
},
"general": { "general": {
"role": "Role", "role": "Role",
"general": "General", "general": "General",
@ -101,6 +155,7 @@
"updating": "Updating", "updating": "Updating",
"rename": "Preimenovati", "rename": "Preimenovati",
"reload": "Ponovno učitati", "reload": "Ponovno učitati",
"refresh": "Refresh",
"reset": "Resetirati", "reset": "Resetirati",
"install": "Instalirati", "install": "Instalirati",
"show": "Pokazati", "show": "Pokazati",
@ -169,6 +224,7 @@
"move": "Move", "move": "Move",
"geoDataField": "Polje GeoPodataka", "geoDataField": "Polje GeoPodataka",
"type": "Type", "type": "Type",
"subType": "Sub-Type",
"name": "Name", "name": "Name",
"changes": "Changes", "changes": "Changes",
"new": "New", "new": "New",
@ -211,7 +267,8 @@
"format": "Format", "format": "Format",
"colour": "Colour", "colour": "Colour",
"use": "Use", "use": "Use",
"stack": "Stack" "stack": "Stack",
"ipAddress": "IP Address"
}, },
"objects": { "objects": {
"owner": "Owner", "owner": "Owner",
@ -400,7 +457,7 @@
"uiACL": "Kontrola pristupa", "uiACL": "Kontrola pristupa",
"metaOperations": "Operacije metapodataka", "metaOperations": "Operacije metapodataka",
"audit": "Revizija", "audit": "Revizija",
"auditLogs": "Dnevnik revizije", "auditLogs": "Audit Logs",
"sqlMigrations": "SQL migracije", "sqlMigrations": "SQL migracije",
"dbCredentials": "Vjerodajnice baze podataka", "dbCredentials": "Vjerodajnice baze podataka",
"advancedParameters": "SSL i napredni parametri", "advancedParameters": "SSL i napredni parametri",

75
packages/nc-gui/lang/hu.json

@ -18,16 +18,16 @@
"static_text": "Text", "static_text": "Text",
"chart": "Chart", "chart": "Chart",
"table": "Table", "table": "Table",
"image": "Image", "image": "Kép",
"map": "Map", "map": "Map",
"button": "Button", "button": "Gomb",
"number": "Number", "number": "Szám",
"bar_chart": "Bar Chart", "bar_chart": "Oszlopdiagram",
"line_chart": "Line Chart", "line_chart": "Vonaldiagram",
"area_chart": "Area Chart", "area_chart": "Area Chart",
"pie_chart": "Pie Chart", "pie_chart": "Kördiagram",
"donut_chart": "Donut Chart", "donut_chart": "Donut Chart",
"scatter_plot": "Scatter Plot", "scatter_plot": "Szórásdiagram",
"bubble_chart": "Bubble Chart", "bubble_chart": "Bubble Chart",
"radar_chart": "Radar Chart", "radar_chart": "Radar Chart",
"polar_area_chart": "Polar Area Chart", "polar_area_chart": "Polar Area Chart",
@ -38,6 +38,60 @@
"candlestick_chart": "Candlestick Chart" "candlestick_chart": "Candlestick Chart"
} }
}, },
"aggregation": {
"sum": "Összeg",
"count": "Count",
"min": "Min",
"max": "Max",
"avg": "Avg",
"median": "Median",
"std_dev": "Std dev",
"histogram": "Histogram",
"range": "Range",
"percent_empty": "Empty",
"percent_filled": "Filled",
"percent_unique": "Unique",
"count_unique": "Unique",
"count_empty": "Empty",
"count_filled": "Filled",
"earliest_date": "Min date",
"latest_date": "Max date",
"date_range": "Range",
"month_range": "Range",
"checked": "Checked",
"unchecked": "Unchecked",
"percent_checked": "Checked",
"percent_unchecked": "Unchecked",
"attachment_size": "Size",
"none": "None"
},
"aggregation_type": {
"sum": "Sum",
"count": "Count",
"min": "Min",
"max": "Max",
"avg": "Average",
"median": "Median",
"std_dev": "Standard Deviation",
"histogram": "Histogram",
"range": "Range",
"percent_empty": "Percent Empty",
"percent_filled": "Percent Filled",
"percent_unique": "Percent Unique",
"count_unique": "Unique",
"count_empty": "Empty",
"count_filled": "Filled",
"earliest_date": "Earliest Date",
"latest_date": "Latest Date",
"date_range": "Date Range",
"month_range": "Month Range",
"checked": "Checked",
"unchecked": "Unchecked",
"percent_checked": "Percent Checked",
"percent_unchecked": "Percent Unchecked",
"attachment_size": "Attachment Size",
"none": "None"
},
"general": { "general": {
"role": "Role", "role": "Role",
"general": "Általános", "general": "Általános",
@ -101,6 +155,7 @@
"updating": "Frissítés", "updating": "Frissítés",
"rename": "Átnevezés", "rename": "Átnevezés",
"reload": "Újratöltés", "reload": "Újratöltés",
"refresh": "Refresh",
"reset": "Visszaállítás", "reset": "Visszaállítás",
"install": "Telepítés", "install": "Telepítés",
"show": "Show", "show": "Show",
@ -169,6 +224,7 @@
"move": "Move", "move": "Move",
"geoDataField": "GeoData Field", "geoDataField": "GeoData Field",
"type": "Type", "type": "Type",
"subType": "Sub-Type",
"name": "Name", "name": "Name",
"changes": "Changes", "changes": "Changes",
"new": "New", "new": "New",
@ -211,7 +267,8 @@
"format": "Format", "format": "Format",
"colour": "Colour", "colour": "Colour",
"use": "Use", "use": "Use",
"stack": "Stack" "stack": "Stack",
"ipAddress": "IP Address"
}, },
"objects": { "objects": {
"owner": "Owner", "owner": "Owner",
@ -400,7 +457,7 @@
"uiACL": "UI Access Control", "uiACL": "UI Access Control",
"metaOperations": "Metadata Operations", "metaOperations": "Metadata Operations",
"audit": "Audit", "audit": "Audit",
"auditLogs": "Audit Log", "auditLogs": "Audit Logs",
"sqlMigrations": "SQL Migrations", "sqlMigrations": "SQL Migrations",
"dbCredentials": "Database Credentials", "dbCredentials": "Database Credentials",
"advancedParameters": "SSL & Advanced parameters", "advancedParameters": "SSL & Advanced parameters",

61
packages/nc-gui/lang/id.json

@ -38,6 +38,60 @@
"candlestick_chart": "Grafik Kandil" "candlestick_chart": "Grafik Kandil"
} }
}, },
"aggregation": {
"sum": "Sum",
"count": "Count",
"min": "Min",
"max": "Max",
"avg": "Avg",
"median": "Median",
"std_dev": "Std dev",
"histogram": "Histogram",
"range": "Range",
"percent_empty": "Empty",
"percent_filled": "Filled",
"percent_unique": "Unique",
"count_unique": "Unique",
"count_empty": "Empty",
"count_filled": "Filled",
"earliest_date": "Min date",
"latest_date": "Max date",
"date_range": "Range",
"month_range": "Range",
"checked": "Checked",
"unchecked": "Unchecked",
"percent_checked": "Checked",
"percent_unchecked": "Unchecked",
"attachment_size": "Size",
"none": "None"
},
"aggregation_type": {
"sum": "Sum",
"count": "Count",
"min": "Min",
"max": "Max",
"avg": "Average",
"median": "Median",
"std_dev": "Standard Deviation",
"histogram": "Histogram",
"range": "Range",
"percent_empty": "Percent Empty",
"percent_filled": "Percent Filled",
"percent_unique": "Percent Unique",
"count_unique": "Unique",
"count_empty": "Empty",
"count_filled": "Filled",
"earliest_date": "Earliest Date",
"latest_date": "Latest Date",
"date_range": "Date Range",
"month_range": "Month Range",
"checked": "Checked",
"unchecked": "Unchecked",
"percent_checked": "Percent Checked",
"percent_unchecked": "Percent Unchecked",
"attachment_size": "Attachment Size",
"none": "None"
},
"general": { "general": {
"role": "Role", "role": "Role",
"general": "General", "general": "General",
@ -101,6 +155,7 @@
"updating": "Updating", "updating": "Updating",
"rename": "Ganti nama", "rename": "Ganti nama",
"reload": "Reload.", "reload": "Reload.",
"refresh": "Refresh",
"reset": "Mengatur ulang", "reset": "Mengatur ulang",
"install": "Memasang", "install": "Memasang",
"show": "Menunjukkan", "show": "Menunjukkan",
@ -169,6 +224,7 @@
"move": "Pindah", "move": "Pindah",
"geoDataField": "Bidang GeoData", "geoDataField": "Bidang GeoData",
"type": "Jenis", "type": "Jenis",
"subType": "Sub-Type",
"name": "Nama", "name": "Nama",
"changes": "Perubahan", "changes": "Perubahan",
"new": "Baru", "new": "Baru",
@ -211,7 +267,8 @@
"format": "Format", "format": "Format",
"colour": "Colour", "colour": "Colour",
"use": "Use", "use": "Use",
"stack": "Stack" "stack": "Stack",
"ipAddress": "IP Address"
}, },
"objects": { "objects": {
"owner": "Owner", "owner": "Owner",
@ -400,7 +457,7 @@
"uiACL": "UI Access Control.", "uiACL": "UI Access Control.",
"metaOperations": "Operasi metadata", "metaOperations": "Operasi metadata",
"audit": "Audit", "audit": "Audit",
"auditLogs": "Log audit", "auditLogs": "Audit Logs",
"sqlMigrations": "Migrasi SQL.", "sqlMigrations": "Migrasi SQL.",
"dbCredentials": "Kredensial basis data", "dbCredentials": "Kredensial basis data",
"advancedParameters": "SSL & Parameter Lanjutan", "advancedParameters": "SSL & Parameter Lanjutan",

61
packages/nc-gui/lang/it.json

@ -38,6 +38,60 @@
"candlestick_chart": "Grafico Candlestick" "candlestick_chart": "Grafico Candlestick"
} }
}, },
"aggregation": {
"sum": "Sum",
"count": "Count",
"min": "Min",
"max": "Max",
"avg": "Avg",
"median": "Median",
"std_dev": "Std dev",
"histogram": "Histogram",
"range": "Range",
"percent_empty": "Empty",
"percent_filled": "Filled",
"percent_unique": "Unique",
"count_unique": "Unique",
"count_empty": "Empty",
"count_filled": "Filled",
"earliest_date": "Min date",
"latest_date": "Max date",
"date_range": "Range",
"month_range": "Range",
"checked": "Checked",
"unchecked": "Unchecked",
"percent_checked": "Checked",
"percent_unchecked": "Unchecked",
"attachment_size": "Size",
"none": "None"
},
"aggregation_type": {
"sum": "Sum",
"count": "Count",
"min": "Min",
"max": "Max",
"avg": "Average",
"median": "Median",
"std_dev": "Standard Deviation",
"histogram": "Histogram",
"range": "Range",
"percent_empty": "Percent Empty",
"percent_filled": "Percent Filled",
"percent_unique": "Percent Unique",
"count_unique": "Unique",
"count_empty": "Empty",
"count_filled": "Filled",
"earliest_date": "Earliest Date",
"latest_date": "Latest Date",
"date_range": "Date Range",
"month_range": "Month Range",
"checked": "Checked",
"unchecked": "Unchecked",
"percent_checked": "Percent Checked",
"percent_unchecked": "Percent Unchecked",
"attachment_size": "Attachment Size",
"none": "None"
},
"general": { "general": {
"role": "Role", "role": "Role",
"general": "General", "general": "General",
@ -101,6 +155,7 @@
"updating": "Updating", "updating": "Updating",
"rename": "Rinomina", "rename": "Rinomina",
"reload": "Ricarica", "reload": "Ricarica",
"refresh": "Refresh",
"reset": "Ripristina", "reset": "Ripristina",
"install": "Installa", "install": "Installa",
"show": "Mostra", "show": "Mostra",
@ -169,6 +224,7 @@
"move": "Sposta", "move": "Sposta",
"geoDataField": "Campo GeoData", "geoDataField": "Campo GeoData",
"type": "Tipo", "type": "Tipo",
"subType": "Sub-Type",
"name": "Nome", "name": "Nome",
"changes": "Cambiamenti", "changes": "Cambiamenti",
"new": "Nuovo", "new": "Nuovo",
@ -211,7 +267,8 @@
"format": "Format", "format": "Format",
"colour": "Colour", "colour": "Colour",
"use": "Use", "use": "Use",
"stack": "Stack" "stack": "Stack",
"ipAddress": "IP Address"
}, },
"objects": { "objects": {
"owner": "Owner", "owner": "Owner",
@ -400,7 +457,7 @@
"uiACL": "Controllo degli accessi interfaccia grafica (ACL)", "uiACL": "Controllo degli accessi interfaccia grafica (ACL)",
"metaOperations": "Operazioni sui metadati", "metaOperations": "Operazioni sui metadati",
"audit": "Audit", "audit": "Audit",
"auditLogs": "Registro audit", "auditLogs": "Audit Logs",
"sqlMigrations": "Migrazioni SQL", "sqlMigrations": "Migrazioni SQL",
"dbCredentials": "Credenziali del database", "dbCredentials": "Credenziali del database",
"advancedParameters": "SSL e parametri avanzati", "advancedParameters": "SSL e parametri avanzati",

61
packages/nc-gui/lang/ja.json

@ -38,6 +38,60 @@
"candlestick_chart": "Candlestick Chart" "candlestick_chart": "Candlestick Chart"
} }
}, },
"aggregation": {
"sum": "Sum",
"count": "Count",
"min": "Min",
"max": "Max",
"avg": "Avg",
"median": "Median",
"std_dev": "Std dev",
"histogram": "Histogram",
"range": "Range",
"percent_empty": "Empty",
"percent_filled": "Filled",
"percent_unique": "Unique",
"count_unique": "Unique",
"count_empty": "Empty",
"count_filled": "Filled",
"earliest_date": "Min date",
"latest_date": "Max date",
"date_range": "Range",
"month_range": "Range",
"checked": "Checked",
"unchecked": "Unchecked",
"percent_checked": "Checked",
"percent_unchecked": "Unchecked",
"attachment_size": "Size",
"none": "None"
},
"aggregation_type": {
"sum": "Sum",
"count": "Count",
"min": "Min",
"max": "Max",
"avg": "Average",
"median": "Median",
"std_dev": "Standard Deviation",
"histogram": "Histogram",
"range": "Range",
"percent_empty": "Percent Empty",
"percent_filled": "Percent Filled",
"percent_unique": "Percent Unique",
"count_unique": "Unique",
"count_empty": "Empty",
"count_filled": "Filled",
"earliest_date": "Earliest Date",
"latest_date": "Latest Date",
"date_range": "Date Range",
"month_range": "Month Range",
"checked": "Checked",
"unchecked": "Unchecked",
"percent_checked": "Percent Checked",
"percent_unchecked": "Percent Unchecked",
"attachment_size": "Attachment Size",
"none": "None"
},
"general": { "general": {
"role": "Role", "role": "Role",
"general": "General", "general": "General",
@ -101,6 +155,7 @@
"updating": "Updating", "updating": "Updating",
"rename": "リネーム", "rename": "リネーム",
"reload": "リロード", "reload": "リロード",
"refresh": "Refresh",
"reset": "リセット", "reset": "リセット",
"install": "インストール", "install": "インストール",
"show": "表示", "show": "表示",
@ -169,6 +224,7 @@
"move": "Move", "move": "Move",
"geoDataField": "GeoData Field", "geoDataField": "GeoData Field",
"type": "Type", "type": "Type",
"subType": "Sub-Type",
"name": "Name", "name": "Name",
"changes": "Changes", "changes": "Changes",
"new": "New", "new": "New",
@ -211,7 +267,8 @@
"format": "Format", "format": "Format",
"colour": "Colour", "colour": "Colour",
"use": "Use", "use": "Use",
"stack": "Stack" "stack": "Stack",
"ipAddress": "IP Address"
}, },
"objects": { "objects": {
"owner": "Owner", "owner": "Owner",
@ -400,7 +457,7 @@
"uiACL": "UIアクセス制御", "uiACL": "UIアクセス制御",
"metaOperations": "メタデータ操作", "metaOperations": "メタデータ操作",
"audit": "監査", "audit": "監査",
"auditLogs": "監査ログ", "auditLogs": "Audit Logs",
"sqlMigrations": "SQL移行", "sqlMigrations": "SQL移行",
"dbCredentials": "データベース認証情報", "dbCredentials": "データベース認証情報",
"advancedParameters": "SSL&高度なパラメータ", "advancedParameters": "SSL&高度なパラメータ",

61
packages/nc-gui/lang/ko.json

@ -38,6 +38,60 @@
"candlestick_chart": "캔들 스틱 차트" "candlestick_chart": "캔들 스틱 차트"
} }
}, },
"aggregation": {
"sum": "Sum",
"count": "Count",
"min": "Min",
"max": "Max",
"avg": "Avg",
"median": "Median",
"std_dev": "Std dev",
"histogram": "Histogram",
"range": "Range",
"percent_empty": "Empty",
"percent_filled": "Filled",
"percent_unique": "Unique",
"count_unique": "Unique",
"count_empty": "Empty",
"count_filled": "Filled",
"earliest_date": "Min date",
"latest_date": "Max date",
"date_range": "Range",
"month_range": "Range",
"checked": "Checked",
"unchecked": "Unchecked",
"percent_checked": "Checked",
"percent_unchecked": "Unchecked",
"attachment_size": "Size",
"none": "None"
},
"aggregation_type": {
"sum": "Sum",
"count": "Count",
"min": "Min",
"max": "Max",
"avg": "Average",
"median": "Median",
"std_dev": "Standard Deviation",
"histogram": "Histogram",
"range": "Range",
"percent_empty": "Percent Empty",
"percent_filled": "Percent Filled",
"percent_unique": "Percent Unique",
"count_unique": "Unique",
"count_empty": "Empty",
"count_filled": "Filled",
"earliest_date": "Earliest Date",
"latest_date": "Latest Date",
"date_range": "Date Range",
"month_range": "Month Range",
"checked": "Checked",
"unchecked": "Unchecked",
"percent_checked": "Percent Checked",
"percent_unchecked": "Percent Unchecked",
"attachment_size": "Attachment Size",
"none": "None"
},
"general": { "general": {
"role": "Role", "role": "Role",
"general": "General", "general": "General",
@ -101,6 +155,7 @@
"updating": "Updating", "updating": "Updating",
"rename": "이름 바꾸기", "rename": "이름 바꾸기",
"reload": "다시 불러오기", "reload": "다시 불러오기",
"refresh": "Refresh",
"reset": "초기화", "reset": "초기화",
"install": "설치", "install": "설치",
"show": "보기", "show": "보기",
@ -169,6 +224,7 @@
"move": "이동", "move": "이동",
"geoDataField": "GeoData 필드", "geoDataField": "GeoData 필드",
"type": "타입", "type": "타입",
"subType": "Sub-Type",
"name": "이름", "name": "이름",
"changes": "변경", "changes": "변경",
"new": "새로운", "new": "새로운",
@ -211,7 +267,8 @@
"format": "Format", "format": "Format",
"colour": "Colour", "colour": "Colour",
"use": "Use", "use": "Use",
"stack": "Stack" "stack": "Stack",
"ipAddress": "IP Address"
}, },
"objects": { "objects": {
"owner": "Owner", "owner": "Owner",
@ -400,7 +457,7 @@
"uiACL": "UI 액세스 제어", "uiACL": "UI 액세스 제어",
"metaOperations": "메타 데이터 작업", "metaOperations": "메타 데이터 작업",
"audit": "감사", "audit": "감사",
"auditLogs": "감사 로그", "auditLogs": "Audit Logs",
"sqlMigrations": "SQL 마이그레이션", "sqlMigrations": "SQL 마이그레이션",
"dbCredentials": "데이터베이스 자격 증명", "dbCredentials": "데이터베이스 자격 증명",
"advancedParameters": "SSL 및 고급 매개 변수", "advancedParameters": "SSL 및 고급 매개 변수",

61
packages/nc-gui/lang/lv.json

@ -38,6 +38,60 @@
"candlestick_chart": "Candlestick Chart" "candlestick_chart": "Candlestick Chart"
} }
}, },
"aggregation": {
"sum": "Sum",
"count": "Count",
"min": "Min",
"max": "Max",
"avg": "Avg",
"median": "Median",
"std_dev": "Std dev",
"histogram": "Histogram",
"range": "Range",
"percent_empty": "Empty",
"percent_filled": "Filled",
"percent_unique": "Unique",
"count_unique": "Unique",
"count_empty": "Empty",
"count_filled": "Filled",
"earliest_date": "Min date",
"latest_date": "Max date",
"date_range": "Range",
"month_range": "Range",
"checked": "Checked",
"unchecked": "Unchecked",
"percent_checked": "Checked",
"percent_unchecked": "Unchecked",
"attachment_size": "Size",
"none": "None"
},
"aggregation_type": {
"sum": "Sum",
"count": "Count",
"min": "Min",
"max": "Max",
"avg": "Average",
"median": "Median",
"std_dev": "Standard Deviation",
"histogram": "Histogram",
"range": "Range",
"percent_empty": "Percent Empty",
"percent_filled": "Percent Filled",
"percent_unique": "Percent Unique",
"count_unique": "Unique",
"count_empty": "Empty",
"count_filled": "Filled",
"earliest_date": "Earliest Date",
"latest_date": "Latest Date",
"date_range": "Date Range",
"month_range": "Month Range",
"checked": "Checked",
"unchecked": "Unchecked",
"percent_checked": "Percent Checked",
"percent_unchecked": "Percent Unchecked",
"attachment_size": "Attachment Size",
"none": "None"
},
"general": { "general": {
"role": "Role", "role": "Role",
"general": "General", "general": "General",
@ -101,6 +155,7 @@
"updating": "Updating", "updating": "Updating",
"rename": "Pārsaukt", "rename": "Pārsaukt",
"reload": "Pātlādēt", "reload": "Pātlādēt",
"refresh": "Refresh",
"reset": "Atiestatīt", "reset": "Atiestatīt",
"install": "Instalēt", "install": "Instalēt",
"show": "Parādīt", "show": "Parādīt",
@ -169,6 +224,7 @@
"move": "Pārvietot", "move": "Pārvietot",
"geoDataField": "ĢeoDatu lauks", "geoDataField": "ĢeoDatu lauks",
"type": "Veids", "type": "Veids",
"subType": "Sub-Type",
"name": "Vārds", "name": "Vārds",
"changes": "Izmaiņas", "changes": "Izmaiņas",
"new": "Jauns", "new": "Jauns",
@ -211,7 +267,8 @@
"format": "Format", "format": "Format",
"colour": "Colour", "colour": "Colour",
"use": "Use", "use": "Use",
"stack": "Stack" "stack": "Stack",
"ipAddress": "IP Address"
}, },
"objects": { "objects": {
"owner": "Owner", "owner": "Owner",
@ -400,7 +457,7 @@
"uiACL": "UI Pieejas kontrole", "uiACL": "UI Pieejas kontrole",
"metaOperations": "Metadatu operācijas", "metaOperations": "Metadatu operācijas",
"audit": "Auditācija", "audit": "Auditācija",
"auditLogs": "Auditācijas pieraksti", "auditLogs": "Audit Logs",
"sqlMigrations": "SQL Migrācijas", "sqlMigrations": "SQL Migrācijas",
"dbCredentials": "Datubāzes pieslēguma parametri", "dbCredentials": "Datubāzes pieslēguma parametri",
"advancedParameters": "SSL & Paplašinātie parametri", "advancedParameters": "SSL & Paplašinātie parametri",

61
packages/nc-gui/lang/nl.json

@ -38,6 +38,60 @@
"candlestick_chart": "Candlestick Chart" "candlestick_chart": "Candlestick Chart"
} }
}, },
"aggregation": {
"sum": "Sum",
"count": "Count",
"min": "Min",
"max": "Max",
"avg": "Avg",
"median": "Median",
"std_dev": "Std dev",
"histogram": "Histogram",
"range": "Range",
"percent_empty": "Empty",
"percent_filled": "Filled",
"percent_unique": "Unique",
"count_unique": "Unique",
"count_empty": "Empty",
"count_filled": "Filled",
"earliest_date": "Min date",
"latest_date": "Max date",
"date_range": "Range",
"month_range": "Range",
"checked": "Checked",
"unchecked": "Unchecked",
"percent_checked": "Checked",
"percent_unchecked": "Unchecked",
"attachment_size": "Size",
"none": "None"
},
"aggregation_type": {
"sum": "Sum",
"count": "Count",
"min": "Min",
"max": "Max",
"avg": "Average",
"median": "Median",
"std_dev": "Standard Deviation",
"histogram": "Histogram",
"range": "Range",
"percent_empty": "Percent Empty",
"percent_filled": "Percent Filled",
"percent_unique": "Percent Unique",
"count_unique": "Unique",
"count_empty": "Empty",
"count_filled": "Filled",
"earliest_date": "Earliest Date",
"latest_date": "Latest Date",
"date_range": "Date Range",
"month_range": "Month Range",
"checked": "Checked",
"unchecked": "Unchecked",
"percent_checked": "Percent Checked",
"percent_unchecked": "Percent Unchecked",
"attachment_size": "Attachment Size",
"none": "None"
},
"general": { "general": {
"role": "Role", "role": "Role",
"general": "General", "general": "General",
@ -101,6 +155,7 @@
"updating": "Updating", "updating": "Updating",
"rename": "Hernoemen", "rename": "Hernoemen",
"reload": "Herladen", "reload": "Herladen",
"refresh": "Refresh",
"reset": "Resetten", "reset": "Resetten",
"install": "Installeren", "install": "Installeren",
"show": "Tonen", "show": "Tonen",
@ -169,6 +224,7 @@
"move": "Move", "move": "Move",
"geoDataField": "GeoData Field", "geoDataField": "GeoData Field",
"type": "Type", "type": "Type",
"subType": "Sub-Type",
"name": "Naam", "name": "Naam",
"changes": "Changes", "changes": "Changes",
"new": "New", "new": "New",
@ -211,7 +267,8 @@
"format": "Format", "format": "Format",
"colour": "Colour", "colour": "Colour",
"use": "Use", "use": "Use",
"stack": "Stack" "stack": "Stack",
"ipAddress": "IP Address"
}, },
"objects": { "objects": {
"owner": "Owner", "owner": "Owner",
@ -400,7 +457,7 @@
"uiACL": "Toegangscontrole voor UI", "uiACL": "Toegangscontrole voor UI",
"metaOperations": "Metadata Operaties", "metaOperations": "Metadata Operaties",
"audit": "Controle", "audit": "Controle",
"auditLogs": "Auditlogboek", "auditLogs": "Audit Logs",
"sqlMigrations": "SQL-Migraties", "sqlMigrations": "SQL-Migraties",
"dbCredentials": "Database-inloggegevens", "dbCredentials": "Database-inloggegevens",
"advancedParameters": "SSL & Geavanceerde Parameters", "advancedParameters": "SSL & Geavanceerde Parameters",

61
packages/nc-gui/lang/no.json

@ -38,6 +38,60 @@
"candlestick_chart": "Candlestick Chart" "candlestick_chart": "Candlestick Chart"
} }
}, },
"aggregation": {
"sum": "Sum",
"count": "Count",
"min": "Min",
"max": "Max",
"avg": "Avg",
"median": "Median",
"std_dev": "Std dev",
"histogram": "Histogram",
"range": "Range",
"percent_empty": "Empty",
"percent_filled": "Filled",
"percent_unique": "Unique",
"count_unique": "Unique",
"count_empty": "Empty",
"count_filled": "Filled",
"earliest_date": "Min date",
"latest_date": "Max date",
"date_range": "Range",
"month_range": "Range",
"checked": "Checked",
"unchecked": "Unchecked",
"percent_checked": "Checked",
"percent_unchecked": "Unchecked",
"attachment_size": "Size",
"none": "None"
},
"aggregation_type": {
"sum": "Sum",
"count": "Count",
"min": "Min",
"max": "Max",
"avg": "Average",
"median": "Median",
"std_dev": "Standard Deviation",
"histogram": "Histogram",
"range": "Range",
"percent_empty": "Percent Empty",
"percent_filled": "Percent Filled",
"percent_unique": "Percent Unique",
"count_unique": "Unique",
"count_empty": "Empty",
"count_filled": "Filled",
"earliest_date": "Earliest Date",
"latest_date": "Latest Date",
"date_range": "Date Range",
"month_range": "Month Range",
"checked": "Checked",
"unchecked": "Unchecked",
"percent_checked": "Percent Checked",
"percent_unchecked": "Percent Unchecked",
"attachment_size": "Attachment Size",
"none": "None"
},
"general": { "general": {
"role": "Role", "role": "Role",
"general": "General", "general": "General",
@ -101,6 +155,7 @@
"updating": "Updating", "updating": "Updating",
"rename": "Gi nytt navn til", "rename": "Gi nytt navn til",
"reload": "Last på nytt", "reload": "Last på nytt",
"refresh": "Refresh",
"reset": "Nullstill", "reset": "Nullstill",
"install": "Installere", "install": "Installere",
"show": "Forestilling", "show": "Forestilling",
@ -169,6 +224,7 @@
"move": "Move", "move": "Move",
"geoDataField": "GeoData Field", "geoDataField": "GeoData Field",
"type": "Type", "type": "Type",
"subType": "Sub-Type",
"name": "Name", "name": "Name",
"changes": "Changes", "changes": "Changes",
"new": "New", "new": "New",
@ -211,7 +267,8 @@
"format": "Format", "format": "Format",
"colour": "Colour", "colour": "Colour",
"use": "Use", "use": "Use",
"stack": "Stack" "stack": "Stack",
"ipAddress": "IP Address"
}, },
"objects": { "objects": {
"owner": "Owner", "owner": "Owner",
@ -400,7 +457,7 @@
"uiACL": "UI Access Control.", "uiACL": "UI Access Control.",
"metaOperations": "Metadataoperasjoner", "metaOperations": "Metadataoperasjoner",
"audit": "Revidere", "audit": "Revidere",
"auditLogs": "Revisjonslogg", "auditLogs": "Audit Logs",
"sqlMigrations": "SQL-overføringer", "sqlMigrations": "SQL-overføringer",
"dbCredentials": "Database-autentisering", "dbCredentials": "Database-autentisering",
"advancedParameters": "SSL og avanserte parametere", "advancedParameters": "SSL og avanserte parametere",

61
packages/nc-gui/lang/pl.json

@ -38,6 +38,60 @@
"candlestick_chart": "Wykres świecowy" "candlestick_chart": "Wykres świecowy"
} }
}, },
"aggregation": {
"sum": "Sum",
"count": "Count",
"min": "Min",
"max": "Max",
"avg": "Avg",
"median": "Median",
"std_dev": "Std dev",
"histogram": "Histogram",
"range": "Range",
"percent_empty": "Empty",
"percent_filled": "Filled",
"percent_unique": "Unique",
"count_unique": "Unique",
"count_empty": "Empty",
"count_filled": "Filled",
"earliest_date": "Min date",
"latest_date": "Max date",
"date_range": "Range",
"month_range": "Range",
"checked": "Checked",
"unchecked": "Unchecked",
"percent_checked": "Checked",
"percent_unchecked": "Unchecked",
"attachment_size": "Size",
"none": "None"
},
"aggregation_type": {
"sum": "Sum",
"count": "Count",
"min": "Min",
"max": "Max",
"avg": "Average",
"median": "Median",
"std_dev": "Standard Deviation",
"histogram": "Histogram",
"range": "Range",
"percent_empty": "Percent Empty",
"percent_filled": "Percent Filled",
"percent_unique": "Percent Unique",
"count_unique": "Unique",
"count_empty": "Empty",
"count_filled": "Filled",
"earliest_date": "Earliest Date",
"latest_date": "Latest Date",
"date_range": "Date Range",
"month_range": "Month Range",
"checked": "Checked",
"unchecked": "Unchecked",
"percent_checked": "Percent Checked",
"percent_unchecked": "Percent Unchecked",
"attachment_size": "Attachment Size",
"none": "None"
},
"general": { "general": {
"role": "Rola", "role": "Rola",
"general": "Ogólne", "general": "Ogólne",
@ -101,6 +155,7 @@
"updating": "Aktualizacja", "updating": "Aktualizacja",
"rename": "Zmień nazwę", "rename": "Zmień nazwę",
"reload": "Przeładuj", "reload": "Przeładuj",
"refresh": "Refresh",
"reset": "Zresetuj", "reset": "Zresetuj",
"install": "Zainstaluj", "install": "Zainstaluj",
"show": "Pokaż", "show": "Pokaż",
@ -169,6 +224,7 @@
"move": "Przenieś", "move": "Przenieś",
"geoDataField": "Pole GeoData", "geoDataField": "Pole GeoData",
"type": "Typ", "type": "Typ",
"subType": "Sub-Type",
"name": "Nazwa", "name": "Nazwa",
"changes": "Zmiany", "changes": "Zmiany",
"new": "Nowe", "new": "Nowe",
@ -211,7 +267,8 @@
"format": "Formatowanie", "format": "Formatowanie",
"colour": "Kolor", "colour": "Kolor",
"use": "Użyj", "use": "Użyj",
"stack": "Stos" "stack": "Stos",
"ipAddress": "IP Address"
}, },
"objects": { "objects": {
"owner": "Właściciel", "owner": "Właściciel",
@ -400,7 +457,7 @@
"uiACL": "Kontrola dostępu do UI", "uiACL": "Kontrola dostępu do UI",
"metaOperations": "Operacje na metadanych", "metaOperations": "Operacje na metadanych",
"audit": "Audyt", "audit": "Audyt",
"auditLogs": "Dziennik audytu", "auditLogs": "Audit Logs",
"sqlMigrations": "Migracje SQL", "sqlMigrations": "Migracje SQL",
"dbCredentials": "Poświadczenia bazy danych", "dbCredentials": "Poświadczenia bazy danych",
"advancedParameters": "Zaawansowane parametry", "advancedParameters": "Zaawansowane parametry",

61
packages/nc-gui/lang/pt.json

@ -38,6 +38,60 @@
"candlestick_chart": "Gráfico castiçal" "candlestick_chart": "Gráfico castiçal"
} }
}, },
"aggregation": {
"sum": "Sum",
"count": "Count",
"min": "Min",
"max": "Max",
"avg": "Avg",
"median": "Median",
"std_dev": "Std dev",
"histogram": "Histogram",
"range": "Range",
"percent_empty": "Empty",
"percent_filled": "Filled",
"percent_unique": "Unique",
"count_unique": "Unique",
"count_empty": "Empty",
"count_filled": "Filled",
"earliest_date": "Min date",
"latest_date": "Max date",
"date_range": "Range",
"month_range": "Range",
"checked": "Checked",
"unchecked": "Unchecked",
"percent_checked": "Checked",
"percent_unchecked": "Unchecked",
"attachment_size": "Size",
"none": "None"
},
"aggregation_type": {
"sum": "Sum",
"count": "Count",
"min": "Min",
"max": "Max",
"avg": "Average",
"median": "Median",
"std_dev": "Standard Deviation",
"histogram": "Histogram",
"range": "Range",
"percent_empty": "Percent Empty",
"percent_filled": "Percent Filled",
"percent_unique": "Percent Unique",
"count_unique": "Unique",
"count_empty": "Empty",
"count_filled": "Filled",
"earliest_date": "Earliest Date",
"latest_date": "Latest Date",
"date_range": "Date Range",
"month_range": "Month Range",
"checked": "Checked",
"unchecked": "Unchecked",
"percent_checked": "Percent Checked",
"percent_unchecked": "Percent Unchecked",
"attachment_size": "Attachment Size",
"none": "None"
},
"general": { "general": {
"role": "Role", "role": "Role",
"general": "General", "general": "General",
@ -101,6 +155,7 @@
"updating": "Updating", "updating": "Updating",
"rename": "Renomear", "rename": "Renomear",
"reload": "recarregar", "reload": "recarregar",
"refresh": "Refresh",
"reset": "Redefinir", "reset": "Redefinir",
"install": "Instalar", "install": "Instalar",
"show": "Mostrar", "show": "Mostrar",
@ -169,6 +224,7 @@
"move": "Mover", "move": "Mover",
"geoDataField": "Campo de dados geográficos", "geoDataField": "Campo de dados geográficos",
"type": "Tipo", "type": "Tipo",
"subType": "Sub-Type",
"name": "Nome", "name": "Nome",
"changes": "Alterações", "changes": "Alterações",
"new": "Novo", "new": "Novo",
@ -211,7 +267,8 @@
"format": "Format", "format": "Format",
"colour": "Colour", "colour": "Colour",
"use": "Use", "use": "Use",
"stack": "Stack" "stack": "Stack",
"ipAddress": "IP Address"
}, },
"objects": { "objects": {
"owner": "Owner", "owner": "Owner",
@ -400,7 +457,7 @@
"uiACL": "Controle de Acesso para UI.", "uiACL": "Controle de Acesso para UI.",
"metaOperations": "Operações com Metadados", "metaOperations": "Operações com Metadados",
"audit": "Auditoria", "audit": "Auditoria",
"auditLogs": "Log de auditoria", "auditLogs": "Audit Logs",
"sqlMigrations": "Migrações SQL.", "sqlMigrations": "Migrações SQL.",
"dbCredentials": "Credenciais da Base de Dados", "dbCredentials": "Credenciais da Base de Dados",
"advancedParameters": "SSL & parâmetros avançados", "advancedParameters": "SSL & parâmetros avançados",

61
packages/nc-gui/lang/pt_BR.json

@ -38,6 +38,60 @@
"candlestick_chart": "Gráfico de velas" "candlestick_chart": "Gráfico de velas"
} }
}, },
"aggregation": {
"sum": "Sum",
"count": "Count",
"min": "Min",
"max": "Max",
"avg": "Avg",
"median": "Median",
"std_dev": "Std dev",
"histogram": "Histogram",
"range": "Range",
"percent_empty": "Empty",
"percent_filled": "Filled",
"percent_unique": "Unique",
"count_unique": "Unique",
"count_empty": "Empty",
"count_filled": "Filled",
"earliest_date": "Min date",
"latest_date": "Max date",
"date_range": "Range",
"month_range": "Range",
"checked": "Checked",
"unchecked": "Unchecked",
"percent_checked": "Checked",
"percent_unchecked": "Unchecked",
"attachment_size": "Size",
"none": "None"
},
"aggregation_type": {
"sum": "Sum",
"count": "Count",
"min": "Min",
"max": "Max",
"avg": "Average",
"median": "Median",
"std_dev": "Standard Deviation",
"histogram": "Histogram",
"range": "Range",
"percent_empty": "Percent Empty",
"percent_filled": "Percent Filled",
"percent_unique": "Percent Unique",
"count_unique": "Unique",
"count_empty": "Empty",
"count_filled": "Filled",
"earliest_date": "Earliest Date",
"latest_date": "Latest Date",
"date_range": "Date Range",
"month_range": "Month Range",
"checked": "Checked",
"unchecked": "Unchecked",
"percent_checked": "Percent Checked",
"percent_unchecked": "Percent Unchecked",
"attachment_size": "Attachment Size",
"none": "None"
},
"general": { "general": {
"role": "Função", "role": "Função",
"general": "Geral", "general": "Geral",
@ -101,6 +155,7 @@
"updating": "Atualizando", "updating": "Atualizando",
"rename": "Renomear", "rename": "Renomear",
"reload": "Recarregar", "reload": "Recarregar",
"refresh": "Refresh",
"reset": "Redefinir", "reset": "Redefinir",
"install": "Instalar", "install": "Instalar",
"show": "Mostrar", "show": "Mostrar",
@ -169,6 +224,7 @@
"move": "Mover", "move": "Mover",
"geoDataField": "Campo GeoData", "geoDataField": "Campo GeoData",
"type": "Tipo", "type": "Tipo",
"subType": "Sub-Type",
"name": "Nome", "name": "Nome",
"changes": "Mudanças", "changes": "Mudanças",
"new": "Novo", "new": "Novo",
@ -211,7 +267,8 @@
"format": "Format", "format": "Format",
"colour": "Colour", "colour": "Colour",
"use": "Use", "use": "Use",
"stack": "Stack" "stack": "Stack",
"ipAddress": "IP Address"
}, },
"objects": { "objects": {
"owner": "Owner", "owner": "Owner",
@ -400,7 +457,7 @@
"uiACL": "Controle de Acesso para UI", "uiACL": "Controle de Acesso para UI",
"metaOperations": "Operações de Metadados", "metaOperations": "Operações de Metadados",
"audit": "Auditoria", "audit": "Auditoria",
"auditLogs": "Log de auditoria", "auditLogs": "Audit Logs",
"sqlMigrations": "Migrações SQL", "sqlMigrations": "Migrações SQL",
"dbCredentials": "Credenciais do Banco de Dados", "dbCredentials": "Credenciais do Banco de Dados",
"advancedParameters": "Parâmetros avançados e SSL", "advancedParameters": "Parâmetros avançados e SSL",

61
packages/nc-gui/lang/ru.json

@ -38,6 +38,60 @@
"candlestick_chart": "Японские свечи" "candlestick_chart": "Японские свечи"
} }
}, },
"aggregation": {
"sum": "Sum",
"count": "Count",
"min": "Min",
"max": "Max",
"avg": "Avg",
"median": "Median",
"std_dev": "Std dev",
"histogram": "Histogram",
"range": "Range",
"percent_empty": "Empty",
"percent_filled": "Filled",
"percent_unique": "Unique",
"count_unique": "Unique",
"count_empty": "Empty",
"count_filled": "Filled",
"earliest_date": "Min date",
"latest_date": "Max date",
"date_range": "Range",
"month_range": "Range",
"checked": "Checked",
"unchecked": "Unchecked",
"percent_checked": "Checked",
"percent_unchecked": "Unchecked",
"attachment_size": "Size",
"none": "None"
},
"aggregation_type": {
"sum": "Sum",
"count": "Count",
"min": "Min",
"max": "Max",
"avg": "Average",
"median": "Median",
"std_dev": "Standard Deviation",
"histogram": "Histogram",
"range": "Range",
"percent_empty": "Percent Empty",
"percent_filled": "Percent Filled",
"percent_unique": "Percent Unique",
"count_unique": "Unique",
"count_empty": "Empty",
"count_filled": "Filled",
"earliest_date": "Earliest Date",
"latest_date": "Latest Date",
"date_range": "Date Range",
"month_range": "Month Range",
"checked": "Checked",
"unchecked": "Unchecked",
"percent_checked": "Percent Checked",
"percent_unchecked": "Percent Unchecked",
"attachment_size": "Attachment Size",
"none": "None"
},
"general": { "general": {
"role": "Role", "role": "Role",
"general": "General", "general": "General",
@ -101,6 +155,7 @@
"updating": "Updating", "updating": "Updating",
"rename": "Переименовать", "rename": "Переименовать",
"reload": "Перезагрузить", "reload": "Перезагрузить",
"refresh": "Refresh",
"reset": "Сброс настроек", "reset": "Сброс настроек",
"install": "Установить", "install": "Установить",
"show": "Показать", "show": "Показать",
@ -169,6 +224,7 @@
"move": "Переместить", "move": "Переместить",
"geoDataField": "Поле геоданных", "geoDataField": "Поле геоданных",
"type": "Тип", "type": "Тип",
"subType": "Sub-Type",
"name": "Имя", "name": "Имя",
"changes": "Изменения", "changes": "Изменения",
"new": "Создать", "new": "Создать",
@ -211,7 +267,8 @@
"format": "Format", "format": "Format",
"colour": "Colour", "colour": "Colour",
"use": "Use", "use": "Use",
"stack": "Stack" "stack": "Stack",
"ipAddress": "IP Address"
}, },
"objects": { "objects": {
"owner": "Owner", "owner": "Owner",
@ -400,7 +457,7 @@
"uiACL": "Контроль доступа к интерфейсу", "uiACL": "Контроль доступа к интерфейсу",
"metaOperations": "Операции с метаданными", "metaOperations": "Операции с метаданными",
"audit": "Ревизия", "audit": "Ревизия",
"auditLogs": "Журнал ревизий", "auditLogs": "Audit Logs",
"sqlMigrations": "Миграция SQL", "sqlMigrations": "Миграция SQL",
"dbCredentials": "Учетные данные базы данных", "dbCredentials": "Учетные данные базы данных",
"advancedParameters": "SSL и расширенные параметры", "advancedParameters": "SSL и расширенные параметры",

61
packages/nc-gui/lang/sk.json

@ -38,6 +38,60 @@
"candlestick_chart": "Candlestick Chart" "candlestick_chart": "Candlestick Chart"
} }
}, },
"aggregation": {
"sum": "Sum",
"count": "Count",
"min": "Min",
"max": "Max",
"avg": "Avg",
"median": "Median",
"std_dev": "Std dev",
"histogram": "Histogram",
"range": "Range",
"percent_empty": "Empty",
"percent_filled": "Filled",
"percent_unique": "Unique",
"count_unique": "Unique",
"count_empty": "Empty",
"count_filled": "Filled",
"earliest_date": "Min date",
"latest_date": "Max date",
"date_range": "Range",
"month_range": "Range",
"checked": "Checked",
"unchecked": "Unchecked",
"percent_checked": "Checked",
"percent_unchecked": "Unchecked",
"attachment_size": "Size",
"none": "None"
},
"aggregation_type": {
"sum": "Sum",
"count": "Count",
"min": "Min",
"max": "Max",
"avg": "Average",
"median": "Median",
"std_dev": "Standard Deviation",
"histogram": "Histogram",
"range": "Range",
"percent_empty": "Percent Empty",
"percent_filled": "Percent Filled",
"percent_unique": "Percent Unique",
"count_unique": "Unique",
"count_empty": "Empty",
"count_filled": "Filled",
"earliest_date": "Earliest Date",
"latest_date": "Latest Date",
"date_range": "Date Range",
"month_range": "Month Range",
"checked": "Checked",
"unchecked": "Unchecked",
"percent_checked": "Percent Checked",
"percent_unchecked": "Percent Unchecked",
"attachment_size": "Attachment Size",
"none": "None"
},
"general": { "general": {
"role": "Role", "role": "Role",
"general": "General", "general": "General",
@ -101,6 +155,7 @@
"updating": "Updating", "updating": "Updating",
"rename": "Premenovať stránku", "rename": "Premenovať stránku",
"reload": "Znovu načítať", "reload": "Znovu načítať",
"refresh": "Refresh",
"reset": "Obnovenie", "reset": "Obnovenie",
"install": "Inštalácia stránky", "install": "Inštalácia stránky",
"show": "Zobraziť", "show": "Zobraziť",
@ -169,6 +224,7 @@
"move": "Move", "move": "Move",
"geoDataField": "GeoData Field", "geoDataField": "GeoData Field",
"type": "Type", "type": "Type",
"subType": "Sub-Type",
"name": "Name", "name": "Name",
"changes": "Changes", "changes": "Changes",
"new": "New", "new": "New",
@ -211,7 +267,8 @@
"format": "Format", "format": "Format",
"colour": "Colour", "colour": "Colour",
"use": "Use", "use": "Use",
"stack": "Stack" "stack": "Stack",
"ipAddress": "IP Address"
}, },
"objects": { "objects": {
"owner": "Owner", "owner": "Owner",
@ -400,7 +457,7 @@
"uiACL": "Riadenie prístupu k používateľskému rozhraniu", "uiACL": "Riadenie prístupu k používateľskému rozhraniu",
"metaOperations": "Operácie s metaúdajmi", "metaOperations": "Operácie s metaúdajmi",
"audit": "Audit", "audit": "Audit",
"auditLogs": "Protokol o audite", "auditLogs": "Audit Logs",
"sqlMigrations": "Migrácie SQL", "sqlMigrations": "Migrácie SQL",
"dbCredentials": "Poverenia databázy", "dbCredentials": "Poverenia databázy",
"advancedParameters": "SSL a pokročilé parametre", "advancedParameters": "SSL a pokročilé parametre",

61
packages/nc-gui/lang/sl.json

@ -38,6 +38,60 @@
"candlestick_chart": "Candlestick Chart" "candlestick_chart": "Candlestick Chart"
} }
}, },
"aggregation": {
"sum": "Sum",
"count": "Count",
"min": "Min",
"max": "Max",
"avg": "Avg",
"median": "Median",
"std_dev": "Std dev",
"histogram": "Histogram",
"range": "Range",
"percent_empty": "Empty",
"percent_filled": "Filled",
"percent_unique": "Unique",
"count_unique": "Unique",
"count_empty": "Empty",
"count_filled": "Filled",
"earliest_date": "Min date",
"latest_date": "Max date",
"date_range": "Range",
"month_range": "Range",
"checked": "Checked",
"unchecked": "Unchecked",
"percent_checked": "Checked",
"percent_unchecked": "Unchecked",
"attachment_size": "Size",
"none": "None"
},
"aggregation_type": {
"sum": "Sum",
"count": "Count",
"min": "Min",
"max": "Max",
"avg": "Average",
"median": "Median",
"std_dev": "Standard Deviation",
"histogram": "Histogram",
"range": "Range",
"percent_empty": "Percent Empty",
"percent_filled": "Percent Filled",
"percent_unique": "Percent Unique",
"count_unique": "Unique",
"count_empty": "Empty",
"count_filled": "Filled",
"earliest_date": "Earliest Date",
"latest_date": "Latest Date",
"date_range": "Date Range",
"month_range": "Month Range",
"checked": "Checked",
"unchecked": "Unchecked",
"percent_checked": "Percent Checked",
"percent_unchecked": "Percent Unchecked",
"attachment_size": "Attachment Size",
"none": "None"
},
"general": { "general": {
"role": "Role", "role": "Role",
"general": "General", "general": "General",
@ -101,6 +155,7 @@
"updating": "Updating", "updating": "Updating",
"rename": "Preimenovanje", "rename": "Preimenovanje",
"reload": "Ponovno nalaganje", "reload": "Ponovno nalaganje",
"refresh": "Refresh",
"reset": "Ponastavi", "reset": "Ponastavi",
"install": "Namestite", "install": "Namestite",
"show": "Pokaži", "show": "Pokaži",
@ -169,6 +224,7 @@
"move": "Move", "move": "Move",
"geoDataField": "GeoData Field", "geoDataField": "GeoData Field",
"type": "Type", "type": "Type",
"subType": "Sub-Type",
"name": "Name", "name": "Name",
"changes": "Changes", "changes": "Changes",
"new": "New", "new": "New",
@ -211,7 +267,8 @@
"format": "Format", "format": "Format",
"colour": "Colour", "colour": "Colour",
"use": "Use", "use": "Use",
"stack": "Stack" "stack": "Stack",
"ipAddress": "IP Address"
}, },
"objects": { "objects": {
"owner": "Owner", "owner": "Owner",
@ -400,7 +457,7 @@
"uiACL": "UI nadzor dostopa", "uiACL": "UI nadzor dostopa",
"metaOperations": "Operacije metapodatkov", "metaOperations": "Operacije metapodatkov",
"audit": "Revizija", "audit": "Revizija",
"auditLogs": "Revizijski dnevnik", "auditLogs": "Audit Logs",
"sqlMigrations": "SQL migracije", "sqlMigrations": "SQL migracije",
"dbCredentials": "Poverilnice baze podatkov", "dbCredentials": "Poverilnice baze podatkov",
"advancedParameters": "SSL in napredni parametri", "advancedParameters": "SSL in napredni parametri",

61
packages/nc-gui/lang/sv.json

@ -38,6 +38,60 @@
"candlestick_chart": "Candlestick Chart" "candlestick_chart": "Candlestick Chart"
} }
}, },
"aggregation": {
"sum": "Sum",
"count": "Count",
"min": "Min",
"max": "Max",
"avg": "Avg",
"median": "Median",
"std_dev": "Std dev",
"histogram": "Histogram",
"range": "Range",
"percent_empty": "Empty",
"percent_filled": "Filled",
"percent_unique": "Unique",
"count_unique": "Unique",
"count_empty": "Empty",
"count_filled": "Filled",
"earliest_date": "Min date",
"latest_date": "Max date",
"date_range": "Range",
"month_range": "Range",
"checked": "Checked",
"unchecked": "Unchecked",
"percent_checked": "Checked",
"percent_unchecked": "Unchecked",
"attachment_size": "Size",
"none": "None"
},
"aggregation_type": {
"sum": "Sum",
"count": "Count",
"min": "Min",
"max": "Max",
"avg": "Average",
"median": "Median",
"std_dev": "Standard Deviation",
"histogram": "Histogram",
"range": "Range",
"percent_empty": "Percent Empty",
"percent_filled": "Percent Filled",
"percent_unique": "Percent Unique",
"count_unique": "Unique",
"count_empty": "Empty",
"count_filled": "Filled",
"earliest_date": "Earliest Date",
"latest_date": "Latest Date",
"date_range": "Date Range",
"month_range": "Month Range",
"checked": "Checked",
"unchecked": "Unchecked",
"percent_checked": "Percent Checked",
"percent_unchecked": "Percent Unchecked",
"attachment_size": "Attachment Size",
"none": "None"
},
"general": { "general": {
"role": "Role", "role": "Role",
"general": "General", "general": "General",
@ -101,6 +155,7 @@
"updating": "Updating", "updating": "Updating",
"rename": "Döp om", "rename": "Döp om",
"reload": "Ladda om", "reload": "Ladda om",
"refresh": "Refresh",
"reset": "Återställa", "reset": "Återställa",
"install": "Installera", "install": "Installera",
"show": "Visa", "show": "Visa",
@ -169,6 +224,7 @@
"move": "Move", "move": "Move",
"geoDataField": "GeoData Field", "geoDataField": "GeoData Field",
"type": "Type", "type": "Type",
"subType": "Sub-Type",
"name": "Namn", "name": "Namn",
"changes": "Changes", "changes": "Changes",
"new": "New", "new": "New",
@ -211,7 +267,8 @@
"format": "Format", "format": "Format",
"colour": "Colour", "colour": "Colour",
"use": "Use", "use": "Use",
"stack": "Stack" "stack": "Stack",
"ipAddress": "IP Address"
}, },
"objects": { "objects": {
"owner": "Owner", "owner": "Owner",
@ -400,7 +457,7 @@
"uiACL": "UI-åtkomstkontroll", "uiACL": "UI-åtkomstkontroll",
"metaOperations": "Metadataoperationer", "metaOperations": "Metadataoperationer",
"audit": "Granska", "audit": "Granska",
"auditLogs": "Revisionslogg", "auditLogs": "Audit Logs",
"sqlMigrations": "SQL-migreringar", "sqlMigrations": "SQL-migreringar",
"dbCredentials": "Databasuppgifter", "dbCredentials": "Databasuppgifter",
"advancedParameters": "SSL och avancerade parametrar", "advancedParameters": "SSL och avancerade parametrar",

61
packages/nc-gui/lang/th.json

@ -38,6 +38,60 @@
"candlestick_chart": "Candlestick Chart" "candlestick_chart": "Candlestick Chart"
} }
}, },
"aggregation": {
"sum": "Sum",
"count": "Count",
"min": "Min",
"max": "Max",
"avg": "Avg",
"median": "Median",
"std_dev": "Std dev",
"histogram": "Histogram",
"range": "Range",
"percent_empty": "Empty",
"percent_filled": "Filled",
"percent_unique": "Unique",
"count_unique": "Unique",
"count_empty": "Empty",
"count_filled": "Filled",
"earliest_date": "Min date",
"latest_date": "Max date",
"date_range": "Range",
"month_range": "Range",
"checked": "Checked",
"unchecked": "Unchecked",
"percent_checked": "Checked",
"percent_unchecked": "Unchecked",
"attachment_size": "Size",
"none": "None"
},
"aggregation_type": {
"sum": "Sum",
"count": "Count",
"min": "Min",
"max": "Max",
"avg": "Average",
"median": "Median",
"std_dev": "Standard Deviation",
"histogram": "Histogram",
"range": "Range",
"percent_empty": "Percent Empty",
"percent_filled": "Percent Filled",
"percent_unique": "Percent Unique",
"count_unique": "Unique",
"count_empty": "Empty",
"count_filled": "Filled",
"earliest_date": "Earliest Date",
"latest_date": "Latest Date",
"date_range": "Date Range",
"month_range": "Month Range",
"checked": "Checked",
"unchecked": "Unchecked",
"percent_checked": "Percent Checked",
"percent_unchecked": "Percent Unchecked",
"attachment_size": "Attachment Size",
"none": "None"
},
"general": { "general": {
"role": "Role", "role": "Role",
"general": "General", "general": "General",
@ -101,6 +155,7 @@
"updating": "Updating", "updating": "Updating",
"rename": "เปลยนชอ", "rename": "เปลยนชอ",
"reload": "โหลดใหม", "reload": "โหลดใหม",
"refresh": "Refresh",
"reset": "รเซต", "reset": "รเซต",
"install": "ตดตง", "install": "ตดตง",
"show": "แสดง", "show": "แสดง",
@ -169,6 +224,7 @@
"move": "Move", "move": "Move",
"geoDataField": "GeoData Field", "geoDataField": "GeoData Field",
"type": "Type", "type": "Type",
"subType": "Sub-Type",
"name": "Name", "name": "Name",
"changes": "Changes", "changes": "Changes",
"new": "New", "new": "New",
@ -211,7 +267,8 @@
"format": "Format", "format": "Format",
"colour": "Colour", "colour": "Colour",
"use": "Use", "use": "Use",
"stack": "Stack" "stack": "Stack",
"ipAddress": "IP Address"
}, },
"objects": { "objects": {
"owner": "Owner", "owner": "Owner",
@ -400,7 +457,7 @@
"uiACL": "การควบคมการเขาถง UI", "uiACL": "การควบคมการเขาถง UI",
"metaOperations": "การดำเนนงานของเมตาดาตา", "metaOperations": "การดำเนนงานของเมตาดาตา",
"audit": "การตรวจสอบ", "audit": "การตรวจสอบ",
"auditLogs": "นทกการตรวจสอบ", "auditLogs": "Audit Logs",
"sqlMigrations": "การโยกยาย SQL", "sqlMigrations": "การโยกยาย SQL",
"dbCredentials": "ขอมลรบรองฐานขอมล", "dbCredentials": "ขอมลรบรองฐานขอมล",
"advancedParameters": "พารามเตอร SSL และขนสง", "advancedParameters": "พารามเตอร SSL และขนสง",

61
packages/nc-gui/lang/tr.json

@ -38,6 +38,60 @@
"candlestick_chart": "Şamdan Grafiği" "candlestick_chart": "Şamdan Grafiği"
} }
}, },
"aggregation": {
"sum": "Sum",
"count": "Count",
"min": "Min",
"max": "Max",
"avg": "Avg",
"median": "Median",
"std_dev": "Std dev",
"histogram": "Histogram",
"range": "Range",
"percent_empty": "Empty",
"percent_filled": "Filled",
"percent_unique": "Unique",
"count_unique": "Unique",
"count_empty": "Empty",
"count_filled": "Filled",
"earliest_date": "Min date",
"latest_date": "Max date",
"date_range": "Range",
"month_range": "Range",
"checked": "Checked",
"unchecked": "Unchecked",
"percent_checked": "Checked",
"percent_unchecked": "Unchecked",
"attachment_size": "Size",
"none": "None"
},
"aggregation_type": {
"sum": "Sum",
"count": "Count",
"min": "Min",
"max": "Max",
"avg": "Average",
"median": "Median",
"std_dev": "Standard Deviation",
"histogram": "Histogram",
"range": "Range",
"percent_empty": "Percent Empty",
"percent_filled": "Percent Filled",
"percent_unique": "Percent Unique",
"count_unique": "Unique",
"count_empty": "Empty",
"count_filled": "Filled",
"earliest_date": "Earliest Date",
"latest_date": "Latest Date",
"date_range": "Date Range",
"month_range": "Month Range",
"checked": "Checked",
"unchecked": "Unchecked",
"percent_checked": "Percent Checked",
"percent_unchecked": "Percent Unchecked",
"attachment_size": "Attachment Size",
"none": "None"
},
"general": { "general": {
"role": "Role", "role": "Role",
"general": "General", "general": "General",
@ -101,6 +155,7 @@
"updating": "Updating", "updating": "Updating",
"rename": "Yeniden Adlandır", "rename": "Yeniden Adlandır",
"reload": "Yenile", "reload": "Yenile",
"refresh": "Refresh",
"reset": "Sıfırla", "reset": "Sıfırla",
"install": "Yükle", "install": "Yükle",
"show": "Göster", "show": "Göster",
@ -169,6 +224,7 @@
"move": "Taşı", "move": "Taşı",
"geoDataField": "GeoData Alanı", "geoDataField": "GeoData Alanı",
"type": "Tür", "type": "Tür",
"subType": "Sub-Type",
"name": "Ad", "name": "Ad",
"changes": "Değişiklikler", "changes": "Değişiklikler",
"new": "Yeni", "new": "Yeni",
@ -211,7 +267,8 @@
"format": "Format", "format": "Format",
"colour": "Colour", "colour": "Colour",
"use": "Use", "use": "Use",
"stack": "Stack" "stack": "Stack",
"ipAddress": "IP Address"
}, },
"objects": { "objects": {
"owner": "Owner", "owner": "Owner",
@ -400,7 +457,7 @@
"uiACL": "UI Erişim Kontrolü", "uiACL": "UI Erişim Kontrolü",
"metaOperations": "Metaveri İşlemleri", "metaOperations": "Metaveri İşlemleri",
"audit": "Denetim", "audit": "Denetim",
"auditLogs": "Denetim günlüğü", "auditLogs": "Audit Logs",
"sqlMigrations": "SQL Aktarımı", "sqlMigrations": "SQL Aktarımı",
"dbCredentials": "Veritabanı Kimlik Bilgileri", "dbCredentials": "Veritabanı Kimlik Bilgileri",
"advancedParameters": "SSL & Gelişmiş parametreler", "advancedParameters": "SSL & Gelişmiş parametreler",

61
packages/nc-gui/lang/uk.json

@ -38,6 +38,60 @@
"candlestick_chart": "Свічкова діаграма" "candlestick_chart": "Свічкова діаграма"
} }
}, },
"aggregation": {
"sum": "Sum",
"count": "Count",
"min": "Min",
"max": "Max",
"avg": "Avg",
"median": "Median",
"std_dev": "Std dev",
"histogram": "Histogram",
"range": "Range",
"percent_empty": "Empty",
"percent_filled": "Filled",
"percent_unique": "Unique",
"count_unique": "Unique",
"count_empty": "Empty",
"count_filled": "Filled",
"earliest_date": "Min date",
"latest_date": "Max date",
"date_range": "Range",
"month_range": "Range",
"checked": "Checked",
"unchecked": "Unchecked",
"percent_checked": "Checked",
"percent_unchecked": "Unchecked",
"attachment_size": "Size",
"none": "None"
},
"aggregation_type": {
"sum": "Sum",
"count": "Count",
"min": "Min",
"max": "Max",
"avg": "Average",
"median": "Median",
"std_dev": "Standard Deviation",
"histogram": "Histogram",
"range": "Range",
"percent_empty": "Percent Empty",
"percent_filled": "Percent Filled",
"percent_unique": "Percent Unique",
"count_unique": "Unique",
"count_empty": "Empty",
"count_filled": "Filled",
"earliest_date": "Earliest Date",
"latest_date": "Latest Date",
"date_range": "Date Range",
"month_range": "Month Range",
"checked": "Checked",
"unchecked": "Unchecked",
"percent_checked": "Percent Checked",
"percent_unchecked": "Percent Unchecked",
"attachment_size": "Attachment Size",
"none": "None"
},
"general": { "general": {
"role": "Role", "role": "Role",
"general": "General", "general": "General",
@ -101,6 +155,7 @@
"updating": "Updating", "updating": "Updating",
"rename": "Перейменувати", "rename": "Перейменувати",
"reload": "Перезавантажити", "reload": "Перезавантажити",
"refresh": "Refresh",
"reset": "Відновити", "reset": "Відновити",
"install": "Встановити", "install": "Встановити",
"show": "Показати", "show": "Показати",
@ -169,6 +224,7 @@
"move": "Перемістити", "move": "Перемістити",
"geoDataField": "Поле геоданих", "geoDataField": "Поле геоданих",
"type": "Тип", "type": "Тип",
"subType": "Sub-Type",
"name": "Назва", "name": "Назва",
"changes": "Зміни", "changes": "Зміни",
"new": "Створити", "new": "Створити",
@ -211,7 +267,8 @@
"format": "Format", "format": "Format",
"colour": "Colour", "colour": "Colour",
"use": "Use", "use": "Use",
"stack": "Stack" "stack": "Stack",
"ipAddress": "IP Address"
}, },
"objects": { "objects": {
"owner": "Owner", "owner": "Owner",
@ -400,7 +457,7 @@
"uiACL": "Контроль доступу до інтерфейсу", "uiACL": "Контроль доступу до інтерфейсу",
"metaOperations": "Операції з метаданими", "metaOperations": "Операції з метаданими",
"audit": "Аудит", "audit": "Аудит",
"auditLogs": "Журнал аудиту", "auditLogs": "Audit Logs",
"sqlMigrations": "Міграція SQL", "sqlMigrations": "Міграція SQL",
"dbCredentials": "Облікові дані бази даних", "dbCredentials": "Облікові дані бази даних",
"advancedParameters": "SSL і розширені параметри", "advancedParameters": "SSL і розширені параметри",

61
packages/nc-gui/lang/vi.json

@ -38,6 +38,60 @@
"candlestick_chart": "Candlestick Chart" "candlestick_chart": "Candlestick Chart"
} }
}, },
"aggregation": {
"sum": "Sum",
"count": "Count",
"min": "Min",
"max": "Max",
"avg": "Avg",
"median": "Median",
"std_dev": "Std dev",
"histogram": "Histogram",
"range": "Range",
"percent_empty": "Empty",
"percent_filled": "Filled",
"percent_unique": "Unique",
"count_unique": "Unique",
"count_empty": "Empty",
"count_filled": "Filled",
"earliest_date": "Min date",
"latest_date": "Max date",
"date_range": "Range",
"month_range": "Range",
"checked": "Checked",
"unchecked": "Unchecked",
"percent_checked": "Checked",
"percent_unchecked": "Unchecked",
"attachment_size": "Size",
"none": "None"
},
"aggregation_type": {
"sum": "Sum",
"count": "Count",
"min": "Min",
"max": "Max",
"avg": "Average",
"median": "Median",
"std_dev": "Standard Deviation",
"histogram": "Histogram",
"range": "Range",
"percent_empty": "Percent Empty",
"percent_filled": "Percent Filled",
"percent_unique": "Percent Unique",
"count_unique": "Unique",
"count_empty": "Empty",
"count_filled": "Filled",
"earliest_date": "Earliest Date",
"latest_date": "Latest Date",
"date_range": "Date Range",
"month_range": "Month Range",
"checked": "Checked",
"unchecked": "Unchecked",
"percent_checked": "Percent Checked",
"percent_unchecked": "Percent Unchecked",
"attachment_size": "Attachment Size",
"none": "None"
},
"general": { "general": {
"role": "Role", "role": "Role",
"general": "General", "general": "General",
@ -101,6 +155,7 @@
"updating": "Updating", "updating": "Updating",
"rename": "Đổi tên", "rename": "Đổi tên",
"reload": "Tải lại", "reload": "Tải lại",
"refresh": "Refresh",
"reset": "Cài lại", "reset": "Cài lại",
"install": "Cài đặt", "install": "Cài đặt",
"show": "Trình diễn", "show": "Trình diễn",
@ -169,6 +224,7 @@
"move": "Move", "move": "Move",
"geoDataField": "GeoData Field", "geoDataField": "GeoData Field",
"type": "Type", "type": "Type",
"subType": "Sub-Type",
"name": "Name", "name": "Name",
"changes": "Changes", "changes": "Changes",
"new": "Mới", "new": "Mới",
@ -211,7 +267,8 @@
"format": "Format", "format": "Format",
"colour": "Colour", "colour": "Colour",
"use": "Use", "use": "Use",
"stack": "Stack" "stack": "Stack",
"ipAddress": "IP Address"
}, },
"objects": { "objects": {
"owner": "Owner", "owner": "Owner",
@ -400,7 +457,7 @@
"uiACL": "Kiểm soát truy cập UI", "uiACL": "Kiểm soát truy cập UI",
"metaOperations": "Hoạt động siêu dữ liệu", "metaOperations": "Hoạt động siêu dữ liệu",
"audit": "Kiểm toán", "audit": "Kiểm toán",
"auditLogs": "Sổ ghi chép đánh giá", "auditLogs": "Audit Logs",
"sqlMigrations": "Di chuyển SQL.", "sqlMigrations": "Di chuyển SQL.",
"dbCredentials": "Thông tin cơ sở dữ liệu", "dbCredentials": "Thông tin cơ sở dữ liệu",
"advancedParameters": "SSL & Tham số nâng cao", "advancedParameters": "SSL & Tham số nâng cao",

61
packages/nc-gui/lang/zh-Hans.json

@ -38,6 +38,60 @@
"candlestick_chart": "K 线图" "candlestick_chart": "K 线图"
} }
}, },
"aggregation": {
"sum": "Sum",
"count": "Count",
"min": "Min",
"max": "Max",
"avg": "Avg",
"median": "Median",
"std_dev": "Std dev",
"histogram": "Histogram",
"range": "Range",
"percent_empty": "Empty",
"percent_filled": "Filled",
"percent_unique": "Unique",
"count_unique": "Unique",
"count_empty": "Empty",
"count_filled": "Filled",
"earliest_date": "Min date",
"latest_date": "Max date",
"date_range": "Range",
"month_range": "Range",
"checked": "Checked",
"unchecked": "Unchecked",
"percent_checked": "Checked",
"percent_unchecked": "Unchecked",
"attachment_size": "Size",
"none": "None"
},
"aggregation_type": {
"sum": "Sum",
"count": "Count",
"min": "Min",
"max": "Max",
"avg": "Average",
"median": "Median",
"std_dev": "Standard Deviation",
"histogram": "Histogram",
"range": "Range",
"percent_empty": "Percent Empty",
"percent_filled": "Percent Filled",
"percent_unique": "Percent Unique",
"count_unique": "Unique",
"count_empty": "Empty",
"count_filled": "Filled",
"earliest_date": "Earliest Date",
"latest_date": "Latest Date",
"date_range": "Date Range",
"month_range": "Month Range",
"checked": "Checked",
"unchecked": "Unchecked",
"percent_checked": "Percent Checked",
"percent_unchecked": "Percent Unchecked",
"attachment_size": "Attachment Size",
"none": "None"
},
"general": { "general": {
"role": "角色", "role": "角色",
"general": "通用", "general": "通用",
@ -101,6 +155,7 @@
"updating": "Updating", "updating": "Updating",
"rename": "重命名", "rename": "重命名",
"reload": "重新加载", "reload": "重新加载",
"refresh": "Refresh",
"reset": "重置", "reset": "重置",
"install": "安装", "install": "安装",
"show": "显示", "show": "显示",
@ -169,6 +224,7 @@
"move": "移动", "move": "移动",
"geoDataField": "地理数据字段", "geoDataField": "地理数据字段",
"type": "类型", "type": "类型",
"subType": "Sub-Type",
"name": "名称", "name": "名称",
"changes": "更新", "changes": "更新",
"new": "新的", "new": "新的",
@ -211,7 +267,8 @@
"format": "Format", "format": "Format",
"colour": "Colour", "colour": "Colour",
"use": "Use", "use": "Use",
"stack": "Stack" "stack": "Stack",
"ipAddress": "IP Address"
}, },
"objects": { "objects": {
"owner": "所有者", "owner": "所有者",
@ -400,7 +457,7 @@
"uiACL": "UI 访问控制", "uiACL": "UI 访问控制",
"metaOperations": "元数据操作", "metaOperations": "元数据操作",
"audit": "审计", "audit": "审计",
"auditLogs": "审计日志", "auditLogs": "Audit Logs",
"sqlMigrations": "SQL 迁移", "sqlMigrations": "SQL 迁移",
"dbCredentials": "数据库链接凭证", "dbCredentials": "数据库链接凭证",
"advancedParameters": "SSL 和高级参数", "advancedParameters": "SSL 和高级参数",

61
packages/nc-gui/lang/zh-Hant.json

@ -38,6 +38,60 @@
"candlestick_chart": "Candlestick Chart" "candlestick_chart": "Candlestick Chart"
} }
}, },
"aggregation": {
"sum": "Sum",
"count": "Count",
"min": "Min",
"max": "Max",
"avg": "Avg",
"median": "Median",
"std_dev": "Std dev",
"histogram": "Histogram",
"range": "Range",
"percent_empty": "Empty",
"percent_filled": "Filled",
"percent_unique": "Unique",
"count_unique": "Unique",
"count_empty": "Empty",
"count_filled": "Filled",
"earliest_date": "Min date",
"latest_date": "Max date",
"date_range": "Range",
"month_range": "Range",
"checked": "Checked",
"unchecked": "Unchecked",
"percent_checked": "Checked",
"percent_unchecked": "Unchecked",
"attachment_size": "Size",
"none": "None"
},
"aggregation_type": {
"sum": "Sum",
"count": "Count",
"min": "Min",
"max": "Max",
"avg": "Average",
"median": "Median",
"std_dev": "Standard Deviation",
"histogram": "Histogram",
"range": "Range",
"percent_empty": "Percent Empty",
"percent_filled": "Percent Filled",
"percent_unique": "Percent Unique",
"count_unique": "Unique",
"count_empty": "Empty",
"count_filled": "Filled",
"earliest_date": "Earliest Date",
"latest_date": "Latest Date",
"date_range": "Date Range",
"month_range": "Month Range",
"checked": "Checked",
"unchecked": "Unchecked",
"percent_checked": "Percent Checked",
"percent_unchecked": "Percent Unchecked",
"attachment_size": "Attachment Size",
"none": "None"
},
"general": { "general": {
"role": "Role", "role": "Role",
"general": "General", "general": "General",
@ -101,6 +155,7 @@
"updating": "Updating", "updating": "Updating",
"rename": "重新命名", "rename": "重新命名",
"reload": "重新載入", "reload": "重新載入",
"refresh": "Refresh",
"reset": "重設", "reset": "重設",
"install": "安裝", "install": "安裝",
"show": "顯示", "show": "顯示",
@ -169,6 +224,7 @@
"move": "Move", "move": "Move",
"geoDataField": "地理資料欄位", "geoDataField": "地理資料欄位",
"type": "Type", "type": "Type",
"subType": "Sub-Type",
"name": "Name", "name": "Name",
"changes": "Changes", "changes": "Changes",
"new": "New", "new": "New",
@ -211,7 +267,8 @@
"format": "Format", "format": "Format",
"colour": "Colour", "colour": "Colour",
"use": "Use", "use": "Use",
"stack": "Stack" "stack": "Stack",
"ipAddress": "IP Address"
}, },
"objects": { "objects": {
"owner": "Owner", "owner": "Owner",
@ -400,7 +457,7 @@
"uiACL": "UI 存取控制", "uiACL": "UI 存取控制",
"metaOperations": "中繼資料操作", "metaOperations": "中繼資料操作",
"audit": "稽核", "audit": "稽核",
"auditLogs": "稽核記錄", "auditLogs": "Audit Logs",
"sqlMigrations": "SQL 遷移", "sqlMigrations": "SQL 遷移",
"dbCredentials": "資料庫憑證", "dbCredentials": "資料庫憑證",
"advancedParameters": "SSL 及進階參數", "advancedParameters": "SSL 及進階參數",

Loading…
Cancel
Save