Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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",
}
Original file line number Diff line number Diff line change
Expand Up @@ -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",
}
Original file line number Diff line number Diff line change
Expand Up @@ -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",
}
Original file line number Diff line number Diff line change
Expand Up @@ -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",
}
Original file line number Diff line number Diff line change
Expand Up @@ -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",
}
Original file line number Diff line number Diff line change
Expand Up @@ -125,5 +125,6 @@ RFS.Language["jp"] = {
["descLeftSwep"] = "食べ物を食べる",
["descRightSwep"] = "食べ物を捨てる",
["alreadyHaveSwep"] = "あなたはすでにこの食べ物を手にしている",
["bag"] = "バッグ"
["bag"] = "バッグ",
["noIngredients"] = "バーガーの材料がありません",
}
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Original file line number Diff line number Diff line change
Expand Up @@ -127,5 +127,6 @@ RFS.Language["ru"] = {
["descLeftSwep"] = "Yemeği ye",
["descRightSwep"] = "Yiyecekleri çöpe atın",
["alreadyHaveSwep"] = "У вас уже есть эта еда на руках",
["bag"] = "Сумка"
["bag"] = "Сумка",
["noIngredients"] = "Нет ингредиентов для бургера",
}
Original file line number Diff line number Diff line change
Expand Up @@ -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",
}