Skip to content

Commit e6bc1a7

Browse files
committed
New Crowdin updates (#128)
* New translations cherish_strings.xml (Romanian) * New translations cherish_strings.xml (French) * New translations cherish_strings.xml (Spanish) * New translations cherish_strings.xml (Arabic) * New translations cherish_strings.xml (Czech) * New translations cherish_strings.xml (Danish) * New translations cherish_strings.xml (German) * New translations cherish_strings.xml (Greek) * New translations cherish_strings.xml (Finnish) * New translations cherish_strings.xml (Hebrew) * New translations cherish_strings.xml (Hungarian) * New translations cherish_strings.xml (Italian) * New translations cherish_strings.xml (Japanese) * New translations cherish_strings.xml (Korean) * New translations cherish_strings.xml (Kurdish) * New translations cherish_strings.xml (Dutch) * New translations cherish_strings.xml (Norwegian) * New translations cherish_strings.xml (Polish) * New translations cherish_strings.xml (Portuguese) * New translations cherish_strings.xml (Russian) * New translations cherish_strings.xml (Slovak) * New translations cherish_strings.xml (Serbian (Cyrillic)) * New translations cherish_strings.xml (Swedish) * New translations cherish_strings.xml (Turkish) * New translations cherish_strings.xml (Ukrainian) * New translations cherish_strings.xml (Chinese Simplified) * New translations cherish_strings.xml (Chinese Traditional) * New translations cherish_strings.xml (English) * New translations cherish_strings.xml (Vietnamese) * New translations cherish_strings.xml (Portuguese, Brazilian) * New translations cherish_strings.xml (Indonesian) * New translations cherish_strings.xml (Persian) * New translations cherish_strings.xml (Hindi) * New translations cherish_strings.xml (Malayalam) * New translations cherish_strings.xml (Latin) * New translations cherish_strings.xml (Nepali) * New translations cherish_strings.xml (Kurmanji (Kurdish)) * New translations cherish_strings.xml (Sorani (Kurdish)) * New translations cherish_strings.xml (Lao) * New translations cherish_strings.xml (Turkish, Cyprus) * New translations cherish_strings.xml (Vietnamese) Signed-off-by: Hưng Phan <[email protected]>
1 parent 974fc7e commit e6bc1a7

File tree

40 files changed

+1692
-0
lines changed

40 files changed

+1692
-0
lines changed

res/values-ar-rSA/cherish_strings.xml

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,4 +297,50 @@
297297
<string name="volume_link_notification_title">Link ring &amp; notification volumes</string>
298298
<!-- Sound: Title for the option managing ring volume. When unlinked [CHAR LIMIT=30] -->
299299
<string name="ring_volume_unlinked_option_title">Ring volume</string>
300+
<!-- App lock -->
301+
<string name="app_lock_title">App lock</string>
302+
<plurals name="app_lock_summary">
303+
<item quantity="zero"><xliff:g example="10" id="Number of applications">%1$d</xliff:g> applications are protected</item>
304+
<item quantity="one"><xliff:g example="1" id="Number of applications">%1$d</xliff:g> application is protected</item>
305+
<item quantity="two"><xliff:g example="10" id="Number of applications">%1$d</xliff:g> applications are protected</item>
306+
<item quantity="few"><xliff:g example="10" id="Number of applications">%1$d</xliff:g> applications are protected</item>
307+
<item quantity="many"><xliff:g example="10" id="Number of applications">%1$d</xliff:g> applications are protected</item>
308+
<item quantity="other"><xliff:g example="10" id="Number of applications">%1$d</xliff:g> applications are protected</item>
309+
</plurals>
310+
<string name="app_lock_authentication_dialog_title">Unlock</string>
311+
<string name="enable_debugging">Enable debugging</string>
312+
<string name="disable_debugging">Disable debugging</string>
313+
<string name="app_lock_packages_title">Protected apps</string>
314+
<string name="app_lock_packages_summary">Select the apps to protect with biometrics or device credentials</string>
315+
<string name="app_lock_timeout_title">Auto lock timeout</string>
316+
<string name="app_lock_timeout_summary">Duration of time after which an unlocked app in background should be locked</string>
317+
<string name="app_lock_notifications_title">Redact notifications</string>
318+
<string name="app_lock_notifications_summary">Notification content will be hidden and collapsed for selected apps when they are locked. Heads up notifications will be automatically disabled.</string>
319+
<string name="app_lock_notifications_disabled_summary">Protect an application first</string>
320+
<string name="app_lock_biometrics_allowed_title">Enable biometrics for unlocking</string>
321+
<string name="app_lock_footer_text">Bubbles will be automatically dismissed after timeout</string>
322+
<string name="enable_protection">Enable protection</string>
323+
<string name="hide_from_launcher_title">Hide from launcher</string>
324+
<string name="hide_from_launcher_summary">Prevent this application from showing up in any launcher. Requires a launcher restart for changes to take effect.</string>
325+
<!-- Message shown in fingerprint enrollment dialog to locate the sensor -->
326+
<string name="fingerprint_enroll_find_sensor_message_front">Locate the fingerprint sensor on the front of your phone.</string>
327+
<string name="fingerprint_enroll_find_sensor_message_rear">Locate the fingerprint sensor on the back of your phone.</string>
328+
<string name="fingerprint_enroll_find_sensor_message_side">Locate the fingerprint sensor on the side of your phone.</string>
329+
<!-- Message shown when user touches the icon on the screen, instead of the real fingerprint sensor -->
330+
<string name="fingerprint_enroll_touch_dialog_message_front">Touch the sensor on the front of your phone.</string>
331+
<string name="fingerprint_enroll_touch_dialog_message_rear">Touch the sensor on the back of your phone.</string>
332+
<string name="fingerprint_enroll_touch_dialog_message_side">Touch the sensor on the side of your phone.</string>
333+
<!-- Transistent task mode (Tadi mode) -->
334+
<string name="transistent_task_mode_title">Transistent task mode</string>
335+
<string name="transistent_task_mode_dialog_title">Transistent task mode (Reboot your device to apply changes)</string>
336+
<string name="transistent_task_mode_summary">Dismiss apps from recents when last activity gets closed using back button.</string>
337+
<string name="transistent_task_mode_default">Disable (Default)</string>
338+
<string name="transistent_task_mode_allow">Enable (Some apps will stay)</string>
339+
<string name="transistent_task_mode_force">Force (Override app behaviour)</string>
340+
<!-- Prevent pointer accleration -->
341+
<string name="prevent_pointer_acceleration_title">Pointer acceleration</string>
342+
<string name="prevent_pointer_acceleration_full">Full (Pointer + Wheel)</string>
343+
<string name="prevent_pointer_acceleration_wheel">Wheel only</string>
344+
<string name="prevent_pointer_acceleration_pointer">Pointer only</string>
345+
<string name="prevent_pointer_acceleration_none">None</string>
300346
</resources>

res/values-ckb-rIR/cherish_strings.xml

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,4 +297,46 @@
297297
<string name="volume_link_notification_title">Link ring &amp; notification volumes</string>
298298
<!-- Sound: Title for the option managing ring volume. When unlinked [CHAR LIMIT=30] -->
299299
<string name="ring_volume_unlinked_option_title">Ring volume</string>
300+
<!-- App lock -->
301+
<string name="app_lock_title">App lock</string>
302+
<plurals name="app_lock_summary">
303+
<item quantity="one"><xliff:g example="1" id="Number of applications">%1$d</xliff:g> application is protected</item>
304+
<item quantity="other"><xliff:g example="10" id="Number of applications">%1$d</xliff:g> applications are protected</item>
305+
</plurals>
306+
<string name="app_lock_authentication_dialog_title">Unlock</string>
307+
<string name="enable_debugging">Enable debugging</string>
308+
<string name="disable_debugging">Disable debugging</string>
309+
<string name="app_lock_packages_title">Protected apps</string>
310+
<string name="app_lock_packages_summary">Select the apps to protect with biometrics or device credentials</string>
311+
<string name="app_lock_timeout_title">Auto lock timeout</string>
312+
<string name="app_lock_timeout_summary">Duration of time after which an unlocked app in background should be locked</string>
313+
<string name="app_lock_notifications_title">Redact notifications</string>
314+
<string name="app_lock_notifications_summary">Notification content will be hidden and collapsed for selected apps when they are locked. Heads up notifications will be automatically disabled.</string>
315+
<string name="app_lock_notifications_disabled_summary">Protect an application first</string>
316+
<string name="app_lock_biometrics_allowed_title">Enable biometrics for unlocking</string>
317+
<string name="app_lock_footer_text">Bubbles will be automatically dismissed after timeout</string>
318+
<string name="enable_protection">Enable protection</string>
319+
<string name="hide_from_launcher_title">Hide from launcher</string>
320+
<string name="hide_from_launcher_summary">Prevent this application from showing up in any launcher. Requires a launcher restart for changes to take effect.</string>
321+
<!-- Message shown in fingerprint enrollment dialog to locate the sensor -->
322+
<string name="fingerprint_enroll_find_sensor_message_front">Locate the fingerprint sensor on the front of your phone.</string>
323+
<string name="fingerprint_enroll_find_sensor_message_rear">Locate the fingerprint sensor on the back of your phone.</string>
324+
<string name="fingerprint_enroll_find_sensor_message_side">Locate the fingerprint sensor on the side of your phone.</string>
325+
<!-- Message shown when user touches the icon on the screen, instead of the real fingerprint sensor -->
326+
<string name="fingerprint_enroll_touch_dialog_message_front">Touch the sensor on the front of your phone.</string>
327+
<string name="fingerprint_enroll_touch_dialog_message_rear">Touch the sensor on the back of your phone.</string>
328+
<string name="fingerprint_enroll_touch_dialog_message_side">Touch the sensor on the side of your phone.</string>
329+
<!-- Transistent task mode (Tadi mode) -->
330+
<string name="transistent_task_mode_title">Transistent task mode</string>
331+
<string name="transistent_task_mode_dialog_title">Transistent task mode (Reboot your device to apply changes)</string>
332+
<string name="transistent_task_mode_summary">Dismiss apps from recents when last activity gets closed using back button.</string>
333+
<string name="transistent_task_mode_default">Disable (Default)</string>
334+
<string name="transistent_task_mode_allow">Enable (Some apps will stay)</string>
335+
<string name="transistent_task_mode_force">Force (Override app behaviour)</string>
336+
<!-- Prevent pointer accleration -->
337+
<string name="prevent_pointer_acceleration_title">Pointer acceleration</string>
338+
<string name="prevent_pointer_acceleration_full">Full (Pointer + Wheel)</string>
339+
<string name="prevent_pointer_acceleration_wheel">Wheel only</string>
340+
<string name="prevent_pointer_acceleration_pointer">Pointer only</string>
341+
<string name="prevent_pointer_acceleration_none">None</string>
300342
</resources>

res/values-cs-rCZ/cherish_strings.xml

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,4 +297,48 @@
297297
<string name="volume_link_notification_title">Link ring &amp; notification volumes</string>
298298
<!-- Sound: Title for the option managing ring volume. When unlinked [CHAR LIMIT=30] -->
299299
<string name="ring_volume_unlinked_option_title">Ring volume</string>
300+
<!-- App lock -->
301+
<string name="app_lock_title">App lock</string>
302+
<plurals name="app_lock_summary">
303+
<item quantity="one"><xliff:g example="1" id="Number of applications">%1$d</xliff:g> application is protected</item>
304+
<item quantity="few"><xliff:g example="10" id="Number of applications">%1$d</xliff:g> applications are protected</item>
305+
<item quantity="many"><xliff:g example="10" id="Number of applications">%1$d</xliff:g> applications are protected</item>
306+
<item quantity="other"><xliff:g example="10" id="Number of applications">%1$d</xliff:g> applications are protected</item>
307+
</plurals>
308+
<string name="app_lock_authentication_dialog_title">Unlock</string>
309+
<string name="enable_debugging">Enable debugging</string>
310+
<string name="disable_debugging">Disable debugging</string>
311+
<string name="app_lock_packages_title">Protected apps</string>
312+
<string name="app_lock_packages_summary">Select the apps to protect with biometrics or device credentials</string>
313+
<string name="app_lock_timeout_title">Auto lock timeout</string>
314+
<string name="app_lock_timeout_summary">Duration of time after which an unlocked app in background should be locked</string>
315+
<string name="app_lock_notifications_title">Redact notifications</string>
316+
<string name="app_lock_notifications_summary">Notification content will be hidden and collapsed for selected apps when they are locked. Heads up notifications will be automatically disabled.</string>
317+
<string name="app_lock_notifications_disabled_summary">Protect an application first</string>
318+
<string name="app_lock_biometrics_allowed_title">Enable biometrics for unlocking</string>
319+
<string name="app_lock_footer_text">Bubbles will be automatically dismissed after timeout</string>
320+
<string name="enable_protection">Enable protection</string>
321+
<string name="hide_from_launcher_title">Hide from launcher</string>
322+
<string name="hide_from_launcher_summary">Prevent this application from showing up in any launcher. Requires a launcher restart for changes to take effect.</string>
323+
<!-- Message shown in fingerprint enrollment dialog to locate the sensor -->
324+
<string name="fingerprint_enroll_find_sensor_message_front">Locate the fingerprint sensor on the front of your phone.</string>
325+
<string name="fingerprint_enroll_find_sensor_message_rear">Locate the fingerprint sensor on the back of your phone.</string>
326+
<string name="fingerprint_enroll_find_sensor_message_side">Locate the fingerprint sensor on the side of your phone.</string>
327+
<!-- Message shown when user touches the icon on the screen, instead of the real fingerprint sensor -->
328+
<string name="fingerprint_enroll_touch_dialog_message_front">Touch the sensor on the front of your phone.</string>
329+
<string name="fingerprint_enroll_touch_dialog_message_rear">Touch the sensor on the back of your phone.</string>
330+
<string name="fingerprint_enroll_touch_dialog_message_side">Touch the sensor on the side of your phone.</string>
331+
<!-- Transistent task mode (Tadi mode) -->
332+
<string name="transistent_task_mode_title">Transistent task mode</string>
333+
<string name="transistent_task_mode_dialog_title">Transistent task mode (Reboot your device to apply changes)</string>
334+
<string name="transistent_task_mode_summary">Dismiss apps from recents when last activity gets closed using back button.</string>
335+
<string name="transistent_task_mode_default">Disable (Default)</string>
336+
<string name="transistent_task_mode_allow">Enable (Some apps will stay)</string>
337+
<string name="transistent_task_mode_force">Force (Override app behaviour)</string>
338+
<!-- Prevent pointer accleration -->
339+
<string name="prevent_pointer_acceleration_title">Pointer acceleration</string>
340+
<string name="prevent_pointer_acceleration_full">Full (Pointer + Wheel)</string>
341+
<string name="prevent_pointer_acceleration_wheel">Wheel only</string>
342+
<string name="prevent_pointer_acceleration_pointer">Pointer only</string>
343+
<string name="prevent_pointer_acceleration_none">None</string>
300344
</resources>

res/values-da-rDK/cherish_strings.xml

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,4 +297,46 @@
297297
<string name="volume_link_notification_title">Link ring &amp; notification volumes</string>
298298
<!-- Sound: Title for the option managing ring volume. When unlinked [CHAR LIMIT=30] -->
299299
<string name="ring_volume_unlinked_option_title">Ring volume</string>
300+
<!-- App lock -->
301+
<string name="app_lock_title">App lock</string>
302+
<plurals name="app_lock_summary">
303+
<item quantity="one"><xliff:g example="1" id="Number of applications">%1$d</xliff:g> application is protected</item>
304+
<item quantity="other"><xliff:g example="10" id="Number of applications">%1$d</xliff:g> applications are protected</item>
305+
</plurals>
306+
<string name="app_lock_authentication_dialog_title">Unlock</string>
307+
<string name="enable_debugging">Enable debugging</string>
308+
<string name="disable_debugging">Disable debugging</string>
309+
<string name="app_lock_packages_title">Protected apps</string>
310+
<string name="app_lock_packages_summary">Select the apps to protect with biometrics or device credentials</string>
311+
<string name="app_lock_timeout_title">Auto lock timeout</string>
312+
<string name="app_lock_timeout_summary">Duration of time after which an unlocked app in background should be locked</string>
313+
<string name="app_lock_notifications_title">Redact notifications</string>
314+
<string name="app_lock_notifications_summary">Notification content will be hidden and collapsed for selected apps when they are locked. Heads up notifications will be automatically disabled.</string>
315+
<string name="app_lock_notifications_disabled_summary">Protect an application first</string>
316+
<string name="app_lock_biometrics_allowed_title">Enable biometrics for unlocking</string>
317+
<string name="app_lock_footer_text">Bubbles will be automatically dismissed after timeout</string>
318+
<string name="enable_protection">Enable protection</string>
319+
<string name="hide_from_launcher_title">Hide from launcher</string>
320+
<string name="hide_from_launcher_summary">Prevent this application from showing up in any launcher. Requires a launcher restart for changes to take effect.</string>
321+
<!-- Message shown in fingerprint enrollment dialog to locate the sensor -->
322+
<string name="fingerprint_enroll_find_sensor_message_front">Locate the fingerprint sensor on the front of your phone.</string>
323+
<string name="fingerprint_enroll_find_sensor_message_rear">Locate the fingerprint sensor on the back of your phone.</string>
324+
<string name="fingerprint_enroll_find_sensor_message_side">Locate the fingerprint sensor on the side of your phone.</string>
325+
<!-- Message shown when user touches the icon on the screen, instead of the real fingerprint sensor -->
326+
<string name="fingerprint_enroll_touch_dialog_message_front">Touch the sensor on the front of your phone.</string>
327+
<string name="fingerprint_enroll_touch_dialog_message_rear">Touch the sensor on the back of your phone.</string>
328+
<string name="fingerprint_enroll_touch_dialog_message_side">Touch the sensor on the side of your phone.</string>
329+
<!-- Transistent task mode (Tadi mode) -->
330+
<string name="transistent_task_mode_title">Transistent task mode</string>
331+
<string name="transistent_task_mode_dialog_title">Transistent task mode (Reboot your device to apply changes)</string>
332+
<string name="transistent_task_mode_summary">Dismiss apps from recents when last activity gets closed using back button.</string>
333+
<string name="transistent_task_mode_default">Disable (Default)</string>
334+
<string name="transistent_task_mode_allow">Enable (Some apps will stay)</string>
335+
<string name="transistent_task_mode_force">Force (Override app behaviour)</string>
336+
<!-- Prevent pointer accleration -->
337+
<string name="prevent_pointer_acceleration_title">Pointer acceleration</string>
338+
<string name="prevent_pointer_acceleration_full">Full (Pointer + Wheel)</string>
339+
<string name="prevent_pointer_acceleration_wheel">Wheel only</string>
340+
<string name="prevent_pointer_acceleration_pointer">Pointer only</string>
341+
<string name="prevent_pointer_acceleration_none">None</string>
300342
</resources>

0 commit comments

Comments
 (0)