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

@@ -2,5 +2,8 @@
return array(
'manually' => 'Manuel',
'dynamic-regular' => 'Automatisk'
'dynamic-regular' => 'Automatisk',
'daily' => 'Daglig',
'weekly' => 'Ukentlig',
'monthly' => 'Månedlig'
);

View File

@@ -86,5 +86,9 @@ return array(
'French' => 'Fransk',
'Turkish' => 'Tyrkisk',
'Spanish' => 'Spansk',
'Russian' => 'Russisk'
'Russian' => 'Russisk',
'The thing which happens on the 5th of every month' => 'Husarbeid som skjer den 5 hver måneden',
'The thing which happens daily' => 'Husarbeid som skjer daglig',
'The thing which happens on Mondays and Wednesdays' => 'Husarbeid som skjer på mandager og onsdager',
'Swedish' => 'Swedish'
);

View File

@@ -151,7 +151,7 @@ return array(
'Edit recipe ingredient' => 'Endre ingrediens i oppskrift',
'Are you sure to delete recipe "#1"?' => 'Er du sikker du ønsker å slette oppskrift "#1"?',
'Are you sure to delete recipe ingredient "#1"?' => 'Er du sikker du ønsker å slette ingrediens "#1" fra oppskriften?',
'Are you sure to empty the shopping list?' => 'Er du sikker du ønsker å slette handlelisten?',
'Are you sure to empty shopping list "#1"?' => 'Are you sure to empty shopping list "#1"?',
'Clear list' => 'Slett handleliste',
'Requirements fulfilled' => 'Har jeg alt jeg trenger for denne oppskriften?',
'Put missing products on shopping list' => 'Legg manglende produkter til handlelisten',
@@ -358,5 +358,40 @@ return array(
'The given date is earlier than today, are you sure?' => 'Den oppgitte datoen er tidligere enn i dag, er du sikker du ønsker å bruke denne?',
'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'
'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',
'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' => 'Vis mer',
'Show less' => 'Vis mindre',
'The amount must be between #1 and #2' => 'The amount must be between #1 and #2',
'Day of month' => 'Day of month',
'Monday' => 'Mandag',
'Tuesday' => 'Tirsdag',
'Wednesday' => 'Onsdag',
'Thursday' => 'Torsdag',
'Friday' => 'Fredag',
'Saturday' => 'Lørdag',
'Sunday' => 'Søndag',
'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'
);