diff --git a/_locales/en/messages.json b/_locales/en/messages.json
index 3251d3bf..0e20bfa1 100644
--- a/_locales/en/messages.json
+++ b/_locales/en/messages.json
@@ -634,5 +634,14 @@
"anniversary_tweet": { "message": "Do you remember when you joined Twitter? I do!\n#MyTwitterAnniversary" },
"you_shared_tweet": { "message": "You shared a tweet" },
"user_shared_tweet": { "message": "$NAME$ shared a tweet", "placeholders": { "name": { "content": "Display Name" } } },
- "transition_profile_banner": { "message": "Use transition on profile banner" }
-}
\ No newline at end of file
+ "transition_profile_banner": { "message": "Use transition on profile banner" },
+ "custom_downloadtemplate": { "message": "Custom download template" },
+ "custom_downloadtemplate_text": { "message": "Allows you to customize the names of the files when downloading a tweet's media." },
+ "save_downloadtemplate": { "message": "Save download template" },
+ "custom_downloadtemplate_hintName1": { "message": "{user_name}
: User's name." },
+ "custom_downloadtemplate_hintName2": { "message": "{user_screen_name}
: User's account name. (Example: @dril)" },
+ "custom_downloadtemplate_hintTime": { "message": "{timestamp}
: Tweet's post date & time." },
+ "custom_downloadtemplate_hintExtension": { "message": "{extension}
: Downloaded tweet's file extension." },
+ "custom_downloadtemplate_hintID": { "message": "{id}
: Tweet's ID." },
+ "custom_downloadtemplate_hintIndex": { "message": "{index}
: Index for each file to download. (for posts with multiple media)" }
+}
diff --git a/_locales/tr/messages.json b/_locales/tr/messages.json
index e53ba0ca..e317e0a4 100644
--- a/_locales/tr/messages.json
+++ b/_locales/tr/messages.json
@@ -596,7 +596,7 @@
"message": "Varsayılan bağlantı rengi"
},
"font": {
- "message": "Font"
+ "message": "Yazı tipi"
},
"color_sync": {
"message": "Bağlantı rengi eşitlenimi"
@@ -857,10 +857,10 @@
}
},
"last_searches": {
- "message": "Last searches"
+ "message": "Son aramalar"
},
"saved_searches": {
- "message": "Saved searches"
+ "message": "Kaydedilmiş aramalar"
},
"everyone": {
"message": "Herkese açık",
@@ -963,7 +963,7 @@
"message": "Konuşmayı susturmayı geri al"
},
"no_big_font": {
- "message": "Kısa/popüler tweetler için büyük fontu devre dışı bırak"
+ "message": "Kısa/popüler tweetler için büyük yazı tipini devre dışı bırak"
},
"emoji": {
"message": "Emoji"
@@ -1401,7 +1401,7 @@
"description": "You should probably use word 'Profile' in your language"
},
"tweet_text_font": {
- "message": "Tweet yazı fontu"
+ "message": "Tweet yazı tipi"
},
"use_old_default_profile": {
"message": "Varsayılan profil fotoğrafını yumurta yap"
@@ -1576,7 +1576,7 @@
"message": "Karanlık mod değişkenleri"
},
"css_theme_hint": {
- "message": "Lütfen 'göz-kanatıcı' veya diğer herhangi rahatsız edici şeyler yapmayın. (Örneğin takip butonunu çok büyük yapmak gibi), bunun yüzünden erişimini kaybedersin.
Senin CSS'in kullanıcının ayarladığı temanın üzerine yazılır.
Resimleri için sadece i.imgur.com, fontlar için de sadece fonts.googleapis.com kullanabilirsin (veya 'daki fontlar).
You can see list of CSS variables here.
To target specific theme you can use .body-dark
, .body-pitch-black
(pitch black mode will also include .body-dark
) and .body-light
classes."
+ "message": "Lütfen 'göz-kanatıcı' veya diğer herhangi rahatsız edici şeyler yapmayın. (Örneğin takip butonunu çok büyük yapmak gibi), bunun yüzünden erişimini kaybedersin.
Senin CSS'in kullanıcının ayarladığı temanın üzerine yazılır.
Resimleri için sadece i.imgur.com, yazı tipleri için de sadece fonts.googleapis.com kullanabilirsin (veya 'daki yazı tiplerini).
You can see list of CSS variables here.
To target specific theme you can use .body-dark
, .body-pitch-black
(pitch black mode will also include .body-dark
) and .body-light
classes."
},
"profile_colors_moved": {
"message": "Renk senkronizasyonunu profiline bağla (Edit butonunun solundaki kalem butonu)."
@@ -1817,7 +1817,7 @@
"message": "Eklenti uyumluluk modu (Başka bir eklentinin OldTwitter ile aynı anda çalışmasını istiyorsanız etkinleştirin, eğer eklenti hala çalışmıyorsa bunu kapatın (büyük ihtimalle çalışmayacak), çünkü bu seçenek sayfayı kastırabilir)"
},
"enter_custom_font_name": {
- "message": "Özel font ismi girin"
+ "message": "Özel yazı tipi ismi girin"
},
"disable_data_saver": {
"message": "Veri kaydediciyi mobil verideyken kapatın",
diff --git a/layouts/settings/index.html b/layouts/settings/index.html
index 44d6adeb..ed42d072 100644
--- a/layouts/settings/index.html
+++ b/layouts/settings/index.html
@@ -399,6 +399,20 @@