Skip to content

Commit 339ce44

Browse files
authored
feat(quotes): add Turkish quotes (@turkwr) (#5608)
* 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
1 parent bd29e4f commit 339ce44

1 file changed

Lines changed: 54 additions & 0 deletions

File tree

frontend/static/quotes/turkish.json

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -768,6 +768,60 @@
768768
"source": "The Poet X",
769769
"length": 203,
770770
"id": 144
771+
},
772+
{
773+
"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.",
774+
"source": "Gurren Lagann",
775+
"length": 137,
776+
"id": 145
777+
},
778+
{
779+
"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!",
780+
"source": "Gurren Lagann",
781+
"length": 328,
782+
"id": 146
783+
},
784+
{
785+
"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?",
786+
"source": "İnanılmaz Aile (TV Serisi)",
787+
"length": 300,
788+
"id": 147
789+
},
790+
{
791+
"text": "Hayat asla adil değildir ve belki de adil olmaması çoğumuz için iyi bir şeydir.",
792+
"source": "Oscar Wilde",
793+
"length": 79,
794+
"id": 148
795+
},
796+
{
797+
"text": "Bu hayatta büyük şeyler yapamayız. Sadece büyük bir sevgiyle küçük şeyler yapabiliriz.",
798+
"source": "Mother Teresa",
799+
"length": 86,
800+
"id": 149
801+
},
802+
{
803+
"text": "Bir yaprak, sanki güneş ışınlarından destek alıyormuş gibi pencereden içeri süzüldü.",
804+
"source": "Anais Nin",
805+
"length": 84,
806+
"id": 150
807+
},
808+
{
809+
"text": "Umut, ruha tüneyen ve sözleri olmadan melodiyi söyleyen ve hiç durmayan tüylü bir şeydir.",
810+
"source": "Emily Dickinson",
811+
"length": 89,
812+
"id": 151
813+
},
814+
{
815+
"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.",
816+
"source": "Technoblade",
817+
"length": 219,
818+
"id": 152
819+
},
820+
{
821+
"text": "Hizmet personeline davranış biçimlerine bakarak bir kişinin karakteri hakkında çok şey söyleyebilirsiniz.",
822+
"source": "Bilinmeyen",
823+
"length": 105,
824+
"id": 153
771825
}
772826
]
773827
}

0 commit comments

Comments
 (0)