Fixed #661: JSONEditor broken on IE11 caused by duplicate JSON entries in a translation
This commit is contained in:
parent
df4673146f
commit
704a50d415
|
@ -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.
|
||||
|
|
|
@ -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' +
|
||||
|
|
Loading…
Reference in New Issue