Skip to content

Commit 671eb98

Browse files
committed
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
1 parent 7ebb143 commit 671eb98

4 files changed

Lines changed: 42 additions & 0 deletions

File tree

l10n/en_GB.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ OC.L10N.register(
1717
"{user} has mentioned you in the text document {node}" : "{user} has mentioned you in the text document {node}",
1818
"This file cannot be displayed as download is disabled by the share" : "This file cannot be displayed as download is disabled by the share",
1919
"File not found" : "File not found",
20+
"This document is read-only." : "This document is read-only.",
21+
"Read-only permission cannot save document changes. Please reload the page." : "Read-only permission cannot save document changes. Please reload the page.",
2022
"Readme" : "Readme",
2123
"Text" : "Text",
2224
"📝 Collaborative document editing" : "📝 Collaborative document editing",
@@ -67,6 +69,8 @@ OC.L10N.register(
6769
"Close table of contents" : "Close table of contents",
6870
"Pin table of contents" : "Pin table of contents",
6971
"Table of contents" : "Table of contents",
72+
"Your editing permissions have been revoked. The document is now read-only." : "Your editing permissions have been revoked. The document is now read-only.",
73+
"You now have edit permissions for this document." : "You now have edit permissions for this document.",
7074
"Formatting and shortcuts" : "Formatting and shortcuts",
7175
"Speed up your writing with simple shortcuts." : "Speed up your writing with simple shortcuts.",
7276
"Just type the Markdown syntax or use keyboard shortcuts from below." : "Just type the Markdown syntax or use keyboard shortcuts from below.",

l10n/en_GB.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
"{user} has mentioned you in the text document {node}" : "{user} has mentioned you in the text document {node}",
1616
"This file cannot be displayed as download is disabled by the share" : "This file cannot be displayed as download is disabled by the share",
1717
"File not found" : "File not found",
18+
"This document is read-only." : "This document is read-only.",
19+
"Read-only permission cannot save document changes. Please reload the page." : "Read-only permission cannot save document changes. Please reload the page.",
1820
"Readme" : "Readme",
1921
"Text" : "Text",
2022
"📝 Collaborative document editing" : "📝 Collaborative document editing",
@@ -65,6 +67,8 @@
6567
"Close table of contents" : "Close table of contents",
6668
"Pin table of contents" : "Pin table of contents",
6769
"Table of contents" : "Table of contents",
70+
"Your editing permissions have been revoked. The document is now read-only." : "Your editing permissions have been revoked. The document is now read-only.",
71+
"You now have edit permissions for this document." : "You now have edit permissions for this document.",
6872
"Formatting and shortcuts" : "Formatting and shortcuts",
6973
"Speed up your writing with simple shortcuts." : "Speed up your writing with simple shortcuts.",
7074
"Just type the Markdown syntax or use keyboard shortcuts from below." : "Just type the Markdown syntax or use keyboard shortcuts from below.",

l10n/pt_PT.js

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,25 @@ OC.L10N.register(
1010
"Could not write file to disk" : "Não foi possível escrever o ficheiro no disco.",
1111
"A PHP extension stopped the file upload" : "Uma extensão PHP parou o carregamento do ficheiro",
1212
"No file uploaded or file size exceeds maximum of %s" : "Nenhum ficheiro carregado ou o tamanho do ficheiro excede o máximo de%s",
13+
"Text document" : "Documento de texto",
14+
"This file cannot be displayed as download is disabled by the share" : "Este arquivo não pode ser exibido porque o download está desabilitado pelo compartilhamento",
1315
"File not found" : "Ficheiro não encontrado",
1416
"Text" : "Texto",
1517
"📝 Collaborative document editing" : "📝 Edição colaborativa de documento",
1618
"** 📝 Collaborative document editing!**\n\n- **📝 Focused writing:** No distractions, only the formatting you need.\n- **🙋 Work together:** Share and collaborate with friends and colleagues, no matter if they use Nextcloud or not!\n- **💾 Open format:** Files are saved as [Markdown](https://en.wikipedia.org/wiki/Markdown), so you can edit them from any other text app too.\n- **✊ Strong foundation:** We use [🐈 tiptap](https://tiptap.scrumpy.io) which is based on [🦉 ProseMirror](https://prosemirror.net) – huge thanks to them!" : "** 📝 Edição colaborativa de documento!**\n\n- **📝 Escrita focada:** Sem distrações, apenas a formatação que necessita.\n- **🙋 Trabalhe conjuntamente:** Partilhe e colabore com amigos e colegas, independentemente deles usarem o Nextcloud ou não!\n- **💾 Formato aberto:** Os ficheiros são guardados como [Markdown](https://en.wikipedia.org/wiki/Markdown), por forma a que os possa editar em qualquer outra aplicação de edição de texto.\n- **✊ Base sólida:** Nós usamos [🐈 tiptap](https://tiptap.scrumpy.io) que é baseado em [🦉 ProseMirror](https://prosemirror.net) – um enorme obrigado a eles!",
1719
"Reload" : "Recarregar",
20+
"The file was overwritten. Your current changes cannot be auto-saved. Please choose how to proceed." : "O arquivo foi sobrescrito. Suas alterações atuais não podem ser salvas automaticamente. Escolha como proceder.",
1821
"Guest" : "Convidado",
1922
"submit" : "submeter",
2023
"you" : "Você",
2124
"edit" : "editar",
25+
"Failed to insert from Files" : "Falha ao inserir de Arquivos",
2226
"Copy link" : "Copiar hiperligação",
2327
"guest" : "convidado",
2428
"Offline" : "Offline",
2529
"Saving …" : "A guardar...",
2630
"Saved" : "Guardado",
31+
"Last saved {lastSave}" : "Último salvamento {lastSave}",
2732
"The document has been changed outside of the editor. The changes cannot be applied." : "O documento foi modificado fora do editor. As modificações não podem ser guardadas.",
2833
"Unsaved changes" : "Modificações não guardadas",
2934
"Style" : "Estilo",
@@ -39,31 +44,43 @@ OC.L10N.register(
3944
"name" : "nome",
4045
"Undo" : "Desfazer",
4146
"Redo" : "Repetir",
47+
"Cannot open links with unsafe protocols" : "Não é possível abrir links com protocolos não seguros",
4248
"Save changes" : "Save changes",
4349
"Cancel" : "Cancelar",
4450
"URL" : "URL",
4551
"Save" : "Guardar",
52+
"Disabled because you are currently offline." : "Desativado porque você está off-line no momento.",
4653
"Translate" : "Traduzir",
54+
"Nextcloud Assistant" : "Nextcloud Assistente",
4755
"Delete task" : "Eliminar tarefa",
56+
"Remaining actions" : "Ações restantes",
4857
"Edit" : "Editar",
4958
"Upload" : "Enviar",
5059
"Source code" : "Código fonte",
5160
"Diagram" : "Diagrama",
5261
"Show folder description" : "Mostrar descrição da pasta",
62+
"Hide outline" : "Ocultar índice",
5363
"Done" : "Concluído",
5464
"Headings" : "Títulos",
5565
"Heading 2" : "Título 2",
5666
"Heading 3" : "Título 3",
5767
"Heading 4" : "Título 4",
5868
"Heading 5" : "Título 5",
69+
"Decrease indentation" : "Diminuir indentação",
70+
"Success callout" : "Chamada de sucesso",
5971
"Details" : "Detalhes",
72+
"Insert attachment" : "Inserir anexo",
6073
"Ctrl" : "Ctrl",
74+
"Option" : "Opção",
6175
"Formatting" : "Formação ",
6276
"Select file or folder to link to" : "Selecione um arquivo ou pasta para vincular",
6377
"Choose" : "Escolher",
6478
"Choose {file}" : "Escolher {file}",
6579
"Add folder description" : "Adicionar descrição da pasta",
80+
"Copied to the clipboard" : "Copiado para a área de transferência",
81+
"text document" : "documento de texto",
6682
"New text file" : "Novo ficheiro de texto",
83+
"Translate from {language}" : "Traduzir de {language}",
6784
"to" : "Para",
6885
"Replace" : "Substitua"
6986
},

l10n/pt_PT.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,25 @@
88
"Could not write file to disk" : "Não foi possível escrever o ficheiro no disco.",
99
"A PHP extension stopped the file upload" : "Uma extensão PHP parou o carregamento do ficheiro",
1010
"No file uploaded or file size exceeds maximum of %s" : "Nenhum ficheiro carregado ou o tamanho do ficheiro excede o máximo de%s",
11+
"Text document" : "Documento de texto",
12+
"This file cannot be displayed as download is disabled by the share" : "Este arquivo não pode ser exibido porque o download está desabilitado pelo compartilhamento",
1113
"File not found" : "Ficheiro não encontrado",
1214
"Text" : "Texto",
1315
"📝 Collaborative document editing" : "📝 Edição colaborativa de documento",
1416
"** 📝 Collaborative document editing!**\n\n- **📝 Focused writing:** No distractions, only the formatting you need.\n- **🙋 Work together:** Share and collaborate with friends and colleagues, no matter if they use Nextcloud or not!\n- **💾 Open format:** Files are saved as [Markdown](https://en.wikipedia.org/wiki/Markdown), so you can edit them from any other text app too.\n- **✊ Strong foundation:** We use [🐈 tiptap](https://tiptap.scrumpy.io) which is based on [🦉 ProseMirror](https://prosemirror.net) – huge thanks to them!" : "** 📝 Edição colaborativa de documento!**\n\n- **📝 Escrita focada:** Sem distrações, apenas a formatação que necessita.\n- **🙋 Trabalhe conjuntamente:** Partilhe e colabore com amigos e colegas, independentemente deles usarem o Nextcloud ou não!\n- **💾 Formato aberto:** Os ficheiros são guardados como [Markdown](https://en.wikipedia.org/wiki/Markdown), por forma a que os possa editar em qualquer outra aplicação de edição de texto.\n- **✊ Base sólida:** Nós usamos [🐈 tiptap](https://tiptap.scrumpy.io) que é baseado em [🦉 ProseMirror](https://prosemirror.net) – um enorme obrigado a eles!",
1517
"Reload" : "Recarregar",
18+
"The file was overwritten. Your current changes cannot be auto-saved. Please choose how to proceed." : "O arquivo foi sobrescrito. Suas alterações atuais não podem ser salvas automaticamente. Escolha como proceder.",
1619
"Guest" : "Convidado",
1720
"submit" : "submeter",
1821
"you" : "Você",
1922
"edit" : "editar",
23+
"Failed to insert from Files" : "Falha ao inserir de Arquivos",
2024
"Copy link" : "Copiar hiperligação",
2125
"guest" : "convidado",
2226
"Offline" : "Offline",
2327
"Saving …" : "A guardar...",
2428
"Saved" : "Guardado",
29+
"Last saved {lastSave}" : "Último salvamento {lastSave}",
2530
"The document has been changed outside of the editor. The changes cannot be applied." : "O documento foi modificado fora do editor. As modificações não podem ser guardadas.",
2631
"Unsaved changes" : "Modificações não guardadas",
2732
"Style" : "Estilo",
@@ -37,31 +42,43 @@
3742
"name" : "nome",
3843
"Undo" : "Desfazer",
3944
"Redo" : "Repetir",
45+
"Cannot open links with unsafe protocols" : "Não é possível abrir links com protocolos não seguros",
4046
"Save changes" : "Save changes",
4147
"Cancel" : "Cancelar",
4248
"URL" : "URL",
4349
"Save" : "Guardar",
50+
"Disabled because you are currently offline." : "Desativado porque você está off-line no momento.",
4451
"Translate" : "Traduzir",
52+
"Nextcloud Assistant" : "Nextcloud Assistente",
4553
"Delete task" : "Eliminar tarefa",
54+
"Remaining actions" : "Ações restantes",
4655
"Edit" : "Editar",
4756
"Upload" : "Enviar",
4857
"Source code" : "Código fonte",
4958
"Diagram" : "Diagrama",
5059
"Show folder description" : "Mostrar descrição da pasta",
60+
"Hide outline" : "Ocultar índice",
5161
"Done" : "Concluído",
5262
"Headings" : "Títulos",
5363
"Heading 2" : "Título 2",
5464
"Heading 3" : "Título 3",
5565
"Heading 4" : "Título 4",
5666
"Heading 5" : "Título 5",
67+
"Decrease indentation" : "Diminuir indentação",
68+
"Success callout" : "Chamada de sucesso",
5769
"Details" : "Detalhes",
70+
"Insert attachment" : "Inserir anexo",
5871
"Ctrl" : "Ctrl",
72+
"Option" : "Opção",
5973
"Formatting" : "Formação ",
6074
"Select file or folder to link to" : "Selecione um arquivo ou pasta para vincular",
6175
"Choose" : "Escolher",
6276
"Choose {file}" : "Escolher {file}",
6377
"Add folder description" : "Adicionar descrição da pasta",
78+
"Copied to the clipboard" : "Copiado para a área de transferência",
79+
"text document" : "documento de texto",
6480
"New text file" : "Novo ficheiro de texto",
81+
"Translate from {language}" : "Traduzir de {language}",
6582
"to" : "Para",
6683
"Replace" : "Substitua"
6784
},"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"

0 commit comments

Comments
 (0)