-
Notifications
You must be signed in to change notification settings - Fork 114
Expand file tree
/
Copy pathstrings-uix.xml
More file actions
661 lines (611 loc) · 56.1 KB
/
strings-uix.xml
File metadata and controls
661 lines (611 loc) · 56.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- Keyboard actions -->
<string name="action_theme_switcher_title">Theme Switcher</string>
<string name="action_select_all_title">Select All</string>
<string name="action_cut_title">Cut to Clipboard</string>
<string name="action_copy_title">Copy to Clipboard</string>
<string name="action_paste_title">Paste from Clipboard</string>
<string name="action_undo_title">Undo</string>
<string name="action_redo_title">Redo</string>
<string name="action_text_editor_title">Text Editor</string>
<string name="action_debug_title">Debug Info</string>
<string name="action_more_actions_title">All Actions</string>
<string name="action_bug_viewer_title">Bug Viewer</string>
<!-- These move the text cursor up, down, left, right -->
<string name="action_cursor_up_title">Arrow Up</string>
<string name="action_cursor_down_title">Arrow Down</string>
<string name="action_cursor_left_title">Arrow Left</string>
<string name="action_cursor_right_title">Arrow Right</string>
<!-- For emoji menu action -->
<string name="action_emoji_title">Emojis</string>
<!-- Refers to the most recently used emojis -->
<string name="action_emoji_category_most_recently_used">Recent</string>
<string name="action_emoji_category_smileys_emotion">Smileys & Emotion</string>
<string name="action_emoji_category_people_body">People & Body</string>
<string name="action_emoji_category_animals_nature">Animals & Nature</string>
<string name="action_emoji_category_food_drink">Food & Drink</string>
<string name="action_emoji_category_travel_places">Travel & Places</string>
<string name="action_emoji_category_activities">Activities</string>
<string name="action_emoji_category_objects">Objects</string>
<string name="action_emoji_category_symbols">Symbols</string>
<string name="action_emoji_category_flags">Flags</string>
<string name="action_emoji_category_ascii">ASCII</string>
<string name="action_emoji_search_no_results_found">No results found</string>
<string name="action_emoji_jump_to_category">Jump to <xliff:g name="category" example="Flags">%s</xliff:g></string>
<!-- Refers to clearing the most recently used emoji list -->
<string name="action_emoji_clear_recent_emojis_question">Clear recent emojis?</string>
<!-- Must be fairly short -->
<string name="action_emoji_clear_recent_emojis_cancel">Cancel</string>
<!-- Must be fairly short -->
<string name="action_emoji_clear_recent_emojis_clear">Clear</string>
<string name="action_emoji_clear_recent_emojis_content_description">Clear recent emojis</string>
<!-- Must be fairly short -->
<string name="action_emoji_search_for_emojis">Search</string>
<!-- For voice input action -->
<string name="action_voice_input_title">Voice Input</string>
<!-- Same as the one above but it uses the device's default system voice input instead of the built-in -->
<string name="action_system_voice_input_title">Voice Input (System)</string>
<string name="action_voice_input_no_model_for_language_x_installed">No voice input model installed for <xliff:g name="language" example="español">%s</xliff:g>, tap to check options?</string>
<string name="action_voice_input_open_settings_button_to_grant_microphone_permission">Please go to Permissions, and enable Microphone permission to use voice input</string>
<!-- For clipboard manager action -->
<string name="action_clipboard_manager_title">Clipboard Manager</string>
<string name="action_clipboard_manager_unpin_item">Unpin item</string>
<string name="action_clipboard_manager_pin_item">Pin item</string>
<string name="action_clipboard_manager_remove_item">Remove item</string>
<string name="action_clipboard_manager_remove_item_confirm_dialog">Confirm remove:\n\"%s\"</string>
<!-- Must be fairly short -->
<string name="action_clipboard_manager_cancel_action_button">Cancel</string>
<string name="action_clipboard_manager_disable_text">There are no items to clear. Disable clipboard history?</string>
<!-- Must be fairly short, refers to disabling clipboard history -->
<string name="action_clipboard_manager_disable_button">Disable</string>
<string name="action_clipboard_manager_unpin_all_items_text">There are no unpinned items to clear. Unpin all items?</string>
<!-- Must be fairly short -->
<string name="action_clipboard_manager_unpin_all_items_button">Unpin</string>
<string name="action_clipboard_manager_clear_unpinned_items_text">Clear all unpinned items?</string>
<!-- Must be fairly short -->
<string name="action_clipboard_manager_clear_unpinned_items_button">Clear</string>
<string name="action_clipboard_manager_clear_clipboard">Clear clipboard</string>
<string name="action_clipboard_manager_error_device_locked_title">Device Locked</string>
<string name="action_clipboard_manager_error_device_locked_text">Please unlock your device to access clipboard history</string>
<string name="action_clipboard_manager_error_general_title">Clipboard Error</string>
<string name="action_clipboard_manager_error_general_text">The clipboard history could not be saved or loaded. It may be corrupted. You can try deleting it, or restarting the keyboard. Please report this as a bug. Reason: %1$s</string>
<string name="action_clipboard_manager_delete_corrupted_clipboard_text">Delete the clipboard? ALL items will be lost.</string>
<!-- Must be fairly short -->
<string name="action_clipboard_manager_retry_saving_loading">Retry</string>
<!-- Must be fairly short -->
<string name="action_clipboard_manager_inspect_error_via_bugs_action">Inspect error in Bug Viewer</string>
<!-- Must be fairly short -->
<string name="action_clipboard_manager_delete_corrupted_clipboard_button">Delete</string>
<string name="action_clipboard_manager_error_clipboard_history_disabled_title">Clipboard History Inactive</string>
<string name="action_clipboard_manager_error_clipboard_history_disabled_text_v2">To save clipboard items, you can enable clipboard history. This will keep up to <xliff:g id="numItems" example="25">%1$s</xliff:g> items for <xliff:g id="numDays" example="3">%2$s</xliff:g> days (pinned items are exempt). You can configure this in settings.</string>
<string name="action_clipboard_manager_enable_clipboard_history_button">Enable Clipboard History</string>
<!-- This message is shown when we're typing in a text field does not support image insertion ("app" refers to the external app that is providing the text field) -->
<string name="action_clipboard_manager_error_app_image_insertion_unsupported">App does not support image insertion</string>
<string name="action_clipboard_manager_settings_title">Clipboard Manager Settings</string>
<string name="action_clipboard_manager_settings_hours_to_keep_clips">Hours to keep unpinned clips</string>
<string name="action_clipboard_manager_settings_maximum_clips">Number of unpinned clips to keep</string>
<string name="action_clipboard_manager_settings_save_sensitive_clips">Save sensitive clips</string>
<string name="action_clipboard_manager_settings_save_sensitive_clips_subtitle">If enabled, it will save items from password managers, incognito windows, etc</string>
<string name="action_clipboard_manager_settings_list_layout">Use vertical list layout instead of grid</string>
<string name="action_clipboard_manager_settings_show_pinned_above_others">Keep pinned clips on top</string>
<string name="action_clipboard_manager_settings_show_quick_clips">Show recently copied text in suggestion bar</string>
<!-- For keyboard modes action -->
<string name="action_keyboard_modes_title">Keyboard Modes</string>
<string name="action_keyboard_modes_go_back">Go back</string>
<string name="action_keyboard_modes_resize_keyboard">Resize Keyboard</string>
<!-- This string must be super short (below 10 chars if possible). The title for standard QWERTYUIOP keyboard mode, filling full screen width. -->
<string name="action_keyboard_modes_standard">Standard</string>
<!-- This string must be super short (below 10 chars if possible). The title for one-handed QWERTYUIOP keyboard mode, filling 2/3 screen width on one side -->
<string name="action_keyboard_modes_one_handed">One Hand</string>
<!-- This string must be super short (below 10 chars if possible). The title for split QWERT - - YUIOP keyboard mode, with gap in middle -->
<string name="action_keyboard_modes_split">Split</string>
<!-- This string must be super short (below 10 chars if possible). The title for free-form draggable and resizable QWERTYUIOP keyboard mode. -->
<string name="action_keyboard_modes_floating">Float</string>
<!-- This string must be super short (below 10 chars if possible) -->
<string name="action_keyboard_modes_resizing_reset_size">Reset</string>
<!-- This string must be super short (below 10 chars if possible) -->
<string name="action_keyboard_modes_resizing_apply_new_size">Apply</string>
<!-- For Font Typer action -->
<string name="action_fonttyper_title">WordStyles</string>
<!-- This message is shown when we're typing in a text field does not support image insertion ("app" refers to the external app that is providing the text field) -->
<string name="action_fonttyper_app_unsupported_warning">App may not support image insertion, this feature may not work.</string>
<string name="action_fonttyper_select_a_preset">Select preset</string>
<!-- Abstract, fragmented orange characters on a black background, resembling an alien script -->
<string name="action_fonttyper_preset_title_scratch">Scratch</string>
<!-- Comic book style text: bold, italicized yellow-orange letters with a thick shadow, looking 3d -->
<string name="action_fonttyper_preset_title_superhero">Superhero</string>
<!-- Large, bold 3d white letters in a powerful cinematic perspective -->
<string name="action_fonttyper_preset_title_dramatictext">Dramatic Text</string>
<!-- Pink candy-like cursive text -->
<string name="action_fonttyper_preset_title_candy">Candy</string>
<!-- Rainbow colored text with a skewed shadow -->
<string name="action_fonttyper_preset_title_rainbow">Rainbow</string>
<!-- Sky and ground colored serif text with a dark grey shadow, the text color looks like a horizon -->
<string name="action_fonttyper_preset_title_horizon">Horizon</string>
<!-- Orange text on a black background, tilted in a 3d style effect, like a TV show opening crawl -->
<string name="action_fonttyper_preset_title_opening_crawl">Opening Crawl</string>
<string name="action_fonttyper_finish">Finish</string>
<!-- Keyboard action kinds -->
<string name="action_kind_action_key">Action Key</string>
<string name="action_kind_pinned_key">Pinned Action(s)</string>
<string name="action_kind_favorites">Favorite Actions</string>
<string name="action_kind_more">More Actions</string>
<string name="action_kind_disabled">Hidden Actions</string>
<!-- Keyboard themes -->
<string name="theme_default_dark">Dark Mode</string>
<string name="theme_default_light">Light Mode</string>
<string name="theme_amoled_dark">AMOLED Dark Purple</string>
<string name="theme_catppuccin_mocha">Catppuccin Mocha</string>
<string name="theme_classic_dark">AOSP Material Dark</string>
<string name="theme_classic_light">AOSP Material Light</string>
<string name="theme_vi">FUTO VI Theme</string>
<string name="theme_deepsea_dark">Deep Sea Dark</string>
<string name="theme_deepsea_light">Deep Sea Light</string>
<string name="theme_emerald">Emerald</string>
<string name="theme_gradient1">Gradient 1</string>
<string name="theme_gradient2">Gradient 2</string>
<string name="theme_rainbow">Rainbow</string>
<string name="theme_snowfall">Snowfall</string>
<string name="theme_steel_gray">Steel Gray</string>
<string name="theme_sunflower">Sunflower</string>
<string name="theme_cotton_candy">Cotton Candy</string>
<string name="theme_hotdog">Hot Dog</string>
<string name="theme_high_contrast_yellow">High Contrast Yellow</string>
<string name="theme_dev">Construction Theme</string>
<string name="theme_dynamic_system">Dynamic Auto</string>
<string name="theme_dynamic_dark">Dynamic Dark</string>
<string name="theme_dynamic_light">Dynamic Light</string>
<string name="theme_custom_named">Custom: %s</string>
<!-- Auto update strings (note: the auto updater is currently inactive) -->
<string name="autoupdater_service_title">Update Checking service</string>
<string name="autoupdater_update_available_title">Update Available</string>
<string name="autoupdater_update_available_body">An update is available (<xliff:g name="versionDiff" example="v1 -> v2">%s</xliff:g>). Tap to download</string>
<string name="autoupdater_dismiss_update">Dismiss</string>
<string name="autoupdater_perform_update">Update</string>
<!-- These strings can appear in the keyboard itself -->
<string name="keyboard_suggest_blacklist_body">Blacklist the word \"<xliff:g name="wordToBlacklist" example="crane">%s</xliff:g>\" from being suggested?</string>
<!-- Must be fairly short -->
<string name="keyboard_suggest_add_word_to_blacklist">Blacklist</string>
<!-- Must be fairly short -->
<string name="keyboard_suggest_disable_emojis">Disable emoji suggestions</string>
<!-- Must be fairly short -->
<string name="keyboard_version_status">Alpha</string>
<string name="keyboard_switch_keyboard">Switch Keyboard</string>
<string name="keyboard_language_settings">Settings</string>
<string name="keyboard_actionbar_manual_update_check_notice">Please tap to check for updates, or check in settings</string>
<!-- Should be fairly short (under 40 chars). Means there are no predictions for this language and a download is necessary by tapping on this notice. Appears in suggestion bar -->
<string name="keyboard_actionbar_no_dictionary_installed_notice">No dictionary installed, tap to download?</string>
<!-- Talkback descriptions (screen readers) -->
<!-- Expands the action bar above the keyboard -->
<string name="keyboard_actionbar_expand_actions_talkback">Open Action Bar</string>
<!-- Collapses the action bar (same element as above, but when action bar is open) -->
<string name="keyboard_actionbar_collapse_actions_talkback">Close Action Bar</string>
<!-- Dismisses/closes an important notice (usually the update check notice) -->
<string name="keyboard_actionbar_dismiss_important_notice_talkback">Close</string>
<!-- When an action window is opened, but it's not docked above keyboard, a back button is shown
to close the window and return to the keyboard, this is the talkback description for it -->
<string name="keyboard_actionbar_return_from_action_window_talkback">Back</string>
<!-- When an action window is opened, but it's not docked above keyboard, this button allows the
user to dock it above the keyboard, showing the keyboard below the action window -->
<string name="keyboard_actionbar_dock_action_window_above_keyboard_talkback">Show Keyboard</string>
<!-- When an action window is opened and docked, an X button is shown to close the action window
This is the talkback description for it -->
<string name="keyboard_actionbar_close_docked_action_window_talkback">Close</string>
<!-- When an action window is opened and docked, a down arrow allows the user to collapse it back
into the keyboard, undocking it from above the keyboard. -->
<string name="keyboard_actionbar_undock_action_window_collapse_into_keyboard_talkback">Collapse</string>
<!-- Payment screen -->
<string name="payment_screen_short_title">Payment</string>
<string name="payment_screen_title">Pay for FUTO Keyboard</string>
<string name="payment_screen_sales_paragraph_1">You\'ve been using FUTO Keyboard for <xliff:g name="days" example="30">%d</xliff:g> days. If you find this app useful, please consider paying to support future development of FUTO software.</string>
<string name="payment_screen_sales_paragraph_1_alt">Thank you for trying out FUTO Keyboard! If you find this app useful, please consider paying to support future development of FUTO software.</string>
<string name="payment_screen_sales_paragraph_2">FUTO is dedicated to making good software that doesn\'t abuse you. This app will never serve you ads or collect your personal data.</string>
<string name="payment_screen_sales_point_development_title">Sustainable Development</string>
<string name="payment_screen_sales_point_development_body">FUTO\'s mission is for open-source software and non-malicious software business practices to become a sustainable income source for projects and their developers. For this reason, we are in favor of users actually paying for software.</string>
<string name="payment_screen_sales_point_privacy_title">Commitment to Privacy</string>
<string name="payment_screen_sales_point_privacy_body">This app will never serve you ads or sell your data. We are not in the business of doing that.</string>
<string name="payment_screen_error_build_unsupported_payment">Payment is unsupported on this build</string>
<string name="payment_screen_already_paid_title">Already paid?</string>
<string name="payment_screen_already_paid_body">If you already paid for FUTO Keyboard or FUTO Voice Input, tap below.</string>
<string name="payment_screen_already_paid_button">I already paid</string>
<string name="payment_screen_already_paid_confirmation">Confirm your choice</string>
<string name="payment_screen_already_paid_confirmation_body">Are you sure you want to confirm you already paid? Once confirmed, you won\'t be asked about paying again.</string>
<string name="payment_screen_already_paid_confirmation_confirm">I already paid</string>
<string name="payment_screen_already_paid_confirmation_cancel">Cancel</string>
<string name="payment_screen_set_reminder_title">Not ready to pay yet?</string>
<string name="payment_screen_set_reminder_body">This will hide the reminder in the settings screen for the period of days entered.</string>
<string name="payment_screen_set_reminder_setter">When would you like to be reminded?</string>
<string name="payment_screen_set_reminder_setter_7_days">in 7 days</string>
<string name="payment_screen_set_reminder_setter_1_month">in 1 month</string>
<string name="payment_screen_set_reminder_setter_6_months">in 6 months</string>
<string name="payment_screen_set_reminder_setter_next_century">next century</string>
<string name="payment_screen_set_reminder_setter_confirm">Confirm reminder</string>
<string name="payment_screen_other_options">Other Options</string>
<string name="payment_screen_need_help_title">Help</string>
<string name="payment_screen_need_help_subtitle">Need help? Visit our website</string>
<string name="payment_screen_pay_via_google">Pay via Google Play (<xliff:g name="price" example="~$2.99">%s</xliff:g> + tax)</string>
<string name="payment_screen_pay_via_futopay">Pay (<xliff:g name="price" example="~$2.99">%s</xliff:g> + tax)</string>
<string name="payment_screen_pay_via_futopay2">Pay via FUTO Pay (<xliff:g name="price" example="~$2.99">%s</xliff:g> + tax)</string>
<string name="payment_screen_more_options">More options</string>
<string name="payment_screen_payment_complete_title">Payment Complete</string>
<string name="payment_screen_aftersales_title">Thank you</string>
<string name="payment_screen_aftersales_title_pending">Payment Pending</string>
<string name="payment_screen_aftersales_paragraph_1">Thank you for purchasing FUTO Keyboard!</string>
<string name="payment_screen_aftersales_paragraph_2">Your purchase will help continued development of FUTO Keyboard, and other FUTO projects.</string>
<string name="payment_screen_aftersales_paragraph_2_pending">Your payment is still pending, but it should clear soon.</string>
<string name="payment_screen_aftersales_paragraph_3">If you just paid, your payment may still be processing, you should get an email with more information.</string>
<string name="payment_screen_payment_failed_title">Payment Error</string>
<string name="payment_screen_payment_failed_body">Unfortunately, your payment has failed for one reason or another. Please contact us if you need help. You can reach us at keyboard@futo.org, with the button below, or with Send Feedback in Help</string>
<string name="payment_screen_payment_failed_body_unconfident">There may have been a problem with your payment. If it did go through, you should receive an email with a license key. Please contact us if you need help. You can reach us at keyboard@futo.org, with the button below, or with Share Feedback at the main screen.</string>
<string name="payment_screen_license_integrity_error">Failed to verify license. If you believe this to be an error, please contact us.</string>
<string name="payment_screen_continue_button">Continue</string>
<string name="payment_unpaid_version_title">Unpaid FUTO Keyboard</string>
<string name="payment_unpaid_version_indicator">Unpaid</string>
<string name="payment_paid_version_indicator">Thank you for using the paid version of FUTO Keyboard!</string>
<!-- Lack of automatic updates notice -->
<string name="manual_update_notice_title">Updates Notice</string>
<string name="manual_update_notice_paragraph_1">This app doesn\'t connect to the internet and it won\'t be able to check for automatic updates. You can check for updates manually though.</string>
<string name="manual_update_notice_paragraph_2">Please use F-Droid or Obtainium for automatic updates. Visit keyboard.futo.org for download options.</string>
<string name="manual_update_notice_dev_paragraph">You are on the development build of FUTO Keyboard. Visit keyboard.futo.org if you want to download the stable build.</string>
<string name="manual_update_notice_visit_site_button">Visit</string>
<!-- can be translated as "understood", etc -->
<string name="manual_update_notice_dismiss_notice_button">Dismiss</string>
<!-- General settings strings -->
<string name="settings_tip">Tip</string>
<string name="settings_unknown_error_title">Unknown Error</string>
<string name="settings_unknown_error_subtitle">An unknown error has occurred.</string>
<string name="settings_try_typing_here">Try typing here…</string>
<string name="settings_external_model_name">Externally imported model</string>
<string name="settings_check_for_updates_manually">Check for updates manually</string>
<string name="settings_update_available">Update Available</string>
<!-- May be translated as "Start", "All", etc. This is the starting menu where all settings live.
Usually the string `english_ime_settings` is used instead, but this title is used in search
results. -->
<string name="settings_home_title">Home</string>
<!-- When a setting exists but is hidden due to another option being disabled (or enabled), the search
will display the option title with this subtitle. Tapping will visit the menu where the setting
lives, and usually the user can figure out what option to toggle to show the option. For example,
all voice input options are hidden if the "Use System Voice Input" toggle is on. -->
<string name="settings_search_option_exists_but_disabled">Option is disabled as it depends on another option, tap to visit menu: %1$s</string>
<string name="settings_search_menu_title">Search</string>
<string name="settings_search_enter_your_search">Enter a search term…</string>
<string name="settings_search_no_options_found">No results found</string>
<string name="misc_settings_title">Miscellaneous</string>
<!-- When adding a new language -->
<string name="language_settings_title">Languages & Models</string>
<string name="language_settings_add_language_button">Add language</string>
<string name="language_settings_select_language">Select language to add</string>
<string name="language_settings_search">Search</string>
<string name="language_settings_select_layout">Select a layout to add</string>
<string name="language_settings_warning_language_has_no_dict">This language has no built-in dictionary. We recommend downloading and importing one to get autocorrect and word suggestions.</string>
<string name="language_settings_resource_none">(None)</string>
<string name="language_settings_layouts_of_this_language">Keyboard Layouts</string>
<string name="language_settings_add_layout_for_this_language">Add Keyboard Layout</string>
<string name="language_settings_enable_multilingual_typing_for_this_language">Multilingual Typing</string>
<string name="language_settings_remove_this_language">Remove Language</string>
<string name="language_settings_manage_languages_title">Manage languages and layouts</string>
<string name="language_settings_manage_languages_subtitle">View languages you’ve enabled, remove languages, change or add additional layouts, or toggle multilingual typing</string>
<string name="language_settings_resource_imported_indicator">(Imported)</string>
<string name="language_settings_resource_unsupported_indicator">(Unsupported)</string>
<string name="language_settings_resource_builtin_dictionary_name">Built-in Dictionary</string>
<string name="language_settings_resource_voice_input_selected">Would you like to revert the voice input model to default, or replace it with another file?</string>
<string name="language_settings_resource_voice_input_selected_no_default_warning">No built-in voice input model exists for this language, so if you remove it, voice input will stop working for this language until you import a different model!</string>
<string name="language_settings_resource_voice_input_selected_unset">You have not configured a custom voice input model for this language. You can explore downloads online, or import one from a file.</string>
<string name="language_settings_resource_transformer_selected">Would you like to revert the transformer model to default, or replace it with another file?</string>
<string name="language_settings_resource_transformer_selected_no_default_warning">No built-in transformer model exists for this language, so if you remove it, transformer-based predictions will stop working for this language until you import a different model!</string>
<string name="language_settings_resource_transformer_selected_unset">You have not configured a custom transformer model for this language. You can explore downloads online, or import one from a file.</string>
<string name="language_settings_resource_dictionary_selected">Would you like to revert the dictionary to default, or replace it with another file?</string>
<string name="language_settings_resource_dictionary_selected_no_default_warning">No built-in dictionary exists for this language, so if you remove it, autocorrect and predictions will stop working for this language until you import a different dictionary!</string>
<string name="language_settings_resource_dictionary_selected_unset">You have not configured a custom dictionary for this language. You can explore downloads online, or import one from a file.</string>
<string name="language_settings_resource_replace_button">Replace</string>
<string name="language_settings_resource_import_file_button">Import</string>
<string name="language_settings_resource_revert_to_default_button">Revert to Default</string>
<string name="language_settings_resource_remove_button">Remove</string>
<string name="language_settings_resource_explore_online_button">Explore</string>
<string name="language_settings_remove_language_title">Delete %1$s?</string>
<string name="language_settings_remove_language_body">Remove %1$s, all of its associated layouts and custom resources?</string>
<string name="language_settings_remove_language_remove_button">Remove</string>
<string name="language_settings_remove_language_cancel_button">Cancel</string>
<string name="language_settings_other_options">Other options</string>
<string name="language_settings_import_resource_from_file">Import resource file</string>
<string name="language_settings_explore_voice_input_models_online">Explore voice input models</string>
<string name="language_settings_explore_dictionaries_online">Explore dictionaries</string>
<string name="language_settings_explore_transformers_online">Explore transformer models</string>
<string name="language_settings_import_dictionary_or_model">Import dictionary or model</string>
<!-- Reource importer -->
<string name="file_kind_voice_input_model">Voice Input Model</string>
<string name="file_kind_transformer_model">Transformer Model</string>
<string name="file_kind_dictionary">Dictionary</string>
<string name="file_kind_invalid_file">Invalid file</string>
<string name="file_kind_cfg_backup">Configuration Backup</string>
<string name="resource_importer_import_title">Import - %1$s</string>
<string name="resource_importer_error_wordlist_1">Error: This file appears to be a source wordlist (_wordlist.combined) instead of a compiled dictionary (.dict) file.</string>
<string name="resource_importer_error_wordlist_2">Please download the compiled dictionary file, not the wordlist. If you made this wordlist yourself, compile it externally using dicttool.</string>
<string name="resource_importer_error_invalid_fiile">Error: This file could not be recognized. It may be invalid or it may have been corrupted. Try re-downloading it, or try a different file.</string>
<string name="resource_importer_cancel_button">Cancel</string>
<string name="resource_importer_import_button">Import</string>
<string name="resource_importer_file_info">File information: %1$s</string>
<string name="resource_importer_importing">Importing for language: %1$s</string>
<string name="resource_importer_importing_cfg">Importing configuration… Please do not close this menu until the process is completed (5 to 10 seconds)</string>
<string name="resource_importer_select_language">Select the language to import for:</string>
<string name="resource_importer_warning_language_missing">This file appears to be intended for a language (%1$s) which is not enabled in settings</string>
<string name="resource_importer_warning_cfg_backup_is_destructive2">Are you sure you want to import this configuration backup? This will replace all of your settings, personal dictionary (system-wide), learned dictionary words, any imported resources, and more. If you’re unsure, make another backup before this.</string>
<string name="resource_importer_warning_cfg_backup_newer_version">This configuration backup was created by a newer version of FUTO Keyboard, and it might not import properly. Try updating FUTO Keyboard first.</string>
<string name="settings_export_configuration_title">Settings Backup</string>
<string name="settings_export_configuration">Export configuration</string>
<string name="settings_export_configuration_subtitle">Back up all of your settings, clipboard, learned words, resources, and more.</string>
<string name="settings_export_configuration_exporting">Exporting configuration…</string>
<string name="settings_export_configuration_exporting_text">Please do not close this menu until the process is completed (5 to 10 seconds)</string>
<string name="settings_import_configuration">Import configuration</string>
<string name="settings_import_configuration_subtitle">If you previously exported your config, you can re-import it here.</string>
<string name="settings_import_export_tags">backup, restore, save, load, export, import, transfer device</string>
<!-- Keyboard actions -->
<string name="action_editor_title">Edit Actions</string>
<string name="action_editor_subtitle">Edit favorite actions, pinned actions, and the action key next to the spacebar</string>
<string name="action_editor_edit_actions">Edit actions</string>
<string name="action_editor_warning_no_actions">No actions are enabled</string>
<string name="action_editor_error_more_than_one_action_key">Please assign only one action key. You cannot assign more than one action to the action key.</string>
<string name="action_editor_warning_too_many_pinned">Please consider pinning fewer actions. The suggestion bar will need to be shrunk to accommodate this many actions.</string>
<string name="action_editor_add_next_action">Add next</string>
<!-- Action settings -->
<string name="action_settings_title">Actions</string>
<string name="action_settings_quick_options_title">Quick Options</string>
<string name="action_settings_quick_option_enable_action_key">Enable action key</string>
<string name="action_settings_quick_option_enable_action_key_subtitle_no_assignment">Show a key to the left of spacebar to quickly access an action. Enabling this will place an emoji key, but it can be customized in “Edit Actions“</string>
<string name="action_settings_quick_option_enable_action_key_subtitle_with_assignment">Show a key to the left of spacebar to quickly access an action. Disabling this will move the currently assigned action: %s</string>
<string name="action_settings_quick_option_language_switch_key">Language switch key</string>
<string name="action_settings_quick_option_language_switch_key_subtitle">Replace the emoji key with a language switch key. Go to “Edit Actions” to put something else.</string>
<string name="action_settings_action_settings">Action Settings</string>
<!-- Keyboard's size settings -->
<string name="size_settings_title">Resize Keyboard</string>
<string name="size_settings_subtitle2">Change keyboard size, make it one-handed, floating, split</string>
<string name="size_settings_resize_tip">Tap the \"Resize Keyboard\" button to resize.</string>
<string name="size_settings_keyboard_modes_tip">You can access this anywhere with the Keyboard Modes action:</string>
<string name="size_settings_keyboard_modes_portrait_landscape_tip">Size and mode is stored separately for portrait and landscape.</string>
<string name="size_settings_reset">Reset size settings</string>
<string name="size_settings_reset_subtitle">Tap to reset all sizes and modes for both portrait and landscape to default</string>
<!-- Long-press keys, or otherwise called secondary keys, more keys, additional keys -->
<string name="morekey_settings_title">Long-Press Keys & Spacebar</string>
<string name="morekey_settings_subtitle">Configure long-press duration, how to order letters/symbols, and behavior of spacebar and delete key.</string>
<string name="morekey_settings_layout">Layout of long-press keys</string>
<string name="morekey_settings_reset">Reset to default</string>
<string name="morekey_settings_move_kind_up">Move up</string>
<string name="morekey_settings_move_kind_down">Move down</string>
<string name="morekey_settings_move_kind_up_to_top">Move to top</string>
<string name="morekey_settings_move_kind_down_to_bottom">Move to bottom</string>
<string name="morekey_settings_kind_position">Position %1$s of %2$s</string>
<string name="morekey_settings_active">Active</string>
<string name="morekey_settings_inactive">Inactive</string>
<string name="morekey_settings_reactivate">Reactivate</string>
<string name="morekey_settings_disable">Deactivate</string>
<string name="morekey_settings_keys">Long-Press Keys</string>
<string name="morekey_settings_show_hints">Show hints</string>
<string name="morekey_settings_show_hints_subtitle">Display a small hint on each key, showing the primary long-press key</string>
<string name="morekey_settings_show_hints_tags">additional characters, alt keys, symbols, popup keys</string>
<string name="morekey_settings_duration">Long Press Duration</string>
<string name="morekey_settings_duration_subtitle">How long a key needs to be pressed to be considered a long-press</string>
<string name="morekey_settings_backspace_behavior">Backspace Behavior when holding or swiping</string>
<string name="morekey_settings_backspace_behavior_delete_chars">Delete characters</string>
<string name="morekey_settings_backspace_behavior_delete_words">Delete entire words</string>
<string name="morekey_settings_space_behavior">Spacebar Behavior</string>
<string name="morekey_settings_space_behavior_swipe_cursor">Swiping moves cursor, long-pressing switches language</string>
<string name="morekey_settings_space_behavior_swipe_lang">Swiping changes language, long-pressing moves cursor</string>
<string name="morekey_settings_space_behavior_only_cursor">Swiping and long-pressing only moves cursor</string>
<!-- Types of morekeys that can be configured, and examples of them -->
<string name="morekey_settings_kind_numbers">Numbers</string>
<string name="morekey_settings_kind_numbers_example">e.g. [1] on [q]</string>
<string name="morekey_settings_kind_language_keys">Language keys</string>
<!-- This example can be adjusted per language for better understanding -->
<string name="morekey_settings_kind_language_keys_example">e.g. [ñ] on [n] in Spanish</string>
<string name="morekey_settings_kind_symbols">Symbols</string>
<string name="morekey_settings_kind_symbols_example">e.g. [@] on [a]</string>
<string name="morekey_settings_kind_actions">Quick actions</string>
<string name="morekey_settings_kind_actions_example">e.g. [Copy] on [c]</string>
<string name="morekey_settings_kind_misc_common">Misc. letters from common languages</string>
<string name="morekey_settings_kind_misc_common_example">e.g. [ß] on [s] in all Latin script languages</string>
<!-- typing settings -->
<string name="typing_settings_title">Typing preferences</string>
<!-- When translating, rename it to gesture typing if it makes more sense for that language -->
<string name="typing_settings_swipe">Swipe Typing (alpha)</string>
<string name="typing_settings_swipe_subtitle">Allow swiping from key to key to write words.</string>
<string name="typing_settings_suggest_emojis">Emoji Suggestions</string>
<string name="typing_settings_suggest_emojis_subtitle">Suggest emojis while you\'re typing</string>
<string name="typing_settings_vibration_strength">Vibration</string>
<string name="typing_settings_vibration_strength_default">Default</string>
<string name="typing_settings_keypress_sound_volume">Sound Volume</string>
<string name="typing_settings_keypress_sound_volume_default">Default</string>
<string name="typing_settings_keypress_sound_volume_vendor_warning">The volume setting may have no effect on some versions of Android.</string>
<string name="typing_settings_keypress_sound_volume_ringer_mode_warning">The sound will not play if your ringer mode is set to silent or vibrate.</string>
<string name="typing_settings_enable_clipboard_history">Clipboard History</string>
<string name="typing_settings_enable_clipboard_history_tags">copy, paste</string>
<string name="typing_settings_delete_pasted_text_on_backspace">Delete pasted/inserted text on backspace</string>
<string name="typing_settings_revert_correction_on_backspace">Undo autocorrect on backspace</string>
<!-- Automatic space insertion -->
<string name="typing_settings_auto_space_mode">Automatic spaces mode</string>
<string name="typing_settings_auto_space_mode_auto2">Immediate space after suggestions & punctuation</string>
<string name="typing_settings_auto_space_mode_suggestions2">Immediate space after suggestions</string>
<string name="typing_settings_auto_space_mode_legacy2">Delayed space after suggestions (legacy mode)</string>
<string name="typing_settings_auto_space_mode_none2">Disabled (not recommended)</string>
<!-- Misc keyboard settings -->
<string name="keyboard_settings_title">Keyboard</string>
<string name="keyboard_settings_show_number_row">Show Number Row</string>
<string name="keyboard_settings_show_number_row_subtitle">When active, the number row is shown on top of the keyboard on supported layouts</string>
<string name="keyboard_settings_show_arrow_row">Show Arrow Keys</string>
<string name="keyboard_settings_show_arrow_row_subtitle">When active, the arrow keys row is shown on the bottom of the keyboard</string>
<string name="keyboard_settings_extra_layouts">Additional Layouts</string>
<string name="keyboard_settings_extra_layouts_subtitle">Configure additional layouts in the languages screen</string>
<string name="keyboard_settings_show_suggestion_row">Show action/suggestions bar</string>
<string name="keyboard_settings_show_suggestion_row_subtitle">Show the bar containing suggestions. Recommended to keep enabled</string>
<string name="keyboard_settings_inline_autofill">Inline autofill</string>
<string name="keyboard_settings_inline_autofill_subtitle">Display password manager autofill and auto-reply suggestions (provided by app) in suggestion bar</string>
<string name="keyboard_settings_period_key">Quick period key</string>
<string name="keyboard_settings_period_key_subtitle2">Replaces the layout of long-pressed period key with a flickable layout: ! , . ?</string>
<string name="keyboard_settings_number_row_title">Number row</string>
<string name="keyboard_settings_number_row_style">Number row style</string>
<!-- Slightly more compact than a full key, has no background -->
<string name="keyboard_settings_number_row_style_default">Compact</string>
<!-- "Key" as in full-size keyboard key -->
<string name="keyboard_settings_number_row_style_classic">Key</string>
<!-- Languages like Arabic can have their own digit symbols, this forces use of Western numerals -->
<string name="keyboard_settings_number_row_dont_use_script_digits">Always use Western numerals</string>
<!-- misc titles -->
<string name="settings_keyboard_typing_title">Keyboard & Typing</string>
<!-- Theme, as in visual style -->
<string name="theme_settings_title">Theme</string>
<string name="theme_settings_key_borders">Key borders</string>
<string name="theme_settings_default_themes">Built-in</string>
<string name="theme_settings_seasonal_themes">Seasonal</string>
<string name="theme_settings_custom_themes">Your themes</string>
<string name="theme_settings_custom_theme_delete_title">Delete custom theme?</string>
<string name="theme_settings_custom_theme_delete_body">Theme: %s</string>
<string name="theme_settings_custom_theme_delete_confirm">Delete</string>
<string name="theme_settings_custom_theme_delete_cancel">Cancel</string>
<!-- Theme customizer -->
<string name="theme_customizer_select_background_image_button">Select image</string>
<string name="theme_customizer_adjust_background_image_hint">Drag or pinch to adjust image</string>
<string name="theme_customizer_transparency_slider_name">Transparency</string>
<string name="theme_customizer_blur_slider_name">Blur</string>
<string name="theme_customizer_color_sliders_name">Color</string>
<string name="theme_customizer_dark_mode_toggle">Dark mode</string>
<string name="theme_customizer_light_mode_toggle">Light mode</string>
<string name="theme_customizer_finish_theme_adjustment">Finish</string>
<string name="theme_customizer_load_custom_theme_file">Load from ZIP</string>
<string name="theme_customizer_import_custom_theme_menu_title">Import custom theme</string>
<string name="theme_customizer_import_custom_theme_name_text">Theme name: %s</string>
<string name="theme_customizer_import_custom_theme_author_text">Author: %s</string>
<string name="dev_settings_title">Developer Settings</string>
<!-- Voice input settings menu -->
<string name="voice_input_settings_title">Voice Input</string>
<string name="voice_input_settings_builtin_disabled_notice">Built-in voice input is disabled!</string>
<string name="voice_input_settings_disable_builtin_voice_input">Disable built-in voice input</string>
<string name="voice_input_settings_disable_builtin_voice_input_subtitle">Use voice input provided by external app</string>
<string name="voice_input_settings_indication_sounds">Indication sounds</string>
<string name="voice_input_settings_indication_sounds_subtitle">Play a short sound on start and cancel</string>
<string name="voice_input_settings_verbose_progress">Verbose progress</string>
<string name="voice_input_settings_verbose_progress_subtitle">Display additional information, such as mic being used</string>
<string name="voice_input_settings_use_personal_dict">Personal Dictionary for Voice</string>
<string name="voice_input_settings_use_personal_dict_subtitle">Whether or not to use the personal dictionary for voice input</string>
<string name="voice_input_settings_use_bluetooth_mic">Prefer Bluetooth Mic</string>
<string name="voice_input_settings_use_bluetooth_mic_subtitle">There may be extra delay to recording starting as Bluetooth SCO connection must be negotiated</string>
<string name="voice_input_settings_audio_focus">Audio Focus</string>
<string name="voice_input_settings_audio_focus_subtitle">Pause videos/music when voice input is activated</string>
<string name="voice_input_settings_suppress_symbols">Suppress symbols</string>
<string name="voice_input_settings_suppress_symbols_subtitle">Prevent voice input from outputting symbols</string>
<string name="voice_input_settings_long_form">Long-form voice input</string>
<string name="voice_input_settings_long_form_subtitle">If disabled, voice input will auto-stop after 30 seconds.</string>
<string name="voice_input_settings_autostop_vad">Auto-stop on silence</string>
<string name="voice_input_settings_autostop_vad_subtitle">Automatically stop when silence is detected. You may need to manually stop regardless if there\'s too much background noise.</string>
<string name="voice_input_settings_change_models">Models</string>
<string name="voice_input_settings_change_models_subtitle">To change the models, visit Languages & Models menu</string>
<!-- Dictation commands settings -->
<string name="dictation_commands_title">Dictation Commands</string>
<string name="dictation_commands_subtitle">Replace spoken phrases like \"new line\" or \"dollar sign\" with symbols and formatting</string>
<string name="dictation_formatting_title">Formatting</string>
<string name="dictation_formatting_subtitle">New line, new paragraph, tab, numeral, no space on/off</string>
<string name="dictation_capitalization_title">Capitalization</string>
<string name="dictation_capitalization_subtitle">Caps on/off, all caps</string>
<string name="dictation_punctuation_title">Punctuation & Brackets</string>
<string name="dictation_punctuation_subtitle">Quotes, brackets, parentheses, dash, ellipsis</string>
<string name="dictation_symbols_title">Symbols</string>
<string name="dictation_symbols_subtitle">Ampersand, asterisk, at sign, hashtag, etc.</string>
<string name="dictation_math_title">Math Symbols</string>
<string name="dictation_math_subtitle">Equal, plus, minus, greater than, less than</string>
<string name="dictation_currency_title">Currency Symbols</string>
<string name="dictation_currency_subtitle">Dollar, euro, pound, yen, cent</string>
<string name="dictation_emoticons_title">Emoticons</string>
<string name="dictation_emoticons_subtitle">Smiley, frowny, winky face</string>
<string name="dictation_ip_marks_title">Intellectual Property Marks</string>
<string name="dictation_ip_marks_subtitle">Copyright, registered, trademark</string>
<!-- Prediction menu -->
<string name="prediction_settings_title">Text Prediction</string>
<string name="prediction_settings_transformer">Transformer LM</string>
<string name="prediction_settings_transformer_finetuning">Transformer fine-tuning</string>
<string name="prediction_settings_transformer_finetuning_subtitle">May kill your battery if enabled! This feature is pending more work</string>
<string name="prediction_settings_transformer_models">Transformer Models</string>
<string name="prediction_settings_transformer_alpha_notice">Note: Transformer LM is in alpha state</string>
<!-- When translating this, you can point out the local language specifically, e.g. for Portuguese, "... This has no effect for typing in Portuguese and other languages" -->
<string name="prediction_settings_transformer_english_notice">These settings are experimental and only relevant for English. These settings have no effect for other languages.</string>
<string name="prediction_settings_smart_keyhit_detection">Smart key-hit detection</string>
<string name="prediction_settings_smart_keyhit_detection_subtitle">Uses dictionary to determine relevant next keys, and boosts their hit area. Boosting is avoided after a backspace</string>
<string name="prediction_settings_word_blacklist">Word Blacklist</string>
<string name="prediction_settings_word_blacklist_add">Add to blacklist</string>
<string name="prediction_settings_word_blacklist_none">There are no blacklisted words.</string>
<string name="prediction_settings_word_blacklist_edit_blacklisted_words_title">View and edit blacklisted words</string>
<string name="prediction_settings_word_blacklist_edit_blacklisted_words_subtitle">Click here to view the list of blacklisted suggestions, add or remove entries</string>
<string name="prediction_settings_word_blacklist_remove_word_from_blacklist">Remove word</string>
<!-- Help & feedback menu -->
<string name="help_menu_title">Help & Feedback</string>
<string name="help_menu_version_name">Version Name: %1$s</string>
<string name="help_menu_version_code">Version Code: %1$s</string>
<string name="help_menu_version_tip">We want to hear from you! If you\'re reporting an issue, your version may be relevant: v%1$s</string>
<string name="help_menu_website">FUTO Website</string>
<string name="help_menu_website_subtitle">Learn more about us and our philosophy</string>
<string name="help_menu_website_tags">download, apps, voice input</string>
<string name="help_menu_documentation">Documentation</string>
<string name="help_menu_documentation_subtitle">Learn more about the keyboard\'s features and capabilities</string>
<string name="help_menu_discord">Discord Server</string>
<string name="help_menu_discord_subtitle">Wanna talk but don\'t like Zulip? Chat here</string>
<string name="help_menu_futo_chat">FUTO Chat (Zulip)</string>
<string name="help_menu_futo_chat_subtitle">Wanna talk but don\'t like Discord? Chat here</string>
<string name="help_menu_github">Public issue tracker (GitHub)</string>
<string name="help_menu_github_subtitle">Specific bug or feature request? Post here</string>
<string name="help_menu_email">Email keyboard@futo.org</string>
<string name="help_menu_email_subtitle">Private feedback, help, or don\'t use GitHub? Email us</string>
<string name="help_menu_email_tags">gmail, support, contact, help, broken, bug, error, issue, problem, complaint, ticket, payment, support, glitch, malfunction, fix, customer service, crash, question, inquiry, assistance</string>
<!-- Setup configuration -->
<string name="setup_step_1">Setup - Step 1</string>
<string name="setup_step_2">Setup - Step 2</string>
<string name="setup_step_3">Setup - Step 3</string>
<string name="setup_welcome_text">Welcome to FUTO Keyboard (alpha)! This product is still under development and not yet finished, we appreciate your patience and understanding.\n\nTo get started, enable FUTO Keyboard as an input method.</string>
<string name="setup_open_input_settings">Open Input Method Settings</string>
<string name="setup_warning_multiple_versions">Warning: You seem to have both Play Store and Standalone versions installed, we only recommend installing one</string>
<string name="setup_active_input_method">Please select FUTO Keyboard as your active input method.</string>
<string name="setup_switch_input_methods">Switch Input Methods</string>
<!-- Credits menu -->
<string name="credits_menu_title">Credits</string>
<string name="credits_menu_header_text">Thanks to these people for helping make FUTO Keyboard a great app!</string>
<string name="credits_menu_team_translators_title">Translators</string>
<string name="credits_menu_team_keyboard_layouts_title">Layout contributors</string>
<string name="credits_menu_team_code_title">Code contributors</string>
<string name="credits_menu_team_third_party_libraries_title2">3rd-party code & assets</string>
<string name="credits_menu_nonaffiliation_notice">The authors listed above are not affiliated with us, and may not necessarily endorse or promote us. Listing does not imply affiliation or endorsement.</string>
<string name="credits_menu_contribute_translations_button">Help translate the app</string>
<string name="credits_menu_contribute_keyboard_layouts_button">Contribute layouts</string>
<string name="credits_menu_contribute_code_button">Contribute code</string>
<string name="credits_menu_project_information_title">%s information</string>
<string name="credits_menu_project_url_link">Project URL</string>
<!-- Settings category title -->
<string name="language_specific_settings_title">Language-specific settings</string>
<!-- Specific to Japanese input method -->
<string name="japanese_settings_title">Japanese Input Settings</string>
<string name="japanese_settings_toggle_flick_only">Flick only</string>
<string name="japanese_settings_toggle_flick_only_subtitle">Disables cycling between vowels on repeated key presses (Keitai input)</string>
<string name="japanese_settings_toggle_halfwidth_space">Use half-width space</string>
<string name="japanese_settings_toggle_halfwidth_space_subtitle">Always use half-width space</string>
<!-- Advanced parameters, these are only really relevant for English -->
<string name="prediction_settings_transformer_advanced_params">Advanced Parameters</string>
<string name="prediction_settings_transformer_advanced_params_experimental_notice">Options below are experimental and may be removed or changed in the future as internal workings of the app change. Changing these values may have an adverse impact on your experience.
Note: These only affect English</string>
<string name="prediction_settings_transformer_advanced_params_transformer_lm_strength">Transformer LM strength</string>
<string name="prediction_settings_transformer_advanced_params_transformer_lm_strength_subtitle">Lower value will make autocorrect behave more similarly to standard AOSP keyboard, while higher value will make it more dependent on the neural network
Default is %1$s</string>
<string name="prediction_settings_transformer_advanced_params_transformer_lm_strength_always_transformer">always Transformer LM</string>
<string name="prediction_settings_transformer_advanced_params_transformer_lm_strength_always_binarydictionary">always BinaryDictionary</string>
<string name="prediction_settings_transformer_advanced_params_autocorrect_threshold">Autocorrect Threshold</string>
<string name="prediction_settings_transformer_advanced_params_autocorrect_threshold_subtitle">A lower threshold will autocorrect more often (and miscorrect more often), while a higher threshold will autocorrect less often (and miscorrect less often).
Default is %1$s</string>
<!-- Personal dictionary -->
<string name="personal_dictionary_shortcut_error_symbols">Error: Shortcut may not start with symbol</string>
<plurals name="personal_dictionary_language_word_count">
<item quantity="one">%1$s word</item>
<item quantity="other">%1$s words</item>
</plurals>
<string name="personal_dictionary_imported_additional_files_list_header">Files</string>
<string name="personal_dictionary_import_additional_file">Import</string>
<string name="personal_dictionary_words_list_header">Words</string>
<string name="personal_dictionary_cancel_action">Cancel</string>
<string name="personal_dictionary_delete_additional_file">Delete extra dictionary file?</string>
<!-- %1$s will be replaced with the custom dictionary name -->
<string name="personal_dictionary_delete_additional_file_text">%1$s will be deleted</string>
</resources>