From 66d17d21bde12f76580b0434ac1a0a6b455a2727 Mon Sep 17 00:00:00 2001 From: Gladston Garcia Date: Wed, 26 Apr 2023 06:08:51 -0300 Subject: [PATCH] Update messages.pt.yml (#301) Changed translated word for "record" in Portuguese from "registro" to "registro", which is formally accepted both in pt-BR and pt-PT. --- src/Resources/translations/messages.pt.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Resources/translations/messages.pt.yml b/src/Resources/translations/messages.pt.yml index 30d9e7c7..805df0c4 100644 --- a/src/Resources/translations/messages.pt.yml +++ b/src/Resources/translations/messages.pt.yml @@ -2,14 +2,14 @@ datatable: common: [] datatable: searchPlaceholder: '' - emptyTable: 'Não foi encontrado nenhum registo' + emptyTable: 'Não foi encontrado nenhum registro' loadingRecords: 'A carregar...' processing: 'A processar...' - lengthMenu: 'Mostrar _MENU_ registos' + lengthMenu: 'Mostrar _MENU_ registros' zeroRecords: 'Não foram encontrados resultados' - info: 'Mostrando de _START_ até _END_ de _TOTAL_ registos' - infoEmpty: 'Mostrando de 0 até 0 de 0 registos' - infoFiltered: '(filtrado de _MAX_ registos no total)' + info: 'Mostrando de _START_ até _END_ de _TOTAL_ registros' + infoEmpty: 'Mostrando de 0 até 0 de 0 registros' + infoFiltered: '(filtrado de _MAX_ registros no total)' infoPostFix: '' search: 'Procurar:' url: ''