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

🌐 Update tr i18n #105

Merged
merged 1 commit into from
Feb 6, 2022
Merged
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
26 changes: 13 additions & 13 deletions i18n/tr.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
article:
anchor_label: "Anchor"
# anchor_label: "Anchor"
date: "{{ .Date }}"
# date_updated: "Updated: {{ .Date }}"
date_updated: "Güncellendi: {{ .Date }}"
draft: "Taslak"
edit_title: "İçeriği düzenle"
reading_time:
Expand All @@ -15,9 +15,9 @@ article:
author:
byline_title: "Yazar"

# code:
# copy: "Copy"
# copied: "Copied"
code:
copy: "Kopyala"
copied: "Kopyalandı"

error:
404_title: "Sayfa Bulunamadı :confused:"
Expand All @@ -27,20 +27,20 @@ error:
footer:
dark_appearance: "Koyu görünüme geç"
light_appearance: "Açık görünüme geç"
powered_by: "{{ .Hugo }} & {{ .Congo }} tarafından desteklenmektedir"
powered_by: "{{ .Hugo }} & {{ .Congo }} tarafından desteklenmektedir."

list:
externalurl_title: "Harici siteye bağlantı"
no_articles: "Henüz burada listelenecek bir makale yok."

# nav:
# scroll_to_top_title: "Scroll to top"
# skip_to_main: "Skip to main content"
nav:
scroll_to_top_title: "Yukarı çık"
skip_to_main: "Ana içeriğe geç"

# search:
# open_button_title: "Search (/)"
# close_button_title: "Close (Esc)"
# input_placeholder: "Search"
search:
open_button_title: "Ara (/)"
close_button_title: "Kapat (Esc)"
input_placeholder: "Ara"

sharing:
email: "Email ile gönder"
Expand Down