diff options
-rw-r--r-- | res/values-ja/strings.xml | 101 |
1 files changed, 36 insertions, 65 deletions
diff --git a/res/values-ja/strings.xml b/res/values-ja/strings.xml index a30a9589e..612fe8752 100644 --- a/res/values-ja/strings.xml +++ b/res/values-ja/strings.xml @@ -15,52 +15,35 @@ --> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <!-- no translation found for english_ime_name (7252517407088836577) --> - <skip /> - <!-- no translation found for english_ime_settings (6661589557206947774) --> - <skip /> + <string name="english_ime_name">"Androidキーボード"</string> + <string name="english_ime_settings">"Androidキーボードの設定"</string> <string name="vibrate_on_keypress">"キーのバイブレーション"</string> <string name="sound_on_keypress">"キーを押したときの音"</string> - <!-- no translation found for hit_correction (4855351009261318389) --> - <skip /> - <!-- no translation found for hit_correction_summary (8761701873008070796) --> - <skip /> - <!-- no translation found for hit_correction_land (2567691684825205448) --> - <skip /> - <!-- no translation found for hit_correction_land_summary (4076803842198368328) --> - <skip /> - <!-- no translation found for auto_correction (7911639788808958255) --> - <skip /> - <!-- no translation found for auto_correction_summary (6881047311475758267) --> - <skip /> - <!-- no translation found for prediction (466220283138359837) --> - <skip /> - <!-- no translation found for prediction_category (7027100625580696660) --> - <skip /> - <!-- no translation found for prediction_summary (459788228830873110) --> - <skip /> - <!-- no translation found for auto_complete_dialog_title (2172048590607201920) --> - <skip /> - <!-- no translation found for prediction_landscape (4874601565593216183) --> - <skip /> - <!-- no translation found for prediction_landscape_summary (6736551095997839472) --> - <skip /> - <!-- no translation found for auto_cap (1719746674854628252) --> - <skip /> - <!-- no translation found for auto_cap_summary (3260681697600786825) --> - <skip /> + <string name="hit_correction">"入力エラー修正"</string> + <string name="hit_correction_summary">"入力エラーを推測修正する"</string> + <string name="hit_correction_land">"横表示での入力修正"</string> + <string name="hit_correction_land_summary">"入力間違いを自動修正する"</string> + <string name="auto_correction">"入力候補表示"</string> + <string name="auto_correction_summary">"前の単語を自動修正する"</string> + <string name="prediction">"入力候補表示"</string> + <string name="prediction_category">"入力候補の設定"</string> + <string name="prediction_summary">"オートコンプリートを使用する"</string> + <string name="auto_complete_dialog_title">"オートコンプリート"</string> + <string name="prediction_landscape">"入力作業スペースを広げる"</string> + <string name="prediction_landscape_summary">"横表示では入力候補を表示しない"</string> + <string name="auto_cap">"自動大文字変換"</string> + <string name="auto_cap_summary">"先頭文字を大文字に変換する"</string> <string name="auto_punctuate">"句読点を自動入力"</string> <!-- no translation found for auto_punctuate_summary (6589441565817502132) --> <skip /> - <!-- no translation found for prediction_modes:0 (4870266572388153286) --> - <!-- no translation found for prediction_modes:1 (1669461741568287396) --> - <!-- no translation found for prediction_modes:2 (4894328801530136615) --> - <!-- no translation found for prediction_none (2472795101338047944) --> - <skip /> - <!-- no translation found for prediction_basic (8407291081834155558) --> - <skip /> - <!-- no translation found for prediction_full (3765102052052510268) --> - <skip /> + <string-array name="prediction_modes"> + <item>"なし"</item> + <item>"基本"</item> + <item>"高度"</item> + </string-array> + <string name="prediction_none">"0"</string> + <string name="prediction_basic">"1"</string> + <string name="prediction_full">"2"</string> <!-- no translation found for prediction_modes_values:0 (579944677836100459) --> <!-- no translation found for prediction_modes_values:1 (7214414132844804570) --> <!-- no translation found for prediction_modes_values:2 (6678546276084314171) --> @@ -76,28 +59,16 @@ <string name="alternates_for_y">"ýÿ"</string> <!-- no translation found for alternates_for_z (8206774143334512268) --> <skip /> - <!-- no translation found for tip_long_press (6101270866284343344) --> - <skip /> - <!-- no translation found for tip_dismiss (7585579046862204381) --> - <skip /> - <!-- no translation found for tip_access_symbols (6344098517525531652) --> - <skip /> - <!-- no translation found for tip_add_to_dictionary (1487293888469227817) --> - <skip /> - <!-- no translation found for label_go_key (1635148082137219148) --> - <skip /> - <!-- no translation found for label_next_key (362972844525672568) --> - <skip /> - <!-- no translation found for label_done_key (2441578748772529288) --> - <skip /> - <!-- no translation found for label_send_key (2815056534433717444) --> - <skip /> - <!-- no translation found for label_symbol_key (6175820506864489453) --> - <skip /> - <!-- no translation found for label_phone_key (4275497665515080551) --> - <skip /> - <!-- no translation found for label_alpha_key (8864943487292437456) --> - <skip /> - <!-- no translation found for label_alt_key (2846315350346694811) --> - <skip /> + <string name="tip_long_press">"キー長押しでアクセント文字を表示(ø、öなど)"</string> + <string name="tip_dismiss">"戻るキーでキーボードを閉じます"</string> + <string name="tip_access_symbols">"数字と記号"</string> + <string name="tip_add_to_dictionary">"一番左の語句を長押しすると辞書に追加されます"</string> + <string name="label_go_key">"実行"</string> + <string name="label_next_key">"次へ"</string> + <string name="label_done_key">"完了"</string> + <string name="label_send_key">"送信"</string> + <string name="label_symbol_key">"?123"</string> + <string name="label_phone_key">"123"</string> + <string name="label_alpha_key">"ABC"</string> + <string name="label_alt_key">"ALT"</string> </resources> |