Skip to content

Commit 118e92f

Browse files
authored
Update strings.xml
1 parent 5cf423a commit 118e92f

File tree

1 file changed

+22
-10
lines changed

1 file changed

+22
-10
lines changed

app/src/main/res/values-ja/strings.xml

Lines changed: 22 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,33 +2,45 @@
22
<resources>
33
<string name="app_name">シンプル キーボード</string>
44
<string name="app_launcher_name">キーボード</string>
5-
<string name="change_keyboard">キーボードを変更</string>
6-
<string name="clipboard">クリップボード</string>
7-
<string name="app_short_description">あらゆるテキスト、特殊文字、数字を入力するための簡単なキーボード</string>
85
<string name="redirection_note">次の画面でシンプルキーボードを有効にして、使用可能にしてください。有効になったら「戻る」を押してください。</string>
6+
<string name="change_keyboard">キーボードを変更</string>
7+
<!-- Clipboard -->
8+
<string name="manage_clipboard_items">クリップボードアイテムの管理</string>
99
<string name="manage_clipboard_empty">クリップボードが空です。</string>
10+
<string name="manage_clipboard_label">テキストをコピーすると、ここに表示されます。また、後で消えないように、クリップをピン留めしておけます。</string>
1011
<string name="clear_clipboard_data">クリップボードデータをクリア</string>
1112
<string name="clear_clipboard_data_confirmation">クリップボードのデータをクリアしてもよろしいですか?</string>
13+
<string name="clipboard">クリップボード</string>
1214
<string name="clipboard_recent">最近</string>
15+
<string name="clipboard_current">現在</string>
1316
<string name="clipboard_pinned">ピン留め</string>
1417
<string name="add_new_item">新しいアイテムを追加</string>
1518
<string name="manage_clips">クリップを管理したり、ここに追加したりしておくことで、素早くアクセスできます。</string>
1619
<string name="clip_text">テキストをクリップ</string>
17-
<string name="manage_clipboard_items">クリップボードアイテムの管理</string>
18-
<string name="manage_clipboard_label">テキストをコピーすると、ここに表示されます。また、後で消えないように、クリップをピン留めしておけます。</string>
19-
<string name="clipboard_current">現在</string>
20-
<string name="keycode_enter">エンター</string>
21-
<string name="app_title">シンプル キーボード</string>
2220
<string name="pin_text">テキストをピン留めする</string>
2321
<string name="text_pinned">テキストがピン留めされました</string>
2422
<string name="export_clipboard_items">クリップボードアイテムをエクスポート</string>
2523
<string name="import_clipboard_items">クリップボードアイテムをインポート</string>
24+
<!-- Accessibility -->
2625
<string name="keycode_delete">削除</string>
2726
<string name="keycode_mode_change">キーボードの種類を変更する</string>
2827
<string name="keycode_shift">シフト</string>
28+
<string name="keycode_enter">エンター</string>
29+
<!-- Settings -->
2930
<string name="show_clipboard_content">クリップボードの内容がある場合、それを表示する</string>
3031
<string name="show_popup">キー入力時にポップアップを表示する</string>
3132
<string name="vibrate_on_keypress">キー入力時にバイブする</string>
3233
<string name="keyboard_language">キーボードの言語</string>
33-
<string name="app_long_description"> 友達とチャットしたり、他のテキスト、数字、記号を挿入したりするのに役立つ、すばやく軽量なキーボードアプリ。マテリアルデザインとダークテーマにデフォルトで対応。 使いやすい優れたユーザーエクスペリエンスを提供します。インターネットアクセスがないため、他のアプリよりもプライバシー、セキュリティ、安定性があります。広告や不要な権限は含まれていません。完全にオープンソースで、カラーもカスタマイズ可能。 <b>シンプルツールの一覧はこちらをご覧ください: </b> https://www.simplemobiletools.com <b> Facebook: </b> https://www.facebook.com/simplemobiletools <b> Reddit: </b> https://www.reddit.com/r/SimpleMobileTools </string>
34-
</resources>
34+
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
35+
<!-- App title has to have less than 30 characters. If you cannot squeeze it, just remove a part of it -->
36+
<string name="app_title">シンプル キーボード</string>
37+
<!-- Short description has to have less than 80 chars -->
38+
<string name="app_short_description">あらゆるテキスト、特殊文字、数字を入力するための簡単なキーボード</string>
39+
<string name="app_long_description">
40+
友達とチャットしたり、他のテキスト、数字、記号を挿入したりするのに役立つ、すばやく軽量なキーボードアプリ。マテリアルデザインとダークテーマにデフォルトで対応。 使いやすい優れたユーザーエクスペリエンスを提供します。インターネットアクセスがないため、他のアプリよりもプライバシー、セキュリティ、安定性があります。広告や不要な権限は含まれていません。完全にオープンソースで、カラーもカスタマイズ可能。 <b>シンプルツールの一覧はこちらをご覧ください: </b> https://www.simplemobiletools.com <b> Facebook: </b> https://www.facebook.com/simplemobiletools <b> Reddit: </b> https://www.reddit.com/r/SimpleMobileTools
41+
</string>
42+
<!--
43+
Haven't found some strings? There's more at
44+
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
45+
-->
46+
</resources>

0 commit comments

Comments
 (0)