This commit is contained in:
2026-07-07 21:08:52 +02:00
commit 4c20cfc716
2613 changed files with 318021 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
Locales['da'] = {
['used_food'] = 'Du har spist 1x %s',
['used_drink'] = 'Du har drukket 1x %s',
['got_healed'] = 'Du er blevet helbredt.'
}

View File

@@ -0,0 +1,5 @@
Locales['de'] = {
['used_food'] = 'Du hast 1x %s gegessen',
['used_drink'] = 'Du hast 1x %s getrunken',
['got_healed'] = 'Du wurdest geheilt.'
}

View File

@@ -0,0 +1,5 @@
Locales['en'] = {
['used_food'] = 'You have eaten 1x %s',
['used_drink'] = 'You have drinked 1x %s',
['got_healed'] = 'You have been healed.'
}

View File

@@ -0,0 +1,4 @@
Locales['es'] = {
['used_bread'] = 'Has usado 1x pan',
['used_water'] = 'Has usado 1x agua',
}

View File

@@ -0,0 +1,4 @@
Locales['fi'] = {
['used_bread'] = 'sinä söit 1x leipä',
['used_water'] = 'sinä joit 1x vesi',
}

View File

@@ -0,0 +1,5 @@
Locales['fr'] = {
['used_food'] = 'Vous avez mangé 1x %s',
['used_drink'] = 'Vous avez bu 1x %s',
['got_healed'] = 'Vous avez été soigné.'
}

View File

@@ -0,0 +1,4 @@
Locales['hu'] = {
['used_bread'] = 'Megettél egy kenyeret.',
['used_water'] = 'Megittál egy vizet.',
}

View File

@@ -0,0 +1,5 @@
Locales['it'] = {
['used_bread'] = 'hai usato 1x panino',
['used_water'] = 'hai usato 1x acqua',
['got_healed'] = 'Sei stato curato.'
}

View File

@@ -0,0 +1,4 @@
Locales['nl'] = {
['used_eat'] = 'je hebt een %s gegeten',
['used_drink'] = 'je hebt een %s gedronken',
}

View File

@@ -0,0 +1,4 @@
Locales['pl'] = {
['used_bread'] = 'zjadłeś/aś 1x chleb',
['used_water'] = 'wypiłeś/aś 1x woda',
}

View File

@@ -0,0 +1,5 @@
Locales['sl'] = {
['used_food'] = 'Vi ste pojedli 1x %s',
['used_drink'] = 'Vi ste popili 1x %s',
['got_healed'] = 'Vi ste bili Pozdravljeni.'
}

View File

@@ -0,0 +1,5 @@
Locales['sr'] = {
['used_food'] = 'Pojeli ste 1x %s',
['used_drink'] = 'Popili ste 1x %s',
['got_healed'] = 'Vi ste izlečeni.'
}

View File

@@ -0,0 +1,5 @@
Locales['sv'] = {
['used_food'] = 'Du har ätit 1x %s',
['used_drink'] = 'Du har druckit 1x %s',
['got_healed'] = 'Du har blivit läkt.'
}

View File

@@ -0,0 +1,6 @@
Locales['tr'] = {
['used_food'] = '%s adet yemek yediniz',
['used_drink'] = '%s adet içecek içtiniz',
['got_healed'] = 'İyileştirildiniz.'
}

View File

@@ -0,0 +1,5 @@
Locales['zh-cn'] = {
['used_food'] = '已食用了1x %s',
['used_drink'] = '已饮用了1x %s',
['got_healed'] = '已重置饥饿+饥渴双值.'
}