Skip to content

Commit

Permalink
Merge pull request #145 from fidodone/patch-4
Browse files Browse the repository at this point in the history
Update StringDictionary.pt-BR.xaml
  • Loading branch information
Stanly5 authored Oct 17, 2019
2 parents 82a448c + bdaab96 commit 698f855
Showing 1 changed file with 17 additions and 17 deletions.
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>

0 comments on commit 698f855

Please sign in to comment.