This repository was archived by the owner on May 23, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlocale.yml-dist
More file actions
48 lines (42 loc) · 1.45 KB
/
locale.yml-dist
File metadata and controls
48 lines (42 loc) · 1.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
locale:
language: 'en'
title: 'Mail Utilities Wizard'
header: 'Send utilities data'
app-error-msg: 'Application error'
# Login form
login-text: 'Your password:'
login-button: 'Enter'
# Send page
select-location-label: 'Select location:'
select-location-dropdown: '- Select -'
select-counter-label: 'Select counter:'
select-counter-dropdown: '- Select -'
account-id-label: 'Your account id:'
account-id-hint: 'Unique for each counter'
email-label: 'Data will be sent to e-mail:'
period-label: 'Period:'
counter-value-label: 'Counter value:'
send-confirm-msg: 'Do you want to continue?'
sending-msg: 'Sending..'
send-button: 'Send'
show-letter-button: 'Show the letter'
back-button: 'Back'
send-error-msg: 'Unable to send counter data, contact john@company.com'
already-sent-warn-msg: "Data for this meter has already been sent for the selected period."
# Mail preview
mail-template-title: 'Letter'
mail-template-to-label: 'To:'
mail-template-subject-label: 'Subject:'
mail-template-body-label: 'Body:'
mail-template-close-button: 'Close'
# History table data
history-table-text: 'History for previous periods:'
history-record-date: 'Date:'
history-record-values: 'Values:'
history-record-location: 'Location:'
history-record-counter: 'Counter:'
history-record-period: 'Period:'
history-record-value: 'Value:'
# Success page
send-success-msg: 'Counter value has been sent'
send-more-button: 'Send more'