Module:Version Info/i18n

From Ylvapedia

Documentation for this module may be created at Module:Version Info/i18n/doc

--使用する言語を追加してください。各言語のテンプレートを作成し、各言語の言語コードを指定することで以下を呼び出せます。
--Add the languages you wish to use. By creating a template for each language and specifying the language code for each language, you can call the following
return {
	['JA'] = {
		['BlankValue'] = '空白値',
		['titleVtype'] = 'バージョンの種類',
		['titleReleaseData'] = 'リリース日',
		['previous'] = '前',
		['next'] = '次',
		['linkChangelog'] = '[[Elin:更新履歴|更新履歴]]',
		['linkAllVersions'] = '[[:Category:Elin バージョン|全てのバージョン]]',
		['category'] = '[[Category:Elin バージョン]][[Category:JA]]',
		['navtitleVersions'] = 'バージョン',
		['navtitleEA'] = 'アーリーアクセス',
		['navtitleEApre'] = 'アーリーアクセス プレリリース',
		['navtitleAlpha'] = 'アルファ',
		['navtitleBeta'] = 'ベータ',
		['tabletitleNotes'] = '備考',
		['titleRecentupdates'] = '最近のバージョン',
		['linkChangelog2'] = '[[Elin:更新履歴|...その他の履歴]]',
		['Introduced'] = '導入',
		['Introduced2'] = '導入。',
		['Revision'] = '修正',
		['stable'] = '安定版',
	},
--English was used with a translation tool. Please correct the text if you are concerned about it.
	['EN'] = {
		['BlankValue'] = 'Blank',
		['titleVtype'] = 'Varsion type',
		['titleReleaseData'] = 'Release data',
		['previous'] = 'Previous',
		['next'] = 'Next',
		['linkChangelog'] = '[[Elin:Changelog|Changelog]]',
		['linkAllVersions'] = '[[:Category:Elin Versions|All versions]]',
		['category'] = '[[Category:Elin Versions]][[Category:EN]]',
		['navtitleVersions'] = 'Versions',
		['navtitleEA'] = 'Early access',
		['navtitleEApre'] = 'Early access prerelease',
		['navtitleAlpha'] = 'Alpha',
		['navtitleBeta'] = 'Beta',
		['tabletitleNotes'] = 'Notes',
		['titleRecentupdates'] = 'Recent updates',
		['linkChangelog2'] = '[[Elin:Changelog|...More Changelogs]]',
		['Introduced'] = 'Introduced',
		['Introduced2'] = 'Introduced.',
		['Revision'] = 'Revision',
		['stable'] = 'Stable',
	},
}