Modul:VCard/i18n

Aus skandinavien-wiki.net
< Modul:VCard
Version vom 19. Januar 2023, 14:53 Uhr von Xineohp1506 (Diskussion | Beiträge) (1 Version von wikivoyage:Modul:VCard/i18n importiert)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)

Die Dokumentation für dieses Modul kann unter Modul:VCard/i18n/doc erstellt werden

-- 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 = '2022-06-05',
		item   = 65455749
	},

	p = {
		address         = 'address',
		addressLang     = 'address-lang',
		addressLocal    = 'address-local',
		alt             = 'alt',
		auto            = 'auto',
		before          = 'before',
		checkin         = 'checkin',
		checkout        = 'checkout',
		comment         = 'comment',
		commonscat      = 'commonscat',
		copyMarker      = { 'copy-marker', 'marker-copy' },
		country         = 'country',
		description     = { 'description', 'content' },
		directions      = 'directions',
		directionsLocal = 'directions-local',
		email           = 'email',
		facebook        = 'facebook',
		fax             = 'fax',
		flickr          = 'flickr',
		group           = 'group',
		hours           = 'hours',
		image           = 'image',
		instagram       = 'instagram',
		lastedit        = 'lastedit',
		lat             = { 'lat', 'coord' },
		long            = { 'long', 'lon' },
		mapGroup        = 'map-group',
		mobile          = 'mobile',
		name            = 'name',
--		nameExtra       = 'name-extra',
		nameLatin       = 'name-latin',
		nameLocal       = 'name-local',
		payment         = 'payment',
		phone           = 'phone',
		price           = 'price',
		show            = 'show',
		skype           = 'skype',
		status          = 'status',
		styles          = 'styles',
		subtype         = 'subtype',
		tollfree        = 'tollfree',
		twitter         = 'twitter',
		type            = 'type',
		url             = 'url',
		wikidata        = 'wikidata',
--		wikipedia       = 'wikipedia', -- deprecated
		youtube         = 'youtube',
		zoom            = 'zoom',

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