diff options
Diffstat (limited to 'config/locales/en.yml')
| -rw-r--r-- | config/locales/en.yml | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index cb75693b..616a1d8f 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml | |||
| @@ -326,3 +326,65 @@ en: | |||
| 326 | other: "Delete \"%{title}\" and the %{count} pages beneath it permanently? This cannot be undone." | 326 | other: "Delete \"%{title}\" and the %{count} pages beneath it permanently? This cannot be undone." |
| 327 | delete_permanently: "Delete permanently" | 327 | delete_permanently: "Delete permanently" |
| 328 | restore_hint: "To restore a page, open it and pick a new parent in its Trash section." | 328 | restore_hint: "To restore a page, open it and pick a new parent in its Trash section." |
| 329 | |||
| 330 | flash: | ||
| 331 | common: | ||
| 332 | logged_in: "Logged in successfully" | ||
| 333 | otp_required: "Your account requires a second factor -- set it up to continue." | ||
| 334 | admin_required: "Sorry, you need to be an admin for this action" | ||
| 335 | now_headline: "It is now the page's headline." | ||
| 336 | headline_ineligible: "This asset type cannot be a headline." | ||
| 337 | locked_by_other: "The page is locked by another editor." | ||
| 338 | autosave_failed: "Autosave failed" | ||
| 339 | sessions: | ||
| 340 | otp_setup_now: "Your account requires a second factor -- set it up now." | ||
| 341 | logged_out: "You have been logged out." | ||
| 342 | failed: "login not successful" | ||
| 343 | otp: | ||
| 344 | too_many_attempts: "Too many attempts -- log in again." | ||
| 345 | code_mismatch: "That code did not match." | ||
| 346 | code_mismatch_rescan: "That code did not match. Rescan or wait for the next code." | ||
| 347 | wrong_password: "Wrong password." | ||
| 348 | wrong_credentials: "Password or code wrong -- second factor unchanged." | ||
| 349 | enabled: "Second factor enabled. The code you just entered is spent -- wait for the next one before logging in with it." | ||
| 350 | disabled: "Second factor disabled." | ||
| 351 | users: | ||
| 352 | created: "User created %{login}" | ||
| 353 | updated: "Updated user %{login}" | ||
| 354 | otp_reset: "Second factor reset for %{login}" | ||
| 355 | assets: | ||
| 356 | created: "Asset was successfully created." | ||
| 357 | updated: "Asset was successfully updated." | ||
| 358 | attached: "Asset was successfully created and attached to “%{title}”." | ||
| 359 | already_attached: "Asset saved — it was already attached to “%{title}”." | ||
| 360 | events: | ||
| 361 | created: "Event was successfully created." | ||
| 362 | updated: "Event was successfully updated." | ||
| 363 | tag_prefilled: "Tag '%{tag}' was pre-filled because this page is tagged '%{source}'. You can remove it below." | ||
| 364 | occurrences: | ||
| 365 | created: "Occurrence was successfully created." | ||
| 366 | updated: "Occurrence was successfully updated." | ||
| 367 | revisions: | ||
| 368 | unavailable: "That comparison is no longer available." | ||
| 369 | restored: "Revision %{rev} restored" | ||
| 370 | nodes: | ||
| 371 | created_with_attachment: "Page created with “%{name}” attached." | ||
| 372 | autosave_banner: "This page has unsaved changes from a previous session, shown below. Save to keep them, or use \"Discard Autosave\" below to go back to the last saved version." | ||
| 373 | locked_ready: "Node locked and ready to edit" | ||
| 374 | draft_saved: "Draft saved. Publish your changes in the Status section once you're done." | ||
| 375 | trashed: "Page has been moved to the Trash" | ||
| 376 | already_trashed: "Page is already in the Trash" | ||
| 377 | restored: "Page has been restored from the Trash" | ||
| 378 | restore_target_missing: "Restore target not found" | ||
| 379 | deleted: "Page has been permanently deleted" | ||
| 380 | published: "Draft has been published" | ||
| 381 | unlocked: "Node unlocked" | ||
| 382 | already_unlocked: "Already unlocked" | ||
| 383 | preview_created: "Shareable preview link created - see below." | ||
| 384 | preview_needs_draft: "Create or edit a draft first - shared preview links are only available for pages with an active draft." | ||
| 385 | preview_revoked: "Shareable preview link revoked." | ||
| 386 | page_translations: | ||
| 387 | saved: "%{lang} translation saved. Publish the draft to make it live." | ||
| 388 | none_to_remove: "No %{lang} translation exists to remove." | ||
| 389 | last_translation: "Can't remove the only remaining translation." | ||
| 390 | removed: "%{lang} translation removed from the draft. Publish to make this permanent." | ||
