cdn-frontend/public/locales/en/translations.json

110 lines
2.9 KiB
JSON
Raw Normal View History

2021-07-05 20:16:56 +03:00
{
"DATE": "{{date,intlDate}}",
"LONG_DATE": "{{date,intlLongDate}}",
"DATE_FORMAT": "{{date, format}}",
"TIME_FROM_X": "{{date,intlTimeFromX}}",
"H_FROM_X": "{{date,intlHoursFromX}}",
"H_FROM_M": "{{number,intlHoursFromMinutes}}",
"NUMBER": "{{number,intlNumber}}",
"DECIMAL": "{{number,intlDecimal}}",
"DECIMAL2": "{{number,intlDecimal2}}",
"Language": {
"English": "English",
"Romanian": "Romanian"
},
2022-12-11 19:55:05 +02:00
"Generic": {
"Table": {
"Body": {
"NoMatch": "Sorry, no matching records found"
},
"Filter": {
"All": "All",
"Reset": "Reset",
"Title": "FILTERS"
},
"Pagination": {
"DisplayRows": "of",
"Next": "Next page",
"Previous": "Previous page",
"RowsPerPage": "Rows per page"
},
"Toolbar": {
"DownloadCsv": "Download CSV",
"FilterTable": "Filter table",
"Print": "Print",
"Search": "Search",
"ViewColumns": "View columns"
},
"ViewColumns": {
"Title": "Show columns"
}
2022-12-12 01:57:23 +02:00
},
"Edit": "Edit",
"More": "More",
2022-12-18 04:29:14 +02:00
"OpenInNewTab": "Open in new tab",
2022-12-18 22:50:32 +02:00
"Delete": "Delete",
"Deleting": "Deleting",
"Save": "Save",
"Saving": "Saving"
2022-12-11 19:55:05 +02:00
},
2021-07-05 20:16:56 +03:00
"Menu": {
"Dashboard": "Dashboard",
2021-08-03 01:09:30 +03:00
"Resources": "Resources",
"System": "System",
"Admin": "Admin",
"Settings": "Settings",
2021-08-03 01:13:44 +03:00
"Appearance": "Appearance",
"Notifications": "Notifications",
2021-08-03 01:09:30 +03:00
"Health": "Health",
"Community": "Community",
"Library": "Library",
"Support": "Support",
"FAQ": "FAQ",
"Template": "Template"
2021-07-05 20:16:56 +03:00
},
"Login": {
"Username": "Username",
"Password": "Password",
"Label": "Login",
"ChangeUser": "Change user",
"UserChanged": "User changed",
"Logout": "Logout",
"IncorrectCredentials": "Incorrect credentials.",
"Hello": "Hi, {{username}}",
"AuthenticationDate": "Authentication date"
2022-12-09 18:38:01 +02:00
},
"Resource": {
"Code": "Code",
"Name": "Name",
"Category": "Category",
"Secured": "Secured",
2022-12-18 22:50:32 +02:00
"PathOnDisk": "Path on disk",
"MimeType": "MIME type",
"AutomaticMimeType": "Automatic MIME type",
"Description": "Description",
2022-12-11 19:55:05 +02:00
"List": {
"Title": "Resource management",
"SubTitle": "Resources",
"Filters": {
"Code": "Code contains: {{value}}",
"Name": "Name contains: {{value}}",
"Category": "Category: {{value}}"
2022-12-12 01:57:23 +02:00
},
"Actions": {
"CopyUrl": "Copy resource URL",
"LinkCopiedToClipboard": "The link has been copied to the clipboard."
2022-12-11 19:55:05 +02:00
}
2022-12-18 22:50:32 +02:00
},
"Links": {
"Title": "Links",
"SubTitle": "Different forms of the URL at which a resource can be accessed"
2022-12-11 19:55:05 +02:00
}
2022-12-18 17:28:05 +02:00
},
"ServerAvailability": {
"Unavailable": "Oops. Looks like the server is currently unavailable.",
"TryAgain": "Try again in a few seconds",
2022-12-18 17:49:32 +02:00
"Retry": "Retry",
"CheckingServerHealth": "Checking server health..."
2021-07-05 20:16:56 +03:00
}
}