Skip to content

Commit 2cb8e16

Browse files
author
github-actions
committed
Update translations from Crowdin
1 parent 88ab2fe commit 2cb8e16

131 files changed

Lines changed: 6285 additions & 1542 deletions

File tree

Some content is hidden

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

addon/doc/af_ZA/readme.md

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
# sayCurrentKeyboardLanguage
2+
3+
* Author(s): Abdel, Noelia.
4+
5+
# Presentation #
6+
7+
This addon was created following a request from a member on the nvda-addons mailing list.
8+
9+
It provides a script without gesture, which allows to retrieve and give the language of the current keyboard.
10+
11+
If pressed twice, gives the default language of the system.
12+
13+
At the first version of this module, it had been proposed as simple globalPlugin to paste in the configuration directory of NVDA, it was then transformed into addon.
14+
15+
## Notes ##
16+
17+
To set a gesture to the script giving the keyboard language, follow these steps:
18+
19+
* Open the NVDA's menu, with "NVDA + N";
20+
* Go to NVDA's preferences menu;
21+
* Then go to the submenu "Input gestures".
22+
* Then select the category "Input", and open it with right arrow.
23+
* Go to the item labeled "Gives the language of the keyboard in use, if pressed twice, give the default language of the system";
24+
* Once done, press Alt + A to add a gesture, and type "NVDA + F4" or another gesture of your choice;
25+
* This done, press the up arrow once, you hear "your chosen gesture, all layout";
26+
* Validate on enter, then tab to OK then enter;
27+
* Your chosen gesture should then call the script giving keyboard language.
28+
29+
## Compatibility ##
30+
31+
* This add-on is compatible with the versions of NVDA ranging from 2019.3 and beyond.
32+
33+
## Changes for 20240326.0.0
34+
35+
* Updated compatibility for nvda-2024.1;
36+
* Deleted download link from readme, the download link for future updates will now only be available from the add-on store.
37+
38+
## Changes for 20231229.0.0 ##
39+
40+
* Added a backward compatible implementation to support speak on demand mode, which will soon be available with nvda-2024.1.
41+
42+
## Changes for 20230729.0.0 ##
43+
44+
* Applied the flake8 and mypy rules to the code;
45+
* Changed the minimum supported NVDA version to 2019.3 to support annotations introduced in Python 3.
46+
* Removed the "NVDA + F4" gesture calling the script giving the keyboard language., to allow users to choose their preferred gesture.
47+
48+
## Changes for 20230607.0.0 ##
49+
50+
* Added the following workflows:
51+
* auto-update-translations - to automatically update translations from NVDA's translation system.
52+
* release-on-tag..yaml: to build and publish the addon as soon as a new tag is pushed;
53+
* manual-release.yaml: to build and release new versions of the add-on manually.
54+
* Updated translations.
55+
56+
## Changes for version 20230426.0.0 and beyond ##
57+
58+
* • Changed version number, minimum NVDA version and download link according to store conventions/requirements.
59+
60+
## Changes for version 19.02 ##
61+
62+
* Changed version numbering using YY.MM (The year in 2 digits, followed by a dot, followed by the month in 2 digits);
63+
* Added compatibility with the new versioning format of add-on, appeared since nvda 2019.1.
64+
65+
## Changes for version 1.1 ##
66+
67+
* The addon has been renamed from getCurKeyboardLanguage to sayCurrentKeyboardLanguage;
68+
* Added the GPL license to the addon;
69+
* Added the script getCurKeyboardLanguage to the "System status" category;
70+
* Fixed some errors in the code.
71+
72+
## Changes for version 1.0 ##
73+
74+
* Initial version.

addon/doc/am/readme.md

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
# sayCurrentKeyboardLanguage
2+
3+
* Author(s): Abdel, Noelia.
4+
5+
# Presentation #
6+
7+
This addon was created following a request from a member on the nvda-addons mailing list.
8+
9+
It provides a script without gesture, which allows to retrieve and give the language of the current keyboard.
10+
11+
If pressed twice, gives the default language of the system.
12+
13+
At the first version of this module, it had been proposed as simple globalPlugin to paste in the configuration directory of NVDA, it was then transformed into addon.
14+
15+
## Notes ##
16+
17+
To set a gesture to the script giving the keyboard language, follow these steps:
18+
19+
* Open the NVDA's menu, with "NVDA + N";
20+
* Go to NVDA's preferences menu;
21+
* Then go to the submenu "Input gestures".
22+
* Then select the category "Input", and open it with right arrow.
23+
* Go to the item labeled "Gives the language of the keyboard in use, if pressed twice, give the default language of the system";
24+
* Once done, press Alt + A to add a gesture, and type "NVDA + F4" or another gesture of your choice;
25+
* This done, press the up arrow once, you hear "your chosen gesture, all layout";
26+
* Validate on enter, then tab to OK then enter;
27+
* Your chosen gesture should then call the script giving keyboard language.
28+
29+
## Compatibility ##
30+
31+
* This add-on is compatible with the versions of NVDA ranging from 2019.3 and beyond.
32+
33+
## Changes for 20240326.0.0
34+
35+
* Updated compatibility for nvda-2024.1;
36+
* Deleted download link from readme, the download link for future updates will now only be available from the add-on store.
37+
38+
## Changes for 20231229.0.0 ##
39+
40+
* Added a backward compatible implementation to support speak on demand mode, which will soon be available with nvda-2024.1.
41+
42+
## Changes for 20230729.0.0 ##
43+
44+
* Applied the flake8 and mypy rules to the code;
45+
* Changed the minimum supported NVDA version to 2019.3 to support annotations introduced in Python 3.
46+
* Removed the "NVDA + F4" gesture calling the script giving the keyboard language., to allow users to choose their preferred gesture.
47+
48+
## Changes for 20230607.0.0 ##
49+
50+
* Added the following workflows:
51+
* auto-update-translations - to automatically update translations from NVDA's translation system.
52+
* release-on-tag..yaml: to build and publish the addon as soon as a new tag is pushed;
53+
* manual-release.yaml: to build and release new versions of the add-on manually.
54+
* Updated translations.
55+
56+
## Changes for version 20230426.0.0 and beyond ##
57+
58+
* • Changed version number, minimum NVDA version and download link according to store conventions/requirements.
59+
60+
## Changes for version 19.02 ##
61+
62+
* Changed version numbering using YY.MM (The year in 2 digits, followed by a dot, followed by the month in 2 digits);
63+
* Added compatibility with the new versioning format of add-on, appeared since nvda 2019.1.
64+
65+
## Changes for version 1.1 ##
66+
67+
* The addon has been renamed from getCurKeyboardLanguage to sayCurrentKeyboardLanguage;
68+
* Added the GPL license to the addon;
69+
* Added the script getCurKeyboardLanguage to the "System status" category;
70+
* Fixed some errors in the code.
71+
72+
## Changes for version 1.0 ##
73+
74+
* Initial version.

addon/doc/an/readme.md

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
# sayCurrentKeyboardLanguage
2+
3+
* Author(s): Abdel, Noelia.
4+
5+
# Presentation #
6+
7+
This addon was created following a request from a member on the nvda-addons mailing list.
8+
9+
It provides a script without gesture, which allows to retrieve and give the language of the current keyboard.
10+
11+
If pressed twice, gives the default language of the system.
12+
13+
At the first version of this module, it had been proposed as simple globalPlugin to paste in the configuration directory of NVDA, it was then transformed into addon.
14+
15+
## Notes ##
16+
17+
To set a gesture to the script giving the keyboard language, follow these steps:
18+
19+
* Open the NVDA's menu, with "NVDA + N";
20+
* Go to NVDA's preferences menu;
21+
* Then go to the submenu "Input gestures".
22+
* Then select the category "Input", and open it with right arrow.
23+
* Go to the item labeled "Gives the language of the keyboard in use, if pressed twice, give the default language of the system";
24+
* Once done, press Alt + A to add a gesture, and type "NVDA + F4" or another gesture of your choice;
25+
* This done, press the up arrow once, you hear "your chosen gesture, all layout";
26+
* Validate on enter, then tab to OK then enter;
27+
* Your chosen gesture should then call the script giving keyboard language.
28+
29+
## Compatibility ##
30+
31+
* This add-on is compatible with the versions of NVDA ranging from 2019.3 and beyond.
32+
33+
## Changes for 20240326.0.0
34+
35+
* Updated compatibility for nvda-2024.1;
36+
* Deleted download link from readme, the download link for future updates will now only be available from the add-on store.
37+
38+
## Changes for 20231229.0.0 ##
39+
40+
* Added a backward compatible implementation to support speak on demand mode, which will soon be available with nvda-2024.1.
41+
42+
## Changes for 20230729.0.0 ##
43+
44+
* Applied the flake8 and mypy rules to the code;
45+
* Changed the minimum supported NVDA version to 2019.3 to support annotations introduced in Python 3.
46+
* Removed the "NVDA + F4" gesture calling the script giving the keyboard language., to allow users to choose their preferred gesture.
47+
48+
## Changes for 20230607.0.0 ##
49+
50+
* Added the following workflows:
51+
* auto-update-translations - to automatically update translations from NVDA's translation system.
52+
* release-on-tag..yaml: to build and publish the addon as soon as a new tag is pushed;
53+
* manual-release.yaml: to build and release new versions of the add-on manually.
54+
* Updated translations.
55+
56+
## Changes for version 20230426.0.0 and beyond ##
57+
58+
* • Changed version number, minimum NVDA version and download link according to store conventions/requirements.
59+
60+
## Changes for version 19.02 ##
61+
62+
* Changed version numbering using YY.MM (The year in 2 digits, followed by a dot, followed by the month in 2 digits);
63+
* Added compatibility with the new versioning format of add-on, appeared since nvda 2019.1.
64+
65+
## Changes for version 1.1 ##
66+
67+
* The addon has been renamed from getCurKeyboardLanguage to sayCurrentKeyboardLanguage;
68+
* Added the GPL license to the addon;
69+
* Added the script getCurKeyboardLanguage to the "System status" category;
70+
* Fixed some errors in the code.
71+
72+
## Changes for version 1.0 ##
73+
74+
* Initial version.

addon/doc/ar/readme.md

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
# sayCurrentKeyboardLanguage
2+
3+
* Author(s): Abdel, Noelia.
4+
5+
# Presentation #
6+
7+
This addon was created following a request from a member on the nvda-addons mailing list.
8+
9+
It provides a script without gesture, which allows to retrieve and give the language of the current keyboard.
10+
11+
If pressed twice, gives the default language of the system.
12+
13+
At the first version of this module, it had been proposed as simple globalPlugin to paste in the configuration directory of NVDA, it was then transformed into addon.
14+
15+
## Notes ##
16+
17+
To set a gesture to the script giving the keyboard language, follow these steps:
18+
19+
* Open the NVDA's menu, with "NVDA + N";
20+
* Go to NVDA's preferences menu;
21+
* Then go to the submenu "Input gestures".
22+
* Then select the category "Input", and open it with right arrow.
23+
* Go to the item labeled "Gives the language of the keyboard in use, if pressed twice, give the default language of the system";
24+
* Once done, press Alt + A to add a gesture, and type "NVDA + F4" or another gesture of your choice;
25+
* This done, press the up arrow once, you hear "your chosen gesture, all layout";
26+
* Validate on enter, then tab to OK then enter;
27+
* Your chosen gesture should then call the script giving keyboard language.
28+
29+
## Compatibility ##
30+
31+
* This add-on is compatible with the versions of NVDA ranging from 2019.3 and beyond.
32+
33+
## Changes for 20240326.0.0
34+
35+
* Updated compatibility for nvda-2024.1;
36+
* Deleted download link from readme, the download link for future updates will now only be available from the add-on store.
37+
38+
## Changes for 20231229.0.0 ##
39+
40+
* Added a backward compatible implementation to support speak on demand mode, which will soon be available with nvda-2024.1.
41+
42+
## Changes for 20230729.0.0 ##
43+
44+
* Applied the flake8 and mypy rules to the code;
45+
* Changed the minimum supported NVDA version to 2019.3 to support annotations introduced in Python 3.
46+
* Removed the "NVDA + F4" gesture calling the script giving the keyboard language., to allow users to choose their preferred gesture.
47+
48+
## Changes for 20230607.0.0 ##
49+
50+
* Added the following workflows:
51+
* auto-update-translations - to automatically update translations from NVDA's translation system.
52+
* release-on-tag..yaml: to build and publish the addon as soon as a new tag is pushed;
53+
* manual-release.yaml: to build and release new versions of the add-on manually.
54+
* Updated translations.
55+
56+
## Changes for version 20230426.0.0 and beyond ##
57+
58+
* • Changed version number, minimum NVDA version and download link according to store conventions/requirements.
59+
60+
## Changes for version 19.02 ##
61+
62+
* Changed version numbering using YY.MM (The year in 2 digits, followed by a dot, followed by the month in 2 digits);
63+
* Added compatibility with the new versioning format of add-on, appeared since nvda 2019.1.
64+
65+
## Changes for version 1.1 ##
66+
67+
* The addon has been renamed from getCurKeyboardLanguage to sayCurrentKeyboardLanguage;
68+
* Added the GPL license to the addon;
69+
* Added the script getCurKeyboardLanguage to the "System status" category;
70+
* Fixed some errors in the code.
71+
72+
## Changes for version 1.0 ##
73+
74+
* Initial version.

0 commit comments

Comments
 (0)