update app name in resources, readme, comments, ...

This commit is contained in:
Helium314 2024-02-14 09:22:30 +01:00
parent 0109b073fa
commit be38a58c13
65 changed files with 156 additions and 215 deletions

View file

@ -5,9 +5,8 @@ labels: bug
---
<!-- Please search open and closed issues to avoid duplicates. Maybe what you want has already been discussed or is mentioned in the readme.
If you want to report more issues / bugs, open mulitple issues (one for each).
If you want to report more issues / bugs, open multiple issues (one for each).
If you're interested, you can read the following useful text about effective bug reporting (a bit longer read): https://www.chiark.greenend.org.uk/~sgtatham/bugs.html -->
**Does it happen in OpenBoard, or is it exclusive to this modified version?**
**Describe the bug**
<!-- A clear and concise description of what the bug is. -->
@ -24,11 +23,11 @@ If you're interested, you can read the following useful text about effective bug
<!-- A clear and concise description of what you expected to happen. -->
**Screenshots**
<!-- If applicable and helpful, add screenshots to help explain your problem.
<!-- ONLY if applicable and helpful, add screenshots to help explain your problem.
If you add screenshots, reduce the size or use thumbnails to keep the issue nicely readable. -->
**App version**
<!-- Which _exact_ version of this fork is affected? -->
<!-- Which version of this app is affected? If you build the app yourself, please specify the latest commit included in the build -->
**Device (please complete the following information):**
- Model: <!-- [e.g. Samsung Galaxy S9] -->

View file

@ -4,8 +4,8 @@ contact_links:
url: https://codeberg.org/Helium314/aosp-dictionaries
about: Requests for dictionaries (used for suggestions / autocompletion) will be handled in the linked dictionary repository. You can check whether a dictionary for the language you want already exists there.
- name: Discussion
url: https://github.com/Helium314/OpenBoard/discussions
about: For discussions and feedback about this version of OpenBoard, asking questions or talking about ideas which are not yet actionable (i.e. not suitable for an issue).
url: https://github.com/Helium314/HeliBoard/discussions
about: For discussions and feedback about this app, asking questions or talking about ideas which are not yet actionable (i.e. not suitable for an issue).
- name: Question
url: https://github.com/Helium314/openboard/discussions/new?category=q-a
url: https://github.com/Helium314/HeliBoard/discussions/new?category=q-a
about: For questions please use the discussions section.

View file

@ -30,7 +30,7 @@ jobs:
- name: Upload APK
uses: actions/upload-artifact@v3
with:
name: OpenBoard-debug
name: HeliBoard-debug
path: app/build/outputs/apk/debug/*-debug*.apk
- name: Archive reports for failed job

View file

@ -1,4 +1,4 @@
# OpenBoard upgrade, WIP
# HeliBoard
## Table of Contents
@ -69,11 +69,11 @@ Features that may go unnoticed, and further potentially useful information
## Reporting Issues
Whether you encountered a bug, or want to see a new feature in OpenBoard, you can contribute to the project by opening a new issue [here](https://github.com/openboard-team/openboard/issues). Your help is always welcome!
Whether you encountered a bug, or want to see a new feature in HeliBoard, you can contribute to the project by opening a new issue [here](https://github.com/Helium314/HeliBoard/issues). Your help is always welcome!
Before opening a new issue, be sure to check the following:
- **Does the issue already exist?** Make sure a similar issue has not been reported by browsing [existing issues](https://github.com/Helium314/openboard/issues). Please search open and closed issues.
- **Is the issue still relevant?** Make sure your issue is not already fixed in the latest version of OpenBoard.
- **Does the issue already exist?** Make sure a similar issue has not been reported by browsing [existing issues](https://github.com/Helium314/HeliBoard/issues). Please search open and closed issues.
- **Is the issue still relevant?** Make sure your issue is not already fixed in the latest version of HeliBoard.
- **Did you use the issue template?** It is important to make life of our kind contributors easier by avoiding issues that miss key information to their resolution.
Note that issues that that ignore part of the issue template will likely get treated with very low priority, as often they are needlessly hard to read or understand (e.g. huge screenshots, or addressing multiple topics).
@ -88,14 +88,14 @@ To create or update a dictionary for your language, you can use [this tool](http
### Getting Started
OpenBoard project is based on Gradle and Android Gradle Plugin. To get started, you can install [Android Studio](https://developer.android.com/studio), and import project 'from Version Control / Git / Github' by providing this git repository [URL](https://github.com/Helium314/openboard) (or git SSH [URL](git@github.com:Helium314/openboard.git)).
HeliBoard project is based on Gradle and Android Gradle Plugin. To get started, you can install [Android Studio](https://developer.android.com/studio), and import project 'from Version Control / Git / Github' by providing this git repository [URL](https://github.com/Helium314/HeliBoard) (or git SSH [URL](git@github.com:Helium314/openboard.git)).
Of course you can also use any other compatible IDE, or work with text editor and command line.
Once everything is up correctly, you're ready to go!
### Guidelines
OpenBoard is a complex application, when contributing, you must take a step back and make sure your contribution:
HeliBoard is a complex application, when contributing, you must take a step back and make sure your contribution:
- **Is actually wanted**. Best check related open issues before you start working on a PR. Issues with "PR" and "contributor needed" labels are accepted, but still it would be good if you announced that you are working on it.
If there is no issue related to your intended contribution, it's a good idea to open a new one to avoid disappointment of the contribution not being accepted. For small changes or fixing obvious bugs this step is not necessary.
- **Is only about a single thing**. Mixing unrelated contributions into a single PR is hard to review and can get messy.
@ -104,9 +104,9 @@ If there is no issue related to your intended contribution, it's a good idea to
- **Has a low footprint**. Some parts of the code are executed very frequently, and the keyboard should stay responsive even on older devices.
- **Does not bring any non-free code or proprietary binary blobs**. This also applies to code/binaries with unknown licenses. Make sure you do not introduce any closed-source library from Google.
If your contribution contains code that is not your own, provide a link to the source.
- **Complies with the user privacy principle OpenBoard follows**.
- **Complies with the user privacy principle HeliBoard follows**.
In addition to previous elements, OpenBoard must stick to [F-Droid inclusion guidelines](https://f-droid.org/docs/Inclusion_Policy/).
In addition to previous elements, HeliBoard must stick to [F-Droid inclusion guidelines](https://f-droid.org/docs/Inclusion_Policy/).
### Adding Layouts
@ -118,7 +118,7 @@ See make-emoji-keys tool [README](tools/make-emoji-keys/README.md).
# License
OpenBoard (and this yet unnamed fork) project is licensed under GNU General Public License v3.0.
HeliBoard (as a fork of OpenBoard) project is licensed under GNU General Public License v3.0.
> Permissions of this strong copyleft license are conditioned on making available complete source code of licensed works and modifications, which include larger works using a licensed work, under the same license. Copyright and license notices must be preserved. Contributors provide an express grant of patent rights.
@ -134,4 +134,4 @@ Since the app is based on Apache 2.0 licensed AOSP Keyboard, an [Apache 2.0](LIC
- [Simple Keyboard](https://github.com/rkkr/simple-keyboard)
- [Indic Keyboard](https://gitlab.com/indicproject/indic-keyboard)
- [FlorisBoard](https://github.com/florisboard/florisboard/)
- Our [contributors](https://github.com/Helium314/openboard/graphs/contributors)
- Our [contributors](https://github.com/Helium314/HeliBoard/graphs/contributors)

View file

@ -38,7 +38,7 @@ android {
jniDebuggable false
applicationIdSuffix ".debug"
}
archivesBaseName = "openboard_" + defaultConfig.versionName
archivesBaseName = "HeliBoard_" + defaultConfig.versionName
}
buildFeatures {
@ -80,7 +80,7 @@ android {
jvmTarget = JavaVersion.VERSION_17.toString()
}
// see https://github.com/Helium314/openboard/issues/477
// see https://github.com/Helium314/HeliBoard/issues/477
dependenciesInfo {
includeInApk = false
includeInBundle = false

View file

@ -3,8 +3,8 @@
SPDX-License-Identifier: GPL-3.0-only
-->
<resources>
<string name="english_ime_name" translatable="false">OpenBoard debug</string>
<string name="spell_checker_service_name" translatable="false">OpenBoard debug Spell Checker</string>
<string name="ime_settings" translatable="false">OpenBoard debug Settings</string>
<string name="english_ime_name" translatable="false">HeliBoard debug</string>
<string name="spell_checker_service_name" translatable="false">HeliBoard debug Spell Checker</string>
<string name="ime_settings" translatable="false">HeliBoard debug Settings</string>
</resources>

View file

@ -13,7 +13,7 @@ public class ClipboardManagerCompat {
try {
cm.clearPrimaryClip();
} catch (Exception e) {
// workaround for system-caused crash in https://github.com/Helium314/openboard/issues/203
// workaround for system-caused crash in https://github.com/Helium314/HeliBoard/issues/203
cm.setPrimaryClip(ClipData.newPlainText("", ""));
}
} else {

View file

@ -1,6 +1,5 @@
/*
* Copyright (C) 2012 The Android Open Source Project
* Modifications copyright (C) 2019 OpenBoard
* SPDX-License-Identifier: Apache-2.0 AND GPL-3.0-only
*/

View file

@ -75,7 +75,7 @@ public class DictionaryFacilitatorImpl implements DictionaryFacilitator {
private String mChangeTo = "";
// todo: write cache never set, and never read (only written)
// tried to use read cache for a while, but small performance improvements are not worth the work (https://github.com/Helium314/openboard/issues/307)
// tried to use read cache for a while, but small performance improvements are not worth the work (https://github.com/Helium314/HeliBoard/issues/307)
private LruCache<String, Boolean> mValidSpellingWordReadCache;
private LruCache<String, Boolean> mValidSpellingWordWriteCache;
@ -390,7 +390,7 @@ public class DictionaryFacilitatorImpl implements DictionaryFacilitator {
|| !oldDictionaryGroupForLocale.hasDict(subDictType, account)) {
// Create a new dictionary.
subDict = getSubDict(subDictType, context, locale, null, dictNamePrefix, account);
if (subDict == null) continue; // https://github.com/Helium314/openboard/issues/293
if (subDict == null) continue; // https://github.com/Helium314/HeliBoard/issues/293
} else {
// Reuse the existing dictionary, and don't close it at the end
subDict = oldDictionaryGroupForLocale.getSubDict(subDictType);
@ -552,7 +552,7 @@ public class DictionaryFacilitatorImpl implements DictionaryFacilitator {
// reasoning: typing the same word again -> we probably want it in some dictionary permanently
final SettingsValues sv = Settings.getInstance().getCurrent();
if (sv.mAddToPersonalDictionary // require the setting
&& sv.mAutoCorrectEnabled == sv.mAutoCorrectionEnabledPerUserSettings // don't add if user wants autocorrect but input field does not, see https://github.com/Helium314/openboard/issues/427#issuecomment-1905438000
&& sv.mAutoCorrectEnabled == sv.mAutoCorrectionEnabledPerUserSettings // don't add if user wants autocorrect but input field does not, see https://github.com/Helium314/HeliBoard/issues/427#issuecomment-1905438000
&& mDictionaryGroups.get(0).hasDict(Dictionary.TYPE_USER_HISTORY, mDictionaryGroups.get(0).mAccount) // require personalized suggestions
&& !wasAutoCapitalized // we can't be 100% sure about what the user intended to type, so better don't add it
&& words.length == 1) { // ignore if more than a single word, this only happens with (badly working) spaceAwareGesture

View file

@ -416,4 +416,4 @@ private fun getAvailableSecondaryLocales(context: Context, mainLocale: Locale, a
return locales
}
private const val LAYOUT_FORMAT_URL = "https://github.com/Helium314/openboard/blob/new/layouts.md"
private const val LAYOUT_FORMAT_URL = "https://github.com/Helium314/HeliBoard/blob/main/layouts.md"

View file

@ -287,7 +287,7 @@ public final class SuggestionStripView extends RelativeLayout implements OnClick
public void onVisibilityChanged(@NonNull final View view, final int visibility) {
super.onVisibilityChanged(view, visibility);
if (view == this)
// workaround for a bug with inline suggestions views that just keep showing up otherwise, https://github.com/Helium314/openboard/pull/386
// workaround for a bug with inline suggestions views that just keep showing up otherwise, https://github.com/Helium314/HeliBoard/pull/386
mSuggestionsStrip.setVisibility(visibility);
}

View file

@ -129,8 +129,8 @@
<string name="enable_clipboard_history_summary">Indien gedeaktiveerd, sal knipbord sleutel plak as dit inhoud het</string>
<string name="clipboard_history_retention_time">Geskiedenis behou tyd</string>
<string name="key_borders">Sleutelgrense</string>
<string name="spell_checker_service_name">OpenBoard Spell Checker</string>
<string name="android_spell_checker_settings">OpenBoard Spell Checker Settings</string>
<string name="spell_checker_service_name">HeliBoard Spell Checker</string>
<string name="android_spell_checker_settings">HeliBoard Spell Checker Settings</string>
<string name="number_row">Nommers ry</string>
<string name="number_row_summary">Wys altyd die nommers ry</string>
<string name="show_hints">Wys sleutel wenke</string>
@ -151,7 +151,7 @@
<string name="autospace_after_punctuation_summary">Plaas \'n spasie na \'n leesteken sodra \'n nuwe woord getik word</string>
<string name="subtype_no_language_workman">Alphabet (Workman)</string>
<string name="subtype_no_language_colemak_dh">Alphabet (Colemak Mod-DH)</string>
<string name="ime_settings">OpenBoard Instellings</string>
<string name="ime_settings">HeliBoard Instellings</string>
<string name="settings_category_input">Invoer</string>
<string name="settings_category_additional_keys">Bykomende Sleutels</string>
<string name="settings_category_correction">Regstellings</string>

View file

@ -121,7 +121,7 @@
<string name="user_dict_fast_scroll_alphabet" msgid="5431919401558285473">" أ ب ت ث ج ح خ د ذ ر ز س ش ص ض ط ظ ع غ ف ق ك ل م ن ه و ي"</string>
<string name="show_emoji_key">مفتاح الرموز التعبيرية</string>
<string name="settings_no_limit">بلا حدود</string>
<string name="ime_settings">إعدادات OpenBoard</string>
<string name="ime_settings">إعدادات HeliBoard</string>
<string name="settings_category_input">الإدخال</string>
<string name="prefs_force_incognito_mode_summary">تعطيل تعلم الكلمات الجديدة</string>
<string name="more_keys_strip_description">المزيد من المفاتيح</string>
@ -131,8 +131,8 @@
<string name="settings_category_suggestions">الاقتراحات</string>
<string name="settings_category_experimental">تجريبي</string>
<string name="settings_category_miscellaneous">متنوعة</string>
<string name="spell_checker_service_name">المدقق الإملائي لـ OpenBoard</string>
<string name="android_spell_checker_settings">إعدادات المدقق الإملائي لـ OpenBoard</string>
<string name="spell_checker_service_name">المدقق الإملائي لـ HeliBoard</string>
<string name="android_spell_checker_settings">إعدادات المدقق الإملائي لـ HeliBoard</string>
<string name="number_row">صف الأرقام</string>
<string name="number_row_summary">إظهار صف الأرقام دائما</string>
<string name="day_night_mode_summary">سيتبع المظهر إعدادات النظام</string>

View file

@ -120,12 +120,12 @@
<string name="user_dict_settings_more_languages" msgid="7131268499685180461">"Digər dillər…"</string>
<string name="user_dict_fast_scroll_alphabet" msgid="5431919401558285473">" ABCDEFGHIJKLMNOPQRSTUVWXYZ"</string>
<string name="settings_category_clipboard_history">Pano keçmişi</string>
<string name="spell_checker_service_name">OpenBoard Yazı Yoxlayıcısı</string>
<string name="android_spell_checker_settings">OpenBoard Yazı Yoxlayıcısı Parametrləri</string>
<string name="spell_checker_service_name">HeliBoard Yazı Yoxlayıcısı</string>
<string name="android_spell_checker_settings">HeliBoard Yazı Yoxlayıcısı Parametrləri</string>
<string name="use_system_language_to_select_input_method_subtypes">"Sistem dillərini istifadə edin"</string>
<string name="select_input_method">"Daxiletmə metodunu seçin"</string>
<string name="settings_screen_appearance">"Görünüş"</string>
<string name="ime_settings">OpenBoard Tənzimləmələri</string>
<string name="ime_settings">HeliBoard Tənzimləmələri</string>
<string name="settings_category_input">Giriş</string>
<string name="settings_category_additional_keys">Əlavə Düymələr</string>
<string name="undo">"Ləğv edin"</string>

View file

@ -127,12 +127,12 @@
<string name="settings_category_miscellaneous">Рознае</string>
<string name="settings_no_limit">Без абмежаванняў</string>
<string name="abbreviation_unit_minutes"><xliff:g id="MINUTES">%s</xliff:g>Мін.</string>
<string name="android_spell_checker_settings">Налады праверкі правапісу OpenBoard</string>
<string name="android_spell_checker_settings">Налады праверкі правапісу HeliBoard</string>
<string name="show_emoji_key">Клавіша эмодзі</string>
<string name="ime_settings">Налады OpenBoard</string>
<string name="ime_settings">Налады HeliBoard</string>
<string name="settings_category_input">Увод</string>
<string name="settings_category_additional_keys">Дадатковыя клавішы</string>
<string name="spell_checker_service_name">Праграма праверкі правапісу OpenBoard</string>
<string name="spell_checker_service_name">Праграма праверкі правапісу HeliBoard</string>
<string name="enable_clipboard_history">Уключыць гісторыю буфера абмену</string>
<string name="enable_clipboard_history_summary">Калі выключана, клавіша буфера абмену будзе ўстаўляць змесціва буфера абмену, калі яно ёсць</string>
<string name="clipboard_history_retention_time">Час захоўвання гісторыі буфера абмену</string>

View file

@ -126,14 +126,14 @@
<string name="delete_swipe_summary">Llisqueu damunt de la tecla d\'esborrar per seleccionar i treure grans parts de text d\'un sol cop.</string>
<string name="incognito">Força el mode d\'incògnit</string>
<string name="abbreviation_unit_minutes"><xliff:g id="MINUTES">%s</xliff:g>min</string>
<string name="spell_checker_service_name">Corrector ortogràfic de l\'OpenBoard</string>
<string name="android_spell_checker_settings">Configuració del corrector ortogràfic de l\'OpenBoard</string>
<string name="spell_checker_service_name">Corrector ortogràfic de l\'HeliBoard</string>
<string name="android_spell_checker_settings">Configuració del corrector ortogràfic de l\'HeliBoard</string>
<string name="delete_swipe">Esborra amb lliscament</string>
<string name="show_emoji_key">Tecla d\'accés a emoticones</string>
<string name="prefs_force_incognito_mode_summary">Desactiva l\'aprenentatge de paraules noves.</string>
<string name="number_row">Numera les files</string>
<string name="number_row_summary">Mostra sempre el número de fila.</string>
<string name="ime_settings">Configuració de l\'OpenBoard</string>
<string name="ime_settings">Configuració de l\'HeliBoard</string>
<string name="settings_category_input">Entrada</string>
<string name="settings_category_miscellaneous">Miscel·lània</string>
<string name="key_borders">Vores del teclat</string>

View file

@ -130,8 +130,8 @@
<string name="settings_no_limit">Bez limitu</string>
<string name="enable_clipboard_history">Povolit historii schránky</string>
<string name="clipboard_history_retention_time">Doba zachování historie</string>
<string name="spell_checker_service_name">OpenBoard Kontrola Pravopisu</string>
<string name="android_spell_checker_settings">Nastavení kontroly pravopisu OpenBoard</string>
<string name="spell_checker_service_name">HeliBoard Kontrola Pravopisu</string>
<string name="android_spell_checker_settings">Nastavení kontroly pravopisu HeliBoard</string>
<string name="autospace_after_punctuation_summary">Automaticky vloží mezeru po ukončení slova znaménkem</string>
<string name="incognito">Vynutit režim inkognito</string>
<string name="prefs_force_incognito_mode_summary">Vypnout učení nových slov</string>
@ -148,7 +148,7 @@
<string name="prefs_long_press_keyboard_to_change_lang_summary">Dlouhý stisk mezerníku zobrazí výzvu změny vstupní metody</string>
<string name="prefs_keyboard_height_scale">Měřítko výšky klávesnice</string>
<string name="day_night_mode_summary">Vzhled podle systémového nastavení</string>
<string name="ime_settings">Nastavení OpenBoard</string>
<string name="ime_settings">Nastavení HeliBoard</string>
<string name="settings_category_suggestions">Návrhy</string>
<string name="show_emoji_key">Emoji klávesa</string>
<string name="subtype_no_language_workman">Abeceda (Workman)</string>

View file

@ -132,7 +132,7 @@
<string name="day_night_mode">Auto dag/nat-tilstand</string>
<string name="day_night_mode_summary">Udseende følger systemindstillinger</string>
<string name="abbreviation_unit_minutes"><xliff:g id="MINUTES">%s</xliff:g>min.</string>
<string name="spell_checker_service_name">OpenBoard-stavekontrol</string>
<string name="spell_checker_service_name">HeliBoard-stavekontrol</string>
<string name="show_hints">Vis tastetips</string>
<string name="number_row">Talrække</string>
<string name="number_row_summary">Vis altid talrækken</string>
@ -140,13 +140,13 @@
<string name="show_emoji_key">Emoji-tast</string>
<string name="prefs_long_press_keyboard_to_change_lang">Skift inputmetode med mellemrumstasten</string>
<string name="prefs_long_press_keyboard_to_change_lang_summary">Langt tryk på mellemrumstasten vil åbne menuen til valg af inputmetode</string>
<string name="android_spell_checker_settings">Indstillinger for OpenBoard-stavekontrol</string>
<string name="android_spell_checker_settings">Indstillinger for HeliBoard-stavekontrol</string>
<string name="autospace_after_punctuation_summary">Indsæt automatisk mellemrum efter tegnsætning, når du skriver et nyt ord</string>
<string name="space_trackpad">Pegefelt på mellemrumstasten</string>
<string name="autospace_after_punctuation">Auto-mellemrum efter tegnsætning</string>
<string name="subtype_with_layout_bn_BD"><xliff:g id="LANGUAGE_NAME" example="Bangla">%s</xliff:g> (Akkhor)</string>
<string name="subtype_no_language_workman">Alfabet (Workman)</string>
<string name="ime_settings">OpenBoard-indstillinger</string>
<string name="ime_settings">HeliBoard-indstillinger</string>
<string name="settings_category_input">Input</string>
<string name="settings_category_additional_keys">Yderligere taster</string>
<string name="settings_category_miscellaneous">Diverse</string>

View file

@ -124,12 +124,12 @@
<string name="settings_category_clipboard_history">Zwischenablage-Verlauf</string>
<string name="settings_category_correction">Korrekturen</string>
<string name="settings_category_suggestions">Vorschläge</string>
<string name="android_spell_checker_settings">OpenBoard Rechtschreibprüfungs-Einstellungen</string>
<string name="ime_settings">OpenBoard Einstellungen</string>
<string name="android_spell_checker_settings">HeliBoard Rechtschreibprüfungs-Einstellungen</string>
<string name="ime_settings">HeliBoard Einstellungen</string>
<string name="settings_category_experimental">Experimentell</string>
<string name="settings_no_limit">Keine Begrenzung</string>
<string name="abbreviation_unit_minutes"><xliff:g id="MINUTES">%s</xliff:g> Min.</string>
<string name="spell_checker_service_name">OpenBoard Rechtschreibprüfung</string>
<string name="spell_checker_service_name">HeliBoard Rechtschreibprüfung</string>
<string name="show_emoji_key">Emoji Taste</string>
<string name="settings_category_input">Eingabe</string>
<string name="settings_category_additional_keys">Zusätzliche Tasten</string>

View file

@ -124,7 +124,7 @@
<string name="enable_clipboard_history">Ενεργοποίηση ιστορικού προχείρου</string>
<string name="clipboard_history_retention_time">Χρόνος διατήρησης ιστορικού</string>
<string name="prefs_long_press_keyboard_to_change_lang_summary">Πατώντας παρατεταμένο το πλήκτρο διαστήματος θα εμφανιστεί το μενού επιλογής μεθόδου εισαγωγής</string>
<string name="spell_checker_service_name">Ορθογραφικός Έλεγχος OpenBoard</string>
<string name="spell_checker_service_name">Ορθογραφικός Έλεγχος HeliBoard</string>
<string name="delete_swipe">Διαγραφή ολίσθησης</string>
<string name="delete_swipe_summary">Πραγματοποιήστε μια σάρωση από το πλήκτρο διαγραφής για να επιλέξετε και να αφαιρέσετε μεγαλύτερα τμήματα κειμένου ταυτόχρονα</string>
<string name="incognito">Αναγκαστική λειτουργία ανώνυμης περιήγησης</string>
@ -132,7 +132,7 @@
<string name="settings_category_additional_keys">Πρόσθετα κλειδιά</string>
<string name="settings_category_correction">Διορθώσεις</string>
<string name="settings_category_suggestions">Προτάσεις</string>
<string name="android_spell_checker_settings">Ρυθμίσεις ορθογραφικού ελέγχου OpenBoard</string>
<string name="android_spell_checker_settings">Ρυθμίσεις ορθογραφικού ελέγχου HeliBoard</string>
<string name="settings_category_clipboard_history">Ιστορικό πρόχειρου</string>
<string name="settings_category_miscellaneous">Διάφορα</string>
<string name="abbreviation_unit_minutes"><xliff:g id="MINUTES">%s</xliff:g>min.</string>
@ -151,7 +151,7 @@
<string name="subtype_no_language_workman">Αλφάβητο (Workman)</string>
<string name="day_night_mode_summary">Η εμφάνιση θα ακολουθεί τις ρυθμίσεις του συστήματος</string>
<string name="autospace_after_punctuation">Αυτόματο κενό μετά τη στίξη</string>
<string name="ime_settings">Ρυθμίσεις OpenBoard</string>
<string name="ime_settings">Ρυθμίσεις HeliBoard</string>
<string name="settings_category_input">Εισαγωγή</string>
<string name="more_keys_strip_description">Περισσότερα πλήκτρα</string>
<string name="prefs_force_incognito_mode_summary">Απενεργοποιήστε την εκμάθηση νέων λέξεων</string>

View file

@ -119,8 +119,8 @@
<string name="user_dict_settings_all_languages" msgid="8276126583216298886">"For all languages"</string>
<string name="user_dict_settings_more_languages" msgid="7131268499685180461">"More languages…"</string>
<string name="user_dict_fast_scroll_alphabet" msgid="5431919401558285473">" ABCDEFGHIJKLMNOPQRSTUVWXYZ"</string>
<string name="spell_checker_service_name">OpenBoard Spell Checker</string>
<string name="android_spell_checker_settings">OpenBoard Spell Checker Settings</string>
<string name="spell_checker_service_name">HeliBoard Spell Checker</string>
<string name="android_spell_checker_settings">HeliBoard Spell Checker Settings</string>
<string name="number_row_summary">Always show number row</string>
<string name="delete_swipe">Delete swipe</string>
<string name="prefs_force_incognito_mode_summary">Disable learning of new words</string>
@ -134,7 +134,7 @@
<string name="settings_category_experimental">Experimental</string>
<string name="settings_category_input">Input</string>
<string name="settings_category_miscellaneous">Miscellaneous</string>
<string name="ime_settings">OpenBoard Settings</string>
<string name="ime_settings">HeliBoard Settings</string>
<string name="settings_category_suggestions">Suggestions</string>
<string name="number_row">Number row</string>
<string name="show_hints">Show key hints</string>

View file

@ -122,8 +122,8 @@
<string name="enable_clipboard_history">Habilitar historial del portapapeles</string>
<string name="clipboard_history_retention_time">Tiempo para mantener el historial</string>
<string name="abbreviation_unit_minutes"><xliff:g id="MINUTES">%s</xliff:g>min.</string>
<string name="spell_checker_service_name">Corrector ortográfico de OpenBoard</string>
<string name="android_spell_checker_settings">Ajustes del corrector ortográfico de OpenBoard</string>
<string name="spell_checker_service_name">Corrector ortográfico de HeliBoard</string>
<string name="android_spell_checker_settings">Ajustes del corrector ortográfico de HeliBoard</string>
<string name="prefs_keyboard_height_scale">Escala de altura del teclado</string>
<string name="show_emoji_key">Tecla de emoji</string>
<string name="enable_clipboard_history_summary">Si está deshabilitada, la tecla del portapapeles pegará el contenido del portapapeles si lo hay</string>
@ -150,7 +150,7 @@
<string name="day_night_mode_summary">Seguir la configuración del sistema</string>
<string name="subtype_no_language_workman">Alfabeto (Workman)</string>
<string name="day_night_mode">Modo claro/oscuro automático</string>
<string name="ime_settings">Ajustes de OpenBoard</string>
<string name="ime_settings">Ajustes de HeliBoard</string>
<string name="settings_category_input">Entrada</string>
<string name="settings_category_additional_keys">Teclas adicionales</string>
<string name="settings_category_correction">Correcciones</string>

View file

@ -126,8 +126,8 @@
<string name="settings_category_additional_keys">Teclas adicionales</string>
<string name="prefs_long_press_keyboard_to_change_lang">Cambiar método de entrada con la barra espaciadora</string>
<string name="prefs_long_press_keyboard_to_change_lang_summary">Al presionar por mucho tiempo la barra espaciadora, aparecerá el menú de selección del método de entrada</string>
<string name="spell_checker_service_name">Corrector ortográfico de OpenBoard</string>
<string name="android_spell_checker_settings">Ajustes del corrector ortográfico de OpenBoard</string>
<string name="spell_checker_service_name">Corrector ortográfico de HeliBoard</string>
<string name="android_spell_checker_settings">Ajustes del corrector ortográfico de HeliBoard</string>
<string name="prefs_keyboard_height_scale">Escala de altura del teclado</string>
<string name="delete_swipe">Borrar deslizando</string>
<string name="delete_swipe_summary">Deslice el dedo desde la tecla Borrar para seleccionar y eliminar porciones más grandes de texto de una vez</string>
@ -140,7 +140,7 @@
<string name="settings_category_correction">Correcciones</string>
<string name="settings_category_experimental">Caracteristicas experimentales</string>
<string name="settings_category_input">Entrada</string>
<string name="ime_settings">Ajustes de OpenBoard</string>
<string name="ime_settings">Ajustes de HeliBoard</string>
<string name="settings_category_suggestions">Sugerencias</string>
<string name="settings_category_miscellaneous">Varios</string>
<string name="number_row">Fila de números</string>

View file

@ -138,7 +138,7 @@
<string name="more_keys_strip_description">Tekla gehiago</string>
<string name="number_row">zenbaki errenkada</string>
<string name="prefs_long_press_keyboard_to_change_lang_summary">Espazio tekla luze sakatzeak sarrera-metodoa hautatzeko menua piztuko du</string>
<string name="spell_checker_service_name">OpenBoard Ortografia Zuzentzailea</string>
<string name="spell_checker_service_name">HeliBoard Ortografia Zuzentzailea</string>
<string name="autospace_after_punctuation">Autoespazioa puntuazioen ondoren</string>
<string name="incognito">Ezezagun modua behartu</string>
<string name="subtype_with_layout_bn_BD"><xliff:g id="LANGUAGE_NAME" example="Bangla">%s</xliff:g> (Akkhor hizkuntza)</string>
@ -146,9 +146,9 @@
<string name="key_borders">Gako-ertzak</string>
<string name="day_night_mode">Egun/gau modu automatikoa</string>
<string name="day_night_mode_summary">Itxurak sistemaren ezarpenei jarraituko die</string>
<string name="ime_settings">OpenBoard Ezarpenak</string>
<string name="ime_settings">HeliBoard Ezarpenak</string>
<string name="settings_category_additional_keys">Giltza gehigarriak</string>
<string name="android_spell_checker_settings">OpenBoard Ortografia Zuzentzailearen Ezarpenak</string>
<string name="android_spell_checker_settings">HeliBoard Ortografia Zuzentzailearen Ezarpenak</string>
<string name="show_emoji_key">Emoji giltza</string>
<string name="delete_swipe">Ezabatu irristatzea</string>
<string name="delete_swipe_summary">Ezabatu teklatik hatza irristatu, aldiberean testuen zati handiagoak hautatzeko eta ezabatzeko</string>

View file

@ -124,10 +124,10 @@
<string name="use_system_language_to_select_input_method_subtypes">"استفاده از زبان‌های سیستم"</string>
<string name="select_input_method">"انتخاب روش ورودی"</string>
<string name="settings_category_clipboard_history">تاریخچهٔ تخته‌گیره</string>
<string name="spell_checker_service_name">غلط‌یاب املایی OpenBoard</string>
<string name="android_spell_checker_settings">تنظیمات غلط‌یاب املایی OpenBoard</string>
<string name="spell_checker_service_name">غلط‌یاب املایی HeliBoard</string>
<string name="android_spell_checker_settings">تنظیمات غلط‌یاب املایی HeliBoard</string>
<string name="show_emoji_key">دکمهٔ شکلک</string>
<string name="ime_settings">تنظیمات OpenBoard</string>
<string name="ime_settings">تنظیمات HeliBoard</string>
<string name="settings_category_additional_keys">کلیدهای افزوده</string>
<string name="settings_category_experimental">آزمایشی</string>
<string name="settings_category_miscellaneous">متفرقه</string>

View file

@ -170,8 +170,8 @@ Nouveau dictionnaire:
<string name="user_dict_fast_scroll_alphabet" msgid="5431919401558285473">" ABCDEFGHIJKLMNOPQRSTUVWXYZ"</string>
<string name="user_dict_word_already_present">Ce mot est déjà présent dans le dictionnaire utilisateur %s. Veuillez en saisir un autre.</string>
<string name="user_dict_add_word_button">Ajouter un mot</string>
<string name="spell_checker_service_name">Correcteur orthographique OpenBoard</string>
<string name="android_spell_checker_settings">Paramètres du correcteur orthographique OpenBoard</string>
<string name="spell_checker_service_name">Correcteur orthographique HeliBoard</string>
<string name="android_spell_checker_settings">Paramètres du correcteur orthographique HeliBoard</string>
<string name="number_row">Ligne de chiffres</string>
<string name="delete_swipe">Balayage sur la touche Effacer</string>
<string name="delete_swipe_summary">Glissez sur la touche de suppression pour supprimer des parties de texte en une seule fois</string>
@ -193,7 +193,7 @@ Nouveau dictionnaire:
<string name="checksum_mismatch_message">Fichier de bibliothèque inconnu. Êtes-vous sûr qu\'il provient d\'une source fiable et que c\'est pour CPU \'%s\'?</string>
<string name="load_gesture_library_button_load">Charger bibliothèque</string>
<string name="load_gesture_library_button_delete">Supprimer bibliothèque</string>
<string name="ime_settings">Paramètres d\'OpenBoard</string>
<string name="ime_settings">Paramètres d\'HeliBoard</string>
<string name="settings_category_input">Saisie</string>
<string name="settings_category_correction">Corrections</string>
<string name="settings_category_suggestions">Suggestions</string>

View file

@ -119,8 +119,8 @@
<string name="user_dict_settings_all_languages" msgid="8276126583216298886">"Za sve jezike"</string>
<string name="user_dict_settings_more_languages">"Više jezika…"</string>
<string name="user_dict_fast_scroll_alphabet">" ABCČĆDDŽĐEFGHIJKLLJMNNJOPRSŠTUVZŽ"</string>
<string name="spell_checker_service_name">OpenBoard provjera pravopisa</string>
<string name="android_spell_checker_settings">Postavke OpenBoard provjere pravopisa</string>
<string name="spell_checker_service_name">HeliBoard provjera pravopisa</string>
<string name="android_spell_checker_settings">Postavke HeliBoard provjere pravopisa</string>
<string name="subtype_with_layout_bn_BD"><xliff:g id="LANGUAGE_NAME" example="Bangla">%s</xliff:g> (Akkhor)</string>
<string name="subtype_no_language_colemak_dh">Abeceda (Colemak Mod-DH)</string>
<string name="settings_category_suggestions">Prijedlozi</string>
@ -132,7 +132,7 @@
<string name="show_emoji_key">Tipka za emojije</string>
<string name="abbreviation_unit_minutes"><xliff:g id="MINUTES">%s</xliff:g> min</string>
<string name="settings_no_limit">Bez ograničenja</string>
<string name="ime_settings">OpenBoard postavke</string>
<string name="ime_settings">HeliBoard postavke</string>
<string name="settings_category_input">Unos</string>
<string name="settings_category_additional_keys">Dodatne tipke</string>
<string name="enable_clipboard_history">Aktiviraj povijest međuspremnika</string>

View file

@ -127,8 +127,8 @@
<string name="settings_no_limit">Nincs korlát</string>
<string name="enable_clipboard_history">A vágólap előzményeinek engedélyezése</string>
<string name="key_borders">Kulcshatárok</string>
<string name="ime_settings">OpenBoard Beállítások</string>
<string name="android_spell_checker_settings">OpenBoard helyesírás-ellenőrző beállításai</string>
<string name="ime_settings">HeliBoard Beállítások</string>
<string name="android_spell_checker_settings">HeliBoard helyesírás-ellenőrző beállításai</string>
<string name="settings_category_additional_keys">Kiegészítő kulcsok</string>
<string name="delete_swipe_summary">A törlés billentyű hosszabb lenyomásával nagyobb szövegrészleteket jelölhet ki és távolíthat el</string>
<string name="enable_clipboard_history_summary">Ha le van tiltva, a vágólap billentyű beilleszti a vágólap tartalmát, ha van</string>
@ -142,7 +142,7 @@
<string name="prefs_long_press_keyboard_to_change_lang">Beviteli módszer módosítása a szóköz billentyűvel</string>
<string name="subtype_no_language_workman">Ábécé (Workman)</string>
<string name="day_night_mode">Automatikus nappali/éjszakai üzemmód</string>
<string name="spell_checker_service_name">OpenBoard helyesírás-ellenőrző</string>
<string name="spell_checker_service_name">HeliBoard helyesírás-ellenőrző</string>
<string name="delete_swipe">Húzás törlése</string>
<string name="show_emoji_key">Emoji kulcs</string>
<string name="space_trackpad_summary">A kurzor mozgatásához nyomja meg a szóköz billentyűt</string>

View file

@ -132,13 +132,13 @@
<string name="number_row_summary">Selalu tampilkan baris angka</string>
<string name="abbreviation_unit_minutes"><xliff:g id="MINUTES">%s</xliff:g>mnt.</string>
<string name="subtype_no_language_workman">Alfabet (Workman)</string>
<string name="spell_checker_service_name">Pemeriksa Ejaan OpenBoard</string>
<string name="android_spell_checker_settings">Pengaturan Pemeriksa Ejaan OpenBoard</string>
<string name="spell_checker_service_name">Pemeriksa Ejaan HeliBoard</string>
<string name="android_spell_checker_settings">Pengaturan Pemeriksa Ejaan HeliBoard</string>
<string name="number_row">Baris angka</string>
<string name="prefs_long_press_keyboard_to_change_lang">Ubah metode masukan dengan tombol spasi</string>
<string name="incognito">Paksa mode privat</string>
<string name="show_emoji_key">Tombol emoji</string>
<string name="ime_settings">Pengaturan OpenBoard</string>
<string name="ime_settings">Pengaturan HeliBoard</string>
<string name="settings_category_input">Masukan</string>
<string name="settings_category_additional_keys">Tombol tambahan</string>
<string name="settings_category_suggestions">Saran</string>

View file

@ -131,8 +131,8 @@
<string name="enable_clipboard_history">Attiva la cronologia degli appunti</string>
<string name="enable_clipboard_history_summary">Se disattivato, il tasto appunti incolla il contenuto degli appunti, se presente</string>
<string name="clipboard_history_retention_time">Periodo conservazione cronologia</string>
<string name="spell_checker_service_name">OpenBoard - Controllore ortografico</string>
<string name="android_spell_checker_settings">OpenBoard - Impostazioni controllore ortografico</string>
<string name="spell_checker_service_name">HeliBoard - Controllore ortografico</string>
<string name="android_spell_checker_settings">HeliBoard - Impostazioni controllore ortografico</string>
<string name="number_row">Riga numeri</string>
<string name="delete_swipe">Scorri per cancellare</string>
<string name="delete_swipe_summary">Scorri sul tasto cancella per selezionare e rimuovere grandi porzioni di testo in una sola volta</string>
@ -153,7 +153,7 @@
<string name="settings_category_experimental">Sperimentali</string>
<string name="settings_category_miscellaneous">Varie</string>
<string name="settings_category_input">Immissione</string>
<string name="ime_settings">OpenBoard - Impostazioni</string>
<string name="ime_settings">HeliBoard - Impostazioni</string>
<string name="prefs_force_incognito_mode_summary">Disattiva l\'apprendimento di nuove parole</string>
<string name="key_borders">Bordi tasto</string>
<string name="day_night_mode">Modalità giorno/notte automatica</string>

View file

@ -142,11 +142,11 @@
<string name="prefs_long_press_keyboard_to_change_lang_summary">გამოტოვების ღილაკზე დიდხანს დაწოლა შეყვანის მეთოდის მენიუს გაჩვენებთ</string>
<string name="show_hints">ღილაკის მინიშნებების ჩვენება</string>
<string name="show_hints_summary">დიდხანს-დაწოლის მინიშენების ჩვენება</string>
<string name="spell_checker_service_name">OpenBoard-ის მართლწერის შემოწმება</string>
<string name="android_spell_checker_settings">OpenBoard-ის მართლწერის შემოწმების მორგება</string>
<string name="spell_checker_service_name">HeliBoard-ის მართლწერის შემოწმება</string>
<string name="android_spell_checker_settings">HeliBoard-ის მართლწერის შემოწმების მორგება</string>
<string name="show_emoji_key">ემოჯის ღილაკი</string>
<string name="delete_swipe">ჟესტით წაშლა</string>
<string name="ime_settings">OpenBoard-ის მორგება</string>
<string name="ime_settings">HeliBoard-ის მორგება</string>
<string name="settings_category_input">შეყვანა</string>
<string name="settings_category_additional_keys">დამატებითი ღილაკები</string>
<string name="settings_category_suggestions">მინიშნებები</string>

View file

@ -6,7 +6,7 @@
-->
<resources>
<string name="settings_screen_preferences">Imenyafen</string>
<string name="ime_settings">Iɣewwaren n OpenBoard</string>
<string name="ime_settings">Iɣewwaren n HeliBoard</string>
<string name="settings_category_miscellaneous">Wiyyaḍ</string>
<string name="user_dict_settings_add_menu_title">Rnu</string>
<string name="user_dict_settings_add_locale_option_name">Tutlayt :</string>

View file

@ -123,9 +123,9 @@
<string name="autospace_after_punctuation_summary">새로운 단어를 입력할 때 마침표가 앞에 있다면 자동으로 띄어쓰기 하기</string>
<string name="use_system_language_to_select_input_method_subtypes">"시스템 언어 사용"</string>
<string name="select_input_method">"입력 방법 선택"</string>
<string name="spell_checker_service_name">OpenBoard 맞춤법 검사기</string>
<string name="android_spell_checker_settings">OpenBoard 맞춤법 검사기 설정</string>
<string name="ime_settings">OpenBoard 설정</string>
<string name="spell_checker_service_name">HeliBoard 맞춤법 검사기</string>
<string name="android_spell_checker_settings">HeliBoard 맞춤법 검사기 설정</string>
<string name="ime_settings">HeliBoard 설정</string>
<string name="prefs_force_incognito_mode_summary">새로운 단어를 배우는 것이 불가능</string>
<string name="auto_correction_confidence">자동 교정 정확도</string>
<string name="settings_category_suggestions">추천</string>

View file

@ -123,10 +123,10 @@
<string name="number_row_summary">Alltid vis tallraden</string>
<string name="day_night_mode">Automatisk dag/nattmodus</string>
<string name="prefs_long_press_keyboard_to_change_lang_summary">Langtrykke på mellomromstasten for inndatametode-valgmeny</string>
<string name="ime_settings">OpenBoard-innstillinger</string>
<string name="ime_settings">HeliBoard-innstillinger</string>
<string name="subtype_no_language_colemak_dh">Alfabet (Colemak Mod-DH)</string>
<string name="spell_checker_service_name">OpenBoard-stavekontroll</string>
<string name="android_spell_checker_settings">Innstillinger for OpenBoard-stavekontroll</string>
<string name="spell_checker_service_name">HeliBoard-stavekontroll</string>
<string name="android_spell_checker_settings">Innstillinger for HeliBoard-stavekontroll</string>
<string name="subtype_no_language_workman">Alfabet (Workman)</string>
<string name="delete_swipe">Slettingsdragning</string>
<string name="show_emoji_key">Emoji-tast</string>

View file

@ -134,8 +134,8 @@
<string name="more_keys_strip_description">Meer toetsen</string>
<string name="number_row_summary">Toon altijd nummerrij</string>
<string name="delete_swipe_summary">Voer een veegbeweging uit vanaf de delete-toets om grotere delen van tekst tegelijk te selecteren en te verwijderen</string>
<string name="spell_checker_service_name">OpenBoard spellingcontrole</string>
<string name="android_spell_checker_settings">OpenBoard spellingscontrole instellingen</string>
<string name="spell_checker_service_name">HeliBoard spellingcontrole</string>
<string name="android_spell_checker_settings">HeliBoard spellingscontrole instellingen</string>
<string name="number_row">Nummer rij</string>
<string name="incognito">Incognitomodus forceren</string>
<string name="space_trackpad_summary">Veeg over de spatiebalk om de cursor te verplaatsen</string>
@ -157,7 +157,7 @@
<string name="subtype_no_language_workman">Alfabet (Workman)</string>
<string name="key_borders">Toetsen randen</string>
<string name="autospace_after_punctuation_summary">Automatisch spatie invoegen na punt bij het typen van een nieuw woord</string>
<string name="ime_settings">OpenBoard Instellingen</string>
<string name="ime_settings">HeliBoard Instellingen</string>
<string name="settings_category_input">Invoer</string>
<string name="settings_category_additional_keys">Extra toetsen</string>
<string name="undo">"Ongedaan maken"</string>

View file

@ -128,8 +128,8 @@
<string name="more_keys_strip_description">Więcej klawiszy</string>
<string name="number_row">Rząd numeryczny</string>
<string name="show_emoji_key">Klawisz Emoji</string>
<string name="spell_checker_service_name">Sprawdzanie pisowni OpenBoard</string>
<string name="android_spell_checker_settings">Ustawienia sprawdzania pisowni OpenBoard</string>
<string name="spell_checker_service_name">Sprawdzanie pisowni HeliBoard</string>
<string name="android_spell_checker_settings">Ustawienia sprawdzania pisowni HeliBoard</string>
<string name="settings_category_clipboard_history">Historia schowka</string>
<string name="enable_clipboard_history">Włącz historię schowka</string>
<string name="incognito">Wymuś tryb incognito</string>
@ -148,7 +148,7 @@
<string name="subtype_no_language_workman">Alfabet (Workman)</string>
<string name="space_trackpad">Spacja przesuwa kursor</string>
<string name="subtype_with_layout_bn_BD"><xliff:g id="LANGUAGE_NAME" example="Bangla">%s</xliff:g> (Akkhor)</string>
<string name="ime_settings">Ustawienia OpenBoard</string>
<string name="ime_settings">Ustawienia HeliBoard</string>
<string name="settings_category_additional_keys">Dodatkowe klawisze</string>
<string name="settings_category_input">Wprowadzanie</string>
<string name="settings_category_suggestions">Sugestie</string>

View file

@ -5,7 +5,7 @@
SPDX-License-Identifier: Apache-2.0 AND GPL-3.0-only
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="ime_settings">Configurações do OpenBoard</string>
<string name="ime_settings">Configurações do HeliBoard</string>
<string name="vibrate_on_keypress">Vibrar ao tocar nas teclas</string>
<string name="sound_on_keypress">Som ao tocar nas teclas</string>
<string name="use_contacts_for_spellchecking_option_summary">O corretor ortográfico usa entradas da sua lista de contatos</string>
@ -96,8 +96,8 @@
<string name="user_dict_settings_more_languages">Mais idiomas…</string>
<string name="user_dict_fast_scroll_alphabet">" ABCDEFGHIJKLMNOPQRSTUVWXYZ"</string>
<string name="key_borders">Borda em teclas</string>
<string name="spell_checker_service_name">Corretor Ortográfico do OpenBoard</string>
<string name="android_spell_checker_settings">Configurar corretor ortográfico do OpenBoard</string>
<string name="spell_checker_service_name">Corretor Ortográfico do HeliBoard</string>
<string name="android_spell_checker_settings">Configurar corretor ortográfico do HeliBoard</string>
<string name="use_contacts_for_spellchecking_option_title">Procurar nomes de contatos</string>
<string name="popup_on_keypress">Mostrar pop-up ao tocar em teclas</string>
<string name="settings_screen_preferences">Preferências</string>

View file

@ -128,8 +128,8 @@
<string name="incognito">Impor modo incógnito</string>
<string name="day_night_mode">Modo diurno/noturno automático</string>
<string name="day_night_mode_summary">Aparência usa as definições do sistema</string>
<string name="spell_checker_service_name">Verificação ortográfica OpenBoard</string>
<string name="ime_settings">Definições OpenBoard</string>
<string name="spell_checker_service_name">Verificação ortográfica HeliBoard</string>
<string name="ime_settings">Definições HeliBoard</string>
<string name="settings_category_input">Introdução</string>
<string name="settings_category_additional_keys">Teclas adiccionais</string>
<string name="settings_category_correction">Correcções</string>
@ -148,7 +148,7 @@
<string name="subtype_no_language_colemak_dh">Alfabeto (Colemak Mod-DH)</string>
<string name="subtype_no_language_workman">Alfabeto (Workman)</string>
<string name="key_borders">Limite das teclas</string>
<string name="android_spell_checker_settings">Definições de verificação ortográfica OpenBoard</string>
<string name="android_spell_checker_settings">Definições de verificação ortográfica HeliBoard</string>
<string name="auto_correction_confidence">Confiança da correção automática</string>
<string name="enable_clipboard_history_summary">Se desativado, a tecla da área de transferência colará o conteúdo, se houver</string>
<string name="use_system_language_to_select_input_method_subtypes">"Usar idiomas do sistema"</string>

View file

@ -119,8 +119,8 @@
<string name="user_dict_settings_all_languages" msgid="8276126583216298886">"Para todos os idiomas"</string>
<string name="user_dict_settings_more_languages">"Mais idiomas…"</string>
<string name="user_dict_fast_scroll_alphabet" msgid="5431919401558285473">" ABCDEFGHIJKLMNOPQRSTUVWXYZ"</string>
<string name="spell_checker_service_name">Verificação ortográfica OpenBoard</string>
<string name="android_spell_checker_settings">Definições de verificação ortográfica OpenBoard</string>
<string name="spell_checker_service_name">Verificação ortográfica HeliBoard</string>
<string name="android_spell_checker_settings">Definições de verificação ortográfica HeliBoard</string>
<string name="number_row">Número de linha</string>
<string name="number_row_summary">Mostrar sempre n.º de linha</string>
<string name="subtype_no_language_colemak_dh">Alfabeto (Colemak Mod-DH)</string>
@ -132,7 +132,7 @@
<string name="settings_category_experimental">Experimental</string>
<string name="settings_category_input">Introdução</string>
<string name="settings_category_miscellaneous">Outras</string>
<string name="ime_settings">Definições OpenBoard</string>
<string name="ime_settings">Definições HeliBoard</string>
<string name="settings_category_suggestions">Sugestões</string>
<string name="delete_swipe">Deslize para eliminar</string>
<string name="more_keys_strip_description">Mais teclas</string>

View file

@ -149,10 +149,10 @@
<string name="show_emoji_key">Клавиша эмодзи</string>
<string name="settings_category_clipboard_history">История буфера обмена</string>
<string name="enable_clipboard_history">Включить журнал буфера обмена</string>
<string name="spell_checker_service_name">Проверка правописания OpenBoard</string>
<string name="spell_checker_service_name">Проверка правописания HeliBoard</string>
<string name="android_spell_checker_settings">Настройки проверки правописания</string>
<string name="abbreviation_unit_minutes"><xliff:g id="MINUTES">%s</xliff:g>мин.</string>
<string name="ime_settings">Настройки OpenBoard</string>
<string name="ime_settings">Настройки HeliBoard</string>
<string name="settings_no_limit">Без ограничения</string>
<string name="clipboard_history_retention_time">Время хранения журнала буфера обмена</string>
<string name="subtype_with_layout_bn_BD"><xliff:g id="LANGUAGE_NAME" example="Bangla">%s</xliff:g> (Акхор)</string>

View file

@ -126,12 +126,12 @@
<string name="enable_clipboard_history">Povoliť históriu schránky</string>
<string name="prefs_force_incognito_mode_summary">Vypnúť učenie nových slov</string>
<string name="more_keys_strip_description">Viac kláves</string>
<string name="spell_checker_service_name">OpenBoard Kontrola Pravopisu</string>
<string name="android_spell_checker_settings">Nastavenia kontroly pravopisu OpenBoard</string>
<string name="spell_checker_service_name">HeliBoard Kontrola Pravopisu</string>
<string name="android_spell_checker_settings">Nastavenia kontroly pravopisu HeliBoard</string>
<string name="show_emoji_key">Emoji klávesa</string>
<string name="incognito">Vynútiť režim inkognito</string>
<string name="settings_category_input">Vstup</string>
<string name="ime_settings">OpenBoard Nastavenia</string>
<string name="ime_settings">HeliBoard Nastavenia</string>
<string name="settings_category_additional_keys">Dodatočné klávesy</string>
<string name="settings_category_correction">Korekcie</string>
<string name="settings_category_suggestions">Návrhy</string>

View file

@ -138,12 +138,12 @@
<string name="clipboard_history_retention_time">Čas shranjevanja zgodovine</string>
<string name="enable_clipboard_history_summary">Onemogočite, da boste s tipko odložišča lahko prilepili vsebino</string>
<string name="more_keys_strip_description">Več tipk</string>
<string name="android_spell_checker_settings">Nastavitve pregledovalnika črkovanja OpenBoard</string>
<string name="android_spell_checker_settings">Nastavitve pregledovalnika črkovanja HeliBoard</string>
<string name="day_night_mode">Samodejni dnevni/nočni način</string>
<string name="prefs_keyboard_height_scale">Spremeni višino tipkovnice</string>
<string name="settings_category_experimental">Poskusne možnosti</string>
<string name="spell_checker_service_name">Pregledovalnik črkovanja OpenBoard</string>
<string name="ime_settings">Nastavitve OpenBoard</string>
<string name="spell_checker_service_name">Pregledovalnik črkovanja HeliBoard</string>
<string name="ime_settings">Nastavitve HeliBoard</string>
<string name="settings_category_additional_keys">Dodatne tipke</string>
<string name="settings_category_input">Vnos</string>
<string name="autospace_after_punctuation">Samodejni presledek za ločilom</string>

View file

@ -127,12 +127,12 @@
<string name="settings_no_limit">Ingen gräns</string>
<string name="prefs_long_press_keyboard_to_change_lang_summary">Långtryckning på mellanslagstangenten öppnar menyn för val av inmatningsmetod</string>
<string name="prefs_long_press_keyboard_to_change_lang">Ändra inmatningsmetod med mellanslagstangenten</string>
<string name="spell_checker_service_name">OpenBoards stavningskontroll</string>
<string name="android_spell_checker_settings">Inställningar för OpenBoards stavningskontroll</string>
<string name="spell_checker_service_name">HeliBoards stavningskontroll</string>
<string name="android_spell_checker_settings">Inställningar för HeliBoards stavningskontroll</string>
<string name="number_row">Sifferrad</string>
<string name="number_row_summary">Visa alltid sifferraden</string>
<string name="show_emoji_key">Emoji-tangent</string>
<string name="ime_settings">OpenBoard-inställningar</string>
<string name="ime_settings">HeliBoard-inställningar</string>
<string name="show_hints_summary">Visa tips för långtryckning</string>
<string name="settings_category_additional_keys">Ytterligare tangenter</string>
<string name="settings_category_clipboard_history">Urklippshistorik</string>

View file

@ -129,14 +129,14 @@
<string name="prefs_force_incognito_mode_summary">Yeni sözcüklerin öğrenilmesini devre dışı bırak</string>
<string name="number_row">Sayı satırı</string>
<string name="prefs_long_press_keyboard_to_change_lang_summary">Boşluk tuşuna uzun süre basmak, giriş yöntemi seçim menüsünü gösterecektir</string>
<string name="android_spell_checker_settings">OpenBoard Yazım Denetleyicisi Ayarları</string>
<string name="android_spell_checker_settings">HeliBoard Yazım Denetleyicisi Ayarları</string>
<string name="prefs_keyboard_height_scale">Klavye yükseklik ölçeği</string>
<string name="delete_swipe">Silme kaydırması</string>
<string name="space_trackpad">Boşluk tuşu dokunması</string>
<string name="subtype_no_language_workman">Alfabe (Workman)</string>
<string name="key_borders">Tuş kenarlıkları</string>
<string name="day_night_mode">Otomatik gündüz/gece modu</string>
<string name="spell_checker_service_name">OpenBoard Yazım Denetleyicisi</string>
<string name="spell_checker_service_name">HeliBoard Yazım Denetleyicisi</string>
<string name="abbreviation_unit_minutes"><xliff:g id="MINUTES">%s</xliff:g>dak.</string>
<string name="settings_category_suggestions">Öneriler</string>
<string name="show_emoji_key">Emoji tuşu</string>
@ -152,7 +152,7 @@
<string name="delete_swipe_summary">Bir kerede metnin daha büyük bölümlerini seçmek ve kaldırmak için silme tuşundan hızlıca kaydırın</string>
<string name="subtype_no_language_colemak_dh">Alfabe (Colemak Mod-DH)</string>
<string name="day_night_mode_summary">Görünüm sistem ayarlarını takip edecektir</string>
<string name="ime_settings">OpenBoard Ayarları</string>
<string name="ime_settings">HeliBoard Ayarları</string>
<string name="settings_category_input">Giriş</string>
<string name="settings_category_additional_keys">Ek tuşlar</string>
<string name="autospace_after_punctuation">Noktalama işaretlerinden sonra otomatik boşluk</string>

View file

@ -120,7 +120,7 @@
<string name="user_dict_settings_all_languages" msgid="8276126583216298886">Для всіх мов</string>
<string name="user_dict_settings_more_languages" msgid="7131268499685180461">"Інші мови…"</string>
<string name="user_dict_fast_scroll_alphabet" msgid="5431919401558285473">" АБВГҐДЕЄЖЗИІЇЙКЛМНОПРСТУФХЦЧШЩЬЮЯ"</string>
<string name="ime_settings">Налаштування OpenBoard</string>
<string name="ime_settings">Налаштування HeliBoard</string>
<string name="day_night_mode_summary">Вигляд наслідує системні налаштування</string>
<string name="autospace_after_punctuation_summary">Автоматично вставляти пробіл після знаків пунктуації під час введення нового слова</string>
<string name="theme_style">Стиль теми</string>
@ -131,7 +131,7 @@
<string name="settings_category_input">Введення</string>
<string name="subtype_with_layout_bn_BD"><xliff:g id="LANGUAGE_NAME" example="Bangla">%s</xliff:g> (Аккгор)</string>
<string name="autospace_after_punctuation">Авто-пробіл після знаків пунктуації</string>
<string name="android_spell_checker_settings">Налаштування перевірки правопису OpenBoard</string>
<string name="android_spell_checker_settings">Налаштування перевірки правопису HeliBoard</string>
<string name="settings_category_correction">Виправлення</string>
<string name="settings_category_suggestions">Пропозиції</string>
<string name="settings_category_experimental">Експериментальне</string>
@ -182,7 +182,7 @@
<string name="prefs_long_press_keyboard_to_change_lang">Змінювати спосіб введення клавішею пробіл</string>
<string name="prefs_long_press_keyboard_to_change_lang_summary">Довге натискання клавіші пробіл виводить меню вибору способу введення</string>
<string name="subtype_no_language_workman">Алфавіт (Workman)</string>
<string name="spell_checker_service_name">Перевірка правопису OpenBoard</string>
<string name="spell_checker_service_name">Перевірка правопису HeliBoard</string>
<string name="prefs_narrow_key_gaps">Збільшені клавіші</string>
<string name="delete_swipe">Видаляти ковзанням</string>
<string name="delete_swipe_summary">Проведіть пальцем по клавіші видалення, щоб виділити і вилучити більші фрагменти тексту за раз</string>

View file

@ -133,8 +133,8 @@
<string name="key_borders">Tugma chegaralari</string>
<string name="day_night_mode">Avtomatik kunduz/tun rejimi</string>
<string name="day_night_mode_summary">Tashqi ko\'rinish tizim sozlamalariga binoan</string>
<string name="spell_checker_service_name">OpenBoard Imlo tekshiruvi</string>
<string name="android_spell_checker_settings">OpenBoard Imlo Tekshiruvi Sozlamalari</string>
<string name="spell_checker_service_name">HeliBoard Imlo tekshiruvi</string>
<string name="android_spell_checker_settings">HeliBoard Imlo Tekshiruvi Sozlamalari</string>
<string name="delete_swipe">Svayp bilan o\'chirish</string>
<string name="prefs_force_incognito_mode_summary">Yangi so\'zlarni o\'rganishni o\'chirib qo\'yish</string>
<string name="number_row">Sonlar qatori</string>
@ -154,7 +154,7 @@
<string name="subtype_no_language_workman">Alfavit (Workman)</string>
<string name="settings_category_input">Kiritish</string>
<string name="settings_category_additional_keys">Qo\'shimcha kalitlar</string>
<string name="ime_settings">OpenBoard Sozlamalari</string>
<string name="ime_settings">HeliBoard Sozlamalari</string>
<string name="settings_category_correction">Tuzatishlar</string>
<string name="show_hints">Simvollarni korsatish</string>
<string name="show_hints_summary">Uzoq bosish korsatish</string>

View file

@ -151,7 +151,7 @@
<string name="day_night_mode">自动主题</string>
<string name="day_night_mode_summary">系统自动</string>
<string name="settings_category_input">输入</string>
<string name="ime_settings">OpenBoard设置</string>
<string name="ime_settings">HeliBoard设置</string>
<string name="settings_category_additional_keys">额外键</string>
<string name="prefs_long_press_keyboard_to_change_lang_summary">长按空格切换输入法</string>
<string name="prefs_long_press_keyboard_to_change_lang">空格切换输入法</string>

View file

@ -5,16 +5,13 @@
SPDX-License-Identifier: Apache-2.0 AND GPL-3.0-only
-->
<resources xmlns:tools="http://schemas.android.com/tools" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="english_ime_name" translatable="false">OpenBoard</string>
<!-- Name of Android spell checker service. AOSP(Android Open Source Project) should not be translated.
This resource should be copied from msgid="511950477199948048" -->
<string name="spell_checker_service_name">OpenBoard Spell Checker</string>
<!-- Title for IME settings screen.
This resource should be copied from msgid="423615877174850267" -->
<string name="ime_settings">OpenBoard Settings</string>
<!-- Title for the spell checking service settings screen. AOSP(Android Open Source Project) should not be translated.
This resource should be copied from msgid="2970535894327288421" -->
<string name="android_spell_checker_settings">OpenBoard Spell Checker Settings</string>
<string name="english_ime_name" translatable="false">HeliBoard</string>
<!-- Name of Android spell checker service. The app name should not be translated. -->
<string name="spell_checker_service_name">HeliBoard Spell Checker</string>
<!-- Title for IME settings screen. The app name should not be translated. -->
<string name="ime_settings">HeliBoard Settings</string>
<!-- Title for the spell checking service settings screen. The app name should not be translated. -->
<string name="android_spell_checker_settings">HeliBoard Spell Checker Settings</string>
<!-- Title for the spell checker option to turn on/off contact names lookup [CHAR LIMIT=25] -->
<string name="use_contacts_for_spellchecking_option_title">Look up contact names</string>
<!-- Description for the spell checker option to turn on/off contact names lookup. [CHAR LIMIT=65] -->

View file

@ -24,7 +24,7 @@
android:summary="@string/gnu_gpl"
android:icon="@drawable/ic_settings_about_license">
<intent android:action="android.intent.action.VIEW"
android:data="https://github.com/Helium314/openboard/blob/master/LICENSE" />
android:data="https://github.com/Helium314/HeliBoard/blob/main/LICENSE-GPL-3" />
</Preference>
<Preference
@ -39,7 +39,7 @@
android:icon="@drawable/ic_settings_about_github">
<intent
android:action="android.intent.action.VIEW"
android:data="https://github.com/Helium314/openboard" />
android:data="https://github.com/Helium314/HeliBoard" />
</Preference>
<Preference

View file

@ -27,7 +27,7 @@ object ShadowLocaleManagerCompat {
class ShadowInputMethodManager2 : ShadowInputMethodManager() {
@Implementation
override fun getInputMethodList() = listOf(
InputMethodInfo("helium314.keyboard.debug", "LatinIME", "openboard debug", null),
InputMethodInfo("helium314.keyboard.debug", "LatinIME", "HeliBoard debug", null),
)
@Implementation
fun getShortcutInputMethodsAndSubtypes() = emptyMap<InputMethodInfo, List<InputMethodSubtype>>()

View file

@ -134,7 +134,7 @@ class InputLogicTest {
}
// todo: make it work, but it might not be that simple because adding is done in combiner
// https://github.com/Helium314/openboard/issues/214
// https://github.com/Helium314/HeliBoard/issues/214
@Test fun insertLetterIntoWordHangul() {
reset()
currentScript = ScriptUtils.SCRIPT_HANGUL
@ -465,8 +465,8 @@ class InputLogicTest {
assertEquals("b", composingText)
}
// https://github.com/Helium314/openboard/issues/215
// https://github.com/Helium314/openboard/issues/229
// https://github.com/Helium314/HeliBoard/issues/215
// https://github.com/Helium314/HeliBoard/issues/229
@Test fun `autospace works in URL field when input isn't URL, also for multiple suggestions`() {
reset()
DeviceProtectedUtils.getSharedPreferences(latinIME).edit { putBoolean(Settings.PREF_URL_DETECTION, true) }
@ -512,7 +512,7 @@ class InputLogicTest {
assertEquals("hi ${StringUtils.newSingleCodePointString(0x1F36D)}", text)
}
// https://github.com/Helium314/openboard/issues/230
// https://github.com/Helium314/HeliBoard/issues/230
@Test fun `no autospace after opening quotes`() {
reset()
chainInput("\"Hi\" \"h")

View file

@ -40,7 +40,7 @@ class StringUtilsTest {
}
// todo: add tests for emoji detection?
// could help towards fully fixing https://github.com/Helium314/openboard/issues/22
// could help towards fully fixing https://github.com/Helium314/HeliBoard/issues/22
// though this might be tricky, as some emojis will show as one on new Android versions, and
// as two on older versions
}

View file

@ -1,7 +0,0 @@
1.4.3:
- automatic day/night themes
- emoji with different colors are now accessible with a long-press
- Add Arabic PC layout
- German layout fixes
- changes to themes
- bugfixes

View file

@ -1,10 +0,0 @@
1.4.4b:
- fix crash on older devices
- fix german words that appear in capital letters
1.4.4:
- add clipboard history
- fix bug preventing numpad from showing on tablets
- add Workman layout
- added dictionaries: Swedish, Danish, Hungarian
- bugfixes

View file

@ -1,14 +0,0 @@
Features
- Added clipboard history feature
- Added one-handed mode feature
- Added auto-space after punctuation feature
Improvements
- Reworked settings navigation
- Added split layout for azerty keyboards
- Added number row support to more languages
- Added number row support to tablets
- Added new translations
Bug fixes
- Fixed suggestions showing for not many input types
- Fixed space bar swipe direction for RTL languages
- Fixed voice input key shown when no voice input is installed

View file

@ -1,8 +1,11 @@
OpenBoard is a 100% foss keyboard based on AOSP, with no dependency on Google binaries, that respects your privacy.
HeliBoard is a 100% foss keyboard based on AOSP / OpenBoard, that respects your privacy.
Features:
- Spell correction
- Themes
- Add your own dictionaries for suggestions and spell check
- Customizable themes and background
- Customizable layouts
- Multilingual typing
- Emojis
- Glide typing (only with closed source library)
This app is opensource, the code is available here: https://github.com/openboard-team/openboard
This app is open source, the code is available here: https://github.com/Helium314/HeliBoard

View file

@ -1 +1 @@
OpenBoard
HeliBoard

View file

@ -1,7 +0,0 @@
1.4.3:
- aggiunta modalità giorno/notte
- raggruppate emoji di colore diverso
- aggiunto layout Arabic PC
- cambiamenti al layout tedesco
- cambiamenti ai temi
- bugfix

View file

@ -1,9 +0,0 @@
1.4.4b:
- risolto crash su dispositivi più vecchi
1.4.4:
- aggiunta funzionalità di storico appunti
- sistemato bug che non permetteva la visualizzazione del tastierino numerico nei tablet
- aggiunto layout Workman
- dizionari aggiunti: svedese, danese, ungherese
- bugfix

View file

@ -1,8 +0,0 @@
OpenBoard è una tastiera che rispetta la tua privacy, basata su AOSP e priva di dipendenze da binari Google.
Ha le seguenti funzionalità:
- correzione del testo
- temi
- emoji
È possibile trovare il codice sorgente al seguente indirizzo: https://github.com/openboard-team/openboard

View file

@ -1 +0,0 @@
Una tastiera opensource che non ti spia!

View file

@ -1 +0,0 @@
OpenBoard

View file

@ -1,6 +1,6 @@
# make-emoji-keys
This module takes care of generating emoji data bundled with Openboard.
This module takes care of generating emoji data bundled with HeliBoard.
Basically data is generated in three steps:
1. Unicode emoji table provides code points and grouping plus ordering.
2. Local file lists every new emojis supported for every android version since 4.4.
@ -8,7 +8,7 @@ Basically data is generated in three steps:
### Generate emoji-categories.xml
A gradle task called 'makeEmoji' builds and runs this tool to generate android resouce file which. Path to openboard's res directory is automatically set so the file is ready to be bundled at build.
A gradle task called 'makeEmoji' builds and runs this tool to generate android resource file which. Path to HeliBoard's res directory is automatically set so the file is ready to be bundled at build.
### Update to latest emoji version