aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n/locales
diff options
context:
space:
mode:
Diffstat (limited to 'src/i18n/locales')
-rw-r--r--src/i18n/locales/defaultMessages.json34
-rw-r--r--src/i18n/locales/en-US.json2
2 files changed, 32 insertions, 4 deletions
diff --git a/src/i18n/locales/defaultMessages.json b/src/i18n/locales/defaultMessages.json
index 0cedeb4cb..7d4a0fe06 100644
--- a/src/i18n/locales/defaultMessages.json
+++ b/src/i18n/locales/defaultMessages.json
@@ -1867,29 +1867,55 @@
1867 } 1867 }
1868 }, 1868 },
1869 { 1869 {
1870 "defaultMessage": "!!!Delete Service", 1870 "defaultMessage": "!!!Hibernate Service",
1871 "end": { 1871 "end": {
1872 "column": 3, 1872 "column": 3,
1873 "line": 55 1873 "line": 55
1874 }, 1874 },
1875 "file": "src/components/services/tabs/TabItem.js", 1875 "file": "src/components/services/tabs/TabItem.js",
1876 "id": "tabs.item.hibernateService",
1877 "start": {
1878 "column": 20,
1879 "line": 52
1880 }
1881 },
1882 {
1883 "defaultMessage": "!!!Wake Up Service",
1884 "end": {
1885 "column": 3,
1886 "line": 59
1887 },
1888 "file": "src/components/services/tabs/TabItem.js",
1889 "id": "tabs.item.wakeUpService",
1890 "start": {
1891 "column": 17,
1892 "line": 56
1893 }
1894 },
1895 {
1896 "defaultMessage": "!!!Delete Service",
1897 "end": {
1898 "column": 3,
1899 "line": 63
1900 },
1901 "file": "src/components/services/tabs/TabItem.js",
1876 "id": "tabs.item.deleteService", 1902 "id": "tabs.item.deleteService",
1877 "start": { 1903 "start": {
1878 "column": 17, 1904 "column": 17,
1879 "line": 52 1905 "line": 60
1880 } 1906 }
1881 }, 1907 },
1882 { 1908 {
1883 "defaultMessage": "!!!Do you really want to delete the {serviceName} service?", 1909 "defaultMessage": "!!!Do you really want to delete the {serviceName} service?",
1884 "end": { 1910 "end": {
1885 "column": 3, 1911 "column": 3,
1886 "line": 59 1912 "line": 67
1887 }, 1913 },
1888 "file": "src/components/services/tabs/TabItem.js", 1914 "file": "src/components/services/tabs/TabItem.js",
1889 "id": "tabs.item.confirmDeleteService", 1915 "id": "tabs.item.confirmDeleteService",
1890 "start": { 1916 "start": {
1891 "column": 24, 1917 "column": 24,
1892 "line": 56 1918 "line": 64
1893 } 1919 }
1894 } 1920 }
1895 ], 1921 ],
diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json
index 5ff146ea5..76fc7cfc2 100644
--- a/src/i18n/locales/en-US.json
+++ b/src/i18n/locales/en-US.json
@@ -453,7 +453,9 @@
453 "tabs.item.enableAudio": "Enable audio", 453 "tabs.item.enableAudio": "Enable audio",
454 "tabs.item.enableNotification": "Enable notifications", 454 "tabs.item.enableNotification": "Enable notifications",
455 "tabs.item.enableService": "Enable service", 455 "tabs.item.enableService": "Enable service",
456 "tabs.item.hibernateService": "Hibernate service",
456 "tabs.item.reload": "Reload", 457 "tabs.item.reload": "Reload",
458 "tabs.item.wakeUpService": "Wake up service",
457 "validation.email": "{field} is not valid", 459 "validation.email": "{field} is not valid",
458 "validation.minLength": "{field} should be at least {length} characters long", 460 "validation.minLength": "{field} should be at least {length} characters long",
459 "validation.oneRequired": "At least one is required", 461 "validation.oneRequired": "At least one is required",