]> git.immae.eu Git - github/wallabag/wallabag.git/blob - src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
Add ability to import/export tagging rules
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Resources / translations / messages.en.yml
1 security:
2 login:
3 page_title: 'Welcome to wallabag!'
4 keep_logged_in: 'Keep me logged in'
5 forgot_password: 'Forgot your password?'
6 submit: 'Login'
7 register: 'Register'
8 username: 'Login'
9 password: 'Password'
10 cancel: 'Cancel'
11 resetting:
12 description: "Enter your email address below and we'll send you password reset instructions."
13 register:
14 page_title: 'Create an account'
15 go_to_account: 'Go to your account'
16
17 menu:
18 left:
19 unread: 'Unread'
20 starred: 'Starred'
21 archive: 'Archive'
22 all_articles: 'All entries'
23 config: 'Config'
24 tags: 'Tags'
25 internal_settings: 'Internal Settings'
26 import: 'Import'
27 howto: 'How to'
28 developer: 'API clients management'
29 logout: 'Logout'
30 about: 'About'
31 search: 'Search'
32 save_link: 'Save a link'
33 back_to_unread: 'Back to unread articles'
34 users_management: 'Users management'
35 site_credentials: 'Site credentials'
36 quickstart: "Quickstart"
37 top:
38 add_new_entry: 'Add a new entry'
39 search: 'Search'
40 filter_entries: 'Filter entries'
41 random_entry: Jump to a random entry from that list
42 export: 'Export'
43 search_form:
44 input_label: 'Enter your search here'
45
46 footer:
47 wallabag:
48 elsewhere: 'Take wallabag with you'
49 social: 'Social'
50 powered_by: 'powered by'
51 about: 'About'
52 stats: Since %user_creation% you read %nb_archives% articles. That is about %per_day% a day!
53
54 config:
55 page_title: 'Config'
56 tab_menu:
57 settings: 'Settings'
58 feed: 'Feeds'
59 user_info: 'User information'
60 password: 'Password'
61 rules: 'Tagging rules'
62 new_user: 'Add a user'
63 reset: 'Reset area'
64 form:
65 save: 'Save'
66 form_settings:
67 theme_label: 'Theme'
68 items_per_page_label: 'Items per page'
69 language_label: 'Language'
70 reading_speed:
71 label: 'Reading speed'
72 help_message: 'You can use online tools to estimate your reading speed:'
73 100_word: 'I read ~100 words per minute'
74 200_word: 'I read ~200 words per minute'
75 300_word: 'I read ~300 words per minute'
76 400_word: 'I read ~400 words per minute'
77 action_mark_as_read:
78 label: 'What to do after removing, starring or marking as read an article?'
79 redirect_homepage: 'Go to the homepage'
80 redirect_current_page: 'Stay on the current page'
81 pocket_consumer_key_label: Consumer key for Pocket to import contents
82 android_configuration: Configure your Android application
83 android_instruction: "Touch here to prefill your Android application"
84 help_theme: "wallabag is customizable. You can choose your prefered theme here."
85 help_items_per_page: "You can change the number of articles displayed on each page."
86 help_reading_speed: "wallabag calculates a reading time for each article. You can define here, thanks to this list, if you are a fast or a slow reader. wallabag will recalculate the reading time for each article."
87 help_language: "You can change the language of wallabag interface."
88 help_pocket_consumer_key: "Required for Pocket import. You can create it in your Pocket account."
89 form_feed:
90 description: 'Atom feeds provided by wallabag allow you to read your saved articles with your favourite Atom reader. You need to generate a token first.'
91 token_label: 'Feed token'
92 no_token: 'No token'
93 token_create: 'Create your token'
94 token_reset: 'Regenerate your token'
95 token_revoke: 'Revoke the token'
96 feed_links: 'Feed links'
97 feed_link:
98 unread: 'Unread'
99 starred: 'Starred'
100 archive: 'Archived'
101 all: 'All'
102 feed_limit: 'Number of items in the feed'
103 form_user:
104 two_factor_description: "Enabling two factor authentication means you'll receive an email with a code OR need to use an OTP app (like Google Authenticator, Authy or FreeOTP) to get a one time code on every new untrusted connection. You can't choose both option."
105 login_label: 'Login (can not be changed)'
106 name_label: 'Name'
107 email_label: 'Email'
108 two_factor:
109 emailTwoFactor_label: 'Using email (receive a code by email)'
110 googleTwoFactor_label: 'Using an OTP app (open the app, like Google Authenticator, Authy or FreeOTP, to get a one time code)'
111 table_method: Method
112 table_state: State
113 table_action: Action
114 state_enabled: Enabled
115 state_disabled: Disabled
116 action_email: Use email
117 action_app: Use OTP App
118 delete:
119 title: Delete my account (a.k.a danger zone)
120 description: If you remove your account, ALL your articles, ALL your tags, ALL your annotations and your account will be PERMANENTLY removed (it can't be UNDONE). You'll then be logged out.
121 confirm: Are you really sure? (THIS CAN'T BE UNDONE)
122 button: Delete my account
123 reset:
124 title: Reset area (a.k.a danger zone)
125 description: By hitting buttons below you'll have ability to remove some information from your account. Be aware that these actions are IRREVERSIBLE.
126 annotations: Remove ALL annotations
127 tags: Remove ALL tags
128 entries: Remove ALL entries
129 archived: Remove ALL archived entries
130 confirm: Are you really sure? (THIS CAN'T BE UNDONE)
131 form_password:
132 description: "You can change your password here. Your new password should be at least 8 characters long."
133 old_password_label: 'Current password'
134 new_password_label: 'New password'
135 repeat_new_password_label: 'Repeat new password'
136 form_rules:
137 if_label: 'if'
138 then_tag_as_label: 'then tag as'
139 delete_rule_label: 'delete'
140 edit_rule_label: 'edit'
141 rule_label: 'Rule'
142 tags_label: 'Tags'
143 card:
144 new_tagging_rule: Create a tagging rule
145 import_tagging_rules: Import tagging rules
146 import_tagging_rules_detail: You have to select the JSON file you previously exported.
147 export_tagging_rules: Export tagging rules
148 export_tagging_rules_detail: This will download a JSON file that you can use to import tagging rules elsewhere or to backup them.
149 file_label: JSON file
150 import_submit: Import
151 export: Export
152 faq:
153 title: 'FAQ'
154 tagging_rules_definition_title: 'What does « tagging rules » mean?'
155 tagging_rules_definition_description: 'They are rules used by Wallabag to automatically tag new entries.<br />Each time a new entry is added, all the tagging rules will be used to add the tags you configured, thus saving you the trouble of manually classifying your entries.'
156 how_to_use_them_title: 'How do I use them?'
157 how_to_use_them_description: 'Let us assume you want to tag new entries as « <i>short reading</i> » when the reading time is under 3 minutes.<br />In that case, you should put « readingTime &lt;= 3 » in the <i>Rule</i> field and « <i>short reading</i> » in the <i>Tags</i> field.<br />Several tags can added simultaneously by separating them with a comma: « <i>short reading, must read</i> »<br />Complex rules can be written by using predefined operators: if « <i>readingTime &gt;= 5 AND domainName = "github.com"</i> » then tag as « <i>long reading, github </i> »'
158 variables_available_title: 'Which variables and operators can I use to write rules?'
159 variables_available_description: 'The following variables and operators can be used to create tagging rules:'
160 meaning: 'Meaning'
161 variable_description:
162 label: 'Variable'
163 title: 'Title of the entry'
164 url: 'URL of the entry'
165 isArchived: 'Whether the entry is archived or not'
166 isStarred: 'Whether the entry is starred or not'
167 content: "The entry's content"
168 language: "The entry's language"
169 mimetype: "The entry's mime-type"
170 readingTime: "The estimated entry's reading time, in minutes"
171 domainName: 'The domain name of the entry'
172 operator_description:
173 label: 'Operator'
174 less_than: 'Less than...'
175 strictly_less_than: 'Strictly less than...'
176 greater_than: 'Greater than...'
177 strictly_greater_than: 'Strictly greater than...'
178 equal_to: 'Equal to...'
179 not_equal_to: 'Not equal to...'
180 or: 'One rule OR another'
181 and: 'One rule AND another'
182 matches: 'Tests that a <i>subject</i> matches a <i>search</i> (case-insensitive).<br />Example: <code>title matches "football"</code>'
183 notmatches: 'Tests that a <i>subject</i> doesn''t match match a <i>search</i> (case-insensitive).<br />Example: <code>title notmatches "football"</code>'
184 otp:
185 page_title: Two-factor authentication
186 app:
187 two_factor_code_description_1: You just enabled the OTP two factor authentication, open your OTP app and use that code to get a one time password. It'll disapear after a page reload.
188 two_factor_code_description_2: 'You can scan that QR Code with your app:'
189 two_factor_code_description_3: 'Also, save these backup codes in a safe place, you can use them in case you lose access to your OTP app:'
190 two_factor_code_description_4: 'Test an OTP code from your configured app:'
191 cancel: Cancel
192 enable: Enable
193
194 entry:
195 default_title: 'Title of the entry'
196 page_titles:
197 unread: 'Unread entries'
198 starred: 'Starred entries'
199 archived: 'Archived entries'
200 filtered: 'Filtered entries'
201 filtered_tags: 'Filtered by tags:'
202 filtered_search: 'Filtered by search:'
203 untagged: 'Untagged entries'
204 all: 'All entries'
205 list:
206 number_on_the_page: '{0} There are no entries.|{1} There is one entry.|]1,Inf[ There are %count% entries.'
207 reading_time: 'estimated reading time'
208 reading_time_minutes: 'estimated reading time: %readingTime% min'
209 reading_time_less_one_minute: 'estimated reading time: &lt; 1 min'
210 number_of_tags: '{1}and one other tag|]1,Inf[and %count% other tags'
211 reading_time_minutes_short: '%readingTime% min'
212 reading_time_less_one_minute_short: '&lt; 1 min'
213 original_article: 'original'
214 toogle_as_read: 'Toggle mark as read'
215 toogle_as_star: 'Toggle starred'
216 delete: 'Delete'
217 export_title: 'Export'
218 filters:
219 title: 'Filters'
220 status_label: 'Status'
221 archived_label: 'Archived'
222 starred_label: 'Starred'
223 unread_label: 'Unread'
224 preview_picture_label: 'Has a preview picture'
225 preview_picture_help: 'Preview picture'
226 is_public_label: 'Has a public link'
227 is_public_help: 'Public link'
228 language_label: 'Language'
229 http_status_label: 'HTTP status'
230 reading_time:
231 label: 'Reading time in minutes'
232 from: 'from'
233 to: 'to'
234 domain_label: 'Domain name'
235 created_at:
236 label: 'Creation date'
237 from: 'from'
238 to: 'to'
239 action:
240 clear: 'Clear'
241 filter: 'Filter'
242 view:
243 left_menu:
244 back_to_top: 'Back to top'
245 back_to_homepage: 'Back'
246 set_as_read: 'Mark as read'
247 set_as_unread: 'Mark as unread'
248 set_as_starred: 'Toggle starred'
249 view_original_article: 'Original article'
250 re_fetch_content: 'Re-fetch content'
251 delete: 'Delete'
252 add_a_tag: 'Add a tag'
253 share_content: 'Share'
254 share_email_label: 'Email'
255 public_link: 'public link'
256 delete_public_link: 'delete public link'
257 export: 'Export'
258 print: 'Print'
259 problem:
260 label: 'Problems?'
261 description: 'Does this article appear wrong?'
262 edit_title: 'Edit title'
263 original_article: 'original'
264 annotations_on_the_entry: '{0} No annotations|{1} One annotation|]1,Inf[ %count% annotations'
265 created_at: 'Creation date'
266 published_at: 'Publication date'
267 published_by: 'Published by'
268 provided_by: 'Provided by'
269 new:
270 page_title: 'Save new entry'
271 placeholder: 'http://website.com'
272 form_new:
273 url_label: Url
274 search:
275 placeholder: 'What are you looking for?'
276 edit:
277 page_title: 'Edit an entry'
278 title_label: 'Title'
279 url_label: 'Url'
280 origin_url_label: 'Origin url (from where you found that entry)'
281 save_label: 'Save'
282 public:
283 shared_by_wallabag: "This article has been shared by %username% with <a href='%wallabag_instance%'>wallabag</a>"
284 confirm:
285 delete: "Are you sure you want to remove that article?"
286 delete_tag: "Are you sure you want to remove that tag from that article?"
287 metadata:
288 reading_time: "Estimated reading time"
289 reading_time_minutes_short: "%readingTime% min"
290 address: "Address"
291 added_on: "Added on"
292
293 about:
294 page_title: 'About'
295 top_menu:
296 who_behind_wallabag: 'Who is behind wallabag'
297 getting_help: 'Getting help'
298 helping: 'Helping wallabag'
299 contributors: 'Contributors'
300 third_party: 'Third-party libraries'
301 who_behind_wallabag:
302 developped_by: 'Developed by'
303 website: 'website'
304 many_contributors: 'And many others contributors ♥ <a href="https://github.com/wallabag/wallabag/graphs/contributors">on GitHub</a>'
305 project_website: 'Project website'
306 license: 'License'
307 version: 'Version'
308 getting_help:
309 documentation: 'Documentation'
310 bug_reports: 'Bug reports'
311 support: '<a href="https://github.com/wallabag/wallabag/issues">on GitHub</a>'
312 helping:
313 description: 'wallabag is free and open source. You can help us:'
314 by_contributing: 'by contributing to the project:'
315 by_contributing_2: 'an issue lists all our needs'
316 by_paypal: 'via Paypal'
317 contributors:
318 description: 'Thank you to contributors on wallabag web application'
319 third_party:
320 description: 'Here is the list of third-party libraries used in wallabag (with their licenses):'
321 package: 'Package'
322 license: 'License'
323
324 howto:
325 page_title: 'How to'
326 tab_menu:
327 add_link: "Add a link"
328 shortcuts: "Use shortcuts"
329 page_description: 'There are several ways to save an article:'
330 top_menu:
331 browser_addons: 'Browser addons'
332 mobile_apps: 'Mobile apps'
333 bookmarklet: 'Bookmarklet'
334 form:
335 description: 'Thanks to this form'
336 browser_addons:
337 firefox: 'Firefox addon'
338 chrome: 'Chrome addon'
339 opera: 'Opera addon'
340 mobile_apps:
341 android:
342 via_f_droid: 'via F-Droid'
343 via_google_play: 'via Google Play'
344 ios: 'on the iTunes Store'
345 windows: 'on the Microsoft Store'
346 bookmarklet:
347 description: 'Drag & drop this link to your bookmarks bar:'
348 shortcuts:
349 page_description: Here are the shortcuts available in wallabag.
350 shortcut: Shortcut
351 action: Action
352 all_pages_title: Shortcuts available in all pages
353 go_unread: Go to unread
354 go_starred: Go to starred
355 go_archive: Go to archive
356 go_all: Go to all entries
357 go_tags: Go to tags
358 go_config: Go to config
359 go_import: Go to import
360 go_developers: Go to developers
361 go_howto: Go to howto (this page!)
362 go_logout: Log out
363 list_title: Shortcuts available in listing pages
364 search: Display the search form
365 article_title: Shortcuts available in entry view
366 open_original: Open original URL of the entry
367 toggle_favorite: Toggle star status for the entry
368 toggle_archive: Toggle read status for the entry
369 delete: Delete the entry
370 material_title: Shortcuts available with Material theme only
371 add_link: Add a new link
372 hide_form: Hide the current form (search or new link)
373 arrows_navigation: Navigate through articles
374 open_article: Display the selected entry
375
376 quickstart:
377 page_title: 'Quickstart'
378 more: 'More…'
379 intro:
380 title: 'Welcome to wallabag!'
381 paragraph_1: "We'll accompany you on your visit to wallabag and show you some features that might interest you."
382 paragraph_2: 'Follow us!'
383 configure:
384 title: 'Configure the application'
385 description: 'In order to have an application which suits you, have a look into the configuration of wallabag.'
386 language: 'Change language and design'
387 feed: 'Enable feeds'
388 tagging_rules: 'Write rules to automatically tag your articles'
389 admin:
390 title: 'Administration'
391 description: 'As an administrator, you have privileges on wallabag. You can:'
392 new_user: 'Create a new user'
393 analytics: 'Configure analytics'
394 sharing: 'Enable some parameters about article sharing'
395 export: 'Configure export'
396 import: 'Configure import'
397 first_steps:
398 title: 'First steps'
399 description: "Now wallabag is well configured, it's time to archive the web. You can click on the top right sign + to add a link."
400 new_article: 'Save your first article'
401 unread_articles: 'And classify it!'
402 migrate:
403 title: 'Migrate from an existing service'
404 description: "Are you using another service? We'll help you to retrieve your data on wallabag."
405 pocket: 'Migrate from Pocket'
406 wallabag_v1: 'Migrate from wallabag v1'
407 wallabag_v2: 'Migrate from wallabag v2'
408 readability: 'Migrate from Readability'
409 instapaper: 'Migrate from Instapaper'
410 developer:
411 title: 'Developers'
412 description: 'We also thought of the developers: Docker, API, translations, etc.'
413 create_application: 'Create your third-party application'
414 use_docker: 'Use Docker to install wallabag'
415 docs:
416 title: 'Full documentation'
417 description: "There are so much features in wallabag. Don't hesitate to read the manual to know them and to learn how to use them."
418 annotate: 'Annotate your article'
419 export: 'Convert your articles into ePUB or PDF'
420 search_filters: 'See how you can look for an article by using the search engine and filters'
421 fetching_errors: 'What can I do if an article encounters errors during fetching?'
422 all_docs: 'And so many other articles!'
423 support:
424 title: 'Support'
425 description: 'If you need some help, we are here for you.'
426 github: 'On GitHub'
427 email: 'By email'
428 gitter: 'On Gitter'
429
430 tag:
431 page_title: 'Tags'
432 list:
433 number_on_the_page: '{0} There are no tags.|{1} There is one tag.|]1,Inf[ There are %count% tags.'
434 see_untagged_entries: 'See untagged entries'
435 no_untagged_entries: 'There are no untagged entries.'
436 new:
437 add: 'Add'
438 placeholder: 'You can add several tags, separated by a comma.'
439 rename:
440 placeholder: 'You can update tag name.'
441
442 export:
443 footer_template: '<div style="text-align:center;"><p>Produced by wallabag with %method%</p><p>Please open <a href="https://github.com/wallabag/wallabag/issues">an issue</a> if you have trouble with the display of this E-Book on your device.</p></div>'
444 unknown: 'Unknown'
445
446 import:
447 page_title: 'Import'
448 page_description: 'Welcome to wallabag importer. Please select your previous service from which you want to migrate.'
449 action:
450 import_contents: 'Import contents'
451 form:
452 mark_as_read_title: 'Mark all as read?'
453 mark_as_read_label: 'Mark all imported entries as read'
454 file_label: 'File'
455 save_label: 'Upload file'
456 pocket:
457 page_title: 'Import > Pocket'
458 description: "This importer will import all of your Pocket data. Pocket doesn't allow us to retrieve content from their service, so the readable content of each article will be re-fetched by wallabag."
459 config_missing:
460 description: "Pocket import isn't configured."
461 admin_message: 'You need to define %keyurls%a pocket_consumer_key%keyurle%.'
462 user_message: 'Your server admin needs to define an API Key for Pocket.'
463 authorize_message: 'You can import your data from your Pocket account. You just have to click on the below button and authorize the application to connect to getpocket.com.'
464 connect_to_pocket: 'Connect to Pocket and import data'
465 wallabag_v1:
466 page_title: 'Import > Wallabag v1'
467 description: 'This importer will import all your wallabag v1 articles. On your config page, click on "JSON export" in the "Export your wallabag data" section. You will have a "wallabag-export-1-xxxx-xx-xx.json" file.'
468 how_to: 'Please select your wallabag export and click on the below button to upload and import it.'
469 wallabag_v2:
470 page_title: 'Import > Wallabag v2'
471 description: 'This importer will import all your wallabag v2 articles. Go to All articles, then, on the export sidebar, click on "JSON". You will have a "All articles.json" file.'
472 readability:
473 page_title: 'Import > Readability'
474 description: 'This importer will import all your Readability articles. On the tools (https://www.readability.com/tools/) page, click on "Export your data" in the "Data Export" section. You will received an email to download a json (which does not end with .json in fact).'
475 how_to: 'Please select your Readability export and click on the below button to upload and import it.'
476 worker:
477 enabled: "Import is made asynchronously. Once the import task is started, an external worker will handle jobs one at a time. The current service is:"
478 download_images_warning: "You enabled downloading images for your articles. Combined with classic import it can take ages to proceed (or maybe failed). We <strong>strongly recommend</strong> to enable asynchronous import to avoid errors."
479 firefox:
480 page_title: 'Import > Firefox'
481 description: "This importer will import all your Firefox bookmarks. Just go to your bookmarks (Ctrl+Maj+O), then into \"Import and backup\", choose \"Backup...\". You will obtain a .json file."
482 how_to: "Please choose the bookmark backup file and click on the button below to import it. Note that the process may take a long time since all articles have to be fetched."
483 chrome:
484 page_title: 'Import > Chrome'
485 description: "This importer will import all your Chrome bookmarks. The location of the file depends on your operating system : <ul><li>On Linux, go into the <code>~/.config/chromium/Default/</code> directory</li><li>On Windows, it should be at <code>%LOCALAPPDATA%\\Google\\Chrome\\User Data\\Default</code></li><li>On OS X, it should be at <code>~/Library/Application Support/Google/Chrome/Default/Bookmarks</code></li></ul>Once you got there, copy the <code>Bookmarks</code> file someplace you'll find.<em><br>Note that if you have Chromium instead of Chrome, you'll have to correct paths accordingly.</em></p>"
486 how_to: "Please choose the bookmark backup file and click on the button below to import it. Note that the process may take a long time since all articles have to be fetched."
487 instapaper:
488 page_title: 'Import > Instapaper'
489 description: 'This importer will import all your Instapaper articles. On the settings (https://www.instapaper.com/user) page, click on "Download .CSV file" in the "Export" section. A CSV file will be downloaded (like "instapaper-export.csv").'
490 how_to: 'Please select your Instapaper export and click on the below button to upload and import it.'
491 pinboard:
492 page_title: "Import > Pinboard"
493 description: 'This importer will import all your Pinboard articles. On the backup (https://pinboard.in/settings/backup) page, click on "JSON" in the "Bookmarks" section. A JSON file will be downloaded (like "pinboard_export").'
494 how_to: 'Please select your Pinboard export and click on the below button to upload and import it.'
495
496 developer:
497 page_title: 'API clients management'
498 welcome_message: 'Welcome to the wallabag API'
499 documentation: 'Documentation'
500 how_to_first_app: 'How to create my first application'
501 full_documentation: 'View full API documentation'
502 list_methods: 'List API methods'
503 clients:
504 title: 'Clients'
505 create_new: 'Create a new client'
506 existing_clients:
507 title: 'Existing clients'
508 field_id: 'Client ID'
509 field_secret: 'Client secret'
510 field_uris: 'Redirect URIs'
511 field_grant_types: 'Grant type allowed'
512 no_client: 'No client yet.'
513 remove:
514 warn_message_1: 'You have the ability to remove the client %name%. This action is IRREVERSIBLE !'
515 warn_message_2: "If you remove it, every app configured with that client won't be able to auth on your wallabag."
516 action: 'Remove the client %name%'
517 client:
518 page_title: 'API clients management > New client'
519 page_description: 'You are about to create a new client. Please fill the field below for the redirect URI of your application.'
520 form:
521 name_label: 'Name of the client'
522 redirect_uris_label: 'Redirect URIs (optional)'
523 save_label: 'Create a new client'
524 action_back: 'Back'
525 client_parameter:
526 page_title: 'API clients management > Client parameters'
527 page_description: 'Here are your client parameters.'
528 field_name: 'Client name'
529 field_id: 'Client ID'
530 field_secret: 'Client secret'
531 back: 'Back'
532 read_howto: 'Read the howto "Create my first application"'
533 howto:
534 page_title: 'API clients management > How to create my first application'
535 description:
536 paragraph_1: 'The following commands make use of the <a href="https://github.com/jkbrzt/httpie">HTTPie library</a>. Make sure it is installed on your system before using it.'
537 paragraph_2: 'You need a token to communicate between your 3rd application and wallabag API.'
538 paragraph_3: 'To create this token, you need <a href="%link%">to create a new client</a>.'
539 paragraph_4: 'Now, create your token (replace client_id, client_secret, username and password with the good values):'
540 paragraph_5: 'The API will return a response like this:'
541 paragraph_6: 'The access_token is useful to do a call to the API endpoint. For example:'
542 paragraph_7: 'This call will return all the entries for your user.'
543 paragraph_8: 'If you want to see all the API endpoints, you can have a look <a href="%link%">to our API documentation</a>.'
544 back: 'Back'
545
546 user:
547 page_title: Users management
548 new_user: Create a new user
549 edit_user: Edit an existing user
550 description: "Here you can manage all users (create, edit and delete)"
551 list:
552 actions: Actions
553 edit_action: Edit
554 yes: Yes
555 no: No
556 create_new_one: Create a new user
557 form:
558 username_label: 'Login'
559 name_label: 'Name'
560 password_label: 'Password'
561 repeat_new_password_label: 'Repeat new password'
562 plain_password_label: '????'
563 email_label: 'Email'
564 enabled_label: 'Enabled'
565 last_login_label: 'Last login'
566 twofactor_email_label: Two factor authentication by email
567 twofactor_google_label: Two factor authentication by OTP app
568 save: Save
569 delete: Delete
570 delete_confirm: Are you sure?
571 back_to_list: Back to list
572 search:
573 placeholder: Filter by login or email
574
575 site_credential:
576 page_title: Site credentials management
577 new_site_credential: Create a credential
578 edit_site_credential: Edit an existing credential
579 description: "Here you can manage all credentials for sites which required them (create, edit and delete), like a paywall, an authentication, etc."
580 list:
581 actions: Actions
582 edit_action: Edit
583 yes: Yes
584 no: No
585 create_new_one: Create a new credential
586 form:
587 username_label: 'Login'
588 host_label: 'Host (subdomain.example.org, .example.org, etc.)'
589 password_label: 'Password'
590 save: Save
591 delete: Delete
592 delete_confirm: Are you sure?
593 back_to_list: Back to list
594
595 error:
596 page_title: An error occurred
597
598 flashes:
599 config:
600 notice:
601 config_saved: 'Config saved.'
602 password_updated: 'Password updated'
603 password_not_updated_demo: "In demonstration mode, you can't change password for this user."
604 user_updated: 'Information updated'
605 feed_updated: 'Feed information updated'
606 tagging_rules_updated: 'Tagging rules updated'
607 tagging_rules_deleted: 'Tagging rule deleted'
608 feed_token_updated: 'Feed token updated'
609 feed_token_revoked: 'RSS token revoked'
610 annotations_reset: Annotations reset
611 tags_reset: Tags reset
612 entries_reset: Entries reset
613 archived_reset: Archived entries deleted
614 otp_enabled: Two-factor authentication enabled
615 tagging_rules_imported: Tagging rules imported
616 tagging_rules_not_imported: Error while importing tagging rules
617 entry:
618 notice:
619 entry_already_saved: 'Entry already saved on %date%'
620 entry_saved: 'Entry saved'
621 entry_saved_failed: 'Entry saved but fetching content failed'
622 entry_updated: 'Entry updated'
623 entry_reloaded: 'Entry reloaded'
624 entry_reloaded_failed: 'Entry reloaded but fetching content failed'
625 entry_archived: 'Entry archived'
626 entry_unarchived: 'Entry unarchived'
627 entry_starred: 'Entry starred'
628 entry_unstarred: 'Entry unstarred'
629 entry_deleted: 'Entry deleted'
630 no_random_entry: 'No article with these criterias was found'
631 tag:
632 notice:
633 tag_added: 'Tag added'
634 tag_renamed: 'Tag renamed'
635 import:
636 notice:
637 failed: 'Import failed, please try again.'
638 failed_on_file: 'Error while processing import. Please verify your import file.'
639 summary: 'Import summary: %imported% imported, %skipped% already saved.'
640 summary_with_queue: 'Import summary: %queued% queued.'
641 error:
642 redis_enabled_not_installed: Redis is enabled for handle asynchronous import but it looks like <u>we can't connect to it</u>. Please check Redis configuration.
643 rabbit_enabled_not_installed: RabbitMQ is enabled for handle asynchronous import but it looks like <u>we can't connect to it</u>. Please check RabbitMQ configuration.
644 developer:
645 notice:
646 client_created: 'New client %name% created.'
647 client_deleted: 'Client %name% deleted'
648 user:
649 notice:
650 added: 'User "%username%" added'
651 updated: 'User "%username%" updated'
652 deleted: 'User "%username%" deleted'
653 site_credential:
654 notice:
655 added: 'Site credential for "%host%" added'
656 updated: 'Site credential for "%host%" updated'
657 deleted: 'Site credential for "%host%" deleted'