-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added a script to update version in the buildVars.py automatically if…
… it as not been changed but is confirmed in a commit. this can be used manually, or automatically with a post commit hook. now *.json files are ignored. updated sconstruct to generate the required json file for the add-on store. updated documentation. updated buildVars to be compatible with the new sconstruct. added turkish language. updated the github workflow to generate the required json for the nvda add-on store.
- Loading branch information
Showing
8 changed files
with
286 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,3 +7,5 @@ addon/doc/en/ | |
*.py[co] | ||
*.nvda-addon | ||
.sconsign.dblite | ||
*.code-workspace | ||
*.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# Kulaklık Bulucu NVDA Eklentisi # | ||
Bu eklenti, sol veya sağ kulaklıktan bir bip sesi çıkaran iki komuta sahiptir. Bluetooth kulaklığınızı bulmanıza yardımcı olması için amaçlanmıştır. Ton 5 dakika çalacaktır. Tonu durdurmanız gerekirse, atanan hareketlerden herhangi birine basın. Daha fazla zamana ihtiyacınız varsa, gerekli tuşuna iki defa bsın. | ||
|
||
Telif Hakkı (C) 2023 David CM <[email protected]> | ||
|
||
Bu paket, GNU Genel Kamu Lisansı, sürüm 2 veya sonraki koşulları altında dağıtılmaktadır. | ||
|
||
|
||
## Kullanım: | ||
|
||
* Sol kulaklığı bulmak için alt + control + nvda + j tuşlarına basın. | ||
* Sağ kulaklığı bulmak için alt + control + nvda + k tuşlarına basın. | ||
* Bip sesini durdurmak için, basmış olduğunuz kısayol tuşuna tekrar basın. | ||
* ton durursa ve kulaklığınızı henüz bulamadıysanız, gereken harekete iki kez basın. | ||
|
||
## Gereksinimler: | ||
NVDA 2018.2 veya sonrasına ihtiyacınız var. | ||
|
||
## Kurulum: | ||
Sadece bir NVDA eklentisi olarak kurun. | ||
|
||
## katkılar, raporlar ve bağışlar: | ||
|
||
Projemi beğendiyseniz veya bu yazılım günlük hayatınızda işinize yararsa ve bir şekilde katkıda bulunmak isterseniz aşağıdaki yöntemlerle bağışta bulunabilirsiniz: | ||
|
||
* [PayPal.](https://paypal.me/davicm) | ||
* [Ko-fi.](https://ko-fi.com/davidacm) | ||
* [kripto para birimleri ve diğer yöntemler.](https://davidacm.github.io/donations/) | ||
|
||
Hataları düzeltmek, sorunları bildirmek veya yeni özellikler istiyorsanız benimle <[email protected]> adresinden iletişime geçebilirsiniz. | ||
|
||
Veya bu projenin github deposunda: | ||
[GitHub'da Kulaklık Bulucu](https://github.com/davidacm/NVDA-HeadphoneFinder) | ||
|
||
Bu eklentinin en son sürümünü bu depodan edinebilirsiniz. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Kulaklık Bulucu 0.1\n" | ||
"POT-Creation-Date: 2023-03-13 21:29+0300\n" | ||
"PO-Revision-Date: 2023-03-13 21:30+0300\n" | ||
"Last-Translator: Umut KORKMAZ <[email protected]>\n" | ||
"Language-Team: Umut KORKMAZ <[email protected]>\n" | ||
"Language: tr_TR\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" | ||
"X-Generator: Poedit 3.2.2\n" | ||
"X-Poedit-Basepath: ../../../globalPlugins\n" | ||
"X-Poedit-SearchPath-0: .\n" | ||
|
||
#: headphoneFinder.py:15 | ||
msgid "Headphone Finder" | ||
msgstr "Kulaklık Bulucu" | ||
|
||
#: headphoneFinder.py:31 | ||
msgid "plays a tone at the left speaker." | ||
msgstr "sol hoparlörde bir ton çalar." | ||
|
||
#: headphoneFinder.py:38 | ||
msgid "plays a tone at the right speaker." | ||
msgstr "sağ hoparlörde bir ton çalar." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ Copyright (C) 2023 David CM <[email protected]> | |
This package is distributed under the terms of the GNU General Public License, version 2 or later. | ||
|
||
## Download. | ||
The latest release is available to [download in this link](https://davidacm.github.io/getlatest/gh/davidacm/NVDA-HeadphoneFinder) | ||
The latest release is available to [download in this link](https://davidacm.github.io/getlatest/gh/davidacm/NVDA-HeadphoneFinder/?index=1) | ||
|
||
## Usage | ||
|
||
|
Oops, something went wrong.