-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #58 from akiomik/improve-user-screen
Improve user screen
- Loading branch information
Showing
4 changed files
with
126 additions
and
48 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
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
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 |
---|---|---|
|
@@ -15,6 +15,12 @@ | |
<string name="license">ライセンス</string> | ||
<string name="login_title">ログイン</string> | ||
<string name="service_provider">サービスプロバイダ</string> | ||
<string name="follows">フォロー中</string> | ||
<string name="followers">フォロワー</string> | ||
<string name="posts">投稿</string> | ||
<string name="edit">編集</string> | ||
<string name="follow">フォロー</string> | ||
<string name="unfollow">フォロー解除</string> | ||
<string name="login_handle_or_email">ハンドルネーム または メールアドレス</string> | ||
<string name="login_handle_or_email_placeholder">jack.bsky.social または [email protected]</string> | ||
<string name="login_password">パスワード</string> | ||
|
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 |
---|---|---|
|
@@ -13,6 +13,12 @@ | |
<string name="mute">Mute</string> | ||
<string name="license">License</string> | ||
<string name="service_provider">Service Provider</string> | ||
<string name="follows">follows</string> | ||
<string name="followers">followers</string> | ||
<string name="posts">posts</string> | ||
<string name="edit">Edit</string> | ||
<string name="follow">Follow</string> | ||
<string name="unfollow">Unfollow</string> | ||
<string name="login_title">Login</string> | ||
<string name="login_handle_or_email">Handle or Email</string> | ||
<string name="login_handle_or_email_placeholder">jack.bsky.social or [email protected]</string> | ||
|