Skip to content

Commit b0730b8

Browse files
authored
Add files via upload
1 parent e97ac08 commit b0730b8

1 file changed

Lines changed: 79 additions & 0 deletions

File tree

Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
{
2+
"title": "CNAIR eRovinieta",
3+
"config": {
4+
"step": {
5+
"user": {
6+
"title": "Login to CNAIR eRovinieta Service",
7+
"description": "Enter your credentials to connect the integration to your eRovinieta account.",
8+
"data": {
9+
"username": "Username (email)",
10+
"password": "Password",
11+
"update_interval": "Update interval",
12+
"istoric_tranzactii": "Transaction history"
13+
}
14+
},
15+
"reauth_confirm": {
16+
"title": "Re-authenticate CNAIR eRovinieta",
17+
"description": "The password for account **{username}** has expired or changed. Please enter the new password.",
18+
"data": {
19+
"password": "New password"
20+
}
21+
},
22+
"reconfigure": {
23+
"title": "Reconfigure CNAIR eRovinieta",
24+
"description": "Change the password for account **{username}**.",
25+
"data": {
26+
"password": "New password"
27+
}
28+
}
29+
},
30+
"error": {
31+
"authentication_failed": "Authentication failed. Please check your credentials.",
32+
"cannot_connect": "Cannot connect to eRovinieta service. Please check your internet connection.",
33+
"unknown": "Unexpected error. Check logs for details.",
34+
"invalid_update_interval": "Update interval must be between 300 and 86400 seconds."
35+
},
36+
"abort": {
37+
"already_configured": "This account is already configured.",
38+
"reauth_successful": "Re-authentication successful.",
39+
"reconfigure_successful": "Reconfiguration successful."
40+
}
41+
},
42+
"options": {
43+
"error": {
44+
"invalid_update_interval": "Update interval must be between 300 and 86400 seconds.",
45+
"license_key_empty": "Please enter a license key.",
46+
"license_key_invalid": "Invalid license key. Check the format and try again.",
47+
"license_already_used": "This license key has already been used on another installation.",
48+
"license_key_expired": "This license key has expired.",
49+
"license_fingerprint_mismatch": "This license key is bound to a different installation.",
50+
"license_network_error": "Cannot connect to the license server. Check your internet connection.",
51+
"license_server_error": "License server error. Please try again later."
52+
},
53+
"step": {
54+
"init": {
55+
"title": "CNAIR eRovinieta Options",
56+
"description": "Choose the category you want to edit.",
57+
"menu_options": {
58+
"settings": "Settings",
59+
"licenta": "License"
60+
}
61+
},
62+
"settings": {
63+
"title": "CNAIR eRovinieta Settings",
64+
"description": "Configure the data update interval and transaction history period.",
65+
"data": {
66+
"update_interval": "Update interval",
67+
"istoric_tranzactii": "Transaction history"
68+
}
69+
},
70+
"licenta": {
71+
"title": "eRovinieta License",
72+
"description": "{license_status}\n\nEnter your license key to activate or renew the integration.",
73+
"data": {
74+
"license_key": "License Key"
75+
}
76+
}
77+
}
78+
}
79+
}

0 commit comments

Comments
 (0)