Skip to content

Commit 2707d0b

Browse files
committed
chore(translation): generate strings for dref traslation changes
1 parent 3fbfeba commit 2707d0b

File tree

2 files changed

+149
-1
lines changed

2 files changed

+149
-1
lines changed
Lines changed: 148 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,148 @@
1+
{
2+
"parent": "000053-1761568674475.json",
3+
"actions": [
4+
{
5+
"action": "add",
6+
"key": "activeDrefTableStatusApprovedDescription",
7+
"namespace": "accountMyFormsDref",
8+
"value": "Approved: The form has been reviewed and approved."
9+
},
10+
{
11+
"action": "add",
12+
"key": "activeDrefTableStatusDraftDescription",
13+
"namespace": "accountMyFormsDref",
14+
"value": "The form is in its initial stage and has not been finalized yet."
15+
},
16+
{
17+
"action": "add",
18+
"key": "activeDrefTableStatusFailedDescription",
19+
"namespace": "accountMyFormsDref",
20+
"value": "The form finalization process has failed. You can retry to finalize the form again"
21+
},
22+
{
23+
"action": "add",
24+
"key": "activeDrefTableStatusFinalizedDescription",
25+
"namespace": "accountMyFormsDref",
26+
"value": "The form has been finalized, and the original language has been switched to English. All further edits must now be made in English."
27+
},
28+
{
29+
"action": "add",
30+
"key": "activeDrefTableStatusFinalizingDescription",
31+
"namespace": "accountMyFormsDref",
32+
"value": "The form is being finalizing. The original language content is being translated into English."
33+
},
34+
{
35+
"action": "add",
36+
"key": "drefAccountFinalizeConfirmMessage",
37+
"namespace": "accountMyFormsDref",
38+
"value": "You are about to finalize this DREF. Once finalized, the original language will change to English, and it will no longer be editable in the {selectedLanguage} language. Are you sure you want to proceed?"
39+
},
40+
{
41+
"action": "add",
42+
"key": "drefFinalizeFailureTitle",
43+
"namespace": "accountMyFormsDref",
44+
"value": "Failed to finalize the DREF!"
45+
},
46+
{
47+
"action": "add",
48+
"key": "drefFinalizeSuccessTitle",
49+
"namespace": "accountMyFormsDref",
50+
"value": "Successfully finalized the DREF!"
51+
},
52+
{
53+
"action": "add",
54+
"key": "drefOpsUpdateStartingLanguageLabel",
55+
"namespace": "accountMyFormsDref",
56+
"value": "DREF Starting Language"
57+
},
58+
{
59+
"action": "add",
60+
"key": "dropdownActionAddFinalReportLabel",
61+
"namespace": "accountMyFormsDref",
62+
"value": "Add Final Report"
63+
},
64+
{
65+
"action": "add",
66+
"key": "dropdownActionFinalizeLabel",
67+
"namespace": "accountMyFormsDref",
68+
"value": "Finalize"
69+
},
70+
{
71+
"action": "add",
72+
"key": "dropdownActionNewFinalReportConfirmationHeading",
73+
"namespace": "accountMyFormsDref",
74+
"value": "Confirm addition of Final Report"
75+
},
76+
{
77+
"action": "add",
78+
"key": "dropdownActionNewFinalReportConfirmationMessage",
79+
"namespace": "accountMyFormsDref",
80+
"value": "You are about to create a new DREF Final Report."
81+
},
82+
{
83+
"action": "add",
84+
"key": "dropdownActionNewFinalReportLanguageSelectLanguageMessage",
85+
"namespace": "accountMyFormsDref",
86+
"value": "Please select the language to create the DREF Final Report."
87+
},
88+
{
89+
"action": "add",
90+
"key": "dropdownActionNewOpsUpdateConfirmationMessage",
91+
"namespace": "accountMyFormsDref",
92+
"value": "You are about to create a new DREF Operational Update."
93+
},
94+
{
95+
"action": "add",
96+
"key": "dropdownActionNewOpsUpdateLanguageSelectLanguageMessage",
97+
"namespace": "accountMyFormsDref",
98+
"value": "Please select the language to create the DREF Operation Update."
99+
},
100+
{
101+
"action": "update",
102+
"key": "drefAccountConfirmMessage",
103+
"namespace": "accountMyFormsDref",
104+
"newValue": "You're about to approve this DREF. Once approved, it can no longer be edited. Are you sure you want to approve?"
105+
},
106+
{
107+
"action": "remove",
108+
"key": "formNotAvailableInNonEnglishMessage",
109+
"namespace": "drefApplicationForm"
110+
},
111+
{
112+
"action": "update",
113+
"key": "formEditNotAvailableInSelectedLanguageMessage",
114+
"namespace": "drefApplicationForm",
115+
"newValue": "DREF Application is currently in view-only mode."
116+
},
117+
{
118+
"action": "update",
119+
"key": "formNotAvailableInSelectedLanguageMessage",
120+
"namespace": "drefFinalReportForm",
121+
"newValue": "DREF Final Report is not available in the selected language!"
122+
},
123+
{
124+
"action": "update",
125+
"key": "formNotAvailableInSelectedLanguageMessage",
126+
"namespace": "drefOperationalUpdateForm",
127+
"newValue": "DREF Operational Update is not available in the selected language!"
128+
},
129+
{
130+
"action": "update",
131+
"key": "languageMismatchErrorMessage",
132+
"namespace": "languageMismatchMessage",
133+
"newValue": "This is because form was originally created in {originalLanguage} language and edits cannot be edited in the {selectedLanguage} language."
134+
},
135+
{
136+
"action": "update",
137+
"key": "languageMismatchErrorTitle",
138+
"namespace": "languageMismatchMessage",
139+
"newValue": "Edit not available in {selectedLanguage} language!"
140+
},
141+
{
142+
"action": "update",
143+
"key": "languageMismatchHelpMessage",
144+
"namespace": "languageMismatchMessage",
145+
"newValue": "To make changes, please switch to the original language of the form."
146+
}
147+
]
148+
}

0 commit comments

Comments
 (0)