Skip to content

Commit 6ed26d5

Browse files
authored
New Crowdin updates (#266)
* New translations localizable.strings (Korean) * New translations login.strings (Korean) * New translations login.strings (Chinese Simplified) * New translations login.strings (Chinese Traditional) * New translations login.strings (English) * New translations login.strings (English)
1 parent 734b754 commit 6ed26d5

File tree

5 files changed

+5
-1
lines changed

5 files changed

+5
-1
lines changed

Sources/iOS/Core/Strings/en.lproj/Login.strings

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
"title" = "Login";
1010
"pleaseInputMastodonInstance" = "Please input mastodon instance";
11+
"validationFailed.hostIncludingSlash" = "Please only include host name (without https:// and/or leading slash)";
1112
"loginButton" = "Login";
1213

1314
"progressDialog.title" = "Logging in...";

Sources/iOS/Core/Strings/ko.lproj/Localizable.strings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"postDetail.reportAbuse" = "신고";
9090
"postDetail.boost" = "부스트";
9191
"postDetail.favorite" = "좋아요";
92-
"inquiryWithAnotherAccount.action" = "他のアカウントで照会";
92+
"inquiryWithAnotherAccount.action" = "다른 계정으로 조회";
9393
"customEmojis.title" = "커스텀 이모지 목록";
9494

9595
"quote.state.pending" = "원본 게시자에 의해 인용이 아직 허용돼있지 않습니다";

Sources/iOS/Core/Strings/ko.lproj/Login.strings

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
"title" = "로그인";
1010
"pleaseInputMastodonInstance" = "Mastodon 인스턴스를 입력해 주세요";
11+
"validationFailed.hostIncludingSlash" = "ホスト名のみを入力してください (https:// や最後の / は含めないでください)";
1112
"loginButton" = "로그인";
1213

1314
"progressDialog.title" = "로그인 중";

Sources/iOS/Core/Strings/zh-Hans.lproj/Login.strings

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
"title" = "登录";
1010
"pleaseInputMastodonInstance" = "请输入Mastodon服务器链接";
11+
"validationFailed.hostIncludingSlash" = "ホスト名のみを入力してください (https:// や最後の / は含めないでください)";
1112
"loginButton" = "登录";
1213

1314
"progressDialog.title" = "正在登录";

Sources/iOS/Core/Strings/zh-Hant.lproj/Login.strings

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
"title" = "登入";
1010
"pleaseInputMastodonInstance" = "請輸入Mastodon實例鏈接";
11+
"validationFailed.hostIncludingSlash" = "ホスト名のみを入力してください (https:// や最後の / は含めないでください)";
1112
"loginButton" = "登入";
1213

1314
"progressDialog.title" = "登入中";

0 commit comments

Comments
 (0)