180 lines
4.4 KiB
TypeScript
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.

export const CONTENT = {
TR: {
nav: {
home: 'ANASAYFA',
publications: 'CADI YAYINLARI',
translation: 'ÇEVİRİ',
agenda: 'FEMİNİST GÜNDEM',
join: 'BİZE KATIL'
},
hero: {
women: 'GÜÇLÜ KADINLAR',
future: 'GÜÇLÜ GELECEK',
scroll: 'KAYDIR',
est: 'EST. 2018'
},
marquee: 'KADIN YAŞAM ÖZGÜRLÜK',
values: {
title: 'DEĞERLERİMİZ',
cards: [
{
id: '01',
title: 'ÖZGÜRLÜK',
desc: 'Bedenimiz, emeğimiz ve kimliğimiz üzerindeki her türlü tahakküme karşı çıkıyoruz. Özgürlük lütuf değil, haktır.'
},
{
id: '02',
title: 'DAYANIŞMA',
desc: 'Kızkardeşlik sınır tanımaz. Birimizin sesi kısıldığında diğerimiz çığlık oluruz.'
},
{
id: '03',
title: 'MÜCADELE',
desc: 'Eşit, özgür ve sömürüsüz bir dünya için kampüslerden sokaklara.'
}
]
},
news: {
header: 'SON GÜNDEM',
year: '2025',
items: [
{
title: "GÜÇLÜ, ÖZGÜR, BİRLİKTE",
date: "19 Mayıs 2025",
category: "GÜNDEM",
},
{
title: "YANAN IŞIKLAR",
date: "27 Mayıs 2025",
category: "EYLEM",
}
],
sticky: {
title_1: 'SENİN',
title_2: 'SÖZÜN',
desc: 'Yazılarını bize gönder, sesini çoğaltalım.',
btn: 'YAZI GÖNDER'
},
secondary: {
category: 'BASIN',
title: 'FEMİNİST DAYANIŞMA YAŞATIYOR'
}
},
newsletter: {
title_1: 'BİZE',
title_2: 'KATIL',
desc: 'Haftalık bültenimize abone ol, gündemi kaçırma.',
placeholder: 'E-POSTA ADRESİN'
},
footer: {
feminist: 'FEMİNİST',
about: 'HAKKIMIZDA',
pubs: 'YAYINLAR',
volunteer: 'GÖNÜLLÜ OL',
contact: 'İLETİŞİM',
rights: '© 2025 KAMPÜS CADILARI',
city: 'İSTANBUL, TÜRKİYE'
},
publications: {
header: 'YAYINLARIMIZ',
featured: 'ÖNE ÇIKAN',
download: 'İNDİR / OKU',
filters: {
all: 'TÜMÜ',
fanzine: 'FANZİN',
report: 'RAPOR',
brochure: 'BROŞÜR'
}
}
},
EN: {
nav: {
home: 'HOME',
publications: 'PUBLICATIONS',
translation: 'TRANSLATION',
agenda: 'FEMINIST AGENDA',
join: 'JOIN US'
},
hero: {
women: 'STRONG WOMEN',
future: 'STRONG FUTURE',
scroll: 'SCROLL',
est: 'EST. 2018'
},
marquee: 'WOMEN LIFE FREEDOM',
values: {
title: 'OUR VALUES',
cards: [
{
id: '01',
title: 'FREEDOM',
desc: 'We oppose all forms of domination over our bodies, labor, and identities. Freedom is not a favor, it is a right.'
},
{
id: '02',
title: 'SOLIDARITY',
desc: 'Sisterhood knows no borders. When one voice is silenced, we become the scream of the other.'
},
{
id: '03',
title: 'STRUGGLE',
desc: 'From campuses to streets for an equal, free, and exploitation-free world.'
}
]
},
news: {
header: 'LATEST NEWS',
year: '2025',
items: [
{
title: "STRONG, FREE, TOGETHER",
date: "May 19, 2025",
category: "AGENDA",
},
{
title: "BURNING LIGHTS",
date: "May 27, 2025",
category: "ACTION",
}
],
sticky: {
title_1: 'YOUR',
title_2: 'VOICE',
desc: 'Send us your writings, let us amplify your voice.',
btn: 'SUBMIT'
},
secondary: {
category: 'PRESS',
title: 'FEMINIST SOLIDARITY KEEPS ALIVE'
}
},
newsletter: {
title_1: 'JOIN',
title_2: 'US',
desc: 'Subscribe to our weekly newsletter, don\'t miss the agenda.',
placeholder: 'YOUR EMAIL ADDRESS'
},
footer: {
feminist: 'FEMINIST',
about: 'ABOUT US',
pubs: 'PUBLICATIONS',
volunteer: 'VOLUNTEER',
contact: 'CONTACT',
rights: '© 2025 CAMPUS WITCHES',
city: 'ISTANBUL, TURKEY'
},
publications: {
header: 'PUBLICATIONS',
featured: 'FEATURED',
download: 'DOWNLOAD / READ',
filters: {
all: 'ALL',
fanzine: 'FANZINE',
report: 'REPORT',
brochure: 'BROCHURE'
}
}
}
};