-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathmessages.pot
More file actions
18950 lines (15030 loc) · 488 KB
/
messages.pot
File metadata and controls
18950 lines (15030 loc) · 488 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) 2025 ORGANIZATION
# This file is distributed under the same license as the PROJECT project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2025.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2025-01-28 23:33+0100\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.16.0\n"
# ============================================= BASIC =============================================
#: app/forms.py:10 app/forms.py:19 app/forms.py:53 app/forms.py:68
#: app/forms.py:77 app/forms.py:79
msgid "Email"
msgstr ""
#: app/forms.py:12 app/forms.py:29 app/forms.py:74
msgid "Password"
msgstr ""
#: app/forms.py:14
msgid "Keep me logged in"
msgstr ""
#: app/forms.py:15
msgid "Login"
msgstr ""
#: app/forms.py:20 app/forms.py:69
msgid "Invalid email address"
msgstr ""
#: app/forms.py:20 app/forms.py:69
msgid "email"
msgstr ""
#: app/forms.py:24
msgid "Username"
msgstr ""
#: app/forms.py:28
msgid "username"
msgstr ""
#: app/forms.py:30
msgid "Password must be between 8 and 64 characters"
msgstr ""
#: app/forms.py:30 app/forms.py:60 app/forms.py:88
msgid "Passwords must match"
msgstr ""
#: app/forms.py:31 app/forms.py:61 app/forms.py:76
msgid "password"
msgstr ""
#: app/forms.py:32 app/forms.py:62
msgid "Confirm password"
msgstr ""
#: app/forms.py:33 app/forms.py:63
msgid "confirm password"
msgstr ""
#: app/forms.py:34
msgid "Signup Code"
msgstr ""
#: app/forms.py:35
msgid "signup code"
msgstr ""
#: app/forms.py:36
msgid "Sign Up"
msgstr ""
#: app/forms.py:55 app/forms.py:64 app/templates/auth/reset_password.html:5
#: app/templates/auth/reset_password_request.html:6
msgid "Reset Password"
msgstr ""
#: app/forms.py:59
msgid "New Password"
msgstr ""
#: app/forms.py:70 app/templates/auth/resend_confirmation.html:6
msgid "Resend Confirmation"
msgstr ""
#: app/forms.py:78
msgid "Email addresses must match"
msgstr ""
#: app/forms.py:78
msgid "new email"
msgstr ""
#: app/forms.py:80
msgid "confirm new email"
msgstr ""
#: app/forms.py:81 app/forms.py:92
msgid "Change"
msgstr ""
#: app/forms.py:85
msgid "Current Password"
msgstr ""
#: app/forms.py:86
msgid "current password"
msgstr ""
#: app/forms.py:87
msgid "New password"
msgstr ""
#: app/forms.py:89
msgid "new password"
msgstr ""
#: app/forms.py:90
msgid "Confirm new password"
msgstr ""
#: app/forms.py:91
msgid "confirm new password"
msgstr ""
#: app/forms.py:103
msgid "Name (d10)..."
msgstr ""
#: app/forms.py:104
msgid "Background (d20)..."
msgstr ""
#: app/forms.py:114 app/forms.py:115
msgid "Custom"
msgstr ""
#: app/forms.py:125 app/forms.py:238 app/templates/partial/tools/pcgen.html:13
msgid "Background"
msgstr ""
#: app/forms.py:126 app/forms.py:237 app/forms.py:283 app/forms.py:293
#: app/templates/main/inventory.html:33 app/templates/main/inventory.html:112
#: app/templates/main/parties.html:43
#: app/templates/partial/modal/edit_container.html:20
#: app/templates/partial/modal/edit_container_party.html:20
#: app/templates/partial/modal/edit_item.html:19
#: app/templates/partial/modal/edit_item_party.html:19
msgid "Name"
msgstr ""
#: app/forms.py:129 app/forms.py:130 app/forms.py:242
msgid "Custom Background"
msgstr ""
#: app/forms.py:138 app/forms.py:139 app/forms.py:170 app/forms.py:233
#: app/forms.py:240
msgid "Custom Name"
msgstr ""
#: app/forms.py:146 app/forms.py:172 app/forms.py:245
#: app/templates/main/character_create.html:185
#: app/templates/main/character_create.html:196
msgid "Strength"
msgstr ""
#: app/forms.py:147 app/forms.py:173 app/forms.py:247
msgid "Strength Max"
msgstr ""
#: app/forms.py:148 app/forms.py:174 app/forms.py:249
#: app/templates/main/character_create.html:186
#: app/templates/main/character_create.html:197
msgid "Dexterity"
msgstr ""
#: app/forms.py:149 app/forms.py:175 app/forms.py:251
msgid "Dexterity Max"
msgstr ""
#: app/forms.py:150 app/forms.py:176 app/forms.py:178 app/forms.py:253
#: app/templates/main/character_create.html:187
#: app/templates/main/character_create.html:198
msgid "Willpower"
msgstr ""
#: app/forms.py:151 app/forms.py:177 app/forms.py:179 app/forms.py:255
msgid "Willpower Max"
msgstr ""
#: app/forms.py:152 app/forms.py:257
#: app/static/json/party_events/bestiary.json:5
#: app/templates/main/character_create.html:203
#: app/templates/main/character_print.html:40
#: app/templates/main/party_edit.html:79 app/templates/main/party_view.html:93
#: app/templates/partial/charedit/stats.html:37
#: app/templates/partial/charview/stats.html:22
#: app/templates/partial/tools/pcgen_text.html:28
msgid "HP"
msgstr ""
#: app/forms.py:153 app/forms.py:258
msgid "HP Max"
msgstr ""
#: app/forms.py:155 app/forms.py:185 app/forms.py:207 app/forms.py:268
#: app/forms.py:287 app/forms.py:297 app/templates/main/character_edit.html:82
#: app/templates/main/character_print.html:113
#: app/templates/main/character_view.html:101
msgid "Notes"
msgstr ""
#: app/forms.py:156 app/forms.py:188 app/forms.py:212 app/forms.py:286
#: app/forms.py:296
msgid "description"
msgstr ""
#: app/forms.py:161 app/forms.py:180 app/forms.py:260
#: app/static/json/party_events/names.json:47
#: app/static/json/party_events/setting.json:418
#: app/static/json/party_events/setting.json:1150
#: app/templates/main/character_create.html:326
#: app/templates/main/character_print.html:48
#: app/templates/main/party_edit.html:83 app/templates/main/party_view.html:97
#: app/templates/partial/charedit/stats.html:54
#: app/templates/partial/charview/stats.html:36
#: app/templates/partial/tools/pcgen_text.html:45
msgid "Gold"
msgstr ""
#: app/forms.py:162
msgid "Save Character"
msgstr ""
#: app/forms.py:181 app/forms.py:279
#: app/templates/main/edit_portrait_modal.html:24
#: app/templates/main/inventory.html:91
#: app/templates/partial/charedit/portrait.html:58
#: app/templates/partial/modal/edit_item.html:116
#: app/templates/partial/modal/edit_item_party.html:116
msgid "Save"
msgstr ""
#: app/forms.py:184 app/forms.py:266
msgid "Deprived"
msgstr ""
#: app/forms.py:184 app/forms.py:266
msgid "Panicked"
msgstr ""
#: app/forms.py:186 app/forms.py:208 app/forms.py:288 app/forms.py:298
msgid "notes"
msgstr ""
#: app/forms.py:187 app/forms.py:211 app/forms.py:269 app/forms.py:285
#: app/forms.py:295 app/templates/main/character_edit.html:66
#: app/templates/main/character_print.html:82
#: app/templates/main/character_view.html:73
#: app/templates/main/inventory.html:165 app/templates/main/parties.html:47
#: app/templates/partial/modal/edit_item.html:99
#: app/templates/partial/modal/edit_item_party.html:99
#: app/templates/partial/tools/pcgen_text.html:8
msgid "Description"
msgstr ""
#: app/forms.py:189 app/forms.py:215 app/forms.py:270
#: app/templates/main/character_create.html:218
#: app/templates/main/character_edit.html:55
#: app/templates/main/character_print.html:58
#: app/templates/main/character_view.html:60
msgid "Traits"
msgstr ""
#: app/forms.py:190 app/forms.py:216
msgid "traits"
msgstr ""
#: app/forms.py:191 app/forms.py:219 app/forms.py:271
#: app/templates/main/character_create.html:291
#: app/templates/main/character_create.html:294
#: app/templates/main/character_edit.html:71
#: app/templates/main/character_print.html:89
#: app/templates/main/character_view.html:80
#: app/templates/partial/tools/pcgen_text.html:63
msgid "Bonds"
msgstr ""
#: app/forms.py:192 app/forms.py:220
msgid "bonds"
msgstr ""
#: app/forms.py:193 app/forms.py:223 app/forms.py:272
#: app/templates/main/character_create.html:302
#: app/templates/main/character_create.html:305
#: app/templates/main/character_print.html:97
#: app/templates/main/character_view.html:87
#: app/templates/partial/charedit/omens.html:2
#: app/templates/partial/tools/pcgen_text.html:80
msgid "Omens"
msgstr ""
#: app/forms.py:194 app/forms.py:224
msgid "omens"
msgstr ""
#: app/forms.py:195 app/forms.py:230 app/forms.py:273
#: app/templates/main/character_print.html:105
#: app/templates/main/character_view.html:94
#: app/templates/partial/charedit/scars.html:1
msgid "Scars"
msgstr ""
#: app/forms.py:196 app/forms.py:230
msgid "scars"
msgstr ""
#: app/forms.py:200 app/forms.py:227
msgid "Party Code"
msgstr ""
#: app/forms.py:201 app/forms.py:227
msgid "join code"
msgstr ""
#: app/forms.py:262 app/templates/main/character_create.html:319
#: app/templates/partial/tools/pcgen_text.html:38
msgid "Items"
msgstr ""
#: app/forms.py:263
msgid "Containers"
msgstr ""
#: app/forms.py:275
msgid "Image URL"
msgstr ""
#: app/forms.py:276
msgid "Custom Image"
msgstr ""
#: app/forms.py:277 app/static/json/party_events/bestiary.json:6
#: app/static/json/party_events/bestiary.json:32
#: app/templates/main/character_create.html:322
#: app/templates/main/character_print.html:52
#: app/templates/main/marketplace.html:9 app/templates/main/party_edit.html:76
#: app/templates/main/party_view.html:90
#: app/templates/partial/charview/stats.html:40
#: app/templates/partial/modal/marketplace.html:101
#: app/templates/partial/tools/pcgen_text.html:29
msgid "Armor"
msgstr ""
#: app/forms.py:284 app/forms.py:294
msgid "name"
msgstr ""
#: app/forms.py:289
msgid "Save Party"
msgstr ""
#: app/static/json/backgrounds/aurifex.json:39
#: app/static/json/bonds.json:30
#: app/static/json/bonds.json:221 app/static/json/marketplace.json:42
#: app/static/json/marketplace.json:102 app/static/json/marketplace.json:165
#: app/static/json/marketplace.json:198 app/static/json/marketplace.json:202
#: app/static/json/party_events/reliquary.json:40
#: app/templates/main/inventory.html:120
#: app/templates/partial/modal/edit_item.html:30
#: app/templates/partial/modal/edit_item_party.html:30
msgid "petty"
msgstr ""
#: app/static/json/backgrounds/barber-surgeon.json:87
#: app/static/json/bonds.json:172 app/static/json/marketplace.json:208
#: app/static/json/marketplace.json:216 app/static/json/marketplace.json:220
#: app/static/json/marketplace.json:228 app/templates/main/inventory.html:133
#: app/templates/partial/modal/edit_item.html:55
#: app/templates/partial/modal/edit_item_party.html:55
msgid "1 Armor"
msgstr ""
#: app/static/json/backgrounds/aurifex.json:26
#: app/static/json/marketplace.json:4 app/static/json/marketplace.json:13
#: app/static/json/party_events/reliquary.json:10
#: app/static/json/party_events/spellbooks.json:5
msgid "tags"
msgstr ""
#: app/static/json/marketplace.json:5 app/static/json/marketplace.json:10
msgid "cost"
msgstr ""
#: app/static/json/backgrounds/aurifex.json:20
#: app/static/json/marketplace.json:8 app/static/json/marketplace.json:9
#: app/static/json/party_events/reliquary.json:15
#: app/templates/main/inventory.html:121
#: app/templates/partial/modal/edit_item.html:32
#: app/templates/partial/modal/edit_item_party.html:32
msgid "uses"
msgstr ""
#: inventory.py:123
msgid "1 use"
msgstr ""
#: app/static/json/backgrounds/aurifex.json:81
#: app/static/json/marketplace.json:8 app/static/json/marketplace.json:181
#: app/static/json/party_events/reliquary.json:148
#: app/templates/main/inventory.html:119
#: app/templates/partial/modal/edit_item.html:28
#: app/templates/partial/modal/edit_item_party.html:28
msgid "bulky"
msgstr ""
#: app/static/json/marketplace.json:194
msgid "d6 STR"
msgstr ""
#: app/static/json/backgrounds/foundling.json:93
#: app/static/json/backgrounds/hexenbane.json:79
#: app/static/json/marketplace.json:212 app/templates/main/inventory.html:134
#: app/templates/partial/modal/edit_item.html:57
#: app/templates/partial/modal/edit_item_party.html:57
msgid "2 Armor"
msgstr ""
#: app/static/json/backgrounds/barber-surgeon.json:87
#: app/static/json/marketplace.json:216 app/static/json/marketplace.json:220
#: app/templates/partial/modal/edit_item.html:61
#: app/templates/partial/modal/edit_item_party.html:61
msgid "bonus defense"
msgstr ""
#: app/static/json/marketplace.json:224 app/templates/main/inventory.html:135
#: app/templates/partial/modal/edit_item.html:59
#: app/templates/partial/modal/edit_item_party.html:59
msgid "3 Armor"
msgstr ""
#: app/static/json/backgrounds/fieldwarden.json:68
#: app/static/json/marketplace.json:234 app/static/json/marketplace.json:242
#: app/static/json/party_events/reliquary.json:141
#: app/templates/main/dice_modal.html:17 app/templates/main/inventory.html:128
#: app/templates/partial/modal/edit_item.html:46
#: app/templates/partial/modal/edit_item_party.html:46
msgid "d8"
msgstr ""
#: app/static/json/backgrounds/aurifex.json:35
#: app/static/json/marketplace.json:274 app/static/json/marketplace.json:282
#: app/static/json/party_events/reliquary.json:122
#: app/templates/main/dice_modal.html:16 app/templates/main/inventory.html:127
#: app/templates/partial/modal/edit_item.html:43
#: app/templates/partial/modal/edit_item_party.html:43
msgid "d6"
msgstr ""
#: app/static/json/backgrounds/kettlewright.json:54
#: app/static/json/marketplace.json:258 app/static/json/marketplace.json:262
#: app/static/json/marketplace.json:290
#: app/templates/main/character_create.html:262
#: app/templates/main/dice_modal.html:18 app/templates/main/inventory.html:129
#: app/templates/partial/modal/edit_item.html:49
#: app/templates/partial/modal/edit_item_party.html:49
msgid "d10"
msgstr ""
#: app/static/json/backgrounds/aurifex.json:19 - all backgrounds
msgid "Rations"
msgstr ""
#: app/static/json/backgrounds/barber-surgeon.json:25 - all backgrounds
msgid "Torch"
msgstr ""
#: app/static/json/backgrounds/barber-surgeon.json:55
#: app/static/json/bonds.json:150 app/static/json/bonds.json:230
msgid "items"
msgstr ""
#: app/static/json/backgrounds/aurifex.json:22
# NOTE: Please leave it empty as a translation
msgid "-"
msgstr ""
#: app/static/json/backgrounds/beast-handler.json:97
#: app/static/json/party_events/reliquary.json:26
#: app/templates/main/inventory.html:122
#: app/templates/partial/modal/edit_item.html:34
#: app/templates/partial/modal/edit_item_party.html:34
msgid "charges"
msgstr ""
#: app/static/json/backgrounds/aurifex.json:81
#: app/templates/main/dice_modal.html:19 app/templates/main/inventory.html:130
#: app/templates/partial/modal/edit_item.html:51
#: app/templates/partial/modal/edit_item_party.html:51
msgid "d12"
msgstr ""
#: app/static/json/backgrounds/aurifex.json:81
#: app/templates/main/inventory.html:123
#: app/templates/partial/modal/edit_item.html:36
#: app/templates/partial/modal/edit_item_party.html:36
msgid "blast"
msgstr ""
#: app/static/json/backgrounds/bonekeeper.json:79
# Inventory slots
msgid "slots"
msgstr ""
#: app/static/json/backgrounds/bonekeeper.json:81
msgid "load"
msgstr ""
#: app/static/json/party_events/bestiary.json:7
#: app/templates/main/character_create.html:148
#: app/templates/main/character_print.html:26
#: app/templates/main/party_edit.html:60 app/templates/main/party_view.html:74
#: app/templates/partial/charedit/stats.html:4
#: app/templates/partial/charview/stats.html:4
#: app/templates/partial/tools/pcgen_text.html:30
msgid "STR"
msgstr ""
#: app/static/json/party_events/bestiary.json:8
#: app/templates/main/character_create.html:159
#: app/templates/main/character_print.html:30
#: app/templates/main/party_edit.html:65 app/templates/main/party_view.html:79
#: app/templates/partial/charedit/stats.html:15
#: app/templates/partial/charview/stats.html:10
#: app/templates/partial/tools/pcgen_text.html:31
msgid "DEX"
msgstr ""
#: app/static/json/party_events/bestiary.json:9
#: app/templates/main/character_create.html:171
#: app/templates/main/character_print.html:35
#: app/templates/main/party_edit.html:70 app/templates/main/party_view.html:84
#: app/templates/partial/charedit/stats.html:26
#: app/templates/partial/charview/stats.html:16
#: app/templates/partial/tools/pcgen_text.html:32
msgid "WIL"
msgstr ""
#: app/static/json/party_events/bestiary.json:1083
#: app/static/json/party_events/reactions.json:5
msgid "Hostile"
msgstr ""
#: app/static/json/party_events/bestiary.json:1084
#: app/static/json/party_events/reactions.json:17
msgid "Wary"
msgstr ""
#: app/static/json/party_events/bestiary.json:1087
#: app/static/json/party_events/reactions.json:29
#: app/static/json/party_events/setting.json:9
msgid "Curious"
msgstr ""
#: app/static/json/party_events/bestiary.json:1090
#: app/static/json/party_events/reactions.json:41
msgid "Kind"
msgstr ""
#: app/static/json/party_events/bestiary.json:1093
#: app/static/json/party_events/reactions.json:45
msgid "Helpful"
msgstr ""
#: app/static/json/party_events/reliquary.json:33
msgid "charge"
msgstr ""
#: app/static/json/party_events/reliquary.json:21
#: app/static/json/party_events/reliquary.json:171
#: app/static/json/party_events/reliquary.json:239
msgid "+1 Armor"
msgstr ""
#: app/static/json/party_events/reliquary.json:47
msgid "use"
msgstr ""
#: app/templates/nav.html:42
msgid "characters"
msgstr ""
#: app/templates/nav.html:45
msgid "parties"
msgstr ""
#: app/templates/nav.html:48
msgid "tools"
msgstr ""
#: app/templates/nav.html:54
msgid "Language"
msgstr ""
#: app/templates/main/edit_portrait_modal.html:25
#: app/templates/main/inventory.html:92 app/templates/main/inventory.html:179
#: app/templates/main/inventory.html:212 app/templates/main/marketplace.html:37
#: app/templates/main/parties.html:54 app/templates/nav.html:54
#: app/templates/partial/charedit/portrait.html:63
#: app/templates/partial/modal/edit_container.html:99
#: app/templates/partial/modal/edit_container_party.html:98
#: app/templates/partial/modal/edit_item.html:133
#: app/templates/partial/modal/edit_item_party.html:130
#: app/templates/partial/modal/marketplace.html:156
#: app/templates/partial/modal/transfer_item.html:27
msgid "Cancel"
msgstr ""
#: app/templates/nav.html:59 app/templates/nav.html:64
msgid "about"
msgstr ""
#: app/templates/nav.html:60
msgid "account"
msgstr ""
#: app/templates/nav.html:62
msgid "login"
msgstr ""
#: app/templates/nav.html:63
msgid "sign up"
msgstr ""
#: app/templates/auth/account.html:10
msgid "Hello"
msgstr ""
#: app/templates/auth/account.html:14
msgid "Account Settings"
msgstr ""
#: app/templates/auth/account.html:16
msgid "Change Email"
msgstr ""
#: app/templates/auth/account.html:19 app/templates/auth/change_password.html:6
msgid "Change Password"
msgstr ""
#: app/templates/auth/account.html:24
msgid "Logout"
msgstr ""
#: app/templates/auth/change_email.html:6
msgid "Change Email Address"
msgstr ""
#: app/templates/auth/login.html:28
msgid "Forgot Password?"
msgstr ""
#: app/templates/auth/email/change_email.html:3
msgid "To confirm your new email address"
msgstr ""
#: app/templates/auth/email/change_email.html:4
#: app/templates/auth/email/confirm.html:4
#: app/templates/auth/email/reset_password.html:4
msgid "click here"
msgstr ""
#: app/templates/auth/email/change_email.html:7
#: app/templates/auth/email/confirm.html:7
#: app/templates/auth/email/reset_password.html:7
msgid ""
"Alternatively, you can paste the following link in your browser address "
"bar:"
msgstr ""
#: app/templates/auth/email/change_email.html:10
#: app/templates/auth/email/confirm.html:10
#: app/templates/auth/email/reset_password.html:11
msgid "Note: replies to this email address are not monitored."
msgstr ""
#: app/templates/auth/email/confirm.html:1
#: app/templates/auth/email/reset_password.html:1
msgid "Hi"
msgstr ""
#: app/templates/auth/email/confirm.html:3
msgid "To confirm your account please"
msgstr ""
#: app/templates/auth/email/reset_password.html:3
msgid "To reset your password"
msgstr ""
#: app/templates/auth/email/reset_password.html:10
msgid "If you have not requested a password reset simply ignore this message."
msgstr ""
#: app/templates/main/about.html:9
msgid "About"
msgstr ""
#: app/templates/main/about.html:24
msgid "Attribution"
msgstr ""
#: app/templates/main/character_create.html:18
msgid "Roll All"
msgstr ""
#: app/templates/main/character_create.html:22
msgid "Roll Remaining"
msgstr ""
#: app/templates/main/character_create.html:28
msgid "Reset"
msgstr ""
#: app/templates/main/character_create.html:45
msgid "New Character"
msgstr ""
#: app/templates/main/character_create.html:100
#: app/templates/main/character_create.html:123
msgid "Table"
msgstr ""
#: app/templates/main/character_create.html:100
#: app/templates/main/character_create.html:123
#: app/templates/main/character_create.html:204
msgid "(d6)"
msgstr ""
#: app/templates/main/character_create.html:114
msgid "Gear Table 1"
msgstr ""
#: app/templates/main/character_create.html:137
msgid "Gear Table 2"
msgstr ""
#: app/templates/main/character_create.html:145
#: app/templates/partial/tools/pcgen_text.html:26
msgid "Attributes"
msgstr ""
#: app/templates/main/character_create.html:149
#: app/templates/main/character_create.html:160
#: app/templates/main/character_create.html:172
msgid "(3d6)"
msgstr ""
#: app/templates/main/character_create.html:184
#: app/templates/main/character_create.html:195
msgid "Swap once..."
msgstr ""
#: app/templates/main/character_create.html:227
msgid "Physique"
msgstr ""
#: app/templates/main/character_create.html:232
msgid "Skin"
msgstr ""
#: app/templates/main/character_create.html:237
msgid "Hair"
msgstr ""
#: app/templates/main/character_create.html:242
msgid "Face"
msgstr ""
#: app/templates/main/character_create.html:247
msgid "Speech"
msgstr ""
#: app/templates/main/character_create.html:252
msgid "Clothing"
msgstr ""
#: app/templates/main/character_create.html:257
msgid "Virtue"
msgstr ""
#: app/templates/main/character_create.html:262
msgid "Vice"
msgstr ""
#: app/templates/main/character_create.html:274
#: app/templates/main/character_create.html:279
msgid "Age"
msgstr ""
#: app/templates/main/character_create.html:279
msgid "2d20+10"
msgstr ""
#: app/templates/main/character_create.html:294
#: app/templates/main/character_create.html:305
#: app/templates/main/dice_modal.html:20
msgid "d20"
msgstr ""
#: app/templates/main/character_create.html:327
msgid "3d6"
msgstr ""
#: app/templates/main/character_edit.html:10
msgid "Errors"
msgstr ""
#: app/templates/main/character_print.html:23
#: app/templates/partial/charedit/stats.html:1
#: app/templates/partial/charview/stats.html:1
msgid "Stats"
msgstr ""
#: app/templates/main/character_print.html:44
#: app/templates/partial/charedit/stats.html:48
#: app/templates/partial/charview/stats.html:31
msgid "DEPRIVED"
msgstr ""
#: app/templates/main/character_print.html:44
#: app/templates/partial/charedit/stats.html:48
#: app/templates/partial/charview/stats.html:31
msgid "PANICKED"
msgstr ""
#: app/templates/main/character_print.html:63
#: app/templates/main/inventory.html:3
#: app/templates/partial/charedit/inventory.html:2
#: app/templates/partial/charview/inventory.html:2
msgid "Inventory"
msgstr ""
#: app/templates/main/character_print.html:126
#: app/templates/main/character_view.html:123
msgid "This character does not belong to a party..."
msgstr ""
#: app/templates/main/character_view.html:63
msgid "This character has no traits..."
msgstr ""
#: app/templates/main/character_view.html:76
msgid "This character has no description..."
msgstr ""
#: app/templates/main/character_view.html:83
msgid "This character has no bonds..."
msgstr ""
#: app/templates/main/character_view.html:90
msgid "This character has no omens..."
msgstr ""
#: app/templates/main/character_view.html:97
msgid "This character has no scars..."
msgstr ""
#: app/templates/main/character_view.html:104
msgid "This character has no notes..."
msgstr ""
#: app/templates/main/character_view.html:109
#: app/templates/main/inventory.html:185
msgid "Party"
msgstr ""
#: app/templates/main/character_view.html:132
msgid "Print"
msgstr ""
#: app/templates/main/character_view.html:139
msgid "Export"
msgstr ""
#: app/templates/main/character_view.html:144
msgid "Delete character"
msgstr ""
#: app/templates/main/character_view.html:144
#: app/templates/main/inventory.html:95 app/templates/main/inventory.html:187
msgid "Delete"
msgstr ""
#: app/templates/main/character_view.html:146
msgid "Are you sure you want to delete"
msgstr ""
#: app/templates/main/character_view.html:147
msgid "DELETE"
msgstr ""
#: app/templates/main/characters.html:8
msgid "Import"
msgstr ""
#: app/templates/main/dice_modal.html:6
msgid "Roll Dice"
msgstr ""
#: app/templates/main/dice_modal.html:15 app/templates/main/inventory.html:126
#: app/templates/partial/modal/edit_item.html:40
#: app/templates/partial/modal/edit_item_party.html:40
msgid "d4"
msgstr ""
#: app/templates/main/dice_modal.html:22
msgid "d100"
msgstr ""
#: app/templates/main/dice_modal.html:26
msgid "d4+d4"
msgstr ""
#: app/templates/main/dice_modal.html:30
msgid "d8+d8"
msgstr ""
#: app/templates/main/dice_modal.html:32
msgid "d10+d10"
msgstr ""
#: app/templates/main/dice_modal.html:34
msgid "d12+d12"
msgstr ""
#: app/templates/main/edit_portrait_modal.html:6
#: app/templates/partial/charedit/portrait.html:32
msgid "Edit Portrait"
msgstr ""
#: app/templates/main/inventory.html:13 app/templates/main/marketplace.html:18
#: app/templates/partial/charedit/inventory.html:86
#: app/templates/partial/modal/marketplace.html:112
#: app/templates/partial/partyedit/inventory.html:86
msgid "Item"
msgstr ""
#: app/templates/main/inventory.html:14
#: app/templates/partial/charedit/inventory.html:91
msgid "Fatigue"
msgstr ""
#: app/templates/main/inventory.html:15 app/templates/main/inventory.html:157
#: app/templates/partial/charedit/inventory.html:96
#: app/templates/partial/modal/edit_item.html:86
#: app/templates/partial/modal/edit_item_party.html:86
#: app/templates/partial/partyedit/inventory.html:96
msgid "Container"
msgstr ""
#: app/templates/main/inventory.html:16 app/templates/main/marketplace.html:5
#: app/templates/partial/modal/marketplace.html:94
msgid "Marketplace"
msgstr ""
#: app/templates/main/inventory.html:25
msgid "Add/Edit Container"
msgstr ""
#: app/templates/main/inventory.html:39
#: app/templates/partial/modal/edit_container.html:27
#: app/templates/partial/modal/edit_container_party.html:27
msgid "Slots"
msgstr ""
#: app/templates/main/inventory.html:47
#: app/templates/partial/modal/edit_container.html:35
#: app/templates/partial/modal/edit_container_party.html:35
msgid "Carried by"
msgstr ""
#: app/templates/main/inventory.html:50
msgid "carried by..."