-
Notifications
You must be signed in to change notification settings - Fork 18
/
django.po
7116 lines (5568 loc) · 164 KB
/
django.po
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
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-09-07 10:24+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:8 timezone/_cldr_data.py:416
#: timezone/_cldr_data.py:417 timezone/_cldr_data.py:418
#: timezone/_cldr_data.py:419 timezone/_cldr_data.py:423
#: timezone/_cldr_data.py:424 timezone/_cldr_data.py:425
#: timezone/_cldr_data.py:426
msgid "world"
msgstr "Mundo"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:9 timezone/_cldr_data.py:380
#: timezone/_cldr_data.py:381
msgid "Africa"
msgstr "África"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:10
msgid "North America"
msgstr "América do Norte"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:11
msgid "South America"
msgstr "América do Sul"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:12
msgid "Oceania"
msgstr "Oceania"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:13
msgid "Western Africa"
msgstr "África Ocidental"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:14
msgid "Central America"
msgstr "América Central"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:15
msgid "Eastern Africa"
msgstr "África Oriental"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:16
msgid "Northern Africa"
msgstr "África do Norte"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:17
msgid "Middle Africa"
msgstr "África Central"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:18
msgid "Southern Africa"
msgstr "África Meridional"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:19 timezone/_cldr_data.py:382
#: timezone/_cldr_data.py:383 timezone/_cldr_data.py:384
#: timezone/_cldr_data.py:385 timezone/_cldr_data.py:386
#: timezone/_cldr_data.py:387 timezone/_cldr_data.py:388
#: timezone/_cldr_data.py:389 timezone/_cldr_data.py:390
#: timezone/_cldr_data.py:391 timezone/_cldr_data.py:392
#: timezone/_cldr_data.py:393 timezone/_cldr_data.py:394
#: timezone/_cldr_data.py:395 timezone/_cldr_data.py:396
#: timezone/_cldr_data.py:397 timezone/_cldr_data.py:398
#: timezone/_cldr_data.py:399 timezone/_cldr_data.py:400
#: timezone/_cldr_data.py:401 timezone/_cldr_data.py:402
#: timezone/_cldr_data.py:403 timezone/_cldr_data.py:404
#: timezone/_cldr_data.py:405 timezone/_cldr_data.py:406
#: timezone/_cldr_data.py:407 timezone/_cldr_data.py:408
msgid "Americas"
msgstr "Américas"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:20
msgid "Northern America"
msgstr "América Setentrional"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:21
msgid "Caribbean"
msgstr "Caribe"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:22
msgid "Eastern Asia"
msgstr "Ásia Oriental"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:23
msgid "Southern Asia"
msgstr "Ásia Meridional"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:24
msgid "Southeast Asia"
msgstr "Sudeste Asiático"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:25
msgid "Southern Europe"
msgstr "Europa Meridional"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:26
msgid "Australasia"
msgstr "Australásia"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:27
msgid "Melanesia"
msgstr "Melanésia"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:28
msgid "Micronesian Region"
msgstr "Região da Micronésia"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:29
msgid "Polynesia"
msgstr "Polinésia"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:30 timezone/_cldr_data.py:410
#: timezone/_cldr_data.py:411 timezone/_cldr_data.py:412
#: timezone/_cldr_data.py:413 timezone/_cldr_data.py:414
#: timezone/_cldr_data.py:415
msgid "Asia"
msgstr "Ásia"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:31
msgid "Central Asia"
msgstr "Ásia Central"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:32
msgid "Western Asia"
msgstr "Ásia Ocidental"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:33 timezone/_cldr_data.py:420
#: timezone/_cldr_data.py:421 timezone/_cldr_data.py:422
msgid "Europe"
msgstr "Europa"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:34
msgid "Eastern Europe"
msgstr "Europa Oriental"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:35
msgid "Northern Europe"
msgstr "Europa Setentrional"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:36
msgid "Western Europe"
msgstr "Europa Ocidental"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:37
msgid "Sub-Saharan Africa"
msgstr "África Subsaariana"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:38
msgid "Latin America"
msgstr "América Latina"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:39
msgid "Ascension Island"
msgstr "Ilha de Ascensão"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:40
msgid "Andorra"
msgstr "Andorra"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:41
msgid "United Arab Emirates"
msgstr "Emirados Árabes Unidos"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:42
msgid "Afghanistan"
msgstr "Afeganistão"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:43
msgid "Antigua & Barbuda"
msgstr "Antígua e Barbuda"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:44
msgid "Anguilla"
msgstr "Anguila"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:45
msgid "Albania"
msgstr "Albânia"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:46
msgid "Armenia"
msgstr "Armênia"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:47
msgid "Angola"
msgstr "Angola"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:48 timezone/_cldr_data.py:409
msgid "Antarctica"
msgstr "Antártida"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:49
msgid "Argentina"
msgstr "Argentina"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:50
msgid "American Samoa"
msgstr "Samoa Americana"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:51
msgid "Austria"
msgstr "Áustria"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:52
msgid "Australia"
msgstr "Austrália"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:53
msgid "Aruba"
msgstr "Aruba"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:54
msgid "Åland Islands"
msgstr "Ilhas Aland"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:55
msgid "Azerbaijan"
msgstr "Azerbaijão"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:56
msgid "Bosnia & Herzegovina"
msgstr "Bósnia e Herzegovina"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:57
msgid "Barbados"
msgstr "Barbados"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:58
msgid "Bangladesh"
msgstr "Bangladesh"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:59
msgid "Belgium"
msgstr "Bélgica"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:60
msgid "Burkina Faso"
msgstr "Burquina Faso"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:61
msgid "Bulgaria"
msgstr "Bulgária"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:62
msgid "Bahrain"
msgstr "Barein"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:63
msgid "Burundi"
msgstr "Burundi"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:64
msgid "Benin"
msgstr "Benin"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:65 timezone/_cldr_data.py:403
msgid "St. Barthélemy"
msgstr "São Bartolomeu"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:66
msgid "Bermuda"
msgstr "Bermudas"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:67
msgid "Brunei"
msgstr "Brunei"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:68
msgid "Bolivia"
msgstr "Bolívia"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:69
msgid "Caribbean Netherlands"
msgstr "Países Baixos Caribenhos"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:70
msgid "Brazil"
msgstr "Brasil"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:71
msgid "Bahamas"
msgstr "Bahamas"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:72
msgid "Bhutan"
msgstr "Butão"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:73
msgid "Bouvet Island"
msgstr "Ilha Bouvet"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:74
msgid "Botswana"
msgstr "Botsuana"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:75
msgid "Belarus"
msgstr "Bielorrússia"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:76
msgid "Belize"
msgstr "Belize"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:77
msgid "Canada"
msgstr "Canadá"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:78
msgid "Cocos (Keeling) Islands"
msgstr "Ilhas Cocos (Keeling)"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:79
msgid "Congo - Kinshasa"
msgstr "Congo - Kinshasa"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:80
msgid "Central African Republic"
msgstr "República Centro-Africana"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:81
msgid "Congo - Brazzaville"
msgstr "República do Congo"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:82
msgid "Switzerland"
msgstr "Suíça"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:83
msgid "Côte d’Ivoire"
msgstr "Costa do Marfim"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:84
msgid "Cook Islands"
msgstr "Ilhas Cook"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:85
msgid "Chile"
msgstr "Chile"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:86
msgid "Cameroon"
msgstr "Camarões"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:87
msgid "China"
msgstr "China"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:88
msgid "Colombia"
msgstr "Colômbia"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:89
msgid "Clipperton Island"
msgstr "Ilha de Clipperton"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:90
msgid "Sark"
msgstr ""
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:91
msgid "Costa Rica"
msgstr "Costa Rica"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:92
msgid "Cuba"
msgstr "Cuba"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:93
msgid "Cape Verde"
msgstr "Cabo Verde"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:94 timezone/_cldr_data.py:387
msgid "Curaçao"
msgstr "Curaçao"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:95
msgid "Christmas Island"
msgstr "Ilha Christmas"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:96
msgid "Cyprus"
msgstr "Chipre"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:97
msgid "Czechia"
msgstr "Tchéquia"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:98
msgid "Germany"
msgstr "Alemanha"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:99
msgid "Diego Garcia"
msgstr "Diego Garcia"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:100
msgid "Djibouti"
msgstr "Djibuti"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:101
msgid "Denmark"
msgstr "Dinamarca"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:102
msgid "Dominica"
msgstr "Dominica"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:103
msgid "Dominican Republic"
msgstr "República Dominicana"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:104
msgid "Algeria"
msgstr "Argélia"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:105
msgid "Ceuta & Melilla"
msgstr "Ceuta e Melilla"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:106
msgid "Ecuador"
msgstr "Equador"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:107
msgid "Estonia"
msgstr "Estônia"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:108
msgid "Egypt"
msgstr "Egito"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:109
msgid "Western Sahara"
msgstr "Saara Ocidental"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:110
msgid "Eritrea"
msgstr "Eritreia"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:111
msgid "Spain"
msgstr "Espanha"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:112
msgid "Ethiopia"
msgstr "Etiópia"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:113
msgid "European Union"
msgstr "União Europeia"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:114
msgid "Eurozone"
msgstr "zona do euro"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:115
msgid "Finland"
msgstr "Finlândia"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:116
msgid "Fiji"
msgstr "Fiji"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:117
msgid "Falkland Islands"
msgstr "Ilhas Malvinas"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:118
msgid "Micronesia"
msgstr "Micronésia"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:119
msgid "Faroe Islands"
msgstr "Ilhas Faroé"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:120
msgid "France"
msgstr "França"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:121
msgid "Gabon"
msgstr "Gabão"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:122
msgid "United Kingdom"
msgstr "Reino Unido"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:123
msgid "Grenada"
msgstr "Granada"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:124
msgid "Georgia"
msgstr "Geórgia"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:125
msgid "French Guiana"
msgstr "Guiana Francesa"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:126
msgid "Guernsey"
msgstr "Guernsey"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:127
msgid "Ghana"
msgstr "Gana"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:128
msgid "Gibraltar"
msgstr "Gibraltar"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:129
msgid "Greenland"
msgstr "Groenlândia"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:130
msgid "Gambia"
msgstr "Gâmbia"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:131
msgid "Guinea"
msgstr "Guiné"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:132
msgid "Guadeloupe"
msgstr "Guadalupe"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:133
msgid "Equatorial Guinea"
msgstr "Guiné Equatorial"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:134
msgid "Greece"
msgstr "Grécia"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:135
msgid "South Georgia & South Sandwich Islands"
msgstr "Ilhas Geórgia do Sul e Sandwich do Sul"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:136
msgid "Guatemala"
msgstr "Guatemala"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:137
msgid "Guam"
msgstr "Guam"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:138
msgid "Guinea-Bissau"
msgstr "Guiné-Bissau"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:139
msgid "Guyana"
msgstr "Guiana"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:140
msgid "Hong Kong"
msgstr "Hong Kong"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:141
msgid "Heard & McDonald Islands"
msgstr "Ilhas Heard e McDonald"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:142
msgid "Honduras"
msgstr "Honduras"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:143
msgid "Croatia"
msgstr "Croácia"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:144
msgid "Haiti"
msgstr "Haiti"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:145
msgid "Hungary"
msgstr "Hungria"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:146
msgid "Canary Islands"
msgstr "Ilhas Canárias"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:147
msgid "Indonesia"
msgstr "Indonésia"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:148
msgid "Ireland"
msgstr "Irlanda"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:149
msgid "Israel"
msgstr "Israel"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:150
msgid "Isle of Man"
msgstr "Ilha de Man"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:151
msgid "India"
msgstr "Índia"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:152
msgid "British Indian Ocean Territory"
msgstr "Território Britânico do Oceano Índico"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:153
msgid "Iraq"
msgstr "Iraque"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:154
msgid "Iran"
msgstr "Irã"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:155
msgid "Iceland"
msgstr "Islândia"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:156
msgid "Italy"
msgstr "Itália"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:157
msgid "Jersey"
msgstr "Jersey"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:158
msgid "Jamaica"
msgstr "Jamaica"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:159
msgid "Jordan"
msgstr "Jordânia"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:160
msgid "Japan"
msgstr "Japão"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:161
msgid "Kenya"
msgstr "Quênia"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:162
msgid "Kyrgyzstan"
msgstr "Quirguistão"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:163
msgid "Cambodia"
msgstr "Camboja"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:164
msgid "Kiribati"
msgstr "Quiribati"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:165
msgid "Comoros"
msgstr "Comores"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:166
msgid "St. Kitts & Nevis"
msgstr "São Cristóvão e Névis"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:167
msgid "North Korea"
msgstr "Coreia do Norte"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:168
msgid "South Korea"
msgstr "Coreia do Sul"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:169
msgid "Kuwait"
msgstr "Kuwait"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:170
msgid "Cayman Islands"
msgstr "Ilhas Cayman"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:171
msgid "Kazakhstan"
msgstr "Cazaquistão"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:172
msgid "Laos"
msgstr "Laos"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:173
msgid "Lebanon"
msgstr "Líbano"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:174 timezone/_cldr_data.py:406
msgid "St. Lucia"
msgstr "Santa Lúcia"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:175
msgid "Liechtenstein"
msgstr "Liechtenstein"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:176
msgid "Sri Lanka"
msgstr "Sri Lanka"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:177
msgid "Liberia"
msgstr "Libéria"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:178
msgid "Lesotho"
msgstr "Lesoto"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:179
msgid "Lithuania"
msgstr "Lituânia"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:180
msgid "Luxembourg"
msgstr "Luxemburgo"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:181
msgid "Latvia"
msgstr "Letônia"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:182
msgid "Libya"
msgstr "Líbia"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:183
msgid "Morocco"
msgstr "Marrocos"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:184
msgid "Monaco"
msgstr "Mônaco"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:185
msgid "Moldova"
msgstr "Moldávia"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:186
msgid "Montenegro"
msgstr "Montenegro"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:187
msgid "St. Martin"
msgstr "São Martinho"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:188
msgid "Madagascar"
msgstr "Madagascar"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:189
msgid "Marshall Islands"
msgstr "Ilhas Marshall"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:190
msgid "North Macedonia"
msgstr "Macedônia do Norte"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:191
msgid "Mali"
msgstr "Mali"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:192
msgid "Myanmar (Burma)"
msgstr "Mianmar (Birmânia)"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:193
msgid "Mongolia"
msgstr "Mongólia"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:194 timezone/_cldr_data.py:412
msgid "Macao"
msgstr "Macau"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:195
msgid "Northern Mariana Islands"
msgstr "Ilhas Marianas do Norte"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:196
msgid "Martinique"
msgstr "Martinica"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:197
msgid "Mauritania"
msgstr "Mauritânia"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:198
msgid "Montserrat"
msgstr "Montserrat"
#. auto-generated from CLDR -- see docs before updating
#: countries/_cldr_data.py:199
msgid "Malta"