Skip to content

Commit

Permalink
tox dialog height fix (Bootstrap 5 / oxide theme) (#130)
Browse files Browse the repository at this point in the history
* tox dialog height fix (Bootstrap 5 / oxide theme)

* Added Turkish Language
  • Loading branch information
xDeSwa authored Nov 29, 2023
1 parent a586379 commit ae159fd
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 0 deletions.
1 change: 1 addition & 0 deletions Resources/doc/tutorials/integrate-tinymce.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ TinyMCE v5
var windowManagerCSS = '<style type="text/css">' +
'.tox-dialog {max-width: 100%!important; width:97.5%!important; overflow: hidden; height:95%!important; border-radius:0.25em;}' +
'.tox-dialog__body { padding: 0!important; }' +
'.tox .tox-form__group{height:100%;}' +
'.tox-dialog__body-content > div { height: 100%; overflow:hidden}' +
'</style > ';

Expand Down
61 changes: 61 additions & 0 deletions Resources/translations/messages.tr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
file:
add:
success: başarıyla yüklendi
renamed:
success: Dosya başarıyla yeniden adlandırıldı.
danger: Dosya adı mevcut veya bu işlem için yetkiniz yok
unauthorized: Dosya mevcut değil veya bu işlem için yetkiniz yok
nochanged: Herhangi birşey değiştirilmedi
deleted:
success: Dosyalar başarıyla silindi
danger: Dosyalar mevcut değil veya bu işlem için yetkiniz yok
unauthorized: Dosyalar mevcut değil veya bu işlem için yetkiniz yok
folder:
add:
danger: "Klasör oluşturulurken Hata Oluştu: %message%"
success: Klasör başarıyla oluşturuldu
deleted:
success: Klasör başarıyla silindi
unauthorized: Klasör mevcut değil veya bu işlem için yetkiniz yok
button:
cancel: İPTAL
refresh: Yenile
parent: Parent
save: KAYDET
add:
files: Dosya Yükle...
folder: Yeni Klasör...
delete:
current: Mevcut Klasörü Sil
selected: Seçili Dosyaları Sil
action: SİL
rename:
action: YENİDEN ADLANDIR
tree: Dizinler
title:
add:
folder: Yeni Klasör
rename:
file: Yeniden adlandır
delete: Sil
download: İndir
preview:
file:
input:
default: İsimsiz Klasör
table:
name: Ad
date: Tarih
size: Boyut
dimension: Ebatlar
actions: İşlemler
confirm:
delete: Silmek için onay veriyor musunuz?
size:
mb: MB
kb: KB
select-all: Hepsini Seç
upload:
exception_move_uploaded_file: Yetkiniz yok
search:
placeholder: Arama

0 comments on commit ae159fd

Please sign in to comment.