diff options
Diffstat (limited to 'platform/ios/resources/ca.lproj')
-rw-r--r-- | platform/ios/resources/ca.lproj/Localizable.strings | 93 | ||||
-rw-r--r-- | platform/ios/resources/ca.lproj/Localizable.stringsdict | 34 |
2 files changed, 0 insertions, 127 deletions
diff --git a/platform/ios/resources/ca.lproj/Localizable.strings b/platform/ios/resources/ca.lproj/Localizable.strings deleted file mode 100644 index 41996b191f..0000000000 --- a/platform/ios/resources/ca.lproj/Localizable.strings +++ /dev/null @@ -1,93 +0,0 @@ -/* Accessibility hint */ -"ANNOTATION_A11Y_HINT" = "Mostra més informació"; - -/* No comment provided by engineer. */ -"API_CLIENT_400_DESC" = "La tasca de dades de la sessió ha fallat. La petició original era: %@"; - -/* No comment provided by engineer. */ -"API_CLIENT_400_REASON" = "El codi d’estat era %ld"; - -/* Title of button for dismissing attribution action sheet */ -"CANCEL" = "Cancel·lar"; - -/* Accessibility hint for closing the selected annotation’s callout view and returning to the map */ -"CLOSE_CALLOUT_A11Y_HINT" = "Torna al mapa"; - -/* Accessibility hint */ -"COMPASS_A11Y_HINT" = "Orienta el mapa amb rumb nord"; - -/* Accessibility label */ -"COMPASS_A11Y_LABEL" = "Brúixola"; - -/* Compass abbreviation for north */ -"COMPASS_NORTH" = "N"; - -/* Instructions in Interface Builder designable; {key}, {plist file name} */ -"DESIGNABLE" = "Per mostrar aquí un mapa allotjat a Mapbox posa %1$@ al teu token d’accés a %2$@\n\nPer obtenir instruccions detallades, consulteu:"; - -/* Setup documentation URL display string; keep as short as possible */ -"FIRST_STEPS_URL" = "mapbox.com/help/first-steps-ios-sdk"; - -/* Accessibility hint */ -"INFO_A11Y_HINT" = "Mostra els crèdits, el formulari de contacte i més"; - -/* Accessibility label */ -"INFO_A11Y_LABEL" = "Sobre aquest mapa"; - -/* User-friendly error description */ -"LOAD_MAP_FAILED_DESC" = "El mapa no s’ha carregat a causa d’un error desconegut."; - -/* User-friendly error description */ -"LOAD_STYLE_FAILED_DESC" = "El mapa no s’ha carregat perquè l’estil no es pot carregar."; - -/* Accessibility label */ -"LOGO_A11Y_LABEL" = "Mapbox"; - -/* Accessibility label */ -"MAP_A11Y_LABEL" = "Mapa"; - -/* Map accessibility value */ -"MAP_A11Y_VALUE" = "Zoom %1$dx\n%2$ld anotació (ns) visibles"; - -/* User-friendly error description */ -"PARSE_STYLE_FAILED_DESC" = "El mapa no s’ha carregat perquè s’ha corromput l’estil."; - -/* Action sheet title */ -"SDK_NAME" = "Mapbox Maps SDK for iOS"; - -/* Developer-only SDK update notification; {latest version, in format x.x.x} */ -"SDK_UPDATE_AVAILABLE" = "La versió %@ del Mapbox Maps SDK for iOS està disponible:"; - -/* User-friendly error description */ -"STYLE_NOT_FOUND_DESC" = "El mapa no s’ha carregat perquè no es troba l’estil o bé és incompatible."; - -/* Telemetry prompt message */ -"TELEMETRY_DISABLED_MSG" = "Pots ajudar a millorar els mapes d’OpenStreetMap i de Mapbox aportant dades d’ús anònimes."; - -/* Telemetry prompt button */ -"TELEMETRY_DISABLED_OFF" = "No vull participar"; - -/* Telemetry prompt button */ -"TELEMETRY_DISABLED_ON" = "Participar"; - -/* Telemetry prompt message */ -"TELEMETRY_ENABLED_MSG" = "Estàs ajudant a millorar els mapes d’OpenStreetMap i de Mapbox aportant dades d’ús anònimes."; - -/* Telemetry prompt button */ -"TELEMETRY_ENABLED_OFF" = "Aturar la participació"; - -/* Telemetry prompt button */ -"TELEMETRY_ENABLED_ON" = "Continuar la participació"; - -/* Telemetry prompt button */ -"TELEMETRY_MORE" = "Vull saber-ne més"; - -/* Action in attribution sheet */ -"TELEMETRY_NAME" = "Telemetria de Mapbox"; - -/* Telemetry prompt title */ -"TELEMETRY_TITLE" = "Millora els mapes de Mapbox"; - -/* Default user location annotation title */ -"USER_DOT_TITLE" = "Ets aquí"; - diff --git a/platform/ios/resources/ca.lproj/Localizable.stringsdict b/platform/ios/resources/ca.lproj/Localizable.stringsdict deleted file mode 100644 index 45d4842ff6..0000000000 --- a/platform/ios/resources/ca.lproj/Localizable.stringsdict +++ /dev/null @@ -1,34 +0,0 @@ -<?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>MAP_A11Y_VALUE</key> - <dict> - <key>NSStringLocalizedFormatKey</key> - <string>%#@level@ -%#@count@</string> - <key>level</key> - <dict> - <key>NSStringFormatSpecTypeKey</key> - <string>NSStringPluralRuleType</string> - <key>NSStringFormatValueTypeKey</key> - <string>d</string> - <key>one</key> - <string>Zoom %dx</string> - <key>other</key> - <string>Zoom %dx</string> - </dict> - <key>count</key> - <dict> - <key>NSStringFormatSpecTypeKey</key> - <string>NSStringPluralRuleType</string> - <key>NSStringFormatValueTypeKey</key> - <string>ld</string> - <key>one</key> - <string>%d anotació visible</string> - <key>other</key> - <string>%d anotacions visibles</string> - </dict> - </dict> -</dict> -</plist> |