@defra-fish/gafl-webapp-service 1.23.0-rc.21 → 1.23.0-rc.22
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.
- package/package.json +4 -4
- package/src/locales/cy.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@defra-fish/gafl-webapp-service",
|
|
3
|
-
"version": "1.23.0-rc.
|
|
3
|
+
"version": "1.23.0-rc.22",
|
|
4
4
|
"description": "The websales frontend for the GAFL service",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"engines": {
|
|
@@ -36,8 +36,8 @@
|
|
|
36
36
|
"prepare": "gulp --gulpfile build/gulpfile.cjs"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@defra-fish/business-rules-lib": "1.23.0-rc.
|
|
40
|
-
"@defra-fish/connectors-lib": "1.23.0-rc.
|
|
39
|
+
"@defra-fish/business-rules-lib": "1.23.0-rc.22",
|
|
40
|
+
"@defra-fish/connectors-lib": "1.23.0-rc.22",
|
|
41
41
|
"@defra/hapi-gapi": "^1.1.0",
|
|
42
42
|
"@hapi/boom": "^9.1.2",
|
|
43
43
|
"@hapi/catbox-redis": "^6.0.2",
|
|
@@ -76,5 +76,5 @@
|
|
|
76
76
|
"gulp-sourcemaps": "^3.0.0",
|
|
77
77
|
"node-sass": "^6.0.1"
|
|
78
78
|
},
|
|
79
|
-
"gitHead": "
|
|
79
|
+
"gitHead": "9caba4647b5b9146a777acc465df27b5cd33f42b"
|
|
80
80
|
}
|
package/src/locales/cy.json
CHANGED
|
@@ -307,10 +307,10 @@
|
|
|
307
307
|
"licence_start_enter_todays_date": "Rhowch ddyddiad heddiw os ydych chi am i’r drwydded 1 neu 8 diwrnod ddechrau yn hwyrach heddiw.",
|
|
308
308
|
"licence_start_error_choose_when": "Dewiswch pryd y dylai'r drwydded ddechrau",
|
|
309
309
|
"licence_start_error_format": "Nodwch y dyddiad y mae angen i'r drwydded ddechrau a chynnwys diwrnod, mis a blwyddyn",
|
|
310
|
-
"licence_start_error_within": "
|
|
310
|
+
"licence_start_error_within": "Nodwch ddyddiad o fewn y ",
|
|
311
311
|
"licence_start_hint": "Rhowch ddyddiad hyd at a chan gynnwys ",
|
|
312
|
-
"licence_start_later": "
|
|
313
|
-
"licence_start_minutes_after": "
|
|
312
|
+
"licence_start_later": "Later",
|
|
313
|
+
"licence_start_minutes_after": " minutes after payment",
|
|
314
314
|
"licence_start_time_am_text_0": "0am (munud cyntaf y dydd)",
|
|
315
315
|
"licence_start_time_am_text_1": "1am",
|
|
316
316
|
"licence_start_time_am_text_10": "10am",
|