Módulo:VCard/i18n

De Wikiviajes, la guía libre de viajes
Icono de documentación de módulo Documentación del módulo[ver] [editar] [historial] [purgar]

Version check

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

Uso

This module contains the internationalisation for the module VCard.
Esta documentación está transcluida desde Módulo:VCard/i18n/doc.
Los editores pueden experimentar en la zona de pruebas (crear) y en los casos de prueba (crear) del módulo.
Por favor, añade las categorías en la subpágina de documentación. Subpáginas de este módulo.

-- 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 = '2023-10-08',
		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', 'coord' },
		long            = { 'long', 'lon' },
		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' },
		show            = 'show',
		skype           = 'skype',
		status          = 'status',
		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' }
	}
}