Skip to content

Commit

Permalink
Create tr.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
TitanHaxz committed Feb 28, 2024
1 parent 7454d2b commit 94638e4
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions locales/tr.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
Locales ['tr'] = {
['valid_purchase'] = 'Değişiklikleri onaylıyor musun?',
['yes'] = 'Evet (<span style="color: green;">$%s</span>)',
['no'] = 'Hayır',
['helmet'] = 'Kask / Şapka',
['glasses'] = 'Gözlük',
['mask'] = 'Maske',
['ears'] = 'Kulaklık',
['shop'] = '%s dükkanı',
['set_unset'] = 'Giy / Çıkar',
['not_enough_money'] = 'Yeterli paran yok',
['press_access'] = 'Menüye erişmek için ~b~[E]~s~ tuşuna bas.',
['accessories_blip'] = 'Aksesuarlar',
['no_ears'] = 'Kulaklığın yok',
['no_glasses'] = 'Gözlüğün yok',
['no_helmet'] = 'Kaskın yok',
['no_mask'] = 'Masken yok',
['you_paid'] = 'Ödeme yaptın: $%s',
['keymap'] = 'Aksesuar Menüsünü Aç',

}

0 comments on commit 94638e4

Please sign in to comment.