This repository has been archived by the owner on Feb 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 63
/
Copy pathopenverse.pot
2244 lines (1783 loc) · 59.2 KB
/
openverse.pot
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
# Copyright (C) 2021
# This file is distributed under the same license as Openverse.
msgid ""
msgstr ""
"Project-Id-Version: Openverse \n"
"Report-Msgid-Bugs-To: https://github.com/wordpress/openverse/issues \n"
"POT-Creation-Date: 2023-02-22T16:49:14+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2021-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
#: src/components/VFourOhFour.vue:23
msgctxt "404.title"
msgid "The content you’re looking for seems to have disappeared."
msgstr ""
#. Do not translate words between ### ###.
#: src/components/VFourOhFour.vue:26
msgctxt "404.main"
msgid "Go to ###link### or search for something similar from the field below."
msgstr ""
#: src/components/VHomepageContent.vue:6
msgctxt "hero.subtitle"
msgid "Explore more than 600 million creative works"
msgstr ""
#: src/components/VHomepageContent.vue:10
msgctxt "hero.description"
msgid "An extensive library of free stock photos, images, and audio, available for free use."
msgstr ""
#: src/components/VHeader/VHeaderMobile/VHeaderMobile.vue:46
#: src/components/VHeader/VSearchBar/VSearchBar.vue:11
#: src/components/VHeader/VSearchBar/VStandaloneSearchBar.vue:18
msgctxt "hero.search.placeholder"
msgid "Search for content"
msgstr ""
#. Do not translate words between ### ###.
#: src/components/VHomepageContent.vue:59
msgctxt "hero.disclaimer.content"
msgid "All ###openverse### content is under a ###license### or is in the public domain."
msgstr ""
#: src/components/VHomepageContent.vue:65
msgctxt "hero.disclaimer.license"
msgid "Creative Commons license"
msgstr ""
msgctxt "hero.license-filter.label"
msgid "I want something I can"
msgstr ""
msgctxt "hero.aria.search"
msgid "search"
msgstr ""
msgctxt "hero.aria.search-type"
msgid "search type"
msgstr ""
#. Do not translate words between ### ###.
#: src/components/VBanner/VTranslationStatusBanner.vue:12
msgctxt "notification.translation.text"
msgid "The translation for ###locale### locale is incomplete. Help us get to 100 percent by ###link###."
msgstr ""
#: src/components/VBanner/VTranslationStatusBanner.vue:15
msgctxt "notification.translation.link"
msgid "contributing a translation"
msgstr ""
#: src/components/VHeader/VHomeLink.vue:7
#: src/components/VHeader/VLogoButton.vue:5
msgctxt "header.home-link"
msgid "Home"
msgstr ""
msgctxt "header.about-nav-item"
msgid "Our Story"
msgstr ""
msgctxt "header.source-nav-item"
msgid "Sources"
msgstr ""
msgctxt "header.search-guide-nav-item"
msgid "Search Guide"
msgstr ""
msgctxt "header.external-sources-nav-item"
msgid "External Sources"
msgstr ""
msgctxt "header.privacy-nav-item"
msgid "Privacy"
msgstr ""
msgctxt "header.feedback-nav-item"
msgid "Feedback"
msgstr ""
msgctxt "header.support-nav-item"
msgid "Support Us"
msgstr ""
msgctxt "header.placeholder"
msgid "Search all content"
msgstr ""
msgctxt "header.aria.primary"
msgid "primary"
msgstr ""
#: src/components/VHeader/VHeaderInternal.vue:19
#: src/components/VHeader/VHeaderMobile/VContentSettingsModalContent.vue:3
msgctxt "header.aria.menu"
msgid "menu"
msgstr ""
msgctxt "header.aria.search"
msgid "search"
msgstr ""
msgctxt "header.aria.sr-search"
msgid "search button"
msgstr ""
msgctxt "header.licenses-nav-item"
msgid "The Licenses"
msgstr ""
msgctxt "header.about-tab"
msgid "About"
msgstr ""
msgctxt "header.resources-tab"
msgid "Resources"
msgstr ""
msgctxt "header.api-nav-item"
msgid "API"
msgstr ""
msgctxt "header.notification.text"
msgid "{example_notification_text}"
msgstr ""
msgctxt "header.notification.dismiss"
msgid "Dismiss"
msgstr ""
msgctxt "header.notification.okay"
msgid "OK"
msgstr ""
#: src/components/VHeader/VHeaderMobile/VShowResultsButton.vue:32
msgctxt "header.loading"
msgid "Loading..."
msgstr ""
#: src/components/VHeader/VFilterButton.vue:73
msgctxt "header.filter-button.simple"
msgid "Filters"
msgstr ""
#. Do not translate words between ### ###.
#: src/components/VHeader/VFilterButton.vue:72
msgctxt "header.filter-button.with-count"
msgid "###count### Filter"
msgid_plural "###count### Filters"
msgstr[0] ""
msgstr[1] ""
#: src/components/VHeader/VHeaderMobile/VShowResultsButton.vue:39
msgctxt "header.see-results"
msgid "See results"
msgstr ""
#: src/components/VHeader/VHeaderMobile/VHeaderMobile.vue:35
msgctxt "header.back-button"
msgid "Go back"
msgstr ""
#: src/components/VHeader/VHeaderMobile/VContentSettingsButton.vue:8
msgctxt "header.content-settings-button.simple"
msgid "Menu"
msgstr ""
#. Do not translate words between ### ###.
#: src/components/VHeader/VHeaderMobile/VContentSettingsButton.vue:7
msgctxt "header.content-settings-button.with-count"
msgid "Menu. ###count### filter applied"
msgid_plural "Menu. ###count### filters applied"
msgstr[0] ""
msgstr[1] ""
msgctxt "navigation.about"
msgid "About"
msgstr ""
msgctxt "navigation.licenses"
msgid "Licenses"
msgstr ""
msgctxt "navigation.get-involved"
msgid "Get involved"
msgstr ""
msgctxt "navigation.api"
msgid "API"
msgstr ""
msgctxt "navigation.privacy"
msgid "Privacy"
msgstr ""
msgctxt "navigation.feedback"
msgid "Feedback"
msgstr ""
msgctxt "navigation.sources"
msgid "Sources"
msgstr ""
msgctxt "navigation.external-sources"
msgid "External sources"
msgstr ""
msgctxt "navigation.search-help"
msgid "Search help"
msgstr ""
#. Do not translate words between ### ###.
#: src/pages/about.vue:4
#: src/pages/about.vue:152
msgctxt "about.title"
msgid "About ###openverse###"
msgstr ""
#. Do not translate words between ### ###.
#: src/pages/about.vue:7
msgctxt "about.description.content"
msgid "###openverse### is a tool that allows openly licensed and public domain works to be discovered and used by everyone."
msgstr ""
#. Do not translate words between ### ###.
#: src/pages/about.vue:10
msgctxt "about.collection.content"
msgid "###openverse### searches across more than 300 million images from open APIs and the ###common-crawl### dataset. It goes beyond simple search to aggregate results across multiple public repositories into a single catalog, and facilitates reuse through features like machine-generated tags and one-click attribution."
msgstr ""
#. Do not translate words between ### ###.
#: src/pages/about.vue:17
msgctxt "about.planning.content"
msgid "Currently ###openverse### only searches images and audio, with search for video provided through External Sources. But we plan to add additional media types such as open texts and 3D models, with the ultimate goal of providing access to the estimated 2.5 billion CC licensed and public domain works on the web. All of our code is open source (###frontend###, ###api###, ###catalog###) and we ###community###. You can see what ###working###."
msgstr ""
#. Do not translate words between ### ###.
#: src/pages/about.vue:21
msgctxt "about.planning.frontend"
msgid "###openverse### frontend"
msgstr ""
#. Do not translate words between ### ###.
#: src/pages/about.vue:26
msgctxt "about.planning.api"
msgid "###openverse### API"
msgstr ""
#. Do not translate words between ### ###.
#: src/pages/about.vue:31
msgctxt "about.planning.catalog"
msgid "###openverse### Catalog"
msgstr ""
#: src/pages/about.vue:36
msgctxt "about.planning.community"
msgid "welcome community contribution"
msgstr ""
#: src/pages/about.vue:41
msgctxt "about.planning.working"
msgid "we’re currently working on"
msgstr ""
#. Do not translate words between ### ###.
#: src/pages/about.vue:46
msgctxt "about.transfer.content"
msgid "###openverse### is the successor to CC Search which was launched by Creative Commons in 2019, after its migration to WordPress in 2021. You can read more about this transition in the official announcements from ###creative-commons### and ###wordpress###. We remain committed to our goal of tackling discoverability and accessibility of open access media."
msgstr ""
#. Do not translate words between ### ###.
#: src/pages/about.vue:61
msgctxt "about.declaration.content"
msgid "Please note that ###openverse### does not verify whether the images are properly CC licensed, or whether the attribution and other licensing information we have aggregated is accurate or complete. Please independently verify the licensing status and attribution information before reusing the content. For more details, read the ###terms###."
msgstr ""
#. Do not translate words between ### ###.
#: src/pages/about.vue:65
msgctxt "about.declaration.terms"
msgid "###openverse### Terms of Use"
msgstr ""
#: src/pages/sources.vue:4
#: src/pages/sources.vue:111
msgctxt "sources.title"
msgid "Sources"
msgstr ""
#. Do not translate words between ### ###.
#: src/pages/sources.vue:70
msgctxt "sources.detail"
msgid "Clicking on a ###single-name### allows you to browse and filter items within that source."
msgstr ""
#: src/pages/sources.vue:73
msgctxt "sources.single-name"
msgid "Source"
msgstr ""
#: src/components/VSourcesTable.vue:15
msgctxt "sources.providers.source"
msgid "Source"
msgstr ""
#: src/components/VSourcesTable.vue:25
msgctxt "sources.providers.domain"
msgid "Domain"
msgstr ""
#: src/components/VSourcesTable.vue:35
msgctxt "sources.providers.item"
msgid "Total items"
msgstr ""
#. Do not translate words between ### ###.
#: src/pages/sources.vue:8
msgctxt "sources.cc-content.where"
msgid "Where does the content on ###openverse### come from?"
msgstr ""
#. Do not translate words between ### ###.
#: src/pages/sources.vue:11
msgctxt "sources.cc-content.content"
msgid "There is openly licensed content hosted on millions of domains across the breadth of the internet. Our team systematically identifies providers hosting CC-licensed content. If it’s a good fit, we index that content and make it discoverable through ###openverse###."
msgstr ""
#. Do not translate words between ### ###.
#: src/pages/sources.vue:13
msgctxt "sources.cc-content.provider"
msgid "Some providers have multiple different groupings of content within them. ###flickr### has sources ranging from NASA to personal photography. The ###smithsonian### comprises a dozen diverse collections. Wikimedia Commons runs the gamut in terms of content, and is used by several Galleries, Libraries, Archives, and Museums highlighting some or all of their digitized collections."
msgstr ""
#. Do not translate words between ### ###.
#: src/pages/sources.vue:23
msgctxt "sources.cc-content.europeana"
msgid "###openverse### is especially grateful for the work of ###link###, an organization that works to digitize and make discoverable cultural heritage works across Europe. ###openverse### is able to index hundreds of valuable sources through a single integration with the ###link-api###."
msgstr ""
#: src/pages/sources.vue:30
msgctxt "sources.cc-content.europeana-api"
msgid "Europeana API"
msgstr ""
#: src/pages/sources.vue:19
msgctxt "sources.cc-content.smithsonian"
msgid "Smithsonian Institute"
msgstr ""
#: src/pages/sources.vue:36
msgctxt "sources.new-content.next"
msgid "How do we decide what sources to add next?"
msgstr ""
#: src/pages/sources.vue:39
msgctxt "sources.new-content.integrate"
msgid "We have a never ending list of possible sources to research prior to integration. We ask ourselves questions like:"
msgstr ""
#: src/pages/sources.vue:43
msgctxt "sources.new-content.impact"
msgid " What is the impact or importance of this source to our users? If it exists within a provider like Wikimedia Commons, is it valuable for our users to be able to filter by this source directly?"
msgstr ""
#: src/pages/sources.vue:46
msgctxt "sources.new-content.reuse"
msgid "Is licensing and attribution information clearly displayed to enable confident reuse?"
msgstr ""
#: src/pages/sources.vue:49
msgctxt "sources.new-content.total-items"
msgid "How many new total items or new types of items can we bring to our users through this integration? Some sources are direct integrations, while others may be a source within a source."
msgstr ""
#: src/pages/sources.vue:54
msgctxt "sources.suggestions"
msgid "We appreciate suggestions for new sources from our community of users."
msgstr ""
#: src/pages/sources.vue:65
msgctxt "sources.issue-button"
msgid "Suggest a new source"
msgstr ""
#: src/components/VSourcesTable.vue:3
msgctxt "sources.aria.table"
msgid "sources table"
msgstr ""
msgctxt "sources.heading.image"
msgid "Image Sources"
msgstr ""
msgctxt "sources.heading.audio"
msgid "Audio Sources"
msgstr ""
#: src/pages/about.vue:71
#: src/pages/external-sources.vue:4
#: src/pages/external-sources.vue:82
msgctxt "external-sources-page.title"
msgid "External Sources"
msgstr ""
#. Do not translate words between ### ###.
#: src/pages/about.vue:74
#: src/pages/external-sources.vue:7
msgctxt "external-sources-page.intro"
msgid "###openverse### is built on top of a catalog that indexes CC-licensed and public domain content from selected sources. Learn more about our ###link###."
msgstr ""
#: src/pages/about.vue:77
#: src/pages/external-sources.vue:10
msgctxt "external-sources-page.link"
msgid "sources here"
msgstr ""
#. Do not translate words between ### ###.
#: src/pages/about.vue:81
#: src/pages/external-sources.vue:13
msgctxt "external-sources-page.license"
msgid "However, there are many sources of CC-licensed and public domain media which we aren’t able to surface results from within the ###openverse### interface yet. This might be because they do not offer a public API, or that our contributors have not yet had time to integrate them into Openverse. These are valued sources and we want to make sure that you are able to find the best openly licensed materials possible, regardless of where they are located."
msgstr ""
#: src/pages/about.vue:92
#: src/pages/external-sources.vue:23
msgctxt "external-sources-page.new.title"
msgid "Can I suggest new external sources?"
msgstr ""
#. Do not translate words between ### ###.
#: src/pages/about.vue:94
#: src/pages/external-sources.vue:25
msgctxt "external-sources-page.new.content"
msgid "Yes, please! Create an ###issue### in our GitHub repository or send us an ###email### and tell us about the new sources you’d like to see included."
msgstr ""
#: src/pages/about.vue:99
#: src/pages/external-sources.vue:30
msgctxt "external-sources-page.new.issue"
msgid "issue"
msgstr ""
#: src/pages/about.vue:104
#: src/pages/external-sources.vue:35
msgctxt "external-sources-page.new.email"
msgid "email"
msgstr ""
#: src/pages/about.vue:109
#: src/pages/external-sources.vue:40
msgctxt "external-sources-page.why.title"
msgid "Why did you build this?"
msgstr ""
#. Do not translate words between ### ###.
#: src/pages/about.vue:111
#: src/pages/external-sources.vue:42
msgctxt "external-sources-page.why.content"
msgid "For many years, Creative Commons has offered its users a dedicated search portal for searching platforms that have CC licensing filters built in. In fact, this is still maintained at ###old###."
msgstr ""
#: src/pages/about.vue:116
#: src/pages/external-sources.vue:47
msgctxt "external-sources-page.why.old"
msgid "oldsearch.creativecommons.org"
msgstr ""
#. Do not translate words between ### ###.
#: src/pages/about.vue:122
#: src/pages/external-sources.vue:53
msgctxt "external-sources-page.why.new"
msgid "For users of the legacy CC Meta Search site, the \"External Sources\" feature on ###openverse### will look familiar. The goal was to ensure that the functionality is not lost, but is updated and embedded within our new search engine for openly licensed content. In addition, the \"External Sources\" feature builds on this functionality, allowing us to quickly add new external sources as we discover them, and support new content types in the future, as we expand."
msgstr ""
#: src/pages/about.vue:127
#: src/pages/external-sources.vue:58
msgctxt "external-sources-page.why.aria-label"
msgid "feedback"
msgstr ""
#. Do not translate words between ### ###.
#: src/pages/about.vue:124
#: src/pages/external-sources.vue:55
msgctxt "external-sources-page.why.feedback-suggestions"
msgid "We hope you enjoy, and if you have suggestions for improvement, leave us ###feedback###."
msgstr ""
#: src/pages/about.vue:129
#: src/pages/external-sources.vue:60
msgctxt "external-sources-page.why.feedback-link"
msgid "feedback"
msgstr ""
#. Do not translate words between ### ###.
#: src/pages/about.vue:88
#: src/pages/external-sources.vue:19
msgctxt "external-sources-page.relationships"
msgid "This functionality also allows us to start conversations and build relationships with sources that may like to be included in ###openverse### in the future. Finally, we can also offer external sources of media types we do not include in ###openverse### yet, but plan to."
msgstr ""
#. Do not translate words between ### ###.
#: src/pages/about.vue:84
#: src/pages/external-sources.vue:15
msgctxt "external-sources-page.explanation"
msgid "You can find links to external sources at the bottom of every ###openverse### search results page; on pages for searches which return no results; and on pages for media types we do not yet support but intend to."
msgstr ""
#: src/pages/privacy.vue:4
#: src/pages/privacy.vue:63
msgctxt "privacy.title"
msgid "Privacy"
msgstr ""
#. Do not translate words between ### ###.
#: src/pages/privacy.vue:6
msgctxt "privacy.intro.content"
msgid "The ###openverse### project seeks to make the privacy and safety of our users a priority. ###openverse### adheres to the ###link###. Please see that document for a full description of how ###openverse### uses and protects any information that you give us."
msgstr ""
#: src/pages/privacy.vue:9
msgctxt "privacy.intro.link"
msgid "privacy policy of all WordPress.org websites"
msgstr ""
#: src/pages/privacy.vue:16
msgctxt "privacy.cookies.title"
msgid "Cookies"
msgstr ""
#. Do not translate words between ### ###.
#: src/pages/privacy.vue:18
msgctxt "privacy.cookies.content"
msgid "###openverse### uses cookies to store information about visitor's preferences and information about their web browsers. We use this information to improve the user experience of the site. These are considered \"Necessary\" or \"Strictly necessary cookies\" and you may disable these by changing your browser settings, but this may affect how ###openverse### functions."
msgstr ""
#: src/pages/privacy.vue:23
msgctxt "privacy.contact.title"
msgid "Contact Us"
msgstr ""
#. Do not translate words between ### ###.
#: src/pages/privacy.vue:26
msgctxt "privacy.contact.content"
msgid "Any questions about ###openverse### and privacy can be sent to ###email###, shared as a ###issue###, or discussed with our community in the #openverse channel of the ###chat###."
msgstr ""
#: src/pages/privacy.vue:35
msgctxt "privacy.contact.issue"
msgid "GitHub issue"
msgstr ""
#: src/pages/privacy.vue:40
msgctxt "privacy.contact.chat"
msgid "Making WordPress Chat"
msgstr ""
#. Do not translate words between ### ###.
#: src/pages/search-help.vue:3
#: src/pages/search-help.vue:195
msgctxt "search-guide.title"
msgid "###openverse### Syntax Guide"
msgstr ""
#: src/pages/search-help.vue:4
msgctxt "search-guide.intro"
msgid "When you search, you can enter special symbols or words to your search term to make your search results more precise."
msgstr ""
#: src/pages/search-help.vue:6
msgctxt "search-guide.exact.title"
msgid "Search for an exact match"
msgstr ""
#: src/pages/search-help.vue:10
msgctxt "search-guide.exact.aria-label"
msgid "quote unquote Claude Monet"
msgstr ""
#: src/pages/search-help.vue:13
msgctxt "search-guide.exact.claude-monet"
msgid "\"Claude Monet\""
msgstr ""
#. Do not translate words between ### ###.
#: src/pages/search-help.vue:7
msgctxt "search-guide.exact.content"
msgid "Put a word or phrase inside quotes. For example, ###link###."
msgstr ""
#: src/pages/search-help.vue:18
msgctxt "search-guide.combine.title"
msgid "Combining terms"
msgstr ""
#: src/pages/search-help.vue:20
msgctxt "search-guide.combine.description"
msgid "If you want to combine terms, you can use the following operators to perform more complex queries"
msgstr ""
#. Do not translate words between ### ###.
msgctxt "search-guide.combine.and"
msgid "###symbol### signifies AND operation"
msgstr ""
#. Do not translate words between ### ###.
msgctxt "search-guide.combine.or"
msgid "###symbol### signifies OR operation"
msgstr ""
#. Do not translate words between ### ###.
msgctxt "search-guide.combine.not"
msgid "###symbol### negates a single token"
msgstr ""
#. Do not translate words between ### ###.
msgctxt "search-guide.combine.prefix"
msgid "###symbol### at the end of a term signifies a prefix query"
msgstr ""
#. Do not translate words between ### ###.
msgctxt "search-guide.combine.precedence"
msgid "###symbol### signify precedence"
msgstr ""
#. Do not translate words between ### ###.
msgctxt "search-guide.combine.fuzziness"
msgid "###symbol### after a word signifies edit distance (fuzziness)"
msgstr ""
msgctxt "search-guide.combine.aria-labels.fuzziness"
msgid "tilde N"
msgstr ""
msgctxt "search-guide.combine.aria-labels.open"
msgid "open parenthesis"
msgstr ""
msgctxt "search-guide.combine.aria-labels.close"
msgid "close parenthesis"
msgstr ""
msgctxt "search-guide.combine.aria-labels.star"
msgid "star symbol"
msgstr ""
msgctxt "search-guide.combine.aria-labels.not"
msgid "minus symbol"
msgstr ""
msgctxt "search-guide.combine.aria-labels.and"
msgid "plus symbol"
msgstr ""
msgctxt "search-guide.combine.aria-labels.or"
msgid "vertical bar symbol"
msgstr ""
msgctxt "search-guide.combine.aria-labels.prefix"
msgid "asterisk symbol"
msgstr ""
msgctxt "search-guide.combine.aria-labels.vertical-bar"
msgid "vertical bar symbol"
msgstr ""
#. Do not translate words between ### ###.
#: src/pages/search-help.vue:22
msgctxt "search-guide.example.and.description"
msgid "Example: ###link######br### This will search for images related to both dog and cat."
msgstr ""
#: src/pages/search-help.vue:42
msgctxt "search-guide.example.and.aria-label"
msgid "dog plus cat"
msgstr ""
#: src/pages/search-help.vue:45
msgctxt "search-guide.example.and.example"
msgid "dog+cat"
msgstr ""
#. Do not translate words between ### ###.
#: src/pages/search-help.vue:51
msgctxt "search-guide.example.or.description"
msgid "Example: ###link######br### This will search for images related to dog or cat, but not necessarily both."
msgstr ""
#: src/pages/search-help.vue:54
msgctxt "search-guide.example.or.aria-label"
msgid "dog vertical bar cat"
msgstr ""
#: src/pages/search-help.vue:57
msgctxt "search-guide.example.or.example"
msgid "dog|cat"
msgstr ""
#. Do not translate words between ### ###.
#: src/pages/search-help.vue:65
msgctxt "search-guide.example.negate.description"
msgid "You can use the ###operator### to exclude a search term from the results."
msgstr ""
#: src/pages/search-help.vue:72
msgctxt "search-guide.example.negate.operator-name"
msgid "operator (signifies NOT)"
msgstr ""
#: src/pages/search-help.vue:69
msgctxt "search-guide.example.negate.operator-aria-label"
msgid "minus operator (signifies NOT)"
msgstr ""
#: src/pages/search-help.vue:80
msgctxt "search-guide.example.negate.aria-label"
msgid "dog minus pug"
msgstr ""
#: src/pages/search-help.vue:83
msgctxt "search-guide.example.negate.example"
msgid "dog -pug"
msgstr ""
#. Do not translate words between ### ###.
#: src/pages/search-help.vue:77
msgctxt "search-guide.example.negate.content"
msgid "Example: ###link######br### This will search for images related to dog but won't include results related to 'pug'"
msgstr ""
#. Do not translate words between ### ###.
#: src/pages/search-help.vue:91
msgctxt "search-guide.example.prefix.description"
msgid "You can use the ###operator-name### to mark a prefix term. This will match anything after the *."
msgstr ""
#: src/pages/search-help.vue:96
msgctxt "search-guide.example.prefix.operator-name"
msgid "operator (wildcard)"
msgstr ""
msgctxt "search-guide.example.prefix.operator-aria-label"
msgid "star operator (wildcard)"
msgstr ""
#: src/pages/search-help.vue:94
#: src/pages/search-help.vue:104
msgctxt "search-guide.example.prefix.aria-label"
msgid "net star symbol"
msgstr ""
#: src/pages/search-help.vue:107
msgctxt "search-guide.example.prefix.example"
msgid "net*"
msgstr ""
#. Do not translate 'network', 'Netflix' and 'Netherlands' are they are examples of words starting with 'net'.
#. Do not translate words between ### ###.
#: src/pages/search-help.vue:101
msgctxt "search-guide.example.prefix.content"
msgid "Example: ###link######br### This will search for images matching anything with 'net'. This might include 'network', 'Netflix', 'Netherlands', etc."
msgstr ""
#. Do not translate words between ### ###.
#: src/pages/search-help.vue:115
msgctxt "search-guide.example.precedence.description"
msgid "You can use parentheses ###highlight### to specify precedence of terms or combine more complex queries."
msgstr ""
#: src/pages/search-help.vue:124
msgctxt "search-guide.example.precedence.aria-label"
msgid "dogs plus open parenthesis corgis vertical bar labrador close parenthesis"
msgstr ""
#: src/pages/search-help.vue:127
msgctxt "search-guide.example.precedence.example"
msgid "dogs + (corgis | labrador)"
msgstr ""
#. Do not translate words between ### ###.
#: src/pages/search-help.vue:121
msgctxt "search-guide.example.precedence.content"
msgid "Example: ###link######br### This will search for images that match dogs that are either corgis or labrador."
msgstr ""
#. Do not translate words between ### ###.
#: src/pages/search-help.vue:135
msgctxt "search-guide.example.fuzziness.description"
msgid "You can use ###highlight### to specify some fuzzy logic to the term according to the ###link### — the number of one character changes that need to be made to one string to make it the same as another string."
msgstr ""
#: src/pages/search-help.vue:141
msgctxt "search-guide.example.fuzziness.link-text"
msgid "Levenshtein Edit Distance"
msgstr ""
#: src/pages/search-help.vue:149
msgctxt "search-guide.example.fuzziness.aria-label"
msgid "theatre tilde 1"
msgstr ""
#: src/pages/search-help.vue:152
msgctxt "search-guide.example.fuzziness.example"
msgid "theatre~1"
msgstr ""
#. Do not translate words between ### ###.
#: src/pages/search-help.vue:146
msgctxt "search-guide.example.fuzziness.content"
msgid "Example: ###link######br### This will search for images that match strings close to the term 'theatre' with a difference of one character. Results might include terms with different spellings like 'theater'."
msgstr ""
#: src/pages/feedback.vue:4
#: src/pages/feedback.vue:71
msgctxt "feedback.title"
msgid "Feedback"
msgstr ""
#. Do not translate words between ### ###.
#: src/pages/feedback.vue:6
msgctxt "feedback.intro"
msgid "Thank you for using ###openverse###! We welcome your ideas for improving the tool below. To provide regular feedback, join the ###slack### channel in the ###making-wordpress### Slack workspace."
msgstr ""
msgctxt "feedback.improve"
msgid "Help us Improve"
msgstr ""
msgctxt "feedback.report"
msgid "Report a Bug"
msgstr ""
#: src/pages/feedback.vue:33
msgctxt "feedback.loading"
msgid "Loading..."
msgstr ""
msgctxt "feedback.aria.cc-usability"
msgid "slack cc-usability channel"
msgstr ""
msgctxt "feedback.aria.improve"
msgid "help us improve form"
msgstr ""
msgctxt "feedback.aria.report"
msgid "report a bug form"
msgstr ""
msgctxt "error.occurred"
msgid "An error occurred"
msgstr ""
#. Do not translate words between ### ###.
#: src/pages/image/_id/index.vue:241
#: src/pages/image/_id/report.vue:100
msgctxt "error.image-not-found"
msgid "Couldn't find image with id ###id###"
msgstr ""
#. Do not translate words between ### ###.
#: src/pages/audio/_id/index.vue:89
msgctxt "error.media-not-found"
msgid "Couldn't find ###mediaType### with id ###id###"
msgstr ""
msgctxt "error.image"
msgid "image"
msgstr ""
msgctxt "error.audio"
msgid "audio"
msgstr ""
#: src/components/VHeader/VHeaderMobile/VContentSettingsModalContent.vue:41
msgctxt "filters.title"
msgid "Filters"
msgstr ""
msgctxt "filters.filter-by"
msgid "Filter By"
msgstr ""
msgctxt "filters.licenses.title"
msgid "Licenses"
msgstr ""
msgctxt "filters.licenses.cc0"
msgid "CC0"
msgstr ""
msgctxt "filters.licenses.pdm"
msgid "Public Domain Mark"
msgstr ""
msgctxt "filters.licenses.by"
msgid "BY"
msgstr ""
msgctxt "filters.licenses.by-sa"
msgid "BY-SA"
msgstr ""
msgctxt "filters.licenses.by-nc"
msgid "BY-NC"
msgstr ""
msgctxt "filters.licenses.by-nd"
msgid "BY-ND"
msgstr ""
msgctxt "filters.licenses.by-nc-sa"
msgid "BY-NC-SA"
msgstr ""
msgctxt "filters.licenses.by-nc-nd"
msgid "BY-NC-ND"
msgstr ""
msgctxt "filters.license-types.title"
msgid "Use"
msgstr ""
msgctxt "filters.license-types.commercial"
msgid "Use commercially"
msgstr ""
msgctxt "filters.license-types.modification"
msgid "Modify or adapt"
msgstr ""
msgctxt "filters.image-providers.title"
msgid "Source"
msgstr ""
msgctxt "filters.audio-providers.title"
msgid "Source"
msgstr ""
msgctxt "filters.audio-categories.title"
msgid "Audio category"
msgstr ""
msgctxt "filters.audio-categories.audiobook"
msgid "Audiobook"
msgstr ""
msgctxt "filters.audio-categories.music"
msgid "Music"
msgstr ""
msgctxt "filters.audio-categories.news"
msgid "News"
msgstr ""
msgctxt "filters.audio-categories.podcast"
msgid "Podcast"
msgstr ""
msgctxt "filters.audio-categories.pronunciation"
msgid "Pronunciation"
msgstr ""
msgctxt "filters.audio-categories.sound_effect"
msgid "Sound effects"
msgstr ""
msgctxt "filters.audio-categories.sound"
msgid "Sound effects"
msgstr ""
msgctxt "filters.image-categories.title"
msgid "Image type"
msgstr ""