Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
mrclksr committed Nov 30, 2022
1 parent 933da0f commit 78a2d9a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions config/usr/bin/update_obmenu
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,23 @@ my %trtbl_ru = (
'Update menu' => 'Обновить меню'
);

my %trtbl_tr = (
'AudioVideo' => 'Ses/videosu',
'Audio' => 'Ses',
'Video' => 'Video',
'Development' => 'Gelişim',
'Education' => 'Eğitim',
'Game' => 'oyun',
'Graphics' => 'Grafik',
'Network' => '',
'Office' => 'Ofis',
'Settings' => 'Ayarlar',
'System' => 'sistem',
'Utility' => 'Yarar',
'Application' => 'Başvuru',
'Update menu' => 'Güncelleme menüsü'
);

my %trtbl_zh = (
'AudioVideo' => '音頻視頻',
'Audio' => '音頻',
Expand Down Expand Up @@ -253,6 +270,7 @@ my %trtbl = (
jp => \%trtbl_jp,
pt => \%trtbl_pt,
ru => \%trtbl_ru,
tr => \%trtbl_tr,
zh => \%trtbl_zh
);

Expand Down

0 comments on commit 78a2d9a

Please sign in to comment.