Skip to content

Commit

Permalink
BG/Bulgarian Translation
Browse files Browse the repository at this point in the history
  • Loading branch information
Hqkumaru authored Aug 30, 2024
1 parent 3dcabfd commit 46d38ef
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions locales/bg.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
local Translations = {
error = {
to_far_from_door = 'Твърде далеч сте от звънеца',
nobody_home = 'Няма никой вкъщи..',
nobody_at_door = 'Няма никой на вратата...'
},
success = {
receive_apart = 'Получихте апартамент',
changed_apart = 'Преместихте се да живеете тук',
},
info = {
at_the_door = 'Някой е на вратата!',
},
text = {
options = '[E] Опции на апартамента',
enter = 'Влезте в апартамента',
ring_doorbell = 'Позвънете на звънеца',
logout = 'Отписване на героя',
change_outfit = 'Промяна на облеклото',
open_stash = 'Отворете скривалището',
move_here = 'Преместете се тук',
open_door = 'Отворете вратата',
leave = 'Излезте от апартамента',
close_menu = '⬅ Затваряне на менюто',
tennants = 'Наематели',
},
}

if GetConvar('qb_locale', 'en') == 'bg' then
Lang = Locale:new({
phrases = Translations,
warnOnMissing = true,
fallbackLang = Lang,
})
end

0 comments on commit 46d38ef

Please sign in to comment.