mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-12 08:54:00 +02:00
3903 lines
131 KiB
Plaintext
3903 lines
131 KiB
Plaintext
# SOME DESCRIPTIVE TITLE.
|
|
# Copyright (C) YEAR Laurent Cozic
|
|
# This file is distributed under the same license as the Joplin-CLI package.
|
|
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
|
#
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: Joplin-CLI 1.0.0\n"
|
|
"Report-Msgid-Bugs-To: \n"
|
|
"Last-Translator: genneko <genneko217@gmail.com>\n"
|
|
"Language-Team: \n"
|
|
"Language: ja_JP\n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
"X-Generator: Poedit 1.8.4\n"
|
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
|
|
#: CliClient/app/command-cp.js:13
|
|
msgid ""
|
|
"Duplicates the notes matching <note> to [notebook]. If no notebook is "
|
|
"specified the note is duplicated in the current notebook."
|
|
msgstr ""
|
|
"<note>に一致するノートを[notebook]に複製します。[notebook]が指定されていない"
|
|
"場合は、現在のノートブックに複製を行います。"
|
|
|
|
#: CliClient/app/command-cp.js:24 CliClient/app/command-cp.js:27
|
|
#: CliClient/app/command-import.js:34 CliClient/app/command-mv.js:22
|
|
#: CliClient/app/command-mv.js:25 CliClient/app/command-use.js:21
|
|
#: CliClient/app/command-ren.js:23 CliClient/app/command-rmbook.js:25
|
|
#: CliClient/app/command-cat.js:25 CliClient/app/command-rmnote.js:25
|
|
#: CliClient/app/command-attach.js:21 CliClient/app/command-export.js:36
|
|
#: CliClient/app/command-export.js:40 CliClient/app/command-geoloc.js:20
|
|
#: CliClient/app/command-search.js:27 CliClient/app/command-set.js:32
|
|
#: CliClient/app/command-help.js:66 CliClient/app/command-todo.js:21
|
|
#: CliClient/app/command-tag.js:33 CliClient/app/command-tag.js:36
|
|
#: CliClient/app/command-tag.js:42 CliClient/app/command-tag.js:43
|
|
#: CliClient/app/command-tag.js:81 CliClient/app/command-tag.js:87
|
|
#: CliClient/app/command-done.js:20
|
|
#: ReactNativeClient/lib/services/InteropService.js:218
|
|
#: ReactNativeClient/lib/services/InteropService.js:239
|
|
#, javascript-format
|
|
msgid "Cannot find \"%s\"."
|
|
msgstr "\"%s\"は見つかりませんでした。"
|
|
|
|
#: CliClient/app/command-ls.js:18
|
|
msgid ""
|
|
"Displays the notes in the current notebook. Use `ls /` to display the list "
|
|
"of notebooks."
|
|
msgstr ""
|
|
"現在のノートブック中のノートを表示します。ノートブックのリストを表示するに"
|
|
"は、`ls /`と入力してください。"
|
|
|
|
#: CliClient/app/command-ls.js:27
|
|
msgid "Displays only the first top <num> notes."
|
|
msgstr "上位 <num>件のノートを表示します。"
|
|
|
|
#: CliClient/app/command-ls.js:28
|
|
msgid "Sorts the item by <field> (eg. title, updated_time, created_time)."
|
|
msgstr "アイテムを<field>で並び替え (例: title, updated_time, created_time)."
|
|
|
|
#: CliClient/app/command-ls.js:29
|
|
msgid "Reverses the sorting order."
|
|
msgstr "逆順に並び替えます。"
|
|
|
|
#: CliClient/app/command-ls.js:30
|
|
msgid ""
|
|
"Displays only the items of the specific type(s). Can be `n` for notes, `t` "
|
|
"for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the "
|
|
"to-dos, while `-ttd` would display notes and to-dos."
|
|
msgstr ""
|
|
"選択した種類の項目のみ表示します。`n`でノートを、`t`でToDoを、`nt`でその両方"
|
|
"を指定できます。 (例: `-tt` ではToDoのみを表示し、`-ttd`ではノートとToDoを表"
|
|
"示します。)"
|
|
|
|
#: CliClient/app/command-ls.js:31
|
|
msgid "Either \"text\" or \"json\""
|
|
msgstr "\"text\"または\"json\""
|
|
|
|
#: CliClient/app/command-ls.js:32 CliClient/app/command-tag.js:18
|
|
msgid ""
|
|
"Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, "
|
|
"TODO_CHECKED (for to-dos), TITLE"
|
|
msgstr ""
|
|
"長い形式のリストフォーマットを使用します。フォーマットは:ID, NOTE_COUNT "
|
|
"(ノートブックのみ), DATE, TODO_CHECKED (ToDoのみ), TITLE"
|
|
|
|
#: CliClient/app/command-ls.js:63
|
|
msgid "Please select a notebook first."
|
|
msgstr "まずはノートブックを選択して下さい。"
|
|
|
|
#: CliClient/app/command-import.js:14
|
|
msgid "Imports data into Joplin."
|
|
msgstr "Joplinにデータをインポートします。"
|
|
|
|
#: CliClient/app/command-import.js:25
|
|
#, javascript-format
|
|
msgid "Source format: %s"
|
|
msgstr "ソースフォーマット: %s"
|
|
|
|
#: CliClient/app/command-import.js:26
|
|
msgid "Do not ask for confirmation."
|
|
msgstr "確認を行ないません。"
|
|
|
|
#: CliClient/app/command-import.js:27
|
|
#, javascript-format
|
|
msgid "Output format: %s"
|
|
msgstr "出力フォーマット: %s"
|
|
|
|
#: CliClient/app/command-import.js:47 ElectronClient/gui/ImportScreen.min.js:69
|
|
#, javascript-format
|
|
msgid "Found: %d."
|
|
msgstr "総数: %d."
|
|
|
|
#: CliClient/app/command-import.js:48 ElectronClient/gui/ImportScreen.min.js:70
|
|
#, javascript-format
|
|
msgid "Created: %d."
|
|
msgstr "新規作成: %d."
|
|
|
|
#: CliClient/app/command-import.js:49 ElectronClient/gui/ImportScreen.min.js:71
|
|
#, javascript-format
|
|
msgid "Updated: %d."
|
|
msgstr "アップデート: %d."
|
|
|
|
#: CliClient/app/command-import.js:50 ElectronClient/gui/ImportScreen.min.js:72
|
|
#, javascript-format
|
|
msgid "Skipped: %d."
|
|
msgstr "スキップ: %d."
|
|
|
|
#: CliClient/app/command-import.js:51 ElectronClient/gui/ImportScreen.min.js:73
|
|
#, javascript-format
|
|
msgid "Resources: %d."
|
|
msgstr "リソース: %d."
|
|
|
|
#: CliClient/app/command-import.js:52 ElectronClient/gui/ImportScreen.min.js:74
|
|
#, javascript-format
|
|
msgid "Tagged: %d."
|
|
msgstr "タグ付き: %d."
|
|
|
|
#: CliClient/app/command-import.js:65
|
|
msgid "Importing notes..."
|
|
msgstr "ノートのインポート中..."
|
|
|
|
#: CliClient/app/command-import.js:70 ElectronClient/gui/ImportScreen.min.js:89
|
|
#, javascript-format
|
|
msgid "The notes have been imported: %s"
|
|
msgstr "ノートはインポートされました:%s"
|
|
|
|
#: CliClient/app/help-utils.js:56
|
|
msgid "Enum"
|
|
msgstr "列挙"
|
|
|
|
#: CliClient/app/help-utils.js:56
|
|
#, javascript-format
|
|
msgid "Type: %s."
|
|
msgstr "種類: %s."
|
|
|
|
#: CliClient/app/help-utils.js:57
|
|
#, javascript-format
|
|
msgid "Possible values: %s."
|
|
msgstr "取り得る値: %s."
|
|
|
|
#: CliClient/app/help-utils.js:71
|
|
#, javascript-format
|
|
msgid "Default: %s"
|
|
msgstr "既定値: %s"
|
|
|
|
#: CliClient/app/help-utils.js:77
|
|
msgid "Possible keys/values:"
|
|
msgstr "取り得るキー/値:"
|
|
|
|
#: CliClient/app/command-server.js:14
|
|
#, javascript-format
|
|
msgid ""
|
|
"Start, stop or check the API server. To specify on which port it should run, "
|
|
"set the api.port config variable. Commands are (%s)."
|
|
msgstr ""
|
|
"APIサーバーの起動、停止、状況確認を行います。APIサーバーが使用するポートは "
|
|
"api.port で変更できます。コマンドは (%s)。"
|
|
|
|
#: CliClient/app/command-server.js:37
|
|
#, javascript-format
|
|
msgid "Server is already running on port %d"
|
|
msgstr "サーバーはすでにポート %d で実行中です。"
|
|
|
|
#: CliClient/app/command-server.js:43
|
|
#, javascript-format
|
|
msgid "Server is running on port %d"
|
|
msgstr "サーバーはポート %d で実行中です。"
|
|
|
|
#: CliClient/app/command-server.js:43 CliClient/app/command-server.js:46
|
|
msgid "Server is not running."
|
|
msgstr "サーバーは実行されていません。"
|
|
|
|
#: CliClient/app/command-e2ee.js:18
|
|
msgid ""
|
|
"Manages E2EE configuration. Commands are `enable`, `disable`, `decrypt`, "
|
|
"`status`, `decrypt-file` and `target-status`."
|
|
msgstr ""
|
|
"エンドツーエンド暗号化(E2EE)の設定コマンドです。<command>には `enable`, "
|
|
"`disable`, `decrypt`, `status`, `target-status` があります。"
|
|
|
|
#: CliClient/app/command-e2ee.js:36 CliClient/app/command-e2ee.js:72
|
|
msgid "Enter master password:"
|
|
msgstr "マスターパスワードを入力してください:"
|
|
|
|
#: CliClient/app/command-e2ee.js:38 CliClient/app/command-e2ee.js:74
|
|
#: CliClient/app/command-e2ee.js:79
|
|
msgid "Operation cancelled"
|
|
msgstr "操作をキャンセルしました"
|
|
|
|
#: CliClient/app/command-e2ee.js:47
|
|
msgid ""
|
|
"Starting decryption... Please wait as it may take several minutes depending "
|
|
"on how much there is to decrypt."
|
|
msgstr ""
|
|
"復号を開始しました... どのぐらいの数を復号するかによりますが、数分かかります"
|
|
"のでお待ちください。"
|
|
|
|
#: CliClient/app/command-e2ee.js:53
|
|
#, javascript-format
|
|
msgid "Decrypted items: %d"
|
|
msgstr "復号済み(非暗号化)アイテム: %d"
|
|
|
|
#: CliClient/app/command-e2ee.js:54
|
|
#, javascript-format
|
|
msgid "Skipped items: %d (use --retry-failed-items to retry decrypting them)"
|
|
msgstr ""
|
|
"スキップされたアイテム: %d (再度復号化を試みるには--retry-failed-itemsオプ"
|
|
"ションを使用してください)"
|
|
|
|
#: CliClient/app/command-e2ee.js:68
|
|
msgid "Completed decryption."
|
|
msgstr "復号が完了しました。"
|
|
|
|
#: CliClient/app/command-e2ee.js:77
|
|
#: ReactNativeClient/lib/components/screens/encryption-config.js:163
|
|
msgid "Confirm password:"
|
|
msgstr "パスワード(確認用):"
|
|
|
|
#: CliClient/app/command-e2ee.js:83
|
|
#: ReactNativeClient/lib/components/screens/encryption-config.js:140
|
|
msgid "Passwords do not match!"
|
|
msgstr "パスワードが一致しません!"
|
|
|
|
#: CliClient/app/command-e2ee.js:108
|
|
#: ElectronClient/gui/EncryptionConfigScreen.min.js:442
|
|
#: ReactNativeClient/lib/components/screens/encryption-config.js:280
|
|
msgid "Enabled"
|
|
msgstr "有効"
|
|
|
|
#: CliClient/app/command-e2ee.js:108
|
|
#: ElectronClient/gui/EncryptionConfigScreen.min.js:442
|
|
#: ReactNativeClient/lib/models/Setting.js:607
|
|
#: ReactNativeClient/lib/components/screens/encryption-config.js:280
|
|
msgid "Disabled"
|
|
msgstr "無効"
|
|
|
|
#: CliClient/app/command-e2ee.js:108
|
|
#: ReactNativeClient/lib/components/screens/encryption-config.js:280
|
|
#, javascript-format
|
|
msgid "Encryption is: %s"
|
|
msgstr "暗号化: %s"
|
|
|
|
#: CliClient/app/command-mkbook.js:12
|
|
msgid "Creates a new notebook."
|
|
msgstr "あたらしいノートブックを作成します。"
|
|
|
|
#: CliClient/app/command-mv.js:14
|
|
msgid "Moves the notes matching <note> to [notebook]."
|
|
msgstr "<note>に一致するアイテムを、[notebook]に移動します。"
|
|
|
|
#: CliClient/app/command-config.js:13
|
|
msgid ""
|
|
"Gets or sets a config value. If [value] is not provided, it will show the "
|
|
"value of [name]. If neither [name] nor [value] is provided, it will list the "
|
|
"current configuration."
|
|
msgstr ""
|
|
"設定を行います。[value]がない場合は、[name]で示された設定項目の値を表示しま"
|
|
"す。両方とも指定されていない場合は、現在の設定のリストを表示します。"
|
|
|
|
#: CliClient/app/command-config.js:18
|
|
msgid "Also displays unset and hidden config variables."
|
|
msgstr "未設定または非表示の設定項目も表示します。"
|
|
|
|
#: CliClient/app/command-config.js:79
|
|
#, javascript-format
|
|
msgid "%s = %s (%s)"
|
|
msgstr "%s = %s (%s)"
|
|
|
|
#: CliClient/app/command-config.js:81
|
|
#, javascript-format
|
|
msgid "%s = %s"
|
|
msgstr "%s = %s"
|
|
|
|
#: CliClient/app/command-use.js:12
|
|
msgid ""
|
|
"Switches to [notebook] - all further operations will happen within this "
|
|
"notebook."
|
|
msgstr ""
|
|
"ノートブック [notebook]に切り替え - これ以降の作業は、指定のノートブック内で"
|
|
"行われます。"
|
|
|
|
#: CliClient/app/command-sync.js:28
|
|
msgid "Synchronises with remote storage."
|
|
msgstr "リモート保存領域と同期します。"
|
|
|
|
#: CliClient/app/command-sync.js:32
|
|
msgid "Sync to provided target (defaults to sync.target config value)"
|
|
msgstr "指定のターゲットと同期します。(標準: sync.targetの設定値)"
|
|
|
|
#: CliClient/app/command-sync.js:77 CliClient/app/command-sync.js:91
|
|
#: ElectronClient/gui/OneDriveLoginScreen.min.js:40
|
|
msgid ""
|
|
"Authentication was not completed (did not receive an authentication token)."
|
|
msgstr "認証は完了していません(認証トークンが得られませんでした)"
|
|
|
|
#: CliClient/app/command-sync.js:86
|
|
#: ElectronClient/gui/DropboxLoginScreen.min.js:42
|
|
#: ReactNativeClient/lib/components/screens/dropbox-login.js:58
|
|
msgid ""
|
|
"To allow Joplin to synchronise with Dropbox, please follow the steps below:"
|
|
msgstr "DropboxでJoplinを同期する場合は、次のステップを実行してください:"
|
|
|
|
#: CliClient/app/command-sync.js:87
|
|
#: ElectronClient/gui/DropboxLoginScreen.min.js:47
|
|
#: ReactNativeClient/lib/components/screens/dropbox-login.js:59
|
|
msgid "Step 1: Open this URL in your browser to authorise the application:"
|
|
msgstr "ステップ1: アプリケーションを認証するためにこのURLをブラウザーで開く:"
|
|
|
|
#: CliClient/app/command-sync.js:89
|
|
#: ElectronClient/gui/DropboxLoginScreen.min.js:57
|
|
#: ReactNativeClient/lib/components/screens/dropbox-login.js:65
|
|
msgid "Step 2: Enter the code provided by Dropbox:"
|
|
msgstr "ステップ2: Dropboxによって提供されたコードを入力する:"
|
|
|
|
#: CliClient/app/command-sync.js:101
|
|
#, javascript-format
|
|
msgid "Not authentified with %s. Please provide any missing credentials."
|
|
msgstr "%s では認証できません。他の資格証明書を使用してください。"
|
|
|
|
#: CliClient/app/command-sync.js:124
|
|
msgid "Synchronisation is already in progress."
|
|
msgstr "同期はすでに実行中です。"
|
|
|
|
#: CliClient/app/command-sync.js:129
|
|
#, javascript-format
|
|
msgid ""
|
|
"Lock file is already being hold. If you know that no synchronisation is "
|
|
"taking place, you may delete the lock file at \"%s\" and resume the "
|
|
"operation."
|
|
msgstr ""
|
|
"ロックファイルがすでに保持されています。同期作業が行われていない場合は、\"%s"
|
|
"\"にあるロックファイルを削除して、作業を再度行ってください。"
|
|
|
|
#: CliClient/app/command-sync.js:175
|
|
#, javascript-format
|
|
msgid "Synchronisation target: %s (%s)"
|
|
msgstr "同期先: %s (%s)"
|
|
|
|
#: CliClient/app/command-sync.js:177
|
|
msgid "Cannot initialise synchroniser."
|
|
msgstr "同期プロセスを初期化できませんでした。"
|
|
|
|
#: CliClient/app/command-sync.js:179
|
|
msgid "Starting synchronisation..."
|
|
msgstr "同期を開始中..."
|
|
|
|
#: CliClient/app/command-sync.js:202
|
|
msgid "Downloading resources..."
|
|
msgstr "リソースをダウンロード中..."
|
|
|
|
#: CliClient/app/command-sync.js:226
|
|
msgid "Cancelling... Please wait."
|
|
msgstr "中止中...お待ちください。"
|
|
|
|
#: CliClient/app/command-ren.js:14
|
|
msgid "Renames the given <item> (note or notebook) to <name>."
|
|
msgstr "<item> (ノートまたはノートブック)の名前を、<name>に変更します。"
|
|
|
|
#: CliClient/app/command-rmbook.js:13
|
|
msgid "Deletes the given notebook."
|
|
msgstr "指定されたノートブックを削除します。"
|
|
|
|
#: CliClient/app/command-rmbook.js:17
|
|
msgid "Deletes the notebook without asking for confirmation."
|
|
msgstr "ノートブックを確認なしで削除します。"
|
|
|
|
#: CliClient/app/command-rmbook.js:26
|
|
#: ReactNativeClient/lib/components/screens/notes.js:154
|
|
msgid ""
|
|
"Delete notebook? All notes and sub-notebooks within this notebook will also "
|
|
"be deleted."
|
|
msgstr ""
|
|
"ノートブックを削除しますか? このノートブックにあるノートとサブノートはすべ"
|
|
"て消えてしまいます。"
|
|
|
|
#: CliClient/app/command-mktodo.js:12
|
|
msgid "Creates a new to-do."
|
|
msgstr "新しいToDoを作成します。"
|
|
|
|
#: CliClient/app/command-mktodo.js:16 CliClient/app/command-mknote.js:16
|
|
msgid "Notes can only be created within a notebook."
|
|
msgstr "ノートは、ノートブック内のみに作ることができます。"
|
|
|
|
#: CliClient/app/command-cat.js:14
|
|
msgid "Displays the given note."
|
|
msgstr "選択したノートを表示します。"
|
|
|
|
#: CliClient/app/command-cat.js:18
|
|
msgid "Displays the complete information about note."
|
|
msgstr "ノートに関するすべての情報を表示します。"
|
|
|
|
#: CliClient/app/command-edit.js:17
|
|
msgid "Edit note."
|
|
msgstr "ノートを編集する。"
|
|
|
|
#: CliClient/app/command-edit.js:30
|
|
msgid ""
|
|
"No text editor is defined. Please set it using `config editor <editor-path>`"
|
|
msgstr ""
|
|
"テキストエディターが定義されていません。`config editor <editor-path>`で設定を"
|
|
"行ってください"
|
|
|
|
#: CliClient/app/command-edit.js:40
|
|
msgid "No active notebook."
|
|
msgstr "有効なノートブックがありません。"
|
|
|
|
#: CliClient/app/command-edit.js:46
|
|
#, javascript-format
|
|
msgid "Note does not exist: \"%s\". Create it?"
|
|
msgstr "\"%s\"というノートはありません。作成しますか?"
|
|
|
|
#: CliClient/app/app-gui.js:446
|
|
msgid "To delete a tag, untag the associated notes."
|
|
msgstr "タグを削除するには、関連するノートからタグを外してください。"
|
|
|
|
#: CliClient/app/app-gui.js:456
|
|
msgid "Please select the note or notebook to be deleted first."
|
|
msgstr "まず削除するノートかノートブックを選択してください。"
|
|
|
|
#: CliClient/app/app-gui.js:720
|
|
msgid "Press Ctrl+D or type \"exit\" to exit the application"
|
|
msgstr "アプリケーションを終了するには、Ctrl+Dまたは\"exit\"と入力してください"
|
|
|
|
#: CliClient/app/command-rmnote.js:13
|
|
msgid "Deletes the notes matching <note-pattern>."
|
|
msgstr "<note-pattern>に一致するノートを削除する。"
|
|
|
|
#: CliClient/app/command-rmnote.js:17
|
|
msgid "Deletes the notes without asking for confirmation."
|
|
msgstr "ノートを確認なしで削除します。"
|
|
|
|
#: CliClient/app/command-rmnote.js:27
|
|
#, javascript-format
|
|
msgid "%d notes match this pattern. Delete them?"
|
|
msgstr "%d 個のノートが一致しました。削除しますか?"
|
|
|
|
#: CliClient/app/command-rmnote.js:27
|
|
#: ReactNativeClient/lib/components/screens/note.js:461
|
|
msgid "Delete note?"
|
|
msgstr "ノートを削除しますか?"
|
|
|
|
#: CliClient/app/command-attach.js:13
|
|
msgid "Attaches the given file to the note."
|
|
msgstr "選択したファイルをノートに添付します。"
|
|
|
|
#: CliClient/app/command-version.js:11
|
|
msgid "Displays version information"
|
|
msgstr "バージョン情報の表示"
|
|
|
|
#: CliClient/app/command-version.js:16
|
|
#, javascript-format
|
|
msgid "%s %s (%s)"
|
|
msgstr "%s %s (%s)"
|
|
|
|
#: CliClient/app/command-undone.js:12
|
|
msgid "Marks a to-do as non-completed."
|
|
msgstr "ToDoを未完としてマークします。"
|
|
|
|
#: CliClient/app/command-export.js:13
|
|
msgid ""
|
|
"Exports Joplin data to the given path. By default, it will export the "
|
|
"complete database including notebooks, notes, tags and resources."
|
|
msgstr ""
|
|
"Joplinのデータを選択されたパスにエクスポートします。既定ではノートブック・"
|
|
"ノート・タグ・添付データを含むすべてのデータベースを出力します。"
|
|
|
|
#: CliClient/app/command-export.js:23
|
|
#, javascript-format
|
|
msgid "Destination format: %s"
|
|
msgstr "場所の形式: %s"
|
|
|
|
#: CliClient/app/command-export.js:23
|
|
msgid "Exports only the given note."
|
|
msgstr "選択されたノートのみを出力する。"
|
|
|
|
#: CliClient/app/command-export.js:23
|
|
msgid "Exports only the given notebook."
|
|
msgstr "選択されたノートブックのみを出力する。"
|
|
|
|
#: CliClient/app/command-mknote.js:12
|
|
msgid "Creates a new note."
|
|
msgstr "あたらしいノートを作成します。"
|
|
|
|
#: CliClient/app/main.js:80
|
|
msgid "Type `joplin help` for usage information."
|
|
msgstr "`joplin help`を実行して使い方を表示します。"
|
|
|
|
#: CliClient/app/main.js:82
|
|
msgid "Fatal error:"
|
|
msgstr "致命的なエラー:"
|
|
|
|
#: CliClient/app/command-geoloc.js:13
|
|
msgid "Displays a geolocation URL for the note."
|
|
msgstr "ノートの位置情報URLを表示する。"
|
|
|
|
#: CliClient/app/gui/NoteWidget.js:36
|
|
msgid ""
|
|
"Welcome to Joplin!\n"
|
|
"\n"
|
|
"Type `:help shortcuts` for the list of keyboard shortcuts, or just `:help` "
|
|
"for usage information.\n"
|
|
"\n"
|
|
"For example, to create a notebook press `mb`; to create a note press `mn`."
|
|
msgstr ""
|
|
"Joplinへようこそ!\n"
|
|
"\n"
|
|
"`:help shortcuts`と入力することで、キーボードショートカットのリストを見ること"
|
|
"ができます。また、`:help`で使い方を確認できます。\n"
|
|
"\n"
|
|
"例えば、ノートブックの作成は`mb`で、ノートの作成は`mn`で行うことができます。"
|
|
|
|
#: CliClient/app/gui/NoteWidget.js:48
|
|
msgid ""
|
|
"One or more items are currently encrypted and you may need to supply a "
|
|
"master password. To do so please type `e2ee decrypt`. If you have already "
|
|
"supplied the password, the encrypted items are being decrypted in the "
|
|
"background and will be available soon."
|
|
msgstr ""
|
|
"現在一つ以上のアイテムが暗号化されており、マスターパスワードを提供する必要が"
|
|
"あります。その場合は`e2ee decrypt`を入力してください。もしパスワードを提供し"
|
|
"てある場合は、暗号化したアイテムは復号中で、間もなく使用できるようになるで"
|
|
"しょう。"
|
|
|
|
#: CliClient/app/gui/NoteWidget.js:50
|
|
msgid "You may also type `status` for more information."
|
|
msgstr "`status`でさらに情報を確認できます。"
|
|
|
|
#: CliClient/app/gui/FolderListWidget.js:31
|
|
msgid "Search:"
|
|
msgstr "検索:"
|
|
|
|
#: CliClient/app/command-search.js:13
|
|
msgid "Searches for the given <pattern> in all the notes."
|
|
msgstr "指定された<pattern>をすべてのノートから検索する。"
|
|
|
|
#: CliClient/app/command-set.js:22
|
|
#, javascript-format
|
|
msgid ""
|
|
"Sets the property <name> of the given <note> to the given [value]. Possible "
|
|
"properties are:\n"
|
|
"\n"
|
|
"%s"
|
|
msgstr ""
|
|
"<note>のプロパティ<name> を、指示された[value]に設定します。有効なプロパティ"
|
|
"は:\n"
|
|
"\n"
|
|
"%s"
|
|
|
|
#: CliClient/app/cli-utils.js:108
|
|
#, javascript-format
|
|
msgid "Missing required argument: %s"
|
|
msgstr "引数が足りません:%s"
|
|
|
|
#: CliClient/app/cli-utils.js:139 ReactNativeClient/lib/services/report.js:151
|
|
#, javascript-format
|
|
msgid "%s: %s"
|
|
msgstr "%s: %s"
|
|
|
|
#: CliClient/app/cli-utils.js:143
|
|
msgid "Your choice: "
|
|
msgstr "選択: "
|
|
|
|
#: CliClient/app/cli-utils.js:150
|
|
#, javascript-format
|
|
msgid "Invalid answer: %s"
|
|
msgstr "無効な入力:%s"
|
|
|
|
#: CliClient/app/cli-utils.js:160 CliClient/app/app.js:136
|
|
msgid "Y"
|
|
msgstr "Y"
|
|
|
|
#: CliClient/app/cli-utils.js:160 CliClient/app/app.js:136
|
|
msgid "n"
|
|
msgstr "n"
|
|
|
|
#: CliClient/app/base-command.js:15
|
|
msgid "Cannot change encrypted item"
|
|
msgstr "暗号化したアイテムは変更できません"
|
|
|
|
#: CliClient/app/command-help.js:13
|
|
msgid "Displays usage information."
|
|
msgstr "使い方を表示する。"
|
|
|
|
#: CliClient/app/command-help.js:36
|
|
#, javascript-format
|
|
msgid "For information on how to customise the shortcuts please visit %s"
|
|
msgstr "ショートカットのカスタマイズ方法は %s をご覧ください"
|
|
|
|
#: CliClient/app/command-help.js:44
|
|
msgid "Shortcuts are not available in CLI mode."
|
|
msgstr "CLIモードではショートカットは使用できません。"
|
|
|
|
#: CliClient/app/command-help.js:71
|
|
msgid ""
|
|
"Type `help [command]` for more information about a command; or type `help "
|
|
"all` for the complete usage information."
|
|
msgstr ""
|
|
"コマンドのさらなる情報は、`help [command]`で見ることができます;または、"
|
|
"`help all`ですべての使用方法の情報を表示できます。"
|
|
|
|
#: CliClient/app/command-help.js:73
|
|
msgid "The possible commands are:"
|
|
msgstr "有効なコマンドは:"
|
|
|
|
#: CliClient/app/command-help.js:77
|
|
msgid ""
|
|
"In any command, a note or notebook can be referred to by title or ID, or "
|
|
"using the shortcuts `$n` or `$b` for, respectively, the currently selected "
|
|
"note or notebook. `$c` can be used to refer to the currently selected item."
|
|
msgstr ""
|
|
"すべてのコマンドで、ノートまたはノートブックは、題名またはID、または選択中の"
|
|
"物はそれぞれショートカット`$n`または`$b`で指定できます。`$c`で選択中のアイテ"
|
|
"ムを参照できます。"
|
|
|
|
#: CliClient/app/command-help.js:79
|
|
msgid "To move from one pane to another, press Tab or Shift+Tab."
|
|
msgstr "ペイン間を移動するには、TabかShift+Tabを押してください。"
|
|
|
|
#: CliClient/app/command-help.js:80
|
|
msgid ""
|
|
"Use the arrows and page up/down to scroll the lists and text areas "
|
|
"(including this console)."
|
|
msgstr "リストや入力エリアの移動には矢印キーまたはPage Up/Downを使用します。"
|
|
|
|
#: CliClient/app/command-help.js:81
|
|
msgid "To maximise/minimise the console, press \"tc\"."
|
|
msgstr "コンソールの最大化・最小化には\"tc\"と入力してください。"
|
|
|
|
#: CliClient/app/command-help.js:82
|
|
msgid "To enter command line mode, press \":\""
|
|
msgstr "コマンドラインモードに入るには、\":\"を入力してください"
|
|
|
|
#: CliClient/app/command-help.js:83
|
|
msgid "To exit command line mode, press ESCAPE"
|
|
msgstr "コマンドラインモードを終了するには、ESCキーを押してください"
|
|
|
|
#: CliClient/app/command-help.js:84
|
|
msgid ""
|
|
"For the list of keyboard shortcuts and config options, type `help keymap`"
|
|
msgstr ""
|
|
"キーボードショートカットと設定オプションを表示するには、`help shortcuts`と入"
|
|
"力してください"
|
|
|
|
#: CliClient/app/command-todo.js:14
|
|
msgid ""
|
|
"<todo-command> can either be \"toggle\" or \"clear\". Use \"toggle\" to "
|
|
"toggle the given to-do between completed and uncompleted state (If the "
|
|
"target is a regular note it will be converted to a to-do). Use \"clear\" to "
|
|
"convert the to-do back to a regular note."
|
|
msgstr ""
|
|
"<todo-command>は、\"toggle\"または\"clear\"を指定できます。\"toggle\"を指定す"
|
|
"ると、指定したToDoの完了済み/未完を反転できます。指定したノートが通常のノート"
|
|
"であれば、ToDoに変換されます。\"clear\"を指定すると、ToDoを通常のノートに変換"
|
|
"できます。"
|
|
|
|
#: CliClient/app/command-exit.js:11
|
|
msgid "Exits the application."
|
|
msgstr "アプリケーションの終了。"
|
|
|
|
#: CliClient/app/app.js:61
|
|
#, javascript-format
|
|
msgid "More than one item match \"%s\". Please narrow down your query."
|
|
msgstr ""
|
|
"一つ以上のアイテムが\"%s\"に一致しました。クエリを絞るようにしてください。"
|
|
|
|
#: CliClient/app/app.js:91
|
|
msgid "No notebook selected."
|
|
msgstr "ノートブックが選択されていません。"
|
|
|
|
#: CliClient/app/app.js:97
|
|
msgid "No notebook has been specified."
|
|
msgstr "ノートブックが選択されていません。"
|
|
|
|
#: CliClient/app/app.js:136
|
|
msgid "N"
|
|
msgstr "N"
|
|
|
|
#: CliClient/app/app.js:136
|
|
msgid "y"
|
|
msgstr "y"
|
|
|
|
#: CliClient/app/app.js:169
|
|
msgid "Cancelling background synchronisation... Please wait."
|
|
msgstr "バックグラウンド同期を中止中… しばらくお待ちください。"
|
|
|
|
#: CliClient/app/app.js:254
|
|
#, javascript-format
|
|
msgid "No such command: %s"
|
|
msgstr "コマンドが違います:%s"
|
|
|
|
#: CliClient/app/app.js:302
|
|
#, javascript-format
|
|
msgid "The command \"%s\" is only available in GUI mode"
|
|
msgstr "コマンド \"%s\"は、GUIのみで有効です"
|
|
|
|
#: CliClient/app/command-status.js:13
|
|
msgid "Displays summary about the notes and notebooks."
|
|
msgstr "ノートとノートブックのサマリを表示します。"
|
|
|
|
#: CliClient/app/command-status.js:44
|
|
msgid ""
|
|
"To retry decryption of these items. Run `e2ee decrypt --retry-failed-items`"
|
|
msgstr ""
|
|
"これらのアイテムの復号化を再試行するには、`e2ee decrypt --retry-failed-items`"
|
|
"を実行してください。"
|
|
|
|
#: CliClient/app/command-tag.js:14
|
|
msgid ""
|
|
"<tag-command> can be \"add\", \"remove\", \"list\", or \"notetags\" to "
|
|
"assign or remove [tag] from [note], to list notes associated with [tag], or "
|
|
"to list tags associated with [note]. The command `tag list` can be used to "
|
|
"list all the tags (use -l for long option)."
|
|
msgstr ""
|
|
"<tag-command> は\"add\", \"remove\", \"list\", \"notetags\"のいずれかで、それ"
|
|
"ぞれ、[note]に[tag]を追加、[note]から[tag]を削除、[tag]のついたノートを一覧表"
|
|
"示 (-lオプションでより多くの情報を表示)、[note]についているタグを一覧表示しま"
|
|
"す。単に`tag list`とした場合はすべてのタグを一覧表示します。"
|
|
|
|
#: CliClient/app/command-tag.js:90
|
|
#, javascript-format
|
|
msgid "Invalid command: \"%s\""
|
|
msgstr "無効な命令: \"%s\""
|
|
|
|
#: CliClient/app/command-done.js:14
|
|
msgid "Marks a to-do as done."
|
|
msgstr "ToDoを完了としてマークします。"
|
|
|
|
#: CliClient/app/command-done.js:21
|
|
#, javascript-format
|
|
msgid "Note is not a to-do: \"%s\""
|
|
msgstr "ノートはToDoリストではありません:\"%s\""
|
|
|
|
#: ElectronClient/bridge.js:101 ElectronClient/bridge.js:112
|
|
#: ElectronClient/bridge.js:125 ElectronClient/bridge.js:135
|
|
#: ElectronClient/checkForUpdates.js:139
|
|
#: ElectronClient/gui/DialogButtonRow.min.js:30
|
|
#: ElectronClient/gui/PromptDialog.min.js:235
|
|
#: ElectronClient/gui/ConfigScreen.min.js:185
|
|
#: ElectronClient/gui/ConfigScreen.min.js:754 ElectronClient/app.js:618
|
|
#: ReactNativeClient/lib/components/ModalDialog.js:67
|
|
#: ReactNativeClient/lib/components/CameraView.js:182
|
|
#: ReactNativeClient/lib/components/side-menu-content.js:150
|
|
msgid "OK"
|
|
msgstr "OK"
|
|
|
|
#: ElectronClient/bridge.js:112 ElectronClient/bridge.js:125
|
|
#: ElectronClient/gui/DialogButtonRow.min.js:38
|
|
#: ElectronClient/gui/SideBar/SideBar.min.js:296
|
|
#: ElectronClient/gui/SideBar/SideBar.min.js:660
|
|
#: ElectronClient/gui/SideBar.min.js:319 ElectronClient/gui/SideBar.min.js:724
|
|
#: ElectronClient/gui/NoteList.min.js:148
|
|
#: ElectronClient/gui/utils/NoteListUtils.js:184
|
|
#: ElectronClient/gui/PromptDialog.min.js:242
|
|
#: ElectronClient/gui/ConfigScreen.min.js:744
|
|
#: ElectronClient/gui/NoteList/NoteList.min.js:153
|
|
#: ElectronClient/gui/ResourceScreen.js:94
|
|
#: ReactNativeClient/lib/shim-init-node.js:91
|
|
#: ReactNativeClient/lib/components/select-date-time-dialog.js:70
|
|
#: ReactNativeClient/lib/components/select-date-time-dialog.js:89
|
|
#: ReactNativeClient/lib/components/ModalDialog.js:70
|
|
#: ReactNativeClient/lib/components/CameraView.js:183
|
|
#: ReactNativeClient/lib/components/side-menu-content.js:156
|
|
#: ReactNativeClient/lib/components/side-menu-content.js:165
|
|
#: ReactNativeClient/lib/components/side-menu-content.js:338
|
|
#: ReactNativeClient/lib/components/screens/encryption-config.js:185
|
|
#: ReactNativeClient/lib/components/screens/note.js:97
|
|
#: ReactNativeClient/lib/components/screens/note.js:526
|
|
msgid "Cancel"
|
|
msgstr "キャンセル"
|
|
|
|
#: ElectronClient/plugins/GotoAnything.min.js:454
|
|
msgid ""
|
|
"Type a note title or part of its content to jump to it. Or type # followed "
|
|
"by a tag name, or @ followed by a notebook name."
|
|
msgstr ""
|
|
"題名や本文の一部を入力してノートを検索し、そのノートに移動できます。また、「#"
|
|
"タグ名」で該当タグ付きノートの一覧に、「@ノートブック名」で該当ノートブックに"
|
|
"移動できます。"
|
|
|
|
#: ElectronClient/plugins/GotoAnything.min.js:493
|
|
msgid "Goto Anything..."
|
|
msgstr "Goto Anything..."
|
|
|
|
#: ElectronClient/InteropServiceHelper.js:147
|
|
#, javascript-format
|
|
msgid "Exporting to \"%s\" as \"%s\" format. Please wait..."
|
|
msgstr ""
|
|
"\"%s\" を \"%s\" フォーマットにエクスポート中。しばらくお待ちください..."
|
|
|
|
#: ElectronClient/InteropServiceHelper.js:164
|
|
#, javascript-format
|
|
msgid "Could not export notes: %s"
|
|
msgstr "ノートをエクスポートできませんでした: %s"
|
|
|
|
#: ElectronClient/checkForUpdates.js:138
|
|
msgid "Current version is up-to-date."
|
|
msgstr "現在のバージョンは最新版です。"
|
|
|
|
#: ElectronClient/checkForUpdates.js:148
|
|
#, javascript-format
|
|
msgid "%s (pre-release)"
|
|
msgstr "%s (プレリリース)"
|
|
|
|
#: ElectronClient/checkForUpdates.js:152
|
|
msgid "An update is available, do you want to download it now?"
|
|
msgstr "アップデートがあります。すぐにダウンロードしますか?"
|
|
|
|
#: ElectronClient/checkForUpdates.js:152
|
|
#, javascript-format
|
|
msgid "Your version: %s"
|
|
msgstr "あなたのバージョン: %s"
|
|
|
|
#: ElectronClient/checkForUpdates.js:152
|
|
#, javascript-format
|
|
msgid "New version: %s"
|
|
msgstr "新バージョン: %s"
|
|
|
|
#: ElectronClient/checkForUpdates.js:153 ElectronClient/app.js:608
|
|
#: ReactNativeClient/lib/shim-init-node.js:91
|
|
#: ReactNativeClient/lib/components/screens/note.js:524
|
|
msgid "Yes"
|
|
msgstr "Yes"
|
|
|
|
#: ElectronClient/checkForUpdates.js:153 ElectronClient/app.js:608
|
|
#: ReactNativeClient/lib/shim-init-node.js:91
|
|
#: ReactNativeClient/lib/components/screens/note.js:525
|
|
msgid "No"
|
|
msgstr "No"
|
|
|
|
#: ElectronClient/checkForUpdates.js:153
|
|
msgid "Full Release Notes"
|
|
msgstr "リリースノート(完全版)"
|
|
|
|
#: ElectronClient/gui/NoteRevisionViewer.min.js:75
|
|
#, javascript-format
|
|
msgid "The note \"%s\" has been successfully restored to the notebook \"%s\"."
|
|
msgstr "ノート \"%s\" のノートブック \"%s\"への復元は成功しました。"
|
|
|
|
#: ElectronClient/gui/NoteRevisionViewer.min.js:100
|
|
msgid "This note has no history"
|
|
msgstr "このノートに履歴はありません"
|
|
|
|
#: ElectronClient/gui/NoteRevisionViewer.min.js:142
|
|
#: ElectronClient/gui/NoteEditor/utils/useMessageHandler.js:110
|
|
#: ElectronClient/gui/NoteText.min.js:865
|
|
#, javascript-format
|
|
msgid "Unsupported link or message: %s"
|
|
msgstr "次のリンクまたはメッセージはサポートしていません: %s"
|
|
|
|
#: ElectronClient/gui/NoteRevisionViewer.min.js:177
|
|
msgid "Restore"
|
|
msgstr "復元"
|
|
|
|
#: ElectronClient/gui/NoteRevisionViewer.min.js:178
|
|
#, javascript-format
|
|
msgid ""
|
|
"Click \"%s\" to restore the note. It will be copied in the notebook named "
|
|
"\"%s\". The current version of the note will not be replaced or modified."
|
|
msgstr ""
|
|
"\"%s\"をクリックすると復元を行います。復元されるノートは\"%s\"というノート"
|
|
"ブックにコピーされます。現在のバージョンのノートの置換や変更は行われません。"
|
|
|
|
#: ElectronClient/gui/NoteRevisionViewer.min.js:187
|
|
#: ElectronClient/gui/NoteText.min.js:1671
|
|
#: ElectronClient/gui/ConfigScreen.min.js:744
|
|
#: ElectronClient/gui/Header.min.js:316
|
|
#: ElectronClient/gui/Header/Header.min.js:302
|
|
#: ReactNativeClient/lib/commands/historyBackward.js:16
|
|
msgid "Back"
|
|
msgstr "戻る"
|
|
|
|
#: ElectronClient/gui/SideBar/SideBar.min.js:269
|
|
#: ElectronClient/gui/SideBar.min.js:283
|
|
msgid "Remove"
|
|
msgstr "削除"
|
|
|
|
#: ElectronClient/gui/SideBar/SideBar.min.js:272
|
|
#: ElectronClient/gui/SideBar.min.js:286
|
|
#: ReactNativeClient/lib/components/side-menu-content.js:148
|
|
#, javascript-format
|
|
msgid ""
|
|
"Delete notebook \"%s\"?\n"
|
|
"\n"
|
|
"All notes and sub-notebooks within this notebook will also be deleted."
|
|
msgstr ""
|
|
"ノートブック \"%s\" を削除しますか?\n"
|
|
"\n"
|
|
"このノートブックにあるノートとサブノートはすべて消えてしまいます。"
|
|
|
|
#: ElectronClient/gui/SideBar/SideBar.min.js:273
|
|
#: ElectronClient/gui/SideBar.min.js:287
|
|
#: ElectronClient/gui/utils/NoteListUtils.js:161
|
|
#: ElectronClient/gui/utils/NoteListUtils.js:184
|
|
#: ElectronClient/gui/ResourceScreen.js:46
|
|
#: ElectronClient/gui/ResourceScreen.js:94
|
|
#: ReactNativeClient/lib/components/screen-header.js:356
|
|
#: ReactNativeClient/lib/components/side-menu-content.js:146
|
|
#: ReactNativeClient/lib/components/screens/note.js:868
|
|
msgid "Delete"
|
|
msgstr "削除"
|
|
|
|
#: ElectronClient/gui/SideBar/SideBar.min.js:276
|
|
#, javascript-format
|
|
msgid "Remove tag \"%s\" and its descendant tags from all notes?"
|
|
msgstr "すべてのノートからタグ \"%s\" とその子タグを削除しますか?"
|
|
|
|
#: ElectronClient/gui/SideBar/SideBar.min.js:278
|
|
#: ElectronClient/gui/SideBar.min.js:292
|
|
msgid "Remove this search from the sidebar?"
|
|
msgstr "サイドバーからこの検索を削除しますか?"
|
|
|
|
#: ElectronClient/gui/SideBar/SideBar.min.js:337
|
|
#: ElectronClient/gui/SideBar.min.js:382
|
|
#: ElectronClient/gui/utils/NoteListUtils.js:154 ElectronClient/app.js:677
|
|
#: ElectronClient/app.js:727
|
|
msgid "Export"
|
|
msgstr "エクスポート"
|
|
|
|
#: ElectronClient/gui/SideBar/SideBar.min.js:660
|
|
#: ElectronClient/gui/SideBar.min.js:724
|
|
#: ReactNativeClient/lib/components/side-menu-content.js:338
|
|
msgid "Synchronise"
|
|
msgstr "同期"
|
|
|
|
#: ElectronClient/gui/SideBar/SideBar.min.js:694
|
|
#: ElectronClient/gui/SideBar.min.js:757
|
|
#: ReactNativeClient/lib/components/side-menu-content.js:360
|
|
#: ReactNativeClient/lib/components/screens/notes.js:189
|
|
msgid "All notes"
|
|
msgstr "すべてのノート"
|
|
|
|
#: ElectronClient/gui/SideBar/SideBar.min.js:699
|
|
#: ElectronClient/gui/SideBar.min.js:762
|
|
#: ReactNativeClient/lib/components/side-menu-content.js:364
|
|
msgid "Notebooks"
|
|
msgstr "ノートブック"
|
|
|
|
#: ElectronClient/gui/SideBar/SideBar.min.js:716
|
|
#: ElectronClient/gui/MainScreen/commands/setTags.js:17
|
|
#: ElectronClient/gui/SideBar.min.js:779
|
|
#: ElectronClient/gui/NoteText.min.js:1634
|
|
#: ElectronClient/gui/NoteText.min.js:1810
|
|
#: ReactNativeClient/lib/components/side-menu-content.js:314
|
|
#: ReactNativeClient/lib/components/screens/tags.js:101
|
|
#: ReactNativeClient/lib/components/screens/note.js:841
|
|
msgid "Tags"
|
|
msgstr "タグ"
|
|
|
|
#: ElectronClient/gui/SideBar/SideBar.min.js:735
|
|
#: ElectronClient/gui/SideBar.min.js:797
|
|
#: ReactNativeClient/lib/components/side-menu-content.js:325
|
|
#, javascript-format
|
|
msgid "Decrypting items: %d/%d"
|
|
msgstr "復号中のアイテム: %d/%d"
|
|
|
|
#: ElectronClient/gui/SideBar/SideBar.min.js:740
|
|
#: ElectronClient/gui/SideBar.min.js:802
|
|
#: ReactNativeClient/lib/components/side-menu-content.js:330
|
|
#, javascript-format
|
|
msgid "Fetching resources: %d/%d"
|
|
msgstr "取得中のリソース: %d/%d"
|
|
|
|
#: ElectronClient/gui/SideBar/commands/focusElementSideBar.js:15
|
|
msgid "Sidebar"
|
|
msgstr "サイドバー"
|
|
|
|
#: ElectronClient/gui/NoteEditor/NoteBody/CodeMirror/CodeMirror.js:144
|
|
#: ElectronClient/gui/NoteEditor/NoteBody/AceEditor/AceEditor.js:260
|
|
#: ElectronClient/gui/NoteText.min.js:1547
|
|
msgid "strong text"
|
|
msgstr "文字を太字に"
|
|
|
|
#: ElectronClient/gui/NoteEditor/NoteBody/CodeMirror/CodeMirror.js:145
|
|
#: ElectronClient/gui/NoteEditor/NoteBody/AceEditor/AceEditor.js:261
|
|
msgid "emphasised text"
|
|
msgstr "強調したいテキスト"
|
|
|
|
#: ElectronClient/gui/NoteEditor/NoteBody/CodeMirror/CodeMirror.js:147
|
|
#: ElectronClient/gui/NoteEditor/NoteBody/AceEditor/AceEditor.js:263
|
|
#: ElectronClient/gui/NoteText.min.js:1616
|
|
msgid "Insert Hyperlink"
|
|
msgstr "ハイパーリンクの挿入"
|
|
|
|
#: ElectronClient/gui/NoteEditor/NoteBody/CodeMirror/CodeMirror.js:180
|
|
#: ElectronClient/gui/NoteEditor/NoteBody/CodeMirror/CodeMirror.js:182
|
|
#: ElectronClient/gui/NoteEditor/NoteBody/CodeMirror/CodeMirror.js:183
|
|
#: ElectronClient/gui/NoteEditor/NoteBody/AceEditor/AceEditor.js:298
|
|
#: ElectronClient/gui/NoteEditor/NoteBody/AceEditor/AceEditor.js:300
|
|
#: ElectronClient/gui/NoteEditor/NoteBody/AceEditor/AceEditor.js:301
|
|
#: ElectronClient/gui/NoteText.min.js:1591
|
|
#: ElectronClient/gui/NoteText.min.js:1595
|
|
#: ElectronClient/gui/NoteText.min.js:1604
|
|
msgid "List item"
|
|
msgstr "リストアイテム"
|
|
|
|
#: ElectronClient/gui/NoteEditor/NoteBody/CodeMirror/CodeMirror.js:236
|
|
#: ElectronClient/gui/NoteEditor/NoteBody/AceEditor/AceEditor.js:354
|
|
#: ElectronClient/gui/NoteEditor/commands/editorCommandDeclarations.js:15
|
|
msgid "Cut"
|
|
msgstr "切り取り"
|
|
|
|
#: ElectronClient/gui/NoteEditor/NoteBody/CodeMirror/CodeMirror.js:243
|
|
#: ElectronClient/gui/NoteEditor/NoteBody/AceEditor/AceEditor.js:361
|
|
#: ElectronClient/gui/NoteEditor/utils/contextMenu.js:81
|
|
#: ElectronClient/gui/NoteEditor/commands/editorCommandDeclarations.js:10
|
|
#: ElectronClient/gui/NoteText.min.js:804 ElectronClient/app.js:618
|
|
msgid "Copy"
|
|
msgstr "コピー"
|
|
|
|
#: ElectronClient/gui/NoteEditor/NoteBody/CodeMirror/CodeMirror.js:250
|
|
#: ElectronClient/gui/NoteEditor/NoteBody/AceEditor/AceEditor.js:368
|
|
#: ElectronClient/gui/NoteEditor/commands/editorCommandDeclarations.js:20
|
|
msgid "Paste"
|
|
msgstr "貼り付け"
|
|
|
|
#: ElectronClient/gui/NoteEditor/NoteBody/CodeMirror/CodeMirror.js:291
|
|
#: ElectronClient/gui/NoteEditor/NoteBody/AceEditor/AceEditor.js:457
|
|
#: ElectronClient/gui/NoteText.min.js:1085
|
|
msgid "Layout"
|
|
msgstr "レイアウト"
|
|
|
|
#: ElectronClient/gui/NoteEditor/NoteBody/CodeMirror/CodeMirror.js:291
|
|
#: ElectronClient/gui/NoteEditor/NoteBody/AceEditor/AceEditor.js:457
|
|
#: ElectronClient/gui/NoteText.min.js:1085
|
|
#, javascript-format
|
|
msgid ""
|
|
"This note has no content. Click on \"%s\" to toggle the editor and edit the "
|
|
"note."
|
|
msgstr ""
|
|
"このノートには中身がありません。 \"%s\" をクリックしてエディターを表示し、"
|
|
"ノートを編集してください。"
|
|
|
|
#: ElectronClient/gui/NoteEditor/NoteBody/TinyMCE/plugins/lists.js:2151
|
|
msgid "Checkbox list"
|
|
msgstr "チェックボックスリスト"
|
|
|
|
#: ElectronClient/gui/NoteEditor/NoteBody/TinyMCE/TinyMCE.js:470
|
|
#: ElectronClient/gui/ConfigScreen.min.js:642
|
|
#: ReactNativeClient/lib/components/screens/note.js:1110
|
|
msgid "Edit"
|
|
msgstr "編集"
|
|
|
|
#: ElectronClient/gui/NoteEditor/NoteBody/TinyMCE/TinyMCE.js:526
|
|
#: ElectronClient/gui/NoteEditor/commands/editorCommandDeclarations.js:50
|
|
#: ElectronClient/gui/NoteText.min.js:1627
|
|
#: ElectronClient/gui/NoteText.min.js:1726
|
|
msgid "Attach file"
|
|
msgstr "ファイルを添付する"
|
|
|
|
#: ElectronClient/gui/NoteEditor/NoteBody/TinyMCE/TinyMCE.js:535
|
|
msgid "Code Block"
|
|
msgstr "コードブロック"
|
|
|
|
#: ElectronClient/gui/NoteEditor/NoteBody/TinyMCE/TinyMCE.js:544
|
|
msgid "Inline Code"
|
|
msgstr "インラインコード"
|
|
|
|
#: ElectronClient/gui/NoteEditor/NoteBody/TinyMCE/TinyMCE.js:559
|
|
#: ElectronClient/gui/NoteEditor/commands/editorCommandDeclarations.js:80
|
|
#: ElectronClient/gui/NoteText.min.js:1778
|
|
msgid "Insert Date Time"
|
|
msgstr "日付の入力"
|
|
|
|
#: ElectronClient/gui/NoteEditor/NoteBody/TinyMCE/TinyMCE.js:903
|
|
msgid "Drop notes or files here"
|
|
msgstr "ノートやファイルをここにドロップします"
|
|
|
|
#: ElectronClient/gui/NoteEditor/NoteBody/TinyMCE/TinyMCE.js:903
|
|
#: ElectronClient/gui/MainScreen/MainScreen.min.js:401
|
|
msgid "Code View"
|
|
msgstr "コードビュー"
|
|
|
|
#: ElectronClient/gui/NoteEditor/NoteBody/TinyMCE/TinyMCE.js:903
|
|
#, javascript-format
|
|
msgid ""
|
|
"Please wait for all attachments to be downloaded and decrypted. You may also "
|
|
"switch to %s to edit the note."
|
|
msgstr ""
|
|
"すべての添付ファイルのダウンロードと復号が終わるまでお待ちください。%sに切り"
|
|
"替えてノートを編集することはできます。"
|
|
|
|
#: ElectronClient/gui/NoteEditor/utils/useMessageHandler.js:70
|
|
#: ElectronClient/gui/NoteText.min.js:833
|
|
msgid "There was an error downloading this attachment:"
|
|
msgstr "この添付ファイルをダウンロードするときにエラーが発生しました:"
|
|
|
|
#: ElectronClient/gui/NoteEditor/utils/useMessageHandler.js:73
|
|
#: ElectronClient/gui/NoteText.min.js:835
|
|
#: ReactNativeClient/lib/services/ResourceEditWatcher.js:146
|
|
msgid "This attachment is not downloaded or not decrypted yet"
|
|
msgstr "この添付ファイルはダウンロードされていないか、まだ復号されていません"
|
|
|
|
#: ElectronClient/gui/NoteEditor/utils/contextMenu.js:39
|
|
#: ElectronClient/gui/NoteText.min.js:778
|
|
msgid "Open..."
|
|
msgstr "開く..."
|
|
|
|
#: ElectronClient/gui/NoteEditor/utils/contextMenu.js:52
|
|
#: ElectronClient/gui/NoteText.min.js:786
|
|
msgid "Save as..."
|
|
msgstr "名前を付けて保存..."
|
|
|
|
#: ElectronClient/gui/NoteEditor/utils/contextMenu.js:65
|
|
msgid "Reveal file in folder"
|
|
msgstr "ファイルのあるフォルダーを開く"
|
|
|
|
#: ElectronClient/gui/NoteEditor/utils/contextMenu.js:73
|
|
#: ElectronClient/gui/NoteText.min.js:797
|
|
msgid "Copy path to clipboard"
|
|
msgstr "クリップボードにパスを保存"
|
|
|
|
#: ElectronClient/gui/NoteEditor/utils/contextMenu.js:88
|
|
#: ElectronClient/gui/NoteText.min.js:811
|
|
msgid "Copy Link Address"
|
|
msgstr "リンクアドレスをコピー"
|
|
|
|
#: ElectronClient/gui/NoteEditor/NoteEditor.js:283
|
|
#: ElectronClient/gui/NoteText.min.js:2121
|
|
msgid "to-do"
|
|
msgstr "to-do"
|
|
|
|
#: ElectronClient/gui/NoteEditor/NoteEditor.js:283
|
|
#: ElectronClient/gui/NoteText.min.js:2121
|
|
msgid "note"
|
|
msgstr "ノート"
|
|
|
|
#: ElectronClient/gui/NoteEditor/NoteEditor.js:283
|
|
#: ElectronClient/gui/NoteText.min.js:2121
|
|
#, javascript-format
|
|
msgid "Creating new %s..."
|
|
msgstr "新しい %s を作成中..."
|
|
|
|
#: ElectronClient/gui/NoteEditor/commands/editorCommandDeclarations.js:25
|
|
msgid "Select all"
|
|
msgstr "すべて選択"
|
|
|
|
#: ElectronClient/gui/NoteEditor/commands/editorCommandDeclarations.js:30
|
|
#: ElectronClient/gui/NoteText.min.js:1690
|
|
msgid "Bold"
|
|
msgstr "太字"
|
|
|
|
#: ElectronClient/gui/NoteEditor/commands/editorCommandDeclarations.js:35
|
|
#: ElectronClient/gui/NoteText.min.js:1698
|
|
msgid "Italic"
|
|
msgstr "斜体"
|
|
|
|
#: ElectronClient/gui/NoteEditor/commands/editorCommandDeclarations.js:40
|
|
#: ElectronClient/gui/NoteText.min.js:1710
|
|
msgid "Hyperlink"
|
|
msgstr "ハイパーリンク"
|
|
|
|
#: ElectronClient/gui/NoteEditor/commands/editorCommandDeclarations.js:45
|
|
#: ElectronClient/gui/NoteText.min.js:1718
|
|
msgid "Code"
|
|
msgstr "コード"
|
|
|
|
#: ElectronClient/gui/NoteEditor/commands/editorCommandDeclarations.js:55
|
|
#: ElectronClient/gui/NoteText.min.js:1738
|
|
msgid "Numbered List"
|
|
msgstr "番号つきリスト"
|
|
|
|
#: ElectronClient/gui/NoteEditor/commands/editorCommandDeclarations.js:60
|
|
#: ElectronClient/gui/NoteText.min.js:1746
|
|
msgid "Bulleted List"
|
|
msgstr "箇条書きリスト"
|
|
|
|
#: ElectronClient/gui/NoteEditor/commands/editorCommandDeclarations.js:65
|
|
#: ElectronClient/gui/NoteText.min.js:1754
|
|
msgid "Checkbox"
|
|
msgstr "チェックボックス"
|
|
|
|
#: ElectronClient/gui/NoteEditor/commands/editorCommandDeclarations.js:70
|
|
#: ElectronClient/gui/NoteText.min.js:1762
|
|
msgid "Heading"
|
|
msgstr "見出し"
|
|
|
|
#: ElectronClient/gui/NoteEditor/commands/editorCommandDeclarations.js:75
|
|
#: ElectronClient/gui/NoteText.min.js:1770
|
|
msgid "Horizontal Rule"
|
|
msgstr "横線"
|
|
|
|
#: ElectronClient/gui/NoteEditor/commands/focusElementNoteTitle.js:15
|
|
msgid "Note title"
|
|
msgstr "ノートの題名"
|
|
|
|
#: ElectronClient/gui/NoteEditor/commands/showLocalSearch.js:15
|
|
msgid "Search in current note"
|
|
msgstr "現在のノートを検索"
|
|
|
|
#: ElectronClient/gui/NoteEditor/commands/focusElementNoteBody.js:15
|
|
msgid "Note body"
|
|
msgstr "ノートの本文"
|
|
|
|
#: ElectronClient/gui/NotePropertiesDialog.min.js:26
|
|
#: ElectronClient/gui/FolderPropertiesDialog.min.js:21
|
|
#: ElectronClient/gui/EncryptionConfigScreen.min.js:163
|
|
#: ElectronClient/gui/ResourceScreen.js:38
|
|
msgid "ID"
|
|
msgstr "ID"
|
|
|
|
#: ElectronClient/gui/NotePropertiesDialog.min.js:27
|
|
msgid "Created"
|
|
msgstr "作成日時"
|
|
|
|
#: ElectronClient/gui/NotePropertiesDialog.min.js:28
|
|
msgid "Updated"
|
|
msgstr "アップデート日時"
|
|
|
|
#: ElectronClient/gui/NotePropertiesDialog.min.js:29
|
|
msgid "Completed"
|
|
msgstr "完了"
|
|
|
|
#: ElectronClient/gui/NotePropertiesDialog.min.js:30
|
|
msgid "Location"
|
|
msgstr "場所"
|
|
|
|
#: ElectronClient/gui/NotePropertiesDialog.min.js:31
|
|
msgid "URL"
|
|
msgstr "URL"
|
|
|
|
#: ElectronClient/gui/NotePropertiesDialog.min.js:32
|
|
#: ReactNativeClient/lib/models/Setting.js:1253
|
|
msgid "Note History"
|
|
msgstr "ノートの履歴"
|
|
|
|
#: ElectronClient/gui/NotePropertiesDialog.min.js:33
|
|
msgid "Markup"
|
|
msgstr "マークアップ"
|
|
|
|
#: ElectronClient/gui/NotePropertiesDialog.min.js:305
|
|
msgid "Previous versions of this note"
|
|
msgstr "このノートの以前のバージョン"
|
|
|
|
#: ElectronClient/gui/NotePropertiesDialog.min.js:382
|
|
#: ElectronClient/gui/MainScreen/commands/showNoteProperties.js:16
|
|
#: ElectronClient/gui/NoteText.min.js:1834
|
|
msgid "Note properties"
|
|
msgstr "ノートのプロパティ"
|
|
|
|
#: ElectronClient/gui/MainScreen/MainScreen.min.js:295
|
|
msgid "Some items cannot be synchronised."
|
|
msgstr "いくつかの項目は同期されませんでした。"
|
|
|
|
#: ElectronClient/gui/MainScreen/MainScreen.min.js:300
|
|
#: ElectronClient/gui/MainScreen/MainScreen.min.js:312
|
|
#: ElectronClient/gui/MainScreen/MainScreen.min.js:336
|
|
msgid "View them now"
|
|
msgstr "今すぐ表示"
|
|
|
|
#: ElectronClient/gui/MainScreen/MainScreen.min.js:307
|
|
msgid "Some items cannot be decrypted."
|
|
msgstr "いくつかの項目は復号されませんでした。"
|
|
|
|
#: ElectronClient/gui/MainScreen/MainScreen.min.js:319
|
|
msgid "One or more master keys need a password."
|
|
msgstr "パスワードに1つ以上のマスターキーが必要です"
|
|
|
|
#: ElectronClient/gui/MainScreen/MainScreen.min.js:324
|
|
msgid "Set the password"
|
|
msgstr "パスワードの設定"
|
|
|
|
#: ElectronClient/gui/MainScreen/MainScreen.min.js:331
|
|
msgid "One of your master keys use an obsolete encryption method."
|
|
msgstr "古い暗号化方式を使っているマスターキーがあります。"
|
|
|
|
#: ElectronClient/gui/MainScreen/MainScreen.min.js:343
|
|
msgid ""
|
|
"The default encryption method has been changed, you should re-encrypt your "
|
|
"data."
|
|
msgstr ""
|
|
"デフォルトの暗号化方式が変更されています。既存データを暗号化しなおすことをお"
|
|
"すすめします。"
|
|
|
|
#: ElectronClient/gui/MainScreen/MainScreen.min.js:348
|
|
msgid "More info"
|
|
msgstr "詳細情報"
|
|
|
|
#: ElectronClient/gui/MainScreen/MainScreen.min.js:419
|
|
msgid "Search..."
|
|
msgstr "検索..."
|
|
|
|
#: ElectronClient/gui/MainScreen/commands/showNoteContentProperties.js:16
|
|
msgid "Statistics..."
|
|
msgstr "統計..."
|
|
|
|
#: ElectronClient/gui/MainScreen/commands/renameFolder.js:17
|
|
#: ElectronClient/gui/MainScreen/commands/renameTag.js:17
|
|
#: ElectronClient/gui/SideBar.min.js:339 ElectronClient/gui/SideBar.min.js:389
|
|
#: ReactNativeClient/lib/components/side-menu-content.js:129
|
|
msgid "Rename"
|
|
msgstr "名前の変更"
|
|
|
|
#: ElectronClient/gui/MainScreen/commands/renameFolder.js:26
|
|
#: ElectronClient/gui/MainScreen.min.js:292
|
|
msgid "Rename notebook:"
|
|
msgstr "ノートブックの名前を変更:"
|
|
|
|
#: ElectronClient/gui/MainScreen/commands/newTodo.js:16
|
|
#: ElectronClient/gui/MainScreen/commands/newTodo.js:28
|
|
#: ReactNativeClient/lib/components/action-button.js:64
|
|
#: ReactNativeClient/setUpQuickActions.js:15
|
|
msgid "New to-do"
|
|
msgstr "新しいToDo"
|
|
|
|
#: ElectronClient/gui/MainScreen/commands/toggleNoteList.js:15
|
|
#: ElectronClient/gui/MainScreen/commands/toggleNoteList.js:26
|
|
msgid "Toggle note list"
|
|
msgstr "ノート一覧の表示切り替え"
|
|
|
|
#: ElectronClient/gui/MainScreen/commands/toggleSidebar.js:15
|
|
#: ElectronClient/gui/MainScreen/commands/toggleSidebar.js:26
|
|
msgid "Toggle sidebar"
|
|
msgstr "サイドバーの表示切り替え"
|
|
|
|
#: ElectronClient/gui/MainScreen/commands/editAlarm.js:19
|
|
#: ElectronClient/gui/NoteText.min.js:1642
|
|
#: ElectronClient/gui/NoteText.min.js:1828
|
|
#: ReactNativeClient/lib/components/screens/note.js:826
|
|
msgid "Set alarm"
|
|
msgstr "アラームをセット"
|
|
|
|
#: ElectronClient/gui/MainScreen/commands/editAlarm.js:31
|
|
#: ElectronClient/gui/MainScreen.min.js:417
|
|
msgid "Set alarm:"
|
|
msgstr "アラームをセット:"
|
|
|
|
#: ElectronClient/gui/MainScreen/commands/exportPdf.js:19
|
|
#: ElectronClient/gui/MainScreen/commands/exportPdf.js:30
|
|
#: ElectronClient/gui/MainScreen.min.js:549
|
|
msgid "PDF File"
|
|
msgstr "PDF ファイル"
|
|
|
|
#: ElectronClient/gui/MainScreen/commands/newNote.js:20
|
|
#: ElectronClient/gui/MainScreen/commands/newNote.js:47
|
|
#: ReactNativeClient/lib/components/action-button.js:73
|
|
#: ReactNativeClient/setUpQuickActions.js:14
|
|
msgid "New note"
|
|
msgstr "新しいノート"
|
|
|
|
#: ElectronClient/gui/MainScreen/commands/moveToFolder.js:17
|
|
msgid "Move to notebook"
|
|
msgstr "ノートブックへ移動"
|
|
|
|
#: ElectronClient/gui/MainScreen/commands/moveToFolder.js:36
|
|
#: ElectronClient/gui/MainScreen.min.js:272
|
|
msgid "Move to notebook:"
|
|
msgstr "ノートブックへ移動:"
|
|
|
|
#: ElectronClient/gui/MainScreen/commands/toggleVisiblePanes.js:15
|
|
msgid "Toggle editor layout"
|
|
msgstr "エディターレイアウトの表示切り替え"
|
|
|
|
#: ElectronClient/gui/MainScreen/commands/renameTag.js:26
|
|
#: ElectronClient/gui/MainScreen.min.js:313
|
|
msgid "Rename tag:"
|
|
msgstr "タグの変更:"
|
|
|
|
#: ElectronClient/gui/MainScreen/commands/newNotebook.js:17
|
|
#: ElectronClient/gui/MainScreen/commands/newNotebook.js:57
|
|
msgid "New notebook"
|
|
msgstr "新しいノートブック"
|
|
|
|
#: ElectronClient/gui/MainScreen/commands/newNotebook.js:25
|
|
#: ElectronClient/gui/MainScreen.min.js:178
|
|
msgid "Notebook title:"
|
|
msgstr "ノートブックの題名:"
|
|
|
|
#: ElectronClient/gui/MainScreen/commands/showShareNoteDialog.js:15
|
|
msgid "Share note..."
|
|
msgstr "ノートを共有..."
|
|
|
|
#: ElectronClient/gui/MainScreen/commands/selectTemplate.js:23
|
|
#: ElectronClient/gui/MainScreen.min.js:448
|
|
msgid "Template file:"
|
|
msgstr "テンプレートファイル:"
|
|
|
|
#: ElectronClient/gui/MainScreen/commands/setTags.js:44
|
|
#: ElectronClient/gui/MainScreen.min.js:221
|
|
msgid "Add or remove tags:"
|
|
msgstr "タグの追加・削除:"
|
|
|
|
#: ElectronClient/gui/MainScreen/commands/print.js:16
|
|
msgid "Print"
|
|
msgstr "印刷"
|
|
|
|
#: ElectronClient/gui/MainScreen/commands/print.js:25
|
|
#: ElectronClient/gui/NoteText.min.js:1321
|
|
msgid "Only one note can be printed at a time."
|
|
msgstr "一度に印刷できるノートは1つだけです。"
|
|
|
|
#: ElectronClient/gui/NoteToolbar/NoteToolbar.js:32
|
|
#: ElectronClient/gui/NoteText.min.js:1656
|
|
#, javascript-format
|
|
msgid "In: %s"
|
|
msgstr "内: %s"
|
|
|
|
#: ElectronClient/gui/SideBar.min.js:290
|
|
#, javascript-format
|
|
msgid "Remove tag \"%s\" from all notes?"
|
|
msgstr "すべてのノートからタグ \"%s\" を削除しますか?"
|
|
|
|
#: ElectronClient/gui/SideBar.min.js:304
|
|
msgid "New sub-notebook"
|
|
msgstr "新しいサブノートブック"
|
|
|
|
#: ElectronClient/gui/ClipperConfigScreen.min.js:39
|
|
msgid "Token has been copied to the clipboard!"
|
|
msgstr "トークンをクリップボードにコピーしました!"
|
|
|
|
#: ElectronClient/gui/ClipperConfigScreen.min.js:69
|
|
msgid "The web clipper service is enabled and set to auto-start."
|
|
msgstr "Webクリッパーサービスは有効で、自動起動します。"
|
|
|
|
#: ElectronClient/gui/ClipperConfigScreen.min.js:76
|
|
#, javascript-format
|
|
msgid "Status: Started on port %d"
|
|
msgstr "状態: ポート %d で起動中"
|
|
|
|
#: ElectronClient/gui/ClipperConfigScreen.min.js:82
|
|
#, javascript-format
|
|
msgid "Status: %s"
|
|
msgstr "状態: %s"
|
|
|
|
#: ElectronClient/gui/ClipperConfigScreen.min.js:88
|
|
msgid "Disable Web Clipper Service"
|
|
msgstr "Webクリッパーサービスを無効にする"
|
|
|
|
#: ElectronClient/gui/ClipperConfigScreen.min.js:94
|
|
msgid "The web clipper service is not enabled."
|
|
msgstr "Webクリッパーサービスは有効になっていません。"
|
|
|
|
#: ElectronClient/gui/ClipperConfigScreen.min.js:99
|
|
msgid "Enable Web Clipper Service"
|
|
msgstr "Webクリッパーサービスを有効にする"
|
|
|
|
#: ElectronClient/gui/ClipperConfigScreen.min.js:122
|
|
msgid ""
|
|
"Joplin Web Clipper allows saving web pages and screenshots from your browser "
|
|
"to Joplin."
|
|
msgstr ""
|
|
"Joplin WebクリッパーはブラウザーからWebページとスクリーンショットをJoplinへ保"
|
|
"存します。"
|
|
|
|
#: ElectronClient/gui/ClipperConfigScreen.min.js:127
|
|
msgid "In order to use the web clipper, you need to do the following:"
|
|
msgstr "Webクリッパーを使用するためには、次のことを行う必要があります:"
|
|
|
|
#: ElectronClient/gui/ClipperConfigScreen.min.js:135
|
|
msgid "Step 1: Enable the clipper service"
|
|
msgstr "ステップ1: クリッパーサービスを有効にする"
|
|
|
|
#: ElectronClient/gui/ClipperConfigScreen.min.js:140
|
|
msgid ""
|
|
"This service allows the browser extension to communicate with Joplin. When "
|
|
"enabling it your firewall may ask you to give permission to Joplin to listen "
|
|
"to a particular port."
|
|
msgstr ""
|
|
"このサービスはブラウザー拡張機能からJoplinへのアクセスを可能にします。本サー"
|
|
"ビスを有効化する際には、Joplinが特定のポートで接続を待ち受けることについて、"
|
|
"お使いのファイアーウォールから許可を求められる場合があります。"
|
|
|
|
#: ElectronClient/gui/ClipperConfigScreen.min.js:154
|
|
msgid "Step 2: Install the extension"
|
|
msgstr "ステップ2: 拡張機能のインストール"
|
|
|
|
#: ElectronClient/gui/ClipperConfigScreen.min.js:159
|
|
msgid "Download and install the relevant extension for your browser:"
|
|
msgstr "ご使用のブラウザーに対応する拡張機能をインストールします:"
|
|
|
|
#: ElectronClient/gui/ClipperConfigScreen.min.js:174
|
|
msgid "Advanced options"
|
|
msgstr "詳細な設定"
|
|
|
|
#: ElectronClient/gui/ClipperConfigScreen.min.js:179
|
|
msgid "Authorisation token:"
|
|
msgstr "認証トークン:"
|
|
|
|
#: ElectronClient/gui/ClipperConfigScreen.min.js:189
|
|
msgid "Copy token"
|
|
msgstr "トークンのコピー"
|
|
|
|
#: ElectronClient/gui/ClipperConfigScreen.min.js:195
|
|
msgid ""
|
|
"This authorisation token is only needed to allow third-party applications to "
|
|
"access Joplin."
|
|
msgstr ""
|
|
"この認証トークンはサードパーティのアプリケーションにJoplinへのアクセスを許可"
|
|
"するときにだけ使用します。"
|
|
|
|
#: ElectronClient/gui/Root.min.js:89
|
|
msgid "OneDrive Login"
|
|
msgstr "OneDriveログイン"
|
|
|
|
#: ElectronClient/gui/Root.min.js:90
|
|
msgid "Dropbox Login"
|
|
msgstr "Dropboxログイン"
|
|
|
|
#: ElectronClient/gui/Root.min.js:91 ElectronClient/app.js:673
|
|
#: ElectronClient/app.js:724
|
|
msgid "Import"
|
|
msgstr "インポート"
|
|
|
|
#: ElectronClient/gui/Root.min.js:92 ElectronClient/app.js:561
|
|
msgid "Options"
|
|
msgstr "オプション"
|
|
|
|
#: ElectronClient/gui/Root.min.js:93
|
|
msgid "Note attachments"
|
|
msgstr "添付ファイル一覧"
|
|
|
|
#: ElectronClient/gui/Root.min.js:94 ElectronClient/app.js:500
|
|
msgid "Synchronisation Status"
|
|
msgstr "同期状況"
|
|
|
|
#: ElectronClient/gui/ExtensionBadge.min.js:10
|
|
msgid "Firefox Extension"
|
|
msgstr "Firefox 拡張機能"
|
|
|
|
#: ElectronClient/gui/ExtensionBadge.min.js:17
|
|
msgid "Chrome Web Store"
|
|
msgstr "Chrome ウェブストア"
|
|
|
|
#: ElectronClient/gui/ExtensionBadge.min.js:44
|
|
msgid "Get it now:"
|
|
msgstr "今すぐ取得:"
|
|
|
|
#: ElectronClient/gui/ImportScreen.min.js:62
|
|
#, javascript-format
|
|
msgid ""
|
|
"New notebook \"%s\" will be created and file \"%s\" will be imported into it"
|
|
msgstr ""
|
|
"\"%s\" という名前の新しいノートブックが作成され、ファイル \"%s\" がインポート"
|
|
"されます"
|
|
|
|
#: ElectronClient/gui/DropboxLoginScreen.min.js:67
|
|
#: ReactNativeClient/lib/components/screens/dropbox-login.js:68
|
|
msgid "Submit"
|
|
msgstr "入力"
|
|
|
|
#: ElectronClient/gui/NoteList.min.js:147
|
|
#: ElectronClient/gui/NoteList/NoteList.min.js:152
|
|
msgid "Custom order"
|
|
msgstr "任意順"
|
|
|
|
#: ElectronClient/gui/NoteList.min.js:147
|
|
#: ElectronClient/gui/NoteList/NoteList.min.js:152
|
|
msgid "View"
|
|
msgstr "表示"
|
|
|
|
#: ElectronClient/gui/NoteList.min.js:147
|
|
#: ElectronClient/gui/NoteList/NoteList.min.js:152
|
|
#: ReactNativeClient/lib/models/Setting.js:370
|
|
msgid "Sort notes by"
|
|
msgstr "ノートのソート方法"
|
|
|
|
#: ElectronClient/gui/NoteList.min.js:147
|
|
#: ElectronClient/gui/NoteList/NoteList.min.js:152
|
|
#, javascript-format
|
|
msgid ""
|
|
"To manually sort the notes, the sort order must be changed to \"%s\" in the "
|
|
"menu \"%s\" > \"%s\""
|
|
msgstr ""
|
|
"ドラッグ&ドロップでノートを任意の順に並び替えるには、ソート順を \"%s\" に切"
|
|
"り替えてください (メニューバーの \"%s\" > \"%s\" から選択)。"
|
|
|
|
#: ElectronClient/gui/NoteList.min.js:148
|
|
#: ElectronClient/gui/NoteList/NoteList.min.js:153
|
|
msgid "Do it now"
|
|
msgstr "今すぐ実行"
|
|
|
|
#: ElectronClient/gui/NoteList.min.js:452
|
|
#: ElectronClient/gui/NoteList/NoteList.min.js:425
|
|
msgid "No notes in here. Create one by clicking on \"New note\"."
|
|
msgstr "ノートがありません。新しいノートを作成して下さい。"
|
|
|
|
#: ElectronClient/gui/NoteList.min.js:452
|
|
#: ElectronClient/gui/NoteList/NoteList.min.js:425
|
|
msgid ""
|
|
"There is currently no notebook. Create one by clicking on \"New notebook\"."
|
|
msgstr "ノートブックがありません。新しいノートブックを作成してください。"
|
|
|
|
#: ElectronClient/gui/utils/NoteListUtils.js:37
|
|
#: ReactNativeClient/lib/components/screen-header.js:362
|
|
msgid "Duplicate"
|
|
msgstr "複製"
|
|
|
|
#: ElectronClient/gui/utils/NoteListUtils.js:42
|
|
#, javascript-format
|
|
msgid "%s - Copy"
|
|
msgstr "%s - コピー"
|
|
|
|
#: ElectronClient/gui/utils/NoteListUtils.js:62
|
|
msgid "Switch between note and to-do type"
|
|
msgstr "ノートとToDoを切り替え"
|
|
|
|
#: ElectronClient/gui/utils/NoteListUtils.js:91
|
|
msgid "Switch to note type"
|
|
msgstr "ノートに切り替え"
|
|
|
|
#: ElectronClient/gui/utils/NoteListUtils.js:100
|
|
msgid "Switch to to-do type"
|
|
msgstr "ToDoに切り替え"
|
|
|
|
#: ElectronClient/gui/utils/NoteListUtils.js:110
|
|
#: ReactNativeClient/lib/components/screens/note.js:855
|
|
msgid "Copy Markdown link"
|
|
msgstr "Markdownのリンクをコピー"
|
|
|
|
#: ElectronClient/gui/utils/NoteListUtils.js:178
|
|
#, javascript-format
|
|
msgid "Delete note \"%s\"?"
|
|
msgstr "ノート \"%s\" を削除しますか?"
|
|
|
|
#: ElectronClient/gui/utils/NoteListUtils.js:180
|
|
#, javascript-format
|
|
msgid "Delete these %d notes?"
|
|
msgstr "ノート \"%d\" を削除しますか?"
|
|
|
|
#: ElectronClient/gui/FolderPropertiesDialog.min.js:22
|
|
msgid "Name"
|
|
msgstr "名前"
|
|
|
|
#: ElectronClient/gui/FolderPropertiesDialog.min.js:23
|
|
msgid "Icon"
|
|
msgstr "アイコン"
|
|
|
|
#: ElectronClient/gui/FolderPropertiesDialog.min.js:272
|
|
msgid "Notebook properties"
|
|
msgstr "ノートブックのプロパティ"
|
|
|
|
#: ElectronClient/gui/NoteText.min.js:781
|
|
#, javascript-format
|
|
msgid "This file could not be opened: %s"
|
|
msgstr "次のファイルは開くことができません:%s"
|
|
|
|
#: ElectronClient/gui/NoteText.min.js:1551
|
|
msgid "emphasized text"
|
|
msgstr "文字の強調"
|
|
|
|
#: ElectronClient/gui/NoteText.min.js:1792
|
|
msgid "Click to stop external editing"
|
|
msgstr "クリックすると外部エディターでの編集を終了します"
|
|
|
|
#: ElectronClient/gui/NoteText.min.js:1793
|
|
msgid "Watching..."
|
|
msgstr "確認中..."
|
|
|
|
#: ElectronClient/gui/NoteText.min.js:1801
|
|
#: ElectronClient/commands/startExternalEditing.js:18
|
|
msgid "Edit in external editor"
|
|
msgstr "外部エディターで編集"
|
|
|
|
#: ElectronClient/gui/NoteText.min.js:1852
|
|
msgid "Content Properties"
|
|
msgstr "ノート内容のプロパティ"
|
|
|
|
#: ElectronClient/gui/EncryptionConfigScreen.min.js:95
|
|
#: ReactNativeClient/lib/components/screens/encryption-config.js:125
|
|
msgid "Save"
|
|
msgstr "保存"
|
|
|
|
#: ElectronClient/gui/EncryptionConfigScreen.min.js:144
|
|
msgid "Master keys that need upgrading"
|
|
msgstr "アップグレードが必要なマスターキー"
|
|
|
|
#: ElectronClient/gui/EncryptionConfigScreen.min.js:149
|
|
msgid ""
|
|
"The following master keys use an out-dated encryption algorithm and it is "
|
|
"recommended to upgrade them. The upgraded master key will still be able to "
|
|
"decrypt and encrypt your data as usual."
|
|
msgstr ""
|
|
"以下のマスターキーは旧式の暗号化アルゴリズムを使用しているため、アップグレー"
|
|
"ドをおすすめします。マスターキーをアップグレードしても既存データはこれまでど"
|
|
"おり復号化/暗号化が可能です。"
|
|
|
|
#: ElectronClient/gui/EncryptionConfigScreen.min.js:168
|
|
msgid "Upgrade"
|
|
msgstr "アップグレード"
|
|
|
|
#: ElectronClient/gui/EncryptionConfigScreen.min.js:181
|
|
msgid "Re-encrypt data"
|
|
msgstr "データを再暗号化する"
|
|
|
|
#: ElectronClient/gui/EncryptionConfigScreen.min.js:183
|
|
msgid ""
|
|
"The default encryption method has been changed to a more secure one and it "
|
|
"is recommended that you apply it to your data."
|
|
msgstr ""
|
|
"デフォルトの暗号化方式がより安全なものに変更されました。既存データにも新方式"
|
|
"を適用することをおすすめします。"
|
|
|
|
#: ElectronClient/gui/EncryptionConfigScreen.min.js:183
|
|
msgid ""
|
|
"You may use the tool below to re-encrypt your data, for example if you know "
|
|
"that some of your notes are encrypted with an obsolete encryption method."
|
|
msgstr ""
|
|
"ここでは既存データの再暗号化を行えます。たとえば、旧式のアルゴリズムで暗号化"
|
|
"されたノートがあるとわかっているような場合に新しいアルゴリズムで暗号化しなお"
|
|
"すことが可能です。"
|
|
|
|
#: ElectronClient/gui/EncryptionConfigScreen.min.js:185
|
|
#, javascript-format
|
|
msgid ""
|
|
"In order to do so, your entire data set will have to be encrypted and "
|
|
"synchronised, so it is best to run it overnight.\n"
|
|
"\n"
|
|
"To start, please follow these instructions:\n"
|
|
"\n"
|
|
"1. Synchronise all your devices.\n"
|
|
"2. Click \"%s\".\n"
|
|
"3. Let it run to completion. While it runs, avoid changing any note on your "
|
|
"other devices, to avoid conflicts.\n"
|
|
"4. Once sync is done on this device, sync all your other devices and let it "
|
|
"run to completion.\n"
|
|
"\n"
|
|
"Important: you only need to run this ONCE on one device."
|
|
msgstr ""
|
|
"この処理では、既存データをすべて再暗号化し、同期しなおす必要がありますので、"
|
|
"夜間等の実行をおすすめします。\n"
|
|
"\n"
|
|
"データを再暗号化するには以下の手順にしたがってください。\n"
|
|
"\n"
|
|
"1. すべてのデバイスで同期を取ります。\n"
|
|
"2. \"%s\" をクリックします。\n"
|
|
"3. 再暗号化処理が完了するまでお待ちください。不整合を避けるため、処理中に他の"
|
|
"デバイスでノートを変更しないように気をつけてください。\n"
|
|
"4. 本デバイスの同期が完了したら、他のデバイスをすべて同期してください。\n"
|
|
"\n"
|
|
"重要: 再暗号化はどれか一つのデバイスで一回だけ実行してください。"
|
|
|
|
#: ElectronClient/gui/EncryptionConfigScreen.min.js:432
|
|
#: ReactNativeClient/lib/components/screens/encryption-config.js:279
|
|
#: ReactNativeClient/lib/components/screens/status.js:142
|
|
msgid "Status"
|
|
msgstr "状態"
|
|
|
|
#: ElectronClient/gui/EncryptionConfigScreen.min.js:437
|
|
msgid "Encryption is:"
|
|
msgstr "暗号化の状態:"
|
|
|
|
#: ElectronClient/gui/StatusScreen.min.js:33
|
|
msgid "Please select where the sync status should be exported to"
|
|
msgstr "同期状況の出力先を選択してください"
|
|
|
|
#: ElectronClient/gui/StatusScreen.min.js:71
|
|
#: ReactNativeClient/lib/components/screens/status.js:112
|
|
msgid "Retry All"
|
|
msgstr "すべて再試行"
|
|
|
|
#: ElectronClient/gui/StatusScreen.min.js:96
|
|
#: ReactNativeClient/lib/components/screens/status.js:118
|
|
msgid "Retry"
|
|
msgstr "再実行"
|
|
|
|
#: ElectronClient/gui/MainScreen.min.js:165
|
|
msgid "Please create a notebook first."
|
|
msgstr "まずはノートブックを作成して下さい。"
|
|
|
|
#: ElectronClient/gui/MainScreen.min.js:171
|
|
msgid "Please create a notebook first"
|
|
msgstr "まず最初にノートブックを作成して下さい"
|
|
|
|
#: ElectronClient/gui/PromptDialog.min.js:249
|
|
msgid "Clear"
|
|
msgstr "クリア"
|
|
|
|
#: ElectronClient/gui/NoteContentPropertiesDialog.js:76
|
|
msgid "Words"
|
|
msgstr "単語数"
|
|
|
|
#: ElectronClient/gui/NoteContentPropertiesDialog.js:77
|
|
msgid "Characters"
|
|
msgstr "文字数"
|
|
|
|
#: ElectronClient/gui/NoteContentPropertiesDialog.js:78
|
|
msgid "Characters excluding spaces"
|
|
msgstr "文字数(空白を除く)"
|
|
|
|
#: ElectronClient/gui/NoteContentPropertiesDialog.js:79
|
|
msgid "Lines"
|
|
msgstr "行数"
|
|
|
|
#: ElectronClient/gui/NoteContentPropertiesDialog.js:98
|
|
#: ReactNativeClient/lib/models/Setting.js:355
|
|
#: ReactNativeClient/lib/models/Setting.js:356
|
|
#: ReactNativeClient/lib/models/Setting.js:357
|
|
msgid "Editor"
|
|
msgstr "エディター"
|
|
|
|
#: ElectronClient/gui/NoteContentPropertiesDialog.js:99
|
|
#: ReactNativeClient/lib/models/Setting.js:355
|
|
#: ReactNativeClient/lib/models/Setting.js:356
|
|
#: ReactNativeClient/lib/models/Setting.js:358
|
|
msgid "Viewer"
|
|
msgstr "ビューアー"
|
|
|
|
#: ElectronClient/gui/NoteContentPropertiesDialog.js:107
|
|
msgid "Statistics"
|
|
msgstr "統計"
|
|
|
|
#: ElectronClient/gui/NoteContentPropertiesDialog.js:111
|
|
#, javascript-format
|
|
msgid "Read time: %s min"
|
|
msgstr "読むのに必要な時間: %s 分"
|
|
|
|
#: ElectronClient/gui/NoteContentPropertiesDialog.js:112
|
|
#: ElectronClient/gui/ShareNoteDialog.js:175
|
|
msgid "Close"
|
|
msgstr "閉じる"
|
|
|
|
#: ElectronClient/gui/ConfigScreen.min.js:82
|
|
msgid "This will open a new screen. Save your current changes?"
|
|
msgstr "新しい画面を開きます。変更を保存しますか?"
|
|
|
|
#: ElectronClient/gui/ConfigScreen.min.js:170
|
|
#: ReactNativeClient/lib/components/screens/config.js:307
|
|
msgid "Check synchronisation configuration"
|
|
msgstr "同期の設定を確認する"
|
|
|
|
#: ElectronClient/gui/ConfigScreen.min.js:179
|
|
msgid "Unknown"
|
|
msgstr "不明"
|
|
|
|
#: ElectronClient/gui/ConfigScreen.min.js:183
|
|
msgid "Checking..."
|
|
msgstr "チェック中..."
|
|
|
|
#: ElectronClient/gui/ConfigScreen.min.js:187
|
|
#: ReactNativeClient/lib/models/Resource.js:320
|
|
msgid "Error"
|
|
msgstr "エラー"
|
|
|
|
#: ElectronClient/gui/ConfigScreen.min.js:198
|
|
msgid ""
|
|
"The Joplin Nextcloud App is either not installed or misconfigured. Please "
|
|
"see the full error message below:"
|
|
msgstr ""
|
|
"Joplin Nextcloudアプリがインストールされていないか正しく設定されていません。"
|
|
"完全なエラーメッセージは次のとおりです:"
|
|
|
|
#: ElectronClient/gui/ConfigScreen.min.js:211
|
|
msgid "Show Log"
|
|
msgstr "ログを表示"
|
|
|
|
#: ElectronClient/gui/ConfigScreen.min.js:224
|
|
msgid "Joplin Nextcloud App status:"
|
|
msgstr "Joplin Nextcloudアプリの状態:"
|
|
|
|
#: ElectronClient/gui/ConfigScreen.min.js:238
|
|
msgid "Check Status"
|
|
msgstr "状態を確認"
|
|
|
|
#: ElectronClient/gui/ConfigScreen.min.js:245
|
|
msgid "Help"
|
|
msgstr "ヘルプ"
|
|
|
|
#: ElectronClient/gui/ConfigScreen.min.js:264
|
|
msgid "Show Advanced Settings"
|
|
msgstr "詳細設定を表示"
|
|
|
|
#: ElectronClient/gui/ConfigScreen.min.js:521
|
|
msgid "Browse..."
|
|
msgstr "参照..."
|
|
|
|
#: ElectronClient/gui/ConfigScreen.min.js:761
|
|
msgid "Apply"
|
|
msgstr "適用"
|
|
|
|
#: ElectronClient/gui/Header.min.js:267
|
|
#: ElectronClient/gui/Header/Header.min.js:253
|
|
msgid "Usage"
|
|
msgstr "使い方"
|
|
|
|
#: ElectronClient/gui/NoteList/commands/focusElementNoteList.js:15
|
|
msgid "Note list"
|
|
msgstr "ノート一覧"
|
|
|
|
#: ElectronClient/gui/Header/commands/focusSearch.js:15
|
|
msgid "Search in all the notes"
|
|
msgstr "すべてのノートを検索"
|
|
|
|
#: ElectronClient/gui/ResourceScreen.js:31
|
|
msgid "Title"
|
|
msgstr "題名"
|
|
|
|
#: ElectronClient/gui/ResourceScreen.js:35
|
|
msgid "Size"
|
|
msgstr "サイズ"
|
|
|
|
#: ElectronClient/gui/ResourceScreen.js:39
|
|
msgid "Action"
|
|
msgstr "操作"
|
|
|
|
#: ElectronClient/gui/ResourceScreen.js:42
|
|
#: ReactNativeClient/lib/path-utils.js:65
|
|
#: ReactNativeClient/lib/path-utils.js:101
|
|
#: ReactNativeClient/lib/models/BaseItem.js:720
|
|
msgid "Untitled"
|
|
msgstr "名称未設定"
|
|
|
|
#: ElectronClient/gui/ResourceScreen.js:93
|
|
#, javascript-format
|
|
msgid "Delete attachment \"%s\"?"
|
|
msgstr "添付ファイル \"%s\" を削除しますか?"
|
|
|
|
#: ElectronClient/gui/ResourceScreen.js:139
|
|
msgid ""
|
|
"This is an advanced tool to show the attachments that are linked to your "
|
|
"notes. Please be careful when deleting one of them as they cannot be "
|
|
"restored afterwards."
|
|
msgstr ""
|
|
"ここではノートに添付されているファイルの一覧を見ることができます。添付ファイ"
|
|
"ルの削除も可能ですが、削除後の復元はできませんのでご注意ください。"
|
|
|
|
#: ElectronClient/gui/ResourceScreen.js:140
|
|
msgid "Please wait..."
|
|
msgstr "お待ちください..."
|
|
|
|
#: ElectronClient/gui/ResourceScreen.js:142
|
|
msgid "No resources!"
|
|
msgstr "リソースがありません!"
|
|
|
|
#: ElectronClient/gui/ResourceScreen.js:144
|
|
#, javascript-format
|
|
msgid "Warning: not all resources shown for performance reasons (limit: %s)."
|
|
msgstr "注意: 性能上の理由により、リソースは最大 %s 件までしか表示されません。"
|
|
|
|
#: ElectronClient/gui/ShareNoteDialog.js:158
|
|
msgid "Synchronising..."
|
|
msgstr "同期中..."
|
|
|
|
#: ElectronClient/gui/ShareNoteDialog.js:160
|
|
msgid "Generating link..."
|
|
msgid_plural "Generating links..."
|
|
msgstr[0] "リンクを生成中..."
|
|
|
|
#: ElectronClient/gui/ShareNoteDialog.js:162
|
|
msgid "Link has been copied to clipboard!"
|
|
msgid_plural "Links have been copied to clipboard!"
|
|
msgstr[0] "リンクをクリップボードにコピーしました!"
|
|
|
|
#: ElectronClient/gui/ShareNoteDialog.js:165
|
|
msgid ""
|
|
"Note: When a note is shared, it will no longer be encrypted on the server."
|
|
msgstr ""
|
|
"注意: ノートを共有すると、該当ノートはサーバー上で暗号化されなくなります。"
|
|
|
|
#: ElectronClient/gui/ShareNoteDialog.js:170
|
|
msgid "Share Notes"
|
|
msgstr "ノートを共有"
|
|
|
|
#: ElectronClient/gui/ShareNoteDialog.js:172
|
|
msgid "Copy Shareable Link"
|
|
msgid_plural "Copy Shareable Links"
|
|
msgstr[0] "共有可能なリンクをコピー"
|
|
|
|
#: ElectronClient/commands/stopExternalEditing.js:16
|
|
msgid "Stop external editing"
|
|
msgstr "外部エディターでの編集を終了"
|
|
|
|
#: ElectronClient/commands/startExternalEditing.js:29
|
|
#, javascript-format
|
|
msgid "Error opening note in editor: %s"
|
|
msgstr "次のエディターで開く際にエラー: %s"
|
|
|
|
#: ElectronClient/app.js:460
|
|
#, javascript-format
|
|
msgid "Importing from \"%s\" as \"%s\" format. Please wait..."
|
|
msgstr ""
|
|
"\"%s\" を \"%s\" フォーマットとしてインポート中。しばらくお待ちください..."
|
|
|
|
#: ElectronClient/app.js:522
|
|
msgid "Create note from template"
|
|
msgstr "テンプレートからノートを作成"
|
|
|
|
#: ElectronClient/app.js:528
|
|
msgid "Create to-do from template"
|
|
msgstr "テンプレートからto-doを作成"
|
|
|
|
#: ElectronClient/app.js:534
|
|
msgid "Insert template"
|
|
msgstr "テンプレートを挿入"
|
|
|
|
#: ElectronClient/app.js:541
|
|
msgid "Open template directory"
|
|
msgstr "テンプレートディレクトリを開く"
|
|
|
|
#: ElectronClient/app.js:548
|
|
msgid "Refresh templates"
|
|
msgstr "テンプレートの更新"
|
|
|
|
#: ElectronClient/app.js:574
|
|
msgid "Note attachments..."
|
|
msgstr "添付ファイル一覧..."
|
|
|
|
#: ElectronClient/app.js:596
|
|
#, javascript-format
|
|
msgid "Revision: %s (%s)"
|
|
msgstr "リビジョン: %s (%s)"
|
|
|
|
#: ElectronClient/app.js:603
|
|
#, javascript-format
|
|
msgid "%s %s (%s, %s)"
|
|
msgstr "%s %s (%s, %s)"
|
|
|
|
#: ElectronClient/app.js:605
|
|
#, javascript-format
|
|
msgid "Client ID: %s"
|
|
msgstr "クライアントID: %s"
|
|
|
|
#: ElectronClient/app.js:606
|
|
#, javascript-format
|
|
msgid "Sync Version: %s"
|
|
msgstr "同期バージョン: %s"
|
|
|
|
#: ElectronClient/app.js:607
|
|
#, javascript-format
|
|
msgid "Profile Version: %s"
|
|
msgstr "プロファイルバージョン: %s"
|
|
|
|
#: ElectronClient/app.js:608
|
|
#, javascript-format
|
|
msgid "Keychain Supported: %s"
|
|
msgstr "キーチェーンのサポート: %s"
|
|
|
|
#: ElectronClient/app.js:630 ElectronClient/app.js:706
|
|
msgid "&File"
|
|
msgstr "ファイル(&F)"
|
|
|
|
#: ElectronClient/app.js:636 ElectronClient/app.js:905
|
|
msgid "About Joplin"
|
|
msgstr "Joplinについて"
|
|
|
|
#: ElectronClient/app.js:643
|
|
msgid "Preferences..."
|
|
msgstr "環境設定"
|
|
|
|
#: ElectronClient/app.js:653 ElectronClient/app.js:887
|
|
msgid "Check for updates..."
|
|
msgstr "アップデートのチェック..."
|
|
|
|
#: ElectronClient/app.js:666 ElectronClient/app.js:719
|
|
msgid "Templates"
|
|
msgstr "テンプレート"
|
|
|
|
#: ElectronClient/app.js:692
|
|
#, javascript-format
|
|
msgid "Hide %s"
|
|
msgstr "%s を隠す"
|
|
|
|
#: ElectronClient/app.js:699
|
|
msgid "Quit"
|
|
msgstr "終了"
|
|
|
|
#: ElectronClient/app.js:712
|
|
msgid "Close Window"
|
|
msgstr "ウィンドウを閉じる"
|
|
|
|
#: ElectronClient/app.js:757
|
|
msgid "&Edit"
|
|
msgstr "編集(&E)"
|
|
|
|
#: ElectronClient/app.js:776
|
|
msgid "&View"
|
|
msgstr "表示(&V)"
|
|
|
|
#: ElectronClient/app.js:782
|
|
msgid "Layout button sequence"
|
|
msgstr "レイアウトボタンによる切り替え順"
|
|
|
|
#: ElectronClient/app.js:822
|
|
msgid "Focus"
|
|
msgstr "フォーカス"
|
|
|
|
#: ElectronClient/app.js:828
|
|
msgid "Actual Size"
|
|
msgstr "100%%表示"
|
|
|
|
#: ElectronClient/app.js:839 ElectronClient/app.js:845
|
|
msgid "Zoom In"
|
|
msgstr "ズームイン"
|
|
|
|
#: ElectronClient/app.js:852
|
|
msgid "Zoom Out"
|
|
msgstr "ズームアウト"
|
|
|
|
#: ElectronClient/app.js:860
|
|
msgid "&Note"
|
|
msgstr "ノート(&N)"
|
|
|
|
#: ElectronClient/app.js:870
|
|
msgid "&Tools"
|
|
msgstr "ツール(&T)"
|
|
|
|
#: ElectronClient/app.js:874
|
|
msgid "&Help"
|
|
msgstr "ヘルプ(&H)"
|
|
|
|
#: ElectronClient/app.js:877
|
|
msgid "Website and documentation"
|
|
msgstr "Webサイトとドキュメント"
|
|
|
|
#: ElectronClient/app.js:881
|
|
msgid "Joplin Forum"
|
|
msgstr "Joplinフォーラム"
|
|
|
|
#: ElectronClient/app.js:884
|
|
#: ReactNativeClient/lib/components/screens/config.js:495
|
|
msgid "Make a donation"
|
|
msgstr "寄付する"
|
|
|
|
#: ElectronClient/app.js:894
|
|
msgid "Toggle development tools"
|
|
msgstr "開発者ツールのオンオフを切り替える"
|
|
|
|
#: ElectronClient/app.js:1037
|
|
#, javascript-format
|
|
msgid "Open %s"
|
|
msgstr "%s を開く"
|
|
|
|
#: ElectronClient/app.js:1039
|
|
msgid "Exit"
|
|
msgstr "終了"
|
|
|
|
#: ReactNativeClient/lib/onedrive-api-node-utils.js:85
|
|
msgid ""
|
|
"The application has been authorised - you may now close this browser tab."
|
|
msgstr "アプリケーションは認証されました - ブラウザを閉じてもかまいません。"
|
|
|
|
#: ReactNativeClient/lib/onedrive-api-node-utils.js:87
|
|
msgid "The application has been successfully authorised."
|
|
msgstr "アプリケーションは問題なく認証されました。"
|
|
|
|
#: ReactNativeClient/lib/onedrive-api-node-utils.js:115
|
|
msgid ""
|
|
"Please open the following URL in your browser to authenticate the "
|
|
"application. The application will create a directory in \"Apps/Joplin\" and "
|
|
"will only read and write files in this directory. It will have no access to "
|
|
"any files outside this directory nor to any other personal data. No data "
|
|
"will be shared with any third party."
|
|
msgstr ""
|
|
"このアプリケーションを認証するためには下記のURLをブラウザで開いてください。ア"
|
|
"プリケーションは\"Apps/Joplin\"フォルダを作成し、その中のファイルのみを読み書"
|
|
"きします。あなたの個人的なファイルや、ディレクトリ外のファイルにはアクセスし"
|
|
"ません。第三者にデータが共有されることもありません。"
|
|
|
|
#: ReactNativeClient/lib/registry.js:156
|
|
msgid ""
|
|
"Could not synchronise with OneDrive.\n"
|
|
"\n"
|
|
"This error often happens when using OneDrive for Business, which "
|
|
"unfortunately cannot be supported.\n"
|
|
"\n"
|
|
"Please consider using a regular OneDrive account."
|
|
msgstr ""
|
|
"OneDriveと同期できませんでした。\n"
|
|
"\n"
|
|
"OneDrive for Business(未サポート)を使用中はこのエラーが起こることがありま"
|
|
"す。\n"
|
|
"\n"
|
|
"通常のOneDriveアカウントの使用をご検討ください。"
|
|
|
|
#: ReactNativeClient/lib/logger.js:178
|
|
#, javascript-format
|
|
msgid "Unknown log level: %s"
|
|
msgstr "不明なログレベル: %s"
|
|
|
|
#: ReactNativeClient/lib/logger.js:187
|
|
#, javascript-format
|
|
msgid "Unknown level ID: %s"
|
|
msgstr "不明なレベルID: %s"
|
|
|
|
#: ReactNativeClient/lib/SyncTargetAmazonS3.js:28
|
|
msgid "AWS S3"
|
|
msgstr ""
|
|
|
|
#: ReactNativeClient/lib/SyncTargetDropbox.js:25
|
|
msgid "Dropbox"
|
|
msgstr "Dropbox"
|
|
|
|
#: ReactNativeClient/lib/shim-init-node.js:90
|
|
#: ReactNativeClient/lib/components/screens/note.js:523
|
|
#, javascript-format
|
|
msgid ""
|
|
"You are about to attach a large image (%dx%d pixels). Would you like to "
|
|
"resize it down to %d pixels before attaching it?"
|
|
msgstr ""
|
|
"大きな画像を添付しようとしています (%dx%d ピクセル)。長辺を %d ピクセルに縮小"
|
|
"してから添付しますか?"
|
|
|
|
#: ReactNativeClient/lib/shim-init-node.js:156
|
|
#, javascript-format
|
|
msgid "Cannot access %s"
|
|
msgstr "%sにアクセスできません"
|
|
|
|
#: ReactNativeClient/lib/models/Folder.js:28
|
|
#: ReactNativeClient/lib/models/Note.js:25
|
|
msgid "title"
|
|
msgstr "題名"
|
|
|
|
#: ReactNativeClient/lib/models/Folder.js:29
|
|
#: ReactNativeClient/lib/models/Note.js:26
|
|
msgid "updated date"
|
|
msgstr "アップデート日"
|
|
|
|
#: ReactNativeClient/lib/models/Folder.js:89
|
|
msgid "Conflicts"
|
|
msgstr "衝突"
|
|
|
|
#: ReactNativeClient/lib/models/Folder.js:374
|
|
msgid "Cannot move notebook to this location"
|
|
msgstr "ノートをノートブック \"%s\" に移動できません"
|
|
|
|
#: ReactNativeClient/lib/models/Folder.js:426
|
|
#, javascript-format
|
|
msgid "Notebooks cannot be named \"%s\", which is a reserved title."
|
|
msgstr ""
|
|
"\"%s\" というノートブックの名称はシステムで使用するために予約済みです。名称の"
|
|
"変更はできません。"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:39
|
|
msgid "yes"
|
|
msgstr "はい"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:39
|
|
#: ReactNativeClient/lib/models/Setting.js:40
|
|
#, javascript-format
|
|
msgid "(wysiwyg: %s)"
|
|
msgstr "(WYSIWYG対応: %s)"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:40
|
|
msgid "no"
|
|
msgstr "いいえ"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:43
|
|
#, javascript-format
|
|
msgid ""
|
|
"Attention: If you change this location, make sure you copy all your content "
|
|
"to it before syncing, otherwise all files will be removed! See the FAQ for "
|
|
"more details: %s"
|
|
msgstr ""
|
|
"注意: この場所を変更する際は、同期する前に新しい場所にすべての内容をコピーし"
|
|
"ておきましょう。そうしないとすべてのファイルが削除されていまいます! 詳しくは"
|
|
"次のFAQをご覧ください: %s"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:51
|
|
msgid "Light"
|
|
msgstr "明るい"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:52
|
|
msgid "Dark"
|
|
msgstr "暗い"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:53
|
|
msgid "Dracula"
|
|
msgstr "Dracula"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:54
|
|
msgid "Solarised Light"
|
|
msgstr "Solarised (明)"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:55
|
|
msgid "Solarised Dark"
|
|
msgstr "Solarised (暗)"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:56
|
|
msgid "Nord"
|
|
msgstr "Nord"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:57
|
|
msgid "Aritim Dark"
|
|
msgstr "Aritim Dark"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:58
|
|
msgid "OLED Dark"
|
|
msgstr "ダークモード"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:80
|
|
msgid "Synchronisation target"
|
|
msgstr "同期先"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:82
|
|
msgid ""
|
|
"The target to synchonise to. Each sync target may have additional parameters "
|
|
"which are named as `sync.NUM.NAME` (all documented below)."
|
|
msgstr ""
|
|
"同期する先です。いずれの同期先も `sync.NUM.NAME` のように追加のパラメーターを"
|
|
"持つことができるでしょう(すべてのドキュメントは下にあります)。"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:104
|
|
msgid "Directory to synchronise with (absolute path)"
|
|
msgstr "同期先のディレクトリ(絶対パス)"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:116
|
|
msgid "Nextcloud WebDAV URL"
|
|
msgstr "Nextcloud WebDAV URL"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:127
|
|
msgid "Nextcloud username"
|
|
msgstr "Nextcloud ユーザー名"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:137
|
|
msgid "Nextcloud password"
|
|
msgstr "Nextcloud パスワード"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:149
|
|
msgid "WebDAV URL"
|
|
msgstr "WebDAV URL"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:160
|
|
msgid "WebDAV username"
|
|
msgstr "WebDAV ユーザー名"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:170
|
|
msgid "WebDAV password"
|
|
msgstr "WevDAV パスワード"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:189
|
|
msgid "AWS S3 bucket"
|
|
msgstr ""
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:200
|
|
msgid "AWS key"
|
|
msgstr ""
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:210
|
|
msgid "AWS secret"
|
|
msgstr ""
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:224
|
|
msgid "Attachment download behaviour"
|
|
msgstr "添付ファイルのダウンロードの動作"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:225
|
|
msgid ""
|
|
"In \"Manual\" mode, attachments are downloaded only when you click on them. "
|
|
"In \"Auto\", they are downloaded when you open the note. In \"Always\", all "
|
|
"the attachments are downloaded whether you open the note or not."
|
|
msgstr ""
|
|
"\"手動\"モードは添付ファイルをクリックしたときのみダウンロードをします。\"自"
|
|
"動\"はノートを開いたときにダウンロードをします。\"いつも\"はノートを開いてい"
|
|
"るか閉じているかにかかわらずダウンロードをします。"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:228
|
|
msgid "Always"
|
|
msgstr "いつも"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:229
|
|
msgid "Manual"
|
|
msgstr "手動"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:230
|
|
msgid "Auto"
|
|
msgstr "自動"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:247
|
|
msgid "Max concurrent connections"
|
|
msgstr "最大同時接続数"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:256
|
|
msgid "Language"
|
|
msgstr "言語"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:266
|
|
msgid "Date format"
|
|
msgstr "日付の形式"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:285
|
|
msgid "Time format"
|
|
msgstr "時刻の形式"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:304
|
|
msgid "Theme"
|
|
msgstr "テーマ"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:315
|
|
msgid "Automatically switch theme to match system theme"
|
|
msgstr "システムのテーマにあわせて自動設定"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:327
|
|
msgid "Preferred light theme"
|
|
msgstr "優先ライトテーマ"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:341
|
|
msgid "Preferred dark theme"
|
|
msgstr "優先ダークテーマ"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:346
|
|
msgid "Show note counts"
|
|
msgstr "ノートの数を表示"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:355
|
|
#: ReactNativeClient/lib/models/Setting.js:357
|
|
#: ReactNativeClient/lib/models/Setting.js:358
|
|
msgid "Split View"
|
|
msgstr "分割ビュー"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:355
|
|
#, javascript-format
|
|
msgid "%s / %s / %s"
|
|
msgstr "%s / %s / %s"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:356
|
|
#: ReactNativeClient/lib/models/Setting.js:357
|
|
#: ReactNativeClient/lib/models/Setting.js:358
|
|
#, javascript-format
|
|
msgid "%s / %s"
|
|
msgstr "%s / %s"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:361
|
|
msgid "Uncompleted to-dos on top"
|
|
msgstr "未完のToDoをリストの上部に表示"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:362
|
|
msgid "Show completed to-dos"
|
|
msgstr "完了したToDoを表示"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:387
|
|
msgid "Auto-pair braces, parenthesis, quotations, etc."
|
|
msgstr "始めの括弧や引用符入力時に終わりの括弧や引用符を自動入力する"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:395
|
|
msgid "Use CodeMirror as the code editor (WARNING: BETA)."
|
|
msgstr "コードエディターとしてCodeMirrorを使う (ベータ版のため注意)"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:397
|
|
#: ReactNativeClient/lib/models/Setting.js:415
|
|
msgid "Reverse sort order"
|
|
msgstr "逆順に並び替え"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:404
|
|
msgid "Sort notebooks by"
|
|
msgstr "ノートブックのソート方法"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:416
|
|
msgid "Save geo-location with notes"
|
|
msgstr "ノートに位置情報を保存"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:435
|
|
msgid "When creating a new to-do:"
|
|
msgstr "新しいToDoを作成した場合:"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:438
|
|
#: ReactNativeClient/lib/models/Setting.js:453
|
|
msgid "Focus title"
|
|
msgstr "題名にフォーカス"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:439
|
|
#: ReactNativeClient/lib/models/Setting.js:454
|
|
msgid "Focus body"
|
|
msgstr "本文にフォーカス"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:450
|
|
msgid "When creating a new note:"
|
|
msgstr "新しいノートを作成した際:"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:464
|
|
msgid "Enable soft breaks"
|
|
msgstr "ソフトブレークを有効にする"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:465
|
|
msgid "Enable typographer support"
|
|
msgstr "Typographer(記号文字)を有効にする"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:466
|
|
msgid "Enable math expressions"
|
|
msgstr "数式表現を有効にする"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:467
|
|
msgid "Enable Fountain syntax support"
|
|
msgstr "Fountain構文を有効にする"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:468
|
|
msgid "Enable Mermaid diagrams support"
|
|
msgstr "Mermaid(作図機能)を有効にする"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:470
|
|
msgid "Enable ==mark== syntax"
|
|
msgstr "==ハイライト==構文を有効にする"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:471
|
|
msgid "Enable footnotes"
|
|
msgstr "脚注を有効にする"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:472
|
|
msgid "Enable table of contents extension"
|
|
msgstr "目次拡張を有効にする"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:473
|
|
msgid "Enable ~sub~ syntax"
|
|
msgstr "~下付きテキスト~構文を有効にする"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:474
|
|
msgid "Enable ^sup^ syntax"
|
|
msgstr "^上付きテキスト^構文を有効にする"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:475
|
|
msgid "Enable deflist syntax"
|
|
msgstr "定義リスト構文を有効にする"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:476
|
|
msgid "Enable abbreviation syntax"
|
|
msgstr "略語構文を有効にする"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:477
|
|
msgid "Enable markdown emoji"
|
|
msgstr "マークダウン絵文字を有効にする"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:478
|
|
msgid "Enable ++insert++ syntax"
|
|
msgstr "++追加++構文を有効にする"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:479
|
|
msgid "Enable multimarkdown table extension"
|
|
msgstr "MultiMarkdownのテーブル拡張を有効にする"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:491
|
|
msgid "Show tray icon"
|
|
msgstr "トレイアイコンの表示"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:493
|
|
msgid "Note: Does not work in all desktop environments."
|
|
msgstr "注意: すべてのデスクトップ環境で動作するわけではありません。"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:493
|
|
msgid ""
|
|
"This will allow Joplin to run in the background. It is recommended to enable "
|
|
"this setting so that your notes are constantly being synchronised, thus "
|
|
"reducing the number of conflicts."
|
|
msgstr ""
|
|
"有効にすると、Joplinがバックグラウンドで動作するようになります。ノートを定期"
|
|
"的に同期し、衝突を減らすために強くおすすめする設定です。"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:497
|
|
msgid "Start application minimised in the tray icon"
|
|
msgstr "アプリケーションをトレイアイコンで最小化して起動"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:516
|
|
msgid "Editor font size"
|
|
msgstr "エディターのフォントサイズ"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:524
|
|
msgid "Editor font"
|
|
msgstr "エディターのフォント"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:548
|
|
msgid "Editor font family"
|
|
msgstr "エディターのフォントファミリー"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:550
|
|
msgid ""
|
|
"This should be a *monospace* font or some elements will render incorrectly. "
|
|
"If the font is incorrect or empty, it will default to a generic monospace "
|
|
"font."
|
|
msgstr ""
|
|
"ここは *monospace* (等幅)フォントを指定しないと内容によっては正しく表示されな"
|
|
"い場合があります。指定したフォントが誤っているか空の場合は、一般的な等幅フォ"
|
|
"ントが使用されます。"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:589
|
|
msgid "Custom stylesheet for Joplin-wide app styles"
|
|
msgstr "カスタムスタイルシート (アプリ全般の外観調整用)"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:595
|
|
msgid "Automatically update the application"
|
|
msgstr "アプリケーションを自動的にアップデート"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:596
|
|
msgid "Get pre-releases when checking for updates"
|
|
msgstr "更新をチェックする時、開発版を取得する"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:596
|
|
#, javascript-format
|
|
msgid "See the pre-release page for more details: %s"
|
|
msgstr "詳細についてはプレリリースページを参照してください: %s"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:604
|
|
msgid "Synchronisation interval"
|
|
msgstr "同期間隔"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:608
|
|
#: ReactNativeClient/lib/models/Setting.js:609
|
|
#: ReactNativeClient/lib/models/Setting.js:610
|
|
#, javascript-format
|
|
msgid "%d minutes"
|
|
msgstr "%d 分"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:611
|
|
#, javascript-format
|
|
msgid "%d hour"
|
|
msgstr "%d 時間"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:612
|
|
#: ReactNativeClient/lib/models/Setting.js:613
|
|
#, javascript-format
|
|
msgid "%d hours"
|
|
msgstr "%d 時間"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:622
|
|
msgid "Text editor command"
|
|
msgstr "テキストエディターのコマンド"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:622
|
|
msgid ""
|
|
"The editor command (may include arguments) that will be used to open a note. "
|
|
"If none is provided it will try to auto-detect the default editor."
|
|
msgstr ""
|
|
"このエディターコマンド(と引数)はノートを開く際に使用されます。空欄の場合は"
|
|
"既定のエディターを自動的に検出します。"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:623
|
|
msgid "Page size for PDF export"
|
|
msgstr "エクスポートするPDFのページサイズ"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:625
|
|
msgid "A4"
|
|
msgstr "A4"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:626
|
|
msgid "Letter"
|
|
msgstr "Letter"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:627
|
|
msgid "A3"
|
|
msgstr "A3"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:628
|
|
msgid "A5"
|
|
msgstr "A5"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:629
|
|
msgid "Tabloid"
|
|
msgstr "Tabloid"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:630
|
|
msgid "Legal"
|
|
msgstr "Legal"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:633
|
|
msgid "Page orientation for PDF export"
|
|
msgstr "PDFページの向き"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:635
|
|
msgid "Portrait"
|
|
msgstr "縦"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:636
|
|
msgid "Landscape"
|
|
msgstr "横"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:647
|
|
msgid "Keyboard Mode"
|
|
msgstr "キーバインド"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:650
|
|
msgid "Default"
|
|
msgstr "標準"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:651
|
|
msgid "Emacs"
|
|
msgstr "Emacs"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:652
|
|
msgid "Vim"
|
|
msgstr "Vim"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:667
|
|
msgid "Custom TLS certificates"
|
|
msgstr "TLS証明書のカスタマイズ"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:668
|
|
msgid ""
|
|
"Comma-separated list of paths to directories to load the certificates from, "
|
|
"or path to individual cert files. For example: /my/cert_dir, /other/custom."
|
|
"pem. Note that if you make changes to the TLS settings, you must save your "
|
|
"changes before clicking on \"Check synchronisation configuration\"."
|
|
msgstr ""
|
|
"証明書を読み込むディレクトリ、または個々の証明書ファイルのパスのリストをコン"
|
|
"マで区切って記述します。例は次のとおりです: /my/cert_dir, /other/custom.pem "
|
|
"注意点として、TLSの設定を変更する場合は\"同期の設定を確認\"をクリックする前に"
|
|
"保存する必要があります。"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:680
|
|
msgid "Ignore TLS certificate errors"
|
|
msgstr "TLS証明書のエラーを無視"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:689
|
|
msgid "Fail-safe"
|
|
msgstr "フェイルセーフ"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:690
|
|
msgid ""
|
|
"Fail-safe: Do not wipe out local data when sync target is empty (often the "
|
|
"result of a misconfiguration or bug)"
|
|
msgstr ""
|
|
"フェイルセーフ: 同期先が空の場合、設定ミスやバグによる可能性を考慮して、ロー"
|
|
"カルデータを消去しないようにする"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:694
|
|
msgid ""
|
|
"Specify the port that should be used by the API server. If not set, a "
|
|
"default will be used."
|
|
msgstr ""
|
|
"APIサーバーが使用するポートを指定してください。未設定時はデフォルトのポートが"
|
|
"使用されます。"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:702
|
|
msgid "Enable note history"
|
|
msgstr "ノートの履歴を有効にする"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:712
|
|
msgid "days"
|
|
msgstr "日"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:712
|
|
#, javascript-format
|
|
msgid "%d days"
|
|
msgstr "%d 日"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:714
|
|
msgid "Keep note history for"
|
|
msgstr "ノート履歴の保存期間"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:741
|
|
msgid "Notebook list growth factor"
|
|
msgstr "ノートブック一覧のストレッチ係数"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:743
|
|
#: ReactNativeClient/lib/models/Setting.js:756
|
|
#: ReactNativeClient/lib/models/Setting.js:769
|
|
msgid ""
|
|
"The factor property sets how the item will grow or shrink to fit the "
|
|
"available space in its container with respect to the other items. Thus an "
|
|
"item with a factor of 2 will take twice as much space as an item with a "
|
|
"factor of 1.Restart app to see changes."
|
|
msgstr ""
|
|
"ストレッチ係数プロパティは表示項目間のサイズ比を指定するために使います。たと"
|
|
"えば、係数が2の表示項目は、係数が1の項目の2倍の大きさで表示されます。係数の変"
|
|
"更はアプリケーションの再起動後に反映されます。"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:754
|
|
msgid "Note list growth factor"
|
|
msgstr "ノート一覧のストレッチ係数"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:767
|
|
msgid "Note area growth factor"
|
|
msgstr "ノートエリアのストレッチ係数"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:919
|
|
#, javascript-format
|
|
msgid "Invalid option value: \"%s\". Possible values are: %s."
|
|
msgstr "無効な設定値: \"%s\"。有効な値は: %sです。"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:1247
|
|
msgid "General"
|
|
msgstr "全般"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:1248
|
|
msgid "Synchronisation"
|
|
msgstr "同期"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:1249
|
|
msgid "Appearance"
|
|
msgstr "スタイル"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:1250
|
|
msgid "Note"
|
|
msgstr "ノート"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:1251
|
|
msgid "Plugins"
|
|
msgstr "プラグイン"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:1252
|
|
msgid "Application"
|
|
msgstr "アプリケーション"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:1254
|
|
msgid "Encryption"
|
|
msgstr "暗号化"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:1255
|
|
msgid "Web Clipper"
|
|
msgstr "Webクリッパー"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:1260
|
|
msgid ""
|
|
"These plugins enhance the Markdown renderer with additional features. Please "
|
|
"note that, while these features might be useful, they are not standard "
|
|
"Markdown and thus most of them will only work in Joplin. Additionally, some "
|
|
"of them are *incompatible* with the WYSIWYG editor. If you open a note that "
|
|
"uses one of these plugins in that editor, you will lose the plugin "
|
|
"formatting. It is indicated below which plugins are compatible or not with "
|
|
"the WYSIWYG editor."
|
|
msgstr ""
|
|
"Markdownレンダラーの機能を拡張する拡張書式プラグインの一覧です。これらの拡張"
|
|
"書式は有用ですが、Markdown標準ではないため、Joplin上でしか動作しないことにご"
|
|
"注意ください。また、一部の拡張書式はWYSIWYGエディターと互換性がありません。非"
|
|
"互換の拡張書式を使用しているノートをWYSIWYGエディターで開いた場合、該当書式は"
|
|
"失われてしまいます。どのプラグインがWYSIWYGに対応しているかは下記の一覧でご確"
|
|
"認ください。"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:1261
|
|
#, javascript-format
|
|
msgid "Notes and settings are stored in: %s"
|
|
msgstr "ノートと設定は次の場所に保存されます: %s"
|
|
|
|
#: ReactNativeClient/lib/models/Resource.js:317
|
|
msgid "Not downloaded"
|
|
msgstr "未ダウンロード"
|
|
|
|
#: ReactNativeClient/lib/models/Resource.js:318
|
|
msgid "Downloading"
|
|
msgstr "ダウンロード中"
|
|
|
|
#: ReactNativeClient/lib/models/Resource.js:319
|
|
msgid "Downloaded"
|
|
msgstr "ダウンロード済み"
|
|
|
|
#: ReactNativeClient/lib/models/Resource.js:371
|
|
#, javascript-format
|
|
msgid "Attachment conflict: \"%s\""
|
|
msgstr "添付ファイルの衝突: \"%s\""
|
|
|
|
#: ReactNativeClient/lib/models/Resource.js:372
|
|
#, javascript-format
|
|
msgid ""
|
|
"There was a [conflict](%s) on the attachment below.\n"
|
|
"\n"
|
|
"%s"
|
|
msgstr ""
|
|
"下記の添付ファイルで[衝突](%s)が発生しました。\n"
|
|
"\n"
|
|
"%s"
|
|
|
|
#: ReactNativeClient/lib/models/Tag.js:384
|
|
msgid "Cannot move tag to this location."
|
|
msgstr "タグをこの場所に移動することはできません。"
|
|
|
|
#: ReactNativeClient/lib/models/Tag.js:429
|
|
msgid "Tag name cannot start or end with a `/`."
|
|
msgstr "タグ名の先頭と末尾に `/` を使わないでください。"
|
|
|
|
#: ReactNativeClient/lib/models/Tag.js:431
|
|
msgid "Tag name cannot contain `//`."
|
|
msgstr "タグ名には連続するスラッシュ `//` を入れないでください。"
|
|
|
|
#: ReactNativeClient/lib/models/Tag.js:482
|
|
#, javascript-format
|
|
msgid "The tag \"%s\" already exists. Please choose a different name."
|
|
msgstr "タグ \"%s\" はすでにあります。ほかの名前を選択してください。"
|
|
|
|
#: ReactNativeClient/lib/models/Note.js:27
|
|
msgid "created date"
|
|
msgstr "作成日"
|
|
|
|
#: ReactNativeClient/lib/models/Note.js:28
|
|
msgid "custom order"
|
|
msgstr "任意順"
|
|
|
|
#: ReactNativeClient/lib/models/Note.js:92
|
|
msgid "This note does not have geolocation information."
|
|
msgstr "このノートには位置情報がありません。"
|
|
|
|
#: ReactNativeClient/lib/models/Note.js:466
|
|
#, javascript-format
|
|
msgid "Cannot copy note to \"%s\" notebook"
|
|
msgstr "ノートをノートブック \"%s\" にコピーできません"
|
|
|
|
#: ReactNativeClient/lib/models/Note.js:477
|
|
#, javascript-format
|
|
msgid "Cannot move note to \"%s\" notebook"
|
|
msgstr "ノートをノートブック \"%s\" に移動できません"
|
|
|
|
#: ReactNativeClient/lib/models/BaseItem.js:719
|
|
msgid "Encrypted"
|
|
msgstr "暗号化済"
|
|
|
|
#: ReactNativeClient/lib/models/BaseItem.js:779
|
|
msgid "Encrypted items cannot be modified"
|
|
msgstr "暗号化したアイテムは修正できません"
|
|
|
|
#: ReactNativeClient/lib/SyncTargetOneDriveDev.js:15
|
|
msgid "OneDrive Dev (For testing only)"
|
|
msgstr "OneDrive Dev (テスト用途のみ)"
|
|
|
|
#: ReactNativeClient/lib/BaseApplication.js:139
|
|
#: ReactNativeClient/lib/BaseApplication.js:152
|
|
#: ReactNativeClient/lib/BaseApplication.js:183
|
|
#, javascript-format
|
|
msgid "Usage: %s"
|
|
msgstr "使用方法: %s"
|
|
|
|
#: ReactNativeClient/lib/BaseApplication.js:218
|
|
#, javascript-format
|
|
msgid "Unknown flag: %s"
|
|
msgstr "不明なフラグ: %s"
|
|
|
|
#: ReactNativeClient/lib/SyncTargetOneDrive.js:25
|
|
msgid "OneDrive"
|
|
msgstr "OneDrive"
|
|
|
|
#: ReactNativeClient/lib/components/select-date-time-dialog.js:65
|
|
msgid "Clear alarm"
|
|
msgstr "アラームをクリア"
|
|
|
|
#: ReactNativeClient/lib/components/select-date-time-dialog.js:68
|
|
msgid "Save alarm"
|
|
msgstr "アラームの保存"
|
|
|
|
#: ReactNativeClient/lib/components/select-date-time-dialog.js:86
|
|
msgid "Select date"
|
|
msgstr "日付の選択"
|
|
|
|
#: ReactNativeClient/lib/components/select-date-time-dialog.js:88
|
|
msgid "Confirm"
|
|
msgstr "確認"
|
|
|
|
#: ReactNativeClient/lib/components/CameraView.js:180
|
|
msgid "Permission to use camera"
|
|
msgstr "カメラ使用の許可"
|
|
|
|
#: ReactNativeClient/lib/components/CameraView.js:181
|
|
msgid "Your permission to use your camera is required."
|
|
msgstr "カメラを使用するには権限が必要です。"
|
|
|
|
#: ReactNativeClient/lib/components/screen-header.js:185
|
|
msgid "Delete these notes?"
|
|
msgstr "ノートを削除しますか?"
|
|
|
|
#: ReactNativeClient/lib/components/screen-header.js:392
|
|
msgid "Move to notebook..."
|
|
msgstr "ノートブックへ移動..."
|
|
|
|
#: ReactNativeClient/lib/components/screen-header.js:433
|
|
#, javascript-format
|
|
msgid "Move %d notes to notebook \"%s\"?"
|
|
msgstr "%d個のノートを\"%s\"に移動しますか?"
|
|
|
|
#: ReactNativeClient/lib/components/screen-header.js:451
|
|
msgid "Press to set the decryption password."
|
|
msgstr "復号するパスワードを入力してください。"
|
|
|
|
#: ReactNativeClient/lib/components/screen-header.js:452
|
|
msgid "Some items cannot be synchronised. Press for more info."
|
|
msgstr "いくつかの項目は同期されませんでした。詳細はクリック。"
|
|
|
|
#: ReactNativeClient/lib/components/side-menu-content.js:126
|
|
#, javascript-format
|
|
msgid "Notebook: %s"
|
|
msgstr "ノートブック: %s"
|
|
|
|
#: ReactNativeClient/lib/components/side-menu-content.js:132
|
|
msgid "Encrypted notebooks cannot be renamed"
|
|
msgstr "暗号化したアイテムはリネームできません"
|
|
|
|
#: ReactNativeClient/lib/components/side-menu-content.js:312
|
|
msgid "New Notebook"
|
|
msgstr "新しいノートブック"
|
|
|
|
#: ReactNativeClient/lib/components/side-menu-content.js:316
|
|
#: ReactNativeClient/lib/components/screens/config.js:549
|
|
msgid "Configuration"
|
|
msgstr "設定"
|
|
|
|
#: ReactNativeClient/lib/components/note-list.js:97
|
|
msgid "You currently have no notebooks."
|
|
msgstr "ノートブックがありません。"
|
|
|
|
#: ReactNativeClient/lib/components/note-list.js:101
|
|
msgid "Create a notebook"
|
|
msgstr "ノートブックを作成します。"
|
|
|
|
#: ReactNativeClient/lib/components/note-list.js:105
|
|
msgid "There are currently no notes. Create one by clicking on the (+) button."
|
|
msgstr "ノートがありません。(+)ボタンを押して新しいノートを作成してください。"
|
|
|
|
#: ReactNativeClient/lib/components/shared/config-shared.js:46
|
|
msgid "Checking... Please wait."
|
|
msgstr "確認中...お待ちください。"
|
|
|
|
#: ReactNativeClient/lib/components/shared/config-shared.js:48
|
|
msgid "Success! Synchronisation configuration appears to be correct."
|
|
msgstr "成功です! 同期の設定は正しいようです。"
|
|
|
|
#: ReactNativeClient/lib/components/shared/config-shared.js:50
|
|
msgid ""
|
|
"Error. Please check that URL, username, password, etc. are correct and that "
|
|
"the sync target is accessible. The reported error was:"
|
|
msgstr ""
|
|
"エラーです。URL、ユーザー名、パスワードなどを修正し、同期するターゲットにアク"
|
|
"セスできるかを確認してください。次が報告されたエラーです:"
|
|
|
|
#: ReactNativeClient/lib/components/shared/dropbox-login-shared.js:39
|
|
msgid "The application has been authorised!"
|
|
msgstr "アプリケーションは問題なく認証されました!"
|
|
|
|
#: ReactNativeClient/lib/components/shared/dropbox-login-shared.js:43
|
|
#, javascript-format
|
|
msgid ""
|
|
"Could not authorise application:\n"
|
|
"\n"
|
|
"%s\n"
|
|
"\n"
|
|
"Please try again."
|
|
msgstr ""
|
|
"アプリケーションが認証できません:\n"
|
|
"\n"
|
|
"%s\n"
|
|
"\n"
|
|
"やり直してください。"
|
|
|
|
#: ReactNativeClient/lib/components/shared/encryption-config-shared.js:31
|
|
msgid ""
|
|
"Please confirm that you would like to re-encrypt your complete database."
|
|
msgstr "データベース全体を暗号化しなおしてもよろしいですか。"
|
|
|
|
#: ReactNativeClient/lib/components/shared/encryption-config-shared.js:37
|
|
msgid "Your data is going to be re-encrypted and synced again."
|
|
msgstr "既存データを暗号化しなおし、再同期します。"
|
|
|
|
#: ReactNativeClient/lib/components/shared/encryption-config-shared.js:47
|
|
msgid ""
|
|
"Please enter your password in the master key list below before upgrading the "
|
|
"key."
|
|
msgstr ""
|
|
"下記マスターキーをアップグレードするには、マスターキーのパスワードを入力して"
|
|
"ください。"
|
|
|
|
#: ReactNativeClient/lib/components/shared/encryption-config-shared.js:56
|
|
msgid "The master key has been upgraded successfully!"
|
|
msgstr "マスターキーのアップグレードに成功しました!"
|
|
|
|
#: ReactNativeClient/lib/components/shared/encryption-config-shared.js:58
|
|
#, javascript-format
|
|
msgid "Could not upgrade master key: %s"
|
|
msgstr "マスターキーをアップグレードできませんでした: %s"
|
|
|
|
#: ReactNativeClient/lib/components/shared/encryption-config-shared.js:110
|
|
#, javascript-format
|
|
msgid "Decrypted items: %s / %s"
|
|
msgstr "復号済み(非暗号化)アイテム: %s/%s"
|
|
|
|
#: ReactNativeClient/lib/components/screens/folder.js:87
|
|
#, javascript-format
|
|
msgid "The notebook could not be saved: %s"
|
|
msgstr "ノートブックは保存できませんでした:%s"
|
|
|
|
#: ReactNativeClient/lib/components/screens/folder.js:109
|
|
msgid "Edit notebook"
|
|
msgstr "ノートブックの編集"
|
|
|
|
#: ReactNativeClient/lib/components/screens/folder.js:110
|
|
msgid "Enter notebook title"
|
|
msgstr "ノートブックの題名を入力"
|
|
|
|
#: ReactNativeClient/lib/components/screens/onedrive-login.js:109
|
|
msgid "Login with OneDrive"
|
|
msgstr "OneDriveログイン"
|
|
|
|
#: ReactNativeClient/lib/components/screens/onedrive-login.js:120
|
|
#: ReactNativeClient/lib/components/screens/log.js:109
|
|
#: ReactNativeClient/lib/components/screens/status.js:144
|
|
msgid "Refresh"
|
|
msgstr "更新"
|
|
|
|
#: ReactNativeClient/lib/components/screens/NoteTagsDialog.js:163
|
|
msgid "New tags:"
|
|
msgstr "新しいタグ:"
|
|
|
|
#: ReactNativeClient/lib/components/screens/NoteTagsDialog.js:178
|
|
msgid "Type new tags or select from list"
|
|
msgstr "新しいタグを入力するか、リストから選択してください"
|
|
|
|
#: ReactNativeClient/lib/components/screens/dropbox-login.js:55
|
|
msgid "Login with Dropbox"
|
|
msgstr "Dropboxでログイン"
|
|
|
|
#: ReactNativeClient/lib/components/screens/dropbox-login.js:66
|
|
msgid "Enter code here"
|
|
msgstr "コードをここに入力"
|
|
|
|
#: ReactNativeClient/lib/components/screens/encryption-config.js:119
|
|
#, javascript-format
|
|
msgid "Master Key %s"
|
|
msgstr "マスターキー %s"
|
|
|
|
#: ReactNativeClient/lib/components/screens/encryption-config.js:120
|
|
#: ReactNativeClient/lib/components/screens/note.js:773
|
|
#, javascript-format
|
|
msgid "Created: %s"
|
|
msgstr "作成しました:%s"
|
|
|
|
#: ReactNativeClient/lib/components/screens/encryption-config.js:122
|
|
#: ReactNativeClient/lib/components/screens/encryption-config.js:151
|
|
msgid "Password:"
|
|
msgstr "パスワード:"
|
|
|
|
#: ReactNativeClient/lib/components/screens/encryption-config.js:137
|
|
msgid "Password cannot be empty"
|
|
msgstr "パスワードは空にできません"
|
|
|
|
#: ReactNativeClient/lib/components/screens/encryption-config.js:139
|
|
msgid "Confirm password cannot be empty"
|
|
msgstr "パスワード(確認用)は空にできません"
|
|
|
|
#: ReactNativeClient/lib/components/screens/encryption-config.js:150
|
|
msgid ""
|
|
"Enabling encryption means *all* your notes and attachments are going to be "
|
|
"re-synchronised and sent encrypted to the sync target. Do not lose the "
|
|
"password as, for security purposes, this will be the *only* way to decrypt "
|
|
"the data! To enable encryption, please enter your password below."
|
|
msgstr ""
|
|
"暗号化を有効にするとは、*すべて*のノートや添付ファイルを再同期し、同期ター"
|
|
"ゲットに暗号化した状態で送ることを意味します。パスワードはなくさないようにし"
|
|
"てください。セキュリティ上、このパスワードがデータを復号する*唯一*の方法にな"
|
|
"るためです! 暗号化を有効にするには、下にパスワードを入力してください。"
|
|
|
|
#: ReactNativeClient/lib/components/screens/encryption-config.js:177
|
|
msgid "Enable"
|
|
msgstr "有効"
|
|
|
|
#: ReactNativeClient/lib/components/screens/encryption-config.js:248
|
|
msgid "Missing Master Keys"
|
|
msgstr "マスターキーがありません"
|
|
|
|
#: ReactNativeClient/lib/components/screens/encryption-config.js:249
|
|
msgid ""
|
|
"The master keys with these IDs are used to encrypt some of your items, "
|
|
"however the application does not currently have access to them. It is likely "
|
|
"they will eventually be downloaded via synchronisation."
|
|
msgstr ""
|
|
"これらのIDを持つマスターキーはアイテムを暗号化するのに使われていますが、現在"
|
|
"このキーで暗号化されたアイテムにはアクセスできません。おそらくこれらのアイテ"
|
|
"ムはまだ同期(ダウンロード)されていないものと考えられます。"
|
|
|
|
#: ReactNativeClient/lib/components/screens/encryption-config.js:258
|
|
msgid "Disable encryption"
|
|
msgstr "暗号化を無効にする"
|
|
|
|
#: ReactNativeClient/lib/components/screens/encryption-config.js:258
|
|
msgid "Enable encryption"
|
|
msgstr "暗号化を有効にする"
|
|
|
|
#: ReactNativeClient/lib/components/screens/encryption-config.js:264
|
|
#: ReactNativeClient/lib/components/screens/config.js:316
|
|
msgid "Encryption Config"
|
|
msgstr "暗号化の設定"
|
|
|
|
#: ReactNativeClient/lib/components/screens/encryption-config.js:268
|
|
msgid ""
|
|
"For more information about End-To-End Encryption (E2EE) and advice on how to "
|
|
"enable it please check the documentation:"
|
|
msgstr ""
|
|
"エンドツーエンド暗号化(E2EE)に関する詳細な情報と有効化の手順については、次の"
|
|
"ドキュメントをご覧ください:"
|
|
|
|
#: ReactNativeClient/lib/components/screens/log.js:100
|
|
#: ReactNativeClient/lib/components/screens/config.js:439
|
|
msgid "Log"
|
|
msgstr "ログ"
|
|
|
|
#: ReactNativeClient/lib/components/screens/log.js:117
|
|
msgid "Show all"
|
|
msgstr "すべて表示"
|
|
|
|
#: ReactNativeClient/lib/components/screens/log.js:117
|
|
msgid "Errors only"
|
|
msgstr "エラーのみ"
|
|
|
|
#: ReactNativeClient/lib/components/screens/config.js:50
|
|
msgid "Warning"
|
|
msgstr "警告"
|
|
|
|
#: ReactNativeClient/lib/components/screens/config.js:50
|
|
msgid ""
|
|
"In order to use file system synchronisation your permission to write to "
|
|
"external storage is required."
|
|
msgstr ""
|
|
"ファイルシステムの同期を使うには、外部ストレージへの書き込み権限が必要です。"
|
|
|
|
#: ReactNativeClient/lib/components/screens/config.js:436
|
|
msgid "Tools"
|
|
msgstr "ツール"
|
|
|
|
#: ReactNativeClient/lib/components/screens/config.js:438
|
|
msgid "Sync Status"
|
|
msgstr "同期の状態"
|
|
|
|
#: ReactNativeClient/lib/components/screens/config.js:441
|
|
msgid "Creating report..."
|
|
msgstr "レポート を作成中..."
|
|
|
|
#: ReactNativeClient/lib/components/screens/config.js:441
|
|
msgid "Export Debug Report"
|
|
msgstr "デバッグレポートの出力"
|
|
|
|
#: ReactNativeClient/lib/components/screens/config.js:443
|
|
msgid "Fixing search index..."
|
|
msgstr "検索インデックスの修正中..."
|
|
|
|
#: ReactNativeClient/lib/components/screens/config.js:443
|
|
msgid "Fix search index"
|
|
msgstr "検索インデックスの修正"
|
|
|
|
#: ReactNativeClient/lib/components/screens/config.js:443
|
|
msgid ""
|
|
"Use this to rebuild the search index if there is a problem with search. It "
|
|
"may take a long time depending on the number of notes."
|
|
msgstr ""
|
|
"検索に問題がある場合は、これを利用して検索インデックスの再構築を行います。"
|
|
"ノートの数に依存して、時間がかかる場合があります。"
|
|
|
|
#: ReactNativeClient/lib/components/screens/config.js:446
|
|
msgid "Exporting profile..."
|
|
msgstr "プロファイルのエクスポート中..."
|
|
|
|
#: ReactNativeClient/lib/components/screens/config.js:446
|
|
msgid "Export profile"
|
|
msgstr "プロファイルをエクスポート"
|
|
|
|
#: ReactNativeClient/lib/components/screens/config.js:446
|
|
msgid "For debugging purpose only: export your profile to an external SD card."
|
|
msgstr "デバッグ専用: プロファイルを外部SDカードにエクスポートします。"
|
|
|
|
#: ReactNativeClient/lib/components/screens/config.js:461
|
|
msgid "More information"
|
|
msgstr "詳細情報"
|
|
|
|
#: ReactNativeClient/lib/components/screens/config.js:471
|
|
msgid ""
|
|
"To work correctly, the app needs the following permissions. Please enable "
|
|
"them in your phone settings, in Apps > Joplin > Permissions"
|
|
msgstr ""
|
|
"正しく動作するには、次の権限が必要です。スマートフォンのアプリ情報 > Joplin "
|
|
"> 権限 で有効にしてください"
|
|
|
|
#: ReactNativeClient/lib/components/screens/config.js:474
|
|
msgid ""
|
|
"- Storage: to allow attaching files to notes and to enable filesystem "
|
|
"synchronisation."
|
|
msgstr ""
|
|
"- ストレージ: ノートにファイルを添付するのとファイルシステムの同期に必要で"
|
|
"す。"
|
|
|
|
#: ReactNativeClient/lib/components/screens/config.js:477
|
|
msgid "- Camera: to allow taking a picture and attaching it to a note."
|
|
msgstr "- カメラ: 撮った写真をノートに添付するのに必要です。"
|
|
|
|
#: ReactNativeClient/lib/components/screens/config.js:480
|
|
msgid "- Location: to allow attaching geo-location information to a note."
|
|
msgstr "- 位置情報: ノートに位置情報を添付するのに必要です。"
|
|
|
|
#: ReactNativeClient/lib/components/screens/config.js:509
|
|
msgid "Joplin website"
|
|
msgstr "JoplinのWebサイト"
|
|
|
|
#: ReactNativeClient/lib/components/screens/config.js:537
|
|
#, javascript-format
|
|
msgid "Database v%s"
|
|
msgstr "データベース v%s"
|
|
|
|
#: ReactNativeClient/lib/components/screens/config.js:543
|
|
#, javascript-format
|
|
msgid "FTS enabled: %d"
|
|
msgstr "FTS有効: %d"
|
|
|
|
#: ReactNativeClient/lib/components/screens/note.js:97
|
|
msgid "This note has been modified:"
|
|
msgstr "ノートは変更されています:"
|
|
|
|
#: ReactNativeClient/lib/components/screens/note.js:97
|
|
msgid "Save changes"
|
|
msgstr "変更を保存"
|
|
|
|
#: ReactNativeClient/lib/components/screens/note.js:97
|
|
msgid "Discard changes"
|
|
msgstr "変更を破棄"
|
|
|
|
#: ReactNativeClient/lib/components/screens/note.js:161
|
|
#, javascript-format
|
|
msgid "No item with ID %s"
|
|
msgstr "ID %s のアイテムはありません"
|
|
|
|
#: ReactNativeClient/lib/components/screens/note.js:180
|
|
msgid "This attachment is not downloaded or not decrypted yet."
|
|
msgstr "この添付ファイルはダウンロードされていないか、まだ復号されていません。"
|
|
|
|
#: ReactNativeClient/lib/components/screens/note.js:184
|
|
#, javascript-format
|
|
msgid "The Joplin mobile app does not currently support this type of link: %s"
|
|
msgstr "Joplinモバイルアプリは次のタイプのリンクをまだサポートしていません: %s"
|
|
|
|
#: ReactNativeClient/lib/components/screens/note.js:188
|
|
#, javascript-format
|
|
msgid "Links with protocol \"%s\" are not supported"
|
|
msgstr "プロトコル \"%s\" でのリンクはサポートされていません"
|
|
|
|
#: ReactNativeClient/lib/components/screens/note.js:618
|
|
#, javascript-format
|
|
msgid "Unsupported image type: %s"
|
|
msgstr "サポートされていない画像の形式: %s"
|
|
|
|
#: ReactNativeClient/lib/components/screens/note.js:774
|
|
#, javascript-format
|
|
msgid "Updated: %s"
|
|
msgstr "アップデート: %s"
|
|
|
|
#: ReactNativeClient/lib/components/screens/note.js:778
|
|
msgid "View on map"
|
|
msgstr "地図上に表示"
|
|
|
|
#: ReactNativeClient/lib/components/screens/note.js:785
|
|
msgid "Go to source URL"
|
|
msgstr "ソースURLに行く"
|
|
|
|
#: ReactNativeClient/lib/components/screens/note.js:813
|
|
msgid "Attach..."
|
|
msgstr "添付..."
|
|
|
|
#: ReactNativeClient/lib/components/screens/note.js:815
|
|
msgid "Choose an option"
|
|
msgstr "オプションを選択"
|
|
|
|
#: ReactNativeClient/lib/components/screens/note.js:815
|
|
msgid "Take photo"
|
|
msgstr "写真を撮影する"
|
|
|
|
#: ReactNativeClient/lib/components/screens/note.js:815
|
|
msgid "Attach photo"
|
|
msgstr "写真を添付"
|
|
|
|
#: ReactNativeClient/lib/components/screens/note.js:815
|
|
msgid "Attach any file"
|
|
msgstr "ファイルを添付"
|
|
|
|
#: ReactNativeClient/lib/components/screens/note.js:834
|
|
msgid "Share"
|
|
msgstr "共有"
|
|
|
|
#: ReactNativeClient/lib/components/screens/note.js:848
|
|
msgid "Convert to note"
|
|
msgstr "ノートに変換"
|
|
|
|
#: ReactNativeClient/lib/components/screens/note.js:848
|
|
msgid "Convert to todo"
|
|
msgstr "ToDoに変換"
|
|
|
|
#: ReactNativeClient/lib/components/screens/note.js:862
|
|
msgid "Properties"
|
|
msgstr "プロパティ"
|
|
|
|
#: ReactNativeClient/lib/components/screens/note.js:1042
|
|
#: ReactNativeClient/lib/components/screens/note.js:1100
|
|
msgid "Add body"
|
|
msgstr "本文を追加"
|
|
|
|
#: ReactNativeClient/lib/components/screens/note.js:1150
|
|
msgid "Add title"
|
|
msgstr "題名を追加"
|
|
|
|
#: ReactNativeClient/lib/components/screens/search.js:163
|
|
msgid "Search"
|
|
msgstr "検索"
|
|
|
|
#: ReactNativeClient/lib/onedrive-api.js:342
|
|
msgid ""
|
|
"Cannot refresh token: authentication data is missing. Starting the "
|
|
"synchronisation again may fix the problem."
|
|
msgstr ""
|
|
"トークンの更新ができませんでした。認証データがありません。同期を再度行うこと"
|
|
"で解決することがあります。"
|
|
|
|
#: ReactNativeClient/lib/synchronizer.js:94
|
|
#, javascript-format
|
|
msgid "Created local items: %d."
|
|
msgstr "ローカルアイテムの作成: %d."
|
|
|
|
#: ReactNativeClient/lib/synchronizer.js:95
|
|
#, javascript-format
|
|
msgid "Updated local items: %d."
|
|
msgstr "ローカルアイテムの更新: %d."
|
|
|
|
#: ReactNativeClient/lib/synchronizer.js:96
|
|
#, javascript-format
|
|
msgid "Created remote items: %d."
|
|
msgstr "リモートアイテムの作成: %d."
|
|
|
|
#: ReactNativeClient/lib/synchronizer.js:97
|
|
#, javascript-format
|
|
msgid "Updated remote items: %d."
|
|
msgstr "リモートアイテムの更新: %d."
|
|
|
|
#: ReactNativeClient/lib/synchronizer.js:98
|
|
#, javascript-format
|
|
msgid "Deleted local items: %d."
|
|
msgstr "ローカルアイテムの削除: %d."
|
|
|
|
#: ReactNativeClient/lib/synchronizer.js:99
|
|
#, javascript-format
|
|
msgid "Deleted remote items: %d."
|
|
msgstr "リモートアイテムの削除: %d."
|
|
|
|
#: ReactNativeClient/lib/synchronizer.js:100
|
|
#, javascript-format
|
|
msgid "Fetched items: %d/%d."
|
|
msgstr "取得したアイテム: %d/%d."
|
|
|
|
#: ReactNativeClient/lib/synchronizer.js:102
|
|
msgid "Cancelling..."
|
|
msgstr "中止中..."
|
|
|
|
#: ReactNativeClient/lib/synchronizer.js:103
|
|
#, javascript-format
|
|
msgid "Completed: %s"
|
|
msgstr "完了: %s"
|
|
|
|
#: ReactNativeClient/lib/synchronizer.js:104
|
|
#, javascript-format
|
|
msgid "Last error: %s"
|
|
msgstr "最新のエラー: %s"
|
|
|
|
#: ReactNativeClient/lib/synchronizer.js:204
|
|
msgid "Idle"
|
|
msgstr "待機中"
|
|
|
|
#: ReactNativeClient/lib/synchronizer.js:205
|
|
msgid "In progress"
|
|
msgstr "実行中"
|
|
|
|
#: ReactNativeClient/lib/JoplinServerApi.js:71
|
|
#, javascript-format
|
|
msgid ""
|
|
"Could not connect to the Joplin Nextcloud app. Please check the "
|
|
"configuration in the Synchronisation config screen. Full error was:\n"
|
|
"\n"
|
|
"%s"
|
|
msgstr ""
|
|
"Joplin Nextcloudアプリに接続できませんでした。同期設定を確認してください。発"
|
|
"生したエラーの内容は次のとおりです:\n"
|
|
"\n"
|
|
"%s"
|
|
|
|
#: ReactNativeClient/lib/SyncTargetNextcloud.js:26
|
|
msgid "Nextcloud"
|
|
msgstr "Nextcloud"
|
|
|
|
#: ReactNativeClient/lib/SyncTargetWebDAV.js:23
|
|
msgid "WebDAV"
|
|
msgstr "WebDAV"
|
|
|
|
#: ReactNativeClient/lib/SyncTargetFilesystem.js:18
|
|
msgid "File system"
|
|
msgstr "ファイルシステム"
|
|
|
|
#: ReactNativeClient/lib/commands/historyForward.js:16
|
|
msgid "Forward"
|
|
msgstr "進む"
|
|
|
|
#: ReactNativeClient/lib/commands/synchronize.js:17
|
|
msgid "Synchronize"
|
|
msgstr "同期"
|
|
|
|
#: ReactNativeClient/lib/services/InteropService_Exporter_Jex.js:29
|
|
msgid "There is no data to export."
|
|
msgstr "エクスポートするデータがありません。"
|
|
|
|
#: ReactNativeClient/lib/services/RevisionService.js:215
|
|
msgid "Restored Notes"
|
|
msgstr "復元されたノート"
|
|
|
|
#: ReactNativeClient/lib/services/InteropService_Importer_Md.js:29
|
|
msgid "Please specify the notebook where the notes should be imported to."
|
|
msgstr "ノートをどのノートブックにインポートするのか指定してください。"
|
|
|
|
#: ReactNativeClient/lib/services/report.js:121
|
|
msgid "Items that cannot be synchronised"
|
|
msgstr "同期ができなかったアイテム"
|
|
|
|
#: ReactNativeClient/lib/services/report.js:123
|
|
msgid ""
|
|
"These items will remain on the device but will not be uploaded to the sync "
|
|
"target. In order to find these items, either search for the title or the ID "
|
|
"(which is displayed in brackets above)."
|
|
msgstr ""
|
|
"これらのアイテムはデバイスに残りましたが、同期先にアップロードされません。そ"
|
|
"のようなアイテムを探すには、題名またはID(上記の括弧内に表示されている)で検索"
|
|
"してください。"
|
|
|
|
#: ReactNativeClient/lib/services/report.js:130
|
|
#, javascript-format
|
|
msgid "%s (%s) could not be uploaded: %s"
|
|
msgstr "%s (%s)はアップロードできませんでした:%s"
|
|
|
|
#: ReactNativeClient/lib/services/report.js:132
|
|
#, javascript-format
|
|
msgid "Item \"%s\" could not be downloaded: %s"
|
|
msgstr "アイテム \"%s\" はダウンロードできませんでした:%s"
|
|
|
|
#: ReactNativeClient/lib/services/report.js:142
|
|
msgid "Items that cannot be decrypted"
|
|
msgstr "復号ができなかったアイテム"
|
|
|
|
#: ReactNativeClient/lib/services/report.js:144
|
|
msgid ""
|
|
"Joplin failed to decrypt these items multiple times, possibly because they "
|
|
"are corrupted or too large. These items will remain on the device but Joplin "
|
|
"will no longer attempt to decrypt them."
|
|
msgstr ""
|
|
"Joplinはアイテムが破損もしくは大きすぎるため、これらのアイテムの復号化に複数"
|
|
"回失敗しました。これらのアイテムはデバイス上に残りますが、Joplinはこれらの復"
|
|
"号化は行いません。"
|
|
|
|
#: ReactNativeClient/lib/services/report.js:182
|
|
msgid "Attachments"
|
|
msgstr "添付ファイル"
|
|
|
|
#: ReactNativeClient/lib/services/report.js:190
|
|
msgid "Downloaded and decrypted"
|
|
msgstr "ダウンロード済み(復号済み)"
|
|
|
|
#: ReactNativeClient/lib/services/report.js:190
|
|
#: ReactNativeClient/lib/services/report.js:191
|
|
#: ReactNativeClient/lib/services/report.js:194
|
|
#, javascript-format
|
|
msgid "%s: %d"
|
|
msgstr "%s: %d"
|
|
|
|
#: ReactNativeClient/lib/services/report.js:191
|
|
msgid "Downloaded and encrypted"
|
|
msgstr "ダウンロード済み(未復号)"
|
|
|
|
#: ReactNativeClient/lib/services/report.js:204
|
|
msgid "Attachments that could not be downloaded"
|
|
msgstr "ダウンロードできなかった添付ファイル"
|
|
|
|
#: ReactNativeClient/lib/services/report.js:209
|
|
#, javascript-format
|
|
msgid "%s (%s): %s"
|
|
msgstr "%s (%s): %s"
|
|
|
|
#: ReactNativeClient/lib/services/report.js:222
|
|
msgid "Sync status (synced items / total items)"
|
|
msgstr "同期状況 (同期済/総数)"
|
|
|
|
#: ReactNativeClient/lib/services/report.js:226
|
|
#, javascript-format
|
|
msgid "%s: %d/%d"
|
|
msgstr "%s: %d/%d"
|
|
|
|
#: ReactNativeClient/lib/services/report.js:229
|
|
#, javascript-format
|
|
msgid "Total: %d/%d"
|
|
msgstr "総数: %d/%d"
|
|
|
|
#: ReactNativeClient/lib/services/report.js:231
|
|
#, javascript-format
|
|
msgid "Conflicted: %d"
|
|
msgstr "衝突: %d"
|
|
|
|
#: ReactNativeClient/lib/services/report.js:232
|
|
#, javascript-format
|
|
msgid "To delete: %d"
|
|
msgstr "削除予定: %d"
|
|
|
|
#: ReactNativeClient/lib/services/report.js:236
|
|
msgid "Folders"
|
|
msgstr "フォルダー"
|
|
|
|
#: ReactNativeClient/lib/services/report.js:244
|
|
#, javascript-format
|
|
msgid "%s: %d notes"
|
|
msgstr "%s: %d ノート"
|
|
|
|
#: ReactNativeClient/lib/services/report.js:252
|
|
msgid "Coming alarms"
|
|
msgstr "直近のアラーム"
|
|
|
|
#: ReactNativeClient/lib/services/report.js:257
|
|
#, javascript-format
|
|
msgid "On %s: %s"
|
|
msgstr "日時 %s: %s"
|
|
|
|
#: ReactNativeClient/lib/services/InteropService.js:29
|
|
#: ReactNativeClient/lib/services/InteropService.js:68
|
|
msgid "Joplin Export File"
|
|
msgstr "Joplin エクスポートファイル"
|
|
|
|
#: ReactNativeClient/lib/services/InteropService.js:36
|
|
#: ReactNativeClient/lib/services/InteropService.js:83
|
|
msgid "Markdown"
|
|
msgstr "Markdown"
|
|
|
|
#: ReactNativeClient/lib/services/InteropService.js:41
|
|
#: ReactNativeClient/lib/services/InteropService.js:73
|
|
msgid "Joplin Export Directory"
|
|
msgstr "Joplin エクスポートディレクトリ"
|
|
|
|
#: ReactNativeClient/lib/services/InteropService.js:47
|
|
msgid "Evernote Export File (as Markdown)"
|
|
msgstr "Evernote エクスポートファイル (Markdownとしてインポート)"
|
|
|
|
#: ReactNativeClient/lib/services/InteropService.js:55
|
|
msgid "Evernote Export File (as HTML)"
|
|
msgstr "Evernote エクスポートファイル (HTMLとしてインポート)"
|
|
|
|
#: ReactNativeClient/lib/services/InteropService.js:78
|
|
msgid "Json Export Directory"
|
|
msgstr "Json エクスポートディレクトリ"
|
|
|
|
#: ReactNativeClient/lib/services/InteropService.js:90
|
|
msgid "HTML File"
|
|
msgstr "HTMLファイル"
|
|
|
|
#: ReactNativeClient/lib/services/InteropService.js:95
|
|
msgid "HTML Directory"
|
|
msgstr "HTMLディレクトリ"
|
|
|
|
#: ReactNativeClient/lib/services/InteropService.js:128
|
|
msgid "File"
|
|
msgstr "ファイル"
|
|
|
|
#: ReactNativeClient/lib/services/InteropService.js:128
|
|
msgid "Directory"
|
|
msgstr "ディレクトリ"
|
|
|
|
#: ReactNativeClient/lib/services/InteropService.js:174
|
|
#, javascript-format
|
|
msgid "Cannot load \"%s\" module for format \"%s\" and output \"%s\""
|
|
msgstr "\"%s\" モジュール (\"%s / %s\" フォーマット用) を読み込めません"
|
|
|
|
#: ReactNativeClient/lib/services/InteropService.js:232
|
|
#, javascript-format
|
|
msgid "Please specify import format for %s"
|
|
msgstr "%s 用のインポートフォーマットを指定してくださあい"
|
|
|
|
#: ReactNativeClient/lib/services/InteropService.js:361
|
|
#, javascript-format
|
|
msgid ""
|
|
"This item is currently encrypted: %s \"%s\". Please wait for all items to be "
|
|
"decrypted and try again."
|
|
msgstr ""
|
|
"このアイテムは現在暗号化されています: %s \"%s\" すべてのアイテムの復号が終わ"
|
|
"るまで待ち、もう一度実行してください。"
|
|
|
|
#~ msgid "Add or remove tags"
|
|
#~ msgstr "タグの追加と削除"
|
|
|
|
#~ msgid "Link"
|
|
#~ msgstr "リンク"
|
|
|
|
#~ msgid "Front"
|
|
#~ msgstr "進む"
|
|
|
|
#~ msgid "Content properties"
|
|
#~ msgstr "ノート内容のプロパティ"
|
|
|
|
#~ msgid "Split"
|
|
#~ msgstr "分割ビュー"
|
|
|
|
#~ msgid "Information"
|
|
#~ msgstr "情報"
|
|
|
|
#~ msgid "Resources"
|
|
#~ msgstr "リソース一覧"
|
|
|
|
#~ msgid ""
|
|
#~ "Disabling encryption means *all* your notes and attachments are going to "
|
|
#~ "be re-synchronised and sent unencrypted to the sync target. Do you wish "
|
|
#~ "to continue?"
|
|
#~ msgstr ""
|
|
#~ "暗号化を無効にするとは、*すべて*のノートや添付ファイルを再同期し、同期ター"
|
|
#~ "ゲットに暗号化を解除した状態で送ることを意味します。本当に継続しますか?"
|
|
|
|
#~ msgid "Master Keys"
|
|
#~ msgstr "マスターキー"
|
|
|
|
#~ msgid "Active"
|
|
#~ msgstr "アクティブ"
|
|
|
|
#~ msgid "Source"
|
|
#~ msgstr "ソース"
|
|
|
|
#~ msgid "Password"
|
|
#~ msgstr "パスワード"
|
|
|
|
#~ msgid "Password OK"
|
|
#~ msgstr "パスワード OK"
|
|
|
|
#~ msgid ""
|
|
#~ "Note: Only one master key is going to be used for encryption (the one "
|
|
#~ "marked as \"active\"). Any of the keys might be used for decryption, "
|
|
#~ "depending on how the notes or notebooks were originally encrypted."
|
|
#~ msgstr ""
|
|
#~ "注意:暗号化に使用されるのはその時点で\"アクティブ\"なマスターキーのみで"
|
|
#~ "す。なお、復号時には対象のノートやノートブックを暗号化するときに使ったキー"
|
|
#~ "が使用されます。"
|
|
|
|
#, fuzzy
|
|
#~ msgid "marked text"
|
|
#~ msgstr "文字の強調"
|
|
|
|
#~ msgid "Global zoom percentage"
|
|
#~ msgstr "全体ズームの割合"
|
|
|
|
#~ msgid "Writes all settings to STDOUT as JSON including secure variables."
|
|
#~ msgstr ""
|
|
#~ "すべての設定(パスワード等を含む)をJSON形式で標準出力に書き出します。"
|
|
|
|
#~ msgid "Reads in JSON formatted settings from STDIN."
|
|
#~ msgstr "標準入力からJSON形式の設定を読み込みます。"
|
|
|
|
#~ msgid "Reads in settings from <file>. <file> must contain valid JSON."
|
|
#~ msgstr "<file> からJSON形式の設定を読み込みます。"
|
|
|
|
#~ msgid "All potential ports are in use - please report the issue at %s"
|
|
#~ msgstr "使用候補のポートはすべて利用中です - 問題を %s に報告してください"
|
|
|
|
#~ msgid "Synchronisation is already in progress. State: %s"
|
|
#~ msgstr "同期作業はすでに実行中です。状態: %s"
|
|
|
|
#~ msgid "Confirm master password:"
|
|
#~ msgstr "マスターパスワード(確認用):"
|
|
|
|
#~ msgid "Confirm password"
|
|
#~ msgstr "パスワード(確認用)"
|
|
|
|
#, fuzzy
|
|
#~ msgid "Missing required argument: note"
|
|
#~ msgstr "引数が足りません:%s"
|
|
|
|
#~ msgid "Starting to edit note. Close the editor to get back to the prompt."
|
|
#~ msgstr ""
|
|
#~ "ノートの編集を開始します。エディターを閉じると元の画面に戻ることができま"
|
|
#~ "す。"
|
|
|
|
#~ msgid "Note has been saved."
|
|
#~ msgstr "ノートは保存されました。"
|
|
|
|
#~ msgid "Synchronisation status"
|
|
#~ msgstr "同期状況"
|
|
|
|
#~ msgid "General Options"
|
|
#~ msgstr "全般のオプション"
|
|
|
|
#~ msgid "Encryption options"
|
|
#~ msgstr "暗号化のオプション"
|
|
|
|
#~ msgid "Encryption Options"
|
|
#~ msgstr "暗号化のオプション"
|
|
|
|
#~ msgid "Clipper Options"
|
|
#~ msgstr "Clipperのオプション"
|
|
|
|
#~ msgid ""
|
|
#~ "Unknown item type downloaded - please upgrade Joplin to the latest version"
|
|
#~ msgstr ""
|
|
#~ "不明なアイテムタイプをダウンロードしました - 最新のJoplinにアップデートし"
|
|
#~ "てください"
|
|
|
|
#, fuzzy
|
|
#~ msgid "Permission to write to external storage"
|
|
#~ msgstr "カメラ使用の許可"
|
|
|
|
#~ msgid "Cancel synchronisation"
|
|
#~ msgstr "同期の中止"
|
|
|
|
#~ msgid "Hide metadata"
|
|
#~ msgstr "メタデータを隠す"
|
|
|
|
#~ msgid "Show metadata"
|
|
#~ msgstr "メタデータを表示"
|
|
|
|
#~ msgid "Delete notebook"
|
|
#~ msgstr "ノートブックを削除"
|
|
|
|
#~ msgid ""
|
|
#~ "Click on the (+) button to create a new note or notebook. Click on the "
|
|
#~ "side menu to access your existing notebooks."
|
|
#~ msgstr ""
|
|
#~ "(+)ボタンを押してノートやノートブックを作成してください。サイドメニューか"
|
|
#~ "らあなたのノートブックにアクセスができます。"
|
|
|
|
#~ msgid ""
|
|
#~ "You currently have no notebook. Create one by clicking on (+) button."
|
|
#~ msgstr ""
|
|
#~ "ノートブックがありません。(+)をクリックして新しいノートブックを作成してく"
|
|
#~ "ださい。"
|
|
|
|
#~ msgid "Welcome"
|
|
#~ msgstr "ようこそ"
|
|
|
|
#~ msgid "Separate each tag by a comma."
|
|
#~ msgstr "それぞれのタグをカンマ(,)で区切ってください。"
|
|
|
|
#~ msgid ""
|
|
#~ "The path to synchronise with when file system synchronisation is enabled. "
|
|
#~ "See `sync.target`."
|
|
#~ msgstr ""
|
|
#~ "ファイルシステム同期の有効時に同期を行うパスです。`sync.target`も参考にし"
|
|
#~ "てください。"
|
|
|
|
#~ msgid "State: %s."
|
|
#~ msgstr "状態: \"%s\"."
|
|
|
|
#~ msgid "A notebook with this title already exists: \"%s\""
|
|
#~ msgstr "次の名前のノートブックはすでに存在しています: \"%s\""
|
|
|
|
#~ msgid "Searches"
|
|
#~ msgstr "検索"
|
|
|
|
#~ msgid "Imports an Evernote notebook file (.enex file)."
|
|
#~ msgstr "Evernoteノートブックファイル(.enex)のインポート"
|
|
|
|
#~ msgid ""
|
|
#~ "File \"%s\" will be imported into existing notebook \"%s\". Continue?"
|
|
#~ msgstr ""
|
|
#~ "ファイル \"%s\" はノートブック \"%s\"に取り込まれます。よろしいですか?"
|
|
|
|
#~ msgid ""
|
|
#~ "New notebook \"%s\" will be created and file \"%s\" will be imported into "
|
|
#~ "it. Continue?"
|
|
#~ msgstr ""
|
|
#~ "新しいノートブック\"%s\"が作成され、ファイル\"%s\"が取り込まれます。よろし"
|
|
#~ "いですか?"
|
|
|
|
#~ msgid "Import Evernote notes"
|
|
#~ msgstr "Evernoteのインポート"
|
|
|
|
#~ msgid "Give focus to next pane"
|
|
#~ msgstr "次のペインへ"
|
|
|
|
#~ msgid "Give focus to previous pane"
|
|
#~ msgstr "前のペインへ"
|
|
|
|
#~ msgid "Exit command line mode"
|
|
#~ msgstr "コマンドラインモードの終了"
|
|
|
|
#~ msgid "Edit the selected note"
|
|
#~ msgstr "選択したノートを編集"
|
|
|
|
#~ msgid "Cancel the current command."
|
|
#~ msgstr "現在のコマンドをキャンセル"
|
|
|
|
#~ msgid "Exit the application."
|
|
#~ msgstr "アプリケーションを終了する"
|
|
|
|
#~ msgid "Set a to-do as completed / not completed"
|
|
#~ msgstr "ToDoを完了/未完に設定"
|
|
|
|
#~ msgid "[t]oggle [c]onsole between maximized/minimized/hidden/visible."
|
|
#~ msgstr "コンソールを最大表示/最小表示/非表示/可視で切り替える([t][c])"
|
|
|
|
#~ msgid "[t]oggle note [m]etadata."
|
|
#~ msgstr "ノートのメタ情報を切り替える [tm]"
|
|
|
|
#~ msgid "[M]ake a new [n]ote"
|
|
#~ msgstr "新しいノートの作成 [mn]"
|
|
|
|
#~ msgid "[M]ake a new [t]odo"
|
|
#~ msgstr "新しいToDoの作成 [mt]"
|
|
|
|
#~ msgid "[M]ake a new note[b]ook"
|
|
#~ msgstr "新しいノートブックの作成 [mb]"
|
|
|
|
#~ msgid "Copy ([Y]ank) the [n]ote to a notebook."
|
|
#~ msgstr "ノートをノートブックにコピー [yn]"
|
|
|
|
#~ msgid "Move the note to a notebook."
|
|
#~ msgstr "ノートをノートブックに移動"
|
|
|
|
#~ msgid ""
|
|
#~ "The target to synchonise to. If synchronising with the file system, set "
|
|
#~ "`sync.2.path` to specify the target directory."
|
|
#~ msgstr ""
|
|
#~ "同期先です。ローカルのファイルシステムと同期する場合は、`sync.2.path`を同"
|
|
#~ "期先のディレクトリに設定してください。"
|
|
|
|
#~ msgid "To-do title:"
|
|
#~ msgstr "ToDoの題名:"
|