diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-04-25 22:55:07 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-04-25 22:55:07 -0400 |
| commit | c40d3f349463c11c69fc2dcf929dc9f768f8fc86 (patch) | |
| tree | d86a3dc958c03b437af7b8fdc2b7e14d81b6d3fe /MediaBrowser.Server.Implementations/Localization/Server/pt_BR.json | |
| parent | 28f5a9ac756391bbdb56867dc376ff4829e6f312 (diff) | |
add more notifications
Diffstat (limited to 'MediaBrowser.Server.Implementations/Localization/Server/pt_BR.json')
| -rw-r--r-- | MediaBrowser.Server.Implementations/Localization/Server/pt_BR.json | 24 |
1 files changed, 22 insertions, 2 deletions
diff --git a/MediaBrowser.Server.Implementations/Localization/Server/pt_BR.json b/MediaBrowser.Server.Implementations/Localization/Server/pt_BR.json index 1e5dd8d75..7b20c11be 100644 --- a/MediaBrowser.Server.Implementations/Localization/Server/pt_BR.json +++ b/MediaBrowser.Server.Implementations/Localization/Server/pt_BR.json @@ -55,6 +55,7 @@ "TabProfile": "Perfil", "TabMetadata": "Metadados", "TabImages": "Imagens", + "TabNotifications": "Notifications", "TabCollectionTitles": "T\u00edtulos", "LabelDisplayMissingEpisodesWithinSeasons": "Exibir epis\u00f3dios ausentes dentro das temporadas", "LabelUnairedMissingEpisodesWithinSeasons": "Exibir epis\u00f3dios por estrear dentro das temporadas", @@ -276,7 +277,7 @@ "HeaderPleaseSignIn": "Por favor, inicie a sess\u00e3o", "LabelUser": "Usu\u00e1rio:", "LabelPassword": "Senha:", - "ButtonManualLogin": "Login Manual:", + "ButtonManualLogin": "Login Manual", "PasswordLocalhostMessage": "Senhas n\u00e3o s\u00e3o exigidas quando iniciar a sess\u00e3o no host local.", "TabGuide": "Guia", "TabChannels": "Canais", @@ -541,5 +542,24 @@ "LabelDefaultUser": "Usu\u00e1rio padr\u00e3o:", "LabelDefaultUserHelp": "Determina qual usu\u00e1rio ser\u00e1 exibido nos dispositivos conectados. Isto pode ser ignorado para cada dispositivo usando perfis.", "TitleDlna": "DLNA", - "HeaderServerSettings": "Ajustes do Servidor" + "HeaderServerSettings": "Ajustes do Servidor", + "LabelWeatherDisplayLocation": "Local para exibir o Tempo:", + "LabelWeatherDisplayLocationHelp": "CEP dos EUA \/ Cidade, Estado, Pa\u00eds \/ Cidade, Pa\u00eds", + "LabelWeatherDisplayUnit": "Unidade de exibi\u00e7\u00e3o do Tempo:", + "OptionCelsius": "Celsius", + "OptionFahrenheit": "Fahrenheit", + "HeaderRequireManualLogin": "Necessita a digita\u00e7\u00e3o manual de um nome para:", + "HeaderRequireManualLoginHelp": "Quando desativados, os clientes podem mostrar a tela de login com uma sele\u00e7\u00e3o visual de usu\u00e1rios.", + "OptionOtherApps": "Outras apps", + "OptionMobileApps": "Apps m\u00f3veis", + "HeaderEnableNotificationForEvents": "Nofity administrative users when:", + "OptionNotifyOnUpdates": "Updates are available", + "OptionNotifyOnVideoPlayback": "Video", + "OptionNotifyOnAudioPlayback": "Audio", + "OptionNotifyOnGamePlayback": "Games", + "OptionNotifyOnFailedTasks": "Scheduled tasks fail", + "OptionNotifyOnNewLibraryContent": "New library content is added", + "SendNotificationHelp": "Notifications are delivered to the dashboard inbox. Browse the plugin catalog to install additional notification options.", + "HeaderEnableNotificationForPlayback": "Notify when users play:", + "OptionNotifyOnServerRestartRequired": "The server needs to be restarted" }
\ No newline at end of file |
