Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update StringDictionary.pt-BR.xaml #145

Merged
merged 1 commit into from
Oct 17, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 17 additions & 17 deletions StringDictionary.pt-BR.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -241,27 +241,27 @@
<system:String x:Key="Words.Site">Site</system:String>

<!-- from version 1.9.0 -->
<system:String x:Key="Words.Project">Project</system:String>
<system:String x:Key="Words.Project">Projeto</system:String>
<system:String x:Key="Words.Bucket">Bucket</system:String>
<system:String x:Key="Words.Tenant">Tenant</system:String>
<system:String x:Key="Words.Subscription">Subscription</system:String>
<system:String x:Key="Words.Community">Community</system:String>
<system:String x:Key="Words.Document">Document</system:String>
<system:String x:Key="Words.Subscription">Inscrição</system:String>
<system:String x:Key="Words.Community">Comunidade</system:String>
<system:String x:Key="Words.Document">Documento</system:String>

<system:String x:Key="Words.Cache">Cache</system:String>
<system:String x:Key="Words.Lifetime">Lifetime</system:String>
<system:String x:Key="Words.Read">Read</system:String>
<system:String x:Key="Words.Write">Write</system:String>
<system:String x:Key="Words.Second">second</system:String>

<system:String x:Key="Account.AccessKeyID">Access Key ID</system:String>
<system:String x:Key="Account.SecretAccessKey">Secret Access Key</system:String>
<system:String x:Key="Vailidation.AccessKeyID">Please enter Access Key ID</system:String>
<system:String x:Key="Vailidation.SecretAccessKey">Please enter Secret Access Key</system:String>

<system:String x:Key="Account.StorageAccount">Storage Account</system:String>
<system:String x:Key="Account.StorageKey">Key</system:String>
<system:String x:Key="Vailidation.StorageAccount">Please enter Storage account name</system:String>
<system:String x:Key="Vailidation.StorageKey">Please enter key1 or key2</system:String>
<system:String x:Key="Words.Read">Leitura</system:String>
<system:String x:Key="Words.Write">Escrita</system:String>
<system:String x:Key="Words.Second">segundo</system:String>

<system:String x:Key="Account.AccessKeyID">Chave de Acesso ID</system:String>
<system:String x:Key="Account.SecretAccessKey">Chave Secreta de Acesso</system:String>
<system:String x:Key="Vailidation.AccessKeyID">Insira a chave de Acesso ID</system:String>
<system:String x:Key="Vailidation.SecretAccessKey">Insira a Chave Secreta de Acesso</system:String>

<system:String x:Key="Account.StorageAccount">Conta de Armazenamento</system:String>
<system:String x:Key="Account.StorageKey">Chave</system:String>
<system:String x:Key="Vailidation.StorageAccount">Insira o nome da Conta de Armazenamento</system:String>
<system:String x:Key="Vailidation.StorageKey">Insira a chave key1 ou key2</system:String>

</ResourceDictionary>