Skip to content

Commit 66e88a2

Browse files
LinkinStarspull[bot]sy-recordsshuashuaisosyz
authored
I18n (#1293)
Co-authored-by: pull[bot] <39814207+pull[bot]@users.noreply.github.com> Co-authored-by: sy-records <[email protected]> Co-authored-by: shuai <[email protected]> Co-authored-by: Sonui <[email protected]> Co-authored-by: robin <[email protected]> Co-authored-by: wxt <[email protected]> Co-authored-by: Sunny <[email protected]>
1 parent 89f0ca5 commit 66e88a2

26 files changed

+2458
-1225
lines changed

i18n/cs_CZ.yaml

+55-3
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,8 @@ backend:
137137
other: Heslo
138138
pass:
139139
other: Heslo
140+
old_pass:
141+
other: Current password
140142
original_text:
141143
other: Tento příspěvek
142144
email_or_password_wrong_error:
@@ -168,13 +170,17 @@ backend:
168170
other: Nemáte právo aktualizovat.
169171
question_closed_cannot_add:
170172
other: Dotazy jsou uzavřené a není možno je přidávat.
173+
content_cannot_empty:
174+
other: Answer content cannot be empty.
171175
comment:
172176
edit_without_permission:
173177
other: Nejsou povoleny úpravy komentáře.
174178
not_found:
175179
other: Komentář nebyl nalezen.
176180
cannot_edit_after_deadline:
177181
other: Tento komentář byl pro úpravy příliš dlouhý.
182+
content_cannot_empty:
183+
other: Comment content cannot be empty.
178184
email:
179185
duplicate:
180186
other: Email už existuje.
@@ -224,6 +230,8 @@ backend:
224230
other: Nemáte oprávnění k uzavření.
225231
cannot_update:
226232
other: Nemáte oprávnění pro aktualizaci.
233+
content_cannot_empty:
234+
other: Content cannot be empty.
227235
rank:
228236
fail_to_meet_the_condition:
229237
other: Hodnost reputace nesplňuje podmínku.
@@ -484,7 +492,7 @@ backend:
484492
title:
485493
other: "[{{.SiteName}}] New question: {{.QuestionTitle}}"
486494
body:
487-
other: "<a href='{{.QuestionUrl}}'>{{.QuestionTitle}}</a><br>\n<small>{{.Tags}}</small><br><br>\n\n--<br>\nNote: This is an automatic system email, please do not reply to this message as your response will not be seen.<br><br>\n\n<a href='{{.UnsubscribeUrl}}'>Unsubscribe</a></small>"
495+
other: "<a href='{{.QuestionUrl}}'>{{.QuestionTitle}}</a><br>\n<small>{{.Tags}}</small><br><br>\n\n--<br>\nNote: This is an automatic system email, please do not reply to this message as your response will not be seen.<br><br>\n\n<small><a href='{{.UnsubscribeUrl}}'>Unsubscribe</a></small>"
488496
pass_reset:
489497
title:
490498
other: "[{{.SiteName }}] Obnova hesla"
@@ -1465,8 +1473,15 @@ ui:
14651473
normal: Normal
14661474
closed: Closed
14671475
deleted: Deleted
1476+
deleted_permanently: Deleted permanently
14681477
pending: Pending
14691478
more: More
1479+
view: View
1480+
card: Card
1481+
compact: Compact
1482+
display_below: Display below
1483+
always_display: Always display
1484+
or: or
14701485
search:
14711486
title: Search Results
14721487
keywords: Keywords
@@ -1500,6 +1515,9 @@ ui:
15001515
cannot_vote_for_self: You can't vote for your own post.
15011516
modal_confirm:
15021517
title: Error...
1518+
delete_permanently:
1519+
title: Delete permanently
1520+
content: Are you sure you want to delete permanently?
15031521
account_result:
15041522
success: Your new account is confirmed; you will be redirected to the home page.
15051523
link: Continue to homepage
@@ -1603,6 +1621,23 @@ ui:
16031621
label: Database file
16041622
placeholder: /data/answer.db
16051623
msg: Database file cannot be empty.
1624+
ssl_enabled:
1625+
label: Enable SSL
1626+
ssl_enabled_on:
1627+
label: On
1628+
ssl_enabled_off:
1629+
label: Off
1630+
ssl_mode:
1631+
label: SSL Mode
1632+
ssl_root_cert:
1633+
placeholder: sslrootcert file path
1634+
msg: Path to sslrootcert file cannot be empty
1635+
ssl_cert:
1636+
placeholder: sslcert file path
1637+
msg: Path to sslcert file cannot be empty
1638+
ssl_key:
1639+
placeholder: sslkey file path
1640+
msg: Path to sslkey file cannot be empty
16061641
config_yaml:
16071642
title: Create config.yaml
16081643
label: The config.yaml file created.
@@ -1635,15 +1670,19 @@ ui:
16351670
admin_name:
16361671
label: Name
16371672
msg: Name cannot be empty.
1638-
character: 'Must use the character set "a-z", "0-9", " - . _"'
1639-
msg_max_length: Name must be at maximum 30 characters in length.
1673+
character: 'Must use the character set "a-z", "A-Z", "0-9", " - . _"'
1674+
msg_max_length: Name must be between 2 to 30 characters in length.
16401675
admin_password:
16411676
label: Password
16421677
text: >-
16431678
You will need this password to log in. Please store it in a secure location.
16441679
msg: Password cannot be empty.
16451680
msg_min_length: Password must be at least 8 characters in length.
16461681
msg_max_length: Password must be at maximum 32 characters in length.
1682+
admin_confirm_password:
1683+
label: "Confirm Password"
1684+
text: "Please re-enter your password to confirm."
1685+
msg: "Confirm password does not match."
16471686
admin_email:
16481687
label: Email
16491688
text: You will need this email to log in.
@@ -1998,6 +2037,11 @@ ui:
19982037
privacy_policy:
19992038
label: Privacy policy
20002039
text: "You can add privacy policy content here. If you already have a document hosted elsewhere, provide the full URL here."
2040+
external_content_display:
2041+
label: External content
2042+
text: "Content includes images, videos, and media embedded from external websites."
2043+
always_display: Always display external content
2044+
ask_before_display: Ask before displaying external content
20012045
write:
20022046
page_title: Write
20032047
restrict_answer:
@@ -2253,3 +2297,11 @@ ui:
22532297
user_deleted: This user has been deleted.
22542298
badge_activated: This badge has been activated.
22552299
badge_inactivated: This badge has been inactivated.
2300+
users_deleted: These users have been deleted.
2301+
posts_deleted: These questions have been deleted.
2302+
answers_deleted: These answers have been deleted.
2303+
copy: Copy to clipboard
2304+
copied: Copied
2305+
external_content_warning: External images/media are not displayed.
2306+
2307+

i18n/cy_GB.yaml

+53-3
Original file line numberDiff line numberDiff line change
@@ -170,13 +170,17 @@ backend:
170170
other: Dim caniatâd i ddiweddaru.
171171
question_closed_cannot_add:
172172
other: Mae cwestiynau ar gau ac ni ellir eu hychwanegu.
173+
content_cannot_empty:
174+
other: Answer content cannot be empty.
173175
comment:
174176
edit_without_permission:
175177
other: Nid oes modd golygu sylwadau.
176178
not_found:
177179
other: Sylw heb ei ganfod.
178180
cannot_edit_after_deadline:
179181
other: Mae'r amser sylwadau wedi bod yn rhy hir i'w addasu.
182+
content_cannot_empty:
183+
other: Comment content cannot be empty.
180184
email:
181185
duplicate:
182186
other: E-bost yn bodoli eisoes.
@@ -226,6 +230,8 @@ backend:
226230
other: Dim caniatâd i cau.
227231
cannot_update:
228232
other: Dim caniatâd i ddiweddaru.
233+
content_cannot_empty:
234+
other: Content cannot be empty.
229235
rank:
230236
fail_to_meet_the_condition:
231237
other: Reputation rank fail to meet the condition.
@@ -486,7 +492,7 @@ backend:
486492
title:
487493
other: "[{{.SiteName}}] New question: {{.QuestionTitle}}"
488494
body:
489-
other: "<a href='{{.QuestionUrl}}'>{{.QuestionTitle}}</a><br>\n<small>{{.Tags}}</small><br><br>\n\n--<br>\nNote: This is an automatic system email, please do not reply to this message as your response will not be seen.<br><br>\n\n<a href='{{.UnsubscribeUrl}}'>Unsubscribe</a></small>"
495+
other: "<a href='{{.QuestionUrl}}'>{{.QuestionTitle}}</a><br>\n<small>{{.Tags}}</small><br><br>\n\n--<br>\nNote: This is an automatic system email, please do not reply to this message as your response will not be seen.<br><br>\n\n<small><a href='{{.UnsubscribeUrl}}'>Unsubscribe</a></small>"
490496
pass_reset:
491497
title:
492498
other: "[{{.SiteName }}] Password reset"
@@ -1467,8 +1473,15 @@ ui:
14671473
normal: Normal
14681474
closed: Closed
14691475
deleted: Deleted
1476+
deleted_permanently: Deleted permanently
14701477
pending: Pending
14711478
more: More
1479+
view: View
1480+
card: Card
1481+
compact: Compact
1482+
display_below: Display below
1483+
always_display: Always display
1484+
or: or
14721485
search:
14731486
title: Search Results
14741487
keywords: Keywords
@@ -1502,6 +1515,9 @@ ui:
15021515
cannot_vote_for_self: You can't vote for your own post.
15031516
modal_confirm:
15041517
title: Error...
1518+
delete_permanently:
1519+
title: Delete permanently
1520+
content: Are you sure you want to delete permanently?
15051521
account_result:
15061522
success: Your new account is confirmed; you will be redirected to the home page.
15071523
link: Continue to homepage
@@ -1605,6 +1621,23 @@ ui:
16051621
label: Database file
16061622
placeholder: /data/answer.db
16071623
msg: Database file cannot be empty.
1624+
ssl_enabled:
1625+
label: Enable SSL
1626+
ssl_enabled_on:
1627+
label: On
1628+
ssl_enabled_off:
1629+
label: Off
1630+
ssl_mode:
1631+
label: SSL Mode
1632+
ssl_root_cert:
1633+
placeholder: sslrootcert file path
1634+
msg: Path to sslrootcert file cannot be empty
1635+
ssl_cert:
1636+
placeholder: sslcert file path
1637+
msg: Path to sslcert file cannot be empty
1638+
ssl_key:
1639+
placeholder: sslkey file path
1640+
msg: Path to sslkey file cannot be empty
16081641
config_yaml:
16091642
title: Create config.yaml
16101643
label: The config.yaml file created.
@@ -1637,15 +1670,19 @@ ui:
16371670
admin_name:
16381671
label: Name
16391672
msg: Name cannot be empty.
1640-
character: 'Must use the character set "a-z", "0-9", " - . _"'
1641-
msg_max_length: Name must be at maximum 30 characters in length.
1673+
character: 'Must use the character set "a-z", "A-Z", "0-9", " - . _"'
1674+
msg_max_length: Name must be between 2 to 30 characters in length.
16421675
admin_password:
16431676
label: Password
16441677
text: >-
16451678
You will need this password to log in. Please store it in a secure location.
16461679
msg: Password cannot be empty.
16471680
msg_min_length: Password must be at least 8 characters in length.
16481681
msg_max_length: Password must be at maximum 32 characters in length.
1682+
admin_confirm_password:
1683+
label: "Confirm Password"
1684+
text: "Please re-enter your password to confirm."
1685+
msg: "Confirm password does not match."
16491686
admin_email:
16501687
label: Email
16511688
text: You will need this email to log in.
@@ -2000,6 +2037,11 @@ ui:
20002037
privacy_policy:
20012038
label: Privacy policy
20022039
text: "You can add privacy policy content here. If you already have a document hosted elsewhere, provide the full URL here."
2040+
external_content_display:
2041+
label: External content
2042+
text: "Content includes images, videos, and media embedded from external websites."
2043+
always_display: Always display external content
2044+
ask_before_display: Ask before displaying external content
20032045
write:
20042046
page_title: Write
20052047
restrict_answer:
@@ -2255,3 +2297,11 @@ ui:
22552297
user_deleted: This user has been deleted.
22562298
badge_activated: This badge has been activated.
22572299
badge_inactivated: This badge has been inactivated.
2300+
users_deleted: These users have been deleted.
2301+
posts_deleted: These questions have been deleted.
2302+
answers_deleted: These answers have been deleted.
2303+
copy: Copy to clipboard
2304+
copied: Copied
2305+
external_content_warning: External images/media are not displayed.
2306+
2307+

0 commit comments

Comments
 (0)