Skip to content

Commit 19367dd

Browse files
committed
Update locale files
1 parent d4d00a7 commit 19367dd

File tree

7 files changed

+18
-6
lines changed

7 files changed

+18
-6
lines changed

foxy/src/main/kotlin/net/cakeyfox/foxy/FoxyLauncher.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ object FoxyLauncher {
6565
exitProcess(1)
6666
}
6767

68-
logger.info { "Starting Foxy on cluster ${currentCluster.name} (${currentCluster.id})" }
68+
logger.info { "Starting Foxy on Cluster ${currentCluster.id} (${currentCluster.name})" }
6969

7070
runBlocking {
7171
FoxyInstance(config, currentCluster).start()

foxy/src/main/resources/locales/en-us/commands.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ cakes:
1010
foxyBalance: "Foxy Cakes"
1111
# TODO: Translate this
1212
convert:
13-
minimumAmount: "Você precisa converter pelo menos 1000 Sonhos ou Cakes!"
13+
minimumAmount: "You need to convert at least 1000 Sonhos or Cakes!"
1414
exchangeDisabled: "As conversões foram desativadas temporariamente!"
1515
lorittaToFoxyDisabled: "A conversão de Sonhos para Cakes foi desativada temporariamente!"
1616
foxyToLorittaDisabled: "A conversão de Cakes para Sonhos foi desativada temporariamente!"
@@ -190,7 +190,7 @@ fate:
190190

191191
dbl:
192192
embed:
193-
description: "Help me grow and become a better bot by voting for me on <:topgg:1074823809376460923> Discord Bot List! <:catblush:768292358458179595>\nEvery vote helps to promote me to more people on the Discord Bot List <:catblush:768292358458179595>\n\nYou can vote every 12 hours, and as a bonus, you'll get 1500 Cakes!\nHow about joining all the amazing people who voted and helped me grow?\n\nTo vote, just [click here](https://top.gg/bot/1006520438865801296/vote)! :heart:"
193+
description: "Help me grow and become a better bot by voting for me on <:topgg:1074823809376460923> Discord Bot List! <:catblush:768292358458179595>\nEvery vote helps to promote me to more people on the Discord Bot List <:catblush:768292358458179595>\n\nYou can vote every 12 hours, and as a bonus, you'll get 1500 Cakes!\nHow about joining all the amazing people who voted and helped me grow? :heart:"
194194

195195
ratewaifu:
196196
success: "Hmm... I give a rating of **{0}/10** to {1}"

foxy/src/main/resources/locales/en-us/components.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,7 @@ divorce:
2323

2424
pay:
2525
confirmButton: "Confirm Transaction"
26-
confirmedButton: "Transaction Confirmed"
26+
confirmedButton: "Transaction Confirmed"
27+
28+
dbl:
29+
clickHereToVote: "Click here to vote"

foxy/src/main/resources/locales/en-us/general.yml

+3
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,9 @@ commands:
321321
dbl:
322322
name: "dbl"
323323
description: "[Utilities] Vote for Foxy on top.gg"
324+
vote:
325+
name: "vote"
326+
description: "[Utilities] Vote for Foxy on top.gg"
324327

325328
top:
326329
name: "top"

foxy/src/main/resources/locales/pt-br/commands.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ fate:
189189

190190
dbl:
191191
embed:
192-
description: "Me ajude a crescer e ser um bot melhor votando em mim no <:topgg:1074823809376460923> Discord Bot List! <:catblush:768292358458179595>\nCada voto ajuda a me divulgar para outras pessoas na Discord Bot List <:catblush:768292358458179595>\n\nVocê pode estar votando a cada 12 horas, e de bônus, você ganha 1500 Cakes!\nQue tal você se juntar a todas as outras pessoas incríveis que votaram e que me ajudaram a crescer?\n\nPara votar é só [clicar aqui](https://top.gg/bot/1006520438865801296/vote)? :heart:"
192+
description: "Me ajude a crescer e ser um bot melhor votando em mim no <:topgg:1074823809376460923> Discord Bot List! <:catblush:768292358458179595>\nCada voto ajuda a me divulgar para outras pessoas na Discord Bot List <:catblush:768292358458179595>\n\nVocê pode estar votando a cada 12 horas, e de bônus, você ganha 1500 Cakes!\nQue tal você se juntar a todas as outras pessoas incríveis que votaram e que me ajudaram a crescer? :heart:"
193193

194194
ratewaifu:
195195
success: "Hmm... Eu dou a nota **{0}/10** para {1}"

foxy/src/main/resources/locales/pt-br/components.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,7 @@ divorce:
2323

2424
pay:
2525
confirmButton: "Confirmar Transferência"
26-
confirmedButton: "Transferência Realizada"
26+
confirmedButton: "Transferência Realizada"
27+
28+
dbl:
29+
clickHereToVote: "Clique aqui para votar"

foxy/src/main/resources/locales/pt-br/general.yml

+3
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,9 @@ commands:
320320
dbl:
321321
name: "dbl"
322322
description: "[Utilities] Vote na Foxy na Top.gg"
323+
vote:
324+
name: "votar"
325+
description: "[Utilities] Vote na Foxy na Top.gg"
323326

324327
language:
325328
name: "idioma"

0 commit comments

Comments
 (0)