-
Notifications
You must be signed in to change notification settings - Fork 833
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2054b15
commit 1e5a09a
Showing
3 changed files
with
31 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,29 @@ | ||
{ | ||
"search": "Arama", | ||
"search_no_results_1": "Oh hayır!", | ||
"search_no_results_2": "Bu emoji bulunamadı", | ||
"pick": "Bir emoji seçin…", | ||
"add_custom": "Özel emoji ekle", | ||
"categories": { | ||
"activity": "Aktivite", | ||
"custom": "Özel", | ||
"flags": "Bayraklar", | ||
"foods": "Yiyecek & İçecek", | ||
"frequent": "Sık kullanılanlar", | ||
"nature": "Hayvanlar & Doğa", | ||
"objects": "Nesneler", | ||
"people": "Suratlar & İnsanlar", | ||
"places": "Seyahat & Yerler", | ||
"search": "Arama sonuçları", | ||
"symbols": "Semboller" | ||
}, | ||
"skins": { | ||
"choose": "Varsayılan cilt tonunu seçiniz", | ||
"1": "Normal", | ||
"2": "Açık", | ||
"3": "Orta Açık", | ||
"4": "Orta", | ||
"5": "Orta Koyu", | ||
"6": "Koyu" | ||
} | ||
} |
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
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 |
---|---|---|
|
@@ -39,6 +39,7 @@ export default { | |
'pl', | ||
'pt', | ||
'ru', | ||
'tr', | ||
'uk', | ||
'zh', | ||
], | ||
|