ghost 6.21.0 → 6.21.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (198) hide show
  1. package/components/tryghost-i18n-6.21.2.tgz +0 -0
  2. package/components/{tryghost-parse-email-address-6.21.0.tgz → tryghost-parse-email-address-6.21.2.tgz} +0 -0
  3. package/content/themes/casper/LICENSE +1 -1
  4. package/content/themes/casper/README.md +7 -2
  5. package/content/themes/casper/assets/built/casper.js +1 -2
  6. package/content/themes/casper/assets/built/casper.js.map +1 -1
  7. package/content/themes/casper/assets/built/global.css +1 -2
  8. package/content/themes/casper/assets/built/global.css.map +1 -1
  9. package/content/themes/casper/assets/built/screen.css +1 -2
  10. package/content/themes/casper/assets/built/screen.css.map +1 -1
  11. package/content/themes/casper/assets/css/global.css +4 -0
  12. package/content/themes/casper/default.hbs +5 -5
  13. package/content/themes/casper/error-404.hbs +1 -1
  14. package/content/themes/casper/error.hbs +2 -2
  15. package/content/themes/casper/gulpfile.js +13 -2
  16. package/content/themes/casper/locales/context.json +112 -0
  17. package/content/themes/casper/locales/de-CH.json +112 -0
  18. package/content/themes/casper/locales/de.json +112 -0
  19. package/content/themes/casper/locales/en.json +112 -0
  20. package/content/themes/casper/locales/fr.json +112 -0
  21. package/content/themes/casper/locales/ga.json +112 -0
  22. package/content/themes/casper/locales/gd.json +112 -0
  23. package/content/themes/casper/locales/nl.json +112 -0
  24. package/content/themes/casper/locales/pt-BR.json +112 -0
  25. package/content/themes/casper/locales/sv.json +112 -0
  26. package/content/themes/casper/locales/uk.json +112 -0
  27. package/content/themes/casper/locales/zh.json +112 -0
  28. package/content/themes/casper/package.json +12 -11
  29. package/content/themes/casper/partials/post-card.hbs +4 -4
  30. package/content/themes/casper/post.hbs +4 -4
  31. package/content/themes/casper/tag.hbs +1 -1
  32. package/content/themes/source/LICENSE +1 -1
  33. package/content/themes/source/README.md +4 -1
  34. package/content/themes/source/assets/built/screen.css +1 -2
  35. package/content/themes/source/assets/built/screen.css.map +1 -1
  36. package/content/themes/source/assets/built/source.js +1 -2
  37. package/content/themes/source/assets/built/source.js.map +1 -1
  38. package/content/themes/source/assets/css/screen.css +18 -16
  39. package/content/themes/source/default.hbs +1 -1
  40. package/content/themes/source/gulpfile.js +5 -3
  41. package/content/themes/source/locales/context.json +112 -0
  42. package/content/themes/source/locales/de-CH.json +112 -0
  43. package/content/themes/source/locales/de.json +112 -0
  44. package/content/themes/source/locales/en.json +112 -0
  45. package/content/themes/source/locales/fr.json +112 -0
  46. package/content/themes/source/locales/ga.json +112 -0
  47. package/content/themes/source/locales/gd.json +112 -0
  48. package/content/themes/source/locales/nl.json +112 -0
  49. package/content/themes/source/locales/pt-BR.json +112 -0
  50. package/content/themes/source/locales/sv.json +112 -0
  51. package/content/themes/source/locales/uk.json +112 -0
  52. package/content/themes/source/locales/zh.json +112 -0
  53. package/content/themes/source/package.json +13 -11
  54. package/content/themes/source/partials/components/featured.hbs +1 -1
  55. package/content/themes/source/partials/components/footer.hbs +1 -1
  56. package/content/themes/source/partials/components/header-content.hbs +1 -1
  57. package/content/themes/source/partials/components/navigation.hbs +5 -5
  58. package/content/themes/source/partials/components/post-list.hbs +7 -7
  59. package/content/themes/source/partials/email-subscription.hbs +5 -5
  60. package/content/themes/source/partials/lightbox.hbs +6 -6
  61. package/content/themes/source/partials/post-card.hbs +1 -1
  62. package/content/themes/source/partials/search-toggle.hbs +1 -1
  63. package/content/themes/source/post.hbs +2 -2
  64. package/core/built/admin/assets/{PolarAngleAxis-a31TecIQ.js → PolarAngleAxis-D8t9UwHk.js} +1 -1
  65. package/core/built/admin/assets/{_baseAssignValue-Dw5pcaUJ.js → _baseAssignValue-DPyNU5o6.js} +1 -1
  66. package/core/built/admin/assets/{a-large-small-Cf_hUupE.js → a-large-small-BijOKCoa.js} +1 -1
  67. package/core/built/admin/assets/admin-x-settings/admin-x-settings.js +1 -1
  68. package/core/built/admin/assets/admin-x-settings/{code-editor-view-C1ZFtR6M.mjs → code-editor-view-DJsXOcZ2.mjs} +2 -2
  69. package/core/built/admin/assets/admin-x-settings/{index-zyVbQw03.mjs → index-BnhIi5NU.mjs} +2 -2
  70. package/core/built/admin/assets/admin-x-settings/{index-D96qFjP9.mjs → index-CnwJhGbs.mjs} +2 -2
  71. package/core/built/admin/assets/admin-x-settings/{index-ILVAmH8Q.mjs → index-DaGaokMn.mjs} +1067 -1063
  72. package/core/built/admin/assets/admin-x-settings/{modals-BbDVa22r.mjs → modals-D02VJnTV.mjs} +2838 -2840
  73. package/core/built/admin/assets/{at-sign-DyMz5le1.js → at-sign-_JfhlimD.js} +1 -1
  74. package/core/built/admin/assets/{audience-BevM-Udw.js → audience-BdrhpNZ4.js} +1 -1
  75. package/core/built/admin/assets/{avatar-flipboard-DiGYhH_s.js → avatar-flipboard-BdmM8eOn.js} +1 -1
  76. package/core/built/admin/assets/{bluesky-sharing-Dj4VOEDi.js → bluesky-sharing-yeM8KkY8.js} +1 -1
  77. package/core/built/admin/assets/{chart-BDdnkPgC.js → chart-CULaDoVB.js} +1 -1
  78. package/core/built/admin/assets/{chunk.138.5c4b0d0ae3f21c9c726d.js → chunk.482.c45c97fe666cd1a6b060.js} +4 -4
  79. package/core/built/admin/assets/{chunk.524.54ba5b50c191627c46f2.js → chunk.524.7fc2692374515780e66e.js} +4 -4
  80. package/core/built/admin/assets/{chunk.582.3232d44081d84d135e3d.js → chunk.582.fd8c4fa8e637e2d5611e.js} +8 -8
  81. package/core/built/admin/assets/{code-editor-view-V0wBeYuE.js → code-editor-view-UA2xKjk1.js} +1 -1
  82. package/core/built/admin/assets/{comments-CqurDRGu.js → comments-DoNjlMYA.js} +1 -1
  83. package/core/built/admin/assets/{content-helpers-C8lVEp2H.js → content-helpers-BRzxAgjP.js} +1 -1
  84. package/core/built/admin/assets/{copy-BdseBMKx.js → copy-CbX-_mHj.js} +1 -1
  85. package/core/built/admin/assets/{data-list--5Xfh5gm.js → data-list-nZOiCWV9.js} +1 -1
  86. package/core/built/admin/assets/{deleted-feed-item-Bmxp6PAR.js → deleted-feed-item-DjkZpKDC.js} +1 -1
  87. package/core/built/admin/assets/{edit-profile-Bi-G8vrq.js → edit-profile-BY_oJrQn.js} +1 -1
  88. package/core/built/admin/assets/{empty-indicator-C1cLHSRX.js → empty-indicator-DoxAratw.js} +1 -1
  89. package/core/built/admin/assets/{en-DPpVO1wK.js → en-B9ScC5j9.js} +1 -1
  90. package/core/built/admin/assets/{feed-lCu_EJ0a.js → feed-BsgqABLQ.js} +1 -1
  91. package/core/built/admin/assets/{filters-BYYV0fmK.js → filters-CscMb_Gl.js} +1 -1
  92. package/core/built/admin/assets/{gh-chart-BYWaeEuY.js → gh-chart-GokHrG5_.js} +1 -1
  93. package/core/built/admin/assets/{ghost-565670d46ad5b30935426b5dfa95bc81.js → ghost-d1843f84a9476ccbdf2a350848ac88aa.js} +2 -2
  94. package/core/built/admin/assets/{growth-DXHnB1EQ.js → growth-CKOWA1_V.js} +1 -1
  95. package/core/built/admin/assets/{hash-tZATAzZa.js → hash-twG7-iIB.js} +1 -1
  96. package/core/built/admin/assets/{inbox-B-LuWyHY.js → inbox-BdkIJbSq.js} +1 -1
  97. package/core/built/admin/assets/{index-BDrJ3N3y.js → index-B7OzWwwP.js} +1 -1
  98. package/core/built/admin/assets/{index-B8tGZsrG.js → index-BFySh9qo.js} +1 -1
  99. package/core/built/admin/assets/{index-EiGE3Aiy.js → index-BOWUajrT.js} +1 -1
  100. package/core/built/admin/assets/{index-ig4J4RpO.js → index-BQLCImHQ.js} +1 -1
  101. package/core/built/admin/assets/{index-BmKPrbBK.js → index-C398bG84.js} +1 -1
  102. package/core/built/admin/assets/{index-BX0_v5NB.js → index-C5YCjM6z.js} +1 -1
  103. package/core/built/admin/assets/{index-DEwhVcR5.js → index-CHpxzPRR.js} +1 -1
  104. package/core/built/admin/assets/{index-CX1A5TwO.js → index-CM-iA6b-.js} +3 -3
  105. package/core/built/admin/assets/{index-9bj69FKq.js → index-CgCHCdle.js} +1 -1
  106. package/core/built/admin/assets/{index-BocVu6WC.js → index-Cw441AFq.js} +1 -1
  107. package/core/built/admin/assets/{index-jHIJgh6L.js → index-D9S88kRl.js} +1 -1
  108. package/core/built/admin/assets/{index-CqvBC0jL.js → index-DbgA2vK8.js} +1 -1
  109. package/core/built/admin/assets/{index-2H-Jp89Z.js → index-ghPdV1ln.js} +1 -1
  110. package/core/built/admin/assets/{index-BcOzgmTC.js → index-tX0pajfP.js} +1 -1
  111. package/core/built/admin/assets/{index-BxVUX0dN.js → index-upXLfQxx.js} +1 -1
  112. package/core/built/admin/assets/{koenig-lexical-BdX9U-oB.js → koenig-lexical-GZS7bHDz.js} +1 -1
  113. package/core/built/admin/assets/{kpi-card-DQ1AbLJB.js → kpi-card-B6fmS7IH.js} +1 -1
  114. package/core/built/admin/assets/{kpis-vcbQvnLh.js → kpis-B-JXQ-4C.js} +1 -1
  115. package/core/built/admin/assets/{label-CNmRJkLy.js → label-ChHoKmj0.js} +1 -1
  116. package/core/built/admin/assets/{links-BE51SJxR.js → links-DQSOljcR.js} +1 -1
  117. package/core/built/admin/assets/{list-filter-BwnQ0Xlp.js → list-filter-cWuCDOLb.js} +1 -1
  118. package/core/built/admin/assets/{loader-circle-CcLEGvsN.js → loader-circle-B5ILzHHu.js} +1 -1
  119. package/core/built/admin/assets/{lucide-react-DHFgHS1l.js → lucide-react-CM0rB7CS.js} +1 -1
  120. package/core/built/admin/assets/{main-layout-DsxBNVo-.js → main-layout-BE7vZmy0.js} +1 -1
  121. package/core/built/admin/assets/{members-3okEkvWv.js → members-C10Z_BuG.js} +1 -1
  122. package/core/built/admin/assets/{message-square-text-BkERj4f5.js → message-square-text-DVZjnBBF.js} +1 -1
  123. package/core/built/admin/assets/{minus-C6oMPJo2.js → minus-BWrVDnd-.js} +1 -1
  124. package/core/built/admin/assets/{modals-CfUec0CL.js → modals-Bx7uDUHI.js} +15 -15
  125. package/core/built/admin/assets/{moderation-DEHUqi1e.js → moderation-DwlKZoB5.js} +1 -1
  126. package/core/built/admin/assets/{newsletter-Cp-39ksw.js → newsletter-DkOl42UB.js} +1 -1
  127. package/core/built/admin/assets/{newsletters-Bj58VQa2.js → newsletters-DNt9qd4h.js} +1 -1
  128. package/core/built/admin/assets/{note-9ysQWJz6.js → note-C-BLqULD.js} +1 -1
  129. package/core/built/admin/assets/{offers-DORdeAfE.js → offers-CU0KFuyW.js} +1 -1
  130. package/core/built/admin/assets/{overview-aZmI_71o.js → overview-DAEelSKq.js} +1 -1
  131. package/core/built/admin/assets/{pagemenu-DK1tbdsq.js → pagemenu-Cr7_YYR8.js} +1 -1
  132. package/core/built/admin/assets/{post-analytics-context-D8nk51yA.js → post-analytics-context-B2ytyOU0.js} +1 -1
  133. package/core/built/admin/assets/{post-analytics-header-qh1LEasb.js → post-analytics-header-CvR25xxU.js} +1 -1
  134. package/core/built/admin/assets/{post-analytics-HdZI-1J7.js → post-analytics-qpfoP-57.js} +1 -1
  135. package/core/built/admin/assets/{post-share-modal-CvTf3PP9.js → post-share-modal-DDhiG0X4.js} +1 -1
  136. package/core/built/admin/assets/{posts-mIxckqHa.js → posts-DTy4lguT.js} +1 -1
  137. package/core/built/admin/assets/{referrers-qhD64pmp.js → referrers-BzKz9fT9.js} +1 -1
  138. package/core/built/admin/assets/{repeat-Idtsb62O.js → repeat-C_xWSLK1.js} +1 -1
  139. package/core/built/admin/assets/{reply-DXS-C-Rk.js → reply-CXnb6Juu.js} +1 -1
  140. package/core/built/admin/assets/{select-CeD8IhXy.js → select-WZUCQgjI.js} +1 -1
  141. package/core/built/admin/assets/{settings-BHfStwmS.js → settings-BC82mM6N.js} +1 -1
  142. package/core/built/admin/assets/{settings-M0QTt_tT.js → settings-EbntXZw9.js} +7 -7
  143. package/core/built/admin/assets/{sort-button-BoTFsBYE.js → sort-button-CFYf_NOQ.js} +1 -1
  144. package/core/built/admin/assets/{source-icon-opy8g_Nk.js → source-icon-xS8eeWX-.js} +1 -1
  145. package/core/built/admin/assets/{sprout-BKOFkdV8.js → sprout-CLmu2pln.js} +1 -1
  146. package/core/built/admin/assets/{square-BjZk7vJx.js → square-D0Y5-h0C.js} +1 -1
  147. package/core/built/admin/assets/{stats-DXXxmfRV.js → stats-B5O9DjYi.js} +1 -1
  148. package/core/built/admin/assets/{stats-view-D_5J0Nf7.js → stats-view-Cr6M1ycv.js} +1 -1
  149. package/core/built/admin/assets/{step-1-BcaR_MDC.js → step-1-DGbl6AAj.js} +1 -1
  150. package/core/built/admin/assets/{step-2-BR0jqEO_.js → step-2-Rf8oissi.js} +1 -1
  151. package/core/built/admin/assets/{step-3-CMPME0ky.js → step-3-tMPmbeBc.js} +1 -1
  152. package/core/built/admin/assets/{table-CwbnKMYe.js → table-CXo8NKU2.js} +1 -1
  153. package/core/built/admin/assets/{tabs-hfT89L_O.js → tabs-BMk71Tf2.js} +1 -1
  154. package/core/built/admin/assets/{tags-BSwYlj_e.js → tags-CSl0BjsA.js} +1 -1
  155. package/core/built/admin/assets/{tags-C3b5AHTm.js → tags-CqHx8i6Q.js} +1 -1
  156. package/core/built/admin/assets/{ticket-BnxPoED1.js → ticket-BtYGyQvH.js} +1 -1
  157. package/core/built/admin/assets/{tiers-DHKKzaBK.js → tiers-CPwRaPSt.js} +1 -1
  158. package/core/built/admin/assets/{toggle-group-U-Oqm2AA.js → toggle-group-QFge4qQs.js} +1 -1
  159. package/core/built/admin/assets/{topic-filter-28veMlW4.js → topic-filter-DnYtZ5e5.js} +1 -1
  160. package/core/built/admin/assets/{trash-D6TuYuIs.js → trash-B4ncKmRu.js} +1 -1
  161. package/core/built/admin/assets/{use-growth-stats-COmCRCzY.js → use-growth-stats-eFO-f1o1.js} +1 -1
  162. package/core/built/admin/assets/{use-infinite-virtual-scroll-mIEgtLoq.js → use-infinite-virtual-scroll-DTqnBtHM.js} +1 -1
  163. package/core/built/admin/assets/{use-scroll-restoration-CXVseKDj.js → use-scroll-restoration-o1DrSdlb.js} +1 -1
  164. package/core/built/admin/assets/{use-simple-pagination-5-LKveLR.js → use-simple-pagination-BsBGNcxc.js} +1 -1
  165. package/core/built/admin/assets/{user-plus-CKQ-d0d4.js → user-plus-BS8SGBmk.js} +1 -1
  166. package/core/built/admin/assets/{user-round-check-BWc7Da4S.js → user-round-check-BgOPeBFs.js} +1 -1
  167. package/core/built/admin/assets/{wallet-cards-BlDtHc6_.js → wallet-cards-Be7G77lR.js} +1 -1
  168. package/core/built/admin/assets/{web-Bvvtl44p.js → web-BNs01IAt.js} +1 -1
  169. package/core/built/admin/index.html +5 -5
  170. package/core/frontend/helpers/cancel_link.js +2 -2
  171. package/core/server/api/endpoints/authors-public.js +3 -3
  172. package/core/server/api/endpoints/files.js +2 -1
  173. package/core/server/api/endpoints/pages-public.js +3 -3
  174. package/core/server/api/endpoints/posts-public.js +3 -3
  175. package/core/server/api/endpoints/users.js +6 -2
  176. package/core/server/api/endpoints/utils/api-filter-utils.js +22 -0
  177. package/core/server/api/endpoints/utils/api-filter-utils.ts +22 -0
  178. package/core/server/lib/lexical.js +2 -1
  179. package/core/server/lib/mobiledoc.js +1 -1
  180. package/core/server/lib/request-external.js +78 -2
  181. package/core/server/services/email-service/email-templates/partials/styles.hbs +3 -1
  182. package/core/server/services/koenig/node-renderers/image-renderer.js +80 -10
  183. package/core/server/services/koenig/render-utils/srcset-attribute.js +15 -3
  184. package/core/server/services/members/members-api/controllers/router-controller.js +5 -5
  185. package/core/server/services/members/members-api/repositories/member-repository.js +1 -1
  186. package/core/server/services/members/members-api/utils/get-discount-window.js +70 -4
  187. package/core/server/services/members/members-api/utils/has-active-offer.js +10 -14
  188. package/core/server/services/oembed/oembed-service.js +9 -1
  189. package/core/server/services/offers/application/offer-mapper.js +48 -0
  190. package/core/server/services/offers/application/offers-api.js +2 -2
  191. package/core/shared/config/defaults.json +1 -1
  192. package/core/shared/labs.js +2 -1
  193. package/package.json +6 -6
  194. package/tsconfig.tsbuildinfo +1 -1
  195. package/yarn.lock +148 -16
  196. package/components/tryghost-i18n-6.21.0.tgz +0 -0
  197. package/core/server/api/endpoints/utils/public-endpoint-utils.js +0 -18
  198. package/core/server/api/endpoints/utils/public-endpoint-utils.ts +0 -17
@@ -128,6 +128,10 @@ h1, h2, h3, h4, h5, h6 {
128
128
  line-height: 1.2;
129
129
  }
130
130
 
131
+ sub, sup {
132
+ line-height: 1;
133
+ }
134
+
131
135
  /* 4. Globals
132
136
  /* ---------------------------------------------------------- */
133
137
 
@@ -293,7 +297,8 @@ body[class*=" gh-font-heading"]:not(.gh-font-heading-fira-sans):not(.gh-font-hea
293
297
  .gh-form .gh-button {
294
298
  position: absolute;
295
299
  right: 6px;
296
- padding-inline: 32px;
300
+ min-width: 132px;
301
+ padding-inline: 24px;
297
302
  height: 44px;
298
303
  font-size: inherit;
299
304
  }
@@ -316,7 +321,11 @@ body[class*=" gh-font-heading"]:not(.gh-font-heading-fira-sans):not(.gh-font-hea
316
321
  margin-top: 1px;
317
322
  }
318
323
 
319
- .gh-form:is(.loading, .success) .gh-button span {
324
+ .gh-form .gh-button > span:last-child {
325
+ display: none;
326
+ }
327
+
328
+ .gh-form:is(.loading, .success) .gh-button > span:first-child {
320
329
  visibility: hidden;
321
330
  }
322
331
 
@@ -324,8 +333,12 @@ body[class*=" gh-font-heading"]:not(.gh-font-heading-fira-sans):not(.gh-font-hea
324
333
  display: block;
325
334
  }
326
335
 
327
- .gh-form.success .gh-button svg:last-of-type {
328
- display: block;
336
+ .gh-form.success .gh-button > span:first-child {
337
+ display: none;
338
+ }
339
+
340
+ .gh-form.success .gh-button > span:last-child {
341
+ display: inline;
329
342
  }
330
343
 
331
344
  .gh-form [data-members-error] {
@@ -343,20 +356,9 @@ body[class*=" gh-font-heading"]:not(.gh-font-heading-fira-sans):not(.gh-font-hea
343
356
  }
344
357
 
345
358
  .gh-form .gh-button {
359
+ min-width: 104px;
346
360
  padding-inline: 12px;
347
361
  }
348
-
349
- .gh-form .gh-button span span {
350
- display: none;
351
- }
352
-
353
- .gh-form .gh-button span svg {
354
- display: inline;
355
- position: static;
356
- margin-top: 2px;
357
- width: 20px;
358
- height: 20px;
359
- }
360
362
  }
361
363
 
362
364
  /* 5. Layout
@@ -3,7 +3,7 @@
3
3
  <head>
4
4
 
5
5
  {{!-- Basic meta - advanced meta is output with {{ghost_head}} below --}}
6
- <title>{{meta_title}}</title>
6
+ <title>{{meta_title page=(t " (Page %)")}}</title>
7
7
  <meta charset="utf-8">
8
8
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
9
9
 
@@ -3,6 +3,7 @@ const pump = require('pump');
3
3
  const path = require('path');
4
4
  const releaseUtils = require('@tryghost/release-utils');
5
5
  const inquirer = require('inquirer');
6
+ const {mergeLocales} = require('@tryghost/theme-translations/build');
6
7
 
7
8
  // gulp plugins and utils
8
9
  const livereload = require('gulp-livereload');
@@ -90,8 +91,9 @@ function zipper(done) {
90
91
  const cssWatcher = () => watch('assets/css/**', css);
91
92
  const jsWatcher = () => watch('assets/js/**', js);
92
93
  const hbsWatcher = () => watch(['*.hbs', 'partials/**/*.hbs'], hbs);
93
- const watcher = parallel(cssWatcher, jsWatcher, hbsWatcher);
94
- const build = series(css, js);
94
+ const localesWatcher = () => watch('./locales-local/**/*.json', mergeLocales());
95
+ const watcher = parallel(cssWatcher, jsWatcher, hbsWatcher, localesWatcher);
96
+ const build = series(css, js, mergeLocales());
95
97
 
96
98
  exports.build = build;
97
99
  exports.zip = series(build, zipper);
@@ -122,7 +124,7 @@ exports.release = async () => {
122
124
  type: 'input',
123
125
  name: 'compatibleWithGhost',
124
126
  message: 'Which version of Ghost is it compatible with?',
125
- default: '5.0.0'
127
+ default: '5.67.0'
126
128
  }]);
127
129
 
128
130
  const compatibleWithGhost = result.compatibleWithGhost;
@@ -0,0 +1,112 @@
1
+ {
2
+ " (Page %)": "alto/default.hbs, bulletin/default.hbs, dawn/default.hbs, digest/default.hbs, dope/default.hbs, ease/default.hbs, edge/default.hbs, edition/default.hbs, episode/default.hbs, headline/default.hbs, journal/default.hbs, london/default.hbs, ruby/default.hbs, solo/default.hbs, source/default.hbs, taste/default.hbs, wave/default.hbs",
3
+ " and ": "ghost-tpl/content-cta.hbs",
4
+ "% issues": "journal/index.hbs",
5
+ "% min": "headline/partials/post-meta.hbs",
6
+ "% min read": "_shared/article.hbs, alto/partials/loop.hbs, alto/post.hbs, dawn/partials/content.hbs, dawn/partials/loop.hbs, episode/partials/components/article.hbs, journal/partials/loop.hbs, solo/partials/loop.hbs, source/post.hbs, taste/partials/components/article.hbs",
7
+ "0 issues": "journal/index.hbs",
8
+ "1 issue": "journal/index.hbs",
9
+ "1 min": "headline/partials/post-meta.hbs",
10
+ "1 min read": "_shared/article.hbs, alto/partials/loop.hbs, alto/post.hbs, dawn/partials/content.hbs, dawn/partials/loop.hbs, episode/partials/components/article.hbs, journal/partials/loop.hbs, solo/partials/loop.hbs, source/post.hbs, taste/partials/components/article.hbs",
11
+ "A collection of 0 issues": "bulletin/index.hbs, bulletin/tag.hbs, digest/index.hbs, digest/tag.hbs, journal/tag.hbs",
12
+ "A collection of 0 posts": "london/tag.hbs",
13
+ "A collection of 1 issue": "bulletin/index.hbs, bulletin/tag.hbs, digest/index.hbs, digest/tag.hbs, journal/tag.hbs",
14
+ "A collection of 1 post": "london/tag.hbs",
15
+ "A collection of {numberOfIssues} issues": "bulletin/index.hbs, bulletin/tag.hbs, digest/index.hbs, digest/tag.hbs, journal/tag.hbs",
16
+ "A collection of {numberOfPosts} posts": "london/tag.hbs",
17
+ "About": "journal/index.hbs",
18
+ "Access site": "ghost-private/private.hbs",
19
+ "Account": "_shared/navbar.hbs, alto/default.hbs, bulletin/default.hbs, dawn/default.hbs, digest/default.hbs, ease/default.hbs, edge/default.hbs, edition/default.hbs, episode/partials/components/navbar.hbs, headline/default.hbs, journal/default.hbs, london/default.hbs, ruby/default.hbs, solo/default.hbs, source/partials/components/navigation.hbs, taste/partials/components/navbar.hbs, wave/default.hbs",
20
+ "Additional issues will be published soon.": "journal/index.hbs",
21
+ "All episodes": "episode/index.hbs",
22
+ "All episodes →": "episode/home.hbs",
23
+ "Already have an account?": "bulletin/partials/content-cta.hbs, dawn/partials/content-cta.hbs, digest/partials/content-cta.hbs, edition/partials/content-cta.hbs, ghost-tpl/content-cta.hbs, journal/partials/content-cta.hbs, solo/partials/content-cta.hbs",
24
+ "Archive": "bulletin/index.hbs, digest/index.hbs",
25
+ "Browse all issues": "digest/partials/content.hbs",
26
+ "Browse archive": "bulletin/partials/article.hbs",
27
+ "By {authors}": "bulletin/partials/article.hbs, ruby/post.hbs",
28
+ "By {primaryAuthor}": "bulletin/home.hbs",
29
+ "Close (Esc)": "alto/partials/pswp.hbs, bulletin/partials/pswp.hbs, dawn/partials/pswp.hbs, digest/partials/pswp.hbs, dope/partials/pswp.hbs, ease/partials/pswp.hbs, edge/partials/pswp.hbs, edition/partials/pswp.hbs, episode/partials/pswp.hbs, headline/partials/pswp.hbs, journal/partials/pswp.hbs, london/partials/pswp.hbs, ruby/partials/pswp.hbs, solo/partials/pswp.hbs, source/partials/lightbox.hbs, taste/partials/pswp.hbs",
30
+ "Comments": "alto/post.hbs, headline/partials/comments.hbs",
31
+ "Don’t miss out on the latest issues. Sign up now to get access to the library of members-only issues.": "bulletin/home.hbs, journal/default.hbs",
32
+ "Email sent": "source/partials/email-subscription.hbs",
33
+ "Enter your email": "casper/post.hbs",
34
+ "Featured": "digest/index.hbs, journal/index.hbs, source/partials/components/featured.hbs",
35
+ "Go to the front page →": "casper/error-404.hbs, casper/error.hbs",
36
+ "Latest": "_shared/list.hbs, digest/index.hbs, episode/partials/components/list.hbs, headline/home.hbs, headline/index.hbs, journal/index.hbs, source/partials/components/post-list.hbs, taste/partials/components/list.hbs",
37
+ "Latest episodes": "episode/home.hbs",
38
+ "Latest issue": "bulletin/home.hbs, digest/partials/content.hbs",
39
+ "Learn more": "_shared/header-content.hbs, episode/partials/components/header-content.hbs, taste/partials/components/header-content.hbs",
40
+ "Listen on": "episode/partials/podcast-services.hbs",
41
+ "Load more issues": "journal/author.hbs, journal/index.hbs, journal/tag.hbs",
42
+ "Login": "dawn/partials/cover.hbs",
43
+ "Member discussion:": "wave/post.hbs",
44
+ "Members": "solo/partials/loop.hbs",
45
+ "Members only": "casper/partials/post-card.hbs",
46
+ "Menu": "source/partials/components/navigation.hbs",
47
+ "More": "headline/partials/topic-minimal.hbs",
48
+ "More issues": "journal/index.hbs",
49
+ "More links": "dope/partials/side-menu.hbs",
50
+ "Newer Posts": "ghost-tpl/pagination.hbs",
51
+ "Next": "alto/partials/pagination.hbs, digest/partials/content.hbs, ruby/partials/post-navigation.hbs",
52
+ "Next (arrow right)": "alto/partials/pswp.hbs, bulletin/partials/pswp.hbs, dawn/partials/pswp.hbs, digest/partials/pswp.hbs, dope/partials/pswp.hbs, ease/partials/pswp.hbs, edge/partials/pswp.hbs, edition/partials/pswp.hbs, episode/partials/pswp.hbs, headline/partials/pswp.hbs, journal/partials/pswp.hbs, london/partials/pswp.hbs, ruby/partials/pswp.hbs, solo/partials/pswp.hbs, source/partials/lightbox.hbs, taste/partials/pswp.hbs",
53
+ "Next issue": "bulletin/partials/article.hbs, digest/partials/content.hbs",
54
+ "Next post": "dawn/partials/content.hbs",
55
+ "Next →": "solo/post.hbs",
56
+ "Older Posts": "ghost-tpl/pagination.hbs",
57
+ "Page {page} of {totalPages}": "alto/partials/pagination.hbs, ghost-tpl/pagination.hbs",
58
+ "Paid": "solo/partials/loop.hbs",
59
+ "Paid-members only": "casper/partials/post-card.hbs",
60
+ "Password": "ghost-private/private.hbs",
61
+ "Powered by Ghost": "casper/default.hbs",
62
+ "Powered by {ghostlink}": "_shared/footer.hbs, alto/default.hbs, bulletin/default.hbs, dawn/default.hbs, digest/default.hbs, dope/default.hbs, ease/default.hbs, edge/default.hbs, edition/default.hbs, episode/partials/components/footer.hbs, headline/default.hbs, journal/default.hbs, london/default.hbs, ruby/default.hbs, solo/default.hbs, source/partials/components/footer.hbs, taste/partials/components/footer.hbs, wave/default.hbs",
63
+ "Previous": "alto/partials/pagination.hbs, digest/partials/content.hbs, ruby/partials/post-navigation.hbs",
64
+ "Previous (arrow left)": "alto/partials/pswp.hbs, bulletin/partials/pswp.hbs, dawn/partials/pswp.hbs, digest/partials/pswp.hbs, dope/partials/pswp.hbs, ease/partials/pswp.hbs, edge/partials/pswp.hbs, edition/partials/pswp.hbs, episode/partials/pswp.hbs, headline/partials/pswp.hbs, journal/partials/pswp.hbs, london/partials/pswp.hbs, ruby/partials/pswp.hbs, solo/partials/pswp.hbs, source/partials/lightbox.hbs, taste/partials/pswp.hbs",
65
+ "Previous issue": "bulletin/partials/article.hbs, digest/partials/content.hbs",
66
+ "Previous post": "dawn/partials/content.hbs",
67
+ "Published by:": "dawn/partials/content.hbs",
68
+ "RSS": "london/author.hbs",
69
+ "Read latest issue": "bulletin/home.hbs",
70
+ "Read more": "ruby/partials/loop.hbs, source/post.hbs",
71
+ "Read next": "headline/partials/related-posts.hbs",
72
+ "Recent posts": "dope/partials/side-menu.hbs",
73
+ "Recommendations": "dope/partials/side-menu.hbs, source/partials/components/post-list.hbs",
74
+ "Search posts, tags and authors": "_shared/header-content.hbs, ease/default.hbs, episode/partials/components/header-content.hbs, source/partials/components/header-content.hbs, taste/partials/components/header-content.hbs",
75
+ "Search this site": "_shared/navbar.hbs, alto/default.hbs, bulletin/default.hbs, bulletin/home.hbs, dawn/default.hbs, digest/default.hbs, dope/partials/side-menu.hbs, ease/default.hbs, edge/default.hbs, edition/default.hbs, episode/partials/components/navbar.hbs, headline/default.hbs, journal/default.hbs, london/default.hbs, ruby/default.hbs, solo/default.hbs, source/partials/search-toggle.hbs, taste/partials/components/navbar.hbs, wave/default.hbs",
76
+ "See all": "dope/partials/side-menu.hbs, source/partials/components/post-list.hbs",
77
+ "Share": "alto/partials/pswp.hbs, bulletin/partials/pswp.hbs, dawn/partials/pswp.hbs, digest/partials/pswp.hbs, dope/partials/pswp.hbs, ease/partials/pswp.hbs, edge/partials/pswp.hbs, edition/partials/pswp.hbs, episode/partials/pswp.hbs, headline/partials/pswp.hbs, journal/partials/pswp.hbs, london/partials/pswp.hbs, ruby/partials/pswp.hbs, solo/partials/pswp.hbs, source/partials/lightbox.hbs, taste/partials/pswp.hbs",
78
+ "Show more": "headline/home.hbs, headline/partials/topic-grid.hbs",
79
+ "Sign in": "_shared/navbar.hbs, alto/default.hbs, bulletin/default.hbs, bulletin/partials/content-cta.hbs, dawn/default.hbs, dawn/partials/content-cta.hbs, digest/default.hbs, ease/default.hbs, edge/default.hbs, edition/default.hbs, edition/partials/content-cta.hbs, episode/partials/components/navbar.hbs, ghost-tpl/content-cta.hbs, headline/default.hbs, journal/default.hbs, london/default.hbs, ruby/default.hbs, solo/default.hbs, source/partials/components/navigation.hbs, taste/partials/components/navbar.hbs, wave/default.hbs",
80
+ "Sign in.": "digest/partials/content-cta.hbs, journal/partials/content-cta.hbs, solo/partials/content-cta.hbs",
81
+ "Sign up now to get access to the library of members-only issues.": "digest/default.hbs, journal/index.hbs",
82
+ "Stay tuned": "bulletin/home.hbs",
83
+ "Subscribe": "_shared/cta.hbs, _shared/header-content.hbs, _shared/navbar.hbs, alto/default.hbs, bulletin/default.hbs, dawn/default.hbs, digest/default.hbs, ease/default.hbs, edge/default.hbs, edition/default.hbs, episode/partials/components/cta.hbs, episode/partials/components/header-content.hbs, episode/partials/components/navbar.hbs, headline/default.hbs, journal/default.hbs, journal/index.hbs, london/default.hbs, ruby/default.hbs, solo/default.hbs, solo/index.hbs, source/partials/components/navigation.hbs, source/partials/components/post-list.hbs, source/partials/email-subscription.hbs, taste/partials/components/cta.hbs, taste/partials/components/header-content.hbs, taste/partials/components/navbar.hbs, wave/default.hbs",
84
+ "Subscribe now": "bulletin/partials/content-cta.hbs, dawn/partials/content-cta.hbs, dawn/partials/cover.hbs, digest/partials/content-cta.hbs, edition/partials/content-cta.hbs, ghost-tpl/content-cta.hbs, headline/default.hbs, journal/partials/content-cta.hbs, solo/partials/content-cta.hbs",
85
+ "Subscribe to {sitetitle}": "digest/default.hbs, headline/default.hbs, journal/default.hbs",
86
+ "Theme errors": "casper/error.hbs",
87
+ "This page is for paying subscribers only": "ghost-tpl/content-cta.hbs",
88
+ "This page is for subscribers on the {tiers} only": "ghost-tpl/content-cta.hbs",
89
+ "This page is for subscribers only": "ghost-tpl/content-cta.hbs",
90
+ "This post is for paying subscribers only": "bulletin/partials/content-cta.hbs, dawn/partials/content-cta.hbs, digest/partials/content-cta.hbs, edition/partials/content-cta.hbs, ghost-tpl/content-cta.hbs, journal/partials/content-cta.hbs, solo/partials/content-cta.hbs",
91
+ "This post is for subscribers on the {tiers} only": "bulletin/partials/content-cta.hbs, dawn/partials/content-cta.hbs, digest/partials/content-cta.hbs, edition/partials/content-cta.hbs, ghost-tpl/content-cta.hbs, journal/partials/content-cta.hbs, solo/partials/content-cta.hbs",
92
+ "This post is for subscribers only": "bulletin/partials/content-cta.hbs, dawn/partials/content-cta.hbs, digest/partials/content-cta.hbs, edition/partials/content-cta.hbs, ghost-tpl/content-cta.hbs, journal/partials/content-cta.hbs, solo/partials/content-cta.hbs",
93
+ "This site is private.": "ghost-private/private.hbs",
94
+ "Toggle fullscreen": "alto/partials/pswp.hbs, bulletin/partials/pswp.hbs, dawn/partials/pswp.hbs, digest/partials/pswp.hbs, dope/partials/pswp.hbs, ease/partials/pswp.hbs, edge/partials/pswp.hbs, edition/partials/pswp.hbs, episode/partials/pswp.hbs, headline/partials/pswp.hbs, journal/partials/pswp.hbs, london/partials/pswp.hbs, ruby/partials/pswp.hbs, solo/partials/pswp.hbs, source/partials/lightbox.hbs, taste/partials/pswp.hbs",
95
+ "Toggle menu": "_shared/navbar.hbs, alto/default.hbs, bulletin/default.hbs, dawn/default.hbs, digest/default.hbs, ease/default.hbs, edge/default.hbs, edition/default.hbs, episode/partials/components/navbar.hbs, headline/default.hbs, journal/default.hbs, london/default.hbs, ruby/default.hbs, solo/default.hbs, taste/partials/components/navbar.hbs, wave/default.hbs",
96
+ "Topic": "journal/tag.hbs",
97
+ "Topics": "journal/index.hbs",
98
+ "Upgrade": "source/partials/components/post-list.hbs",
99
+ "Upgrade now": "bulletin/partials/content-cta.hbs, dawn/partials/content-cta.hbs, digest/partials/content-cta.hbs, edition/partials/content-cta.hbs, journal/index.hbs, journal/partials/content-cta.hbs, solo/partials/content-cta.hbs",
100
+ "Upgrade to a paid account to get full access.": "journal/index.hbs",
101
+ "Upgrade your account": "ghost-tpl/content-cta.hbs",
102
+ "View all →": "_shared/list.hbs, episode/partials/components/list.hbs, taste/partials/components/list.hbs",
103
+ "View project": "edge/partials/loop.hbs",
104
+ "Website": "london/author.hbs",
105
+ "You might also like...": "alto/partials/related.hbs, dawn/partials/related-posts.hbs, ruby/partials/related-posts.hbs",
106
+ "Zoom in/out": "alto/partials/pswp.hbs, bulletin/partials/pswp.hbs, dawn/partials/pswp.hbs, digest/partials/pswp.hbs, dope/partials/pswp.hbs, ease/partials/pswp.hbs, edge/partials/pswp.hbs, edition/partials/pswp.hbs, episode/partials/pswp.hbs, headline/partials/pswp.hbs, journal/partials/pswp.hbs, london/partials/pswp.hbs, ruby/partials/pswp.hbs, solo/partials/pswp.hbs, source/partials/lightbox.hbs, taste/partials/pswp.hbs",
107
+ "comment": "_shared/article.hbs, episode/partials/components/article.hbs, solo/post.hbs, taste/partials/components/article.hbs",
108
+ "comments": "_shared/article.hbs, episode/partials/components/article.hbs, solo/post.hbs, taste/partials/components/article.hbs",
109
+ "in {primaryTag}": "bulletin/partials/article.hbs, ruby/post.hbs",
110
+ "jamie@example.com": "_shared/cta.hbs, _shared/header-content.hbs, bulletin/home.hbs, digest/default.hbs, episode/partials/components/cta.hbs, episode/partials/components/header-content.hbs, journal/default.hbs, journal/index.hbs, source/partials/email-subscription.hbs, taste/partials/components/cta.hbs, taste/partials/components/header-content.hbs",
111
+ "← Previous": "solo/post.hbs"
112
+ }
@@ -0,0 +1,112 @@
1
+ {
2
+ " (Page %)": "",
3
+ " and ": "",
4
+ "% issues": "",
5
+ "% min": "",
6
+ "% min read": "Lesezeit: % Minuten",
7
+ "0 issues": "",
8
+ "1 issue": "",
9
+ "1 min": "",
10
+ "1 min read": "Lesezeit: 1 Minute",
11
+ "A collection of 0 issues": "",
12
+ "A collection of 0 posts": "",
13
+ "A collection of 1 issue": "",
14
+ "A collection of 1 post": "",
15
+ "A collection of {numberOfIssues} issues": "",
16
+ "A collection of {numberOfPosts} posts": "",
17
+ "About": "",
18
+ "Access site": "",
19
+ "Account": "Konto",
20
+ "Additional issues will be published soon.": "",
21
+ "All episodes": "",
22
+ "All episodes →": "",
23
+ "Already have an account?": "",
24
+ "Archive": "",
25
+ "Browse all issues": "",
26
+ "Browse archive": "",
27
+ "By {authors}": "",
28
+ "By {primaryAuthor}": "",
29
+ "Close (Esc)": "Schliessen (ESC)",
30
+ "Comments": "",
31
+ "Don’t miss out on the latest issues. Sign up now to get access to the library of members-only issues.": "",
32
+ "Email sent": "",
33
+ "Enter your email": "",
34
+ "Featured": "Hervorgehoben",
35
+ "Go to the front page →": "",
36
+ "Latest": "Neu",
37
+ "Latest episodes": "",
38
+ "Latest issue": "",
39
+ "Learn more": "",
40
+ "Listen on": "",
41
+ "Load more issues": "",
42
+ "Login": "",
43
+ "Member discussion:": "",
44
+ "Members": "",
45
+ "Members only": "",
46
+ "Menu": "",
47
+ "More": "",
48
+ "More issues": "",
49
+ "More links": "",
50
+ "Newer Posts": "",
51
+ "Next": "",
52
+ "Next (arrow right)": "Nächstes Bild (Rechte Pfeiltaste)",
53
+ "Next issue": "",
54
+ "Next post": "",
55
+ "Next →": "",
56
+ "Older Posts": "",
57
+ "Page {page} of {totalPages}": "",
58
+ "Paid": "",
59
+ "Paid-members only": "",
60
+ "Password": "",
61
+ "Powered by Ghost": "",
62
+ "Powered by {ghostlink}": "Läuft mit {ghostlink}",
63
+ "Previous": "",
64
+ "Previous (arrow left)": "Vorheriges Bild (Linke Pfeiltaste)",
65
+ "Previous issue": "",
66
+ "Previous post": "",
67
+ "Published by:": "",
68
+ "RSS": "",
69
+ "Read latest issue": "",
70
+ "Read more": "Lies mehr",
71
+ "Read next": "",
72
+ "Recent posts": "",
73
+ "Recommendations": "Empfehlungen",
74
+ "Search posts, tags and authors": "Suche nach Beiträgen, Schlagwörtern und Autoren",
75
+ "Search this site": "Suche auf dieser Webseite",
76
+ "See all": "Alles ansehen",
77
+ "Share": "Teilen",
78
+ "Show more": "",
79
+ "Sign in": "Einloggen",
80
+ "Sign in.": "",
81
+ "Sign up now to get access to the library of members-only issues.": "",
82
+ "Stay tuned": "",
83
+ "Subscribe": "Abonnieren",
84
+ "Subscribe now": "",
85
+ "Subscribe to {sitetitle}": "",
86
+ "Theme errors": "",
87
+ "This page is for paying subscribers only": "",
88
+ "This page is for subscribers on the {tiers} only": "",
89
+ "This page is for subscribers only": "",
90
+ "This post is for paying subscribers only": "",
91
+ "This post is for subscribers on the {tiers} only": "",
92
+ "This post is for subscribers only": "",
93
+ "This site is private.": "",
94
+ "Toggle fullscreen": "Vollbildanzeige",
95
+ "Toggle menu": "",
96
+ "Topic": "",
97
+ "Topics": "",
98
+ "Upgrade": "Upgrade",
99
+ "Upgrade now": "",
100
+ "Upgrade to a paid account to get full access.": "",
101
+ "Upgrade your account": "Mitgliedschafts-Stufe anpassen",
102
+ "View all →": "",
103
+ "View project": "",
104
+ "Website": "",
105
+ "You might also like...": "",
106
+ "Zoom in/out": "Zoomen",
107
+ "comment": "",
108
+ "comments": "",
109
+ "in {primaryTag}": "",
110
+ "jamie@example.com": "hans.muster@beispiel.com",
111
+ "← Previous": ""
112
+ }
@@ -0,0 +1,112 @@
1
+ {
2
+ " (Page %)": " (Seite %)",
3
+ " and ": " und ",
4
+ "% issues": "% Ausgaben",
5
+ "% min": "% Min.",
6
+ "% min read": "% Min. Lesezeit",
7
+ "0 issues": "0 Ausgaben",
8
+ "1 issue": "1 Ausgabe",
9
+ "1 min": "1 Min.",
10
+ "1 min read": "1 Min. Lesezeit",
11
+ "A collection of 0 issues": "Eine Sammlung von 0 Ausgaben",
12
+ "A collection of 0 posts": "Eine Sammlung von 0 Beiträgen",
13
+ "A collection of 1 issue": "Eine Sammlung von einer Ausgabe",
14
+ "A collection of 1 post": "Eine Sammlung von einem Beitrag",
15
+ "A collection of {numberOfIssues} issues": "Eine Sammlung von {numberOfIssues} Ausgaben",
16
+ "A collection of {numberOfPosts} posts": "Eine Sammlung von {numberOfPosts} Beiträgen",
17
+ "About": "Über",
18
+ "Access site": "Seite freischalten",
19
+ "Account": "Konto",
20
+ "Additional issues will be published soon.": "Weitere Ausgaben werden in Kürze veröffentlicht.",
21
+ "All episodes": "Alle Episoden",
22
+ "All episodes →": "Alle Episoden →",
23
+ "Already have an account?": "Bereits ein Konto?",
24
+ "Archive": "Archiv",
25
+ "Browse all issues": "Alle Ausgaben durchsuchen",
26
+ "Browse archive": "Archiv durchsuchen",
27
+ "By {authors}": "Von {authors}",
28
+ "By {primaryAuthor}": "Von {primaryAuthor}",
29
+ "Close (Esc)": "Schließen (Esc)",
30
+ "Comments": "Kommentare",
31
+ "Don't miss out on the latest issues. Sign up now to get access to the library of members-only issues.": "Verpasse keine neuen Ausgaben. Jetzt anmelden und alle Mitglieder-Ausgaben lesen.",
32
+ "Email sent": "E-Mail gesendet",
33
+ "Enter your email": "E-Mail-Adresse eingeben",
34
+ "Featured": "Empfohlen",
35
+ "Go to the front page →": "Zur Startseite →",
36
+ "Latest": "Neueste",
37
+ "Latest episodes": "Neueste Episoden",
38
+ "Latest issue": "Neueste Ausgabe",
39
+ "Learn more": "Mehr erfahren",
40
+ "Listen on": "Verfügbar auf",
41
+ "Load more issues": "Weitere Ausgaben laden",
42
+ "Login": "Anmelden",
43
+ "Member discussion:": "Mitgliederdiskussion:",
44
+ "Members": "Mitglieder",
45
+ "Members only": "Nur für Mitglieder",
46
+ "Menu": "Menü",
47
+ "More": "Mehr",
48
+ "More issues": "Weitere Ausgaben",
49
+ "More links": "Weitere Links",
50
+ "Newer Posts": "Neuere Beiträge",
51
+ "Next": "Weiter",
52
+ "Next (arrow right)": "Weiter (Pfeiltaste rechts)",
53
+ "Next issue": "Nächste Ausgabe",
54
+ "Next post": "Nächster Beitrag",
55
+ "Next →": "Weiter →",
56
+ "Older Posts": "Ältere Beiträge",
57
+ "Page {page} of {totalPages}": "Seite {page} von {totalPages}",
58
+ "Paid": "Kostenpflichtig",
59
+ "Paid-members only": "Nur für zahlende Mitglieder",
60
+ "Password": "Passwort",
61
+ "Powered by Ghost": "Erstellt mit Ghost",
62
+ "Powered by {ghostlink}": "Erstellt mit {ghostlink}",
63
+ "Previous": "Zurück",
64
+ "Previous (arrow left)": "Zurück (Pfeiltaste links)",
65
+ "Previous issue": "Vorherige Ausgabe",
66
+ "Previous post": "Vorheriger Beitrag",
67
+ "Published by:": "Veröffentlicht von:",
68
+ "RSS": "RSS",
69
+ "Read latest issue": "Neueste Ausgabe lesen",
70
+ "Read more": "Weiterlesen",
71
+ "Read next": "Lies auch",
72
+ "Recent posts": "Aktuelle Beiträge",
73
+ "Recommendations": "Empfehlungen",
74
+ "Search posts, tags and authors": "Beiträge, Tags und Autoren durchsuchen",
75
+ "Search this site": "Diese Seite durchsuchen",
76
+ "See all": "Alle anzeigen",
77
+ "Share": "Teilen",
78
+ "Show more": "Mehr anzeigen",
79
+ "Sign in": "Anmelden",
80
+ "Sign in.": "Anmelden.",
81
+ "Sign up now to get access to the library of members-only issues.": "Jetzt anmelden und alle Mitglieder-Ausgaben lesen.",
82
+ "Stay tuned": "Bleib auf dem Laufenden",
83
+ "Subscribe": "Abonnieren",
84
+ "Subscribe now": "Jetzt abonnieren",
85
+ "Subscribe to {sitetitle}": "{sitetitle} abonnieren",
86
+ "Theme errors": "Theme-Fehler",
87
+ "This page is for paying subscribers only": "Diese Seite ist nur für zahlende Abonnenten",
88
+ "This page is for subscribers on the {tiers} only": "Diese Seite ist nur für Abonnenten der Tarife {tiers}",
89
+ "This page is for subscribers only": "Diese Seite ist nur für Abonnenten",
90
+ "This post is for paying subscribers only": "Dieser Beitrag ist nur für zahlende Abonnenten",
91
+ "This post is for subscribers on the {tiers} only": "Dieser Beitrag ist nur für Abonnenten der Tarife {tiers}",
92
+ "This post is for subscribers only": "Dieser Beitrag ist nur für Abonnenten",
93
+ "This site is private.": "Diese Seite ist privat.",
94
+ "Toggle fullscreen": "Vollbild umschalten",
95
+ "Toggle menu": "Menü umschalten",
96
+ "Topic": "Thema",
97
+ "Topics": "Themen",
98
+ "Upgrade": "Upgraden",
99
+ "Upgrade now": "Jetzt upgraden",
100
+ "Upgrade to a paid account to get full access.": "Wechsle zum kostenpflichtigen Konto, um vollen Zugang zu erhalten.",
101
+ "Upgrade your account": "Konto upgraden",
102
+ "View all →": "Alle anzeigen →",
103
+ "View project": "Projekt ansehen",
104
+ "Website": "Website",
105
+ "You might also like...": "Das könnte dich auch interessieren …",
106
+ "Zoom in/out": "Vergrößern/Verkleinern",
107
+ "comment": "Kommentar",
108
+ "comments": "Kommentare",
109
+ "in {primaryTag}": "in {primaryTag}",
110
+ "jamie@example.com": "jamie@example.com",
111
+ "← Previous": "← Zurück"
112
+ }
@@ -0,0 +1,112 @@
1
+ {
2
+ " (Page %)": "",
3
+ " and ": "",
4
+ "% issues": "",
5
+ "% min": "",
6
+ "% min read": "",
7
+ "0 issues": "",
8
+ "1 issue": "",
9
+ "1 min": "",
10
+ "1 min read": "",
11
+ "A collection of 0 issues": "",
12
+ "A collection of 0 posts": "",
13
+ "A collection of 1 issue": "",
14
+ "A collection of 1 post": "",
15
+ "A collection of {numberOfIssues} issues": "",
16
+ "A collection of {numberOfPosts} posts": "",
17
+ "About": "",
18
+ "Access site": "",
19
+ "Account": "",
20
+ "Additional issues will be published soon.": "",
21
+ "All episodes": "",
22
+ "All episodes →": "",
23
+ "Already have an account?": "",
24
+ "Archive": "",
25
+ "Browse all issues": "",
26
+ "Browse archive": "",
27
+ "By {authors}": "",
28
+ "By {primaryAuthor}": "",
29
+ "Close (Esc)": "",
30
+ "Comments": "",
31
+ "Don’t miss out on the latest issues. Sign up now to get access to the library of members-only issues.": "",
32
+ "Email sent": "",
33
+ "Enter your email": "",
34
+ "Featured": "",
35
+ "Go to the front page →": "",
36
+ "Latest": "",
37
+ "Latest episodes": "",
38
+ "Latest issue": "",
39
+ "Learn more": "",
40
+ "Listen on": "",
41
+ "Load more issues": "",
42
+ "Login": "",
43
+ "Member discussion:": "",
44
+ "Members": "",
45
+ "Members only": "",
46
+ "Menu": "",
47
+ "More": "",
48
+ "More issues": "",
49
+ "More links": "",
50
+ "Newer Posts": "",
51
+ "Next": "",
52
+ "Next (arrow right)": "",
53
+ "Next issue": "",
54
+ "Next post": "",
55
+ "Next →": "",
56
+ "Older Posts": "",
57
+ "Page {page} of {totalPages}": "",
58
+ "Paid": "",
59
+ "Paid-members only": "",
60
+ "Password": "",
61
+ "Powered by Ghost": "",
62
+ "Powered by {ghostlink}": "",
63
+ "Previous": "",
64
+ "Previous (arrow left)": "",
65
+ "Previous issue": "",
66
+ "Previous post": "",
67
+ "Published by:": "",
68
+ "RSS": "",
69
+ "Read latest issue": "",
70
+ "Read more": "",
71
+ "Read next": "",
72
+ "Recent posts": "",
73
+ "Recommendations": "",
74
+ "Search posts, tags and authors": "",
75
+ "Search this site": "",
76
+ "See all": "",
77
+ "Share": "",
78
+ "Show more": "",
79
+ "Sign in": "",
80
+ "Sign in.": "",
81
+ "Sign up now to get access to the library of members-only issues.": "",
82
+ "Stay tuned": "",
83
+ "Subscribe": "",
84
+ "Subscribe now": "",
85
+ "Subscribe to {sitetitle}": "",
86
+ "Theme errors": "",
87
+ "This page is for paying subscribers only": "",
88
+ "This page is for subscribers on the {tiers} only": "",
89
+ "This page is for subscribers only": "",
90
+ "This post is for paying subscribers only": "",
91
+ "This post is for subscribers on the {tiers} only": "",
92
+ "This post is for subscribers only": "",
93
+ "This site is private.": "",
94
+ "Toggle fullscreen": "",
95
+ "Toggle menu": "",
96
+ "Topic": "",
97
+ "Topics": "",
98
+ "Upgrade": "",
99
+ "Upgrade now": "",
100
+ "Upgrade to a paid account to get full access.": "",
101
+ "Upgrade your account": "",
102
+ "View all →": "",
103
+ "View project": "",
104
+ "Website": "",
105
+ "You might also like...": "",
106
+ "Zoom in/out": "",
107
+ "comment": "",
108
+ "comments": "",
109
+ "in {primaryTag}": "",
110
+ "jamie@example.com": "",
111
+ "← Previous": ""
112
+ }