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 translation #70

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ There are also a few issues marked as `help wanted` [here](https://github.com/is

- Brazilian Portuguese added by [@Gersonzao](https://github.com/Gersonzao)
- Polish added by Kamil K
- Turkish added by [@arda-guler](https://github.com/arda-guler)

Currently, all other translations in the extension are done by Google Translate and may be inaccurate. Pull requests fixing any incorrect translations or adding new ones are appreciated! The relevant files can be found in the `_locales` directory.

Expand Down
77 changes: 77 additions & 0 deletions _locales/tr/messages.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
{
"name": {
"message": "YouTube™ için Ek Açıklama Kurtarıcı"
},
"shortName": {
"message": "Ek Açıklama Kurtarıcı"
},
"description": {
"message": "YouTube™'a ek açıklama desteğini geri getirin!"
},

"statusTextNoVideo": {
"message": "Oynayan video yok."
},
"statusTextCheckingForVideo": {
"message": "Ek açıklamalar kontrol ediliyor..."
},

"loadAnnotationText": {
"message": "Ek Açıklama Dosyası Yükle"
},
"manageCacheText": {
"message": "Cache'i Düzenle"
},

"annotationCountSingular": {
"message": "Ek Açıklama"
},
"annotationCountPlural": {
"message": "Ek Açıklama"
},

"annotationTableType": {
"message": "Tip"
},
"annotationTableText": {
"message": "Metin"
},
"annotationTableTime": {
"message": "Zaman"
},

"annotationNoText": {
"message": "Metin yok"
},

"downloadButtonText": {
"message": "İndir"
},

"missingAnnotationsHeader": {
"message": "Hmm. Bu video için herhangi bir ek açıklama yok gibi görünüyor."
},
"missingAnnotationsText1": {
"message": "Ek açıklama dosyanız mı var?"
},
"missingAnnotationsText2": {
"message": "Şu e-posta adresine gönderin: "
},

"donateButtonText": {
"message": "Bana bir kahve alın!"
},

"manageCacheHeader": {
"message": "Ek Açıklama Kurtarıcı Cache'ini Düzenle"
},
"manageCacheTotalSizeText": {
"message": "Toplam Boyut:"
},
"manageCacheOpenButtonText": {
"message": "Aç"
},
"manageCacheDeleteButtonText": {
"message": "Sil"
}
}