Skip to content

Commit

Permalink
New translations en.json (Portuguese)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vouk committed Dec 29, 2023
1 parent 2678c23 commit 4882d8e
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions Core/resources/translations/pt.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "portugues_brazil",
"name": "Português (Brasil)",
"langId": 1046,
"id": "english",
"name": "English",
"langId": 1033,
"translations": {
"ui.voukoder.buttonOkay": "&OK",
"ui.voukoder.buttonCancel": "&Cancel",
Expand Down Expand Up @@ -785,6 +785,10 @@
"libx264.standard.strategy._item_3": "Lossless",
"libx264.standard.strategy.bitrate._label": "Average Bitrate [kbit]",
"libx264.standard.strategy.bitrate._description": "The average data rate allowed by the encoder.",
"libx264.standard.strategy.minrate._label": "Minimum Bitrate [kbit]",
"libx264.standard.strategy.minrate._description": "The minimum bitrate data rate allowed by the encoder.",
"libx264.standard.strategy.maxrate._label": "Maximum Bitrate [kbit]",
"libx264.standard.strategy.maxrate._description": "The maximum bitrate data rate allowed by the encoder.",
"libx264.standard.strategy.multipass._label": "Multipass",
"libx264.standard.strategy.multipass._description": "Encodes using multiple passes.",
"libx264.standard.strategy.multipass._item_0": "2 passes",
Expand Down Expand Up @@ -1263,6 +1267,10 @@
"libx265.standard.strategy._item_2": "Constant Quantizer (CQP)",
"libx265.standard.strategy.bitrate._label": "Average Bitrate [kbit]",
"libx265.standard.strategy.bitrate._description": "The average data rate allowed by the encoder.",
"libx265.standard.strategy.minrate._label": "Minimum Bitrate [kbit]",
"libx265.standard.strategy.minrate._description": "The minimum bitrate data rate allowed by the encoder.",
"libx265.standard.strategy.maxrate._label": "Maximum Bitrate [kbit]",
"libx265.standard.strategy.maxrate._description": "The maximum bitrate data rate allowed by the encoder.",
"libx265.standard.strategy.multipass._label": "Multipass",
"libx265.standard.strategy.multipass._description": "Encodes using multiple passes.",
"libx265.standard.strategy.multipass._item_0": "2 passes",
Expand Down

0 comments on commit 4882d8e

Please sign in to comment.