Grouped notification locales
This commit is contained in:
parent
01b49e3046
commit
609e3b245b
|
@ -383,6 +383,22 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"activity.group.%@-%lld" : {
|
||||
"localizations" : {
|
||||
"en" : {
|
||||
"stringUnit" : {
|
||||
"state" : "translated",
|
||||
"value" : "%@ and %lld other"
|
||||
}
|
||||
},
|
||||
"fr" : {
|
||||
"stringUnit" : {
|
||||
"state" : "translated",
|
||||
"value" : "%@ et %lld autre"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"activity.mentionned.%@" : {
|
||||
"localizations" : {
|
||||
"en" : {
|
||||
|
@ -567,6 +583,22 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"activity.update.%@" : {
|
||||
"localizations" : {
|
||||
"en" : {
|
||||
"stringUnit" : {
|
||||
"state" : "translated",
|
||||
"value" : "**%@** modified a post"
|
||||
}
|
||||
},
|
||||
"fr" : {
|
||||
"stringUnit" : {
|
||||
"state" : "translated",
|
||||
"value" : "**%@** a modifié(e) sa publication"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"attachment.alt.action" : {
|
||||
"localizations" : {
|
||||
"en" : {
|
||||
|
|
Loading…
Reference in New Issue