Skip to content
Merged
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
7 changes: 7 additions & 0 deletions app/backend/src/couchers/notifications/locales/tr.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,13 @@
},
"email_address__change": {
"body": "Yeni adresinizi onaylamak için {{email}} adresine gönderdiğimiz bağlantıyı kullanın."
},
"event__create_any": {
"ios_subtitle": "{{title}}",
"body": "{{user}} etkinliği {{date_and_time}} tarihinde oluşturdu."
},
"event__create_approved": {
"title": "Yeni etkinlik: {{title}}"
}
},
"topic_action_descriptions": {
Expand Down
10 changes: 9 additions & 1 deletion app/web/features/auth/locales/tr.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,15 @@
},
"jail": {
"location_section": {
"title": "Lütfen konumunuzu güncelleyin"
"title": "Lütfen konumunuzu güncelleyin",
"submit_button": {
"active_text": "Kaydet",
"inactive_text": "Teşekkürler!"
},
"resubmit_button_text": "Yeniden gönder"
},
"mod_note_section": {
"title": "Moderatörlerden bir not aldınız"
}
}
}
4 changes: 3 additions & 1 deletion app/web/features/communities/locales/tr.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,7 @@
"time_required": "Lütfen bir zaman girin.",
"end_date": "Bitiş tarihi",
"load_more_attendees": "Daha fazla katılımcı yükle",
"invalid_time": "Saat 24 saat formatında SS:DD olmalıdır."
"invalid_time": "Saat 24 saat formatında SS:DD olmalıdır.",
"load_more_organizers": "Daha fazla organizatör yükle",
"location": "Konum"
}
4 changes: 4 additions & 0 deletions app/web/features/messages/locales/tr.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,5 +113,9 @@
},
"host_request_status": {
"rejected": "Reddedildi"
},
"host_request_item": {
"expired": "Bu isteğin süresi doldu",
"pending": "Bu istek hala bekliyor"
}
}
10 changes: 9 additions & 1 deletion app/web/features/profile/locales/tr.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,5 +103,13 @@
"basic_information": "Temel Bilgiler",
"name": "İsim"
},
"edit_profile_helper_text": "Nereden başlayağına karar vermek için ilham mı arıyorsun? <2>Harika bir profil yaratmak üzerine olan rehberimize bak</2>."
"edit_profile_helper_text": "Nereden başlayağına karar vermek için ilham mı arıyorsun? <2>Harika bir profil yaratmak üzerine olan rehberimize bak</2>.",
"smoking_location": {
"yes": "Evet"
},
"edit_profile_name_required": "İsim gerekli",
"edit_home_questions": {
"accept_drinking": "İnsanların içki içmesiyle sorunum yok",
"accept_pets": "Evcil hayvanı olan kişilere ev sahipliği yapar"
}
}
3 changes: 2 additions & 1 deletion app/web/features/search/locales/tr.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,6 @@
},
"by_location_filter_label": "Konuma göre"
},
"choose_search_criteria": "Aramaya bir konum yaz veya bir filtre uygula."
"choose_search_criteria": "Aramaya bir konum yaz veya bir filtre uygula.",
"location": "Konum"
}
Loading