-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
79 changed files
with
3,601 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | ||
<modelVersion>4.0.0</modelVersion> | ||
<parent> | ||
<groupId>io.github.kriolos.opos</groupId> | ||
<artifactId>kriolos-opos-parent</artifactId> | ||
<version>1.0.0-SNAPSHOT</version> | ||
<relativePath>../</relativePath> | ||
</parent> | ||
<groupId>io.github.kriolos.opos</groupId> | ||
<artifactId>kriolos-opos-i18n_pt</artifactId> | ||
<packaging>jar</packaging> | ||
<name>Kriolos.POS.i18N_PT</name> | ||
<properties> | ||
<skipTests>true</skipTests> | ||
</properties> | ||
</project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
/* | ||
* Copyright (C) 2022 Paulo Borges | ||
* | ||
* This program is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
* the Free Software Foundation, either version 3 of the License, or | ||
* (at your option) any later version. | ||
* | ||
* This program is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU General Public License | ||
* along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
*/ | ||
module io.github.kriolos.opos.i18n { | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
|
20 changes: 20 additions & 0 deletions
20
kriolos-opos-i18n_pt/src/main/resources/beans_messages_pt.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# KrOS POS - Open Source Point Of Sale | ||
# Copyright (c) 2009-2018 uniCenta & previous Openbravo POS works | ||
# | ||
# This program is free software: you can redistribute it and/or modify | ||
# it under the terms of the GNU General Public License as published by | ||
# the Free Software Foundation, either version 3 of the License, or | ||
# (at your option) any later version. | ||
# | ||
# This program is distributed in the hope that it will be useful, | ||
# but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
# GNU General Public License for more details. | ||
# | ||
# You should have received a copy of the GNU General Public License | ||
# along with uniCenta oPOS. If not, see <http://www.gnu.org/licenses/>. | ||
button.cancel=Cancelar | ||
button.ok=Ok | ||
button.Today=Hoje | ||
title.calendar=Selecione uma data | ||
Button.Today=Hoje |
35 changes: 35 additions & 0 deletions
35
kriolos-opos-i18n_pt/src/main/resources/com/openbravo/pos/config/Bundle_pt.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# KrOS POS - Open Source Point Of Sale | ||
# Copyright (c) 2009-2018 uniCenta & previous Openbravo POS works | ||
# | ||
# This program is free software: you can redistribute it and/or modify | ||
# it under the terms of the GNU General Public License as published by | ||
# the Free Software Foundation, either version 3 of the License, or | ||
# (at your option) any later version. | ||
# | ||
# This program is distributed in the hope that it will be useful, | ||
# but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
# GNU General Public License for more details. | ||
# | ||
# You should have received a copy of the GNU General Public License | ||
# along with uniCenta oPOS. If not, see <http://www.gnu.org/licenses/>. | ||
|
||
label.ticketheader1=Cabeçalho 1 | ||
label.ticketheader2=Cabeçalho 2 | ||
label.ticketheader3=Cabeçalho 3 | ||
label.ticketheader4=Cabeçalho 4 | ||
label.ticketheader5=Cabeçalho 5 | ||
label.ticketheader6=Cabeçalho 6 | ||
label.ticketfooter1=Rodapé 1 | ||
label.ticketfooter2=Rodapé 2 | ||
label.ticketfooter3=Rodapé 3 | ||
label.ticketfooter4=Rodapé 4 | ||
label.ticketfooter5=Rodapé 5 | ||
label.ticketfooter6=Rodapé 6 | ||
# | ||
label.tktheader1=Cabeçalho 1 | ||
label.tktheader2=Cabeçalho 2 | ||
label.tktheader3=Cabeçalho 3 | ||
label.tktheader4=Cabeçalho 4 | ||
label.tktheader5=Cabeçalho 5 | ||
label.tktheader6=Cabeçalho 6 |
15 changes: 15 additions & 0 deletions
15
kriolos-opos-i18n_pt/src/main/resources/com/openbravo/pos/customers/Bundle_pt.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# KrOS POS - Open Source Point Of Sale | ||
# Copyright (c) 2009-2018 uniCenta & previous Openbravo POS works | ||
# | ||
# This program is free software: you can redistribute it and/or modify | ||
# it under the terms of the GNU General Public License as published by | ||
# the Free Software Foundation, either version 3 of the License, or | ||
# (at your option) any later version. | ||
# | ||
# This program is distributed in the hope that it will be useful, | ||
# but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
# GNU General Public License for more details. | ||
# | ||
# You should have received a copy of the GNU General Public License | ||
# along with uniCenta oPOS. If not, see <http://www.gnu.org/licenses/>. |
7 changes: 7 additions & 0 deletions
7
kriolos-opos-i18n_pt/src/main/resources/com/openbravo/pos/forms/Bundle_pt.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
JAuthPanel.m_LoginLabel.AccessibleContext.accessibleName=Login | ||
JAuthPanel.m_LoginLabel.text=Login | ||
JAuthPanel.m_vendorImageLabel.text= | ||
JAuthPanel.m_vendorImageLabel.toolTipText= | ||
JAuthPanel.m_vendorImageLabel.AccessibleContext.accessibleName=<<VendorImage>> | ||
JSplashScreen.jLabel1.text=Loading | ||
JCopyRightPanel.copyRightLabel.text=<<COPYRIGHT>> |
2 changes: 2 additions & 0 deletions
2
...-i18n_pt/src/main/resources/com/openbravo/reports/barcode_sheet_jm_messages_pt.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
|
||
label.title=Folha de código de barras |
20 changes: 20 additions & 0 deletions
20
...pos-i18n_pt/src/main/resources/com/openbravo/reports/barcode_sheet_messages_pt.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Openbravo POS is a point of sales application designed for touch screens. | ||
# Copyright (C) 2007-2009 Openbravo, S.L. | ||
# http://sourceforge.net/projects/openbravopos | ||
# | ||
# This file is part of Openbravo POS. | ||
# | ||
# Openbravo POS is free software: you can redistribute it and/or modify | ||
# it under the terms of the GNU General Public License as published by | ||
# the Free Software Foundation, either version 3 of the License, or | ||
# (at your option) any later version. | ||
# | ||
# Openbravo POS is distributed in the hope that it will be useful, | ||
# but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
# GNU General Public License for more details. | ||
# | ||
# You should have received a copy of the GNU General Public License | ||
# along with Openbravo POS. If not, see <http://www.gnu.org/licenses/>. | ||
|
||
label.title=Codigo barras Sheet |
20 changes: 20 additions & 0 deletions
20
...opos-i18n_pt/src/main/resources/com/openbravo/reports/barcodesheet_messages_pt.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Openbravo POS is a point of sales application designed for touch screens. | ||
# Copyright (C) 2007-2009 Openbravo, S.L. | ||
# http://sourceforge.net/projects/openbravopos | ||
# | ||
# This file is part of Openbravo POS. | ||
# | ||
# Openbravo POS is free software: you can redistribute it and/or modify | ||
# it under the terms of the GNU General Public License as published by | ||
# the Free Software Foundation, either version 3 of the License, or | ||
# (at your option) any later version. | ||
# | ||
# Openbravo POS is distributed in the hope that it will be useful, | ||
# but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
# GNU General Public License for more details. | ||
# | ||
# You should have received a copy of the GNU General Public License | ||
# along with Openbravo POS. If not, see <http://www.gnu.org/licenses/>. | ||
|
||
label.title=Folha de código de barras |
42 changes: 42 additions & 0 deletions
42
...los-opos-i18n_pt/src/main/resources/com/openbravo/reports/cashflow_messages_pt.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
# KrOS POS | ||
# Copyright (c) 2009-2018 uniCenta | ||
# http://sourceforge.net/projects/unicentaopos | ||
# | ||
# . | ||
# | ||
# This program is free software: you can redistribute it and/or modify | ||
# it under the terms of the GNU General Public License as published by | ||
# the Free Software Foundation, either version 3 of the License, or | ||
# (at your option) any later version. | ||
# | ||
# This program is distributed in the hope that it will be useful, | ||
# but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
# GNU General Public License for more details. | ||
# | ||
# You should have received a copy of the GNU General Public License | ||
# along with KrOS POS. If not, see <http://www.gnu.org/licenses/>. | ||
|
||
label.title=Relatório de caixa | ||
label.noreference=Sem referência | ||
label.noproduct=(Sem vendas) | ||
label.printed=Impresso | ||
label.period=Período\: | ||
label.payment=Pagamento | ||
label.sum=Montante | ||
|
||
transpayment.cash=Dinheiro | ||
transpayment.ccard=Cartão | ||
transpayment.cashrefund=Reembolsar | ||
transpayment.ccardrefund=Reembolso do cartão | ||
transpayment.cheque=Cheque | ||
transpayment.chequerefund=Reembolso de cheque | ||
transpayment.cashin=(entrada) Dinheiro | ||
transpayment.cashout=(Saída de) caixa | ||
transpayment.free=Grátis | ||
transpayment.ticket=Pedido | ||
transpayment.paperin=Vales recebidos | ||
transpayment.paperout=Vales reembolsado | ||
transpayment.debt=Dívida | ||
transpayment.debtpaid=Dívida paga | ||
transpayment.slip=Guia de pagamento |
46 changes: 46 additions & 0 deletions
46
...s-i18n_pt/src/main/resources/com/openbravo/reports/cashregisterlog_messages_pt.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
# KrOS POS | ||
# Copyright (c) 2009-2018 uniCenta | ||
# http://sourceforge.net/projects/unicentaopos | ||
# | ||
# . | ||
# | ||
# This program is free software: you can redistribute it and/or modify | ||
# it under the terms of the GNU General Public License as published by | ||
# the Free Software Foundation, either version 3 of the License, or | ||
# (at your option) any later version. | ||
# | ||
# This program is distributed in the hope that it will be useful, | ||
# but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
# GNU General Public License for more details. | ||
# | ||
# You should have received a copy of the GNU General Public License | ||
# along with KrOS POS. If not, see <http://www.gnu.org/licenses/>. | ||
|
||
label.title=Transaction Log | ||
label.noreference= | ||
label.noproduct=(sem vendas) | ||
label.printed=Gerado em | ||
label.date=Data | ||
label.ticket=Talão no | ||
label.sum=Sum | ||
label.customer=Cliente | ||
label.payment=Pagamento | ||
label.period=Periodo\: | ||
label.total=Grand Total | ||
|
||
transpayment.cash=Cash | ||
transpayment.ccard=Card | ||
transpayment.cashrefund=Refund | ||
transpayment.ccardrefund=Card Refund | ||
transpayment.cheque=Cheque | ||
transpayment.chequerefund=Cheque Refund | ||
transpayment.cashin=(in) Cash | ||
transpayment.cashout=(out) Cash | ||
transpayment.free=Free | ||
transpayment.ticket=Talão | ||
transpayment.paperin=Note Input | ||
transpayment.paperout=Note Output | ||
transpayment.debt=Debt | ||
transpayment.debtpaid=Debt Paid | ||
transpayment.slip=Slip |
27 changes: 27 additions & 0 deletions
27
...pos-i18n_pt/src/main/resources/com/openbravo/reports/categorysales_messages_pt.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# KrOS POS | ||
# Copyright (c) 2009-2018 uniCenta | ||
# http://sourceforge.net/projects/unicentaopos | ||
# | ||
# . | ||
# | ||
# This program is free software: you can redistribute it and/or modify | ||
# it under the terms of the GNU General Public License as published by | ||
# the Free Software Foundation, either version 3 of the License, or | ||
# (at your option) any later version. | ||
# | ||
# This program is distributed in the hope that it will be useful, | ||
# but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
# GNU General Public License for more details. | ||
# | ||
# You should have received a copy of the GNU General Public License | ||
# along with KrOS POS. If not, see <http://www.gnu.org/licenses/>. | ||
|
||
label.title=Vendas by Category | ||
label.printed=Gerado em | ||
label.period=Periodo\: | ||
label.name=Categoria | ||
label.qty=Qtd | ||
label.catprice=Preço | ||
label.cattax=Tax | ||
label.cattotal=Total |
24 changes: 24 additions & 0 deletions
24
...s-opos-i18n_pt/src/main/resources/com/openbravo/reports/chartsales_messages_pt.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# KrOS POS | ||
# Copyright (c) 2009-2018 uniCenta | ||
# http://sourceforge.net/projects/unicentaopos | ||
# | ||
# . | ||
# | ||
# This program is free software: you can redistribute it and/or modify | ||
# it under the terms of the GNU General Public License as published by | ||
# the Free Software Foundation, either version 3 of the License, or | ||
# (at your option) any later version. | ||
# | ||
# This program is distributed in the hope that it will be useful, | ||
# but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
# GNU General Public License for more details. | ||
# | ||
# You should have received a copy of the GNU General Public License | ||
# along with KrOS POS. If not, see <http://www.gnu.org/licenses/>. | ||
|
||
label.title=Vendas Chart | ||
label.printed=Gerado em | ||
label.period=Periodo\: | ||
label.axisx=Register Cash | ||
label.axisy=Vendas |
46 changes: 46 additions & 0 deletions
46
...os-opos-i18n_pt/src/main/resources/com/openbravo/reports/closedpos_messages_pt.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
# KrOS POS - touch friendly EPoS | ||
# Copyright (c) 2009 KrOS POS | ||
# /projects/unicentaopos | ||
# | ||
# . | ||
# | ||
# This program is free software: you can redistribute it and/or modify | ||
# it under the terms of the GNU General Public License as published by | ||
# the Free Software Foundation, either version 3 of the License, or | ||
# (at your option) any later version. | ||
# | ||
# This program is distributed in the hope that it will be useful, | ||
# but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
# GNU General Public License for more details. | ||
# | ||
# You should have received a copy of the GNU General Public License | ||
# along with KrOS POS. If not, see <http://www.gnu.org/licenses/>. | ||
|
||
label.title=Cash Closed | ||
label.closedate=Periodo | ||
label.partialtotal=Sequence Total | ||
label.total=Grand Total | ||
label.partialtax=Taxas | ||
label.partialsubtotal=Subtotal | ||
label.tax=Taxas | ||
label.terminaltotal=Terminal Total | ||
label.subtotal=Subtotal | ||
label.period=Periodo\: | ||
label.printed=Gerado em | ||
transpayment.cash=Cash | ||
transpayment.ccard=Card | ||
transpayment.cashrefund=Refund | ||
transpayment.ccardrefund=Card Refund | ||
transpayment.cheque=Cheque | ||
transpayment.chequerefund=Cheque Refund | ||
transpayment.cashin=(in) Cash | ||
transpayment.cashout=(out) Cash | ||
transpayment.free=Free | ||
transpayment.ticket=Talão | ||
transpayment.paperin=Note Input | ||
transpayment.paperout=Note Output | ||
transpayment.debt=Debt | ||
transpayment.debtpaid=Debt Paid | ||
transpayment.slip=Slip | ||
label.sequence=Sequence |
29 changes: 29 additions & 0 deletions
29
...os-i18n_pt/src/main/resources/com/openbravo/reports/closedproducts_messages_pt.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# KrOS POS - touch friendly EPoS | ||
# Copyright (c) 2009 KrOS POS | ||
# /projects/unicentaopos | ||
# | ||
# . | ||
# | ||
# This program is free software: you can redistribute it and/or modify | ||
# it under the terms of the GNU General Public License as published by | ||
# the Free Software Foundation, either version 3 of the License, or | ||
# (at your option) any later version. | ||
# | ||
# This program is distributed in the hope that it will be useful, | ||
# but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
# GNU General Public License for more details. | ||
# | ||
# You should have received a copy of the GNU General Public License | ||
# along with KrOS POS. If not, see <http://www.gnu.org/licenses/>. | ||
|
||
label.title=Produto Sales | ||
label.printed=Gerado em | ||
label.period=Periodo\: | ||
label.noreference=(no Reference defined) | ||
label.noproduct=(no Product defined) | ||
label.host=Terminal | ||
label.closeddate=Data | ||
label.units=Unidades | ||
label.partialtotal=Total | ||
label.total=Total by Product |
Oops, something went wrong.