Skip to content

Commit ffa75af

Browse files
authored
fix(module:i18n): add missing sections to en_GB, en_AU and default (#9913)
1 parent b3eadd4 commit ffa75af

3 files changed

Lines changed: 61 additions & 0 deletions

File tree

components/i18n/languages/default.ts

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,5 +181,29 @@ export default {
181181
},
182182
Image: {
183183
preview: 'Preview'
184+
},
185+
CronExpression: {
186+
cronError: 'Invalid cron expression',
187+
second: 'second',
188+
minute: 'minute',
189+
hour: 'hour',
190+
day: 'day',
191+
month: 'month',
192+
week: 'week'
193+
},
194+
QRCode: {
195+
expired: 'QR code expired',
196+
refresh: 'Refresh',
197+
scanned: 'Scanned'
198+
},
199+
CheckList: {
200+
checkList: 'Check List',
201+
checkListFinish: 'You have successfully completed the list!',
202+
checkListClose: 'Close',
203+
checkListFooter: 'Check list is no longer required',
204+
checkListCheck: 'Do you want to close the list?',
205+
ok: 'OK',
206+
cancel: 'Cancel',
207+
checkListCheckOther: 'No longer required to show'
184208
}
185209
};

components/i18n/languages/en_AU.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,5 +194,15 @@ export default {
194194
expired: 'QR code expired',
195195
refresh: 'Refresh',
196196
scanned: 'Scanned'
197+
},
198+
CheckList: {
199+
checkList: 'Check List',
200+
checkListFinish: 'You have successfully completed the list!',
201+
checkListClose: 'Close',
202+
checkListFooter: 'Check list is no longer required',
203+
checkListCheck: 'Do you want to close the list?',
204+
ok: 'OK',
205+
cancel: 'Cancel',
206+
checkListCheckOther: 'No longer required to show'
197207
}
198208
};

components/i18n/languages/en_GB.ts

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,5 +175,32 @@ export default {
175175
},
176176
PageHeader: {
177177
back: 'Back'
178+
},
179+
Image: {
180+
preview: 'Preview'
181+
},
182+
CronExpression: {
183+
cronError: 'Invalid cron expression',
184+
second: 'second',
185+
minute: 'minute',
186+
hour: 'hour',
187+
day: 'day',
188+
month: 'month',
189+
week: 'week'
190+
},
191+
QRCode: {
192+
expired: 'QR code expired',
193+
refresh: 'Refresh',
194+
scanned: 'Scanned'
195+
},
196+
CheckList: {
197+
checkList: 'Check List',
198+
checkListFinish: 'You have successfully completed the list!',
199+
checkListClose: 'Close',
200+
checkListFooter: 'Check list is no longer required',
201+
checkListCheck: 'Do you want to close the list?',
202+
ok: 'OK',
203+
cancel: 'Cancel',
204+
checkListCheckOther: 'No longer required to show'
178205
}
179206
};

0 commit comments

Comments
 (0)