-
Notifications
You must be signed in to change notification settings - Fork 181
Rename pin to pairing in navbar and routes #203
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
base: master
Are you sure you want to change the base?
Rename pin to pairing in navbar and routes #203
Conversation
|
Translations can left blank for those languages you are not familiar with, the other translations are usually machine translated so sometimes it's even worse than falling back to English. There're also other code in the C++ parts needs to change, but I can handle them myself when you're done. |
53eec0d to
9c5c90e
Compare
Co-authored-by: Guillaume Hartemann-Piollet <[email protected]>
Co-authored-by: Víctor Fernández <[email protected]>
I am european, and honestly speaking "Pairing" is well understandable by anybody in that list in my opinion. |
Co-authored-by: Marocco2 <[email protected]>
| "home": "ホーム", | ||
| "password": "パスワードの変更", | ||
| "pin": "Pin", | ||
| "pairing": "TODO: translate", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ペアリング (straight up pairing) works here, or 接続 which is connection.
6304bab to
8298149
Compare
ad14111 to
b2ec048
Compare
|
Could you please make a release for Mac OS Silicon |
| @@ -385,7 +345,7 @@ | |||
| "configuration": "Konfigürasyon", | |||
| "home": "Ana Sayfa", | |||
| "password": "Şifre Değiştir", | |||
| "pin": "Pin", | |||
| "pairing": "TODO: translate", | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| "pairing": "TODO: translate", | |
| "pairing": "Eşleştirme", |
Following #192
We agreed on renaming Pin to Pairing in the user interface
TODO