Sync locales

This commit is contained in:
Frederic Guillot
2015-12-05 21:05:48 -05:00
parent bd313f9426
commit bb63068196
23 changed files with 1062 additions and 380 deletions

View File

@@ -174,13 +174,7 @@ return array(
'Complexity' => 'Složitost',
'Task limit' => 'Maximální počet úkolů',
'Task count' => 'Počet úkolů',
'Edit project access list' => 'Upravit přístupový seznam projektu',
'Allow this user' => 'Povolit tomuto uživateli',
'Don\'t forget that administrators have access to everything.' => 'Nezapomeňte, že administrátoři mají přistup ke všem údajům.',
'Revoke' => 'Odebrat',
'List of authorized users' => 'Seznam autorizovaných uživatelů',
'User' => 'Uživatel',
'Nobody have access to this project.' => 'Nikdo nemá přístup k tomuto projektu.',
'Comments' => 'Komentáře',
'Write your text in Markdown' => 'Můžete použít i Markdown-syntaxi',
'Leave a comment' => 'Zanechte komentář',
@@ -396,8 +390,6 @@ return array(
'Email:' => 'e-mail',
'Notifications:' => 'Upozornění:',
'Notifications' => 'Upozornění',
'Group:' => 'Skupina',
'Regular user' => 'Pravidelný uživatel',
'Account type:' => 'Typ účtu:',
'Edit profile' => 'Upravit profil',
'Change password' => 'Změnit heslo',
@@ -546,8 +538,6 @@ return array(
'Default swimlane' => 'Výchozí Swimlane',
'Do you really want to remove this swimlane: "%s"?' => 'Diese Swimlane wirklich ändern: "%s"?',
'Inactive swimlanes' => 'Inaktive Swimlane',
'Set project manager' => 'Nastavit práva vedoucího projektu',
'Set project member' => 'Nastavit práva člena projektu',
'Remove a swimlane' => 'Odstranit swimlane',
'Rename' => 'Přejmenovat',
'Show default swimlane' => 'Standard Swimlane anzeigen',
@@ -570,10 +560,6 @@ return array(
'Help on Gitlab webhooks' => 'Hilfe für Gitlab Webhooks',
'Integrations' => 'Integrace',
'Integration with third-party services' => 'Integration von Fremdleistungen',
'Role for this project' => 'Role pro tento projekt',
'Project manager' => 'Projektový manažer',
'Project member' => 'Člen projektu',
'A project manager can change the settings of the project and have more privileges than a standard user.' => 'Manažer projektu může změnit nastavení projektu a zároveň má více práv než standardní uživatel.',
'Gitlab Issue' => 'Gitlab Fehler',
'Subtask Id' => 'Dílčí úkol Id',
'Subtasks' => 'Dílčí úkoly',
@@ -931,7 +917,6 @@ return array(
'contributors' => 'přispěvatelé',
'License:' => 'Licence:',
'License' => 'Licence',
'Project Administrator' => 'Administrátor projektu',
'Enter the text below' => 'Zadejte text níže',
'Gantt chart for %s' => 'Gantt graf pro %s',
'Sort by position' => 'Třídit podle pozice',
@@ -955,7 +940,6 @@ return array(
// 'Members' => '',
// 'Shared project' => '',
// 'Project managers' => '',
// 'Project members' => '',
// 'Gantt chart for all projects' => '',
// 'Projects list' => '',
// 'Gantt chart for this project' => '',
@@ -982,7 +966,6 @@ return array(
// 'Documentation' => '',
// 'Table of contents' => '',
// 'Gantt' => '',
// 'Help with project permissions' => '',
// 'Author' => '',
// 'Version' => '',
// 'Plugins' => '',
@@ -1068,4 +1051,52 @@ return array(
// 'BAM - Konvertibile Mark' => '',
// 'Assignee Username' => '',
// 'Assignee Name' => '',
// 'Groups' => '',
// 'Members of %s' => '',
// 'New group' => '',
// 'Group created successfully.' => '',
// 'Unable to create your group.' => '',
// 'Edit group' => '',
// 'Group updated successfully.' => '',
// 'Unable to update your group.' => '',
// 'Add group member to "%s"' => '',
// 'Group member added successfully.' => '',
// 'Unable to add group member.' => '',
// 'Remove user from group "%s"' => '',
// 'User removed successfully from this group.' => '',
// 'Unable to remove this user from the group.' => '',
// 'Remove group' => '',
// 'Group removed successfully.' => '',
// 'Unable to remove this group.' => '',
// 'Project Permissions' => '',
// 'Manager' => '',
// 'Project Manager' => '',
// 'Project Member' => '',
// 'Project Viewer' => '',
// 'Gitlab issue reopened' => '',
// 'Your account is locked for %d minutes' => '',
// 'Invalid captcha' => '',
// 'The name must be unique' => '',
// 'View all groups' => '',
// 'View group members' => '',
// 'There is no user available.' => '',
// 'Do you really want to remove the user "%s" from the group "%s"?' => '',
// 'There is no group.' => '',
// 'External Id' => '',
// 'Add group member' => '',
// 'Do you really want to remove this group: "%s"?' => '',
// 'There is no user in this group.' => '',
// 'Remove this user' => '',
// 'Permissions' => '',
// 'Allowed Users' => '',
// 'No user have been allowed specifically.' => '',
// 'Role' => '',
// 'Enter user name...' => '',
// 'Allowed Groups' => '',
// 'No group have been allowed specifically.' => '',
// 'Group' => '',
// 'Group Name' => '',
// 'Enter group name...' => '',
// 'Role:' => '',
// 'Project members' => '',
);