Skip to content

Commit

Permalink
Add translation context
Browse files Browse the repository at this point in the history
  • Loading branch information
RikudouSage committed Oct 8, 2022
1 parent d2c16ea commit 47cd170
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion qml/pages/ItemDetailPage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ Page {

return text;
}

//: Name as in "person's name", this text is taken from Android Bitwarden app and seems wrong, will probably be reworded in future
label: qsTr("Identity Name")
visible: item.type === BitwardenCli.Identity && (item.identity.title || item.identity.firstName || item.identity.middleName || item.identity.lastName)
readOnly: true
Expand Down
1 change: 1 addition & 0 deletions translations/harbour-bitsailor-cs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@
</message>
<message>
<source>Identity Name</source>
<extracomment>Name as in &quot;person&apos;s name&quot;, this text is taken from Android Bitwarden app and seems wrong, will probably be reworded in future</extracomment>
<translation>Jméno identity</translation>
</message>
<message>
Expand Down
1 change: 1 addition & 0 deletions translations/harbour-bitsailor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,7 @@
</message>
<message>
<source>Identity Name</source>
<extracomment>Name as in &quot;person&apos;s name&quot;, this text is taken from Android Bitwarden app and seems wrong, will probably be reworded in future</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
Expand Down

0 comments on commit 47cd170

Please sign in to comment.