summaryrefslogtreecommitdiff
path: root/app/Locale/tr_TR
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-03-05 17:48:45 -0500
committerFrederic Guillot <fred@kanboard.net>2016-03-05 17:48:45 -0500
commit4c9179878182e49e42d47a004c24b0aa9c9b72ee (patch)
tree2c78784a7d9bb5c85aa782e30382b0f58f4059c1 /app/Locale/tr_TR
parent7c7692698014e9ac96c1d0446bacd972faa5a940 (diff)
Sync locales
Diffstat (limited to 'app/Locale/tr_TR')
-rw-r--r--app/Locale/tr_TR/translations.php11
1 files changed, 7 insertions, 4 deletions
diff --git a/app/Locale/tr_TR/translations.php b/app/Locale/tr_TR/translations.php
index aa73c1c6..1e376de3 100644
--- a/app/Locale/tr_TR/translations.php
+++ b/app/Locale/tr_TR/translations.php
@@ -8,7 +8,6 @@ return array(
'Edit' => 'Düzenle',
'remove' => 'sil',
'Remove' => 'Sil',
- 'Update' => 'Güncelle',
'Yes' => 'Evet',
'No' => 'Hayır',
'cancel' => 'İptal',
@@ -60,7 +59,6 @@ return array(
'Actions' => 'İşlemler',
'Inactive' => 'Aktif değil',
'Active' => 'Aktif',
- 'Add this column' => 'Bu sütunu ekle',
'%d tasks on the board' => '%d görev bu tabloda',
'%d tasks in total' => '%d görev toplam',
'Unable to update this board.' => 'Bu tablo güncellenemiyor.',
@@ -184,7 +182,6 @@ return array(
'Unable to remove this action.' => 'Bu işlem silinemedi',
'Action removed successfully.' => 'İşlem başarıyla silindi',
'Automatic actions for the project "%s"' => '"%s" projesi için otomatik işlemler',
- 'Defined actions' => 'Tanımlanan işlemler',
'Add an action' => 'İşlem ekle',
'Event name' => 'Durum adı',
'Action name' => 'İşlem adı',
@@ -194,7 +191,6 @@ return array(
'When the selected event occurs execute the corresponding action.' => 'Seçilen durum oluştuğunda ilgili eylemi gerçekleştir.',
'Next step' => 'Sonraki adım',
'Define action parameters' => 'İşlem parametrelerini düzenle',
- 'Save this action' => 'Bu işlemi kaydet',
'Do you really want to remove this action: "%s"?' => 'Bu işlemi silmek istediğinize emin misiniz: "%s"?',
'Remove an automatic action' => 'Bir otomatik işlemi sil',
'Assign the task to a specific user' => 'Görevi bir kullanıcıya ata',
@@ -1148,4 +1144,11 @@ return array(
// 'This value must be greater than %d' => '',
// 'Another swimlane with the same name exists in the project' => '',
// 'Example: http://example.kanboard.net/ (used to generate absolute URLs)' => '',
+ // 'Actions duplicated successfully.' => '',
+ // 'Unable to duplicate actions.' => '',
+ // 'Add a new action' => '',
+ // 'Import from another project' => '',
+ // 'There is no action at the moment.' => '',
+ // 'Import actions from another project' => '',
+ // 'There is no available project.' => '',
);