mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-11-20 21:46:04 -05:00
feat: translations support
This commit is contained in:
104
files/frontend_translations/pt.py
Normal file
104
files/frontend_translations/pt.py
Normal file
@@ -0,0 +1,104 @@
|
||||
translation_strings = {
|
||||
"ABOUT": "SOBRE",
|
||||
"AUTOPLAY": "REPRODUÇÃO AUTOMÁTICA",
|
||||
"About": "",
|
||||
"Add a ": "Adicionar um ",
|
||||
"COMMENT": "COMENTÁRIO",
|
||||
"Categories": "Categorias",
|
||||
"Category": "Categoria",
|
||||
"Change Language": "Mudar idioma",
|
||||
"Change password": "Mudar senha",
|
||||
"Comment": "Comentário",
|
||||
"Comments": "Comentários",
|
||||
"Comments are disabled": "Comentários estão desativados",
|
||||
"Contact": "Contato",
|
||||
"DELETE MEDIA": "EXCLUIR MÍDIA",
|
||||
"DOWNLOAD": "BAIXAR",
|
||||
"EDIT MEDIA": "EDITAR MÍDIA",
|
||||
"EDIT PROFILE": "EDITAR PERFIL",
|
||||
"EDIT SUBTITLE": "EDITAR LEGENDA",
|
||||
"Edit media": "Editar mídia",
|
||||
"Edit profile": "Editar perfil",
|
||||
"Edit subtitle": "Editar legenda",
|
||||
"Featured": "Destaque",
|
||||
"Go": "Ir",
|
||||
"History": "Histórico",
|
||||
"Home": "Início",
|
||||
"Language": "Idioma",
|
||||
"Latest": "Últimos",
|
||||
"Liked media": "Mídia curtida",
|
||||
"Manage comments": "Gerenciar comentários",
|
||||
"Manage media": "Gerenciar mídia",
|
||||
"Manage users": "Gerenciar usuários",
|
||||
"Media": "Mídia",
|
||||
"Media was edited": "Mídia foi editada",
|
||||
"Members": "Membros",
|
||||
"My media": "Minhas mídias",
|
||||
"My playlists": "Minhas playlists",
|
||||
"No": "Não",
|
||||
"No comment yet": "Nenhum comentário ainda",
|
||||
"No comments yet": "Nenhum comentário ainda",
|
||||
"No results for": "Nenhum resultado para",
|
||||
"PLAYLISTS": "PLAYLISTS",
|
||||
"Playlists": "Playlists",
|
||||
"Powered by": "Desenvolvido por",
|
||||
"Published on": "Publicado em",
|
||||
"Recommended": "Recomendado",
|
||||
"Register": "Registrar",
|
||||
"SAVE": "SALVAR",
|
||||
"SEARCH": "PESQUISAR",
|
||||
"SHARE": "COMPARTILHAR",
|
||||
"SHOW MORE": "MOSTRAR MAIS",
|
||||
"SUBMIT": "ENVIAR",
|
||||
"Search": "Pesquisar",
|
||||
"Select": "Selecionar",
|
||||
"Sign in": "Entrar",
|
||||
"Sign out": "Sair",
|
||||
"Subtitle was added": "Legenda foi adicionada",
|
||||
"Tags": "Tags",
|
||||
"Terms": "Termos",
|
||||
"UPLOAD": "CARREGAR",
|
||||
"Up next": "A seguir",
|
||||
"Upload": "Carregar",
|
||||
"Upload media": "Carregar mídia",
|
||||
"Uploads": "Uploads",
|
||||
"VIEW ALL": "VER TODOS",
|
||||
"View all": "Ver todos",
|
||||
"comment": "comentário",
|
||||
"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": "é um CMS de vídeo e mídia de código aberto, moderno e completo. Foi desenvolvido para atender às necessidades das plataformas web modernas para visualização e compartilhamento de mídia",
|
||||
"media in category": "mídia na categoria",
|
||||
"media in tag": "mídia na tag",
|
||||
"view": "visualização",
|
||||
"views": "visualizações",
|
||||
"yet": "ainda",
|
||||
}
|
||||
|
||||
replacement_strings = {
|
||||
"Apr": "Abr",
|
||||
"Aug": "Ago",
|
||||
"Dec": "Dez",
|
||||
"Feb": "Fev",
|
||||
"Jan": "Jan",
|
||||
"Jul": "Jul",
|
||||
"Jun": "Jun",
|
||||
"Mar": "Mar",
|
||||
"May": "Mai",
|
||||
"Nov": "Nov",
|
||||
"Oct": "Out",
|
||||
"Sep": "Set",
|
||||
"day ago": "dia atrás",
|
||||
"days ago": "dias atrás",
|
||||
"hour ago": "hora atrás",
|
||||
"hours ago": "horas atrás",
|
||||
"just now": "agora mesmo",
|
||||
"minute ago": "minuto atrás",
|
||||
"minutes ago": "minutos atrás",
|
||||
"month ago": "mês atrás",
|
||||
"months ago": "meses atrás",
|
||||
"second ago": "segundo atrás",
|
||||
"seconds ago": "segundos atrás",
|
||||
"week ago": "semana atrás",
|
||||
"weeks ago": "semanas atrás",
|
||||
"year ago": "ano atrás",
|
||||
"years ago": "anos atrás",
|
||||
}
|
||||
Reference in New Issue
Block a user