Pulled translations from transifex

This commit is contained in:
Bernd Bestel
2019-04-23 09:40:04 +02:00
parent c5993ad994
commit 04ca6edbd3
19 changed files with 687 additions and 18 deletions

View File

@@ -86,5 +86,9 @@ return array(
'French' => 'Fransızca',
'Turkish' => 'Türkçe',
'Spanish' => 'İspanyolca',
'Russian' => 'Rusça'
'Russian' => 'Rusça',
'The thing which happens on the 5th of every month' => 'The thing which happens on the 5th of every month',
'The thing which happens daily' => 'The thing which happens daily',
'The thing which happens on Mondays and Wednesdays' => 'The thing which happens on Mondays and Wednesdays',
'Swedish' => 'Swedish'
);

View File

@@ -151,7 +151,7 @@ return array(
'Edit recipe ingredient' => 'Tarif malzemesini düzenle',
'Are you sure to delete recipe "#1"?' => 'Tarif "#1"\'i silmek istediğine emin misin?',
'Are you sure to delete recipe ingredient "#1"?' => 'Tarif malzemesi "#1"\'i silmek istediğine emin misin?',
'Are you sure to empty the shopping list?' => 'Alışveriş listesini temizlemek istediğine emin misin?',
'Are you sure to empty shopping list "#1"?' => 'Are you sure to empty shopping list "#1"?',
'Clear list' => 'Listeyi temizle',
'Requirements fulfilled' => 'Gereklilikler sağlandı',
'Put missing products on shopping list' => 'Eksik malzemeleri alışveriş listesine ekle',
@@ -356,7 +356,42 @@ return array(
'Changelog' => 'Değişiklikler',
'will be multiplied a factor of #1 to get #2' => '#2\'yi bulmak için #1\'in faktörüyle çarpılacak',
'The given date is earlier than today, are you sure?' => 'Yazılan tarih bugünden daha önce, emin misiniz?',
'Product count' => 'Product count',
'Type a new product name or barcode and hit TAB to start a workflow' => 'Type a new product name or barcode and hit TAB to start a workflow',
'This will be used as the default setting when adding this product as a recipe ingredient' => 'This will be used as the default setting when adding this product as a recipe ingredient'
'Product count' => 'Ürün sayısı',
'Type a new product name or barcode and hit TAB to start a workflow' => 'İş akışı başlatmak için yeni bir ürün ismi veya barkodu yazın ve TAB tuşuna basın',
'This will be used as the default setting when adding this product as a recipe ingredient' => 'Varsayılan olarak bu ürünü tarif malzemesi olarak eklediğinizde bu ayar kullanılacak',
'Add item' => 'Add item',
'Selected shopping list' => 'Selected shopping list',
'New shopping list' => 'New shopping list',
'Delete shopping list' => 'Delete shopping list',
'Chores settings' => 'Chores settings',
'Batteries settings' => 'Batteries settings',
'Tasks settings' => 'Tasks settings',
'Create shopping list' => 'Create shopping list',
'Are you sure to delete shopping list "#1"?' => 'Are you sure to delete shopping list "#1"?',
'Average shelf life' => 'Average shelf life',
'Spoil rate' => 'Spoil rate',
'Show more' => 'Show more',
'Show less' => 'Show less',
'The amount must be between #1 and #2' => 'The amount must be between #1 and #2',
'Day of month' => 'Day of month',
'Monday' => 'Monday',
'Tuesday' => 'Tuesday',
'Wednesday' => 'Wednesday',
'Thursday' => 'Thursday',
'Friday' => 'Friday',
'Saturday' => 'Saturday',
'Sunday' => 'Sunday',
'Configure userfields' => 'Configure userfields',
'Userfields' => 'Userfields',
'Filter by entity' => 'Filter by entity',
'Entity' => 'Entity',
'Caption' => 'Caption',
'Type' => 'Type',
'Create userfield' => 'Create userfield',
'A entity is required' => 'A entity is required',
'A caption is required' => 'A caption is required',
'A type is required' => 'A type is required',
'Show as column in tables' => 'Show as column in tables',
'This is required and can only contain letters and numbers' => 'This is required and can only contain letters and numbers',
'Edit userfield' => 'Edit userfield'
);