diff options
Diffstat (limited to 'app/Locales/sv_SE')
-rw-r--r-- | app/Locales/sv_SE/translations.php | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/app/Locales/sv_SE/translations.php b/app/Locales/sv_SE/translations.php index 96e4530d..a96b6c9a 100644 --- a/app/Locales/sv_SE/translations.php +++ b/app/Locales/sv_SE/translations.php @@ -349,9 +349,9 @@ return array( 'estimated' => 'uppskattat', 'Sub-Tasks' => 'Deluppgifter', 'Add a sub-task' => 'Lägg till deluppgift', - 'Original Estimate' => 'Ursprunglig uppskattning', + 'Original estimate' => 'Ursprunglig uppskattning', 'Create another sub-task' => 'Skapa en till deluppgift', - 'Time Spent' => 'Nedlagd tid', + 'Time spent' => 'Nedlagd tid', 'Edit a sub-task' => 'Ändra en deluppgift', 'Remove a sub-task' => 'Ta bort en deluppgift', 'The time must be a numeric value' => 'Tiden måste ha ett numeriskt värde', @@ -538,4 +538,9 @@ return array( // 'This project is private' => '', // 'Type here to create a new sub-task' => '', // 'Add' => '', + // 'Estimated time: %s hours' => '', + // 'Time spent: %s hours' => '', + // 'Started on %B %e, %Y' => '', + // 'Start date' => '', + // 'Time estimated' => '', ); |