feat(locale): Added Turkish language support (tr-TR) - Community PR (#3695)
Co-authored-by: Ahmet Altay <46381367+ahmetaltay33@users.noreply.github.com>
This commit is contained in:
parent
953c564d98
commit
745050a28e
@ -1,3 +1,4 @@
|
|||||||
|
import tr_TR from './tr-TR/';
|
||||||
import ar from './ar/';
|
import ar from './ar/';
|
||||||
import en_US from './en-US/';
|
import en_US from './en-US/';
|
||||||
import es from './es/';
|
import es from './es/';
|
||||||
@ -11,6 +12,7 @@ import test_lng from './test-LNG/';
|
|||||||
|
|
||||||
export default {
|
export default {
|
||||||
...ar,
|
...ar,
|
||||||
|
...tr_TR,
|
||||||
...en_US,
|
...en_US,
|
||||||
...es,
|
...es,
|
||||||
...fr,
|
...fr,
|
||||||
|
|||||||
14
platform/i18n/src/locales/tr-TR/AboutModal.json
Normal file
14
platform/i18n/src/locales/tr-TR/AboutModal.json
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
"Browser": "Tarayıcı",
|
||||||
|
"Build Number": "Derleme Numarası",
|
||||||
|
"Latest Master Commits": "Son Kaynak Kod Güncellemesi",
|
||||||
|
"More details": "Daha Fazla Detay",
|
||||||
|
"Name": "İsim",
|
||||||
|
"OHIF Viewer - About": "OHIF Viewer - Hakkında",
|
||||||
|
"OS": "İşletim Sistemi",
|
||||||
|
"Report an issue": "Sorun Bildir",
|
||||||
|
"Repository URL": "Kaynak Kod URL",
|
||||||
|
"Value": "Değer",
|
||||||
|
"Version Information": "Sürüm Bilgisi",
|
||||||
|
"Visit the forum": "Forumu ziyaret et"
|
||||||
|
}
|
||||||
43
platform/i18n/src/locales/tr-TR/Buttons.json
Normal file
43
platform/i18n/src/locales/tr-TR/Buttons.json
Normal file
@ -0,0 +1,43 @@
|
|||||||
|
{
|
||||||
|
"Acquired": "Edinilen",
|
||||||
|
"Angle": "Açı",
|
||||||
|
"Axial": "Eksenel",
|
||||||
|
"Bidirectional": "Çift Yönlü",
|
||||||
|
"Brush": "Fırça",
|
||||||
|
"CINE": "CINE",
|
||||||
|
"Cancel": "Vazgeç",
|
||||||
|
"Circle": "Daire",
|
||||||
|
"Clear": "Temizle",
|
||||||
|
"Coronal": "Koronal",
|
||||||
|
"Crosshairs": "Kesişim",
|
||||||
|
"Download": "İndir",
|
||||||
|
"Ellipse": "Elips",
|
||||||
|
"Elliptical": "Eliptik",
|
||||||
|
"Flip H": "Çevir D",
|
||||||
|
"Flip V": "Çevir Y",
|
||||||
|
"Freehand": "Serbest El",
|
||||||
|
"Invert": "Tersini Çevir",
|
||||||
|
"Layout": "$t(Common:Layout)",
|
||||||
|
"Length": "Uzunluk",
|
||||||
|
"Levels": "Seviyeler",
|
||||||
|
"Magnify": "Büyüt",
|
||||||
|
"Manual": "Manuel",
|
||||||
|
"Measurements": "Ölçümler",
|
||||||
|
"More": "$t(Common:More)",
|
||||||
|
"Next": "$t(Common:Next)",
|
||||||
|
"Pan": "Tut",
|
||||||
|
"Play": "$t(Common:Play)",
|
||||||
|
"Previous": "$t(Common:Previous)",
|
||||||
|
"Probe": "İncele",
|
||||||
|
"ROI Window": "ROI Penceresi",
|
||||||
|
"Rectangle": "Diktörtgen",
|
||||||
|
"Reset": "$t(Common:Reset)",
|
||||||
|
"Reset to Defaults": "Varsayılana $t(Common:Reset)",
|
||||||
|
"Rotate Right": "Sağa Döndür",
|
||||||
|
"Sagittal": "Sagital",
|
||||||
|
"Save": "Kaydet",
|
||||||
|
"Stack Scroll": "Yığın Kaydırma",
|
||||||
|
"Stop": "$t(Common:Stop)",
|
||||||
|
"Themes": "Temalar",
|
||||||
|
"Zoom": "Yakınlaştır"
|
||||||
|
}
|
||||||
8
platform/i18n/src/locales/tr-TR/CineDialog.json
Normal file
8
platform/i18n/src/locales/tr-TR/CineDialog.json
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"Next image": "$t(Common:Next) $t(Common:Image)",
|
||||||
|
"Play / Stop": "$t(Common:Play) / $t(Common:Stop)",
|
||||||
|
"Previous image": "$t(Common:Previous) $t(Common:Image)",
|
||||||
|
"Skip to first image": "İlk $t(Common:Image) Geç",
|
||||||
|
"Skip to last image": "Son $t(Common:Image) Geç",
|
||||||
|
"fps": "fps"
|
||||||
|
}
|
||||||
16
platform/i18n/src/locales/tr-TR/Common.json
Normal file
16
platform/i18n/src/locales/tr-TR/Common.json
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"Close": "Kapat",
|
||||||
|
"Image": "Görüntü",
|
||||||
|
"Layout": "Düzen",
|
||||||
|
"Measurements": "Ölçümler",
|
||||||
|
"More": "Daha Fazla",
|
||||||
|
"Next": "Sonraki",
|
||||||
|
"Play": "Oynat",
|
||||||
|
"Previous": "Önceki",
|
||||||
|
"Reset": "Sıfırla",
|
||||||
|
"RowsPerPage": "Sayfa başına satır",
|
||||||
|
"Series": "Seriler",
|
||||||
|
"Show": "Göster",
|
||||||
|
"Stop": "Durdur",
|
||||||
|
"StudyDate": "Çalışma Zamanı"
|
||||||
|
}
|
||||||
5
platform/i18n/src/locales/tr-TR/DatePicker.json
Normal file
5
platform/i18n/src/locales/tr-TR/DatePicker.json
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"Clear dates": "Tarihleri Temizle",
|
||||||
|
"End Date": "Bitiş Tarih",
|
||||||
|
"Start Date": "Başlangıç Tarihi"
|
||||||
|
}
|
||||||
8
platform/i18n/src/locales/tr-TR/Header.json
Normal file
8
platform/i18n/src/locales/tr-TR/Header.json
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"About": "Hakkında",
|
||||||
|
"Back to Viewer": "Görüntüleyiciye Dön",
|
||||||
|
"INVESTIGATIONAL USE ONLY": "SADECE ARAŞTIRMA AMAÇLI KULLANIM",
|
||||||
|
"Options": "Seçenekler",
|
||||||
|
"Preferences": "Tercihler",
|
||||||
|
"Study list": "Çalışma Listesi"
|
||||||
|
}
|
||||||
9
platform/i18n/src/locales/tr-TR/MeasurementTable.json
Normal file
9
platform/i18n/src/locales/tr-TR/MeasurementTable.json
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"Criteria nonconformities": "Kriter uygunsuzlukları",
|
||||||
|
"Delete": "Sil",
|
||||||
|
"Description": "Açıklama",
|
||||||
|
"MAX": "Enfazla",
|
||||||
|
"NonTargets": "Hedefsiz",
|
||||||
|
"Relabel": "Tekrar Etiketle",
|
||||||
|
"Targets": "Hedefler"
|
||||||
|
}
|
||||||
10
platform/i18n/src/locales/tr-TR/StudyList.json
Normal file
10
platform/i18n/src/locales/tr-TR/StudyList.json
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"AccessionNumber": "Accession #",
|
||||||
|
"Empty": "Boş",
|
||||||
|
"MRN": "MRN",
|
||||||
|
"Modality": "Modalite",
|
||||||
|
"PatientName": "Hasta Adı",
|
||||||
|
"StudyDate": "Çalışma Zamanı",
|
||||||
|
"StudyDescription": "Açıklama",
|
||||||
|
"StudyList": "Çalışma Listesi"
|
||||||
|
}
|
||||||
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"Cancel": "$t(Buttons:Cancel)",
|
||||||
|
"No hotkeys found": "Bu uygulama için hiçbir kısayol tuşu yapılandırılmamış. Kısayol tuşları, uygulamanın app-config.js dosyasında yapılandırılabilir.",
|
||||||
|
"Reset to Defaults": "$t(Buttons:Reset to Defaults)",
|
||||||
|
"ResetDefaultMessage": "Tercihler başarıyla varsayılana sıfırlandı. <br /> Bu eylemi gerçekleştirmek için <strong>Kaydetmelisiniz</strong>.",
|
||||||
|
"Save": "$t(Buttons:Save)",
|
||||||
|
"SaveMessage": "Tercihler kaydedildi",
|
||||||
|
"User Preferences": "Kullanıcı tercihleri"
|
||||||
|
}
|
||||||
14
platform/i18n/src/locales/tr-TR/ViewportDownloadForm.json
Normal file
14
platform/i18n/src/locales/tr-TR/ViewportDownloadForm.json
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
"emptyFilenameError": "Dosya adı boş olamaz.",
|
||||||
|
"fileType": "Dosya Tipi",
|
||||||
|
"filename": "Dosya Adı",
|
||||||
|
"formTitle": "Lütfen çıktı görüntüsü için boyutları, dosya adını ve istediğiniz türü belirtin.",
|
||||||
|
"imageHeight": "Görüntü Yüksekliği (px)",
|
||||||
|
"imagePreview": "Görüntü Önizleme",
|
||||||
|
"imageWidth": "Görüntü Genişliği (px)",
|
||||||
|
"keepAspectRatio": "En-boy oranını koru",
|
||||||
|
"loadingPreview": "Görüntü Önzilemesi Yükleniyor...",
|
||||||
|
"minHeightError": "Minimum geçerli yükseklik 100 pikseldir.",
|
||||||
|
"minWidthError": "Minimum geçerli genişlik 100 pikseldir.",
|
||||||
|
"showAnnotations": "Ek Açıklamaları Göster"
|
||||||
|
}
|
||||||
25
platform/i18n/src/locales/tr-TR/index.js
Normal file
25
platform/i18n/src/locales/tr-TR/index.js
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
import AboutModal from './AboutModal.json';
|
||||||
|
import Buttons from './Buttons.json';
|
||||||
|
import CineDialog from './CineDialog.json';
|
||||||
|
import Common from './Common.json';
|
||||||
|
import DatePicker from './DatePicker.json';
|
||||||
|
import Header from './Header.json';
|
||||||
|
import MeasurementTable from './MeasurementTable.json';
|
||||||
|
import StudyList from './StudyList.json';
|
||||||
|
import UserPreferencesModal from './UserPreferencesModal.json';
|
||||||
|
import ViewportDownloadForm from './ViewportDownloadForm.json';
|
||||||
|
|
||||||
|
export default {
|
||||||
|
'tr-TR': {
|
||||||
|
AboutModal,
|
||||||
|
Buttons,
|
||||||
|
CineDialog,
|
||||||
|
Common,
|
||||||
|
DatePicker,
|
||||||
|
Header,
|
||||||
|
MeasurementTable,
|
||||||
|
StudyList,
|
||||||
|
UserPreferencesModal,
|
||||||
|
ViewportDownloadForm,
|
||||||
|
},
|
||||||
|
};
|
||||||
@ -49,6 +49,7 @@ const languagesMap = {
|
|||||||
te: 'Telugu',
|
te: 'Telugu',
|
||||||
th: 'Thai',
|
th: 'Thai',
|
||||||
tr: 'Turkish',
|
tr: 'Turkish',
|
||||||
|
'tr-TR': 'Turkish (Turkey)',
|
||||||
uk: 'Ukrainian',
|
uk: 'Ukrainian',
|
||||||
vi: 'Vietnamese',
|
vi: 'Vietnamese',
|
||||||
zh: 'Chinese',
|
zh: 'Chinese',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user