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

Czech translation created #12

Merged
merged 1 commit into from
Nov 6, 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
28 changes: 28 additions & 0 deletions locales/cs.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
local Translations = {
error = {
no_police = "Nedostatek policistů (%{Required} požadováno)",
process_canceled = "Proces zrušen..",
lockpick_broken = "Zlomil(a) jste lomítko"
},
text = {
register_empty = "Pokladna je prázdná",
try_combination = "~g~E~w~ - Vyzkoušet kombinaci",
safe_opened = "Trezor otevřen",
emptying_the_register = "Vyprazdňování pokladny..",
safe_code = "Kód trezoru: ",
value = "Hodnota: $%{value}",
},
alert = {
register = 'Někdo páčí pokladnu!',
safe = 'Někdo lámá trezor!'
}
}

if GetConvar('qb_locale', 'en') == 'cs' then
Lang = Locale:new({
phrases = Translations,
warnOnMissing = true,
fallbackLang = Lang,
})
end
--translate by stepan_valic
Loading