@designcrowd/fe-shared-lib 1.2.12-ml-259-2 → 1.2.12-ml-259-4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,9 +2,9 @@
2
2
  rel="stylesheet"
3
3
  href="https://fonts.googleapis.com/css?family=Lato:300,400,700,900&display=swap"
4
4
  />
5
-
6
- <link rel="stylesheet" href="css/tailwind-brandCrowd.css">
7
- <link rel="stylesheet" href="css/tailwind-brandPage.css">
8
- <link rel="stylesheet" href="css/tailwind-crazyDomains.css">
9
- <link rel="stylesheet" href="css/tailwind-designCom.css">
5
+
6
+ <link rel="stylesheet" href="css/tailwind-brandCrowd.css">
7
+ <link rel="stylesheet" href="css/tailwind-brandPage.css">
8
+ <link rel="stylesheet" href="css/tailwind-crazyDomains.css">
9
+ <link rel="stylesheet" href="css/tailwind-designCom.css">
10
10
  <link rel="stylesheet" href="css/tailwind-designCrowd.css">
@@ -2,9 +2,9 @@
2
2
  rel="stylesheet"
3
3
  href="https://fonts.googleapis.com/css?family=Lato:300,400,700,900&display=swap"
4
4
  />
5
-
6
- <link rel="stylesheet" href="css/tailwind-brandCrowd.css">
7
- <link rel="stylesheet" href="css/tailwind-brandPage.css">
8
- <link rel="stylesheet" href="css/tailwind-crazyDomains.css">
9
- <link rel="stylesheet" href="css/tailwind-designCom.css">
5
+
6
+ <link rel="stylesheet" href="css/tailwind-brandCrowd.css">
7
+ <link rel="stylesheet" href="css/tailwind-brandPage.css">
8
+ <link rel="stylesheet" href="css/tailwind-crazyDomains.css">
9
+ <link rel="stylesheet" href="css/tailwind-designCom.css">
10
10
  <link rel="stylesheet" href="css/tailwind-designCrowd.css">
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@designcrowd/fe-shared-lib",
3
- "version": "1.2.12-ml-259-2",
3
+ "version": "1.2.12-ml-259-4",
4
4
  "scripts": {
5
5
  "start": "run-p storybook watch:translation",
6
6
  "build": "npm run build:css --production",
7
- "storybook": "export NODE_ENV=development && npm run storybook:css && npm run storybook:themes && storybook dev -p 6006 public",
7
+ "storybook": "npm run storybook:css && npm run storybook:themes && storybook dev -p 6006 public",
8
8
  "build:css": "node ./tailwind.build.js",
9
9
  "build:storybook": "mkdir -p public && mkdir -p public/css && npm run storybook:css && storybook build -c .storybook -o .storybook-static && cp -R ./public/css .storybook-static/",
10
10
  "bundle-translation": "node ./src/bundleTranslation.js",
@@ -643,6 +643,10 @@ video {
643
643
  margin-top: 0px;
644
644
  margin-bottom: 0px;
645
645
  }
646
+ .theme-brandCrowd .tw-my-1 {
647
+ margin-top: 0.25rem;
648
+ margin-bottom: 0.25rem;
649
+ }
646
650
  .theme-brandCrowd .tw-my-10 {
647
651
  margin-top: 2.5rem;
648
652
  margin-bottom: 2.5rem;
@@ -849,9 +853,6 @@ video {
849
853
  .theme-brandCrowd .tw-max-h-screen {
850
854
  max-height: 100vh;
851
855
  }
852
- .theme-brandCrowd .tw-w-1\/3 {
853
- width: 33.333333%;
854
- }
855
856
  .theme-brandCrowd .tw-w-10 {
856
857
  width: 2.5rem;
857
858
  }
@@ -1020,6 +1021,9 @@ video {
1020
1021
  .theme-brandCrowd .tw-animate-spin {
1021
1022
  animation: tw-spin 1s linear infinite;
1022
1023
  }
1024
+ .\!tw-cursor-not-allowed {
1025
+ cursor: not-allowed !important;
1026
+ }
1023
1027
  .theme-brandCrowd .tw-cursor-not-allowed {
1024
1028
  cursor: not-allowed;
1025
1029
  }
@@ -1453,6 +1457,17 @@ video {
1453
1457
  .theme-brandCrowd .tw-bg-opacity-80 {
1454
1458
  --tw-bg-opacity: 0.8;
1455
1459
  }
1460
+ .theme-brandCrowd .tw-bg-gradient-to-t {
1461
+ background-image: linear-gradient(to top, var(--tw-gradient-stops));
1462
+ }
1463
+ .theme-brandCrowd .tw-from-\[\#d946ef\] {
1464
+ --tw-gradient-from: #d946ef var(--tw-gradient-from-position);
1465
+ --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
1466
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
1467
+ }
1468
+ .theme-brandCrowd .tw-to-\[\#8b5cf6\] {
1469
+ --tw-gradient-to: #8b5cf6 var(--tw-gradient-to-position);
1470
+ }
1456
1471
  .theme-brandCrowd .tw-bg-no-repeat {
1457
1472
  background-repeat: no-repeat;
1458
1473
  }
@@ -2016,6 +2031,9 @@ video {
2016
2031
  }
2017
2032
  --tw-bg-opacity: 1;
2018
2033
  background-color: rgb(0 121 172 / var(--tw-bg-opacity));
2034
+ }
2035
+ --tw-bg-opacity: 1;
2036
+ background-color: rgb(252 209 217 / var(--tw-bg-opacity));
2019
2037
  }
2020
2038
  --tw-bg-opacity: 1;
2021
2039
  background-color: rgb(245 73 101 / var(--tw-bg-opacity));
@@ -2064,6 +2082,9 @@ video {
2064
2082
  }
2065
2083
  --tw-shadow-color: #0097D7 !important;
2066
2084
  --tw-shadow: var(--tw-shadow-colored) !important;
2085
+ }
2086
+ --tw-brightness: brightness(0.85);
2087
+ filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
2067
2088
  }
2068
2089
  --tw-border-opacity: 1;
2069
2090
  border-color: rgb(194 22 50 / var(--tw-border-opacity));
@@ -2173,6 +2194,9 @@ video {
2173
2194
  .theme-brandCrowd .md\:tw-ml-4 {
2174
2195
  margin-left: 1rem;
2175
2196
  }
2197
+ .theme-brandCrowd .md\:tw-mr-2 {
2198
+ margin-right: 0.5rem;
2199
+ }
2176
2200
  .theme-brandCrowd .md\:tw-mt-0 {
2177
2201
  margin-top: 0px;
2178
2202
  }
@@ -643,6 +643,10 @@ video {
643
643
  margin-top: 0px;
644
644
  margin-bottom: 0px;
645
645
  }
646
+ .theme-brandPage .tw-my-1 {
647
+ margin-top: 0.25rem;
648
+ margin-bottom: 0.25rem;
649
+ }
646
650
  .theme-brandPage .tw-my-10 {
647
651
  margin-top: 2.5rem;
648
652
  margin-bottom: 2.5rem;
@@ -849,9 +853,6 @@ video {
849
853
  .theme-brandPage .tw-max-h-screen {
850
854
  max-height: 100vh;
851
855
  }
852
- .theme-brandPage .tw-w-1\/3 {
853
- width: 33.333333%;
854
- }
855
856
  .theme-brandPage .tw-w-10 {
856
857
  width: 2.5rem;
857
858
  }
@@ -1020,6 +1021,9 @@ video {
1020
1021
  .theme-brandPage .tw-animate-spin {
1021
1022
  animation: tw-spin 1s linear infinite;
1022
1023
  }
1024
+ .\!tw-cursor-not-allowed {
1025
+ cursor: not-allowed !important;
1026
+ }
1023
1027
  .theme-brandPage .tw-cursor-not-allowed {
1024
1028
  cursor: not-allowed;
1025
1029
  }
@@ -1301,6 +1305,17 @@ video {
1301
1305
  .theme-brandPage .tw-bg-opacity-80 {
1302
1306
  --tw-bg-opacity: 0.8;
1303
1307
  }
1308
+ .theme-brandPage .tw-bg-gradient-to-t {
1309
+ background-image: linear-gradient(to top, var(--tw-gradient-stops));
1310
+ }
1311
+ .theme-brandPage .tw-from-\[\#d946ef\] {
1312
+ --tw-gradient-from: #d946ef var(--tw-gradient-from-position);
1313
+ --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
1314
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
1315
+ }
1316
+ .theme-brandPage .tw-to-\[\#8b5cf6\] {
1317
+ --tw-gradient-to: #8b5cf6 var(--tw-gradient-to-position);
1318
+ }
1304
1319
  .theme-brandPage .tw-bg-no-repeat {
1305
1320
  background-repeat: no-repeat;
1306
1321
  }
@@ -1789,6 +1804,9 @@ video {
1789
1804
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
1790
1805
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
1791
1806
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1807
+ }
1808
+ --tw-brightness: brightness(0.85);
1809
+ filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
1792
1810
  }
1793
1811
  --tw-border-opacity: 1;
1794
1812
  border-color: rgb(94 94 94 / var(--tw-border-opacity));
@@ -1885,6 +1903,9 @@ video {
1885
1903
  .theme-brandPage .md\:tw-ml-4 {
1886
1904
  margin-left: 1rem;
1887
1905
  }
1906
+ .theme-brandPage .md\:tw-mr-2 {
1907
+ margin-right: 0.5rem;
1908
+ }
1888
1909
  .theme-brandPage .md\:tw-mt-0 {
1889
1910
  margin-top: 0px;
1890
1911
  }
@@ -643,6 +643,10 @@ video {
643
643
  margin-top: 0px;
644
644
  margin-bottom: 0px;
645
645
  }
646
+ .theme-crazyDomains .tw-my-1 {
647
+ margin-top: 0.25rem;
648
+ margin-bottom: 0.25rem;
649
+ }
646
650
  .theme-crazyDomains .tw-my-10 {
647
651
  margin-top: 2.5rem;
648
652
  margin-bottom: 2.5rem;
@@ -849,9 +853,6 @@ video {
849
853
  .theme-crazyDomains .tw-max-h-screen {
850
854
  max-height: 100vh;
851
855
  }
852
- .theme-crazyDomains .tw-w-1\/3 {
853
- width: 33.333333%;
854
- }
855
856
  .theme-crazyDomains .tw-w-10 {
856
857
  width: 2.5rem;
857
858
  }
@@ -1020,6 +1021,9 @@ video {
1020
1021
  .theme-crazyDomains .tw-animate-spin {
1021
1022
  animation: tw-spin 1s linear infinite;
1022
1023
  }
1024
+ .\!tw-cursor-not-allowed {
1025
+ cursor: not-allowed !important;
1026
+ }
1023
1027
  .theme-crazyDomains .tw-cursor-not-allowed {
1024
1028
  cursor: not-allowed;
1025
1029
  }
@@ -1453,6 +1457,17 @@ video {
1453
1457
  .theme-crazyDomains .tw-bg-opacity-80 {
1454
1458
  --tw-bg-opacity: 0.8;
1455
1459
  }
1460
+ .theme-crazyDomains .tw-bg-gradient-to-t {
1461
+ background-image: linear-gradient(to top, var(--tw-gradient-stops));
1462
+ }
1463
+ .theme-crazyDomains .tw-from-\[\#d946ef\] {
1464
+ --tw-gradient-from: #d946ef var(--tw-gradient-from-position);
1465
+ --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
1466
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
1467
+ }
1468
+ .theme-crazyDomains .tw-to-\[\#8b5cf6\] {
1469
+ --tw-gradient-to: #8b5cf6 var(--tw-gradient-to-position);
1470
+ }
1456
1471
  .theme-crazyDomains .tw-bg-no-repeat {
1457
1472
  background-repeat: no-repeat;
1458
1473
  }
@@ -2016,6 +2031,9 @@ video {
2016
2031
  }
2017
2032
  --tw-bg-opacity: 1;
2018
2033
  background-color: rgb(0 129 191 / var(--tw-bg-opacity));
2034
+ }
2035
+ --tw-bg-opacity: 1;
2036
+ background-color: rgb(226 238 213 / var(--tw-bg-opacity));
2019
2037
  }
2020
2038
  --tw-bg-opacity: 1;
2021
2039
  background-color: rgb(140 189 89 / var(--tw-bg-opacity));
@@ -2064,6 +2082,9 @@ video {
2064
2082
  }
2065
2083
  --tw-shadow-color: #00A1EF !important;
2066
2084
  --tw-shadow: var(--tw-shadow-colored) !important;
2085
+ }
2086
+ --tw-brightness: brightness(0.85);
2087
+ filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
2067
2088
  }
2068
2089
  --tw-border-opacity: 1;
2069
2090
  border-color: rgb(186 24 79 / var(--tw-border-opacity));
@@ -2173,6 +2194,9 @@ video {
2173
2194
  .theme-crazyDomains .md\:tw-ml-4 {
2174
2195
  margin-left: 1rem;
2175
2196
  }
2197
+ .theme-crazyDomains .md\:tw-mr-2 {
2198
+ margin-right: 0.5rem;
2199
+ }
2176
2200
  .theme-crazyDomains .md\:tw-mt-0 {
2177
2201
  margin-top: 0px;
2178
2202
  }
@@ -643,6 +643,10 @@ video {
643
643
  margin-top: 0px;
644
644
  margin-bottom: 0px;
645
645
  }
646
+ .theme-designCom .tw-my-1 {
647
+ margin-top: 0.25rem;
648
+ margin-bottom: 0.25rem;
649
+ }
646
650
  .theme-designCom .tw-my-10 {
647
651
  margin-top: 2.5rem;
648
652
  margin-bottom: 2.5rem;
@@ -849,9 +853,6 @@ video {
849
853
  .theme-designCom .tw-max-h-screen {
850
854
  max-height: 100vh;
851
855
  }
852
- .theme-designCom .tw-w-1\/3 {
853
- width: 33.333333%;
854
- }
855
856
  .theme-designCom .tw-w-10 {
856
857
  width: 2.5rem;
857
858
  }
@@ -1020,6 +1021,9 @@ video {
1020
1021
  .theme-designCom .tw-animate-spin {
1021
1022
  animation: tw-spin 1s linear infinite;
1022
1023
  }
1024
+ .\!tw-cursor-not-allowed {
1025
+ cursor: not-allowed !important;
1026
+ }
1023
1027
  .theme-designCom .tw-cursor-not-allowed {
1024
1028
  cursor: not-allowed;
1025
1029
  }
@@ -1453,6 +1457,17 @@ video {
1453
1457
  .theme-designCom .tw-bg-opacity-80 {
1454
1458
  --tw-bg-opacity: 0.8;
1455
1459
  }
1460
+ .theme-designCom .tw-bg-gradient-to-t {
1461
+ background-image: linear-gradient(to top, var(--tw-gradient-stops));
1462
+ }
1463
+ .theme-designCom .tw-from-\[\#d946ef\] {
1464
+ --tw-gradient-from: #d946ef var(--tw-gradient-from-position);
1465
+ --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
1466
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
1467
+ }
1468
+ .theme-designCom .tw-to-\[\#8b5cf6\] {
1469
+ --tw-gradient-to: #8b5cf6 var(--tw-gradient-to-position);
1470
+ }
1456
1471
  .theme-designCom .tw-bg-no-repeat {
1457
1472
  background-repeat: no-repeat;
1458
1473
  }
@@ -2016,6 +2031,9 @@ video {
2016
2031
  }
2017
2032
  --tw-bg-opacity: 1;
2018
2033
  background-color: rgb(50 71 197 / var(--tw-bg-opacity));
2034
+ }
2035
+ --tw-bg-opacity: 1;
2036
+ background-color: rgb(236 238 254 / var(--tw-bg-opacity));
2019
2037
  }
2020
2038
  --tw-bg-opacity: 1;
2021
2039
  background-color: rgb(121 139 249 / var(--tw-bg-opacity));
@@ -2064,6 +2082,9 @@ video {
2064
2082
  }
2065
2083
  --tw-shadow-color: #3f59f6 !important;
2066
2084
  --tw-shadow: var(--tw-shadow-colored) !important;
2085
+ }
2086
+ --tw-brightness: brightness(0.85);
2087
+ filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
2067
2088
  }
2068
2089
  --tw-border-opacity: 1;
2069
2090
  border-color: rgb(182 58 42 / var(--tw-border-opacity));
@@ -2173,6 +2194,9 @@ video {
2173
2194
  .theme-designCom .md\:tw-ml-4 {
2174
2195
  margin-left: 1rem;
2175
2196
  }
2197
+ .theme-designCom .md\:tw-mr-2 {
2198
+ margin-right: 0.5rem;
2199
+ }
2176
2200
  .theme-designCom .md\:tw-mt-0 {
2177
2201
  margin-top: 0px;
2178
2202
  }
@@ -643,6 +643,10 @@ video {
643
643
  margin-top: 0px;
644
644
  margin-bottom: 0px;
645
645
  }
646
+ .theme-designCrowd .tw-my-1 {
647
+ margin-top: 0.25rem;
648
+ margin-bottom: 0.25rem;
649
+ }
646
650
  .theme-designCrowd .tw-my-10 {
647
651
  margin-top: 2.5rem;
648
652
  margin-bottom: 2.5rem;
@@ -849,9 +853,6 @@ video {
849
853
  .theme-designCrowd .tw-max-h-screen {
850
854
  max-height: 100vh;
851
855
  }
852
- .theme-designCrowd .tw-w-1\/3 {
853
- width: 33.333333%;
854
- }
855
856
  .theme-designCrowd .tw-w-10 {
856
857
  width: 2.5rem;
857
858
  }
@@ -1020,6 +1021,9 @@ video {
1020
1021
  .theme-designCrowd .tw-animate-spin {
1021
1022
  animation: tw-spin 1s linear infinite;
1022
1023
  }
1024
+ .\!tw-cursor-not-allowed {
1025
+ cursor: not-allowed !important;
1026
+ }
1023
1027
  .theme-designCrowd .tw-cursor-not-allowed {
1024
1028
  cursor: not-allowed;
1025
1029
  }
@@ -1453,6 +1457,17 @@ video {
1453
1457
  .theme-designCrowd .tw-bg-opacity-80 {
1454
1458
  --tw-bg-opacity: 0.8;
1455
1459
  }
1460
+ .theme-designCrowd .tw-bg-gradient-to-t {
1461
+ background-image: linear-gradient(to top, var(--tw-gradient-stops));
1462
+ }
1463
+ .theme-designCrowd .tw-from-\[\#d946ef\] {
1464
+ --tw-gradient-from: #d946ef var(--tw-gradient-from-position);
1465
+ --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
1466
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
1467
+ }
1468
+ .theme-designCrowd .tw-to-\[\#8b5cf6\] {
1469
+ --tw-gradient-to: #8b5cf6 var(--tw-gradient-to-position);
1470
+ }
1456
1471
  .theme-designCrowd .tw-bg-no-repeat {
1457
1472
  background-repeat: no-repeat;
1458
1473
  }
@@ -2016,6 +2031,9 @@ video {
2016
2031
  }
2017
2032
  --tw-bg-opacity: 1;
2018
2033
  background-color: rgb(14 121 188 / var(--tw-bg-opacity));
2034
+ }
2035
+ --tw-bg-opacity: 1;
2036
+ background-color: rgb(207 234 251 / var(--tw-bg-opacity));
2019
2037
  }
2020
2038
  --tw-bg-opacity: 1;
2021
2039
  background-color: rgb(65 172 239 / var(--tw-bg-opacity));
@@ -2064,6 +2082,9 @@ video {
2064
2082
  }
2065
2083
  --tw-shadow-color: #1197EB !important;
2066
2084
  --tw-shadow: var(--tw-shadow-colored) !important;
2085
+ }
2086
+ --tw-brightness: brightness(0.85);
2087
+ filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
2067
2088
  }
2068
2089
  --tw-border-opacity: 1;
2069
2090
  border-color: rgb(195 50 48 / var(--tw-border-opacity));
@@ -2173,6 +2194,9 @@ video {
2173
2194
  .theme-designCrowd .md\:tw-ml-4 {
2174
2195
  margin-left: 1rem;
2175
2196
  }
2197
+ .theme-designCrowd .md\:tw-mr-2 {
2198
+ margin-right: 0.5rem;
2199
+ }
2176
2200
  .theme-designCrowd .md\:tw-mt-0 {
2177
2201
  margin-top: 0px;
2178
2202
  }
@@ -1,6 +1,6 @@
1
- {
2
- "price": {
3
- "domainCreditUsed": "Verwendetes Domain-Guthaben",
4
- "free": "Kostenlos"
5
- }
1
+ {
2
+ "price" : {
3
+ "domainCreditUsed" : "Verwendetes Domain-Guthaben",
4
+ "free" : "Kostenlos"
5
+ }
6
6
  }
@@ -1,6 +1,6 @@
1
- {
2
- "price": {
3
- "domainCreditUsed": "Crédito del dominio usado",
4
- "free": "Gratis"
5
- }
1
+ {
2
+ "price" : {
3
+ "domainCreditUsed" : "Crédito del dominio usado",
4
+ "free" : "Gratis"
5
+ }
6
6
  }
@@ -1,6 +1,6 @@
1
- {
2
- "price": {
3
- "domainCreditUsed": "Crédit de domaine utilisé",
4
- "free": "Gratuit"
5
- }
1
+ {
2
+ "price" : {
3
+ "domainCreditUsed" : "Crédit de domaine utilisé",
4
+ "free" : "Gratuit"
5
+ }
6
6
  }
@@ -1,6 +1,6 @@
1
- {
2
- "price": {
3
- "domainCreditUsed": "Crédito de domínio utilizado",
4
- "free": "Grátis"
5
- }
1
+ {
2
+ "price" : {
3
+ "domainCreditUsed" : "Crédito de domínio utilizado",
4
+ "free" : "Grátis"
5
+ }
6
6
  }
@@ -0,0 +1,56 @@
1
+ {
2
+ "price": {
3
+ "domainCreditUsed": "Verwendetes Domain-Guthaben",
4
+ "free": "Kostenlos"
5
+ },
6
+ "publishBrandPageModal": {
7
+ "firstTimePublishHeaderLabel": "Legen Sie die URL für {{brandPageDisplayName}} fest",
8
+ "sitePublishedLabel": "Seite veröffentlicht!",
9
+ "publishSuccessLabel": "Ihr {{brandPageDisplayName}} ist live! Beginnen Sie mit der Nutzung Ihres Links:",
10
+ "freePublishCardTitleLabel": "Freie Adresse",
11
+ "freePublishCardDescriptionLabel": "Wählen Sie jetzt eine kostenlose Adresse zur Veröffentlichung aus. Sie können die URL später jederzeit bearbeiten",
12
+ "slugInputPlaceholderYourNameLabel": "ihr-name",
13
+ "slugInputPlaceholderYourBusinessNameLabel": "ihr-firmen-name",
14
+ "freeDomainLabel": "Kostenlose Domain",
15
+ "purchasedDomainLabel": "Erworbene Domain",
16
+ "setUrlLabel": "URL festlegen",
17
+ "publishLabel": "Veröffentlichen",
18
+ "viewMoreDomainLabel": "WEITERE DOMAINS ANZEIGEN",
19
+ "viewMyWebsiteLabel": "{{brandPageDisplayName}} anzeigen",
20
+ "copyLabel": "Kopieren",
21
+ "copySuccessLabel": "Kopiert!",
22
+ "publishedSuccessDescriptionLabel": "Kaufen Sie eine passende Domain für Ihre Marke",
23
+ "hasAlreadyPurchasedDomainCloseButtonLabel": "Nein, danke, vielleicht später",
24
+ "selectDomainDropdownPlaceholder": "Domain auswählen"
25
+ },
26
+ "sellDomainNameList": {
27
+ "freeDomainButtonLabel": "Kostenlose Domain",
28
+ "buyNowButtonLabel": "Jetzt kaufen",
29
+ "pricePerYearLabel": "/yr",
30
+ "costPriceLabel": "Kostenpreis:"
31
+ },
32
+ "sellDomainNameListModal": {
33
+ "domainSearchHeaderTitle": "Domainname suchen",
34
+ "domainSearchHeaderSubtitle": "Kaufen Sie eine passende Domain für Ihre Marke"
35
+ },
36
+ "sellDomainNameModalApplication": {
37
+ "domainSearchHeaderTitle": "Domainname suchen",
38
+ "domainSearchHeaderSubtitle": "Kaufen Sie eine passende Domain für Ihre Marke"
39
+ },
40
+ "sellDomainNameSearch": {
41
+ "searchButtonLabel": "Suche",
42
+ "searchBarLabel": "Suche",
43
+ "searchBarPlaceholder": "Domainnamen suchen",
44
+ "searchBarPreText": "Domainname"
45
+ },
46
+ "sellDomainNameListSearchResult": {
47
+ "domainSearchEmptyMessage": "Leider konnten wir keine Domain für „{{domainNameSearchTerm}}“ finden.",
48
+ "searchAnotherDomainMessage": "Versuchen Sie, mit einer anderen Domain zu suchen."
49
+ },
50
+ "sellDomainNameWidget": {
51
+ "searchButtonLabel": "Suche",
52
+ "searchBarLabel": "Suche",
53
+ "searchBarPlaceholder": "Domainnamen suchen",
54
+ "domainSearchOrConnectHeaderSubtitle": "Kaufen Sie passende Domains für Ihre Marke oder verknüpfen Sie Ihre bestehende Domain"
55
+ }
56
+ }
@@ -0,0 +1,56 @@
1
+ {
2
+ "price": {
3
+ "domainCreditUsed": "Crédito del dominio usado",
4
+ "free": "Gratis"
5
+ },
6
+ "publishBrandPageModal": {
7
+ "firstTimePublishHeaderLabel": "Establece la URL para {{brandPageDisplayName}}",
8
+ "sitePublishedLabel": "¡Sitio publicado!",
9
+ "publishSuccessLabel": "¡Tu {{brandPageDisplayName}} está activo! Comienza a usar tu enlace:",
10
+ "freePublishCardTitleLabel": "Dirección gratuita",
11
+ "freePublishCardDescriptionLabel": "Elige una dirección gratuita para publicar ahora. Siempre puedes editar la URL más tarde",
12
+ "slugInputPlaceholderYourNameLabel": "tu-nombre",
13
+ "slugInputPlaceholderYourBusinessNameLabel": "nombre-de-tu-negocio",
14
+ "freeDomainLabel": "Dominio gratis",
15
+ "purchasedDomainLabel": "Dominio adquirido",
16
+ "setUrlLabel": "Establece URL",
17
+ "publishLabel": "Publicar",
18
+ "viewMoreDomainLabel": "VER MÁS DOMINIOS",
19
+ "viewMyWebsiteLabel": "Ver {{brandPageDisplayName}}",
20
+ "copyLabel": "Copiar",
21
+ "copySuccessLabel": "¡Copiado!",
22
+ "publishedSuccessDescriptionLabel": "Compra un nombre de dominio que coincida con tu marca",
23
+ "hasAlreadyPurchasedDomainCloseButtonLabel": "No gracias, quizás más tarde",
24
+ "selectDomainDropdownPlaceholder": "Selecciona un nombre de dominio"
25
+ },
26
+ "sellDomainNameList": {
27
+ "freeDomainButtonLabel": "Dominio gratis",
28
+ "buyNowButtonLabel": "Comprar ahora",
29
+ "pricePerYearLabel": "/yr",
30
+ "costPriceLabel": "Precio de coste:"
31
+ },
32
+ "sellDomainNameListModal": {
33
+ "domainSearchHeaderTitle": "Busca un nombre de dominio",
34
+ "domainSearchHeaderSubtitle": "Compra un nombre de dominio que coincida con tu marca"
35
+ },
36
+ "sellDomainNameModalApplication": {
37
+ "domainSearchHeaderTitle": "Busca un nombre de dominio",
38
+ "domainSearchHeaderSubtitle": "Compra un nombre de dominio que coincida con tu marca"
39
+ },
40
+ "sellDomainNameSearch": {
41
+ "searchButtonLabel": "Buscar",
42
+ "searchBarLabel": "Buscar",
43
+ "searchBarPlaceholder": "Busca nombres de dominio",
44
+ "searchBarPreText": "Nombre de dominio"
45
+ },
46
+ "sellDomainNameListSearchResult": {
47
+ "domainSearchEmptyMessage": "Lo siento, no hemos podido encontrar ningún dominio para \"{{domainNameSearchTerm}}\".",
48
+ "searchAnotherDomainMessage": "Prueba a buscar con otro nombre de dominio."
49
+ },
50
+ "sellDomainNameWidget": {
51
+ "searchButtonLabel": "Buscar",
52
+ "searchBarLabel": "Buscar",
53
+ "searchBarPlaceholder": "Busca nombres de dominio",
54
+ "domainSearchOrConnectHeaderSubtitle": "Compra un nombre de dominio que coincida con tu marca o conecta tu dominio existente"
55
+ }
56
+ }
@@ -0,0 +1,56 @@
1
+ {
2
+ "price": {
3
+ "domainCreditUsed": "Crédit de domaine utilisé",
4
+ "free": "Gratuit"
5
+ },
6
+ "publishBrandPageModal": {
7
+ "firstTimePublishHeaderLabel": "Définissez l'URL pour {{brandPageDisplayName}}",
8
+ "sitePublishedLabel": "Site publié !",
9
+ "publishSuccessLabel": "Votre {{brandPageDisplayName}} est en ligne ! Commencez à utiliser votre lien :",
10
+ "freePublishCardTitleLabel": "Adresse libre",
11
+ "freePublishCardDescriptionLabel": "Choisissez une adresse gratuite pour publier maintenant. Vous pouvez toujours modifier l'URL plus tard",
12
+ "slugInputPlaceholderYourNameLabel": "your-name",
13
+ "slugInputPlaceholderYourBusinessNameLabel": "nom-de-votre-entreprise",
14
+ "freeDomainLabel": "Domaine gratuit",
15
+ "purchasedDomainLabel": "Domaine acheté",
16
+ "setUrlLabel": "Définir l'URL",
17
+ "publishLabel": "Publier",
18
+ "viewMoreDomainLabel": "VOIR PLUS DE NOMS DE DOMAINE",
19
+ "viewMyWebsiteLabel": "Voir {{brandPageDisplayName}}",
20
+ "copyLabel": "Copier",
21
+ "copySuccessLabel": "Copié !",
22
+ "publishedSuccessDescriptionLabel": "Achetez un nom de domaine correspondant à votre marque",
23
+ "hasAlreadyPurchasedDomainCloseButtonLabel": "Non merci, peut-être plus tard",
24
+ "selectDomainDropdownPlaceholder": "Sélectionner un nom de domaine"
25
+ },
26
+ "sellDomainNameList": {
27
+ "freeDomainButtonLabel": "Domaine gratuit",
28
+ "buyNowButtonLabel": "Acheter",
29
+ "pricePerYearLabel": "/yr",
30
+ "costPriceLabel": "Prix de revient :"
31
+ },
32
+ "sellDomainNameListModal": {
33
+ "domainSearchHeaderTitle": "Rechercher un nom de domaine",
34
+ "domainSearchHeaderSubtitle": "Achetez un nom de domaine correspondant à votre marque"
35
+ },
36
+ "sellDomainNameModalApplication": {
37
+ "domainSearchHeaderTitle": "Rechercher un nom de domaine",
38
+ "domainSearchHeaderSubtitle": "Achetez un nom de domaine correspondant à votre marque"
39
+ },
40
+ "sellDomainNameSearch": {
41
+ "searchButtonLabel": "Rechercher",
42
+ "searchBarLabel": "Rechercher",
43
+ "searchBarPlaceholder": "Rechercher des noms de domaine",
44
+ "searchBarPreText": "Nom de domaine"
45
+ },
46
+ "sellDomainNameListSearchResult": {
47
+ "domainSearchEmptyMessage": "Désolé, nous n’avons pas trouvé de nom de domaine pour « {{domainNameSearchTerm}} ».",
48
+ "searchAnotherDomainMessage": "Essayez de faire une recherche avec un autre nom de domaine."
49
+ },
50
+ "sellDomainNameWidget": {
51
+ "searchButtonLabel": "Rechercher",
52
+ "searchBarLabel": "Rechercher",
53
+ "searchBarPlaceholder": "Rechercher des noms de domaine",
54
+ "domainSearchOrConnectHeaderSubtitle": "Achetez un nom de domaine correspondant à votre marque ou connectez votre domaine existant"
55
+ }
56
+ }
@@ -0,0 +1,56 @@
1
+ {
2
+ "price": {
3
+ "domainCreditUsed": "Domain credit used",
4
+ "free": "Free"
5
+ },
6
+ "publishBrandPageModal": {
7
+ "firstTimePublishHeaderLabel": "Set the URL for {{brandPageDisplayName}}",
8
+ "sitePublishedLabel": "Site published!",
9
+ "publishSuccessLabel": "Your {{brandPageDisplayName}} is live! Start using your link:",
10
+ "freePublishCardTitleLabel": "Free Address",
11
+ "freePublishCardDescriptionLabel": "Choose a free address to publish now. You can always edit the URL later",
12
+ "slugInputPlaceholderYourNameLabel": "your-name",
13
+ "slugInputPlaceholderYourBusinessNameLabel": "your-business-name",
14
+ "freeDomainLabel": "Free domain",
15
+ "purchasedDomainLabel": "Purchased domain",
16
+ "setUrlLabel": "Set URL",
17
+ "publishLabel": "Publish",
18
+ "viewMoreDomainLabel": "VIEW MORE DOMAINS",
19
+ "viewMyWebsiteLabel": "View {{brandPageDisplayName}}",
20
+ "copyLabel": "Copy",
21
+ "copySuccessLabel": "Copied!",
22
+ "publishedSuccessDescriptionLabel": "Buy matching domain name for your brand",
23
+ "hasAlreadyPurchasedDomainCloseButtonLabel": "No thanks, maybe later",
24
+ "selectDomainDropdownPlaceholder": "Select domain name"
25
+ },
26
+ "sellDomainNameList": {
27
+ "freeDomainButtonLabel": "Free Domain",
28
+ "buyNowButtonLabel": "Buy Now",
29
+ "pricePerYearLabel": "/yr",
30
+ "costPriceLabel": "Cost Price:"
31
+ },
32
+ "sellDomainNameListModal": {
33
+ "domainSearchHeaderTitle": "Search a domain name",
34
+ "domainSearchHeaderSubtitle": "Buy matching domain name for your brand"
35
+ },
36
+ "sellDomainNameModalApplication": {
37
+ "domainSearchHeaderTitle": "Search a domain name",
38
+ "domainSearchHeaderSubtitle": "Buy matching domain name for your brand"
39
+ },
40
+ "sellDomainNameSearch": {
41
+ "searchButtonLabel": "Search",
42
+ "searchBarLabel": "Search",
43
+ "searchBarPlaceholder": "Search domain names",
44
+ "searchBarPreText": "Domain name"
45
+ },
46
+ "sellDomainNameListSearchResult": {
47
+ "domainSearchEmptyMessage": "Sorry, we couldn't find any domain for \"{{domainNameSearchTerm}}\".",
48
+ "searchAnotherDomainMessage": "Try searching with another domain name."
49
+ },
50
+ "sellDomainNameWidget": {
51
+ "searchButtonLabel": "Search",
52
+ "searchBarLabel": "Search",
53
+ "searchBarPlaceholder": "Search domain names",
54
+ "domainSearchOrConnectHeaderSubtitle": "Buy matching domain name for your brand or connect your existing domain"
55
+ }
56
+ }
@@ -0,0 +1,56 @@
1
+ {
2
+ "price": {
3
+ "domainCreditUsed": "Crédito de domínio utilizado",
4
+ "free": "Grátis"
5
+ },
6
+ "publishBrandPageModal": {
7
+ "firstTimePublishHeaderLabel": "Defina o URL para {{brandPageDisplayName}}",
8
+ "sitePublishedLabel": "Site publicado!",
9
+ "publishSuccessLabel": "A sua página {{brandPageDisplayName}} está ativa! Comece a utilizar o link:",
10
+ "freePublishCardTitleLabel": "Endereço gratuito",
11
+ "freePublishCardDescriptionLabel": "Escolha um endereço gratuito para publicar agora. Pode sempre editar o URL mais tarde",
12
+ "slugInputPlaceholderYourNameLabel": "o-seu-nome",
13
+ "slugInputPlaceholderYourBusinessNameLabel": "nome-da-sua-empresa",
14
+ "freeDomainLabel": "Domínio gratuito",
15
+ "purchasedDomainLabel": "Domínio comprado",
16
+ "setUrlLabel": "Definir URL",
17
+ "publishLabel": "Publicar",
18
+ "viewMoreDomainLabel": "VER MAIS DOMÍNIOS",
19
+ "viewMyWebsiteLabel": "Ver {{brandPageDisplayName}}",
20
+ "copyLabel": "Copiar",
21
+ "copySuccessLabel": "Copiado!",
22
+ "publishedSuccessDescriptionLabel": "Compre um nome de domínio que corresponda à sua marca",
23
+ "hasAlreadyPurchasedDomainCloseButtonLabel": "Não, obrigado, talvez mais tarde",
24
+ "selectDomainDropdownPlaceholder": "Selecionar nome de domínio"
25
+ },
26
+ "sellDomainNameList": {
27
+ "freeDomainButtonLabel": "Domínio gratuito",
28
+ "buyNowButtonLabel": "Comprar Agora",
29
+ "pricePerYearLabel": "/yr",
30
+ "costPriceLabel": "Preço de Custo:"
31
+ },
32
+ "sellDomainNameListModal": {
33
+ "domainSearchHeaderTitle": "Pesquisar um nome de domínio",
34
+ "domainSearchHeaderSubtitle": "Compre um nome de domínio que corresponda à sua marca"
35
+ },
36
+ "sellDomainNameModalApplication": {
37
+ "domainSearchHeaderTitle": "Pesquisar um nome de domínio",
38
+ "domainSearchHeaderSubtitle": "Compre um nome de domínio que corresponda à sua marca"
39
+ },
40
+ "sellDomainNameSearch": {
41
+ "searchButtonLabel": "Pesquisar",
42
+ "searchBarLabel": "Pesquisar",
43
+ "searchBarPlaceholder": "Pesquisar nomes de domínio",
44
+ "searchBarPreText": "Nome de domínio"
45
+ },
46
+ "sellDomainNameListSearchResult": {
47
+ "domainSearchEmptyMessage": "Não conseguimos encontrar nenhum domínio para \"{{domainNameSearchTerm}}\".",
48
+ "searchAnotherDomainMessage": "Experimente pesquisar outro nome de domínio."
49
+ },
50
+ "sellDomainNameWidget": {
51
+ "searchButtonLabel": "Pesquisar",
52
+ "searchBarLabel": "Pesquisar",
53
+ "searchBarPlaceholder": "Pesquisar nomes de domínio",
54
+ "domainSearchOrConnectHeaderSubtitle": "Compre um nome de domínio que corresponda à sua marca ou associe ao domínio que já tem"
55
+ }
56
+ }