From 2faa552b457c21319765a00d11e61a749d9c0c8d Mon Sep 17 00:00:00 2001 From: markheger Date: Fri, 24 Jan 2020 08:20:54 +0000 Subject: [PATCH 1/6] resolves #46 --- .../elasticsearch/i18n/messages/messages.properties | 8 ++++---- .../elasticsearch/i18n/messages/messages_en_US.properties | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/com.ibm.streamsx.elasticsearch/impl/java/src/com/ibm/streamsx/elasticsearch/i18n/messages/messages.properties b/com.ibm.streamsx.elasticsearch/impl/java/src/com/ibm/streamsx/elasticsearch/i18n/messages/messages.properties index 2cccb16..1cbbaa1 100644 --- a/com.ibm.streamsx.elasticsearch/impl/java/src/com/ibm/streamsx/elasticsearch/i18n/messages/messages.properties +++ b/com.ibm.streamsx.elasticsearch/impl/java/src/com/ibm/streamsx/elasticsearch/i18n/messages/messages.properties @@ -3,14 +3,14 @@ # com.ibm.streamsx.elasticsearch Messages Range CDIST3500 to CDIST3549 ELASTICSEARCH_NOT_CONSISTENT_REGION_START=CDIST3500E The following operator cannot be the start of a consistent region when an input port is present: ''{0}''. -ELASTICSEARCH_NOT_CHECKPOINT_PERIODIC=CDIST3501E The following operator does not support ''periodic'' checkpoint configuration: ''{0}''. -ELASTICSEARCH_NOT_CHECKPOINT_OPERATOR_DRIVEN=CDIST3502E The following operator does not support ''operatorDriven'' checkpoint configuration: ''{0}''. +ELASTICSEARCH_NOT_CHECKPOINT_PERIODIC=CDIST3501E The following operator does not support 'periodic' checkpoint configuration: ''{0}''. +ELASTICSEARCH_NOT_CHECKPOINT_OPERATOR_DRIVEN=CDIST3502E The following operator does not support 'operatorDriven' checkpoint configuration: ''{0}''. ELASTICSEARCH_IPORT_NOT_CONFIGURED=CDIST3503E Input port not configured: ELASTICSEARCH_WRONG_ATTR_TYPE=CDIST3504E Wrong attribute type for attribute {0} , expected type: {1} ELASTICSEARCH_ATTR_NOT_FOUND=CDIST3505E Attribute not found on input stream: ELASTICSEARCH_UNSUPPORTED_ATTR_TYPE=CDIST3506E Input attribute ''{0}'' has unsupported type: ''{1}'' -ELASTICSEARCH_UNKNOWN_INDEX=CDIST3507E Unknown index. The specified index string is either ''null'' or empty. Input tuple is ignored. +ELASTICSEARCH_UNKNOWN_INDEX=CDIST3507E Unknown index. The specified index string is either 'null' or empty. Input tuple is ignored. ELASTICSEARCH_INVALID_PARAMETER_VALUE=CDIST3508E Parameter ''{0}'' has an invalid value of ''{1}'' ELASTICSEARCH_INVALID_CONFIG=CDIST3509E Invalid client configuration ELASTICSEARCH_INIT_FAILED=CDIST3510E Client initialization failed -ELASTICSEARCH_INVALID_PARAMETERS=CDIST3511E Parameter ''{0}'' must not be set, when parameter ''{1}'' is set. \ No newline at end of file +ELASTICSEARCH_INVALID_PARAMETERS=CDIST3511E Parameter ''{0}'' must not be set, when parameter ''{1}'' is set. diff --git a/com.ibm.streamsx.elasticsearch/impl/java/src/com/ibm/streamsx/elasticsearch/i18n/messages/messages_en_US.properties b/com.ibm.streamsx.elasticsearch/impl/java/src/com/ibm/streamsx/elasticsearch/i18n/messages/messages_en_US.properties index 2cccb16..1cbbaa1 100644 --- a/com.ibm.streamsx.elasticsearch/impl/java/src/com/ibm/streamsx/elasticsearch/i18n/messages/messages_en_US.properties +++ b/com.ibm.streamsx.elasticsearch/impl/java/src/com/ibm/streamsx/elasticsearch/i18n/messages/messages_en_US.properties @@ -3,14 +3,14 @@ # com.ibm.streamsx.elasticsearch Messages Range CDIST3500 to CDIST3549 ELASTICSEARCH_NOT_CONSISTENT_REGION_START=CDIST3500E The following operator cannot be the start of a consistent region when an input port is present: ''{0}''. -ELASTICSEARCH_NOT_CHECKPOINT_PERIODIC=CDIST3501E The following operator does not support ''periodic'' checkpoint configuration: ''{0}''. -ELASTICSEARCH_NOT_CHECKPOINT_OPERATOR_DRIVEN=CDIST3502E The following operator does not support ''operatorDriven'' checkpoint configuration: ''{0}''. +ELASTICSEARCH_NOT_CHECKPOINT_PERIODIC=CDIST3501E The following operator does not support 'periodic' checkpoint configuration: ''{0}''. +ELASTICSEARCH_NOT_CHECKPOINT_OPERATOR_DRIVEN=CDIST3502E The following operator does not support 'operatorDriven' checkpoint configuration: ''{0}''. ELASTICSEARCH_IPORT_NOT_CONFIGURED=CDIST3503E Input port not configured: ELASTICSEARCH_WRONG_ATTR_TYPE=CDIST3504E Wrong attribute type for attribute {0} , expected type: {1} ELASTICSEARCH_ATTR_NOT_FOUND=CDIST3505E Attribute not found on input stream: ELASTICSEARCH_UNSUPPORTED_ATTR_TYPE=CDIST3506E Input attribute ''{0}'' has unsupported type: ''{1}'' -ELASTICSEARCH_UNKNOWN_INDEX=CDIST3507E Unknown index. The specified index string is either ''null'' or empty. Input tuple is ignored. +ELASTICSEARCH_UNKNOWN_INDEX=CDIST3507E Unknown index. The specified index string is either 'null' or empty. Input tuple is ignored. ELASTICSEARCH_INVALID_PARAMETER_VALUE=CDIST3508E Parameter ''{0}'' has an invalid value of ''{1}'' ELASTICSEARCH_INVALID_CONFIG=CDIST3509E Invalid client configuration ELASTICSEARCH_INIT_FAILED=CDIST3510E Client initialization failed -ELASTICSEARCH_INVALID_PARAMETERS=CDIST3511E Parameter ''{0}'' must not be set, when parameter ''{1}'' is set. \ No newline at end of file +ELASTICSEARCH_INVALID_PARAMETERS=CDIST3511E Parameter ''{0}'' must not be set, when parameter ''{1}'' is set. From 933d836b335ccf4aec6b04f194b57c408f273f7a Mon Sep 17 00:00:00 2001 From: markheger Date: Fri, 24 Jan 2020 11:18:30 +0000 Subject: [PATCH 2/6] fix quotes #46 --- .../streamsx/elasticsearch/i18n/messages/messages.properties | 4 ++-- .../elasticsearch/i18n/messages/messages_en_US.properties | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/com.ibm.streamsx.elasticsearch/impl/java/src/com/ibm/streamsx/elasticsearch/i18n/messages/messages.properties b/com.ibm.streamsx.elasticsearch/impl/java/src/com/ibm/streamsx/elasticsearch/i18n/messages/messages.properties index 1cbbaa1..2e9ce0b 100644 --- a/com.ibm.streamsx.elasticsearch/impl/java/src/com/ibm/streamsx/elasticsearch/i18n/messages/messages.properties +++ b/com.ibm.streamsx.elasticsearch/impl/java/src/com/ibm/streamsx/elasticsearch/i18n/messages/messages.properties @@ -3,8 +3,8 @@ # com.ibm.streamsx.elasticsearch Messages Range CDIST3500 to CDIST3549 ELASTICSEARCH_NOT_CONSISTENT_REGION_START=CDIST3500E The following operator cannot be the start of a consistent region when an input port is present: ''{0}''. -ELASTICSEARCH_NOT_CHECKPOINT_PERIODIC=CDIST3501E The following operator does not support 'periodic' checkpoint configuration: ''{0}''. -ELASTICSEARCH_NOT_CHECKPOINT_OPERATOR_DRIVEN=CDIST3502E The following operator does not support 'operatorDriven' checkpoint configuration: ''{0}''. +ELASTICSEARCH_NOT_CHECKPOINT_PERIODIC=CDIST3501E The following operator does not support ''periodic'' checkpoint configuration: ''{0}''. +ELASTICSEARCH_NOT_CHECKPOINT_OPERATOR_DRIVEN=CDIST3502E The following operator does not support ''operatorDriven'' checkpoint configuration: ''{0}''. ELASTICSEARCH_IPORT_NOT_CONFIGURED=CDIST3503E Input port not configured: ELASTICSEARCH_WRONG_ATTR_TYPE=CDIST3504E Wrong attribute type for attribute {0} , expected type: {1} ELASTICSEARCH_ATTR_NOT_FOUND=CDIST3505E Attribute not found on input stream: diff --git a/com.ibm.streamsx.elasticsearch/impl/java/src/com/ibm/streamsx/elasticsearch/i18n/messages/messages_en_US.properties b/com.ibm.streamsx.elasticsearch/impl/java/src/com/ibm/streamsx/elasticsearch/i18n/messages/messages_en_US.properties index 1cbbaa1..2e9ce0b 100644 --- a/com.ibm.streamsx.elasticsearch/impl/java/src/com/ibm/streamsx/elasticsearch/i18n/messages/messages_en_US.properties +++ b/com.ibm.streamsx.elasticsearch/impl/java/src/com/ibm/streamsx/elasticsearch/i18n/messages/messages_en_US.properties @@ -3,8 +3,8 @@ # com.ibm.streamsx.elasticsearch Messages Range CDIST3500 to CDIST3549 ELASTICSEARCH_NOT_CONSISTENT_REGION_START=CDIST3500E The following operator cannot be the start of a consistent region when an input port is present: ''{0}''. -ELASTICSEARCH_NOT_CHECKPOINT_PERIODIC=CDIST3501E The following operator does not support 'periodic' checkpoint configuration: ''{0}''. -ELASTICSEARCH_NOT_CHECKPOINT_OPERATOR_DRIVEN=CDIST3502E The following operator does not support 'operatorDriven' checkpoint configuration: ''{0}''. +ELASTICSEARCH_NOT_CHECKPOINT_PERIODIC=CDIST3501E The following operator does not support ''periodic'' checkpoint configuration: ''{0}''. +ELASTICSEARCH_NOT_CHECKPOINT_OPERATOR_DRIVEN=CDIST3502E The following operator does not support ''operatorDriven'' checkpoint configuration: ''{0}''. ELASTICSEARCH_IPORT_NOT_CONFIGURED=CDIST3503E Input port not configured: ELASTICSEARCH_WRONG_ATTR_TYPE=CDIST3504E Wrong attribute type for attribute {0} , expected type: {1} ELASTICSEARCH_ATTR_NOT_FOUND=CDIST3505E Attribute not found on input stream: From d16334fde9baf44bfa0cb1e9c164cc9d17608f42 Mon Sep 17 00:00:00 2001 From: markheger Date: Fri, 7 Feb 2020 10:41:15 +0000 Subject: [PATCH 3/6] messages_ja_JP.properties added --- .../i18n/messages/messages_ja_JP.properties | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100755 com.ibm.streamsx.elasticsearch/impl/java/src/com/ibm/streamsx/elasticsearch/i18n/messages/messages_ja_JP.properties diff --git a/com.ibm.streamsx.elasticsearch/impl/java/src/com/ibm/streamsx/elasticsearch/i18n/messages/messages_ja_JP.properties b/com.ibm.streamsx.elasticsearch/impl/java/src/com/ibm/streamsx/elasticsearch/i18n/messages/messages_ja_JP.properties new file mode 100755 index 0000000..e98cd2c --- /dev/null +++ b/com.ibm.streamsx.elasticsearch/impl/java/src/com/ibm/streamsx/elasticsearch/i18n/messages/messages_ja_JP.properties @@ -0,0 +1,16 @@ +# NLS_MESSAGEFORMAT_VAR +# NLS_ENCODING=UNICODE +# com.ibm.streamsx.elasticsearch Messages Range CDIST3500 to CDIST3549 + +ELASTICSEARCH_NOT_CONSISTENT_REGION_START=CDIST3500E \u5165\u529b\u30dd\u30fc\u30c8\u304c\u5b58\u5728\u3059\u308b\u3068\u304d\u306b\u3001\u6b21\u306e\u30aa\u30da\u30ec\u30fc\u30bf\u30fc\u306f\u6574\u5408\u9818\u57df\u306e\u958b\u59cb\u306b\u4f7f\u7528\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093: ''{0}''\u3002 +ELASTICSEARCH_NOT_CHECKPOINT_PERIODIC=CDIST3501E \u6b21\u306e\u30aa\u30da\u30ec\u30fc\u30bf\u30fc\u306f ''periodic'' \u30c1\u30a7\u30c3\u30af\u30dd\u30a4\u30f3\u30c8\u306e\u69cb\u6210\u3092\u30b5\u30dd\u30fc\u30c8\u3057\u3066\u3044\u307e\u305b\u3093: ''{0}''\u3002 +ELASTICSEARCH_NOT_CHECKPOINT_OPERATOR_DRIVEN=CDIST3502E \u6b21\u306e\u30aa\u30da\u30ec\u30fc\u30bf\u30fc\u306f ''operatorDriven'' \u30c1\u30a7\u30c3\u30af\u30dd\u30a4\u30f3\u30c8\u306e\u69cb\u6210\u3092\u30b5\u30dd\u30fc\u30c8\u3057\u3066\u3044\u307e\u305b\u3093: ''{0}''\u3002 +ELASTICSEARCH_IPORT_NOT_CONFIGURED=CDIST3503E \u5165\u529b\u30dd\u30fc\u30c8\u304c\u69cb\u6210\u3055\u308c\u3066\u3044\u307e\u305b\u3093 : +ELASTICSEARCH_WRONG_ATTR_TYPE=CDIST3504E \u5c5e\u6027 {0} \u306e\u5c5e\u6027\u30bf\u30a4\u30d7\u304c\u8aa4\u3063\u3066\u3044\u307e\u3059\u3002\u4e88\u671f\u3055\u308c\u308b\u30bf\u30a4\u30d7: {1} +ELASTICSEARCH_ATTR_NOT_FOUND=CDIST3505E \u5165\u529b\u30b9\u30c8\u30ea\u30fc\u30e0\u3067\u5c5e\u6027\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093: +ELASTICSEARCH_UNSUPPORTED_ATTR_TYPE=CDIST3506E \u5165\u529b\u5c5e\u6027 ''{0}'' \u306b\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u306a\u3044\u30bf\u30a4\u30d7\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059: ''{1}'' +ELASTICSEARCH_UNKNOWN_INDEX=CDIST3507E \u4e0d\u660e\u306a\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3067\u3059\u3002\u6307\u5b9a\u3055\u308c\u305f\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30fb\u30b9\u30c8\u30ea\u30f3\u30b0\u306f 'null' \u307e\u305f\u306f\u7a7a\u3067\u3059\u3002\u5165\u529b\u30bf\u30d7\u30eb\u306f\u7121\u8996\u3055\u308c\u307e\u3059\u3002 +ELASTICSEARCH_INVALID_PARAMETER_VALUE=CDIST3508E \u30d1\u30e9\u30e1\u30fc\u30bf\u30fc ''{0}'' \u306b\u7121\u52b9\u306a\u5024\u306e ''{1}'' \u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059 +ELASTICSEARCH_INVALID_CONFIG=CDIST3509E \u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u69cb\u6210\u304c\u7121\u52b9\u3067\u3059 +ELASTICSEARCH_INIT_FAILED=CDIST3510E \u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u306e\u521d\u671f\u5316\u306b\u5931\u6557\u3057\u307e\u3057\u305f +ELASTICSEARCH_INVALID_PARAMETERS=CDIST3511E \u30d1\u30e9\u30e1\u30fc\u30bf\u30fc ''{1}'' \u304c\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u308b\u3068\u304d\u306b\u3001\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc ''{0}'' \u3092\u8a2d\u5b9a\u3057\u3066\u306f\u306a\u308a\u307e\u305b\u3093\u3002 From bf3c3f01871c701dc49a493e81ab3034d6aed660 Mon Sep 17 00:00:00 2001 From: markheger Date: Wed, 12 Feb 2020 12:48:52 +0000 Subject: [PATCH 4/6] messages.properties added, #47 --- .../i18n/messages/messages_de_DE.properties | 16 ++++++++++++++++ .../i18n/messages/messages_fr_FR.properties | 16 ++++++++++++++++ .../i18n/messages/messages_it_IT.properties | 17 +++++++++++++++++ .../i18n/messages/messages_ja_JP.properties | 0 .../i18n/messages/messages_zh_CN.properties | 16 ++++++++++++++++ .../i18n/messages/messages_zh_TW.properties | 16 ++++++++++++++++ 6 files changed, 81 insertions(+) create mode 100644 com.ibm.streamsx.elasticsearch/impl/java/src/com/ibm/streamsx/elasticsearch/i18n/messages/messages_de_DE.properties create mode 100644 com.ibm.streamsx.elasticsearch/impl/java/src/com/ibm/streamsx/elasticsearch/i18n/messages/messages_fr_FR.properties create mode 100644 com.ibm.streamsx.elasticsearch/impl/java/src/com/ibm/streamsx/elasticsearch/i18n/messages/messages_it_IT.properties mode change 100755 => 100644 com.ibm.streamsx.elasticsearch/impl/java/src/com/ibm/streamsx/elasticsearch/i18n/messages/messages_ja_JP.properties create mode 100644 com.ibm.streamsx.elasticsearch/impl/java/src/com/ibm/streamsx/elasticsearch/i18n/messages/messages_zh_CN.properties create mode 100644 com.ibm.streamsx.elasticsearch/impl/java/src/com/ibm/streamsx/elasticsearch/i18n/messages/messages_zh_TW.properties diff --git a/com.ibm.streamsx.elasticsearch/impl/java/src/com/ibm/streamsx/elasticsearch/i18n/messages/messages_de_DE.properties b/com.ibm.streamsx.elasticsearch/impl/java/src/com/ibm/streamsx/elasticsearch/i18n/messages/messages_de_DE.properties new file mode 100644 index 0000000..6051eda --- /dev/null +++ b/com.ibm.streamsx.elasticsearch/impl/java/src/com/ibm/streamsx/elasticsearch/i18n/messages/messages_de_DE.properties @@ -0,0 +1,16 @@ +# NLS_MESSAGEFORMAT_VAR +# NLS_ENCODING=UNICODE +# com.ibm.streamsx.elasticsearch Messages Range CDIST3500 to CDIST3549 + +ELASTICSEARCH_NOT_CONSISTENT_REGION_START=CDIST3500E Der folgende Operator kann nicht der Anfang einer konsistenten Region sein, wenn ein Eingabeport vorhanden ist: ''{0}''. +ELASTICSEARCH_NOT_CHECKPOINT_PERIODIC=CDIST3501E Der folgende Operator unterst\u00fctzt die Pr\u00fcfpunktkonfiguration ''periodic'' nicht: ''{0}''. +ELASTICSEARCH_NOT_CHECKPOINT_OPERATOR_DRIVEN=CDIST3502E Der folgende Operator unterst\u00fctzt die Pr\u00fcfpunktkonfiguration ''operatorDriven'' nicht: ''{0}''. +ELASTICSEARCH_IPORT_NOT_CONFIGURED=CDIST3503E Eingabeport nicht konfiguriert: +ELASTICSEARCH_WRONG_ATTR_TYPE=CDIST3504E Falscher Attributtyp f\u00fcr Attribut {0}, erwarteter Typ: {1} +ELASTICSEARCH_ATTR_NOT_FOUND=CDIST3505E Attribut im Eingabedatenstrom nicht gefunden: +ELASTICSEARCH_UNSUPPORTED_ATTR_TYPE=CDIST3506E Der Typ des Eingabeattributs ''{0}'' wird nicht unterst\u00fctzt: ''{1}'' +ELASTICSEARCH_UNKNOWN_INDEX=CDIST3507E Unbekannter Index. Die angegebene Indexzeichenfolge ist 'null' oder leer. Das Eingabetupel wird ignoriert. +ELASTICSEARCH_INVALID_PARAMETER_VALUE=CDIST3508E Der Parameter ''{0}'' hat den ung\u00fcltigen Wert ''{1}''. +ELASTICSEARCH_INVALID_CONFIG=CDIST3509E Ung\u00fcltige Clientkonfiguration +ELASTICSEARCH_INIT_FAILED=CDIST3510E Clientinitialisierung fehlgeschlagen +ELASTICSEARCH_INVALID_PARAMETERS=CDIST3511E Der Parameter ''{0}'' darf nicht definiert werden, wenn der Parameter ''{1}'' definiert ist. diff --git a/com.ibm.streamsx.elasticsearch/impl/java/src/com/ibm/streamsx/elasticsearch/i18n/messages/messages_fr_FR.properties b/com.ibm.streamsx.elasticsearch/impl/java/src/com/ibm/streamsx/elasticsearch/i18n/messages/messages_fr_FR.properties new file mode 100644 index 0000000..dd1d936 --- /dev/null +++ b/com.ibm.streamsx.elasticsearch/impl/java/src/com/ibm/streamsx/elasticsearch/i18n/messages/messages_fr_FR.properties @@ -0,0 +1,16 @@ +# NLS_MESSAGEFORMAT_VAR +# NLS_ENCODING=UNICODE +# com.ibm.streamsx.elasticsearch Messages Range CDIST3500 to CDIST3549 + +ELASTICSEARCH_NOT_CONSISTENT_REGION_START=CDIST3500E L''op\u00e9rateur suivant ne peut pas \u00eatre au d\u00e9but d''une r\u00e9gion coh\u00e9rente lorsqu''un port d''entr\u00e9e est pr\u00e9sent : ''{0}''. +ELASTICSEARCH_NOT_CHECKPOINT_PERIODIC=CDIST3501E L''op\u00e9rateur suivant ne prend pas en charge la configuration de point de contr\u00f4le de type ''periodic'' : ''{0}''. +ELASTICSEARCH_NOT_CHECKPOINT_OPERATOR_DRIVEN=CDIST3502E L''op\u00e9rateur suivant ne prend pas en charge la configuration de point de contr\u00f4le de type ''operatorDriven'' : ''{0}''. +ELASTICSEARCH_IPORT_NOT_CONFIGURED=CDIST3503E Port d'entr\u00e9e non configur\u00e9 : +ELASTICSEARCH_WRONG_ATTR_TYPE=CDIST3504E Type d''attribut incorrect pour l''attribut {0} ; type attendu : {1} +ELASTICSEARCH_ATTR_NOT_FOUND=CDIST3505E Attribut introuvable dans le flux d'entr\u00e9e : +ELASTICSEARCH_UNSUPPORTED_ATTR_TYPE=CDIST3506E L''attribut d''entr\u00e9e ''{0}'' a un type non pris en charge : ''{1}'' +ELASTICSEARCH_UNKNOWN_INDEX=CDIST3507E Index inconnu. La cha\u00eene d'index sp\u00e9cifi\u00e9e est 'null' ou vide. Le bloc de donn\u00e9es d'entr\u00e9e est ignor\u00e9. +ELASTICSEARCH_INVALID_PARAMETER_VALUE=CDIST3508E Le param\u00e8tre ''{0}'' est associ\u00e9 \u00e0 la valeur non valide ''{1}'' +ELASTICSEARCH_INVALID_CONFIG=CDIST3509E Configuration client non valide +ELASTICSEARCH_INIT_FAILED=CDIST3510E Echec de l'initialisation client +ELASTICSEARCH_INVALID_PARAMETERS=CDIST3511E Le param\u00e8tre ''{0}'' ne doit pas \u00eatre d\u00e9fini lorsque le param\u00e8tre ''{1}'' est d\u00e9fini. diff --git a/com.ibm.streamsx.elasticsearch/impl/java/src/com/ibm/streamsx/elasticsearch/i18n/messages/messages_it_IT.properties b/com.ibm.streamsx.elasticsearch/impl/java/src/com/ibm/streamsx/elasticsearch/i18n/messages/messages_it_IT.properties new file mode 100644 index 0000000..91daf45 --- /dev/null +++ b/com.ibm.streamsx.elasticsearch/impl/java/src/com/ibm/streamsx/elasticsearch/i18n/messages/messages_it_IT.properties @@ -0,0 +1,17 @@ +# NLS_MESSAGEFORMAT_VAR +# NLS_ENCODING=UNICODE +# com.ibm.streamsx.elasticsearch Messages Range CDIST3500 to CDIST3549 + +ELASTICSEARCH_NOT_CONSISTENT_REGION_START=CDIST3500E Il seguente operatore non pu\u00f2 essere l''inizio di una regione congruente quando \u00e8 presente una porta di input: ''{0}''. +ELASTICSEARCH_NOT_CHECKPOINT_PERIODIC=CDIST3501E Il seguente operatore non supporta la configurazione del punto di controllo ''periodic'' ''{0}''. +ELASTICSEARCH_NOT_CHECKPOINT_OPERATOR_DRIVEN=CDIST3502E Il seguente operatore non supporta la configurazione del punto di controllo ''operatorDriven'' ''{0}''. + +ELASTICSEARCH_IPORT_NOT_CONFIGURED=CDIST3503E Porta di input non configurata: +ELASTICSEARCH_WRONG_ATTR_TYPE=CDIST3504E Tipo di attributo errato per l''attributo ''{0}'', tipo previsto: {1} +ELASTICSEARCH_ATTR_NOT_FOUND=CDIST3505E Attributo non trovato nel flusso di input: +ELASTICSEARCH_UNSUPPORTED_ATTR_TYPE=CDIST3506E L''attributo di input ''{0}'' ha un tipo non supportato: ''{1}'' +ELASTICSEARCH_UNKNOWN_INDEX=CDIST3507E Indice sconosciuto. La stringa di indice specificata \u00e8 'null' o vuota. La tupla di input viene ignorata. +ELASTICSEARCH_INVALID_PARAMETER_VALUE=CDIST3508E Il parametro ''{0}'' ha un valore non valido di ''{1}'' +ELASTICSEARCH_INVALID_CONFIG=CDIST3509E Configurazione client non valida +ELASTICSEARCH_INIT_FAILED=CDIST3510E Inizializzazione client non riuscita +ELASTICSEARCH_INVALID_PARAMETERS=CDIST3511E Il parametro ''{0}'' non deve essere impostato, quando \u00e8 impostato il parametro ''{1}''. diff --git a/com.ibm.streamsx.elasticsearch/impl/java/src/com/ibm/streamsx/elasticsearch/i18n/messages/messages_ja_JP.properties b/com.ibm.streamsx.elasticsearch/impl/java/src/com/ibm/streamsx/elasticsearch/i18n/messages/messages_ja_JP.properties old mode 100755 new mode 100644 diff --git a/com.ibm.streamsx.elasticsearch/impl/java/src/com/ibm/streamsx/elasticsearch/i18n/messages/messages_zh_CN.properties b/com.ibm.streamsx.elasticsearch/impl/java/src/com/ibm/streamsx/elasticsearch/i18n/messages/messages_zh_CN.properties new file mode 100644 index 0000000..b6d3147 --- /dev/null +++ b/com.ibm.streamsx.elasticsearch/impl/java/src/com/ibm/streamsx/elasticsearch/i18n/messages/messages_zh_CN.properties @@ -0,0 +1,16 @@ +# NLS_MESSAGEFORMAT_VAR +# NLS_ENCODING=UNICODE +# com.ibm.streamsx.elasticsearch Messages Range CDIST3500 to CDIST3549 + +ELASTICSEARCH_NOT_CONSISTENT_REGION_START=CDIST3500E \u5982\u679c\u5b58\u5728\u8f93\u5165\u7aef\u53e3\uff0c\u90a3\u4e48\u4ee5\u4e0b\u64cd\u4f5c\u7a0b\u5e8f\u4e0d\u80fd\u662f\u4e00\u81f4\u533a\u57df\u7684\u5f00\u5934\uff1a\u201c{0}\u201d\u3002 +ELASTICSEARCH_NOT_CHECKPOINT_PERIODIC=CDIST3501E \u4ee5\u4e0b\u64cd\u4f5c\u7a0b\u5e8f\u4e0d\u652f\u6301\u201cperiodic\u201d\u68c0\u67e5\u70b9\u914d\u7f6e\uff1a\u201c{0}\u201d\u3002 +ELASTICSEARCH_NOT_CHECKPOINT_OPERATOR_DRIVEN=CDIST3502E \u4ee5\u4e0b\u64cd\u4f5c\u7a0b\u5e8f\u4e0d\u652f\u6301\u201coperatorDriven\u201d\u68c0\u67e5\u70b9\u914d\u7f6e\uff1a\u201c{0}\u201d\u3002 +ELASTICSEARCH_IPORT_NOT_CONFIGURED=CDIST3503E \u672a\u914d\u7f6e\u8f93\u5165\u7aef\u53e3\uff1a +ELASTICSEARCH_WRONG_ATTR_TYPE=CDIST3504E \u5c5e\u6027 {0} \u7684\u5c5e\u6027\u7c7b\u578b\u9519\u8bef\uff0c\u9884\u671f\u7c7b\u578b\uff1a{1} +ELASTICSEARCH_ATTR_NOT_FOUND=CDIST3505E \u5728\u8f93\u5165\u6d41\u4e0a\u627e\u4e0d\u5230\u5c5e\u6027\uff1a +ELASTICSEARCH_UNSUPPORTED_ATTR_TYPE=CDIST3506E \u8f93\u5165\u5c5e\u6027\u201c{0}\u201d\u5177\u6709\u4e0d\u53d7\u652f\u6301\u7684\u7c7b\u578b\u201c{1}\u201d +ELASTICSEARCH_UNKNOWN_INDEX=CDIST3507E \u672a\u77e5\u7d22\u5f15\u3002\u6307\u5b9a\u7684\u7d22\u5f15\u5b57\u7b26\u4e32\u4e3a\u201cnull\u201d\u6216\u4e3a\u7a7a\u3002\u5c06\u5ffd\u7565\u8f93\u5165\u5143\u7ec4\u3002 +ELASTICSEARCH_INVALID_PARAMETER_VALUE=CDIST3508E \u53c2\u6570\u201c{0}\u201d\u5177\u6709\u65e0\u6548\u503c\u201c{1}\u201d +ELASTICSEARCH_INVALID_CONFIG=CDIST3509E \u5ba2\u6237\u673a\u914d\u7f6e\u65e0\u6548 +ELASTICSEARCH_INIT_FAILED=CDIST3510E \u5ba2\u6237\u673a\u521d\u59cb\u5316\u5931\u8d25 +ELASTICSEARCH_INVALID_PARAMETERS=CDIST3511E \u8bbe\u7f6e\u53c2\u6570\u201c{1}\u201d\u540e\uff0c\u4e0d\u5f97\u8bbe\u7f6e\u53c2\u6570\u201c{0}\u201d\u3002 diff --git a/com.ibm.streamsx.elasticsearch/impl/java/src/com/ibm/streamsx/elasticsearch/i18n/messages/messages_zh_TW.properties b/com.ibm.streamsx.elasticsearch/impl/java/src/com/ibm/streamsx/elasticsearch/i18n/messages/messages_zh_TW.properties new file mode 100644 index 0000000..ef18a9c --- /dev/null +++ b/com.ibm.streamsx.elasticsearch/impl/java/src/com/ibm/streamsx/elasticsearch/i18n/messages/messages_zh_TW.properties @@ -0,0 +1,16 @@ +# NLS_MESSAGEFORMAT_VAR +# NLS_ENCODING=UNICODE +# com.ibm.streamsx.elasticsearch Messages Range CDIST3500 to CDIST3549 + +ELASTICSEARCH_NOT_CONSISTENT_REGION_START=CDIST3500E \u5b58\u5728\u8f38\u5165\u57e0\u6642\uff0c\u4e0b\u5217\u904b\u7b97\u5b50\u4e0d\u80fd\u662f\u4e00\u81f4\u5340\u57df\u7684\u958b\u982d\uff1a''{0}''\u3002 +ELASTICSEARCH_NOT_CHECKPOINT_PERIODIC=CDIST3501E \u4e0b\u5217\u904b\u7b97\u5b50\u4e0d\u652f\u63f4 ''periodic'' \u6aa2\u67e5\u9ede\u914d\u7f6e\uff1a''{0}''\u3002 +ELASTICSEARCH_NOT_CHECKPOINT_OPERATOR_DRIVEN=CDIST3502E \u4e0b\u5217\u904b\u7b97\u5b50\u4e0d\u652f\u63f4 ''operatorDriven'' \u6aa2\u67e5\u9ede\u914d\u7f6e\uff1a ''{0}''\u3002 +ELASTICSEARCH_IPORT_NOT_CONFIGURED=CDIST3503E \u672a\u914d\u7f6e\u8f38\u5165\u57e0\uff1a +ELASTICSEARCH_WRONG_ATTR_TYPE=CDIST3504E \u5c6c\u6027 {0} \u7684\u5c6c\u6027\u985e\u578b\u4e0d\u6b63\u78ba\uff0c\u9810\u671f\u7684\u985e\u578b\uff1a{1} +ELASTICSEARCH_ATTR_NOT_FOUND=CDIST3505E \u5728\u8f38\u5165\u4e32\u6d41\u4e0a\u627e\u4e0d\u5230\u5c6c\u6027\uff1a +ELASTICSEARCH_UNSUPPORTED_ATTR_TYPE=CDIST3506E \u8f38\u5165\u5c6c\u6027 ''{0}'' \u7684\u985e\u578b\u4e0d\u53d7\u652f\u63f4\uff1a''{1}'' +ELASTICSEARCH_UNKNOWN_INDEX=CDIST3507E \u7d22\u5f15\u4e0d\u660e\u3002\u6307\u5b9a\u7684\u7d22\u5f15\u5b57\u4e32\u70ba 'null' \u6216\u7a7a\u7684\u3002\u6703\u5ffd\u7565\u8f38\u5165\u503c\u7d44\u3002 +ELASTICSEARCH_INVALID_PARAMETER_VALUE=CDIST3508E \u53c3\u6578 ''{0}'' \u7684\u503c ''{1}'' \u7121\u6548 +ELASTICSEARCH_INVALID_CONFIG=CDIST3509E \u7528\u6236\u7aef\u914d\u7f6e\u7121\u6548 +ELASTICSEARCH_INIT_FAILED=CDIST3510E \u7528\u6236\u7aef\u8d77\u59cb\u8a2d\u5b9a\u5931\u6557 +ELASTICSEARCH_INVALID_PARAMETERS=CDIST3511E \u8a2d\u5b9a\u53c3\u6578 ''{1}'' \u6642\uff0c\u4e0d\u5f97\u8a2d\u5b9a\u53c3\u6578 ''{0}''\u3002 From c162b423775ee484c6bac88e77e738df11f682cd Mon Sep 17 00:00:00 2001 From: markheger Date: Thu, 13 Feb 2020 09:09:59 +0000 Subject: [PATCH 5/6] resolves #47 --- .../i18n/messages/messages_es_ES.properties | 16 ++++++++++++++++ .../i18n/messages/messages_pt_BR.properties | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 com.ibm.streamsx.elasticsearch/impl/java/src/com/ibm/streamsx/elasticsearch/i18n/messages/messages_es_ES.properties create mode 100644 com.ibm.streamsx.elasticsearch/impl/java/src/com/ibm/streamsx/elasticsearch/i18n/messages/messages_pt_BR.properties diff --git a/com.ibm.streamsx.elasticsearch/impl/java/src/com/ibm/streamsx/elasticsearch/i18n/messages/messages_es_ES.properties b/com.ibm.streamsx.elasticsearch/impl/java/src/com/ibm/streamsx/elasticsearch/i18n/messages/messages_es_ES.properties new file mode 100644 index 0000000..e211a9f --- /dev/null +++ b/com.ibm.streamsx.elasticsearch/impl/java/src/com/ibm/streamsx/elasticsearch/i18n/messages/messages_es_ES.properties @@ -0,0 +1,16 @@ +# NLS_MESSAGEFORMAT_VAR +# NLS_ENCODING=UNICODE +# com.ibm.streamsx.elasticsearch Messages Range CDIST3500 to CDIST3549 + +ELASTICSEARCH_NOT_CONSISTENT_REGION_START=CDIST3500E El operador siguiente no puede ser el inicio de una regi\u00f3n coherente cuando el puerto de entrada est\u00e1 presente: ''{0}''. +ELASTICSEARCH_NOT_CHECKPOINT_PERIODIC=CDIST3501E El operador siguiente no da soporte a la configuraci\u00f3n de punto de comprobaci\u00f3n ''periodic'': ''{0}''. +ELASTICSEARCH_NOT_CHECKPOINT_OPERATOR_DRIVEN=CDIST3502E El operador siguiente no da soporte a la configuraci\u00f3n de punto de comprobaci\u00f3n ''operatorDriven'': ''{0}''. +ELASTICSEARCH_IPORT_NOT_CONFIGURED=CDIST3503E Puerto de entrada no configurado: +ELASTICSEARCH_WRONG_ATTR_TYPE=CDIST3504E Tipo de atributo equivocado para el atributo {0}; se esperaba el tipo: {1} +ELASTICSEARCH_ATTR_NOT_FOUND=CDIST3505E No se ha encontrado el atributo en la secuencia de entrada: +ELASTICSEARCH_UNSUPPORTED_ATTR_TYPE=CDIST3506E El atributo de entrada ''{0}'' tiene un tipo no soportado: ''{1}'' +ELASTICSEARCH_UNKNOWN_INDEX=CDIST3507E \u00cdndice desconocido. La serie de \u00edndice especificada es 'null' o est\u00e1 vac\u00eda. Se ignora la tupla de entrada. +ELASTICSEARCH_INVALID_PARAMETER_VALUE=CDIST3508E El par\u00e1metro ''{0}'' tiene el valor no v\u00e1lido ''{1}'' +ELASTICSEARCH_INVALID_CONFIG=CDIST3509E Configuraci\u00f3n de cliente no v\u00e1lida +ELASTICSEARCH_INIT_FAILED=CDIST3510E La inicializaci\u00f3n del cliente ha fallado +ELASTICSEARCH_INVALID_PARAMETERS=CDIST3511E El par\u00e1metro ''{0}'' no se debe establecer cuando se ha establecido el par\u00e1metro ''{1}''. diff --git a/com.ibm.streamsx.elasticsearch/impl/java/src/com/ibm/streamsx/elasticsearch/i18n/messages/messages_pt_BR.properties b/com.ibm.streamsx.elasticsearch/impl/java/src/com/ibm/streamsx/elasticsearch/i18n/messages/messages_pt_BR.properties new file mode 100644 index 0000000..ebbb622 --- /dev/null +++ b/com.ibm.streamsx.elasticsearch/impl/java/src/com/ibm/streamsx/elasticsearch/i18n/messages/messages_pt_BR.properties @@ -0,0 +1,16 @@ +# NLS_MESSAGEFORMAT_VAR +# NLS_ENCODING=UNICODE +# com.ibm.streamsx.elasticsearch Messages Range CDIST3500 to CDIST3549 + +ELASTICSEARCH_NOT_CONSISTENT_REGION_START=CDIST3500E O operador a seguir n\u00e3o pode ser o in\u00edcio de uma regi\u00e3o consistente quando uma porta de entrada est\u00e1 presente: ''{0}''. +ELASTICSEARCH_NOT_CHECKPOINT_PERIODIC=CDIST3501E O operador a seguir n\u00e3o suporta a configura\u00e7\u00e3o de ponto de verifica\u00e7\u00e3o ''peri\u00f3dica'': ''{0}''. +ELASTICSEARCH_NOT_CHECKPOINT_OPERATOR_DRIVEN=CDIST3502E O operador a seguir n\u00e3o suporta a configura\u00e7\u00e3o de ponto de verifica\u00e7\u00e3o ''operatorDriven'': ''{0}''. +ELASTICSEARCH_IPORT_NOT_CONFIGURED=CDIST3503E Porta de entrada n\u00e3o configurada: +ELASTICSEARCH_WRONG_ATTR_TYPE=CDIST3504E Tipo de atributo errado para o atributo {0}, tipo esperado: {1} +ELASTICSEARCH_ATTR_NOT_FOUND=CDIST3505E Atributo n\u00e3o localizado no fluxo de entrada: +ELASTICSEARCH_UNSUPPORTED_ATTR_TYPE=CDIST3506E O atributo de entrada ''{0}'' tem tipo n\u00e3o suportado: ''{1}'' +ELASTICSEARCH_UNKNOWN_INDEX=CDIST3507E \u00cdndice desconhecido. A sequ\u00eancia de \u00edndice especificada \u00e9 'null' ou vazia. A tupla de entrada \u00e9 ignorada. +ELASTICSEARCH_INVALID_PARAMETER_VALUE=CDIST3508E O par\u00e2metro ''{0}'' tem um valor inv\u00e1lido de ''{1}'' +ELASTICSEARCH_INVALID_CONFIG=CDIST3509E Configura\u00e7\u00e3o do cliente inv\u00e1lida +ELASTICSEARCH_INIT_FAILED=CDIST3510E Falha na inicializa\u00e7\u00e3o do cliente +ELASTICSEARCH_INVALID_PARAMETERS=CDIST3511E O par\u00e2metro ''{0}'' n\u00e3o deve ser configurado quando o par\u00e2metro ''{1}'' est\u00e1 configurado. From 36088dfb96aecff834461452d6a4a29537a658e6 Mon Sep 17 00:00:00 2001 From: markheger Date: Thu, 13 Feb 2020 09:10:43 +0000 Subject: [PATCH 6/6] 2.1.3 --- com.ibm.streamsx.elasticsearch/info.xml | 4 ++-- com.ibm.streamsx.elasticsearch/pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/com.ibm.streamsx.elasticsearch/info.xml b/com.ibm.streamsx.elasticsearch/info.xml index 6029ca7..918905f 100644 --- a/com.ibm.streamsx.elasticsearch/info.xml +++ b/com.ibm.streamsx.elasticsearch/info.xml @@ -78,8 +78,8 @@ as they constitute serious security holes. you can use this parameter to temporarily disable hostnam verification. ]]> - 2.1.2 + 2.1.3 4.2.0.0 - \ No newline at end of file + diff --git a/com.ibm.streamsx.elasticsearch/pom.xml b/com.ibm.streamsx.elasticsearch/pom.xml index b14a342..94ccbf4 100644 --- a/com.ibm.streamsx.elasticsearch/pom.xml +++ b/com.ibm.streamsx.elasticsearch/pom.xml @@ -4,7 +4,7 @@ com.ibm.streamsx.elasticsearch streamsx.elasticsearch jar - 2.1.2 + 2.1.3 io.searchbox