Added missing translation on spanish. Replacing hardcoded text with localization key (non spanish translations still missing). (#259)
Co-authored-by: Roberto Pastor <roberto.pastor@cabify.com>
This commit is contained in:
parent
c95f65ea59
commit
45ec990384
|
@ -137,7 +137,7 @@ struct SettingsTabs: View {
|
|||
|
||||
if let reviewURL = URL(string: "https://apps.apple.com/app/id\(AppInfo.appStoreAppId)?action=write-review") {
|
||||
Link(destination: reviewURL) {
|
||||
Label("Rate Ice Cubes", systemImage: "link")
|
||||
Label("settings.rate", systemImage: "link")
|
||||
}
|
||||
.tint(theme.labelColor)
|
||||
}
|
||||
|
|
|
@ -96,6 +96,7 @@
|
|||
"settings.support.two.title" = "☕️ Schönes Trinkgeld";
|
||||
"settings.timeline.add" = "Lokale Timeline hinzufügen";
|
||||
"settings.title" = "Einstellungen";
|
||||
"settings.rate" = "Rate Ice Cubes";
|
||||
|
||||
// MARK: Tabs
|
||||
"tab.explore" = "Entdecken";
|
||||
|
|
|
@ -96,6 +96,7 @@
|
|||
"settings.support.two.title" = "☕️ Nice Tip";
|
||||
"settings.timeline.add" = "Add a local timeline";
|
||||
"settings.title" = "Settings";
|
||||
"settings.rate" = "Rate Ice Cubes";
|
||||
|
||||
// MARK: Tabs
|
||||
"tab.explore" = "Explore";
|
||||
|
|
|
@ -49,7 +49,7 @@
|
|||
"settings.app.icon" = "Icono de la app";
|
||||
"settings.app.icon.navigation-title" = "Iconos";
|
||||
"settings.app.source" = "Código fuente (Enlace a GitHub)";
|
||||
"settings.app.support" = "Apoya a esta app";
|
||||
"settings.app.support" = "Apoya a Ice Cubes";
|
||||
"settings.display.avatar.position" = "Posición del avatar";
|
||||
"settings.display.avatar.shape" = "Forma del avatar";
|
||||
"settings.display.navigation-title" = "Ajustes de apariencia";
|
||||
|
@ -96,6 +96,7 @@
|
|||
"settings.support.two.title" = "☕️ Buena propina";
|
||||
"settings.timeline.add" = "Añadir cronología local";
|
||||
"settings.title" = "Ajustes";
|
||||
"settings.rate" = "Valora Ice Cubes";
|
||||
|
||||
// MARK: Tabs
|
||||
"tab.explore" = "Explorar";
|
||||
|
@ -159,6 +160,7 @@
|
|||
"account.post.pinned" = "Publicación fijada";
|
||||
"account.posts" = "Publicaciones";
|
||||
"account.relation.follows-you" = "Te sigue";
|
||||
"account.joined" = "Se unió el";
|
||||
|
||||
// MARK: Package: Conversations
|
||||
"conversations.action.delete" = "Borrar";
|
||||
|
|
|
@ -96,6 +96,7 @@
|
|||
"settings.support.two.title" = "☕️ Contributo carino";
|
||||
"settings.timeline.add" = "Aggiungi una timeline locale";
|
||||
"settings.title" = "Impostazioni";
|
||||
"settings.rate" = "Rate Ice Cubes";
|
||||
|
||||
// MARK: Tabs
|
||||
"tab.explore" = "Esplora";
|
||||
|
|
|
@ -160,6 +160,7 @@
|
|||
"account.posts" = "Posts";
|
||||
"account.relation.follows-you" = "Volgt jou";
|
||||
"account.joined" = "Lid geworden";
|
||||
"settings.rate" = "Rate Ice Cubes";
|
||||
|
||||
// MARK: Package: Conversations
|
||||
"conversations.action.delete" = "Verwijderen";
|
||||
|
|
|
@ -96,6 +96,7 @@
|
|||
"settings.support.two.title" = "☕️ 很不错的捐赠";
|
||||
"settings.timeline.add" = "添加一个本地时间线";
|
||||
"settings.title" = "设置";
|
||||
"settings.rate" = "Rate Ice Cubes";
|
||||
|
||||
// MARK: Tabs
|
||||
"tab.explore" = "探索";
|
||||
|
|
Loading…
Reference in New Issue