minimal-mistakes-jekyll 4.6.0 → 4.7.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (144) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +26 -0
  3. data/LICENSE.txt +59 -21
  4. data/README.md +217 -160
  5. data/_data/navigation.yml +11 -11
  6. data/_data/ui-text.yml +931 -888
  7. data/_includes/analytics-providers/custom.html +2 -2
  8. data/_includes/analytics-providers/google-universal.html +9 -9
  9. data/_includes/analytics-providers/google.html +10 -10
  10. data/_includes/analytics.html +11 -11
  11. data/_includes/archive-single.html +37 -37
  12. data/_includes/author-profile-custom-links.html +6 -6
  13. data/_includes/author-profile.html +249 -249
  14. data/_includes/base_path +4 -4
  15. data/_includes/breadcrumbs.html +39 -39
  16. data/_includes/browser-upgrade.html +2 -2
  17. data/_includes/category-list.html +25 -25
  18. data/_includes/comment.html +22 -22
  19. data/_includes/comments-providers/custom.html +2 -2
  20. data/_includes/comments-providers/discourse.html +13 -13
  21. data/_includes/comments-providers/facebook.html +7 -7
  22. data/_includes/comments-providers/google-plus.html +1 -1
  23. data/_includes/comments-providers/scripts.html +17 -15
  24. data/_includes/comments-providers/staticman.html +41 -41
  25. data/_includes/comments-providers/staticman_v2.html +42 -0
  26. data/_includes/comments.html +168 -96
  27. data/_includes/feature_row +49 -49
  28. data/_includes/figure +12 -12
  29. data/_includes/footer.html +25 -25
  30. data/_includes/footer/custom.html +2 -2
  31. data/_includes/gallery +46 -46
  32. data/_includes/group-by-array +46 -46
  33. data/_includes/head.html +42 -42
  34. data/_includes/head/custom.html +4 -4
  35. data/_includes/masthead.html +23 -20
  36. data/_includes/nav_list +46 -46
  37. data/_includes/page__hero_video.html +4 -4
  38. data/_includes/page__taxonomy.html +6 -6
  39. data/_includes/paginator.html +69 -69
  40. data/_includes/post_pagination.html +13 -13
  41. data/_includes/read-time.html +14 -14
  42. data/_includes/scripts.html +15 -15
  43. data/_includes/seo.html +162 -147
  44. data/_includes/sidebar.html +22 -22
  45. data/_includes/social-share.html +13 -13
  46. data/_includes/tag-list.html +25 -25
  47. data/_includes/toc +6 -6
  48. data/_includes/toc.html +75 -0
  49. data/_includes/video +11 -11
  50. data/_layouts/archive-taxonomy.html +14 -14
  51. data/_layouts/archive.html +25 -25
  52. data/_layouts/compress.html +10 -10
  53. data/_layouts/default.html +1 -1
  54. data/_layouts/home.html +11 -11
  55. data/_layouts/single.html +92 -84
  56. data/_layouts/splash.html +21 -21
  57. data/_sass/minimal-mistakes.scss +1 -1
  58. data/_sass/minimal-mistakes/_animations.scss +20 -20
  59. data/_sass/minimal-mistakes/_archive.scss +317 -317
  60. data/_sass/minimal-mistakes/_base.scss +315 -315
  61. data/_sass/minimal-mistakes/_buttons.scss +97 -97
  62. data/_sass/minimal-mistakes/_footer.scss +82 -82
  63. data/_sass/minimal-mistakes/_forms.scss +399 -389
  64. data/_sass/minimal-mistakes/_masthead.scss +82 -82
  65. data/_sass/minimal-mistakes/_mixins.scss +91 -91
  66. data/_sass/minimal-mistakes/_navigation.scss +552 -552
  67. data/_sass/minimal-mistakes/_notices.scss +99 -99
  68. data/_sass/minimal-mistakes/_page.scss +430 -430
  69. data/_sass/minimal-mistakes/_reset.scss +186 -186
  70. data/_sass/minimal-mistakes/_sidebar.scss +262 -262
  71. data/_sass/minimal-mistakes/_syntax.scss +286 -146
  72. data/_sass/minimal-mistakes/_tables.scss +36 -36
  73. data/_sass/minimal-mistakes/_utilities.scss +519 -519
  74. data/_sass/minimal-mistakes/_variables.scss +137 -137
  75. data/_sass/minimal-mistakes/skins/_air.scss +22 -22
  76. data/_sass/minimal-mistakes/skins/_aqua.scss +30 -0
  77. data/_sass/minimal-mistakes/skins/_contrast.scss +33 -33
  78. data/_sass/minimal-mistakes/skins/_dark.scss +23 -23
  79. data/_sass/minimal-mistakes/skins/_default.scss +5 -5
  80. data/_sass/minimal-mistakes/skins/_dirt.scss +14 -14
  81. data/_sass/minimal-mistakes/skins/_mint.scss +22 -22
  82. data/_sass/minimal-mistakes/skins/_neon.scss +35 -0
  83. data/_sass/minimal-mistakes/skins/_plum.scss +42 -0
  84. data/_sass/minimal-mistakes/skins/_sunrise.scss +25 -25
  85. data/_sass/minimal-mistakes/vendor/breakpoint/_breakpoint.scss +114 -114
  86. data/_sass/minimal-mistakes/vendor/breakpoint/_context.scss +94 -94
  87. data/_sass/minimal-mistakes/vendor/breakpoint/_helpers.scss +151 -151
  88. data/_sass/minimal-mistakes/vendor/breakpoint/_legacy-settings.scss +49 -49
  89. data/_sass/minimal-mistakes/vendor/breakpoint/_no-query.scss +15 -15
  90. data/_sass/minimal-mistakes/vendor/breakpoint/_parsers.scss +215 -215
  91. data/_sass/minimal-mistakes/vendor/breakpoint/_respond-to.scss +82 -82
  92. data/_sass/minimal-mistakes/vendor/breakpoint/_settings.scss +70 -70
  93. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/_double.scss +33 -33
  94. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/_query.scss +82 -82
  95. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/_resolution.scss +31 -31
  96. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/_single.scss +26 -26
  97. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/_triple.scss +36 -36
  98. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/double/_default-pair.scss +21 -21
  99. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/double/_default.scss +22 -22
  100. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/double/_double-string.scss +21 -21
  101. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/resolution/_resolution.scss +60 -60
  102. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/single/_default.scss +13 -13
  103. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/triple/_default.scss +18 -18
  104. data/_sass/minimal-mistakes/vendor/font-awesome/_animated.scss +34 -34
  105. data/_sass/minimal-mistakes/vendor/font-awesome/_bordered-pulled.scss +25 -25
  106. data/_sass/minimal-mistakes/vendor/font-awesome/_core.scss +12 -12
  107. data/_sass/minimal-mistakes/vendor/font-awesome/_fixed-width.scss +6 -6
  108. data/_sass/minimal-mistakes/vendor/font-awesome/_font-awesome.scss +18 -18
  109. data/_sass/minimal-mistakes/vendor/font-awesome/_icons.scss +789 -789
  110. data/_sass/minimal-mistakes/vendor/font-awesome/_larger.scss +13 -13
  111. data/_sass/minimal-mistakes/vendor/font-awesome/_list.scss +19 -19
  112. data/_sass/minimal-mistakes/vendor/font-awesome/_mixins.scss +60 -60
  113. data/_sass/minimal-mistakes/vendor/font-awesome/_path.scss +15 -15
  114. data/_sass/minimal-mistakes/vendor/font-awesome/_rotated-flipped.scss +20 -20
  115. data/_sass/minimal-mistakes/vendor/font-awesome/_screen-reader.scss +5 -5
  116. data/_sass/minimal-mistakes/vendor/font-awesome/_stacked.scss +20 -20
  117. data/_sass/minimal-mistakes/vendor/font-awesome/_variables.scss +800 -800
  118. data/_sass/minimal-mistakes/vendor/magnific-popup/_magnific-popup.scss +649 -649
  119. data/_sass/minimal-mistakes/vendor/magnific-popup/_settings.scss +45 -45
  120. data/_sass/minimal-mistakes/vendor/susy/_susy-prefix.scss +13 -13
  121. data/_sass/minimal-mistakes/vendor/susy/_susy.scss +5 -5
  122. data/_sass/minimal-mistakes/vendor/susy/plugins/_svg-grid.scss +5 -5
  123. data/_sass/minimal-mistakes/vendor/susy/plugins/svg-grid/_prefix.scss +7 -7
  124. data/_sass/minimal-mistakes/vendor/susy/plugins/svg-grid/_svg-api.scss +114 -114
  125. data/_sass/minimal-mistakes/vendor/susy/plugins/svg-grid/_svg-grid-math.scss +67 -67
  126. data/_sass/minimal-mistakes/vendor/susy/plugins/svg-grid/_svg-settings.scss +14 -14
  127. data/_sass/minimal-mistakes/vendor/susy/plugins/svg-grid/_svg-unprefix.scss +18 -18
  128. data/_sass/minimal-mistakes/vendor/susy/plugins/svg-grid/_svg-utilities.scss +133 -133
  129. data/_sass/minimal-mistakes/vendor/susy/susy/_api.scss +318 -318
  130. data/_sass/minimal-mistakes/vendor/susy/susy/_normalize.scss +261 -261
  131. data/_sass/minimal-mistakes/vendor/susy/susy/_parse.scss +163 -163
  132. data/_sass/minimal-mistakes/vendor/susy/susy/_settings.scss +329 -329
  133. data/_sass/minimal-mistakes/vendor/susy/susy/_su-math.scss +441 -441
  134. data/_sass/minimal-mistakes/vendor/susy/susy/_su-validate.scss +213 -213
  135. data/_sass/minimal-mistakes/vendor/susy/susy/_syntax-helpers.scss +191 -191
  136. data/_sass/minimal-mistakes/vendor/susy/susy/_unprefix.scss +56 -56
  137. data/_sass/minimal-mistakes/vendor/susy/susy/_utilities.scss +167 -167
  138. data/assets/css/main.scss +7 -7
  139. data/assets/fonts/fontawesome-webfont.svg +2671 -2671
  140. data/assets/js/_main.js +72 -72
  141. data/assets/js/main.min.js +1 -1
  142. data/assets/js/plugins/jquery.fitvids.js +81 -81
  143. data/assets/js/plugins/jquery.greedy-navigation.js +77 -77
  144. metadata +8 -3
@@ -1,12 +1,12 @@
1
- # main links
2
- main:
3
- - title: "Quick-Start Guide"
4
- url: https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/
5
- # - title: "About"
6
- # url: https://mmistakes.github.io/minimal-mistakes/about/
7
- # - title: "Sample Posts"
8
- # url: /year-archive/
9
- # - title: "Sample Collections"
10
- # url: /collection-archive/
11
- # - title: "Sitemap"
1
+ # main links
2
+ main:
3
+ - title: "Quick-Start Guide"
4
+ url: https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/
5
+ # - title: "About"
6
+ # url: https://mmistakes.github.io/minimal-mistakes/about/
7
+ # - title: "Sample Posts"
8
+ # url: /year-archive/
9
+ # - title: "Sample Collections"
10
+ # url: /collection-archive/
11
+ # - title: "Sitemap"
12
12
  # url: /sitemap/
@@ -1,888 +1,931 @@
1
- # User interface text and labels
2
-
3
- # English (default)
4
- # -----------------
5
- en: &DEFAULT_EN
6
- page : "Page"
7
- pagination_previous : "Previous"
8
- pagination_next : "Next"
9
- breadcrumb_home_label : "Home"
10
- breadcrumb_separator : "/"
11
- menu_label : "Toggle Menu"
12
- toc_label : "On This Page"
13
- ext_link_label : "Direct Link"
14
- less_than : "less than"
15
- minute_read : "minute read"
16
- share_on_label : "Share on"
17
- meta_label :
18
- tags_label : "Tags:"
19
- categories_label : "Categories:"
20
- date_label : "Updated:"
21
- comments_label : "Leave a Comment"
22
- comments_title : "Comments"
23
- more_label : "Learn More"
24
- related_label : "You May Also Enjoy"
25
- follow_label : "Follow:"
26
- feed_label : "Feed"
27
- powered_by : "Powered by"
28
- website_label : "Website"
29
- email_label : "Email"
30
- recent_posts : "Recent Posts"
31
- undefined_wpm : "Undefined parameter words_per_minute at _config.yml"
32
- comment_form_info : "Your email address will not be published. Required fields are marked"
33
- comment_form_comment_label : "Comment"
34
- comment_form_md_info : "Markdown is supported."
35
- comment_form_name_label : "Name"
36
- comment_form_email_label : "Email address"
37
- comment_form_website_label : "Website (optional)"
38
- comment_btn_submit : "Submit Comment"
39
- comment_btn_submitted : "Submitted"
40
- comment_success_msg : "Thanks for your comment! It will show on the site once it has been approved."
41
- comment_error_msg : "Sorry, there was an error with your submission. Please make sure all required fields have been completed and try again."
42
- loading_label : "Loading..."
43
- en-US:
44
- <<: *DEFAULT_EN
45
- en-CA:
46
- <<: *DEFAULT_EN
47
- en-GB:
48
- <<: *DEFAULT_EN
49
- en-AU:
50
- <<: *DEFAULT_EN
51
-
52
- # Spanish
53
- # --------------
54
- es: &DEFAULT_ES
55
- page : "Página"
56
- pagination_previous : "Anterior"
57
- pagination_next : "Siguiente"
58
- breadcrumb_home_label : "Inicio"
59
- breadcrumb_separator : "/"
60
- menu_label :
61
- toc_label : "Contenidos"
62
- ext_link_label : "Enlace"
63
- less_than : "menos de"
64
- minute_read : "minuto de lectura"
65
- share_on_label : "Compartir"
66
- meta_label :
67
- tags_label : "Etiquetas:"
68
- categories_label : "Categorías:"
69
- date_label : "Actualizado:"
70
- comments_label : "Comentar"
71
- comments_title :
72
- more_label : "Ver más"
73
- related_label : "Podrías ver también"
74
- follow_label : "Seguir:"
75
- feed_label : "Feed"
76
- powered_by : "Powered by"
77
- website_label : "Sitio web"
78
- email_label : "Email"
79
- recent_posts : "Entradas recientes"
80
- undefined_wpm : "Parametro words_per_minute (Palabras por minuto) no definido en _config.yml"
81
- comment_form_info : "Su dirección de correo no será publicada. Se han resaltado los campos requeridos"
82
- comment_form_comment_label : "Comentario"
83
- comment_form_md_info : "Markdown está soportado."
84
- comment_form_name_label : "Nombre"
85
- comment_form_email_label : "Dirección de E-mail"
86
- comment_form_website_label : "Sitio web (opcional)"
87
- comment_btn_submit : "Enviar Commentario"
88
- comment_btn_submitted : "Enviado"
89
- comment_success_msg : "Gracias por su comentario!, Este se visualizará en el sitio una vez haya sido aprobado"
90
- comment_error_msg : "Lo sentimos, ha ocurrido un error al enviar su comentario. Por favor asegurese que todos los campos han sido diligenciados e intente de nuevo"
91
- loading_label : "Cargando..."
92
- es-ES:
93
- <<: *DEFAULT_ES
94
- es-CO:
95
- <<: *DEFAULT_ES
96
-
97
- # French
98
- # -----------------
99
- fr: &DEFAULT_FR
100
- page : "Page"
101
- pagination_previous : "Précédent"
102
- pagination_next : "Suivant"
103
- breadcrumb_home_label : "Accueil"
104
- breadcrumb_separator : "/"
105
- menu_label :
106
- toc_label : "Sur cette page"
107
- ext_link_label : "Lien direct"
108
- less_than : "moins de"
109
- minute_read : "minute de lecture"
110
- share_on_label : "Partager sur"
111
- meta_label :
112
- tags_label : "Tags :"
113
- categories_label : "Catégories :"
114
- date_label : "Mis à jour :"
115
- comments_label : "Laisser un commentaire"
116
- comments_title :
117
- more_label : "Lire plus"
118
- related_label : "Vous pourriez aimer aussi"
119
- follow_label : "Contact"
120
- feed_label : "Flux"
121
- powered_by : "Propulsé par"
122
- website_label : "Site"
123
- email_label : "Email"
124
- recent_posts : "Posts récents"
125
- undefined_wpm : "Le paramètre words_per_minute n'est pas défini dans _config.yml"
126
- comments_title : "Commentaires"
127
- comment_form_info : "Votre adresse email ne sera pas visible. Les champs obligatoires sont marqués"
128
- comment_form_comment_label : "Commentaire"
129
- comment_form_md_info : "Markdown est supporté."
130
- comment_form_name_label : "Nom"
131
- comment_form_email_label : "Adresse mail"
132
- comment_form_website_label : "Site web (optionnel)"
133
- comment_btn_submit : "Envoyer"
134
- comment_btn_submitted : "Envoyé"
135
- comment_success_msg : "Merci pour votre commentaire, il sera visible sur le site une fois approuvé."
136
- comment_error_msg : "Désolé, une erreur est survenue lors de la soumission. Vérifiez que les champs obligatoires ont été remplis et réessayez."
137
- loading_label : "Chargement..."
138
- fr-FR:
139
- <<: *DEFAULT_FR
140
- fr-BE:
141
- <<: *DEFAULT_FR
142
- fr-CH:
143
- <<: *DEFAULT_FR
144
-
145
- # Turkish
146
- # -----------------
147
- tr: &DEFAULT_TR
148
- page : "Sayfa"
149
- pagination_previous : "Önceki"
150
- pagination_next : "Sonraki"
151
- breadcrumb_home_label : "Ana Sayfa"
152
- breadcrumb_separator : "/"
153
- menu_label :
154
- toc_label : "İçindekiler"
155
- ext_link_label : "Doğrudan Bağlantı"
156
- less_than : "Şu süreden az: "
157
- minute_read : "dakika tahmini okuma süresi"
158
- share_on_label : "Paylaş"
159
- meta_label :
160
- tags_label : "Etiketler:"
161
- categories_label : "Kategoriler:"
162
- date_label : "Güncelleme tarihi:"
163
- comments_label : "Yorum yapın"
164
- comments_title : "Yorumlar"
165
- more_label : "Daha fazlasını öğrenin"
166
- related_label : "Bunlar ilginizi çekebilir:"
167
- follow_label : "Takip et:"
168
- feed_label : "RSS"
169
- powered_by : "Emeği geçenler: "
170
- website_label : "Web sayfası"
171
- email_label : "E-posta"
172
- recent_posts : "Son yazılar"
173
- undefined_wpm : "_config.yml dosyasında tanımlanmamış words_per_minute parametresi"
174
- comment_form_info : "Email adresiniz gösterilmeyecektir. Zorunlu alanlar işaretlenmiştir"
175
- comment_form_comment_label : "Yorumunuz"
176
- comment_form_md_info : "Markdown desteklenmektedir."
177
- comment_form_name_label : "Adınız"
178
- comment_form_email_label : "Email adresiniz"
179
- comment_form_website_label : "Websiteniz (opsiyonel)"
180
- comment_btn_submit : "Yorum Yap"
181
- comment_btn_submitted : "Gönderildi"
182
- comment_success_msg : "Yorumunuz için teşekkürler! Yorumunuz onaylandıktan sonra sitede gösterilecektir."
183
- comment_error_msg : "Maalesef bir hata oluştu. Lütfen zorunlu olan tüm alanları doldurduğunuzdan emin olun ve sonrasında tekrar deneyin."
184
- loading_label : "Yükleniyor..."
185
- tr-TR:
186
- <<: *DEFAULT_TR
187
-
188
- # Portuguese
189
- # -----------------
190
- pt: &DEFAULT_PT
191
- page : "Página"
192
- pagination_previous : "Anterior"
193
- pagination_next : "Seguinte"
194
- breadcrumb_home_label : "Início"
195
- breadcrumb_separator : "/"
196
- menu_label :
197
- toc_label : "Nesta Página"
198
- ext_link_label : "Link Direto"
199
- less_than : "menos de"
200
- minute_read : "minutos de leitura"
201
- share_on_label : "Partilhar no"
202
- meta_label :
203
- tags_label : "Etiquetas:"
204
- categories_label : "Categorias:"
205
- date_label : "Atualizado:"
206
- comments_label : "Deixe um Comentário"
207
- comments_title : "Comentários"
208
- more_label : "Saber mais"
209
- related_label : "Também pode gostar de"
210
- follow_label : "Siga:"
211
- feed_label : "Feed"
212
- powered_by : "Feito com"
213
- website_label : "Site"
214
- email_label : "Email"
215
- recent_posts : "Artigos Recentes"
216
- undefined_wpm : "Parâmetro words_per_minute não definido em _config.yml"
217
- comment_form_info : "O seu endereço email não será publicado. Os campos obrigatórios estão assinalados"
218
- comment_form_comment_label : "Comentário"
219
- comment_form_md_info : "Markdown é suportado."
220
- comment_form_name_label : "Nome"
221
- comment_form_email_label : "Endereço Email"
222
- comment_form_website_label : "Site (opcional)"
223
- comment_btn_submit : "Sumbeter Comentário"
224
- comment_btn_submitted : "Submetido"
225
- comment_success_msg : "Obrigado pelo seu comentário! Será visível no site logo que aprovado."
226
- comment_error_msg : "Lamento, ocorreu um erro na sua submissão. Por favor verifique se todos os campos obrigatórios estão corretamente preenchidos e tente novamente."
227
- loading_label : "A carregar..."
228
- # Brazilian Portuguese
229
- pt-BR:
230
- page : "Página"
231
- pagination_previous : "Anterior"
232
- pagination_next : "Próxima"
233
- breadcrumb_home_label : "Home"
234
- breadcrumb_separator : "/"
235
- menu_label :
236
- toc_label : "Nesta página"
237
- ext_link_label : "Link direto"
238
- less_than : "meno que"
239
- minute_read : "minutos de leitura"
240
- share_on_label : "Compartilhe em"
241
- meta_label :
242
- tags_label : "Tags:"
243
- categories_label : "Categorias:"
244
- date_label : "Atualizado em:"
245
- comments_label : "Deixe um comentário"
246
- comments_title :
247
- more_label : "Aprenda Mais"
248
- related_label : "Você Talvez Goste Também"
249
- follow_label : "Acompanhe em"
250
- feed_label : "Feed"
251
- powered_by : "Feito com"
252
- website_label : "Site"
253
- email_label : "Email"
254
- recent_posts : "Postagens recentes"
255
- undefined_wpm : "Parâmetro indefinido em word_per_minute no _config.yml"
256
- comment_form_info :
257
- comment_form_comment_label :
258
- comment_form_md_info :
259
- comment_form_name_label :
260
- comment_form_email_label :
261
- comment_form_website_label :
262
- comment_btn_submit :
263
- comment_btn_submitted :
264
- comment_success_msg :
265
- comment_error_msg :
266
- loading_label :
267
- pt-PT:
268
- <<: *DEFAULT_PT
269
-
270
- # Italian
271
- # -----------------
272
- it: &DEFAULT_IT
273
- page : "Pagina"
274
- pagination_previous : "Precedente"
275
- pagination_next : "Prossima"
276
- breadcrumb_home_label : "Home"
277
- breadcrumb_separator : "/"
278
- menu_label :
279
- toc_label : "Indice della pagina"
280
- ext_link_label : "Link"
281
- less_than : "meno di"
282
- minute_read : "minuto/i di lettura"
283
- share_on_label : "Condividi"
284
- meta_label :
285
- tags_label : "Tags:"
286
- categories_label : "Categorie:"
287
- date_label : "Aggiornato:"
288
- comments_label : "Scrivi un commento"
289
- comments_title :
290
- more_label : "Scopri di più"
291
- related_label : "Potrebbe Piacerti Anche"
292
- follow_label : "Segui:"
293
- feed_label : "Feed"
294
- powered_by : "Powered by"
295
- website_label : "Website"
296
- email_label : "Email"
297
- recent_posts : "Articoli Recenti"
298
- undefined_wpm : "Parametro words_per_minute non definito in _config.yml"
299
- comment_form_info : "Il tuo indirizzo email non sarà pubblicato. Sono segnati i campi obbligatori"
300
- comment_form_comment_label : "Commenta"
301
- comment_form_md_info : "Il linguaggio Markdown è supportato"
302
- comment_form_name_label : "Nome"
303
- comment_form_email_label : "Indirizzo email"
304
- comment_form_website_label : "Sito Web (opzionale)"
305
- comment_btn_submit : "Invia commento"
306
- comment_btn_submitted : "Inviato"
307
- comment_success_msg : "Grazie per il tuo commento! Verrà visualizzato nel sito una volta che sarà approvato."
308
- comment_error_msg : "C'è stato un errore con il tuo invio. Assicurati che tutti i campi richiesti siano stati completati e riprova."
309
- loading_label : "Caricamento..."
310
- it-IT:
311
- <<: *DEFAULT_IT
312
-
313
- # Chinese (zh-CN Chinese - China)
314
- # -----------------
315
- zh: &DEFAULT_ZH
316
- page : "页面"
317
- pagination_previous : "向前"
318
- pagination_next : "向后"
319
- breadcrumb_home_label : "首页"
320
- breadcrumb_separator : "/"
321
- menu_label : "切换菜单"
322
- toc_label : "在本页上"
323
- ext_link_label : "直接链接"
324
- less_than : "少于"
325
- minute_read : "分钟读完"
326
- share_on_label : "分享"
327
- meta_label :
328
- tags_label : "标签:"
329
- categories_label : "分类:"
330
- date_label : "更新时间:"
331
- comments_label : "留下评论"
332
- comments_title : "评论"
333
- more_label : "了解更多"
334
- related_label : "猜您还喜欢"
335
- follow_label : "关注:"
336
- feed_label : "Feed"
337
- powered_by : "技术来自于"
338
- website_label : "网站"
339
- email_label : "电子邮箱"
340
- recent_posts : "最新文章"
341
- undefined_wpm : "_config.yml配置中words_per_minute字段未定义"
342
- comment_form_info : "您的电子邮箱地址并不会被展示。请填写标记为必须的字段。"
343
- comment_form_comment_label : "评论"
344
- comment_form_md_info : "Markdown语法已支持。"
345
- comment_form_name_label : "姓名"
346
- comment_form_email_label : "电子邮箱"
347
- comment_form_website_label : "网站(可选)"
348
- comment_btn_submit : "提交评论"
349
- comment_btn_submitted : "已提交"
350
- comment_success_msg : "感谢您的评论!被批准后它会立即在此站点展示。"
351
- comment_error_msg : "很抱歉,您的提交存在错误。请确保所有必填字段都已填写正确,然后再试一次。"
352
- loading_label : "正在加载..."
353
- zh-CN:
354
- <<: *DEFAULT_ZH
355
- zh-HK:
356
- <<: *DEFAULT_ZH
357
- zh-SG:
358
- <<: *DEFAULT_ZH
359
- # Taiwan (Traditional Chinese)
360
- zh-TW:
361
- page : "頁面"
362
- pagination_previous : "較舊"
363
- pagination_next : "較新"
364
- breadcrumb_home_label : "首頁"
365
- breadcrumb_separator : "/"
366
- menu_label : "切換選單"
367
- toc_label : "本頁"
368
- ext_link_label : "外部連結"
369
- less_than : "少於"
370
- minute_read : "分鐘閱讀"
371
- share_on_label : "分享到"
372
- meta_label :
373
- tags_label : "標籤:"
374
- categories_label : "分類:"
375
- date_label : "更新時間:"
376
- comments_label : "留言"
377
- comments_title : "留言內容"
378
- more_label : "了解更多"
379
- related_label : "猜您有與趣"
380
- follow_label : "追蹤:"
381
- feed_label : "RSS Feed"
382
- powered_by : "Powered by"
383
- website_label : "網站"
384
- email_label : "電子信箱"
385
- recent_posts : "最新文章"
386
- undefined_wpm : "_config.yml 中未定義 words_per_minute"
387
- comment_form_info : "您的電子信箱不會被公開. 必填部份已標記"
388
- comment_form_comment_label : "留言內容"
389
- comment_form_md_info : "支援Markdown語法。"
390
- comment_form_name_label : "名字"
391
- comment_form_email_label : "電子信箱帳號"
392
- comment_form_website_label : "網頁 (可選填)"
393
- comment_btn_submit : "送出留言"
394
- comment_btn_submitted : "已送出"
395
- comment_success_msg : "感謝您的留言! 審核後將會顯示在站上。"
396
- comment_error_msg : "抱歉,部份資料輸入有問題。請確認資料填寫正確後再試一次。"
397
- loading_label : "載入中..."
398
-
399
- # German / Deutsch
400
- # -----------------
401
- de: &DEFAULT_DE
402
- page : "Seite"
403
- pagination_previous : "Vorherige"
404
- pagination_next : "Nächste"
405
- breadcrumb_home_label : "Home"
406
- breadcrumb_separator : "/"
407
- menu_label :
408
- toc_label : "Auf dieser Seite"
409
- ext_link_label : "Direkter Link"
410
- less_than : "weniger als"
411
- minute_read : "Minuten zum lesen"
412
- share_on_label : "Teilen auf"
413
- meta_label :
414
- tags_label : "Tags:"
415
- categories_label : "Kategorien:"
416
- date_label : "Aktualisiert:"
417
- comments_label : "Hinterlassen sie einen Kommentar"
418
- comments_title : "Kommentare"
419
- more_label : "Mehr anzeigen"
420
- related_label : "Ihnen gefällt vielleicht auch"
421
- follow_label : "Folgen:"
422
- feed_label : "Feed"
423
- powered_by : "Powered by"
424
- website_label : "Webseite"
425
- email_label : "E-Mail"
426
- recent_posts : "Aktuelle Beiträge"
427
- undefined_wpm : "Undefinierter Parameter words_per_minute in _config.yml"
428
- comment_form_info : "Ihre E-Mail Adresse wird nicht veröffentlicht. Benötigte Felder sind markiert"
429
- comment_form_comment_label : "Kommentar"
430
- comment_form_md_info : "Markdown wird unterstützt."
431
- comment_form_name_label : "Name"
432
- comment_form_email_label : "E-Mail Addresse"
433
- comment_form_website_label : "Webseite (optional)"
434
- comment_btn_submit : "Kommentar absenden"
435
- comment_btn_submitted : "Versendet"
436
- comment_success_msg : "Danke für ihren Kommentar! Er wird auf der Seite angezeigt, nachdem er geprüft wurde."
437
- comment_error_msg : "Entschuldigung, es gab einen Fehler. Bitte füllen sie alle benötigten Felder aus und versuchen sie es erneut."
438
- loading_label : "Lade..."
439
- de-DE:
440
- <<: *DEFAULT_DE
441
- de-AT:
442
- <<: *DEFAULT_DE
443
- de-CH:
444
- <<: *DEFAULT_DE
445
- de-BE:
446
- <<: *DEFAULT_DE
447
- de-LI:
448
- <<: *DEFAULT_DE
449
- de-LU:
450
- <<: *DEFAULT_DE
451
-
452
- # Nepali (Nepal)
453
- # -----------------
454
- ne: &DEFAULT_NE
455
- page : "पृष्‍ठ"
456
- pagination_previous : "अघिल्लो"
457
- pagination_next : "अर्को"
458
- breadcrumb_home_label : "गृह"
459
- breadcrumb_separator : "/"
460
- menu_label : "टगल मेनु"
461
- toc_label : "यो पृष्‍ठमा"
462
- ext_link_label : "सिधा सम्पर्क"
463
- less_than : "कम्तिमा"
464
- minute_read : "मिनेट पढ्नुहोस्"
465
- share_on_label : "शेयर गर्नुहोस्"
466
- meta_label :
467
- tags_label : "ट्यागहरू:"
468
- categories_label : "वर्गहरु:"
469
- date_label : "अद्यावधिक:"
470
- comments_label : "टिप्पणी दिनुहोस्"
471
- comments_title : "टिप्पणीहरू"
472
- more_label : "अझै सिक्नुहोस्"
473
- related_label : "तपाईं रुचाउन सक्नुहुन्छ "
474
- follow_label : "पछ्याउनुहोस्:"
475
- feed_label : "फिड"
476
- powered_by : "Powered by"
477
- website_label : "वेबसाइट"
478
- email_label : "इमेल"
479
- recent_posts : "ताजा लेखहरु"
480
- undefined_wpm : "अपरिभाषित प्यारामिटर शब्दहरू_प्रति_मिनेट at _config.yml"
481
- comment_form_info : "तपाइँको इमेल ठेगाना प्रकाशित गरिने छैन।आवश्यक जानकारीहरुमा चिन्ह लगाइको छ"
482
- comment_form_comment_label : "टिप्पणी"
483
- comment_form_md_info : "मार्कडाउन समर्थित छ।"
484
- comment_form_name_label : "नाम"
485
- comment_form_email_label : "इमेल ठेगाना"
486
- comment_form_website_label : "वेबसाइट (वैकल्पिक)"
487
- comment_btn_submit : "टिप्पणी दिनुहोस् "
488
- comment_btn_submitted : "टिप्पणी भयो"
489
- comment_success_msg : "तपाईंको टिप्पणीको लागि धन्यवाद! एक पटक यो अनुमोदन गरेपछी यो साइटमा देखाउनेछ।"
490
- comment_error_msg : "माफ गर्नुहोस्, तपाईंको टिप्पणी त्रुटि थियो।सबै आवश्यक जानकारीहरु पूरा गरिएको छ भने निश्चित गर्नुहोस् र फेरि प्रयास गर्नुहोस्।"
491
- loading_label : "लोड हुँदैछ ..."
492
- ne-NP:
493
- <<: *DEFAULT_NE
494
-
495
- # Korean
496
- # --------------
497
- ko: &DEFAULT_KO
498
- page : "페이지"
499
- pagination_previous : "이전"
500
- pagination_next : "다음"
501
- breadcrumb_home_label : "Home"
502
- breadcrumb_separator : "/"
503
- menu_label : "토글 메뉴"
504
- toc_label : "On This Page"
505
- ext_link_label : "직접 링크"
506
- less_than : "최대"
507
- minute_read : "분 소요"
508
- share_on_label : "공유하기"
509
- meta_label :
510
- tags_label : "태그:"
511
- categories_label : "카테고리:"
512
- date_label : "업데이트:"
513
- comments_label : "댓글남기기"
514
- comments_title : "댓글"
515
- more_label : "더 보기"
516
- related_label : "참고"
517
- follow_label : "팔로우:"
518
- feed_label : "피드"
519
- powered_by : "Powered by"
520
- website_label : "웹사이트"
521
- email_label : "이메일"
522
- recent_posts : "최근 포스트"
523
- undefined_wpm : "Undefined parameter words_per_minute at _config.yml"
524
- comment_form_info : "이메일은 공개되지 않습니다. 작성 필요 필드:"
525
- comment_form_comment_label : "댓글"
526
- comment_form_md_info : "마크다운을 지원합니다."
527
- comment_form_name_label : "이름"
528
- comment_form_email_label : "이메일"
529
- comment_form_website_label : "웹사이트(선택사항)"
530
- comment_btn_submit : "댓글 등록"
531
- comment_btn_submitted : "등록됨"
532
- comment_success_msg : "감사합니다! 댓글이 머지된 후 확인하실 수 있습니다."
533
- comment_error_msg : "댓글 등록에 문제가 있습니다. 필요 필드를 작성했는지 확인하고 다시 시도하세요."
534
- loading_label : "로딩중..."
535
- ko-KR:
536
- <<: *DEFAULT_KO
537
-
538
- # Russian / Русский
539
- # -----------------
540
- ru: &DEFAULT_RU
541
- page : "Страница"
542
- pagination_previous : "Предыдущая"
543
- pagination_next : "Следующая"
544
- breadcrumb_home_label : "Главная"
545
- breadcrumb_separator : "/"
546
- menu_label : "Выпадающее меню"
547
- toc_label : "Содержание"
548
- ext_link_label : "Прямая ссылка"
549
- less_than : "менее"
550
- minute_read : "мин на чтение"
551
- share_on_label : "Поделиться"
552
- meta_label :
553
- tags_label : "Метки:"
554
- categories_label : "Разделы:"
555
- date_label : "Дата изменения:"
556
- comments_label : "Оставить комментарий"
557
- comments_title : "Комментарии"
558
- more_label : "Читать далее"
559
- related_label : "Вам также может понравиться"
560
- follow_label : "Связаться со мной:"
561
- feed_label : "RSS-лента"
562
- powered_by : "Сайт работает на"
563
- website_label : "Сайт"
564
- email_label : "Электронная почта"
565
- recent_posts : "Свежие записи"
566
- undefined_wpm : "Не определён параметр words_per_minute в _config.yml"
567
- comment_form_info : "Ваш адрес электронной почты не будет опубликован. Обязательные поля помечены"
568
- comment_form_comment_label : "Комментарий"
569
- comment_form_md_info : "Поддерживается синтаксис Markdown."
570
- comment_form_name_label : "Имя"
571
- comment_form_email_label : "Электронная почта"
572
- comment_form_website_label : "Ссылка на сайт (необязательно)"
573
- comment_btn_submit : "Оставить комментарий"
574
- comment_btn_submitted : "Отправлено"
575
- comment_success_msg : "Спасибо за Ваш комментарий! Он будет опубликован на сайте после проверки."
576
- comment_error_msg : "К сожалению, произошла ошибка с отправкой комментария. Пожалуйста, убедитесь, что все обязательные поля заполнены и попытайтесь снова."
577
- loading_label : "Отправка..."
578
- ru-RU:
579
- <<: *DEFAULT_RU
580
-
581
- # Lithuanian / Lietuviškai
582
- # -----------------
583
- lt: &DEFAULT_LT
584
- page : "Puslapis"
585
- pagination_previous : "Ankstesnis"
586
- pagination_next : "Sekantis"
587
- breadcrumb_home_label : "Pagrindinis"
588
- breadcrumb_separator : "/"
589
- menu_label : "Meniu rodymas"
590
- toc_label : "Turinys"
591
- ext_link_label : "Tiesioginė nuoroda"
592
- less_than : "mažiau nei"
593
- minute_read : "min. skaitymo"
594
- share_on_label : "Pasidalinti"
595
- meta_label :
596
- tags_label : "Žymės:"
597
- categories_label : "Kategorijos:"
598
- date_label : "Atnaujinta:"
599
- comments_label : "Palikti komentarą"
600
- comments_title : "Komentaras"
601
- more_label : "Skaityti daugiau"
602
- related_label : "Taip pat turėtų patikti"
603
- follow_label : "Sekti:"
604
- feed_label : "Šaltinis"
605
- powered_by : "Sukurta su"
606
- website_label : "Tinklapis"
607
- email_label : "El. paštas"
608
- recent_posts : "Naujausi įrašai"
609
- undefined_wpm : "Nedeklaruotas parametras words_per_minute faile _config.yml"
610
- comment_form_info : "El. pašto adresas nebus viešinamas. Būtini laukai pažymėti."
611
- comment_form_comment_label : "Komentaras"
612
- comment_form_md_info : "Markdown palaikomas."
613
- comment_form_name_label : "Vardas"
614
- comment_form_email_label : "El. paštas"
615
- comment_form_website_label : "Tinklapis (nebūtina)"
616
- comment_btn_submit : "Komentuoti"
617
- comment_btn_submitted : "Įrašytas"
618
- comment_success_msg : "Ačiū už komentarą! Jis bus parodytas kai bus patvirtintas."
619
- comment_error_msg : "Atleiskite, įvyko netikėta klaida įrašant komentarą. Pasitikrinkite ar užpildėte visus būtinus laukus ir pamėginkite dar kartą."
620
- loading_label : "Kraunama..."
621
- lt-LT:
622
- <<: *DEFAULT_LT
623
-
624
- # Greek
625
- # --------------
626
- gr: &DEFAULT_GR
627
- page : "Σελίδα"
628
- pagination_previous : "Προηγούμενo"
629
- pagination_next : "Επόμενo"
630
- breadcrumb_home_label : "Αρχική"
631
- breadcrumb_separator : "/"
632
- menu_label : "Μενού"
633
- toc_label : "Περιεχόμενα"
634
- ext_link_label : "Εξωτερικός Σύνδεσμος"
635
- less_than : "Λιγότερο από"
636
- minute_read : "λεπτά ανάγνωσης"
637
- share_on_label : "Μοιραστείτε το"
638
- meta_label :
639
- tags_label : "Ετικέτες:"
640
- categories_label : "Κατηγορίες:"
641
- date_label : "Ενημερώθηκε:"
642
- comments_label : "Αφήστε ένα σχόλιο"
643
- comments_title : "Σχόλια"
644
- more_label : "Διάβαστε περισσότερα"
645
- related_label : "Σχετικές αναρτήσεις"
646
- follow_label : "Ακολουθήστε:"
647
- feed_label : "RSS Feed"
648
- powered_by : "Δημιουργήθηκε με"
649
- website_label : "Ιστοσελίδα"
650
- email_label : "Email"
651
- recent_posts : "Τελευταίες αναρτήσεις"
652
- undefined_wpm : "Δεν έχει οριστεί η παράμετρος words_per_minute στο αρχείο _config.yml"
653
- comment_form_info : "Η διεύθυνση email σας δεν θα δημοσιευθεί. Τα απαιτούμενα πεδία εμφανίζονται με αστερίσκο"
654
- comment_form_comment_label : "Σχόλιο"
655
- comment_form_md_info : "Το πεδίο υποστηρίζει Markdown."
656
- comment_form_name_label : "Όνομα"
657
- comment_form_email_label : "Διεύθυνση email"
658
- comment_form_website_label : "Ιστοσελίδα (προαιρετικό)"
659
- comment_btn_submit : "Υπόβαλε ένα σχόλιο"
660
- comment_btn_submitted : "Έχει υποβληθεί"
661
- comment_success_msg : "Ευχαριστούμε για το σχόλιό σας! Θα εμφανιστεί στην ιστοσελίδα αφού εγκριθεί."
662
- comment_error_msg : "Λυπούμαστε, παρουσιάστηκε σφάλμα με την υποβολή σας. Παρακαλούμε βεβαιωθείτε ότι έχετε όλα τα απαιτούμενα πεδία συμπληρωμένα και δοκιμάστε ξανά."
663
- loading_label : "Φόρτωση..."
664
- gr-GR:
665
- <<: *DEFAULT_GR
666
-
667
- # Swedish
668
- # -----------------
669
- sv: &DEFAULT_SV
670
- page : "Sidan"
671
- pagination_previous : "Föregående"
672
- pagination_next : "Nästa"
673
- breadcrumb_home_label : "Hem"
674
- breadcrumb_separator : "/"
675
- menu_label : "Meny ridå"
676
- toc_label : "På denna sida"
677
- ext_link_label : "Direkt länk"
678
- less_than : "mindre än"
679
- minute_read : "minut läsning"
680
- share_on_label : "Dela på"
681
- meta_label :
682
- tags_label : "Taggar:"
683
- categories_label : "Kategorier:"
684
- date_label : "Uppdaterades:"
685
- comments_label : "Lämna en kommentar"
686
- comments_title : "Kommentarer"
687
- more_label : "Lär dig mer"
688
- related_label : "Du kanske vill även läsa:"
689
- follow_label : "Följ:"
690
- feed_label : "Flöde"
691
- powered_by : "Framställd med"
692
- website_label : "Webbsida"
693
- email_label : "E-post"
694
- recent_posts : "Senaste inlägg"
695
- undefined_wpm : "Odefinerade parametrar words_per_minute i _config.yml"
696
- comment_form_info : "Din e-post adress kommer inte att publiceras. Obligatoriska fält är markerade."
697
- comment_form_comment_label : "Kommentar"
698
- comment_form_md_info : "Använd Markdown för text-formateringen."
699
- comment_form_name_label : "Namn"
700
- comment_form_email_label : "E-post adress"
701
- comment_form_website_label : "Webdsida (valfritt)"
702
- comment_btn_submit : "Skicka en kommentar"
703
- comment_btn_submitted : "Kommentaren har tagits emot"
704
- comment_success_msg : "Tack för din kommentar! Den kommer att visas på sidan så fort den har godkännts."
705
- comment_error_msg : "Tyvärr det har blivit något fel i en av fälten, se till att du fyller i alla rutor och försök igen."
706
- loading_label : "Laddar..."
707
- sv-SE:
708
- <<: *DEFAULT_SV
709
- sv-FI:
710
- <<: *DEFAULT_SV
711
-
712
- # Dutch
713
- # -----------------
714
- nl: &DEFAULT_NL
715
- page : "Pagina"
716
- pagination_previous : "Vorige"
717
- pagination_next : "Volgende"
718
- breadcrumb_home_label : "Home"
719
- breadcrumb_separator : "/"
720
- menu_label : "Wissel Menu"
721
- toc_label : "Op deze pagina"
722
- ext_link_label : "Directe Link"
723
- less_than : "minder dan"
724
- minute_read : "minuut gelezen"
725
- share_on_label : "Deel op"
726
- meta_label :
727
- tags_label : "Labels:"
728
- categories_label : "Categorieën:"
729
- date_label : "Bijgewerkt:"
730
- comments_label : "Laat een reactie achter"
731
- comments_title : "Commentaren"
732
- more_label : "Meer informatie"
733
- related_label : "Bekijk ook eens"
734
- follow_label : "Volg:"
735
- feed_label : "Feed"
736
- powered_by : "Aangedreven door"
737
- website_label : "Website"
738
- email_label : "Email"
739
- recent_posts : "Recente berichten"
740
- undefined_wpm : "Niet gedefinieerde parameter words_per_minute bij _config.yml"
741
- comment_form_info : "Uw e-mailadres wordt niet gepubliceerd. Verplichte velden zijn gemarkeerd"
742
- comment_form_comment_label : "Commentaar"
743
- comment_form_md_info : "Markdown wordt ondersteund."
744
- comment_form_name_label : "Naam"
745
- comment_form_email_label : "E-mailadres"
746
- comment_form_website_label : "Website (optioneel)"
747
- comment_btn_submit : "Commentaar toevoegen"
748
- comment_btn_submitted : "Toegevoegd"
749
- comment_success_msg : "Bedankt voor uw reactie! Het zal op de site worden weergegeven zodra het is goedgekeurd."
750
- comment_error_msg : "Sorry, er is een fout opgetreden bij uw inzending. Zorg ervoor dat alle vereiste velden zijn voltooid en probeer het opnieuw."
751
- loading_label : "Laden..."
752
- nl-BE:
753
- <<: *DEFAULT_NL
754
- nl-NL:
755
- <<: *DEFAULT_NL
756
-
757
- # Indonesian
758
- # -----------------
759
- id: &DEFAULT_ID
760
- page : "Halaman"
761
- pagination_previous : "Kembali"
762
- pagination_next : "Maju"
763
- breadcrumb_home_label : "Home"
764
- breadcrumb_separator : "/"
765
- menu_label : "Menu Toggle"
766
- toc_label : "Pada Halaman Ini"
767
- ext_link_label : "Link langsung"
768
- less_than : "Kurang dari"
769
- minute_read : "Waktu baca"
770
- share_on_label : "Berbagi di"
771
- meta_label :
772
- tags_label : "Golongan:"
773
- categories_label : "Kategori:"
774
- date_label : "Diupdate:"
775
- comments_label : "Tinggalkan komentar"
776
- comments_title : "Komentar"
777
- more_label : "Pelajari lagi"
778
- related_label : "Anda juga akan suka"
779
- follow_label : "Ikuti:"
780
- feed_label : "Feed"
781
- powered_by : "Didukung oleh"
782
- website_label : "Website"
783
- email_label : "Email"
784
- recent_posts : "Posting terbaru"
785
- undefined_wpm : "Parameter terdeskripsi words_per_minute di _config.yml"
786
- comment_form_info : "Email Anda tidak akan dipublish. Kolom yang diperlukan ditandai"
787
- comment_form_comment_label : "Komentar"
788
- comment_form_md_info : "Markdown disupport."
789
- comment_form_name_label : "Nama"
790
- comment_form_email_label : "Alamat email"
791
- comment_form_website_label : "Website (opsional)"
792
- comment_btn_submit : "Submit Komentar"
793
- comment_btn_submitted : "Telah disubmit"
794
- comment_success_msg : "Terimakasih atas komentar Anda! Komentar ini akan tampil setelah disetujui."
795
- comment_error_msg : "Maaf, ada kesalahan pada submisi Anda. Pastikan seluruh kolom sudah dilengkapi dan coba kembali."
796
- loading_label : "Sedang meload..."
797
- id-ID:
798
- <<: *DEFAULT_ID
799
-
800
- # Vietnamese
801
- # -----------------
802
- vi: &DEFAULT_VI
803
- page : "Trang"
804
- pagination_previous : "Trước"
805
- pagination_next : "Sau"
806
- breadcrumb_home_label : "Trang chủ"
807
- breadcrumb_separator : "/"
808
- menu_label : "Menu"
809
- toc_label : "Tại trang này"
810
- ext_link_label : "Đường dẫn trực tiếp"
811
- less_than : "nhỏ hơn"
812
- minute_read : "phút đọc"
813
- share_on_label : "Chia sẻ tại"
814
- meta_label :
815
- tags_label : "Nhãn:"
816
- categories_label : "Chủ đề:"
817
- date_label : "Cập nhật:"
818
- comments_label : "Để lại bình luận"
819
- comments_title : "Bình luận"
820
- more_label : "Mở rộng"
821
- related_label : "Có thể bạn cũng thích"
822
- follow_label : "Theo dõi:"
823
- feed_label : "Feed"
824
- powered_by : "Được hỗ trợ bởi"
825
- website_label : "Website"
826
- email_label : "Email"
827
- recent_posts : "Bài viết mới"
828
- undefined_wpm : "Chưa định nghĩa thông số words_per_minute tại _config.yml"
829
- comment_form_info : "Email của bạn sẽ được giữ bí mật. Các phần bắt buộc được đánh dấu."
830
- comment_form_comment_label : "Bình luận"
831
- comment_form_md_info : "Hỗ trợ Markdown."
832
- comment_form_name_label : "Tên"
833
- comment_form_email_label : "Địa chỉ email"
834
- comment_form_website_label : "Website (không bắt buộc)"
835
- comment_btn_submit : "Gửi bình luận"
836
- comment_btn_submitted : "Đã được gửi"
837
- comment_success_msg : "Cảm ơn bạn đã bình luận! Bình luận sẽ xuất hiện sau khi được duyệt."
838
- comment_error_msg : "Rất tiếc, có lỗi trong việc gửi bình luận. Hãy đảm bảo toàn bộ các phần bắt buộc đã được điền đầy đủ và thử lại."
839
- loading_label : "Đang tải..."
840
- vi-VN:
841
- <<: *DEFAULT_VI
842
-
843
- # Danish
844
- # ------
845
- da: &DEFAULT_DA
846
- page : "Side"
847
- pagination_previous : "Forrige"
848
- pagination_next : "Næste"
849
- breadcrumb_home_label : "Home"
850
- breadcrumb_separator : "/"
851
- menu_label : "Vis/skjul menu"
852
- toc_label : "På denne side"
853
- ext_link_label : "Direkte link"
854
- less_than : "mindre end"
855
- minute_read : "minutters læsning"
856
- share_on_label : "Del på"
857
- meta_label :
858
- tags_label : "Nøgleord:"
859
- categories_label : "Kategorier:"
860
- date_label : "Opdateret:"
861
- comments_label : "Skriv en kommentar"
862
- comments_title : "Kommentarer"
863
- more_label : "Lær mere"
864
- related_label : "Måske kan du også lide"
865
- follow_label : "Følg:"
866
- feed_label : "Feed"
867
- powered_by : "Drives af"
868
- website_label : "Website"
869
- email_label : "E-mail"
870
- recent_posts : "Seneste indlæg"
871
- undefined_wpm : "Parameteren words_per_minute er ikke defineret i _config.yml"
872
- comment_form_info : "Din e-mail bliver ikke offentliggjort. Obligatoriske felter er markeret"
873
- comment_form_comment_label : "Kommentar"
874
- comment_form_md_info : "Markdown er understøttet."
875
- comment_form_name_label : "Navn"
876
- comment_form_email_label : "E-mail"
877
- comment_form_website_label : "Website (frivillig)"
878
- comment_btn_submit : "Send kommentar"
879
- comment_btn_submitted : "Sendt"
880
- comment_success_msg : "Tak for din kommentar! Den bliver vist på siden, så snart den er godkendt."
881
- comment_error_msg : "Desværre skete der en fejl. Prøv igen, mens du sørger for at alle obligatoriske felter er udfyldt."
882
- loading_label : "Indlæser..."
883
- da-DK:
884
- <<: *DEFAULT_DA
885
-
886
- # Another locale
887
- # --------------
888
- #
1
+ # User interface text and labels
2
+
3
+ # English (default)
4
+ # -----------------
5
+ en: &DEFAULT_EN
6
+ page : "Page"
7
+ pagination_previous : "Previous"
8
+ pagination_next : "Next"
9
+ breadcrumb_home_label : "Home"
10
+ breadcrumb_separator : "/"
11
+ menu_label : "Toggle Menu"
12
+ toc_label : "On This Page"
13
+ ext_link_label : "Direct Link"
14
+ less_than : "less than"
15
+ minute_read : "minute read"
16
+ share_on_label : "Share on"
17
+ meta_label :
18
+ tags_label : "Tags:"
19
+ categories_label : "Categories:"
20
+ date_label : "Updated:"
21
+ comments_label : "Leave a Comment"
22
+ comments_title : "Comments"
23
+ more_label : "Learn More"
24
+ related_label : "You May Also Enjoy"
25
+ follow_label : "Follow:"
26
+ feed_label : "Feed"
27
+ powered_by : "Powered by"
28
+ website_label : "Website"
29
+ email_label : "Email"
30
+ recent_posts : "Recent Posts"
31
+ undefined_wpm : "Undefined parameter words_per_minute at _config.yml"
32
+ comment_form_info : "Your email address will not be published. Required fields are marked"
33
+ comment_form_comment_label : "Comment"
34
+ comment_form_md_info : "Markdown is supported."
35
+ comment_form_name_label : "Name"
36
+ comment_form_email_label : "Email address"
37
+ comment_form_website_label : "Website (optional)"
38
+ comment_btn_submit : "Submit Comment"
39
+ comment_btn_submitted : "Submitted"
40
+ comment_success_msg : "Thanks for your comment! It will show on the site once it has been approved."
41
+ comment_error_msg : "Sorry, there was an error with your submission. Please make sure all required fields have been completed and try again."
42
+ loading_label : "Loading..."
43
+ en-US:
44
+ <<: *DEFAULT_EN
45
+ en-CA:
46
+ <<: *DEFAULT_EN
47
+ en-GB:
48
+ <<: *DEFAULT_EN
49
+ en-AU:
50
+ <<: *DEFAULT_EN
51
+
52
+ # Spanish
53
+ # --------------
54
+ es: &DEFAULT_ES
55
+ page : "Página"
56
+ pagination_previous : "Anterior"
57
+ pagination_next : "Siguiente"
58
+ breadcrumb_home_label : "Inicio"
59
+ breadcrumb_separator : "/"
60
+ menu_label :
61
+ toc_label : "Contenidos"
62
+ ext_link_label : "Enlace"
63
+ less_than : "menos de"
64
+ minute_read : "minuto de lectura"
65
+ share_on_label : "Compartir"
66
+ meta_label :
67
+ tags_label : "Etiquetas:"
68
+ categories_label : "Categorías:"
69
+ date_label : "Actualizado:"
70
+ comments_label : "Comentar"
71
+ comments_title :
72
+ more_label : "Ver más"
73
+ related_label : "Podrías ver también"
74
+ follow_label : "Seguir:"
75
+ feed_label : "Feed"
76
+ powered_by : "Powered by"
77
+ website_label : "Sitio web"
78
+ email_label : "Email"
79
+ recent_posts : "Entradas recientes"
80
+ undefined_wpm : "Parametro words_per_minute (Palabras por minuto) no definido en _config.yml"
81
+ comment_form_info : "Su dirección de correo no será publicada. Se han resaltado los campos requeridos"
82
+ comment_form_comment_label : "Comentario"
83
+ comment_form_md_info : "Markdown está soportado."
84
+ comment_form_name_label : "Nombre"
85
+ comment_form_email_label : "Dirección de E-mail"
86
+ comment_form_website_label : "Sitio web (opcional)"
87
+ comment_btn_submit : "Enviar Commentario"
88
+ comment_btn_submitted : "Enviado"
89
+ comment_success_msg : "Gracias por su comentario!, Este se visualizará en el sitio una vez haya sido aprobado"
90
+ comment_error_msg : "Lo sentimos, ha ocurrido un error al enviar su comentario. Por favor asegurese que todos los campos han sido diligenciados e intente de nuevo"
91
+ loading_label : "Cargando..."
92
+ es-ES:
93
+ <<: *DEFAULT_ES
94
+ es-CO:
95
+ <<: *DEFAULT_ES
96
+
97
+ # French
98
+ # -----------------
99
+ fr: &DEFAULT_FR
100
+ page : "Page"
101
+ pagination_previous : "Précédent"
102
+ pagination_next : "Suivant"
103
+ breadcrumb_home_label : "Accueil"
104
+ breadcrumb_separator : "/"
105
+ menu_label :
106
+ toc_label : "Sur cette page"
107
+ ext_link_label : "Lien direct"
108
+ less_than : "moins de"
109
+ minute_read : "minute de lecture"
110
+ share_on_label : "Partager sur"
111
+ meta_label :
112
+ tags_label : "Tags :"
113
+ categories_label : "Catégories :"
114
+ date_label : "Mis à jour :"
115
+ comments_label : "Laisser un commentaire"
116
+ comments_title :
117
+ more_label : "Lire plus"
118
+ related_label : "Vous pourriez aimer aussi"
119
+ follow_label : "Contact"
120
+ feed_label : "Flux"
121
+ powered_by : "Propulsé par"
122
+ website_label : "Site"
123
+ email_label : "Email"
124
+ recent_posts : "Posts récents"
125
+ undefined_wpm : "Le paramètre words_per_minute n'est pas défini dans _config.yml"
126
+ comments_title : "Commentaires"
127
+ comment_form_info : "Votre adresse email ne sera pas visible. Les champs obligatoires sont marqués"
128
+ comment_form_comment_label : "Commentaire"
129
+ comment_form_md_info : "Markdown est supporté."
130
+ comment_form_name_label : "Nom"
131
+ comment_form_email_label : "Adresse mail"
132
+ comment_form_website_label : "Site web (optionnel)"
133
+ comment_btn_submit : "Envoyer"
134
+ comment_btn_submitted : "Envoyé"
135
+ comment_success_msg : "Merci pour votre commentaire, il sera visible sur le site une fois approuvé."
136
+ comment_error_msg : "Désolé, une erreur est survenue lors de la soumission. Vérifiez que les champs obligatoires ont été remplis et réessayez."
137
+ loading_label : "Chargement..."
138
+ fr-FR:
139
+ <<: *DEFAULT_FR
140
+ fr-BE:
141
+ <<: *DEFAULT_FR
142
+ fr-CH:
143
+ <<: *DEFAULT_FR
144
+
145
+ # Turkish
146
+ # -----------------
147
+ tr: &DEFAULT_TR
148
+ page : "Sayfa"
149
+ pagination_previous : "Önceki"
150
+ pagination_next : "Sonraki"
151
+ breadcrumb_home_label : "Ana Sayfa"
152
+ breadcrumb_separator : "/"
153
+ menu_label :
154
+ toc_label : "İçindekiler"
155
+ ext_link_label : "Doğrudan Bağlantı"
156
+ less_than : "Şu süreden az: "
157
+ minute_read : "dakika tahmini okuma süresi"
158
+ share_on_label : "Paylaş"
159
+ meta_label :
160
+ tags_label : "Etiketler:"
161
+ categories_label : "Kategoriler:"
162
+ date_label : "Güncelleme tarihi:"
163
+ comments_label : "Yorum yapın"
164
+ comments_title : "Yorumlar"
165
+ more_label : "Daha fazlasını öğrenin"
166
+ related_label : "Bunlar ilginizi çekebilir:"
167
+ follow_label : "Takip et:"
168
+ feed_label : "RSS"
169
+ powered_by : "Emeği geçenler: "
170
+ website_label : "Web sayfası"
171
+ email_label : "E-posta"
172
+ recent_posts : "Son yazılar"
173
+ undefined_wpm : "_config.yml dosyasında tanımlanmamış words_per_minute parametresi"
174
+ comment_form_info : "Email adresiniz gösterilmeyecektir. Zorunlu alanlar işaretlenmiştir"
175
+ comment_form_comment_label : "Yorumunuz"
176
+ comment_form_md_info : "Markdown desteklenmektedir."
177
+ comment_form_name_label : "Adınız"
178
+ comment_form_email_label : "Email adresiniz"
179
+ comment_form_website_label : "Websiteniz (opsiyonel)"
180
+ comment_btn_submit : "Yorum Yap"
181
+ comment_btn_submitted : "Gönderildi"
182
+ comment_success_msg : "Yorumunuz için teşekkürler! Yorumunuz onaylandıktan sonra sitede gösterilecektir."
183
+ comment_error_msg : "Maalesef bir hata oluştu. Lütfen zorunlu olan tüm alanları doldurduğunuzdan emin olun ve sonrasında tekrar deneyin."
184
+ loading_label : "Yükleniyor..."
185
+ tr-TR:
186
+ <<: *DEFAULT_TR
187
+
188
+ # Portuguese
189
+ pt: &DEFAULT_PT
190
+ page : "Página"
191
+ pagination_previous : "Anterior"
192
+ pagination_next : "Seguinte"
193
+ breadcrumb_home_label : "Início"
194
+ breadcrumb_separator : "/"
195
+ menu_label :
196
+ toc_label : "Nesta Página"
197
+ ext_link_label : "Link Direto"
198
+ less_than : "menos de"
199
+ minute_read : "minutos de leitura"
200
+ share_on_label : "Partilhar no"
201
+ meta_label :
202
+ tags_label : "Etiquetas:"
203
+ categories_label : "Categorias:"
204
+ date_label : "Atualizado:"
205
+ comments_label : "Deixe um Comentário"
206
+ comments_title : "Comentários"
207
+ more_label : "Saber mais"
208
+ related_label : "Também pode gostar de"
209
+ follow_label : "Siga:"
210
+ feed_label : "Feed"
211
+ powered_by : "Feito com"
212
+ website_label : "Site"
213
+ email_label : "Email"
214
+ recent_posts : "Artigos Recentes"
215
+ undefined_wpm : "Parâmetro words_per_minute não definido em _config.yml"
216
+ comment_form_info : "O seu endereço email não será publicado. Os campos obrigatórios estão assinalados"
217
+ comment_form_comment_label : "Comentário"
218
+ comment_form_md_info : "Markdown é suportado."
219
+ comment_form_name_label : "Nome"
220
+ comment_form_email_label : "Endereço Email"
221
+ comment_form_website_label : "Site (opcional)"
222
+ comment_btn_submit : "Sumbeter Comentário"
223
+ comment_btn_submitted : "Submetido"
224
+ comment_success_msg : "Obrigado pelo seu comentário! Será visível no site logo que aprovado."
225
+ comment_error_msg : "Lamento, ocorreu um erro na sua submissão. Por favor verifique se todos os campos obrigatórios estão corretamente preenchidos e tente novamente."
226
+ loading_label : "A carregar..."
227
+ pt-PT:
228
+ <<: *DEFAULT_PT
229
+
230
+ # Brazilian Portuguese
231
+ pt-BR:
232
+ page : "Página"
233
+ pagination_previous : "Anterior"
234
+ pagination_next : "Próxima"
235
+ breadcrumb_home_label : "Home"
236
+ breadcrumb_separator : "/"
237
+ menu_label :
238
+ toc_label : "Nesta página"
239
+ ext_link_label : "Link direto"
240
+ less_than : "menos que"
241
+ minute_read : "minuto(s) de leitura"
242
+ share_on_label : "Compartilhe em"
243
+ meta_label :
244
+ tags_label : "Tags:"
245
+ categories_label : "Categorias:"
246
+ date_label : "Atualizado em:"
247
+ comments_label : "Deixe um comentário"
248
+ comments_title :
249
+ more_label : "Aprenda mais"
250
+ related_label : "Talvez você goste também"
251
+ follow_label : "Acompanhe em"
252
+ feed_label : "Feed"
253
+ powered_by : "Feito com"
254
+ website_label : "Site"
255
+ email_label : "Email"
256
+ recent_posts : "Postagens recentes"
257
+ undefined_wpm : "Parâmetro indefinido em words_per_minute no _config.yml"
258
+ comment_form_info : "Seu email não será publicado. Os campos obrigatórios estão marcados"
259
+ comment_form_comment_label : "Comentário"
260
+ comment_form_md_info : "Markdown é suportado."
261
+ comment_form_name_label : "Nome"
262
+ comment_form_email_label : "Email"
263
+ comment_form_website_label : "Site (opcional)"
264
+ comment_btn_submit : "Enviar Comentário"
265
+ comment_btn_submitted : "Enviado"
266
+ comment_success_msg : "Obrigado pelo seu comentário! Ele aparecerá no site assim que for aprovado."
267
+ comment_error_msg : "Desculpe, ocorreu um erro no envio. Por favor verifique se todos os campos obrigatórios foram preenchidos e tente novamente."
268
+ loading_label : "Carregando..."
269
+
270
+ # Italian
271
+ # -----------------
272
+ it: &DEFAULT_IT
273
+ page : "Pagina"
274
+ pagination_previous : "Precedente"
275
+ pagination_next : "Prossima"
276
+ breadcrumb_home_label : "Home"
277
+ breadcrumb_separator : "/"
278
+ menu_label :
279
+ toc_label : "Indice della pagina"
280
+ ext_link_label : "Link"
281
+ less_than : "meno di"
282
+ minute_read : "minuto/i di lettura"
283
+ share_on_label : "Condividi"
284
+ meta_label :
285
+ tags_label : "Tags:"
286
+ categories_label : "Categorie:"
287
+ date_label : "Aggiornato:"
288
+ comments_label : "Scrivi un commento"
289
+ comments_title :
290
+ more_label : "Scopri di più"
291
+ related_label : "Potrebbe Piacerti Anche"
292
+ follow_label : "Segui:"
293
+ feed_label : "Feed"
294
+ powered_by : "Powered by"
295
+ website_label : "Website"
296
+ email_label : "Email"
297
+ recent_posts : "Articoli Recenti"
298
+ undefined_wpm : "Parametro words_per_minute non definito in _config.yml"
299
+ comment_form_info : "Il tuo indirizzo email non sarà pubblicato. Sono segnati i campi obbligatori"
300
+ comment_form_comment_label : "Commenta"
301
+ comment_form_md_info : "Il linguaggio Markdown è supportato"
302
+ comment_form_name_label : "Nome"
303
+ comment_form_email_label : "Indirizzo email"
304
+ comment_form_website_label : "Sito Web (opzionale)"
305
+ comment_btn_submit : "Invia commento"
306
+ comment_btn_submitted : "Inviato"
307
+ comment_success_msg : "Grazie per il tuo commento! Verrà visualizzato nel sito una volta che sarà approvato."
308
+ comment_error_msg : "C'è stato un errore con il tuo invio. Assicurati che tutti i campi richiesti siano stati completati e riprova."
309
+ loading_label : "Caricamento..."
310
+ it-IT:
311
+ <<: *DEFAULT_IT
312
+
313
+ # Chinese (zh-CN Chinese - China)
314
+ # -----------------
315
+ zh: &DEFAULT_ZH
316
+ page : "页面"
317
+ pagination_previous : "向前"
318
+ pagination_next : "向后"
319
+ breadcrumb_home_label : "首页"
320
+ breadcrumb_separator : "/"
321
+ menu_label : "切换菜单"
322
+ toc_label : "在本页上"
323
+ ext_link_label : "直接链接"
324
+ less_than : "少于"
325
+ minute_read : "分钟读完"
326
+ share_on_label : "分享"
327
+ meta_label :
328
+ tags_label : "标签:"
329
+ categories_label : "分类:"
330
+ date_label : "更新时间:"
331
+ comments_label : "留下评论"
332
+ comments_title : "评论"
333
+ more_label : "了解更多"
334
+ related_label : "猜您还喜欢"
335
+ follow_label : "关注:"
336
+ feed_label : "Feed"
337
+ powered_by : "技术来自于"
338
+ website_label : "网站"
339
+ email_label : "电子邮箱"
340
+ recent_posts : "最新文章"
341
+ undefined_wpm : "_config.yml配置中words_per_minute字段未定义"
342
+ comment_form_info : "您的电子邮箱地址并不会被展示。请填写标记为必须的字段。"
343
+ comment_form_comment_label : "评论"
344
+ comment_form_md_info : "Markdown语法已支持。"
345
+ comment_form_name_label : "姓名"
346
+ comment_form_email_label : "电子邮箱"
347
+ comment_form_website_label : "网站(可选)"
348
+ comment_btn_submit : "提交评论"
349
+ comment_btn_submitted : "已提交"
350
+ comment_success_msg : "感谢您的评论!被批准后它会立即在此站点展示。"
351
+ comment_error_msg : "很抱歉,您的提交存在错误。请确保所有必填字段都已填写正确,然后再试一次。"
352
+ loading_label : "正在加载..."
353
+ zh-CN:
354
+ <<: *DEFAULT_ZH
355
+ zh-HK:
356
+ <<: *DEFAULT_ZH
357
+ zh-SG:
358
+ <<: *DEFAULT_ZH
359
+ # Taiwan (Traditional Chinese)
360
+ zh-TW:
361
+ page : "頁面"
362
+ pagination_previous : "較舊"
363
+ pagination_next : "較新"
364
+ breadcrumb_home_label : "首頁"
365
+ breadcrumb_separator : "/"
366
+ menu_label : "切換選單"
367
+ toc_label : "本頁"
368
+ ext_link_label : "外部連結"
369
+ less_than : "少於"
370
+ minute_read : "分鐘閱讀"
371
+ share_on_label : "分享到"
372
+ meta_label :
373
+ tags_label : "標籤:"
374
+ categories_label : "分類:"
375
+ date_label : "更新時間:"
376
+ comments_label : "留言"
377
+ comments_title : "留言內容"
378
+ more_label : "了解更多"
379
+ related_label : "猜您有與趣"
380
+ follow_label : "追蹤:"
381
+ feed_label : "RSS Feed"
382
+ powered_by : "Powered by"
383
+ website_label : "網站"
384
+ email_label : "電子信箱"
385
+ recent_posts : "最新文章"
386
+ undefined_wpm : "_config.yml 中未定義 words_per_minute"
387
+ comment_form_info : "您的電子信箱不會被公開. 必填部份已標記"
388
+ comment_form_comment_label : "留言內容"
389
+ comment_form_md_info : "支援Markdown語法。"
390
+ comment_form_name_label : "名字"
391
+ comment_form_email_label : "電子信箱帳號"
392
+ comment_form_website_label : "網頁 (可選填)"
393
+ comment_btn_submit : "送出留言"
394
+ comment_btn_submitted : "已送出"
395
+ comment_success_msg : "感謝您的留言! 審核後將會顯示在站上。"
396
+ comment_error_msg : "抱歉,部份資料輸入有問題。請確認資料填寫正確後再試一次。"
397
+ loading_label : "載入中..."
398
+
399
+ # German / Deutsch
400
+ # -----------------
401
+ de: &DEFAULT_DE
402
+ page : "Seite"
403
+ pagination_previous : "Vorherige"
404
+ pagination_next : "Nächste"
405
+ breadcrumb_home_label : "Home"
406
+ breadcrumb_separator : "/"
407
+ menu_label :
408
+ toc_label : "Auf dieser Seite"
409
+ ext_link_label : "Direkter Link"
410
+ less_than : "weniger als"
411
+ minute_read : "Minuten zum lesen"
412
+ share_on_label : "Teilen auf"
413
+ meta_label :
414
+ tags_label : "Tags:"
415
+ categories_label : "Kategorien:"
416
+ date_label : "Aktualisiert:"
417
+ comments_label : "Hinterlassen sie einen Kommentar"
418
+ comments_title : "Kommentare"
419
+ more_label : "Mehr anzeigen"
420
+ related_label : "Ihnen gefällt vielleicht auch"
421
+ follow_label : "Folgen:"
422
+ feed_label : "Feed"
423
+ powered_by : "Powered by"
424
+ website_label : "Webseite"
425
+ email_label : "E-Mail"
426
+ recent_posts : "Aktuelle Beiträge"
427
+ undefined_wpm : "Undefinierter Parameter words_per_minute in _config.yml"
428
+ comment_form_info : "Ihre E-Mail Adresse wird nicht veröffentlicht. Benötigte Felder sind markiert"
429
+ comment_form_comment_label : "Kommentar"
430
+ comment_form_md_info : "Markdown wird unterstützt."
431
+ comment_form_name_label : "Name"
432
+ comment_form_email_label : "E-Mail Addresse"
433
+ comment_form_website_label : "Webseite (optional)"
434
+ comment_btn_submit : "Kommentar absenden"
435
+ comment_btn_submitted : "Versendet"
436
+ comment_success_msg : "Danke für ihren Kommentar! Er wird auf der Seite angezeigt, nachdem er geprüft wurde."
437
+ comment_error_msg : "Entschuldigung, es gab einen Fehler. Bitte füllen sie alle benötigten Felder aus und versuchen sie es erneut."
438
+ loading_label : "Lade..."
439
+ de-DE:
440
+ <<: *DEFAULT_DE
441
+ de-AT:
442
+ <<: *DEFAULT_DE
443
+ de-CH:
444
+ <<: *DEFAULT_DE
445
+ de-BE:
446
+ <<: *DEFAULT_DE
447
+ de-LI:
448
+ <<: *DEFAULT_DE
449
+ de-LU:
450
+ <<: *DEFAULT_DE
451
+
452
+ # Nepali (Nepal)
453
+ # -----------------
454
+ ne: &DEFAULT_NE
455
+ page : "पृष्‍ठ"
456
+ pagination_previous : "अघिल्लो"
457
+ pagination_next : "अर्को"
458
+ breadcrumb_home_label : "गृह"
459
+ breadcrumb_separator : "/"
460
+ menu_label : "टगल मेनु"
461
+ toc_label : "यो पृष्‍ठमा"
462
+ ext_link_label : "सिधा सम्पर्क"
463
+ less_than : "कम्तिमा"
464
+ minute_read : "मिनेट पढ्नुहोस्"
465
+ share_on_label : "शेयर गर्नुहोस्"
466
+ meta_label :
467
+ tags_label : "ट्यागहरू:"
468
+ categories_label : "वर्गहरु:"
469
+ date_label : "अद्यावधिक:"
470
+ comments_label : "टिप्पणी दिनुहोस्"
471
+ comments_title : "टिप्पणीहरू"
472
+ more_label : "अझै सिक्नुहोस्"
473
+ related_label : "तपाईं रुचाउन सक्नुहुन्छ "
474
+ follow_label : "पछ्याउनुहोस्:"
475
+ feed_label : "फिड"
476
+ powered_by : "Powered by"
477
+ website_label : "वेबसाइट"
478
+ email_label : "इमेल"
479
+ recent_posts : "ताजा लेखहरु"
480
+ undefined_wpm : "अपरिभाषित प्यारामिटर शब्दहरू_प्रति_मिनेट at _config.yml"
481
+ comment_form_info : "तपाइँको इमेल ठेगाना प्रकाशित गरिने छैन।आवश्यक जानकारीहरुमा चिन्ह लगाइको छ"
482
+ comment_form_comment_label : "टिप्पणी"
483
+ comment_form_md_info : "मार्कडाउन समर्थित छ।"
484
+ comment_form_name_label : "नाम"
485
+ comment_form_email_label : "इमेल ठेगाना"
486
+ comment_form_website_label : "वेबसाइट (वैकल्पिक)"
487
+ comment_btn_submit : "टिप्पणी दिनुहोस् "
488
+ comment_btn_submitted : "टिप्पणी भयो"
489
+ comment_success_msg : "तपाईंको टिप्पणीको लागि धन्यवाद! एक पटक यो अनुमोदन गरेपछी यो साइटमा देखाउनेछ।"
490
+ comment_error_msg : "माफ गर्नुहोस्, तपाईंको टिप्पणी त्रुटि थियो।सबै आवश्यक जानकारीहरु पूरा गरिएको छ भने निश्चित गर्नुहोस् र फेरि प्रयास गर्नुहोस्।"
491
+ loading_label : "लोड हुँदैछ ..."
492
+ ne-NP:
493
+ <<: *DEFAULT_NE
494
+
495
+ # Korean
496
+ # --------------
497
+ ko: &DEFAULT_KO
498
+ page : "페이지"
499
+ pagination_previous : "이전"
500
+ pagination_next : "다음"
501
+ breadcrumb_home_label : "Home"
502
+ breadcrumb_separator : "/"
503
+ menu_label : "토글 메뉴"
504
+ toc_label : "On This Page"
505
+ ext_link_label : "직접 링크"
506
+ less_than : "최대"
507
+ minute_read : "분 소요"
508
+ share_on_label : "공유하기"
509
+ meta_label :
510
+ tags_label : "태그:"
511
+ categories_label : "카테고리:"
512
+ date_label : "업데이트:"
513
+ comments_label : "댓글남기기"
514
+ comments_title : "댓글"
515
+ more_label : "더 보기"
516
+ related_label : "참고"
517
+ follow_label : "팔로우:"
518
+ feed_label : "피드"
519
+ powered_by : "Powered by"
520
+ website_label : "웹사이트"
521
+ email_label : "이메일"
522
+ recent_posts : "최근 포스트"
523
+ undefined_wpm : "Undefined parameter words_per_minute at _config.yml"
524
+ comment_form_info : "이메일은 공개되지 않습니다. 작성 필요 필드:"
525
+ comment_form_comment_label : "댓글"
526
+ comment_form_md_info : "마크다운을 지원합니다."
527
+ comment_form_name_label : "이름"
528
+ comment_form_email_label : "이메일"
529
+ comment_form_website_label : "웹사이트(선택사항)"
530
+ comment_btn_submit : "댓글 등록"
531
+ comment_btn_submitted : "등록됨"
532
+ comment_success_msg : "감사합니다! 댓글이 머지된 후 확인하실 수 있습니다."
533
+ comment_error_msg : "댓글 등록에 문제가 있습니다. 필요 필드를 작성했는지 확인하고 다시 시도하세요."
534
+ loading_label : "로딩중..."
535
+ ko-KR:
536
+ <<: *DEFAULT_KO
537
+
538
+ # Russian / Русский
539
+ # -----------------
540
+ ru: &DEFAULT_RU
541
+ page : "Страница"
542
+ pagination_previous : "Предыдущая"
543
+ pagination_next : "Следующая"
544
+ breadcrumb_home_label : "Главная"
545
+ breadcrumb_separator : "/"
546
+ menu_label : "Выпадающее меню"
547
+ toc_label : "Содержание"
548
+ ext_link_label : "Прямая ссылка"
549
+ less_than : "менее"
550
+ minute_read : "мин на чтение"
551
+ share_on_label : "Поделиться"
552
+ meta_label :
553
+ tags_label : "Метки:"
554
+ categories_label : "Разделы:"
555
+ date_label : "Дата изменения:"
556
+ comments_label : "Оставить комментарий"
557
+ comments_title : "Комментарии"
558
+ more_label : "Читать далее"
559
+ related_label : "Вам также может понравиться"
560
+ follow_label : "Связаться со мной:"
561
+ feed_label : "RSS-лента"
562
+ powered_by : "Сайт работает на"
563
+ website_label : "Сайт"
564
+ email_label : "Электронная почта"
565
+ recent_posts : "Свежие записи"
566
+ undefined_wpm : "Не определён параметр words_per_minute в _config.yml"
567
+ comment_form_info : "Ваш адрес электронной почты не будет опубликован. Обязательные поля помечены"
568
+ comment_form_comment_label : "Комментарий"
569
+ comment_form_md_info : "Поддерживается синтаксис Markdown."
570
+ comment_form_name_label : "Имя"
571
+ comment_form_email_label : "Электронная почта"
572
+ comment_form_website_label : "Ссылка на сайт (необязательно)"
573
+ comment_btn_submit : "Оставить комментарий"
574
+ comment_btn_submitted : "Отправлено"
575
+ comment_success_msg : "Спасибо за Ваш комментарий! Он будет опубликован на сайте после проверки."
576
+ comment_error_msg : "К сожалению, произошла ошибка с отправкой комментария. Пожалуйста, убедитесь, что все обязательные поля заполнены и попытайтесь снова."
577
+ loading_label : "Отправка..."
578
+ ru-RU:
579
+ <<: *DEFAULT_RU
580
+
581
+ # Lithuanian / Lietuviškai
582
+ # -----------------
583
+ lt: &DEFAULT_LT
584
+ page : "Puslapis"
585
+ pagination_previous : "Ankstesnis"
586
+ pagination_next : "Sekantis"
587
+ breadcrumb_home_label : "Pagrindinis"
588
+ breadcrumb_separator : "/"
589
+ menu_label : "Meniu rodymas"
590
+ toc_label : "Turinys"
591
+ ext_link_label : "Tiesioginė nuoroda"
592
+ less_than : "mažiau nei"
593
+ minute_read : "min. skaitymo"
594
+ share_on_label : "Pasidalinti"
595
+ meta_label :
596
+ tags_label : "Žymės:"
597
+ categories_label : "Kategorijos:"
598
+ date_label : "Atnaujinta:"
599
+ comments_label : "Palikti komentarą"
600
+ comments_title : "Komentaras"
601
+ more_label : "Skaityti daugiau"
602
+ related_label : "Taip pat turėtų patikti"
603
+ follow_label : "Sekti:"
604
+ feed_label : "Šaltinis"
605
+ powered_by : "Sukurta su"
606
+ website_label : "Tinklapis"
607
+ email_label : "El. paštas"
608
+ recent_posts : "Naujausi įrašai"
609
+ undefined_wpm : "Nedeklaruotas parametras words_per_minute faile _config.yml"
610
+ comment_form_info : "El. pašto adresas nebus viešinamas. Būtini laukai pažymėti."
611
+ comment_form_comment_label : "Komentaras"
612
+ comment_form_md_info : "Markdown palaikomas."
613
+ comment_form_name_label : "Vardas"
614
+ comment_form_email_label : "El. paštas"
615
+ comment_form_website_label : "Tinklapis (nebūtina)"
616
+ comment_btn_submit : "Komentuoti"
617
+ comment_btn_submitted : "Įrašytas"
618
+ comment_success_msg : "Ačiū už komentarą! Jis bus parodytas kai bus patvirtintas."
619
+ comment_error_msg : "Atleiskite, įvyko netikėta klaida įrašant komentarą. Pasitikrinkite ar užpildėte visus būtinus laukus ir pamėginkite dar kartą."
620
+ loading_label : "Kraunama..."
621
+ lt-LT:
622
+ <<: *DEFAULT_LT
623
+
624
+ # Greek
625
+ # --------------
626
+ gr: &DEFAULT_GR
627
+ page : "Σελίδα"
628
+ pagination_previous : "Προηγούμενo"
629
+ pagination_next : "Επόμενo"
630
+ breadcrumb_home_label : "Αρχική"
631
+ breadcrumb_separator : "/"
632
+ menu_label : "Μενού"
633
+ toc_label : "Περιεχόμενα"
634
+ ext_link_label : "Εξωτερικός Σύνδεσμος"
635
+ less_than : "Λιγότερο από"
636
+ minute_read : "λεπτά ανάγνωσης"
637
+ share_on_label : "Μοιραστείτε το"
638
+ meta_label :
639
+ tags_label : "Ετικέτες:"
640
+ categories_label : "Κατηγορίες:"
641
+ date_label : "Ενημερώθηκε:"
642
+ comments_label : "Αφήστε ένα σχόλιο"
643
+ comments_title : "Σχόλια"
644
+ more_label : "Διάβαστε περισσότερα"
645
+ related_label : "Σχετικές αναρτήσεις"
646
+ follow_label : "Ακολουθήστε:"
647
+ feed_label : "RSS Feed"
648
+ powered_by : "Δημιουργήθηκε με"
649
+ website_label : "Ιστοσελίδα"
650
+ email_label : "Email"
651
+ recent_posts : "Τελευταίες αναρτήσεις"
652
+ undefined_wpm : "Δεν έχει οριστεί η παράμετρος words_per_minute στο αρχείο _config.yml"
653
+ comment_form_info : "Η διεύθυνση email σας δεν θα δημοσιευθεί. Τα απαιτούμενα πεδία εμφανίζονται με αστερίσκο"
654
+ comment_form_comment_label : "Σχόλιο"
655
+ comment_form_md_info : "Το πεδίο υποστηρίζει Markdown."
656
+ comment_form_name_label : "Όνομα"
657
+ comment_form_email_label : "Διεύθυνση email"
658
+ comment_form_website_label : "Ιστοσελίδα (προαιρετικό)"
659
+ comment_btn_submit : "Υπόβαλε ένα σχόλιο"
660
+ comment_btn_submitted : "Έχει υποβληθεί"
661
+ comment_success_msg : "Ευχαριστούμε για το σχόλιό σας! Θα εμφανιστεί στην ιστοσελίδα αφού εγκριθεί."
662
+ comment_error_msg : "Λυπούμαστε, παρουσιάστηκε σφάλμα με την υποβολή σας. Παρακαλούμε βεβαιωθείτε ότι έχετε όλα τα απαιτούμενα πεδία συμπληρωμένα και δοκιμάστε ξανά."
663
+ loading_label : "Φόρτωση..."
664
+ gr-GR:
665
+ <<: *DEFAULT_GR
666
+
667
+ # Swedish
668
+ # -----------------
669
+ sv: &DEFAULT_SV
670
+ page : "Sidan"
671
+ pagination_previous : "Föregående"
672
+ pagination_next : "Nästa"
673
+ breadcrumb_home_label : "Hem"
674
+ breadcrumb_separator : "/"
675
+ menu_label : "Meny ridå"
676
+ toc_label : "På denna sida"
677
+ ext_link_label : "Direkt länk"
678
+ less_than : "mindre än"
679
+ minute_read : "minut läsning"
680
+ share_on_label : "Dela på"
681
+ meta_label :
682
+ tags_label : "Taggar:"
683
+ categories_label : "Kategorier:"
684
+ date_label : "Uppdaterades:"
685
+ comments_label : "Lämna en kommentar"
686
+ comments_title : "Kommentarer"
687
+ more_label : "Lär dig mer"
688
+ related_label : "Du kanske vill även läsa:"
689
+ follow_label : "Följ:"
690
+ feed_label : "Flöde"
691
+ powered_by : "Framställd med"
692
+ website_label : "Webbsida"
693
+ email_label : "E-post"
694
+ recent_posts : "Senaste inlägg"
695
+ undefined_wpm : "Odefinerade parametrar words_per_minute i _config.yml"
696
+ comment_form_info : "Din e-post adress kommer inte att publiceras. Obligatoriska fält är markerade."
697
+ comment_form_comment_label : "Kommentar"
698
+ comment_form_md_info : "Använd Markdown för text-formateringen."
699
+ comment_form_name_label : "Namn"
700
+ comment_form_email_label : "E-post adress"
701
+ comment_form_website_label : "Webdsida (valfritt)"
702
+ comment_btn_submit : "Skicka en kommentar"
703
+ comment_btn_submitted : "Kommentaren har tagits emot"
704
+ comment_success_msg : "Tack för din kommentar! Den kommer att visas på sidan så fort den har godkännts."
705
+ comment_error_msg : "Tyvärr det har blivit något fel i en av fälten, se till att du fyller i alla rutor och försök igen."
706
+ loading_label : "Laddar..."
707
+ sv-SE:
708
+ <<: *DEFAULT_SV
709
+ sv-FI:
710
+ <<: *DEFAULT_SV
711
+
712
+ # Dutch
713
+ # -----------------
714
+ nl: &DEFAULT_NL
715
+ page : "Pagina"
716
+ pagination_previous : "Vorige"
717
+ pagination_next : "Volgende"
718
+ breadcrumb_home_label : "Home"
719
+ breadcrumb_separator : "/"
720
+ menu_label : "Wissel Menu"
721
+ toc_label : "Op deze pagina"
722
+ ext_link_label : "Directe Link"
723
+ less_than : "minder dan"
724
+ minute_read : "minuut gelezen"
725
+ share_on_label : "Deel op"
726
+ meta_label :
727
+ tags_label : "Labels:"
728
+ categories_label : "Categorieën:"
729
+ date_label : "Bijgewerkt:"
730
+ comments_label : "Laat een reactie achter"
731
+ comments_title : "Commentaren"
732
+ more_label : "Meer informatie"
733
+ related_label : "Bekijk ook eens"
734
+ follow_label : "Volg:"
735
+ feed_label : "Feed"
736
+ powered_by : "Aangedreven door"
737
+ website_label : "Website"
738
+ email_label : "Email"
739
+ recent_posts : "Recente berichten"
740
+ undefined_wpm : "Niet gedefinieerde parameter words_per_minute bij _config.yml"
741
+ comment_form_info : "Uw e-mailadres wordt niet gepubliceerd. Verplichte velden zijn gemarkeerd"
742
+ comment_form_comment_label : "Commentaar"
743
+ comment_form_md_info : "Markdown wordt ondersteund."
744
+ comment_form_name_label : "Naam"
745
+ comment_form_email_label : "E-mailadres"
746
+ comment_form_website_label : "Website (optioneel)"
747
+ comment_btn_submit : "Commentaar toevoegen"
748
+ comment_btn_submitted : "Toegevoegd"
749
+ comment_success_msg : "Bedankt voor uw reactie! Het zal op de site worden weergegeven zodra het is goedgekeurd."
750
+ comment_error_msg : "Sorry, er is een fout opgetreden bij uw inzending. Zorg ervoor dat alle vereiste velden zijn voltooid en probeer het opnieuw."
751
+ loading_label : "Laden..."
752
+ nl-BE:
753
+ <<: *DEFAULT_NL
754
+ nl-NL:
755
+ <<: *DEFAULT_NL
756
+
757
+ # Indonesian
758
+ # -----------------
759
+ id: &DEFAULT_ID
760
+ page : "Halaman"
761
+ pagination_previous : "Kembali"
762
+ pagination_next : "Maju"
763
+ breadcrumb_home_label : "Home"
764
+ breadcrumb_separator : "/"
765
+ menu_label : "Menu Toggle"
766
+ toc_label : "Pada Halaman Ini"
767
+ ext_link_label : "Link langsung"
768
+ less_than : "Kurang dari"
769
+ minute_read : "Waktu baca"
770
+ share_on_label : "Berbagi di"
771
+ meta_label :
772
+ tags_label : "Golongan:"
773
+ categories_label : "Kategori:"
774
+ date_label : "Diupdate:"
775
+ comments_label : "Tinggalkan komentar"
776
+ comments_title : "Komentar"
777
+ more_label : "Pelajari lagi"
778
+ related_label : "Anda juga akan suka"
779
+ follow_label : "Ikuti:"
780
+ feed_label : "Feed"
781
+ powered_by : "Didukung oleh"
782
+ website_label : "Website"
783
+ email_label : "Email"
784
+ recent_posts : "Posting terbaru"
785
+ undefined_wpm : "Parameter terdeskripsi words_per_minute di _config.yml"
786
+ comment_form_info : "Email Anda tidak akan dipublish. Kolom yang diperlukan ditandai"
787
+ comment_form_comment_label : "Komentar"
788
+ comment_form_md_info : "Markdown disupport."
789
+ comment_form_name_label : "Nama"
790
+ comment_form_email_label : "Alamat email"
791
+ comment_form_website_label : "Website (opsional)"
792
+ comment_btn_submit : "Submit Komentar"
793
+ comment_btn_submitted : "Telah disubmit"
794
+ comment_success_msg : "Terimakasih atas komentar Anda! Komentar ini akan tampil setelah disetujui."
795
+ comment_error_msg : "Maaf, ada kesalahan pada submisi Anda. Pastikan seluruh kolom sudah dilengkapi dan coba kembali."
796
+ loading_label : "Sedang meload..."
797
+ id-ID:
798
+ <<: *DEFAULT_ID
799
+
800
+ # Vietnamese
801
+ # -----------------
802
+ vi: &DEFAULT_VI
803
+ page : "Trang"
804
+ pagination_previous : "Trước"
805
+ pagination_next : "Sau"
806
+ breadcrumb_home_label : "Trang chủ"
807
+ breadcrumb_separator : "/"
808
+ menu_label : "Menu"
809
+ toc_label : "Tại trang này"
810
+ ext_link_label : "Đường dẫn trực tiếp"
811
+ less_than : "nhỏ hơn"
812
+ minute_read : "phút đọc"
813
+ share_on_label : "Chia sẻ tại"
814
+ meta_label :
815
+ tags_label : "Nhãn:"
816
+ categories_label : "Chủ đề:"
817
+ date_label : "Cập nhật:"
818
+ comments_label : "Để lại bình luận"
819
+ comments_title : "Bình luận"
820
+ more_label : "Mở rộng"
821
+ related_label : "Có thể bạn cũng thích"
822
+ follow_label : "Theo dõi:"
823
+ feed_label : "Feed"
824
+ powered_by : "Được hỗ trợ bởi"
825
+ website_label : "Website"
826
+ email_label : "Email"
827
+ recent_posts : "Bài viết mới"
828
+ undefined_wpm : "Chưa định nghĩa thông số words_per_minute tại _config.yml"
829
+ comment_form_info : "Email của bạn sẽ được giữ bí mật. Các phần bắt buộc được đánh dấu."
830
+ comment_form_comment_label : "Bình luận"
831
+ comment_form_md_info : "Hỗ trợ Markdown."
832
+ comment_form_name_label : "Tên"
833
+ comment_form_email_label : "Địa chỉ email"
834
+ comment_form_website_label : "Website (không bắt buộc)"
835
+ comment_btn_submit : "Gửi bình luận"
836
+ comment_btn_submitted : "Đã được gửi"
837
+ comment_success_msg : "Cảm ơn bạn đã bình luận! Bình luận sẽ xuất hiện sau khi được duyệt."
838
+ comment_error_msg : "Rất tiếc, có lỗi trong việc gửi bình luận. Hãy đảm bảo toàn bộ các phần bắt buộc đã được điền đầy đủ và thử lại."
839
+ loading_label : "Đang tải..."
840
+ vi-VN:
841
+ <<: *DEFAULT_VI
842
+
843
+ # Danish
844
+ # ------
845
+ da: &DEFAULT_DA
846
+ page : "Side"
847
+ pagination_previous : "Forrige"
848
+ pagination_next : "Næste"
849
+ breadcrumb_home_label : "Home"
850
+ breadcrumb_separator : "/"
851
+ menu_label : "Vis/skjul menu"
852
+ toc_label : "På denne side"
853
+ ext_link_label : "Direkte link"
854
+ less_than : "mindre end"
855
+ minute_read : "minutters læsning"
856
+ share_on_label : "Del på"
857
+ meta_label :
858
+ tags_label : "Nøgleord:"
859
+ categories_label : "Kategorier:"
860
+ date_label : "Opdateret:"
861
+ comments_label : "Skriv en kommentar"
862
+ comments_title : "Kommentarer"
863
+ more_label : "Lær mere"
864
+ related_label : "Måske kan du også lide"
865
+ follow_label : "Følg:"
866
+ feed_label : "Feed"
867
+ powered_by : "Drives af"
868
+ website_label : "Website"
869
+ email_label : "E-mail"
870
+ recent_posts : "Seneste indlæg"
871
+ undefined_wpm : "Parameteren words_per_minute er ikke defineret i _config.yml"
872
+ comment_form_info : "Din e-mail bliver ikke offentliggjort. Obligatoriske felter er markeret"
873
+ comment_form_comment_label : "Kommentar"
874
+ comment_form_md_info : "Markdown er understøttet."
875
+ comment_form_name_label : "Navn"
876
+ comment_form_email_label : "E-mail"
877
+ comment_form_website_label : "Website (frivillig)"
878
+ comment_btn_submit : "Send kommentar"
879
+ comment_btn_submitted : "Sendt"
880
+ comment_success_msg : "Tak for din kommentar! Den bliver vist på siden, så snart den er godkendt."
881
+ comment_error_msg : "Desværre skete der en fejl. Prøv igen, mens du sørger for at alle obligatoriske felter er udfyldt."
882
+ loading_label : "Indlæser..."
883
+ da-DK:
884
+ <<: *DEFAULT_DA
885
+
886
+ # Polish
887
+ # ------
888
+ pl: &DEFAULT_PL
889
+ page : "Strona"
890
+ pagination_previous : "Poprzednia"
891
+ pagination_next : "Następna"
892
+ breadcrumb_home_label : "Strona główna"
893
+ breadcrumb_separator : "/"
894
+ menu_label : "Przełącz menu"
895
+ toc_label : "Spis treści"
896
+ ext_link_label : "Link bezpośredni"
897
+ less_than : "mniej niż"
898
+ minute_read : "minut(y)"
899
+ share_on_label : "Udostępnij"
900
+ meta_label :
901
+ tags_label : "Tagi:"
902
+ categories_label : "Kategorie:"
903
+ date_label : "Ostatnia aktualizacja:"
904
+ comments_label : "Zostaw komentarz"
905
+ comments_title : "Komentarze"
906
+ more_label : "Dowiedz się więcej"
907
+ related_label : "Także może Ci się spodobać"
908
+ follow_label : "Śledź:"
909
+ feed_label : "Feed"
910
+ powered_by : "Powstało dzięki"
911
+ website_label : "Strona"
912
+ email_label : "Email"
913
+ recent_posts : "Najnowsze wpisy"
914
+ undefined_wpm : "Parametr words_per_minute nie został zdefiniowany w _config.yml."
915
+ comment_form_info : "Twój adres email nie będzie udostępiony. Wymagane pola są oznaczone."
916
+ comment_form_comment_label : "Skomentuj"
917
+ comment_form_md_info : "Markdown jest wspierany"
918
+ comment_form_name_label : "Imię"
919
+ comment_form_email_label : "Adres email"
920
+ comment_form_website_label : "Strona www (opcjonalna)"
921
+ comment_btn_submit : "Skomentuj"
922
+ comment_btn_submitted : "Komentarz dodany"
923
+ comment_success_msg : "Dziękuję za Twój komentarz! Zostanie dodany po akceptacji."
924
+ comment_error_msg : "Niestety wystąpił błąd. Proszę upewnij się, że wszystkie wymagane pola zostały wypełnione i spróbuj ponownie."
925
+ loading_label : "Trwa ładowanie strony..."
926
+ da-PL:
927
+ <<: *DEFAULT_PL
928
+
929
+ # Another locale
930
+ # --------------
931
+ #