Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add turkish language #77

Merged
merged 1 commit into from
Feb 10, 2022
Merged
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
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ set(TS_FILES
data/translations/${PROJECT_NAME}_pt_BR.ts
data/translations/${PROJECT_NAME}_ru_RU.ts
data/translations/${PROJECT_NAME}_sk_SK.ts
data/translations/${PROJECT_NAME}_tr_TR.ts
data/translations/${PROJECT_NAME}_uk_UA.ts
data/translations/${PROJECT_NAME}_zh_CN.ts
)
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ Languages currently available:
* Russian
* Slovak
* Spanish (Mexico)
* Turkish
* Ukrainian

## TODO
Expand Down
1 change: 1 addition & 0 deletions data/kdiskmark.actions
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Description[ru]=Требуется авторизация для очистки
Description[de]=Legitimation ist zum Leeren des Pagecache erforderlich
Description[fr]=Autorisation est requise pour vider le cache des pages
Description[hu]=Hitelesítés szükséges a lemez gyorsítótárának törléséhez
Description[tr]=Disk önbelliğini temizlemek için kimlik doğrulama gereklidir
Description[uk]=Слід пройти розпізнавання, щоб очищати сторінковий кеш
Policy=auth_admin
Persistence=session
2 changes: 2 additions & 0 deletions data/kdiskmark.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Comment[hu]=Lemezek teljesítményét mérő alkalmazás
Comment[it]=Uno strumento per misurare le prestazioni di dischi e memorie fisiche
Comment[pt_BR]=Uma ferramenta de benchmark de discos
Comment[ru]=Тестирование производительности накопителей
Comment[tr]=Disk Sürücü performans ölçüm aracı
Comment[zh_CN]=磁盘测速工具
Keywords=benchmark;disk;
Keywords[es_MX]=benchmark;disco;
Expand All @@ -19,6 +20,7 @@ Keywords[hu]=benchmark;teljesítmény;mérés;lemez;meghajtó;
Keywords[it]=benchmark;disco;prestazioni;
Keywords[pt_BR]=benchmark;disco;
Keywords[ru]=производительность;диск;накопитель;
Keywords[tr]=benchmark;disk;
Keywords[zh_CN]=基准测试;磁盘;
Exec=kdiskmark
Icon=kdiskmark
Expand Down
Loading