Skip to content

Commit

Permalink
Turkish translation
Browse files Browse the repository at this point in the history
  • Loading branch information
i-kulgu authored Mar 16, 2022
1 parent ba19ec9 commit 4036591
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions locales/tr.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
local Translations = {
error = {
["invalid_job"] = "Burada çalıştığımı sanmıyorum...",
["invalid_items"] = "Doğru itemlere sahip değilsin!",
["no_items"] = "Herhangi bir iteminiz yok!",
},
progress = {
["pick_grapes"] = "Üzüm toplanıyor ..",
["process_grapes"] = "Üzüm İşleniyor ..",
},
task = {
["start_task"] = "[E] Başla",
["load_ingrediants"] = "[E] Malzemeleri Yükle",
["wine_process"] = "[E] Şarap İşlemeye Başla",
["get_wine"] = "[E] Şarap Al",
["make_grape_juice"] = "[E] Üzüm Suyu Yap",
["countdown"] = "Kalan süre %{time}s",
['cancel_task'] = "Görevi iptal ettiniz"
}
}
Lang = Locale:new({phrases = Translations, warnOnMissing = true})

0 comments on commit 4036591

Please sign in to comment.