Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: merge master into linux-mcompile #12172

Merged
merged 143 commits into from
Aug 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
143 commits
Select commit Hold shift + click to select a range
4ed88d8
refactor(developer): move developer-utils files into src/ and sub-folder
mcdurdin May 24, 2024
9cf09a5
refactor(common): move kpj-related files into developer-utils
mcdurdin May 24, 2024
74e2a8c
refactor(common): move kpj test fixtures and cleanup post-move
mcdurdin May 24, 2024
b2c4979
chore(common): reduce c8 threshold for common-types
mcdurdin May 24, 2024
185c020
chore(developer): update xml2js reference for kpj-file-reader
mcdurdin Jun 12, 2024
071fe5c
chore(developer): fixup reference to xml2js
mcdurdin Jun 12, 2024
de9ab21
refactor(common): move kps-file.ts to @keymanapp/developer-utils
mcdurdin Jun 12, 2024
1c74d9d
refactor(common): move kvks-file to @keymanapp/developer-utils
mcdurdin Jun 12, 2024
cdbcbe7
chore(common): reduce c8 threshold for common-types by 1% after movin…
mcdurdin Jun 12, 2024
f6105d8
refactor(common): fixup tests for kvks-file
mcdurdin Jun 12, 2024
a1d94dc
chore(common): reduce threshold for c8 to 70%
mcdurdin Jun 13, 2024
09ee827
refactor(common): move .keyman-touch-layout reader/writer to @keymana…
mcdurdin Jun 12, 2024
4c5b621
fix(android/engine): Parse keyboards.json for FirstVoices app
darcywong00 Jul 8, 2024
21d21fb
change(common/models): change model tokenization to also tokenize whi…
jahorton Jul 18, 2024
2718f36
Merge branch 'master' into fv-all/keyboards-json
darcywong00 Jul 20, 2024
9618547
feat(web): add support for transform tokenization
jahorton Jul 22, 2024
8f6c2d6
change(web): track whitespace-aware tokenization for context + correc…
jahorton Jul 19, 2024
965eeaf
chore(common/models): renames added unit tests
jahorton Jul 24, 2024
ef4089d
chore(web): pulls forward some changes from child branch
jahorton Jul 25, 2024
8d40bc3
change(web): leverage tokenization to preserve punctuation and whites…
jahorton Jul 23, 2024
5322365
chore(web): extra cleanup
jahorton Jul 25, 2024
b2c8aea
docs(web): minor doc tweak
jahorton Jul 25, 2024
b7c7f5a
chore(common/models): address PR review comments re needed comment, c…
jahorton Jul 29, 2024
969f997
chore(web): missed a review improvement spot - let -> const
jahorton Jul 29, 2024
092b6f7
fix(common/models): null-guard left-hand token reference for split-to…
jahorton Jul 29, 2024
fad3b1c
chore(web): Merge branch 'change/common/models/tokenization' into fea…
jahorton Jul 29, 2024
cfbf973
chore(web): Merge branch 'feat/web/transform-tokenization' into chang…
jahorton Jul 29, 2024
37d3487
chore(web): Merge branch 'change/web/full-context-tokenization-tracki…
jahorton Jul 29, 2024
612adf6
fix(web): prevents correction from deleting tokens
jahorton Jul 29, 2024
a966b7b
chore(web): implement optional-chaining PR suggestion
jahorton Jul 29, 2024
9904a0c
fix(web): improve post-punctuation, post-whitespace handling
jahorton Jul 31, 2024
ab5df20
chore(web): move `web/src/engine/paths/` → `web/src/engine/interfaces/`
ermshiperete Jul 29, 2024
d8986be
refactor(common): merge master into branch
mcdurdin Aug 1, 2024
45b8784
chore(common): Merge branch 'master' into refactor/common/9665-move-p…
mcdurdin Aug 1, 2024
ad9ba1f
Merge branch 'refactor/common/9665-move-project-file-type-to-develope…
mcdurdin Aug 1, 2024
53551f5
Merge branch 'refactor/common/9665-move-kps-file-type-to-developer' i…
mcdurdin Aug 1, 2024
0880311
Merge branch 'refactor/common/9665-move-kvk-file-to-developer' into r…
mcdurdin Aug 1, 2024
e6cf85b
chore(common/models): defines Token type per review suggestion
jahorton Aug 1, 2024
d09d90c
chore(web): minor cleanup for dropped code per review
jahorton Aug 1, 2024
3d278a3
chore(web): Merge branch 'change/web/full-context-tokenization-tracki…
jahorton Aug 1, 2024
3cf1399
chore(web): minor typing improvement
jahorton Aug 1, 2024
b48ac78
chore(developer): update git commit date test due to non-merge commit
mcdurdin Aug 1, 2024
1352558
Merge branch 'refactor/common/9665-move-project-file-type-to-develope…
mcdurdin Aug 1, 2024
261ced4
Merge branch 'refactor/common/9665-move-kps-file-type-to-developer' i…
mcdurdin Aug 1, 2024
fad0a05
Merge branch 'refactor/common/9665-move-kvk-file-to-developer' into r…
mcdurdin Aug 1, 2024
924b1aa
refactor(common): use developer-utils, not common-types for TouchLayo…
mcdurdin Aug 1, 2024
bd07068
refactor(developer): move additional references for TouchLayoutFile
mcdurdin Aug 1, 2024
24159d6
chore(web): move `common/web/input-processor/` → `web/src/engine/main/`
ermshiperete Jul 29, 2024
2c2acbe
refactor(web): refactor and harmonize constants
ermshiperete Jun 25, 2024
bef70e6
chore(web): drops unneeded '!.' mentioned in review
jahorton Aug 2, 2024
4d78ea9
chore(common/models): defines Token type per review suggestion (from …
jahorton Aug 2, 2024
0c570a1
Merge remote-tracking branch 'origin/master' into fv-all/keyboards-json
darcywong00 Aug 2, 2024
d3d3ac1
refactor(common): move LDML keyboard .xml reader/writer and kmx-plus …
mcdurdin Aug 2, 2024
90e7c5b
fix(web): patch up worker build to provide artifacts for its tests
jahorton Aug 2, 2024
cebd413
refactor(developer): update imports
mcdurdin Aug 2, 2024
e67aed1
refactor(common): move compiler-interfaces to @keymanapp/developer-utils
mcdurdin Aug 2, 2024
32f91d0
chore(web): address code review comments
ermshiperete Jul 29, 2024
ae0d9d9
chore(web): fix previous commit
ermshiperete Aug 2, 2024
8808211
chore(common): Update history from 17.0.328
darcywong00 Aug 2, 2024
4ef8519
chore(common): remove :checked_flag: emojis
darcywong00 Aug 2, 2024
42698eb
chore: Update common/web/types/build.sh
mcdurdin Aug 4, 2024
5fca4c7
Merge remote-tracking branch 'origin/master' into fv-all/keyboards-json
darcywong00 Aug 5, 2024
fe758cb
change(oem/fv/android): Add keyboard JSON path to loadRegionList()
darcywong00 Aug 5, 2024
564308c
fix(oem/fv/android): Add error logging
darcywong00 Aug 5, 2024
66c74e0
refactor(web): don't include new `ModifierKeyConstants` in `modifierC…
ermshiperete Aug 5, 2024
7913380
auto: increment master version to 18.0.83
keyman-server Aug 5, 2024
ef510ab
Merge pull request #12100 from keymanapp/auto/version-master-18.0.83
keyman-server Aug 5, 2024
edf47d7
refactor(common): move xml2js and related deps to @keymanapp/develope…
mcdurdin Aug 5, 2024
616f165
Merge pull request #12093 from keymanapp/chore/history-17-0-328
darcywong00 Aug 5, 2024
1d6ea1a
docs(web): adds function doc-comments per review on ancestor PR #11998
jahorton Aug 6, 2024
053e9bc
Merge pull request #11975 from keymanapp/change/common/models/tokeniz…
jahorton Aug 6, 2024
303e0da
Merge pull request #11998 from keymanapp/feat/web/transform-tokenization
jahorton Aug 6, 2024
7138778
Merge pull request #11979 from keymanapp/change/web/full-context-toke…
jahorton Aug 6, 2024
5ab2a79
chore(web): Merge branch 'master' into change/web/tokenization-awaren…
jahorton Aug 6, 2024
1318f7b
Merge pull request #11997 from keymanapp/change/web/tokenization-awar…
jahorton Aug 6, 2024
bf9c683
Merge pull request #12082 from keymanapp/fix/web/worker-build-patchup
jahorton Aug 6, 2024
5abb28e
chore(common): add data versions to minimum-versions.inc.sh
mcdurdin Aug 6, 2024
10b1de4
fix(web): fix lm-worker test broken by botched merge conflict resolution
jahorton Aug 6, 2024
1530620
Merge pull request #12064 from keymanapp/chore/web/12035_interfaces
ermshiperete Aug 6, 2024
d608321
Merge pull request #12066 from keymanapp/chore/web/12054_input-processor
ermshiperete Aug 6, 2024
ebd2bf4
Merge pull request #12072 from keymanapp/change/web/8146_moveCodes2
ermshiperete Aug 6, 2024
bf86d67
fix(oem/fv/android): Throw errors if keyboards.json can't be read
darcywong00 Aug 6, 2024
f0aa28f
Merge branch 'master' into chore/common/minimum-versions-add-data
mcdurdin Aug 6, 2024
c04e52d
Merge pull request #12103 from keymanapp/chore/common/minimum-version…
mcdurdin Aug 6, 2024
460a9d7
Merge pull request #12104 from keymanapp/fix/web/lm-worker-test
jahorton Aug 6, 2024
4235b5f
auto: increment master version to 18.0.84
keyman-server Aug 6, 2024
1d27a10
Merge pull request #12109 from keymanapp/auto/version-master-18.0.84
keyman-server Aug 6, 2024
83f46c8
chore(common): Update localization for Greek Polytonic
darcywong00 Aug 6, 2024
118a947
chore(common): add support for build target platform exclusions
mcdurdin Aug 7, 2024
95e0090
fix(mac): Specify el.lproj folders
darcywong00 Aug 7, 2024
67cff9c
chore(common): sort bash arrays before asserts in unit tests
mcdurdin Aug 7, 2024
581ba36
chore(developer): add flag for CI to build on mac, linux
mcdurdin Aug 7, 2024
c744cff
chore: move new build env to separate PR
mcdurdin Aug 7, 2024
57d4aee
feat(common): add top-level build.sh
mcdurdin Aug 7, 2024
3d26c66
chore(developer): start building Developer on linux,mac
mcdurdin Aug 7, 2024
38ae01a
chore(developer): build Server only on Windows
mcdurdin Aug 7, 2024
7849b77
Merge pull request #11531 from keymanapp/refactor/common/9665-move-pr…
mcdurdin Aug 7, 2024
88506ce
Merge branch 'master' into refactor/common/9665-move-kps-file-type-to…
mcdurdin Aug 7, 2024
2815b76
Merge pull request #11763 from keymanapp/refactor/common/9665-move-kp…
mcdurdin Aug 7, 2024
e9d054a
Merge branch 'master' into refactor/common/9665-move-kvk-file-to-deve…
mcdurdin Aug 7, 2024
f276e7b
Merge pull request #11764 from keymanapp/refactor/common/9665-move-kv…
mcdurdin Aug 7, 2024
ec72245
Merge pull request #11765 from keymanapp/refactor/common/9665-move-ke…
mcdurdin Aug 7, 2024
ed143fb
Merge branch 'master' into refactor/common/9665-move-ldml-keyboard-so…
mcdurdin Aug 7, 2024
6142c42
Merge pull request #12081 from keymanapp/refactor/common/9665-move-ld…
mcdurdin Aug 7, 2024
32b4711
Merge branch 'master' into refactor/common/9665-move-compiler-interfa…
mcdurdin Aug 7, 2024
6428230
Merge pull request #12088 from keymanapp/refactor/common/9665-move-co…
mcdurdin Aug 7, 2024
d55558f
Merge pull request #12101 from keymanapp/refactor/common/9665-move-xm…
mcdurdin Aug 7, 2024
38bb33d
chore(developer): ignore line endings in kmw unit test
mcdurdin Aug 7, 2024
7bf0d17
chore(developer): ignore line endings in unit test for kmc-keyboard-info
mcdurdin Aug 7, 2024
b4674b7
auto: increment master version to 18.0.85
keyman-server Aug 7, 2024
27428e9
Merge pull request #12121 from keymanapp/auto/version-master-18.0.85
keyman-server Aug 7, 2024
91ca182
fix(developer): update date for last git commit date fixture
mcdurdin Aug 7, 2024
ec97006
chore(developer): skip case test for case-sensitive filesystem
mcdurdin Aug 7, 2024
f765311
chore(developer): add casts for signed/unsigned in compiler
mcdurdin Aug 7, 2024
52288e2
chore(developer): add build triggers for Linux, macOS
mcdurdin Aug 7, 2024
d088c25
chore(developer): add more casts for signed/unsigned in compiler
mcdurdin Aug 7, 2024
2a12b63
chore(developer): add more casts for signed/unsigned in compiler
mcdurdin Aug 7, 2024
bdf0c0a
Merge pull request #12122 from keymanapp/fix/developer/last-commit-da…
mcdurdin Aug 8, 2024
464c6f9
Merge pull request #11943 from keymanapp/fv-all/keyboards-json
darcywong00 Aug 8, 2024
86b5e6f
chore(android): Update splash screen with SIL Tai Heritage logo
darcywong00 Aug 8, 2024
5c250cd
chore(mac): updated mac project settings to include Greek localization
sgschantz Aug 8, 2024
57c4b7c
chore(common): Remove boundary artifact
darcywong00 Aug 8, 2024
faacf9d
refactor(web): Move `common/web/recorder` → `web/src/tools/testing/re…
ermshiperete Aug 2, 2024
42357c7
auto: increment master version to 18.0.86
keyman-server Aug 8, 2024
ad84958
Merge pull request #12137 from keymanapp/auto/version-master-18.0.86
keyman-server Aug 8, 2024
e39ef3b
Merge pull request #12127 from keymanapp/chore/android/new-logo
darcywong00 Aug 9, 2024
e2e9328
Merge pull request #12112 from keymanapp/chore/crowdin-more-greek-pol…
darcywong00 Aug 9, 2024
945da3d
Merge pull request #12113 from keymanapp/chore/common/add-support-for…
mcdurdin Aug 9, 2024
5708a25
Merge pull request #12114 from keymanapp/feat/common/top-level-build.sh
mcdurdin Aug 9, 2024
86fd36a
Merge pull request #12117 from keymanapp/chore/developer/build-ci-lin…
mcdurdin Aug 9, 2024
af3aae7
Merge pull request #12092 from keymanapp/refactor/web/12091_recorder
ermshiperete Aug 9, 2024
196300a
fix(common): show description even if child projects specifies path
ermshiperete Aug 9, 2024
ad9d30a
auto: increment master version to 18.0.87
keyman-server Aug 9, 2024
9669175
Merge pull request #12152 from keymanapp/auto/version-master-18.0.87
keyman-server Aug 9, 2024
6e13e16
chore(web): drop flaky auto-test component
jahorton Aug 12, 2024
ce7e155
Merge pull request #12155 from keymanapp/chore/web/drop-flaky-test-piece
jahorton Aug 12, 2024
859c88a
docs: add .kmx specification
mcdurdin Aug 12, 2024
419aa4a
docs: formatting
mcdurdin Aug 12, 2024
f6dde07
Merge pull request #12145 from keymanapp/fix/common/descr_path
ermshiperete Aug 12, 2024
4b0ad92
auto: increment master version to 18.0.88
keyman-server Aug 12, 2024
2993e29
Merge pull request #12167 from keymanapp/auto/version-master-18.0.88
keyman-server Aug 12, 2024
9a82687
docs: explanatory tweaks
mcdurdin Aug 13, 2024
82db238
Merge pull request #12163 from keymanapp/docs/11407-kmx-documentation
mcdurdin Aug 13, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
58 changes: 55 additions & 3 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,53 @@
# Keyman Version History

## 18.0.87 alpha 2024-08-12

* chore(web): drop flaky auto-test component (#12155)
* fix(common): show description even if child projects specifies path (#12145)

## 18.0.86 alpha 2024-08-09

* chore(android): Update splash screen with SIL Tai Heritage Pro logo (#12127)
* chore(common): Update localization for Greek Polytonic (#12112)
* chore(common): add support for build target platform exclusions (#12113)
* feat(common): add top-level build.sh (#12114)
* chore(developer): start building Developer on linux,mac (#12117)
* refactor(web): Move `common/web/recorder` → `web/src/tools/testing/recorder-core` (#12092)

## 18.0.85 alpha 2024-08-08

* fix(developer): update date for last git commit date fixture (#12122)
* refactor(android/engine): Parse keyboards.json for FirstVoices app (#11943)

## 18.0.84 alpha 2024-08-07

* refactor(common): move kpj-related files into developer-utils (#11531)
* refactor(common): move kps-file.ts to @keymanapp/developer-utils (#11763)
* refactor(common): move kvks-file to @keymanapp/developer-utils (#11764)
* refactor(common): move .keyman-touch-layout reader/writer to @keymanapp/developer-utils (#11765)
* refactor(common): move LDML keyboard .xml reader/writer and kmx-plus builder to @keymanapp/developer-utils (#12081)
* refactor(common): move compiler-interfaces to @keymanapp/developer-utils (#12088)
* refactor(common): move xml2js and related deps to @keymanapp/developer-utils (#12101)

## 18.0.83 alpha 2024-08-06

* chore(common): Update history from 17.0.328 (#12093)
* change(common/models): change model tokenization to also tokenize whitespace (#11975)
* feat(web): support transform tokenization when given a root context (#11998)
* change(web): track whitespace-aware tokenization for context + correction-search caching (#11979)
* change(web): leverage tokenization to preserve punctuation and whitespace when predicting (#11997)
* fix(web): patch up worker build to provide artifacts for its tests (#12082)
* chore(web): move `web/src/engine/paths/` → `web/src/engine/interfaces/` (#12064)
* chore(web): move `common/web/input-processor/` → `web/src/engine/main/` (#12066)
* refactor(web): refactor and harmonize constants (#12072)
* chore(common): add data versions to minimum-versions.inc.sh (#12103)
* fix(web): fix lm-worker test broken by botched merge conflict resolution (#12104)

## 18.0.82 alpha 2024-08-05

* chore(windows): remove QIT_VSHIFTDOWN QIT _VSHIFTUP (#11973)
* chore(developer): add language/reference (#11799)

## 18.0.81 alpha 2024-08-03

* chore(developer): Revert "chore(developer): remove redundant references from tsconfig.json" (#12076)
Expand Down Expand Up @@ -138,7 +186,7 @@

## 18.0.63 alpha 2024-06-26

* feat(linux): implement Linux side of SimulateAltGr option :checkered_flag: (#11852)
* feat(linux): implement Linux side of SimulateAltGr option (#11852)

## 18.0.62 alpha 2024-06-25

Expand All @@ -150,8 +198,8 @@

* feat(web): optimization via lazy preprocessing of keyboard touch-layout info (#11265)
* fix(android): clear globe highlight when displaying keyboard picker (#11826)
* refactor(linux): add KeymanOption class for options :checkered_flag: (#11850)
* refactor(linux): rename methods that deal with keyboard options :checkered_flag: (#11851)
* refactor(linux): add KeymanOption class for options (#11850)
* refactor(linux): rename methods that deal with keyboard options (#11851)

## 18.0.60 alpha 2024-06-21

Expand Down Expand Up @@ -566,6 +614,10 @@
* chore(common): move to 18.0 alpha (#10713)
* chore: move to 18.0 alpha

## 17.0.328 stable 2024-07-27

* fix(web): add nullish test in setOsk (#12041)

## 17.0.327 stable 2024-07-25

* fix(android): include DOMRect polyfill for older ES6-supporting devices (#11654)
Expand Down
2 changes: 1 addition & 1 deletion VERSION.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.0.82
18.0.88
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<item>
<bitmap
android:src="@drawable/sil_logo_blue_2017_1"
android:src="@drawable/sil_logo_color_tai_heritage_pro"
android:gravity="center"/>
</item>

Expand Down
24 changes: 12 additions & 12 deletions android/KMAPro/kMAPro/src/main/res/values-b+el/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
<!-- Context: Text Size dialog -->
<string name="text_size" comment="Current text size (number)">Μέγεθος κειμένου: %1$d</string>
<!-- Context: Text Size dialog -->
<string name="ic_text_size_up" comment="Make text bigger">Μεγαλῶστε τὸ κείμενο</string>
<string name="ic_text_size_up" comment="Make text bigger">Μεγαλῶστε τὴν γραμματοσειρά</string>
<!-- Context: Text Size dialog -->
<string name="ic_text_size_down" comment="Make text smaller">Μεγαλῶστε τὸ κείμενο</string>
<string name="ic_text_size_down" comment="Make text smaller">Μικρύνετε τὴν γραμματοσειρά</string>
<!-- Context: Text Size dialog -->
<string name="ic_text_size_slider" comment="Adjust text size">Ρύθμιση μεγέθους κειμένου</string>
<!-- Context: Clear Text dialog -->
Expand Down Expand Up @@ -68,7 +68,7 @@
<!-- Context: Keyman Settings menu -->
<string name="adjust_keyboard_height" comment="Menu action to adjust keyboard height">Μεταβολὴ ὕψους πληκτρολογίου</string>
<!-- Context: Keyman Settings menu -->
<string name="spacebar_caption" comment="Menu action to set the spacebar caption">Spacebar caption</string>
<string name="spacebar_caption" comment="Menu action to set the spacebar caption">Λεζάντα πλήκτρου διαστήματος</string>
<!-- Context: Keyman Settings menu / Spacebar caption -->
<string name="spacebar_caption_keyboard" comment="Spacebar caption option - keyboard">Πληκτρολόγιο</string>
<!-- Context: Keyman Settings menu / Spacebar caption -->
Expand All @@ -80,9 +80,9 @@
<!-- Context: Keyman Settings menu / Spacebar caption hint -->
<string name="spacebar_caption_hint_keyboard" comment="Spacebar caption hint - keyboard">\'Ονομα πληκτρολογίου στὸ πλῆκτρο διαστήματος</string>
<!-- Context: Keyman Settings menu / Spacebar caption hint -->
<string name="spacebar_caption_hint_language" comment="Spacebar caption hint - language">\'Ονομα γλώσσας στὸ πλῆκτρο διαστήματος</string>
<string name="spacebar_caption_hint_language" comment="Spacebar caption hint - language">Ὄνομα γλώσσας στὸ πλῆκτρο διαστήματος</string>
<!-- Context: Keyman Settings menu / Spacebar caption hint -->
<string name="spacebar_caption_hint_language_keyboard" comment="Spacebar caption hint - language + keyboard">\'Ονομα πληκτρολογίου καὶ γλώσσας στὸ πλῆκτρο διαστήματος</string>
<string name="spacebar_caption_hint_language_keyboard" comment="Spacebar caption hint - language + keyboard">Ὄνομα πληκτρολογίου καὶ γλώσσας στὸ πλῆκτρο διαστήματος</string>
<!-- Context: Keyman Settings menu / Spacebar caption hint -->
<string name="spacebar_caption_hint_blank" comment="Spacebar caption hint - blank">Καμμία λεζάντα στὸ πλῆκτρο διαστήματος</string>
<!-- Context: Keyman Settings menu / Haptic feedback -->
Expand All @@ -92,13 +92,13 @@
<!-- Context: Keyman Settings menu -->
<string name="show_banner_on" comment="Description when toggle is on">Πρὸς ὑλοποίησιν</string>
<!-- Context: Keyman Settings menu -->
<string name="show_banner_off" comment="Description when toggle is off">Ὅταν εἶναι off, ἐμφανίζεται μόνο ὅταν ἔχει ἐνεργοποιηθεῖ τὸ προγνωστικὸ κείμενο</string>
<string name="show_banner_off" comment="Description when toggle is off">OFF: ἐμφάνιση μόνον ὅταν ἔχει ἐνεργοποιηθεῖ ἡ πρόβλεψη κειμένου</string>
<!-- Context: Keyman Settings menu -->
<string name="show_send_crash_report" comment="permission for sending crash reports">Ἐπιτρέψτε τὴν ἀποστολὴ ἀναφορῶν κατάρρευσης μέσῳ δικτύου</string>
<!-- Context: Keyman Settings menu -->
<string name="show_send_crash_report_on" comment="Description when toggle is on">Ὅταν εἶναι ΟΝ, θὰ ἀποστέλλονται ἀναφορὲς κατάρρευσης</string>
<string name="show_send_crash_report_on" comment="Description when toggle is on">ON: Ἀποστολὴ ἀναφορῶν κατάρρευσης</string>
<!-- Context: Keyman Settings menu -->
<string name="show_send_crash_report_off" comment="Description when toggle is off">Ὅταν εἶναι off, δὲν θὰ ἀποστέλλονται ἀναφορὲς κατάρρευσης</string>
<string name="show_send_crash_report_off" comment="Description when toggle is off">OFF: Δὲν ἀποστέλλονται ἀναφορὲς κατάρρευσης</string>
<!-- Context: Keyman Settings "Install Keyboard or Dictionary" menu -->
<string name="install_from_keyman_dot_com" comment="Install package from Keyman server">Ἐγκατάσταση ἀπὸ τὸ keyman.com</string>
<!-- Context: Keyman Settings "Install Keyboard or Dictionary" menu -->
Expand All @@ -118,9 +118,9 @@
<!-- Context: Select Package and Select Languages menu -->
<string name="all_languages_installed" comment="Text when all languages from a keyboard package have been installed">Ὅλες οἱ γλῶσσες ἔχουν ἤδη ἐγκατασταθεῖ</string>
<!-- Context: Adjust Keyboard Height menu -->
<string name="drag_the_keyboard" comment="First line of adjusting keyboard height">Σύρετε τὸ πληκτρολόγιο γιὰ νὰ ἀλλάξετε τὸ ὕψος</string>
<string name="drag_the_keyboard" comment="First line of adjusting keyboard height">Σύρετε τὸ πληκτρολόγιο γιὰ νὰ ἀλλάξετε τὸ ὕψος του</string>
<!-- Context: Adjust Keyboard Height menu -->
<string name="rotate_the_device" comment="Second line of adjusting keyboard height">Περιστρέψτε τὴν συσκευὴ γιὰ λειτουργία πορτραίτου καὶ τοπίου</string>
<string name="rotate_the_device" comment="Second line of adjusting keyboard height">Περιστρέψτε τὴν συσκευὴ γιὰ προσαρμογὴ τοῦ ὕψους σὲ λειτουργία πορτραίτου καὶ τοπίου</string>
<!-- Context: Adjust Keyboard Height menu -->
<string name="reset_to_defaults" comment="Button to reset to default heights">Ἐπαναφέρετε τὶς προεπιλεγμένες ρυθμίσεις</string>
<!-- Context: Keyman Web Browser -->
Expand Down Expand Up @@ -150,9 +150,9 @@
<!-- Context: KMP Package strings -->
<string name="no_new_touch_keyboards_to_install" comment="Notification when no touch-optimized keyboards can be installed">Τὸ πακέτο πληκτρολογίου δὲν ἔχει βελτιστοποιημένα πληκτρολόγια ἀφῆς πρὸς ἐγκατάστασιν</string>
<!-- Context: KMP Package strings -->
<string name="no_new_predictive_text_to_install" comment="Notification when no dictionaries can be installed">Δὲν ὑπάρχει νέο προγνωστικό κείμενο πρὸς ἐγκατάστασιν</string>
<string name="no_new_predictive_text_to_install" comment="Notification when no dictionaries can be installed">Δὲν ὑπάρχουν προγνώσεις κειμένων πρὸς ἐγκατάστασιν</string>
<!-- Context: KMP Package strings -->
<string name="no_targets_to_install" comment="Notification when a package doesn't contain keyboards or dictionaries">Δὲν ὑπάρχουν πληκτρολόγια ἢ προγνωστικό κείμενο πρὸς ἐγκατάστασιν</string>
<string name="no_targets_to_install" comment="Notification when a package doesn't contain keyboards or dictionaries">Δὲν ὑπάρχουν πληκτρολόγια ἢ προγνώσεις κειμένων πρὸς ἐγκατάστασιν</string>
<!-- Context: KMP Package strings -->
<string name="no_associated_languages" comment="Notification when a keyboard package doesn't contain languages">Τὸ πακέτο πληκτρολογίου δὲν ἔχει σχετικὲς μὲ αὐτὸ γλῶσσες πρὸς ἐγκατάστασιν</string>
<!-- Context: KMP Package strings -->
Expand Down
Loading
Loading