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

Slovak translation #263

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
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
156 changes: 156 additions & 0 deletions vane-core/src/main/resources/lang-sk.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,156 @@
# vim: set tabstop=2 softtabstop=0 expandtab shiftwidth=2:
#
# >> See lang-en.yml for variable descriptions <<
#
# +-----------------------------------+
# | CAUTION: Do NOT change this file! |
# +-----------------------------------+
#
# It will be silently overwritten with updates! If you want
# to customize strings yourself, copy this file to lang-custom.yml
# and set the language in the config.yml to "lang: 'custom'"

# DO NOT CHANGE! The version of this language file. Used to determine
# if the file needs to be updated.
version: 4
# The corresponding language code used in resource packs. Used for
# resource pack generation. Typically this is a combination of the
# language code (ISO 639) and the country code (ISO 3166).
resource_pack_lang_code: 'sk_sk'

# This message is sent when a command requires a player but is executed
# by a non-player.
command_not_a_player: "§cChyba:§6 Príkaz musí spustiť hráč!"
# This message is sent when the command sender is missing the required
# permission.
command_permission_denied: "§cChyba:§6 Nemáš na to oprávnenie!"

# This message is sent when an invalid time format is encountered.
# %1$s: format error message
invalid_time_format: "§cChyba:§6 Nesprávny formát času: %1$s"

# This message is sent when a block with a lootable is first attempted to be broken.
break_loot_block_prevented: "§6Tento blok obsahuje zoznam koristi, ktorá sa po určitom čase znova doplní. Ak chceš naozaj zničiť tento blok, počkaj 5 sekúnd a až potom ho znič."

command_customitem:
usage: "%1$s §agive §7<§bitem§7>"
description: "Dá určitú špecialnu vec hráčovi."
help: "§agive §7<§bitem§7>:§r Dá určitú špecialnu vec hráčovi."

command_enchant:
# This message is sent when an enchantment level is given that is too low for the chosen enchantment.
# %1$s: Given level
# %2$s: Minimum level
level_too_low: "§cChyba:§6 Tvoj level %1$s§6 je príliš nízky, musí byť najmenej %2$s"
# This message is sent when an enchantment level is given that is too high for the chosen enchantment.
# %1$s: Given level
# %2$s: Maximum level
level_too_high: "§cChyba:§6 Tvoj level %1$s§6 je príliš vysoký, musí byť najviac %2$s"
# This message is sent when the selected enchantment cannot be applied to the item in hand.
# %1$s: Enchantment
# %2$s: Item in hand
invalid_enchantment: "§cChyba: Očarovanie %1$s§6 nie je možné použiť na %2$s"
usage: "%1$s §bočarovanie §7[§blevel§7]"
description: "Očaruje vec v tvojej ruke."
help: "Očaruje vec v tvojej ruke."

command_vane:
# This message is sent when a module has been successfully reloaded.
# %1$s: module
reload_success: "%1$s§7: §aopätovne načítanie bolo úspešné"
# This message is sent when a module failed to reload.
# %1$s: module
reload_fail: "%1$s§7: §copätovne načítanie zlyhalo"
# This message is sent when the resource_pack has been successfully generated.
# %1$s: path to the resource pack file
resource_pack_generate_success: "§aZdrojový balížek bol úspešne vygenerovaný: %1$s"
# This message is sent when the resource_pack could not be generated.
resource_pack_generate_fail: "§cPri generovaní zdrojového balíčka sa vyskytla chyba"
usage: "%1$s §7<§areload§7|§agenerate_resource_pack§7>"
description: "Správa vane pluginov."
help: "§areload §7[§bmodule§7]:§r Znova nahrá všetky, alebo zvolený vane modul.\n\
§agenerate_resource_pack§7:§r vygeneruje zdrojový baliček pre vane."

resource_pack:
# This kick message is used when a mandatory resource pack was declined by a player.
declined: "Aby si mohol na tomto serveri hrať, musíš prijať zdrojový balíček.\n\
Je potrebný pre preklad textov a textúry. V prípade, že si ho zamietol omylom,\n\
tak to môžeš zmeniť úpravou nastavenia servera v zozname tvojich serverov."
# This kick message is used when a mandatory resource pack failed to download for player.
download_failed: "§cZdá sa, že sťahovanie zdrojového balíčka nebolo úspešné.§r\n\
§7(Bol si odpojený, aby sa zabránilo chybám z zobrazení)\n\
\n\
§dSkús to prosím znova."

menus:
head_selector:
# The title for the head selection menu.
# %1$s: Total heads in library
title: "%1$s §8§lHlavy"
# The title for the filter menu.
filter_title: "§8§lFiltruj knižnicu hláv"
# Represents a head in the library.
# %1$s: Head name
# %2$s: Head category
# %3$s: Head tags
select_head:
name: "%1$s"
lore:
- ""
- "§7Kategória: %2$s"
- "§7Značky: %3$s"

# Item selection menu.
item_selector:
# The item used to accept the selection.
accept:
name: "§a§lPotvrdiť"
lore: ["§bZvoľ§7 práve vybranú položku."]

# The item used to cancel the selection.
cancel:
name: "§c§lZrušiť"
lore: ["§6Preruš§7 voľbu položiek."]

# The item used to represent the currently selected item.
selected:
name: "§d§lVyber si položku"
lore:
- ""
- "Klikni na akúkoľvek vec vo svojom inventári aby si ju označil."
- ""
- "§bĽavým kliknutímk§7 zruš zmeny."
- "§bPravým kliknutím§7 vymaž (ak je to povolené)."

# Generic thing selection menu.
generic_selector:
# The item selecting the n'th page
# %1$s: Page number
page:
name: "§bStrana %1$s"
lore: []

# The item showing the current page
# %1$s: Page number
# %2$s: Total amount of pages
# %3$s: Total amount of items (filtered)
# %4$s: Total amount of items (unfiltered)
current_page:
name: "§aAktuálna strana %1$s §7/ %2$s"
lore:
- ""
- "§b#Vyfiltrované položky: %3$s"

# The item used to open the filter menu.
# Right clicking resets the filter.
filter:
name: "§d§lFilter"
lore:
- ""
- "§bĽavým kliknutímk§7 otvor menu pre filtrovanie."
- "§bPravým kliknutím§7 vymaž filter."

# The item used to cancel the selection.
cancel:
name: "§c§lZrušiť"
lore: ["§6Zruš§7 výber."]
Loading
Loading