From 9ebf95cacecf49ff466e47f3ff54c180eb67627c Mon Sep 17 00:00:00 2001 From: LinkinStars Date: Mon, 25 Mar 2024 10:03:05 +0800 Subject: [PATCH] New translations (#880) Co-authored-by: Fen --- i18n/cs_CZ.yaml | 73 +- i18n/cy_GB.yaml | 73 +- i18n/da_DK.yaml | 73 +- i18n/de_DE.yaml | 345 +++++--- i18n/es_ES.yaml | 107 ++- i18n/fa_IR.yaml | 289 ++++--- i18n/fr_FR.yaml | 171 ++-- i18n/hi_IN.yaml | 1863 +++++++++++++++++++++++++++++++++++++++ i18n/id_ID.yaml | 73 +- i18n/it_IT.yaml | 2201 ++++++++++++++++++++++++----------------------- i18n/ja_JP.yaml | 73 +- i18n/ko_KR.yaml | 75 +- i18n/pl_PL.yaml | 121 ++- i18n/pt_PT.yaml | 73 +- i18n/ro_RO.yaml | 103 ++- i18n/ru_RU.yaml | 583 +++++++------ i18n/sk_SK.yaml | 73 +- i18n/sv_SE.yaml | 149 +++- i18n/te_IN.yaml | 1863 +++++++++++++++++++++++++++++++++++++++ i18n/tr_TR.yaml | 85 +- i18n/uk_UA.yaml | 1325 ++++++++++++++-------------- i18n/vi_VN.yaml | 73 +- i18n/zh_CN.yaml | 85 +- i18n/zh_TW.yaml | 73 +- 24 files changed, 7510 insertions(+), 2512 deletions(-) create mode 100644 i18n/hi_IN.yaml create mode 100644 i18n/te_IN.yaml diff --git a/i18n/cs_CZ.yaml b/i18n/cs_CZ.yaml index d0d20059f..e71eeda48 100644 --- a/i18n/cs_CZ.yaml +++ b/i18n/cs_CZ.yaml @@ -140,6 +140,9 @@ backend: email_or_password_wrong_error: other: Email and password do not match. error: + common: + invalid_url: + other: Invalid URL. password: space_invalid: other: Heslo nesmí obsahovat mezery. @@ -200,6 +203,8 @@ backend: question: already_deleted: other: This post has been deleted. + under_review: + other: Your post is awaiting review. It will be visible after it has been approved. not_found: other: Question not found. cannot_deleted: @@ -485,6 +490,15 @@ backend: other: accept accepted: other: accepted + edit: + other: edit + review: + queued_post: + other: Queued post + flagged_post: + other: Flagged post + suggested_post_edit: + other: Suggested edits # The following fields are used for interface presentation(Front-end) ui: how_to_format: @@ -666,6 +680,8 @@ ui: empty: Cannot be empty. msg: empty: Please select a reason. + not_a_url: URL format is incorrect. + url_not_match: URL origin does not match the current website. tag_modal: title: Create new tag form: @@ -1033,6 +1049,7 @@ ui: asked: asked update: Modified edit: edited + commented: commented Views: Viewed Follow: Follow Following: Following @@ -1050,6 +1067,7 @@ ui: title: Answers score: Score newest: Newest + oldest: Oldest btn_accept: Accept btn_accepted: Accepted write_answer: @@ -1073,6 +1091,14 @@ ui: confirm_btn: Reopen title: Reopen this post content: Are you sure you want to reopen? + list: + confirm_btn: List + title: List this post + content: Are you sure you want to list? + unlist: + confirm_btn: Unlist + title: Unlist this post + content: Are you sure you want to unlist? pin: title: Pin this post content: Are you sure you wish to pinned globally? This post will appear at the top of all post lists. @@ -1094,6 +1120,9 @@ ui: save: Save delete: Delete undelete: Undelete + list: List + unlist: Unlist + unlisted: Unlisted login: Log in signup: Sign up logout: Log out @@ -1122,6 +1151,15 @@ ui: system_setting: System setting default: Default reset: Reset + tag: Tag + post_lowercase: post + filter: Filter + ignore: Ignore + submit: Submit + normal: Normal + closed: Closed + deleted: Deleted + pending: Pending search: title: Search Results keywords: Keywords @@ -1368,7 +1406,8 @@ ui: votes: "Votes:" users: "Users:" flags: "Flags:" - site_health_status: Site health status + reviews: "Reviews:" + site_health: Site health version: "Version:" https: "HTTPS:" upload_folder: "Upload folder:" @@ -1383,11 +1422,12 @@ ui: database_size: "Database size:" storage_used: "Storage used:" uptime: "Uptime:" - answer_links: Answer links + links: Links plugins: Plugins github: GitHub blog: Blog contact: Contact + forum: Forum documents: Documents feedback: Feedback support: Support @@ -1490,9 +1530,7 @@ ui: content: A suspended user can't log in. questions: page_title: Questions - normal: Normal - closed: Closed - deleted: Deleted + unlisted: Unlisted post: Post votes: Votes answers: Answers @@ -1500,12 +1538,11 @@ ui: status: Status action: Action change: Change + pending: Pending filter: placeholder: "Filter by title, question:id" answers: page_title: Answers - normal: Normal - deleted: Deleted post: Post votes: Votes created: Created @@ -1538,6 +1575,9 @@ ui: msg: Contact email cannot be empty. validate: Contact email is not valid. text: Email address of key contact responsible for this site. + check_update: + label: Software updates + text: Automatically check for updates interface: page_title: Interface language: @@ -1752,6 +1792,22 @@ ui: edit_answer: Edit answer edit_tag: Edit tag empty: No review tasks left. + approve_revision_tip: Do you approve this revision? + approve_flag_tip: Do you approve this flag? + approve_post_tip: Do you approve this post? + approve_user_tip: Do you approve this user? + suggest_edits: Suggested edits + flag_post: Flag post + flag_user: Flag user + queued_post: Queued post + queued_user: Queued user + filter_label: Type + reputation: reputation + flag_post_type: Flagged this post as {{ type }}. + flag_user_type: Flagged this user as {{ type }}. + edit_post: Edit post + list_post: List post + unlist_post: Unlist post timeline: undeleted: undeleted deleted: deleted @@ -1802,3 +1858,6 @@ ui: post_hide_list: This post has been hidden from list. post_show_list: This post has been shown to list. post_reopen: This post has been reopened. + post_list: This post has been listed. + post_unlist: This post has been unlisted. + post_pending: Your post is awaiting review. This is a preview, it will be visible after it has been approved. diff --git a/i18n/cy_GB.yaml b/i18n/cy_GB.yaml index ab3db371f..a1c14f5f9 100644 --- a/i18n/cy_GB.yaml +++ b/i18n/cy_GB.yaml @@ -140,6 +140,9 @@ backend: email_or_password_wrong_error: other: Nid yw e-bost a chyfrinair yn cyfateb. error: + common: + invalid_url: + other: Invalid URL. password: space_invalid: other: Password cannot contain spaces. @@ -200,6 +203,8 @@ backend: question: already_deleted: other: Mae'r postiad hwn wedi'i ddileu. + under_review: + other: Your post is awaiting review. It will be visible after it has been approved. not_found: other: Cwestiwn heb ei ganfod. cannot_deleted: @@ -485,6 +490,15 @@ backend: other: accept accepted: other: accepted + edit: + other: edit + review: + queued_post: + other: Queued post + flagged_post: + other: Flagged post + suggested_post_edit: + other: Suggested edits # The following fields are used for interface presentation(Front-end) ui: how_to_format: @@ -666,6 +680,8 @@ ui: empty: Ni all fod yn wag. msg: empty: Dewis rheswm. + not_a_url: URL format is incorrect. + url_not_match: URL origin does not match the current website. tag_modal: title: Creu tag newydd form: @@ -1033,6 +1049,7 @@ ui: asked: asked update: Modified edit: edited + commented: commented Views: Viewed Follow: Follow Following: Following @@ -1050,6 +1067,7 @@ ui: title: Answers score: Score newest: Newest + oldest: Oldest btn_accept: Accept btn_accepted: Accepted write_answer: @@ -1073,6 +1091,14 @@ ui: confirm_btn: Reopen title: Reopen this post content: Are you sure you want to reopen? + list: + confirm_btn: List + title: List this post + content: Are you sure you want to list? + unlist: + confirm_btn: Unlist + title: Unlist this post + content: Are you sure you want to unlist? pin: title: Pin this post content: Are you sure you wish to pinned globally? This post will appear at the top of all post lists. @@ -1094,6 +1120,9 @@ ui: save: Save delete: Delete undelete: Undelete + list: List + unlist: Unlist + unlisted: Unlisted login: Log in signup: Sign up logout: Log out @@ -1122,6 +1151,15 @@ ui: system_setting: System setting default: Default reset: Reset + tag: Tag + post_lowercase: post + filter: Filter + ignore: Ignore + submit: Submit + normal: Normal + closed: Closed + deleted: Deleted + pending: Pending search: title: Search Results keywords: Keywords @@ -1368,7 +1406,8 @@ ui: votes: "Votes:" users: "Users:" flags: "Flags:" - site_health_status: Site health status + reviews: "Reviews:" + site_health: Site health version: "Version:" https: "HTTPS:" upload_folder: "Upload folder:" @@ -1383,11 +1422,12 @@ ui: database_size: "Database size:" storage_used: "Storage used:" uptime: "Uptime:" - answer_links: Answer links + links: Links plugins: Plugins github: GitHub blog: Blog contact: Contact + forum: Forum documents: Documents feedback: Feedback support: Support @@ -1490,9 +1530,7 @@ ui: content: A suspended user can't log in. questions: page_title: Questions - normal: Normal - closed: Closed - deleted: Deleted + unlisted: Unlisted post: Post votes: Votes answers: Answers @@ -1500,12 +1538,11 @@ ui: status: Status action: Action change: Change + pending: Pending filter: placeholder: "Filter by title, question:id" answers: page_title: Answers - normal: Normal - deleted: Deleted post: Post votes: Votes created: Created @@ -1538,6 +1575,9 @@ ui: msg: Contact email cannot be empty. validate: Contact email is not valid. text: Email address of key contact responsible for this site. + check_update: + label: Software updates + text: Automatically check for updates interface: page_title: Interface language: @@ -1752,6 +1792,22 @@ ui: edit_answer: Edit answer edit_tag: Edit tag empty: No review tasks left. + approve_revision_tip: Do you approve this revision? + approve_flag_tip: Do you approve this flag? + approve_post_tip: Do you approve this post? + approve_user_tip: Do you approve this user? + suggest_edits: Suggested edits + flag_post: Flag post + flag_user: Flag user + queued_post: Queued post + queued_user: Queued user + filter_label: Type + reputation: reputation + flag_post_type: Flagged this post as {{ type }}. + flag_user_type: Flagged this user as {{ type }}. + edit_post: Edit post + list_post: List post + unlist_post: Unlist post timeline: undeleted: undeleted deleted: deleted @@ -1802,3 +1858,6 @@ ui: post_hide_list: This post has been hidden from list. post_show_list: This post has been shown to list. post_reopen: This post has been reopened. + post_list: This post has been listed. + post_unlist: This post has been unlisted. + post_pending: Your post is awaiting review. This is a preview, it will be visible after it has been approved. diff --git a/i18n/da_DK.yaml b/i18n/da_DK.yaml index d66191d44..0d48719dc 100644 --- a/i18n/da_DK.yaml +++ b/i18n/da_DK.yaml @@ -140,6 +140,9 @@ backend: email_or_password_wrong_error: other: Email and password do not match. error: + common: + invalid_url: + other: Invalid URL. password: space_invalid: other: Password cannot contain spaces. @@ -200,6 +203,8 @@ backend: question: already_deleted: other: This post has been deleted. + under_review: + other: Your post is awaiting review. It will be visible after it has been approved. not_found: other: Question not found. cannot_deleted: @@ -485,6 +490,15 @@ backend: other: accept accepted: other: accepted + edit: + other: edit + review: + queued_post: + other: Queued post + flagged_post: + other: Flagged post + suggested_post_edit: + other: Suggested edits # The following fields are used for interface presentation(Front-end) ui: how_to_format: @@ -666,6 +680,8 @@ ui: empty: Cannot be empty. msg: empty: Please select a reason. + not_a_url: URL format is incorrect. + url_not_match: URL origin does not match the current website. tag_modal: title: Create new tag form: @@ -1033,6 +1049,7 @@ ui: asked: asked update: Modified edit: edited + commented: commented Views: Viewed Follow: Follow Following: Following @@ -1050,6 +1067,7 @@ ui: title: Answers score: Score newest: Newest + oldest: Oldest btn_accept: Accept btn_accepted: Accepted write_answer: @@ -1073,6 +1091,14 @@ ui: confirm_btn: Reopen title: Reopen this post content: Are you sure you want to reopen? + list: + confirm_btn: List + title: List this post + content: Are you sure you want to list? + unlist: + confirm_btn: Unlist + title: Unlist this post + content: Are you sure you want to unlist? pin: title: Pin this post content: Are you sure you wish to pinned globally? This post will appear at the top of all post lists. @@ -1094,6 +1120,9 @@ ui: save: Save delete: Delete undelete: Undelete + list: List + unlist: Unlist + unlisted: Unlisted login: Log in signup: Sign up logout: Log out @@ -1122,6 +1151,15 @@ ui: system_setting: System setting default: Default reset: Reset + tag: Tag + post_lowercase: post + filter: Filter + ignore: Ignore + submit: Submit + normal: Normal + closed: Closed + deleted: Deleted + pending: Pending search: title: Search Results keywords: Keywords @@ -1368,7 +1406,8 @@ ui: votes: "Votes:" users: "Users:" flags: "Flags:" - site_health_status: Site health status + reviews: "Reviews:" + site_health: Site health version: "Version:" https: "HTTPS:" upload_folder: "Upload folder:" @@ -1383,11 +1422,12 @@ ui: database_size: "Database size:" storage_used: "Storage used:" uptime: "Uptime:" - answer_links: Answer links + links: Links plugins: Plugins github: GitHub blog: Blog contact: Contact + forum: Forum documents: Documents feedback: Feedback support: Support @@ -1490,9 +1530,7 @@ ui: content: A suspended user can't log in. questions: page_title: Questions - normal: Normal - closed: Closed - deleted: Deleted + unlisted: Unlisted post: Post votes: Votes answers: Answers @@ -1500,12 +1538,11 @@ ui: status: Status action: Action change: Change + pending: Pending filter: placeholder: "Filter by title, question:id" answers: page_title: Answers - normal: Normal - deleted: Deleted post: Post votes: Votes created: Created @@ -1538,6 +1575,9 @@ ui: msg: Contact email cannot be empty. validate: Contact email is not valid. text: Email address of key contact responsible for this site. + check_update: + label: Software updates + text: Automatically check for updates interface: page_title: Interface language: @@ -1752,6 +1792,22 @@ ui: edit_answer: Edit answer edit_tag: Edit tag empty: No review tasks left. + approve_revision_tip: Do you approve this revision? + approve_flag_tip: Do you approve this flag? + approve_post_tip: Do you approve this post? + approve_user_tip: Do you approve this user? + suggest_edits: Suggested edits + flag_post: Flag post + flag_user: Flag user + queued_post: Queued post + queued_user: Queued user + filter_label: Type + reputation: reputation + flag_post_type: Flagged this post as {{ type }}. + flag_user_type: Flagged this user as {{ type }}. + edit_post: Edit post + list_post: List post + unlist_post: Unlist post timeline: undeleted: undeleted deleted: deleted @@ -1802,3 +1858,6 @@ ui: post_hide_list: This post has been hidden from list. post_show_list: This post has been shown to list. post_reopen: This post has been reopened. + post_list: This post has been listed. + post_unlist: This post has been unlisted. + post_pending: Your post is awaiting review. This is a preview, it will be visible after it has been approved. diff --git a/i18n/de_DE.yaml b/i18n/de_DE.yaml index 40adb5a6e..7ac93bfd7 100644 --- a/i18n/de_DE.yaml +++ b/i18n/de_DE.yaml @@ -75,16 +75,16 @@ backend: privilege: level_1: description: - other: Level 1 (less reputation required for private team, group) + other: Level 1 (weniger Reputation für privates Team, Gruppen) level_2: description: - other: Level 2 (low reputation required for startup community) + other: Level 2 (niedrige Reputation erforderlich für Start-Community) level_3: description: - other: Level 3 (high reputation required for mature community) + other: Level 3 (hohe Reputation, für ausgereifte Community) level_custom: description: - other: Custom Level + other: Benutzerdefinierter Level rank_question_add_label: other: Fragen stellen rank_answer_add_label: @@ -140,6 +140,9 @@ backend: email_or_password_wrong_error: other: E-Mail und Passwort stimmen nicht überein. error: + common: + invalid_url: + other: Invalid URL. password: space_invalid: other: Passwort darf keine Leerzeichen enthalten. @@ -200,6 +203,8 @@ backend: question: already_deleted: other: Dieser Beitrag wurde gelöscht. + under_review: + other: Your post is awaiting review. It will be visible after it has been approved. not_found: other: Frage nicht gefunden. cannot_deleted: @@ -271,7 +276,7 @@ backend: not_allowed_registration: other: Derzeit ist die Seite nicht für die Anmeldung geöffnet. not_allowed_login_via_password: - other: Currently the site is not allowed to login via password. + other: Zurzeit ist es auf der Seite nicht möglich, sich mit einem Passwort anzumelden. access_denied: other: Zugriff verweigert page_access_denied: @@ -300,7 +305,7 @@ backend: reason: spam: name: - other: spam + other: Spam desc: other: Dieser Beitrag ist eine Werbung oder Vandalismus. Er ist nicht nützlich oder relevant für das aktuelle Thema. rude_or_abusive: @@ -485,6 +490,15 @@ backend: other: akzeptieren accepted: other: akzeptiert + edit: + other: edit + review: + queued_post: + other: Queued post + flagged_post: + other: Flagged post + suggested_post_edit: + other: Suggested edits # The following fields are used for interface presentation(Front-end) ui: how_to_format: @@ -525,7 +539,7 @@ ui: http_404: HTTP-Fehler 404 http_50X: HTTP-Fehler 500 http_403: HTTP Fehler 403 - logout: Log Out + logout: Ausloggen notifications: title: Benachrichtigungen inbox: Posteingang @@ -604,7 +618,7 @@ ui: msg: empty: Datei darf nicht leer sein. only_image: Nur Bilddateien sind erlaubt. - max_size: File size cannot exceed 4 MB. + max_size: Die Dateigröße darf 4 MB nicht überschreiten. desc: label: Beschreibung tab_url: Bild URL @@ -624,10 +638,10 @@ ui: outdent: text: Ausrücken italic: - text: Schwerpunkt + text: Hervorhebung link: - text: Hyperlinks - add_link: Hyperlinks hinzufügen + text: Hyperlink + add_link: Hyperlink hinzufügen form: fields: url: @@ -657,15 +671,17 @@ ui: report_modal: flag_title: Ich melde diesen Beitrag als... close_title: Ich schließe diesen Beitrag wegen ... - review_question_title: Frage ansehen - review_answer_title: Antworten überprüfen - review_comment_title: Kommentare anzeigen + review_question_title: Frage prüfen + review_answer_title: Antwort prüfen + review_comment_title: Kommentar prüfen btn_cancel: Abbrechen btn_submit: Senden remark: empty: Kann nicht leer sein. msg: empty: Bitte wähle einen Grund aus. + not_a_url: URL format is incorrect. + url_not_match: URL origin does not match the current website. tag_modal: title: Neuen Tag erstellen form: @@ -685,11 +701,11 @@ ui: desc: label: Beschreibung revision: - label: Revision + label: Version edit_summary: - label: Edit summary + label: Zusammenfassung bearbeiten placeholder: >- - Briefly explain your changes (corrected spelling, fixed grammar, improved formatting) + Erkläre kurz deine Änderungen (korrigierte Rechtschreibung, korrigierte Grammatik, verbesserte Formatierung) btn_cancel: Abbrechen btn_submit: Senden btn_post: Neuen Tag erstellen @@ -716,31 +732,31 @@ ui: edit_tag: title: Tag bearbeiten default_reason: Tag bearbeiten - default_first_reason: Schlagwort hinzufügen + default_first_reason: Tag hinzufügen btn_save_edits: Änderungen speichern - btn_cancel: Stornieren + btn_cancel: Abbrechen dates: long_date: DD. MMM long_date_with_year: "DD. MMM YYYY" long_date_with_time: "DD. MMM YYYY [at] HH:mm" - now: jetzt - x_seconds_ago: "vor {{count}}s" - x_minutes_ago: "vor {{count}}m" - x_hours_ago: "vor {{count}}h" - hour: stunde + now: Gerade eben + x_seconds_ago: "Vor {{count}}s" + x_minutes_ago: "Vor {{count}}m" + x_hours_ago: "Vor {{count}}h" + hour: Stunde day: tag - hours: hours - days: days + hours: Stunden + days: Tage comment: btn_add_comment: Einen Kommentar hinzufügen reply_to: Antwort an btn_reply: Antwort btn_edit: Bearbeiten btn_delete: Löschen - btn_flag: Flagge + btn_flag: Melden btn_save_edits: Änderungen speichern - btn_cancel: Stornieren - show_more: "{{count}} more comments" + btn_cancel: Abbrechen + show_more: "{{count}} mehr Kommentare" tip_question: >- Verwende Kommentare, um nach weiteren Informationen zu fragen oder Verbesserungen vorzuschlagen. Vermeide es, Fragen in Kommentaren zu beantworten. tip_answer: >- @@ -753,7 +769,7 @@ ui: form: fields: revision: - label: Revision + label: Version answer: label: Antwort feedback: @@ -763,9 +779,9 @@ ui: placeholder: >- Erkläre kurz deine Änderungen (korrigierte Rechtschreibung, korrigierte Grammatik, verbesserte Formatierung) btn_save_edits: Änderungen speichern - btn_cancel: Stornieren + btn_cancel: Abbrechen tags: - title: Stichworte + title: Tags sort_buttons: popular: Beliebt name: Name @@ -785,7 +801,7 @@ ui: form: fields: revision: - label: Revision + label: Version title: label: Titel placeholder: Sei spezifisch und stelle dir vor, du stelle eine Frage an eine andere Person @@ -835,7 +851,7 @@ ui: placeholder: Suchen footer: build_on: >- - Powered by <1> Apache Answer - the open-source software that powers Q&A communities.
Made with love © {{cc}}. + Betrieben von <1> Apache Answer - die Open-Source-Software, die Q&A-Communities betreibt.
Made with love © {{cc}}. upload_img: name: Ändern loading: wird geladen... @@ -889,7 +905,7 @@ ui: empty: E-Mail darf nicht leer sein. change_email: btn_cancel: Stornieren - btn_update: Aktualisiere email adresse + btn_update: E-Mail Adresse aktualisieren send_success: >- Wenn ein Konto mit {{mail}} übereinstimmt, solltest du in Kürze eine E-Mail mit Anweisungen erhalten, wie du dein Passwort zurücksetzen kannst. email: @@ -901,13 +917,13 @@ ui: remove: '{{ auth_name }} entfernen' oauth_bind_email: subtitle: Wiederherstellungs-E-Mail zu deinem Konto hinzufügen. - btn_update: E-Mail-Adresse aktualisieren + btn_update: E-Mail aktualisieren email: label: E-Mail msg: empty: E-Mail darf nicht leer sein. modal_title: E-Mail existiert bereits. - modal_content: Diese E-Mail-Adresse ist bereits registriert. Bist du sicher, dass du dich mit dem bestehenden Konto verbinden möchtest? + modal_content: Diese E-Mail ist bereits registriert. Bist du sicher, dass du dich mit dem bestehenden Konto verbinden möchtest? modal_cancel: E-Mail ändern modal_confirm: Mit dem bestehenden Konto verbinden password_reset: @@ -933,7 +949,7 @@ ui: profile: Profil notification: Benachrichtigungen account: Konto - interface: Schnittstelle + interface: Benutzeroberfläche profile: heading: Profil btn_name: Speichern @@ -965,10 +981,10 @@ ui: label: Standort placeholder: "Stadt, Land" notification: - heading: Email Notifications - turn_on: Turn on + heading: E-Mail-Benachrichtigungen + turn_on: Aktivieren inbox: - label: Inbox notifications + label: Posteingangsbenachrichtigungen description: Antworten auf deine Fragen, Kommentare, Einladungen und mehr. all_new_question: label: Alle neuen Fragen @@ -978,7 +994,7 @@ ui: description: Lass dich über neue Fragen zu folgenden Tags benachrichtigen. account: heading: Konto - change_email_btn: E-Mail-Adresse ändern + change_email_btn: E-Mail ändern change_pass_btn: Passwort ändern change_email_info: >- Wir haben eine E-Mail an diese Adresse geschickt. Bitte befolge die Anweisungen zur Bestätigung. @@ -1000,7 +1016,7 @@ ui: pass_confirm: label: Neues Passwort bestätigen interface: - heading: Schnittstelle + heading: Benutzeroberfläche lang: label: Sprache der Benutzeroberfläche text: Sprache der Benutzeroberfläche. Sie ändert sich, wenn du die Seite aktualisierst. @@ -1023,16 +1039,17 @@ ui: answers: antworten invite_to_answer: title: Menschen gefragt - desc: Select people who you think might know the answer. + desc: Wähle Leute aus, von denen du glaubst, dass sie die Antwort wissen könnten. invite: Zur Antwort einladen add: Personen hinzufügen search: Personen suchen question_detail: action: Aktion - Asked: Fragte - asked: asked + Asked: Gefragt + asked: gefragt update: Geändert edit: bearbeitet + commented: commented Views: Gesehen Follow: Folgen Following: Folgend @@ -1044,17 +1061,18 @@ ui: question_useful: Es ist nützlich und klar question_un_useful: Es ist unklar oder nicht nützlich question_bookmark: Lesezeichen für diese Frage - answer_useful: It is useful - answer_un_useful: It is not useful + answer_useful: Es ist nützlich + answer_un_useful: Es ist nicht nützlich answers: title: Antworten score: Punkte newest: Neueste + oldest: Oldest btn_accept: Akzeptieren btn_accepted: Akzeptiert write_answer: title: Deine Antwort - edit_answer: Edit my existing answer + edit_answer: Meine existierende Antwort bearbeiten btn_name: Poste deine Antwort add_another_answer: Weitere Antwort hinzufügen confirm_title: Antworten fortsetzen @@ -1073,6 +1091,14 @@ ui: confirm_btn: Wieder öffnen title: Diesen Beitrag erneut öffnen content: Bist du sicher, dass du wieder öffnen willst? + list: + confirm_btn: List + title: List this post + content: Are you sure you want to list? + unlist: + confirm_btn: Unlist + title: Unlist this post + content: Are you sure you want to unlist? pin: title: Diesen Beitrag anpinnen content: Bist du sicher, dass du den Beitrag global anheften möchtest? Dieser Beitrag wird in allen Beitragslisten ganz oben erscheinen. @@ -1085,15 +1111,18 @@ ui:

Wir empfehlen nicht, akzeptierte Antworten zu löschen, denn dadurch wird zukünftigen Lesern dieses Wissen vorenthalten.

Das wiederholte Löschen von akzeptierten Antworten kann dazu führen, dass dein Konto für die Beantwortung gesperrt wird. Bist du sicher, dass du löschen möchtest? other: Bist du sicher, dass du löschen möchtest? tip_answer_deleted: Diese Antwort wurde gelöscht - undelete_title: Undelete this post - undelete_desc: Are you sure you wish to undelete? + undelete_title: Diesen Beitrag wiederherstellen + undelete_desc: Bist du sicher, dass du die Löschung umkehren willst? btns: confirm: Bestätigen cancel: Abbrechen edit: Bearbeiten save: Speichern delete: Löschen - undelete: Undelete + undelete: Wiederherstellen + list: List + unlist: Unlist + unlisted: Unlisted login: Einloggen signup: Registrieren logout: Ausloggen @@ -1110,18 +1139,27 @@ ui: comment: Kommentar refresh: Aktualisieren resend: Erneut senden - deactivate: Deactivate - active: Active - suspend: Suspend - unsuspend: Unsuspend - close: Close - reopen: Reopen + deactivate: Deaktivieren + active: Aktiv + suspend: Sperren + unsuspend: Entsperren + close: Schließen + reopen: Wieder öffnen ok: OK - light: Light - dark: Dark - system_setting: System setting - default: Default - reset: Reset + light: Hell + dark: Dunkel + system_setting: System-Einstellung + default: Standard + reset: Zurücksetzen + tag: Tag + post_lowercase: post + filter: Filter + ignore: Ignore + submit: Submit + normal: Normal + closed: Closed + deleted: Deleted + pending: Pending search: title: Suchergebnisse keywords: Schlüsselwörter @@ -1160,7 +1198,7 @@ ui: link: Weiter zur Startseite invalid: >- Entschuldige, dieser Link zur Aktivierung des Benutzerkontos ist nicht länger gültig. Ist Dein Konto schon aktiviert? - confirm_new_email: Deine Mailadresse wurde aktualisiert. + confirm_new_email: Deine E-Mail wurde aktualisiert. confirm_new_email_invalid: >- Dieser Bestätigungslink ist leider nicht mehr gültig. Vielleicht wurde deine E-Mail-Adresse bereits geändert? unsubscribe: @@ -1215,8 +1253,8 @@ ui: list_empty: Keine Beiträge gefunden.
Vielleicht möchtest du einen anderen Reiter auswählen? accepted: Akzeptiert answered: antwortete - asked: asked - downvoted: downvoted + asked: gefragt + downvoted: negativ bewertet mod_short: MOD mod_long: Moderatoren x_reputation: Ansehen @@ -1263,20 +1301,20 @@ ui: site_name: label: Seitenname msg: Standortname darf nicht leer sein. - msg_max_length: Site name must be at maximum 30 characters in length. + msg_max_length: Der Name der Website darf maximal 30 Zeichen lang sein. site_url: label: Seiten-URL text: Die Adresse deiner Website. msg: empty: Die Website-URL darf nicht leer sein. incorrect: Falsches Format der Website-URL. - max_length: Site URL must be at maximum 512 characters in length. + max_length: Die URL der Website darf maximal 512 Zeichen lang sein. contact_email: label: Kontakt E-Mail text: E-Mail-Adresse des Hauptkontakts, der für diese Website verantwortlich ist. msg: empty: Kontakt-E-Mail kann nicht leer sein. - incorrect: Contact email incorrect format. + incorrect: Falsches Format der Kontakt-E-Mail. login_required: label: Privat switch: Anmeldung erforderlich @@ -1285,16 +1323,16 @@ ui: label: Name msg: Der Name darf nicht leer sein. character: 'Muss den Zeichensatz "a-z", "0-9", " - . _" verwenden' - msg_max_length: Name must be at maximum 30 characters in length. + msg_max_length: Name darf maximal 30 Zeichen lang sein. admin_password: label: Passwort text: >- Du brauchst dieses Passwort, um dich einzuloggen. Bitte bewahre es an einem sicheren Ort auf. msg: Passwort kann nicht leer sein. - msg_min_length: Password must be at least 8 characters in length. - msg_max_length: Password must be at maximum 32 characters in length. + msg_min_length: Passwort muss mindestens 8 Zeichen lang sein. + msg_max_length: Das Passwort darf maximal 32 Zeichen lang sein. admin_email: - label: Email + label: E-Mail text: Du brauchst diese E-Mail, um dich einzuloggen. msg: empty: E-Mail darf nicht leer sein. @@ -1314,9 +1352,9 @@ ui: db_failed_desc: >- Das bedeutet entweder, dass die Datenbankinformationen in deiner <1>config.yaml Datei falsch sind oder dass der Kontakt zum Datenbankserver nicht hergestellt werden konnte. Das könnte bedeuten, dass der Datenbankserver deines Hosts ausgefallen ist. counts: - views: ansehen - votes: stimmen - answers: antworten + views: Ansichten + votes: Stimmen + answers: Antworten accepted: Akzeptiert page_error: http_error: HTTP Fehler {{ code }} @@ -1335,10 +1373,10 @@ ui: flags: Meldungen settings: Einstellungen general: Allgemein - interface: Schnittstelle + interface: Benutzeroberfläche smtp: SMTP branding: Branding - legal: Gesetzliche + legal: Rechtliches write: Schreiben tos: Nutzungsbedingungen privacy: Privatsphäre @@ -1361,49 +1399,51 @@ ui: dashboard: title: Dashboard welcome: Willkommen beim Answer-Admin! - site_statistics: Site statistics + site_statistics: Website-Statistiken questions: "Fragen:" answers: "Antworten:" comments: "Kommentare:" votes: "Stimmen:" - users: "Users:" + users: "Nutzer:" flags: "Meldungen:" - site_health_status: Site health status + reviews: "Reviews:" + site_health: Site health version: "Version:" https: "HTTPS:" - upload_folder: "Upload folder:" - run_mode: "Running mode:" - private: Private - public: Public + upload_folder: "Hochladeverzeichnis:" + run_mode: "Betriebsmodus:" + private: Privat + public: Öffentlich smtp: "SMTP:" timezone: "Zeitzone:" system_info: System info - go_version: "Go version:" - database: "Database:" - database_size: "Database size:" + go_version: "Go Version:" + database: "Datenbank:" + database_size: "Datenbankgröße:" storage_used: "Verwendeter Speicher:" uptime: "Betriebszeit:" - answer_links: Answer links + links: Links plugins: Plugins github: GitHub blog: Blog - contact: Contact + contact: Kontakt + forum: Forum documents: Dokumentation feedback: Rückmeldung support: Unterstützung review: Überprüfung config: Konfig update_to: Aktualisieren zu - latest: Neueste + latest: Aktuell check_failed: Prüfung fehlgeschlagen "yes": "Ja" "no": "Nein" not_allowed: Nicht erlaubt allowed: Erlaubt - enabled: Ermöglicht - disabled: Behinderte - writable: Writable - not_writable: Not writable + enabled: Aktiviert + disabled: Deaktiviert + writable: Schreibbar + not_writable: Nicht schreibbar flags: title: Meldungen pending: Ausstehend @@ -1435,13 +1475,13 @@ ui: label: Masse Benutzer hinzufügen placeholder: "John Smith, john@example.com, BUSYopr2\nAlice, alice@example.com, fpDntV8q" text: Trenne "Name, E-Mail, Passwort" mit Kommas. Ein Benutzer pro Zeile. - msg: "Bitte gib die E-Mail-Adresse des Nutzers ein, eine pro Zeile." + msg: "Bitte gib die E-Mail des Nutzers ein, eine pro Zeile." display_name: label: Anzeigename msg: Der Anzeigename muss zwischen 4 und 30 Zeichen lang sein. email: label: E-Mail - msg: Email ist ungültig. + msg: Die E-Mail ist nicht gültig. password: label: Passwort msg: Das Passwort muss mindestens 8-32 Zeichen lang sein. @@ -1452,18 +1492,18 @@ ui: name: Namen email: E-Mail reputation: Ansehen - created_at: Created Time - delete_at: Deleted Time - suspend_at: Suspended Time + created_at: Erstellt + delete_at: Löschzeit + suspend_at: Sperrzeit status: Status role: Rolle action: Aktion change: Ändern all: Alle - staff: Mitarbeiter + staff: Teammitglieder more: Mehr inactive: Inaktiv - suspended: Ausgesetzt + suspended: Gesperrt deleted: Gelöscht normal: Normal Moderator: Moderation @@ -1477,36 +1517,33 @@ ui: show_logs: Protokolle anzeigen add_user: Benutzer hinzufügen deactivate_user: - title: Deactivate user - content: An inactive user must re-validate their email. + title: Benutzer deaktivieren + content: Ein inaktiver Nutzer muss seine E-Mail erneut bestätigen. delete_user: - title: Delete this user - content: Are you sure you want to delete this user? This is permanent! - remove: Remove their content - label: Remove all questions, answers, comments, etc. - text: Don’t check this if you wish to only delete the user’s account. + title: Diesen Benutzer löschen + content: Bist du sicher, dass du diesen Benutzer löschen willst? Das ist dauerhaft! + remove: Ihren Inhalt entfernen + label: Alle Fragen, Antworten, Kommentare, etc. entfernen + text: Aktiviere diese Option nicht, wenn du nur das Benutzerkonto löschen möchtest. suspend_user: - title: Suspend this user + title: Diesen Benutzer sperren content: Ein gesperrter Benutzer kann sich nicht einloggen. questions: page_title: Fragen - normal: Normal - closed: Geschlossen - deleted: Gelöscht - post: Post + unlisted: Unlisted + post: Beitrag votes: Stimmen answers: Antworten created: Erstellt status: Status action: Aktion change: Ändern + pending: Pending filter: placeholder: "Filtern nach Titel, Frage:Id" answers: page_title: Antworten - normal: Normal - deleted: Gelöscht - post: Post + post: Beitrag votes: Stimmen created: Erstellt status: Status @@ -1538,8 +1575,11 @@ ui: msg: Kontakt-E-Mail darf nicht leer sein. validate: Kontakt-E-Mail ist ungültig. text: E-Mail-Adresse des Hauptkontakts, der für diese Website verantwortlich ist. + check_update: + label: Software updates + text: Automatically check for updates interface: - page_title: Schnittstelle + page_title: Benutzeroberfläche language: label: Interface Sprache msg: Sprache der Benutzeroberfläche darf nicht leer sein. @@ -1605,7 +1645,7 @@ ui: label: Favicon text: Ein Favicon für deine Website. Um korrekt über ein CDN zu funktionieren, muss es ein png sein. Es wird auf 32x32 verkleinert. Wenn du es leer lässt, wird das "quadratische Symbol" verwendet. legal: - page_title: Gesetzlich + page_title: Rechtliches terms_of_service: label: Nutzungsbedingungen text: "Du kannst hier Inhalte zu den Nutzungsbedingungen hinzufügen. Wenn du bereits ein Dokument hast, das anderswo gehostet wird, gib hier die vollständige URL an." @@ -1615,9 +1655,9 @@ ui: write: page_title: Schreiben restrict_answer: - title: Restrict answer - label: Each user can only write one answer for each question - text: "They can use the edit link to refine and improve their existing answer, instead." + title: Antwort einschränken + label: Jeder Benutzer kann für jede Frage nur eine Antwort schreiben + text: "Sie können den Bearbeiten-Link verwenden, um ihre bestehende Antwort zu verfeinern und zu verbessern." recommend_tags: label: Empfohlene Tags text: "Bitte gib den Tag-Slug oben ein, ein Tag pro Zeile." @@ -1642,14 +1682,14 @@ ui: label: Themen text: Wähle ein bestehendes Thema aus. color_scheme: - label: Color scheme + label: Farbschema navbar_style: - label: Navbar style + label: Stil der Navigationsleiste primary_color: - label: Primary color + label: Primäre Farbe text: Ändere die Farben, die von deinen Themes verwendet werden css_and_html: - page_title: CSS and HTML + page_title: CSS und HTML custom_css: label: Benutzerdefinierte CSS text: > @@ -1664,7 +1704,7 @@ ui: footer: label: Fusszeile - text: This will insert before </body>. + text: Dies wird vor eingefügt. sidebar: label: Seitenleiste text: Dies wird in die Seitenleiste eingefügt. @@ -1677,18 +1717,18 @@ ui: email_registration: title: E-Mail Registrierung label: E-Mail-Registrierung zulassen - text: Schalte sie ab, um zu verhindern, dass jemand ein neues Konto per E-Mail erstellt. + text: Abschalten, um zu verhindern, dass jemand ein neues Konto per E-Mail erstellt. allowed_email_domains: - title: Erlaubte E-Mail-Domänen + title: Zugelassene E-Mail-Domänen text: E-Mail-Domänen, bei denen die Nutzer Konten registrieren müssen. Eine Domäne pro Zeile. Wird ignoriert, wenn leer. private: title: Privatgelände label: Anmeldung erforderlich text: Nur angemeldete Benutzer können auf diese Community zugreifen. password_login: - title: Password login - label: Allow email and password login - text: "WARNING: If turn off, you may be unable to log in if you have not previously configured other login method." + title: Passwort-Login + label: E-Mail-und Passwort-Login erlauben + text: "WARNUNG: Wenn du diese Option abschaltest, kannst du dich möglicherweise nicht mehr anmelden, wenn du zuvor keine andere Anmeldemethode konfiguriert hast." installed_plugins: title: Installierte Plugins plugin_link: Plugins erweitern und ergänzen die Funktionalität von Answer. Du kannst Plugins im <1>Answer Plugin Repository finden. @@ -1698,7 +1738,7 @@ ui: inactive: Inaktiv outdated: Veraltet plugins: - label: Plugins + label: Erweiterungen text: Wähle ein bestehendes Plugin aus. name: Name version: Version @@ -1732,8 +1772,8 @@ ui: privilege: title: Berechtigungen level: - label: Reputation required level - text: Choose the reputation required for the privileges + label: Benötigtes Reputations-Level + text: Wähle die für die Privilegien erforderliche Reputation aus form: optional: (optional) empty: kann nicht leer sein @@ -1752,6 +1792,22 @@ ui: edit_answer: Antwort bearbeiten edit_tag: Tag bearbeiten empty: Keine Überprüfungsaufgaben mehr übrig. + approve_revision_tip: Do you approve this revision? + approve_flag_tip: Do you approve this flag? + approve_post_tip: Do you approve this post? + approve_user_tip: Do you approve this user? + suggest_edits: Suggested edits + flag_post: Flag post + flag_user: Flag user + queued_post: Queued post + queued_user: Queued user + filter_label: Type + reputation: reputation + flag_post_type: Flagged this post as {{ type }}. + flag_user_type: Flagged this user as {{ type }}. + edit_post: Edit post + list_post: List post + unlist_post: Unlist post timeline: undeleted: ungelöscht deleted: gelöscht @@ -1763,18 +1819,18 @@ ui: rollback: zurückrollen edited: bearbeitet answered: antwortete - asked: asked + asked: gefragt closed: geschlossen reopened: wiedereröffnet created: erstellt - pin: pinned - unpin: unpinned - show: listed - hide: unlisted - title: "Geschichte für" + pin: angeheftet + unpin: losgelöst + show: gelistet + hide: nicht gelistet + title: "Verlauf von" tag_title: "Zeitleiste für" show_votes: "Stimmen anzeigen" - n_or_a: N/A + n_or_a: Keine Angaben title_for_question: "Zeitleiste für" title_for_answer: "Zeitachse für die Antwort auf {{ title }} von {{ author }}" title_for_tag: "Zeitachse für Tag" @@ -1787,7 +1843,7 @@ ui: title: Benutzer users_with_the_most_reputation: Benutzer mit den höchsten Ansehenspunkten dieser Woche users_with_the_most_vote: Benutzer, die diese Woche am meisten gestimmt haben - staffs: Benutzer + staffs: Unsere Community Teammitglieder reputation: Ansehen votes: stimmen prompt: @@ -1802,3 +1858,6 @@ ui: post_hide_list: Dieser Beitrag wurde aus der Liste verborgen. post_show_list: Dieser Beitrag wird in der Liste angezeigt. post_reopen: Dieser Beitrag wurde wieder geöffnet. + post_list: This post has been listed. + post_unlist: This post has been unlisted. + post_pending: Your post is awaiting review. This is a preview, it will be visible after it has been approved. diff --git a/i18n/es_ES.yaml b/i18n/es_ES.yaml index 862af4e58..2ffbe74c5 100644 --- a/i18n/es_ES.yaml +++ b/i18n/es_ES.yaml @@ -84,7 +84,7 @@ backend: other: Nivel 3 (reputación alta requerida para una comunidad madura) level_custom: description: - other: Custom Level + other: Nivel personalizado rank_question_add_label: other: Hacer una pregunta rank_answer_add_label: @@ -140,6 +140,9 @@ backend: email_or_password_wrong_error: other: Contraseña o correo incorrecto. error: + common: + invalid_url: + other: Invalid URL. password: space_invalid: other: La contraseña no puede contener espacios. @@ -200,6 +203,8 @@ backend: question: already_deleted: other: Esta publicación ha sido eliminada. + under_review: + other: Your post is awaiting review. It will be visible after it has been approved. not_found: other: Pregunta no encontrada. cannot_deleted: @@ -485,6 +490,15 @@ backend: other: aceptar accepted: other: aceptado + edit: + other: edit + review: + queued_post: + other: Queued post + flagged_post: + other: Flagged post + suggested_post_edit: + other: Suggested edits # The following fields are used for interface presentation(Front-end) ui: how_to_format: @@ -666,6 +680,8 @@ ui: empty: No puede estar en blanco. msg: empty: Por favor selecciona una razón. + not_a_url: URL format is incorrect. + url_not_match: URL origin does not match the current website. tag_modal: title: Crear nueva etiqueta form: @@ -685,11 +701,11 @@ ui: desc: label: Descripción revision: - label: Revision + label: Revisión edit_summary: - label: Edit summary + label: Editar resumen placeholder: >- - Briefly explain your changes (corrected spelling, fixed grammar, improved formatting) + Explica brevemente los cambios (corrección ortográfica, mejora de formato) btn_cancel: Cancelar btn_submit: Enviar btn_post: Publicar nueva etiqueta @@ -740,7 +756,7 @@ ui: btn_flag: Reportar btn_save_edits: Guardar cambios btn_cancel: Cancelar - show_more: "{{count}} more comments" + show_more: "{{count}} comentarios más" tip_question: >- Utiliza los comentarios para pedir más información o sugerir mejoras y modificaciones. Evita responder preguntas en los comentarios. tip_answer: >- @@ -965,10 +981,10 @@ ui: label: Ubicación placeholder: "Ciudad, País" notification: - heading: Email Notifications - turn_on: Turn on + heading: Notificaciones por correo + turn_on: Activar inbox: - label: Inbox notifications + label: Notificaciones de bandeja description: Respuestas a tus preguntas, comentarios, invitaciones, y más. all_new_question: label: Todas las preguntas nuevas @@ -1023,7 +1039,7 @@ ui: answers: respuestas invite_to_answer: title: Personas Preguntadas - desc: Select people who you think might know the answer. + desc: Selecciona personas que creas que sepan la respuesta. invite: Invitar a responder add: Añadir personas search: Buscar personas @@ -1033,6 +1049,7 @@ ui: asked: preguntada update: Modificada edit: editada + commented: commented Views: Visto Follow: Seguir Following: Siguiendo @@ -1050,6 +1067,7 @@ ui: title: Respuestas score: Puntuación newest: Más reciente + oldest: Oldest btn_accept: Aceptar btn_accepted: Aceptada write_answer: @@ -1073,6 +1091,14 @@ ui: confirm_btn: Reabrir title: Reabrir esta publicación content: '¿Seguro que quieres reabrir esta publicación?' + list: + confirm_btn: List + title: List this post + content: Are you sure you want to list? + unlist: + confirm_btn: Unlist + title: Unlist this post + content: Are you sure you want to unlist? pin: title: Fijar esta publicación content: '¿Estás seguro de querer fijar esto globalmente? Esta publicación aparecerá por encima de todas las listas de publicaciones.' @@ -1094,6 +1120,9 @@ ui: save: Guardar delete: Eliminar undelete: Restaurar + list: List + unlist: Unlist + unlisted: Unlisted login: Acceder signup: Registrarse logout: Cerrar sesión @@ -1117,11 +1146,20 @@ ui: close: Cerrar reopen: Reabrir ok: Aceptar - light: Light - dark: Dark - system_setting: System setting - default: Default - reset: Reset + light: Claro + dark: Oscuro + system_setting: Ajuste de sistema + default: Por defecto + reset: Reiniciar + tag: Tag + post_lowercase: post + filter: Filter + ignore: Ignore + submit: Submit + normal: Normal + closed: Closed + deleted: Deleted + pending: Pending search: title: Resultados de la búsqueda keywords: Palabras claves @@ -1368,7 +1406,8 @@ ui: votes: "Votos:" users: "Usuarios:" flags: "Banderas:" - site_health_status: Estado del sitio + reviews: "Reviews:" + site_health: Site health version: "Versión:" https: "HTTPS:" upload_folder: "Cargar carpeta:" @@ -1383,11 +1422,12 @@ ui: database_size: "Tamaño de la base de datos:" storage_used: "Almacenamiento utilizado:" uptime: "Tiempo ejecutándose:" - answer_links: Enlaces de respuestas + links: Links plugins: Extensiones github: GitHub blog: Blog contact: Contacto + forum: Forum documents: Documentos feedback: Comentario support: Soporte @@ -1490,9 +1530,7 @@ ui: content: Un usuario suspendido no puede iniciar sesión. questions: page_title: Preguntas - normal: Normal - closed: Cerrado - deleted: Eliminado + unlisted: Unlisted post: Correo votes: Votos answers: Respuestas @@ -1500,12 +1538,11 @@ ui: status: Estado action: Acción change: Cambiar + pending: Pending filter: placeholder: "Filtrar por título, pregunta:id" answers: page_title: Respuestas - normal: Normal - deleted: Eliminado post: Correo votes: Votos created: Creado @@ -1538,6 +1575,9 @@ ui: msg: El correo electrónico de contacto no puede estar vacío. validate: El correo electrónico de contacto no es válido. text: Dirección de correo electrónico del contacto clave responsable de este sitio. + check_update: + label: Software updates + text: Automatically check for updates interface: page_title: Interfaz language: @@ -1642,11 +1682,11 @@ ui: label: Temas text: Seleccione un tema existente. color_scheme: - label: Color scheme + label: Esquema de color navbar_style: - label: Navbar style + label: Estilo de barra de navegación primary_color: - label: Primary color + label: Color primario text: Modifica los colores usados por tus temas css_and_html: page_title: CSS y HTML @@ -1752,6 +1792,22 @@ ui: edit_answer: Editar respuesta edit_tag: Editar etiqueta empty: No quedan tareas de revisión. + approve_revision_tip: Do you approve this revision? + approve_flag_tip: Do you approve this flag? + approve_post_tip: Do you approve this post? + approve_user_tip: Do you approve this user? + suggest_edits: Suggested edits + flag_post: Flag post + flag_user: Flag user + queued_post: Queued post + queued_user: Queued user + filter_label: Type + reputation: reputation + flag_post_type: Flagged this post as {{ type }}. + flag_user_type: Flagged this user as {{ type }}. + edit_post: Edit post + list_post: List post + unlist_post: Unlist post timeline: undeleted: recuperado deleted: eliminado @@ -1802,3 +1858,6 @@ ui: post_hide_list: Esta publicación ha sido ocultada de la lista. post_show_list: Esta publicación ha sido mostrada a la lista. post_reopen: Esta publicación ha sido reabierta. + post_list: This post has been listed. + post_unlist: This post has been unlisted. + post_pending: Your post is awaiting review. This is a preview, it will be visible after it has been approved. diff --git a/i18n/fa_IR.yaml b/i18n/fa_IR.yaml index c2ccfcae5..0f52761b6 100644 --- a/i18n/fa_IR.yaml +++ b/i18n/fa_IR.yaml @@ -31,7 +31,7 @@ backend: forbidden_error: other: عدم اجازه دسترسی. duplicate_request_error: - other: Duplicate submission. + other: ارسال تکراری. action: report: other: نشان @@ -56,7 +56,7 @@ backend: invite_someone_to_answer: other: ویرایش undelete: - other: Undelete + other: بازگردانی حذف role: name: user: @@ -84,7 +84,7 @@ backend: other: سطح ۳ (شهرت بالایی برای نیاز هست برای انجمن های تکمیل) level_custom: description: - other: Custom Level + other: سطح دلخواه rank_question_add_label: other: سوال بپرس rank_answer_add_label: @@ -140,6 +140,9 @@ backend: email_or_password_wrong_error: other: ایمیل و رمز وارد شده صحیح نیست. error: + common: + invalid_url: + other: Invalid URL. password: space_invalid: other: رمز عبور نمی تواند شامل فضای خالی باشد. @@ -200,6 +203,8 @@ backend: question: already_deleted: other: این پست حذف شده است. + under_review: + other: Your post is awaiting review. It will be visible after it has been approved. not_found: other: سوال پیدا نشد. cannot_deleted: @@ -271,7 +276,7 @@ backend: not_allowed_registration: other: درحال حاضر سایت برای ثبت نام باز نیست. not_allowed_login_via_password: - other: Currently the site is not allowed to login via password. + other: در حال حاضر سایت اجازه ورود از طریق رمز عبور ندارد. access_denied: other: دسترسی مجاز نیست page_access_denied: @@ -436,40 +441,40 @@ backend: title: other: "آدرس ایمیل جدید خود را تایید کنید{{.SiteName}}" body: - other: "Confirm your new email address for {{.SiteName}} by clicking on the following link:
\n{{.ChangeEmailUrl}}

\n\nIf you did not request this change, please ignore this email.\n" + other: "آدرس ایمیل جدید خود را برای {{.SiteName}} با کلیک بر روی پیوند زیر تأیید کنید:\n
\n{{.ChangeEmailUrl}}

\n\nاگر این تغییر را درخواست نکرده‌اید، لطفاً این ایمیل را نادیده بگیرید.\n" new_answer: title: - other: "[{{.SiteName}}] {{.DisplayName}} answered your question" + other: "[{{.SiteName}}] {{.DisplayName}} به سؤال شما پاسخ داد" body: - other: "{{.QuestionTitle}}

\n\n{{.DisplayName}}:
\n
{{.AnswerSummary}}

\nView it on {{.SiteName}}

\n\n--
\nUnsubscribe" + other: "{{.QuestionTitle}}

\n\n{{.DisplayName}}:
\n
{{.AnswerSummary}}

\nمشاهده آن در {{.SiteName}}

\n\n--
\nلغو اشتراک" invited_you_to_answer: title: - other: "[{{.SiteName}}] {{.DisplayName}} invited you to answer" + other: "[{{.SiteName}}] {{.DisplayName}} شما را به پاسخ دعوت کرد" body: - other: "{{.QuestionTitle}}

\n\n{{.DisplayName}}:
\n
I think you may know the answer.

\nView it on {{.SiteName}}

\n\n--
\nUnsubscribe" + other: "{{.QuestionTitle}}

\n\n{{.DisplayName}}:
\n
من فکر می کنم شما ممکن است پاسخ را بدانید.

\nمشاهده آن در {{.SiteName}}

\n\n--
\nلغو اشتراک" new_comment: title: - other: "[{{.SiteName}}] {{.DisplayName}} commented on your post" + other: "[{{.SiteName}}] {{.DisplayName}} روی پست شما نظر داد" body: - other: "{{.QuestionTitle}}

\n\n{{.DisplayName}}:
\n
{{.CommentSummary}}

\nView it on {{.SiteName}}

\n\n--
\nUnsubscribe" + other: "{{.QuestionTitle}}

\n\n{{.DisplayName}}:
\n
{{.CommentSummary}}

\nمشاهده آن در {{.SiteName}}

\n\n--
\nلغو اشتراک" new_question: title: - other: "[{{.SiteName}}] New question: {{.QuestionTitle}}" + other: "[{{.SiteName}}] سؤال جدید: {{.QuestionTitle}}" body: - other: "{{.QuestionTitle}}
\n{{.Tags}}

\n\n--
\nUnsubscribe" + other: "{{.QuestionTitle}}
\n{{.Tags}}

\n\n--
\nلغو اشتراک" pass_reset: title: - other: "[{{.SiteName }}] Password reset" + other: "[{{.SiteName }}] گذرواژه بازنشانی شد" body: - other: "Somebody asked to reset your password on {{.SiteName}}.

\n\nIf it was not you, you can safely ignore this email.

\n\nClick the following link to choose a new password:
\n{{.PassResetUrl}}\n" + other: "شخصی بازنشانی رمز عبور شما در {{.SiteName}} می‌باشد.

\n\nاگر این شخص شما نبوده اید، می‌توانید با خیال راحت این ایمیل را نادیده بگیرید.

\n\nبرای انتخاب رمز عبور جدید روی پیوند زیر کلیک کنید:
\n{{.PassResetUrl}}\n" register: title: - other: "[{{.SiteName}}] Confirm your new account" + other: "[{{.SiteName}}] حساب کاربری جدید خود را تأیید کنید" body: - other: "Welcome to {{.SiteName}}!

\n\nClick the following link to confirm and activate your new account:
\n{{.RegisterUrl}}

\n\nIf the above link is not clickable, try copying and pasting it into the address bar of your web browser.\n" + other: "به {{.SiteName}} خوش آمدید!

\n\nبرای تأیید و فعال سازی حساب کاربری جدید خود روی پیوند زیر کلیک کنید:
\n{{.RegisterUrl}}

\n\nاگر پیوند بالا قابل بازشدن نیست، آن را کپی کرده و در نوار آدرس مرورگر وب خود قرار دهید.\n" test: title: - other: "[{{.SiteName}}] Test Email" + other: "[{{.SiteName}}] ایمیل آزمایشی" body: other: "این یک ایمیل تست است." action_activity_type: @@ -485,12 +490,21 @@ backend: other: پذیرفتن accepted: other: پذیرفته شده + edit: + other: edit + review: + queued_post: + other: Queued post + flagged_post: + other: Flagged post + suggested_post_edit: + other: Suggested edits # The following fields are used for interface presentation(Front-end) ui: how_to_format: title: نحوه فرمت کردن desc: >- - + pagination: prev: قبلی next: بعدی @@ -525,7 +539,7 @@ ui: http_404: خطای 404 HTTP http_50X: خطای 500 HTTP http_403: خطای 403 HTTP - logout: Log Out + logout: خروج notifications: title: اعلانات inbox: پیغام‌های دریافتی @@ -604,7 +618,7 @@ ui: msg: empty: فایل نمی تواند خالی باشد. only_image: فقط فایل های تصویری مجاز هستند. - max_size: File size cannot exceed 4 MB. + max_size: حجم فایل نباید بیشتر از 4 مگابایت باشد. desc: label: توضیحات tab_url: لینک عکس @@ -666,6 +680,8 @@ ui: empty: نمی‌تواند خالی باشد. msg: empty: لطفا یک دلیل را انتخاب کنید. + not_a_url: URL format is incorrect. + url_not_match: URL origin does not match the current website. tag_modal: title: ساخت تگ جدید form: @@ -685,11 +701,11 @@ ui: desc: label: توضیحات revision: - label: Revision + label: تجدید نظر edit_summary: - label: Edit summary + label: ویرایش خلاصه placeholder: >- - Briefly explain your changes (corrected spelling, fixed grammar, improved formatting) + تغییرات خود را به طور خلاصه توضیح دهید (املا صحیح، دستور زبان مناسب، قالب بندی بهبود یافته) btn_cancel: لغو btn_submit: ثبت btn_post: پست کردن تگ جدید @@ -708,29 +724,29 @@ ui: delete: title: این برچسب حذف شود tip_with_posts: >- -

We do not allowed deleting tag with posts.

Please remove this tag from the posts first.

+

ما به حذف برچسب دارای پست‌ها اجازه حذف نمی‌دهیم.

لطفاً ابتدا این برچسب را از پست‌ها حذف کنید.

tip_with_synonyms: >- -

We do not allowed deleting tag with synonyms.

Please remove the synonyms from this tag first.

+

ما اجازه حذف برچسب دارای مترادف را نمی‌دهیم.

لطفاً ابتدا مترادف ها را از این برچسب حذف کنید.

tip: مطمئنید که میخواهید حذف شود? close: بستن edit_tag: title: ویرایش تگ‌ default_reason: ویرایش تگ‌ - default_first_reason: Add tag + default_first_reason: برچسب اضافه کنید btn_save_edits: ذخیره ویرایشها btn_cancel: لغو dates: - long_date: MMM D - long_date_with_year: "MMM D, YYYY" - long_date_with_time: "MMM D, YYYY [at] HH:mm" + long_date: ماه ماه ماه روز + long_date_with_year: "ماه روز، سال" + long_date_with_time: "ماه روز، سال در ساعت:دقیقه" now: حالا x_seconds_ago: "{{count}} ثانیه پیش" x_minutes_ago: "{{count}} دقیقه پیش" x_hours_ago: "{{count}}ساعت پیش" hour: ساعت day: روز - hours: hours - days: days + hours: ساعات + days: روزها comment: btn_add_comment: افزودن نظر reply_to: پاسخ به @@ -740,7 +756,7 @@ ui: btn_flag: نشان btn_save_edits: ذخیره ویرایشها btn_cancel: لغو - show_more: "{{count}} more comments" + show_more: "{{count}} نظر بیشتر" tip_question: >- از نظرات برای درخواست اطلاعات بیشتر یا پیشنهاد بهبود استفاده کنید. از پاسخ دادن به سوالات در نظرات خودداری کنید. tip_answer: >- @@ -749,7 +765,7 @@ ui: edit_answer: title: ویرایش جواب default_reason: ویرایش جواب - default_first_reason: Add answer + default_first_reason: پاسخ را اضافه کنید form: fields: revision: @@ -780,7 +796,7 @@ ui: title: سوالی اضافه کنید edit_title: سوال را ویرایش کنید default_reason: سوال را ویرایش کنید - default_first_reason: Add question + default_first_reason: سوال اضافه کنید similar_questions: سؤال های مشابه form: fields: @@ -835,7 +851,7 @@ ui: placeholder: جستجو footer: build_on: >- - Powered by <1> Apache Answer - the open-source software that powers Q&A communities.
Made with love © {{cc}}. + پشتیبانی شده توسط <1> Apache Answer - نرم‌افزار منبع باز که باهمستان های پرسش و پاسخ را تقویت می کند.
ساخته شده با عشق © {{cc}}. upload_img: name: تغییر loading: درحال بارگذاری... @@ -846,22 +862,22 @@ ui: empty: کپچا نمی تواند خالی باشد. inactive: first: >- - You're almost done! We sent an activation mail to {{mail}}. Please follow the instructions in the mail to activate your account. + شما تقریباً آماده شده اید! ما یک ایمیل فعال سازی به {{mail}} ارسال کردیم. لطفا دستورالعمل های ایمیل را برای فعال کردن حساب خود دنبال کنید. info: "اگر ایمیل ارسالی را دریافت نکردید، قسمت spam خود را چک کنید." another: >- - We sent another activation email to you at {{mail}}. It might take a few minutes for it to arrive; be sure to check your spam folder. + ایمیل فعال‌سازی دیگری را به آدرس {{mail}} برای شما ارسال کردیم. ممکن است چند دقیقه طول بکشد تا دستتان برسد. پوشه هرزنامه خود را حتما چک کنید. btn_name: ارسال مجدد کد فعالسازی change_btn_name: تغییر ایمیل msg: empty: نمی‌تواند خالی باشد. resend_email: - url_label: Are you sure you want to resend the activation email? - url_text: You can also give the activation link above to the user. + url_label: آیا مطمئن هستید که می خواهید ایمیل فعال سازی را دوباره ارسال کنید؟ + url_text: همچنین می توانید لینک فعال سازی بالا را در اختیار کاربر قرار دهید. login: login_to_continue: برای ادامه وارد حساب کاربری شوید info_sign: حساب کاربری ندارید؟ ثبت نام<1> - info_login: Already have an account? <1>Log in - agreements: By registering, you agree to the <1>privacy policy and <3>terms of service. + info_login: از قبل حساب کاربری دارید؟ <1>وارد شوید + agreements: با ثبت نام، با <1>خط مشی رازداری و <3>شرایط خدمات موافقت می کنید. forgot_pass: رمزعبور را فراموش کردید? name: label: نام @@ -877,12 +893,12 @@ ui: label: رمز عبور msg: empty: رمز عبور نمی تواند خالی باشد. - different: The passwords entered on both sides are inconsistent + different: پسوردهای وارد شده در هر دو طرف متناقض هستند account_forgot: page_title: رمزعبور را فراموش کردید btn_name: ارسال ایمیل بازیابی send_success: >- - If an account matches {{mail}}, you should receive an email with instructions on how to reset your password shortly. + اگر یک حساب با {{mail}} مطابقت داشته باشد، باید به زودی ایمیلی حاوی دستورالعمل‌هایی درباره نحوه بازنشانی رمز عبور خود دریافت کنید. email: label: ایمیل msg: @@ -891,14 +907,14 @@ ui: btn_cancel: لغو btn_update: نشانی ایمیل را به روز کنید send_success: >- - If an account matches {{mail}}, you should receive an email with instructions on how to reset your password shortly. + اگر یک حساب با {{mail}} مطابقت داشته باشد، باید به زودی ایمیلی حاوی دستورالعمل‌هایی درباره نحوه بازنشانی رمز عبور خود دریافت کنید. email: label: ایمیل جدید msg: - empty: Email cannot be empty. + empty: ایمیل نمی تواند خالی باشد. oauth: - connect: Connect with {{ auth_name }} - remove: Remove {{ auth_name }} + connect: ارتباط با {{ auth_name }} + remove: حذف {{ auth_name }} oauth_bind_email: subtitle: یک ایمیل بازیابی به حساب خود اضافه کنید. btn_update: نشانی ایمیل را به روز کنید @@ -965,10 +981,10 @@ ui: label: موقعیت placeholder: "شهر، کشور" notification: - heading: Email Notifications - turn_on: Turn on + heading: اعلان های ایمیلی + turn_on: روشن کردن inbox: - label: Inbox notifications + label: اعلانات ایمیل description: پاسخ به سوالات خود،‌ نظرات،‌ دعوت ها،‌و بیشتر. all_new_question: label: تمامی سوالات جدید @@ -1023,7 +1039,7 @@ ui: answers: جواب ها invite_to_answer: title: مردم پرسیدند - desc: Select people who you think might know the answer. + desc: افرادی را دعوت کنید که فکر می کنید ممکن است پاسخ را بدانند. invite: دعوت به پاسخ add: افزودن افراد search: جستجوی افراد @@ -1033,6 +1049,7 @@ ui: asked: پرسیده شده update: تغییر یافته edit: ویرایش شده + commented: commented Views: مشاهده شده Follow: دنبال کردن Following: دنبال می کنید @@ -1050,11 +1067,12 @@ ui: title: پاسخ ها score: امتیاز newest: جدیدترین + oldest: Oldest btn_accept: پذیرفتن btn_accepted: پذیرفته شده write_answer: title: پاسخ شما - edit_answer: Edit my existing answer + edit_answer: پاسخ فعلی من را ویرایش کنید btn_name: پاسخ خود را ارسال کنید add_another_answer: پاسخ دیگری اضافه کنید confirm_title: به پاسخ دادن ادامه دهید @@ -1073,6 +1091,14 @@ ui: confirm_btn: بازگشایی مجدد title: بازگشایی مجدد این پست content: آیا مطمئن هستید که می‌خواهید بازگشایی مجدد انجام دهید? + list: + confirm_btn: List + title: List this post + content: Are you sure you want to list? + unlist: + confirm_btn: Unlist + title: Unlist this post + content: Are you sure you want to unlist? pin: title: پست را پین کن content: آیا مطمئن هستید میخواهید پست بصورت عمومی پین شود؟ پست در بالای تمامی پست ها نشان داده خواهد شد. @@ -1085,15 +1111,18 @@ ui: ما حذف جواب تایید شده را پیشنهاد نمی کنیم، زیرا انجام این کار خوانندگان آینده را از این دانش محروم می کند.

حذف مکرر سؤالات پاسخ داده شده می تواند منجر به مسدود شدن حساب شما از سؤال شود. آیا مطمئن هستید که می خواهید حذف کنید? other: مطمئنید که میخواهید حذف شود? tip_answer_deleted: جواب شما حذف شده است - undelete_title: Undelete this post - undelete_desc: Are you sure you wish to undelete? + undelete_title: حذف این پست + undelete_desc: آیا مطمئن به بازگردانی هستید؟ btns: confirm: تایید cancel: لغو edit: ویرایش save: ذخیره delete: حذف - undelete: Undelete + undelete: بازگردانی + list: List + unlist: Unlist + unlisted: Unlisted login: ورود signup: عضويت logout: خروج @@ -1110,18 +1139,27 @@ ui: comment: نظر refresh: بارگذاری مجدد resend: ارسال مجدد - deactivate: Deactivate - active: Active - suspend: Suspend - unsuspend: Unsuspend - close: Close - reopen: Reopen - ok: OK - light: Light - dark: Dark - system_setting: System setting + deactivate: غیرفعال کردن + active: فعال + suspend: تعلیق + unsuspend: لغو تعلیق + close: بستن + reopen: بازگشایی + ok: تأیید + light: روشن + dark: تیره + system_setting: تنظیمات سامانه default: Default reset: Reset + tag: Tag + post_lowercase: post + filter: Filter + ignore: Ignore + submit: Submit + normal: Normal + closed: Closed + deleted: Deleted + pending: Pending search: title: نتایج جستجو keywords: کلیدواژه ها @@ -1368,26 +1406,28 @@ ui: votes: "آرا:" users: "Users:" flags: "علامت‌ها:" - site_health_status: Site health status + reviews: "Reviews:" + site_health: Site health version: "نسخه:" https: "HTTPS:" upload_folder: "Upload folder:" run_mode: "Running mode:" private: Private - public: Public + public: در دسترس عموم smtp: "SMTP:" timezone: "منطقه زمانی:" - system_info: System info - go_version: "Go version:" - database: "Database:" - database_size: "Database size:" + system_info: اطلاعات سامانه + go_version: "نسخه Go:" + database: "پایگاه داده:" + database_size: "اندازه پایگاه داده :" storage_used: "فضای استفاده شده:" uptime: "پایداری:" - answer_links: Answer links - plugins: Plugins + links: Links + plugins: افزونه‌ها github: GitHub - blog: Blog - contact: Contact + blog: بلاگ + contact: تماس + forum: Forum documents: اسناد feedback: ﺑﺎﺯﺧﻮﺭﺩ support: پشتیبانی @@ -1402,8 +1442,8 @@ ui: allowed: مجاز enabled: فعال disabled: غیرفعال - writable: Writable - not_writable: Not writable + writable: قابل نوشتن + not_writable: غیرقابل کُپی flags: title: علامت‌ها pending: در حالت انتظار @@ -1432,9 +1472,9 @@ ui: form: fields: users: - label: Bulk add user + label: اضافه کردن انبوه کاربر placeholder: "John Smith, john@example.com, BUSYopr2\nAlice, alice@example.com, fpDntV8q" - text: Separate “name, email, password” with commas. One user per line. + text: '"نام، ایمیل، رمز عبور" را با کاما جدا کنید. یک کاربر در هر خط.' msg: "لطفا ایمیل کاربر را در هر خط یکی وارد کنید." display_name: label: نمایش نام @@ -1453,7 +1493,7 @@ ui: email: ایمیل reputation: محبوبیت created_at: زمان ایجاد - delete_at: Deleted Time + delete_at: زمان حذف suspend_at: زمان معلق status: وضعیت role: نقش @@ -1477,22 +1517,20 @@ ui: show_logs: نمایش ورود ها add_user: افزودن کاربر deactivate_user: - title: Deactivate user - content: An inactive user must re-validate their email. + title: غیر فعال کردن کاربر + content: یک کاربر غیرفعال باید ایمیل خود را دوباره تایید کند. delete_user: - title: Delete this user - content: Are you sure you want to delete this user? This is permanent! - remove: Remove their content - label: Remove all questions, answers, comments, etc. - text: Don’t check this if you wish to only delete the user’s account. + title: این کاربر حذف شود + content: آیا مطمئن هستید که میخواهید این کابر را حذف نمایید؟ این اقدام دائمی است! + remove: محتوای آنها را حذف کنید + label: تمام سوالات، پاسخ ها، نظرات و غیره را حذف کن. + text: اگر می‌خواهید فقط حساب کاربر را حذف کنید، این را بررسی نکنید. suspend_user: - title: Suspend this user - content: A suspended user can't log in. + title: تعلیق این کاربر + content: کاربر تعلیق شده نمی‌تواند وارد شود. questions: page_title: سوالات - normal: عادی - closed: بسته - deleted: حذف شده + unlisted: Unlisted post: پست votes: آراء answers: پاسخ ها @@ -1500,12 +1538,11 @@ ui: status: وضعیت action: عمل change: تغییر + pending: Pending filter: placeholder: "فیلتر براساس، user:id" answers: page_title: پاسخ ها - normal: عادی - deleted: حذف شده post: پست votes: آراء created: ایجاد شده @@ -1537,7 +1574,10 @@ ui: label: ایمیل ارتباطی msg: ایمیل مخاطب نمی تواند خالی باشد. validate: ایمیل تماس معتبر نیست. - text: Email address of key contact responsible for this site. + text: آدرس ایمیل مخاطب کلیدی مسئول این سایت. + check_update: + label: Software updates + text: Automatically check for updates interface: page_title: رابط کاربری language: @@ -1593,24 +1633,24 @@ ui: logo: label: لوگو msg: کد نمی تواند خالی باشد. - text: The logo image at the top left of your site. Use a wide rectangular image with a height of 56 and an aspect ratio greater than 3:1. If left blank, the site title text will be shown. + text: تصویر لوگو در سمت چپ بالای سایت شما. از یک تصویر مستطیلی عریض با ارتفاع 56 و نسبت تصویر بیشتر از 3:1 استفاده کنید. اگر خالی بماند، متن عنوان سایت نشان داده می شود. mobile_logo: - label: Mobile logo - text: The logo used on mobile version of your site. Use a wide rectangular image with a height of 56. If left blank, the image from the "logo" setting will be used. + label: لوگوی موبایل + text: لوگوی مورد استفاده در نسخه موبایلی سایت شما. از یک تصویر مستطیلی عریض با ارتفاع 56 استفاده کنید. اگر خالی بماند، تصویر از تنظیمات "لوگو" استفاده خواهد شد. square_icon: - label: Square icon - msg: Square icon cannot be empty. - text: Image used as the base for metadata icons. Should ideally be larger than 512x512. + label: نماد مربعی + msg: نماد مربعی نمی تواند خالی باشد. + text: تصویر به عنوان پایه نمادهای متادیتا استفاده می شود. در حالت ایده آل باید بزرگتر از 512x512 باشد. favicon: - label: Favicon - text: A favicon for your site. To work correctly over a CDN it must be a png. Will be resized to 32x32. If left blank, "square icon" will be used. + label: نمادک + text: فاویکون برای سایت شما. برای اینکه روی CDN به درستی کار کند باید یک png باشد. به 32x32 تغییر اندازه خواهد شد. اگر خالی بماند، از "نماد مربع" استفاده می شود. legal: page_title: قانونی terms_of_service: - label: Terms of service - text: "You can add terms of service content here. If you already have a document hosted elsewhere, provide the full URL here." + label: شرایط خدمات + text: "می توانید محتوای شرایط خدمات را در اینجا اضافه کنید. اگر قبلاً سندی دارید که در جای دیگری میزبانی شده است، URL کامل را در اینجا ارائه دهید." privacy_policy: - label: Privacy policy + label: حریم خصوصی text: "You can add privacy policy content here. If you already have a document hosted elsewhere, provide the full URL here." write: page_title: نوشتن @@ -1629,9 +1669,9 @@ ui: label: Reserved tags text: "Reserved tags can only be added to a post by moderator." seo: - page_title: SEO + page_title: بهینه‌سازی عملیات موتورهای جستجو permalink: - label: Permalink + label: پیوند ثابت text: Custom URL structures can improve the usability, and forward-compatibility of your links. robots: label: robots.txt @@ -1702,15 +1742,15 @@ ui: text: Select an existing plugin. name: Name version: Version - status: Status - action: Action + status: وضعیت + action: اقدام deactivate: Deactivate - activate: Activate - settings: Settings + activate: فعال سازی + settings: تنظیمات settings_users: - title: Users + title: کاربران avatar: - label: Default avatar + label: آواتار پیش فرض text: For users without a custom avatar of their own. gravatar_base_url: label: Gravatar Base URL @@ -1752,6 +1792,22 @@ ui: edit_answer: Edit answer edit_tag: Edit tag empty: No review tasks left. + approve_revision_tip: Do you approve this revision? + approve_flag_tip: Do you approve this flag? + approve_post_tip: Do you approve this post? + approve_user_tip: Do you approve this user? + suggest_edits: Suggested edits + flag_post: Flag post + flag_user: Flag user + queued_post: Queued post + queued_user: Queued user + filter_label: Type + reputation: reputation + flag_post_type: Flagged this post as {{ type }}. + flag_user_type: Flagged this user as {{ type }}. + edit_post: Edit post + list_post: List post + unlist_post: Unlist post timeline: undeleted: undeleted deleted: deleted @@ -1802,3 +1858,6 @@ ui: post_hide_list: This post has been hidden from list. post_show_list: This post has been shown to list. post_reopen: This post has been reopened. + post_list: This post has been listed. + post_unlist: This post has been unlisted. + post_pending: Your post is awaiting review. This is a preview, it will be visible after it has been approved. diff --git a/i18n/fr_FR.yaml b/i18n/fr_FR.yaml index 763dd1fb6..a389a08e5 100644 --- a/i18n/fr_FR.yaml +++ b/i18n/fr_FR.yaml @@ -75,16 +75,16 @@ backend: privilege: level_1: description: - other: Level 1 (less reputation required for private team, group) + other: Niveau 1 (moins de réputation requise pour une équipe privée, un groupe) level_2: description: - other: Level 2 (low reputation required for startup community) + other: Niveau 2 (faible réputation requise pour la communauté des startups) level_3: description: - other: Level 3 (high reputation required for mature community) + other: Niveau 3 (haute réputation requise pour une communauté mature) level_custom: description: - other: Custom Level + other: Niveau personnalisé rank_question_add_label: other: Poser une question rank_answer_add_label: @@ -110,11 +110,11 @@ backend: rank_tag_add_label: other: Créer une nouvelle étiquette rank_tag_edit_label: - other: Edit tag description (need to review) + other: Modifier la description de la balise (à réviser) rank_question_edit_label: - other: Edit other's question (need to review) + other: Modifier la question des autres (à revoir) rank_answer_edit_label: - other: Edit other's answer (need to review) + other: Modifier la réponse d'un autre (à revoir) rank_question_edit_without_review_label: other: Modifier la question d'un autre utilisateur sans révision rank_answer_edit_without_review_label: @@ -126,7 +126,7 @@ backend: rank_tag_audit_label: other: Évaluer les modifications des tags rank_tag_edit_without_review_label: - other: Modifier la description du tag sans le relire + other: Modifier la description du tag sans révision rank_tag_synonym_label: other: Gérer les tags synonyme email: @@ -140,6 +140,9 @@ backend: email_or_password_wrong_error: other: L'email et le mot de passe ne correspondent pas. error: + common: + invalid_url: + other: Invalid URL. password: space_invalid: other: Le mot de passe ne doit pas comporter d'espaces. @@ -200,6 +203,8 @@ backend: question: already_deleted: other: Ce message a été supprimé. + under_review: + other: Your post is awaiting review. It will be visible after it has been approved. not_found: other: Question non trouvée. cannot_deleted: @@ -212,7 +217,7 @@ backend: fail_to_meet_the_condition: other: Le rang de réputation ne remplit pas la condition. vote_fail_to_meet_the_condition: - other: Thanks for the feedback. You need at least {{.Rank}} reputation to cast a vote. + other: Merci pour vos commentaires. Vous avez besoin d'au moins {{.Rank}} de réputation pour voter. no_enough_rank_to_operate: other: Vous avez besoin d'au moins {{.Rank}} de réputation pour faire cela. report: @@ -247,7 +252,7 @@ backend: review_underway: other: Impossible d'éditer actuellement, il y a une version dans la file d'attente des revues. no_permission: - other: No permission to revise. + other: Aucune autorisation de réviser. user: external_login_missing_user_id: other: La plateforme tierce ne fournit pas un identifiant d'utilisateur unique, vous ne pouvez donc pas vous connecter, veuillez contacter l'administrateur du site. @@ -279,7 +284,7 @@ backend: add_bulk_users_format_error: other: "Error {{.Field}} format near '{{.Content}}' at line {{.Line}}. {{.ExtraMessage}}" add_bulk_users_amount_error: - other: "The number of users you add at once should be in the range of 1-{{.MaxAmount}}." + other: "Le nombre d'utilisateurs que vous ajoutez simultanément doit être compris entre 1-{{.MaxAmount}}." config: read_config_failed: other: La lecture de la configuration a échoué @@ -314,7 +319,7 @@ backend: desc: other: Cette question a déjà été posée et a déjà une réponse. placeholder: - other: Enter the existing question link + other: Entrez le lien de la question existante not_a_answer: name: other: n'est pas une réponse @@ -322,7 +327,7 @@ backend: other: Cela a été posté comme une réponse, mais il n'essaie pas de répondre à la question. Il devrait s'agir d'un commentaire, d'une autre question, ou devrait être supprimé totalement. no_longer_needed: name: - other: n’est plus nécessaire + other: ce n’est plus nécessaire desc: other: Ce commentaire est obsolète, conversationnel ou non pertinent pour ce post. something: @@ -334,7 +339,7 @@ backend: other: Faites-nous savoir précisément ce qui vous préoccupe community_specific: name: - other: a community-specific reason + other: une raison spécifique à la communauté desc: other: Cette question ne répond pas à une directive de la communauté. not_clarity: @@ -344,22 +349,22 @@ backend: other: Cette question comprend actuellement plusieurs questions en une seule. Elle ne devrait se concentrer que sur un seul problème. looks_ok: name: - other: looks OK + other: semble bien desc: other: Ce poste est bon en tant que tel et n'est pas de mauvaise qualité. needs_edit: name: - other: needs edit, and I did it + other: a besoin d'être modifié, et je l'ai fait desc: - other: Improve and correct problems with this post yourself. + other: Améliorez et corrigez vous-même les problèmes liés à ce message. needs_close: name: - other: nécessite d'être fermé + other: a besoin de fermer desc: other: Une question fermée ne peut pas être répondue, mais peut-être quand même modifiée, votée et commentée. needs_delete: name: - other: needs delete + other: a besoin d'être supprimé desc: other: Ce message sera supprimé. question: @@ -373,7 +378,7 @@ backend: name: other: une raison spécifique à la communauté desc: - other: Cette question ne répond pas à une règle communautaire. + other: Cette question ne répond pas à une directive de la communauté. multiple: name: other: a besoin de détails ou de clarté @@ -386,9 +391,9 @@ backend: other: Ce message nécessite l'attention du personnel pour une autre raison non listée ci-dessus. operation_type: asked: - other: a demandé + other: demandé answered: - other: a répondu + other: répondu modified: other: modifié deleted_title: @@ -424,7 +429,7 @@ backend: down_voted_question: other: downvoted question up_voted_answer: - other: upvoted answer + other: voter favorablement la réponse down_voted_answer: other: downvoted answer up_voted_comment: @@ -485,6 +490,15 @@ backend: other: accepter accepted: other: accepté + edit: + other: edit + review: + queued_post: + other: Queued post + flagged_post: + other: Flagged post + suggested_post_edit: + other: Suggested edits # The following fields are used for interface presentation(Front-end) ui: how_to_format: @@ -513,7 +527,7 @@ ui: sign_up: S'inscrire account_recovery: Récupération de compte account_activation: Activation du compte - confirm_email: Confirmez votre adresse e-mail + confirm_email: Confirmer l'email account_suspended: Compte suspendu admin: Admin change_email: Modifier l'e-mail @@ -529,13 +543,13 @@ ui: notifications: title: Notifications inbox: Boîte de réception - achievement: Succès + achievement: Accomplissements new_alerts: Nouvelles notifications all_read: Tout marquer comme lu show_more: Afficher plus - someone: Someone + someone: Quelqu'un inbox_type: - all: All + all: Tous posts: Publications invites: Invitations votes: Votes @@ -666,6 +680,8 @@ ui: empty: Ne peut pas être vide. msg: empty: Veuillez sélectionner une raison s'il vous plaît. + not_a_url: URL format is incorrect. + url_not_match: URL origin does not match the current website. tag_modal: title: Créer un nouveau tag form: @@ -685,11 +701,11 @@ ui: desc: label: Description revision: - label: Revision + label: Révision edit_summary: - label: Edit summary + label: Modifier le résumé placeholder: >- - Briefly explain your changes (corrected spelling, fixed grammar, improved formatting) + Expliquez brièvement vos modifications (orthographe corrigée, grammaire corrigée, mise en forme améliorée) btn_cancel: Annuler btn_submit: Valider btn_post: Publier un nouveau tag @@ -769,7 +785,7 @@ ui: sort_buttons: popular: Populaire name: Nom - newest: Newest + newest: Le plus récent button_follow: Suivre button_following: Abonnements tag_label: questions @@ -966,7 +982,7 @@ ui: placeholder: "Ville, Pays" notification: heading: Notifications - turn_on: Turn on + turn_on: Activer inbox: label: Notifications par e-mail description: Réponses à vos questions, commentaires, invitaitons et plus. @@ -1005,7 +1021,7 @@ ui: label: Langue de l'interface text: Langue de l'interface utilisateur. Cela changera lorsque vous rafraîchissez la page. my_logins: - title: Mes connexions + title: Mes identifiants label: Connectez-vous ou inscrivez-vous sur ce site en utilisant ces comptes. modal_title: Supprimer la connexion modal_content: Confirmez-vous vouloir supprimer cette connexion de votre compte ? @@ -1033,6 +1049,7 @@ ui: asked: demandé update: Modifié edit: modifié + commented: commented Views: Consultée Follow: S’abonner Following: Abonné(s) @@ -1050,6 +1067,7 @@ ui: title: Réponses score: Score newest: Les plus récents + oldest: Oldest btn_accept: Accepter btn_accepted: Accepté write_answer: @@ -1073,6 +1091,14 @@ ui: confirm_btn: Rouvrir title: Rouvrir ce message content: Êtes-vous sûr de vouloir rouvrir ? + list: + confirm_btn: List + title: List this post + content: Are you sure you want to list? + unlist: + confirm_btn: Unlist + title: Unlist this post + content: Are you sure you want to unlist? pin: title: Épingler cet article content: Êtes-vous sûr de vouloir l'épingler globalement ? Ce message apparaîtra en haut de toutes les listes de messages. @@ -1086,7 +1112,7 @@ ui: other: Êtes-vous sûr de vouloir supprimer ? tip_answer_deleted: Cette réponse a été supprimée undelete_title: Annuler la suppression de ce message - undelete_desc: Are you sure you wish to undelete? + undelete_desc: Êtes-vous sûr de vouloir annuler la suppression ? btns: confirm: Confimer cancel: Annuler @@ -1094,6 +1120,9 @@ ui: save: Enregistrer delete: Supprimer undelete: Annuler la suppression + list: List + unlist: Unlist + unlisted: Unlisted login: Se connecter signup: S'inscrire logout: Se déconnecter @@ -1104,24 +1133,33 @@ ui: skip: Ignorer discard_draft: Abandonner le brouillon pinned: Épinglé - all: All + all: Tous question: Question - answer: Answer - comment: Comment + answer: Réponse + comment: Commentaire refresh: Actualiser resend: Resend - deactivate: Deactivate - active: Active + deactivate: Désactiver + active: Actif suspend: Suspendre unsuspend: Lever la suspension close: Fermer reopen: Rouvrir ok: OK - light: Light - dark: Dark + light: Clair + dark: Sombre system_setting: System setting - default: Default - reset: Reset + default: Défaut + reset: Réinitialiser + tag: Tag + post_lowercase: post + filter: Filter + ignore: Ignore + submit: Submit + normal: Normal + closed: Closed + deleted: Deleted + pending: Pending search: title: Résultats de la recherche keywords: Mots-clés @@ -1364,12 +1402,13 @@ ui: site_statistics: Statistiques du site questions: "Questions :" answers: "Réponses :" - comments: "Commentaires :" + comments: "Commentaires:" votes: "Votes :" users: "Utilisateurs :" flags: "Signalements:" - site_health_status: État de santé du site - version: "Version :" + reviews: "Reviews:" + site_health: Site health + version: "Version:" https: "HTTPS :" upload_folder: "Dossier de téléversement :" run_mode: "Mode de fonctionnement :" @@ -1383,11 +1422,12 @@ ui: database_size: "Taille de la base de données :" storage_used: "Stockage utilisé :" uptime: "Uptime :" - answer_links: Liens de la réponse + links: Links plugins: Extensions github: GitHub blog: Blog contact: Contact + forum: Forum documents: Documents feedback: Commentaires support: Support @@ -1490,9 +1530,7 @@ ui: content: Un utilisateur suspendu ne peut pas se connecter. questions: page_title: Questions - normal: Normal - closed: Fermé - deleted: Supprimé + unlisted: Unlisted post: Publication votes: Votes answers: Réponses @@ -1500,12 +1538,11 @@ ui: status: Statut action: Action change: Modifier + pending: Pending filter: placeholder: "Filtrer par titre, question:id" answers: page_title: Réponses - normal: Normal - deleted: Supprimé post: Publication votes: Votes created: Créé @@ -1538,6 +1575,9 @@ ui: msg: L'email de contact ne peut pas être vide. validate: L'email de contact n'est pas valide. text: L'adresse email du responsable du site. + check_update: + label: Software updates + text: Automatically check for updates interface: page_title: Interface language: @@ -1693,9 +1733,9 @@ ui: title: Extensions installées plugin_link: Les plugins étendent les fonctionnalités d'Answer. Vous pouvez trouver des plugins dans le dépôt <1>Answer Plugin Repositor. filter: - all: All - active: Active - inactive: Inactive + all: Tous + active: Actif + inactive: Inactif outdated: Outdated plugins: label: Extensions @@ -1716,7 +1756,7 @@ ui: label: Gravatar Base URL text: URL de la base de l'API du fournisseur Gravatar. Ignorée lorsqu'elle est vide. profile_editable: - title: Profile editable + title: Profil modifiable allow_update_display_name: label: Permettre aux utilisateurs de changer leur nom d'affichage allow_update_username: @@ -1752,6 +1792,22 @@ ui: edit_answer: Modifier la réponse edit_tag: Modifier l’étiquette empty: Aucune révision restante. + approve_revision_tip: Do you approve this revision? + approve_flag_tip: Do you approve this flag? + approve_post_tip: Do you approve this post? + approve_user_tip: Do you approve this user? + suggest_edits: Suggested edits + flag_post: Flag post + flag_user: Flag user + queued_post: Queued post + queued_user: Queued user + filter_label: Type + reputation: reputation + flag_post_type: Flagged this post as {{ type }}. + flag_user_type: Flagged this user as {{ type }}. + edit_post: Edit post + list_post: List post + unlist_post: Unlist post timeline: undeleted: restauré deleted: supprimé @@ -1802,3 +1858,6 @@ ui: post_hide_list: Ce message a été masqué de la liste. post_show_list: Ce message a été affiché dans la liste. post_reopen: Ce message a été rouvert. + post_list: This post has been listed. + post_unlist: This post has been unlisted. + post_pending: Your post is awaiting review. This is a preview, it will be visible after it has been approved. diff --git a/i18n/hi_IN.yaml b/i18n/hi_IN.yaml new file mode 100644 index 000000000..0d48719dc --- /dev/null +++ b/i18n/hi_IN.yaml @@ -0,0 +1,1863 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. + +# The following fields are used for back-end +backend: + base: + success: + other: Success. + unknown: + other: Unknown error. + request_format_error: + other: Request format is not valid. + unauthorized_error: + other: Unauthorized. + database_error: + other: Data server error. + forbidden_error: + other: Forbidden. + duplicate_request_error: + other: Duplicate submission. + action: + report: + other: Flag + edit: + other: Edit + delete: + other: Delete + close: + other: Close + reopen: + other: Reopen + forbidden_error: + other: Forbidden. + pin: + other: Pin + hide: + other: Unlist + unpin: + other: Unpin + show: + other: List + invite_someone_to_answer: + other: Edit + undelete: + other: Undelete + role: + name: + user: + other: User + admin: + other: Admin + moderator: + other: Moderator + description: + user: + other: Default with no special access. + admin: + other: Have the full power to access the site. + moderator: + other: Has access to all posts except admin settings. + privilege: + level_1: + description: + other: Level 1 (less reputation required for private team, group) + level_2: + description: + other: Level 2 (low reputation required for startup community) + level_3: + description: + other: Level 3 (high reputation required for mature community) + level_custom: + description: + other: Custom Level + rank_question_add_label: + other: Ask question + rank_answer_add_label: + other: Write answer + rank_comment_add_label: + other: Write comment + rank_report_add_label: + other: Flag + rank_comment_vote_up_label: + other: Upvote comment + rank_link_url_limit_label: + other: Post more than 2 links at a time + rank_question_vote_up_label: + other: Upvote question + rank_answer_vote_up_label: + other: Upvote answer + rank_question_vote_down_label: + other: Downvote question + rank_answer_vote_down_label: + other: Downvote answer + rank_invite_someone_to_answer_label: + other: Invite someone to answer + rank_tag_add_label: + other: Create new tag + rank_tag_edit_label: + other: Edit tag description (need to review) + rank_question_edit_label: + other: Edit other's question (need to review) + rank_answer_edit_label: + other: Edit other's answer (need to review) + rank_question_edit_without_review_label: + other: Edit other's question without review + rank_answer_edit_without_review_label: + other: Edit other's answer without review + rank_question_audit_label: + other: Review question edits + rank_answer_audit_label: + other: Review answer edits + rank_tag_audit_label: + other: Review tag edits + rank_tag_edit_without_review_label: + other: Edit tag description without review + rank_tag_synonym_label: + other: Manage tag synonyms + email: + other: Email + e_mail: + other: Email + password: + other: Password + pass: + other: Password + email_or_password_wrong_error: + other: Email and password do not match. + error: + common: + invalid_url: + other: Invalid URL. + password: + space_invalid: + other: Password cannot contain spaces. + admin: + cannot_update_their_password: + other: You cannot modify your password. + cannot_modify_self_status: + other: You cannot modify your status. + email_or_password_wrong: + other: Email and password do not match. + answer: + not_found: + other: Answer do not found. + cannot_deleted: + other: No permission to delete. + cannot_update: + other: No permission to update. + question_closed_cannot_add: + other: Questions are closed and cannot be added. + comment: + edit_without_permission: + other: Comment are not allowed to edit. + not_found: + other: Comment not found. + cannot_edit_after_deadline: + other: The comment time has been too long to modify. + email: + duplicate: + other: Email already exists. + need_to_be_verified: + other: Email should be verified. + verify_url_expired: + other: Email verified URL has expired, please resend the email. + illegal_email_domain_error: + other: Email is not allowed from that email domain. Please use another one. + lang: + not_found: + other: Language file not found. + object: + captcha_verification_failed: + other: Captcha wrong. + disallow_follow: + other: You are not allowed to follow. + disallow_vote: + other: You are not allowed to vote. + disallow_vote_your_self: + other: You can't vote for your own post. + not_found: + other: Object not found. + verification_failed: + other: Verification failed. + email_or_password_incorrect: + other: Email and password do not match. + old_password_verification_failed: + other: The old password verification failed + new_password_same_as_previous_setting: + other: The new password is the same as the previous one. + question: + already_deleted: + other: This post has been deleted. + under_review: + other: Your post is awaiting review. It will be visible after it has been approved. + not_found: + other: Question not found. + cannot_deleted: + other: No permission to delete. + cannot_close: + other: No permission to close. + cannot_update: + other: No permission to update. + rank: + fail_to_meet_the_condition: + other: Reputation rank fail to meet the condition. + vote_fail_to_meet_the_condition: + other: Thanks for the feedback. You need at least {{.Rank}} reputation to cast a vote. + no_enough_rank_to_operate: + other: You need at least {{.Rank}} reputation to do this. + report: + handle_failed: + other: Report handle failed. + not_found: + other: Report not found. + tag: + already_exist: + other: Tag already exists. + not_found: + other: Tag not found. + recommend_tag_not_found: + other: Recommend tag is not exist. + recommend_tag_enter: + other: Please enter at least one required tag. + not_contain_synonym_tags: + other: Should not contain synonym tags. + cannot_update: + other: No permission to update. + is_used_cannot_delete: + other: You cannot delete a tag that is in use. + cannot_set_synonym_as_itself: + other: You cannot set the synonym of the current tag as itself. + smtp: + config_from_name_cannot_be_email: + other: The from name cannot be a email address. + theme: + not_found: + other: Theme not found. + revision: + review_underway: + other: Can't edit currently, there is a version in the review queue. + no_permission: + other: No permission to revise. + user: + external_login_missing_user_id: + other: The third-party platform does not provide a unique UserID, so you cannot login, please contact the website administrator. + external_login_unbinding_forbidden: + other: Please set a login password for your account before you remove this login. + email_or_password_wrong: + other: + other: Email and password do not match. + not_found: + other: User not found. + suspended: + other: User has been suspended. + username_invalid: + other: Username is invalid. + username_duplicate: + other: Username is already in use. + set_avatar: + other: Avatar set failed. + cannot_update_your_role: + other: You cannot modify your role. + not_allowed_registration: + other: Currently the site is not open for registration. + not_allowed_login_via_password: + other: Currently the site is not allowed to login via password. + access_denied: + other: Access denied + page_access_denied: + other: You do not have access to this page. + add_bulk_users_format_error: + other: "Error {{.Field}} format near '{{.Content}}' at line {{.Line}}. {{.ExtraMessage}}" + add_bulk_users_amount_error: + other: "The number of users you add at once should be in the range of 1-{{.MaxAmount}}." + config: + read_config_failed: + other: Read config failed + database: + connection_failed: + other: Database connection failed + create_table_failed: + other: Create table failed + install: + create_config_failed: + other: Can't create the config.yaml file. + upload: + unsupported_file_format: + other: Unsupported file format. + site_info: + config_not_found: + other: Site config not found. + reason: + spam: + name: + other: spam + desc: + other: This post is an advertisement, or vandalism. It is not useful or relevant to the current topic. + rude_or_abusive: + name: + other: rude or abusive + desc: + other: A reasonable person would find this content inappropriate for respectful discourse. + a_duplicate: + name: + other: a duplicate + desc: + other: This question has been asked before and already has an answer. + placeholder: + other: Enter the existing question link + not_a_answer: + name: + other: not an answer + desc: + other: This was posted as an answer, but it does not attempt to answer the question. It should possibly be an edit, a comment, another question, or deleted altogether. + no_longer_needed: + name: + other: no longer needed + desc: + other: This comment is outdated, conversational or not relevant to this post. + something: + name: + other: something else + desc: + other: This post requires staff attention for another reason not listed above. + placeholder: + other: Let us know specifically what you are concerned about + community_specific: + name: + other: a community-specific reason + desc: + other: This question doesn't meet a community guideline. + not_clarity: + name: + other: needs details or clarity + desc: + other: This question currently includes multiple questions in one. It should focus on one problem only. + looks_ok: + name: + other: looks OK + desc: + other: This post is good as-is and not low quality. + needs_edit: + name: + other: needs edit, and I did it + desc: + other: Improve and correct problems with this post yourself. + needs_close: + name: + other: needs close + desc: + other: A closed question can't answer, but still can edit, vote and comment. + needs_delete: + name: + other: needs delete + desc: + other: This post will be deleted. + question: + close: + duplicate: + name: + other: spam + desc: + other: This question has been asked before and already has an answer. + guideline: + name: + other: a community-specific reason + desc: + other: This question doesn't meet a community guideline. + multiple: + name: + other: needs details or clarity + desc: + other: This question currently includes multiple questions in one. It should focus on one problem only. + other: + name: + other: something else + desc: + other: This post requires another reason not listed above. + operation_type: + asked: + other: asked + answered: + other: answered + modified: + other: modified + deleted_title: + other: Deleted question + notification: + action: + update_question: + other: updated question + answer_the_question: + other: answered question + update_answer: + other: updated answer + accept_answer: + other: accepted answer + comment_question: + other: commented question + comment_answer: + other: commented answer + reply_to_you: + other: replied to you + mention_you: + other: mentioned you + your_question_is_closed: + other: Your question has been closed + your_question_was_deleted: + other: Your question has been deleted + your_answer_was_deleted: + other: Your answer has been deleted + your_comment_was_deleted: + other: Your comment has been deleted + up_voted_question: + other: upvoted question + down_voted_question: + other: downvoted question + up_voted_answer: + other: upvoted answer + down_voted_answer: + other: downvoted answer + up_voted_comment: + other: upvoted comment + invited_you_to_answer: + other: invited you to answer + email_tpl: + change_email: + title: + other: "[{{.SiteName}}] Confirm your new email address" + body: + other: "Confirm your new email address for {{.SiteName}} by clicking on the following link:
\n{{.ChangeEmailUrl}}

\n\nIf you did not request this change, please ignore this email.\n" + new_answer: + title: + other: "[{{.SiteName}}] {{.DisplayName}} answered your question" + body: + other: "{{.QuestionTitle}}

\n\n{{.DisplayName}}:
\n

{{.AnswerSummary}}

\nView it on {{.SiteName}}

\n\n--
\nUnsubscribe" + invited_you_to_answer: + title: + other: "[{{.SiteName}}] {{.DisplayName}} invited you to answer" + body: + other: "{{.QuestionTitle}}

\n\n{{.DisplayName}}:
\n
I think you may know the answer.

\nView it on {{.SiteName}}

\n\n--
\nUnsubscribe" + new_comment: + title: + other: "[{{.SiteName}}] {{.DisplayName}} commented on your post" + body: + other: "{{.QuestionTitle}}

\n\n{{.DisplayName}}:
\n
{{.CommentSummary}}

\nView it on {{.SiteName}}

\n\n--
\nUnsubscribe" + new_question: + title: + other: "[{{.SiteName}}] New question: {{.QuestionTitle}}" + body: + other: "{{.QuestionTitle}}
\n{{.Tags}}

\n\n--
\nUnsubscribe" + pass_reset: + title: + other: "[{{.SiteName }}] Password reset" + body: + other: "Somebody asked to reset your password on {{.SiteName}}.

\n\nIf it was not you, you can safely ignore this email.

\n\nClick the following link to choose a new password:
\n{{.PassResetUrl}}\n" + register: + title: + other: "[{{.SiteName}}] Confirm your new account" + body: + other: "Welcome to {{.SiteName}}!

\n\nClick the following link to confirm and activate your new account:
\n{{.RegisterUrl}}

\n\nIf the above link is not clickable, try copying and pasting it into the address bar of your web browser.\n" + test: + title: + other: "[{{.SiteName}}] Test Email" + body: + other: "This is a test email." + action_activity_type: + upvote: + other: upvote + upvoted: + other: upvoted + downvote: + other: downvote + downvoted: + other: downvoted + accept: + other: accept + accepted: + other: accepted + edit: + other: edit + review: + queued_post: + other: Queued post + flagged_post: + other: Flagged post + suggested_post_edit: + other: Suggested edits +# The following fields are used for interface presentation(Front-end) +ui: + how_to_format: + title: How to Format + desc: >- +
  • to make links

    <https://url.com>

    [Title](https://url.com)
  • put returns between paragraphs

  • _italic_ or **bold**

  • indent code by 4 spaces

  • quote by placing > at start of line

  • backtick escapes `like _this_`

  • create code fences with backticks `

    ```
    code here
    ```
+ pagination: + prev: Prev + next: Next + page_title: + question: Question + questions: Questions + tag: Tag + tags: Tags + tag_wiki: tag wiki + create_tag: Create Tag + edit_tag: Edit Tag + ask_a_question: Add Question + edit_question: Edit Question + edit_answer: Edit Answer + search: Search + posts_containing: Posts containing + settings: Settings + notifications: Notifications + login: Log In + sign_up: Sign Up + account_recovery: Account Recovery + account_activation: Account Activation + confirm_email: Confirm Email + account_suspended: Account Suspended + admin: Admin + change_email: Modify Email + install: Answer Installation + upgrade: Answer Upgrade + maintenance: Website Maintenance + users: Users + oauth_callback: Processing + http_404: HTTP Error 404 + http_50X: HTTP Error 500 + http_403: HTTP Error 403 + logout: Log Out + notifications: + title: Notifications + inbox: Inbox + achievement: Achievements + new_alerts: New alerts + all_read: Mark all as read + show_more: Show more + someone: Someone + inbox_type: + all: All + posts: Posts + invites: Invites + votes: Votes + suspended: + title: Your Account has been Suspended + until_time: "Your account was suspended until {{ time }}." + forever: This user was suspended forever. + end: You don't meet a community guideline. + contact_us: Contact us + editor: + blockquote: + text: Blockquote + bold: + text: Strong + chart: + text: Chart + flow_chart: Flow chart + sequence_diagram: Sequence diagram + class_diagram: Class diagram + state_diagram: State diagram + entity_relationship_diagram: Entity relationship diagram + user_defined_diagram: User defined diagram + gantt_chart: Gantt chart + pie_chart: Pie chart + code: + text: Code Sample + add_code: Add code sample + form: + fields: + code: + label: Code + msg: + empty: Code cannot be empty. + language: + label: Language + placeholder: Automatic detection + btn_cancel: Cancel + btn_confirm: Add + formula: + text: Formula + options: + inline: Inline formula + block: Block formula + heading: + text: Heading + options: + h1: Heading 1 + h2: Heading 2 + h3: Heading 3 + h4: Heading 4 + h5: Heading 5 + h6: Heading 6 + help: + text: Help + hr: + text: Horizontal rule + image: + text: Image + add_image: Add image + tab_image: Upload image + form_image: + fields: + file: + label: Image file + btn: Select image + msg: + empty: File cannot be empty. + only_image: Only image files are allowed. + max_size: File size cannot exceed 4 MB. + desc: + label: Description + tab_url: Image URL + form_url: + fields: + url: + label: Image URL + msg: + empty: Image URL cannot be empty. + name: + label: Description + btn_cancel: Cancel + btn_confirm: Add + uploading: Uploading + indent: + text: Indent + outdent: + text: Outdent + italic: + text: Emphasis + link: + text: Hyperlink + add_link: Add hyperlink + form: + fields: + url: + label: URL + msg: + empty: URL cannot be empty. + name: + label: Description + btn_cancel: Cancel + btn_confirm: Add + ordered_list: + text: Numbered list + unordered_list: + text: Bulleted list + table: + text: Table + heading: Heading + cell: Cell + close_modal: + title: I am closing this post as... + btn_cancel: Cancel + btn_submit: Submit + remark: + empty: Cannot be empty. + msg: + empty: Please select a reason. + report_modal: + flag_title: I am flagging to report this post as... + close_title: I am closing this post as... + review_question_title: Review question + review_answer_title: Review answer + review_comment_title: Review comment + btn_cancel: Cancel + btn_submit: Submit + remark: + empty: Cannot be empty. + msg: + empty: Please select a reason. + not_a_url: URL format is incorrect. + url_not_match: URL origin does not match the current website. + tag_modal: + title: Create new tag + form: + fields: + display_name: + label: Display name + msg: + empty: Display name cannot be empty. + range: Display name up to 35 characters. + slug_name: + label: URL slug + desc: URL slug up to 35 characters. + msg: + empty: URL slug cannot be empty. + range: URL slug up to 35 characters. + character: URL slug contains unallowed character set. + desc: + label: Description + revision: + label: Revision + edit_summary: + label: Edit summary + placeholder: >- + Briefly explain your changes (corrected spelling, fixed grammar, improved formatting) + btn_cancel: Cancel + btn_submit: Submit + btn_post: Post new tag + tag_info: + created_at: Created + edited_at: Edited + history: History + synonyms: + title: Synonyms + text: The following tags will be remapped to + empty: No synonyms found. + btn_add: Add a synonym + btn_edit: Edit + btn_save: Save + synonyms_text: The following tags will be remapped to + delete: + title: Delete this tag + tip_with_posts: >- +

We do not allowed deleting tag with posts.

Please remove this tag from the posts first.

+ tip_with_synonyms: >- +

We do not allowed deleting tag with synonyms.

Please remove the synonyms from this tag first.

+ tip: Are you sure you wish to delete? + close: Close + edit_tag: + title: Edit Tag + default_reason: Edit tag + default_first_reason: Add tag + btn_save_edits: Save edits + btn_cancel: Cancel + dates: + long_date: MMM D + long_date_with_year: "MMM D, YYYY" + long_date_with_time: "MMM D, YYYY [at] HH:mm" + now: now + x_seconds_ago: "{{count}}s ago" + x_minutes_ago: "{{count}}m ago" + x_hours_ago: "{{count}}h ago" + hour: hour + day: day + hours: hours + days: days + comment: + btn_add_comment: Add comment + reply_to: Reply to + btn_reply: Reply + btn_edit: Edit + btn_delete: Delete + btn_flag: Flag + btn_save_edits: Save edits + btn_cancel: Cancel + show_more: "{{count}} more comments" + tip_question: >- + Use comments to ask for more information or suggest improvements. Avoid answering questions in comments. + tip_answer: >- + Use comments to reply to other users or notify them of changes. If you are adding new information, edit your post instead of commenting. + tip_vote: It adds something useful to the post + edit_answer: + title: Edit Answer + default_reason: Edit answer + default_first_reason: Add answer + form: + fields: + revision: + label: Revision + answer: + label: Answer + feedback: + characters: content must be at least 6 characters in length. + edit_summary: + label: Edit summary + placeholder: >- + Briefly explain your changes (corrected spelling, fixed grammar, improved formatting) + btn_save_edits: Save edits + btn_cancel: Cancel + tags: + title: Tags + sort_buttons: + popular: Popular + name: Name + newest: Newest + button_follow: Follow + button_following: Following + tag_label: questions + search_placeholder: Filter by tag name + no_desc: The tag has no description. + more: More + ask: + title: Add Question + edit_title: Edit Question + default_reason: Edit question + default_first_reason: Add question + similar_questions: Similar questions + form: + fields: + revision: + label: Revision + title: + label: Title + placeholder: Be specific and imagine you're asking a question to another person + msg: + empty: Title cannot be empty. + range: Title up to 150 characters + body: + label: Body + msg: + empty: Body cannot be empty. + tags: + label: Tags + msg: + empty: Tags cannot be empty. + answer: + label: Answer + msg: + empty: Answer cannot be empty. + edit_summary: + label: Edit summary + placeholder: >- + Briefly explain your changes (corrected spelling, fixed grammar, improved formatting) + btn_post_question: Post your question + btn_save_edits: Save edits + answer_question: Answer your own question + post_question&answer: Post your question and answer + tag_selector: + add_btn: Add tag + create_btn: Create new tag + search_tag: Search tag + hint: "Describe what your question is about, at least one tag is required." + no_result: No tags matched + tag_required_text: Required tag (at least one) + header: + nav: + question: Questions + tag: Tags + user: Users + profile: Profile + setting: Settings + logout: Log out + admin: Admin + review: Review + bookmark: Bookmarks + moderation: Moderation + search: + placeholder: Search + footer: + build_on: >- + Powered by <1> Apache Answer - the open-source software that powers Q&A communities.
Made with love © {{cc}}. + upload_img: + name: Change + loading: loading... + pic_auth_code: + title: Captcha + placeholder: Type the text above + msg: + empty: Captcha cannot be empty. + inactive: + first: >- + You're almost done! We sent an activation mail to {{mail}}. Please follow the instructions in the mail to activate your account. + info: "If it doesn't arrive, check your spam folder." + another: >- + We sent another activation email to you at {{mail}}. It might take a few minutes for it to arrive; be sure to check your spam folder. + btn_name: Resend activation email + change_btn_name: Change email + msg: + empty: Cannot be empty. + resend_email: + url_label: Are you sure you want to resend the activation email? + url_text: You can also give the activation link above to the user. + login: + login_to_continue: Log in to continue + info_sign: Don't have an account? <1>Sign up + info_login: Already have an account? <1>Log in + agreements: By registering, you agree to the <1>privacy policy and <3>terms of service. + forgot_pass: Forgot password? + name: + label: Name + msg: + empty: Name cannot be empty. + range: Name up to 30 characters. + character: 'Must use the character set "a-z", "0-9", " - . _"' + email: + label: Email + msg: + empty: Email cannot be empty. + password: + label: Password + msg: + empty: Password cannot be empty. + different: The passwords entered on both sides are inconsistent + account_forgot: + page_title: Forgot Your Password + btn_name: Send me recovery email + send_success: >- + If an account matches {{mail}}, you should receive an email with instructions on how to reset your password shortly. + email: + label: Email + msg: + empty: Email cannot be empty. + change_email: + btn_cancel: Cancel + btn_update: Update email address + send_success: >- + If an account matches {{mail}}, you should receive an email with instructions on how to reset your password shortly. + email: + label: New email + msg: + empty: Email cannot be empty. + oauth: + connect: Connect with {{ auth_name }} + remove: Remove {{ auth_name }} + oauth_bind_email: + subtitle: Add a recovery email to your account. + btn_update: Update email address + email: + label: Email + msg: + empty: Email cannot be empty. + modal_title: Email already existes. + modal_content: This email address already registered. Are you sure you want to connect to the existing account? + modal_cancel: Change email + modal_confirm: Connect to the existing account + password_reset: + page_title: Password Reset + btn_name: Reset my password + reset_success: >- + You successfully changed your password; you will be redirected to the log in page. + link_invalid: >- + Sorry, this password reset link is no longer valid. Perhaps your password is already reset? + to_login: Continue to log in page + password: + label: Password + msg: + empty: Password cannot be empty. + length: The length needs to be between 8 and 32 + different: The passwords entered on both sides are inconsistent + password_confirm: + label: Confirm new password + settings: + page_title: Settings + goto_modify: Go to modify + nav: + profile: Profile + notification: Notifications + account: Account + interface: Interface + profile: + heading: Profile + btn_name: Save + display_name: + label: Display name + msg: Display name cannot be empty. + msg_range: Display name up to 30 characters. + username: + label: Username + caption: People can mention you as "@username". + msg: Username cannot be empty. + msg_range: Username up to 30 characters. + character: 'Must use the character set "a-z", "0-9", " - . _"' + avatar: + label: Profile image + gravatar: Gravatar + gravatar_text: You can change image on + custom: Custom + custom_text: You can upload your image. + default: System + msg: Please upload an avatar + bio: + label: About me + website: + label: Website + placeholder: "https://example.com" + msg: Website incorrect format + location: + label: Location + placeholder: "City, Country" + notification: + heading: Email Notifications + turn_on: Turn on + inbox: + label: Inbox notifications + description: Answers to your questions, comments, invites, and more. + all_new_question: + label: All new questions + description: Get notified of all new questions. Up to 50 questions per week. + all_new_question_for_following_tags: + label: All new questions for following tags + description: Get notified of new questions for following tags. + account: + heading: Account + change_email_btn: Change email + change_pass_btn: Change password + change_email_info: >- + We've sent an email to that address. Please follow the confirmation instructions. + email: + label: New email + msg: New email cannot be empty. + pass: + label: Current password + msg: Password cannot be empty. + password_title: Password + current_pass: + label: Current password + msg: + empty: Current password cannot be empty. + length: The length needs to be between 8 and 32. + different: The two entered passwords do not match. + new_pass: + label: New password + pass_confirm: + label: Confirm new password + interface: + heading: Interface + lang: + label: Interface language + text: User interface language. It will change when you refresh the page. + my_logins: + title: My logins + label: Log in or sign up on this site using these accounts. + modal_title: Remove login + modal_content: Are you sure you want to remove this login from your account? + modal_confirm_btn: Remove + remove_success: Removed successfully + toast: + update: update success + update_password: Password changed successfully. + flag_success: Thanks for flagging. + forbidden_operate_self: Forbidden to operate on yourself + review: Your revision will show after review. + sent_success: Sent successfully + related_question: + title: Related Questions + answers: answers + invite_to_answer: + title: People Asked + desc: Select people who you think might know the answer. + invite: Invite to answer + add: Add people + search: Search people + question_detail: + action: Action + Asked: Asked + asked: asked + update: Modified + edit: edited + commented: commented + Views: Viewed + Follow: Follow + Following: Following + follow_tip: Follow this question to receive notifications + answered: answered + closed_in: Closed in + show_exist: Show existing question. + useful: Useful + question_useful: It is useful and clear + question_un_useful: It is unclear or not useful + question_bookmark: Bookmark this question + answer_useful: It is useful + answer_un_useful: It is not useful + answers: + title: Answers + score: Score + newest: Newest + oldest: Oldest + btn_accept: Accept + btn_accepted: Accepted + write_answer: + title: Your Answer + edit_answer: Edit my existing answer + btn_name: Post your answer + add_another_answer: Add another answer + confirm_title: Continue to answer + continue: Continue + confirm_info: >- +

Are you sure you want to add another answer?

You could use the edit link to refine and improve your existing answer, instead.

+ empty: Answer cannot be empty. + characters: content must be at least 6 characters in length. + tips: + header_1: Thanks for your answer + li1_1: Please be sure to answer the question. Provide details and share your research. + li1_2: Back up any statements you make with references or personal experience. + header_2: But avoid ... + li2_1: Asking for help, seeking clarification, or responding to other answers. + reopen: + confirm_btn: Reopen + title: Reopen this post + content: Are you sure you want to reopen? + list: + confirm_btn: List + title: List this post + content: Are you sure you want to list? + unlist: + confirm_btn: Unlist + title: Unlist this post + content: Are you sure you want to unlist? + pin: + title: Pin this post + content: Are you sure you wish to pinned globally? This post will appear at the top of all post lists. + confirm_btn: Pin + delete: + title: Delete this post + question: >- + We do not recommend deleting questions with answers because doing so deprives future readers of this knowledge.

Repeated deletion of answered questions can result in your account being blocked from asking. Are you sure you wish to delete? + answer_accepted: >- +

We do not recommend deleting accepted answer because doing so deprives future readers of this knowledge.

Repeated deletion of accepted answers can result in your account being blocked from answering. Are you sure you wish to delete? + other: Are you sure you wish to delete? + tip_answer_deleted: This answer has been deleted + undelete_title: Undelete this post + undelete_desc: Are you sure you wish to undelete? + btns: + confirm: Confirm + cancel: Cancel + edit: Edit + save: Save + delete: Delete + undelete: Undelete + list: List + unlist: Unlist + unlisted: Unlisted + login: Log in + signup: Sign up + logout: Log out + verify: Verify + add_question: Add question + approve: Approve + reject: Reject + skip: Skip + discard_draft: Discard draft + pinned: Pinned + all: All + question: Question + answer: Answer + comment: Comment + refresh: Refresh + resend: Resend + deactivate: Deactivate + active: Active + suspend: Suspend + unsuspend: Unsuspend + close: Close + reopen: Reopen + ok: OK + light: Light + dark: Dark + system_setting: System setting + default: Default + reset: Reset + tag: Tag + post_lowercase: post + filter: Filter + ignore: Ignore + submit: Submit + normal: Normal + closed: Closed + deleted: Deleted + pending: Pending + search: + title: Search Results + keywords: Keywords + options: Options + follow: Follow + following: Following + counts: "{{count}} Results" + more: More + sort_btns: + relevance: Relevance + newest: Newest + active: Active + score: Score + more: More + tips: + title: Advanced Search Tips + tag: "<1>[tag] search withing a tag" + user: "<1>user:username search by author" + answer: "<1>answers:0 unanswered questions" + score: "<1>score:3 posts with a 3+ score" + question: "<1>is:question search questions" + is_answer: "<1>is:answer search answers" + empty: We couldn't find anything.
Try different or less specific keywords. + share: + name: Share + copy: Copy link + via: Share post via... + copied: Copied + facebook: Share to Facebook + twitter: Share to Twitter + cannot_vote_for_self: You can't vote for your own post. + modal_confirm: + title: Error... + account_result: + success: Your new account is confirmed; you will be redirected to the home page. + link: Continue to homepage + invalid: >- + Sorry, this account confirmation link is no longer valid. Perhaps your account is already active? + confirm_new_email: Your email has been updated. + confirm_new_email_invalid: >- + Sorry, this confirmation link is no longer valid. Perhaps your email was already changed? + unsubscribe: + page_title: Unsubscribe + success_title: Unsubscribe Successful + success_desc: You have been successfully removed from this subscriber list and won't receive any further emails from us. + link: Change settings + question: + following_tags: Following Tags + edit: Edit + save: Save + follow_tag_tip: Follow tags to curate your list of questions. + hot_questions: Hot Questions + all_questions: All Questions + x_questions: "{{ count }} Questions" + x_answers: "{{ count }} answers" + questions: Questions + answers: Answers + newest: Newest + active: Active + frequent: Frequent + score: Score + unanswered: Unanswered + modified: modified + answered: answered + asked: asked + closed: closed + follow_a_tag: Follow a tag + more: More + personal: + overview: Overview + answers: Answers + answer: answer + questions: Questions + question: question + bookmarks: Bookmarks + reputation: Reputation + comments: Comments + votes: Votes + newest: Newest + score: Score + edit_profile: Edit profile + visited_x_days: "Visited {{ count }} days" + viewed: Viewed + joined: Joined + last_login: Seen + about_me: About Me + about_me_empty: "// Hello, World !" + top_answers: Top Answers + top_questions: Top Questions + stats: Stats + list_empty: No posts found.
Perhaps you'd like to select a different tab? + accepted: Accepted + answered: answered + asked: asked + downvoted: downvoted + mod_short: MOD + mod_long: Moderators + x_reputation: reputation + x_votes: votes received + x_answers: answers + x_questions: questions + install: + title: Answer + next: Next + done: Done + config_yaml_error: Can't create the config.yaml file. + lang: + label: Please choose a language + db_type: + label: Database engine + db_username: + label: Username + placeholder: root + msg: Username cannot be empty. + db_password: + label: Password + placeholder: root + msg: Password cannot be empty. + db_host: + label: Database host + placeholder: "db:3306" + msg: Database host cannot be empty. + db_name: + label: Database name + placeholder: answer + msg: Database name cannot be empty. + db_file: + label: Database file + placeholder: /data/answer.db + msg: Database file cannot be empty. + config_yaml: + title: Create config.yaml + label: The config.yaml file created. + desc: >- + You can create the <1>config.yaml file manually in the <1>/var/wwww/xxx/ directory and paste the following text into it. + info: After you've done that, click "Next" button. + site_information: Site Information + admin_account: Admin Account + site_name: + label: Site name + msg: Site name cannot be empty. + msg_max_length: Site name must be at maximum 30 characters in length. + site_url: + label: Site URL + text: The address of your site. + msg: + empty: Site URL cannot be empty. + incorrect: Site URL incorrect format. + max_length: Site URL must be at maximum 512 characters in length. + contact_email: + label: Contact email + text: Email address of key contact responsible for this site. + msg: + empty: Contact email cannot be empty. + incorrect: Contact email incorrect format. + login_required: + label: Private + switch: Login required + text: Only logged in users can access this community. + admin_name: + label: Name + msg: Name cannot be empty. + character: 'Must use the character set "a-z", "0-9", " - . _"' + msg_max_length: Name must be at maximum 30 characters in length. + admin_password: + label: Password + text: >- + You will need this password to log in. Please store it in a secure location. + msg: Password cannot be empty. + msg_min_length: Password must be at least 8 characters in length. + msg_max_length: Password must be at maximum 32 characters in length. + admin_email: + label: Email + text: You will need this email to log in. + msg: + empty: Email cannot be empty. + incorrect: Email incorrect format. + ready_title: Your Answer is ready! + ready_desc: >- + If you ever feel like changing more settings, visit <1>admin section; find it in the site menu. + good_luck: "Have fun, and good luck!" + warn_title: Warning + warn_desc: >- + The file <1>config.yaml already exists. If you need to reset any of the configuration items in this file, please delete it first. + install_now: You may try <1>installing now. + installed: Already installed + installed_desc: >- + You appear to have already installed. To reinstall please clear your old database tables first. + db_failed: Database connection failed + db_failed_desc: >- + This either means that the database information in your <1>config.yaml file is incorrect or that contact with the database server could not be established. This could mean your host's database server is down. + counts: + views: views + votes: votes + answers: answers + accepted: Accepted + page_error: + http_error: HTTP Error {{ code }} + desc_403: You don't have permission to access this page. + desc_404: Unfortunately, this page doesn't exist. + desc_50X: The server encountered an error and could not complete your request. + back_home: Back to homepage + page_maintenance: + desc: "We are under maintenance, we'll be back soon." + nav_menus: + dashboard: Dashboard + contents: Contents + questions: Questions + answers: Answers + users: Users + flags: Flags + settings: Settings + general: General + interface: Interface + smtp: SMTP + branding: Branding + legal: Legal + write: Write + tos: Terms of Service + privacy: Privacy + seo: SEO + customize: Customize + themes: Themes + css_html: CSS/HTML + login: Login + privileges: Privileges + plugins: Plugins + installed_plugins: Installed Plugins + website_welcome: Welcome to {{site_name}} + user_center: + login: Login + qrcode_login_tip: Please use {{ agentName }} to scan the QR code and log in. + login_failed_email_tip: Login failed, please allow this app to access your email information before try again. + admin: + admin_header: + title: Admin + dashboard: + title: Dashboard + welcome: Welcome to Answer Admin! + site_statistics: Site statistics + questions: "Questions:" + answers: "Answers:" + comments: "Comments:" + votes: "Votes:" + users: "Users:" + flags: "Flags:" + reviews: "Reviews:" + site_health: Site health + version: "Version:" + https: "HTTPS:" + upload_folder: "Upload folder:" + run_mode: "Running mode:" + private: Private + public: Public + smtp: "SMTP:" + timezone: "Timezone:" + system_info: System info + go_version: "Go version:" + database: "Database:" + database_size: "Database size:" + storage_used: "Storage used:" + uptime: "Uptime:" + links: Links + plugins: Plugins + github: GitHub + blog: Blog + contact: Contact + forum: Forum + documents: Documents + feedback: Feedback + support: Support + review: Review + config: Config + update_to: Update to + latest: Latest + check_failed: Check failed + "yes": "Yes" + "no": "No" + not_allowed: Not allowed + allowed: Allowed + enabled: Enabled + disabled: Disabled + writable: Writable + not_writable: Not writable + flags: + title: Flags + pending: Pending + completed: Completed + flagged: Flagged + flagged_type: Flagged {{ type }} + created: Created + action: Action + review: Review + user_role_modal: + title: Change user role to... + btn_cancel: Cancel + btn_submit: Submit + new_password_modal: + title: Set new password + form: + fields: + password: + label: Password + text: The user will be logged out and need to login again. + msg: Password must be at 8-32 characters in length. + btn_cancel: Cancel + btn_submit: Submit + user_modal: + title: Add new user + form: + fields: + users: + label: Bulk add user + placeholder: "John Smith, john@example.com, BUSYopr2\nAlice, alice@example.com, fpDntV8q" + text: Separate “name, email, password” with commas. One user per line. + msg: "Please enter the user's email, one per line." + display_name: + label: Display name + msg: Display name must be at 4-30 characters in length. + email: + label: Email + msg: Email is not valid. + password: + label: Password + msg: Password must be at 8-32 characters in length. + btn_cancel: Cancel + btn_submit: Submit + users: + title: Users + name: Name + email: Email + reputation: Reputation + created_at: Created Time + delete_at: Deleted Time + suspend_at: Suspended Time + status: Status + role: Role + action: Action + change: Change + all: All + staff: Staff + more: More + inactive: Inactive + suspended: Suspended + deleted: Deleted + normal: Normal + Moderator: Moderator + Admin: Admin + User: User + filter: + placeholder: "Filter by name, user:id" + set_new_password: Set new password + change_status: Change status + change_role: Change role + show_logs: Show logs + add_user: Add user + deactivate_user: + title: Deactivate user + content: An inactive user must re-validate their email. + delete_user: + title: Delete this user + content: Are you sure you want to delete this user? This is permanent! + remove: Remove their content + label: Remove all questions, answers, comments, etc. + text: Don’t check this if you wish to only delete the user’s account. + suspend_user: + title: Suspend this user + content: A suspended user can't log in. + questions: + page_title: Questions + unlisted: Unlisted + post: Post + votes: Votes + answers: Answers + created: Created + status: Status + action: Action + change: Change + pending: Pending + filter: + placeholder: "Filter by title, question:id" + answers: + page_title: Answers + post: Post + votes: Votes + created: Created + status: Status + action: Action + change: Change + filter: + placeholder: "Filter by title, answer:id" + general: + page_title: General + name: + label: Site name + msg: Site name cannot be empty. + text: "The name of this site, as used in the title tag." + site_url: + label: Site URL + msg: Site url cannot be empty. + validate: Please enter a valid URL. + text: The address of your site. + short_desc: + label: Short site description + msg: Short site description cannot be empty. + text: "Short description, as used in the title tag on homepage." + desc: + label: Site description + msg: Site description cannot be empty. + text: "Describe this site in one sentence, as used in the meta description tag." + contact_email: + label: Contact email + msg: Contact email cannot be empty. + validate: Contact email is not valid. + text: Email address of key contact responsible for this site. + check_update: + label: Software updates + text: Automatically check for updates + interface: + page_title: Interface + language: + label: Interface language + msg: Interface language cannot be empty. + text: User interface language. It will change when you refresh the page. + time_zone: + label: Timezone + msg: Timezone cannot be empty. + text: Choose a city in the same timezone as you. + smtp: + page_title: SMTP + from_email: + label: From email + msg: From email cannot be empty. + text: The email address which emails are sent from. + from_name: + label: From name + msg: From name cannot be empty. + text: The name which emails are sent from. + smtp_host: + label: SMTP host + msg: SMTP host cannot be empty. + text: Your mail server. + encryption: + label: Encryption + msg: Encryption cannot be empty. + text: For most servers SSL is the recommended option. + ssl: SSL + none: None + smtp_port: + label: SMTP port + msg: SMTP port must be number 1 ~ 65535. + text: The port to your mail server. + smtp_username: + label: SMTP username + msg: SMTP username cannot be empty. + smtp_password: + label: SMTP password + msg: SMTP password cannot be empty. + test_email_recipient: + label: Test email recipients + text: Provide email address that will receive test sends. + msg: Test email recipients is invalid + smtp_authentication: + label: Enable authentication + title: SMTP authentication + msg: SMTP authentication cannot be empty. + "yes": "Yes" + "no": "No" + branding: + page_title: Branding + logo: + label: Logo + msg: Logo cannot be empty. + text: The logo image at the top left of your site. Use a wide rectangular image with a height of 56 and an aspect ratio greater than 3:1. If left blank, the site title text will be shown. + mobile_logo: + label: Mobile logo + text: The logo used on mobile version of your site. Use a wide rectangular image with a height of 56. If left blank, the image from the "logo" setting will be used. + square_icon: + label: Square icon + msg: Square icon cannot be empty. + text: Image used as the base for metadata icons. Should ideally be larger than 512x512. + favicon: + label: Favicon + text: A favicon for your site. To work correctly over a CDN it must be a png. Will be resized to 32x32. If left blank, "square icon" will be used. + legal: + page_title: Legal + terms_of_service: + label: Terms of service + text: "You can add terms of service content here. If you already have a document hosted elsewhere, provide the full URL here." + privacy_policy: + label: Privacy policy + text: "You can add privacy policy content here. If you already have a document hosted elsewhere, provide the full URL here." + write: + page_title: Write + restrict_answer: + title: Restrict answer + label: Each user can only write one answer for each question + text: "They can use the edit link to refine and improve their existing answer, instead." + recommend_tags: + label: Recommend tags + text: "Please input tag slug above, one tag per line." + required_tag: + title: Required tag + label: Set recommend tag as required + text: "Every new question must have at least one recommend tag." + reserved_tags: + label: Reserved tags + text: "Reserved tags can only be added to a post by moderator." + seo: + page_title: SEO + permalink: + label: Permalink + text: Custom URL structures can improve the usability, and forward-compatibility of your links. + robots: + label: robots.txt + text: This will permanently override any related site settings. + themes: + page_title: Themes + themes: + label: Themes + text: Select an existing theme. + color_scheme: + label: Color scheme + navbar_style: + label: Navbar style + primary_color: + label: Primary color + text: Modify the colors used by your themes + css_and_html: + page_title: CSS and HTML + custom_css: + label: Custom CSS + text: > + + head: + label: Head + text: > + + header: + label: Header + text: > + + footer: + label: Footer + text: This will insert before </body>. + sidebar: + label: Sidebar + text: This will insert in sidebar. + login: + page_title: Login + membership: + title: Membership + label: Allow new registrations + text: Turn off to prevent anyone from creating a new account. + email_registration: + title: Email registration + label: Allow email registration + text: Turn off to prevent anyone creating new account through email. + allowed_email_domains: + title: Allowed email domains + text: Email domains that users must register accounts with. One domain per line. Ignored when empty. + private: + title: Private + label: Login required + text: Only logged in users can access this community. + password_login: + title: Password login + label: Allow email and password login + text: "WARNING: If turn off, you may be unable to log in if you have not previously configured other login method." + installed_plugins: + title: Installed Plugins + plugin_link: Plugins extend and expand the functionality of Answer. You may find plugins in the <1>Answer Plugin Repository. + filter: + all: All + active: Active + inactive: Inactive + outdated: Outdated + plugins: + label: Plugins + text: Select an existing plugin. + name: Name + version: Version + status: Status + action: Action + deactivate: Deactivate + activate: Activate + settings: Settings + settings_users: + title: Users + avatar: + label: Default avatar + text: For users without a custom avatar of their own. + gravatar_base_url: + label: Gravatar base URL + text: URL of the Gravatar provider's API base. Ignored when empty. + profile_editable: + title: Profile editable + allow_update_display_name: + label: Allow users to change their display name + allow_update_username: + label: Allow users to change their username + allow_update_avatar: + label: Allow users to change their profile image + allow_update_bio: + label: Allow users to change their about me + allow_update_website: + label: Allow users to change their website + allow_update_location: + label: Allow users to change their location + privilege: + title: Privileges + level: + label: Reputation required level + text: Choose the reputation required for the privileges + form: + optional: (optional) + empty: cannot be empty + invalid: is invalid + btn_submit: Save + not_found_props: "Required property {{ key }} not found." + select: Select + page_review: + review: Review + proposed: proposed + question_edit: Question edit + answer_edit: Answer edit + tag_edit: Tag edit + edit_summary: Edit summary + edit_question: Edit question + edit_answer: Edit answer + edit_tag: Edit tag + empty: No review tasks left. + approve_revision_tip: Do you approve this revision? + approve_flag_tip: Do you approve this flag? + approve_post_tip: Do you approve this post? + approve_user_tip: Do you approve this user? + suggest_edits: Suggested edits + flag_post: Flag post + flag_user: Flag user + queued_post: Queued post + queued_user: Queued user + filter_label: Type + reputation: reputation + flag_post_type: Flagged this post as {{ type }}. + flag_user_type: Flagged this user as {{ type }}. + edit_post: Edit post + list_post: List post + unlist_post: Unlist post + timeline: + undeleted: undeleted + deleted: deleted + downvote: downvote + upvote: upvote + accept: accept + cancelled: cancelled + commented: commented + rollback: rollback + edited: edited + answered: answered + asked: asked + closed: closed + reopened: reopened + created: created + pin: pinned + unpin: unpinned + show: listed + hide: unlisted + title: "History for" + tag_title: "Timeline for" + show_votes: "Show votes" + n_or_a: N/A + title_for_question: "Timeline for" + title_for_answer: "Timeline for answer to {{ title }} by {{ author }}" + title_for_tag: "Timeline for tag" + datetime: Datetime + type: Type + by: By + comment: Comment + no_data: "We couldn't find anything." + users: + title: Users + users_with_the_most_reputation: Users with the highest reputation scores this week + users_with_the_most_vote: Users who voted the most this week + staffs: Our community staff + reputation: reputation + votes: votes + prompt: + leave_page: Are you sure you want to leave the page? + changes_not_save: Your changes may not be saved. + draft: + discard_confirm: Are you sure you want to discard your draft? + messages: + post_deleted: This post has been deleted. + post_pin: This post has been pinned. + post_unpin: This post has been unpinned. + post_hide_list: This post has been hidden from list. + post_show_list: This post has been shown to list. + post_reopen: This post has been reopened. + post_list: This post has been listed. + post_unlist: This post has been unlisted. + post_pending: Your post is awaiting review. This is a preview, it will be visible after it has been approved. diff --git a/i18n/id_ID.yaml b/i18n/id_ID.yaml index b9d986fb4..de2f95c43 100644 --- a/i18n/id_ID.yaml +++ b/i18n/id_ID.yaml @@ -140,6 +140,9 @@ backend: email_or_password_wrong_error: other: Email dan kata sandi tidak cocok. error: + common: + invalid_url: + other: Invalid URL. password: space_invalid: other: Password cannot contain spaces. @@ -200,6 +203,8 @@ backend: question: already_deleted: other: This post has been deleted. + under_review: + other: Your post is awaiting review. It will be visible after it has been approved. not_found: other: Pertanyaan tidak ditemukan. cannot_deleted: @@ -485,6 +490,15 @@ backend: other: accept accepted: other: accepted + edit: + other: edit + review: + queued_post: + other: Queued post + flagged_post: + other: Flagged post + suggested_post_edit: + other: Suggested edits # The following fields are used for interface presentation(Front-end) ui: how_to_format: @@ -666,6 +680,8 @@ ui: empty: Cannot be empty. msg: empty: Please select a reason. + not_a_url: URL format is incorrect. + url_not_match: URL origin does not match the current website. tag_modal: title: Create new tag form: @@ -1033,6 +1049,7 @@ ui: asked: ditanyakan update: Diubah edit: disunting + commented: commented Views: Dilihat Follow: Ikuti Following: Mengikuti @@ -1050,6 +1067,7 @@ ui: title: Jawaban score: Nilai newest: Terbaru + oldest: Oldest btn_accept: Terima btn_accepted: Diterima write_answer: @@ -1073,6 +1091,14 @@ ui: confirm_btn: Reopen title: Buka kembali postingan ini content: Kamu yakin ingin membuka kembali? + list: + confirm_btn: List + title: List this post + content: Are you sure you want to list? + unlist: + confirm_btn: Unlist + title: Unlist this post + content: Are you sure you want to unlist? pin: title: Pin this post content: Are you sure you wish to pinned globally? This post will appear at the top of all post lists. @@ -1094,6 +1120,9 @@ ui: save: Simpan delete: Hapus undelete: Undelete + list: List + unlist: Unlist + unlisted: Unlisted login: Masuk signup: Daftar logout: Keluar @@ -1122,6 +1151,15 @@ ui: system_setting: System setting default: Default reset: Reset + tag: Tag + post_lowercase: post + filter: Filter + ignore: Ignore + submit: Submit + normal: Normal + closed: Closed + deleted: Deleted + pending: Pending search: title: Search Results keywords: Keywords @@ -1368,7 +1406,8 @@ ui: votes: "Vote:" users: "Users:" flags: "Flags:" - site_health_status: Site health status + reviews: "Reviews:" + site_health: Site health version: "Versi:" https: "HTTPS:" upload_folder: "Upload folder:" @@ -1383,11 +1422,12 @@ ui: database_size: "Database size:" storage_used: "Penyimpanan yang terpakai:" uptime: "Uptime:" - answer_links: Answer links + links: Links plugins: Plugins github: GitHub blog: Blog contact: Contact + forum: Forum documents: Dokumen feedback: Masukan support: Dukungan @@ -1490,9 +1530,7 @@ ui: content: A suspended user can't log in. questions: page_title: Pertanyaan - normal: Normal - closed: Ditutup - deleted: Dihapus + unlisted: Unlisted post: Post votes: Vote answers: Jawaban @@ -1500,12 +1538,11 @@ ui: status: Status action: Action change: Ubah + pending: Pending filter: placeholder: "Filter berdasarkan judul, question:id" answers: page_title: Jawaban - normal: Normal - deleted: Deleted post: Post votes: Votes created: Created @@ -1538,6 +1575,9 @@ ui: msg: Contact email cannot be empty. validate: Contact email is not valid. text: Email address of key contact responsible for this site. + check_update: + label: Software updates + text: Automatically check for updates interface: page_title: Interface language: @@ -1752,6 +1792,22 @@ ui: edit_answer: Edit answer edit_tag: Edit tag empty: No review tasks left. + approve_revision_tip: Do you approve this revision? + approve_flag_tip: Do you approve this flag? + approve_post_tip: Do you approve this post? + approve_user_tip: Do you approve this user? + suggest_edits: Suggested edits + flag_post: Flag post + flag_user: Flag user + queued_post: Queued post + queued_user: Queued user + filter_label: Type + reputation: reputation + flag_post_type: Flagged this post as {{ type }}. + flag_user_type: Flagged this user as {{ type }}. + edit_post: Edit post + list_post: List post + unlist_post: Unlist post timeline: undeleted: undeleted deleted: deleted @@ -1802,3 +1858,6 @@ ui: post_hide_list: This post has been hidden from list. post_show_list: This post has been shown to list. post_reopen: This post has been reopened. + post_list: This post has been listed. + post_unlist: This post has been unlisted. + post_pending: Your post is awaiting review. This is a preview, it will be visible after it has been approved. diff --git a/i18n/it_IT.yaml b/i18n/it_IT.yaml index f2ef73cfb..52b3d0169 100644 --- a/i18n/it_IT.yaml +++ b/i18n/it_IT.yaml @@ -19,44 +19,44 @@ backend: base: success: - other: Successo + other: Successo. unknown: - other: Errore sconosciuto + other: Errore sconosciuto. request_format_error: - other: Il formato della richiesta non è valido + other: Il formato della richiesta non è valido. unauthorized_error: - other: Non autorizzato + other: Non autorizzato. database_error: - other: Errore server dati + other: Errore nel server dati. forbidden_error: - other: Forbidden. + other: Vietato. duplicate_request_error: - other: Duplicate submission. + other: Duplica invio. action: report: - other: Flag + other: Segnala edit: - other: Edit + other: Modifica delete: - other: Delete + other: Cancella close: - other: Close + other: Chiudi reopen: - other: Reopen + other: Riapri forbidden_error: - other: Forbidden. + other: Vietato. pin: - other: Pin + other: Fissa sul profilo hide: - other: Unlist + other: Rimuovi dall'elenco unpin: - other: Unpin + other: Stacca dal profilo show: - other: List + other: Aggiungi all'elenco invite_someone_to_answer: - other: Edit + other: Modifica undelete: - other: Undelete + other: Ripristina role: name: user: @@ -75,112 +75,115 @@ backend: privilege: level_1: description: - other: Level 1 (less reputation required for private team, group) + other: 'Livello 1 (per team o gruppi privati: richiesta reputazione limitata)' level_2: description: - other: Level 2 (low reputation required for startup community) + other: 'Livello 2 (per startup community: richiesta reputazione scarsa)' level_3: description: - other: Level 3 (high reputation required for mature community) + other: 'Livello 3 (per community riconosciute: richiesta reputazione alta)' level_custom: description: - other: Custom Level + other: Livello personalizzato rank_question_add_label: - other: Ask question + other: Fai una domanda rank_answer_add_label: - other: Write answer + other: Scrivi una risposta rank_comment_add_label: - other: Write comment + other: Scrivi un commento rank_report_add_label: - other: Flag + other: Segnala rank_comment_vote_up_label: - other: Upvote comment + other: Approva commento rank_link_url_limit_label: - other: Post more than 2 links at a time + other: Pubblica più di 2 link alla volta rank_question_vote_up_label: - other: Upvote question + other: Approva domanda rank_answer_vote_up_label: - other: Upvote answer + other: Approva risposta rank_question_vote_down_label: - other: Downvote question + other: Disapprova domanda rank_answer_vote_down_label: - other: Downvote answer + other: Disapprova risposta rank_invite_someone_to_answer_label: - other: Invite someone to answer + other: Invita qualcuno a rispondere rank_tag_add_label: - other: Create new tag + other: Crea un nuovo tag rank_tag_edit_label: - other: Edit tag description (need to review) + other: Modifica descrizione tag (necessità di revisione) rank_question_edit_label: - other: Edit other's question (need to review) + other: Modifica la domanda di altri (necessità di revisione) rank_answer_edit_label: - other: Edit other's answer (need to review) + other: Modifica la risposta di altri (necessità di revisione) rank_question_edit_without_review_label: - other: Edit other's question without review + other: Modifica la domanda di altri senza bisogno di revisione rank_answer_edit_without_review_label: - other: Edit other's answer without review + other: Modifica la risposta di altri senza bisogno di revisione rank_question_audit_label: - other: Review question edits + other: Rivedi modifiche alla domanda rank_answer_audit_label: - other: Review answer edits + other: Rivedi modifiche alla risposta rank_tag_audit_label: - other: Review tag edits + other: Esamina le modifiche ai tag rank_tag_edit_without_review_label: - other: Edit tag description without review + other: Modifica la descrizione del tag senza necessità di revisione rank_tag_synonym_label: - other: Manage tag synonyms + other: Gestisci sinonimi dei tag email: other: E-mail e_mail: - other: Email + other: E-mail password: other: Chiave di accesso pass: other: Password email_or_password_wrong_error: - other: Email o password errati + other: Email o password errati. error: + common: + invalid_url: + other: Invalid URL. password: space_invalid: - other: Password cannot contain spaces. + other: La password non può contenere spazi. admin: cannot_update_their_password: - other: You cannot modify your password. + other: Non è possibile modificare la password. cannot_modify_self_status: - other: You cannot modify your status. + other: Non è possibile modificare il tuo status. email_or_password_wrong: - other: Email o password errati + other: Email o password errati. answer: not_found: - other: Risposta non trovata + other: Risposta non trovata. cannot_deleted: other: Permesso per cancellare mancante. cannot_update: other: Nessun permesso per l'aggiornamento. question_closed_cannot_add: - other: Questions are closed and cannot be added. + other: Le domande sono chiuse e non possono essere aggiunte. comment: edit_without_permission: - other: Non si hanno di privilegi sufficienti per modificare il commento + other: Non si hanno di privilegi sufficienti per modificare il commento. not_found: - other: Commento non trovato + other: Commento non trovato. cannot_edit_after_deadline: - other: The comment time has been too long to modify. + other: Il tempo per editare è scaduto. email: duplicate: - other: email già esistente + other: Email già esistente. need_to_be_verified: - other: email deve essere verificata + other: L'email deve essere verificata. verify_url_expired: - other: l'url di verifica email è scaduto, si prega di reinviare la email + other: L'url di verifica email è scaduto, si prega di reinviare l'email. illegal_email_domain_error: - other: Email is not allowed from that email domain. Please use another one. + other: L'email non è consentita da quel dominio di posta elettronica. Si prega di usarne un altro. lang: not_found: - other: lingua non trovata + other: File lingua non trovato. object: captcha_verification_failed: - other: captcha errato + other: Captcha errato. disallow_follow: other: Non sei autorizzato a seguire disallow_vote: @@ -199,7 +202,9 @@ backend: other: La nuova password è identica alla precedente question: already_deleted: - other: This post has been deleted. + other: Questo post è stato eliminato. + under_review: + other: Your post is awaiting review. It will be visible after it has been approved. not_found: other: domanda non trovata cannot_deleted: @@ -210,11 +215,11 @@ backend: other: Nessun permesso per l'aggiornamento. rank: fail_to_meet_the_condition: - other: Reputation rank fail to meet the condition. + other: Il rango di reputazione non soddisfa le condizioni. vote_fail_to_meet_the_condition: - other: Thanks for the feedback. You need at least {{.Rank}} reputation to cast a vote. + other: Grazie per il feedback. Hai bisogno di almeno una reputazione {{.Rank}} per votare. no_enough_rank_to_operate: - other: You need at least {{.Rank}} reputation to do this. + other: Hai bisogno di almeno una reputazione {{.Rank}} per fare questo. report: handle_failed: other: Gestione del report fallita @@ -222,11 +227,11 @@ backend: other: Report non trovato tag: already_exist: - other: Tag already exists. + other: Tag già esistente. not_found: other: Etichetta non trovata recommend_tag_not_found: - other: Recommend tag is not exist. + other: Il tag consigliato non esiste. recommend_tag_enter: other: Inserisci almeno un tag. not_contain_synonym_tags: @@ -234,12 +239,12 @@ backend: cannot_update: other: Nessun permesso per l'aggiornamento. is_used_cannot_delete: - other: You cannot delete a tag that is in use. + other: Non è possibile eliminare un tag in uso. cannot_set_synonym_as_itself: other: Non puoi impostare il sinonimo del tag corrente come se stesso. smtp: config_from_name_cannot_be_email: - other: The from name cannot be a email address. + other: Il mittente non può essere un indirizzo email. theme: not_found: other: tema non trovato @@ -247,12 +252,12 @@ backend: review_underway: other: Non è possibile modificare al momento, c'è una versione nella coda di revisione. no_permission: - other: No permission to revise. + other: Non è permessa la revisione. user: external_login_missing_user_id: - other: The third-party platform does not provide a unique UserID, so you cannot login, please contact the website administrator. + other: La piattaforma di terze parti non fornisce un utente ID unico, quindi non è possibile effettuare il login. Si prega di contattare l'amministratore del sito web. external_login_unbinding_forbidden: - other: Please set a login password for your account before you remove this login. + other: Per favore imposta una password di login per il tuo account prima di rimuovere questo accesso. email_or_password_wrong: other: other: Email o password errati @@ -269,99 +274,99 @@ backend: cannot_update_your_role: other: Non puoi modificare il tuo ruolo. not_allowed_registration: - other: Currently the site is not open for registration. + other: Attualmente il sito non è aperto per la registrazione. not_allowed_login_via_password: - other: Currently the site is not allowed to login via password. + other: Attualmente non è consentito accedere al sito tramite password. access_denied: - other: Access denied + other: Accesso negato page_access_denied: - other: You do not have access to this page. + other: Non hai accesso a questa pagina. add_bulk_users_format_error: - other: "Error {{.Field}} format near '{{.Content}}' at line {{.Line}}. {{.ExtraMessage}}" + other: "Errore {{.Field}} formato vicino a '{{.Content}}' alla riga {{.Line}}. {{.ExtraMessage}}" add_bulk_users_amount_error: - other: "The number of users you add at once should be in the range of 1-{{.MaxAmount}}." + other: "Il numero di utenti che aggiungi contemporaneamente dovrebbe essere compreso tra 1 e {{.MaxAmount}}." config: read_config_failed: - other: Read config failed + other: Configurazione lettura fallita database: connection_failed: - other: Database connection failed + other: Connessione al database fallita create_table_failed: - other: Create table failed + other: Creazione tabella non riuscita install: create_config_failed: - other: Can't create the config.yaml file. + other: Impossibile creare il file config.yaml. upload: unsupported_file_format: - other: Unsupported file format. + other: Formato file non supportato. site_info: config_not_found: - other: Site config not found. + other: Configurazione del sito non trovata. reason: spam: name: - other: spam + other: Spam desc: - other: This post is an advertisement, or vandalism. It is not useful or relevant to the current topic. + other: "Questo post è una pubblicità o spam. Non è utile o rilevante per l'argomento attuale.\n" rude_or_abusive: name: - other: rude or abusive + other: scortese o offensivo desc: - other: A reasonable person would find this content inappropriate for respectful discourse. + other: Una persona ragionevole troverebbe questo contenuto inappropriato o irrispettoso. a_duplicate: name: - other: a duplicate + other: duplicato desc: - other: This question has been asked before and already has an answer. + other: Questa domanda è già stata posta e ha già una risposta. placeholder: - other: Enter the existing question link + other: Inserisci il link alla domanda esistente not_a_answer: name: - other: not an answer + other: Non è una risposta desc: - other: This was posted as an answer, but it does not attempt to answer the question. It should possibly be an edit, a comment, another question, or deleted altogether. + other: Ciò è stato pubblicato come una risposta, ma non risponde alla domanda. Dovrebbe essere possibilmente una modifica, un commento, un'altra domanda o cancellato del tutto. no_longer_needed: name: - other: no longer needed + other: Non più necessario desc: - other: This comment is outdated, conversational or not relevant to this post. + other: Questo commento è obsoleto, informale o non rilevante per questo post. something: name: - other: something else + other: Qualcos'altro desc: - other: This post requires staff attention for another reason not listed above. + other: Questo post richiede l'attenzione dello staff per un altro motivo non elencato sopra. placeholder: - other: Let us know specifically what you are concerned about + other: Facci sapere nello specifico cosa ti preoccupa community_specific: name: - other: a community-specific reason + other: Un motivo legato alla community desc: - other: This question doesn't meet a community guideline. + other: Questa domanda non soddisfa le linee guida della community. not_clarity: name: - other: needs details or clarity + other: Richiede maggiori dettagli o chiarezza desc: - other: This question currently includes multiple questions in one. It should focus on one problem only. + other: Questa domanda include più domande in una. Dovrebbe concentrarsi su un unico problema. looks_ok: name: - other: looks OK + other: sembra OK desc: - other: This post is good as-is and not low quality. + other: Questo post è corretto così com'è e non è di bassa qualità. needs_edit: name: - other: needs edit, and I did it + other: Necessita di modifiche che ho effettuato desc: - other: Improve and correct problems with this post yourself. + other: Migliora e correggi tu stesso i problemi di questo post. needs_close: name: - other: needs close + other: necessita di chiusura desc: - other: A closed question can't answer, but still can edit, vote and comment. + other: A una domanda chiusa non è possibile rispondere, ma è comunque possibile modificare, votare e commentare. needs_delete: name: - other: needs delete + other: Necessario eliminare desc: - other: This post will be deleted. + other: Questo post verrà eliminato. question: close: duplicate: @@ -386,13 +391,13 @@ backend: other: Questo articolo richiede un'altro motivo non listato sopra. operation_type: asked: - other: asked + other: chiesto answered: - other: answered + other: Risposto modified: - other: modified + other: Modificato deleted_title: - other: Deleted question + other: "\nDomanda cancellata" notification: action: update_question: @@ -420,71 +425,80 @@ backend: your_comment_was_deleted: other: il tuo commento è stato rimosso up_voted_question: - other: upvoted question + other: domanda approvata down_voted_question: - other: downvoted question + other: domanda scartata up_voted_answer: - other: upvoted answer + other: risposta approvata down_voted_answer: - other: downvoted answer + other: risposta sfavorevole up_voted_comment: - other: upvoted comment + other: commento approvato invited_you_to_answer: - other: invited you to answer + other: sei invitato a rispondere email_tpl: change_email: title: - other: "[{{.SiteName}}] Confirm your new email address" + other: "[{{.SiteName}}] Conferma il tuo nuovo indirizzo email" body: - other: "Confirm your new email address for {{.SiteName}} by clicking on the following link:
\n{{.ChangeEmailUrl}}

\n\nIf you did not request this change, please ignore this email.\n" + other: "Conferma il tuo nuovo indirizzo email per {{.SiteName}} cliccando sul seguente link:
\n{{.ChangeEmailUrl}}

\n\nSe non hai richiesto questa modifica, ignora questa email.\n" new_answer: title: - other: "[{{.SiteName}}] {{.DisplayName}} answered your question" + other: "[{{.SiteName}}] {{.DisplayName}} ha risposto alla tua domanda" body: - other: "{{.QuestionTitle}}

\n\n{{.DisplayName}}:
\n
{{.AnswerSummary}}

\nView it on {{.SiteName}}

\n\n--
\nUnsubscribe" + other: "\n{{.QuestionTitle}}

\n\n{{.DisplayName}}:
\n
{{.AnswerSummary}}

\nVisualizzalo su {{.SiteName}}

\n\n--
\nAnnulla iscrizione" invited_you_to_answer: title: - other: "[{{.SiteName}}] {{.DisplayName}} invited you to answer" + other: "[{{.SiteName}}] {{.DisplayName}} ti ha invitato a rispondere" body: - other: "{{.QuestionTitle}}

\n\n{{.DisplayName}}:
\n
I think you may know the answer.

\nView it on {{.SiteName}}

\n\n--
\nUnsubscribe" + other: "{{.QuestionTitle}}

\n\n{{.DisplayName}}:
\n
Credo che potresti sapere la risposta.

\nVisualizzalo su {{.SiteName}}

\n\n--
\nAnnulla iscrizione" new_comment: title: - other: "[{{.SiteName}}] {{.DisplayName}} commented on your post" + other: "[{{.SiteName}}] {{.DisplayName}} ha commentato il tuo post" body: - other: "{{.QuestionTitle}}

\n\n{{.DisplayName}}:
\n
{{.CommentSummary}}

\nView it on {{.SiteName}}

\n\n--
\nUnsubscribe" + other: "{{.QuestionTitle}}

\n\n{{.DisplayName}}:
\n
{{.CommentSummary}}

\nVisualizzalo su {{.SiteName}}

\n\n--
\nAnnulla iscrizione" new_question: title: - other: "[{{.SiteName}}] New question: {{.QuestionTitle}}" + other: "[{{.SiteName}}] Nuova domanda: {{.QuestionTitle}}" body: - other: "{{.QuestionTitle}}
\n{{.Tags}}

\n\n--
\nUnsubscribe" + other: "{{.QuestionTitle}}
\n{{.Tags}}

\n\n--
\nAnnulla l'iscrizione" pass_reset: title: - other: "[{{.SiteName }}] Password reset" + other: "[{{.SiteName }}] Reimpostazione della password" body: - other: "Somebody asked to reset your password on {{.SiteName}}.

\n\nIf it was not you, you can safely ignore this email.

\n\nClick the following link to choose a new password:
\n{{.PassResetUrl}}\n" + other: "Qualcuno ha chiesto di reimpostare la tua password su {{.SiteName}}.

\n\nSe non sei stato tu, ignora questa email.

\n\nClicca sul seguente link per scegliere una nuova password:
\n{{.PassResetUrl}}\n" register: title: - other: "[{{.SiteName}}] Confirm your new account" + other: "[{{.SiteName}}] Conferma il tuo nuovo account" body: - other: "Welcome to {{.SiteName}}!

\n\nClick the following link to confirm and activate your new account:
\n{{.RegisterUrl}}

\n\nIf the above link is not clickable, try copying and pasting it into the address bar of your web browser.\n" + other: "Benvenuto su {{.SiteName}}!

\n\nClicca il seguente link per confermare e attivare il tuo nuovo account:
\n{{.RegisterUrl}}

\n\nSe il link qui sopra non è cliccabile, prova a copiarlo e incollarlo nella barra degli indirizzi del tuo browser.\n" test: title: - other: "[{{.SiteName}}] Test Email" + other: "[{{.SiteName}}] Email di prova" body: - other: "This is a test email." + other: "Questa è una email di prova." action_activity_type: upvote: - other: upvote + other: voto a favore upvoted: - other: upvoted + other: voto a favore downvote: - other: downvote + other: voto negativo downvoted: - other: downvoted + other: votato negativamente accept: - other: accept + other: Accetta accepted: - other: accepted + other: Accettato + edit: + other: edit + review: + queued_post: + other: Queued post + flagged_post: + other: Flagged post + suggested_post_edit: + other: Suggested edits # The following fields are used for interface presentation(Front-end) ui: how_to_format: @@ -500,1305 +514,1350 @@ ui: tag: Tag tags: Tags tag_wiki: tag wiki - create_tag: Create Tag + create_tag: Crea tag edit_tag: Modifica Tag ask_a_question: Aggiungi una domanda edit_question: Modifica Domanda - edit_answer: Edit Answer - search: Search - posts_containing: Posts containing - settings: Settings - notifications: Notifications - login: Log In - sign_up: Sign Up - account_recovery: Account Recovery - account_activation: Account Activation - confirm_email: Confirm Email - account_suspended: Account Suspended - admin: Admin - change_email: Modify Email - install: Answer Installation - upgrade: Answer Upgrade - maintenance: Website Maintenance - users: Users - oauth_callback: Processing - http_404: HTTP Error 404 - http_50X: HTTP Error 500 - http_403: HTTP Error 403 - logout: Log Out + edit_answer: Modifica risposta + search: Cerca + posts_containing: Post contenenti + settings: Impostazioni + notifications: Notifiche + login: Accedi + sign_up: Registrati + account_recovery: Recupero dell'account + account_activation: Attivazione account + confirm_email: Conferma Email + account_suspended: Account sospeso + admin: Amministratore + change_email: Modifica la tua email + install: Installazione di Answer + upgrade: Upgrade di Answer + maintenance: Manutenzione del sito + users: Utenti + oauth_callback: Elaborazione in corso + http_404: Errore HTTP 404 + http_50X: Errore HTTP 500 + http_403: Errore HTTP 403 + logout: Disconnetti notifications: - title: Notifications - inbox: Inbox - achievement: Achievements - new_alerts: New alerts - all_read: Mark all as read - show_more: Show more - someone: Someone + title: Notifiche + inbox: Posta in arrivo + achievement: Risultati + new_alerts: Nuovi avvisi + all_read: Segna tutto come letto + show_more: Mostra di più + someone: Qualcuno inbox_type: - all: All + all: Tutti posts: Posts - invites: Invites - votes: Votes + invites: Inviti + votes: Voti suspended: - title: Your Account has been Suspended - until_time: "Your account was suspended until {{ time }}." - forever: This user was suspended forever. - end: You don't meet a community guideline. - contact_us: Contact us + title: Il tuo account è stato sospeso + until_time: "Il tuo account è stato sospeso fino a {{ time }}." + forever: Questo utente è stato sospeso per sempre. + end: Non soddisfi le linee guida della community. + contact_us: Contattaci editor: blockquote: - text: Blockquote + text: Citazione bold: - text: Strong + text: Forte chart: - text: Chart - flow_chart: Flow chart - sequence_diagram: Sequence diagram - class_diagram: Class diagram - state_diagram: State diagram - entity_relationship_diagram: Entity relationship diagram - user_defined_diagram: User defined diagram - gantt_chart: Gantt chart - pie_chart: Pie chart + text: Grafico + flow_chart: Diagramma di flusso + sequence_diagram: Diagramma di sequenza + class_diagram: Diagramma di classe + state_diagram: Diagramma di stato + entity_relationship_diagram: Diagramma Entità-Relazione + user_defined_diagram: "\nDiagramma definito dall'utente" + gantt_chart: Diagramma di Gantt + pie_chart: Grafico a torta code: - text: Code Sample - add_code: Add code sample + text: Esempio di codice + add_code: Aggiungi un esempio di codice form: fields: code: - label: Code + label: Codice msg: - empty: Code cannot be empty. + empty: Il codice non può essere vuoto language: - label: Language - placeholder: Automatic detection - btn_cancel: Cancel - btn_confirm: Add + label: Lingua + placeholder: Rilevamento automatico + btn_cancel: Cancella + btn_confirm: Aggiungi formula: text: Formula options: - inline: Inline formula - block: Block formula + inline: Formula nella linea + block: "\nFormula di blocco" heading: - text: Heading + text: Intestazione options: - h1: Heading 1 - h2: Heading 2 - h3: Heading 3 - h4: Heading 4 - h5: Heading 5 - h6: Heading 6 + h1: Intestazione 1 + h2: Intestazione 2 + h3: Intestazione 3 + h4: Intestazione 4 + h5: Intestazione 5 + h6: Intestazione 6 help: - text: Help + text: Aiuto hr: - text: Horizontal rule + text: Riga orizzontale image: - text: Image - add_image: Add image - tab_image: Upload image + text: Immagine + add_image: Aggiungi immagine + tab_image: Carica immagine form_image: fields: file: - label: Image file - btn: Select image + label: File d'immagine + btn: Scegli immagine msg: - empty: File cannot be empty. - only_image: Only image files are allowed. - max_size: File size cannot exceed 4 MB. + empty: Il file non può essere vuoto. + only_image: Sono ammesse solo le immagini + max_size: La dimensione del file non può superare i 4 MB. desc: - label: Description - tab_url: Image URL + label: Descrizione + tab_url: Url dell'Immagine form_url: fields: url: - label: Image URL + label: URL dell'immagine msg: - empty: Image URL cannot be empty. + empty: L'URL dell'immagine non può essere vuoto. name: - label: Description - btn_cancel: Cancel - btn_confirm: Add - uploading: Uploading + label: Descrizione + btn_cancel: Cancella + btn_confirm: Aggiungi + uploading: Caricamento in corso... indent: - text: Indent + text: Indenta outdent: - text: Outdent + text: Deindenta italic: - text: Emphasis + text: Corsivo link: - text: Hyperlink - add_link: Add hyperlink + text: Collegamento ipertestuale + add_link: Aggiungi collegamento form: fields: url: label: URL msg: - empty: URL cannot be empty. + empty: L'URL non può essere vuoto name: - label: Description - btn_cancel: Cancel - btn_confirm: Add + label: Descrizione + btn_cancel: Cancella + btn_confirm: Aggiungi ordered_list: - text: Numbered list + text: Elenco numerato unordered_list: - text: Bulleted list + text: Elenco puntato table: - text: Table - heading: Heading - cell: Cell + text: Tabella + heading: Intestazione + cell: Cella close_modal: - title: I am closing this post as... - btn_cancel: Cancel - btn_submit: Submit + title: Sto chiudendo questo post come... + btn_cancel: Cancella + btn_submit: Invia remark: - empty: Cannot be empty. + empty: Non può essere vuoto. msg: - empty: Please select a reason. + empty: Per favore seleziona un motivo report_modal: - flag_title: I am flagging to report this post as... + flag_title: Sto segnalando questo post per riportarlo come... close_title: I am closing this post as... - review_question_title: Review question - review_answer_title: Review answer - review_comment_title: Review comment - btn_cancel: Cancel - btn_submit: Submit + review_question_title: Rivedi la domanda + review_answer_title: Rivedi la risposta + review_comment_title: Rivedi il commento + btn_cancel: Cancella + btn_submit: Invia remark: - empty: Cannot be empty. + empty: Non può essere vuoto. msg: - empty: Please select a reason. + empty: Per favore seleziona un motivo + not_a_url: URL format is incorrect. + url_not_match: URL origin does not match the current website. tag_modal: - title: Create new tag + title: Crea un nuovo tag form: fields: display_name: - label: Display name + label: Nome da visualizzare msg: - empty: Display name cannot be empty. - range: Display name up to 35 characters. + empty: Il nome utente non può essere vuoto. + range: Nome utente fino a 35 caratteri. slug_name: - label: URL slug + label: Slug dell'URL desc: URL slug fino a 35 caratteri. msg: - empty: URL slug cannot be empty. - range: URL slug up to 35 characters. - character: URL slug contains unallowed character set. + empty: Lo slug dell'URL non può essere vuoto. + range: Slug dell'URL fino a 35 caratteri. + character: Lo slug dell'URL contiene un set di caratteri non consentiti. desc: - label: Description + label: Descrizione revision: - label: Revision + label: Revisione edit_summary: - label: Edit summary + label: Modifica il riepilogo placeholder: >- - Briefly explain your changes (corrected spelling, fixed grammar, improved formatting) - btn_cancel: Cancel - btn_submit: Submit - btn_post: Post new tag + Spiega brevemente le tue modifiche (ortografia rifinita, grammatica corretta, formattazione migliorata) + btn_cancel: Cancella + btn_submit: Invia + btn_post: Pubblica un nuovo tag tag_info: - created_at: Created - edited_at: Edited - history: History + created_at: Creato + edited_at: Modificato + history: Cronologia synonyms: - title: Synonyms - text: The following tags will be remapped to - empty: No synonyms found. - btn_add: Add a synonym - btn_edit: Edit - btn_save: Save - synonyms_text: The following tags will be remapped to + title: Sinonimi + text: I seguenti tag verranno rimappati a + empty: Nessun sinonimo trovato. + btn_add: Aggiungi un sinonimo + btn_edit: Modifica + btn_save: Salva + synonyms_text: I seguenti tag verranno rimappati a delete: - title: Delete this tag + title: Elimina questo tag tip_with_posts: >- -

We do not allowed deleting tag with posts.

Please remove this tag from the posts first.

+

Non è consentita l'eliminazione di tag con i post.

Rimuovi prima questo tag dai post.

tip_with_synonyms: >- -

We do not allowed deleting tag with synonyms.

Please remove the synonyms from this tag first.

- tip: Are you sure you wish to delete? - close: Close +

Non è consentita l'eliminazione di tag con sinonimi.

Per favore, rimuovi prima i sinonimi da questo tag.

+ tip: Sei sicuro di voler cancellare? + close: Chiudi edit_tag: - title: Edit Tag - default_reason: Edit tag - default_first_reason: Add tag - btn_save_edits: Save edits - btn_cancel: Cancel + title: Modifica Tag + default_reason: Modifica tag + default_first_reason: Aggiungi tag + btn_save_edits: Salva modifiche + btn_cancel: Cancella dates: long_date: MMM D long_date_with_year: "MMM D, YYYY" - long_date_with_time: "MMM D, YYYY [at] HH:mm" - now: now - x_seconds_ago: "{{count}}s ago" - x_minutes_ago: "{{count}}m ago" - x_hours_ago: "{{count}}h ago" - hour: hour - day: day - hours: hours - days: days + long_date_with_time: "MMM D, AAAA [at] HH:mm" + now: ora + x_seconds_ago: "{{count}}s fa" + x_minutes_ago: "{{count}}m fa" + x_hours_ago: "{{count}}h fa" + hour: ora + day: giorno + hours: ore + days: giorni comment: - btn_add_comment: Add comment - reply_to: Reply to - btn_reply: Reply - btn_edit: Edit - btn_delete: Delete - btn_flag: Flag - btn_save_edits: Save edits - btn_cancel: Cancel - show_more: "{{count}} more comments" + btn_add_comment: Aggiungi un commento + reply_to: Rispondi a + btn_reply: Rispondi + btn_edit: Modifica + btn_delete: Cancella + btn_flag: Segnala + btn_save_edits: Salva modifiche + btn_cancel: Cancella + show_more: "{{count}} altri commenti" tip_question: >- - Use comments to ask for more information or suggest improvements. Avoid answering questions in comments. + Usa i commenti per chiedere maggiori informazioni o per suggerire miglioramenti. Evita di rispondere alle domande nei commenti. tip_answer: >- - Use comments to reply to other users or notify them of changes. If you are adding new information, edit your post instead of commenting. - tip_vote: It adds something useful to the post + Utilizza i commenti per rispondere ad altri utenti o avvisarli delle modifiche. Se stai aggiungendo nuove informazioni, modifica il tuo post invece di commentare. + tip_vote: Aggiunge qualcosa di utile al post edit_answer: - title: Edit Answer - default_reason: Edit answer - default_first_reason: Add answer + title: Modifica risposta + default_reason: Modifica risposta + default_first_reason: Aggiungi risposta form: fields: revision: - label: Revision + label: Revisione answer: - label: Answer + label: Risposta feedback: - characters: content must be at least 6 characters in length. + characters: Il testo deve contenere almeno 6 caratteri. edit_summary: - label: Edit summary + label: Modifica il riepilogo placeholder: >- - Briefly explain your changes (corrected spelling, fixed grammar, improved formatting) - btn_save_edits: Save edits - btn_cancel: Cancel + Spiega brevemente le tue modifiche (ortografia rifinita, grammatica corretta, formattazione migliorata) + btn_save_edits: Salva modifiche + btn_cancel: Annulla tags: - title: Tags + title: Tag sort_buttons: - popular: Popular - name: Name - newest: Newest - button_follow: Follow - button_following: Following - tag_label: questions - search_placeholder: Filter by tag name - no_desc: The tag has no description. - more: More + popular: Popolari + name: Nome + newest: Più recente + button_follow: Segui + button_following: Segui già + tag_label: domande + search_placeholder: Filtra per nome del tag + no_desc: Il tag non ha descrizioni. + more: Altro ask: - title: Add Question - edit_title: Edit Question - default_reason: Edit question - default_first_reason: Add question - similar_questions: Similar questions + title: Aggiungi una domanda + edit_title: Modifica Domanda + default_reason: Modifica domanda + default_first_reason: Aggiungi una domanda + similar_questions: Domande simili form: fields: revision: - label: Revision + label: Revisione title: - label: Title - placeholder: Be specific and imagine you're asking a question to another person + label: Titolo + placeholder: Sii specifico e immagina tu stia facendo una domanda ad un'altra persona msg: - empty: Title cannot be empty. - range: Title up to 150 characters + empty: Il titolo non può essere vuoto. + range: Il titolo non può superare i 150 caratteri body: - label: Body + label: Contenuto msg: - empty: Body cannot be empty. + empty: Il corpo del testo non può essere vuoto. tags: label: Tags msg: - empty: Tags cannot be empty. + empty: I tag non possono essere vuoti. answer: - label: Answer + label: Risposta msg: - empty: Answer cannot be empty. + empty: La risposta non può essere vuota. edit_summary: - label: Edit summary + label: Modifica riepilogo placeholder: >- - Briefly explain your changes (corrected spelling, fixed grammar, improved formatting) - btn_post_question: Post your question - btn_save_edits: Save edits - answer_question: Answer your own question - post_question&answer: Post your question and answer + Spiega brevemente le tue modifiche (ortografia corretta, grammatica corretta, formattazione migliorata) + btn_post_question: Posta la tua domanda + btn_save_edits: Salva modifiche + answer_question: Rispondi alla tua domanda + post_question&answer: Posta la tua domanda e risposta tag_selector: - add_btn: Add tag - create_btn: Create new tag - search_tag: Search tag - hint: "Describe what your question is about, at least one tag is required." - no_result: No tags matched - tag_required_text: Required tag (at least one) + add_btn: Aggiungi tag + create_btn: Crea un nuovo tag + search_tag: Cerca tag + hint: "Descrivi qual è la tua domanda, è richiesto almeno un tag." + no_result: Nessun tag corrispondente + tag_required_text: Tag richiesto (almeno uno) header: nav: - question: Questions + question: Domande tag: Tags - user: Users - profile: Profile - setting: Settings - logout: Log out - admin: Admin - review: Review - bookmark: Bookmarks - moderation: Moderation + user: Utenti + profile: Profilo + setting: Impostazioni + logout: Disconnetti + admin: Amministratore + review: Revisione + bookmark: Segnalibri + moderation: Moderazione search: - placeholder: Search + placeholder: Cerca footer: build_on: >- - Powered by <1> Apache Answer - the open-source software that powers Q&A communities.
Made with love © {{cc}}. + Basato su <1> Apache Answer , il software open source che alimenta le comunità di domande e risposte.
Fatto con amore © {{cc}}. upload_img: - name: Change - loading: loading... + name: Modifica + loading: caricamento in corso... pic_auth_code: title: Captcha - placeholder: Type the text above + placeholder: Digita il testo sopra msg: - empty: Captcha cannot be empty. + empty: Il Captcha non può essere vuoto. inactive: first: >- - You're almost done! We sent an activation mail to {{mail}}. Please follow the instructions in the mail to activate your account. - info: "If it doesn't arrive, check your spam folder." + Hai quasi finito! Abbiamo inviato un'e-mail di attivazione a {{mail}}. Segui le istruzioni contenute nella mail per attivare il tuo account. + info: "Se non arriva, controlla la cartella spam." another: >- - We sent another activation email to you at {{mail}}. It might take a few minutes for it to arrive; be sure to check your spam folder. - btn_name: Resend activation email - change_btn_name: Change email + Ti abbiamo inviato un'altra email di attivazione all'indirizzo {{mail}}. Potrebbero volerci alcuni minuti prima che arrivi; assicurati di controllare la cartella spam. + btn_name: Reinvia l'e-mail di attivazione + change_btn_name: Modifica e-mail msg: - empty: Cannot be empty. + empty: Non può essere vuoto. resend_email: - url_label: Are you sure you want to resend the activation email? - url_text: You can also give the activation link above to the user. + url_label: Sei sicuro di voler inviare nuovamente l'e-mail di attivazione? + url_text: Puoi anche fornire all'utente il link di attivazione riportato sopra. login: - login_to_continue: Log in to continue - info_sign: Don't have an account? <1>Sign up - info_login: Already have an account? <1>Log in - agreements: By registering, you agree to the <1>privacy policy and <3>terms of service. - forgot_pass: Forgot password? + login_to_continue: Accedi per continuare + info_sign: Non hai un account? <1>Iscriviti + info_login: Hai già un account? <1>Accedi + agreements: Registrandoti, accetti l'<1>informativa sulla privacy e i <3>termini del servizio. + forgot_pass: Password dimenticata? name: - label: Name + label: Nome msg: - empty: Name cannot be empty. - range: Name up to 30 characters. - character: 'Must use the character set "a-z", "0-9", " - . _"' + empty: Il nome non può essere vuoto. + range: Nome fino a 30 caratteri. + character: 'È necessario utilizzare il set di caratteri "a-z", "0-9", " - . _"' email: label: Email msg: - empty: Email cannot be empty. + empty: L'email non può essere vuota. password: label: Password msg: - empty: Password cannot be empty. - different: The passwords entered on both sides are inconsistent + empty: La password non può essere vuota. + different: Le password inserite su entrambi i lati non corrispondono account_forgot: - page_title: Forgot Your Password - btn_name: Send me recovery email + page_title: Password dimenticata? + btn_name: Inviami email di recupero send_success: >- - If an account matches {{mail}}, you should receive an email with instructions on how to reset your password shortly. + Se un account corrisponde a {{mail}}, a breve dovresti ricevere un'e-mail con le istruzioni su come reimpostare la password. email: label: Email msg: - empty: Email cannot be empty. + empty: Il campo email non può essere vuoto. change_email: - btn_cancel: Cancel - btn_update: Update email address + btn_cancel: Cancella + btn_update: Aggiorna indirizzo email send_success: >- - If an account matches {{mail}}, you should receive an email with instructions on how to reset your password shortly. + Se un account corrisponde a {{mail}}, a breve dovresti ricevere un'email con le istruzioni su come reimpostare la password. email: - label: New email + label: Nuova email msg: - empty: Email cannot be empty. + empty: L'email non può essere vuota. oauth: - connect: Connect with {{ auth_name }} - remove: Remove {{ auth_name }} + connect: Connettiti con {{ auth_name }} + remove: Rimuovi {{ auth_name }} oauth_bind_email: - subtitle: Add a recovery email to your account. - btn_update: Update email address + subtitle: Aggiungi un'email di recupero al tuo account. + btn_update: Aggiorna l'indirizzo email email: label: Email msg: - empty: Email cannot be empty. - modal_title: Email already existes. - modal_content: This email address already registered. Are you sure you want to connect to the existing account? - modal_cancel: Change email - modal_confirm: Connect to the existing account + empty: L'email non può essere vuota. + modal_title: Email già esistente + modal_content: Questo indirizzo email è già registrato. Sei sicuro che vuoi connetterti all'account esistente? + modal_cancel: Cambia email + modal_confirm: Connettiti all'account esistente password_reset: - page_title: Password Reset - btn_name: Reset my password + page_title: Reimposta la password + btn_name: Reimposta la mia password reset_success: >- - You successfully changed your password; you will be redirected to the log in page. + Hai cambiato con successo la tua password; sarai reindirizzato alla pagina di accesso. link_invalid: >- - Sorry, this password reset link is no longer valid. Perhaps your password is already reset? - to_login: Continue to log in page + Siamo spiacenti, questo link di reset della password non è più valido. Forse la password è già stata reimpostata? + to_login: Continua per effettuare il login password: label: Password msg: - empty: Password cannot be empty. - length: The length needs to be between 8 and 32 - different: The passwords entered on both sides are inconsistent + empty: La password non può essere vuota + length: La lunghezza deve essere compresa tra 8 e 32 + different: Le password inserite non corrispondono password_confirm: - label: Confirm new password + label: Conferma la nuova password settings: - page_title: Settings - goto_modify: Go to modify + page_title: Impostazioni + goto_modify: Vai alle modifiche nav: - profile: Profile - notification: Notifications + profile: Profilo + notification: Notifiche account: Account - interface: Interface + interface: Interfaccia profile: - heading: Profile - btn_name: Save + heading: Profilo + btn_name: Salva display_name: - label: Display name - msg: Display name cannot be empty. - msg_range: Display name up to 30 characters. + label: Visualizza nome + msg: Il nome utente non può essere vuoto. + msg_range: Il nome utente non può superare i 30 caratteri. username: - label: Username - caption: People can mention you as "@username". - msg: Username cannot be empty. - msg_range: Username up to 30 characters. - character: 'Must use the character set "a-z", "0-9", " - . _"' + label: Nome utente + caption: Gli altri utenti possono menzionarti con @{{username}}. + msg: Il nome utente non può essere vuoto. + msg_range: Nome utente fino a 30 caratteri. + character: 'È necessario utilizzare il set di caratteri "a-z", "0-9", " - . _"' avatar: - label: Profile image + label: Immagine del profilo gravatar: Gravatar - gravatar_text: You can change image on - custom: Custom - custom_text: You can upload your image. - default: System - msg: Please upload an avatar + gravatar_text: Puoi cambiare l'immagine + custom: Personalizzato + custom_text: Puoi caricare la tua immagine. + default: Sistema + msg: Per favore carica un avatar bio: - label: About me + label: Chi sono website: - label: Website - placeholder: "https://example.com" - msg: Website incorrect format + label: Sito web + placeholder: "https://esempio.com" + msg: Formato non corretto del sito web location: - label: Location - placeholder: "City, Country" + label: Luogo + placeholder: "Città, Paese" notification: - heading: Email Notifications - turn_on: Turn on + heading: Notifiche email + turn_on: Accendi inbox: - label: Inbox notifications - description: Answers to your questions, comments, invites, and more. + label: Notifiche in arrivo + description: Risposte alle tue domande, commenti, inviti e altro ancora. all_new_question: - label: All new questions - description: Get notified of all new questions. Up to 50 questions per week. + label: Tutte le nuove domande + description: Ricevi una notifica per tutte le nuove domande. Fino a 50 domande a settimana. all_new_question_for_following_tags: - label: All new questions for following tags - description: Get notified of new questions for following tags. + label: Tutte le nuove domande per i seguenti tag + description: Ricevi una notifica delle nuove domande per i seguenti tag. account: - heading: Account - change_email_btn: Change email - change_pass_btn: Change password + heading: Profilo + change_email_btn: Modifica e-mail + change_pass_btn: Modifica password change_email_info: >- - We've sent an email to that address. Please follow the confirmation instructions. + Abbiamo inviato una mail a quell'indirizzo. Si prega di seguire le istruzioni di conferma. email: - label: New email - msg: New email cannot be empty. + label: Nuova email + msg: La nuova email non può essere vuota. pass: - label: Current password - msg: Password cannot be empty. + label: Password attuale + msg: La password non può essere vuota password_title: Password current_pass: - label: Current password + label: Password attuale msg: - empty: Current password cannot be empty. - length: The length needs to be between 8 and 32. - different: The two entered passwords do not match. + empty: La password attuale non può essere vuota. + length: La lunghezza deve essere compresa tra 8 e 32. + different: Le due password inserite non corrispondono. new_pass: - label: New password + label: Nuova password pass_confirm: - label: Confirm new password + label: Conferma la nuova password interface: - heading: Interface + heading: Interfaccia lang: - label: Interface language - text: User interface language. It will change when you refresh the page. + label: Lingua dell'interfaccia + text: La lingua dell'interfaccia utente cambierà quando aggiorni la pagina. my_logins: - title: My logins - label: Log in or sign up on this site using these accounts. - modal_title: Remove login - modal_content: Are you sure you want to remove this login from your account? - modal_confirm_btn: Remove - remove_success: Removed successfully + title: I miei login + label: Accedi o registrati su questo sito utilizzando questi account. + modal_title: Rimuovi login + modal_content: Sei sicuro di voler rimuovere questo login dal tuo account? + modal_confirm_btn: Rimuovi + remove_success: Rimosso con successo toast: - update: update success - update_password: Password changed successfully. - flag_success: Thanks for flagging. - forbidden_operate_self: Forbidden to operate on yourself - review: Your revision will show after review. - sent_success: Sent successfully + update: Aggiornamento riuscito + update_password: Password modificata con successo. + flag_success: Grazie per la segnalazione. + forbidden_operate_self: Vietato operare su se stessi. + review: Le tue modifiche verranno visualizzata dopo la revisione. + sent_success: Inviato correttamente related_question: - title: Related Questions - answers: answers + title: Domande correlate + answers: risposte invite_to_answer: - title: People Asked - desc: Select people who you think might know the answer. - invite: Invite to answer - add: Add people - search: Search people + title: Persone Interpellate + desc: Seleziona le persone che pensi potrebbero conoscere la risposta. + invite: Invita a rispondere + add: Aggiungi contatti + search: Cerca persone question_detail: - action: Action - Asked: Asked - asked: asked - update: Modified - edit: edited - Views: Viewed - Follow: Follow - Following: Following - follow_tip: Follow this question to receive notifications - answered: answered - closed_in: Closed in - show_exist: Show existing question. - useful: Useful - question_useful: It is useful and clear - question_un_useful: It is unclear or not useful - question_bookmark: Bookmark this question - answer_useful: It is useful - answer_un_useful: It is not useful + action: Azione + Asked: Chiesto + asked: chiesto + update: Modificato + edit: modificato + commented: commented + Views: Visualizzati + Follow: Segui + Following: Segui già + follow_tip: Segui questa domanda per ricevere notifiche + answered: Risposto + closed_in: Chiuso in + show_exist: Mostra domanda esistente. + useful: Utile + question_useful: È utile e chiaro + question_un_useful: Non è chiaro né utile + question_bookmark: Aggiungi questa domanda ai segnalibri + answer_useful: È utile + answer_un_useful: Non è utile answers: - title: Answers - score: Score - newest: Newest - btn_accept: Accept - btn_accepted: Accepted + title: Risposte + score: Punteggio + newest: Più recenti + oldest: Oldest + btn_accept: Accetta + btn_accepted: Accettato write_answer: - title: Your Answer - edit_answer: Edit my existing answer - btn_name: Post your answer - add_another_answer: Add another answer - confirm_title: Continue to answer - continue: Continue + title: La tua risposta + edit_answer: Modifica la mia risposta attuale + btn_name: Pubblica la tua risposta + add_another_answer: Aggiungi un'altra risposta + confirm_title: Continua a rispondere + continue: Continua confirm_info: >- -

Are you sure you want to add another answer?

You could use the edit link to refine and improve your existing answer, instead.

- empty: Answer cannot be empty. - characters: content must be at least 6 characters in length. +

Sei sicuro di voler aggiungere un'altra risposta?

In alternativa, puoi usare il link di modifica per perfezionare e migliorare la tua risposta esistente.

+ empty: La risposta non può essere vuota. + characters: Il contenuto deve avere una lunghezza di almeno 6 caratteri. tips: - header_1: Thanks for your answer - li1_1: Please be sure to answer the question. Provide details and share your research. - li1_2: Back up any statements you make with references or personal experience. - header_2: But avoid ... - li2_1: Asking for help, seeking clarification, or responding to other answers. + header_1: Grazie per la risposta + li1_1: Assicurati di rispondere alla domanda. Fornisci dettagli e condividi la tua ricerca. + li1_2: Effettua il backup di qualsiasi dichiarazione fatta con riferimenti o esperienze personali. + header_2: Ma evita... + li2_1: Chiedere aiuto, cercare chiarimenti o rispondere ad altre risposte. reopen: - confirm_btn: Reopen - title: Reopen this post - content: Are you sure you want to reopen? + confirm_btn: Riapri + title: Riapri questo post + content: Sei sicuro di voler riaprire? + list: + confirm_btn: List + title: List this post + content: Are you sure you want to list? + unlist: + confirm_btn: Unlist + title: Unlist this post + content: Are you sure you want to unlist? pin: - title: Pin this post - content: Are you sure you wish to pinned globally? This post will appear at the top of all post lists. - confirm_btn: Pin + title: Fissa questo post in cima al profilo + content: Sei sicuro di voler fissare in blocco? Questo post apparirà in cima a tutte le liste. + confirm_btn: Fissa sul profilo delete: - title: Delete this post + title: Cancella questo post question: >- - We do not recommend deleting questions with answers because doing so deprives future readers of this knowledge.

Repeated deletion of answered questions can result in your account being blocked from asking. Are you sure you wish to delete? + Non consigliamo di eliminaredomande con risposte perché ciò priva i futuri lettori di questa conoscenza.

L'eliminazione ripetuta di domande con risposte può comportare il blocco delle domande nel tuo account. Sei sicuro di voler eliminare? answer_accepted: >- -

We do not recommend deleting accepted answer because doing so deprives future readers of this knowledge.

Repeated deletion of accepted answers can result in your account being blocked from answering. Are you sure you wish to delete? - other: Are you sure you wish to delete? - tip_answer_deleted: This answer has been deleted - undelete_title: Undelete this post - undelete_desc: Are you sure you wish to undelete? +

Non consigliamo di eliminare la risposta accettata perché così facendo si priva i futuri lettori di questa conoscenza.

La cancellazione ripetuta delle risposte accettate può causare il blocco del tuo account dalla risposta. Sei sicuro di voler eliminare? + other: Sei sicuro di voler eliminare? + tip_answer_deleted: Questa risposta è stata cancellata + undelete_title: Ripristina questo post + undelete_desc: Sei sicuro di voler ripristinare? btns: - confirm: Confirm - cancel: Cancel - edit: Edit - save: Save - delete: Delete - undelete: Undelete - login: Log in - signup: Sign up - logout: Log out - verify: Verify - add_question: Add question - approve: Approve - reject: Reject - skip: Skip - discard_draft: Discard draft - pinned: Pinned - all: All - question: Question - answer: Answer - comment: Comment - refresh: Refresh - resend: Resend - deactivate: Deactivate - active: Active - suspend: Suspend - unsuspend: Unsuspend - close: Close - reopen: Reopen + confirm: Conferma + cancel: Cancella + edit: Modifica + save: Salva + delete: Elimina + undelete: Ripristina + list: List + unlist: Unlist + unlisted: Unlisted + login: Accedi + signup: Registrati + logout: Disconnetti + verify: Verifica + add_question: Aggiungi una domanda + approve: Approva + reject: Rifiuta + skip: Salta + discard_draft: Elimina bozza + pinned: Fissato in cima + all: Tutti + question: Domanda + answer: Risposta + comment: Commento + refresh: Aggiorna + resend: Rinvia + deactivate: Disattivare + active: Attivo + suspend: Sospendi + unsuspend: Riabilita + close: Chiudi + reopen: Riapri ok: OK - light: Light - dark: Dark - system_setting: System setting - default: Default - reset: Reset + light: Illuminazione + dark: Scuro + system_setting: Configurazione di sistema + default: Predefinito + reset: Resetta + tag: Tag + post_lowercase: post + filter: Filter + ignore: Ignore + submit: Submit + normal: Normal + closed: Closed + deleted: Deleted + pending: Pending search: - title: Search Results - keywords: Keywords - options: Options - follow: Follow - following: Following - counts: "{{count}} Results" - more: More + title: Risultati della ricerca + keywords: Parole chiave + options: Opzioni + follow: Segui + following: Segui già + counts: "{{count}} Risultati" + more: Altro sort_btns: - relevance: Relevance - newest: Newest - active: Active - score: Score - more: More + relevance: Rilevanza + newest: Più recenti + active: Attivo + score: Punteggio + more: Altro tips: - title: Advanced Search Tips - tag: "<1>[tag] search withing a tag" - user: "<1>user:username search by author" - answer: "<1>answers:0 unanswered questions" - score: "<1>score:3 posts with a 3+ score" - question: "<1>is:question search questions" - is_answer: "<1>is:answer search answers" - empty: We couldn't find anything.
Try different or less specific keywords. + title: Suggerimenti per ricerca avanzata + tag: "<1>[tag] cerca dentro un tag" + user: "<1>user:username ricerca per autore" + answer: "<1>risposte:0 domande senza risposta" + score: "<1>punteggio:3 messaggi con un punteggio di 3+" + question: "<1>is:question cerca domande" + is_answer: "<1>is:answer cerca risposte" + empty: Non siamo riusciti a trovare nulla.
Prova parole chiave diverse o meno specifiche. share: - name: Share - copy: Copy link - via: Share post via... - copied: Copied - facebook: Share to Facebook - twitter: Share to Twitter - cannot_vote_for_self: You can't vote for your own post. + name: Condividi + copy: Copia il link + via: Condividi il post via... + copied: Copiato + facebook: Condividi su Facebook + twitter: Condividi su Twitter + cannot_vote_for_self: Non puoi votare un tuo post! modal_confirm: - title: Error... + title: Errore... account_result: - success: Your new account is confirmed; you will be redirected to the home page. - link: Continue to homepage + success: Il tuo nuovo account è confermato; sarai reindirizzato alla home page. + link: Continua alla Homepage invalid: >- - Sorry, this account confirmation link is no longer valid. Perhaps your account is already active? - confirm_new_email: Your email has been updated. + Siamo spiacenti, questo link di conferma dell'account non è più valido. Forse il tuo account è già attivo? + confirm_new_email: La tua email è stata aggiornata. confirm_new_email_invalid: >- - Sorry, this confirmation link is no longer valid. Perhaps your email was already changed? + Siamo spiacenti, questo link di conferma non è più valido. Forse la tua email è già stata modificata? unsubscribe: - page_title: Unsubscribe - success_title: Unsubscribe Successful - success_desc: You have been successfully removed from this subscriber list and won't receive any further emails from us. - link: Change settings + page_title: Annulla l'iscrizione + success_title: Cancellazione effettuata con successo + success_desc: Sei stato rimosso con successo da questa lista e non riceverai ulteriori email + link: Cambia impostazioni question: - following_tags: Following Tags - edit: Edit - save: Save - follow_tag_tip: Follow tags to curate your list of questions. - hot_questions: Hot Questions - all_questions: All Questions - x_questions: "{{ count }} Questions" - x_answers: "{{ count }} answers" - questions: Questions - answers: Answers - newest: Newest - active: Active - frequent: Frequent - score: Score - unanswered: Unanswered - modified: modified - answered: answered - asked: asked - closed: closed - follow_a_tag: Follow a tag - more: More + following_tags: Tag seguenti + edit: Modifica + save: Salva + follow_tag_tip: Segui i tag per curare la tua lista di domande. + hot_questions: Domande scottanti + all_questions: Tutte le domande + x_questions: "{{ count }} Domande" + x_answers: "{{count}} risposte" + questions: Domande + answers: Risposte + newest: Più recenti + active: Attivo + frequent: Frequenti + score: Punteggio + unanswered: Senza risposta + modified: Modificato + answered: Risposte + asked: chiesto + closed: Chiuso + follow_a_tag: Segui un tag + more: Altro personal: - overview: Overview - answers: Answers - answer: answer - questions: Questions - question: question - bookmarks: Bookmarks - reputation: Reputation - comments: Comments - votes: Votes - newest: Newest - score: Score - edit_profile: Edit profile - visited_x_days: "Visited {{ count }} days" - viewed: Viewed - joined: Joined - last_login: Seen - about_me: About Me - about_me_empty: "// Hello, World !" - top_answers: Top Answers - top_questions: Top Questions - stats: Stats - list_empty: No posts found.
Perhaps you'd like to select a different tab? - accepted: Accepted - answered: answered - asked: asked - downvoted: downvoted + overview: Informazioni Generali + answers: Risposte + answer: Risposta + questions: Domande + question: Domanda + bookmarks: Segnalibri + reputation: Reputazione + comments: Commenti + votes: Voti + newest: Più recenti + score: Punteggio + edit_profile: Modifica profilo + visited_x_days: "{{ count }} giorni visitati" + viewed: Visualizzati + joined: Iscritto + last_login: Visto + about_me: Chi sono + about_me_empty: "// Ciao, mondo !" + top_answers: Migliori risposte + top_questions: Domande principali + stats: Statistiche + list_empty: Nessun post trovato.
Forse desideri selezionare una scheda diversa? + accepted: Accettato + answered: risposto + asked: chiesto + downvoted: votato negativamente mod_short: MOD - mod_long: Moderators - x_reputation: reputation - x_votes: votes received - x_answers: answers - x_questions: questions + mod_long: Moderatori + x_reputation: reputazione + x_votes: voti ricevuti + x_answers: risposte + x_questions: domande install: - title: Answer - next: Next - done: Done - config_yaml_error: Can't create the config.yaml file. + title: Risposta + next: Avanti + done: Fatto + config_yaml_error: Impossibile creare il file config.yaml. lang: - label: Please choose a language + label: Scegli una lingua db_type: - label: Database engine + label: Motore database db_username: - label: Username + label: Nome utente placeholder: root - msg: Username cannot be empty. + msg: Il nome utente non può essere vuoto. db_password: label: Password placeholder: root - msg: Password cannot be empty. + msg: La password non può essere vuota. db_host: - label: Database host + label: Host del database placeholder: "db:3306" - msg: Database host cannot be empty. + msg: L'host del database non può essere vuoto. db_name: - label: Database name - placeholder: answer - msg: Database name cannot be empty. + label: Nome database + placeholder: risposta + msg: Il nome del database non può essere vuoto. db_file: - label: Database file + label: File del database placeholder: /data/answer.db - msg: Database file cannot be empty. + msg: Il file del database non può essere vuoto. config_yaml: - title: Create config.yaml - label: The config.yaml file created. + title: Crea config.yaml + label: File config.yaml creato. desc: >- - You can create the <1>config.yaml file manually in the <1>/var/wwww/xxx/ directory and paste the following text into it. - info: After you've done that, click "Next" button. - site_information: Site Information - admin_account: Admin Account + Puoi creare manualmente il file <1>config.yaml nella directory <1>/var/wwww/xxx/ e incollarvi il seguente testo. + info: Una volta fatto, fai clic sul pulsante "Avanti". + site_information: Informazioni sul sito + admin_account: Account Amministratore site_name: - label: Site name - msg: Site name cannot be empty. - msg_max_length: Site name must be at maximum 30 characters in length. + label: Nome del sito + msg: Il nome del sito non può essere vuoto. + msg_max_length: Il nome del sito deve contenere un massimo di 30 caratteri. site_url: - label: Site URL - text: The address of your site. + label: URL del sito + text: L'indirizzo del tuo sito. msg: - empty: Site URL cannot be empty. - incorrect: Site URL incorrect format. - max_length: Site URL must be at maximum 512 characters in length. + empty: L'URL del sito non può essere vuoto. + incorrect: Formato errato dell'URL del sito. + max_length: L'URL del sito deve contenere un massimo di 512 caratteri. contact_email: - label: Contact email - text: Email address of key contact responsible for this site. + label: Email di contatto + text: Indirizzo e-mail del contatto chiave responsabile di questo sito. msg: - empty: Contact email cannot be empty. - incorrect: Contact email incorrect format. + empty: L'email del contatto non può essere vuota. + incorrect: Formato errato dell'e-mail di contatto. login_required: - label: Private - switch: Login required - text: Only logged in users can access this community. + label: Privato + switch: Login obbligatorio + text: Solo gli utenti registrati possono accedere a questa community. admin_name: - label: Name - msg: Name cannot be empty. - character: 'Must use the character set "a-z", "0-9", " - . _"' - msg_max_length: Name must be at maximum 30 characters in length. + label: Nome + msg: Il nome non può essere vuoto. + character: 'È necessario utilizzare il set di caratteri "a-z", "0-9", " - . _"' + msg_max_length: Il nome deve contenere al massimo 30 caratteri. admin_password: label: Password text: >- - You will need this password to log in. Please store it in a secure location. - msg: Password cannot be empty. - msg_min_length: Password must be at least 8 characters in length. - msg_max_length: Password must be at maximum 32 characters in length. + Avrai bisogno di questa password per accedere. Conservala in un luogo sicuro. + msg: La password non può essere vuota + msg_min_length: La password deve contenere almeno 8 caratteri. + msg_max_length: La password deve contenere un massimo di 32 caratteri. admin_email: label: Email - text: You will need this email to log in. + text: Avrai bisogno di questa email per accedere. msg: - empty: Email cannot be empty. - incorrect: Email incorrect format. - ready_title: Your Answer is ready! + empty: Il campo email non può essere vuoto. + incorrect: Formato dell'email errato. + ready_title: La tua risposta è pronta! ready_desc: >- - If you ever feel like changing more settings, visit <1>admin section; find it in the site menu. - good_luck: "Have fun, and good luck!" - warn_title: Warning + Se vuoi cambiare più impostazioni, visita la sezione <1>admin che si trova nel menu del sito. + good_luck: "Divertiti e buona fortuna!" + warn_title: Pericolo warn_desc: >- - The file <1>config.yaml already exists. If you need to reset any of the configuration items in this file, please delete it first. - install_now: You may try <1>installing now. - installed: Already installed + Il file <1>config.yaml esiste già. Se vuoi reimpostare uno qualsiasi degli elementi di configurazione in questo file, eliminalo prima. + install_now: Puoi provare a <1>installare ora. + installed: Già installato installed_desc: >- - You appear to have already installed. To reinstall please clear your old database tables first. - db_failed: Database connection failed + Sembra che tu abbia già installato. Per reinstallare, cancella prima le vecchie tabelle del database. + db_failed: Connessione al database fallita db_failed_desc: >- - This either means that the database information in your <1>config.yaml file is incorrect or that contact with the database server could not be established. This could mean your host's database server is down. + Questo significa che le informazioni sul database nel file <1>config.yaml non sono corrette o che non è stato possibile stabilire il contatto con il server del database. Ciò potrebbe significare che il server del database del tuo host è inattivo. counts: - views: views - votes: votes - answers: answers - accepted: Accepted + views: visualizzazioni + votes: Voti + answers: risposte + accepted: Accettato page_error: - http_error: HTTP Error {{ code }} - desc_403: You don't have permission to access this page. - desc_404: Unfortunately, this page doesn't exist. - desc_50X: The server encountered an error and could not complete your request. - back_home: Back to homepage + http_error: Errore HTTP {{ code }} + desc_403: Non hai i permessi per accedere a questa pagina. + desc_404: Sfortunatamente, questa pagina non esiste. + desc_50X: Il server ha riscontrato un errore e non è stato possibile completare la richiesta. + back_home: Torna alla home page page_maintenance: - desc: "We are under maintenance, we'll be back soon." + desc: "Siamo in manutenzione, torneremo presto." nav_menus: - dashboard: Dashboard - contents: Contents - questions: Questions - answers: Answers - users: Users - flags: Flags - settings: Settings - general: General - interface: Interface + dashboard: Pannello di controllo + contents: Contenuti + questions: Domande + answers: Risposte + users: Utenti + flags: Contrassegni + settings: Impostazioni + general: Generale + interface: Interfaccia smtp: SMTP - branding: Branding - legal: Legal - write: Write - tos: Terms of Service + branding: Marchio + legal: Legale + write: Scrivi + tos: Termini del servizio privacy: Privacy seo: SEO - customize: Customize - themes: Themes + customize: Personalizza + themes: Temi css_html: CSS/HTML - login: Login - privileges: Privileges - plugins: Plugins - installed_plugins: Installed Plugins - website_welcome: Welcome to {{site_name}} + login: Accedi + privileges: Privilegi + plugins: Plugin + installed_plugins: Plugin installati + website_welcome: Benvenuto/a su {{site_name}}! user_center: - login: Login - qrcode_login_tip: Please use {{ agentName }} to scan the QR code and log in. - login_failed_email_tip: Login failed, please allow this app to access your email information before try again. + login: Accedi + qrcode_login_tip: Si prega di utilizzare {{ agentName }} per scansionare il codice QR e accedere. + login_failed_email_tip: Accesso non riuscito. Consenti a questa app di accedere alle tue informazioni email prima di riprovare. admin: admin_header: - title: Admin + title: Amministratore dashboard: - title: Dashboard - welcome: Welcome to Answer Admin! - site_statistics: Site statistics - questions: "Questions:" - answers: "Answers:" - comments: "Comments:" - votes: "Votes:" - users: "Users:" - flags: "Flags:" - site_health_status: Site health status - version: "Version:" + title: Pannello di controllo + welcome: "\nBenvenuto nell'amministratore di risposta!" + site_statistics: Statistiche del sito + questions: "Domande:" + answers: "Risposte:" + comments: "Commenti:" + votes: "Voti:" + users: "Utenti:" + flags: "Flags" + reviews: "Reviews:" + site_health: Site health + version: "Versione:" https: "HTTPS:" - upload_folder: "Upload folder:" - run_mode: "Running mode:" - private: Private - public: Public + upload_folder: "Carica Cartella" + run_mode: "Modalità di esecuzione:" + private: Privato + public: Pubblico smtp: "SMTP:" - timezone: "Timezone:" - system_info: System info - go_version: "Go version:" + timezone: "Fuso orario:" + system_info: Info sistema + go_version: "Versione Go:" database: "Database:" - database_size: "Database size:" - storage_used: "Storage used:" - uptime: "Uptime:" - answer_links: Answer links - plugins: Plugins + database_size: "Dimensioni del database" + storage_used: "Spazio di archiviazione utilizzato:" + uptime: "Tempo di attività:" + links: Links + plugins: Plugin github: GitHub blog: Blog - contact: Contact - documents: Documents + contact: Contatti + forum: Forum + documents: Documenti feedback: Feedback - support: Support - review: Review - config: Config - update_to: Update to - latest: Latest - check_failed: Check failed - "yes": "Yes" + support: Assistenza + review: Revisione + config: Configurazione + update_to: Aggiornato a + latest: Recenti + check_failed: Controllo fallito + "yes": "Sì" "no": "No" - not_allowed: Not allowed - allowed: Allowed - enabled: Enabled - disabled: Disabled - writable: Writable - not_writable: Not writable + not_allowed: Non autorizzato + allowed: Consentito + enabled: Abilitato + disabled: Disabilitato + writable: Editabile + not_writable: Non editabile flags: title: Flags - pending: Pending - completed: Completed - flagged: Flagged - flagged_type: Flagged {{ type }} - created: Created - action: Action - review: Review + pending: In attesa + completed: Completato + flagged: Contrassegnato + flagged_type: Contrassegnato {{ type }} + created: Creato + action: Azione + review: Revisione user_role_modal: - title: Change user role to... - btn_cancel: Cancel - btn_submit: Submit + title: Cambia ruolo utente in... + btn_cancel: Cancella + btn_submit: Invia new_password_modal: - title: Set new password + title: Imposta una nuova password form: fields: password: label: Password - text: The user will be logged out and need to login again. - msg: Password must be at 8-32 characters in length. - btn_cancel: Cancel - btn_submit: Submit + text: L'utente sarà disconnesso e dovrà effettuare nuovamente il login. + msg: La password deve contenere da 8 a 32 caratteri. + btn_cancel: Cancella + btn_submit: Invia user_modal: - title: Add new user + title: Aggiungi un nuovo utente form: fields: users: - label: Bulk add user + label: Aggiungi utenti in blocco placeholder: "John Smith, john@example.com, BUSYopr2\nAlice, alice@example.com, fpDntV8q" - text: Separate “name, email, password” with commas. One user per line. - msg: "Please enter the user's email, one per line." + text: Separare “nome, email, password” con delle virgole. Un utente per riga. + msg: "Inserisci l'email dell'utente, una per riga." display_name: - label: Display name - msg: Display name must be at 4-30 characters in length. + label: Nome da visualizzare + msg: Il nome visualizzato deve avere una lunghezza compresa tra 4 e 30 caratteri. email: label: Email - msg: Email is not valid. + msg: L'email non è valida. password: label: Password - msg: Password must be at 8-32 characters in length. - btn_cancel: Cancel - btn_submit: Submit + msg: La password deve contenere da 8 a 32 caratteri. + btn_cancel: Cancella + btn_submit: Invia users: - title: Users - name: Name + title: Utenti + name: Nome email: Email - reputation: Reputation - created_at: Created Time - delete_at: Deleted Time - suspend_at: Suspended Time - status: Status - role: Role - action: Action - change: Change - all: All - staff: Staff - more: More - inactive: Inactive - suspended: Suspended - deleted: Deleted - normal: Normal - Moderator: Moderator - Admin: Admin - User: User + reputation: Reputazione + created_at: Data di creazione + delete_at: Data di cancellazione + suspend_at: Data di sospensione + status: Stato + role: Ruolo + action: Azione + change: Modifica + all: Tutti + staff: Personale + more: Altro + inactive: Inattivo + suspended: Sospeso + deleted: Eliminato + normal: Normale + Moderator: Moderatore + Admin: Amministratore + User: Utente filter: - placeholder: "Filter by name, user:id" - set_new_password: Set new password - change_status: Change status - change_role: Change role - show_logs: Show logs - add_user: Add user + placeholder: "Filtra per nome, utente:id" + set_new_password: Imposta una nuova password + change_status: Modifica lo stato + change_role: Cambia il ruolo + show_logs: Visualizza i log + add_user: Aggiungi utente deactivate_user: - title: Deactivate user - content: An inactive user must re-validate their email. + title: Disattiva utente + content: Un utente inattivo deve riconvalidare la propria email. delete_user: - title: Delete this user - content: Are you sure you want to delete this user? This is permanent! - remove: Remove their content - label: Remove all questions, answers, comments, etc. - text: Don’t check this if you wish to only delete the user’s account. + title: Rimuovi questo utente + content: Sei sicuro di voler eliminare questo utente? L'operazione è permanente. + remove: Rimuovi il loro contenuto + label: Rimuovi tutte le domande, risposte, commenti, ecc. + text: Non selezionare questa opzione se desideri eliminare solo l'account dell'utente. suspend_user: - title: Suspend this user - content: A suspended user can't log in. + title: Sospendi questo utente + content: Un utente sospeso non può accedere. questions: - page_title: Questions - normal: Normal - closed: Closed - deleted: Deleted - post: Post - votes: Votes - answers: Answers - created: Created - status: Status - action: Action - change: Change + page_title: Domande + unlisted: Unlisted + post: Posta + votes: Voti + answers: Risposte + created: Creato + status: Stato + action: Azione + change: Modifica + pending: Pending filter: - placeholder: "Filter by title, question:id" + placeholder: "Filtra per titolo, domanda:id" answers: - page_title: Answers - normal: Normal - deleted: Deleted + page_title: Risposte post: Post - votes: Votes - created: Created - status: Status - action: Action - change: Change + votes: Voti + created: Creato + status: Stato + action: Azione + change: Cambio filter: - placeholder: "Filter by title, answer:id" + placeholder: "Filtra per titolo, domanda:id" general: - page_title: General + page_title: Generale name: - label: Site name - msg: Site name cannot be empty. - text: "The name of this site, as used in the title tag." + label: Nome del sito + msg: Il nome del sito non può essere vuoto. + text: "Il nome di questo sito, come usato nel tag del titolo." site_url: - label: Site URL - msg: Site url cannot be empty. - validate: Please enter a valid URL. - text: The address of your site. + label: URL del sito + msg: L'url del sito non può essere vuoto. + validate: Inserisci un URL valido. + text: L'indirizzo del tuo sito. short_desc: - label: Short site description - msg: Short site description cannot be empty. - text: "Short description, as used in the title tag on homepage." + label: Descrizione breve del sito + msg: La descrizione breve del sito non può essere vuota. + text: "Breve descrizione, come utilizzata nel tag del titolo sulla home page." desc: - label: Site description - msg: Site description cannot be empty. - text: "Describe this site in one sentence, as used in the meta description tag." + label: Descrizione del sito + msg: La descrizione del sito non può essere vuota. + text: "Descrivi questo sito in una frase, come utilizzato nel tag meta description." contact_email: - label: Contact email - msg: Contact email cannot be empty. - validate: Contact email is not valid. - text: Email address of key contact responsible for this site. + label: Email di contatto + msg: L'email del contatto non può essere vuota. + validate: Email di contatto non valida. + text: Indirizzo e-mail del contatto chiave responsabile di questo sito. + check_update: + label: Software updates + text: Automatically check for updates interface: - page_title: Interface + page_title: Interfaccia language: - label: Interface language - msg: Interface language cannot be empty. - text: User interface language. It will change when you refresh the page. + label: Lingua dell'interfaccia + msg: La lingua dell'interfaccia non può essere vuota. + text: La lingua dell'interfaccia utente cambierà quando aggiorni la pagina. time_zone: - label: Timezone - msg: Timezone cannot be empty. - text: Choose a city in the same timezone as you. + label: Fuso orario + msg: Il fuso orario non può essere vuoto. + text: Scegli una città con il tuo stesso fuso orario. smtp: page_title: SMTP from_email: - label: From email - msg: From email cannot be empty. - text: The email address which emails are sent from. + label: Dall'email + msg: L'email del contatto non può essere vuota. + text: L'indirizzo email da cui vengono inviate le email. from_name: - label: From name - msg: From name cannot be empty. - text: The name which emails are sent from. + label: Dal nome + msg: "Il nome del mittente non può essere vuoto.\n" + text: Il nome da cui vengono inviate le email. smtp_host: - label: SMTP host - msg: SMTP host cannot be empty. - text: Your mail server. + label: Host SMTP + msg: L'host SMTP non può essere vuoto. + text: Il tuo server di posta. encryption: - label: Encryption - msg: Encryption cannot be empty. - text: For most servers SSL is the recommended option. + label: Crittografia + msg: La crittografia non può essere vuota. + text: Per la maggior parte dei server SSL è l'opzione consigliata. ssl: SSL - none: None + none: Nessuna smtp_port: - label: SMTP port - msg: SMTP port must be number 1 ~ 65535. - text: The port to your mail server. + label: Porta SMTP + msg: La porta SMTP deve essere numero 1 ~ 65535. + text: La porta del tuo server di posta. smtp_username: - label: SMTP username - msg: SMTP username cannot be empty. + label: Nome utente SMTP + msg: Il nome utente SMTP non può essere vuoto. smtp_password: - label: SMTP password - msg: SMTP password cannot be empty. + label: Password SMTP + msg: La password SMTP non può essere vuota. test_email_recipient: - label: Test email recipients - text: Provide email address that will receive test sends. - msg: Test email recipients is invalid + label: Verifica destinatari email + text: Fornisci l'indirizzo email che riceverà i test inviati. + msg: Destinatari email di prova non validi smtp_authentication: - label: Enable authentication - title: SMTP authentication - msg: SMTP authentication cannot be empty. - "yes": "Yes" + label: "\nAbilita l'autenticazione" + title: Autenticazione SMTP + msg: L'autenticazione SMTP non può essere vuota. + "yes": "Sì" "no": "No" branding: - page_title: Branding + page_title: Marchio logo: label: Logo - msg: Logo cannot be empty. - text: The logo image at the top left of your site. Use a wide rectangular image with a height of 56 and an aspect ratio greater than 3:1. If left blank, the site title text will be shown. + msg: Il logo non può essere vuoto. + text: L'immagine del logo in alto a sinistra del tuo sito. Utilizza un'immagine rettangolare ampia con un'altezza di 56 e proporzioni superiori a 3:1. Se lasciato vuoto, il testo del titolo del sito verrà mostrato. mobile_logo: - label: Mobile logo - text: The logo used on mobile version of your site. Use a wide rectangular image with a height of 56. If left blank, the image from the "logo" setting will be used. + label: Logo per versione mobile + text: "\nIl logo utilizzato nella versione mobile del tuo sito. Utilizza un'immagine rettangolare ampia con un'altezza di 56. Se lasciata vuota, verrà utilizzata l'immagine dell'impostazione \"logo\"." square_icon: - label: Square icon - msg: Square icon cannot be empty. - text: Image used as the base for metadata icons. Should ideally be larger than 512x512. + label: Icona quadrata + msg: L'icona quadrata non può essere vuota. + text: "Immagine utilizzata come base per le icone dei metadata. Idealmente dovrebbe essere più grande di 512x512.\n" favicon: label: Favicon - text: A favicon for your site. To work correctly over a CDN it must be a png. Will be resized to 32x32. If left blank, "square icon" will be used. + text: Una icona favorita per il tuo sito. Per funzionare correttamente su un CDN deve essere un png. Verrà ridimensionato a 32x32. Se lasciato vuoto, verrà utilizzata l'"icona quadrata". legal: - page_title: Legal + page_title: Legale terms_of_service: - label: Terms of service - text: "You can add terms of service content here. If you already have a document hosted elsewhere, provide the full URL here." + label: Termini del servizio + text: "Puoi aggiungere qui i termini del contenuto del servizio. Se hai già un documento ospitato altrove, fornisci qui l'URL completo." privacy_policy: - label: Privacy policy - text: "You can add privacy policy content here. If you already have a document hosted elsewhere, provide the full URL here." + label: Informativa sulla privacy + text: "Puoi aggiungere il contenuto della politica sulla privacy qui. Se hai già un documento ospitato altrove, fornisci l'URL completo qui." write: - page_title: Write + page_title: Scrivi restrict_answer: - title: Restrict answer - label: Each user can only write one answer for each question - text: "They can use the edit link to refine and improve their existing answer, instead." + title: Limita risposta + label: Ogni utente può scrivere una sola risposta per ogni domanda + text: "Possono invece utilizzare il link di modifica per affinare e migliorare la loro risposta esistente." recommend_tags: - label: Recommend tags - text: "Please input tag slug above, one tag per line." + label: Raccomanda tag + text: "Inserisci il tag slug sopra, un tag per riga." required_tag: - title: Required tag - label: Set recommend tag as required - text: "Every new question must have at least one recommend tag." + title: Tag richiesto + label: Imposta il tag raccomandato come richiesto + text: "Ogni nuova domanda deve avere almeno un tag raccomandato." reserved_tags: - label: Reserved tags - text: "Reserved tags can only be added to a post by moderator." + label: Tag riservati + text: "I tag riservati possono essere aggiunti a un post solo dal moderatore." seo: page_title: SEO permalink: label: Permalink - text: Custom URL structures can improve the usability, and forward-compatibility of your links. + text: Le strutture URL personalizzate possono migliorare l'usabilità e la compatibilità futura dei tuoi link. robots: label: robots.txt - text: This will permanently override any related site settings. + text: Questo sovrascriverà definitivamente tutte le impostazioni relative al sito. themes: - page_title: Themes + page_title: Temi themes: - label: Themes - text: Select an existing theme. + label: Temi + text: Seleziona un tema esistente. color_scheme: - label: Color scheme + label: Schema colore navbar_style: - label: Navbar style + label: Stile della barra di navigazione primary_color: - label: Primary color - text: Modify the colors used by your themes + label: Colore primario + text: Modifica i colori utilizzati dai tuoi temi css_and_html: - page_title: CSS and HTML + page_title: CSS e HTML custom_css: - label: Custom CSS + label: CSS personalizzato text: > head: - label: Head + label: Testata text: > header: - label: Header + label: Intestazione text: > footer: - label: Footer - text: This will insert before </body>. + label: Piè di pagina + text: Questo verrà inserito prima di </body>. sidebar: - label: Sidebar - text: This will insert in sidebar. + label: Barra laterale + text: Questo verrà inserito nella barra laterale. login: - page_title: Login + page_title: Accedi membership: title: Membership - label: Allow new registrations - text: Turn off to prevent anyone from creating a new account. + label: Consenti nuove registrazioni + text: Disattiva per impedire a chiunque di creare un nuovo account. email_registration: - title: Email registration - label: Allow email registration - text: Turn off to prevent anyone creating new account through email. + title: Registrazione email + label: Consenti registrazione email + text: Disattiva per impedire a chiunque di creare un nuovo account tramite email. allowed_email_domains: - title: Allowed email domains - text: Email domains that users must register accounts with. One domain per line. Ignored when empty. + title: Domini email consentiti + text: "Domini email con cui gli utenti devono registrare gli account. Un dominio per riga. Verrà ignorato quando vuoto.\n" private: - title: Private - label: Login required - text: Only logged in users can access this community. + title: Privato + label: Login obbligatorio + text: Solo gli utenti registrati possono accedere a questa community. password_login: - title: Password login - label: Allow email and password login - text: "WARNING: If turn off, you may be unable to log in if you have not previously configured other login method." + title: Password di accesso + label: Consenti il login di email e password + text: "ATTENZIONE: Se disattivi, potresti non essere in grado di accedere se non hai precedentemente configurato un altro metodo di login." installed_plugins: - title: Installed Plugins - plugin_link: Plugins extend and expand the functionality of Answer. You may find plugins in the <1>Answer Plugin Repository. + title: Plugin installati + plugin_link: I plugin estendono ed espandono le funzionalità di Answer. Potresti trovare plug-in nel <1>Repository dei plug-in di risposta. filter: - all: All - active: Active - inactive: Inactive - outdated: Outdated + all: Tutto + active: Attivo + inactive: Inattivo + outdated: Obsoleto plugins: - label: Plugins - text: Select an existing plugin. - name: Name - version: Version - status: Status - action: Action - deactivate: Deactivate - activate: Activate - settings: Settings + label: Plugin + text: Seleziona un plugin esistente. + name: Nome + version: Versione + status: Stato + action: Azione + deactivate: Disattivare + activate: Attivare + settings: Impostazioni settings_users: - title: Users + title: Utenti avatar: - label: Default avatar - text: For users without a custom avatar of their own. + label: Avatar Predefinito + text: Per gli utenti senza un proprio avatar personalizzato. gravatar_base_url: label: Gravatar Base URL - text: URL of the Gravatar provider's API base. Ignored when empty. + text: "\nURL della base API del provider Gravatar. Ignorato quando vuoto." profile_editable: - title: Profile editable + title: Profilo modificabile allow_update_display_name: - label: Allow users to change their display name + label: Consenti di cambiare il nome utente allow_update_username: - label: Allow users to change their username + label: Consenti di modificare il proprio nome utente allow_update_avatar: - label: Allow users to change their profile image + label: Consenti agli utenti di modificare l'immagine del profilo allow_update_bio: - label: Allow users to change their about me + label: Consenti agli utenti di modificare la sezione "su di me" allow_update_website: - label: Allow users to change their website + label: Consenti agli utenti di modificare il proprio sito web allow_update_location: - label: Allow users to change their location + label: Consenti agli utenti di modificare la propria posizione privilege: - title: Privileges + title: Privilegi level: - label: Reputation required level - text: Choose the reputation required for the privileges + label: Livello di reputazione richiesto + text: Scegli la reputazione richiesta per i privilegi form: - optional: (optional) - empty: cannot be empty - invalid: is invalid - btn_submit: Save - not_found_props: "Required property {{ key }} not found." - select: Select + optional: (opzionale) + empty: non può essere vuoto + invalid: non è valido + btn_submit: Salva + not_found_props: "Proprietà richiesta {{ key }} non trovata." + select: Seleziona page_review: - review: Review - proposed: proposed - question_edit: Question edit - answer_edit: Answer edit - tag_edit: Tag edit - edit_summary: Edit summary - edit_question: Edit question - edit_answer: Edit answer - edit_tag: Edit tag - empty: No review tasks left. + review: Revisione + proposed: Proposto + question_edit: Edita domanda + answer_edit: Edita risposta + tag_edit: Edita tag + edit_summary: Edita il riepilogo + edit_question: Edita la domanda + edit_answer: Edita la risposta + edit_tag: Edita tag + empty: Nessuna attività di revisione rimasta. + approve_revision_tip: Do you approve this revision? + approve_flag_tip: Do you approve this flag? + approve_post_tip: Do you approve this post? + approve_user_tip: Do you approve this user? + suggest_edits: Suggested edits + flag_post: Flag post + flag_user: Flag user + queued_post: Queued post + queued_user: Queued user + filter_label: Type + reputation: reputation + flag_post_type: Flagged this post as {{ type }}. + flag_user_type: Flagged this user as {{ type }}. + edit_post: Edit post + list_post: List post + unlist_post: Unlist post timeline: - undeleted: undeleted - deleted: deleted - downvote: downvote - upvote: upvote - accept: accept - cancelled: cancelled - commented: commented - rollback: rollback - edited: edited - answered: answered - asked: asked - closed: closed - reopened: reopened - created: created - pin: pinned - unpin: unpinned - show: listed - hide: unlisted - title: "History for" - tag_title: "Timeline for" - show_votes: "Show votes" - n_or_a: N/A - title_for_question: "Timeline for" - title_for_answer: "Timeline for answer to {{ title }} by {{ author }}" - title_for_tag: "Timeline for tag" - datetime: Datetime - type: Type - by: By - comment: Comment - no_data: "We couldn't find anything." + undeleted: Non cancellato + deleted: eliminato + downvote: voto negativo + upvote: voto a favore + accept: accetta + cancelled: Cancellato + commented: commentato + rollback: ripristino + edited: modificato + answered: risposto + asked: chiesto + closed: chiuso + reopened: riaperto + created: creato + pin: Fissa in cima + unpin: Rimosso dalla cima + show: elencato + hide: non elencato + title: "Cronologia per" + tag_title: "Timeline per" + show_votes: "Mostra voti" + n_or_a: N/D + title_for_question: "Timeline per" + title_for_answer: "Timeline per rispondere a {{ title }} di {{ author }}" + title_for_tag: "Timeline per tag" + datetime: Data e ora + type: Tipo + by: Di + comment: Commento + no_data: "Non abbiamo trovato nulla" users: - title: Users - users_with_the_most_reputation: Users with the highest reputation scores this week - users_with_the_most_vote: Users who voted the most this week - staffs: Our community staff - reputation: reputation - votes: votes + title: Utenti + users_with_the_most_reputation: Utenti con i punteggi di reputazione più alti questa settimana + users_with_the_most_vote: Utenti che hanno votato di più questa settimana + staffs: Lo staff della community + reputation: reputazione + votes: voti prompt: - leave_page: Are you sure you want to leave the page? - changes_not_save: Your changes may not be saved. + leave_page: Sei sicuro di voler lasciare questa pagina? + changes_not_save: Le modifiche potrebbero non essere salvate. draft: - discard_confirm: Are you sure you want to discard your draft? + discard_confirm: Sei sicuro di voler eliminare la bozza? messages: - post_deleted: This post has been deleted. - post_pin: This post has been pinned. - post_unpin: This post has been unpinned. - post_hide_list: This post has been hidden from list. - post_show_list: This post has been shown to list. - post_reopen: This post has been reopened. + post_deleted: Questo post è stato eliminato. + post_pin: Questo post è stato selezionato. + post_unpin: Questo post è stato sbloccato. + post_hide_list: Questo post è stato nascosto dall'elenco. + post_show_list: Questo post è stato mostrato in elenco. + post_reopen: Questo post è stato riaperto. + post_list: This post has been listed. + post_unlist: This post has been unlisted. + post_pending: Your post is awaiting review. This is a preview, it will be visible after it has been approved. diff --git a/i18n/ja_JP.yaml b/i18n/ja_JP.yaml index bd82b2586..d1452052f 100644 --- a/i18n/ja_JP.yaml +++ b/i18n/ja_JP.yaml @@ -140,6 +140,9 @@ backend: email_or_password_wrong_error: other: メールアドレスとパスワードが一致しません。 error: + common: + invalid_url: + other: Invalid URL. password: space_invalid: other: Password cannot contain spaces. @@ -200,6 +203,8 @@ backend: question: already_deleted: other: この投稿は削除されました。 + under_review: + other: Your post is awaiting review. It will be visible after it has been approved. not_found: other: 質問が見つかりません。 cannot_deleted: @@ -485,6 +490,15 @@ backend: other: accept accepted: other: accepted + edit: + other: edit + review: + queued_post: + other: Queued post + flagged_post: + other: Flagged post + suggested_post_edit: + other: Suggested edits # The following fields are used for interface presentation(Front-end) ui: how_to_format: @@ -666,6 +680,8 @@ ui: empty: 入力してください。 msg: empty: 理由を選んでください。 + not_a_url: URL format is incorrect. + url_not_match: URL origin does not match the current website. tag_modal: title: 新しいタグを作成 form: @@ -1033,6 +1049,7 @@ ui: asked: asked update: Modified edit: edited + commented: commented Views: Viewed Follow: Follow Following: Following @@ -1050,6 +1067,7 @@ ui: title: 回答 score: スコア newest: 最新 + oldest: Oldest btn_accept: 承認 btn_accepted: Accepted write_answer: @@ -1073,6 +1091,14 @@ ui: confirm_btn: Reopen title: Reopen this post content: Are you sure you want to reopen? + list: + confirm_btn: List + title: List this post + content: Are you sure you want to list? + unlist: + confirm_btn: Unlist + title: Unlist this post + content: Are you sure you want to unlist? pin: title: Pin this post content: Are you sure you wish to pinned globally? This post will appear at the top of all post lists. @@ -1094,6 +1120,9 @@ ui: save: Save delete: Delete undelete: Undelete + list: List + unlist: Unlist + unlisted: Unlisted login: Log in signup: 新規登録 logout: Log out @@ -1122,6 +1151,15 @@ ui: system_setting: System setting default: Default reset: Reset + tag: Tag + post_lowercase: post + filter: Filter + ignore: Ignore + submit: Submit + normal: Normal + closed: Closed + deleted: Deleted + pending: Pending search: title: Search Results keywords: Keywords @@ -1368,7 +1406,8 @@ ui: votes: "投票:" users: "Users:" flags: "Flags:" - site_health_status: Site health status + reviews: "Reviews:" + site_health: Site health version: "Version:" https: "HTTPS:" upload_folder: "Upload folder:" @@ -1383,11 +1422,12 @@ ui: database_size: "Database size:" storage_used: "Storage used:" uptime: "Uptime:" - answer_links: Answer links + links: Links plugins: Plugins github: GitHub blog: Blog contact: Contact + forum: Forum documents: Documents feedback: フィードバック support: サポート @@ -1490,9 +1530,7 @@ ui: content: A suspended user can't log in. questions: page_title: 質問 - normal: 正常 - closed: 終了 - deleted: 削除済み + unlisted: Unlisted post: 投稿 votes: 投票 answers: 回答 @@ -1500,12 +1538,11 @@ ui: status: ステータス action: Action change: Change + pending: Pending filter: placeholder: "Filter by title, question:id" answers: page_title: Answers - normal: Normal - deleted: Deleted post: Post votes: Votes created: Created @@ -1538,6 +1575,9 @@ ui: msg: Contact email cannot be empty. validate: Contact email is not valid. text: Email address of key contact responsible for this site. + check_update: + label: Software updates + text: Automatically check for updates interface: page_title: Interface language: @@ -1752,6 +1792,22 @@ ui: edit_answer: Edit answer edit_tag: Edit tag empty: No review tasks left. + approve_revision_tip: Do you approve this revision? + approve_flag_tip: Do you approve this flag? + approve_post_tip: Do you approve this post? + approve_user_tip: Do you approve this user? + suggest_edits: Suggested edits + flag_post: Flag post + flag_user: Flag user + queued_post: Queued post + queued_user: Queued user + filter_label: Type + reputation: reputation + flag_post_type: Flagged this post as {{ type }}. + flag_user_type: Flagged this user as {{ type }}. + edit_post: Edit post + list_post: List post + unlist_post: Unlist post timeline: undeleted: undeleted deleted: deleted @@ -1802,3 +1858,6 @@ ui: post_hide_list: This post has been hidden from list. post_show_list: This post has been shown to list. post_reopen: This post has been reopened. + post_list: This post has been listed. + post_unlist: This post has been unlisted. + post_pending: Your post is awaiting review. This is a preview, it will be visible after it has been approved. diff --git a/i18n/ko_KR.yaml b/i18n/ko_KR.yaml index d66191d44..1e584537d 100644 --- a/i18n/ko_KR.yaml +++ b/i18n/ko_KR.yaml @@ -140,6 +140,9 @@ backend: email_or_password_wrong_error: other: Email and password do not match. error: + common: + invalid_url: + other: Invalid URL. password: space_invalid: other: Password cannot contain spaces. @@ -200,6 +203,8 @@ backend: question: already_deleted: other: This post has been deleted. + under_review: + other: Your post is awaiting review. It will be visible after it has been approved. not_found: other: Question not found. cannot_deleted: @@ -485,6 +490,15 @@ backend: other: accept accepted: other: accepted + edit: + other: edit + review: + queued_post: + other: Queued post + flagged_post: + other: Flagged post + suggested_post_edit: + other: Suggested edits # The following fields are used for interface presentation(Front-end) ui: how_to_format: @@ -666,6 +680,8 @@ ui: empty: Cannot be empty. msg: empty: Please select a reason. + not_a_url: URL format is incorrect. + url_not_match: URL origin does not match the current website. tag_modal: title: Create new tag form: @@ -677,7 +693,7 @@ ui: range: Display name up to 35 characters. slug_name: label: URL slug - desc: URL slug up to 35 characters. + desc: 'Must use the character set "a-z", "0-9", "+ # - ."' msg: empty: URL slug cannot be empty. range: URL slug up to 35 characters. @@ -1033,6 +1049,7 @@ ui: asked: asked update: Modified edit: edited + commented: commented Views: Viewed Follow: Follow Following: Following @@ -1050,6 +1067,7 @@ ui: title: Answers score: Score newest: Newest + oldest: Oldest btn_accept: Accept btn_accepted: Accepted write_answer: @@ -1073,6 +1091,14 @@ ui: confirm_btn: Reopen title: Reopen this post content: Are you sure you want to reopen? + list: + confirm_btn: List + title: List this post + content: Are you sure you want to list? + unlist: + confirm_btn: Unlist + title: Unlist this post + content: Are you sure you want to unlist? pin: title: Pin this post content: Are you sure you wish to pinned globally? This post will appear at the top of all post lists. @@ -1094,6 +1120,9 @@ ui: save: Save delete: Delete undelete: Undelete + list: List + unlist: Unlist + unlisted: Unlisted login: Log in signup: Sign up logout: Log out @@ -1122,6 +1151,15 @@ ui: system_setting: System setting default: Default reset: Reset + tag: Tag + post_lowercase: post + filter: Filter + ignore: Ignore + submit: Submit + normal: Normal + closed: Closed + deleted: Deleted + pending: Pending search: title: Search Results keywords: Keywords @@ -1368,7 +1406,8 @@ ui: votes: "Votes:" users: "Users:" flags: "Flags:" - site_health_status: Site health status + reviews: "Reviews:" + site_health: Site health version: "Version:" https: "HTTPS:" upload_folder: "Upload folder:" @@ -1383,11 +1422,12 @@ ui: database_size: "Database size:" storage_used: "Storage used:" uptime: "Uptime:" - answer_links: Answer links + links: Links plugins: Plugins github: GitHub blog: Blog contact: Contact + forum: Forum documents: Documents feedback: Feedback support: Support @@ -1490,9 +1530,7 @@ ui: content: A suspended user can't log in. questions: page_title: Questions - normal: Normal - closed: Closed - deleted: Deleted + unlisted: Unlisted post: Post votes: Votes answers: Answers @@ -1500,12 +1538,11 @@ ui: status: Status action: Action change: Change + pending: Pending filter: placeholder: "Filter by title, question:id" answers: page_title: Answers - normal: Normal - deleted: Deleted post: Post votes: Votes created: Created @@ -1538,6 +1575,9 @@ ui: msg: Contact email cannot be empty. validate: Contact email is not valid. text: Email address of key contact responsible for this site. + check_update: + label: Software updates + text: Automatically check for updates interface: page_title: Interface language: @@ -1752,6 +1792,22 @@ ui: edit_answer: Edit answer edit_tag: Edit tag empty: No review tasks left. + approve_revision_tip: Do you approve this revision? + approve_flag_tip: Do you approve this flag? + approve_post_tip: Do you approve this post? + approve_user_tip: Do you approve this user? + suggest_edits: Suggested edits + flag_post: Flag post + flag_user: Flag user + queued_post: Queued post + queued_user: Queued user + filter_label: Type + reputation: reputation + flag_post_type: Flagged this post as {{ type }}. + flag_user_type: Flagged this user as {{ type }}. + edit_post: Edit post + list_post: List post + unlist_post: Unlist post timeline: undeleted: undeleted deleted: deleted @@ -1802,3 +1858,6 @@ ui: post_hide_list: This post has been hidden from list. post_show_list: This post has been shown to list. post_reopen: This post has been reopened. + post_list: This post has been listed. + post_unlist: This post has been unlisted. + post_pending: Your post is awaiting review. This is a preview, it will be visible after it has been approved. diff --git a/i18n/pl_PL.yaml b/i18n/pl_PL.yaml index 6217934b5..b33392da7 100644 --- a/i18n/pl_PL.yaml +++ b/i18n/pl_PL.yaml @@ -84,7 +84,7 @@ backend: other: Poziom 3 (wysoka reputacja wymagana dla dojrzałej społeczności) level_custom: description: - other: Custom Level + other: Poziom niestandardowy rank_question_add_label: other: Zadaj pytanie rank_answer_add_label: @@ -140,6 +140,9 @@ backend: email_or_password_wrong_error: other: Email lub hasło nie są poprawne. error: + common: + invalid_url: + other: Invalid URL. password: space_invalid: other: Hasło nie może zawierać spacji. @@ -200,6 +203,8 @@ backend: question: already_deleted: other: Ten post został usunięty. + under_review: + other: Your post is awaiting review. It will be visible after it has been approved. not_found: other: Pytanie nie zostało odnalezione. cannot_deleted: @@ -247,7 +252,7 @@ backend: review_underway: other: Nie można teraz edytować, istnieje wersja w kolejce sprawdzeń. no_permission: - other: No permission to revise. + other: Brak uprawnień do wersji. user: external_login_missing_user_id: other: Platforma zewnętrzna nie dostarcza unikalnego identyfikatora użytkownika (UserID), dlatego nie możesz się zalogować. Skontaktuj się z administratorem witryny. @@ -485,6 +490,15 @@ backend: other: akceptuj accepted: other: zaakceptowane + edit: + other: edit + review: + queued_post: + other: Queued post + flagged_post: + other: Flagged post + suggested_post_edit: + other: Suggested edits # The following fields are used for interface presentation(Front-end) ui: how_to_format: @@ -666,6 +680,8 @@ ui: empty: Nie może być puste. msg: empty: Proszę wybrać powód. + not_a_url: URL format is incorrect. + url_not_match: URL origin does not match the current website. tag_modal: title: Utwórz nowy tag form: @@ -685,11 +701,11 @@ ui: desc: label: Opis revision: - label: Revision + label: Wersja edit_summary: - label: Edit summary + label: Podsumowanie edycji placeholder: >- - Briefly explain your changes (corrected spelling, fixed grammar, improved formatting) + Krótkie wyjaśnienie zmian (poprawa pisowni, naprawa gramatyki, poprawa formatowania) btn_cancel: Anuluj btn_submit: Prześlij btn_post: Opublikuj nowy tag @@ -740,7 +756,7 @@ ui: btn_flag: Zgłoś btn_save_edits: Zapisz edycje btn_cancel: Anuluj - show_more: "{{count}} more comments" + show_more: "Jest {{count}} komentarzy, pokaż więcej" tip_question: >- Użyj komentarzy, aby poprosić o dodatkowe informacje lub sugerować poprawki. Unikaj udzielania odpowiedzi na pytania w komentarzach. tip_answer: >- @@ -759,7 +775,7 @@ ui: feedback: characters: Treść musi mieć co najmniej 6 znaków. edit_summary: - label: Edit summary + label: Podsumowanie edycji placeholder: >- Pokrótce opisz swoje zmiany (poprawa pisowni, naprawa gramatyki, poprawa formatowania) btn_save_edits: Zapisz edycje @@ -805,7 +821,7 @@ ui: msg: empty: Odpowiedź nie może być pusta. edit_summary: - label: Edit summary + label: Podsumowanie edycji placeholder: >- Pokrótce opisz swoje zmiany (poprawa pisowni, naprawa gramatyki, poprawa formatowania) btn_post_question: Opublikuj swoje pytanie @@ -965,10 +981,10 @@ ui: label: Lokalizacja placeholder: "Miasto, Kraj" notification: - heading: Email Notifications - turn_on: Turn on + heading: Powiadomienia email + turn_on: Włącz inbox: - label: Inbox notifications + label: Powiadomienia skrzynki odbiorczej description: Odpowiedzi na Twoje pytania, komentarze, zaproszenia i inne. all_new_question: label: Wszystkie nowe pytania @@ -1005,9 +1021,9 @@ ui: label: Język Interfejsu text: Język interfejsu użytkownika. Zmieni się po odświeżeniu strony. my_logins: - title: My logins + title: Moje logowania label: Zaloguj się lub zarejestruj na tej stronie za pomocą tych kont. - modal_title: Remove login + modal_title: Usuń logowanie modal_content: Czy na pewno chcesz usunąć to logowanie z Twojego konta? modal_confirm_btn: Usuń remove_success: Pomyślnie usunięto @@ -1022,8 +1038,8 @@ ui: title: Powiązane pytania answers: odpowiedzi invite_to_answer: - title: People Asked - desc: Select people who you think might know the answer. + title: Ludzie pytali + desc: Wybierz osoby, które mogą znać odpowiedź. invite: Zaproś do odpowiedzi add: Dodaj osoby search: Wyszukaj osoby @@ -1033,6 +1049,7 @@ ui: asked: zadał(a) update: Zmodyfikowane edit: edytowany + commented: commented Views: Wyświetlone Follow: Obserwuj Following: Obserwuje @@ -1050,6 +1067,7 @@ ui: title: Odpowiedzi score: Ocena newest: Najnowsze + oldest: Oldest btn_accept: Akceptuj btn_accepted: Zaakceptowane write_answer: @@ -1073,6 +1091,14 @@ ui: confirm_btn: Ponowne otwarcie title: Otwórz ponownie ten post content: Czy na pewno chcesz go ponownie otworzyć? + list: + confirm_btn: List + title: List this post + content: Are you sure you want to list? + unlist: + confirm_btn: Unlist + title: Unlist this post + content: Are you sure you want to unlist? pin: title: Przypnij ten post content: Czy na pewno chcesz przypiąć go globalnie? Ten post będzie wyświetlany na górze wszystkich list postów. @@ -1094,6 +1120,9 @@ ui: save: Zapisz delete: Usuń undelete: Przywróć + list: List + unlist: Unlist + unlisted: Unlisted login: Zaloguj się signup: Zarejestruj się logout: Wyloguj się @@ -1117,11 +1146,20 @@ ui: close: Zamknij reopen: Otwórz ponownie ok: Ok - light: Light - dark: Dark - system_setting: System setting - default: Default + light: Jasny + dark: Ciemny + system_setting: Ustawienia systemowe + default: Domyślne reset: Reset + tag: Tag + post_lowercase: post + filter: Filter + ignore: Ignore + submit: Submit + normal: Normal + closed: Closed + deleted: Deleted + pending: Pending search: title: Wyniki wyszukiwania keywords: Słowa kluczowe @@ -1368,7 +1406,8 @@ ui: votes: "Głosy:" users: "Użytkownicy:" flags: "Flagi:" - site_health_status: Status kondycji witryny + reviews: "Reviews:" + site_health: Site health version: "Wersja:" https: "HTTPS:" upload_folder: "Prześlij folder:" @@ -1383,11 +1422,12 @@ ui: database_size: "Wielkość bazy danych:" storage_used: "Wykorzystane miejsce:" uptime: "Czas pracy:" - answer_links: Linki do odpowiedzi + links: Links plugins: Wtyczki github: GitHub blog: Blog contact: Kontakt + forum: Forum documents: Dokumenty feedback: Opinie support: Wsparcie @@ -1490,9 +1530,7 @@ ui: content: Zawieszony użytkownik nie może się logować. questions: page_title: Pytania - normal: Normalne - closed: Zamknięte - deleted: Usunięte + unlisted: Unlisted post: Wpis votes: Głosy answers: Odpowiedzi @@ -1500,12 +1538,11 @@ ui: status: Status action: Akcja change: Zmień + pending: Pending filter: placeholder: "Filtruj według tytułu, pytanie:id" answers: page_title: Odpowiedzi - normal: Normalne - deleted: Usunięte post: Wpis votes: Głosy created: Utworzone @@ -1538,6 +1575,9 @@ ui: msg: Email kontaktowy nie może być pusty. validate: Email kontaktowy nie jest poprawny. text: Adres email głównego kontaktu odpowiedzialnego za tę stronę. + check_update: + label: Software updates + text: Automatically check for updates interface: page_title: Interfejs language: @@ -1642,11 +1682,11 @@ ui: label: Motywy text: Wybierz istniejący motyw. color_scheme: - label: Color scheme + label: Schemat kolorów navbar_style: - label: Navbar style + label: Styl paska nawigacyjnego primary_color: - label: Primary color + label: Kolor podstawowy text: Zmodyfikuj kolory używane przez Twoje motywy. css_and_html: page_title: CSS i HTML @@ -1686,7 +1726,7 @@ ui: label: Wymagane logowanie text: Dostęp do tej społeczności mają tylko zalogowani użytkownicy. password_login: - title: Password login + title: Hasło logowania label: Zezwalaj na logowanie email i hasłem text: "OSTRZEŻENIE: Jeśli wyłączone, już się nie zalogujesz, jeśli wcześniej nie skonfigurowałeś innej metody logowania." installed_plugins: @@ -1716,7 +1756,7 @@ ui: label: Adres URL bazy Gravatar text: Adres URL bazy API dostawcy Gravatar. Ignorowane, gdy puste. profile_editable: - title: Profile editable + title: Edycja profilu allow_update_display_name: label: Zezwalaj użytkownikom na zmianę wyświetlanej nazwy allow_update_username: @@ -1752,6 +1792,22 @@ ui: edit_answer: Edytuj odpowiedź edit_tag: Edytuj tag empty: Nie ma więcej zadań do przeglądu. + approve_revision_tip: Do you approve this revision? + approve_flag_tip: Do you approve this flag? + approve_post_tip: Do you approve this post? + approve_user_tip: Do you approve this user? + suggest_edits: Suggested edits + flag_post: Flag post + flag_user: Flag user + queued_post: Queued post + queued_user: Queued user + filter_label: Type + reputation: reputation + flag_post_type: Flagged this post as {{ type }}. + flag_user_type: Flagged this user as {{ type }}. + edit_post: Edit post + list_post: List post + unlist_post: Unlist post timeline: undeleted: nieusunięte deleted: usunięty @@ -1802,3 +1858,6 @@ ui: post_hide_list: Ten post został ukryty na liście. post_show_list: Ten post został wyświetlony na liście. post_reopen: Ten post został ponownie otwarty. + post_list: This post has been listed. + post_unlist: This post has been unlisted. + post_pending: Your post is awaiting review. This is a preview, it will be visible after it has been approved. diff --git a/i18n/pt_PT.yaml b/i18n/pt_PT.yaml index 485ae9127..8142d538b 100644 --- a/i18n/pt_PT.yaml +++ b/i18n/pt_PT.yaml @@ -140,6 +140,9 @@ backend: email_or_password_wrong_error: other: O e-mail e a palavra-passe não coincidem. error: + common: + invalid_url: + other: Invalid URL. password: space_invalid: other: A senha não pode conter espaços. @@ -200,6 +203,8 @@ backend: question: already_deleted: other: Essa publicação foi deletado. + under_review: + other: Your post is awaiting review. It will be visible after it has been approved. not_found: other: Pergunta não encontrada. cannot_deleted: @@ -485,6 +490,15 @@ backend: other: aceito accepted: other: aceito + edit: + other: edit + review: + queued_post: + other: Queued post + flagged_post: + other: Flagged post + suggested_post_edit: + other: Suggested edits # The following fields are used for interface presentation(Front-end) ui: how_to_format: @@ -666,6 +680,8 @@ ui: empty: Não pode ser vazio. msg: empty: Por favor selecione um motivo. + not_a_url: URL format is incorrect. + url_not_match: URL origin does not match the current website. tag_modal: title: Criar novo marcador form: @@ -1033,6 +1049,7 @@ ui: asked: perguntado update: Modificado edit: modificado + commented: commented Views: Visualizado Follow: Seguir Following: Seguindo @@ -1050,6 +1067,7 @@ ui: title: Respostas score: Pontuação newest: Mais recente + oldest: Oldest btn_accept: Aceito btn_accepted: Aceito write_answer: @@ -1073,6 +1091,14 @@ ui: confirm_btn: Reabrir title: Reabrir esta postagem content: Você tem certeza que deseja reabrir? + list: + confirm_btn: List + title: List this post + content: Are you sure you want to list? + unlist: + confirm_btn: Unlist + title: Unlist this post + content: Are you sure you want to unlist? pin: title: Fixe esta postagem content: Tem certeza de que deseja fixar globalmente? Esta postagem aparecerá no topo de todas as listas de postagens. @@ -1094,6 +1120,9 @@ ui: save: Salvar delete: Excluir undelete: Undelete + list: List + unlist: Unlist + unlisted: Unlisted login: Entrar signup: Cadastrar-se logout: Sair @@ -1122,6 +1151,15 @@ ui: system_setting: System setting default: Default reset: Reset + tag: Tag + post_lowercase: post + filter: Filter + ignore: Ignore + submit: Submit + normal: Normal + closed: Closed + deleted: Deleted + pending: Pending search: title: Procurar Resultados keywords: Palavras-chave @@ -1368,7 +1406,8 @@ ui: votes: "Votos:" users: "Users:" flags: "Marcadores:" - site_health_status: Site health status + reviews: "Reviews:" + site_health: Site health version: "Versão:" https: "HTTPS:" upload_folder: "Upload folder:" @@ -1383,11 +1422,12 @@ ui: database_size: "Database size:" storage_used: "Armazenamento usado:" uptime: "Tempo de atividade:" - answer_links: Answer links + links: Links plugins: Plugins github: GitHub blog: Blog contact: Contact + forum: Forum documents: Documentos feedback: Opinião support: Supporte @@ -1490,9 +1530,7 @@ ui: content: A suspended user can't log in. questions: page_title: Perguntas - normal: Normal - closed: Fechado - deleted: Removido + unlisted: Unlisted post: Publicação votes: Votos answers: Respostas @@ -1500,12 +1538,11 @@ ui: status: Estado action: Ação change: Mudar + pending: Pending filter: placeholder: "Filtrar por título, question:id" answers: page_title: Respostas - normal: Normal - deleted: Removido post: Publicação votes: Votos created: Criado @@ -1538,6 +1575,9 @@ ui: msg: E-mail par contato não pode ser vazio. validate: E-mail par contato não é válido. text: Endereço de e-mail do principal contato responsável por este site. + check_update: + label: Software updates + text: Automatically check for updates interface: page_title: Interface language: @@ -1752,6 +1792,22 @@ ui: edit_answer: Editar resposta edit_tag: Editar marcador empty: Nenhuma tarefa de revisão restante. + approve_revision_tip: Do you approve this revision? + approve_flag_tip: Do you approve this flag? + approve_post_tip: Do you approve this post? + approve_user_tip: Do you approve this user? + suggest_edits: Suggested edits + flag_post: Flag post + flag_user: Flag user + queued_post: Queued post + queued_user: Queued user + filter_label: Type + reputation: reputation + flag_post_type: Flagged this post as {{ type }}. + flag_user_type: Flagged this user as {{ type }}. + edit_post: Edit post + list_post: List post + unlist_post: Unlist post timeline: undeleted: não removido deleted: removido @@ -1802,3 +1858,6 @@ ui: post_hide_list: Esta postagem foi ocultada da lista. post_show_list: Esta postagem foi exibida à lista. post_reopen: Esta publicação foi re-aberta. + post_list: This post has been listed. + post_unlist: This post has been unlisted. + post_pending: Your post is awaiting review. This is a preview, it will be visible after it has been approved. diff --git a/i18n/ro_RO.yaml b/i18n/ro_RO.yaml index 15a6f45a3..9f3ec8b69 100644 --- a/i18n/ro_RO.yaml +++ b/i18n/ro_RO.yaml @@ -84,7 +84,7 @@ backend: other: Nivelul 3 (reputație ridicată necesară pentru comunitatea mature) level_custom: description: - other: Custom Level + other: Nivel personalizat rank_question_add_label: other: Întreabă ceva rank_answer_add_label: @@ -140,6 +140,9 @@ backend: email_or_password_wrong_error: other: E-mailul și parola nu se potrivesc. error: + common: + invalid_url: + other: Invalid URL. password: space_invalid: other: Parola nu poate conține spații. @@ -200,6 +203,8 @@ backend: question: already_deleted: other: Această postare a fost ștearsă. + under_review: + other: Your post is awaiting review. It will be visible after it has been approved. not_found: other: Întrebarea nu a fost găsită. cannot_deleted: @@ -485,6 +490,15 @@ backend: other: acceptat accepted: other: acceptat + edit: + other: edit + review: + queued_post: + other: Queued post + flagged_post: + other: Flagged post + suggested_post_edit: + other: Suggested edits # The following fields are used for interface presentation(Front-end) ui: how_to_format: @@ -666,6 +680,8 @@ ui: empty: Nu poate fi lăsat necompletat. msg: empty: Te rugăm să selectezi un motiv. + not_a_url: URL format is incorrect. + url_not_match: URL origin does not match the current website. tag_modal: title: Creează o etichetă nouă form: @@ -685,11 +701,11 @@ ui: desc: label: Descriere revision: - label: Revision + label: Versiunea edit_summary: - label: Edit summary + label: Editează sumarul placeholder: >- - Briefly explain your changes (corrected spelling, fixed grammar, improved formatting) + Explicați pe scurt modificările (ortografie corectată, gramatică fixată, formatare îmbunătățită) btn_cancel: Anulează btn_submit: Trimiteți btn_post: Postează o nouă etichetă @@ -740,7 +756,7 @@ ui: btn_flag: Marcaj btn_save_edits: Salvați modificările btn_cancel: Anulați - show_more: "{{count}} more comments" + show_more: "{{count}} alte comentarii" tip_question: >- Utilizați comentariile pentru a solicita mai multe informații sau pentru a sugera îmbunătățiri. Evitați răspunsul la întrebări în comentarii. tip_answer: >- @@ -965,10 +981,10 @@ ui: label: Locație placeholder: "Oraş, Ţară" notification: - heading: Email Notifications - turn_on: Turn on + heading: Notificări prin e-mail + turn_on: Pornire inbox: - label: Inbox notifications + label: Notificări primite description: Răspunde la întrebări, comentarii, invitații și multe altele. all_new_question: label: Adauga o intrebare noua @@ -1023,7 +1039,7 @@ ui: answers: răspunsuri invite_to_answer: title: Persoane întrebate - desc: Select people who you think might know the answer. + desc: Invită persoane care crezi că știu răspunsul. invite: Invită să răspundă add: Adaugă persoane search: Caută persoane @@ -1033,6 +1049,7 @@ ui: asked: întrebat update: Modificat edit: editat + commented: commented Views: Văzute Follow: Urmărește Following: Urmăriți @@ -1050,6 +1067,7 @@ ui: title: Răspunsuri score: Scor newest: Cele mai noi + oldest: Oldest btn_accept: Acceptă btn_accepted: Acceptă write_answer: @@ -1073,6 +1091,14 @@ ui: confirm_btn: Redeschide title: Redeschide această postare content: Sunteţi sigur că doriţi să redeschideţi? + list: + confirm_btn: List + title: List this post + content: Are you sure you want to list? + unlist: + confirm_btn: Unlist + title: Unlist this post + content: Are you sure you want to unlist? pin: title: Fixează această postare content: Sunteţi sigur că doriţi să fixaţi la nivel global? Acest post va apărea în partea de sus a tuturor listelor de postări. @@ -1094,6 +1120,9 @@ ui: save: Salvează delete: Ștergeți undelete: Restabilește + list: List + unlist: Unlist + unlisted: Unlisted login: Autentifică-te signup: Înscrieți-vă logout: Deconectaţi-vă @@ -1117,11 +1146,20 @@ ui: close: Închide reopen: Redeschide ok: OK - light: Light - dark: Dark - system_setting: System setting + light: Luminoasă + dark: Întunecată + system_setting: Setări de sistem default: Default - reset: Reset + reset: Resetează + tag: Tag + post_lowercase: post + filter: Filter + ignore: Ignore + submit: Submit + normal: Normal + closed: Closed + deleted: Deleted + pending: Pending search: title: Rezultatele căutării keywords: Cuvinte cheie @@ -1368,7 +1406,8 @@ ui: votes: "Voturi:" users: "Utilizatori:" flags: "Marcaje:" - site_health_status: Setează starea sănătății + reviews: "Reviews:" + site_health: Site health version: "Versiune:" https: "HTTPS:" upload_folder: "Director încărcare:" @@ -1383,11 +1422,12 @@ ui: database_size: "Dimensiune bază de date:" storage_used: "Spațiu utilizat:" uptime: "Timpul de funcționare:" - answer_links: Link-uri de răspuns + links: Links plugins: Pluginuri github: GitHub blog: Blog contact: Contact + forum: Forum documents: Ducumente feedback: Feedback support: Suport @@ -1490,9 +1530,7 @@ ui: content: Un utilizator suspendat nu se poate autentifica. questions: page_title: Întrebări - normal: Normal - closed: Închise - deleted: Şterse + unlisted: Unlisted post: Postare votes: Voturi answers: Răspunsuri @@ -1500,12 +1538,11 @@ ui: status: Stare action: Actiune change: Schimbare + pending: Pending filter: placeholder: "Filtrează după titlu, întrebare: id" answers: page_title: Răspunsuri - normal: Normal - deleted: Şters post: Postare votes: Voturi created: Creată @@ -1538,6 +1575,9 @@ ui: msg: E-mailul de contact nu poate fi gol. validate: E-mailul de contact nu este valid. text: Adresa de e-mail a persoanei cheie responsabile pentru acest site. + check_update: + label: Software updates + text: Automatically check for updates interface: page_title: Interfață language: @@ -1642,11 +1682,11 @@ ui: label: Teme text: Selectaţi o temă existentă. color_scheme: - label: Color scheme + label: Paletă de culori navbar_style: label: Navbar style primary_color: - label: Primary color + label: Culoare primară text: Modifică culorile folosite de temele tale css_and_html: page_title: CSS și HTML @@ -1752,6 +1792,22 @@ ui: edit_answer: Editați răspunsul edit_tag: Editare etichetă empty: Nu au mai rămas sarcini de evaluare. + approve_revision_tip: Do you approve this revision? + approve_flag_tip: Do you approve this flag? + approve_post_tip: Do you approve this post? + approve_user_tip: Do you approve this user? + suggest_edits: Suggested edits + flag_post: Flag post + flag_user: Flag user + queued_post: Queued post + queued_user: Queued user + filter_label: Type + reputation: reputation + flag_post_type: Flagged this post as {{ type }}. + flag_user_type: Flagged this user as {{ type }}. + edit_post: Edit post + list_post: List post + unlist_post: Unlist post timeline: undeleted: restabilește deleted: şterse @@ -1802,3 +1858,6 @@ ui: post_hide_list: Această postare a fost ascunsă din listă. post_show_list: Această postare a fost afișată în listă. post_reopen: Această postare a fost redeschisă. + post_list: This post has been listed. + post_unlist: This post has been unlisted. + post_pending: Your post is awaiting review. This is a preview, it will be visible after it has been approved. diff --git a/i18n/ru_RU.yaml b/i18n/ru_RU.yaml index 9f3e57de6..e56120b6a 100644 --- a/i18n/ru_RU.yaml +++ b/i18n/ru_RU.yaml @@ -34,7 +34,7 @@ backend: other: Дублирующая отправка. action: report: - other: Флаг + other: Пожаловаться edit: other: Редактировать delete: @@ -84,7 +84,7 @@ backend: other: Уровень 3 (для зрелого сообщества требуется высокая репутация) level_custom: description: - other: Custom Level + other: Настраиваемый уровень rank_question_add_label: other: Задать вопрос rank_answer_add_label: @@ -92,23 +92,23 @@ backend: rank_comment_add_label: other: Написать комментарий rank_report_add_label: - other: Флаг + other: Пожаловаться rank_comment_vote_up_label: - other: Проголосовать за комментарий + other: Полезный комментарий rank_link_url_limit_label: other: Опубликовать более 2 ссылок за раз rank_question_vote_up_label: - other: Голосовать за вопрос + other: Полезный вопрос rank_answer_vote_up_label: - other: Голосовать за ответ + other: Полезный ответ rank_question_vote_down_label: - other: Проголосовать против вопроса + other: Бесполезный вопрос rank_answer_vote_down_label: - other: Проголосовать против ответа + other: Бесполезный ответ rank_invite_someone_to_answer_label: other: Пригласить кого-нибудь ответить rank_tag_add_label: - other: Создать новый тег + other: Новый тег rank_tag_edit_label: other: Редактировать описание тега (требуется проверка) rank_question_edit_label: @@ -140,6 +140,9 @@ backend: email_or_password_wrong_error: other: Неверное имя пользователя или пароль. error: + common: + invalid_url: + other: Invalid URL. password: space_invalid: other: Пароль не должен содержать пробелы. @@ -200,6 +203,8 @@ backend: question: already_deleted: other: Этот пост был удалён. + under_review: + other: Your post is awaiting review. It will be visible after it has been approved. not_found: other: Вопрос не найден. cannot_deleted: @@ -300,12 +305,12 @@ backend: reason: spam: name: - other: спам + other: Спам desc: - other: Этот пост является рекламой или содержит вандализм. Он не полезен или не релевантен для данной темы. + other: Этот пост является рекламой или вандализмом. Он не полезен и не имеет отношения к текущей теме. rude_or_abusive: name: - other: грубость или оскорбления + other: Грубость или оскорбления desc: other: Человек может посчитать такое содержимое неподходящим для уважительной беседы. a_duplicate: @@ -322,12 +327,12 @@ backend: other: Это сообщение было опубликовано в качестве ответа, но оно не пытается ответить на вопрос. Возможно, оно должно быть отредактировано, дополнено, быть другим вопросом или удалено навсегда. no_longer_needed: name: - other: больше не нужен + other: Не актуально desc: other: Этот комментарий устарел, носит разговорный характер или не имеет отношения к данному сообщению. something: name: - other: прочее + other: Прочее desc: other: Этот пост требует внимания администрации по другой причине, не перечисленной выше. placeholder: @@ -444,19 +449,19 @@ backend: other: "{{.QuestionTitle}}

{{.DisplayName}}:
\n
Я думаю, вы можете знать ответ.

Просмотрите его на {{.SiteName}}

--
Отказаться от подписки" invited_you_to_answer: title: - other: "[{{.SiteName}}] {{.DisplayName}} invited you to answer" + other: "[{{.SiteName}}] {{.DisplayName}} приглашает вас в Answer" body: - other: "{{.QuestionTitle}}

\n\n{{.DisplayName}}:
\n
I think you may know the answer.

\nView it on {{.SiteName}}

\n\n--
\nUnsubscribe" + other: "{{.QuestionTitle}}

\n\n{{.DisplayName}}:
\n
Я думаю что вы знаете ответ на этот вопрос.

\nОткрыть вопрос в {{.SiteName}}

\n\n--
\nОтписаться" new_comment: title: - other: "[{{.SiteName}}] {{.DisplayName}} commented on your post" + other: "[{{.SiteName}}] {{.DisplayName}} прокомментировал под вашей публикацией" body: - other: "{{.QuestionTitle}}

\n\n{{.DisplayName}}:
\n
{{.CommentSummary}}

\nView it on {{.SiteName}}

\n\n--
\nUnsubscribe" + other: "{{.QuestionTitle}}

\n\n{{.DisplayName}}:
\n
{{.CommentSummary}}

\nОткрыть вопрос в {{.SiteName}}

\n\n--
\nОтписаться" new_question: title: - other: "[{{.SiteName}}] New question: {{.QuestionTitle}}" + other: "[{{.SiteName}}] Новый вопрос: {{.QuestionTitle}}" body: - other: "{{.QuestionTitle}}
\n{{.Tags}}

\n\n--
\nUnsubscribe" + other: "{{.QuestionTitle}}
\n{{.Tags}}

\n\n--
\nОтписаться" pass_reset: title: other: "[{{.SiteName }}] Пароль сброшен" @@ -478,19 +483,28 @@ backend: upvoted: other: проголосовано за downvote: - other: проголосовать "против" + other: бесполезный downvoted: other: проголосовано против accept: other: принять accepted: other: принято + edit: + other: edit + review: + queued_post: + other: Queued post + flagged_post: + other: Flagged post + suggested_post_edit: + other: Suggested edits # The following fields are used for interface presentation(Front-end) ui: how_to_format: title: Как отформатировать desc: >- -
  • делать ссылки

    <https://url.com>

    [Title](https://url.com)
  • помещайте возвраты между абзацами

  • _italic_ or **bold**

  • отступ кода на 4 пробела

  • цитата путем размещения > в начале строки

  • backtick escapes `like _this_`

  • создавать ограждения кода с помощью обратных кавычек `

    ```
    code here
    ```
+
  • создание ссылок:

    <https://url.com>

    [Title](https://url.com)
  • пробел между абзацами

  • _italic_ или **bold**

  • отступ для кода - 4 пробела

  • тег > для цитаты в начале строки

  • обратные кавычки для строки кода `like _this_`

  • тройные обратные кавычки для блоков кода `

    ```
    тут код
    ```
pagination: prev: Назад next: Следующий @@ -502,7 +516,7 @@ ui: tag_wiki: wiki тэг create_tag: Создать тег edit_tag: Изменить тег - ask_a_question: Добавить вопрос + ask_a_question: Задать вопрос edit_question: Редактировать вопрос edit_answer: Редактировать ответ search: Поиск @@ -649,25 +663,27 @@ ui: close_modal: title: Я закрываю этот пост как... btn_cancel: Отменить - btn_submit: Отправить + btn_submit: Сохранить remark: empty: Не может быть пустым. msg: empty: Пожалуйста, выбери причину. report_modal: - flag_title: Я помечаю, чтобы пожаловаться на эту публикацию как... + flag_title: 'Причина жалобы:' close_title: Я закрываю этот пост как... review_question_title: Проверить вопрос review_answer_title: Проверить ответ review_comment_title: Просмотр комментариев btn_cancel: Отмена - btn_submit: Отправить + btn_submit: Сохранить remark: empty: Не может быть пустым. msg: empty: Пожалуйста, выбери причину. + not_a_url: URL format is incorrect. + url_not_match: URL origin does not match the current website. tag_modal: - title: Создать новый тег + title: Новый тег form: fields: display_name: @@ -676,8 +692,8 @@ ui: empty: Отображаемое название не может быть пустым. range: Отображаемое имя до 35 символов. slug_name: - label: Идентификатор тега - desc: Идентификатор тега длиной до 35 символов. + label: URL-адрес тега + desc: URL-адрес тега длиной до 35 символов. msg: empty: URL slug не может быть пустым. range: URL slug до 35 символов. @@ -685,13 +701,13 @@ ui: desc: label: Описание revision: - label: Revision + label: Версия edit_summary: - label: Edit summary + label: Отредактировать сводку placeholder: >- - Briefly explain your changes (corrected spelling, fixed grammar, improved formatting) + Коротко опишите изменения (орфография, грамматики, улучшение формата) btn_cancel: Отмена - btn_submit: Отправить + btn_submit: Сохрнаить btn_post: Создать новый тег tag_info: created_at: Создано @@ -720,9 +736,9 @@ ui: btn_save_edits: Сохранить изменения btn_cancel: Отмена dates: - long_date: МММ Д - long_date_with_year: "МММ Д, ГГГГ" - long_date_with_time: "МММ Д, ГГГГ [at] ЧЧ:мм" + long_date: MMM D + long_date_with_year: "MMM D, YYYY" + long_date_with_time: "MMM D, YYYY [at] HH:mm" now: сейчас x_seconds_ago: "{{count}}с назад" x_minutes_ago: "{{count}}м назад" @@ -737,10 +753,10 @@ ui: btn_reply: Ответить btn_edit: Редактирование btn_delete: Удалить - btn_flag: Отметить + btn_flag: Пожаловаться btn_save_edits: Сохранить изменения btn_cancel: Отменить - show_more: "{{count}} more comments" + show_more: "Еще {{count}} комментарий" tip_question: >- Воспользуйтесь комментариями, чтобы запросить больше информации или предложить улучшения. Не отвечайте на вопросы в комментариях. tip_answer: >- @@ -777,10 +793,10 @@ ui: no_desc: Тег не имеет описания. more: Подробнее ask: - title: Добавить вопрос + title: Задать вопрос edit_title: Редактировать вопрос default_reason: Редактировать вопрос - default_first_reason: Добавить вопрос + default_first_reason: Задать вопрос similar_questions: Похожие вопросы form: fields: @@ -813,8 +829,8 @@ ui: answer_question: Ответить на свой собственный вопрос post_question&answer: Опубликуйте свой вопрос и ответ tag_selector: - add_btn: Добавить тег - create_btn: Создать новый тег + add_btn: Тег + create_btn: новый тег search_tag: Поиск тега hint: "Опишите, о чем ваш вопрос, требуется хотя бы один тег." no_result: Нет соответствующих тэгов @@ -856,7 +872,7 @@ ui: empty: Не может быть пустым. resend_email: url_label: Вы уверены, что хотите повторно отправить письмо с активацией? - url_text: You can also give the activation link above to the user. + url_text: Вы также можете предоставить пользователю ссылку для активации выше. login: login_to_continue: Войдите, чтобы продолжить info_sign: У вас нет аккаунта? <1>Зарегистрируйтесь @@ -870,7 +886,7 @@ ui: range: Имя пользователя должно быть до 30 символов. character: 'Необходимо использовать набор символов "a-z", "0-9", " - . _"' email: - label: Адрес эл. почты + label: Email адрес msg: empty: Адрес электронной почты не может быть пустым. password: @@ -882,16 +898,16 @@ ui: page_title: Забыли свой пароль btn_name: Отправить мне письмо для восстановления пароля send_success: >- - If an account matches {{mail}}, you should receive an email with instructions on how to reset your password shortly. + Если учетная запись соответствует {{mail}}, вы должны в ближайшее время получить электронное письмо с инструкциями о том, как сбросить пароль. email: - label: Адрес эл. почты + label: Email адрес msg: empty: Адрес электронной почты не может быть пустым. change_email: btn_cancel: Отмена btn_update: Сменить адрес email send_success: >- - If an account matches {{mail}}, you should receive an email with instructions on how to reset your password shortly. + Если учетная запись соответствует {{mail}}, вы должны в ближайшее время получить электронное письмо с инструкциями о том, как сбросить пароль. email: label: Новый email msg: @@ -900,23 +916,23 @@ ui: connect: Связаться с {{ auth_name }} remove: Удалить {{ auth_name }} oauth_bind_email: - subtitle: Add a recovery email to your account. + subtitle: Добавьте адрес электронной почты для восстановления учетной записи. btn_update: Сменить адрес email email: label: Электронная почта msg: empty: Адрес электронной почты не может быть пустым. modal_title: Электронная почта уже существует. - modal_content: This email address already registered. Are you sure you want to connect to the existing account? + modal_content: Этот адрес электронной почты уже зарегистрирован. Вы уверены, что хотите подключиться к существующей учетной записи? modal_cancel: Изменить адрес электронной почты modal_confirm: Подключение к существующей учетной записи password_reset: page_title: Сброс пароля btn_name: Сбросить мой пароль reset_success: >- - You successfully changed your password; you will be redirected to the log in page. + Вы успешно сменили свой пароль; вы будете перенаправлены на страницу входа в систему. link_invalid: >- - Sorry, this password reset link is no longer valid. Perhaps your password is already reset? + Извините, эта ссылка для сброса пароля больше недействительна. Возможно, ваш пароль уже сброшен? to_login: Перейдите на страницу входа в систему password: label: Пароль @@ -932,7 +948,7 @@ ui: nav: profile: Профиль notification: Уведомления - account: Аккаунт + account: Учетная запись interface: Интерфейс profile: heading: Профиль @@ -946,7 +962,7 @@ ui: caption: Люди могут упоминать вас как "@username". msg: Имя пользователя не может быть пустым. msg_range: Имя пользователя должно быть до 30 символов. - character: 'Must use the character set "a-z", "0-9", " - . _"' + character: 'Необходимо использовать набор символов "a-z", "0-9", " - . _"' avatar: label: Изображение профиля gravatar: Gravatar @@ -965,36 +981,36 @@ ui: label: Местоположение placeholder: "Город, страна" notification: - heading: Email Notifications - turn_on: Turn on + heading: Уведомления по эл. почте + turn_on: Вкл. inbox: - label: Inbox notifications - description: Answers to your questions, comments, invites, and more. + label: Email уведомления + description: Ответы на ваши вопросы, комментарии, приглашения и многое другое. all_new_question: label: Все новые вопросы - description: Get notified of all new questions. Up to 50 questions per week. + description: Получайте уведомления обо всех новых вопросах. До 50 вопросов в неделю. all_new_question_for_following_tags: - label: All new questions for following tags - description: Get notified of new questions for following tags. + label: Все новые вопросы для тегов из подписок + description: Получайте уведомления о новых вопросах по следующим тегам. account: heading: Учетная запись change_email_btn: Изменить e-mail change_pass_btn: Изменить пароль change_email_info: >- - We've sent an email to that address. Please follow the confirmation instructions. + Мы отправили электронное письмо на этот адрес. Пожалуйста, следуйте инструкциям из письма. email: label: Новый email-адрес msg: Новый email не может быть пустым. pass: label: Текущий пароль - msg: Password cannot be empty. + msg: Пароль не может быть пустым. password_title: Пароль current_pass: label: Текущий пароль msg: empty: Текущий пароль не может быть пустым. length: Длина должна быть от 8 до 32. - different: The two entered passwords do not match. + different: Введенные пароли не совпадают. new_pass: label: Новый пароль pass_confirm: @@ -1019,11 +1035,11 @@ ui: review: Ваша версия будет отображаться после проверки. sent_success: Отправлено успешно related_question: - title: Связанные вопросы + title: Похожие вопросы answers: ответы invite_to_answer: - title: Люди спрашивали - desc: Select people who you think might know the answer. + title: Позвать на помощь + desc: Выберите людей, которые, по вашему мнению, могут знать ответ. invite: Пригласил вас ответить add: Добавить пользователей search: Поиск людей @@ -1033,6 +1049,7 @@ ui: asked: спросил(а) update: Изменён edit: отредактировал + commented: commented Views: Просмотрен Follow: Подписаться Following: Подписки @@ -1050,12 +1067,13 @@ ui: title: Ответы score: Оценка newest: Самые новые + oldest: Oldest btn_accept: Принять btn_accepted: Принято write_answer: title: Ваш ответ edit_answer: Редактировать мой существующий ответ - btn_name: Опубликовать свой ответ + btn_name: Ответить add_another_answer: Добавить другой ответ confirm_title: Перейти к ответу continue: Продолжить @@ -1065,14 +1083,22 @@ ui: characters: длина содержимого должна составлять не менее 6 символов. tips: header_1: Спасибо за ответ - li1_1: Please be sure to answer the question. Provide details and share your research. - li1_2: Back up any statements you make with references or personal experience. + li1_1: Пожалуйста, обязательно отвечайте на вопрос. Предоставьте подробности и поделитесь результатами своих исследований. + li1_2: Поддерживайте свои высказывания ссылками или личным опытом. header_2: Но избегайте ... - li2_1: Asking for help, seeking clarification, or responding to other answers. + li2_1: Просить о помощи, запрашивать уточнения или отвечать на другие ответы. reopen: confirm_btn: Снова открыть title: Открыть повторно этот пост content: Вы уверены, что хотите открыть заново? + list: + confirm_btn: List + title: List this post + content: Are you sure you want to list? + unlist: + confirm_btn: Unlist + title: Unlist this post + content: Are you sure you want to unlist? pin: title: Закрепить сообщение content: Вы уверены, что хотите закрепить глобально? Это сообщение появится вверху всех списков сообщений. @@ -1082,7 +1108,7 @@ ui: question: >- Мы не рекомендуем удалять вопросы с ответами, поскольку это лишает будущих читателей этих знаний.

Повторное удаление вопросов с ответами может привести к блокировке вашей учетной записи. Вы уверены, что хотите удалить? answer_accepted: >- -

We do not recommend deleting accepted answer because doing so deprives future readers of this knowledge.

Repeated deletion of accepted answers can result in your account being blocked from answering. Are you sure you wish to delete? + Мы не рекомендуем удалять вопросы с ответами, поскольку это лишает будущих читателей этих знаний.

Повторное удаление вопросов с ответами может привести к блокировке вашей учетной записи. Вы уверены, что хотите удалить? other: Вы уверены, что хотите удалить? tip_answer_deleted: Этот ответ был удален undelete_title: Восстановить сообщение @@ -1094,11 +1120,14 @@ ui: save: Сохранить delete: Удалить undelete: Отменить удаление + list: List + unlist: Unlist + unlisted: Unlisted login: Авторизоваться signup: Регистрация logout: Выйти verify: Подтвердить - add_question: Добавить вопрос + add_question: Задать вопрос approve: Одобрить reject: Отклонить skip: Пропустить @@ -1112,16 +1141,25 @@ ui: resend: Отправить повторно deactivate: Отключить active: Активные - suspend: Приостановить + suspend: Заблокировать unsuspend: Разблокировать close: Закрыть reopen: Открыть повторно ok: ОК - light: Light - dark: Dark - system_setting: System setting - default: Default - reset: Reset + light: Светлая тема + dark: Темная тема + system_setting: Настройки системы + default: По умолчанию + reset: Сбросить + tag: Tag + post_lowercase: post + filter: Filter + ignore: Ignore + submit: Submit + normal: Normal + closed: Closed + deleted: Deleted + pending: Pending search: title: Результаты поиска keywords: Ключевые слова @@ -1141,10 +1179,10 @@ ui: tag: "<1>[тег] поиск по тегу" user: "<1>user:username поиск по автору" answer: "<1>ответов:0 вопросы без ответов" - score: "<1>score:3 posts with a 3+ score" - question: "<1>is:question search questions" + score: "<1>score:3 записи с рейтингом 3+" + question: "<1>is:question поиск по вопросам" is_answer: "<1>ответ поиск ответов" - empty: We couldn't find anything.
Try different or less specific keywords. + empty: Мы ничего не смогли найти.
Попробуйте другие или менее специфичные ключевые слова. share: name: Поделиться copy: Скопировать ссылку @@ -1166,14 +1204,14 @@ ui: unsubscribe: page_title: Отписаться success_title: Вы успешно отписались от рассылки - success_desc: You have been successfully removed from this subscriber list and won't receive any further emails from us. + success_desc: Вы были успешно удалены из этого списка подписчиков и больше не будете получать от нас никаких электронных писем. link: Изменить настройки question: following_tags: Подписка на теги edit: Редактировать save: Сохранить - follow_tag_tip: Follow tags to curate your list of questions. - hot_questions: Самые популярные вопросы + follow_tag_tip: Подпишитесь на теги, чтобы следить за интересующими темами. + hot_questions: Популярные вопросы all_questions: Все вопросы x_questions: "{{ count }} вопросов" x_answers: "{{ count }} ответов" @@ -1212,7 +1250,7 @@ ui: top_answers: Лучшие ответы top_questions: Топ вопросов stats: Статистика - list_empty: No posts found.
Perhaps you'd like to select a different tab? + list_empty: Сообщений не найдено.
Возможно, вы хотели бы выбрать другую вкладку? accepted: Принято answered: отвеченные asked: спросил @@ -1256,46 +1294,46 @@ ui: title: Создайте файл config.yaml label: Файл config.yaml создан. desc: >- - You can create the <1>config.yaml file manually in the <1>/var/wwww/xxx/ directory and paste the following text into it. + Вы можете создать файл <1>config.yaml вручную в каталоге <1>/var/wwww/xxx/ и вставить в него следующий текст. info: После этого нажмите на кнопку "Далее". - site_information: Site Information + site_information: Информация о сайте admin_account: Администратор site_name: label: Название сайта - msg: Site name cannot be empty. - msg_max_length: Site name must be at maximum 30 characters in length. + msg: Название сайта не может быть пустым. + msg_max_length: Длина названия сайта должна составлять не более 30 символов. site_url: label: Адрес сайта text: Адрес вашего сайта. msg: - empty: Site URL cannot be empty. + empty: URL-адрес сайта не может быть пустым. incorrect: Неверный формат URL-адреса сайта. - max_length: Site URL must be at maximum 512 characters in length. + max_length: Длина URL-адреса сайта должна составлять не более 512 символов. contact_email: label: Контактный адрес электронной почты - text: Email address of key contact responsible for this site. + text: Адрес электронной почты контактного лица, ответственного за этот сайт. msg: - empty: Contact email cannot be empty. - incorrect: Contact email incorrect format. + empty: Контактный адрес электронной почты не может быть пустым. + incorrect: Некорректный формат контактного адреса электронной почты. login_required: - label: Private + label: Приватный switch: Требуется авторизация - text: Only logged in users can access this community. + text: Только зарегистрированные пользователи могут получить доступ к этому сообществу. admin_name: label: Имя msg: Имя не может быть пустым. character: 'Необходимо использовать набор символов "a-z", "0-9", " - . _"' - msg_max_length: Name must be at maximum 30 characters in length. + msg_max_length: Длина имени должна составлять не более 30 символов. admin_password: label: Пароль text: >- - You will need this password to log in. Please store it in a secure location. + Этот пароль понадобится вам для входа в систему. Пожалуйста, сохраните его в надежном месте. msg: Пароль не может быть пустым. msg_min_length: Длина пароля должна составлять не менее 8 символов. - msg_max_length: Password must be at maximum 32 characters in length. + msg_max_length: Длина пароля должна составлять не более 32 символов. admin_email: label: Email - text: You will need this email to log in. + text: Вам понадобится этот адрес электронной почты для входа в систему. msg: empty: Адрес электронной почты не может быть пустым. incorrect: Недопустимый формат e-mail адреса. @@ -1312,20 +1350,20 @@ ui: Похоже, вы уже установили. Для переустановки, пожалуйста, сначала очистите ваши старые таблицы базы данных. db_failed: Ошибка подключения к базе данных db_failed_desc: >- - This either means that the database information in your <1>config.yaml file is incorrect or that contact with the database server could not be established. This could mean your host's database server is down. + Это означает, что информация о базе данных в вашем файле <1>config.yaml неверна, либо не удалось установить контакт с сервером базы данных. Это может означать, что сервер базы данных вашего хоста недоступен. counts: views: просмотры votes: голоса answers: ответы accepted: Принято page_error: - http_error: HTTP Error {{ code }} - desc_403: You don't have permission to access this page. - desc_404: Unfortunately, this page doesn't exist. - desc_50X: The server encountered an error and could not complete your request. + http_error: Ошибка HTTP {{ code }} + desc_403: Нет прав доступа для просмотра этой страницы. + desc_404: К сожалению, эта страница не существует. + desc_50X: Сервер обнаружил ошибку и не смог выполнить ваш запрос. back_home: Вернуться на главную страницу page_maintenance: - desc: "We are under maintenance, we'll be back soon." + desc: "Мы выполняем техническое обслуживание, скоро вернемся." nav_menus: dashboard: Панель управления contents: Содержимое @@ -1343,18 +1381,18 @@ ui: tos: Пользовательское Соглашение privacy: Конфиденциальность seo: SEO - customize: Настройки + customize: Настройки интерфейса themes: Темы css_html: CSS/HTML login: Вход - privileges: Privileges + privileges: Привилегии plugins: Плагины installed_plugins: Установленные плагины website_welcome: Добро пожаловать на {{site_name}} user_center: login: Вход - qrcode_login_tip: Please use {{ agentName }} to scan the QR code and log in. - login_failed_email_tip: Login failed, please allow this app to access your email information before try again. + qrcode_login_tip: Пожалуйста, используйте {{ agentName }} для сканирования QR-кода и входа в систему. + login_failed_email_tip: Не удалось войти в систему, пожалуйста, разрешите этому приложению получить доступ к вашей электронной почте, прежде чем повторять попытку. admin: admin_header: title: Администратор @@ -1368,186 +1406,188 @@ ui: votes: "Голоса:" users: "Пользователи:" flags: "Флаги:" - site_health_status: Site health status + reviews: "Reviews:" + site_health: Site health version: "Версия:" https: "HTTPS:" upload_folder: "Каталог загрузки:" - run_mode: "Running mode:" - private: Private + run_mode: "Режим приватности:" + private: Приватный public: Публичные smtp: "SMTP:" timezone: "Часовой пояс:" system_info: Информация о системе - go_version: "Go version:" + go_version: "Версия GO:" database: "База данных:" - database_size: "Database size:" - storage_used: "Storage used:" + database_size: "Размер базы данных:" + storage_used: "Использовано хранилища: " uptime: "Время работы:" - answer_links: Ссылки на ответы + links: Links plugins: Плагины github: GitHub - blog: Blog + blog: Блог contact: Контакты + forum: Forum documents: Документы - feedback: Feedback + feedback: Обратная связь support: Поддержка review: Обзор config: Конфигурация update_to: Обновление до latest: Последние - check_failed: Check failed + check_failed: Проверка не удалась "yes": "Да" "no": "Нет" not_allowed: Запрещено allowed: Разрешено enabled: Включено disabled: Отключено - writable: Writable - not_writable: Not writable + writable: Доступен для записи + not_writable: Не доступен для записи flags: - title: Flags - pending: Pending - completed: Completed - flagged: Flagged - flagged_type: Flagged {{ type }} - created: Created - action: Action - review: Review + title: Жалобы + pending: Ожидают + completed: Рассмотрены + flagged: Жалобы + flagged_type: Жалоба {{ type }} + created: Создано + action: Действие + review: На проверку user_role_modal: - title: Change user role to... - btn_cancel: Cancel + title: Изменить роль пользователя на... + btn_cancel: Отмена btn_submit: Отправить new_password_modal: - title: Set new password + title: Задать новый пароль form: fields: password: label: Пароль - text: The user will be logged out and need to login again. - msg: Password must be at 8-32 characters in length. + text: Сессия пользователя будет завершена и ему придется повторить вход. + msg: Длина пароля должна составлять от 8 до 32 символов. btn_cancel: Отменить btn_submit: Отправить user_modal: - title: Add new user + title: Создание новых пользователей form: fields: users: - label: Bulk add user + label: Массовое добавление пользователей placeholder: "John Smith, john@example.com, BUSYopr2\nAlice, alice@example.com, fpDntV8q" - text: Separate “name, email, password” with commas. One user per line. - msg: "Please enter the user's email, one per line." + text: Разделите “name, email, password” запятыми. По одному пользователю в строке. + msg: "Пожалуйста, введите адрес электронной почты пользователя, по одному на строку." display_name: - label: Display name - msg: Display name must be at 4-30 characters in length. + label: Отображаемое имя + msg: Отображаемое имя должно содержать не менее 4-30 символов. email: label: Email msg: Некорректный email. password: - label: Password - msg: Password must be at 8-32 characters in length. + label: Пароль + msg: Длина пароля должна составлять от 8 до 32 символов. btn_cancel: Отменить btn_submit: Отправить users: - title: Users - name: Name + title: Пользователи + name: Имя email: Email - reputation: Reputation + reputation: Репутация created_at: Дата создания - delete_at: Deleted Time - suspend_at: Suspended Time + delete_at: Время удаления + suspend_at: Дата блокировки status: Статус role: Роль - action: Action - change: Change + action: Действия + change: Изменить all: Все - staff: Staff - more: More - inactive: Inactive - suspended: Приостановленные + staff: Сотрудники + more: Ещё + inactive: Неактивный + suspended: Заблокированные deleted: Удаленные normal: Обычный Moderator: Модератор Admin: Администратор User: Пользователь filter: - placeholder: "Filter by name, user:id" - set_new_password: Set new password + placeholder: "Фильтровать по имени, user:id" + set_new_password: Задать новый пароль change_status: Изменить статус - change_role: Change role + change_role: Изменить роль show_logs: Показать логи add_user: Добавить пользователя deactivate_user: - title: Deactivate user - content: An inactive user must re-validate their email. + title: Деактивировать пользователя + content: Неактивный пользователь должен будет повторно подтвердить свою электронную почту. delete_user: title: Удалить этого пользователя - content: Are you sure you want to delete this user? This is permanent! - remove: Remove their content - label: Remove all questions, answers, comments, etc. - text: Don’t check this if you wish to only delete the user’s account. + content: Вы уверены, что хотите удалить этого пользователя? Это действие необратимо! + remove: Удалить контент пользователя (опционально) + label: Удалить все вопросы, ответы, комментарии и т.д. + text: Не устанавливайте этот флажок, если вы хотите удалить только учетную запись пользователя. suspend_user: title: Заблокировать этого пользователя content: Заблокированный пользователь не сможет войти. questions: page_title: Вопросы - normal: Normal - closed: Закрытые - deleted: Deleted - post: Post + unlisted: Unlisted + post: Публикация votes: Голоса - answers: Answers - created: Created - status: Status + answers: Ответы + created: Создан + status: Статус action: Действие - change: Change + change: Изменить + pending: Pending filter: - placeholder: "Filter by title, question:id" + placeholder: "Фильтровать по заголовку, question:id" answers: page_title: Ответы - normal: Обычный - deleted: Deleted post: Публикация - votes: Votes - created: Created - status: Status - action: Action - change: Change + votes: Голоса + created: Создан + status: Статус + action: Действие + change: Изменить filter: - placeholder: "Filter by title, answer:id" + placeholder: "Фильтровать по заголовку, answer:id" general: - page_title: General + page_title: Основные name: - label: Site name + label: Название сайта msg: Название сайта не может быть пустым. text: "Название сайта, используемое в теге title." site_url: label: URL-адрес сайта - msg: Site url cannot be empty. + msg: URL-адрес сайта не может быть пустым. validate: Пожалуйста, введите корректный URL. - text: The address of your site. + text: Адрес вашего сайта. short_desc: - label: Short site description - msg: Short site description cannot be empty. - text: "Short description, as used in the title tag on homepage." + label: Краткое описание + msg: Краткое описание сайта не может быть пустым. + text: "Краткое описание, используемое в теге заголовка на домашней странице." desc: - label: Site description - msg: Site description cannot be empty. - text: "Describe this site in one sentence, as used in the meta description tag." + label: Описание сайта + msg: Описание сайта не может быть пустым. + text: "Опишите этот сайт одним предложением, как используется в теге meta description" contact_email: - label: Contact email - msg: Contact email cannot be empty. - validate: Contact email is not valid. - text: Email address of key contact responsible for this site. + label: Контактный адрес электронной почты + msg: Контактный адрес электронной почты не может быть пустым. + validate: Контактный адрес электронной почты не может быть пустым. + text: Адрес электронной почты контактного лица, ответственного за данный сайт. + check_update: + label: Software updates + text: Automatically check for updates interface: - page_title: Interface + page_title: Интерфейс language: - label: Interface language - msg: Interface language cannot be empty. - text: User interface language. It will change when you refresh the page. + label: Язык интерфейса + msg: Язык интерфейса не может быть пустым. + text: Язык пользовательского интерфейса. Он изменится при обновлении страницы. time_zone: label: Часовой пояс - msg: Timezone cannot be empty. - text: Choose a city in the same timezone as you. + msg: Часовой пояс не может быть пустым. + text: Выберите город в том же часовом поясе, что и вы. smtp: page_title: SMTP from_email: @@ -1579,13 +1619,13 @@ ui: label: Пароль SMTP msg: Пароль SMTP не может быть пустым. test_email_recipient: - label: Test email recipients - text: Provide email address that will receive test sends. - msg: Test email recipients is invalid + label: Тестовые получатели электронной почты + text: Укажите адрес электронной почты, на который будут отправляться тестовые сообщения. + msg: Некорректный тестовый адрес электронной почты smtp_authentication: - label: Enable authentication + label: Включить авторизацию title: Аутентификация SMTP - msg: SMTP authentication cannot be empty. + msg: Аутентификационные данные для SMTP не могут быть пустыми. "yes": "Да" "no": "Нет" branding: @@ -1595,63 +1635,63 @@ ui: msg: Логотип не может быть пустым. text: Изображение логотипа в левом верхнем углу вашего сайта. Используйте широкое прямоугольное изображение высотой 56 см с соотношением сторон более 3:1. Если оставить поле пустым, будет показан текст заголовка сайта. mobile_logo: - label: Mobile logo - text: The logo used on mobile version of your site. Use a wide rectangular image with a height of 56. If left blank, the image from the "logo" setting will be used. + label: Мобильный логотип + text: Логотип, используемый в мобильной версии вашего сайта. Используйте широкое прямоугольное изображение высотой 56. Если оставить пустым, будет использоваться изображение из настройки "Логотип". square_icon: label: Квадратный значок - msg: Square icon cannot be empty. - text: Image used as the base for metadata icons. Should ideally be larger than 512x512. + msg: Square icon не может быть пустым. + text: Изображение, используемое в качестве основы для значков метаданных. В идеале должно быть больше 512x512. favicon: label: Иконка - text: A favicon for your site. To work correctly over a CDN it must be a png. Will be resized to 32x32. If left blank, "square icon" will be used. + text: Значок для вашего сайта. Для корректной работы через CDN он должен быть в формате png. Размер будет изменен до 32x32. Если оставить пустым, будет использоваться "square icon". legal: page_title: Правовая информация terms_of_service: label: Условия использования - text: "You can add terms of service content here. If you already have a document hosted elsewhere, provide the full URL here." + text: "Вы можете добавить содержимое условий предоставления услуг здесь. Если у вас уже есть документ, размещенный в другом месте, укажите полный URL-адрес здесь." privacy_policy: label: Условия конфиденциальности - text: "You can add privacy policy content here. If you already have a document hosted elsewhere, provide the full URL here." + text: "Вы можете добавить содержание политики конфиденциальности здесь. Если у вас уже есть документ, размещенный в другом месте, укажите полный URL-адрес здесь." write: page_title: Написать restrict_answer: - title: Restrict answer - label: Each user can only write one answer for each question - text: "They can use the edit link to refine and improve their existing answer, instead." + title: Ограничения + label: Каждый пользователь может написать только один ответ на каждый вопрос + text: "Они могут использовать ссылку редактирования для уточнения и улучшения существующего ответа." recommend_tags: label: Рекомендованные теги - text: "Please input tag slug above, one tag per line." + text: "Пожалуйста, введите slug тегов выше, один тег на строку." required_tag: title: Обязательный тег - label: Set recommend tag as required - text: "Every new question must have at least one recommend tag." + label: Установите рекомендованный тег как обязательный. + text: "Каждый новый вопрос должен иметь хотя бы один рекомендуемый тег." reserved_tags: label: Зарезервированные теги - text: "Reserved tags can only be added to a post by moderator." + text: "Зарезервированные теги могут быть добавлены к сообщению только модератором." seo: page_title: SEO permalink: label: Постоянная ссылка - text: Custom URL structures can improve the usability, and forward-compatibility of your links. + text: Пользовательские структуры URL-адресов могут улучшить удобство использования и обратную совместимость ваших ссылок. robots: label: robots.txt - text: This will permanently override any related site settings. + text: Это приведет к необратимому переопределению всех связанных настроек сайта. themes: page_title: Темы themes: label: Темы - text: Select an existing theme. + text: Выберите существующую тему. color_scheme: - label: Color scheme + label: Цветовая схема navbar_style: - label: Navbar style + label: Стиль панели навигации primary_color: - label: Primary color + label: Основной цвет text: Измените цвета, используемые в ваших темах css_and_html: - page_title: CSS and HTML + page_title: CSS и HTML custom_css: - label: Custom CSS + label: Пользовательский CSS text: > head: @@ -1664,7 +1704,7 @@ ui: footer: label: Нижняя панель - text: This will insert before </body>. + text: Это будет вставлено перед </body>. sidebar: label: Боковая панель text: Это будет вставлено в боковую панель. @@ -1673,25 +1713,25 @@ ui: membership: title: Участие в сообществах label: Разрешить новые регистрации - text: Turn off to prevent anyone from creating a new account. + text: Отключите, чтобы никто не мог создать новую учетную запись. email_registration: title: Регистрация по электронной почте - label: Allow email registration - text: Turn off to prevent anyone creating new account through email. + label: Разрешить регистрацию по электронной почте + text: Отключите, чтобы предотвратить создание новой учетной записи через электронную почту. allowed_email_domains: - title: Allowed email domains - text: Email domains that users must register accounts with. One domain per line. Ignored when empty. + title: Разрешенные домены электронной почты + text: Домены электронной почты, с которыми пользователи должны регистрировать аккаунты. Один домен на каждой строке. Игнорируется, если пусто. private: title: Приватный label: Требуется авторизация - text: Only logged in users can access this community. + text: Только зарегистрированные пользователи могут получить доступ к этому сообществу. password_login: title: Вход в пароль - label: Allow email and password login - text: "WARNING: If turn off, you may be unable to log in if you have not previously configured other login method." + label: Разрешить вход по паролю + text: "Предупреждение: При отключении, вы не сможете войти, если ранее не настроили другой способ входа." installed_plugins: title: Установленные плагины - plugin_link: Plugins extend and expand the functionality of Answer. You may find plugins in the <1>Answer Plugin Repository. + plugin_link: Плагины расширяют функциональность Answer. Вы можете найти плагины в <1>Answer Plugin Repository. filter: all: Все active: Активные @@ -1711,39 +1751,39 @@ ui: title: Пользователи avatar: label: Аватар по умолчанию - text: For users without a custom avatar of their own. + text: Для пользователей, у которых нет собственного пользовательского аватара. gravatar_base_url: - label: Gravatar Base URL - text: URL of the Gravatar provider's API base. Ignored when empty. + label: Базовый URL Gravatar + text: URL базы API провайдера Gravatar. Игнорируется, если пусто. profile_editable: - title: Profile editable + title: Настройки профилей allow_update_display_name: - label: Allow users to change their display name + label: Разрешить пользователям изменять отображаемое имя allow_update_username: - label: Allow users to change their username + label: Разрешить пользователям изменять свой username allow_update_avatar: - label: Allow users to change their profile image + label: Разрешить пользователям изменять изображение своего профиля allow_update_bio: - label: Allow users to change their about me + label: Разрешить пользователям изменять свои сведения в поле "обо мне" allow_update_website: - label: Allow users to change their website + label: Разрешить пользователям изменять свой веб-сайт allow_update_location: - label: Allow users to change their location + label: Разрешить пользователям изменять свое местоположение privilege: title: Привилегии level: - label: Reputation required level - text: Choose the reputation required for the privileges + label: Необходимый уровень репутации + text: Выберите количество репутации, необходимое для получения привилегий form: - optional: (optional) - empty: cannot be empty - invalid: is invalid + optional: (опционально) + empty: не может быть пустым + invalid: недействителен btn_submit: Сохранить - not_found_props: "Required property {{ key }} not found." + not_found_props: "Требуемое свойство {{ key }} не найдено." select: Select page_review: - review: Review - proposed: proposed + review: На проверку + proposed: предложенный question_edit: Редактировать вопрос answer_edit: Редактирование ответа tag_edit: Редактирование тега @@ -1752,10 +1792,26 @@ ui: edit_answer: Редактирование ответа edit_tag: Редактирование тега empty: Нет задач для проверки. + approve_revision_tip: Do you approve this revision? + approve_flag_tip: Do you approve this flag? + approve_post_tip: Do you approve this post? + approve_user_tip: Do you approve this user? + suggest_edits: Suggested edits + flag_post: Flag post + flag_user: Flag user + queued_post: Queued post + queued_user: Queued user + filter_label: Type + reputation: reputation + flag_post_type: Flagged this post as {{ type }}. + flag_user_type: Flagged this user as {{ type }}. + edit_post: Edit post + list_post: List post + unlist_post: Unlist post timeline: - undeleted: undeleted - deleted: deleted - downvote: downvote + undeleted: Восстановлен + deleted: Удаленные + downvote: бесполезный upvote: оценить accept: принять cancelled: отменен @@ -1765,17 +1821,17 @@ ui: answered: отвеченные asked: asked closed: закрытый - reopened: reopened + reopened: Открыт повторно created: созданный pin: закрепленный unpin: незакреплённые show: listed hide: unlisted title: "History for" - tag_title: "Timeline for" + tag_title: "Хронология" show_votes: "Show votes" - n_or_a: N/A - title_for_question: "Timeline for" + n_or_a: Недоступно + title_for_question: "Хронология" title_for_answer: "Timeline for answer to {{ title }} by {{ author }}" title_for_tag: "Timeline for tag" datetime: Дата и время @@ -1802,3 +1858,6 @@ ui: post_hide_list: Это сообщение было скрыто из списка. post_show_list: Этот пост был показан в списке. post_reopen: Этот пост был вновь открыт. + post_list: This post has been listed. + post_unlist: This post has been unlisted. + post_pending: Your post is awaiting review. This is a preview, it will be visible after it has been approved. diff --git a/i18n/sk_SK.yaml b/i18n/sk_SK.yaml index 03f5434d2..7daf62b06 100644 --- a/i18n/sk_SK.yaml +++ b/i18n/sk_SK.yaml @@ -140,6 +140,9 @@ backend: email_or_password_wrong_error: other: E-mail a heslo sa nezhodujú. error: + common: + invalid_url: + other: Invalid URL. password: space_invalid: other: Password cannot contain spaces. @@ -200,6 +203,8 @@ backend: question: already_deleted: other: Tento príspevok bol odstránený. + under_review: + other: Your post is awaiting review. It will be visible after it has been approved. not_found: other: Otázka sa nenašla. cannot_deleted: @@ -485,6 +490,15 @@ backend: other: accept accepted: other: accepted + edit: + other: edit + review: + queued_post: + other: Queued post + flagged_post: + other: Flagged post + suggested_post_edit: + other: Suggested edits # The following fields are used for interface presentation(Front-end) ui: how_to_format: @@ -666,6 +680,8 @@ ui: empty: Nemôže byť prázdny. msg: empty: Vyberte dôvod. + not_a_url: URL format is incorrect. + url_not_match: URL origin does not match the current website. tag_modal: title: Vytvorte novú značku form: @@ -1033,6 +1049,7 @@ ui: asked: opýtané update: Aktualizované edit: upravené + commented: commented Views: Videné Follow: Sledovať Following: Sledované @@ -1050,6 +1067,7 @@ ui: title: Odpovede score: Skóre newest: Najnovšie + oldest: Oldest btn_accept: Súhlasiť btn_accepted: Prijaté write_answer: @@ -1073,6 +1091,14 @@ ui: confirm_btn: Reopen title: Znovu otvoriť tento príspevok content: Ste si istý, že ho chcete znovu otvoriť? + list: + confirm_btn: List + title: List this post + content: Are you sure you want to list? + unlist: + confirm_btn: Unlist + title: Unlist this post + content: Are you sure you want to unlist? pin: title: Pin this post content: Are you sure you wish to pinned globally? This post will appear at the top of all post lists. @@ -1094,6 +1120,9 @@ ui: save: Uložiť delete: Vymazať undelete: Undelete + list: List + unlist: Unlist + unlisted: Unlisted login: Prihlásiť sa signup: Registrovať sa logout: Odhlásiť sa @@ -1122,6 +1151,15 @@ ui: system_setting: System setting default: Default reset: Reset + tag: Tag + post_lowercase: post + filter: Filter + ignore: Ignore + submit: Submit + normal: Normal + closed: Closed + deleted: Deleted + pending: Pending search: title: Výsledky vyhľadávania keywords: Kľúčové slová @@ -1368,7 +1406,8 @@ ui: votes: "Hlasy:" users: "Users:" flags: "Vlajky:" - site_health_status: Site health status + reviews: "Reviews:" + site_health: Site health version: "Verzia:" https: "HTTPS:" upload_folder: "Upload folder:" @@ -1383,11 +1422,12 @@ ui: database_size: "Database size:" storage_used: "Použité úložisko:" uptime: "Doba prevádzky:" - answer_links: Answer links + links: Links plugins: Plugins github: GitHub blog: Blog contact: Contact + forum: Forum documents: Dokumenty feedback: Spätná väzba support: Podpora @@ -1490,9 +1530,7 @@ ui: content: A suspended user can't log in. questions: page_title: Otázky - normal: Normalne - closed: Uzatvorené - deleted: Vymazané + unlisted: Unlisted post: poslané votes: Hlasy answers: Odpovede @@ -1500,12 +1538,11 @@ ui: status: Stav action: Akcia change: Zmena + pending: Pending filter: placeholder: "Filter podľa názvu, otázka:id" answers: page_title: Odpovede - normal: Normalne - deleted: Vymazané post: Poslané votes: Hlasy created: Vytvorené @@ -1538,6 +1575,9 @@ ui: msg: Kontaktný e-mail nemôže byť prázdny. validate: Kontaktný e-mail je neplatný. text: E-mailová adresa kontaktu zodpovedného za túto stránku. + check_update: + label: Software updates + text: Automatically check for updates interface: page_title: Rozhranie language: @@ -1752,6 +1792,22 @@ ui: edit_answer: Upraviť odpoveď edit_tag: Upraviť značku empty: Nezostali žiadne úlohy kontroly. + approve_revision_tip: Do you approve this revision? + approve_flag_tip: Do you approve this flag? + approve_post_tip: Do you approve this post? + approve_user_tip: Do you approve this user? + suggest_edits: Suggested edits + flag_post: Flag post + flag_user: Flag user + queued_post: Queued post + queued_user: Queued user + filter_label: Type + reputation: reputation + flag_post_type: Flagged this post as {{ type }}. + flag_user_type: Flagged this user as {{ type }}. + edit_post: Edit post + list_post: List post + unlist_post: Unlist post timeline: undeleted: zrušené zmazanie deleted: vymazané @@ -1802,3 +1858,6 @@ ui: post_hide_list: This post has been hidden from list. post_show_list: This post has been shown to list. post_reopen: This post has been reopened. + post_list: This post has been listed. + post_unlist: This post has been unlisted. + post_pending: Your post is awaiting review. This is a preview, it will be visible after it has been approved. diff --git a/i18n/sv_SE.yaml b/i18n/sv_SE.yaml index cfbfb7aa6..7cef69322 100644 --- a/i18n/sv_SE.yaml +++ b/i18n/sv_SE.yaml @@ -140,6 +140,9 @@ backend: email_or_password_wrong_error: other: Email and password do not match. error: + common: + invalid_url: + other: Ogiltig URL. password: space_invalid: other: Password cannot contain spaces. @@ -200,6 +203,8 @@ backend: question: already_deleted: other: This post has been deleted. + under_review: + other: Your post is awaiting review. It will be visible after it has been approved. not_found: other: Question not found. cannot_deleted: @@ -414,11 +419,11 @@ backend: your_question_is_closed: other: Your question has been closed your_question_was_deleted: - other: Your question has been deleted + other: Din fråga har raderats your_answer_was_deleted: - other: Your answer has been deleted + other: Ditt svar har raderats your_comment_was_deleted: - other: Your comment has been deleted + other: Din kommentar har raderats up_voted_question: other: upvoted question down_voted_question: @@ -485,6 +490,15 @@ backend: other: accept accepted: other: accepted + edit: + other: edit + review: + queued_post: + other: Queued post + flagged_post: + other: Flagged post + suggested_post_edit: + other: Suggested edits # The following fields are used for interface presentation(Front-end) ui: how_to_format: @@ -497,14 +511,14 @@ ui: page_title: question: Fråga questions: Frågor - tag: Tag - tags: Tags + tag: Tagg + tags: Taggar tag_wiki: tag wiki create_tag: Create Tag edit_tag: Edit Tag ask_a_question: Add Question - edit_question: Edit Question - edit_answer: Edit Answer + edit_question: Redigera fråga + edit_answer: Redigera svar search: Sök posts_containing: Posts containing settings: Inställningar @@ -594,8 +608,8 @@ ui: text: Horizontal rule image: text: Bild - add_image: Add image - tab_image: Upload image + add_image: Lägg till bild + tab_image: Ladda upp bild form_image: fields: file: @@ -666,6 +680,8 @@ ui: empty: Cannot be empty. msg: empty: Please select a reason. + not_a_url: URL format is incorrect. + url_not_match: URL origin does not match the current website. tag_modal: title: Create new tag form: @@ -712,18 +728,18 @@ ui: tip_with_synonyms: >-

We do not allowed deleting tag with synonyms.

Please remove the synonyms from this tag first.

tip: Are you sure you wish to delete? - close: Close + close: Stäng edit_tag: title: Edit Tag default_reason: Edit tag - default_first_reason: Add tag + default_first_reason: Lägg till tagg btn_save_edits: Save edits btn_cancel: Avbryt dates: long_date: MMM D long_date_with_year: "MMM D, YYYY" long_date_with_time: "MMM D, YYYY [at] HH:mm" - now: now + now: nu x_seconds_ago: "{{count}} s sedan" x_minutes_ago: "{{count}} m sedan" x_hours_ago: "{{count}} t sedan" @@ -870,7 +886,7 @@ ui: range: Name up to 30 characters. character: 'Must use the character set "a-z", "0-9", " - . _"' email: - label: Email + label: E-postadress msg: empty: Email cannot be empty. password: @@ -884,7 +900,7 @@ ui: send_success: >- If an account matches {{mail}}, you should receive an email with instructions on how to reset your password shortly. email: - label: Email + label: E-postadress msg: empty: Email cannot be empty. change_email: @@ -893,7 +909,7 @@ ui: send_success: >- If an account matches {{mail}}, you should receive an email with instructions on how to reset your password shortly. email: - label: New email + label: Ny e-postadress msg: empty: Email cannot be empty. oauth: @@ -948,22 +964,22 @@ ui: msg_range: Username up to 30 characters. character: 'Must use the character set "a-z", "0-9", " - . _"' avatar: - label: Profile image + label: Profilbild gravatar: Gravatar gravatar_text: You can change image on custom: Custom - custom_text: You can upload your image. + custom_text: Du kan ladda upp din bild. default: System msg: Please upload an avatar bio: - label: About me + label: Om mig website: - label: Website + label: Webbplats placeholder: "https://example.com" msg: Website incorrect format location: label: Location - placeholder: "City, Country" + placeholder: "Stad, Land" notification: heading: Email Notifications turn_on: Turn on @@ -983,7 +999,7 @@ ui: change_email_info: >- We've sent an email to that address. Please follow the confirmation instructions. email: - label: New email + label: Ny e-postadress msg: New email cannot be empty. pass: label: Nuvarande lösenord @@ -1023,7 +1039,7 @@ ui: answers: answers invite_to_answer: title: People Asked - desc: Select people who you think might know the answer. + desc: Bjud in personer som du tror kan svara. invite: Invite to answer add: Add people search: Search people @@ -1033,6 +1049,7 @@ ui: asked: asked update: Modified edit: edited + commented: commented Views: Viewed Follow: Follow Following: Following @@ -1050,6 +1067,7 @@ ui: title: Answers score: Score newest: Newest + oldest: Oldest btn_accept: Accept btn_accepted: Accepted write_answer: @@ -1073,6 +1091,14 @@ ui: confirm_btn: Reopen title: Reopen this post content: Are you sure you want to reopen? + list: + confirm_btn: List + title: List this post + content: Are you sure you want to list? + unlist: + confirm_btn: Unlist + title: Unlist this post + content: Are you sure you want to unlist? pin: title: Pin this post content: Are you sure you wish to pinned globally? This post will appear at the top of all post lists. @@ -1094,6 +1120,9 @@ ui: save: Spara delete: Radera undelete: Undelete + list: List + unlist: Unlist + unlisted: Unlisted login: Logga in signup: Registrera dig logout: Logga ut @@ -1101,7 +1130,7 @@ ui: add_question: Add question approve: Approve reject: Reject - skip: Skip + skip: Hoppa över discard_draft: Discard draft pinned: Pinned all: All @@ -1117,11 +1146,20 @@ ui: close: Stäng reopen: Reopen ok: OK - light: Light - dark: Dark + light: Ljust + dark: Mörkt system_setting: System setting - default: Default - reset: Reset + default: Standard + reset: Återställ + tag: Tag + post_lowercase: post + filter: Filter + ignore: Ignorera + submit: Skicka + normal: Normal + closed: Closed + deleted: Deleted + pending: Pending search: title: Sökresultat keywords: Keywords @@ -1160,7 +1198,7 @@ ui: link: Continue to homepage invalid: >- Sorry, this account confirmation link is no longer valid. Perhaps your account is already active? - confirm_new_email: Your email has been updated. + confirm_new_email: Din e-postadress har uppdaterats. confirm_new_email_invalid: >- Sorry, this confirmation link is no longer valid. Perhaps your email was already changed? unsubscribe: @@ -1207,7 +1245,7 @@ ui: viewed: Viewed joined: Joined last_login: Seen - about_me: About Me + about_me: Om mig about_me_empty: "// Hello, World !" top_answers: Top Answers top_questions: Top Questions @@ -1278,7 +1316,7 @@ ui: empty: Contact email cannot be empty. incorrect: Contact email incorrect format. login_required: - label: Private + label: Privat switch: Login required text: Only logged in users can access this community. admin_name: @@ -1368,7 +1406,8 @@ ui: votes: "Röster:" users: "Användare:" flags: "Flags:" - site_health_status: Site health status + reviews: "Reviews:" + site_health: Site health version: "Version:" https: "HTTPS:" upload_folder: "Upload folder:" @@ -1383,11 +1422,12 @@ ui: database_size: "Database size:" storage_used: "Storage used:" uptime: "Uptime:" - answer_links: Answer links + links: Länkar plugins: Plugins github: GitHub blog: Blogg contact: Kontakt + forum: Forum documents: Dokument feedback: Feedback support: Support @@ -1459,7 +1499,7 @@ ui: role: Roll action: Action change: Ändra - all: All + all: Alla staff: Staff more: More inactive: Inactive @@ -1490,28 +1530,25 @@ ui: content: A suspended user can't log in. questions: page_title: Questions - normal: Normal - closed: Closed - deleted: Deleted + unlisted: Unlisted post: Post votes: Votes answers: Answers created: Created status: Status action: Action - change: Change + change: Ändra + pending: Pending filter: placeholder: "Filter by title, question:id" answers: page_title: Answers - normal: Normal - deleted: Deleted post: Post votes: Votes created: Created status: Status action: Action - change: Change + change: Ändra filter: placeholder: "Filter by title, answer:id" general: @@ -1538,6 +1575,9 @@ ui: msg: Contact email cannot be empty. validate: Contact email is not valid. text: Email address of key contact responsible for this site. + check_update: + label: Software updates + text: Automatically check for updates interface: page_title: Interface language: @@ -1642,7 +1682,7 @@ ui: label: Teman text: Select an existing theme. color_scheme: - label: Color scheme + label: Färgschema navbar_style: label: Navbar style primary_color: @@ -1693,9 +1733,9 @@ ui: title: Installed Plugins plugin_link: Plugins extend and expand the functionality of Answer. You may find plugins in the <1>Answer Plugin Repository. filter: - all: All - active: Active - inactive: Inactive + all: Alla + active: Aktiv + inactive: Inaktiv outdated: Outdated plugins: label: Plugins @@ -1705,7 +1745,7 @@ ui: status: Status action: Action deactivate: Deactivate - activate: Activate + activate: Aktivera settings: Inställningar settings_users: title: Användare @@ -1752,6 +1792,22 @@ ui: edit_answer: Edit answer edit_tag: Redigera tagg empty: No review tasks left. + approve_revision_tip: Do you approve this revision? + approve_flag_tip: Do you approve this flag? + approve_post_tip: Do you approve this post? + approve_user_tip: Do you approve this user? + suggest_edits: Suggested edits + flag_post: Flag post + flag_user: Flag user + queued_post: Queued post + queued_user: Queued user + filter_label: Type + reputation: reputation + flag_post_type: Flagged this post as {{ type }}. + flag_user_type: Flagged this user as {{ type }}. + edit_post: Edit post + list_post: List post + unlist_post: Unlist post timeline: undeleted: undeleted deleted: deleted @@ -1802,3 +1858,6 @@ ui: post_hide_list: This post has been hidden from list. post_show_list: This post has been shown to list. post_reopen: This post has been reopened. + post_list: This post has been listed. + post_unlist: This post has been unlisted. + post_pending: Your post is awaiting review. This is a preview, it will be visible after it has been approved. diff --git a/i18n/te_IN.yaml b/i18n/te_IN.yaml new file mode 100644 index 000000000..dc22340cd --- /dev/null +++ b/i18n/te_IN.yaml @@ -0,0 +1,1863 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. + +# The following fields are used for back-end +backend: + base: + success: + other: విజయవంతమైంది. + unknown: + other: తెలియని సమస్య. + request_format_error: + other: Request format is not valid. + unauthorized_error: + other: Unauthorized. + database_error: + other: Data server error. + forbidden_error: + other: Forbidden. + duplicate_request_error: + other: Duplicate submission. + action: + report: + other: Flag + edit: + other: Edit + delete: + other: Delete + close: + other: Close + reopen: + other: Reopen + forbidden_error: + other: Forbidden. + pin: + other: Pin + hide: + other: Unlist + unpin: + other: Unpin + show: + other: List + invite_someone_to_answer: + other: Edit + undelete: + other: Undelete + role: + name: + user: + other: User + admin: + other: Admin + moderator: + other: Moderator + description: + user: + other: Default with no special access. + admin: + other: Have the full power to access the site. + moderator: + other: Has access to all posts except admin settings. + privilege: + level_1: + description: + other: Level 1 (less reputation required for private team, group) + level_2: + description: + other: Level 2 (low reputation required for startup community) + level_3: + description: + other: Level 3 (high reputation required for mature community) + level_custom: + description: + other: Custom Level + rank_question_add_label: + other: Ask question + rank_answer_add_label: + other: Write answer + rank_comment_add_label: + other: Write comment + rank_report_add_label: + other: Flag + rank_comment_vote_up_label: + other: Upvote comment + rank_link_url_limit_label: + other: Post more than 2 links at a time + rank_question_vote_up_label: + other: Upvote question + rank_answer_vote_up_label: + other: Upvote answer + rank_question_vote_down_label: + other: Downvote question + rank_answer_vote_down_label: + other: Downvote answer + rank_invite_someone_to_answer_label: + other: Invite someone to answer + rank_tag_add_label: + other: Create new tag + rank_tag_edit_label: + other: Edit tag description (need to review) + rank_question_edit_label: + other: Edit other's question (need to review) + rank_answer_edit_label: + other: Edit other's answer (need to review) + rank_question_edit_without_review_label: + other: Edit other's question without review + rank_answer_edit_without_review_label: + other: Edit other's answer without review + rank_question_audit_label: + other: Review question edits + rank_answer_audit_label: + other: Review answer edits + rank_tag_audit_label: + other: Review tag edits + rank_tag_edit_without_review_label: + other: Edit tag description without review + rank_tag_synonym_label: + other: Manage tag synonyms + email: + other: Email + e_mail: + other: Email + password: + other: Password + pass: + other: Password + email_or_password_wrong_error: + other: Email and password do not match. + error: + common: + invalid_url: + other: Invalid URL. + password: + space_invalid: + other: Password cannot contain spaces. + admin: + cannot_update_their_password: + other: You cannot modify your password. + cannot_modify_self_status: + other: You cannot modify your status. + email_or_password_wrong: + other: Email and password do not match. + answer: + not_found: + other: Answer do not found. + cannot_deleted: + other: No permission to delete. + cannot_update: + other: No permission to update. + question_closed_cannot_add: + other: Questions are closed and cannot be added. + comment: + edit_without_permission: + other: Comment are not allowed to edit. + not_found: + other: Comment not found. + cannot_edit_after_deadline: + other: The comment time has been too long to modify. + email: + duplicate: + other: Email already exists. + need_to_be_verified: + other: Email should be verified. + verify_url_expired: + other: Email verified URL has expired, please resend the email. + illegal_email_domain_error: + other: Email is not allowed from that email domain. Please use another one. + lang: + not_found: + other: Language file not found. + object: + captcha_verification_failed: + other: Captcha wrong. + disallow_follow: + other: You are not allowed to follow. + disallow_vote: + other: You are not allowed to vote. + disallow_vote_your_self: + other: You can't vote for your own post. + not_found: + other: Object not found. + verification_failed: + other: Verification failed. + email_or_password_incorrect: + other: Email and password do not match. + old_password_verification_failed: + other: The old password verification failed + new_password_same_as_previous_setting: + other: The new password is the same as the previous one. + question: + already_deleted: + other: This post has been deleted. + under_review: + other: Your post is awaiting review. It will be visible after it has been approved. + not_found: + other: Question not found. + cannot_deleted: + other: No permission to delete. + cannot_close: + other: No permission to close. + cannot_update: + other: No permission to update. + rank: + fail_to_meet_the_condition: + other: Reputation rank fail to meet the condition. + vote_fail_to_meet_the_condition: + other: Thanks for the feedback. You need at least {{.Rank}} reputation to cast a vote. + no_enough_rank_to_operate: + other: You need at least {{.Rank}} reputation to do this. + report: + handle_failed: + other: Report handle failed. + not_found: + other: Report not found. + tag: + already_exist: + other: Tag already exists. + not_found: + other: Tag not found. + recommend_tag_not_found: + other: Recommend tag is not exist. + recommend_tag_enter: + other: Please enter at least one required tag. + not_contain_synonym_tags: + other: Should not contain synonym tags. + cannot_update: + other: No permission to update. + is_used_cannot_delete: + other: You cannot delete a tag that is in use. + cannot_set_synonym_as_itself: + other: You cannot set the synonym of the current tag as itself. + smtp: + config_from_name_cannot_be_email: + other: The from name cannot be a email address. + theme: + not_found: + other: Theme not found. + revision: + review_underway: + other: Can't edit currently, there is a version in the review queue. + no_permission: + other: No permission to revise. + user: + external_login_missing_user_id: + other: The third-party platform does not provide a unique UserID, so you cannot login, please contact the website administrator. + external_login_unbinding_forbidden: + other: Please set a login password for your account before you remove this login. + email_or_password_wrong: + other: + other: Email and password do not match. + not_found: + other: User not found. + suspended: + other: User has been suspended. + username_invalid: + other: Username is invalid. + username_duplicate: + other: Username is already in use. + set_avatar: + other: Avatar set failed. + cannot_update_your_role: + other: You cannot modify your role. + not_allowed_registration: + other: Currently the site is not open for registration. + not_allowed_login_via_password: + other: Currently the site is not allowed to login via password. + access_denied: + other: Access denied + page_access_denied: + other: You do not have access to this page. + add_bulk_users_format_error: + other: "Error {{.Field}} format near '{{.Content}}' at line {{.Line}}. {{.ExtraMessage}}" + add_bulk_users_amount_error: + other: "The number of users you add at once should be in the range of 1-{{.MaxAmount}}." + config: + read_config_failed: + other: Read config failed + database: + connection_failed: + other: Database connection failed + create_table_failed: + other: Create table failed + install: + create_config_failed: + other: Can't create the config.yaml file. + upload: + unsupported_file_format: + other: Unsupported file format. + site_info: + config_not_found: + other: Site config not found. + reason: + spam: + name: + other: spam + desc: + other: This post is an advertisement, or vandalism. It is not useful or relevant to the current topic. + rude_or_abusive: + name: + other: rude or abusive + desc: + other: A reasonable person would find this content inappropriate for respectful discourse. + a_duplicate: + name: + other: a duplicate + desc: + other: This question has been asked before and already has an answer. + placeholder: + other: Enter the existing question link + not_a_answer: + name: + other: not an answer + desc: + other: This was posted as an answer, but it does not attempt to answer the question. It should possibly be an edit, a comment, another question, or deleted altogether. + no_longer_needed: + name: + other: no longer needed + desc: + other: This comment is outdated, conversational or not relevant to this post. + something: + name: + other: something else + desc: + other: This post requires staff attention for another reason not listed above. + placeholder: + other: Let us know specifically what you are concerned about + community_specific: + name: + other: a community-specific reason + desc: + other: This question doesn't meet a community guideline. + not_clarity: + name: + other: needs details or clarity + desc: + other: This question currently includes multiple questions in one. It should focus on one problem only. + looks_ok: + name: + other: looks OK + desc: + other: This post is good as-is and not low quality. + needs_edit: + name: + other: needs edit, and I did it + desc: + other: Improve and correct problems with this post yourself. + needs_close: + name: + other: needs close + desc: + other: A closed question can't answer, but still can edit, vote and comment. + needs_delete: + name: + other: needs delete + desc: + other: This post will be deleted. + question: + close: + duplicate: + name: + other: spam + desc: + other: This question has been asked before and already has an answer. + guideline: + name: + other: a community-specific reason + desc: + other: This question doesn't meet a community guideline. + multiple: + name: + other: needs details or clarity + desc: + other: This question currently includes multiple questions in one. It should focus on one problem only. + other: + name: + other: something else + desc: + other: This post requires another reason not listed above. + operation_type: + asked: + other: asked + answered: + other: answered + modified: + other: modified + deleted_title: + other: Deleted question + notification: + action: + update_question: + other: updated question + answer_the_question: + other: answered question + update_answer: + other: updated answer + accept_answer: + other: accepted answer + comment_question: + other: commented question + comment_answer: + other: commented answer + reply_to_you: + other: replied to you + mention_you: + other: mentioned you + your_question_is_closed: + other: Your question has been closed + your_question_was_deleted: + other: Your question has been deleted + your_answer_was_deleted: + other: Your answer has been deleted + your_comment_was_deleted: + other: Your comment has been deleted + up_voted_question: + other: upvoted question + down_voted_question: + other: downvoted question + up_voted_answer: + other: upvoted answer + down_voted_answer: + other: downvoted answer + up_voted_comment: + other: upvoted comment + invited_you_to_answer: + other: invited you to answer + email_tpl: + change_email: + title: + other: "[{{.SiteName}}] Confirm your new email address" + body: + other: "Confirm your new email address for {{.SiteName}} by clicking on the following link:
\n{{.ChangeEmailUrl}}

\n\nIf you did not request this change, please ignore this email.\n" + new_answer: + title: + other: "[{{.SiteName}}] {{.DisplayName}} answered your question" + body: + other: "{{.QuestionTitle}}

\n\n{{.DisplayName}}:
\n
{{.AnswerSummary}}

\nView it on {{.SiteName}}

\n\n--
\nUnsubscribe" + invited_you_to_answer: + title: + other: "[{{.SiteName}}] {{.DisplayName}} invited you to answer" + body: + other: "{{.QuestionTitle}}

\n\n{{.DisplayName}}:
\n
I think you may know the answer.

\nView it on {{.SiteName}}

\n\n--
\nUnsubscribe" + new_comment: + title: + other: "[{{.SiteName}}] {{.DisplayName}} commented on your post" + body: + other: "{{.QuestionTitle}}

\n\n{{.DisplayName}}:
\n
{{.CommentSummary}}

\nView it on {{.SiteName}}

\n\n--
\nUnsubscribe" + new_question: + title: + other: "[{{.SiteName}}] New question: {{.QuestionTitle}}" + body: + other: "{{.QuestionTitle}}
\n{{.Tags}}

\n\n--
\nUnsubscribe" + pass_reset: + title: + other: "[{{.SiteName }}] Password reset" + body: + other: "Somebody asked to reset your password on {{.SiteName}}.

\n\nIf it was not you, you can safely ignore this email.

\n\nClick the following link to choose a new password:
\n{{.PassResetUrl}}\n" + register: + title: + other: "[{{.SiteName}}] Confirm your new account" + body: + other: "Welcome to {{.SiteName}}!

\n\nClick the following link to confirm and activate your new account:
\n{{.RegisterUrl}}

\n\nIf the above link is not clickable, try copying and pasting it into the address bar of your web browser.\n" + test: + title: + other: "[{{.SiteName}}] Test Email" + body: + other: "This is a test email." + action_activity_type: + upvote: + other: upvote + upvoted: + other: upvoted + downvote: + other: downvote + downvoted: + other: downvoted + accept: + other: accept + accepted: + other: accepted + edit: + other: edit + review: + queued_post: + other: Queued post + flagged_post: + other: Flagged post + suggested_post_edit: + other: Suggested edits +# The following fields are used for interface presentation(Front-end) +ui: + how_to_format: + title: How to Format + desc: >- +
  • to make links

    <https://url.com>

    [Title](https://url.com)
  • put returns between paragraphs

  • _italic_ or **bold**

  • indent code by 4 spaces

  • quote by placing > at start of line

  • backtick escapes `like _this_`

  • create code fences with backticks `

    ```
    code here
    ```
+ pagination: + prev: మునుపటి + next: Next + page_title: + question: ప్రశ్న + questions: ప్రశ్నలు + tag: ట్యాగ్ + tags: టాగ్లు + tag_wiki: tag wiki + create_tag: ట్యాగ్‌ని సృష్టించండి + edit_tag: ట్యాగ్‌ని సవరించండి + ask_a_question: Add Question + edit_question: ప్రశ్నను సవరించండి + edit_answer: సమాధానాన్ని సవరించండి + search: Search + posts_containing: కలిగి ఉన్న పోస్ట్‌లు + settings: Settings + notifications: నోటిఫికేషన్‌లు + login: Log In + sign_up: Sign Up + account_recovery: Account Recovery + account_activation: Account Activation + confirm_email: Confirm Email + account_suspended: ఖాతా నిలిపివేయబడింది + admin: అడ్మిన్ + change_email: Modify Email + install: Answer Installation + upgrade: Answer Upgrade + maintenance: Website Maintenance + users: Users + oauth_callback: Processing + http_404: HTTP Error 404 + http_50X: HTTP Error 500 + http_403: HTTP Error 403 + logout: Log Out + notifications: + title: నోటిఫికేషన్లు + inbox: ఇన్‌బాక్స్ + achievement: విజయాలు + new_alerts: New alerts + all_read: Mark all as read + show_more: Show more + someone: Someone + inbox_type: + all: All + posts: Posts + invites: Invites + votes: Votes + suspended: + title: Your Account has been Suspended + until_time: "Your account was suspended until {{ time }}." + forever: This user was suspended forever. + end: You don't meet a community guideline. + contact_us: Contact us + editor: + blockquote: + text: Blockquote + bold: + text: Strong + chart: + text: Chart + flow_chart: Flow chart + sequence_diagram: Sequence diagram + class_diagram: Class diagram + state_diagram: State diagram + entity_relationship_diagram: Entity relationship diagram + user_defined_diagram: User defined diagram + gantt_chart: Gantt chart + pie_chart: Pie chart + code: + text: Code Sample + add_code: Add code sample + form: + fields: + code: + label: Code + msg: + empty: Code cannot be empty. + language: + label: Language + placeholder: Automatic detection + btn_cancel: Cancel + btn_confirm: Add + formula: + text: Formula + options: + inline: Inline formula + block: Block formula + heading: + text: Heading + options: + h1: Heading 1 + h2: Heading 2 + h3: Heading 3 + h4: Heading 4 + h5: Heading 5 + h6: Heading 6 + help: + text: Help + hr: + text: Horizontal rule + image: + text: Image + add_image: Add image + tab_image: Upload image + form_image: + fields: + file: + label: Image file + btn: Select image + msg: + empty: File cannot be empty. + only_image: Only image files are allowed. + max_size: File size cannot exceed 4 MB. + desc: + label: Description + tab_url: Image URL + form_url: + fields: + url: + label: Image URL + msg: + empty: Image URL cannot be empty. + name: + label: Description + btn_cancel: Cancel + btn_confirm: Add + uploading: Uploading + indent: + text: Indent + outdent: + text: Outdent + italic: + text: Emphasis + link: + text: Hyperlink + add_link: Add hyperlink + form: + fields: + url: + label: URL + msg: + empty: URL cannot be empty. + name: + label: Description + btn_cancel: Cancel + btn_confirm: Add + ordered_list: + text: Numbered list + unordered_list: + text: Bulleted list + table: + text: Table + heading: Heading + cell: Cell + close_modal: + title: I am closing this post as... + btn_cancel: Cancel + btn_submit: Submit + remark: + empty: Cannot be empty. + msg: + empty: Please select a reason. + report_modal: + flag_title: I am flagging to report this post as... + close_title: I am closing this post as... + review_question_title: Review question + review_answer_title: Review answer + review_comment_title: Review comment + btn_cancel: Cancel + btn_submit: Submit + remark: + empty: Cannot be empty. + msg: + empty: Please select a reason. + not_a_url: URL format is incorrect. + url_not_match: URL origin does not match the current website. + tag_modal: + title: Create new tag + form: + fields: + display_name: + label: Display name + msg: + empty: Display name cannot be empty. + range: Display name up to 35 characters. + slug_name: + label: URL slug + desc: URL slug up to 35 characters. + msg: + empty: URL slug cannot be empty. + range: URL slug up to 35 characters. + character: URL slug contains unallowed character set. + desc: + label: Description + revision: + label: Revision + edit_summary: + label: Edit summary + placeholder: >- + Briefly explain your changes (corrected spelling, fixed grammar, improved formatting) + btn_cancel: Cancel + btn_submit: Submit + btn_post: Post new tag + tag_info: + created_at: Created + edited_at: Edited + history: History + synonyms: + title: Synonyms + text: The following tags will be remapped to + empty: No synonyms found. + btn_add: Add a synonym + btn_edit: Edit + btn_save: Save + synonyms_text: The following tags will be remapped to + delete: + title: Delete this tag + tip_with_posts: >- +

We do not allowed deleting tag with posts.

Please remove this tag from the posts first.

+ tip_with_synonyms: >- +

We do not allowed deleting tag with synonyms.

Please remove the synonyms from this tag first.

+ tip: Are you sure you wish to delete? + close: Close + edit_tag: + title: Edit Tag + default_reason: Edit tag + default_first_reason: Add tag + btn_save_edits: Save edits + btn_cancel: Cancel + dates: + long_date: MMM D + long_date_with_year: "MMM D, YYYY" + long_date_with_time: "MMM D, YYYY [at] HH:mm" + now: now + x_seconds_ago: "{{count}}s ago" + x_minutes_ago: "{{count}}m ago" + x_hours_ago: "{{count}}h ago" + hour: hour + day: day + hours: hours + days: days + comment: + btn_add_comment: Add comment + reply_to: Reply to + btn_reply: Reply + btn_edit: Edit + btn_delete: Delete + btn_flag: Flag + btn_save_edits: Save edits + btn_cancel: Cancel + show_more: "{{count}} more comments" + tip_question: >- + Use comments to ask for more information or suggest improvements. Avoid answering questions in comments. + tip_answer: >- + Use comments to reply to other users or notify them of changes. If you are adding new information, edit your post instead of commenting. + tip_vote: It adds something useful to the post + edit_answer: + title: Edit Answer + default_reason: Edit answer + default_first_reason: Add answer + form: + fields: + revision: + label: Revision + answer: + label: Answer + feedback: + characters: content must be at least 6 characters in length. + edit_summary: + label: Edit summary + placeholder: >- + Briefly explain your changes (corrected spelling, fixed grammar, improved formatting) + btn_save_edits: Save edits + btn_cancel: Cancel + tags: + title: Tags + sort_buttons: + popular: Popular + name: Name + newest: Newest + button_follow: Follow + button_following: Following + tag_label: questions + search_placeholder: Filter by tag name + no_desc: The tag has no description. + more: More + ask: + title: Add Question + edit_title: Edit Question + default_reason: Edit question + default_first_reason: Add question + similar_questions: Similar questions + form: + fields: + revision: + label: Revision + title: + label: Title + placeholder: Be specific and imagine you're asking a question to another person + msg: + empty: Title cannot be empty. + range: Title up to 150 characters + body: + label: Body + msg: + empty: Body cannot be empty. + tags: + label: Tags + msg: + empty: Tags cannot be empty. + answer: + label: Answer + msg: + empty: Answer cannot be empty. + edit_summary: + label: Edit summary + placeholder: >- + Briefly explain your changes (corrected spelling, fixed grammar, improved formatting) + btn_post_question: Post your question + btn_save_edits: Save edits + answer_question: Answer your own question + post_question&answer: Post your question and answer + tag_selector: + add_btn: Add tag + create_btn: Create new tag + search_tag: Search tag + hint: "Describe what your question is about, at least one tag is required." + no_result: No tags matched + tag_required_text: Required tag (at least one) + header: + nav: + question: Questions + tag: Tags + user: Users + profile: Profile + setting: Settings + logout: Log out + admin: Admin + review: Review + bookmark: Bookmarks + moderation: Moderation + search: + placeholder: Search + footer: + build_on: >- + Powered by <1> Apache Answer - the open-source software that powers Q&A communities.
Made with love © {{cc}}. + upload_img: + name: Change + loading: loading... + pic_auth_code: + title: Captcha + placeholder: Type the text above + msg: + empty: Captcha cannot be empty. + inactive: + first: >- + You're almost done! We sent an activation mail to {{mail}}. Please follow the instructions in the mail to activate your account. + info: "If it doesn't arrive, check your spam folder." + another: >- + We sent another activation email to you at {{mail}}. It might take a few minutes for it to arrive; be sure to check your spam folder. + btn_name: Resend activation email + change_btn_name: Change email + msg: + empty: Cannot be empty. + resend_email: + url_label: Are you sure you want to resend the activation email? + url_text: You can also give the activation link above to the user. + login: + login_to_continue: Log in to continue + info_sign: Don't have an account? <1>Sign up + info_login: Already have an account? <1>Log in + agreements: By registering, you agree to the <1>privacy policy and <3>terms of service. + forgot_pass: Forgot password? + name: + label: Name + msg: + empty: Name cannot be empty. + range: Name up to 30 characters. + character: 'Must use the character set "a-z", "0-9", " - . _"' + email: + label: Email + msg: + empty: Email cannot be empty. + password: + label: Password + msg: + empty: Password cannot be empty. + different: The passwords entered on both sides are inconsistent + account_forgot: + page_title: Forgot Your Password + btn_name: Send me recovery email + send_success: >- + If an account matches {{mail}}, you should receive an email with instructions on how to reset your password shortly. + email: + label: Email + msg: + empty: Email cannot be empty. + change_email: + btn_cancel: Cancel + btn_update: Update email address + send_success: >- + If an account matches {{mail}}, you should receive an email with instructions on how to reset your password shortly. + email: + label: New email + msg: + empty: Email cannot be empty. + oauth: + connect: Connect with {{ auth_name }} + remove: Remove {{ auth_name }} + oauth_bind_email: + subtitle: Add a recovery email to your account. + btn_update: Update email address + email: + label: Email + msg: + empty: Email cannot be empty. + modal_title: Email already existes. + modal_content: This email address already registered. Are you sure you want to connect to the existing account? + modal_cancel: Change email + modal_confirm: Connect to the existing account + password_reset: + page_title: Password Reset + btn_name: Reset my password + reset_success: >- + You successfully changed your password; you will be redirected to the log in page. + link_invalid: >- + Sorry, this password reset link is no longer valid. Perhaps your password is already reset? + to_login: Continue to log in page + password: + label: Password + msg: + empty: Password cannot be empty. + length: The length needs to be between 8 and 32 + different: The passwords entered on both sides are inconsistent + password_confirm: + label: Confirm new password + settings: + page_title: Settings + goto_modify: Go to modify + nav: + profile: Profile + notification: Notifications + account: Account + interface: Interface + profile: + heading: Profile + btn_name: Save + display_name: + label: Display name + msg: Display name cannot be empty. + msg_range: Display name up to 30 characters. + username: + label: Username + caption: People can mention you as "@username". + msg: Username cannot be empty. + msg_range: Username up to 30 characters. + character: 'Must use the character set "a-z", "0-9", " - . _"' + avatar: + label: Profile image + gravatar: Gravatar + gravatar_text: You can change image on + custom: Custom + custom_text: You can upload your image. + default: System + msg: Please upload an avatar + bio: + label: About me + website: + label: Website + placeholder: "https://example.com" + msg: Website incorrect format + location: + label: Location + placeholder: "City, Country" + notification: + heading: Email Notifications + turn_on: Turn on + inbox: + label: Inbox notifications + description: Answers to your questions, comments, invites, and more. + all_new_question: + label: All new questions + description: Get notified of all new questions. Up to 50 questions per week. + all_new_question_for_following_tags: + label: All new questions for following tags + description: Get notified of new questions for following tags. + account: + heading: Account + change_email_btn: Change email + change_pass_btn: Change password + change_email_info: >- + We've sent an email to that address. Please follow the confirmation instructions. + email: + label: New email + msg: New email cannot be empty. + pass: + label: Current password + msg: Password cannot be empty. + password_title: Password + current_pass: + label: Current password + msg: + empty: Current password cannot be empty. + length: The length needs to be between 8 and 32. + different: The two entered passwords do not match. + new_pass: + label: New password + pass_confirm: + label: Confirm new password + interface: + heading: Interface + lang: + label: Interface language + text: User interface language. It will change when you refresh the page. + my_logins: + title: My logins + label: Log in or sign up on this site using these accounts. + modal_title: Remove login + modal_content: Are you sure you want to remove this login from your account? + modal_confirm_btn: Remove + remove_success: Removed successfully + toast: + update: update success + update_password: Password changed successfully. + flag_success: Thanks for flagging. + forbidden_operate_self: Forbidden to operate on yourself + review: Your revision will show after review. + sent_success: Sent successfully + related_question: + title: Related Questions + answers: answers + invite_to_answer: + title: People Asked + desc: Select people who you think might know the answer. + invite: Invite to answer + add: Add people + search: Search people + question_detail: + action: Action + Asked: Asked + asked: asked + update: Modified + edit: edited + commented: commented + Views: Viewed + Follow: Follow + Following: Following + follow_tip: Follow this question to receive notifications + answered: answered + closed_in: Closed in + show_exist: Show existing question. + useful: Useful + question_useful: It is useful and clear + question_un_useful: It is unclear or not useful + question_bookmark: Bookmark this question + answer_useful: It is useful + answer_un_useful: It is not useful + answers: + title: Answers + score: Score + newest: Newest + oldest: Oldest + btn_accept: Accept + btn_accepted: Accepted + write_answer: + title: Your Answer + edit_answer: Edit my existing answer + btn_name: Post your answer + add_another_answer: Add another answer + confirm_title: Continue to answer + continue: Continue + confirm_info: >- +

Are you sure you want to add another answer?

You could use the edit link to refine and improve your existing answer, instead.

+ empty: Answer cannot be empty. + characters: content must be at least 6 characters in length. + tips: + header_1: Thanks for your answer + li1_1: Please be sure to answer the question. Provide details and share your research. + li1_2: Back up any statements you make with references or personal experience. + header_2: But avoid ... + li2_1: Asking for help, seeking clarification, or responding to other answers. + reopen: + confirm_btn: Reopen + title: Reopen this post + content: Are you sure you want to reopen? + list: + confirm_btn: List + title: List this post + content: Are you sure you want to list? + unlist: + confirm_btn: Unlist + title: Unlist this post + content: Are you sure you want to unlist? + pin: + title: Pin this post + content: Are you sure you wish to pinned globally? This post will appear at the top of all post lists. + confirm_btn: Pin + delete: + title: Delete this post + question: >- + We do not recommend deleting questions with answers because doing so deprives future readers of this knowledge.

Repeated deletion of answered questions can result in your account being blocked from asking. Are you sure you wish to delete? + answer_accepted: >- +

We do not recommend deleting accepted answer because doing so deprives future readers of this knowledge.

Repeated deletion of accepted answers can result in your account being blocked from answering. Are you sure you wish to delete? + other: Are you sure you wish to delete? + tip_answer_deleted: This answer has been deleted + undelete_title: Undelete this post + undelete_desc: Are you sure you wish to undelete? + btns: + confirm: Confirm + cancel: Cancel + edit: Edit + save: Save + delete: Delete + undelete: Undelete + list: List + unlist: Unlist + unlisted: Unlisted + login: Log in + signup: Sign up + logout: Log out + verify: Verify + add_question: Add question + approve: Approve + reject: Reject + skip: Skip + discard_draft: Discard draft + pinned: Pinned + all: All + question: Question + answer: Answer + comment: Comment + refresh: Refresh + resend: Resend + deactivate: Deactivate + active: Active + suspend: Suspend + unsuspend: Unsuspend + close: Close + reopen: Reopen + ok: OK + light: Light + dark: Dark + system_setting: System setting + default: Default + reset: Reset + tag: Tag + post_lowercase: post + filter: Filter + ignore: Ignore + submit: Submit + normal: Normal + closed: Closed + deleted: Deleted + pending: Pending + search: + title: Search Results + keywords: Keywords + options: Options + follow: Follow + following: Following + counts: "{{count}} Results" + more: More + sort_btns: + relevance: Relevance + newest: Newest + active: Active + score: Score + more: More + tips: + title: Advanced Search Tips + tag: "<1>[tag] search withing a tag" + user: "<1>user:username search by author" + answer: "<1>answers:0 unanswered questions" + score: "<1>score:3 posts with a 3+ score" + question: "<1>is:question search questions" + is_answer: "<1>is:answer search answers" + empty: We couldn't find anything.
Try different or less specific keywords. + share: + name: Share + copy: Copy link + via: Share post via... + copied: Copied + facebook: Share to Facebook + twitter: Share to Twitter + cannot_vote_for_self: You can't vote for your own post. + modal_confirm: + title: Error... + account_result: + success: Your new account is confirmed; you will be redirected to the home page. + link: Continue to homepage + invalid: >- + Sorry, this account confirmation link is no longer valid. Perhaps your account is already active? + confirm_new_email: Your email has been updated. + confirm_new_email_invalid: >- + Sorry, this confirmation link is no longer valid. Perhaps your email was already changed? + unsubscribe: + page_title: Unsubscribe + success_title: Unsubscribe Successful + success_desc: You have been successfully removed from this subscriber list and won't receive any further emails from us. + link: Change settings + question: + following_tags: Following Tags + edit: Edit + save: Save + follow_tag_tip: Follow tags to curate your list of questions. + hot_questions: Hot Questions + all_questions: All Questions + x_questions: "{{ count }} Questions" + x_answers: "{{ count }} answers" + questions: Questions + answers: Answers + newest: Newest + active: Active + frequent: Frequent + score: Score + unanswered: Unanswered + modified: modified + answered: answered + asked: asked + closed: closed + follow_a_tag: Follow a tag + more: More + personal: + overview: Overview + answers: Answers + answer: answer + questions: Questions + question: question + bookmarks: Bookmarks + reputation: Reputation + comments: Comments + votes: Votes + newest: Newest + score: Score + edit_profile: Edit profile + visited_x_days: "Visited {{ count }} days" + viewed: Viewed + joined: Joined + last_login: Seen + about_me: About Me + about_me_empty: "// Hello, World !" + top_answers: Top Answers + top_questions: Top Questions + stats: Stats + list_empty: No posts found.
Perhaps you'd like to select a different tab? + accepted: Accepted + answered: answered + asked: asked + downvoted: downvoted + mod_short: MOD + mod_long: Moderators + x_reputation: reputation + x_votes: votes received + x_answers: answers + x_questions: questions + install: + title: Answer + next: Next + done: Done + config_yaml_error: Can't create the config.yaml file. + lang: + label: Please choose a language + db_type: + label: Database engine + db_username: + label: Username + placeholder: root + msg: Username cannot be empty. + db_password: + label: Password + placeholder: root + msg: Password cannot be empty. + db_host: + label: Database host + placeholder: "db:3306" + msg: Database host cannot be empty. + db_name: + label: Database name + placeholder: answer + msg: Database name cannot be empty. + db_file: + label: Database file + placeholder: /data/answer.db + msg: Database file cannot be empty. + config_yaml: + title: Create config.yaml + label: The config.yaml file created. + desc: >- + You can create the <1>config.yaml file manually in the <1>/var/wwww/xxx/ directory and paste the following text into it. + info: After you've done that, click "Next" button. + site_information: Site Information + admin_account: Admin Account + site_name: + label: Site name + msg: Site name cannot be empty. + msg_max_length: Site name must be at maximum 30 characters in length. + site_url: + label: Site URL + text: The address of your site. + msg: + empty: Site URL cannot be empty. + incorrect: Site URL incorrect format. + max_length: Site URL must be at maximum 512 characters in length. + contact_email: + label: Contact email + text: Email address of key contact responsible for this site. + msg: + empty: Contact email cannot be empty. + incorrect: Contact email incorrect format. + login_required: + label: Private + switch: Login required + text: Only logged in users can access this community. + admin_name: + label: Name + msg: Name cannot be empty. + character: 'Must use the character set "a-z", "0-9", " - . _"' + msg_max_length: Name must be at maximum 30 characters in length. + admin_password: + label: Password + text: >- + You will need this password to log in. Please store it in a secure location. + msg: Password cannot be empty. + msg_min_length: Password must be at least 8 characters in length. + msg_max_length: Password must be at maximum 32 characters in length. + admin_email: + label: Email + text: You will need this email to log in. + msg: + empty: Email cannot be empty. + incorrect: Email incorrect format. + ready_title: Your Answer is ready! + ready_desc: >- + If you ever feel like changing more settings, visit <1>admin section; find it in the site menu. + good_luck: "Have fun, and good luck!" + warn_title: Warning + warn_desc: >- + The file <1>config.yaml already exists. If you need to reset any of the configuration items in this file, please delete it first. + install_now: You may try <1>installing now. + installed: Already installed + installed_desc: >- + You appear to have already installed. To reinstall please clear your old database tables first. + db_failed: Database connection failed + db_failed_desc: >- + This either means that the database information in your <1>config.yaml file is incorrect or that contact with the database server could not be established. This could mean your host's database server is down. + counts: + views: views + votes: votes + answers: answers + accepted: Accepted + page_error: + http_error: HTTP Error {{ code }} + desc_403: You don't have permission to access this page. + desc_404: Unfortunately, this page doesn't exist. + desc_50X: The server encountered an error and could not complete your request. + back_home: Back to homepage + page_maintenance: + desc: "We are under maintenance, we'll be back soon." + nav_menus: + dashboard: Dashboard + contents: Contents + questions: Questions + answers: Answers + users: Users + flags: Flags + settings: Settings + general: General + interface: Interface + smtp: SMTP + branding: Branding + legal: Legal + write: Write + tos: Terms of Service + privacy: Privacy + seo: SEO + customize: Customize + themes: Themes + css_html: CSS/HTML + login: Login + privileges: Privileges + plugins: Plugins + installed_plugins: Installed Plugins + website_welcome: Welcome to {{site_name}} + user_center: + login: Login + qrcode_login_tip: Please use {{ agentName }} to scan the QR code and log in. + login_failed_email_tip: Login failed, please allow this app to access your email information before try again. + admin: + admin_header: + title: Admin + dashboard: + title: Dashboard + welcome: Welcome to Answer Admin! + site_statistics: Site statistics + questions: "Questions:" + answers: "Answers:" + comments: "Comments:" + votes: "Votes:" + users: "Users:" + flags: "Flags:" + reviews: "Reviews:" + site_health: Site health + version: "Version:" + https: "HTTPS:" + upload_folder: "Upload folder:" + run_mode: "Running mode:" + private: Private + public: Public + smtp: "SMTP:" + timezone: "Timezone:" + system_info: System info + go_version: "Go version:" + database: "Database:" + database_size: "Database size:" + storage_used: "Storage used:" + uptime: "Uptime:" + links: Links + plugins: Plugins + github: GitHub + blog: Blog + contact: Contact + forum: Forum + documents: Documents + feedback: Feedback + support: Support + review: Review + config: Config + update_to: Update to + latest: Latest + check_failed: Check failed + "yes": "Yes" + "no": "No" + not_allowed: Not allowed + allowed: Allowed + enabled: Enabled + disabled: Disabled + writable: Writable + not_writable: Not writable + flags: + title: Flags + pending: Pending + completed: Completed + flagged: Flagged + flagged_type: Flagged {{ type }} + created: Created + action: Action + review: Review + user_role_modal: + title: Change user role to... + btn_cancel: Cancel + btn_submit: Submit + new_password_modal: + title: Set new password + form: + fields: + password: + label: Password + text: The user will be logged out and need to login again. + msg: Password must be at 8-32 characters in length. + btn_cancel: Cancel + btn_submit: Submit + user_modal: + title: Add new user + form: + fields: + users: + label: Bulk add user + placeholder: "John Smith, john@example.com, BUSYopr2\nAlice, alice@example.com, fpDntV8q" + text: Separate “name, email, password” with commas. One user per line. + msg: "Please enter the user's email, one per line." + display_name: + label: Display name + msg: Display name must be at 4-30 characters in length. + email: + label: Email + msg: Email is not valid. + password: + label: Password + msg: Password must be at 8-32 characters in length. + btn_cancel: Cancel + btn_submit: Submit + users: + title: Users + name: Name + email: Email + reputation: Reputation + created_at: Created Time + delete_at: Deleted Time + suspend_at: Suspended Time + status: Status + role: Role + action: Action + change: Change + all: All + staff: Staff + more: More + inactive: Inactive + suspended: Suspended + deleted: Deleted + normal: Normal + Moderator: Moderator + Admin: Admin + User: User + filter: + placeholder: "Filter by name, user:id" + set_new_password: Set new password + change_status: Change status + change_role: Change role + show_logs: Show logs + add_user: Add user + deactivate_user: + title: Deactivate user + content: An inactive user must re-validate their email. + delete_user: + title: Delete this user + content: Are you sure you want to delete this user? This is permanent! + remove: Remove their content + label: Remove all questions, answers, comments, etc. + text: Don’t check this if you wish to only delete the user’s account. + suspend_user: + title: Suspend this user + content: A suspended user can't log in. + questions: + page_title: Questions + unlisted: Unlisted + post: Post + votes: Votes + answers: Answers + created: Created + status: Status + action: Action + change: Change + pending: Pending + filter: + placeholder: "Filter by title, question:id" + answers: + page_title: Answers + post: Post + votes: Votes + created: Created + status: Status + action: Action + change: Change + filter: + placeholder: "Filter by title, answer:id" + general: + page_title: General + name: + label: Site name + msg: Site name cannot be empty. + text: "The name of this site, as used in the title tag." + site_url: + label: Site URL + msg: Site url cannot be empty. + validate: Please enter a valid URL. + text: The address of your site. + short_desc: + label: Short site description + msg: Short site description cannot be empty. + text: "Short description, as used in the title tag on homepage." + desc: + label: Site description + msg: Site description cannot be empty. + text: "Describe this site in one sentence, as used in the meta description tag." + contact_email: + label: Contact email + msg: Contact email cannot be empty. + validate: Contact email is not valid. + text: Email address of key contact responsible for this site. + check_update: + label: Software updates + text: Automatically check for updates + interface: + page_title: Interface + language: + label: Interface language + msg: Interface language cannot be empty. + text: User interface language. It will change when you refresh the page. + time_zone: + label: Timezone + msg: Timezone cannot be empty. + text: Choose a city in the same timezone as you. + smtp: + page_title: SMTP + from_email: + label: From email + msg: From email cannot be empty. + text: The email address which emails are sent from. + from_name: + label: From name + msg: From name cannot be empty. + text: The name which emails are sent from. + smtp_host: + label: SMTP host + msg: SMTP host cannot be empty. + text: Your mail server. + encryption: + label: Encryption + msg: Encryption cannot be empty. + text: For most servers SSL is the recommended option. + ssl: SSL + none: None + smtp_port: + label: SMTP port + msg: SMTP port must be number 1 ~ 65535. + text: The port to your mail server. + smtp_username: + label: SMTP username + msg: SMTP username cannot be empty. + smtp_password: + label: SMTP password + msg: SMTP password cannot be empty. + test_email_recipient: + label: Test email recipients + text: Provide email address that will receive test sends. + msg: Test email recipients is invalid + smtp_authentication: + label: Enable authentication + title: SMTP authentication + msg: SMTP authentication cannot be empty. + "yes": "Yes" + "no": "No" + branding: + page_title: Branding + logo: + label: Logo + msg: Logo cannot be empty. + text: The logo image at the top left of your site. Use a wide rectangular image with a height of 56 and an aspect ratio greater than 3:1. If left blank, the site title text will be shown. + mobile_logo: + label: Mobile logo + text: The logo used on mobile version of your site. Use a wide rectangular image with a height of 56. If left blank, the image from the "logo" setting will be used. + square_icon: + label: Square icon + msg: Square icon cannot be empty. + text: Image used as the base for metadata icons. Should ideally be larger than 512x512. + favicon: + label: Favicon + text: A favicon for your site. To work correctly over a CDN it must be a png. Will be resized to 32x32. If left blank, "square icon" will be used. + legal: + page_title: Legal + terms_of_service: + label: Terms of service + text: "You can add terms of service content here. If you already have a document hosted elsewhere, provide the full URL here." + privacy_policy: + label: Privacy policy + text: "You can add privacy policy content here. If you already have a document hosted elsewhere, provide the full URL here." + write: + page_title: Write + restrict_answer: + title: Restrict answer + label: Each user can only write one answer for each question + text: "They can use the edit link to refine and improve their existing answer, instead." + recommend_tags: + label: Recommend tags + text: "Please input tag slug above, one tag per line." + required_tag: + title: Required tag + label: Set recommend tag as required + text: "Every new question must have at least one recommend tag." + reserved_tags: + label: Reserved tags + text: "Reserved tags can only be added to a post by moderator." + seo: + page_title: SEO + permalink: + label: Permalink + text: Custom URL structures can improve the usability, and forward-compatibility of your links. + robots: + label: robots.txt + text: This will permanently override any related site settings. + themes: + page_title: Themes + themes: + label: Themes + text: Select an existing theme. + color_scheme: + label: Color scheme + navbar_style: + label: Navbar style + primary_color: + label: Primary color + text: Modify the colors used by your themes + css_and_html: + page_title: CSS and HTML + custom_css: + label: Custom CSS + text: > + + head: + label: Head + text: > + + header: + label: Header + text: > + + footer: + label: Footer + text: This will insert before </body>. + sidebar: + label: Sidebar + text: This will insert in sidebar. + login: + page_title: Login + membership: + title: Membership + label: Allow new registrations + text: Turn off to prevent anyone from creating a new account. + email_registration: + title: Email registration + label: Allow email registration + text: Turn off to prevent anyone creating new account through email. + allowed_email_domains: + title: Allowed email domains + text: Email domains that users must register accounts with. One domain per line. Ignored when empty. + private: + title: Private + label: Login required + text: Only logged in users can access this community. + password_login: + title: Password login + label: Allow email and password login + text: "WARNING: If turn off, you may be unable to log in if you have not previously configured other login method." + installed_plugins: + title: Installed Plugins + plugin_link: Plugins extend and expand the functionality of Answer. You may find plugins in the <1>Answer Plugin Repository. + filter: + all: All + active: Active + inactive: Inactive + outdated: Outdated + plugins: + label: Plugins + text: Select an existing plugin. + name: Name + version: Version + status: Status + action: Action + deactivate: Deactivate + activate: Activate + settings: Settings + settings_users: + title: Users + avatar: + label: Default avatar + text: For users without a custom avatar of their own. + gravatar_base_url: + label: Gravatar base URL + text: URL of the Gravatar provider's API base. Ignored when empty. + profile_editable: + title: Profile editable + allow_update_display_name: + label: Allow users to change their display name + allow_update_username: + label: Allow users to change their username + allow_update_avatar: + label: Allow users to change their profile image + allow_update_bio: + label: Allow users to change their about me + allow_update_website: + label: Allow users to change their website + allow_update_location: + label: Allow users to change their location + privilege: + title: Privileges + level: + label: Reputation required level + text: Choose the reputation required for the privileges + form: + optional: (optional) + empty: cannot be empty + invalid: is invalid + btn_submit: Save + not_found_props: "Required property {{ key }} not found." + select: Select + page_review: + review: Review + proposed: proposed + question_edit: Question edit + answer_edit: Answer edit + tag_edit: Tag edit + edit_summary: Edit summary + edit_question: Edit question + edit_answer: Edit answer + edit_tag: Edit tag + empty: No review tasks left. + approve_revision_tip: Do you approve this revision? + approve_flag_tip: Do you approve this flag? + approve_post_tip: Do you approve this post? + approve_user_tip: Do you approve this user? + suggest_edits: Suggested edits + flag_post: Flag post + flag_user: Flag user + queued_post: Queued post + queued_user: Queued user + filter_label: Type + reputation: reputation + flag_post_type: Flagged this post as {{ type }}. + flag_user_type: Flagged this user as {{ type }}. + edit_post: Edit post + list_post: List post + unlist_post: Unlist post + timeline: + undeleted: undeleted + deleted: deleted + downvote: downvote + upvote: upvote + accept: accept + cancelled: cancelled + commented: commented + rollback: rollback + edited: edited + answered: answered + asked: asked + closed: closed + reopened: reopened + created: created + pin: pinned + unpin: unpinned + show: listed + hide: unlisted + title: "History for" + tag_title: "Timeline for" + show_votes: "Show votes" + n_or_a: N/A + title_for_question: "Timeline for" + title_for_answer: "Timeline for answer to {{ title }} by {{ author }}" + title_for_tag: "Timeline for tag" + datetime: Datetime + type: Type + by: By + comment: Comment + no_data: "We couldn't find anything." + users: + title: Users + users_with_the_most_reputation: Users with the highest reputation scores this week + users_with_the_most_vote: Users who voted the most this week + staffs: Our community staff + reputation: reputation + votes: votes + prompt: + leave_page: Are you sure you want to leave the page? + changes_not_save: Your changes may not be saved. + draft: + discard_confirm: Are you sure you want to discard your draft? + messages: + post_deleted: This post has been deleted. + post_pin: This post has been pinned. + post_unpin: This post has been unpinned. + post_hide_list: This post has been hidden from list. + post_show_list: This post has been shown to list. + post_reopen: This post has been reopened. + post_list: This post has been listed. + post_unlist: This post has been unlisted. + post_pending: Your post is awaiting review. This is a preview, it will be visible after it has been approved. diff --git a/i18n/tr_TR.yaml b/i18n/tr_TR.yaml index c852cdcf6..0460fda5c 100644 --- a/i18n/tr_TR.yaml +++ b/i18n/tr_TR.yaml @@ -34,15 +34,15 @@ backend: other: Duplicate submission. action: report: - other: Flag + other: Rapor Et edit: other: Edit delete: - other: Delete + other: Sil close: - other: Close + other: Kapat reopen: - other: Reopen + other: Yeniden Aç forbidden_error: other: Forbidden. pin: @@ -52,7 +52,7 @@ backend: unpin: other: Unpin show: - other: List + other: Listele invite_someone_to_answer: other: Edit undelete: @@ -88,7 +88,7 @@ backend: rank_question_add_label: other: Ask question rank_answer_add_label: - other: Write answer + other: Cevapla rank_comment_add_label: other: Write comment rank_report_add_label: @@ -140,6 +140,9 @@ backend: email_or_password_wrong_error: other: E-Posta ve parola eşleşmiyor. error: + common: + invalid_url: + other: Invalid URL. password: space_invalid: other: Password cannot contain spaces. @@ -200,6 +203,8 @@ backend: question: already_deleted: other: This post has been deleted. + under_review: + other: Your post is awaiting review. It will be visible after it has been approved. not_found: other: Soru bulunamadı. cannot_deleted: @@ -485,6 +490,15 @@ backend: other: accept accepted: other: accepted + edit: + other: edit + review: + queued_post: + other: Queued post + flagged_post: + other: Flagged post + suggested_post_edit: + other: Suggested edits # The following fields are used for interface presentation(Front-end) ui: how_to_format: @@ -666,6 +680,8 @@ ui: empty: Boş olamaz. msg: empty: Lütfen bir sebep seçin. + not_a_url: URL format is incorrect. + url_not_match: URL origin does not match the current website. tag_modal: title: Yeni etiket oluştur form: @@ -1033,6 +1049,7 @@ ui: asked: asked update: Modified edit: edited + commented: commented Views: Viewed Follow: Follow Following: Following @@ -1050,6 +1067,7 @@ ui: title: Answers score: Score newest: Newest + oldest: Oldest btn_accept: Accept btn_accepted: Accepted write_answer: @@ -1073,6 +1091,14 @@ ui: confirm_btn: Reopen title: Reopen this post content: Are you sure you want to reopen? + list: + confirm_btn: List + title: List this post + content: Are you sure you want to list? + unlist: + confirm_btn: Unlist + title: Unlist this post + content: Are you sure you want to unlist? pin: title: Pin this post content: Are you sure you wish to pinned globally? This post will appear at the top of all post lists. @@ -1094,6 +1120,9 @@ ui: save: Save delete: Delete undelete: Undelete + list: List + unlist: Unlist + unlisted: Unlisted login: Log in signup: Sign up logout: Log out @@ -1122,6 +1151,15 @@ ui: system_setting: System setting default: Default reset: Reset + tag: Tag + post_lowercase: post + filter: Filter + ignore: Ignore + submit: Submit + normal: Normal + closed: Closed + deleted: Deleted + pending: Pending search: title: Search Results keywords: Keywords @@ -1368,7 +1406,8 @@ ui: votes: "Votes:" users: "Users:" flags: "Flags:" - site_health_status: Site health status + reviews: "Reviews:" + site_health: Site health version: "Version:" https: "HTTPS:" upload_folder: "Upload folder:" @@ -1383,11 +1422,12 @@ ui: database_size: "Database size:" storage_used: "Storage used:" uptime: "Uptime:" - answer_links: Answer links + links: Links plugins: Plugins github: GitHub blog: Blog contact: Contact + forum: Forum documents: Documents feedback: Feedback support: Support @@ -1490,9 +1530,7 @@ ui: content: A suspended user can't log in. questions: page_title: Questions - normal: Normal - closed: Closed - deleted: Deleted + unlisted: Unlisted post: Post votes: Votes answers: Answers @@ -1500,12 +1538,11 @@ ui: status: Status action: Action change: Change + pending: Pending filter: placeholder: "Filter by title, question:id" answers: page_title: Answers - normal: Normal - deleted: Deleted post: Post votes: Votes created: Created @@ -1538,6 +1575,9 @@ ui: msg: Contact email cannot be empty. validate: Contact email is not valid. text: Email address of key contact responsible for this site. + check_update: + label: Software updates + text: Automatically check for updates interface: page_title: Interface language: @@ -1752,6 +1792,22 @@ ui: edit_answer: Edit answer edit_tag: Edit tag empty: No review tasks left. + approve_revision_tip: Do you approve this revision? + approve_flag_tip: Do you approve this flag? + approve_post_tip: Do you approve this post? + approve_user_tip: Do you approve this user? + suggest_edits: Suggested edits + flag_post: Flag post + flag_user: Flag user + queued_post: Queued post + queued_user: Queued user + filter_label: Type + reputation: reputation + flag_post_type: Flagged this post as {{ type }}. + flag_user_type: Flagged this user as {{ type }}. + edit_post: Edit post + list_post: List post + unlist_post: Unlist post timeline: undeleted: undeleted deleted: deleted @@ -1802,3 +1858,6 @@ ui: post_hide_list: This post has been hidden from list. post_show_list: This post has been shown to list. post_reopen: This post has been reopened. + post_list: This post has been listed. + post_unlist: This post has been unlisted. + post_pending: Your post is awaiting review. This is a preview, it will be visible after it has been approved. diff --git a/i18n/uk_UA.yaml b/i18n/uk_UA.yaml index d66191d44..21421f664 100644 --- a/i18n/uk_UA.yaml +++ b/i18n/uk_UA.yaml @@ -19,59 +19,59 @@ backend: base: success: - other: Success. + other: Успішно. unknown: - other: Unknown error. + other: Невідома помилка. request_format_error: - other: Request format is not valid. + other: Неприпустимий формат запиту. unauthorized_error: - other: Unauthorized. + other: Не авторизовано. database_error: - other: Data server error. + other: Помилка сервера даних. forbidden_error: - other: Forbidden. + other: Заборонено. duplicate_request_error: - other: Duplicate submission. + other: Повторний запит. action: report: other: Flag edit: - other: Edit + other: Редагувати delete: - other: Delete + other: Видалити close: - other: Close + other: Закрити reopen: - other: Reopen + other: Відкрити знову forbidden_error: - other: Forbidden. + other: Заборонено. pin: - other: Pin + other: Закріпити hide: - other: Unlist + other: Вилучити зі списку unpin: - other: Unpin + other: Відкріпити show: - other: List + other: Список invite_someone_to_answer: - other: Edit + other: Редагувати undelete: - other: Undelete + other: Скасувати видалення role: name: user: - other: User + other: Користувач admin: - other: Admin + other: Адмін moderator: - other: Moderator + other: Модератор description: user: - other: Default with no special access. + other: За замовчуванням без спеціального доступу. admin: - other: Have the full power to access the site. + other: Має повний доступ до сайту. moderator: - other: Has access to all posts except admin settings. + other: Має доступ до всіх дописів, окрім налаштувань адміністратора. privilege: level_1: description: @@ -86,98 +86,101 @@ backend: description: other: Custom Level rank_question_add_label: - other: Ask question + other: Задати питання rank_answer_add_label: - other: Write answer + other: Написати відповідь rank_comment_add_label: - other: Write comment + other: Написати коментар rank_report_add_label: other: Flag rank_comment_vote_up_label: - other: Upvote comment + other: Проголосувати за коментар rank_link_url_limit_label: - other: Post more than 2 links at a time + other: Публікуйте більш ніж 2 посилання одночасно rank_question_vote_up_label: - other: Upvote question + other: Проголосувати за питання rank_answer_vote_up_label: - other: Upvote answer + other: Проголосувати за відповідь rank_question_vote_down_label: - other: Downvote question + other: Проголосувати проти питання rank_answer_vote_down_label: - other: Downvote answer + other: Проголосувати проти відповіді rank_invite_someone_to_answer_label: - other: Invite someone to answer + other: Запросити когось відповісти rank_tag_add_label: - other: Create new tag + other: Створити новий теґ rank_tag_edit_label: - other: Edit tag description (need to review) + other: Редагувати опис теґу (необхідно розглянути) rank_question_edit_label: - other: Edit other's question (need to review) + other: Редагувати чуже питання (необхідно розглянути) rank_answer_edit_label: - other: Edit other's answer (need to review) + other: Редагувати чужу відповідь (необхідно розглянути) rank_question_edit_without_review_label: - other: Edit other's question without review + other: Редагувати чуже питання без розгляду rank_answer_edit_without_review_label: - other: Edit other's answer without review + other: Редагувати чужу відповідь без розгляду rank_question_audit_label: - other: Review question edits + other: Переглянути редагування питання rank_answer_audit_label: - other: Review answer edits + other: Переглянути редагування відповіді rank_tag_audit_label: - other: Review tag edits + other: Переглянути редагування теґу rank_tag_edit_without_review_label: - other: Edit tag description without review + other: Редагувати опис теґу без розгляду rank_tag_synonym_label: other: Manage tag synonyms email: - other: Email + other: Електронна пошта e_mail: - other: Email + other: Електронна пошта password: - other: Password + other: Пароль pass: - other: Password + other: Пароль email_or_password_wrong_error: - other: Email and password do not match. + other: Електронна пошта та пароль не збігаються. error: + common: + invalid_url: + other: Invalid URL. password: space_invalid: - other: Password cannot contain spaces. + other: Пароль не може містити пробіли. admin: cannot_update_their_password: - other: You cannot modify your password. + other: Ви не можете змінити свій пароль. cannot_modify_self_status: - other: You cannot modify your status. + other: Ви не можете змінити свій статус. email_or_password_wrong: - other: Email and password do not match. + other: Електронна пошта та пароль не збігаються. answer: not_found: - other: Answer do not found. + other: Відповідь не знайдено. cannot_deleted: - other: No permission to delete. + other: Немає дозволу на видалення. cannot_update: - other: No permission to update. + other: Немає дозволу на оновлення. question_closed_cannot_add: - other: Questions are closed and cannot be added. + other: Питання закриті й не можуть бути додані. comment: edit_without_permission: - other: Comment are not allowed to edit. + other: Коментарі не можна редагувати. not_found: - other: Comment not found. + other: Коментар не знайдено. cannot_edit_after_deadline: other: The comment time has been too long to modify. email: duplicate: - other: Email already exists. + other: Такий E-mail вже існує. need_to_be_verified: - other: Email should be verified. + other: Електронна пошта повинна бути підтверджена. verify_url_expired: other: Email verified URL has expired, please resend the email. illegal_email_domain_error: other: Email is not allowed from that email domain. Please use another one. lang: not_found: - other: Language file not found. + other: Мовний файл не знайдено. object: captcha_verification_failed: other: Captcha wrong. @@ -186,35 +189,37 @@ backend: disallow_vote: other: You are not allowed to vote. disallow_vote_your_self: - other: You can't vote for your own post. + other: Ви не можете проголосувати за власну публікацію. not_found: - other: Object not found. + other: Обʼєкт не знайдено. verification_failed: - other: Verification failed. + other: Не вдалося виконати перевірку. email_or_password_incorrect: - other: Email and password do not match. + other: Електронна пошта та пароль не збігаються. old_password_verification_failed: - other: The old password verification failed + other: Не вдалося перевірити старий пароль new_password_same_as_previous_setting: - other: The new password is the same as the previous one. + other: Новий пароль збігається з попереднім. question: already_deleted: - other: This post has been deleted. + other: Публікацію видалено. + under_review: + other: Your post is awaiting review. It will be visible after it has been approved. not_found: - other: Question not found. + other: Питання не знайдено. cannot_deleted: - other: No permission to delete. + other: Немає дозволу на видалення. cannot_close: - other: No permission to close. + other: Немає дозволу на закриття. cannot_update: - other: No permission to update. + other: Немає дозволу на оновлення. rank: fail_to_meet_the_condition: - other: Reputation rank fail to meet the condition. + other: Ранг репутації не відповідає умові. vote_fail_to_meet_the_condition: - other: Thanks for the feedback. You need at least {{.Rank}} reputation to cast a vote. + other: Дякуємо за відгук. Щоб проголосувати, вам потрібна репутація не нижче {{.Rank}}. no_enough_rank_to_operate: - other: You need at least {{.Rank}} reputation to do this. + other: Щоб це зробити, вам потрібна репутація не менше {{.Rank}}. report: handle_failed: other: Report handle failed. @@ -222,168 +227,168 @@ backend: other: Report not found. tag: already_exist: - other: Tag already exists. + other: Теґ уже існує. not_found: - other: Tag not found. + other: Теґ не знайдено. recommend_tag_not_found: - other: Recommend tag is not exist. + other: Рекомендований теґ не існує. recommend_tag_enter: - other: Please enter at least one required tag. + other: Будь ласка, введіть принаймні один необхідний тег. not_contain_synonym_tags: - other: Should not contain synonym tags. + other: Не повинно містити теґи синонімів. cannot_update: - other: No permission to update. + other: Немає дозволу на оновлення. is_used_cannot_delete: - other: You cannot delete a tag that is in use. + other: Ви не можете видалити теґ, який використовується. cannot_set_synonym_as_itself: other: You cannot set the synonym of the current tag as itself. smtp: config_from_name_cannot_be_email: - other: The from name cannot be a email address. + other: Ім’я відправника не може бути електронною адресою. theme: not_found: - other: Theme not found. + other: Тему не знайдено. revision: review_underway: - other: Can't edit currently, there is a version in the review queue. + other: Наразі неможливо редагувати, є версія в черзі перегляду. no_permission: - other: No permission to revise. + other: Немає дозволу на перегляд. user: external_login_missing_user_id: - other: The third-party platform does not provide a unique UserID, so you cannot login, please contact the website administrator. + other: Платформа сторонніх розробників не надає унікальний ідентифікатор користувача, тому ви не можете увійти, будь ласка, зв’яжіться з адміністратором вебсайту. external_login_unbinding_forbidden: - other: Please set a login password for your account before you remove this login. + other: Будь ласка, встановіть пароль для входу до свого облікового запису, перш ніж видалити ім'я користувача. email_or_password_wrong: other: - other: Email and password do not match. + other: Електронна пошта та пароль не збігаються. not_found: - other: User not found. + other: Користувач не знайдений. suspended: - other: User has been suspended. + other: Користувач був призупинений. username_invalid: - other: Username is invalid. + other: Ім'я користувача недійсне. username_duplicate: - other: Username is already in use. + other: Це ім'я користувача вже використовується. set_avatar: - other: Avatar set failed. + other: Не вдалося встановити аватар. cannot_update_your_role: - other: You cannot modify your role. + other: Ви не можете змінити вашу роль. not_allowed_registration: - other: Currently the site is not open for registration. + other: На цей час сайт не відкритий для реєстрації. not_allowed_login_via_password: - other: Currently the site is not allowed to login via password. + other: Наразі на сайті заборонено вхід за допомогою пароля. access_denied: - other: Access denied + other: Доступ заборонено page_access_denied: - other: You do not have access to this page. + other: Ви не маєте доступу до цієї сторінки. add_bulk_users_format_error: - other: "Error {{.Field}} format near '{{.Content}}' at line {{.Line}}. {{.ExtraMessage}}" + other: "Помилка формату {{.Field}} біля '{{.Content}}' у рядку {{.Line}}. {{.ExtraMessage}}" add_bulk_users_amount_error: - other: "The number of users you add at once should be in the range of 1-{{.MaxAmount}}." + other: "Кількість користувачів, яких ви додаєте одночасно, має бути в діапазоні 1-{{.MaxAmount}}." config: read_config_failed: other: Read config failed database: connection_failed: - other: Database connection failed + other: Не вдалося встановити з'єднання з базою даних create_table_failed: - other: Create table failed + other: Не вдалося створити таблицю install: create_config_failed: - other: Can't create the config.yaml file. + other: Не вдалося створити config.yaml файл. upload: unsupported_file_format: - other: Unsupported file format. + other: Непідтримуваний формат файлу. site_info: config_not_found: other: Site config not found. reason: spam: name: - other: spam + other: спам desc: - other: This post is an advertisement, or vandalism. It is not useful or relevant to the current topic. + other: Це повідомлення є рекламою або вандалізмом. Воно не є корисним або не має відношення до поточної теми. rude_or_abusive: name: - other: rude or abusive + other: грубо чи образливо desc: - other: A reasonable person would find this content inappropriate for respectful discourse. + other: Розумна людина вважала б цей вміст неприйнятним для шанобливого дискурсу. a_duplicate: name: - other: a duplicate + other: дублікат desc: - other: This question has been asked before and already has an answer. + other: Це питання ставилося раніше, і на нього вже є відповідь. placeholder: - other: Enter the existing question link + other: Введіть наявне посилання на питання not_a_answer: name: - other: not an answer + other: не відповідь desc: other: This was posted as an answer, but it does not attempt to answer the question. It should possibly be an edit, a comment, another question, or deleted altogether. no_longer_needed: name: other: no longer needed desc: - other: This comment is outdated, conversational or not relevant to this post. + other: Цей коментар є застарілим, розмовним або не стосується цієї публікації. something: name: - other: something else + other: інше desc: - other: This post requires staff attention for another reason not listed above. + other: Ця публікація вимагає уваги персоналу з іншої причини, що не вказана вище. placeholder: - other: Let us know specifically what you are concerned about + other: Дайте нам знати, що саме вас турбує community_specific: name: other: a community-specific reason desc: - other: This question doesn't meet a community guideline. + other: Це запитання не відповідає правилам спільноти. not_clarity: name: - other: needs details or clarity + other: потребує деталей або ясності desc: - other: This question currently includes multiple questions in one. It should focus on one problem only. + other: Наразі це запитання містить кілька запитань в одному. Воно має бути зосереджене лише на одній проблемі. looks_ok: name: - other: looks OK + other: виглядає добре desc: - other: This post is good as-is and not low quality. + other: Цей допис хороший, як є, і не є низької якості. needs_edit: name: - other: needs edit, and I did it + other: потребує редагування, і я це зробив desc: other: Improve and correct problems with this post yourself. needs_close: name: - other: needs close + other: потрібно закрити desc: - other: A closed question can't answer, but still can edit, vote and comment. + other: Закрите питання не може відповісти, але все ще може редагувати, голосувати і коментувати. needs_delete: name: - other: needs delete + other: потрібно видалити desc: - other: This post will be deleted. + other: Цей допис буде видалено. question: close: duplicate: name: - other: spam + other: спам desc: - other: This question has been asked before and already has an answer. + other: Це питання ставилося раніше, і на нього вже є відповідь. guideline: name: other: a community-specific reason desc: - other: This question doesn't meet a community guideline. + other: Це запитання не відповідає правилам спільноти. multiple: name: - other: needs details or clarity + other: потребує деталей або ясності desc: - other: This question currently includes multiple questions in one. It should focus on one problem only. + other: Наразі це запитання містить кілька запитань в одному. Воно має бути зосереджене лише на одній проблемі. other: name: - other: something else + other: інше desc: - other: This post requires another reason not listed above. + other: Для цього допису потрібна інша причина, не зазначена вище. operation_type: asked: other: asked @@ -392,33 +397,33 @@ backend: modified: other: modified deleted_title: - other: Deleted question + other: Видалене питання notification: action: update_question: - other: updated question + other: оновлене питання answer_the_question: other: answered question update_answer: - other: updated answer + other: оновлена відповідь accept_answer: - other: accepted answer + other: прийнята відповідь comment_question: - other: commented question + other: прокоментоване питання comment_answer: - other: commented answer + other: прокоментована відповідь reply_to_you: - other: replied to you + other: відповів(-ла) вам mention_you: - other: mentioned you + other: згадав(-ла) вас your_question_is_closed: - other: Your question has been closed + other: Ваше запитання закрито your_question_was_deleted: - other: Your question has been deleted + other: Ваше запитання видалено your_answer_was_deleted: - other: Your answer has been deleted + other: Вашу відповідь видалено your_comment_was_deleted: - other: Your comment has been deleted + other: Ваш коментар видалено up_voted_question: other: upvoted question down_voted_question: @@ -430,48 +435,48 @@ backend: up_voted_comment: other: upvoted comment invited_you_to_answer: - other: invited you to answer + other: запросив(-ла) вас відповісти email_tpl: change_email: title: - other: "[{{.SiteName}}] Confirm your new email address" + other: "[{{.SiteName}}] Підтвердіть нову адресу електронної пошти" body: - other: "Confirm your new email address for {{.SiteName}} by clicking on the following link:
\n{{.ChangeEmailUrl}}

\n\nIf you did not request this change, please ignore this email.\n" + other: "Підтвердіть нову електронну адресу для {{.SiteName}}, натиснувши на наступне посилання:
{{.ChangeEmailUrl}}

\n\nЯкщо ви не надсилали запит на цю зміну, не звертайте уваги на цей електронний лист.\n" new_answer: title: - other: "[{{.SiteName}}] {{.DisplayName}} answered your question" + other: "[{{.SiteName}}] {{.DisplayName}} відповів(-ла) на ваше запитання" body: - other: "{{.QuestionTitle}}

\n\n{{.DisplayName}}:
\n
{{.AnswerSummary}}

\nView it on {{.SiteName}}

\n\n--
\nUnsubscribe" + other: "{{.QuestionTitle}}

\n\n{{.DisplayName}}
\n
{{.AnswerSummary}}

\nПереглянути на {{.SiteName}}

\n\n--
\nВідписатися" invited_you_to_answer: title: - other: "[{{.SiteName}}] {{.DisplayName}} invited you to answer" + other: "[{{.SiteName}}] {{.DisplayName}} запросив(-ла) вас відповісти" body: - other: "{{.QuestionTitle}}

\n\n{{.DisplayName}}:
\n
I think you may know the answer.

\nView it on {{.SiteName}}

\n\n--
\nUnsubscribe" + other: "{{.QuestionTitle}}

\n\n{{.DisplayName}}:
\n
Я думаю, ти маєш знати відповідь.

\nПереглянути на {{.SiteName}}

\n\n--
\nВідписатися" new_comment: title: - other: "[{{.SiteName}}] {{.DisplayName}} commented on your post" + other: "[{{.SiteName}}] {{.DisplayName}} прокоментували ваш допис" body: - other: "{{.QuestionTitle}}

\n\n{{.DisplayName}}:
\n
{{.CommentSummary}}

\nView it on {{.SiteName}}

\n\n--
\nUnsubscribe" + other: "{{.QuestionTitle}}

\n\n{{.DisplayName}}:
\n
{{.CommentSummary}}

\nПереглянути на {{.SiteName}}

\n\n--
\nВідписатися" new_question: title: - other: "[{{.SiteName}}] New question: {{.QuestionTitle}}" + other: "[{{.SiteName}}] Нове питання: {{.QuestionTitle}}" body: - other: "{{.QuestionTitle}}
\n{{.Tags}}

\n\n--
\nUnsubscribe" + other: "{{.QuestionTitle}}
\n{{.Tags}}

\n\n--
\nВідписатися" pass_reset: title: - other: "[{{.SiteName }}] Password reset" + other: "[{{.SiteName }}] Скидання пароля" body: - other: "Somebody asked to reset your password on {{.SiteName}}.

\n\nIf it was not you, you can safely ignore this email.

\n\nClick the following link to choose a new password:
\n{{.PassResetUrl}}\n" + other: "Хтось попросив скинути ваш пароль на сайті {{.SiteName}}.

\n\nЯкщо це були не ви, можете спокійно проігнорувати цей електронний лист.

\n\nНатисніть це посилання, щоб вибрати новий пароль:
\n{{.PassResetUrl}}\n" register: title: - other: "[{{.SiteName}}] Confirm your new account" + other: "[{{.SiteName}}] Підтвердьте свій новий обліковий запис" body: - other: "Welcome to {{.SiteName}}!

\n\nClick the following link to confirm and activate your new account:
\n{{.RegisterUrl}}

\n\nIf the above link is not clickable, try copying and pasting it into the address bar of your web browser.\n" + other: "Вітаємо на {{.SiteName}}!

\n\nНатисніть це посилання, щоб підтвердити й активувати свій новий обліковий запис:
\n{{.RegisterUrl}}

\n\nЯкщо наведене вище посилання не можна натиснути, спробуйте скопіювати та вставити його в адресний рядок веб-переглядача.\n" test: title: - other: "[{{.SiteName}}] Test Email" + other: "[{{.SiteName}}] Тестовий електронний лист" body: - other: "This is a test email." + other: "Це тестовий електронний лист." action_activity_type: upvote: other: upvote @@ -482,26 +487,35 @@ backend: downvoted: other: downvoted accept: - other: accept + other: прийняти accepted: - other: accepted + other: прийнято + edit: + other: edit + review: + queued_post: + other: Queued post + flagged_post: + other: Flagged post + suggested_post_edit: + other: Suggested edits # The following fields are used for interface presentation(Front-end) ui: how_to_format: - title: How to Format + title: Як відформатувати desc: >-
  • to make links

    <https://url.com>

    [Title](https://url.com)
  • put returns between paragraphs

  • _italic_ or **bold**

  • indent code by 4 spaces

  • quote by placing > at start of line

  • backtick escapes `like _this_`

  • create code fences with backticks `

    ```
    code here
    ```
pagination: - prev: Prev - next: Next + prev: Назад + next: Далі page_title: - question: Question - questions: Questions - tag: Tag - tags: Tags + question: Запитання + questions: Запитання + tag: Теґ + tags: Теґи tag_wiki: tag wiki - create_tag: Create Tag - edit_tag: Edit Tag + create_tag: Створити теґ + edit_tag: Редагувати теґ ask_a_question: Add Question edit_question: Edit Question edit_answer: Edit Answer @@ -513,165 +527,167 @@ ui: sign_up: Sign Up account_recovery: Account Recovery account_activation: Account Activation - confirm_email: Confirm Email - account_suspended: Account Suspended - admin: Admin - change_email: Modify Email + confirm_email: Підтвердити електронну адресу + account_suspended: Обліковий запис призупинено + admin: Адмін + change_email: Змінити електронну адресу install: Answer Installation upgrade: Answer Upgrade - maintenance: Website Maintenance - users: Users - oauth_callback: Processing - http_404: HTTP Error 404 - http_50X: HTTP Error 500 - http_403: HTTP Error 403 - logout: Log Out + maintenance: Технічне обслуговування сайту + users: Користувачі + oauth_callback: Обробка + http_404: Помилка HTTP 404 + http_50X: Помилка HTTP 500 + http_403: Помилка HTTP 403 + logout: Вийти notifications: - title: Notifications - inbox: Inbox - achievement: Achievements - new_alerts: New alerts - all_read: Mark all as read - show_more: Show more + title: Сповіщення + inbox: Вхідні + achievement: Досягнення + new_alerts: Нові сповіщення + all_read: Позначити все як прочитане + show_more: Показати більше someone: Someone inbox_type: - all: All - posts: Posts - invites: Invites - votes: Votes + all: Усі + posts: Публікації + invites: Запрошення + votes: Голоси suspended: - title: Your Account has been Suspended - until_time: "Your account was suspended until {{ time }}." - forever: This user was suspended forever. - end: You don't meet a community guideline. - contact_us: Contact us + title: Ваш обліковий запис було призупинено + until_time: "Ваш обліковий запис призупинено до {{ time }}." + forever: Цього користувача призупинено назавжди. + end: Ви не дотримуєтеся правил спільноти. + contact_us: Зв'яжіться з нами editor: blockquote: text: Blockquote bold: text: Strong chart: - text: Chart - flow_chart: Flow chart - sequence_diagram: Sequence diagram - class_diagram: Class diagram - state_diagram: State diagram + text: Діаграма + flow_chart: Блок-схема + sequence_diagram: Діаграма послідовності + class_diagram: Діаграма класів + state_diagram: Діаграма станів entity_relationship_diagram: Entity relationship diagram - user_defined_diagram: User defined diagram - gantt_chart: Gantt chart - pie_chart: Pie chart + user_defined_diagram: Визначена користувачем діаграма + gantt_chart: Діаграма Ґанта + pie_chart: Кругова діаграма code: - text: Code Sample - add_code: Add code sample + text: Зразок коду + add_code: Додати зразок коду form: fields: code: - label: Code + label: Код msg: - empty: Code cannot be empty. + empty: Код не може бути порожнім. language: - label: Language - placeholder: Automatic detection - btn_cancel: Cancel - btn_confirm: Add + label: Мова + placeholder: Автоматичне визначення + btn_cancel: Скасувати + btn_confirm: Додати formula: - text: Formula + text: Формула options: - inline: Inline formula + inline: Вбудована формула block: Block formula heading: - text: Heading + text: Заголовок options: - h1: Heading 1 - h2: Heading 2 - h3: Heading 3 - h4: Heading 4 - h5: Heading 5 - h6: Heading 6 + h1: Заголовок 1 + h2: Заголовок 2 + h3: Заголовок 3 + h4: Заголовок 4 + h5: Заголовок 5 + h6: Заголовок 6 help: - text: Help + text: Допомога hr: - text: Horizontal rule + text: Горизонтальна лінійка image: - text: Image - add_image: Add image - tab_image: Upload image + text: Зображення + add_image: Додати зображення + tab_image: Завантажити зображення form_image: fields: file: - label: Image file - btn: Select image + label: Файл зображення + btn: Обрати зображення msg: - empty: File cannot be empty. - only_image: Only image files are allowed. - max_size: File size cannot exceed 4 MB. + empty: Файл не може бути порожнім. + only_image: Допустимі лише файли зображень. + max_size: Розмір файлу не може перевищувати 4 МБ. desc: - label: Description - tab_url: Image URL + label: Опис + tab_url: URL зображення form_url: fields: url: - label: Image URL + label: URL зображення msg: - empty: Image URL cannot be empty. + empty: URL-адреса зображення не може бути пустою. name: - label: Description - btn_cancel: Cancel - btn_confirm: Add - uploading: Uploading + label: Опис + btn_cancel: Скасувати + btn_confirm: Додати + uploading: Завантаження indent: - text: Indent + text: Абзац outdent: - text: Outdent + text: Відступ italic: text: Emphasis link: - text: Hyperlink - add_link: Add hyperlink + text: Гіперпосилання + add_link: Додати гіперпосилання form: fields: url: label: URL msg: - empty: URL cannot be empty. + empty: URL-адреса не може бути пустою. name: - label: Description - btn_cancel: Cancel - btn_confirm: Add + label: Опис + btn_cancel: Скасувати + btn_confirm: Додати ordered_list: - text: Numbered list + text: Нумерований список unordered_list: - text: Bulleted list + text: Маркований список table: - text: Table - heading: Heading - cell: Cell + text: Таблиця + heading: Заголовок + cell: Клітинка close_modal: - title: I am closing this post as... - btn_cancel: Cancel + title: Я закриваю цей пост, оскільки... + btn_cancel: Скасувати btn_submit: Submit remark: - empty: Cannot be empty. + empty: Не може бути порожнім. msg: - empty: Please select a reason. + empty: Будь ласка, оберіть причину. report_modal: flag_title: I am flagging to report this post as... - close_title: I am closing this post as... - review_question_title: Review question - review_answer_title: Review answer - review_comment_title: Review comment - btn_cancel: Cancel + close_title: Я закриваю цей пост, оскільки... + review_question_title: Переглянути питання + review_answer_title: Переглянути відповідь + review_comment_title: Переглянути коментар + btn_cancel: Скасувати btn_submit: Submit remark: - empty: Cannot be empty. + empty: Не може бути порожнім. msg: - empty: Please select a reason. + empty: Будь ласка, оберіть причину. + not_a_url: URL format is incorrect. + url_not_match: URL origin does not match the current website. tag_modal: - title: Create new tag + title: Створити новий теґ form: fields: display_name: - label: Display name + label: Ім'я для відображення msg: empty: Display name cannot be empty. range: Display name up to 35 characters. @@ -683,47 +699,47 @@ ui: range: URL slug up to 35 characters. character: URL slug contains unallowed character set. desc: - label: Description + label: Опис revision: label: Revision edit_summary: label: Edit summary placeholder: >- - Briefly explain your changes (corrected spelling, fixed grammar, improved formatting) - btn_cancel: Cancel + Коротко поясніть ваші зміни (виправлена орфографія, виправлена граматика, покращене форматування) + btn_cancel: Скасувати btn_submit: Submit - btn_post: Post new tag + btn_post: Опублікувати новий теґ tag_info: - created_at: Created - edited_at: Edited - history: History + created_at: Створено + edited_at: Відредаговано + history: Історія synonyms: - title: Synonyms + title: Синоніми text: The following tags will be remapped to - empty: No synonyms found. - btn_add: Add a synonym - btn_edit: Edit - btn_save: Save + empty: Синонімів не знайдено. + btn_add: Додати синонім + btn_edit: Редагувати + btn_save: Зберегти synonyms_text: The following tags will be remapped to delete: - title: Delete this tag + title: Видалити цей теґ tip_with_posts: >-

We do not allowed deleting tag with posts.

Please remove this tag from the posts first.

tip_with_synonyms: >-

We do not allowed deleting tag with synonyms.

Please remove the synonyms from this tag first.

- tip: Are you sure you wish to delete? - close: Close + tip: Ви впевнені, що хочете видалити? + close: Закрити edit_tag: - title: Edit Tag - default_reason: Edit tag - default_first_reason: Add tag - btn_save_edits: Save edits - btn_cancel: Cancel + title: Редагувати теґ + default_reason: Редагувати теґ + default_first_reason: Додати теґ + btn_save_edits: Зберегти зміни + btn_cancel: Скасувати dates: - long_date: MMM D - long_date_with_year: "MMM D, YYYY" - long_date_with_time: "MMM D, YYYY [at] HH:mm" - now: now + long_date: МММ Д + long_date_with_year: "МММ Д, РРРР" + long_date_with_time: "МММ Д, РРРР [о] ГГ:хв" + now: зараз x_seconds_ago: "{{count}}s ago" x_minutes_ago: "{{count}}m ago" x_hours_ago: "{{count}}h ago" @@ -732,307 +748,308 @@ ui: hours: hours days: days comment: - btn_add_comment: Add comment - reply_to: Reply to - btn_reply: Reply - btn_edit: Edit - btn_delete: Delete + btn_add_comment: Додати коментар + reply_to: Відповісти на + btn_reply: Відповісти + btn_edit: Редагувати + btn_delete: Видалити btn_flag: Flag - btn_save_edits: Save edits - btn_cancel: Cancel + btn_save_edits: Зберегти зміни + btn_cancel: Скасувати show_more: "{{count}} more comments" tip_question: >- - Use comments to ask for more information or suggest improvements. Avoid answering questions in comments. + Використовуйте коментарі, щоб попросити більше інформації або запропонувати покращення. Уникайте відповідей на питання в коментарях. tip_answer: >- - Use comments to reply to other users or notify them of changes. If you are adding new information, edit your post instead of commenting. + Використовуйте коментарі, щоб відповідати іншим користувачам або повідомляти їх про зміни. Якщо ви додаєте нову інформацію, відредагуйте свою публікацію, а не коментуйте. tip_vote: It adds something useful to the post edit_answer: - title: Edit Answer - default_reason: Edit answer - default_first_reason: Add answer + title: Редагувати відповідь + default_reason: Редагувати відповідь + default_first_reason: Додати відповідь form: fields: revision: label: Revision answer: - label: Answer + label: Відповідь feedback: - characters: content must be at least 6 characters in length. + characters: вміст має бути не менше 6 символів. edit_summary: label: Edit summary placeholder: >- - Briefly explain your changes (corrected spelling, fixed grammar, improved formatting) - btn_save_edits: Save edits - btn_cancel: Cancel + Коротко поясніть ваші зміни (виправлена орфографія, виправлена граматика, покращене форматування) + btn_save_edits: Зберегти зміни + btn_cancel: Скасувати tags: - title: Tags + title: Теґи sort_buttons: - popular: Popular - name: Name - newest: Newest + popular: Популярне + name: Назва + newest: Найновіші button_follow: Follow button_following: Following - tag_label: questions - search_placeholder: Filter by tag name - no_desc: The tag has no description. - more: More + tag_label: запитання + search_placeholder: Фільтрувати за назвою теґу + no_desc: Цей теґ не має опису. + more: Більше ask: - title: Add Question - edit_title: Edit Question - default_reason: Edit question - default_first_reason: Add question - similar_questions: Similar questions + title: Додати питання + edit_title: Редагувати питання + default_reason: Редагувати питання + default_first_reason: Додати питання + similar_questions: Подібні питання form: fields: revision: label: Revision title: - label: Title - placeholder: Be specific and imagine you're asking a question to another person + label: Назва + placeholder: Будьте конкретними та уявіть, що ви ставите запитання іншій людині msg: - empty: Title cannot be empty. - range: Title up to 150 characters + empty: Назва не може бути порожньою. + range: Назва до 150 символів body: label: Body msg: empty: Body cannot be empty. tags: - label: Tags + label: Теґи msg: - empty: Tags cannot be empty. + empty: Теґи не можуть бути порожніми. answer: - label: Answer + label: Відповідь msg: - empty: Answer cannot be empty. + empty: Відповідь не може бути порожньою. edit_summary: label: Edit summary placeholder: >- - Briefly explain your changes (corrected spelling, fixed grammar, improved formatting) - btn_post_question: Post your question - btn_save_edits: Save edits - answer_question: Answer your own question + Коротко поясніть ваші зміни (виправлена орфографія, виправлена граматика, покращене форматування) + btn_post_question: Опублікуйте своє запитання + btn_save_edits: Зберегти зміни + answer_question: Відповісти на власне питання post_question&answer: Post your question and answer tag_selector: - add_btn: Add tag - create_btn: Create new tag - search_tag: Search tag + add_btn: Додати теґ + create_btn: Створити новий теґ + search_tag: Шукати теґ hint: "Describe what your question is about, at least one tag is required." no_result: No tags matched tag_required_text: Required tag (at least one) header: nav: - question: Questions - tag: Tags - user: Users - profile: Profile - setting: Settings - logout: Log out - admin: Admin + question: Запитання + tag: Теґи + user: Користувачі + profile: Профіль + setting: Налаштування + logout: Вийти + admin: Адмін review: Review - bookmark: Bookmarks - moderation: Moderation + bookmark: Закладки + moderation: Модерація search: - placeholder: Search + placeholder: Пошук footer: build_on: >- Powered by <1> Apache Answer - the open-source software that powers Q&A communities.
Made with love © {{cc}}. upload_img: name: Change - loading: loading... + loading: завантаження... pic_auth_code: title: Captcha - placeholder: Type the text above + placeholder: Введіть текст вище msg: - empty: Captcha cannot be empty. + empty: Капча не може бути порожньою. inactive: first: >- - You're almost done! We sent an activation mail to {{mail}}. Please follow the instructions in the mail to activate your account. - info: "If it doesn't arrive, check your spam folder." + Ви майже закінчили! Ми надіслали лист для активації на {{mail}}. Будь ласка, дотримуйтесь інструкцій, щоб активувати свій обліковий запис. + info: "Якщо він не надійшов, перевірте папку зі спамом." another: >- - We sent another activation email to you at {{mail}}. It might take a few minutes for it to arrive; be sure to check your spam folder. - btn_name: Resend activation email - change_btn_name: Change email + Ми надіслали вам інший електронний лист для активації на {{mail}}. Це може зайняти кілька хвилин, перш ніж він прибуде; обов'язково перевірте теку зі спамом. + btn_name: Повторно надіслати електронний лист для активації + change_btn_name: Змінити електронну пошту msg: - empty: Cannot be empty. + empty: Не може бути порожнім. resend_email: - url_label: Are you sure you want to resend the activation email? + url_label: Ви впевнені, що бажаєте повторно надіслати електронний лист для активації? url_text: You can also give the activation link above to the user. login: - login_to_continue: Log in to continue - info_sign: Don't have an account? <1>Sign up - info_login: Already have an account? <1>Log in - agreements: By registering, you agree to the <1>privacy policy and <3>terms of service. - forgot_pass: Forgot password? + login_to_continue: Увійдіть, щоб продовжити + info_sign: Немає облікового запису? <1>Зареєструйтесь + info_login: Вже маєте обліковий запис? <1>Увійдіть + agreements: Реєструючись, ви погоджуєтеся з <1>політикою конфіденційності та <3>умовами використання. + forgot_pass: Забули пароль? name: - label: Name + label: Ім’я msg: - empty: Name cannot be empty. - range: Name up to 30 characters. - character: 'Must use the character set "a-z", "0-9", " - . _"' + empty: Ім'я не може бути порожнім. + range: Ім'я до 30 символів. + character: 'Необхідно використовувати набір символів "a-z", "0-9", "-. _"' email: - label: Email + label: Електронна пошта msg: - empty: Email cannot be empty. + empty: Поле електронної пошти не може бути пустим. password: - label: Password + label: Пароль msg: - empty: Password cannot be empty. - different: The passwords entered on both sides are inconsistent + empty: Поле паролю не може бути порожнім. + different: Двічі введені паролі є несумісними account_forgot: - page_title: Forgot Your Password - btn_name: Send me recovery email + page_title: Забули свій пароль + btn_name: Надішліть мені електронний лист для відновлення send_success: >- - If an account matches {{mail}}, you should receive an email with instructions on how to reset your password shortly. + Якщо обліковий запис збігається з {{mail}}, незабаром ви отримаєте електронний лист з інструкціями щодо скидання пароля. email: - label: Email + label: Електронна пошта msg: - empty: Email cannot be empty. + empty: Поле електронної пошти не може бути пустим. change_email: - btn_cancel: Cancel - btn_update: Update email address + btn_cancel: Скасувати + btn_update: Оновити адресу електронної пошти send_success: >- - If an account matches {{mail}}, you should receive an email with instructions on how to reset your password shortly. + Якщо обліковий запис збігається з {{mail}}, незабаром ви отримаєте електронний лист з інструкціями щодо скидання пароля. email: - label: New email + label: Нова електронна пошта msg: - empty: Email cannot be empty. + empty: Поле електронної пошти не може бути пустим. oauth: - connect: Connect with {{ auth_name }} - remove: Remove {{ auth_name }} + connect: З'єднати з {{ auth_name }} + remove: Видалити {{ auth_name }} oauth_bind_email: - subtitle: Add a recovery email to your account. - btn_update: Update email address + subtitle: Додайте резервну електронну пошту до свого облікового запису. + btn_update: Оновити адресу електронної пошти email: - label: Email + label: Електронна пошта msg: - empty: Email cannot be empty. - modal_title: Email already existes. - modal_content: This email address already registered. Are you sure you want to connect to the existing account? - modal_cancel: Change email + empty: Поле електронної пошти не може бути пустим. + modal_title: Електронна адреса вже існує. + modal_content: Ця електронна адреса вже зареєстрована. Ви впевнені, що бажаєте підключитися до існуючого облікового запису? + modal_cancel: Змінити електронну пошту modal_confirm: Connect to the existing account password_reset: - page_title: Password Reset - btn_name: Reset my password + page_title: Скинути пароль + btn_name: Скинути мій пароль reset_success: >- - You successfully changed your password; you will be redirected to the log in page. + Ви успішно змінили пароль; вас буде перенаправлено на сторінку входу в систему. link_invalid: >- - Sorry, this password reset link is no longer valid. Perhaps your password is already reset? + На жаль, це посилання для зміни пароля більше недійсне. Можливо, ваш пароль уже скинуто? to_login: Continue to log in page password: - label: Password + label: Пароль msg: - empty: Password cannot be empty. - length: The length needs to be between 8 and 32 - different: The passwords entered on both sides are inconsistent + empty: Поле паролю не може бути порожнім. + length: Довжина повинна бути від 8 до 32 символів + different: Двічі введені паролі є несумісними password_confirm: - label: Confirm new password + label: Підтвердити новий пароль settings: - page_title: Settings + page_title: Налаштування goto_modify: Go to modify nav: - profile: Profile - notification: Notifications - account: Account - interface: Interface + profile: Профіль + notification: Сповіщення + account: Обліковий запис + interface: Інтерфейс profile: - heading: Profile - btn_name: Save + heading: Профіль + btn_name: Зберегти display_name: - label: Display name + label: Ім'я для відображення msg: Display name cannot be empty. msg_range: Display name up to 30 characters. username: - label: Username + label: Ім'я користувача caption: People can mention you as "@username". - msg: Username cannot be empty. - msg_range: Username up to 30 characters. - character: 'Must use the character set "a-z", "0-9", " - . _"' + msg: Ім’я користувача не може бути порожнім. + msg_range: Ім'я користувача до 30 символів. + character: 'Необхідно використовувати набір символів "a-z", "0-9", "-. _"' avatar: - label: Profile image + label: Зображення профілю gravatar: Gravatar gravatar_text: You can change image on custom: Custom - custom_text: You can upload your image. + custom_text: Ви можете завантажити своє зображення. default: System - msg: Please upload an avatar + msg: Будь ласка, завантажте аватар bio: - label: About me + label: Про мене website: - label: Website + label: Вебсайт placeholder: "https://example.com" - msg: Website incorrect format + msg: Неправильний формат вебсайту location: - label: Location - placeholder: "City, Country" + label: Місцезнаходження + placeholder: "Місто, Країна" notification: heading: Email Notifications - turn_on: Turn on + turn_on: Увімкнути inbox: - label: Inbox notifications - description: Answers to your questions, comments, invites, and more. + label: Вхідні сповіщення + description: Відповіді на ваші запитання, коментарі, запрошення тощо. all_new_question: - label: All new questions - description: Get notified of all new questions. Up to 50 questions per week. + label: Усі нові запитання + description: Отримуйте сповіщення про всі нові питання. До 50 питань на тиждень. all_new_question_for_following_tags: label: All new questions for following tags description: Get notified of new questions for following tags. account: - heading: Account - change_email_btn: Change email - change_pass_btn: Change password + heading: Обліковий запис + change_email_btn: Змінити електронну пошту + change_pass_btn: Змінити пароль change_email_info: >- - We've sent an email to that address. Please follow the confirmation instructions. + Ми надіслали електронний лист на цю адресу. Будь ласка, дотримуйтесь інструкцій для підтвердження. email: - label: New email - msg: New email cannot be empty. + label: Нова електронна пошта + msg: Комірка нової електронної пошти не може бути порожньою. pass: - label: Current password - msg: Password cannot be empty. - password_title: Password + label: Поточний пароль + msg: Комірка паролю не може бути порожньою. + password_title: Пароль current_pass: - label: Current password + label: Поточний пароль msg: - empty: Current password cannot be empty. - length: The length needs to be between 8 and 32. - different: The two entered passwords do not match. + empty: Комірка поточного пароля не може бути порожньою. + length: Довжина повинна бути від 8 до 32 символів. + different: Два введені паролі не збігаються. new_pass: - label: New password + label: Новий пароль pass_confirm: - label: Confirm new password + label: Підтвердити новий пароль interface: - heading: Interface + heading: Інтерфейс lang: - label: Interface language - text: User interface language. It will change when you refresh the page. + label: Мова інтерфейсу + text: Мова інтерфейсу користувача. Зміниться, коли ви оновите сторінку. my_logins: title: My logins label: Log in or sign up on this site using these accounts. modal_title: Remove login modal_content: Are you sure you want to remove this login from your account? - modal_confirm_btn: Remove - remove_success: Removed successfully + modal_confirm_btn: Видалити + remove_success: Успішно видалено toast: - update: update success - update_password: Password changed successfully. + update: успішно оновлено + update_password: Пароль успішно змінено. flag_success: Thanks for flagging. forbidden_operate_self: Forbidden to operate on yourself - review: Your revision will show after review. - sent_success: Sent successfully + review: Ваша версія з'явиться після перевірки. + sent_success: Успішно відправлено related_question: - title: Related Questions - answers: answers + title: Пов'язані запитання + answers: відповіді invite_to_answer: - title: People Asked - desc: Select people who you think might know the answer. - invite: Invite to answer - add: Add people - search: Search people + title: Люди запитували + desc: Виберіть людей, які, на вашу думку, можуть знати відповідь. + invite: Запросити відповісти + add: Додати людей + search: Шукати людей question_detail: - action: Action + action: Дія Asked: Asked asked: asked update: Modified edit: edited + commented: commented Views: Viewed Follow: Follow Following: Following @@ -1050,6 +1067,7 @@ ui: title: Answers score: Score newest: Newest + oldest: Oldest btn_accept: Accept btn_accepted: Accepted write_answer: @@ -1062,69 +1080,89 @@ ui: confirm_info: >-

Are you sure you want to add another answer?

You could use the edit link to refine and improve your existing answer, instead.

empty: Answer cannot be empty. - characters: content must be at least 6 characters in length. + characters: вміст має бути не менше 6 символів. tips: - header_1: Thanks for your answer - li1_1: Please be sure to answer the question. Provide details and share your research. - li1_2: Back up any statements you make with references or personal experience. + header_1: Дякуємо за відповідь + li1_1: Будь ласка, не забудьте відповісти на запитання. Надайте детальну інформацію та поділіться своїми дослідженнями. + li1_2: Підкріплюйте будь-які ваші твердження посиланнями чи особистим досвідом. header_2: But avoid ... li2_1: Asking for help, seeking clarification, or responding to other answers. reopen: - confirm_btn: Reopen - title: Reopen this post - content: Are you sure you want to reopen? + confirm_btn: Відкрити знову + title: Повторно відкрити цей допис + content: Ви впевнені, що хочете повторно відкрити? + list: + confirm_btn: List + title: List this post + content: Are you sure you want to list? + unlist: + confirm_btn: Unlist + title: Unlist this post + content: Are you sure you want to unlist? pin: - title: Pin this post - content: Are you sure you wish to pinned globally? This post will appear at the top of all post lists. - confirm_btn: Pin + title: Закріпити цей допис + content: Ви впевнені, що хочете закріпити глобально? Цей допис відображатиметься вгорі всіх списків публікацій. + confirm_btn: Закріпити delete: - title: Delete this post + title: Видалити цей допис question: >- - We do not recommend deleting questions with answers because doing so deprives future readers of this knowledge.

Repeated deletion of answered questions can result in your account being blocked from asking. Are you sure you wish to delete? + Ми не рекомендуємо видаляти питання з відповідями, оскільки це позбавляє майбутніх читачів цих знань.

Повторне видалення запитань із відповідями може призвести до блокування запитів у вашому обліковому записі. Ви впевнені, що хочете видалити? answer_accepted: >- -

We do not recommend deleting accepted answer because doing so deprives future readers of this knowledge.

Repeated deletion of accepted answers can result in your account being blocked from answering. Are you sure you wish to delete? - other: Are you sure you wish to delete? - tip_answer_deleted: This answer has been deleted - undelete_title: Undelete this post - undelete_desc: Are you sure you wish to undelete? +

Ми не рекомендуємо видаляти прийняту відповідь, оскільки це позбавляє майбутніх читачів цих знань.

Повторне видалення прийнятих відповідей може призвести до того, що ваш обліковий запис буде заблоковано для відповідей. Ви впевнені, що хочете видалити? + other: Ви впевнені, що хочете видалити? + tip_answer_deleted: Ця відповідь була видалена + undelete_title: Скасувати видалення цього допису + undelete_desc: Ви впевнені, що бажаєте скасувати видалення? btns: - confirm: Confirm - cancel: Cancel - edit: Edit - save: Save - delete: Delete - undelete: Undelete - login: Log in - signup: Sign up - logout: Log out - verify: Verify - add_question: Add question + confirm: Підтвердити + cancel: Скасувати + edit: Редагувати + save: Зберегти + delete: Видалити + undelete: Скасувати видалення + list: List + unlist: Unlist + unlisted: Unlisted + login: Увійти + signup: Зареєструватися + logout: Вийти + verify: Підтвердити + add_question: Додати питання approve: Approve reject: Reject - skip: Skip - discard_draft: Discard draft + skip: Пропустити + discard_draft: Видалити чернетку pinned: Pinned all: All - question: Question - answer: Answer - comment: Comment - refresh: Refresh - resend: Resend - deactivate: Deactivate + question: Запитання + answer: Відповідь + comment: Коментар + refresh: Оновити + resend: Надіслати повторно + deactivate: Деактивувати active: Active suspend: Suspend unsuspend: Unsuspend - close: Close - reopen: Reopen + close: Закрити + reopen: Відкрити знову ok: OK - light: Light - dark: Dark - system_setting: System setting + light: Світла + dark: Темна + system_setting: Налаштування системи default: Default - reset: Reset + reset: Скинути + tag: Tag + post_lowercase: post + filter: Filter + ignore: Ignore + submit: Submit + normal: Normal + closed: Closed + deleted: Deleted + pending: Pending search: - title: Search Results - keywords: Keywords + title: Результати пошуку + keywords: Ключові слова options: Options follow: Follow following: Following @@ -1174,58 +1212,58 @@ ui: save: Save follow_tag_tip: Follow tags to curate your list of questions. hot_questions: Hot Questions - all_questions: All Questions + all_questions: Всі питання x_questions: "{{ count }} Questions" x_answers: "{{ count }} answers" - questions: Questions - answers: Answers - newest: Newest - active: Active + questions: Запитання + answers: Відповіді + newest: Найновіші + active: Активні frequent: Frequent - score: Score - unanswered: Unanswered + score: Оцінка + unanswered: Без відповідей modified: modified answered: answered asked: asked closed: closed follow_a_tag: Follow a tag - more: More + more: Більше personal: overview: Overview - answers: Answers - answer: answer - questions: Questions - question: question - bookmarks: Bookmarks - reputation: Reputation - comments: Comments - votes: Votes - newest: Newest + answers: Відповіді + answer: відповідь + questions: Запитання + question: запитання + bookmarks: Закладки + reputation: Репутація + comments: Коментарі + votes: Голоси + newest: Найновіше score: Score - edit_profile: Edit profile + edit_profile: Редагувати профіль visited_x_days: "Visited {{ count }} days" viewed: Viewed joined: Joined last_login: Seen - about_me: About Me - about_me_empty: "// Hello, World !" - top_answers: Top Answers - top_questions: Top Questions - stats: Stats + about_me: Про мене + about_me_empty: "// Привіт, світ!" + top_answers: Найкращі відповіді + top_questions: Найкращі запитання + stats: Статистика list_empty: No posts found.
Perhaps you'd like to select a different tab? accepted: Accepted answered: answered asked: asked downvoted: downvoted mod_short: MOD - mod_long: Moderators - x_reputation: reputation - x_votes: votes received - x_answers: answers - x_questions: questions + mod_long: Модератори + x_reputation: репутація + x_votes: отримані голоси + x_answers: відповіді + x_questions: запитання install: - title: Answer - next: Next + title: Відповідь + next: Далі done: Done config_yaml_error: Can't create the config.yaml file. lang: @@ -1268,48 +1306,48 @@ ui: label: Site URL text: The address of your site. msg: - empty: Site URL cannot be empty. - incorrect: Site URL incorrect format. - max_length: Site URL must be at maximum 512 characters in length. + empty: URL-адреса сайту не може бути пустою. + incorrect: Неправильний формат URL-адреси сайту. + max_length: Максимальна довжина URL-адреси сайту – 512 символів. contact_email: - label: Contact email - text: Email address of key contact responsible for this site. + label: Контактна електронна адреса + text: Електронна адреса основної контактної особи, відповідальної за цей сайт. msg: - empty: Contact email cannot be empty. - incorrect: Contact email incorrect format. + empty: Контактна електронна адреса не може бути порожньою. + incorrect: Неправильний формат контактної електронної пошти. login_required: label: Private switch: Login required - text: Only logged in users can access this community. + text: Лише авторизовані користувачі можуть отримати доступ до цієї спільноти. admin_name: - label: Name - msg: Name cannot be empty. - character: 'Must use the character set "a-z", "0-9", " - . _"' - msg_max_length: Name must be at maximum 30 characters in length. + label: Ім’я + msg: Ім'я не може бути порожнім. + character: 'Необхідно використовувати набір символів "a-z", "0-9", "-. _"' + msg_max_length: Довжина імені має бути не більше 30 символів. admin_password: - label: Password + label: Пароль text: >- - You will need this password to log in. Please store it in a secure location. - msg: Password cannot be empty. - msg_min_length: Password must be at least 8 characters in length. - msg_max_length: Password must be at maximum 32 characters in length. + Вам знадобиться цей пароль для входу. Зберігайте його в надійному місці. + msg: Поле паролю не може бути порожнім. + msg_min_length: Пароль має бути не менше 8 символів. + msg_max_length: Пароль має бути не менше 32 символів. admin_email: - label: Email - text: You will need this email to log in. + label: Електронна пошта + text: Вам знадобиться ця електронна адреса для входу. msg: - empty: Email cannot be empty. + empty: Поле електронної пошти не може бути пустим. incorrect: Email incorrect format. - ready_title: Your Answer is ready! + ready_title: Ваша відповідь готова! ready_desc: >- If you ever feel like changing more settings, visit <1>admin section; find it in the site menu. - good_luck: "Have fun, and good luck!" + good_luck: "Веселіться, і хай щастить!" warn_title: Warning warn_desc: >- The file <1>config.yaml already exists. If you need to reset any of the configuration items in this file, please delete it first. install_now: You may try <1>installing now. - installed: Already installed + installed: Уже встановлено installed_desc: >- - You appear to have already installed. To reinstall please clear your old database tables first. + Ви, здається, уже встановили. Щоб перевстановити, спочатку очистіть старі таблиці бази даних. db_failed: Database connection failed db_failed_desc: >- This either means that the database information in your <1>config.yaml file is incorrect or that contact with the database server could not be established. This could mean your host's database server is down. @@ -1362,52 +1400,54 @@ ui: title: Dashboard welcome: Welcome to Answer Admin! site_statistics: Site statistics - questions: "Questions:" - answers: "Answers:" - comments: "Comments:" - votes: "Votes:" - users: "Users:" + questions: "Запитання:" + answers: "Відповіді:" + comments: "Коментарі:" + votes: "Голоси:" + users: "Користувачі:" flags: "Flags:" - site_health_status: Site health status + reviews: "Reviews:" + site_health: Site health version: "Version:" https: "HTTPS:" - upload_folder: "Upload folder:" + upload_folder: "Завантажити теку:" run_mode: "Running mode:" private: Private public: Public smtp: "SMTP:" - timezone: "Timezone:" - system_info: System info + timezone: "Часовий пояс:" + system_info: Інформація про систему go_version: "Go version:" - database: "Database:" - database_size: "Database size:" - storage_used: "Storage used:" + database: "База даних:" + database_size: "Розмір бази даних:" + storage_used: "Використаний обсяг пам’яті:" uptime: "Uptime:" - answer_links: Answer links - plugins: Plugins + links: Links + plugins: Плаґіни github: GitHub - blog: Blog + blog: Блоґ contact: Contact - documents: Documents - feedback: Feedback - support: Support + forum: Forum + documents: Документи + feedback: Відгук + support: Підтримка review: Review - config: Config + config: Конфігурація update_to: Update to latest: Latest - check_failed: Check failed - "yes": "Yes" - "no": "No" - not_allowed: Not allowed - allowed: Allowed - enabled: Enabled - disabled: Disabled + check_failed: Не вдалося перевірити + "yes": "Так" + "no": "Ні" + not_allowed: Не дозволено + allowed: Дозволено + enabled: Увімкнено + disabled: Вимкнено writable: Writable not_writable: Not writable flags: title: Flags - pending: Pending - completed: Completed + pending: В очікуванні + completed: Завершено flagged: Flagged flagged_type: Flagged {{ type }} created: Created @@ -1454,62 +1494,59 @@ ui: reputation: Reputation created_at: Created Time delete_at: Deleted Time - suspend_at: Suspended Time - status: Status - role: Role + suspend_at: Час призупинення + status: Статус + role: Роль action: Action change: Change all: All staff: Staff - more: More + more: Більше inactive: Inactive suspended: Suspended deleted: Deleted normal: Normal - Moderator: Moderator - Admin: Admin - User: User + Moderator: Модератор + Admin: Адмін + User: Користувач filter: placeholder: "Filter by name, user:id" - set_new_password: Set new password - change_status: Change status - change_role: Change role + set_new_password: Встановити новий пароль + change_status: Змінити статус + change_role: Змінити роль show_logs: Show logs - add_user: Add user + add_user: Додати користувача deactivate_user: - title: Deactivate user - content: An inactive user must re-validate their email. + title: Деактивувати користувача + content: Неактивний користувач повинен повторно підтвердити свою електронну адресу. delete_user: - title: Delete this user - content: Are you sure you want to delete this user? This is permanent! + title: Видалити цього користувача + content: Ви впевнені, що хочете видалити цього користувача? Це назавжди! remove: Remove their content - label: Remove all questions, answers, comments, etc. + label: Видалити всі запитання, відповіді, коментарі тощо. text: Don’t check this if you wish to only delete the user’s account. suspend_user: - title: Suspend this user - content: A suspended user can't log in. + title: Призупинити цього користувача + content: Призупинений користувач не може увійти в систему. questions: - page_title: Questions - normal: Normal - closed: Closed - deleted: Deleted + page_title: Запитання + unlisted: Unlisted post: Post votes: Votes answers: Answers - created: Created - status: Status + created: Створені + status: Статус action: Action change: Change + pending: Pending filter: placeholder: "Filter by title, question:id" answers: - page_title: Answers - normal: Normal - deleted: Deleted + page_title: Відповіді post: Post votes: Votes created: Created - status: Status + status: Статус action: Action change: Change filter: @@ -1538,6 +1575,9 @@ ui: msg: Contact email cannot be empty. validate: Contact email is not valid. text: Email address of key contact responsible for this site. + check_update: + label: Software updates + text: Automatically check for updates interface: page_title: Interface language: @@ -1551,20 +1591,20 @@ ui: smtp: page_title: SMTP from_email: - label: From email - msg: From email cannot be empty. - text: The email address which emails are sent from. + label: З електронної пошти + msg: Поле з електронної пошти не може бути пустим. + text: Адреса електронної пошти, з якої надсилаються листи. from_name: - label: From name - msg: From name cannot be empty. + label: Від імені + msg: Поле від імені не може бути пустим. text: The name which emails are sent from. smtp_host: label: SMTP host msg: SMTP host cannot be empty. - text: Your mail server. + text: Ваш поштовий сервер. encryption: - label: Encryption - msg: Encryption cannot be empty. + label: Шифрування + msg: Поле шифрування не може бути пустим. text: For most servers SSL is the recommended option. ssl: SSL none: None @@ -1580,14 +1620,14 @@ ui: msg: SMTP password cannot be empty. test_email_recipient: label: Test email recipients - text: Provide email address that will receive test sends. + text: Вкажіть адресу електронної пошти, на яку будуть надходити тестові надсилання. msg: Test email recipients is invalid smtp_authentication: - label: Enable authentication + label: Увімкнути автентифікацію title: SMTP authentication msg: SMTP authentication cannot be empty. - "yes": "Yes" - "no": "No" + "yes": "Так" + "no": "Ні" branding: page_title: Branding logo: @@ -1607,17 +1647,17 @@ ui: legal: page_title: Legal terms_of_service: - label: Terms of service - text: "You can add terms of service content here. If you already have a document hosted elsewhere, provide the full URL here." + label: Умови використання + text: "Ви можете додати вміст про умови використання тут. Якщо у вас уже є документ, розміщений деінде, надайте тут повну URL-адресу." privacy_policy: - label: Privacy policy - text: "You can add privacy policy content here. If you already have a document hosted elsewhere, provide the full URL here." + label: Політика конфіденційности + text: "Ви можете додати вміст політики конфіденційності тут. Якщо у вас уже є документ, розміщений деінде, надайте тут повну URL-адресу." write: page_title: Write restrict_answer: title: Restrict answer - label: Each user can only write one answer for each question - text: "They can use the edit link to refine and improve their existing answer, instead." + label: Кожен користувач може написати лише одну відповідь на кожне запитання + text: "Натомість вони можуть скористатися посиланням для редагування, щоб уточнити та покращити наявну відповідь." recommend_tags: label: Recommend tags text: "Please input tag slug above, one tag per line." @@ -1672,11 +1712,11 @@ ui: page_title: Login membership: title: Membership - label: Allow new registrations + label: Дозволити нові реєстрації text: Turn off to prevent anyone from creating a new account. email_registration: - title: Email registration - label: Allow email registration + title: Реєстрація за електронною поштою + label: Дозволити реєстрацію за електронною поштою text: Turn off to prevent anyone creating new account through email. allowed_email_domains: title: Allowed email domains @@ -1752,6 +1792,22 @@ ui: edit_answer: Edit answer edit_tag: Edit tag empty: No review tasks left. + approve_revision_tip: Do you approve this revision? + approve_flag_tip: Do you approve this flag? + approve_post_tip: Do you approve this post? + approve_user_tip: Do you approve this user? + suggest_edits: Suggested edits + flag_post: Flag post + flag_user: Flag user + queued_post: Queued post + queued_user: Queued user + filter_label: Type + reputation: reputation + flag_post_type: Flagged this post as {{ type }}. + flag_user_type: Flagged this user as {{ type }}. + edit_post: Edit post + list_post: List post + unlist_post: Unlist post timeline: undeleted: undeleted deleted: deleted @@ -1802,3 +1858,6 @@ ui: post_hide_list: This post has been hidden from list. post_show_list: This post has been shown to list. post_reopen: This post has been reopened. + post_list: This post has been listed. + post_unlist: This post has been unlisted. + post_pending: Your post is awaiting review. This is a preview, it will be visible after it has been approved. diff --git a/i18n/vi_VN.yaml b/i18n/vi_VN.yaml index 8cd98cde0..d28041ce4 100644 --- a/i18n/vi_VN.yaml +++ b/i18n/vi_VN.yaml @@ -140,6 +140,9 @@ backend: email_or_password_wrong_error: other: Email and password do not match. error: + common: + invalid_url: + other: Invalid URL. password: space_invalid: other: Password cannot contain spaces. @@ -200,6 +203,8 @@ backend: question: already_deleted: other: This post has been deleted. + under_review: + other: Your post is awaiting review. It will be visible after it has been approved. not_found: other: Không tìm thấy câu hỏi. cannot_deleted: @@ -485,6 +490,15 @@ backend: other: accept accepted: other: accepted + edit: + other: edit + review: + queued_post: + other: Queued post + flagged_post: + other: Flagged post + suggested_post_edit: + other: Suggested edits # The following fields are used for interface presentation(Front-end) ui: how_to_format: @@ -666,6 +680,8 @@ ui: empty: Cannot be empty. msg: empty: Please select a reason. + not_a_url: URL format is incorrect. + url_not_match: URL origin does not match the current website. tag_modal: title: Create new tag form: @@ -1033,6 +1049,7 @@ ui: asked: asked update: Modified edit: edited + commented: commented Views: Viewed Follow: Follow Following: Following @@ -1050,6 +1067,7 @@ ui: title: Answers score: Score newest: Newest + oldest: Oldest btn_accept: Accept btn_accepted: Accepted write_answer: @@ -1073,6 +1091,14 @@ ui: confirm_btn: Reopen title: Reopen this post content: Are you sure you want to reopen? + list: + confirm_btn: List + title: List this post + content: Are you sure you want to list? + unlist: + confirm_btn: Unlist + title: Unlist this post + content: Are you sure you want to unlist? pin: title: Pin this post content: Are you sure you wish to pinned globally? This post will appear at the top of all post lists. @@ -1094,6 +1120,9 @@ ui: save: Save delete: Delete undelete: Undelete + list: List + unlist: Unlist + unlisted: Unlisted login: Log in signup: Sign up logout: Log out @@ -1122,6 +1151,15 @@ ui: system_setting: System setting default: Default reset: Reset + tag: Tag + post_lowercase: post + filter: Filter + ignore: Ignore + submit: Submit + normal: Normal + closed: Closed + deleted: Deleted + pending: Pending search: title: Search Results keywords: Keywords @@ -1368,7 +1406,8 @@ ui: votes: "Votes:" users: "Users:" flags: "Flags:" - site_health_status: Site health status + reviews: "Reviews:" + site_health: Site health version: "Version:" https: "HTTPS:" upload_folder: "Upload folder:" @@ -1383,11 +1422,12 @@ ui: database_size: "Database size:" storage_used: "Storage used:" uptime: "Uptime:" - answer_links: Answer links + links: Links plugins: Plugins github: GitHub blog: Blog contact: Contact + forum: Forum documents: Documents feedback: Feedback support: Support @@ -1490,9 +1530,7 @@ ui: content: A suspended user can't log in. questions: page_title: Questions - normal: Normal - closed: Closed - deleted: Deleted + unlisted: Unlisted post: Post votes: Votes answers: Answers @@ -1500,12 +1538,11 @@ ui: status: Status action: Action change: Change + pending: Pending filter: placeholder: "Filter by title, question:id" answers: page_title: Answers - normal: Normal - deleted: Deleted post: Post votes: Votes created: Created @@ -1538,6 +1575,9 @@ ui: msg: Contact email cannot be empty. validate: Contact email is not valid. text: Email address of key contact responsible for this site. + check_update: + label: Software updates + text: Automatically check for updates interface: page_title: Interface language: @@ -1752,6 +1792,22 @@ ui: edit_answer: Edit answer edit_tag: Edit tag empty: No review tasks left. + approve_revision_tip: Do you approve this revision? + approve_flag_tip: Do you approve this flag? + approve_post_tip: Do you approve this post? + approve_user_tip: Do you approve this user? + suggest_edits: Suggested edits + flag_post: Flag post + flag_user: Flag user + queued_post: Queued post + queued_user: Queued user + filter_label: Type + reputation: reputation + flag_post_type: Flagged this post as {{ type }}. + flag_user_type: Flagged this user as {{ type }}. + edit_post: Edit post + list_post: List post + unlist_post: Unlist post timeline: undeleted: undeleted deleted: deleted @@ -1802,3 +1858,6 @@ ui: post_hide_list: This post has been hidden from list. post_show_list: This post has been shown to list. post_reopen: This post has been reopened. + post_list: This post has been listed. + post_unlist: This post has been unlisted. + post_pending: Your post is awaiting review. This is a preview, it will be visible after it has been approved. diff --git a/i18n/zh_CN.yaml b/i18n/zh_CN.yaml index cdabc86fd..f4d142ca4 100644 --- a/i18n/zh_CN.yaml +++ b/i18n/zh_CN.yaml @@ -84,7 +84,7 @@ backend: other: 级别 3(高声望要求,适合成熟的社区) level_custom: description: - other: Custom Level + other: 自定义等级 rank_question_add_label: other: 提问 rank_answer_add_label: @@ -140,6 +140,9 @@ backend: email_or_password_wrong_error: other: 邮箱和密码不匹配。 error: + common: + invalid_url: + other: 不合法的 URL password: space_invalid: other: 密码不得含有空格。 @@ -200,6 +203,8 @@ backend: question: already_deleted: other: 该帖子已被删除。 + under_review: + other: 您的帖子正在等待审核。它将在它获得批准后可见。 not_found: other: 问题未找到。 cannot_deleted: @@ -485,6 +490,15 @@ backend: other: 采纳 accepted: other: 已采纳 + edit: + other: 编辑 + review: + queued_post: + other: 排队的帖子 + flagged_post: + other: 举报的帖子 + suggested_post_edit: + other: 建议的编辑 # The following fields are used for interface presentation(Front-end) ui: how_to_format: @@ -666,6 +680,8 @@ ui: empty: 不能为空 msg: empty: 请选择一个原因。 + not_a_url: URL 格式不正确。 + url_not_match: URL 来源与当前网站不匹配。 tag_modal: title: 创建新标签 form: @@ -687,9 +703,9 @@ ui: revision: label: 编辑历史 edit_summary: - label: 编辑摘要 + label: 编辑备注 placeholder: >- - 简单描述更改原因 (错别字、文字表达、格式等等) + 简单描述更改原因(更正拼写、修复语法、改进格式) btn_cancel: 取消 btn_submit: 提交 btn_post: 发布新标签 @@ -740,7 +756,7 @@ ui: btn_flag: 举报 btn_save_edits: 保存更改 btn_cancel: 取消 - show_more: "{{count}}条剩余评论" + show_more: "{{count}} 条剩余评论" tip_question: >- 使用评论提问更多信息或者提出改进意见。避免在评论里回答问题。 tip_answer: >- @@ -965,10 +981,10 @@ ui: label: 位置 placeholder: "城市,国家" notification: - heading: 通知 - turn_on: Turn on + heading: 邮件通知 + turn_on: 开启 inbox: - label: 邮件通知 + label: 收件箱通知 description: 你的提问有新的回答,评论,邀请回答和其他。 all_new_question: label: 所有新问题 @@ -1033,6 +1049,7 @@ ui: asked: 提问于 update: 修改于 edit: 编辑于 + commented: 评论 Views: 阅读次数 Follow: 关注此问题 Following: 已关注 @@ -1105,6 +1122,7 @@ ui: undelete: 撤消删除 list: 列表显示 unlist: 列表隐藏 + unlisted: 已隐藏 login: 登录 signup: 注册 logout: 退出 @@ -1128,20 +1146,20 @@ ui: close: 关闭 reopen: 重新打开 ok: 确定 - light: Light - dark: Dark - system_setting: System setting - default: Default - reset: Reset - tag: Tag + light: 浅色 + dark: 深色 + system_setting: 跟随系统 + default: 默认 + reset: 重置 + tag: 标签 post_lowercase: 帖子 - filter: Filter + filter: 筛选 ignore: 忽略 submit: 提交 normal: 正常 closed: 已关闭 deleted: 已删除 - pending: Pending + pending: 等待处理 search: title: 搜索结果 keywords: 关键词 @@ -1388,7 +1406,8 @@ ui: votes: "投票:" users: "用户:" flags: "举报:" - site_health_status: '健康状态:' + reviews: "审查:" + site_health: 网站健康 version: "版本" https: "HTTPS:" upload_folder: "上传文件夹:" @@ -1403,11 +1422,12 @@ ui: database_size: "数据库大小:" storage_used: "已用存储空间:" uptime: "运行时间:" - answer_links: 回答链接 + links: 链接 plugins: 插件 github: GitHub blog: 博客 contact: 联系 + forum: 论坛 documents: 文档 feedback: 用户反馈 support: 帮助 @@ -1510,23 +1530,19 @@ ui: content: 被封禁的用户将无法登录。 questions: page_title: 问题 - normal: 正常 - closed: 已关闭 - deleted: 已删除 - post: 标题 unlisted: 已隐藏 + post: 标题 votes: 得票数 answers: 回答数 created: 创建于 status: 状态 action: 操作 change: 更改 + pending: 等待处理 filter: placeholder: "按标题过滤,问题:id" answers: page_title: 回答 - normal: 正常 - deleted: 已删除 post: 标题 votes: 得票数 created: 创建于 @@ -1640,8 +1656,8 @@ ui: page_title: 编辑 restrict_answer: title: 限制一个回答 - label: 每个用户只能为同一问题写一个回答 - text: "关闭以允许用户对同一问题编写多个回答,这可能会导致回答不集中。" + label: 每个用户对于每个问题只能有一个回答 + text: "用户可以使用编辑按钮优化已有的回答" recommend_tags: label: 推荐标签 text: "请在上方输入标签固定链接,每行一个标签。" @@ -1666,7 +1682,7 @@ ui: label: 主题 text: 选择一个现有主题。 color_scheme: - label: Color scheme + label: 配色方案 navbar_style: label: 导航栏样式 primary_color: @@ -1776,6 +1792,22 @@ ui: edit_answer: 编辑回答 edit_tag: 编辑标签 empty: 没有剩余的审核任务。 + approve_revision_tip: 您是否批准此修订? + approve_flag_tip: 您是否批准此举报? + approve_post_tip: 您是否批准此帖子? + approve_user_tip: 您是否批准此修订? + suggest_edits: 建议的编辑 + flag_post: 举报帖子 + flag_user: 举报用户 + queued_post: 排队的帖子 + queued_user: 排队用户 + filter_label: 类型 + reputation: 声望值 + flag_post_type: 举报这个帖子的类型是 {{ type }} + flag_user_type: 举报这个用户的类型是 {{ type }} + edit_post: 编辑帖子 + list_post: 文章列表 + unlist_post: 隐藏的帖子 timeline: undeleted: 取消删除 deleted: 删除 @@ -1828,3 +1860,4 @@ ui: post_reopen: 这个帖子已被重新打开. post_list: 这个帖子已经被显示 post_unlist: 这个帖子已经被隐藏 + post_pending: 您的帖子正在等待审核。它将在它获得批准后可见。 diff --git a/i18n/zh_TW.yaml b/i18n/zh_TW.yaml index db90bd17d..c0377af7c 100644 --- a/i18n/zh_TW.yaml +++ b/i18n/zh_TW.yaml @@ -140,6 +140,9 @@ backend: email_or_password_wrong_error: other: 電郵和密碼不匹配。 error: + common: + invalid_url: + other: Invalid URL. password: space_invalid: other: Password cannot contain spaces. @@ -200,6 +203,8 @@ backend: question: already_deleted: other: This post has been deleted. + under_review: + other: Your post is awaiting review. It will be visible after it has been approved. not_found: other: 找不到問題。 cannot_deleted: @@ -485,6 +490,15 @@ backend: other: accept accepted: other: accepted + edit: + other: edit + review: + queued_post: + other: Queued post + flagged_post: + other: Flagged post + suggested_post_edit: + other: Suggested edits # The following fields are used for interface presentation(Front-end) ui: how_to_format: @@ -666,6 +680,8 @@ ui: empty: 不能為空 msg: empty: 請選擇一個原因。 + not_a_url: URL format is incorrect. + url_not_match: URL origin does not match the current website. tag_modal: title: 創建新標籤 form: @@ -1033,6 +1049,7 @@ ui: asked: 提問於 update: 修改於 edit: 最後編輯於 + commented: commented Views: 閱讀次數 Follow: 關注 Following: 已關注 @@ -1050,6 +1067,7 @@ ui: title: 個回答 score: 評分 newest: 最新 + oldest: Oldest btn_accept: 採納 btn_accepted: 已被採納 write_answer: @@ -1073,6 +1091,14 @@ ui: confirm_btn: Reopen title: 重新打開這個貼文 content: 確定要重新打開嗎? + list: + confirm_btn: List + title: List this post + content: Are you sure you want to list? + unlist: + confirm_btn: Unlist + title: Unlist this post + content: Are you sure you want to unlist? pin: title: Pin this post content: Are you sure you wish to pinned globally? This post will appear at the top of all post lists. @@ -1094,6 +1120,9 @@ ui: save: 儲存 delete: 刪除 undelete: Undelete + list: List + unlist: Unlist + unlisted: Unlisted login: 登入 signup: 註冊 logout: 登出 @@ -1122,6 +1151,15 @@ ui: system_setting: System setting default: Default reset: Reset + tag: Tag + post_lowercase: post + filter: Filter + ignore: Ignore + submit: Submit + normal: Normal + closed: Closed + deleted: Deleted + pending: Pending search: title: 搜尋結果 keywords: 關鍵詞 @@ -1368,7 +1406,8 @@ ui: votes: "投票:" users: "Users:" flags: "檢舉:" - site_health_status: Site health status + reviews: "Reviews:" + site_health: Site health version: "版本" https: "HTTPS:" upload_folder: "Upload folder:" @@ -1383,11 +1422,12 @@ ui: database_size: "Database size:" storage_used: "已用儲存空間:" uptime: "運行時間:" - answer_links: Answer links + links: Links plugins: Plugins github: GitHub blog: Blog contact: Contact + forum: Forum documents: 文件 feedback: 用戶反饋 support: 支持 @@ -1490,9 +1530,7 @@ ui: content: A suspended user can't log in. questions: page_title: 問題 - normal: 正常 - closed: 已關閉 - deleted: 已刪除 + unlisted: Unlisted post: 標題 votes: 得票數 answers: 回答 @@ -1500,12 +1538,11 @@ ui: status: 狀態 action: 操作 change: 更改 + pending: Pending filter: placeholder: "按標題過濾,問題:id" answers: page_title: 回答 - normal: 正常 - deleted: 已刪除 post: 發布 votes: 得票數 created: 創建於 @@ -1538,6 +1575,9 @@ ui: msg: 聯絡人信箱不能為空。 validate: 聯絡人信箱無效。 text: 負責本網站的主要聯絡人的電子郵件信箱。 + check_update: + label: Software updates + text: Automatically check for updates interface: page_title: 介面 language: @@ -1752,6 +1792,22 @@ ui: edit_answer: 編輯回答 edit_tag: 編輯標籤 empty: 沒有剩餘的審核任務。 + approve_revision_tip: Do you approve this revision? + approve_flag_tip: Do you approve this flag? + approve_post_tip: Do you approve this post? + approve_user_tip: Do you approve this user? + suggest_edits: Suggested edits + flag_post: Flag post + flag_user: Flag user + queued_post: Queued post + queued_user: Queued user + filter_label: Type + reputation: reputation + flag_post_type: Flagged this post as {{ type }}. + flag_user_type: Flagged this user as {{ type }}. + edit_post: Edit post + list_post: List post + unlist_post: Unlist post timeline: undeleted: 未刪除的 deleted: 刪除 @@ -1802,3 +1858,6 @@ ui: post_hide_list: This post has been hidden from list. post_show_list: This post has been shown to list. post_reopen: This post has been reopened. + post_list: This post has been listed. + post_unlist: This post has been unlisted. + post_pending: Your post is awaiting review. This is a preview, it will be visible after it has been approved.