mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 13:03:36 +00:00
[strings] Update from Codeberg Translate
Co-authored-by: Codeberg Translate <translate@codeberg.org> Co-authored-by: Fjuro <fjuro@alius.cz> Co-authored-by: JanezPavelZebovec <janezpavelzebovec@noreply.codeberg.org> Co-authored-by: Mickael81 <mickael81@noreply.codeberg.org> Co-authored-by: Prefill add-on <noreply-addon-prefill@weblate.org> Co-authored-by: Weblate <noreply-mt-weblate@weblate.org> Co-authored-by: Weblate Translation Memory <noreply-mt-weblate-translation-memory@weblate.org> Co-authored-by: Woozy <woozy@noreply.codeberg.org> Co-authored-by: arnyminerz <arnyminerz@noreply.codeberg.org> Co-authored-by: artnay <artnay@noreply.codeberg.org> Co-authored-by: jeanbaptisteC <jeanbaptistec@noreply.codeberg.org> Co-authored-by: ldmpub <ldmpub@noreply.codeberg.org> Co-authored-by: liilliil <liilliil@noreply.codeberg.org> Co-authored-by: tace16 <tace16@noreply.codeberg.org> Co-authored-by: teletext <teletext@noreply.codeberg.org> Co-authored-by: x7z4w <x7z4w@noreply.codeberg.org> Co-authored-by: zhuk2 <zhuk2@noreply.codeberg.org> Translate-URL: https://translate.codeberg.org/projects/comaps/android-typestrings/ Translate-URL: https://translate.codeberg.org/projects/comaps/ios-typestrings/ Translation: CoMaps/Android - Map Feature Types Translation: CoMaps/Android UI Strings Translation: CoMaps/Android UI Strings (SDK) Translation: CoMaps/Apple AppStore description Translation: CoMaps/F-Droid app description Translation: CoMaps/Google Play and Huawei AppGallery descriptions Translation: CoMaps/Search synonyms / aliases Translation: CoMaps/iOS - Map Feature Types Translation: CoMaps/iOS Plist Translation: CoMaps/iOS Plurals Translation: CoMaps/iOS UI Strings
This commit is contained in:
@@ -1093,3 +1093,4 @@
|
||||
"pref_maplanguage_local" = "Local Language";
|
||||
"existence_confirmed_time_ago" = "Existence confirmed %@";
|
||||
"hours_confirmed_time_ago" = "Confirmed %@";
|
||||
"offline_explanation_title" = "Mapes sense Connexió";
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>d</string>
|
||||
<key>zero</key>
|
||||
<string>%d marcador</string>
|
||||
<string>Cap marcador</string>
|
||||
<key>one</key>
|
||||
<string>%d marcador</string>
|
||||
<key>many</key>
|
||||
|
||||
@@ -1590,3 +1590,4 @@
|
||||
"type.natural.sand" = "Písek";
|
||||
"type.natural.tree" = "Strom";
|
||||
"type.xmas.tree" = "Vánoční strom";
|
||||
"type.man_made.mast.communication" = "Komunikační stožár";
|
||||
|
||||
3
iphone/Maps/LocalizedStrings/eo.lproj/InfoPlist.strings
Normal file
3
iphone/Maps/LocalizedStrings/eo.lproj/InfoPlist.strings
Normal file
@@ -0,0 +1,3 @@
|
||||
"search" = "Serĉu";
|
||||
"route" = "Itinero";
|
||||
"bookmarks_and_tracks" = "Legosignoj kaj Trakoj";
|
||||
@@ -0,0 +1,5 @@
|
||||
"search" = "Serĉu";
|
||||
"cancel" = "Nuligi";
|
||||
"bookmarks_and_tracks" = "Legosignoj kaj Trakoj";
|
||||
"cancel_download" = "Anuligi elŝuton";
|
||||
"core_my_position" = "Mia Pozicio";
|
||||
@@ -0,0 +1,24 @@
|
||||
<?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>Neniuj legosignoj</string>
|
||||
<key>one</key>
|
||||
<string>%d legosigno</string>
|
||||
<key>other</key>
|
||||
<string>%d legosigniloj</string>
|
||||
</dict>
|
||||
</dict>
|
||||
</dict>
|
||||
</plist>
|
||||
@@ -0,0 +1,2 @@
|
||||
"type.addr_interpolation" = "Adreso/Kvartalo";
|
||||
"type.addr_interpolation.even" = "Adreso/Kvartalo";
|
||||
@@ -1104,3 +1104,4 @@
|
||||
"voice" = "Ääni";
|
||||
"unknown" = "Tuntematon";
|
||||
"voice_explanation" = "Voit valita paremman äänen järjestelmäasetuksista kohdasta *Helppokäyttöisyys*, *Lue ja Puhu*, *Äänet*.";
|
||||
"avoid_paved" = "Vältä päällystettyjä teitä";
|
||||
|
||||
@@ -371,7 +371,7 @@
|
||||
|
||||
/* This is for main/primary entrances, for secondary entrances see type.entrance */
|
||||
"type.entrance.main" = "Pääsisäänkäynti";
|
||||
"type.entrance.exit" = "Ulos";
|
||||
"type.entrance.exit" = "Uloskäynti (pelkkä)";
|
||||
"type.fee.yes" = "$";
|
||||
"type.fee.no" = "Ilmainen";
|
||||
"type.healthcare.laboratory" = "Lääketieteellinen laboratorio";
|
||||
@@ -715,8 +715,8 @@
|
||||
"type.leisure.sauna" = "Sauna";
|
||||
"type.leisure.slipway" = "Veneluiska";
|
||||
"type.leisure.sports_centre" = "Urheilukeskus";
|
||||
"type.sport.climbing" = "Kiipeilykeskus";
|
||||
"type.sport.yoga" = "Joogastudio";
|
||||
"type.sport.climbing" = "Kiipeily";
|
||||
"type.sport.yoga" = "Jooga";
|
||||
"type.leisure.stadium" = "Stadion";
|
||||
"type.leisure.swimming_pool" = "Uima-allas";
|
||||
"type.leisure.swimming_pool.private" = "Uima-allas";
|
||||
@@ -1464,7 +1464,7 @@
|
||||
"type.leisure.sports_hall" = "Urheiluhalli";
|
||||
"type.amenity.love_hotel" = "Rakkaushotelli";
|
||||
"type.sport.diving" = "Korkeasukellus";
|
||||
"type.amenity.studio" = "Studio";
|
||||
"type.amenity.studio" = "Mediastudio";
|
||||
"type.barrier.guard_rail" = "Tiekaide";
|
||||
"type.highway.ladder" = "Tikapuut";
|
||||
"type.landuse.plant_nursery" = "Kasvitarha";
|
||||
@@ -1490,3 +1490,55 @@
|
||||
"type.building.guardhouse" = "Vartijankoppi";
|
||||
"type.amenity.charging_station.motorcar.small" = "Auton latauspiste";
|
||||
"type.amenity.bench.backless" = "Selkänojaton penkki";
|
||||
"type.amenity.boat_rental" = "Venevuokraus";
|
||||
"type.man_made.telescope" = "Teleskooppi";
|
||||
"type.man_made.telescope.optical" = "Teleskooppi (optinen)";
|
||||
"type.man_made.telescope.radio" = "Teleskooppi (radio)";
|
||||
"type.man_made.telescope.gamma" = "Teleskooppi (gamma)";
|
||||
"type.man_made.observatory" = "Observatorio";
|
||||
"type.amenity.sailing_school" = "Purjehduskoulu";
|
||||
"type.amenity.flight_school" = "Lentokoulu";
|
||||
"type.cardinal.east" = "Itä";
|
||||
"type.cardinal.north" = "Pohjoinen";
|
||||
"type.cardinal.south" = "Etelä";
|
||||
"type.cardinal.west" = "Länsi";
|
||||
"type.entrance.house" = "Sisäänkäynti taloon";
|
||||
"type.entrance.garage" = "Sisäänkäynti autotalliin";
|
||||
"type.entrance.entry" = "Sisäänkäynti (pelkkä)";
|
||||
"type.entrance.emergency" = "Hätäuloskäynti";
|
||||
"type.leisure.sports_centre.sport.multi" = "Liikuntakeskus";
|
||||
"type.leisure.sports_centre.sport.american_football" = "Liikuntakeskus";
|
||||
"type.leisure.sports_centre.sport.archery" = "Liikuntakeskus";
|
||||
"type.leisure.sports_centre.sport.athletics" = "Liikuntakeskus";
|
||||
"type.leisure.sports_centre.sport.australian_football" = "Liikuntakeskus";
|
||||
"type.leisure.sports_centre.sport.badminton" = "Liikuntakeskus";
|
||||
"type.leisure.sports_centre.sport.baseball" = "Liikuntakeskus";
|
||||
"type.leisure.sports_centre.sport.basketball" = "Liikuntakeskus";
|
||||
"type.leisure.sports_centre.sport.beachvolleyball" = "Liikuntakeskus";
|
||||
"type.leisure.sports_centre.sport.bowls" = "Liikuntakeskus";
|
||||
"type.leisure.sports_centre.sport.climbing" = "Liikuntakeskus";
|
||||
"type.leisure.sports_centre.sport.cricket" = "Liikuntakeskus";
|
||||
"type.leisure.sports_centre.sport.curling" = "Liikuntakeskus";
|
||||
"type.leisure.sports_centre.sport.equestrian" = "Liikuntakeskus";
|
||||
"type.leisure.sports_centre.sport.field_hockey" = "Liikuntakeskus";
|
||||
"type.leisure.sports_centre.sport.futsal" = "Liikuntakeskus";
|
||||
"type.leisure.sports_centre.sport.golf" = "Liikuntakeskus";
|
||||
"type.leisure.sports_centre.sport.gymnastics" = "Liikuntakeskus";
|
||||
"type.leisure.sports_centre.sport.handball" = "Liikuntakeskus";
|
||||
"type.leisure.sports_centre.sport.ice_hockey" = "Liikuntakeskus";
|
||||
"type.leisure.sports_centre.sport.padel" = "Liikuntakeskus";
|
||||
"type.leisure.sports_centre.sport.pelota" = "Liikuntakeskus";
|
||||
"type.leisure.sports_centre.sport.scuba_diving" = "Liikuntakeskus";
|
||||
"type.leisure.sports_centre.sport.shooting" = "Liikuntakeskus";
|
||||
"type.leisure.sports_centre.sport.skateboard" = "Liikuntakeskus";
|
||||
"type.leisure.sports_centre.sport.skiing" = "Liikuntakeskus";
|
||||
"type.leisure.sports_centre.sport.soccer" = "Liikuntakeskus";
|
||||
"type.leisure.sports_centre.sport.swimming" = "Uintikeskus";
|
||||
"type.leisure.sports_centre.sport.table_tennis" = "Liikuntakeskus";
|
||||
"type.leisure.sports_centre.sport.tennis" = "Liikuntakeskus";
|
||||
"type.leisure.sports_centre.sport.volleyball" = "Liikuntakeskus";
|
||||
"type.leisure.sports_centre.sport.yoga" = "Liikuntakeskus";
|
||||
"type.natural.sand" = "Hiekka";
|
||||
"type.natural.tree" = "Puu";
|
||||
"type.shop.beauty.nails" = "Kynsistudio";
|
||||
"type.xmas.tree" = "Joulukuusi";
|
||||
|
||||
@@ -700,8 +700,8 @@
|
||||
"editor_share_to_all_dialog_title" = "Souhaitez-vous l’envoyer à tous les utilisateurs ?";
|
||||
|
||||
/* Dialog before publishing the modifications to the public map. */
|
||||
"editor_share_to_all_dialog_message_1" = "Assurez-vous de n’avoir pas saisi de données personnelles.";
|
||||
"editor_share_to_all_dialog_message_2" = "Les contributeurs d’OpenStreetMap vérifieront vos modifications et vous contacteront s’ils ont des questions.";
|
||||
"editor_share_to_all_dialog_message_1" = "Assurez-vous de ne pas avoir saisi de données personnelles.";
|
||||
"editor_share_to_all_dialog_message_2" = "Les contributeurs OpenStreetMap vérifieront vos modifications et vous contacteront s’ils ont des questions.";
|
||||
"navigation_stop_button" = "Stop";
|
||||
|
||||
/* iOS dialog for the case when recent track recording is on and the app comes back from background */
|
||||
@@ -868,7 +868,7 @@
|
||||
"dialog_routing_rebuild_for_vehicle_carplay" = "L’itinéraire sera changé en mode Voiture";
|
||||
"not_all_shown_bookmarks_carplay" = "Tous les signets ne sont pas affichés";
|
||||
"switch_to_phone_bookmarks_carplay" = "Basculer sur le téléphone pour voir tous les signets";
|
||||
"ok" = "Ok";
|
||||
"ok" = "OK";
|
||||
"speedcams_alert_title_carplay_1" = "Radars de vitesse";
|
||||
"speedcams_alert_title_carplay_2" = "Avertissements des radars de vitesse";
|
||||
"download_map_carplay" = "Téléchargez des cartes dans l’application CoMaps sur votre appareil";
|
||||
|
||||
@@ -1550,13 +1550,13 @@
|
||||
"type.shop.beauty.day_spa" = "Spa de jour";
|
||||
"type.beacon.cardinal.east" = "Phare cardinal";
|
||||
"type.beacon.cardinal.north" = "Phare cardinal";
|
||||
"type.beacon.cardinal.south" = "Phare cardinal";
|
||||
"type.beacon.cardinal.west" = "Phare cardinal";
|
||||
"type.beacon.isolated_danger" = "Balise de danger isolée";
|
||||
"type.beacon.cardinal.south" = "Balise cardinale";
|
||||
"type.beacon.cardinal.west" = "Balise cardinale";
|
||||
"type.beacon.isolated_danger" = "Balise de danger isolé";
|
||||
"type.beacon.lateral.port" = "Balise latérale";
|
||||
"type.beacon.lateral.starboard" = "Balise latérale";
|
||||
"type.beacon.safe_water" = "Balise d'eau potable";
|
||||
"type.beacon.special_purpose" = "Balise à usage spécial";
|
||||
"type.beacon.safe_water" = "Balise d'eaux saines";
|
||||
"type.beacon.special_purpose" = "Balise, marque spéciale";
|
||||
"type.buoy.cardinal.east" = "Bouée cardinale";
|
||||
"type.buoy.cardinal.north" = "Bouée cardinale";
|
||||
"type.buoy.cardinal.south" = "Bouée cardinale";
|
||||
@@ -1564,18 +1564,18 @@
|
||||
"type.buoy.isolated_danger" = "Bouée de danger isolée";
|
||||
"type.buoy.lateral.port" = "Bouée latérale";
|
||||
"type.buoy.lateral.starboard" = "Bouée latérale";
|
||||
"type.buoy.safe_water" = "Bouée en eau sûre";
|
||||
"type.buoy.special_purpose" = "Bouée à usage spécial";
|
||||
"type.buoy.safe_water" = "Bouée d’eaux saines";
|
||||
"type.buoy.special_purpose" = "Bouée, marque spéciale";
|
||||
"type.spherical_buoy.cardinal.east" = "Bouée cardinale sphérique";
|
||||
"type.spherical_buoy.cardinal.north" = "Bouée cardinale sphérique";
|
||||
"type.spherical_buoy.cardinal.south" = "Bouée cardinale sphérique";
|
||||
"type.spherical_buoy.cardinal.west" = "Bouée cardinale sphérique";
|
||||
"type.spherical_buoy.isolated_danger" = "Bouée de danger sphérique isolée";
|
||||
"type.spherical_buoy.isolated_danger" = "Bouée sphérique, danger isolé";
|
||||
"type.spherical_buoy.lateral.port" = "Bouée latérale sphérique";
|
||||
"type.spherical_buoy.lateral.starboard" = "Bouée latérale sphérique";
|
||||
"type.spherical_buoy.safe_water" = "Bouée sphérique de sécurité en eau";
|
||||
"type.spherical_buoy.special_purpose" = "Bouée sphérique à usage spécial";
|
||||
"type.lateral.port" = "Port";
|
||||
"type.spherical_buoy.safe_water" = "Bouée sphérique, marque d’eaux saines";
|
||||
"type.spherical_buoy.special_purpose" = "Bouée sphérique, marque spéciale";
|
||||
"type.lateral.port" = "Bâbord";
|
||||
"type.lateral.starboard" = "Tribord";
|
||||
"type.cardinal.east" = "Est";
|
||||
"type.cardinal.north" = "Nord";
|
||||
@@ -1589,3 +1589,5 @@
|
||||
"type.natural.sand" = "Sable";
|
||||
"type.xmas.tree" = "Arbre de Noël";
|
||||
"type.natural.tree" = "Arbre";
|
||||
"type.man_made.mast.communication" = "Antenne de télécommunications";
|
||||
"type.shop.beauty.nails" = "Salon de manucure";
|
||||
|
||||
@@ -1492,3 +1492,39 @@
|
||||
"type.amenity.charging_station.motorcar.small" = "Colonnina di ricarica";
|
||||
"type.amenity.bench.backless" = "Panchina senza schienale";
|
||||
"type.man_made.observatory" = "Osservatorio";
|
||||
"type.cardinal.north" = "Nord";
|
||||
"type.cardinal.south" = "Sud";
|
||||
"type.cardinal.west" = "Ovest";
|
||||
"type.man_made.telescope" = "Telescopio";
|
||||
"type.cardinal.east" = "Est";
|
||||
"type.leisure.sports_centre.sport.multi" = "Centro sportivo";
|
||||
"type.leisure.sports_centre.sport.american_football" = "Centro sportivo";
|
||||
"type.leisure.sports_centre.sport.archery" = "Centro sportivo";
|
||||
"type.leisure.sports_centre.sport.athletics" = "Centro sportivo";
|
||||
"type.leisure.sports_centre.sport.australian_football" = "Centro sportivo";
|
||||
"type.leisure.sports_centre.sport.badminton" = "Centro sportivo";
|
||||
"type.leisure.sports_centre.sport.baseball" = "Centro sportivo";
|
||||
"type.leisure.sports_centre.sport.basketball" = "Centro sportivo";
|
||||
"type.leisure.sports_centre.sport.beachvolleyball" = "Centro sportivo";
|
||||
"type.leisure.sports_centre.sport.bowls" = "Centro sportivo";
|
||||
"type.leisure.sports_centre.sport.climbing" = "Centro sportivo";
|
||||
"type.leisure.sports_centre.sport.cricket" = "Centro sportivo";
|
||||
"type.leisure.sports_centre.sport.curling" = "Centro sportivo";
|
||||
"type.leisure.sports_centre.sport.equestrian" = "Centro sportivo";
|
||||
"type.leisure.sports_centre.sport.field_hockey" = "Centro sportivo";
|
||||
"type.leisure.sports_centre.sport.futsal" = "Centro sportivo";
|
||||
"type.leisure.sports_centre.sport.golf" = "Centro sportivo";
|
||||
"type.leisure.sports_centre.sport.gymnastics" = "Centro sportivo";
|
||||
"type.leisure.sports_centre.sport.handball" = "Centro sportivo";
|
||||
"type.leisure.sports_centre.sport.ice_hockey" = "Centro sportivo";
|
||||
"type.leisure.sports_centre.sport.padel" = "Centro sportivo";
|
||||
"type.leisure.sports_centre.sport.pelota" = "Centro sportivo";
|
||||
"type.leisure.sports_centre.sport.scuba_diving" = "Centro sportivo";
|
||||
"type.leisure.sports_centre.sport.shooting" = "Centro sportivo";
|
||||
"type.leisure.sports_centre.sport.skateboard" = "Centro sportivo";
|
||||
"type.leisure.sports_centre.sport.skiing" = "Centro sportivo";
|
||||
"type.leisure.sports_centre.sport.soccer" = "Centro sportivo";
|
||||
"type.leisure.sports_centre.sport.table_tennis" = "Centro sportivo";
|
||||
"type.leisure.sports_centre.sport.tennis" = "Centro sportivo";
|
||||
"type.leisure.sports_centre.sport.volleyball" = "Centro sportivo";
|
||||
"type.leisure.sports_centre.sport.yoga" = "Centro sportivo";
|
||||
|
||||
@@ -1097,3 +1097,4 @@
|
||||
"editor_place_doesnt_exist_description" = "Descrie cum arată locul acum ca să trimiți o notiță comunității OpenStreetMap";
|
||||
"avoid_steps" = "Evită treptele";
|
||||
"offline_explanation_text" = "O hartă trebuie descărcată ca să vezi și si să nevighezi prin zonă.\nDescarcă hărți pentru zonele în care vrei să mergi.";
|
||||
"offline_explanation_title" = "Hărti Offline";
|
||||
|
||||
@@ -422,3 +422,25 @@
|
||||
"dialog_routing_download_files" = "Prenesi zahtevane datoteke";
|
||||
"dialog_routing_download_and_update_maps" = "Prenesi in posodobi vse zemljevide vzdolž predvidene poti za izračun točne poti.";
|
||||
"search_not_found" = "Ups, zadetkov.";
|
||||
"p2p_only_from_current" = "Potno usmerjanje je na voljo le z vašefa trenutnega položaja.";
|
||||
"editor_done_dialog_1" = "Spremenili ste zemljevid sveta! Ne zadržite tega zase; povejte svojim prijateljem in urejajte skupaj.";
|
||||
"share_with_friends" = "Delite s prijatelji";
|
||||
"voice" = "Glas";
|
||||
"voice_explanation" = "Mogoče je izbrati boljši glas v sistemskih nastavitvah pod *Dostopnost*, *Branje in govor*, *Glasovi*.";
|
||||
"voice_explanation_before_version26" = "Mogoče je izbrati boljši glas v sistemskih nastavitvah pod \"Dostopnost\", \" Govorjena vsebina\", \"Glasovi\".";
|
||||
"unknown" = "Neznano";
|
||||
"existence_confirmed_time_ago" = "Potrjen obstoj %@";
|
||||
"hours_confirmed_time_ago" = "Potrjeno %@";
|
||||
"opens_tomorrow_at" = "Odpre se jutri ob %@";
|
||||
"opens_dayoftheweek_at" = "Odpre se %1$@ ob %2$@";
|
||||
"opens_at" = "Odpre se ob %@";
|
||||
"opens_in" = "Odpre se v %@";
|
||||
"closes_at" = "Zapre se ob %@";
|
||||
"closes_in" = "Zapre se v %@";
|
||||
"add_opening_hours" = "Dodaj odpiralni čas";
|
||||
"phone" = "Telefon";
|
||||
"please_note" = "Vedite";
|
||||
"downloader_delete_map_dialog" = "Vsa vaša urejanja zemljevida bodo izbrisana z zemljevidom.";
|
||||
"editor_add_select_category" = "Izberite kategorijo";
|
||||
"editor_add_select_category_popular_subtitle" = "Priljubljeno";
|
||||
"editor_add_select_category_all_subtitle" = "Vsi razredi";
|
||||
|
||||
@@ -257,3 +257,52 @@
|
||||
"type.barrier" = "Ovira";
|
||||
"type.barrier.yes" = "Ovira";
|
||||
"type.barrier.block" = "Klada";
|
||||
"type.barrier.cycle_barrier" = "Ovira za kolesarje";
|
||||
"type.waterway.ditch" = "Odtočni kanal";
|
||||
"type.natural.water.moat" = "Obrambni jarek";
|
||||
"type.natural.water.wastewater" = "Odpadne vode";
|
||||
"type.barrier.entrance" = "Vstop";
|
||||
"type.barrier.fence" = "Ograja";
|
||||
"type.barrier.guard_rail" = "Varovalna ograja";
|
||||
"type.barrier.gate" = "Vrata";
|
||||
"type.barrier.hedge" = "Živa meja";
|
||||
"type.barrier.kissing_gate" = "Vrata z nihajno pregrado";
|
||||
"type.barrier.lift_gate" = "Zapornica";
|
||||
"type.barrier.retaining_wall" = "Škarpa";
|
||||
"type.barrier.stile" = "Prehod čez ograjo";
|
||||
"type.barrier.turnstile" = "Vrtljiva vrata";
|
||||
"type.barrier.toll_booth" = "Cestnina";
|
||||
"type.barrier.wall" = "Zid";
|
||||
"type.boundary" = "Meja";
|
||||
"type.boundary.administrative" = "Upravna meja";
|
||||
"type.boundary.administrative.2" = "Državna meja";
|
||||
"type.boundary.administrative.3" = "Meja regije";
|
||||
"type.boundary.administrative.4" = "Meja regije";
|
||||
"type.boundary.national_park" = "Narodni park";
|
||||
"type.boundary.aboriginal_lands" = "Zemlja domorodnih narodov";
|
||||
"type.boundary.protected_area" = "Zaščiteno območje";
|
||||
"type.boundary.protected_area.1" = "Zaščiteno območje";
|
||||
"type.boundary.protected_area.2" = "Zaščiteno območje";
|
||||
"type.boundary.protected_area.3" = "Zaščiteno območje";
|
||||
"type.boundary.protected_area.4" = "Zaščiteno območje";
|
||||
"type.boundary.protected_area.5" = "Zaščiteno območje";
|
||||
"type.boundary.protected_area.6" = "Zaščiteno območje";
|
||||
"type.building" = "Zgradba";
|
||||
"type.building.address" = "Naslov";
|
||||
"type.building.has_parts" = "Zgradba";
|
||||
"type.building_part" = "Zgradba";
|
||||
"type.building.garage" = "Garaža";
|
||||
"type.building.train_station" = "Postajna zgradba";
|
||||
"type.building.warehouse" = "Skladišče";
|
||||
"type.cemetery.grave" = "Grob";
|
||||
"type.craft" = "Obrt";
|
||||
"type.craft.beekeeper" = "Čebelar";
|
||||
"type.craft.blacksmith" = "Kovač";
|
||||
"type.cuisine.cake" = "Torta";
|
||||
"type.cuisine.caribbean" = "Karibska kuhinja";
|
||||
"type.cuisine.coffee_shop" = "Kava";
|
||||
"type.cuisine.croatian" = "Hrvaška kuhinja";
|
||||
"type.cuisine.curry" = "Kari";
|
||||
"type.cuisine.diner" = "Večerja";
|
||||
"type.cuisine.ethiopian" = "Etiopska kuhinja";
|
||||
"type.cuisine.filipino" = "Filipinska kuhinja";
|
||||
|
||||
@@ -20,14 +20,14 @@
|
||||
"about_proposition_1" = "இணைப்பில்லாத, வேகமான மற்றும் பயன்படுத்த எளிதானது";
|
||||
"zoom_to_country" = "வரைபடத்தில் காட்டு";
|
||||
"core_my_places" = "எனது இடங்கள்";
|
||||
"download" = "பதிவிறக்கம்";
|
||||
"download" = "பதிவிறக்கு";
|
||||
"address" = "முகவரி";
|
||||
"use_cellular_data" = "ஆம்";
|
||||
"country_status_download_without_size" = "வரைபடத்தைப் பதிவிறக்கவும்";
|
||||
"settings" = "அமைப்புகள்";
|
||||
"continue_button" = "தொடரவும்";
|
||||
"continue_button" = "தொடர்";
|
||||
"bookmark_set_name" = "புத்தகக்குறி பட்டியல் பெயர்";
|
||||
"later" = "பின்னர்";
|
||||
"later" = "பிறகு";
|
||||
"bookmarks" = "புக்மார்க்குகள்";
|
||||
"core_my_position" = "எனது நிலை";
|
||||
"share_my_location" = "எனது இருப்பிடத்தைப் பகிரவும்";
|
||||
@@ -43,7 +43,7 @@
|
||||
"copied_to_clipboard" = "இடைநிலைப்பலகைக்கு நகலெடுக்கப்பட்டது: %@";
|
||||
"placepage_distance" = "தூரம்";
|
||||
"follow_us" = "எங்களுடன் இணையுங்கள்";
|
||||
"rate_the_app" = "பயன்பாட்டை மதிப்பிடவும்";
|
||||
"rate_the_app" = "பயன்பாட்டை மதிப்பிடு";
|
||||
"category_post" = "இடுகை";
|
||||
"pref_tts_street_names_title" = "தெரு பெயர்களை அறிவிக்கவும்";
|
||||
"category_eat" = "எங்கே சாப்பிடுவது";
|
||||
@@ -65,9 +65,9 @@
|
||||
"info" = "தகவல்";
|
||||
"pref_appearance_title" = "தோற்றம்";
|
||||
"unknown_current_position" = "உங்கள் இருப்பிடம் இன்னும் தீர்மானிக்கப்படவில்லை";
|
||||
"on" = "அன்று";
|
||||
"on" = "மேல்";
|
||||
"email" = "மின்னஞ்சல்";
|
||||
"edit" = "தொகு";
|
||||
"edit" = "தொகு";
|
||||
"twitter" = "ஃச் (ட்விட்டர்)";
|
||||
"category_bank" = "வைப்பகம்";
|
||||
"search_show_on_map" = "வரைபடத்தில் பார்க்கவும்";
|
||||
@@ -89,7 +89,7 @@
|
||||
"pref_map_3d_buildings_title" = "3டி கட்டிடங்கள்";
|
||||
"category_pharmacy" = "மருந்தகம்";
|
||||
"category_secondhand" = "இரண்டாவது கை";
|
||||
"category_police" = "போலீச்";
|
||||
"category_police" = "காவல்";
|
||||
"category_atm" = "ஏடிஎம்";
|
||||
"pref_mapappearance_title" = "வரைபடம் தோற்றம்";
|
||||
"pref_tts_street_names_description" = "இயக்கப்பட்டால், தெருவின் பெயர் அல்லது வெளியேறும் இடம் உரக்கப் பேசப்படும்.";
|
||||
@@ -116,8 +116,8 @@
|
||||
"category_hotel" = "ஓட்டல்";
|
||||
"tracks_title" = "தடங்கள்";
|
||||
"pref_tts_enable_title" = "குரல் வழிமுறைகளை இயக்கவும்";
|
||||
"report_a_bug" = "பிழையைப் புகாரளிக்கவும்";
|
||||
"copyright" = "காப்புரிமை";
|
||||
"report_a_bug" = "பிழையைப் புகாரளி";
|
||||
"copyright" = "பதிப்புரிமை";
|
||||
"category_fuel" = "வளிமம்";
|
||||
"social_pixelfed" = "Pixelfed";
|
||||
"facebook" = "Facebook";
|
||||
@@ -149,7 +149,7 @@
|
||||
"voice" = "குரல்";
|
||||
"export_file" = "ஏற்றுமதி KMZ";
|
||||
"downloader_delete_map_while_routing_dialog" = "வரைபடத்தை நீக்க, வழிசெலுத்தலை நிறுத்தவும்.";
|
||||
"editor_reset_edits_button" = "நிராகரிக்கவும்";
|
||||
"editor_reset_edits_button" = "கைவிடு";
|
||||
"power_managment_setting_never" = "ஒருபோதும்";
|
||||
"downloader_hide_screen" = "திரையை மறை";
|
||||
"downloader_process" = "பதிவிறக்குகிறது %@…";
|
||||
@@ -170,7 +170,7 @@
|
||||
"enable_logging" = "பதிவு செய்வதை இயக்கு";
|
||||
"osm_profile_promt" = "OpenStreetMap கணக்கை உருவாக்கவும் அல்லது உங்கள் வரைபட திருத்தங்களை உலகிற்கு வெளியிட உள்நுழையவும்.";
|
||||
"mobile_data" = "மொபைல் இணையம்";
|
||||
"downloader_retry" = "மீண்டும் முயற்சிக்கவும்";
|
||||
"downloader_retry" = "மீண்டும் முயல்";
|
||||
"editor_time_title" = "வணிக நேரம்";
|
||||
"editor_other_info" = "OpenStreetMap தன்னார்வலர்களுக்கான குறிப்பு (விரும்பினால்)";
|
||||
"brown" = "பழுப்பு";
|
||||
@@ -182,7 +182,7 @@
|
||||
"editor_detailed_description" = "நீங்கள் பரிந்துரைக்கும் வரைபட மாற்றங்கள் OpenStreetMap சமூகத்திற்கு அனுப்பப்படும். CoMaps இல் திருத்த முடியாத கூடுதல் விவரங்களை விவரிக்கவும்.";
|
||||
"bookmarks_convert_error_title" = "பிழை";
|
||||
"select_cuisine" = "சமையலைத் தேர்ந்தெடுக்கவும்";
|
||||
"editor_share_to_all_dialog_message_2" = "OpenStreetMap எடிட்டர்கள் மாற்றங்களைச் சரிபார்த்து, அவர்களுக்கு ஏதேனும் கேள்விகள் இருந்தால் உங்களைத் தொடர்புகொள்வார்கள்.";
|
||||
"editor_share_to_all_dialog_message_2" = "திறந்ததெருவரைபடம் திருத்திகள் மாற்றங்களைச் சரிபார்த்து, அவர்களுக்கு ஏதேனும் கேள்விகள் இருந்தால் உங்களைத் தொடர்புகொள்வார்கள்.";
|
||||
"terms_of_use" = "பயன்பாட்டு விதிமுறைகள்";
|
||||
"day_off" = "மூடப்பட்டது";
|
||||
"downloader_delete_map_dialog" = "உங்கள் வரைபடத் திருத்தங்கள் அனைத்தும் வரைபடத்துடன் நீக்கப்படும்.";
|
||||
@@ -190,7 +190,7 @@
|
||||
"saved" = "சேமிக்கப்பட்டது";
|
||||
"editor_time_delete" = "அட்டவணையை நீக்கு";
|
||||
"p2p_start" = "தொடங்கு";
|
||||
"create" = "உருவாக்க";
|
||||
"create" = "உருவாக்கு";
|
||||
"core_exit" = "வெளியேறு";
|
||||
"hour" = "ம";
|
||||
"dialog_routing_error_location_not_found" = "வழியை உருவாக்க முடியவில்லை. தற்போதைய சிபிஎச் ஒருங்கிணைப்புகளை அடையாளம் காண முடியவில்லை.";
|
||||
@@ -266,7 +266,7 @@
|
||||
"migration_download_error_dialog" = "பதிவிறக்க பிழை";
|
||||
"choose_street" = "ஒரு தெருவைத் தேர்ந்தெடுக்கவும்";
|
||||
"p2p_to_here" = "செல்லும் பாதை";
|
||||
"editor_operator" = "ஆபரேட்டர்";
|
||||
"editor_operator" = "செயற்குறி";
|
||||
"dialog_routing_intermediate_not_determined" = "உங்கள் இடைநிலைப் புள்ளியைச் சரிசெய்யவும்.";
|
||||
"bookmark_lists" = "பட்டியல்கள்";
|
||||
"read_in_wikipedia" = "விக்கிபீடியா";
|
||||
@@ -330,14 +330,14 @@
|
||||
"location_services_disabled_3" = "3. பயன்பாட்டைப் பயன்படுத்தும் போது தேர்ந்தெடுக்கவும்";
|
||||
"osm_profile_register" = "OpenStreetMap இல் பதிவு செய்யவும்";
|
||||
"location_services_disabled_on_device_3" = "3. இருப்பிட சேவைகளைத் தேர்ந்தெடுக்கவும்";
|
||||
"miles_per_hour" = "mph";
|
||||
"miles_per_hour" = "மை/ம";
|
||||
"history" = "வரலாறு";
|
||||
"osm_profile_remove_promt" = "உங்கள் கணக்கை மீண்டும் இணைக்க முடியவில்லை அல்லது விரும்பவில்லை என்றால், இந்தப் பயன்பாட்டிலிருந்து அதை அகற்றலாம்";
|
||||
"closed" = "மூடப்பட்டது";
|
||||
"editor_time_close" = "மூடப்பட்டது";
|
||||
"editor_time_add" = "அட்டவணையைச் சேர்க்கவும்";
|
||||
"osm_more_about_url" = "https://wiki.openstreetmap.org/wiki/About_OpenStreetMap";
|
||||
"editor_edit_place_category_title" = "வகை";
|
||||
"editor_edit_place_category_title" = "வகையினம்";
|
||||
"bookmarks_error_title_list_name_already_taken" = "இந்த பெயர் ஏற்கனவே எடுக்கப்பட்டது";
|
||||
"placepage_add_stop" = "நிறுத்தத்தைச் சேர்க்கவும்";
|
||||
"autodownload" = "வரைபடங்களைத் தானாகப் பதிவிறக்கவும்";
|
||||
@@ -382,7 +382,7 @@
|
||||
"clear_search" = "தேடல் வரலாற்றை அழிக்கவும்";
|
||||
"downloader_download_all_button" = "அனைத்தையும் பதிவிறக்கவும்";
|
||||
"editor_comment_hint" = "கருத்து…";
|
||||
"editor_share_to_all_dialog_message_1" = "நீங்கள் தனிப்பட்ட அல்லது தனிப்பட்ட தரவு எதையும் உள்ளிடவில்லை என்பதை உறுதிப்படுத்தவும்.";
|
||||
"editor_share_to_all_dialog_message_1" = "உங்கள் தனிப்பட்ட தரவு எதையும் உள்ளிடவில்லை என்பதை உறுதிப்படுத்து.";
|
||||
"location_services_disabled_message" = "சாதன அமைப்புகளில் புவிஇருப்பிடத்திற்கான அணுகலை இயக்கவும்";
|
||||
"edit_place" = "இடத்தைத் திருத்து";
|
||||
"downloader_available_maps" = "கிடைக்கும்";
|
||||
@@ -432,7 +432,7 @@
|
||||
"button_plan" = "திட்டம்";
|
||||
"purple" = "ஊதா";
|
||||
"bookmarks_error_message_share_general" = "பயன்பாட்டுப் பிழை காரணமாகப் பகிர முடியவில்லை";
|
||||
"downloader_downloaded_subtitle" = "பதிவிறக்கம் செய்யப்பட்டது";
|
||||
"downloader_downloaded_subtitle" = "பதிவிறக்கப்பட்டது";
|
||||
"blue" = "நீலம்";
|
||||
"traffic_data_unavailable" = "போக்குவரத்து தரவு கிடைக்கவில்லை";
|
||||
"mobile_data_option_never" = "ஒருபோதும் பயன்படுத்த வேண்டாம்";
|
||||
@@ -556,7 +556,7 @@
|
||||
"avoid_unpaved" = "செப்பனிடப்படாத சாலைகளைத் தவிர்க்கவும்";
|
||||
"app_tip_04" = "எதையும் தேர்ந்தெடுக்க வரைபடத்தில் எங்கும் தட்டவும். இடைமுகத்தை மறைக்க மற்றும் காட்ட ஒரு நீண்ட தட்டு பயன்படுத்தப்படுகிறது.";
|
||||
"enable" = "இயக்கு";
|
||||
"then_turn" = "பிறகு";
|
||||
"then_turn" = "பின்பு";
|
||||
"mountains" = "மலைகள்";
|
||||
"app_tip_01" = "உங்கள் நன்கொடைகள் மற்றும் ஆதரவுடன், உலகில் சிறந்த வரைபடங்களை உருவாக்க முடியும்!";
|
||||
"buildings" = "கட்டிடங்கள்";
|
||||
@@ -582,7 +582,7 @@
|
||||
"placepage_delete_track_button" = "தடத்தை நீக்கு";
|
||||
"tourist_places" = "காட்சிகள்";
|
||||
"define_to_avoid_btn" = "தவிர்க்க வேண்டிய சாலைகளை வரையறுக்கவும்";
|
||||
"toll_road" = "சுங்கச்சாவடி";
|
||||
"toll_road" = "சுங்கச்சாலை";
|
||||
"not_all_shown_bookmarks_carplay" = "எல்லா புக்மார்க்குகளும் காட்டப்படவில்லை";
|
||||
"icloud_synchronization_error_connection_error" = "பிழை: இணைப்பு பிழை காரணமாக ஒத்திசைக்க முடியவில்லை";
|
||||
"sort_distance" = "தூரத்தின்படி வரிசைப்படுத்தவும்";
|
||||
|
||||
@@ -1,6 +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>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>bookmarks_places</key>
|
||||
<dict>
|
||||
<key>NSStringLocalizedFormatKey</key>
|
||||
<string>%#@மதிப்பு@</string>
|
||||
<key>value</key>
|
||||
<dict>
|
||||
<key>NSStringFormatSpecTypeKey</key>
|
||||
<string>NSStringPluralRuleType</string>
|
||||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>d</string>
|
||||
<key>zero</key>
|
||||
<string>சுழிய புத்தகக்குறிகள்</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>%#@மதிப்பு@</string>
|
||||
<key>value</key>
|
||||
<dict>
|
||||
<key>NSStringFormatSpecTypeKey</key>
|
||||
<string>NSStringPluralRuleType</string>
|
||||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>d</string>
|
||||
<key>zero</key>
|
||||
<string>ஏதுமில்லை.</string>
|
||||
<key>one</key>
|
||||
<string>%d கோப்பு கண்டறியப்பட்டது. மாற்றியபின் பார்க்கலாம்.</string>
|
||||
<key>other</key>
|
||||
<string>%d கோப்பு கண்டறியப்பட்டன. மாற்றியபின் பார்க்கலாம்.</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>tracks</key>
|
||||
<dict>
|
||||
<key>NSStringLocalizedFormatKey</key>
|
||||
<string>%#@மதிப்பு@</string>
|
||||
<key>value</key>
|
||||
<dict>
|
||||
<key>NSStringFormatSpecTypeKey</key>
|
||||
<string>NSStringPluralRuleType</string>
|
||||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>d</string>
|
||||
<key>zero</key>
|
||||
<string>0 தடங்கள்</string>
|
||||
<key>one</key>
|
||||
<string>%d தடம்</string>
|
||||
<key>other</key>
|
||||
<string>%d தடங்கள்</string>
|
||||
</dict>
|
||||
</dict>
|
||||
</dict>
|
||||
</plist>
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user