[editar] [purgar]

Documentación del módulo

Version check

Designación de la versión en Wikidata: 2025-03-13 Contra Este módulo está desactualizado/obsoleto

Uso

This module contains the internationalisation for the module VCard.
Esta documentación es transcluida desde Módulo:VCard/i18n/doc.
Los editores pueden experimentar en la zona de pruebas de la plantilla.
Por favor, añade las categorías a la subpágina de documentación. Subpáginas de esta plantilla.

-- This module contains wiki-language specific strings to translate. -- First table contains the arguments' parameter names, the second -- one data name for the wrapping listing tag.  -- The following table is used for template's parameter localization. -- The item value like 'address-lang' is the parameter name used in the template. -- The key/index is used by the Marker module. Use value strings for localization.  return { 	-- administration 	moduleInterface = { 		suite  = 'vCard', 		sub    = 'i18n', 		serial = '2024-03-29', 		item   = 65455749 	},  	p = { 		address         = { 'address', 'dirección' }, 		addressLang     = { 'address-lang', 'dirección_lenguaje' }, 		addressLocal    = { 'address-local', 'dirección_local' }, 		alt             = 'alt', 		auto            = 'auto', 		before          = { 'before', 'bandera' }, 		checkin         = { 'checkin', 'hora_entrada' }, 		checkout        = { 'checkout', 'hora_salida' }, 		comment         = { 'comment', 'comentario' }, 		commonscat      = 'commonscat', 		copyMarker      = { 'copy-marker', 'marker-copy' }, 		country         = { 'country', 'país' }, 		description     = { 'description', 'content', 'descripción' }, 		directions      = { 'directions', 'indicaciones' }, 		directionsLocal = 'directions-local', 		email           = 'email', 		facebook        = 'facebook', 		fax             = 'fax', 		flickr          = 'flickr', 		group           = { 'group', 'grupo' }, 		hours           = { 'hours', 'horario' }, 		image           = { 'image', 'imagen' }, 		instagram       = 'instagram', 		lastedit        = 'lastedit', 		lat             = { 'lat', 'latitud', 'coord' }, 		long            = { 'long', 'lon', 'longitud' }, 		mapGroup        = { 'map-group', 'mapa-grupo' }, 		mobile          = { 'mobile', 'móvil' }, 		name            = { 'name', 'nombre' }, --		nameExtra       = { 'name-extra', 'nombre-extra' }, 		nameLatin       = { 'name-latin', 'nombre-latin' }, 		nameLocal       = { 'name-local', 'nombre-local' }, 		nameMap         = { 'name-map', 'nombre-mapa' }, 		payment         = { 'payment', 'pago' }, 		phone           = { 'phone', 'tlf', 'teléfono' }, 		price           = { 'price', 'precio' }, 		sectionFrom     = 'section-from', 		show            = 'show', 		skype           = 'skype', 		status          = 'status', 		styles          = 'styles', 		subtype         = { 'subtype', 'subtypes', 'estrellas' }, 		tiktok          = 'tiktok', 		tollfree        = { 'tollfree', 'tlf_gratuito' }, 		twitter         = { 'twitter', 'x' }, 		type            = { 'type', 'types', 'tipo' }, 		url             = 'url', 		wikidata        = 'wikidata', 		wikipedia       = 'wikipedia', -- deprecated 		youtube         = 'youtube', 		zoom            = 'zoom',  		date            = { 'startdate', 'fechainicio' }, -- for events 		month           = { 'month', 'mes' }, 		year            = { 'year', 'año' }, 		endDate         = { 'enddate', 'fechafin' }, 		endMonth        = { 'endmonth', 'mesfin' }, 		endYear         = { 'endyear', 'añofin' }, 		frequency       = { 'frequency', 'frecuencia' }, 		location        = { 'location', 'ubicación' } 	},  	-- additional vCard options 	options = { 		defaultAuto   = true,  -- vCard default auto mode 		defaultShow   = 'poi', 		lasteditHours = true, 		showIata      = true,  -- possible values true, false 		showIcao      = true, 		showUnesco    = true, 		useMobile     = true   -- distinguish landline and mobile phones 	} }