summaryrefslogtreecommitdiffstats
path: root/src/i18n/en.json
blob: 4928516e8f9df4d43da71000cae6c31b479a0ba1 (plain)
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
{
  "+4tiVb": {
    "defaultMessage": "Others topics",
    "description": "TopicPage: topics list widget title"
  },
  "+Dre5J": {
    "defaultMessage": "Open-source projects",
    "description": "CVPage: social media widget title"
  },
  "+Y+tLK": {
    "defaultMessage": "Blog: development, open source - {websiteName}",
    "description": "BlogPage: SEO - Page title"
  },
  "+aHn7j": {
    "defaultMessage": "Leave a comment",
    "description": "CommentForm: Form title"
  },
  "/IirIt": {
    "defaultMessage": "Legal notice",
    "description": "LegalNoticePage: page title"
  },
  "/ly3AC": {
    "defaultMessage": "Copy",
    "description": "Prism: copy button text (no clicked)"
  },
  "00Pf5p": {
    "defaultMessage": "Failed to load.",
    "description": "TopicsList: failed to load text"
  },
  "0pp/IQ": {
    "defaultMessage": "{topicsCount, plural, =0 {Topics:} one {Topic:} other {Topics:}}",
    "description": "Topics: topics list meta label"
  },
  "0zBQpa": {
    "defaultMessage": "Message",
    "description": "ContactForm: message field label"
  },
  "16zl9Z": {
    "defaultMessage": "You are here:",
    "description": "Breadcrumb: You are here prefix"
  },
  "18h/t0": {
    "defaultMessage": "Discover {websiteName}'s writings. He talks about web development, Linux and open source mostly.",
    "description": "BlogPage: SEO - Meta description"
  },
  "1h+N2z": {
    "defaultMessage": "Published on:",
    "description": "RecentPosts: publication date label"
  },
  "1r4ujR": {
    "defaultMessage": "{thematicsCount, plural, =0 {Thematics:} one {Thematic:} other {Thematics:}}",
    "description": "Thematics: thematics list meta label"
  },
  "2D9tB5": {
    "defaultMessage": "Topics",
    "description": "BlogPage: topics list widget title"
  },
  "2pmylc": {
    "defaultMessage": "Tracking:",
    "description": "AckeeSelect: select label"
  },
  "2pykor": {
    "defaultMessage": "{title} picture",
    "description": "ProjectPreview: cover alt text"
  },
  "310o3F": {
    "defaultMessage": "Error 404: Page not found - {websiteName}",
    "description": "404Page: SEO - Page title"
  },
  "48Ww//": {
    "defaultMessage": "Page not found.",
    "description": "404Page: SEO - Meta description"
  },
  "4EMSLO": {
    "defaultMessage": "{total, plural, =0 {No articles} one {# article} other {# articles}}",
    "description": "PostCount: total found articles"
  },
  "4zAUSu": {
    "defaultMessage": "Legal notice - {websiteName}",
    "description": "LegalNoticePage: SEO - Page title"
  },
  "52Fev1": {
    "defaultMessage": "Published on:",
    "description": "Dates: publication date meta label"
  },
  "6BRtAu": {
    "defaultMessage": "Comments:",
    "description": "CommentsCount: comment count meta label"
  },
  "6dXfvr": {
    "defaultMessage": "Table of Contents",
    "description": "ProjectPage: ToC sidebar aria-label"
  },
  "6ibqFS": {
    "defaultMessage": "Name",
    "description": "ContactForm: name field label"
  },
  "7TbbIk": {
    "defaultMessage": "Blog",
    "description": "BlogPage: page title"
  },
  "7iiaRx": {
    "defaultMessage": "Facebook",
    "description": "Sharing: Facebook"
  },
  "8Ls2mD": {
    "defaultMessage": "Please fill the form to contact me.",
    "description": "ContactPage: page introduction"
  },
  "9kx83j": {
    "defaultMessage": "Close help",
    "description": "Tooltip: button title"
  },
  "9nhYRA": {
    "defaultMessage": "Table of Contents",
    "description": "ArticlePage: ToC sidebar aria-label"
  },
  "A4LTGq": {
    "defaultMessage": "Discover search results for {query}",
    "description": "SearchPage: meta description with query"
  },
  "A5n+C9": {
    "defaultMessage": "Show help",
    "description": "Tooltip: button title"
  },
  "AN9iy7": {
    "defaultMessage": "Contact",
    "description": "ContactPage: page title"
  },
  "AVUUgG": {
    "defaultMessage": "Thanks for your comment!",
    "description": "CommentForm: success notice"
  },
  "AnaPbu": {
    "defaultMessage": "Search",
    "description": "SearchForm: search button text"
  },
  "B9OCyV": {
    "defaultMessage": "Others formats",
    "description": "CVPage: cv preview widget title"
  },
  "C+r/LF": {
    "defaultMessage": "Updated on:",
    "description": "Dates: update date meta label"
  },
  "C/XGkH": {
    "defaultMessage": "Failed to load.",
    "description": "BlogPage: failed to load text"
  },
  "CT3ydM": {
    "defaultMessage": "{date} at {time}",
    "description": "Comment: publication date"
  },
  "CWi0go": {
    "defaultMessage": "Created on:",
    "description": "ProjectSummary: creation date label"
  },
  "CzTbM4": {
    "defaultMessage": "Contact",
    "description": "ContactPage: breadcrumb item"
  },
  "Dhow1m": {
    "defaultMessage": "Diaspora",
    "description": "Sharing: Diaspora"
  },
  "Dq6+WH": {
    "defaultMessage": "Thematics",
    "description": "SearchPage: thematics list widget title"
  },
  "Enij19": {
    "defaultMessage": "Home",
    "description": "Breadcrumb: Home item"
  },
  "EvODgw": {
    "defaultMessage": "Published on",
    "description": "PostsList: published on year label"
  },
  "F1EQX3": {
    "defaultMessage": "Ackee tracking (analytics)",
    "description": "AckeeSelect: tooltip title"
  },
  "F7QxJH": {
    "defaultMessage": "Name",
    "description": "CommentForm: Name field label"
  },
  "FLkF2R": {
    "defaultMessage": "All posts in {name}",
    "description": "TopicPage: posts list title"
  },
  "GgIWnN": {
    "defaultMessage": "<a11y>Jump to </a11y>{title}",
    "description": "ToC: link"
  },
  "H7C5Bk": {
    "defaultMessage": "Primary",
    "description": "MainNav: aria-label"
  },
  "HEJ3Gv": {
    "defaultMessage": "Submitting...",
    "description": "CommentForm: submitting message"
  },
  "HTdaZj": {
    "defaultMessage": "Footer",
    "description": "FooterNav: aria-label"
  },
  "HriY57": {
    "defaultMessage": "Thematics",
    "description": "BlogPage: thematics list widget title"
  },
  "ILRLTq": {
    "defaultMessage": "{brandingName} picture",
    "description": "Branding: branding name picture."
  },
  "IPs/Ck": {
    "defaultMessage": "Twitter",
    "description": "SocialMedia: Twitter"
  },
  "Igx3qp": {
    "defaultMessage": "Projects",
    "description": "Breadcrumb: Projects item"
  },
  "J4nhm4": {
    "defaultMessage": "Comment",
    "description": "CommentForm: Comment field label"
  },
  "JPh168": {
    "defaultMessage": "Javascript is required to load more posts.",
    "description": "BlogPage: noscript tag"
  },
  "JeYOeA": {
    "defaultMessage": "Sidebar",
    "description": "ArticlePage: right sidebar aria-label"
  },
  "JsOoAW": {
    "defaultMessage": "Website:",
    "description": "Website: website meta label"
  },
  "KERk7L": {
    "defaultMessage": "Filter by:",
    "description": "BlogPage: sidebar title"
  },
  "KeRtm/": {
    "defaultMessage": "Light theme",
    "description": "Icons: Sun icon (light theme)"
  },
  "Kqq2cm": {
    "defaultMessage": "Load more?",
    "description": "BlogPage: load more text"
  },
  "LR70nt": {
    "defaultMessage": "Without Javascript, some features may not work like loading more posts or use search. If you want to benefit from these features, please activate Javascript.",
    "description": "Layout: noscript banner"
  },
  "Mj2BQf": {
    "defaultMessage": "{name}'s CV",
    "description": "CVPage: page title"
  },
  "N44SOc": {
    "defaultMessage": "Projects",
    "description": "HomePage: link to projects"
  },
  "N804XO": {
    "defaultMessage": "Topics",
    "description": "SearchPage: topics list widget title"
  },
  "Ns8CFb": {
    "defaultMessage": "Comments",
    "description": "CommentsList: Comments section title"
  },
  "O9XLDc": {
    "defaultMessage": "Theme:",
    "description": "ThemeToggle: toggle label"
  },
  "OIffB4": {
    "defaultMessage": "Contact {websiteName} through its website. All you need to do it's to fill the contact form.",
    "description": "ContactPage: SEO - Meta description"
  },
  "OTTv+m": {
    "defaultMessage": "{count, plural, =0 {Repositories:} one {Repository:} other {Repositories:}}",
    "description": "ProjectSummary: repositories list label"
  },
  "OV9r1K": {
    "defaultMessage": "Copied!",
    "description": "Prism: copy button text (clicked)"
  },
  "OccTWi": {
    "defaultMessage": "Page not found",
    "description": "404Page: page title"
  },
  "Ogccx6": {
    "defaultMessage": "Full includes all information from partial as well as information about referrer, operating system, device, browser, screen size and language.",
    "description": "AckeeSelect: tooltip message"
  },
  "Oim3rQ": {
    "defaultMessage": "Email",
    "description": "CommentForm: Email field label"
  },
  "P0I+Xm": {
    "defaultMessage": "Journal du hacker",
    "description": "Sharing: Journal du hacker"
  },
  "P7fxX2": {
    "defaultMessage": "All posts in {name}",
    "description": "ThematicPage: posts list title"
  },
  "PXp2hv": {
    "defaultMessage": "{websiteName} | Front-end developer: WordPress/React",
    "description": "HomePage: SEO - Page title"
  },
  "PrIz5o": {
    "defaultMessage": "Search for a post on {websiteName}",
    "description": "SearchPage: meta description without query"
  },
  "PxMDzL": {
    "defaultMessage": "Failed to load.",
    "description": "ThematicsList: failed to load text"
  },
  "PzRpPw": {
    "defaultMessage": "Full",
    "description": "AckeeSelect: full option name"
  },
  "QHOm5t": {
    "defaultMessage": "Sidebar",
    "description": "CVPage: right sidebar aria-label"
  },
  "Qh2CwH": {
    "defaultMessage": "Find me elsewhere",
    "description": "ContactPage: social media widget title"
  },
  "R0eDmw": {
    "defaultMessage": "Blog",
    "description": "BlogPage: breadcrumb item"
  },
  "RZzx/4": {
    "defaultMessage": "Javascript is required to use the table of contents.",
    "description": "ToC: noscript tag"
  },
  "Rle+UK": {
    "defaultMessage": "Some required fields are empty. Comment cannot be submitted.",
    "description": "CommentForm: missing required fields"
  },
  "SWjj4l": {
    "defaultMessage": "Github",
    "description": "SocialMedia: Github"
  },
  "SWq8a4": {
    "defaultMessage": "Close {type}",
    "description": "ButtonToolbar: Close button"
  },
  "SX1z3t": {
    "defaultMessage": "Projects: open-source makings - {websiteName}",
    "description": "ProjectsPage: SEO - Page title"
  },
  "T4YA64": {
    "defaultMessage": "Subscribe",
    "description": "HomePage: RSS feed subscription text"
  },
  "TfU6Qm": {
    "defaultMessage": "Search",
    "description": "SearchPage: breadcrumb item"
  },
  "U+35YD": {
    "defaultMessage": "Search",
    "description": "SearchPage: page title"
  },
  "Ua2g2p": {
    "defaultMessage": "Light Theme 🌞",
    "description": "Prism: toggle light theme button text"
  },
  "Ul2NIl": {
    "defaultMessage": "Thanks for your comment! It is now awaiting moderation.",
    "description": "CommentForm: success notice but awaiting moderation"
  },
  "UsQske": {
    "defaultMessage": "Read more here:",
    "description": "Sharing: content link prefix"
  },
  "VSGuGE": {
    "defaultMessage": "Search results for {query}",
    "description": "SearchPage: search results text"
  },
  "VbcHZ4": {
    "defaultMessage": "LinkedIn",
    "description": "SocialMedia: LinkedIn"
  },
  "Vuryko": {
    "defaultMessage": "Email",
    "description": "ContactForm: email field label"
  },
  "WGFOmA": {
    "defaultMessage": "Send",
    "description": "CommentForm: Send button"
  },
  "WRkY1/": {
    "defaultMessage": "Collapse",
    "description": "ExpandableWidget: collapse text"
  },
  "WjVBnY": {
    "defaultMessage": "Twitter",
    "description": "Sharing: Twitter"
  },
  "WpycgB": {
    "defaultMessage": "Warning: mail not sent. Some required fields are empty.",
    "description": "ContactForm: missing fields message."
  },
  "X3PDXO": {
    "defaultMessage": "Animations:",
    "description": "ReduceMotion: toggle label"
  },
  "X7n7N2": {
    "defaultMessage": "Send",
    "description": "ContactForm: send button text"
  },
  "Y1ZdJ6": {
    "defaultMessage": "CV Front-end developer - {websiteName}",
    "description": "CVPage: SEO - Page title"
  },
  "Y3qRib": {
    "defaultMessage": "Contact form - {websiteName}",
    "description": "ContactPage: SEO - Page title"
  },
  "YEudoh": {
    "defaultMessage": "Read more articles about:",
    "description": "PostFooter: read more posts about given subjects"
  },
  "YvMPuD": {
    "defaultMessage": "Keywords:",
    "description": "SearchForm: search field label"
  },
  "YwvYfw": {
    "defaultMessage": "Table of Contents",
    "description": "ThematicPage: ToC sidebar aria-label"
  },
  "Z1eSIz": {
    "defaultMessage": "Open {type}",
    "description": "ButtonToolbar: Open button"
  },
  "ZJMNRW": {
    "defaultMessage": "Home",
    "description": "MainNav: home link"
  },
  "ZWh78Y": {
    "defaultMessage": "Sorry, it seems that the page your are looking for does not exist. If you think this path should work, feel free to <link>contact me</link> with the necessary information so that I can fix the problem.",
    "description": "404Page: page body"
  },
  "Zg4L7U": {
    "defaultMessage": "Table of contents",
    "description": "ToC: widget title"
  },
  "Zlkww3": {
    "defaultMessage": "Failed to load.",
    "description": "CommentsList: failed to load"
  },
  "aA3hOT": {
    "defaultMessage": "{starsCount, plural, =0 {0 stars on Github} one {# star on Github} other {# stars on Github}}",
    "description": "ProjectSummary: technologies list label"
  },
  "akSutM": {
    "defaultMessage": "Projects",
    "description": "MainNav: projects link"
  },
  "azc1GT": {
    "defaultMessage": "Open menu",
    "description": "MainNav: open button"
  },
  "bBdMGm": {
    "defaultMessage": "Discover the curriculum of {websiteName}, front-end developer located in France: skills, experiences and training.",
    "description": "CVPage: SEO - Meta description"
  },
  "bHEmkY": {
    "defaultMessage": "Settings",
    "description": "Settings: modal title"
  },
  "bkbrN7": {
    "defaultMessage": "Read more<a11y> about {title}</a11y>",
    "description": "PostPreview: read more link"
  },
  "c2NtPj": {
    "defaultMessage": "Contact",
    "description": "MainNav: contact link"
  },
  "cjK9Ad": {
    "defaultMessage": "An unexpected error happened. Comment cannot be submitted.",
    "description": "CommentForm: error notice"
  },
  "csCQQk": {
    "defaultMessage": "LinkedIn",
    "description": "Sharing: LinkedIn"
  },
  "dE8xxV": {
    "defaultMessage": "Close menu",
    "description": "MainNav: close button"
  },
  "dqrd6I": {
    "defaultMessage": "Back to top",
    "description": "Footer: Back to top button"
  },
  "du4MLN": {
    "defaultMessage": "{articlesCount, plural, =0 {# loaded articles} one {# loaded article} other {# loaded articles}} out of a total of {total}",
    "description": "PaginationCursor: loaded articles count message"
  },
  "e/8Kyj": {
    "defaultMessage": "Partial",
    "description": "AckeeSelect: partial option name"
  },
  "e1Forh": {
    "defaultMessage": "Cancel reply",
    "description": "Comment: reply button"
  },
  "e9L59q": {
    "defaultMessage": "No comments yet.",
    "description": "CommentsList: No comment message"
  },
  "eFMu2E": {
    "defaultMessage": "Search",
    "description": "SearchForm : form title"
  },
  "eUXMG4": {
    "defaultMessage": "Seen on {domainName}:",
    "description": "Sharing: seen on text"
  },
  "enwhNm": {
    "defaultMessage": "{count, plural, =0 {Technologies:} one {Technology:} other {Technologies:}}",
    "description": "ProjectSummary: technologies list label"
  },
  "eu3beS": {
    "defaultMessage": "Sidebar",
    "description": "TopicPage: right sidebar aria-label"
  },
  "fOe8rH": {
    "defaultMessage": "Failed to load.",
    "description": "SearchPage: failed to load text"
  },
  "g1cFCa": {
    "defaultMessage": "Javascript is required to post a comment.",
    "description": "CommentForm: noscript tag"
  },
  "g4DckL": {
    "defaultMessage": "Table of Contents",
    "description": "CVPage: ToC sidebar aria-label"
  },
  "gQKeF+": {
    "defaultMessage": "Thanks. Your message was successfully sent. I will answer it as soon as possible.",
    "description": "ContactForm: success message"
  },
  "hHrNd0": {
    "defaultMessage": "Sidebar",
    "description": "ProjectPage: right sidebar aria-label"
  },
  "hKagVG": {
    "defaultMessage": "License:",
    "description": "ProjectSummary: license label"
  },
  "hV0qHp": {
    "defaultMessage": "Expand",
    "description": "ExpandableWidget: expand text"
  },
  "hzHuCc": {
    "defaultMessage": "Reply",
    "description": "Comment: reply button"
  },
  "i5L19t": {
    "defaultMessage": "Shaarli",
    "description": "HomePage: link to Shaarli"
  },
  "iqAbyn": {
    "defaultMessage": "Skip to content",
    "description": "Layout: Skip to content button"
  },
  "iyEh0R": {
    "defaultMessage": "Failed to load.",
    "description": "RecentPosts: failed to load text"
  },
  "jASD7k": {
    "defaultMessage": "Linux",
    "description": "HomePage: link to Linux thematic"
  },
  "jCyqZS": {
    "defaultMessage": "Written by:",
    "description": "Author: article author meta label"
  },
  "jN+dY5": {
    "defaultMessage": "Website",
    "description": "CommentForm: Website field label"
  },
  "jpv+Nz": {
    "defaultMessage": "Resume",
    "description": "MainNav: resume link"
  },
  "k7/SkN": {
    "defaultMessage": "Approximately {number} words",
    "description": "ReadingTime: number of words"
  },
  "lKGNKx": {
    "defaultMessage": "{total, plural, =0 {No comments} one {# comment} other {# comments}}",
    "description": "CommentsCount: comment count value"
  },
  "lKZm9t": {
    "defaultMessage": "Email",
    "description": "Sharing: Email"
  },
  "lsDB5G": {
    "defaultMessage": "Table of Contents",
    "description": "TopicPage: ToC sidebar aria-label"
  },
  "mC21ht": {
    "defaultMessage": "Number of articles loaded out of the total available.",
    "description": "PaginationCursor: loaded articles count aria-label"
  },
  "mh7tGg": {
    "defaultMessage": "{title} preview",
    "description": "ProjectSummary: cover alt text"
  },
  "n0Gbod": {
    "defaultMessage": "Reading time:",
    "description": "ReadingTime: reading time meta label"
  },
  "nFMdWI": {
    "defaultMessage": "Dark Theme 🌙",
    "description": "Prism: toggle dark theme button text"
  },
  "norrGp": {
    "defaultMessage": "Others thematics",
    "description": "ThematicPage: thematics list widget title"
  },
  "oPf+XA": {
    "defaultMessage": "Help",
    "description": "ButtonHelp: screen reader text"
  },
  "obmlFh": {
    "defaultMessage": "Gitlab",
    "description": "SocialMedia: Gitlab"
  },
  "ode0YK": {
    "defaultMessage": "Dark theme",
    "description": "Icons: Moon icon (dark theme)"
  },
  "okFrAO": {
    "defaultMessage": "{count, plural, =0 {Technologies:} one {Technology:} other {Technologies:}}",
    "description": "ProjectPreview: technologies list label"
  },
  "p1zZ/Z": {
    "defaultMessage": "Total:",
    "description": "PostCount: total found articles meta label"
  },
  "pEtJik": {
    "defaultMessage": "Load more?",
    "description": "SearchPage: load more text"
  },
  "pTxT7N": {
    "defaultMessage": "An error occurred:",
    "description": "ContactForm: error message"
  },
  "q3U6uI": {
    "defaultMessage": "Share",
    "description": "Sharing: widget title"
  },
  "q9cJQe": {
    "defaultMessage": "Loading...",
    "description": "Spinner: loading text"
  },
  "qPU/Qn": {
    "defaultMessage": "On",
    "description": "ReduceMotion: toggle on label"
  },
  "qXQETZ": {
    "defaultMessage": "{thematicsCount, plural, =0 {Related thematics} one {Related thematic} other {Related thematics}}",
    "description": "RelatedThematics: widget title"
  },
  "rXeTkM": {
    "defaultMessage": "This comment is awaiting moderation.",
    "description": "Comment: awaiting moderation message"
  },
  "s6U1Xt": {
    "defaultMessage": "Discover {websiteName} projects. Mostly related to web development and open source.",
    "description": "ProjectsPage: SEO - Meta description"
  },
  "sO/Iwj": {
    "defaultMessage": "Contact me",
    "description": "HomePage: contact button text"
  },
  "skb4W5": {
    "defaultMessage": "Partial includes only page url, views and duration.",
    "description": "AckeeSelect: tooltip message"
  },
  "soj7do": {
    "defaultMessage": "Published on:",
    "description": "Comment: publication date label"
  },
  "syLgY9": {
    "defaultMessage": "Sidebar",
    "description": "ThematicPage: right sidebar aria-label"
  },
  "tMuNTy": {
    "defaultMessage": "{websiteName} is a front-end developer located in France. He codes and he writes mostly about web development and open-source.",
    "description": "HomePage: SEO - Meta description"
  },
  "txusHd": {
    "defaultMessage": "All fields marked with * are required.",
    "description": "ContactPage: required fields text"
  },
  "uMURuJ": {
    "defaultMessage": "Subject",
    "description": "ContactForm: subject field label"
  },
  "ureXFw": {
    "defaultMessage": "Share on {name}",
    "description": "Sharing: share on social network text"
  },
  "uvB+32": {
    "defaultMessage": "Discover the legal notice of {websiteName}'s website.",
    "description": "LegalNoticePage: SEO - Meta description"
  },
  "vJ+QDV": {
    "defaultMessage": "Last updated on:",
    "description": "ProjectSummary: update date label"
  },
  "vK7Sxv": {
    "defaultMessage": "No results found.",
    "description": "PostsList: no results"
  },
  "vgMk0q": {
    "defaultMessage": "Popularity:",
    "description": "ProjectSummary: popularity label"
  },
  "vkF/RP": {
    "defaultMessage": "Web development",
    "description": "HomePage: link to web development thematic"
  },
  "w/lPUh": {
    "defaultMessage": "{topicsCount, plural, =0 {Related topics} one {Related topic} other {Related topics}}",
    "description": "RelatedTopics: widget title"
  },
  "w0UfY0": {
    "defaultMessage": "Code blocks:",
    "description": "PrismThemeToggle: toggle label"
  },
  "w1nIrj": {
    "defaultMessage": "Off",
    "description": "ReduceMotion: toggle off label"
  },
  "w8GrOf": {
    "defaultMessage": "Free",
    "description": "HomePage: link to free thematic"
  },
  "wdqOpf": {
    "defaultMessage": "{time, plural, =0 {# minutes} one {# minute} other {# minutes}}",
    "description": "ReadingTime: reading time value"
  },
  "xC3Khf": {
    "defaultMessage": "Download <link>CV in PDF</link>",
    "description": "CVPreview: download as PDF link"
  },
  "ySsWZl": {
    "defaultMessage": "less than 1 minute",
    "description": "ReadingTime: Reading time value"
  },
  "yWjXRx": {
    "defaultMessage": "Legal notice",
    "description": "FooterNav: legal notice link"
  },
  "yfgMcl": {
    "defaultMessage": "Introduction:",
    "description": "Sharing: email content prefix"
  },
  "ywkCsK": {
    "defaultMessage": "Error 404",
    "description": "404Page: breadcrumb item"
  },
  "z0ic9c": {
    "defaultMessage": "Blog",
    "description": "Breadcrumb: Blog item"
  },
  "z9qkcQ": {
    "defaultMessage": "Use Ctrl+c to copy",
    "description": "Prism: error text"
  },
  "zPJifH": {
    "defaultMessage": "Blog",
    "description": "MainNav: blog link"
  }
}