|
|
|
|
|
const locale = { |
|
|
'': { |
|
|
localeSlug: 'de', |
|
|
'Plural-Forms': 'nplurals=2; plural=n != 1;', |
|
|
'MIME-Version': '1.0', |
|
|
'X-Generator': 'GlotPress/0.1', |
|
|
'Content-Type': 'text/plain; charset=UTF-8', |
|
|
'PO-Revision-Date': '2014-08-11 23:50:52+0000', |
|
|
'Content-Transfer-Encoding': '8bit', |
|
|
'Project-Id-Version': 'WordPress.com', |
|
|
}, |
|
|
test1: [ 'translation1' ], |
|
|
test2: null, |
|
|
'thecontext\u0004test3': [ 'translation3' ], |
|
|
test4: [ 'translation4' ], |
|
|
'test-will-overwrite': [ 'translation1' ], |
|
|
Featured: [ 'translation-without-context' ], |
|
|
'plural-test': [ 'plural-test singular translation', 'plural-test multiple translation' ], |
|
|
'plural-test new syntax': [ |
|
|
'plural-test new syntax translated, single', |
|
|
'plural-test new syntax translated, plural', |
|
|
], |
|
|
'%(numberSelected)s site selected': [ |
|
|
'%(numberSelected)s sites selected', |
|
|
'translation singular', |
|
|
'translation plural', |
|
|
], |
|
|
'Navigation item\u0004Menu': null, |
|
|
'Section title\u0004Reader': null, |
|
|
'Section title\u0004My Sites': null, |
|
|
'Section title\u0004Stats': null, |
|
|
'Navigation item\u0004Settings': null, |
|
|
'Navigation item\u0004Help & Support': null, |
|
|
'Navigation item\u0004Find Friends': null, |
|
|
'Navigation item\u0004Sign Out': null, |
|
|
'general site settings\u0004General': null, |
|
|
'Menu item\u0004Plugins': null, |
|
|
'Menu item\u0004Jetpack Features': null, |
|
|
'verb\u0004Update': null, |
|
|
'Author byline\u0004By': null, |
|
|
'Visit Plugin Site': [ '' ], |
|
|
Activate: [ 'Aktivieren' ], |
|
|
'Search...': [ 'Suchen...' ], |
|
|
'Select None': [ '' ], |
|
|
'Select All': [ 'Alle auswählen' ], |
|
|
'All sites selected': [ '' ], |
|
|
'%(numberTotal)s site total': [ '%(numberTotal)s sites total', '', '' ], |
|
|
'No sites found': [ 'Keine Websites gefunden' ], |
|
|
Pages: [ 'Seiten' ], |
|
|
Stats: [ 'Statistik' ], |
|
|
Sharing: [ 'Sharing' ], |
|
|
Settings: [ 'Einstellungen' ], |
|
|
Manage: [ 'Verwalten' ], |
|
|
Customize: [ 'Anpassen' ], |
|
|
Domains: [ 'Domains' ], |
|
|
Upgrade: [ 'Aktualisierung' ], |
|
|
Posts: [ 'Beiträge' ], |
|
|
Theme: [ 'Theme' ], |
|
|
'Open site in a new tab': [ '' ], |
|
|
'Filter Label\u0004All Sites': null, |
|
|
'Filter label for site list\u0004Public': null, |
|
|
'Filter label for site list\u0004Private': null, |
|
|
'future time\u0004in %s': null, |
|
|
'a few seconds': [ 'einige Sekunden' ], |
|
|
'a minute': [ 'eine Minute' ], |
|
|
'%d minutes': [ '%d Minuten' ], |
|
|
'%d hours': [ '%d Stunden' ], |
|
|
'%d days': [ '%d Tage' ], |
|
|
'a month': [ 'ein Monat' ], |
|
|
'%d months': [ '%d Monaten' ], |
|
|
'a year': [ 'ein Jahr' ], |
|
|
'%d years': [ '%d Jahre' ], |
|
|
}; |
|
|
|
|
|
exports.locale = locale; |
|
|
|