From 704a50d415f150ae50edc665652c718858d56757 Mon Sep 17 00:00:00 2001 From: jos Date: Wed, 20 Feb 2019 20:38:21 +0100 Subject: [PATCH] Fixed #661: JSONEditor broken on IE11 caused by duplicate JSON entries in a translation --- HISTORY.md | 6 ++++++ src/js/i18n.js | 5 ----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index dfe6467..bf28136 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -3,6 +3,12 @@ https://github.com/josdejong/jsoneditor +## 2019-02-20, version 5.29.1 + +- Fixed #661: JSONEditor broken on IE11 caused by duplicate JSON entries + in a translation. + + ## 2019-02-16, version 5.29.0 - Added Simplified Chinese localization. Thanks @long2ice. diff --git a/src/js/i18n.js b/src/js/i18n.js index f34c15f..60ff7ae 100644 --- a/src/js/i18n.js +++ b/src/js/i18n.js @@ -273,7 +273,6 @@ var _defs = { collapseAll: 'Tüm alanları kapat', descending: 'Azalan', descendingTitle: '${type}\'ın alt tiplerini azalan düzende sırala', - drag: 'Drag to move this field (Alt+Shift+Arrows)', drag: 'Bu alanı taşımak için sürükleyin (Alt+Shift+Arrows)', duplicateKey: 'Var olan anahtar', duplicateText: 'Aşağıya kopyala', @@ -295,10 +294,8 @@ var _defs = { selectNode: 'Bir nesne seç...', showAll: 'tümünü göster', showMore: 'daha fazla göster', - showMoreStatus: 'displaying ${visibleChilds} of ${totalChilds} items.', showMoreStatus: '${totalChilds} alanın ${visibleChilds} alt alanları gösteriliyor', sort: 'Sırala', - sortTitle: 'Sort the childs of this ${type}', sortTitle: '${type}\'ın alt alanlarını sırala', sortTitleShort: 'İçerikleri sırala', sortFieldLabel: 'Alan:', @@ -310,7 +307,6 @@ var _defs = { sortDescendingTitle: 'Seçili alanı azalan düzende sırala', string: 'Karakter Dizisi', transform: 'Dönüştür', - transformTitle: 'Filter, sort, or transform the childs of this ${type}', transformTitle: '${type}\'ın alt alanlarını filtrele, sırala veya dönüştür', transformTitleShort: 'İçerikleri filterele, sırala veya dönüştür', transformQueryTitle: 'JMESPath sorgusu gir', @@ -324,7 +320,6 @@ var _defs = { typeTitle: 'Bu alanın tipini değiştir', openUrl: 'URL\'i yeni bir pencerede açmak için Ctrl+Click veya Ctrl+Enter', undo: 'Son değişikliği geri al (Ctrl+Z)', - validationCannotMove: 'Cannot move a field into a child of itself', validationCannotMove: 'Alt alan olarak taşınamıyor', autoType: 'Alan tipi "otomatik". ' + 'Alan türü otomatik olarak değerden belirlenir' +