Repo created

This commit is contained in:
Fr4nz D13trich 2025-11-22 13:58:55 +01:00
parent 4af19165ec
commit 68073add76
12458 changed files with 12350765 additions and 2 deletions

View file

@ -0,0 +1,15 @@
/* Used in home screen quick actions. */
"search" = "Căutare";
/* Used in home screen quick actions. */
"bookmarks_and_tracks" = "Locuri preferate și trasee";
/* Used in home screen quick actions. */
"route" = "Traseu";
/* Needed to explain why we always require access to GPS coordinates, and not only when the app is active. */
"NSLocationAlwaysUsageDescription" = "Definirea locației curente în fundal este necesară pentru a vă bucura pe deplin de funcționalitatea aplicației. Acest lucru este utilizat în opțiunile de urmărire a traseului și salvare a căii parcurse recent.";
/* Needed to explain why we require access to GPS coordinates when the app is active. */
"NSLocationWhenInUseUsageDescription" = "Definirea locației curente este folosită în opțiunile de urmărire a traseului și salvarea rutelor recente.";

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,66 @@
<?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>
<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>zero</key>
<string>Zero marcaje</string>
<key>one</key>
<string>%d marcaj</string>
<key>few</key>
<string>%d marcaje</string>
<key>other</key>
<string>%d marcaje</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>zero</key>
<string>A fost găsit %d fișier. Îl vei vedea după conversie.</string>
<key>one</key>
<string>A fost găsit %d fișier. Îl vei vedea după conversie.</string>
<key>few</key>
<string>Au fost găsit %d fișiere. Le vei vedea după conversie.</string>
<key>other</key>
<string>Au fost găsit %d fișiere. Le vei vedea după conversie.</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>zero</key>
<string>%d înregistrare</string>
<key>one</key>
<string>%d înregistrare</string>
<key>few</key>
<string>%d înregistrări</string>
<key>other</key>
<string>%d înregistrări</string>
</dict>
</dict>
</dict>
</plist>

File diff suppressed because it is too large Load diff