Skip to content

Commit

Permalink
feat: Refactor language. (adempiere#688)
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwinBetanc0urt authored Jan 8, 2023
1 parent 603e269 commit 6720123
Show file tree
Hide file tree
Showing 45 changed files with 804 additions and 456 deletions.
5 changes: 3 additions & 2 deletions src/lang/ADempiere/en/businessPartner.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,15 @@
*
* 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
* 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 <https://www.gnu.org/licenses/>.
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

const businessPartner = {
edit: 'Edit',
notFound: 'Business partner not found.',
emptyBusinessPartner: 'Use the filters to search for a business partner by Code, Name, Email and Phone Number',
searchWithEnter: 'Enter a value to search for a Business Partners'
Expand Down
30 changes: 30 additions & 0 deletions src/lang/ADempiere/en/component/date.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
/**
* ADempiere-Vue (Frontend) for ADempiere ERP & CRM Smart Business Solution
* Copyright (C) 2017-Present E.R.P. Consultores y Asociados, C.A. www.erpya.com
* Contributor(s): Edwin Betancourt EdwinBetanc0urt@outlook.com https://github.com/EdwinBetanc0urt
* 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 <https://www.gnu.org/licenses/>.
*/

const date = {
endDate: 'End Date',
startDate: 'Start Date',
Today: 'Today',
Yesterday: 'Yesterday',
Week: 'Last Week',
currentWeek: 'Current Week',
LastMonth: 'Last Month',
CurrentMonth: 'Current Month'
}

export default date
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,17 @@
*
* 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
* 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 <https://www.gnu.org/licenses/>.
*/

import date from './date'
import sequenceSort from './sequenceSort'

export default {
date,
sequenceSort
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*
* 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
* 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
Expand Down
27 changes: 27 additions & 0 deletions src/lang/ADempiere/en/form/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
/**
* ADempiere-Vue (Frontend) for ADempiere ERP & CRM Smart Business Solution
* Copyright (C) 2017-Present E.R.P. Consultores y Asociados, C.A. www.erpya.com
* Contributor(s): Edwin Betancourt EdwinBetanc0urt@outlook.com https://github.com/EdwinBetanc0urt
* 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 <https://www.gnu.org/licenses/>.
*/

import priceChecking from './priceChecking'
import productInfo from './productInfo'
import workflowActivity from './workflowActivity'

export default {
priceChecking,
productInfo,
workflowActivity
}
24 changes: 24 additions & 0 deletions src/lang/ADempiere/en/form/priceChecking.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
/**
* ADempiere-Vue (Frontend) for ADempiere ERP & CRM Smart Business Solution
* Copyright (C) 2017-Present E.R.P. Consultores y Asociados, C.A. www.erpya.com
* Contributor(s): Edwin Betancourt EdwinBetanc0urt@outlook.com https://github.com/EdwinBetanc0urt
* 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 <https://www.gnu.org/licenses/>.
*/

const priceChecking = {
basePrice: 'Base price',
productNotFound: 'Unavailable Product'
}

export default priceChecking
42 changes: 42 additions & 0 deletions src/lang/ADempiere/en/form/productInfo.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
/**
* ADempiere-Vue (Frontend) for ADempiere ERP & CRM Smart Business Solution
* Copyright (C) 2017-Present E.R.P. Consultores y Asociados, C.A. www.erpya.com
* Contributor(s): Edwin Betancourt EdwinBetanc0urt@outlook.com https://github.com/EdwinBetanc0urt
* 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 <https://www.gnu.org/licenses/>.
*/

const productInfo = {
product: 'Product',
codeProduct: 'Códe Product',
convertedPrice: 'Converted Price',
addProduct: 'Product Added',
productInformation: 'Product Information',
chargerInformation: 'Charger Information',
code: 'Code',
name: 'Name',
lastName: 'Nombre2',
id: 'ID',
description: 'Description',
price: 'Price',
quantityOnHand: 'Quantity On Hand',
taxAmount: 'Tax Amount',
totalIncludingTax: 'Total Including Tax',
grandTotal: 'Grand Total',
grandTotalConverted: 'Grand Total Converted',
quantityAvailable: 'Available',
upc: 'UPC / EAN',
UM: 'UM'
}

export default productInfo
45 changes: 45 additions & 0 deletions src/lang/ADempiere/en/form/workflowActivity.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
/**
* ADempiere-Vue (Frontend) for ADempiere ERP & CRM Smart Business Solution
* Copyright (C) 2017-Present E.R.P. Consultores y Asociados, C.A. www.erpya.com
* Contributor(s): Edwin Betancourt EdwinBetanc0urt@outlook.com https://github.com/EdwinBetanc0urt
* 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 <https://www.gnu.org/licenses/>.
*/

const workflowActivity = {
title: 'Your Workflow Activities',
filtersSearch: {
history: 'History records',
forward: 'Re-send'
},
table: {
priority: 'Priority',
node: 'Node'
},
guide: {
table: {
title: 'Workflow List to be approved',
description: 'Select at least one to see the detail and responsible for approval. You can also decide whether to approve, reject or redirect it'
},
workflow: {
title: 'Workflow',
description: 'Workflow life cycle diagram. The highlighted Node is the one currently awaiting verification.'
},
workflowLogs: {
title: 'Change Log',
description: 'Workflow timeline'
}
}
}

export default workflowActivity
Loading

0 comments on commit 6720123

Please sign in to comment.