mirror of
https://github.com/vale981/Vulcan
synced 2025-03-07 02:21:43 -05:00
Merge branch 'master' of https://github.com/TelescopeJS/Telescope
This commit is contained in:
commit
e1c81018ac
16 changed files with 691 additions and 0 deletions
301
i18n/pt-BR.i18n.json
Normal file
301
i18n/pt-BR.i18n.json
Normal file
|
@ -0,0 +1,301 @@
|
|||
{
|
||||
//Navigation
|
||||
"menu": "Menu",
|
||||
"view": "Visão",
|
||||
"top": "Topo",
|
||||
"new": "Novo",
|
||||
"best": "Melhor",
|
||||
"digest": "Resumo",
|
||||
"users": "Usuários",
|
||||
"settings": "Configurações",
|
||||
"admin": "Admin",
|
||||
"post": "Postar",
|
||||
"toolbox": "Toolbox",
|
||||
"sign_up_sign_in": "Registrar/Entrar",
|
||||
"my_account": "Minha Conta",
|
||||
"view_profile": "Ver Perfil",
|
||||
"edit_account": "Editar Conta",
|
||||
|
||||
//Main
|
||||
"new_posts": "Novas Postagens",
|
||||
|
||||
// Settings Schema
|
||||
"title": "Título",
|
||||
"siteUrl": "URL do site",
|
||||
"tagline": "Descrição",
|
||||
"requireViewInvite": "Exigir Convite para Ver",
|
||||
"requirePostInvite": "Exigir Convite para Postar",
|
||||
"requirePostsApproval": "Exigir Postagens serem Aprovadas",
|
||||
"defaultEmail": "Email Padrão",
|
||||
"scoreUpdateInterval": "Definir Intervalo de Atualização",
|
||||
"defaultView": "Visão Padrão",
|
||||
"postInterval": "Intervalo de Postagens",
|
||||
"commentInterval": "Intervalo de Comentários",
|
||||
"maxPostsPerDay": "Máx de Postagens Por Dia",
|
||||
"startInvitesCount": "Número Inicial de Convites",
|
||||
"postsPerPage": "Postagens Por Página",
|
||||
"logoUrl": "URL do Logo",
|
||||
"logoHeight": "Altura do Logo",
|
||||
"logoWidth": "Comprimento do Logo",
|
||||
"language": "Linguagem",
|
||||
"backgroundCSS": "Background CSS",
|
||||
"buttonColor": "Cor do Botão",
|
||||
"buttonTextColor": "Cor do Texto do Botão",
|
||||
"headerColor": "Cor do Cabeçalho",
|
||||
"headerTextColor": "Cor do Texto do Cabeçalho",
|
||||
"twitterAccount": "Conta do Twitter",
|
||||
"googleAnalyticsId": "ID do Google Analytics",
|
||||
"mixpanelId": "ID do Mixpanel",
|
||||
"clickyId": "ID do Clicky",
|
||||
"footerCode": "Código para o Rodapé",
|
||||
"extraCode": "Código Extra",
|
||||
"emailFooter": "Rodapé do Email",
|
||||
"notes": "Notas",
|
||||
"debug": "Modo de Debug",
|
||||
|
||||
// Settings Fieldsets
|
||||
"general": "Geral",
|
||||
"invites": "Convites",
|
||||
"email": "Email",
|
||||
"scoring": "Classificação",
|
||||
"posts": "Postagens",
|
||||
"comments": "Comentários",
|
||||
"logo": "Logo",
|
||||
"extras": "Extras",
|
||||
"colors": "Cores",
|
||||
"integrations": "Integrações",
|
||||
|
||||
// Settings Help Text
|
||||
|
||||
// Post Schema
|
||||
"createdAt": "Criado em",
|
||||
"postedAt": "Postado em",
|
||||
"url": "URL",
|
||||
"title": "Título",
|
||||
"body": "Corpo",
|
||||
"htmlBody": "Corpo HTML",
|
||||
"viewCount": "Ver Contagem",
|
||||
"commentCount": "Contagem de Comentários",
|
||||
"commenters": "Comentaristas",
|
||||
"lastCommentedAt": "Comentado por último em",
|
||||
"clickCount": "Contagem de cliques",
|
||||
"baseScore": "Classificação Básica",
|
||||
"upvotes": "Votos Positivos",
|
||||
"upvoters": "Votadores Positivos",
|
||||
"downvotes": "Votos Negativos",
|
||||
"downvoters": "Votadores Negativos",
|
||||
"score": "Classificação",
|
||||
"status": "Estado",
|
||||
"sticky": "Fixo",
|
||||
"inactive": "Inativo",
|
||||
"author": "Autor",
|
||||
"userId": "Usuário",
|
||||
"sorry_we_couldnt_find_any_posts": "Desculpe, não conseguimos encontrar nenhuma postagem.",
|
||||
|
||||
//Commments
|
||||
"your_comment_has_been_deleted": "Seu comentário foi deletado.",
|
||||
"comment_": "Comentário",
|
||||
"delete_comment": "Deletar Comentário",
|
||||
"add_comment": "Adicionar Comentário",
|
||||
"upvote": "+",
|
||||
"downvote": "-",
|
||||
"link": "link",
|
||||
"edit": "Editar",
|
||||
"reply": "Responder",
|
||||
"no_comments": "Sem comentários.",
|
||||
|
||||
//Errors
|
||||
"you_are_already_logged_in": "Você já está logado",
|
||||
"sorry_this_is_a_private_site_please_sign_up_first": "Desculpe, mas este é um site privado. Registre-se primeiro.",
|
||||
"thanks_for_signing_up": "Obrigado por se registrar!",
|
||||
"the_site_is_currently_invite_only_but_we_will_let_you_know_as_soon_as_a_spot_opens_up": "O site está atualmente apenas para convidados, mas nós iremos avisá-lo assim que abrirmos ao público geral.",
|
||||
"sorry_you_dont_have_the_rights_to_view_this_page": "Desculpe, você não pode ver esta página.",
|
||||
"sorry_you_do_not_have_the_rights_to_comments": "Desculpe, você não pode comentar neste momento.",
|
||||
"not_found": "Não Encontrado!",
|
||||
"were_sorry_whatever_you_were_looking_for_isnt_here": "Nos desculpe; o que estava procurando não se encontra aqui...",
|
||||
|
||||
//Notifications
|
||||
"no_notifications": "Sem notificações",
|
||||
"1_notification": "1 notificação",
|
||||
"notifications": "notificações",
|
||||
"mark_all_as_read": "Marcar todas como lidas",
|
||||
|
||||
// Post deleted
|
||||
"your_post_has_been_deleted": "Sua postagem foi deletada.",
|
||||
|
||||
// Post submit & edit
|
||||
"created": "Criado",
|
||||
"title": "Título",
|
||||
"suggest_title": "Sugerir título",
|
||||
"url": "URL",
|
||||
"short_url": "URL curta",
|
||||
"body": "Corpo",
|
||||
"category": "Categoria",
|
||||
"inactive_": "Inativo?",
|
||||
"sticky_": "Fixo?",
|
||||
"submission_date": "Data de Submissão",
|
||||
"submission_time": "Hora de Submissão",
|
||||
"date": "Data",
|
||||
"submission": "Submissão",
|
||||
"note_this_post_is_still_pending_so_it_has_no_submission_timestamp_yet": "Nota: esta postagem continua pendente e não possui data de submissão ainda.",
|
||||
"user": "Usuário",
|
||||
"status_": "Estado",
|
||||
"approved": "Aprovada",
|
||||
"rejected": "Rejeitada",
|
||||
"delete_post": "Deletar Postagem",
|
||||
"thanks_your_post_is_awaiting_approval": "Obrigado, sua postagem está aguardando aprovação.",
|
||||
"sorry_couldnt_find_a_title": "Desculpe, não encontramos um título...",
|
||||
"please_fill_in_an_url_first": "Por favor, inclua a URL antes!",
|
||||
|
||||
// Post item
|
||||
"share": "Compartilhar",
|
||||
"discuss": "Discutir",
|
||||
"upvote_": "Votar",
|
||||
"sticky": "Fixo",
|
||||
"status": "estado",
|
||||
"votes": "votos",
|
||||
"basescore": "classificaçaoBase",
|
||||
"score": "classificação",
|
||||
"clicks": "cliques",
|
||||
"views": "visualizações",
|
||||
"inactive": "inativo",
|
||||
"comment": "comentário",
|
||||
"comments": "comentários",
|
||||
"point": "ponto",
|
||||
"points": "pontos",
|
||||
|
||||
//User /client/views/users/account/user_account.html
|
||||
"please_complete_your_profile_below_before_continuing": "Por favor, complete seu perfil abaixo antes de continuar.",
|
||||
"account": "Conta",
|
||||
"username": "Nome de usuário",
|
||||
"display_name": "Nome de exibição",
|
||||
"email": "Email",
|
||||
"bio": "Bio",
|
||||
"twitter_username": "Twitter",
|
||||
"github_username": "GitHub",
|
||||
"site_url" : "URL do Site",
|
||||
"password": "Senha",
|
||||
"change_password": "Mudar Senha?",
|
||||
"old_password": "Senha Antiga",
|
||||
"new_password": "Nova Senha",
|
||||
"email_notifications": "Notificações por Email",
|
||||
"new_users" : "Novos usuários",
|
||||
"new_posts": "Novas Postagens",
|
||||
"comments_on_my_posts": "Comentários em minhas postagens",
|
||||
"replies_to_my_comments": "Respostas aos meus comentários",
|
||||
"forgot_password": "Esqueceu sua senha?",
|
||||
"profile_updated": "Perfil atualizado",
|
||||
"please_fill_in_your_email_below_to_finish_signing_up": "Por favor, preencha seu email abaixo para finalizar o registro.",
|
||||
"invite": "Convite",
|
||||
"uninvite": "Desconvidar",
|
||||
"make_admin": "Tornar admin",
|
||||
"unadmin": "Retirar do admin",
|
||||
"delete_user": "Deletar Usuário",
|
||||
"are_you_sure_you_want_to_delete": "Está certo de que deseja deletar ",
|
||||
"reset_password": "Resetar Senhar",
|
||||
"password_reset_link_sent": "Link de reset de senha enviado!",
|
||||
"name": "Nome",
|
||||
"posts": "Postagens",
|
||||
"comments_": "Comentários",
|
||||
"karma": "Carma",
|
||||
"is_invited": "Foi Convidado?",
|
||||
"is_admin": "É Admin?",
|
||||
"delete": "Deletar",
|
||||
"member_since": "Membro desde",
|
||||
"edit_profile": "Editar perfil",
|
||||
"sign_in": "Entrar",
|
||||
"sign_in_": "Entrar!",
|
||||
"sign_up_": "Registrar!",
|
||||
"dont_have_an_account": "Não possui uma conta?",
|
||||
"already_have_an_account": "Já possui uma conta?",
|
||||
"sign_up": "Registrar",
|
||||
"please_fill_in_all_fields": "Por favor, preencha todos os campos",
|
||||
"invite_": "Convidar ",
|
||||
"left": " restantes",
|
||||
"invite_none_left": "Convidar (nenhum restante)",
|
||||
"all": "Todos",
|
||||
"invited": "Convidado",
|
||||
"uninvited": "Desconvidado",
|
||||
"filter_by": "Filtrar por",
|
||||
"sort_by": "Distribuir por",
|
||||
|
||||
//helpers
|
||||
"sorry_you_do_not_have_access_to_this_page": "Desculpe, você não possui acesso a esta página",
|
||||
"please_sign_in_first": "Por favor, entre com sua conta primeiro.",
|
||||
"sorry_you_have_to_be_an_admin_to_view_this_page": "Desculpe, você precisa ser admin para ver esta página.",
|
||||
"sorry_you_dont_have_permissions_to_add_new_items": "Desculpe, você não possui permissão para adicionar novos itens.",
|
||||
"sorry_you_cannot_edit_this_post": "Desculpe, você não pode estar esta postagem.",
|
||||
"sorry_you_cannot_edit_this_comment": "Desculpe, você não pode editar este comentário.",
|
||||
|
||||
//Collections
|
||||
"you_need_to_login_and_be_an_admin_to_add_a_new_category": "Você precisa se logar e ser um admin para adicionar uma nova categoria.",
|
||||
"you_need_to_login_or_be_invited_to_post_new_comments": "Você precisa se logar ou ser convidado para postar novos comentários.",
|
||||
"please_wait": "Por favor aguarde ",
|
||||
"seconds_before_commenting_again": " segundos antes de comentar novamente",
|
||||
"your_comment_is_empty": "Seu comentário está vazio.",
|
||||
"you_dont_have_permission_to_delete_this_comment": "Você não possui permissão para deletar este comentário.",
|
||||
"you_need_to_login_or_be_invited_to_post_new_stories": "Você precisa se logar ou ser convidado para novas postagens.",
|
||||
"please_fill_in_a_headline": "Por favor, preencha uma chamada",
|
||||
"this_link_has_already_been_posted": "Este link já foi publicado",
|
||||
"sorry_you_cannot_submit_more_than": "Desculpe, você não pode submeter mais do que ",
|
||||
"posts_per_day": " postagens por dia",
|
||||
"someone_replied_to_your_comment_on": "Alguém respondeu ao seu comentário em",
|
||||
"has_replied_to_your_comment_on": " respondeu ao seu comentário em",
|
||||
"read_more": "Ler mais",
|
||||
"a_new_comment_on_your_post": "Um novo comentário em sua postagem",
|
||||
"you_have_a_new_comment_by": "Você possui um novo comentário por ",
|
||||
"on_your_post": " em sua postagem",
|
||||
"has_created_a_new_post": " criou uma nova postagem",
|
||||
"your_account_has_been_approved": "Sua conta foi aprovada.",
|
||||
"welcome_to": "Bem vindo para ",
|
||||
"start_posting": "Comece a postar.",
|
||||
|
||||
// Translation needed (found during migration to tap:i18n)
|
||||
"please_fill_in_a_title": "Por favor preencha um título",
|
||||
"seconds_before_posting_again": " segundos antes de postar novamente",
|
||||
"upvoted": "Votado",
|
||||
"posted_date": "Data da Postagem",
|
||||
"posted_time": "Hora da da Postagem",
|
||||
"posted_date": "Data da Postagem",
|
||||
"posted_time": "Hora da da Postagem",
|
||||
"profile": "Perfil",
|
||||
"sign_out": "Sair",
|
||||
"you_ve_been_signed_out": "Você saiu com sucesso. Volte logo!",
|
||||
"invitedcount": "ContagemConvites",
|
||||
"invites": "Convites",
|
||||
"invited": "Convidado?",
|
||||
"admin": "Admin",
|
||||
"actions": "Ações",
|
||||
"invites_left": "invites left",
|
||||
"id": "ID",
|
||||
"name": "Nome:",
|
||||
"bio": "Bio:",
|
||||
"github": "GitHub",
|
||||
"site": "Site",
|
||||
"upvoted_posts": "Postagens votadas",
|
||||
"downvoted_posts": "Postagens contra",
|
||||
"mark_as_read": "Marcar como lido",
|
||||
|
||||
//Common
|
||||
"pending": "Pendente",
|
||||
"loading": "Carregando...",
|
||||
"submit": "Submeter",
|
||||
"you_must_be_logged_in": "Você deve estar logado.",
|
||||
"are_you_sure": "Você está certo?",
|
||||
"please_log_in_first": "Por favor, entre primeiro.",
|
||||
"please_log_in_to_comment": "Por favor entre para comentário.",
|
||||
"sign_in_sign_up_with_twitter": "Registrar/Entrar com Twitter",
|
||||
"load_more": "Carregar Mais",
|
||||
|
||||
"most_popular_posts": "As postagens mais populares neste momento.",
|
||||
"newest_posts": "As postagens mais novas.",
|
||||
"highest_ranked_posts_ever": "As melhores postagens de todos os tempos.",
|
||||
|
||||
"the_profile_of": "O perfil de",
|
||||
|
||||
"posts_awaiting_moderation": "Postagens aguardando moderação.",
|
||||
"future_scheduled_posts": "Postagens agendadas para o futuro.",
|
||||
"users_dashboard": "Painel dos usuários.",
|
||||
"telescope_settings_panel": "Painel de Configurações do Telescope.",
|
||||
"various_utilities": "Várias utilidades."
|
||||
}
|
301
i18n/vn.i18n.json
Normal file
301
i18n/vn.i18n.json
Normal file
|
@ -0,0 +1,301 @@
|
|||
{
|
||||
//Navigation
|
||||
"menu": "Danh mục",
|
||||
"view": "Xem",
|
||||
"top": "Top",
|
||||
"new": "New",
|
||||
"best": "Best",
|
||||
"digest": "Digest",
|
||||
"users": "Người dùng",
|
||||
"settings": "Settings",
|
||||
"admin": "Admin",
|
||||
"post": "Bài",
|
||||
"toolbox": "Toolbox",
|
||||
"sign_up_sign_in": "Đăng ký/Đăng nhập",
|
||||
"my_account": "Tài khoản",
|
||||
"view_profile": "Xem hồ sơ",
|
||||
"edit_account": "Chỉnh sửa",
|
||||
|
||||
//Main
|
||||
"new_posts": "Bài mới",
|
||||
|
||||
// Settings Schema
|
||||
"title": "Tiêu đề",
|
||||
"siteUrl": "Địa chỉ URL",
|
||||
"tagline": "Tagline",
|
||||
"requireViewInvite": "Require Invite to View",
|
||||
"requirePostInvite": "Require Invite to Post",
|
||||
"requirePostsApproval": "Require Posts to be Approved",
|
||||
"defaultEmail": "Default Email",
|
||||
"scoreUpdateInterval": "Score Update Interval",
|
||||
"defaultView": "Default View",
|
||||
"postInterval": "Post Interval",
|
||||
"commentInterval": "Comment Interval",
|
||||
"maxPostsPerDay": "Max Posts Per Day",
|
||||
"startInvitesCount": "Invites Start Count",
|
||||
"postsPerPage": "Posts Per Page",
|
||||
"logoUrl": "Logo URL",
|
||||
"logoHeight": "Logo Height",
|
||||
"logoWidth": "Logo Width",
|
||||
"language": "Language",
|
||||
"backgroundCSS": "Background CSS",
|
||||
"buttonColor": "Button Color",
|
||||
"buttonTextColor": "Button Text Color",
|
||||
"headerColor": "Header Color",
|
||||
"headerTextColor": "Header Text Color",
|
||||
"twitterAccount": "Twitter Account",
|
||||
"googleAnalyticsId": "Google Analytics ID",
|
||||
"mixpanelId": "Mixpanel ID",
|
||||
"clickyId": "Clicky ID",
|
||||
"footerCode": "Footer Code",
|
||||
"extraCode": "Extra Code",
|
||||
"emailFooter": "Email Footer",
|
||||
"notes": "Notes",
|
||||
"debug": "Debug Mode",
|
||||
|
||||
// Settings Fieldsets
|
||||
"general": "General",
|
||||
"invites": "Invites",
|
||||
"email": "Email",
|
||||
"scoring": "Scoring",
|
||||
"posts": "Posts",
|
||||
"comments": "Comments",
|
||||
"logo": "Logo",
|
||||
"extras": "Extras",
|
||||
"colors": "Colors",
|
||||
"integrations": "Integrations",
|
||||
|
||||
// Settings Help Text
|
||||
|
||||
// Post Schema
|
||||
"createdAt": "Tạo lúc",
|
||||
"postedAt": "Đăng lúc",
|
||||
"url": "URL",
|
||||
"title": "Tiêu đề",
|
||||
"body": "Nội dung",
|
||||
"htmlBody": "HTML Body",
|
||||
"viewCount": "Số lần xem",
|
||||
"commentCount": "Số lần bình luận",
|
||||
"commenters": "Bình luận",
|
||||
"lastCommentedAt": "Bình luận lúc",
|
||||
"clickCount": "Click Count",
|
||||
"baseScore": "Base Score",
|
||||
"upvotes": "Upvotes",
|
||||
"upvoters": "Upvoters",
|
||||
"downvotes": "Downvotes",
|
||||
"downvoters": "Downvoters",
|
||||
"score": "Score",
|
||||
"status": "Status",
|
||||
"sticky": "Sticky",
|
||||
"inactive": "Inactive",
|
||||
"author": "Author",
|
||||
"userId": "User",
|
||||
"sorry_we_couldnt_find_any_posts": "Xin lỗi, thông tin không được tìm thấy.",
|
||||
|
||||
//Commments
|
||||
"your_comment_has_been_deleted": "Ý kiến của bạn đã được xóa.",
|
||||
"comment_": "Ý kiến",
|
||||
"delete_comment": "Xóa ý kiến",
|
||||
"add_comment": "Thêm ý kiến",
|
||||
"upvote": "Thích",
|
||||
"downvote": "Không thích",
|
||||
"link": "link",
|
||||
"edit": "Sửa",
|
||||
"reply": "Trả lời",
|
||||
"no_comments": "Không ý kiến.",
|
||||
|
||||
//Errors
|
||||
"you_are_already_logged_in": "Bạn đã đăng nhập",
|
||||
"sorry_this_is_a_private_site_please_sign_up_first": "Xin lỗi, bạn cần đăng ký để xem thông tin.",
|
||||
"thanks_for_signing_up": "Cám ơn bạn đã đăng ký!",
|
||||
"the_site_is_currently_invite_only_but_we_will_let_you_know_as_soon_as_a_spot_opens_up": "Trang này hiện chỉ dùng cho những người được mời, chúng tôi sẽ cho bạn biết khi sẵn sàng.",
|
||||
"sorry_you_dont_have_the_rights_to_view_this_page": "Xin lỗi, bạn không có quyền để xem trang này.",
|
||||
"sorry_you_do_not_have_the_rights_to_comments": "Xin lỗi, hiện tại bạn không có quyền để đăng ý kiến.",
|
||||
"not_found": "Không tìm thấy!",
|
||||
"were_sorry_whatever_you_were_looking_for_isnt_here": "Chúng tôi xin lỗi vì không có thông tin bạn đang tìm kiếm...",
|
||||
|
||||
//Notifications
|
||||
"no_notifications": "Không có thông báo",
|
||||
"1_notification": "1 thông báo",
|
||||
"notifications": "Thông báo",
|
||||
"mark_all_as_read": "Đánh dấu đã đọc",
|
||||
|
||||
// Post deleted
|
||||
"your_post_has_been_deleted": "Bài của bạn đã được xóa.",
|
||||
|
||||
// Post submit & edit
|
||||
"created": "Tạo",
|
||||
"title": "Tiêu đề",
|
||||
"suggest_title": "Gợi ý tiêu đề",
|
||||
"url": "URL",
|
||||
"short_url": "URL ngắn",
|
||||
"body": "Nội dung",
|
||||
"category": "Loại",
|
||||
"inactive_": "Ngừng kích hoạt?",
|
||||
"sticky_": "Sticky?",
|
||||
"submission_date": "Ngày đăng",
|
||||
"submission_time": "Giờ đăng",
|
||||
"date": "Ngày",
|
||||
"submission": "Đăng",
|
||||
"note_this_post_is_still_pending_so_it_has_no_submission_timestamp_yet": "Lưu ý: bài này đang đợi xét duyệt nên chưa có thời gian đăng bài.",
|
||||
"user": "Người dùng",
|
||||
"status_": "Trạng thái",
|
||||
"approved": "Đồng ý",
|
||||
"rejected": "Từ chối",
|
||||
"delete_post": "Xóa bài",
|
||||
"thanks_your_post_is_awaiting_approval": "Cảm ơn, bài của bạn đang đợi phê duyệt.",
|
||||
"sorry_couldnt_find_a_title": "Xin lỗi, không có tiêu đề...",
|
||||
"please_fill_in_an_url_first": "Làm ơn nhập địa chỉ website!",
|
||||
|
||||
// Post item
|
||||
"share": "Chia sẻ",
|
||||
"discuss": "Bình luận",
|
||||
"upvote_": "Thích",
|
||||
"sticky": "Sticky",
|
||||
"status": "trạng thái",
|
||||
"votes": "phiếu",
|
||||
"basescore": "baseScore",
|
||||
"score": "điểm",
|
||||
"clicks": "clicks",
|
||||
"views": "xem",
|
||||
"inactive": "inactive",
|
||||
"comment": "ý kiến",
|
||||
"comments": "ý kiến",
|
||||
"point": "điểm",
|
||||
"points": "điểm",
|
||||
|
||||
//User /client/views/users/account/user_account.html
|
||||
"please_complete_your_profile_below_before_continuing": "Xin điền thông tin hồ sơ của bạn để tiếp tục.",
|
||||
"account": "Tài khoản",
|
||||
"username": "Tên đăng nhập",
|
||||
"display_name": "Tên xuất hiện",
|
||||
"email": "Email",
|
||||
"bio": "Bio",
|
||||
"twitter_username": "Tài khoản Twitter",
|
||||
"github_username": "Tài khoản GitHub",
|
||||
"site_url" : "Địa chỉ website",
|
||||
"password": "Mật khẩu",
|
||||
"change_password": "Thay đổi mật khẩu?",
|
||||
"old_password": "Mật khẩu cũ",
|
||||
"new_password": "Mật khẩu mới",
|
||||
"email_notifications": "Email thông báo",
|
||||
"new_users" : "Người dùng mới",
|
||||
"new_posts": "Bài mới",
|
||||
"comments_on_my_posts": "Bình luận trên bài của tôi",
|
||||
"replies_to_my_comments": "Trả lời ý kiến của tôi",
|
||||
"forgot_password": "Quyên mật khẩu?",
|
||||
"profile_updated": "Cập nhật hồ sơ",
|
||||
"please_fill_in_your_email_below_to_finish_signing_up": "Xin nhập email của bạn dưới đây để hoàn thành việc đăng ký.",
|
||||
"invite": "Mời",
|
||||
"uninvite": "Không mời",
|
||||
"make_admin": "Thiết lập Admin",
|
||||
"unadmin": "Ngắt Admin",
|
||||
"delete_user": "Xóa người dùng",
|
||||
"are_you_sure_you_want_to_delete": "Bạn có chắc muốn xóa?",
|
||||
"reset_password": "Thiết lập lại mật khẩu",
|
||||
"password_reset_link_sent": "Mật khẩu đã được gửi!",
|
||||
"name": "Tên",
|
||||
"posts": "Bài",
|
||||
"comments_": "Ý kiến",
|
||||
"karma": "Karma",
|
||||
"is_invited": "Được mời?",
|
||||
"is_admin": "Admin?",
|
||||
"delete": "Xóa",
|
||||
"member_since": "Thành viên từ",
|
||||
"edit_profile": "Sửa hồ sơ",
|
||||
"sign_in": "Đăng nhập",
|
||||
"sign_in_": "Đăng nhập!",
|
||||
"sign_up_": "Đăng ký!",
|
||||
"dont_have_an_account": "Bạn không có tài khoản?",
|
||||
"already_have_an_account": "Bạn đã có tài khoản?",
|
||||
"sign_up": "Đăng ký",
|
||||
"please_fill_in_all_fields": "Nhập thông tin",
|
||||
"invite_": "Mời ",
|
||||
"left": " left",
|
||||
"invite_none_left": "Invite (none left)",
|
||||
"all": "Tất cả",
|
||||
"invited": "Mời",
|
||||
"uninvited": "Không mời",
|
||||
"filter_by": "Lọc theo",
|
||||
"sort_by": "Sắp xếp theo",
|
||||
|
||||
//helpers
|
||||
"sorry_you_do_not_have_access_to_this_page": "Xin lỗi, bạn không có quyền truy cập vào trang này",
|
||||
"please_sign_in_first": "Xin đăng nhập trước.",
|
||||
"sorry_you_have_to_be_an_admin_to_view_this_page": "Xin lỗi, bản phải có quyền Admin để xem trang này.",
|
||||
"sorry_you_dont_have_permissions_to_add_new_items": "Xin lỗi, bạn không có quyền thêm.",
|
||||
"sorry_you_cannot_edit_this_post": "Xin lỗi, bạn không thể sửa bài này.",
|
||||
"sorry_you_cannot_edit_this_comment": "Xin lỗi, bạn không thể sửa ý kiến này.",
|
||||
|
||||
//Collections
|
||||
"you_need_to_login_and_be_an_admin_to_add_a_new_category": "Bạn phải đăng nhập và là Admin để tạo thẻ.",
|
||||
"you_need_to_login_or_be_invited_to_post_new_comments": "Bạn phải đăng nhập và được mời để đăng ý kiến.",
|
||||
"please_wait": "Làm ơn đợi ",
|
||||
"seconds_before_commenting_again": " một vài giây để đăng ý kiến tiếp",
|
||||
"your_comment_is_empty": "Xin nhập ý kiến.",
|
||||
"you_dont_have_permission_to_delete_this_comment": "Bạn không có quyền để xóa ý kiến này.",
|
||||
"you_need_to_login_or_be_invited_to_post_new_stories": "Bạn phải đăng nhập và được mời để đăng bài mới.",
|
||||
"please_fill_in_a_headline": "Xin nhập thông tin",
|
||||
"this_link_has_already_been_posted": "Đường dẫn này đã được đăng",
|
||||
"sorry_you_cannot_submit_more_than": "Xin lỗi, bạn không thể đăng nhiều hơn ",
|
||||
"posts_per_day": " bài mỗi ngày",
|
||||
"someone_replied_to_your_comment_on": "Có người trả lời ý kiến của bạn",
|
||||
"has_replied_to_your_comment_on": " đã trả lời ý kiến của bạn",
|
||||
"read_more": "Xem tiếp",
|
||||
"a_new_comment_on_your_post": "Có ý kiến mới trên bài của bạn",
|
||||
"you_have_a_new_comment_by": "Bạn có ý kiến mới bởi ",
|
||||
"on_your_post": " trên bài của bạn",
|
||||
"has_created_a_new_post": " đã bạo bài mới",
|
||||
"your_account_has_been_approved": "Tài khoản của bạn đã được đồng ý.",
|
||||
"welcome_to": "Xin chào ",
|
||||
"start_posting": "Bắt đầu đăng bài.",
|
||||
|
||||
// Translation needed (found during migration to tap:i18n)
|
||||
"please_fill_in_a_title": "xin nhập tiêu đề",
|
||||
"seconds_before_posting_again": " một vài giây để đăng lại",
|
||||
"upvoted": "Thích",
|
||||
"posted_date": "Ngày đăng",
|
||||
"posted_time": "Giờ đăng",
|
||||
"posted_date": "Ngày đăng",
|
||||
"posted_time": "Giờ đăng",
|
||||
"profile": "Hồ sơ",
|
||||
"sign_out": "Đăng xuất",
|
||||
"you_ve_been_signed_out": "Bạn đã đăng xuất, hẹn sớm gặp lại",
|
||||
"invitedcount": "đếmMoi",
|
||||
"invites": "Mời",
|
||||
"invited": "Được mời?",
|
||||
"admin": "Admin",
|
||||
"actions": "Actions",
|
||||
"invites_left": "invites left",
|
||||
"id": "ID",
|
||||
"name": "Tên:",
|
||||
"bio": "Bio:",
|
||||
"github": "GitHub",
|
||||
"site": "website",
|
||||
"upvoted_posts": "Thích bài",
|
||||
"downvoted_posts": "Không thích bài",
|
||||
"mark_as_read": "Đã đọc",
|
||||
|
||||
//Common
|
||||
"pending": "Pending",
|
||||
"loading": "Tải...",
|
||||
"submit": "Gửi",
|
||||
"you_must_be_logged_in": "Bạn phải đăng nhập.",
|
||||
"are_you_sure": "Bạn có chắn?",
|
||||
"please_log_in_first": "Xin đăng nhập trước.",
|
||||
"please_log_in_to_comment": "Đăng nhập để bình luận",
|
||||
"sign_in_sign_up_with_twitter": "Đăng ký/Đăng nhập với Twitter",
|
||||
"load_more": "Xem thêm",
|
||||
|
||||
"most_popular_posts": "Những bài được xem nhiều nhất",
|
||||
"newest_posts": "Những bài mới nhất.",
|
||||
"highest_ranked_posts_ever": "Những bài được thích nhất.",
|
||||
|
||||
"the_profile_of": "Hồ sơ của",
|
||||
|
||||
"posts_awaiting_moderation": "Bài đang đợi để sửa",
|
||||
"future_scheduled_posts": "Bài đăng theo lịch",
|
||||
"users_dashboard": "Bảng người dùng.",
|
||||
"telescope_settings_panel": "Bản thiết lập Telescope.",
|
||||
"various_utilities": "Một số tiện ích."
|
||||
}
|
5
packages/telescope-blank/i18n/pt-BR.i18n.json
Normal file
5
packages/telescope-blank/i18n/pt-BR.i18n.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"translation_key": "chave de tradução",
|
||||
"customViewLink": "Link de Visão Personalizado",
|
||||
"customAdminLink": "Link Admin Personalizado"
|
||||
}
|
5
packages/telescope-daily/i18n/pt-BR.i18n.json
Normal file
5
packages/telescope-daily/i18n/pt-BR.i18n.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"daily": "Diário",
|
||||
"day_by_day_view": "As postagens mais populares de cada dia.",
|
||||
"load_next_days": "Carregar Próximos Dias"
|
||||
}
|
3
packages/telescope-email/i18n/pt-BR.i18n.json
Normal file
3
packages/telescope-email/i18n/pt-BR.i18n.json
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"has_created_a_new_post": "criou uma nova postagem"
|
||||
}
|
7
packages/telescope-embedly/i18n/pt-BR.i18n.json
Normal file
7
packages/telescope-embedly/i18n/pt-BR.i18n.json
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"thumbnail": "Thumbnail",
|
||||
"thumbnailUrl": "Thumbnail",
|
||||
"regenerate_thumbnail": "Regenerar Thumbnail",
|
||||
"clear_thumbnail": "Limpar Thumbnail",
|
||||
"please_fill_in_embedly_key": "Por fabor, coloque sua API Embedly para permitir thumbnails."
|
||||
}
|
3
packages/telescope-getting-started/i18n/pt-BR.i18n.json
Normal file
3
packages/telescope-getting-started/i18n/pt-BR.i18n.json
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"translation_key": "chaves de tradução"
|
||||
}
|
3
packages/telescope-invites/i18n/pt-BR.i18n.json
Normal file
3
packages/telescope-invites/i18n/pt-BR.i18n.json
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"translation_key": "chave de tradução"
|
||||
}
|
15
packages/telescope-newsletter/i18n/pt-BR.i18n.json
Normal file
15
packages/telescope-newsletter/i18n/pt-BR.i18n.json
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"receive_the_best_of": "Receba o melhor de",
|
||||
"right_in_your_inbox": "direto em sua caixa de emails.",
|
||||
"get_newsletter": "Inscrever na Newsletter",
|
||||
"thanks_for_subscribing": "Obrigado por assinar!",
|
||||
"newsletter": "newsletter",
|
||||
"showBanner": "Exibir Banner",
|
||||
"mailChimpAPIKey": "MailChimp API Key",
|
||||
"mailChimpListId": "MailChimp List ID",
|
||||
"postsPerNewsletter": "Postagens por Newsletter",
|
||||
"newsletterFrequency": "Frequência Newsletter",
|
||||
"newsletterTime": "Hora da Newsletter",
|
||||
"enableNewsletter": "Habilitar Newsletter",
|
||||
"autoSubscribe": "Auto Inscrição"
|
||||
}
|
14
packages/telescope-notifications/i18n/pt-BR.i18n.json
Normal file
14
packages/telescope-notifications/i18n/pt-BR.i18n.json
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"left_a_new_comment_on": "deixou um novo comentário em",
|
||||
"has_replied_to_your_comment_on": "respondeu ao seu comentário em",
|
||||
"mark_as_read": "Marcar como lido",
|
||||
"no_notifications": "Sem notificações",
|
||||
"you_have_been_unsubscribed_from_all_notifications": "Você se desinscreveu de todas as notificações.",
|
||||
"user_not_found": "Usuário não encontrado",
|
||||
"1_notification": "1 notificação",
|
||||
"notifications": "notificações",
|
||||
"notifications_fieldset": "Notificações",
|
||||
"emailNotifications": "Notificações por Email",
|
||||
"your_post": "Sua postagem",
|
||||
"has_been_approved": "foi aprovada"
|
||||
}
|
5
packages/telescope-post-by-feed/i18n/pt-BR.i18n.json
Normal file
5
packages/telescope-post-by-feed/i18n/pt-BR.i18n.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"feed_already_exists": "Um feed com a mesma URL já existe.",
|
||||
"you_need_to_login_and_be_an_admin_to_add_a_new_feed": "Você precisa se logar e ser um admin para adicionar um novo feed.",
|
||||
"import_new_posts_from_feeds": "Importar novas postagens dos feeds."
|
||||
}
|
3
packages/telescope-releases/i18n/pt-BR.i18n.json
Normal file
3
packages/telescope-releases/i18n/pt-BR.i18n.json
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"telescope_has_been_updated": "Telescope foi atualizado."
|
||||
}
|
6
packages/telescope-search/i18n/pt-BR.i18n.json
Normal file
6
packages/telescope-search/i18n/pt-BR.i18n.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"load_more": "Carregar mais",
|
||||
"search": "Busca",
|
||||
"search_logs": "Logs de Busca",
|
||||
"see_what_people_are_searching_for": "Veja o que as pessoas estão procurando."
|
||||
}
|
11
packages/telescope-singleday/i18n/pt-BR.i18n.json
Normal file
11
packages/telescope-singleday/i18n/pt-BR.i18n.json
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"the_top_5_posts_of_each_day": "As principais 5 postagens de cada dia.",
|
||||
"previous_day": "Dia Anterior",
|
||||
"next_day": "Próximo Dia",
|
||||
"sorry_no_posts_for_today": "Desculpe, sem postagens por hoje",
|
||||
"sorry_no_posts_for": "Desculpe sem postagem para",
|
||||
"today": "Hoje",
|
||||
"yesterday": "Ontem",
|
||||
"single_day": "Único Dia",
|
||||
"posts_of_a_single_day": "As postagens de um único dia."
|
||||
}
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"subscribed_posts": "Postagens inscritas",
|
||||
"subscribe_to_thread": "Inscreva-se aos comentários",
|
||||
"unsubscribe_from_thread": "Desinscreva-se dos comentários"
|
||||
}
|
4
packages/telescope-tags/i18n/pt-BR.i18n.json
Normal file
4
packages/telescope-tags/i18n/pt-BR.i18n.json
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"categories": "Categorias",
|
||||
"add_and_remove_categories": "Adicionar e remover categorias."
|
||||
}
|
Loading…
Add table
Reference in a new issue