Skip to content

Commit 469c4e9

Browse files
authored
Merge pull request #25 from erikraft/l10n_master
New Crowdin updates
2 parents 5a19a01 + 3b60066 commit 469c4e9

File tree

44 files changed

+889
-10
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+889
-10
lines changed
Lines changed: 98 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,98 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<resources>
3+
<string name="app_name_long">ErikrafT Drop</string>
4+
<string name="app_name_slogan">Transfer files seamlessly between all your devices.</string>
5+
<string name="err_no_browser">Can\'t open browser</string>
6+
<string name="err_no_app">No app installed to open this file</string>
7+
<string name="open_url">Open URL</string>
8+
<!-- Onboarding -->
9+
<string name="onboarding_button_continue">continue</string>
10+
<string name="onboarding_button_grant">grant permission</string>
11+
<string name="onboarding_button_finish">finish</string>
12+
<string name="onboarding_choose_server">Choose a server address</string>
13+
<string name="onboarding_choose_server_short">choose server</string>
14+
<string name="onboarding_choose_server_description">This app is an optimized client for the ErikrafT Drop and PairDrop web apps.\nChoose one of the following instances or specify a custom URL to connect to.\n\nNote: You have to choose the same URL on all devices.</string>
15+
<string name="onboarding_storage_permission">Storage permission</string>
16+
<string name="onboarding_storage_permission_description">This app is a file sharing utility. Therefore, storage permission is required order to use it.</string>
17+
<string name="onboarding_server_pairdrop_summary">(recommended)\nPairing feature, internet transfer and focus on stability.</string>
18+
<string name="onboarding_server_snapdrop_summary">Simple and clean file sharing.</string>
19+
<string name="onboarding_server_snapdrop_summary_server_warning">Warning: Server instabilities</string>
20+
<string name="onboarding_server_custom">Custom URL</string>
21+
<string name="onboarding_server_custom_summary">Experts can also host their own servers.</string>
22+
<string name="onboarding_server_custom_add">Add server</string>
23+
<string name="onboarding_howto">How to use</string>
24+
<string name="onboarding_howto_summary">1. Open this app or %s on any other device in your local WiFi network.\n\n2. Tap on the device and select the files you want to send.\n\n3. Done! The files will be sent…</string>
25+
<string name="onboarding_howto_troubleshoot">Hint: Devices need to be connected with the same WiFi network. It may not work if a VPN is enabled.</string>
26+
<!-- Download -->
27+
<string name="download_save_pending">Storing the file. Please have a little patience…</string>
28+
<string name="download_successful">Download successful</string>
29+
<string name="notification_channel_name">Download completed</string>
30+
<!-- Action Buttons -->
31+
<string name="open">open</string>
32+
<string name="install">install</string>
33+
<string name="reset">reset</string>
34+
<string name="copy">copy</string>
35+
<string name="retry">retry</string>
36+
<!-- Settings / About -->
37+
<string name="home_as_up_indicator_about">About</string>
38+
<string name="title_activity_about">About ErikrafT Drop</string>
39+
<string name="pref_about_title">About this app</string>
40+
<string name="view_downloads">View downloads</string>
41+
<string name="pref_category_settings">Settings</string>
42+
<string name="logs">Debug Logs</string>
43+
<string name="components_summary">Tap to display</string>
44+
<string name="support_us">Support us</string>
45+
<string name="support_us_summary">See, how you can support this project</string>
46+
<string name="read_more">read more</string>
47+
<string name="version">Version</string>
48+
<string name="pref_device_name_title">Device name</string>
49+
<string name="pref_device_name_summary">Set a user-defined device name</string>
50+
<string name="notifications_summary">Show notification when download is completed</string>
51+
<string name="notifications_title">Notifications</string>
52+
<string name="keep_on_summary">(Recommended) Many devices have problems with transfers being interrupted when the screen turns off</string>
53+
<string name="keep_on_title">Keep screen on while transferring</string>
54+
<string name="floating_text_selection_title">Floating text selection</string>
55+
<string name="floating_text_selection_summary">When selecting text in other apps, an option \"Send with ErikrafT Drop\" will be shown</string>
56+
<string name="show_connectivity_card_title">Connectivity warning</string>
57+
<string name="show_connectivity_card_summary"> Show a warning when you are not connected with a WiFi network</string>
58+
<string name="floating_text_selection_activity_label">Send with ErikrafT Drop</string>
59+
<string name="permission_not_granted">please grant the necessary permission</string>
60+
<string name="permission_not_granted_fallback">please grant the necessary permission manually</string>
61+
<string name="open_settings">open settings</string>
62+
<string name="retain_location_metadata_title">Retain location metadata</string>
63+
<string name="retain_location_metadata_summary_off">Some media files might contain location data that are stripped by default. Grant permission to include full metadata</string>
64+
<string name="retain_location_metadata_summary_on">The app has full file access currently</string>
65+
<string name="settings_theme_title">Theme</string>
66+
<string-array name="darkmode_entries">
67+
<item>System Default</item>
68+
<item>Light</item>
69+
<item>Dark</item>
70+
</string-array>
71+
<string name="baseurl_title">Change server address</string>
72+
<string name="baseurl_not_set">Not set</string>
73+
<string name="baseurl_instance_verified">Instance was successfully verified</string>
74+
<string name="baseurl_no_snapdrop_instance">Instance doesn\'t seem to be supported</string>
75+
<string name="baseurl_check_instance_failed">Failed to verify instance</string>
76+
<string name="baseurl_unofficial_instances">Check out the <a href="">FAQ</a> for a list of unofficial instances. Please note that some instances might not work correctly inside the app.</string>
77+
<string name="save_location">Save location</string>
78+
<!-- File sharing -->
79+
<string name="intent_file">A file is selected for sharing</string>
80+
<string name="intent_files">Files are selected for sharing</string>
81+
<string name="intent_content">Content is selected for sharing</string>
82+
<string name="error_filechooser">Cannot open file chooser</string>
83+
<string name="error_network">Please verify that you are connected with a WiFi network</string>
84+
<string name="error_network_no_wifi">Please connect to a WiFi network, or pair devices</string>
85+
<string name="error_network_offline">You are offline</string>
86+
<string name="ignore_error_network">Let me in anyway</string>
87+
<string name="error_not_reachable_title">Ups, sorry!</string>
88+
<string name="error_server_not_reachable">The Server cannot be reached. \n\nIf your internet connection is working and this does happen anyway, please try to select a different server address.</string>
89+
<!-- Website Localization -->
90+
<string name="website_no_peers_info">Open app or website on other devices to send files</string>
91+
<string name="website_instruction">Tap to send files or long tap to send a message</string>
92+
<string name="website_file_received">File Received</string>
93+
<string name="website_file_ask_before_download">Always ask before saving a file</string>
94+
<string name="website_file_download">Save</string>
95+
<string name="website_footer_discovery">You can be discovered by everyone on this network</string>
96+
<string name="website_footer_known_as">You are known as %s</string>
97+
<string name="website_about_subheading">The easiest way to transfer files across devices</string>
98+
</resources>

app/src/main/res/values-ca-rES/strings.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
<string name="onboarding_server_snapdrop_summary_server_warning">Avís: Inestabilitats del servidor</string>
2020
<string name="onboarding_server_custom">URL personalitzat</string>
2121
<string name="onboarding_server_custom_summary">Els usuaris més experts poden allotjar els seus servidors.</string>
22+
<string name="onboarding_server_custom_add">Add server</string>
2223
<string name="onboarding_howto">Com funciona</string>
2324
<string name="onboarding_howto_summary">1. Obriu aquesta aplicació o %s en qualsevol altre dispositiu de la xarxa wifi local.\n\n2. Toqueu el dispositiu i seleccioneu els fitxers que voleu enviar.\n\n3. Fet. Els fitxers s\'enviaran…</string>
2425
<string name="onboarding_howto_troubleshoot">Consell: Els dispositius han d\'estar connectats amb la mateixa xarxa wifi. Pot ser que no funcioni si hi ha una VPN habilitada.</string>
@@ -46,6 +47,8 @@
4647
<string name="version">Versió</string>
4748
<string name="pref_device_name_title">Nom del dispositiu</string>
4849
<string name="pref_device_name_summary">Estableix un nom de dispositiu definit per l\'usuari</string>
50+
<string name="notifications_summary">Show notification when download is completed</string>
51+
<string name="notifications_title">Notifications</string>
4952
<string name="keep_on_summary">(Recomanat) Molts dispositius tenen problemes amb transferiments detinguts degut a que la pantalla s\'apagui</string>
5053
<string name="keep_on_title">Deixa la pantalla encesa mentre es transfereix</string>
5154
<string name="floating_text_selection_title">Selecció del text flotant</string>

app/src/main/res/values-cs-rCZ/strings.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
<string name="onboarding_server_snapdrop_summary_server_warning">Varování: Nestability serveru</string>
2020
<string name="onboarding_server_custom">Vlastní URL</string>
2121
<string name="onboarding_server_custom_summary">Pokročilí uživatelé mohou také hostovat své vlastní servery.</string>
22+
<string name="onboarding_server_custom_add">Add server</string>
2223
<string name="onboarding_howto">Jak na to</string>
2324
<string name="onboarding_howto_summary">1. Otevřete tuto aplikaci nebo %s na jakémkoli jiném zařízení v místní WiFi síti.\n\n2. Klepněte na zařízení a vyberte soubory, které chcete odeslat.\n\n3. A je to! Soubory budou odeslány…</string>
2425
<string name="onboarding_howto_troubleshoot">Tip: Zařízení musí být připojena ke stejné síti WiFi. Pokud je VPN povoleno, nemusí to fungovat.</string>
@@ -46,6 +47,8 @@
4647
<string name="version">Verze</string>
4748
<string name="pref_device_name_title">Název zařízení</string>
4849
<string name="pref_device_name_summary">Nastavte vlastní název zařízení</string>
50+
<string name="notifications_summary">Show notification when download is completed</string>
51+
<string name="notifications_title">Notifications</string>
4952
<string name="keep_on_summary">(Doporučeno) Mnoho zařízení má problémy s přerušením přenosu při vypnutí obrazovky</string>
5053
<string name="keep_on_title">Během přenosu udržujte obrazovku zapnutou</string>
5154
<string name="floating_text_selection_title">Výběr plovoucího textu</string>
Lines changed: 98 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,98 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<resources>
3+
<string name="app_name_long">ErikrafT Drop</string>
4+
<string name="app_name_slogan">Transfer files seamlessly between all your devices.</string>
5+
<string name="err_no_browser">Can\'t open browser</string>
6+
<string name="err_no_app">No app installed to open this file</string>
7+
<string name="open_url">Open URL</string>
8+
<!-- Onboarding -->
9+
<string name="onboarding_button_continue">continue</string>
10+
<string name="onboarding_button_grant">grant permission</string>
11+
<string name="onboarding_button_finish">finish</string>
12+
<string name="onboarding_choose_server">Choose a server address</string>
13+
<string name="onboarding_choose_server_short">choose server</string>
14+
<string name="onboarding_choose_server_description">This app is an optimized client for the ErikrafT Drop and PairDrop web apps.\nChoose one of the following instances or specify a custom URL to connect to.\n\nNote: You have to choose the same URL on all devices.</string>
15+
<string name="onboarding_storage_permission">Storage permission</string>
16+
<string name="onboarding_storage_permission_description">This app is a file sharing utility. Therefore, storage permission is required order to use it.</string>
17+
<string name="onboarding_server_pairdrop_summary">(recommended)\nPairing feature, internet transfer and focus on stability.</string>
18+
<string name="onboarding_server_snapdrop_summary">Simple and clean file sharing.</string>
19+
<string name="onboarding_server_snapdrop_summary_server_warning">Warning: Server instabilities</string>
20+
<string name="onboarding_server_custom">Custom URL</string>
21+
<string name="onboarding_server_custom_summary">Experts can also host their own servers.</string>
22+
<string name="onboarding_server_custom_add">Add server</string>
23+
<string name="onboarding_howto">How to use</string>
24+
<string name="onboarding_howto_summary">1. Open this app or %s on any other device in your local WiFi network.\n\n2. Tap on the device and select the files you want to send.\n\n3. Done! The files will be sent…</string>
25+
<string name="onboarding_howto_troubleshoot">Hint: Devices need to be connected with the same WiFi network. It may not work if a VPN is enabled.</string>
26+
<!-- Download -->
27+
<string name="download_save_pending">Storing the file. Please have a little patience…</string>
28+
<string name="download_successful">Download successful</string>
29+
<string name="notification_channel_name">Download completed</string>
30+
<!-- Action Buttons -->
31+
<string name="open">open</string>
32+
<string name="install">install</string>
33+
<string name="reset">reset</string>
34+
<string name="copy">copy</string>
35+
<string name="retry">retry</string>
36+
<!-- Settings / About -->
37+
<string name="home_as_up_indicator_about">About</string>
38+
<string name="title_activity_about">About ErikrafT Drop</string>
39+
<string name="pref_about_title">About this app</string>
40+
<string name="view_downloads">View downloads</string>
41+
<string name="pref_category_settings">Settings</string>
42+
<string name="logs">Debug Logs</string>
43+
<string name="components_summary">Tap to display</string>
44+
<string name="support_us">Support us</string>
45+
<string name="support_us_summary">See, how you can support this project</string>
46+
<string name="read_more">read more</string>
47+
<string name="version">Version</string>
48+
<string name="pref_device_name_title">Device name</string>
49+
<string name="pref_device_name_summary">Set a user-defined device name</string>
50+
<string name="notifications_summary">Show notification when download is completed</string>
51+
<string name="notifications_title">Notifications</string>
52+
<string name="keep_on_summary">(Recommended) Many devices have problems with transfers being interrupted when the screen turns off</string>
53+
<string name="keep_on_title">Keep screen on while transferring</string>
54+
<string name="floating_text_selection_title">Floating text selection</string>
55+
<string name="floating_text_selection_summary">When selecting text in other apps, an option \"Send with ErikrafT Drop\" will be shown</string>
56+
<string name="show_connectivity_card_title">Connectivity warning</string>
57+
<string name="show_connectivity_card_summary"> Show a warning when you are not connected with a WiFi network</string>
58+
<string name="floating_text_selection_activity_label">Send with ErikrafT Drop</string>
59+
<string name="permission_not_granted">please grant the necessary permission</string>
60+
<string name="permission_not_granted_fallback">please grant the necessary permission manually</string>
61+
<string name="open_settings">open settings</string>
62+
<string name="retain_location_metadata_title">Retain location metadata</string>
63+
<string name="retain_location_metadata_summary_off">Some media files might contain location data that are stripped by default. Grant permission to include full metadata</string>
64+
<string name="retain_location_metadata_summary_on">The app has full file access currently</string>
65+
<string name="settings_theme_title">Theme</string>
66+
<string-array name="darkmode_entries">
67+
<item>System Default</item>
68+
<item>Light</item>
69+
<item>Dark</item>
70+
</string-array>
71+
<string name="baseurl_title">Change server address</string>
72+
<string name="baseurl_not_set">Not set</string>
73+
<string name="baseurl_instance_verified">Instance was successfully verified</string>
74+
<string name="baseurl_no_snapdrop_instance">Instance doesn\'t seem to be supported</string>
75+
<string name="baseurl_check_instance_failed">Failed to verify instance</string>
76+
<string name="baseurl_unofficial_instances">Check out the <a href="">FAQ</a> for a list of unofficial instances. Please note that some instances might not work correctly inside the app.</string>
77+
<string name="save_location">Save location</string>
78+
<!-- File sharing -->
79+
<string name="intent_file">A file is selected for sharing</string>
80+
<string name="intent_files">Files are selected for sharing</string>
81+
<string name="intent_content">Content is selected for sharing</string>
82+
<string name="error_filechooser">Cannot open file chooser</string>
83+
<string name="error_network">Please verify that you are connected with a WiFi network</string>
84+
<string name="error_network_no_wifi">Please connect to a WiFi network, or pair devices</string>
85+
<string name="error_network_offline">You are offline</string>
86+
<string name="ignore_error_network">Let me in anyway</string>
87+
<string name="error_not_reachable_title">Ups, sorry!</string>
88+
<string name="error_server_not_reachable">The Server cannot be reached. \n\nIf your internet connection is working and this does happen anyway, please try to select a different server address.</string>
89+
<!-- Website Localization -->
90+
<string name="website_no_peers_info">Open app or website on other devices to send files</string>
91+
<string name="website_instruction">Tap to send files or long tap to send a message</string>
92+
<string name="website_file_received">File Received</string>
93+
<string name="website_file_ask_before_download">Always ask before saving a file</string>
94+
<string name="website_file_download">Save</string>
95+
<string name="website_footer_discovery">You can be discovered by everyone on this network</string>
96+
<string name="website_footer_known_as">You are known as %s</string>
97+
<string name="website_about_subheading">The easiest way to transfer files across devices</string>
98+
</resources>

0 commit comments

Comments
 (0)