Skip to content

Commit

Permalink
app: Optimize UI
Browse files Browse the repository at this point in the history
  • Loading branch information
YuKongA committed May 26, 2024
1 parent b02abff commit d871f50
Show file tree
Hide file tree
Showing 5 changed files with 149 additions and 89 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@
<string name="login_expired">ログイン期限切れ</string>
<string name="login_expired_desc">再ログインをお勧めします</string>
<string name="copy_button">コピー</string>
<string name="copy_successful">コピー成功</string>
<string name="download_button">ダウンロード</string>
<string name="download_start">ダウンロード開始</string>
<string name="security_error">セキュリティキーの取得に失敗しました</string>
<string name="logout">ログアウト</string>
<string name="confirm">確認</string>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@
<string name="using_v2">正在使用 v2 接口</string>
<string name="logged_in">已登录</string>
<string name="copy_button">复制</string>
<string name="copy_successful">复制成功</string>
<string name="download_button">下载</string>
<string name="download_start">开始下载</string>
<string name="security_error">获取密钥失败</string>
<string name="logout">登出</string>
<string name="confirm">确定</string>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@
<string name="using_v2">正在使用 v2 端口</string>
<string name="logged_in">已登入</string>
<string name="copy_button">複製</string>
<string name="copy_successful">複製成功</string>
<string name="download_button">下載</string>
<string name="download_start">開始下載</string>
<string name="security_error">取得密鑰失敗</string>
<string name="logout">登出</string>
<string name="confirm">確定</string>
Expand Down
2 changes: 2 additions & 0 deletions composeApp/src/commonMain/composeResources/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@
<string name="login_expired">Login expired</string>
<string name="login_expired_desc">Recommended to login again</string>
<string name="copy_button">Copy</string>
<string name="copy_successful">Copy successful</string>
<string name="download_button">Download</string>
<string name="download_start">Start download</string>
<string name="security_error">Failed to get security key</string>
<string name="logout">Logout</string>
<string name="confirm">Confirm</string>
Expand Down
Loading

0 comments on commit d871f50

Please sign in to comment.