mirror of
https://gitlab.com/lunovox/e-urn.git
synced 2025-03-20 17:51:21 +00:00
This commit is contained in:
parent
fba7fef573
commit
79af9ba864
5 changed files with 13 additions and 3 deletions
2
api.lua
2
api.lua
|
@ -222,7 +222,7 @@ modEUrn.doPresidentCandidate = function(playername, candidatename, political_cam
|
||||||
end
|
end
|
||||||
|
|
||||||
modEUrn.getPresCandCampaign = function(candidatename)
|
modEUrn.getPresCandCampaign = function(candidatename)
|
||||||
local political_campaign = "There are no campaign data about this political candidate."
|
local political_campaign = modEUrn.translate("There are no campaign data about this political candidate.")
|
||||||
--modEUrn.debug("candidatename="..dump(candidatename))
|
--modEUrn.debug("candidatename="..dump(candidatename))
|
||||||
if type(modEUrn.handler.candidates.president[candidatename])=="table"
|
if type(modEUrn.handler.candidates.president[candidatename])=="table"
|
||||||
and type(modEUrn.handler.candidates.president[candidatename].political_campaign)=="string"
|
and type(modEUrn.handler.candidates.president[candidatename].political_campaign)=="string"
|
||||||
|
|
|
@ -34,6 +34,7 @@ Show the name of all candidates for president.=Exibe o nome de todos os candidat
|
||||||
The file '%s' is not in table format!=O arquivo '%s' não está em formato de tabela!
|
The file '%s' is not in table format!=O arquivo '%s' não está em formato de tabela!
|
||||||
The name '%s' is not the player name registered on the server!=O nome '%s' não é o nome do jogador registrado no servidor!
|
The name '%s' is not the player name registered on the server!=O nome '%s' não é o nome do jogador registrado no servidor!
|
||||||
The president of this server is %s!=O presidente deste servidor é %s!
|
The president of this server is %s!=O presidente deste servidor é %s!
|
||||||
|
There are no campaign data about this political candidate.=Não existem dados de campanha sobre este candidato político.
|
||||||
There are no candidates registered!=Não há candidatos cadastrados!
|
There are no candidates registered!=Não há candidatos cadastrados!
|
||||||
There are no votes registered!=Não há votos registrados!
|
There are no votes registered!=Não há votos registrados!
|
||||||
There is no registered candidate for the presidential election!=Não há candidato registrado para as eleições presidenciais!
|
There is no registered candidate for the presidential election!=Não há candidato registrado para as eleições presidenciais!
|
||||||
|
|
|
@ -34,6 +34,7 @@ Show the name of all candidates for president.=Exibe o nome de todos os candidat
|
||||||
The file '%s' is not in table format!=O arquivo '%s' não está em formato de tabela!
|
The file '%s' is not in table format!=O arquivo '%s' não está em formato de tabela!
|
||||||
The name '%s' is not the player name registered on the server!=O nome '%s' não é o nome do jogador registrado no servidor!
|
The name '%s' is not the player name registered on the server!=O nome '%s' não é o nome do jogador registrado no servidor!
|
||||||
The president of this server is %s!=O presidente deste servidor é %s!
|
The president of this server is %s!=O presidente deste servidor é %s!
|
||||||
|
There are no campaign data about this political candidate.=Não existem dados de campanha sobre este candidato político.
|
||||||
There are no candidates registered!=Não há candidatos cadastrados!
|
There are no candidates registered!=Não há candidatos cadastrados!
|
||||||
There are no votes registered!=Não há votos registrados!
|
There are no votes registered!=Não há votos registrados!
|
||||||
There is no registered candidate for the presidential election!=Não há candidato registrado para as eleições presidenciais!
|
There is no registered candidate for the presidential election!=Não há candidato registrado para as eleições presidenciais!
|
||||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: pt_BR 1.0\n"
|
"Project-Id-Version: pt_BR 1.0\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2024-02-22 05:19-0300\n"
|
"POT-Creation-Date: 2024-02-22 16:53-0300\n"
|
||||||
"PO-Revision-Date: 2023-07-20 19:59-0300\n"
|
"PO-Revision-Date: 2023-07-20 19:59-0300\n"
|
||||||
"Last-Translator: Lunovox Heavenfinder <lunovox@disroot.org>\n"
|
"Last-Translator: Lunovox Heavenfinder <lunovox@disroot.org>\n"
|
||||||
"Language-Team: Lunovox Heavenfinder\n"
|
"Language-Team: Lunovox Heavenfinder\n"
|
||||||
|
@ -175,6 +175,10 @@ msgstr "O nome '%s' não é o nome do jogador registrado no servidor!"
|
||||||
msgid "The president of this server is %s!"
|
msgid "The president of this server is %s!"
|
||||||
msgstr "O presidente deste servidor é %s!"
|
msgstr "O presidente deste servidor é %s!"
|
||||||
|
|
||||||
|
#: api.lua:225
|
||||||
|
msgid "There are no campaign data about this political candidate."
|
||||||
|
msgstr "Não existem dados de campanha sobre este candidato político."
|
||||||
|
|
||||||
#: api.lua:371
|
#: api.lua:371
|
||||||
msgid "There are no candidates registered!"
|
msgid "There are no candidates registered!"
|
||||||
msgstr "Não há candidatos cadastrados!"
|
msgstr "Não há candidatos cadastrados!"
|
||||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2024-02-22 16:35-0300\n"
|
"POT-Creation-Date: 2024-02-22 16:53-0300\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
@ -51,6 +51,10 @@ msgstr ""
|
||||||
msgid "The name '%s' is not the player name registered on the server!"
|
msgid "The name '%s' is not the player name registered on the server!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: api.lua:225
|
||||||
|
msgid "There are no campaign data about this political candidate."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: api.lua:257 formspecs.lua:49
|
#: api.lua:257 formspecs.lua:49
|
||||||
msgid "Candidate Name"
|
msgid "Candidate Name"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
Loading…
Add table
Reference in a new issue