Skip to content
Merged
Prev Previous commit
Next Next commit
fix(trans): Update for de
  • Loading branch information
chinesedfan committed Oct 16, 2017
commit 77e06d1cc6a2c5414509374d5cb83f68c579ea70
6 changes: 3 additions & 3 deletions src/locale/languages/de.js
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ export const de = {
membersTitle: 'MITGLIEDER',
descriptionTitle: 'BESCHREIBUNG',
},
organizationActions: 'Organization Actions',
organizationActions: 'Organisation Aktionen',
},
issue: {
settings: {
Expand Down Expand Up @@ -288,7 +288,7 @@ export const de = {
openIssueSubTitle: '#{{number}} wude vor {{time}} von {{user}} geöffnet',
closedIssueSubTitle:
'#{{number}} von {{user}} wurde vor {{time}} geschlossen',
issueActions: 'Issue Actions',
issueActions: 'Issue Aktionen',
},
newIssue: {
title: 'Neues Issue',
Expand Down Expand Up @@ -345,6 +345,6 @@ export const de = {
abbreviations: {
thousand: 't',
},
openInBrowser: 'Open in Browser',
openInBrowser: 'In Browser öffnen',
},
};