|
2 | 2 | js: |
3 | 3 | wizard: |
4 | 4 | complete_custom: "Complete the {{name}}" |
| 5 | + completed: "You have completed this wizard." |
| 6 | + not_permitted: "You are not permitted to access this wizard." |
| 7 | + none: "There is no wizard here." |
| 8 | + return_to_site: "Return to {{siteName}}" |
| 9 | + requires_login: "You need to be logged in to access this wizard." |
| 10 | + reset: "Reset this wizard." |
| 11 | + step_not_permitted: "You're not permitted to view this step." |
| 12 | + incomplete_submission: |
| 13 | + title: "Continue editing your draft submission from %{date}?" |
| 14 | + resume: "Continue" |
| 15 | + restart: "Start over" |
| 16 | + x_characters: |
| 17 | + zero: "%{count} Characters" |
| 18 | + one: "%{count} Character" |
| 19 | + two: "%{count} Characters" |
| 20 | + few: "%{count} Characters" |
| 21 | + many: "%{count} Characters" |
| 22 | + other: "%{count} Characters" |
| 23 | + quit: "Maybe Later" |
| 24 | + done_custom: "Done" |
| 25 | + back: "Back" |
| 26 | + next: "Next" |
| 27 | + step: "%{current} of %{total}" |
| 28 | + upload: "Upload" |
| 29 | + uploading: "Uploading..." |
| 30 | + upload_error: "Sorry, there was an error uploading that file. Please try again." |
| 31 | + wizard_composer: |
| 32 | + show_preview: "Preview Post" |
| 33 | + hide_preview: "Edit Post" |
| 34 | + quote_post_title: "Quote whole post" |
| 35 | + bold_label: "B" |
| 36 | + bold_title: "Strong" |
| 37 | + bold_text: "strong text" |
| 38 | + italic_label: "I" |
| 39 | + italic_title: "Emphasis" |
| 40 | + italic_text: "emphasized text" |
| 41 | + link_title: "Hyperlink" |
| 42 | + link_description: "enter link description here" |
| 43 | + link_dialog_title: "Insert Hyperlink" |
| 44 | + link_optional_text: "optional title" |
| 45 | + link_url_placeholder: "http://example.com" |
| 46 | + quote_title: "Blockquote" |
| 47 | + quote_text: "Blockquote" |
| 48 | + blockquote_text: "Blockquote" |
| 49 | + code_title: "Preformatted text" |
| 50 | + code_text: "indent preformatted text by 4 spaces" |
| 51 | + paste_code_text: "type or paste code here" |
| 52 | + upload_title: "Upload" |
| 53 | + upload_description: "enter upload description here" |
| 54 | + olist_title: "Numbered List" |
| 55 | + ulist_title: "Bulleted List" |
| 56 | + list_item: "List item" |
| 57 | + toggle_direction: "Toggle Direction" |
| 58 | + help: "Markdown Editing Help" |
| 59 | + collapse: "minimize the composer panel" |
| 60 | + abandon: "close composer and discard draft" |
| 61 | + modal_ok: "OK" |
| 62 | + modal_cancel: "Cancel" |
| 63 | + cant_send_pm: "Sorry, you can't send a message to %{username}." |
| 64 | + yourself_confirm: |
| 65 | + title: "Did you forget to add recipients?" |
| 66 | + body: "Right now this message is only being sent to yourself!" |
| 67 | + realtime_validations: |
| 68 | + similar_topics: |
| 69 | + insufficient_characters: "Type a minimum 5 characters to start looking for similar topics" |
| 70 | + insufficient_characters_categories: "Type a minimum 5 characters to start looking for similar topics in %{catLinks}" |
| 71 | + results: "Your topic is similar to..." |
| 72 | + no_results: "No similar topics." |
| 73 | + loading: "Looking for similar topics..." |
| 74 | + show: "show" |
5 | 75 | admin_js: |
6 | 76 | admin: |
7 | 77 | wizard: |
|
179 | 249 | property: "Property" |
180 | 250 | prefill: "Prefill" |
181 | 251 | content: "Content" |
| 252 | + tag_groups: "Tag Groups" |
182 | 253 | date_time_format: |
183 | 254 | label: "Format" |
184 | 255 | instructions: "<a href='https://momentjs.com/docs/#/displaying/format/' target='_blank'>Moment.js format</a>" |
|
458 | 529 | countrycode: "Please select a country." |
459 | 530 | coordinates: "Please complete the set of coordinates." |
460 | 531 | geo_location: "Search and select a result." |
461 | | - select_kit: |
462 | | - default_header_text: Select... |
463 | | - no_content: No matches found |
464 | | - filter_placeholder: Search... |
465 | | - filter_placeholder_with_any: Search or create... |
466 | | - create: "Create: '{{content}}'" |
467 | | - max_content_reached: |
468 | | - zero: "You can only select {{count}} items." |
469 | | - one: "You can only select {{count}} item." |
470 | | - two: "You can only select {{count}} items." |
471 | | - few: "You can only select {{count}} items." |
472 | | - many: "You can only select {{count}} items." |
473 | | - other: "You can only select {{count}} items." |
474 | | - min_content_not_reached: |
475 | | - zero: "Select at least {{count}} items." |
476 | | - one: "Select at least {{count}} item." |
477 | | - two: "Select at least {{count}} items." |
478 | | - few: "Select at least {{count}} items." |
479 | | - many: "Select at least {{count}} items." |
480 | | - other: "Select at least {{count}} items." |
481 | | - wizard: |
482 | | - completed: "You have completed this wizard." |
483 | | - not_permitted: "You are not permitted to access this wizard." |
484 | | - none: "There is no wizard here." |
485 | | - return_to_site: "Return to {{siteName}}" |
486 | | - requires_login: "You need to be logged in to access this wizard." |
487 | | - reset: "Reset this wizard." |
488 | | - step_not_permitted: "You're not permitted to view this step." |
489 | | - incomplete_submission: |
490 | | - title: "Continue editing your draft submission from %{date}?" |
491 | | - resume: "Continue" |
492 | | - restart: "Start over" |
493 | | - x_characters: |
494 | | - zero: "%{count} Characters" |
495 | | - one: "%{count} Character" |
496 | | - two: "%{count} Characters" |
497 | | - few: "%{count} Characters" |
498 | | - many: "%{count} Characters" |
499 | | - other: "%{count} Characters" |
500 | | - wizard_composer: |
501 | | - show_preview: "Preview Post" |
502 | | - hide_preview: "Edit Post" |
503 | | - quote_post_title: "Quote whole post" |
504 | | - bold_label: "B" |
505 | | - bold_title: "Strong" |
506 | | - bold_text: "strong text" |
507 | | - italic_label: "I" |
508 | | - italic_title: "Emphasis" |
509 | | - italic_text: "emphasized text" |
510 | | - link_title: "Hyperlink" |
511 | | - link_description: "enter link description here" |
512 | | - link_dialog_title: "Insert Hyperlink" |
513 | | - link_optional_text: "optional title" |
514 | | - link_url_placeholder: "http://example.com" |
515 | | - quote_title: "Blockquote" |
516 | | - quote_text: "Blockquote" |
517 | | - blockquote_text: "Blockquote" |
518 | | - code_title: "Preformatted text" |
519 | | - code_text: "indent preformatted text by 4 spaces" |
520 | | - paste_code_text: "type or paste code here" |
521 | | - upload_title: "Upload" |
522 | | - upload_description: "enter upload description here" |
523 | | - olist_title: "Numbered List" |
524 | | - ulist_title: "Bulleted List" |
525 | | - list_item: "List item" |
526 | | - toggle_direction: "Toggle Direction" |
527 | | - help: "Markdown Editing Help" |
528 | | - collapse: "minimize the composer panel" |
529 | | - abandon: "close composer and discard draft" |
530 | | - modal_ok: "OK" |
531 | | - modal_cancel: "Cancel" |
532 | | - cant_send_pm: "Sorry, you can't send a message to %{username}." |
533 | | - yourself_confirm: |
534 | | - title: "Did you forget to add recipients?" |
535 | | - body: "Right now this message is only being sent to yourself!" |
536 | | - realtime_validations: |
537 | | - similar_topics: |
538 | | - insufficient_characters: "Type a minimum 5 characters to start looking for similar topics" |
539 | | - insufficient_characters_categories: "Type a minimum 5 characters to start looking for similar topics in %{catLinks}" |
540 | | - results: "Your topic is similar to..." |
541 | | - no_results: "No similar topics." |
542 | | - loading: "Looking for similar topics..." |
543 | | - show: "show" |
0 commit comments