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' => 'Kompleksitas',
'Task limit' => 'Batas tugas.',
'Task count' => 'Jumlah tugas',
'Edit project access list' => 'Modifikasi hak akses proyek',
'Allow this user' => 'Memperbolehkan pengguna ini',
'Don\'t forget that administrators have access to everything.' => 'Ingat bahwa administrator memiliki akses ke semua.',
'Revoke' => 'Mencabut',
'List of authorized users' => 'Daftar pengguna yang berwenang',
'User' => 'Pengguna',
'Nobody have access to this project.' => 'Tidak ada yang berwenang untuk mengakses proyek.',
'Comments' => 'Komentar',
'Write your text in Markdown' => 'Menulis teks anda didalam Markdown',
'Leave a comment' => 'Tinggalkan komentar',
@@ -396,8 +390,6 @@ return array(
'Email:' => 'Email :',
'Notifications:' => 'Pemberitahuan :',
'Notifications' => 'Pemberitahuan',
'Group:' => 'Grup :',
'Regular user' => 'Pengguna normal',
'Account type:' => 'Tipe akun :',
'Edit profile' => 'Modifikasi profil',
'Change password' => 'Rubah kata sandri',
@@ -546,8 +538,6 @@ return array(
'Default swimlane' => 'Standar swimlane',
'Do you really want to remove this swimlane: "%s"?' => 'Apakah anda yakin akan menghapus swimlane ini : « %s » ?',
'Inactive swimlanes' => 'Swimlanes tidak aktif',
'Set project manager' => 'Masukan manajer proyek',
'Set project member' => 'Masukan anggota proyek ',
'Remove a swimlane' => 'Supprimer une swimlane',
'Rename' => 'Ganti nama',
'Show default swimlane' => 'Perlihatkan standar swimlane',
@@ -570,10 +560,6 @@ return array(
'Help on Gitlab webhooks' => 'Bantuan pada webhook Gitlab',
'Integrations' => 'Integrasi',
'Integration with third-party services' => 'Integrasi dengan layanan pihak ketiga',
'Role for this project' => 'Peran untuk proyek ini',
'Project manager' => 'Manajer proyek',
'Project member' => 'Anggota proyek',
'A project manager can change the settings of the project and have more privileges than a standard user.' => 'Seorang manajer proyek dapat mengubah pengaturan proyek dan memiliki lebih banyak keistimewaan dibandingkan dengan pengguna biasa.',
'Gitlab Issue' => 'Tiket Gitlab',
'Subtask Id' => 'Id Subtugas',
'Subtasks' => 'Subtugas',
@@ -931,7 +917,6 @@ return array(
'contributors' => 'kontributor',
'License:' => 'Lisensi :',
'License' => 'Lisensi',
'Project Administrator' => 'Administrator proyek',
'Enter the text below' => 'Masukkan teks di bawah',
'Gantt chart for %s' => 'Grafik Gantt untuk %s',
'Sort by position' => 'Urutkan berdasarkan posisi',
@@ -955,7 +940,6 @@ return array(
'Members' => 'Anggota',
'Shared project' => 'Proyek bersama',
'Project managers' => 'Manajer proyek',
'Project members' => 'Anggota proyek',
'Gantt chart for all projects' => 'Grafik Gantt untuk semua proyek',
'Projects list' => 'Daftar proyek',
'Gantt chart for this project' => 'Grafik Gantt untuk proyek ini',
@@ -982,7 +966,6 @@ return array(
'Documentation' => 'Dokumentasi',
'Table of contents' => 'Daftar isi',
'Gantt' => 'Gantt',
'Help with project permissions' => 'Bantuan dengan izin proyek',
// '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' => 'Anggota proyek',
);