Skip to content

Commit 966166d

Browse files
committed
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <[email protected]>
1 parent 90a1aea commit 966166d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+494
-156
lines changed

apps/admin_audit/l10n/pt_PT.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
OC.L10N.register(
22
"admin_audit",
33
{
4-
"Auditing / Logging" : "Auditorias / Registos",
5-
"Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Fornece funcionalidades de registo para o Nextcloud como registar acessos a ficheiros ou demais ações sensíveis. "
4+
"Auditing / Logging" : "Auditorias / registos",
5+
"Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Fornece funcionalidades de registo para o Nextcloud como registar acessos a ficheiros ou outras ações sensíveis. "
66
},
77
"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

apps/admin_audit/l10n/pt_PT.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{ "translations": {
2-
"Auditing / Logging" : "Auditorias / Registos",
3-
"Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Fornece funcionalidades de registo para o Nextcloud como registar acessos a ficheiros ou demais ações sensíveis. "
2+
"Auditing / Logging" : "Auditorias / registos",
3+
"Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Fornece funcionalidades de registo para o Nextcloud como registar acessos a ficheiros ou outras ações sensíveis. "
44
},"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
55
}

apps/dav/l10n/da.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@ OC.L10N.register(
112112
"October" : "Oktober",
113113
"November" : "November",
114114
"December" : "December",
115+
"Fifth" : "Femte",
116+
"Fifth Last" : "Femte Sidste",
115117
"Contacts" : "Kontakter",
116118
"{actor} created address book {addressbook}" : "{actor} oprettede adressebog {addressbook}",
117119
"You created address book {addressbook}" : "Du oprettede adressebog {addressbook}",

apps/dav/l10n/da.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@
110110
"October" : "Oktober",
111111
"November" : "November",
112112
"December" : "December",
113+
"Fifth" : "Femte",
114+
"Fifth Last" : "Femte Sidste",
113115
"Contacts" : "Kontakter",
114116
"{actor} created address book {addressbook}" : "{actor} oprettede adressebog {addressbook}",
115117
"You created address book {addressbook}" : "Du oprettede adressebog {addressbook}",

apps/encryption/l10n/pt_PT.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ OC.L10N.register(
2222
"The current log-in password was not correct, please try again." : "A palavra-passe de iniciar a sessão atual não estava correta, por favor, tente de novo.",
2323
"Private key password successfully updated." : "A palavra-passe da chave privada foi atualizada com sucesso. ",
2424
"Invalid private key for encryption app. Please update your private key password in your personal settings to recover access to your encrypted files." : "Chave privada inválida para a aplicação de cifra. Por favor atualize a sua chave privada nas definições pessoais para recuperar acesso aos seus ficheiros cifrados.",
25-
"Encryption App is enabled, but your keys are not initialized. Please log-out and log-in again." : "Aplicação de cifra está activa, mas as suas chaves não estão inicializaras. Por favor, faça logout e autentique-se novamente.",
26-
"Please enable server side encryption in the admin settings in order to use the encryption module." : "Por favor active cifragem no servidor nas definições de administrador para usar o módulo de cifra.",
27-
"Encryption app is enabled and ready" : "Aplicação de cifra activa e pronta a usar",
25+
"Encryption App is enabled, but your keys are not initialized. Please log-out and log-in again." : "A aplicação de encriptação está ativada, mas as suas chaves não foram inicializadas. Termine a sessão e inicie sessão novamente.",
26+
"Please enable server side encryption in the admin settings in order to use the encryption module." : "Para poder utilizar o módulo de encriptação, ative a encriptação do lado do servidor nas definições de administração.",
27+
"Encryption app is enabled and ready" : "A aplicação de encriptação está ativada e pronta",
2828
"Bad Signature" : "Má Assinatura",
2929
"Missing Signature" : "Assinatura em Falta",
3030
"one-time password for server-side-encryption" : "palavra-passe de utilização única para a encriptação do lado do servidor",
3131
"Default encryption module" : "Módulo de cifra padrão",
3232
"Default encryption module for server-side encryption" : "Módulo de encriptação predefinido para encriptação do lado do servidor",
33-
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "Aplicação de cifra está activa, mas as suas chaves não estão inicializaras. Por favor, faça logout e autentique-se novamente.",
33+
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "A aplicação de encriptação está ativada mas as suas chaves não foram inicializadas, termine a sessão e inicie sessão novamente",
3434
"Encrypt the home storage" : "Encriptar o armazenamento do início",
3535
"Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "Ativando esta opção todos os ficheiros armazenados no armazenamento principal serão encriptados, senão serão encriptados todos os ficheiros no armazenamento externo",
3636
"Enable recovery key" : "Ativar a chave de recuperação",

apps/encryption/l10n/pt_PT.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
2020
"The current log-in password was not correct, please try again." : "A palavra-passe de iniciar a sessão atual não estava correta, por favor, tente de novo.",
2121
"Private key password successfully updated." : "A palavra-passe da chave privada foi atualizada com sucesso. ",
2222
"Invalid private key for encryption app. Please update your private key password in your personal settings to recover access to your encrypted files." : "Chave privada inválida para a aplicação de cifra. Por favor atualize a sua chave privada nas definições pessoais para recuperar acesso aos seus ficheiros cifrados.",
23-
"Encryption App is enabled, but your keys are not initialized. Please log-out and log-in again." : "Aplicação de cifra está activa, mas as suas chaves não estão inicializaras. Por favor, faça logout e autentique-se novamente.",
24-
"Please enable server side encryption in the admin settings in order to use the encryption module." : "Por favor active cifragem no servidor nas definições de administrador para usar o módulo de cifra.",
25-
"Encryption app is enabled and ready" : "Aplicação de cifra activa e pronta a usar",
23+
"Encryption App is enabled, but your keys are not initialized. Please log-out and log-in again." : "A aplicação de encriptação está ativada, mas as suas chaves não foram inicializadas. Termine a sessão e inicie sessão novamente.",
24+
"Please enable server side encryption in the admin settings in order to use the encryption module." : "Para poder utilizar o módulo de encriptação, ative a encriptação do lado do servidor nas definições de administração.",
25+
"Encryption app is enabled and ready" : "A aplicação de encriptação está ativada e pronta",
2626
"Bad Signature" : "Má Assinatura",
2727
"Missing Signature" : "Assinatura em Falta",
2828
"one-time password for server-side-encryption" : "palavra-passe de utilização única para a encriptação do lado do servidor",
2929
"Default encryption module" : "Módulo de cifra padrão",
3030
"Default encryption module for server-side encryption" : "Módulo de encriptação predefinido para encriptação do lado do servidor",
31-
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "Aplicação de cifra está activa, mas as suas chaves não estão inicializaras. Por favor, faça logout e autentique-se novamente.",
31+
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "A aplicação de encriptação está ativada mas as suas chaves não foram inicializadas, termine a sessão e inicie sessão novamente",
3232
"Encrypt the home storage" : "Encriptar o armazenamento do início",
3333
"Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "Ativando esta opção todos os ficheiros armazenados no armazenamento principal serão encriptados, senão serão encriptados todos os ficheiros no armazenamento externo",
3434
"Enable recovery key" : "Ativar a chave de recuperação",

apps/federatedfilesharing/l10n/pt_PT.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ OC.L10N.register(
22
"federatedfilesharing",
33
{
44
"Invalid Federated Cloud ID" : "Id. de Nuvem Federada Inválida",
5-
"Server to server sharing is not enabled on this server" : "Partilha servidor-para-servidor não está activa neste servidor",
5+
"Server to server sharing is not enabled on this server" : "Partilha servidor-para-servidor não está ativa neste servidor",
66
"Couldn't establish a federated share." : "Não foi possível estabelecer uma partilha federada.",
7-
"Couldn't establish a federated share, maybe the password was wrong." : "Não foi possível estabelecer a partilha federada, a palavra-passe talvez esteja incorrecta.",
7+
"Couldn't establish a federated share, maybe the password was wrong." : "Não foi possível estabelecer a partilha federada, a palavra-passe talvez esteja incorreta.",
88
"Federated Share request sent, you will receive an invitation. Check your notifications." : "Pedido de Partilha Federada enviado, irá receber o convite. Confira as suas notificações.",
99
"File is already shared with %s" : "O ficheiro já foi partilhado com %s",
1010
"Could not find share" : "Não foi possível encontrar partilha",

apps/federatedfilesharing/l10n/pt_PT.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{ "translations": {
22
"Invalid Federated Cloud ID" : "Id. de Nuvem Federada Inválida",
3-
"Server to server sharing is not enabled on this server" : "Partilha servidor-para-servidor não está activa neste servidor",
3+
"Server to server sharing is not enabled on this server" : "Partilha servidor-para-servidor não está ativa neste servidor",
44
"Couldn't establish a federated share." : "Não foi possível estabelecer uma partilha federada.",
5-
"Couldn't establish a federated share, maybe the password was wrong." : "Não foi possível estabelecer a partilha federada, a palavra-passe talvez esteja incorrecta.",
5+
"Couldn't establish a federated share, maybe the password was wrong." : "Não foi possível estabelecer a partilha federada, a palavra-passe talvez esteja incorreta.",
66
"Federated Share request sent, you will receive an invitation. Check your notifications." : "Pedido de Partilha Federada enviado, irá receber o convite. Confira as suas notificações.",
77
"File is already shared with %s" : "O ficheiro já foi partilhado com %s",
88
"Could not find share" : "Não foi possível encontrar partilha",

apps/files/l10n/gl.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ OC.L10N.register(
320320
"Use {newextension}" : "Empregar {newextension}",
321321
"Remove extension" : "Retirar a extensión",
322322
"This operation is forbidden" : "Esta operación está prohibida",
323-
"This directory is unavailable, please check the logs or contact the administrator" : "Este directorio non está dispoñíbel, comprobe os rexistros ou póñase en contacto coa administración desta instancia.",
323+
"This directory is unavailable, please check the logs or contact the administrator" : "Este directorio non está dispoñíbel, consulte os ficheiros de rexistro ou póñase en contacto coa administración desta instancia.",
324324
"Storage is temporarily not available" : "O almacenamento non está dispoñíbel temporalmente",
325325
"Unexpected error: {error}" : "Produciuse un erro non agardado: {error}",
326326
"_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} cartafol","{folderCount} cartafoles"],

apps/files/l10n/gl.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@
318318
"Use {newextension}" : "Empregar {newextension}",
319319
"Remove extension" : "Retirar a extensión",
320320
"This operation is forbidden" : "Esta operación está prohibida",
321-
"This directory is unavailable, please check the logs or contact the administrator" : "Este directorio non está dispoñíbel, comprobe os rexistros ou póñase en contacto coa administración desta instancia.",
321+
"This directory is unavailable, please check the logs or contact the administrator" : "Este directorio non está dispoñíbel, consulte os ficheiros de rexistro ou póñase en contacto coa administración desta instancia.",
322322
"Storage is temporarily not available" : "O almacenamento non está dispoñíbel temporalmente",
323323
"Unexpected error: {error}" : "Produciuse un erro non agardado: {error}",
324324
"_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} cartafol","{folderCount} cartafoles"],

0 commit comments

Comments
 (0)