Skip to content

Commit

Permalink
U 语言包
Browse files Browse the repository at this point in the history
U 语言包
  • Loading branch information
DamonHu committed Dec 30, 2019
1 parent fc06abb commit 6e686c4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion HDWindowLoggerSwift.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = 'HDWindowLoggerSwift'
s.swift_version = '5.0'
s.version = '1.2.10'
s.version = '1.2.11'
s.license= { :type => "MIT", :file => "LICENSE" }
s.summary = 'The iOS side displays the output log log on the screen, and can generate log file sharing, which is convenient for debugging information'
s.homepage = 'https://github.com/DamonHu/HDWindowLoggerSwift'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@
"输入密码查看加密数据" = "Enter password to view";
"该内容已加密,请解密后查看" = "This content is encrypted, please view it after decryption";
"密码设置长度错误,需要32个字符" = "The password requires 32 characters";
"0条结果" = "result: 0";
"上一条" = "Previous";
"下一条" = "Next";
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@
"输入密码查看加密数据" = "输入密码查看加密数据";
"该内容已加密,请解密后查看" = "该内容已加密,请解密后查看";
"密码设置长度错误,需要32个字符" = "密码设置长度错误,需要32个字符";
"0条结果" = "0条结果";
"上一条" = "上一条";
"下一条" = "下一条";

0 comments on commit 6e686c4

Please sign in to comment.