|
13 | 13 | <string name="pick_a_note">メモを選択</string> |
14 | 14 | <string name="rename_note">メモの名前を変更</string> |
15 | 15 | <string name="general_note">全般メモ</string> |
16 | | - <string name="create_new_note">Create a new note</string> |
17 | | - <string name="add_to_note">Add to note</string> |
18 | | - <string name="unsaved_changes_warning">You have some unsaved changes. What do you want to do with them?</string> |
19 | | - <string name="note_shown_widget">Note shown in the widget:</string> |
20 | | - <string name="new_note_type">New note type:</string> |
21 | | - <string name="text_note">Text note</string> |
| 16 | + <string name="create_new_note">新しいメモを作成</string> |
| 17 | + <string name="add_to_note">メモに追加</string> |
| 18 | + <string name="unsaved_changes_warning">未保存の変更があります。どのように対応しますか?</string> |
| 19 | + <string name="note_shown_widget">ウィジェットに表示中のメモ:</string> |
| 20 | + <string name="new_note_type">新しいメモの種類:</string> |
| 21 | + <string name="text_note">テキストメモ</string> |
22 | 22 |
|
23 | 23 | <!-- File notes --> |
24 | | - <string name="open_file">Open file</string> |
25 | | - <string name="export_as_file">Export as file</string> |
26 | | - <string name="file_too_large">File too large, the limit is 10MB</string> |
27 | | - <string name="only_import_file_content">Only import the file content\n(changing the file will not affect the note)</string> |
28 | | - <string name="update_file_at_note">Update the file itself at updating the note\n(note gets deleted if file gets deleted, or path changes)</string> |
29 | | - <string name="delete_file_itself">Also delete file \"%s\"</string> |
30 | | - <string name="note_saved_successfully">Note \"%s\" saved successfully</string> |
31 | | - <string name="note_exported_successfully">Note \"%s\" exported successfully</string> |
32 | | - <string name="only_export_file_content">Only export the current file content\n(changing the note will not affect the file)</string> |
| 24 | + <string name="open_file">ファイルを開く</string> |
| 25 | + <string name="export_as_file">ファイルとしてエクスポート</string> |
| 26 | + <string name="file_too_large">ファイルが大きすぎます (最大:10MBまで)</string> |
| 27 | + <string name="only_import_file_content">ファイルの内容のみインポートする\n(メモを編集してもファイルには影響しません)</string> |
| 28 | + <string name="update_file_at_note">メモを更新するとき、ファイル自体も更新する\n(ファイルが削除、またはパスが変更された場合、メモも削除されます)</string> |
| 29 | + <string name="delete_file_itself">ファイル \"%s\" も削除する</string> |
| 30 | + <string name="note_saved_successfully">メモ \"%s\" は正常に保存されました</string> |
| 31 | + <string name="note_exported_successfully">メモ \"%s\" は正常にエクスポートされました</string> |
| 32 | + <string name="only_export_file_content">現在のファイルの内容のみエクスポートする\n(メモを編集してもファイルには影響しません)</string> |
33 | 33 |
|
34 | 34 | <!-- Settings --> |
35 | | - <string name="display_success_message">Display save success messages</string> |
36 | | - <string name="links_and_emails_clickable">Make links and emails clickable</string> |
37 | | - <string name="place_cursor_end">Place cursor to the end of note</string> |
38 | | - <string name="monospaced_font">Use monospaced font</string> |
39 | | - <string name="show_keyboard">Show keyboard on startup</string> |
40 | | - <string name="show_word_count">Show word count</string> |
41 | | - <string name="alignment">重力</string> |
| 35 | + <string name="display_success_message">正常保存時にメッセージを表示する</string> |
| 36 | + <string name="links_and_emails_clickable">URLとメールアドレスのリンクを有効にする</string> |
| 37 | + <string name="place_cursor_end">メモの最後にカーソルを移動する</string> |
| 38 | + <string name="monospaced_font">等幅フォントを使用する</string> |
| 39 | + <string name="show_keyboard">起動時にキーボードを表示する</string> |
| 40 | + <string name="show_word_count">単語数を表示する</string> |
| 41 | + <string name="alignment">配置</string> |
42 | 42 | <string name="left">左</string> |
43 | 43 | <string name="center">中央</string> |
44 | 44 | <string name="right">右</string> |
45 | 45 | <string name="widget_note">ウィジェットで使用するメモ</string> |
46 | | - <string name="show_note_picker">Show a note picker on startup</string> |
47 | | - <string name="autosave_notes">Autosave notes</string> |
48 | | - <string name="enable_line_wrap">Enable line wrap</string> |
49 | | - <string name="use_incognito_mode">Use Incognito mode of keyboards</string> |
| 46 | + <string name="show_note_picker">起動時にメモを選択する</string> |
| 47 | + <string name="autosave_notes">メモを自動保存する</string> |
| 48 | + <string name="enable_line_wrap">行の折り返しを有効にする</string> |
| 49 | + <string name="use_incognito_mode">キーボードのシークレットモードを使用する</string> |
50 | 50 |
|
51 | 51 | <!-- Checklists --> |
52 | | - <string name="checklist">Checklist</string> |
53 | | - <string name="add_new_checklist_item">Add a new checklist item</string> |
54 | | - <string name="add_new_checklist_items">Add new checklist items</string> |
55 | | - <string name="checklist_is_empty">The checklist is empty</string> |
| 52 | + <string name="checklist">チェックリスト</string> |
| 53 | + <string name="add_new_checklist_item">新しいチェックリスト項目を追加</string> |
| 54 | + <string name="add_new_checklist_items">新しいチェックリスト項目を追加</string> |
| 55 | + <string name="checklist_is_empty">チェックリストが空です</string> |
56 | 56 |
|
57 | 57 | <!-- Import / Export --> |
58 | | - <string name="export_all_notes">Export all notes as files</string> |
59 | | - <string name="import_notes">Import multiple files as notes</string> |
60 | | - <string name="import_folder">Import folder</string> |
| 58 | + <string name="export_all_notes">すべてのメモをファイルとしてエクスポート</string> |
| 59 | + <string name="import_notes">複数のファイルをメモとしてインポート</string> |
| 60 | + <string name="import_folder">フォルダからインポート</string> |
61 | 61 |
|
62 | 62 | <!-- Strings displayed only on Google Playstore. Optional, but good to have --> |
63 | 63 | <!-- Short description has to have less than 80 chars --> |
|
0 commit comments