Skip to content

Commit

Permalink
update translations
Browse files Browse the repository at this point in the history
  • Loading branch information
cdhigh committed Apr 27, 2024
1 parent c7e3a6b commit a3efd16
Show file tree
Hide file tree
Showing 3 changed files with 85 additions and 85 deletions.
168 changes: 84 additions & 84 deletions application/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,90 +18,90 @@
{% autoescape off %}
<script type="text/javascript">
var i18n = {
delete: '{{_("Delete")|safe}}',
deleteCtrlNoConfirm: '{{_("Delete (Ctrl for no confirm)")|safe}}',
viewSrc: '{{_("View Source Code")|safe}}',
subscriSep: '{{_("Subscribe (Deliver Separately)")|safe}}',
subscribe: '{{_("Subscribe")|safe}}',
cannotAddRss: '{{_("Cannot add this custom rss, Error:")|safe}}',
cannotDelRss: '{{_("Cannot delete this feed, Error:")|safe}}',
fulltext: '{{_("Fulltext")|safe}}',
share: '{{_("Share")|safe}}',
areYouSureDelete: '{{_("Are you sure to delete ({0})?")|safe}}',
reportThisFeedInvalid: '{{_("Report to the server that this feed is invalid.")|safe}}',
areYouSureRemoveAll: '{{_("Are you sure to REMOVE ALL CUSTOM RSS?")|safe}}',
shareLinksHappiness: '{{_("Share links, share happiness")|safe}}',
category: '{{_("Category")|safe}}',
language: '{{_("Language")|safe}}',
shareCatTips: '{{_("Please write a category in text field if the one you wish is not in the list.")|safe}}',
ok: '{{_("Ok")|safe}}',
cancel: '{{_("Cancel")|safe}}',
share: '{{_("Share")|safe}}',
langInvalid: '{{_("Language code invalid")|safe}}',
thankForShare: '{{_("Thank you for sharing.")|safe}}',
close: '{{_("Close")|safe}}',
unsubscribe: '{{_("Unsubscribe")|safe}}',
cannotSubsRecipe: '{{_("Cannot subscribe this recipe, Error:")|safe}}',
areYouSureUnsubscribe: '{{_("Are you sure to Unsubscribe ({0})?")|safe}}',
cannotUnsubsRecipe: '{{_("Cannot unsubscribe this recipe, Error:")|safe}}',
alreadySubscribed: '{{_("The recipe is already subscribed.")|safe}}',
subscriptionInfo: '{{_("Website login lnformation")|safe}}',
account: '{{_("Account")|safe}}',
password: '{{_("Password")|safe}}',
submit: '{{_("Submit")|safe}}',
recipeLoginTips: '{{_("If any field is left blank, the server will clear the saved login information.")|safe}}',
cannotSetSubsInfo: '{{_("Cannot set the website login information, Error:")|safe}}',
chooseRecipeFile: '{{_("Choose a recipe file to upload")|safe}}',
congratulations: '{{_("Congratulations")|safe}}',
thanks: '{{_("Thanks")|safe}}',
recipeUploadedTips: '{{_("Your recipe has been uploaded, and it can be found in the Library section. If you dont see it, please make sure to switch to the correct language.")|safe}}',
recipeDeleted: '{{_("Your recipe have been deleted.")|safe}}',
kindleifySelection: '{{_("Kindleify Selection")|safe}}',
verify: '{{_("Verify")|safe}}',
verified: '{{_("Verified")|safe}}',
passwordWrong: '{{_("The username does not exist or password is wrong.")|safe}}',
fileIsNotInMime: '{{_("The file you chosen is not an acceptable type.")|safe}}',
fileUploaded: '{{_("The file have been uploaded successfully.")|safe}}',
feedSubscribed: '{{_("This feed has been successfully subscribed.")|safe}}',
thank4RssFeedback: '{{_("Thank you for your feedback, this feed will be reviewed soon.")|safe}}',
confirmShareRecipe: '{{_("Are you confirming to share the recipe ({0})?")|safe}}',
catAll: '{{_("[All]")|safe}}',
catByTime: '{{_("[By Time]")|safe}}',
uncategoried: '{{_("[Uncategoried]")|safe}}',
noLinksFound: '{{_("There are no links found.")|safe}}',
invalidReport: '{{_("Invalid report")|safe}}',
confirmInvalidReport: '{{_("Are you confirming that this link is invalid or off the cloud?")|safe}}',
customizeDelivTime: '{{_("Customize delivery time")|safe}}',
delivDays: '{{_("Delivery days")|safe}}',
Mon: '{{_("Mon")|safe}}',
Tue: '{{_("Tue")|safe}}',
Wed: '{{_("Wed")|safe}}',
Thu: '{{_("Thu")|safe}}',
Fri: '{{_("Fri")|safe}}',
Sat: '{{_("Sat")|safe}}',
Sun: '{{_("Sun")|safe}}',
delivTimes: '{{_("Delivery times")|safe}}',
customDelivTimesaved: '{{_("The customized delivery time for the recipe has been successfully saved.")|safe}}',
accountDeleted: '{{_("The account have been deleted.")|safe}}',
namePwdEmpty: '{{_("The username or password is empty.")|safe}}',
pwdDismatch: '{{_("The two new passwords are dismatch.")|safe}}',
chPwdSuccess: '{{_("Password changed successfully.")|safe}}',
addAccountOk: '{{_("Account added successfully.")|safe}}',
loginRequired: '{{_("login required")|safe}}',
uploadCoversOk: '{{_("Upload cover files successfully.")|safe}}',
imgSizeToLarge: '{{_("Total size of the files you selected exceeds 16MB. Please reduce the image resolution or upload in batches.")|safe}}',
translator: '{{_("Translator")|safe}}',
abbrUpl: '{{_("Upl")|safe}}',
abbrSep: '{{_("Sep")|safe}}',
abbrLog: '{{_("Log")|safe}}',
abbrEmb: '{{_("Emb")|safe}}',
abbrTr: '{{_("Tr")|safe}}',
abbrTts: '{{_("Tts")|safe}}',
testEmailOk: '{{_("The test email has been successfully sent to the following addresses. Please check your inbox or spam folder to confirm its delivery. Depending on your email server, there may be a slight delay.")|safe}}',
translating: '{{_("Translating...")|safe}}',
configOk: '{{_("The configuration validation is correct.")|safe}}',
title: '{{_("Title")|safe}}',
tts: '{{_("Text to Speech")|safe}}'
delete: "{{_('Delete')|safe}}",
deleteCtrlNoConfirm: "{{_('Delete (Ctrl for no confirm)')|safe}}",
viewSrc: "{{_('View Source Code')|safe}}",
subscriSep: "{{_('Subscribe (Deliver Separately)')|safe}}",
subscribe: "{{_('Subscribe')|safe}}",
cannotAddRss: "{{_('Cannot add this custom rss, Error:')|safe}}",
cannotDelRss: "{{_('Cannot delete this feed, Error:')|safe}}",
fulltext: "{{_('Fulltext')|safe}}",
share: "{{_('Share')|safe}}",
areYouSureDelete: "{{_('Are you sure to delete ({0})?')|safe}}",
reportThisFeedInvalid: "{{_('Report to the server that this feed is invalid.')|safe}}",
areYouSureRemoveAll: "{{_('Are you sure to REMOVE ALL CUSTOM RSS?')|safe}}",
shareLinksHappiness: "{{_('Share links, share happiness')|safe}}",
category: "{{_('Category')|safe}}",
language: "{{_('Language')|safe}}",
shareCatTips: "{{_('Please write a category in text field if the one you wish is not in the list.')|safe}}",
ok: "{{_('Ok')|safe}}",
cancel: "{{_('Cancel')|safe}}",
share: "{{_('Share')|safe}}",
langInvalid: "{{_('Language code invalid')|safe}}",
thankForShare: "{{_('Thank you for sharing.')|safe}}",
close: "{{_('Close')|safe}}",
unsubscribe: "{{_('Unsubscribe')|safe}}",
cannotSubsRecipe: "{{_('Cannot subscribe this recipe, Error:')|safe}}",
areYouSureUnsubscribe: "{{_('Are you sure to Unsubscribe ({0})?')|safe}}",
cannotUnsubsRecipe: "{{_('Cannot unsubscribe this recipe, Error:')|safe}}",
alreadySubscribed: "{{_('The recipe is already subscribed.')|safe}}",
subscriptionInfo: "{{_('Website login lnformation')|safe}}",
account: "{{_('Account')|safe}}",
password: "{{_('Password')|safe}}",
submit: "{{_('Submit')|safe}}",
recipeLoginTips: "{{_('If any field is left blank, the server will clear the saved login information.')|safe}}",
cannotSetSubsInfo: "{{_('Cannot set the website login information, Error:')|safe}}",
chooseRecipeFile: "{{_('Choose a recipe file to upload')|safe}}",
congratulations: "{{_('Congratulations')|safe}}",
thanks: "{{_('Thanks')|safe}}",
recipeUploadedTips: "{{_('Your recipe has been uploaded, and it can be found in the Library section. If you dont see it, please make sure to switch to the correct language.')|safe}}",
recipeDeleted: "{{_('Your recipe have been deleted.')|safe}}",
kindleifySelection: "{{_('Kindleify Selection')|safe}}",
verify: "{{_('Verify')|safe}}",
verified: "{{_('Verified')|safe}}",
passwordWrong: "{{_('The username does not exist or password is wrong.')|safe}}",
fileIsNotInMime: "{{_('The file you chosen is not an acceptable type.')|safe}}",
fileUploaded: "{{_('The file have been uploaded successfully.')|safe}}",
feedSubscribed: "{{_('This feed has been successfully subscribed.')|safe}}",
thank4RssFeedback: "{{_('Thank you for your feedback, this feed will be reviewed soon.')|safe}}",
confirmShareRecipe: "{{_('Are you confirming to share the recipe ({0})?')|safe}}",
catAll: "{{_('[All]')|safe}}",
catByTime: "{{_('[By Time]')|safe}}",
uncategoried: "{{_('[Uncategoried]')|safe}}",
noLinksFound: "{{_('There are no links found.')|safe}}",
invalidReport: "{{_('Invalid report')|safe}}",
confirmInvalidReport: "{{_('Are you confirming that this link is invalid or off the cloud?')|safe}}",
customizeDelivTime: "{{_('Customize delivery time')|safe}}",
delivDays: "{{_('Delivery days')|safe}}",
Mon: "{{_('Mon')|safe}}",
Tue: "{{_('Tue')|safe}}",
Wed: "{{_('Wed')|safe}}",
Thu: "{{_('Thu')|safe}}",
Fri: "{{_('Fri')|safe}}",
Sat: "{{_('Sat')|safe}}",
Sun: "{{_('Sun')|safe}}",
delivTimes: "{{_('Delivery times')|safe}}",
customDelivTimesaved: "{{_('The customized delivery time for the recipe has been successfully saved.')|safe}}",
accountDeleted: "{{_('The account have been deleted.')|safe}}",
namePwdEmpty: "{{_('The username or password is empty.')|safe}}",
pwdDismatch: "{{_('The two new passwords are dismatch.')|safe}}",
chPwdSuccess: "{{_('Password changed successfully.')|safe}}",
addAccountOk: "{{_('Account added successfully.')|safe}}",
loginRequired: "{{_('login required')|safe}}",
uploadCoversOk: "{{_('Upload cover files successfully.')|safe}}",
imgSizeToLarge: "{{_('Total size of the files you selected exceeds 16MB. Please reduce the image resolution or upload in batches.')|safe}}",
translator: "{{_('Translator')|safe}}",
abbrUpl: "{{_('Upl')|safe}}",
abbrSep: "{{_('Sep')|safe}}",
abbrLog: "{{_('Log')|safe}}",
abbrEmb: "{{_('Emb')|safe}}",
abbrTr: "{{_('Tr')|safe}}",
abbrTts: "{{_('Tts')|safe}}",
testEmailOk: "{{_('The test email has been successfully sent to the following addresses. Please check your inbox or spam folder to confirm its delivery. Depending on your email server, there may be a slight delay.')|safe}}",
translating: "{{_('Translating...')|safe}}",
configOk: "{{_('The configuration validation is correct.')|safe}}",
title: "{{_('Title')|safe}}",
tts: "{{_('Text to Speech')|safe}}"
};
</script>
{% block javascript_inhead %}
Expand Down
Binary file modified application/translations/zh/LC_MESSAGES/messages.mo
Binary file not shown.
2 changes: 1 addition & 1 deletion application/translations/zh/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ msgid ""
"Your recipe has been uploaded, and it can be found in the Library "
"section. If you dont see it, please make sure to switch to the correct "
"language."
msgstr "您的Recipe已经上传,可以在本页面的 \"新闻源\" 区段找到。如果没有,请确认您已经切换到正确的语种。"
msgstr "您的Recipe已经上传,可以在本页面的 [新闻源] 区段找到。如果没有,请确认您已经切换到正确的语种。"

#: application/templates/base.html:58
msgid "Your recipe have been deleted."
Expand Down

0 comments on commit a3efd16

Please sign in to comment.