pt_PT Translations updated (#1029)

* po/pt_PT.po

Complete revision

* gramps/plugins/rel/rel_pt.py

Corrected a few relationships

* --all

pt Translations Update

* --all

pt Translations Update
This commit is contained in:
pmraps 2020-07-08 21:55:15 +01:00 committed by GitHub
parent 9aa8b26425
commit e66aa0d501
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6089 additions and 15092 deletions

View File

@ -84,7 +84,7 @@ _father_level = [ "", "pai", "avô", "bisavô", "trisavô",
"tetravô", "pentavô", "hexavô", "heptavô", "octavô"]
_mother_level = [ "", "mãe", "avó", "bisavó", "trisavó",
"tetravó", "pentavó", "hexavó", "heptavó", "octo"]
"tetravó", "pentavó", "hexavó", "heptavó", "octa"]
# Higher-order terms (after "tetravô") are not standard in Portuguese.
# Check http://www.geneall.net/P/forum_msg.php?id=136774 that states
@ -99,7 +99,7 @@ _daughter_level = [ "", "filha", "neta", "bisneta",
"trineta", "tetraneta", "pentaneta", "hexaneta", "heptaneta", "octaneta"]
_sister_level = [ "", "irmã", "tia", "tia avó", "tia bisavó", "tia trisavó", "tia tetravó",
"tia pentavó", "tia hexavó", "tia heptavó", "tia octo"]
"tia pentavó", "tia hexavó", "tia heptavó", "tia octa"]
_brother_level = [ "", "irmão", "tio", "tio avô", "tio bisavô", "tio trisavô",
"tio tetravô", "tio pentavô", "tio hexavô", "tio heptavô", "tio octavô"]
@ -280,7 +280,7 @@ class RelationshipCalculator(gramps.gen.relationship.RelationshipCalculator):
def get_relationship(self, secondRel, firstRel, orig_person_gender, other_person_gender):
"""
returns a string representing the relationshp between the two people,
returns a string representing the relationship between the two people,
along with a list of common ancestors (typically father, mother)
"""
@ -343,14 +343,14 @@ class RelationshipCalculator(gramps.gen.relationship.RelationshipCalculator):
in_law_a=False, in_law_b=False):
return self.get_relationship(1, 1, gender_a, gender_b)[0];
# Relatório de Parentesco
# Relatório de parentesco
def get_plural_relationship_string(self, Ga, Gb,
reltocommon_a='', reltocommon_b='',
only_birth=True,
in_law_a=False, in_law_b=False):
"""
Cria o objeto KinshipReport que produz o relatório.
Cria o objecto KinshipReport que produz o relatório.
Os argumentos são:
database - a instância do banco de dados GRAMPS
options_class - instância da classe das opções para este relatório

21171
po/pt_PT.po

File diff suppressed because it is too large Load Diff