-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into qr_codes_integration
- Loading branch information
Showing
538 changed files
with
126,049 additions
and
100,514 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,112 @@ | ||
{ | ||
"fields": { | ||
"category": { | ||
"label": "" | ||
}, | ||
"identifier": { | ||
"label": "", | ||
"description": "" | ||
}, | ||
"shortDescription": { | ||
"label": "" | ||
} | ||
}, | ||
"categories": { | ||
"Project": { | ||
"label": "", | ||
"fields": { | ||
"coordinateReferenceSystem": { | ||
"label": "" | ||
}, | ||
"shortName": { | ||
"label": "" | ||
} | ||
} | ||
}, | ||
"Image": { | ||
"label": "", | ||
"fields": { | ||
"height": { | ||
"label": "" | ||
}, | ||
"width": { | ||
"label": "" | ||
} | ||
} | ||
} | ||
}, | ||
"relations": { | ||
"isRecordedIn": { | ||
"label": "" | ||
}, | ||
"liesWithin": { | ||
"label": "" | ||
}, | ||
"includes": { | ||
"label": "" | ||
}, | ||
"isPresentIn": { | ||
"label": "" | ||
}, | ||
"isAbove": { | ||
"label": "" | ||
}, | ||
"isBelow": { | ||
"label": "" | ||
}, | ||
"isSameAs": { | ||
"label": "" | ||
}, | ||
"cuts": { | ||
"label": "" | ||
}, | ||
"isCutBy": { | ||
"label": "" | ||
}, | ||
"fills": { | ||
"label": "" | ||
}, | ||
"isFilledBy": { | ||
"label": "" | ||
}, | ||
"borders": { | ||
"label": "" | ||
}, | ||
"abuts": { | ||
"label": "" | ||
}, | ||
"isAbuttedBy": { | ||
"label": "" | ||
}, | ||
"bondsWith": { | ||
"label": "" | ||
}, | ||
"isAfter": { | ||
"label": "" | ||
}, | ||
"isBefore": { | ||
"label": "" | ||
}, | ||
"isContemporaryWith": { | ||
"label": "" | ||
}, | ||
"depicts": { | ||
"label": "" | ||
}, | ||
"isDepictedIn": { | ||
"label": "" | ||
}, | ||
"isMapLayerOf": { | ||
"label": "" | ||
}, | ||
"hasMapLayer": { | ||
"label": "" | ||
}, | ||
"isInstanceOf": { | ||
"label": "" | ||
}, | ||
"hasInstance": { | ||
"label": "" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,103 +1,112 @@ | ||
{ | ||
"fields": { | ||
"category": { | ||
"label": "" | ||
"label": "Kategori" | ||
}, | ||
"identifier": { | ||
"label": "", | ||
"description": "" | ||
"label": "Tanımlayıcı", | ||
"description": "Girdinin eşsiz tanımlayıcı kodu" | ||
}, | ||
"shortDescription": { | ||
"label": "" | ||
"label": "Kısa açıklama" | ||
} | ||
}, | ||
"categories": { | ||
"Project": { | ||
"label": "", | ||
"label": "Proje", | ||
"fields": { | ||
"coordinateReferenceSystem": { | ||
"label": "" | ||
"label": "Koordinat referans sistemi" | ||
}, | ||
"shortName": { | ||
"label": "" | ||
"label": "Proje adı" | ||
} | ||
} | ||
}, | ||
"Image": { | ||
"label": "", | ||
"label": "Görüntü", | ||
"fields": { | ||
"height": { | ||
"label": "" | ||
"label": "Boyu" | ||
}, | ||
"width": { | ||
"label": "" | ||
"label": "Eni" | ||
} | ||
} | ||
} | ||
}, | ||
"relations": { | ||
"isRecordedIn": { | ||
"label": "" | ||
"label": "Çalışmada kaydedildi" | ||
}, | ||
"liesWithin": { | ||
"label": "" | ||
"label": "İçinde bulunur" | ||
}, | ||
"includes": { | ||
"label": "" | ||
"label": "İçerir" | ||
}, | ||
"isPresentIn": { | ||
"label": "" | ||
"label": "Profil/alanda bulunur" | ||
}, | ||
"isAbove": { | ||
"label": "" | ||
"label": "Üstünde" | ||
}, | ||
"isBelow": { | ||
"label": "" | ||
"label": "Altında" | ||
}, | ||
"isSameAs": { | ||
"label": "" | ||
"label": "Benzer" | ||
}, | ||
"cuts": { | ||
"label": "" | ||
"label": "Kes(iş)mektedir" | ||
}, | ||
"isCutBy": { | ||
"label": "" | ||
"label": "tarafından kesilmektedir" | ||
}, | ||
"fills": { | ||
"label": "" | ||
"label": "Doldurur" | ||
}, | ||
"isFilledBy": { | ||
"label": "" | ||
"label": "tarafından doldurulmaktadır" | ||
}, | ||
"borders": { | ||
"label": "" | ||
"label": "Sınırında" | ||
}, | ||
"isAfter": { | ||
"label": "" | ||
"label": "Sonra" | ||
}, | ||
"isBefore": { | ||
"label": "" | ||
"label": "Önce" | ||
}, | ||
"isContemporaryWith": { | ||
"label": "" | ||
"label": "ile çağdaş" | ||
}, | ||
"depicts": { | ||
"label": "" | ||
"label": "Tasvir" | ||
}, | ||
"isDepictedIn": { | ||
"label": "" | ||
"label": "Tasvir edilen" | ||
}, | ||
"isMapLayerOf": { | ||
"label": "" | ||
"label": "Harita katmanı" | ||
}, | ||
"hasMapLayer": { | ||
"label": "" | ||
"label": "Harita katmanı var" | ||
}, | ||
"isInstanceOf": { | ||
"label": "" | ||
"label": "Tipolojik sınıflandırma" | ||
}, | ||
"hasInstance": { | ||
"label": "" | ||
"label": "İlişkili buluntular" | ||
}, | ||
"abuts": { | ||
"label": "ile bitişik" | ||
}, | ||
"isAbuttedBy": { | ||
"label": "ile bitiştirilmiş" | ||
}, | ||
"bondsWith": { | ||
"label": "ile bağlı" | ||
} | ||
} | ||
} |
Oops, something went wrong.