Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Crowdin updates #521

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 17 additions & 9 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">StatusBar lyric</string>
<string name="app_name">StatusBar Lyric</string>
<string name="module_inactivated">Module inactivated</string>
<string name="module_first">Precondition</string>
<string name="module_second">Basic settings</string>
Expand All @@ -10,15 +10,15 @@
<string name="module_sixth">Animation settings</string>
<string name="menu_page">Menu</string>
<string name="no_supported_version_lyric_getter">Unsupported LyricGetter</string>
<string name="no_lyric_getter">LyricGetter not found</string>
<string name="no_lyric_getter">LyricGetter Not Found!</string>
<string name="click_to_install">Click to install the latest version</string>
<string name="show_logcat">Show logcat</string>
<string name="show_launcher_icon">Show icon</string>
<string name="show_logcat">Show Logcat</string>
<string name="show_launcher_icon">Show Icon</string>
<string name="module_extend">Please restart the system interface and player after modifying this page</string>
<string name="xposed_tips">If the lyrics cannot be displayed, please try to stop the music software and restart the SystemUI,and check Lyric Getter</string>
<string name="cancel">Cancel</string>
<string name="ok">OK</string>
<string name="reset_system_ui">Restart SystemUi</string>
<string name="reset_system_ui">Restart SystemUI</string>
<string name="restart_systemui_tips">Are you sure you want to restart the System UI?</string>
<string name="master_switch">Master Switch</string>
<string name="hook_page">Hook Page</string>
Expand Down Expand Up @@ -47,9 +47,9 @@
<string name="lyric_top_margins">Lyric Top Margins</string>
<string name="lyric_top_margins_tips">Range: 0~100</string>
<string name="lyric_end_margins">Lyric End Margins</string>
<string name="lyric_end_margins_tips">Range: 0~2000</string>
<string name="lyric_end_margins_tips">Range: -2000~2000</string>
<string name="lyric_start_margins">Lyric Start Margins</string>
<string name="lyric_start_margins_tips">Range: 0~2000</string>
<string name="lyric_start_margins_tips">Range: -2000~2000</string>
<string name="lyric_bottom_margins">Lyric Bottom Margins</string>
<string name="lyric_bottom_margins_tips">Range: 0~100</string>
<string name="icon_switch">Icon Switch</string>
Expand All @@ -60,7 +60,7 @@
<string name="icon_bottom_margins">Icon Bottom Margins</string>
<string name="icon_bottom_margins_tips">Range: 0~100</string>
<string name="icon_start_margins">Icon Left Margins</string>
<string name="icon_start_margins_tips">Range: 0~500</string>
<string name="icon_start_margins_tips">Range: -2000~2000</string>
<string name="icon_color_and_transparency">Icon Color And Transparency</string>
<string name="icon_color_and_transparency_tips">Please enter a decimal Color</string>
<string name="icon_background_color_and_transparency">Icon background Color And Transparency</string>
Expand Down Expand Up @@ -103,6 +103,7 @@
<string name="hide_notification_icon">Automatically hide notification icons</string>
<string name="limit_visibility_change">Limit Visibility Change</string>
<string name="limit_visibility_change_tips">It can prevent the characteristics of some systems from causing time to appear</string>
<string name="timeout_restore">Timeout closure status bar lyrics</string>
<string name="hide_lyric_when_lock_screen">Hide Lyric When Lock Screen</string>
<string name="choose_page_tips">It is recommended to close other modules that modify the layout of the status bar first, and then come to this page to select Hook Points\nEffective Hook Point Selection: The status bar displays the module name, and the time is hidden</string>
<string name="hide_carrier">Hide Carrier</string>
Expand Down Expand Up @@ -149,10 +150,17 @@
<string name="miui_and_hyperos" translatable="false">MIUI &amp; HyperOS</string>
<string name="hyperos" translatable="false">HyperOS</string>
<string name="color_error">The color entered is incorrect, please check</string>
<string name="restart_app">Restart App</string>
<string name="restart_app">Restart APP</string>
<string name="backup_config">Backup Config</string>
<string name="recovery_config">Recovery Config</string>
<string name="clear_config">Clear Config</string>
<string name="clear_config_tips">Are you sure you want to clear the configuration?</string>
<string name="view_location">Lyrics add location</string>
<string name="automate_focused_notice">Automate focus notifications</string>
<string name="lyrics_animation_horizontalflip">Horizontal Flip</string>
<string name="lyrics_animation_verticalflip">Vertical Flip</string>
<string name="version_code">Version Code</string>
<string name="buildtime">Build Time</string>
<string name="currentdevice">Current Device</string>
<string name="info">Info</string>
</resources>