-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
186 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"welcome": "Välkommen till vår applikation!", | ||
"user": { | ||
"greeting": "Hej, {{name}}!", | ||
"profile": { | ||
"title": "Din profil", | ||
"edit": "Redigera profil" | ||
} | ||
}, | ||
"notifications": { | ||
"messages": "Du har {{count}} nya meddelande(n).", | ||
"empty": "Inga nya meddelanden." | ||
}, | ||
"date": { | ||
"today": "Idag är det {{date}}." | ||
} | ||
} |
14 changes: 7 additions & 7 deletions
14
examples/xcode-strings/Example/es.lproj/Localizable.strings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
"welcome_message" = "¡Bienvenido a Weather App!"; | ||
"welcome_message" = "¡Bienvenido a la aplicación del clima!"; | ||
"temperature_format" = "%1$.1f°%2$@"; | ||
"wind_speed" = "Viento: %1$.1f %2$@"; | ||
"forecast_daily" = "Pronóstico diario para %@"; | ||
"notification_body" = "Alerta de tormenta para la región de %1$@\nSe esperan velocidades de viento de hasta %2$d mph"; | ||
"notification_body" = "Alerta de tormenta para la región %1$@\nSe esperan velocidades de viento de hasta %2$d mph"; | ||
"battery_empty" = "Batería agotada"; | ||
"battery_low" = "Batería al %d%% - por favor carga pronto"; | ||
"battery_low" = "Batería al %d%% - por favor, carga pronto"; | ||
"battery_full" = "Batería completamente cargada"; | ||
"photo_count_zero" = "No hay fotos"; | ||
"photo_count_zero" = "Sin fotos"; | ||
"photo_count_one" = "%d foto"; | ||
"photo_count_other" = "%d fotos"; | ||
"time_remaining_now" = "¡Descarga completa!"; | ||
"time_remaining_minutes" = "%d minutos restantes"; | ||
"time_remaining_hours" = "Aproximadamente %d horas restantes"; | ||
"share_message" = "Mira esta foto que tomé con %1$@!\nUbicación: %2$@\nHora: %3$@"; | ||
"time_remaining_hours" = "Acerca de %d horas restantes"; | ||
"share_message" = "¡Mira esta foto que tomé con %1$@!\nUbicación: %2$@\nHora: %3$@"; | ||
"rich_notification" = "Nuevo mensaje de %@:\n<b>%@</b>\n<a href=\"%@\">Ver detalles</a>"; | ||
"hello" = "Hola"; | ||
"hello" = "Hola"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,4 +27,5 @@ export type XcstringsOutput = { | |
} | ||
>; | ||
version: string; | ||
sourceLanguage: string; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters