1
0
Fork 0

Dictionary import (#586)

This commit is contained in:
Dimo Karaivanov 2024-07-31 11:52:05 +03:00 committed by GitHub
parent b9c4d71968
commit 4c7c941e44
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
35 changed files with 858 additions and 156 deletions

View file

@ -111,6 +111,18 @@
<string name="dictionary_export_generating_csv">Exporting CSV…</string>
<string name="dictionary_export_generating_csv_for_language">Exporting CSV (%1$s)…</string>
<string name="dictionary_import_custom_words">Import</string>
<string name="dictionary_import_custom_words_summary">Import words from a previously exported CSV.</string>
<string name="dictionary_import_failed">Importing failed.</string>
<string name="dictionary_import_finished">Importing completed.</string>
<string name="dictionary_import_error_browsing_error">Android file picker error.</string>
<string name="dictionary_import_error_cannot_read_file">Could not open the selected file.</string>
<string name="dictionary_import_error_file_too_long">Words exceed the maximum allowed count of %1$d.</string>
<string name="dictionary_import_error_malformed_line">Unexpected word format: \"%1$s\" on line %2$d.</string>
<string name="dictionary_import_error_too_many_words">The added word storage is full. You can not import any more words.</string>
<string name="dictionary_import_progress">Importing CSV (%1$s)…</string>
<string name="dictionary_import_running">Importing CSV…</string>
<string name="delete_words_delete">Delete</string>
<string name="delete_words_link_summary">Find and delete misspelled or unneeded words.</string>
<string name="delete_words_search_placeholder">Search for Words</string>