Signed-off-by: Matt Bruce <mbrucedogs@gmail.com>
This commit is contained in:
parent
905d439b81
commit
3a2f7c0d3e
@ -1,34 +1,122 @@
|
||||
{
|
||||
"sourceLanguage" : "en",
|
||||
"strings" : {
|
||||
"%@, %@" : {
|
||||
"comment" : "A string that combines the name of the card holder and their role, separated by a comma.",
|
||||
"isCommentAutoGenerated" : true,
|
||||
"localizations" : {
|
||||
"en" : {
|
||||
"stringUnit" : {
|
||||
"state" : "new",
|
||||
"value" : "%1$@, %2$@"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"Choose default" : {
|
||||
"localizations" : {
|
||||
"en" : { "stringUnit" : { "state" : "translated", "value" : "Choose default" } },
|
||||
"es-MX" : { "stringUnit" : { "state" : "translated", "value" : "Elegir predeterminada" } },
|
||||
"fr-CA" : { "stringUnit" : { "state" : "translated", "value" : "Choisir par défaut" } }
|
||||
"en" : {
|
||||
"stringUnit" : {
|
||||
"state" : "translated",
|
||||
"value" : "Choose default"
|
||||
}
|
||||
},
|
||||
"es-MX" : {
|
||||
"stringUnit" : {
|
||||
"state" : "translated",
|
||||
"value" : "Elegir predeterminada"
|
||||
}
|
||||
},
|
||||
"fr-CA" : {
|
||||
"stringUnit" : {
|
||||
"state" : "translated",
|
||||
"value" : "Choisir par défaut"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"Default Card" : {
|
||||
"localizations" : {
|
||||
"en" : { "stringUnit" : { "state" : "translated", "value" : "Default Card" } },
|
||||
"es-MX" : { "stringUnit" : { "state" : "translated", "value" : "Tarjeta predeterminada" } },
|
||||
"fr-CA" : { "stringUnit" : { "state" : "translated", "value" : "Carte par défaut" } }
|
||||
"en" : {
|
||||
"stringUnit" : {
|
||||
"state" : "translated",
|
||||
"value" : "Default Card"
|
||||
}
|
||||
},
|
||||
"es-MX" : {
|
||||
"stringUnit" : {
|
||||
"state" : "translated",
|
||||
"value" : "Tarjeta predeterminada"
|
||||
}
|
||||
},
|
||||
"fr-CA" : {
|
||||
"stringUnit" : {
|
||||
"state" : "translated",
|
||||
"value" : "Carte par défaut"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"Default card QR code" : {
|
||||
"comment" : "An accessibility label describing a view that shows the QR code of a user's default watch card.",
|
||||
"isCommentAutoGenerated" : true
|
||||
},
|
||||
"No Cards" : {
|
||||
"comment" : "A message displayed when a user has no watch cards.",
|
||||
"isCommentAutoGenerated" : true
|
||||
},
|
||||
"Not selected" : {
|
||||
"localizations" : {
|
||||
"en" : { "stringUnit" : { "state" : "translated", "value" : "Not selected" } },
|
||||
"es-MX" : { "stringUnit" : { "state" : "translated", "value" : "No seleccionada" } },
|
||||
"fr-CA" : { "stringUnit" : { "state" : "translated", "value" : "Non sélectionnée" } }
|
||||
"en" : {
|
||||
"stringUnit" : {
|
||||
"state" : "translated",
|
||||
"value" : "Not selected"
|
||||
}
|
||||
},
|
||||
"es-MX" : {
|
||||
"stringUnit" : {
|
||||
"state" : "translated",
|
||||
"value" : "No seleccionada"
|
||||
}
|
||||
},
|
||||
"fr-CA" : {
|
||||
"stringUnit" : {
|
||||
"state" : "translated",
|
||||
"value" : "Non sélectionnée"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"Open the iPhone app to create cards" : {
|
||||
"comment" : "A description of the action to create a watch card from the iPhone app.",
|
||||
"isCommentAutoGenerated" : true
|
||||
},
|
||||
"Selected" : {
|
||||
"localizations" : {
|
||||
"en" : { "stringUnit" : { "state" : "translated", "value" : "Selected" } },
|
||||
"es-MX" : { "stringUnit" : { "state" : "translated", "value" : "Seleccionada" } },
|
||||
"fr-CA" : { "stringUnit" : { "state" : "translated", "value" : "Sélectionnée" } }
|
||||
"en" : {
|
||||
"stringUnit" : {
|
||||
"state" : "translated",
|
||||
"value" : "Selected"
|
||||
}
|
||||
},
|
||||
"es-MX" : {
|
||||
"stringUnit" : {
|
||||
"state" : "translated",
|
||||
"value" : "Seleccionada"
|
||||
}
|
||||
},
|
||||
"fr-CA" : {
|
||||
"stringUnit" : {
|
||||
"state" : "translated",
|
||||
"value" : "Sélectionnée"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"Sync from iPhone" : {
|
||||
"comment" : "A description of how to sync a watch code from the iPhone app.",
|
||||
"isCommentAutoGenerated" : true
|
||||
}
|
||||
},
|
||||
"version" : "1.1"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user