5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-03 07:36:08 +00:00
panel/config/locales/en.yml

282 lines
11 KiB
YAML
Raw Normal View History

2018-01-02 17:19:25 +00:00
en:
2018-09-28 14:34:37 +00:00
activerecord:
errors:
models:
invitadx:
attributes:
email:
taken: 'This e-mail address is already taken, please choose another'
password_confirmation:
confirmation: "The passwords don't match"
acepta_politicas_de_privacidad:
no_acepta_politicas_de_privacidad: "Please read and accept the privacy policy"
errors:
argument_error: 'Argument `%{argument}` must be an instance of %{class}'
2018-02-19 19:33:28 +00:00
unknown_locale: 'Unknown %{locale} locale'
2018-04-30 18:51:39 +00:00
posts:
reorder: "We're sorry, we couldn't reorder the articles"
disordered: "The posts are disordered, this will prevent you from reordering them!"
disordered_button: 'Reorder!'
2019-02-16 18:33:33 +00:00
layouts:
breadcrumb:
help: Help
invitadx_mailer:
confirmation_required:
subject: "Confirm your e-mail address"
hi: "Hi!"
body: "Please open this link to confirm your e-mail address."
2018-09-28 14:34:37 +00:00
invitadxs:
index:
title: 'Guests'
2018-09-28 14:34:37 +00:00
new:
email: 'E-Mail'
password: 'Password'
password_confirmation: 'Repeat password'
submit: 'Register'
acepta_politicas_de_privacidad: 'I accept the <a href="%{privacy_policy}" target="_blank">Privacy policy</a>.'
confirmation:
confirmed: 'Your account is confirmed, please log in to continue'
show:
confirmation_sent: "We've sent a confirmation link to your e-mail address. Please open that link to continue."
2018-04-30 18:51:39 +00:00
info:
posts:
reorder: 'The articles have been reordered!'
2018-02-25 01:10:37 +00:00
help:
2018-02-26 23:16:17 +00:00
category: 'Category'
2018-02-26 22:08:21 +00:00
logout: 'Close the session'
breadcrumbs: "What you see up here are the bread crumbs for this site. When you enter a new section, you will see the previous ones and also have a path for where you're standing."
2018-04-30 17:19:19 +00:00
posts:
reorder: 'You can drag and drop articles by the arrow icon (<i class="fa fa-arrows-v"></i>) and then press the "Reorder posts" button to save them in different order.'
2018-02-26 20:32:33 +00:00
i18n:
top: 'Back to top'
index: "Here you can edit your site's texts that don't belong to a post, like its description, sections, buttons... If you change languages up there in the title to be the same, you can edit them. If they're different, you can translate from one into the other."
2018-02-26 21:42:02 +00:00
count: 'This is the amount of texts.'
toc: 'Jump to this section'
meta: 'Metadata'
navegacion: 'Navigation'
inicio: 'Home'
volver: 'Back'
entrar: 'Enter'
cerrar: 'Close'
anchor: 'Internal links'
nav: 'Menu'
nav-lang: 'Language menu'
modulos: 'Modules'
header: 'Header'
sobre: 'About'
metodologia: 'Methodology'
planeando_recursos: 'Planning resources'
rutas: 'Agendas'
complementarios: 'Materials'
recursos: 'Resources'
contacta: 'Contact us'
agradecimientos: 'Acknowledgments'
sesion: 'Sessions'
sesiones: 'Sessions'
anexo: 'Appendix'
simple: 'Simple'
2018-02-26 19:59:55 +00:00
sites:
index: 'This is the list of sites you can edit.'
edit_translations: "You can edit texts from your site other than
posts', and you can also translate them to other languages."
edit_posts: "When you enter here, you'll see a list of every
article and edit them. You can also create new ones."
enqueued: "The site is on queue to be generated. Once this
process finishes, you'll get an email telling you the status. If
everything went well, your site will be published :)"
enqueue: "When you finish making changes to your site, you can
publish them with this action. You'll receive an email when it
finishes."
build_log: "This is the log for what happened during site
generation. If there was an issue, you'll see it here."
invitade: "Invited users can only add and modify entries but can't publish until reviewed by a user"
2018-02-25 01:10:37 +00:00
close: 'Close help'
markdown:
2018-06-19 17:51:53 +00:00
intro: 'The text is formatted using a syntax called Markdown, a
2018-02-25 01:10:37 +00:00
simple format that can be easily written just by remembering some
rules, and that can be converted to a web page, or to PDF and ePub
files. You can use the buttons below for basic formatting. If
you need help, here you have a <a href="/markdown">markdown
cheatsheet</a>.'
back: 'Go back'
input: 'If we write...'
output: 'We get...'
bold: 'Bold'
italic: 'Emphasis'
heading: 'Title'
link:
text: 'A link'
url: 'https://example.org'
quote: 'A quote from a text we liked'
ul: 'Our TODO list'
ol: 'Steps for our machiavelic plans'
img:
text: 'Kéfir island'
url: 'https://kefir.red/images/isla.png'
2018-02-28 17:45:03 +00:00
ltr: 'Introduction'
rtl: 'مقدمة'
dir: "These are tricky. If you want to use an expression in a
language using another direction, like using an Arabic expression
on an English text, or viceversa, you have to inform both
direction and language so the markdown processor understands it
has to change it internally. Otherwise you may see out of order
words, specially in the PDF results."
distraction_free_html: 'You can have a distraction free writing session
2018-02-25 01:10:37 +00:00
by clicking the <span class="fa fa-expand"></span> button'
preview_html: 'Click the <span class="fa fa-search"></span> preview
button to see the results.'
autocomplete_html: "Some of these fields can be auto-completed. If
you know what to put on them, just start writing and the
auto-complete will suggest available options. If the option doesn't
exist, finish writing and press <kbd>Enter</kbd> to add a new one.
To empty the field, click the &times; button on your right."
2018-01-29 18:09:30 +00:00
login:
email: 'E-mail'
password: 'Password'
submit: 'Log in'
2018-02-26 22:08:21 +00:00
logout: 'Log out'
lang: 'Language'
error: 'There was an error during log in. Did you type your credentials correctly?'
2018-01-29 18:09:30 +00:00
sites:
2018-02-26 18:46:47 +00:00
actions: 'Actions'
posts: 'View and edit posts'
2018-01-29 18:09:30 +00:00
title: 'Sites'
2018-02-05 17:27:12 +00:00
index: 'Sites'
2018-02-20 17:47:11 +00:00
enqueued: 'Waiting for build'
enqueue: 'Build'
failed: 'Failed!'
build_log: 'Read log'
2018-01-29 22:19:47 +00:00
footer:
powered_by: 'is developed by'
templates:
index: 'Templates'
edit: 'Edit'
save: 'Save'
2018-02-09 21:28:27 +00:00
i18n:
index: 'Translations'
2018-02-26 18:46:47 +00:00
edit: 'Edit texts and translations'
2018-02-27 22:45:33 +00:00
edit_same: 'Edit texts in'
translate_into: '. Translate into'
2018-02-09 21:28:27 +00:00
save: 'Save'
2018-02-19 20:00:21 +00:00
change: 'Change'
2018-04-16 16:49:58 +00:00
translate: 'Translate'
jump: 'Jump to section'
2018-02-19 20:00:21 +00:00
translating:
from: 'Translating from'
to: 'into'
2018-02-09 21:28:27 +00:00
es: 'Castillian Spanish'
en: 'English'
ar: 'Arabic'
2018-01-31 20:29:27 +00:00
posts:
2018-04-30 17:19:19 +00:00
reorder_posts: 'Reorder posts'
2018-04-30 20:50:29 +00:00
sort:
by: 'Sort by'
order: 'order'
date: 'date'
order: 'Order'
content: 'Text'
2018-02-26 19:59:55 +00:00
new: 'New post'
new_with_template: 'New %{template}'
dropdown: 'Toggle dropdown'
categories: 'Everything'
2018-02-05 17:27:12 +00:00
index: 'Posts'
2018-01-31 20:29:27 +00:00
edit: 'Edit'
2019-04-22 19:42:21 +00:00
save: 'Send'
2018-12-14 15:12:17 +00:00
save_incomplete: 'Save for later'
draft: revision
incomplete: draft
2018-09-28 17:35:40 +00:00
author: 'Author'
author_help: 'You can change the authorship of the post. If your site accepts guests, changing the authorship to an e-mail address will allow them to edit the post.'
2018-01-31 20:29:27 +00:00
date: 'Publication date'
date_help: 'This changes the articles order!'
title: 'Title'
tags: 'Tags'
tags_help: 'Comma separated!'
2018-02-25 01:10:37 +00:00
tags: 'Tags'
2018-02-02 22:20:31 +00:00
slug: 'Slug'
slug_help: 'This is the name of the article on the URL, ie. /title/. You can leave it empty. If you changed the title and you want to change the file name, empty this field.'
2018-02-08 14:05:05 +00:00
cover: 'Cover'
cover_help: 'Path to the cover'
layout: 'Layout'
layout_help: 'The layout of this post'
objetivos: 'Objectives'
objetivos_help: 'Objectives of this session'
permalink: 'Permanent link'
permalink_help: "If you want to access the post from a specific URL, use this field. Don't forget to start with a /"
2018-02-08 19:11:53 +00:00
recomendaciones: 'Recommendations'
recomendaciones_help: 'Recommendations for this session'
duracion: 'Duration'
duracion_help: "How long does the session take to finish?"
2018-02-08 14:05:05 +00:00
habilidades: 'Skill level'
habilidades_help: 'Skills required for this session'
formato: 'Format'
formato_help: 'Format of this session'
conocimientos: 'Required knowledge'
conocimientos_help: 'Select all required knowledge for this session'
sesiones_ejercicios_relacionados: 'Related sessions/exercises'
sesiones_ejercicios_relacionados_help: 'Select all related sessions/exercises'
materiales_requeridos: 'Needed materials'
materiales_requeridos_help: 'Select all materials needed for this session'
lang:
es: 'Castillian Spanish'
en: 'English'
ar: 'Arabic'
lang_help: 'The same article in another language.'
2018-02-10 16:09:42 +00:00
rtl: 'Right to left'
ltr: 'Left to right'
dir: 'Text direction'
2018-05-08 21:25:55 +00:00
dir_help: 'The reading direction of the language'
logger:
rm: 'Removed %{path}'
2018-02-02 22:20:31 +00:00
errors:
path: 'File already exist'
file: "Couldn't write the file"
title: 'Post needs a title'
date: 'Post needs a valid date'
slug_with_path: "The slug is the short name for the article, as shown in the URL. It can't contain \"/\" ;)"
2018-06-15 22:13:18 +00:00
invalid: 'This field is required!'
2018-06-18 21:04:49 +00:00
open: 'Tip: You can add new options by typing them and pressing Enter'
2018-06-19 18:12:29 +00:00
private: '&#128274; The values of this field will remain private'
select:
placeholder: 'Type to filter available options'
max: 'You can select up to %{max} options'
2018-07-23 19:15:34 +00:00
text_area:
max: 'Up to %{max} characters'
2018-07-23 20:15:01 +00:00
table: 'This field is a group of fields, you can add more groups with the "Add" button or remove them with the "Remove" button.'
2018-06-20 16:54:41 +00:00
row:
2018-07-23 20:15:01 +00:00
add: 'Add %{group}'
del: 'Remove %{group}'
2018-06-22 18:43:14 +00:00
checkbox: 'Yes'
2018-06-22 19:06:58 +00:00
anchor: 'Copy this link to come back here'
number:
max: 'The maximum value is <span class="input-max">%{max}</span>'
image:
multiple: 'You can select several images by holding the <kbd>Ctrl</kbd> or <kbd>Cmd</kbd> kbd in your kbdboard.'
2018-08-22 19:59:10 +00:00
url: 'The address must start with http:// or https://'
invalid_help: It looks like the form is incomplete. Check the red-colored fields to complete it.
sending_help: Saving, please wait...
2018-12-14 13:52:22 +00:00
blank: Nothing
2019-05-30 17:33:51 +00:00
destroy: Delete
confirm_destroy: Are you sure?
2019-07-04 16:23:43 +00:00
usuaries:
index:
help:
self: Self-manage who has access to this site
destroy: Remove access to this site
usuaries: 'Users can self-manage every section and option of this site, posts, review and approve posts from guests, publish changes, etc.'
invitades: 'Guests can only create new posts and edit those authored by them. Any change needs review and approval by a user.'
demote: Removes privileges for this user
promote: Gives privileges to this guest
title: Users and Guests
usuaries: Users
invitades: Guests
destroy:
text: 'Remove access'
confirm: "Remove access to this site? The account itself is not deleted, but it won't be able to make changes to this site."
demote:
text: 'Convert to guest'
confirm: 'Convert to guest? They can only edit their own posts and will need approval from other user to publish them.'
promote:
text: 'Convert to user'
confirm: 'Convert to user? They will gain full access to self-manage this site.'