Skip to content

Commit

Permalink
3743 - Add translations
Browse files Browse the repository at this point in the history
  • Loading branch information
yaguzmang committed May 30, 2024
1 parent 8f71842 commit 24bbf33
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/i18n/resources/en/admin.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
module.exports = {
admin: 'Admin',
enotfound: 'DNS error',
filter: 'Filter by',
invitationPending: 'Invitation pending',
invitationsAcceptedCount: 'Nº of Invitations accepted',
invitationsSentCount: 'Nº of Invitations sent',
lastStatus: 'Last Status',
locationsCount: 'Nº of Locations',
urlParsingError: 'URL parsing error',
usersCount: 'Nº of Users',
verifyLinks: 'Verify links',
visitsCount: 'Nº of Visits',
}
5 changes: 5 additions & 0 deletions src/i18n/resources/en/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ module.exports = {
add: 'Add',
all: 'All',
apply: 'Apply',
approve: 'Approve',
approved: 'Approved',
areYouSureYouWantToDelete: 'Are you sure you want to delete this item? This operation cannot be undone.',
areYouSureYouWantToDeleteAllTableData: 'Are you sure you want to delete all data from the table?',
calculate: 'Calculate',
Expand All @@ -17,8 +19,10 @@ module.exports = {
dashboard: 'Dashboard',
dataExport: 'Data Export',
delete: 'Delete',
disapprove: 'Disapprove',
done: 'Done',
email: 'Email',
empty: 'Empty',
expired: 'Expired',
file: 'File',
filterCountries: 'Filter countries',
Expand Down Expand Up @@ -56,6 +60,7 @@ module.exports = {
submit: 'Submit',
submittedForApproval: 'Submitted for approval',
submittedToReview: 'Submitted to review',
success: 'Success',
tier: 'Tier',
tiers: { high: 'High', low: 'Low', medium: 'Medium', notSelected: '' },
total: 'Total',
Expand Down

0 comments on commit 24bbf33

Please sign in to comment.