mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-31 02:56:26 -04:00
Translation
This commit is contained in:
parent
51095c45a3
commit
160fc0228b
2 changed files with 6 additions and 3 deletions
|
@ -102,7 +102,9 @@ local function update_formspecs(finished)
|
|||
"label[2.7,11; " .. S("Good morning.") .. "]"
|
||||
else
|
||||
form_n = beds.formspec ..
|
||||
"label[2.2,11;"..tostring(player_in_bed)..S(" of ")..tostring(ges)..S(" players are in bed]")
|
||||
"label[2.2,11;" ..
|
||||
S("@1 of @2 players are in bed]", tostring(player_in_bed), tostring(ges))
|
||||
-- "label[2.2,11;"..tostring(player_in_bed)..S(" of ")..tostring(ges)..S(" players are in bed]")
|
||||
if is_majority then
|
||||
form_n = form_n ..
|
||||
"button_exit[2,8;4,0.75;force;" .. S("Force night skip") .. "]"
|
||||
|
|
|
@ -3,8 +3,9 @@ Fancy Bed = Cama elegante
|
|||
Simple Bed = Cama simple
|
||||
|
||||
#functions.lua
|
||||
of = de
|
||||
players are in bed] = jugadores están en cama]
|
||||
# of = de
|
||||
# players are in bed] = jugadores están en cama]
|
||||
@1 of @2 players are in bed] = @1 de @2 jugadores están en cama]
|
||||
Good morning. = Buen día.
|
||||
Force night skip = Forzar saltar noche
|
||||
You can only sleep at night. = Solo es posible dormir por la noche.
|
||||
|
|
Loading…
Add table
Reference in a new issue