Přeskočit na obsah

Modul:VCard/i18n

Z Wikicest

Dokumentaci tohoto modulu lze vytvořit na stránce Modul:VCard/i18n/Dokumentace

-- kopie z německých wikicest (https://de.wikivoyage.org/w/index.php?title=Modul:VCard/i18n&oldid=1646481)
-- copy from dewikivoyage (https://de.wikivoyage.org/w/index.php?title=Modul:VCard/i18n&oldid=1646481)
-- 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-10-06',
		item   = 65455749
	},

	p = {
		address         = { 'address', 'adresa' },
		addressLang     = { 'address-lang', 'jazyk adresy' },
		addressLocal    = { 'address-local', 'adresa lokálně', 'místní adresa'  },
		alt             = 'alt',
		auto            = 'auto',
		before          = { 'before', 'předtím' },
		checkin         = { 'checkin', 'check in' },
		checkout        = { 'checkout', 'check out' },
		comment         = { 'comment', 'komentář' },
		commonscat      = { 'commonscat', 'commons' }, --funguje s chybami
		copyMarker      = { 'copy-marker', 'marker-copy' },
		country         = { 'country', 'země', 'stát' },
		description     = { 'description', 'content', 'popis' },
		directions      = { 'directions', 'směr' },
		directionsLocal = { 'directions-local', 'směr lokálně', 'směr místní' },
		email           = { 'email', 'e-mail' },
		facebook        = 'facebook',
		fax             = 'fax',
		flickr          = 'flickr',
		group           = { 'group', 'skupina' },
		hours           = { 'hours', 'otevírací doba', 'otevřeno', 'hodiny' },
		id              = 'id',
		image           = { 'image', 'obrázek' },
		instagram       = 'instagram',
		lastedit        = { 'lastedit', 'last_edit', 'poslední editace', 'aktualizováno' },
		lat             = { 'lat', 'latitude', 'coord', 1, 'zeměpisná šířka', 'šířka'},
		long            = { 'long', 'lon', 'longitude', 2, 'zeměpisná délka', 'délka'},
		mapGroup        = { 'map-group', 'skupina mapy', },
		mobile          = { 'mobile', 'mobil' },
		name            = { 'name', 'název' },
--		nameExtra       = { 'name-extra', 'název extra' },
		nameLatin       = { 'name-latin', 'název latinkou' },
		nameLocal       = { 'name-local', 'název lokálně', 'místní název' },
		nameMap         = { 'name-map', 'název mapy' },
		payment         = { 'payment', 'platba' },
		phone           = { 'phone', 'telefon' },
		price           = { 'price', 'cena' },
		sectionFrom     = { 'section-from', 'výběr' },
		show            = { 'show', 'zobrazit' },
		skype           = 'skype',
		status          = 'status',
		styles          = { 'styles', 'styly' },
		subtype         = { 'subtype', 'subtypes', 'subtyp', 'podtyp' },
		tiktok          = 'tiktok',
		tollfree        = { 'tollfree', 'zdarma', 'bezplatně' },
		twitter         = { 'twitter', 'x' },
		type            = { 'type', 'types', 'typ', 'typy' },
		url             = { 'url', 'web' },
		wikidata        = { 'wikidata', 'Wikidata', 'wd', 'd' },
		wikipedia       = { 'wikipedia', 'wikipedie' },-- deprecated --funguje s chybami
		youtube         = 'youtube',
		zoom            = 'zoom',

		date            = { 'date', 'datum' }, -- for events
		month           = { 'month', 'měsíc' },
		year            = { 'year', 'rok' },
		endDate         = { 'enddate', 'konec datum' },
		endMonth        = { 'endmonth', 'konec měsíc' },
		endYear         = { 'endyear', 'konec rok' },
		frequency       = { 'frequency', 'frekvence' },
		location        = { 'location', 'místo', 'lokace' },
	},

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