Translate your yml files with Google Translate and Babelphish
Babelphish let’s you translate your yml files into all the languages supported by Google. Just do this: babelphish -y ./locales/en.yml
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
Babelphish let’s you translate your yml files into all the languages supported by Google. Just do this: babelphish -y ./locales/en.yml
Comments
en: language_name: Polski # layouts/application new_ticket: New ticket inbox: Inbox mine: Mine closed_tickets: Closed trashed: Trashed users: Users rules: Rules personal_settings: Personal settings sign_out: Sign out delete: Remove
joyride: tickets: Anybody can create tickets using this button. personal_settings: Set your signature, timezone and other preferences via this menu. labels: After adding labels to tickets or users, they will show up here. You can then use them as filters. rules: Automatically add labels, assignees, change status and more. users: Add more agents or normal users. final: Thanks for using Brimir! next: Next previous: Previous end: Let’s start!
devise/sessions/newsign_in: Sign into Brimir
devise/shared/linksforgot_password: Forgot your password?
devise/passwords/newsend_instructions: Send me instructions
devise/passwords/editchange_password: Change password new_password: New password new_password_confirmation: Confirm new password
devise/mailer/reset_password_instructionshello: Hello someone_requested_link: Someone has requested a link to change your password, and you can do this through the link below. ignore_if_not_requested: If you didn’t request this, please ignore this email. password_wont_change_without_opening_link: Your password won’t change until you access the link above and create a new one.
tickets/indexcount_tickets: one: ‘%{count} ticket’ other: ‘%{count} tickets’ count_tickets_containing: one: ‘%{count} ticket containing’ other: ‘%{count} tickets containing’ priority: Priority replies: replies no_subject: No subject unassigned: Unassigned no_tickets_found: No tickets found. search: Search filter: Filter minutes: minutes are_you_sure_empty_trash: Delete all tickets in the trash? locked_by_user: Ticket currently being handled by %{user} ticket_id_created_by_at: ‘#%{id} created by %{user} at %{at}’
tickets/showadd: Add ticket_by_at: By %{email} on %{at} to_email: to %{email} no_content: No content ticket_id: Ticketnumber status: Status assignee: Assignee num_replies: one: ‘%{count} reply’ other: ‘%{count} replies’ ago: ago high: High medium: Medium low: Low unknown: Unknown labels: Labels label_name: Label name notification_sent_to: ‘A notification was sent to the following addresses:’ no_notifications_sent: ‘No notifications have been sent’ assign_label: Assign label take_ticket_lock_from_user: Take ticket handling from %{user}
tickets/_change_priority_formchange: Change change_priority: Change priority
tickets/_change_status_formchange_status: Change status
tickets/_change_assignee_formchange_assignee: Assign ticket assign: Assign
tickets/locks/createticket_locked_by_somebody_else: Ticket is currently already being handled by somebody else
replies/newadd_reply: Add reply
replies/_formreply: Reply attach_files: Attach file(s) attach_file: Attach file send_reply: Send reply on_date_author_wrote: ‘On %{date}, %{author} wrote:’ notification_will_be_sent_to: Your notification will be sent to save_as_draft: Save as draft internal_note: Internal note
replies/_replyreply_by: Reply by
ticket_mailer/notify_assigned.text.erbticket_assigned: Ticket assigned to you
ticket_mailer/notify_priority_changed.text.erbticket_priority_changed: Ticket priority modified for ticket
ticket_mailer/notify_status_changed.text.erbticket_status_modified: Ticket status modified for ticket tickets_status_modified: Ticket status modified for tickets
notification_mailer/new_ticketview_new_ticket: View new ticket # notification_mailer/new_reply new_reply: New reply view_new_reply: View new reply
attachments/_attachmentdownload: download
users/newnew_user: New User
users/editedit_user: Edit User omniauth_connect_title: Authentication using Google omniauth_connect_text: Activate authentication using a Google Account. A
Post a comment