#1467 Fix messages verification tool task + remove empty messages in YML files
This commit is contained in:
@@ -3,50 +3,50 @@ registration:
|
||||
disabled: '&cRegister dalam game tidak diaktifkan!'
|
||||
name_taken: '&cKamu telah mendaftarkan username ini!'
|
||||
register_request: '&3Silahkan mendaftar ke server menggunakan command "/register <password> <ulangiPassword>"'
|
||||
command_usage: ''
|
||||
# TODO command_usage: '&cUsage: /register <password> <ConfirmPassword>'
|
||||
reg_only: '&4Hanya pengguna terdaftar yg bisa bergabung! Silahkan kunjungi http://example.com untuk mendaftar!'
|
||||
success: '&2Register berhasil!'
|
||||
kicked_admin_registered: ''
|
||||
# TODO kicked_admin_registered: 'An admin just registered you; please log in again'
|
||||
|
||||
# Password errors on registration
|
||||
password:
|
||||
match_error: '&cPassword tidak cocok, silahkan periksa dan ulangi kembali!'
|
||||
name_in_password: '&cKamu tidak bisa menggunakan namamu sebagai password, silahkan coba yg lain...'
|
||||
unsafe_password: '&cPassword yg kamu pilih tidak aman, silahkan coba yg lain...'
|
||||
forbidden_characters: ''
|
||||
# TODO forbidden_characters: '&4Your password contains illegal characters. Allowed chars: %valid_chars'
|
||||
wrong_length: '&cPassword kamu terlalu panjang/pendek! Silahkan pilih yg lain!'
|
||||
|
||||
# Login
|
||||
login:
|
||||
command_usage: '&cUsage: /login <password>'
|
||||
wrong_password: '&cPassword salah!'
|
||||
success: ''
|
||||
# TODO success: '&2Successful login!'
|
||||
login_request: '&cSilahkan login menggunakan command "/login <password>"'
|
||||
timeout_error: '&4Jangka waktu login telah habis, kamu di keluarkan dari server. Silahkan coba lagi!'
|
||||
|
||||
# Errors
|
||||
error:
|
||||
denied_command: ''
|
||||
denied_chat: ''
|
||||
# TODO denied_command: '&cIn order to use this command you must be authenticated!'
|
||||
# TODO denied_chat: '&cIn order to chat you must be authenticated!'
|
||||
unregistered_user: '&cUser ini belum terdaftar!'
|
||||
not_logged_in: '&cKamu belum login!'
|
||||
no_permission: '&4Kamu tidak mempunyai izin melakukan ini!'
|
||||
unexpected_error: ''
|
||||
# TODO unexpected_error: '&4An unexpected error occurred, please contact an administrator!'
|
||||
max_registration: '&Kamu telah mencapai batas maksimum pendaftaran di server ini!'
|
||||
logged_in: '&cKamu telah login!'
|
||||
kick_for_vip: '&3Player VIP mencoba masuk pada saat server sedang penuh!'
|
||||
tempban_max_logins: ''
|
||||
# TODO tempban_max_logins: '&cYou have been temporarily banned for failing to log in too many times.'
|
||||
|
||||
# AntiBot
|
||||
antibot:
|
||||
kick_antibot: ''
|
||||
# TODO kick_antibot: 'AntiBot protection mode is enabled! You have to wait some minutes before joining the server.'
|
||||
auto_enabled: '&4[AntiBotService] AntiBot diaktifkan dikarenakan banyak koneksi yg diterima!'
|
||||
auto_disabled: '&2[AntiBotService] AntiBot dimatikan setelah %m menit!'
|
||||
|
||||
# Unregister
|
||||
unregister:
|
||||
success: '&cUnregister berhasil!'
|
||||
command_usage: ''
|
||||
# TODO command_usage: '&cUsage: /unregister <password>'
|
||||
|
||||
# Other messages
|
||||
misc:
|
||||
@@ -55,9 +55,9 @@ misc:
|
||||
logout: '&2Berhasil logout!'
|
||||
reload: '&2Konfigurasi dan database telah dimuat ulang!'
|
||||
usage_change_password: '&cUsage: /changepassword <passwordLama> <passwordBaru>'
|
||||
two_factor_create: ''
|
||||
accounts_owned_self: ''
|
||||
accounts_owned_other: ''
|
||||
# TODO two_factor_create: '&2Your secret code is %code. You can scan it from here %url'
|
||||
# TODO accounts_owned_self: 'You own %count accounts:'
|
||||
# TODO accounts_owned_other: 'The player %name has %count accounts:'
|
||||
|
||||
# Session messages
|
||||
session:
|
||||
@@ -66,14 +66,14 @@ session:
|
||||
|
||||
# Error messages when joining
|
||||
on_join_validation:
|
||||
same_ip_online: ''
|
||||
# TODO same_ip_online: 'A player with the same IP is already in game!'
|
||||
same_nick_online: '&4Username yg sama telah bermain di server ini!'
|
||||
name_length: '&4Username kamu terlalu panjang atau terlalu pendek!'
|
||||
characters_in_name: '&4Username kamu mengandung karakter illegal. Karakter yg diijinkan: %valid_chars'
|
||||
kick_full_server: '&4Server sedang penuh, silahkan coba lagi nanti!'
|
||||
country_banned: ''
|
||||
not_owner_error: ''
|
||||
invalid_name_case: ''
|
||||
# TODO country_banned: '&4Your country is banned from this server!'
|
||||
# TODO not_owner_error: 'You are not the owner of this account. Please choose another name!'
|
||||
# TODO invalid_name_case: 'You should join using username %valid, not %invalid.'
|
||||
|
||||
# Email
|
||||
email:
|
||||
@@ -86,13 +86,13 @@ email:
|
||||
added: '&2Berhasil menambahkan alamat email ke akunmu!'
|
||||
request_confirmation: '&cSilahkan konfirmasi alamat email kamu!'
|
||||
changed: '&2Alamat email telah diubah dengan benar!'
|
||||
email_show: ''
|
||||
no_email_for_account: ''
|
||||
already_used: ''
|
||||
incomplete_settings: ''
|
||||
send_failure: ''
|
||||
change_password_expired: ''
|
||||
email_cooldown_error: ''
|
||||
# TODO email_show: '&2Your current email address is: &f%email'
|
||||
# TODO no_email_for_account: '&2You currently don''t have email address associated with this account.'
|
||||
# TODO already_used: '&4The email address is already being used'
|
||||
# TODO incomplete_settings: 'Error: not all required settings are set for sending emails. Please contact an admin.'
|
||||
# TODO send_failure: 'The email could not be sent. Please contact an administrator.'
|
||||
# TODO change_password_expired: 'You cannot change your password using this command anymore.'
|
||||
# TODO email_cooldown_error: '&cAn email was already sent recently. You must wait %time before you can send a new one.'
|
||||
|
||||
# Password recovery by email
|
||||
recovery:
|
||||
@@ -100,37 +100,37 @@ recovery:
|
||||
command_usage: '&cUsage: /email recovery <Email>'
|
||||
email_sent: '&2Email pemulihan akun telah dikirim! Silahkan periksa kotak masuk emailmu!'
|
||||
code:
|
||||
code_sent: ''
|
||||
incorrect: ''
|
||||
tries_exceeded: ''
|
||||
correct: ''
|
||||
change_password: ''
|
||||
# TODO code_sent: 'A recovery code to reset your password has been sent to your email.'
|
||||
# TODO incorrect: 'The recovery code is not correct! You have %count tries remaining.'
|
||||
# TODO tries_exceeded: 'You have exceeded the maximum number attempts to enter the recovery code. Use "/email recovery [email]" to generate a new one.'
|
||||
# TODO correct: 'Recovery code entered correctly!'
|
||||
# TODO change_password: 'Please use the command /email setpassword <new password> to change your password immediately.'
|
||||
|
||||
# Captcha
|
||||
captcha:
|
||||
usage_captcha: '&3Kamu harus menyelesaikan kode captcha untuk login, silahkan gunakan command "/captcha %captcha_code"'
|
||||
wrong_captcha: '&cCaptcha salah, gunakan command "/captcha %captcha_code" pada chat!'
|
||||
valid_captcha: '&2Kode captcha terselesaikan!'
|
||||
captcha_for_registration: ''
|
||||
register_captcha_valid: ''
|
||||
# TODO captcha_for_registration: 'To register you have to solve a captcha first, please use the command: /captcha %captcha_code'
|
||||
# TODO register_captcha_valid: '&2Valid captcha! You may now register with /register'
|
||||
|
||||
# Verification code
|
||||
verification:
|
||||
code_required: ''
|
||||
command_usage: ''
|
||||
incorrect_code: ''
|
||||
success: ''
|
||||
already_verified: ''
|
||||
code_expired: ''
|
||||
email_needed: ''
|
||||
# TODO code_required: '&3This command is sensitive and requires an email verification! Check your inbox and follow the email''s instructions.'
|
||||
# TODO command_usage: '&cUsage: /verification <code>'
|
||||
# TODO incorrect_code: '&cIncorrect code, please type "/verification <code>" into the chat, using the code you received by email'
|
||||
# TODO success: '&2Your identity has been verified! You can now execute all commands within the current session!'
|
||||
# TODO already_verified: '&2You can already execute every sensitive command within the current session!'
|
||||
# TODO code_expired: '&3Your code has expired! Execute another sensitive command to get a new code!'
|
||||
# TODO email_needed: '&3To verify your identity you need to link an email address with your account!!'
|
||||
|
||||
# Time units
|
||||
time:
|
||||
second: ''
|
||||
seconds: ''
|
||||
minute: ''
|
||||
minutes: ''
|
||||
hour: ''
|
||||
hours: ''
|
||||
day: ''
|
||||
days: ''
|
||||
# TODO second: 'second'
|
||||
# TODO seconds: 'seconds'
|
||||
# TODO minute: 'minute'
|
||||
# TODO minutes: 'minutes'
|
||||
# TODO hour: 'hour'
|
||||
# TODO hours: 'hours'
|
||||
# TODO day: 'day'
|
||||
# TODO days: 'days'
|
||||
Reference in New Issue
Block a user