diff --git a/realistic_fastfood/realistic_fastfood/languages/sh_language_de.lua b/realistic_fastfood/realistic_fastfood/languages/sh_language_de.lua index 78ca18e..827ba00 100644 --- a/realistic_fastfood/realistic_fastfood/languages/sh_language_de.lua +++ b/realistic_fastfood/realistic_fastfood/languages/sh_language_de.lua @@ -125,5 +125,6 @@ RFS.Language["de"] = { ["descLeftSwep"] = "Essen der Nahrung", ["descRightSwep"] = "Essen wegwerfen", ["alreadyHaveSwep"] = "Du hast diesen Gegenstand bereits in der Hand!", - ["bag"] = "Tasche" + ["bag"] = "Tasche", + ["noIngredients"] = "Keine Zutaten für den Burger", } diff --git a/realistic_fastfood/realistic_fastfood/languages/sh_language_en.lua b/realistic_fastfood/realistic_fastfood/languages/sh_language_en.lua index 8fb766c..9d5928c 100644 --- a/realistic_fastfood/realistic_fastfood/languages/sh_language_en.lua +++ b/realistic_fastfood/realistic_fastfood/languages/sh_language_en.lua @@ -125,5 +125,15 @@ RFS.Language["en"] = { ["descLeftSwep"] = "Eat the food", ["descRightSwep"] = "Drop the food", ["alreadyHaveSwep"] = "You already have this food on your hand", - ["bag"] = "Bag" + ["bag"] = "Bag", + ["youCannotDoThatHasCooker"] = "You cannot do this action has a cooker", + ["serviceOn"] = "You are in service", + ["serviceOff"] = "You are not in service", + ["disableService"] = "Disable service", + ["enableService"] = "Enable service", + ["peache"] = "Peache", + ["limea"] = "Limea", + ["orangejuice"] = "OrangeJuice", + ["cherry"] = "Cherry", + ["noIngredients"] = "No ingredients for the burger", } \ No newline at end of file diff --git a/realistic_fastfood/realistic_fastfood/languages/sh_language_es.lua b/realistic_fastfood/realistic_fastfood/languages/sh_language_es.lua index 7fb7071..9d41e05 100644 --- a/realistic_fastfood/realistic_fastfood/languages/sh_language_es.lua +++ b/realistic_fastfood/realistic_fastfood/languages/sh_language_es.lua @@ -125,5 +125,6 @@ RFS.Language["es"] = { ["descLeftSwep"] = "Cómete la comida", ["descRightSwep"] = "Tira la comida", ["alreadyHaveSwep"] = "Ya tienes esta comida en la mano", - ["bag"] = "Bolsa" + ["bag"] = "Bolsa", + ["noIngredients"] = "No hay ingredientes para la hamburguesa", } diff --git a/realistic_fastfood/realistic_fastfood/languages/sh_language_fr.lua b/realistic_fastfood/realistic_fastfood/languages/sh_language_fr.lua index 9ff07bd..2d18445 100644 --- a/realistic_fastfood/realistic_fastfood/languages/sh_language_fr.lua +++ b/realistic_fastfood/realistic_fastfood/languages/sh_language_fr.lua @@ -125,5 +125,11 @@ RFS.Language["fr"] = { ["descLeftSwep"] = "Manger la nourriture", ["descRightSwep"] = "Jeter la nourriture", ["alreadyHaveSwep"] = "Vous avez déjà cet aliment en main", - ["bag"] = "Sac" + ["bag"] = "Sac", + ["youCannotDoThatHasCooker"] = "Vous ne pouvez pas effectuer cette action en tant que cuisinier", + ["serviceOn"] = "Vous êtes en service", + ["serviceOff"] = "Vous n'êtes pas en service", + ["disableService"] = "Désactiver le service", + ["enableService"] = "Activer le service", + ["noIngredients"] = "Aucuns ingrédients pour le burger", } diff --git a/realistic_fastfood/realistic_fastfood/languages/sh_language_it.lua b/realistic_fastfood/realistic_fastfood/languages/sh_language_it.lua index c083ebc..4b53371 100644 --- a/realistic_fastfood/realistic_fastfood/languages/sh_language_it.lua +++ b/realistic_fastfood/realistic_fastfood/languages/sh_language_it.lua @@ -125,5 +125,6 @@ RFS.Language["it"] = { ["descLeftSwep"] = "Mangiare il cibo", ["descRightSwep"] = "Buttare il cibo", ["alreadyHaveSwep"] = "Hai già questo cibo in mano", - ["bag"] = "Borsa" + ["bag"] = "Borsa", + ["noIngredients"] = "Nessun ingrediente per il burger", } diff --git a/realistic_fastfood/realistic_fastfood/languages/sh_language_jp.lua b/realistic_fastfood/realistic_fastfood/languages/sh_language_jp.lua index fb02c2f..1ca59e4 100644 --- a/realistic_fastfood/realistic_fastfood/languages/sh_language_jp.lua +++ b/realistic_fastfood/realistic_fastfood/languages/sh_language_jp.lua @@ -125,5 +125,6 @@ RFS.Language["jp"] = { ["descLeftSwep"] = "食べ物を食べる", ["descRightSwep"] = "食べ物を捨てる", ["alreadyHaveSwep"] = "あなたはすでにこの食べ物を手にしている", - ["bag"] = "バッグ" + ["bag"] = "バッグ", + ["noIngredients"] = "バーガーの材料がありません", } diff --git a/realistic_fastfood/realistic_fastfood/languages/sh_language_ptbr.lua b/realistic_fastfood/realistic_fastfood/languages/sh_language_ptbr.lua index 1072ad0..178e8a4 100644 --- a/realistic_fastfood/realistic_fastfood/languages/sh_language_ptbr.lua +++ b/realistic_fastfood/realistic_fastfood/languages/sh_language_ptbr.lua @@ -121,6 +121,7 @@ RFS.Language["ptbr"] = { ["permissionTerminal"] = "As permissões dão acesso à alteração\npreço e quantidade do terminal", ["permissionScreen"] = "As permissões dão acesso para reivindicar\nor fechar pedido na tela", ["terminalReward"] = "Você acaba de ganhar %s pelo pedido feito em seu terminal", - ["maxOrder"] = "Você atingiu o máximo de pedidos" + ["maxOrder"] = "Você atingiu o máximo de pedidos", + ["noIngredients"] = "Sem ingredientes para o hambúrguer", } // PT-BR by: pop pic (https://www.gmodstore.com/users/poppic) \ No newline at end of file diff --git a/realistic_fastfood/realistic_fastfood/languages/sh_language_ru.lua b/realistic_fastfood/realistic_fastfood/languages/sh_language_ru.lua index 3f77597..06cf597 100644 --- a/realistic_fastfood/realistic_fastfood/languages/sh_language_ru.lua +++ b/realistic_fastfood/realistic_fastfood/languages/sh_language_ru.lua @@ -127,5 +127,6 @@ RFS.Language["ru"] = { ["descLeftSwep"] = "Yemeği ye", ["descRightSwep"] = "Yiyecekleri çöpe atın", ["alreadyHaveSwep"] = "У вас уже есть эта еда на руках", - ["bag"] = "Сумка" + ["bag"] = "Сумка", + ["noIngredients"] = "Нет ингредиентов для бургера", } diff --git a/realistic_fastfood/realistic_fastfood/languages/sh_language_tr.lua b/realistic_fastfood/realistic_fastfood/languages/sh_language_tr.lua index 29810bd..e23d314 100644 --- a/realistic_fastfood/realistic_fastfood/languages/sh_language_tr.lua +++ b/realistic_fastfood/realistic_fastfood/languages/sh_language_tr.lua @@ -123,5 +123,6 @@ RFS.Language["tr"] = { ["terminalReward"] = "Az önce terminalde yaptığın siparişten %s kazandın", ["maxOrder"] = "Maksimum sayıda siparişe ulaştın", ["alreadyHaveSwep"] = "Elinizde zaten bu yiyecek var", - ["bag"] = "Çanta" + ["bag"] = "Çanta", + ["noIngredients"] = "Burger için malzeme yok", } \ No newline at end of file