This commit is contained in:
David Ascanio 2026-05-10 14:57:31 -03:00
commit e67084c118
13 changed files with 1148 additions and 101 deletions

View File

@ -709,7 +709,7 @@ useIntersectionObserver(
<span class="truncate">{{ formatLocation(row.activity) }}</span>
</p>
<div v-if="row.body">
<div class="bg-gray-100 p-1 rounded-xl !text-sm" v-if="row.body">
<div
v-if="row.bodyApproximate"
class="text-[11px] text-warning flex items-center gap-1 mb-0.5"

View File

@ -2,47 +2,64 @@
import { computed } from 'vue'
import { storeToRefs } from 'pinia'
import type { NavigationMenuItem } from '@nuxt/ui'
import { useFavoritesStore } from '~/stores/favorites'
const { locale, locales, setLocale } = useI18n()
const { $i18n } = useNuxtApp();
const t = $i18n.t;
const open = ref(false)
// Activa los atajos de teclado g-a / g-c / g-f.
useDashboard()
const favorites = useFavoritesStore()
const { total: favTotal } = storeToRefs(favorites)
const links = computed<NavigationMenuItem[][]>(() => [[{
label: 'Actividades',
icon: 'i-lucide-calendar-days',
const links = [[{
label: t('nav.bible_studies'),
icon: 'ph:books',
to: '/actividades',
locale: locale.value,
onSelect: () => { open.value = false }
}, {
label: 'Conferencias',
icon: 'i-lucide-mic',
label: t("nav.conferences"),
icon: 'ph:books',
to: '/conferencias',
onSelect: () => { open.value = false }
}, {
label: 'Mi lista',
icon: 'i-lucide-bookmark',
to: '/favoritos',
badge: favTotal.value > 0 ? String(favTotal.value) : undefined,
label: 'Sermones',
icon: 'ph:books',
to: '/sermones',
onSelect: () => { open.value = false }
}]])
}, {
label: 'Entrelineas',
icon: 'ph:list-magnifying-glass',
to: '/entrelineas',
onSelect: () => { open.value = false }
}, {
label: 'Imprenta',
icon: 'ph:printer',
to: '/imprenta',
onSelect: () => { open.value = false }
}, {
label: 'EBN',
icon: 'ph:chalkboard-teacher',
to: '/ebn',
onSelect: () => { open.value = false }
}]] satisfies NavigationMenuItem[][]
</script>
<template>
<UDashboardGroup unit="rem">
<UDashboardSidebar
id="default"
v-model:open="open"
collapsible
resizable
class="bg-elevated/25"
class="bg-elevated/25 bg-gradient-to-tr from-blue-100 to-white"
:ui="{ footer: 'lg:border-t lg:border-default' }"
>
<template #header="{ collapsed }">
<ULink v-if="!collapsed" as="button" class="font-semibold">La Gran Carpa Catedral</ULink>
<template #header>
<div class="mt-2 flex justify-center">
<img src="/logo.svg" class="w-full" alt="Buscador - La Gran Carpa Catedral" />
</div>
</template>
<template #default="{ collapsed }">
@ -56,7 +73,11 @@ const links = computed<NavigationMenuItem[][]>(() => [[{
</template>
<template #footer="{ collapsed }">
<UserMenu :collapsed="collapsed" />
<ULocaleSelect
:model-value="locale"
:locales="Object.values(locales)"
@update:model-value="setLocale($event)"
/>
</template>
</UDashboardSidebar>

View File

@ -4,6 +4,9 @@ import { breakpointsTailwind, useDebounce } from '@vueuse/core'
import type { SearchHit } from '~/types'
import InboxActivity from '~/components/inbox/InboxActivity.vue'
const { $i18n } = useNuxtApp();
const t = $i18n.t;
const PAGE_SIZE = 15
const REQUEST_TIMEOUT_MS = 15000
@ -119,7 +122,7 @@ function retry() {
:max-size="40"
resizable
>
<UDashboardNavbar title="Actividades">
<UDashboardNavbar :title="t('nav.bible_studies')">
<template #leading>
<UDashboardSidebarCollapse />
</template>
@ -133,18 +136,14 @@ function retry() {
<UInput
v-model="query"
icon="i-lucide-search"
placeholder='Buscar actividades... (usa "comillas" para frase exacta)'
:placeholder="t('Search.placeholder')"
:loading="loading"
size="md"
class="w-full"
/>
<p class="mt-1.5 flex items-center gap-1 text-[11px] text-dimmed">
<UIcon name="i-lucide-lightbulb" class="size-3" />
<span>
Tip: envuelve en
<code class="px-1 rounded bg-elevated text-toned font-mono">"comillas"</code>
para frase exacta en ese orden.
</span>
<span v-html="t('Search.tip')" />
</p>
</div>

View File

@ -1,8 +1,249 @@
{
"Activities": {
"name": "English",
"nav": {
"home": "Home",
"galleries": "Galleries",
"contact": "Contact us",
"live": "Live",
"conferences": "Conferences",
"conferenceshistory": "Conferences History",
"bible_studies": "Bible Studies",
"activities": "Activities",
"atividades": "Activities",
"print": "Press",
"search": "Search",
"donations": "Donations",
"bibleschool": "Bible School"
},
"footer": {
"more_galleries": "See more galleries",
"contact_us": "Contact Us",
"close": "Close"
},
"locale": {
"en": "English",
"es": "Español",
"fr": "Français",
"pt": "Português"
},
"Index": {
"title": "Latest published conferences"
},
"Yearlist": {
"title": "By date"
},
"Galleries": {
"title": "Galleries"
},
"Contact": {
"title": "Contact us"
},
"Detail": {
"related": "Related study"
},
"Conferences": {
"single_title": "Conference",
"title": "Conferences",
"activity": "Activity",
"duration": "Duration",
"latest": " - Latest",
"homepage": "Latest Conferences",
"downloads": "Downloads",
"transcription": "Transcription",
"translations": "Translations",
"links": "Links",
"youtube": "Youtube",
"video": "Video",
"audio": "Audio",
"book": "Book",
"simple": "Simple"
"simple": "Simple",
"epub": "ePub"
},
"Activities": {
"single_title": "Activity",
"title": "Activities",
"activity": "Post",
"homepage": "Latest Activities",
"bible_study": "Bible Study #",
"youtube": "Youtube",
"video": "Video",
"audio": "Audio",
"book": "Libro",
"simple": "Sencillo",
"epub": "ePub",
"translations": "Translations",
"downloads": "Downloads",
"draft": "Draft",
"disclaimer1": "This text is a raw transcript of this Study, and is not intended for printing or publishing.",
"disclaimer2": "Once the final text is available for printing and publishing, this disclaimer will be removed from this current page."
},
"Search": {
"country": "Country",
"state": "State",
"city": "City",
"index": "lgccc_vue_EN",
"title": "Search",
"filter": "Filter",
"page": "Page",
"placeholder": "Search for...",
"hits_per_page": "hits per page",
"hits_retrieved_in": "hits retrieved in",
"for": "for",
"tab1": {
"tab_title": "Activities"
},
"tab2": {
"tab_title": "Conferences"
}
},
"LocaleSwitcher": {
"switchLocale": "Language:"
},
"Homepage": {
"extract": {
"title": "",
"author": "Dr. José Benjamín Pérez",
"date": "",
"place": "",
"p1": "\"Aware that we are in the greatest time of all times; the time where God is fulfilling in our midst all that was spoken that would be fulfilled, materializing, in the midst of the Church, in this end time, in a Great Tent Cathedral.",
"p2": "God is fulfilling everything to the letter; because it is His Word that cannot fall to the ground; but that Word does that for which it has been sent\".",
"p3": "",
"p4": "",
"p5": "",
"p6": "",
"p7": ""
},
"news": {
"p1": "On behalf of The Great Tent Cathedral, its pastor, Dr. José Benjamín Pérez Matos and the entire congregation of Cayey, Puerto Rico, we express our sincerest condolences to our Brother Joseph Branham and the entire Branham Family for the passing of our Brother Billy Paul Branham. We know that we will see him again very soon!",
"linktext": "Official publication on branham.org",
"link": "https://branham.org/en/articles/10192023_IHadADream"
}
},
"Live": {
"title": "Live",
"tab1": {
"tab_title": "Internet"
},
"tab2": {
"tab_title": "Satellite Amazonas",
"tunetitle": "Tune in to",
"satelite_title": "Satellite:",
"frequency_title": "Frequency:",
"polarization_title": "Polarization:",
"symbolrate_title": "Symbol Rate:",
"fec_title": "FEC:",
"satelite_description": "Amazonas 3 61° West",
"frequency_description": "4139.4",
"polarization_description": "Horizontal (H)",
"symbolrate_description": "4.543",
"fec_description": "3/4",
"tools_title": "Tools",
"button1_title": "Hispasat / Amazonas Reception",
"button2_title": "Solar Interference Calculator",
"button3_title": "Point your antenna to hispasat",
"general_title": "General information",
"paragraphs": {
"paragraph_1": "The satellite being used for the transmissions is Hispasat's Amazonas 3 satellite, which is located at 61° West. The transmissions are carried out in Band C.",
"paragraph_2": "This is the satellite footprint in Band C for the Americas (in dBW):",
"paragraph_3": "The graph for the antenna diameters recommended by Hispasat is as follows:",
"paragraph_4": "In the weaker parts of the footprint (33-36 dBW), and for areas where other topographical or signal impediments from other transmissions make signal reception more difficult, it is recommended to have 3 meter or larger antennas.",
"paragraph_5": "It is important to remember that the larger the antenna size, the higher the gain, and therefore the more reliable the reception."
},
"sataudio": {
"title": "Satellite Audio",
"paragraph_1": "On the control of your receiver you should have the option to be able to change the stereo audio channel you receive. The languages, according to each pair, are as follows:",
"disclaimer": "For the moment the languages will be available during live broadcasts. We will be implementing the translations in the regular programming in the near future.",
"stereopair": "Stereo Pair",
"channell": "L (Left)",
"channelr": "R (Right)",
"channel_data": {
"1l": "Spanish",
"1r": "Spanish",
"2l": "English",
"2r": "Portuguese",
"3l": "French",
"3r": "Kreyol",
"4l": "Kinyarwanda",
"4r": "Swahili",
"5l": "Kirundi"
}
}
},
"tab3": {
"tab_title": "Satellite Eutelsat",
"tunetitle": "Tune in to",
"satelite_title": "Satellite:",
"frequency_title": "Frequency:",
"polarization_title": "Polarization:",
"symbolrate_title": "Symbol Rate:",
"fec_title": "FEC:",
"satelite_description": "Eutelsat 8 West B",
"frequency_description": "3986",
"polarization_description": "R",
"symbolrate_description": "4.543",
"fec_description": "3/4",
"general_title": "General information",
"tools_title": "Tools",
"button1_title": "Eutelsat Calculator",
"paragraphs": {
"paragraph_1": "We are already testing on the Eutelsat 8 West B satellite, at position 8° West.",
"paragraph_2": "It is important that you have:",
"paragraph_3": "1. C-band antennas, with CIRCULAR polarization LNBs. The recommendation is antennas of 3.0M or more. The larger the antenna, the better reception quality can be obtained.",
"paragraph_4": "2. FTA (free to air) receivers compatible with MPEG-4, with DVB-S2, and 8PSK modulation.",
"paragraph_5": "You can use this link to calculate the azimuth and elevation data of the antenna at your location: https://www.eutelsat.com/deploy_SorbamLight/pages/azimuthElevation.do?action=init",
"paragraph_6": "Reception parameters for our signal test:",
"paragraph_7": "Frequency: 3986",
"paragraph_8": "Symbol Rate: 4543",
"paragraph_9": "Polarity: R",
"paragraph_10": "When you receive the signal, please send a report including your location to: lgcctv!carpa.com"
},
"sataudio": {
"title": "Satellite Audio",
"paragraph_1": "On the control of your receiver you should have the option to be able to change the stereo audio channel you receive. The languages, according to each pair, are as follows:",
"disclaimer": "For the moment the languages will be available during live broadcasts. We will be implementing the translations in the regular programming in the near future.",
"stereopair": "Stereo Pair",
"channell": "L (Left)",
"channelr": "R (Right)",
"channel_data": {
"1l": "Spanish",
"1r": "Spanish",
"2l": "English",
"2r": "Portuguese",
"3l": "French",
"3r": "Kreyol",
"4l": "Kinyarwanda",
"4r": "Swahili",
"5l": "Kirundi"
}
}
}
},
"table": {
"day": "Day",
"date": "Date",
"activity": "Act.",
"title": "Title",
"city": "City",
"state": "State",
"country": "Country",
"duration": "Duratión"
},
"ui": {
"downloads": "Downloads",
"grid": "Grid",
"list": "List",
"table": "Table",
"timeline": "Timeline",
"back": "Back",
"filter": "Filter",
"dateFilter": "By Date",
"countryFilter": "By Country",
"letterFilter": "By Title",
"year": "Year",
"month": "Month",
"country": "Country",
"city": "City",
"all": "All",
"hitsPerPage": "Hits per page",
}
}

View File

@ -1,8 +1,301 @@
{
"Activities": {
"video": "Vídeo",
"audio": "Audio",
"book": "Libro",
"simple": "Sencillo"
}
"nav": {
"home": "Inicio",
"galleries": "Galerias",
"contact": "Contáctenos",
"live": "En Vivo",
"conferences": "Conferencias",
"conferenceshistory": "Historial de Conferencias",
"bible_studies": "Estudios Bíblicos",
"activities": "Actividades",
"atividades": "Actividades",
"search": "Buscar",
"print": "Imprenta",
"donations": "Donaciones",
"bibleschool": "Escuela Bíblica",
"downloads" : "Descargas"
},
"footer": {
"more_galleries": "Ver más galerias",
"contact_us": "Contáctenos",
"close": "Cerrar"
},
"locale": {
"en": "English",
"es": "Español",
"fr": "Français",
"pt": "Português"
},
"Index": {
"title": "Últimas conferencias publicadas"
},
"Yearlist": {
"title": "Por fecha"
},
"Galleries": {
"title": "Galerias"
},
"Contact": {
"title": "Contáctenos"
},
"Detail": {
"view": "Ver transcripción",
"related": "Estudio relacionado"
},
"Conferences": {
"single_title": "Conferencia",
"title": "Conferencias",
"activity": "Actividad",
"duration": "Duración",
"latest": " - Últimas",
"homepage": "Últimas Conferencias",
"downloads": "Descargas",
"transcription": "Transcripción",
"translations": "Traducciones",
"links": "Enlaces",
"youtube": "Youtube",
"video": "Video",
"audio": "Audio",
"book": "Libro",
"simple": "Sencillo",
"epub": "ePub"
},
"Activities": {
"single_title": "Publicación",
"title": "Actividades",
"activity": "Publicación",
"homepage": "Últimas Actividades",
"bible_study": "Estudio Bíblico #",
"youtube": "Youtube",
"video": "Video",
"audio": "Audio",
"book": "Libro",
"simple": "Sencillo",
"epub": "ePub",
"translations": "Traducciones",
"downloads": "Descargas",
"draft": "Borrador",
"disclaimer": "Este texto es una transcripción cruda de este Estudio, y no es para ser impreso ni publicado. Una vez que se tenga el texto final para impresión y publicación, esta aclaratoria se eliminará de esta página actual."
},
"Print": {
"title": "Imprenta",
"categories_list": "Categorias",
"files": "Archivos"
},
"Search": {
"country": "País",
"state": "Estado",
"city": "Ciudad",
"index": "lgccc_vue",
"title": "Buscar",
"filter": "Filtrar",
"page": "Página",
"placeholder": "Buscar actividades... (usa \"comillas\" para frase exacta)",
"hits": "aciertos",
"hits_per_page": "aciertos por página",
"hits_retrieved_in": "aciertos logrados en",
"for": "Buscando",
"words": "palabras",
"phrases": "frases",
"words_tooltip": "Buscar por palabras",
"phrases_tooltip": "Buscar por frases",
"instructions": "Selecciona un resultado de busqueda...",
"tab1": {
"tab_title": "Actividades"
},
"tab2": {
"tab_title": "Conferencias"
},
"tip": "Tip: envuelve en \"comillas\" para frase exacta en ese orden."
},
"LocaleSwitcher": {
"switchLocale": "Idioma:"
},
"Homepage": {
"extract": {
"title": "",
"author": "Dr. José Benjamín Pérez",
"date": "",
"place": "",
"p1": "\"Conscientes de que estamos en el tiempo más grande de todos los tiempos; el tiempo en donde Dios está cumpliendo en medio de nosotros todo lo que fue hablado que se estaría cumpliendo, materializando, en medio de la Iglesia, en este tiempo final, en una Gran Carpa Catedral.",
"p2": "Todo Dios lo está cumpliendo al pie de la letra; porque es Su Palabra la que no puede caer en tierra; sino que esa Palabra hace aquello para lo cual ha sido enviada\".",
"p3": "",
"p4": "",
"p5": "",
"p6": "",
"p7": ""
},
"news": {
"p1": "De parte de La Gran Carpa Catedral, su pastor, el Dr. José Benjamín Pérez Matos y toda la congregación de Cayey, Puerto Rico, expresamos nuestras más sinceras condolencias a nuestro hermano José Branham y a toda la familia Branham por la partida de nuestro hermano Billy Paul Branham. ¡Sabemos que muy pronto le veremos nuevamente!",
"linktext": "Publicación oficial en branham.org",
"link": "https://branham.org/es/articles/10192023_IHadADream"
}
},
"Live": {
"title": "En Vivo",
"tab1": {
"tab_title": "Internet"
},
"tab2": {
"tab_title": "Satélite Amazonas",
"tunetitle": "Sintonizar",
"satelite_title": "Satélite:",
"frequency_title": "Frecuencia:",
"polarization_title": "Polarización:",
"symbolrate_title": "Symbol Rate:",
"fec_title": "FEC:",
"satelite_description": "Amazonas 3 61° Oeste",
"frequency_description": "4139.4",
"polarization_description": "Horizontal (H)",
"symbolrate_description": "4.543",
"fec_description": "3/4",
"tools_title": "Herramientas",
"button1_title": "Recepción Hispasat / Amazonas",
"button2_title": "Calculadora de interferencia solar",
"button3_title": "Apunta tu antena a hispasat",
"general_title": "Información general",
"paragraphs": {
"paragraph_1": "El satélite que se está utilizando para las transmisiones es el satélite Amazonas 3 de Hispasat, el cual está ubicado a 61° Oeste. Las transmisiones son realizadas en la Banda C.",
"paragraph_2": "Esta es la pisada del satélite en Banda C para las Américas (en dBW):",
"paragraph_3": "La gráfica para los diámetros de antena recomendados por Hispasat es la siguiente:",
"paragraph_4": "En las partes más débiles de la pisada (33-36 dBW), y para áreas donde otros impedimentos topográficos o de señales de otras transmisiones hagan más difícil la recepción de la señal, es recomendado tener antenas de 3 metros o de mayor tamaño.",
"paragraph_5": "Es importante recordar que a mayor tamaño de antena, mayor será la ganancia, y por consiguiente más segura será la recepción."
},
"sataudio": {
"title": "Audio Satelital",
"paragraph_1": "En el control de su receptor deben tener la opción de poder cambiar el canal stereo de audio que reciben. Los idiomas, según cada par, son los siguientes:",
"disclaimer": "Por el momento los idiomas estarán disponibles durante las transmisiones en vivo. Próximamente estaremos implementando las traducciones en la programación regular.",
"stereopair": "Par Stereo",
"channell": "Canal L (Izquierdo)",
"channelr": "Canal R (Derecho)",
"channel_data": {
"1l": "Español",
"1r": "Español",
"2l": "Ingles",
"2r": "Portugues",
"3l": "Frances",
"3r": "Kreyol",
"4l": "Kinyarwanda",
"4r": "Swahili",
"5l": "Kirundi"
}
}
},
"tab3": {
"tab_title": "Satélite Eutelsat",
"tunetitle": "Sintonizar",
"satelite_title": "Satélite:",
"frequency_title": "Frecuencia:",
"polarization_title": "Polarización:",
"symbolrate_title": "Symbol Rate:",
"fec_title": "FEC:",
"satelite_description": "Eutelsat 8 West B",
"frequency_description": "3986",
"polarization_description": "R",
"symbolrate_description": "4.543",
"fec_description": "3/4",
"general_title": "Información general",
"tools_title": "Herramientas",
"button1_title": "Calculadora Eutelsat",
"paragraphs": {
"paragraph_1": "Ya estamos realizando pruebas en el satélte Eutelsat 8 West B, en la posición 8° Oeste.",
"paragraph_2": "Es importante que tengan:",
"paragraph_3": "1. Antenas para banda C, con LNBs de polarización CIRCULAR. La recomendación es antenas de 3.0M o más. Mientras más grande la antena, mejor calidad de recepción se puede obtener.",
"paragraph_4": "2. Receptores FTA (free to air) compatibles con MPEG-4, con DVB-S2, y modulación 8PSK.",
"paragraph_5": "Pueden usar este enlace para calcular los datos de azimuto y elevación de la antena en su localización: https://www.eutelsat.com/deploy_SorbamLight/pages/azimuthElevation.do?action=init",
"paragraph_6": "Parámetros de recepción para nuestra prueba de señal:",
"paragraph_7": "Frecuencia: 3986",
"paragraph_8": "Symbol Rate: 4543",
"paragraph_9": "Polaridad: R",
"paragraph_10": "Cuando reciban la señal, por favor envíen un reporte incluyendo su localidad a: lgcctv!carpa.com"
},
"sataudio": {
"title": "Audio Satelital",
"paragraph_1": "En el control de su receptor deben tener la opción de poder cambiar el canal stereo de audio que reciben. Los idiomas, según cada par, son los siguientes:",
"disclaimer": "Por el momento los idiomas estarán disponibles durante las transmisiones en vivo. Próximamente estaremos implementando las traducciones en la programación regular.",
"stereopair": "Par Stereo",
"channell": "Canal L (Izquierdo)",
"channelr": "Canal R (Derecho)",
"channel_data": {
"1l": "Español",
"1r": "Español",
"2l": "Ingles",
"2r": "Portugues",
"3l": "Frances",
"3r": "Kreyol",
"4l": "Kinyarwanda",
"4r": "Swahili",
"5l": "Kirundi"
}
}
}
},
"social_networks": {
"network_1": {
"title": "Telegram",
"url": "https://t.me/gccinfo",
"icon": "fab fa-telegram",
"color": "#0088cc"
},
"network_2": {
"title": "YouTube",
"url": "https://www.youtube.com/user/grancarpacatedral",
"icon": "fab fa-youtube",
"color": "#ff0000"
},
"network_3": {
"title": "Facebook",
"url": "https://www.facebook.com/GCarpaCatedral",
"icon": "fab fa-facebook",
"color": "#3b5998"
},
"network_4": {
"title": "Instagram",
"url": "https://www.instagram.com/grancarpacatedral",
"icon": "fab fa-instagram",
"color": "#5851db"
},
"network_5": {
"title": "Twitter",
"url": "https://twitter.com/gcarpacatedral",
"icon": "fab fa-twitter",
"color": "#00acee"
}
},
"table": {
"day": "Día",
"date": "Fecha",
"activity": "Act.",
"title": "Título",
"city": "Ciudad",
"state": "Estado",
"country": "País",
"duration": "Duración"
},
"ui": {
"changeView": "Cambiar Vista",
"downloads": "Descargas",
"grid": "Rejilla",
"list": "Lista",
"table": "Tabla",
"timeline": "Linea de Tiempo",
"back": "Volver",
"filter": "Filtrar",
"dateFilter": "Por Fecha",
"countryFilter": "Por País",
"letterFilter": "Por Título",
"year": "Año",
"month": "Mes",
"country": "País",
"city": "Ciudad",
"all": "Todos",
"hitsPerPage": "Aciertos por página",
"results": "Resultados",
"library": "Biblioteca",
"openSidebar": "Expandir Mi Listado",
"closeSidebar": "Minimizar Mi Listado",
"openResults": "Expandir resultados",
"closeResults": "Minimizar resultados"
}
}

View File

@ -1,8 +1,243 @@
{
"Activities": {
"video": "Vidéo",
"audio": "Audio",
"book": "Livre",
"simple": "Simple"
}
"name": "Français",
"nav": {
"home": "Commencer",
"live": "En Direct",
"search": "Recherche",
"contact": "Contactez-nous",
"galleries": "Galeries",
"bible_studies": "Estudios Bíblicos",
"atividades": "Activities",
"actividades": "Activities",
"conferences": "Conférences",
"print": "Press",
"conferenceshistory": "Historique des conférences",
"donations": "Dons",
"bibleschool": "École biblique"
},
"footer": {
"more_galleries": "Voir plus de galeries",
"contact_us": "Contactez-nous",
"close": "Fermer"
},
"Live": {
"tab1": {
"tab_title": "Internet"
},
"tab2": {
"fec_title": "FEC:",
"tab_title": "Satellite Amazonas",
"tunetitle": "Écouter l'émission",
"paragraphs": {
"paragraph_1": "Le satellite utilisé pour les transmissions est le satellite Amazonas 3 de Hispasat, qui est situé à 61° Ouest. Les transmissions sont effectuées dans la bande C.",
"paragraph_2": "Voici l'empreinte du satellite dans la bande C pour les Amériques (en dBW) :",
"paragraph_3": "Le graphique pour les diamètres d'antenne recommandés par Hispasat est le suivant :",
"paragraph_4": "Dans les parties les plus faibles de l'empreinte (33-36 dBW), et dans les zones où d'autres obstacles topographiques ou d'autres transmissions rendent la réception du signal plus difficile, il est recommandé d'utiliser des antennes de 3 mètres ou plus.",
"paragraph_5": "Il est important de se rappeler que plus la taille de l'antenne est grande, plus le gain est élevé et donc plus la réception est fiable."
},
"tools_title": "Outils",
"button1_title": "Réception Hispasat / Amazonas",
"button2_title": "Calculateur d'interférences solaires",
"button3_title": "Orientez votre antenne vers Hispasat",
"general_title": "Informations générales sur Hispasat",
"satelite_title": "Satellite:",
"fec_description": "3/4",
"frequency_title": "Fréquence:",
"symbolrate_title": "Débit de symbole:",
"polarization_title": "Polarisation:",
"satelite_description": "Amazonas 3 61° Ouest",
"frequency_description": "4139.4",
"symbolrate_description": "4.543",
"polarization_description": "Horizontale (H)",
"sataudio": {
"title": "Satellite Audio",
"paragraph_1": "On the control of your receiver you should have the option to be able to change the stereo audio channel you receive. The languages, according to each pair, are as follows:",
"disclaimer": "For the moment the languages will be available during live broadcasts. We will be implementing the translations in the regular programming in the near future.",
"stereopair": "Stereo Pair",
"channell": "L (Left)",
"channelr": "R (Right)",
"channel_data": {
"1l": "Spanish",
"1r": "Spanish",
"2l": "English",
"2r": "Portuguese",
"3l": "French",
"3r": "Kreyol",
"4l": "Kinyarwanda",
"4r": "Swahili",
"5l": "Kirundi"
}
}
},
"tab3": {
"tab_title": "Satellite Eutelsat",
"tunetitle": "Écouter l'émission",
"frequency_title": "Fréquence:",
"symbolrate_title": "Débit de symbole:",
"polarization_title": "Polarisation:",
"fec_title": "FEC:",
"satelite_description": "Eutelsat 8 West B",
"frequency_description": "3986",
"polarization_description": "R",
"symbolrate_description": "4.543",
"fec_description": "3/4",
"general_title": "Informations générales sur Eutelsat",
"tools_title": "Outils",
"button1_title": "Calculateur Eutelsat",
"paragraphs": {
"paragraph_1": "We are already testing on the Eutelsat 8 West B satellite, at position 8° West.",
"paragraph_2": "It is important that you have:",
"paragraph_3": "1. C-band antennas, with CIRCULAR polarization LNBs. The recommendation is antennas of 3.0M or more. The larger the antenna, the better reception quality can be obtained.",
"paragraph_4": "2. FTA (free to air) receivers compatible with MPEG-4, with DVB-S2, and 8PSK modulation.",
"paragraph_5": "You can use this link to calculate the azimuth and elevation data of the antenna at your location: https://www.eutelsat.com/deploy_SorbamLight/pages/azimuthElevation.do?action=init",
"paragraph_6": "Reception parameters for our signal test:",
"paragraph_7": "Frequency: 3986",
"paragraph_8": "Symbol Rate: 4543",
"paragraph_9": "Polarity: R",
"paragraph_10": "When you receive the signal, please send a report including your location to: lgcctv!carpa.com"
},
"sataudio": {
"title": "Satellite Audio",
"paragraph_1": "On the control of your receiver you should have the option to be able to change the stereo audio channel you receive. The languages, according to each pair, are as follows:",
"disclaimer": "For the moment the languages will be available during live broadcasts. We will be implementing the translations in the regular programming in the near future.",
"stereopair": "Stereo Pair",
"channell": "L (Left)",
"channelr": "R (Right)",
"channel_data": {
"1l": "Spanish",
"1r": "Spanish",
"2l": "English",
"2r": "Portuguese",
"3l": "French",
"3r": "Kreyol",
"4l": "Kinyarwanda",
"4r": "Swahili",
"5l": "Kirundi"
}
}
},
"title": "En Direct"
},
"Index": {
"title": "Dernières conférences publiées"
},
"Search": {
"for": "recherche",
"city": "Ville",
"page": "Page",
"tab1": {
"tab_title": "Activites"
},
"tab2": {
"tab_title": "Conférences"
},
"index": "lgccc_vue",
"state": "État",
"title": "Recherche",
"filter": "Filtre",
"country": "Pays",
"placeholder": "Chercher...",
"hits_per_page": "frapper par page",
"hits_retrieved_in": "frapper récupérer dans"
},
"locale": {
"en": "English",
"es": "Español",
"fr": "Français",
"pt": "Português"
},
"Contact": {
"title": "Contactez-nous"
},
"Homepage": {
"extract": {
"p1": "\"Conscients que nous sommes dans le plus grand temps de tous les temps; le temps où Dieu accomplit au milieu de nous tout ce qui a été dit qui serait accompli, matérialisant, au milieu de lÉglise, en ce temps de la fin, dans une Grande Tente Cathédrale.",
"p2": "Tout, Dieu l'accomplit au pied de la lettre; car cest Sa Parole qui ne peut pas tomber en terre; mais cette Parole accomplit Ses dessein\".",
"p3": "",
"p4": "",
"p5": "",
"p6": "",
"p7": "",
"date": "",
"place": "",
"title": "",
"author": "Dr. José Benjamín Pérez"
},
"news": {
"p1": "Au nom de la Cathédrale de la Grande Tente, de son pasteur, le Dr José Benjamín Pérez Matos et de toute la congrégation de Cayey, Porto Rico, nous exprimons nos plus sincères condoléances à notre frère Joseph Branham et à toute la famille Branham pour le décès de notre frère Billy Paul. Branham. Nous savons que nous le reverrons très bientôt !",
"link": "https://branham.org/fr/articles/10192023_IHadADream",
"linktext": "Publication officielle sur branham.org"
}
},
"Yearlist": {
"title": "Par date"
},
"Galleries": {
"title": "Galeries"
},
"Detail": {
"related": "Étude connexe"
},
"Activities": {
"draft": "Projet",
"single_title": "Activite",
"title": "Activites",
"youtube": "Youtube",
"activity": "Publication",
"homepage": "Dernières activités",
"downloads": "Téléchargements",
"bible_study": "Étude biblique #",
"disclaimer1": "Ce texte est une transcription brute de cette étude et n'est pas destiné à être imprimé ou publié.",
"disclaimer2": "Lorsque le texte final sera disponible pour l'impression et la publication, cette clause de non-responsabilité sera supprimée de cette page.",
"translations": "Traductions"
},
"Conferences": {
"book": "livre",
"epub": "ePub",
"audio": "l'audio",
"links": "Liens",
"single_title": "Conférence",
"title": "Conférences",
"video": "Vidéo",
"latest": " - Dernière",
"simple": "Simple",
"youtube": "Youtube",
"activity": "Activité",
"duration": "Durée",
"homepage": "Dernières Conférences",
"downloads": "Téléchargements",
"translations": "Traductions",
"transcription": "Texte"
},
"LocaleSwitcher": {
"switchLocale": "Idioma: FR"
},
"table": {
"day": "Jour",
"date": "Date",
"activity": "Act.",
"title": "Titre",
"city": "Ville",
"state": "État",
"country": "Pays",
"duration": "Durée"
},
"ui": {
"downloads": "Téléchargements",
"grid": "Grille",
"list": "Liste",
"table": "Tableau",
"timeline": "Linea de Tiempo",
"back": "Retour",
"filter": "Filtre",
"dateFilter": "Par Date",
"countryFilter": "Par Pays",
"letterFilter": "Par Titre",
"year": "Année",
"month": "Mois",
"country": "Pays",
"city": "Ville",
"all": "Tous",
"hitsPerPage": "Résultats par page",
}
}

View File

@ -1,8 +1,244 @@
{
"Activities": {
"video": "Vídeo",
"audio": "Áudio",
"book": "Livro",
"simple": "Simples"
}
"name": "Português",
"nav": {
"home": "Inicio",
"live": "Ao vivo",
"search": "Buscar",
"contact": "Contate-nos",
"galleries": "Galerias",
"bible_studies": "Estudios Bíblicos",
"atividades": "Atividades",
"actividades": "Atividades",
"conferences": "Conferências",
"print": "Gráfica",
"conferenceshistory": "História das conferências",
"donations": "Doações",
"bibleschool": "Escola Bíblica"
},
"footer": {
"more_galleries": "Veja mais galerias",
"contact_us": "Contate-nos",
"close": "Fechar"
},
"Live": {
"tab1": {
"tab_title": "Internet"
},
"tab2": {
"tab_title": "Satélite Amazonas",
"tunetitle": "Sintonizar",
"satelite_title": "Satélite:",
"frequency_title": "Frecuencia:",
"polarization_title": "Polarización:",
"symbolrate_title": "Symbol Rate:",
"fec_title": "FEC:",
"satelite_description": "Amazonas 3 61° Oeste",
"frequency_description": "4139.4",
"polarization_description": "Horizontal (H)",
"symbolrate_description": "4.543",
"fec_description": "3/4",
"tools_title": "Ferramentas",
"button1_title": "Recepção Hispasat / Amazonas",
"button2_title": "Calculadora de interferência solar",
"button3_title": "Aponte a sua antena para o hispasat",
"general_title": "Informações gerais",
"paragraphs": {
"paragraph_1": "O satélite utilizado para as transmissões é o satélite Amazonas 3 da Hispasat, situado a 61° Oeste. As transmissões são efectuadas em Banda C.",
"paragraph_2": "Este é o footprint do satélite na Banda C para as Américas (em dBW):",
"paragraph_3": "O gráfico para os diâmetros de antena recomendados pela Hispasat é o seguinte:",
"paragraph_4": "Nas partes mais fracas da área de cobertura (33-36 dBW), e para áreas onde outros impedimentos topográficos ou de sinal de outras transmissões tornam a recepção do sinal mais difícil, recomenda-se ter antenas de 3 metros ou maiores.",
"paragraph_5": "É importante lembrar que quanto maior for o tamanho da antena, maior será o ganho e, portanto, mais fiável será a recepção."
},
"sataudio": {
"title": "Audio Satelital",
"paragraph_1": "No controle do seu receptor devem ter a opção de alterar o canal estéreo do audio que recebem. Os idiomas, de acordo com cada par, são os seguintes:",
"disclaimer": "Pelo momento, as línguas estarão disponíveis só durante as transmissões ao vivo. Estaremos implementando as traduções na programação regular em um futuro próximo.",
"stereopair": "Par Estéreo",
"channell": "L (Esquerdo)",
"channelr": "R (Direito)",
"channel_data": {
"1l": "Espanhol",
"1r": "Espanhol",
"2l": "Inglês",
"2r": "Português",
"3l": "Crioulo",
"3r": "Crioulo",
"4l": "Kinyarwanda",
"4r": "Suaíli",
"5l": "Kirundi"
}
}
},
"tab3": {
"tab_title": "Satélite Eutelsat",
"tunetitle": "Sintonizar",
"satelite_title": "Satélite:",
"frequency_title": "Frequência:",
"polarization_title": "Polarização:",
"symbolrate_title": "Symbol Rate:",
"fec_title": "FEC:",
"satelite_description": "Eutelsat 8 West B",
"frequency_description": "3986",
"polarization_description": "R",
"symbolrate_description": "4.543",
"fec_description": "3/4",
"general_title": "Informações gerais",
"tools_title": "Ferramentas",
"button1_title": "Calculadora Eutelsat",
"paragraphs": {
"paragraph_1": "Já estamos realizando testes no satélite Eutelsat 8 West B, na posição 8° Leste.",
"paragraph_2": "É importante que tenham:",
"paragraph_3": "1. As antenas para banda C, com LNBs de polarização CIRCULAR. A recomendação é antenas de 3.0M ou a mais. Quanto maior a antena, melhor qualidade de recepção se poderá obter.",
"paragraph_4": "2. Receptores FTA (Free to air) compatíveis com MPEG-4, com DVB-S2, e modulação 8PSK.",
"paragraph_5": "Podem usar este link para calcular os dados de azimuto e elevação da antena na sua localização: https://www.eutelsat.com/deploy_SorbamLight/pages/azimuthElevation.do?action=init",
"paragraph_6": "Parâmetros de recepção para nosso teste de sinal:",
"paragraph_7": "Frequência: 3986",
"paragraph_8": "Symbol Rate: 4543",
"paragraph_9": "Polaridade: R",
"paragraph_10": "Quando vocês recebam o sinal, por gentileza enviem reporte incluindo a sua localidade ao email: lgcctv!carpa.com"
},
"sataudio": {
"title": "Audio Satelital",
"stereopair": "Par Stereo",
"paragraph_1": "No controle do seu receptor devem ter a opção de alterar o canal estéreo do audio que recebem. Os idiomas, de acordo com cada par, são os seguintes:",
"disclaimer": "Pelo momento, as línguas estarão disponíveis só durante as transmissões ao vivo. Estaremos implementando as traduções na programação regular em um futuro próximo.",
"channell": "Canal L (Esquerdo)",
"channelr": "Canal R (Direito)",
"channel_data": {
"1l": "Espanhol",
"1r": "Espanhol",
"2l": "Inglês",
"2r": "Português",
"3l": "Crioulo",
"3r": "Crioulo",
"4l": "Kinyarwanda",
"4r": "Suaíli",
"5l": "Kirundi"
}
}
},
"title": "Ao Vivo"
},
"Index": {
"title": "Últimas conferências publicadas"
},
"Search": {
"for": "Para",
"city": "Cidade",
"page": "Página",
"tab1": {
"tab_title": "Atividades"
},
"tab2": {
"tab_title": "Conferências"
},
"index": "lgccc_vue",
"state": "Estado",
"title": "Buscar",
"filter": "Filtro",
"country": "País",
"placeholder": "Digite para pesquisar...",
"hits_per_page": "Resultados por página",
"hits_retrieved_in": "Resultados recuperados em"
},
"locale": {
"en": "English",
"es": "Español",
"fr": "Français",
"pt": "Português"
},
"Contact": {
"title": "Contate-nos"
},
"Homepage": {
"extract": {
"p1": "\"Conscientes de que estamos no tempo maior de todos os tempos; o tempo onde Deus está cumprindo no meio de todos nós tudo o que foi falado que estaria se cumprindo, materializando, no meio da Igreja, neste tempo final, em uma Grande Carpa Catedral.",
"p2": "Tudo Deus o está cumprindo ao pé da letra; porque é Sua Palavra a que não pode cair em terra; mas que essa Palavra faz aquilo para o qual foi enviada\".",
"p3": "",
"p4": "",
"p5": "",
"p6": "",
"p7": "",
"date": "",
"place": "",
"title": "",
"author": "Dr. José Benjamín Pérez"
},
"news": {
"p1": "Da parte de A Grande Carpa Catedral, seu pastor, o Dr. José Benjamín Pérez Matos e toda a congregação de Cayey, Porto Rico, expressamos nossas mais sinceras condolências ao nostro irmão José Branham e a toda a família Branham pela partida de nosso irmão Billy Paul Branham. Sabemos que muito em breve o veremos novamente!",
"link": "https://branham.org/pt/articles/10192023_IHadADream",
"linktext": "Publicación oficial en branham.org"
}
},
"Yearlist": {
"title": "Por data"
},
"Galleries": {
"title": "Galerias"
},
"Detail": {
"related": "Estudo relacionado"
},
"Activities": {
"draft": "Rascunho",
"single_title": "Atividad",
"title": "Atividades",
"youtube": "Youtube",
"activity": "Publicação",
"homepage": "Últimas atividades",
"downloads": "Transferências",
"bible_study": "Estudo Bíblico #",
"disclaimer1": "Este texto é uma transcrição rudimentar deste Estudo e não deve ser impresso ou publicado.",
"disclaimer2": "Assim que o texto final estiver pronto para impressão e publicação, este esclarecimento será retirado desta página atual.",
"translations": "Traduções"
},
"Conferences": {
"book": "Livro",
"epub": "ePub",
"audio": "áudio",
"links": "Links",
"single_title": "Conferencia",
"title": "Conferências",
"video": "Vídeo",
"latest": " - Mais recente",
"simple": "Simples",
"youtube": "Youtube",
"activity": "Atividade",
"duration": "Duração",
"homepage": "Últimas conferências",
"downloads": "Transferências",
"translations": "Traduções",
"transcription": "Transcrição"
},
"LocaleSwitcher": {
"switchLocale": "Idioma: PT"
},
"table": {
"day": "Dia",
"date": "Data",
"activity": "Ati.",
"title": "Título",
"city": "Cidade",
"state": "Estado",
"country": "País",
"duration": "Duração"
},
"ui": {
"downloads":"Transferências",
"grid": "Grade",
"list": "Lista",
"table": "Tabela",
"timeline": "Linea de Tiempo",
"filter": "Filtro",
"back": "Retornar",
"dateFilter": "Por Data",
"countryFilter": "Por País",
"letterFilter": "Por Título",
"year": "Ano",
"month": "Mês",
"country": "País",
"city": "Cidade",
"all": "Todos",
"hitsPerPage": "Resultados por página",
}
}

View File

@ -1,8 +0,0 @@
export default defineI18nLocale(() => ({
Activities: {
video: 'Video',
audio: 'Audio',
book: 'Booklet',
simple: 'Simple'
}
}))

View File

@ -1,8 +0,0 @@
export default defineI18nLocale(() => ({
Activities: {
video: 'Video',
audio: 'Audio',
book: 'Folleto',
simple: 'Simple'
}
}))

View File

@ -1,8 +0,0 @@
export default defineI18nLocale(() => ({
Activities: {
video: 'Vidéo',
audio: 'Audio',
book: 'Brochure',
simple: 'Simple'
}
}))

View File

@ -1,8 +0,0 @@
export default defineI18nLocale(() => ({
Activities: {
video: 'Vídeo',
audio: 'Áudio',
book: 'Folheto',
simple: 'Simples'
}
}))

View File

@ -36,20 +36,41 @@ export default defineNuxtConfig({
},
i18n: {
restructureDir: false,
langDir: '../locales/',
locales: [
{ code: 'es', language: 'es-PR', name: 'Español', flag: '🇵🇷', file: 'es.ts' },
{ code: 'en', language: 'en-US', name: 'English', flag: '🇺🇸', file: 'en.ts' },
{ code: 'fr', language: 'fr-FR', name: 'Français', flag: '🇫🇷', file: 'fr.ts' },
{ code: 'pt', language: 'pt-BR', name: 'Português', flag: '🇧🇷', file: 'pt.ts' }
],
defaultLocale: 'es',
strategy: 'prefix',
detectBrowserLanguage: {
useCookie: true,
cookieKey: 'i18n_redirected',
redirectOn: 'root'
}
}
locales: [{
code: "es",
name: "Español",
language: "es-PR",
file: "es.json",
icon: 'i-circle-flags:es',
},
{
code: "en",
name: "English",
language: "en-US",
file: "en.json",
icon: 'i-circle-flags:en',
},
{
code: "fr",
name: "Francois",
language: "fr-FR",
file: "fr.json",
icon: 'i-circle-flags:fr',
},
{
code: "pt",
name: "Portugues",
language: "pt-BR",
file: "pt.json",
icon: 'i-circle-flags:br',
}],
lazy: true,
langDir: '../lang/',
strategy: "prefix",
defaultLocale: "es",
detectBrowserLanguage: false,
//skipSettingLocaleOnNavigate: true
//vueI18n: "./i18n.config.ts",
},
})

33
public/logo.svg Normal file
View File

@ -0,0 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="230px" height="43px" viewBox="0 0 227 43" version="1.1">
<g id="surface1">
<path style=" stroke:none;fill-rule:evenodd;fill:rgb(92.941176%,10.980392%,14.117647%);fill-opacity:1;" d="M 88.472656 25.492188 C 79.652344 22.367188 63.421875 23.441406 59.117188 25.472656 C 77.457031 13.191406 100.925781 2.789062 128.515625 0.34375 C 134.09375 -0.0976562 141.601562 -0.144531 148.871094 0.402344 C 183.085938 2.96875 210.519531 21.003906 226.96875 43 C 211.910156 29.101562 187.027344 10.214844 147.359375 10.214844 C 116.78125 10.214844 93.78125 22.441406 88.472656 25.492188 Z M 88.472656 25.492188 "/>
<path style=" stroke:none;fill-rule:evenodd;fill:rgb(17.647059%,30.588235%,63.529412%);fill-opacity:1;" d="M 29.234375 25.472656 C 20.65625 22.078125 4.144531 23.65625 0.199219 25.417969 C 22.53125 9.53125 54.453125 -1.191406 101.210938 0.511719 C 57.046875 3.617188 32.789062 23.152344 29.234375 25.472656 Z M 29.234375 25.472656 "/>
<path style=" stroke:none;fill-rule:evenodd;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 59.117188 25.535156 C 50.535156 22.140625 33.179688 23.710938 29.234375 25.472656 C 51.570312 9.585938 79.882812 -2.050781 128.960938 0.472656 C 94.257812 2.949219 69.058594 19.316406 59.117188 25.535156 Z M 59.117188 25.535156 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 0.03125 27.792969 L 2.445312 27.792969 L 2.445312 35.066406 C 2.445312 35.597656 2.527344 36.039062 2.691406 36.390625 C 2.851562 36.742188 3.074219 37.027344 3.355469 37.242188 C 3.636719 37.457031 3.96875 37.605469 4.34375 37.699219 C 4.726562 37.792969 5.128906 37.835938 5.550781 37.835938 L 8.65625 37.835938 L 8.65625 39.914062 L 5.550781 39.914062 C 4.792969 39.914062 4.078125 39.835938 3.410156 39.671875 C 2.746094 39.511719 2.160156 39.238281 1.660156 38.855469 C 1.160156 38.476562 0.761719 37.976562 0.46875 37.359375 C 0.175781 36.742188 0.03125 35.976562 0.03125 35.066406 Z M 0.03125 27.792969 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 12.164062 31.273438 L 14.019531 31.273438 L 17.855469 39.914062 L 15.9375 39.914062 L 15.210938 38.1875 L 10.972656 38.1875 L 10.246094 39.914062 L 8.324219 39.914062 Z M 14.585938 36.707031 L 13.085938 33.175781 L 11.597656 36.707031 Z M 14.585938 36.707031 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 66.410156 39.53125 C 65.785156 39.316406 65.234375 38.972656 64.761719 38.5 C 64.289062 38.027344 63.917969 37.40625 63.648438 36.632812 C 63.378906 35.859375 63.246094 34.914062 63.246094 33.789062 C 63.246094 32.671875 63.378906 31.726562 63.648438 30.949219 C 63.921875 30.175781 64.292969 29.550781 64.761719 29.082031 C 65.234375 28.605469 65.78125 28.261719 66.410156 28.050781 C 67.035156 27.835938 67.707031 27.730469 68.417969 27.730469 L 72.90625 27.730469 L 72.90625 29.808594 L 68.765625 29.808594 C 68.339844 29.808594 67.9375 29.871094 67.558594 29.996094 C 67.175781 30.121094 66.847656 30.339844 66.566406 30.644531 C 66.285156 30.949219 66.0625 31.355469 65.902344 31.867188 C 65.742188 32.375 65.660156 33.015625 65.660156 33.789062 C 65.660156 34.558594 65.738281 35.203125 65.902344 35.707031 C 66.0625 36.214844 66.285156 36.621094 66.566406 36.929688 C 66.847656 37.234375 67.179688 37.453125 67.558594 37.578125 C 67.9375 37.707031 68.339844 37.765625 68.765625 37.765625 L 72.90625 37.765625 L 72.90625 39.84375 L 68.417969 39.84375 C 67.707031 39.851562 67.035156 39.746094 66.410156 39.53125 Z M 66.410156 39.53125 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 77.234375 30.476562 L 79.25 30.476562 L 83.414062 39.851562 L 81.332031 39.851562 L 80.546875 37.976562 L 75.941406 37.976562 L 75.15625 39.851562 L 73.070312 39.851562 Z M 79.863281 36.367188 L 78.238281 32.539062 L 76.625 36.367188 Z M 79.863281 36.367188 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 83.609375 30.476562 L 89.148438 30.476562 C 89.554688 30.476562 89.941406 30.527344 90.308594 30.625 C 90.671875 30.726562 90.992188 30.882812 91.269531 31.101562 C 91.542969 31.320312 91.761719 31.609375 91.917969 31.96875 C 92.074219 32.332031 92.152344 32.769531 92.152344 33.289062 C 92.152344 33.742188 92.097656 34.136719 91.992188 34.472656 C 91.886719 34.808594 91.734375 35.09375 91.542969 35.324219 C 91.351562 35.554688 91.125 35.738281 90.863281 35.871094 C 90.601562 36.007812 90.316406 36.101562 90.015625 36.167969 L 92.136719 39.847656 L 89.976562 39.847656 L 88 36.234375 L 85.480469 36.234375 L 85.480469 39.851562 L 83.609375 39.851562 Z M 89.148438 34.628906 C 89.457031 34.628906 89.726562 34.53125 89.949219 34.339844 C 90.171875 34.148438 90.28125 33.796875 90.28125 33.289062 C 90.28125 32.839844 90.171875 32.527344 89.949219 32.351562 C 89.726562 32.171875 89.460938 32.085938 89.148438 32.085938 L 85.480469 32.085938 L 85.480469 34.632812 L 89.148438 34.632812 Z M 89.148438 34.628906 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 93.21875 30.476562 L 98.621094 30.476562 C 99.046875 30.476562 99.449219 30.53125 99.835938 30.640625 C 100.21875 30.746094 100.550781 30.921875 100.835938 31.160156 C 101.117188 31.402344 101.34375 31.71875 101.507812 32.113281 C 101.671875 32.507812 101.753906 32.988281 101.753906 33.558594 C 101.753906 34.175781 101.671875 34.6875 101.507812 35.097656 C 101.34375 35.507812 101.117188 35.839844 100.835938 36.089844 C 100.550781 36.339844 100.214844 36.515625 99.835938 36.617188 C 99.449219 36.722656 99.046875 36.773438 98.621094 36.773438 L 95.082031 36.773438 L 95.082031 39.855469 L 93.214844 39.855469 L 93.214844 30.476562 Z M 98.621094 35.164062 C 98.789062 35.164062 98.953125 35.136719 99.105469 35.082031 C 99.261719 35.027344 99.398438 34.941406 99.511719 34.824219 C 99.625 34.703125 99.71875 34.542969 99.785156 34.335938 C 99.851562 34.128906 99.886719 33.871094 99.886719 33.558594 C 99.886719 33.023438 99.761719 32.644531 99.511719 32.421875 C 99.261719 32.195312 98.964844 32.089844 98.617188 32.089844 L 95.082031 32.089844 L 95.082031 35.167969 L 98.621094 35.167969 Z M 98.621094 35.164062 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 104.8125 30.476562 L 106.828125 30.476562 L 110.992188 39.851562 L 108.910156 39.851562 L 108.125 37.976562 L 103.519531 37.976562 L 102.734375 39.851562 L 100.652344 39.851562 Z M 107.441406 36.367188 L 105.816406 32.539062 L 104.203125 36.367188 Z M 107.441406 36.367188 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 116.734375 39.636719 C 116.109375 39.421875 115.558594 39.078125 115.085938 38.605469 C 114.613281 38.132812 114.242188 37.511719 113.972656 36.738281 C 113.703125 35.964844 113.570312 35.019531 113.570312 33.898438 C 113.570312 32.777344 113.703125 31.832031 113.972656 31.054688 C 114.246094 30.28125 114.617188 29.65625 115.085938 29.1875 C 115.558594 28.710938 116.105469 28.367188 116.734375 28.15625 C 117.359375 27.941406 118.03125 27.835938 118.746094 27.835938 L 123.230469 27.835938 L 123.230469 29.914062 L 119.089844 29.914062 C 118.664062 29.914062 118.261719 29.976562 117.882812 30.101562 C 117.5 30.230469 117.171875 30.445312 116.886719 30.75 C 116.605469 31.054688 116.382812 31.460938 116.222656 31.972656 C 116.0625 32.480469 115.980469 33.121094 115.980469 33.894531 C 115.980469 34.667969 116.0625 35.308594 116.222656 35.8125 C 116.382812 36.320312 116.605469 36.726562 116.886719 37.035156 C 117.167969 37.339844 117.5 37.558594 117.882812 37.683594 C 118.261719 37.8125 118.664062 37.871094 119.089844 37.871094 L 123.230469 37.871094 L 123.230469 39.949219 L 118.746094 39.949219 C 118.027344 39.957031 117.359375 39.851562 116.734375 39.636719 Z M 116.734375 39.636719 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 127.554688 30.585938 L 129.570312 30.585938 L 133.734375 39.957031 L 131.652344 39.957031 L 130.867188 38.082031 L 126.261719 38.082031 L 125.476562 39.957031 L 123.394531 39.957031 Z M 130.183594 36.476562 L 128.558594 32.644531 L 126.945312 36.476562 Z M 130.183594 36.476562 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 135.292969 32.191406 L 131.957031 32.191406 L 131.957031 30.585938 L 140.496094 30.585938 L 140.496094 32.191406 L 137.164062 32.191406 L 137.164062 39.957031 L 135.292969 39.957031 Z M 135.292969 32.191406 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 142.957031 39.710938 C 142.472656 39.546875 142.046875 39.28125 141.683594 38.910156 C 141.320312 38.546875 141.03125 38.066406 140.824219 37.464844 C 140.617188 36.867188 140.511719 36.132812 140.511719 35.269531 C 140.511719 34.402344 140.617188 33.671875 140.824219 33.074219 C 141.03125 32.472656 141.320312 31.992188 141.683594 31.625 C 142.046875 31.261719 142.472656 30.996094 142.957031 30.832031 C 143.441406 30.664062 143.960938 30.585938 144.511719 30.585938 L 147.984375 30.585938 L 147.984375 32.191406 L 144.78125 32.191406 C 144.488281 32.191406 144.214844 32.230469 143.953125 32.304688 C 143.695312 32.382812 143.460938 32.507812 143.253906 32.679688 C 143.046875 32.855469 142.867188 33.089844 142.722656 33.378906 C 142.574219 33.667969 142.476562 34.03125 142.421875 34.46875 L 147.984375 34.46875 L 147.984375 36.074219 L 142.421875 36.074219 C 142.476562 36.511719 142.574219 36.875 142.722656 37.164062 C 142.867188 37.457031 143.046875 37.6875 143.253906 37.859375 C 143.460938 38.03125 143.695312 38.15625 143.953125 38.234375 C 144.214844 38.3125 144.488281 38.347656 144.78125 38.347656 L 147.984375 38.347656 L 147.984375 39.953125 L 144.511719 39.953125 C 143.960938 39.957031 143.441406 39.875 142.957031 39.710938 Z M 142.957031 39.710938 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 149.25 30.585938 L 153.789062 30.585938 C 154.339844 30.585938 154.859375 30.667969 155.34375 30.832031 C 155.828125 30.996094 156.253906 31.261719 156.617188 31.625 C 156.984375 31.992188 157.269531 32.476562 157.476562 33.074219 C 157.6875 33.671875 157.792969 34.402344 157.792969 35.269531 C 157.792969 36.132812 157.6875 36.867188 157.476562 37.464844 C 157.265625 38.066406 156.984375 38.546875 156.617188 38.910156 C 156.253906 39.277344 155.828125 39.542969 155.34375 39.710938 C 154.859375 39.875 154.339844 39.957031 153.789062 39.957031 L 149.25 39.957031 Z M 153.519531 38.351562 C 153.847656 38.351562 154.160156 38.300781 154.453125 38.203125 C 154.746094 38.105469 155.003906 37.9375 155.21875 37.699219 C 155.4375 37.460938 155.609375 37.148438 155.734375 36.757812 C 155.859375 36.367188 155.917969 35.867188 155.917969 35.269531 C 155.917969 34.667969 155.855469 34.175781 155.734375 33.78125 C 155.609375 33.390625 155.4375 33.074219 155.21875 32.839844 C 155.003906 32.601562 154.746094 32.433594 154.453125 32.335938 C 154.160156 32.234375 153.847656 32.1875 153.519531 32.1875 L 151.117188 32.1875 L 151.117188 38.347656 L 153.519531 38.347656 Z M 153.519531 38.351562 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 158.65625 30.585938 L 164.195312 30.585938 C 164.601562 30.585938 164.988281 30.632812 165.351562 30.730469 C 165.71875 30.832031 166.035156 30.988281 166.316406 31.207031 C 166.589844 31.425781 166.808594 31.714844 166.964844 32.074219 C 167.121094 32.4375 167.195312 32.875 167.195312 33.394531 C 167.195312 33.847656 167.140625 34.242188 167.035156 34.578125 C 166.929688 34.914062 166.78125 35.199219 166.589844 35.429688 C 166.398438 35.660156 166.171875 35.84375 165.910156 35.976562 C 165.648438 36.113281 165.363281 36.207031 165.0625 36.273438 L 167.183594 39.953125 L 165.019531 39.953125 L 163.046875 36.335938 L 160.527344 36.335938 L 160.527344 39.953125 L 158.65625 39.953125 Z M 164.195312 34.734375 C 164.503906 34.734375 164.773438 34.636719 164.996094 34.445312 C 165.21875 34.253906 165.328125 33.902344 165.328125 33.394531 C 165.328125 32.949219 165.214844 32.632812 164.996094 32.457031 C 164.773438 32.277344 164.507812 32.191406 164.195312 32.191406 L 160.527344 32.191406 L 160.527344 34.738281 L 164.195312 34.738281 Z M 164.195312 34.734375 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 171.359375 30.585938 L 173.375 30.585938 L 177.539062 39.957031 L 175.457031 39.957031 L 174.667969 38.082031 L 170.066406 38.082031 L 169.28125 39.957031 L 167.199219 39.957031 Z M 173.984375 36.476562 L 172.359375 32.644531 L 170.746094 36.476562 Z M 173.984375 36.476562 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 177.601562 30.585938 L 179.472656 30.585938 L 179.472656 36.207031 C 179.472656 36.617188 179.535156 36.960938 179.660156 37.230469 C 179.785156 37.503906 179.957031 37.722656 180.175781 37.890625 C 180.390625 38.054688 180.648438 38.171875 180.941406 38.246094 C 181.234375 38.316406 181.542969 38.351562 181.875 38.351562 L 184.277344 38.351562 L 184.277344 39.957031 L 181.875 39.957031 C 181.285156 39.957031 180.734375 39.894531 180.21875 39.769531 C 179.699219 39.644531 179.25 39.4375 178.863281 39.140625 C 178.476562 38.847656 178.171875 38.460938 177.945312 37.984375 C 177.71875 37.507812 177.601562 36.917969 177.601562 36.210938 Z M 177.601562 30.585938 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 191.242188 38.832031 C 190.949219 38.730469 190.695312 38.570312 190.476562 38.351562 C 190.257812 38.128906 190.085938 37.839844 189.960938 37.476562 C 189.835938 37.121094 189.769531 36.675781 189.769531 36.152344 C 189.769531 35.632812 189.835938 35.191406 189.960938 34.828125 C 190.085938 34.46875 190.257812 34.179688 190.476562 33.957031 C 190.699219 33.734375 190.953125 33.574219 191.242188 33.476562 C 191.535156 33.378906 191.847656 33.324219 192.179688 33.324219 L 194.269531 33.324219 L 194.269531 34.292969 L 192.339844 34.292969 C 192.140625 34.292969 191.953125 34.324219 191.777344 34.382812 C 191.601562 34.441406 191.445312 34.542969 191.3125 34.683594 C 191.183594 34.828125 191.082031 35.019531 191.003906 35.253906 C 190.925781 35.488281 190.890625 35.789062 190.890625 36.148438 C 190.890625 36.507812 190.929688 36.804688 191.003906 37.042969 C 191.078125 37.28125 191.183594 37.46875 191.3125 37.609375 C 191.445312 37.75 191.597656 37.851562 191.777344 37.910156 C 191.953125 37.96875 192.140625 38 192.339844 38 L 194.269531 38 L 194.269531 38.96875 L 192.179688 38.96875 C 191.847656 38.980469 191.539062 38.929688 191.242188 38.832031 Z M 191.242188 38.832031 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 194.914062 36.15625 C 194.914062 35.617188 194.984375 35.152344 195.128906 34.777344 C 195.269531 34.402344 195.464844 34.097656 195.710938 33.867188 C 195.957031 33.636719 196.246094 33.46875 196.578125 33.367188 C 196.910156 33.265625 197.269531 33.214844 197.648438 33.214844 C 198.019531 33.214844 198.371094 33.265625 198.703125 33.367188 C 199.035156 33.46875 199.328125 33.636719 199.574219 33.867188 C 199.824219 34.097656 200.023438 34.402344 200.167969 34.777344 C 200.3125 35.152344 200.382812 35.617188 200.382812 36.15625 C 200.382812 36.699219 200.3125 37.160156 200.167969 37.535156 C 200.023438 37.910156 199.824219 38.214844 199.574219 38.445312 C 199.328125 38.675781 199.035156 38.84375 198.703125 38.945312 C 198.371094 39.050781 198.019531 39.101562 197.648438 39.101562 C 197.269531 39.101562 196.910156 39.050781 196.578125 38.945312 C 196.246094 38.84375 195.957031 38.675781 195.710938 38.445312 C 195.464844 38.214844 195.269531 37.910156 195.128906 37.535156 C 194.984375 37.160156 194.914062 36.699219 194.914062 36.15625 Z M 197.648438 38.132812 C 197.871094 38.132812 198.078125 38.101562 198.273438 38.039062 C 198.46875 37.980469 198.636719 37.871094 198.785156 37.722656 C 198.929688 37.570312 199.042969 37.371094 199.128906 37.113281 C 199.214844 36.855469 199.257812 36.539062 199.257812 36.15625 C 199.257812 35.777344 199.214844 35.453125 199.128906 35.203125 C 199.042969 34.949219 198.925781 34.742188 198.785156 34.59375 C 198.640625 34.441406 198.46875 34.335938 198.273438 34.273438 C 198.078125 34.214844 197.871094 34.183594 197.648438 34.183594 C 197.421875 34.183594 197.214844 34.214844 197.015625 34.273438 C 196.820312 34.335938 196.648438 34.441406 196.503906 34.59375 C 196.363281 34.742188 196.246094 34.945312 196.164062 35.203125 C 196.082031 35.457031 196.039062 35.777344 196.039062 36.15625 C 196.039062 36.539062 196.082031 36.859375 196.164062 37.113281 C 196.246094 37.371094 196.363281 37.570312 196.503906 37.722656 C 196.648438 37.871094 196.820312 37.980469 197.015625 38.039062 C 197.210938 38.105469 197.421875 38.132812 197.648438 38.132812 Z M 197.648438 38.132812 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 201.105469 33.332031 L 204.441406 33.332031 C 204.6875 33.332031 204.921875 33.359375 205.140625 33.421875 C 205.363281 33.480469 205.554688 33.574219 205.71875 33.707031 C 205.886719 33.839844 206.015625 34.015625 206.109375 34.234375 C 206.203125 34.453125 206.25 34.71875 206.25 35.027344 C 206.25 35.304688 206.21875 35.542969 206.152344 35.742188 C 206.089844 35.945312 206 36.117188 205.886719 36.257812 C 205.769531 36.398438 205.632812 36.507812 205.476562 36.585938 C 205.316406 36.667969 205.148438 36.726562 204.964844 36.761719 L 206.242188 38.980469 L 204.941406 38.980469 L 203.75 36.804688 L 202.230469 36.804688 L 202.230469 38.980469 L 201.105469 38.980469 Z M 204.441406 35.832031 C 204.628906 35.832031 204.789062 35.777344 204.925781 35.660156 C 205.058594 35.542969 205.125 35.332031 205.125 35.023438 C 205.125 34.757812 205.058594 34.566406 204.925781 34.460938 C 204.789062 34.355469 204.628906 34.300781 204.441406 34.300781 L 202.230469 34.300781 L 202.230469 35.832031 Z M 204.441406 35.832031 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 207.097656 33.332031 L 210.351562 33.332031 C 210.609375 33.332031 210.851562 33.363281 211.082031 33.429688 C 211.3125 33.492188 211.515625 33.597656 211.6875 33.742188 C 211.859375 33.886719 211.992188 34.078125 212.09375 34.316406 C 212.191406 34.554688 212.242188 34.84375 212.242188 35.1875 C 212.242188 35.5625 212.191406 35.867188 212.09375 36.117188 C 211.992188 36.363281 211.859375 36.5625 211.6875 36.710938 C 211.515625 36.863281 211.3125 36.96875 211.082031 37.03125 C 210.851562 37.089844 210.609375 37.121094 210.351562 37.121094 L 208.222656 37.121094 L 208.222656 38.980469 L 207.097656 38.980469 Z M 210.351562 36.15625 C 210.453125 36.15625 210.554688 36.140625 210.644531 36.109375 C 210.738281 36.078125 210.820312 36.027344 210.890625 35.953125 C 210.960938 35.878906 211.015625 35.78125 211.058594 35.65625 C 211.097656 35.53125 211.117188 35.378906 211.117188 35.1875 C 211.117188 34.863281 211.042969 34.636719 210.890625 34.503906 C 210.742188 34.367188 210.5625 34.300781 210.351562 34.300781 L 208.222656 34.300781 L 208.222656 36.15625 Z M 210.351562 36.15625 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 210.5625 38.113281 L 211.84375 38.113281 L 211.84375 39.398438 L 210.5625 39.398438 Z M 210.5625 38.113281 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 23.472656 39.613281 C 22.847656 39.398438 22.296875 39.054688 21.824219 38.585938 C 21.351562 38.109375 20.980469 37.488281 20.710938 36.714844 C 20.441406 35.941406 20.304688 34.996094 20.304688 33.875 C 20.304688 32.753906 20.441406 31.808594 20.710938 31.03125 C 20.984375 30.261719 21.355469 29.636719 21.824219 29.164062 C 22.296875 28.6875 22.84375 28.347656 23.472656 28.132812 C 24.097656 27.917969 24.769531 27.8125 25.480469 27.8125 L 31.347656 27.8125 L 31.347656 29.890625 L 25.828125 29.890625 C 25.40625 29.890625 25.003906 29.957031 24.621094 30.082031 C 24.242188 30.207031 23.914062 30.425781 23.632812 30.726562 C 23.351562 31.03125 23.128906 31.441406 22.96875 31.949219 C 22.808594 32.457031 22.722656 33.097656 22.722656 33.871094 C 22.722656 34.644531 22.804688 35.285156 22.96875 35.792969 C 23.128906 36.296875 23.351562 36.707031 23.632812 37.011719 C 23.914062 37.316406 24.246094 37.535156 24.621094 37.660156 C 25.003906 37.789062 25.40625 37.851562 25.828125 37.851562 L 28.933594 37.851562 L 28.933594 34.90625 L 26.519531 34.90625 L 26.519531 32.828125 L 31.351562 32.828125 L 31.351562 39.929688 L 25.484375 39.929688 C 24.769531 39.933594 24.101562 39.824219 23.472656 39.613281 Z M 23.472656 39.613281 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 32.730469 30.820312 L 38.113281 30.820312 C 38.511719 30.820312 38.886719 30.871094 39.242188 30.964844 C 39.597656 31.0625 39.90625 31.214844 40.175781 31.425781 C 40.441406 31.640625 40.652344 31.921875 40.804688 32.273438 C 40.953125 32.625 41.03125 33.054688 41.03125 33.558594 C 41.03125 34 40.980469 34.382812 40.875 34.707031 C 40.773438 35.03125 40.625 35.308594 40.441406 35.535156 C 40.253906 35.757812 40.035156 35.9375 39.777344 36.066406 C 39.523438 36.199219 39.25 36.292969 38.953125 36.351562 L 41.019531 39.933594 L 38.914062 39.933594 L 36.996094 36.421875 L 34.546875 36.421875 L 34.546875 39.933594 L 32.730469 39.933594 Z M 38.113281 34.855469 C 38.417969 34.855469 38.675781 34.761719 38.894531 34.578125 C 39.109375 34.390625 39.214844 34.050781 39.214844 33.554688 C 39.214844 33.121094 39.109375 32.816406 38.894531 32.644531 C 38.675781 32.46875 38.417969 32.382812 38.113281 32.382812 L 34.546875 32.382812 L 34.546875 34.855469 Z M 38.113281 34.855469 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 45.078125 30.820312 L 47.035156 30.820312 L 51.085938 39.933594 L 49.0625 39.933594 L 48.296875 38.113281 L 43.820312 38.113281 L 43.054688 39.933594 L 41.03125 39.933594 Z M 47.632812 36.546875 L 46.054688 32.824219 L 44.484375 36.546875 Z M 47.632812 36.546875 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 51.28125 30.820312 L 53.613281 30.820312 L 57.246094 37.449219 L 57.246094 30.820312 L 59.0625 30.820312 L 59.0625 39.933594 L 56.726562 39.933594 L 53.09375 33.304688 L 53.09375 39.933594 L 51.28125 39.933594 Z M 51.28125 30.820312 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 186.085938 41.8125 L 186.085938 40.605469 L 185.371094 40.605469 L 185.371094 39 L 186.90625 39 L 186.90625 40.164062 C 186.90625 40.515625 186.839844 40.824219 186.707031 41.082031 C 186.578125 41.34375 186.371094 41.589844 186.085938 41.8125 Z M 186.085938 41.8125 "/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 22 KiB