[l11s] Added lv, lt languages.

Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
This commit is contained in:
Viktor Govako 2024-11-09 15:55:48 -03:00
parent ea73063e07
commit 41f12d6d19
9 changed files with 12852 additions and 0 deletions

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,20 @@
/********** 3d touch strings **********/
/* Used in home screen quick actions. */
"search" = "Search";
/* Used in home screen quick actions. */
"bookmarks_and_tracks" = "Bookmarks and Tracks";
/* Used in home screen quick actions. */
"route" = "Route";
/********** gps strings **********/
/* Needed to explain why we always require access to GPS coordinates, and not only when the app is active. */
"NSLocationAlwaysUsageDescription" = "Detecting location in the background is necessary to fully enjoy the functionality of the app. It is used for navigation and saving your recently traveled track.";
/* Needed to explain why we require access to GPS coordinates when the app is active. */
"NSLocationWhenInUseUsageDescription" = "Determining your location is necessary for navigation and for saving your recently traveled track.";

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,59 @@
<?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 bookmark</string>
<key>other</key>
<string>%d bookmarks</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 file was found. You can see it after conversion.</string>
<key>other</key>
<string>%d files were found. You can see them after conversion.</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 track</string>
<key>other</key>
<string>%d tracks</string>
</dict>
</dict>
</dict>
</plist>

View file

@ -0,0 +1,20 @@
/********** 3d touch strings **********/
/* Used in home screen quick actions. */
"search" = "Search";
/* Used in home screen quick actions. */
"bookmarks_and_tracks" = "Bookmarks and Tracks";
/* Used in home screen quick actions. */
"route" = "Route";
/********** gps strings **********/
/* Needed to explain why we always require access to GPS coordinates, and not only when the app is active. */
"NSLocationAlwaysUsageDescription" = "Detecting location in the background is necessary to fully enjoy the functionality of the app. It is used for navigation and saving your recently traveled track.";
/* Needed to explain why we require access to GPS coordinates when the app is active. */
"NSLocationWhenInUseUsageDescription" = "Determining your location is necessary for navigation and for saving your recently traveled track.";

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,59 @@
<?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 bookmark</string>
<key>other</key>
<string>%d bookmarks</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 file was found. You can see it after conversion.</string>
<key>other</key>
<string>%d files were found. You can see them after conversion.</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 track</string>
<key>other</key>
<string>%d tracks</string>
</dict>
</dict>
</dict>
</plist>

View file

@ -1360,6 +1360,12 @@
A630D205207CAA3A00976DEA /* zh-Hant */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = "zh-Hant"; path = "zh-Hant.lproj/Localizable.stringsdict"; sourceTree = "<group>"; };
A630D206207CAA5800976DEA /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = "zh-Hans"; path = "zh-Hans.lproj/Localizable.stringsdict"; sourceTree = "<group>"; };
AA1C7E3D269A2DD600BAADF2 /* EditTrackViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EditTrackViewController.swift; sourceTree = "<group>"; };
AC66E0362CDFE75B00FEC043 /* lv */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = lv; path = lv.lproj/InfoPlist.strings; sourceTree = "<group>"; };
AC66E0372CDFE75B00FEC043 /* lv */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = lv; path = lv.lproj/Localizable.strings; sourceTree = "<group>"; };
AC66E0382CDFE75B00FEC043 /* lv */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = lv; path = lv.lproj/Localizable.stringsdict; sourceTree = "<group>"; };
AC66E0392CDFE76B00FEC043 /* lt */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = lt; path = lt.lproj/InfoPlist.strings; sourceTree = "<group>"; };
AC66E03A2CDFE76B00FEC043 /* lt */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = lt; path = lt.lproj/Localizable.strings; sourceTree = "<group>"; };
AC66E03B2CDFE76C00FEC043 /* lt */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = lt; path = lt.lproj/Localizable.stringsdict; sourceTree = "<group>"; };
AC79C8912A65AB9500594C24 /* UIColor+hexString.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIColor+hexString.swift"; sourceTree = "<group>"; };
B33D21AE20DAF9F000BAD749 /* Toast.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Toast.swift; sourceTree = "<group>"; };
B3E3B4FC20D463B700DA8C13 /* BMCCategoriesHeader.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = BMCCategoriesHeader.xib; sourceTree = "<group>"; };
@ -4044,6 +4050,8 @@
et,
az,
hi,
lv,
lt,
);
mainGroup = 29B97314FDCFA39411CA2CEA /* Maps */;
productRefGroup = 19C28FACFE9D520D11CA2CBB /* Products */;
@ -4808,6 +4816,8 @@
FAA8869E292409F6004FA014 /* et */,
30034C602B3F0B8A005D961A /* az */,
FABF2FF02B55F6780006F787 /* hi */,
AC66E0362CDFE75B00FEC043 /* lv */,
AC66E0392CDFE76B00FEC043 /* lt */,
);
name = InfoPlist.strings;
sourceTree = "<group>";
@ -4857,6 +4867,8 @@
FAA8869F292409F6004FA014 /* et */,
30034C5C2B3F0B74005D961A /* az */,
FABF2FF12B55F6780006F787 /* hi */,
AC66E0372CDFE75B00FEC043 /* lv */,
AC66E03A2CDFE76B00FEC043 /* lt */,
);
name = Localizable.strings;
sourceTree = "<group>";
@ -4906,6 +4918,8 @@
FAA886A0292409F7004FA014 /* et */,
30034C5F2B3F0B7C005D961A /* az */,
FABF2FF22B55F6780006F787 /* hi */,
AC66E0382CDFE75B00FEC043 /* lv */,
AC66E03B2CDFE76C00FEC043 /* lt */,
);
name = Localizable.stringsdict;
sourceTree = "<group>";