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

Added Turkish Translations #133

Open
wants to merge 6 commits into
base: develop
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
2 changes: 1 addition & 1 deletion config/localesSync.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
primaryLanguage: 'en',
secondaryLanguages: ['de', 'es', 'fr', 'it', 'ja', 'ko', 'zh-Hans', 'zh-Hant', 'ru'],
secondaryLanguages: ['de', 'es', 'fr', 'it', 'ja', 'ko', 'zh-Hans', 'zh-Hant', 'ru','tr'],
localesFolder: './locales',
spaces: 2,
useEmptyString: true,
Expand Down
50 changes: 50 additions & 0 deletions locales/tr/logbook.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
{
"type": {
"NEW": "YENİ",
"SHINY": "PARLAK",
"CAUGHT": "YAKALANDI",
"ESCAPED": "KAÇTI",
"ROAMER": "GEZGİN",
"ACHIEVE": "BAŞARI",
"QUEST": "GÖREV",
"FOUND": "BULUNDU",
"FRONTIER": "FRONTIER",
"WANDER": "DOLAŞAN",
"OTHER": "DİĞER"
},
"earnedAchievement": "\"{{ name }}\" Kazanıldı.",
"escapedShiny": "Parlak pokemon {{ pokemon, pokemon }} kaçtı!",
"escapedShinyDupe": "[[escapedShiny]] (tekrarlayan)",
"escapedWild": "Vahşi {{ pokemon, pokemon }} kaçtı!",
"encounterShiny": "[{{ location }}] konumunda vahşi parlak {{ pokemon, pokemon }} ile karşılaşıldı.",
"encounterShinyDupe": "[[encounterShiny]] (tekrarlayan)",
"encounterWild": "[{{ location }}] konumunda vahşi {{ pokemon, pokemon }} ile karşılaşıldı.",
"gainBattleFrontierReward": "Savaş Sınırının {{ stage }} seviyesini tamamladın ve {{ reward }} ödülünü aldın!",
"gainBattleFrontierPoints": "Savaş Sınırının {{ stage }}seviyesini tamamladın ve {{ points }} Savaş Puanı aldın.",
"hatchedShiny": "Yumurtadan parlak {{ pokemon, pokemon }} çıktı!",
"hatchedShinyDupe": "[[hatchedShiny]] (tekrarlayan)",
"unableToPayHatcheryHelper": "Kuluçka Yardımıcısı {{ name }} adlı çalışanın {{ currency }} maaşını ödeyecek paran yok!",
"unableToPayFarmHand": "Çiftlik yardımcısı {{ name }} adlı çalışanın maaşını ödeyecek çiftlik puanın yok!",
"registeredBerry": "Meyve Rehberine {{ berry }} adlı meyveyi kaydettin!",
"shinyWander": "Parlak {{ pokemon, pokemon }} çiftliğinde geziyor!",
"shinyWanderDupe": "[[shinyWander]] (tekrarlayan)",
"wildWander": "Vahşi {{ pokemon, pokemon }} çiftliğinde geziyor!",
"fluteRanOutOfGems": "{{ flute }} için yeterli mücevherin yok!",
"purchasedShiny": "Satın alınan {{ pokemon, pokemon }} parlak çıktı!",
"purchasedShinyDupe": "[[purchasedShiny]] (tekrarlayan)",
"evolvedShiny": "{{ basePokemon, pokemon }}, parlak {{ evolvedPokemon, pokemon }} evrimleşti!",
"evolvedShinyDupe": "[[evolvedShiny]] (tekrarlayan)",
"captured": "{{ pokemon, pokemon }} yakaladın.",
"capturedShiny": "Parlak {{ pokemon, pokemon }} yakaladın!",
"capturedShinyDupe": "[[capturedShiny]] (tekrarlayan)",
"enemyDrop": "Rakip {{ pokemon, pokemon }}, {{ item }} düşürdü.",
"capturedShadow": "Gölge {{ pokemon, pokemon }} yakaladın!",
"roamer": "[{{ location }}] konumunda, gezgin {{ pokemon, pokemon }} ile karşılaşıldı!",
"roamerShiny": "[{{ location }}] konumunda, Parlak Gezgin {{ pokemon, pokemon }} ile karşılaşıldı!",
"roamerShinyDupe": "[[roamerShiny]] (tekrarlayan)",
"completedQuest": "\"{{ quest }}\" Görevi tamamlandı.",
"completedQuestWithPoints": "\"{{ quest }}\" görevi {{ points }} Görev Puanı ile tamamlandı.",
"questLevelUp": "Görev Seviyesi {{ level }}. seviyeye arttı!",
"resistantToPokerus": "{{ pokemon, pokemon }} Pokérus'a dirençli hale geldi."
}

Loading