mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-06 12:34:24 +00:00
Organic Maps sources as of 02.04.2025 (fad26bbf22ac3da75e01e62aa01e5c8e11861005)
To expand with full Organic Maps and Maps.ME commits history run: git remote add om-historic [om-historic.git repo url] git fetch --tags om-historic git replace squashed-history historic-commits
This commit is contained in:
15
iphone/Maps/LocalizedStrings/he.lproj/InfoPlist.strings
Normal file
15
iphone/Maps/LocalizedStrings/he.lproj/InfoPlist.strings
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
/* Used in home screen quick actions. */
|
||||
"search" = "Search";
|
||||
|
||||
/* Used in home screen quick actions. */
|
||||
"bookmarks_and_tracks" = "רשימות אתרים ונתיבים";
|
||||
|
||||
/* Used in home screen quick actions. */
|
||||
"route" = "נתיב";
|
||||
|
||||
/* Needed to explain why we always require access to GPS coordinates, and not only when the app is active. */
|
||||
"NSLocationAlwaysUsageDescription" = "גילוי המיקום הנוכחי ברקע נחוץ כדי ליהנות באופן מלא מהפונקציונליות של האפליקציה. הוא משמש לניווט ולשמירה על המסלול שנסעת לאחרונה.";
|
||||
|
||||
/* Needed to explain why we require access to GPS coordinates when the app is active. */
|
||||
"NSLocationWhenInUseUsageDescription" = "קביעת המיקום שלך נחוצה לניווט ולשמירה על המסלול שנסעת לאחרונה.";
|
||||
1071
iphone/Maps/LocalizedStrings/he.lproj/Localizable.strings
Normal file
1071
iphone/Maps/LocalizedStrings/he.lproj/Localizable.strings
Normal file
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,60 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
|
||||
<!-- ********** Strings for downloading map from search **********/ -->
|
||||
|
||||
<key>bookmarks_places</key>
|
||||
<dict>
|
||||
<key>NSStringLocalizedFormatKey</key>
|
||||
<string>%#@value@</string>
|
||||
<key>value</key>
|
||||
<dict>
|
||||
<key>NSStringFormatSpecTypeKey</key>
|
||||
<string>NSStringPluralRuleType</string>
|
||||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>d</string>
|
||||
<key>one</key>
|
||||
<string>סימניה %d</string>
|
||||
<key>other</key>
|
||||
<string>%d סימניות</string>
|
||||
</dict>
|
||||
</dict>
|
||||
|
||||
<key>bookmarks_detect_message</key>
|
||||
<dict>
|
||||
<key>NSStringLocalizedFormatKey</key>
|
||||
<string>%#@value@</string>
|
||||
<key>value</key>
|
||||
<dict>
|
||||
<key>NSStringFormatSpecTypeKey</key>
|
||||
<string>NSStringPluralRuleType</string>
|
||||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>d</string>
|
||||
<key>one</key>
|
||||
<string>נמצא %d קובץ. תוכלו לראות אותו לאחר ההמרה.</string>
|
||||
<key>other</key>
|
||||
<string>נמצאו %d קבצים. תוכלו לראות אותם לאחר ההמרה.</string>
|
||||
</dict>
|
||||
</dict>
|
||||
|
||||
<key>tracks</key>
|
||||
<dict>
|
||||
<key>NSStringLocalizedFormatKey</key>
|
||||
<string>%#@value@</string>
|
||||
<key>value</key>
|
||||
<dict>
|
||||
<key>NSStringFormatSpecTypeKey</key>
|
||||
<string>NSStringPluralRuleType</string>
|
||||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>d</string>
|
||||
<key>one</key>
|
||||
<string>מסלול %d</string>
|
||||
<key>other</key>
|
||||
<string>%d מסלולים</string>
|
||||
</dict>
|
||||
</dict>
|
||||
|
||||
</dict>
|
||||
</plist>
|
||||
1486
iphone/Maps/LocalizedStrings/he.lproj/LocalizableTypes.strings
Normal file
1486
iphone/Maps/LocalizedStrings/he.lproj/LocalizableTypes.strings
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user