diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-04-26 23:42:05 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-04-26 23:42:05 -0400 |
| commit | fadda8ef5663beea338f65ef9c69cd96ec1c5858 (patch) | |
| tree | 911b8d1d86af4452ab93487a2243f0d3197fc7a3 /MediaBrowser.Server.Implementations/Localization/Server/pt_PT.json | |
| parent | bdffaf22c99a114d33a7485f9a9c5766e0fbbcaa (diff) | |
add new notification features
Diffstat (limited to 'MediaBrowser.Server.Implementations/Localization/Server/pt_PT.json')
| -rw-r--r-- | MediaBrowser.Server.Implementations/Localization/Server/pt_PT.json | 47 |
1 files changed, 30 insertions, 17 deletions
diff --git a/MediaBrowser.Server.Implementations/Localization/Server/pt_PT.json b/MediaBrowser.Server.Implementations/Localization/Server/pt_PT.json index fa79ecfde..d191c9988 100644 --- a/MediaBrowser.Server.Implementations/Localization/Server/pt_PT.json +++ b/MediaBrowser.Server.Implementations/Localization/Server/pt_PT.json @@ -60,7 +60,7 @@ "LabelDisplayMissingEpisodesWithinSeasons": "Mostrar epis\u00f3dios em falta dentro das temporadas", "LabelUnairedMissingEpisodesWithinSeasons": "Mostrar epis\u00f3dios por estrear dentro das temporadas", "HeaderVideoPlaybackSettings": "Configura\u00e7\u00f5es de Reprodu\u00e7\u00e3o de V\u00eddeo", - "HeaderPlaybackSettings": "Playback Settings", + "HeaderPlaybackSettings": "Op\u00e7\u00f5es de Reprodu\u00e7\u00e3o", "LabelAudioLanguagePreference": "Prefer\u00eancias de Idioma de Audio:", "LabelSubtitleLanguagePreference": "Prefer\u00eancia de Idioma de Legenda:", "LabelDisplayForcedSubtitlesOnly": "Mostrar apenas legendas for\u00e7adas", @@ -534,7 +534,7 @@ "HeaderDisplaySettings": "Apresentar Configura\u00e7\u00f5es", "TabPlayTo": "Play To", "LabelEnableDlnaServer": "Ativar servidor DLNA", - "LabelEnableDlnaServerHelp": "Allows UPnP devices on your network to browse and play Media Browser content.", + "LabelEnableDlnaServerHelp": "Permite aos dispositivos UPnP da sua rede, navegar e reproduzir conte\u00fado do Media Browser.", "LabelEnableBlastAliveMessages": "Blast alive messages", "LabelEnableBlastAliveMessagesHelp": "Enable this if the server is not detected reliably by other UPnP devices on your network.", "LabelBlastMessageInterval": "Alive message interval (seconds)", @@ -542,24 +542,37 @@ "LabelDefaultUser": "Utilizador padr\u00e3o:", "LabelDefaultUserHelp": "Determines which user library should be displayed on connected devices. This can be overridden for each device using profiles.", "TitleDlna": "DLNA", - "HeaderServerSettings": "Server Settings", + "HeaderServerSettings": "Op\u00e7\u00f5es do Servidor", "LabelWeatherDisplayLocation": "Weather display location:", - "LabelWeatherDisplayLocationHelp": "US zip code \/ City, State, Country \/ City, Country", + "LabelWeatherDisplayLocationHelp": "C\u00f3digo postal dos EUA \/ Cidade, Estado, Pa\u00eds \/ Cidade, Pa\u00eds", "LabelWeatherDisplayUnit": "Weather display unit:", "OptionCelsius": "Celsius", "OptionFahrenheit": "Fahrenheit", - "HeaderRequireManualLogin": "Require manual username entry for:", - "HeaderRequireManualLoginHelp": "When disabled clients may present a login screen with a visual selection of users.", + "HeaderRequireManualLogin": "Necessita a inser\u00e7\u00e3o manual de um nome de utilizador para:", + "HeaderRequireManualLoginHelp": "Quando desativados, os clientes podem mostrar a tela de login com uma sele\u00e7\u00e3o visual de utilizadores.", "OptionOtherApps": "Outras apps", - "OptionMobileApps": "Mobile apps", - "HeaderEnableNotificationForEvents": "Nofity administrative users when:", - "OptionNotifyOnUpdates": "Quando est\u00e3o dispon\u00edveis atualiza\u00e7\u00f5es", - "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" + "OptionMobileApps": "Apps m\u00f3veis", + "HeaderNotificationList": "Click on a notification to configure it's sending options.", + "NotificationOptionApplicationUpdateAvailable": "Application update available", + "NotificationOptionApplicationUpdateInstalled": "Application update installed", + "NotificationOptionPluginUpdateInstalled": "Plugin update installed", + "NotificationOptionPluginInstalled": "Plugin installed", + "NotificationOptionPluginUninstalled": "Plugin uninstalled", + "NotificationOptionVideoPlayback": "Video playback", + "NotificationOptionAudioPlayback": "Audio playback", + "NotificationOptionGamePlayback": "Game playback", + "NotificationOptionTaskFailed": "Scheduled task failure", + "NotificationOptionInstallationFailed": "Installation failure", + "NotificationOptionNewLibraryContent": "New content added", + "SendNotificationHelp": "By default, notifications are delivered to the dashboard inbox. Browse the plugin catalog to install additional notification options.", + "NotificationOptionServerRestartRequired": "Server restart required", + "LabelNotificationEnabled": "Enable this notification", + "LabelMonitorUsers": "Monitor activity from:", + "LabelSendNotificationToUsers": "Send the notification to:", + "UsersNotNotifiedAboutSelfActivity": "Users will not be notified about their own activities.", + "LabelUseNotificationServices": "Use the following services:", + "CategoryUser": "User", + "CategorySystem": "System", + "LabelMessageTitle": "Message title:", + "LabelAvailableTokens": "Available tokens:" }
\ No newline at end of file |
