Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding missing translations (Backport 2018.02.xx) #3204

Merged
merged 1 commit into from
Sep 27, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions web/client/components/data/query/ComboField.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const PropTypes = require('prop-types');
*/
const React = require('react');
const assign = require('object-assign');
const LocaleUtils = require('../../../utils/LocaleUtils');

const {Tooltip} = require('react-bootstrap');

Expand Down Expand Up @@ -110,6 +111,7 @@ class ComboField extends React.Component {
caseSensitive={false}
minLength={3}
placeholder={this.props.placeholder}
messages={{open: LocaleUtils.getMessageById(this.context.messages, "queryform.comboField.drop_down")}}
filter={this.props.comboFilter}
style={style}
groupBy={this.props.groupBy}
Expand All @@ -128,6 +130,7 @@ class ComboField extends React.Component {
caseSensitive={false}
minLength={3}
placeholder={this.props.placeholder}
messages={{open: LocaleUtils.getMessageById(this.context.messages, "queryform.comboField.drop_down")}}
filter={this.props.comboFilter}
style={style}
groupBy={this.props.groupBy}
Expand Down
7 changes: 4 additions & 3 deletions web/client/translations/data.de-DE
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@
"featureTypeError": "Layerattribute können nicht geladen werden",
"featureTypeErrorInvalidJSON": "Layerattribute können nicht geladen werden. Antwort ist nicht gültig",
"elevation": "Höhe",
"titleTranslations": "Title translations",
"groupProperties": "Group properties",
"titleTranslations": "Titel Übersetzungen",
"groupProperties": "Gruppeneigenschaften",
"featureInfo": "Feature Info",
"featureInfoFormatLbl": "Identifiziere das Antwortformat",
"legenderror": "Legende ist nicht verfügbar",
Expand Down Expand Up @@ -661,7 +661,8 @@
"load_config_exception": "Fehler beim Laden der Konfiguration"
},
"comboField": {
"default_placeholder": "Wählen..."
"default_placeholder": "Wählen...",
"drop_down": "Öffnen Sie das Dropdown-Menü"
},
"form": {
"header": "Finde im Datensatz",
Expand Down
3 changes: 2 additions & 1 deletion web/client/translations/data.en-US
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,8 @@
"load_config_exception": "Error Loading Configuration"
},
"comboField": {
"default_placeholder": "Select..."
"default_placeholder": "Select...",
"drop_down": "Open Dropdown"
},
"form": {
"header": "Find in the dataset",
Expand Down
7 changes: 4 additions & 3 deletions web/client/translations/data.es-ES
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@
"featureTypeError": "Imposible cargar los atributos del mapa",
"featureTypeErrorInvalidJSON": "Imposible cargar los atributos del mapa. La respuesta no es válida",
"elevation": "Elevación",
"titleTranslations": "Title translations",
"groupProperties": "Group properties",
"titleTranslations": "Traducciones de títulos",
"groupProperties": "Propiedades del grupo",
"featureInfo": "Feature Info",
"featureInfoFormatLbl": "Indentificar el formato de respuesta",
"legenderror": "La leyenda no está disponible",
Expand Down Expand Up @@ -661,7 +661,8 @@
"load_config_exception": "Error cargando configuración"
},
"comboField": {
"default_placeholder": "Select..."
"default_placeholder": "Select...",
"drop_down": "Abrir el menú desplegable"
},
"form": {
"header": "Buscar en el conjunto de datos",
Expand Down
3 changes: 2 additions & 1 deletion web/client/translations/data.fr-FR
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,8 @@
"load_config_exception": "Erreur lors du chargement de la configuration"
},
"comboField": {
"default_placeholder": "Sélectionner..."
"default_placeholder": "Sélectionner...",
"drop_down": "Ouvrir le menu déroulant"
},
"form": {
"header": "Rechercher dans les données",
Expand Down
3 changes: 2 additions & 1 deletion web/client/translations/data.hr-HR
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,8 @@
"load_config_exception": "Greška učitavanja postavki"
},
"comboField": {
"default_placeholder": "Odaberi..."
"default_placeholder": "Odaberi...",
"drop_down": "Open Dropdown"
},
"form": {
"header": "Pronađi u skupu podataka",
Expand Down
7 changes: 4 additions & 3 deletions web/client/translations/data.it-IT
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@
"featureTypeError": "Impossibile caricare gli attributi del layer",
"featureTypeErrorInvalidJSON": "Impossibile caricare gli attributi del layer. La risposta non è valida",
"elevation": "Elevazione",
"titleTranslations": "Title translations",
"groupProperties": "Group properties",
"titleTranslations": "Traduzioni di titoli",
"groupProperties": "Proprietà del gruppo",
"featureInfo": "Feature Info",
"featureInfoFormatLbl": "Formato risposta interrogazioni su mappa",
"legenderror": "Legenda non disponibile",
Expand Down Expand Up @@ -661,7 +661,8 @@
"load_config_exception": "Errore Caricamento Configurazione"
},
"comboField": {
"default_placeholder": "Seleziona..."
"default_placeholder": "Seleziona...",
"drop_down": "Apri il menu a discesa"
},
"form": {
"header": "Cerca nel dataset",
Expand Down
3 changes: 2 additions & 1 deletion web/client/translations/data.nl-NL
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,8 @@
"load_config_exception": "Fout bij het laden van de configuratie"
},
"comboField": {
"default_placeholder": "Kies..."
"default_placeholder": "Kies...",
"drop_down": "Open Dropdown"
},
"form": {
"header": "Zoek in de data",
Expand Down
3 changes: 2 additions & 1 deletion web/client/translations/data.zh-ZH
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,8 @@
"load_config_exception": "加载配置时出错"
},
"comboField": {
"default_placeholder": "选择..."
"default_placeholder": "选择...",
"drop_down": "Open Dropdown"
},
"form": {
"header": "在数据集中查找",
Expand Down