signal-desktop/_locales/ja/messages.json

2259 lines
95 KiB
JSON
Raw Normal View History

2016-06-30 01:12:20 +00:00
{
2019-03-12 01:43:28 +00:00
"copyErrorAndQuit": {
"message": "Copy error and quit",
"description": "Shown in the top-level error popup, allowing user to copy the error text and close the app"
},
2019-04-08 21:16:09 +00:00
"unknownGroup": {
2019-09-13 20:59:54 +00:00
"message": "不明なグループ",
2019-04-08 21:16:09 +00:00
"description": "Shown as the name of a group if we don't have any information about it"
},
2019-03-12 01:43:28 +00:00
"databaseError": {
2019-09-13 20:59:54 +00:00
"message": "データベースのエラー",
2019-03-12 01:43:28 +00:00
"description": "Shown in a popup if the database cannot start up properly"
},
"deleteAndRestart": {
2020-01-24 00:01:22 +00:00
"message": "すべてのデータを削除して再起動",
2019-03-12 01:43:28 +00:00
"description": "Shown in a popup if the database cannot start up properly; allows user to dalete database and restart"
},
2018-08-31 20:50:28 +00:00
"mainMenuFile": {
"message": "ファイル (&F)",
"description": "The label that is used for the File menu in the program main menu. The '&' indicates that the following letter will be used as the keyboard 'shortcut letter' for accessing the menu with the Alt-<letter> combination."
},
2020-01-24 00:01:22 +00:00
"mainMenuCreateStickers": {
"message": "ステッカーパックを作成・アップロード",
"description": "The label that is used for the Create/upload sticker pack option in the File menu in the program main menu. The '&' indicates that the following letter will be used as the keyboard 'shortcut letter' for accessing the menu with the Alt-<letter> combination."
},
2018-08-31 20:50:28 +00:00
"mainMenuEdit": {
"message": "編集 (&E)",
"description": "The label that is used for the Edit menu in the program main menu. The '&' indicates that the following letter will be used as the keyboard 'shortcut letter' for accessing the menu with the Alt-<letter> combination."
},
2018-08-31 20:50:28 +00:00
"mainMenuView": {
"message": "表示 (&V)",
"description": "The label that is used for the View menu in the program main menu. The '&' indicates that the following letter will be used as the keyboard 'shortcut letter' for accessing the menu with the Alt-<letter> combination."
2016-10-07 10:13:47 +00:00
},
2018-08-31 20:50:28 +00:00
"mainMenuWindow": {
"message": "ウィンドウ (&W)",
"description": "The label that is used for the Window menu in the program main menu. The '&' indicates that the following letter will be used as the keyboard 'shortcut letter' for accessing the menu with the Alt-<letter> combination."
},
"mainMenuHelp": {
"message": "ヘルプ (&H)",
"description": "The label that is used for the Help menu in the program main menu. The '&' indicates that the following letter will be used as the keyboard 'shortcut letter' for accessing the menu with the Alt-<letter> combination."
},
"mainMenuSettings": {
"message": "設定...",
"description": "The label that is used for the Preferences menu in the program main menu. This should be consistent with the standard naming for Preferences on the operating system."
},
"appMenuHide": {
"message": "最小化",
"description": "Application menu command to hide the window"
},
2018-07-18 17:47:58 +00:00
"appMenuHideOthers": {
"message": "他のウィンドウを隠す",
"description": "Application menu command to hide all other windows"
},
2018-08-31 20:50:28 +00:00
"appMenuUnhide": {
"message": "すべて表示",
"description": "Application menu command to show all application windows"
2018-05-02 16:29:36 +00:00
},
2018-08-31 20:50:28 +00:00
"appMenuQuit": {
"message": "Signalを終了する",
"description": "Application menu command to close the application"
2018-05-02 16:29:36 +00:00
},
2018-08-31 20:50:28 +00:00
"editMenuUndo": {
2018-10-16 00:32:32 +00:00
"message": "元に戻す",
2018-08-31 20:50:28 +00:00
"description": "Edit menu command to remove recently-typed text"
},
2018-08-31 20:50:28 +00:00
"editMenuRedo": {
2018-10-16 00:32:32 +00:00
"message": "やり直す",
2018-08-31 20:50:28 +00:00
"description": "Edit menu command to restore previously undone typed text"
2016-06-30 01:12:20 +00:00
},
2018-08-31 20:50:28 +00:00
"editMenuCut": {
"message": "切り取り",
"description": "Edit menu command to remove selected text and add it to clipboard"
2017-04-16 06:51:10 +00:00
},
2018-08-31 20:50:28 +00:00
"editMenuCopy": {
"message": "コピー",
"description": "Edit menu command to add selected text to clipboard"
},
2018-08-31 20:50:28 +00:00
"editMenuPaste": {
2018-10-16 00:32:32 +00:00
"message": "貼り付け",
2018-08-31 20:50:28 +00:00
"description": "Edit menu command to insert text from clipboard at cursor location"
2016-06-30 01:12:20 +00:00
},
2018-08-31 20:50:28 +00:00
"editMenuPasteAndMatchStyle": {
"message": "貼り付けてスタイルをマッチさせる",
"description": "Edit menu command to insert text from clipboard at cursor location, taking only text and not style information"
2016-10-08 14:40:13 +00:00
},
2018-08-31 20:50:28 +00:00
"editMenuDelete": {
"message": "削除する",
"description": "Edit menu command to remove the selected text"
},
2018-08-31 20:50:28 +00:00
"editMenuSelectAll": {
"message": "すべて選択",
"description": "Edit menu comand to select all of the text in selected text box"
},
2018-08-31 20:50:28 +00:00
"editMenuStartSpeaking": {
"message": "話し始める",
"description": "Edit menu item under 'speech' to start dictation"
2016-10-07 10:13:47 +00:00
},
2018-08-31 20:50:28 +00:00
"editMenuStopSpeaking": {
"message": "話し終わる",
"description": "Edit menu item under 'speech' to stop dictation"
2016-06-30 01:12:20 +00:00
},
2018-08-31 20:50:28 +00:00
"windowMenuClose": {
"message": "ウィンドウを閉じる",
"description": "Window menu command to close the current window"
2016-10-07 10:13:47 +00:00
},
2018-08-31 20:50:28 +00:00
"windowMenuMinimize": {
"message": "最小化する",
"description": "Window menu command to minimize the current window"
2016-06-30 01:12:20 +00:00
},
2018-08-31 20:50:28 +00:00
"windowMenuZoom": {
"message": "ズーム",
"description": "Window menu command to make the current window the size of the whole screen"
2018-07-31 16:54:06 +00:00
},
2018-08-31 20:50:28 +00:00
"windowMenuBringAllToFront": {
"message": "すべてを前面に表示する",
"description": "Window menu command to bring all windows of current applicatinon to front"
2016-08-11 19:22:17 +00:00
},
2018-08-31 20:50:28 +00:00
"viewMenuResetZoom": {
"message": "実サイズ",
"description": "View menu command to go back to the default zoom"
2018-05-02 16:29:36 +00:00
},
2018-08-31 20:50:28 +00:00
"viewMenuZoomIn": {
"message": "ズームインする",
"description": "View menu command to make everything bigger"
},
2018-08-31 20:50:28 +00:00
"viewMenuZoomOut": {
"message": "ズームアウトする",
"description": "View menu command to make everything smaller"
},
2018-08-31 20:50:28 +00:00
"viewMenuToggleFullScreen": {
"message": "フルスクリーンを切り替える",
"description": "View menu command to enter or leave Full Screen mode"
2016-06-30 01:12:20 +00:00
},
2018-08-31 20:50:28 +00:00
"viewMenuToggleDevTools": {
"message": "開発者ツールを切り替える",
"description": "View menu command to show or hide the developer tools"
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"menuSetupAsNewDevice": {
"message": "新しいデバイスとしてセットアップ",
"description": "When the application is not yet set up, menu option to start up the set up as fresh device"
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"menuSetupAsStandalone": {
"message": "独立したデバイスとして設定",
"description": "Only available on development modes, menu option to open up the standalone device setup sequence"
},
2019-11-11 17:55:59 +00:00
"avatarMenuViewArchive": {
2020-01-24 00:01:22 +00:00
"message": "アーカイブを表示",
2019-11-11 17:55:59 +00:00
"description": "One of the menu options available in the Avatar Popup menu"
},
2018-08-31 20:50:28 +00:00
"loading": {
"message": "読み込んでいます",
"description": "Message shown on the loading screen before we've loaded any messages"
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"optimizingApplication": {
"message": "アプリケーションを最適化しています...",
"description": "Message shown on the loading screen while we are doing application optimizations"
2016-06-30 01:12:20 +00:00
},
2018-08-31 20:50:28 +00:00
"migratingToSQLCipher": {
2018-10-16 00:32:32 +00:00
"message": "メッセージを最適化中... $status$完了した。",
2018-08-31 20:50:28 +00:00
"description": "Message shown on the loading screen while we are doing application optimizations",
"placeholders": {
2018-08-31 20:50:28 +00:00
"status": {
"content": "$1",
2018-08-31 20:50:28 +00:00
"example": "45/200"
}
}
},
2019-04-08 21:16:09 +00:00
"archivedConversations": {
2019-09-13 20:59:54 +00:00
"message": "アーカイブ済みの会話",
2019-04-08 21:16:09 +00:00
"description": "Shown in place of the search box when showing archived conversation list"
},
"archiveHelperText": {
2019-09-13 20:59:54 +00:00
"message": "この会話はアーカイブされています。新しいメッセージが届いた場合のみ受信箱に表示されます。",
2019-04-08 21:16:09 +00:00
"description": "Shown at the top of the archived converations list in the left pane"
},
"archiveConversation": {
2019-09-13 20:59:54 +00:00
"message": "会話をアーカイブする",
2019-04-08 21:16:09 +00:00
"description": "Shown in menu for conversation, and moves conversation out of main conversation list"
},
"moveConversationToInbox": {
2019-09-13 20:59:54 +00:00
"message": "会話を受信箱に移動する",
2019-04-08 21:16:09 +00:00
"description": "Undoes Archive Conversation action, and moves archived conversation back to the main conversation list"
},
2018-08-31 20:50:28 +00:00
"chooseDirectory": {
"message": "フォルダを選択",
"description": "Button to allow the user to find a folder on disk"
2016-10-07 10:13:47 +00:00
},
2019-01-16 23:29:04 +00:00
"chooseFile": {
2019-09-13 20:59:54 +00:00
"message": "ファイルを選択",
2019-01-16 23:29:04 +00:00
"description": "Button to allow the user to find a file on disk"
},
2018-08-31 20:50:28 +00:00
"loadDataHeader": {
"message": "データを読み込む",
"description": "Header shown on the first screen in the data import process"
2016-06-30 01:12:20 +00:00
},
2018-08-31 20:50:28 +00:00
"loadDataDescription": {
"message": "Signalの保存データが含まれたフォルダーを選択してください。",
"description": "Introduction to the process of importing messages and contacts from disk"
},
2018-08-31 20:50:28 +00:00
"importChooserTitle": {
"message": "エクスポートされたデータがあるフォルダを選んで下さい。",
"description": "Title of the popup window used to select data previously exported"
2017-05-16 18:56:33 +00:00
},
2018-08-31 20:50:28 +00:00
"importErrorHeader": {
"message": "エラーが発生しました。",
"description": "Header of the error screen after a failed import"
},
2018-08-31 20:50:28 +00:00
"importingHeader": {
"message": "連絡先とメッセージを読み込み中",
"description": "Header of screen shown as data is import"
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"importErrorFirst": {
"message": "正しいディレクトリを選択したか確認してください。ディレクトリ名はSignal Exportから始まります。なお、旧式のChromeアプリからもデータをコピーできます。",
"description": "Message shown if the import went wrong; first paragraph"
2017-04-16 06:51:10 +00:00
},
2018-08-31 20:50:28 +00:00
"importErrorSecond": {
"message": "もしこれらの方法がうまく作用しない場合、デバッグログを提出していただけると将来的な解決につながります!",
"description": "Message shown if the import went wrong; second paragraph"
},
2018-08-31 20:50:28 +00:00
"importAgain": {
"message": "フォルダーを選択して再度お試しください。",
"description": "Button shown if the user runs into an error during import, allowing them to start over"
2016-06-30 01:12:20 +00:00
},
2018-08-31 20:50:28 +00:00
"importCompleteHeader": {
"message": "成功しました!",
"description": "Header shown on the screen at the end of a successful import process"
2017-04-16 06:51:10 +00:00
},
2018-08-31 20:50:28 +00:00
"importCompleteStartButton": {
"message": "Signal Desktopを使い始める",
"description": "Button shown at end of successful import process, nothing left but a restart"
2018-07-31 16:54:06 +00:00
},
2018-08-31 20:50:28 +00:00
"importCompleteLinkButton": {
"message": "この端末をモバイル端末とリンクする",
"description": "Button shown at end of successful 'light' import process, so the standard linking process still needs to happen"
2016-06-30 01:12:20 +00:00
},
2018-08-31 20:50:28 +00:00
"selectedLocation": {
"message": "選択したフォルダ",
"description": "Message shown as the export location if we didn't capture the target directory"
2016-08-11 19:22:17 +00:00
},
2018-08-31 20:50:28 +00:00
"upgradingDatabase": {
"message": "データベースを更新しています。しばらく掛かるかも知れません。",
"description": "Message shown on the loading screen when we're changing database structure on first run of a new version"
2016-10-07 10:13:47 +00:00
},
2018-08-31 20:50:28 +00:00
"loadingMessages": {
"message": "メッセージを読み込んでいます。今のところ$count$通です。",
"description": "Message shown on the loading screen when we're catching up on the backlog of messages",
"placeholders": {
"count": {
"content": "$1",
"example": "5"
}
}
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"me": {
"message": "自分",
"description": "The label for yourself when shown in a group member list"
2018-05-02 16:29:36 +00:00
},
2018-08-31 20:50:28 +00:00
"view": {
"message": "表示",
"description": "Used as a label on a button allowing user to see more information"
2016-06-30 01:12:20 +00:00
},
"youLeftTheGroup": {
"message": "グループを退出しました。",
"description": "Displayed when a user can't send a message because they have left the group"
},
2018-08-31 20:50:28 +00:00
"scrollDown": {
"message": "一番下までスクロール",
"description": "Alt text for button to take user down to bottom of conversation, shown when user scrolls up"
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"messagesBelow": {
"message": "新着メッセージ",
"description": "Alt text for button to take user down to bottom of conversation with more than one message out of screen"
},
2018-08-31 20:50:28 +00:00
"unreadMessage": {
"message": "1 件の未読メッセージ",
"description": "Text for unread message separator, just one message"
},
2018-08-31 20:50:28 +00:00
"unreadMessages": {
"message": "$count$ 件の未読メッセージ",
"description": "Text for unread message separator, with count",
"placeholders": {
"count": {
"content": "$1",
"example": "5"
}
}
2016-06-30 01:12:20 +00:00
},
2018-08-31 20:50:28 +00:00
"youMarkedAsVerified": {
2018-10-16 00:32:32 +00:00
"message": "$name$との安全番号を検証済みにしました",
2018-08-31 20:50:28 +00:00
"description": "Shown in the conversation history when the user marks a contact as verified.",
"placeholders": {
"name": {
"content": "$1",
"example": "Bob"
}
}
},
2018-08-31 20:50:28 +00:00
"youMarkedAsNotVerified": {
2018-10-16 00:32:32 +00:00
"message": "$name$との安全番号を未検証にしました",
2018-08-31 20:50:28 +00:00
"description": "Shown in the conversation history when the user marks a contact as not verified, whether on the Safety Number screen or by dismissing a banner or dialog.",
"placeholders": {
"name": {
"content": "$1",
"example": "Bob"
}
}
},
2018-08-31 20:50:28 +00:00
"youMarkedAsVerifiedOtherDevice": {
"message": " $name$ との安全番号を他の端末で検証済みにしました",
2018-08-31 20:50:28 +00:00
"description": "Shown in the conversation history when we discover that the user marked a contact as verified on another device.",
"placeholders": {
"name": {
"content": "$1",
"example": "Bob"
}
}
2016-06-30 01:12:20 +00:00
},
2018-08-31 20:50:28 +00:00
"youMarkedAsNotVerifiedOtherDevice": {
2018-10-16 00:32:32 +00:00
"message": "$name$との安全番号を他の端末で未検証にしました",
2018-08-31 20:50:28 +00:00
"description": "Shown in the conversation history when we discover that the user marked a contact as not verified on another device.",
2018-07-31 16:54:06 +00:00
"placeholders": {
2018-08-31 20:50:28 +00:00
"name": {
2018-07-31 16:54:06 +00:00
"content": "$1",
2018-08-31 20:50:28 +00:00
"example": "Bob"
2018-07-31 16:54:06 +00:00
}
}
},
2018-08-31 20:50:28 +00:00
"membersNeedingVerification": {
"message": "このメンバーとの安全番号に変更があります。メンバーをクリックして新しい安全番号を見て下さい。",
"description": "When there are multiple previously-verified group members with safety number changes, a banner will be shown. The list of contacts with safety number changes is shown, and this text introduces that list."
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"changedSinceVerifiedMultiple": {
"message": "複数のメンバーで安全番号に変更がありました。誰かが通信を傍受しようとしているかも知れませんしメンバーがSignalをインストールし直しただけかも知れません。",
"description": "Shown on confirmation dialog when user attempts to send a message"
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"changedSinceVerified": {
"message": " $name$ との安全番号に変更があります。誰かが通信を傍受しようとしているかも知れませんし $name$ がSignalをインストールし直しただけかも知れません。",
"description": "Shown on confirmation dialog when user attempts to send a message",
"placeholders": {
"name": {
"content": "$1",
"example": "Bob"
}
}
},
2018-08-31 20:50:28 +00:00
"changedRightAfterVerify": {
"message": "検証しようとしている安全番号に変更がありました。$name$との安全番号を再確認してください。誰かが通信を傍受しようとしているかも知れませんし,$name$がSignalをインストールし直しただけかも知れません。",
"description": "Shown on the safety number screen when the user has selected to verify/unverify a contact's safety number, and we immediately discover a safety number change",
2016-10-07 10:13:47 +00:00
"placeholders": {
"name": {
"content": "$1",
"example": "Bob"
}
}
},
"changedRecentlyMultiple": {
"message": "安全番号の変更が複数のメンバーで最近ありました。誰かが通信を傍受しようとしているかも知れませんしメンバーがSignalをインストールし直しただけかも知れません。",
"description": "Shown on confirmation dialog when user attempts to send a message"
},
2018-08-31 20:50:28 +00:00
"changedRecently": {
"message": "$name$との安全番号が最近変わりました。誰かが通信を傍受しているかも知れませんし,$name$がSignalをインストールし直しただけかも知れません。",
"description": "Shown on confirmation dialog when user attempts to send a message",
"placeholders": {
2018-08-31 20:50:28 +00:00
"name": {
"content": "$1",
2018-08-31 20:50:28 +00:00
"example": "Bob"
}
}
},
2018-08-31 20:50:28 +00:00
"identityKeyErrorOnSend": {
2019-09-13 20:59:54 +00:00
"message": "Your safety number with $name$ has changed. This could either mean that someone is trying to intercept your communication or that $name$ has simply reinstalled Signal. You may wish to verify your safety number with this contact.",
2018-08-31 20:50:28 +00:00
"description": "Shown when user clicks on a failed recipient in the message detail view after an identity key change",
"placeholders": {
"name": {
"content": "$1",
"example": "Bob"
}
}
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"sendAnyway": {
"message": "とにかく送信する",
"description": "Used on a warning dialog to make it clear that it might be risky to send the message."
},
2018-08-31 20:50:28 +00:00
"noLongerVerified": {
"message": "$name$との安全番号に変更があり,未検証です。クリックして表示してください。",
"description": "Shown in converation banner when user's safety number has changed, but they were previously verified.",
"placeholders": {
"name": {
"content": "$1",
"example": "Bob"
}
}
},
2018-08-31 20:50:28 +00:00
"multipleNoLongerVerified": {
"message": "複数のメンバーとの安全番号に変更があり,未検証です。クリックして表示してください。",
"description": "Shown in conversation banner when more than one group member's safety number has changed, but they were previously verified."
},
2018-08-31 20:50:28 +00:00
"debugLogExplanation": {
"message": "このログはネット上に公開され,開発者が閲覧します。提出前に編集することができます。",
"description": ""
},
2018-08-31 20:50:28 +00:00
"debugLogError": {
2018-10-16 00:32:32 +00:00
"message": "アップロードには失敗ありました!手入力でログをバグ報告に付けることを考慮して下さい。",
2018-08-31 20:50:28 +00:00
"description": ""
2016-06-30 01:12:20 +00:00
},
2018-08-31 20:50:28 +00:00
"reportIssue": {
"message": "問題を報告",
"description": "Link to open the issue tracker"
},
2018-08-31 20:50:28 +00:00
"gotIt": {
"message": "了解",
"description": "Label for a button that dismisses a dialog. The user clicks it to confirm that they understand the message in the dialog."
},
2018-08-31 20:50:28 +00:00
"submit": {
"message": "提出",
2017-04-16 06:51:10 +00:00
"description": ""
},
2018-08-31 20:50:28 +00:00
"acceptNewKey": {
"message": "受け入れる",
"description": "Label for a button to accept a new safety number"
2018-05-02 16:29:36 +00:00
},
2018-08-31 20:50:28 +00:00
"verify": {
"message": "検証済みにする",
2016-06-30 01:12:20 +00:00
"description": ""
},
2018-08-31 20:50:28 +00:00
"unverify": {
"message": "未検証にする",
"description": ""
2018-05-02 16:29:36 +00:00
},
2018-08-31 20:50:28 +00:00
"isVerified": {
"message": "$name$との安全番号を検証しました",
"description": "Summary state shown at top of the safety number screen if user has verified contact.",
2018-07-18 17:47:58 +00:00
"placeholders": {
"name": {
"content": "$1",
2018-08-31 20:50:28 +00:00
"example": "Bob"
2018-07-18 17:47:58 +00:00
}
}
},
2018-08-31 20:50:28 +00:00
"isNotVerified": {
"message": "$name$との安全番号が未検証です",
"description": "Summary state shown at top of the safety number screen if user has not verified contact.",
"placeholders": {
"name": {
"content": "$1",
"example": "Bob"
}
}
},
2018-08-31 20:50:28 +00:00
"verified": {
"message": "検証済み",
"description": ""
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"newIdentity": {
"message": "新しい安全番号",
"description": "Header for a key change dialog"
2018-05-02 16:29:36 +00:00
},
2018-08-31 20:50:28 +00:00
"identityChanged": {
"message": "このコンタクトとの安全番号が変わりました。誰かがこの会話を盗聴しようとしていることか、コンタクトはただ、Signalをまたインストールしたのつの理由となります。以下の安全番号を確認してください。",
"description": ""
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"incomingError": {
2018-10-16 00:32:32 +00:00
"message": "受信中にエラー",
2018-08-31 20:50:28 +00:00
"description": ""
2016-06-30 01:12:20 +00:00
},
2018-08-31 20:50:28 +00:00
"media": {
"message": "メディア",
"description": "Header of the default pane in the media gallery, showing images and videos"
2016-06-30 01:12:20 +00:00
},
2018-08-31 20:50:28 +00:00
"mediaEmptyState": {
"message": "この会話にはメディアがありません",
"description": "Message shown to user in the media gallery when there are no messages with media attachments (images or video)"
2016-06-30 01:12:20 +00:00
},
2018-08-31 20:50:28 +00:00
"documents": {
"message": "文書",
"description": "Header of the secondary pane in the media gallery, showing every non-media attachment"
2016-06-30 01:12:20 +00:00
},
2018-08-31 20:50:28 +00:00
"documentsEmptyState": {
"message": "この会話にはドキュメントがありません",
"description": "Message shown to user in the media gallery when there are no messages with document attachments (anything other than images or video)"
},
"today": {
"message": "今日",
"description": "Section header in the media gallery"
},
"yesterday": {
"message": "昨日",
"description": "Section header in the media gallery"
},
"thisWeek": {
"message": "今週",
"description": "Section header in the media gallery"
},
"thisMonth": {
"message": "今月",
"description": "Section header in the media gallery"
},
"unsupportedAttachment": {
"message": "サポートされていない種類の添付ファイルです。クリックして保存してください。",
"description": "Displayed for incoming unsupported attachment"
},
"clickToSave": {
"message": "クリックして保存",
"description": "Hover text for attachment filenames"
},
"unnamedFile": {
"message": "無名のファイル",
"description": "Hover text for attachment filenames"
},
"voiceMessage": {
"message": "音声メッセージ",
"description": "Name for a voice message attachment"
},
2018-10-16 00:32:32 +00:00
"dangerousFileType": {
2019-01-16 23:29:04 +00:00
"message": "セキュリティ上の理由で許可されていない種類の添付ファイルです",
2018-10-16 00:32:32 +00:00
"description": "Shown in toast when user attempts to send .exe file, for example"
},
2019-02-04 19:53:59 +00:00
"loadingPreview": {
2019-09-13 20:59:54 +00:00
"message": "プレビューを取得中...",
2019-02-04 19:53:59 +00:00
"description": "Shown while Signal Desktop is fetching metadata for a url in composition area"
},
"stagedPreviewThumbnail": {
"message": "Draft thumbnail link preview for $domain$",
"description": "Shown while Signal Desktop is fetching metadata for a url in composition area",
"placeholders": {
"path": {
"content": "$1",
"example": "instagram.com"
}
}
},
"previewThumbnail": {
"message": "Thumbnail link preview for $domain$",
"description": "Shown while Signal Desktop is fetching metadata for a url in composition area",
"placeholders": {
"path": {
"content": "$1",
"example": "instagram.com"
}
}
},
2019-01-16 23:29:04 +00:00
"stagedImageAttachment": {
2019-02-04 19:53:59 +00:00
"message": "Draft image attachment: $path$",
2019-01-16 23:29:04 +00:00
"description": "Alt text for staged attachments",
"placeholders": {
"path": {
"content": "$1",
"example": "dog.jpg"
}
}
},
"oneNonImageAtATimeToast": {
"message": "When including a non-image attachment, the limit is one attachment per message.",
"description": "An error popup when the user has attempted to add an attachment"
},
"cannotMixImageAdnNonImageAttachments": {
"message": "You cannot mix non-image and image attachments in one message.",
"description": "An error popup when the user has attempted to add an attachment"
},
"maximumAttachments": {
"message": "You cannot add any more attachments to this message.",
"description": "An error popup when the user has attempted to add an attachment"
},
2018-08-31 20:50:28 +00:00
"fileSizeWarning": {
"message": "選択したファイルが大きすぎます",
2017-04-16 06:51:10 +00:00
"description": ""
},
2018-10-16 00:32:32 +00:00
"unableToLoadAttachment": {
"message": "選択された添付ファイルをロードできません。",
"description": ""
},
2018-08-31 20:50:28 +00:00
"disconnected": {
"message": "接続オフ",
"description": "Displayed when the desktop client cannot connect to the server."
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"connecting": {
"message": "接続完了",
"description": "Displayed when the desktop client is currently connecting to the server."
2018-05-02 16:29:36 +00:00
},
"connectingHangOn": {
"message": "Shouldn't be long...",
"description": "Subtext description for when the client is connecting to the server."
},
2018-08-31 20:50:28 +00:00
"offline": {
"message": "オフライン",
"description": "Displayed when the desktop client has no network connection."
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"checkNetworkConnection": {
"message": "ネットワーク接続をご確認ください。",
"description": "Obvious instructions for when a user's computer loses its network connection"
},
"submitDebugLog": {
"message": "デバッグログ",
"description": "Menu item and header text for debug log modal (sentence case)"
},
2018-08-31 20:50:28 +00:00
"debugLog": {
"message": "デバッグログ",
"description": "View menu item to open the debug log (title case)"
2016-10-07 10:13:47 +00:00
},
2019-11-22 18:45:12 +00:00
"helpMenuShowKeyboardShortcuts": {
2020-01-24 00:01:22 +00:00
"message": "キーボードショートカットを表示",
2019-11-22 18:45:12 +00:00
"description": "Item under the help menu, pops up a screen showing the application's keyboard shortcuts"
},
2018-08-31 20:50:28 +00:00
"goToReleaseNotes": {
"message": "リリースノートを閲覧",
2019-11-22 18:45:12 +00:00
"description": "Item under the help menu, takes you to GitHub page for release notes"
2016-06-30 01:12:20 +00:00
},
"goToForums": {
2018-05-02 16:29:36 +00:00
"message": "フォーラムに参加",
"description": "Item under the Help menu, takes you to the forums"
},
2018-08-31 20:50:28 +00:00
"goToSupportPage": {
"message": "サポートページへ",
"description": "Item under the Help menu, takes you to the support page"
2016-10-07 10:13:47 +00:00
},
2018-08-31 20:50:28 +00:00
"menuReportIssue": {
"message": "バグを報告",
"description": "Item under the Help menu, takes you to GitHub new issue form (title case)"
2016-10-07 10:13:47 +00:00
},
2018-08-31 20:50:28 +00:00
"signalDesktopPreferences": {
"message": "Signal Desktop設定",
"description": "Title of the window that pops up with Signal Desktop preferences in it"
},
2020-01-24 00:01:22 +00:00
"signalDesktopStickerCreator": {
"message": "ステッカーパックの作成",
2020-01-24 00:01:22 +00:00
"description": "Title of the window that pops up with Signal Desktop preferences in it"
},
2018-08-31 20:50:28 +00:00
"aboutSignalDesktop": {
"message": "Signal Desktop とは",
"description": "Item under the Help menu, which opens a small about window"
},
"speech": {
2018-05-02 16:29:36 +00:00
"message": "スピーチ",
"description": "Item under the Edit menu, with 'start/stop speaking' items below it"
},
2018-08-31 20:50:28 +00:00
"show": {
"message": "表示",
"description": "Command under Window menu, to show the window"
2016-10-07 10:13:47 +00:00
},
2018-08-31 20:50:28 +00:00
"hide": {
"message": "最小化",
"description": "Command in the tray icon menu, to hide the window"
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"quit": {
"message": "終了",
"description": "Command in the tray icon menu, to quit the application"
2016-06-30 01:12:20 +00:00
},
2019-04-08 21:16:09 +00:00
"signalDesktop": {
2018-08-31 20:50:28 +00:00
"message": "Signal Desktop",
"description": "Tooltip for the tray icon"
2018-07-20 23:30:56 +00:00
},
2019-04-08 21:16:09 +00:00
"search": {
"message": "検索",
2018-08-31 20:50:28 +00:00
"description": "Placeholder text in the search input"
2016-10-08 14:40:13 +00:00
},
2019-09-13 20:59:54 +00:00
"searchIn": {
"message": "$conversationName$ 内の会話を検索",
"description": "Shown in the search box before text is entered when searching in a specific conversation",
"placeholders": {
"conversationName": {
"content": "$1",
"example": "Friends"
}
}
},
2019-04-08 21:16:09 +00:00
"noSearchResults": {
2019-09-13 20:59:54 +00:00
"message": "$searchTerm$ はありません",
2019-04-08 21:16:09 +00:00
"description": "Shown in the search left pane when no results were found",
"placeholders": {
"searchTerm": {
"content": "$1",
"example": "dog"
}
}
},
2019-09-13 20:59:54 +00:00
"noSearchResultsInConversation": {
"message": "$conversationName$ 内に $searchTerm$ はありません",
"description": "Shown in the search left pane when no results were found",
"placeholders": {
"searchTerm": {
"content": "$2",
"example": "Friends"
}
}
},
2019-04-08 21:16:09 +00:00
"conversationsHeader": {
"message": "会話",
"description": "Shown to separate the types of search results"
},
"contactsHeader": {
"message": "連絡先",
"description": "Shown to separate the types of search results"
},
"messagesHeader": {
"message": "メッセージ",
"description": "Shown to separate the types of search results"
},
2018-08-31 20:50:28 +00:00
"welcomeToSignal": {
"message": "Signalにようこそ",
"description": ""
},
2018-08-31 20:50:28 +00:00
"selectAContact": {
"message": "会話を始めるには連絡先かグループを選択してください",
"description": ""
2016-06-30 01:12:20 +00:00
},
2019-01-16 23:29:04 +00:00
"typingAlt": {
"message": "Typing animation for this conversation",
"description": "Used as the 'title' attibute for the typing animation"
},
2018-08-31 20:50:28 +00:00
"contactAvatarAlt": {
2018-10-16 00:32:32 +00:00
"message": "$name$のアイコン",
2018-08-31 20:50:28 +00:00
"description": "Used in the alt tag for the image avatar of a contact",
2018-07-31 16:54:06 +00:00
"placeholders": {
"name": {
"content": "$1",
"example": "John"
}
}
},
2018-08-31 20:50:28 +00:00
"sendMessageToContact": {
"message": "メッセージ送信",
"description": "Shown when you are sent a contact and that contact has a signal account"
2016-06-30 01:12:20 +00:00
},
2018-08-31 20:50:28 +00:00
"home": {
"message": "自宅",
"description": "Shown on contact detail screen as a label for an address/phone/email"
},
2018-08-31 20:50:28 +00:00
"work": {
"message": "職場",
"description": "Shown on contact detail screen as a label for an address/phone/email"
},
2018-08-31 20:50:28 +00:00
"mobile": {
"message": "携帯",
"description": "Shown on contact detail screen as a label for aa phone or email"
2016-06-30 01:12:20 +00:00
},
2018-08-31 20:50:28 +00:00
"email": {
"message": "メール",
"description": "Generic label shown if contact email has custom type but no label"
2016-10-07 10:13:47 +00:00
},
2018-08-31 20:50:28 +00:00
"phone": {
"message": "電話",
"description": "Generic label shown if contact phone has custom type but no label"
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"address": {
"message": "住所",
"description": "Generic label shown if contact address has custom type but no label"
2018-05-02 16:29:36 +00:00
},
2018-08-31 20:50:28 +00:00
"poBox": {
"message": "私書箱",
"description": "When rendering an address, used to provide context to a post office box"
2016-08-24 23:54:05 +00:00
},
2019-04-08 21:16:09 +00:00
"downloading": {
"message": "ダウンロード中",
"description": "Shown in the message bubble while a long message attachment is being downloaded"
},
2018-08-31 20:50:28 +00:00
"downloadAttachment": {
2018-10-16 00:32:32 +00:00
"message": "添付ファイルをダウンロード",
2018-08-31 20:50:28 +00:00
"description": "Shown in a message's triple-dot menu if there isn't room for a dedicated download button"
2018-05-02 16:29:36 +00:00
},
"reactToMessage": {
"message": "React to Message",
"description": "Shown in triple-dot menu next to message to allow user to react to the associated message"
},
2018-08-31 20:50:28 +00:00
"replyToMessage": {
"message": "メッセージに返信",
"description": "Shown in triple-dot menu next to message to allow user to start crafting a message with a quotation"
},
2018-08-31 20:50:28 +00:00
"originalMessageNotFound": {
2018-10-16 00:32:32 +00:00
"message": "元のメッセージを見つけれません",
2018-08-31 20:50:28 +00:00
"description": "Shown in quote if reference message was not found as message was initially downloaded and processed"
},
2018-08-31 20:50:28 +00:00
"originalMessageNotAvailable": {
2018-10-16 00:32:32 +00:00
"message": "元のメッセージは入手できません",
2018-08-31 20:50:28 +00:00
"description": "Shown in toast if user clicks on quote that references message no longer in database"
2016-10-07 10:13:47 +00:00
},
2018-08-31 20:50:28 +00:00
"messageFoundButNotLoaded": {
2018-10-16 00:32:32 +00:00
"message": "元のメッセージを見つけたが、ロードされていません。ロードするのにスクロールアップして下さい。",
2018-08-31 20:50:28 +00:00
"description": "Shown in toast if user clicks on quote references messages not loaded in view, but in database"
2016-06-30 01:12:20 +00:00
},
"voiceRecordingInterruptedMax": {
"message": "Voice message recording stopped because the maximum time limit was reached.",
"description": "Confirmation dialog message for when the voice recording is interrupted due to max time limit"
},
"voiceRecordingInterruptedBlur": {
"message": "Voice message recording stopped because you switched to another app.",
"description": "Confirmation dialog message for when the voice recording is interrupted due to app losing focus"
},
"voiceNoteLimit": {
"message": "Voice messages are limited to five minutes. Recording will stop if you switch to another app.",
"description": "Shown in toast to warn user about limited time and that window must be in focus"
},
2019-01-16 23:29:04 +00:00
"voiceNoteMustBeOnlyAttachment": {
2019-11-22 18:45:12 +00:00
"message": "A voice message must have only one attachment.",
2019-01-16 23:29:04 +00:00
"description": "Shown in toast if tries to record a voice note with any staged attachments"
},
2020-01-24 00:01:22 +00:00
"attachmentSaved": {
"message": "Attachment saved. Click to show in folder.",
"description": "Shown after user selects to save to downloads",
"placeholders": {
"name": {
"content": "$1",
"example": "proof.jpg"
}
}
},
2018-08-31 20:50:28 +00:00
"you": {
"message": "自分",
"description": "Shown when the user represented is the current user."
2016-10-07 10:13:47 +00:00
},
2018-05-02 16:29:36 +00:00
"replyingTo": {
"message": "$name$に返信中",
2018-05-02 16:29:36 +00:00
"description": "Shown in iOS theme when you or someone quotes to a message which is not from you",
"placeholders": {
"name": {
"content": "$1",
"example": "John"
}
}
},
2018-08-31 20:50:28 +00:00
"audioPermissionNeeded": {
"message": "音声メッセージを送るには、Signalのマイクへのアクセスを許可してください。",
"description": "Shown if the user attempts to send an audio message without audio permssions turned on"
},
"allowAccess": {
"message": "アクセスを許可する",
"description": "Button shown in popup asking to enable microphon/video permissions to send audio messages"
},
"showSettings": {
"message": "設定を表示",
"description": "A button shown in dialog requesting the user to turn on audio permissions"
},
"audio": {
"message": "音声",
"description": "Shown in a quotation of a message containing an audio attachment if no text was originally provided with that attachment"
},
"video": {
"message": "動画",
"description": "Shown in a quotation of a message containing a video if no text was originally provided with that video"
},
"photo": {
"message": "写真",
"description": "Shown in a quotation of a message containing a photo if no text was originally provided with that image"
},
2019-04-08 21:16:09 +00:00
"cannotUpdate": {
2019-09-13 20:59:54 +00:00
"message": "アップデートできません",
2019-04-08 21:16:09 +00:00
"description": "Shown as the title of our update error dialogs on windows"
},
"cannotUpdateDetail": {
"message": "Signal Desktop failed to update, but there is a new version available. Please go to $url$ and install the new version manually, then either contact support or file a bug about this problem.",
"description": "Shown if a general error happened while trying to install update package",
"placeholders": {
"url": {
"content": "$1",
"example": "https://signal.org/download"
}
}
2019-04-08 21:16:09 +00:00
},
"readOnlyVolume": {
"message": "Signal Desktop is likely in a macOS quarantine, and will not be able to auto-update. Please try moving $app$ to $folder$ with Finder.",
"description": "Shown on MacOS if running on a read-only volume and we cannot update",
"placeholders": {
"app": {
"content": "$1",
"example": "Signal.app"
},
"folder": {
"content": "$2",
"example": "/Applications"
}
}
2019-04-08 21:16:09 +00:00
},
2018-08-31 20:50:28 +00:00
"ok": {
"message": "OK",
"description": ""
},
2018-08-31 20:50:28 +00:00
"cancel": {
"message": "キャンセル",
"description": ""
},
"discard": {
"message": "破棄する",
"description": ""
},
2018-08-31 20:50:28 +00:00
"failedToSend": {
"message": "宛先の一部で送信に失敗しました。ネットワークの接続をチェックしてください。",
"description": ""
},
2018-08-31 20:50:28 +00:00
"error": {
"message": "エラー",
"description": ""
2016-06-30 01:12:20 +00:00
},
2018-08-31 20:50:28 +00:00
"messageDetail": {
"message": "メッセージ詳細",
"description": ""
2016-10-07 10:13:47 +00:00
},
2018-08-31 20:50:28 +00:00
"delete": {
"message": "削除する",
"description": ""
},
"deleteWarning": {
2019-09-13 20:59:54 +00:00
"message": "本当によろしいですか?「削除する」をクリックするとこのメッセージが、この端末からのみ消去されます。",
2018-08-31 20:50:28 +00:00
"description": ""
},
"deleteThisMessage": {
"message": "このメッセージを削除する",
"description": ""
},
"from": {
"message": "差出人",
"description": "Label for the sender of a message"
},
"to": {
2019-09-13 20:59:54 +00:00
"message": "宛先",
2018-08-31 20:50:28 +00:00
"description": "Label for the receiver of a message"
},
2019-11-11 17:55:59 +00:00
"toJoiner": {
"message": "宛先",
"description": "Joiner for message search results - like 'Jon' to 'Friends Group'"
},
2018-08-31 20:50:28 +00:00
"sent": {
"message": "送信",
"description": "Label for the time a message was sent"
},
2016-06-30 01:12:20 +00:00
"received": {
"message": "受信",
"description": "Label for the time a message was received"
},
2018-08-31 20:50:28 +00:00
"sendMessage": {
"message": "メッセージ",
"description": "Placeholder text in the message entry field"
},
"groupMembers": {
"message": "グループのメンバー",
"description": ""
},
"showMembers": {
"message": "メンバーを表示する",
"description": ""
},
"resetSession": {
"message": "接触を再設定",
"description": "This is a menu item for resetting the session, using the imperative case, as in a command."
},
"showSafetyNumber": {
2018-10-16 00:32:32 +00:00
"message": "安全番号を表示する",
2018-08-31 20:50:28 +00:00
"description": ""
},
"viewAllMedia": {
"message": "すべてのメディアを表示",
"description": "This is a menu item for viewing all media (images + video) in a conversation, using the imperative case, as in a command."
},
"verifyHelp": {
"message": "$name$との端末間暗号の安全性を検証するには,上記の番号が相手端末上の番号と同じか確認してください。",
"description": "",
"placeholders": {
"name": {
"content": "$1",
2018-08-31 20:50:28 +00:00
"example": "John"
}
}
},
2018-08-31 20:50:28 +00:00
"theirIdentityUnknown": {
"message": "このコンタクトとまだメッセージを交換していません。最初のメッセージから安全番号は交換します。",
"description": ""
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"moreInfo": {
2018-10-16 00:32:32 +00:00
"message": "詳細...",
2018-08-31 20:50:28 +00:00
"description": "Shown on the drop-down menu for an individual message, takes you to message detail screen"
},
"retrySend": {
"message": "再送信する",
"description": "Shown on the drop-down menu for an indinvidaul message, but only if it is an outgoing message that failed to send"
},
"deleteMessage": {
2018-10-16 00:32:32 +00:00
"message": "メッセージを削除",
2018-08-31 20:50:28 +00:00
"description": "Shown on the drop-down menu for an individual message, deletes single message"
},
"deleteMessages": {
"message": "メッセージを削除",
"description": "Menu item for deleting messages, title case."
},
"deleteConversationConfirmation": {
"message": "この会話を完全に消去しますが,よろしいですか?",
"description": "Confirmation dialog text that asks the user if they really wish to delete the conversation. Answer buttons use the strings 'ok' and 'cancel'. The deletion is permanent, i.e. it cannot be undone."
},
"sessionEnded": {
"message": "安全なセッションがリセットされました",
"description": "This is a past tense, informational message. In other words, your secure session has been reset."
},
"quoteThumbnailAlt": {
"message": "引用されたメッセージから画像のサムネール",
"description": "Used in alt tag of thumbnail images inside of an embedded message quote"
},
"imageAttachmentAlt": {
"message": "メッセージにイメージを添付する",
"description": "Used in alt tag of image attachment"
},
"videoAttachmentAlt": {
2018-10-16 00:32:32 +00:00
"message": "メッセージに添付された動画のスクリーンショット",
2018-08-31 20:50:28 +00:00
"description": "Used in alt tag of video attachment preview"
},
"lightboxImageAlt": {
"message": "会話に送られた画像",
"description": "Used in the alt tag for the image shown in a full-screen lightbox view"
},
2019-01-16 23:29:04 +00:00
"imageCaptionIconAlt": {
"message": "Icon showing that this image has a caption",
"description": "Used for the icon layered on top of an image in message bubbles"
},
"addACaption": {
"message": "キャプション追加...",
"description": ""
},
"save": {
"message": "保存",
"description": ""
},
2018-08-31 20:50:28 +00:00
"fileIconAlt": {
"message": "ファイルのアイコン",
"description": "Used in the media gallery documents tab to visually represent a file"
},
"installWelcome": {
"message": "Signal Desktopにようこそ",
"description": "Welcome title on the install page"
},
"installTagline": {
"message": "プライバシーは守れます。Signalを使えば簡単に。",
"description": "Tagline displayed under 'installWelcome' string on the install page"
},
"linkYourPhone": {
"message": "モバイル端末をSignal Desktopにリンクする",
"description": "Shown on the front page when the application first starst, above the QR code"
},
"signalSettings": {
"message": "Signalの設定",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"linkedDevices": {
"message": "リンクされた端末",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"plusButton": {
"message": "'+' ボタン",
"description": "The button used in Signal Android to add a new linked device"
},
"linkNewDevice": {
"message": "新規の端末をリンクする",
"description": "The menu option shown in Signal iOS to add a new linked device"
},
"deviceName": {
"message": "デバイス名",
"description": "The label in settings panel shown for the user-provided name for this desktop instance"
},
"chooseDeviceName": {
"message": "この端末の名前を選択",
"description": "The header shown on the 'choose device name' screen in the device linking process"
},
"finishLinkingPhone": {
"message": "モバイル端末とのリンクを終了",
"description": "The text on the button to finish the linking process, after choosing the device name"
},
"initialSync": {
"message": "連絡先とグループを同期中",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"installConnectionFailed": {
"message": "サーバーに接続できませんでした",
"description": "Displayed when we can't connect to the server."
},
"installTooManyDevices": {
"message": "結び付けているデバイスが多すぎます。どれかを切り離してください。",
"description": ""
},
"settings": {
"message": "設定",
"description": "Menu item and header for global settings"
},
"theme": {
"message": "テーマ",
"description": "Header for theme settings"
},
"permissions": {
"message": "アクセス許可",
"description": "Header for permissions section of settings"
},
"mediaPermissionsDescription": {
"message": "カメラとマイクへのアクセスを許可する",
"description": "Description of the media permission description"
},
2019-02-04 19:53:59 +00:00
"general": {
"message": "一般",
"description": "Header for general options on the settings screen"
},
2018-08-31 20:50:28 +00:00
"spellCheckDescription": {
2019-01-16 23:29:04 +00:00
"message": "メッセージボックスに入力されたテキストのスペルチェックを有効にする",
2018-08-31 20:50:28 +00:00
"description": "Description of the media permission description"
},
"clearDataHeader": {
2019-09-13 20:59:54 +00:00
"message": "データの削除",
2018-08-31 20:50:28 +00:00
"description": "Header in the settings dialog for the section dealing with data deletion"
},
"clearDataExplanation": {
"message": "アプリケーション中のすべてのメッセージと、保存されたアカウント情報を削除します。",
"description": "Text describing what the clear data button will do."
},
"clearDataButton": {
2019-09-13 20:59:54 +00:00
"message": "データを削除",
2018-08-31 20:50:28 +00:00
"description": "Button in the settings dialog starting process to delete all data"
2016-10-07 10:13:47 +00:00
},
2018-05-02 16:29:36 +00:00
"deleteAllDataHeader": {
"message": "すべてのデータを削除しますか?",
2018-05-02 16:29:36 +00:00
"description": "Header of the full-screen delete data confirmation screen"
},
2018-08-31 20:50:28 +00:00
"deleteAllDataBody": {
2019-09-13 20:59:54 +00:00
"message": "このアプリからすべてのアカウント情報を(連絡先とメッセージも含めて)削除します。また後で再びモバイルデバイスとリンクすることができますが、削除されたメッセージを元に戻すことはできません。",
2018-08-31 20:50:28 +00:00
"description": "Text describing what exactly will happen if the user clicks the button to delete all data"
},
"deleteAllDataButton": {
"message": "すべてのデータを削除",
"description": "Text of the button that deletes all data"
},
2018-05-02 16:29:36 +00:00
"deleteAllDataProgress": {
2018-07-18 17:47:58 +00:00
"message": "接続を切って全データを削除しています",
2018-05-02 16:29:36 +00:00
"description": "Message shown to user when app is disconnected and data deleted"
},
2018-08-31 20:50:28 +00:00
"notifications": {
"message": "通知",
"description": "Header for notification settings"
2016-06-30 01:12:20 +00:00
},
2018-08-31 20:50:28 +00:00
"notificationSettingsDialog": {
"message": "新着メッセージの通知で表示する項目:",
"description": "Explain the purpose of the notification settings"
2018-05-02 16:29:36 +00:00
},
2018-08-31 20:50:28 +00:00
"disableNotifications": {
"message": "通知をオフにする",
"description": "Label for disabling notifications"
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"nameAndMessage": {
"message": "差出人名とメッセージ",
"description": "Label for setting notifications to display name and message text"
2018-05-02 16:29:36 +00:00
},
2018-08-31 20:50:28 +00:00
"noNameOrMessage": {
"message": "なし",
"description": "Label for setting notifications to display no name and no message text"
},
2018-08-31 20:50:28 +00:00
"nameOnly": {
"message": "差出人名のみ",
"description": "Label for setting notifications to display sender name only"
2016-06-30 01:12:20 +00:00
},
2018-08-31 20:50:28 +00:00
"newMessage": {
"message": "新着メッセージ",
"description": "Displayed in notifications for only 1 message"
},
"newMessages": {
"message": "新着メッセージ",
"description": "Displayed in notifications for multiple messages"
},
"notificationMostRecentFrom": {
"message": "最近の連絡先から:",
"description": "Displayed in notifications when setting is 'name only' and more than one message is waiting"
},
"notificationFrom": {
"message": "差出人:",
"description": "Displayed in notifications when setting is 'name only' and one message is waiting"
},
"notificationMostRecent": {
"message": "最近の受信:",
"description": "Displayed in notifications when setting is 'name and message' and more than one message is waiting"
},
2020-01-24 00:01:22 +00:00
"notificationReaction": {
"message": "$sender$ reacted $emoji$ to your message",
"description": "",
"placeholders": {
"sender": {
"content": "$1",
"example": "John"
},
"emoji": {
"content": "$2",
"example": "👍"
}
}
},
"notificationReactionMostRecent": {
"message": "Most recent: $sender$ reacted $emoji$ to your message",
"description": "",
"placeholders": {
"sender": {
"content": "$1",
"example": "John"
},
"emoji": {
"content": "$2",
"example": "👍"
}
}
},
"notificationReactionMessage": {
"message": "$sender$ reacted $emoji$ to: $message$",
"description": "",
"placeholders": {
"sender": {
"content": "$1",
"example": "John"
},
"emoji": {
"content": "$2",
"example": "👍"
},
"message": {
"content": "$3",
"example": "Sounds good."
}
}
},
"notificationReactionMessageMostRecent": {
"message": "Most recent: $sender$ reacted $emoji$ to: $message$",
"description": "",
"placeholders": {
"sender": {
"content": "$1",
"example": "John"
},
"emoji": {
"content": "$2",
"example": "👍"
},
"message": {
"content": "$3",
"example": "Sounds good."
}
}
},
2018-08-31 20:50:28 +00:00
"sendFailed": {
"message": "送信できませんでした",
"description": "Shown on outgoing message if it fails to send"
},
"showMore": {
"message": "詳細",
"description": "Displays the details of a key change"
},
"showLess": {
"message": "詳細を隠す",
"description": "Hides the details of a key change"
},
"learnMore": {
"message": "安全番号を確認することについて",
"description": "Text that links to a support article on verifying safety numbers"
},
2016-06-30 01:12:20 +00:00
"expiredWarning": {
"message": "アプリのバージョンが古すぎます。最新版にアップデートしてください。",
"description": "Warning notification that this version of the app has expired"
},
2018-08-31 20:50:28 +00:00
"upgrade": {
"message": "アップデート",
"description": "Label text for button to upgrade the app to the latest version"
},
2018-08-31 20:50:28 +00:00
"mediaMessage": {
"message": "メディアメッセージ",
"description": "Description of a message that has an attachment and no text, displayed in the conversation list as a preview."
},
2018-08-31 20:50:28 +00:00
"unregisteredUser": {
"message": "宛先の電話番号は登録されていません",
"description": "Error message displayed when sending to an unregistered user."
2018-05-02 16:29:36 +00:00
},
2018-08-31 20:50:28 +00:00
"sync": {
"message": "連絡先",
"description": "Label for contact and group sync settings"
},
2018-08-31 20:50:28 +00:00
"syncExplanation": {
"message": "Signalのグループと連絡先を携帯端末から取り込む",
"description": "Explanatory text for sync settings"
},
2018-08-31 20:50:28 +00:00
"lastSynced": {
"message": "最近の取り込みは",
"description": "Label for date and time of last sync operation"
2016-10-07 10:13:47 +00:00
},
2018-08-31 20:50:28 +00:00
"syncNow": {
"message": "取り込む",
"description": "Label for a button that syncs contacts and groups from your phone"
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"syncing": {
"message": "取り込み中……",
"description": "Label for a disabled sync button while sync is in progress."
2017-02-09 23:27:14 +00:00
},
2018-08-31 20:50:28 +00:00
"syncFailed": {
"message": "取り込みに失敗しました。パソコンと携帯端末がインターネットに接続されているか確認してください。",
"description": "Informational text displayed if a sync operation times out."
2016-06-30 01:12:20 +00:00
},
2018-08-31 20:50:28 +00:00
"timestamp_s": {
"message": "1分以内",
"description": "Brief timestamp for messages sent less than a minute ago. Displayed in the conversation list and message bubble."
},
"timestamp_m": {
"message": "1分",
"description": "Brief timestamp for messages sent about one minute ago. Displayed in the conversation list and message bubble."
},
"timestamp_h": {
"message": "1時間",
"description": "Brief timestamp for messages sent about one hour ago. Displayed in the conversation list and message bubble."
},
"hoursAgo": {
"message": "$hours$時間前",
"description": "Contracted form of 'X hours ago' which works both for singular and plural",
"placeholders": {
"hours": {
"content": "$1",
"example": "2"
}
}
},
"minutesAgo": {
"message": "$minutes$分前",
"description": "Contracted form of 'X minutes ago' which works both for singular and plural",
"placeholders": {
"minutes": {
"content": "$1",
"example": "10"
}
}
},
"justNow": {
"message": "1分以内",
"description": "Shown if a message is very recent, less than 60 seconds old"
},
"timestampFormat_M": {
"message": "MMM D",
"description": "Timestamp format string for displaying month and day (but not the year) of a date within the current year, ex: use 'MMM D' for 'Aug 8', or 'D MMM' for '8 Aug'."
},
2019-09-13 20:59:54 +00:00
"messageBodyTooLong": {
2020-01-24 00:01:22 +00:00
"message": "メッセージが長すぎます。",
2019-09-13 20:59:54 +00:00
"description": "Shown if the user tries to send more than 64kb of text"
},
2018-08-31 20:50:28 +00:00
"unblockToSend": {
"message": "この連絡先にメッセージを送るためにブロックを解除する。",
"description": "Brief message shown when trying to message a blocked number"
},
2018-10-16 00:32:32 +00:00
"unblockGroupToSend": {
"message": "このグループにメッセージを送信するには、ブロックを解除してください。",
"description": "Brief message shown when trying to message a blocked group"
},
2018-08-31 20:50:28 +00:00
"youChangedTheTimer": {
"message": "消えるメッセージのタイマーを$time$に設定しました",
"description": "Message displayed when you change the message expiration timer in a conversation.",
"placeholders": {
"time": {
"content": "$1",
"example": "10m"
}
}
},
2018-08-31 20:50:28 +00:00
"timerSetOnSync": {
"message": "消えるメッセージのタイマーを$time$に更新しました",
"description": "Message displayed when timer is set on initial link of desktop device.",
2018-07-18 17:47:58 +00:00
"placeholders": {
2018-08-31 20:50:28 +00:00
"time": {
2018-07-18 17:47:58 +00:00
"content": "$1",
2018-08-31 20:50:28 +00:00
"example": "10m"
2018-07-18 17:47:58 +00:00
}
}
},
2018-08-31 20:50:28 +00:00
"theyChangedTheTimer": {
"message": "$name$が消えるメッセージのタイマーを$time$に設定しました",
"description": "Message displayed when someone else changes the message expiration timer in a conversation.",
"placeholders": {
"name": {
"content": "$1",
"example": "Bob"
},
"time": {
"content": "$2",
"example": "10m"
}
}
},
2018-08-31 20:50:28 +00:00
"timerOption_0_seconds": {
"message": "オフ",
"description": "Label for option to turn off message expiration in the timer menu"
2016-06-30 01:12:20 +00:00
},
2018-08-31 20:50:28 +00:00
"timerOption_5_seconds": {
"message": "5秒",
"description": "Label for a selectable option in the message expiration timer menu"
},
2018-08-31 20:50:28 +00:00
"timerOption_10_seconds": {
"message": "10秒",
"description": "Label for a selectable option in the message expiration timer menu"
2018-05-02 16:29:36 +00:00
},
2018-08-31 20:50:28 +00:00
"timerOption_30_seconds": {
"message": "30秒",
"description": "Label for a selectable option in the message expiration timer menu"
},
2018-08-31 20:50:28 +00:00
"timerOption_1_minute": {
"message": "1分",
"description": "Label for a selectable option in the message expiration timer menu"
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"timerOption_5_minutes": {
"message": "5分",
"description": "Label for a selectable option in the message expiration timer menu"
},
2018-08-31 20:50:28 +00:00
"timerOption_30_minutes": {
"message": "30分",
"description": "Label for a selectable option in the message expiration timer menu"
2018-05-02 16:29:36 +00:00
},
2018-08-31 20:50:28 +00:00
"timerOption_1_hour": {
"message": "1時間",
"description": "Label for a selectable option in the message expiration timer menu"
2016-06-30 01:12:20 +00:00
},
2018-08-31 20:50:28 +00:00
"timerOption_6_hours": {
"message": "6時間",
"description": "Label for a selectable option in the message expiration timer menu"
2018-05-02 16:29:36 +00:00
},
2018-08-31 20:50:28 +00:00
"timerOption_12_hours": {
"message": "12時間",
"description": "Label for a selectable option in the message expiration timer menu"
2018-05-02 16:29:36 +00:00
},
2018-08-31 20:50:28 +00:00
"timerOption_1_day": {
"message": "1日",
"description": "Label for a selectable option in the message expiration timer menu"
2016-06-30 01:12:20 +00:00
},
2018-08-31 20:50:28 +00:00
"timerOption_1_week": {
"message": "1週間",
"description": "Label for a selectable option in the message expiration timer menu"
2016-09-12 18:51:16 +00:00
},
2018-08-31 20:50:28 +00:00
"disappearingMessages": {
"message": "消えるメッセージ",
"description": "Conversation menu option to enable disappearing messages"
},
2018-08-31 20:50:28 +00:00
"timerOption_0_seconds_abbreviated": {
"message": "オフ",
"description": "Short format indicating current timer setting in the conversation list snippet"
2017-05-16 18:56:33 +00:00
},
2018-08-31 20:50:28 +00:00
"timerOption_5_seconds_abbreviated": {
"message": "5秒",
"description": "Very short format indicating current timer setting in the conversation header"
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"timerOption_10_seconds_abbreviated": {
"message": "10秒",
"description": "Very short format indicating current timer setting in the conversation header"
},
2018-08-31 20:50:28 +00:00
"timerOption_30_seconds_abbreviated": {
"message": "30秒",
"description": "Very short format indicating current timer setting in the conversation header"
},
2018-08-31 20:50:28 +00:00
"timerOption_1_minute_abbreviated": {
"message": "1分",
"description": "Very short format indicating current timer setting in the conversation header"
2017-04-16 06:51:10 +00:00
},
2018-08-31 20:50:28 +00:00
"timerOption_5_minutes_abbreviated": {
"message": "5分",
"description": "Very short format indicating current timer setting in the conversation header"
2018-05-02 16:29:36 +00:00
},
2018-08-31 20:50:28 +00:00
"timerOption_30_minutes_abbreviated": {
"message": "30分",
"description": "Very short format indicating current timer setting in the conversation header"
2016-06-30 01:12:20 +00:00
},
2018-08-31 20:50:28 +00:00
"timerOption_1_hour_abbreviated": {
"message": "1時間",
"description": "Very short format indicating current timer setting in the conversation header"
2017-04-16 06:51:10 +00:00
},
2018-08-31 20:50:28 +00:00
"timerOption_6_hours_abbreviated": {
"message": "6時間",
2016-10-08 14:40:13 +00:00
"description": "Very short format indicating current timer setting in the conversation header"
2016-10-07 10:13:47 +00:00
},
2018-08-31 20:50:28 +00:00
"timerOption_12_hours_abbreviated": {
"message": "12時間",
"description": "Very short format indicating current timer setting in the conversation header"
2016-10-07 10:13:47 +00:00
},
2018-08-31 20:50:28 +00:00
"timerOption_1_day_abbreviated": {
"message": "1日",
"description": "Very short format indicating current timer setting in the conversation header"
2018-07-20 23:30:56 +00:00
},
2018-08-31 20:50:28 +00:00
"timerOption_1_week_abbreviated": {
"message": "1週間",
"description": "Very short format indicating current timer setting in the conversation header"
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"disappearingMessagesDisabled": {
"message": "消えるメッセージを無効にされました",
"description": "Displayed in the left pane when the timer is turned off"
},
2018-08-31 20:50:28 +00:00
"disabledDisappearingMessages": {
"message": "$name$が消えるメッセージを無効にしました",
"description": "Displayed in the conversation list when the timer is turned off",
"placeholders": {
"name": {
"content": "$1",
2018-08-31 20:50:28 +00:00
"example": "John"
}
}
},
2018-08-31 20:50:28 +00:00
"youDisabledDisappearingMessages": {
"message": "消えるメッセージを無効にしました",
"description": "Displayed in the conversation list when the timer is turned off"
2018-05-02 16:29:36 +00:00
},
2018-08-31 20:50:28 +00:00
"timerSetTo": {
"message": "タイマーが$time$に設定されました",
"description": "Displayed in the conversation list when the timer is updated by some automatic action, or in the left pane",
"placeholders": {
2018-08-31 20:50:28 +00:00
"time": {
"content": "$1",
2018-08-31 20:50:28 +00:00
"example": "1w"
}
}
},
2018-08-31 20:50:28 +00:00
"audioNotificationDescription": {
"message": "音声通知を有効にする",
"description": "Description for audio notification setting"
2016-06-30 01:12:20 +00:00
},
2018-08-31 20:50:28 +00:00
"safetyNumberChanged": {
2018-10-16 00:32:32 +00:00
"message": "安全番号が変更されました",
2018-08-31 20:50:28 +00:00
"description": "A notification shown in the conversation when a contact reinstalls"
},
2018-08-31 20:50:28 +00:00
"safetyNumberChangedGroup": {
2018-10-16 00:32:32 +00:00
"message": "$name$ との安全番号が変更されました",
2018-08-31 20:50:28 +00:00
"description": "A notification shown in a group conversation when a contact reinstalls, showing the contact name",
"placeholders": {
"name": {
"content": "$1",
"example": "John"
}
}
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"verifyNewNumber": {
"message": "安全番号を確認",
"description": "Label on button included with safety number change notification in the conversation"
},
"yourSafetyNumberWith": {
"message": "$name$ との安全番号",
"description": "Heading for safety number view",
"placeholders": {
"name": {
"content": "$1",
2018-08-31 20:50:28 +00:00
"example": "John"
}
}
2016-10-07 10:13:47 +00:00
},
2018-08-31 20:50:28 +00:00
"themeLight": {
2018-10-16 00:32:32 +00:00
"message": "ライト",
2018-08-31 20:50:28 +00:00
"description": "Label text for light theme (normal)"
2018-05-02 16:29:36 +00:00
},
2018-08-31 20:50:28 +00:00
"themeDark": {
2018-10-16 00:32:32 +00:00
"message": "ダーク",
2018-08-31 20:50:28 +00:00
"description": "Label text for dark theme"
2016-06-30 01:12:20 +00:00
},
2019-09-13 20:59:54 +00:00
"themeSystem": {
"message": "システム",
"description": "Label text for system theme"
},
2019-03-12 01:43:28 +00:00
"noteToSelf": {
2020-01-24 00:01:22 +00:00
"message": "自分用メモ",
2019-03-12 01:43:28 +00:00
"description": "Name for the conversation with your own phone number"
},
2018-08-31 20:50:28 +00:00
"hideMenuBar": {
"message": "メニューバーを最小化",
"description": "Label text for menu bar visibility setting"
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"startConversation": {
2019-04-08 21:16:09 +00:00
"message": "Start new conversation…",
2018-08-31 20:50:28 +00:00
"description": "Label underneath number a user enters that is not an existing contact"
2016-10-07 10:13:47 +00:00
},
2018-08-31 20:50:28 +00:00
"newPhoneNumber": {
"message": "電話番号を入力して連絡先を追加する",
"description": "Placeholder for adding a new number to a contact"
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"invalidNumberError": {
"message": "不正な番号です",
"description": "When a person inputs a number that is invalid"
2016-06-30 01:12:20 +00:00
},
2018-08-31 20:50:28 +00:00
"unlinkedWarning": {
"message": "メッセージを継続するために携帯端末と再接続する。",
"description": ""
},
2018-08-31 20:50:28 +00:00
"unlinked": {
"message": "未接続",
2016-06-30 01:12:20 +00:00
"description": ""
},
2018-08-31 20:50:28 +00:00
"relink": {
"message": "再接続",
2016-06-30 01:12:20 +00:00
"description": ""
},
2018-08-31 20:50:28 +00:00
"autoUpdateNewVersionTitle": {
"message": "Signalのアップデートがあります",
2016-06-30 01:12:20 +00:00
"description": ""
},
2018-08-31 20:50:28 +00:00
"autoUpdateNewVersionMessage": {
"message": "新しく生まれ変わったSignalがあります",
2016-06-30 01:12:20 +00:00
"description": ""
},
2018-08-31 20:50:28 +00:00
"autoUpdateNewVersionInstructions": {
2018-10-16 00:32:32 +00:00
"message": "アップデートを適用するにはSignalを再起動してください。",
2016-06-30 01:12:20 +00:00
"description": ""
},
2018-08-31 20:50:28 +00:00
"autoUpdateRestartButtonLabel": {
"message": "Signalを再起動",
"description": ""
2016-06-30 01:12:20 +00:00
},
2018-08-31 20:50:28 +00:00
"autoUpdateLaterButtonLabel": {
"message": "あとで",
2016-06-30 01:12:20 +00:00
"description": ""
},
2018-08-31 20:50:28 +00:00
"leftTheGroup": {
2018-10-16 00:32:32 +00:00
"message": "$name$ がグループを退会しました",
2018-08-31 20:50:28 +00:00
"description": "Shown in the conversation history when a single person leaves the group",
"placeholders": {
"name": {
"content": "$1",
2018-08-31 20:50:28 +00:00
"example": "Bob"
}
}
},
2018-08-31 20:50:28 +00:00
"multipleLeftTheGroup": {
2018-10-16 00:32:32 +00:00
"message": "$name$ がグループを退会しました",
2018-08-31 20:50:28 +00:00
"description": "Shown in the conversation history when multiple people leave the group",
"placeholders": {
"name": {
"content": "$1",
2018-08-31 20:50:28 +00:00
"example": "Alice, Bob"
}
}
},
2018-08-31 20:50:28 +00:00
"updatedTheGroup": {
2018-10-16 00:32:32 +00:00
"message": "グループがアップデートされました",
2018-08-31 20:50:28 +00:00
"description": "Shown in the conversation history when someone updates the group"
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"titleIsNow": {
2018-10-16 00:32:32 +00:00
"message": "タイトルが '$name$' になりました",
2018-08-31 20:50:28 +00:00
"description": "Shown in the conversation history when someone changes the title of the group",
2016-10-07 10:13:47 +00:00
"placeholders": {
2018-08-31 20:50:28 +00:00
"name": {
2016-10-07 10:13:47 +00:00
"content": "$1",
2018-08-31 20:50:28 +00:00
"example": "Book Club"
2016-10-07 10:13:47 +00:00
}
}
},
2018-08-31 20:50:28 +00:00
"joinedTheGroup": {
2018-10-16 00:32:32 +00:00
"message": "$name$ がグループに参加しました",
2018-08-31 20:50:28 +00:00
"description": "Shown in the conversation history when a single person joins the group",
2018-07-18 17:47:58 +00:00
"placeholders": {
2018-08-31 20:50:28 +00:00
"name": {
2018-07-18 17:47:58 +00:00
"content": "$1",
2018-08-31 20:50:28 +00:00
"example": "Alice"
2018-07-18 17:47:58 +00:00
}
}
},
2018-08-31 20:50:28 +00:00
"multipleJoinedTheGroup": {
2018-10-16 00:32:32 +00:00
"message": "$names$ がグループに参加しました",
2018-08-31 20:50:28 +00:00
"description": "Shown in the conversation history when more than one person joins the group",
"placeholders": {
2018-08-31 20:50:28 +00:00
"names": {
"content": "$1",
2018-08-31 20:50:28 +00:00
"example": "Alice, Bob"
}
}
},
2019-09-13 20:59:54 +00:00
"ConversationListItem--draft-prefix": {
"message": "下書き:",
"description": "Prefix shown in italic in conversation view when a draft is saved"
},
"message--getNotificationText--stickers": {
"message": "ステッカーメッセージ",
"description": "Shown in notifications and in the left pane instead of sticker image."
},
"message--getDescription--unsupported-message": {
2020-01-24 00:01:22 +00:00
"message": "未対応メッセージ",
2019-09-13 20:59:54 +00:00
"description": "Shown in notifications and in the left pane when a message has features too new for this signal install."
},
2020-01-24 00:01:22 +00:00
"message--getDescription--disappearing-media": {
"message": "View-once Media",
"description": "Shown in notifications and in the left pane after view-once message is deleted."
},
2019-09-13 20:59:54 +00:00
"message--getDescription--disappearing-photo": {
2020-01-24 00:01:22 +00:00
"message": "View-once Photo",
"description": "Shown in notifications and in the left pane when a message is a view once photo."
2019-09-13 20:59:54 +00:00
},
2019-11-11 17:55:59 +00:00
"message--getDescription--disappearing-video": {
2020-01-24 00:01:22 +00:00
"message": "View-once Video",
"description": "Shown in notifications and in the left pane when a message is a view once video."
2019-11-11 17:55:59 +00:00
},
2019-09-13 20:59:54 +00:00
"stickers--toast--InstallFailed": {
"message": "ステッカーパックをインストールできませんでした",
"description": "Shown in a toast if the user attempts to install a sticker pack and it fails"
},
"stickers--StickerManager--InstalledPacks": {
"message": "インストール済みのステッカー",
"description": "Shown in the sticker pack manager above your installed sticker packs."
},
"stickers--StickerManager--InstalledPacks--Empty": {
"message": "ステッカーはインストールされていません",
"description": "Shown in the sticker pack manager when you don't have any installed sticker packs."
},
"stickers--StickerManager--BlessedPacks": {
"message": "Signalアーティストシリーズ",
"description": "Shown in the sticker pack manager above the default sticker packs."
},
"stickers--StickerManager--BlessedPacks--Empty": {
"message": "No Signal Artist stickers available",
"description": "Shown in the sticker pack manager when there are no blessed sticker packs available."
},
"stickers--StickerManager--ReceivedPacks": {
"message": "受信済みステッカー",
"description": "Shown in the sticker pack manager above sticker packs which you have received in messages."
},
"stickers--StickerManager--ReceivedPacks--Empty": {
"message": "受信メッセージのステッカーはここに表示されます",
"description": "Shown in the sticker pack manager when you have not received any sticker packs in messages."
},
"stickers--StickerManager--Install": {
"message": "インストール",
"description": "Shown in the sticker pack manager next to sticker packs which can be installed."
},
"stickers--StickerManager--Uninstall": {
"message": "アンインストール",
"description": "Shown in the sticker pack manager next to sticker packs which are already installed."
},
"stickers--StickerManager--UninstallWarning": {
"message": "You may not be able to re-install this sticker pack if you no longer have the source message.",
"description": "Shown in the sticker pack manager next to sticker packs which are already installed."
},
2020-01-24 00:01:22 +00:00
"stickers--StickerManager--Introduction--Image": {
"message": "Introducing Stickers: Bandit the Cat",
"description": "Alt text on a tooltip image when the user upgrades to a version of Signal supporting stickers."
},
2019-09-13 20:59:54 +00:00
"stickers--StickerManager--Introduction--Title": {
"message": "ステッカーのご紹介",
"description": "Shown as the title on a tooltip when the user upgrades to a version of Signal supporting stickers."
},
"stickers--StickerManager--Introduction--Body": {
2020-01-24 00:01:22 +00:00
"message": "文字ではなくステッカーを使いませんか?",
2019-09-13 20:59:54 +00:00
"description": "Shown as the body on a tooltip when the user upgrades to a version of Signal supporting stickers."
},
"stickers--StickerPicker--DownloadError": {
2020-01-24 00:01:22 +00:00
"message": "一部のステッカーをダウンロードできませんでした。",
2019-09-13 20:59:54 +00:00
"description": "Shown in the sticker picker when one or more stickers could not be downloaded."
},
"stickers--StickerPicker--DownloadPending": {
"message": "ステッカーパックをインストール中...",
"description": "Shown in the sticker picker when one or more stickers are still downloading."
},
"stickers--StickerPicker--Empty": {
"message": "該当するステッカーがありません",
"description": "Shown in the sticker picker when there are no stickers to show."
},
"stickers--StickerPicker--Hint": {
"message": "New sticker packs from your messages are available to install",
"description": "Shown in the sticker picker the first time you have received new packs you can install."
},
"stickers--StickerPicker--NoPacks": {
"message": "ステッカーパックが見つかりませんでした",
"description": "Shown in the sticker picker when there are no installed sticker packs."
},
"stickers--StickerPicker--NoRecents": {
2020-01-24 00:01:22 +00:00
"message": "最近使用したステッカーがある場合はここに表示されます。",
2019-09-13 20:59:54 +00:00
"description": "Shown in the sticker picker when there are no recent stickers to show."
},
"stickers--StickerPreview--Title": {
"message": "ステッカーパック",
"description": "The title that appears in the sticker pack preview modal."
},
"stickers--StickerPreview--Error": {
"message": "Error opening sticker pack. Check your internet connection and try again.",
"description": "The message that appears in the sticker preview modal when there is an error."
},
"EmojiPicker--empty": {
"message": "該当する絵文字がありません",
"description": "Shown in the emoji picker when a search yields 0 results."
},
"EmojiPicker--search-placeholder": {
"message": "絵文字を検索",
"description": "Shown as a placeholder inside the emoji picker search field."
},
"EmojiPicker--skin-tone": {
"message": "Skin tone $tone$",
"description": "Shown as a tooltip over the emoji tone buttons.",
"placeholders": {
"status": {
"content": "$1",
"example": "2"
}
}
},
"confirmation-dialog--Cancel": {
"message": "キャンセル",
"description": "Appears on the cancel button in confirmation dialogs."
},
"Message--unsupported-message": {
"message": "$contact$ sent you a message that can't be processed or displayed because it uses a new Signal feature.",
"description": "",
"placeholders": {
"contact": {
"content": "$1",
"example": "Alice"
}
}
},
"Message--unsupported-message-ask-to-resend": {
"message": "You can ask $contact$ to re-send this message now that you are using an up-to-date version of Signal.",
"description": "",
"placeholders": {
"contact": {
"content": "$1",
"example": "Alice"
}
}
},
"Message--from-me-unsupported-message": {
"message": "One of your devices sent a message that can't be processed or displayed because it uses a new Signal feature.",
"description": ""
},
"Message--from-me-unsupported-message-ask-to-resend": {
"message": "Future messages like this will be synchronized now that you are using an up-to-date version of Signal.",
"description": ""
},
"Message--update-signal": {
"message": "Signalをアップデート",
"description": "Text for a button which will take user to Signal download page"
},
"Message--tap-to-view-expired": {
"message": "閲覧済み",
"description": "Text shown on messages with with individual timers, after user has viewed it"
},
"Message--tap-to-view--outgoing": {
2019-11-11 17:55:59 +00:00
"message": "メディア",
2019-09-13 20:59:54 +00:00
"description": "Text shown on outgoing messages with with individual timers (inaccessble)"
},
2020-01-24 00:01:22 +00:00
"Message--tap-to-view--incoming--expired-toast": {
"message": "このメッセージは閲覧済みです。",
"description": "Shown when user clicks on an expired incoming view-once bubble"
},
"Message--tap-to-view--outgoing--expired-toast": {
"message": "View-once messages are not stored in your conversation history.",
"description": "Shown when user clicks on an expired outgoing view-once bubble"
},
2019-09-13 20:59:54 +00:00
"Message--tap-to-view--incoming": {
2020-01-24 00:01:22 +00:00
"message": "写真を見る",
2019-11-11 17:55:59 +00:00
"description": "Text shown on photo messages with with individual timers, before user has viewed it"
},
"Message--tap-to-view--incoming-video": {
2020-01-24 00:01:22 +00:00
"message": "動画を見る",
2019-11-11 17:55:59 +00:00
"description": "Text shown on video messages with with individual timers, before user has viewed it"
2019-09-13 20:59:54 +00:00
},
"Conversation--getDraftPreview--attachment": {
2020-01-24 00:01:22 +00:00
"message": "(添付ファイル)",
2019-09-13 20:59:54 +00:00
"description": "Text shown in left pane as preview for conversation with saved a saved draft message"
},
"Conversation--getDraftPreview--quote": {
"message": "(quote)",
"description": "Text shown in left pane as preview for conversation with saved a saved draft message"
},
"Conversation--getDraftPreview--draft": {
"message": "(下書き)",
"description": "Text shown in left pane as preview for conversation with saved a saved draft message"
},
2019-11-22 18:45:12 +00:00
"Keyboard--navigate-by-section": {
"message": "Navigate by section",
"description": "Shown in the shortcuts guide"
},
"Keyboard--previous-conversation": {
2020-01-24 00:01:22 +00:00
"message": "前の会話へ移動",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--next-conversation": {
2020-01-24 00:01:22 +00:00
"message": "次の会話へ移動",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--previous-unread-conversation": {
2020-01-24 00:01:22 +00:00
"message": "前の未読会話へ移動",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--next-unread-conversation": {
2020-01-24 00:01:22 +00:00
"message": "次の未読会話へ移動",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--preferences": {
2020-01-24 00:01:22 +00:00
"message": "設定を開く",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--open-conversation-menu": {
2020-01-24 00:01:22 +00:00
"message": "会話メニューを開く",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--archive-conversation": {
2020-01-24 00:01:22 +00:00
"message": "会話をアーカイブする",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--unarchive-conversation": {
2020-01-24 00:01:22 +00:00
"message": "会話を受信箱に戻す",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--search": {
"message": "検索",
"description": "Shown in the shortcuts guide"
},
"Keyboard--search-in-conversation": {
2020-01-24 00:01:22 +00:00
"message": "会話内を検索",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--focus-composer": {
2020-01-24 00:01:22 +00:00
"message": "カーソルを入力欄に移動する",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--open-all-media-view": {
2020-01-24 00:01:22 +00:00
"message": "すべてのメディアを表示する",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--open-emoji-chooser": {
2020-01-24 00:01:22 +00:00
"message": "絵文字選択画面を開く",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--open-sticker-chooser": {
2020-01-24 00:01:22 +00:00
"message": "ステッカー選択画面を開く",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--begin-recording-voice-note": {
2020-01-24 00:01:22 +00:00
"message": "音声メモの録音を開始",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--default-message-action": {
2020-01-24 00:01:22 +00:00
"message": "選択したメッセージの既定アクション",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--view-details-for-selected-message": {
2020-01-24 00:01:22 +00:00
"message": "選択したメッセージの詳細を表示",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--toggle-reply": {
"message": "Toggle reply to selected message",
"description": "Shown in the shortcuts guide"
},
"Keyboard--toggle-reaction-picker": {
"message": "Toggle reaction picker for selected message",
"description": "Shown in the shortcuts guide"
},
2019-11-22 18:45:12 +00:00
"Keyboard--save-attachment": {
2020-01-24 00:01:22 +00:00
"message": "現在選択しているメッセージの添付ファイルを保存",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--delete-message": {
2020-01-24 00:01:22 +00:00
"message": "選択したメッセージを削除",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--add-newline": {
2020-01-24 00:01:22 +00:00
"message": "メッセージに改行を挿入",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--expand-composer": {
2020-01-24 00:01:22 +00:00
"message": "拡張入力に切り替える",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--send-in-expanded-composer": {
2020-01-24 00:01:22 +00:00
"message": "メッセージを送信する (拡張入力中)",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--attach-file": {
2020-01-24 00:01:22 +00:00
"message": "ファイルを添付する",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--remove-draft-link-preview": {
2020-01-24 00:01:22 +00:00
"message": "下書きのリンクプレビューを削除する",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--remove-draft-attachments": {
2020-01-24 00:01:22 +00:00
"message": "下書きのすべての添付ファイルを削除する",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--Key--ctrl": {
"message": "Ctrl",
"description": "Key shown in shortcut combination in shortcuts guide"
},
"Keyboard--Key--option": {
"message": "Option",
"description": "Key shown in shortcut combination in shortcuts guide"
},
"Keyboard--Key--alt": {
"message": "Alt",
"description": "Key shown in shortcut combination in shortcuts guide"
},
"Keyboard--Key--shift": {
"message": "Shift",
"description": "Key shown in shortcut combination in shortcuts guide"
},
"Keyboard--Key--enter": {
"message": "Enter",
"description": "Key shown in shortcut combination in shortcuts guide"
},
"Keyboard--header": {
2020-01-24 00:01:22 +00:00
"message": "キーボードショートカット",
2019-11-22 18:45:12 +00:00
"description": "Title header of the keyboard shortcuts guide"
},
"Keyboard--navigation-header": {
2020-01-24 00:01:22 +00:00
"message": "ナビゲーション",
2019-11-22 18:45:12 +00:00
"description": "Header of the keyboard shortcuts guide - navigation section"
},
"Keyboard--messages-header": {
"message": "メッセージ",
"description": "Header of the keyboard shortcuts guide - messages section"
},
"Keyboard--composer-header": {
2020-01-24 00:01:22 +00:00
"message": "メッセージの作成",
2019-11-22 18:45:12 +00:00
"description": "Header of the keyboard shortcuts guide - composer section"
},
"Keyboard--scroll-to-top": {
2020-01-24 00:01:22 +00:00
"message": "リストの上端までスクロール",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--scroll-to-bottom": {
2020-01-24 00:01:22 +00:00
"message": "リストの下端までスクロール",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--close-curent-conversation": {
2020-01-24 00:01:22 +00:00
"message": "現在開いている会話を閉じる",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"close-popup": {
2020-01-24 00:01:22 +00:00
"message": "ポップアップを閉じる",
2019-11-22 18:45:12 +00:00
"description": "Used as alt text for any button closing a popup"
},
"add-image-attachment": {
"message": "Add image attachment",
"description": "Used in draft attachment list for the big 'add new attachment' button"
},
"remove-attachment": {
2020-01-24 00:01:22 +00:00
"message": "添付ファイルを削除",
2019-11-22 18:45:12 +00:00
"description": "Used in draft attachment list to remove an individual attachment"
},
"backToInbox": {
2020-01-24 00:01:22 +00:00
"message": "受信箱に戻る",
2019-11-22 18:45:12 +00:00
"description": "Used as alt-text of button on archived conversations screen"
},
"conversationArchived": {
2020-01-24 00:01:22 +00:00
"message": "会話をアーカイブしました",
2019-11-22 18:45:12 +00:00
"description": "A toast that shows up when user archives a conversation"
},
"conversationReturnedToInbox": {
2020-01-24 00:01:22 +00:00
"message": "会話を受信箱に戻しました",
2019-11-22 18:45:12 +00:00
"description": "A toast that shows up when the user unarchives a conversation"
},
2020-01-24 00:01:22 +00:00
"StickerCreator--title": {
"message": "ステッカーパックの作成",
2020-01-24 00:01:22 +00:00
"description": "The title of the Sticker Pack Creator window"
},
"StickerCreator--DropZone--staticText": {
"message": "Click to add or drop images here",
"description": "Text which appears on the Sticker Creator drop zone when there is no active drag"
},
"StickerCreator--DropZone--activeText": {
"message": "ここに画像をドロップしてください",
"description": "Text which appears on the Sticker Creator drop zone when there is an active drag"
},
"StickerCreator--Preview--title": {
"message": "ステッカーパック",
"description": "The 'title' of the sticker pack preview 'modal'"
},
"StickerCreator--ConfirmDialog--cancel": {
"message": "キャンセル",
"description": "The default text for the confirm dialog cancel button"
},
"StickerCreator--CopyText--button": {
"message": "コピー",
"description": "The text which appears on the copy button for the sticker creator share screen"
},
"StickerCreator--ShareButtons--facebook": {
"message": "Facebook",
"description": "Title for Facebook button"
},
"StickerCreator--ShareButtons--twitter": {
"message": "ツイッター",
"description": "Title for Twitter button"
},
"StickerCreator--ShareButtons--pinterest": {
"message": "Pinterest",
"description": "Title for Pinterest button"
},
"StickerCreator--ShareButtons--whatsapp": {
"message": "WhatsApp",
"description": "Title for WhatsApp button"
},
"StickerCreator--AppStage--next": {
"message": "進む",
"description": "Default text for the next button on all stages of the sticker creator"
},
"StickerCreator--AppStage--prev": {
"message": "戻る",
"description": "Default text for the previous button on all stages of the sticker creator"
},
"StickerCreator--DropStage--title": {
"message": "ステッカーを追加",
"description": "Title for the drop stage of the sticker creator"
},
"StickerCreator--DropStage--help": {
"message": "ステッカーは、背景が透明で、 512x512 ピクセルの PNG または WebP 形式の画像である必要があります。推奨マージンは 16px です。",
2020-01-24 00:01:22 +00:00
"description": "Help text for the drop stage of the sticker creator"
},
"StickerCreator--DropStage--showMargins": {
"message": "Show margins",
"description": "Text for the show margins toggle on the drop stage of the sticker creator"
},
"StickerCreator--DropStage--addMore": {
"message": "あと $count$ 個以上追加してください",
2020-01-24 00:01:22 +00:00
"description": "Text to show user how many more stickers they must add",
"placeholders": {
"hashtag": {
"content": "$1",
"example": "4"
}
}
},
"StickerCreator--EmojiStage--title": {
"message": "Add an emoji to each sticker",
"description": "Title for the drop stage of the sticker creator"
},
"StickerCreator--EmojiStage--help": {
"message": "This allows us to suggest stickers to you as you're messaging.",
"description": "Help text for the drop stage of the sticker creator"
},
"StickerCreator--MetaStage--title": {
"message": "Just a few more details...",
"description": "Title for the meta stage of the sticker creator"
},
"StickerCreator--MetaStage--Field--title": {
"message": "タイトル",
"description": "Label for the title input of the meta stage of the sticker creator"
},
"StickerCreator--MetaStage--Field--author": {
"message": "作成者名",
"description": "Label for the author input of the meta stage of the sticker creator"
},
"StickerCreator--MetaStage--Field--cover": {
"message": "カバー画像",
"description": "Label for the cover image picker of the meta stage of the sticker creator"
},
"StickerCreator--MetaStage--Field--cover--help": {
"message": "This is the image that will show up when you share your sticker pack",
"description": "Help text for the cover image picker of the meta stage of the sticker creator"
},
"StickerCreator--MetaStage--ConfirmDialog--title": {
"message": "本当にステッカーパックをアップロードしますか?",
"description": "Title for the confirm dialog on the meta stage of the sticker creator"
},
"StickerCreator--MetaStage--ConfirmDialog--confirm": {
"message": "アップロード",
"description": "Text for the upload button in the confirmation dialog on the meta stage of the sticker creator"
},
"StickerCreator--MetaStage--ConfirmDialog--text": {
"message": "You will no longer be able to make edits or delete after creating a sticker pack.",
"description": "The text inside the confirmation dialog on the meta stage of the sticker creator"
},
"StickerCreator--UploadStage--title": {
"message": "ステッカーパックを作成中",
"description": "Title for the upload stage of the sticker creator"
},
"StickerCreator--UploadStage-uploaded": {
"message": "$total$件のうち$count$件がアップロード済み",
"description": "Title for the upload stage of the sticker creator",
"placeholders": {
"count": {
"content": "$1",
"example": "3"
},
"total": {
"content": "$2",
"example": "20"
}
}
},
"StickerCreator--ShareStage--title": {
"message": "Congratulations! You created a sticker pack.",
"description": "Title for the share stage of the sticker creator"
},
"StickerCreator--ShareStage--help": {
"message": "Access your new stickers through the sticker icon, or share with your friends using the link below.",
"description": "Help text for the share stage of the sticker creator"
},
"StickerCreator--ShareStage--callToAction": {
"message": "Use the hashtag $hashtag$ to help other people find the URLs for any custom sticker packs that you would like to make publicly accessible.",
"description": "Call to action text for the share stage of the sticker creator",
"placeholders": {
"hashtag": {
"content": "$1",
"example": "<strong>#makeprivacystick</strong>"
}
}
},
"StickerCreator--ShareStage--copyTitle": {
"message": "ステッカーパックのURL",
"description": "Title for the copy button on the share stage of the sticker creator"
},
"StickerCreator--ShareStage--close": {
"message": "閉じる",
"description": "Text for the close button on the share stage of the sticker creator"
},
"StickerCreator--ShareStage--createAnother": {
"message": "別のステッカーパックを作成",
"description": "Text for the create another sticker pack button on the share stage of the sticker creator"
},
"StickerCreator--ShareStage--socialMessage": {
"message": "Signalで新しいステッカーパックを作成しました。私が作成したステッカーパックをご確認ください。 #makeprivacystick",
"description": "Text which is shared to social media platforms for sticker packs"
},
"StickerCreator--Toasts--imagesAdded": {
"message": "$count$ 件の画像を追加しました",
"description": "Text for the toast when images are added to the sticker creator",
"placeholders": {
"count": {
"content": "$1",
"example": "3"
}
}
},
"StickerCreator--Toasts--animated": {
"message": "アニメーションステッカーは現在サポートされていません。",
"description": "Text for the toast when an image that is animated was dropped on the sticker creator"
},
"StickerCreator--Toasts--tooLarge": {
"message": "追加された画像のサイズが制限を超えています。",
"description": "Text for the toast when an image that is too large was dropped on the sticker creator"
},
"StickerCreator--Toasts--errorProcessing": {
"message": "Error processing image",
"description": "Text for the toast when an image cannot be processed was dropped on the sticker creator"
},
"StickerCreator--Toasts--errorUploading": {
"message": "Error uploading stickers: $message$",
"description": "Text for the toast when a sticker pack cannot be uploaded",
"placeholders": {
"message": {
"content": "$1",
"example": "Not connected"
}
}
},
"StickerCreator--Toasts--linkedCopied": {
"message": "リンクをコピーしました",
"description": "Text for the toast when a link for sharing is copied from the Sticker Creator"
},
"StickerCreator--StickerPreview--light": {
"message": "My sticker in light theme",
"description": "Text for the sticker preview for the light theme"
},
"StickerCreator--StickerPreview--dark": {
"message": "My sticker in dark theme",
"description": "Text for the sticker preview for the dark theme"
},
"StickerCreator--Authentication--error": {
"message": "Please set up Signal on your phone and desktop to use the Sticker Pack Creator",
"description": "The error message which appears when the user has not linked their account and attempts to use the Sticker Creator"
},
"Reactions--error": {
"message": "Failed to send reaction. Please try again.",
"description": "Shown when a reaction fails to send"
},
"ReactionsViewer--all": {
"message": "すべて",
"description": "Shown in reaction viewer as the title for the 'all' category"
},
2018-08-31 20:50:28 +00:00
"privacyPolicy": {
"message": "使用条件とプライバシーポリシー",
"description": "Shown in the about box for the link to https://signal.org/legal"
2016-06-30 01:12:20 +00:00
}
}