mirror of
https://github.com/proxiodev/RedisBungee.git
synced 2025-04-20 01:27:07 +00:00
fix some issues on lang file
This commit is contained in:
parent
b76709c291
commit
eed91dd73d
@ -1,9 +1,14 @@
|
|||||||
# this config file is for messages / Languages
|
# this config file is for messages / Languages
|
||||||
# Note 1: use MiniMessage format https://docs.advntr.dev/minimessage/format.html for colors etc... Legacy chat color is not supported.
|
# Note 1: use MiniMessage format https://docs.advntr.dev/minimessage/format.html
|
||||||
# note 2: Language codes used in minecraft from the minecraft wiki
|
# for colors etc... Legacy chat color is not supported.
|
||||||
# Locale Code -> In-game
|
|
||||||
# example: en_us for english and ar_sa for arabic
|
# Note 2:
|
||||||
# all codes can be obtained from lik below
|
# Language codes used in minecraft from the minecraft wiki
|
||||||
|
|
||||||
|
# example: en_us for american english and ar_sa for arabic
|
||||||
|
|
||||||
|
# all codes can be obtained from link below
|
||||||
|
# from the colum Locale Code -> In-game
|
||||||
# https://minecraft.wiki/w/Language
|
# https://minecraft.wiki/w/Language
|
||||||
|
|
||||||
# example:
|
# example:
|
||||||
@ -24,7 +29,6 @@ redis-bungee-prefix: "<color:red>[<color:yellow>Redis<color:red>Bungee]"
|
|||||||
default-language: en_us
|
default-language: en_us
|
||||||
|
|
||||||
# send language based on client sent settings
|
# send language based on client sent settings
|
||||||
# https://minecraft.fandom.com/wiki/Language
|
|
||||||
# if you don't have languages configured for client it will
|
# if you don't have languages configured for client it will
|
||||||
# default to language that has been set above
|
# default to language that has been set above
|
||||||
use-client-language: true
|
use-client-language: true
|
||||||
@ -38,9 +42,11 @@ messages:
|
|||||||
en_us: "<color:red>You are already logged in!"
|
en_us: "<color:red>You are already logged in!"
|
||||||
ar_sa: "<color:red>انت متصل بالفعل"
|
ar_sa: "<color:red>انت متصل بالفعل"
|
||||||
server-not-found:
|
server-not-found:
|
||||||
|
# placeholder <server> displays server name in the message.
|
||||||
en_us: "<color:red>unable to connect you to the last server, because server <server> was not found."
|
en_us: "<color:red>unable to connect you to the last server, because server <server> was not found."
|
||||||
ar_sa: "<color:red>فشل الاتصال بالخادم السابق لان الخادم غير موجود (<server>)"
|
ar_sa: "<color:red>فشل الاتصال بالخادم السابق لان الخادم غير موجود (<server>)"
|
||||||
server-found:
|
server-found:
|
||||||
|
# placeholder <server> displays server name in the message.
|
||||||
en_us: "<color:green>Connecting you to <server>..."
|
en_us: "<color:green>Connecting you to <server>..."
|
||||||
ar_sa: "<color:green>جاري الاتصال بخادم <server>"
|
ar_sa: "<color:green>جاري الاتصال بخادم <server>"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user