From 339ce44ae2a1c048852167b93caa7547b8e0bd67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?T=C3=BCrker?= <63150613+turkwr@users.noreply.github.com> Date: Mon, 15 Jul 2024 13:11:09 +0300 Subject: [PATCH] feat(quotes): add Turkish quotes (@turkwr) (#5608) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(quotes): add Turkish quotes from various sources * feat(quotes): update Turkish quotes lengths The lengths of the Turkish quotes in the `turkish.json` file have been updated to reflect the correct character count. * feat(quotes): add Turkish quotes from various sources This commit adds Turkish quotes from different sources, including "The Poet X", "Gurren Lagann", "İnanılmaz Aile (TV Serisi)", and "Oscar Wilde". The quotes are added to the `turkish.json` file in the `frontend/static/quotes` directory. * feat(quotes): add Turkish quotes from Mother Teresa, Anais Nin, Emily Dickinson, Technoblade, and Bilinmeyen The commit adds Turkish quotes from Mother Teresa, Anais Nin, Emily Dickinson, Technoblade, and Bilinmeyen to the `turkish.json` file in the `frontend/static/quotes` directory. * feat(quotes): add Turkish quote from "The Poet X" Add a Turkish quote from "The Poet X" to the `turkish.json` file in the `frontend/static/quotes` directory. * feat(quotes): update Turkish quotes in turkish.json Update the Turkish quotes in the `turkish.json` file in the `frontend/static/quotes` directory. * feat(quotes): update Turkish quotes in turkish.json --- frontend/static/quotes/turkish.json | 54 +++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) diff --git a/frontend/static/quotes/turkish.json b/frontend/static/quotes/turkish.json index 9ec2117d3..b99d5b19d 100644 --- a/frontend/static/quotes/turkish.json +++ b/frontend/static/quotes/turkish.json @@ -768,6 +768,60 @@ "source": "The Poet X", "length": 203, "id": 144 + }, + { + "text": "Dinle, Simon. Asla unutma. Sadece kendine inan. Benim inandığım Simon'a değil; senin inandığın Kamina'ya değil. Sana inanan Simon'a inan.", + "source": "Gurren Lagann", + "length": 137, + "id": 145 + }, + { + "text": "Sözlerime kulak verin! Bu matkap evrende bir delik açacak! Ve o delik arkamızdakiler için bir yol olacak! Düşenlerin hayalleri! Arkamızdan gelenlerin umutları! Bu iki hayal kümesi birlikte bir çift sarmal oluşturacak! Yarına doğru bir yol açıyoruz! Ve bu Tengen Toppa! Bu Gurren Lagann! Benim matkabım cenneti yaratan matkaptır!", + "source": "Gurren Lagann", + "length": 328, + "id": 146 + }, + { + "text": "Neden bana bunu yaptırdın? Etrafındaki herkesin ölümünü izleyebilmek için savaşıyorsun! Düşün, Mark! Bu gezegendeki her kırılgan, önemsiz varlıktan daha uzun yaşayacaksın. Bu dünyanın toz olup uçtuğunu görecek kadar yaşayacaksın! Bildiğin herkes ve her şey yok olacak! 500 yıl sonra elinde ne olacak?", + "source": "İnanılmaz Aile (TV Serisi)", + "length": 300, + "id": 147 + }, + { + "text": "Hayat asla adil değildir ve belki de adil olmaması çoğumuz için iyi bir şeydir.", + "source": "Oscar Wilde", + "length": 79, + "id": 148 + }, + { + "text": "Bu hayatta büyük şeyler yapamayız. Sadece büyük bir sevgiyle küçük şeyler yapabiliriz.", + "source": "Mother Teresa", + "length": 86, + "id": 149 + }, + { + "text": "Bir yaprak, sanki güneş ışınlarından destek alıyormuş gibi pencereden içeri süzüldü.", + "source": "Anais Nin", + "length": 84, + "id": 150 + }, + { + "text": "Umut, ruha tüneyen ve sözleri olmadan melodiyi söyleyen ve hiç durmayan tüylü bir şeydir.", + "source": "Emily Dickinson", + "length": 89, + "id": 151 + }, + { + "text": "Olasılıklar ne kadar saçma görünürse görünsün, içimizde bu zorlukların üstesinden gelme ve güzel bir şey başarma gücü vardır. Bir gün başladığımız yere dönüp baktığımızda ne kadar ilerlediğimizi görüp hayrete düşeceğiz.", + "source": "Technoblade", + "length": 219, + "id": 152 + }, + { + "text": "Hizmet personeline davranış biçimlerine bakarak bir kişinin karakteri hakkında çok şey söyleyebilirsiniz.", + "source": "Bilinmeyen", + "length": 105, + "id": 153 } ] }