refactor: translate UI elements to Turkish and update homepage content
This commit is contained in:
+40
-13
@@ -2,20 +2,42 @@ import { getPermalink, getBlogPermalink, getAsset } from './utils/permalinks';
|
||||
|
||||
export const headerData = {
|
||||
links: [
|
||||
{
|
||||
text: 'Ana Sayfa',
|
||||
href: getPermalink('/'),
|
||||
},
|
||||
{
|
||||
text: 'Hakkımızda',
|
||||
href: getPermalink('/about'),
|
||||
href: getPermalink('/hakkimizda'),
|
||||
},
|
||||
{
|
||||
text: 'Blog',
|
||||
href: getBlogPermalink(),
|
||||
},
|
||||
{
|
||||
text: 'Kategoriler',
|
||||
href: getPermalink('/kategoriler'),
|
||||
},
|
||||
{
|
||||
text: 'Etiketler',
|
||||
href: getPermalink('/etiketler'),
|
||||
},
|
||||
{
|
||||
text: 'Sınav Hazırlık',
|
||||
href: 'https://sinav.radio.org.tr/',
|
||||
target: '_blank',
|
||||
},
|
||||
{
|
||||
text: 'DMR Editor',
|
||||
href: 'https://dmr.radio.org.tr/',
|
||||
target: '_blank',
|
||||
},
|
||||
{
|
||||
text: 'İletişim',
|
||||
href: getPermalink('/contact'),
|
||||
href: getPermalink('/iletisim'),
|
||||
},
|
||||
],
|
||||
actions: [{ text: 'İletişim', href: getPermalink('/contact'), icon: 'tabler:mail' }],
|
||||
actions: [{ text: 'İletişim', href: getPermalink('/iletisim'), icon: 'tabler:mail' }],
|
||||
};
|
||||
|
||||
export const footerData = {
|
||||
@@ -23,18 +45,23 @@ export const footerData = {
|
||||
{
|
||||
title: 'Hızlı Linkler',
|
||||
links: [
|
||||
{ text: 'Hakkımızda', href: getPermalink('/about') },
|
||||
{ text: 'Ana Sayfa', href: getPermalink('/') },
|
||||
{ text: 'Hakkımızda', href: getPermalink('/hakkimizda') },
|
||||
{ text: 'Blog', href: getBlogPermalink() },
|
||||
{ text: 'İletişim', href: getPermalink('/contact') },
|
||||
{ text: 'Kategoriler', href: getPermalink('/kategoriler') },
|
||||
{ text: 'Etiketler', href: getPermalink('/etiketler') },
|
||||
{ text: 'Sınav Hazırlık', href: 'https://sinav.radio.org.tr/', target: '_blank' },
|
||||
{ text: 'DMR Editor', href: 'https://dmr.radio.org.tr/', target: '_blank' },
|
||||
{ text: 'İletişim', href: getPermalink('/iletisim') },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: 'Hizmetler',
|
||||
links: [
|
||||
{ text: 'Eğitim Programları', href: getPermalink('/contact') },
|
||||
{ text: 'Lisans Sınavı Hazırlığı', href: getPermalink('/contact') },
|
||||
{ text: 'Teknik Destek', href: getPermalink('/contact') },
|
||||
{ text: 'Acil Haberleşme', href: getPermalink('/contact') },
|
||||
{ text: 'Eğitim Programları', href: getPermalink('/iletisim') },
|
||||
{ text: 'Lisans Sınavı Hazırlığı', href: getPermalink('/iletisim') },
|
||||
{ text: 'Teknik Destek', href: getPermalink('/iletisim') },
|
||||
{ text: 'Acil Haberleşme', href: getPermalink('/iletisim') },
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -42,14 +69,14 @@ export const footerData = {
|
||||
links: [
|
||||
{ text: 'E-posta: bilgi@radio.org.tr', href: 'mailto:bilgi@radio.org.tr' },
|
||||
{ text: 'Telefon: +90 510 220 50 24', href: 'tel:+905102205024' },
|
||||
{ text: 'Adres: Beyoğlu, İstanbul', href: getPermalink('/contact') },
|
||||
{ text: 'Çağrı İşareti: YM1KTC', href: getPermalink('/contact') },
|
||||
{ text: 'Adres: Beyoğlu, İstanbul', href: getPermalink('/iletisim') },
|
||||
{ text: 'Çağrı İşareti: YM1KTC', href: getPermalink('/iletisim') },
|
||||
],
|
||||
},
|
||||
],
|
||||
secondaryLinks: [
|
||||
{ text: 'Gizlilik Politikası', href: getPermalink('/privacy') },
|
||||
{ text: 'Kullanım Şartları', href: getPermalink('/terms') },
|
||||
{ text: 'Gizlilik Politikası', href: getPermalink('/gizlilik') },
|
||||
{ text: 'Kullanım Şartları', href: getPermalink('/kullanim-sartlari') },
|
||||
],
|
||||
socialLinks: [
|
||||
{ ariaLabel: 'Facebook', icon: 'tabler:brand-facebook', href: 'https://facebook.com/ym1ktc' },
|
||||
|
||||
Reference in New Issue
Block a user