mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-11-21 13:57:57 -05:00
feat: translations support
This commit is contained in:
104
files/frontend_translations/en.py
Normal file
104
files/frontend_translations/en.py
Normal file
@@ -0,0 +1,104 @@
|
||||
translation_strings = {
|
||||
"ABOUT": "",
|
||||
"AUTOPLAY": "",
|
||||
"Add a ": "",
|
||||
"COMMENT": "",
|
||||
"Categories": "",
|
||||
"Category": "",
|
||||
"Change Language": "",
|
||||
"Change password": "",
|
||||
"About": "",
|
||||
"Comment": "",
|
||||
"Comments": "",
|
||||
"Comments are disabled": "",
|
||||
"Contact": "",
|
||||
"DELETE MEDIA": "",
|
||||
"DOWNLOAD": "",
|
||||
"EDIT MEDIA": "",
|
||||
"EDIT PROFILE": "",
|
||||
"EDIT SUBTITLE": "",
|
||||
"Edit media": "",
|
||||
"Edit profile": "",
|
||||
"Edit subtitle": "",
|
||||
"Featured": "",
|
||||
"Go": "",
|
||||
"History": "",
|
||||
"Home": "",
|
||||
"Language": "",
|
||||
"Latest": "",
|
||||
"Liked media": "",
|
||||
"Manage comments": "",
|
||||
"Manage media": "",
|
||||
"Manage users": "",
|
||||
"Media": "",
|
||||
"Media was edited": "",
|
||||
"Members": "",
|
||||
"My media": "",
|
||||
"My playlists": "",
|
||||
"No": "",
|
||||
"No comment yet": "",
|
||||
"No comments yet": "",
|
||||
"No results for": "",
|
||||
"PLAYLISTS": "",
|
||||
"Playlists": "",
|
||||
"Powered by": "",
|
||||
"Published on": "",
|
||||
"Recommended": "",
|
||||
"Register": "",
|
||||
"SAVE": "",
|
||||
"SEARCH": "",
|
||||
"SHARE": "",
|
||||
"SHOW MORE": "",
|
||||
"SUBMIT": "",
|
||||
"Search": "",
|
||||
"Select": "",
|
||||
"Sign in": "",
|
||||
"Sign out": "",
|
||||
"Subtitle was added": "",
|
||||
"Tags": "",
|
||||
"Terms": "",
|
||||
"UPLOAD": "",
|
||||
"Up next": "",
|
||||
"Upload": "",
|
||||
"Upload media": "",
|
||||
"Uploads": "",
|
||||
"VIEW ALL": "",
|
||||
"View all": "",
|
||||
"comment": "",
|
||||
"is a modern, fully featured open source video and media CMS. It is developed to meet the needs of modern web platforms for viewing and sharing media": "",
|
||||
"media in category": "",
|
||||
"media in tag": "",
|
||||
"view": "",
|
||||
"views": "",
|
||||
"yet": "",
|
||||
}
|
||||
|
||||
replacement_strings = {
|
||||
"Apr": "",
|
||||
"Aug": "",
|
||||
"Dec": "",
|
||||
"Feb": "",
|
||||
"Jan": "",
|
||||
"Jul": "",
|
||||
"Jun": "",
|
||||
"Mar": "",
|
||||
"May": "",
|
||||
"Nov": "",
|
||||
"Oct": "",
|
||||
"Sep": "",
|
||||
"day ago": "",
|
||||
"days ago": "",
|
||||
"hour ago": "",
|
||||
"hours ago": "",
|
||||
"just now": "",
|
||||
"minute ago": "",
|
||||
"minutes ago": "",
|
||||
"month ago": "",
|
||||
"months ago": "",
|
||||
"second ago": "",
|
||||
"seconds ago": "",
|
||||
"week ago": "",
|
||||
"weeks ago": "",
|
||||
"year ago": "",
|
||||
"years ago": "",
|
||||
}
|
||||
Reference in New Issue
Block a user