Files
comaps/iphone/Maps/LocalizedStrings/zh-Hans.lproj/InfoPlist.strings
Konstantin Pastbin e3e4a1985a 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
2025-05-08 21:10:51 +07:00

16 lines
749 B
Plaintext

/* Used in home screen quick actions. */
"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" = "定义当前位置在跟随路线和保存您的最近行进路径的选项中被使用。";