Skip to content

Commit 365148f

Browse files
committed
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
1 parent e9a0db5 commit 365148f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

l10n/pt_PT.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ OC.L10N.register(
2727
"Videos" : "Vídeos",
2828
"Start" : "Início",
2929
"Delete" : "Eliminar",
30+
"Task successfully deleted" : "Tarefa eliminada com sucesso",
3031
"Edit" : "Editar",
32+
"Delete task" : "Eliminar tarefa",
3133
"_Test text_::_Test texts_" : ["Texto de teste","Textos de teste","Textos de teste"]
3234
},
3335
"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

l10n/pt_PT.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@
2525
"Videos" : "Vídeos",
2626
"Start" : "Início",
2727
"Delete" : "Eliminar",
28+
"Task successfully deleted" : "Tarefa eliminada com sucesso",
2829
"Edit" : "Editar",
30+
"Delete task" : "Eliminar tarefa",
2931
"_Test text_::_Test texts_" : ["Texto de teste","Textos de teste","Textos de teste"]
3032
},"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
3133
}

0 commit comments

Comments
 (0)