forked from zenorocha/browser-diet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
i18n.coffee
98 lines (97 loc) · 4.35 KB
/
i18n.coffee
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
module.exports =
en:
title: 'How to lose weight (in the browser)'
titleHTML: '<h1>How to lose <span>weight</span></h1><h2>in the browser</h2>'
slogan: 'The definitive front-end performance guide'
url: 'http://zenorocha.github.io/browser-diet/en'
bonus: 'Bonus'
images: 'Images'
server: 'Server'
edit: 'Edit'
goTop: 'Go to the top'
htmlLang: 'en-US'
credits: 'Develop by <em>Zeno Rocha</em> ● Design by <em>Briza Bueno</em> ● Illustrations by <em>Scott Johnson</em>'
pt:
title: 'Como perder peso (no browser)'
titleHTML: '<h1>Como perder <span>peso</span></h1><h2>no browser</h2>'
slogan: 'O guia definitivo de performance front-end'
url: 'http://zenorocha.github.io/browser-diet/pt'
bonus: 'Bônus'
images: 'Imagens'
server: 'Servidor'
edit: 'Editar'
goTop: 'Ir para o topo'
htmlLang: 'pt-BR'
credits: 'Desenvolvido por <em>Zeno Rocha</em> ● Design por <em>Briza Bueno</em> ● Ilustrações por <em>Scott Johnson</em>'
es:
title: 'Cómo perder peso (en el navegador)'
titleHTML: '<h1>Como perder <span>peso</span></h1><h2>en el navegador</h2>'
slogan: 'La guía definitiva para el rendimiento front-end'
url: 'http://zenorocha.github.io/browser-diet/es'
bonus: 'Bonus'
images: 'Imagenes'
server: 'Servidor'
edit: 'Editar'
goTop: 'Ir arriba'
htmlLang: 'es-ES'
credits: 'Desarrollo por <em>Zeno Rocha</em> ● Diseño por <em>Briza Bueno</em> ● Ilustraciones por <em>Scott Johnson</em>'
pl:
title: 'Jak schudnąć (w przeglądarce)'
titleHTML: '<h1>Jak schudnąć <span>weight</span></h1><h2>w przeglądarce</h2>'
slogan: 'Ostateczny przewodnik wydajności dla stron internetowych'
url: 'http://zenorocha.github.io/browser-diet'
bonus: 'Bonus'
images: 'Obrazy'
server: 'Serwer'
edit: 'Edytuj'
goTop: 'Do góry'
htmlLang: 'pl-PL'
credits: 'Rozwijane przez <em>Zeno Rocha</em> ● Zaprojektowane przez <em>Briza Bueno</em> ● Ilustracje wykonane przez <em>Scott Johnson</em>'
zh:
title: 'How to lose weight (in the browser)'
titleHTML: '<h1>How to lose <span>weight</span></h1><h2>in the browser</h2>'
slogan: '权威的前端性能指南'
url: 'http://zenorocha.github.io/browser-diet'
bonus: 'Bonus'
images: 'Images'
server: 'Server'
edit: 'Edit'
goTop: 'Go to the top'
htmlLang: 'zh-CN'
credits: 'Develop by <em>Zeno Rocha</em> ● Design by <em>Briza Bueno</em> ● Illustrations by <em>Scott Johnson</em>'
fr:
title: 'Comment perdre du poids (dans le navigateur)'
titleHTML: '<h1>Comment perdre du <span>poids</span></h1><h2>dans le navigateur</h2>'
slogan: 'Le guide ultime des performances côté client'
url: 'http://zenorocha.github.io/browser-diet'
bonus: 'Bonus'
images: 'Images'
server: 'Serveur'
edit: 'Éditer'
goTop: 'Aller vers le haut'
htmlLang: 'fr-FR'
credits: 'Développé par <em>Zeno Rocha</em> ● Désigné par <em>Briza Bueno</em> ● Illustrations par <em>Scott Johnson</em>'
cs:
title: 'Jak shodit váhu (v prohlížeči)'
titleHTML: '<h1>Jak shodit <span>váhu</span></h1><h2>v prohlížeči</h2>'
slogan: 'Definitivní příručka pro výkon webu'
url: 'http://zenorocha.github.io/browser-diet'
bonus: 'Bonus'
images: 'Obrázky'
server: 'Server'
edit: 'Editovat'
goTop: 'Nahoru'
htmlLang: 'cs-CZ'
credits: 'Vytvořil <em>Zeno Rocha</em> ● Design <em>Briza Bueno</em> ● Grafika <em>Scott Johnson</em>'
jp:
title: 'How to lose weight (in the browser)'
titleHTML: '<h1>How to lose <span>weight</span></h1><h2>in the browser</h2>'
slogan: '決定的なフロントエンドのパフォーマンスガイド'
url: 'http://zenorocha.github.io/browser-diet'
bonus: 'Bonus'
images: 'Images'
server: 'Server'
edit: 'Edit'
goTop: 'Go to the top'
htmlLang: 'ja-JP'
credits: 'Develop by <em>Zeno Rocha</em> ● Design by <em>Briza Bueno</em> ● Illustrations by <em>Scott Johnson</em>'