|
16 | 16 | "userRoleGuest": "ゲスト",
|
17 | 17 | "@userRoleGuest": {},
|
18 | 18 | "userRoleUnknown": "不明",
|
19 |
| - "@userRoleUnknown": {} |
| 19 | + "@userRoleUnknown": {}, |
| 20 | + "aboutPageTitle": "Zulipについて", |
| 21 | + "@aboutPageTitle": { |
| 22 | + "description": "Title for About Zulip page." |
| 23 | + }, |
| 24 | + "aboutPageAppVersion": "アプリのバージョン", |
| 25 | + "@aboutPageAppVersion": { |
| 26 | + "description": "Label for Zulip app version in About Zulip page" |
| 27 | + }, |
| 28 | + "aboutPageOpenSourceLicenses": "オープンソースライセンス", |
| 29 | + "@aboutPageOpenSourceLicenses": { |
| 30 | + "description": "Item title in About Zulip page to navigate to Licenses page" |
| 31 | + }, |
| 32 | + "upgradeWelcomeDialogTitle": "新しいZulipアプリへようこそ!", |
| 33 | + "@upgradeWelcomeDialogTitle": { |
| 34 | + "description": "Title for dialog shown on first upgrade from the legacy Zulip app." |
| 35 | + }, |
| 36 | + "aboutPageTapToView": "タップして表示", |
| 37 | + "@aboutPageTapToView": { |
| 38 | + "description": "Item subtitle in About Zulip page to navigate to Licenses page" |
| 39 | + }, |
| 40 | + "upgradeWelcomeDialogMessage": "より速く、洗練されたデザインで、これまでと同じ使い心地をお楽しみいただけます。", |
| 41 | + "@upgradeWelcomeDialogMessage": { |
| 42 | + "description": "Message text for dialog shown on first upgrade from the legacy Zulip app." |
| 43 | + }, |
| 44 | + "upgradeWelcomeDialogLinkText": "お知らせブログ記事をご確認ください!", |
| 45 | + "@upgradeWelcomeDialogLinkText": { |
| 46 | + "description": "Text of link in dialog shown on first upgrade from the legacy Zulip app." |
| 47 | + }, |
| 48 | + "upgradeWelcomeDialogDismiss": "はじめよう", |
| 49 | + "@upgradeWelcomeDialogDismiss": { |
| 50 | + "description": "Label for button dismissing dialog shown on first upgrade from the legacy Zulip app." |
| 51 | + }, |
| 52 | + "settingsPageTitle": "設定", |
| 53 | + "@settingsPageTitle": { |
| 54 | + "description": "Title for the settings page." |
| 55 | + }, |
| 56 | + "switchAccountButton": "アカウントを切り替える", |
| 57 | + "@switchAccountButton": { |
| 58 | + "description": "Label for main-menu button leading to the choose-account page." |
| 59 | + }, |
| 60 | + "chooseAccountPageLogOutButton": "ログアウト", |
| 61 | + "@chooseAccountPageLogOutButton": { |
| 62 | + "description": "Label for the 'Log out' button for an account on the choose-account page" |
| 63 | + }, |
| 64 | + "logOutConfirmationDialogTitle": "ログアウトしますか?", |
| 65 | + "@logOutConfirmationDialogTitle": { |
| 66 | + "description": "Title for a confirmation dialog for logging out." |
| 67 | + }, |
| 68 | + "actionSheetOptionListOfTopics": "トピック一覧", |
| 69 | + "@actionSheetOptionListOfTopics": { |
| 70 | + "description": "Label for navigating to a channel's topic-list page." |
| 71 | + }, |
| 72 | + "actionSheetOptionMarkChannelAsRead": "チャンネルを既読にする", |
| 73 | + "@actionSheetOptionMarkChannelAsRead": { |
| 74 | + "description": "Label for marking a channel as read." |
| 75 | + }, |
| 76 | + "actionSheetOptionMuteTopic": "トピックをミュート", |
| 77 | + "@actionSheetOptionMuteTopic": { |
| 78 | + "description": "Label for muting a topic on action sheet." |
| 79 | + }, |
| 80 | + "actionSheetOptionUnmuteTopic": "トピックのミュートを解除", |
| 81 | + "@actionSheetOptionUnmuteTopic": { |
| 82 | + "description": "Label for unmuting a topic on action sheet." |
| 83 | + }, |
| 84 | + "actionSheetOptionFollowTopic": "トピックをフォロー", |
| 85 | + "@actionSheetOptionFollowTopic": { |
| 86 | + "description": "Label for following a topic on action sheet." |
| 87 | + }, |
| 88 | + "actionSheetOptionUnfollowTopic": "トピックのフォローを解除", |
| 89 | + "@actionSheetOptionUnfollowTopic": { |
| 90 | + "description": "Label for unfollowing a topic on action sheet." |
| 91 | + }, |
| 92 | + "actionSheetOptionResolveTopic": "解決済みにする", |
| 93 | + "@actionSheetOptionResolveTopic": { |
| 94 | + "description": "Label for the 'Mark as resolved' button on the topic action sheet." |
| 95 | + }, |
| 96 | + "actionSheetOptionUnresolveTopic": "未解決にする", |
| 97 | + "@actionSheetOptionUnresolveTopic": { |
| 98 | + "description": "Label for the 'Mark as unresolved' button on the topic action sheet." |
| 99 | + }, |
| 100 | + "errorResolveTopicFailedTitle": "トピックを解決済みにできませんでした", |
| 101 | + "@errorResolveTopicFailedTitle": { |
| 102 | + "description": "Error title when marking a topic as resolved failed." |
| 103 | + }, |
| 104 | + "errorUnresolveTopicFailedTitle": "トピックを未解決にできませんでした", |
| 105 | + "@errorUnresolveTopicFailedTitle": { |
| 106 | + "description": "Error title when marking a topic as unresolved failed." |
| 107 | + }, |
| 108 | + "actionSheetOptionCopyMessageText": "メッセージ本文をコピー", |
| 109 | + "@actionSheetOptionCopyMessageText": { |
| 110 | + "description": "Label for copy message text button on action sheet." |
| 111 | + }, |
| 112 | + "actionSheetOptionCopyMessageLink": "メッセージへのリンクをコピー", |
| 113 | + "@actionSheetOptionCopyMessageLink": { |
| 114 | + "description": "Label for copy message link button on action sheet." |
| 115 | + }, |
| 116 | + "actionSheetOptionMarkAsUnread": "ここから未読にする", |
| 117 | + "@actionSheetOptionMarkAsUnread": { |
| 118 | + "description": "Label for mark as unread button on action sheet." |
| 119 | + }, |
| 120 | + "actionSheetOptionHideMutedMessage": "ミュートしたメッセージを再び非表示にする", |
| 121 | + "@actionSheetOptionHideMutedMessage": { |
| 122 | + "description": "Label for hide muted message again button on action sheet." |
| 123 | + }, |
| 124 | + "actionSheetOptionShare": "共有", |
| 125 | + "@actionSheetOptionShare": { |
| 126 | + "description": "Label for share button on action sheet." |
| 127 | + }, |
| 128 | + "actionSheetOptionQuoteMessage": "メッセージを引用", |
| 129 | + "@actionSheetOptionQuoteMessage": { |
| 130 | + "description": "Label for the 'Quote message' button in the message action sheet." |
| 131 | + }, |
| 132 | + "actionSheetOptionStarMessage": "メッセージにスターを付ける", |
| 133 | + "@actionSheetOptionStarMessage": { |
| 134 | + "description": "Label for star button on action sheet." |
| 135 | + }, |
| 136 | + "actionSheetOptionUnstarMessage": "メッセージのスターを外す", |
| 137 | + "@actionSheetOptionUnstarMessage": { |
| 138 | + "description": "Label for unstar button on action sheet." |
| 139 | + }, |
| 140 | + "actionSheetOptionEditMessage": "メッセージを編集", |
| 141 | + "@actionSheetOptionEditMessage": { |
| 142 | + "description": "Label for the 'Edit message' button in the message action sheet." |
| 143 | + }, |
| 144 | + "actionSheetOptionMarkTopicAsRead": "トピックを既読にする", |
| 145 | + "@actionSheetOptionMarkTopicAsRead": { |
| 146 | + "description": "Option to mark a specific topic as read in the action sheet." |
| 147 | + }, |
| 148 | + "errorWebAuthOperationalErrorTitle": "問題が発生しました", |
| 149 | + "@errorWebAuthOperationalErrorTitle": { |
| 150 | + "description": "Error title when third-party authentication has an operational error (not necessarily caused by invalid credentials)." |
| 151 | + }, |
| 152 | + "errorWebAuthOperationalError": "予期しないエラーが発生しました。", |
| 153 | + "@errorWebAuthOperationalError": { |
| 154 | + "description": "Error message when third-party authentication has an operational error (not necessarily caused by invalid credentials)." |
| 155 | + }, |
| 156 | + "errorAccountLoggedInTitle": "このアカウントはすでにログインしています", |
| 157 | + "@errorAccountLoggedInTitle": { |
| 158 | + "description": "Error title on attempting to log into an account that's already logged in." |
| 159 | + }, |
| 160 | + "errorCouldNotFetchMessageSource": "メッセージのソースを取得できませんでした。", |
| 161 | + "@errorCouldNotFetchMessageSource": { |
| 162 | + "description": "Error message when the source of a message could not be fetched." |
| 163 | + }, |
| 164 | + "errorCopyingFailed": "コピーに失敗しました", |
| 165 | + "@errorCopyingFailed": { |
| 166 | + "description": "Error message when copying the text of a message to the user's system clipboard failed." |
| 167 | + }, |
| 168 | + "errorFailedToUploadFileTitle": "ファイルのアップロードに失敗しました: {filename}", |
| 169 | + "@errorFailedToUploadFileTitle": { |
| 170 | + "description": "Error title when the specified file failed to upload.", |
| 171 | + "placeholders": { |
| 172 | + "filename": { |
| 173 | + "type": "String", |
| 174 | + "example": "file.txt" |
| 175 | + } |
| 176 | + } |
| 177 | + }, |
| 178 | + "filenameAndSizeInMiB": "{filename}: {size} MiB", |
| 179 | + "@filenameAndSizeInMiB": { |
| 180 | + "description": "The name of a file, and its size in mebibytes.", |
| 181 | + "placeholders": { |
| 182 | + "filename": { |
| 183 | + "type": "String", |
| 184 | + "example": "foo.txt" |
| 185 | + }, |
| 186 | + "size": { |
| 187 | + "type": "String", |
| 188 | + "example": "20.2" |
| 189 | + } |
| 190 | + } |
| 191 | + } |
20 | 192 | }
|
0 commit comments