Skip to content

Commit

Permalink
Merge pull request #10 from cagatayldzz/dev
Browse files Browse the repository at this point in the history
update v0.1.0-beta.13
  • Loading branch information
cagatayldzz authored May 4, 2020
2 parents c85b3d5 + d11b697 commit 4304c8f
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Turkish Language Pack for Flarum

[![Latest Stable Version](https://img.shields.io/badge/packagist-v0.1.0--beta.12-orange.svg)](https://packagist.org/packages/cagatayldzz/lang-turkish)
[![Latest Stable Version](https://img.shields.io/badge/packagist-v0.1.0--beta.13-orange.svg)](https://packagist.org/packages/cagatayldzz/lang-turkish)
[![GitHub license](https://img.shields.io/github/license/cagatayldzz/lang-turkish.svg)](https://raw.githubusercontent.com/cagatayldzz/lang-turkish/master/LICENSE)

### Installation
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"keywords": ["locale"],
"license": "MIT",
"require": {
"flarum/core": "^0.1.0-beta.12"
"flarum/core": "^0.1.0-beta.13"
},
"extra": {
"branch-alias": {
Expand Down
6 changes: 5 additions & 1 deletion locale/core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ core:
color_label: => core.ref.color
delete_button: Delete Group
delete_confirmation: "Bu grubu silmek istediğinizden emin misiniz? Grup üyeleri silinmeyecektir."
hide_label: Forumda gizle
icon_label: => core.ref.icon
icon_text: => core.ref.icon_text
name_label: İsim
Expand Down Expand Up @@ -165,6 +166,7 @@ core:
sign_up_label: Kayıt Olma
start_discussions_label: Tartışma başlatma
view_discussions_label: Tartışma görüntüleme
view_hidden_groups_label: Gizli grup etiketlerini görüntüle
view_last_seen_at_label: Kullanıcının son görülme zamanını görüntüle
view_post_ips_label: Mesaj IP adresi görüntüleme
view_user_list_label: Kullanıcı listesini görüntüle
Expand Down Expand Up @@ -338,8 +340,10 @@ core:
# These translations are used by the post control buttons.
post_controls:
delete_button: => core.ref.delete
delete_confirmation: "Bu mesajı kalıcı silmek istediğinizden emin misiniz? Bu işlem geri alınamaz."
delete_forever_button: => core.ref.delete_forever
edit_button: => core.ref.edit
hide_confirmation: "Bu mesajı silmek istediğinizden emin misiniz?"
restore_button: => core.ref.restore

# These translations are used in the scrubber to the right of the post stream.
Expand Down Expand Up @@ -410,7 +414,7 @@ core:
user_controls:
button: Ayarlar
delete_button: => core.ref.delete
delete_confirmation: "Bu kullanıcıyı silmek istediğinizden emin misiniz? Kullanıcının tüm mesajları silinecek."
delete_confirmation: "Bu kullanıcıyı silmek istediğinizden emin misiniz? Kullanıcının mesajları silinmez."
delete_error_message: "<i>{username} ({email})</i> kullanıcı silme işlemi başarısız oldu"
delete_success_message: "<i>{username} ({email})</i> kullanıcısı silindi"
edit_button: => core.ref.edit
Expand Down
9 changes: 9 additions & 0 deletions locale/flarum-tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@ flarum-tags:
# Translations in this namespace are used by the forum user interface.
forum:

# These translations are displayed on the page that lists all tags.
all_tags:
meta_description_text: Tüm Etiketler
meta_title_text: => flarum-tags.ref.tags

# These translations are used by the Choose Tags modal dialog.
choose_tags:
choose_primary_placeholder: "Bir Birincil etiket seçin|{count} birincil etiket seç"
Expand Down Expand Up @@ -89,6 +94,10 @@ flarum-tags:
removed_tags_text: "{username} {tagsRemoved} kaldırdı."
tags_text: "{tags} etiket|{tags} etiketler"

# These translations are used when visiting a single tag's discussion list.
tag:
meta_description_text: "{tag} etiketi ile yapılan tüm tartışmalar"

# Translations in this namespace are used by the forum and admin interfaces.
lib:

Expand Down

0 comments on commit 4304c8f

Please sign in to comment.