-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Language pack items in positive order
- Loading branch information
1 parent
0306091
commit b6b7887
Showing
2 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |