mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-09-08 13:38:22 +00:00
feat(certificate-designer): add custom page size options and update related components
This commit is contained in:
@@ -947,9 +947,14 @@ export const am: Translations = {
|
||||
unscheduled: "አልተያዘም",
|
||||
inspectionResult: "የምርመራ ውጤት",
|
||||
findings: "ግኝቶች",
|
||||
findingsEvidence: "አጋዥ ሰነዶች",
|
||||
uploadEvidence: "ሰነድ መጫን",
|
||||
dateTime: "ቀን እና ሰዓት",
|
||||
date: "ቀን",
|
||||
morning: "ጠዋት",
|
||||
afternoon: "ከሰዓት በኋላ",
|
||||
schedule: "ያዝ",
|
||||
pickDate: "መጀመሪያ ቀን እና ሰዓት ይምረጡ",
|
||||
pickDate: "መጀመሪያ ቀን ይምረጡ",
|
||||
passed: "አልፏል",
|
||||
failed: "ወድቋል",
|
||||
round_one: "ዙር {{count}}",
|
||||
@@ -958,6 +963,10 @@ export const am: Translations = {
|
||||
linkCopied: "አገናኝ ተቀድቷል",
|
||||
actionFailed: "ተግባሩ አልተሳካም",
|
||||
errorTitle: "ይህን ማመልከቻ መጫን አልተቻለም",
|
||||
certificate: "ምስክር ወረቀት",
|
||||
view: "ይመልከቱ",
|
||||
download: "አውርድ",
|
||||
certificateError: "ምስክር ወረቀቱን መክፈት አልተቻለም",
|
||||
hideActivity: "እንቅስቃሴ ደብቅ",
|
||||
showActivity: "እንቅስቃሴ አሳይ",
|
||||
awaitingPayment: "አመልካቹ {{amount}} {{currency}} እንዲከፍል በመጠባበቅ ላይ።",
|
||||
|
||||
@@ -955,9 +955,14 @@ export const en = {
|
||||
unscheduled: 'Not scheduled',
|
||||
inspectionResult: 'Inspection result',
|
||||
findings: 'Findings',
|
||||
findingsEvidence: 'Supporting documents',
|
||||
uploadEvidence: 'Upload document',
|
||||
dateTime: 'Date and time',
|
||||
date: 'Date',
|
||||
morning: 'Morning',
|
||||
afternoon: 'Afternoon',
|
||||
schedule: 'Schedule',
|
||||
pickDate: 'Pick a date and time first',
|
||||
pickDate: 'Pick a date first',
|
||||
passed: 'Passed',
|
||||
failed: 'Failed',
|
||||
round_one: 'round {{count}}',
|
||||
@@ -966,6 +971,10 @@ export const en = {
|
||||
linkCopied: 'Link copied',
|
||||
actionFailed: 'Action failed',
|
||||
errorTitle: 'Could not load this application',
|
||||
certificate: 'Certificate',
|
||||
view: 'View',
|
||||
download: 'Download',
|
||||
certificateError: 'Could not open the certificate',
|
||||
hideActivity: 'Hide activity',
|
||||
showActivity: 'Show activity',
|
||||
awaitingPayment: 'Waiting for the applicant to pay {{amount}} {{currency}}.',
|
||||
|
||||
Reference in New Issue
Block a user