Skip to content

Commit

Permalink
Language pack items in positive order
Browse files Browse the repository at this point in the history
  • Loading branch information
gaowanliang committed Apr 5, 2021
1 parent 0306091 commit b6b7887
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions i18n/en.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
startToUpload = "`%s` start uploading, size:`%s`"
completeUpload = "%s upload completed, time consuming %d s,average upload speed %s/s"
configCreateSuccess = "The registration is successful. A new login file has been created in the running directory:%s"
telegramSendError = "Telegram Send Error:%s"
failToLink = "OneDrive account `%s` \n There was a connection problem when uploading `%s` Retrying. This is the %d times retrying"
failToLoadFiles = "Failed to Load Files from source :%v"
startToUpload1 = "start uploading to onedrive"
failToStore = "Failed to Restore :%v"
oneDriveBigFile = "File: `%s` Start upload to OneDrive\nAccounts:`%s`\nFile over 4MB, go to large file channel"
oneDriveSmallFile = "File: `%s` Start upload to OneDrive\nAccounts:`%s`\nFile less than 4MB, go to small file channel, uploading in progress"
failToStore = "Failed to Restore :%v"
failToLink = "OneDrive account `%s` \n There was a connection problem when uploading `%s` Retrying. This is the %d times retrying"
oneDriveUploadTip1 = "OneDrive account `%s` \nUploading `%s`\nSize:`%s` Complete: `%s` Progress: *『%d/%d』* \nSpeed:`%s/s` \nTime: `%d s`"
oneDriveUploadTip2 = "OneDrive account `%s` \nUploading `%s`\nSize:`%s` Complete: `%s` Progress: *『%d/%d』* \nSpeed:`----` \nTime: `%d s`"
oneDriveUploadTip2 = "OneDrive account `%s` \nUploading `%s`\nSize:`%s` Complete: `%s` Progress: *『%d/%d』* \nSpeed:`----` \nTime: `%d s`"
startToUpload = "`%s` start uploading, size:`%s`"
startToUpload1 = "start uploading to onedrive"
telegramSendError = "Telegram Send Error:%s"
12 changes: 6 additions & 6 deletions i18n/zh-CN.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
startToUpload = "`%s` 开始上传,大小: `%s`"
completeUpload = "%s上传完成,耗时 %d 秒,平均上传速度 %s/s"
configCreateSuccess = "注册成功,已在运行目录下新建登录文件%s"
telegramSendError = "Telegram 发送错误:%s"
failToLink = "向OneDrive账户 `%s` 上传 `%s` 时出现连接问题,正在重试,当前为第%d次重试"
failToLoadFiles = "无法从源加载文件 :%v"
startToUpload1 = "开始上传至OneDrive"
failToStore = "无法还原 :%v"
oneDriveBigFile = "文件: `%s` 开始上传至OneDrive\n账户:`%s`\n文件超过4MB,进入大文件通道"
oneDriveSmallFile = "文件: `%s` 开始上传至OneDrive\n账户:`%s`\n文件小于4MB,进入小文件通道,上传中"
failToStore = "无法还原 :%v"
failToLink = "向OneDrive账户 `%s` 上传 `%s` 时出现连接问题,正在重试,当前为第%d次重试"
oneDriveUploadTip1 = "正在向OneDrive账户 `%s` 上传 `%s`\n大小:`%s` 已上传大小: `%s` 进度: *『%d/%d』* \n速度:`%s/s` \n已耗时: `%d s`"
oneDriveUploadTip2 = "正在向OneDrive账户 `%s` 上传 `%s`\n大小:`%s` 已上传大小: `%s` 进度: *『%d/%d』* \n速度:`----` \n已耗时: `%d s`"
oneDriveUploadTip2 = "正在向OneDrive账户 `%s` 上传 `%s`\n大小:`%s` 已上传大小: `%s` 进度: *『%d/%d』* \n速度:`----` \n已耗时: `%d s`"
startToUpload = "`%s` 开始上传,大小: `%s`"
startToUpload1 = "开始上传至OneDrive"
telegramSendError = "Telegram 发送错误:%s"

0 comments on commit b6b7887

Please sign in to comment.