Skip to content

Commit

Permalink
feat(dashboard/profile-view): added translations
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeNamedRobin committed Aug 30, 2024
1 parent d44ddfc commit 6e723ad
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
9 changes: 7 additions & 2 deletions apps/dashboard/src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,10 @@
"waiveFinesRejected": "Canceled waiving fines.",
"canceled": "Canceled",
"userUpdated": "Successfully updated user.",
"pinUpdated": "Successfully updated pin."
"pinUpdated": "Successfully updated pin.",
"dataAnalysisChanged": "Successfully changed data analysis preference.",
"apiKeyChanged": "Successfully changed API key.",
"apiKeyDeleted": "Successfully deleted API key."
},
"termsOfService": {
"acceptFirst": "Accept the Terms of Service",
Expand Down Expand Up @@ -338,7 +341,9 @@
"changeApiKey": "Change API key",
"deleteApiKey": "Delete API key",
"preferences": "Preferences",
"dataAnalysis": "Extensive Data Analysis"
"dataAnalysis": "Extensive Data Analysis",
"confirmChangeApiKey": "Are you sure you want to change your API key? This cannot be undone!",
"confirmDeleteApiKey": "Are you sure you want to delete your API key? This cannot be undone!"
},
"contact": {
"Contact": "Contact",
Expand Down
9 changes: 7 additions & 2 deletions apps/dashboard/src/locales/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,10 @@
"waiveFinesRejected": "Boetes zijn succesvol afgewezen.",
"canceled": "Geannuleerd",
"userUpdated": "Gebruiker is succesvol geüpdatet.",
"pinUpdated": "Pincode is succesvol geüpdatet."
"pinUpdated": "Pincode is succesvol geüpdatet.",
"dataAnalysisChanged": "Extensieve dataverwerking is succesvol gewijzigd.",
"apiKeyChanged": "API-sleutel is succesvol gewijzigd.",
"apiKeyDeleted": "API-sleutel is succesvol verwijderd."
},
"termsOfService": {
"acceptFirst": "Accepteer de Voorwaarden",
Expand Down Expand Up @@ -339,7 +342,9 @@
"changeApiKey": "Wijzig API-sleutel",
"deleteApiKey": "Verwijder API-sleutel",
"preferences": "Voorkeuren",
"dataAnalysis": "Uitgebreide Data Analyse"
"dataAnalysis": "Uitgebreide Data Analyse",
"confirmChangeApiKey": "Weet je zeker dat je de API-sleutel wilt wijzigen? Dit kan niet ongedaan worden gemaakt!",
"confirmDeleteApiKey": "Weet je zeker dat je de API-sleutel wilt verwijderen? Dit kan niet ongedaan worden gemaakt!"
},
"validation": {
"number": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<CardComponent
:header="$t('userSettings.userSettings')"
:header="t('userSettings.userSettings')"
:func="undefined"
:action="undefined"
class="w-5"
Expand Down

0 comments on commit 6e723ad

Please sign in to comment.