Skip to content

Commit

Permalink
Merge pull request #21 from iboss21/patch-1
Browse files Browse the repository at this point in the history
Georgian Language for qb-vineyard
  • Loading branch information
GhzGarage authored Apr 7, 2022
2 parents d1c1bde + 9889d61 commit 7562f32
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions locales/ge.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
local Translations = {
error = {
["invalid_job"] = "არამგონია აქ ვიმუშაო...",
["invalid_items"] = "თქვენ არ გაქვთ სწორი ნივთები!",
["no_items"] = "თქვენ არ გაქვთ რაიმე ნივთი!",
},
progress = {
["pick_grapes"] = "ყურძნის კრეფა ..",
["process_grapes"] = "ყურძნის გადამუშავება..",
},
task = {
["start_task"] = "[E] Დაწყება",
["load_ingrediants"] = "[E] ჩატვირთეთ ინგრედიენტები",
["wine_process"] = "[E] დაიწყეთ ღვინის პროცესი",
["get_wine"] = "[E] მიიღეთ ღვინო",
["make_grape_juice"] = "[E] მოამზადეთ ყურძნის წვენი",
["countdown"] = "Დარჩენილი დრო %{time}s",
['cancel_task'] = "თქვენ გააუქმეთ დავალება"
}
}
Lang = Locale:new({phrases = Translations, warnOnMissing = true})

0 comments on commit 7562f32

Please sign in to comment.