mirror of https://gitee.com/answerdev/answer.git
New Crowdin updates (#133)
* New translations en_US.yaml (Chinese Simplified) * New translations en_US.yaml (French) * New translations en_US.yaml (Spanish) * New translations en_US.yaml (German) * New translations en_US.yaml (Italian) * New translations en_US.yaml (Japanese) * New translations en_US.yaml (Korean) * New translations en_US.yaml (Portuguese) * New translations en_US.yaml (Russian) * New translations en_US.yaml (Chinese Simplified) * New translations en_US.yaml (Chinese Traditional) * New translations en_US.yaml (Vietnamese) * New translations en_US.yaml (Chinese Simplified) * New translations en_US.yaml (Italian) * New translations en_US.yaml (Chinese Simplified) * New translations en_US.yaml (French) * New translations en_US.yaml (French) * New translations en_US.yaml (French) * New translations en_US.yaml (French) * New translations en_US.yaml (French) * New translations en_US.yaml (French) * New translations en_US.yaml (French) * New translations en_US.yaml (French) * New translations en_US.yaml (Spanish) * New translations en_US.yaml (German) * New translations en_US.yaml (Italian) * New translations en_US.yaml (Japanese) * New translations en_US.yaml (Korean) * New translations en_US.yaml (Portuguese) * New translations en_US.yaml (Russian) * New translations en_US.yaml (Chinese Simplified) * New translations en_US.yaml (Chinese Traditional) * New translations en_US.yaml (Vietnamese) * New translations en_US.yaml (French) * New translations en_US.yaml (French) * New translations en_US.yaml (French) * New translations en_US.yaml (French) * New translations en_US.yaml (Chinese Traditional) * New translations en_US.yaml (Chinese Simplified) * New translations en_US.yaml (Chinese Simplified) Co-authored-by: LinkinStars <linkinstar@foxmail.com>
This commit is contained in:
parent
06a596c564
commit
56bea6cf85
|
@ -107,6 +107,9 @@ backend:
|
||||||
other: "No permission to update."
|
other: "No permission to update."
|
||||||
cannot_set_synonym_as_itself:
|
cannot_set_synonym_as_itself:
|
||||||
other: "You cannot set the synonym of the current tag 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:
|
theme:
|
||||||
not_found:
|
not_found:
|
||||||
other: "Theme not found."
|
other: "Theme not found."
|
||||||
|
@ -129,21 +132,21 @@ backend:
|
||||||
other: "Username is already in use."
|
other: "Username is already in use."
|
||||||
set_avatar:
|
set_avatar:
|
||||||
other: "Avatar set failed."
|
other: "Avatar set failed."
|
||||||
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."
|
|
||||||
cannot_update_your_role:
|
cannot_update_your_role:
|
||||||
other: "You cannot modify your role."
|
other: "You cannot modify your role."
|
||||||
not_allowed_registration:
|
not_allowed_registration:
|
||||||
other: "Currently the site is not open for registration"
|
other: "Currently the site is not open for registration"
|
||||||
|
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."
|
||||||
report:
|
report:
|
||||||
spam:
|
spam:
|
||||||
name:
|
name:
|
||||||
|
@ -197,6 +200,13 @@ backend:
|
||||||
other: "something else"
|
other: "something else"
|
||||||
desc:
|
desc:
|
||||||
other: "This post requires another reason not listed above."
|
other: "This post requires another reason not listed above."
|
||||||
|
operation_type:
|
||||||
|
asked:
|
||||||
|
other: "asked"
|
||||||
|
answered:
|
||||||
|
other: "answered"
|
||||||
|
modified:
|
||||||
|
other: "modified"
|
||||||
notification:
|
notification:
|
||||||
action:
|
action:
|
||||||
update_question:
|
update_question:
|
||||||
|
@ -801,6 +811,11 @@ ui:
|
||||||
confirm_new_email: Your email has been updated.
|
confirm_new_email: Your email has been updated.
|
||||||
confirm_new_email_invalid: >-
|
confirm_new_email_invalid: >-
|
||||||
Sorry, this confirmation link is no longer valid. Perhaps your email was already changed?
|
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:
|
question:
|
||||||
following_tags: Following Tags
|
following_tags: Following Tags
|
||||||
edit: Edit
|
edit: Edit
|
||||||
|
@ -991,6 +1006,7 @@ ui:
|
||||||
answer_links: Answer Links
|
answer_links: Answer Links
|
||||||
documents: Documents
|
documents: Documents
|
||||||
feedback: Feedback
|
feedback: Feedback
|
||||||
|
support: Support
|
||||||
review: Review
|
review: Review
|
||||||
config: Config
|
config: Config
|
||||||
update_to: Update to
|
update_to: Update to
|
||||||
|
|
|
@ -107,6 +107,9 @@ backend:
|
||||||
other: "No permission to update."
|
other: "No permission to update."
|
||||||
cannot_set_synonym_as_itself:
|
cannot_set_synonym_as_itself:
|
||||||
other: "You cannot set the synonym of the current tag 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:
|
theme:
|
||||||
not_found:
|
not_found:
|
||||||
other: "Theme not found."
|
other: "Theme not found."
|
||||||
|
@ -129,21 +132,21 @@ backend:
|
||||||
other: "Username is already in use."
|
other: "Username is already in use."
|
||||||
set_avatar:
|
set_avatar:
|
||||||
other: "Avatar set failed."
|
other: "Avatar set failed."
|
||||||
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."
|
|
||||||
cannot_update_your_role:
|
cannot_update_your_role:
|
||||||
other: "You cannot modify your role."
|
other: "You cannot modify your role."
|
||||||
not_allowed_registration:
|
not_allowed_registration:
|
||||||
other: "Currently the site is not open for registration"
|
other: "Currently the site is not open for registration"
|
||||||
|
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."
|
||||||
report:
|
report:
|
||||||
spam:
|
spam:
|
||||||
name:
|
name:
|
||||||
|
@ -197,6 +200,13 @@ backend:
|
||||||
other: "something else"
|
other: "something else"
|
||||||
desc:
|
desc:
|
||||||
other: "This post requires another reason not listed above."
|
other: "This post requires another reason not listed above."
|
||||||
|
operation_type:
|
||||||
|
asked:
|
||||||
|
other: "asked"
|
||||||
|
answered:
|
||||||
|
other: "answered"
|
||||||
|
modified:
|
||||||
|
other: "modified"
|
||||||
notification:
|
notification:
|
||||||
action:
|
action:
|
||||||
update_question:
|
update_question:
|
||||||
|
@ -801,6 +811,11 @@ ui:
|
||||||
confirm_new_email: Your email has been updated.
|
confirm_new_email: Your email has been updated.
|
||||||
confirm_new_email_invalid: >-
|
confirm_new_email_invalid: >-
|
||||||
Sorry, this confirmation link is no longer valid. Perhaps your email was already changed?
|
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:
|
question:
|
||||||
following_tags: Following Tags
|
following_tags: Following Tags
|
||||||
edit: Edit
|
edit: Edit
|
||||||
|
@ -991,6 +1006,7 @@ ui:
|
||||||
answer_links: Answer Links
|
answer_links: Answer Links
|
||||||
documents: Documents
|
documents: Documents
|
||||||
feedback: Feedback
|
feedback: Feedback
|
||||||
|
support: Support
|
||||||
review: Review
|
review: Review
|
||||||
config: Config
|
config: Config
|
||||||
update_to: Update to
|
update_to: Update to
|
||||||
|
|
702
i18n/fr_FR.yaml
702
i18n/fr_FR.yaml
File diff suppressed because it is too large
Load Diff
124
i18n/it_IT.yaml
124
i18n/it_IT.yaml
|
@ -14,18 +14,18 @@ backend:
|
||||||
role:
|
role:
|
||||||
name:
|
name:
|
||||||
user:
|
user:
|
||||||
other: "User"
|
other: "Utente"
|
||||||
admin:
|
admin:
|
||||||
other: "Admin"
|
other: "Amministratore"
|
||||||
moderator:
|
moderator:
|
||||||
other: "Moderator"
|
other: "Moderatore"
|
||||||
description:
|
description:
|
||||||
user:
|
user:
|
||||||
other: "Default with no special access."
|
other: "Predefinito senza alcun accesso speciale."
|
||||||
admin:
|
admin:
|
||||||
other: "Have the full power to access the site."
|
other: "Avere il pieno potere di accedere al sito."
|
||||||
moderator:
|
moderator:
|
||||||
other: "Has access to all posts except admin settings."
|
other: "Ha accesso a tutti i post tranne le impostazioni di amministratore."
|
||||||
email:
|
email:
|
||||||
other: "email"
|
other: "email"
|
||||||
password:
|
password:
|
||||||
|
@ -40,9 +40,9 @@ backend:
|
||||||
not_found:
|
not_found:
|
||||||
other: "Risposta non trovata"
|
other: "Risposta non trovata"
|
||||||
cannot_deleted:
|
cannot_deleted:
|
||||||
other: "No permission to delete."
|
other: "Permesso per cancellare mancante."
|
||||||
cannot_update:
|
cannot_update:
|
||||||
other: "No permission to update."
|
other: "Nessun permesso per l'aggiornamento."
|
||||||
comment:
|
comment:
|
||||||
edit_without_permission:
|
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"
|
||||||
|
@ -81,11 +81,11 @@ backend:
|
||||||
not_found:
|
not_found:
|
||||||
other: "domanda non trovata"
|
other: "domanda non trovata"
|
||||||
cannot_deleted:
|
cannot_deleted:
|
||||||
other: "No permission to delete."
|
other: "Permesso per cancellare mancante."
|
||||||
cannot_close:
|
cannot_close:
|
||||||
other: "No permission to close."
|
other: "Nessun permesso per chiudere."
|
||||||
cannot_update:
|
cannot_update:
|
||||||
other: "No permission to update."
|
other: "Nessun permesso per l'aggiornamento."
|
||||||
rank:
|
rank:
|
||||||
fail_to_meet_the_condition:
|
fail_to_meet_the_condition:
|
||||||
other: "Condizioni non valide per il grado"
|
other: "Condizioni non valide per il grado"
|
||||||
|
@ -98,23 +98,26 @@ backend:
|
||||||
not_found:
|
not_found:
|
||||||
other: "Etichetta non trovata"
|
other: "Etichetta non trovata"
|
||||||
recommend_tag_not_found:
|
recommend_tag_not_found:
|
||||||
other: "Recommend Tag is not exist."
|
other: "Il Tag consigliato non esiste."
|
||||||
recommend_tag_enter:
|
recommend_tag_enter:
|
||||||
other: "Please enter at least one required tag."
|
other: "Inserisci almeno un tag."
|
||||||
not_contain_synonym_tags:
|
not_contain_synonym_tags:
|
||||||
other: "Should not contain synonym tags."
|
other: "Non deve contenere tag sinonimi."
|
||||||
cannot_update:
|
cannot_update:
|
||||||
other: "No permission to update."
|
other: "Nessun permesso per l'aggiornamento."
|
||||||
cannot_set_synonym_as_itself:
|
cannot_set_synonym_as_itself:
|
||||||
other: "You cannot set the synonym of the current tag 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."
|
||||||
theme:
|
theme:
|
||||||
not_found:
|
not_found:
|
||||||
other: "tema non trovato"
|
other: "tema non trovato"
|
||||||
revision:
|
revision:
|
||||||
review_underway:
|
review_underway:
|
||||||
other: "Can't edit currently, there is a version in the review queue."
|
other: "Non è possibile modificare al momento, c'è una versione nella coda di revisione."
|
||||||
no_permission:
|
no_permission:
|
||||||
other: "No permission to Revision."
|
other: "Nessun permesso per la revisione."
|
||||||
user:
|
user:
|
||||||
email_or_password_wrong:
|
email_or_password_wrong:
|
||||||
other:
|
other:
|
||||||
|
@ -128,75 +131,82 @@ backend:
|
||||||
username_duplicate:
|
username_duplicate:
|
||||||
other: "utente già in uso"
|
other: "utente già in uso"
|
||||||
set_avatar:
|
set_avatar:
|
||||||
other: "Avatar set failed."
|
other: "Inserimento dell'Avatar non riuscito."
|
||||||
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."
|
|
||||||
cannot_update_your_role:
|
cannot_update_your_role:
|
||||||
other: "You cannot modify your role."
|
other: "Non puoi modificare il tuo ruolo."
|
||||||
not_allowed_registration:
|
not_allowed_registration:
|
||||||
other: "Currently the site is not open for registration"
|
other: "Al momento il sito non è aperto per la registrazione"
|
||||||
|
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."
|
||||||
report:
|
report:
|
||||||
spam:
|
spam:
|
||||||
name:
|
name:
|
||||||
other: "spam"
|
other: "posta indesiderata"
|
||||||
desc:
|
desc:
|
||||||
other: "This post is an advertisement, or vandalism. It is not useful or relevant to the current topic."
|
other: "Questo articolo è una pubblicità o vandalismo. Non è utile o rilevante all'argomento corrente."
|
||||||
rude:
|
rude:
|
||||||
name:
|
name:
|
||||||
other: "scortese o violento"
|
other: "scortese o violento"
|
||||||
desc:
|
desc:
|
||||||
other: "A reasonable person would find this content inappropriate for respectful discourse."
|
other: "Una persona ragionevole trova questo contenuto inappropriato a un discorso rispettoso."
|
||||||
duplicate:
|
duplicate:
|
||||||
name:
|
name:
|
||||||
other: "duplicato"
|
other: "duplicato"
|
||||||
desc:
|
desc:
|
||||||
other: "This question has been asked before and already has an answer."
|
other: "Questa domanda è già stata posta e ha già una risposta."
|
||||||
not_answer:
|
not_answer:
|
||||||
name:
|
name:
|
||||||
other: "non è una risposta"
|
other: "non è una risposta"
|
||||||
desc:
|
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: "Questo è stato pubblicato come una risposta, ma non tenta di rispondere alla domanda. Dovrebbe forse essere una modifica, un commento, un'altra domanda, o cancellata del tutto."
|
||||||
not_need:
|
not_need:
|
||||||
name:
|
name:
|
||||||
other: "non più necessario"
|
other: "non più necessario"
|
||||||
desc:
|
desc:
|
||||||
other: "This comment is outdated, conversational or not relevant to this post."
|
other: "Questo commento è obsoleto, conversazionale o non pertinente per questo post."
|
||||||
other:
|
other:
|
||||||
name:
|
name:
|
||||||
other: "altro"
|
other: "altro"
|
||||||
desc:
|
desc:
|
||||||
other: "This post requires staff attention for another reason not listed above."
|
other: "Questo articolo richiede una supervisione dello staff per altre ragioni non listate sopra."
|
||||||
question:
|
question:
|
||||||
close:
|
close:
|
||||||
duplicate:
|
duplicate:
|
||||||
name:
|
name:
|
||||||
other: "spam"
|
other: "posta indesiderata"
|
||||||
desc:
|
desc:
|
||||||
other: "This question has been asked before and already has an answer."
|
other: "Questa domanda è già stata posta e ha già una risposta."
|
||||||
guideline:
|
guideline:
|
||||||
name:
|
name:
|
||||||
other: "motivo legato alla community"
|
other: "motivo legato alla community"
|
||||||
desc:
|
desc:
|
||||||
other: "This question doesn't meet a community guideline."
|
other: "Questa domanda non soddisfa le linee guida della comunità."
|
||||||
multiple:
|
multiple:
|
||||||
name:
|
name:
|
||||||
other: "richiede maggiori dettagli o chiarezza"
|
other: "richiede maggiori dettagli o chiarezza"
|
||||||
desc:
|
desc:
|
||||||
other: "This question currently includes multiple questions in one. It should focus on one problem only."
|
other: "Questa domanda attualmente include più domande in uno. Dovrebbe concentrarsi su un solo problema."
|
||||||
other:
|
other:
|
||||||
name:
|
name:
|
||||||
other: "altro"
|
other: "altro"
|
||||||
desc:
|
desc:
|
||||||
other: "This post requires another reason not listed above."
|
other: "Questo articolo richiede un'altro motivo non listato sopra."
|
||||||
|
operation_type:
|
||||||
|
asked:
|
||||||
|
other: "asked"
|
||||||
|
answered:
|
||||||
|
other: "answered"
|
||||||
|
modified:
|
||||||
|
other: "modified"
|
||||||
notification:
|
notification:
|
||||||
action:
|
action:
|
||||||
update_question:
|
update_question:
|
||||||
|
@ -206,7 +216,7 @@ backend:
|
||||||
update_answer:
|
update_answer:
|
||||||
other: "risposta aggiornata"
|
other: "risposta aggiornata"
|
||||||
accept_answer:
|
accept_answer:
|
||||||
other: "risposta accepted"
|
other: "risposta accettata"
|
||||||
comment_question:
|
comment_question:
|
||||||
other: "domanda commentata"
|
other: "domanda commentata"
|
||||||
comment_answer:
|
comment_answer:
|
||||||
|
@ -226,21 +236,21 @@ backend:
|
||||||
#The following fields are used for interface presentation(Front-end)
|
#The following fields are used for interface presentation(Front-end)
|
||||||
ui:
|
ui:
|
||||||
how_to_format:
|
how_to_format:
|
||||||
title: How to Format
|
title: Come formattare
|
||||||
desc: >-
|
desc: >-
|
||||||
<ul class="mb-0"><li><p class="mb-2">to make links</p><pre class="mb-2"><code><https://url.com><br/><br/>[Title](https://url.com)</code></pre></li><li><p class="mb-2">put returns between paragraphs</p></li><li><p class="mb-2"><em>_italic_</em> or **<strong>bold</strong>**</p></li><li><p class="mb-2">indent code by 4 spaces</p></li><li><p class="mb-2">quote by placing <code>></code> at start of line</p></li><li><p class="mb-2">backtick escapes <code>`like _this_`</code></p></li><li><p class="mb-2">create code fences with backticks <code>`</code></p><pre class="mb-0"><code>```<br/>code here<br/>```</code></pre></li></ul>
|
<ul class="mb-0"><li><p class="mb-2">to make links</p><pre class="mb-2"><code><https://url.com><br/><br/>[Title](https://url. om)</code></pre></li><li><p class="mb-2">mette i rendimenti tra i paragrafi</p></li><li><p class="mb-2"><em>_italic_</em> o **<strong>grassetto</strong>**</p></li><li><p class="mb-2">trattino di codice per 4 spazi</p></li><li><p class="mb-2">preventivo inserendo <code>></code> all'inizio della riga</p></li><li><p class="mb-2">backtick escapes <code>`like _this_`</code></p></li><li><p class="mb-2">crea recinzioni di codice con backticks <code>`</code></p><pre class="mb-0">````<code><br/>codice qui<br/>`````</code></pre></li></ul>
|
||||||
pagination:
|
pagination:
|
||||||
prev: Prev
|
prev: Prec
|
||||||
next: Next
|
next: Successivo
|
||||||
page_title:
|
page_title:
|
||||||
question: Question
|
question: Domanda
|
||||||
questions: Questions
|
questions: Domande
|
||||||
tag: Tag
|
tag: Tag
|
||||||
tags: Tags
|
tags: Tags
|
||||||
tag_wiki: tag wiki
|
tag_wiki: tag wiki
|
||||||
edit_tag: Edit Tag
|
edit_tag: Modifica Tag
|
||||||
ask_a_question: Add Question
|
ask_a_question: Aggiungi una domanda
|
||||||
edit_question: Edit Question
|
edit_question: Modifica Domanda
|
||||||
edit_answer: Edit Answer
|
edit_answer: Edit Answer
|
||||||
search: Search
|
search: Search
|
||||||
posts_containing: Posts containing
|
posts_containing: Posts containing
|
||||||
|
@ -801,6 +811,11 @@ ui:
|
||||||
confirm_new_email: Your email has been updated.
|
confirm_new_email: Your email has been updated.
|
||||||
confirm_new_email_invalid: >-
|
confirm_new_email_invalid: >-
|
||||||
Sorry, this confirmation link is no longer valid. Perhaps your email was already changed?
|
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:
|
question:
|
||||||
following_tags: Following Tags
|
following_tags: Following Tags
|
||||||
edit: Edit
|
edit: Edit
|
||||||
|
@ -991,6 +1006,7 @@ ui:
|
||||||
answer_links: Answer Links
|
answer_links: Answer Links
|
||||||
documents: Documents
|
documents: Documents
|
||||||
feedback: Feedback
|
feedback: Feedback
|
||||||
|
support: Support
|
||||||
review: Review
|
review: Review
|
||||||
config: Config
|
config: Config
|
||||||
update_to: Update to
|
update_to: Update to
|
||||||
|
|
|
@ -107,6 +107,9 @@ backend:
|
||||||
other: "No permission to update."
|
other: "No permission to update."
|
||||||
cannot_set_synonym_as_itself:
|
cannot_set_synonym_as_itself:
|
||||||
other: "You cannot set the synonym of the current tag 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:
|
theme:
|
||||||
not_found:
|
not_found:
|
||||||
other: "Theme not found."
|
other: "Theme not found."
|
||||||
|
@ -129,21 +132,21 @@ backend:
|
||||||
other: "Username is already in use."
|
other: "Username is already in use."
|
||||||
set_avatar:
|
set_avatar:
|
||||||
other: "Avatar set failed."
|
other: "Avatar set failed."
|
||||||
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."
|
|
||||||
cannot_update_your_role:
|
cannot_update_your_role:
|
||||||
other: "You cannot modify your role."
|
other: "You cannot modify your role."
|
||||||
not_allowed_registration:
|
not_allowed_registration:
|
||||||
other: "Currently the site is not open for registration"
|
other: "Currently the site is not open for registration"
|
||||||
|
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."
|
||||||
report:
|
report:
|
||||||
spam:
|
spam:
|
||||||
name:
|
name:
|
||||||
|
@ -197,6 +200,13 @@ backend:
|
||||||
other: "something else"
|
other: "something else"
|
||||||
desc:
|
desc:
|
||||||
other: "This post requires another reason not listed above."
|
other: "This post requires another reason not listed above."
|
||||||
|
operation_type:
|
||||||
|
asked:
|
||||||
|
other: "asked"
|
||||||
|
answered:
|
||||||
|
other: "answered"
|
||||||
|
modified:
|
||||||
|
other: "modified"
|
||||||
notification:
|
notification:
|
||||||
action:
|
action:
|
||||||
update_question:
|
update_question:
|
||||||
|
@ -801,6 +811,11 @@ ui:
|
||||||
confirm_new_email: Your email has been updated.
|
confirm_new_email: Your email has been updated.
|
||||||
confirm_new_email_invalid: >-
|
confirm_new_email_invalid: >-
|
||||||
Sorry, this confirmation link is no longer valid. Perhaps your email was already changed?
|
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:
|
question:
|
||||||
following_tags: Following Tags
|
following_tags: Following Tags
|
||||||
edit: Edit
|
edit: Edit
|
||||||
|
@ -991,6 +1006,7 @@ ui:
|
||||||
answer_links: Answer Links
|
answer_links: Answer Links
|
||||||
documents: Documents
|
documents: Documents
|
||||||
feedback: Feedback
|
feedback: Feedback
|
||||||
|
support: Support
|
||||||
review: Review
|
review: Review
|
||||||
config: Config
|
config: Config
|
||||||
update_to: Update to
|
update_to: Update to
|
||||||
|
|
|
@ -107,6 +107,9 @@ backend:
|
||||||
other: "No permission to update."
|
other: "No permission to update."
|
||||||
cannot_set_synonym_as_itself:
|
cannot_set_synonym_as_itself:
|
||||||
other: "You cannot set the synonym of the current tag 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:
|
theme:
|
||||||
not_found:
|
not_found:
|
||||||
other: "Theme not found."
|
other: "Theme not found."
|
||||||
|
@ -129,21 +132,21 @@ backend:
|
||||||
other: "Username is already in use."
|
other: "Username is already in use."
|
||||||
set_avatar:
|
set_avatar:
|
||||||
other: "Avatar set failed."
|
other: "Avatar set failed."
|
||||||
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."
|
|
||||||
cannot_update_your_role:
|
cannot_update_your_role:
|
||||||
other: "You cannot modify your role."
|
other: "You cannot modify your role."
|
||||||
not_allowed_registration:
|
not_allowed_registration:
|
||||||
other: "Currently the site is not open for registration"
|
other: "Currently the site is not open for registration"
|
||||||
|
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."
|
||||||
report:
|
report:
|
||||||
spam:
|
spam:
|
||||||
name:
|
name:
|
||||||
|
@ -197,6 +200,13 @@ backend:
|
||||||
other: "something else"
|
other: "something else"
|
||||||
desc:
|
desc:
|
||||||
other: "This post requires another reason not listed above."
|
other: "This post requires another reason not listed above."
|
||||||
|
operation_type:
|
||||||
|
asked:
|
||||||
|
other: "asked"
|
||||||
|
answered:
|
||||||
|
other: "answered"
|
||||||
|
modified:
|
||||||
|
other: "modified"
|
||||||
notification:
|
notification:
|
||||||
action:
|
action:
|
||||||
update_question:
|
update_question:
|
||||||
|
@ -801,6 +811,11 @@ ui:
|
||||||
confirm_new_email: Your email has been updated.
|
confirm_new_email: Your email has been updated.
|
||||||
confirm_new_email_invalid: >-
|
confirm_new_email_invalid: >-
|
||||||
Sorry, this confirmation link is no longer valid. Perhaps your email was already changed?
|
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:
|
question:
|
||||||
following_tags: Following Tags
|
following_tags: Following Tags
|
||||||
edit: Edit
|
edit: Edit
|
||||||
|
@ -991,6 +1006,7 @@ ui:
|
||||||
answer_links: Answer Links
|
answer_links: Answer Links
|
||||||
documents: Documents
|
documents: Documents
|
||||||
feedback: Feedback
|
feedback: Feedback
|
||||||
|
support: Support
|
||||||
review: Review
|
review: Review
|
||||||
config: Config
|
config: Config
|
||||||
update_to: Update to
|
update_to: Update to
|
||||||
|
|
|
@ -107,6 +107,9 @@ backend:
|
||||||
other: "No permission to update."
|
other: "No permission to update."
|
||||||
cannot_set_synonym_as_itself:
|
cannot_set_synonym_as_itself:
|
||||||
other: "You cannot set the synonym of the current tag 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:
|
theme:
|
||||||
not_found:
|
not_found:
|
||||||
other: "Theme not found."
|
other: "Theme not found."
|
||||||
|
@ -129,21 +132,21 @@ backend:
|
||||||
other: "Username is already in use."
|
other: "Username is already in use."
|
||||||
set_avatar:
|
set_avatar:
|
||||||
other: "Avatar set failed."
|
other: "Avatar set failed."
|
||||||
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."
|
|
||||||
cannot_update_your_role:
|
cannot_update_your_role:
|
||||||
other: "You cannot modify your role."
|
other: "You cannot modify your role."
|
||||||
not_allowed_registration:
|
not_allowed_registration:
|
||||||
other: "Currently the site is not open for registration"
|
other: "Currently the site is not open for registration"
|
||||||
|
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."
|
||||||
report:
|
report:
|
||||||
spam:
|
spam:
|
||||||
name:
|
name:
|
||||||
|
@ -197,6 +200,13 @@ backend:
|
||||||
other: "something else"
|
other: "something else"
|
||||||
desc:
|
desc:
|
||||||
other: "This post requires another reason not listed above."
|
other: "This post requires another reason not listed above."
|
||||||
|
operation_type:
|
||||||
|
asked:
|
||||||
|
other: "asked"
|
||||||
|
answered:
|
||||||
|
other: "answered"
|
||||||
|
modified:
|
||||||
|
other: "modified"
|
||||||
notification:
|
notification:
|
||||||
action:
|
action:
|
||||||
update_question:
|
update_question:
|
||||||
|
@ -801,6 +811,11 @@ ui:
|
||||||
confirm_new_email: Your email has been updated.
|
confirm_new_email: Your email has been updated.
|
||||||
confirm_new_email_invalid: >-
|
confirm_new_email_invalid: >-
|
||||||
Sorry, this confirmation link is no longer valid. Perhaps your email was already changed?
|
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:
|
question:
|
||||||
following_tags: Following Tags
|
following_tags: Following Tags
|
||||||
edit: Edit
|
edit: Edit
|
||||||
|
@ -991,6 +1006,7 @@ ui:
|
||||||
answer_links: Answer Links
|
answer_links: Answer Links
|
||||||
documents: Documents
|
documents: Documents
|
||||||
feedback: Feedback
|
feedback: Feedback
|
||||||
|
support: Support
|
||||||
review: Review
|
review: Review
|
||||||
config: Config
|
config: Config
|
||||||
update_to: Update to
|
update_to: Update to
|
||||||
|
|
|
@ -107,6 +107,9 @@ backend:
|
||||||
other: "No permission to update."
|
other: "No permission to update."
|
||||||
cannot_set_synonym_as_itself:
|
cannot_set_synonym_as_itself:
|
||||||
other: "You cannot set the synonym of the current tag 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:
|
theme:
|
||||||
not_found:
|
not_found:
|
||||||
other: "Theme not found."
|
other: "Theme not found."
|
||||||
|
@ -129,21 +132,21 @@ backend:
|
||||||
other: "Username is already in use."
|
other: "Username is already in use."
|
||||||
set_avatar:
|
set_avatar:
|
||||||
other: "Avatar set failed."
|
other: "Avatar set failed."
|
||||||
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."
|
|
||||||
cannot_update_your_role:
|
cannot_update_your_role:
|
||||||
other: "You cannot modify your role."
|
other: "You cannot modify your role."
|
||||||
not_allowed_registration:
|
not_allowed_registration:
|
||||||
other: "Currently the site is not open for registration"
|
other: "Currently the site is not open for registration"
|
||||||
|
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."
|
||||||
report:
|
report:
|
||||||
spam:
|
spam:
|
||||||
name:
|
name:
|
||||||
|
@ -197,6 +200,13 @@ backend:
|
||||||
other: "something else"
|
other: "something else"
|
||||||
desc:
|
desc:
|
||||||
other: "This post requires another reason not listed above."
|
other: "This post requires another reason not listed above."
|
||||||
|
operation_type:
|
||||||
|
asked:
|
||||||
|
other: "asked"
|
||||||
|
answered:
|
||||||
|
other: "answered"
|
||||||
|
modified:
|
||||||
|
other: "modified"
|
||||||
notification:
|
notification:
|
||||||
action:
|
action:
|
||||||
update_question:
|
update_question:
|
||||||
|
@ -801,6 +811,11 @@ ui:
|
||||||
confirm_new_email: Your email has been updated.
|
confirm_new_email: Your email has been updated.
|
||||||
confirm_new_email_invalid: >-
|
confirm_new_email_invalid: >-
|
||||||
Sorry, this confirmation link is no longer valid. Perhaps your email was already changed?
|
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:
|
question:
|
||||||
following_tags: Following Tags
|
following_tags: Following Tags
|
||||||
edit: Edit
|
edit: Edit
|
||||||
|
@ -991,6 +1006,7 @@ ui:
|
||||||
answer_links: Answer Links
|
answer_links: Answer Links
|
||||||
documents: Documents
|
documents: Documents
|
||||||
feedback: Feedback
|
feedback: Feedback
|
||||||
|
support: Support
|
||||||
review: Review
|
review: Review
|
||||||
config: Config
|
config: Config
|
||||||
update_to: Update to
|
update_to: Update to
|
||||||
|
|
|
@ -107,6 +107,9 @@ backend:
|
||||||
other: "No permission to update."
|
other: "No permission to update."
|
||||||
cannot_set_synonym_as_itself:
|
cannot_set_synonym_as_itself:
|
||||||
other: "You cannot set the synonym of the current tag 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:
|
theme:
|
||||||
not_found:
|
not_found:
|
||||||
other: "Theme not found."
|
other: "Theme not found."
|
||||||
|
@ -129,21 +132,21 @@ backend:
|
||||||
other: "Username is already in use."
|
other: "Username is already in use."
|
||||||
set_avatar:
|
set_avatar:
|
||||||
other: "Avatar set failed."
|
other: "Avatar set failed."
|
||||||
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."
|
|
||||||
cannot_update_your_role:
|
cannot_update_your_role:
|
||||||
other: "You cannot modify your role."
|
other: "You cannot modify your role."
|
||||||
not_allowed_registration:
|
not_allowed_registration:
|
||||||
other: "Currently the site is not open for registration"
|
other: "Currently the site is not open for registration"
|
||||||
|
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."
|
||||||
report:
|
report:
|
||||||
spam:
|
spam:
|
||||||
name:
|
name:
|
||||||
|
@ -197,6 +200,13 @@ backend:
|
||||||
other: "something else"
|
other: "something else"
|
||||||
desc:
|
desc:
|
||||||
other: "This post requires another reason not listed above."
|
other: "This post requires another reason not listed above."
|
||||||
|
operation_type:
|
||||||
|
asked:
|
||||||
|
other: "asked"
|
||||||
|
answered:
|
||||||
|
other: "answered"
|
||||||
|
modified:
|
||||||
|
other: "modified"
|
||||||
notification:
|
notification:
|
||||||
action:
|
action:
|
||||||
update_question:
|
update_question:
|
||||||
|
@ -801,6 +811,11 @@ ui:
|
||||||
confirm_new_email: Your email has been updated.
|
confirm_new_email: Your email has been updated.
|
||||||
confirm_new_email_invalid: >-
|
confirm_new_email_invalid: >-
|
||||||
Sorry, this confirmation link is no longer valid. Perhaps your email was already changed?
|
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:
|
question:
|
||||||
following_tags: Following Tags
|
following_tags: Following Tags
|
||||||
edit: Edit
|
edit: Edit
|
||||||
|
@ -991,6 +1006,7 @@ ui:
|
||||||
answer_links: Answer Links
|
answer_links: Answer Links
|
||||||
documents: Documents
|
documents: Documents
|
||||||
feedback: Feedback
|
feedback: Feedback
|
||||||
|
support: Support
|
||||||
review: Review
|
review: Review
|
||||||
config: Config
|
config: Config
|
||||||
update_to: Update to
|
update_to: Update to
|
||||||
|
|
380
i18n/zh_CN.yaml
380
i18n/zh_CN.yaml
|
@ -23,9 +23,9 @@ backend:
|
||||||
user:
|
user:
|
||||||
other: "默认没有特殊访问权限。"
|
other: "默认没有特殊访问权限。"
|
||||||
admin:
|
admin:
|
||||||
other: "拥有进入网站的全部权限。"
|
other: "拥有管理网站的全部权限。"
|
||||||
moderator:
|
moderator:
|
||||||
other: "有权访问所有的帖子,无法进入管理员设置页面。"
|
other: "拥有访问除管理员设置以外的所有权限。"
|
||||||
email:
|
email:
|
||||||
other: "邮箱"
|
other: "邮箱"
|
||||||
password:
|
password:
|
||||||
|
@ -106,7 +106,10 @@ backend:
|
||||||
cannot_update:
|
cannot_update:
|
||||||
other: "没有更新标签权限。"
|
other: "没有更新标签权限。"
|
||||||
cannot_set_synonym_as_itself:
|
cannot_set_synonym_as_itself:
|
||||||
other: "你无法将当前标签的同义词设置为当前标签自己"
|
other: "您不能将当前标签的同义词设置为本身。"
|
||||||
|
smtp:
|
||||||
|
config_from_name_cannot_be_email:
|
||||||
|
other: "发件人名称不能是电子邮件地址。"
|
||||||
theme:
|
theme:
|
||||||
not_found:
|
not_found:
|
||||||
other: "主题未找到"
|
other: "主题未找到"
|
||||||
|
@ -129,75 +132,81 @@ backend:
|
||||||
other: "用户名已被使用"
|
other: "用户名已被使用"
|
||||||
set_avatar:
|
set_avatar:
|
||||||
other: "头像设置错误"
|
other: "头像设置错误"
|
||||||
config:
|
|
||||||
read_config_failed:
|
|
||||||
other: "读取配置失败"
|
|
||||||
database:
|
|
||||||
connection_failed:
|
|
||||||
other: "数据连接异常!"
|
|
||||||
create_table_failed:
|
|
||||||
other: "创建表失败"
|
|
||||||
install:
|
|
||||||
create_config_failed:
|
|
||||||
other: "无法创建配置文件"
|
|
||||||
cannot_update_your_role:
|
cannot_update_your_role:
|
||||||
other: "你无法修改自己的角色"
|
other: "您不能修改自己的角色。"
|
||||||
not_allowed_registration:
|
not_allowed_registration:
|
||||||
other: "目前该网站尚未开放注册"
|
other: "目前该站点未开放注册"
|
||||||
|
config:
|
||||||
|
read_config_failed:
|
||||||
|
other: "读取配置失败"
|
||||||
|
database:
|
||||||
|
connection_failed:
|
||||||
|
other: "数据库连接失败"
|
||||||
|
create_table_failed:
|
||||||
|
other: "创建表失败"
|
||||||
|
install:
|
||||||
|
create_config_failed:
|
||||||
|
other: "无法创建 config.yaml 文件。"
|
||||||
report:
|
report:
|
||||||
spam:
|
spam:
|
||||||
name:
|
name:
|
||||||
other: "垃圾信息"
|
other: "垃圾信息"
|
||||||
desc:
|
desc:
|
||||||
other: "This post is an advertisement, or vandalism. It is not useful or relevant to the current topic."
|
other: "这个帖子是一个广告,或是破坏性行为。它对当前的主题没有用处,也不相关。"
|
||||||
rude:
|
rude:
|
||||||
name:
|
name:
|
||||||
other: "粗鲁或辱骂的"
|
other: "粗鲁或辱骂的"
|
||||||
desc:
|
desc:
|
||||||
other: "A reasonable person would find this content inappropriate for respectful discourse."
|
other: "一个有理智的人都会认为这种内容不适合进行尊重性的讨论。"
|
||||||
duplicate:
|
duplicate:
|
||||||
name:
|
name:
|
||||||
other: "重复信息"
|
other: "重复信息"
|
||||||
desc:
|
desc:
|
||||||
other: "This question has been asked before and already has an answer."
|
other: "此问题以前就有人问过,而且已经有了答案。"
|
||||||
not_answer:
|
not_answer:
|
||||||
name:
|
name:
|
||||||
other: "不是答案"
|
other: "不是答案"
|
||||||
desc:
|
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: "此帖子是作为一个答案发布的,但它并没有试图回答这个问题。总之,它可能应该是个编辑,评论,另一个问题或者被删除。"
|
||||||
not_need:
|
not_need:
|
||||||
name:
|
name:
|
||||||
other: "不再需要"
|
other: "不再需要"
|
||||||
desc:
|
desc:
|
||||||
other: "This comment is outdated, conversational or not relevant to this post."
|
other: "此评论已过时,对话或与此帖子无关。"
|
||||||
other:
|
other:
|
||||||
name:
|
name:
|
||||||
other: "其他原因"
|
other: "其他原因"
|
||||||
desc:
|
desc:
|
||||||
other: "This post requires staff attention for another reason not listed above."
|
other: "此帖子需要工作人员关注,因为是上述所列以外的其他理由。"
|
||||||
question:
|
question:
|
||||||
close:
|
close:
|
||||||
duplicate:
|
duplicate:
|
||||||
name:
|
name:
|
||||||
other: "垃圾信息"
|
other: "垃圾信息"
|
||||||
desc:
|
desc:
|
||||||
other: "This question has been asked before and already has an answer."
|
other: "此问题以前就有人问过,而且已经有了答案。"
|
||||||
guideline:
|
guideline:
|
||||||
name:
|
name:
|
||||||
other: "社区特定原因"
|
other: "社区特定原因"
|
||||||
desc:
|
desc:
|
||||||
other: "This question doesn't meet a community guideline."
|
other: "此问题不符合社区准则。"
|
||||||
multiple:
|
multiple:
|
||||||
name:
|
name:
|
||||||
other: "需要细节或澄清"
|
other: "需要细节或澄清"
|
||||||
desc:
|
desc:
|
||||||
other: "This question currently includes multiple questions in one. It should focus on one problem only."
|
other: "此问题目前涵盖多个问题。它应该只集中在一个问题上。"
|
||||||
other:
|
other:
|
||||||
name:
|
name:
|
||||||
other: "其他原因"
|
other: "其他原因"
|
||||||
desc:
|
desc:
|
||||||
other: "This post requires another reason not listed above."
|
other: "这个帖子需要上面没有列出的另一个原因。"
|
||||||
|
operation_type:
|
||||||
|
asked:
|
||||||
|
other: "提问于"
|
||||||
|
answered:
|
||||||
|
other: "回答于"
|
||||||
|
modified:
|
||||||
|
other: "修改于"
|
||||||
notification:
|
notification:
|
||||||
action:
|
action:
|
||||||
update_question:
|
update_question:
|
||||||
|
@ -229,15 +238,7 @@ ui:
|
||||||
how_to_format:
|
how_to_format:
|
||||||
title: 如何设定文本格式
|
title: 如何设定文本格式
|
||||||
desc: >-
|
desc: >-
|
||||||
<ul class="mb-0"><li><p class="mb-2">添加链接:</p><pre
|
<ul class="mb-0"><li><p class="mb-2">添加链接:</p><pre class="mb-2"><code><https://url.com><br/><br/>[标题](https://url.com)</code></pre></li><li><p class="mb-2">段落之间使用空行分隔</p></li><li><p class="mb-2"><em>_斜体_</em> 或者 **<strong>粗体</strong>**</p></li><li><p class="mb-2">使用 4 个空格缩进代码</p></li><li><p class="mb-2">在行首添加<code>></code>表示引用</p></li><li><p class="mb-2">反引号进行转义 <code>`像 _这样_`</code></p></li><li><p class="mb-2">使用<code>```</code>创建代码块</p><pre class="mb-0"><code>```<br/>// 这是代码<br/>```</code></pre></li></ul>
|
||||||
class="mb-2"><code><https://url.com><br/><br/>[标题](https://url.com)</code></pre></li><li><p
|
|
||||||
class="mb-2">段落之间使用空行分隔</p></li><li><p class="mb-2"><em>_斜体_</em> 或者
|
|
||||||
**<strong>粗体</strong>**</p></li><li><p class="mb-2">使用 4
|
|
||||||
个空格缩进代码</p></li><li><p
|
|
||||||
class="mb-2">在行首添加<code>></code>表示引用</p></li><li><p class="mb-2">反引号进行转义
|
|
||||||
<code>`像 _这样_`</code></p></li><li><p
|
|
||||||
class="mb-2">使用<code>```</code>创建代码块</p><pre class="mb-0"><code>```<br/>//
|
|
||||||
这是代码<br/>```</code></pre></li></ul>
|
|
||||||
pagination:
|
pagination:
|
||||||
prev: 上一页
|
prev: 上一页
|
||||||
next: 下一页
|
next: 下一页
|
||||||
|
@ -266,7 +267,7 @@ ui:
|
||||||
install: Answer 安装
|
install: Answer 安装
|
||||||
upgrade: Answer 升级
|
upgrade: Answer 升级
|
||||||
maintenance: 网站维护
|
maintenance: 网站维护
|
||||||
users: Users
|
users: 用户
|
||||||
notifications:
|
notifications:
|
||||||
title: 通知
|
title: 通知
|
||||||
inbox: 收件箱
|
inbox: 收件箱
|
||||||
|
@ -290,7 +291,7 @@ ui:
|
||||||
class_diagram: 类图
|
class_diagram: 类图
|
||||||
state_diagram: 状态图
|
state_diagram: 状态图
|
||||||
entity_relationship_diagram: ER 图
|
entity_relationship_diagram: ER 图
|
||||||
user_defined_diagram: User defined diagram
|
user_defined_diagram: 用户自定义图表
|
||||||
gantt_chart: 甘特图
|
gantt_chart: 甘特图
|
||||||
pie_chart: 饼图
|
pie_chart: 饼图
|
||||||
code:
|
code:
|
||||||
|
@ -339,7 +340,7 @@ ui:
|
||||||
only_image: 只能上传图片文件。
|
only_image: 只能上传图片文件。
|
||||||
max_size: 图片文件大小不能超过 4 MB。
|
max_size: 图片文件大小不能超过 4 MB。
|
||||||
desc:
|
desc:
|
||||||
label: 图片描述(可选)
|
label: 描述(可选)
|
||||||
tab_url: 网络图片
|
tab_url: 网络图片
|
||||||
form_url:
|
form_url:
|
||||||
fields:
|
fields:
|
||||||
|
@ -410,13 +411,13 @@ ui:
|
||||||
range: 不能超过 35 个字符
|
range: 不能超过 35 个字符
|
||||||
slug_name:
|
slug_name:
|
||||||
label: URL 固定链接
|
label: URL 固定链接
|
||||||
desc: '必须由 "a-z", "0-9", "+ # - ." 组成'
|
desc: '必须使用字符集 "a-z"、"0-9"、"+ # - ."'
|
||||||
msg:
|
msg:
|
||||||
empty: 不能为空
|
empty: 不能为空
|
||||||
range: 不能超过 35 个字符
|
range: 不能超过 35 个字符
|
||||||
character: 包含非法字符
|
character: 包含非法字符
|
||||||
desc:
|
desc:
|
||||||
label: 标签描述(可选)
|
label: 描述(可选)
|
||||||
btn_cancel: 取消
|
btn_cancel: 取消
|
||||||
btn_submit: 提交
|
btn_submit: 提交
|
||||||
tag_info:
|
tag_info:
|
||||||
|
@ -564,8 +565,7 @@ ui:
|
||||||
placeholder: 搜索
|
placeholder: 搜索
|
||||||
footer:
|
footer:
|
||||||
build_on: >-
|
build_on: >-
|
||||||
Built on <1> Answer </1>- the open-source software that powers Q&A
|
基于<1>Answer</1>--为问答社区提供动力的开源软件。<br />Made with love © {{cc}}.
|
||||||
communities<br />Made with love © 2022 Answer
|
|
||||||
upload_img:
|
upload_img:
|
||||||
name: 更改图片
|
name: 更改图片
|
||||||
loading: 加载中...
|
loading: 加载中...
|
||||||
|
@ -618,7 +618,7 @@ ui:
|
||||||
btn_cancel: 取消
|
btn_cancel: 取消
|
||||||
btn_update: 更新电子邮件地址
|
btn_update: 更新电子邮件地址
|
||||||
send_success: >-
|
send_success: >-
|
||||||
If an account matches <strong>{{mail}}</strong>, you should receive an email with instructions on how to reset your password shortly.
|
如果账户与<strong>{{mail}}</strong>相匹配,您应该很快就会收到一封电子邮件,说明如何重置您的密码。
|
||||||
email:
|
email:
|
||||||
label: 新邮箱
|
label: 新邮箱
|
||||||
msg:
|
msg:
|
||||||
|
@ -647,8 +647,8 @@ ui:
|
||||||
account: 账号
|
account: 账号
|
||||||
interface: 界面
|
interface: 界面
|
||||||
profile:
|
profile:
|
||||||
heading: Profile
|
heading: 个人资料
|
||||||
btn_name: Save
|
btn_name: 保存
|
||||||
display_name:
|
display_name:
|
||||||
label: 昵称
|
label: 昵称
|
||||||
msg: 昵称不能为空
|
msg: 昵称不能为空
|
||||||
|
@ -666,7 +666,7 @@ ui:
|
||||||
custom: 自定义
|
custom: 自定义
|
||||||
btn_refresh: 刷新
|
btn_refresh: 刷新
|
||||||
custom_text: 您可以上传您的图片。
|
custom_text: 您可以上传您的图片。
|
||||||
default: System
|
default: 系统
|
||||||
msg: 请上传头像
|
msg: 请上传头像
|
||||||
bio:
|
bio:
|
||||||
label: 关于我 (可选)
|
label: 关于我 (可选)
|
||||||
|
@ -678,12 +678,12 @@ ui:
|
||||||
label: 位置 (可选)
|
label: 位置 (可选)
|
||||||
placeholder: "城市, 国家"
|
placeholder: "城市, 国家"
|
||||||
notification:
|
notification:
|
||||||
heading: Notifications
|
heading: 通知
|
||||||
email:
|
email:
|
||||||
label: 邮件通知
|
label: 邮件通知
|
||||||
radio: "你的提问有新的回答,评论,和其他"
|
radio: "你的提问有新的回答,评论,和其他"
|
||||||
account:
|
account:
|
||||||
heading: Account
|
heading: 账号
|
||||||
change_email_btn: 更改邮箱
|
change_email_btn: 更改邮箱
|
||||||
change_pass_btn: 更改密码
|
change_pass_btn: 更改密码
|
||||||
change_email_info: >-
|
change_email_info: >-
|
||||||
|
@ -703,7 +703,7 @@ ui:
|
||||||
pass_confirm:
|
pass_confirm:
|
||||||
label: 确认新密码
|
label: 确认新密码
|
||||||
interface:
|
interface:
|
||||||
heading: Interface
|
heading: 界面
|
||||||
lang:
|
lang:
|
||||||
label: 界面语言
|
label: 界面语言
|
||||||
text: 设置用户界面语言,在刷新页面后生效。
|
text: 设置用户界面语言,在刷新页面后生效。
|
||||||
|
@ -711,7 +711,7 @@ ui:
|
||||||
update: 更新成功
|
update: 更新成功
|
||||||
update_password: 更改密码成功。
|
update_password: 更改密码成功。
|
||||||
flag_success: 感谢您的标记,我们会尽快处理。
|
flag_success: 感谢您的标记,我们会尽快处理。
|
||||||
forbidden_operate_self: Forbidden to operate on yourself
|
forbidden_operate_self: 禁止自己操作
|
||||||
review: 您的修订将在审核通过后显示。
|
review: 您的修订将在审核通过后显示。
|
||||||
related_question:
|
related_question:
|
||||||
title: 相关问题
|
title: 相关问题
|
||||||
|
@ -737,16 +737,16 @@ ui:
|
||||||
write_answer:
|
write_answer:
|
||||||
title: 你的回答
|
title: 你的回答
|
||||||
btn_name: 提交你的回答
|
btn_name: 提交你的回答
|
||||||
add_another_answer: Add another answer
|
add_another_answer: 添加另一个答案
|
||||||
confirm_title: 继续回答
|
confirm_title: 继续回答
|
||||||
continue: 继续
|
continue: 继续
|
||||||
confirm_info: >-
|
confirm_info: >-
|
||||||
<p>您确定要提交一个新的回答吗?</p><p>您可以直接编辑和改善您之前的回答的。</p>
|
<p>您确定要提交一个新的回答吗?</p><p>您可以直接编辑和改善您之前的回答的。</p>
|
||||||
empty: 回答内容不能为空。
|
empty: 回答内容不能为空。
|
||||||
reopen:
|
reopen:
|
||||||
title: Reopen this post
|
title: 重新打开这个帖子
|
||||||
content: Are you sure you want to reopen?
|
content: 确定要重新打开吗?
|
||||||
success: This post has been reopened
|
success: 这个帖子已被重新打开
|
||||||
delete:
|
delete:
|
||||||
title: 删除
|
title: 删除
|
||||||
question: >-
|
question: >-
|
||||||
|
@ -811,6 +811,11 @@ ui:
|
||||||
confirm_new_email: 你的电子邮箱已更新
|
confirm_new_email: 你的电子邮箱已更新
|
||||||
confirm_new_email_invalid: >-
|
confirm_new_email_invalid: >-
|
||||||
抱歉,此验证链接已失效。也许是你的邮箱已经成功更改了?
|
抱歉,此验证链接已失效。也许是你的邮箱已经成功更改了?
|
||||||
|
unsubscribe:
|
||||||
|
page_title: 退订
|
||||||
|
success_title: 取消订阅成功
|
||||||
|
success_desc: 您已成功地从此订阅者列表中移除,并且将不会再收到我们的任何电子邮件。
|
||||||
|
link: 更改设置
|
||||||
question:
|
question:
|
||||||
following_tags: 已关注的标签
|
following_tags: 已关注的标签
|
||||||
edit: 编辑
|
edit: 编辑
|
||||||
|
@ -873,9 +878,9 @@ ui:
|
||||||
done: 完成
|
done: 完成
|
||||||
config_yaml_error: 无法创建配置文件
|
config_yaml_error: 无法创建配置文件
|
||||||
lang:
|
lang:
|
||||||
label: Please Choose a Language
|
label: 请选择一种语言
|
||||||
db_type:
|
db_type:
|
||||||
label: Database Engine
|
label: 数据库引擎
|
||||||
db_username:
|
db_username:
|
||||||
label: 用户名
|
label: 用户名
|
||||||
placeholder: root
|
placeholder: root
|
||||||
|
@ -890,17 +895,17 @@ ui:
|
||||||
msg: 数据库地址不能为空
|
msg: 数据库地址不能为空
|
||||||
db_name:
|
db_name:
|
||||||
label: 数据库名
|
label: 数据库名
|
||||||
placeholder: answer
|
placeholder: 回答
|
||||||
msg: 数据库名称不能为空。
|
msg: 数据库名称不能为空。
|
||||||
db_file:
|
db_file:
|
||||||
label: Database File
|
label: 数据库文件
|
||||||
placeholder: /data/answer.db
|
placeholder: /data/answer.db
|
||||||
msg: 数据库文件不能为空。
|
msg: 数据库文件不能为空。
|
||||||
config_yaml:
|
config_yaml:
|
||||||
title: 创建 config.yaml
|
title: 创建 config.yaml
|
||||||
label: 已创建 config.yaml 文件。
|
label: 已创建 config.yaml 文件。
|
||||||
desc: >-
|
desc: >-
|
||||||
You can create the <1>config.yaml</1> file manually in the <1>/var/wwww/xxx/</1> directory and paste the following text into it.
|
您可以手动在 <1>/var/wwww/xxx/</1> 目录中创建<1>config.yaml</1> 文件并粘贴以下文本。
|
||||||
info: "完成后,点击“下一步”按钮。"
|
info: "完成后,点击“下一步”按钮。"
|
||||||
site_information: 站点信息
|
site_information: 站点信息
|
||||||
admin_account: 管理员账户
|
admin_account: 管理员账户
|
||||||
|
@ -909,52 +914,52 @@ ui:
|
||||||
msg: 站点名称不能为空。
|
msg: 站点名称不能为空。
|
||||||
site_url:
|
site_url:
|
||||||
label: 站点地址(URL)
|
label: 站点地址(URL)
|
||||||
text: The address of your site.
|
text: 此网站的地址。
|
||||||
msg:
|
msg:
|
||||||
empty: 站点URL不能为空。
|
empty: 站点URL不能为空。
|
||||||
incorrect: 站点URL格式不正确。
|
incorrect: 站点URL格式不正确。
|
||||||
contact_email:
|
contact_email:
|
||||||
label: 联系邮箱
|
label: 联系邮箱
|
||||||
text: Email address of key contact responsible for this site.
|
text: 负责本网站的主要联系人的电子邮件地址。
|
||||||
msg:
|
msg:
|
||||||
empty: Contact Email cannot be empty.
|
empty: 联系人邮箱地址不能为空。
|
||||||
incorrect: Contact Email incorrect format.
|
incorrect: 联系人邮箱地址不正确。
|
||||||
admin_name:
|
admin_name:
|
||||||
label: Name
|
label: 昵称
|
||||||
msg: Name cannot be empty.
|
msg: 昵称不能为空。
|
||||||
admin_password:
|
admin_password:
|
||||||
label: Password
|
label: 密码
|
||||||
text: >-
|
text: >-
|
||||||
You will need this password to log in. Please store it in a secure location.
|
您需要此密码才能登录。请将其存储在一个安全的位置。
|
||||||
msg: Password cannot be empty.
|
msg: 密码不能为空。
|
||||||
admin_email:
|
admin_email:
|
||||||
label: Email
|
label: 邮箱
|
||||||
text: You will need this email to log in.
|
text: 您需要此电子邮件才能登录。
|
||||||
msg:
|
msg:
|
||||||
empty: Email cannot be empty.
|
empty: 邮箱不能为空。
|
||||||
incorrect: Email incorrect format.
|
incorrect: 邮箱格式不正确。
|
||||||
ready_title: Your Answer is Ready!
|
ready_title: 你的答案已经准备好了!
|
||||||
ready_desc: >-
|
ready_desc: >-
|
||||||
If you ever feel like changing more settings, visit <1>admin section</1>; find it in the site menu.
|
如果你想改变更多的设置,请访问<1>管理员部分</1>;在网站菜单中找到它。
|
||||||
good_luck: "Have fun, and good luck!"
|
good_luck: "玩得愉快,祝您好运!"
|
||||||
warn_title: Warning
|
warn_title: 警告
|
||||||
warn_desc: >-
|
warn_desc: >-
|
||||||
The file <1>config.yaml</1> already exists. If you need to reset any of the configuration items in this file, please delete it first.
|
文件<1>config.yaml</1>已存在。如果您需要重置此文件中的任何配置项,请先删除它。
|
||||||
install_now: You may try <1>installing now</1>.
|
install_now: 您可以尝试<1>现在安装</1>。
|
||||||
installed: 已安裝
|
installed: 已安裝
|
||||||
installed_desc: >-
|
installed_desc: >-
|
||||||
You appear to have already installed. To reinstall please clear your old database tables first.
|
您似乎已经安装过了。要重新安装,请先清除旧的数据库表。
|
||||||
db_failed: 数据连接异常!
|
db_failed: 数据连接异常!
|
||||||
db_failed_desc: >-
|
db_failed_desc: >-
|
||||||
This either means that the database information in your <1>config.yaml</1> 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</1> 文件不正确,或者无法与数据库服务器建立联系。这可能意味着您的主机数据库服务器已关闭。
|
||||||
page_404:
|
page_404:
|
||||||
desc: 页面不存在
|
desc: "很抱歉,此页面不存在。"
|
||||||
back_home: 回到主页
|
back_home: 回到主页
|
||||||
page_50X:
|
page_50X:
|
||||||
desc: 服务器遇到了一个错误,无法完成你的请求。
|
desc: 服务器遇到了一个错误,无法完成你的请求。
|
||||||
back_home: 回到主页
|
back_home: 回到主页
|
||||||
page_maintenance:
|
page_maintenance:
|
||||||
desc: "We are under maintenance, we’ll be back soon."
|
desc: "我们正在进行维护,我们将很快回来。"
|
||||||
nav_menus:
|
nav_menus:
|
||||||
dashboard: 后台管理
|
dashboard: 后台管理
|
||||||
contents: 内容管理
|
contents: 内容管理
|
||||||
|
@ -972,10 +977,10 @@ ui:
|
||||||
tos: 服务条款
|
tos: 服务条款
|
||||||
privacy: 隐私政策
|
privacy: 隐私政策
|
||||||
seo: SEO
|
seo: SEO
|
||||||
customize: Customize
|
customize: 自定义
|
||||||
themes: Themes
|
themes: 主题
|
||||||
css-html: CSS/HTML
|
css-html: CSS/HTML
|
||||||
login: Login
|
login: 登录
|
||||||
admin:
|
admin:
|
||||||
admin_header:
|
admin_header:
|
||||||
title: 后台管理
|
title: 后台管理
|
||||||
|
@ -1001,6 +1006,7 @@ ui:
|
||||||
answer_links: 回答链接
|
answer_links: 回答链接
|
||||||
documents: 文档
|
documents: 文档
|
||||||
feedback: 用户反馈
|
feedback: 用户反馈
|
||||||
|
support: 帮助
|
||||||
review: 审查
|
review: 审查
|
||||||
config: 配置
|
config: 配置
|
||||||
update_to: 更新到
|
update_to: 更新到
|
||||||
|
@ -1025,11 +1031,11 @@ ui:
|
||||||
btn_cancel: 取消
|
btn_cancel: 取消
|
||||||
btn_submit: 提交
|
btn_submit: 提交
|
||||||
normal_name: 正常
|
normal_name: 正常
|
||||||
normal_desc: 正常状态的用户可以提问和回答。
|
normal_desc: 普通用户可以提问和回答。
|
||||||
suspended_name: 封禁
|
suspended_name: 封禁
|
||||||
suspended_desc: 被封禁的用户将无法登录。
|
suspended_desc: 被封禁的用户将无法登录。
|
||||||
deleted_name: 删除
|
deleted_name: 删除
|
||||||
deleted_desc: 删除用户的个人信息,认证等等。
|
deleted_desc: "删除个人资料和身份验证关联。"
|
||||||
inactive_name: 不活跃
|
inactive_name: 不活跃
|
||||||
inactive_desc: 不活跃的用户必须重新验证邮箱。
|
inactive_desc: 不活跃的用户必须重新验证邮箱。
|
||||||
confirm_title: 删除此用户
|
confirm_title: 删除此用户
|
||||||
|
@ -1040,11 +1046,11 @@ ui:
|
||||||
status_modal:
|
status_modal:
|
||||||
title: "更改 {{ type }} 状态为..."
|
title: "更改 {{ type }} 状态为..."
|
||||||
normal_name: 正常
|
normal_name: 正常
|
||||||
normal_desc: 所有用户都可以访问
|
normal_desc: 所有用户都可以访问的普通帖子。
|
||||||
closed_name: 关闭
|
closed_name: 关闭
|
||||||
closed_desc: 不能回答,但仍然可以编辑、投票和评论。
|
closed_desc: "关闭的问题不能回答,但仍然可以编辑、投票和评论。"
|
||||||
deleted_name: 删除
|
deleted_name: 删除
|
||||||
deleted_desc: 所有获得/损失的声望将会恢复。
|
deleted_desc: 获得和丧失的所有信誉积分将被恢复。
|
||||||
btn_cancel: 取消
|
btn_cancel: 取消
|
||||||
btn_submit: 提交
|
btn_submit: 提交
|
||||||
btn_next: 下一步
|
btn_next: 下一步
|
||||||
|
@ -1079,32 +1085,32 @@ ui:
|
||||||
change_status: 更改状态
|
change_status: 更改状态
|
||||||
change_role: 更改角色
|
change_role: 更改角色
|
||||||
show_logs: 显示日志
|
show_logs: 显示日志
|
||||||
add_user: Add user
|
add_user: 添加用户
|
||||||
new_password_modal:
|
new_password_modal:
|
||||||
title: Set new password
|
title: 设置新密码
|
||||||
form:
|
form:
|
||||||
fields:
|
fields:
|
||||||
password:
|
password:
|
||||||
label: Password
|
label: 密码
|
||||||
text: The user will be logged out and need to login again.
|
text: 用户将被注销,需要再次登录。
|
||||||
msg: Password must be at 8 - 32 characters in length.
|
msg: 密码的长度必须是8-32个字符。
|
||||||
btn_cancel: Cancel
|
btn_cancel: 取消
|
||||||
btn_submit: Submit
|
btn_submit: 提交
|
||||||
user_modal:
|
user_modal:
|
||||||
title: Add new user
|
title: 添加新用户
|
||||||
form:
|
form:
|
||||||
fields:
|
fields:
|
||||||
display_name:
|
display_name:
|
||||||
label: Display Name
|
label: 昵称
|
||||||
msg: display_name must be at 4 - 30 characters in length.
|
msg: 昵称的长度必须是4-30个字符。
|
||||||
email:
|
email:
|
||||||
label: Email
|
label: 邮箱
|
||||||
msg: Email is not valid.
|
msg: 电子邮箱无效。
|
||||||
password:
|
password:
|
||||||
label: Password
|
label: 密码
|
||||||
msg: Password must be at 8 - 32 characters in length.
|
msg: 密码的长度必须是8-32个字符。
|
||||||
btn_cancel: Cancel
|
btn_cancel: 取消
|
||||||
btn_submit: Submit
|
btn_submit: 提交
|
||||||
questions:
|
questions:
|
||||||
page_title: 问题
|
page_title: 问题
|
||||||
normal: 正常
|
normal: 正常
|
||||||
|
@ -1118,7 +1124,7 @@ ui:
|
||||||
action: 操作
|
action: 操作
|
||||||
change: 更改
|
change: 更改
|
||||||
filter:
|
filter:
|
||||||
placeholder: "Filter by title, question:id"
|
placeholder: "按标题过滤,问题:id"
|
||||||
answers:
|
answers:
|
||||||
page_title: 回答
|
page_title: 回答
|
||||||
normal: 正常
|
normal: 正常
|
||||||
|
@ -1130,21 +1136,31 @@ ui:
|
||||||
action: 操作
|
action: 操作
|
||||||
change: 更改
|
change: 更改
|
||||||
filter:
|
filter:
|
||||||
placeholder: "Filter by title, answer:id"
|
placeholder: "按标题筛选,答案:id"
|
||||||
general:
|
general:
|
||||||
page_title: 一般
|
page_title: 一般
|
||||||
name:
|
name:
|
||||||
label: 站点名称
|
label: 站点名称
|
||||||
msg: 不能为空
|
msg: 不能为空
|
||||||
text: 站点的名称,作为站点的标题(HTML 的 title 标签)。
|
text: "站点的名称,作为站点的标题(HTML 的 title 标签)。"
|
||||||
|
site_url:
|
||||||
|
label: 网站网址
|
||||||
|
msg: 网站网址不能为空。
|
||||||
|
validate: 请输入一个有效的 URL。
|
||||||
|
text: 此网站的地址。
|
||||||
short_desc:
|
short_desc:
|
||||||
label: 简短的站点标语 (可选)
|
label: 简短网站描述(可选)
|
||||||
msg: 不能为空
|
msg: 简短网站描述不能为空。
|
||||||
text: 简短的标语,作为网站主页的标题(HTML 的 title 标签)。
|
text: "简短的标语,作为网站主页的标题(Html 的 title 标签)。"
|
||||||
desc:
|
desc:
|
||||||
label: 网站描述 (可选)
|
label: 网站描述 (可选)
|
||||||
msg: 不能为空
|
msg: 网站描述不能为空。
|
||||||
text: 使用一句话描述本站,作为网站的描述(HTML 的 meta 标签)。
|
text: "使用一句话描述本站,作为网站的描述(Html 的 meta 标签)。"
|
||||||
|
contact_email:
|
||||||
|
label: 联系人邮箱
|
||||||
|
msg: 联系人邮箱不能为空。
|
||||||
|
validate: 联系人邮箱无效。
|
||||||
|
text: 负责本网站的主要联系人的电子邮件地址。
|
||||||
interface:
|
interface:
|
||||||
page_title: 界面
|
page_title: 界面
|
||||||
logo:
|
logo:
|
||||||
|
@ -1160,9 +1176,9 @@ ui:
|
||||||
msg: 不能为空
|
msg: 不能为空
|
||||||
text: 设置用户界面语言,在刷新页面后生效。
|
text: 设置用户界面语言,在刷新页面后生效。
|
||||||
time_zone:
|
time_zone:
|
||||||
label: Timezone
|
label: 时区
|
||||||
msg: Timezone cannot be empty.
|
msg: 时区不能为空。
|
||||||
text: Choose a city in the same timezone as you.
|
text: 选择一个与您相同时区的城市。
|
||||||
smtp:
|
smtp:
|
||||||
page_title: SMTP
|
page_title: SMTP
|
||||||
from_email:
|
from_email:
|
||||||
|
@ -1198,97 +1214,97 @@ ui:
|
||||||
text: 提供用于接收测试邮件的邮箱地址。
|
text: 提供用于接收测试邮件的邮箱地址。
|
||||||
msg: 地址无效
|
msg: 地址无效
|
||||||
smtp_authentication:
|
smtp_authentication:
|
||||||
label: Enable authentication
|
label: 启用身份验证
|
||||||
title: SMTP Authentication
|
title: SMTP身份验证
|
||||||
msg: 不能为空
|
msg: 不能为空
|
||||||
"yes": "是"
|
"yes": "是"
|
||||||
"no": "否"
|
"no": "否"
|
||||||
branding:
|
branding:
|
||||||
page_title: Branding
|
page_title: 品牌
|
||||||
logo:
|
logo:
|
||||||
label: Logo
|
label: 图标
|
||||||
msg: Logo cannot be empty.
|
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: 在你的网站左上方的Logo图标。使用一个高度为56,长宽比大于3:1的宽长方形图像。如果留空,将显示网站标题文本。
|
||||||
mobile_logo:
|
mobile_logo:
|
||||||
label: Mobile Logo (optional)
|
label: 移动端图标(可选)
|
||||||
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.
|
text: 在你的网站的移动版上使用的标志。使用一个高度为56的宽矩形图像。如果留空,将使用 "Logo"设置中的图像。
|
||||||
square_icon:
|
square_icon:
|
||||||
label: Square Icon
|
label: 方形图标
|
||||||
msg: Square icon cannot be empty.
|
msg: 方形图标不能为空。
|
||||||
text: Image used as the base for metadata icons. Should ideally be larger than 512x512.
|
text: 用作元数据图标的基础的图像。最好是大于512x512。
|
||||||
favicon:
|
favicon:
|
||||||
label: Favicon (optional)
|
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。如果留空,将使用“方形图标”。
|
||||||
legal:
|
legal:
|
||||||
page_title: Legal
|
page_title: 法律条款
|
||||||
terms_of_service:
|
terms_of_service:
|
||||||
label: 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:
|
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."
|
text: "您可以在此添加隐私政策内容。如果您已经在别处托管了文档,请在这里提供完整的URL。"
|
||||||
write:
|
write:
|
||||||
page_title: Write
|
page_title: 编辑
|
||||||
recommend_tags:
|
recommend_tags:
|
||||||
label: Recommend Tags
|
label: 推荐标签
|
||||||
text: "Please input tag slug above, one tag per line."
|
text: "请输入以上标签,每行一个标签。"
|
||||||
required_tag:
|
required_tag:
|
||||||
title: Required Tag
|
title: 必需的标签
|
||||||
label: Set recommend tag as required
|
label: 根据需要设置推荐标签
|
||||||
text: "Every new question must have at least one recommend tag."
|
text: "每个新问题必须至少有一个推荐标签。"
|
||||||
reserved_tags:
|
reserved_tags:
|
||||||
label: Reserved Tags
|
label: 保留标签
|
||||||
text: "Reserved tags can only be added to a post by moderator."
|
text: "保留的标签只能由版主添加到一个帖子中。"
|
||||||
seo:
|
seo:
|
||||||
page_title: SEO
|
page_title: 搜索引擎优化
|
||||||
permalink:
|
permalink:
|
||||||
label: Permalink
|
label: 固定链接
|
||||||
text: Custom URL structures can improve the usability, and forward-compatibility of your links.
|
text: 自定义URL结构可以提高可用性,以及你的链接的向前兼容性。
|
||||||
robots:
|
robots:
|
||||||
label: robots.txt
|
label: robots.txt
|
||||||
text: This will permanently override any related site settings.
|
text: 这将永久覆盖任何相关的网站设置。
|
||||||
themes:
|
themes:
|
||||||
page_title: Themes
|
page_title: 主题
|
||||||
themes:
|
themes:
|
||||||
label: Themes
|
label: 主题
|
||||||
text: Select an existing theme.
|
text: 选择一个现有主题。
|
||||||
navbar_style:
|
navbar_style:
|
||||||
label: Navbar Style
|
label: 导航栏样式
|
||||||
text: Select an existing theme.
|
text: 选择一个现有主题。
|
||||||
primary_color:
|
primary_color:
|
||||||
label: Primary Color
|
label: 主色调
|
||||||
text: Modify the colors used by your themes
|
text: 修改您主题使用的颜色
|
||||||
css_and_html:
|
css_and_html:
|
||||||
page_title: CSS and HTML
|
page_title: CSS 与 HTML
|
||||||
custom_css:
|
custom_css:
|
||||||
label: Custom CSS
|
label: 自定义CSS
|
||||||
text: This will insert as <link>
|
text: 这将在 <link> 之前插入
|
||||||
head:
|
head:
|
||||||
label: Head
|
label: 头部
|
||||||
text: This will insert before </head>
|
text: 这将在 </head> 之前插入
|
||||||
header:
|
header:
|
||||||
label: Header
|
label: 标题
|
||||||
text: This will insert after <body>
|
text: 这将在 <body> 之前插入
|
||||||
footer:
|
footer:
|
||||||
label: Footer
|
label: 页脚
|
||||||
text: This will insert before </html>.
|
text: 这将在 </html> 之前插入
|
||||||
login:
|
login:
|
||||||
page_title: Login
|
page_title: 登录
|
||||||
membership:
|
membership:
|
||||||
title: Membership
|
title: 会员
|
||||||
label: Allow new registrations
|
label: 允许新注册
|
||||||
text: Turn off to prevent anyone from creating a new account.
|
text: 关闭以防止任何人创建新帐户。
|
||||||
private:
|
private:
|
||||||
title: Private
|
title: 非公开的
|
||||||
label: Login required
|
label: 需要登录
|
||||||
text: Only logged in users can access this community.
|
text: 只有登录用户才能访问这个社区。
|
||||||
form:
|
form:
|
||||||
empty: cannot be empty
|
empty: 不能为空
|
||||||
invalid: is invalid
|
invalid: 是无效的
|
||||||
btn_submit: Save
|
btn_submit: 保存
|
||||||
not_found_props: "Required property {{ key }} not found."
|
not_found_props: "所需属性 {{ key }} 未找到。"
|
||||||
page_review:
|
page_review:
|
||||||
review: Review
|
review: 评论
|
||||||
proposed: 提案
|
proposed: 提案
|
||||||
question_edit: 问题编辑
|
question_edit: 问题编辑
|
||||||
answer_edit: 回答编辑
|
answer_edit: 回答编辑
|
||||||
|
@ -1326,11 +1342,11 @@ ui:
|
||||||
comment: 评论
|
comment: 评论
|
||||||
no_data: "空空如也"
|
no_data: "空空如也"
|
||||||
users:
|
users:
|
||||||
title: Users
|
title: 用户
|
||||||
users_with_the_most_reputation: Users with the highest reputation scores
|
users_with_the_most_reputation: 信誉积分最高的用户
|
||||||
users_with_the_most_vote: Users who voted the most
|
users_with_the_most_vote: 投票最多的用户
|
||||||
staffs: Our community staff
|
staffs: 我们的社区工作人员
|
||||||
reputation: reputation
|
reputation: 声望值
|
||||||
votes: votes
|
votes: 投票
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -4,11 +4,11 @@ backend:
|
||||||
success:
|
success:
|
||||||
other: "成功!"
|
other: "成功!"
|
||||||
unknown:
|
unknown:
|
||||||
other: "Unknown error."
|
other: "未知的錯誤。"
|
||||||
request_format_error:
|
request_format_error:
|
||||||
other: "Request format is not valid."
|
other: "請求的格式無效。"
|
||||||
unauthorized_error:
|
unauthorized_error:
|
||||||
other: "Unauthorized."
|
other: "未授權。"
|
||||||
database_error:
|
database_error:
|
||||||
other: "Data server error."
|
other: "Data server error."
|
||||||
role:
|
role:
|
||||||
|
@ -29,13 +29,13 @@ backend:
|
||||||
email:
|
email:
|
||||||
other: "Email"
|
other: "Email"
|
||||||
password:
|
password:
|
||||||
other: "Password"
|
other: "密碼"
|
||||||
email_or_password_wrong_error:
|
email_or_password_wrong_error:
|
||||||
other: "Email and password do not match."
|
other: "電子郵箱和密碼不匹配。"
|
||||||
error:
|
error:
|
||||||
admin:
|
admin:
|
||||||
email_or_password_wrong:
|
email_or_password_wrong:
|
||||||
other: Email and password do not match.
|
other: 電子郵箱和密碼不匹配。
|
||||||
answer:
|
answer:
|
||||||
not_found:
|
not_found:
|
||||||
other: "Answer do not found."
|
other: "Answer do not found."
|
||||||
|
@ -70,22 +70,22 @@ backend:
|
||||||
not_found:
|
not_found:
|
||||||
other: "Object not found."
|
other: "Object not found."
|
||||||
verification_failed:
|
verification_failed:
|
||||||
other: "Verification failed."
|
other: "驗證失敗。"
|
||||||
email_or_password_incorrect:
|
email_or_password_incorrect:
|
||||||
other: "Email and password do not match."
|
other: "電子郵箱和密碼不匹配。"
|
||||||
old_password_verification_failed:
|
old_password_verification_failed:
|
||||||
other: "The old password verification failed"
|
other: "舊密碼驗證失敗"
|
||||||
new_password_same_as_previous_setting:
|
new_password_same_as_previous_setting:
|
||||||
other: "The new password is the same as the previous one."
|
other: "新密碼與先前的一樣。"
|
||||||
question:
|
question:
|
||||||
not_found:
|
not_found:
|
||||||
other: "Question not found."
|
other: "找不到問題。"
|
||||||
cannot_deleted:
|
cannot_deleted:
|
||||||
other: "No permission to delete."
|
other: "沒有刪除的權限。"
|
||||||
cannot_close:
|
cannot_close:
|
||||||
other: "No permission to close."
|
other: "沒有關閉的權限。"
|
||||||
cannot_update:
|
cannot_update:
|
||||||
other: "No permission to update."
|
other: "沒有更新的權限。"
|
||||||
rank:
|
rank:
|
||||||
fail_to_meet_the_condition:
|
fail_to_meet_the_condition:
|
||||||
other: "Rank fail to meet the condition."
|
other: "Rank fail to meet the condition."
|
||||||
|
@ -107,9 +107,12 @@ backend:
|
||||||
other: "No permission to update."
|
other: "No permission to update."
|
||||||
cannot_set_synonym_as_itself:
|
cannot_set_synonym_as_itself:
|
||||||
other: "You cannot set the synonym of the current tag 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:
|
theme:
|
||||||
not_found:
|
not_found:
|
||||||
other: "Theme not found."
|
other: "未找到主題。"
|
||||||
revision:
|
revision:
|
||||||
review_underway:
|
review_underway:
|
||||||
other: "Can't edit currently, there is a version in the review queue."
|
other: "Can't edit currently, there is a version in the review queue."
|
||||||
|
@ -129,21 +132,21 @@ backend:
|
||||||
other: "Username is already in use."
|
other: "Username is already in use."
|
||||||
set_avatar:
|
set_avatar:
|
||||||
other: "Avatar set failed."
|
other: "Avatar set failed."
|
||||||
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."
|
|
||||||
cannot_update_your_role:
|
cannot_update_your_role:
|
||||||
other: "You cannot modify your role."
|
other: "You cannot modify your role."
|
||||||
not_allowed_registration:
|
not_allowed_registration:
|
||||||
other: "Currently the site is not open for registration"
|
other: "Currently the site is not open for registration"
|
||||||
|
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."
|
||||||
report:
|
report:
|
||||||
spam:
|
spam:
|
||||||
name:
|
name:
|
||||||
|
@ -197,6 +200,13 @@ backend:
|
||||||
other: "something else"
|
other: "something else"
|
||||||
desc:
|
desc:
|
||||||
other: "This post requires another reason not listed above."
|
other: "This post requires another reason not listed above."
|
||||||
|
operation_type:
|
||||||
|
asked:
|
||||||
|
other: "asked"
|
||||||
|
answered:
|
||||||
|
other: "answered"
|
||||||
|
modified:
|
||||||
|
other: "modified"
|
||||||
notification:
|
notification:
|
||||||
action:
|
action:
|
||||||
update_question:
|
update_question:
|
||||||
|
@ -801,6 +811,11 @@ ui:
|
||||||
confirm_new_email: Your email has been updated.
|
confirm_new_email: Your email has been updated.
|
||||||
confirm_new_email_invalid: >-
|
confirm_new_email_invalid: >-
|
||||||
Sorry, this confirmation link is no longer valid. Perhaps your email was already changed?
|
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:
|
question:
|
||||||
following_tags: Following Tags
|
following_tags: Following Tags
|
||||||
edit: Edit
|
edit: Edit
|
||||||
|
@ -991,6 +1006,7 @@ ui:
|
||||||
answer_links: Answer Links
|
answer_links: Answer Links
|
||||||
documents: Documents
|
documents: Documents
|
||||||
feedback: Feedback
|
feedback: Feedback
|
||||||
|
support: Support
|
||||||
review: Review
|
review: Review
|
||||||
config: Config
|
config: Config
|
||||||
update_to: Update to
|
update_to: Update to
|
||||||
|
|
Loading…
Reference in New Issue