Sync locales

This commit is contained in:
Frederic Guillot
2017-03-19 17:59:33 -04:00
parent 6bd0ce25c9
commit 7bfeaaf164
27 changed files with 495 additions and 235 deletions

View File

@@ -39,7 +39,6 @@ return array(
'Administrator' => 'Administrator',
'Sign in' => 'Prijava',
'Users' => 'Korisnici',
'No user' => 'Nema korisnika',
'Forbidden' => 'Zabranjeno',
'Access Forbidden' => 'Pristup zabranjen',
'Edit user' => 'Uredi korisnika',
@@ -402,16 +401,13 @@ return array(
'API' => 'API',
'Create a comment from an external provider' => 'Napravi komentar preko vanjskog posrednika',
'Project management' => 'Upravljanje projektima',
'My projects' => 'Moji projekti',
'Columns' => 'Kolone',
'Task' => 'Zadatak',
'Your are not member of any project.' => 'Nisi član ni jednog projekta',
'Percentage' => 'Procenat',
'Number of tasks' => 'Broj zadataka',
'Task distribution' => 'Podjela zadataka',
'Analytics' => 'Analiza',
'Subtask' => 'Pod-zadatak',
'My subtasks' => 'Moji pod-zadaci',
'User repartition' => 'Zaduženja korisnika',
'Clone this project' => 'Kloniraj ovaj projekat',
'Column removed successfully.' => 'Kolona uspješno uklonjena.',
@@ -889,7 +885,6 @@ return array(
'There is no user available.' => 'Trenutno nema dostupnih korisnika.',
'Do you really want to remove the user "%s" from the group "%s"?' => 'Da li zaista želiš ukloniti korisnika "%s" iz grupe "%s"?',
'There is no group.' => 'Trenutno nema grupa.',
'External Id' => 'Vanjski Id',
'Add group member' => 'Dodaj člana grupe',
'Do you really want to remove this group: "%s"?' => 'Da li zaista želiš ukloniti ovu grupu: "%s"?',
'There is no user in this group.' => 'Trenutno nema korisnika u grupi.',
@@ -955,7 +950,6 @@ return array(
'Default priority' => 'Podrazumijevani prioritet',
'Lowest priority' => 'Najmanji prioritet',
'Highest priority' => 'Najveći prioritet',
'If you put zero to the low and high priority, this feature will be disabled.' => 'Ako upišeš nulu za najmanji i najveći prioritet, ova opcija će biti onemogućena.',
'Close a task when there is no activity' => 'Zatvori zadatak kada nema aktivnosti',
'Duration in days' => 'Dužina trajanja u danima',
'Send email when there is no activity on a task' => 'Pošalji email kada nema aktivnosti na zadatku',
@@ -1169,8 +1163,6 @@ return array(
'Subtasks overview for %s' => 'Pregled pod-zadataka za %s',
'Projects overview for %s' => 'Pregled projekata za %s',
'Activity stream for %s' => 'Tok aktivnosti za %s',
'Calendar for %s' => 'Kalendar za %s',
'Notifications for %s' => 'Obavijesti za %s',
'Assign a color when the task is moved to a specific swimlane' => 'Dodijeli boju kada je zadatak pomjeren u određenu swimlane traku',
'Assign a priority when the task is moved to a specific swimlane' => 'Dodijeli prioritet kada je zadatak pomjeren u određenu swimlane traku',
'User unlocked successfully.' => 'Korisnik je uspješno otključan.',
@@ -1316,7 +1308,6 @@ return array(
'You could upload the previously downloaded Sqlite database (Gzip format).' => 'Možeš priložiti prethodno preuzetu Sqlite bazu podataka (Gzip format).',
'Database file' => 'Datoteka baze podataka',
'Upload' => 'Priloži',
'Remove this user from group' => 'Ukloni ovog korisnika iz grupe',
'Your project must have at least one active swimlane.' => 'Projekat mora imati barem jednu aktivnu swimlane traku.',
'Project: %s' => 'Projekat: %s',
'Automatic action not found: "%s"' => 'Automatska akcija nije pronađena: "%s"',
@@ -1334,4 +1325,23 @@ return array(
'Assign automatically a color when due date is expired' => 'Automatski dodaj boju kada je krajnje vrijeme izvršenja isteklo',
'Total score in this column across all swimlanes' => 'Ukupni rezultat u ovoj koloni za sve swimlane trake',
'HRK - Kuna' => 'HRK - Hrvatska Kuna',
// 'ARS - Argentine Peso' => '',
// 'COP - Colombian Peso' => '',
// '%d groups' => '',
// '%d group' => '',
// 'Group ID' => '',
// 'External ID' => '',
// '%d users' => '',
// '%d user' => '',
// 'Hide subtasks' => '',
// 'Show subtasks' => '',
// 'Authentication Parameters' => '',
// 'API Access' => '',
// 'No users found.' => '',
// 'User ID' => '',
// 'Notifications are activated' => '',
// 'Notifications are disabled' => '',
// 'User disabled' => '',
// '%d notifications' => '',
// '%d notification' => '',
);