@refinitiv-ui/phrasebook
Advanced tools
Comparing version
@@ -6,2 +6,10 @@ # Change Log | ||
## [5.1.1](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/compare/@refinitiv-ui/phrasebook@5.1.0...@refinitiv-ui/phrasebook@5.1.1) (2021-08-27) | ||
**Note:** Version bump only for package @refinitiv-ui/phrasebook | ||
# [5.1.0](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/compare/@refinitiv-ui/phrasebook@5.0.0...@refinitiv-ui/phrasebook@5.1.0) (2021-07-30) | ||
@@ -8,0 +16,0 @@ |
@@ -5,3 +5,3 @@ import { Phrasebook } from '../../'; | ||
MULTIPLE_ITEMS: 'Mehrere Objekte', | ||
NO_OPTIONS: 'Keine Ergebnisse gefunden.' | ||
NO_OPTIONS: 'Keine Ergebnisse' | ||
}; | ||
@@ -8,0 +8,0 @@ Phrasebook.define('de', 'ef-combo-box', translations); |
@@ -11,5 +11,5 @@ // Component docs https://elf.int.refinitiv.com/elements/tree-select.html | ||
// selection/filter feedback | ||
SELECTED_NUM: '{numSelected, plural, =0 {} =1 {Eine Auswahl.} other {# ausgewählt.}}', MATCHES_NUM: '{numMatched, plural, =0 {Keine Übereinstimmungen} =1 {Eine Übereinstimmung.} other {# Übereinstimmungen.}}' }); | ||
SELECTED_NUM: '{numSelected, plural, =0 {} =1 {Eine Auswahl.} other {# ausgewählt.}}', MATCHES_NUM: '{numMatched, plural, =0 {Keine Ergebnisse} =1 {1 Ergebnis} other {# Ergebnisse}}' }); | ||
Phrasebook.define('de', 'ef-tree-select', translations); | ||
export default translations; | ||
//# sourceMappingURL=tree-select.js.map |
@@ -11,5 +11,5 @@ // Component docs https://elf.int.refinitiv.com/elements/tree-select.html | ||
// selection/filter feedback | ||
SELECTED_NUM: '{numSelected, plural, =0 {} =1 {One Selected.} other {# Selected.}}', MATCHES_NUM: '{numMatched, plural, =0 {No Matches.} =1 {One Match.} other {# Matches.}}' }); | ||
SELECTED_NUM: '{numSelected, plural, =0 {} =1 {One Selected.} other {# Selected.}}', MATCHES_NUM: '{numMatched, plural, =0 {No results found.} =1 {1 result found.} other {# results found.}}' }); | ||
Phrasebook.define('en', 'ef-tree-select', translations); | ||
export default translations; | ||
//# sourceMappingURL=tree-select.js.map |
@@ -7,9 +7,9 @@ // Component docs https://elf.int.refinitiv.com/elements/tree-select.html | ||
// used as a toggle control | ||
FULL_LIST: '一覧を表示', SELECTED: '選択項目のみ表示', EXPAND_COLLAPSE: '{expansion, select, true {すべてを折りたたむ} other {すべてを展開}}', SELECT_CONTROL: '{selected, select, true {選択をすべて解除} other {すべて選択}}', | ||
FULL_LIST: 'すべて', SELECTED: '選択項目のみ', EXPAND_COLLAPSE: '{expansion, select, false {すべてを展開} true {すべてを折りたたむ}}', SELECT_CONTROL: '{selected, select, false {すべて選択} true {選択をすべて解除}}', | ||
// button control | ||
DONE: '完了', | ||
// selection/filter feedback | ||
SELECTED_NUM: '{numSelected, plural, =0 {} =1 {1 件選択済み} other {# 件選択済み}}', MATCHES_NUM: '{numMatched, plural, =0 {該当なし} =1 {1件見つかりました} other {# 件見つかりました}}' }); | ||
SELECTED_NUM: '{numSelected, plural, =0 {} =1 {1 件選択済み} other {# 件選択済み}}', MATCHES_NUM: '{numMatched, plural, =0 {該当項目はありません} =1 {検索結果 – 1件} other {検索結果 – #件}}' }); | ||
Phrasebook.define('ja', 'ef-tree-select', translations); | ||
export default translations; | ||
//# sourceMappingURL=tree-select.js.map |
@@ -11,5 +11,5 @@ // Component docs https://elf.int.refinitiv.com/elements/tree-select.html | ||
// selection/filter feedback | ||
SELECTED_NUM: '{numSelected, plural, =0 {} =1 {已選 1 項。} other {已選 # 項。}}', MATCHES_NUM: '{numMatched, plural, =0 {無匹配結果。} =1 {匹配到 1 條結果。} other {匹配到 # 條結果。}}' }); | ||
SELECTED_NUM: '{numSelected, plural, =0 {} =1 {已選 1 項。} other {已選 # 項。}}', MATCHES_NUM: '{numMatched, plural, =0 {未找到結果。} =1 {找到了 1 個結果。} other {找到了 # 個結果。}}' }); | ||
Phrasebook.define('zh-Hant', 'ef-tree-select', translations); | ||
export default translations; | ||
//# sourceMappingURL=tree-select.js.map |
@@ -11,5 +11,5 @@ // Component docs https://elf.int.refinitiv.com/elements/tree-select.html | ||
// selection/filter feedback | ||
SELECTED_NUM: '{numSelected, plural, =0 {} =1 {已选 1 项。} other {已选 # 项。}}', MATCHES_NUM: '{numMatched, plural, =0 {无匹配结果。} =1 {匹配到 1 条结果。} other {匹配到 # 条结果。}}' }); | ||
SELECTED_NUM: '{numSelected, plural, =0 {} =1 {已选 1 项。} other {已选 # 项。}}', MATCHES_NUM: '{numMatched, plural, =0 {未找到结果。} =1 {找到了 1 个结果。} other {找到了 # 个结果。}}' }); | ||
Phrasebook.define('zh', 'ef-tree-select', translations); | ||
export default translations; | ||
//# sourceMappingURL=tree-select.js.map |
{ | ||
"name": "@refinitiv-ui/phrasebook", | ||
"version": "5.1.0", | ||
"version": "5.1.1", | ||
"description": "Collection of messages in EF components for translation", | ||
@@ -29,3 +29,3 @@ "author": "Refinitiv", | ||
}, | ||
"gitHead": "c4e786372cb32df0022afc286fff1299e106a17c" | ||
"gitHead": "1f8d209b3c2c113548bdc6d8edd27b68b97aeb2f" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
46739
0.43%