@automattic/newspack-blocks 4.30.4 → 4.31.0-alpha.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.
- package/CHANGELOG.md +3 -3
- package/dist/block_styles-rtl.css +2 -2
- package/dist/block_styles.asset.php +1 -1
- package/dist/block_styles.css +2 -2
- package/dist/blocks/carousel/block.json +4 -0
- package/dist/carousel/view-rtl.css +1 -1
- package/dist/carousel/view.asset.php +1 -1
- package/dist/carousel/view.css +1 -1
- package/dist/donate/view-rtl.css +1 -1
- package/dist/donate/view.asset.php +1 -1
- package/dist/donate/view.css +1 -1
- package/dist/editor-rtl.css +25 -24
- package/dist/editor.asset.php +1 -1
- package/dist/editor.css +25 -24
- package/dist/editor.js +24 -20
- package/dist/frequencyBased-rtl.css +1 -1
- package/dist/frequencyBased.asset.php +1 -1
- package/dist/frequencyBased.css +1 -1
- package/dist/homepage-articles/view-rtl.css +1 -1
- package/dist/homepage-articles/view.asset.php +1 -1
- package/dist/homepage-articles/view.css +1 -1
- package/dist/modal-rtl.css +1 -1
- package/dist/modal.asset.php +1 -1
- package/dist/modal.css +1 -1
- package/dist/modalCheckout-rtl.css +1 -1
- package/dist/modalCheckout.asset.php +1 -1
- package/dist/modalCheckout.css +1 -1
- package/dist/tiersBased-rtl.css +1 -1
- package/dist/tiersBased.asset.php +1 -1
- package/dist/tiersBased.css +1 -1
- package/includes/class-modal-checkout.php +8 -37
- package/includes/modal-checkout/class-checkout-data.php +39 -6
- package/includes/tracking/class-data-events.php +10 -64
- package/languages/newspack-blocks-de_DE-37552bb09e2a9fceec1970e3c6d46557.json +1 -1
- package/languages/newspack-blocks-de_DE-4fdea541976076f02d56139fb35e5b42.json +1 -1
- package/languages/newspack-blocks-de_DE-53e2a1d5945b8d2b1c35e81ae1e532f3.json +1 -1
- package/languages/newspack-blocks-de_DE-7c29764d5ef91723f5ce454f66431b9e.json +1 -1
- package/languages/newspack-blocks-de_DE-969286d51bb0afe10983b9aec317b5ee.json +1 -1
- package/languages/newspack-blocks-de_DE-9970d3523fc8f26107b47ceeeb706779.json +1 -0
- package/languages/newspack-blocks-de_DE-eccbc51a43c04f59165364eda71e0be7.json +1 -1
- package/languages/newspack-blocks-de_DE-f8b1589c450689398f90b179f47e74ee.json +1 -1
- package/languages/newspack-blocks-de_DE.po +624 -587
- package/languages/newspack-blocks-es_ES-37552bb09e2a9fceec1970e3c6d46557.json +1 -1
- package/languages/newspack-blocks-es_ES-4fdea541976076f02d56139fb35e5b42.json +1 -1
- package/languages/newspack-blocks-es_ES-53e2a1d5945b8d2b1c35e81ae1e532f3.json +1 -1
- package/languages/newspack-blocks-es_ES-7c29764d5ef91723f5ce454f66431b9e.json +1 -1
- package/languages/newspack-blocks-es_ES-969286d51bb0afe10983b9aec317b5ee.json +1 -1
- package/languages/newspack-blocks-es_ES-9970d3523fc8f26107b47ceeeb706779.json +1 -0
- package/languages/newspack-blocks-es_ES-eccbc51a43c04f59165364eda71e0be7.json +1 -1
- package/languages/newspack-blocks-es_ES-f8b1589c450689398f90b179f47e74ee.json +1 -1
- package/languages/newspack-blocks-es_ES.po +604 -567
- package/languages/newspack-blocks-fr_BE-37552bb09e2a9fceec1970e3c6d46557.json +1 -1
- package/languages/newspack-blocks-fr_BE-4fdea541976076f02d56139fb35e5b42.json +1 -1
- package/languages/newspack-blocks-fr_BE-53e2a1d5945b8d2b1c35e81ae1e532f3.json +1 -1
- package/languages/newspack-blocks-fr_BE-7c29764d5ef91723f5ce454f66431b9e.json +1 -1
- package/languages/newspack-blocks-fr_BE-969286d51bb0afe10983b9aec317b5ee.json +1 -1
- package/languages/newspack-blocks-fr_BE-9970d3523fc8f26107b47ceeeb706779.json +1 -0
- package/languages/newspack-blocks-fr_BE-eccbc51a43c04f59165364eda71e0be7.json +1 -1
- package/languages/newspack-blocks-fr_BE-f8b1589c450689398f90b179f47e74ee.json +1 -1
- package/languages/newspack-blocks-fr_BE.po +602 -565
- package/languages/newspack-blocks-nb_NO-37552bb09e2a9fceec1970e3c6d46557.json +1 -1
- package/languages/newspack-blocks-nb_NO-4fdea541976076f02d56139fb35e5b42.json +1 -1
- package/languages/newspack-blocks-nb_NO-53e2a1d5945b8d2b1c35e81ae1e532f3.json +1 -1
- package/languages/newspack-blocks-nb_NO-7c29764d5ef91723f5ce454f66431b9e.json +1 -1
- package/languages/newspack-blocks-nb_NO-969286d51bb0afe10983b9aec317b5ee.json +1 -1
- package/languages/newspack-blocks-nb_NO-9970d3523fc8f26107b47ceeeb706779.json +1 -0
- package/languages/newspack-blocks-nb_NO-eccbc51a43c04f59165364eda71e0be7.json +1 -1
- package/languages/newspack-blocks-nb_NO-f8b1589c450689398f90b179f47e74ee.json +1 -1
- package/languages/newspack-blocks-nb_NO.po +602 -565
- package/languages/newspack-blocks-pt_PT-37552bb09e2a9fceec1970e3c6d46557.json +1 -1
- package/languages/newspack-blocks-pt_PT-4fdea541976076f02d56139fb35e5b42.json +1 -1
- package/languages/newspack-blocks-pt_PT-53e2a1d5945b8d2b1c35e81ae1e532f3.json +1 -1
- package/languages/newspack-blocks-pt_PT-7c29764d5ef91723f5ce454f66431b9e.json +1 -1
- package/languages/newspack-blocks-pt_PT-969286d51bb0afe10983b9aec317b5ee.json +1 -1
- package/languages/newspack-blocks-pt_PT-9970d3523fc8f26107b47ceeeb706779.json +1 -0
- package/languages/newspack-blocks-pt_PT-eccbc51a43c04f59165364eda71e0be7.json +1 -1
- package/languages/newspack-blocks-pt_PT-f8b1589c450689398f90b179f47e74ee.json +1 -1
- package/languages/newspack-blocks-pt_PT.po +620 -583
- package/languages/newspack-blocks.pot +806 -760
- package/newspack-blocks.php +2 -2
- package/package.json +6 -5
- package/src/blocks/carousel/block.json +4 -0
- package/src/blocks/carousel/edit.js +22 -0
- package/src/blocks/carousel/view.php +13 -1
- package/src/blocks/checkout-button/view.php +1 -1
- package/src/blocks/donate/edit/index.tsx +23 -11
- package/src/blocks/homepage-articles/class-wp-rest-newspack-articles-controller.php +25 -6
- package/src/blocks/homepage-articles/edit.tsx +8 -3
- package/src/blocks/homepage-articles/utils.ts +6 -3
- package/src/types/index.d.ts +2 -0
- package/vendor/composer/installed.php +2 -2
|
@@ -2,7 +2,7 @@ msgid ""
|
|
|
2
2
|
msgstr ""
|
|
3
3
|
"Project-Id-Version: Newspack Blocks\n"
|
|
4
4
|
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/newspack-blocks\n"
|
|
5
|
-
"POT-Creation-Date: 2026-
|
|
5
|
+
"POT-Creation-Date: 2026-08-20T21:33:46+00:00\n"
|
|
6
6
|
"PO-Revision-Date: 2024-08-30 08:45-0700\n"
|
|
7
7
|
"Last-Translator: \n"
|
|
8
8
|
"Language-Team: \n"
|
|
@@ -45,102 +45,106 @@ msgstr ""
|
|
|
45
45
|
msgid "Automattic"
|
|
46
46
|
msgstr ""
|
|
47
47
|
|
|
48
|
-
#: includes/class-modal-checkout.php:
|
|
48
|
+
#: includes/class-modal-checkout.php:336 includes/class-modal-checkout.php:556
|
|
49
49
|
msgid "Invalid nonce."
|
|
50
50
|
msgstr ""
|
|
51
51
|
|
|
52
|
-
#: includes/class-modal-checkout.php:
|
|
52
|
+
#: includes/class-modal-checkout.php:566
|
|
53
53
|
msgid "Cart has been emptied."
|
|
54
54
|
msgstr ""
|
|
55
55
|
|
|
56
56
|
#. Translators: %s is the maximum price.
|
|
57
|
-
#: includes/class-modal-checkout.php:
|
|
57
|
+
#: includes/class-modal-checkout.php:683
|
|
58
58
|
#, php-format
|
|
59
59
|
msgid "Adjusted price must be less than the maximum of %s."
|
|
60
60
|
msgstr ""
|
|
61
61
|
|
|
62
62
|
#. Translators: %s is the name-your-price custom price.
|
|
63
|
-
#: includes/class-modal-checkout.php:
|
|
63
|
+
#: includes/class-modal-checkout.php:707
|
|
64
64
|
#, php-format
|
|
65
65
|
msgid "Adjusted price must be greater than base price of %s."
|
|
66
66
|
msgstr ""
|
|
67
67
|
|
|
68
|
-
#: includes/class-modal-checkout.php:
|
|
68
|
+
#: includes/class-modal-checkout.php:734
|
|
69
|
+
msgid "This product could not be added to the cart."
|
|
70
|
+
msgstr ""
|
|
71
|
+
|
|
72
|
+
#: includes/class-modal-checkout.php:784 includes/class-modal-checkout.php:867
|
|
69
73
|
msgid "Close"
|
|
70
74
|
msgstr ""
|
|
71
75
|
|
|
72
|
-
#: includes/class-modal-checkout.php:
|
|
76
|
+
#: includes/class-modal-checkout.php:810
|
|
73
77
|
msgid "per"
|
|
74
78
|
msgstr ""
|
|
75
79
|
|
|
76
|
-
#: includes/class-modal-checkout.php:
|
|
80
|
+
#: includes/class-modal-checkout.php:923
|
|
77
81
|
msgid "Or"
|
|
78
82
|
msgstr ""
|
|
79
83
|
|
|
80
|
-
#: includes/class-modal-checkout.php:
|
|
81
|
-
#: includes/class-modal-checkout.php:
|
|
84
|
+
#: includes/class-modal-checkout.php:1157
|
|
85
|
+
#: includes/class-modal-checkout.php:1161
|
|
82
86
|
msgid "Processing payment..."
|
|
83
87
|
msgstr ""
|
|
84
88
|
|
|
85
|
-
#: includes/class-modal-checkout.php:
|
|
89
|
+
#: includes/class-modal-checkout.php:1165
|
|
86
90
|
msgid "Verifying details..."
|
|
87
91
|
msgstr ""
|
|
88
92
|
|
|
89
|
-
#: includes/class-modal-checkout.php:
|
|
93
|
+
#: includes/class-modal-checkout.php:1169
|
|
90
94
|
msgid "Finalizing transaction..."
|
|
91
95
|
msgstr ""
|
|
92
96
|
|
|
93
|
-
#: includes/class-modal-checkout.php:
|
|
97
|
+
#: includes/class-modal-checkout.php:1225
|
|
94
98
|
msgid ""
|
|
95
99
|
"We're sorry, there was an unexpected error. Please try again in a few "
|
|
96
100
|
"minutes."
|
|
97
101
|
msgstr ""
|
|
98
102
|
|
|
99
|
-
#: includes/class-modal-checkout.php:
|
|
103
|
+
#: includes/class-modal-checkout.php:1237
|
|
100
104
|
msgid "Go back"
|
|
101
105
|
msgstr ""
|
|
102
106
|
|
|
103
|
-
#: includes/class-modal-checkout.php:
|
|
107
|
+
#: includes/class-modal-checkout.php:1672
|
|
104
108
|
msgid "Password mismatch"
|
|
105
109
|
msgstr ""
|
|
106
110
|
|
|
107
|
-
#: includes/class-modal-checkout.php:
|
|
111
|
+
#: includes/class-modal-checkout.php:1673
|
|
108
112
|
msgid "Password strength: Very weak"
|
|
109
113
|
msgstr ""
|
|
110
114
|
|
|
111
|
-
#: includes/class-modal-checkout.php:
|
|
115
|
+
#: includes/class-modal-checkout.php:1674
|
|
112
116
|
msgid "Password strength: Weak"
|
|
113
117
|
msgstr ""
|
|
114
118
|
|
|
115
|
-
#: includes/class-modal-checkout.php:
|
|
119
|
+
#: includes/class-modal-checkout.php:1675
|
|
116
120
|
msgid "Password strength: Medium"
|
|
117
121
|
msgstr ""
|
|
118
122
|
|
|
119
|
-
#: includes/class-modal-checkout.php:
|
|
123
|
+
#: includes/class-modal-checkout.php:1676
|
|
120
124
|
msgid "Password strength: Strong"
|
|
121
125
|
msgstr ""
|
|
122
126
|
|
|
123
|
-
#: includes/class-modal-checkout.php:
|
|
127
|
+
#: includes/class-modal-checkout.php:2056
|
|
124
128
|
msgid "Please enter someone else' email address to receive this gift."
|
|
125
129
|
msgstr ""
|
|
126
130
|
|
|
127
|
-
#: includes/class-modal-checkout.php:
|
|
131
|
+
#: includes/class-modal-checkout.php:2057
|
|
128
132
|
msgid "Please enter a valid email address to receive this gift."
|
|
129
133
|
msgstr ""
|
|
130
134
|
|
|
131
|
-
#: includes/class-modal-checkout.php:
|
|
135
|
+
#: includes/class-modal-checkout.php:2171
|
|
132
136
|
msgid "Close window"
|
|
133
137
|
msgstr ""
|
|
134
138
|
|
|
135
139
|
#. translators: %s: Site name.
|
|
136
|
-
#: includes/class-modal-checkout.php:
|
|
140
|
+
#: includes/class-modal-checkout.php:2262
|
|
137
141
|
#, php-format
|
|
138
142
|
msgid ""
|
|
139
143
|
"You're already a subscriber! You can only have one active subscription at a "
|
|
140
144
|
"time. Thank you for supporting %s."
|
|
141
145
|
msgstr ""
|
|
142
146
|
|
|
143
|
-
#: includes/class-modal-checkout.php:
|
|
147
|
+
#: includes/class-modal-checkout.php:2273
|
|
144
148
|
msgid ""
|
|
145
149
|
"You're already a subscriber! You can only have one subscription at a time. "
|
|
146
150
|
"If you wish to renew an expired subscription, please sign in and visit the "
|
|
@@ -149,98 +153,99 @@ msgstr ""
|
|
|
149
153
|
|
|
150
154
|
#. translators: 1: Checkout button confirmation text. 2: Order total.
|
|
151
155
|
#. translators: 1 is the name of the item. 2 is the price of the item.
|
|
152
|
-
#: includes/class-modal-checkout.php:
|
|
156
|
+
#: includes/class-modal-checkout.php:2397
|
|
153
157
|
#: includes/modal-checkout/class-checkout-data.php:68
|
|
154
158
|
#, php-format
|
|
155
159
|
msgid "%1$s: %2$s"
|
|
156
160
|
msgstr ""
|
|
157
161
|
|
|
158
|
-
#: includes/class-modal-checkout.php:
|
|
162
|
+
#: includes/class-modal-checkout.php:2777
|
|
159
163
|
msgid "Billing details"
|
|
160
164
|
msgstr ""
|
|
161
165
|
|
|
162
|
-
#: includes/class-modal-checkout.php:
|
|
166
|
+
#: includes/class-modal-checkout.php:2778
|
|
163
167
|
msgid "Shipping details"
|
|
164
168
|
msgstr ""
|
|
165
169
|
|
|
166
|
-
#: includes/class-modal-checkout.php:
|
|
170
|
+
#: includes/class-modal-checkout.php:2779
|
|
167
171
|
msgid "Gift recipient"
|
|
168
172
|
msgstr ""
|
|
169
173
|
|
|
170
|
-
#: includes/class-modal-checkout.php:
|
|
171
|
-
#: includes/class-modal-checkout.php:
|
|
172
|
-
#: includes/class-modal-checkout.php:
|
|
174
|
+
#: includes/class-modal-checkout.php:2780
|
|
175
|
+
#: includes/class-modal-checkout.php:2781
|
|
176
|
+
#: includes/class-modal-checkout.php:2782
|
|
173
177
|
msgid "Complete your transaction"
|
|
174
178
|
msgstr ""
|
|
175
179
|
|
|
176
|
-
#: includes/class-modal-checkout.php:
|
|
180
|
+
#: includes/class-modal-checkout.php:2783
|
|
177
181
|
msgctxt "Login modal title when logged out user attempts to checkout."
|
|
178
182
|
msgid "Sign in to complete transaction"
|
|
179
183
|
msgstr ""
|
|
180
184
|
|
|
181
|
-
#: includes/class-modal-checkout.php:
|
|
185
|
+
#: includes/class-modal-checkout.php:2788
|
|
182
186
|
msgctxt "Login modal title when unregistered user attempts to checkout"
|
|
183
187
|
msgid "Register to complete transaction"
|
|
184
188
|
msgstr ""
|
|
185
189
|
|
|
186
|
-
#: includes/class-modal-checkout.php:
|
|
190
|
+
#: includes/class-modal-checkout.php:2793
|
|
187
191
|
msgid "Continue browsing"
|
|
188
192
|
msgstr ""
|
|
189
193
|
|
|
190
|
-
#: includes/class-modal-checkout.php:
|
|
194
|
+
#: includes/class-modal-checkout.php:2794
|
|
191
195
|
msgid "This donation is a gift"
|
|
192
196
|
msgstr ""
|
|
193
197
|
|
|
194
|
-
#: includes/class-modal-checkout.php:
|
|
198
|
+
#: includes/class-modal-checkout.php:2799
|
|
195
199
|
msgid "This purchase is a gift"
|
|
196
200
|
msgstr ""
|
|
197
201
|
|
|
198
|
-
#: includes/class-modal-checkout.php:
|
|
202
|
+
#: includes/class-modal-checkout.php:2801
|
|
199
203
|
msgid "Complete transaction"
|
|
200
204
|
msgstr ""
|
|
201
205
|
|
|
202
|
-
#: includes/class-modal-checkout.php:
|
|
206
|
+
#: includes/class-modal-checkout.php:2802
|
|
203
207
|
msgid "Purchase"
|
|
204
208
|
msgstr ""
|
|
205
209
|
|
|
206
|
-
#: includes/class-modal-checkout.php:
|
|
210
|
+
#: includes/class-modal-checkout.php:2803
|
|
207
211
|
msgid "Edit billing information"
|
|
208
212
|
msgstr ""
|
|
209
213
|
|
|
210
|
-
#: includes/class-modal-checkout.php:
|
|
211
|
-
#: src/blocks/checkout-button/
|
|
214
|
+
#: includes/class-modal-checkout.php:2804 dist/editor.js:36 dist/editor.js:39
|
|
215
|
+
#: src/blocks/checkout-button/coupon-control.js:145
|
|
216
|
+
#: src/blocks/checkout-button/edit.js:198
|
|
212
217
|
msgid "Cancel"
|
|
213
218
|
msgstr ""
|
|
214
219
|
|
|
215
|
-
#: includes/class-modal-checkout.php:
|
|
220
|
+
#: includes/class-modal-checkout.php:2805
|
|
216
221
|
msgid "Transaction successful"
|
|
217
222
|
msgstr ""
|
|
218
223
|
|
|
219
|
-
#: includes/class-modal-checkout.php:
|
|
224
|
+
#: includes/class-modal-checkout.php:2806
|
|
220
225
|
msgid ""
|
|
221
226
|
"Your contribution directly funds our work. If you're moved to do so, you can "
|
|
222
227
|
"opt to pay more than the standard rate."
|
|
223
228
|
msgstr ""
|
|
224
229
|
|
|
225
|
-
#: includes/class-modal-checkout.php:
|
|
230
|
+
#: includes/class-modal-checkout.php:2807
|
|
226
231
|
msgid "Thank you for your generosity! We couldn't do this without you!"
|
|
227
232
|
msgstr ""
|
|
228
233
|
|
|
229
|
-
#: includes/class-modal-checkout.php:
|
|
234
|
+
#: includes/class-modal-checkout.php:2808
|
|
230
235
|
msgid "Increase your support"
|
|
231
236
|
msgstr ""
|
|
232
237
|
|
|
233
|
-
#: includes/class-modal-checkout.php:
|
|
234
|
-
#: src/modal-checkout/templates/form-coupon.php:
|
|
238
|
+
#: includes/class-modal-checkout.php:2809
|
|
239
|
+
#: src/modal-checkout/templates/form-coupon.php:29
|
|
235
240
|
msgid "Apply"
|
|
236
241
|
msgstr ""
|
|
237
242
|
|
|
238
|
-
#: includes/class-modal-checkout.php:
|
|
243
|
+
#: includes/class-modal-checkout.php:2810
|
|
239
244
|
msgid "We ran into a problem processing this request. Please try again."
|
|
240
245
|
msgstr ""
|
|
241
246
|
|
|
242
247
|
#. Translators: %s is the site name.
|
|
243
|
-
#: includes/class-modal-checkout.php:
|
|
248
|
+
#: includes/class-modal-checkout.php:2948
|
|
244
249
|
#, php-format
|
|
245
250
|
msgid ""
|
|
246
251
|
"Thank you for supporting %s. Your transaction was completed successfully."
|
|
@@ -277,49 +282,49 @@ msgstr ""
|
|
|
277
282
|
msgid "Newspack Subscribe"
|
|
278
283
|
msgstr ""
|
|
279
284
|
|
|
280
|
-
#: includes/class-newspack-blocks.php:
|
|
285
|
+
#: includes/class-newspack-blocks.php:983
|
|
281
286
|
msgid "Common"
|
|
282
287
|
msgstr ""
|
|
283
288
|
|
|
284
289
|
#. translators: separates last two sponsor names; needs a space on either side.
|
|
285
|
-
#: includes/class-newspack-blocks.php:
|
|
290
|
+
#: includes/class-newspack-blocks.php:1084
|
|
286
291
|
msgid " and "
|
|
287
292
|
msgstr " und "
|
|
288
293
|
|
|
289
294
|
#. translators: separates all but the last two sponsor names; needs a space at the end.
|
|
290
|
-
#: includes/class-newspack-blocks.php:
|
|
295
|
+
#: includes/class-newspack-blocks.php:1087
|
|
291
296
|
msgid ", "
|
|
292
297
|
msgstr ""
|
|
293
298
|
|
|
294
|
-
#: includes/class-newspack-blocks.php:
|
|
299
|
+
#: includes/class-newspack-blocks.php:1422
|
|
295
300
|
msgid "Jetpack donations is disabled in favour of Newspack donations."
|
|
296
301
|
msgstr ""
|
|
297
302
|
|
|
298
|
-
#: includes/class-newspack-blocks.php:
|
|
303
|
+
#: includes/class-newspack-blocks.php:1455 dist/editor.js:26
|
|
299
304
|
#: src/shared/js/utils.js:48
|
|
300
305
|
msgid "Draft"
|
|
301
306
|
msgstr ""
|
|
302
307
|
|
|
303
|
-
#: includes/class-newspack-blocks.php:
|
|
308
|
+
#: includes/class-newspack-blocks.php:1456 dist/editor.js:26
|
|
304
309
|
#: src/shared/js/utils.js:48
|
|
305
310
|
msgid "Scheduled"
|
|
306
311
|
msgstr ""
|
|
307
312
|
|
|
308
313
|
#. Translators: %s is the %s is the frequency.
|
|
309
|
-
#: includes/class-newspack-blocks.php:
|
|
314
|
+
#: includes/class-newspack-blocks.php:1654 dist/editor.js:48
|
|
310
315
|
#, php-format
|
|
311
316
|
msgid "per %s"
|
|
312
317
|
msgstr ""
|
|
313
318
|
|
|
314
|
-
#: includes/class-newspack-blocks.php:
|
|
319
|
+
#: includes/class-newspack-blocks.php:1685
|
|
315
320
|
msgid " once"
|
|
316
321
|
msgstr ""
|
|
317
322
|
|
|
318
|
-
#: includes/class-newspack-blocks.php:
|
|
323
|
+
#: includes/class-newspack-blocks.php:1688
|
|
319
324
|
msgid " per "
|
|
320
325
|
msgstr ""
|
|
321
326
|
|
|
322
|
-
#: includes/modal-checkout/class-checkout-data.php:
|
|
327
|
+
#: includes/modal-checkout/class-checkout-data.php:355 dist/editor.js:48
|
|
323
328
|
#: src/blocks/donate/index.js:31
|
|
324
329
|
msgid "Donate"
|
|
325
330
|
msgstr "Spenden"
|
|
@@ -496,8 +501,9 @@ msgstr ""
|
|
|
496
501
|
msgid "Subscribe Pattern 7"
|
|
497
502
|
msgstr ""
|
|
498
503
|
|
|
499
|
-
|
|
500
|
-
#:
|
|
504
|
+
#. translators: %s: the drawer's title.
|
|
505
|
+
#: src/blocks/author-profile/view.php:25 dist/editor.js:16 dist/editor.js:19
|
|
506
|
+
#: dist/editor.js:20 dist/editor.js:36 src/blocks/author-profile/edit.js:59
|
|
501
507
|
#: src/blocks/author-profile/edit.js:635 src/blocks/author-profile/edit.js:689
|
|
502
508
|
#: src/blocks/author-profile/edit.js:710 src/blocks/author-profile/edit.js:756
|
|
503
509
|
#: src/blocks/author-profile/edit.js:821 src/blocks/author-profile/edit.js:912
|
|
@@ -507,50 +513,54 @@ msgstr ""
|
|
|
507
513
|
|
|
508
514
|
#. translators: %s: author name
|
|
509
515
|
#. translators: %s: author name.
|
|
510
|
-
#: src/blocks/author-profile/view.php:62 dist/editor.js:
|
|
511
|
-
#: dist/editor.js:
|
|
516
|
+
#: src/blocks/author-profile/view.php:62 dist/editor.js:17 dist/editor.js:21
|
|
517
|
+
#: dist/editor.js:36 src/blocks/author-profile/edit.js:85
|
|
512
518
|
#: src/blocks/author-profile/single-author.js:84
|
|
513
519
|
#: src/blocks/author-profile/templates.js:126
|
|
514
520
|
#, php-format
|
|
515
521
|
msgid "More by %s"
|
|
516
522
|
msgstr ""
|
|
517
523
|
|
|
518
|
-
#: src/blocks/author-profile/view.php:112 dist/editor.js:
|
|
524
|
+
#: src/blocks/author-profile/view.php:112 dist/editor.js:26 dist/editor.js:60
|
|
519
525
|
#: src/blocks/author-list/index.js:51 src/blocks/homepage-articles/index.js:52
|
|
520
526
|
msgctxt "block style"
|
|
521
527
|
msgid "Default"
|
|
522
528
|
msgstr "Standard"
|
|
523
529
|
|
|
524
|
-
#: src/blocks/author-profile/view.php:120 dist/editor.js:
|
|
530
|
+
#: src/blocks/author-profile/view.php:120 dist/editor.js:26
|
|
525
531
|
#: src/blocks/author-list/index.js:52
|
|
526
532
|
msgctxt "block style"
|
|
527
533
|
msgid "Centered"
|
|
528
534
|
msgstr ""
|
|
529
535
|
|
|
530
536
|
#. translators: %d: Slide number.
|
|
531
|
-
#: src/blocks/carousel/view.php:
|
|
537
|
+
#: src/blocks/carousel/view.php:237
|
|
532
538
|
#, php-format
|
|
533
539
|
msgid "Go to slide %d"
|
|
534
540
|
msgstr "Gehe zu Bild %d"
|
|
535
541
|
|
|
536
|
-
#: src/blocks/carousel/view.php:
|
|
542
|
+
#: src/blocks/carousel/view.php:258
|
|
537
543
|
msgid "Previous Slide"
|
|
538
544
|
msgstr "Vorheriger Slide"
|
|
539
545
|
|
|
540
|
-
#: src/blocks/carousel/view.php:
|
|
546
|
+
#: src/blocks/carousel/view.php:259
|
|
541
547
|
msgid "Next Slide"
|
|
542
548
|
msgstr "Nächste Folie"
|
|
543
549
|
|
|
544
|
-
#: src/blocks/carousel/view.php:
|
|
550
|
+
#: src/blocks/carousel/view.php:303
|
|
545
551
|
msgid "Pause Slideshow"
|
|
546
552
|
msgstr "Diashow pausieren"
|
|
547
553
|
|
|
548
|
-
#: src/blocks/carousel/view.php:
|
|
554
|
+
#: src/blocks/carousel/view.php:304
|
|
549
555
|
msgid "Play Slideshow"
|
|
550
556
|
msgstr "Diashow abspielen"
|
|
551
557
|
|
|
558
|
+
#: src/blocks/checkout-button/view.php:49
|
|
559
|
+
msgid "Whether the product is treated as a donation by Newspack."
|
|
560
|
+
msgstr ""
|
|
561
|
+
|
|
552
562
|
#: src/blocks/donate/frontend/class-newspack-blocks-donate-renderer-base.php:30
|
|
553
|
-
#: dist/editor.js:
|
|
563
|
+
#: dist/editor.js:42
|
|
554
564
|
msgid "once"
|
|
555
565
|
msgstr ""
|
|
556
566
|
|
|
@@ -567,32 +577,32 @@ msgid "Could not retrieve donation settings."
|
|
|
567
577
|
msgstr ""
|
|
568
578
|
|
|
569
579
|
#: src/blocks/donate/frontend/class-newspack-blocks-donate-renderer-base.php:115
|
|
570
|
-
#: dist/editor.js:
|
|
580
|
+
#: dist/editor.js:48
|
|
571
581
|
msgid "One-time"
|
|
572
582
|
msgstr "Einmal"
|
|
573
583
|
|
|
574
584
|
#: src/blocks/donate/frontend/class-newspack-blocks-donate-renderer-base.php:116
|
|
575
|
-
#: dist/editor.js:
|
|
585
|
+
#: dist/editor.js:48
|
|
576
586
|
msgid "Monthly"
|
|
577
587
|
msgstr "Monatlich"
|
|
578
588
|
|
|
579
589
|
#: src/blocks/donate/frontend/class-newspack-blocks-donate-renderer-base.php:117
|
|
580
|
-
#: dist/editor.js:
|
|
590
|
+
#: dist/editor.js:48
|
|
581
591
|
msgid "Annually"
|
|
582
592
|
msgstr "Jährlich"
|
|
583
593
|
|
|
584
594
|
#: src/blocks/donate/frontend/class-newspack-blocks-donate-renderer-frequency-based.php:190
|
|
585
595
|
#: src/blocks/donate/frontend/class-newspack-blocks-donate-renderer-frequency-based.php:285
|
|
586
|
-
#: dist/editor.js:
|
|
596
|
+
#: dist/editor.js:48
|
|
587
597
|
msgid "Donation amount"
|
|
588
598
|
msgstr "Spendenbetrag"
|
|
589
599
|
|
|
590
600
|
#: src/blocks/donate/frontend/class-newspack-blocks-donate-renderer-frequency-based.php:279
|
|
591
|
-
#: dist/editor.js:
|
|
601
|
+
#: dist/editor.js:48
|
|
592
602
|
msgid "Other"
|
|
593
603
|
msgstr "Andere"
|
|
594
604
|
|
|
595
|
-
#: src/blocks/homepage-articles/view.php:409 dist/editor.js:
|
|
605
|
+
#: src/blocks/homepage-articles/view.php:409 dist/editor.js:60
|
|
596
606
|
msgid "Load more posts"
|
|
597
607
|
msgstr "Mehr Beiträge laden"
|
|
598
608
|
|
|
@@ -611,28 +621,29 @@ msgid " and "
|
|
|
611
621
|
msgstr " und "
|
|
612
622
|
|
|
613
623
|
#. Translators: %s is a list of supported file extensions for uploading.
|
|
614
|
-
#: src/blocks/iframe/class-wp-rest-newspack-iframe-controller.php:
|
|
615
|
-
#: src/blocks/iframe/class-wp-rest-newspack-iframe-controller.php:
|
|
624
|
+
#: src/blocks/iframe/class-wp-rest-newspack-iframe-controller.php:368
|
|
625
|
+
#: src/blocks/iframe/class-wp-rest-newspack-iframe-controller.php:469
|
|
616
626
|
msgid ""
|
|
617
627
|
"Unsupported filetype. Please make sure it's one of the supported filetypes: "
|
|
618
628
|
"% s"
|
|
619
629
|
msgstr ""
|
|
620
630
|
|
|
621
|
-
#: src/blocks/iframe/class-wp-rest-newspack-iframe-controller.php:
|
|
631
|
+
#: src/blocks/iframe/class-wp-rest-newspack-iframe-controller.php:377
|
|
622
632
|
msgid "Could not upload this file."
|
|
623
633
|
msgstr ""
|
|
624
634
|
|
|
625
|
-
#: src/blocks/iframe/class-wp-rest-newspack-iframe-controller.php:
|
|
626
|
-
#: src/blocks/iframe/class-wp-rest-newspack-iframe-controller.php:
|
|
635
|
+
#: src/blocks/iframe/class-wp-rest-newspack-iframe-controller.php:411
|
|
636
|
+
#: src/blocks/iframe/class-wp-rest-newspack-iframe-controller.php:418
|
|
627
637
|
msgid "Please choose a valid (.zip) assets archive."
|
|
628
638
|
msgstr ""
|
|
629
639
|
|
|
630
|
-
#: src/blocks/iframe/class-wp-rest-newspack-iframe-controller.php:
|
|
640
|
+
#: src/blocks/iframe/class-wp-rest-newspack-iframe-controller.php:497
|
|
641
|
+
#: src/blocks/iframe/class-wp-rest-newspack-iframe-controller.php:513
|
|
631
642
|
msgid "Could not upload your document."
|
|
632
643
|
msgstr ""
|
|
633
644
|
|
|
634
645
|
#. Translators: %s is a list of supported file extensions for uploading.
|
|
635
|
-
#: src/blocks/iframe/class-wp-rest-newspack-iframe-controller.php:
|
|
646
|
+
#: src/blocks/iframe/class-wp-rest-newspack-iframe-controller.php:531
|
|
636
647
|
#, php-format
|
|
637
648
|
msgid ""
|
|
638
649
|
"Error reading the archive. Please make sure it's a valid .zip archive file "
|
|
@@ -640,16 +651,16 @@ msgid ""
|
|
|
640
651
|
msgstr ""
|
|
641
652
|
|
|
642
653
|
#. translators: %s: iframe entry file (e.g. index,html)
|
|
643
|
-
#: src/blocks/iframe/class-wp-rest-newspack-iframe-controller.php:
|
|
654
|
+
#: src/blocks/iframe/class-wp-rest-newspack-iframe-controller.php:648
|
|
644
655
|
#, php-format
|
|
645
656
|
msgid "Required %s entrypoint file was not found in the archive."
|
|
646
657
|
msgstr ""
|
|
647
658
|
|
|
648
|
-
#: src/blocks/iframe/class-wp-rest-newspack-iframe-controller.php:
|
|
659
|
+
#: src/blocks/iframe/class-wp-rest-newspack-iframe-controller.php:696
|
|
649
660
|
msgid "Could not delete the directory. Invalid path."
|
|
650
661
|
msgstr ""
|
|
651
662
|
|
|
652
|
-
#: src/blocks/iframe/class-wp-rest-newspack-iframe-controller.php:
|
|
663
|
+
#: src/blocks/iframe/class-wp-rest-newspack-iframe-controller.php:711
|
|
653
664
|
msgid "Could not delete the directory."
|
|
654
665
|
msgstr ""
|
|
655
666
|
|
|
@@ -661,19 +672,15 @@ msgstr ""
|
|
|
661
672
|
msgid "Continue"
|
|
662
673
|
msgstr ""
|
|
663
674
|
|
|
664
|
-
#: src/modal-checkout/templates/form-
|
|
665
|
-
msgid "Transaction details"
|
|
666
|
-
msgstr ""
|
|
667
|
-
|
|
668
|
-
#: src/modal-checkout/templates/form-coupon.php:17
|
|
675
|
+
#: src/modal-checkout/templates/form-coupon.php:26
|
|
669
676
|
msgid "Apply a coupon code"
|
|
670
677
|
msgstr ""
|
|
671
678
|
|
|
672
|
-
#: src/modal-checkout/templates/form-coupon.php:
|
|
679
|
+
#: src/modal-checkout/templates/form-coupon.php:28
|
|
673
680
|
msgid "Coupon code"
|
|
674
681
|
msgstr ""
|
|
675
682
|
|
|
676
|
-
#: src/modal-checkout/templates/form-coupon.php:
|
|
683
|
+
#: src/modal-checkout/templates/form-coupon.php:29
|
|
677
684
|
msgid "Apply coupon"
|
|
678
685
|
msgstr ""
|
|
679
686
|
|
|
@@ -689,17 +696,17 @@ msgstr ""
|
|
|
689
696
|
msgid "Recipient: "
|
|
690
697
|
msgstr ""
|
|
691
698
|
|
|
692
|
-
#: src/modal-checkout/templates/thankyou.php:
|
|
699
|
+
#: src/modal-checkout/templates/thankyou.php:101
|
|
693
700
|
msgid ""
|
|
694
701
|
"Unfortunately your order cannot be processed. Please attempt your purchase "
|
|
695
702
|
"again."
|
|
696
703
|
msgstr ""
|
|
697
704
|
|
|
698
|
-
#: src/modal-checkout/templates/thankyou.php:
|
|
705
|
+
#: src/modal-checkout/templates/thankyou.php:104
|
|
699
706
|
msgid "Pay"
|
|
700
707
|
msgstr ""
|
|
701
708
|
|
|
702
|
-
#: src/modal-checkout/templates/thankyou.php:
|
|
709
|
+
#: src/modal-checkout/templates/thankyou.php:106
|
|
703
710
|
msgid "My account"
|
|
704
711
|
msgstr ""
|
|
705
712
|
|
|
@@ -710,1319 +717,1349 @@ msgid " <a href=\"%1$s\">More by %2$s</a>"
|
|
|
710
717
|
msgstr ""
|
|
711
718
|
|
|
712
719
|
#. translators: %s: indicates which slide the slider is on.
|
|
713
|
-
#: dist/carousel/view.js:2 dist/editor.js:
|
|
720
|
+
#: dist/carousel/view.js:2 dist/editor.js:22
|
|
714
721
|
#: src/blocks/carousel/create-swiper.js:104
|
|
715
722
|
msgid "Slide %s"
|
|
716
723
|
msgstr ""
|
|
717
724
|
|
|
718
725
|
#. translators: %1$s: current slide number, %2$s: total number of slides
|
|
719
|
-
#: dist/carousel/view.js:3 dist/editor.js:
|
|
726
|
+
#: dist/carousel/view.js:3 dist/editor.js:23
|
|
720
727
|
#: src/blocks/carousel/create-swiper.js:156
|
|
721
728
|
msgid "Slide %1$s of %2$s"
|
|
722
729
|
msgstr ""
|
|
723
730
|
|
|
724
731
|
#. translators: %s: the title of the image.
|
|
725
|
-
#: dist/carousel/view.js:3 dist/editor.js:
|
|
732
|
+
#: dist/carousel/view.js:3 dist/editor.js:23
|
|
726
733
|
#: src/blocks/carousel/create-swiper.js:164
|
|
727
734
|
msgid "Image: %s,"
|
|
728
735
|
msgstr ""
|
|
729
736
|
|
|
730
|
-
#: dist/carousel/view.js:3 dist/editor.js:
|
|
737
|
+
#: dist/carousel/view.js:3 dist/editor.js:23
|
|
731
738
|
#: src/blocks/carousel/create-swiper.js:213
|
|
732
739
|
msgid "Playing"
|
|
733
740
|
msgstr ""
|
|
734
741
|
|
|
735
|
-
#: dist/carousel/view.js:3 dist/editor.js:
|
|
742
|
+
#: dist/carousel/view.js:3 dist/editor.js:23
|
|
736
743
|
#: src/blocks/carousel/create-swiper.js:218
|
|
737
744
|
msgid "Paused"
|
|
738
745
|
msgstr ""
|
|
739
746
|
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
747
|
+
#. translators: label for small text size option
|
|
748
|
+
#. translators: label for small avatar size option
|
|
749
|
+
#. translators: label for small size option
|
|
750
|
+
#: dist/editor.js:17 dist/editor.js:54 src/blocks/author-profile/edit.js:136
|
|
751
|
+
#: src/blocks/author-profile/edit.js:160
|
|
752
|
+
msgid "Small"
|
|
753
|
+
msgstr "Klein"
|
|
743
754
|
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
755
|
+
#. translators: abbreviation for small text size option
|
|
756
|
+
#. translators: abbreviation for small avatar size option
|
|
757
|
+
#. translators: abbreviation for small size
|
|
758
|
+
#: dist/editor.js:17 dist/editor.js:54 src/blocks/author-profile/edit.js:137
|
|
759
|
+
#: src/blocks/author-profile/edit.js:161
|
|
760
|
+
msgid "S"
|
|
761
|
+
msgstr "S"
|
|
747
762
|
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
763
|
+
#. translators: label for medium text size option
|
|
764
|
+
#. translators: label for medium avatar size option
|
|
765
|
+
#. translators: label for medium size option
|
|
766
|
+
#: dist/editor.js:17 dist/editor.js:54 src/blocks/author-profile/edit.js:141
|
|
767
|
+
#: src/blocks/author-profile/edit.js:165
|
|
768
|
+
msgid "Medium"
|
|
769
|
+
msgstr "Mittel"
|
|
751
770
|
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
771
|
+
#. translators: abbreviation for medium text size option
|
|
772
|
+
#. translators: abbreviation for medium avatar size option
|
|
773
|
+
#. translators: abbreviation for medium size
|
|
774
|
+
#: dist/editor.js:17 dist/editor.js:54 src/blocks/author-profile/edit.js:142
|
|
775
|
+
#: src/blocks/author-profile/edit.js:166
|
|
776
|
+
msgid "M"
|
|
777
|
+
msgstr "M"
|
|
757
778
|
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
#:
|
|
762
|
-
#: src/
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
msgstr "(kein Titel)"
|
|
779
|
+
#. translators: label for small text size option
|
|
780
|
+
#. translators: label for large avatar size option
|
|
781
|
+
#. translators: label for large size option
|
|
782
|
+
#: dist/editor.js:17 dist/editor.js:54 src/blocks/author-profile/edit.js:146
|
|
783
|
+
#: src/blocks/author-profile/edit.js:170
|
|
784
|
+
msgid "Large"
|
|
785
|
+
msgstr "Groß"
|
|
766
786
|
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
#: src/
|
|
771
|
-
|
|
772
|
-
|
|
787
|
+
#. translators: abbreviation for large text size option
|
|
788
|
+
#. translators: abbreviation for large avatar size option
|
|
789
|
+
#. translators: abbreviation for large size
|
|
790
|
+
#: dist/editor.js:17 dist/editor.js:54 src/blocks/author-profile/edit.js:147
|
|
791
|
+
#: src/blocks/author-profile/edit.js:171
|
|
792
|
+
msgid "L"
|
|
793
|
+
msgstr "L"
|
|
773
794
|
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
795
|
+
#. translators: label for extra-large text size option
|
|
796
|
+
#. translators: label for extra large size option
|
|
797
|
+
#: dist/editor.js:17 dist/editor.js:54 src/blocks/author-profile/edit.js:151
|
|
798
|
+
msgid "Extra Large"
|
|
799
|
+
msgstr "Extra Groß"
|
|
777
800
|
|
|
778
|
-
|
|
779
|
-
|
|
801
|
+
#. translators: abbreviation for small text size option
|
|
802
|
+
#. translators: abbreviation for extra-large avatar size option
|
|
803
|
+
#. translators: abbreviation for extra large size
|
|
804
|
+
#: dist/editor.js:17 dist/editor.js:54 src/blocks/author-profile/edit.js:152
|
|
805
|
+
#: src/blocks/author-profile/edit.js:176
|
|
806
|
+
msgid "XL"
|
|
807
|
+
msgstr "XL"
|
|
808
|
+
|
|
809
|
+
#. translators: label for extra-large avatar size option
|
|
810
|
+
#: dist/editor.js:17 src/blocks/author-profile/edit.js:175
|
|
811
|
+
msgid "Extra-large"
|
|
812
|
+
msgstr "Extra Groß"
|
|
813
|
+
|
|
814
|
+
#: dist/editor.js:17 src/blocks/author-profile/edit.js:205
|
|
815
|
+
msgid "Select a layout to start with:"
|
|
780
816
|
msgstr ""
|
|
781
817
|
|
|
782
|
-
|
|
783
|
-
|
|
818
|
+
#. translators: %s: error text for when no authors are found.
|
|
819
|
+
#: dist/editor.js:18 dist/editor.js:19 src/blocks/author-profile/edit.js:420
|
|
820
|
+
#: src/blocks/author-profile/edit.js:431
|
|
821
|
+
msgid "No authors or guest authors found for ID %s."
|
|
784
822
|
msgstr ""
|
|
785
823
|
|
|
786
|
-
#: dist/editor.js:
|
|
787
|
-
msgid "
|
|
824
|
+
#: dist/editor.js:19 src/blocks/author-profile/edit.js:464
|
|
825
|
+
msgid "Error fetching authors for this post."
|
|
788
826
|
msgstr ""
|
|
789
827
|
|
|
790
|
-
#: dist/editor.js:
|
|
791
|
-
msgid "
|
|
828
|
+
#: dist/editor.js:19 src/blocks/author-profile/edit.js:495
|
|
829
|
+
msgid "Error fetching byline authors."
|
|
792
830
|
msgstr ""
|
|
793
831
|
|
|
794
|
-
#: dist/editor.js:
|
|
795
|
-
|
|
832
|
+
#: dist/editor.js:19 dist/editor.js:23 dist/editor.js:54
|
|
833
|
+
#: src/blocks/author-profile/edit.js:557 src/blocks/carousel/edit.js:237
|
|
834
|
+
msgid "Display"
|
|
796
835
|
msgstr ""
|
|
797
836
|
|
|
798
|
-
#: dist/editor.js:
|
|
799
|
-
msgid "
|
|
837
|
+
#: dist/editor.js:19 src/blocks/author-profile/edit.js:559
|
|
838
|
+
msgid "Show authors without bio"
|
|
800
839
|
msgstr ""
|
|
801
840
|
|
|
802
|
-
#: dist/editor.js:
|
|
803
|
-
msgid "
|
|
804
|
-
msgstr "
|
|
841
|
+
#: dist/editor.js:19 src/blocks/author-profile/edit.js:560
|
|
842
|
+
msgid "Display author profiles even if their bio is empty."
|
|
843
|
+
msgstr ""
|
|
805
844
|
|
|
806
|
-
#: dist/editor.js:
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
845
|
+
#: dist/editor.js:19 dist/editor.js:23 dist/editor.js:39 dist/editor.js:54
|
|
846
|
+
#: dist/editor.js:66 src/blocks/author-profile/edit.js:568
|
|
847
|
+
#: src/blocks/carousel/edit.js:209 src/blocks/checkout-button/edit.js:311
|
|
848
|
+
#: src/blocks/video-playlist/edit.js:191
|
|
849
|
+
msgid "Settings"
|
|
810
850
|
msgstr ""
|
|
811
851
|
|
|
812
|
-
#: dist/editor.js:
|
|
813
|
-
msgid "
|
|
852
|
+
#: dist/editor.js:19 src/blocks/author-profile/edit.js:570
|
|
853
|
+
msgid "Text size"
|
|
814
854
|
msgstr ""
|
|
815
855
|
|
|
816
|
-
#: dist/editor.js:
|
|
817
|
-
|
|
856
|
+
#: dist/editor.js:19 dist/editor.js:35 src/blocks/author-list/edit.js:277
|
|
857
|
+
#: src/blocks/author-profile/edit.js:585
|
|
858
|
+
msgid "Avatar"
|
|
818
859
|
msgstr ""
|
|
819
860
|
|
|
820
|
-
#: dist/editor.js:
|
|
821
|
-
|
|
861
|
+
#: dist/editor.js:19 dist/editor.js:35 src/blocks/author-list/edit.js:279
|
|
862
|
+
#: src/blocks/author-profile/edit.js:587
|
|
863
|
+
msgid "Display avatar"
|
|
822
864
|
msgstr ""
|
|
823
865
|
|
|
824
|
-
#: dist/editor.js:
|
|
825
|
-
|
|
866
|
+
#: dist/editor.js:19 dist/editor.js:35 src/blocks/author-list/edit.js:285
|
|
867
|
+
#: src/blocks/author-profile/edit.js:594
|
|
868
|
+
msgid "Hide default avatar"
|
|
826
869
|
msgstr ""
|
|
827
870
|
|
|
828
|
-
#: dist/editor.js:
|
|
829
|
-
|
|
830
|
-
|
|
871
|
+
#: dist/editor.js:19 dist/editor.js:35 dist/editor.js:60
|
|
872
|
+
#: src/blocks/author-list/edit.js:292 src/blocks/author-profile/edit.js:602
|
|
873
|
+
msgid "Size"
|
|
874
|
+
msgstr ""
|
|
831
875
|
|
|
832
|
-
#: dist/editor.js:
|
|
833
|
-
|
|
834
|
-
|
|
876
|
+
#: dist/editor.js:19 dist/editor.js:35 src/blocks/author-list/edit.js:293
|
|
877
|
+
#: src/blocks/author-profile/edit.js:603
|
|
878
|
+
msgid "Avatar size"
|
|
879
|
+
msgstr ""
|
|
835
880
|
|
|
836
|
-
#: dist/editor.js:
|
|
837
|
-
|
|
881
|
+
#: dist/editor.js:19 dist/editor.js:35 src/blocks/author-list/edit.js:306
|
|
882
|
+
#: src/blocks/author-profile/edit.js:616
|
|
883
|
+
msgid "Border radius"
|
|
838
884
|
msgstr ""
|
|
839
885
|
|
|
840
|
-
#: dist/editor.js:
|
|
841
|
-
|
|
886
|
+
#: dist/editor.js:19 dist/editor.js:35 src/blocks/author-list/edit.js:307
|
|
887
|
+
#: src/blocks/author-profile/edit.js:617
|
|
888
|
+
msgid "Avatar border radius"
|
|
842
889
|
msgstr ""
|
|
843
890
|
|
|
844
|
-
|
|
845
|
-
#:
|
|
846
|
-
|
|
891
|
+
#: dist/editor.js:19 dist/editor.js:20 dist/editor.js:35
|
|
892
|
+
#: src/blocks/author-list/edit.js:446 src/blocks/author-profile/edit.js:638
|
|
893
|
+
#: src/blocks/author-profile/edit.js:959
|
|
894
|
+
msgid "Fetching authors…"
|
|
847
895
|
msgstr ""
|
|
848
896
|
|
|
849
|
-
#: dist/editor.js:
|
|
850
|
-
|
|
897
|
+
#: dist/editor.js:19 dist/editor.js:35 src/blocks/author-list/edit.js:345
|
|
898
|
+
#: src/blocks/author-profile/edit.js:652
|
|
899
|
+
msgid "Show avatar on left"
|
|
851
900
|
msgstr ""
|
|
852
901
|
|
|
853
|
-
#: dist/editor.js:
|
|
854
|
-
|
|
902
|
+
#: dist/editor.js:19 dist/editor.js:35 src/blocks/author-list/edit.js:351
|
|
903
|
+
#: src/blocks/author-profile/edit.js:658
|
|
904
|
+
msgid "Show avatar on right"
|
|
855
905
|
msgstr ""
|
|
856
906
|
|
|
857
|
-
#: dist/editor.js:
|
|
858
|
-
|
|
907
|
+
#: dist/editor.js:19 dist/editor.js:35 src/blocks/author-list/edit.js:362
|
|
908
|
+
#: src/blocks/author-profile/edit.js:670
|
|
909
|
+
msgid "Edit selection"
|
|
859
910
|
msgstr ""
|
|
860
911
|
|
|
861
|
-
#: dist/editor.js:
|
|
862
|
-
msgid "
|
|
912
|
+
#: dist/editor.js:19 src/blocks/author-profile/edit.js:690
|
|
913
|
+
msgid "Select a type:"
|
|
863
914
|
msgstr ""
|
|
864
915
|
|
|
865
|
-
#: dist/editor.js:
|
|
866
|
-
msgid "
|
|
916
|
+
#: dist/editor.js:19 src/blocks/author-profile/edit.js:693
|
|
917
|
+
msgid "Contextual"
|
|
867
918
|
msgstr ""
|
|
868
919
|
|
|
869
|
-
#: dist/editor.js:
|
|
870
|
-
msgid "
|
|
920
|
+
#: dist/editor.js:19 src/blocks/author-profile/edit.js:696
|
|
921
|
+
msgid "Specific"
|
|
871
922
|
msgstr ""
|
|
872
923
|
|
|
873
|
-
#: dist/editor.js:
|
|
874
|
-
msgid "
|
|
924
|
+
#: dist/editor.js:19 src/blocks/author-profile/edit.js:712
|
|
925
|
+
msgid ""
|
|
926
|
+
"This block was created with a block theme and is not supported in the "
|
|
927
|
+
"current theme. It will render using the classic layout on the frontend."
|
|
875
928
|
msgstr ""
|
|
876
929
|
|
|
877
|
-
#: dist/editor.js:
|
|
878
|
-
|
|
879
|
-
|
|
930
|
+
#: dist/editor.js:19 dist/editor.js:20 src/blocks/author-profile/edit.js:744
|
|
931
|
+
#: src/blocks/author-profile/edit.js:900
|
|
932
|
+
msgid "Author bio is hidden because Custom Byline is active on this post."
|
|
933
|
+
msgstr ""
|
|
880
934
|
|
|
881
|
-
#: dist/editor.js:
|
|
882
|
-
|
|
935
|
+
#: dist/editor.js:19 dist/editor.js:20 src/blocks/author-profile/edit.js:763
|
|
936
|
+
#: src/blocks/author-profile/edit.js:964
|
|
937
|
+
msgid "Search for an author to display"
|
|
883
938
|
msgstr ""
|
|
884
939
|
|
|
885
|
-
#: dist/editor.js:
|
|
886
|
-
|
|
940
|
+
#: dist/editor.js:19 dist/editor.js:20 src/blocks/author-profile/edit.js:764
|
|
941
|
+
#: src/blocks/author-profile/edit.js:965
|
|
942
|
+
msgid "Begin typing name, click autocomplete result to select."
|
|
887
943
|
msgstr ""
|
|
888
944
|
|
|
889
|
-
#: dist/editor.js:
|
|
890
|
-
|
|
945
|
+
#: dist/editor.js:19 dist/editor.js:20 dist/editor.js:23 dist/editor.js:35
|
|
946
|
+
#: src/blocks/author-list/edit.js:249 src/blocks/author-profile/edit.js:785
|
|
947
|
+
#: src/blocks/author-profile/edit.js:994 src/components/query-controls.js:80
|
|
948
|
+
#: src/components/query-controls.js:95
|
|
949
|
+
msgid "(no name)"
|
|
950
|
+
msgstr "(kein Name)"
|
|
951
|
+
|
|
952
|
+
#: dist/editor.js:19 dist/editor.js:20 dist/editor.js:26 dist/editor.js:35
|
|
953
|
+
#: dist/editor.js:36 src/blocks/author-list/edit.js:256
|
|
954
|
+
#: src/blocks/author-list/index.js:48 src/blocks/author-profile/edit.js:807
|
|
955
|
+
#: src/blocks/author-profile/edit.js:1021 src/blocks/author-profile/index.js:50
|
|
956
|
+
msgid "author"
|
|
891
957
|
msgstr ""
|
|
892
958
|
|
|
893
|
-
#: dist/editor.js:
|
|
894
|
-
|
|
959
|
+
#: dist/editor.js:19 dist/editor.js:20 dist/editor.js:35
|
|
960
|
+
#: src/blocks/author-list/edit.js:257 src/blocks/author-profile/edit.js:808
|
|
961
|
+
#: src/blocks/author-profile/edit.js:1022
|
|
962
|
+
msgid "authors"
|
|
895
963
|
msgstr ""
|
|
896
964
|
|
|
897
|
-
#: dist/editor.js:
|
|
898
|
-
|
|
965
|
+
#: dist/editor.js:19 dist/editor.js:20 src/blocks/author-profile/edit.js:822
|
|
966
|
+
#: src/blocks/author-profile/edit.js:913
|
|
967
|
+
msgid "No authors found for this post."
|
|
899
968
|
msgstr ""
|
|
900
969
|
|
|
901
|
-
#: dist/editor.js:
|
|
902
|
-
msgid "
|
|
970
|
+
#: dist/editor.js:19 src/blocks/author-profile/edit.js:851
|
|
971
|
+
msgid "Preview author"
|
|
903
972
|
msgstr ""
|
|
904
973
|
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
msgid "
|
|
974
|
+
#. translators: %d: number of authors
|
|
975
|
+
#: dist/editor.js:20 src/blocks/author-profile/edit.js:860
|
|
976
|
+
msgid "Previewing 1 of %d authors. All authors display on frontend."
|
|
908
977
|
msgstr ""
|
|
909
978
|
|
|
910
979
|
#. translators: label for square aspect ratio option
|
|
911
|
-
#: dist/editor.js:
|
|
980
|
+
#: dist/editor.js:23 src/blocks/carousel/edit.js:181
|
|
912
981
|
msgid "Square"
|
|
913
982
|
msgstr ""
|
|
914
983
|
|
|
915
984
|
#. translators: abbreviation for 1:1 aspect ratio
|
|
916
|
-
#: dist/editor.js:
|
|
985
|
+
#: dist/editor.js:23 src/blocks/carousel/edit.js:182
|
|
917
986
|
msgid "1:1"
|
|
918
987
|
msgstr ""
|
|
919
988
|
|
|
920
989
|
#. translators: label for 4:3 aspect ratio option
|
|
921
990
|
#. translators: abbreviation for 4:3 aspect ratio
|
|
922
|
-
#: dist/editor.js:
|
|
923
|
-
#: src/blocks/carousel/edit.js:
|
|
991
|
+
#: dist/editor.js:23 src/blocks/carousel/edit.js:186
|
|
992
|
+
#: src/blocks/carousel/edit.js:187
|
|
924
993
|
msgid "4:3"
|
|
925
994
|
msgstr ""
|
|
926
995
|
|
|
927
996
|
#. translators: label for 16:9 aspect ratio option
|
|
928
997
|
#. translators: abbreviation for 16:9 aspect ratio
|
|
929
|
-
#: dist/editor.js:
|
|
930
|
-
#: src/blocks/carousel/edit.js:
|
|
998
|
+
#: dist/editor.js:23 src/blocks/carousel/edit.js:191
|
|
999
|
+
#: src/blocks/carousel/edit.js:192
|
|
931
1000
|
msgid "16:9"
|
|
932
1001
|
msgstr ""
|
|
933
1002
|
|
|
934
1003
|
#. translators: label for 3:4 aspect ratio option
|
|
935
1004
|
#. translators: abbreviation for 3:4 aspect ratio
|
|
936
|
-
#: dist/editor.js:
|
|
937
|
-
#: src/blocks/carousel/edit.js:
|
|
1005
|
+
#: dist/editor.js:23 src/blocks/carousel/edit.js:196
|
|
1006
|
+
#: src/blocks/carousel/edit.js:197
|
|
938
1007
|
msgid "3:4"
|
|
939
1008
|
msgstr ""
|
|
940
1009
|
|
|
941
1010
|
#. translators: label for 9:16 aspect ratio option
|
|
942
1011
|
#. translators: abbreviation for 9:16 aspect ratio
|
|
943
|
-
#: dist/editor.js:
|
|
944
|
-
#: src/blocks/carousel/edit.js:
|
|
1012
|
+
#: dist/editor.js:23 src/blocks/carousel/edit.js:201
|
|
1013
|
+
#: src/blocks/carousel/edit.js:202
|
|
945
1014
|
msgid "9:16"
|
|
946
1015
|
msgstr ""
|
|
947
1016
|
|
|
948
|
-
#: dist/editor.js:
|
|
949
|
-
#: dist/editor.js:57 src/blocks/author-profile/edit.js:568
|
|
950
|
-
#: src/blocks/carousel/edit.js:208 src/blocks/checkout-button/edit.js:300
|
|
951
|
-
#: src/blocks/video-playlist/edit.js:191
|
|
952
|
-
msgid "Settings"
|
|
953
|
-
msgstr ""
|
|
954
|
-
|
|
955
|
-
#: dist/editor.js:7 dist/editor.js:10 dist/editor.js:45
|
|
956
|
-
#: src/blocks/author-profile/edit.js:557 src/blocks/carousel/edit.js:236
|
|
957
|
-
msgid "Display"
|
|
958
|
-
msgstr ""
|
|
959
|
-
|
|
960
|
-
#: dist/editor.js:7 src/blocks/carousel/edit.js:238
|
|
1017
|
+
#: dist/editor.js:23 src/blocks/carousel/edit.js:239
|
|
961
1018
|
msgid "Hide Controls"
|
|
962
1019
|
msgstr ""
|
|
963
1020
|
|
|
964
|
-
#: dist/editor.js:
|
|
1021
|
+
#: dist/editor.js:23 src/blocks/carousel/edit.js:240
|
|
965
1022
|
msgid "Remove navigation indicators from view."
|
|
966
1023
|
msgstr ""
|
|
967
1024
|
|
|
968
|
-
#: dist/editor.js:
|
|
1025
|
+
#: dist/editor.js:23 src/blocks/carousel/edit.js:247
|
|
969
1026
|
msgid "Autoplay"
|
|
970
1027
|
msgstr "Autoplay"
|
|
971
1028
|
|
|
972
|
-
#: dist/editor.js:
|
|
1029
|
+
#: dist/editor.js:23 src/blocks/carousel/edit.js:248
|
|
973
1030
|
msgid "Automatically advance through slides."
|
|
974
1031
|
msgstr ""
|
|
975
1032
|
|
|
976
|
-
#: dist/editor.js:
|
|
1033
|
+
#: dist/editor.js:23 src/blocks/carousel/edit.js:256
|
|
977
1034
|
msgid "Transition delay"
|
|
978
1035
|
msgstr ""
|
|
979
1036
|
|
|
980
|
-
#: dist/editor.js:
|
|
1037
|
+
#: dist/editor.js:23 src/blocks/carousel/edit.js:263
|
|
981
1038
|
msgid "Set the waiting time between automatic slide transitions in seconds."
|
|
982
1039
|
msgstr ""
|
|
983
1040
|
|
|
984
|
-
#: dist/editor.js:
|
|
1041
|
+
#: dist/editor.js:23 src/blocks/carousel/edit.js:269
|
|
985
1042
|
msgid "Slides per view"
|
|
986
1043
|
msgstr ""
|
|
987
1044
|
|
|
988
|
-
#: dist/editor.js:
|
|
1045
|
+
#: dist/editor.js:23 src/blocks/carousel/edit.js:278
|
|
989
1046
|
msgid "Choose how many slides appear on screen simultaneously."
|
|
990
1047
|
msgstr ""
|
|
991
1048
|
|
|
992
|
-
#: dist/editor.js:
|
|
1049
|
+
#: dist/editor.js:23 dist/editor.js:60 src/blocks/carousel/edit.js:283
|
|
993
1050
|
msgid "Featured Image"
|
|
994
1051
|
msgstr ""
|
|
995
1052
|
|
|
996
|
-
#: dist/editor.js:
|
|
1053
|
+
#: dist/editor.js:23 src/blocks/carousel/edit.js:285
|
|
997
1054
|
msgid "Aspect ratio"
|
|
998
1055
|
msgstr ""
|
|
999
1056
|
|
|
1000
|
-
#: dist/editor.js:
|
|
1057
|
+
#: dist/editor.js:23 src/blocks/carousel/edit.js:286
|
|
1001
1058
|
msgid "All slides will share the same aspect ratio, for consistency."
|
|
1002
1059
|
msgstr ""
|
|
1003
1060
|
|
|
1004
|
-
#: dist/editor.js:
|
|
1061
|
+
#: dist/editor.js:23 src/blocks/carousel/edit.js:297
|
|
1005
1062
|
msgid "Fit"
|
|
1006
1063
|
msgstr ""
|
|
1007
1064
|
|
|
1008
|
-
#: dist/editor.js:
|
|
1065
|
+
#: dist/editor.js:23 src/blocks/carousel/edit.js:300
|
|
1009
1066
|
msgid "The image will fill the entire slide and will be cropped if necessary."
|
|
1010
1067
|
msgstr ""
|
|
1011
1068
|
|
|
1012
|
-
#: dist/editor.js:
|
|
1069
|
+
#: dist/editor.js:23 src/blocks/carousel/edit.js:301
|
|
1013
1070
|
msgid ""
|
|
1014
1071
|
"The image will be resized to fit inside the slide without being cropped."
|
|
1015
1072
|
msgstr ""
|
|
1016
1073
|
|
|
1017
|
-
#: dist/editor.js:
|
|
1074
|
+
#: dist/editor.js:23 src/blocks/carousel/edit.js:308
|
|
1018
1075
|
msgid "Cover"
|
|
1019
1076
|
msgstr ""
|
|
1020
1077
|
|
|
1021
|
-
#: dist/editor.js:
|
|
1078
|
+
#: dist/editor.js:23 src/blocks/carousel/edit.js:309
|
|
1022
1079
|
msgid "Contain"
|
|
1023
1080
|
msgstr ""
|
|
1024
1081
|
|
|
1025
|
-
#: dist/editor.js:
|
|
1082
|
+
#: dist/editor.js:23 dist/editor.js:60 src/blocks/carousel/edit.js:312
|
|
1026
1083
|
msgid "Show caption"
|
|
1027
1084
|
msgstr ""
|
|
1028
1085
|
|
|
1029
|
-
#: dist/editor.js:
|
|
1086
|
+
#: dist/editor.js:23 dist/editor.js:60 src/blocks/carousel/edit.js:317
|
|
1030
1087
|
msgid "Show credit"
|
|
1031
1088
|
msgstr ""
|
|
1032
1089
|
|
|
1033
|
-
#: dist/editor.js:
|
|
1090
|
+
#: dist/editor.js:23 dist/editor.js:60 src/blocks/carousel/edit.js:322
|
|
1034
1091
|
msgid "Post Meta"
|
|
1035
1092
|
msgstr ""
|
|
1036
1093
|
|
|
1037
|
-
#: dist/editor.js:
|
|
1094
|
+
#: dist/editor.js:23 src/blocks/carousel/edit.js:324
|
|
1038
1095
|
msgid "Show title"
|
|
1039
1096
|
msgstr ""
|
|
1040
1097
|
|
|
1041
|
-
#: dist/editor.js:
|
|
1098
|
+
#: dist/editor.js:23 dist/editor.js:60 src/blocks/carousel/edit.js:329
|
|
1042
1099
|
msgid "Show date"
|
|
1043
1100
|
msgstr ""
|
|
1044
1101
|
|
|
1045
|
-
#: dist/editor.js:
|
|
1102
|
+
#: dist/editor.js:23 dist/editor.js:60 src/blocks/carousel/edit.js:334
|
|
1046
1103
|
msgid "Show category"
|
|
1047
1104
|
msgstr ""
|
|
1048
1105
|
|
|
1049
|
-
#: dist/editor.js:
|
|
1106
|
+
#: dist/editor.js:23 dist/editor.js:60 src/blocks/carousel/edit.js:339
|
|
1107
|
+
msgid "Show tag labels"
|
|
1108
|
+
msgstr ""
|
|
1109
|
+
|
|
1110
|
+
#: dist/editor.js:23 dist/editor.js:60 src/blocks/carousel/edit.js:344
|
|
1050
1111
|
msgid "Show author"
|
|
1051
1112
|
msgstr ""
|
|
1052
1113
|
|
|
1053
|
-
#: dist/editor.js:
|
|
1114
|
+
#: dist/editor.js:23 dist/editor.js:60 src/blocks/carousel/edit.js:349
|
|
1054
1115
|
msgid "Show avatar"
|
|
1055
1116
|
msgstr ""
|
|
1056
1117
|
|
|
1057
|
-
#: dist/editor.js:
|
|
1118
|
+
#: dist/editor.js:23 src/blocks/carousel/index.js:28
|
|
1058
1119
|
msgid "Content Carousel"
|
|
1059
1120
|
msgstr ""
|
|
1060
1121
|
|
|
1061
|
-
#: dist/editor.js:
|
|
1122
|
+
#: dist/editor.js:23 dist/editor.js:60 src/blocks/carousel/index.js:40
|
|
1062
1123
|
#: src/blocks/homepage-articles/index.js:42
|
|
1063
1124
|
msgid "posts"
|
|
1064
1125
|
msgstr "Beiträge"
|
|
1065
1126
|
|
|
1066
|
-
#: dist/editor.js:
|
|
1127
|
+
#: dist/editor.js:23 dist/editor.js:60 src/blocks/carousel/index.js:41
|
|
1067
1128
|
#: src/blocks/homepage-articles/index.js:43
|
|
1068
1129
|
msgid "articles"
|
|
1069
1130
|
msgstr "Artikel"
|
|
1070
1131
|
|
|
1071
|
-
#: dist/editor.js:
|
|
1132
|
+
#: dist/editor.js:23 dist/editor.js:60 src/blocks/carousel/index.js:42
|
|
1072
1133
|
#: src/blocks/homepage-articles/index.js:44
|
|
1073
1134
|
msgid "latest"
|
|
1074
1135
|
msgstr "letzten"
|
|
1075
1136
|
|
|
1076
|
-
#: dist/editor.js:
|
|
1137
|
+
#: dist/editor.js:23 dist/editor.js:60 src/blocks/carousel/index.js:43
|
|
1077
1138
|
#: src/blocks/homepage-articles/index.js:46
|
|
1078
1139
|
msgid "query"
|
|
1079
1140
|
msgstr ""
|
|
1080
1141
|
|
|
1081
|
-
#: dist/editor.js:
|
|
1142
|
+
#: dist/editor.js:23 src/blocks/carousel/index.js:45
|
|
1082
1143
|
msgid ""
|
|
1083
1144
|
"An advanced block that displays content in a carousel format with "
|
|
1084
1145
|
"customizable parameters and visual configurations."
|
|
1085
1146
|
msgstr ""
|
|
1086
1147
|
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
#: dist/editor.js:8 dist/editor.js:45 src/blocks/author-profile/edit.js:136
|
|
1091
|
-
#: src/blocks/author-profile/edit.js:160
|
|
1092
|
-
msgid "Small"
|
|
1093
|
-
msgstr "Klein"
|
|
1094
|
-
|
|
1095
|
-
#. translators: abbreviation for small text size option
|
|
1096
|
-
#. translators: abbreviation for small avatar size option
|
|
1097
|
-
#. translators: abbreviation for small size
|
|
1098
|
-
#: dist/editor.js:8 dist/editor.js:45 src/blocks/author-profile/edit.js:137
|
|
1099
|
-
#: src/blocks/author-profile/edit.js:161
|
|
1100
|
-
msgid "S"
|
|
1101
|
-
msgstr "S"
|
|
1102
|
-
|
|
1103
|
-
#. translators: label for medium text size option
|
|
1104
|
-
#. translators: label for medium avatar size option
|
|
1105
|
-
#. translators: label for medium size option
|
|
1106
|
-
#: dist/editor.js:8 dist/editor.js:45 src/blocks/author-profile/edit.js:141
|
|
1107
|
-
#: src/blocks/author-profile/edit.js:165
|
|
1108
|
-
msgid "Medium"
|
|
1109
|
-
msgstr "Mittel"
|
|
1110
|
-
|
|
1111
|
-
#. translators: abbreviation for medium text size option
|
|
1112
|
-
#. translators: abbreviation for medium avatar size option
|
|
1113
|
-
#. translators: abbreviation for medium size
|
|
1114
|
-
#: dist/editor.js:8 dist/editor.js:45 src/blocks/author-profile/edit.js:142
|
|
1115
|
-
#: src/blocks/author-profile/edit.js:166
|
|
1116
|
-
msgid "M"
|
|
1117
|
-
msgstr "M"
|
|
1118
|
-
|
|
1119
|
-
#. translators: label for small text size option
|
|
1120
|
-
#. translators: label for large avatar size option
|
|
1121
|
-
#. translators: label for large size option
|
|
1122
|
-
#: dist/editor.js:8 dist/editor.js:45 src/blocks/author-profile/edit.js:146
|
|
1123
|
-
#: src/blocks/author-profile/edit.js:170
|
|
1124
|
-
msgid "Large"
|
|
1125
|
-
msgstr "Groß"
|
|
1126
|
-
|
|
1127
|
-
#. translators: abbreviation for large text size option
|
|
1128
|
-
#. translators: abbreviation for large avatar size option
|
|
1129
|
-
#. translators: abbreviation for large size
|
|
1130
|
-
#: dist/editor.js:8 dist/editor.js:45 src/blocks/author-profile/edit.js:147
|
|
1131
|
-
#: src/blocks/author-profile/edit.js:171
|
|
1132
|
-
msgid "L"
|
|
1133
|
-
msgstr "L"
|
|
1134
|
-
|
|
1135
|
-
#. translators: label for extra-large text size option
|
|
1136
|
-
#. translators: label for extra large size option
|
|
1137
|
-
#: dist/editor.js:8 dist/editor.js:45 src/blocks/author-profile/edit.js:151
|
|
1138
|
-
msgid "Extra Large"
|
|
1139
|
-
msgstr "Extra Groß"
|
|
1140
|
-
|
|
1141
|
-
#. translators: abbreviation for small text size option
|
|
1142
|
-
#. translators: abbreviation for extra-large avatar size option
|
|
1143
|
-
#. translators: abbreviation for extra large size
|
|
1144
|
-
#: dist/editor.js:8 dist/editor.js:45 src/blocks/author-profile/edit.js:152
|
|
1145
|
-
#: src/blocks/author-profile/edit.js:176
|
|
1146
|
-
msgid "XL"
|
|
1147
|
-
msgstr "XL"
|
|
1148
|
+
#: dist/editor.js:23
|
|
1149
|
+
msgid "The post content."
|
|
1150
|
+
msgstr ""
|
|
1148
1151
|
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
msgstr "Extra Groß"
|
|
1152
|
+
#: dist/editor.js:23
|
|
1153
|
+
msgid "The post excerpt."
|
|
1154
|
+
msgstr ""
|
|
1153
1155
|
|
|
1154
|
-
#: dist/editor.js:
|
|
1155
|
-
msgid "
|
|
1156
|
+
#: dist/editor.js:23
|
|
1157
|
+
msgid "Full post content."
|
|
1156
1158
|
msgstr ""
|
|
1157
1159
|
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
#: src/blocks/author-profile/edit.js:431
|
|
1161
|
-
msgid "No authors or guest authors found for ID %s."
|
|
1160
|
+
#: dist/editor.js:23
|
|
1161
|
+
msgid "Post Subtitle"
|
|
1162
1162
|
msgstr ""
|
|
1163
1163
|
|
|
1164
|
-
#: dist/editor.js:
|
|
1165
|
-
msgid "
|
|
1164
|
+
#: dist/editor.js:23
|
|
1165
|
+
msgid "Post Title"
|
|
1166
1166
|
msgstr ""
|
|
1167
1167
|
|
|
1168
|
-
#: dist/editor.js:
|
|
1169
|
-
msgid "
|
|
1168
|
+
#: dist/editor.js:23
|
|
1169
|
+
msgid "by"
|
|
1170
|
+
msgstr "von"
|
|
1171
|
+
|
|
1172
|
+
#: dist/editor.js:23 src/components/query-controls.js:324
|
|
1173
|
+
msgid "Category"
|
|
1170
1174
|
msgstr ""
|
|
1171
1175
|
|
|
1172
|
-
#: dist/editor.js:
|
|
1173
|
-
msgid "
|
|
1176
|
+
#: dist/editor.js:23
|
|
1177
|
+
msgid "Featured image caption"
|
|
1174
1178
|
msgstr ""
|
|
1175
1179
|
|
|
1176
|
-
#: dist/editor.js:
|
|
1177
|
-
msgid "
|
|
1180
|
+
#: dist/editor.js:23 src/blocks/shared/author.js:14
|
|
1181
|
+
msgid "Biographical info"
|
|
1178
1182
|
msgstr ""
|
|
1179
1183
|
|
|
1180
|
-
#: dist/editor.js:
|
|
1181
|
-
msgid "
|
|
1184
|
+
#: dist/editor.js:23 src/blocks/shared/author.js:18
|
|
1185
|
+
msgid "Social links"
|
|
1182
1186
|
msgstr ""
|
|
1183
1187
|
|
|
1184
|
-
#: dist/editor.js:
|
|
1185
|
-
|
|
1186
|
-
msgid "Avatar"
|
|
1188
|
+
#: dist/editor.js:23 src/blocks/shared/author.js:22
|
|
1189
|
+
msgid "Email address"
|
|
1187
1190
|
msgstr ""
|
|
1188
1191
|
|
|
1189
|
-
#: dist/editor.js:
|
|
1190
|
-
|
|
1191
|
-
msgid "Display avatar"
|
|
1192
|
+
#: dist/editor.js:23 src/blocks/shared/author.js:26
|
|
1193
|
+
msgid "Link to author archive"
|
|
1192
1194
|
msgstr ""
|
|
1193
1195
|
|
|
1194
|
-
#: dist/editor.js:
|
|
1195
|
-
|
|
1196
|
-
msgid "Hide default avatar"
|
|
1196
|
+
#: dist/editor.js:23 src/blocks/shared/author.js:33
|
|
1197
|
+
msgid "Display the following fields:"
|
|
1197
1198
|
msgstr ""
|
|
1198
1199
|
|
|
1199
|
-
#: dist/editor.js:
|
|
1200
|
-
|
|
1201
|
-
msgid "Size"
|
|
1200
|
+
#: dist/editor.js:23 src/components/editor-panels.js:44
|
|
1201
|
+
msgid "Listings"
|
|
1202
1202
|
msgstr ""
|
|
1203
1203
|
|
|
1204
|
-
#: dist/editor.js:
|
|
1205
|
-
|
|
1206
|
-
msgid "Avatar size"
|
|
1204
|
+
#: dist/editor.js:23 src/components/editor-panels.js:63
|
|
1205
|
+
msgid "Post Types"
|
|
1207
1206
|
msgstr ""
|
|
1208
1207
|
|
|
1209
|
-
#: dist/editor.js:
|
|
1210
|
-
|
|
1211
|
-
msgid "Border radius"
|
|
1208
|
+
#: dist/editor.js:23 src/components/editor-panels.js:76
|
|
1209
|
+
msgid "Additional Post Statuses"
|
|
1212
1210
|
msgstr ""
|
|
1213
1211
|
|
|
1214
|
-
#: dist/editor.js:
|
|
1215
|
-
|
|
1216
|
-
|
|
1212
|
+
#: dist/editor.js:23 src/components/editor-panels.js:78
|
|
1213
|
+
msgid ""
|
|
1214
|
+
"Selection here has effect only for editors, regular users will only see "
|
|
1215
|
+
"published posts."
|
|
1217
1216
|
msgstr ""
|
|
1218
1217
|
|
|
1219
|
-
#: dist/editor.js:
|
|
1220
|
-
#: src/blocks/
|
|
1221
|
-
#: src/
|
|
1222
|
-
|
|
1218
|
+
#: dist/editor.js:23 dist/editor.js:63 src/blocks/video-playlist/edit.js:137
|
|
1219
|
+
#: src/blocks/video-playlist/edit.js:158 src/components/query-controls.js:26
|
|
1220
|
+
#: src/components/query-controls.js:28 src/components/query-controls.js:45
|
|
1221
|
+
#: src/components/query-controls.js:64 src/components/query-controls.js:140
|
|
1222
|
+
#: src/components/query-controls.js:167 src/components/query-controls.js:181
|
|
1223
|
+
#: src/components/query-controls.js:236
|
|
1224
|
+
msgid "(no title)"
|
|
1225
|
+
msgstr "(kein Titel)"
|
|
1226
|
+
|
|
1227
|
+
#: dist/editor.js:23 src/components/query-controls.js:147
|
|
1228
|
+
msgid "Deleted category"
|
|
1223
1229
|
msgstr ""
|
|
1224
1230
|
|
|
1225
|
-
#: dist/editor.js:
|
|
1226
|
-
|
|
1227
|
-
msgid "Show avatar on left"
|
|
1231
|
+
#: dist/editor.js:23 src/components/query-controls.js:188
|
|
1232
|
+
msgid "Deleted tag"
|
|
1228
1233
|
msgstr ""
|
|
1229
1234
|
|
|
1230
|
-
#: dist/editor.js:
|
|
1231
|
-
|
|
1232
|
-
msgid "Show avatar on right"
|
|
1235
|
+
#: dist/editor.js:23 src/components/query-controls.js:288
|
|
1236
|
+
msgid "Mode"
|
|
1233
1237
|
msgstr ""
|
|
1234
1238
|
|
|
1235
|
-
#: dist/editor.js:
|
|
1236
|
-
|
|
1237
|
-
msgid "Edit selection"
|
|
1239
|
+
#: dist/editor.js:23 src/components/query-controls.js:300
|
|
1240
|
+
msgid "The block will display only the specifically selected content."
|
|
1238
1241
|
msgstr ""
|
|
1239
1242
|
|
|
1240
|
-
#: dist/editor.js:
|
|
1241
|
-
msgid "
|
|
1243
|
+
#: dist/editor.js:23 src/components/query-controls.js:301
|
|
1244
|
+
msgid "The block will display content based on the filtering settings below."
|
|
1242
1245
|
msgstr ""
|
|
1243
1246
|
|
|
1244
|
-
#: dist/editor.js:
|
|
1245
|
-
msgid "
|
|
1247
|
+
#: dist/editor.js:23 src/components/query-controls.js:305
|
|
1248
|
+
msgid "Dynamic"
|
|
1246
1249
|
msgstr ""
|
|
1247
1250
|
|
|
1248
|
-
#: dist/editor.js:
|
|
1249
|
-
msgid "
|
|
1251
|
+
#: dist/editor.js:23 src/components/query-controls.js:306
|
|
1252
|
+
msgid "Static"
|
|
1250
1253
|
msgstr ""
|
|
1251
1254
|
|
|
1252
|
-
#: dist/editor.js:
|
|
1255
|
+
#: dist/editor.js:23 src/components/query-controls.js:315
|
|
1256
|
+
msgid "Content"
|
|
1257
|
+
msgstr "Inhalt"
|
|
1258
|
+
|
|
1259
|
+
#: dist/editor.js:23 src/components/query-controls.js:316
|
|
1253
1260
|
msgid ""
|
|
1254
|
-
"
|
|
1255
|
-
"
|
|
1261
|
+
"Begin typing any word in a title. Click on an autocomplete result to select "
|
|
1262
|
+
"it."
|
|
1256
1263
|
msgstr ""
|
|
1257
1264
|
|
|
1258
|
-
#: dist/editor.js:
|
|
1259
|
-
|
|
1260
|
-
msgid "Author bio is hidden because Custom Byline is active on this post."
|
|
1265
|
+
#: dist/editor.js:23 src/components/query-controls.js:329
|
|
1266
|
+
msgid "is one of"
|
|
1261
1267
|
msgstr ""
|
|
1262
1268
|
|
|
1263
|
-
#: dist/editor.js:
|
|
1264
|
-
|
|
1265
|
-
msgid "Search for an author to display"
|
|
1269
|
+
#: dist/editor.js:23 src/components/query-controls.js:330
|
|
1270
|
+
msgid "is all of"
|
|
1266
1271
|
msgstr ""
|
|
1267
1272
|
|
|
1268
|
-
#: dist/editor.js:
|
|
1269
|
-
|
|
1270
|
-
msgid "Begin typing name, click autocomplete result to select."
|
|
1273
|
+
#: dist/editor.js:23 src/components/query-controls.js:353
|
|
1274
|
+
msgid "Include subcategories"
|
|
1271
1275
|
msgstr ""
|
|
1272
1276
|
|
|
1273
|
-
#: dist/editor.js:
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1277
|
+
#: dist/editor.js:23 src/components/query-controls.js:362
|
|
1278
|
+
msgid "Tags"
|
|
1279
|
+
msgstr "Schlagwörter"
|
|
1280
|
+
|
|
1281
|
+
#: dist/editor.js:23 src/components/query-controls.js:371
|
|
1282
|
+
msgid "Authors"
|
|
1283
|
+
msgstr "Autoren"
|
|
1284
|
+
|
|
1285
|
+
#: dist/editor.js:23 src/components/query-controls.js:393
|
|
1286
|
+
msgid "Excluded categories"
|
|
1278
1287
|
msgstr ""
|
|
1279
1288
|
|
|
1280
|
-
#: dist/editor.js:
|
|
1281
|
-
|
|
1282
|
-
#: src/blocks/author-profile/edit.js:1022
|
|
1283
|
-
msgid "authors"
|
|
1289
|
+
#: dist/editor.js:23 src/components/query-controls.js:402
|
|
1290
|
+
msgid "Excluded tags"
|
|
1284
1291
|
msgstr ""
|
|
1285
1292
|
|
|
1286
|
-
|
|
1287
|
-
#: src/
|
|
1288
|
-
msgid "
|
|
1293
|
+
#. translators: %s is the custom taxonomy label.
|
|
1294
|
+
#: dist/editor.js:26 src/components/query-controls.js:414
|
|
1295
|
+
msgid "Excluded %s"
|
|
1289
1296
|
msgstr ""
|
|
1290
1297
|
|
|
1291
|
-
#: dist/editor.js:
|
|
1292
|
-
msgid "
|
|
1298
|
+
#: dist/editor.js:26 src/components/query-controls.js:427
|
|
1299
|
+
msgid "Allow duplicate content"
|
|
1293
1300
|
msgstr ""
|
|
1294
1301
|
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
msgid "Previewing 1 of %d authors. All authors display on frontend."
|
|
1302
|
+
#: dist/editor.js:26 src/components/query-controls.js:428
|
|
1303
|
+
msgid "Exclude this block from the page's deduplication logic."
|
|
1298
1304
|
msgstr ""
|
|
1299
1305
|
|
|
1300
|
-
#: dist/editor.js:
|
|
1306
|
+
#: dist/editor.js:26
|
|
1301
1307
|
msgid "Post-Checkout Button"
|
|
1302
1308
|
msgstr ""
|
|
1303
1309
|
|
|
1304
|
-
#: dist/editor.js:
|
|
1310
|
+
#: dist/editor.js:26
|
|
1305
1311
|
msgid ""
|
|
1306
1312
|
"After a successful purchase, a button will be presented to finish the "
|
|
1307
1313
|
"process."
|
|
1308
1314
|
msgstr ""
|
|
1309
1315
|
|
|
1310
|
-
#: dist/editor.js:
|
|
1316
|
+
#: dist/editor.js:26
|
|
1311
1317
|
msgid "Close the modal"
|
|
1312
1318
|
msgstr ""
|
|
1313
1319
|
|
|
1314
|
-
#: dist/editor.js:
|
|
1320
|
+
#: dist/editor.js:26
|
|
1315
1321
|
msgid "Go to a custom URL"
|
|
1316
1322
|
msgstr ""
|
|
1317
1323
|
|
|
1318
|
-
#: dist/editor.js:
|
|
1324
|
+
#: dist/editor.js:26
|
|
1319
1325
|
msgid "Go to the previous page"
|
|
1320
1326
|
msgstr ""
|
|
1321
1327
|
|
|
1322
|
-
#: dist/editor.js:
|
|
1328
|
+
#: dist/editor.js:26
|
|
1323
1329
|
msgid "Button Label"
|
|
1324
1330
|
msgstr ""
|
|
1325
1331
|
|
|
1326
|
-
#: dist/editor.js:
|
|
1332
|
+
#: dist/editor.js:26
|
|
1327
1333
|
msgid "Custom URL"
|
|
1328
1334
|
msgstr ""
|
|
1329
1335
|
|
|
1330
|
-
#: dist/editor.js:
|
|
1336
|
+
#: dist/editor.js:26
|
|
1331
1337
|
msgid "https://example.com"
|
|
1332
1338
|
msgstr ""
|
|
1333
1339
|
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1340
|
+
#: dist/editor.js:26 src/shared/js/utils.js:39
|
|
1341
|
+
msgctxt "post author"
|
|
1342
|
+
msgid "and"
|
|
1343
|
+
msgstr ""
|
|
1344
|
+
|
|
1345
|
+
#: dist/editor.js:26 dist/editor.js:35 src/blocks/author-list/edit.js:437
|
|
1337
1346
|
#: src/blocks/author-list/index.js:28
|
|
1338
1347
|
msgid "Author List"
|
|
1339
1348
|
msgstr ""
|
|
1340
1349
|
|
|
1341
|
-
#: dist/editor.js:
|
|
1350
|
+
#: dist/editor.js:26 dist/editor.js:36 src/blocks/author-list/index.js:48
|
|
1342
1351
|
#: src/blocks/author-profile/index.js:50
|
|
1343
1352
|
msgid "profile"
|
|
1344
1353
|
msgstr ""
|
|
1345
1354
|
|
|
1346
|
-
#: dist/editor.js:
|
|
1355
|
+
#: dist/editor.js:26 src/blocks/author-list/index.js:49
|
|
1347
1356
|
msgid "Display a list of author profile cards."
|
|
1348
1357
|
msgstr ""
|
|
1349
1358
|
|
|
1350
|
-
#: dist/editor.js:
|
|
1359
|
+
#: dist/editor.js:26 src/blocks/author-list/edit.js:107
|
|
1351
1360
|
#: src/blocks/author-list/edit.js:111
|
|
1352
1361
|
msgid "Error fetching authors."
|
|
1353
1362
|
msgstr ""
|
|
1354
1363
|
|
|
1355
|
-
#: dist/editor.js:
|
|
1364
|
+
#: dist/editor.js:26 src/blocks/author-list/edit.js:132
|
|
1356
1365
|
msgid "Author List Settings"
|
|
1357
1366
|
msgstr ""
|
|
1358
1367
|
|
|
1359
|
-
#: dist/editor.js:
|
|
1368
|
+
#: dist/editor.js:26 src/blocks/author-list/edit.js:136
|
|
1360
1369
|
msgid "Author Type"
|
|
1361
1370
|
msgstr ""
|
|
1362
1371
|
|
|
1363
1372
|
#. translators: %s: help text for author type selection.
|
|
1364
|
-
#: dist/editor.js:
|
|
1373
|
+
#: dist/editor.js:29 src/blocks/author-list/edit.js:139
|
|
1365
1374
|
msgid "%s will be displayed."
|
|
1366
1375
|
msgstr ""
|
|
1367
1376
|
|
|
1368
|
-
#: dist/editor.js:
|
|
1377
|
+
#: dist/editor.js:29 src/blocks/author-list/edit.js:141
|
|
1369
1378
|
msgid "Both guest authors and WP users"
|
|
1370
1379
|
msgstr ""
|
|
1371
1380
|
|
|
1372
1381
|
#. translators: %s: currently selected author type option.
|
|
1373
|
-
#: dist/editor.js:
|
|
1382
|
+
#: dist/editor.js:32 src/blocks/author-list/edit.js:144
|
|
1374
1383
|
msgid "%s only"
|
|
1375
1384
|
msgstr ""
|
|
1376
1385
|
|
|
1377
|
-
#: dist/editor.js:
|
|
1386
|
+
#: dist/editor.js:32 src/blocks/author-list/edit.js:146
|
|
1378
1387
|
#: src/blocks/author-list/edit.js:153
|
|
1379
1388
|
msgid "Guest authors"
|
|
1380
1389
|
msgstr ""
|
|
1381
1390
|
|
|
1382
|
-
#: dist/editor.js:
|
|
1391
|
+
#: dist/editor.js:32 src/blocks/author-list/edit.js:147
|
|
1383
1392
|
#: src/blocks/author-list/edit.js:154
|
|
1384
1393
|
msgid "WP users"
|
|
1385
1394
|
msgstr ""
|
|
1386
1395
|
|
|
1387
|
-
#: dist/editor.js:
|
|
1396
|
+
#: dist/editor.js:32 src/blocks/author-list/edit.js:152
|
|
1388
1397
|
msgid "All authors"
|
|
1389
1398
|
msgstr ""
|
|
1390
1399
|
|
|
1391
|
-
#: dist/editor.js:
|
|
1400
|
+
#: dist/editor.js:32 dist/editor.js:35 dist/editor.js:54
|
|
1392
1401
|
#: src/blocks/author-list/edit.js:163 src/blocks/author-list/edit.js:332
|
|
1393
1402
|
msgid "Columns"
|
|
1394
1403
|
msgstr "Spalten"
|
|
1395
1404
|
|
|
1396
|
-
#: dist/editor.js:
|
|
1405
|
+
#: dist/editor.js:32 src/blocks/author-list/edit.js:174
|
|
1397
1406
|
msgid "WP User Roles"
|
|
1398
1407
|
msgstr ""
|
|
1399
1408
|
|
|
1400
|
-
#: dist/editor.js:
|
|
1409
|
+
#: dist/editor.js:32 src/blocks/author-list/edit.js:195
|
|
1401
1410
|
msgid "Display alphabetical separators"
|
|
1402
1411
|
msgstr ""
|
|
1403
1412
|
|
|
1404
|
-
#: dist/editor.js:
|
|
1413
|
+
#: dist/editor.js:32 src/blocks/author-list/edit.js:196
|
|
1405
1414
|
msgid "Chunk authors alphabetically."
|
|
1406
1415
|
msgstr ""
|
|
1407
1416
|
|
|
1408
|
-
#: dist/editor.js:
|
|
1417
|
+
#: dist/editor.js:32 src/blocks/author-list/edit.js:204
|
|
1409
1418
|
msgid "Group authors by alphabet"
|
|
1410
1419
|
msgstr ""
|
|
1411
1420
|
|
|
1412
|
-
#: dist/editor.js:
|
|
1421
|
+
#: dist/editor.js:32 src/blocks/author-list/edit.js:205
|
|
1413
1422
|
msgid "Display each alphabetical chunk as a discrete section."
|
|
1414
1423
|
msgstr ""
|
|
1415
1424
|
|
|
1416
|
-
#: dist/editor.js:
|
|
1425
|
+
#: dist/editor.js:32 src/blocks/author-list/edit.js:215
|
|
1417
1426
|
msgid "Exclude authors with 0 posts"
|
|
1418
1427
|
msgstr ""
|
|
1419
1428
|
|
|
1420
1429
|
#. translators: %s: help message for "include empty authors" toggle.
|
|
1421
|
-
#: dist/editor.js:
|
|
1430
|
+
#: dist/editor.js:35 src/blocks/author-list/edit.js:218
|
|
1422
1431
|
msgid "Authors with no published posts will be %s."
|
|
1423
1432
|
msgstr ""
|
|
1424
1433
|
|
|
1425
|
-
#: dist/editor.js:
|
|
1434
|
+
#: dist/editor.js:35 src/blocks/author-list/edit.js:219
|
|
1426
1435
|
msgid "hidden"
|
|
1427
1436
|
msgstr ""
|
|
1428
1437
|
|
|
1429
|
-
#: dist/editor.js:
|
|
1438
|
+
#: dist/editor.js:35 src/blocks/author-list/edit.js:219
|
|
1430
1439
|
msgid "displayed"
|
|
1431
1440
|
msgstr ""
|
|
1432
1441
|
|
|
1433
|
-
#: dist/editor.js:
|
|
1442
|
+
#: dist/editor.js:35 src/blocks/author-list/edit.js:227
|
|
1434
1443
|
msgid "Search by author name"
|
|
1435
1444
|
msgstr ""
|
|
1436
1445
|
|
|
1437
|
-
#: dist/editor.js:
|
|
1446
|
+
#: dist/editor.js:35 src/blocks/author-list/edit.js:228
|
|
1438
1447
|
msgid "Authors selected here will not be displayed."
|
|
1439
1448
|
msgstr ""
|
|
1440
1449
|
|
|
1441
|
-
#: dist/editor.js:
|
|
1450
|
+
#: dist/editor.js:35 src/blocks/author-list/edit.js:263
|
|
1442
1451
|
msgid "Author Profile Settings"
|
|
1443
1452
|
msgstr ""
|
|
1444
1453
|
|
|
1445
|
-
#: dist/editor.js:
|
|
1454
|
+
#: dist/editor.js:35 src/blocks/author-list/edit.js:265
|
|
1446
1455
|
msgid "Text Size"
|
|
1447
1456
|
msgstr ""
|
|
1448
1457
|
|
|
1449
|
-
#: dist/editor.js:
|
|
1458
|
+
#: dist/editor.js:35 src/blocks/author-list/edit.js:324
|
|
1450
1459
|
msgid "List"
|
|
1451
1460
|
msgstr ""
|
|
1452
1461
|
|
|
1453
|
-
#: dist/editor.js:
|
|
1462
|
+
#: dist/editor.js:35 dist/editor.js:36
|
|
1454
1463
|
#: src/blocks/author-profile/templates.js:72
|
|
1455
1464
|
#: src/blocks/author-profile/templates.js:81
|
|
1456
1465
|
#: src/blocks/author-profile/templates.js:127
|
|
1457
1466
|
msgid "Author Name"
|
|
1458
1467
|
msgstr ""
|
|
1459
1468
|
|
|
1460
|
-
#: dist/editor.js:
|
|
1469
|
+
#: dist/editor.js:35 src/blocks/author-profile/templates.js:92
|
|
1461
1470
|
#: src/blocks/author-profile/templates.js:101
|
|
1462
1471
|
msgid "Job Title"
|
|
1463
1472
|
msgstr ""
|
|
1464
1473
|
|
|
1465
|
-
#: dist/editor.js:
|
|
1474
|
+
#: dist/editor.js:35 src/blocks/author-profile/templates.js:120
|
|
1466
1475
|
msgid "Role"
|
|
1467
1476
|
msgstr ""
|
|
1468
1477
|
|
|
1469
|
-
#: dist/editor.js:
|
|
1478
|
+
#: dist/editor.js:35 src/blocks/author-profile/templates.js:121
|
|
1470
1479
|
msgid "Employer"
|
|
1471
1480
|
msgstr ""
|
|
1472
1481
|
|
|
1473
|
-
#: dist/editor.js:
|
|
1482
|
+
#: dist/editor.js:35 src/blocks/author-profile/templates.js:122
|
|
1474
1483
|
msgid "Biography"
|
|
1475
1484
|
msgstr ""
|
|
1476
1485
|
|
|
1477
|
-
#: dist/editor.js:
|
|
1486
|
+
#: dist/editor.js:36 src/blocks/author-profile/variations.js:49
|
|
1478
1487
|
msgid "Avatar left"
|
|
1479
1488
|
msgstr ""
|
|
1480
1489
|
|
|
1481
|
-
#: dist/editor.js:
|
|
1490
|
+
#: dist/editor.js:36 src/blocks/author-profile/variations.js:50
|
|
1482
1491
|
msgid "Avatar on the left, content on the right."
|
|
1483
1492
|
msgstr ""
|
|
1484
1493
|
|
|
1485
|
-
#: dist/editor.js:
|
|
1494
|
+
#: dist/editor.js:36 src/blocks/author-profile/variations.js:59
|
|
1486
1495
|
msgid "Avatar right"
|
|
1487
1496
|
msgstr ""
|
|
1488
1497
|
|
|
1489
|
-
#: dist/editor.js:
|
|
1498
|
+
#: dist/editor.js:36 src/blocks/author-profile/variations.js:60
|
|
1490
1499
|
msgid "Content on the left, avatar on the right."
|
|
1491
1500
|
msgstr ""
|
|
1492
1501
|
|
|
1493
|
-
#: dist/editor.js:
|
|
1502
|
+
#: dist/editor.js:36 src/blocks/author-profile/variations.js:68
|
|
1494
1503
|
msgid "Centered"
|
|
1495
1504
|
msgstr ""
|
|
1496
1505
|
|
|
1497
|
-
#: dist/editor.js:
|
|
1506
|
+
#: dist/editor.js:36 src/blocks/author-profile/variations.js:69
|
|
1498
1507
|
msgid "Large centered avatar with center-aligned text."
|
|
1499
1508
|
msgstr ""
|
|
1500
1509
|
|
|
1501
|
-
#: dist/editor.js:
|
|
1510
|
+
#: dist/editor.js:36 src/blocks/author-profile/variations.js:77
|
|
1502
1511
|
msgid "Compact"
|
|
1503
1512
|
msgstr ""
|
|
1504
1513
|
|
|
1505
|
-
#: dist/editor.js:
|
|
1514
|
+
#: dist/editor.js:36 src/blocks/author-profile/variations.js:78
|
|
1506
1515
|
msgid "No avatar, vertical stack."
|
|
1507
1516
|
msgstr ""
|
|
1508
1517
|
|
|
1509
|
-
#: dist/editor.js:
|
|
1518
|
+
#: dist/editor.js:36 src/blocks/author-profile/index.js:51
|
|
1510
1519
|
msgid "Display an author profile card."
|
|
1511
1520
|
msgstr ""
|
|
1512
1521
|
|
|
1513
|
-
#: dist/editor.js:
|
|
1522
|
+
#: dist/editor.js:36 src/blocks/checkout-button/coupon-control.js:103
|
|
1523
|
+
#: src/blocks/checkout-button/coupon-control.js:133
|
|
1524
|
+
msgid "Coupon"
|
|
1525
|
+
msgstr ""
|
|
1526
|
+
|
|
1527
|
+
#: dist/editor.js:36 dist/editor.js:39
|
|
1528
|
+
#: src/blocks/checkout-button/coupon-control.js:108
|
|
1529
|
+
#: src/blocks/checkout-button/edit.js:177
|
|
1530
|
+
msgid "Edit"
|
|
1531
|
+
msgstr ""
|
|
1532
|
+
|
|
1533
|
+
#: dist/editor.js:36 src/blocks/checkout-button/coupon-control.js:120
|
|
1534
|
+
msgid "Remove"
|
|
1535
|
+
msgstr ""
|
|
1536
|
+
|
|
1537
|
+
#: dist/editor.js:36 src/blocks/checkout-button/coupon-control.js:131
|
|
1538
|
+
msgid "Coupons are not available"
|
|
1539
|
+
msgstr ""
|
|
1540
|
+
|
|
1541
|
+
#: dist/editor.js:36 src/blocks/checkout-button/coupon-control.js:131
|
|
1542
|
+
msgid "Type to search for a coupon…"
|
|
1543
|
+
msgstr ""
|
|
1544
|
+
|
|
1545
|
+
#: dist/editor.js:36 dist/editor.js:63 src/blocks/checkout-button/edit.js:75
|
|
1514
1546
|
#: src/blocks/iframe/edit.js:178
|
|
1515
1547
|
msgid "Width"
|
|
1516
1548
|
msgstr ""
|
|
1517
1549
|
|
|
1518
1550
|
#. translators: %s: product ID.
|
|
1519
|
-
#: dist/editor.js:
|
|
1551
|
+
#: dist/editor.js:39 src/blocks/checkout-button/edit.js:129
|
|
1520
1552
|
msgid "Could not find a product with ID %s. Please select a different product."
|
|
1521
1553
|
msgstr ""
|
|
1522
1554
|
|
|
1523
|
-
#: dist/editor.js:
|
|
1524
|
-
#: src/blocks/checkout-button/edit.js:
|
|
1555
|
+
#: dist/editor.js:39 src/blocks/checkout-button/edit.js:170
|
|
1556
|
+
#: src/blocks/checkout-button/edit.js:187
|
|
1525
1557
|
msgid "Product"
|
|
1526
1558
|
msgstr ""
|
|
1527
1559
|
|
|
1528
|
-
#: dist/editor.js:
|
|
1560
|
+
#: dist/editor.js:39 src/blocks/checkout-button/edit.js:175
|
|
1529
1561
|
msgid "Change the selected product"
|
|
1530
1562
|
msgstr ""
|
|
1531
1563
|
|
|
1532
|
-
#: dist/editor.js:
|
|
1533
|
-
msgid "Edit"
|
|
1534
|
-
msgstr ""
|
|
1535
|
-
|
|
1536
|
-
#: dist/editor.js:33 src/blocks/checkout-button/edit.js:180
|
|
1564
|
+
#: dist/editor.js:39 src/blocks/checkout-button/edit.js:186
|
|
1537
1565
|
msgid "Type to search for a product…"
|
|
1538
1566
|
msgstr ""
|
|
1539
1567
|
|
|
1540
|
-
#: dist/editor.js:
|
|
1568
|
+
#: dist/editor.js:39 src/blocks/checkout-button/edit.js:321
|
|
1541
1569
|
msgid "Allow the reader to select the variation before checkout."
|
|
1542
1570
|
msgstr ""
|
|
1543
1571
|
|
|
1544
|
-
#: dist/editor.js:
|
|
1572
|
+
#: dist/editor.js:39 src/blocks/checkout-button/edit.js:332
|
|
1545
1573
|
msgid "Variation"
|
|
1546
1574
|
msgstr ""
|
|
1547
1575
|
|
|
1548
|
-
#: dist/editor.js:
|
|
1576
|
+
#: dist/editor.js:39 src/blocks/checkout-button/edit.js:333
|
|
1549
1577
|
msgid "Select the product variation to be added to cart."
|
|
1550
1578
|
msgstr ""
|
|
1551
1579
|
|
|
1580
|
+
#. translators: %s: the coupon code stored on the block.
|
|
1581
|
+
#: dist/editor.js:42 src/blocks/checkout-button/edit.js:364
|
|
1582
|
+
msgid "Donation products do not support coupons. \"%s\" will not be applied."
|
|
1583
|
+
msgstr ""
|
|
1584
|
+
|
|
1585
|
+
#: dist/editor.js:42 src/blocks/checkout-button/edit.js:367
|
|
1586
|
+
msgid "Donation products do not support coupons."
|
|
1587
|
+
msgstr ""
|
|
1588
|
+
|
|
1552
1589
|
#. translators: %s is either 'enabled' or 'disabled'.
|
|
1553
|
-
#: dist/editor.js:
|
|
1590
|
+
#: dist/editor.js:42 dist/editor.js:54 src/blocks/checkout-button/edit.js:375
|
|
1554
1591
|
msgid "After purchase"
|
|
1555
1592
|
msgstr ""
|
|
1556
1593
|
|
|
1557
|
-
#: dist/editor.js:
|
|
1594
|
+
#: dist/editor.js:42 src/blocks/checkout-button/edit.js:379
|
|
1558
1595
|
msgid "Name Your Price"
|
|
1559
1596
|
msgstr ""
|
|
1560
1597
|
|
|
1561
|
-
#: dist/editor.js:
|
|
1598
|
+
#: dist/editor.js:42 src/blocks/checkout-button/edit.js:381
|
|
1562
1599
|
msgid ""
|
|
1563
1600
|
"This product has \"Name Your Price\" toggled on. You can set the custom "
|
|
1564
1601
|
"price for this checkout."
|
|
1565
1602
|
msgstr ""
|
|
1566
1603
|
|
|
1567
|
-
#: dist/editor.js:
|
|
1604
|
+
#: dist/editor.js:42 src/blocks/checkout-button/edit.js:387
|
|
1568
1605
|
msgid "Suggested price:"
|
|
1569
1606
|
msgstr ""
|
|
1570
1607
|
|
|
1571
|
-
#: dist/editor.js:
|
|
1608
|
+
#: dist/editor.js:42 src/blocks/checkout-button/edit.js:391
|
|
1572
1609
|
msgid "Minimum price:"
|
|
1573
1610
|
msgstr ""
|
|
1574
1611
|
|
|
1575
|
-
#: dist/editor.js:
|
|
1612
|
+
#: dist/editor.js:42 src/blocks/checkout-button/edit.js:397
|
|
1576
1613
|
msgid "Maximum price:"
|
|
1577
1614
|
msgstr ""
|
|
1578
1615
|
|
|
1579
|
-
#: dist/editor.js:
|
|
1616
|
+
#: dist/editor.js:42 src/blocks/checkout-button/edit.js:403
|
|
1580
1617
|
msgid "Custom Price"
|
|
1581
1618
|
msgstr ""
|
|
1582
1619
|
|
|
1583
1620
|
#. Translators: %s is the frequency (e.g. per month, per year).
|
|
1584
|
-
#: dist/editor.js:
|
|
1621
|
+
#: dist/editor.js:45
|
|
1585
1622
|
msgctxt "per `Frequency`"
|
|
1586
1623
|
msgid "per %s"
|
|
1587
1624
|
msgstr ""
|
|
1588
1625
|
|
|
1589
|
-
#: dist/editor.js:
|
|
1626
|
+
#: dist/editor.js:48
|
|
1590
1627
|
msgid "Frequency"
|
|
1591
1628
|
msgstr ""
|
|
1592
1629
|
|
|
1593
|
-
#: dist/editor.js:
|
|
1630
|
+
#: dist/editor.js:48
|
|
1594
1631
|
msgid "Tiers"
|
|
1595
1632
|
msgstr ""
|
|
1596
1633
|
|
|
1597
|
-
#: dist/editor.js:
|
|
1634
|
+
#: dist/editor.js:48
|
|
1598
1635
|
msgid "Heading…"
|
|
1599
1636
|
msgstr ""
|
|
1600
1637
|
|
|
1601
|
-
#: dist/editor.js:
|
|
1638
|
+
#: dist/editor.js:48
|
|
1602
1639
|
msgid "…"
|
|
1603
1640
|
msgstr ""
|
|
1604
1641
|
|
|
1605
|
-
#: dist/editor.js:
|
|
1642
|
+
#: dist/editor.js:48
|
|
1606
1643
|
msgid "Button text…"
|
|
1607
1644
|
msgstr ""
|
|
1608
1645
|
|
|
1609
|
-
#: dist/editor.js:
|
|
1646
|
+
#: dist/editor.js:48
|
|
1610
1647
|
msgid "Description…"
|
|
1611
1648
|
msgstr ""
|
|
1612
1649
|
|
|
1613
|
-
#: dist/editor.js:
|
|
1650
|
+
#: dist/editor.js:48
|
|
1614
1651
|
msgid "Thank you text…"
|
|
1615
1652
|
msgstr ""
|
|
1616
1653
|
|
|
1617
|
-
#: dist/editor.js:
|
|
1654
|
+
#: dist/editor.js:48
|
|
1618
1655
|
msgid "Low-tier"
|
|
1619
1656
|
msgstr ""
|
|
1620
1657
|
|
|
1621
|
-
#: dist/editor.js:
|
|
1658
|
+
#: dist/editor.js:48
|
|
1622
1659
|
msgid "Mid-tier"
|
|
1623
1660
|
msgstr ""
|
|
1624
1661
|
|
|
1625
|
-
#: dist/editor.js:
|
|
1662
|
+
#: dist/editor.js:48
|
|
1626
1663
|
msgid "High-tier"
|
|
1627
1664
|
msgstr ""
|
|
1628
1665
|
|
|
1629
|
-
#: dist/editor.js:
|
|
1666
|
+
#: dist/editor.js:48 src/blocks/donate/index.js:41
|
|
1630
1667
|
msgid "donate"
|
|
1631
1668
|
msgstr "Spenden"
|
|
1632
1669
|
|
|
1633
|
-
#: dist/editor.js:
|
|
1670
|
+
#: dist/editor.js:48 src/blocks/donate/index.js:41
|
|
1634
1671
|
msgid "memberships"
|
|
1635
1672
|
msgstr "Mitgliedschaften"
|
|
1636
1673
|
|
|
1637
|
-
#: dist/editor.js:
|
|
1674
|
+
#: dist/editor.js:48 src/blocks/donate/index.js:41
|
|
1638
1675
|
msgid "subscriptions"
|
|
1639
1676
|
msgstr "Abonnements"
|
|
1640
1677
|
|
|
1641
|
-
#: dist/editor.js:
|
|
1678
|
+
#: dist/editor.js:48 src/blocks/donate/index.js:44
|
|
1642
1679
|
msgid "Manually place a donation block on any post or page on your site."
|
|
1643
1680
|
msgstr ""
|
|
1644
1681
|
|
|
1645
|
-
#: dist/editor.js:
|
|
1682
|
+
#: dist/editor.js:48 dist/editor.js:63 src/blocks/donate/index.js:46
|
|
1646
1683
|
#: src/blocks/iframe/index.js:43
|
|
1647
1684
|
msgid "Support reference"
|
|
1648
1685
|
msgstr ""
|
|
1649
1686
|
|
|
1650
|
-
#: dist/editor.js:
|
|
1687
|
+
#: dist/editor.js:48
|
|
1688
|
+
msgid "Could not fetch the donation settings."
|
|
1689
|
+
msgstr ""
|
|
1690
|
+
|
|
1691
|
+
#: dist/editor.js:48 dist/editor.js:63 src/blocks/video-playlist/edit.js:107
|
|
1651
1692
|
#: src/blocks/video-playlist/edit.js:112
|
|
1652
1693
|
msgid "Error"
|
|
1653
1694
|
msgstr "Fehler"
|
|
1654
1695
|
|
|
1655
|
-
#: dist/editor.js:
|
|
1696
|
+
#: dist/editor.js:48
|
|
1656
1697
|
msgid "Go to checkout & payment settings to troubleshoot."
|
|
1657
1698
|
msgstr ""
|
|
1658
1699
|
|
|
1659
|
-
#: dist/editor.js:
|
|
1700
|
+
#: dist/editor.js:48
|
|
1660
1701
|
msgid "The Donate block will not be rendered."
|
|
1661
1702
|
msgstr ""
|
|
1662
1703
|
|
|
1663
|
-
#: dist/editor.js:
|
|
1704
|
+
#: dist/editor.js:48
|
|
1664
1705
|
msgid "The Reader Revenue platform is set to \"other\"."
|
|
1665
1706
|
msgstr ""
|
|
1666
1707
|
|
|
1667
|
-
#: dist/editor.js:
|
|
1708
|
+
#: dist/editor.js:48
|
|
1668
1709
|
msgid "Go to checkout & payment settings to update the platform."
|
|
1669
1710
|
msgstr ""
|
|
1670
1711
|
|
|
1671
|
-
#: dist/editor.js:
|
|
1712
|
+
#: dist/editor.js:48
|
|
1672
1713
|
msgid "Grid View"
|
|
1673
1714
|
msgstr ""
|
|
1674
1715
|
|
|
1675
|
-
#: dist/editor.js:
|
|
1716
|
+
#: dist/editor.js:48
|
|
1676
1717
|
msgid "List View"
|
|
1677
1718
|
msgstr ""
|
|
1678
1719
|
|
|
1679
1720
|
#. translators: %1$s: currency symbol, %2$d: minimum donation amount.
|
|
1680
|
-
#: dist/editor.js:
|
|
1721
|
+
#: dist/editor.js:51
|
|
1681
1722
|
msgid ""
|
|
1682
1723
|
"Warning: suggested donations should be at least the minimum donation amount "
|
|
1683
1724
|
"(%1$s%2$d)."
|
|
1684
1725
|
msgstr ""
|
|
1685
1726
|
|
|
1686
|
-
#: dist/editor.js:
|
|
1727
|
+
#: dist/editor.js:51
|
|
1687
1728
|
msgid "Layout"
|
|
1688
1729
|
msgstr ""
|
|
1689
1730
|
|
|
1690
|
-
#: dist/editor.js:
|
|
1731
|
+
#: dist/editor.js:51
|
|
1691
1732
|
msgid "Tiers layout is disabled if the block is set to render untiered."
|
|
1692
1733
|
msgstr ""
|
|
1693
1734
|
|
|
1694
|
-
#: dist/editor.js:
|
|
1735
|
+
#: dist/editor.js:51
|
|
1695
1736
|
msgid "Default Tab"
|
|
1696
1737
|
msgstr ""
|
|
1697
1738
|
|
|
1698
|
-
#: dist/editor.js:
|
|
1739
|
+
#: dist/editor.js:51
|
|
1699
1740
|
msgid "Suggested Donations"
|
|
1700
1741
|
msgstr ""
|
|
1701
1742
|
|
|
1702
|
-
#: dist/editor.js:
|
|
1743
|
+
#: dist/editor.js:51
|
|
1703
1744
|
msgid "Configure manually"
|
|
1704
1745
|
msgstr ""
|
|
1705
1746
|
|
|
1706
|
-
#: dist/editor.js:
|
|
1747
|
+
#: dist/editor.js:51
|
|
1707
1748
|
msgid "Tiered"
|
|
1708
1749
|
msgstr ""
|
|
1709
1750
|
|
|
1710
|
-
#: dist/editor.js:
|
|
1751
|
+
#: dist/editor.js:51
|
|
1711
1752
|
msgid "Minimum donation"
|
|
1712
1753
|
msgstr ""
|
|
1713
1754
|
|
|
1714
|
-
#: dist/editor.js:
|
|
1755
|
+
#: dist/editor.js:51
|
|
1715
1756
|
msgid ""
|
|
1716
1757
|
"The Donate Block allows you to collect donations from readers. The fields "
|
|
1717
1758
|
"are automatically defined based on your donation settings."
|
|
1718
1759
|
msgstr ""
|
|
1719
1760
|
|
|
1720
|
-
#: dist/editor.js:
|
|
1761
|
+
#: dist/editor.js:51
|
|
1721
1762
|
msgid "Edit donation settings"
|
|
1722
1763
|
msgstr ""
|
|
1723
1764
|
|
|
1724
|
-
#: dist/editor.js:
|
|
1765
|
+
#: dist/editor.js:51
|
|
1725
1766
|
msgid "Styling"
|
|
1726
1767
|
msgstr ""
|
|
1727
1768
|
|
|
1728
|
-
#: dist/editor.js:
|
|
1769
|
+
#: dist/editor.js:51
|
|
1729
1770
|
msgid "Button Color"
|
|
1730
1771
|
msgstr ""
|
|
1731
1772
|
|
|
1732
|
-
#: dist/editor.js:
|
|
1773
|
+
#: dist/editor.js:51
|
|
1733
1774
|
msgid "News Revenue Hub Settings"
|
|
1734
1775
|
msgstr ""
|
|
1735
1776
|
|
|
1736
|
-
#: dist/editor.js:
|
|
1777
|
+
#: dist/editor.js:51
|
|
1737
1778
|
msgid "Campaign ID"
|
|
1738
1779
|
msgstr ""
|
|
1739
1780
|
|
|
1740
|
-
#: dist/editor.js:
|
|
1781
|
+
#: dist/editor.js:54 src/blocks/donate/index.js:61
|
|
1741
1782
|
msgid "Alternate"
|
|
1742
1783
|
msgstr ""
|
|
1743
1784
|
|
|
1744
|
-
#: dist/editor.js:
|
|
1785
|
+
#: dist/editor.js:54 src/blocks/donate/index.js:66
|
|
1745
1786
|
msgid "Minimal"
|
|
1746
1787
|
msgstr ""
|
|
1747
1788
|
|
|
1748
|
-
#: dist/editor.js:
|
|
1789
|
+
#: dist/editor.js:54 src/blocks/donate/index.js:71
|
|
1749
1790
|
msgid "Modern"
|
|
1750
1791
|
msgstr ""
|
|
1751
1792
|
|
|
1752
|
-
#: dist/editor.js:
|
|
1793
|
+
#: dist/editor.js:54
|
|
1753
1794
|
msgid "Grid"
|
|
1754
1795
|
msgstr ""
|
|
1755
1796
|
|
|
1756
|
-
#: dist/editor.js:
|
|
1797
|
+
#: dist/editor.js:54
|
|
1757
1798
|
msgid "Show \"Load more posts\" button"
|
|
1758
1799
|
msgstr ""
|
|
1759
1800
|
|
|
1760
|
-
#: dist/editor.js:
|
|
1801
|
+
#: dist/editor.js:54
|
|
1761
1802
|
msgid "This site is private, therefore this feature is not active."
|
|
1762
1803
|
msgstr ""
|
|
1763
1804
|
|
|
1764
|
-
#: dist/editor.js:
|
|
1805
|
+
#: dist/editor.js:54
|
|
1765
1806
|
msgid "Infinite scroll"
|
|
1766
1807
|
msgstr ""
|
|
1767
1808
|
|
|
1768
|
-
#: dist/editor.js:
|
|
1809
|
+
#: dist/editor.js:54 dist/editor.js:60
|
|
1769
1810
|
msgid "Text"
|
|
1770
1811
|
msgstr ""
|
|
1771
1812
|
|
|
1772
|
-
#: dist/editor.js:
|
|
1813
|
+
#: dist/editor.js:54
|
|
1773
1814
|
msgid "None"
|
|
1774
1815
|
msgstr ""
|
|
1775
1816
|
|
|
1776
|
-
#: dist/editor.js:
|
|
1817
|
+
#: dist/editor.js:54
|
|
1777
1818
|
msgid "Excerpt"
|
|
1778
1819
|
msgstr ""
|
|
1779
1820
|
|
|
1780
|
-
#: dist/editor.js:
|
|
1821
|
+
#: dist/editor.js:54
|
|
1781
1822
|
msgid "Full Post"
|
|
1782
1823
|
msgstr ""
|
|
1783
1824
|
|
|
1784
|
-
#: dist/editor.js:
|
|
1825
|
+
#: dist/editor.js:54
|
|
1785
1826
|
msgid "Max number of words in excerpt"
|
|
1786
1827
|
msgstr ""
|
|
1787
1828
|
|
|
1788
1829
|
#. translators: %s is the read more label'.
|
|
1789
|
-
#: dist/editor.js:
|
|
1830
|
+
#: dist/editor.js:57 dist/editor.js:60
|
|
1790
1831
|
msgid "Keep reading"
|
|
1791
1832
|
msgstr ""
|
|
1792
1833
|
|
|
1793
|
-
#: dist/editor.js:
|
|
1834
|
+
#: dist/editor.js:60
|
|
1794
1835
|
msgid "Show featured image"
|
|
1795
1836
|
msgstr ""
|
|
1796
1837
|
|
|
1797
|
-
#: dist/editor.js:
|
|
1838
|
+
#: dist/editor.js:60
|
|
1798
1839
|
msgid "Stack on mobile"
|
|
1799
1840
|
msgstr ""
|
|
1800
1841
|
|
|
1801
|
-
#: dist/editor.js:
|
|
1842
|
+
#: dist/editor.js:60
|
|
1802
1843
|
msgid "Minimum height"
|
|
1803
1844
|
msgstr "Mindesthöhe"
|
|
1804
1845
|
|
|
1805
|
-
#: dist/editor.js:
|
|
1846
|
+
#: dist/editor.js:60
|
|
1806
1847
|
msgid ""
|
|
1807
1848
|
"Sets a minimum height for the block, using a percentage of the screen's "
|
|
1808
1849
|
"current height."
|
|
1809
1850
|
msgstr ""
|
|
1810
1851
|
|
|
1811
|
-
#: dist/editor.js:
|
|
1812
|
-
msgid "Show tag labels"
|
|
1813
|
-
msgstr ""
|
|
1814
|
-
|
|
1815
|
-
#: dist/editor.js:51
|
|
1852
|
+
#: dist/editor.js:60
|
|
1816
1853
|
msgid "Show subtitle"
|
|
1817
1854
|
msgstr ""
|
|
1818
1855
|
|
|
1819
|
-
#: dist/editor.js:
|
|
1856
|
+
#: dist/editor.js:60
|
|
1820
1857
|
msgid "Color"
|
|
1821
1858
|
msgstr ""
|
|
1822
1859
|
|
|
1823
|
-
#: dist/editor.js:
|
|
1860
|
+
#: dist/editor.js:60
|
|
1824
1861
|
msgid "Typography"
|
|
1825
1862
|
msgstr ""
|
|
1826
1863
|
|
|
1827
|
-
#: dist/editor.js:
|
|
1864
|
+
#: dist/editor.js:60
|
|
1828
1865
|
msgid "Type Scale"
|
|
1829
1866
|
msgstr ""
|
|
1830
1867
|
|
|
1831
|
-
#: dist/editor.js:
|
|
1868
|
+
#: dist/editor.js:60
|
|
1832
1869
|
msgid "Dimensions"
|
|
1833
1870
|
msgstr ""
|
|
1834
1871
|
|
|
1835
|
-
#: dist/editor.js:
|
|
1872
|
+
#: dist/editor.js:60
|
|
1836
1873
|
msgid "Grid Spacing"
|
|
1837
1874
|
msgstr ""
|
|
1838
1875
|
|
|
1839
|
-
#: dist/editor.js:
|
|
1876
|
+
#: dist/editor.js:60
|
|
1840
1877
|
msgid "List view"
|
|
1841
1878
|
msgstr ""
|
|
1842
1879
|
|
|
1843
|
-
#: dist/editor.js:
|
|
1880
|
+
#: dist/editor.js:60
|
|
1844
1881
|
msgid "Grid view"
|
|
1845
1882
|
msgstr ""
|
|
1846
1883
|
|
|
1847
|
-
#: dist/editor.js:
|
|
1884
|
+
#: dist/editor.js:60
|
|
1848
1885
|
msgid "Show media on top"
|
|
1849
1886
|
msgstr ""
|
|
1850
1887
|
|
|
1851
|
-
#: dist/editor.js:
|
|
1888
|
+
#: dist/editor.js:60
|
|
1852
1889
|
msgid "Show media on left"
|
|
1853
1890
|
msgstr ""
|
|
1854
1891
|
|
|
1855
|
-
#: dist/editor.js:
|
|
1892
|
+
#: dist/editor.js:60
|
|
1856
1893
|
msgid "Show media on right"
|
|
1857
1894
|
msgstr ""
|
|
1858
1895
|
|
|
1859
|
-
#: dist/editor.js:
|
|
1896
|
+
#: dist/editor.js:60
|
|
1860
1897
|
msgid "Show media behind"
|
|
1861
1898
|
msgstr ""
|
|
1862
1899
|
|
|
1863
|
-
#: dist/editor.js:
|
|
1900
|
+
#: dist/editor.js:60
|
|
1864
1901
|
msgid "Landscape image shape"
|
|
1865
1902
|
msgstr ""
|
|
1866
1903
|
|
|
1867
|
-
#: dist/editor.js:
|
|
1904
|
+
#: dist/editor.js:60
|
|
1868
1905
|
msgid "portrait image shape"
|
|
1869
1906
|
msgstr ""
|
|
1870
1907
|
|
|
1871
|
-
#: dist/editor.js:
|
|
1908
|
+
#: dist/editor.js:60
|
|
1872
1909
|
msgid "Square image shape"
|
|
1873
1910
|
msgstr ""
|
|
1874
1911
|
|
|
1875
|
-
#: dist/editor.js:
|
|
1912
|
+
#: dist/editor.js:60
|
|
1876
1913
|
msgid "Uncropped"
|
|
1877
1914
|
msgstr ""
|
|
1878
1915
|
|
|
1879
|
-
#: dist/editor.js:
|
|
1916
|
+
#: dist/editor.js:60
|
|
1880
1917
|
msgid "Write header…"
|
|
1881
1918
|
msgstr ""
|
|
1882
1919
|
|
|
1883
|
-
#: dist/editor.js:
|
|
1920
|
+
#: dist/editor.js:60
|
|
1884
1921
|
msgid "Sorry, no posts were found."
|
|
1885
1922
|
msgstr "Entschuldigung, wir konnten keine Beiträge finden."
|
|
1886
1923
|
|
|
1887
|
-
#: dist/editor.js:
|
|
1924
|
+
#: dist/editor.js:60 src/blocks/homepage-articles/index.js:30
|
|
1888
1925
|
msgid "Content Loop"
|
|
1889
1926
|
msgstr ""
|
|
1890
1927
|
|
|
1891
|
-
#: dist/editor.js:
|
|
1928
|
+
#: dist/editor.js:60 src/blocks/homepage-articles/index.js:45
|
|
1892
1929
|
msgid "homepage"
|
|
1893
1930
|
msgstr ""
|
|
1894
1931
|
|
|
1895
|
-
#: dist/editor.js:
|
|
1932
|
+
#: dist/editor.js:60 src/blocks/homepage-articles/index.js:48
|
|
1896
1933
|
msgid ""
|
|
1897
1934
|
"An advanced block that allows displaying content based on different "
|
|
1898
1935
|
"parameters and visual configurations."
|
|
1899
1936
|
msgstr ""
|
|
1900
1937
|
|
|
1901
|
-
#: dist/editor.js:
|
|
1938
|
+
#: dist/editor.js:60 src/blocks/homepage-articles/index.js:57
|
|
1902
1939
|
msgctxt "block style"
|
|
1903
1940
|
msgid "Borders"
|
|
1904
1941
|
msgstr "Rahmen"
|
|
1905
1942
|
|
|
1906
1943
|
#. Translators: %s: describes what kinds of files/embeds the current user can use.
|
|
1907
|
-
#: dist/editor.js:
|
|
1944
|
+
#: dist/editor.js:63 src/blocks/iframe/iframe-placeholder.js:121
|
|
1908
1945
|
msgid ""
|
|
1909
1946
|
"Upload a document file (PDF, Word, Excel sheet, or a PPT), choose one from "
|
|
1910
1947
|
"the media library, %s."
|
|
1911
1948
|
msgstr ""
|
|
1912
1949
|
|
|
1913
|
-
#: dist/editor.js:
|
|
1950
|
+
#: dist/editor.js:63 src/blocks/iframe/iframe-placeholder.js:123
|
|
1914
1951
|
msgid "embed from a URL, or upload a .zip archive containing HTML assets"
|
|
1915
1952
|
msgstr ""
|
|
1916
1953
|
|
|
1917
|
-
#: dist/editor.js:
|
|
1954
|
+
#: dist/editor.js:63 src/blocks/iframe/iframe-placeholder.js:124
|
|
1918
1955
|
msgid "or embed from a URL"
|
|
1919
1956
|
msgstr ""
|
|
1920
1957
|
|
|
1921
|
-
#: dist/editor.js:
|
|
1958
|
+
#: dist/editor.js:63 src/blocks/iframe/iframe-placeholder.js:153
|
|
1922
1959
|
msgid "Update"
|
|
1923
1960
|
msgstr ""
|
|
1924
1961
|
|
|
1925
|
-
#: dist/editor.js:
|
|
1962
|
+
#: dist/editor.js:63 src/blocks/iframe/iframe-placeholder.js:153
|
|
1926
1963
|
msgid "Upload"
|
|
1927
1964
|
msgstr ""
|
|
1928
1965
|
|
|
1929
|
-
#: dist/editor.js:
|
|
1966
|
+
#: dist/editor.js:63 src/blocks/iframe/iframe-placeholder.js:85
|
|
1930
1967
|
msgid "Media Library"
|
|
1931
1968
|
msgstr ""
|
|
1932
1969
|
|
|
1933
|
-
#: dist/editor.js:
|
|
1970
|
+
#: dist/editor.js:63 src/blocks/iframe/iframe-placeholder.js:99
|
|
1934
1971
|
msgid "Update from URL"
|
|
1935
1972
|
msgstr ""
|
|
1936
1973
|
|
|
1937
|
-
#: dist/editor.js:
|
|
1974
|
+
#: dist/editor.js:63 src/blocks/iframe/iframe-placeholder.js:99
|
|
1938
1975
|
msgid "Embed from URL"
|
|
1939
1976
|
msgstr ""
|
|
1940
1977
|
|
|
1941
|
-
#: dist/editor.js:
|
|
1978
|
+
#: dist/editor.js:63 src/blocks/iframe/index.js:25
|
|
1942
1979
|
msgid "Iframe"
|
|
1943
1980
|
msgstr ""
|
|
1944
1981
|
|
|
1945
|
-
#: dist/editor.js:
|
|
1982
|
+
#: dist/editor.js:63 src/blocks/iframe/index.js:38
|
|
1946
1983
|
msgid "iframe"
|
|
1947
1984
|
msgstr ""
|
|
1948
1985
|
|
|
1949
|
-
#: dist/editor.js:
|
|
1986
|
+
#: dist/editor.js:63 src/blocks/iframe/index.js:38
|
|
1950
1987
|
msgid "project iframe"
|
|
1951
1988
|
msgstr ""
|
|
1952
1989
|
|
|
1953
|
-
#: dist/editor.js:
|
|
1990
|
+
#: dist/editor.js:63 src/blocks/iframe/index.js:41
|
|
1954
1991
|
msgid "Embed an iframe."
|
|
1955
1992
|
msgstr ""
|
|
1956
1993
|
|
|
1957
|
-
#: dist/editor.js:
|
|
1994
|
+
#: dist/editor.js:63 src/blocks/iframe/edit.js:152
|
|
1958
1995
|
msgid "Hide iframe preview"
|
|
1959
1996
|
msgstr ""
|
|
1960
1997
|
|
|
1961
|
-
#: dist/editor.js:
|
|
1998
|
+
#: dist/editor.js:63 src/blocks/iframe/edit.js:152
|
|
1962
1999
|
msgid "Show iframe preview"
|
|
1963
2000
|
msgstr ""
|
|
1964
2001
|
|
|
1965
|
-
#: dist/editor.js:
|
|
2002
|
+
#: dist/editor.js:63 src/blocks/iframe/edit.js:165
|
|
1966
2003
|
msgid "Iframe Settings"
|
|
1967
2004
|
msgstr ""
|
|
1968
2005
|
|
|
1969
|
-
#: dist/editor.js:
|
|
2006
|
+
#: dist/editor.js:63 src/blocks/iframe/edit.js:168
|
|
1970
2007
|
msgid "Fullscreen"
|
|
1971
2008
|
msgstr ""
|
|
1972
2009
|
|
|
1973
|
-
#: dist/editor.js:
|
|
2010
|
+
#: dist/editor.js:63 src/blocks/iframe/edit.js:169
|
|
1974
2011
|
msgid ""
|
|
1975
2012
|
"If enabled, the iframe will be full screen and hide all the post content."
|
|
1976
2013
|
msgstr ""
|
|
1977
2014
|
|
|
1978
|
-
#: dist/editor.js:
|
|
2015
|
+
#: dist/editor.js:63 src/blocks/iframe/edit.js:184
|
|
1979
2016
|
msgid "Height"
|
|
1980
2017
|
msgstr ""
|
|
1981
2018
|
|
|
1982
|
-
#: dist/editor.js:
|
|
2019
|
+
#: dist/editor.js:63 src/blocks/iframe/edit.js:197
|
|
1983
2020
|
msgid "This block will take over the page content."
|
|
1984
2021
|
msgstr ""
|
|
1985
2022
|
|
|
1986
|
-
#: dist/editor.js:
|
|
2023
|
+
#: dist/editor.js:63 src/blocks/iframe/edit.js:203
|
|
1987
2024
|
msgid "Newspack embedded iframe"
|
|
1988
2025
|
msgstr ""
|
|
1989
2026
|
|
|
1990
|
-
#: dist/editor.js:
|
|
2027
|
+
#: dist/editor.js:63 src/blocks/iframe/edit.js:68 src/blocks/iframe/edit.js:101
|
|
1991
2028
|
msgid "An error occured when uploading the iframe archive."
|
|
1992
2029
|
msgstr ""
|
|
1993
2030
|
|
|
1994
|
-
#: dist/editor.js:
|
|
2031
|
+
#: dist/editor.js:63 src/blocks/iframe/edit.js:132
|
|
1995
2032
|
msgid "An error occured when setting the iframe from the archive media."
|
|
1996
2033
|
msgstr ""
|
|
1997
2034
|
|
|
1998
|
-
#: dist/editor.js:
|
|
2035
|
+
#: dist/editor.js:63 src/blocks/video-playlist/edit.js:112
|
|
1999
2036
|
msgid "No videos found"
|
|
2000
2037
|
msgstr ""
|
|
2001
2038
|
|
|
2002
2039
|
#. translators: %1$s is the link to Google's help doc on creating YouTube playlists. %2$s is the link to the help doc on embedding playlists.
|
|
2003
|
-
#: dist/editor.js:
|
|
2040
|
+
#: dist/editor.js:66 src/blocks/video-playlist/edit.js:176
|
|
2004
2041
|
msgid ""
|
|
2005
2042
|
"Consider using <a href=\"%1$s\">YouTube Playlists</a> instead, which can be "
|
|
2006
2043
|
"<a href=\"%2$s\">embedded</a> into post or page content."
|
|
2007
2044
|
msgstr ""
|
|
2008
2045
|
|
|
2009
|
-
#: dist/editor.js:
|
|
2046
|
+
#: dist/editor.js:66 src/blocks/video-playlist/index.js:23
|
|
2010
2047
|
msgid "YouTube Video Playlist (DEPRECATED)"
|
|
2011
2048
|
msgstr ""
|
|
2012
2049
|
|
|
2013
|
-
#: dist/editor.js:
|
|
2050
|
+
#: dist/editor.js:66 src/blocks/video-playlist/index.js:33
|
|
2014
2051
|
msgid "video"
|
|
2015
2052
|
msgstr ""
|
|
2016
2053
|
|
|
2017
|
-
#: dist/editor.js:
|
|
2054
|
+
#: dist/editor.js:66 src/blocks/video-playlist/index.js:33
|
|
2018
2055
|
msgid "playlist"
|
|
2019
2056
|
msgstr ""
|
|
2020
2057
|
|
|
2021
|
-
#: dist/editor.js:
|
|
2058
|
+
#: dist/editor.js:66 src/blocks/video-playlist/index.js:33
|
|
2022
2059
|
msgid "youtube"
|
|
2023
2060
|
msgstr ""
|
|
2024
2061
|
|
|
2025
|
-
#: dist/editor.js:
|
|
2062
|
+
#: dist/editor.js:66 src/blocks/video-playlist/index.js:34
|
|
2026
2063
|
msgid "Embed a playlist of latest YouTube videos."
|
|
2027
2064
|
msgstr ""
|
|
2028
2065
|
|