New Crowdin updates (#317)

* New translations en_US.yaml (French)

* New translations en_US.yaml (German)

* New translations en_US.yaml (Japanese)

* New translations en_US.yaml (Portuguese)

* New translations en_US.yaml (Slovak)

* New translations en_US.yaml (Turkish)

* New translations en_US.yaml (Chinese Simplified)

* New translations en_US.yaml (Welsh)
This commit is contained in:
Fen 2023-04-11 10:37:34 +08:00 committed by GitHub
parent ae3be43fef
commit e919f23272
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 2116 additions and 727 deletions

1389
i18n/cy_GB.yaml Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -35,9 +35,9 @@ backend:
error:
admin:
cannot_update_their_password:
other: You cannot modify your password.
other: Vous ne pouvez pas modifier votre mot de passe.
cannot_modify_self_status:
other: You cannot modify your status.
other: Vous ne pouvez pas modifier votre statut.
email_or_password_wrong:
other: L'email et le mot de passe ne correspondent pas.
answer:
@ -48,7 +48,7 @@ backend:
cannot_update:
other: Pas de permission pour mettre à jour.
question_closed_cannot_add:
other: Questions are closed and cannot be added.
other: Les questions sont fermées et ne peuvent pas être ajoutées.
comment:
edit_without_permission:
other: Les commentaires ne sont pas autorisés à être modifiés.
@ -87,7 +87,7 @@ backend:
other: Le nouveau mot de passe est le même que le précédent.
question:
already_deleted:
other: This post has been deleted.
other: Ce message a été supprimé.
not_found:
other: Question non trouvée.
cannot_deleted:
@ -106,7 +106,7 @@ backend:
other: Rapport non trouvé.
tag:
already_exist:
other: Tag already exists.
other: Le tag existe déjà.
not_found:
other: Tag non trouvé.
recommend_tag_not_found:
@ -265,7 +265,7 @@ ui:
tag: Étiquette
tags: Étiquettes
tag_wiki: tag wiki
create_tag: Create Tag
create_tag: Créer un tag
edit_tag: Modifier l'étiquette
ask_a_question: Ajouter une question
edit_question: Modifier la question
@ -286,8 +286,8 @@ ui:
upgrade: Mise à jour d'Answer
maintenance: Maintenance du site
users: Utilisateurs
http_404: HTTP Error 404
http_50X: HTTP Error 500
http_404: Erreur HTTP 404
http_50X: Erreur HTTP 500
notifications:
title: Notifications
inbox: Boîte de réception
@ -431,7 +431,7 @@ ui:
range: Le nom doit contenir moins de 35 caractères.
slug_name:
label: URL simplifiée
desc: 'Doit utiliser le jeu de caractères "a-z", "0-9", "+ # - ."'
desc: Titre de 35 caractères maximum.
msg:
empty: L'URL ne peut pas être vide.
range: Titre de 35 caractères maximum.
@ -440,7 +440,7 @@ ui:
label: Description
btn_cancel: Annuler
btn_submit: Valider
btn_post: Post new tag
btn_post: Publier un nouveau tag
tag_info:
created_at: Créé
edited_at: Modifié
@ -796,7 +796,7 @@ ui:
approve: Approuver
reject: Rejeter
skip: Ignorer
discard_draft: Discard draft
discard_draft: Abandonner le brouillon
search:
title: Résultats de la recherche
keywords: Mots-clés
@ -986,11 +986,11 @@ ui:
answers: réponses
accepted: Accepté
page_404:
http_error: HTTP Error 404
http_error: Erreur HTTP 404
desc: "Nous sommes désolés, mais cette page nexiste pas."
back_home: Retour à la page d'accueil
page_50X:
http_error: HTTP Error 500
http_error: Erreur HTTP 500
desc: Le serveur a rencontré une erreur et n'a pas pu répondre à votre requête.
back_home: Retour à la page d'accueil
page_maintenance:
@ -1207,8 +1207,8 @@ ui:
msg: Le fuseau horaire ne peut pas être vide.
text: Choisissez une ville dans le même fuseau horaire que vous.
avatar:
label: Default Avatar
text: For users without a custom avatar of their own.
label: Avatar par défaut
text: Pour les utilisateurs sans avatar personnalisé.
smtp:
page_title: SMTP
from_email:
@ -1383,7 +1383,7 @@ ui:
leave_page: Voulez-vous vraiment quitter la page ?
changes_not_save: Impossible d'enregistrer vos modifications.
draft:
discard_confirm: Are you sure you want to discard your draft?
discard_confirm: Êtes-vous sûr de vouloir abandonner ce brouillon ?
messages:
post_deleted: This post has been deleted.
post_deleted: Ce message a été supprimé.

View File

@ -2,23 +2,23 @@
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: データサーバーエラー
role:
name:
user:
other: User
other: ユーザー
admin:
other: Admin
other: 管理者
moderator:
other: Moderator
other: モデレーター
description:
user:
other: Default with no special access.
@ -27,94 +27,94 @@ backend:
moderator:
other: Has access to all posts except admin settings.
email:
other: Email
other: メールアドレス
password:
other: Password
other: パスワード
email_or_password_wrong_error:
other: Email and password do not match.
other: メールアドレスとパスワードが一致しません。
error:
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.
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.
other: コメント時間が長すぎて変更できません。
email:
duplicate:
other: Email already exists.
other: メールアドレスは既に存在しています。
need_to_be_verified:
other: Email should be verified.
other: 電子メールを確認する必要があります。
verify_url_expired:
other: Email verified URL has expired, please resend the email.
other: メール認証済みURLの有効期限が切れています。メールを再送信してください。
lang:
not_found:
other: Language file not found.
other: 言語ファイルが見つかりません。
object:
captcha_verification_failed:
other: Captcha wrong.
other: Captchaが間違っています。
disallow_follow:
other: You are not allowed to follow.
other: フォローが許可されていません。
disallow_vote:
other: You are not allowed to vote.
other: 投票が許可されていません。
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: この投稿は削除されました。
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: Rank fail to meet the condition.
other: ランクは条件を満たしていません。
report:
handle_failed:
other: Report handle failed.
other: レポートの処理に失敗しました。
not_found:
other: Report not found.
other: レポートが見つかりません。
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: 少なくとも 1 つの必須タグを入力してください。
not_contain_synonym_tags:
other: Should not contain synonym tags.
other: 同義語のタグを含めないでください。
cannot_update:
other: No permission to update.
is_used_cannot_delete:
@ -301,12 +301,12 @@ ui:
end: You don't meet a community guideline.
editor:
blockquote:
text: Blockquote
text: 引用
bold:
text: Strong
chart:
text: Chart
flow_chart: Flow chart
flow_chart: フローチャート
sequence_diagram: Sequence diagram
class_diagram: Class diagram
state_diagram: State diagram
@ -320,61 +320,61 @@ ui:
form:
fields:
code:
label: Code
label: コード
msg:
empty: Code cannot be 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
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
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 4MB.
empty: ファイルは空にできません。
only_image: 画像ファイルのみが許可されています。
max_size: ファイルサイズは4MBを超えることはできません。
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
italic:
@ -431,7 +431,7 @@ ui:
range: Display name up to 35 characters.
slug_name:
label: URL Slug
desc: 'Must use the character set "a-z", "0-9", "+ # - ."'
desc: '文字セット「a-z」、「0-9」、「+ # -」を使用する必要があります。'
msg:
empty: URL slug cannot be empty.
range: URL slug up to 35 characters.
@ -709,17 +709,17 @@ ui:
label: Email Notifications
radio: "Answers to your questions, comments, and more"
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: Email
label: メールアドレス
msg: Email cannot be empty.
password_title: Password
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.

View File

@ -70,7 +70,7 @@ backend:
captcha_verification_failed:
other: O Captcha está incorreto.
disallow_follow:
other: Você não possui autorização suficiente para seguir.
other: Você não tem permissão para seguir.
disallow_vote:
other: Você não possui permissão para votar.
disallow_vote_your_self:
@ -108,7 +108,7 @@ backend:
already_exist:
other: Tag already exists.
not_found:
other: Marcador não encontrado.
other: Marca não encontrada.
recommend_tag_not_found:
other: O marcador recomendado não existe.
recommend_tag_enter:
@ -129,9 +129,9 @@ backend:
other: Tema não encontrado.
revision:
review_underway:
other: Não é possível neste momento, há uma versão na fila de análise.
other: Não é possível editar atualmente, há uma versão na fila de análise.
no_permission:
other: Sem permissão para realizar Revisão.
other: Sem permissão de modificação.
user:
email_or_password_wrong:
other:
@ -139,7 +139,7 @@ backend:
not_found:
other: Usuário não encontrado.
suspended:
other: O usuário foi suspenso.
other: O utilizador foi suspenso.
username_invalid:
other: Nome de usuário inválido.
username_duplicate:

View File

@ -106,7 +106,7 @@ backend:
other: Prehľad sa nenašiel.
tag:
already_exist:
other: Tag already exists.
other: Tento tag už existuje.
not_found:
other: Značka sa nenašla.
recommend_tag_not_found:
@ -265,7 +265,7 @@ ui:
tag: Značka
tags: Značky
tag_wiki: značka wiki
create_tag: Create Tag
create_tag: Vytvoriť štítok
edit_tag: Upraviť značku
ask_a_question: Pridať otázku
edit_question: Úpraviť otázku
@ -280,14 +280,14 @@ ui:
account_activation: Aktivácia účtu
confirm_email: Potvrď e-mail
account_suspended: Účet pozastavený
admin: Admin
admin: Administrátor
change_email: Upraviť e-mail
install: Answer Inštalácia
upgrade: Answer Upgrade
maintenance: Údržba webových stránok
users: Užívatelia
http_404: HTTP Error 404
http_50X: HTTP Error 500
http_404: HTTP chyba 404
http_50X: HTTP chyba 403
notifications:
title: Oznámenia
inbox: Doručená pošta
@ -303,31 +303,31 @@ ui:
blockquote:
text: Blockquote
bold:
text: Strong
text: Silný
chart:
text: Chart
text: Rebríček
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
gantt_chart: Ganttov diagram
pie_chart: Koláčový graf
code:
text: Code Sample
add_code: Add code sample
form:
fields:
code:
label: Code
label: Kód
msg:
empty: Code cannot be empty.
language:
label: Language
label: Jazyk
placeholder: Automatic detection
btn_cancel: Cancel
btn_confirm: Add
btn_cancel: Zrušiť
btn_confirm: Pridať
formula:
text: Formula
options:
@ -343,36 +343,36 @@ ui:
h5: Heading 5
h6: Heading 6
help:
text: Help
text: Pomoc
hr:
text: Horizontal Rule
image:
text: Image
add_image: Add image
tab_image: Upload image
text: Obrázok
add_image: Pridať obrázok
tab_image: Nahrať obrázok
form_image:
fields:
file:
label: Image File
btn: Select image
label: Obrázkový súbor
btn: Vyberte obrázok
msg:
empty: File cannot be empty.
only_image: Only image files are allowed.
empty: Názov súboru nemôže byť prázdny.
only_image: Povolené sú iba obrázkové súbory.
max_size: File size cannot exceed 4MB.
desc:
label: Description
tab_url: Image URL
label: Popis
tab_url: URL obrázka
form_url:
fields:
url:
label: Image URL
label: URL obrázka
msg:
empty: Image URL cannot be empty.
empty: URL obrázka nemôže byť prázdna.
name:
label: Description
btn_cancel: Cancel
btn_confirm: Add
uploading: Uploading
btn_cancel: Zrušiť
btn_confirm: Pridať
uploading: Nahrávanie
indent:
text: Indent
outdent:
@ -380,26 +380,26 @@ ui:
italic:
text: Emphasis
link:
text: Hyperlink
add_link: Add hyperlink
text: Hypertextový odkaz
add_link: Pridať hypertextový odkaz
form:
fields:
url:
label: URL
label: URL adresa
msg:
empty: URL cannot be empty.
empty: URL adresa nemôže byť prázdna.
name:
label: Description
btn_cancel: Cancel
btn_confirm: Add
label: Popis
btn_cancel: Zrušiť
btn_confirm: Pridať
ordered_list:
text: Numbered List
text: Očíslovaný zoznam
unordered_list:
text: Bulleted List
table:
text: Table
heading: Heading
cell: Cell
cell: Bunka
close_modal:
title: Tento príspevok uzatváram ako...
btn_cancel: Zrušiť
@ -493,11 +493,11 @@ ui:
day: deň
comment:
btn_add_comment: Pridať komentár
reply_to: Reply to
btn_reply: Reply
reply_to: Odpovedať
btn_reply: Odpovedať
btn_edit: Upraviť
btn_delete: Zmazať
btn_flag: Flag
btn_flag: Vlajka
btn_save_edits: Uložiť zmeny
btn_cancel: Zrušiť
show_more: Zobraziť viac komentárov
@ -698,7 +698,7 @@ ui:
label: O mne
website:
label: Webová stránka
placeholder: "https://example.com"
placeholder: "https://priklad.com"
msg: Nesprávny formát webovej stránky
location:
label: Poloha
@ -911,11 +911,11 @@ ui:
label: Databázový engine
db_username:
label: Užívateľské meno
placeholder: root
placeholder: super užívateľ
msg: Užívateľské meno nemôže byť prázdne.
db_password:
label: Heslo
placeholder: root
placeholder: super užívateľ
msg: Heslo nemôže byť prázdne.
db_host:
label: Hostiteľ databázy
@ -986,11 +986,11 @@ ui:
answers: odpovede
accepted: prijaté
page_404:
http_error: HTTP Error 404
http_error: HTTP chyba 404
desc: "Žiaľ, táto stránka neexistuje."
back_home: Späť na domovskú stránku
page_50X:
http_error: HTTP Error 500
http_error: HTTP chyba 500
desc: Na serveri sa vyskytla chyba a nebolo možné dokončiť vašu požiadavku.
back_home: Späť na domovskú stránku
page_maintenance:
@ -1006,7 +1006,7 @@ ui:
general: Všeobecné
interface: Rozhranie
smtp: SMTP
branding: Branding
branding: Budovanie značky
legal: legálne
write: písať
tos: Podmienky služby
@ -1018,7 +1018,7 @@ ui:
login: Prihlásiť sa
admin:
admin_header:
title: Admin
title: Administrátor
dashboard:
title: Nástenka
welcome: Vitajte v Administrátorovi odpovedí!
@ -1037,7 +1037,7 @@ ui:
timezone: "Časové pásmo:"
system_info: Systémové informácie
storage_used: "Použité úložisko:"
uptime: "Uptime:"
uptime: "Doba prevádzky:"
answer_links: Odkazy na odpovede
documents: Dokumenty
feedback: Spätná väzba
@ -1112,7 +1112,7 @@ ui:
deleted: Vymazané
normal: Normálné
Moderator: Moderátor
Admin: Admin
Admin: Správca
User: Používateľ
filter:
placeholder: "Filter podľa mena, používateľ: ID"
@ -1207,8 +1207,8 @@ ui:
msg: Časové pásmo nemôže byť prázdne.
text: Vyberte si mesto v rovnakom časovom pásme v akom ste vy.
avatar:
label: Default Avatar
text: For users without a custom avatar of their own.
label: Predvolený avatar
text: Pre používateľov bez vlastného avatara.
smtp:
page_title: SMTP
from_email:
@ -1250,7 +1250,7 @@ ui:
"yes": "Áno"
"no": "Nie"
branding:
page_title: Branding
page_title: Budovanie značky
logo:
label: Logo
msg: Logo nemôže byť prázdne.
@ -1305,7 +1305,7 @@ ui:
label: Primárna farba
text: Upraviť farby používané vašími motívmi
css_and_html:
page_title: CSS and HTML
page_title: CSS a HTML
custom_css:
label: Vlastné CSS
text: Toto sa vloží ako <link>
@ -1353,7 +1353,7 @@ ui:
accept: akceptované
cancelled: zrušené
commented: komentované
rollback: rollback
rollback: Návrat
edited: zmenené
answered: odpovedané
asked: spýtané

View File

@ -285,7 +285,7 @@ ui:
install: Answer Installation
upgrade: Answer Upgrade
maintenance: Website Bakımı
users: Kullanıcı
users: Kullanıcılar
http_404: HTTP Error 404
http_50X: HTTP Error 500
notifications:

View File

@ -35,9 +35,9 @@ backend:
error:
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: 邮箱和密码不匹配。
answer:
@ -48,7 +48,7 @@ backend:
cannot_update:
other: 没有更新权限。
question_closed_cannot_add:
other: Questions are closed and cannot be added.
other: 问题已关闭,无法添加。
comment:
edit_without_permission:
other: 不允许编辑评论。
@ -87,7 +87,7 @@ backend:
other: 新密码与之前的设置相同
question:
already_deleted:
other: This post has been deleted.
other: 此问题已被删除.
not_found:
other: 问题未找到
cannot_deleted:
@ -106,7 +106,7 @@ backend:
other: 报告未找到
tag:
already_exist:
other: Tag already exists.
other: 标签已存在。
not_found:
other: 标签未找到
recommend_tag_not_found:
@ -265,7 +265,7 @@ ui:
tag: 标签
tags: 标签
tag_wiki: 标签 wiki
create_tag: Create Tag
create_tag: 创建标签
edit_tag: 编辑标签
ask_a_question: 提问题
edit_question: 编辑问题
@ -286,8 +286,8 @@ ui:
upgrade: Answer 升级
maintenance: 网站维护
users: 用户
http_404: HTTP Error 404
http_50X: HTTP Error 500
http_404: HTTP 错误 404
http_50X: HTTP 错误 500
notifications:
title: 通知
inbox: 收件箱
@ -431,7 +431,7 @@ ui:
range: 显示名称不能超过 35 个字符。
slug_name:
label: URL 固定链接
desc: URL slug up to 35 characters.
desc: URL 地址不能超过 35 个字符。
msg:
empty: URL 固定链接不能为空。
range: URL 固定链接不能超过 35 个字符。
@ -440,7 +440,7 @@ ui:
label: 描述
btn_cancel: 取消
btn_submit: 提交
btn_post: Post new tag
btn_post: 发布新标签
tag_info:
created_at: 创建于
edited_at: 编辑于
@ -590,7 +590,7 @@ ui:
placeholder: 搜索
footer:
build_on: >-
基于<1>Answer</1>--为问答社区提供动力的开源软件。<br />Made with love © {{cc}}.
基于 <1>Answer</1> - 为问答社区提供动力的开源软件。<br />Made with love © {{cc}}.
upload_img:
name: 更改图片
loading: 加载中...
@ -796,7 +796,7 @@ ui:
approve: 批准
reject: 拒绝
skip: 略过
discard_draft: Discard draft
discard_draft: 丢弃草稿
search:
title: 搜索结果
keywords: 关键词
@ -933,7 +933,7 @@ ui:
title: 创建 config.yaml
label: 已创建 config.yaml 文件。
desc: >-
您可以手动在 <1>/var/wwww/xxx/</1> 目录中创建<1>config.yaml</1> 文件并粘贴以下文本。
您可以手动在 <1>/var/wwww/xxx/</1> 目录中创建 <1>config.yaml</1> 文件并粘贴以下文本。
info: 完成后,点击“下一步”按钮。
site_information: 站点信息
admin_account: 管理员账户
@ -972,8 +972,8 @@ ui:
good_luck: "玩得愉快,祝您好运!"
warn_title: 警告
warn_desc: >-
文件<1>config.yaml</1>已存在。如果您需要重置此文件中的任何配置项,请先删除它。
install_now: 您可以尝试<1>现在安装</1>。
文件 <1>config.yaml</1> 已存在。如果您需要重置此文件中的任何配置项,请先删除它。
install_now: 您可以尝试 <1>现在安装</1>。
installed: 已安裝
installed_desc: >-
您似乎已经安装过了。要重新安装,请先清除旧的数据库表。
@ -986,11 +986,11 @@ ui:
answers: 个回答
accepted: 已被采纳
page_404:
http_error: HTTP Error 404
http_error: HTTP 错误 404
desc: "很抱歉,此页面不存在。"
back_home: 回到主页
page_50X:
http_error: HTTP Error 500
http_error: HTTP 错误 500
desc: 服务器遇到了一个错误,无法完成你的请求。
back_home: 回到主页
page_maintenance:
@ -1188,7 +1188,7 @@ ui:
msg: 简短网站描述不能为空。
text: "简短的标语作为网站主页的标题Html 的 title 标签)。"
desc:
label: 站点描述
label: 网站介绍
msg: 网站描述不能为空。
text: "使用一句话描述本站作为网站的描述Html 的 meta 标签)。"
contact_email:
@ -1207,8 +1207,8 @@ ui:
msg: 时区不能为空。
text: 选择一个与您相同时区的城市。
avatar:
label: Default Avatar
text: For users without a custom avatar of their own.
label: 默认头像
text: 没有自定义头像的用户。
smtp:
page_title: SMTP
from_email:
@ -1383,7 +1383,7 @@ ui:
leave_page: 确定要离开此页面?
changes_not_save: 您的更改尚未保存
draft:
discard_confirm: Are you sure you want to discard your draft?
discard_confirm: 您确定要丢弃您的草稿吗?
messages:
post_deleted: This post has been deleted.
post_deleted: 该帖子已被删除。