neuer printer

This commit is contained in:
Nordi98 2025-06-26 02:08:42 +02:00
parent a1e9027648
commit c917371845
33 changed files with 476 additions and 665 deletions

View file

@ -1,9 +0,0 @@
{
"image_link": "Bildlink",
"copies": "Kopien",
"image_url": "Bild-URL eingeben",
"enter_copies": "Anzahl der Kopien eingeben",
"prints": "Drucken",
"Money_Removed": "Geld vom Bankkonto entfernt: $",
"not_enough": "Nicht genug Geld"
}

View file

@ -1,10 +0,0 @@
{
"image_link": "Image Link",
"copies": "Copies",
"image_url": "Enter the Image URL",
"enter_copies": "Enter the number of copies",
"prints": "Prints",
"Money_Removed": "Money removed from bank: $",
"not_enough": "Not enough money"
}

View file

@ -1,9 +0,0 @@
{
"image_link": "Enlace de imagen",
"copies": "Copias",
"image_url": "Introduce la URL de la imagen",
"enter_copies": "Introduce el número de copias",
"prints": "Impresiones",
"Money_Removed": "Dinero retirado del banco: $",
"not_enough": "No hay suficiente dinero"
}

View file

@ -1,9 +0,0 @@
{
"image_link": "Lien de l'image",
"copies": "Copies",
"image_url": "Entrez l'URL de l'image",
"enter_copies": "Entrez le nombre de copies",
"prints": "Impressions",
"Money_Removed": "Argent retiré de la banque : $",
"not_enough": "Pas assez d'argent"
}

View file

@ -1,9 +0,0 @@
{
"image_link": "Link immagine",
"copies": "Copie",
"image_url": "Inserisci l'URL dell'immagine",
"enter_copies": "Inserisci il numero di copie",
"prints": "Stampe",
"Money_Removed": "Denaro rimosso dalla banca: $",
"not_enough": "Non abbastanza denaro"
}

View file

@ -1,18 +0,0 @@
Locales = {}
LocalLang = {}
function LoadLocale(lang)
local file = LoadResourceFile(GetCurrentResourceName(), 'locales/' .. lang .. '.json')
if file then
LocalLang = json.decode(file)
else
print('[Locale] Translation file not found for language: ' .. lang)
end
end
function Locale(key)
return LocalLang[key] or key
end
-- Load language
LoadLocale(Config.Locale)

View file

@ -1,9 +0,0 @@
{
"image_link": "Link da imagem",
"copies": "Cópias",
"image_url": "Digite a URL da imagem",
"enter_copies": "Digite o número de cópias",
"prints": "Impressões",
"Money_Removed": "Dinheiro removido do banco: $",
"not_enough": "Dinheiro insuficiente"
}

View file

@ -1,9 +0,0 @@
{
"image_link": "Görsel Bağlantısı",
"copies": "Kopya",
"image_url": "Görsel URL'sini girin",
"enter_copies": "Kopya sayısını girin",
"prints": "Baskılar",
"Money_Removed": "Bankadan para çekildi: $",
"not_enough": "Yetersiz bakiye"
}