-
Notifications
You must be signed in to change notification settings - Fork 417
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #157 from murgupluoglu/master
TR language added
- Loading branch information
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<string name="appupdater_update_available">Yeni güncelleme mevcut!</string> | ||
<string name="appupdater_update_available_description_dialog">Güncelleme %1$s indirilmek için hazır. %2$s için en son güncellemeyi yükleyerek yeni eklenen özellikleri, iyileştirmeleri ve hata düzeltmelerini alırsınız.</string> | ||
<string name="appupdater_update_available_description_dialog_before_release_notes">%1$s güncellemesi indirilmek için hazır..\n\nGüncelleme ile gelen özellikler:\n%2$s</string> | ||
<string name="appupdater_update_available_description_snackbar">Güncelleme %1$s mevcut!</string> | ||
<string name="appupdater_update_available_description_notification">%2$s için %1$s güncellemesi mevcut</string> | ||
<string name="appupdater_update_not_available">Güncelleme yok</string> | ||
<string name="appupdater_update_not_available_description">%s için mevcut en son güncellemeyi yüklediniz!</string> | ||
<string name="appupdater_btn_update">Güncelle</string> | ||
<string name="appupdater_btn_disable">Tekrar gösterme</string> | ||
<string name="appupdater_btn_dismiss">Kapat</string> | ||
<string name="appupdater_channel_name">Bildirimleri Güncelle</string> | ||
</resources> |