mirror of
https://github.com/pmoreno-rodriguez/grav-theme-future2021.git
synced 2025-06-07 20:08:54 +00:00
Portfolio translations updated
This commit is contained in:
parent
0a7e7a835b
commit
876d28581c
1 changed files with 243 additions and 30 deletions
273
languages.yaml
273
languages.yaml
|
@ -85,6 +85,9 @@ en:
|
|||
BLOG_CONTENT_ITEMS_PAGINATION: Show Pagination
|
||||
BLOG_CONTENT_ITEMS_SIDEBAR: Show Sidebar
|
||||
BLOG_CONTENT_ITEMS_URL_TAXONOMY_FILTERS: URL Taxonomy Filters
|
||||
BLOG_CONTENT_SHAREICONS_TITLE: Social Media Icons
|
||||
BLOG_CONTENT_SHAREICONS: Select Social Media Icons
|
||||
BLOG_CONTENT_SHAREICONS_HELP: Select which social media icons you want to display on articles
|
||||
ITEM:
|
||||
ITEM_TAB: Blog Item
|
||||
ITEM_OPTIONS: Options
|
||||
|
@ -99,16 +102,85 @@ en:
|
|||
ITEM_SUBTITLE: Subtitle
|
||||
ITEM_AVATAR: Avatar Image
|
||||
PORTFOLIO:
|
||||
PORTFOLIO_TAB: Portfolio
|
||||
PORTFOLIO_TITLE: Portfolio Images
|
||||
PORTFOLIO_LAYOUT: Layout
|
||||
PORTFOLIO_LAYOUT_TWOCOLS: Medium = 2 / 1 columns
|
||||
PORTOFOLIO_LAYOUT_THREECOLS: Standard = 3 / 2 / 1 columns
|
||||
PORTFOLIO_IMAGES: Images
|
||||
PORTFOLIO_IMAGE: Image
|
||||
PORTFOLIO_IMAGE_TITLE: Title
|
||||
PORTFOLIO_IMAGE_DESCRIPTION: Description
|
||||
PORTFOLIO_IMAGE_THUMB: Thumbnails
|
||||
TAB: Portfolio
|
||||
TITLE: Portfolio Images
|
||||
LAYOUT:
|
||||
LABEL: Layout
|
||||
TWOCOLS: Medium = 2 / 1 columns
|
||||
THREECOLS: Standard = 3 / 2 / 1 columas
|
||||
THUMB_WIDTH: Thumbnail Width
|
||||
THUMB_WIDTH_HELP: Set width for thumbnails
|
||||
THUMB_HEIGHT: Thumbnail Height
|
||||
THUMB_HEIGHT_HELP: Set height for thumbnails
|
||||
IMAGES:
|
||||
LABEL: Images
|
||||
IMAGE: Image
|
||||
IMAGE_TITLE: Title
|
||||
IMAGE_DESCRIPTION: Description
|
||||
DESCPOSITION:
|
||||
LABEL: Description position
|
||||
HELP: Global position for slides description, you can define a specific position on each slide (bottom, top, left, right)
|
||||
BOTTOM: Bottom
|
||||
TOP: Top
|
||||
LEFT: Left
|
||||
RIGHT: Right
|
||||
IMAGE_THUMB: Thumbnail
|
||||
OPTIONS:
|
||||
TAB: Portfolio Options
|
||||
EFFECTS_TITLE: Appearance & Effects
|
||||
ACTIONS_TITLE: Actions
|
||||
STYLING_TITLE: Styling
|
||||
BEHAVIOR_TITLE: Behaviors
|
||||
OPEN_EFFECT:
|
||||
LABEL: Open Effect
|
||||
ZOOM: Zoom
|
||||
FADE: Fade
|
||||
NONE: None
|
||||
CLOSE_EFFECT:
|
||||
LABEL: Close Effect
|
||||
ZOOM: Zoom
|
||||
FADE: Fade
|
||||
NONE: None
|
||||
SLIDE_EFFECT:
|
||||
LABEL: Slide Effect
|
||||
SLIDE: Slide
|
||||
ZOOM: Zoom
|
||||
FADE: Fade
|
||||
NONE: None
|
||||
MORE_TEXT: More Text
|
||||
MORE_TEXT_HELP: More text for descriptions on mobile devices.
|
||||
MORE_LENGTH: More Length
|
||||
MORE_LENGTH_HELP: Number of characters to display on the description before adding the moreText link (only for mobiles), if 0 it will display the entire description.
|
||||
CLOSE_BUTTON: Close Button
|
||||
CLOSE_BUTTON_HELP: Show or hide the close button
|
||||
TOUCH_NAVIGATION: Touch Navigation
|
||||
TOUCH_NAVIGATION_HELP: Enable or disable the touch navigation (swipe)
|
||||
TOUCH_AXIS: Touch Follow Axis
|
||||
TOUCH_AXIS_HELP: Image follow axis when dragging on mobile.
|
||||
KEYBOARD: Keyboard Navigation
|
||||
KEYBOARD_HELP: Enable or disable the keyboard navigation
|
||||
CLOSE_OUTSIDE: Close with Outside Click
|
||||
CLOSE_OUTSIDE_HELP: Close the lightbox when clicking outside the active slide.
|
||||
MORE_STARTAT: 'Start At:'
|
||||
MORE_STARTAT_HELP: Start lightbox at defined index (0 is the first slide)
|
||||
WIDTH: Width
|
||||
WIDTH_HELP: 'Default width for inline elements and iframes, you can define a specific size on each slide. You can use any unit for example 90% or 100vw for full width'
|
||||
HEIGHT: Height
|
||||
HEIGHT_HELP: 'Default height for inline elements and iframes, you can define a specific size on each slide.You can use any unit for example 90% or 100vh For inline elements you can set the height to auto'
|
||||
LOOP: Loop
|
||||
LOOP_HELP: Loop slides on end
|
||||
ZOOMABLE: Zoomable
|
||||
ZOOMABLE_HELP: Enable or disable zoomable images you can also use `data-zoomable="false"` on individual nodes.
|
||||
DRAGGABLE: Draggable
|
||||
DRAGGABLE_HELP: Enable or disable mouse drag to go prev and next slide (only images and inline content), you can also use `data-draggable="false"` on individual nodes.
|
||||
DRAGGABLE_X: Drag Tolerance X
|
||||
DRAGGABLE_X_HELP: Used with draggable. Number of pixels the user has to drag to go to prev or next slide.
|
||||
DRAGGABLE_Y: Drag Tolerance Y
|
||||
DRAGGABLE_Y_HELP: Used with draggable. Number of pixels the user has to drag up or down to close the lightbox (Set 0 to disable vertical drag).
|
||||
DRAG_AUTO_SNAP: Drag Auto-Snap
|
||||
DRAG_AUTO_SNAP_HELP: If true the slide will automatically change to prev/next or close if dragToleranceX or dragToleranceY is reached, otherwise it will wait till the mouse is released.
|
||||
PRELOAD: Preload
|
||||
PRELOAD_HELP: Enable or disable preloading.
|
||||
|
||||
BLOG:
|
||||
LISTING_TITLE_CATEGORY: 'Posts in Category: '
|
||||
|
@ -248,16 +320,85 @@ de:
|
|||
ITEM_SUBTITLE: Untertitel
|
||||
ITEM_AVATAR: Avatar-Bild
|
||||
PORTFOLIO:
|
||||
PORTFOLIO_TAB: Portfolio
|
||||
PORTFOLIO_TITLE: Portfolio-Bild
|
||||
PORTFOLIO_LAYOUT: Layout
|
||||
PORTFOLIO_LAYOUT_TWOCOLS: Mittel = 2 / 1 Spalten
|
||||
PORTOFOLIO_LAYOUT_THREECOLS: Standard = 3 / 2 / 1 Spalten
|
||||
PORTFOLIO_IMAGES: Bilder
|
||||
PORTFOLIO_IMAGE: Bild
|
||||
PORTFOLIO_IMAGE_TITLE: Titel
|
||||
PORTFOLIO_IMAGE_DESCRIPTION: Beschreibung
|
||||
PORTFOLIO_IMAGE_THUMB: Miniaturansicht
|
||||
TAB: Portfolio
|
||||
TITLE: Portfolio-Bild
|
||||
LAYOUT:
|
||||
LABEL: Layout
|
||||
TWOCOLS: Mittel = 2 / 1 Spalten
|
||||
THREECOLS: Standard = 3 / 2 / 1 Spalten
|
||||
THUMB_WIDTH:
|
||||
THUMB_WIDTH_HELP:
|
||||
THUMB_HEIGHT:
|
||||
THUMB_HEIGHT_HELP:
|
||||
IMAGES:
|
||||
LABEL: Bilder
|
||||
IMAGE: Bild
|
||||
IMAGE_TITLE: Titel
|
||||
IMAGE_DESCRIPTION: Beschreibung
|
||||
DESCPOSITION:
|
||||
LABEL:
|
||||
HELP:
|
||||
BOTTOM:
|
||||
TOP:
|
||||
LEFT:
|
||||
RIGHT:
|
||||
IMAGE_THUMB:
|
||||
OPTIONS:
|
||||
TAB:
|
||||
EFFECTS_TITLE:
|
||||
ACTIONS_TITLE:
|
||||
STYLING_TITLE:
|
||||
BEHAVIOR_TITLE:
|
||||
OPEN_EFFECT:
|
||||
LABEL:
|
||||
ZOOM:
|
||||
FADE:
|
||||
NONE:
|
||||
CLOSE_EFFECT:
|
||||
LABEL:
|
||||
ZOOM:
|
||||
FADE:
|
||||
NONE:
|
||||
SLIDE_EFFECT:
|
||||
LABEL:
|
||||
SLIDE:
|
||||
ZOOM:
|
||||
FADE:
|
||||
NONE:
|
||||
MORE_TEXT:
|
||||
MORE_TEXT_HELP:
|
||||
MORE_LENGTH:
|
||||
MORE_LENGTH_HELP:
|
||||
CLOSE_BUTTON:
|
||||
CLOSE_BUTTON_HELP:
|
||||
TOUCH_NAVIGATION:
|
||||
TOUCH_NAVIGATION_HELP:
|
||||
TOUCH_AXIS:
|
||||
TOUCH_AXIS_HELP:
|
||||
KEYBOARD:
|
||||
KEYBOARD_HELP:
|
||||
CLOSE_OUTSIDE:
|
||||
CLOSE_OUTSIDE_HELP:
|
||||
MORE_STARTAT:
|
||||
MORE_STARTAT_HELP:
|
||||
WIDTH:
|
||||
WIDTH_HELP:
|
||||
HEIGHT:
|
||||
HEIGHT_HELP:
|
||||
LOOP:
|
||||
LOOP_HELP:
|
||||
ZOOMABLE:
|
||||
ZOOMABLE_HELP:
|
||||
DRAGGABLE:
|
||||
DRAGGABLE_HELP:
|
||||
DRAGGABLE_X:
|
||||
DRAGGABLE_X_HELP:
|
||||
DRAGGABLE_Y:
|
||||
DRAGGABLE_Y_HELP:
|
||||
DRAG_AUTO_SNAP:
|
||||
DRAG_AUTO_SNAP_HELP:
|
||||
PRELOAD:
|
||||
PRELOAD_HELP:
|
||||
|
||||
BLOG:
|
||||
LISTING_TITLE_CATEGORY: 'Beiträge in der Kategorie: '
|
||||
|
@ -369,6 +510,9 @@ es:
|
|||
BLOG_CONTENT_ITEMS_PAGINATION: Mostrar Paginación
|
||||
BLOG_CONTENT_ITEMS_SIDEBAR: Mostrar Barra Lateral
|
||||
BLOG_CONTENT_ITEMS_URL_TAXONOMY_FILTERS: Filtros de taxonomía por URL
|
||||
BLOG_CONTENT_SHAREICONS_TITLE: Iconos de Redes Sociales
|
||||
BLOG_CONTENT_SHAREICONS: Mostrar iconos de Redes Sociales
|
||||
BLOG_CONTENT_SHAREICONS_HELP: Seleccione qué iconos de redes sociales desea mostrar en los artículos
|
||||
ITEM:
|
||||
ITEM_TAB: Artículo de Blog
|
||||
ITEM_OPTIONS: Opciones
|
||||
|
@ -383,16 +527,85 @@ es:
|
|||
ITEM_SUBTITLE: Subtítulo
|
||||
ITEM_AVATAR: Imagen de Avatar
|
||||
PORTFOLIO:
|
||||
PORTFOLIO_TAB: Portafolio
|
||||
PORTFOLIO_TITLE: Imágenes de Portafolio
|
||||
PORTFOLIO_LAYOUT: Diseño
|
||||
PORTFOLIO_LAYOUT_TWOCOLS: Medio = 2 / 1 columnas
|
||||
PORTOFOLIO_LAYOUT_THREECOLS: Estándar = 3 / 2 / 1 columnas
|
||||
PORTFOLIO_IMAGES: Imágenes
|
||||
PORTFOLIO_IMAGE: Imagen
|
||||
PORTFOLIO_IMAGE_TITLE: Título
|
||||
PORTFOLIO_IMAGE_DESCRIPTION: Descripción
|
||||
PORTFOLIO_IMAGE_THUMB: Miniatura
|
||||
TAB: Portafolio
|
||||
TITLE: Imágenes de Portafolio
|
||||
LAYOUT:
|
||||
LABEL: Diseño
|
||||
TWOCOLS: Medio = 2 / 1 columnas
|
||||
THREECOLS: Estándar = 3 / 2 / 1 columnas
|
||||
THUMB_WIDTH: Ancho de Minitaura
|
||||
THUMB_WIDTH_HELP: Fije el ancho para las miniaturas
|
||||
THUMB_HEIGHT: Alto de Miniatura
|
||||
THUMB_HEIGHT_HELP: Fije el alto para las miniaturas
|
||||
IMAGES:
|
||||
LABEL: Imágenes
|
||||
IMAGE: Imagen
|
||||
IMAGE_TITLE: Título
|
||||
IMAGE_DESCRIPTION: Descripción
|
||||
DESCPOSITION:
|
||||
LABEL: Posición de Descripción
|
||||
HELP: Posición global para la descripción de las diapositivas, puede definir una posición específica en cada diapositiva (inferior, superior, izquierda, derecha).
|
||||
BOTTOM: Abajo
|
||||
TOP: Arriba
|
||||
LEFT: Izquierda
|
||||
RIGHT: Derecha
|
||||
IMAGE_THUMB: Miniatura
|
||||
OPTIONS:
|
||||
TAB: Opciones Portafolio
|
||||
EFFECTS_TITLE: Apariencia y efectos
|
||||
ACTIONS_TITLE: Acciones
|
||||
STYLING_TITLE: Estilos
|
||||
BEHAVIOR_TITLE: Comportamiento
|
||||
OPEN_EFFECT:
|
||||
LABEL: Efecto de apertura
|
||||
ZOOM: Zoom
|
||||
FADE: Desvanecer
|
||||
NONE: Ninguno
|
||||
CLOSE_EFFECT:
|
||||
LABEL: Efecto de cierre
|
||||
ZOOM: Zoom
|
||||
FADE: Desvanecimiento
|
||||
NONE: Ninguno
|
||||
SLIDE_EFFECT:
|
||||
LABEL: Efecto de diapositiva
|
||||
SLIDE: Deslizar
|
||||
ZOOM: Zoom
|
||||
FADE: Desvanecer
|
||||
NONE: Ninguno
|
||||
MORE_TEXT: Texto `Ver más`
|
||||
MORE_TEXT_HELP: Texto `Ver más` personalizado (para dispositivos móviles)
|
||||
MORE_LENGTH: Número de caracteres `Ver más`
|
||||
MORE_LENGTH_HELP: Número de caracteres a mostrar en la descripción antes de agregar el enlace `Ver más` (solo para móviles), si es 0 mostrará la descripción completa.
|
||||
CLOSE_BUTTON: Botón Cerrar
|
||||
CLOSE_BUTTON_HELP: Mostrar u ocultar el botón de cerrar
|
||||
TOUCH_NAVIGATION: Navegación táctil
|
||||
TOUCH_NAVIGATION_HELP: Activa o desactiva la navegación táctil (deslizar)
|
||||
TOUCH_AXIS: Seguir eje
|
||||
TOUCH_AXIS_HELP: La imagen sigue el eje cuando se arrastra en el móvil.
|
||||
KEYBOARD: Navegación con teclado
|
||||
KEYBOARD_HELP: Activa o desactiva la navegación por teclado
|
||||
CLOSE_OUTSIDE: Cerrar al pulsar fuera
|
||||
CLOSE_OUTSIDE_HELP: Cierra el cuadro de luz al hacer clic fuera de la diapositiva activa.
|
||||
MORE_STARTAT: 'Comenzar en:'
|
||||
MORE_STARTAT_HELP: Iniciar lightbox en el índice definido (0 es la primera diapositiva)
|
||||
WIDTH: Ancho
|
||||
WIDTH_HELP: 'Ancho predeterminado para elementos en línea e iframes, puede definir un tamaño específico en cada diapositiva. Puede usar cualquier unidad, por ejemplo, 90% o 100vw para ancho completo'
|
||||
HEIGHT: Alto
|
||||
HEIGHT_HELP: 'Altura predeterminada para elementos en línea e iframes, puede definir un tamaño específico en cada diapositiva. Puede usar cualquier unidad, por ejemplo, 90% o 100vh Para elementos en línea, puede establecer la altura en automático'
|
||||
LOOP: Bucle
|
||||
LOOP_HELP: Reproduce las diapositivas en bucle al llegar al final
|
||||
ZOOMABLE: Ampliable
|
||||
ZOOMABLE_HELP: Habilite o deshabilite las imágenes con zoom, también puede usar `data-zoomable="false"` en nodos individuales.
|
||||
DRAGGABLE: Arrastrable
|
||||
DRAGGABLE_HELP: Habilite o deshabilite el arrastre del mouse para ir a la diapositiva anterior y siguiente (solo imágenes y contenido en línea), también puede usar `data-draggable="false"` en nodos individuales.
|
||||
DRAGGABLE_X: Tolerancia de arrastre X
|
||||
DRAGGABLE_X_HELP: Usado con arrastrable. Número de píxeles que el usuario tiene que arrastrar para ir a la diapositiva anterior o siguiente.
|
||||
DRAGGABLE_Y: Tolerancia de arrastre Y
|
||||
DRAGGABLE_Y_HELP: Usado con arrastrable. Número de píxeles que el usuario tiene que arrastrar hacia arriba o hacia abajo para cerrar el cuadro de luz (establezca 0 para deshabilitar el arrastre vertical).
|
||||
DRAG_AUTO_SNAP: Arrastre automático
|
||||
DRAG_AUTO_SNAP_HELP: Si es verdadero, la diapositiva cambiará automáticamente a anterior/siguiente o se cerrará si se alcanza dragToleranceX o dragToleranceY; de lo contrario, esperará hasta que se suelte el mouse.
|
||||
PRELOAD: Precarga
|
||||
PRELOAD_HELP: Activa o desactiva la precarga.
|
||||
|
||||
BLOG:
|
||||
LISTING_TITLE_CATEGORY: 'Publicaciones en la categoría: '
|
||||
|
|
Loading…
Add table
Reference in a new issue