-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3c3a921
commit cb8f6e4
Showing
9 changed files
with
59 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,7 @@ export default { | |
fr: "Fransk", | ||
ru: "Russisk", | ||
dk: "Dansk", | ||
pt: "Portugisisk", | ||
}, | ||
}, | ||
search: { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,7 @@ export default { | |
fr: "French", | ||
ru: "Russian", | ||
dk: "Danish", | ||
pt: "Portuguese", | ||
} | ||
}, | ||
search: { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,7 @@ export default { | |
fr: "Français", | ||
ru: "Russe", | ||
dk: "Danois", | ||
pt: "Portugais", | ||
}, | ||
}, | ||
search: { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
export default { | ||
info: { | ||
name: "Português", | ||
flag: "pt", | ||
languages: { | ||
tr: "Turco", | ||
en: "Inglês", | ||
de: "Alemão", | ||
fr: "Francês", | ||
ru: "Russo", | ||
dk: "dinamarquês", | ||
pt: "Português", | ||
} | ||
}, | ||
search: { | ||
title: "Id do usuário / qualquer ID", | ||
input: { | ||
required: "Este campo é obrigatorio.", | ||
minLength: "Precisa de ter mais de {0} caracteres.", | ||
maxLength: "Precisa de ser menor do que {0} caracteres.", | ||
numeric: "Apenas números (Discord ID) são aceites." | ||
}, | ||
button: "Procurar", | ||
quick: "Id do usuário ou qualquer ID" | ||
}, | ||
list: { | ||
recent: "Procuras recentes", | ||
favorites: "Favoritos", | ||
empty: "A lista está vazia", | ||
approve: "Remover" | ||
}, | ||
result: { | ||
title: { | ||
id: "ID do usuário", | ||
type: "Tipo de usuário", | ||
date: "Data de criação", | ||
age: "Idade" | ||
}, | ||
type: { | ||
user: "Conta Normal", | ||
bot: "Conta de BOT" | ||
}, | ||
favorites: { | ||
add: "Adicionar aos favoritos", | ||
remove: "Remover dos favoritos" | ||
} | ||
}, | ||
selectLanguage: 'Linguagem', | ||
discord: "Não somos afiliados a Discord, Inc." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,7 @@ export default { | |
fr: "Французский", | ||
ru: "Русский", | ||
dk: "Датский", | ||
pt: "Потонский", | ||
} | ||
}, | ||
search: { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,7 @@ export default { | |
fr: "Fransızca", | ||
ru: "Rusça", | ||
dk: "Danca", | ||
pt: "Portekizce", | ||
}, | ||
}, | ||
search: { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters