Flow.Launcher/Plugins/Flow.Launcher.Plugin.Sys/Languages/pt-pt.xaml
Jeremy Wu 553e5f2b1c
New Crowdin updates (#1573)
* New translations en.xaml (French)

* New translations en.xaml (German)

* New translations en.xaml (Italian)

* New translations en.xaml (Danish)

* New translations en.xaml (Japanese)

* New translations en.xaml (Dutch)

* New translations en.xaml (Polish)

* New translations en.xaml (Portuguese)

* New translations en.xaml (Russian)

* New translations en.xaml (Slovak)

* New translations en.xaml (Turkish)

* New translations en.xaml (Ukrainian)

* New translations en.xaml (Chinese Simplified)

* New translations en.xaml (Chinese Traditional)

* New translations en.xaml (Portuguese, Brazilian)

* New translations en.xaml (Norwegian Bokmal)

* New translations en.xaml (Serbian (Latin))

* New translations en.xaml (Spanish, Latin America)

* New translations en.xaml (Portuguese)

* New translations en.xaml (Spanish (Modern))

* New translations en.xaml (Korean)
2022-11-26 18:18:48 +02:00

39 lines
3.8 KiB
XML

<?xml version="1.0"?>
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:system="clr-namespace:System;assembly=mscorlib">
<!-- Command List -->
<system:String x:Key="flowlauncher_plugin_sys_command">Comando</system:String>
<system:String x:Key="flowlauncher_plugin_sys_desc">Descrição</system:String>
<system:String x:Key="flowlauncher_plugin_sys_shutdown_computer">Desligar computador</system:String>
<system:String x:Key="flowlauncher_plugin_sys_restart_computer">Reiniciar computador</system:String>
<system:String x:Key="flowlauncher_plugin_sys_restart_advanced">Reinicia o computador com as opções avançadas de arranque para os modos de segurança e de depuração</system:String>
<system:String x:Key="flowlauncher_plugin_sys_log_off">Sair da sessão</system:String>
<system:String x:Key="flowlauncher_plugin_sys_lock">Bloquear computador</system:String>
<system:String x:Key="flowlauncher_plugin_sys_exit">Fechar Flow Launcher</system:String>
<system:String x:Key="flowlauncher_plugin_sys_restart">Reiniciar Flow Launcher</system:String>
<system:String x:Key="flowlauncher_plugin_sys_setting">Ajustar definições de Flow Launcher</system:String>
<system:String x:Key="flowlauncher_plugin_sys_sleep">Suspender computador</system:String>
<system:String x:Key="flowlauncher_plugin_sys_emptyrecyclebin">Esvaziar reciclagem</system:String>
<system:String x:Key="flowlauncher_plugin_sys_openrecyclebin">Abrir Reciclagem</system:String>
<system:String x:Key="flowlauncher_plugin_sys_indexoption">Opções de indexação</system:String>
<system:String x:Key="flowlauncher_plugin_sys_hibernate">Hibernar computador</system:String>
<system:String x:Key="flowlauncher_plugin_sys_save_all_settings">Guardar definições do Flow Launcher</system:String>
<system:String x:Key="flowlauncher_plugin_sys_reload_plugin_data">Recarrega os dados do plugin com o novo conteúdo</system:String>
<system:String x:Key="flowlauncher_plugin_sys_open_log_location">Abrir localização dos registos do Flow Launcher</system:String>
<system:String x:Key="flowlauncher_plugin_sys_check_for_update">Procurar por novas versões do Flow Launcher</system:String>
<system:String x:Key="flowlauncher_plugin_sys_open_docs_tips">Aceda à documentação para mais informações e dicas de utilização</system:String>
<system:String x:Key="flowlauncher_plugin_sys_open_userdata_location">Abrir localização onde as definições do Flow Launcher estão guardadas</system:String>
<!-- Dialogs -->
<system:String x:Key="flowlauncher_plugin_sys_dlgtitle_success">Sucesso</system:String>
<system:String x:Key="flowlauncher_plugin_sys_dlgtext_all_settings_saved">Definições guardadas com sucesso</system:String>
<system:String x:Key="flowlauncher_plugin_sys_dlgtext_all_applicableplugins_reloaded">Recarregar todos os dados aplicáveis ao plugin</system:String>
<system:String x:Key="flowlauncher_plugin_sys_dlgtext_shutdown_computer">Tem certeza de que deseja desligar o computador?</system:String>
<system:String x:Key="flowlauncher_plugin_sys_dlgtext_restart_computer">Tem a certeza que deseja reiniciar o computador?</system:String>
<system:String x:Key="flowlauncher_plugin_sys_dlgtext_restart_computer_advanced">Tem certeza de que deseja reiniciar o computador com as opções avançadas de arranque?</system:String>
<system:String x:Key="flowlauncher_plugin_sys_plugin_name">Comandos do sistema</system:String>
<system:String x:Key="flowlauncher_plugin_sys_plugin_description">Disponibiliza os comandos relacionados com o sistema tais como: desligar, bloquear, reiniciar...</system:String>
</ResourceDictionary>