aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n
diff options
context:
space:
mode:
authorLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-05-03 14:19:48 +0530
committerLibravatar GitHub <noreply@github.com>2021-05-03 08:49:48 +0000
commit60aecd409131310339ab0809faeb9f95c7be7cb8 (patch)
tree83f6483073c29b49c2e215c78021414fbca0eb8b /src/i18n
parentdocs: add kris7t as a contributor (#1335) (diff)
downloadferdium-app-60aecd409131310339ab0809faeb9f95c7be7cb8.tar.gz
ferdium-app-60aecd409131310339ab0809faeb9f95c7be7cb8.tar.zst
ferdium-app-60aecd409131310339ab0809faeb9f95c7be7cb8.zip
Delete service confirmation (#1328)
Diffstat (limited to 'src/i18n')
-rw-r--r--src/i18n/locales/en-US.json1
-rw-r--r--src/i18n/messages/src/components/services/tabs/TabItem.json13
2 files changed, 14 insertions, 0 deletions
diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json
index a2ed91b79..bb15485d1 100644
--- a/src/i18n/locales/en-US.json
+++ b/src/i18n/locales/en-US.json
@@ -519,6 +519,7 @@
519 "subscription.teaser.intro": "Ferdi 5 comes with a wide range of new features to boost up your everyday communication - batteries included. Check out our new plans and find out which one suits you most!", 519 "subscription.teaser.intro": "Ferdi 5 comes with a wide range of new features to boost up your everyday communication - batteries included. Check out our new plans and find out which one suits you most!",
520 "subscriptionPopup.buttonCancel": "Cancel", 520 "subscriptionPopup.buttonCancel": "Cancel",
521 "subscriptionPopup.buttonDone": "Done", 521 "subscriptionPopup.buttonDone": "Done",
522 "tabs.item.confirmDeleteService": "Do you really want to delete the {serviceName} service?",
522 "tabs.item.deleteService": "Delete service", 523 "tabs.item.deleteService": "Delete service",
523 "tabs.item.disableAudio": "Disable audio", 524 "tabs.item.disableAudio": "Disable audio",
524 "tabs.item.disableNotifications": "Disable notifications", 525 "tabs.item.disableNotifications": "Disable notifications",
diff --git a/src/i18n/messages/src/components/services/tabs/TabItem.json b/src/i18n/messages/src/components/services/tabs/TabItem.json
index 495d35c8b..a1b0d2435 100644
--- a/src/i18n/messages/src/components/services/tabs/TabItem.json
+++ b/src/i18n/messages/src/components/services/tabs/TabItem.json
@@ -115,5 +115,18 @@
115 "line": 55, 115 "line": 55,
116 "column": 3 116 "column": 3
117 } 117 }
118 },
119 {
120 "id": "tabs.item.confirmDeleteService",
121 "defaultMessage": "!!!Do you really want to delete the {serviceName} service?",
122 "file": "src/components/services/tabs/TabItem.js",
123 "start": {
124 "line": 56,
125 "column": 24
126 },
127 "end": {
128 "line": 59,
129 "column": 3
130 }
118 } 131 }
119] \ No newline at end of file 132] \ No newline at end of file