i18n: Changed English (UK) into a main language rather than a fun language (#299)

* i18n: changed English (UK) to main language rather than fun

* i18n English (UK): changed Equalizer to Equaliser

* i18n English (UK): credited Core

* i18n English (UK): updated authors
This commit is contained in:
inalone 2022-02-01 22:54:39 +00:00 committed by GitHub
parent 4963636055
commit f90ac51c58
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,10 +1,16 @@
{
// i18n Info
"i18n.languageName": "English (UK) (Roadman)", // name of language in native language
"i18n.languageName": "English (UK)", // name of language in native language
"i18n.languageNameEnglish": "English (UK)", // name of language in English
"i18n.category": "fun", // main = real language, fun = fun community languages
"i18n.authors": "Core", // Authors, if you contribute to this file feel free to add your name seperated with a space
"i18n.category": "main", // main = real language, fun = fun community languages
"i18n.authors": "Core, inalone", // Authors, if you contribute to this file feel free to add your name seperated with a space
"date.format": "${d} ${m}, ${y}",
"home.friendsListeningTo": "Mandems Listening To"
// translations
"term.equalizer": "Equaliser",
"settings.option.audio.enableAdvancedFunctionality.description": "Enabling AudioContext functionality will allow for extended audio features like Audio Normalisation , Equalisers and Visualisers, however on some systems this may cause stuttering in audio tracks.",
"settings.option.audio.enableAdvancedFunctionality.audioNormalization": "Audio Normalisation", // Toggle
"settings.option.audio.enableAdvancedFunctionality.audioNormalization.description": "Normalises peak volume for individual tracks to create a more uniform listening experience.",
"settings.option.audio.enableAdvancedFunctionality.audioSpatialization": "Audio Spatialisation", // Toggle
"settings.option.audio.enableAdvancedFunctionality.audioSpatialization.description": "Spatialise audio and make audio more 3-dimensional (note: This is not Dolby Atmos)",
"spatial.notTurnedOn": "Audio Spatialisation is disabled. To use, please enable it first."
}