Files
Notes/app/src/main/res/values-ja/strings.xml
2017-03-19 00:06:43 +01:00

60 lines
3.8 KiB
XML

<resources>
<string name="app_name">Simple Notes</string>
<string name="app_launcher_name">メモ</string>
<string name="widget_config">シンプルメモのご利用ありがとうございます。\n他のシンプルアプリは SimpleMobileTools.com をご覧ください。\n</string>
<string name="cannot_share_empty_text">空のテキストは共有できません</string>
<string name="simple_note">シンプル メモ</string>
<string name="new_note">新しいメモを追加</string>
<string name="no_title">メモに名前をつけてください</string>
<string name="title_taken">そのタイトルのメモはすでに存在します</string>
<string name="open_note">メモを開く</string>
<string name="delete_note">メモを削除</string>
<string name="delete_note_prompt_title">メモを削除</string>
<string name="delete_note_prompt_message">メモ \"%1$s\" を削除してもよろしいですか?</string>
<string name="pick_a_note">メモを選択</string>
<string name="rename_note">メモの名前を変更</string>
<string name="general_note">全般メモ</string>
<!-- File notes -->
<string name="open_file">Open file</string>
<string name="export_as_file">Export as file</string>
<string name="file_too_large">File too large, the limit is 10MB</string>
<string name="only_import_file_content">Only import the file content</string>
<string name="update_file_at_note">Update the file itself at updating the note</string>
<string name="delete_file_itself">Also delete file \"%1$s\"</string>
<string name="note_saved_successfully">Note \"%1$s\" saved successfully</string>
<string name="display_success_message">Display save success messages</string>
<!-- Settings -->
<string name="note_font_size">メモのフォントサイズ</string>
<string name="links_and_emails_clickable">Make links and emails clickable</string>
<string name="widget_note">ウィジェットで使用するメモ</string>
<string name="small"></string>
<string name="normal">通常</string>
<string name="large"></string>
<string name="extra_large">特大</string>
<string name="gravity">重力</string>
<string name="left"></string>
<string name="center">中央</string>
<string name="right"></string>
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
<!-- Short description has to have less than 80 chars -->
<string name="app_short_description">簡単なメモを追加するためのシンプルなテキストフィールド。広告はありません。</string>
<string name="app_long_description">
何か買うもの、住所、またはスタートアップのアイデアをすばやくメモする必要がありますか? それなら、これがあなたが探していたアプリです! 複雑なセットアップ手順は必要ありません。 思いついたものを入力するだけです。 自動保存機能が付いているので、誤って変更内容を破棄することはありません。 複数の独立したメモの作成をサポートしています。
カスタマイズ可能でサイズ変更可能なウィジェットを使用すると、すぐにノートにアクセスできます。クリックするとアプリが開きます。
広告や不要なアクセス許可は含まれていません。 完全にオープンソースで、ダークテーマも提供しています。
このアプリは、大きな一連のアプリの一つです。 他のアプリは http://www.simplemobiletools.com で見つけることができます
</string>
<!--
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/library/src/main/res
-->
</resources>