generated from demiryasinoruc/vue-chrome-extension-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat:localization files added to project
- Loading branch information
Showing
6 changed files
with
220 additions
and
10 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,48 @@ | ||
{ | ||
"en": { | ||
"message": { | ||
"allGames": "All Games", | ||
"gameList": "Game List", | ||
"recentGames": "Recently Added Games", | ||
"first": "first", | ||
"prev": "prev", | ||
"next": "next", | ||
"last": "last", | ||
"all": "all", | ||
"title": "Title", | ||
"status": "Status", | ||
"optimized": "Fully Optimized", | ||
"new": "New", | ||
"publisher": "Publisher", | ||
"genres": "Genre(s)", | ||
"yes": "Yes", | ||
"no": "No", | ||
"available": "Available", | ||
"maintenance": "Maintenance", | ||
"searchGames": "Search games" | ||
} | ||
}, | ||
"tr": { | ||
"message": { | ||
"allGames": "Bütün Oyunlar", | ||
"gameList": "Oyun Listesi", | ||
"recentGames": "Yeni Eklenen Oyunlar", | ||
"first": "ilk", | ||
"prev": "önceki", | ||
"next": "sonraki", | ||
"last": "son", | ||
"all": "Tümü", | ||
"title": "Başlık", | ||
"status": "Durum", | ||
"optimized": "Tam Optimize", | ||
"new": "Yeni", | ||
"publisher": "Yayıncı", | ||
"genres": "Türler", | ||
"yes": "Evet", | ||
"no": "Hayır", | ||
"available": "Mevcut", | ||
"maintenance": "Bakımda", | ||
"searchGames": "Oyun Ara" | ||
} | ||
} | ||
} |
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,28 @@ | ||
{ | ||
"en": { | ||
"message": { | ||
"options": "Options", | ||
"nodificationError": "Show desktop notification for fetching data error", | ||
"nodificationUpdate": "Show desktop notification when extension is updated", | ||
"nodificationNewGame": "Show desktop notification when new game(s) added", | ||
"changelogPage": "Open changelog page when extension is updated", | ||
"updateEvery": "Update your game list every", | ||
"hours": "hour(s)", | ||
"effect": " Will be effective after the first fetch", | ||
"optionsSaved": "Options saved!" | ||
} | ||
}, | ||
"tr": { | ||
"message": { | ||
"options": "Seçenekler", | ||
"nodificationError": "Hataları masaüstü bildirimi olarak göster", | ||
"nodificationUpdate": "Eklenti gücellemelerini masaüstü bildirimi olarak göster", | ||
"nodificationNewGame": "Yeni oyunar eklendiğinde masaüstü bildirimi olarak göster", | ||
"changelogPage": "Eklenti Güncellendiğinde yenilikleri göster", | ||
"updateEvery": "Oyunları şu saatte bir güncelle: ", | ||
"hours": "saat", | ||
"effect": "Seçenekler ilk güncellemeden sonra etkin olacaktır", | ||
"optionsSaved": "Seçenekler Kaydedildi!" | ||
} | ||
} | ||
} |
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,24 @@ | ||
{ | ||
"en": { | ||
"message": { | ||
"newBage": "new", | ||
"gameList": "Game List", | ||
"fetchGames": "Fetch Games", | ||
"version": "Version:", | ||
"twitter": "Twitter", | ||
"changelog": "Changelog", | ||
"options": "Options" | ||
} | ||
}, | ||
"tr": { | ||
"message": { | ||
"newBage": "yeni", | ||
"gameList": "Oyun listesi", | ||
"fetchGames": "Fetch Games", | ||
"version": "Version:", | ||
"twitter": "Twitter", | ||
"changelog": "Yenilikler", | ||
"options": "Seçenekler" | ||
} | ||
} | ||
} |