Files
Chamilo/web/assets/mediaelement/build/lang/tr.js
T
Xes 73154ae174
Behat tests 1.11.x 🐞 / PHP 7.4 Test on ubuntu-latest (push) Canceled after 0s
PHP-CS-Fixer / composer_install (7.4) (push) Canceled after 0s
Chamilo 1.11.40 (ZIP oficial v1.11.40)
Fuente: https://github.com/chamilo/chamilo-lms/releases/download/v1.11.40/chamilo-1.11.40.zip
sha256: 1cf4bf2cc7bae1ef1a1eff643235db1d552f78ddf4b6dd1e2d2dac9868679439
Snapshot independiente (rama huerfana); diffable vs 1.11.38. vendor incluido.
2026-08-06 17:59:45 +02:00

91 lines
3.8 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
'use strict';/*!
* This is a `i18n` language object.
*
* Turkish
*
* @author
* Ogün Karakuş (Twitter: @ogunkarakus)
* Sascha Greuel (Twitter: @SoftCreatR)
*
* @see core/i18n.js
*/
(function (exports) {
if (exports.tr === undefined) {
exports.tr = {
'mejs.plural-form': 1,
'mejs.download-file': 'Dosyayı İndir',
'mejs.install-flash': 'Flash oynatıcısı etkin olmayan veya yüklü olmayan bir tarayıcı kullanıyorsunuz. Lütfen Flash player eklentinizi açın veya en son sürümü https://get.adobe.com/flashplayer/ adresinden indirin.',
'mejs.fullscreen': 'Tam ekran',
'mejs.play': 'Oynat',
'mejs.pause': 'Duraklat',
'mejs.time-slider': 'Zaman Ayarı',
'mejs.time-help-text': 'Bir saniye ileri gitmek için Sol / Sağ Ok tuşlarını, on saniye ileri gitmek için Yukarı / Aşağı oklarını kullanın.',
'mejs.live-broadcast' : 'Canlı Yayın',
'mejs.volume-help-text': 'Sesi artırmak veya azaltmak için Yukarı / Aşağı Ok tuşlarını kullanın.',
'mejs.unmute': 'Sesi aç',
'mejs.mute': 'Sessiz',
'mejs.volume-slider': 'Ses Ayarı',
'mejs.video-player': 'Video Oynatıcı',
'mejs.audio-player': 'Ses Oynatıcı',
'mejs.captions-subtitles': 'Başlıklar / Altyazılar',
'mejs.captions-chapters': 'Bölümler',
'mejs.none': 'Yok',
'mejs.afrikaans': 'Afrikaanca',
'mejs.albanian': 'Arnavutça',
'mejs.arabic': 'Arapça',
'mejs.belarusian': 'Belarusça',
'mejs.bulgarian': 'Bulgarca',
'mejs.catalan': 'Katalanca',
'mejs.chinese': 'Çince',
'mejs.chinese-simplified': 'Çince (Basitleştirilmiş)',
'mejs.chinese-traditional': 'Çince (Geleneksel)',
'mejs.croatian': 'Hırvatça',
'mejs.czech': 'Çekçe',
'mejs.danish': 'Danca',
'mejs.dutch': 'Flemenkçe',
'mejs.english': 'İngilizce',
'mejs.estonian': 'Estonca',
'mejs.filipino': 'Filipince',
'mejs.finnish': 'Fince',
'mejs.french': 'Fransızca',
'mejs.galician': 'Galiçyaca',
'mejs.german': 'Almanca',
'mejs.greek': 'Yunanca',
'mejs.haitian-creole': 'Haiti Kreyolu',
'mejs.hebrew': 'İbranice',
'mejs.hindi': 'Hintçe',
'mejs.hungarian': 'Macarca',
'mejs.icelandic': 'İzlandaca',
'mejs.indonesian': 'Endonezce',
'mejs.irish': 'İrlandaca',
'mejs.italian': 'İtalyanca',
'mejs.japanese': 'Japonca',
'mejs.korean': 'Korece',
'mejs.latvian': 'Letonca',
'mejs.lithuanian': 'Litvanca',
'mejs.macedonian': 'Makedonca',
'mejs.malay': 'Malayca',
'mejs.maltese': 'Maltaca',
'mejs.norwegian': 'Norveççe',
'mejs.persian': 'Farsça',
'mejs.polish': 'Lehçe',
'mejs.portuguese': 'Portekizce',
'mejs.romanian': 'Rumence',
'mejs.russian': 'Rusça',
'mejs.serbian': 'Sırpça',
'mejs.slovak': 'Slovakça',
'mejs.slovenian': 'Slovence',
'mejs.spanish': 'İspanyolca',
'mejs.swahili': 'Svahili',
'mejs.swedish': 'İsveççe',
'mejs.tagalog': 'Tagalogca',
'mejs.thai': 'Tayca',
'mejs.turkish': 'Türkçe',
'mejs.ukrainian': 'Ukraynaca',
'mejs.vietnamese': 'Vietnamca',
'mejs.welsh': 'Galce',
'mejs.yiddish': 'Yidiş'
};
}
})(mejs.i18n);