Skip to content

Commit e3a72c1

Browse files
committed
Add Portuguese (Brasil) localization.
h/t @insidegui
1 parent ff45ace commit e3a72c1

File tree

6 files changed

+47
-0
lines changed

6 files changed

+47
-0
lines changed

QLVideo.pkgproj

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -792,6 +792,17 @@
792792
<integer>1</integer>
793793
</dict>
794794
</dict>
795+
<dict>
796+
<key>LANGUAGE</key>
797+
<string>Portuguese</string>
798+
<key>VALUE</key>
799+
<dict>
800+
<key>PATH</key>
801+
<string>Resources/pt.lproj/conclusion.rtfd</string>
802+
<key>PATH_TYPE</key>
803+
<integer>1</integer>
804+
</dict>
805+
</dict>
795806
<dict>
796807
<key>LANGUAGE</key>
797808
<string>Simplified Chinese</string>

QLVideo.xcodeproj/project.pbxproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,8 @@
120120
ABB8CF531A1C798B00CF242E /* sv */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sv; path = sv.lproj/schema.strings; sourceTree = "<group>"; };
121121
ABE05B671A29FED900E228EE /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = ja.lproj/schema.strings; sourceTree = "<group>"; };
122122
ABE4610F1A15A519006C89A2 /* en */ = {isa = PBXFileReference; explicitFileType = text.plist.strings; name = en; path = en.lproj/schema.strings; sourceTree = "<group>"; };
123+
ABFA2CDE1A3E153700B17BC5 /* pt */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pt; path = pt.lproj/schema.strings; sourceTree = "<group>"; };
124+
ABFA2CE01A3E155000B17BC5 /* pt */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pt; path = pt.lproj/Localizable.strings; sourceTree = "<group>"; };
123125
ABFE69C31A28399200243CA0 /* zh_CN */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = zh_CN; path = zh_CN.lproj/schema.strings; sourceTree = "<group>"; };
124126
/* End PBXFileReference section */
125127

@@ -366,6 +368,7 @@
366368
zh_CN,
367369
ja,
368370
es,
371+
pt,
369372
);
370373
mainGroup = AB9FB5641965DD7200D39647;
371374
productRefGroup = AB9FB56E1965DD7200D39647 /* Products */;
@@ -481,6 +484,7 @@
481484
AB19C8321A3A2B2200A14247 /* zh_CN */,
482485
AB9730211A3A2BB00067C886 /* ja */,
483486
AB9730221A3A2BF40067C886 /* es */,
487+
ABFA2CE01A3E155000B17BC5 /* pt */,
484488
);
485489
name = Localizable.strings;
486490
path = Resources;
@@ -496,6 +500,7 @@
496500
ABFE69C31A28399200243CA0 /* zh_CN */,
497501
ABE05B671A29FED900E228EE /* ja */,
498502
AB97CDD21A3A059C005FECB1 /* es */,
503+
ABFA2CDE1A3E153700B17BC5 /* pt */,
499504
);
500505
name = schema.strings;
501506
path = Resources;
2.28 KB
Loading
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{\rtf1\ansi\ansicpg1252\cocoartf1265\cocoasubrtf210
2+
{\fonttbl\f0\fnil\fcharset0 HelveticaNeue;\f1\fswiss\fcharset0 Helvetica;}
3+
{\colortbl;\red255\green255\blue255;}
4+
\paperw11900\paperh16840\margl1440\margr1440\vieww7840\viewh7000\viewkind0
5+
\pard\qc
6+
7+
\f0\fs24 \cf0 \
8+
\
9+
10+
\f1 {{\NeXTGraphic Success.png \width1440 \height1440
11+
}¬}
12+
\f0 \
13+
\
14+
15+
\b\fs44 A instala\'e7\'e3o foi realizada corretamente.\
16+
17+
\b0\fs26 \
18+
\pard
19+
\cf0 Para ver miniaturas dos v\'eddeos voc\'ea precisa reiniciar o Finder ou finalizar sess\'e3o e iniciar novamente.\
20+
\
21+
Voc\'ea poder\'e1 perceber um alto uso da CPU e do disco nos pr\'f3ximos minutos enquanto a Spotlight indexa todos os arquivos de \'e1udio e v\'eddeo \'93n\'e3o-nativos\'94.\
22+
}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
"uk_org_marginal_qlvideo_framerate" = "Taxa de quadros";
2+
"uk_org_marginal_qlvideo_subtitles" = "Legendas";
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
"🔇" = "🔇";
2+
"mono" = "mono";
3+
"stereo" = "estéreo";
4+
"5.1" = "5.1";
5+
"6.1" = "6.1";
6+
"7.1" = "7.1";
7+
"%d🔉" = "%d🔉";

0 commit comments

Comments
 (0)