Saltu al enhavo

Modulo:VCard/i18n

El Vikivojaĝo

Versiokontrolo

[redakti]

Versionomo en Vikidatumoj: 2026-01-03 Ok!


-- 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 = '2026-01-03',
		item   = 65455749
	},

	p = {
		address         = { 'address', 'adreso' },
		addressLang     = {'address-lang', 'lingvo-de-adreso'},
		addressLocal    = {'address-local', 'adreso-loka'},
		alt             = {'alt', 'kaŝnomo'},
		auto            = {'auto', 'aŭtomato'},
		before          = {'before', 'antaŭ'},
		checkin         = {'checkin', 'enregistriĝo'},
		checkout        = {'checkout', 'elregistriĝo'},
		comment         = { 'comment', 'komento' },
		commonscat      = {'commonscat', 'komunejo', 'komuneja-kategorio'},
		copyMarker      = { 'copy-marker', 'marker-copy' },
		country         = {'country', 'lando'},
		description     = { 'description', 'content', 'priskribo' },
		directions      = {'directions', 'direkto'},
		directionsLocal = {'directions-local', 'direkto-loka'},
		email           = {'email', 'retadreso'},
		facebook        = {'facebook', 'fejsbuko'},
		fax             = {'fax', 'faksiladreso'},
		flickr          = 'flickr',
		group           = {'group', 'grupo'},
		googlemaps      = { 'google-map', 'google-maps' },
		hours           = {'hours', 'horoj'},
		id              = 'id',
		image           = {'image', 'bildo'},
		instagram       = 'instagram',
		lastedit        = 'lastedit',
		lat             = { 'lat', 'latitude', 'coord' },
		localLang       = {'local-lang', 'loka-lingvo'},
		long            = { 'long', 'lon', 'longitude' },
		mapGroup        = {'map-group', 'mapa-grupo'},
		mobile          = {'mobile', 'poŝtelefono'},
		name            = { 'name', 'nomo' },
--		nameExtra       = 'name-extra',
		nameLatin       = {'name-latin', 'nomo-latina'},
		nameLocal       = {'name-local', 'nomo-loka'},
		nameMap         = {'name-map', 'nomo-mapa'},
		payment         = {'payment', 'pago'},
		phone           = {'phone', 'telefono'},
		price           = {'price', 'prezo'},
		sectionFrom     = {'section-from', 'sekcio-el'},
		show            = {'show', 'montri'},
		status          = {'status', 'stato'},
		styles          = {'styles', 'stilo'},
		subtype         = { 'subtype', 'subtypes' },
		tollfree        = 'tollfree',
		type            = { 'type', 'types', 'tipo' },
		url             = 'url',
		wikidata        = {'wikidata', 'vikidatumoj'},
--		wikipedia       = 'wikipedia', -- deprecated
		x               = { 'x', 'twitter' },
		youtube         = {'youtube', 'Jutubo'},
		zoom            = {'zoom', 'zomado'},

		date            = 'date', -- for events
		month           = 'month',
		year            = 'year',
		endDate         = 'enddate',
		endMonth        = 'endmonth',
		endYear         = 'endyear',
		frequency       = 'frequency',
		location        = 'location'
	},

	-- 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
	}
}