Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 0-lang.js #324

Merged
merged 1 commit into from
Dec 28, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 29 additions & 2 deletions client/files/content/scripts/0-lang.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,18 @@ const baseTranslation = {
"chatpanelwidth_desc": "Chat panel width",
"chatfontsize_desc": "Chat font size",
"starmenurows_desc": "StarMenu rows count",
"starmenucols_desc": "StarMenu cols count"
"starmenucols_desc": "StarMenu cols count",
// news translation
"infobarresource_desc" : "Info bar resource ",
"enabled_desc" : "Enabled",
"theme_desc" : "Theme",
"displaytime_desc" : "Display time",
"sound_desc" : "Sound",
"usecustomchatcss_desc" : "Use custom chat CSS",
"newschattrigger_desc" : "News chat trigger",
"customwordsnewschannel_desc" : "Custom words news channel",
"groupchatmentiontrigger_desc" : "Group chat mention trigger",
"customwordstrigger_desc" : "Custom words trigger"
},
'ru-ru': {
'btn_submit': 'Отправить',
Expand Down Expand Up @@ -582,7 +593,23 @@ const baseTranslation = {
"highlight_desc": "Surbrillance collectibles",
"highlightColor_desc": "couleur intérieure boule",
"highlightGlow_desc": "Couleur extérieure boule",
"highlight_reboot": "Redémarrage requis"
"highlight_reboot": "Redémarrage requis",
"highlightSize_desc": "Taille de la boule",
"chatpanelwidth_desc": "Largeur du chat",
"chatfontsize_desc": "Taille police chat",
"starmenurows_desc": "Nombre ligne étoile",
"starmenucols_desc": "Nombre colonne étoile",
// New translation
"infobarresource_desc" : "Barre de ressources",
"enabled_desc" : "Autoriser",
"theme_desc" : "Thème",
"displaytime_desc" : "Temps d'affichage",
"sound_desc" : "son",
"usecustomchatcss_desc" : "Utiliser la personnalisation des chats",
"newschattrigger_desc" : "nouveau déclencheur de chat",
"customwordsnewschannel_desc" : "mot personalisé nouveau canal",
"groupchatmentiontrigger_desc" : "Déclencheur mention de groupe de chat",
"customwordstrigger_desc" : "Mots déclencheurs"
},
'es-es': {
'btn_submit': 'Enviar',
Expand Down