Skip to content

Commit

Permalink
Pre release
Browse files Browse the repository at this point in the history
  • Loading branch information
yhs0602 committed Mar 9, 2019
1 parent f383b8c commit eeb3647
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 54 deletions.
35 changes: 0 additions & 35 deletions app/src/main/res/values-en/strings.xml

This file was deleted.

18 changes: 18 additions & 0 deletions app/src/main/res/values-ko/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">RhythmTapper</string>
<string name="main_btn_start">게임 시작</string>
<string name="main_btn_highscore">Highscore</string>
<string name="main_btn_difficulty">Highscore</string>
<string name="main_btn_about">정보</string>
<string name="title_activity_game">GameActivity</string>
<string name="diff_radio_easy">보통</string>
<string name="diff_radio_mid">어려움</string>
<string name="diff_radio_hard">매우 어려움</string>
<string name="highscore_mode">모드</string>
<string name="highscore_score">점수</string>
<string name="highscore_txt_easy">보통</string>
<string name="highscore_txt_mid">어려움</string>
<string name="highscore_txt_hard">매우 어려움</string>
<string name="about_us">\"RhythmTapper - a game brought to you from Peter Schmidbauer and Andreas Lobmaier with love. xoxo\"를 기반으로 만든 게임입니다. By KYHSGeekCode</string>
</resources>
43 changes: 24 additions & 19 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,39 +1,44 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">RhythmTapper</string>
<string name="main_btn_start">Spiel starten</string>
<string name="main_btn_start">Start Game</string>
<string name="main_btn_highscore">Highscore</string>
<string name="main_btn_difficulty">Highscore</string>
<string name="main_btn_about">Über</string>
<string name="main_btn_about">About the game</string>
<string name="title_activity_game">GameActivity</string>
<string name="diff_radio_easy">Normal</string>
<string name="diff_radio_mid">Hard</string>
<string name="diff_radio_hard">X-Treeeeeeeeeeeeeeme!!11elf!</string>

<string name="highscore_mode">Modus</string>
<string name="highscore_score">Punkte</string>
<string name="highscore_mode">Mode</string>
<string name="highscore_score">Score</string>

<string name="highscore_txt_easy">Normal</string>
<string name="highscore_txt_mid">Hard</string>
<string name="highscore_txt_hard">X-Treeeeeeeme</string>

<string name="about_ball_normal">Normal</string>
<string name="about_ball_bomb">TNT</string>
<string name="about_ball_multiplier">Multiplier</string>
<string name="about_ball_speeder">Speedy</string>
<string name="about_ball_oneup">One up</string>
<string name="about_ball_skull">Skull</string>

<string name="about_us">Fork of \"RhythmTapper - a game brought to you from Peter Schmidbauer and Andreas Lobmaier with love. xoxo\"</string>
<string name="about_title">Ball types</string>
<string name="about_ball_normal_content">Nothing special, just gives you points</string>
<string name="about_ball_bomb_content">Automatically destroys incoming balls for a certain amount of time and adds their value to your score</string>
<string name="about_ball_multiplier_content">Double multiplier</string>
<string name="about_ball_speeder_content">Twice as fast than normal balls</string>
<string name="about_ball_oneup_content">Increases lives per one</string>
<string name="about_ball_skull_content">Decreases lives per one</string>
<string name="about_ball_normal_title">Normal</string>
<string name="about_ball_bomb_title">TNT</string>
<string name="about_ball_multiplier_title">Multiplier</string>
<string name="about_ball_speeder_title">Speedy</string>
<string name="about_ball_oneup_title">One up</string>
<string name="about_ball_skull_title">Totenschädel</string>

<string name="about_us">RhythmTapper - a game brought to you from Peter Schmidbauer and Andreas Lobmaier with love. xoxo</string>
<string name="about_title">Balltypen</string>
<string name="about_ball_normal_content">Keine spezielle Fähigkeit, bringt Punkte</string>
<string name="about_ball_bomb_content">Zerstört alle kommenden Bälle für eine gewisse Zeit und zählt deren Punkte zum Punktestand.</string>
<string name="about_ball_multiplier_content">Verdoppelt den Multiplikator</string>
<string name="about_ball_speeder_content">Doppelt so schnell als normale Bälle</string>
<string name="about_ball_oneup_content">Erhöht die Anzahl der Leben um 1</string>
<string name="about_ball_skull_content">Verringert die Anzahl der Leben um 1</string>

<string name="about_ball_skull_title">Skull</string>
<string name="title_activity_home">HomeActivity</string>
<string name="dummy_button">Dummy Button</string>
<string name="dummy_content">DUMMY\nCONTENT</string>

</resources>
<string name="dummy_button">Dummy</string>
<string name="dummy_content">Dummy</string>
</resources>

0 comments on commit eeb3647

Please sign in to comment.