-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Align translation files style with Weblate
- Loading branch information
Showing
31 changed files
with
2 additions
and
1,105 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,10 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
|
||
<!-- | ||
~ This file is part of Compass. | ||
~ Copyright (C) 2024 Philipp Bobek <[email protected]> | ||
~ | ||
~ This program is free software: you can redistribute it and/or modify | ||
~ it under the terms of the GNU General Public License as published by | ||
~ the Free Software Foundation, either version 3 of the License, or | ||
~ (at your option) any later version. | ||
~ | ||
~ Compass is distributed in the hope that it will be useful, | ||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
~ GNU General Public License for more details. | ||
~ | ||
~ You should have received a copy of the GNU General Public License | ||
~ along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
--> | ||
|
||
<resources> | ||
<string name="compass">البوصلة</string> | ||
|
||
<string name="sensor_status">حالة المستشعر</string> | ||
<string name="lock_screen_rotation">قفل دوران الشاشة</string> | ||
|
||
<string name="compass_rose_image_description">وردة البوصلة تشير إلى الشمال</string> | ||
<string name="device_heading_indicator_image_description">تدل على الإتجاه الذي يشير إليه الجهاز</string> | ||
|
||
<string name="cardinal_direction_north">شمال</string> | ||
<string name="cardinal_direction_northeast">شمال شرق</string> | ||
<string name="cardinal_direction_east">شرق</string> | ||
|
@@ -35,53 +13,43 @@ | |
<string name="cardinal_direction_southwest">جنوب غرب</string> | ||
<string name="cardinal_direction_west">غرب</string> | ||
<string name="cardinal_direction_northwest">شمال غرب</string> | ||
|
||
<string name="cardinal_direction_north_abbreviation">ش</string> | ||
<string name="cardinal_direction_east_abbreviation">ق</string> | ||
<string name="cardinal_direction_south_abbreviation">ج</string> | ||
<string name="cardinal_direction_west_abbreviation">غ</string> | ||
|
||
<string name="sensor_accuracy_no_contact">المستشعر غير متاح</string> | ||
<string name="sensor_accuracy_unreliable">قيم المستشعر غير موثوقة</string> | ||
<string name="sensor_accuracy_low">دقة متدنية</string> | ||
<string name="sensor_accuracy_medium">دقة متوسطة</string> | ||
<string name="sensor_accuracy_high">دقة عالية</string> | ||
<string name="sensor_error_message">المستشعر غير متاح</string> | ||
<string name="sensor_calibration_text">يمكنك محاولة تحسين دقة جهاز الاستشعار في أي وقت عن طريق تدوير الجهاز بنمط الشكل 8.</string> | ||
|
||
<string name="location_loading">بانتظار تحديث الموقع الجغرافي</string> | ||
<string name="location_error_message">الموقع الجغرافي غير متاح</string> | ||
<string name="location_not_present">تعذّر تحديد الموقع الجغرافي. سيتم العودة إلى استخدام الشمال المغناطيسي</string> | ||
<string name="location_reload">إعادة تحميل الموقع الجغرافي</string> | ||
<string name="access_location_permission_rationale_title">يرجى تزويدنا بالصلاحيات اللازمة للوصول إلى موقعك</string> | ||
<string name="access_location_permission_rationale_message">للإشارة إلى الشمال الحقيقي، يحتاج هذا التطبيق إلى تحديد الانحراف المغناطيسي بناءً على موقعك الجغرافي الحالي.</string> | ||
<string name="access_location_permission_denied">الصلاحيات اللازمة للوصول إلى موقعك الجغرافي غير متوفرة. سيتم العودة إلى استخدام الشمال المغناطيسي.</string> | ||
|
||
<string name="settings">الإعدادات</string> | ||
|
||
<string name="true_north">الشمال الحقيقي</string> | ||
<string name="true_north_summary">لتصحيح الانحراف المغناطيسي والإشارة إلى الشمال الحقيقي يجب ان تسمح بالوصول إلى موقعك الجغرافي.</string> | ||
<string name="magnetic_north">الشمال المغناطيسي</string> | ||
|
||
<string name="haptic_feedback">ردود الفعل الملموسة</string> | ||
<string name="haptic_feedback_summary">اهتزاز البوصلة عند تغير الاتجاه.</string> | ||
|
||
<string name="display">العرض</string> | ||
<string name="night_mode">السمة</string> | ||
<string name="night_mode_follow_system">اتبع النظام</string> | ||
<string name="night_mode_no">فاتح</string> | ||
<string name="night_mode_yes">داكن</string> | ||
|
||
<string name="about">معلومات</string> | ||
<string name="author">المؤلف</string> | ||
<string name="license">الترخيص</string> | ||
<string name="third_party_licenses">تراخيص الطرف ثالث</string> | ||
<string name="third_party_licenses_summary">تراخيص المكتبات مفتوحة المصدر المضمنة</string> | ||
<string name="source_code">الكود المصدري</string> | ||
<string name="version">الإصدار</string> | ||
|
||
<string name="error_message">حدث خطأ.\nالرسالة: %1$s \nالرمز: %2$s</string> | ||
|
||
<string name="error">خطأ</string> | ||
<string name="ok">موافق</string> | ||
<string name="no_thanks">لا شكرًا</string> | ||
|
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 |
---|---|---|
@@ -1,32 +1,10 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
|
||
<!-- | ||
~ This file is part of Compass. | ||
~ Copyright (C) 2024 Philipp Bobek <[email protected]> | ||
~ | ||
~ This program is free software: you can redistribute it and/or modify | ||
~ it under the terms of the GNU General Public License as published by | ||
~ the Free Software Foundation, either version 3 of the License, or | ||
~ (at your option) any later version. | ||
~ | ||
~ Compass is distributed in the hope that it will be useful, | ||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
~ GNU General Public License for more details. | ||
~ | ||
~ You should have received a copy of the GNU General Public License | ||
~ along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
--> | ||
|
||
<resources> | ||
<string name="compass">Компас</string> | ||
|
||
<string name="sensor_status">Състояние на сензора</string> | ||
<string name="lock_screen_rotation">Заключване завъртането на екрана</string> | ||
|
||
<string name="compass_rose_image_description">Компасът е насочен на север</string> | ||
<string name="device_heading_indicator_image_description">Показва в коя посока е насочено устройството</string> | ||
|
||
<string name="cardinal_direction_north">Север</string> | ||
<string name="cardinal_direction_northeast">Североизток</string> | ||
<string name="cardinal_direction_east">Изток</string> | ||
|
@@ -35,53 +13,43 @@ | |
<string name="cardinal_direction_southwest">Югозапад</string> | ||
<string name="cardinal_direction_west">Запад</string> | ||
<string name="cardinal_direction_northwest">Северозапад</string> | ||
|
||
<string name="cardinal_direction_north_abbreviation">С</string> | ||
<string name="cardinal_direction_east_abbreviation">И</string> | ||
<string name="cardinal_direction_south_abbreviation">Ю</string> | ||
<string name="cardinal_direction_west_abbreviation">З</string> | ||
|
||
<string name="sensor_accuracy_no_contact">Сензорът не е достъпен</string> | ||
<string name="sensor_accuracy_unreliable">Не може да се разчита на стойността на сензора</string> | ||
<string name="sensor_accuracy_low">Ниска точност</string> | ||
<string name="sensor_accuracy_medium">Средна точност</string> | ||
<string name="sensor_accuracy_high">Висока точност</string> | ||
<string name="sensor_error_message">Сензорът не е наличен</string> | ||
<string name="sensor_calibration_text">Можете да се опитате да подобрите точността на сензора, като завъртите устройството няколко пъти с движение, наподобяващо осмица (8).</string> | ||
|
||
<string name="location_loading">Изчакване на местоположение…</string> | ||
<string name="location_error_message">Местоположението не е налично</string> | ||
<string name="location_not_present">Местоположението не може да бъде определено. Връщане към използване на магнитен север.</string> | ||
<string name="location_reload">Презареждане на местоположението</string> | ||
<string name="access_location_permission_rationale_title">Нужно е разрешение, за да се достъпи приблизителното местоположение на устройството.</string> | ||
<string name="access_location_permission_rationale_message">За да се показва истинския север, приложението трябва да определи магнитната деклинация, базирана на текущото местоположение.</string> | ||
<string name="access_location_permission_denied">Липсва разрешение за достъп до приблизителното местоположение. Ще се показва магнитния север.</string> | ||
|
||
<string name="settings">Настройки</string> | ||
|
||
<string name="true_north">Истински север</string> | ||
<string name="true_north_summary">Коригиране на магнитния север и показване на истинския север. Изисква достъп до приблизителното местоположение на устройството.</string> | ||
<string name="magnetic_north">Магнитен Север</string> | ||
|
||
<string name="haptic_feedback">Тактическа обратна връзка</string> | ||
<string name="haptic_feedback_summary">Компасът вибрира, когато посоката се промени.</string> | ||
|
||
<string name="display">Дисплей</string> | ||
<string name="night_mode">Нощен режим</string> | ||
<string name="night_mode_follow_system">Система</string> | ||
<string name="night_mode_no">Ден</string> | ||
<string name="night_mode_yes">Нощ</string> | ||
|
||
<string name="about">За приложението</string> | ||
<string name="author">Автор</string> | ||
<string name="license">Лиценз</string> | ||
<string name="third_party_licenses">Лицензи от трети страни</string> | ||
<string name="third_party_licenses_summary">Лицензи на използвани библиотеки с отворен код.</string> | ||
<string name="source_code">Изходен код на приложението</string> | ||
<string name="version">Версия</string> | ||
|
||
<string name="error_message">Възникна грешка.\nСъобщение: %1$s\nКод: %2$s</string> | ||
|
||
<string name="error">Грешка</string> | ||
<string name="ok">Добре</string> | ||
<string name="no_thanks">Не, благодаря!</string> | ||
|
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 |
---|---|---|
@@ -1,32 +1,10 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
|
||
<!-- | ||
~ This file is part of Compass. | ||
~ Copyright (C) 2024 Philipp Bobek <[email protected]> | ||
~ | ||
~ This program is free software: you can redistribute it and/or modify | ||
~ it under the terms of the GNU General Public License as published by | ||
~ the Free Software Foundation, either version 3 of the License, or | ||
~ (at your option) any later version. | ||
~ | ||
~ Compass is distributed in the hope that it will be useful, | ||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
~ GNU General Public License for more details. | ||
~ | ||
~ You should have received a copy of the GNU General Public License | ||
~ along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
--> | ||
|
||
<resources> | ||
<string name="compass">Kompas</string> | ||
|
||
<string name="sensor_status">Status senzora</string> | ||
<string name="lock_screen_rotation">Zaključaj rotaciju ekrana</string> | ||
|
||
<string name="compass_rose_image_description">Ruža kompasa pokazuje prema magnetnom sjeveru</string> | ||
<string name="device_heading_indicator_image_description">Označava u kom smjeru uređaj pokazuje</string> | ||
|
||
<string name="cardinal_direction_north">Sjever</string> | ||
<string name="cardinal_direction_northeast">Sjeveroistok</string> | ||
<string name="cardinal_direction_east">Istok</string> | ||
|
@@ -35,54 +13,19 @@ | |
<string name="cardinal_direction_southwest">Jugozapad</string> | ||
<string name="cardinal_direction_west">Zapad</string> | ||
<string name="cardinal_direction_northwest">Sjeverozapad</string> | ||
|
||
<string name="cardinal_direction_north_abbreviation">S</string> | ||
<string name="cardinal_direction_east_abbreviation">I</string> | ||
<string name="cardinal_direction_south_abbreviation">J</string> | ||
<string name="cardinal_direction_west_abbreviation">Z</string> | ||
|
||
<string name="sensor_accuracy_no_contact">Senzor nije dostupan</string> | ||
<string name="sensor_accuracy_unreliable">Vrijednosti senzora su nepouzdane</string> | ||
<string name="sensor_accuracy_low">Niska tačnost</string> | ||
<string name="sensor_accuracy_medium">Prosječna tačnost</string> | ||
<string name="sensor_accuracy_high">Maksimalna tačnost</string> | ||
<string name="sensor_error_message">Senzor nije dostupan</string> | ||
<string name="sensor_calibration_text">Možete pokušati poboljšati tačnost senzora u bilo kom trenutku rotiranjem uređaja u obliku osmice.</string> | ||
|
||
<!--TODO<string name="location_loading">Waiting for location update</string>--> | ||
<!--TODO<string name="location_error_message">Location not available</string>--> | ||
<!--TODO<string name="location_not_present">Location could not be determined. Falling back to magnetic north.</string>--> | ||
<!--TODO<string name="location_reload">Reload location</string>--> | ||
<!--TODO<string name="access_location_permission_rationale_title">We need permission to access your location</string>--> | ||
<!--TODO<string name="access_location_permission_rationale_message">For showing to true north this app needs to determine the magnetic declination based on your current location.</string>--> | ||
<!--TODO<string name="access_location_permission_denied">Missing permission to access location. Falling back to magnetic north.</string>--> | ||
|
||
<!--TODO<string name="settings">Settings</string>--> | ||
|
||
<!--TODO<string name="true_north">True North</string>--> | ||
<!--TODO<string name="true_north_summary">Correct the magnetic declination and show to true north. Requires access to your location.</string>--> | ||
<!--TODO<string name="magnetic_north">Magnetic North</string>--> | ||
|
||
<!--TODO<string name="haptic_feedback">Haptic feedback</string>--> | ||
<!--TODO<string name="haptic_feedback_summary">The compass vibrates when the direction changes.</string>--> | ||
|
||
<!--TODO<string name="display">Display</string>--> | ||
<!--TODO<string name="night_mode">Theme</string>--> | ||
<!--TODO<string name="night_mode_follow_system">Follow system</string>--> | ||
<!--TODO<string name="night_mode_no">Light</string>--> | ||
<!--TODO<string name="night_mode_yes">Dark</string>--> | ||
|
||
<string name="about">O aplikaciji</string> | ||
<!--TODO<string name="author">Author</string>--> | ||
<string name="license">Licenca</string> | ||
<!--TODO<string name="third_party_licenses">Third-party licenses</string>--> | ||
<!--TODO<string name="third_party_licenses_summary">Licenses of included open source libraries</string>--> | ||
<!--TODO<string name="source_code">Source code</string>--> | ||
<string name="version">Verzija</string> | ||
|
||
<!--TODO<string name="error_message">An error occurred.\nMessage: %1$s\nCode: %2$s</string>--> | ||
|
||
<!--TODO<string name="error">Error</string>--> | ||
<string name="ok">Uredu</string> | ||
<!--TODO<string name="no_thanks">No thanks</string>--> | ||
</resources> |
Oops, something went wrong.