Signed-off-by: Matt Bruce <mbrucedogs@gmail.com>
This commit is contained in:
parent
905d439b81
commit
3a2f7c0d3e
@ -1,33 +1,121 @@
|
|||||||
{
|
{
|
||||||
"sourceLanguage" : "en",
|
"sourceLanguage" : "en",
|
||||||
"strings" : {
|
"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" : {
|
"Choose default" : {
|
||||||
"localizations" : {
|
"localizations" : {
|
||||||
"en" : { "stringUnit" : { "state" : "translated", "value" : "Choose default" } },
|
"en" : {
|
||||||
"es-MX" : { "stringUnit" : { "state" : "translated", "value" : "Elegir predeterminada" } },
|
"stringUnit" : {
|
||||||
"fr-CA" : { "stringUnit" : { "state" : "translated", "value" : "Choisir par défaut" } }
|
"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" : {
|
"Default Card" : {
|
||||||
"localizations" : {
|
"localizations" : {
|
||||||
"en" : { "stringUnit" : { "state" : "translated", "value" : "Default Card" } },
|
"en" : {
|
||||||
"es-MX" : { "stringUnit" : { "state" : "translated", "value" : "Tarjeta predeterminada" } },
|
"stringUnit" : {
|
||||||
"fr-CA" : { "stringUnit" : { "state" : "translated", "value" : "Carte par défaut" } }
|
"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" : {
|
"Not selected" : {
|
||||||
"localizations" : {
|
"localizations" : {
|
||||||
"en" : { "stringUnit" : { "state" : "translated", "value" : "Not selected" } },
|
"en" : {
|
||||||
"es-MX" : { "stringUnit" : { "state" : "translated", "value" : "No seleccionada" } },
|
"stringUnit" : {
|
||||||
"fr-CA" : { "stringUnit" : { "state" : "translated", "value" : "Non sélectionnée" } }
|
"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" : {
|
"Selected" : {
|
||||||
"localizations" : {
|
"localizations" : {
|
||||||
"en" : { "stringUnit" : { "state" : "translated", "value" : "Selected" } },
|
"en" : {
|
||||||
"es-MX" : { "stringUnit" : { "state" : "translated", "value" : "Seleccionada" } },
|
"stringUnit" : {
|
||||||
"fr-CA" : { "stringUnit" : { "state" : "translated", "value" : "Sélectionnée" } }
|
"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"
|
"version" : "1.1"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user