-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmessages.pot
More file actions
1183 lines (929 loc) · 27.7 KB
/
messages.pot
File metadata and controls
1183 lines (929 loc) · 27.7 KB
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
# Translations template for PROJECT.
# Copyright (C) 2026 ORGANIZATION
# This file is distributed under the same license as the PROJECT project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2026.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2026-03-02 16:08+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.18.0\n"
#: app.py:114
msgid "Error: WEATHER_API_KEY environment variable not set."
msgstr ""
#: app.py:117
msgid "Please provide a location."
msgstr ""
#: app.py:124
#, python-format
msgid "Error: %(message)s"
msgstr ""
#: app.py:136
#, python-format
msgid "Weather in %(city)s, %(region)s, %(country)s:\n"
msgstr ""
#: app.py:137
#, python-format
msgid "Temperature: %(temp_c)s°C / %(temp_f)s°F\n"
msgstr ""
#: app.py:138
#, python-format
msgid "Condition: %(condition)s\n"
msgstr ""
#: app.py:139
#, python-format
msgid "Wind: %(wind_mph)s mph\n"
msgstr ""
#: app.py:140
#, python-format
msgid "Humidity: %(humidity)s%%"
msgstr ""
#: app.py:144
#, python-format
msgid "Error fetching weather data: %(error)s"
msgstr ""
#: app.py:146 app.py:596 app.py:1354
#, python-format
msgid "An unexpected error occurred: %(error)s"
msgstr ""
#: app.py:149
msgid "Guess the Number"
msgstr ""
#: app.py:150
msgid "A simple number guessing game."
msgstr ""
#: app.py:171
msgid "I'm thinking of a number between 1 and 100."
msgstr ""
#: app.py:173
msgid "Guess"
msgstr ""
#: app.py:197
msgid "Please enter a valid number between 1 and 100."
msgstr ""
#: app.py:201
#, python-format
msgid "Congratulations! You guessed the number in %(attempts)s attempts."
msgstr ""
#: app.py:205
msgid "Too low! Try again."
msgstr ""
#: app.py:208
msgid "Too high! Try again."
msgstr ""
#: app.py:215
msgid "Here is the generated code for your game."
msgstr ""
#: app.py:232
msgid "To-Do App"
msgstr ""
#: app.py:233
msgid "A simple to-do list application."
msgstr ""
#: app.py:253
msgid "Add a new task..."
msgstr ""
#: app.py:254
msgid "Add Task"
msgstr ""
#: app.py:285
msgid "Delete"
msgstr ""
#: app.py:295
msgid "Here is the generated code for your app."
msgstr ""
#: app.py:325
#, python-format
msgid ""
"Error on line %(line_number)s: Invalid format. Each line must be in 'key:"
" value' format."
msgstr ""
#: app.py:337
#, python-format
msgid ""
"Error on line %(line_number)s: Indentation error or item outside of a "
"section."
msgstr ""
#: app.py:339
msgid "My Website"
msgstr ""
#: app.py:352
msgid "Error: Number of images must be between 0 and 10."
msgstr ""
#: app.py:354
#, python-format
msgid "placeholder image %(number)s"
msgstr ""
#: app.py:356
msgid "Error: Invalid number for images. Please use an integer."
msgstr ""
#: app.py:391 app.py:636
msgid "Here is the generated code for your website."
msgstr ""
#: app.py:427
msgid "Here is the generated code for your Python backend."
msgstr ""
#: app.py:436
#, python-format
msgid ""
"This is a placeholder for an art criticism based on your prompt: "
"%(prompt)s"
msgstr ""
#: app.py:454
msgid "Here is the generated automation script for your task."
msgstr ""
#: app.py:473
msgid "Missing <!DOCTYPE html> declaration at the beginning."
msgstr ""
#: app.py:475
msgid "Mismatched <html> tags."
msgstr ""
#: app.py:477
msgid "Mismatched <head> tags."
msgstr ""
#: app.py:479
msgid "Mismatched <body> tags."
msgstr ""
#: app.py:483
#, python-brace-format
msgid "Mismatched curly braces {}."
msgstr ""
#: app.py:493
#, python-format
msgid "Line %(line_number)s: Missing semicolon ';'."
msgstr ""
#: app.py:495 app.py:693
#, python-format
msgid "No obvious issues found in your %(lang)s code."
msgstr ""
#: app.py:497 app.py:695
#, python-format
msgid "Found potential issues in your %(lang)s code:\n"
msgstr ""
#: app.py:502
#, python-format
msgid "We're excited to announce %(prompt)s!"
msgstr ""
#: app.py:503
msgid "Come and check us out! You won't be disappointed."
msgstr ""
#: app.py:558 app.py:1352
#, python-format
msgid "Error fetching URL: %(error)s"
msgstr ""
#: app.py:582
msgid "Error: Not a valid GitHub URL."
msgstr ""
#: app.py:585
msgid ""
"Error: URL does not appear to be a valid GitHub file URL (e.g., "
".../user/repo/blob/branch/file)."
msgstr ""
#: app.py:594
#, python-format
msgid "Error fetching file from GitHub: %(error)s"
msgstr ""
#: app.py:604
msgid "API key is missing"
msgstr ""
#: app.py:607
msgid "Invalid API key"
msgstr ""
#: app.py:633 app.py:654 app.py:664 app.py:674 app.py:684 app.py:705 app.py:715
#: app.py:745 app.py:755 app.py:766 app.py:777 app.py:788 app.py:799 app.py:810
#: app.py:821 app.py:832 app.py:843 app.py:854 app.py:865 app.py:876 app.py:887
#: app.py:898 app.py:909 app.py:920 app.py:931 app.py:942 app.py:953 app.py:964
#: app.py:975 app.py:986 app.py:997 app.py:1008 app.py:1019 app.py:1030
#: app.py:1041 app.py:1052 app.py:1063 app.py:1074 app.py:1085 app.py:1096
#: app.py:1107 app.py:1118 app.py:1129 app.py:1140 app.py:1151 app.py:1162
#: app.py:1173 app.py:1184 app.py:1195 app.py:1206 app.py:1217 app.py:1228
#: app.py:1239
msgid "Prompt is required"
msgstr ""
#: app.py:725 app.py:1338
msgid "URL is required"
msgstr ""
#: app.py:735
msgid "Location is required"
msgstr ""
#: app.py:1251
msgid "Text is required"
msgstr ""
#: app.py:1261
msgid "Username is required"
msgstr ""
#: app.py:1263
msgid "Username already exists"
msgstr ""
#: app.py:1302
msgid "Title and description are required"
msgstr ""
#: app.py:1326
msgid "Description is required"
msgstr ""
#: app.py:1347
msgid "Could not extract meaningful content from the URL."
msgstr ""
#: app.py:1364
msgid "Amount and currency are required"
msgstr ""
#: app.py:1369
msgid "Invalid amount"
msgstr ""
#: frontend/templates/index.html:17
msgid "Services"
msgstr ""
#: frontend/templates/index.html:18
msgid "eSports"
msgstr ""
#: frontend/templates/index.html:19
msgid "Verification"
msgstr ""
#: frontend/templates/index.html:20
msgid "Military"
msgstr ""
#: frontend/templates/index.html:21
msgid "Purchase"
msgstr ""
#: frontend/templates/index.html:22
msgid "Portfolio"
msgstr ""
#: frontend/templates/index.html:23
msgid "Contact"
msgstr ""
#: frontend/templates/index.html:24
msgid "Sponsor"
msgstr ""
#: frontend/templates/index.html:79
msgid "Automation Capacity"
msgstr ""
#: frontend/templates/index.html:80
msgid "We can generate automation scripts to handle your repetitive tasks."
msgstr ""
#: frontend/templates/index.html:83 frontend/templates/index.html:732
msgid "Sciences Educator"
msgstr ""
#: frontend/templates/index.html:84
msgid ""
"Our AI can provide science education and resolve exercises in "
"mathematics, physics-chemistry, biology, geography, and astronomy."
msgstr ""
#: frontend/templates/index.html:87 frontend/templates/index.html:716
msgid "Music Instrumentalist Player"
msgstr ""
#: frontend/templates/index.html:88
msgid ""
"Our AI can provide musical suggestions, help with learning an instrument,"
" and compose short musical pieces."
msgstr ""
#: frontend/templates/index.html:91 frontend/templates/index.html:636
msgid "Investigation Role"
msgstr ""
#: frontend/templates/index.html:92
msgid ""
"Expert cybersecurity and global security investigator for FBI, CIA, and "
"IA, focusing on data protection."
msgstr ""
#: frontend/templates/index.html:95 frontend/templates/index.html:620
msgid "Military Services Assistance"
msgstr ""
#: frontend/templates/index.html:96
msgid ""
"Strategic assistance for armies and security services, including tactical"
" planning and risk assessment."
msgstr ""
#: frontend/templates/index.html:99 frontend/templates/index.html:604
msgid "Podcast & Business Podcast Role"
msgstr ""
#: frontend/templates/index.html:100
msgid ""
"Expert podcast producer, creator, and designer for high-quality podcasts,"
" specializing in business."
msgstr ""
#: frontend/templates/index.html:103 frontend/templates/index.html:491
msgid "Supply Chain Consultant"
msgstr ""
#: frontend/templates/index.html:104
msgid ""
"Expert consultant for optimizing supply chain strategy, inventory "
"management, and sourcing."
msgstr ""
#: frontend/templates/index.html:107 frontend/templates/index.html:507
msgid "Logistics & Transportation Specialist"
msgstr ""
#: frontend/templates/index.html:108
msgid ""
"Professional specialist for managing goods movement, route optimization, "
"and international logistics."
msgstr ""
#: frontend/templates/index.html:111 frontend/templates/index.html:523
msgid "Data Engineering Expert"
msgstr ""
#: frontend/templates/index.html:112
msgid ""
"Expert data engineer for designing, building, and maintaining robust data"
" pipelines and architectures."
msgstr ""
#: frontend/templates/index.html:115 frontend/templates/index.html:539
msgid "IA & Data Engineering Expert"
msgstr ""
#: frontend/templates/index.html:116
msgid ""
"Specialized assistant for AI-driven data engineering, automated "
"pipelines, and data architectures for ML."
msgstr ""
#: frontend/templates/index.html:119 frontend/templates/index.html:555
msgid "Data Lab & Data Center Specialist"
msgstr ""
#: frontend/templates/index.html:120
msgid ""
"Expert assistance for data lab development, data center infrastructure, "
"scalability, and energy efficiency."
msgstr ""
#: frontend/templates/index.html:123 frontend/templates/index.html:571
msgid "Incoterms Expert"
msgstr ""
#: frontend/templates/index.html:124
msgid ""
"Professional expert for guidance and clarification on international "
"commercial terms (Incoterms)."
msgstr ""
#: frontend/templates/index.html:127 frontend/templates/index.html:459
msgid "E-commerce & Website Manager"
msgstr ""
#: frontend/templates/index.html:128
msgid ""
"Expert e-commerce assistant for platform management, product listings, "
"and website maintenance."
msgstr ""
#: frontend/templates/index.html:131 frontend/templates/index.html:475
msgid "Government Public Administrator"
msgstr ""
#: frontend/templates/index.html:132
msgid ""
"Assistance with government services, document providing, and navigating "
"public administration."
msgstr ""
#: frontend/templates/index.html:135 frontend/templates/index.html:443
msgid "Biotech Development Role"
msgstr ""
#: frontend/templates/index.html:136
msgid ""
"Expert specialist for biotech development, molecular biology research, "
"and regulatory guidance."
msgstr ""
#: frontend/templates/index.html:139 frontend/templates/index.html:427
msgid "Legal & Human Rights Assistant"
msgstr ""
#: frontend/templates/index.html:140
msgid ""
"Professional assistance for lawyers, courts, parliaments, and legal "
"students, promoting human rights."
msgstr ""
#: frontend/templates/index.html:143 frontend/templates/index.html:411
msgid "Fintech & Banking Strategist"
msgstr ""
#: frontend/templates/index.html:144
msgid ""
"Expert assistance for banks, fintechs, and VC firms, focusing on data "
"development, scale, and security."
msgstr ""
#: frontend/templates/index.html:147 frontend/templates/index.html:395
msgid "Music Production & Promotion"
msgstr ""
#: frontend/templates/index.html:148
msgid ""
"Expert assistance with beats, song structures, rhythms, and singer "
"promotion/marketing strategies."
msgstr ""
#: frontend/templates/index.html:151 frontend/templates/index.html:379
msgid "Aerospace & Automotive Specialist"
msgstr ""
#: frontend/templates/index.html:152
msgid ""
"Expert specialist for automotive, aeronautics, and astronomy sectors, "
"providing technical and strategic guidance."
msgstr ""
#: frontend/templates/index.html:155 frontend/templates/index.html:363
msgid "Data Science, Steward & DPO Assistant"
msgstr ""
#: frontend/templates/index.html:156
msgid ""
"Expert assistant for data science projects, data stewardship/governance, "
"and data protection (DPO) compliance."
msgstr ""
#: frontend/templates/index.html:159 frontend/templates/index.html:347
msgid "Logo & Thumbnail Creator"
msgstr ""
#: frontend/templates/index.html:160
msgid ""
"Expert graphic designer for creating professional logos and eye-catching "
"thumbnails for your brand."
msgstr ""
#: frontend/templates/index.html:163 frontend/templates/index.html:331
msgid "AI Content & Fake News Verifier"
msgstr ""
#: frontend/templates/index.html:164
msgid ""
"Expert in digital forensics for AI content detection, fact-checking, and "
"identifying fake news or misinformation."
msgstr ""
#: frontend/templates/index.html:167 frontend/templates/index.html:283
msgid "Automatic Learning Role"
msgstr ""
#: frontend/templates/index.html:168
msgid ""
"Expert in machine learning and AI development, providing guidance on "
"algorithm selection, model optimization, and deployment."
msgstr ""
#: frontend/templates/index.html:171 frontend/templates/index.html:299
msgid "Computer Vision Specialist"
msgstr ""
#: frontend/templates/index.html:172
msgid ""
"Expert in image and video analysis, deep learning for vision, and real-"
"world vision applications."
msgstr ""
#: frontend/templates/index.html:175 frontend/templates/index.html:315
msgid "IA Researcher"
msgstr ""
#: frontend/templates/index.html:176
msgid ""
"Expert AI researcher providing insights into state-of-the-art research, "
"methodology, and future directions."
msgstr ""
#: frontend/templates/index.html:179 frontend/templates/index.html:267
msgid "eSports Development & Assistance"
msgstr ""
#: frontend/templates/index.html:180
msgid ""
"Expert assistance for eSports development, team management, tournament "
"organization, and performance optimization."
msgstr ""
#: frontend/templates/index.html:183 frontend/templates/index.html:251
msgid "AI Dermatology Specialist"
msgstr ""
#: frontend/templates/index.html:184
msgid ""
"Expert assistance for skin conditions, treatments, and dermatological "
"procedures, providing professional guidance."
msgstr ""
#: frontend/templates/index.html:187 frontend/templates/index.html:235
msgid "Microsoft Ignite & Azure AI Expert"
msgstr ""
#: frontend/templates/index.html:188
msgid ""
"Expert guidance on Microsoft Ignite announcements, Azure AI Foundry, and "
"building Agentic AI solutions."
msgstr ""
#: frontend/templates/index.html:191 frontend/templates/index.html:219
msgid "AI Diagnostic Specialist"
msgstr ""
#: frontend/templates/index.html:192
msgid ""
"Professional assistant for medical diagnostics, symptom analysis, and "
"healthcare information."
msgstr ""
#: frontend/templates/index.html:195 frontend/templates/index.html:203
msgid "E-shop Specialist"
msgstr ""
#: frontend/templates/index.html:196
msgid ""
"Expert assistance for creating and managing e-shops and e-commerce sites,"
" providing strategic and technical guidance."
msgstr ""
#: frontend/templates/index.html:206
msgid "E-shop & E-commerce Support"
msgstr ""
#: frontend/templates/index.html:207
msgid ""
"Enter your request for e-shop creation, platform selection, or e-commerce"
" strategy below."
msgstr ""
#: frontend/templates/index.html:208
msgid "Your e-shop request"
msgstr ""
#: frontend/templates/index.html:209 frontend/templates/index.html:225
#: frontend/templates/index.html:241 frontend/templates/index.html:257
#: frontend/templates/index.html:273 frontend/templates/index.html:289
#: frontend/templates/index.html:305 frontend/templates/index.html:321
#: frontend/templates/index.html:353 frontend/templates/index.html:369
#: frontend/templates/index.html:385 frontend/templates/index.html:401
#: frontend/templates/index.html:417 frontend/templates/index.html:433
#: frontend/templates/index.html:449 frontend/templates/index.html:465
#: frontend/templates/index.html:481 frontend/templates/index.html:497
#: frontend/templates/index.html:513 frontend/templates/index.html:529
#: frontend/templates/index.html:545 frontend/templates/index.html:561
#: frontend/templates/index.html:577 frontend/templates/index.html:610
#: frontend/templates/index.html:626 frontend/templates/index.html:642
#: frontend/templates/index.html:658 frontend/templates/index.html:674
#: frontend/templates/index.html:690 frontend/templates/index.html:706
#: frontend/templates/index.html:722 frontend/templates/index.html:738
msgid "Submit"
msgstr ""
#: frontend/templates/index.html:222
msgid "Diagnostic & Healthcare Support"
msgstr ""
#: frontend/templates/index.html:223
msgid ""
"Enter your request for symptom analysis, diagnostic procedure "
"information, or healthcare guidance below."
msgstr ""
#: frontend/templates/index.html:224
msgid "Your diagnostic request"
msgstr ""
#: frontend/templates/index.html:238
msgid "Microsoft Ignite & Azure Support"
msgstr ""
#: frontend/templates/index.html:239
msgid ""
"Enter your request for information on Microsoft Ignite tools, Azure AI "
"Foundry, or building AI agents below."
msgstr ""
#: frontend/templates/index.html:240
msgid "Your Microsoft Ignite or Azure request"
msgstr ""
#: frontend/templates/index.html:254
msgid "Dermatology & Skincare Support"
msgstr ""
#: frontend/templates/index.html:255
msgid ""
"Enter your request for skin condition information, treatment guidance, or"
" skincare product analysis below."
msgstr ""
#: frontend/templates/index.html:256
msgid "Your dermatology request"
msgstr ""
#: frontend/templates/index.html:270
msgid "eSports Strategic Support"
msgstr ""
#: frontend/templates/index.html:271
msgid ""
"Enter your request for eSports team management, tournament planning, or "
"performance analysis below."
msgstr ""
#: frontend/templates/index.html:272
msgid "Your eSports request"
msgstr ""
#: frontend/templates/index.html:286
msgid "Machine Learning & AI Guidance"
msgstr ""
#: frontend/templates/index.html:287
msgid ""
"Enter your request for machine learning algorithm selection, model "
"optimization, or AI development strategy below."
msgstr ""
#: frontend/templates/index.html:288
msgid "Your machine learning request"
msgstr ""
#: frontend/templates/index.html:302
msgid "Computer Vision Guidance"
msgstr ""
#: frontend/templates/index.html:303
msgid ""
"Enter your request for image analysis, object detection, or vision model "
"deployment below."
msgstr ""
#: frontend/templates/index.html:304
msgid "Your computer vision request"
msgstr ""
#: frontend/templates/index.html:318
msgid "AI Research Support"
msgstr ""
#: frontend/templates/index.html:319
msgid ""
"Enter your request for AI research insights, methodology, or ethical "
"impact discussion below."
msgstr ""
#: frontend/templates/index.html:320
msgid "Your AI research request"
msgstr ""
#: frontend/templates/index.html:334
msgid "Verify Your Content"
msgstr ""
#: frontend/templates/index.html:335
msgid ""
"Enter the text or content you want to verify for AI generation or fake "
"information below."
msgstr ""
#: frontend/templates/index.html:336
msgid "Your content to verify"
msgstr ""
#: frontend/templates/index.html:337
msgid "Verify Content"
msgstr ""
#: frontend/templates/index.html:350
msgid "Design Your Logo or Thumbnail"
msgstr ""
#: frontend/templates/index.html:351
msgid ""
"Enter your request for logo concepts, color palettes, or thumbnail design"
" ideas below."
msgstr ""
#: frontend/templates/index.html:352
msgid "Your logo or thumbnail request"
msgstr ""
#: frontend/templates/index.html:366
msgid "Data Insights, Governance & Privacy"
msgstr ""
#: frontend/templates/index.html:367
msgid ""
"Enter your request for data science analysis, data stewardship guidance, "
"or DPO/privacy compliance assistance."
msgstr ""
#: frontend/templates/index.html:368
msgid "Your data science or protection request"
msgstr ""
#: frontend/templates/index.html:382
msgid "Aerospace, Automotive & Astronomy Support"
msgstr ""
#: frontend/templates/index.html:383
msgid ""
"Enter your request for automotive engineering, aerospace technology, or "
"astronomy assistance below."
msgstr ""
#: frontend/templates/index.html:384
msgid "Your aerospace or automotive request"
msgstr ""
#: frontend/templates/index.html:398
msgid "Beats, Songs & Artist Promotion"
msgstr ""
#: frontend/templates/index.html:399
msgid ""
"Enter your request for music production, beats, rhythms, or singer "
"promotion strategies."
msgstr ""
#: frontend/templates/index.html:400
msgid "Your music request"
msgstr ""
#: frontend/templates/index.html:414
msgid "Fintech, VC & Data Security Support"
msgstr ""
#: frontend/templates/index.html:415
msgid ""
"Enter your request for fintech consulting, VC strategy, data scaling, or "
"security guidance."
msgstr ""
#: frontend/templates/index.html:416
msgid "Your fintech request"
msgstr ""
#: frontend/templates/index.html:430
msgid "Legal & Human Rights Support"
msgstr ""
#: frontend/templates/index.html:431
msgid ""
"Enter your request for legal advice, court/parliament assistance, student"
" exercises, or human rights advocacy."
msgstr ""
#: frontend/templates/index.html:432
msgid "Your legal request"
msgstr ""
#: frontend/templates/index.html:446
msgid "Biotech Research & Development"
msgstr ""
#: frontend/templates/index.html:447
msgid "Enter your biotechnology project, research, or regulatory request below."
msgstr ""
#: frontend/templates/index.html:448
msgid "Your biotech request"
msgstr ""
#: frontend/templates/index.html:462
msgid "Manage Your E-commerce Site"
msgstr ""
#: frontend/templates/index.html:463
msgid ""
"Enter your e-commerce platform, product listing, or website management "
"request below."
msgstr ""
#: frontend/templates/index.html:464
msgid "Your e-commerce request"
msgstr ""
#: frontend/templates/index.html:478
msgid "Navigate Government Services"
msgstr ""
#: frontend/templates/index.html:479
msgid ""
"Enter your request for government services, document assistance, or "
"public administration guidance."
msgstr ""
#: frontend/templates/index.html:480
msgid "Your government services request"
msgstr ""
#: frontend/templates/index.html:494
msgid "Optimize Your Supply Chain"
msgstr ""
#: frontend/templates/index.html:495
msgid "Enter your supply chain strategy, inventory, or sourcing request below."
msgstr ""
#: frontend/templates/index.html:496
msgid "Your supply chain request"
msgstr ""
#: frontend/templates/index.html:510
msgid "Manage Logistics & Transportation"
msgstr ""
#: frontend/templates/index.html:511
msgid "Enter your logistics, route optimization, or shipping request below."
msgstr ""
#: frontend/templates/index.html:512
msgid "Your logistics request"
msgstr ""
#: frontend/templates/index.html:526
msgid "Design & Build Data Pipelines"
msgstr ""
#: frontend/templates/index.html:527
msgid ""
"Enter your data engineering, pipeline design, or architecture request "
"below."
msgstr ""
#: frontend/templates/index.html:528
msgid "Your data engineering request"
msgstr ""
#: frontend/templates/index.html:542
msgid "AI-Driven Data Pipelines"
msgstr ""
#: frontend/templates/index.html:543
msgid ""
"Enter your request for AI-optimized data pipelines, feature stores, or "
"data preparation for LLMs."
msgstr ""
#: frontend/templates/index.html:544
msgid "Your AI data engineering request"
msgstr ""
#: frontend/templates/index.html:558
msgid "Data Lab & Infrastructure Support"
msgstr ""
#: frontend/templates/index.html:559
msgid ""
"Enter your request for data lab development, data center infrastructure, "
"or energy efficiency strategies."
msgstr ""
#: frontend/templates/index.html:560
msgid "Your data lab or data center request"
msgstr ""
#: frontend/templates/index.html:574
msgid "Get Guidance on Incoterms"
msgstr ""
#: frontend/templates/index.html:575
msgid "Enter your Incoterms or international trade request below."
msgstr ""
#: frontend/templates/index.html:576
msgid "Your Incoterms request"
msgstr ""
#: frontend/templates/index.html:587
msgid "Global Translator"
msgstr ""
#: frontend/templates/index.html:590
msgid "Translate Text to Any Language"
msgstr ""
#: frontend/templates/index.html:591
msgid "Enter the text you want to translate and the target language."
msgstr ""
#: frontend/templates/index.html:592
msgid "Text to translate"
msgstr ""