File size: 2,499 Bytes
1e92f2d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
/* eslint-disable quote-props */
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;