mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-06 12:34:24 +00:00
[ios] Switch About to SwiftUI
Signed-off-by: Yannik Bloscheck <git@yannikbloscheck.com>
This commit is contained in:
committed by
Yannik Bloscheck
parent
1883575006
commit
48faa90b5e
@@ -46,13 +46,13 @@
|
||||
"about_headline" = "Ilmainen kaikille, tehty rakkaudella";
|
||||
|
||||
/* Text in About screen */
|
||||
"about_proposition_1" = "• Ei mainoksia, ei seurantaa, ei tiedonkeruuta";
|
||||
"about_proposition_1" = "Ei mainoksia, ei seurantaa, ei tiedonkeruuta";
|
||||
|
||||
/* Text in About screen */
|
||||
"about_proposition_2" = "• Ei akun tyhjenemistä, toimii offline-tilassa";
|
||||
"about_proposition_2" = "Ei akun tyhjenemistä, toimii offline-tilassa";
|
||||
|
||||
/* Text in About screen */
|
||||
"about_proposition_3" = "• Nopea, minimalistinen, yhteisön kehittämä";
|
||||
"about_proposition_3" = "Nopea, minimalistinen, yhteisön kehittämä";
|
||||
"close" = "Sulje";
|
||||
"download" = "Lataa";
|
||||
|
||||
@@ -180,6 +180,9 @@
|
||||
/* Share by email button text, also used in editor and About. */
|
||||
"email" = "Sähköposti";
|
||||
|
||||
/* Text for message to copy something */
|
||||
"copy_to_clipboard" = "Copy to Clipboard";
|
||||
|
||||
/* Text for message when used successfully copied something */
|
||||
"copied_to_clipboard" = "Kopioitu leikepöydälle: %@";
|
||||
|
||||
@@ -191,6 +194,8 @@
|
||||
|
||||
/* Prints version number in About dialog */
|
||||
"version" = "CoMaps versio: %@";
|
||||
"version %@ (%@)" = "Version %@ (%@)";
|
||||
"version: %@ (%@)\nmap data: %@" = "Version: %@ (%@)\nMap Data: %@";
|
||||
|
||||
/* Title for tracks category in bookmarks manager */
|
||||
"tracks_title" = "Reitit";
|
||||
@@ -262,6 +267,18 @@
|
||||
/* Text in About menu, opens CoMaps news website */
|
||||
"news" = "Uutiset";
|
||||
|
||||
/* Text in the about screen */
|
||||
"social_codeberg" = "Codeberg";
|
||||
"social_mastodon" = "Mastodon";
|
||||
"social_lemmy" = "Lemmy";
|
||||
"social_matrix" = "Matrix";
|
||||
"social_telegram" = "Telegram";
|
||||
"social_instagram" = "Instagram";
|
||||
"social_bluesky" = "Bluesky";
|
||||
"social_linkedin" = "LinkedIn";
|
||||
"social_facebook" = "Facebook";
|
||||
"social_email" = "E-Mail";
|
||||
|
||||
/* Text in the editor */
|
||||
"fediverse" = "Mastodon";
|
||||
|
||||
@@ -314,7 +331,7 @@
|
||||
"volunteer" = "Vapaaehtoiseksi";
|
||||
|
||||
/* "Social media" section header in the About screen */
|
||||
"follow_us" = "Seuraa ja ota meihin yhteyttä:";
|
||||
"follow_us" = "Seuraa ja ota meihin yhteyttä";
|
||||
|
||||
/* Alert text */
|
||||
"email_error_body" = "Sähköpostisovellusta ei ole asetettu. Ole hyvä ja määritä sähköpostiasetukset tai ota meihin yhteyttä toista kautta osoitteessa %@";
|
||||
@@ -528,7 +545,8 @@
|
||||
"add_opening_hours" = "Lisää aukioloajat";
|
||||
|
||||
/* OpenStreetMap */
|
||||
"osm_explanation" = "Yhteisön luomat OpenStreetMap-tiedot %@:sta alkaen. Lisätietoja kartan muokkaamisesta ja päivittämisestä osoitteessa OpenStreetMap.org";
|
||||
"osm_mapdata" = "Map data from OpenStreetMap";
|
||||
"osm_mapdata_explanation %@" = "Yhteisön luomat OpenStreetMap-tiedot %@:sta alkaen. Lisätietoja kartan muokkaamisesta ja päivittämisestä osoitteessa OpenStreetMap.org";
|
||||
"osm_more_about" = "Lisätietoja OpenStreetMap:sta";
|
||||
"osm_more_about_url" = "https://wiki.openstreetmap.org/wiki/About_OpenStreetMap";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user