Skip to content

Commit 1e93fc7

Browse files
authored
Merge pull request #181 from glaucocustodio/add-pt-localization
add portuguese localization
2 parents 12b14d4 + fd23c76 commit 1e93fc7

File tree

2 files changed

+47
-0
lines changed

2 files changed

+47
-0
lines changed

CodeEdit.xcodeproj/project.pbxproj

+3
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@
9696
289978EC27E4E97E00BB0357 /* FileIconStyle.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FileIconStyle.swift; sourceTree = "<group>"; };
9797
28B0A19727E385C300B73177 /* NavigatorSidebarToolbarTop.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NavigatorSidebarToolbarTop.swift; sourceTree = "<group>"; };
9898
28FFE1BE27E3A441001939DB /* NavigatorSidebarToolbarBottom.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NavigatorSidebarToolbarBottom.swift; sourceTree = "<group>"; };
99+
2B772A4C27EA6AF800AFCD7E /* pt-BR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "pt-BR"; path = "pt-BR.lproj/Localizable.strings"; sourceTree = "<group>"; };
99100
34EE19BD27E0469C00F152CE /* BlurView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BlurView.swift; sourceTree = "<group>"; };
100101
5E3C6A3427E72AE000A7CA0D /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/Localizable.strings; sourceTree = "<group>"; };
101102
70F2E28327E848720002BA81 /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/Localizable.strings"; sourceTree = "<group>"; };
@@ -423,6 +424,7 @@
423424
"zh-Hans",
424425
it,
425426
tr,
427+
"pt-BR",
426428
);
427429
mainGroup = B658FB2327DA9E0F00EA4DBD;
428430
packageReferences = (
@@ -588,6 +590,7 @@
588590
70F2E28327E848720002BA81 /* zh-Hans */,
589591
7A4D129627E8E7BD00D4AE07 /* it */,
590592
85D7EE9527E928B900CB9F10 /* tr */,
593+
2B772A4C27EA6AF800AFCD7E /* pt-BR */,
591594
);
592595
name = Localizable.strings;
593596
sourceTree = "<group>";
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
"Hello, world!"="Olá, mundo!";
2+
3+
// Settings - General Tab
4+
"General"="Geral";
5+
6+
// Settings - File Icon Style
7+
"File Icon Style"="Estilo do Ícone de Arquivo";
8+
"Color"="Cor";
9+
"Monochrome"="Monocromático";
10+
11+
// Settings - Appearance
12+
"Appearance"="Aparência";
13+
"System"="Sistema";
14+
"Light"="Claro";
15+
"Dark"="Escuro";
16+
17+
// Settings - Reopen Behavior
18+
"Reopen Behavior"="Comportamento de Reabertura";
19+
"Welcome Screen"="Tela Inicial";
20+
"Open Panel"="Painel de Abertura";
21+
"New Document"="Novo Documento";
22+
23+
// Settings - Editor Theme
24+
"Editor Theme"="Editor de Tema";
25+
26+
// Welcome Screen
27+
"Welcome to CodeEdit"="Bem vindo ao CodeEdit";
28+
"Version %@ (%@)"="Versão %@ (%@)";
29+
"No Recent Projects"="Sem Projetos Recentes";
30+
31+
// Welcome Screen - New File
32+
"Create a new file"="Criar um arquivo novo";
33+
"Clone an exisiting project"="Clonar um projeto existente";
34+
35+
// Welcome Screen - SCM
36+
"Start working on something from a Git repository"="Começar a trabalhar a partir de um repositório Git";
37+
"Open a project or file"="Abrir um projeto ou arquivo";
38+
39+
// Welcome Screen - Workspaces
40+
"Open an existing project or file on your Mac"="Abrir um projeto existente ou um arquivo em seu Mac";
41+
"Show this window when CodeEdit launches"="Mostrar essa janela ao abrir CodeEdit";
42+
43+
//Editor Screen
44+
"CodeEdit cannot open this file because its file type is not supported." = "CodeEdit não pode abrir esse arquivo porque seu tipo não é suportado.";

0 commit comments

Comments
 (0)