RedisBungee/RedisBungee-API/src/main/resources/lang.yml

72 lines
2.5 KiB
YAML
Raw Normal View History

# this config file is for messages / Languages
2023-09-30 08:48:32 +00:00
# Note 1: use MiniMessage format https://docs.advntr.dev/minimessage/format.html
# for colors etc... Legacy chat color is not supported.
# Note 2:
# 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
2023-09-28 11:00:14 +00:00
# https://minecraft.wiki/w/Language
# example:
# lets assume we want to add arabic language.
# errors:
# logged-in-other-location:
2023-09-28 11:00:14 +00:00
# en_us: "<color:red>You logged in from another location!"
# ar_sa: "<color:red>لقد اتصلت من مكان اخر"
2023-09-28 13:23:19 +00:00
# RedisBungee Prefix if ever used.
redis-bungee-prefix: "<color:red>[<color:yellow>Redis<color:red>Bungee]"
2023-09-28 13:23:19 +00:00
# us_en is american English, Which is the default language used when a language for a message isn't defined.
2023-09-28 11:00:14 +00:00
# Warning: IF THE set default language wasn't defined in the config for all messages, plugin will not load.
# set the default language
2023-09-28 11:00:14 +00:00
default-language: en_us
# send language based on client sent settings
2023-09-19 11:08:14 +00:00
# if you don't have languages configured for client it will
# default to language that has been set above
use-client-language: true
2023-09-14 06:34:41 +00:00
# messages
messages:
logged-in-other-location:
2023-09-28 11:00:14 +00:00
en_us: "<color:red>You logged in from another location!"
2023-09-28 13:37:11 +00:00
ar_sa: "<color:red>لقد اتصلت من مكان اخر"
already-logged-in:
2023-09-28 11:00:14 +00:00
en_us: "<color:red>You are already logged in!"
2023-09-28 13:37:11 +00:00
ar_sa: "<color:red>انت متصل بالفعل"
server-not-found:
2023-09-30 08:48:32 +00:00
# placeholder <server> displays server name in the message.
2023-09-28 14:27:25 +00:00
en_us: "<color:red>unable to connect you to the last server, because server <server> was not found."
ar_sa: "<color:red>فشل الاتصال بالخادم السابق لان الخادم غير موجود (<server>)"
server-found:
2023-09-30 08:48:32 +00:00
# placeholder <server> displays server name in the message.
2023-09-28 14:27:25 +00:00
en_us: "<color:green>Connecting you to <server>..."
ar_sa: "<color:green>جاري الاتصال بخادم <server>"
2023-09-14 06:34:41 +00:00
# commands common messages:
commands-common:
player-not-found:
2023-09-28 13:37:11 +00:00
en_us: "<color:red>Player not found."
ar_sa: "<color:red>اللاعب غير موجود"
2023-09-14 06:34:41 +00:00
player-not-specified:
2023-09-28 11:00:14 +00:00
en_us: "<color:red>You must specify a player name."
2023-09-28 13:37:11 +00:00
ar_sa: "<color:red>أدخل اسم اللاعب مطلوب"
2023-09-14 06:34:41 +00:00
command-not-specified:
2023-09-28 11:00:14 +00:00
en_us: "<color:red>You must specify a command to be run."
2023-09-28 14:27:25 +00:00
ar_sa: "<color:red>ادخل الأمر المطلوب"
2023-09-14 06:34:41 +00:00
# commands
2023-09-19 11:08:14 +00:00
commands:
2023-09-14 06:34:41 +00:00